Modern Events Calendar Lite - Version 4.0.0

Version Description

  • Refactored: Search system completely
  • Improved: Search speed
  • Reduced: Number of queries to have better performance
  • Fixed: Showing multiple day events till end of event
  • Fixed: Occurrences on booking module
  • Fixed: Next occurrence date module for multiple day events
  • Fixed: Rendering data of some events
  • Fixed: Regarding table charset and collate on some hosts
  • Fixed: MEC uninstallation
  • Fixed: Checking existence of needed tables
  • Fixed: Showing all days of multiple events
  • Fixed: Import Facebook Image
  • Fixed: WPML compatibilty in ajax
  • Fixed: Widgets position in single event page
  • Fixed: Sticky infobar in settings
  • Fixed: Speaker box
  • Fixed: Monthly Calendar/Novel responsive
  • Fixed: Some PHP notices
  • Fixed: Some minor issues
Download this release

Release Info

Developer webnus
Plugin Icon 128x128 Modern Events Calendar Lite
Version 4.0.0
Comparing to
See all releases

Code changes from version 3.5.2 to 4.0.0

Files changed (51) hide show
  1. app/features/events.php +12 -22
  2. app/features/fes.php +5 -19
  3. app/features/fes/form.php +1 -1
  4. app/features/ix.php +3 -3
  5. app/features/mec.php +33 -22
  6. app/features/mec/settings.php +12 -11
  7. app/features/update.php +35 -1
  8. app/libraries/base.php +11 -0
  9. app/libraries/db.php +5 -3
  10. app/libraries/factory.php +8 -1
  11. app/libraries/main.php +14 -3
  12. app/libraries/render.php +22 -19
  13. app/libraries/schedule.php +107 -0
  14. app/libraries/skins.php +126 -121
  15. app/skins/available_spot.php +4 -0
  16. app/skins/carousel/render.php +15 -1
  17. app/skins/countdown.php +9 -1
  18. app/skins/cover.php +9 -1
  19. app/skins/daily_view.php +51 -46
  20. app/skins/grid/tpl.php +1 -1
  21. app/skins/masonry/tpl.php +1 -1
  22. app/skins/monthly_view.php +32 -28
  23. app/skins/single/default.php +10 -4
  24. app/skins/single/m2.php +13 -4
  25. app/skins/slider/render.php +99 -21
  26. app/skins/timetable.php +88 -15
  27. app/skins/weekly_view.php +54 -30
  28. app/skins/yearly_view.php +32 -28
  29. assets/css/backend.css +1 -1
  30. assets/css/backend.min.css +1 -1
  31. assets/css/frontend.css +2 -1
  32. assets/css/frontend.min.css +1 -1
  33. assets/js/backend.js +1 -1
  34. assets/js/events.js +0 -1
  35. assets/js/flipcount.js +1 -1
  36. assets/js/frontend.js +1 -1
  37. assets/sql/install.sql +12 -11
  38. assets/sql/tables.sql +12 -11
  39. changelog.txt +22 -1
  40. languages/modern-events-calendar-lite-de_DE.mo +0 -0
  41. languages/modern-events-calendar-lite-de_DE.po +591 -574
  42. languages/modern-events-calendar-lite-en_US.mo +0 -0
  43. languages/modern-events-calendar-lite-en_US.po +585 -572
  44. languages/modern-events-calendar-lite-es_ES.mo +0 -0
  45. languages/modern-events-calendar-lite-es_ES.po +591 -574
  46. languages/modern-events-calendar-lite-fr_FR.mo +0 -0
  47. languages/modern-events-calendar-lite-fr_FR.po +591 -574
  48. languages/modern-events-calendar-lite-hu_HU.mo +0 -0
  49. languages/modern-events-calendar-lite-hu_HU.po +585 -572
  50. languages/modern-events-calendar-lite-it_IT.mo +0 -0
  51. languages/modern-events-calendar-lite-it_IT.po +30 -31
app/features/events.php CHANGED
@@ -476,7 +476,7 @@ class MEC_feature_events extends MEC_base
476
  <div class="mec-form-row">
477
  <div class="mec-col-4">
478
  <input type="text" class="" name="mec[date][comment]" id="mec_comment" placeholder="<?php _e('Time Comment', 'modern-events-calendar-lite'); ?>" value="<?php echo esc_attr($comment); ?>" />
479
- <a class="mec-tooltip" title="<?php esc_attr_e('It shows next to event time on calendar. You can insert Timezone etc. in this field.', 'modern-events-calendar-lite'); ?>"><i title="" class="dashicons-before dashicons-editor-help"></i></a>
480
  </div>
481
  </div>
482
  </div>
@@ -1490,7 +1490,8 @@ class MEC_feature_events extends MEC_base
1490
 
1491
  // MEC weekends
1492
  $mec_weekends = $this->main->get_weekends();
1493
-
 
1494
  if($repeat_type == 'daily')
1495
  {
1496
  $plus_date = '+'.$repeat_end_at_occurrences*$repeat_interval.' Days';
@@ -1573,26 +1574,8 @@ class MEC_feature_events extends MEC_base
1573
  $in_days_arr = (isset($_mec['in_days']) and is_array($_mec['in_days']) and count($_mec['in_days'])) ? array_unique($_mec['in_days']) : array();
1574
  $not_in_days_arr = (isset($_mec['not_in_days']) and is_array($_mec['not_in_days']) and count($_mec['not_in_days'])) ? array_unique($_mec['not_in_days']) : array();
1575
 
1576
- // Clear MEC Dates Table
1577
- $this->db->q("DELETE FROM `#__mec_dates` WHERE `post_id`='$post_id'");
1578
-
1579
  $in_days = '';
1580
- if(count($in_days_arr))
1581
- {
1582
- foreach($in_days_arr as $key=>$in_day_arr)
1583
- {
1584
- if(!is_numeric($key)) continue;
1585
-
1586
- $in_days .= $in_day_arr.',';
1587
-
1588
- $ex = explode(':', $in_day_arr);
1589
-
1590
- $in_day_start = $ex[0];
1591
- $in_day_end = $ex[1];
1592
-
1593
- $this->db->q("INSERT INTO `#__mec_dates` (`post_id`,`dstart`,`dend`,`type`) VALUES ('$post_id','$in_day_start','$in_day_end','include')");
1594
- }
1595
- }
1596
 
1597
  $not_in_days = '';
1598
  if(count($not_in_days_arr)) foreach($not_in_days_arr as $key=>$not_in_day_arr) if(is_numeric($key)) $not_in_days .= $not_in_day_arr.',';
@@ -1660,6 +1643,10 @@ class MEC_feature_events extends MEC_base
1660
 
1661
  $this->db->q("UPDATE `#__mec_events` SET ".trim($q, ', ')." WHERE `id`='$mec_event_id'");
1662
  }
 
 
 
 
1663
 
1664
  // Hourly Schedule Options
1665
  $raw_hourly_schedules = isset($_mec['hourly_schedules']) ? $_mec['hourly_schedules'] : array();
@@ -1730,7 +1717,10 @@ class MEC_feature_events extends MEC_base
1730
  */
1731
  public function delete_event($post_id)
1732
  {
1733
- return $this->db->q("DELETE FROM `#__mec_events` WHERE `post_id`='$post_id'");
 
 
 
1734
  }
1735
 
1736
  /**
476
  <div class="mec-form-row">
477
  <div class="mec-col-4">
478
  <input type="text" class="" name="mec[date][comment]" id="mec_comment" placeholder="<?php _e('Time Comment', 'modern-events-calendar-lite'); ?>" value="<?php echo esc_attr($comment); ?>" />
479
+ <a class="mec-tooltip" title="<?php esc_attr_e('It shows next to event time on single event page. You can insert Timezone etc. in this field.', 'modern-events-calendar-lite'); ?>"><i title="" class="dashicons-before dashicons-editor-help"></i></a>
480
  </div>
481
  </div>
482
  </div>
1490
 
1491
  // MEC weekends
1492
  $mec_weekends = $this->main->get_weekends();
1493
+
1494
+ $plus_date = '';
1495
  if($repeat_type == 'daily')
1496
  {
1497
  $plus_date = '+'.$repeat_end_at_occurrences*$repeat_interval.' Days';
1574
  $in_days_arr = (isset($_mec['in_days']) and is_array($_mec['in_days']) and count($_mec['in_days'])) ? array_unique($_mec['in_days']) : array();
1575
  $not_in_days_arr = (isset($_mec['not_in_days']) and is_array($_mec['not_in_days']) and count($_mec['not_in_days'])) ? array_unique($_mec['not_in_days']) : array();
1576
 
 
 
 
1577
  $in_days = '';
1578
+ if(count($in_days_arr)) foreach($in_days_arr as $key=>$in_day_arr) if(is_numeric($key)) $in_days .= $in_day_arr.',';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1579
 
1580
  $not_in_days = '';
1581
  if(count($not_in_days_arr)) foreach($not_in_days_arr as $key=>$not_in_day_arr) if(is_numeric($key)) $not_in_days .= $not_in_day_arr.',';
1643
 
1644
  $this->db->q("UPDATE `#__mec_events` SET ".trim($q, ', ')." WHERE `id`='$mec_event_id'");
1645
  }
1646
+
1647
+ // Update Schedule
1648
+ $schedule = $this->getSchedule();
1649
+ $schedule->reschedule($post_id, $schedule->get_reschedule_maximum($repeat_type));
1650
 
1651
  // Hourly Schedule Options
1652
  $raw_hourly_schedules = isset($_mec['hourly_schedules']) ? $_mec['hourly_schedules'] : array();
1717
  */
1718
  public function delete_event($post_id)
1719
  {
1720
+ $this->db->q("DELETE FROM `#__mec_events` WHERE `post_id`='$post_id'");
1721
+ $this->db->q("DELETE FROM `#__mec_dates` WHERE `post_id`='$post_id'");
1722
+
1723
+ return true;
1724
  }
1725
 
1726
  /**
app/features/fes.php CHANGED
@@ -676,26 +676,8 @@ class MEC_feature_fes extends MEC_base
676
  $in_days_arr = (isset($mec['in_days']) and is_array($mec['in_days']) and count($mec['in_days'])) ? array_unique($mec['in_days']) : array();
677
  $not_in_days_arr = (isset($mec['not_in_days']) and is_array($mec['not_in_days']) and count($mec['not_in_days'])) ? array_unique($mec['not_in_days']) : array();
678
 
679
- // Clear MEC Dates Table
680
- $this->db->q("DELETE FROM `#__mec_dates` WHERE `post_id`='$post_id'");
681
-
682
  $in_days = '';
683
- if(count($in_days_arr))
684
- {
685
- foreach($in_days_arr as $key=>$in_day_arr)
686
- {
687
- if(!is_numeric($key)) continue;
688
-
689
- $in_days .= $in_day_arr.',';
690
-
691
- $ex = explode(':', $in_day_arr);
692
-
693
- $in_day_start = $ex[0];
694
- $in_day_end = $ex[1];
695
-
696
- $this->db->q("INSERT INTO `#__mec_dates` (`post_id`,`dstart`,`dend`,`type`) VALUES ('$post_id','$in_day_start','$in_day_end','include')");
697
- }
698
- }
699
 
700
  $not_in_days = '';
701
  if(count($not_in_days_arr)) foreach($not_in_days_arr as $key=>$not_in_day_arr) if(is_numeric($key)) $not_in_days .= $not_in_day_arr.',';
@@ -764,6 +746,10 @@ class MEC_feature_fes extends MEC_base
764
  $this->db->q("UPDATE `#__mec_events` SET ".trim($q, ', ')." WHERE `id`='$mec_event_id'");
765
  }
766
 
 
 
 
 
767
  // Hourly Schedule Options
768
  $raw_hourly_schedules = isset($mec['hourly_schedules']) ? $mec['hourly_schedules'] : array();
769
  unset($raw_hourly_schedules[':d:']);
676
  $in_days_arr = (isset($mec['in_days']) and is_array($mec['in_days']) and count($mec['in_days'])) ? array_unique($mec['in_days']) : array();
677
  $not_in_days_arr = (isset($mec['not_in_days']) and is_array($mec['not_in_days']) and count($mec['not_in_days'])) ? array_unique($mec['not_in_days']) : array();
678
 
 
 
 
679
  $in_days = '';
680
+ if(count($in_days_arr)) foreach($in_days_arr as $key=>$in_day_arr) if(is_numeric($key)) $in_days .= $in_day_arr.',';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
681
 
682
  $not_in_days = '';
683
  if(count($not_in_days_arr)) foreach($not_in_days_arr as $key=>$not_in_day_arr) if(is_numeric($key)) $not_in_days .= $not_in_day_arr.',';
746
  $this->db->q("UPDATE `#__mec_events` SET ".trim($q, ', ')." WHERE `id`='$mec_event_id'");
747
  }
748
 
749
+ // Update Schedule
750
+ $schedule = $this->getSchedule();
751
+ $schedule->reschedule($post_id, $schedule->get_reschedule_maximum($repeat_type));
752
+
753
  // Hourly Schedule Options
754
  $raw_hourly_schedules = isset($mec['hourly_schedules']) ? $mec['hourly_schedules'] : array();
755
  unset($raw_hourly_schedules[':d:']);
app/features/fes/form.php CHANGED
@@ -314,7 +314,7 @@ $this->factory->params('footer', $javascript);
314
  <div class="mec-form-row">
315
  <div class="mec-col-4">
316
  <input type="text" class="" name="mec[date][comment]" id="mec_comment" placeholder="<?php _e('Time Comment', 'modern-events-calendar-lite'); ?>" value="<?php echo esc_attr($comment); ?>" />
317
- <p class="description"><?php _e('It shows next to event time on calendar. You can insert Timezone etc. in this field.', 'modern-events-calendar-lite'); ?></p>
318
  </div>
319
  </div>
320
  </div>
314
  <div class="mec-form-row">
315
  <div class="mec-col-4">
316
  <input type="text" class="" name="mec[date][comment]" id="mec_comment" placeholder="<?php _e('Time Comment', 'modern-events-calendar-lite'); ?>" value="<?php echo esc_attr($comment); ?>" />
317
+ <p class="description"><?php _e('It shows next to event time on single event page. You can insert Timezone etc. in this field.', 'modern-events-calendar-lite'); ?></p>
318
  </div>
319
  </div>
320
  </div>
app/features/ix.php CHANGED
@@ -3319,12 +3319,12 @@ class MEC_feature_ix extends MEC_base
3319
  if($location_id) wp_set_object_terms($post_id, (int) $location_id, 'mec_location');
3320
 
3321
  // Set the Featured Image
3322
- $photos_results = $this->main->get_web_page('https://graph.facebook.com/v3.2/'.$f_event_id.'/photos?access_token='.$this->fb_access_token);
3323
  $photos = json_decode($photos_results, true);
3324
 
3325
- if(!has_post_thumbnail($post_id) and isset($photos['data']) and is_array($photos['data']) and count($photos['data']))
3326
  {
3327
- $photo = $this->main->get_web_page('https://graph.facebook.com/'.$photos['data'][0]['id'].'/picture?type=normal');
3328
  $file_name = md5($post_id).'.'.$this->main->get_image_type_by_buffer($photo);
3329
 
3330
  $path = rtrim($wp_upload_dir['path'], DS.' ').DS.$file_name;
3319
  if($location_id) wp_set_object_terms($post_id, (int) $location_id, 'mec_location');
3320
 
3321
  // Set the Featured Image
3322
+ $photos_results = $this->main->get_web_page('https://graph.facebook.com/v3.2/'.$f_event_id.'?fields=cover&access_token='.$this->fb_access_token);
3323
  $photos = json_decode($photos_results, true);
3324
 
3325
+ if(!has_post_thumbnail($post_id) and isset($photos['cover']) and is_array($photos['cover']) and count($photos['cover']))
3326
  {
3327
+ $photo = $this->main->get_web_page('https://graph.facebook.com/'.$photos['cover']['id'].'/picture?type=normal');
3328
  $file_name = md5($post_id).'.'.$this->main->get_image_type_by_buffer($photo);
3329
 
3330
  $path = rtrim($wp_upload_dir['path'], DS.' ').DS.$file_name;
app/features/mec.php CHANGED
@@ -59,7 +59,6 @@ class MEC_feature_mec extends MEC_base
59
  */
60
  public function init()
61
  {
62
-
63
  $this->factory->action('admin_menu', array($this, 'menus'));
64
  $this->factory->action('admin_menu', array($this, 'support_menu'), 21);
65
  $this->factory->action('init', array($this, 'register_post_type'));
@@ -102,24 +101,31 @@ class MEC_feature_mec extends MEC_base
102
  // Disable Gutenberg
103
  $this->factory->filter('gutenberg_can_edit_post_type', array($this, 'gutenberg'), 10, 2);
104
 
 
105
  $this->factory->action('wp_ajax_download_settings', array($this, 'download_settings'));
106
  $this->factory->action('wp_ajax_nopriv_download_settings', array($this, 'download_settings'));
107
 
 
108
  $this->factory->action('wp_ajax_import_settings', array($this, 'import_settings'));
109
  $this->factory->action('wp_ajax_nopriv_import_settings', array($this, 'import_settings'));
110
 
 
111
  $this->factory->action('wp_ajax_activate_license', array($this, 'activate_license'));
112
  $this->factory->action('wp_ajax_nopriv_activate_license', array($this, 'activate_license'));
113
 
 
 
 
114
  }
115
 
116
  /* Activate License */
117
  public function activate_license()
118
  {
119
- if ( !wp_verify_nonce( $_REQUEST['nonce'], "mec_settings_nonce"))
120
  {
121
  exit();
122
  }
 
123
  $options = get_option('mec_options');
124
 
125
  $options['product_name'] = $_REQUEST['content']['LicenseTypeJson'];
@@ -139,12 +145,10 @@ class MEC_feature_mec extends MEC_base
139
  }
140
  else
141
  {
142
- $LicenseStatus = __('Activation faild. Please check your purchase code or license type.<br><b>Note: Your purchase code should match your licesne type.</b>' , 'modern-events-calendar-lite') . '<a style="text-decoration: underline;
143
- padding-left: 7px;" href="https://webnus.ticksy.com/article/14445/" target="_blank">' . __('Troubleshooting' , 'modern-events-calendar-lite') . '</a>';
144
  }
145
 
146
  echo $LicenseStatus;
147
-
148
  wp_die();
149
  }
150
 
@@ -152,18 +156,20 @@ class MEC_feature_mec extends MEC_base
152
  /* Download MEC settings */
153
  public function download_settings()
154
  {
155
- if ( !wp_verify_nonce( $_REQUEST['nonce'], "mec_settings_download"))
156
  {
157
  exit();
158
- }
 
159
  $content = get_option('mec_options');
160
  $content = json_encode($content, true);
161
- header( 'Content-type: application/txt' );
162
- header( 'Content-Description: MEC Settings' );
163
- header( 'Content-Disposition: attachment; filename="mec_options_backup_' . date( 'd-m-Y' ) . '.json"' );
164
- header( 'Content-Transfer-Encoding: binary' );
165
- header( 'Expires: 0' );
166
- header( 'Cache-Control: no-cache, no-store, max-age=0, must-revalidate');
 
167
  print_r($content);
168
  wp_die();
169
  }
@@ -171,26 +177,31 @@ class MEC_feature_mec extends MEC_base
171
  /* Download MEC settings */
172
  public function import_settings()
173
  {
174
- if ( !wp_verify_nonce( $_REQUEST['nonce'], "mec_settings_nonce"))
175
  {
176
  exit();
177
  }
178
 
179
  $options = $_REQUEST['content'];
180
- if ( $options == 'No-JSON' )
181
  {
182
- echo '<div class="mec-message-import-error">' . esc_html__( 'Your options is not in JSON format. Please insert correct options in this field and try again.' , 'modern-events-calendar-lite' ) . '</div>';
183
  exit();
184
- } else {
185
- if ( empty( $options ) )
 
 
186
  {
187
- echo '<div class="mec-message-import-error">' . esc_html__( 'Your options field can not be empty!' , 'modern-events-calendar-lite' ) . '</div>';
188
  exit;
189
- } else {
190
- update_option( 'mec_options' , $options);
191
- echo '<div class="mec-message-import-success">' . esc_html__( 'Your options imported successfuly.' , 'modern-events-calendar-lite' ) . '</div>';
 
 
192
  }
193
  }
 
194
  wp_die();
195
  }
196
 
59
  */
60
  public function init()
61
  {
 
62
  $this->factory->action('admin_menu', array($this, 'menus'));
63
  $this->factory->action('admin_menu', array($this, 'support_menu'), 21);
64
  $this->factory->action('init', array($this, 'register_post_type'));
101
  // Disable Gutenberg
102
  $this->factory->filter('gutenberg_can_edit_post_type', array($this, 'gutenberg'), 10, 2);
103
 
104
+ // Export Settings
105
  $this->factory->action('wp_ajax_download_settings', array($this, 'download_settings'));
106
  $this->factory->action('wp_ajax_nopriv_download_settings', array($this, 'download_settings'));
107
 
108
+ // Import Settings
109
  $this->factory->action('wp_ajax_import_settings', array($this, 'import_settings'));
110
  $this->factory->action('wp_ajax_nopriv_import_settings', array($this, 'import_settings'));
111
 
112
+ // License Activation
113
  $this->factory->action('wp_ajax_activate_license', array($this, 'activate_license'));
114
  $this->factory->action('wp_ajax_nopriv_activate_license', array($this, 'activate_license'));
115
 
116
+ // Scheduler Cronjob
117
+ $schedule = $this->getSchedule();
118
+ $this->factory->action('mec_scheduler', array($schedule, 'cron'));
119
  }
120
 
121
  /* Activate License */
122
  public function activate_license()
123
  {
124
+ if(!wp_verify_nonce($_REQUEST['nonce'], 'mec_settings_nonce'))
125
  {
126
  exit();
127
  }
128
+
129
  $options = get_option('mec_options');
130
 
131
  $options['product_name'] = $_REQUEST['content']['LicenseTypeJson'];
145
  }
146
  else
147
  {
148
+ $LicenseStatus = __('Activation faild. Please check your purchase code or license type.<br><b>Note: Your purchase code should match your licesne type.</b>' , 'modern-events-calendar-lite') . '<a style="text-decoration: underline; padding-left: 7px;" href="https://webnus.ticksy.com/article/14445/" target="_blank">' . __('Troubleshooting' , 'modern-events-calendar-lite') . '</a>';
 
149
  }
150
 
151
  echo $LicenseStatus;
 
152
  wp_die();
153
  }
154
 
156
  /* Download MEC settings */
157
  public function download_settings()
158
  {
159
+ if(!wp_verify_nonce( $_REQUEST['nonce'], 'mec_settings_download'))
160
  {
161
  exit();
162
+ }
163
+
164
  $content = get_option('mec_options');
165
  $content = json_encode($content, true);
166
+
167
+ header('Content-type: application/txt');
168
+ header('Content-Description: MEC Settings');
169
+ header('Content-Disposition: attachment; filename="mec_options_backup_' . date( 'd-m-Y' ) . '.json"');
170
+ header('Content-Transfer-Encoding: binary');
171
+ header('Expires: 0');
172
+ header('Cache-Control: no-cache, no-store, max-age=0, must-revalidate');
173
  print_r($content);
174
  wp_die();
175
  }
177
  /* Download MEC settings */
178
  public function import_settings()
179
  {
180
+ if(!wp_verify_nonce( $_REQUEST['nonce'], 'mec_settings_nonce'))
181
  {
182
  exit();
183
  }
184
 
185
  $options = $_REQUEST['content'];
186
+ if($options == 'No-JSON')
187
  {
188
+ echo '<div class="mec-message-import-error">' . esc_html__('Your options is not in JSON format. Please insert correct options in this field and try again.' , 'modern-events-calendar-lite') . '</div>';
189
  exit();
190
+ }
191
+ else
192
+ {
193
+ if(empty($options))
194
  {
195
+ echo '<div class="mec-message-import-error">' . esc_html__('Your options field can not be empty!' , 'modern-events-calendar-lite') . '</div>';
196
  exit;
197
+ }
198
+ else
199
+ {
200
+ update_option('mec_options' , $options);
201
+ echo '<div class="mec-message-import-success">' . esc_html__('Your options imported successfuly.', 'modern-events-calendar-lite') . '</div>';
202
  }
203
  }
204
+
205
  wp_die();
206
  }
207
 
app/features/mec/settings.php CHANGED
@@ -272,17 +272,6 @@ if($this->getPRO())
272
 
273
  <h4 class="mec-form-subtitle"><?php _e('General Options', 'modern-events-calendar-lite'); ?></h4>
274
 
275
- <div class="mec-form-row">
276
- <label class="mec-col-3" for="mec_settings_time_format"><?php _e('Time Format', 'modern-events-calendar-lite'); ?></label>
277
- <div class="mec-col-4">
278
- <select id="mec_settings_time_format" name="mec[settings][time_format]">
279
- <option value="12" <?php if(isset($settings['time_format']) and '12' == $settings['time_format']) echo 'selected="selected"'; ?>><?php _e('12 hours format with AM/PM', 'modern-events-calendar-lite'); ?></option>
280
- <option value="24" <?php if(isset($settings['time_format']) and '24' == $settings['time_format']) echo 'selected="selected"'; ?>><?php _e('24 hours format', 'modern-events-calendar-lite'); ?></option>
281
- </select>
282
- <a class="mec-tooltip" title="<?php esc_attr_e("This option is for showing start/end time of events on frontend of website.", 'modern-events-calendar-lite'); ?>"><i title="" class="dashicons-before dashicons-editor-help"></i></a>
283
- </div>
284
- </div>
285
-
286
  <div class="mec-form-row">
287
  <label class="mec-col-3" for="mec_settings_hide_time_method"><?php _e('Hide Events', 'modern-events-calendar-lite'); ?></label>
288
  <div class="mec-col-4">
@@ -932,6 +921,18 @@ if($this->getPRO())
932
 
933
  <div id="fes_option" class="mec-options-fields">
934
  <h4 class="mec-form-subtitle"><?php _e('Frontend Event Submission', 'modern-events-calendar-lite'); ?></h4>
 
 
 
 
 
 
 
 
 
 
 
 
935
  <div class="mec-form-row">
936
  <label class="mec-col-3" for="mec_settings_fes_list_page"><?php _e('Events List Page', 'modern-events-calendar-lite'); ?></label>
937
  <div class="mec-col-4">
272
 
273
  <h4 class="mec-form-subtitle"><?php _e('General Options', 'modern-events-calendar-lite'); ?></h4>
274
 
 
 
 
 
 
 
 
 
 
 
 
275
  <div class="mec-form-row">
276
  <label class="mec-col-3" for="mec_settings_hide_time_method"><?php _e('Hide Events', 'modern-events-calendar-lite'); ?></label>
277
  <div class="mec-col-4">
921
 
922
  <div id="fes_option" class="mec-options-fields">
923
  <h4 class="mec-form-subtitle"><?php _e('Frontend Event Submission', 'modern-events-calendar-lite'); ?></h4>
924
+
925
+ <div class="mec-form-row">
926
+ <label class="mec-col-3" for="mec_settings_time_format"><?php _e('Time Format', 'modern-events-calendar-lite'); ?></label>
927
+ <div class="mec-col-4">
928
+ <select id="mec_settings_time_format" name="mec[settings][time_format]">
929
+ <option value="12" <?php if(isset($settings['time_format']) and '12' == $settings['time_format']) echo 'selected="selected"'; ?>><?php _e('12 hours format with AM/PM', 'modern-events-calendar-lite'); ?></option>
930
+ <option value="24" <?php if(isset($settings['time_format']) and '24' == $settings['time_format']) echo 'selected="selected"'; ?>><?php _e('24 hours format', 'modern-events-calendar-lite'); ?></option>
931
+ </select>
932
+ <a class="mec-tooltip" title="<?php esc_attr_e("This option, affects the selection of Start/End time.", 'modern-events-calendar-lite'); ?>"><i title="" class="dashicons-before dashicons-editor-help"></i></a>
933
+ </div>
934
+ </div>
935
+
936
  <div class="mec-form-row">
937
  <label class="mec-col-3" for="mec_settings_fes_list_page"><?php _e('Events List Page', 'modern-events-calendar-lite'); ?></label>
938
  <div class="mec-col-4">
app/features/update.php CHANGED
@@ -23,6 +23,9 @@ class MEC_feature_update extends MEC_base
23
 
24
  // Import MEC DB
25
  $this->db = $this->getDB();
 
 
 
26
  }
27
 
28
  /**
@@ -33,7 +36,13 @@ class MEC_feature_update extends MEC_base
33
  {
34
  // Plugin is not installed yet so no need to run these upgrades
35
  if(!get_option('mec_installed', 0)) return;
36
-
 
 
 
 
 
 
37
  $version = get_option('mec_version', '1.0.0');
38
 
39
  // It's updated to latest version
@@ -47,6 +56,7 @@ class MEC_feature_update extends MEC_base
47
  if(version_compare($version, '2.9.0', '<')) $this->version290();
48
  if(version_compare($version, '3.2.0', '<')) $this->version320();
49
  if(version_compare($version, '3.5.0', '<')) $this->version350();
 
50
 
51
  // Update to latest version to prevent running the code twice
52
  update_option('mec_version', $this->main->get_version());
@@ -194,4 +204,28 @@ class MEC_feature_update extends MEC_base
194
  update_post_meta($custom_day['post_id'], 'mec_in_days', $new_days_str);
195
  }
196
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  }
23
 
24
  // Import MEC DB
25
  $this->db = $this->getDB();
26
+
27
+ // Import MEC Factory
28
+ $this->factory = $this->getFactory();
29
  }
30
 
31
  /**
36
  {
37
  // Plugin is not installed yet so no need to run these upgrades
38
  if(!get_option('mec_installed', 0)) return;
39
+
40
+ // Run the Update Function
41
+ $this->factory->action('wp_loaded', array($this, 'update'));
42
+ }
43
+
44
+ public function update()
45
+ {
46
  $version = get_option('mec_version', '1.0.0');
47
 
48
  // It's updated to latest version
56
  if(version_compare($version, '2.9.0', '<')) $this->version290();
57
  if(version_compare($version, '3.2.0', '<')) $this->version320();
58
  if(version_compare($version, '3.5.0', '<')) $this->version350();
59
+ if(version_compare($version, '4.0.0', '<')) $this->version400();
60
 
61
  // Update to latest version to prevent running the code twice
62
  update_option('mec_version', $this->main->get_version());
204
  update_post_meta($custom_day['post_id'], 'mec_in_days', $new_days_str);
205
  }
206
  }
207
+
208
+ public function version400()
209
+ {
210
+ // Add Columns
211
+ $this->db->q("ALTER TABLE `#__mec_dates` ADD `tstart` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `dend`;");
212
+ $this->db->q("ALTER TABLE `#__mec_dates` ADD `tend` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `tstart`;");
213
+
214
+ // Add Indexes
215
+ $this->db->q("ALTER TABLE `#__mec_dates` ADD INDEX (`tstart`);");
216
+ $this->db->q("ALTER TABLE `#__mec_dates` ADD INDEX (`tend`);");
217
+
218
+ // Drop Columns
219
+ $this->db->q("ALTER TABLE `#__mec_dates` DROP COLUMN `type`;");
220
+
221
+ // Scheduler
222
+ $schedule = $this->getSchedule();
223
+
224
+ // Add Schedule for All Events
225
+ $events = $this->main->get_events();
226
+ foreach($events as $event) $schedule->reschedule($event->ID, 50);
227
+
228
+ // Scheduler Cron job
229
+ if(!wp_next_scheduled('mec_scheduler')) wp_schedule_event(time(), 'hourly', 'mec_scheduler');
230
+ }
231
  }
app/libraries/base.php CHANGED
@@ -174,4 +174,15 @@ abstract class MEC_base extends MEC
174
  {
175
  return MEC::getInstance(base64_decode('YXBwLmxpYnJhcmllcy5wcm8='));
176
  }
 
 
 
 
 
 
 
 
 
 
 
177
  }
174
  {
175
  return MEC::getInstance(base64_decode('YXBwLmxpYnJhcmllcy5wcm8='));
176
  }
177
+
178
+ /**
179
+ * Returns PRO instance
180
+ * @final
181
+ * @author Webnus <info@webnus.biz>
182
+ * @return \MEC_schedule instance
183
+ */
184
+ final public function getSchedule()
185
+ {
186
+ return MEC::getInstance('app.libraries.schedule');
187
+ }
188
  }
app/libraries/db.php CHANGED
@@ -161,15 +161,17 @@ class MEC_db extends MEC_base
161
 
162
  $query = str_replace('#__blogs', $wpdb->base_prefix.'blogs', $query);
163
  $query = str_replace('#__', $wpdb->prefix, $query);
164
-
 
 
165
  return $query;
166
  }
167
 
168
  /**
169
  * Returns WordPres DB Object
170
  * @author Webnus <info@webnus.biz>
171
- * @global object $wpdb
172
- * @return object
173
  */
174
  public function get_DBO()
175
  {
161
 
162
  $query = str_replace('#__blogs', $wpdb->base_prefix.'blogs', $query);
163
  $query = str_replace('#__', $wpdb->prefix, $query);
164
+ $query = str_replace('[:CHARSET:]', $wpdb->charset, $query);
165
+ $query = str_replace('[:COLLATE:]', $wpdb->collate, $query);
166
+
167
  return $query;
168
  }
169
 
170
  /**
171
  * Returns WordPres DB Object
172
  * @author Webnus <info@webnus.biz>
173
+ * @global wpdb $wpdb
174
+ * @return wpdb
175
  */
176
  public function get_DBO()
177
  {
app/libraries/factory.php CHANGED
@@ -585,6 +585,9 @@ class MEC_factory extends MEC_base
585
  public function deactivate($network = false)
586
  {
587
  $this->main->flush_rewrite_rules();
 
 
 
588
  }
589
 
590
  /**
@@ -803,6 +806,9 @@ class MEC_factory extends MEC_base
803
  foreach($calendar['meta'] as $key=>$value) update_post_meta($post_id, $key, $value);
804
  }
805
  }
 
 
 
806
 
807
  // Mark this blog as installed
808
  update_option('mec_installed', 1);
@@ -829,8 +835,9 @@ class MEC_factory extends MEC_base
829
  // Database Object
830
  $db = MEC::getInstance('app.libraries.db');
831
 
832
- // drop table
833
  $db->q("DROP TABLE `#__mec_events`");
 
834
 
835
  // MEC Deleted
836
  delete_option('mec_installed');
585
  public function deactivate($network = false)
586
  {
587
  $this->main->flush_rewrite_rules();
588
+
589
+ // Clear Scheduler Cronjob
590
+ wp_clear_scheduled_hook('mec_scheduler');
591
  }
592
 
593
  /**
806
  foreach($calendar['meta'] as $key=>$value) update_post_meta($post_id, $key, $value);
807
  }
808
  }
809
+
810
+ // Scheduler Cron job
811
+ if(!wp_next_scheduled('mec_scheduler')) wp_schedule_event(time(), 'hourly', 'mec_scheduler');
812
 
813
  // Mark this blog as installed
814
  update_option('mec_installed', 1);
835
  // Database Object
836
  $db = MEC::getInstance('app.libraries.db');
837
 
838
+ // Drop Tables
839
  $db->q("DROP TABLE `#__mec_events`");
840
+ $db->q("DROP TABLE `#__mec_dates`");
841
 
842
  // MEC Deleted
843
  delete_option('mec_installed');
app/libraries/main.php CHANGED
@@ -308,8 +308,11 @@ class MEC_main extends MEC_base
308
  public function get_post_meta($post_id)
309
  {
310
  $raw_data = get_post_meta($post_id, '', true);
311
-
312
  $data = array();
 
 
 
 
313
  foreach($raw_data as $key=>$val) $data[$key] = isset($val[0]) ? (!is_serialized($val[0]) ? $val[0] : unserialize($val[0])) : NULL;
314
 
315
  return $data;
@@ -3139,6 +3142,10 @@ class MEC_main extends MEC_base
3139
  }
3140
 
3141
  $db->q("INSERT INTO `#__mec_events` (`post_id`,".trim($q1, ', ').") VALUES ('$new_post_id',".trim($q2, ', ').")");
 
 
 
 
3142
 
3143
  return $new_post_id;
3144
  }
@@ -3187,7 +3194,7 @@ class MEC_main extends MEC_base
3187
 
3188
  // Custom Dates
3189
  $db = $this->getDB();
3190
- $custom_date = $db->select("SELECT `dend` FROM `#__mec_dates` WHERE `post_id`='".$event->ID."' AND `type`='include' AND `dstart`<='".$date."' AND `dend`>='".$date."' ORDER BY `id` DESC LIMIT 1", 'loadResult');
3191
 
3192
  // Event Passed
3193
  $past = $this->is_past($finish_date['date'], $date);
@@ -3265,7 +3272,7 @@ class MEC_main extends MEC_base
3265
  public function create_mec_tables()
3266
  {
3267
  // MEC Events table already exists
3268
- if($this->table_exists()) return true;
3269
 
3270
  // MEC File library
3271
  $file = $this->getFile();
@@ -3483,6 +3490,10 @@ class MEC_main extends MEC_base
3483
  $db->q("UPDATE `#__mec_events` SET ".trim($q, ', ')." WHERE `id`='$mec_event_id'");
3484
  }
3485
 
 
 
 
 
3486
  if(isset($event['meta']) and is_array($event['meta'])) foreach($event['meta'] as $key=>$value) update_post_meta($post_id, $key, $value);
3487
 
3488
  return $post_id;
308
  public function get_post_meta($post_id)
309
  {
310
  $raw_data = get_post_meta($post_id, '', true);
 
311
  $data = array();
312
+
313
+ // Invalid Raw Data
314
+ if(!is_array($raw_data)) return $data;
315
+
316
  foreach($raw_data as $key=>$val) $data[$key] = isset($val[0]) ? (!is_serialized($val[0]) ? $val[0] : unserialize($val[0])) : NULL;
317
 
318
  return $data;
3142
  }
3143
 
3144
  $db->q("INSERT INTO `#__mec_events` (`post_id`,".trim($q1, ', ').") VALUES ('$new_post_id',".trim($q2, ', ').")");
3145
+
3146
+ // Update Schedule
3147
+ $schedule = $this->getSchedule();
3148
+ $schedule->reschedule($new_post_id);
3149
 
3150
  return $new_post_id;
3151
  }
3194
 
3195
  // Custom Dates
3196
  $db = $this->getDB();
3197
+ $custom_date = $db->select("SELECT `dend` FROM `#__mec_dates` WHERE `post_id`='".$event->ID."' AND `dstart`<='".$date."' AND `dend`>='".$date."' ORDER BY `id` DESC LIMIT 1", 'loadResult');
3198
 
3199
  // Event Passed
3200
  $past = $this->is_past($finish_date['date'], $date);
3272
  public function create_mec_tables()
3273
  {
3274
  // MEC Events table already exists
3275
+ if($this->table_exists('mec_events') and $this->table_exists('mec_dates')) return true;
3276
 
3277
  // MEC File library
3278
  $file = $this->getFile();
3490
  $db->q("UPDATE `#__mec_events` SET ".trim($q, ', ')." WHERE `id`='$mec_event_id'");
3491
  }
3492
 
3493
+ // Update Schedule
3494
+ $schedule = $this->getSchedule();
3495
+ $schedule->reschedule($post_id, $schedule->get_reschedule_maximum($event['repeat_type']));
3496
+
3497
  if(isset($event['meta']) and is_array($event['meta'])) foreach($event['meta'] as $key=>$value) update_post_meta($post_id, $key, $value);
3498
 
3499
  return $post_id;
app/libraries/render.php CHANGED
@@ -546,10 +546,6 @@ class MEC_render extends MEC_base
546
 
547
  // Original Start Date
548
  $original_start_date = $today;
549
-
550
- $cached = wp_cache_get($event_id.'-'.$original_start_date, 'mec-events-dates');
551
- if($cached) return $cached;
552
-
553
  $dates = array();
554
 
555
  // Get event data if it is NULL
@@ -697,8 +693,10 @@ class MEC_render extends MEC_base
697
 
698
  while($found < $maximum)
699
  {
700
- $today = date('Y-m-d', strtotime('+'.$i.' Months', strtotime($original_start_date)));
701
-
 
 
702
  if($this->main->is_past($finish_date['date'], $today)) break;
703
 
704
  $year = date('Y', strtotime($today));
@@ -739,14 +737,18 @@ class MEC_render extends MEC_base
739
  $event_period_days = $event_end_day - $event_start_day;
740
  $found = 0;
741
  $i = 0;
742
-
743
- while($found < $maximum and !$this->main->is_past($finish_date['date'], $today))
744
  {
745
- $today = date('Y-m-d', strtotime('+'.$i.' Months', strtotime($original_start_date)));
746
-
 
 
 
 
747
  $year = date('Y', strtotime($today));
748
  $month = date('m', strtotime($today));
749
-
750
  if(!in_array($month, $event_months))
751
  {
752
  $i++;
@@ -759,8 +761,7 @@ class MEC_render extends MEC_base
759
  while(!checkdate($month, $day, $year)) $day--;
760
 
761
  $event_date = $year.'-'.$month.'-'.$day;
762
-
763
- if(strtotime($event_date) < time())
764
  {
765
  $i++;
766
  continue;
@@ -781,7 +782,7 @@ class MEC_render extends MEC_base
781
  }
782
  elseif($repeat_type == 'custom_days')
783
  {
784
- $custom_days = $this->db->select("SELECT * FROM `#__mec_dates` WHERE `post_id`='$event_id' AND `type`='include' AND `dstart`>='$today' ORDER BY `dstart` ASC", 'loadAssocList');
785
 
786
  $found = 0;
787
  if(strtotime($event->mec->start) >= strtotime($today) and !in_array($event->mec->start, $exceptional_days))
@@ -801,13 +802,15 @@ class MEC_render extends MEC_base
801
  {
802
  // Found maximum dates
803
  if($found >= $maximum) break;
804
-
 
 
805
  // Date is past
806
- if(strtotime($custom_day['dstart']) < strtotime($today)) continue;
807
 
808
- if(!in_array($custom_day['dstart'], $exceptional_days)) $dates[] = array(
809
- 'start'=>array('date'=>$custom_day['dstart'], 'hour'=>$event->meta['mec_date']['start']['hour'], 'minutes'=>$event->meta['mec_date']['start']['minutes'], 'ampm'=>$event->meta['mec_date']['start']['ampm']),
810
- 'end'=>array('date'=>$custom_day['dend'], 'hour'=>$event->meta['mec_date']['end']['hour'], 'minutes'=>$event->meta['mec_date']['end']['minutes'], 'ampm'=>$event->meta['mec_date']['end']['ampm']),
811
  'allday'=>$allday,
812
  'hide_time'=>$hide_time,
813
  'past'=>0
546
 
547
  // Original Start Date
548
  $original_start_date = $today;
 
 
 
 
549
  $dates = array();
550
 
551
  // Get event data if it is NULL
693
 
694
  while($found < $maximum)
695
  {
696
+ $t = strtotime('+'.$i.' Months', strtotime($original_start_date));
697
+ if(!$t) break;
698
+
699
+ $today = date('Y-m-d', $t);
700
  if($this->main->is_past($finish_date['date'], $today)) break;
701
 
702
  $year = date('Y', strtotime($today));
737
  $event_period_days = $event_end_day - $event_start_day;
738
  $found = 0;
739
  $i = 0;
740
+
741
+ while($found < $maximum)
742
  {
743
+ $t = strtotime('+'.$i.' Months', strtotime($original_start_date));
744
+ if(!$t) break;
745
+
746
+ $today = date('Y-m-d', $t);
747
+ if($this->main->is_past($finish_date['date'], $today)) break;
748
+
749
  $year = date('Y', strtotime($today));
750
  $month = date('m', strtotime($today));
751
+
752
  if(!in_array($month, $event_months))
753
  {
754
  $i++;
761
  while(!checkdate($month, $day, $year)) $day--;
762
 
763
  $event_date = $year.'-'.$month.'-'.$day;
764
+ if(strtotime($event_date) < strtotime($original_start_date))
 
765
  {
766
  $i++;
767
  continue;
782
  }
783
  elseif($repeat_type == 'custom_days')
784
  {
785
+ $custom_days = explode(',', $event->mec->days);
786
 
787
  $found = 0;
788
  if(strtotime($event->mec->start) >= strtotime($today) and !in_array($event->mec->start, $exceptional_days))
802
  {
803
  // Found maximum dates
804
  if($found >= $maximum) break;
805
+
806
+ $cday = explode(':', $custom_day);
807
+
808
  // Date is past
809
+ if(strtotime($cday[0]) < strtotime($today)) continue;
810
 
811
+ if(!in_array($cday[0], $exceptional_days)) $dates[] = array(
812
+ 'start'=>array('date'=>$cday[0], 'hour'=>$event->meta['mec_date']['start']['hour'], 'minutes'=>$event->meta['mec_date']['start']['minutes'], 'ampm'=>$event->meta['mec_date']['start']['ampm']),
813
+ 'end'=>array('date'=>$cday[1], 'hour'=>$event->meta['mec_date']['end']['hour'], 'minutes'=>$event->meta['mec_date']['end']['minutes'], 'ampm'=>$event->meta['mec_date']['end']['ampm']),
814
  'allday'=>$allday,
815
  'hide_time'=>$hide_time,
816
  'past'=>0
app/libraries/schedule.php ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /** no direct access **/
3
+ defined('MECEXEC') or die();
4
+
5
+ /**
6
+ * Webnus MEC schedule class.
7
+ * @author Webnus <info@webnus.biz>
8
+ */
9
+ class MEC_schedule extends MEC_base
10
+ {
11
+ private $db;
12
+ private $main;
13
+ private $render;
14
+
15
+ public function __construct()
16
+ {
17
+ $this->db = $this->getDB();
18
+ $this->main = $this->getMain();
19
+ $this->render = $this->getRender();
20
+ }
21
+
22
+ public function cron()
23
+ {
24
+ // Get All Events
25
+ $events = $this->main->get_events();
26
+
27
+ // Append Schedule for Events
28
+ foreach($events as $event) $this->append($event->ID, 50);
29
+ }
30
+
31
+ public function reschedule($event_id, $maximum = 200)
32
+ {
33
+ // Clean Current Schedule
34
+ $this->clean($event_id);
35
+
36
+ // Event Start Date
37
+ $start = get_post_meta($event_id, 'mec_start_date', true);
38
+
39
+ if(trim($start) == '' or $start == '0000-00-00') $start = date('Y-m-d', strtotime('-1 Year'));
40
+ else $start = date('Y-m-d', strtotime('-1 Day', strtotime($start)));
41
+
42
+ // New Schedule
43
+ $this->schedule($event_id, $start, $maximum);
44
+ }
45
+
46
+ public function append($event_id, $maximum = 25)
47
+ {
48
+ // Get Start Date
49
+ $start = $this->time($event_id, 'max', 'Y-m-d');
50
+
51
+ // Append Schedule
52
+ $this->schedule($event_id, $start, $maximum);
53
+ }
54
+
55
+ public function schedule($event_id, $start, $maximum = 100)
56
+ {
57
+ // Get event dates
58
+ $dates = $this->render->dates($event_id, NULL, $maximum, $start);
59
+
60
+ // No new date found!
61
+ if(!is_array($dates) or (is_array($dates) and !count($dates))) return false;
62
+
63
+ foreach($dates as $date)
64
+ {
65
+ $sd = $date['start']['date'];
66
+ $ed = $date['end']['date'];
67
+
68
+ $st = strtotime($date['start']['date'].' '.sprintf("%02d", $date['start']['hour']).':'.sprintf("%02d", $date['start']['minutes']).' '.$date['start']['ampm']);
69
+ $et = strtotime($date['end']['date'].' '.sprintf("%02d", $date['end']['hour']).':'.sprintf("%02d", $date['end']['minutes']).' '.$date['end']['ampm']);
70
+
71
+ $date_id = $this->db->select("SELECT `id` FROM `#__mec_dates` WHERE `post_id`='$event_id' AND `dstart`='$sd' AND `dend`='$ed'", 'loadResult');
72
+
73
+ // Add new Date
74
+ if(!$date_id) $this->db->q("INSERT INTO `#__mec_dates` (`post_id`,`dstart`,`dend`,`tstart`,`tend`) VALUES ('$event_id','$sd','$ed','$st','$et');");
75
+ // Update Existing Record
76
+ else $this->db->q("UPDATE `#__mec_dates` SET `tstart`='$st', `tend`='$et' WHERE `id`='$date_id';");
77
+ }
78
+
79
+ return true;
80
+ }
81
+
82
+ public function clean($event_id)
83
+ {
84
+ // Remove All Scheduled Dates
85
+ return $this->db->q("DELETE FROM `#__mec_dates` WHERE `post_id`='$event_id'");
86
+ }
87
+
88
+ public function time($event_id, $type = 'max', $format = 'Y-m-d')
89
+ {
90
+ $time = $this->db->select("SELECT ".(strtolower($type) == 'min' ? 'MIN' : 'MAX')."(`tstart`) FROM `#__mec_dates` WHERE `post_id`='$event_id'", 'loadResult');
91
+ if(!$time) $time = time();
92
+
93
+ return date($format, $time);
94
+ }
95
+
96
+ public function get_reschedule_maximum($repeat_type)
97
+ {
98
+ if($repeat_type == 'daily') return 370;
99
+ elseif($repeat_type == 'weekday') return 270;
100
+ elseif($repeat_type == 'weekend') return 150;
101
+ elseif($repeat_type == 'certain_weekdays') return 150;
102
+ elseif($repeat_type == 'weekly') return 100;
103
+ elseif($repeat_type == 'monthly') return 50;
104
+ elseif($repeat_type == 'yearly') return 25;
105
+ else return 50;
106
+ }
107
+ }
app/libraries/skins.php CHANGED
@@ -53,6 +53,11 @@ class MEC_skins extends MEC_base
53
  */
54
  public $sed_method = '0';
55
 
 
 
 
 
 
56
  public $factory;
57
  public $main;
58
  public $db;
@@ -120,6 +125,9 @@ class MEC_skins extends MEC_base
120
 
121
  // MEC request library
122
  $this->request = $this->getRequest();
 
 
 
123
 
124
  // Found Events
125
  $this->found = 0;
@@ -147,7 +155,6 @@ class MEC_skins extends MEC_base
147
  {
148
  // MEC add filters
149
  $this->factory->filter('posts_join', array($this, 'join'), 10, 2);
150
- $this->factory->filter('posts_where', array($this, 'where'), 10, 2);
151
 
152
  $skins = $this->main->get_skins();
153
  foreach($skins as $skin=>$skin_name)
@@ -246,7 +253,7 @@ class MEC_skins extends MEC_base
246
  {
247
  if(!$this->main->getPRO() and in_array($this->skin, array('agenda', 'yearly_view', 'timetable', 'masonry', 'map', 'available_spot')))
248
  {
249
- return '<div class="info-msg">'.sprintf(__("%s is required to use this skin.", 'modern-events-calendar-lite'), '<a href="'.$this->main->get_pro_link().'" target="_blank">'.__('Pro version of Modern Events Calendar', 'modern-events-calendar-lite').'</a>').'</div>';
250
  }
251
 
252
  // Include needed assets for loading single event details page
@@ -407,95 +414,90 @@ class MEC_skins extends MEC_base
407
 
408
  return $join;
409
  }
410
-
411
  /**
412
- * Adding MEC filter query to WP_Query
413
- * @author Webnus <info@webnus.biz>
414
- * @param string $where
415
- * @param object $wp_query
416
- * @return string
417
  */
418
- public function where($where, $wp_query)
419
  {
420
- // Upcoming and Expired Events
421
- if(is_string($wp_query->query_vars['post_type']) and $wp_query->query_vars['post_type'] == $this->main->get_main_post_type() and $wp_query->get('mec-init', false))
 
 
 
 
 
 
422
  {
423
- // Start and End date
424
- $date_query = "`start`<='".$wp_query->get('mec-today')."' AND (`end`='0000-00-00' OR `end`>='".$wp_query->get('mec-today')."')";
425
 
426
- // No recuring events
427
- if($this->multiple_days_method == 'first_day' or ($this->multiple_days_method == 'first_day_listgrid' and in_array($wp_query->get('mec-skin', ''), array('list', 'grid', 'slider', 'carousel')))) $rec_no = "`repeat`='0' AND `start`='".$wp_query->get('mec-today')."' AND (`end`='0000-00-00' OR `end`>='".$wp_query->get('mec-today')."')";
428
- else $rec_no = "`repeat`='0' AND ".$date_query;
429
-
430
- // Normal Recuring events
431
- $rec_normal = "`repeat`='1' AND DATEDIFF('".$wp_query->get('mec-today')."', start) % rinterval=0 AND ".$date_query;
432
-
433
- // Complex Recuring events
434
- $rec_complex = "`repeat`='1' AND (`year`='".$wp_query->get('mec-year')."' OR `year`='*') AND
435
- (`month` LIKE '%,".$wp_query->get('mec-month').",%' OR `month`='*') AND
436
- (`day` LIKE '".(($this->multiple_days_method == 'all_days' or ($this->multiple_days_method == 'first_day_listgrid' and !in_array($wp_query->get('mec-skin', ''), array('list', 'grid', 'slider', 'carousel')))) ? '%' : '').",".$wp_query->get('mec-day').",%' OR `day`='*') AND
437
- (`week` LIKE '%,".$wp_query->get('mec-week').",%' OR `week`='*') AND
438
- (`weekday` LIKE '%,".$wp_query->get('mec-weekday').",%' OR `weekday`='*') AND ".$date_query;
439
-
440
- // Weekday Recuring events
441
- $rec_weekdays = "`repeat`='1' AND `weekdays` LIKE '%,".$wp_query->get('mec-weekday').",%' AND ".$date_query;
442
-
443
- // Main Date of Days (In)
444
- $rec_days_in_main_date = "`repeat`='1' AND `days`!='' AND ".$date_query;
445
-
446
- // Days (In)
447
- $rec_days_in = "`dstart`='".$wp_query->get('mec-today')."' AND `dend`>='".$wp_query->get('mec-today')."'";
448
-
449
- // Days (Not In)
450
- $rec_days_not_in = "`not_in_days` NOT LIKE '%".$wp_query->get('mec-today')."%'";
451
-
452
- // Hide past events
453
- $time_query = '';
454
-
455
- // Show only ongoing events
456
- if($wp_query->get('mec-show-ongoing-events', false))
457
- {
458
- $hour = current_time('G');
459
- $minute = current_time('i');
460
 
461
- $seconds = $this->main->time_to_seconds($hour, $minute);
462
-
463
- // Add time to the query
464
- $time_query = "(`time_start`!='0' AND `time_start`<='".($seconds)."') AND (`time_end`!='0' AND `time_end`>='".($seconds)."')";
 
 
 
 
 
 
 
465
 
466
- // Change date query to show ongoing multiple day events as well
467
- $rec_no = "`repeat`='0' AND ".$date_query;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
468
  }
469
- // To include a minimum date time for filtering events
470
- elseif($wp_query->get('mec-seconds') and $wp_query->get('mec-today') == $wp_query->get('mec-seconds-date'))
 
471
  {
472
- $seconds = $wp_query->get('mec-seconds');
473
-
474
- // Add time to the query
475
- if($this->hide_time_method == 'start') $time_query = "`time_start`!='0' AND `time_start`>='$seconds'";
476
- elseif($this->hide_time_method == 'plus1') $time_query = "`time_start`!='0' AND `time_start`>='".($seconds-3600)."' AND `time_end`!='0' AND `time_end`>='".($seconds)."'";
477
- elseif($this->hide_time_method == 'plus2') $time_query = "`time_start`!='0' AND `time_start`>='".($seconds-7200)."' AND `time_end`!='0' AND `time_end`>='".($seconds)."'";
478
- else $time_query = "`time_end`!='0' AND `time_end`>='".($seconds)."'";
479
  }
480
- // To don't include past today events
481
- elseif(!$wp_query->get('mec-past-events') and $wp_query->get('mec-today') == date('Y-m-d'))
482
  {
483
- $hour = current_time('G');
484
- $minute = current_time('i');
485
-
486
- $seconds = $this->main->time_to_seconds($hour, $minute);
487
-
488
- // Add time to the query
489
- if($this->hide_time_method == 'start') $time_query = "`time_start`!='0' AND `time_start`>='$seconds'";
490
- elseif($this->hide_time_method == 'plus1') $time_query = "`time_start`!='0' AND `time_start`>='".($seconds-3600)."' AND `time_end`!='0' AND `time_end`>='".($seconds)."'";
491
- elseif($this->hide_time_method == 'plus2') $time_query = "`time_start`!='0' AND `time_start`>='".($seconds-7200)."' AND `time_end`!='0' AND `time_end`>='".($seconds)."'";
492
- else $time_query = "`time_end`!='0' AND `time_end`>='".($seconds)."'";
 
 
 
 
 
 
 
 
 
493
  }
494
-
495
- $where .= $this->db->_prefix(" AND (($rec_no) OR ($rec_normal) OR ($rec_complex) OR ($rec_weekdays) OR ($rec_days_in) OR ($rec_days_in_main_date)) AND $rec_days_not_in".(trim($time_query) ? ' AND '.$time_query : ''));
496
  }
497
 
498
- return $where;
499
  }
500
 
501
  /**
@@ -505,84 +507,87 @@ class MEC_skins extends MEC_base
505
  */
506
  public function search()
507
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
508
  $i = 0;
509
  $found = 0;
510
  $events = array();
511
 
512
- while($i < $this->max_days_loop and $found < $this->limit)
513
  {
514
- if(isset($this->show_only_expired_events) and $this->show_only_expired_events) $today = date('Y-m-d', strtotime('-'.$i.' Days', strtotime($this->start_date)));
515
- else $today = date('Y-m-d', strtotime('+'.$i.' Days', strtotime($this->start_date)));
516
 
517
- $this->setToday($today);
518
-
519
  // Check Finish Date
520
- if(isset($this->maximum_date) and strtotime($today) > strtotime($this->maximum_date)) break;
521
-
522
  // Extending the end date
523
- $this->end_date = $today;
524
-
525
- // Limit
526
- $this->args['posts_per_page'] = 1000;
527
-
528
- // Continue to load rest of events in the first date
529
  if($i === 0) $this->args['offset'] = $this->offset;
530
- // Load all events in the rest of dates
531
- else $this->args['offset'] = 0;
532
-
533
  // The Query
534
  $query = new WP_Query($this->args);
535
-
536
  if($query->have_posts())
537
  {
538
  // The Loop
539
  while($query->have_posts())
540
  {
541
  $query->the_post();
542
-
543
- if(!isset($events[$today])) $events[$today] = array();
544
-
545
  $rendered = $this->render->data(get_the_ID());
546
-
547
  $data = new stdClass();
548
  $data->ID = get_the_ID();
549
  $data->data = $rendered;
550
-
551
  $data->date = array
552
  (
553
- 'start'=>array('date'=>$today),
554
- 'end'=>array('date'=>$this->main->get_end_date($today, $rendered))
555
  );
556
-
557
- $events[$today][] = $data;
558
  $found++;
559
-
560
- if($found >= $this->limit)
561
- {
562
- // Next Offset
563
- $this->next_offset = ($query->post_count-($query->current_post+1)) > 0 ? ($query->current_post+1)+$this->offset : 0;
564
-
565
- // Move to next day
566
- if($this->next_offset === 0)
567
- {
568
- if(isset($this->show_only_expired_events) and $this->show_only_expired_events) $this->end_date = date('Y-m-d', strtotime('-1 Days', strtotime($today)));
569
- else $this->end_date = date('Y-m-d', strtotime('+1 Days', strtotime($today)));
570
- }
571
-
572
- break;
573
- }
574
  }
575
  }
576
-
577
  // Restore original Post Data
578
  wp_reset_postdata();
579
 
580
  $i++;
581
  }
582
-
583
  // Set found events
584
  $this->found = $found;
585
-
586
  return $events;
587
  }
588
 
53
  */
54
  public $sed_method = '0';
55
 
56
+ /**
57
+ * @var MEC_schedule
58
+ */
59
+ public $schedule;
60
+
61
  public $factory;
62
  public $main;
63
  public $db;
125
 
126
  // MEC request library
127
  $this->request = $this->getRequest();
128
+
129
+ // MEC schedule library
130
+ $this->schedule = $this->getSchedule();
131
 
132
  // Found Events
133
  $this->found = 0;
155
  {
156
  // MEC add filters
157
  $this->factory->filter('posts_join', array($this, 'join'), 10, 2);
 
158
 
159
  $skins = $this->main->get_skins();
160
  foreach($skins as $skin=>$skin_name)
253
  {
254
  if(!$this->main->getPRO() and in_array($this->skin, array('agenda', 'yearly_view', 'timetable', 'masonry', 'map', 'available_spot')))
255
  {
256
+ return '<div class="info-msg">' . esc_html__( 'Please contact the website administrator.', 'modern-events-calendar-lite' ) . '</div>';
257
  }
258
 
259
  // Include needed assets for loading single event details page
414
 
415
  return $join;
416
  }
417
+
418
  /**
419
+ * @param string $start
420
+ * @param string $end
421
+ * @return array
 
 
422
  */
423
+ public function period($start, $end)
424
  {
425
+ $seconds_start = strtotime($start);
426
+ $seconds_end = strtotime($end);
427
+
428
+ $order = "`tstart` ASC";
429
+ $where = "(`tstart`>='".$seconds_start."' AND `tend`<='".$seconds_end."') OR (`tstart`<='".$seconds_end."' AND `tend`>='".$seconds_end."') OR (`tstart`<='".$seconds_start."' AND `tend`>='".$seconds_start."')";
430
+ // (Start: In, Finish: In) OR (Start: Before or In, Finish: After) OR (Start: Before, Finish: In or After)
431
+
432
+ if($this->show_only_expired_events)
433
  {
434
+ $column = 'tstart';
 
435
 
436
+ if($this->hide_time_method == 'plus1') $seconds_start -= 3600;
437
+ elseif($this->hide_time_method == 'plus2') $seconds_start -= 7200;
438
+ elseif($this->hide_time_method == 'end') $column = 'tend';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
439
 
440
+ $order = "`tstart` DESC";
441
+ $where = "`".$column."`<'".$seconds_start."'";
442
+ }
443
+ elseif($this->show_ongoing_events)
444
+ {
445
+ $now = time();
446
+ $where = "(`tstart`<='".$now."' AND `tend`>='".$now."')";
447
+ }
448
+
449
+ $query = "SELECT * FROM `#__mec_dates` WHERE ".$where." ORDER BY ".$order;
450
+ $mec_dates = $this->db->select($query, 'loadObjectList');
451
 
452
+ // Today and Now
453
+ $today = current_time('Y-m-d');
454
+ $now = time();
455
+
456
+ $dates = array();
457
+ foreach($mec_dates as $mec_date)
458
+ {
459
+ $s = strtotime($mec_date->dstart);
460
+ $e = strtotime($mec_date->dend);
461
+
462
+ // Hide Events Based on Start Time
463
+ if(!$this->show_only_expired_events and !$this->args['mec-past-events'] and $s <= strtotime($today))
464
+ {
465
+ if($this->hide_time_method == 'start' and $now >= $mec_date->tstart) continue;
466
+ elseif($this->hide_time_method == 'plus1' and $now >= $mec_date->tstart+3600) continue;
467
+ elseif($this->hide_time_method == 'plus2' and $now >= $mec_date->tstart+7200) continue;
468
  }
469
+
470
+ // Hide Events Based on End Time
471
+ if(!$this->show_only_expired_events and !$this->args['mec-past-events'] and $e <= strtotime($today))
472
  {
473
+ if($this->hide_time_method == 'end' and $now >= $mec_date->tend) continue;
 
 
 
 
 
 
474
  }
475
+
476
+ if($this->multiple_days_method == 'first_day' or ($this->multiple_days_method == 'first_day_listgrid' and in_array($this->skin, array('list', 'grid', 'slider', 'carousel'))))
477
  {
478
+ $d = date('Y-m-d', $s);
479
+
480
+ if(!isset($dates[$d])) $dates[$d] = array();
481
+ $dates[$d][] = $mec_date->post_id;
482
+ }
483
+ else
484
+ {
485
+ while($s <= $e)
486
+ {
487
+ if((!$this->show_only_expired_events and $seconds_start <= $s and $s <= $seconds_end) or ($this->show_only_expired_events and $seconds_start >= $s and $s >= $seconds_end))
488
+ {
489
+ $d = date('Y-m-d', $s);
490
+
491
+ if(!isset($dates[$d])) $dates[$d] = array();
492
+ $dates[$d][] = $mec_date->post_id;
493
+ }
494
+
495
+ $s += 86400;
496
+ }
497
  }
 
 
498
  }
499
 
500
+ return $dates;
501
  }
502
 
503
  /**
507
  */
508
  public function search()
509
  {
510
+ if($this->show_only_expired_events)
511
+ {
512
+ $start = $this->start_date;
513
+ $end = date('Y-m-01', strtotime('-2 Year', strtotime($start)));
514
+ }
515
+ else
516
+ {
517
+ $start = $this->start_date;
518
+ $end = date('Y-m-t', strtotime('+2 Year', strtotime($start)));
519
+ }
520
+
521
+ // Date Events
522
+ $dates = $this->period($start, $end);
523
+
524
+ // Limit
525
+ $this->args['posts_per_page'] = 1000;
526
+
527
  $i = 0;
528
  $found = 0;
529
  $events = array();
530
 
531
+ foreach($dates as $date=>$IDs)
532
  {
533
+ // Include Available Events
534
+ $this->args['post__in'] = $IDs;
535
 
 
 
536
  // Check Finish Date
537
+ if(isset($this->maximum_date) and strtotime($date) > strtotime($this->maximum_date)) break;
538
+
539
  // Extending the end date
540
+ $this->end_date = $date;
541
+
542
+ // Continue to load rest of events in the first date
 
 
 
543
  if($i === 0) $this->args['offset'] = $this->offset;
544
+ // Load all events in the rest of dates
545
+ else $this->args['offset'] = 0;
546
+
547
  // The Query
548
  $query = new WP_Query($this->args);
 
549
  if($query->have_posts())
550
  {
551
  // The Loop
552
  while($query->have_posts())
553
  {
554
  $query->the_post();
555
+
556
+ if(!isset($events[$date])) $events[$date] = array();
557
+
558
  $rendered = $this->render->data(get_the_ID());
559
+
560
  $data = new stdClass();
561
  $data->ID = get_the_ID();
562
  $data->data = $rendered;
563
+
564
  $data->date = array
565
  (
566
+ 'start'=>array('date'=>$date),
567
+ 'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
568
  );
569
+
570
+ $events[$date][] = $data;
571
  $found++;
572
+
573
+ if($found >= $this->limit)
574
+ {
575
+ // Next Offset
576
+ $this->next_offset = ($query->post_count-($query->current_post+1)) >= 0 ? ($query->current_post+1)+$this->offset : 0;
577
+ break 2;
578
+ }
 
 
 
 
 
 
 
 
579
  }
580
  }
581
+
582
  // Restore original Post Data
583
  wp_reset_postdata();
584
 
585
  $i++;
586
  }
587
+
588
  // Set found events
589
  $this->found = $found;
590
+
591
  return $events;
592
  }
593
 
app/skins/available_spot.php CHANGED
@@ -13,6 +13,10 @@ class MEC_skin_available_spot extends MEC_skins
13
  */
14
  public $skin = 'available_spot';
15
 
 
 
 
 
16
  /**
17
  * Constructor method
18
  * @author Webnus <info@webnus.biz>
13
  */
14
  public $skin = 'available_spot';
15
 
16
+ public $event_id;
17
+ public $date_format1;
18
+ public $date_format2;
19
+
20
  /**
21
  * Constructor method
22
  * @author Webnus <info@webnus.biz>
app/skins/carousel/render.php CHANGED
@@ -22,7 +22,21 @@ $settings = $this->main->get_settings();
22
  </div>
23
  </div>
24
  <?php endif; ?>
25
- <div class='mec-owl-crousel-skin-<?php echo ($this->style == 'type1' ? 'type1' : 'type2'); ?> mec-owl-carousel mec-owl-theme'>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  <?php
27
  foreach($this->events as $date):
28
  foreach($date as $event):
22
  </div>
23
  </div>
24
  <?php endif; ?>
25
+ <?php
26
+ if( $this->style == 'type4' )
27
+ {
28
+ $carousel_type = 'type4' ;
29
+ }
30
+ elseif ( $this->style == 'type1' )
31
+ {
32
+ $carousel_type = 'type1' ;
33
+ }
34
+ else
35
+ {
36
+ $carousel_type = 'type2' ;
37
+ }
38
+ ?>
39
+ <div class='mec-owl-crousel-skin-<?php echo $carousel_type; ?> mec-owl-carousel mec-owl-theme'>
40
  <?php
41
  foreach($this->events as $date):
42
  foreach($date as $event):
app/skins/countdown.php CHANGED
@@ -12,7 +12,15 @@ class MEC_skin_countdown extends MEC_skins
12
  * @var string
13
  */
14
  public $skin = 'countdown';
15
-
 
 
 
 
 
 
 
 
16
  /**
17
  * Constructor method
18
  * @author Webnus <info@webnus.biz>
12
  * @var string
13
  */
14
  public $skin = 'countdown';
15
+
16
+ public $event_id;
17
+ public $date_format_style11;
18
+ public $date_format_style21;
19
+ public $date_format_style31;
20
+ public $date_format_style32;
21
+ public $date_format_style33;
22
+ public $bg_color;
23
+
24
  /**
25
  * Constructor method
26
  * @author Webnus <info@webnus.biz>
app/skins/cover.php CHANGED
@@ -12,7 +12,15 @@ class MEC_skin_cover extends MEC_skins
12
  * @var string
13
  */
14
  public $skin = 'cover';
15
-
 
 
 
 
 
 
 
 
16
  /**
17
  * Constructor method
18
  * @author Webnus <info@webnus.biz>
12
  * @var string
13
  */
14
  public $skin = 'cover';
15
+
16
+ public $event_id;
17
+ public $date_format_clean1;
18
+ public $date_format_clean2;
19
+ public $date_format_clean3;
20
+ public $date_format_classic1;
21
+ public $date_format_classic2;
22
+ public $date_format_modern1;
23
+
24
  /**
25
  * Constructor method
26
  * @author Webnus <info@webnus.biz>
app/skins/daily_view.php CHANGED
@@ -138,81 +138,86 @@ class MEC_skin_daily_view extends MEC_skins
138
  */
139
  public function search()
140
  {
141
- $i = 0;
142
- $today = $this->start_date;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  $events = array();
144
-
145
- while(date('m', strtotime($today)) == $this->month)
146
  {
147
- $this->setToday($today);
148
-
149
- // Hide past events
150
- if(isset($this->atts['show_past_events']) and !trim($this->atts['show_past_events']) and strtotime($today) < strtotime(date('Y-m-d')))
151
- {
152
- $events[$today] = array();
153
-
154
- $i++;
155
- $today = date('Y-m-d', strtotime('+'.$i.' Days', strtotime($this->start_date)));
156
-
157
- continue;
158
- }
159
-
160
  // Check Finish Date
161
- if(isset($this->maximum_date) and strtotime($today) > strtotime($this->maximum_date))
162
  {
163
- $events[$today] = array();
164
-
165
- $i++;
166
- $today = date('Y-m-d', strtotime('+'.$i.' Days', strtotime($this->start_date)));
167
-
168
  continue;
169
  }
170
-
 
 
 
171
  // Extending the end date
172
- $this->end_date = $today;
173
-
174
- // Limit
175
- $this->args['posts_per_page'] = $this->limit;
176
-
177
  // The Query
178
  $query = new WP_Query($this->args);
179
-
180
- if($query->have_posts())
181
  {
182
  // The Loop
183
  while($query->have_posts())
184
  {
185
  $query->the_post();
186
-
187
- if(!isset($events[$today])) $events[$today] = array();
188
-
189
  $rendered = $this->render->data(get_the_ID());
190
-
191
  $data = new stdClass();
192
  $data->ID = get_the_ID();
193
  $data->data = $rendered;
194
-
195
  $data->date = array
196
  (
197
- 'start'=>array('date'=>$today),
198
- 'end'=>array('date'=>$this->main->get_end_date($today, $rendered))
199
  );
200
-
201
- $events[$today][] = $data;
202
  }
203
  }
204
  else
205
  {
206
- $events[$today] = array();
207
  }
208
-
209
  // Restore original Post Data
210
  wp_reset_postdata();
211
-
212
- $i++;
213
- $today = date('Y-m-d', strtotime('+'.$i.' Days', strtotime($this->start_date)));
214
  }
215
-
216
  return $events;
217
  }
218
 
138
  */
139
  public function search()
140
  {
141
+ if($this->show_only_expired_events)
142
+ {
143
+ $start = current_time('Y-m-d');
144
+ $end = $this->start_date;
145
+ }
146
+ else
147
+ {
148
+ $start = $this->start_date;
149
+ $end = date('Y-m-t', strtotime($this->start_date));
150
+ }
151
+
152
+ // Date Events
153
+ $dates = $this->period($start, $end);
154
+
155
+ $s = $this->start_date;
156
+ $sorted = array();
157
+ while(date('m', strtotime($s)) == $this->month)
158
+ {
159
+ if(isset($dates[$s])) $sorted[$s] = $dates[$s];
160
+ else $sorted[$s] = array();
161
+
162
+ $s = date('Y-m-d', strtotime('+1 Day', strtotime($s)));
163
+ }
164
+
165
+ $dates = $sorted;
166
+
167
+ // Limit
168
+ $this->args['posts_per_page'] = $this->limit;
169
+
170
  $events = array();
171
+ foreach($dates as $date=>$IDs)
 
172
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  // Check Finish Date
174
+ if(isset($this->maximum_date) and strtotime($date) > strtotime($this->maximum_date))
175
  {
176
+ $events[$date] = array();
 
 
 
 
177
  continue;
178
  }
179
+
180
+ // Include Available Events
181
+ $this->args['post__in'] = $IDs;
182
+
183
  // Extending the end date
184
+ $this->end_date = $date;
185
+
 
 
 
186
  // The Query
187
  $query = new WP_Query($this->args);
188
+ if(is_array($IDs) and count($IDs) and $query->have_posts())
 
189
  {
190
  // The Loop
191
  while($query->have_posts())
192
  {
193
  $query->the_post();
194
+
195
+ if(!isset($events[$date])) $events[$date] = array();
196
+
197
  $rendered = $this->render->data(get_the_ID());
198
+
199
  $data = new stdClass();
200
  $data->ID = get_the_ID();
201
  $data->data = $rendered;
202
+
203
  $data->date = array
204
  (
205
+ 'start'=>array('date'=>$date),
206
+ 'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
207
  );
208
+
209
+ $events[$date][] = $data;
210
  }
211
  }
212
  else
213
  {
214
+ $events[$date] = array();
215
  }
216
+
217
  // Restore original Post Data
218
  wp_reset_postdata();
 
 
 
219
  }
220
+
221
  return $events;
222
  }
223
 
app/skins/grid/tpl.php CHANGED
@@ -27,7 +27,7 @@ jQuery(document).ready(function()
27
  offset: "'.$this->next_offset.'",
28
  limit: "'.$this->limit.'",
29
  atts: "'.http_build_query(array('atts'=>$this->atts), '', '&').'",
30
- ajax_url: "'.admin_url('admin-ajax.php?lang=ru', NULL).'",
31
  sed_method: "'.$this->sed_method.'",
32
  image_popup: "'.$this->image_popup.'",
33
  sf:
27
  offset: "'.$this->next_offset.'",
28
  limit: "'.$this->limit.'",
29
  atts: "'.http_build_query(array('atts'=>$this->atts), '', '&').'",
30
+ ajax_url: "'.admin_url('admin-ajax.php', NULL).'",
31
  sed_method: "'.$this->sed_method.'",
32
  image_popup: "'.$this->image_popup.'",
33
  sf:
app/skins/masonry/tpl.php CHANGED
@@ -23,7 +23,7 @@ jQuery(document).ready(function()
23
  end_date: "'.$this->end_date.'",
24
  offset: "'.$this->next_offset.'",
25
  atts: "'.http_build_query(array('atts'=>$this->atts), '', '&').'",
26
- ajax_url: "'.admin_url('admin-ajax.php?lang=ru', NULL).'",
27
  sed_method: "'.$this->sed_method.'",
28
  image_popup: "'.$this->image_popup.'",
29
  masonry_like_grid: "'.$this->masonry_like_grid.'",
23
  end_date: "'.$this->end_date.'",
24
  offset: "'.$this->next_offset.'",
25
  atts: "'.http_build_query(array('atts'=>$this->atts), '', '&').'",
26
+ ajax_url: "'.admin_url('admin-ajax.php', NULL).'",
27
  sed_method: "'.$this->sed_method.'",
28
  image_popup: "'.$this->image_popup.'",
29
  masonry_like_grid: "'.$this->masonry_like_grid.'",
app/skins/monthly_view.php CHANGED
@@ -144,56 +144,60 @@ class MEC_skin_monthly_view extends MEC_skins
144
  */
145
  public function search()
146
  {
147
- $i = 0;
148
- $today = $this->start_date;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  $events = array();
150
-
151
- while(date('m', strtotime($today)) == $this->month)
152
  {
153
- $this->setToday($today);
154
-
155
- // Extending the end date
156
- $this->end_date = $today;
157
-
158
- // Limit
159
- $this->args['posts_per_page'] = $this->limit;
160
-
161
  // The Query
162
  $query = new WP_Query($this->args);
163
-
164
  if($query->have_posts())
165
  {
166
  // The Loop
167
  while($query->have_posts())
168
  {
169
  $query->the_post();
170
-
171
- if(!isset($events[$today])) $events[$today] = array();
172
-
173
  $rendered = $this->render->data(get_the_ID());
174
-
175
  $data = new stdClass();
176
  $data->ID = get_the_ID();
177
  $data->data = $rendered;
178
-
179
  $data->date = array
180
  (
181
- 'start'=>array('date'=>$today),
182
- 'end'=>array('date'=>$this->main->get_end_date($today, $rendered))
183
  );
184
-
185
- $events[$today][] = $data;
186
  }
187
  }
188
-
189
  // Restore original Post Data
190
  wp_reset_postdata();
191
- $i++;
192
-
193
- if($this->show_only_expired_events) $today = date('Y-m-d', strtotime('-'.$i.' Days', strtotime($this->start_date)));
194
- else $today = date('Y-m-d', strtotime('+'.$i.' Days', strtotime($this->start_date)));
195
  }
196
-
197
  return $events;
198
  }
199
 
144
  */
145
  public function search()
146
  {
147
+ if($this->show_only_expired_events)
148
+ {
149
+ $start = current_time('Y-m-d');
150
+ $end = $this->start_date;
151
+ }
152
+ else
153
+ {
154
+ $start = $this->start_date;
155
+ $end = date('Y-m-t', strtotime($this->start_date));
156
+ }
157
+
158
+ // Date Events
159
+ $dates = $this->period($start, $end);
160
+
161
+ // Limit
162
+ $this->args['posts_per_page'] = $this->limit;
163
+
164
  $events = array();
165
+ foreach($dates as $date=>$IDs)
 
166
  {
167
+ // Include Available Events
168
+ $this->args['post__in'] = $IDs;
169
+
 
 
 
 
 
170
  // The Query
171
  $query = new WP_Query($this->args);
 
172
  if($query->have_posts())
173
  {
174
  // The Loop
175
  while($query->have_posts())
176
  {
177
  $query->the_post();
178
+
179
+ if(!isset($events[$date])) $events[$date] = array();
180
+
181
  $rendered = $this->render->data(get_the_ID());
182
+
183
  $data = new stdClass();
184
  $data->ID = get_the_ID();
185
  $data->data = $rendered;
186
+
187
  $data->date = array
188
  (
189
+ 'start'=>array('date'=>$date),
190
+ 'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
191
  );
192
+
193
+ $events[$date][] = $data;
194
  }
195
  }
196
+
197
  // Restore original Post Data
198
  wp_reset_postdata();
 
 
 
 
199
  }
200
+
201
  return $events;
202
  }
203
 
app/skins/single/default.php CHANGED
@@ -245,13 +245,17 @@ defined('MECEXEC') or die();
245
  <!-- QRCode Module -->
246
  <?php echo $this->main->module('qrcode.details', array('event'=>$event)); ?>
247
 
 
 
248
 
249
  </div>
250
  <?php else: ?>
251
  <div class="col-md-4">
 
 
252
  <div class="mec-event-info-desktop mec-event-meta mec-color-before mec-frontbox">
253
  <?php
254
- $single = new MEC_skin_single();
255
 
256
  // Event Date and Time
257
  if(isset($event->data->meta['mec_date']['start']) and !empty($event->data->meta['mec_date']['start']) and $single->found_value('data_time', $settings) == 'on')
@@ -427,7 +431,7 @@ defined('MECEXEC') or die();
427
  <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
428
  <?php endif; ?>
429
  </div>
430
-
431
  <!-- Speakers Module -->
432
  <?php if($single->found_value('event_speakers', $settings) == 'on') echo $this->main->module('speakers.details', array('event'=>$event)); ?>
433
 
@@ -452,9 +456,11 @@ defined('MECEXEC') or die();
452
 
453
  <!-- QRCode Module -->
454
  <?php if($single->found_value('qrcode_module', $settings) == 'on') echo $this->main->module('qrcode.details', array('event'=>$event)); ?>
 
 
 
455
 
456
  </div>
457
- <?php dynamic_sidebar('mec-single-sidebar'); ?>
458
 
459
  <?php endif; ?>
460
  </article>
@@ -485,7 +491,7 @@ if ( !empty($event->data->speakers))
485
  {
486
  "@type" : "Place",
487
  "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
488
- "image" : "<?php echo esc_url($location['thumbnail'] ); ?>",
489
  "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
490
  },
491
  "performer": <?php echo $speakers; ?>,
245
  <!-- QRCode Module -->
246
  <?php echo $this->main->module('qrcode.details', array('event'=>$event)); ?>
247
 
248
+ <!-- Widgets -->
249
+ <?php dynamic_sidebar(); ?>
250
 
251
  </div>
252
  <?php else: ?>
253
  <div class="col-md-4">
254
+ <?php $single = new MEC_skin_single(); ?>
255
+ <?php if ( $single->found_value('data_time', $settings) == 'on' || $single->found_value('local_time', $settings) == 'on' || $single->found_value('event_cost', $settings) == 'on' || $single->found_value('more_info', $settings) == 'on' || $single->found_value('event_label', $settings) == 'on' || $single->found_value('event_location', $settings) == 'on' || $single->found_value('event_categories', $settings) == 'on' || $single->found_value('event_orgnizer', $settings) == 'on' || $single->found_value('register_btn', $settings) == 'on' ) : ?>
256
  <div class="mec-event-info-desktop mec-event-meta mec-color-before mec-frontbox">
257
  <?php
258
+
259
 
260
  // Event Date and Time
261
  if(isset($event->data->meta['mec_date']['start']) and !empty($event->data->meta['mec_date']['start']) and $single->found_value('data_time', $settings) == 'on')
431
  <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
432
  <?php endif; ?>
433
  </div>
434
+ <?php endif; ?>
435
  <!-- Speakers Module -->
436
  <?php if($single->found_value('event_speakers', $settings) == 'on') echo $this->main->module('speakers.details', array('event'=>$event)); ?>
437
 
456
 
457
  <!-- QRCode Module -->
458
  <?php if($single->found_value('qrcode_module', $settings) == 'on') echo $this->main->module('qrcode.details', array('event'=>$event)); ?>
459
+
460
+ <!-- Widgets -->
461
+ <?php dynamic_sidebar('mec-single-sidebar'); ?>
462
 
463
  </div>
 
464
 
465
  <?php endif; ?>
466
  </article>
491
  {
492
  "@type" : "Place",
493
  "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
494
+ "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '' ); ?>",
495
  "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
496
  },
497
  "performer": <?php echo $speakers; ?>,
app/skins/single/m2.php CHANGED
@@ -128,10 +128,19 @@ defined('MECEXEC') or die();
128
  ?>
129
 
130
  </div>
131
- <div class="mec-color-before mec-frontbox">
132
- <!-- Speaker List Module -->
133
- <?php echo $this->main->module('speakers.details', array('event'=>$event)); ?>
134
- </div>
 
 
 
 
 
 
 
 
 
135
  <!-- Attendees List Module -->
136
  <?php echo $this->main->module('attendees-list.details', array('event'=>$event)); ?>
137
 
128
  ?>
129
 
130
  </div>
131
+
132
+ <!-- Speaker List Module -->
133
+ <?php
134
+
135
+ if(!empty($this->main->module('speakers.details', array('event'=>$event)))) {
136
+ ?>
137
+ <div class="mec-color-before mec-frontbox">
138
+ <?php echo $this->main->module('speakers.details', array('event'=>$event)); ?>
139
+ </div>
140
+ <?php
141
+ }
142
+ ?>
143
+
144
  <!-- Attendees List Module -->
145
  <?php echo $this->main->module('attendees-list.details', array('event'=>$event)); ?>
146
 
app/skins/slider/render.php CHANGED
@@ -68,29 +68,28 @@ $event_colorskin = (isset($styling['mec_colorskin']) or isset($styling['color'])
68
  $speakers = json_encode($speakers);
69
  }
70
  ?>
71
-
72
  <?php if($this->style == 't1'): ?>
73
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
74
- <script type="application/ld+json">
 
 
 
 
 
 
75
  {
76
- "@context" : "http://schema.org",
77
- "@type" : "Event",
78
- "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
79
- "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
80
- "location" :
81
- {
82
- "@type" : "Place",
83
- "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
84
- "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
85
- "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
86
- },
87
- "performer": <?php echo $speakers; ?>,
88
- "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
89
- "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
90
- "name" : "<?php esc_html_e($event->data->title); ?>",
91
- "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
92
- }
93
- </script>
94
  <div class="mec-slider-t1-img" style="background: url(<?php echo $src; ?> );"></div>
95
 
96
  <div class="mec-slider-t1-content mec-event-grid-modern">
@@ -112,7 +111,26 @@ $event_colorskin = (isset($styling['mec_colorskin']) or isset($styling['color'])
112
  </article>
113
  <?php elseif($this->style == 't2'): ?>
114
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
115
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  <div class="mec-slider-t2-img" style="background: url(<?php echo $src; ?> );"></div>
117
  <div class="mec-slider-t2-content mec-event-grid-modern mec-bg-color">
118
 
@@ -133,6 +151,26 @@ $event_colorskin = (isset($styling['mec_colorskin']) or isset($styling['color'])
133
  </article>
134
  <?php elseif($this->style == 't3'): ?>
135
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  <div class="mec-slider-t3-img" style="background: url(<?php echo $src; ?> );"></div>
137
  <div class="mec-slider-t3-content mec-event-grid-modern">
138
 
@@ -153,6 +191,26 @@ $event_colorskin = (isset($styling['mec_colorskin']) or isset($styling['color'])
153
  </article>
154
  <?php elseif($this->style == 't4'): ?>
155
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  <div class="mec-slider-t4-img" style="background: url(<?php echo $src; ?> );"></div>
157
  <div class="mec-slider-t4-content mec-event-grid-modern">
158
 
@@ -173,6 +231,26 @@ $event_colorskin = (isset($styling['mec_colorskin']) or isset($styling['color'])
173
  </article>
174
  <?php elseif($this->style == 't5'): ?>
175
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  <div class="mec-slider-t5-img" style="background: url(<?php echo $src; ?> );"></div>
177
  <div class="mec-slider-t5-content mec-event-grid-modern">
178
  <div class="event-grid-modern-head clearfix">
68
  $speakers = json_encode($speakers);
69
  }
70
  ?>
 
71
  <?php if($this->style == 't1'): ?>
72
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
73
+ <script type="application/ld+json">
74
+ {
75
+ "@context" : "http://schema.org",
76
+ "@type" : "Event",
77
+ "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
78
+ "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
79
+ "location" :
80
  {
81
+ "@type" : "Place",
82
+ "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
83
+ "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
84
+ "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
85
+ },
86
+ "performer": <?php echo $speakers; ?>,
87
+ "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
88
+ "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
89
+ "name" : "<?php esc_html_e($event->data->title); ?>",
90
+ "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
91
+ }
92
+ </script>
 
 
 
 
 
 
93
  <div class="mec-slider-t1-img" style="background: url(<?php echo $src; ?> );"></div>
94
 
95
  <div class="mec-slider-t1-content mec-event-grid-modern">
111
  </article>
112
  <?php elseif($this->style == 't2'): ?>
113
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
114
+ <script type="application/ld+json">
115
+ {
116
+ "@context" : "http://schema.org",
117
+ "@type" : "Event",
118
+ "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
119
+ "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
120
+ "location" :
121
+ {
122
+ "@type" : "Place",
123
+ "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
124
+ "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
125
+ "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
126
+ },
127
+ "performer": <?php echo $speakers; ?>,
128
+ "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
129
+ "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
130
+ "name" : "<?php esc_html_e($event->data->title); ?>",
131
+ "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
132
+ }
133
+ </script>
134
  <div class="mec-slider-t2-img" style="background: url(<?php echo $src; ?> );"></div>
135
  <div class="mec-slider-t2-content mec-event-grid-modern mec-bg-color">
136
 
151
  </article>
152
  <?php elseif($this->style == 't3'): ?>
153
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
154
+ <script type="application/ld+json">
155
+ {
156
+ "@context" : "http://schema.org",
157
+ "@type" : "Event",
158
+ "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
159
+ "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
160
+ "location" :
161
+ {
162
+ "@type" : "Place",
163
+ "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
164
+ "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
165
+ "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
166
+ },
167
+ "performer": <?php echo $speakers; ?>,
168
+ "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
169
+ "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
170
+ "name" : "<?php esc_html_e($event->data->title); ?>",
171
+ "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
172
+ }
173
+ </script>
174
  <div class="mec-slider-t3-img" style="background: url(<?php echo $src; ?> );"></div>
175
  <div class="mec-slider-t3-content mec-event-grid-modern">
176
 
191
  </article>
192
  <?php elseif($this->style == 't4'): ?>
193
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
194
+ <script type="application/ld+json">
195
+ {
196
+ "@context" : "http://schema.org",
197
+ "@type" : "Event",
198
+ "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
199
+ "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
200
+ "location" :
201
+ {
202
+ "@type" : "Place",
203
+ "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
204
+ "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
205
+ "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
206
+ },
207
+ "performer": <?php echo $speakers; ?>,
208
+ "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
209
+ "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
210
+ "name" : "<?php esc_html_e($event->data->title); ?>",
211
+ "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
212
+ }
213
+ </script>
214
  <div class="mec-slider-t4-img" style="background: url(<?php echo $src; ?> );"></div>
215
  <div class="mec-slider-t4-content mec-event-grid-modern">
216
 
231
  </article>
232
  <?php elseif($this->style == 't5'): ?>
233
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
234
+ <script type="application/ld+json">
235
+ {
236
+ "@context" : "http://schema.org",
237
+ "@type" : "Event",
238
+ "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
239
+ "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
240
+ "location" :
241
+ {
242
+ "@type" : "Place",
243
+ "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
244
+ "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
245
+ "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
246
+ },
247
+ "performer": <?php echo $speakers; ?>,
248
+ "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
249
+ "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
250
+ "name" : "<?php esc_html_e($event->data->title); ?>",
251
+ "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
252
+ }
253
+ </script>
254
  <div class="mec-slider-t5-img" style="background: url(<?php echo $src; ?> );"></div>
255
  <div class="mec-slider-t5-content mec-event-grid-modern">
256
  <div class="event-grid-modern-head clearfix">
app/skins/timetable.php CHANGED
@@ -148,47 +148,120 @@ class MEC_skin_timetable extends MEC_skins
148
  */
149
  public function search()
150
  {
151
- $i = 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  $today = $this->start_date;
153
  $events = array();
154
 
155
  while((date('m', strtotime($today)) == $this->month) or ($this->style == 'clean' and strtotime($today) <= strtotime($this->maximum_date)))
156
  {
157
  $this->setToday($today);
158
-
159
  // Check Finish Date
160
  if(isset($this->maximum_date) and strtotime($today) > strtotime($this->maximum_date)) break;
161
-
162
  // Extending the end date
163
  $this->end_date = $today;
164
-
165
  // Limit
166
  $this->args['posts_per_page'] = $this->limit;
167
-
168
  // The Query
169
  $query = new WP_Query($this->args);
170
-
171
  if($query->have_posts())
172
  {
173
  // The Loop
174
  while($query->have_posts())
175
  {
176
  $query->the_post();
177
-
178
  if(!isset($events[$today])) $events[$today] = array();
179
-
180
  $rendered = $this->render->data(get_the_ID());
181
-
182
  $data = new stdClass();
183
  $data->ID = get_the_ID();
184
  $data->data = $rendered;
185
-
186
  $data->date = array
187
  (
188
  'start'=>array('date'=>$today),
189
  'end'=>array('date'=>$this->main->get_end_date($today, $rendered))
190
  );
191
-
192
  $events[$today][] = $data;
193
  }
194
  }
@@ -196,15 +269,15 @@ class MEC_skin_timetable extends MEC_skins
196
  {
197
  $events[$today] = array();
198
  }
199
-
200
  // Restore original Post Data
201
  wp_reset_postdata();
202
-
203
  $i++;
204
  $today = date('Y-m-d', strtotime('+'.$i.' Days', strtotime($this->start_date)));
205
  }
206
-
207
- return $events;
208
  }
209
 
210
  /**
148
  */
149
  public function search()
150
  {
151
+ $start = $this->start_date;
152
+ $end = $this->maximum_date ? $this->maximum_date : date('Y-m-t', strtotime($this->start_date));
153
+
154
+ // Date Events
155
+ $dates = $this->period($start, $end);
156
+
157
+ if($this->style == 'clean')
158
+ {
159
+ $s = $start;
160
+ $sorted = array();
161
+ while(strtotime($s) <= strtotime($end))
162
+ {
163
+ if(isset($dates[$s])) $sorted[$s] = $dates[$s];
164
+ else $sorted[$s] = array();
165
+
166
+ $s = date('Y-m-d', strtotime('+1 Day', strtotime($s)));
167
+ }
168
+
169
+ $dates = $sorted;
170
+ }
171
+
172
+ // Limit
173
+ $this->args['posts_per_page'] = $this->limit;
174
+
175
+ $events = array();
176
+ foreach($dates as $date=>$IDs)
177
+ {
178
+ // Check Finish Date
179
+ if(isset($this->maximum_date) and strtotime($date) > strtotime($this->maximum_date)) break;
180
+
181
+ // Extending the end date
182
+ $this->end_date = $date;
183
+
184
+ // Include Available Events
185
+ $this->args['post__in'] = $IDs;
186
+
187
+ // The Query
188
+ $query = new WP_Query($this->args);
189
+ if(is_array($IDs) and count($IDs) and $query->have_posts())
190
+ {
191
+ // The Loop
192
+ while($query->have_posts())
193
+ {
194
+ $query->the_post();
195
+
196
+ if(!isset($events[$date])) $events[$date] = array();
197
+
198
+ $rendered = $this->render->data(get_the_ID());
199
+
200
+ $data = new stdClass();
201
+ $data->ID = get_the_ID();
202
+ $data->data = $rendered;
203
+
204
+ $data->date = array
205
+ (
206
+ 'start'=>array('date'=>$date),
207
+ 'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
208
+ );
209
+
210
+ $events[$date][] = $data;
211
+ }
212
+ }
213
+ else
214
+ {
215
+ $events[$date] = array();
216
+ }
217
+
218
+ // Restore original Post Data
219
+ wp_reset_postdata();
220
+ }
221
+
222
+ return $events;
223
+
224
+ /*$i = 0;
225
  $today = $this->start_date;
226
  $events = array();
227
 
228
  while((date('m', strtotime($today)) == $this->month) or ($this->style == 'clean' and strtotime($today) <= strtotime($this->maximum_date)))
229
  {
230
  $this->setToday($today);
231
+
232
  // Check Finish Date
233
  if(isset($this->maximum_date) and strtotime($today) > strtotime($this->maximum_date)) break;
234
+
235
  // Extending the end date
236
  $this->end_date = $today;
237
+
238
  // Limit
239
  $this->args['posts_per_page'] = $this->limit;
240
+
241
  // The Query
242
  $query = new WP_Query($this->args);
243
+
244
  if($query->have_posts())
245
  {
246
  // The Loop
247
  while($query->have_posts())
248
  {
249
  $query->the_post();
250
+
251
  if(!isset($events[$today])) $events[$today] = array();
252
+
253
  $rendered = $this->render->data(get_the_ID());
254
+
255
  $data = new stdClass();
256
  $data->ID = get_the_ID();
257
  $data->data = $rendered;
258
+
259
  $data->date = array
260
  (
261
  'start'=>array('date'=>$today),
262
  'end'=>array('date'=>$this->main->get_end_date($today, $rendered))
263
  );
264
+
265
  $events[$today][] = $data;
266
  }
267
  }
269
  {
270
  $events[$today] = array();
271
  }
272
+
273
  // Restore original Post Data
274
  wp_reset_postdata();
275
+
276
  $i++;
277
  $today = date('Y-m-d', strtotime('+'.$i.' Days', strtotime($this->start_date)));
278
  }
279
+
280
+ return $events;*/
281
  }
282
 
283
  /**
app/skins/weekly_view.php CHANGED
@@ -143,62 +143,86 @@ class MEC_skin_weekly_view extends MEC_skins
143
  */
144
  public function search()
145
  {
146
- $i = 0;
147
- $today = $this->start_date;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  $events = array();
149
-
150
- while(date('m', strtotime($today)) == $this->month)
151
  {
152
- $this->setToday($today);
153
-
154
  // Check Finish Date
155
- if(isset($this->maximum_date) and strtotime($today) > strtotime($this->maximum_date)) break;
156
-
 
 
 
 
 
 
 
157
  // Extending the end date
158
- $this->end_date = $today;
159
-
160
- // Limit
161
- $this->args['posts_per_page'] = $this->limit;
162
-
163
  // The Query
164
  $query = new WP_Query($this->args);
165
-
166
- if($query->have_posts())
167
  {
168
  // The Loop
169
  while($query->have_posts())
170
  {
171
  $query->the_post();
172
-
173
- if(!isset($events[$today])) $events[$today] = array();
174
-
175
  $rendered = $this->render->data(get_the_ID());
176
-
177
  $data = new stdClass();
178
  $data->ID = get_the_ID();
179
  $data->data = $rendered;
180
-
181
  $data->date = array
182
  (
183
- 'start'=>array('date'=>$today),
184
- 'end'=>array('date'=>$this->main->get_end_date($today, $rendered))
185
  );
186
-
187
- $events[$today][] = $data;
188
  }
189
  }
190
  else
191
  {
192
- $events[$today] = array();
193
  }
194
-
195
  // Restore original Post Data
196
  wp_reset_postdata();
197
-
198
- $i++;
199
- $today = date('Y-m-d', strtotime('+'.$i.' Days', strtotime($this->start_date)));
200
  }
201
-
202
  return $events;
203
  }
204
 
143
  */
144
  public function search()
145
  {
146
+ if($this->show_only_expired_events)
147
+ {
148
+ $start = current_time('Y-m-d');
149
+ $end = $this->start_date;
150
+ }
151
+ else
152
+ {
153
+ $start = $this->start_date;
154
+ $end = date('Y-m-t', strtotime($this->start_date));
155
+ }
156
+
157
+ // Date Events
158
+ $dates = $this->period($start, $end);
159
+
160
+ $s = $this->start_date;
161
+ $sorted = array();
162
+ while(date('m', strtotime($s)) == $this->month)
163
+ {
164
+ if(isset($dates[$s])) $sorted[$s] = $dates[$s];
165
+ else $sorted[$s] = array();
166
+
167
+ $s = date('Y-m-d', strtotime('+1 Day', strtotime($s)));
168
+ }
169
+
170
+ $dates = $sorted;
171
+
172
+ // Limit
173
+ $this->args['posts_per_page'] = $this->limit;
174
+
175
  $events = array();
176
+ foreach($dates as $date=>$IDs)
 
177
  {
 
 
178
  // Check Finish Date
179
+ if(isset($this->maximum_date) and strtotime($date) > strtotime($this->maximum_date))
180
+ {
181
+ $events[$date] = array();
182
+ continue;
183
+ }
184
+
185
+ // Include Available Events
186
+ $this->args['post__in'] = $IDs;
187
+
188
  // Extending the end date
189
+ $this->end_date = $date;
190
+
 
 
 
191
  // The Query
192
  $query = new WP_Query($this->args);
193
+ if(is_array($IDs) and count($IDs) and $query->have_posts())
 
194
  {
195
  // The Loop
196
  while($query->have_posts())
197
  {
198
  $query->the_post();
199
+
200
+ if(!isset($events[$date])) $events[$date] = array();
201
+
202
  $rendered = $this->render->data(get_the_ID());
203
+
204
  $data = new stdClass();
205
  $data->ID = get_the_ID();
206
  $data->data = $rendered;
207
+
208
  $data->date = array
209
  (
210
+ 'start'=>array('date'=>$date),
211
+ 'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
212
  );
213
+
214
+ $events[$date][] = $data;
215
  }
216
  }
217
  else
218
  {
219
+ $events[$date] = array();
220
  }
221
+
222
  // Restore original Post Data
223
  wp_reset_postdata();
 
 
 
224
  }
225
+
226
  return $events;
227
  }
228
 
app/skins/yearly_view.php CHANGED
@@ -147,56 +147,60 @@ class MEC_skin_yearly_view extends MEC_skins
147
  */
148
  public function search()
149
  {
150
- $i = 0;
151
- $today = $this->start_date;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  $events = array();
153
-
154
- while(date('Y', strtotime($today)) == $this->year)
155
  {
156
- $this->setToday($today);
157
-
158
- // Extending the end date
159
- $this->end_date = $today;
160
-
161
- // Limit
162
- $this->args['posts_per_page'] = $this->limit;
163
-
164
  // The Query
165
  $query = new WP_Query($this->args);
166
-
167
  if($query->have_posts())
168
  {
169
  // The Loop
170
  while($query->have_posts())
171
  {
172
  $query->the_post();
173
-
174
- if(!isset($events[$today])) $events[$today] = array();
175
-
176
  $rendered = $this->render->data(get_the_ID());
177
-
178
  $data = new stdClass();
179
  $data->ID = get_the_ID();
180
  $data->data = $rendered;
181
-
182
  $data->date = array
183
  (
184
- 'start'=>array('date'=>$today),
185
- 'end'=>array('date'=>$this->main->get_end_date($today, $rendered))
186
  );
187
-
188
- $events[$today][] = $data;
189
  }
190
  }
191
-
192
  // Restore original Post Data
193
  wp_reset_postdata();
194
- $i++;
195
-
196
- if($this->show_only_expired_events) $today = date('Y-m-d', strtotime('-'.$i.' Days', strtotime($this->start_date)));
197
- else $today = date('Y-m-d', strtotime('+'.$i.' Days', strtotime($this->start_date)));
198
  }
199
-
200
  return $events;
201
  }
202
 
147
  */
148
  public function search()
149
  {
150
+ if($this->show_only_expired_events)
151
+ {
152
+ $start = current_time('Y-m-d');
153
+ $end = $this->start_date;
154
+ }
155
+ else
156
+ {
157
+ $start = $this->start_date;
158
+ $end = date('Y-12-31', strtotime($this->start_date));
159
+ }
160
+
161
+ // Date Events
162
+ $dates = $this->period($start, $end);
163
+
164
+ // Limit
165
+ $this->args['posts_per_page'] = $this->limit;
166
+
167
  $events = array();
168
+ foreach($dates as $date=>$IDs)
 
169
  {
170
+ // Include Available Events
171
+ $this->args['post__in'] = $IDs;
172
+
 
 
 
 
 
173
  // The Query
174
  $query = new WP_Query($this->args);
 
175
  if($query->have_posts())
176
  {
177
  // The Loop
178
  while($query->have_posts())
179
  {
180
  $query->the_post();
181
+
182
+ if(!isset($events[$date])) $events[$date] = array();
183
+
184
  $rendered = $this->render->data(get_the_ID());
185
+
186
  $data = new stdClass();
187
  $data->ID = get_the_ID();
188
  $data->data = $rendered;
189
+
190
  $data->date = array
191
  (
192
+ 'start'=>array('date'=>$date),
193
+ 'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
194
  );
195
+
196
+ $events[$date][] = $data;
197
  }
198
  }
199
+
200
  // Restore original Post Data
201
  wp_reset_postdata();
 
 
 
 
202
  }
203
+
204
  return $events;
205
  }
206
 
assets/css/backend.css CHANGED
@@ -377,7 +377,7 @@
377
  .mec-image-popup-wrap { display: none;}
378
 
379
  /* Sticky */
380
- #wns-be-infobar.sticky { position: fixed; top: 32px; background: #fff; z-index: 999999999999999999; width: 82%; }
381
  .wns-be-main .wns-saved-settings.sticky { position: fixed; width: 62.5%; top: 111px; z-index: 999999999999999999; }
382
 
383
  /* Search Input */
377
  .mec-image-popup-wrap { display: none;}
378
 
379
  /* Sticky */
380
+ #wns-be-infobar.sticky { position: fixed; top: 32px; background: #fff; z-index: 9999; width: 82%; }
381
  .wns-be-main .wns-saved-settings.sticky { position: fixed; width: 62.5%; top: 111px; z-index: 999999999999999999; }
382
 
383
  /* Search Input */
assets/css/backend.min.css CHANGED
@@ -2,4 +2,4 @@
2
  * Bootstrap v3.3.7 (http://getbootstrap.com)
3
  * Copyright 2011-2016 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
- */#webnus-dashboard button,#webnus-dashboard input,#webnus-dashboard select,#webnus-dashboard textarea{font-family:inherit;font-size:inherit;line-height:inherit}#webnus-dashboard a{color:#337ab7;text-decoration:none}#webnus-dashboard a:focus,#webnus-dashboard a:hover{color:#23527c}#webnus-dashboard a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}#webnus-dashboard figure{margin:0}#webnus-dashboard img{vertical-align:middle}.w-img-responsive{display:block;max-width:100%;height:auto}.w-img-rounded{border-radius:6px}.w-img-thumbnail{padding:4px;line-height:1w-42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0w-2s ease-in-out;-o-transition:all 0w-2s ease-in-out;transition:all 0w-2s ease-in-out;display:inline-block;max-width:100%;height:auto}.w-img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.w-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.w-sr-only-focusable:active,.w-sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.w-container,.w-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}[role=button]{cursor:pointer}@media (min-width:768px){.w-container{width:750px}}@media (min-width:992px){.w-container{width:970px}}@media (min-width:1200px){.w-container{width:1170px}}.w-row{margin-left:-15px;margin-right:-15px}.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9,.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9,.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9,.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{float:left}.w-col-xs-12{width:100%}.w-col-xs-11{width:91.66666667%}.w-col-xs-10{width:83.33333333%}.w-col-xs-9{width:75%}.w-col-xs-8{width:66.66666667%}.w-col-xs-7{width:58.33333333%}.w-col-xs-6{width:50%}.w-col-xs-5{width:41.66666667%}.w-col-xs-4{width:33.33333333%}.w-col-xs-3{width:25%}.w-col-xs-2{width:16.66666667%}.w-col-xs-1{width:8w-33333333%}.w-col-xs-pull-12{right:100%}.w-col-xs-pull-11{right:91.66666667%}.w-col-xs-pull-10{right:83.33333333%}.w-col-xs-pull-9{right:75%}.w-col-xs-pull-8{right:66.66666667%}.w-col-xs-pull-7{right:58.33333333%}.w-col-xs-pull-6{right:50%}.w-col-xs-pull-5{right:41.66666667%}.w-col-xs-pull-4{right:33.33333333%}.w-col-xs-pull-3{right:25%}.w-col-xs-pull-2{right:16.66666667%}.w-col-xs-pull-1{right:8w-33333333%}.w-col-xs-pull-0{right:auto}.w-col-xs-push-12{left:100%}.w-col-xs-push-11{left:91.66666667%}.w-col-xs-push-10{left:83.33333333%}.w-col-xs-push-9{left:75%}.w-col-xs-push-8{left:66.66666667%}.w-col-xs-push-7{left:58.33333333%}.w-col-xs-push-6{left:50%}.w-col-xs-push-5{left:41.66666667%}.w-col-xs-push-4{left:33.33333333%}.w-col-xs-push-3{left:25%}.w-col-xs-push-2{left:16.66666667%}.w-col-xs-push-1{left:8w-33333333%}.w-col-xs-push-0{left:auto}.w-col-xs-offset-12{margin-left:100%}.w-col-xs-offset-11{margin-left:91.66666667%}.w-col-xs-offset-10{margin-left:83.33333333%}.w-col-xs-offset-9{margin-left:75%}.w-col-xs-offset-8{margin-left:66.66666667%}.w-col-xs-offset-7{margin-left:58.33333333%}.w-col-xs-offset-6{margin-left:50%}.w-col-xs-offset-5{margin-left:41.66666667%}.w-col-xs-offset-4{margin-left:33.33333333%}.w-col-xs-offset-3{margin-left:25%}.w-col-xs-offset-2{margin-left:16.66666667%}.w-col-xs-offset-1{margin-left:8w-33333333%}.w-col-xs-offset-0{margin-left:0}@media (min-width:768px){.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9{float:left}.w-col-sm-12{width:100%}.w-col-sm-11{width:91.66666667%}.w-col-sm-10{width:83.33333333%}.w-col-sm-9{width:75%}.w-col-sm-8{width:66.66666667%}.w-col-sm-7{width:58.33333333%}.w-col-sm-6{width:50%}.w-col-sm-5{width:41.66666667%}.w-col-sm-4{width:33.33333333%}.w-col-sm-3{width:25%}.w-col-sm-2{width:16.66666667%}.w-col-sm-1{width:8w-33333333%}.w-col-sm-pull-12{right:100%}.w-col-sm-pull-11{right:91.66666667%}.w-col-sm-pull-10{right:83.33333333%}.w-col-sm-pull-9{right:75%}.w-col-sm-pull-8{right:66.66666667%}.w-col-sm-pull-7{right:58.33333333%}.w-col-sm-pull-6{right:50%}.w-col-sm-pull-5{right:41.66666667%}.w-col-sm-pull-4{right:33.33333333%}.w-col-sm-pull-3{right:25%}.w-col-sm-pull-2{right:16.66666667%}.w-col-sm-pull-1{right:8w-33333333%}.w-col-sm-pull-0{right:auto}.w-col-sm-push-12{left:100%}.w-col-sm-push-11{left:91.66666667%}.w-col-sm-push-10{left:83.33333333%}.w-col-sm-push-9{left:75%}.w-col-sm-push-8{left:66.66666667%}.w-col-sm-push-7{left:58.33333333%}.w-col-sm-push-6{left:50%}.w-col-sm-push-5{left:41.66666667%}.w-col-sm-push-4{left:33.33333333%}.w-col-sm-push-3{left:25%}.w-col-sm-push-2{left:16.66666667%}.w-col-sm-push-1{left:8w-33333333%}.w-col-sm-push-0{left:auto}.w-col-sm-offset-12{margin-left:100%}.w-col-sm-offset-11{margin-left:91.66666667%}.w-col-sm-offset-10{margin-left:83.33333333%}.w-col-sm-offset-9{margin-left:75%}.w-col-sm-offset-8{margin-left:66.66666667%}.w-col-sm-offset-7{margin-left:58.33333333%}.w-col-sm-offset-6{margin-left:50%}.w-col-sm-offset-5{margin-left:41.66666667%}.w-col-sm-offset-4{margin-left:33.33333333%}.w-col-sm-offset-3{margin-left:25%}.w-col-sm-offset-2{margin-left:16.66666667%}.w-col-sm-offset-1{margin-left:8w-33333333%}.w-col-sm-offset-0{margin-left:0}}@media (min-width:992px){.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9{float:left}.w-col-md-12{width:100%}.w-col-md-11{width:91.66666667%}.w-col-md-10{width:83.33333333%}.w-col-md-9{width:75%}.w-col-md-8{width:66.66666667%}.w-col-md-7{width:58.33333333%}.w-col-md-6{width:50%}.w-col-md-5{width:41.66666667%}.w-col-md-4{width:33.33333333%}.w-col-md-3{width:25%}.w-col-md-2{width:16.66666667%}.w-col-md-1{width:8w-33333333%}.w-col-md-pull-12{right:100%}.w-col-md-pull-11{right:91.66666667%}.w-col-md-pull-10{right:83.33333333%}.w-col-md-pull-9{right:75%}.w-col-md-pull-8{right:66.66666667%}.w-col-md-pull-7{right:58.33333333%}.w-col-md-pull-6{right:50%}.w-col-md-pull-5{right:41.66666667%}.w-col-md-pull-4{right:33.33333333%}.w-col-md-pull-3{right:25%}.w-col-md-pull-2{right:16.66666667%}.w-col-md-pull-1{right:8w-33333333%}.w-col-md-pull-0{right:auto}.w-col-md-push-12{left:100%}.w-col-md-push-11{left:91.66666667%}.w-col-md-push-10{left:83.33333333%}.w-col-md-push-9{left:75%}.w-col-md-push-8{left:66.66666667%}.w-col-md-push-7{left:58.33333333%}.w-col-md-push-6{left:50%}.w-col-md-push-5{left:41.66666667%}.w-col-md-push-4{left:33.33333333%}.w-col-md-push-3{left:25%}.w-col-md-push-2{left:16.66666667%}.w-col-md-push-1{left:8w-33333333%}.w-col-md-push-0{left:auto}.w-col-md-offset-12{margin-left:100%}.w-col-md-offset-11{margin-left:91.66666667%}.w-col-md-offset-10{margin-left:83.33333333%}.w-col-md-offset-9{margin-left:75%}.w-col-md-offset-8{margin-left:66.66666667%}.w-col-md-offset-7{margin-left:58.33333333%}.w-col-md-offset-6{margin-left:50%}.w-col-md-offset-5{margin-left:41.66666667%}.w-col-md-offset-4{margin-left:33.33333333%}.w-col-md-offset-3{margin-left:25%}.w-col-md-offset-2{margin-left:16.66666667%}.w-col-md-offset-1{margin-left:8w-33333333%}.w-col-md-offset-0{margin-left:0}}@media (min-width:1200px){.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9{float:left}.w-col-lg-12{width:100%}.w-col-lg-11{width:91.66666667%}.w-col-lg-10{width:83.33333333%}.w-col-lg-9{width:75%}.w-col-lg-8{width:66.66666667%}.w-col-lg-7{width:58.33333333%}.w-col-lg-6{width:50%}.w-col-lg-5{width:41.66666667%}.w-col-lg-4{width:33.33333333%}.w-col-lg-3{width:25%}.w-col-lg-2{width:16.66666667%}.w-col-lg-1{width:8w-33333333%}.w-col-lg-pull-12{right:100%}.w-col-lg-pull-11{right:91.66666667%}.w-col-lg-pull-10{right:83.33333333%}.w-col-lg-pull-9{right:75%}.w-col-lg-pull-8{right:66.66666667%}.w-col-lg-pull-7{right:58.33333333%}.w-col-lg-pull-6{right:50%}.w-col-lg-pull-5{right:41.66666667%}.w-col-lg-pull-4{right:33.33333333%}.w-col-lg-pull-3{right:25%}.w-col-lg-pull-2{right:16.66666667%}.w-col-lg-pull-1{right:8w-33333333%}.w-col-lg-pull-0{right:auto}.w-col-lg-push-12{left:100%}.w-col-lg-push-11{left:91.66666667%}.w-col-lg-push-10{left:83.33333333%}.w-col-lg-push-9{left:75%}.w-col-lg-push-8{left:66.66666667%}.w-col-lg-push-7{left:58.33333333%}.w-col-lg-push-6{left:50%}.w-col-lg-push-5{left:41.66666667%}.w-col-lg-push-4{left:33.33333333%}.w-col-lg-push-3{left:25%}.w-col-lg-push-2{left:16.66666667%}.w-col-lg-push-1{left:8w-33333333%}.w-col-lg-push-0{left:auto}.w-col-lg-offset-12{margin-left:100%}.w-col-lg-offset-11{margin-left:91.66666667%}.w-col-lg-offset-10{margin-left:83.33333333%}.w-col-lg-offset-9{margin-left:75%}.w-col-lg-offset-8{margin-left:66.66666667%}.w-col-lg-offset-7{margin-left:58.33333333%}.w-col-lg-offset-6{margin-left:50%}.w-col-lg-offset-5{margin-left:41.66666667%}.w-col-lg-offset-4{margin-left:33.33333333%}.w-col-lg-offset-3{margin-left:25%}.w-col-lg-offset-2{margin-left:16.66666667%}.w-col-lg-offset-1{margin-left:8w-33333333%}.w-col-lg-offset-0{margin-left:0}}.w-clearfix:after,.w-clearfix:before,.w-container-fluid:after,.w-container-fluid:before,.w-container:after,.w-container:before,.w-row:after,.w-row:before{content:" ";display:table}.w-clearfix:after,.w-container-fluid:after,.w-container:after,.w-row:after{clear:both}.w-center-block{display:block;margin-left:auto;margin-right:auto}.w-pull-right{float:right!important}.w-pull-left{float:left!important}.w-hide{display:none!important}.w-show{display:block!important}.w-invisible{visibility:hidden}.w-text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.w-hidden{display:none!important}.w-affix{position:fixed}.mec-image-popup-wrap{display:none}#wns-be-infobar.sticky{position:fixed;top:32px;background:#fff;z-index:999999999999999999;width:82%}.wns-be-main .wns-saved-settings.sticky{position:fixed;width:62.5%;top:111px;z-index:999999999999999999}#mec-search-settings{border-radius:2px;min-height:32px;box-shadow:0 3px 14px -5px rgba(0,0,0,.2),inset 0 1px 2px rgba(0,0,0,.07);padding:9px 10px 11px;margin-right:6px;color:#7c7772;font-size:12px;width:200px}#mec-search-settings::-webkit-input-placeholder{color:#7c7772}#mec-search-settings::-moz-placeholder{color:#7c7772}#mec-search-settings:-ms-input-placeholder{color:#7c7772}#mec-search-settings:-moz-placeholder{color:#7c7772}.mec-export-settings,.mec-import-settings{font-weight:700;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:8px 32px;height:36px;letter-spacing:.2px;line-height:36px;font-size:13px;color:#fff;text-decoration:none;display:inline-block}.mec-export-settings:hover,.mec-import-settings:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);color:#fff}textarea.mec-import-settings-content{display:block;width:100%;min-height:120px;margin-bottom:25px;padding:10px 15px}.mec-import-options-notification{display:inline-block}.mec-import-options-notification .mec-message-import-error,.mec-import-options-notification .mec-message-import-success{display:inline-block;padding:15px 12px;margin-left:12px;opacity:0;visibility:hidden;font-weight:700}.mec-import-options-notification .mec-message-import-success{opacity:1;visibility:visible;border:2px solid green}.mec-import-options-notification .mec-message-import-error{opacity:1;visibility:visible;border:2px solid #e62117}.mec-export-settings:focus,.mec-import-settings:focus{color:#fff}.mec-import-settings-wrap{position:relative}.mec-loarder-wrap{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(202,202,202,.7);z-index:9999}.mec-loarder-wrap.mec-settings-loader{top:34px}.mec-loarder{position:absolute;width:64px;height:64px;top:calc(50% - 32px);left:calc(50% - 36px)}.mec-loarder div{display:inline-block;position:absolute;left:6px;width:4px;background:#fff;animation:mec-loarder 1.2s cubic-bezier(0,.5,.5,1) infinite}.mec-loarder div:nth-child(1){left:27px;animation-delay:-.24s;background:#0075ff}.mec-loarder div:nth-child(2){left:36px;animation-delay:-.12s;background:#028bff}.mec-loarder div:nth-child(3){left:45px;animation-delay:0;background:#32a0ff}@keyframes mec-loarder{0%{top:6px;height:51px}100%,50%{top:19px;height:26px}}.w-box.support-page.searchbox{background:#008aff;background:linear-gradient(180deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;min-height:260px;text-align:center;border-radius:2px}#webnus-dashboard .search-form input{background:rgba(255,255,255,.2);border:none;width:50%;outline:0;color:rgba(255,255,255,.7);font-size:18px;border-radius:4px 0 0 4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.03);-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s;padding:20px 32px;margin:0}#webnus-dashboard .search-form button{background:rgba(255,255,255,.2);border:none;padding:20px 32px;margin-left:-2px;color:#fff;border-radius:0 4px 4px 0;font-size:18px;cursor:pointer;-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s}#webnus-dashboard .search-form button:hover{background:#fff;color:#3a3c4c}.w-box.support-page.searchbox p{font-size:30px}.search-form input::-webkit-input-placeholder{color:rgba(255,255,255,.7)}.search-form input::-moz-placeholder{color:rgba(255,255,255,.7)}.search-form input:-ms-input-placeholder{color:rgba(255,255,255,.7)}.search-form input:-moz-placeholder{color:rgba(255,255,255,.7)}#webnus-dashboard .search-form input:active,#webnus-dashboard .search-form input:focus{box-shadow:0 10px 20px rgba(0,0,0,.14);background:#fff;color:#3a3c4c}#webnus-dashboard .search-form input:active::-webkit-input-placeholder,#webnus-dashboard .search-form input:focus::-webkit-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active::-moz-placeholder,#webnus-dashboard .search-form input:focus::-moz-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-ms-input-placeholder,#webnus-dashboard .search-form input:focus:-ms-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-moz-placeholder,#webnus-dashboard .search-form input:focus:-moz-placeholder{color:#3a3c4c}#webnus-dashboard .w-box.support-page.mec-ticksy{text-align:center;min-height:260px}#webnus-dashboard .w-box.support-page.mec-ticksy p{font-size:20px;width:70%;margin:0 auto;margin-bottom:40px;margin-top:40px}#webnus-dashboard .w-box.support-page.mec-ticksy a{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:12px 20px;cursor:pointer;margin-bottom:40px;display:inline-block}#webnus-dashboard .w-box.support-page.mec-ticksy a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}.mec-faq-accordion>.mec-faq-accordion-content{display:none}#webnus-dashboard .mec-faq-accordion-trigger a{font-size:16px;padding:12px;background:#f1f1f1;display:block;color:#222;line-height:17px;outline:0}.mec-faq-accordion-trigger{margin-bottom:5px;position:relative}#webnus-dashboard .mec-faq-accordion-trigger a:after{font-family:simple-line-icons;content:"\e095";position:absolute;right:12px;font-weight:700}.mec-faq-accordion-content{padding:5px 14px 25px}#webnus-dashboard .mec-faq-accordion-trigger a.active:after{content:"\e082"}#webnus-dashboard .support-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}#webnus-dashboard .support-page-links a:hover,#webnus-dashboard .w-box.support-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .support-page-links{display:inline-block;margin:12px 4px 16px 0}.support-page-links.link-to-doc a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.support-page-links.link-to-videos a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}.support-page-links.link-to-articles a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}.w-box.support-page.articles-box .w-box-content a{display:block;padding:6px 0}#webnus-dashboard .w-box.support-page.videobox .w-button a{color:#fff;font-size:10px;padding:5px 15px;min-height:10px;font-weight:500;border-radius:22px;box-shadow:0 3px 10px -4px #ff5a35;text-shadow:none;background:#ff5a35;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);border:none;transition:.24s}.w-box.support-page.articles-box,.w-box.support-page.faq-box{min-height:500px}.w-box.support-page.videobox{border-radius:2px;min-height:282px;box-shadow:0 1px 6px rgba(0,0,0,.039)!important}#webnus-dashboard .w-box.support-page.videobox .w-button a i{margin-right:6px}.support-page .w-box-content ul{margin-top:5px;padding-left:5px}.support-page .w-box-content ul li{font-size:13px}.support-page .w-box-content ul li i{font-size:17px;vertical-align:text-bottom;margin-right:7px;color:#999}.w-box.mec-activation{background:#fff url(../img/dp-dsb-support.jpg) no-repeat top right}.w-box.mec-activation .w-box-head{color:#40d8f0;width:75%}.w-box.mec-activation .w-box-content{padding:10px 30px}.w-box.mec-activation input[type=radio]{display:none}.w-box.mec-activation input[type=radio]+label{color:#000;font-size:13px;line-height:14px!important;color:#7b7b7b}.w-box.mec-activation input[type=radio].checked+label{color:#40d8f0}.w-box.mec-activation input[type=radio]+label span{display:inline-block;margin:-2px 6px 0 0;vertical-align:middle;cursor:pointer;height:14px;width:14px;text-align:center;background-color:#fff;border:1px solid #d4d4d4;border-radius:100%;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.w-box.mec-activation input[type=radio].checked+label span{background-color:#40d8f0;border-color:#40d8f0;box-shadow:0 2px 14px -3px #40d8f0}.w-box.mec-activation input[type=radio].checked+label span:after{content:'';display:block;position:absolute;top:4px;left:4px;width:4px;height:4px;background:#fff;border-radius:100%}.w-box.mec-activation .LicenseType label{padding-right:20px;font-weight:500}.w-box.mec-activation .LicenseField{display:inline-block;position:relative;margin-top:20px}.w-box.mec-activation input[name=MECPurchaseCode]{box-shadow:inset 0 1px 2px rgba(0,0,0,.07);min-width:220px;background:#f4f4f4;border:none;border-radius:33px;width:500px;min-height:50px;margin:0;padding-left:20px;text-align:left}#webnus-dashboard .w-box.mec-activation input[type=submit]{height:40px;line-height:40px;font-weight:600;border:none;cursor:pointer;padding:0 30px;border-radius:33px;color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:12px;background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67;transition:all .28s ease;position:absolute;right:5px;top:4px;font-size:12px}#webnus-dashboard .w-box.mec-activation input[type=submit]:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#MECActivation .MECPurchaseStatus{display:inline-block;width:40px;height:40px;text-align:center;padding-top:9px;color:#fff;font-weight:700;font-size:18px;border-radius:50%;padding-top:8px;position:absolute;right:-51px;top:calc(50% - 20px)}.MECPurchaseStatus:after,.MECPurchaseStatus:before{position:absolute;border-radius:50px;background:#fff;content:'';transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:before{width:22px;height:4px;right:9px;top:18px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:after{width:22px;height:4px;right:9px;top:18px;transform:rotate(-45deg)}.MECPurchaseStatus.PurchaseSuccess:before{width:13px;height:4px;right:19px;top:21px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseSuccess:after{width:22px;height:4px;right:5px;top:18px;transform:rotate(-45deg)}#MECActivation .MECPurchaseStatus.PurchaseError{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}#MECActivation .MECPurchaseStatus.PurchaseSuccess{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.wna-spinner-wrap{position:absolute;background:#000;width:509px;height:64px;top:-8px;border-radius:50px;z-index:999;background-color:#fff;opacity:.9}.wna-spinner{width:40px;height:40px;position:relative;margin:6px auto}.wna-spinner .double-bounce1,.wna-spinner .double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#40d8f0;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.wna-spinner .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}#MECActivation .MECLicenseMessage{margin-top:24px;color:#f64;max-width:570px}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.w-col-sm-3 .w-box.addon{min-height:auto;box-shadow:0 3px 16px -5px rgba(0,0,0,.1);border-radius:2px}.w-box-child.mec-addon-box{padding:20px 20px}.mec-addon-box-head{border-bottom:1px solid #e8e8e8;padding-bottom:5px;margin-bottom:14px;position:relative}.mec-addon-box-version{position:absolute;top:0;right:0;background:#008aff;border-radius:50px;padding:0 11px;color:#fff;font-size:12px}.mec-addon-box-title{padding-right:65px;font-weight:700;font-size:18px;line-height:25px}.mec-addon-box-title a span{color:#444}.mec-addon-box-content p{color:#777;font-size:13px}.mec-addon-box-purchase a{font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:7px 19px;margin-top:20px;display:inline-block;letter-spacing:.2px}.mec-addon-box-purchase a span{color:#fff}.mec-addon-box-purchase a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);cursor:pointer}.mec-addon-box-mec-version{background:#f3f3f3;padding:10px;font-size:13px}
2
  * Bootstrap v3.3.7 (http://getbootstrap.com)
3
  * Copyright 2011-2016 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */#webnus-dashboard button,#webnus-dashboard input,#webnus-dashboard select,#webnus-dashboard textarea{font-family:inherit;font-size:inherit;line-height:inherit}#webnus-dashboard a{color:#337ab7;text-decoration:none}#webnus-dashboard a:focus,#webnus-dashboard a:hover{color:#23527c}#webnus-dashboard a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}#webnus-dashboard figure{margin:0}#webnus-dashboard img{vertical-align:middle}.w-img-responsive{display:block;max-width:100%;height:auto}.w-img-rounded{border-radius:6px}.w-img-thumbnail{padding:4px;line-height:1w-42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0w-2s ease-in-out;-o-transition:all 0w-2s ease-in-out;transition:all 0w-2s ease-in-out;display:inline-block;max-width:100%;height:auto}.w-img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.w-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.w-sr-only-focusable:active,.w-sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.w-container,.w-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}[role=button]{cursor:pointer}@media (min-width:768px){.w-container{width:750px}}@media (min-width:992px){.w-container{width:970px}}@media (min-width:1200px){.w-container{width:1170px}}.w-row{margin-left:-15px;margin-right:-15px}.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9,.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9,.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9,.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{float:left}.w-col-xs-12{width:100%}.w-col-xs-11{width:91.66666667%}.w-col-xs-10{width:83.33333333%}.w-col-xs-9{width:75%}.w-col-xs-8{width:66.66666667%}.w-col-xs-7{width:58.33333333%}.w-col-xs-6{width:50%}.w-col-xs-5{width:41.66666667%}.w-col-xs-4{width:33.33333333%}.w-col-xs-3{width:25%}.w-col-xs-2{width:16.66666667%}.w-col-xs-1{width:8w-33333333%}.w-col-xs-pull-12{right:100%}.w-col-xs-pull-11{right:91.66666667%}.w-col-xs-pull-10{right:83.33333333%}.w-col-xs-pull-9{right:75%}.w-col-xs-pull-8{right:66.66666667%}.w-col-xs-pull-7{right:58.33333333%}.w-col-xs-pull-6{right:50%}.w-col-xs-pull-5{right:41.66666667%}.w-col-xs-pull-4{right:33.33333333%}.w-col-xs-pull-3{right:25%}.w-col-xs-pull-2{right:16.66666667%}.w-col-xs-pull-1{right:8w-33333333%}.w-col-xs-pull-0{right:auto}.w-col-xs-push-12{left:100%}.w-col-xs-push-11{left:91.66666667%}.w-col-xs-push-10{left:83.33333333%}.w-col-xs-push-9{left:75%}.w-col-xs-push-8{left:66.66666667%}.w-col-xs-push-7{left:58.33333333%}.w-col-xs-push-6{left:50%}.w-col-xs-push-5{left:41.66666667%}.w-col-xs-push-4{left:33.33333333%}.w-col-xs-push-3{left:25%}.w-col-xs-push-2{left:16.66666667%}.w-col-xs-push-1{left:8w-33333333%}.w-col-xs-push-0{left:auto}.w-col-xs-offset-12{margin-left:100%}.w-col-xs-offset-11{margin-left:91.66666667%}.w-col-xs-offset-10{margin-left:83.33333333%}.w-col-xs-offset-9{margin-left:75%}.w-col-xs-offset-8{margin-left:66.66666667%}.w-col-xs-offset-7{margin-left:58.33333333%}.w-col-xs-offset-6{margin-left:50%}.w-col-xs-offset-5{margin-left:41.66666667%}.w-col-xs-offset-4{margin-left:33.33333333%}.w-col-xs-offset-3{margin-left:25%}.w-col-xs-offset-2{margin-left:16.66666667%}.w-col-xs-offset-1{margin-left:8w-33333333%}.w-col-xs-offset-0{margin-left:0}@media (min-width:768px){.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9{float:left}.w-col-sm-12{width:100%}.w-col-sm-11{width:91.66666667%}.w-col-sm-10{width:83.33333333%}.w-col-sm-9{width:75%}.w-col-sm-8{width:66.66666667%}.w-col-sm-7{width:58.33333333%}.w-col-sm-6{width:50%}.w-col-sm-5{width:41.66666667%}.w-col-sm-4{width:33.33333333%}.w-col-sm-3{width:25%}.w-col-sm-2{width:16.66666667%}.w-col-sm-1{width:8w-33333333%}.w-col-sm-pull-12{right:100%}.w-col-sm-pull-11{right:91.66666667%}.w-col-sm-pull-10{right:83.33333333%}.w-col-sm-pull-9{right:75%}.w-col-sm-pull-8{right:66.66666667%}.w-col-sm-pull-7{right:58.33333333%}.w-col-sm-pull-6{right:50%}.w-col-sm-pull-5{right:41.66666667%}.w-col-sm-pull-4{right:33.33333333%}.w-col-sm-pull-3{right:25%}.w-col-sm-pull-2{right:16.66666667%}.w-col-sm-pull-1{right:8w-33333333%}.w-col-sm-pull-0{right:auto}.w-col-sm-push-12{left:100%}.w-col-sm-push-11{left:91.66666667%}.w-col-sm-push-10{left:83.33333333%}.w-col-sm-push-9{left:75%}.w-col-sm-push-8{left:66.66666667%}.w-col-sm-push-7{left:58.33333333%}.w-col-sm-push-6{left:50%}.w-col-sm-push-5{left:41.66666667%}.w-col-sm-push-4{left:33.33333333%}.w-col-sm-push-3{left:25%}.w-col-sm-push-2{left:16.66666667%}.w-col-sm-push-1{left:8w-33333333%}.w-col-sm-push-0{left:auto}.w-col-sm-offset-12{margin-left:100%}.w-col-sm-offset-11{margin-left:91.66666667%}.w-col-sm-offset-10{margin-left:83.33333333%}.w-col-sm-offset-9{margin-left:75%}.w-col-sm-offset-8{margin-left:66.66666667%}.w-col-sm-offset-7{margin-left:58.33333333%}.w-col-sm-offset-6{margin-left:50%}.w-col-sm-offset-5{margin-left:41.66666667%}.w-col-sm-offset-4{margin-left:33.33333333%}.w-col-sm-offset-3{margin-left:25%}.w-col-sm-offset-2{margin-left:16.66666667%}.w-col-sm-offset-1{margin-left:8w-33333333%}.w-col-sm-offset-0{margin-left:0}}@media (min-width:992px){.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9{float:left}.w-col-md-12{width:100%}.w-col-md-11{width:91.66666667%}.w-col-md-10{width:83.33333333%}.w-col-md-9{width:75%}.w-col-md-8{width:66.66666667%}.w-col-md-7{width:58.33333333%}.w-col-md-6{width:50%}.w-col-md-5{width:41.66666667%}.w-col-md-4{width:33.33333333%}.w-col-md-3{width:25%}.w-col-md-2{width:16.66666667%}.w-col-md-1{width:8w-33333333%}.w-col-md-pull-12{right:100%}.w-col-md-pull-11{right:91.66666667%}.w-col-md-pull-10{right:83.33333333%}.w-col-md-pull-9{right:75%}.w-col-md-pull-8{right:66.66666667%}.w-col-md-pull-7{right:58.33333333%}.w-col-md-pull-6{right:50%}.w-col-md-pull-5{right:41.66666667%}.w-col-md-pull-4{right:33.33333333%}.w-col-md-pull-3{right:25%}.w-col-md-pull-2{right:16.66666667%}.w-col-md-pull-1{right:8w-33333333%}.w-col-md-pull-0{right:auto}.w-col-md-push-12{left:100%}.w-col-md-push-11{left:91.66666667%}.w-col-md-push-10{left:83.33333333%}.w-col-md-push-9{left:75%}.w-col-md-push-8{left:66.66666667%}.w-col-md-push-7{left:58.33333333%}.w-col-md-push-6{left:50%}.w-col-md-push-5{left:41.66666667%}.w-col-md-push-4{left:33.33333333%}.w-col-md-push-3{left:25%}.w-col-md-push-2{left:16.66666667%}.w-col-md-push-1{left:8w-33333333%}.w-col-md-push-0{left:auto}.w-col-md-offset-12{margin-left:100%}.w-col-md-offset-11{margin-left:91.66666667%}.w-col-md-offset-10{margin-left:83.33333333%}.w-col-md-offset-9{margin-left:75%}.w-col-md-offset-8{margin-left:66.66666667%}.w-col-md-offset-7{margin-left:58.33333333%}.w-col-md-offset-6{margin-left:50%}.w-col-md-offset-5{margin-left:41.66666667%}.w-col-md-offset-4{margin-left:33.33333333%}.w-col-md-offset-3{margin-left:25%}.w-col-md-offset-2{margin-left:16.66666667%}.w-col-md-offset-1{margin-left:8w-33333333%}.w-col-md-offset-0{margin-left:0}}@media (min-width:1200px){.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9{float:left}.w-col-lg-12{width:100%}.w-col-lg-11{width:91.66666667%}.w-col-lg-10{width:83.33333333%}.w-col-lg-9{width:75%}.w-col-lg-8{width:66.66666667%}.w-col-lg-7{width:58.33333333%}.w-col-lg-6{width:50%}.w-col-lg-5{width:41.66666667%}.w-col-lg-4{width:33.33333333%}.w-col-lg-3{width:25%}.w-col-lg-2{width:16.66666667%}.w-col-lg-1{width:8w-33333333%}.w-col-lg-pull-12{right:100%}.w-col-lg-pull-11{right:91.66666667%}.w-col-lg-pull-10{right:83.33333333%}.w-col-lg-pull-9{right:75%}.w-col-lg-pull-8{right:66.66666667%}.w-col-lg-pull-7{right:58.33333333%}.w-col-lg-pull-6{right:50%}.w-col-lg-pull-5{right:41.66666667%}.w-col-lg-pull-4{right:33.33333333%}.w-col-lg-pull-3{right:25%}.w-col-lg-pull-2{right:16.66666667%}.w-col-lg-pull-1{right:8w-33333333%}.w-col-lg-pull-0{right:auto}.w-col-lg-push-12{left:100%}.w-col-lg-push-11{left:91.66666667%}.w-col-lg-push-10{left:83.33333333%}.w-col-lg-push-9{left:75%}.w-col-lg-push-8{left:66.66666667%}.w-col-lg-push-7{left:58.33333333%}.w-col-lg-push-6{left:50%}.w-col-lg-push-5{left:41.66666667%}.w-col-lg-push-4{left:33.33333333%}.w-col-lg-push-3{left:25%}.w-col-lg-push-2{left:16.66666667%}.w-col-lg-push-1{left:8w-33333333%}.w-col-lg-push-0{left:auto}.w-col-lg-offset-12{margin-left:100%}.w-col-lg-offset-11{margin-left:91.66666667%}.w-col-lg-offset-10{margin-left:83.33333333%}.w-col-lg-offset-9{margin-left:75%}.w-col-lg-offset-8{margin-left:66.66666667%}.w-col-lg-offset-7{margin-left:58.33333333%}.w-col-lg-offset-6{margin-left:50%}.w-col-lg-offset-5{margin-left:41.66666667%}.w-col-lg-offset-4{margin-left:33.33333333%}.w-col-lg-offset-3{margin-left:25%}.w-col-lg-offset-2{margin-left:16.66666667%}.w-col-lg-offset-1{margin-left:8w-33333333%}.w-col-lg-offset-0{margin-left:0}}.w-clearfix:after,.w-clearfix:before,.w-container-fluid:after,.w-container-fluid:before,.w-container:after,.w-container:before,.w-row:after,.w-row:before{content:" ";display:table}.w-clearfix:after,.w-container-fluid:after,.w-container:after,.w-row:after{clear:both}.w-center-block{display:block;margin-left:auto;margin-right:auto}.w-pull-right{float:right!important}.w-pull-left{float:left!important}.w-hide{display:none!important}.w-show{display:block!important}.w-invisible{visibility:hidden}.w-text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.w-hidden{display:none!important}.w-affix{position:fixed}.mec-image-popup-wrap{display:none}#wns-be-infobar.sticky{position:fixed;top:32px;background:#fff;z-index:9999;width:82%}.wns-be-main .wns-saved-settings.sticky{position:fixed;width:62.5%;top:111px;z-index:999999999999999999}#mec-search-settings{border-radius:2px;min-height:32px;box-shadow:0 3px 14px -5px rgba(0,0,0,.2),inset 0 1px 2px rgba(0,0,0,.07);padding:9px 10px 11px;margin-right:6px;color:#7c7772;font-size:12px;width:200px}#mec-search-settings::-webkit-input-placeholder{color:#7c7772}#mec-search-settings::-moz-placeholder{color:#7c7772}#mec-search-settings:-ms-input-placeholder{color:#7c7772}#mec-search-settings:-moz-placeholder{color:#7c7772}.mec-export-settings,.mec-import-settings{font-weight:700;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:8px 32px;height:36px;letter-spacing:.2px;line-height:36px;font-size:13px;color:#fff;text-decoration:none;display:inline-block}.mec-export-settings:hover,.mec-import-settings:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);color:#fff}textarea.mec-import-settings-content{display:block;width:100%;min-height:120px;margin-bottom:25px;padding:10px 15px}.mec-import-options-notification{display:inline-block}.mec-import-options-notification .mec-message-import-error,.mec-import-options-notification .mec-message-import-success{display:inline-block;padding:15px 12px;margin-left:12px;opacity:0;visibility:hidden;font-weight:700}.mec-import-options-notification .mec-message-import-success{opacity:1;visibility:visible;border:2px solid green}.mec-import-options-notification .mec-message-import-error{opacity:1;visibility:visible;border:2px solid #e62117}.mec-export-settings:focus,.mec-import-settings:focus{color:#fff}.mec-import-settings-wrap{position:relative}.mec-loarder-wrap{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(202,202,202,.7);z-index:9999}.mec-loarder-wrap.mec-settings-loader{top:34px}.mec-loarder{position:absolute;width:64px;height:64px;top:calc(50% - 32px);left:calc(50% - 36px)}.mec-loarder div{display:inline-block;position:absolute;left:6px;width:4px;background:#fff;animation:mec-loarder 1.2s cubic-bezier(0,.5,.5,1) infinite}.mec-loarder div:nth-child(1){left:27px;animation-delay:-.24s;background:#0075ff}.mec-loarder div:nth-child(2){left:36px;animation-delay:-.12s;background:#028bff}.mec-loarder div:nth-child(3){left:45px;animation-delay:0;background:#32a0ff}@keyframes mec-loarder{0%{top:6px;height:51px}100%,50%{top:19px;height:26px}}.w-box.support-page.searchbox{background:#008aff;background:linear-gradient(180deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;min-height:260px;text-align:center;border-radius:2px}#webnus-dashboard .search-form input{background:rgba(255,255,255,.2);border:none;width:50%;outline:0;color:rgba(255,255,255,.7);font-size:18px;border-radius:4px 0 0 4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.03);-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s;padding:20px 32px;margin:0}#webnus-dashboard .search-form button{background:rgba(255,255,255,.2);border:none;padding:20px 32px;margin-left:-2px;color:#fff;border-radius:0 4px 4px 0;font-size:18px;cursor:pointer;-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s}#webnus-dashboard .search-form button:hover{background:#fff;color:#3a3c4c}.w-box.support-page.searchbox p{font-size:30px}.search-form input::-webkit-input-placeholder{color:rgba(255,255,255,.7)}.search-form input::-moz-placeholder{color:rgba(255,255,255,.7)}.search-form input:-ms-input-placeholder{color:rgba(255,255,255,.7)}.search-form input:-moz-placeholder{color:rgba(255,255,255,.7)}#webnus-dashboard .search-form input:active,#webnus-dashboard .search-form input:focus{box-shadow:0 10px 20px rgba(0,0,0,.14);background:#fff;color:#3a3c4c}#webnus-dashboard .search-form input:active::-webkit-input-placeholder,#webnus-dashboard .search-form input:focus::-webkit-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active::-moz-placeholder,#webnus-dashboard .search-form input:focus::-moz-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-ms-input-placeholder,#webnus-dashboard .search-form input:focus:-ms-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-moz-placeholder,#webnus-dashboard .search-form input:focus:-moz-placeholder{color:#3a3c4c}#webnus-dashboard .w-box.support-page.mec-ticksy{text-align:center;min-height:260px}#webnus-dashboard .w-box.support-page.mec-ticksy p{font-size:20px;width:70%;margin:0 auto;margin-bottom:40px;margin-top:40px}#webnus-dashboard .w-box.support-page.mec-ticksy a{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:12px 20px;cursor:pointer;margin-bottom:40px;display:inline-block}#webnus-dashboard .w-box.support-page.mec-ticksy a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}.mec-faq-accordion>.mec-faq-accordion-content{display:none}#webnus-dashboard .mec-faq-accordion-trigger a{font-size:16px;padding:12px;background:#f1f1f1;display:block;color:#222;line-height:17px;outline:0}.mec-faq-accordion-trigger{margin-bottom:5px;position:relative}#webnus-dashboard .mec-faq-accordion-trigger a:after{font-family:simple-line-icons;content:"\e095";position:absolute;right:12px;font-weight:700}.mec-faq-accordion-content{padding:5px 14px 25px}#webnus-dashboard .mec-faq-accordion-trigger a.active:after{content:"\e082"}#webnus-dashboard .support-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}#webnus-dashboard .support-page-links a:hover,#webnus-dashboard .w-box.support-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .support-page-links{display:inline-block;margin:12px 4px 16px 0}.support-page-links.link-to-doc a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.support-page-links.link-to-videos a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}.support-page-links.link-to-articles a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}.w-box.support-page.articles-box .w-box-content a{display:block;padding:6px 0}#webnus-dashboard .w-box.support-page.videobox .w-button a{color:#fff;font-size:10px;padding:5px 15px;min-height:10px;font-weight:500;border-radius:22px;box-shadow:0 3px 10px -4px #ff5a35;text-shadow:none;background:#ff5a35;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);border:none;transition:.24s}.w-box.support-page.articles-box,.w-box.support-page.faq-box{min-height:500px}.w-box.support-page.videobox{border-radius:2px;min-height:282px;box-shadow:0 1px 6px rgba(0,0,0,.039)!important}#webnus-dashboard .w-box.support-page.videobox .w-button a i{margin-right:6px}.support-page .w-box-content ul{margin-top:5px;padding-left:5px}.support-page .w-box-content ul li{font-size:13px}.support-page .w-box-content ul li i{font-size:17px;vertical-align:text-bottom;margin-right:7px;color:#999}.w-box.mec-activation{background:#fff url(../img/dp-dsb-support.jpg) no-repeat top right}.w-box.mec-activation .w-box-head{color:#40d8f0;width:75%}.w-box.mec-activation .w-box-content{padding:10px 30px}.w-box.mec-activation input[type=radio]{display:none}.w-box.mec-activation input[type=radio]+label{color:#000;font-size:13px;line-height:14px!important;color:#7b7b7b}.w-box.mec-activation input[type=radio].checked+label{color:#40d8f0}.w-box.mec-activation input[type=radio]+label span{display:inline-block;margin:-2px 6px 0 0;vertical-align:middle;cursor:pointer;height:14px;width:14px;text-align:center;background-color:#fff;border:1px solid #d4d4d4;border-radius:100%;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.w-box.mec-activation input[type=radio].checked+label span{background-color:#40d8f0;border-color:#40d8f0;box-shadow:0 2px 14px -3px #40d8f0}.w-box.mec-activation input[type=radio].checked+label span:after{content:'';display:block;position:absolute;top:4px;left:4px;width:4px;height:4px;background:#fff;border-radius:100%}.w-box.mec-activation .LicenseType label{padding-right:20px;font-weight:500}.w-box.mec-activation .LicenseField{display:inline-block;position:relative;margin-top:20px}.w-box.mec-activation input[name=MECPurchaseCode]{box-shadow:inset 0 1px 2px rgba(0,0,0,.07);min-width:220px;background:#f4f4f4;border:none;border-radius:33px;width:500px;min-height:50px;margin:0;padding-left:20px;text-align:left}#webnus-dashboard .w-box.mec-activation input[type=submit]{height:40px;line-height:40px;font-weight:600;border:none;cursor:pointer;padding:0 30px;border-radius:33px;color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:12px;background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67;transition:all .28s ease;position:absolute;right:5px;top:4px;font-size:12px}#webnus-dashboard .w-box.mec-activation input[type=submit]:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#MECActivation .MECPurchaseStatus{display:inline-block;width:40px;height:40px;text-align:center;padding-top:9px;color:#fff;font-weight:700;font-size:18px;border-radius:50%;padding-top:8px;position:absolute;right:-51px;top:calc(50% - 20px)}.MECPurchaseStatus:after,.MECPurchaseStatus:before{position:absolute;border-radius:50px;background:#fff;content:'';transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:before{width:22px;height:4px;right:9px;top:18px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:after{width:22px;height:4px;right:9px;top:18px;transform:rotate(-45deg)}.MECPurchaseStatus.PurchaseSuccess:before{width:13px;height:4px;right:19px;top:21px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseSuccess:after{width:22px;height:4px;right:5px;top:18px;transform:rotate(-45deg)}#MECActivation .MECPurchaseStatus.PurchaseError{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}#MECActivation .MECPurchaseStatus.PurchaseSuccess{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.wna-spinner-wrap{position:absolute;background:#000;width:509px;height:64px;top:-8px;border-radius:50px;z-index:999;background-color:#fff;opacity:.9}.wna-spinner{width:40px;height:40px;position:relative;margin:6px auto}.wna-spinner .double-bounce1,.wna-spinner .double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#40d8f0;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.wna-spinner .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}#MECActivation .MECLicenseMessage{margin-top:24px;color:#f64;max-width:570px}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.w-col-sm-3 .w-box.addon{min-height:auto;box-shadow:0 3px 16px -5px rgba(0,0,0,.1);border-radius:2px}.w-box-child.mec-addon-box{padding:20px 20px}.mec-addon-box-head{border-bottom:1px solid #e8e8e8;padding-bottom:5px;margin-bottom:14px;position:relative}.mec-addon-box-version{position:absolute;top:0;right:0;background:#008aff;border-radius:50px;padding:0 11px;color:#fff;font-size:12px}.mec-addon-box-title{padding-right:65px;font-weight:700;font-size:18px;line-height:25px}.mec-addon-box-title a span{color:#444}.mec-addon-box-content p{color:#777;font-size:13px}.mec-addon-box-purchase a{font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:7px 19px;margin-top:20px;display:inline-block;letter-spacing:.2px}.mec-addon-box-purchase a span{color:#fff}.mec-addon-box-purchase a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);cursor:pointer}.mec-addon-box-mec-version{background:#f3f3f3;padding:10px;font-size:13px}
assets/css/frontend.css CHANGED
@@ -923,11 +923,12 @@
923
  .mec-calendar.mec-event-calendar-classic .mec-calendar-novel-selected-day { display: inline-block; padding: 4px; margin-left: 1px; }
924
  .mec-calendar.mec-event-calendar-classic .mec-selected-day .mec-calendar-novel-selected-day { color: #fff; }
925
  .mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-selected-day, .mec-calendar.mec-event-calendar-classic.mec-event-container-novel dt.mec-selected-day:hover { border-bottom: 1px solid #eaeaea; }
 
926
  .mec-single-event-novel.light h4 { color: #000 !important; }
927
  .mec-single-event-novel.dark h4{ color: #fff !important; }
928
  @media only screen and (max-width: 768px) {
929
  .mec-calendar .mec-event-article.mec-single-event-novel { padding: 0; min-height: 5px; }
930
- .mec-calendar .mec-event-article.mec-single-event-novel h4 { display: none; }
931
  }
932
 
933
  /* Monthly Calendar/Simple
923
  .mec-calendar.mec-event-calendar-classic .mec-calendar-novel-selected-day { display: inline-block; padding: 4px; margin-left: 1px; }
924
  .mec-calendar.mec-event-calendar-classic .mec-selected-day .mec-calendar-novel-selected-day { color: #fff; }
925
  .mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-selected-day, .mec-calendar.mec-event-calendar-classic.mec-event-container-novel dt.mec-selected-day:hover { border-bottom: 1px solid #eaeaea; }
926
+ .mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-calendar-side .mec-calendar-table{min-height: auto;}
927
  .mec-single-event-novel.light h4 { color: #000 !important; }
928
  .mec-single-event-novel.dark h4{ color: #fff !important; }
929
  @media only screen and (max-width: 768px) {
930
  .mec-calendar .mec-event-article.mec-single-event-novel { padding: 0; min-height: 5px; }
931
+ .mec-calendar .mec-event-article.mec-single-event-novel h4 { display: block; font-size: 9px; }
932
  }
933
 
934
  /* Monthly Calendar/Simple
assets/css/frontend.min.css CHANGED
@@ -1 +1 @@
1
- .mec-wrap,.mec-wrap div{font-family:Montserrat,Helvetica,Arial,sans-serif}.entry-content .mec-wrap h1,.entry-content .mec-wrap h2,.entry-content .mec-wrap h3,.entry-content .mec-wrap h4,.entry-content .mec-wrap h5,.entry-content .mec-wrap h6,.mec-wrap h1,.mec-wrap h2,.mec-wrap h3,.mec-wrap h4,.mec-wrap h5,.mec-wrap h6{font-family:Montserrat,Helvetica,Arial,sans-serif;color:#171c24;font-weight:300;font-style:inherit;letter-spacing:normal;clear:none}.mec-wrap h1{font-size:50px;line-height:1.16;margin-bottom:12px;letter-spacing:-1px}.mec-wrap h2{font-size:36px;line-height:1.14;margin-bottom:10px}.mec-wrap h3{font-size:28px;line-height:1.2;margin-bottom:8px}.mec-wrap h4{font-size:24px;line-height:1.2;margin-bottom:10px}.mec-wrap h5{font-size:18px;line-height:1.3;margin-bottom:7px}.mec-wrap h6{font-size:16px;line-height:1.3;margin-bottom:4px}.mec-wrap .subheader{color:#849098}.mec-wrap h1 strong{font-weight:700}.mec-wrap p{margin:0 0 20px 0;color:#616161;font-size:14px;line-height:1.8}.mec-wrap .mec-event-article .mec-color-hover{box-shadow:none;border:none}.mec-wrap abbr,.mec-wrap acronym{cursor:auto;border:none}.entry-content .mec-wrap a{box-shadow:none}.mec-wrap .button,.mec-wrap button:not(.owl-dot),.mec-wrap input[type=button],.mec-wrap input[type=reset],.mec-wrap input[type=submit]{position:relative;border:none;border-radius:0;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;line-height:1.5;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease}.mec-wrap .button:hover,.mec-wrap button:hover,.mec-wrap input[type=button]:hover,.mec-wrap input[type=reset]:hover,.mec-wrap input[type=submit]:hover{background:#222;color:#fff}.vertical-space,.vertical-space1,.vertical-space2,.vertical-space3,.vertical-space4,.vertical-space5{display:block;width:100%;margin:0;clear:both;border:0 none;height:20px}.vertical-space2{height:40px}.vertical-space3{height:60px}.vertical-space4{height:80px}.vertical-space5{height:100px}@media only screen and (max-width:479px){.vertical-space,.vertical-space1{height:8px}.vertical-space2{height:14px}.vertical-space3{height:28px}.vertical-space4{height:40px}.vertical-space5{height:60px}}@media only screen and (max-width:960px){.vertical-space,.vertical-space1{height:12px}.vertical-space2{height:18px}.vertical-space3{height:36px}.vertical-space4{height:50px}.vertical-space5{height:80px}}.mec-wrap abbr{cursor:auto;border-bottom:0}@-webkit-keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.mec-wrap{font:14px/25px sans-serif;font-family:Montserrat,Helvetica,Arial,sans-serif;font-weight:400;color:#626262}.mec-wrap .mec-events a{border-bottom:none}.mec-wrap .mec-container a{box-shadow:none}.mec-event-content p{font-family:Roboto,sans-serif;font-weight:300}.mec-wrap .mec-clear:after,.mec-wrap .mec-clear:before{content:" ";display:table}.mec-wrap .mec-clear:after{clear:both}.mec-events-button{background:#fff;padding:12px 34px;font-size:13px;font-weight:400;letter-spacing:0;border:1px solid #e3e3e3;margin-right:10px;transition:.3s}.mec-wrap .mec-events-button:hover{color:#fff}.mec-no-event{display:none}.mec-event-grid-classic .mec-event-article{position:relative;border:2px solid #e3e3e3;box-shadow:0 2px 0 0 rgba(0,0,0,.016);margin-bottom:30px;max-width:none}.mec-event-grid-classic .mec-event-content{background:#fff;color:#767676;padding:0 20px 5px;text-align:center;min-height:125px}.mec-event-grid-classic .mec-event-title{color:#202020;margin:10px 0;font-weight:700;font-size:20px;letter-spacing:1px;text-transform:uppercase}.mec-event-grid-classic .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-classic .mec-event-date{font-weight:400;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#fff;padding:3px 20px;margin:0 -20px 20px -20px;text-align:center}.mec-event-grid-classic .mec-event-content p{font-size:15px;color:#8a8a8a}.mec-event-grid-classic .mec-event-detail{display:none}.mec-event-grid-classic img{margin-bottom:0;width:100%}.mec-event-footer{position:relative;border-top:1px solid #efefef;padding:20px;min-height:80px;margin:0;background:#fafafa}.mec-event-sharing-wrap{left:15px;position:absolute;list-style:none;margin:0}.mec-event-sharing-wrap .mec-event-sharing{position:absolute;padding:8px 0 2px;left:-6px;bottom:54px;margin:0;margin-top:6px;border-radius:5px;width:50px;visibility:hidden;opacity:0;border:1px solid #e2e2e2;background:#fff;box-shadow:0 0 9px 0 rgba(0,0,0,.06);z-index:99;-webkit-transition:all .18s ease;transition:all .18s ease}.mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-sharing-wrap .mec-event-sharing:before{content:'';display:block;position:absolute;bottom:-10px;left:50%;margin-left:-10px;width:0;height:0;border-style:solid;border-width:10px}.mec-event-sharing-wrap .mec-event-sharing:before{bottom:-21px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-sharing-wrap .mec-event-sharing:after{bottom:-19px;border-color:#fff transparent transparent transparent}.mec-event-sharing-wrap:hover .mec-event-sharing{opacity:1;visibility:visible}.mec-event-sharing-wrap li{text-align:center;border:0;display:block;margin-right:2px;overflow:hidden;margin:0 auto 6px;width:38px}.mec-event-sharing-wrap:hover>li{cursor:pointer;background-color:#40d9f1}.mec-event-sharing-wrap:hover>li a{color:#fff}.mec-event-sharing-wrap>li{border:1px solid #d9d9d9}.mec-event-sharing-wrap li a{border:none;color:#767676}.mec-event-sharing-wrap li i{width:36px;height:36px;display:table-cell;vertical-align:middle}.mec-event-sharing-wrap .mec-event-sharing li a{display:block}.mec-event-sharing-wrap .mec-event-sharing li:hover a{color:#40d9f1}.mec-event-sharing .mec-event-share:hover .event-sharing-icon{background:#40d9f1;border-width:0 1px 0;cursor:pointer}.mec-event-sharing .mec-event-map{border-width:1px 0 1px}.mec-event-footer .mec-booking-button{box-shadow:none;transition:all .21s ease;font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:#fff;color:#767676;border:1px solid #e8e8e8;position:absolute;top:20px;right:15px;padding:0 16px;line-height:37px;height:38px}.mec-event-footer .mec-booking-button:hover{background:#191919;color:#fff;border-color:#191919}@media only screen and (max-width:960px){.mec-event-grid-classic{margin-bottom:30px}}.mec-widget .mec-event-grid-classic.mec-owl-carousel{padding:36px 0 16px}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav{margin:5px 0;width:100%;position:absolute;top:15px;padding:0}.mec-skin-grid-container.mec-widget{padding-top:18px}.mec-widget .mec-event-grid-classic.mec-owl-carousel{padding:20px 0 16px}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav{margin:0;width:100%;position:absolute;top:0;padding:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav div{position:absolute;background:#fff;line-height:0;width:34px;height:26px;padding:6px;text-align:center;margin-top:-17px;border-radius:3px;border:1px solid #e2e2e2;text-align:center;box-shadow:0 2px 0 0 rgba(0,0,0,.028);transition:all .33s ease}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav i{font-size:12px;color:#40d9f1;cursor:pointer}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-next{right:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-prev{left:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-sharing{display:none}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer{text-align:center}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer .mec-booking-button{position:static;padding:11px 16px}.widget .mec-event-footer ul.mec-event-sharing-wrap li a.mec-event-share-icon{padding:0}@media screen and (min-width:56.875em){.mec-widget .mec-month-container dl{margin-bottom:0}}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-footer{text-align:right}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap{left:5px;padding-left:5px}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap .mec-event-sharing{left:0}.mec-widget .mec-event-sharing-wrap .mec-event-sharing{position:absolute;top:auto;bottom:52px;margin:0;margin-top:0;border-radius:5px}.mec-widget .mec-event-sharing-wrap .mec-event-sharing:after{top:auto;bottom:-17px;border-color:#fff transparent transparent transparent}.mec-widget .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-18px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-grid-clean{margin-bottom:10px;max-width:none}.mec-event-grid-clean .mec-event-article{margin-bottom:30px;position:relative;border:1px solid #e2e2e2;text-align:center;padding:15px 15px 0;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-clean .mec-event-content{background:#fff;color:#767676;padding:25px 16px 0;text-align:left}.mec-event-grid-clean .mec-event-title{color:#202020;margin:0 0 10px 0;font-weight:700;font-size:21px;text-transform:capitalize}.mec-event-grid-clean .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-clean .mec-event-date{font-weight:400;font-size:11px;text-transform:uppercase;letter-spacing:1px;background-color:#40d9f1;color:#fff;padding:3px 0;margin:0;text-align:center}.mec-event-grid-clean .mec-event-content p{font-size:15px;color:#9a9a9a;line-height:1.54}.mec-event-grid-clean img{margin-bottom:0;width:100%}.mec-event-grid-clean .event-grid-t2-head{margin-bottom:10px;color:#fff;padding:9px 14px 6px;text-align:left}.mec-event-grid-clean .event-grid-t2-head .mec-event-date{font-size:50px;line-height:50px;float:left;margin-right:11px}.mec-event-grid-clean .event-grid-t2-head .mec-event-month{text-transform:uppercase;font-size:17px;line-height:20px;padding-top:4px}.mec-event-grid-clean .event-grid-t2-head .mec-event-detail{font-size:12px}.mec-event-grid-clean .mec-event-sharing-wrap{left:0}.mec-event-grid-clean .mec-event-footer{position:relative;border-top:2px solid;padding:20px 0;margin:0 14px;text-align:left;background:0 0}.mec-event-grid-clean .mec-event-footer .mec-booking-button{right:0}.mec-event-grid-clean .row{margin-bottom:30px}.mec-event-grid-modern{margin-bottom:10px;max-width:none}.mec-event-grid-modern .mec-event-article{position:relative;border:1px solid #e2e2e2;text-align:center;margin-bottom:30px;padding:45px 15px 10px;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-modern .mec-event-content{background:#fff;color:#767676;padding:35px 15px 10px;text-align:left}.mec-event-grid-modern .mec-event-title{color:#202020;margin:0 0 10px 0;font-weight:700;font-size:24px;text-transform:none;letter-spacing:-1px}.mec-event-grid-modern .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-modern .mec-event-content p{font-size:15px;color:#9a9a9a;line-height:1.54}.mec-event-grid-modern img{margin-bottom:0;width:100%}.mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:9px 14px 6px;text-align:left}.mec-event-grid-modern .event-grid-modern-head .mec-event-date{font-size:50px;line-height:50px;float:left;margin-right:11px}.mec-event-grid-modern .event-grid-modern-head .mec-event-month{text-transform:uppercase;font-size:17px;line-height:20px;padding-top:4px}.mec-event-grid-modern .event-grid-modern-head .mec-event-detail{font-size:12px}.mec-event-grid-modern .event-grid-modern-head .mec-event-day{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:35px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-event-grid-modern .mec-event-footer{position:relative;height:90px;padding:20px 0;border:none;margin:0 14px;text-align:left;background:0 0}.mec-event-grid-modern .mec-event-footer .mec-booking-button{right:auto;left:0}.mec-event-grid-modern .mec-event-sharing-wrap{left:auto;right:0}.mec-event-grid-modern .mec-event-sharing{left:auto;right:-6px}.mec-event-grid-modern .mec-event-sharing-wrap li{border-radius:55px}.mec-event-grid-modern .row{margin-bottom:0}@media only screen and (max-width:479px){.mec-event-grid-modern .mec-event-article{padding-bottom:30px}.mec-event-grid-modern .mec-event-sharing{top:60px;left:0;right:auto}.mec-event-grid-modern .mec-event-footer .mec-booking-button{top:0}}.mec-event-grid-colorful .mec-event-article{min-height:400px;border:none;box-shadow:none;background:#40d9f1;padding-top:25px;margin:0;color:#fff}.mec-event-grid-colorful .mec-event-content{background:0 0}.mec-event-grid-colorful .event-grid-modern-head,.mec-event-grid-colorful .event-grid-modern-head .mec-event-date,.mec-event-grid-colorful .event-grid-modern-head .mec-event-day,.mec-event-grid-colorful .mec-event-content p,.mec-event-grid-colorful .mec-event-sharing-wrap>li>a,.mec-event-grid-colorful .mec-event-title a{color:#fff}.mec-event-grid-colorful .mec-event-footer .mec-booking-button{border:none}.mec-event-grid-colorful .mec-event-sharing-wrap>li{border-color:#fff}.mec-event-grid-colorful .mec-event-sharing-wrap:hover>li{background:#333;border-color:#333}.mec-event-grid-colorful .mec-event-title a.mec-color-hover:hover{color:#fff;text-decoration:underline}.mec-event-grid-colorful .mec-event-title .event-color{display:none}.mec-event-grid-colorful div[class^=col-md-]{padding:0 1px 1px 0;margin:0}@media only screen and (min-width:768px){.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-day{font-size:26px}.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-month{font-size:15px}.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-date{font-size:50px}.mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-title{font-size:21px}.mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-content p{font-size:13px}}@media only screen and (min-width:768px) and (max-width:1200px){.mec-wrap.mec-sm959.mec-event-grid-colorful div[class^=col-md-]{width:50%}}.mec-event-list-minimal .mec-event-article{border-bottom:1px solid #efefef;padding:24px 0 16px}.mec-event-list-minimal .mec-wrap .col-md-9{padding:0}.mec-event-list-minimal .mec-event-date{position:relative;float:left;margin-right:30px;color:#fff;width:52px;padding:6px 4px 3px;text-align:center;text-transform:uppercase;border-radius:3px}.mec-event-list-minimal .mec-event-date span{display:block;font-size:24px;font-weight:700;text-align:center;margin-bottom:4px}.mec-event-list-minimal .mec-event-date:after{display:block;content:"";position:absolute;width:50px;left:1px;top:1px;height:30px;background:rgba(255,255,255,.1);box-shadow:0 4px 4px rgba(0,0,0,.02)}.mec-event-list-minimal .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;font-size:18px;text-transform:uppercase;letter-spacing:0;padding-top:5px}.mec-event-list-minimal .mec-event-detail{font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;font-family:Roboto,sans-serif}.mec-event-list-minimal .btn-wrapper{text-align:right;padding-right:0;padding-top:6px}.mec-event-list-minimal .btn-wrapper .mec-detail-button{border-bottom:0;margin-bottom:14px;margin-right:0;box-shadow:none}.mec-event-list-minimal a.mec-detail-button{text-align:center;display:inline-block;background:#ededed;color:#191919;padding:12px;border-radius:2px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;transition:all .24s ease}.mec-event-list-minimal a.mec-detail-button:hover{background:#292929;color:#fff}.vc_col-sm-4 .mec-event-list-minimal .mec-event-date,.vc_col-sm-6 .mec-event-list-minimal .mec-event-date{margin-right:12px}.vc_col-sm-4 .mec-event-list-minimal .mec-event-title,.vc_col-sm-6 .mec-event-list-minimal .mec-event-title{font-size:15px;letter-spacing:2px}@media only screen and (min-width:480px) and (max-width:767px){.mec-event-list-minimal .btn-wrapper{padding-left:0}.mec-event-list-minimal .mec-event-date{margin-right:10px}}@media only screen and (max-width:767px){.mec-event-list-minimal .btn-wrapper .mec-detail-button{display:block;text-align:center;margin:0;margin-top:16px;padding:8px}.mec-event-list-minimal .btn-wrapper{margin:12px 0}}@media only screen and (max-width:479px){.mec-event-list-minimal .mec-event-date{float:none;width:100%;margin-bottom:8px}.mec-event-list-minimal .mec-event-date span{display:inline;padding-right:25px;margin-right:7px;font-size:inherit}.mec-event-list-minimal .mec-event-date:after{width:45%;box-shadow:4px 0 4px rgba(0,0,0,.02)}.mec-event-list-minimal .btn-wrapper{text-align:center;padding-left:0}.mec-event-list-minimal{text-align:center}.mec-event-list-minimal .mec-event-detail{margin-bottom:10px}}.mec-wrap .mec-event-list-modern .mec-event-title{margin-top:0;margin-bottom:10px}.mec-event-list-modern .mec-event-article{border-bottom:1px solid #efefef;padding:30px 0 10px}.mec-event-list-modern .mec-event-article:last-child{border-bottom:none}.mec-event-list-modern .mec-event-title a{color:#191919;transition:all .24s ease;box-shadow:none}.mec-event-list-modern .mec-event-date{text-transform:uppercase;padding:10px 0}.mec-event-list-modern .mec-event-date .event-d{font-size:48px;display:table-cell;padding:10px 0 0}.mec-event-list-modern .mec-event-date .event-f{font-size:13px;display:table-cell;vertical-align:middle;padding-left:7px;font-weight:500;letter-spacing:3px;color:#777}.mec-event-list-modern .mec-event-detail{font-weight:300;color:#8a8a8a}.mec-event-list-modern .mec-event-date .event-da{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:28px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-event-list-modern .mec-btn-wrapper .mec-booking-button{border-radius:1px;letter-spacing:2px;border:1px solid #e6e6e6;color:#333;background-color:#fff;padding:13px 20px;font-weight:700;font-size:11px;box-shadow:0 2px 0 0 rgba(0,0,0,.016);transition:all .28s ease}.mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover{border-color:#222;background:#222;color:#fff}.mec-event-list-modern .mec-event-title{font-weight:700;font-size:20px;text-transform:uppercase;letter-spacing:1px}.mec-event-list-modern .mec-event-detail{color:#9a9a9a;font-size:15px;font-weight:300;line-height:25px;font-family:Roboto,sans-serif}.mec-event-list-modern .mec-btn-wrapper{text-align:right;padding:10px 0;text-transform:uppercase}.mec-event-list-modern .mec-event-sharing{position:relative;margin:10px 0}.mec-event-list-modern .mec-event-sharing>li{display:inline-block;border:none;border-radius:50%;margin-right:3px}.mec-event-list-modern .mec-event-sharing>li:hover{display:inline-block}.mec-event-list-modern .mec-event-sharing>li:hover a i{color:#fff;background:#40d9f1;border-color:#40d9f1}.mec-event-list-modern .mec-event-sharing>li i{width:36px;display:inline-block;line-height:35px;color:#767676;text-align:center;border-radius:50%;border:1px solid #ddd;font-size:14px}.mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon{background:#40d9f1;border-color:#40d9f1;cursor:pointer;border-radius:50%}.mec-event-list-modern .mec-event-sharing li:hover a i{background:#40d9f1}@media only screen and (min-width:768px){.mec-event-list-modern .mec-event-article{position:relative;min-height:160px;overflow:hidden}.mec-event-list-modern .col-md-2.col-sm-2{width:210px;position:absolute;left:0;top:20px}.mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper{width:180px;padding:0;position:absolute;right:0;top:30%}.mec-event-list-modern .col-md-6.col-sm-6{width:100%;padding-left:225px;padding-right:195px}}@media only screen and (max-width:767px){.mec-event-list-modern .mec-btn-wrapper .mec-booking-button{letter-spacing:1px;border:1px solid #e1e1e1;padding:8px 16px}.mec-event-list-modern .mec-btn-wrapper{padding:0 0 12px}.mec-event-list-modern .mec-event-sharing{margin-bottom:0}}.mec-event-grid-minimal .mec-event-article{margin:15px 0;min-height:80px;display:table}.mec-event-grid-minimal .event-detail-wrap{display:table-cell;vertical-align:middle}.mec-event-grid-minimal .mec-event-date{width:70px;float:left;margin-right:20px;padding:12px 16px 10px;text-align:center;text-transform:uppercase;border-radius:4px;border:1px solid #e6e6e6;transition:all .37s ease-in-out;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-minimal .mec-event-date span{display:block;font-size:24px;font-weight:700;text-align:center;margin-bottom:4px;color:#2a2a2a;transition:color .3s ease}.mec-event-grid-minimal .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;line-height:21px;font-size:16px;text-transform:uppercase;transition:color .3s ease}.mec-event-grid-minimal .mec-event-title a{color:#191919;transition:color .3s ease}.mec-event-grid-minimal .mec-event-detail{font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;font-family:Roboto,sans-serif}.mec-event-grid-minimal .mec-event-date:hover{color:#fff}.mec-event-grid-minimal .mec-event-date:hover span{color:#fff}.mec-event-list-classic .mec-event-article{padding:12px 0;margin-bottom:20px}.mec-event-list-classic .mec-event-image{float:left;width:86px;margin-right:20px}.mec-event-list-classic .mec-event-date{font-weight:400;font-size:13px;letter-spacing:0;line-height:18px}.mec-event-list-classic .mec-event-date span{font-weight:500;margin-bottom:6px}.mec-event-list-classic .mec-event-title{font-size:15px;margin:10px 0 12px;font-weight:700;text-transform:uppercase}.mec-event-list-classic .mec-event-title a{color:#494949;transition:color .3s ease}.mec-event-list-classic .mec-event-detail{color:#777;font-weight:400;line-height:12px;font-size:12px;overflow:hidden}.mec-event-list-classic a.magicmore{padding:10px 16px;color:#fff;background:#222;letter-spacing:2px;font-size:11px}.mec-event-list-classic a.magicmore:after{content:"";display:none}.mec-event-list-classic a.magicmore:hover{color:#40d9f1}.mec-event-grid-simple .mec-event-article{position:relative;margin-bottom:30px}.mec-event-grid-simple .mec-event-article:after{border-right:1px solid #e6e6e6;height:60px;position:absolute;top:50%;margin-top:-30px;right:-1px}.mec-event-grid-simple .row div:last-child .mec-event-article:after{border:none}.mec-event-grid-simple .row{margin:15px 0 30px;text-align:center}.mec-event-grid-simple .mec-event-date{padding:0;margin:0;text-transform:capitalize;font-size:12px;font-weight:700}.mec-event-grid-simple .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;line-height:21px;font-size:15px;padding-top:5px;text-transform:uppercase;transition:color .37s ease}.mec-event-grid-simple .mec-event-title a{color:#494949;transition:color .3s ease}.mec-event-grid-simple .mec-event-detail{font-family:Roboto,sans-serif;font-weight:400;line-height:1;letter-spacing:0;font-size:13px;color:#777}.mec-event-grid-simple:hover .mec-event-title{color:#40d9f1}.mec-event-grid-simple:hover .mec-event-date{background:0 0}.event-last:after{display:none}@media only screen and (max-width:767px){.mec-event-grid-simple .mec-event-article{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}.mec-event-grid-simple .mec-event-article:after{border:none}}.mec-event-grid-novel .mec-event-article{position:relative;margin-bottom:30px;padding:60px 5% 60px 7%;border:1px solid rgba(255,255,255,.12);border-radius:10px;background-color:#0050fd;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:1}.mec-event-grid-novel .mec-event-article .novel-grad-bg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;opacity:0;z-index:-1;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.mec-event-grid-novel .mec-event-article:hover{-webkit-box-shadow:0 13px 36px 0 rgba(0,0,0,.23);box-shadow:0 13px 36px 0 rgba(0,0,0,.23);border-color:transparent}.mec-event-grid-novel .mec-event-article:hover .novel-grad-bg{background-image:-webkit-gradient(linear,left top,right top,from(#262e32),to(#0e1015));background-image:-webkit-linear-gradient(left,#262e32 0,#0e1015 100%);background-image:-o-linear-gradient(left,#262e32 0,#0e1015 100%);background-image:linear-gradient(90deg,#262e32 0,#0e1015 100%);opacity:1}.mec-event-grid-novel .mec-event-image{float:left;width:150px;height:150px}.mec-event-grid-novel .mec-event-image img{width:150px;height:150px;border-radius:50%}.mec-event-grid-novel .mec-event-detail-wrap{margin-left:200px}.mec-event-grid-novel .mec-event-content h4{position:relative;margin-bottom:10px;display:inline-block}.mec-event-grid-novel .mec-event-content h4 a{font-size:24px;line-height:35px;color:#fafcff}.mec-event-grid-novel .mec-event-content h4::before{content:'';position:absolute;top:8px;left:-30px;width:17px;height:17px;background:#5cd0ed;opacity:.4;border-radius:50%}.mec-event-grid-novel .mec-event-content h4::after{content:'';position:absolute;top:12px;left:-26px;width:9px;height:9px;background:#5cd0ed;border-radius:50%}.mec-event-grid-novel .mec-event-address,.mec-event-grid-novel .mec-event-detail,.mec-event-grid-novel .mec-event-month{position:relative;padding-left:35px;font-size:15px;line-height:30px;color:rgba(255,255,255,.4)}.mec-event-grid-novel .mec-event-address::before,.mec-event-grid-novel .mec-event-detail::before,.mec-event-grid-novel .mec-event-month::before{position:absolute;top:6px;left:6px;font-size:17px;font-family:simple-line-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1}.mec-event-grid-novel .mec-event-month::before{content:"\e075"}.mec-event-grid-novel .mec-event-detail::before{content:"\e081"}.mec-event-grid-novel .mec-event-address::before{content:"\e096"}.mec-event-grid-novel .mec-event-footer{clear:both;padding:20px 0;border-top:none;background:0 0}.mec-event-grid-novel .mec-event-footer .mec-booking-button{right:auto;left:0;height:42px;width:148px;padding:0 20px;font-size:14px;font-weight:400;line-height:42px;text-align:center;color:#fff;background:0 0;border-color:rgba(255,255,255,.1);border-radius:50px}.mec-event-grid-novel .mec-event-footer .mec-booking-button:hover{background-color:rgba(255,255,255,.1)}.mec-event-grid-novel .mec-event-sharing-wrap{left:175px;cursor:pointer}.mec-event-grid-novel .mec-event-sharing-wrap>li{border-color:rgba(255,255,255,.1);border-radius:50%}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing{top:-5px;left:0;padding:5px 10px 2px 50px;min-width:150px;width:inherit;height:37px;background-color:rgba(255,255,255,.1);-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:50px}.mec-event-grid-novel .mec-event-sharing-wrap:hover>li{background-color:rgba(255,255,255,.1)}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::after,.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::before{display:none}.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon,.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a,.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li i{display:inline}.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a{padding:0 10px}.mec-event-grid-novel .mec-event-sharing-wrap>li a{color:#fff}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a{color:rgba(255,255,255,.4)}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a:hover{color:rgba(255,255,255,1)}@media only screen and (max-width:1200px){.mec-event-grid-novel .row .col-md-6.col-sm-6{width:100%;float:none}.mec-event-grid-novel .mec-event-image{float:none;margin-top:-20px;margin-bottom:20px}.mec-event-grid-novel .mec-event-detail-wrap{margin-left:20px}.mec-event-grid-novel .mec-event-footer{margin-top:30px}}@media only screen and (max-width:767px){.mec-event-grid-novel .mec-event-footer{margin-top:0;padding-top:30px;margin-bottom:24px}.mec-event-grid-novel .mec-event-footer .mec-booking-button{display:block;position:relative}.mec-event-grid-novel .mec-event-sharing-wrap{left:0;bottom:-55px}.mec-event-grid-novel .mec-event-content h4 a{font-size:20px;line-height:1.3}}.mec-event-cover-modern{position:relative}.mec-event-cover-modern .mec-event-cover-a{background:0 0;position:absolute;color:#fff;bottom:0;left:0;text-decoration:none}.mec-event-cover-modern .mec-event-cover-a .mec-event-overlay{transition:all .5s;opacity:.8;width:100%;height:100%;position:absolute}.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-overlay{opacity:1}.mec-event-cover-modern .mec-event-detail{padding:40px;position:relative}.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-tag{color:#333;transition:all .5s}.mec-event-cover-modern .mec-event-cover-a .mec-event-title:hover{text-decoration:underline}.mec-event-cover-modern .mec-event-tag{background:#fff;display:inline-block;padding:5px 9px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.mec-event-cover-modern .mec-event-date{text-transform:uppercase;font-size:17px;font-weight:300}.mec-event-cover-modern .mec-event-title{color:#fff;text-transform:uppercase;font-size:40px;font-weight:700;margin:6px 0}.mec-event-cover-modern .mec-event-place{font-weight:400;font-size:18px;font-family:Roboto,sans-serif}@media only screen and (max-width:767px){.mec-event-cover-modern .mec-event-cover-a{width:100%}}.mec-event-cover-classic{position:relative;overflow:hidden;background:#fff;padding:6px;border:1px solid #e8e8e8}.mec-event-cover-classic .mec-event-overlay{position:absolute;left:6px;right:6px;bottom:6px;top:6px;width:auto;height:auto;background-color:rgba(36,36,36,.4);transition:all .33s ease-in-out}.mec-event-cover-classic:hover .mec-event-overlay{background-color:rgba(36,36,36,.6)}.mec-event-cover-classic .mec-event-content{font-size:15px;color:#fff;position:absolute;bottom:0;padding:50px 35px;transition:all .33s ease-in-out}.mec-event-cover-classic .mec-event-date{font-size:14px;text-transform:uppercase;font-weight:400;line-height:1.6}.mec-event-cover-classic .mec-event-date span{display:block;font-weight:700;font-size:16px}.mec-event-cover-classic .mec-event-title{color:#fff;margin:20px 0 38px;font-size:24px;font-weight:700;text-transform:uppercase;font-style:normal}.mec-event-cover-classic .mec-btn-wrapper{text-align:left}.mec-event-cover-classic .mec-event-icon{font-size:18px;float:left;margin-right:14px;color:#fff;padding:13px}.mec-event-cover-classic .mec-event-button{color:#fff;background-color:#191919;border:2px #191919 solid;padding:12px 20px;letter-spacing:3px;font-size:12px;font-weight:700;font-style:normal;transition:all .22s ease;text-decoration:none}.mec-event-cover-classic .mec-event-button:hover{color:#191919;background-color:#fff;border-color:#fff;border-radius:1px}.mec-event-cover-classic .mec-event-image img{min-width:100%}@media only screen and (max-width:960px){.mec-event-cover-classic .mec-event-content{padding:20px}.mec-event-cover-classic .mec-event-button{font-size:11px;padding:7px 10px;letter-spacing:1px}.mec-event-cover-classic .mec-event-title{font-size:19px;margin:15px 0 25px}.mec-event-cover-classic .mec-event-date{font-size:12px}}@media only screen and (max-width:767px){.mec-event-cover-classic{margin-bottom:30px}}@media only screen and (max-width:479px){.mec-event-cover-classic .mec-event-content{padding:15px;font-size:15px}.mec-event-cover-classic .mec-event-title{font-size:15px;margin:10px 0}.mec-event-cover-classic .mec-event-button{font-size:10px;padding:6px;letter-spacing:1px}.mec-event-cover-classic .mec-event-icon{padding:10px}}.mec-load-more-wrap{text-align:center;display:block;width:100%;padding-top:20px;text-align:center;position:relative}.mec-load-more-button{box-shadow:none;transition:all .21s ease;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:#fff;color:#767676;border:2px solid #e8e8e8;border-radius:50px;padding:0 28px;margin-bottom:20px;cursor:pointer;line-height:40px;font-family:Montserrat,Helvetica,Arial,sans-serif;height:42px;display:inline-block}.mec-load-more-button:hover{background:#191919;color:#fff;border-color:#191919}.mec-load-more-loading{content:url(../img/ajax-loader.gif);cursor:wait;background:0 0;border-style:none}.mec-load-more-loading:hover{background:0 0}.mec-modal-preloader,.mec-month-navigator-loading{width:100%;height:100%;background:no-repeat rgba(255,255,255,.88) url(../img/ajax-loader.gif) center;border-style:none;position:fixed;left:0;right:0;bottom:0;top:0;z-index:9}.mec-event-calendar-classic .mec-calendar-side .mec-calendar-table{min-height:1024px}.mec-calendar-side .mec-calendar-table{min-height:450px}.mec-skin-weekly-view-events-container.mec-month-navigator-loading{margin-top:0}.mec-calendar.mec-event-calendar-classic .mec-calendar-side{display:block}.mec-skin-daily-view-events-container.mec-month-navigator-loading{margin-top:0}@media only screen and (min-width:961px){.mec-wrap.mec-sm959 .mec-calendar-side .mec-calendar-table{min-height:1px}}@media only screen and (max-width:479px){.mec-calendar-side .mec-calendar-table{min-height:1px}}.mec-event-cover-clean{position:relative;border:1px solid #e6e6e6;padding:8px}.mec-event-cover-clean .mec-event-overlay{height:100%;background-color:rgba(36,36,36,.4);position:absolute;width:100%;left:0;border:8px solid #fff;top:0;transition:all .5s ease-in-out}.mec-event-cover-clean .mec-event-content{color:#fff;position:absolute;bottom:20px;padding:40px 60px;transition:all .5s ease-in-out}.mec-event-cover-clean .mec-event-title{color:#fff;font-weight:700;margin:46px 0 19px;font-size:29px;text-transform:uppercase;text-shadow:0 0 1px rgba(0,0,0,.5)}.mec-event-cover-clean .mec-event-title a{color:#fff;transition:all .5s;text-decoration:none;outline:0;border:none;box-shadow:none}.mec-event-cover-clean .mec-event-title a:hover{text-decoration:underline}.mec-event-cover-clean .mec-event-date{position:absolute;top:-20px;right:60px;color:#fff;width:60px;padding:14px 10px;z-index:1}.mec-event-cover-clean .mec-event-date div{text-align:center;text-transform:uppercase;letter-spacing:1px;line-height:16px}.mec-event-cover-clean .mec-event-date .dday{padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.5);margin-bottom:13px;font-size:24px}.mec-event-cover-clean .mec-event-date .dmonth{letter-spacing:2px}.mec-event-cover-clean .mec-event-place{font-size:18px;font-family:Roboto,sans-serif}.mec-event-cover-clean .mec-event-image img{width:100%}@media only screen and (max-width:768px){.mec-event-cover-clean .mec-event-content{padding:20px;bottom:5px}.mec-event-cover-clean .mec-event-title{font-size:23px}.mec-event-cover-clean .mec-event-date{right:20px;padding:10px;width:50px}}@media only screen and (max-width:479px){.mec-event-cover-clean .mec-event-content{padding:10px}.mec-event-cover-clean .mec-event-title{font-size:19px;padding-right:25px}.mec-event-cover-clean .mec-event-date{right:-20px;top:-10px}.mec-event-cover-clean .mec-event-detail{font-size:12px}}.mec-month-divider{text-align:center;margin:60px 0 40px 0}.widget .mec-month-divider{margin:10px 0}.mec-month-divider span{text-transform:uppercase;font-size:22px;font-weight:700;padding-bottom:5px;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative}.mec-month-divider span:before{border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-30px;left:50%;width:60px}.widget .mec-month-divider span{font-size:13px}.mec-event-list-standard .mec-events-pagination{margin-top:60px;border-top:4px solid #ebebeb;min-height:80px;padding-top:20px}.mec-event-list-standard .mec-events-pagination .mec-events-pag-previous{float:left;margin-left:0}.mec-event-list-standard .mec-events-pagination .mec-events-pag-next{float:right;margin-right:0}.mec-event-list-standard .mec-event-article{position:relative;display:block;margin-bottom:25px;border:1px solid #e9e9e9;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-list-standard .mec-topsec{display:table;width:100%}.mec-event-list-standard .col-md-3.mec-event-image-wrap{padding-left:0}.mec-event-list-standard .mec-event-content{padding-top:15px;padding-right:30px}.mec-event-list-standard .mec-event-title{font-size:29px;font-weight:700;letter-spacing:-1px;margin:0 0 10px}.mec-event-list-standard .mec-event-title a{color:#292929;transition:color .3s ease}.mec-event-list-standard .mec-col-table-c{display:table-cell;height:100%;vertical-align:middle;float:none!important}.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap{padding-top:15px}.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{vertical-align:top}.mec-topsec .mec-event-image{line-height:1px}.mec-event-list-standard .mec-event-meta-wrap{border-left:1px solid #eee}.mec-event-list-standard .mec-time-details{text-transform:uppercase;font-size:11px;font-weight:300;padding-top:0;text-align:left;padding-left:30px}.mec-event-list-standard .mec-event-meta .mec-event-address{font-style:normal;letter-spacing:0;font-size:13px;color:#8a8a8a}.mec-event-list-standard .mec-event-meta span.mec-event-d,.mec-event-list-standard .mec-event-meta span.mec-event-m{font-size:17px;font-weight:700;padding-right:6px;color:#444;text-transform:uppercase}.mec-event-list-standard .mec-date-details,.mec-event-list-standard .mec-time-details,.mec-event-list-standard .mec-venue-details{position:relative;padding-left:28px;margin-bottom:10px}.mec-event-list-standard .mec-date-details:before,.mec-event-list-standard .mec-time-details:before,.mec-event-list-standard .mec-venue-details:before{content:"\f041";font-family:fontawesome;position:absolute;left:6px;font-size:15px}.mec-event-list-standard .mec-date-details:before{content:"\f073"}.mec-event-list-standard .mec-time-details:before{content:"\f017"}.mec-event-list-minimal .mec-event-title a{color:#292929;transition:color .3s ease}.mec-event-meta-wrap .mec-price-details{margin-bottom:10px}.mec-price-details i{margin-right:5px;vertical-align:text-top}.mec-event-meta-wrap .mec-event-meta .mec-price-details i:before{font-size:15px}@media only screen and (max-width:960px){.mec-event-list-standard .mec-topsec{display:block}.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{display:block;width:40%}.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap{display:block;min-height:230px}.mec-event-list-standard .mec-event-meta-wrap{display:block;border-left:none;border-top:1px solid #eee;width:100%;float:none;padding-top:20px}}@media only screen and (min-width:480px) and (max-width:960px){.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap,.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{display:table-cell}}@media only screen and (max-width:479px){.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap,.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap img{float:none;width:100%;padding:0}.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap{padding:10px 10px 10px 30px}}.mec-wrap .mec-events-cal-links{margin-bottom:0}.mec-single-event #mec-wrap{padding:0;margin-top:35px}.mec-wrap .mec-single-title{margin-top:0;margin-bottom:30px;font-weight:700;font-size:33px}.mec-single-event .mec-event-content{padding:40px 0 30px;margin-bottom:10px}.mec-single-event .mec-events-meta-group-booking,.mec-single-event .mec-frontbox{margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-wrap #main-content{overflow:hidden;padding-top:35px}.mec-single-event .mec-map-get-direction-address-cnt{position:relative}.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address{width:100%;height:46px;padding:13px 10px;margin-bottom:0;background:#fcfcfc;border:1px solid #e0e0e0;border-radius:0;box-shadow:inset 0 2px 5px rgba(0,0,0,.081)}.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address:focus{color:#444;background:#fff;border-color:#b0b0b0;box-shadow:0 0 3px rgba(0,0,0,.2)}.mec-single-event .mec-map-get-direction-btn-cnt input{width:100%}.mec-single-event .mec-map-get-direction-reset{position:absolute;z-index:2;top:5px;right:10px;font-size:11px;cursor:pointer}.mec-events-meta-group-tags{margin-top:20px}.mec-events-meta-group-tags a{display:inline-block;color:#444;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;padding:3px 7px;border:1px solid #ddd;border-radius:2px;background:#fff;margin:1px 3px}.mec-events-meta-group-tags a:hover{text-decoration:underline;background:#f9f9f9}.mec-local-time-details li{list-style:none}.mec-single-event:not(.mec-single-modern) .mec-local-time-details{background:#f7f7f7;padding:12px 14px 8px;margin-bottom:12px;vertical-align:baseline;position:relative;border:none}.mec-single-event:not(.mec-single-modern) .mec-local-time-details ul{margin:0;padding-left:35px}.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3{border:none;padding-left:15px}.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3:before{display:none}.mec-single-event.mec-single-modern i.mec-sl-speedometer{display:none}.mec-single-event .mec-events-meta-group-booking{padding-bottom:30px}.mec-single-event .mec-events-meta-group-booking ul{list-style:none;margin-left:0;padding-left:0}.mec-single-event .mec-events-meta-group-booking ul li{padding:0;list-style:none;margin-top:40px}.mec-single-event .mec-events-meta-group-booking h4{margin-bottom:20px;font-size:23px;font-weight:700}.mec-single-event .mec-events-meta-group-booking li h4{font-size:19px}.mec-single-event .mec-events-meta-group-booking button,.mec-single-event .mec-events-meta-group-booking input{border-radius:0;margin-bottom:6px}.mec-single-event .mec-events-meta-group-booking button{min-width:170px;margin-top:5px}.mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available{display:block;margin-bottom:20px;margin-top:-17px;font-size:11px;color:#8a8a8a}.mec-single-event .mec-events-meta-group-booking .mec-book-price-total{display:inline-block;margin-bottom:10px;font-size:26px;color:#39c36e;font-weight:700;padding:10px 0}.mec-single-event .mec-events-meta-group-booking form{margin:0}.mec-single-event .mec-events-meta-group-booking h5 span,.mec-single-event .mec-events-meta-group-booking label{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:3px 0;display:block;clear:none;padding:5px 1em 3px 0}.mec-single-event .mec-events-meta-group-booking h5 span{display:inline-block}.mec-single-event .mec-events-meta-group-booking h5 span.mec-ticket-variation-name{padding-right:5px;text-transform:capitalize}.mec-single-event .mec-events-meta-group-booking input::-webkit-input-placeholder{color:#aaa}.mec-single-event .mec-events-meta-group-booking input:-moz-placeholder{color:#aaa}.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking input[type=email],.mec-single-event .mec-events-meta-group-booking input[type=number],.mec-single-event .mec-events-meta-group-booking input[type=password],.mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-single-event .mec-events-meta-group-booking input[type=text],.mec-single-event .mec-events-meta-group-booking select,.mec-single-event .mec-events-meta-group-booking textarea{display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:330px;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}.wbmec-mandatory{padding-left:5px;font-size:14px}.mec-single-event .mec-events-meta-group-booking .mec-red-notification input,.mec-single-event .mec-events-meta-group-booking .mec-red-notification select,.mec-single-event .mec-events-meta-group-booking .mec-red-notification textarea{border:1px solid #ff3c3c}.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=checkbox],.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=radio]{outline:1px solid #ff3c3c}@media only screen and (max-width:479px){.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking input[type=email],.mec-single-event .mec-events-meta-group-booking input[type=number],.mec-single-event .mec-events-meta-group-booking input[type=password],.mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-single-event .mec-events-meta-group-booking input[type=text],.mec-single-event .mec-events-meta-group-booking select,.mec-single-event .mec-events-meta-group-booking textarea{width:100%}}.mec-single-event .mec-events-meta-group-booking input[type=email]:focus,.mec-single-event .mec-events-meta-group-booking input[type=number]:focus,.mec-single-event .mec-events-meta-group-booking input[type=password]:focus,.mec-single-event .mec-events-meta-group-booking input[type=tel]:focus,.mec-single-event .mec-events-meta-group-booking input[type=text]:.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking select:focus,.mec-single-event .mec-events-meta-group-booking textarea:focus,focus{border:1px solid #aaa;color:#444;background:#fff;-moz-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);outline:0}.mec-single-event .mec-events-meta-group-booking input[type=checkbox],.mec-single-event .mec-events-meta-group-booking input[type=radio]{margin-right:6px;margin-top:5px;min-height:20px;clear:none;margin:0 0 0 2px}.mec-single-event .mec-events-meta-group-booking input[type=checkbox]{float:left}.mec-events-meta-group-booking ul.mec-book-price-details{list-style:none;border:1px solid #eee;padding:0;overflow:hidden}.mec-events-meta-group-booking ul.mec-book-price-details li{font-size:15px;color:#a9a9a9;list-style:none;padding:13px 18px;margin:0;float:left;border-right:1px solid #eee}.mec-events-meta-group-booking ul.mec-book-price-details li:last-child{border-right:none}.mec-events-meta-group-booking ul.mec-book-price-details li span.mec-book-price-detail-amount{font-weight:700;font-size:21px;color:#222}.mec-single-event .mec-events-meta-group-booking button[type=submit]:after{display:none;font-family:simple-line-icons;content:"\e098";margin-left:4px;-webkit-animation:rotating 1.2s linear infinite;-moz-animation:rotating 1.2s linear infinite;-ms-animation:rotating 1.2s linear infinite;-o-animation:rotating 1.2s linear infinite;animation:rotating 1.2s linear infinite}.mec-single-event .mec-events-meta-group-booking button[type=submit].loading:after{display:inline-block}.mec-single-event .mec-event-export-module{display:block}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul{display:table;width:100%}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li{display:table-cell}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child{text-align:right}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover{color:#fff}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul{padding-left:0;margin:15px 5px}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting{padding-left:0;margin:0}.mec-ticket-price{margin-left:10px;font-size:13px;font-weight:300}.mec-book-reg-field-checkbox label,.mec-book-reg-field-radio label{line-height:1.36}.mec-book-reg-field-checkbox input[type=checkbox],.mec-book-reg-field-radio input[type=radio]{float:left;margin-right:5px!important}.mec-ticket-available-spots .mec-event-ticket-description,.mec-ticket-available-spots .mec-event-ticket-price{font-size:11px}.mec-book-ticket-container .mec-reg-mandatory:nth-child(2) label:after,.mec-book-ticket-container .mec-reg-mandatory:nth-child(3) label:after,.mec-book-ticket-container .wbmec-mandatory{content:"*";color:red;width:50px;height:50px;font-size:14px;padding-left:5px}@media only screen and (max-width:767px){.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li{width:100%;min-height:40px;margin-bottom:15px;text-align:center;float:none;display:block}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a{width:100%;padding-left:0;padding-right:0;text-align:center;display:block;font-size:12px}}.mec-single-event .mec-events-meta-group{margin-bottom:0}@media only screen and (max-width:767px){.mec-single-event .mec-events-meta-group-booking{margin-bottom:30px}}.mec-single-event .mec-event-meta dt,.mec-single-event .mec-event-meta h3{text-transform:uppercase;font-size:16px;font-weight:700;padding-bottom:5px;display:inline;color:#000;padding-left:10px}.mec-single-event .mec-event-meta h6{text-transform:uppercase;font-size:13px;padding-bottom:5px;display:inline;color:#222;padding-left:0}.mec-single-event .mec-event-meta .mec-events-event-categories a,.mec-single-event .mec-event-meta dd{font-size:14px;color:#8d8d8d}.mec-single-event .mec-event-meta dd{margin:0;padding-left:35px}.mec-single-event .mec-event-meta dd.mec-events-event-categories{min-height:35px;line-height:35px}.mec-single-event .mec-event-meta dd.mec-events-event-categories:first-of-type{padding-top:5px}.mec-single-event .mec-event-meta dd.mec-events-event-categories:last-of-type{border-bottom:0}.mec-single-event .mec-event-meta dd a{color:#8d8d8d;transition:all .2s ease}.mec-single-event .mec-event-meta dd a i:before{font-size:16px!important}.mec-single-event .mec-event-meta dd a i{vertical-align:top;margin-right:8px}.mec-single-event .mec-event-meta dl{margin-bottom:0}.mec-single-event .mec-event-meta .mec-events-event-cost{font-size:18px}.mec-single-event .mec-event-meta .mec-events-address{color:#8d8d8d;margin-bottom:3px}.mec-single-event .mec-event-meta .mec-events-meta-group-venue .author{margin-bottom:0;color:#8d8d8d;font-size:13px}.mec-single-event .mec-events-event-image{margin-bottom:0}.mec-single-event h2.mec-single-event-title{margin-bottom:30px;font-weight:700;font-size:33px}.mec-single-event .mec-booking-button{border-bottom:none;letter-spacing:.5px;line-height:48px;height:76px;transition:all .5s ease;color:#fff;padding:16px;display:block;text-align:center;font-size:16px}.mec-single-event .mec-booking-button:hover{background-color:#101010!important}.mec-single-event .mec-event-tags a{display:inline-block;color:#444;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;padding:3px 7px;border:1px solid #ddd;border-radius:2px;background:#fff;margin:1px 3px}.mec-single-event .mec-event-tags:before{font-size:24px;color:#303030;margin-right:5px;content:"\f02c";font-family:fontawesome}.mec-single-event .mec-event-tags{padding-top:13px}.mec-single-event .mec-event-sharing{margin:30px 0 10px}.mec-region.mec-events-abbr,.mec-single-event .mec-street-address{font-style:normal;font-size:13px}.mec-events-meta-group.mec-events-meta-group-venue:before,.mec-single-event-date:before,.mec-single-event-time:before{color:#40d9f1}.mec-single-event .mec-event-social{text-align:center}.mec-single-event .mec-event-social h3{text-transform:uppercase;font-size:15px;font-weight:700;padding-bottom:5px;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative}.mec-single-event .mec-social-single:before{padding:13px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:39px}.mec-single-event .mec-event-social .event-sharing{margin-top:30px}.mec-single-event .mec-event-social ul{list-style:none;margin-left:0}.mec-single-event .mec-event-social li.mec-event-social-icon{display:inline-block}.mec-single-event .mec-event-social li.mec-event-social-icon a{display:inline-block;color:#fff;width:40px;height:40px;padding:9px;font-size:16px;margin-right:5px}.mec-single-event .mec-event-social a.facebook{background:#3b5996}.mec-single-event .mec-event-social a.facebook:hover{background:#28385c}.mec-single-event .mec-event-social a.twitter{background:#00acee}.mec-single-event .mec-event-social a.twitter:hover{background:#0087bd}.mec-single-event .mec-event-social a.vimeo{background:#0dadd6}.mec-single-event .mec-event-social a.vimeo:hover{background:#0a85a3}.mec-single-event .mec-event-social a.dribble{background:#d53e68}.mec-single-event .mec-event-social a.dribble:hover{background:#bf4c78}.mec-single-event .mec-event-social a.youtube{background:#cb322c}.mec-single-event .mec-event-social a.youtube:hover{background:#992622}.mec-single-event .mec-event-social a.pinterest{background:#cb2027}.mec-single-event .mec-event-social a.pinterest:hover{background:#99181d}.mec-single-event .mec-event-social a.google{background:#c3391c}.mec-single-event .mec-event-social a.google:hover{background:#99181f}.mec-single-event .mec-event-social a.linkedin{background:#0073b2}.mec-single-event .mec-event-social a.linkedin:hover{background:#005380}.mec-single-event .mec-event-social a.email{background:#ff5d5e}.mec-single-event .mec-event-social a.email:hover{background:#cc4949}.mec-single-event .mec-event-social a.vk{background:#5b88bd}.mec-single-event .mec-event-social a.vk:hover{background:#3d608a}.mec-single-event .mec-event-social a.rss{background:#f29a1d}.mec-single-event .mec-event-social a.rss:hover{background:#cc7400}.mec-single-event .mec-event-social a.instagram{background:#457399}.mec-single-event .mec-event-social a.instagram:hover{background:#2e4d66}.mec-single-event .mec-event-social a.other-social{background:#ff5d5e}.mec-single-event .mec-event-social a.other-social:hover{background:#cc4949}.mec-single-event .mec-event-social{text-align:center}.mec-single-event .mec-events-meta-group-booking form>h4,.mec-single-event .mec-frontbox-title{text-transform:uppercase;font-size:15px;font-weight:700;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative;text-align:center}.mec-single-event .mec-events-meta-group-booking form>h4:before,.mec-single-event .mec-frontbox-title:before{padding:1px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-35px;left:50%}.mec-event-meta i:before{font-size:20px;vertical-align:middle}.mec-event-meta .mec-single-event-additional-organizers i:before,.mec-event-meta .mec-single-event-organizer i:before{font-size:14px;vertical-align:baseline}#mec-wrap .mec-events-day-time-slot .mec-events-content{float:left;width:33%;padding:0 15px}#mec-wrap .mec-events-day-time-slot .mec-events-event-image{padding-left:0}#mec-events-content .mec-events-abbr{color:#8d8d8d;font-size:14px}.mec-single-event .mec-events-content{margin-bottom:30px}.mec-single-event .mec-organizer-url a{word-wrap:break-word}.mec-single-event #headline{margin:0 0 10px}.mec-single-event #headline h2{padding:0}.mec-single-event .mec-events-meta-group.mec-events-meta-group-gmap .mec-events-venue-map{margin-top:0;padding:8px;border:1px solid #e5e5e5;border-radius:7px}#mec-events-gmap-0{height:325px!important}.mec-events-list .mec-events-day-time-slot .mec-events-event-meta{width:33%;float:left;padding:40px;height:auto;margin:0}.mec-events-day-time-slot .mec-events-content.description.entry-summary{font-size:15px;font-weight:300;color:#8d8d8d}.mec-events-day-time-slot .type-mec_events h2{font-size:28px;padding-bottom:20px}.mec-events-day .mec-events-day-time-slot .type-mec_events{margin:0}.mec-events-day .mec-events-day-time-slot h5{background-color:#8d8d8d}.mec-single-event .mec-event-meta .mec-single-event-additional-organizers .mec-events-single-section-title,.mec-single-event .mec-event-meta .mec-single-event-organizer .mec-events-single-section-title,.mec-single-event .mec-events-meta-date h3{padding-left:0;margin:10px;display:inline-block}.mec-single-event .mec-events-meta-date h3{width:100%}.mec-single-event .mec-events-event-image{border:0}.mec-single-event .mec-events-venue-map{padding:0}.mec-event-cost,.mec-event-more-info,.mec-event-website,.mec-events-meta-date,.mec-single-event-additional-organizers,.mec-single-event-category,.mec-single-event-date,.mec-single-event-label,.mec-single-event-location,.mec-single-event-organizer,.mec-single-event-time{background:#f7f7f7;padding:12px 14px 8px;margin-bottom:12px;vertical-align:baseline;position:relative}.mec-single-event .mec-events-meta-date dd,.mec-single-event .mec-single-event-additional-organizers dd,.mec-single-event .mec-single-event-organizer dd{padding-left:0;margin-bottom:10px}.mec-single-event .mec-events-meta-date dd span,.mec-single-event .mec-single-event-additional-organizers dd span,.mec-single-event .mec-single-event-organizer dd span{display:block;padding-left:12px;color:#8d8d8d}.mec-single-event .mec-events-meta-date i,.mec-single-event .mec-single-event-additional-organizers i,.mec-single-event .mec-single-event-organizer i{margin-right:10px;margin-left:12px}.mec-events-meta-group.mec-events-meta-group-venue dl{margin-bottom:0}address.mec-events-address{line-height:19px;font-style:normal;font-size:13px}.mec-single-event .mec-event-content dt{margin-top:5px}.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer{margin-bottom:15px;padding-bottom:5px;border-bottom:1px solid #e4e4e4}.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer:last-child{margin-bottom:0;padding-bottom:0;border:none}.mec-event-schedule-content{border-left:4px solid #f0f0f0;padding-top:10px;margin-top:30px;margin-left:25px;margin-bottom:20px;color:#8a8a8a}.mec-event-schedule-content dl{padding-left:24px;font-size:12px;position:relative;margin-bottom:35px}.mec-event-schedule-content dl:before{content:'';display:block;position:absolute;left:0;top:4px;width:20px;height:0;border-top:4px solid #f0f0f0}.mec-event-schedule-content dl dt{margin:0 0 10px;line-height:1.16}.mec-event-schedule-content dl dt.mec-schedule-title{font-size:13px;color:#5a5a5a;font-weight:700}.mec-event-schedule-content dl dt.mec-schedule-description{font-weight:300}.mec-event-schedule-content .mec-schedule-speakers{background:#f7f7f7;padding:10px}.mec-wrap .mec-event-schedule-content h6{font-size:13px;color:#5a5a5a;font-weight:700;display:inline-block}.mec-wrap .mec-event-schedule-content a{font-weight:400;color:#5a5a5a;transition:all .1s ease}.mec-single-event .mec-speakers-details ul li{list-style:none;background:#f7f7f7;padding:5px 5px 18px 5px;margin-top:14px}.mec-single-event .mec-speakers-details ul li a{-webkit-transition:.2s all ease;transition:.2s all ease}.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a img{float:left;border-radius:50%;transition:.2s all ease;border:2px solid transparent;width:68px;height:68px}.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img{border-color:#40d9f1}.mec-single-event .mec-speakers-details ul li .mec-speaker-name{display:inline-block;margin-top:6px;font-size:14px;text-transform:capitalize;font-weight:700;padding-left:8px}.mec-single-event .mec-speakers-details ul li .mec-speaker-job-title{display:block;font-size:12px;margin-top:-1px;padding-left:75px}.mec-single-event-location img,.mec-single-event-organizer img{margin-bottom:10px;width:100%}.mec-qrcode-details{text-align:center}.mec-time-comment{font-size:11px}.mec-wrap .mec-attendees-list-details p{font-weight:300;margin:20px 0 0 0;color:#8d8d8d}.mec-wrap .mec-attendees-list-details li{list-style:none;display:block;margin-top:15px}.mec-wrap .mec-attendees-list-details li .mec-attendee-avatar{display:inline-block}.mec-wrap .mec-attendees-list-details li .mec-attendee-profile-link{display:inline-block;vertical-align:top;margin-left:10px}.mec-attendees-list-details ul{margin-bottom:0}.mec-attendees-list-details .mec-attendee-profile-link a{color:#8d8d8d}.mec-attendees-list-details .mec-attendee-profile-link span{display:block;color:#000}.mec-calendar{margin-bottom:20px;border:1px solid #e8e8e8;width:100%;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-calendar .mec-calendar-topsec{display:table;background:#fff}.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec{display:none}.mec-calendar .mec-calendar-side{width:590px;display:table-cell;padding:40px;position:relative;text-align:center;box-shadow:0 1px 5px 6px rgba(0,0,0,.005) inset}.mec-calendar .mec-calendar-events-side{display:table-cell;height:100%;border-left:1px solid #efefef;padding:40px;width:100%}.mec-calendar .mec-calendar-events-side .mec-table-side-day{width:46px;height:46px;margin:0 auto 20px;position:relative;text-align:center;line-height:46px;border:1px solid #40d9f1;border-radius:50%;font-size:12px;font-weight:600;padding:0}.mec-calendar .mec-calendar-events-side .mec-table-side-title{text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:3px;margin-bottom:14px}.mec-calendar .mec-calendar-header{position:relative;width:560px;margin-top:8px;margin-bottom:16px}.mec-calendar .mec-calendar-header h2{text-transform:uppercase;font-size:22px;font-weight:700;color:#333}.mec-calendar .mec-event-footer{width:auto;min-height:60px}.mec-calendar dl{display:table;margin:0;border:none;padding:0;table-layout:fixed}.mec-calendar dt{display:table-cell;transition:all .66s ease;color:#4d4d4d;background:#fff;border-radius:44px;font-size:14px;width:80px;height:80px;line-height:80px;text-align:center}.mec-calendar .mec-calendar-table .mec-no-event{display:none}.mec-calendar .mec-calendar-table-head dt{font-weight:700;text-transform:uppercase;font-size:15px}.mec-calendar .mec-calendar-row dt:hover{background:#f4f4f4}.mec-calendar .mec-table-nullday{color:#cacaca}.mec-calendar.mec-box-calendar .mec-table-nullday:last-child{border-right:1px solid #eaeaea}.mec-calendar .mec-next-month:hover,.mec-calendar .mec-prev-month:hover{background:#f4f4f4}.mec-calendar .mec-selected-day,.mec-calendar .mec-selected-day:hover{background:#40d9f1;color:#fff}.mec-calendar .mec-selected-day a{color:#fff}.mec-calendar .mec-has-event{position:relative}.mec-calendar .mec-calendar-row dt.mec-has-event:hover{background:#40d9f1}.mec-calendar .mec-has-event a{cursor:pointer;display:block;width:100%;height:100%;border-radius:50%;color:#4d4d4d;transition:all .25s ease;text-decoration:none;box-shadow:none}.mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a,.mec-calendar .mec-calendar-row dt.mec-has-event:hover a{color:#fff}.mec-calendar .mec-has-event:after{background-color:#40d9f1;border-radius:50%;display:block;content:'';width:8px;height:8px;bottom:14px;left:50%;margin:-4px 0 0 -4px;position:absolute;transition:all .25s ease}.mec-calendar .mec-calendar-row dt.mec-has-event:hover:after{background-color:#fff}.mec-calendar .mec-has-event.mec-selected-day:after{display:none}.mec-calendar .mec-event-article{text-align:left;margin-bottom:0;padding-bottom:25px;padding-top:26px;border-top:1px solid #efefef;transition:all .33s ease}.mec-calendar .mec-event-article:hover{background-color:#fafafa}.mec-calendar .mec-event-article .mec-event-time{font-size:11px;line-height:1.1;margin:0}.mec-calendar .mec-event-article .mec-event-title{font-size:13px;padding:0;margin:10px 0 8px;font-weight:700;text-transform:uppercase}.mec-calendar .mec-event-article .mec-event-title a{text-decoration:none;color:#494949;transition:color .3s ease}.mec-calendar .mec-event-article .mec-event-title a:hover{color:#40d9f1}.mec-calendar .mec-event-article .mec-event-image,.mec-calendar .mec-event-list-classic .mec-event-image img{width:65px;height:auto}.mec-calendar .mec-event-article .mec-event-image{float:left;margin-right:20px;width:65px;height:auto}.mec-calendar .mec-event-article .mec-event-detail{font-size:13px;line-height:1.3;font-family:Roboto,sans-serif;color:#9a9a9a;margin-bottom:0}.mec-calendar .mec-calendar-side .mec-next-month,.mec-calendar .mec-calendar-side .mec-previous-month{cursor:pointer;position:absolute;top:0;min-width:50px;height:50px;line-height:50px;text-align:center;background:#fff;color:#a9a9a9;font-size:12px;letter-spacing:1px;text-transform:uppercase;padding-left:10px;padding-right:10px;border:1px solid #efefef;border-top:none;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease}.mec-calendar .mec-calendar-side .mec-next-month i,.mec-calendar .mec-calendar-side .mec-previous-month i{font-size:12px;color:#40d9f1;cursor:pointer}.mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-calendar .mec-calendar-side .mec-previous-month:hover{background-color:#f9f9f9;color:#40d9f1}.mec-calendar .mec-calendar-side .mec-previous-month{left:0;border-bottom-right-radius:6px;border-left:none}.mec-calendar .mec-calendar-side .mec-next-month{right:0;border-bottom-left-radius:6px;border-right:none}@media only screen and (min-width:961px){.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-has-event:after{width:6px;height:6px;bottom:6px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-side{width:370px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-header{position:relative;width:350px;margin-top:30px;margin-bottom:20px;padding-top:20px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) dt{width:50px;height:50px;line-height:50px}.mec-wrap.mec-sm959 .mec-calendar.mec-event-calendar-classic dl dt{height:110px}}@media only screen and (max-width:1200px){.mec-calendar .mec-has-event:after{width:6px;height:6px;bottom:6px}.mec-calendar .mec-calendar-side{width:370px}.mec-calendar .mec-calendar-header{position:relative;width:350px;margin-top:30px}.mec-calendar dt{width:50px;height:50px;line-height:50px}}@media only screen and (max-width:767px){.mec-calendar .mec-calendar-header h2{font-size:18px}.mec-calendar .mec-calendar-topsec{width:100%}.mec-calendar .mec-calendar-side{width:100%;display:block;padding:30px}.mec-calendar .mec-calendar-header{width:auto}.mec-calendar .mec-calendar-events-side{width:100%;display:block;height:100%;border-left:none;border-top:1px solid #efefef;padding:20px}.mec-calendar dl{width:100%}.mec-calendar dt{width:14%;height:60px;line-height:60px;border-radius:50px}}@media only screen and (max-width:479px){.mec-calendar .mec-has-event:after{width:4px;height:4px}.mec-calendar .mec-calendar-header h2{font-size:16px;margin-top:33px}.mec-calendar dt{height:38px;line-height:38px}.mec-calendar .mec-event-list-classic .mec-event-detail,.mec-calendar .mec-event-list-classic .mec-event-title{font-size:12px}.mec-calendar .mec-event-list-classic .mec-event-time{font-size:10px}}.mec-box-calendar.mec-calendar .mec-has-event a,.mec-box-calendar.mec-calendar dt{border-radius:0}.mec-box-calendar.mec-calendar .mec-calendar-header{margin-top:2px;margin-bottom:30px}.mec-box-calendar.mec-calendar dt{border-bottom:1px solid #eaeaea;border-left:1px solid #eaeaea}.mec-box-calendar.mec-calendar dl dt:last-child{border-right:1px solid #eaeaea}.mec-box-calendar.mec-calendar .mec-calendar-table-head dt{border-top:1px solid #eaeaea;background-color:#f8f8f8}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt{background-color:#f4f4f4}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{border-radius:2px;top:40px;border:1px solid #eee;height:30px;line-height:30px;z-index:1}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:60px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:60px}.mec-box-calendar.mec-calendar .mec-calendar-side{box-shadow:none}.mec-box-calendar.mec-calendar .mec-calendar-events-side{border:none}.mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day{border-radius:2px}.mec-box-calendar.mec-calendar h4.mec-month-label{position:relative;width:560px;margin-top:2px;margin-bottom:30px;text-transform:uppercase;font-size:22px;font-weight:700;color:#333}.mec-widget .mec-box-calendar.mec-calendar h4.mec-month-label{width:100%;margin-top:8px;font-size:13px}@media only screen and (max-width:1200px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:42px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:42px}.mec-calendar .mec-calendar-header h2{font-size:17px;margin-top:7px}}@media only screen and (max-width:767px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{top:28px;font-size:10px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:30px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:30px}.mec-calendar .mec-calendar-header h2{font-size:15px}}@media only screen and (max-width:479px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{top:16px;font-size:0;padding:4px 0;text-align:center;min-width:33px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:10px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:10px}.mec-box-calendar.mec-calendar .mec-calendar-header h2{font-size:12px;margin-top:15px}.mec-box-calendar.mec-calendar .mec-event-image{margin-right:12px}}.mec-calendar.mec-event-calendar-classic,.mec-calendar.mec-event-calendar-classic .mec-calendar-side{border:none;padding:0;width:100%;height:100%;box-shadow:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-side{display:block}.mec-calendar.mec-event-calendar-classic .mec-calendar-header,.mec-calendar.mec-event-calendar-classic dl{width:100%}.mec-calendar.mec-event-calendar-classic dl dt{width:auto;height:136px;line-height:1.2;text-align:left;padding:5px 7px;position:relative}.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt{height:30px!important}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month{top:0}.mec-calendar.mec-event-calendar-classic .mec-has-event:after{bottom:auto;top:24px;left:7px;margin:0}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month{left:0}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month{right:0}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{text-align:left;background:#fafafa;border:1px solid #eaeaea;border-top:none;padding:10px 20px}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{display:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover{background-color:#fcfcfc}.mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover{color:#40d9f1;font-weight:700;background:#fafafa;border-bottom:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day,.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title{display:inline-block;margin:0;margin-bottom:15px;font-weight:700}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day{margin-left:4px}.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event a{color:#4d4d4d}.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event:not(.mec-selected-day):hover a{color:#fff}@media only screen and (max-width:1200px){.mec-calendar.mec-event-calendar-classic dl dt{height:100px}}@media only screen and (max-width:767px){.mec-calendar.mec-event-calendar-classic dl dt{height:40px}}@media only screen and (max-width:479px){.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{padding:10px}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-header h2{font-size:13px;margin-top:8px}}.mec-calendar .mec-event-article.mec-single-event-novel{padding:4px 8px;min-height:25px;margin:0 -4px;border-radius:3px}.mec-calendar .mec-event-article.mec-single-event-novel h4{margin:0;font-size:10px;line-height:18px}.mec-calendar.mec-event-container-novel dl dt{padding:3px}.mec-calendar.mec-event-calendar-classic .mec-calendar-novel-selected-day{display:inline-block;padding:4px;margin-left:1px}.mec-calendar.mec-event-calendar-classic .mec-selected-day .mec-calendar-novel-selected-day{color:#fff}.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-selected-day,.mec-calendar.mec-event-calendar-classic.mec-event-container-novel dt.mec-selected-day:hover{border-bottom:1px solid #eaeaea}.mec-single-event-novel.light h4{color:#000!important}.mec-single-event-novel.dark h4{color:#fff!important}@media only screen and (max-width:768px){.mec-calendar .mec-event-article.mec-single-event-novel{padding:0;min-height:5px}.mec-calendar .mec-event-article.mec-single-event-novel h4{display:none}}.mec-event-container-simple .event-single-content-simple{display:none}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:16px;margin:0}.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple{border-bottom:1px solid #e2e2e2;padding:14px 0;display:block}.mec-wrap.colorskin-custom .mec-calendar.mec-event-container-simple .mec-selected-day:hover{background:#f4f4f4}.mec-event-container-simple .mec-calendar-day .mec-monthly-tooltip.event-single-link-simple:last-of-type{border:none}.mec-tooltip-event-title{font-size:16px;font-weight:700;color:#000;margin-bottom:2px}.mec-tooltip-event-time{font-size:14px;color:#888;margin-bottom:5px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{padding:17px}.mec-tooltip-event-content{clear:both}.mec-tooltip-event-featured{float:left;margin-right:13px;margin-bottom:1px}.mec-tooltip-event-desc{font-size:14px;color:#444;line-height:18px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border-radius:3px!important;border:1px solid #e2e3e4!important;background:#fff!important;box-shadow:0 -1px 30px -2px rgba(0,0,0,.15)!important}.tooltipster-sidetip .tooltipster-arrow{overflow:visible!important}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border-width:12px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#e2e3e4!important}.tooltipster-sidetip .tooltipster-arrow-border{left:-12px!important;z-index:9999999999!important}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:block!important}.tooltipster-sidetip .tooltipster-arrow-background{border-width:11px!important;z-index:99999999999!important}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{left:-9px!important;top:1px!important;border-right-color:#fff!important}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff!important;left:0!important;top:-1px!important}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{left:-1px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#e2e3e4!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{left:-1px!important;top:-11px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#e2e3e4!important}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{top:-9px!important;border-bottom-color:#fff!important}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff!important;left:-2px!important;top:0!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#e2e3e4!important;left:-1px!important;top:-1px!important}.mec-calendar.mec-calendar-daily .mec-calendar-day-events .mec-event-article{padding-left:15px;padding-right:15px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month{text-align:center;background-color:#fff;border-bottom:2px solid #f4f4f4;position:relative}.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{color:#444;font-size:18px;line-height:1.2;padding:15px 0 11px;margin:0;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #e6e6e6}.mec-calendar.mec-calendar-daily .mec-calendar-d-top{text-align:center;padding:10px 0;position:relative;background-color:#fafafa}.mec-calendar.mec-calendar-daily .mec-next-month,.mec-calendar.mec-calendar-daily .mec-previous-month{position:absolute;top:50%;left:50%;margin-top:-25px;min-width:50px;height:50px;line-height:50px;text-align:center;background:#fff;border:1px solid #e2e2e2;border-radius:50px;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-next-month i,.mec-calendar.mec-calendar-daily .mec-previous-month i{font-size:14px;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-next-month:hover,.mec-calendar.mec-calendar-daily .mec-previous-month:hover{border-color:#d0d0d0;color:#444;box-shadow:0 2px 5px 0 rgba(0,0,0,.075)}.mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-150px}.mec-calendar.mec-calendar-daily .mec-next-month{margin-left:100px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month{min-height:28px;height:28px;line-height:28px;width:28px;margin-top:-14px;border-radius:3px}.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2,.mec-calendar.mec-calendar-daily .mec-calendar-d-top h3{margin-top:9px;color:#b9b9b9;font-family:Roboto,sans-serif;font-size:30px;font-weight:100;text-transform:uppercase;margin-bottom:12px;line-height:1}.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2{font-size:81px;color:#444;margin-bottom:10px;line-height:1.1}.mec-calendar.mec-calendar-daily .mec-calendar-d-table{overflow:hidden;background:#fff;min-height:60px;border-top:1px solid #e6e6e6;border-bottom:2px solid #f3f3f3;padding:0 50px;position:relative}@media only screen and (min-width:479px){.mec-calendar.mec-calendar-daily .mec-calendar-d-table{padding:0 55px}}.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl{width:1310px;display:block}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl{display:none}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl.mec-weekly-view-week-active{display:block}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt{display:block;background:#fff;width:42px;height:60px;line-height:60px;text-align:center;float:left;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;border-radius:0}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day:hover,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt:hover{background:#fafafa;box-shadow:0 2px 5px 0 rgba(0,0,0,.065) inset;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day{cursor:default;background:#fff;color:#c1c1c1;line-height:59px;text-align:center;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event{cursor:pointer;font-weight:700;color:#4a4a4a}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt.mec-table-d-current{font-size:18px;font-weight:700;background:#fafafa;color:#40d9f1}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev{float:none;font-size:14px;width:55px;position:absolute;top:0;left:0;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next{left:auto;right:0;border-left:1px solid #e6e6e6;border-right:none}.mec-calendar.mec-calendar-daily .mec-today-container .mec-today-count{font-size:12px;color:#888;text-align:center}@media only screen and (max-width:479px){.mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-130px}.mec-calendar.mec-calendar-daily .mec-next-month{margin-left:80px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{font-size:14px;letter-spacing:0}}.widget .mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{font-size:14px;letter-spacing:0}.widget .mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-130px}.widget .mec-calendar.mec-calendar-daily .mec-next-month{margin-left:80px}.mec-util-hidden{display:none}.mec-daily-view-date-events,.mec-weekly-view-date-events{list-style:none;margin:0}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table{padding:0}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl{width:calc(100% - 1px)}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt{width:14.286%;height:70px;line-height:normal;cursor:default}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover{background:#fff;cursor:default}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:last-child{border-right:none}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:12px;font-weight:700;text-transform:uppercase;display:block;margin:15px 0 6px}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-next,.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-prev{display:none}ul.mec-weekly-view-dates-events,ul.mec-weekly-view-dates-events li{padding:0;margin:0;line-height:initial}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:64px;height:64px;margin-right:10px;font-size:11px;text-transform:uppercase;float:left;text-align:center;padding-top:2px}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:40px;line-height:30px;font-weight:700;display:block;margin-bottom:6px;letter-spacing:1px}.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-previous-month{margin-left:0;left:12px}.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-next-month{margin-left:0;left:auto;right:12px}@media only screen and (max-width:479px){.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:9px;letter-spacing:0}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:100%;height:36px;margin-bottom:12px;line-height:1;font-size:10px;margin-right:5px;text-align:left}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:18px;margin-bottom:5px}}.widget .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:9px;letter-spacing:0}.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:100%;height:36px;margin-bottom:12px;line-height:1;font-size:10px;margin-right:5px;text-align:left}.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:18px;margin-bottom:5px}.mec-week-events-container .mec-weekly-view-dates-events li.mec-no-event-found{list-style:none!important}li.mec-no-event-found .mec-event-title{text-align:center}.mec-widget .mec-calendar{max-width:100%}.mec-widget .mec-calendar dl dt,.mec-wrap.mec-sm959.mec-widget .mec-calendar.mec-event-calendar-classic dl dt{height:40px}.mec-widget .mec-calendar .mec-calendar-events-sec{padding:10px}.mec-widget .mec-calendar .mec-calendar-header h2{font-size:13px;margin-top:8px}.mec-widget .mec-calendar .mec-event-list-classic .mec-event-image{margin-right:12px}.mec-widget .mec-calendar .mec-has-event:after{width:4px;height:4px}.mec-widget .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title{font-size:14px}.mec-widget .mec-calendar .mec-event-article .mec-event-image{margin-right:11px}.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-header{margin-bottom:20px}.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{font-size:0;padding:4px 0;text-align:center;min-width:33px}.mec-widget .mec-event-calendar-classic .mec-calendar-side .mec-calendar-table{min-height:200px}.mec-widget .mec-event-list-classic{margin-bottom:8px;padding:8px 0}.mec-widget .mec-event-list-classic .mec-event-article{margin-bottom:0;padding:10px 0;position:relative;min-height:86px;padding-left:80px}.mec-widget .mec-event-list-classic .mec-event-date{font-size:10px;line-height:14px;text-transform:uppercase}.mec-widget .mec-event-list-classic .mec-event-title{font-size:13px}.mec-widget .mec-event-list-classic .mec-event-detail{font-size:11px}.mec-widget .mec-event-list-classic .mec-event-image{width:68px;position:absolute;left:0}.mec-event-list-classic .mec-event-image img{width:100%}.mec-widget .mec-event-list-classic .mec-event-detail{overflow:visible}.event-color{width:14px;display:inline-block;height:14px;margin-left:5px;border-radius:50%}.mec-map-lightbox-wp{width:580px;padding:15px 15px 0;background-color:#fff}.mec-map-view-event-detail.mec-event-detail{width:580px;background-color:#e9e9e9;padding:8px 15px}.mec-map-lightbox-wp.mec-event-list-classic .mec-event-article{padding:0 0 15px;margin:0}.mec-map-lightbox-wp.mec-event-list-classic .mec-event-image{width:70px;margin-right:15px}.mec-marker-infowindow-wp{padding:10px}.mec-marker-infowindow-wp .mec-marker-infowindow-count{width:60px;height:60px;display:block;text-align:center;line-height:60px;border:1px solid #40d9f1;border-radius:50%;font-size:32px;color:#40d9f1;float:left;margin-right:11px}.mec-marker-infowindow-wp .mec-marker-infowindow-content{overflow:hidden;padding-top:6px}.mec-marker-infowindow-wp .mec-marker-infowindow-content span{display:block;color:#222}.mec-marker-infowindow-wp .mec-marker-infowindow-content span:first-child{font-size:15px;font-weight:700}.mec-marker-wrap{display:inline-block;width:35px;height:35px;margin:15px 0 0 4px;border-radius:50% 50% 50% 0;background:#00cae9;animation-name:mec-map-bounce;animation-fill-mode:both;animation-duration:1s;border:3px solid #fff;cursor:pointer}.mec-marker-wrap .mec-marker{margin-top:5px;display:block;-webkit-transform:rotate(45deg);transform:rotate(45deg);text-align:center;color:#fff;font-size:17px}.mec-marker-wrap .mec-marker-pulse-wrap{-webkit-transform:rotate(45deg);transform:rotate(45deg);display:inline-block;margin-left:-11px;margin-top:0}.mec-marker-wrap .mec-marker-pulse{display:inline-block;background:#c5c5c5;border-radius:50%;height:14px;width:14px;-webkit-transform:rotateX(55deg);transform:rotateX(55deg);z-index:-2}.mec-marker-wrap .mec-marker-pulse:after{content:"";border-radius:50%;height:40px;width:40px;position:absolute;margin:-13px 0 0 -13px;animation:pulsate 1s ease-out;animation-iteration-count:infinite;opacity:0;box-shadow:0 0 1px 2px #00cae9;animation-delay:1.1s}@keyframes pulsate{0%{transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2,1.2);opacity:0}}@keyframes mec-map-bounce{0%{opacity:0;transform:translateY(-2000px) rotate(-45deg)}60%{opacity:1;transform:translateY(30px) rotate(-45deg)}80%{transform:translateY(-10px) rotate(-45deg)}100%{transform:translateY(0) rotate(-45deg)}}.mec-single-event{margin-top:10px}.mec-single-event .mec-events-meta-group-countdown{color:#c9c9c9;text-align:center;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-events-meta-group-countdown .countdown-w{text-align:center;font-size:36px;margin:0 auto;padding:40px 0 0;position:relative;display:table;table-layout:fixed}.mec-events-meta-group-countdown .countdown-w .icon-w{font-size:24px}.mec-events-meta-group-countdown .countdown-w .label-w{font-size:15px;font-weight:300;letter-spacing:1px;text-transform:uppercase;position:relative}.mec-events-meta-group-countdown .countdown-w .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px;width:190px;font-size:72px;transition:all .3s ease-in-out;line-height:1.2}.mec-events-meta-group-countdown .countdown-w .block-w.done-w{border:0 none}.mec-events-meta-group-countdown .countdown-w span{padding:24px 0 20px}.mec-events-meta-group-countdown .countdown-w .div-d{display:none}.mec-events-meta-group-countdown .countdown-w .countdown-message{display:none}.mec-events-meta-group-countdown .countdown-w .block-w i{display:none}#countdown{list-style:none;margin-bottom:0;margin-top:0;margin-left:0;padding-left:0}.mec-events-meta-group-countdown .mec-end-counts h3{display:inherit;text-align:center;font-size:16px;right:50%}.mec-countdown-details .countdown-w .clockdiv li p{margin-top:23px}@media (min-width:481px) and (max-width:768px){.mec-events-meta-group-countdown .countdown-w{padding:0}.mec-events-meta-group-countdown .countdown-w .label-w{font-size:12px;letter-spacing:0}.mec-events-meta-group-countdown .countdown-w span{font-size:34px}}@media (min-width:320px) and (max-width:480px){.mec-events-meta-group-countdown .countdown-w .label-w{font-size:10px}.mec-events-meta-group-countdown .countdown-w span{font-size:28px}.mec-countdown-details .countdown-w .clockdiv li p{margin-top:16px}}@media (max-width:320px){.mec-events-meta-group-countdown .countdown-w .label-w{font-size:9px;letter-spacing:0}.mec-events-meta-group-countdown .countdown-w span{font-size:22px}}.info-msg,.mec-error,.mec-success,.warning-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px}.info-msg{color:#059;background-color:#bef}.mec-success{color:#270;background-color:#dff2bf}.warning-msg{color:#9f6000;background-color:#feefb3}.mec-error{color:#d8000c;background-color:#ffbaba}.mec-fes-list ul{list-style:none}.mec-fes-form-cntt .dashicons-editor-help{display:none}.mec-fes-list ul li *{text-decoration:none!important}.mec-fes-list ul li{border-bottom:1px solid #eee;padding:14px 0;line-height:normal}.mec-fes-list ul li a{box-shadow:none;color:#181818}.mec-fes-list ul li a:hover{color:#40d9f1}.mec-fes-list ul li .mec-event-title{font-weight:600;font-size:15px}.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view{font-size:11px;padding:4px 8px;border:1px solid #e7e7e7;background:#f7f7f7;float:right;margin-left:5px}.mec-fes-list ul li .mec-fes-event-remove:hover{cursor:pointer;background:#f0b7b8;border-color:#cc4d4f}.mec-fes-list-top-actions a{font-size:11px;letter-spacing:2px;text-transform:uppercase;padding:8px 14px;border:1px solid #e3e3e3;background:#f5f5f5}.mec-fes-form-top-actions a,.mec-fes-list-top-actions a{position:relative;border:none;border-radius:0;color:#fff!important;display:inline-block;font-size:12px;letter-spacing:2px;line-height:1;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:17px 21px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease}.mec-fes-form-top-actions a:hover,.mec-fes-list-top-actions a:hover{background:#222;color:#fff}.mec-fes-form .mec-form-row,.mec-fes-list .mec-form-row{margin-bottom:20px;clear:both}.mec-fes-form label{padding-right:10px;font-size:13px;display:block}.mec-fes-form input[type=email],.mec-fes-form input[type=number],.mec-fes-form input[type=password],.mec-fes-form input[type=tel],.mec-fes-form input[type=text],.mec-fes-form select,.mec-fes-form textarea{border-radius:0;min-width:inherit;width:auto;display:inline;background:#fcfcfc;min-height:30px;font-size:13px;border:1px solid #e0e0e0;padding:10px;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}#mec_more_info_target{width:100%}@media only screen and (min-width:961px){.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=text],.mec-fes-form textarea{width:100%;display:inline-block}}@media only screen and (max-width:768px){.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=text],.mec-fes-form textarea{width:100%}}.mec-fes-form input[type=text]#mec_fes_title{width:100%;height:auto;color:#000;font-size:36px;font-family:Montserrat,Helvetica,Arial,sans-serif;background:0 0!important;font-weight:400}.mec-fes-form input[type=checkbox],.mec-fes-form input[type=radio]{display:inline!important;float:left;margin:5px 5px 0 0}.mec-fes-form input[type=email]:focus,.mec-fes-form input[type=number]:focus,.mec-fes-form input[type=password]:focus,.mec-fes-form input[type=tel]:focus,.mec-fes-form input[type=text]:focus,.mec-fes-form select:focus,.mec-fes-form textarea:focus{border:1px solid #aaa;color:#444;background:#fff;-moz-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);outline:0}.mec-form-row .mec-color{cursor:pointer}.mec-form-row.mec-available-color-row span{margin:10px;width:14px;height:14px;display:inline-block;margin-right:6px;border-radius:20px 20px 20px 20px;vertical-align:middle}.mec-form-row.mec-available-color-row span:first-of-type{margin-left:0}@media only screen and (min-width:961px){.mec-fes-form .mec-fes-form-cntt,.mec-fes-form .mec-fes-form-sdbr{width:68%;float:left;padding-right:20px}.mec-fes-form .mec-fes-form-sdbr{width:32%;padding-right:0;padding-left:20px}.mec-fes-submit-mobile{display:none}}.mec-fes-form .mec-meta-box-fields{padding:20px;border:1px solid #e6e6e6;margin-bottom:20px;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-fes-form .mec-meta-box-fields h4{margin:-20px;font-size:15px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:10px 20px;background:#f5f5f5;margin-bottom:20px}.mec-fes-sub-button{width:100%}.mec-available-color-row span.color-selected{background-color:#fdd700;border:3px solid #fff;box-sizing:content-box;box-shadow:0 0 0 2px #437df9}.mec-fes-loading:before{content:url(../img/ajax-loader.gif);background:0 0;border-style:none;display:block;margin-left:47%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text]{width:23%;margin-right:1.4%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row{border-bottom:1px solid #e8e8e8;padding-bottom:15px}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row:last-of-type{border:none}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-1{width:10%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-6{width:39%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button{margin-right:0;padding:9px 26px}@media only screen and (max-width:768px){.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text]{width:100%!important}}.mec-wrap .mec-totalcal-box{position:relative;border:1px solid #efefef;padding:20px 5px;margin:0 0 20px;background:#fafafa;overflow:hidden;box-shadow:0 3px 2px 0 rgba(0,0,0,.012)}.mec-wrap .mec-totalcal-box i{float:left;margin:0;width:36px;height:36px;background:#fff;border:1px solid #efefef;text-align:center;padding:10px 0;font-size:15px;color:#888}.mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-wrap .mec-totalcal-box input,.mec-wrap .mec-totalcal-box select{width:auto;min-height:36px;height:36px;line-height:36px;background:#fff;font-size:13px;color:#777;border:1px solid #efefef;margin:0 0 0 -1px;float:left;padding:0 5px;font-family:Roboto,Helvetica,Arial,sans-serif}.mec-wrap .mec-totalcal-box input[type=submit]{cursor:pointer;padding:0 16px;text-transform:uppercase;font-size:11px;font-family:Montserrat,Helvetica,Arial,sans-serif;transition:all .21s ease}.mec-wrap .mec-totalcal-box input[type=submit]:hover{background:#222;color:#fff}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{display:inline-block;text-transform:uppercase;font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:11px;padding:0 12px;cursor:pointer}.mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover{color:#40d9f1}.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected{color:#fff;background:#40d9f1;border-color:#40d9f1}.mec-wrap .mec-totalcal-box .mec-totalcal-view{text-align:right;float:right}.mec-wrap .mec-totalcal-box input[type=search]{width:calc(100% - 36px)}@media only screen and (min-width:961px) and (max-width:1200px){.mec-wrap .mec-totalcal-box{padding:37px 5px}}@media only screen and (max-width:960px){.mec-wrap .mec-totalcal-box .col-md-3,.mec-wrap .mec-totalcal-box .col-md-4,.mec-wrap .mec-totalcal-box .col-md-5{width:100%;float:none;padding-bottom:20px;clear:both;overflow:hidden}}@media only screen and (min-width:768px) and (max-width:960px){.mec-wrap .mec-totalcal-box .col-md-4{position:relative;right:10px;top:20px;width:initial}.mec-wrap .mec-totalcal-box .col-md-5{padding-bottom:0}.mec-wrap .mec-totalcal-box{padding:37px 5px}}@media only screen and (max-width:767px){.mec-wrap .mec-totalcal-box .mec-totalcal-view{float:none}.mec-wrap .mec-totalcal-box .col-md-4{padding-bottom:0}}@media only screen and (max-width:479px){.mec-wrap .mec-totalcal-box .mec-totalcal-view span{padding:0 8px;font-size:10px}.mec-wrap .mec-totalcal-box input[type=submit]{padding:0 10px;font-size:10px}}@media only screen and (min-width:961px){.mec-wrap .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5,.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-3{width:100%;float:none;padding-bottom:20px;clear:both;overflow:hidden}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-4{position:absolute;right:10px;top:20px;width:initial}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5{padding-bottom:0;width:100%}}.mec-search-form{padding:20px 10px}.mec-search-form .mec-dropdown-wrap{display:table;min-height:55px;width:100%}.mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-input-search{padding:0 10px;float:left;min-height:55px}.mec-search-form .mec-date-search,.mec-search-form .mec-text-input-search{width:50%;min-height:36px;display:block}.mec-widget .mec-search-form .mec-date-search,.mec-widget .mec-search-form .mec-text-input-search{width:100%}.mec-widget .mec-search-form .mec-text-input-search{margin-top:10px}.mec-search-form .mec-date-search{clear:left}.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:table-cell;float:none}.mec-widget .mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block}.mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select{width:calc(100% - 36px)}.mec-wrap .mec-search-form .mec-date-search select{width:calc(100% - 106px)}.mec-wrap .mec-search-form .mec-date-search select:last-child{width:70px}@media only screen and (max-width:767px){.mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-input-search{width:100%;float:none}.mec-search-form .mec-date-search{min-height:55px}.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block;width:50%;float:left}}@media only screen and (max-width:960px){.mec-wrap .mec-search-form .mec-date-search select{width:calc(100% - 124px)}.mec-wrap .mec-search-form .mec-date-search select:last-child{width:70px}}@media only screen and (max-width:479px){.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block;width:100%;float:none}}.ui-datepicker{background-color:#fff;border:1px solid #66afe9;border-radius:4px;box-shadow:0 0 8px rgba(102,175,233,.6);display:none;margin-top:4px;padding:10px;width:240px}.ui-datepicker a,.ui-datepicker a:hover{text-decoration:none;cursor:pointer}.ui-datepicker a:hover,.ui-datepicker td:hover a{color:#2c6396;-webkit-transition:color .1s ease-in-out;-moz-transition:color .1s ease-in-out;-o-transition:color .1s ease-in-out;transition:color .1s ease-in-out}.ui-datepicker .ui-datepicker-header{margin-bottom:4px;text-align:center}.ui-datepicker .ui-datepicker-title{font-weight:700}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{cursor:default;font-family:dashicons;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;height:20px;line-height:1.4;margin-top:2px;width:20px}.ui-datepicker .ui-datepicker-prev{float:left;text-align:left}.ui-datepicker .ui-datepicker-next{float:right;text-align:center}.ui-datepicker .ui-datepicker-prev:before{content:"\f341"}.ui-datepicker .ui-datepicker-next:before{content:"\f345"}.ui-datepicker .ui-icon{display:none}.ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%}.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker .ui-datepicker-calendar th{text-align:center;padding:4px 0}.ui-datepicker .ui-datepicker-calendar td{border-radius:4px;-webkit-transition:background-color .1s ease-in-out,color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out,color .1s ease-in-out;-o-transition:background-color .1s ease-in-out,color .1s ease-in-out;transition:background-color .1s ease-in-out,color .1s ease-in-out}.ui-datepicker .ui-datepicker-calendar td:hover{background-color:#eee;cursor:pointer}.ui-datepicker .ui-datepicker-calendar td a{text-decoration:none}.ui-datepicker .ui-datepicker-current-day{background-color:#4289cc}.ui-datepicker .ui-datepicker-current-day a{color:#fff}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover{background-color:#fff;cursor:default}.event-carousel-type1-head .mec-event-image{position:relative;min-height:150px}.event-carousel-type1-head .mec-event-image img{width:100%}.mec-event-carousel-content .mec-event-carousel-title a{transition:all .2s ease}.event-carousel-type1-head .mec-event-date-carousel{position:absolute;top:25px;left:1px;font-size:41px;width:160px;color:#fff;font-weight:500;background-color:#40d9f1;padding-left:21px;height:97px;line-height:2.3;padding-right:85px}.event-carousel-type1-head .mec-event-date-carousel:after{content:"";position:absolute;display:inline-block;z-index:-1;bottom:-13px;left:5px;width:0;border-width:13px;border-style:solid;border-color:transparent transparent #40d9f1 transparent;transform:rotate(45deg)}.event-carousel-type1-head .mec-event-date-info{font-size:12px;font-weight:300;position:absolute;top:27px;left:75px}.event-carousel-type1-head .mec-event-date-info-year{font-size:12px;font-weight:300;position:absolute;top:45px;left:75px}.mec-event-carousel-content{border:1px solid #e8e8e8;border-top:none;margin-top:-5px;padding:34px 9px 11px 37px}.mec-event-carousel-content .mec-event-carousel-title a{font-size:23px;font-weight:500;color:#000;letter-spacing:-1px}.mec-event-carousel-content p{font-size:14px;color:#7a7272;font-weight:300}.mec-owl-crousel-skin-type1 .owl-item .mec-event-article{padding:0 19px}.mec-event-carousel-type1 .owl-page.active span{background-color:#00aeef;height:14px;width:14px}.mec-event-carousel-type1 .mec-event-carousel-content{margin-bottom:15px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:all .27s ease}.mec-event-carousel-type1 .mec-event-carousel-content:hover{box-shadow:0 0 35px rgba(0,0,0,.07)}@media only screen and (min-width:768px) and (max-width:1000px),(min-width:270px) and (max-width:448px){.event-carousel-type1-head .mec-event-date-carousel{font-size:25px;line-height:2.5;padding-right:70px;height:64px;width:120px}.event-carousel-type1-head .mec-event-date-carousel:after{left:7px}.event-carousel-type1-head .mec-event-date-info{font-size:10px;top:13px;left:55px}.event-carousel-type1-head .mec-event-date-info-year{font-size:10px;top:25px;left:55px}.event-carousel-type1-head .mec-event-date-carousel:after{top:48px}}.event-carousel-type2-head{background:#fff;border:1px solid #e6e6e6}.event-carousel-type2-head .mec-event-carousel-content-type2{margin-top:15px;min-height:182px}.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-date-info{font-size:15px;color:#9a9a9a;font-weight:300}.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-carousel-title{font-size:26px;font-weight:700;color:#1c1d21;margin-top:15px;letter-spacing:-1px}.mec-event-carousel-content-type2 .mec-event-carousel-title a{color:inherit}.mec-event-carousel-type2 .event-carousel-type2-head .mec-event-carousel-content-type2 p{font-size:16px;font-weight:300;color:#444}.event-carousel-type2-head .mec-event-footer-carousel-type2{margin-top:33px;position:relative}.mec-event-carousel-type2 .mec-event-footer-carousel-type2 .mec-event-sharing-wrap{left:0}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-event-sharing-wrap>li{border:none;-webkit-transition:all .25s ease;transition:all .25s ease}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button{border:1px solid #e4e4e4;float:right;padding:7px 23px 7px;font-size:12px;text-transform:uppercase;color:#707070;font-weight:500;-webkit-transition:all .25s ease;transition:all .25s ease}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button:hover{color:#fff}.mec-event-article .event-carousel-type2-head{padding:10%;margin-right:-1px}.mec-event-carousel-type2 .mec-owl-carousel .owl-wrapper-outer{border-right:1px solid #e6e6e6}.mec-wrap .mec-event-carousel-type2 .owl-next,.mec-wrap .mec-event-carousel-type2 .owl-prev,.mec-wrap .mec-event-carousel-type3 .owl-next,.mec-wrap .mec-event-carousel-type3 .owl-prev,.mec-wrap .mec-event-carousel-type4 .owl-next,.mec-wrap .mec-event-carousel-type4 .owl-prev{transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:47%;background-color:transparent!important}.mec-event-carousel-type2 .owl-next{right:-60px}.mec-event-carousel-type2 .owl-prev{left:-60px}.mec-event-carousel-type2 .owl-next i,.mec-event-carousel-type2 .owl-prev i,.mec-event-carousel-type3 .owl-next i,.mec-event-carousel-type3 .owl-prev i,.mec-event-carousel-type4 .owl-next i,.mec-event-carousel-type4 .owl-prev i{font-size:40px;color:#282828}.mec-event-carousel-type2 .owl-next i:hover,.mec-event-carousel-type2 .owl-prev i:hover,.mec-event-carousel-type3 .owl-next i:hover,.mec-event-carousel-type3 .owl-prev i:hover{color:#000;cursor:pointer}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing{top:auto;bottom:60px}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-19px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after{bottom:-18px;border-color:#fff transparent transparent transparent}@media only screen and (min-width:320px) and (max-width:768px){.mec-event-carousel-type2 .owl-next,.mec-event-carousel-type2 .owl-prev,.mec-event-carousel-type3 .owl-next,.mec-event-carousel-type3 .owl-prev,.mec-event-carousel-type4 .owl-next,.mec-event-carousel-type4 .owl-prev{position:initial;top:100%}}.mec-event-carousel-type3 .mec-event-article{margin:0 10px}.event-carousel-type3-head .mec-event-image,.event-carousel-type3-head .mec-event-image img{width:100%;height:auto}.event-carousel-type3-head .mec-event-footer-carousel-type3{background:#fff;display:inline-block;width:calc(100% - 40px);margin-top:-74px;position:relative;margin-left:20px;margin-right:20px;margin-bottom:6px;padding:8% 11%;box-shadow:0 2px 10px -2px rgba(0,0,0,.2)}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button{border:1px solid #e4e4e4;text-transform:uppercase;float:right;padding:7px 23px 7px;font-size:12px;color:#707070;font-weight:500}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button:hover{color:#fff}.mec-event-footer-carousel-type3 span{font-size:15px;color:#9a9a9a;font-weight:300;display:block;margin-top:30px}.mec-event-footer-carousel-type3 .mec-event-carousel-title{font-size:29px;font-weight:700}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-event-carousel-title{font-size:26px;font-weight:700;color:#1c1d21;margin-top:15px;letter-spacing:-1px}.mec-event-footer-carousel-type3 .mec-event-carousel-title a{color:inherit}.event-carousel-type3-head .mec-event-footer-carousel-type3 p{font-size:16px;font-weight:300;color:#444!important;margin-bottom:36px}.mec-event-carousel-type3 .owl-next{right:-70px}.mec-event-carousel-type3 .owl-prev{left:-50px}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap{left:11%}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing{top:auto;bottom:60px}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-19px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after{bottom:-18px;border-color:#fff transparent transparent transparent}.event-carousel-type3-head .mec-end-date-label{display:inline;margin-left:2px}.event-carousel-type4-head.clearfix{position:relative;overflow:hidden;background:#fff}.event-carousel-type4-head .mec-event-overlay{position:absolute;left:0;right:0;bottom:0;top:0;width:auto;height:auto;background-color:rgba(36,36,36,.4);transition:all .33s ease-in-out}.mec-event-hover-carousel-type4{font-size:15px;color:#fff;position:absolute;bottom:0;padding:50px 35px;transition:all .33s ease-in-out;opacity:0;visibility:hidden}.mec-event-carousel-type4 .mec-event-article{margin:0 10px}.mec-event-carousel-type4 .mec-event-article:hover .mec-event-hover-carousel-type4{opacity:1;visibility:visible}.mec-event-hover-carousel-type4 .mec-event-icon{font-size:18px;float:left;margin-right:14px;color:#fff;padding:13px}.mec-event-hover-carousel-type4 .mec-event-date{font-size:11px;text-transform:uppercase;font-weight:400;line-height:1.6}.mec-event-hover-carousel-type4 .mec-event-date span{display:block;font-weight:700;font-size:14px}.mec-event-hover-carousel-type4 .mec-event-title{color:#fff;margin:20px 0 38px;font-size:16px;font-weight:700;text-transform:uppercase;font-style:normal}.mec-event-hover-carousel-type4 .mec-btn-wrapper{text-align:left}.mec-event-hover-carousel-type4 .mec-event-button{color:#fff;background-color:#191919;border:2px #191919 solid;padding:10px 14px;letter-spacing:1.5px;font-size:11px;font-weight:700;font-style:normal;transition:all .22s ease;text-decoration:none}.mec-event-hover-carousel-type4 .mec-event-button:hover{color:#191919;background-color:#fff;border-color:#fff;border-radius:1px}.mec-event-carousel-type4 .owl-next{right:-70px}.mec-event-carousel-type4 .owl-prev{left:-70px}.mec-carousel-type4-head{margin-bottom:25px}.mec-carousel-type4-head-title{padding:0 11px;text-align:left;font-weight:700;font-size:20px;color:#000}.mec-carousel-type4-head-link{text-align:right;padding:0 11px}.mec-carousel-type4-head-link a{background:#222;color:#fff;padding:10px 38px;transition:all .3s ease}.mec-carousel-type4-head-link a:hover,.mec-carousel-type4-head-link a:visited{color:#fff}@media (max-width:960px){.mec-event-carousel-type4 .owl-stage{left:-50px}}.mec-wrap .mec-event-countdown-style1{color:#fff;padding:0!important;display:table;background:#437df9}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1{z-index:5;padding:50px 1% 50px 4%;display:table-cell;float:none;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2{background-color:rgba(0,0,0,.05);height:100%;padding-top:0;display:table-cell;float:none;position:relative;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3{background-color:#f8f8f8;display:table-cell;float:none;text-align:center;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-title{color:#fff;font-size:15px;margin-top:30px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming{font-size:36px;font-weight:700;line-height:1;margin-top:0}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style1 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming span{display:block}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after{content:"";position:absolute;display:inline-block;z-index:1;top:50%;margin-top:-11px;right:-24px;width:0;border-width:12px;border-style:solid;border-color:transparent transparent transparent #4077ed}.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place{text-align:center;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 5px;text-align:center}.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#fff;background:#4077ed;transition:all .24s ease}.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button:hover{background:#222}.mec-event-countdown-style1 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0 auto}.mec-event-countdown-style1 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style1 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li{background-color:rgba(0,0,0,.1);margin:5px;padding:20px 0;min-width:94px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w{font-size:12px;color:#fff;margin:8px 0 0;line-height:1}@media only screen and (min-width:1200px){.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part1,.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2,.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part3{width:100%;display:block;padding-top:50px;padding-bottom:50px}.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color:#4077ed transparent transparent transparent;top:auto;margin-top:0;bottom:-24px;margin-left:-11px;left:50%}}@media (max-width:960px){.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2,.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3{width:100%;display:block;padding-top:50px;padding-bottom:50px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color:#4077ed transparent transparent transparent;top:auto;margin-top:0;bottom:-24px;margin-left:-11px;left:50%}}@media (max-width:480px){.mec-event-countdown-style1 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li{padding:10px 5px;min-width:50px;margin:3px 1px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w{font-size:8px}.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place{display:inline}}.mec-wrap .mec-event-countdown-style2{color:#fff;padding:30px 0;background:#437df9;max-width:600px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2,.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part3{width:100%;float:none;vertical-align:middle;padding:50px 10% 50px 10%}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2{padding-top:12%;padding-bottom:0}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-title{color:#fff;font-size:15px;margin-top:30px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming{font-size:36px;font-weight:700;line-height:1;margin-top:0}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style2 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming span{display:block}.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date-place{text-align:left;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 8px}.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#222;background:#fff;transition:all .24s ease}.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button:hover{background:#222;color:#fff}.mec-event-countdown-style2 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0}.mec-event-countdown-style2 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style2 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{background-color:rgba(0,0,0,.1);margin:5px;padding:20px 0;min-width:94px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:12px;color:#fff;margin:8px 0 0;line-height:1}@media only screen and (max-width:767px){.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{min-width:80px;padding:15px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:26px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:11px}}@media only screen and (max-width:479px){.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{min-width:40px;padding:15px 10px;margin:2px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:20px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:9px}}@media (max-width:380px){.mec-event-countdown-style2 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{padding:10px 4px;margin:4px 1px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:7px}}.mec-wrap .mec-event-countdown-style3{color:#fff;padding:0;background:#282828;display:table;width:100%}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1{width:68%;padding:50px 1% 50px 4%;vertical-align:middle;display:table-cell;position:relative}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2{width:32%;display:table-cell;position:relative;padding-bottom:0;padding-top:0}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 img{width:100%;display:block}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span{font-weight:300;display:block}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{color:#fff;font-size:36px;letter-spacing:-2px;font-weight:700;line-height:1;margin-top:-10px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style3 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date-place{text-align:center;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 5px;text-align:center}.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#fff;background:#4077ed;transition:all .24s ease}.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button:hover{background:#222}.mec-event-countdown-style3 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0 auto;position:absolute;top:40px;right:20px}.mec-event-countdown-style3 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style3 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li{padding:15px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w{font-size:11px;color:#888;margin:8px 0 0;line-height:1}.mec-event-countdown-style3 .mec-event-date{width:176px;height:96px;background:#40d9f1;color:#fff;font-size:13px;position:absolute;left:-27px;top:146px}.mec-event-countdown-style3 .mec-event-date:after{content:"";position:absolute;display:inline-block;z-index:1;bottom:-18px;left:8px;width:0;border-width:19px;border-style:solid;border-color:transparent transparent #40d9f1 transparent;transform:rotate(45deg)}.mec-event-countdown-style3 .mec-event-date .mec-date1{font-size:50px;position:absolute;top:36px;left:12px;letter-spacing:-3px}.mec-event-countdown-style3 .mec-event-date .mec-date2{position:absolute;left:80px;top:26px}.mec-event-countdown-style3 .mec-event-date .mec-date3{position:absolute;left:80px;top:45px}.mec-event-countdown-style3 .mec-event-countdown-part-details{padding-top:35px;margin-bottom:50px;min-height:100px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-title{font-size:17px;color:#fff;line-height:1.4;padding-right:20px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link{color:#fff;font-size:12px;position:relative;padding-left:22px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link:before{content:"";display:inline-block;width:18px;border-top:1px solid #fff;position:absolute;left:0;top:8px}.mec-event-countdown-style3 .mec-event-title-link{position:absolute;left:190px;top:152px}.event-carousel-type1-head .mec-event-date-carousel:before,.mec-event-countdown-style3 .mec-event-date:before{content:'';position:absolute;left:0;bottom:0;z-index:2;width:100%;height:96px;background:0 0;display:inline-block;box-shadow:0 5px 5px rgba(0,0,0,.12)}@media only screen and (min-width:960px){.mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown li{padding:10px}.mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{font-size:31px}}@media (max-width:959px){.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2{width:100%;display:block}.mec-event-countdown-style3 .mec-event-title-link{top:190px}.mec-event-countdown-style3 .mec-event-countdown{top:96px}.mec-event-countdown-style3 .mec-event-date{left:0;top:190px}.mec-event-countdown-style3 .mec-event-date:after{display:none}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span{display:inline}.mec-event-countdown-style3 .mec-event-countdown-part-details{min-height:150px}}@media (max-width:767px){.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{font-size:26px;letter-spacing:-1px}.mec-event-countdown-style3 .mec-event-title-link{left:130px}.mec-event-countdown-style3 .mec-event-date{width:120px;font-size:10px;height:63px}.mec-event-countdown-style3 .mec-event-date .mec-date1{font-size:36px;top:20px;left:4px;letter-spacing:-2px}.mec-event-countdown-style3 .mec-event-date .mec-date2{position:absolute;left:52px;top:12px}.mec-event-countdown-style3 .mec-event-date .mec-date3{position:absolute;left:52px;top:28px}}@media (max-width:380px){.mec-event-countdown-style3 .mec-event-title-link{left:10px;top:260px}.mec-event-countdown-style3 .mec-event-countdown-part-details{min-height:300px}.mec-event-countdown-style3 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li{padding:10px 5px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w{font-size:8px}}.mec-slider-t1-wrap{width:100%;padding:60px 90px;background:#f7f7f7;min-height:560px;position:relative}.mec-slider-t1{height:500px;box-shadow:0 5px 35px 0 rgba(0,0,0,.13)}.mec-slider-t1 .mec-event-article{position:relative;height:500px}.mec-slider-t1 .mec-slider-t1-img{position:relative;background-size:cover!important;background-position:center!important;width:50%;height:100%;float:right;margin:0;overflow:hidden}.mec-slider-t1 .mec-slider-t1-content{width:50%;float:left;height:100%;background:#fff;padding:6%}.mec-slider-t1-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-slider-t1-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t1-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-slider-t1-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:54px;height:54px;line-height:48px;border-radius:0;text-align:center;background:#fff;box-shadow:0 2px 11px 0 rgba(0,0,0,.045);transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:50%;margin-top:-27px;cursor:pointer}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 29px 0 rgba(0,0,0,.095)}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next{left:auto;right:-100px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:-100px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:12px;color:#282828;transition:all .21s ease}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{font-size:13px;color:#000;cursor:pointer}@media only screen and (min-width:961px){.mec-slider-t1{margin:0 auto;max-width:900px}}@media only screen and (max-width:960px){.mec-slider-t1 .mec-slider-t1-content,.mec-slider-t1 .mec-slider-t1-img{width:100%;float:none}.mec-slider-t1 .mec-slider-t1-img{height:300px}.mec-slider-t1,.mec-slider-t1 .mec-event-article{height:auto}}@media only screen and (max-width:768px){.mec-slider-t1-wrap{padding:0}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px;margin-top:0}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next{left:auto;right:10px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:10px}}@media only screen and (max-width:479px){.mec-slider-t1-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t2-wrap{width:100%;padding:0;background:#fff;min-height:600px;position:relative}.mec-slider-t2 .mec-event-article{height:600px;position:relative;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t2 .mec-slider-t2-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:70%;height:100%;margin:0;overflow:hidden}.mec-slider-t2 .mec-slider-t2-content{width:50%;position:absolute;right:0;top:60px;bottom:60px;padding:5%}.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern *{color:#fff}.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t2-content.mec-event-grid-modern .mec-event-content,.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t2-content.mec-event-grid-modern .mec-event-title a:hover{color:#111}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:38px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:84px;cursor:pointer}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next{right:30px}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{right:82px}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}.mec-wrap.colorskin-custom .mec-slider-t2 .mec-event-article .mec-event-date.mec-color{color:#fff}@media only screen and (min-width:961px){.mec-slider-t2{margin:0 auto;max-width:1200px}}@media only screen and (max-width:960px){.mec-slider-t2 .mec-slider-t2-content,.mec-slider-t2 .mec-slider-t2-img{width:100%;float:none;position:static}.mec-slider-t2 .mec-slider-t2-img{height:300px}.mec-slider-t2 .mec-event-article{height:auto}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px}}@media only screen and (max-width:479px){.mec-slider-t2-content.mec-event-grid-modern .mec-event-title{font-size:22px}}.mec-slider-t3-wrap{width:100%;padding:0;background:#161616;min-height:700px;position:relative}.mec-slider-t3 .mec-event-article{height:700px;position:relative;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t3 .mec-slider-t3-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:100%;height:100%;margin:0;overflow:hidden;opacity:.68;z-index:1}.mec-slider-t3 .mec-slider-t3-content{width:50%;height:auto;vertical-align:middle;display:table;position:absolute;left:0;top:0;bottom:0;padding:0 2% 0 7%;margin:auto 0;background:0 0;z-index:2}.mec-slider-t3 .mec-slider-t3-content.mec-event-grid-modern :not(.mec-color){color:#fff}.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t3-content.mec-event-grid-modern .mec-event-content,.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button{display:inline-block;border:1px solid;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-size:13px;padding:0 42px;line-height:49px;height:50px;transition:all .21s ease}.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t3-content.mec-event-grid-modern .mec-slider-t3-footer{text-align:left;padding:15px 15px 10px}.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t3-content.mec-event-grid-modern .mec-event-title a:hover{color:#40d9f1}.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover{border-color:#40d9f1}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:38px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:50%;margin-top:-22px;cursor:pointer}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next{right:10px}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:10px}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (min-width:961px){.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:50px;font-weight:300}.mec-slider-t3-content.mec-event-grid-modern .mec-event-description{font-size:19px}}@media only screen and (max-width:767px){.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px;margin-top:0}}@media only screen and (max-width:479px){.mec-slider-t3 .mec-slider-t3-content{width:100%}.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t4-wrap{width:100%;padding:0;background:#161616;min-height:700px;position:relative}.mec-slider-t4 .mec-event-article{height:700px;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t4 .mec-slider-t4-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:100%;height:100%;margin:0;overflow:hidden;z-index:1}.mec-slider-t4 .mec-slider-t4-content{width:auto;max-width:700px;background:rgba(37,37,37,.94)!important;height:auto;vertical-align:middle;display:table;position:absolute;left:8%;top:19%;padding:3%;margin:auto 0;background:0 0;z-index:2}.mec-slider-t4 .mec-slider-t4-content.mec-event-grid-modern :not(.mec-color){color:#fff}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t4-content.mec-event-grid-modern .mec-event-content,.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:13px;padding:0 42px;line-height:49px;height:50px}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover{color:#40d9f1}.mec-slider-t4-content.mec-event-grid-modern .mec-slider-t4-footer{text-align:left;padding:15px 15px 10px}.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button{display:inline-block;border:1px solid;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-size:13px;padding:0 42px;line-height:49px;height:50px;transition:all .21s ease}.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover{color:#111}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:40px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:34px;cursor:pointer}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next{right:60px}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev{right:112px}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (max-width:767px){.mec-slider-t4 .mec-slider-t4-content{width:100%;left:0;top:auto;bottom:0}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t5-wrap{width:auto;max-width:570px;padding:0;margin:0 auto 25px;background:#f7f7f7;min-height:480px;position:relative}.mec-slider-t5{height:auto;box-shadow:0 5px 35px 0 rgba(0,0,0,.13)}.mec-slider-t5 .mec-event-article{position:relative;height:auto}.mec-slider-t5 .mec-slider-t5-img{position:relative;background-size:cover!important;background-position:center!important;width:100%;height:300px;float:none;margin:0;overflow:hidden}.mec-slider-t5 .mec-slider-t5-content{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-slider-t5 .mec-events-content p{margin-bottom:20px}.mec-slider-t5-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:14px 34px;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-slider-t5-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t5 .mec-slider-t5-col6{width:50%;float:left;height:100%}.mec-slider-t5 .mec-slider-t5-col6 i{font-size:42px;float:left;margin-right:7px;height:58px}.mec-slider-t5 .mec-slider-t5-col6 h6{text-transform:uppercase;font-size:17px;padding:4px 0;display:inline;color:#444}.mec-slider-t5 .mec-slider-t5-col6 address{font-size:12px;margin-bottom:0}.mec-slider-t5-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-slider-t5-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:40px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:34px;cursor:pointer}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next{right:30px}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev{right:82px}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (max-width:768px){.mec-slider-t5 .mec-slider-t5-col6{width:100%;margin:10px 0}}@media only screen and (max-width:479px){.mec-slider-t5-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.mec-single-modern .mec-events-event-image{text-align:center}.mec-single-modern .mec-events-event-image img{width:100%}.mec-single-modern .mec-single-event-bar{background-color:#f7f7f7;margin:20px 0 0;padding:15px;display:table;width:100%}.mec-single-modern .mec-single-event-bar>div{display:table-cell}.mec-single-modern .mec-single-event-bar>div i{font-size:20px;vertical-align:middle}.mec-single-modern .mec-single-event-bar>div .mec-time-comment{font-size:12px;color:#999}.mec-single-modern .mec-single-event-bar>div h3{text-transform:uppercase;font-size:16px;font-weight:700;padding-bottom:5px;display:inline;color:#000;padding-left:10px}.mec-single-modern .mec-single-event-bar>div dd{font-size:14px;color:#8d8d8d;padding-left:34px;margin-bottom:0}.mec-single-modern .col-md-4 .mec-frontbox{margin-top:-50px;margin-bottom:70px;padding:20px;border:none;background:#f7f7f7;box-shadow:none}.mec-next-occurrence li{list-style:none}@media only screen and (min-width:960px){.mec-single-modern .col-md-4 .mec-frontbox{margin-left:20px}}@media only screen and (max-width:960px){.mec-single-modern .mec-single-event-bar>div{display:block}}.lity-content>div{overflow:auto}.mec-next-event-details li{list-style:none;margin-top:20px}.mec-next-event-details h6{text-transform:uppercase;font-size:13px;padding-bottom:5px;display:inline;color:#222;padding-left:0}.mec-next-event-details abbr{display:block;padding-left:12px;color:#8d8d8d}.mec-next-event-details i{margin-right:10px;margin-left:12px}.mec-next-event-details i:before{color:#40d9f1}.mec-next-event-details a{text-align:center;display:block;background:#fff;padding:6px 0;font-size:11px;font-weight:400;letter-spacing:0;border:1px solid #e3e3e3;transition:.3s}.mec-single-modal.mec-single-modern .mec-single-title{text-align:center;padding:15px 10px 0}.mec-single-modal.mec-single-modern .mec-single-event-bar{padding:5px}.mec-single-modal.mec-single-modern .mec-single-event-bar>div dd{font-size:13px}.mec-single-modal.mec-single-modern .mec-single-event-bar>div h3{font-size:15px}@media only screen and (min-width:960px){.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox{margin-left:0}}.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox{margin-top:10px;margin-bottom:10px}.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox.mec-event-meta{padding:0}.mec-single-modal .mec-event-meta dd.mec-organizer-email a,.mec-single-modal .mec-event-meta dd.mec-organizer-url a{font-size:12px;display:block}.mec-modal-wrap{max-width:700px;background:#fff;box-shadow:0 1px 55px rgba(0,0,0,.5)}.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li,.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a.mec-events-button{display:block;text-align:center}.mec-single-modal .flip-clock-divider .flip-clock-label{position:absolute;top:60px}.mec-single-modal .flip-clock-divider:not(:first-child){width:48px!important}.mec-single-modal .flip-clock-divider.minutes .flip-clock-label{top:150px;left:-539px}.mec-single-modal .flip-clock-divider.seconds .flip-clock-label{top:87px}.mec-single-modal .flip-clock-wrapper{left:14%}.mec-single-modal .twodaydigits>ul:nth-child(11),.mec-single-modal .twodaydigits>ul:nth-child(12),.mec-single-modal .twodaydigits>ul:nth-child(8),.mec-single-modal .twodaydigits>ul:nth-child(9){margin-top:30px!important}.mec-events-toggle{max-width:960px;margin-left:auto;margin-right:auto}.mec-events-toggle .mec-toggle-item{border:1px solid #e4e4e4;margin-bottom:15px;box-shadow:0 10px 15px #f3f3f3}.mec-events-toggle .mec-toggle-item-inner{cursor:pointer;position:relative;padding:30px 60px 30px 15px;background:#fff;transition:all .3s ease}.mec-events-toggle .mec-toggle-item-inner:hover{background:#fbfbfb}.mec-toggle-item-col{float:left;width:180px;margin-top:-6px;border-right:1px solid #e3e3e3;margin-right:15px}.mec-toggle-item-col .mec-event-date{font-size:38px;line-height:40px;float:left;margin-right:8px}.mec-toggle-item-col .mec-event-month{text-transform:uppercase;font-size:12px;line-height:14px;padding-top:4px;font-weight:700}.mec-toggle-item-col .mec-event-detail{font-size:10px}.mec-toggle-item-col .mec-event-day{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:35px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-events-toggle .mec-toggle-title{color:#000;font-size:23px;font-weight:600;margin-bottom:0;transition:all .3s ease;display:inline-block}.mec-events-toggle .mec-toggle-item-inner span.event-color{width:5px;height:100%;position:absolute;left:-1px;top:0;bottom:0;border-radius:0;margin:0}.mec-events-toggle .mec-toggle-item-inner i{position:absolute;font-size:30px;right:25px;top:50%;transform:translate(0,-50%);cursor:pointer}.mec-events-toggle .mec-toggle-item.is-open i.mec-sl-plus:before{content:"\e615"}.mec-events-toggle .mec-toggle-item.is-open .mec-toggle-title{background:#f8f8f8;cursor:pointer}.mec-events-toggle .mec-toggle-content{border-top:1px solid #e4e4e4}.mec-events-toggle .mec-toggle-content .mec-modal-wrap{margin:0;max-width:100%;box-shadow:none}.mec-events-toggle .mec-toggle-content .mec-modal-wrap .mec-single-event{margin:0}.mec-events-toggle .mec-toggle-content .mec-single-event-bar,.mec-events-toggle .mec-toggle-content h1.mec-single-title{display:none}.mec-events-toggle .media-links a{margin-bottom:0}.mec-events-toggle .mec-toggle-content .mec-toggle-meta{margin-bottom:14px}.mec-events-toggle #mec_speakers_details.mec-frontbox{padding:0;margin:0}.mec-events-toggle .mec-toggle-item h3.mec-speakers{border:none;text-align:left}.mec-events-toggle .mec-toggle-item h3.mec-speakers:before{content:"\e063";font-family:simple-line-icons;border:none;position:relative;display:inline-block;left:unset;bottom:unset;font-size:22px;font-weight:400;padding:0 11px 0 28px;vertical-align:middle}@media only screen and (max-width:767px){.mec-toggle-item-col{float:none;width:100%;border-right:none;margin-bottom:5px}}.mec-events-agenda-wrap{margin:10px 0;border:1px solid #e9e9e9;padding-left:20px;box-shadow:0 2px 2px rgba(0,0,0,.03)}.mec-events-agenda{padding:0;border-bottom:1px solid #e9e9e9;overflow:hidden}.mec-agenda-date-wrap{width:210px;padding-top:15px;float:left;font-size:13px}.mec-agenda-date-wrap i,.mec-agenda-event i{font-size:11px;color:#aaa;margin-right:4px;margin-left:1px}.mec-agenda-event i{vertical-align:middle;margin-right:1px}.mec-agenda-events-wrap{float:left;width:calc(100% - 210px);background:#f9f9f9;padding:15px}.mec-agenda-time{font-size:11px;color:#707070;padding-right:10px;width:138px;display:inline-block}.mec-agenda-event-title{position:relative;padding-left:14px}.mec-agenda-event-title a{font-family:Roboto,Montserrat,Helvetica,Arial,sans-serif;font-size:14px;font-weight:600;color:#333}.mec-agenda-event-title span.event-color{width:9px;height:9px;position:absolute;left:0;top:4px;margin:0}.mec-agenda-date-wrap span.mec-agenda-day{color:#aaa;font-size:12px}@media only screen and (max-width:767px){.mec-agenda-date-wrap,.mec-agenda-events-wrap{float:none;width:100%}.mec-events-agenda span.mec-agenda-event-title{display:block;width:100%}.mec-agenda-event-title span.event-color{top:7px}.mec-agenda-event-title a{font-size:13px}}.mec-yearly-view-wrap{margin:0 0 15px;border:1px solid #e6e6e6;box-shadow:0 2px 4px rgba(0,0,0,.04);border-bottom-width:4px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar{max-width:100%;width:232px;padding:10px;background:#fff;margin:10px;display:inline-block}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt{transition:none;height:30px;width:30px;line-height:30px;border-radius:0;font-size:12px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-calendar-events-sec{padding:10px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-has-event:after{width:4px;height:4px;bottom:3px;margin-left:-2px}.mec-yearly-view-wrap .mec-calendar-side .mec-calendar-table{min-height:200px}.mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt{background:#f9f9f9;font-size:13px}.mec-calendar.mec-yearly-calendar .mec-calendar-table-title{text-align:center;font-size:15px;font-weight:700;color:#222;margin-top:-5px;padding-bottom:5px}.mec-yearly-view-wrap .mec-yearly-calendar-sec{min-height:200px;width:538px;overflow:hidden;float:left;background:#f8f8f8;padding:15px}.mec-yearly-view-wrap .mec-yearly-agenda-sec{min-height:200px;width:calc(100% - 538px);float:left;padding:0 0 0 20px;overflow:hidden}.mec-yearly-view-wrap .mec-yearly-title-sec{position:relative;padding:15px;text-align:center;border-bottom:1px solid #e6e6e6;box-shadow:0 1px 3px rgba(0,0,0,.02)}.mec-yearly-view-wrap .mec-yearly-title-sec h2{font-size:30px;line-height:40px;color:#333;margin:0;font-weight:700}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year{position:absolute;top:50%;margin-top:-15px;min-width:30px;height:30px;line-height:30px;padding:0 8px;text-align:center;background:#fff;color:#666;font-size:14px;border:1px solid #eee;border-radius:2px;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease;cursor:pointer}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year{right:auto;left:20px;padding-right:14px}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year{left:auto;right:20px;padding-left:14px}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i,.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i{font-size:12px;color:#40d9f1;cursor:pointer}@media only screen and (max-width:959px){.mec-yearly-view-wrap .mec-yearly-calendar-sec{width:268px;padding:10px 5px}.mec-yearly-view-wrap .mec-yearly-agenda-sec{width:calc(100% - 268px);padding:0 0 0 10px}}@media only screen and (max-width:767px){.mec-yearly-view-wrap .mec-yearly-agenda-sec,.mec-yearly-view-wrap .mec-yearly-calendar-sec{width:100%;float:none}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar{width:auto}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt{width:14.2%}.mec-yearly-view-wrap .mec-yearly-title-sec h2{font-size:25px}}.mec-yearly-view-wrap .mec-agenda-event i,.mec-yearly-view-wrap .mec-agenda-time{display:none}@media only screen and (min-width:768px){.mec-yearly-view-wrap .mec-events-agenda-wrap{margin-top:0;border:none;padding-left:0;box-shadow:none}.mec-yearly-view-wrap .mec-agenda-date-wrap{width:174px;font-size:11px;padding-top:10px}.mec-yearly-view-wrap .mec-agenda-events-wrap{width:calc(100% - 174px);padding:10px}.mec-yearly-view-wrap .mec-agenda-event-title a{font-size:13px}.mec-yearly-view-wrap .mec-agenda-event-title span.event-color{width:8px;height:8px}.mec-yearly-view-wrap .mec-agenda-date-wrap span.mec-agenda-day{font-size:11px}.mec-yearly-view-wrap .mec-yearly-calendar-sec{box-shadow:-2px 0 5px rgba(0,0,0,.03) inset}}@media only screen and (max-width:1200px){.mec-yearly-view-wrap .mec-agenda-event-title a{font-size:12px;padding-right:6px}}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table{padding-bottom:10px;border-bottom:none}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt:hover{cursor:pointer}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event,.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event:hover{color:#bbb;cursor:default}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active{background:#40d9f1;color:#fff;position:relative}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active:after{content:'';position:absolute;display:block;bottom:-20px;left:50%;margin-left:-10px;width:0;border-width:10px;border-style:solid;border-color:#40d9f1 transparent transparent transparent}.mec-timetable-events-list{padding:10px 20px;border:none;margin:0}.mec-timetable-events-list .mec-timetable-event{padding:10px 0;border-bottom:1px dashed #ddd}.mec-timetable-events-list .mec-timetable-event:last-child{border:none}.mec-timetable-event .mec-timetable-event-span{font-size:12px;color:#444;padding-right:30px;line-height:22px}.mec-timetable-events-list .mec-timetable-event i{font-size:13px;color:#aaa;margin-right:3px;vertical-align:baseline}.mec-timetable-event .mec-timetable-event-span a{color:#333}.mec-timetable-event .mec-timetable-event-time{font-size:11px}.mec-timetable-event .mec-timetable-event-time i{vertical-align:text-bottom}.mec-timetable-event .mec-timetable-event-title{font-size:13px}.mec-timetable-event .mec-timetable-event-title .event-color{width:10px;height:10px}.mec-timetable-events-list .mec-timetable-event.mec-util-hidden{display:none}.mec-timetable-events-list.mec-util-hidden{display:none}@media only screen and (min-width:768px){.mec-timetable-events-list{display:table;width:100%;margin:10px 0 20px}.mec-timetable-events-list .mec-timetable-event{display:table-row;padding:0;border:none;background:#fff}.mec-timetable-events-list .mec-timetable-event:hover{background:#fafafa}.mec-timetable-event .mec-timetable-event-span{display:table-cell;padding:10px 15px;border-bottom:1px solid #ebebeb}.mec-timetable-events-list .mec-timetable-event:last-child .mec-timetable-event-span{border-bottom:none}}@media only screen and (max-width:767px){.mec-timetable-event .mec-timetable-event-title{display:block;width:100%;padding:5px 0 10px;font-weight:700}}.mec-timetable-t2-wrap{border:1px solid #e6e6e6;background:#fafafa;padding:0 15px 15px;overflow:hidden;box-shadow:0 3px 2px 0 rgba(0,0,0,.012)}.mec-timetable-t2-col{width:20%;float:left;min-height:20px;padding-right:1px;background:0 0}.mec-ttt2-title{background:#fafafa;color:#333;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-align:center;padding:25px 10px 10px;margin-bottom:1px}.mec-timetable-t2-col .mec-event-article{position:relative}.mec-timetable-t2-col .mec-event-article .event-color{position:absolute;width:auto;height:auto;left:0;right:0;top:0;bottom:0;margin:0;z-index:1;border-radius:2px}.mec-timetable-t2-content{position:relative;z-index:2;color:#fff;padding:15px 15px 20px;text-align:left;height:130px;margin-bottom:1px;overflow:hidden}.mec-timetable-t2-content .mec-event-title{line-height:22px;margin-bottom:13px;white-space:nowrap;padding-right:1px;overflow:hidden}.mec-timetable-t2-content .mec-event-title a{color:#fff;font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden}.mec-timetable-t2-content div{color:#fff;font-size:11px;font-weight:400;line-height:19px;white-space:nowrap}.mec-timetable-t2-content div i{font-size:12px;margin-right:4px}@media only screen and (max-width:960px){.mec-timetable-t2-col{width:100%;float:none}}.mec-weather-box{padding:15px 0}.mec-weather-head{min-height:90px;padding:5px 0;clear:both;overflow:hidden;margin-bottom:25px;border-radius:10px;background:#238af5}.mec-weather-icon-box{float:left;width:80px;height:80px;border-radius:10px;overflow:hidden;background:#238af5}.mec-weather-icon{width:80px;height:80px;display:inline-block;border-radius:10px}.mec-weather-summary{float:left;width:calc(100% - 80px);padding-left:10px;margin:10px 0;height:60px}.mec-weather-summary-report{font-size:15px;color:rgba(255,255,255,.68);margin-bottom:6px}.mec-weather-summary-temp{font-family:Roboto,Sans-serif;font-weight:300;color:#fff;font-size:29px;line-height:1}.mec-weather-extras{width:auto;padding:10px 15px 0 15px;float:right;min-height:80px;color:#fff;font-size:13px;line-height:1}.mec-weather-extras div{line-height:20px;height:20px}.mec-weather-extras span{color:rgba(255,255,255,.68);font-size:12px;text-transform:uppercase}.mec-weather-extras var{font-size:11px;letter-spacing:.4px}.mec-weather-icon.clear-day,.mec-weather-icon.clear-night{background-image:url(../img/mec-weather-icon-01.png)}.mec-weather-icon.partly-sunny-day,.mec-weather-icon.partly-sunny-night{background-image:url(../img/mec-weather-icon-02.png)}.mec-weather-icon.partly-cloudy-day,.mec-weather-icon.partly-cloudy-night{background-image:url(../img/mec-weather-icon-03.png)}.mec-weather-icon.cloudy,.mec-weather-icon.fog,.mec-weather-icon.wind{background-image:url(../img/mec-weather-icon-04.png)}.mec-weather-icon.thunderstorm{background-image:url(../img/mec-weather-icon-05.png)}.mec-weather-icon.rain{background-image:url(../img/mec-weather-icon-06.png)}.mec-weather-icon.hail,.mec-weather-icon.sleet,.mec-weather-icon.snow{background-image:url(../img/mec-weather-icon-07.png)}.mec-av-spot-wrap{width:auto;max-width:1200px;padding:0;margin:0 auto 25px;background:#f7f7f7;min-height:480px;position:relative}.mec-av-spot{height:auto;border:1px solid #eee;box-shadow:0 6px 12px -4px rgba(0,0,0,.05)}.mec-av-spot .mec-event-article{position:relative;height:auto}.mec-av-spot .mec-av-spot-img{position:relative;background-size:cover!important;background-position:center!important;width:100%;height:330px;float:none;margin:0;overflow:hidden}.mec-av-spot .mec-av-spot-content,.mec-av-spot .mec-av-spot-head{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-av-spot .mec-av-spot-head{background:#222;color:#fff;min-height:80px}.mec-av-spot .mec-av-spot-head .mec-av-spot-box{padding-top:25px;font-size:13px;color:#ddd}.mec-av-spot .mec-av-spot-head .mec-av-spot-box span{color:#40d9f1;font-size:40px;font-weight:700;font-style:italic}.mec-av-spot .mec-av-spot-head .mec-event-countdown{text-align:center;padding-top:10px;display:table;table-layout:fixed;margin:0 auto;float:right}.mec-av-spot .mec-av-spot-head .mec-event-countdown li{display:table-cell;padding:10px 20px;position:relative;height:60px}.mec-av-spot .mec-av-spot-head .mec-event-countdown p{margin-bottom:0}.mec-av-spot .mec-events-content p{margin-bottom:20px}.mec-av-spot-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:14px 34px;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-av-spot-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-av-spot .mec-av-spot-col6{width:50%;float:left;height:100%}.mec-av-spot .mec-av-spot-col6 i{font-size:42px;float:left;margin-right:7px;height:58px}.mec-av-spot .mec-av-spot-col6 h6{text-transform:uppercase;font-size:17px;padding:4px 0;display:inline;color:#444}.mec-av-spot .mec-av-spot-col6 address{font-size:12px;margin-bottom:0}.mec-av-spot-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-av-spot-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0;box-shadow:0 5px 11px -3px rgba(0,0,0,.05)}@media only screen and (max-width:768px){.mec-av-spot .mec-av-spot-col6{width:100%;margin:10px 0}}@media only screen and (max-width:479px){.mec-av-spot-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.mec-events-masonry-wrap{display:block;width:auto}.mec-masonry-item-wrap{width:calc(33.33% - 30px);padding:0;margin:0 15px 30px;min-height:10px;position:relative}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope,.isotope .isotope-item{-webkit-transition-duration:.8s;-moz-transition-duration:.8s;transition-duration:.8s}.isotope{-webkit-transition-property:height,width;-moz-transition-property:height,width;transition-property:height,width}.isotope .isotope-item{-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;transition-property:transform,opacity}.mec-events-masonry-cats{padding:10px;margin-bottom:25px;text-align:center;clear:both;list-style:none outside none}.mec-events-masonry-cats a{border-radius:2px;padding:6px 12px;font-size:13px;line-height:1.2;color:#333;font-weight:400;margin-top:0!important;text-align:center;display:inline-block;width:auto;border:2px solid transparent;transition:all .2s ease}.mec-events-masonry-cats a:hover{border-color:#40d9f1;color:#333}.mec-events-masonry-cats a.mec-masonry-cat-selected{border:2px solid #40d9f1;color:#40d9f1}.mec-masonry{background:#f7f7f7;height:auto;border:1px solid #eee;box-shadow:0 6px 12px -4px rgba(0,0,0,.05)}.mec-masonry .mec-event-article{position:relative;height:auto}.mec-masonry .mec-masonry-img{position:relative;width:100%;height:auto;float:none;margin:0;overflow:hidden}.mec-masonry .mec-masonry-img img{width:100%}.mec-masonry .mec-masonry-content,.mec-masonry .mec-masonry-head{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-masonry .mec-events-content p{margin-bottom:20px}.mec-masonry-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head{min-height:79px;margin-bottom:10px;padding:14px 5%;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-masonry-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-masonry-content.mec-event-grid-modern .mec-event-content{padding-top:20px}.mec-masonry-content.mec-event-grid-modern .mec-event-footer{height:auto}.mec-masonry .mec-masonry-col6 .mec-event-date{font-size:34px;letter-spacing:-2px}.mec-masonry .mec-masonry-col6{width:50%;float:left;height:100%}.mec-masonry .mec-masonry-col6 i{font-size:24px;float:left;margin-right:7px;height:50px}.mec-masonry .mec-masonry-col6 .mec-event-month,.mec-masonry .mec-masonry-col6 h6{text-transform:capitalize;font-size:15px;padding:4px 0;display:inline;color:#444}.mec-masonry .mec-masonry-col6 .mec-event-detail,.mec-masonry .mec-masonry-col6 address{font-size:11px;margin-bottom:0}.mec-masonry-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-masonry-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0;box-shadow:0 5px 11px -3px rgba(0,0,0,.05)}@media only screen and (max-width:960px){.mec-masonry-item-wrap{width:calc(50% - 30px)}}@media only screen and (max-width:768px){.mec-masonry .mec-masonry-col6{width:100%;margin:10px 0}.mec-masonry-item-wrap{width:calc(100% - 30px)}}@media only screen and (max-width:479px){.mec-masonry-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.btn-wrapper{text-align:center}.countdown-wrapper .btn-wrapper{padding-top:10px;padding-right:0}.countdown-wrapper h5.countdown-message{letter-spacing:5px;font-weight:500;font-size:18px}.blox.dar .countdown-wrapper p,.countdown-wrapper p{color:#888}.countdown-wrapper a.button.black{float:right;margin-right:0}.mec-wrap .threedaydigits .days .flip-clock-label{right:-100px}@media only screen and (min-width:320px) and (max-width:767px){.mec-wrap .flip-clock-wrapper ul{width:29px!important}.mec-wrap .flip-clock-wrapper ul li a div div.inn{font-size:25px!important}.mec-wrap .flip-clock-divider .flip-clock-label{left:0;font-weight:300}.mec-wrap span.flip-clock-divider{width:12px}}@media only screen and (min-width:320px) and (max-width:480px){.mec-wrap .flip-clock-wrapper ul{width:29px!important}.mec-wrap .flip-clock-wrapper ul li a div div.inn{font-size:25px!important}.mec-wrap .flip-clock-divider .flip-clock-label{display:none}.mec-wrap span.flip-clock-divider:first-child{width:0}.mec-wrap span.flip-clock-divider{width:20px}.mec-single-event .mec-events-meta-group-countdown{margin-left:10%}}@media screen and (min-width:960px) and (max-width:1200px){.mec-wrap .threedaydigits ul{height:50px;width:47px}}@media screen and (min-width:480px) and (max-width:768px){.mec-wrap .threedaydigits ul{height:48px;width:26px!important}.mec-wrap .threedaydigits .flip-clock-label{font-size:8px;left:-8px}}@media screen and (min-width:320px) and (max-width:480px){.mec-wrap .threedaydigits ul{height:48px;width:22px!important}}.mec-wrap .flip-clock-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.mec-wrap .flip-clock-wrapper a{cursor:pointer;text-decoration:none;color:#ccc}.mec-wrap .flip-clock-wrapper a:hover{color:#fff}.mec-wrap .flip-clock-wrapper ul{list-style:none}.flip-clock-wrapper.clearfix:after,.mec-wrap .flip-clock-wrapper.clearfix:before{content:" ";display:table}.mec-wrap .flip-clock-wrapper.clearfix:after{clear:both}.mec-wrap .flip-clock-wrapper{font:400 11px "helvetica neue",helvetica,sans-serif;-webkit-user-select:none}.mec-wrap .flip-clock-meridium{background:0 0!important;box-shadow:0 0 0!important;font-size:36px!important}.mec-wrap .flip-clock-meridium a{color:#313333}.mec-wrap .flip-clock-wrapper{text-align:center;position:relative;display:inline-block;padding-bottom:10px}.flip-clock-wrapper:after,.mec-wrap .flip-clock-wrapper:before{content:" ";display:table}.mec-wrap .flip-clock-wrapper:after{clear:both}.mec-wrap .flip-clock-wrapper ul{position:relative;float:left;margin:2px;width:50px;height:50px;font-size:80px;font-weight:700;line-height:87px;border-radius:3px;background:rgba(0,0,0,.21)}.mec-wrap .flip-clock-wrapper ul li{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;line-height:54px;text-decoration:none!important}.mec-wrap .flip-clock-wrapper ul li:first-child{z-index:2}.mec-wrap .flip-clock-wrapper ul li a{display:block;height:100%;-webkit-perspective:200px;-moz-perspective:200px;perspective:200px;margin:0!important;overflow:visible!important;cursor:default!important}.mec-wrap .flip-clock-wrapper ul li a div{z-index:1;position:absolute;left:0;width:100%;height:50%;font-size:80px;overflow:hidden;outline:1px solid transparent}.mec-wrap .flip-clock-wrapper ul li a div .shadow{position:absolute;width:100%;height:100%;z-index:2}.mec-wrap .flip-clock-wrapper ul li a div.up{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;top:0}.mec-wrap .flip-clock-wrapper ul li a div.up:after{content:"";position:absolute;top:24px;left:0;z-index:5;width:100%;height:3px;background-color:rgba(0,0,0,.12)}.mec-wrap .flip-clock-wrapper ul li a div.down{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;bottom:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.mec-wrap .flip-clock-wrapper ul li a div div.inn{position:absolute;left:0;z-index:1;width:100%;height:200%;color:#fff;text-shadow:0 0 2px rgba(0,0,0,.25);text-align:center;background-color:#40d9f1;border-radius:3px;font-size:48px}.mec-wrap .flip-clock-wrapper ul li a div.up div.inn{top:0}.mec-wrap .flip-clock-wrapper ul li a div.down div.inn{bottom:0}.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-before{z-index:3}.mec-wrap .flip-clock-wrapper .flip{box-shadow:0 2px 5px rgba(0,0,0,.17)}.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-active{-webkit-animation:asd .5s .5s linear both;-moz-animation:asd .5s .5s linear both;animation:asd .5s .5s linear both;z-index:5}.mec-wrap .flip-clock-divider{float:left;display:inline-block;position:relative;width:18px;height:62px}.mec-wrap .flip-clock-divider:first-child{width:0}.mec-wrap .flip-clock-dot{display:none;background:#323434;width:10px;height:10px;position:absolute;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.5);left:5px}.mec-wrap .flip-clock-divider .flip-clock-label{position:absolute;bottom:-1.5em;right:-71px;color:#101010;font-weight:700;text-shadow:none;text-transform:uppercase}.mec-wrap .blox.dark .flip-clock-divider .flip-clock-label{color:#8a8a8a}.mec-wrap .flip-clock-divider.seconds .flip-clock-label{right:-82px}.mec-wrap .flip-clock-dot.top{top:30px}.mec-wrap .flip-clock-dot.bottom{bottom:30px}@-webkit-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@-moz-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@-o-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}.flip-clock-wrapper ul.play li.flip-clock-active .down{z-index:2;-webkit-animation:turn .5s .5s linear both;-moz-animation:turn .5s .5s linear both;animation:turn .5s .5s linear both}@-webkit-keyframes turn{0%{-webkit-transform:rotatex(90deg)}100%{-webkit-transform:rotatex(0)}}@-moz-keyframes turn{0%{-moz-transform:rotatex(90deg)}100%{-moz-transform:rotatex(0)}}@-o-keyframes turn{0%{-o-transform:rotatex(90deg)}100%{-o-transform:rotatex(0)}}@keyframes turn{0%{transform:rotatex(90deg)}100%{transform:rotatex(0)}}.flip-clock-wrapper ul.play li.flip-clock-before .up{z-index:2;-webkit-animation:turn2 .5s linear both;-moz-animation:turn2 .5s linear both;animation:turn2 .5s linear both}@-webkit-keyframes turn2{0%{-webkit-transform:rotatex(0)}100%{-webkit-transform:rotatex(-90deg)}}@-moz-keyframes turn2{0%{-moz-transform:rotatex(0)}100%{-moz-transform:rotatex(-90deg)}}@-o-keyframes turn2{0%{-o-transform:rotatex(0)}100%{-o-transform:rotatex(-90deg)}}@keyframes turn2{0%{transform:rotatex(0)}100%{transform:rotatex(-90deg)}}.flip-clock-wrapper ul li.flip-clock-active{z-index:3}.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(64,64,64,.68)));background:linear,top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(64,64,64,.68)));background:linear,top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .3s linear both}.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow{background:-moz-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(64,64,64,.68)),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow{background:-moz-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(64,64,64,.68)),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .2s linear both}@-webkit-keyframes show{0%{opacity:0}100%{opacity:1}}@-moz-keyframes show{0%{opacity:0}100%{opacity:1}}@-o-keyframes show{0%{opacity:0}100%{opacity:1}}@keyframes show{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes hide{0%{opacity:1}100%{opacity:0}}@-moz-keyframes hide{0%{opacity:1}100%{opacity:0}}@-o-keyframes hide{0%{opacity:1}100%{opacity:0}}@keyframes hide{0%{opacity:1}100%{opacity:0}}@font-face{font-family:simple-line-icons;src:url(../fonts/Simple-Line-Icons.eot?v=2.3.1);src:url(../fonts/Simple-Line-Icons.eot?v=2.3.1#iefix) format('embedded-opentype'),url(../fonts/Simple-Line-Icons.woff2?v=2.3.1) format('woff2'),url(../fonts/Simple-Line-Icons.woff?v=2.3.1) format('woff'),url(../fonts/Simple-Line-Icons.ttf?v=2.3.1) format('truetype'),url(../fonts/Simple-Line-Icons.svg?v=2.3.1#simple-line-icons) format('svg');font-weight:400;font-style:normal}[class*=mec-sl-]{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mec-sl-facebook:before{content:"\e00b"}.mec-sl-twitter:before{content:"\e009"}.mec-sl-google-plus:before{content:"\e60d"}.mec-sl-angle-left:before{content:"\e605"}.mec-sl-angle-right:before{content:"\e606"}.mec-sl-calendar:before{content:"\e075"}.mec-sl-clock-o:before{content:"\e081"}.mec-sl-home:before{content:"\e069"}.mec-sl-phone:before{content:"\e600"}.mec-sl-envelope:before{content:"\e086"}.mec-sl-sitemap:before{content:"\e037"}.mec-sl-map-marker:before{content:"\e096"}.mec-sl-floder:before{content:"\e089"}.mec-sl-wallet:before{content:"\e02a"}.mec-color,.mec-color-before :before,.mec-color-hover:hover,.mec-wrap .mec-color,.mec-wrap .mec-color-before :before,.mec-wrap .mec-color-hover:hover{color:#40d9f1}.mec-bg-color,.mec-bg-color-hover:hover,.mec-wrap .mec-bg-color,.mec-wrap .mec-bg-color-hover:hover{background-color:#40d9f1}.mec-border-color,.mec-border-color-hover:hover,.mec-wrap .mec-border-color,.mec-wrap .mec-border-color-hover:hover{border-color:#40d9f1}.mec-toggle-month-divider.mec-skin-list-events-container{border:1px solid #e8e8e8;margin-bottom:30px;background:#f8f8f8;box-shadow:0 2px 18px -1px rgba(0,0,0,.1);border-radius:2px}.mec-toggle-month-divider .mec-month-divider{margin:0;text-align:left;background:#fff;position:relative;cursor:pointer;border-top:1px solid #e8e8e8}.mec-toggle-month-divider .mec-month-divider span{padding:20px;border-bottom:1px solid #e8e8e8}.mec-toggle-month-divider .mec-month-divider i{position:absolute;right:20px;top:24px;font-size:20px;cursor:pointer}.mec-toggle-month-divider .mec-month-divider span:before{display:none}.mec-toggle-month-divider .mec-month-divider+article{margin-top:20px}.mec-toggle-month-divider .mec-wrap .mec-month-divider:first-of-type{border-top:none}.mec-toggle-month-divider .mec-event-list-accordion .mec-month-divider:not(:first-of-type)~article{display:none}.mec-skin-list-events-container:not(.mec-toggle-month-divider) .mec-month-divider i{display:none}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-month{display:inline-block;padding-top:0}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-date{font-size:14px;line-height:14px;float:none;display:inline-block;margin-right:0;font-weight:700}.mec-events-toggle .mec-toogle-inner-month-divider.mec-toggle-item-inner{padding:20px 60px 30px 15px}.mec-toogle-inner-month-divider .mec-toggle-month-inner-image{float:left;clear:right;width:100px;margin-right:20px;margin-left:10px}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-detail{margin-top:-6px}.mec-toogle-inner-month-divider .mec-toggle-item-col{float:none;width:100%;margin-top:10px;display:block;border:none}.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title{font-size:19px;display:block;padding-top:10px}@media only screen and (max-width:768px){.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title{font-size:14px;padding-top:0}.mec-toogle-inner-month-divider .mec-toggle-item-col{margin-top:0}.mec-toogle-inner-month-divider .mec-toggle-month-inner-image{width:70px}}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled:before,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-featured:before{z-index:1;position:absolute;top:25px;right:-37px;font-size:11px;letter-spacing:1px;text-transform:uppercase;background:#04de78;padding:2px 40px;color:#fff;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.5s cubic-bezier(.25,.5,.06,.85);transition:.5s cubic-bezier(.25,.5,.06,.85);content:attr(data-style)}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-featured{overflow:hidden;position:relative}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled:before{background:#de0404}.mec-daily-view-date-events article:before,ul.mec-weekly-view-dates-events article:before{padding:7px 40px!important;top:27px!important}.mec-event-grid-classic article .mec-fc-style,.mec-event-grid-minimal article .mec-fc-style,.mec-event-grid-simple article .mec-fc-style,.mec-timetable-wrap article .mec-fc-style,.mec-wrap .mec-event-list-accordion article .mec-fc-style,.mec-wrap .mec-event-list-modern article .mec-fc-style,.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style,.mec-wrap article.mec-event-cover-classic .mec-fc-style,.mec-wrap article.mec-event-cover-clean .mec-fc-style,.mec-wrap article.mec-event-cover-modern .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style{font-size:9px;letter-spacing:.5px;text-transform:uppercase;background:#04de78;padding:2px 7px;color:#fff;position:relative;margin-left:5px;border-radius:2px}.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-modern.mec-label-canceled .mec-fc-style{background:#de0404}.mec-event-grid-minimal article .mec-fc-style:before,.mec-event-grid-simple article .mec-fc-style:before,.mec-timetable-wrap article .mec-fc-style:before,.mec-wrap .mec-event-list-accordion article .mec-fc-style:before,.mec-wrap .mec-event-list-modern article .mec-fc-style:before,.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style:before,.mec-wrap article.mec-event-cover-classic .mec-fc-style:before,.mec-wrap article.mec-event-cover-clean .mec-fc-style:before,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style:before{width:0;height:0;border-top:4px solid transparent!important;border-right:5px solid;border-bottom:4px solid transparent;margin:0;top:50%;left:-4px;transform:translateY(-4.5px);position:absolute;content:'';color:#04de78}.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style:before{color:#de0404}.mec-event-grid-classic article.mec-label-canceled:before,.mec-event-grid-classic article.mec-label-featured:before,.mec-event-grid-minimal article.mec-label-canceled:before,.mec-event-grid-minimal article.mec-label-featured:before,.mec-event-grid-simple article.mec-label-canceled:before,.mec-event-grid-simple article.mec-label-featured:before,.mec-timetable-wrap article.mec-label-canceled:before,.mec-timetable-wrap article.mec-label-featured:before,.mec-wrap .mec-event-list-accordion article.mec-label-canceled:before,.mec-wrap .mec-event-list-accordion article.mec-label-featured:before,.mec-wrap .mec-event-list-modern article.mec-label-canceled:before,.mec-wrap .mec-event-list-modern article.mec-label-featured:before{display:none}.mec-wrap .mec-event-list-accordion article .mec-fc-style,.mec-wrap .mec-event-list-modern article .mec-fc-style,.mec-wrap article.mec-event-cover-classic .mec-fc-style,.mec-wrap article.mec-event-cover-clean .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style{top:-3px;font-size:11px;margin-left:10px}.mec-event-grid-classic article.mec-label-canceled .mec-fc-style,.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style,.mec-event-grid-simple article.mec-label-canceled .mec-fc-style,.mec-timetable-wrap article.mec-label-canceled .mec-fc-style,.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style,.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style{background:#de0404}.mec-event-grid-classic article.mec-label-canceled .mec-fc-style:before,.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style:before,.mec-event-grid-simple article.mec-label-canceled .mec-fc-style:before,.mec-timetable-wrap article.mec-label-canceled .mec-fc-style:before,.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style:before,.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style:before,.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style:before,.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style:before,.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style:before{color:#de0404}.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-canceled:before,.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-featured:before{-ms-transform:none;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none;top:271px;right:0}.mec-timetable-wrap article .mec-fc-style{top:-2px;font-size:10px}.mec-wrap article.mec-event-cover-modern .mec-fc-style{padding:5px 9px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;display:inline-block;border-radius:2px}.mec-skin-grid-events-container .mec-wrap .mec-event-grid-clean .mec-event-article:before{-ms-transform:none;-webkit-transform:none;transform:none!important;-webkit-transition:none;transition:none;top:22px!important;right:22px!important;padding:0 10px!important}.mec-event-grid-minimal article .mec-fc-style,.mec-event-grid-simple article .mec-fc-style{top:-4px;font-size:10px;margin-left:10px}.mec-event-grid-classic article .mec-fc-style{padding:5px 20px;font-size:12px;margin-top:8px;display:inline-block}.mec-hourly-schedule-speaker-info{background:#fff;padding:30px;border:1px solid #e6e6e6;max-width:740px;width:740px}.mec-hourly-schedule-speaker-thumbnail{float:left;max-width:30%;width:30%}.mec-hourly-schedule-speaker-name{font-weight:700;font-size:26px;line-height:1.2;color:#333;text-transform:uppercase}.mec-hourly-schedule-speaker-details{float:left;width:69%;padding-left:25px}.mec-hourly-schedule-speaker-job-title{font-size:16px;line-height:1.3;margin-bottom:4px}.mec-hourly-schedule-speaker-description{font-size:14px;font-weight:400;color:#6d7683;line-height:1.7;text-align:left}.mec-hourly-schedule-speaker-contact-information a i{color:#6b6b6b;background:#ebebeb;line-height:29px;margin:9px 7px 9px 0;width:30px;height:30px;display:inline-block;text-align:center;transition:all .2s ease;font-size:15px;cursor:pointer}.mec-hourly-schedule-speaker-contact-information a i:hover{background:#222;color:#fff}@media only screen and (max-width:479px){.mec-hourly-schedule-speaker-thumbnail{float:none;max-width:none;margin-right:0;margin-bottom:15px;width:100%}.mec-hourly-schedule-speaker-thumbnail img{width:100%}.mec-hourly-schedule-speaker-details{padding-left:0}.mec-hourly-schedule-speaker-info{width:90%;margin:0 auto}}.mec-profile .mec-profile-bookings{border:2px solid #e6e6e6;text-align:center}.mec-profile .mec-profile-bookings tbody tr:first-child{background:#f7f7f7;font-weight:700;text-transform:capitalize}.mec-profile .mec-profile-bookings tbody tr{border-bottom:1px solid #e6e6e6;font-size:14px}.mec-profile .mec-profile-bookings tbody tr td{border:1px solid #e6e6e6;padding:10px}.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:4%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:37%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:24%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:15%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:10%}.mec-profile .mec-event-status{padding:5px 10px;color:#fff;border-radius:2px;font-size:12px;line-height:12px;letter-spacing:.4px}.mec-profile .mec-event-status.mec-book-confirmed{background:#50d477}.mec-profile .mec-event-status.mec-book-pending{background:#fcbe69}.mec-profile .mec-event-status.mec-book-rejected{background:#fe686a}.mec-profile .mec-event-date{font-size:12px;color:#888}.mec-profile .mec-booking-number-of-attendees{font-size:13px;color:#888}.mec-profile .mec-booking-number-of-attendees i,.mec-profile .mec-profile-bookings-view-invoice i{font-size:15px;color:#008aff;vertical-align:text-bottom;margin-right:4px}.mec-booking-attendees{background:#fff;padding:10px}.mec-booking-attendees{width:750px;text-align:center}.mec-booking-attendees-wrapper{border:2px solid #e6e6e6;font-size:14px}.mec-booking-attendees-head{display:table;width:100%;background:#f7f7f7;border-bottom:1px solid #e6e6e6;font-weight:700}.mec-booking-attendees-head span,.mec-booking-attendees-head-content>span{vertical-align:middle;display:table-cell;padding:7px;border-right:1px solid #e6e6e6}.mec-booking-attendees-head-content{display:table;width:100%;border-bottom:1px solid #e6e6e6}.mec-booking-attendees-wrapper .mec-booking-attendees-head-content:last-child{border:none}.mec-booking-attendees-head span:nth-child(1),.mec-booking-attendees-head-content>span:nth-child(1){width:4%}.mec-booking-attendees-head span:nth-child(2),.mec-booking-attendees-head-content>span:nth-child(2){width:20%}.mec-booking-attendees-head span:nth-child(3),.mec-booking-attendees-head-content>span:nth-child(3){width:24%}.mec-booking-attendees-head span:nth-child(4),.mec-booking-attendees-head-content>span:nth-child(4){width:26%}.mec-booking-attendees-head span:nth-child(5),.mec-booking-attendees-head-content>span:nth-child(5){width:26%}@media only screen and (max-width:759px){.mec-booking-attendees{width:470px}.mec-booking-attendees-head span,.mec-booking-attendees-head-content>span{word-break:break-all}}.mec-woo-booking-checkout{position:relative;border:none;border-radius:0;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;line-height:1.5;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;border-radius:0;margin-bottom:6px;min-width:170px;margin-top:5px;text-align:center}.mec-woo-booking-checkout:hover{background:#222;color:#fff}.mec-woo-booking-checkout:focus,.mec-woo-booking-checkout:visited{color:#fff}.lity-content .mec-events-meta-group-booking{max-width:520px;width:520px;padding:20px 50px;background:#fff}.lity-content .mec-events-meta-group-booking .mec-booking form>h4{text-transform:uppercase;font-size:15px;font-weight:700;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative;text-align:center}.lity-content .mec-events-meta-group-booking .mec-booking form>h4:before{padding:1px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-35px;left:50%}.lity-content .mec-events-meta-group-booking .mec-event-ticket-available,.lity-content .mec-events-meta-group-booking .mec-event-ticket-name,.lity-content .mec-events-meta-group-booking .mec-event-ticket-price,.lity-content .mec-events-meta-group-booking .mec-ticket-variation-name,.lity-content .mec-events-meta-group-booking .mec-ticket-variation-price,.lity-content .mec-events-meta-group-booking label{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:3px 0;clear:none;padding:5px 1em 3px 0}.lity-content .mec-events-meta-group-booking select{display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:100%;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}.lity-content .mec-events-meta-group-booking input[type=number],.lity-content .mec-events-meta-group-booking input[type=text]{display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:100%;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}.lity-content button[type=submit]{position:relative;border:none;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;min-width:170px;margin-top:5px;border-radius:0;margin-bottom:6px}.lity-content button[type=submit]:hover{background:#222}.lity-content .mec-book-tickets-container li{list-style:none}.lity-content .mec-events-meta-group-booking #mec_book_payment_form h4,.lity-content .mec-events-meta-group-booking li h4{font-size:19px;font-weight:700}.lity-content .mec-events-meta-group-booking .mec-book-price-total{display:inline-block;margin-bottom:10px;font-size:26px;color:#39c36e;font-weight:700;padding:10px 0}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li{width:50%}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li:nth-child(even){border:none}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li span{display:block}.lity-content .mec-events-meta-group-booking button[type=submit]:after{display:none;font-family:simple-line-icons;content:"\e098";margin-left:4px;-webkit-animation:rotating 1.2s linear infinite;-moz-animation:rotating 1.2s linear infinite;-ms-animation:rotating 1.2s linear infinite;-o-animation:rotating 1.2s linear infinite;animation:rotating 1.2s linear infinite}.lity-content .mec-events-meta-group-booking button[type=submit].loading:after{display:inline-block}@media only screen and (max-width:480px){.lity-content .mec-events-meta-group-booking{padding:20px;width:340px;margin:0 auto}}.mec-wrap *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mec-wrap :after,.mec-wrap :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mec-wrap .clearfix:after,.mec-wrap .clearfix:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.mec-wrap .clearfix:after{clear:both}.mec-wrap .clearfix{zoom:1}.mec-wrap .clear,.mec-wrap .clr{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.mec-wrap .clr{visibility:visible;overflow:visible}.mec-container [class*=col-] img{max-width:100%}.mec-container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.mec-container:after,.mec-container:before{content:" ";display:table}.mec-container:after{clear:both}@media only screen and (max-width:479px){.mec-container{width:300px}}@media only screen and (min-width:480px) and (max-width:767px){.mec-container{width:420px}}@media only screen and (min-width:768px) and (max-width:960px){.mec-container{width:768px}}@media only screen and (min-width:961px){.mec-container{width:960px}}@media only screen and (min-width:1200px){.mec-container{width:1196px;padding-left:15px;padding-right:15px}}@media only screen and (min-width:1921px){.mec-container{max-width:1690px}}.mec-wrap .row{margin-left:-10px;margin-right:-10px}.mec-wrap .row:after,.mec-wrap .row:before{content:" ";display:table}.mec-wrap .row:after{clear:both}.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9,.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9,.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9,.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{position:relative;min-height:1px;padding-left:10px;padding-right:10px}@media only screen and (min-width:1200px){.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9,.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9,.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9,.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{padding-left:15px;padding-right:15px}.mec-wrap .row{margin-left:-15px;margin-right:-15px}}.mec-container [class*=col-].alpha{padding-left:0}.mec-container [class*=col-].omega{padding-right:0}.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{float:left}.mec-wrap .col-xs-12{width:100%}.mec-wrap .col-xs-11{width:91.66666666666666%}.mec-wrap .col-xs-10{width:83.33333333333334%}.mec-wrap .col-xs-9{width:75%}.mec-wrap .col-xs-8{width:66.66666666666666%}.mec-wrap .col-xs-7{width:58.333333333333336%}.mec-wrap .col-xs-6{width:50%}.mec-wrap .col-xs-5{width:41.66666666666667%}.mec-wrap .col-xs-4{width:33.33333333333333%}.mec-wrap .col-xs-3{width:25%}.mec-wrap .col-xs-2{width:16.666666666666664%}.mec-wrap .col-xs-1{width:8.333333333333332%}@media (min-width:768px){.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9{float:left}.mec-wrap .col-sm-12{width:100%}.mec-wrap .col-sm-11{width:91.66666666666666%}.mec-wrap .col-sm-10{width:83.33333333333334%}.mec-wrap .col-sm-9{width:75%}.mec-wrap .col-sm-8{width:66.66666666666666%}.mec-wrap .col-sm-7{width:58.333333333333336%}.mec-wrap .col-sm-6{width:50%}.mec-wrap .col-sm-5{width:41.66666666666667%}.mec-wrap .col-sm-4{width:33.33333333333333%}.mec-wrap .col-sm-3{width:25%}.mec-wrap .col-sm-2{width:16.666666666666664%}.mec-wrap .col-sm-1{width:8.333333333333332%}}@media (min-width:961px){.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9{float:left}.mec-wrap .col-md-12{width:100%}.mec-wrap .col-md-11{width:91.66666666666666%}.mec-wrap .col-md-10{width:83.33333333333334%}.mec-wrap .col-md-9{width:75%}.mec-wrap .col-md-8{width:66.66666666666666%}.mec-wrap .col-md-7{width:58.333333333333336%}.mec-wrap .col-md-6{width:50%}.mec-wrap .col-md-5{width:41.66666666666667%}.mec-wrap .col-md-4{width:33.33333333333333%}.mec-wrap .col-md-3{width:25%}.mec-wrap .col-md-2{width:16.666666666666664%}.mec-wrap .col-md-1{width:8.333333333333332%}}@media (min-width:1200px){.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9{float:left}.mec-wrap .col-lg-12{width:100%}.mec-wrap .col-lg-11{width:91.66666666666666%}.mec-wrap .col-lg-10{width:83.33333333333334%}.mec-wrap .col-lg-9{width:75%}.mec-wrap .col-lg-8{width:66.66666666666666%}.mec-wrap .col-lg-7{width:58.333333333333336%}.mec-wrap .col-lg-6{width:50%}.mec-wrap .col-lg-5{width:41.66666666666667%}.mec-wrap .col-lg-4{width:33.33333333333333%}.mec-wrap .col-lg-3{width:25%}.mec-wrap .col-lg-2{width:16.666666666666664%}.mec-wrap .col-lg-1{width:8.333333333333332%}}
1
+ .mec-wrap,.mec-wrap div{font-family:Montserrat,Helvetica,Arial,sans-serif}.entry-content .mec-wrap h1,.entry-content .mec-wrap h2,.entry-content .mec-wrap h3,.entry-content .mec-wrap h4,.entry-content .mec-wrap h5,.entry-content .mec-wrap h6,.mec-wrap h1,.mec-wrap h2,.mec-wrap h3,.mec-wrap h4,.mec-wrap h5,.mec-wrap h6{font-family:Montserrat,Helvetica,Arial,sans-serif;color:#171c24;font-weight:300;font-style:inherit;letter-spacing:normal;clear:none}.mec-wrap h1{font-size:50px;line-height:1.16;margin-bottom:12px;letter-spacing:-1px}.mec-wrap h2{font-size:36px;line-height:1.14;margin-bottom:10px}.mec-wrap h3{font-size:28px;line-height:1.2;margin-bottom:8px}.mec-wrap h4{font-size:24px;line-height:1.2;margin-bottom:10px}.mec-wrap h5{font-size:18px;line-height:1.3;margin-bottom:7px}.mec-wrap h6{font-size:16px;line-height:1.3;margin-bottom:4px}.mec-wrap .subheader{color:#849098}.mec-wrap h1 strong{font-weight:700}.mec-wrap p{margin:0 0 20px 0;color:#616161;font-size:14px;line-height:1.8}.mec-wrap .mec-event-article .mec-color-hover{box-shadow:none;border:none}.mec-wrap abbr,.mec-wrap acronym{cursor:auto;border:none}.entry-content .mec-wrap a{box-shadow:none}.mec-wrap .button,.mec-wrap button:not(.owl-dot),.mec-wrap input[type=button],.mec-wrap input[type=reset],.mec-wrap input[type=submit]{position:relative;border:none;border-radius:0;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;line-height:1.5;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease}.mec-wrap .button:hover,.mec-wrap button:hover,.mec-wrap input[type=button]:hover,.mec-wrap input[type=reset]:hover,.mec-wrap input[type=submit]:hover{background:#222;color:#fff}.vertical-space,.vertical-space1,.vertical-space2,.vertical-space3,.vertical-space4,.vertical-space5{display:block;width:100%;margin:0;clear:both;border:0 none;height:20px}.vertical-space2{height:40px}.vertical-space3{height:60px}.vertical-space4{height:80px}.vertical-space5{height:100px}@media only screen and (max-width:479px){.vertical-space,.vertical-space1{height:8px}.vertical-space2{height:14px}.vertical-space3{height:28px}.vertical-space4{height:40px}.vertical-space5{height:60px}}@media only screen and (max-width:960px){.vertical-space,.vertical-space1{height:12px}.vertical-space2{height:18px}.vertical-space3{height:36px}.vertical-space4{height:50px}.vertical-space5{height:80px}}.mec-wrap abbr{cursor:auto;border-bottom:0}@-webkit-keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.mec-wrap{font:14px/25px sans-serif;font-family:Montserrat,Helvetica,Arial,sans-serif;font-weight:400;color:#626262}.mec-wrap .mec-events a{border-bottom:none}.mec-wrap .mec-container a{box-shadow:none}.mec-event-content p{font-family:Roboto,sans-serif;font-weight:300}.mec-wrap .mec-clear:after,.mec-wrap .mec-clear:before{content:" ";display:table}.mec-wrap .mec-clear:after{clear:both}.mec-events-button{background:#fff;padding:12px 34px;font-size:13px;font-weight:400;letter-spacing:0;border:1px solid #e3e3e3;margin-right:10px;transition:.3s}.mec-wrap .mec-events-button:hover{color:#fff}.mec-no-event{display:none}.mec-event-grid-classic .mec-event-article{position:relative;border:2px solid #e3e3e3;box-shadow:0 2px 0 0 rgba(0,0,0,.016);margin-bottom:30px;max-width:none}.mec-event-grid-classic .mec-event-content{background:#fff;color:#767676;padding:0 20px 5px;text-align:center;min-height:125px}.mec-event-grid-classic .mec-event-title{color:#202020;margin:10px 0;font-weight:700;font-size:20px;letter-spacing:1px;text-transform:uppercase}.mec-event-grid-classic .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-classic .mec-event-date{font-weight:400;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#fff;padding:3px 20px;margin:0 -20px 20px -20px;text-align:center}.mec-event-grid-classic .mec-event-content p{font-size:15px;color:#8a8a8a}.mec-event-grid-classic .mec-event-detail{display:none}.mec-event-grid-classic img{margin-bottom:0;width:100%}.mec-event-footer{position:relative;border-top:1px solid #efefef;padding:20px;min-height:80px;margin:0;background:#fafafa}.mec-event-sharing-wrap{left:15px;position:absolute;list-style:none;margin:0}.mec-event-sharing-wrap .mec-event-sharing{position:absolute;padding:8px 0 2px;left:-6px;bottom:54px;margin:0;margin-top:6px;border-radius:5px;width:50px;visibility:hidden;opacity:0;border:1px solid #e2e2e2;background:#fff;box-shadow:0 0 9px 0 rgba(0,0,0,.06);z-index:99;-webkit-transition:all .18s ease;transition:all .18s ease}.mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-sharing-wrap .mec-event-sharing:before{content:'';display:block;position:absolute;bottom:-10px;left:50%;margin-left:-10px;width:0;height:0;border-style:solid;border-width:10px}.mec-event-sharing-wrap .mec-event-sharing:before{bottom:-21px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-sharing-wrap .mec-event-sharing:after{bottom:-19px;border-color:#fff transparent transparent transparent}.mec-event-sharing-wrap:hover .mec-event-sharing{opacity:1;visibility:visible}.mec-event-sharing-wrap li{text-align:center;border:0;display:block;margin-right:2px;overflow:hidden;margin:0 auto 6px;width:38px}.mec-event-sharing-wrap:hover>li{cursor:pointer;background-color:#40d9f1}.mec-event-sharing-wrap:hover>li a{color:#fff}.mec-event-sharing-wrap>li{border:1px solid #d9d9d9}.mec-event-sharing-wrap li a{border:none;color:#767676}.mec-event-sharing-wrap li i{width:36px;height:36px;display:table-cell;vertical-align:middle}.mec-event-sharing-wrap .mec-event-sharing li a{display:block}.mec-event-sharing-wrap .mec-event-sharing li:hover a{color:#40d9f1}.mec-event-sharing .mec-event-share:hover .event-sharing-icon{background:#40d9f1;border-width:0 1px 0;cursor:pointer}.mec-event-sharing .mec-event-map{border-width:1px 0 1px}.mec-event-footer .mec-booking-button{box-shadow:none;transition:all .21s ease;font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:#fff;color:#767676;border:1px solid #e8e8e8;position:absolute;top:20px;right:15px;padding:0 16px;line-height:37px;height:38px}.mec-event-footer .mec-booking-button:hover{background:#191919;color:#fff;border-color:#191919}@media only screen and (max-width:960px){.mec-event-grid-classic{margin-bottom:30px}}.mec-widget .mec-event-grid-classic.mec-owl-carousel{padding:36px 0 16px}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav{margin:5px 0;width:100%;position:absolute;top:15px;padding:0}.mec-skin-grid-container.mec-widget{padding-top:18px}.mec-widget .mec-event-grid-classic.mec-owl-carousel{padding:20px 0 16px}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav{margin:0;width:100%;position:absolute;top:0;padding:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav div{position:absolute;background:#fff;line-height:0;width:34px;height:26px;padding:6px;text-align:center;margin-top:-17px;border-radius:3px;border:1px solid #e2e2e2;text-align:center;box-shadow:0 2px 0 0 rgba(0,0,0,.028);transition:all .33s ease}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav i{font-size:12px;color:#40d9f1;cursor:pointer}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-next{right:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-prev{left:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-sharing{display:none}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer{text-align:center}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer .mec-booking-button{position:static;padding:11px 16px}.widget .mec-event-footer ul.mec-event-sharing-wrap li a.mec-event-share-icon{padding:0}@media screen and (min-width:56.875em){.mec-widget .mec-month-container dl{margin-bottom:0}}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-footer{text-align:right}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap{left:5px;padding-left:5px}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap .mec-event-sharing{left:0}.mec-widget .mec-event-sharing-wrap .mec-event-sharing{position:absolute;top:auto;bottom:52px;margin:0;margin-top:0;border-radius:5px}.mec-widget .mec-event-sharing-wrap .mec-event-sharing:after{top:auto;bottom:-17px;border-color:#fff transparent transparent transparent}.mec-widget .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-18px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-grid-clean{margin-bottom:10px;max-width:none}.mec-event-grid-clean .mec-event-article{margin-bottom:30px;position:relative;border:1px solid #e2e2e2;text-align:center;padding:15px 15px 0;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-clean .mec-event-content{background:#fff;color:#767676;padding:25px 16px 0;text-align:left}.mec-event-grid-clean .mec-event-title{color:#202020;margin:0 0 10px 0;font-weight:700;font-size:21px;text-transform:capitalize}.mec-event-grid-clean .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-clean .mec-event-date{font-weight:400;font-size:11px;text-transform:uppercase;letter-spacing:1px;background-color:#40d9f1;color:#fff;padding:3px 0;margin:0;text-align:center}.mec-event-grid-clean .mec-event-content p{font-size:15px;color:#9a9a9a;line-height:1.54}.mec-event-grid-clean img{margin-bottom:0;width:100%}.mec-event-grid-clean .event-grid-t2-head{margin-bottom:10px;color:#fff;padding:9px 14px 6px;text-align:left}.mec-event-grid-clean .event-grid-t2-head .mec-event-date{font-size:50px;line-height:50px;float:left;margin-right:11px}.mec-event-grid-clean .event-grid-t2-head .mec-event-month{text-transform:uppercase;font-size:17px;line-height:20px;padding-top:4px}.mec-event-grid-clean .event-grid-t2-head .mec-event-detail{font-size:12px}.mec-event-grid-clean .mec-event-sharing-wrap{left:0}.mec-event-grid-clean .mec-event-footer{position:relative;border-top:2px solid;padding:20px 0;margin:0 14px;text-align:left;background:0 0}.mec-event-grid-clean .mec-event-footer .mec-booking-button{right:0}.mec-event-grid-clean .row{margin-bottom:30px}.mec-event-grid-modern{margin-bottom:10px;max-width:none}.mec-event-grid-modern .mec-event-article{position:relative;border:1px solid #e2e2e2;text-align:center;margin-bottom:30px;padding:45px 15px 10px;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-modern .mec-event-content{background:#fff;color:#767676;padding:35px 15px 10px;text-align:left}.mec-event-grid-modern .mec-event-title{color:#202020;margin:0 0 10px 0;font-weight:700;font-size:24px;text-transform:none;letter-spacing:-1px}.mec-event-grid-modern .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-modern .mec-event-content p{font-size:15px;color:#9a9a9a;line-height:1.54}.mec-event-grid-modern img{margin-bottom:0;width:100%}.mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:9px 14px 6px;text-align:left}.mec-event-grid-modern .event-grid-modern-head .mec-event-date{font-size:50px;line-height:50px;float:left;margin-right:11px}.mec-event-grid-modern .event-grid-modern-head .mec-event-month{text-transform:uppercase;font-size:17px;line-height:20px;padding-top:4px}.mec-event-grid-modern .event-grid-modern-head .mec-event-detail{font-size:12px}.mec-event-grid-modern .event-grid-modern-head .mec-event-day{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:35px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-event-grid-modern .mec-event-footer{position:relative;height:90px;padding:20px 0;border:none;margin:0 14px;text-align:left;background:0 0}.mec-event-grid-modern .mec-event-footer .mec-booking-button{right:auto;left:0}.mec-event-grid-modern .mec-event-sharing-wrap{left:auto;right:0}.mec-event-grid-modern .mec-event-sharing{left:auto;right:-6px}.mec-event-grid-modern .mec-event-sharing-wrap li{border-radius:55px}.mec-event-grid-modern .row{margin-bottom:0}@media only screen and (max-width:479px){.mec-event-grid-modern .mec-event-article{padding-bottom:30px}.mec-event-grid-modern .mec-event-sharing{top:60px;left:0;right:auto}.mec-event-grid-modern .mec-event-footer .mec-booking-button{top:0}}.mec-event-grid-colorful .mec-event-article{min-height:400px;border:none;box-shadow:none;background:#40d9f1;padding-top:25px;margin:0;color:#fff}.mec-event-grid-colorful .mec-event-content{background:0 0}.mec-event-grid-colorful .event-grid-modern-head,.mec-event-grid-colorful .event-grid-modern-head .mec-event-date,.mec-event-grid-colorful .event-grid-modern-head .mec-event-day,.mec-event-grid-colorful .mec-event-content p,.mec-event-grid-colorful .mec-event-sharing-wrap>li>a,.mec-event-grid-colorful .mec-event-title a{color:#fff}.mec-event-grid-colorful .mec-event-footer .mec-booking-button{border:none}.mec-event-grid-colorful .mec-event-sharing-wrap>li{border-color:#fff}.mec-event-grid-colorful .mec-event-sharing-wrap:hover>li{background:#333;border-color:#333}.mec-event-grid-colorful .mec-event-title a.mec-color-hover:hover{color:#fff;text-decoration:underline}.mec-event-grid-colorful .mec-event-title .event-color{display:none}.mec-event-grid-colorful div[class^=col-md-]{padding:0 1px 1px 0;margin:0}@media only screen and (min-width:768px){.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-day{font-size:26px}.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-month{font-size:15px}.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-date{font-size:50px}.mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-title{font-size:21px}.mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-content p{font-size:13px}}@media only screen and (min-width:768px) and (max-width:1200px){.mec-wrap.mec-sm959.mec-event-grid-colorful div[class^=col-md-]{width:50%}}.mec-event-list-minimal .mec-event-article{border-bottom:1px solid #efefef;padding:24px 0 16px}.mec-event-list-minimal .mec-wrap .col-md-9{padding:0}.mec-event-list-minimal .mec-event-date{position:relative;float:left;margin-right:30px;color:#fff;width:52px;padding:6px 4px 3px;text-align:center;text-transform:uppercase;border-radius:3px}.mec-event-list-minimal .mec-event-date span{display:block;font-size:24px;font-weight:700;text-align:center;margin-bottom:4px}.mec-event-list-minimal .mec-event-date:after{display:block;content:"";position:absolute;width:50px;left:1px;top:1px;height:30px;background:rgba(255,255,255,.1);box-shadow:0 4px 4px rgba(0,0,0,.02)}.mec-event-list-minimal .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;font-size:18px;text-transform:uppercase;letter-spacing:0;padding-top:5px}.mec-event-list-minimal .mec-event-detail{font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;font-family:Roboto,sans-serif}.mec-event-list-minimal .btn-wrapper{text-align:right;padding-right:0;padding-top:6px}.mec-event-list-minimal .btn-wrapper .mec-detail-button{border-bottom:0;margin-bottom:14px;margin-right:0;box-shadow:none}.mec-event-list-minimal a.mec-detail-button{text-align:center;display:inline-block;background:#ededed;color:#191919;padding:12px;border-radius:2px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;transition:all .24s ease}.mec-event-list-minimal a.mec-detail-button:hover{background:#292929;color:#fff}.vc_col-sm-4 .mec-event-list-minimal .mec-event-date,.vc_col-sm-6 .mec-event-list-minimal .mec-event-date{margin-right:12px}.vc_col-sm-4 .mec-event-list-minimal .mec-event-title,.vc_col-sm-6 .mec-event-list-minimal .mec-event-title{font-size:15px;letter-spacing:2px}@media only screen and (min-width:480px) and (max-width:767px){.mec-event-list-minimal .btn-wrapper{padding-left:0}.mec-event-list-minimal .mec-event-date{margin-right:10px}}@media only screen and (max-width:767px){.mec-event-list-minimal .btn-wrapper .mec-detail-button{display:block;text-align:center;margin:0;margin-top:16px;padding:8px}.mec-event-list-minimal .btn-wrapper{margin:12px 0}}@media only screen and (max-width:479px){.mec-event-list-minimal .mec-event-date{float:none;width:100%;margin-bottom:8px}.mec-event-list-minimal .mec-event-date span{display:inline;padding-right:25px;margin-right:7px;font-size:inherit}.mec-event-list-minimal .mec-event-date:after{width:45%;box-shadow:4px 0 4px rgba(0,0,0,.02)}.mec-event-list-minimal .btn-wrapper{text-align:center;padding-left:0}.mec-event-list-minimal{text-align:center}.mec-event-list-minimal .mec-event-detail{margin-bottom:10px}}.mec-wrap .mec-event-list-modern .mec-event-title{margin-top:0;margin-bottom:10px}.mec-event-list-modern .mec-event-article{border-bottom:1px solid #efefef;padding:30px 0 10px}.mec-event-list-modern .mec-event-article:last-child{border-bottom:none}.mec-event-list-modern .mec-event-title a{color:#191919;transition:all .24s ease;box-shadow:none}.mec-event-list-modern .mec-event-date{text-transform:uppercase;padding:10px 0}.mec-event-list-modern .mec-event-date .event-d{font-size:48px;display:table-cell;padding:10px 0 0}.mec-event-list-modern .mec-event-date .event-f{font-size:13px;display:table-cell;vertical-align:middle;padding-left:7px;font-weight:500;letter-spacing:3px;color:#777}.mec-event-list-modern .mec-event-detail{font-weight:300;color:#8a8a8a}.mec-event-list-modern .mec-event-date .event-da{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:28px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-event-list-modern .mec-btn-wrapper .mec-booking-button{border-radius:1px;letter-spacing:2px;border:1px solid #e6e6e6;color:#333;background-color:#fff;padding:13px 20px;font-weight:700;font-size:11px;box-shadow:0 2px 0 0 rgba(0,0,0,.016);transition:all .28s ease}.mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover{border-color:#222;background:#222;color:#fff}.mec-event-list-modern .mec-event-title{font-weight:700;font-size:20px;text-transform:uppercase;letter-spacing:1px}.mec-event-list-modern .mec-event-detail{color:#9a9a9a;font-size:15px;font-weight:300;line-height:25px;font-family:Roboto,sans-serif}.mec-event-list-modern .mec-btn-wrapper{text-align:right;padding:10px 0;text-transform:uppercase}.mec-event-list-modern .mec-event-sharing{position:relative;margin:10px 0}.mec-event-list-modern .mec-event-sharing>li{display:inline-block;border:none;border-radius:50%;margin-right:3px}.mec-event-list-modern .mec-event-sharing>li:hover{display:inline-block}.mec-event-list-modern .mec-event-sharing>li:hover a i{color:#fff;background:#40d9f1;border-color:#40d9f1}.mec-event-list-modern .mec-event-sharing>li i{width:36px;display:inline-block;line-height:35px;color:#767676;text-align:center;border-radius:50%;border:1px solid #ddd;font-size:14px}.mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon{background:#40d9f1;border-color:#40d9f1;cursor:pointer;border-radius:50%}.mec-event-list-modern .mec-event-sharing li:hover a i{background:#40d9f1}@media only screen and (min-width:768px){.mec-event-list-modern .mec-event-article{position:relative;min-height:160px;overflow:hidden}.mec-event-list-modern .col-md-2.col-sm-2{width:210px;position:absolute;left:0;top:20px}.mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper{width:180px;padding:0;position:absolute;right:0;top:30%}.mec-event-list-modern .col-md-6.col-sm-6{width:100%;padding-left:225px;padding-right:195px}}@media only screen and (max-width:767px){.mec-event-list-modern .mec-btn-wrapper .mec-booking-button{letter-spacing:1px;border:1px solid #e1e1e1;padding:8px 16px}.mec-event-list-modern .mec-btn-wrapper{padding:0 0 12px}.mec-event-list-modern .mec-event-sharing{margin-bottom:0}}.mec-event-grid-minimal .mec-event-article{margin:15px 0;min-height:80px;display:table}.mec-event-grid-minimal .event-detail-wrap{display:table-cell;vertical-align:middle}.mec-event-grid-minimal .mec-event-date{width:70px;float:left;margin-right:20px;padding:12px 16px 10px;text-align:center;text-transform:uppercase;border-radius:4px;border:1px solid #e6e6e6;transition:all .37s ease-in-out;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-minimal .mec-event-date span{display:block;font-size:24px;font-weight:700;text-align:center;margin-bottom:4px;color:#2a2a2a;transition:color .3s ease}.mec-event-grid-minimal .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;line-height:21px;font-size:16px;text-transform:uppercase;transition:color .3s ease}.mec-event-grid-minimal .mec-event-title a{color:#191919;transition:color .3s ease}.mec-event-grid-minimal .mec-event-detail{font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;font-family:Roboto,sans-serif}.mec-event-grid-minimal .mec-event-date:hover{color:#fff}.mec-event-grid-minimal .mec-event-date:hover span{color:#fff}.mec-event-list-classic .mec-event-article{padding:12px 0;margin-bottom:20px}.mec-event-list-classic .mec-event-image{float:left;width:86px;margin-right:20px}.mec-event-list-classic .mec-event-date{font-weight:400;font-size:13px;letter-spacing:0;line-height:18px}.mec-event-list-classic .mec-event-date span{font-weight:500;margin-bottom:6px}.mec-event-list-classic .mec-event-title{font-size:15px;margin:10px 0 12px;font-weight:700;text-transform:uppercase}.mec-event-list-classic .mec-event-title a{color:#494949;transition:color .3s ease}.mec-event-list-classic .mec-event-detail{color:#777;font-weight:400;line-height:12px;font-size:12px;overflow:hidden}.mec-event-list-classic a.magicmore{padding:10px 16px;color:#fff;background:#222;letter-spacing:2px;font-size:11px}.mec-event-list-classic a.magicmore:after{content:"";display:none}.mec-event-list-classic a.magicmore:hover{color:#40d9f1}.mec-event-grid-simple .mec-event-article{position:relative;margin-bottom:30px}.mec-event-grid-simple .mec-event-article:after{border-right:1px solid #e6e6e6;height:60px;position:absolute;top:50%;margin-top:-30px;right:-1px}.mec-event-grid-simple .row div:last-child .mec-event-article:after{border:none}.mec-event-grid-simple .row{margin:15px 0 30px;text-align:center}.mec-event-grid-simple .mec-event-date{padding:0;margin:0;text-transform:capitalize;font-size:12px;font-weight:700}.mec-event-grid-simple .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;line-height:21px;font-size:15px;padding-top:5px;text-transform:uppercase;transition:color .37s ease}.mec-event-grid-simple .mec-event-title a{color:#494949;transition:color .3s ease}.mec-event-grid-simple .mec-event-detail{font-family:Roboto,sans-serif;font-weight:400;line-height:1;letter-spacing:0;font-size:13px;color:#777}.mec-event-grid-simple:hover .mec-event-title{color:#40d9f1}.mec-event-grid-simple:hover .mec-event-date{background:0 0}.event-last:after{display:none}@media only screen and (max-width:767px){.mec-event-grid-simple .mec-event-article{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}.mec-event-grid-simple .mec-event-article:after{border:none}}.mec-event-grid-novel .mec-event-article{position:relative;margin-bottom:30px;padding:60px 5% 60px 7%;border:1px solid rgba(255,255,255,.12);border-radius:10px;background-color:#0050fd;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:1}.mec-event-grid-novel .mec-event-article .novel-grad-bg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;opacity:0;z-index:-1;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.mec-event-grid-novel .mec-event-article:hover{-webkit-box-shadow:0 13px 36px 0 rgba(0,0,0,.23);box-shadow:0 13px 36px 0 rgba(0,0,0,.23);border-color:transparent}.mec-event-grid-novel .mec-event-article:hover .novel-grad-bg{background-image:-webkit-gradient(linear,left top,right top,from(#262e32),to(#0e1015));background-image:-webkit-linear-gradient(left,#262e32 0,#0e1015 100%);background-image:-o-linear-gradient(left,#262e32 0,#0e1015 100%);background-image:linear-gradient(90deg,#262e32 0,#0e1015 100%);opacity:1}.mec-event-grid-novel .mec-event-image{float:left;width:150px;height:150px}.mec-event-grid-novel .mec-event-image img{width:150px;height:150px;border-radius:50%}.mec-event-grid-novel .mec-event-detail-wrap{margin-left:200px}.mec-event-grid-novel .mec-event-content h4{position:relative;margin-bottom:10px;display:inline-block}.mec-event-grid-novel .mec-event-content h4 a{font-size:24px;line-height:35px;color:#fafcff}.mec-event-grid-novel .mec-event-content h4::before{content:'';position:absolute;top:8px;left:-30px;width:17px;height:17px;background:#5cd0ed;opacity:.4;border-radius:50%}.mec-event-grid-novel .mec-event-content h4::after{content:'';position:absolute;top:12px;left:-26px;width:9px;height:9px;background:#5cd0ed;border-radius:50%}.mec-event-grid-novel .mec-event-address,.mec-event-grid-novel .mec-event-detail,.mec-event-grid-novel .mec-event-month{position:relative;padding-left:35px;font-size:15px;line-height:30px;color:rgba(255,255,255,.4)}.mec-event-grid-novel .mec-event-address::before,.mec-event-grid-novel .mec-event-detail::before,.mec-event-grid-novel .mec-event-month::before{position:absolute;top:6px;left:6px;font-size:17px;font-family:simple-line-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1}.mec-event-grid-novel .mec-event-month::before{content:"\e075"}.mec-event-grid-novel .mec-event-detail::before{content:"\e081"}.mec-event-grid-novel .mec-event-address::before{content:"\e096"}.mec-event-grid-novel .mec-event-footer{clear:both;padding:20px 0;border-top:none;background:0 0}.mec-event-grid-novel .mec-event-footer .mec-booking-button{right:auto;left:0;height:42px;width:148px;padding:0 20px;font-size:14px;font-weight:400;line-height:42px;text-align:center;color:#fff;background:0 0;border-color:rgba(255,255,255,.1);border-radius:50px}.mec-event-grid-novel .mec-event-footer .mec-booking-button:hover{background-color:rgba(255,255,255,.1)}.mec-event-grid-novel .mec-event-sharing-wrap{left:175px;cursor:pointer}.mec-event-grid-novel .mec-event-sharing-wrap>li{border-color:rgba(255,255,255,.1);border-radius:50%}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing{top:-5px;left:0;padding:5px 10px 2px 50px;min-width:150px;width:inherit;height:37px;background-color:rgba(255,255,255,.1);-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:50px}.mec-event-grid-novel .mec-event-sharing-wrap:hover>li{background-color:rgba(255,255,255,.1)}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::after,.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::before{display:none}.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon,.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a,.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li i{display:inline}.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a{padding:0 10px}.mec-event-grid-novel .mec-event-sharing-wrap>li a{color:#fff}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a{color:rgba(255,255,255,.4)}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a:hover{color:rgba(255,255,255,1)}@media only screen and (max-width:1200px){.mec-event-grid-novel .row .col-md-6.col-sm-6{width:100%;float:none}.mec-event-grid-novel .mec-event-image{float:none;margin-top:-20px;margin-bottom:20px}.mec-event-grid-novel .mec-event-detail-wrap{margin-left:20px}.mec-event-grid-novel .mec-event-footer{margin-top:30px}}@media only screen and (max-width:767px){.mec-event-grid-novel .mec-event-footer{margin-top:0;padding-top:30px;margin-bottom:24px}.mec-event-grid-novel .mec-event-footer .mec-booking-button{display:block;position:relative}.mec-event-grid-novel .mec-event-sharing-wrap{left:0;bottom:-55px}.mec-event-grid-novel .mec-event-content h4 a{font-size:20px;line-height:1.3}}.mec-event-cover-modern{position:relative}.mec-event-cover-modern .mec-event-cover-a{background:0 0;position:absolute;color:#fff;bottom:0;left:0;text-decoration:none}.mec-event-cover-modern .mec-event-cover-a .mec-event-overlay{transition:all .5s;opacity:.8;width:100%;height:100%;position:absolute}.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-overlay{opacity:1}.mec-event-cover-modern .mec-event-detail{padding:40px;position:relative}.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-tag{color:#333;transition:all .5s}.mec-event-cover-modern .mec-event-cover-a .mec-event-title:hover{text-decoration:underline}.mec-event-cover-modern .mec-event-tag{background:#fff;display:inline-block;padding:5px 9px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.mec-event-cover-modern .mec-event-date{text-transform:uppercase;font-size:17px;font-weight:300}.mec-event-cover-modern .mec-event-title{color:#fff;text-transform:uppercase;font-size:40px;font-weight:700;margin:6px 0}.mec-event-cover-modern .mec-event-place{font-weight:400;font-size:18px;font-family:Roboto,sans-serif}@media only screen and (max-width:767px){.mec-event-cover-modern .mec-event-cover-a{width:100%}}.mec-event-cover-classic{position:relative;overflow:hidden;background:#fff;padding:6px;border:1px solid #e8e8e8}.mec-event-cover-classic .mec-event-overlay{position:absolute;left:6px;right:6px;bottom:6px;top:6px;width:auto;height:auto;background-color:rgba(36,36,36,.4);transition:all .33s ease-in-out}.mec-event-cover-classic:hover .mec-event-overlay{background-color:rgba(36,36,36,.6)}.mec-event-cover-classic .mec-event-content{font-size:15px;color:#fff;position:absolute;bottom:0;padding:50px 35px;transition:all .33s ease-in-out}.mec-event-cover-classic .mec-event-date{font-size:14px;text-transform:uppercase;font-weight:400;line-height:1.6}.mec-event-cover-classic .mec-event-date span{display:block;font-weight:700;font-size:16px}.mec-event-cover-classic .mec-event-title{color:#fff;margin:20px 0 38px;font-size:24px;font-weight:700;text-transform:uppercase;font-style:normal}.mec-event-cover-classic .mec-btn-wrapper{text-align:left}.mec-event-cover-classic .mec-event-icon{font-size:18px;float:left;margin-right:14px;color:#fff;padding:13px}.mec-event-cover-classic .mec-event-button{color:#fff;background-color:#191919;border:2px #191919 solid;padding:12px 20px;letter-spacing:3px;font-size:12px;font-weight:700;font-style:normal;transition:all .22s ease;text-decoration:none}.mec-event-cover-classic .mec-event-button:hover{color:#191919;background-color:#fff;border-color:#fff;border-radius:1px}.mec-event-cover-classic .mec-event-image img{min-width:100%}@media only screen and (max-width:960px){.mec-event-cover-classic .mec-event-content{padding:20px}.mec-event-cover-classic .mec-event-button{font-size:11px;padding:7px 10px;letter-spacing:1px}.mec-event-cover-classic .mec-event-title{font-size:19px;margin:15px 0 25px}.mec-event-cover-classic .mec-event-date{font-size:12px}}@media only screen and (max-width:767px){.mec-event-cover-classic{margin-bottom:30px}}@media only screen and (max-width:479px){.mec-event-cover-classic .mec-event-content{padding:15px;font-size:15px}.mec-event-cover-classic .mec-event-title{font-size:15px;margin:10px 0}.mec-event-cover-classic .mec-event-button{font-size:10px;padding:6px;letter-spacing:1px}.mec-event-cover-classic .mec-event-icon{padding:10px}}.mec-load-more-wrap{text-align:center;display:block;width:100%;padding-top:20px;text-align:center;position:relative}.mec-load-more-button{box-shadow:none;transition:all .21s ease;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:#fff;color:#767676;border:2px solid #e8e8e8;border-radius:50px;padding:0 28px;margin-bottom:20px;cursor:pointer;line-height:40px;font-family:Montserrat,Helvetica,Arial,sans-serif;height:42px;display:inline-block}.mec-load-more-button:hover{background:#191919;color:#fff;border-color:#191919}.mec-load-more-loading{content:url(../img/ajax-loader.gif);cursor:wait;background:0 0;border-style:none}.mec-load-more-loading:hover{background:0 0}.mec-modal-preloader,.mec-month-navigator-loading{width:100%;height:100%;background:no-repeat rgba(255,255,255,.88) url(../img/ajax-loader.gif) center;border-style:none;position:fixed;left:0;right:0;bottom:0;top:0;z-index:9}.mec-event-calendar-classic .mec-calendar-side .mec-calendar-table{min-height:1024px}.mec-calendar-side .mec-calendar-table{min-height:450px}.mec-skin-weekly-view-events-container.mec-month-navigator-loading{margin-top:0}.mec-calendar.mec-event-calendar-classic .mec-calendar-side{display:block}.mec-skin-daily-view-events-container.mec-month-navigator-loading{margin-top:0}@media only screen and (min-width:961px){.mec-wrap.mec-sm959 .mec-calendar-side .mec-calendar-table{min-height:1px}}@media only screen and (max-width:479px){.mec-calendar-side .mec-calendar-table{min-height:1px}}.mec-event-cover-clean{position:relative;border:1px solid #e6e6e6;padding:8px}.mec-event-cover-clean .mec-event-overlay{height:100%;background-color:rgba(36,36,36,.4);position:absolute;width:100%;left:0;border:8px solid #fff;top:0;transition:all .5s ease-in-out}.mec-event-cover-clean .mec-event-content{color:#fff;position:absolute;bottom:20px;padding:40px 60px;transition:all .5s ease-in-out}.mec-event-cover-clean .mec-event-title{color:#fff;font-weight:700;margin:46px 0 19px;font-size:29px;text-transform:uppercase;text-shadow:0 0 1px rgba(0,0,0,.5)}.mec-event-cover-clean .mec-event-title a{color:#fff;transition:all .5s;text-decoration:none;outline:0;border:none;box-shadow:none}.mec-event-cover-clean .mec-event-title a:hover{text-decoration:underline}.mec-event-cover-clean .mec-event-date{position:absolute;top:-20px;right:60px;color:#fff;width:60px;padding:14px 10px;z-index:1}.mec-event-cover-clean .mec-event-date div{text-align:center;text-transform:uppercase;letter-spacing:1px;line-height:16px}.mec-event-cover-clean .mec-event-date .dday{padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.5);margin-bottom:13px;font-size:24px}.mec-event-cover-clean .mec-event-date .dmonth{letter-spacing:2px}.mec-event-cover-clean .mec-event-place{font-size:18px;font-family:Roboto,sans-serif}.mec-event-cover-clean .mec-event-image img{width:100%}@media only screen and (max-width:768px){.mec-event-cover-clean .mec-event-content{padding:20px;bottom:5px}.mec-event-cover-clean .mec-event-title{font-size:23px}.mec-event-cover-clean .mec-event-date{right:20px;padding:10px;width:50px}}@media only screen and (max-width:479px){.mec-event-cover-clean .mec-event-content{padding:10px}.mec-event-cover-clean .mec-event-title{font-size:19px;padding-right:25px}.mec-event-cover-clean .mec-event-date{right:-20px;top:-10px}.mec-event-cover-clean .mec-event-detail{font-size:12px}}.mec-month-divider{text-align:center;margin:60px 0 40px 0}.widget .mec-month-divider{margin:10px 0}.mec-month-divider span{text-transform:uppercase;font-size:22px;font-weight:700;padding-bottom:5px;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative}.mec-month-divider span:before{border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-30px;left:50%;width:60px}.widget .mec-month-divider span{font-size:13px}.mec-event-list-standard .mec-events-pagination{margin-top:60px;border-top:4px solid #ebebeb;min-height:80px;padding-top:20px}.mec-event-list-standard .mec-events-pagination .mec-events-pag-previous{float:left;margin-left:0}.mec-event-list-standard .mec-events-pagination .mec-events-pag-next{float:right;margin-right:0}.mec-event-list-standard .mec-event-article{position:relative;display:block;margin-bottom:25px;border:1px solid #e9e9e9;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-list-standard .mec-topsec{display:table;width:100%}.mec-event-list-standard .col-md-3.mec-event-image-wrap{padding-left:0}.mec-event-list-standard .mec-event-content{padding-top:15px;padding-right:30px}.mec-event-list-standard .mec-event-title{font-size:29px;font-weight:700;letter-spacing:-1px;margin:0 0 10px}.mec-event-list-standard .mec-event-title a{color:#292929;transition:color .3s ease}.mec-event-list-standard .mec-col-table-c{display:table-cell;height:100%;vertical-align:middle;float:none!important}.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap{padding-top:15px}.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{vertical-align:top}.mec-topsec .mec-event-image{line-height:1px}.mec-event-list-standard .mec-event-meta-wrap{border-left:1px solid #eee}.mec-event-list-standard .mec-time-details{text-transform:uppercase;font-size:11px;font-weight:300;padding-top:0;text-align:left;padding-left:30px}.mec-event-list-standard .mec-event-meta .mec-event-address{font-style:normal;letter-spacing:0;font-size:13px;color:#8a8a8a}.mec-event-list-standard .mec-event-meta span.mec-event-d,.mec-event-list-standard .mec-event-meta span.mec-event-m{font-size:17px;font-weight:700;padding-right:6px;color:#444;text-transform:uppercase}.mec-event-list-standard .mec-date-details,.mec-event-list-standard .mec-time-details,.mec-event-list-standard .mec-venue-details{position:relative;padding-left:28px;margin-bottom:10px}.mec-event-list-standard .mec-date-details:before,.mec-event-list-standard .mec-time-details:before,.mec-event-list-standard .mec-venue-details:before{content:"\f041";font-family:fontawesome;position:absolute;left:6px;font-size:15px}.mec-event-list-standard .mec-date-details:before{content:"\f073"}.mec-event-list-standard .mec-time-details:before{content:"\f017"}.mec-event-list-minimal .mec-event-title a{color:#292929;transition:color .3s ease}.mec-event-meta-wrap .mec-price-details{margin-bottom:10px}.mec-price-details i{margin-right:5px;vertical-align:text-top}.mec-event-meta-wrap .mec-event-meta .mec-price-details i:before{font-size:15px}@media only screen and (max-width:960px){.mec-event-list-standard .mec-topsec{display:block}.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{display:block;width:40%}.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap{display:block;min-height:230px}.mec-event-list-standard .mec-event-meta-wrap{display:block;border-left:none;border-top:1px solid #eee;width:100%;float:none;padding-top:20px}}@media only screen and (min-width:480px) and (max-width:960px){.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap,.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{display:table-cell}}@media only screen and (max-width:479px){.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap,.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap img{float:none;width:100%;padding:0}.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap{padding:10px 10px 10px 30px}}.mec-wrap .mec-events-cal-links{margin-bottom:0}.mec-single-event #mec-wrap{padding:0;margin-top:35px}.mec-wrap .mec-single-title{margin-top:0;margin-bottom:30px;font-weight:700;font-size:33px}.mec-single-event .mec-event-content{padding:40px 0 30px;margin-bottom:10px}.mec-single-event .mec-events-meta-group-booking,.mec-single-event .mec-frontbox{margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-wrap #main-content{overflow:hidden;padding-top:35px}.mec-single-event .mec-map-get-direction-address-cnt{position:relative}.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address{width:100%;height:46px;padding:13px 10px;margin-bottom:0;background:#fcfcfc;border:1px solid #e0e0e0;border-radius:0;box-shadow:inset 0 2px 5px rgba(0,0,0,.081)}.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address:focus{color:#444;background:#fff;border-color:#b0b0b0;box-shadow:0 0 3px rgba(0,0,0,.2)}.mec-single-event .mec-map-get-direction-btn-cnt input{width:100%}.mec-single-event .mec-map-get-direction-reset{position:absolute;z-index:2;top:5px;right:10px;font-size:11px;cursor:pointer}.mec-events-meta-group-tags{margin-top:20px}.mec-events-meta-group-tags a{display:inline-block;color:#444;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;padding:3px 7px;border:1px solid #ddd;border-radius:2px;background:#fff;margin:1px 3px}.mec-events-meta-group-tags a:hover{text-decoration:underline;background:#f9f9f9}.mec-local-time-details li{list-style:none}.mec-single-event:not(.mec-single-modern) .mec-local-time-details{background:#f7f7f7;padding:12px 14px 8px;margin-bottom:12px;vertical-align:baseline;position:relative;border:none}.mec-single-event:not(.mec-single-modern) .mec-local-time-details ul{margin:0;padding-left:35px}.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3{border:none;padding-left:15px}.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3:before{display:none}.mec-single-event.mec-single-modern i.mec-sl-speedometer{display:none}.mec-single-event .mec-events-meta-group-booking{padding-bottom:30px}.mec-single-event .mec-events-meta-group-booking ul{list-style:none;margin-left:0;padding-left:0}.mec-single-event .mec-events-meta-group-booking ul li{padding:0;list-style:none;margin-top:40px}.mec-single-event .mec-events-meta-group-booking h4{margin-bottom:20px;font-size:23px;font-weight:700}.mec-single-event .mec-events-meta-group-booking li h4{font-size:19px}.mec-single-event .mec-events-meta-group-booking button,.mec-single-event .mec-events-meta-group-booking input{border-radius:0;margin-bottom:6px}.mec-single-event .mec-events-meta-group-booking button{min-width:170px;margin-top:5px}.mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available{display:block;margin-bottom:20px;margin-top:-17px;font-size:11px;color:#8a8a8a}.mec-single-event .mec-events-meta-group-booking .mec-book-price-total{display:inline-block;margin-bottom:10px;font-size:26px;color:#39c36e;font-weight:700;padding:10px 0}.mec-single-event .mec-events-meta-group-booking form{margin:0}.mec-single-event .mec-events-meta-group-booking h5 span,.mec-single-event .mec-events-meta-group-booking label{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:3px 0;display:block;clear:none;padding:5px 1em 3px 0}.mec-single-event .mec-events-meta-group-booking h5 span{display:inline-block}.mec-single-event .mec-events-meta-group-booking h5 span.mec-ticket-variation-name{padding-right:5px;text-transform:capitalize}.mec-single-event .mec-events-meta-group-booking input::-webkit-input-placeholder{color:#aaa}.mec-single-event .mec-events-meta-group-booking input:-moz-placeholder{color:#aaa}.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking input[type=email],.mec-single-event .mec-events-meta-group-booking input[type=number],.mec-single-event .mec-events-meta-group-booking input[type=password],.mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-single-event .mec-events-meta-group-booking input[type=text],.mec-single-event .mec-events-meta-group-booking select,.mec-single-event .mec-events-meta-group-booking textarea{display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:330px;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}.wbmec-mandatory{padding-left:5px;font-size:14px}.mec-single-event .mec-events-meta-group-booking .mec-red-notification input,.mec-single-event .mec-events-meta-group-booking .mec-red-notification select,.mec-single-event .mec-events-meta-group-booking .mec-red-notification textarea{border:1px solid #ff3c3c}.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=checkbox],.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=radio]{outline:1px solid #ff3c3c}@media only screen and (max-width:479px){.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking input[type=email],.mec-single-event .mec-events-meta-group-booking input[type=number],.mec-single-event .mec-events-meta-group-booking input[type=password],.mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-single-event .mec-events-meta-group-booking input[type=text],.mec-single-event .mec-events-meta-group-booking select,.mec-single-event .mec-events-meta-group-booking textarea{width:100%}}.mec-single-event .mec-events-meta-group-booking input[type=email]:focus,.mec-single-event .mec-events-meta-group-booking input[type=number]:focus,.mec-single-event .mec-events-meta-group-booking input[type=password]:focus,.mec-single-event .mec-events-meta-group-booking input[type=tel]:focus,.mec-single-event .mec-events-meta-group-booking input[type=text]:.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking select:focus,.mec-single-event .mec-events-meta-group-booking textarea:focus,focus{border:1px solid #aaa;color:#444;background:#fff;-moz-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);outline:0}.mec-single-event .mec-events-meta-group-booking input[type=checkbox],.mec-single-event .mec-events-meta-group-booking input[type=radio]{margin-right:6px;margin-top:5px;min-height:20px;clear:none;margin:0 0 0 2px}.mec-single-event .mec-events-meta-group-booking input[type=checkbox]{float:left}.mec-events-meta-group-booking ul.mec-book-price-details{list-style:none;border:1px solid #eee;padding:0;overflow:hidden}.mec-events-meta-group-booking ul.mec-book-price-details li{font-size:15px;color:#a9a9a9;list-style:none;padding:13px 18px;margin:0;float:left;border-right:1px solid #eee}.mec-events-meta-group-booking ul.mec-book-price-details li:last-child{border-right:none}.mec-events-meta-group-booking ul.mec-book-price-details li span.mec-book-price-detail-amount{font-weight:700;font-size:21px;color:#222}.mec-single-event .mec-events-meta-group-booking button[type=submit]:after{display:none;font-family:simple-line-icons;content:"\e098";margin-left:4px;-webkit-animation:rotating 1.2s linear infinite;-moz-animation:rotating 1.2s linear infinite;-ms-animation:rotating 1.2s linear infinite;-o-animation:rotating 1.2s linear infinite;animation:rotating 1.2s linear infinite}.mec-single-event .mec-events-meta-group-booking button[type=submit].loading:after{display:inline-block}.mec-single-event .mec-event-export-module{display:block}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul{display:table;width:100%}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li{display:table-cell}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child{text-align:right}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover{color:#fff}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul{padding-left:0;margin:15px 5px}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting{padding-left:0;margin:0}.mec-ticket-price{margin-left:10px;font-size:13px;font-weight:300}.mec-book-reg-field-checkbox label,.mec-book-reg-field-radio label{line-height:1.36}.mec-book-reg-field-checkbox input[type=checkbox],.mec-book-reg-field-radio input[type=radio]{float:left;margin-right:5px!important}.mec-ticket-available-spots .mec-event-ticket-description,.mec-ticket-available-spots .mec-event-ticket-price{font-size:11px}.mec-book-ticket-container .mec-reg-mandatory:nth-child(2) label:after,.mec-book-ticket-container .mec-reg-mandatory:nth-child(3) label:after,.mec-book-ticket-container .wbmec-mandatory{content:"*";color:red;width:50px;height:50px;font-size:14px;padding-left:5px}@media only screen and (max-width:767px){.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li{width:100%;min-height:40px;margin-bottom:15px;text-align:center;float:none;display:block}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a{width:100%;padding-left:0;padding-right:0;text-align:center;display:block;font-size:12px}}.mec-single-event .mec-events-meta-group{margin-bottom:0}@media only screen and (max-width:767px){.mec-single-event .mec-events-meta-group-booking{margin-bottom:30px}}.mec-single-event .mec-event-meta dt,.mec-single-event .mec-event-meta h3{text-transform:uppercase;font-size:16px;font-weight:700;padding-bottom:5px;display:inline;color:#000;padding-left:10px}.mec-single-event .mec-event-meta h6{text-transform:uppercase;font-size:13px;padding-bottom:5px;display:inline;color:#222;padding-left:0}.mec-single-event .mec-event-meta .mec-events-event-categories a,.mec-single-event .mec-event-meta dd{font-size:14px;color:#8d8d8d}.mec-single-event .mec-event-meta dd{margin:0;padding-left:35px}.mec-single-event .mec-event-meta dd.mec-events-event-categories{min-height:35px;line-height:35px}.mec-single-event .mec-event-meta dd.mec-events-event-categories:first-of-type{padding-top:5px}.mec-single-event .mec-event-meta dd.mec-events-event-categories:last-of-type{border-bottom:0}.mec-single-event .mec-event-meta dd a{color:#8d8d8d;transition:all .2s ease}.mec-single-event .mec-event-meta dd a i:before{font-size:16px!important}.mec-single-event .mec-event-meta dd a i{vertical-align:top;margin-right:8px}.mec-single-event .mec-event-meta dl{margin-bottom:0}.mec-single-event .mec-event-meta .mec-events-event-cost{font-size:18px}.mec-single-event .mec-event-meta .mec-events-address{color:#8d8d8d;margin-bottom:3px}.mec-single-event .mec-event-meta .mec-events-meta-group-venue .author{margin-bottom:0;color:#8d8d8d;font-size:13px}.mec-single-event .mec-events-event-image{margin-bottom:0}.mec-single-event h2.mec-single-event-title{margin-bottom:30px;font-weight:700;font-size:33px}.mec-single-event .mec-booking-button{border-bottom:none;letter-spacing:.5px;line-height:48px;height:76px;transition:all .5s ease;color:#fff;padding:16px;display:block;text-align:center;font-size:16px}.mec-single-event .mec-booking-button:hover{background-color:#101010!important}.mec-single-event .mec-event-tags a{display:inline-block;color:#444;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;padding:3px 7px;border:1px solid #ddd;border-radius:2px;background:#fff;margin:1px 3px}.mec-single-event .mec-event-tags:before{font-size:24px;color:#303030;margin-right:5px;content:"\f02c";font-family:fontawesome}.mec-single-event .mec-event-tags{padding-top:13px}.mec-single-event .mec-event-sharing{margin:30px 0 10px}.mec-region.mec-events-abbr,.mec-single-event .mec-street-address{font-style:normal;font-size:13px}.mec-events-meta-group.mec-events-meta-group-venue:before,.mec-single-event-date:before,.mec-single-event-time:before{color:#40d9f1}.mec-single-event .mec-event-social{text-align:center}.mec-single-event .mec-event-social h3{text-transform:uppercase;font-size:15px;font-weight:700;padding-bottom:5px;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative}.mec-single-event .mec-social-single:before{padding:13px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:39px}.mec-single-event .mec-event-social .event-sharing{margin-top:30px}.mec-single-event .mec-event-social ul{list-style:none;margin-left:0}.mec-single-event .mec-event-social li.mec-event-social-icon{display:inline-block}.mec-single-event .mec-event-social li.mec-event-social-icon a{display:inline-block;color:#fff;width:40px;height:40px;padding:9px;font-size:16px;margin-right:5px}.mec-single-event .mec-event-social a.facebook{background:#3b5996}.mec-single-event .mec-event-social a.facebook:hover{background:#28385c}.mec-single-event .mec-event-social a.twitter{background:#00acee}.mec-single-event .mec-event-social a.twitter:hover{background:#0087bd}.mec-single-event .mec-event-social a.vimeo{background:#0dadd6}.mec-single-event .mec-event-social a.vimeo:hover{background:#0a85a3}.mec-single-event .mec-event-social a.dribble{background:#d53e68}.mec-single-event .mec-event-social a.dribble:hover{background:#bf4c78}.mec-single-event .mec-event-social a.youtube{background:#cb322c}.mec-single-event .mec-event-social a.youtube:hover{background:#992622}.mec-single-event .mec-event-social a.pinterest{background:#cb2027}.mec-single-event .mec-event-social a.pinterest:hover{background:#99181d}.mec-single-event .mec-event-social a.google{background:#c3391c}.mec-single-event .mec-event-social a.google:hover{background:#99181f}.mec-single-event .mec-event-social a.linkedin{background:#0073b2}.mec-single-event .mec-event-social a.linkedin:hover{background:#005380}.mec-single-event .mec-event-social a.email{background:#ff5d5e}.mec-single-event .mec-event-social a.email:hover{background:#cc4949}.mec-single-event .mec-event-social a.vk{background:#5b88bd}.mec-single-event .mec-event-social a.vk:hover{background:#3d608a}.mec-single-event .mec-event-social a.rss{background:#f29a1d}.mec-single-event .mec-event-social a.rss:hover{background:#cc7400}.mec-single-event .mec-event-social a.instagram{background:#457399}.mec-single-event .mec-event-social a.instagram:hover{background:#2e4d66}.mec-single-event .mec-event-social a.other-social{background:#ff5d5e}.mec-single-event .mec-event-social a.other-social:hover{background:#cc4949}.mec-single-event .mec-event-social{text-align:center}.mec-single-event .mec-events-meta-group-booking form>h4,.mec-single-event .mec-frontbox-title{text-transform:uppercase;font-size:15px;font-weight:700;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative;text-align:center}.mec-single-event .mec-events-meta-group-booking form>h4:before,.mec-single-event .mec-frontbox-title:before{padding:1px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-35px;left:50%}.mec-event-meta i:before{font-size:20px;vertical-align:middle}.mec-event-meta .mec-single-event-additional-organizers i:before,.mec-event-meta .mec-single-event-organizer i:before{font-size:14px;vertical-align:baseline}#mec-wrap .mec-events-day-time-slot .mec-events-content{float:left;width:33%;padding:0 15px}#mec-wrap .mec-events-day-time-slot .mec-events-event-image{padding-left:0}#mec-events-content .mec-events-abbr{color:#8d8d8d;font-size:14px}.mec-single-event .mec-events-content{margin-bottom:30px}.mec-single-event .mec-organizer-url a{word-wrap:break-word}.mec-single-event #headline{margin:0 0 10px}.mec-single-event #headline h2{padding:0}.mec-single-event .mec-events-meta-group.mec-events-meta-group-gmap .mec-events-venue-map{margin-top:0;padding:8px;border:1px solid #e5e5e5;border-radius:7px}#mec-events-gmap-0{height:325px!important}.mec-events-list .mec-events-day-time-slot .mec-events-event-meta{width:33%;float:left;padding:40px;height:auto;margin:0}.mec-events-day-time-slot .mec-events-content.description.entry-summary{font-size:15px;font-weight:300;color:#8d8d8d}.mec-events-day-time-slot .type-mec_events h2{font-size:28px;padding-bottom:20px}.mec-events-day .mec-events-day-time-slot .type-mec_events{margin:0}.mec-events-day .mec-events-day-time-slot h5{background-color:#8d8d8d}.mec-single-event .mec-event-meta .mec-single-event-additional-organizers .mec-events-single-section-title,.mec-single-event .mec-event-meta .mec-single-event-organizer .mec-events-single-section-title,.mec-single-event .mec-events-meta-date h3{padding-left:0;margin:10px;display:inline-block}.mec-single-event .mec-events-meta-date h3{width:100%}.mec-single-event .mec-events-event-image{border:0}.mec-single-event .mec-events-venue-map{padding:0}.mec-event-cost,.mec-event-more-info,.mec-event-website,.mec-events-meta-date,.mec-single-event-additional-organizers,.mec-single-event-category,.mec-single-event-date,.mec-single-event-label,.mec-single-event-location,.mec-single-event-organizer,.mec-single-event-time{background:#f7f7f7;padding:12px 14px 8px;margin-bottom:12px;vertical-align:baseline;position:relative}.mec-single-event .mec-events-meta-date dd,.mec-single-event .mec-single-event-additional-organizers dd,.mec-single-event .mec-single-event-organizer dd{padding-left:0;margin-bottom:10px}.mec-single-event .mec-events-meta-date dd span,.mec-single-event .mec-single-event-additional-organizers dd span,.mec-single-event .mec-single-event-organizer dd span{display:block;padding-left:12px;color:#8d8d8d}.mec-single-event .mec-events-meta-date i,.mec-single-event .mec-single-event-additional-organizers i,.mec-single-event .mec-single-event-organizer i{margin-right:10px;margin-left:12px}.mec-events-meta-group.mec-events-meta-group-venue dl{margin-bottom:0}address.mec-events-address{line-height:19px;font-style:normal;font-size:13px}.mec-single-event .mec-event-content dt{margin-top:5px}.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer{margin-bottom:15px;padding-bottom:5px;border-bottom:1px solid #e4e4e4}.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer:last-child{margin-bottom:0;padding-bottom:0;border:none}.mec-event-schedule-content{border-left:4px solid #f0f0f0;padding-top:10px;margin-top:30px;margin-left:25px;margin-bottom:20px;color:#8a8a8a}.mec-event-schedule-content dl{padding-left:24px;font-size:12px;position:relative;margin-bottom:35px}.mec-event-schedule-content dl:before{content:'';display:block;position:absolute;left:0;top:4px;width:20px;height:0;border-top:4px solid #f0f0f0}.mec-event-schedule-content dl dt{margin:0 0 10px;line-height:1.16}.mec-event-schedule-content dl dt.mec-schedule-title{font-size:13px;color:#5a5a5a;font-weight:700}.mec-event-schedule-content dl dt.mec-schedule-description{font-weight:300}.mec-event-schedule-content .mec-schedule-speakers{background:#f7f7f7;padding:10px}.mec-wrap .mec-event-schedule-content h6{font-size:13px;color:#5a5a5a;font-weight:700;display:inline-block}.mec-wrap .mec-event-schedule-content a{font-weight:400;color:#5a5a5a;transition:all .1s ease}.mec-single-event .mec-speakers-details ul li{list-style:none;background:#f7f7f7;padding:5px 5px 18px 5px;margin-top:14px}.mec-single-event .mec-speakers-details ul li a{-webkit-transition:.2s all ease;transition:.2s all ease}.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a img{float:left;border-radius:50%;transition:.2s all ease;border:2px solid transparent;width:68px;height:68px}.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img{border-color:#40d9f1}.mec-single-event .mec-speakers-details ul li .mec-speaker-name{display:inline-block;margin-top:6px;font-size:14px;text-transform:capitalize;font-weight:700;padding-left:8px}.mec-single-event .mec-speakers-details ul li .mec-speaker-job-title{display:block;font-size:12px;margin-top:-1px;padding-left:75px}.mec-single-event-location img,.mec-single-event-organizer img{margin-bottom:10px;width:100%}.mec-qrcode-details{text-align:center}.mec-time-comment{font-size:11px}.mec-wrap .mec-attendees-list-details p{font-weight:300;margin:20px 0 0 0;color:#8d8d8d}.mec-wrap .mec-attendees-list-details li{list-style:none;display:block;margin-top:15px}.mec-wrap .mec-attendees-list-details li .mec-attendee-avatar{display:inline-block}.mec-wrap .mec-attendees-list-details li .mec-attendee-profile-link{display:inline-block;vertical-align:top;margin-left:10px}.mec-attendees-list-details ul{margin-bottom:0}.mec-attendees-list-details .mec-attendee-profile-link a{color:#8d8d8d}.mec-attendees-list-details .mec-attendee-profile-link span{display:block;color:#000}.mec-calendar{margin-bottom:20px;border:1px solid #e8e8e8;width:100%;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-calendar .mec-calendar-topsec{display:table;background:#fff}.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec{display:none}.mec-calendar .mec-calendar-side{width:590px;display:table-cell;padding:40px;position:relative;text-align:center;box-shadow:0 1px 5px 6px rgba(0,0,0,.005) inset}.mec-calendar .mec-calendar-events-side{display:table-cell;height:100%;border-left:1px solid #efefef;padding:40px;width:100%}.mec-calendar .mec-calendar-events-side .mec-table-side-day{width:46px;height:46px;margin:0 auto 20px;position:relative;text-align:center;line-height:46px;border:1px solid #40d9f1;border-radius:50%;font-size:12px;font-weight:600;padding:0}.mec-calendar .mec-calendar-events-side .mec-table-side-title{text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:3px;margin-bottom:14px}.mec-calendar .mec-calendar-header{position:relative;width:560px;margin-top:8px;margin-bottom:16px}.mec-calendar .mec-calendar-header h2{text-transform:uppercase;font-size:22px;font-weight:700;color:#333}.mec-calendar .mec-event-footer{width:auto;min-height:60px}.mec-calendar dl{display:table;margin:0;border:none;padding:0;table-layout:fixed}.mec-calendar dt{display:table-cell;transition:all .66s ease;color:#4d4d4d;background:#fff;border-radius:44px;font-size:14px;width:80px;height:80px;line-height:80px;text-align:center}.mec-calendar .mec-calendar-table .mec-no-event{display:none}.mec-calendar .mec-calendar-table-head dt{font-weight:700;text-transform:uppercase;font-size:15px}.mec-calendar .mec-calendar-row dt:hover{background:#f4f4f4}.mec-calendar .mec-table-nullday{color:#cacaca}.mec-calendar.mec-box-calendar .mec-table-nullday:last-child{border-right:1px solid #eaeaea}.mec-calendar .mec-next-month:hover,.mec-calendar .mec-prev-month:hover{background:#f4f4f4}.mec-calendar .mec-selected-day,.mec-calendar .mec-selected-day:hover{background:#40d9f1;color:#fff}.mec-calendar .mec-selected-day a{color:#fff}.mec-calendar .mec-has-event{position:relative}.mec-calendar .mec-calendar-row dt.mec-has-event:hover{background:#40d9f1}.mec-calendar .mec-has-event a{cursor:pointer;display:block;width:100%;height:100%;border-radius:50%;color:#4d4d4d;transition:all .25s ease;text-decoration:none;box-shadow:none}.mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a,.mec-calendar .mec-calendar-row dt.mec-has-event:hover a{color:#fff}.mec-calendar .mec-has-event:after{background-color:#40d9f1;border-radius:50%;display:block;content:'';width:8px;height:8px;bottom:14px;left:50%;margin:-4px 0 0 -4px;position:absolute;transition:all .25s ease}.mec-calendar .mec-calendar-row dt.mec-has-event:hover:after{background-color:#fff}.mec-calendar .mec-has-event.mec-selected-day:after{display:none}.mec-calendar .mec-event-article{text-align:left;margin-bottom:0;padding-bottom:25px;padding-top:26px;border-top:1px solid #efefef;transition:all .33s ease}.mec-calendar .mec-event-article:hover{background-color:#fafafa}.mec-calendar .mec-event-article .mec-event-time{font-size:11px;line-height:1.1;margin:0}.mec-calendar .mec-event-article .mec-event-title{font-size:13px;padding:0;margin:10px 0 8px;font-weight:700;text-transform:uppercase}.mec-calendar .mec-event-article .mec-event-title a{text-decoration:none;color:#494949;transition:color .3s ease}.mec-calendar .mec-event-article .mec-event-title a:hover{color:#40d9f1}.mec-calendar .mec-event-article .mec-event-image,.mec-calendar .mec-event-list-classic .mec-event-image img{width:65px;height:auto}.mec-calendar .mec-event-article .mec-event-image{float:left;margin-right:20px;width:65px;height:auto}.mec-calendar .mec-event-article .mec-event-detail{font-size:13px;line-height:1.3;font-family:Roboto,sans-serif;color:#9a9a9a;margin-bottom:0}.mec-calendar .mec-calendar-side .mec-next-month,.mec-calendar .mec-calendar-side .mec-previous-month{cursor:pointer;position:absolute;top:0;min-width:50px;height:50px;line-height:50px;text-align:center;background:#fff;color:#a9a9a9;font-size:12px;letter-spacing:1px;text-transform:uppercase;padding-left:10px;padding-right:10px;border:1px solid #efefef;border-top:none;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease}.mec-calendar .mec-calendar-side .mec-next-month i,.mec-calendar .mec-calendar-side .mec-previous-month i{font-size:12px;color:#40d9f1;cursor:pointer}.mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-calendar .mec-calendar-side .mec-previous-month:hover{background-color:#f9f9f9;color:#40d9f1}.mec-calendar .mec-calendar-side .mec-previous-month{left:0;border-bottom-right-radius:6px;border-left:none}.mec-calendar .mec-calendar-side .mec-next-month{right:0;border-bottom-left-radius:6px;border-right:none}@media only screen and (min-width:961px){.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-has-event:after{width:6px;height:6px;bottom:6px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-side{width:370px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-header{position:relative;width:350px;margin-top:30px;margin-bottom:20px;padding-top:20px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) dt{width:50px;height:50px;line-height:50px}.mec-wrap.mec-sm959 .mec-calendar.mec-event-calendar-classic dl dt{height:110px}}@media only screen and (max-width:1200px){.mec-calendar .mec-has-event:after{width:6px;height:6px;bottom:6px}.mec-calendar .mec-calendar-side{width:370px}.mec-calendar .mec-calendar-header{position:relative;width:350px;margin-top:30px}.mec-calendar dt{width:50px;height:50px;line-height:50px}}@media only screen and (max-width:767px){.mec-calendar .mec-calendar-header h2{font-size:18px}.mec-calendar .mec-calendar-topsec{width:100%}.mec-calendar .mec-calendar-side{width:100%;display:block;padding:30px}.mec-calendar .mec-calendar-header{width:auto}.mec-calendar .mec-calendar-events-side{width:100%;display:block;height:100%;border-left:none;border-top:1px solid #efefef;padding:20px}.mec-calendar dl{width:100%}.mec-calendar dt{width:14%;height:60px;line-height:60px;border-radius:50px}}@media only screen and (max-width:479px){.mec-calendar .mec-has-event:after{width:4px;height:4px}.mec-calendar .mec-calendar-header h2{font-size:16px;margin-top:33px}.mec-calendar dt{height:38px;line-height:38px}.mec-calendar .mec-event-list-classic .mec-event-detail,.mec-calendar .mec-event-list-classic .mec-event-title{font-size:12px}.mec-calendar .mec-event-list-classic .mec-event-time{font-size:10px}}.mec-box-calendar.mec-calendar .mec-has-event a,.mec-box-calendar.mec-calendar dt{border-radius:0}.mec-box-calendar.mec-calendar .mec-calendar-header{margin-top:2px;margin-bottom:30px}.mec-box-calendar.mec-calendar dt{border-bottom:1px solid #eaeaea;border-left:1px solid #eaeaea}.mec-box-calendar.mec-calendar dl dt:last-child{border-right:1px solid #eaeaea}.mec-box-calendar.mec-calendar .mec-calendar-table-head dt{border-top:1px solid #eaeaea;background-color:#f8f8f8}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt{background-color:#f4f4f4}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{border-radius:2px;top:40px;border:1px solid #eee;height:30px;line-height:30px;z-index:1}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:60px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:60px}.mec-box-calendar.mec-calendar .mec-calendar-side{box-shadow:none}.mec-box-calendar.mec-calendar .mec-calendar-events-side{border:none}.mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day{border-radius:2px}.mec-box-calendar.mec-calendar h4.mec-month-label{position:relative;width:560px;margin-top:2px;margin-bottom:30px;text-transform:uppercase;font-size:22px;font-weight:700;color:#333}.mec-widget .mec-box-calendar.mec-calendar h4.mec-month-label{width:100%;margin-top:8px;font-size:13px}@media only screen and (max-width:1200px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:42px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:42px}.mec-calendar .mec-calendar-header h2{font-size:17px;margin-top:7px}}@media only screen and (max-width:767px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{top:28px;font-size:10px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:30px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:30px}.mec-calendar .mec-calendar-header h2{font-size:15px}}@media only screen and (max-width:479px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{top:16px;font-size:0;padding:4px 0;text-align:center;min-width:33px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:10px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:10px}.mec-box-calendar.mec-calendar .mec-calendar-header h2{font-size:12px;margin-top:15px}.mec-box-calendar.mec-calendar .mec-event-image{margin-right:12px}}.mec-calendar.mec-event-calendar-classic,.mec-calendar.mec-event-calendar-classic .mec-calendar-side{border:none;padding:0;width:100%;height:100%;box-shadow:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-side{display:block}.mec-calendar.mec-event-calendar-classic .mec-calendar-header,.mec-calendar.mec-event-calendar-classic dl{width:100%}.mec-calendar.mec-event-calendar-classic dl dt{width:auto;height:136px;line-height:1.2;text-align:left;padding:5px 7px;position:relative}.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt{height:30px!important}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month{top:0}.mec-calendar.mec-event-calendar-classic .mec-has-event:after{bottom:auto;top:24px;left:7px;margin:0}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month{left:0}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month{right:0}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{text-align:left;background:#fafafa;border:1px solid #eaeaea;border-top:none;padding:10px 20px}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{display:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover{background-color:#fcfcfc}.mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover{color:#40d9f1;font-weight:700;background:#fafafa;border-bottom:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day,.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title{display:inline-block;margin:0;margin-bottom:15px;font-weight:700}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day{margin-left:4px}.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event a{color:#4d4d4d}.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event:not(.mec-selected-day):hover a{color:#fff}@media only screen and (max-width:1200px){.mec-calendar.mec-event-calendar-classic dl dt{height:100px}}@media only screen and (max-width:767px){.mec-calendar.mec-event-calendar-classic dl dt{height:40px}}@media only screen and (max-width:479px){.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{padding:10px}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-header h2{font-size:13px;margin-top:8px}}.mec-calendar .mec-event-article.mec-single-event-novel{padding:4px 8px;min-height:25px;margin:0 -4px;border-radius:3px}.mec-calendar .mec-event-article.mec-single-event-novel h4{margin:0;font-size:10px;line-height:18px}.mec-calendar.mec-event-container-novel dl dt{padding:3px}.mec-calendar.mec-event-calendar-classic .mec-calendar-novel-selected-day{display:inline-block;padding:4px;margin-left:1px}.mec-calendar.mec-event-calendar-classic .mec-selected-day .mec-calendar-novel-selected-day{color:#fff}.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-selected-day,.mec-calendar.mec-event-calendar-classic.mec-event-container-novel dt.mec-selected-day:hover{border-bottom:1px solid #eaeaea}.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-calendar-side .mec-calendar-table{min-height:auto}.mec-single-event-novel.light h4{color:#000!important}.mec-single-event-novel.dark h4{color:#fff!important}@media only screen and (max-width:768px){.mec-calendar .mec-event-article.mec-single-event-novel{padding:0;min-height:5px}.mec-calendar .mec-event-article.mec-single-event-novel h4{display:block;font-size:9px}}.mec-event-container-simple .event-single-content-simple{display:none}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:16px;margin:0}.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple{border-bottom:1px solid #e2e2e2;padding:14px 0;display:block}.mec-wrap.colorskin-custom .mec-calendar.mec-event-container-simple .mec-selected-day:hover{background:#f4f4f4}.mec-event-container-simple .mec-calendar-day .mec-monthly-tooltip.event-single-link-simple:last-of-type{border:none}.mec-tooltip-event-title{font-size:16px;font-weight:700;color:#000;margin-bottom:2px}.mec-tooltip-event-time{font-size:14px;color:#888;margin-bottom:5px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{padding:17px}.mec-tooltip-event-content{clear:both}.mec-tooltip-event-featured{float:left;margin-right:13px;margin-bottom:1px}.mec-tooltip-event-desc{font-size:14px;color:#444;line-height:18px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border-radius:3px!important;border:1px solid #e2e3e4!important;background:#fff!important;box-shadow:0 -1px 30px -2px rgba(0,0,0,.15)!important}.tooltipster-sidetip .tooltipster-arrow{overflow:visible!important}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border-width:12px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#e2e3e4!important}.tooltipster-sidetip .tooltipster-arrow-border{left:-12px!important;z-index:9999999999!important}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:block!important}.tooltipster-sidetip .tooltipster-arrow-background{border-width:11px!important;z-index:99999999999!important}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{left:-9px!important;top:1px!important;border-right-color:#fff!important}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff!important;left:0!important;top:-1px!important}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{left:-1px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#e2e3e4!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{left:-1px!important;top:-11px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#e2e3e4!important}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{top:-9px!important;border-bottom-color:#fff!important}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff!important;left:-2px!important;top:0!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#e2e3e4!important;left:-1px!important;top:-1px!important}.mec-calendar.mec-calendar-daily .mec-calendar-day-events .mec-event-article{padding-left:15px;padding-right:15px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month{text-align:center;background-color:#fff;border-bottom:2px solid #f4f4f4;position:relative}.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{color:#444;font-size:18px;line-height:1.2;padding:15px 0 11px;margin:0;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #e6e6e6}.mec-calendar.mec-calendar-daily .mec-calendar-d-top{text-align:center;padding:10px 0;position:relative;background-color:#fafafa}.mec-calendar.mec-calendar-daily .mec-next-month,.mec-calendar.mec-calendar-daily .mec-previous-month{position:absolute;top:50%;left:50%;margin-top:-25px;min-width:50px;height:50px;line-height:50px;text-align:center;background:#fff;border:1px solid #e2e2e2;border-radius:50px;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-next-month i,.mec-calendar.mec-calendar-daily .mec-previous-month i{font-size:14px;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-next-month:hover,.mec-calendar.mec-calendar-daily .mec-previous-month:hover{border-color:#d0d0d0;color:#444;box-shadow:0 2px 5px 0 rgba(0,0,0,.075)}.mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-150px}.mec-calendar.mec-calendar-daily .mec-next-month{margin-left:100px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month{min-height:28px;height:28px;line-height:28px;width:28px;margin-top:-14px;border-radius:3px}.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2,.mec-calendar.mec-calendar-daily .mec-calendar-d-top h3{margin-top:9px;color:#b9b9b9;font-family:Roboto,sans-serif;font-size:30px;font-weight:100;text-transform:uppercase;margin-bottom:12px;line-height:1}.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2{font-size:81px;color:#444;margin-bottom:10px;line-height:1.1}.mec-calendar.mec-calendar-daily .mec-calendar-d-table{overflow:hidden;background:#fff;min-height:60px;border-top:1px solid #e6e6e6;border-bottom:2px solid #f3f3f3;padding:0 50px;position:relative}@media only screen and (min-width:479px){.mec-calendar.mec-calendar-daily .mec-calendar-d-table{padding:0 55px}}.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl{width:1310px;display:block}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl{display:none}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl.mec-weekly-view-week-active{display:block}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt{display:block;background:#fff;width:42px;height:60px;line-height:60px;text-align:center;float:left;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;border-radius:0}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day:hover,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt:hover{background:#fafafa;box-shadow:0 2px 5px 0 rgba(0,0,0,.065) inset;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day{cursor:default;background:#fff;color:#c1c1c1;line-height:59px;text-align:center;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event{cursor:pointer;font-weight:700;color:#4a4a4a}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt.mec-table-d-current{font-size:18px;font-weight:700;background:#fafafa;color:#40d9f1}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev{float:none;font-size:14px;width:55px;position:absolute;top:0;left:0;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next{left:auto;right:0;border-left:1px solid #e6e6e6;border-right:none}.mec-calendar.mec-calendar-daily .mec-today-container .mec-today-count{font-size:12px;color:#888;text-align:center}@media only screen and (max-width:479px){.mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-130px}.mec-calendar.mec-calendar-daily .mec-next-month{margin-left:80px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{font-size:14px;letter-spacing:0}}.widget .mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{font-size:14px;letter-spacing:0}.widget .mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-130px}.widget .mec-calendar.mec-calendar-daily .mec-next-month{margin-left:80px}.mec-util-hidden{display:none}.mec-daily-view-date-events,.mec-weekly-view-date-events{list-style:none;margin:0}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table{padding:0}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl{width:calc(100% - 1px)}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt{width:14.286%;height:70px;line-height:normal;cursor:default}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover{background:#fff;cursor:default}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:last-child{border-right:none}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:12px;font-weight:700;text-transform:uppercase;display:block;margin:15px 0 6px}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-next,.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-prev{display:none}ul.mec-weekly-view-dates-events,ul.mec-weekly-view-dates-events li{padding:0;margin:0;line-height:initial}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:64px;height:64px;margin-right:10px;font-size:11px;text-transform:uppercase;float:left;text-align:center;padding-top:2px}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:40px;line-height:30px;font-weight:700;display:block;margin-bottom:6px;letter-spacing:1px}.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-previous-month{margin-left:0;left:12px}.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-next-month{margin-left:0;left:auto;right:12px}@media only screen and (max-width:479px){.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:9px;letter-spacing:0}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:100%;height:36px;margin-bottom:12px;line-height:1;font-size:10px;margin-right:5px;text-align:left}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:18px;margin-bottom:5px}}.widget .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:9px;letter-spacing:0}.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:100%;height:36px;margin-bottom:12px;line-height:1;font-size:10px;margin-right:5px;text-align:left}.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:18px;margin-bottom:5px}.mec-week-events-container .mec-weekly-view-dates-events li.mec-no-event-found{list-style:none!important}li.mec-no-event-found .mec-event-title{text-align:center}.mec-widget .mec-calendar{max-width:100%}.mec-widget .mec-calendar dl dt,.mec-wrap.mec-sm959.mec-widget .mec-calendar.mec-event-calendar-classic dl dt{height:40px}.mec-widget .mec-calendar .mec-calendar-events-sec{padding:10px}.mec-widget .mec-calendar .mec-calendar-header h2{font-size:13px;margin-top:8px}.mec-widget .mec-calendar .mec-event-list-classic .mec-event-image{margin-right:12px}.mec-widget .mec-calendar .mec-has-event:after{width:4px;height:4px}.mec-widget .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title{font-size:14px}.mec-widget .mec-calendar .mec-event-article .mec-event-image{margin-right:11px}.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-header{margin-bottom:20px}.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{font-size:0;padding:4px 0;text-align:center;min-width:33px}.mec-widget .mec-event-calendar-classic .mec-calendar-side .mec-calendar-table{min-height:200px}.mec-widget .mec-event-list-classic{margin-bottom:8px;padding:8px 0}.mec-widget .mec-event-list-classic .mec-event-article{margin-bottom:0;padding:10px 0;position:relative;min-height:86px;padding-left:80px}.mec-widget .mec-event-list-classic .mec-event-date{font-size:10px;line-height:14px;text-transform:uppercase}.mec-widget .mec-event-list-classic .mec-event-title{font-size:13px}.mec-widget .mec-event-list-classic .mec-event-detail{font-size:11px}.mec-widget .mec-event-list-classic .mec-event-image{width:68px;position:absolute;left:0}.mec-event-list-classic .mec-event-image img{width:100%}.mec-widget .mec-event-list-classic .mec-event-detail{overflow:visible}.event-color{width:14px;display:inline-block;height:14px;margin-left:5px;border-radius:50%}.mec-map-lightbox-wp{width:580px;padding:15px 15px 0;background-color:#fff}.mec-map-view-event-detail.mec-event-detail{width:580px;background-color:#e9e9e9;padding:8px 15px}.mec-map-lightbox-wp.mec-event-list-classic .mec-event-article{padding:0 0 15px;margin:0}.mec-map-lightbox-wp.mec-event-list-classic .mec-event-image{width:70px;margin-right:15px}.mec-marker-infowindow-wp{padding:10px}.mec-marker-infowindow-wp .mec-marker-infowindow-count{width:60px;height:60px;display:block;text-align:center;line-height:60px;border:1px solid #40d9f1;border-radius:50%;font-size:32px;color:#40d9f1;float:left;margin-right:11px}.mec-marker-infowindow-wp .mec-marker-infowindow-content{overflow:hidden;padding-top:6px}.mec-marker-infowindow-wp .mec-marker-infowindow-content span{display:block;color:#222}.mec-marker-infowindow-wp .mec-marker-infowindow-content span:first-child{font-size:15px;font-weight:700}.mec-marker-wrap{display:inline-block;width:35px;height:35px;margin:15px 0 0 4px;border-radius:50% 50% 50% 0;background:#00cae9;animation-name:mec-map-bounce;animation-fill-mode:both;animation-duration:1s;border:3px solid #fff;cursor:pointer}.mec-marker-wrap .mec-marker{margin-top:5px;display:block;-webkit-transform:rotate(45deg);transform:rotate(45deg);text-align:center;color:#fff;font-size:17px}.mec-marker-wrap .mec-marker-pulse-wrap{-webkit-transform:rotate(45deg);transform:rotate(45deg);display:inline-block;margin-left:-11px;margin-top:0}.mec-marker-wrap .mec-marker-pulse{display:inline-block;background:#c5c5c5;border-radius:50%;height:14px;width:14px;-webkit-transform:rotateX(55deg);transform:rotateX(55deg);z-index:-2}.mec-marker-wrap .mec-marker-pulse:after{content:"";border-radius:50%;height:40px;width:40px;position:absolute;margin:-13px 0 0 -13px;animation:pulsate 1s ease-out;animation-iteration-count:infinite;opacity:0;box-shadow:0 0 1px 2px #00cae9;animation-delay:1.1s}@keyframes pulsate{0%{transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2,1.2);opacity:0}}@keyframes mec-map-bounce{0%{opacity:0;transform:translateY(-2000px) rotate(-45deg)}60%{opacity:1;transform:translateY(30px) rotate(-45deg)}80%{transform:translateY(-10px) rotate(-45deg)}100%{transform:translateY(0) rotate(-45deg)}}.mec-single-event{margin-top:10px}.mec-single-event .mec-events-meta-group-countdown{color:#c9c9c9;text-align:center;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-events-meta-group-countdown .countdown-w{text-align:center;font-size:36px;margin:0 auto;padding:40px 0 0;position:relative;display:table;table-layout:fixed}.mec-events-meta-group-countdown .countdown-w .icon-w{font-size:24px}.mec-events-meta-group-countdown .countdown-w .label-w{font-size:15px;font-weight:300;letter-spacing:1px;text-transform:uppercase;position:relative}.mec-events-meta-group-countdown .countdown-w .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px;width:190px;font-size:72px;transition:all .3s ease-in-out;line-height:1.2}.mec-events-meta-group-countdown .countdown-w .block-w.done-w{border:0 none}.mec-events-meta-group-countdown .countdown-w span{padding:24px 0 20px}.mec-events-meta-group-countdown .countdown-w .div-d{display:none}.mec-events-meta-group-countdown .countdown-w .countdown-message{display:none}.mec-events-meta-group-countdown .countdown-w .block-w i{display:none}#countdown{list-style:none;margin-bottom:0;margin-top:0;margin-left:0;padding-left:0}.mec-events-meta-group-countdown .mec-end-counts h3{display:inherit;text-align:center;font-size:16px;right:50%}.mec-countdown-details .countdown-w .clockdiv li p{margin-top:23px}@media (min-width:481px) and (max-width:768px){.mec-events-meta-group-countdown .countdown-w{padding:0}.mec-events-meta-group-countdown .countdown-w .label-w{font-size:12px;letter-spacing:0}.mec-events-meta-group-countdown .countdown-w span{font-size:34px}}@media (min-width:320px) and (max-width:480px){.mec-events-meta-group-countdown .countdown-w .label-w{font-size:10px}.mec-events-meta-group-countdown .countdown-w span{font-size:28px}.mec-countdown-details .countdown-w .clockdiv li p{margin-top:16px}}@media (max-width:320px){.mec-events-meta-group-countdown .countdown-w .label-w{font-size:9px;letter-spacing:0}.mec-events-meta-group-countdown .countdown-w span{font-size:22px}}.info-msg,.mec-error,.mec-success,.warning-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px}.info-msg{color:#059;background-color:#bef}.mec-success{color:#270;background-color:#dff2bf}.warning-msg{color:#9f6000;background-color:#feefb3}.mec-error{color:#d8000c;background-color:#ffbaba}.mec-fes-list ul{list-style:none}.mec-fes-form-cntt .dashicons-editor-help{display:none}.mec-fes-list ul li *{text-decoration:none!important}.mec-fes-list ul li{border-bottom:1px solid #eee;padding:14px 0;line-height:normal}.mec-fes-list ul li a{box-shadow:none;color:#181818}.mec-fes-list ul li a:hover{color:#40d9f1}.mec-fes-list ul li .mec-event-title{font-weight:600;font-size:15px}.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view{font-size:11px;padding:4px 8px;border:1px solid #e7e7e7;background:#f7f7f7;float:right;margin-left:5px}.mec-fes-list ul li .mec-fes-event-remove:hover{cursor:pointer;background:#f0b7b8;border-color:#cc4d4f}.mec-fes-list-top-actions a{font-size:11px;letter-spacing:2px;text-transform:uppercase;padding:8px 14px;border:1px solid #e3e3e3;background:#f5f5f5}.mec-fes-form-top-actions a,.mec-fes-list-top-actions a{position:relative;border:none;border-radius:0;color:#fff!important;display:inline-block;font-size:12px;letter-spacing:2px;line-height:1;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:17px 21px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease}.mec-fes-form-top-actions a:hover,.mec-fes-list-top-actions a:hover{background:#222;color:#fff}.mec-fes-form .mec-form-row,.mec-fes-list .mec-form-row{margin-bottom:20px;clear:both}.mec-fes-form label{padding-right:10px;font-size:13px;display:block}.mec-fes-form input[type=email],.mec-fes-form input[type=number],.mec-fes-form input[type=password],.mec-fes-form input[type=tel],.mec-fes-form input[type=text],.mec-fes-form select,.mec-fes-form textarea{border-radius:0;min-width:inherit;width:auto;display:inline;background:#fcfcfc;min-height:30px;font-size:13px;border:1px solid #e0e0e0;padding:10px;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}#mec_more_info_target{width:100%}@media only screen and (min-width:961px){.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=text],.mec-fes-form textarea{width:100%;display:inline-block}}@media only screen and (max-width:768px){.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=text],.mec-fes-form textarea{width:100%}}.mec-fes-form input[type=text]#mec_fes_title{width:100%;height:auto;color:#000;font-size:36px;font-family:Montserrat,Helvetica,Arial,sans-serif;background:0 0!important;font-weight:400}.mec-fes-form input[type=checkbox],.mec-fes-form input[type=radio]{display:inline!important;float:left;margin:5px 5px 0 0}.mec-fes-form input[type=email]:focus,.mec-fes-form input[type=number]:focus,.mec-fes-form input[type=password]:focus,.mec-fes-form input[type=tel]:focus,.mec-fes-form input[type=text]:focus,.mec-fes-form select:focus,.mec-fes-form textarea:focus{border:1px solid #aaa;color:#444;background:#fff;-moz-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);outline:0}.mec-form-row .mec-color{cursor:pointer}.mec-form-row.mec-available-color-row span{margin:10px;width:14px;height:14px;display:inline-block;margin-right:6px;border-radius:20px 20px 20px 20px;vertical-align:middle}.mec-form-row.mec-available-color-row span:first-of-type{margin-left:0}@media only screen and (min-width:961px){.mec-fes-form .mec-fes-form-cntt,.mec-fes-form .mec-fes-form-sdbr{width:68%;float:left;padding-right:20px}.mec-fes-form .mec-fes-form-sdbr{width:32%;padding-right:0;padding-left:20px}.mec-fes-submit-mobile{display:none}}.mec-fes-form .mec-meta-box-fields{padding:20px;border:1px solid #e6e6e6;margin-bottom:20px;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-fes-form .mec-meta-box-fields h4{margin:-20px;font-size:15px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:10px 20px;background:#f5f5f5;margin-bottom:20px}.mec-fes-sub-button{width:100%}.mec-available-color-row span.color-selected{background-color:#fdd700;border:3px solid #fff;box-sizing:content-box;box-shadow:0 0 0 2px #437df9}.mec-fes-loading:before{content:url(../img/ajax-loader.gif);background:0 0;border-style:none;display:block;margin-left:47%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text]{width:23%;margin-right:1.4%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row{border-bottom:1px solid #e8e8e8;padding-bottom:15px}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row:last-of-type{border:none}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-1{width:10%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-6{width:39%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button{margin-right:0;padding:9px 26px}@media only screen and (max-width:768px){.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text]{width:100%!important}}.mec-wrap .mec-totalcal-box{position:relative;border:1px solid #efefef;padding:20px 5px;margin:0 0 20px;background:#fafafa;overflow:hidden;box-shadow:0 3px 2px 0 rgba(0,0,0,.012)}.mec-wrap .mec-totalcal-box i{float:left;margin:0;width:36px;height:36px;background:#fff;border:1px solid #efefef;text-align:center;padding:10px 0;font-size:15px;color:#888}.mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-wrap .mec-totalcal-box input,.mec-wrap .mec-totalcal-box select{width:auto;min-height:36px;height:36px;line-height:36px;background:#fff;font-size:13px;color:#777;border:1px solid #efefef;margin:0 0 0 -1px;float:left;padding:0 5px;font-family:Roboto,Helvetica,Arial,sans-serif}.mec-wrap .mec-totalcal-box input[type=submit]{cursor:pointer;padding:0 16px;text-transform:uppercase;font-size:11px;font-family:Montserrat,Helvetica,Arial,sans-serif;transition:all .21s ease}.mec-wrap .mec-totalcal-box input[type=submit]:hover{background:#222;color:#fff}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{display:inline-block;text-transform:uppercase;font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:11px;padding:0 12px;cursor:pointer}.mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover{color:#40d9f1}.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected{color:#fff;background:#40d9f1;border-color:#40d9f1}.mec-wrap .mec-totalcal-box .mec-totalcal-view{text-align:right;float:right}.mec-wrap .mec-totalcal-box input[type=search]{width:calc(100% - 36px)}@media only screen and (min-width:961px) and (max-width:1200px){.mec-wrap .mec-totalcal-box{padding:37px 5px}}@media only screen and (max-width:960px){.mec-wrap .mec-totalcal-box .col-md-3,.mec-wrap .mec-totalcal-box .col-md-4,.mec-wrap .mec-totalcal-box .col-md-5{width:100%;float:none;padding-bottom:20px;clear:both;overflow:hidden}}@media only screen and (min-width:768px) and (max-width:960px){.mec-wrap .mec-totalcal-box .col-md-4{position:relative;right:10px;top:20px;width:initial}.mec-wrap .mec-totalcal-box .col-md-5{padding-bottom:0}.mec-wrap .mec-totalcal-box{padding:37px 5px}}@media only screen and (max-width:767px){.mec-wrap .mec-totalcal-box .mec-totalcal-view{float:none}.mec-wrap .mec-totalcal-box .col-md-4{padding-bottom:0}}@media only screen and (max-width:479px){.mec-wrap .mec-totalcal-box .mec-totalcal-view span{padding:0 8px;font-size:10px}.mec-wrap .mec-totalcal-box input[type=submit]{padding:0 10px;font-size:10px}}@media only screen and (min-width:961px){.mec-wrap .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5,.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-3{width:100%;float:none;padding-bottom:20px;clear:both;overflow:hidden}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-4{position:absolute;right:10px;top:20px;width:initial}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5{padding-bottom:0;width:100%}}.mec-search-form{padding:20px 10px}.mec-search-form .mec-dropdown-wrap{display:table;min-height:55px;width:100%}.mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-input-search{padding:0 10px;float:left;min-height:55px}.mec-search-form .mec-date-search,.mec-search-form .mec-text-input-search{width:50%;min-height:36px;display:block}.mec-widget .mec-search-form .mec-date-search,.mec-widget .mec-search-form .mec-text-input-search{width:100%}.mec-widget .mec-search-form .mec-text-input-search{margin-top:10px}.mec-search-form .mec-date-search{clear:left}.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:table-cell;float:none}.mec-widget .mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block}.mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select{width:calc(100% - 36px)}.mec-wrap .mec-search-form .mec-date-search select{width:calc(100% - 106px)}.mec-wrap .mec-search-form .mec-date-search select:last-child{width:70px}@media only screen and (max-width:767px){.mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-input-search{width:100%;float:none}.mec-search-form .mec-date-search{min-height:55px}.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block;width:50%;float:left}}@media only screen and (max-width:960px){.mec-wrap .mec-search-form .mec-date-search select{width:calc(100% - 124px)}.mec-wrap .mec-search-form .mec-date-search select:last-child{width:70px}}@media only screen and (max-width:479px){.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block;width:100%;float:none}}.ui-datepicker{background-color:#fff;border:1px solid #66afe9;border-radius:4px;box-shadow:0 0 8px rgba(102,175,233,.6);display:none;margin-top:4px;padding:10px;width:240px}.ui-datepicker a,.ui-datepicker a:hover{text-decoration:none;cursor:pointer}.ui-datepicker a:hover,.ui-datepicker td:hover a{color:#2c6396;-webkit-transition:color .1s ease-in-out;-moz-transition:color .1s ease-in-out;-o-transition:color .1s ease-in-out;transition:color .1s ease-in-out}.ui-datepicker .ui-datepicker-header{margin-bottom:4px;text-align:center}.ui-datepicker .ui-datepicker-title{font-weight:700}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{cursor:default;font-family:dashicons;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;height:20px;line-height:1.4;margin-top:2px;width:20px}.ui-datepicker .ui-datepicker-prev{float:left;text-align:left}.ui-datepicker .ui-datepicker-next{float:right;text-align:center}.ui-datepicker .ui-datepicker-prev:before{content:"\f341"}.ui-datepicker .ui-datepicker-next:before{content:"\f345"}.ui-datepicker .ui-icon{display:none}.ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%}.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker .ui-datepicker-calendar th{text-align:center;padding:4px 0}.ui-datepicker .ui-datepicker-calendar td{border-radius:4px;-webkit-transition:background-color .1s ease-in-out,color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out,color .1s ease-in-out;-o-transition:background-color .1s ease-in-out,color .1s ease-in-out;transition:background-color .1s ease-in-out,color .1s ease-in-out}.ui-datepicker .ui-datepicker-calendar td:hover{background-color:#eee;cursor:pointer}.ui-datepicker .ui-datepicker-calendar td a{text-decoration:none}.ui-datepicker .ui-datepicker-current-day{background-color:#4289cc}.ui-datepicker .ui-datepicker-current-day a{color:#fff}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover{background-color:#fff;cursor:default}.event-carousel-type1-head .mec-event-image{position:relative;min-height:150px}.event-carousel-type1-head .mec-event-image img{width:100%}.mec-event-carousel-content .mec-event-carousel-title a{transition:all .2s ease}.event-carousel-type1-head .mec-event-date-carousel{position:absolute;top:25px;left:1px;font-size:41px;width:160px;color:#fff;font-weight:500;background-color:#40d9f1;padding-left:21px;height:97px;line-height:2.3;padding-right:85px}.event-carousel-type1-head .mec-event-date-carousel:after{content:"";position:absolute;display:inline-block;z-index:-1;bottom:-13px;left:5px;width:0;border-width:13px;border-style:solid;border-color:transparent transparent #40d9f1 transparent;transform:rotate(45deg)}.event-carousel-type1-head .mec-event-date-info{font-size:12px;font-weight:300;position:absolute;top:27px;left:75px}.event-carousel-type1-head .mec-event-date-info-year{font-size:12px;font-weight:300;position:absolute;top:45px;left:75px}.mec-event-carousel-content{border:1px solid #e8e8e8;border-top:none;margin-top:-5px;padding:34px 9px 11px 37px}.mec-event-carousel-content .mec-event-carousel-title a{font-size:23px;font-weight:500;color:#000;letter-spacing:-1px}.mec-event-carousel-content p{font-size:14px;color:#7a7272;font-weight:300}.mec-owl-crousel-skin-type1 .owl-item .mec-event-article{padding:0 19px}.mec-event-carousel-type1 .owl-page.active span{background-color:#00aeef;height:14px;width:14px}.mec-event-carousel-type1 .mec-event-carousel-content{margin-bottom:15px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:all .27s ease}.mec-event-carousel-type1 .mec-event-carousel-content:hover{box-shadow:0 0 35px rgba(0,0,0,.07)}@media only screen and (min-width:768px) and (max-width:1000px),(min-width:270px) and (max-width:448px){.event-carousel-type1-head .mec-event-date-carousel{font-size:25px;line-height:2.5;padding-right:70px;height:64px;width:120px}.event-carousel-type1-head .mec-event-date-carousel:after{left:7px}.event-carousel-type1-head .mec-event-date-info{font-size:10px;top:13px;left:55px}.event-carousel-type1-head .mec-event-date-info-year{font-size:10px;top:25px;left:55px}.event-carousel-type1-head .mec-event-date-carousel:after{top:48px}}.event-carousel-type2-head{background:#fff;border:1px solid #e6e6e6}.event-carousel-type2-head .mec-event-carousel-content-type2{margin-top:15px;min-height:182px}.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-date-info{font-size:15px;color:#9a9a9a;font-weight:300}.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-carousel-title{font-size:26px;font-weight:700;color:#1c1d21;margin-top:15px;letter-spacing:-1px}.mec-event-carousel-content-type2 .mec-event-carousel-title a{color:inherit}.mec-event-carousel-type2 .event-carousel-type2-head .mec-event-carousel-content-type2 p{font-size:16px;font-weight:300;color:#444}.event-carousel-type2-head .mec-event-footer-carousel-type2{margin-top:33px;position:relative}.mec-event-carousel-type2 .mec-event-footer-carousel-type2 .mec-event-sharing-wrap{left:0}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-event-sharing-wrap>li{border:none;-webkit-transition:all .25s ease;transition:all .25s ease}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button{border:1px solid #e4e4e4;float:right;padding:7px 23px 7px;font-size:12px;text-transform:uppercase;color:#707070;font-weight:500;-webkit-transition:all .25s ease;transition:all .25s ease}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button:hover{color:#fff}.mec-event-article .event-carousel-type2-head{padding:10%;margin-right:-1px}.mec-event-carousel-type2 .mec-owl-carousel .owl-wrapper-outer{border-right:1px solid #e6e6e6}.mec-wrap .mec-event-carousel-type2 .owl-next,.mec-wrap .mec-event-carousel-type2 .owl-prev,.mec-wrap .mec-event-carousel-type3 .owl-next,.mec-wrap .mec-event-carousel-type3 .owl-prev,.mec-wrap .mec-event-carousel-type4 .owl-next,.mec-wrap .mec-event-carousel-type4 .owl-prev{transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:47%;background-color:transparent!important}.mec-event-carousel-type2 .owl-next{right:-60px}.mec-event-carousel-type2 .owl-prev{left:-60px}.mec-event-carousel-type2 .owl-next i,.mec-event-carousel-type2 .owl-prev i,.mec-event-carousel-type3 .owl-next i,.mec-event-carousel-type3 .owl-prev i,.mec-event-carousel-type4 .owl-next i,.mec-event-carousel-type4 .owl-prev i{font-size:40px;color:#282828}.mec-event-carousel-type2 .owl-next i:hover,.mec-event-carousel-type2 .owl-prev i:hover,.mec-event-carousel-type3 .owl-next i:hover,.mec-event-carousel-type3 .owl-prev i:hover{color:#000;cursor:pointer}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing{top:auto;bottom:60px}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-19px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after{bottom:-18px;border-color:#fff transparent transparent transparent}@media only screen and (min-width:320px) and (max-width:768px){.mec-event-carousel-type2 .owl-next,.mec-event-carousel-type2 .owl-prev,.mec-event-carousel-type3 .owl-next,.mec-event-carousel-type3 .owl-prev,.mec-event-carousel-type4 .owl-next,.mec-event-carousel-type4 .owl-prev{position:initial;top:100%}}.mec-event-carousel-type3 .mec-event-article{margin:0 10px}.event-carousel-type3-head .mec-event-image,.event-carousel-type3-head .mec-event-image img{width:100%;height:auto}.event-carousel-type3-head .mec-event-footer-carousel-type3{background:#fff;display:inline-block;width:calc(100% - 40px);margin-top:-74px;position:relative;margin-left:20px;margin-right:20px;margin-bottom:6px;padding:8% 11%;box-shadow:0 2px 10px -2px rgba(0,0,0,.2)}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button{border:1px solid #e4e4e4;text-transform:uppercase;float:right;padding:7px 23px 7px;font-size:12px;color:#707070;font-weight:500}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button:hover{color:#fff}.mec-event-footer-carousel-type3 span{font-size:15px;color:#9a9a9a;font-weight:300;display:block;margin-top:30px}.mec-event-footer-carousel-type3 .mec-event-carousel-title{font-size:29px;font-weight:700}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-event-carousel-title{font-size:26px;font-weight:700;color:#1c1d21;margin-top:15px;letter-spacing:-1px}.mec-event-footer-carousel-type3 .mec-event-carousel-title a{color:inherit}.event-carousel-type3-head .mec-event-footer-carousel-type3 p{font-size:16px;font-weight:300;color:#444!important;margin-bottom:36px}.mec-event-carousel-type3 .owl-next{right:-70px}.mec-event-carousel-type3 .owl-prev{left:-50px}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap{left:11%}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing{top:auto;bottom:60px}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-19px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after{bottom:-18px;border-color:#fff transparent transparent transparent}.event-carousel-type3-head .mec-end-date-label{display:inline;margin-left:2px}.event-carousel-type4-head.clearfix{position:relative;overflow:hidden;background:#fff}.event-carousel-type4-head .mec-event-overlay{position:absolute;left:0;right:0;bottom:0;top:0;width:auto;height:auto;background-color:rgba(36,36,36,.4);transition:all .33s ease-in-out}.mec-event-hover-carousel-type4{font-size:15px;color:#fff;position:absolute;bottom:0;padding:50px 35px;transition:all .33s ease-in-out;opacity:0;visibility:hidden}.mec-event-carousel-type4 .mec-event-article{margin:0 10px}.mec-event-carousel-type4 .mec-event-article:hover .mec-event-hover-carousel-type4{opacity:1;visibility:visible}.mec-event-hover-carousel-type4 .mec-event-icon{font-size:18px;float:left;margin-right:14px;color:#fff;padding:13px}.mec-event-hover-carousel-type4 .mec-event-date{font-size:11px;text-transform:uppercase;font-weight:400;line-height:1.6}.mec-event-hover-carousel-type4 .mec-event-date span{display:block;font-weight:700;font-size:14px}.mec-event-hover-carousel-type4 .mec-event-title{color:#fff;margin:20px 0 38px;font-size:16px;font-weight:700;text-transform:uppercase;font-style:normal}.mec-event-hover-carousel-type4 .mec-btn-wrapper{text-align:left}.mec-event-hover-carousel-type4 .mec-event-button{color:#fff;background-color:#191919;border:2px #191919 solid;padding:10px 14px;letter-spacing:1.5px;font-size:11px;font-weight:700;font-style:normal;transition:all .22s ease;text-decoration:none}.mec-event-hover-carousel-type4 .mec-event-button:hover{color:#191919;background-color:#fff;border-color:#fff;border-radius:1px}.mec-event-carousel-type4 .owl-next{right:-70px}.mec-event-carousel-type4 .owl-prev{left:-70px}.mec-carousel-type4-head{margin-bottom:25px}.mec-carousel-type4-head-title{padding:0 11px;text-align:left;font-weight:700;font-size:20px;color:#000}.mec-carousel-type4-head-link{text-align:right;padding:0 11px}.mec-carousel-type4-head-link a{background:#222;color:#fff;padding:10px 38px;transition:all .3s ease}.mec-carousel-type4-head-link a:hover,.mec-carousel-type4-head-link a:visited{color:#fff}@media (max-width:960px){.mec-event-carousel-type4 .owl-stage{left:-50px}}.mec-wrap .mec-event-countdown-style1{color:#fff;padding:0!important;display:table;background:#437df9}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1{z-index:5;padding:50px 1% 50px 4%;display:table-cell;float:none;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2{background-color:rgba(0,0,0,.05);height:100%;padding-top:0;display:table-cell;float:none;position:relative;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3{background-color:#f8f8f8;display:table-cell;float:none;text-align:center;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-title{color:#fff;font-size:15px;margin-top:30px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming{font-size:36px;font-weight:700;line-height:1;margin-top:0}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style1 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming span{display:block}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after{content:"";position:absolute;display:inline-block;z-index:1;top:50%;margin-top:-11px;right:-24px;width:0;border-width:12px;border-style:solid;border-color:transparent transparent transparent #4077ed}.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place{text-align:center;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 5px;text-align:center}.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#fff;background:#4077ed;transition:all .24s ease}.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button:hover{background:#222}.mec-event-countdown-style1 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0 auto}.mec-event-countdown-style1 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style1 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li{background-color:rgba(0,0,0,.1);margin:5px;padding:20px 0;min-width:94px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w{font-size:12px;color:#fff;margin:8px 0 0;line-height:1}@media only screen and (min-width:1200px){.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part1,.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2,.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part3{width:100%;display:block;padding-top:50px;padding-bottom:50px}.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color:#4077ed transparent transparent transparent;top:auto;margin-top:0;bottom:-24px;margin-left:-11px;left:50%}}@media (max-width:960px){.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2,.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3{width:100%;display:block;padding-top:50px;padding-bottom:50px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color:#4077ed transparent transparent transparent;top:auto;margin-top:0;bottom:-24px;margin-left:-11px;left:50%}}@media (max-width:480px){.mec-event-countdown-style1 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li{padding:10px 5px;min-width:50px;margin:3px 1px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w{font-size:8px}.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place{display:inline}}.mec-wrap .mec-event-countdown-style2{color:#fff;padding:30px 0;background:#437df9;max-width:600px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2,.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part3{width:100%;float:none;vertical-align:middle;padding:50px 10% 50px 10%}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2{padding-top:12%;padding-bottom:0}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-title{color:#fff;font-size:15px;margin-top:30px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming{font-size:36px;font-weight:700;line-height:1;margin-top:0}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style2 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming span{display:block}.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date-place{text-align:left;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 8px}.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#222;background:#fff;transition:all .24s ease}.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button:hover{background:#222;color:#fff}.mec-event-countdown-style2 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0}.mec-event-countdown-style2 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style2 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{background-color:rgba(0,0,0,.1);margin:5px;padding:20px 0;min-width:94px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:12px;color:#fff;margin:8px 0 0;line-height:1}@media only screen and (max-width:767px){.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{min-width:80px;padding:15px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:26px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:11px}}@media only screen and (max-width:479px){.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{min-width:40px;padding:15px 10px;margin:2px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:20px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:9px}}@media (max-width:380px){.mec-event-countdown-style2 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{padding:10px 4px;margin:4px 1px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:7px}}.mec-wrap .mec-event-countdown-style3{color:#fff;padding:0;background:#282828;display:table;width:100%}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1{width:68%;padding:50px 1% 50px 4%;vertical-align:middle;display:table-cell;position:relative}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2{width:32%;display:table-cell;position:relative;padding-bottom:0;padding-top:0}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 img{width:100%;display:block}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span{font-weight:300;display:block}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{color:#fff;font-size:36px;letter-spacing:-2px;font-weight:700;line-height:1;margin-top:-10px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style3 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date-place{text-align:center;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 5px;text-align:center}.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#fff;background:#4077ed;transition:all .24s ease}.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button:hover{background:#222}.mec-event-countdown-style3 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0 auto;position:absolute;top:40px;right:20px}.mec-event-countdown-style3 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style3 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li{padding:15px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w{font-size:11px;color:#888;margin:8px 0 0;line-height:1}.mec-event-countdown-style3 .mec-event-date{width:176px;height:96px;background:#40d9f1;color:#fff;font-size:13px;position:absolute;left:-27px;top:146px}.mec-event-countdown-style3 .mec-event-date:after{content:"";position:absolute;display:inline-block;z-index:1;bottom:-18px;left:8px;width:0;border-width:19px;border-style:solid;border-color:transparent transparent #40d9f1 transparent;transform:rotate(45deg)}.mec-event-countdown-style3 .mec-event-date .mec-date1{font-size:50px;position:absolute;top:36px;left:12px;letter-spacing:-3px}.mec-event-countdown-style3 .mec-event-date .mec-date2{position:absolute;left:80px;top:26px}.mec-event-countdown-style3 .mec-event-date .mec-date3{position:absolute;left:80px;top:45px}.mec-event-countdown-style3 .mec-event-countdown-part-details{padding-top:35px;margin-bottom:50px;min-height:100px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-title{font-size:17px;color:#fff;line-height:1.4;padding-right:20px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link{color:#fff;font-size:12px;position:relative;padding-left:22px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link:before{content:"";display:inline-block;width:18px;border-top:1px solid #fff;position:absolute;left:0;top:8px}.mec-event-countdown-style3 .mec-event-title-link{position:absolute;left:190px;top:152px}.event-carousel-type1-head .mec-event-date-carousel:before,.mec-event-countdown-style3 .mec-event-date:before{content:'';position:absolute;left:0;bottom:0;z-index:2;width:100%;height:96px;background:0 0;display:inline-block;box-shadow:0 5px 5px rgba(0,0,0,.12)}@media only screen and (min-width:960px){.mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown li{padding:10px}.mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{font-size:31px}}@media (max-width:959px){.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2{width:100%;display:block}.mec-event-countdown-style3 .mec-event-title-link{top:190px}.mec-event-countdown-style3 .mec-event-countdown{top:96px}.mec-event-countdown-style3 .mec-event-date{left:0;top:190px}.mec-event-countdown-style3 .mec-event-date:after{display:none}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span{display:inline}.mec-event-countdown-style3 .mec-event-countdown-part-details{min-height:150px}}@media (max-width:767px){.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{font-size:26px;letter-spacing:-1px}.mec-event-countdown-style3 .mec-event-title-link{left:130px}.mec-event-countdown-style3 .mec-event-date{width:120px;font-size:10px;height:63px}.mec-event-countdown-style3 .mec-event-date .mec-date1{font-size:36px;top:20px;left:4px;letter-spacing:-2px}.mec-event-countdown-style3 .mec-event-date .mec-date2{position:absolute;left:52px;top:12px}.mec-event-countdown-style3 .mec-event-date .mec-date3{position:absolute;left:52px;top:28px}}@media (max-width:380px){.mec-event-countdown-style3 .mec-event-title-link{left:10px;top:260px}.mec-event-countdown-style3 .mec-event-countdown-part-details{min-height:300px}.mec-event-countdown-style3 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li{padding:10px 5px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w{font-size:8px}}.mec-slider-t1-wrap{width:100%;padding:60px 90px;background:#f7f7f7;min-height:560px;position:relative}.mec-slider-t1{height:500px;box-shadow:0 5px 35px 0 rgba(0,0,0,.13)}.mec-slider-t1 .mec-event-article{position:relative;height:500px}.mec-slider-t1 .mec-slider-t1-img{position:relative;background-size:cover!important;background-position:center!important;width:50%;height:100%;float:right;margin:0;overflow:hidden}.mec-slider-t1 .mec-slider-t1-content{width:50%;float:left;height:100%;background:#fff;padding:6%}.mec-slider-t1-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-slider-t1-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t1-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-slider-t1-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:54px;height:54px;line-height:48px;border-radius:0;text-align:center;background:#fff;box-shadow:0 2px 11px 0 rgba(0,0,0,.045);transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:50%;margin-top:-27px;cursor:pointer}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 29px 0 rgba(0,0,0,.095)}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next{left:auto;right:-100px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:-100px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:12px;color:#282828;transition:all .21s ease}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{font-size:13px;color:#000;cursor:pointer}@media only screen and (min-width:961px){.mec-slider-t1{margin:0 auto;max-width:900px}}@media only screen and (max-width:960px){.mec-slider-t1 .mec-slider-t1-content,.mec-slider-t1 .mec-slider-t1-img{width:100%;float:none}.mec-slider-t1 .mec-slider-t1-img{height:300px}.mec-slider-t1,.mec-slider-t1 .mec-event-article{height:auto}}@media only screen and (max-width:768px){.mec-slider-t1-wrap{padding:0}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px;margin-top:0}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next{left:auto;right:10px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:10px}}@media only screen and (max-width:479px){.mec-slider-t1-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t2-wrap{width:100%;padding:0;background:#fff;min-height:600px;position:relative}.mec-slider-t2 .mec-event-article{height:600px;position:relative;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t2 .mec-slider-t2-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:70%;height:100%;margin:0;overflow:hidden}.mec-slider-t2 .mec-slider-t2-content{width:50%;position:absolute;right:0;top:60px;bottom:60px;padding:5%}.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern *{color:#fff}.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t2-content.mec-event-grid-modern .mec-event-content,.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t2-content.mec-event-grid-modern .mec-event-title a:hover{color:#111}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:38px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:84px;cursor:pointer}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next{right:30px}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{right:82px}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}.mec-wrap.colorskin-custom .mec-slider-t2 .mec-event-article .mec-event-date.mec-color{color:#fff}@media only screen and (min-width:961px){.mec-slider-t2{margin:0 auto;max-width:1200px}}@media only screen and (max-width:960px){.mec-slider-t2 .mec-slider-t2-content,.mec-slider-t2 .mec-slider-t2-img{width:100%;float:none;position:static}.mec-slider-t2 .mec-slider-t2-img{height:300px}.mec-slider-t2 .mec-event-article{height:auto}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px}}@media only screen and (max-width:479px){.mec-slider-t2-content.mec-event-grid-modern .mec-event-title{font-size:22px}}.mec-slider-t3-wrap{width:100%;padding:0;background:#161616;min-height:700px;position:relative}.mec-slider-t3 .mec-event-article{height:700px;position:relative;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t3 .mec-slider-t3-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:100%;height:100%;margin:0;overflow:hidden;opacity:.68;z-index:1}.mec-slider-t3 .mec-slider-t3-content{width:50%;height:auto;vertical-align:middle;display:table;position:absolute;left:0;top:0;bottom:0;padding:0 2% 0 7%;margin:auto 0;background:0 0;z-index:2}.mec-slider-t3 .mec-slider-t3-content.mec-event-grid-modern :not(.mec-color){color:#fff}.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t3-content.mec-event-grid-modern .mec-event-content,.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button{display:inline-block;border:1px solid;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-size:13px;padding:0 42px;line-height:49px;height:50px;transition:all .21s ease}.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t3-content.mec-event-grid-modern .mec-slider-t3-footer{text-align:left;padding:15px 15px 10px}.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t3-content.mec-event-grid-modern .mec-event-title a:hover{color:#40d9f1}.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover{border-color:#40d9f1}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:38px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:50%;margin-top:-22px;cursor:pointer}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next{right:10px}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:10px}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (min-width:961px){.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:50px;font-weight:300}.mec-slider-t3-content.mec-event-grid-modern .mec-event-description{font-size:19px}}@media only screen and (max-width:767px){.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px;margin-top:0}}@media only screen and (max-width:479px){.mec-slider-t3 .mec-slider-t3-content{width:100%}.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t4-wrap{width:100%;padding:0;background:#161616;min-height:700px;position:relative}.mec-slider-t4 .mec-event-article{height:700px;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t4 .mec-slider-t4-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:100%;height:100%;margin:0;overflow:hidden;z-index:1}.mec-slider-t4 .mec-slider-t4-content{width:auto;max-width:700px;background:rgba(37,37,37,.94)!important;height:auto;vertical-align:middle;display:table;position:absolute;left:8%;top:19%;padding:3%;margin:auto 0;background:0 0;z-index:2}.mec-slider-t4 .mec-slider-t4-content.mec-event-grid-modern :not(.mec-color){color:#fff}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t4-content.mec-event-grid-modern .mec-event-content,.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:13px;padding:0 42px;line-height:49px;height:50px}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover{color:#40d9f1}.mec-slider-t4-content.mec-event-grid-modern .mec-slider-t4-footer{text-align:left;padding:15px 15px 10px}.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button{display:inline-block;border:1px solid;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-size:13px;padding:0 42px;line-height:49px;height:50px;transition:all .21s ease}.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover{color:#111}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:40px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:34px;cursor:pointer}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next{right:60px}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev{right:112px}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (max-width:767px){.mec-slider-t4 .mec-slider-t4-content{width:100%;left:0;top:auto;bottom:0}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t5-wrap{width:auto;max-width:570px;padding:0;margin:0 auto 25px;background:#f7f7f7;min-height:480px;position:relative}.mec-slider-t5{height:auto;box-shadow:0 5px 35px 0 rgba(0,0,0,.13)}.mec-slider-t5 .mec-event-article{position:relative;height:auto}.mec-slider-t5 .mec-slider-t5-img{position:relative;background-size:cover!important;background-position:center!important;width:100%;height:300px;float:none;margin:0;overflow:hidden}.mec-slider-t5 .mec-slider-t5-content{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-slider-t5 .mec-events-content p{margin-bottom:20px}.mec-slider-t5-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:14px 34px;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-slider-t5-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t5 .mec-slider-t5-col6{width:50%;float:left;height:100%}.mec-slider-t5 .mec-slider-t5-col6 i{font-size:42px;float:left;margin-right:7px;height:58px}.mec-slider-t5 .mec-slider-t5-col6 h6{text-transform:uppercase;font-size:17px;padding:4px 0;display:inline;color:#444}.mec-slider-t5 .mec-slider-t5-col6 address{font-size:12px;margin-bottom:0}.mec-slider-t5-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-slider-t5-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:40px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:34px;cursor:pointer}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next{right:30px}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev{right:82px}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (max-width:768px){.mec-slider-t5 .mec-slider-t5-col6{width:100%;margin:10px 0}}@media only screen and (max-width:479px){.mec-slider-t5-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.mec-single-modern .mec-events-event-image{text-align:center}.mec-single-modern .mec-events-event-image img{width:100%}.mec-single-modern .mec-single-event-bar{background-color:#f7f7f7;margin:20px 0 0;padding:15px;display:table;width:100%}.mec-single-modern .mec-single-event-bar>div{display:table-cell}.mec-single-modern .mec-single-event-bar>div i{font-size:20px;vertical-align:middle}.mec-single-modern .mec-single-event-bar>div .mec-time-comment{font-size:12px;color:#999}.mec-single-modern .mec-single-event-bar>div h3{text-transform:uppercase;font-size:16px;font-weight:700;padding-bottom:5px;display:inline;color:#000;padding-left:10px}.mec-single-modern .mec-single-event-bar>div dd{font-size:14px;color:#8d8d8d;padding-left:34px;margin-bottom:0}.mec-single-modern .col-md-4 .mec-frontbox{margin-top:-50px;margin-bottom:70px;padding:20px;border:none;background:#f7f7f7;box-shadow:none}.mec-next-occurrence li{list-style:none}@media only screen and (min-width:960px){.mec-single-modern .col-md-4 .mec-frontbox{margin-left:20px}}@media only screen and (max-width:960px){.mec-single-modern .mec-single-event-bar>div{display:block}}.lity-content>div{overflow:auto}.mec-next-event-details li{list-style:none;margin-top:20px}.mec-next-event-details h6{text-transform:uppercase;font-size:13px;padding-bottom:5px;display:inline;color:#222;padding-left:0}.mec-next-event-details abbr{display:block;padding-left:12px;color:#8d8d8d}.mec-next-event-details i{margin-right:10px;margin-left:12px}.mec-next-event-details i:before{color:#40d9f1}.mec-next-event-details a{text-align:center;display:block;background:#fff;padding:6px 0;font-size:11px;font-weight:400;letter-spacing:0;border:1px solid #e3e3e3;transition:.3s}.mec-single-modal.mec-single-modern .mec-single-title{text-align:center;padding:15px 10px 0}.mec-single-modal.mec-single-modern .mec-single-event-bar{padding:5px}.mec-single-modal.mec-single-modern .mec-single-event-bar>div dd{font-size:13px}.mec-single-modal.mec-single-modern .mec-single-event-bar>div h3{font-size:15px}@media only screen and (min-width:960px){.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox{margin-left:0}}.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox{margin-top:10px;margin-bottom:10px}.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox.mec-event-meta{padding:0}.mec-single-modal .mec-event-meta dd.mec-organizer-email a,.mec-single-modal .mec-event-meta dd.mec-organizer-url a{font-size:12px;display:block}.mec-modal-wrap{max-width:700px;background:#fff;box-shadow:0 1px 55px rgba(0,0,0,.5)}.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li,.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a.mec-events-button{display:block;text-align:center}.mec-single-modal .flip-clock-divider .flip-clock-label{position:absolute;top:60px}.mec-single-modal .flip-clock-divider:not(:first-child){width:48px!important}.mec-single-modal .flip-clock-divider.minutes .flip-clock-label{top:150px;left:-539px}.mec-single-modal .flip-clock-divider.seconds .flip-clock-label{top:87px}.mec-single-modal .flip-clock-wrapper{left:14%}.mec-single-modal .twodaydigits>ul:nth-child(11),.mec-single-modal .twodaydigits>ul:nth-child(12),.mec-single-modal .twodaydigits>ul:nth-child(8),.mec-single-modal .twodaydigits>ul:nth-child(9){margin-top:30px!important}.mec-events-toggle{max-width:960px;margin-left:auto;margin-right:auto}.mec-events-toggle .mec-toggle-item{border:1px solid #e4e4e4;margin-bottom:15px;box-shadow:0 10px 15px #f3f3f3}.mec-events-toggle .mec-toggle-item-inner{cursor:pointer;position:relative;padding:30px 60px 30px 15px;background:#fff;transition:all .3s ease}.mec-events-toggle .mec-toggle-item-inner:hover{background:#fbfbfb}.mec-toggle-item-col{float:left;width:180px;margin-top:-6px;border-right:1px solid #e3e3e3;margin-right:15px}.mec-toggle-item-col .mec-event-date{font-size:38px;line-height:40px;float:left;margin-right:8px}.mec-toggle-item-col .mec-event-month{text-transform:uppercase;font-size:12px;line-height:14px;padding-top:4px;font-weight:700}.mec-toggle-item-col .mec-event-detail{font-size:10px}.mec-toggle-item-col .mec-event-day{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:35px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-events-toggle .mec-toggle-title{color:#000;font-size:23px;font-weight:600;margin-bottom:0;transition:all .3s ease;display:inline-block}.mec-events-toggle .mec-toggle-item-inner span.event-color{width:5px;height:100%;position:absolute;left:-1px;top:0;bottom:0;border-radius:0;margin:0}.mec-events-toggle .mec-toggle-item-inner i{position:absolute;font-size:30px;right:25px;top:50%;transform:translate(0,-50%);cursor:pointer}.mec-events-toggle .mec-toggle-item.is-open i.mec-sl-plus:before{content:"\e615"}.mec-events-toggle .mec-toggle-item.is-open .mec-toggle-title{background:#f8f8f8;cursor:pointer}.mec-events-toggle .mec-toggle-content{border-top:1px solid #e4e4e4}.mec-events-toggle .mec-toggle-content .mec-modal-wrap{margin:0;max-width:100%;box-shadow:none}.mec-events-toggle .mec-toggle-content .mec-modal-wrap .mec-single-event{margin:0}.mec-events-toggle .mec-toggle-content .mec-single-event-bar,.mec-events-toggle .mec-toggle-content h1.mec-single-title{display:none}.mec-events-toggle .media-links a{margin-bottom:0}.mec-events-toggle .mec-toggle-content .mec-toggle-meta{margin-bottom:14px}.mec-events-toggle #mec_speakers_details.mec-frontbox{padding:0;margin:0}.mec-events-toggle .mec-toggle-item h3.mec-speakers{border:none;text-align:left}.mec-events-toggle .mec-toggle-item h3.mec-speakers:before{content:"\e063";font-family:simple-line-icons;border:none;position:relative;display:inline-block;left:unset;bottom:unset;font-size:22px;font-weight:400;padding:0 11px 0 28px;vertical-align:middle}@media only screen and (max-width:767px){.mec-toggle-item-col{float:none;width:100%;border-right:none;margin-bottom:5px}}.mec-events-agenda-wrap{margin:10px 0;border:1px solid #e9e9e9;padding-left:20px;box-shadow:0 2px 2px rgba(0,0,0,.03)}.mec-events-agenda{padding:0;border-bottom:1px solid #e9e9e9;overflow:hidden}.mec-agenda-date-wrap{width:210px;padding-top:15px;float:left;font-size:13px}.mec-agenda-date-wrap i,.mec-agenda-event i{font-size:11px;color:#aaa;margin-right:4px;margin-left:1px}.mec-agenda-event i{vertical-align:middle;margin-right:1px}.mec-agenda-events-wrap{float:left;width:calc(100% - 210px);background:#f9f9f9;padding:15px}.mec-agenda-time{font-size:11px;color:#707070;padding-right:10px;width:138px;display:inline-block}.mec-agenda-event-title{position:relative;padding-left:14px}.mec-agenda-event-title a{font-family:Roboto,Montserrat,Helvetica,Arial,sans-serif;font-size:14px;font-weight:600;color:#333}.mec-agenda-event-title span.event-color{width:9px;height:9px;position:absolute;left:0;top:4px;margin:0}.mec-agenda-date-wrap span.mec-agenda-day{color:#aaa;font-size:12px}@media only screen and (max-width:767px){.mec-agenda-date-wrap,.mec-agenda-events-wrap{float:none;width:100%}.mec-events-agenda span.mec-agenda-event-title{display:block;width:100%}.mec-agenda-event-title span.event-color{top:7px}.mec-agenda-event-title a{font-size:13px}}.mec-yearly-view-wrap{margin:0 0 15px;border:1px solid #e6e6e6;box-shadow:0 2px 4px rgba(0,0,0,.04);border-bottom-width:4px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar{max-width:100%;width:232px;padding:10px;background:#fff;margin:10px;display:inline-block}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt{transition:none;height:30px;width:30px;line-height:30px;border-radius:0;font-size:12px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-calendar-events-sec{padding:10px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-has-event:after{width:4px;height:4px;bottom:3px;margin-left:-2px}.mec-yearly-view-wrap .mec-calendar-side .mec-calendar-table{min-height:200px}.mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt{background:#f9f9f9;font-size:13px}.mec-calendar.mec-yearly-calendar .mec-calendar-table-title{text-align:center;font-size:15px;font-weight:700;color:#222;margin-top:-5px;padding-bottom:5px}.mec-yearly-view-wrap .mec-yearly-calendar-sec{min-height:200px;width:538px;overflow:hidden;float:left;background:#f8f8f8;padding:15px}.mec-yearly-view-wrap .mec-yearly-agenda-sec{min-height:200px;width:calc(100% - 538px);float:left;padding:0 0 0 20px;overflow:hidden}.mec-yearly-view-wrap .mec-yearly-title-sec{position:relative;padding:15px;text-align:center;border-bottom:1px solid #e6e6e6;box-shadow:0 1px 3px rgba(0,0,0,.02)}.mec-yearly-view-wrap .mec-yearly-title-sec h2{font-size:30px;line-height:40px;color:#333;margin:0;font-weight:700}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year{position:absolute;top:50%;margin-top:-15px;min-width:30px;height:30px;line-height:30px;padding:0 8px;text-align:center;background:#fff;color:#666;font-size:14px;border:1px solid #eee;border-radius:2px;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease;cursor:pointer}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year{right:auto;left:20px;padding-right:14px}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year{left:auto;right:20px;padding-left:14px}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i,.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i{font-size:12px;color:#40d9f1;cursor:pointer}@media only screen and (max-width:959px){.mec-yearly-view-wrap .mec-yearly-calendar-sec{width:268px;padding:10px 5px}.mec-yearly-view-wrap .mec-yearly-agenda-sec{width:calc(100% - 268px);padding:0 0 0 10px}}@media only screen and (max-width:767px){.mec-yearly-view-wrap .mec-yearly-agenda-sec,.mec-yearly-view-wrap .mec-yearly-calendar-sec{width:100%;float:none}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar{width:auto}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt{width:14.2%}.mec-yearly-view-wrap .mec-yearly-title-sec h2{font-size:25px}}.mec-yearly-view-wrap .mec-agenda-event i,.mec-yearly-view-wrap .mec-agenda-time{display:none}@media only screen and (min-width:768px){.mec-yearly-view-wrap .mec-events-agenda-wrap{margin-top:0;border:none;padding-left:0;box-shadow:none}.mec-yearly-view-wrap .mec-agenda-date-wrap{width:174px;font-size:11px;padding-top:10px}.mec-yearly-view-wrap .mec-agenda-events-wrap{width:calc(100% - 174px);padding:10px}.mec-yearly-view-wrap .mec-agenda-event-title a{font-size:13px}.mec-yearly-view-wrap .mec-agenda-event-title span.event-color{width:8px;height:8px}.mec-yearly-view-wrap .mec-agenda-date-wrap span.mec-agenda-day{font-size:11px}.mec-yearly-view-wrap .mec-yearly-calendar-sec{box-shadow:-2px 0 5px rgba(0,0,0,.03) inset}}@media only screen and (max-width:1200px){.mec-yearly-view-wrap .mec-agenda-event-title a{font-size:12px;padding-right:6px}}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table{padding-bottom:10px;border-bottom:none}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt:hover{cursor:pointer}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event,.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event:hover{color:#bbb;cursor:default}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active{background:#40d9f1;color:#fff;position:relative}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active:after{content:'';position:absolute;display:block;bottom:-20px;left:50%;margin-left:-10px;width:0;border-width:10px;border-style:solid;border-color:#40d9f1 transparent transparent transparent}.mec-timetable-events-list{padding:10px 20px;border:none;margin:0}.mec-timetable-events-list .mec-timetable-event{padding:10px 0;border-bottom:1px dashed #ddd}.mec-timetable-events-list .mec-timetable-event:last-child{border:none}.mec-timetable-event .mec-timetable-event-span{font-size:12px;color:#444;padding-right:30px;line-height:22px}.mec-timetable-events-list .mec-timetable-event i{font-size:13px;color:#aaa;margin-right:3px;vertical-align:baseline}.mec-timetable-event .mec-timetable-event-span a{color:#333}.mec-timetable-event .mec-timetable-event-time{font-size:11px}.mec-timetable-event .mec-timetable-event-time i{vertical-align:text-bottom}.mec-timetable-event .mec-timetable-event-title{font-size:13px}.mec-timetable-event .mec-timetable-event-title .event-color{width:10px;height:10px}.mec-timetable-events-list .mec-timetable-event.mec-util-hidden{display:none}.mec-timetable-events-list.mec-util-hidden{display:none}@media only screen and (min-width:768px){.mec-timetable-events-list{display:table;width:100%;margin:10px 0 20px}.mec-timetable-events-list .mec-timetable-event{display:table-row;padding:0;border:none;background:#fff}.mec-timetable-events-list .mec-timetable-event:hover{background:#fafafa}.mec-timetable-event .mec-timetable-event-span{display:table-cell;padding:10px 15px;border-bottom:1px solid #ebebeb}.mec-timetable-events-list .mec-timetable-event:last-child .mec-timetable-event-span{border-bottom:none}}@media only screen and (max-width:767px){.mec-timetable-event .mec-timetable-event-title{display:block;width:100%;padding:5px 0 10px;font-weight:700}}.mec-timetable-t2-wrap{border:1px solid #e6e6e6;background:#fafafa;padding:0 15px 15px;overflow:hidden;box-shadow:0 3px 2px 0 rgba(0,0,0,.012)}.mec-timetable-t2-col{width:20%;float:left;min-height:20px;padding-right:1px;background:0 0}.mec-ttt2-title{background:#fafafa;color:#333;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-align:center;padding:25px 10px 10px;margin-bottom:1px}.mec-timetable-t2-col .mec-event-article{position:relative}.mec-timetable-t2-col .mec-event-article .event-color{position:absolute;width:auto;height:auto;left:0;right:0;top:0;bottom:0;margin:0;z-index:1;border-radius:2px}.mec-timetable-t2-content{position:relative;z-index:2;color:#fff;padding:15px 15px 20px;text-align:left;height:130px;margin-bottom:1px;overflow:hidden}.mec-timetable-t2-content .mec-event-title{line-height:22px;margin-bottom:13px;white-space:nowrap;padding-right:1px;overflow:hidden}.mec-timetable-t2-content .mec-event-title a{color:#fff;font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden}.mec-timetable-t2-content div{color:#fff;font-size:11px;font-weight:400;line-height:19px;white-space:nowrap}.mec-timetable-t2-content div i{font-size:12px;margin-right:4px}@media only screen and (max-width:960px){.mec-timetable-t2-col{width:100%;float:none}}.mec-weather-box{padding:15px 0}.mec-weather-head{min-height:90px;padding:5px 0;clear:both;overflow:hidden;margin-bottom:25px;border-radius:10px;background:#238af5}.mec-weather-icon-box{float:left;width:80px;height:80px;border-radius:10px;overflow:hidden;background:#238af5}.mec-weather-icon{width:80px;height:80px;display:inline-block;border-radius:10px}.mec-weather-summary{float:left;width:calc(100% - 80px);padding-left:10px;margin:10px 0;height:60px}.mec-weather-summary-report{font-size:15px;color:rgba(255,255,255,.68);margin-bottom:6px}.mec-weather-summary-temp{font-family:Roboto,Sans-serif;font-weight:300;color:#fff;font-size:29px;line-height:1}.mec-weather-extras{width:auto;padding:10px 15px 0 15px;float:right;min-height:80px;color:#fff;font-size:13px;line-height:1}.mec-weather-extras div{line-height:20px;height:20px}.mec-weather-extras span{color:rgba(255,255,255,.68);font-size:12px;text-transform:uppercase}.mec-weather-extras var{font-size:11px;letter-spacing:.4px}.mec-weather-icon.clear-day,.mec-weather-icon.clear-night{background-image:url(../img/mec-weather-icon-01.png)}.mec-weather-icon.partly-sunny-day,.mec-weather-icon.partly-sunny-night{background-image:url(../img/mec-weather-icon-02.png)}.mec-weather-icon.partly-cloudy-day,.mec-weather-icon.partly-cloudy-night{background-image:url(../img/mec-weather-icon-03.png)}.mec-weather-icon.cloudy,.mec-weather-icon.fog,.mec-weather-icon.wind{background-image:url(../img/mec-weather-icon-04.png)}.mec-weather-icon.thunderstorm{background-image:url(../img/mec-weather-icon-05.png)}.mec-weather-icon.rain{background-image:url(../img/mec-weather-icon-06.png)}.mec-weather-icon.hail,.mec-weather-icon.sleet,.mec-weather-icon.snow{background-image:url(../img/mec-weather-icon-07.png)}.mec-av-spot-wrap{width:auto;max-width:1200px;padding:0;margin:0 auto 25px;background:#f7f7f7;min-height:480px;position:relative}.mec-av-spot{height:auto;border:1px solid #eee;box-shadow:0 6px 12px -4px rgba(0,0,0,.05)}.mec-av-spot .mec-event-article{position:relative;height:auto}.mec-av-spot .mec-av-spot-img{position:relative;background-size:cover!important;background-position:center!important;width:100%;height:330px;float:none;margin:0;overflow:hidden}.mec-av-spot .mec-av-spot-content,.mec-av-spot .mec-av-spot-head{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-av-spot .mec-av-spot-head{background:#222;color:#fff;min-height:80px}.mec-av-spot .mec-av-spot-head .mec-av-spot-box{padding-top:25px;font-size:13px;color:#ddd}.mec-av-spot .mec-av-spot-head .mec-av-spot-box span{color:#40d9f1;font-size:40px;font-weight:700;font-style:italic}.mec-av-spot .mec-av-spot-head .mec-event-countdown{text-align:center;padding-top:10px;display:table;table-layout:fixed;margin:0 auto;float:right}.mec-av-spot .mec-av-spot-head .mec-event-countdown li{display:table-cell;padding:10px 20px;position:relative;height:60px}.mec-av-spot .mec-av-spot-head .mec-event-countdown p{margin-bottom:0}.mec-av-spot .mec-events-content p{margin-bottom:20px}.mec-av-spot-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:14px 34px;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-av-spot-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-av-spot .mec-av-spot-col6{width:50%;float:left;height:100%}.mec-av-spot .mec-av-spot-col6 i{font-size:42px;float:left;margin-right:7px;height:58px}.mec-av-spot .mec-av-spot-col6 h6{text-transform:uppercase;font-size:17px;padding:4px 0;display:inline;color:#444}.mec-av-spot .mec-av-spot-col6 address{font-size:12px;margin-bottom:0}.mec-av-spot-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-av-spot-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0;box-shadow:0 5px 11px -3px rgba(0,0,0,.05)}@media only screen and (max-width:768px){.mec-av-spot .mec-av-spot-col6{width:100%;margin:10px 0}}@media only screen and (max-width:479px){.mec-av-spot-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.mec-events-masonry-wrap{display:block;width:auto}.mec-masonry-item-wrap{width:calc(33.33% - 30px);padding:0;margin:0 15px 30px;min-height:10px;position:relative}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope,.isotope .isotope-item{-webkit-transition-duration:.8s;-moz-transition-duration:.8s;transition-duration:.8s}.isotope{-webkit-transition-property:height,width;-moz-transition-property:height,width;transition-property:height,width}.isotope .isotope-item{-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;transition-property:transform,opacity}.mec-events-masonry-cats{padding:10px;margin-bottom:25px;text-align:center;clear:both;list-style:none outside none}.mec-events-masonry-cats a{border-radius:2px;padding:6px 12px;font-size:13px;line-height:1.2;color:#333;font-weight:400;margin-top:0!important;text-align:center;display:inline-block;width:auto;border:2px solid transparent;transition:all .2s ease}.mec-events-masonry-cats a:hover{border-color:#40d9f1;color:#333}.mec-events-masonry-cats a.mec-masonry-cat-selected{border:2px solid #40d9f1;color:#40d9f1}.mec-masonry{background:#f7f7f7;height:auto;border:1px solid #eee;box-shadow:0 6px 12px -4px rgba(0,0,0,.05)}.mec-masonry .mec-event-article{position:relative;height:auto}.mec-masonry .mec-masonry-img{position:relative;width:100%;height:auto;float:none;margin:0;overflow:hidden}.mec-masonry .mec-masonry-img img{width:100%}.mec-masonry .mec-masonry-content,.mec-masonry .mec-masonry-head{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-masonry .mec-events-content p{margin-bottom:20px}.mec-masonry-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head{min-height:79px;margin-bottom:10px;padding:14px 5%;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-masonry-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-masonry-content.mec-event-grid-modern .mec-event-content{padding-top:20px}.mec-masonry-content.mec-event-grid-modern .mec-event-footer{height:auto}.mec-masonry .mec-masonry-col6 .mec-event-date{font-size:34px;letter-spacing:-2px}.mec-masonry .mec-masonry-col6{width:50%;float:left;height:100%}.mec-masonry .mec-masonry-col6 i{font-size:24px;float:left;margin-right:7px;height:50px}.mec-masonry .mec-masonry-col6 .mec-event-month,.mec-masonry .mec-masonry-col6 h6{text-transform:capitalize;font-size:15px;padding:4px 0;display:inline;color:#444}.mec-masonry .mec-masonry-col6 .mec-event-detail,.mec-masonry .mec-masonry-col6 address{font-size:11px;margin-bottom:0}.mec-masonry-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-masonry-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0;box-shadow:0 5px 11px -3px rgba(0,0,0,.05)}@media only screen and (max-width:960px){.mec-masonry-item-wrap{width:calc(50% - 30px)}}@media only screen and (max-width:768px){.mec-masonry .mec-masonry-col6{width:100%;margin:10px 0}.mec-masonry-item-wrap{width:calc(100% - 30px)}}@media only screen and (max-width:479px){.mec-masonry-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.btn-wrapper{text-align:center}.countdown-wrapper .btn-wrapper{padding-top:10px;padding-right:0}.countdown-wrapper h5.countdown-message{letter-spacing:5px;font-weight:500;font-size:18px}.blox.dar .countdown-wrapper p,.countdown-wrapper p{color:#888}.countdown-wrapper a.button.black{float:right;margin-right:0}.mec-wrap .threedaydigits .days .flip-clock-label{right:-100px}@media only screen and (min-width:320px) and (max-width:767px){.mec-wrap .flip-clock-wrapper ul{width:29px!important}.mec-wrap .flip-clock-wrapper ul li a div div.inn{font-size:25px!important}.mec-wrap .flip-clock-divider .flip-clock-label{left:0;font-weight:300}.mec-wrap span.flip-clock-divider{width:12px}}@media only screen and (min-width:320px) and (max-width:480px){.mec-wrap .flip-clock-wrapper ul{width:29px!important}.mec-wrap .flip-clock-wrapper ul li a div div.inn{font-size:25px!important}.mec-wrap .flip-clock-divider .flip-clock-label{display:none}.mec-wrap span.flip-clock-divider:first-child{width:0}.mec-wrap span.flip-clock-divider{width:20px}.mec-single-event .mec-events-meta-group-countdown{margin-left:10%}}@media screen and (min-width:960px) and (max-width:1200px){.mec-wrap .threedaydigits ul{height:50px;width:47px}}@media screen and (min-width:480px) and (max-width:768px){.mec-wrap .threedaydigits ul{height:48px;width:26px!important}.mec-wrap .threedaydigits .flip-clock-label{font-size:8px;left:-8px}}@media screen and (min-width:320px) and (max-width:480px){.mec-wrap .threedaydigits ul{height:48px;width:22px!important}}.mec-wrap .flip-clock-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.mec-wrap .flip-clock-wrapper a{cursor:pointer;text-decoration:none;color:#ccc}.mec-wrap .flip-clock-wrapper a:hover{color:#fff}.mec-wrap .flip-clock-wrapper ul{list-style:none}.flip-clock-wrapper.clearfix:after,.mec-wrap .flip-clock-wrapper.clearfix:before{content:" ";display:table}.mec-wrap .flip-clock-wrapper.clearfix:after{clear:both}.mec-wrap .flip-clock-wrapper{font:400 11px "helvetica neue",helvetica,sans-serif;-webkit-user-select:none}.mec-wrap .flip-clock-meridium{background:0 0!important;box-shadow:0 0 0!important;font-size:36px!important}.mec-wrap .flip-clock-meridium a{color:#313333}.mec-wrap .flip-clock-wrapper{text-align:center;position:relative;display:inline-block;padding-bottom:10px}.flip-clock-wrapper:after,.mec-wrap .flip-clock-wrapper:before{content:" ";display:table}.mec-wrap .flip-clock-wrapper:after{clear:both}.mec-wrap .flip-clock-wrapper ul{position:relative;float:left;margin:2px;width:50px;height:50px;font-size:80px;font-weight:700;line-height:87px;border-radius:3px;background:rgba(0,0,0,.21)}.mec-wrap .flip-clock-wrapper ul li{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;line-height:54px;text-decoration:none!important}.mec-wrap .flip-clock-wrapper ul li:first-child{z-index:2}.mec-wrap .flip-clock-wrapper ul li a{display:block;height:100%;-webkit-perspective:200px;-moz-perspective:200px;perspective:200px;margin:0!important;overflow:visible!important;cursor:default!important}.mec-wrap .flip-clock-wrapper ul li a div{z-index:1;position:absolute;left:0;width:100%;height:50%;font-size:80px;overflow:hidden;outline:1px solid transparent}.mec-wrap .flip-clock-wrapper ul li a div .shadow{position:absolute;width:100%;height:100%;z-index:2}.mec-wrap .flip-clock-wrapper ul li a div.up{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;top:0}.mec-wrap .flip-clock-wrapper ul li a div.up:after{content:"";position:absolute;top:24px;left:0;z-index:5;width:100%;height:3px;background-color:rgba(0,0,0,.12)}.mec-wrap .flip-clock-wrapper ul li a div.down{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;bottom:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.mec-wrap .flip-clock-wrapper ul li a div div.inn{position:absolute;left:0;z-index:1;width:100%;height:200%;color:#fff;text-shadow:0 0 2px rgba(0,0,0,.25);text-align:center;background-color:#40d9f1;border-radius:3px;font-size:48px}.mec-wrap .flip-clock-wrapper ul li a div.up div.inn{top:0}.mec-wrap .flip-clock-wrapper ul li a div.down div.inn{bottom:0}.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-before{z-index:3}.mec-wrap .flip-clock-wrapper .flip{box-shadow:0 2px 5px rgba(0,0,0,.17)}.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-active{-webkit-animation:asd .5s .5s linear both;-moz-animation:asd .5s .5s linear both;animation:asd .5s .5s linear both;z-index:5}.mec-wrap .flip-clock-divider{float:left;display:inline-block;position:relative;width:18px;height:62px}.mec-wrap .flip-clock-divider:first-child{width:0}.mec-wrap .flip-clock-dot{display:none;background:#323434;width:10px;height:10px;position:absolute;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.5);left:5px}.mec-wrap .flip-clock-divider .flip-clock-label{position:absolute;bottom:-1.5em;right:-71px;color:#101010;font-weight:700;text-shadow:none;text-transform:uppercase}.mec-wrap .blox.dark .flip-clock-divider .flip-clock-label{color:#8a8a8a}.mec-wrap .flip-clock-divider.seconds .flip-clock-label{right:-82px}.mec-wrap .flip-clock-dot.top{top:30px}.mec-wrap .flip-clock-dot.bottom{bottom:30px}@-webkit-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@-moz-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@-o-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}.flip-clock-wrapper ul.play li.flip-clock-active .down{z-index:2;-webkit-animation:turn .5s .5s linear both;-moz-animation:turn .5s .5s linear both;animation:turn .5s .5s linear both}@-webkit-keyframes turn{0%{-webkit-transform:rotatex(90deg)}100%{-webkit-transform:rotatex(0)}}@-moz-keyframes turn{0%{-moz-transform:rotatex(90deg)}100%{-moz-transform:rotatex(0)}}@-o-keyframes turn{0%{-o-transform:rotatex(90deg)}100%{-o-transform:rotatex(0)}}@keyframes turn{0%{transform:rotatex(90deg)}100%{transform:rotatex(0)}}.flip-clock-wrapper ul.play li.flip-clock-before .up{z-index:2;-webkit-animation:turn2 .5s linear both;-moz-animation:turn2 .5s linear both;animation:turn2 .5s linear both}@-webkit-keyframes turn2{0%{-webkit-transform:rotatex(0)}100%{-webkit-transform:rotatex(-90deg)}}@-moz-keyframes turn2{0%{-moz-transform:rotatex(0)}100%{-moz-transform:rotatex(-90deg)}}@-o-keyframes turn2{0%{-o-transform:rotatex(0)}100%{-o-transform:rotatex(-90deg)}}@keyframes turn2{0%{transform:rotatex(0)}100%{transform:rotatex(-90deg)}}.flip-clock-wrapper ul li.flip-clock-active{z-index:3}.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(64,64,64,.68)));background:linear,top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(64,64,64,.68)));background:linear,top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .3s linear both}.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow{background:-moz-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(64,64,64,.68)),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow{background:-moz-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(64,64,64,.68)),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .2s linear both}@-webkit-keyframes show{0%{opacity:0}100%{opacity:1}}@-moz-keyframes show{0%{opacity:0}100%{opacity:1}}@-o-keyframes show{0%{opacity:0}100%{opacity:1}}@keyframes show{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes hide{0%{opacity:1}100%{opacity:0}}@-moz-keyframes hide{0%{opacity:1}100%{opacity:0}}@-o-keyframes hide{0%{opacity:1}100%{opacity:0}}@keyframes hide{0%{opacity:1}100%{opacity:0}}@font-face{font-family:simple-line-icons;src:url(../fonts/Simple-Line-Icons.eot?v=2.3.1);src:url(../fonts/Simple-Line-Icons.eot?v=2.3.1#iefix) format('embedded-opentype'),url(../fonts/Simple-Line-Icons.woff2?v=2.3.1) format('woff2'),url(../fonts/Simple-Line-Icons.woff?v=2.3.1) format('woff'),url(../fonts/Simple-Line-Icons.ttf?v=2.3.1) format('truetype'),url(../fonts/Simple-Line-Icons.svg?v=2.3.1#simple-line-icons) format('svg');font-weight:400;font-style:normal}[class*=mec-sl-]{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mec-sl-facebook:before{content:"\e00b"}.mec-sl-twitter:before{content:"\e009"}.mec-sl-google-plus:before{content:"\e60d"}.mec-sl-angle-left:before{content:"\e605"}.mec-sl-angle-right:before{content:"\e606"}.mec-sl-calendar:before{content:"\e075"}.mec-sl-clock-o:before{content:"\e081"}.mec-sl-home:before{content:"\e069"}.mec-sl-phone:before{content:"\e600"}.mec-sl-envelope:before{content:"\e086"}.mec-sl-sitemap:before{content:"\e037"}.mec-sl-map-marker:before{content:"\e096"}.mec-sl-floder:before{content:"\e089"}.mec-sl-wallet:before{content:"\e02a"}.mec-color,.mec-color-before :before,.mec-color-hover:hover,.mec-wrap .mec-color,.mec-wrap .mec-color-before :before,.mec-wrap .mec-color-hover:hover{color:#40d9f1}.mec-bg-color,.mec-bg-color-hover:hover,.mec-wrap .mec-bg-color,.mec-wrap .mec-bg-color-hover:hover{background-color:#40d9f1}.mec-border-color,.mec-border-color-hover:hover,.mec-wrap .mec-border-color,.mec-wrap .mec-border-color-hover:hover{border-color:#40d9f1}.mec-toggle-month-divider.mec-skin-list-events-container{border:1px solid #e8e8e8;margin-bottom:30px;background:#f8f8f8;box-shadow:0 2px 18px -1px rgba(0,0,0,.1);border-radius:2px}.mec-toggle-month-divider .mec-month-divider{margin:0;text-align:left;background:#fff;position:relative;cursor:pointer;border-top:1px solid #e8e8e8}.mec-toggle-month-divider .mec-month-divider span{padding:20px;border-bottom:1px solid #e8e8e8}.mec-toggle-month-divider .mec-month-divider i{position:absolute;right:20px;top:24px;font-size:20px;cursor:pointer}.mec-toggle-month-divider .mec-month-divider span:before{display:none}.mec-toggle-month-divider .mec-month-divider+article{margin-top:20px}.mec-toggle-month-divider .mec-wrap .mec-month-divider:first-of-type{border-top:none}.mec-toggle-month-divider .mec-event-list-accordion .mec-month-divider:not(:first-of-type)~article{display:none}.mec-skin-list-events-container:not(.mec-toggle-month-divider) .mec-month-divider i{display:none}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-month{display:inline-block;padding-top:0}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-date{font-size:14px;line-height:14px;float:none;display:inline-block;margin-right:0;font-weight:700}.mec-events-toggle .mec-toogle-inner-month-divider.mec-toggle-item-inner{padding:20px 60px 30px 15px}.mec-toogle-inner-month-divider .mec-toggle-month-inner-image{float:left;clear:right;width:100px;margin-right:20px;margin-left:10px}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-detail{margin-top:-6px}.mec-toogle-inner-month-divider .mec-toggle-item-col{float:none;width:100%;margin-top:10px;display:block;border:none}.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title{font-size:19px;display:block;padding-top:10px}@media only screen and (max-width:768px){.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title{font-size:14px;padding-top:0}.mec-toogle-inner-month-divider .mec-toggle-item-col{margin-top:0}.mec-toogle-inner-month-divider .mec-toggle-month-inner-image{width:70px}}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled:before,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-featured:before{z-index:1;position:absolute;top:25px;right:-37px;font-size:11px;letter-spacing:1px;text-transform:uppercase;background:#04de78;padding:2px 40px;color:#fff;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.5s cubic-bezier(.25,.5,.06,.85);transition:.5s cubic-bezier(.25,.5,.06,.85);content:attr(data-style)}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-featured{overflow:hidden;position:relative}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled:before{background:#de0404}.mec-daily-view-date-events article:before,ul.mec-weekly-view-dates-events article:before{padding:7px 40px!important;top:27px!important}.mec-event-grid-classic article .mec-fc-style,.mec-event-grid-minimal article .mec-fc-style,.mec-event-grid-simple article .mec-fc-style,.mec-timetable-wrap article .mec-fc-style,.mec-wrap .mec-event-list-accordion article .mec-fc-style,.mec-wrap .mec-event-list-modern article .mec-fc-style,.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style,.mec-wrap article.mec-event-cover-classic .mec-fc-style,.mec-wrap article.mec-event-cover-clean .mec-fc-style,.mec-wrap article.mec-event-cover-modern .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style{font-size:9px;letter-spacing:.5px;text-transform:uppercase;background:#04de78;padding:2px 7px;color:#fff;position:relative;margin-left:5px;border-radius:2px}.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-modern.mec-label-canceled .mec-fc-style{background:#de0404}.mec-event-grid-minimal article .mec-fc-style:before,.mec-event-grid-simple article .mec-fc-style:before,.mec-timetable-wrap article .mec-fc-style:before,.mec-wrap .mec-event-list-accordion article .mec-fc-style:before,.mec-wrap .mec-event-list-modern article .mec-fc-style:before,.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style:before,.mec-wrap article.mec-event-cover-classic .mec-fc-style:before,.mec-wrap article.mec-event-cover-clean .mec-fc-style:before,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style:before{width:0;height:0;border-top:4px solid transparent!important;border-right:5px solid;border-bottom:4px solid transparent;margin:0;top:50%;left:-4px;transform:translateY(-4.5px);position:absolute;content:'';color:#04de78}.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style:before{color:#de0404}.mec-event-grid-classic article.mec-label-canceled:before,.mec-event-grid-classic article.mec-label-featured:before,.mec-event-grid-minimal article.mec-label-canceled:before,.mec-event-grid-minimal article.mec-label-featured:before,.mec-event-grid-simple article.mec-label-canceled:before,.mec-event-grid-simple article.mec-label-featured:before,.mec-timetable-wrap article.mec-label-canceled:before,.mec-timetable-wrap article.mec-label-featured:before,.mec-wrap .mec-event-list-accordion article.mec-label-canceled:before,.mec-wrap .mec-event-list-accordion article.mec-label-featured:before,.mec-wrap .mec-event-list-modern article.mec-label-canceled:before,.mec-wrap .mec-event-list-modern article.mec-label-featured:before{display:none}.mec-wrap .mec-event-list-accordion article .mec-fc-style,.mec-wrap .mec-event-list-modern article .mec-fc-style,.mec-wrap article.mec-event-cover-classic .mec-fc-style,.mec-wrap article.mec-event-cover-clean .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style{top:-3px;font-size:11px;margin-left:10px}.mec-event-grid-classic article.mec-label-canceled .mec-fc-style,.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style,.mec-event-grid-simple article.mec-label-canceled .mec-fc-style,.mec-timetable-wrap article.mec-label-canceled .mec-fc-style,.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style,.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style{background:#de0404}.mec-event-grid-classic article.mec-label-canceled .mec-fc-style:before,.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style:before,.mec-event-grid-simple article.mec-label-canceled .mec-fc-style:before,.mec-timetable-wrap article.mec-label-canceled .mec-fc-style:before,.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style:before,.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style:before,.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style:before,.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style:before,.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style:before{color:#de0404}.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-canceled:before,.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-featured:before{-ms-transform:none;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none;top:271px;right:0}.mec-timetable-wrap article .mec-fc-style{top:-2px;font-size:10px}.mec-wrap article.mec-event-cover-modern .mec-fc-style{padding:5px 9px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;display:inline-block;border-radius:2px}.mec-skin-grid-events-container .mec-wrap .mec-event-grid-clean .mec-event-article:before{-ms-transform:none;-webkit-transform:none;transform:none!important;-webkit-transition:none;transition:none;top:22px!important;right:22px!important;padding:0 10px!important}.mec-event-grid-minimal article .mec-fc-style,.mec-event-grid-simple article .mec-fc-style{top:-4px;font-size:10px;margin-left:10px}.mec-event-grid-classic article .mec-fc-style{padding:5px 20px;font-size:12px;margin-top:8px;display:inline-block}.mec-hourly-schedule-speaker-info{background:#fff;padding:30px;border:1px solid #e6e6e6;max-width:740px;width:740px}.mec-hourly-schedule-speaker-thumbnail{float:left;max-width:30%;width:30%}.mec-hourly-schedule-speaker-name{font-weight:700;font-size:26px;line-height:1.2;color:#333;text-transform:uppercase}.mec-hourly-schedule-speaker-details{float:left;width:69%;padding-left:25px}.mec-hourly-schedule-speaker-job-title{font-size:16px;line-height:1.3;margin-bottom:4px}.mec-hourly-schedule-speaker-description{font-size:14px;font-weight:400;color:#6d7683;line-height:1.7;text-align:left}.mec-hourly-schedule-speaker-contact-information a i{color:#6b6b6b;background:#ebebeb;line-height:29px;margin:9px 7px 9px 0;width:30px;height:30px;display:inline-block;text-align:center;transition:all .2s ease;font-size:15px;cursor:pointer}.mec-hourly-schedule-speaker-contact-information a i:hover{background:#222;color:#fff}@media only screen and (max-width:479px){.mec-hourly-schedule-speaker-thumbnail{float:none;max-width:none;margin-right:0;margin-bottom:15px;width:100%}.mec-hourly-schedule-speaker-thumbnail img{width:100%}.mec-hourly-schedule-speaker-details{padding-left:0}.mec-hourly-schedule-speaker-info{width:90%;margin:0 auto}}.mec-profile .mec-profile-bookings{border:2px solid #e6e6e6;text-align:center}.mec-profile .mec-profile-bookings tbody tr:first-child{background:#f7f7f7;font-weight:700;text-transform:capitalize}.mec-profile .mec-profile-bookings tbody tr{border-bottom:1px solid #e6e6e6;font-size:14px}.mec-profile .mec-profile-bookings tbody tr td{border:1px solid #e6e6e6;padding:10px}.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:4%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:37%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:24%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:15%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:10%}.mec-profile .mec-event-status{padding:5px 10px;color:#fff;border-radius:2px;font-size:12px;line-height:12px;letter-spacing:.4px}.mec-profile .mec-event-status.mec-book-confirmed{background:#50d477}.mec-profile .mec-event-status.mec-book-pending{background:#fcbe69}.mec-profile .mec-event-status.mec-book-rejected{background:#fe686a}.mec-profile .mec-event-date{font-size:12px;color:#888}.mec-profile .mec-booking-number-of-attendees{font-size:13px;color:#888}.mec-profile .mec-booking-number-of-attendees i,.mec-profile .mec-profile-bookings-view-invoice i{font-size:15px;color:#008aff;vertical-align:text-bottom;margin-right:4px}.mec-booking-attendees{background:#fff;padding:10px}.mec-booking-attendees{width:750px;text-align:center}.mec-booking-attendees-wrapper{border:2px solid #e6e6e6;font-size:14px}.mec-booking-attendees-head{display:table;width:100%;background:#f7f7f7;border-bottom:1px solid #e6e6e6;font-weight:700}.mec-booking-attendees-head span,.mec-booking-attendees-head-content>span{vertical-align:middle;display:table-cell;padding:7px;border-right:1px solid #e6e6e6}.mec-booking-attendees-head-content{display:table;width:100%;border-bottom:1px solid #e6e6e6}.mec-booking-attendees-wrapper .mec-booking-attendees-head-content:last-child{border:none}.mec-booking-attendees-head span:nth-child(1),.mec-booking-attendees-head-content>span:nth-child(1){width:4%}.mec-booking-attendees-head span:nth-child(2),.mec-booking-attendees-head-content>span:nth-child(2){width:20%}.mec-booking-attendees-head span:nth-child(3),.mec-booking-attendees-head-content>span:nth-child(3){width:24%}.mec-booking-attendees-head span:nth-child(4),.mec-booking-attendees-head-content>span:nth-child(4){width:26%}.mec-booking-attendees-head span:nth-child(5),.mec-booking-attendees-head-content>span:nth-child(5){width:26%}@media only screen and (max-width:759px){.mec-booking-attendees{width:470px}.mec-booking-attendees-head span,.mec-booking-attendees-head-content>span{word-break:break-all}}.mec-woo-booking-checkout{position:relative;border:none;border-radius:0;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;line-height:1.5;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;border-radius:0;margin-bottom:6px;min-width:170px;margin-top:5px;text-align:center}.mec-woo-booking-checkout:hover{background:#222;color:#fff}.mec-woo-booking-checkout:focus,.mec-woo-booking-checkout:visited{color:#fff}.lity-content .mec-events-meta-group-booking{max-width:520px;width:520px;padding:20px 50px;background:#fff}.lity-content .mec-events-meta-group-booking .mec-booking form>h4{text-transform:uppercase;font-size:15px;font-weight:700;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative;text-align:center}.lity-content .mec-events-meta-group-booking .mec-booking form>h4:before{padding:1px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-35px;left:50%}.lity-content .mec-events-meta-group-booking .mec-event-ticket-available,.lity-content .mec-events-meta-group-booking .mec-event-ticket-name,.lity-content .mec-events-meta-group-booking .mec-event-ticket-price,.lity-content .mec-events-meta-group-booking .mec-ticket-variation-name,.lity-content .mec-events-meta-group-booking .mec-ticket-variation-price,.lity-content .mec-events-meta-group-booking label{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:3px 0;clear:none;padding:5px 1em 3px 0}.lity-content .mec-events-meta-group-booking select{display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:100%;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}.lity-content .mec-events-meta-group-booking input[type=number],.lity-content .mec-events-meta-group-booking input[type=text]{display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:100%;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}.lity-content button[type=submit]{position:relative;border:none;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;min-width:170px;margin-top:5px;border-radius:0;margin-bottom:6px}.lity-content button[type=submit]:hover{background:#222}.lity-content .mec-book-tickets-container li{list-style:none}.lity-content .mec-events-meta-group-booking #mec_book_payment_form h4,.lity-content .mec-events-meta-group-booking li h4{font-size:19px;font-weight:700}.lity-content .mec-events-meta-group-booking .mec-book-price-total{display:inline-block;margin-bottom:10px;font-size:26px;color:#39c36e;font-weight:700;padding:10px 0}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li{width:50%}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li:nth-child(even){border:none}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li span{display:block}.lity-content .mec-events-meta-group-booking button[type=submit]:after{display:none;font-family:simple-line-icons;content:"\e098";margin-left:4px;-webkit-animation:rotating 1.2s linear infinite;-moz-animation:rotating 1.2s linear infinite;-ms-animation:rotating 1.2s linear infinite;-o-animation:rotating 1.2s linear infinite;animation:rotating 1.2s linear infinite}.lity-content .mec-events-meta-group-booking button[type=submit].loading:after{display:inline-block}@media only screen and (max-width:480px){.lity-content .mec-events-meta-group-booking{padding:20px;width:340px;margin:0 auto}}.mec-wrap *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mec-wrap :after,.mec-wrap :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mec-wrap .clearfix:after,.mec-wrap .clearfix:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.mec-wrap .clearfix:after{clear:both}.mec-wrap .clearfix{zoom:1}.mec-wrap .clear,.mec-wrap .clr{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.mec-wrap .clr{visibility:visible;overflow:visible}.mec-container [class*=col-] img{max-width:100%}.mec-container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.mec-container:after,.mec-container:before{content:" ";display:table}.mec-container:after{clear:both}@media only screen and (max-width:479px){.mec-container{width:300px}}@media only screen and (min-width:480px) and (max-width:767px){.mec-container{width:420px}}@media only screen and (min-width:768px) and (max-width:960px){.mec-container{width:768px}}@media only screen and (min-width:961px){.mec-container{width:960px}}@media only screen and (min-width:1200px){.mec-container{width:1196px;padding-left:15px;padding-right:15px}}@media only screen and (min-width:1921px){.mec-container{max-width:1690px}}.mec-wrap .row{margin-left:-10px;margin-right:-10px}.mec-wrap .row:after,.mec-wrap .row:before{content:" ";display:table}.mec-wrap .row:after{clear:both}.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9,.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9,.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9,.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{position:relative;min-height:1px;padding-left:10px;padding-right:10px}@media only screen and (min-width:1200px){.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9,.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9,.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9,.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{padding-left:15px;padding-right:15px}.mec-wrap .row{margin-left:-15px;margin-right:-15px}}.mec-container [class*=col-].alpha{padding-left:0}.mec-container [class*=col-].omega{padding-right:0}.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{float:left}.mec-wrap .col-xs-12{width:100%}.mec-wrap .col-xs-11{width:91.66666666666666%}.mec-wrap .col-xs-10{width:83.33333333333334%}.mec-wrap .col-xs-9{width:75%}.mec-wrap .col-xs-8{width:66.66666666666666%}.mec-wrap .col-xs-7{width:58.333333333333336%}.mec-wrap .col-xs-6{width:50%}.mec-wrap .col-xs-5{width:41.66666666666667%}.mec-wrap .col-xs-4{width:33.33333333333333%}.mec-wrap .col-xs-3{width:25%}.mec-wrap .col-xs-2{width:16.666666666666664%}.mec-wrap .col-xs-1{width:8.333333333333332%}@media (min-width:768px){.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9{float:left}.mec-wrap .col-sm-12{width:100%}.mec-wrap .col-sm-11{width:91.66666666666666%}.mec-wrap .col-sm-10{width:83.33333333333334%}.mec-wrap .col-sm-9{width:75%}.mec-wrap .col-sm-8{width:66.66666666666666%}.mec-wrap .col-sm-7{width:58.333333333333336%}.mec-wrap .col-sm-6{width:50%}.mec-wrap .col-sm-5{width:41.66666666666667%}.mec-wrap .col-sm-4{width:33.33333333333333%}.mec-wrap .col-sm-3{width:25%}.mec-wrap .col-sm-2{width:16.666666666666664%}.mec-wrap .col-sm-1{width:8.333333333333332%}}@media (min-width:961px){.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9{float:left}.mec-wrap .col-md-12{width:100%}.mec-wrap .col-md-11{width:91.66666666666666%}.mec-wrap .col-md-10{width:83.33333333333334%}.mec-wrap .col-md-9{width:75%}.mec-wrap .col-md-8{width:66.66666666666666%}.mec-wrap .col-md-7{width:58.333333333333336%}.mec-wrap .col-md-6{width:50%}.mec-wrap .col-md-5{width:41.66666666666667%}.mec-wrap .col-md-4{width:33.33333333333333%}.mec-wrap .col-md-3{width:25%}.mec-wrap .col-md-2{width:16.666666666666664%}.mec-wrap .col-md-1{width:8.333333333333332%}}@media (min-width:1200px){.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9{float:left}.mec-wrap .col-lg-12{width:100%}.mec-wrap .col-lg-11{width:91.66666666666666%}.mec-wrap .col-lg-10{width:83.33333333333334%}.mec-wrap .col-lg-9{width:75%}.mec-wrap .col-lg-8{width:66.66666666666666%}.mec-wrap .col-lg-7{width:58.333333333333336%}.mec-wrap .col-lg-6{width:50%}.mec-wrap .col-lg-5{width:41.66666666666667%}.mec-wrap .col-lg-4{width:33.33333333333333%}.mec-wrap .col-lg-3{width:25%}.mec-wrap .col-lg-2{width:16.666666666666664%}.mec-wrap .col-lg-1{width:8.333333333333332%}}
assets/js/backend.js CHANGED
@@ -166,7 +166,7 @@ jQuery(document).ready(function($)
166
  callback: function (value) {
167
  var elements = [];
168
  if (!value || value == "") {
169
- console.log('value');
170
  $('.mec-options-fields').hide();
171
  $('.mec-options-fields').removeClass('active');
172
  $('#general_option.mec-options-fields').show();
166
  callback: function (value) {
167
  var elements = [];
168
  if (!value || value == "") {
169
+ //console.log('value');
170
  $('.mec-options-fields').hide();
171
  $('.mec-options-fields').removeClass('active');
172
  $('#general_option.mec-options-fields').show();
assets/js/events.js CHANGED
@@ -410,7 +410,6 @@ function mec_hourly_schedule_remove(day, i)
410
 
411
  function mec_hourly_schedule_day_remove(day)
412
  {
413
- console.log('here', day);
414
  jQuery("#mec_meta_box_hourly_schedule_day_"+day).remove();
415
  }
416
 
410
 
411
  function mec_hourly_schedule_day_remove(day)
412
  {
 
413
  jQuery("#mec_meta_box_hourly_schedule_day_"+day).remove();
414
  }
415
 
assets/js/flipcount.js CHANGED
@@ -1522,7 +1522,7 @@ var FlipClock;
1522
  date = this.getDateObject();
1523
  }
1524
 
1525
- console.log(date);
1526
 
1527
 
1528
  var hours = date.getHours();
1522
  date = this.getDateObject();
1523
  }
1524
 
1525
+ //console.log(date);
1526
 
1527
 
1528
  var hours = date.getHours();
assets/js/frontend.js CHANGED
@@ -1914,7 +1914,7 @@ var mecSingleEventDisplayer = {
1914
  sf: {}
1915
  }, options);
1916
 
1917
- console.log(settings);
1918
 
1919
  // Set Listeners
1920
  setListeners();
1914
  sf: {}
1915
  }, options);
1916
 
1917
+ //console.log(settings);
1918
 
1919
  // Set Listeners
1920
  setListeners();
assets/sql/install.sql CHANGED
@@ -4,14 +4,14 @@ CREATE TABLE IF NOT EXISTS `#__mec_events` (
4
  `start` date NOT NULL,
5
  `end` date NOT NULL,
6
  `repeat` tinyint(4) NOT NULL DEFAULT '0',
7
- `rinterval` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
8
- `year` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
9
- `month` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
10
- `day` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
11
- `week` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
12
- `weekday` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
13
- `weekdays` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL
14
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1;
15
 
16
  ALTER TABLE `#__mec_events` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ID` (`id`), ADD UNIQUE KEY `post_id` (`post_id`);
17
  ALTER TABLE `#__mec_events` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1;
@@ -28,8 +28,9 @@ CREATE TABLE IF NOT EXISTS `#__mec_dates` (
28
  `post_id` int(10) NOT NULL,
29
  `dstart` date NOT NULL,
30
  `dend` date NOT NULL,
31
- `type` enum('include','exclude') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'include'
32
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
 
33
 
34
- ALTER TABLE `#__mec_dates` ADD PRIMARY KEY (`id`), ADD KEY `post_id` (`post_id`), ADD KEY `type` (`type`);
35
  ALTER TABLE `#__mec_dates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
4
  `start` date NOT NULL,
5
  `end` date NOT NULL,
6
  `repeat` tinyint(4) NOT NULL DEFAULT '0',
7
+ `rinterval` varchar(10) COLLATE [:COLLATE:] DEFAULT NULL,
8
+ `year` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
9
+ `month` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
10
+ `day` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
11
+ `week` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
12
+ `weekday` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
13
+ `weekdays` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL
14
+ ) ENGINE=InnoDB DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:] AUTO_INCREMENT=1;
15
 
16
  ALTER TABLE `#__mec_events` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ID` (`id`), ADD UNIQUE KEY `post_id` (`post_id`);
17
  ALTER TABLE `#__mec_events` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1;
28
  `post_id` int(10) NOT NULL,
29
  `dstart` date NOT NULL,
30
  `dend` date NOT NULL,
31
+ `tstart` int(11) UNSIGNED NOT NULL DEFAULT '0',
32
+ `tend` int(11) UNSIGNED NOT NULL DEFAULT '0'
33
+ ) ENGINE=InnoDB DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:];
34
 
35
+ ALTER TABLE `#__mec_dates` ADD PRIMARY KEY (`id`), ADD KEY `post_id` (`post_id`), ADD KEY `tstart` (`tstart`), ADD KEY `tend` (`tend`);
36
  ALTER TABLE `#__mec_dates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
assets/sql/tables.sql CHANGED
@@ -4,14 +4,14 @@ CREATE TABLE IF NOT EXISTS `#__mec_events` (
4
  `start` date NOT NULL,
5
  `end` date NOT NULL,
6
  `repeat` tinyint(4) NOT NULL DEFAULT '0',
7
- `rinterval` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
8
- `year` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
9
- `month` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
10
- `day` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
11
- `week` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
12
- `weekday` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
13
- `weekdays` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL
14
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1;
15
 
16
  ALTER TABLE `#__mec_events` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ID` (`id`), ADD UNIQUE KEY `post_id` (`post_id`);
17
  ALTER TABLE `#__mec_events` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1;
@@ -28,8 +28,9 @@ CREATE TABLE IF NOT EXISTS `#__mec_dates` (
28
  `post_id` int(10) NOT NULL,
29
  `dstart` date NOT NULL,
30
  `dend` date NOT NULL,
31
- `type` enum('include','exclude') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'include'
32
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
 
33
 
34
- ALTER TABLE `#__mec_dates` ADD PRIMARY KEY (`id`), ADD KEY `post_id` (`post_id`), ADD KEY `type` (`type`);
35
  ALTER TABLE `#__mec_dates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
4
  `start` date NOT NULL,
5
  `end` date NOT NULL,
6
  `repeat` tinyint(4) NOT NULL DEFAULT '0',
7
+ `rinterval` varchar(10) COLLATE [:COLLATE:] DEFAULT NULL,
8
+ `year` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
9
+ `month` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
10
+ `day` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
11
+ `week` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
12
+ `weekday` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
13
+ `weekdays` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL
14
+ ) ENGINE=InnoDB DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:] AUTO_INCREMENT=1;
15
 
16
  ALTER TABLE `#__mec_events` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ID` (`id`), ADD UNIQUE KEY `post_id` (`post_id`);
17
  ALTER TABLE `#__mec_events` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1;
28
  `post_id` int(10) NOT NULL,
29
  `dstart` date NOT NULL,
30
  `dend` date NOT NULL,
31
+ `tstart` int(11) UNSIGNED NOT NULL DEFAULT '0',
32
+ `tend` int(11) UNSIGNED NOT NULL DEFAULT '0'
33
+ ) ENGINE=InnoDB DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:];
34
 
35
+ ALTER TABLE `#__mec_dates` ADD PRIMARY KEY (`id`), ADD KEY `post_id` (`post_id`), ADD KEY `tstart` (`tstart`), ADD KEY `tend` (`tend`);
36
  ALTER TABLE `#__mec_dates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
changelog.txt CHANGED
@@ -1,4 +1,25 @@
1
- v 3.5.221 March 2019
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  - Fixed: Slider view
3
 
4
  v 3.5.1 – 20 March 2019
1
+ v 4.0.014 April 2019
2
+ - Refactored: Search system completely
3
+ - Improved: Search speed
4
+ - Reduced: Number of queries to have better performance
5
+ - Fixed: Showing multiple day events till end of event
6
+ - Fixed: Occurrences on booking module
7
+ - Fixed: Next occurrence date module for multiple day events
8
+ - Fixed: Rendering data of some events
9
+ - Fixed: Regarding table charset and collate on some hosts
10
+ - Fixed: MEC uninstallation
11
+ - Fixed: Checking existence of needed tables
12
+ - Fixed: Showing all days of multiple events
13
+ - Fixed: Import Facebook Image
14
+ - Fixed: WPML compatibilty in ajax
15
+ - Fixed: Widgets position in single event page (display other widget in MEC sidebar)
16
+ - Fixed: Sticky infobar in settings
17
+ - Fixed: Display speaker box
18
+ - Fixed: Monthly Calendar/Novel responsive
19
+ - Fixed: Some PHP notices
20
+ - Fixed: Some minor issues
21
+
22
+ v 3.5.2 – 21 March 2019
23
  - Fixed: Slider view
24
 
25
  v 3.5.1 – 20 March 2019
languages/modern-events-calendar-lite-de_DE.mo CHANGED
Binary file
languages/modern-events-calendar-lite-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ME Calender\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-03-17 15:03+0330\n"
6
- "PO-Revision-Date: 2019-03-17 15:03+0330\n"
7
  "Last-Translator: Jogon <koenig@kafinanz.de>\n"
8
  "Language-Team: German\n"
9
  "Language: de_DE\n"
@@ -23,12 +23,12 @@ msgstr ""
23
  msgid "Modern Events Calendar"
24
  msgstr "Moderner Event Kalender "
25
 
26
- #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:217
27
  msgid "Content"
28
  msgstr "Inhalt"
29
 
30
- #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:326
31
- #: app/features/mec.php:355 app/features/mec.php:381
32
  msgid "Shortcode"
33
  msgstr "Shortcode"
34
 
@@ -55,15 +55,15 @@ msgid "Select Type"
55
  msgstr "Alles Auswählen"
56
 
57
  #: app/features/colors.php:50 app/features/fes/form.php:558
58
- #: app/features/mec/settings.php:1007
59
  msgid "Event Color"
60
  msgstr "Farbe der Veranstaltung"
61
 
62
- #: app/features/contextual.php:55 app/features/mec.php:312
63
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
64
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
65
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
66
- #: app/features/mec/styles.php:24 app/features/mec/styling.php:51
67
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
68
  msgid "Settings"
69
  msgstr "Einstellungen"
@@ -73,7 +73,7 @@ msgstr "Einstellungen"
73
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
74
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
75
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
76
- #: app/features/mec/styling.php:60 app/features/mec/support.php:29
77
  msgid "Booking Form"
78
  msgstr "Buchungsformular"
79
 
@@ -95,7 +95,7 @@ msgstr ""
95
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
96
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
97
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
98
- #: app/features/mec/styles.php:40 app/features/mec/styling.php:67
99
  #: app/features/mec/support.php:36
100
  msgid "Payment Gateways"
101
  msgstr "Zahlungs-Gateways"
@@ -114,7 +114,7 @@ msgstr ""
114
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
115
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
116
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
117
- #: app/features/mec/styles.php:49 app/features/mec/styling.php:76
118
  #: app/features/mec/support.php:45
119
  msgid "Notifications"
120
  msgstr "Benachrichtigungen"
@@ -200,47 +200,47 @@ msgid "General Options"
200
  msgstr "Allgemeine Einstellungen"
201
 
202
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
203
- #: app/features/mec/settings.php:540
204
  msgid "Slugs/Permalinks"
205
  msgstr "Slug/Permalinks"
206
 
207
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
208
- #: app/features/mec/settings.php:560
209
  msgid "Event Details/Single Event Page"
210
  msgstr "Event Details / Einzelveranstaltungsseite"
211
 
212
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
213
- #: app/features/mec/settings.php:601
214
  msgid "Currency Options"
215
  msgstr "Währungseinstellungen"
216
 
217
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
218
- #: app/features/mec/settings.php:668
219
  msgid "Google Maps Options"
220
  msgstr "Google Maps Einstellungen"
221
 
222
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
223
- #: app/features/mec/settings.php:742
224
  msgid "Google Recaptcha Options"
225
  msgstr "Google Recaptcha Einstellungen"
226
 
227
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
228
- #: app/features/mec/settings.php:860
229
  msgid "Countdown Options"
230
  msgstr "Countdown Einstellungsoptionen"
231
 
232
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
233
- #: app/features/mec/settings.php:881
234
  msgid "Social Networks"
235
  msgstr "Soziale Netzwerke"
236
 
237
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
238
- #: app/features/mec/settings.php:906
239
  msgid "Next Event Module"
240
  msgstr "Nächstes Veranstaltung Modul"
241
 
242
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
243
- #: app/features/mec/settings.php:934
244
  msgid "Frontend Event Submission"
245
  msgstr "Erstellung von Veranstaltungen im Frontend"
246
 
@@ -250,22 +250,22 @@ msgid "Exceptional Days"
250
  msgstr "Herausgenommene Tage "
251
 
252
  #: app/features/contextual.php:308 app/features/events.php:263
253
- #: app/features/mec/settings.php:162 app/features/mec/settings.php:1108
254
  msgid "Booking"
255
  msgstr "Buchung / Reservierung"
256
 
257
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
258
- #: app/features/mec/settings.php:1198
259
  msgid "Coupons"
260
  msgstr "Gutscheine"
261
 
262
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
263
- #: app/features/mec/settings.php:1339
264
  msgid "BuddyPress Integration"
265
  msgstr "Buddy Press Integration"
266
 
267
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
268
- #: app/features/mec/settings.php:1369
269
  msgid "Mailchimp Integration"
270
  msgstr "Mailchimp Integration"
271
 
@@ -288,7 +288,7 @@ msgstr "Veranstaltungen"
288
  msgid "Event"
289
  msgstr "Veranstaltung"
290
 
291
- #: app/features/events.php:134 app/features/mec.php:298
292
  msgid "Add Event"
293
  msgstr "Veranstaltung hinzufügen"
294
 
@@ -328,16 +328,16 @@ msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
328
  #: app/features/mec/meta_boxes/search_form.php:292
329
  #: app/features/mec/meta_boxes/search_form.php:332
330
  #: app/features/mec/meta_boxes/search_form.php:379
331
- #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4233
332
- #: app/libraries/skins.php:711 app/skins/single/default.php:156
333
- #: app/skins/single/default.php:363 app/skins/single/m1.php:169
334
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
335
  msgid "Category"
336
  msgstr "Kategorie"
337
 
338
  #: app/features/events.php:153 app/features/fes/form.php:510
339
- #: app/features/mec.php:300 app/features/mec/meta_boxes/filter.php:70
340
- #: app/libraries/main.php:4232
341
  msgid "Categories"
342
  msgstr "Kategorien"
343
 
@@ -409,18 +409,18 @@ msgstr "Wählen Sie ein Symbol"
409
  msgid "Event Details"
410
  msgstr "Veranstaltungsdetails"
411
 
412
- #: app/features/events.php:296 app/features/events.php:1984
413
- #: app/features/events.php:2028 app/features/fes/form.php:471
414
  #: app/features/ix.php:2719 app/features/ix.php:2760
415
- #: app/features/mec/settings.php:983 app/libraries/main.php:4265
416
  #: app/widgets/single.php:103
417
  msgid "Event Cost"
418
  msgstr ""
419
  "Bruttopreis des Events in Euro, 0 für kostenlos oder z.B. 39, ohne €-Zeichen"
420
 
421
  #: app/features/events.php:299 app/features/fes/form.php:474
422
- #: app/libraries/main.php:4266 app/skins/single/default.php:91
423
- #: app/skins/single/default.php:298 app/skins/single/m1.php:49
424
  #: app/skins/single/modern.php:184
425
  msgid "Cost"
426
  msgstr " Preis"
@@ -444,11 +444,11 @@ msgstr "Name"
444
  #: app/features/fes/form.php:429 app/features/mec/regform.php:137
445
  #: app/features/organizers.php:110 app/features/organizers.php:150
446
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
447
- #: app/features/speakers.php:179 app/libraries/main.php:1082
448
- #: app/libraries/main.php:1163 app/libraries/main.php:2134
449
  #: app/libraries/notifications.php:560 app/modules/booking/steps/form.php:31
450
  #: app/modules/booking/steps/form.php:32 app/skins/single.php:216
451
- #: app/skins/single/default.php:198 app/skins/single/default.php:405
452
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
453
  #: app/skins/single/modern.php:38
454
  msgid "Email"
@@ -459,8 +459,8 @@ msgid "Date and Time"
459
  msgstr "Datum und Uhrzeit"
460
 
461
  #: app/features/events.php:389 app/features/events.php:393
462
- #: app/features/events.php:1805 app/features/events.php:1984
463
- #: app/features/events.php:2028 app/features/fes/form.php:227
464
  #: app/features/fes/form.php:231 app/features/ix.php:2719
465
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
466
  #: app/features/mec/dashboard.php:298
@@ -495,8 +495,8 @@ msgid "PM"
495
  msgstr "PM"
496
 
497
  #: app/features/events.php:429 app/features/events.php:433
498
- #: app/features/events.php:1806 app/features/events.php:1984
499
- #: app/features/events.php:2028 app/features/fes/form.php:267
500
  #: app/features/fes/form.php:271 app/features/ix.php:2719
501
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
502
  #: app/features/mec/dashboard.php:299
@@ -520,9 +520,13 @@ msgid "Time Comment"
520
  msgstr "z.B. MEZ "
521
 
522
  #: app/features/events.php:479 app/features/fes/form.php:317
 
 
 
 
523
  msgid ""
524
- "It shows next to event time on calendar. You can insert Timezone etc. in "
525
- "this field."
526
  msgstr ""
527
  "Neben der Zeit im Kalender wird diese Angabe angezeigt. In diesem Feld "
528
  "können Sie z.B. eine Zeitzone wie z.B. \"MEZ\" usw. einfügen. "
@@ -584,37 +588,37 @@ msgid "Week Days"
584
  msgstr "Wochentage"
585
 
586
  #: app/features/events.php:507 app/features/fes/form.php:345
587
- #: app/libraries/main.php:403
588
  msgid "Monday"
589
  msgstr "Montag"
590
 
591
  #: app/features/events.php:508 app/features/fes/form.php:346
592
- #: app/libraries/main.php:403
593
  msgid "Tuesday"
594
  msgstr "Dienstag"
595
 
596
  #: app/features/events.php:509 app/features/fes/form.php:347
597
- #: app/libraries/main.php:403
598
  msgid "Wednesday"
599
  msgstr "Mittwoch"
600
 
601
  #: app/features/events.php:510 app/features/fes/form.php:348
602
- #: app/libraries/main.php:403
603
  msgid "Thursday"
604
  msgstr "Donnerstag"
605
 
606
  #: app/features/events.php:511 app/features/fes/form.php:349
607
- #: app/libraries/main.php:403
608
  msgid "Friday"
609
  msgstr "Freitag"
610
 
611
  #: app/features/events.php:512 app/features/fes/form.php:350
612
- #: app/libraries/main.php:403
613
  msgid "Saturday"
614
  msgstr "Samstag"
615
 
616
  #: app/features/events.php:513 app/features/fes/form.php:351
617
- #: app/libraries/main.php:403
618
  msgid "Sunday"
619
  msgstr "Sonntag"
620
 
@@ -678,10 +682,10 @@ msgid "Exclude certain days"
678
  msgstr "Ausschluss bestimmter Tage"
679
 
680
  #: app/features/events.php:591 app/features/fes/form.php:356
681
- #: app/features/profile/profile.php:31 app/libraries/main.php:1649
682
  #: app/modules/booking/steps/tickets.php:22
683
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
684
- #: app/skins/single/default.php:262 app/skins/single/m1.php:16
685
  #: app/skins/single/modern.php:151
686
  msgid "Date"
687
  msgstr "Datum"
@@ -696,7 +700,7 @@ msgstr ""
696
  msgid "Day 1"
697
  msgstr ""
698
 
699
- #: app/features/events.php:650 app/features/mec/settings.php:1037
700
  #: app/skins/single.php:246
701
  msgid "Hourly Schedule"
702
  msgstr "Stundenplan"
@@ -719,11 +723,11 @@ msgstr ""
719
  #: app/features/events.php:663 app/features/events.php:676
720
  #: app/features/events.php:696 app/features/events.php:718
721
  #: app/features/events.php:734 app/features/events.php:1156
722
- #: app/features/events.php:1178 app/features/events.php:1802
723
- #: app/features/events.php:1984 app/features/events.php:2028
724
  #: app/features/fes/form.php:216 app/features/ix.php:2719
725
- #: app/features/ix.php:2760 app/features/mec/settings.php:1299
726
- #: app/features/mec/settings.php:1319 app/features/mec/styling.php:199
727
  msgid "Title"
728
  msgstr "Titel"
729
 
@@ -734,14 +738,14 @@ msgstr "Titel"
734
  #: app/features/events.php:1013 app/features/events.php:1030
735
  #: app/features/events.php:1089 app/features/events.php:1114
736
  #: app/features/events.php:1167 app/features/events.php:1189
737
- #: app/features/fes/list.php:72 app/features/mec/settings.php:1248
738
- #: app/features/mec/settings.php:1271 app/features/mec/settings.php:1310
739
- #: app/features/mec/settings.php:1330 app/libraries/main.php:2113
740
- #: app/libraries/main.php:2142 app/libraries/main.php:2171
741
- #: app/libraries/main.php:2200 app/libraries/main.php:2222
742
- #: app/libraries/main.php:2253 app/libraries/main.php:2297
743
- #: app/libraries/main.php:2341 app/libraries/main.php:2388
744
- #: app/libraries/main.php:2426
745
  msgid "Remove"
746
  msgstr "Entfernen"
747
 
@@ -767,9 +771,9 @@ msgstr "Beschreibung"
767
 
768
  #: app/features/events.php:681 app/features/events.php:701
769
  #: app/features/events.php:739 app/features/fes/form.php:603
770
- #: app/features/mec.php:308 app/features/mec/settings.php:78
771
- #: app/features/mec/settings.php:1031 app/features/speakers.php:57
772
- #: app/libraries/main.php:4240 app/modules/speakers/details.php:18
773
  msgid "Speakers"
774
  msgstr ""
775
 
@@ -778,12 +782,12 @@ msgid "Day :dd:"
778
  msgstr ""
779
 
780
  #: app/features/events.php:766 app/features/fes/form.php:448
781
- #: app/features/mec/settings.php:977
782
  msgid "Event Links"
783
  msgstr "Veranstaltungslinks"
784
 
785
  #: app/features/events.php:768 app/features/fes/form.php:450
786
- #: app/libraries/main.php:4263
787
  msgid "Event Link"
788
  msgstr "Veranstaltungslink"
789
 
@@ -802,8 +806,8 @@ msgstr ""
802
  "einschließlich http(s)://"
803
 
804
  #: app/features/events.php:773 app/features/fes/form.php:455
805
- #: app/libraries/main.php:4264 app/skins/single/default.php:105
806
- #: app/skins/single/default.php:312 app/skins/single/m1.php:190
807
  #: app/skins/single/m2.php:123 app/skins/single/modern.php:120
808
  #: app/widgets/single.php:107
809
  msgid "More Info"
@@ -848,7 +852,7 @@ msgid "100"
848
  msgstr "z.B. 100"
849
 
850
  #: app/features/events.php:836 app/libraries/book.php:60
851
- #: app/libraries/main.php:4268 app/modules/booking/steps/tickets.php:40
852
  msgid "Tickets"
853
  msgstr "Tickets"
854
 
@@ -864,13 +868,13 @@ msgid "Ticket Name"
864
  msgstr "Ticket Name"
865
 
866
  #: app/features/events.php:854 app/features/events.php:957
867
- #: app/features/events.php:1984 app/features/events.php:2028
868
  #: app/features/ix.php:2719 app/features/ix.php:2760
869
  msgid "Start Time"
870
  msgstr "Uhrzeit des Beginns"
871
 
872
  #: app/features/events.php:872 app/features/events.php:975
873
- #: app/features/events.php:1984 app/features/events.php:2028
874
  #: app/features/ix.php:2719 app/features/ix.php:2760
875
  msgid "End Time"
876
  msgstr "Uhrzeit Ende"
@@ -878,8 +882,8 @@ msgstr "Uhrzeit Ende"
878
  #: app/features/events.php:895 app/features/events.php:924
879
  #: app/features/events.php:938 app/features/events.php:998
880
  #: app/features/events.php:1028 app/features/events.php:1160
881
- #: app/features/events.php:1182 app/features/mec/settings.php:1303
882
- #: app/features/mec/settings.php:1323
883
  msgid "Price"
884
  msgstr "Preis"
885
 
@@ -916,7 +920,7 @@ msgstr "Preisschild"
916
  #: app/features/mec/meta_boxes/search_form.php:313
917
  #: app/features/mec/meta_boxes/search_form.php:353
918
  #: app/features/mec/meta_boxes/search_form.php:400
919
- #: app/features/mec/meta_boxes/search_form.php:447 app/libraries/skins.php:789
920
  msgid "Label"
921
  msgstr "Label"
922
 
@@ -930,17 +934,17 @@ msgid "Inherit from global options"
930
  msgstr "Aus den globalen Einstellungen übernehmen"
931
 
932
  #: app/features/events.php:1075 app/features/events.php:1100
933
- #: app/features/mec/settings.php:1234 app/features/mec/settings.php:1257
934
  msgid "Fee Title"
935
  msgstr "Gebühren Name"
936
 
937
  #: app/features/events.php:1079 app/features/events.php:1104
938
- #: app/features/mec/settings.php:1238 app/features/mec/settings.php:1261
939
  msgid "Amount"
940
  msgstr "Betrag"
941
 
942
  #: app/features/events.php:1080 app/features/events.php:1105
943
- #: app/features/mec/settings.php:1239 app/features/mec/settings.php:1262
944
  msgid ""
945
  "Fee amount, considered as fixed amount if you set the type to amount "
946
  "otherwise considered as percentage"
@@ -949,67 +953,67 @@ msgstr ""
949
  "sonst als Prozentsatz"
950
 
951
  #: app/features/events.php:1084 app/features/events.php:1109
952
- #: app/features/mec/settings.php:1243 app/features/mec/settings.php:1266
953
  msgid "Percent"
954
  msgstr "Prozent"
955
 
956
  #: app/features/events.php:1085 app/features/events.php:1110
957
- #: app/features/mec/settings.php:1244 app/features/mec/settings.php:1267
958
  msgid "Amount (Per Ticket)"
959
  msgstr "Betrag (pro Ticket)"
960
 
961
  #: app/features/events.php:1086 app/features/events.php:1111
962
- #: app/features/mec/settings.php:1245 app/features/mec/settings.php:1268
963
  msgid "Amount (Per Booking)"
964
  msgstr "Betrag (pro Buchung)"
965
 
966
- #: app/features/events.php:1140 app/features/mec/settings.php:1055
967
  msgid "Ticket Variations / Options"
968
  msgstr ""
969
 
970
  #: app/features/events.php:1161 app/features/events.php:1183
971
- #: app/features/mec/settings.php:1304 app/features/mec/settings.php:1324
972
  #, fuzzy
973
  #| msgid "Option"
974
  msgid "Option Price"
975
  msgstr "Option"
976
 
977
  #: app/features/events.php:1164 app/features/events.php:1186
978
- #: app/features/mec/settings.php:1307 app/features/mec/settings.php:1327
979
  #, fuzzy
980
  #| msgid "Amount (Per Ticket)"
981
  msgid "Maximum Per Ticket"
982
  msgstr "Betrag (pro Ticket)"
983
 
984
  #: app/features/events.php:1165 app/features/events.php:1187
985
- #: app/features/mec/settings.php:1308 app/features/mec/settings.php:1328
986
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
987
  msgstr ""
988
 
989
  #: app/features/events.php:1249 app/features/mec/regform.php:136
990
- #: app/libraries/main.php:2105
991
  msgid "Text"
992
  msgstr "Text"
993
 
994
  #: app/features/events.php:1251 app/features/mec/regform.php:138
995
  #: app/features/organizers.php:102 app/features/organizers.php:146
996
  #: app/features/speakers.php:111 app/features/speakers.php:175
997
- #: app/features/speakers.php:244 app/libraries/main.php:2163
998
  msgid "Tel"
999
  msgstr "Tel"
1000
 
1001
  #: app/features/events.php:1252 app/features/mec/regform.php:139
1002
- #: app/libraries/main.php:2192
1003
  msgid "Textarea"
1004
  msgstr "Textbereich"
1005
 
1006
  #: app/features/events.php:1253 app/features/mec/regform.php:140
1007
- #: app/libraries/main.php:2245
1008
  msgid "Checkboxes"
1009
  msgstr "Checkboxes"
1010
 
1011
  #: app/features/events.php:1254 app/features/mec/regform.php:141
1012
- #: app/libraries/main.php:2289
1013
  msgid "Radio Buttons"
1014
  msgstr "Radio Buttons"
1015
 
@@ -1059,40 +1063,40 @@ msgstr "Radio Buttons"
1059
  #: app/features/mec/meta_boxes/search_form.php:443
1060
  #: app/features/mec/meta_boxes/search_form.php:450
1061
  #: app/features/mec/meta_boxes/search_form.php:457
1062
- #: app/features/mec/regform.php:142 app/libraries/main.php:2333
1063
  msgid "Dropdown"
1064
  msgstr "Dropdown"
1065
 
1066
  #: app/features/events.php:1256 app/features/mec/regform.php:143
1067
- #: app/libraries/main.php:2380
1068
  msgid "Agreement"
1069
  msgstr "Zustimmung"
1070
 
1071
  #: app/features/events.php:1257 app/features/mec/regform.php:144
1072
- #: app/libraries/main.php:2221
1073
  msgid "Paragraph"
1074
  msgstr "Absatz"
1075
 
1076
- #: app/features/events.php:1748 app/features/events.php:1763
1077
- #: app/features/events.php:1777
1078
  #, php-format
1079
  msgid "Show all %s"
1080
  msgstr "Zeige alle %s"
1081
 
1082
- #: app/features/events.php:1748
1083
  msgid "labels"
1084
  msgstr "Labels + Eventstatus"
1085
 
1086
- #: app/features/events.php:1763
1087
  msgid "locations"
1088
  msgstr "Orte"
1089
 
1090
- #: app/features/events.php:1777
1091
  msgid "organizers"
1092
  msgstr "Veranstalter"
1093
 
1094
- #: app/features/events.php:1803 app/features/events.php:1984
1095
- #: app/features/events.php:2028 app/features/ix.php:2719
1096
  #: app/features/ix.php:2760 app/features/locations.php:58
1097
  #: app/features/locations.php:229 app/features/locations.php:281
1098
  #: app/features/locations.php:283
@@ -1105,16 +1109,16 @@ msgstr "Veranstalter"
1105
  #: app/features/mec/meta_boxes/search_form.php:299
1106
  #: app/features/mec/meta_boxes/search_form.php:339
1107
  #: app/features/mec/meta_boxes/search_form.php:386
1108
- #: app/features/mec/meta_boxes/search_form.php:433 app/libraries/main.php:1643
1109
- #: app/libraries/main.php:4237 app/libraries/skins.php:737
1110
- #: app/skins/single/default.php:141 app/skins/single/default.php:348
1111
  #: app/skins/single/m1.php:154 app/skins/single/m2.php:86
1112
  #: app/skins/single/modern.php:83
1113
  msgid "Location"
1114
  msgstr "Ort"
1115
 
1116
- #: app/features/events.php:1804 app/features/events.php:1984
1117
- #: app/features/events.php:2028 app/features/ix.php:2719
1118
  #: app/features/ix.php:2760 app/features/mec/meta_boxes/display_options.php:662
1119
  #: app/features/mec/meta_boxes/search_form.php:45
1120
  #: app/features/mec/meta_boxes/search_form.php:92
@@ -1127,63 +1131,63 @@ msgstr "Ort"
1127
  #: app/features/mec/meta_boxes/search_form.php:440
1128
  #: app/features/organizers.php:58 app/features/organizers.php:199
1129
  #: app/features/organizers.php:255 app/features/organizers.php:257
1130
- #: app/libraries/main.php:4239 app/libraries/skins.php:763
1131
- #: app/skins/single/default.php:181 app/skins/single/default.php:388
1132
  #: app/skins/single/m1.php:90 app/skins/single/m2.php:22
1133
  #: app/skins/single/modern.php:21
1134
  msgid "Organizer"
1135
  msgstr "Veranstalter"
1136
 
1137
- #: app/features/events.php:1808
1138
  msgid "Repeat"
1139
  msgstr "Wiederholen"
1140
 
1141
- #: app/features/events.php:1809
1142
  msgid "Author"
1143
  msgstr "Autor"
1144
 
1145
- #: app/features/events.php:1919 app/features/events.php:1920
1146
  msgid "iCal Export"
1147
  msgstr "ical Export"
1148
 
1149
- #: app/features/events.php:1922 app/features/events.php:1923
1150
  msgid "CSV Export"
1151
  msgstr "CSV Export"
1152
 
1153
- #: app/features/events.php:1925 app/features/events.php:1926
1154
  msgid "MS Excel Export"
1155
  msgstr "MS Excel Export"
1156
 
1157
- #: app/features/events.php:1928 app/features/events.php:1929
1158
  msgid "XML Export"
1159
  msgstr "XML Export"
1160
 
1161
- #: app/features/events.php:1931 app/features/events.php:1932
1162
  msgid "JSON Export"
1163
  msgstr "JSON Export"
1164
 
1165
- #: app/features/events.php:1934 app/features/events.php:1935
1166
  msgid "Duplicate"
1167
  msgstr "Kopie"
1168
 
1169
- #: app/features/events.php:1984 app/features/events.php:2028
1170
  #: app/features/ix.php:2719 app/features/ix.php:2760
1171
  #: app/features/labels.php:176 app/features/locations.php:228
1172
  #: app/features/organizers.php:198 app/features/speakers.php:241
1173
  msgid "ID"
1174
  msgstr "ID"
1175
 
1176
- #: app/features/events.php:1984 app/features/events.php:2028
1177
  #: app/features/ix.php:2719 app/features/ix.php:2760
1178
  msgid "Link"
1179
  msgstr "Link"
1180
 
1181
- #: app/features/events.php:1984 app/features/events.php:2028
1182
  #, php-format
1183
  msgid "%s Tel"
1184
  msgstr "%s Tel"
1185
 
1186
- #: app/features/events.php:1984 app/features/events.php:2028
1187
  #, php-format
1188
  msgid "%s Email"
1189
  msgstr "%s Email"
@@ -1233,13 +1237,13 @@ msgstr "Das eingegebene Captcha ist ungültig! Bitte versuchen Sie es erneut."
1233
  msgid "Please fill event title field!"
1234
  msgstr "Bitte füllen Sie das Event Titelfeld"
1235
 
1236
- #: app/features/fes.php:795
1237
  msgid "The event submitted. It will publish as soon as possible."
1238
  msgstr ""
1239
  "Die Veranstaltung wurde übermittelt. Sie wird sobald wie möglich "
1240
  "veröffentlicht werden."
1241
 
1242
- #: app/features/fes.php:796
1243
  msgid "The event published."
1244
  msgstr "Die Veranstaltung wurde veröffentlicht."
1245
 
@@ -1263,7 +1267,7 @@ msgstr "z.B. IhrName@ihrewebseite.de"
1263
  msgid "eg. John Smith"
1264
  msgstr "z.B. Max Mustermann"
1265
 
1266
- #: app/features/fes/form.php:488 app/features/mec/settings.php:989
1267
  msgid "Featured Image"
1268
  msgstr "Ausgewähltes Bild"
1269
 
@@ -1272,14 +1276,14 @@ msgid "Remove Image"
1272
  msgstr "Bild entfernen"
1273
 
1274
  #: app/features/fes/form.php:535 app/features/labels.php:61
1275
- #: app/features/labels.php:220 app/features/mec.php:301
1276
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4234
1277
- #: app/skins/single/default.php:120 app/skins/single/default.php:327
1278
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:199
1279
  msgid "Labels"
1280
  msgstr "Labels"
1281
 
1282
- #: app/features/fes/form.php:580 app/features/mec.php:299
1283
  #: app/features/mec/meta_boxes/filter.php:138
1284
  msgid "Tags"
1285
  msgstr "Schlagworte"
@@ -1318,7 +1322,7 @@ msgstr "MEC - Import / Export"
1318
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1319
  #: app/features/mec/notifications.php:76 app/features/mec/regform.php:75
1320
  #: app/features/mec/settings.php:249 app/features/mec/styles.php:77
1321
- #: app/features/mec/styling.php:104 app/features/mec/support.php:73
1322
  msgid "Import / Export"
1323
  msgstr "Import / Export"
1324
 
@@ -1494,7 +1498,7 @@ msgstr ""
1494
  "Dies wird alle Ihre Eventdaten von der Webseite in Ihr gewünschtes Format "
1495
  "exportieren."
1496
 
1497
- #: app/features/ix/export.php:25 app/features/mec/settings.php:790
1498
  msgid "iCal"
1499
  msgstr "iCal"
1500
 
@@ -1604,7 +1608,7 @@ msgstr "Umschalten"
1604
  msgid "Add to Google Calendar"
1605
  msgstr "Zum Google Kalender hinzufügen"
1606
 
1607
- #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1480
1608
  msgid "Checking ..."
1609
  msgstr "Überprüfung"
1610
 
@@ -1648,10 +1652,10 @@ msgstr ""
1648
  msgid "ICS Feed"
1649
  msgstr ""
1650
 
1651
- #: app/features/ix/import.php:46 app/features/mec/settings.php:671
1652
- #: app/features/mec/settings.php:821 app/features/mec/settings.php:839
1653
- #: app/features/mec/settings.php:1111 app/features/mec/settings.php:1201
1654
- #: app/features/mec/settings.php:1218 app/features/mec/settings.php:1283
1655
  #, php-format
1656
  msgid "%s is required to use this feature."
1657
  msgstr ""
@@ -1663,10 +1667,10 @@ msgstr ""
1663
  #: app/features/mec/meta_boxes/display_options.php:578
1664
  #: app/features/mec/meta_boxes/display_options.php:628
1665
  #: app/features/mec/meta_boxes/display_options.php:766
1666
- #: app/features/mec/settings.php:671 app/features/mec/settings.php:821
1667
- #: app/features/mec/settings.php:839 app/features/mec/settings.php:1111
1668
- #: app/features/mec/settings.php:1201 app/features/mec/settings.php:1218
1669
- #: app/features/mec/settings.php:1283 app/libraries/skins.php:249
1670
  msgid "Pro version of Modern Events Calendar"
1671
  msgstr ""
1672
 
@@ -2008,7 +2012,7 @@ msgstr ""
2008
 
2009
  #: app/features/labels.php:116 app/features/labels.php:141
2010
  #: app/skins/agenda/render.php:36 app/skins/available_spot/tpl.php:31
2011
- #: app/skins/carousel/render.php:44 app/skins/countdown/tpl.php:24
2012
  #: app/skins/cover/tpl.php:27 app/skins/daily_view/render.php:22
2013
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2014
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
@@ -2022,8 +2026,8 @@ msgid "Featured"
2022
  msgstr "Ausgewähltes Bild"
2023
 
2024
  #: app/features/labels.php:117 app/features/labels.php:142
2025
- #: app/libraries/main.php:4427 app/skins/agenda/render.php:40
2026
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:48
2027
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:31
2028
  #: app/skins/daily_view/render.php:26 app/skins/grid/render.php:53
2029
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
@@ -2055,9 +2059,9 @@ msgstr "Slug"
2055
  msgid "Event %s"
2056
  msgstr "Event %s"
2057
 
2058
- #: app/features/locations.php:59 app/features/mec.php:302
2059
  #: app/features/mec/dashboard.php:171 app/features/mec/meta_boxes/filter.php:87
2060
- #: app/libraries/main.php:4236
2061
  msgid "Locations"
2062
  msgstr "Orte"
2063
 
@@ -2131,7 +2135,7 @@ msgstr ""
2131
  "z.B. Karlsruhe Schlosshotel oder Frankfurt Allianz oder Dortmund "
2132
  "Westfalenhalle"
2133
 
2134
- #: app/features/locations.php:298 app/features/mec/settings.php:1019
2135
  #: app/widgets/single.php:115
2136
  msgid "Event Location"
2137
  msgstr "Veranstaltungsort"
@@ -2164,113 +2168,113 @@ msgstr "Bild wählen"
2164
  msgid "Don't show map in single event page"
2165
  msgstr "Karte in Einzelansicht nicht anzeigen"
2166
 
2167
- #: app/features/mec.php:142
2168
  msgid ""
2169
  "Activation faild. Please check your purchase code or license type."
2170
  "<br><b>Note: Your purchase code should match your licesne type.</b>"
2171
  msgstr ""
2172
 
2173
- #: app/features/mec.php:143
2174
  msgid "Troubleshooting"
2175
  msgstr ""
2176
 
2177
- #: app/features/mec.php:182
2178
  msgid ""
2179
  "Your options is not in JSON format. Please insert correct options in this "
2180
  "field and try again."
2181
  msgstr ""
2182
 
2183
- #: app/features/mec.php:187
2184
  #, fuzzy
2185
  #| msgid "Your booking cannot verify!"
2186
  msgid "Your options field can not be empty!"
2187
  msgstr "Ihre Buchung kann nicht verifiziert werden!"
2188
 
2189
- #: app/features/mec.php:191
2190
  #, fuzzy
2191
  #| msgid "Your booking successfully verified."
2192
  msgid "Your options imported successfuly."
2193
  msgstr "Ihre Buchung wurde erfolgreich verifiziert."
2194
 
2195
- #: app/features/mec.php:283
2196
  #, fuzzy
2197
  #| msgid "Support"
2198
  msgid "MEC - Support"
2199
  msgstr "Support"
2200
 
2201
- #: app/features/mec.php:283 app/features/mec/gateways.php:84
2202
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2203
  #: app/features/mec/notifications.php:83 app/features/mec/regform.php:82
2204
  #: app/features/mec/settings.php:256 app/features/mec/styles.php:84
2205
- #: app/features/mec/styling.php:111 app/features/mec/support-page.php:9
2206
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2207
  msgid "Support"
2208
  msgstr "Support"
2209
 
2210
- #: app/features/mec.php:303 app/features/mec/dashboard.php:178
2211
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2212
- #: app/libraries/main.php:4238
2213
  msgid "Organizers"
2214
  msgstr "Veranstalter"
2215
 
2216
- #: app/features/mec.php:311 app/features/mec.php:325
2217
  #: app/features/mec/dashboard.php:164
2218
  msgid "Shortcodes"
2219
  msgstr "Shortcodes"
2220
 
2221
- #: app/features/mec.php:312
2222
  msgid "MEC - Settings"
2223
  msgstr "MEC - Einstellungen"
2224
 
2225
- #: app/features/mec.php:327
2226
  msgid "Add Shortcode"
2227
  msgstr "Shortcode hinzufügen"
2228
 
2229
- #: app/features/mec.php:328
2230
  msgid "Add New Shortcode"
2231
  msgstr "Neuen Shortcode hinzufügen"
2232
 
2233
- #: app/features/mec.php:329
2234
  msgid "No shortcodes found!"
2235
  msgstr "Keine Shortcodes gefunden!"
2236
 
2237
- #: app/features/mec.php:330
2238
  msgid "All Shortcodes"
2239
  msgstr "Alle Shortcodes"
2240
 
2241
- #: app/features/mec.php:331
2242
  msgid "Edit shortcodes"
2243
  msgstr "Shortcode ändern"
2244
 
2245
- #: app/features/mec.php:332
2246
  msgid "No shortcodes found in Trash!"
2247
  msgstr "Keine Shortcodes im Papierkorb gefunden!"
2248
 
2249
- #: app/features/mec.php:379
2250
  msgid "Display Options"
2251
  msgstr "Darstellungsoptionen"
2252
 
2253
- #: app/features/mec.php:380
2254
  msgid "Filter Options"
2255
  msgstr "Filteroptionen"
2256
 
2257
- #: app/features/mec.php:382
2258
  msgid "Search Form"
2259
  msgstr "Suche Formular"
2260
 
2261
- #: app/features/mec.php:709
2262
  msgid "Display content's images as Popup"
2263
  msgstr ""
2264
 
2265
- #: app/features/mec.php:722
2266
  msgid "Single Event Display Method"
2267
  msgstr "Single Event Anzeigemethode"
2268
 
2269
- #: app/features/mec.php:727
2270
  msgid "Separate Window"
2271
  msgstr "Separates Fenster"
2272
 
2273
- #: app/features/mec.php:728
2274
  msgid "Modal 1"
2275
  msgstr "Modal 1"
2276
 
@@ -2327,7 +2331,7 @@ msgid ""
2327
  "code."
2328
  msgstr ""
2329
 
2330
- #: app/features/mec/dashboard.php:189 app/features/mec/settings.php:518
2331
  msgid "Upcoming Events"
2332
  msgstr "Bevorstehende Events"
2333
 
@@ -2376,10 +2380,32 @@ msgstr "Alle Verkäufe (%s)"
2376
  msgid "Change Log"
2377
  msgstr "Änderungsprotokoll"
2378
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2379
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2380
  #: app/features/mec/messages.php:56 app/features/mec/notifications.php:55
2381
  #: app/features/mec/regform.php:54 app/features/mec/settings.php:228
2382
- #: app/features/mec/styles.php:56 app/features/mec/styling.php:83
2383
  #: app/features/mec/support.php:52
2384
  msgid "Styling Options"
2385
  msgstr "Styling-Optionen"
@@ -2387,7 +2413,7 @@ msgstr "Styling-Optionen"
2387
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2388
  #: app/features/mec/messages.php:63 app/features/mec/notifications.php:62
2389
  #: app/features/mec/regform.php:61 app/features/mec/settings.php:235
2390
- #: app/features/mec/styles.php:63 app/features/mec/styling.php:90
2391
  #: app/features/mec/support.php:59
2392
  msgid "Custom CSS"
2393
  msgstr "Custom CSS"
@@ -2396,37 +2422,21 @@ msgstr "Custom CSS"
2396
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2397
  #: app/features/mec/notifications.php:69 app/features/mec/regform.php:68
2398
  #: app/features/mec/settings.php:242 app/features/mec/styles.php:70
2399
- #: app/features/mec/styling.php:97 app/features/mec/support.php:66
2400
  msgid "Messages"
2401
  msgstr "Nachrichten"
2402
 
2403
- #: app/features/mec/gateways.php:111 app/features/mec/gateways.php:159
2404
- #: app/features/mec/gateways.php:169 app/features/mec/messages.php:11
2405
- #: app/features/mec/messages.php:118 app/features/mec/messages.php:161
2406
- #: app/features/mec/messages.php:170 app/features/mec/notifications.php:374
2407
- #: app/features/mec/notifications.php:436
2408
- #: app/features/mec/notifications.php:445 app/features/mec/regform.php:150
2409
- #: app/features/mec/regform.php:227 app/features/mec/regform.php:236
2410
- #: app/features/mec/settings.php:28 app/features/mec/settings.php:1406
2411
- #: app/features/mec/settings.php:1416 app/features/mec/settings.php:1497
2412
- #: app/features/mec/settings.php:1511 app/features/mec/styles.php:103
2413
- #: app/features/mec/styles.php:147 app/features/mec/styles.php:156
2414
- #: app/features/mec/styling.php:309 app/features/mec/styling.php:379
2415
- #: app/features/mec/styling.php:388
2416
- msgid "Save Changes"
2417
- msgstr "Änderungen sichern"
2418
-
2419
- #: app/features/mec/gateways.php:138 app/features/mec/messages.php:145
2420
- #: app/features/mec/notifications.php:421 app/features/mec/regform.php:211
2421
- #: app/features/mec/settings.php:1475 app/features/mec/styles.php:131
2422
- #: app/features/mec/styling.php:362
2423
  msgid "Saved"
2424
  msgstr "Gesichert"
2425
 
2426
- #: app/features/mec/gateways.php:139 app/features/mec/messages.php:146
2427
- #: app/features/mec/notifications.php:422 app/features/mec/regform.php:212
2428
- #: app/features/mec/settings.php:1476 app/features/mec/styles.php:132
2429
- #: app/features/mec/styling.php:363
2430
  msgid "Settings Saved!"
2431
  msgstr ""
2432
 
@@ -2478,16 +2488,16 @@ msgstr "Skin"
2478
  #: app/features/mec/meta_boxes/display_options.php:129
2479
  #: app/features/mec/meta_boxes/display_options.php:431
2480
  #: app/features/mec/meta_boxes/display_options.php:686
2481
- #: app/features/mec/settings.php:394 app/features/mec/settings.php:418
2482
- #: app/features/mec/settings.php:427 app/features/mec/settings.php:462
2483
- #: app/features/mec/settings.php:486 app/features/mec/settings.php:495
2484
  msgid "Classic"
2485
  msgstr "Klassisch"
2486
 
2487
  #: app/features/mec/meta_boxes/display_options.php:35
2488
  #: app/features/mec/meta_boxes/display_options.php:131
2489
- #: app/features/mec/settings.php:419 app/features/mec/settings.php:429
2490
- #: app/features/mec/settings.php:487 app/features/mec/settings.php:497
2491
  msgid "Minimal"
2492
  msgstr "Minimal"
2493
 
@@ -2497,20 +2507,20 @@ msgstr "Minimal"
2497
  #: app/features/mec/meta_boxes/display_options.php:433
2498
  #: app/features/mec/meta_boxes/display_options.php:585
2499
  #: app/features/mec/meta_boxes/display_options.php:688
2500
- #: app/features/mec/settings.php:396 app/features/mec/settings.php:409
2501
- #: app/features/mec/settings.php:420 app/features/mec/settings.php:430
2502
- #: app/features/mec/settings.php:464 app/features/mec/settings.php:477
2503
- #: app/features/mec/settings.php:488 app/features/mec/settings.php:498
2504
  msgid "Modern"
2505
  msgstr "Modern"
2506
 
2507
  #: app/features/mec/meta_boxes/display_options.php:37
2508
- #: app/features/mec/settings.php:421 app/features/mec/settings.php:489
2509
  msgid "Standard"
2510
  msgstr "Standard"
2511
 
2512
  #: app/features/mec/meta_boxes/display_options.php:38
2513
- #: app/features/mec/settings.php:422 app/features/mec/settings.php:490
2514
  msgid "Accordion"
2515
  msgstr "Accordion"
2516
 
@@ -2707,17 +2717,17 @@ msgstr "Zeige Monatsteilung"
2707
  #: app/features/mec/meta_boxes/display_options.php:432
2708
  #: app/features/mec/meta_boxes/display_options.php:586
2709
  #: app/features/mec/meta_boxes/display_options.php:687
2710
- #: app/features/mec/settings.php:395 app/features/mec/settings.php:410
2711
- #: app/features/mec/settings.php:428 app/features/mec/settings.php:463
2712
- #: app/features/mec/settings.php:478 app/features/mec/settings.php:496
2713
  msgid "Clean"
2714
  msgstr "Clean"
2715
 
2716
  #: app/features/mec/meta_boxes/display_options.php:133
2717
  #: app/features/mec/meta_boxes/display_options.php:309
2718
  #: app/features/mec/meta_boxes/display_options.php:435
2719
- #: app/features/mec/settings.php:398 app/features/mec/settings.php:431
2720
- #: app/features/mec/settings.php:466 app/features/mec/settings.php:499
2721
  msgid "Simple"
2722
  msgstr "Schlicht"
2723
 
@@ -2728,8 +2738,8 @@ msgstr "Farbenfroh"
2728
  #: app/features/mec/meta_boxes/display_options.php:135
2729
  #: app/features/mec/meta_boxes/display_options.php:308
2730
  #: app/features/mec/meta_boxes/display_options.php:434
2731
- #: app/features/mec/settings.php:397 app/features/mec/settings.php:433
2732
- #: app/features/mec/settings.php:465 app/features/mec/settings.php:501
2733
  msgid "Novel"
2734
  msgstr ""
2735
 
@@ -2752,7 +2762,6 @@ msgstr "Zeilen zählen"
2752
  #: app/features/mec/meta_boxes/display_options.php:471
2753
  #: app/features/mec/meta_boxes/display_options.php:578
2754
  #: app/features/mec/meta_boxes/display_options.php:766
2755
- #: app/libraries/skins.php:249
2756
  #, php-format
2757
  msgid "%s is required to use this skin."
2758
  msgstr ""
@@ -2768,15 +2777,15 @@ msgstr "Standardansicht"
2768
 
2769
  #: app/features/mec/meta_boxes/display_options.php:297
2770
  #: app/features/mec/meta_boxes/display_options.php:314
2771
- #: app/libraries/main.php:326 app/libraries/main.php:1196
2772
- #: app/libraries/main.php:1221
2773
  msgid "List View"
2774
  msgstr "Listenansicht"
2775
 
2776
  #: app/features/mec/meta_boxes/display_options.php:298
2777
  #: app/features/mec/meta_boxes/display_options.php:324
2778
- #: app/libraries/main.php:330 app/libraries/main.php:1190
2779
- #: app/libraries/main.php:1215
2780
  msgid "Yearly View"
2781
  msgstr "Jahresansicht"
2782
 
@@ -2787,15 +2796,15 @@ msgstr "Monatliche Kalenderansicht"
2787
 
2788
  #: app/features/mec/meta_boxes/display_options.php:300
2789
  #: app/features/mec/meta_boxes/display_options.php:344
2790
- #: app/libraries/main.php:333 app/libraries/main.php:1192
2791
- #: app/libraries/main.php:1217
2792
  msgid "Weekly View"
2793
  msgstr "Wochenansicht"
2794
 
2795
  #: app/features/mec/meta_boxes/display_options.php:301
2796
  #: app/features/mec/meta_boxes/display_options.php:354
2797
- #: app/libraries/main.php:332 app/libraries/main.php:1193
2798
- #: app/libraries/main.php:1218
2799
  msgid "Daily View"
2800
  msgstr "Tagesansicht"
2801
 
@@ -3122,8 +3131,8 @@ msgstr "Such Formular anzeigen"
3122
  #: app/features/mec/meta_boxes/search_form.php:449
3123
  #: app/features/mec/meta_boxes/search_form.php:456
3124
  #: app/features/mec/meta_boxes/search_form.php:463
3125
- #: app/features/mec/settings.php:317 app/features/mec/settings.php:530
3126
- #: app/features/mec/settings.php:714
3127
  msgid "Disabled"
3128
  msgstr "Deaktiviert"
3129
 
@@ -3418,7 +3427,7 @@ msgstr "Mehrere Empfänger einfügen, durch Komma getrennt."
3418
  msgid "Email/Booking verification link."
3419
  msgstr "Bestätigungslink für Email/Buchung"
3420
 
3421
- #: app/features/mec/notifications.php:196 app/features/mec/settings.php:1174
3422
  msgid "Booking Confirmation"
3423
  msgstr "Buchungsbestätigung"
3424
 
@@ -3507,7 +3516,7 @@ msgstr "Titel der Veranstaltung"
3507
  msgid "Status of event"
3508
  msgstr "Status der Veranstaltung"
3509
 
3510
- #: app/features/mec/notifications.php:362 app/features/mec/settings.php:1061
3511
  msgid "Event Note"
3512
  msgstr "Veranstaltungsnotiz"
3513
 
@@ -3519,95 +3528,83 @@ msgstr "Admin-link zur Veranstaltungsverwaltung"
3519
  msgid "Archive Page Options"
3520
  msgstr ""
3521
 
3522
- #: app/features/mec/settings.php:96 app/features/mec/settings.php:779
3523
  msgid "Export Module Options"
3524
  msgstr "Optionen für Export-Module"
3525
 
3526
- #: app/features/mec/settings.php:102 app/features/mec/settings.php:806
3527
  msgid "Local Time Module"
3528
  msgstr "Lokales Zeitmodul"
3529
 
3530
- #: app/features/mec/settings.php:108 app/features/mec/settings.php:818
3531
  msgid "QR Code Module"
3532
  msgstr "QR Code Module"
3533
 
3534
- #: app/features/mec/settings.php:114 app/features/mec/settings.php:836
3535
  #: app/widgets/single.php:147
3536
  msgid "Weather Module"
3537
  msgstr "Wettermodul"
3538
 
3539
- #: app/features/mec/settings.php:144 app/features/mec/settings.php:1080
3540
  msgid "User Profile"
3541
  msgstr ""
3542
 
3543
- #: app/features/mec/settings.php:156 app/features/mec/settings.php:1098
3544
  msgid "Additional Organizers"
3545
  msgstr "Zusätzliche Organisatoren"
3546
 
3547
- #: app/features/mec/settings.php:174 app/features/mec/settings.php:1215
3548
  msgid "Taxes / Fees"
3549
  msgstr "Steuern/Gebühren"
3550
 
3551
- #: app/features/mec/settings.php:180 app/features/mec/settings.php:1280
3552
  msgid "Ticket Variations & Options"
3553
  msgstr ""
3554
 
3555
  #: app/features/mec/settings.php:276
3556
- msgid "Time Format"
3557
- msgstr "Zeitformat"
3558
-
3559
- #: app/features/mec/settings.php:279
3560
- msgid "12 hours format with AM/PM"
3561
- msgstr "12-Stunden-Format mit AM/FM"
3562
-
3563
- #: app/features/mec/settings.php:280
3564
- msgid "24 hours format"
3565
- msgstr "24-Stunden-Format"
3566
-
3567
- #: app/features/mec/settings.php:282 app/features/mec/settings.php:295
3568
- msgid ""
3569
- "This option is for showing start/end time of events on frontend of website."
3570
- msgstr ""
3571
- "Diese Option ist um die Start/Endezeit von Events im Frontend der Webseite "
3572
- "anzuzeigen"
3573
-
3574
- #: app/features/mec/settings.php:287
3575
  msgid "Hide Events"
3576
  msgstr "Events verbergen"
3577
 
3578
- #: app/features/mec/settings.php:290
3579
  msgid "On Event Start"
3580
  msgstr "Am Event Start"
3581
 
3582
- #: app/features/mec/settings.php:291
3583
  msgid "+1 Hour after start"
3584
  msgstr "+1 Stunde nach dem Start"
3585
 
3586
- #: app/features/mec/settings.php:292
3587
  msgid "+2 Hours after start"
3588
  msgstr "+2 Stunden nach dem Start"
3589
 
3590
- #: app/features/mec/settings.php:293
3591
  msgid "On Event End"
3592
  msgstr "Am Event Ende"
3593
 
3594
- #: app/features/mec/settings.php:301
 
 
 
 
 
 
 
3595
  msgid "Multiple Day Events"
3596
  msgstr "Mehrtagesveranstaltung"
3597
 
3598
- #: app/features/mec/settings.php:304
3599
  msgid "Show only first day on List/Grid/Slider skins"
3600
  msgstr "Zeige nur den ersten Tag auf Listen/Raster(Grid)/Slider skins."
3601
 
3602
- #: app/features/mec/settings.php:305
3603
  msgid "Show only first day on all skins"
3604
  msgstr "Nur den ersten Tag in allen Ansichten zeigen"
3605
 
3606
- #: app/features/mec/settings.php:306
3607
  msgid "Show all days"
3608
  msgstr "Alle Tage anzeigen"
3609
 
3610
- #: app/features/mec/settings.php:308
3611
  msgid ""
3612
  "For showing all days of multiple day events on frontend or only show the "
3613
  "first day."
@@ -3615,27 +3612,27 @@ msgstr ""
3615
  "Um alle Tage anzuzeigen bei Events über mehrere Tage im Frontend oder nur "
3616
  "den ersten Tag anzeigen"
3617
 
3618
- #: app/features/mec/settings.php:314
3619
  msgid "Remove MEC Data on Plugin Uninstall"
3620
  msgstr "Entfernen von MEC Data auf dem Plugin Deinstallierer"
3621
 
3622
- #: app/features/mec/settings.php:318
3623
  msgid "Enabled"
3624
  msgstr "Aktiviert"
3625
 
3626
- #: app/features/mec/settings.php:324
3627
  msgid "Exclude Date Suffix"
3628
  msgstr "Ausschlussdatum Suffix"
3629
 
3630
- #: app/features/mec/settings.php:327
3631
  msgid "Remove suffix from calendars"
3632
  msgstr "Suffix aus den Kalendern entfernen"
3633
 
3634
- #: app/features/mec/settings.php:334 app/libraries/main.php:4245
3635
  msgid "Weekdays"
3636
  msgstr "Wochentage"
3637
 
3638
- #: app/features/mec/settings.php:342
3639
  msgid ""
3640
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
3641
  "and Friday."
@@ -3643,96 +3640,96 @@ msgstr ""
3643
  "Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
3644
  "Donnerstag und Freitag gesetzt."
3645
 
3646
- #: app/features/mec/settings.php:349
3647
  msgid "Weekends"
3648
  msgstr "Wochenenden"
3649
 
3650
- #: app/features/mec/settings.php:357
3651
  msgid "Proceed with caution. Default is set to Saturday and Sunday."
3652
  msgstr "Vorsichtig vorgehen. Standardwert ist auf Samstag und Sonntag gesetzt."
3653
 
3654
- #: app/features/mec/settings.php:365
3655
  msgid "Archive Pages"
3656
  msgstr ""
3657
 
3658
- #: app/features/mec/settings.php:368
3659
  msgid "Archive Page Title"
3660
  msgstr "Titel der Archivseite"
3661
 
3662
- #: app/features/mec/settings.php:371
3663
  msgid "Default value is Events"
3664
  msgstr "Der Standardwert ist Ereignisse (Events)"
3665
 
3666
- #: app/features/mec/settings.php:376
3667
  msgid "Archive Page Skin"
3668
  msgstr "Skin Seite Archiv"
3669
 
3670
- #: app/features/mec/settings.php:384
3671
  #, fuzzy
3672
  #| msgid "Edit shortcodes"
3673
  msgid "Put shortcode..."
3674
  msgstr "Shortcode ändern"
3675
 
3676
- #: app/features/mec/settings.php:387 app/features/mec/settings.php:402
3677
- #: app/features/mec/settings.php:405 app/features/mec/settings.php:414
3678
- #: app/features/mec/settings.php:440 app/features/mec/settings.php:455
3679
- #: app/features/mec/settings.php:470 app/features/mec/settings.php:473
3680
- #: app/features/mec/settings.php:482 app/features/mec/settings.php:508
3681
  #, fuzzy
3682
  #| msgid "The event is ongoing."
3683
  msgid "There is no skins"
3684
  msgstr "Die Veranstaltung ist im Gange."
3685
 
3686
- #: app/features/mec/settings.php:390 app/features/mec/settings.php:458
3687
- #: app/features/mec/settings.php:583
3688
  msgid "Modern Style"
3689
  msgstr "Moderner Stil"
3690
 
3691
- #: app/features/mec/settings.php:432 app/features/mec/settings.php:500
3692
  #, fuzzy
3693
  #| msgid "Colorful"
3694
  msgid "colorful"
3695
  msgstr "Farbenfroh"
3696
 
3697
- #: app/features/mec/settings.php:437 app/features/mec/settings.php:505
3698
  #, fuzzy
3699
  #| msgid "Plain Style"
3700
  msgid "Clean Style"
3701
  msgstr "Einfacher schlichter Stil"
3702
 
3703
- #: app/features/mec/settings.php:442
3704
  msgid "Default value is Calendar/Monthly View"
3705
  msgstr "Der Standardwert ist Kalender / Monatsansicht"
3706
 
3707
- #: app/features/mec/settings.php:447
3708
  msgid "Category Page Skin"
3709
  msgstr "Kategorie Seiten Skin"
3710
 
3711
- #: app/features/mec/settings.php:510
3712
  msgid "Default value is List View"
3713
  msgstr "Standardwert ist Listenansicht"
3714
 
3715
- #: app/features/mec/settings.php:515
3716
  msgid "Category Events Method"
3717
  msgstr ""
3718
 
3719
- #: app/features/mec/settings.php:519
3720
  msgid "Expired Events"
3721
  msgstr ""
3722
 
3723
- #: app/features/mec/settings.php:521
3724
  msgid "Default value is Upcoming Events"
3725
  msgstr ""
3726
 
3727
- #: app/features/mec/settings.php:526
3728
  msgid "Events Archive Status"
3729
  msgstr "Events Archiv Status"
3730
 
3731
- #: app/features/mec/settings.php:529
3732
  msgid "Enabled (Recommended)"
3733
  msgstr "Ist aktiviert (empfohlen)"
3734
 
3735
- #: app/features/mec/settings.php:532
3736
  msgid ""
3737
  "If you disable it, then you should create a page as archive page of MEC. "
3738
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
@@ -3742,11 +3739,11 @@ msgstr ""
3742
  "erstellen. Page´s slug muss gleich sein wie \"Main Slug\" von MEC. Außerdem "
3743
  "werden alle MEC-Rewrite-Regeln deaktiviert."
3744
 
3745
- #: app/features/mec/settings.php:542
3746
  msgid "Main Slug"
3747
  msgstr "Main Slug"
3748
 
3749
- #: app/features/mec/settings.php:545
3750
  msgid ""
3751
  "Default value is events. Valid characters are lowercase a-z, - character and "
3752
  "numbers."
@@ -3754,11 +3751,11 @@ msgstr ""
3754
  "Standardwert ist Events. Gültige Zeichen sind Kleinbuchstaben a-z, - Zeichen "
3755
  "und Zahlen."
3756
 
3757
- #: app/features/mec/settings.php:549
3758
  msgid "Category Slug"
3759
  msgstr "Category Slug"
3760
 
3761
- #: app/features/mec/settings.php:552
3762
  msgid ""
3763
  "It's slug of MEC categories, you can change it to events-cat or something "
3764
  "else. Default value is mec-category. Valid characters are lowercase a-z, - "
@@ -3770,134 +3767,134 @@ msgstr ""
3770
  "für den link. Zum Beispiel example.com/events-cat oder example.com/mec-"
3771
  "category"
3772
 
3773
- #: app/features/mec/settings.php:562
3774
  msgid "Single Event Date Format"
3775
  msgstr "Einzelveranstaltung Datumformat"
3776
 
3777
- #: app/features/mec/settings.php:565 app/features/mec/settings.php:927
3778
  msgid "Default is M d Y"
3779
  msgstr "Standardwert ist M-T-J"
3780
 
3781
- #: app/features/mec/settings.php:569
3782
  msgid "Date Method"
3783
  msgstr "Datum Methode"
3784
 
3785
- #: app/features/mec/settings.php:572
3786
  msgid "Next occurrence date"
3787
  msgstr "Nächstes vorkommende Datum"
3788
 
3789
- #: app/features/mec/settings.php:573
3790
  msgid "Referred date"
3791
  msgstr "Gewünschtes Datum"
3792
 
3793
- #: app/features/mec/settings.php:575
3794
  msgid ""
3795
  "\"Referred date\" shows the event date based on referred date in event list."
3796
  msgstr ""
3797
  "\"Gewünschtes Datum\" zeigt das Ereignisdatum basierend auf dem angegebenen "
3798
  "Datum in der Eventliste an."
3799
 
3800
- #: app/features/mec/settings.php:579
3801
  msgid "Single Event Style"
3802
  msgstr "Single Event Stil"
3803
 
3804
- #: app/features/mec/settings.php:582
3805
  msgid "Default Style"
3806
  msgstr "Standardstil voreingestellt"
3807
 
3808
- #: app/features/mec/settings.php:585
3809
  msgid "Choose your single event style."
3810
  msgstr "Wählen Sie Ihren Single Event Stil"
3811
 
3812
- #: app/features/mec/settings.php:589
3813
  #, fuzzy
3814
  #| msgid "Booking"
3815
  msgid "Booking Style"
3816
  msgstr "Buchung / Reservierung"
3817
 
3818
- #: app/features/mec/settings.php:592 app/features/mec/settings.php:703
3819
  msgid "Default"
3820
  msgstr "Standardeinstellung"
3821
 
3822
- #: app/features/mec/settings.php:593
3823
  #, fuzzy
3824
  #| msgid "Modal 1"
3825
  msgid "Modal"
3826
  msgstr "Modal 1"
3827
 
3828
- #: app/features/mec/settings.php:595
3829
  #, fuzzy
3830
  #| msgid "Choose your single event style."
3831
  msgid "Choose your Booking style."
3832
  msgstr "Wählen Sie Ihren Single Event Stil"
3833
 
3834
- #: app/features/mec/settings.php:603
3835
  msgid "Currency"
3836
  msgstr "Währung"
3837
 
3838
- #: app/features/mec/settings.php:613
3839
  msgid "Currency Sign"
3840
  msgstr "Währungssymbol"
3841
 
3842
- #: app/features/mec/settings.php:616
3843
  msgid "Default value will be \"currency\" if you leave it empty."
3844
  msgstr "Standardwert wird \"currency\" sein wenn Sie es leer lassen"
3845
 
3846
- #: app/features/mec/settings.php:620
3847
  msgid "Currency Position"
3848
  msgstr "Position des Währungssymbols"
3849
 
3850
- #: app/features/mec/settings.php:623
3851
  msgid "Before $10"
3852
  msgstr "Vor $10"
3853
 
3854
- #: app/features/mec/settings.php:624
3855
  msgid "After 10$"
3856
  msgstr "Nach 10$"
3857
 
3858
- #: app/features/mec/settings.php:629
3859
  msgid "Thousand Separator"
3860
  msgstr "Tausendertrennzeichen"
3861
 
3862
- #: app/features/mec/settings.php:635
3863
  msgid "Decimal Separator"
3864
  msgstr "Dezimaltrennzeichen"
3865
 
3866
- #: app/features/mec/settings.php:645
3867
  msgid "No decimal"
3868
  msgstr "Keine Dezimale"
3869
 
3870
- #: app/features/mec/settings.php:654
3871
  #, fuzzy
3872
  #| msgid "No Search Options"
3873
  msgid "Speakers Options"
3874
  msgstr "Keine Suchoptionen"
3875
 
3876
- #: app/features/mec/settings.php:660
3877
  #, fuzzy
3878
  #| msgid "Enable taxes / fees module"
3879
  msgid "Enable speakers feature"
3880
  msgstr "Modul für Gebühren/Steuern aktivieren"
3881
 
3882
- #: app/features/mec/settings.php:676
3883
  msgid "Show Google Maps on event page"
3884
  msgstr "Google Maps auf der Veranstaltungsseite anzeigen"
3885
 
3886
- #: app/features/mec/settings.php:681 app/features/mec/settings.php:849
3887
- #: app/features/mec/settings.php:1378
3888
  msgid "API Key"
3889
  msgstr "API Schlüssel"
3890
 
3891
- #: app/features/mec/settings.php:684 app/features/mec/settings.php:1381
3892
- #: app/features/mec/settings.php:1388
3893
  msgid "Required!"
3894
  msgstr "Erforderlich (Pflichtfeld)"
3895
 
3896
- #: app/features/mec/settings.php:688
3897
  msgid "Zoom level"
3898
  msgstr "Zoom"
3899
 
3900
- #: app/features/mec/settings.php:695
3901
  msgid ""
3902
  "For Google Maps module in single event page. In Google Maps skin, it will "
3903
  "caculate the zoom level automatically based on event boundaries."
@@ -3906,192 +3903,208 @@ msgstr ""
3906
  "es die Zoom-Ebene automatisch kalkulieren, basierend auf den Eventort "
3907
  "Angrenzungen"
3908
 
3909
- #: app/features/mec/settings.php:699
3910
  msgid "Google Maps Style"
3911
  msgstr "Google Maps Stil"
3912
 
3913
- #: app/features/mec/settings.php:711
3914
  msgid "Direction on single event"
3915
  msgstr "Richtung auf einzelne Veranstaltung"
3916
 
3917
- #: app/features/mec/settings.php:715
3918
  msgid "Simple Method"
3919
  msgstr "Einfache Methode"
3920
 
3921
- #: app/features/mec/settings.php:716
3922
  msgid "Advanced Method"
3923
  msgstr "Fortgeschrittene Methode"
3924
 
3925
- #: app/features/mec/settings.php:721
3926
  msgid "Lightbox Date Format"
3927
  msgstr "Leuchtkasten Datumsformat"
3928
 
3929
- #: app/features/mec/settings.php:724
3930
  msgid "Default value is M d Y"
3931
  msgstr "Standardwert ist M T J"
3932
 
3933
- #: app/features/mec/settings.php:728
3934
  msgid "Google Maps API"
3935
  msgstr "Google Maps API"
3936
 
3937
- #: app/features/mec/settings.php:732
3938
  msgid "Don't load Google Maps API library"
3939
  msgstr "Google Maps API Bibliothek nicht laden"
3940
 
3941
- #: app/features/mec/settings.php:734
3942
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
3943
  msgstr ""
3944
  "Checken Sie es nur wenn ein anderes plugin/Thema die Google Maps API lädt."
3945
 
3946
- #: app/features/mec/settings.php:746
3947
  msgid "Enable Google Recaptcha"
3948
  msgstr "Google Recaptcha aktivieren"
3949
 
3950
- #: app/features/mec/settings.php:753
3951
  msgid "Enable on booking form"
3952
  msgstr "Auf dem Buchungsformular aktivieren"
3953
 
3954
- #: app/features/mec/settings.php:759
3955
  #, fuzzy
3956
  #| msgid "Enable on \"Frontend Event Submittion\" form"
3957
  msgid "Enable on \"Frontend Event Submission\" form"
3958
  msgstr "Aktivieren auf dem \"Frontend Event Submittion\" Formular"
3959
 
3960
- #: app/features/mec/settings.php:763
3961
  msgid "Site Key"
3962
  msgstr "Site Key (Seitenschlüssel)"
3963
 
3964
- #: app/features/mec/settings.php:769
3965
  msgid "Secret Key"
3966
  msgstr "Geheimschlüssel"
3967
 
3968
- #: app/features/mec/settings.php:783
3969
  msgid ""
3970
  "Show export module (iCal export and add to Google calendars) on event page"
3971
  msgstr ""
3972
  "Exportmodule auf Veranstaltungsseite anzeigen (iCal export und hinzufügen zu "
3973
  "Google calendars)"
3974
 
3975
- #: app/features/mec/settings.php:790
3976
  msgid "Google Calendar"
3977
  msgstr "Google Calendar"
3978
 
3979
- #: app/features/mec/settings.php:810
3980
  msgid "Show event time based on local time of visitor on event page"
3981
  msgstr ""
3982
  "Zeige die Eventzeit basierend auf der Ortszeit des Besuchers auf der "
3983
  "Eventseite"
3984
 
3985
- #: app/features/mec/settings.php:826
3986
  msgid "Show QR code of event in details page and booking invoice"
3987
  msgstr ""
3988
  "Zeigen Sie QR-Code des Events in der Detailseite und in der Buchungsrechnung "
3989
  "an"
3990
 
3991
- #: app/features/mec/settings.php:844
3992
  msgid "Show weather module on event page"
3993
  msgstr "Wettermodul auf der Eventseite anzeigen"
3994
 
3995
- #: app/features/mec/settings.php:852
3996
  #, php-format
3997
  msgid "You can get a free API Key from %s"
3998
  msgstr "Sie können einen kostenlosen API-Schlüssel von% s erhalten"
3999
 
4000
- #: app/features/mec/settings.php:864
4001
  msgid "Show countdown module on event page"
4002
  msgstr "Countdownmodul auf Veranstaltungsseite anzeigen"
4003
 
4004
- #: app/features/mec/settings.php:869
4005
  msgid "Countdown Style"
4006
  msgstr "Countdown Stil"
4007
 
4008
- #: app/features/mec/settings.php:872
4009
  msgid "Plain Style"
4010
  msgstr "Einfacher schlichter Stil"
4011
 
4012
- #: app/features/mec/settings.php:873
4013
  msgid "Flip Style"
4014
  msgstr "Flip Stil"
4015
 
4016
- #: app/features/mec/settings.php:885
4017
  msgid "Show social network module"
4018
  msgstr "Modul für Soziale Netzwerke anzeigen"
4019
 
4020
- #: app/features/mec/settings.php:910
4021
  msgid "Show next event module on event page"
4022
  msgstr "Nächstes Event Modul auf der Eventseite anzeigen"
4023
 
4024
- #: app/features/mec/settings.php:915
4025
  msgid "Method"
4026
  msgstr "Methode"
4027
 
4028
- #: app/features/mec/settings.php:918
4029
  msgid "Next Occurrence of Current Event"
4030
  msgstr "Nächstes Auftreten des aktuellen Events"
4031
 
4032
- #: app/features/mec/settings.php:919
4033
  msgid "Next Occurrence of Other Events"
4034
  msgstr "Nächstes Auftreten von anderen Events."
4035
 
4036
- #: app/features/mec/settings.php:924 app/features/mec/settings.php:1121
4037
  msgid "Date Format"
4038
  msgstr "Datumsformat"
4039
 
4040
- #: app/features/mec/settings.php:936
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4041
  msgid "Events List Page"
4042
  msgstr "Seite Liste der Veranstaltungen"
4043
 
4044
- #: app/features/mec/settings.php:945 app/features/mec/settings.php:957
4045
  #, php-format
4046
  msgid "Put %s shortcode into the page."
4047
  msgstr "%s shortcode in die Seite einfügen"
4048
 
4049
- #: app/features/mec/settings.php:948
4050
  msgid "Add/Edit Events Page"
4051
  msgstr "Veranstaltungsseite hinzufügen/bearbeiten"
4052
 
4053
- #: app/features/mec/settings.php:962
4054
  msgid "Enable event submission by guest (Not logged-in) users"
4055
  msgstr ""
4056
  "Das Erstellen von Veranstaltungen durch Gäste (nicht angemeldete Nutzer) "
4057
  "erlauben"
4058
 
4059
- #: app/features/mec/settings.php:969
4060
  msgid "Enable mandatory email and name for guest user"
4061
  msgstr ""
4062
  "Aktivieren Sie die obligatorische E-Mail und den Namen für Gastbenutzer"
4063
 
4064
- #: app/features/mec/settings.php:973
4065
  msgid "Frontend Event Submission Sections"
4066
  msgstr "Frontend Veranstaltungen Einreichung Sektionen"
4067
 
4068
- #: app/features/mec/settings.php:995 app/widgets/single.php:119
4069
  msgid "Event Categories"
4070
  msgstr "Veranstaltungskategorien"
4071
 
4072
- #: app/features/mec/settings.php:1001
4073
  msgid "Event Labels"
4074
  msgstr "Event Labels"
4075
 
4076
- #: app/features/mec/settings.php:1013
4077
  msgid "Event Tags"
4078
  msgstr "Event Schlagworte"
4079
 
4080
- #: app/features/mec/settings.php:1025 app/widgets/single.php:123
4081
  msgid "Event Organizer"
4082
  msgstr "Veranstaltungsmanager"
4083
 
4084
- #: app/features/mec/settings.php:1043
4085
  msgid "Booking Options"
4086
  msgstr "Buchungsoptionen"
4087
 
4088
- #: app/features/mec/settings.php:1049
4089
  #, fuzzy
4090
  #| msgid "Fees/Taxes Options"
4091
  msgid "Fees / Taxes Options"
4092
  msgstr "Gebühren/Steuer Optionen"
4093
 
4094
- #: app/features/mec/settings.php:1063
4095
  #, php-format
4096
  msgid ""
4097
  "Users can put a note for editors while they're submitting the event. Also "
@@ -4103,42 +4116,42 @@ msgstr ""
4103
  "Eventbenachrichtigung setzen, um die Notizen der Benutzer in der E-Mail zu "
4104
  "erhalten."
4105
 
4106
- #: app/features/mec/settings.php:1067
4107
  msgid "Visibility of Note"
4108
  msgstr "Sichtbarkeit der Anmerkungen zum Event "
4109
 
4110
- #: app/features/mec/settings.php:1070
4111
  msgid "Always"
4112
  msgstr "Immer"
4113
 
4114
- #: app/features/mec/settings.php:1071
4115
  msgid "While event is not published"
4116
  msgstr "Das Ereignis wird nicht veröffentlicht"
4117
 
4118
- #: app/features/mec/settings.php:1074
4119
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
4120
  msgstr ""
4121
  "Die Ereignisnotiz wird im Frontend-Einreichungsformular angezeigt und das "
4122
  "Ereignis im Backend bearbeitet."
4123
 
4124
- #: app/features/mec/settings.php:1082
4125
  #, php-format
4126
  msgid ""
4127
  "Put %s shortcode into your desired page. Then users are able to see history "
4128
  "of their bookings."
4129
  msgstr ""
4130
 
4131
- #: app/features/mec/settings.php:1087
4132
  msgid "Exceptional days"
4133
  msgstr "Ausgesuchte ausnehmende Tage"
4134
 
4135
- #: app/features/mec/settings.php:1091
4136
  msgid "Show exceptional days option on Add/Edit events page"
4137
  msgstr ""
4138
  "Ausnehmende Tage anzeigen auf der Seite Ereignisse hinzufügen / bearbeiten "
4139
  "(Show exceptional days option on Add/Edit events page)"
4140
 
4141
- #: app/features/mec/settings.php:1092
4142
  msgid ""
4143
  "Using this option you can include/exclude certain days to/from event "
4144
  "occurrence dates."
@@ -4146,7 +4159,7 @@ msgstr ""
4146
  "Mit dieser Option können Sie bestimmte Tage von vorkommenden Eventdaten ein-/"
4147
  "ausschließen."
4148
 
4149
- #: app/features/mec/settings.php:1102
4150
  msgid ""
4151
  "Show additional organizers option on Add/Edit events page and single event "
4152
  "page."
@@ -4154,27 +4167,27 @@ msgstr ""
4154
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
4155
  "bearbeiten und auf der Seite für einzelne Events an."
4156
 
4157
- #: app/features/mec/settings.php:1116
4158
  msgid "Enable booking module"
4159
  msgstr "Buchungsmodul aktivieren"
4160
 
4161
- #: app/features/mec/settings.php:1124
4162
  msgid "Default is Y-m-d"
4163
  msgstr "Voreinstellung ist J-M-T"
4164
 
4165
- #: app/features/mec/settings.php:1128
4166
  msgid "Maximum Dates"
4167
  msgstr "Maximale Anzahl von Daten"
4168
 
4169
- #: app/features/mec/settings.php:1130
4170
  msgid "Default is 6"
4171
  msgstr "Die Voreinstellung ist 6"
4172
 
4173
- #: app/features/mec/settings.php:1134
4174
  msgid "Thank You Page"
4175
  msgstr "Danke Seite"
4176
 
4177
- #: app/features/mec/settings.php:1142
4178
  msgid ""
4179
  "User redirects to this page after booking. Leave it empty if you want to "
4180
  "disable it."
@@ -4182,11 +4195,11 @@ msgstr ""
4182
  "Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
4183
  "es leer, wenn Sie es deaktivieren möchten."
4184
 
4185
- #: app/features/mec/settings.php:1150
4186
  msgid "Enable Express Attendees Form"
4187
  msgstr "Aktivieren Sie das Express-Teilnehmerformular"
4188
 
4189
- #: app/features/mec/settings.php:1152
4190
  msgid ""
4191
  "Users are able to apply first attendee information for other attendees in "
4192
  "the booking form."
@@ -4194,87 +4207,87 @@ msgstr ""
4194
  "Benutzer können erste Teilnehmerinformationen für andere Teilnehmer im "
4195
  "Buchungsformular anwenden."
4196
 
4197
- #: app/features/mec/settings.php:1155
4198
  msgid "Email verification"
4199
  msgstr "Email-Verifizierung"
4200
 
4201
- #: app/features/mec/settings.php:1161
4202
  msgid "Auto verification for free bookings"
4203
  msgstr "Automatische Verifizierung für kostenlose Buchungen"
4204
 
4205
- #: app/features/mec/settings.php:1170
4206
  msgid "Auto verification for paid bookings"
4207
  msgstr "Automatische Verifizierung für kostenpflichtige Buchungen"
4208
 
4209
- #: app/features/mec/settings.php:1180
4210
  msgid "Auto confirmation for free bookings"
4211
  msgstr "Automatische Bestätigung für kostenlose Buchungen"
4212
 
4213
- #: app/features/mec/settings.php:1189
4214
  msgid "Auto confirmation for paid bookings"
4215
  msgstr "Automatische Bestätigung für kostenpflichtige Buchungen"
4216
 
4217
- #: app/features/mec/settings.php:1206
4218
  msgid "Enable coupons module"
4219
  msgstr "Gutscheinmodul aktivieren"
4220
 
4221
- #: app/features/mec/settings.php:1223
4222
  msgid "Enable taxes / fees module"
4223
  msgstr "Modul für Gebühren/Steuern aktivieren"
4224
 
4225
- #: app/features/mec/settings.php:1228
4226
  msgid "Add Fee"
4227
  msgstr "Gebühr hinzufügen"
4228
 
4229
- #: app/features/mec/settings.php:1288
4230
  #, fuzzy
4231
  #| msgid "Enable coupons module"
4232
  msgid "Enable ticket options module"
4233
  msgstr "Gutscheinmodul aktivieren"
4234
 
4235
- #: app/features/mec/settings.php:1293
4236
  msgid "Add Variation / Option"
4237
  msgstr ""
4238
 
4239
- #: app/features/mec/settings.php:1343
4240
  msgid "Enable BuddyPress Integration"
4241
  msgstr "Buddy Press Integration deaktivieren"
4242
 
4243
- #: app/features/mec/settings.php:1350
4244
  msgid "Show \"Attendees Module\" in event details page"
4245
  msgstr "Zeigt \"Teilnehmermodul\" in Event Details Seite"
4246
 
4247
- #: app/features/mec/settings.php:1354
4248
  msgid "Attendees Limit"
4249
  msgstr "Teilnehmer Limit, maximale Anzahl"
4250
 
4251
- #: app/features/mec/settings.php:1362
4252
  msgid "Add booking activity to user profile"
4253
  msgstr "Fügt Buchungsaktivitäten dem Benutzerprofil hinzu"
4254
 
4255
- #: app/features/mec/settings.php:1373
4256
  msgid "Enable Mailchimp Integration"
4257
  msgstr "Mailchimp Integration deaktivieren"
4258
 
4259
- #: app/features/mec/settings.php:1385
4260
  msgid "List ID"
4261
  msgstr "List ID"
4262
 
4263
- #: app/features/mec/settings.php:1392
4264
  msgid "Subscription Status"
4265
  msgstr "Buchungsstatus"
4266
 
4267
- #: app/features/mec/settings.php:1395
4268
  msgid "Subscribe automatically"
4269
  msgstr "automatisch Anmelden/Abonnieren"
4270
 
4271
- #: app/features/mec/settings.php:1396
4272
  msgid "Subscribe by verification"
4273
  msgstr ""
4274
  "Anmelden/Abonnieren durch Bestätigung\n"
4275
  " "
4276
 
4277
- #: app/features/mec/settings.php:1398
4278
  msgid ""
4279
  "If you choose \"Subscribe by verification\" then an email will send to user "
4280
  "by mailchimp for subscription verification."
@@ -4282,12 +4295,12 @@ msgstr ""
4282
  "Wenn Sie \"Anmelden durch Verifizierung\" wählen, wird eine E-Mail an den "
4283
  "Benutzer per Mailchimp zur Bestätigung gesendet."
4284
 
4285
- #: app/features/mec/settings.php:1478 app/features/mec/settings.php:1500
4286
- #: app/libraries/main.php:4426
4287
  msgid "Verified"
4288
  msgstr "Verifiziert"
4289
 
4290
- #: app/features/mec/settings.php:1502
4291
  msgid "Please Refresh Page"
4292
  msgstr "Bitte Seiten Refresh vornehmen"
4293
 
@@ -4306,72 +4319,72 @@ msgstr ""
4306
  "Ihre eigenen Stilcodes einfügen. Diese Codes werden in Ihr Frontend "
4307
  "übernommen und übersteuern die MEC- (oder Thema-) Grundeinstellungen."
4308
 
4309
- #: app/features/mec/styling.php:11 app/features/mec/styling.php:242
4310
- #: app/features/mec/styling.php:268
4311
  msgid "Default Font"
4312
  msgstr "Standardschriftart des Themas "
4313
 
4314
- #: app/features/mec/styling.php:124
4315
  msgid "Styling Option"
4316
  msgstr "Style Optionen"
4317
 
4318
- #: app/features/mec/styling.php:142
4319
  msgid "Color Skin"
4320
  msgstr "Farbe Skin"
4321
 
4322
- #: app/features/mec/styling.php:145
4323
  msgid "Predefined Color Skin"
4324
  msgstr "Vordefinierte Farbenoberfläche"
4325
 
4326
- #: app/features/mec/styling.php:188
4327
  msgid "Custom Color Skin"
4328
  msgstr "Benutzerdefinierte Farboberfläche"
4329
 
4330
- #: app/features/mec/styling.php:196
4331
  msgid "Advanced Color Options (shortcodes)"
4332
  msgstr ""
4333
 
4334
- #: app/features/mec/styling.php:208
4335
  #, fuzzy
4336
  #| msgid "Title of event"
4337
  msgid "Title Hover"
4338
  msgstr "Titel der Veranstaltung"
4339
 
4340
- #: app/features/mec/styling.php:225
4341
  msgid "Typography"
4342
  msgstr "Typographie"
4343
 
4344
- #: app/features/mec/styling.php:227
4345
  msgid "Heading (Events Title) Font Family"
4346
  msgstr "Schriftart Überschrift (Titel der Veranstaltung)"
4347
 
4348
- #: app/features/mec/styling.php:253
4349
  msgid "Paragraph Font Family"
4350
  msgstr "Schriftart Absätze"
4351
 
4352
- #: app/features/mec/styling.php:280
4353
  #, fuzzy
4354
  #| msgid "Enable Google Recaptcha"
4355
  msgid "Disable Google Fonts"
4356
  msgstr "Google Recaptcha aktivieren"
4357
 
4358
- #: app/features/mec/styling.php:285
4359
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4360
  msgstr ""
4361
 
4362
- #: app/features/mec/styling.php:291
4363
  msgid "Container Width"
4364
  msgstr ""
4365
 
4366
- #: app/features/mec/styling.php:293
4367
  msgid "Desktop Normal Screens"
4368
  msgstr ""
4369
 
4370
- #: app/features/mec/styling.php:296 app/features/mec/styling.php:303
4371
  msgid "You can enter your theme container size in this field"
4372
  msgstr ""
4373
 
4374
- #: app/features/mec/styling.php:300
4375
  msgid "Desktop Large Screens"
4376
  msgstr ""
4377
 
@@ -4848,7 +4861,7 @@ msgstr "z.B.. max@mustermann.com"
4848
  msgid "eg. https://webnus.net"
4849
  msgstr "http://webnus.net"
4850
 
4851
- #: app/features/organizers.php:300 app/libraries/main.php:4269
4852
  #: app/skins/single.php:194
4853
  msgid "Other Organizers"
4854
  msgstr "Andere Veranstalter"
@@ -4870,11 +4883,11 @@ msgstr "Um neue Veranstaltungen einzugeben, bitte %s/%s"
4870
  msgid "#"
4871
  msgstr ""
4872
 
4873
- #: app/features/profile/profile.php:34 app/libraries/main.php:2402
4874
  msgid "Status"
4875
  msgstr ""
4876
 
4877
- #: app/features/profile/profile.php:37 app/libraries/main.php:1664
4878
  msgid "Attendees"
4879
  msgstr "Teilnehmer"
4880
 
@@ -4889,8 +4902,8 @@ msgstr "% s Rechnung"
4889
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4890
  msgstr ""
4891
 
4892
- #: app/features/profile/profile.php:96 app/libraries/main.php:1678
4893
- #: app/libraries/main.php:4267
4894
  msgid "Ticket"
4895
  msgstr "Ticket"
4896
 
@@ -4905,7 +4918,7 @@ msgid "No bookings found!"
4905
  msgstr "Keine Buchungen gefunden"
4906
 
4907
  #: app/features/speakers.php:56 app/features/speakers.php:242
4908
- #: app/libraries/main.php:4241
4909
  msgid "Speaker"
4910
  msgstr ""
4911
 
@@ -4945,7 +4958,7 @@ msgid "Insert URL of Facebook Page"
4945
  msgstr "Vom Facebook Kalender Importieren"
4946
 
4947
  #: app/features/speakers.php:135 app/features/speakers.php:187
4948
- #: app/libraries/main.php:1078
4949
  msgid "Google+"
4950
  msgstr "Google+"
4951
 
@@ -5054,353 +5067,353 @@ msgstr ""
5054
  "Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
5055
  "Beitrag handelt."
5056
 
5057
- #: app/libraries/main.php:327 app/libraries/main.php:1197
5058
- #: app/libraries/main.php:1222
5059
  msgid "Grid View"
5060
  msgstr "Rasterdarstellung"
5061
 
5062
- #: app/libraries/main.php:328 app/libraries/main.php:1198
5063
- #: app/libraries/main.php:1223
5064
  msgid "Agenda View"
5065
  msgstr "Agendaansicht"
5066
 
5067
- #: app/libraries/main.php:329 app/libraries/main.php:1189
5068
- #: app/libraries/main.php:1214
5069
  msgid "Full Calendar"
5070
  msgstr "Ganzer Kalender"
5071
 
5072
- #: app/libraries/main.php:331 app/libraries/main.php:1191
5073
- #: app/libraries/main.php:1216
5074
  msgid "Calendar/Monthly View"
5075
  msgstr "Kalender-/Monatsansicht"
5076
 
5077
- #: app/libraries/main.php:334 app/libraries/main.php:1194
5078
- #: app/libraries/main.php:1219
5079
  msgid "Timetable View"
5080
  msgstr "Stundenplan"
5081
 
5082
- #: app/libraries/main.php:335 app/libraries/main.php:1195
5083
- #: app/libraries/main.php:1220
5084
  msgid "Masonry View"
5085
  msgstr "Kachel Ansicht"
5086
 
5087
- #: app/libraries/main.php:336 app/libraries/main.php:1199
5088
- #: app/libraries/main.php:1224
5089
  msgid "Map View"
5090
  msgstr "Kartenansicht"
5091
 
5092
- #: app/libraries/main.php:337
5093
  msgid "Cover View"
5094
  msgstr "Deckblattansicht"
5095
 
5096
- #: app/libraries/main.php:338
5097
  msgid "Countdown View"
5098
  msgstr "Countdownansicht"
5099
 
5100
- #: app/libraries/main.php:339
5101
  msgid "Available Spot"
5102
  msgstr "Verfügbarer Spot"
5103
 
5104
- #: app/libraries/main.php:340
5105
  msgid "Carousel View"
5106
  msgstr "Karussellansicht"
5107
 
5108
- #: app/libraries/main.php:341
5109
  msgid "Slider View"
5110
  msgstr "Slideransicht"
5111
 
5112
- #: app/libraries/main.php:378 app/libraries/main.php:4247
5113
  msgid "SU"
5114
  msgstr "SO"
5115
 
5116
- #: app/libraries/main.php:379 app/libraries/main.php:4248
5117
  msgid "MO"
5118
  msgstr "MO"
5119
 
5120
- #: app/libraries/main.php:380 app/libraries/main.php:4249
5121
  msgid "TU"
5122
  msgstr "DI"
5123
 
5124
- #: app/libraries/main.php:381 app/libraries/main.php:4250
5125
  msgid "WE"
5126
  msgstr "MI"
5127
 
5128
- #: app/libraries/main.php:382 app/libraries/main.php:4251
5129
  msgid "TH"
5130
  msgstr "DO"
5131
 
5132
- #: app/libraries/main.php:383 app/libraries/main.php:4252
5133
  msgid "FR"
5134
  msgstr "FR"
5135
 
5136
- #: app/libraries/main.php:384 app/libraries/main.php:4253
5137
  msgid "SA"
5138
  msgstr "SA"
5139
 
5140
- #: app/libraries/main.php:1036
5141
  msgid "Events at this location"
5142
  msgstr "Veranstaltungen an diesem Ort "
5143
 
5144
- #: app/libraries/main.php:1036
5145
  msgid "Event at this location"
5146
  msgstr "Veranstaltung an diesem Ort "
5147
 
5148
- #: app/libraries/main.php:1077
5149
  msgid "Facebook"
5150
  msgstr "Facebook"
5151
 
5152
- #: app/libraries/main.php:1079
5153
  msgid "Twitter"
5154
  msgstr "Twitter"
5155
 
5156
- #: app/libraries/main.php:1080 app/libraries/main.php:1145
5157
  msgid "Linkedin"
5158
  msgstr "Linkedin"
5159
 
5160
- #: app/libraries/main.php:1081 app/libraries/main.php:1178
5161
  msgid "VK"
5162
  msgstr ""
5163
 
5164
- #: app/libraries/main.php:1100
5165
  msgid "Share on Facebook"
5166
  msgstr "Teilen auf Facebook"
5167
 
5168
- #: app/libraries/main.php:1115
5169
  msgid "Google Plus"
5170
  msgstr "Google Plus"
5171
 
5172
- #: app/libraries/main.php:1130
5173
  msgid "Tweet"
5174
  msgstr "Tweet"
5175
 
5176
- #: app/libraries/main.php:1200
5177
  #, fuzzy
5178
  #| msgid "Shortcode"
5179
  msgid "Custom Shortcode"
5180
  msgstr "Shortcode"
5181
 
5182
- #: app/libraries/main.php:1559
5183
  msgid "Your booking successfully verified."
5184
  msgstr "Ihre Buchung wurde erfolgreich verifiziert."
5185
 
5186
- #: app/libraries/main.php:1560
5187
  msgid "Your booking cannot verify!"
5188
  msgstr "Ihre Buchung kann nicht verifiziert werden!"
5189
 
5190
- #: app/libraries/main.php:1572
5191
  msgid "Your booking successfully canceled."
5192
  msgstr "Ihre Buchung wurde erfolgreich storniert."
5193
 
5194
- #: app/libraries/main.php:1573
5195
  msgid "Your booking cannot be canceled."
5196
  msgstr "Ihre Buchung kann nicht storniert werden."
5197
 
5198
- #: app/libraries/main.php:1577
5199
  msgid "You canceled the payment successfully."
5200
  msgstr "Sie haben die Zahlung erfolgreich storniert."
5201
 
5202
- #: app/libraries/main.php:1581
5203
  msgid "You returned from payment gateway successfully."
5204
  msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
5205
 
5206
- #: app/libraries/main.php:1605
5207
  msgid "Cannot find the booking!"
5208
  msgstr "Kann die Buchung nicht finden!"
5209
 
5210
- #: app/libraries/main.php:1605
5211
  msgid "Booking is invalid."
5212
  msgstr "Buchung ist ungültig."
5213
 
5214
- #: app/libraries/main.php:1634
5215
  #, php-format
5216
  msgid "%s Invoice"
5217
  msgstr "% s Rechnung"
5218
 
5219
- #: app/libraries/main.php:1655
5220
  msgid "Transaction ID"
5221
  msgstr "Transaktions-ID"
5222
 
5223
- #: app/libraries/main.php:1708
5224
  msgid "Billing"
5225
  msgstr "Abrechnung"
5226
 
5227
- #: app/libraries/main.php:1719
5228
  msgid "Total"
5229
  msgstr "Gesamt"
5230
 
5231
- #: app/libraries/main.php:1752
5232
  msgid "Security nonce is not valid."
5233
  msgstr "Sicherheits-Nonce ist ungültig."
5234
 
5235
- #: app/libraries/main.php:1752 app/libraries/main.php:1784
5236
  msgid "iCal export stopped!"
5237
  msgstr "iCal Export wurde unterbrochen!"
5238
 
5239
- #: app/libraries/main.php:1784
5240
  #, fuzzy
5241
  #| msgid "Request is invalid!"
5242
  msgid "Request is not valid."
5243
  msgstr "Die Anfrage ist ungültig!"
5244
 
5245
- #: app/libraries/main.php:2104 app/libraries/main.php:2133
5246
- #: app/libraries/main.php:2162 app/libraries/main.php:2191
5247
- #: app/libraries/main.php:2220 app/libraries/main.php:2244
5248
- #: app/libraries/main.php:2288 app/libraries/main.php:2332
5249
- #: app/libraries/main.php:2379 app/libraries/main.php:2425
5250
  msgid "Sort"
5251
  msgstr "Sortieren"
5252
 
5253
- #: app/libraries/main.php:2110 app/libraries/main.php:2139
5254
- #: app/libraries/main.php:2168 app/libraries/main.php:2197
5255
- #: app/libraries/main.php:2250 app/libraries/main.php:2294
5256
- #: app/libraries/main.php:2338 app/libraries/main.php:2385
5257
  msgid "Required Field"
5258
  msgstr "Pflichtfeld"
5259
 
5260
- #: app/libraries/main.php:2116 app/libraries/main.php:2145
5261
- #: app/libraries/main.php:2174 app/libraries/main.php:2203
5262
- #: app/libraries/main.php:2256 app/libraries/main.php:2300
5263
- #: app/libraries/main.php:2344 app/libraries/main.php:2391
5264
  msgid "Insert a label for this field"
5265
  msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
5266
 
5267
- #: app/libraries/main.php:2226
5268
  msgid "HTML and shortcode are allowed."
5269
  msgstr "HTML und shortcodes sind erlaubt."
5270
 
5271
- #: app/libraries/main.php:2269 app/libraries/main.php:2313
5272
- #: app/libraries/main.php:2357
5273
  msgid "Option"
5274
  msgstr "Option"
5275
 
5276
- #: app/libraries/main.php:2391
5277
  #, php-format
5278
  msgid "Instead of %s, the page title with a link will be show."
5279
  msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
5280
 
5281
- #: app/libraries/main.php:2393
5282
  msgid "Agreement Page"
5283
  msgstr "Zustimmungsseite"
5284
 
5285
- #: app/libraries/main.php:2404
5286
  msgid "Checked by default"
5287
  msgstr ""
5288
 
5289
- #: app/libraries/main.php:2405
5290
  msgid "Unchecked by default"
5291
  msgstr ""
5292
 
5293
- #: app/libraries/main.php:2427
5294
  msgid "Insert a label for this option"
5295
  msgstr "Ein neues Label für diese Option einfügen"
5296
 
5297
- #: app/libraries/main.php:2442
5298
  msgid "Free"
5299
  msgstr "kostenfrei"
5300
 
5301
- #: app/libraries/main.php:3094
5302
  #, php-format
5303
  msgid "Copy of %s"
5304
  msgstr "Kopie von %s"
5305
 
5306
- #: app/libraries/main.php:3747
5307
  msgid "Booked an event."
5308
  msgstr "Eine Veranstaltung wurde gebucht."
5309
 
5310
- #: app/libraries/main.php:3788
5311
  #, php-format
5312
  msgid "%s booked %s event."
5313
  msgstr "%s gebuchtes %s Event"
5314
 
5315
- #: app/libraries/main.php:4230
5316
  msgid "Taxonomies"
5317
  msgstr "Klassifizierung "
5318
 
5319
- #: app/libraries/main.php:4232
5320
  msgid "Category Plural Label"
5321
  msgstr "Kategorien"
5322
 
5323
- #: app/libraries/main.php:4233
5324
  msgid "Category Singular Label"
5325
  msgstr "Kategorie"
5326
 
5327
- #: app/libraries/main.php:4234
5328
  msgid "Label Plural Label"
5329
  msgstr "Labels"
5330
 
5331
- #: app/libraries/main.php:4235
5332
  msgid "Label Singular Label"
5333
  msgstr "Label"
5334
 
5335
- #: app/libraries/main.php:4235
5336
  msgid "label"
5337
  msgstr "label"
5338
 
5339
- #: app/libraries/main.php:4236
5340
  msgid "Location Plural Label"
5341
  msgstr "Veranstaltungsorte"
5342
 
5343
- #: app/libraries/main.php:4237
5344
  msgid "Location Singular Label"
5345
  msgstr "Veranstaltungsort"
5346
 
5347
- #: app/libraries/main.php:4238
5348
  msgid "Organizer Plural Label"
5349
  msgstr "Veranstalter"
5350
 
5351
- #: app/libraries/main.php:4239
5352
  msgid "Organizer Singular Label"
5353
  msgstr "Veranstalter"
5354
 
5355
- #: app/libraries/main.php:4240
5356
  #, fuzzy
5357
  #| msgid "Label Plural Label"
5358
  msgid "Speaker Plural Label"
5359
  msgstr "Labels"
5360
 
5361
- #: app/libraries/main.php:4241
5362
  #, fuzzy
5363
  #| msgid "Label Singular Label"
5364
  msgid "Speaker Singular Label"
5365
  msgstr "Label"
5366
 
5367
- #: app/libraries/main.php:4247
5368
  msgid "Sunday abbreviation"
5369
  msgstr "Sonntag Abkürzung"
5370
 
5371
- #: app/libraries/main.php:4248
5372
  msgid "Monday abbreviation"
5373
  msgstr "Montag Abkürzung"
5374
 
5375
- #: app/libraries/main.php:4249
5376
  msgid "Tuesday abbreviation"
5377
  msgstr "Dienstag Abkürzung"
5378
 
5379
- #: app/libraries/main.php:4250
5380
  msgid "Wednesday abbreviation"
5381
  msgstr "Mittwoch Abkürzung"
5382
 
5383
- #: app/libraries/main.php:4251
5384
  msgid "Thursday abbreviation"
5385
  msgstr "Donnerstag Abkürzung"
5386
 
5387
- #: app/libraries/main.php:4252
5388
  msgid "Friday abbreviation"
5389
  msgstr "Freitag Abkürzung"
5390
 
5391
- #: app/libraries/main.php:4253
5392
  msgid "Saturday abbreviation"
5393
  msgstr "Samstag Abkürzung "
5394
 
5395
- #: app/libraries/main.php:4257
5396
  msgid "Others"
5397
  msgstr "Andere"
5398
 
5399
- #: app/libraries/main.php:4259
5400
  msgid "Booking Success Message"
5401
  msgstr "Buchung erfolgreich Mitteilung"
5402
 
5403
- #: app/libraries/main.php:4259
5404
  msgid ""
5405
  "Thanks for your booking. Your tickets booked, booking verification might be "
5406
  "needed, please check your email."
@@ -5408,90 +5421,90 @@ msgstr ""
5408
  "Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
5409
  "Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
5410
 
5411
- #: app/libraries/main.php:4260 app/widgets/single.php:131
5412
  msgid "Register Button"
5413
  msgstr "Register Button"
5414
 
5415
- #: app/libraries/main.php:4260 app/skins/available_spot/tpl.php:198
5416
- #: app/skins/carousel/render.php:128 app/skins/carousel/render.php:153
5417
  #: app/skins/grid/render.php:111 app/skins/grid/render.php:142
5418
  #: app/skins/grid/render.php:174 app/skins/grid/render.php:202
5419
  #: app/skins/list/render.php:94 app/skins/list/render.php:175
5420
  #: app/skins/masonry/render.php:127 app/skins/single/default.php:218
5421
- #: app/skins/single/default.php:220 app/skins/single/default.php:425
5422
- #: app/skins/single/default.php:427 app/skins/single/m1.php:126
5423
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5424
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5425
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5426
- #: app/skins/slider/render.php:130 app/skins/slider/render.php:150
5427
- #: app/skins/slider/render.php:170 app/skins/slider/render.php:201
5428
  msgid "REGISTER"
5429
  msgstr "ANMELDEN"
5430
 
5431
- #: app/libraries/main.php:4261
5432
  msgid "View Detail Button"
5433
  msgstr "Ansicht Detail Button"
5434
 
5435
- #: app/libraries/main.php:4261 app/skins/carousel/render.php:128
5436
- #: app/skins/carousel/render.php:153 app/skins/grid/render.php:111
5437
  #: app/skins/grid/render.php:142 app/skins/grid/render.php:174
5438
  #: app/skins/grid/render.php:202 app/skins/list/render.php:94
5439
  #: app/skins/list/render.php:175 app/skins/masonry/render.php:127
5440
- #: app/skins/slider/render.php:109 app/skins/slider/render.php:130
5441
- #: app/skins/slider/render.php:150 app/skins/slider/render.php:170
5442
- #: app/skins/slider/render.php:201
5443
  msgid "View Detail"
5444
  msgstr "Details "
5445
 
5446
- #: app/libraries/main.php:4262
5447
  msgid "Event Detail Button"
5448
  msgstr "Event Detail Button"
5449
 
5450
- #: app/libraries/main.php:4262 app/skins/countdown/tpl.php:211
5451
  msgid "Event Detail"
5452
  msgstr "Veranstaltungsdetails"
5453
 
5454
- #: app/libraries/main.php:4264
5455
  msgid "More Info Link"
5456
  msgstr "Link Mehr Informationen"
5457
 
5458
- #: app/libraries/main.php:4267
5459
  msgid "Ticket (Singular)"
5460
  msgstr "Ticket"
5461
 
5462
- #: app/libraries/main.php:4268
5463
  msgid "Tickets (Plural)"
5464
  msgstr "Tickets"
5465
 
5466
- #: app/libraries/main.php:4334
5467
  msgid "EventON"
5468
  msgstr "EventON"
5469
 
5470
- #: app/libraries/main.php:4335
5471
  msgid "The Events Calendar"
5472
  msgstr "The Events Calendar"
5473
 
5474
- #: app/libraries/main.php:4336
5475
  msgid "Events Schedule WP Plugin"
5476
  msgstr "Event Zeitplan WP-Plugin"
5477
 
5478
- #: app/libraries/main.php:4337
5479
  msgid "Calendarize It"
5480
  msgstr ""
5481
 
5482
- #: app/libraries/main.php:4411
5483
  msgid "Confirmed"
5484
  msgstr "Bestätigt"
5485
 
5486
- #: app/libraries/main.php:4412
5487
  msgid "Rejected"
5488
  msgstr "Abgelehnt"
5489
 
5490
- #: app/libraries/main.php:4413
5491
  msgid "Pending"
5492
  msgstr "Ausstehend"
5493
 
5494
- #: app/libraries/main.php:4428
5495
  msgid "Waiting"
5496
  msgstr "in Bearbeitung"
5497
 
@@ -5541,12 +5554,16 @@ msgstr "Skin contoller existiert nicht."
5541
 
5542
  #: app/libraries/render.php:436 app/modules/local-time/details.php:47
5543
  #: app/modules/next-event/details.php:97 app/skins/single/default.php:73
5544
- #: app/skins/single/default.php:280 app/skins/single/m1.php:34
5545
  #: app/skins/single/modern.php:169
5546
  msgid "All of the day"
5547
  msgstr "Den ganzen Tag"
5548
 
5549
- #: app/libraries/skins.php:810
 
 
 
 
5550
  msgid "Ignore month and years"
5551
  msgstr "Monat und Jahre ignorieren"
5552
 
@@ -5668,7 +5685,7 @@ msgid "Go to occurrence page"
5668
  msgstr "Zum Event"
5669
 
5670
  #: app/modules/next-event/details.php:91 app/skins/single/default.php:67
5671
- #: app/skins/single/default.php:274 app/skins/single/m1.php:28
5672
  #: app/skins/single/modern.php:163
5673
  msgid "Time"
5674
  msgstr "Uhrzeit"
@@ -5732,7 +5749,7 @@ msgstr "Verfügbare Spot (s):"
5732
  msgid "View All"
5733
  msgstr "Ansicht %s"
5734
 
5735
- #: app/skins/carousel/render.php:168 app/skins/countdown/tpl.php:150
5736
  #: app/skins/countdown/tpl.php:194 app/skins/cover/tpl.php:94
5737
  #: app/skins/list/render.php:111
5738
  msgid "EVENT DETAIL"
@@ -5775,13 +5792,13 @@ msgid "No Events"
5775
  msgstr "Keine Veranstaltungen"
5776
 
5777
  #: app/skins/single.php:209 app/skins/single/default.php:191
5778
- #: app/skins/single/default.php:398 app/skins/single/m1.php:100
5779
  #: app/skins/single/m2.php:32 app/skins/single/modern.php:31
5780
  msgid "Phone"
5781
  msgstr "Phone"
5782
 
5783
  #: app/skins/single.php:223 app/skins/single/default.php:205
5784
- #: app/skins/single/default.php:412 app/skins/single/m1.php:114
5785
  #: app/skins/single/m2.php:46 app/skins/single/modern.php:45
5786
  msgid "Website"
5787
  msgstr "Website"
@@ -5793,16 +5810,16 @@ msgid "Speakers:"
5793
  msgstr "Keine Suchoptionen"
5794
 
5795
  #: app/skins/single/default.php:30 app/skins/single/m1.php:235
5796
- #: app/skins/single/m2.php:164 app/skins/single/modern.php:241
5797
  msgid "Sold out!"
5798
  msgstr "Ausverkauft!"
5799
 
5800
  #: app/skins/single/default.php:40 app/skins/single/m1.php:244
5801
- #: app/skins/single/m2.php:173 app/skins/single/modern.php:251
5802
  msgid "Tags: "
5803
  msgstr "Tags:"
5804
 
5805
- #: app/skins/single/default.php:106 app/skins/single/default.php:313
5806
  #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
5807
  #: app/skins/single/modern.php:121
5808
  msgid "Read More"
2
  msgstr ""
3
  "Project-Id-Version: ME Calender\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-04-14 09:23+0430\n"
6
+ "PO-Revision-Date: 2019-04-14 09:23+0430\n"
7
  "Last-Translator: Jogon <koenig@kafinanz.de>\n"
8
  "Language-Team: German\n"
9
  "Language: de_DE\n"
23
  msgid "Modern Events Calendar"
24
  msgstr "Moderner Event Kalender "
25
 
26
+ #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:212
27
  msgid "Content"
28
  msgstr "Inhalt"
29
 
30
+ #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:337
31
+ #: app/features/mec.php:366 app/features/mec.php:392
32
  msgid "Shortcode"
33
  msgstr "Shortcode"
34
 
55
  msgstr "Alles Auswählen"
56
 
57
  #: app/features/colors.php:50 app/features/fes/form.php:558
58
+ #: app/features/mec/settings.php:1008
59
  msgid "Event Color"
60
  msgstr "Farbe der Veranstaltung"
61
 
62
+ #: app/features/contextual.php:55 app/features/mec.php:323
63
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
64
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
65
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
66
+ #: app/features/mec/styles.php:24 app/features/mec/styling.php:46
67
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
68
  msgid "Settings"
69
  msgstr "Einstellungen"
73
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
74
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
75
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
76
+ #: app/features/mec/styling.php:55 app/features/mec/support.php:29
77
  msgid "Booking Form"
78
  msgstr "Buchungsformular"
79
 
95
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
96
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
97
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
98
+ #: app/features/mec/styles.php:40 app/features/mec/styling.php:62
99
  #: app/features/mec/support.php:36
100
  msgid "Payment Gateways"
101
  msgstr "Zahlungs-Gateways"
114
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
115
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
116
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
117
+ #: app/features/mec/styles.php:49 app/features/mec/styling.php:71
118
  #: app/features/mec/support.php:45
119
  msgid "Notifications"
120
  msgstr "Benachrichtigungen"
200
  msgstr "Allgemeine Einstellungen"
201
 
202
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
203
+ #: app/features/mec/settings.php:529
204
  msgid "Slugs/Permalinks"
205
  msgstr "Slug/Permalinks"
206
 
207
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
208
+ #: app/features/mec/settings.php:549
209
  msgid "Event Details/Single Event Page"
210
  msgstr "Event Details / Einzelveranstaltungsseite"
211
 
212
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
213
+ #: app/features/mec/settings.php:590
214
  msgid "Currency Options"
215
  msgstr "Währungseinstellungen"
216
 
217
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
218
+ #: app/features/mec/settings.php:657
219
  msgid "Google Maps Options"
220
  msgstr "Google Maps Einstellungen"
221
 
222
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
223
+ #: app/features/mec/settings.php:731
224
  msgid "Google Recaptcha Options"
225
  msgstr "Google Recaptcha Einstellungen"
226
 
227
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
228
+ #: app/features/mec/settings.php:849
229
  msgid "Countdown Options"
230
  msgstr "Countdown Einstellungsoptionen"
231
 
232
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
233
+ #: app/features/mec/settings.php:870
234
  msgid "Social Networks"
235
  msgstr "Soziale Netzwerke"
236
 
237
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
238
+ #: app/features/mec/settings.php:895
239
  msgid "Next Event Module"
240
  msgstr "Nächstes Veranstaltung Modul"
241
 
242
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
243
+ #: app/features/mec/settings.php:923
244
  msgid "Frontend Event Submission"
245
  msgstr "Erstellung von Veranstaltungen im Frontend"
246
 
250
  msgstr "Herausgenommene Tage "
251
 
252
  #: app/features/contextual.php:308 app/features/events.php:263
253
+ #: app/features/mec/settings.php:162 app/features/mec/settings.php:1109
254
  msgid "Booking"
255
  msgstr "Buchung / Reservierung"
256
 
257
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
258
+ #: app/features/mec/settings.php:1199
259
  msgid "Coupons"
260
  msgstr "Gutscheine"
261
 
262
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
263
+ #: app/features/mec/settings.php:1340
264
  msgid "BuddyPress Integration"
265
  msgstr "Buddy Press Integration"
266
 
267
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
268
+ #: app/features/mec/settings.php:1370
269
  msgid "Mailchimp Integration"
270
  msgstr "Mailchimp Integration"
271
 
288
  msgid "Event"
289
  msgstr "Veranstaltung"
290
 
291
+ #: app/features/events.php:134 app/features/mec.php:309
292
  msgid "Add Event"
293
  msgstr "Veranstaltung hinzufügen"
294
 
328
  #: app/features/mec/meta_boxes/search_form.php:292
329
  #: app/features/mec/meta_boxes/search_form.php:332
330
  #: app/features/mec/meta_boxes/search_form.php:379
331
+ #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4243
332
+ #: app/libraries/skins.php:716 app/skins/single/default.php:156
333
+ #: app/skins/single/default.php:367 app/skins/single/m1.php:169
334
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
335
  msgid "Category"
336
  msgstr "Kategorie"
337
 
338
  #: app/features/events.php:153 app/features/fes/form.php:510
339
+ #: app/features/mec.php:311 app/features/mec/meta_boxes/filter.php:70
340
+ #: app/libraries/main.php:4242
341
  msgid "Categories"
342
  msgstr "Kategorien"
343
 
409
  msgid "Event Details"
410
  msgstr "Veranstaltungsdetails"
411
 
412
+ #: app/features/events.php:296 app/features/events.php:1974
413
+ #: app/features/events.php:2018 app/features/fes/form.php:471
414
  #: app/features/ix.php:2719 app/features/ix.php:2760
415
+ #: app/features/mec/settings.php:984 app/libraries/main.php:4275
416
  #: app/widgets/single.php:103
417
  msgid "Event Cost"
418
  msgstr ""
419
  "Bruttopreis des Events in Euro, 0 für kostenlos oder z.B. 39, ohne €-Zeichen"
420
 
421
  #: app/features/events.php:299 app/features/fes/form.php:474
422
+ #: app/libraries/main.php:4276 app/skins/single/default.php:91
423
+ #: app/skins/single/default.php:302 app/skins/single/m1.php:49
424
  #: app/skins/single/modern.php:184
425
  msgid "Cost"
426
  msgstr " Preis"
444
  #: app/features/fes/form.php:429 app/features/mec/regform.php:137
445
  #: app/features/organizers.php:110 app/features/organizers.php:150
446
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
447
+ #: app/features/speakers.php:179 app/libraries/main.php:1084
448
+ #: app/libraries/main.php:1165 app/libraries/main.php:2136
449
  #: app/libraries/notifications.php:560 app/modules/booking/steps/form.php:31
450
  #: app/modules/booking/steps/form.php:32 app/skins/single.php:216
451
+ #: app/skins/single/default.php:198 app/skins/single/default.php:409
452
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
453
  #: app/skins/single/modern.php:38
454
  msgid "Email"
459
  msgstr "Datum und Uhrzeit"
460
 
461
  #: app/features/events.php:389 app/features/events.php:393
462
+ #: app/features/events.php:1795 app/features/events.php:1974
463
+ #: app/features/events.php:2018 app/features/fes/form.php:227
464
  #: app/features/fes/form.php:231 app/features/ix.php:2719
465
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
466
  #: app/features/mec/dashboard.php:298
495
  msgstr "PM"
496
 
497
  #: app/features/events.php:429 app/features/events.php:433
498
+ #: app/features/events.php:1796 app/features/events.php:1974
499
+ #: app/features/events.php:2018 app/features/fes/form.php:267
500
  #: app/features/fes/form.php:271 app/features/ix.php:2719
501
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
502
  #: app/features/mec/dashboard.php:299
520
  msgstr "z.B. MEZ "
521
 
522
  #: app/features/events.php:479 app/features/fes/form.php:317
523
+ #, fuzzy
524
+ #| msgid ""
525
+ #| "It shows next to event time on calendar. You can insert Timezone etc. in "
526
+ #| "this field."
527
  msgid ""
528
+ "It shows next to event time on single event page. You can insert Timezone "
529
+ "etc. in this field."
530
  msgstr ""
531
  "Neben der Zeit im Kalender wird diese Angabe angezeigt. In diesem Feld "
532
  "können Sie z.B. eine Zeitzone wie z.B. \"MEZ\" usw. einfügen. "
588
  msgstr "Wochentage"
589
 
590
  #: app/features/events.php:507 app/features/fes/form.php:345
591
+ #: app/libraries/main.php:406
592
  msgid "Monday"
593
  msgstr "Montag"
594
 
595
  #: app/features/events.php:508 app/features/fes/form.php:346
596
+ #: app/libraries/main.php:406
597
  msgid "Tuesday"
598
  msgstr "Dienstag"
599
 
600
  #: app/features/events.php:509 app/features/fes/form.php:347
601
+ #: app/libraries/main.php:406
602
  msgid "Wednesday"
603
  msgstr "Mittwoch"
604
 
605
  #: app/features/events.php:510 app/features/fes/form.php:348
606
+ #: app/libraries/main.php:406
607
  msgid "Thursday"
608
  msgstr "Donnerstag"
609
 
610
  #: app/features/events.php:511 app/features/fes/form.php:349
611
+ #: app/libraries/main.php:406
612
  msgid "Friday"
613
  msgstr "Freitag"
614
 
615
  #: app/features/events.php:512 app/features/fes/form.php:350
616
+ #: app/libraries/main.php:406
617
  msgid "Saturday"
618
  msgstr "Samstag"
619
 
620
  #: app/features/events.php:513 app/features/fes/form.php:351
621
+ #: app/libraries/main.php:406
622
  msgid "Sunday"
623
  msgstr "Sonntag"
624
 
682
  msgstr "Ausschluss bestimmter Tage"
683
 
684
  #: app/features/events.php:591 app/features/fes/form.php:356
685
+ #: app/features/profile/profile.php:31 app/libraries/main.php:1651
686
  #: app/modules/booking/steps/tickets.php:22
687
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
688
+ #: app/skins/single/default.php:266 app/skins/single/m1.php:16
689
  #: app/skins/single/modern.php:151
690
  msgid "Date"
691
  msgstr "Datum"
700
  msgid "Day 1"
701
  msgstr ""
702
 
703
+ #: app/features/events.php:650 app/features/mec/settings.php:1038
704
  #: app/skins/single.php:246
705
  msgid "Hourly Schedule"
706
  msgstr "Stundenplan"
723
  #: app/features/events.php:663 app/features/events.php:676
724
  #: app/features/events.php:696 app/features/events.php:718
725
  #: app/features/events.php:734 app/features/events.php:1156
726
+ #: app/features/events.php:1178 app/features/events.php:1792
727
+ #: app/features/events.php:1974 app/features/events.php:2018
728
  #: app/features/fes/form.php:216 app/features/ix.php:2719
729
+ #: app/features/ix.php:2760 app/features/mec/settings.php:1300
730
+ #: app/features/mec/settings.php:1320 app/features/mec/styling.php:194
731
  msgid "Title"
732
  msgstr "Titel"
733
 
738
  #: app/features/events.php:1013 app/features/events.php:1030
739
  #: app/features/events.php:1089 app/features/events.php:1114
740
  #: app/features/events.php:1167 app/features/events.php:1189
741
+ #: app/features/fes/list.php:72 app/features/mec/settings.php:1249
742
+ #: app/features/mec/settings.php:1272 app/features/mec/settings.php:1311
743
+ #: app/features/mec/settings.php:1331 app/libraries/main.php:2115
744
+ #: app/libraries/main.php:2144 app/libraries/main.php:2173
745
+ #: app/libraries/main.php:2202 app/libraries/main.php:2224
746
+ #: app/libraries/main.php:2255 app/libraries/main.php:2299
747
+ #: app/libraries/main.php:2343 app/libraries/main.php:2390
748
+ #: app/libraries/main.php:2428
749
  msgid "Remove"
750
  msgstr "Entfernen"
751
 
771
 
772
  #: app/features/events.php:681 app/features/events.php:701
773
  #: app/features/events.php:739 app/features/fes/form.php:603
774
+ #: app/features/mec.php:319 app/features/mec/settings.php:78
775
+ #: app/features/mec/settings.php:1032 app/features/speakers.php:57
776
+ #: app/libraries/main.php:4250 app/modules/speakers/details.php:18
777
  msgid "Speakers"
778
  msgstr ""
779
 
782
  msgstr ""
783
 
784
  #: app/features/events.php:766 app/features/fes/form.php:448
785
+ #: app/features/mec/settings.php:978
786
  msgid "Event Links"
787
  msgstr "Veranstaltungslinks"
788
 
789
  #: app/features/events.php:768 app/features/fes/form.php:450
790
+ #: app/libraries/main.php:4273
791
  msgid "Event Link"
792
  msgstr "Veranstaltungslink"
793
 
806
  "einschließlich http(s)://"
807
 
808
  #: app/features/events.php:773 app/features/fes/form.php:455
809
+ #: app/libraries/main.php:4274 app/skins/single/default.php:105
810
+ #: app/skins/single/default.php:316 app/skins/single/m1.php:190
811
  #: app/skins/single/m2.php:123 app/skins/single/modern.php:120
812
  #: app/widgets/single.php:107
813
  msgid "More Info"
852
  msgstr "z.B. 100"
853
 
854
  #: app/features/events.php:836 app/libraries/book.php:60
855
+ #: app/libraries/main.php:4278 app/modules/booking/steps/tickets.php:40
856
  msgid "Tickets"
857
  msgstr "Tickets"
858
 
868
  msgstr "Ticket Name"
869
 
870
  #: app/features/events.php:854 app/features/events.php:957
871
+ #: app/features/events.php:1974 app/features/events.php:2018
872
  #: app/features/ix.php:2719 app/features/ix.php:2760
873
  msgid "Start Time"
874
  msgstr "Uhrzeit des Beginns"
875
 
876
  #: app/features/events.php:872 app/features/events.php:975
877
+ #: app/features/events.php:1974 app/features/events.php:2018
878
  #: app/features/ix.php:2719 app/features/ix.php:2760
879
  msgid "End Time"
880
  msgstr "Uhrzeit Ende"
882
  #: app/features/events.php:895 app/features/events.php:924
883
  #: app/features/events.php:938 app/features/events.php:998
884
  #: app/features/events.php:1028 app/features/events.php:1160
885
+ #: app/features/events.php:1182 app/features/mec/settings.php:1304
886
+ #: app/features/mec/settings.php:1324
887
  msgid "Price"
888
  msgstr "Preis"
889
 
920
  #: app/features/mec/meta_boxes/search_form.php:313
921
  #: app/features/mec/meta_boxes/search_form.php:353
922
  #: app/features/mec/meta_boxes/search_form.php:400
923
+ #: app/features/mec/meta_boxes/search_form.php:447 app/libraries/skins.php:794
924
  msgid "Label"
925
  msgstr "Label"
926
 
934
  msgstr "Aus den globalen Einstellungen übernehmen"
935
 
936
  #: app/features/events.php:1075 app/features/events.php:1100
937
+ #: app/features/mec/settings.php:1235 app/features/mec/settings.php:1258
938
  msgid "Fee Title"
939
  msgstr "Gebühren Name"
940
 
941
  #: app/features/events.php:1079 app/features/events.php:1104
942
+ #: app/features/mec/settings.php:1239 app/features/mec/settings.php:1262
943
  msgid "Amount"
944
  msgstr "Betrag"
945
 
946
  #: app/features/events.php:1080 app/features/events.php:1105
947
+ #: app/features/mec/settings.php:1240 app/features/mec/settings.php:1263
948
  msgid ""
949
  "Fee amount, considered as fixed amount if you set the type to amount "
950
  "otherwise considered as percentage"
953
  "sonst als Prozentsatz"
954
 
955
  #: app/features/events.php:1084 app/features/events.php:1109
956
+ #: app/features/mec/settings.php:1244 app/features/mec/settings.php:1267
957
  msgid "Percent"
958
  msgstr "Prozent"
959
 
960
  #: app/features/events.php:1085 app/features/events.php:1110
961
+ #: app/features/mec/settings.php:1245 app/features/mec/settings.php:1268
962
  msgid "Amount (Per Ticket)"
963
  msgstr "Betrag (pro Ticket)"
964
 
965
  #: app/features/events.php:1086 app/features/events.php:1111
966
+ #: app/features/mec/settings.php:1246 app/features/mec/settings.php:1269
967
  msgid "Amount (Per Booking)"
968
  msgstr "Betrag (pro Buchung)"
969
 
970
+ #: app/features/events.php:1140 app/features/mec/settings.php:1056
971
  msgid "Ticket Variations / Options"
972
  msgstr ""
973
 
974
  #: app/features/events.php:1161 app/features/events.php:1183
975
+ #: app/features/mec/settings.php:1305 app/features/mec/settings.php:1325
976
  #, fuzzy
977
  #| msgid "Option"
978
  msgid "Option Price"
979
  msgstr "Option"
980
 
981
  #: app/features/events.php:1164 app/features/events.php:1186
982
+ #: app/features/mec/settings.php:1308 app/features/mec/settings.php:1328
983
  #, fuzzy
984
  #| msgid "Amount (Per Ticket)"
985
  msgid "Maximum Per Ticket"
986
  msgstr "Betrag (pro Ticket)"
987
 
988
  #: app/features/events.php:1165 app/features/events.php:1187
989
+ #: app/features/mec/settings.php:1309 app/features/mec/settings.php:1329
990
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
991
  msgstr ""
992
 
993
  #: app/features/events.php:1249 app/features/mec/regform.php:136
994
+ #: app/libraries/main.php:2107
995
  msgid "Text"
996
  msgstr "Text"
997
 
998
  #: app/features/events.php:1251 app/features/mec/regform.php:138
999
  #: app/features/organizers.php:102 app/features/organizers.php:146
1000
  #: app/features/speakers.php:111 app/features/speakers.php:175
1001
+ #: app/features/speakers.php:244 app/libraries/main.php:2165
1002
  msgid "Tel"
1003
  msgstr "Tel"
1004
 
1005
  #: app/features/events.php:1252 app/features/mec/regform.php:139
1006
+ #: app/libraries/main.php:2194
1007
  msgid "Textarea"
1008
  msgstr "Textbereich"
1009
 
1010
  #: app/features/events.php:1253 app/features/mec/regform.php:140
1011
+ #: app/libraries/main.php:2247
1012
  msgid "Checkboxes"
1013
  msgstr "Checkboxes"
1014
 
1015
  #: app/features/events.php:1254 app/features/mec/regform.php:141
1016
+ #: app/libraries/main.php:2291
1017
  msgid "Radio Buttons"
1018
  msgstr "Radio Buttons"
1019
 
1063
  #: app/features/mec/meta_boxes/search_form.php:443
1064
  #: app/features/mec/meta_boxes/search_form.php:450
1065
  #: app/features/mec/meta_boxes/search_form.php:457
1066
+ #: app/features/mec/regform.php:142 app/libraries/main.php:2335
1067
  msgid "Dropdown"
1068
  msgstr "Dropdown"
1069
 
1070
  #: app/features/events.php:1256 app/features/mec/regform.php:143
1071
+ #: app/libraries/main.php:2382
1072
  msgid "Agreement"
1073
  msgstr "Zustimmung"
1074
 
1075
  #: app/features/events.php:1257 app/features/mec/regform.php:144
1076
+ #: app/libraries/main.php:2223
1077
  msgid "Paragraph"
1078
  msgstr "Absatz"
1079
 
1080
+ #: app/features/events.php:1738 app/features/events.php:1753
1081
+ #: app/features/events.php:1767
1082
  #, php-format
1083
  msgid "Show all %s"
1084
  msgstr "Zeige alle %s"
1085
 
1086
+ #: app/features/events.php:1738
1087
  msgid "labels"
1088
  msgstr "Labels + Eventstatus"
1089
 
1090
+ #: app/features/events.php:1753
1091
  msgid "locations"
1092
  msgstr "Orte"
1093
 
1094
+ #: app/features/events.php:1767
1095
  msgid "organizers"
1096
  msgstr "Veranstalter"
1097
 
1098
+ #: app/features/events.php:1793 app/features/events.php:1974
1099
+ #: app/features/events.php:2018 app/features/ix.php:2719
1100
  #: app/features/ix.php:2760 app/features/locations.php:58
1101
  #: app/features/locations.php:229 app/features/locations.php:281
1102
  #: app/features/locations.php:283
1109
  #: app/features/mec/meta_boxes/search_form.php:299
1110
  #: app/features/mec/meta_boxes/search_form.php:339
1111
  #: app/features/mec/meta_boxes/search_form.php:386
1112
+ #: app/features/mec/meta_boxes/search_form.php:433 app/libraries/main.php:1645
1113
+ #: app/libraries/main.php:4247 app/libraries/skins.php:742
1114
+ #: app/skins/single/default.php:141 app/skins/single/default.php:352
1115
  #: app/skins/single/m1.php:154 app/skins/single/m2.php:86
1116
  #: app/skins/single/modern.php:83
1117
  msgid "Location"
1118
  msgstr "Ort"
1119
 
1120
+ #: app/features/events.php:1794 app/features/events.php:1974
1121
+ #: app/features/events.php:2018 app/features/ix.php:2719
1122
  #: app/features/ix.php:2760 app/features/mec/meta_boxes/display_options.php:662
1123
  #: app/features/mec/meta_boxes/search_form.php:45
1124
  #: app/features/mec/meta_boxes/search_form.php:92
1131
  #: app/features/mec/meta_boxes/search_form.php:440
1132
  #: app/features/organizers.php:58 app/features/organizers.php:199
1133
  #: app/features/organizers.php:255 app/features/organizers.php:257
1134
+ #: app/libraries/main.php:4249 app/libraries/skins.php:768
1135
+ #: app/skins/single/default.php:181 app/skins/single/default.php:392
1136
  #: app/skins/single/m1.php:90 app/skins/single/m2.php:22
1137
  #: app/skins/single/modern.php:21
1138
  msgid "Organizer"
1139
  msgstr "Veranstalter"
1140
 
1141
+ #: app/features/events.php:1798
1142
  msgid "Repeat"
1143
  msgstr "Wiederholen"
1144
 
1145
+ #: app/features/events.php:1799
1146
  msgid "Author"
1147
  msgstr "Autor"
1148
 
1149
+ #: app/features/events.php:1909 app/features/events.php:1910
1150
  msgid "iCal Export"
1151
  msgstr "ical Export"
1152
 
1153
+ #: app/features/events.php:1912 app/features/events.php:1913
1154
  msgid "CSV Export"
1155
  msgstr "CSV Export"
1156
 
1157
+ #: app/features/events.php:1915 app/features/events.php:1916
1158
  msgid "MS Excel Export"
1159
  msgstr "MS Excel Export"
1160
 
1161
+ #: app/features/events.php:1918 app/features/events.php:1919
1162
  msgid "XML Export"
1163
  msgstr "XML Export"
1164
 
1165
+ #: app/features/events.php:1921 app/features/events.php:1922
1166
  msgid "JSON Export"
1167
  msgstr "JSON Export"
1168
 
1169
+ #: app/features/events.php:1924 app/features/events.php:1925
1170
  msgid "Duplicate"
1171
  msgstr "Kopie"
1172
 
1173
+ #: app/features/events.php:1974 app/features/events.php:2018
1174
  #: app/features/ix.php:2719 app/features/ix.php:2760
1175
  #: app/features/labels.php:176 app/features/locations.php:228
1176
  #: app/features/organizers.php:198 app/features/speakers.php:241
1177
  msgid "ID"
1178
  msgstr "ID"
1179
 
1180
+ #: app/features/events.php:1974 app/features/events.php:2018
1181
  #: app/features/ix.php:2719 app/features/ix.php:2760
1182
  msgid "Link"
1183
  msgstr "Link"
1184
 
1185
+ #: app/features/events.php:1974 app/features/events.php:2018
1186
  #, php-format
1187
  msgid "%s Tel"
1188
  msgstr "%s Tel"
1189
 
1190
+ #: app/features/events.php:1974 app/features/events.php:2018
1191
  #, php-format
1192
  msgid "%s Email"
1193
  msgstr "%s Email"
1237
  msgid "Please fill event title field!"
1238
  msgstr "Bitte füllen Sie das Event Titelfeld"
1239
 
1240
+ #: app/features/fes.php:799
1241
  msgid "The event submitted. It will publish as soon as possible."
1242
  msgstr ""
1243
  "Die Veranstaltung wurde übermittelt. Sie wird sobald wie möglich "
1244
  "veröffentlicht werden."
1245
 
1246
+ #: app/features/fes.php:800
1247
  msgid "The event published."
1248
  msgstr "Die Veranstaltung wurde veröffentlicht."
1249
 
1267
  msgid "eg. John Smith"
1268
  msgstr "z.B. Max Mustermann"
1269
 
1270
+ #: app/features/fes/form.php:488 app/features/mec/settings.php:990
1271
  msgid "Featured Image"
1272
  msgstr "Ausgewähltes Bild"
1273
 
1276
  msgstr "Bild entfernen"
1277
 
1278
  #: app/features/fes/form.php:535 app/features/labels.php:61
1279
+ #: app/features/labels.php:220 app/features/mec.php:312
1280
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4244
1281
+ #: app/skins/single/default.php:120 app/skins/single/default.php:331
1282
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:199
1283
  msgid "Labels"
1284
  msgstr "Labels"
1285
 
1286
+ #: app/features/fes/form.php:580 app/features/mec.php:310
1287
  #: app/features/mec/meta_boxes/filter.php:138
1288
  msgid "Tags"
1289
  msgstr "Schlagworte"
1322
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1323
  #: app/features/mec/notifications.php:76 app/features/mec/regform.php:75
1324
  #: app/features/mec/settings.php:249 app/features/mec/styles.php:77
1325
+ #: app/features/mec/styling.php:99 app/features/mec/support.php:73
1326
  msgid "Import / Export"
1327
  msgstr "Import / Export"
1328
 
1498
  "Dies wird alle Ihre Eventdaten von der Webseite in Ihr gewünschtes Format "
1499
  "exportieren."
1500
 
1501
+ #: app/features/ix/export.php:25 app/features/mec/settings.php:779
1502
  msgid "iCal"
1503
  msgstr "iCal"
1504
 
1608
  msgid "Add to Google Calendar"
1609
  msgstr "Zum Google Kalender hinzufügen"
1610
 
1611
+ #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1481
1612
  msgid "Checking ..."
1613
  msgstr "Überprüfung"
1614
 
1652
  msgid "ICS Feed"
1653
  msgstr ""
1654
 
1655
+ #: app/features/ix/import.php:46 app/features/mec/settings.php:660
1656
+ #: app/features/mec/settings.php:810 app/features/mec/settings.php:828
1657
+ #: app/features/mec/settings.php:1112 app/features/mec/settings.php:1202
1658
+ #: app/features/mec/settings.php:1219 app/features/mec/settings.php:1284
1659
  #, php-format
1660
  msgid "%s is required to use this feature."
1661
  msgstr ""
1667
  #: app/features/mec/meta_boxes/display_options.php:578
1668
  #: app/features/mec/meta_boxes/display_options.php:628
1669
  #: app/features/mec/meta_boxes/display_options.php:766
1670
+ #: app/features/mec/settings.php:660 app/features/mec/settings.php:810
1671
+ #: app/features/mec/settings.php:828 app/features/mec/settings.php:1112
1672
+ #: app/features/mec/settings.php:1202 app/features/mec/settings.php:1219
1673
+ #: app/features/mec/settings.php:1284
1674
  msgid "Pro version of Modern Events Calendar"
1675
  msgstr ""
1676
 
2012
 
2013
  #: app/features/labels.php:116 app/features/labels.php:141
2014
  #: app/skins/agenda/render.php:36 app/skins/available_spot/tpl.php:31
2015
+ #: app/skins/carousel/render.php:58 app/skins/countdown/tpl.php:24
2016
  #: app/skins/cover/tpl.php:27 app/skins/daily_view/render.php:22
2017
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2018
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2026
  msgstr "Ausgewähltes Bild"
2027
 
2028
  #: app/features/labels.php:117 app/features/labels.php:142
2029
+ #: app/libraries/main.php:4437 app/skins/agenda/render.php:40
2030
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
2031
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:31
2032
  #: app/skins/daily_view/render.php:26 app/skins/grid/render.php:53
2033
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2059
  msgid "Event %s"
2060
  msgstr "Event %s"
2061
 
2062
+ #: app/features/locations.php:59 app/features/mec.php:313
2063
  #: app/features/mec/dashboard.php:171 app/features/mec/meta_boxes/filter.php:87
2064
+ #: app/libraries/main.php:4246
2065
  msgid "Locations"
2066
  msgstr "Orte"
2067
 
2135
  "z.B. Karlsruhe Schlosshotel oder Frankfurt Allianz oder Dortmund "
2136
  "Westfalenhalle"
2137
 
2138
+ #: app/features/locations.php:298 app/features/mec/settings.php:1020
2139
  #: app/widgets/single.php:115
2140
  msgid "Event Location"
2141
  msgstr "Veranstaltungsort"
2168
  msgid "Don't show map in single event page"
2169
  msgstr "Karte in Einzelansicht nicht anzeigen"
2170
 
2171
+ #: app/features/mec.php:148
2172
  msgid ""
2173
  "Activation faild. Please check your purchase code or license type."
2174
  "<br><b>Note: Your purchase code should match your licesne type.</b>"
2175
  msgstr ""
2176
 
2177
+ #: app/features/mec.php:148
2178
  msgid "Troubleshooting"
2179
  msgstr ""
2180
 
2181
+ #: app/features/mec.php:188
2182
  msgid ""
2183
  "Your options is not in JSON format. Please insert correct options in this "
2184
  "field and try again."
2185
  msgstr ""
2186
 
2187
+ #: app/features/mec.php:195
2188
  #, fuzzy
2189
  #| msgid "Your booking cannot verify!"
2190
  msgid "Your options field can not be empty!"
2191
  msgstr "Ihre Buchung kann nicht verifiziert werden!"
2192
 
2193
+ #: app/features/mec.php:201
2194
  #, fuzzy
2195
  #| msgid "Your booking successfully verified."
2196
  msgid "Your options imported successfuly."
2197
  msgstr "Ihre Buchung wurde erfolgreich verifiziert."
2198
 
2199
+ #: app/features/mec.php:294
2200
  #, fuzzy
2201
  #| msgid "Support"
2202
  msgid "MEC - Support"
2203
  msgstr "Support"
2204
 
2205
+ #: app/features/mec.php:294 app/features/mec/gateways.php:84
2206
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2207
  #: app/features/mec/notifications.php:83 app/features/mec/regform.php:82
2208
  #: app/features/mec/settings.php:256 app/features/mec/styles.php:84
2209
+ #: app/features/mec/styling.php:106 app/features/mec/support-page.php:9
2210
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2211
  msgid "Support"
2212
  msgstr "Support"
2213
 
2214
+ #: app/features/mec.php:314 app/features/mec/dashboard.php:178
2215
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2216
+ #: app/libraries/main.php:4248
2217
  msgid "Organizers"
2218
  msgstr "Veranstalter"
2219
 
2220
+ #: app/features/mec.php:322 app/features/mec.php:336
2221
  #: app/features/mec/dashboard.php:164
2222
  msgid "Shortcodes"
2223
  msgstr "Shortcodes"
2224
 
2225
+ #: app/features/mec.php:323
2226
  msgid "MEC - Settings"
2227
  msgstr "MEC - Einstellungen"
2228
 
2229
+ #: app/features/mec.php:338
2230
  msgid "Add Shortcode"
2231
  msgstr "Shortcode hinzufügen"
2232
 
2233
+ #: app/features/mec.php:339
2234
  msgid "Add New Shortcode"
2235
  msgstr "Neuen Shortcode hinzufügen"
2236
 
2237
+ #: app/features/mec.php:340
2238
  msgid "No shortcodes found!"
2239
  msgstr "Keine Shortcodes gefunden!"
2240
 
2241
+ #: app/features/mec.php:341
2242
  msgid "All Shortcodes"
2243
  msgstr "Alle Shortcodes"
2244
 
2245
+ #: app/features/mec.php:342
2246
  msgid "Edit shortcodes"
2247
  msgstr "Shortcode ändern"
2248
 
2249
+ #: app/features/mec.php:343
2250
  msgid "No shortcodes found in Trash!"
2251
  msgstr "Keine Shortcodes im Papierkorb gefunden!"
2252
 
2253
+ #: app/features/mec.php:390
2254
  msgid "Display Options"
2255
  msgstr "Darstellungsoptionen"
2256
 
2257
+ #: app/features/mec.php:391
2258
  msgid "Filter Options"
2259
  msgstr "Filteroptionen"
2260
 
2261
+ #: app/features/mec.php:393
2262
  msgid "Search Form"
2263
  msgstr "Suche Formular"
2264
 
2265
+ #: app/features/mec.php:720
2266
  msgid "Display content's images as Popup"
2267
  msgstr ""
2268
 
2269
+ #: app/features/mec.php:733
2270
  msgid "Single Event Display Method"
2271
  msgstr "Single Event Anzeigemethode"
2272
 
2273
+ #: app/features/mec.php:738
2274
  msgid "Separate Window"
2275
  msgstr "Separates Fenster"
2276
 
2277
+ #: app/features/mec.php:739
2278
  msgid "Modal 1"
2279
  msgstr "Modal 1"
2280
 
2331
  "code."
2332
  msgstr ""
2333
 
2334
+ #: app/features/mec/dashboard.php:189 app/features/mec/settings.php:507
2335
  msgid "Upcoming Events"
2336
  msgstr "Bevorstehende Events"
2337
 
2380
  msgid "Change Log"
2381
  msgstr "Änderungsprotokoll"
2382
 
2383
+ #: app/features/mec/gateways.php:11 app/features/mec/gateways.php:111
2384
+ #: app/features/mec/gateways.php:120 app/features/mec/gateways.php:161
2385
+ #: app/features/mec/gateways.php:171 app/features/mec/messages.php:11
2386
+ #: app/features/mec/messages.php:118 app/features/mec/messages.php:127
2387
+ #: app/features/mec/messages.php:161 app/features/mec/messages.php:170
2388
+ #: app/features/mec/notifications.php:10 app/features/mec/notifications.php:374
2389
+ #: app/features/mec/notifications.php:383
2390
+ #: app/features/mec/notifications.php:437
2391
+ #: app/features/mec/notifications.php:446 app/features/mec/regform.php:11
2392
+ #: app/features/mec/regform.php:150 app/features/mec/regform.php:193
2393
+ #: app/features/mec/regform.php:229 app/features/mec/regform.php:238
2394
+ #: app/features/mec/settings.php:28 app/features/mec/settings.php:1407
2395
+ #: app/features/mec/settings.php:1417 app/features/mec/settings.php:1498
2396
+ #: app/features/mec/settings.php:1512 app/features/mec/styles.php:11
2397
+ #: app/features/mec/styles.php:103 app/features/mec/styles.php:112
2398
+ #: app/features/mec/styles.php:149 app/features/mec/styles.php:158
2399
+ #: app/features/mec/styling.php:33 app/features/mec/styling.php:304
2400
+ #: app/features/mec/styling.php:313 app/features/mec/styling.php:376
2401
+ #: app/features/mec/styling.php:385
2402
+ msgid "Save Changes"
2403
+ msgstr "Änderungen sichern"
2404
+
2405
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2406
  #: app/features/mec/messages.php:56 app/features/mec/notifications.php:55
2407
  #: app/features/mec/regform.php:54 app/features/mec/settings.php:228
2408
+ #: app/features/mec/styles.php:56 app/features/mec/styling.php:78
2409
  #: app/features/mec/support.php:52
2410
  msgid "Styling Options"
2411
  msgstr "Styling-Optionen"
2413
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2414
  #: app/features/mec/messages.php:63 app/features/mec/notifications.php:62
2415
  #: app/features/mec/regform.php:61 app/features/mec/settings.php:235
2416
+ #: app/features/mec/styles.php:63 app/features/mec/styling.php:85
2417
  #: app/features/mec/support.php:59
2418
  msgid "Custom CSS"
2419
  msgstr "Custom CSS"
2422
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2423
  #: app/features/mec/notifications.php:69 app/features/mec/regform.php:68
2424
  #: app/features/mec/settings.php:242 app/features/mec/styles.php:70
2425
+ #: app/features/mec/styling.php:92 app/features/mec/support.php:66
2426
  msgid "Messages"
2427
  msgstr "Nachrichten"
2428
 
2429
+ #: app/features/mec/gateways.php:140 app/features/mec/messages.php:145
2430
+ #: app/features/mec/notifications.php:421 app/features/mec/regform.php:213
2431
+ #: app/features/mec/settings.php:1476 app/features/mec/styles.php:132
2432
+ #: app/features/mec/styling.php:358
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2433
  msgid "Saved"
2434
  msgstr "Gesichert"
2435
 
2436
+ #: app/features/mec/gateways.php:141 app/features/mec/messages.php:146
2437
+ #: app/features/mec/notifications.php:422 app/features/mec/regform.php:214
2438
+ #: app/features/mec/settings.php:1477 app/features/mec/styles.php:133
2439
+ #: app/features/mec/styling.php:359
2440
  msgid "Settings Saved!"
2441
  msgstr ""
2442
 
2488
  #: app/features/mec/meta_boxes/display_options.php:129
2489
  #: app/features/mec/meta_boxes/display_options.php:431
2490
  #: app/features/mec/meta_boxes/display_options.php:686
2491
+ #: app/features/mec/settings.php:383 app/features/mec/settings.php:407
2492
+ #: app/features/mec/settings.php:416 app/features/mec/settings.php:451
2493
+ #: app/features/mec/settings.php:475 app/features/mec/settings.php:484
2494
  msgid "Classic"
2495
  msgstr "Klassisch"
2496
 
2497
  #: app/features/mec/meta_boxes/display_options.php:35
2498
  #: app/features/mec/meta_boxes/display_options.php:131
2499
+ #: app/features/mec/settings.php:408 app/features/mec/settings.php:418
2500
+ #: app/features/mec/settings.php:476 app/features/mec/settings.php:486
2501
  msgid "Minimal"
2502
  msgstr "Minimal"
2503
 
2507
  #: app/features/mec/meta_boxes/display_options.php:433
2508
  #: app/features/mec/meta_boxes/display_options.php:585
2509
  #: app/features/mec/meta_boxes/display_options.php:688
2510
+ #: app/features/mec/settings.php:385 app/features/mec/settings.php:398
2511
+ #: app/features/mec/settings.php:409 app/features/mec/settings.php:419
2512
+ #: app/features/mec/settings.php:453 app/features/mec/settings.php:466
2513
+ #: app/features/mec/settings.php:477 app/features/mec/settings.php:487
2514
  msgid "Modern"
2515
  msgstr "Modern"
2516
 
2517
  #: app/features/mec/meta_boxes/display_options.php:37
2518
+ #: app/features/mec/settings.php:410 app/features/mec/settings.php:478
2519
  msgid "Standard"
2520
  msgstr "Standard"
2521
 
2522
  #: app/features/mec/meta_boxes/display_options.php:38
2523
+ #: app/features/mec/settings.php:411 app/features/mec/settings.php:479
2524
  msgid "Accordion"
2525
  msgstr "Accordion"
2526
 
2717
  #: app/features/mec/meta_boxes/display_options.php:432
2718
  #: app/features/mec/meta_boxes/display_options.php:586
2719
  #: app/features/mec/meta_boxes/display_options.php:687
2720
+ #: app/features/mec/settings.php:384 app/features/mec/settings.php:399
2721
+ #: app/features/mec/settings.php:417 app/features/mec/settings.php:452
2722
+ #: app/features/mec/settings.php:467 app/features/mec/settings.php:485
2723
  msgid "Clean"
2724
  msgstr "Clean"
2725
 
2726
  #: app/features/mec/meta_boxes/display_options.php:133
2727
  #: app/features/mec/meta_boxes/display_options.php:309
2728
  #: app/features/mec/meta_boxes/display_options.php:435
2729
+ #: app/features/mec/settings.php:387 app/features/mec/settings.php:420
2730
+ #: app/features/mec/settings.php:455 app/features/mec/settings.php:488
2731
  msgid "Simple"
2732
  msgstr "Schlicht"
2733
 
2738
  #: app/features/mec/meta_boxes/display_options.php:135
2739
  #: app/features/mec/meta_boxes/display_options.php:308
2740
  #: app/features/mec/meta_boxes/display_options.php:434
2741
+ #: app/features/mec/settings.php:386 app/features/mec/settings.php:422
2742
+ #: app/features/mec/settings.php:454 app/features/mec/settings.php:490
2743
  msgid "Novel"
2744
  msgstr ""
2745
 
2762
  #: app/features/mec/meta_boxes/display_options.php:471
2763
  #: app/features/mec/meta_boxes/display_options.php:578
2764
  #: app/features/mec/meta_boxes/display_options.php:766
 
2765
  #, php-format
2766
  msgid "%s is required to use this skin."
2767
  msgstr ""
2777
 
2778
  #: app/features/mec/meta_boxes/display_options.php:297
2779
  #: app/features/mec/meta_boxes/display_options.php:314
2780
+ #: app/libraries/main.php:329 app/libraries/main.php:1198
2781
+ #: app/libraries/main.php:1223
2782
  msgid "List View"
2783
  msgstr "Listenansicht"
2784
 
2785
  #: app/features/mec/meta_boxes/display_options.php:298
2786
  #: app/features/mec/meta_boxes/display_options.php:324
2787
+ #: app/libraries/main.php:333 app/libraries/main.php:1192
2788
+ #: app/libraries/main.php:1217
2789
  msgid "Yearly View"
2790
  msgstr "Jahresansicht"
2791
 
2796
 
2797
  #: app/features/mec/meta_boxes/display_options.php:300
2798
  #: app/features/mec/meta_boxes/display_options.php:344
2799
+ #: app/libraries/main.php:336 app/libraries/main.php:1194
2800
+ #: app/libraries/main.php:1219
2801
  msgid "Weekly View"
2802
  msgstr "Wochenansicht"
2803
 
2804
  #: app/features/mec/meta_boxes/display_options.php:301
2805
  #: app/features/mec/meta_boxes/display_options.php:354
2806
+ #: app/libraries/main.php:335 app/libraries/main.php:1195
2807
+ #: app/libraries/main.php:1220
2808
  msgid "Daily View"
2809
  msgstr "Tagesansicht"
2810
 
3131
  #: app/features/mec/meta_boxes/search_form.php:449
3132
  #: app/features/mec/meta_boxes/search_form.php:456
3133
  #: app/features/mec/meta_boxes/search_form.php:463
3134
+ #: app/features/mec/settings.php:306 app/features/mec/settings.php:519
3135
+ #: app/features/mec/settings.php:703
3136
  msgid "Disabled"
3137
  msgstr "Deaktiviert"
3138
 
3427
  msgid "Email/Booking verification link."
3428
  msgstr "Bestätigungslink für Email/Buchung"
3429
 
3430
+ #: app/features/mec/notifications.php:196 app/features/mec/settings.php:1175
3431
  msgid "Booking Confirmation"
3432
  msgstr "Buchungsbestätigung"
3433
 
3516
  msgid "Status of event"
3517
  msgstr "Status der Veranstaltung"
3518
 
3519
+ #: app/features/mec/notifications.php:362 app/features/mec/settings.php:1062
3520
  msgid "Event Note"
3521
  msgstr "Veranstaltungsnotiz"
3522
 
3528
  msgid "Archive Page Options"
3529
  msgstr ""
3530
 
3531
+ #: app/features/mec/settings.php:96 app/features/mec/settings.php:768
3532
  msgid "Export Module Options"
3533
  msgstr "Optionen für Export-Module"
3534
 
3535
+ #: app/features/mec/settings.php:102 app/features/mec/settings.php:795
3536
  msgid "Local Time Module"
3537
  msgstr "Lokales Zeitmodul"
3538
 
3539
+ #: app/features/mec/settings.php:108 app/features/mec/settings.php:807
3540
  msgid "QR Code Module"
3541
  msgstr "QR Code Module"
3542
 
3543
+ #: app/features/mec/settings.php:114 app/features/mec/settings.php:825
3544
  #: app/widgets/single.php:147
3545
  msgid "Weather Module"
3546
  msgstr "Wettermodul"
3547
 
3548
+ #: app/features/mec/settings.php:144 app/features/mec/settings.php:1081
3549
  msgid "User Profile"
3550
  msgstr ""
3551
 
3552
+ #: app/features/mec/settings.php:156 app/features/mec/settings.php:1099
3553
  msgid "Additional Organizers"
3554
  msgstr "Zusätzliche Organisatoren"
3555
 
3556
+ #: app/features/mec/settings.php:174 app/features/mec/settings.php:1216
3557
  msgid "Taxes / Fees"
3558
  msgstr "Steuern/Gebühren"
3559
 
3560
+ #: app/features/mec/settings.php:180 app/features/mec/settings.php:1281
3561
  msgid "Ticket Variations & Options"
3562
  msgstr ""
3563
 
3564
  #: app/features/mec/settings.php:276
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3565
  msgid "Hide Events"
3566
  msgstr "Events verbergen"
3567
 
3568
+ #: app/features/mec/settings.php:279
3569
  msgid "On Event Start"
3570
  msgstr "Am Event Start"
3571
 
3572
+ #: app/features/mec/settings.php:280
3573
  msgid "+1 Hour after start"
3574
  msgstr "+1 Stunde nach dem Start"
3575
 
3576
+ #: app/features/mec/settings.php:281
3577
  msgid "+2 Hours after start"
3578
  msgstr "+2 Stunden nach dem Start"
3579
 
3580
+ #: app/features/mec/settings.php:282
3581
  msgid "On Event End"
3582
  msgstr "Am Event Ende"
3583
 
3584
+ #: app/features/mec/settings.php:284
3585
+ msgid ""
3586
+ "This option is for showing start/end time of events on frontend of website."
3587
+ msgstr ""
3588
+ "Diese Option ist um die Start/Endezeit von Events im Frontend der Webseite "
3589
+ "anzuzeigen"
3590
+
3591
+ #: app/features/mec/settings.php:290
3592
  msgid "Multiple Day Events"
3593
  msgstr "Mehrtagesveranstaltung"
3594
 
3595
+ #: app/features/mec/settings.php:293
3596
  msgid "Show only first day on List/Grid/Slider skins"
3597
  msgstr "Zeige nur den ersten Tag auf Listen/Raster(Grid)/Slider skins."
3598
 
3599
+ #: app/features/mec/settings.php:294
3600
  msgid "Show only first day on all skins"
3601
  msgstr "Nur den ersten Tag in allen Ansichten zeigen"
3602
 
3603
+ #: app/features/mec/settings.php:295
3604
  msgid "Show all days"
3605
  msgstr "Alle Tage anzeigen"
3606
 
3607
+ #: app/features/mec/settings.php:297
3608
  msgid ""
3609
  "For showing all days of multiple day events on frontend or only show the "
3610
  "first day."
3612
  "Um alle Tage anzuzeigen bei Events über mehrere Tage im Frontend oder nur "
3613
  "den ersten Tag anzeigen"
3614
 
3615
+ #: app/features/mec/settings.php:303
3616
  msgid "Remove MEC Data on Plugin Uninstall"
3617
  msgstr "Entfernen von MEC Data auf dem Plugin Deinstallierer"
3618
 
3619
+ #: app/features/mec/settings.php:307
3620
  msgid "Enabled"
3621
  msgstr "Aktiviert"
3622
 
3623
+ #: app/features/mec/settings.php:313
3624
  msgid "Exclude Date Suffix"
3625
  msgstr "Ausschlussdatum Suffix"
3626
 
3627
+ #: app/features/mec/settings.php:316
3628
  msgid "Remove suffix from calendars"
3629
  msgstr "Suffix aus den Kalendern entfernen"
3630
 
3631
+ #: app/features/mec/settings.php:323 app/libraries/main.php:4255
3632
  msgid "Weekdays"
3633
  msgstr "Wochentage"
3634
 
3635
+ #: app/features/mec/settings.php:331
3636
  msgid ""
3637
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
3638
  "and Friday."
3640
  "Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
3641
  "Donnerstag und Freitag gesetzt."
3642
 
3643
+ #: app/features/mec/settings.php:338
3644
  msgid "Weekends"
3645
  msgstr "Wochenenden"
3646
 
3647
+ #: app/features/mec/settings.php:346
3648
  msgid "Proceed with caution. Default is set to Saturday and Sunday."
3649
  msgstr "Vorsichtig vorgehen. Standardwert ist auf Samstag und Sonntag gesetzt."
3650
 
3651
+ #: app/features/mec/settings.php:354
3652
  msgid "Archive Pages"
3653
  msgstr ""
3654
 
3655
+ #: app/features/mec/settings.php:357
3656
  msgid "Archive Page Title"
3657
  msgstr "Titel der Archivseite"
3658
 
3659
+ #: app/features/mec/settings.php:360
3660
  msgid "Default value is Events"
3661
  msgstr "Der Standardwert ist Ereignisse (Events)"
3662
 
3663
+ #: app/features/mec/settings.php:365
3664
  msgid "Archive Page Skin"
3665
  msgstr "Skin Seite Archiv"
3666
 
3667
+ #: app/features/mec/settings.php:373
3668
  #, fuzzy
3669
  #| msgid "Edit shortcodes"
3670
  msgid "Put shortcode..."
3671
  msgstr "Shortcode ändern"
3672
 
3673
+ #: app/features/mec/settings.php:376 app/features/mec/settings.php:391
3674
+ #: app/features/mec/settings.php:394 app/features/mec/settings.php:403
3675
+ #: app/features/mec/settings.php:429 app/features/mec/settings.php:444
3676
+ #: app/features/mec/settings.php:459 app/features/mec/settings.php:462
3677
+ #: app/features/mec/settings.php:471 app/features/mec/settings.php:497
3678
  #, fuzzy
3679
  #| msgid "The event is ongoing."
3680
  msgid "There is no skins"
3681
  msgstr "Die Veranstaltung ist im Gange."
3682
 
3683
+ #: app/features/mec/settings.php:379 app/features/mec/settings.php:447
3684
+ #: app/features/mec/settings.php:572
3685
  msgid "Modern Style"
3686
  msgstr "Moderner Stil"
3687
 
3688
+ #: app/features/mec/settings.php:421 app/features/mec/settings.php:489
3689
  #, fuzzy
3690
  #| msgid "Colorful"
3691
  msgid "colorful"
3692
  msgstr "Farbenfroh"
3693
 
3694
+ #: app/features/mec/settings.php:426 app/features/mec/settings.php:494
3695
  #, fuzzy
3696
  #| msgid "Plain Style"
3697
  msgid "Clean Style"
3698
  msgstr "Einfacher schlichter Stil"
3699
 
3700
+ #: app/features/mec/settings.php:431
3701
  msgid "Default value is Calendar/Monthly View"
3702
  msgstr "Der Standardwert ist Kalender / Monatsansicht"
3703
 
3704
+ #: app/features/mec/settings.php:436
3705
  msgid "Category Page Skin"
3706
  msgstr "Kategorie Seiten Skin"
3707
 
3708
+ #: app/features/mec/settings.php:499
3709
  msgid "Default value is List View"
3710
  msgstr "Standardwert ist Listenansicht"
3711
 
3712
+ #: app/features/mec/settings.php:504
3713
  msgid "Category Events Method"
3714
  msgstr ""
3715
 
3716
+ #: app/features/mec/settings.php:508
3717
  msgid "Expired Events"
3718
  msgstr ""
3719
 
3720
+ #: app/features/mec/settings.php:510
3721
  msgid "Default value is Upcoming Events"
3722
  msgstr ""
3723
 
3724
+ #: app/features/mec/settings.php:515
3725
  msgid "Events Archive Status"
3726
  msgstr "Events Archiv Status"
3727
 
3728
+ #: app/features/mec/settings.php:518
3729
  msgid "Enabled (Recommended)"
3730
  msgstr "Ist aktiviert (empfohlen)"
3731
 
3732
+ #: app/features/mec/settings.php:521
3733
  msgid ""
3734
  "If you disable it, then you should create a page as archive page of MEC. "
3735
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
3739
  "erstellen. Page´s slug muss gleich sein wie \"Main Slug\" von MEC. Außerdem "
3740
  "werden alle MEC-Rewrite-Regeln deaktiviert."
3741
 
3742
+ #: app/features/mec/settings.php:531
3743
  msgid "Main Slug"
3744
  msgstr "Main Slug"
3745
 
3746
+ #: app/features/mec/settings.php:534
3747
  msgid ""
3748
  "Default value is events. Valid characters are lowercase a-z, - character and "
3749
  "numbers."
3751
  "Standardwert ist Events. Gültige Zeichen sind Kleinbuchstaben a-z, - Zeichen "
3752
  "und Zahlen."
3753
 
3754
+ #: app/features/mec/settings.php:538
3755
  msgid "Category Slug"
3756
  msgstr "Category Slug"
3757
 
3758
+ #: app/features/mec/settings.php:541
3759
  msgid ""
3760
  "It's slug of MEC categories, you can change it to events-cat or something "
3761
  "else. Default value is mec-category. Valid characters are lowercase a-z, - "
3767
  "für den link. Zum Beispiel example.com/events-cat oder example.com/mec-"
3768
  "category"
3769
 
3770
+ #: app/features/mec/settings.php:551
3771
  msgid "Single Event Date Format"
3772
  msgstr "Einzelveranstaltung Datumformat"
3773
 
3774
+ #: app/features/mec/settings.php:554 app/features/mec/settings.php:916
3775
  msgid "Default is M d Y"
3776
  msgstr "Standardwert ist M-T-J"
3777
 
3778
+ #: app/features/mec/settings.php:558
3779
  msgid "Date Method"
3780
  msgstr "Datum Methode"
3781
 
3782
+ #: app/features/mec/settings.php:561
3783
  msgid "Next occurrence date"
3784
  msgstr "Nächstes vorkommende Datum"
3785
 
3786
+ #: app/features/mec/settings.php:562
3787
  msgid "Referred date"
3788
  msgstr "Gewünschtes Datum"
3789
 
3790
+ #: app/features/mec/settings.php:564
3791
  msgid ""
3792
  "\"Referred date\" shows the event date based on referred date in event list."
3793
  msgstr ""
3794
  "\"Gewünschtes Datum\" zeigt das Ereignisdatum basierend auf dem angegebenen "
3795
  "Datum in der Eventliste an."
3796
 
3797
+ #: app/features/mec/settings.php:568
3798
  msgid "Single Event Style"
3799
  msgstr "Single Event Stil"
3800
 
3801
+ #: app/features/mec/settings.php:571
3802
  msgid "Default Style"
3803
  msgstr "Standardstil voreingestellt"
3804
 
3805
+ #: app/features/mec/settings.php:574
3806
  msgid "Choose your single event style."
3807
  msgstr "Wählen Sie Ihren Single Event Stil"
3808
 
3809
+ #: app/features/mec/settings.php:578
3810
  #, fuzzy
3811
  #| msgid "Booking"
3812
  msgid "Booking Style"
3813
  msgstr "Buchung / Reservierung"
3814
 
3815
+ #: app/features/mec/settings.php:581 app/features/mec/settings.php:692
3816
  msgid "Default"
3817
  msgstr "Standardeinstellung"
3818
 
3819
+ #: app/features/mec/settings.php:582
3820
  #, fuzzy
3821
  #| msgid "Modal 1"
3822
  msgid "Modal"
3823
  msgstr "Modal 1"
3824
 
3825
+ #: app/features/mec/settings.php:584
3826
  #, fuzzy
3827
  #| msgid "Choose your single event style."
3828
  msgid "Choose your Booking style."
3829
  msgstr "Wählen Sie Ihren Single Event Stil"
3830
 
3831
+ #: app/features/mec/settings.php:592
3832
  msgid "Currency"
3833
  msgstr "Währung"
3834
 
3835
+ #: app/features/mec/settings.php:602
3836
  msgid "Currency Sign"
3837
  msgstr "Währungssymbol"
3838
 
3839
+ #: app/features/mec/settings.php:605
3840
  msgid "Default value will be \"currency\" if you leave it empty."
3841
  msgstr "Standardwert wird \"currency\" sein wenn Sie es leer lassen"
3842
 
3843
+ #: app/features/mec/settings.php:609
3844
  msgid "Currency Position"
3845
  msgstr "Position des Währungssymbols"
3846
 
3847
+ #: app/features/mec/settings.php:612
3848
  msgid "Before $10"
3849
  msgstr "Vor $10"
3850
 
3851
+ #: app/features/mec/settings.php:613
3852
  msgid "After 10$"
3853
  msgstr "Nach 10$"
3854
 
3855
+ #: app/features/mec/settings.php:618
3856
  msgid "Thousand Separator"
3857
  msgstr "Tausendertrennzeichen"
3858
 
3859
+ #: app/features/mec/settings.php:624
3860
  msgid "Decimal Separator"
3861
  msgstr "Dezimaltrennzeichen"
3862
 
3863
+ #: app/features/mec/settings.php:634
3864
  msgid "No decimal"
3865
  msgstr "Keine Dezimale"
3866
 
3867
+ #: app/features/mec/settings.php:643
3868
  #, fuzzy
3869
  #| msgid "No Search Options"
3870
  msgid "Speakers Options"
3871
  msgstr "Keine Suchoptionen"
3872
 
3873
+ #: app/features/mec/settings.php:649
3874
  #, fuzzy
3875
  #| msgid "Enable taxes / fees module"
3876
  msgid "Enable speakers feature"
3877
  msgstr "Modul für Gebühren/Steuern aktivieren"
3878
 
3879
+ #: app/features/mec/settings.php:665
3880
  msgid "Show Google Maps on event page"
3881
  msgstr "Google Maps auf der Veranstaltungsseite anzeigen"
3882
 
3883
+ #: app/features/mec/settings.php:670 app/features/mec/settings.php:838
3884
+ #: app/features/mec/settings.php:1379
3885
  msgid "API Key"
3886
  msgstr "API Schlüssel"
3887
 
3888
+ #: app/features/mec/settings.php:673 app/features/mec/settings.php:1382
3889
+ #: app/features/mec/settings.php:1389
3890
  msgid "Required!"
3891
  msgstr "Erforderlich (Pflichtfeld)"
3892
 
3893
+ #: app/features/mec/settings.php:677
3894
  msgid "Zoom level"
3895
  msgstr "Zoom"
3896
 
3897
+ #: app/features/mec/settings.php:684
3898
  msgid ""
3899
  "For Google Maps module in single event page. In Google Maps skin, it will "
3900
  "caculate the zoom level automatically based on event boundaries."
3903
  "es die Zoom-Ebene automatisch kalkulieren, basierend auf den Eventort "
3904
  "Angrenzungen"
3905
 
3906
+ #: app/features/mec/settings.php:688
3907
  msgid "Google Maps Style"
3908
  msgstr "Google Maps Stil"
3909
 
3910
+ #: app/features/mec/settings.php:700
3911
  msgid "Direction on single event"
3912
  msgstr "Richtung auf einzelne Veranstaltung"
3913
 
3914
+ #: app/features/mec/settings.php:704
3915
  msgid "Simple Method"
3916
  msgstr "Einfache Methode"
3917
 
3918
+ #: app/features/mec/settings.php:705
3919
  msgid "Advanced Method"
3920
  msgstr "Fortgeschrittene Methode"
3921
 
3922
+ #: app/features/mec/settings.php:710
3923
  msgid "Lightbox Date Format"
3924
  msgstr "Leuchtkasten Datumsformat"
3925
 
3926
+ #: app/features/mec/settings.php:713
3927
  msgid "Default value is M d Y"
3928
  msgstr "Standardwert ist M T J"
3929
 
3930
+ #: app/features/mec/settings.php:717
3931
  msgid "Google Maps API"
3932
  msgstr "Google Maps API"
3933
 
3934
+ #: app/features/mec/settings.php:721
3935
  msgid "Don't load Google Maps API library"
3936
  msgstr "Google Maps API Bibliothek nicht laden"
3937
 
3938
+ #: app/features/mec/settings.php:723
3939
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
3940
  msgstr ""
3941
  "Checken Sie es nur wenn ein anderes plugin/Thema die Google Maps API lädt."
3942
 
3943
+ #: app/features/mec/settings.php:735
3944
  msgid "Enable Google Recaptcha"
3945
  msgstr "Google Recaptcha aktivieren"
3946
 
3947
+ #: app/features/mec/settings.php:742
3948
  msgid "Enable on booking form"
3949
  msgstr "Auf dem Buchungsformular aktivieren"
3950
 
3951
+ #: app/features/mec/settings.php:748
3952
  #, fuzzy
3953
  #| msgid "Enable on \"Frontend Event Submittion\" form"
3954
  msgid "Enable on \"Frontend Event Submission\" form"
3955
  msgstr "Aktivieren auf dem \"Frontend Event Submittion\" Formular"
3956
 
3957
+ #: app/features/mec/settings.php:752
3958
  msgid "Site Key"
3959
  msgstr "Site Key (Seitenschlüssel)"
3960
 
3961
+ #: app/features/mec/settings.php:758
3962
  msgid "Secret Key"
3963
  msgstr "Geheimschlüssel"
3964
 
3965
+ #: app/features/mec/settings.php:772
3966
  msgid ""
3967
  "Show export module (iCal export and add to Google calendars) on event page"
3968
  msgstr ""
3969
  "Exportmodule auf Veranstaltungsseite anzeigen (iCal export und hinzufügen zu "
3970
  "Google calendars)"
3971
 
3972
+ #: app/features/mec/settings.php:779
3973
  msgid "Google Calendar"
3974
  msgstr "Google Calendar"
3975
 
3976
+ #: app/features/mec/settings.php:799
3977
  msgid "Show event time based on local time of visitor on event page"
3978
  msgstr ""
3979
  "Zeige die Eventzeit basierend auf der Ortszeit des Besuchers auf der "
3980
  "Eventseite"
3981
 
3982
+ #: app/features/mec/settings.php:815
3983
  msgid "Show QR code of event in details page and booking invoice"
3984
  msgstr ""
3985
  "Zeigen Sie QR-Code des Events in der Detailseite und in der Buchungsrechnung "
3986
  "an"
3987
 
3988
+ #: app/features/mec/settings.php:833
3989
  msgid "Show weather module on event page"
3990
  msgstr "Wettermodul auf der Eventseite anzeigen"
3991
 
3992
+ #: app/features/mec/settings.php:841
3993
  #, php-format
3994
  msgid "You can get a free API Key from %s"
3995
  msgstr "Sie können einen kostenlosen API-Schlüssel von% s erhalten"
3996
 
3997
+ #: app/features/mec/settings.php:853
3998
  msgid "Show countdown module on event page"
3999
  msgstr "Countdownmodul auf Veranstaltungsseite anzeigen"
4000
 
4001
+ #: app/features/mec/settings.php:858
4002
  msgid "Countdown Style"
4003
  msgstr "Countdown Stil"
4004
 
4005
+ #: app/features/mec/settings.php:861
4006
  msgid "Plain Style"
4007
  msgstr "Einfacher schlichter Stil"
4008
 
4009
+ #: app/features/mec/settings.php:862
4010
  msgid "Flip Style"
4011
  msgstr "Flip Stil"
4012
 
4013
+ #: app/features/mec/settings.php:874
4014
  msgid "Show social network module"
4015
  msgstr "Modul für Soziale Netzwerke anzeigen"
4016
 
4017
+ #: app/features/mec/settings.php:899
4018
  msgid "Show next event module on event page"
4019
  msgstr "Nächstes Event Modul auf der Eventseite anzeigen"
4020
 
4021
+ #: app/features/mec/settings.php:904
4022
  msgid "Method"
4023
  msgstr "Methode"
4024
 
4025
+ #: app/features/mec/settings.php:907
4026
  msgid "Next Occurrence of Current Event"
4027
  msgstr "Nächstes Auftreten des aktuellen Events"
4028
 
4029
+ #: app/features/mec/settings.php:908
4030
  msgid "Next Occurrence of Other Events"
4031
  msgstr "Nächstes Auftreten von anderen Events."
4032
 
4033
+ #: app/features/mec/settings.php:913 app/features/mec/settings.php:1122
4034
  msgid "Date Format"
4035
  msgstr "Datumsformat"
4036
 
4037
+ #: app/features/mec/settings.php:926
4038
+ msgid "Time Format"
4039
+ msgstr "Zeitformat"
4040
+
4041
+ #: app/features/mec/settings.php:929
4042
+ msgid "12 hours format with AM/PM"
4043
+ msgstr "12-Stunden-Format mit AM/FM"
4044
+
4045
+ #: app/features/mec/settings.php:930
4046
+ msgid "24 hours format"
4047
+ msgstr "24-Stunden-Format"
4048
+
4049
+ #: app/features/mec/settings.php:932
4050
+ msgid "This option, affects the selection of Start/End time."
4051
+ msgstr ""
4052
+
4053
+ #: app/features/mec/settings.php:937
4054
  msgid "Events List Page"
4055
  msgstr "Seite Liste der Veranstaltungen"
4056
 
4057
+ #: app/features/mec/settings.php:946 app/features/mec/settings.php:958
4058
  #, php-format
4059
  msgid "Put %s shortcode into the page."
4060
  msgstr "%s shortcode in die Seite einfügen"
4061
 
4062
+ #: app/features/mec/settings.php:949
4063
  msgid "Add/Edit Events Page"
4064
  msgstr "Veranstaltungsseite hinzufügen/bearbeiten"
4065
 
4066
+ #: app/features/mec/settings.php:963
4067
  msgid "Enable event submission by guest (Not logged-in) users"
4068
  msgstr ""
4069
  "Das Erstellen von Veranstaltungen durch Gäste (nicht angemeldete Nutzer) "
4070
  "erlauben"
4071
 
4072
+ #: app/features/mec/settings.php:970
4073
  msgid "Enable mandatory email and name for guest user"
4074
  msgstr ""
4075
  "Aktivieren Sie die obligatorische E-Mail und den Namen für Gastbenutzer"
4076
 
4077
+ #: app/features/mec/settings.php:974
4078
  msgid "Frontend Event Submission Sections"
4079
  msgstr "Frontend Veranstaltungen Einreichung Sektionen"
4080
 
4081
+ #: app/features/mec/settings.php:996 app/widgets/single.php:119
4082
  msgid "Event Categories"
4083
  msgstr "Veranstaltungskategorien"
4084
 
4085
+ #: app/features/mec/settings.php:1002
4086
  msgid "Event Labels"
4087
  msgstr "Event Labels"
4088
 
4089
+ #: app/features/mec/settings.php:1014
4090
  msgid "Event Tags"
4091
  msgstr "Event Schlagworte"
4092
 
4093
+ #: app/features/mec/settings.php:1026 app/widgets/single.php:123
4094
  msgid "Event Organizer"
4095
  msgstr "Veranstaltungsmanager"
4096
 
4097
+ #: app/features/mec/settings.php:1044
4098
  msgid "Booking Options"
4099
  msgstr "Buchungsoptionen"
4100
 
4101
+ #: app/features/mec/settings.php:1050
4102
  #, fuzzy
4103
  #| msgid "Fees/Taxes Options"
4104
  msgid "Fees / Taxes Options"
4105
  msgstr "Gebühren/Steuer Optionen"
4106
 
4107
+ #: app/features/mec/settings.php:1064
4108
  #, php-format
4109
  msgid ""
4110
  "Users can put a note for editors while they're submitting the event. Also "
4116
  "Eventbenachrichtigung setzen, um die Notizen der Benutzer in der E-Mail zu "
4117
  "erhalten."
4118
 
4119
+ #: app/features/mec/settings.php:1068
4120
  msgid "Visibility of Note"
4121
  msgstr "Sichtbarkeit der Anmerkungen zum Event "
4122
 
4123
+ #: app/features/mec/settings.php:1071
4124
  msgid "Always"
4125
  msgstr "Immer"
4126
 
4127
+ #: app/features/mec/settings.php:1072
4128
  msgid "While event is not published"
4129
  msgstr "Das Ereignis wird nicht veröffentlicht"
4130
 
4131
+ #: app/features/mec/settings.php:1075
4132
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
4133
  msgstr ""
4134
  "Die Ereignisnotiz wird im Frontend-Einreichungsformular angezeigt und das "
4135
  "Ereignis im Backend bearbeitet."
4136
 
4137
+ #: app/features/mec/settings.php:1083
4138
  #, php-format
4139
  msgid ""
4140
  "Put %s shortcode into your desired page. Then users are able to see history "
4141
  "of their bookings."
4142
  msgstr ""
4143
 
4144
+ #: app/features/mec/settings.php:1088
4145
  msgid "Exceptional days"
4146
  msgstr "Ausgesuchte ausnehmende Tage"
4147
 
4148
+ #: app/features/mec/settings.php:1092
4149
  msgid "Show exceptional days option on Add/Edit events page"
4150
  msgstr ""
4151
  "Ausnehmende Tage anzeigen auf der Seite Ereignisse hinzufügen / bearbeiten "
4152
  "(Show exceptional days option on Add/Edit events page)"
4153
 
4154
+ #: app/features/mec/settings.php:1093
4155
  msgid ""
4156
  "Using this option you can include/exclude certain days to/from event "
4157
  "occurrence dates."
4159
  "Mit dieser Option können Sie bestimmte Tage von vorkommenden Eventdaten ein-/"
4160
  "ausschließen."
4161
 
4162
+ #: app/features/mec/settings.php:1103
4163
  msgid ""
4164
  "Show additional organizers option on Add/Edit events page and single event "
4165
  "page."
4167
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
4168
  "bearbeiten und auf der Seite für einzelne Events an."
4169
 
4170
+ #: app/features/mec/settings.php:1117
4171
  msgid "Enable booking module"
4172
  msgstr "Buchungsmodul aktivieren"
4173
 
4174
+ #: app/features/mec/settings.php:1125
4175
  msgid "Default is Y-m-d"
4176
  msgstr "Voreinstellung ist J-M-T"
4177
 
4178
+ #: app/features/mec/settings.php:1129
4179
  msgid "Maximum Dates"
4180
  msgstr "Maximale Anzahl von Daten"
4181
 
4182
+ #: app/features/mec/settings.php:1131
4183
  msgid "Default is 6"
4184
  msgstr "Die Voreinstellung ist 6"
4185
 
4186
+ #: app/features/mec/settings.php:1135
4187
  msgid "Thank You Page"
4188
  msgstr "Danke Seite"
4189
 
4190
+ #: app/features/mec/settings.php:1143
4191
  msgid ""
4192
  "User redirects to this page after booking. Leave it empty if you want to "
4193
  "disable it."
4195
  "Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
4196
  "es leer, wenn Sie es deaktivieren möchten."
4197
 
4198
+ #: app/features/mec/settings.php:1151
4199
  msgid "Enable Express Attendees Form"
4200
  msgstr "Aktivieren Sie das Express-Teilnehmerformular"
4201
 
4202
+ #: app/features/mec/settings.php:1153
4203
  msgid ""
4204
  "Users are able to apply first attendee information for other attendees in "
4205
  "the booking form."
4207
  "Benutzer können erste Teilnehmerinformationen für andere Teilnehmer im "
4208
  "Buchungsformular anwenden."
4209
 
4210
+ #: app/features/mec/settings.php:1156
4211
  msgid "Email verification"
4212
  msgstr "Email-Verifizierung"
4213
 
4214
+ #: app/features/mec/settings.php:1162
4215
  msgid "Auto verification for free bookings"
4216
  msgstr "Automatische Verifizierung für kostenlose Buchungen"
4217
 
4218
+ #: app/features/mec/settings.php:1171
4219
  msgid "Auto verification for paid bookings"
4220
  msgstr "Automatische Verifizierung für kostenpflichtige Buchungen"
4221
 
4222
+ #: app/features/mec/settings.php:1181
4223
  msgid "Auto confirmation for free bookings"
4224
  msgstr "Automatische Bestätigung für kostenlose Buchungen"
4225
 
4226
+ #: app/features/mec/settings.php:1190
4227
  msgid "Auto confirmation for paid bookings"
4228
  msgstr "Automatische Bestätigung für kostenpflichtige Buchungen"
4229
 
4230
+ #: app/features/mec/settings.php:1207
4231
  msgid "Enable coupons module"
4232
  msgstr "Gutscheinmodul aktivieren"
4233
 
4234
+ #: app/features/mec/settings.php:1224
4235
  msgid "Enable taxes / fees module"
4236
  msgstr "Modul für Gebühren/Steuern aktivieren"
4237
 
4238
+ #: app/features/mec/settings.php:1229
4239
  msgid "Add Fee"
4240
  msgstr "Gebühr hinzufügen"
4241
 
4242
+ #: app/features/mec/settings.php:1289
4243
  #, fuzzy
4244
  #| msgid "Enable coupons module"
4245
  msgid "Enable ticket options module"
4246
  msgstr "Gutscheinmodul aktivieren"
4247
 
4248
+ #: app/features/mec/settings.php:1294
4249
  msgid "Add Variation / Option"
4250
  msgstr ""
4251
 
4252
+ #: app/features/mec/settings.php:1344
4253
  msgid "Enable BuddyPress Integration"
4254
  msgstr "Buddy Press Integration deaktivieren"
4255
 
4256
+ #: app/features/mec/settings.php:1351
4257
  msgid "Show \"Attendees Module\" in event details page"
4258
  msgstr "Zeigt \"Teilnehmermodul\" in Event Details Seite"
4259
 
4260
+ #: app/features/mec/settings.php:1355
4261
  msgid "Attendees Limit"
4262
  msgstr "Teilnehmer Limit, maximale Anzahl"
4263
 
4264
+ #: app/features/mec/settings.php:1363
4265
  msgid "Add booking activity to user profile"
4266
  msgstr "Fügt Buchungsaktivitäten dem Benutzerprofil hinzu"
4267
 
4268
+ #: app/features/mec/settings.php:1374
4269
  msgid "Enable Mailchimp Integration"
4270
  msgstr "Mailchimp Integration deaktivieren"
4271
 
4272
+ #: app/features/mec/settings.php:1386
4273
  msgid "List ID"
4274
  msgstr "List ID"
4275
 
4276
+ #: app/features/mec/settings.php:1393
4277
  msgid "Subscription Status"
4278
  msgstr "Buchungsstatus"
4279
 
4280
+ #: app/features/mec/settings.php:1396
4281
  msgid "Subscribe automatically"
4282
  msgstr "automatisch Anmelden/Abonnieren"
4283
 
4284
+ #: app/features/mec/settings.php:1397
4285
  msgid "Subscribe by verification"
4286
  msgstr ""
4287
  "Anmelden/Abonnieren durch Bestätigung\n"
4288
  " "
4289
 
4290
+ #: app/features/mec/settings.php:1399
4291
  msgid ""
4292
  "If you choose \"Subscribe by verification\" then an email will send to user "
4293
  "by mailchimp for subscription verification."
4295
  "Wenn Sie \"Anmelden durch Verifizierung\" wählen, wird eine E-Mail an den "
4296
  "Benutzer per Mailchimp zur Bestätigung gesendet."
4297
 
4298
+ #: app/features/mec/settings.php:1479 app/features/mec/settings.php:1501
4299
+ #: app/libraries/main.php:4436
4300
  msgid "Verified"
4301
  msgstr "Verifiziert"
4302
 
4303
+ #: app/features/mec/settings.php:1503
4304
  msgid "Please Refresh Page"
4305
  msgstr "Bitte Seiten Refresh vornehmen"
4306
 
4319
  "Ihre eigenen Stilcodes einfügen. Diese Codes werden in Ihr Frontend "
4320
  "übernommen und übersteuern die MEC- (oder Thema-) Grundeinstellungen."
4321
 
4322
+ #: app/features/mec/styling.php:10 app/features/mec/styling.php:237
4323
+ #: app/features/mec/styling.php:263
4324
  msgid "Default Font"
4325
  msgstr "Standardschriftart des Themas "
4326
 
4327
+ #: app/features/mec/styling.php:119
4328
  msgid "Styling Option"
4329
  msgstr "Style Optionen"
4330
 
4331
+ #: app/features/mec/styling.php:137
4332
  msgid "Color Skin"
4333
  msgstr "Farbe Skin"
4334
 
4335
+ #: app/features/mec/styling.php:140
4336
  msgid "Predefined Color Skin"
4337
  msgstr "Vordefinierte Farbenoberfläche"
4338
 
4339
+ #: app/features/mec/styling.php:183
4340
  msgid "Custom Color Skin"
4341
  msgstr "Benutzerdefinierte Farboberfläche"
4342
 
4343
+ #: app/features/mec/styling.php:191
4344
  msgid "Advanced Color Options (shortcodes)"
4345
  msgstr ""
4346
 
4347
+ #: app/features/mec/styling.php:203
4348
  #, fuzzy
4349
  #| msgid "Title of event"
4350
  msgid "Title Hover"
4351
  msgstr "Titel der Veranstaltung"
4352
 
4353
+ #: app/features/mec/styling.php:220
4354
  msgid "Typography"
4355
  msgstr "Typographie"
4356
 
4357
+ #: app/features/mec/styling.php:222
4358
  msgid "Heading (Events Title) Font Family"
4359
  msgstr "Schriftart Überschrift (Titel der Veranstaltung)"
4360
 
4361
+ #: app/features/mec/styling.php:248
4362
  msgid "Paragraph Font Family"
4363
  msgstr "Schriftart Absätze"
4364
 
4365
+ #: app/features/mec/styling.php:275
4366
  #, fuzzy
4367
  #| msgid "Enable Google Recaptcha"
4368
  msgid "Disable Google Fonts"
4369
  msgstr "Google Recaptcha aktivieren"
4370
 
4371
+ #: app/features/mec/styling.php:280
4372
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4373
  msgstr ""
4374
 
4375
+ #: app/features/mec/styling.php:286
4376
  msgid "Container Width"
4377
  msgstr ""
4378
 
4379
+ #: app/features/mec/styling.php:288
4380
  msgid "Desktop Normal Screens"
4381
  msgstr ""
4382
 
4383
+ #: app/features/mec/styling.php:291 app/features/mec/styling.php:298
4384
  msgid "You can enter your theme container size in this field"
4385
  msgstr ""
4386
 
4387
+ #: app/features/mec/styling.php:295
4388
  msgid "Desktop Large Screens"
4389
  msgstr ""
4390
 
4861
  msgid "eg. https://webnus.net"
4862
  msgstr "http://webnus.net"
4863
 
4864
+ #: app/features/organizers.php:300 app/libraries/main.php:4279
4865
  #: app/skins/single.php:194
4866
  msgid "Other Organizers"
4867
  msgstr "Andere Veranstalter"
4883
  msgid "#"
4884
  msgstr ""
4885
 
4886
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2404
4887
  msgid "Status"
4888
  msgstr ""
4889
 
4890
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1666
4891
  msgid "Attendees"
4892
  msgstr "Teilnehmer"
4893
 
4902
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4903
  msgstr ""
4904
 
4905
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1680
4906
+ #: app/libraries/main.php:4277
4907
  msgid "Ticket"
4908
  msgstr "Ticket"
4909
 
4918
  msgstr "Keine Buchungen gefunden"
4919
 
4920
  #: app/features/speakers.php:56 app/features/speakers.php:242
4921
+ #: app/libraries/main.php:4251
4922
  msgid "Speaker"
4923
  msgstr ""
4924
 
4958
  msgstr "Vom Facebook Kalender Importieren"
4959
 
4960
  #: app/features/speakers.php:135 app/features/speakers.php:187
4961
+ #: app/libraries/main.php:1080
4962
  msgid "Google+"
4963
  msgstr "Google+"
4964
 
5067
  "Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
5068
  "Beitrag handelt."
5069
 
5070
+ #: app/libraries/main.php:330 app/libraries/main.php:1199
5071
+ #: app/libraries/main.php:1224
5072
  msgid "Grid View"
5073
  msgstr "Rasterdarstellung"
5074
 
5075
+ #: app/libraries/main.php:331 app/libraries/main.php:1200
5076
+ #: app/libraries/main.php:1225
5077
  msgid "Agenda View"
5078
  msgstr "Agendaansicht"
5079
 
5080
+ #: app/libraries/main.php:332 app/libraries/main.php:1191
5081
+ #: app/libraries/main.php:1216
5082
  msgid "Full Calendar"
5083
  msgstr "Ganzer Kalender"
5084
 
5085
+ #: app/libraries/main.php:334 app/libraries/main.php:1193
5086
+ #: app/libraries/main.php:1218
5087
  msgid "Calendar/Monthly View"
5088
  msgstr "Kalender-/Monatsansicht"
5089
 
5090
+ #: app/libraries/main.php:337 app/libraries/main.php:1196
5091
+ #: app/libraries/main.php:1221
5092
  msgid "Timetable View"
5093
  msgstr "Stundenplan"
5094
 
5095
+ #: app/libraries/main.php:338 app/libraries/main.php:1197
5096
+ #: app/libraries/main.php:1222
5097
  msgid "Masonry View"
5098
  msgstr "Kachel Ansicht"
5099
 
5100
+ #: app/libraries/main.php:339 app/libraries/main.php:1201
5101
+ #: app/libraries/main.php:1226
5102
  msgid "Map View"
5103
  msgstr "Kartenansicht"
5104
 
5105
+ #: app/libraries/main.php:340
5106
  msgid "Cover View"
5107
  msgstr "Deckblattansicht"
5108
 
5109
+ #: app/libraries/main.php:341
5110
  msgid "Countdown View"
5111
  msgstr "Countdownansicht"
5112
 
5113
+ #: app/libraries/main.php:342
5114
  msgid "Available Spot"
5115
  msgstr "Verfügbarer Spot"
5116
 
5117
+ #: app/libraries/main.php:343
5118
  msgid "Carousel View"
5119
  msgstr "Karussellansicht"
5120
 
5121
+ #: app/libraries/main.php:344
5122
  msgid "Slider View"
5123
  msgstr "Slideransicht"
5124
 
5125
+ #: app/libraries/main.php:381 app/libraries/main.php:4257
5126
  msgid "SU"
5127
  msgstr "SO"
5128
 
5129
+ #: app/libraries/main.php:382 app/libraries/main.php:4258
5130
  msgid "MO"
5131
  msgstr "MO"
5132
 
5133
+ #: app/libraries/main.php:383 app/libraries/main.php:4259
5134
  msgid "TU"
5135
  msgstr "DI"
5136
 
5137
+ #: app/libraries/main.php:384 app/libraries/main.php:4260
5138
  msgid "WE"
5139
  msgstr "MI"
5140
 
5141
+ #: app/libraries/main.php:385 app/libraries/main.php:4261
5142
  msgid "TH"
5143
  msgstr "DO"
5144
 
5145
+ #: app/libraries/main.php:386 app/libraries/main.php:4262
5146
  msgid "FR"
5147
  msgstr "FR"
5148
 
5149
+ #: app/libraries/main.php:387 app/libraries/main.php:4263
5150
  msgid "SA"
5151
  msgstr "SA"
5152
 
5153
+ #: app/libraries/main.php:1038
5154
  msgid "Events at this location"
5155
  msgstr "Veranstaltungen an diesem Ort "
5156
 
5157
+ #: app/libraries/main.php:1038
5158
  msgid "Event at this location"
5159
  msgstr "Veranstaltung an diesem Ort "
5160
 
5161
+ #: app/libraries/main.php:1079
5162
  msgid "Facebook"
5163
  msgstr "Facebook"
5164
 
5165
+ #: app/libraries/main.php:1081
5166
  msgid "Twitter"
5167
  msgstr "Twitter"
5168
 
5169
+ #: app/libraries/main.php:1082 app/libraries/main.php:1147
5170
  msgid "Linkedin"
5171
  msgstr "Linkedin"
5172
 
5173
+ #: app/libraries/main.php:1083 app/libraries/main.php:1180
5174
  msgid "VK"
5175
  msgstr ""
5176
 
5177
+ #: app/libraries/main.php:1102
5178
  msgid "Share on Facebook"
5179
  msgstr "Teilen auf Facebook"
5180
 
5181
+ #: app/libraries/main.php:1117
5182
  msgid "Google Plus"
5183
  msgstr "Google Plus"
5184
 
5185
+ #: app/libraries/main.php:1132
5186
  msgid "Tweet"
5187
  msgstr "Tweet"
5188
 
5189
+ #: app/libraries/main.php:1202
5190
  #, fuzzy
5191
  #| msgid "Shortcode"
5192
  msgid "Custom Shortcode"
5193
  msgstr "Shortcode"
5194
 
5195
+ #: app/libraries/main.php:1561
5196
  msgid "Your booking successfully verified."
5197
  msgstr "Ihre Buchung wurde erfolgreich verifiziert."
5198
 
5199
+ #: app/libraries/main.php:1562
5200
  msgid "Your booking cannot verify!"
5201
  msgstr "Ihre Buchung kann nicht verifiziert werden!"
5202
 
5203
+ #: app/libraries/main.php:1574
5204
  msgid "Your booking successfully canceled."
5205
  msgstr "Ihre Buchung wurde erfolgreich storniert."
5206
 
5207
+ #: app/libraries/main.php:1575
5208
  msgid "Your booking cannot be canceled."
5209
  msgstr "Ihre Buchung kann nicht storniert werden."
5210
 
5211
+ #: app/libraries/main.php:1579
5212
  msgid "You canceled the payment successfully."
5213
  msgstr "Sie haben die Zahlung erfolgreich storniert."
5214
 
5215
+ #: app/libraries/main.php:1583
5216
  msgid "You returned from payment gateway successfully."
5217
  msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
5218
 
5219
+ #: app/libraries/main.php:1607
5220
  msgid "Cannot find the booking!"
5221
  msgstr "Kann die Buchung nicht finden!"
5222
 
5223
+ #: app/libraries/main.php:1607
5224
  msgid "Booking is invalid."
5225
  msgstr "Buchung ist ungültig."
5226
 
5227
+ #: app/libraries/main.php:1636
5228
  #, php-format
5229
  msgid "%s Invoice"
5230
  msgstr "% s Rechnung"
5231
 
5232
+ #: app/libraries/main.php:1657
5233
  msgid "Transaction ID"
5234
  msgstr "Transaktions-ID"
5235
 
5236
+ #: app/libraries/main.php:1710
5237
  msgid "Billing"
5238
  msgstr "Abrechnung"
5239
 
5240
+ #: app/libraries/main.php:1721
5241
  msgid "Total"
5242
  msgstr "Gesamt"
5243
 
5244
+ #: app/libraries/main.php:1754
5245
  msgid "Security nonce is not valid."
5246
  msgstr "Sicherheits-Nonce ist ungültig."
5247
 
5248
+ #: app/libraries/main.php:1754 app/libraries/main.php:1786
5249
  msgid "iCal export stopped!"
5250
  msgstr "iCal Export wurde unterbrochen!"
5251
 
5252
+ #: app/libraries/main.php:1786
5253
  #, fuzzy
5254
  #| msgid "Request is invalid!"
5255
  msgid "Request is not valid."
5256
  msgstr "Die Anfrage ist ungültig!"
5257
 
5258
+ #: app/libraries/main.php:2106 app/libraries/main.php:2135
5259
+ #: app/libraries/main.php:2164 app/libraries/main.php:2193
5260
+ #: app/libraries/main.php:2222 app/libraries/main.php:2246
5261
+ #: app/libraries/main.php:2290 app/libraries/main.php:2334
5262
+ #: app/libraries/main.php:2381 app/libraries/main.php:2427
5263
  msgid "Sort"
5264
  msgstr "Sortieren"
5265
 
5266
+ #: app/libraries/main.php:2112 app/libraries/main.php:2141
5267
+ #: app/libraries/main.php:2170 app/libraries/main.php:2199
5268
+ #: app/libraries/main.php:2252 app/libraries/main.php:2296
5269
+ #: app/libraries/main.php:2340 app/libraries/main.php:2387
5270
  msgid "Required Field"
5271
  msgstr "Pflichtfeld"
5272
 
5273
+ #: app/libraries/main.php:2118 app/libraries/main.php:2147
5274
+ #: app/libraries/main.php:2176 app/libraries/main.php:2205
5275
+ #: app/libraries/main.php:2258 app/libraries/main.php:2302
5276
+ #: app/libraries/main.php:2346 app/libraries/main.php:2393
5277
  msgid "Insert a label for this field"
5278
  msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
5279
 
5280
+ #: app/libraries/main.php:2228
5281
  msgid "HTML and shortcode are allowed."
5282
  msgstr "HTML und shortcodes sind erlaubt."
5283
 
5284
+ #: app/libraries/main.php:2271 app/libraries/main.php:2315
5285
+ #: app/libraries/main.php:2359
5286
  msgid "Option"
5287
  msgstr "Option"
5288
 
5289
+ #: app/libraries/main.php:2393
5290
  #, php-format
5291
  msgid "Instead of %s, the page title with a link will be show."
5292
  msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
5293
 
5294
+ #: app/libraries/main.php:2395
5295
  msgid "Agreement Page"
5296
  msgstr "Zustimmungsseite"
5297
 
5298
+ #: app/libraries/main.php:2406
5299
  msgid "Checked by default"
5300
  msgstr ""
5301
 
5302
+ #: app/libraries/main.php:2407
5303
  msgid "Unchecked by default"
5304
  msgstr ""
5305
 
5306
+ #: app/libraries/main.php:2429
5307
  msgid "Insert a label for this option"
5308
  msgstr "Ein neues Label für diese Option einfügen"
5309
 
5310
+ #: app/libraries/main.php:2444
5311
  msgid "Free"
5312
  msgstr "kostenfrei"
5313
 
5314
+ #: app/libraries/main.php:3096
5315
  #, php-format
5316
  msgid "Copy of %s"
5317
  msgstr "Kopie von %s"
5318
 
5319
+ #: app/libraries/main.php:3757
5320
  msgid "Booked an event."
5321
  msgstr "Eine Veranstaltung wurde gebucht."
5322
 
5323
+ #: app/libraries/main.php:3798
5324
  #, php-format
5325
  msgid "%s booked %s event."
5326
  msgstr "%s gebuchtes %s Event"
5327
 
5328
+ #: app/libraries/main.php:4240
5329
  msgid "Taxonomies"
5330
  msgstr "Klassifizierung "
5331
 
5332
+ #: app/libraries/main.php:4242
5333
  msgid "Category Plural Label"
5334
  msgstr "Kategorien"
5335
 
5336
+ #: app/libraries/main.php:4243
5337
  msgid "Category Singular Label"
5338
  msgstr "Kategorie"
5339
 
5340
+ #: app/libraries/main.php:4244
5341
  msgid "Label Plural Label"
5342
  msgstr "Labels"
5343
 
5344
+ #: app/libraries/main.php:4245
5345
  msgid "Label Singular Label"
5346
  msgstr "Label"
5347
 
5348
+ #: app/libraries/main.php:4245
5349
  msgid "label"
5350
  msgstr "label"
5351
 
5352
+ #: app/libraries/main.php:4246
5353
  msgid "Location Plural Label"
5354
  msgstr "Veranstaltungsorte"
5355
 
5356
+ #: app/libraries/main.php:4247
5357
  msgid "Location Singular Label"
5358
  msgstr "Veranstaltungsort"
5359
 
5360
+ #: app/libraries/main.php:4248
5361
  msgid "Organizer Plural Label"
5362
  msgstr "Veranstalter"
5363
 
5364
+ #: app/libraries/main.php:4249
5365
  msgid "Organizer Singular Label"
5366
  msgstr "Veranstalter"
5367
 
5368
+ #: app/libraries/main.php:4250
5369
  #, fuzzy
5370
  #| msgid "Label Plural Label"
5371
  msgid "Speaker Plural Label"
5372
  msgstr "Labels"
5373
 
5374
+ #: app/libraries/main.php:4251
5375
  #, fuzzy
5376
  #| msgid "Label Singular Label"
5377
  msgid "Speaker Singular Label"
5378
  msgstr "Label"
5379
 
5380
+ #: app/libraries/main.php:4257
5381
  msgid "Sunday abbreviation"
5382
  msgstr "Sonntag Abkürzung"
5383
 
5384
+ #: app/libraries/main.php:4258
5385
  msgid "Monday abbreviation"
5386
  msgstr "Montag Abkürzung"
5387
 
5388
+ #: app/libraries/main.php:4259
5389
  msgid "Tuesday abbreviation"
5390
  msgstr "Dienstag Abkürzung"
5391
 
5392
+ #: app/libraries/main.php:4260
5393
  msgid "Wednesday abbreviation"
5394
  msgstr "Mittwoch Abkürzung"
5395
 
5396
+ #: app/libraries/main.php:4261
5397
  msgid "Thursday abbreviation"
5398
  msgstr "Donnerstag Abkürzung"
5399
 
5400
+ #: app/libraries/main.php:4262
5401
  msgid "Friday abbreviation"
5402
  msgstr "Freitag Abkürzung"
5403
 
5404
+ #: app/libraries/main.php:4263
5405
  msgid "Saturday abbreviation"
5406
  msgstr "Samstag Abkürzung "
5407
 
5408
+ #: app/libraries/main.php:4267
5409
  msgid "Others"
5410
  msgstr "Andere"
5411
 
5412
+ #: app/libraries/main.php:4269
5413
  msgid "Booking Success Message"
5414
  msgstr "Buchung erfolgreich Mitteilung"
5415
 
5416
+ #: app/libraries/main.php:4269
5417
  msgid ""
5418
  "Thanks for your booking. Your tickets booked, booking verification might be "
5419
  "needed, please check your email."
5421
  "Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
5422
  "Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
5423
 
5424
+ #: app/libraries/main.php:4270 app/widgets/single.php:131
5425
  msgid "Register Button"
5426
  msgstr "Register Button"
5427
 
5428
+ #: app/libraries/main.php:4270 app/skins/available_spot/tpl.php:198
5429
+ #: app/skins/carousel/render.php:142 app/skins/carousel/render.php:167
5430
  #: app/skins/grid/render.php:111 app/skins/grid/render.php:142
5431
  #: app/skins/grid/render.php:174 app/skins/grid/render.php:202
5432
  #: app/skins/list/render.php:94 app/skins/list/render.php:175
5433
  #: app/skins/masonry/render.php:127 app/skins/single/default.php:218
5434
+ #: app/skins/single/default.php:220 app/skins/single/default.php:429
5435
+ #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5436
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5437
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5438
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:108
5439
+ #: app/skins/slider/render.php:148 app/skins/slider/render.php:188
5440
+ #: app/skins/slider/render.php:228 app/skins/slider/render.php:279
5441
  msgid "REGISTER"
5442
  msgstr "ANMELDEN"
5443
 
5444
+ #: app/libraries/main.php:4271
5445
  msgid "View Detail Button"
5446
  msgstr "Ansicht Detail Button"
5447
 
5448
+ #: app/libraries/main.php:4271 app/skins/carousel/render.php:142
5449
+ #: app/skins/carousel/render.php:167 app/skins/grid/render.php:111
5450
  #: app/skins/grid/render.php:142 app/skins/grid/render.php:174
5451
  #: app/skins/grid/render.php:202 app/skins/list/render.php:94
5452
  #: app/skins/list/render.php:175 app/skins/masonry/render.php:127
5453
+ #: app/skins/slider/render.php:108 app/skins/slider/render.php:148
5454
+ #: app/skins/slider/render.php:188 app/skins/slider/render.php:228
5455
+ #: app/skins/slider/render.php:279
5456
  msgid "View Detail"
5457
  msgstr "Details "
5458
 
5459
+ #: app/libraries/main.php:4272
5460
  msgid "Event Detail Button"
5461
  msgstr "Event Detail Button"
5462
 
5463
+ #: app/libraries/main.php:4272 app/skins/countdown/tpl.php:211
5464
  msgid "Event Detail"
5465
  msgstr "Veranstaltungsdetails"
5466
 
5467
+ #: app/libraries/main.php:4274
5468
  msgid "More Info Link"
5469
  msgstr "Link Mehr Informationen"
5470
 
5471
+ #: app/libraries/main.php:4277
5472
  msgid "Ticket (Singular)"
5473
  msgstr "Ticket"
5474
 
5475
+ #: app/libraries/main.php:4278
5476
  msgid "Tickets (Plural)"
5477
  msgstr "Tickets"
5478
 
5479
+ #: app/libraries/main.php:4344
5480
  msgid "EventON"
5481
  msgstr "EventON"
5482
 
5483
+ #: app/libraries/main.php:4345
5484
  msgid "The Events Calendar"
5485
  msgstr "The Events Calendar"
5486
 
5487
+ #: app/libraries/main.php:4346
5488
  msgid "Events Schedule WP Plugin"
5489
  msgstr "Event Zeitplan WP-Plugin"
5490
 
5491
+ #: app/libraries/main.php:4347
5492
  msgid "Calendarize It"
5493
  msgstr ""
5494
 
5495
+ #: app/libraries/main.php:4421
5496
  msgid "Confirmed"
5497
  msgstr "Bestätigt"
5498
 
5499
+ #: app/libraries/main.php:4422
5500
  msgid "Rejected"
5501
  msgstr "Abgelehnt"
5502
 
5503
+ #: app/libraries/main.php:4423
5504
  msgid "Pending"
5505
  msgstr "Ausstehend"
5506
 
5507
+ #: app/libraries/main.php:4438
5508
  msgid "Waiting"
5509
  msgstr "in Bearbeitung"
5510
 
5554
 
5555
  #: app/libraries/render.php:436 app/modules/local-time/details.php:47
5556
  #: app/modules/next-event/details.php:97 app/skins/single/default.php:73
5557
+ #: app/skins/single/default.php:284 app/skins/single/m1.php:34
5558
  #: app/skins/single/modern.php:169
5559
  msgid "All of the day"
5560
  msgstr "Den ganzen Tag"
5561
 
5562
+ #: app/libraries/skins.php:256
5563
+ msgid "Please contact the website administrator."
5564
+ msgstr ""
5565
+
5566
+ #: app/libraries/skins.php:815
5567
  msgid "Ignore month and years"
5568
  msgstr "Monat und Jahre ignorieren"
5569
 
5685
  msgstr "Zum Event"
5686
 
5687
  #: app/modules/next-event/details.php:91 app/skins/single/default.php:67
5688
+ #: app/skins/single/default.php:278 app/skins/single/m1.php:28
5689
  #: app/skins/single/modern.php:163
5690
  msgid "Time"
5691
  msgstr "Uhrzeit"
5749
  msgid "View All"
5750
  msgstr "Ansicht %s"
5751
 
5752
+ #: app/skins/carousel/render.php:182 app/skins/countdown/tpl.php:150
5753
  #: app/skins/countdown/tpl.php:194 app/skins/cover/tpl.php:94
5754
  #: app/skins/list/render.php:111
5755
  msgid "EVENT DETAIL"
5792
  msgstr "Keine Veranstaltungen"
5793
 
5794
  #: app/skins/single.php:209 app/skins/single/default.php:191
5795
+ #: app/skins/single/default.php:402 app/skins/single/m1.php:100
5796
  #: app/skins/single/m2.php:32 app/skins/single/modern.php:31
5797
  msgid "Phone"
5798
  msgstr "Phone"
5799
 
5800
  #: app/skins/single.php:223 app/skins/single/default.php:205
5801
+ #: app/skins/single/default.php:416 app/skins/single/m1.php:114
5802
  #: app/skins/single/m2.php:46 app/skins/single/modern.php:45
5803
  msgid "Website"
5804
  msgstr "Website"
5810
  msgstr "Keine Suchoptionen"
5811
 
5812
  #: app/skins/single/default.php:30 app/skins/single/m1.php:235
5813
+ #: app/skins/single/m2.php:173 app/skins/single/modern.php:241
5814
  msgid "Sold out!"
5815
  msgstr "Ausverkauft!"
5816
 
5817
  #: app/skins/single/default.php:40 app/skins/single/m1.php:244
5818
+ #: app/skins/single/m2.php:182 app/skins/single/modern.php:251
5819
  msgid "Tags: "
5820
  msgstr "Tags:"
5821
 
5822
+ #: app/skins/single/default.php:106 app/skins/single/default.php:317
5823
  #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
5824
  #: app/skins/single/modern.php:121
5825
  msgid "Read More"
languages/modern-events-calendar-lite-en_US.mo CHANGED
Binary file
languages/modern-events-calendar-lite-en_US.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: modern-events-calendar\n"
4
- "POT-Creation-Date: 2019-03-17 15:03+0330\n"
5
- "PO-Revision-Date: 2019-03-17 15:03+0330\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
@@ -21,12 +21,12 @@ msgstr ""
21
  msgid "Modern Events Calendar"
22
  msgstr ""
23
 
24
- #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:217
25
  msgid "Content"
26
  msgstr ""
27
 
28
- #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:326
29
- #: app/features/mec.php:355 app/features/mec.php:381
30
  msgid "Shortcode"
31
  msgstr ""
32
 
@@ -47,15 +47,15 @@ msgid "Select Type"
47
  msgstr ""
48
 
49
  #: app/features/colors.php:50 app/features/fes/form.php:558
50
- #: app/features/mec/settings.php:1007
51
  msgid "Event Color"
52
  msgstr ""
53
 
54
- #: app/features/contextual.php:55 app/features/mec.php:312
55
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
56
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
57
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
58
- #: app/features/mec/styles.php:24 app/features/mec/styling.php:51
59
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
60
  msgid "Settings"
61
  msgstr ""
@@ -65,7 +65,7 @@ msgstr ""
65
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
66
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
67
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
68
- #: app/features/mec/styling.php:60 app/features/mec/support.php:29
69
  msgid "Booking Form"
70
  msgstr ""
71
 
@@ -82,7 +82,7 @@ msgstr ""
82
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
83
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
84
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
85
- #: app/features/mec/styles.php:40 app/features/mec/styling.php:67
86
  #: app/features/mec/support.php:36
87
  msgid "Payment Gateways"
88
  msgstr ""
@@ -98,7 +98,7 @@ msgstr ""
98
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
99
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
100
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
101
- #: app/features/mec/styles.php:49 app/features/mec/styling.php:76
102
  #: app/features/mec/support.php:45
103
  msgid "Notifications"
104
  msgstr ""
@@ -168,47 +168,47 @@ msgid "General Options"
168
  msgstr ""
169
 
170
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
171
- #: app/features/mec/settings.php:540
172
  msgid "Slugs/Permalinks"
173
  msgstr ""
174
 
175
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
176
- #: app/features/mec/settings.php:560
177
  msgid "Event Details/Single Event Page"
178
  msgstr ""
179
 
180
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
181
- #: app/features/mec/settings.php:601
182
  msgid "Currency Options"
183
  msgstr ""
184
 
185
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
186
- #: app/features/mec/settings.php:668
187
  msgid "Google Maps Options"
188
  msgstr ""
189
 
190
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
191
- #: app/features/mec/settings.php:742
192
  msgid "Google Recaptcha Options"
193
  msgstr ""
194
 
195
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
196
- #: app/features/mec/settings.php:860
197
  msgid "Countdown Options"
198
  msgstr ""
199
 
200
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
201
- #: app/features/mec/settings.php:881
202
  msgid "Social Networks"
203
  msgstr ""
204
 
205
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
206
- #: app/features/mec/settings.php:906
207
  msgid "Next Event Module"
208
  msgstr ""
209
 
210
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
211
- #: app/features/mec/settings.php:934
212
  msgid "Frontend Event Submission"
213
  msgstr ""
214
 
@@ -218,22 +218,22 @@ msgid "Exceptional Days"
218
  msgstr ""
219
 
220
  #: app/features/contextual.php:308 app/features/events.php:263
221
- #: app/features/mec/settings.php:162 app/features/mec/settings.php:1108
222
  msgid "Booking"
223
  msgstr ""
224
 
225
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
226
- #: app/features/mec/settings.php:1198
227
  msgid "Coupons"
228
  msgstr ""
229
 
230
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
231
- #: app/features/mec/settings.php:1339
232
  msgid "BuddyPress Integration"
233
  msgstr ""
234
 
235
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
236
- #: app/features/mec/settings.php:1369
237
  msgid "Mailchimp Integration"
238
  msgstr ""
239
 
@@ -256,7 +256,7 @@ msgstr ""
256
  msgid "Event"
257
  msgstr ""
258
 
259
- #: app/features/events.php:134 app/features/mec.php:298
260
  msgid "Add Event"
261
  msgstr ""
262
 
@@ -296,16 +296,16 @@ msgstr ""
296
  #: app/features/mec/meta_boxes/search_form.php:292
297
  #: app/features/mec/meta_boxes/search_form.php:332
298
  #: app/features/mec/meta_boxes/search_form.php:379
299
- #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4233
300
- #: app/libraries/skins.php:711 app/skins/single/default.php:156
301
- #: app/skins/single/default.php:363 app/skins/single/m1.php:169
302
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
303
  msgid "Category"
304
  msgstr ""
305
 
306
  #: app/features/events.php:153 app/features/fes/form.php:510
307
- #: app/features/mec.php:300 app/features/mec/meta_boxes/filter.php:70
308
- #: app/libraries/main.php:4232
309
  msgid "Categories"
310
  msgstr ""
311
 
@@ -377,17 +377,17 @@ msgstr ""
377
  msgid "Event Details"
378
  msgstr ""
379
 
380
- #: app/features/events.php:296 app/features/events.php:1984
381
- #: app/features/events.php:2028 app/features/fes/form.php:471
382
  #: app/features/ix.php:2719 app/features/ix.php:2760
383
- #: app/features/mec/settings.php:983 app/libraries/main.php:4265
384
  #: app/widgets/single.php:103
385
  msgid "Event Cost"
386
  msgstr ""
387
 
388
  #: app/features/events.php:299 app/features/fes/form.php:474
389
- #: app/libraries/main.php:4266 app/skins/single/default.php:91
390
- #: app/skins/single/default.php:298 app/skins/single/m1.php:49
391
  #: app/skins/single/modern.php:184
392
  msgid "Cost"
393
  msgstr ""
@@ -411,11 +411,11 @@ msgstr ""
411
  #: app/features/fes/form.php:429 app/features/mec/regform.php:137
412
  #: app/features/organizers.php:110 app/features/organizers.php:150
413
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
414
- #: app/features/speakers.php:179 app/libraries/main.php:1082
415
- #: app/libraries/main.php:1163 app/libraries/main.php:2134
416
  #: app/libraries/notifications.php:560 app/modules/booking/steps/form.php:31
417
  #: app/modules/booking/steps/form.php:32 app/skins/single.php:216
418
- #: app/skins/single/default.php:198 app/skins/single/default.php:405
419
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
420
  #: app/skins/single/modern.php:38
421
  msgid "Email"
@@ -426,8 +426,8 @@ msgid "Date and Time"
426
  msgstr ""
427
 
428
  #: app/features/events.php:389 app/features/events.php:393
429
- #: app/features/events.php:1805 app/features/events.php:1984
430
- #: app/features/events.php:2028 app/features/fes/form.php:227
431
  #: app/features/fes/form.php:231 app/features/ix.php:2719
432
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
433
  #: app/features/mec/dashboard.php:298
@@ -462,8 +462,8 @@ msgid "PM"
462
  msgstr ""
463
 
464
  #: app/features/events.php:429 app/features/events.php:433
465
- #: app/features/events.php:1806 app/features/events.php:1984
466
- #: app/features/events.php:2028 app/features/fes/form.php:267
467
  #: app/features/fes/form.php:271 app/features/ix.php:2719
468
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
469
  #: app/features/mec/dashboard.php:299
@@ -488,8 +488,8 @@ msgstr ""
488
 
489
  #: app/features/events.php:479 app/features/fes/form.php:317
490
  msgid ""
491
- "It shows next to event time on calendar. You can insert Timezone etc. in "
492
- "this field."
493
  msgstr ""
494
 
495
  #: app/features/events.php:485 app/features/fes/form.php:323
@@ -549,37 +549,37 @@ msgid "Week Days"
549
  msgstr ""
550
 
551
  #: app/features/events.php:507 app/features/fes/form.php:345
552
- #: app/libraries/main.php:403
553
  msgid "Monday"
554
  msgstr ""
555
 
556
  #: app/features/events.php:508 app/features/fes/form.php:346
557
- #: app/libraries/main.php:403
558
  msgid "Tuesday"
559
  msgstr ""
560
 
561
  #: app/features/events.php:509 app/features/fes/form.php:347
562
- #: app/libraries/main.php:403
563
  msgid "Wednesday"
564
  msgstr ""
565
 
566
  #: app/features/events.php:510 app/features/fes/form.php:348
567
- #: app/libraries/main.php:403
568
  msgid "Thursday"
569
  msgstr ""
570
 
571
  #: app/features/events.php:511 app/features/fes/form.php:349
572
- #: app/libraries/main.php:403
573
  msgid "Friday"
574
  msgstr ""
575
 
576
  #: app/features/events.php:512 app/features/fes/form.php:350
577
- #: app/libraries/main.php:403
578
  msgid "Saturday"
579
  msgstr ""
580
 
581
  #: app/features/events.php:513 app/features/fes/form.php:351
582
- #: app/libraries/main.php:403
583
  msgid "Sunday"
584
  msgstr ""
585
 
@@ -639,10 +639,10 @@ msgid "Exclude certain days"
639
  msgstr ""
640
 
641
  #: app/features/events.php:591 app/features/fes/form.php:356
642
- #: app/features/profile/profile.php:31 app/libraries/main.php:1649
643
  #: app/modules/booking/steps/tickets.php:22
644
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
645
- #: app/skins/single/default.php:262 app/skins/single/m1.php:16
646
  #: app/skins/single/modern.php:151
647
  msgid "Date"
648
  msgstr ""
@@ -655,7 +655,7 @@ msgstr ""
655
  msgid "Day 1"
656
  msgstr ""
657
 
658
- #: app/features/events.php:650 app/features/mec/settings.php:1037
659
  #: app/skins/single.php:246
660
  msgid "Hourly Schedule"
661
  msgstr ""
@@ -678,11 +678,11 @@ msgstr ""
678
  #: app/features/events.php:663 app/features/events.php:676
679
  #: app/features/events.php:696 app/features/events.php:718
680
  #: app/features/events.php:734 app/features/events.php:1156
681
- #: app/features/events.php:1178 app/features/events.php:1802
682
- #: app/features/events.php:1984 app/features/events.php:2028
683
  #: app/features/fes/form.php:216 app/features/ix.php:2719
684
- #: app/features/ix.php:2760 app/features/mec/settings.php:1299
685
- #: app/features/mec/settings.php:1319 app/features/mec/styling.php:199
686
  msgid "Title"
687
  msgstr ""
688
 
@@ -693,14 +693,14 @@ msgstr ""
693
  #: app/features/events.php:1013 app/features/events.php:1030
694
  #: app/features/events.php:1089 app/features/events.php:1114
695
  #: app/features/events.php:1167 app/features/events.php:1189
696
- #: app/features/fes/list.php:72 app/features/mec/settings.php:1248
697
- #: app/features/mec/settings.php:1271 app/features/mec/settings.php:1310
698
- #: app/features/mec/settings.php:1330 app/libraries/main.php:2113
699
- #: app/libraries/main.php:2142 app/libraries/main.php:2171
700
- #: app/libraries/main.php:2200 app/libraries/main.php:2222
701
- #: app/libraries/main.php:2253 app/libraries/main.php:2297
702
- #: app/libraries/main.php:2341 app/libraries/main.php:2388
703
- #: app/libraries/main.php:2426
704
  msgid "Remove"
705
  msgstr ""
706
 
@@ -726,9 +726,9 @@ msgstr ""
726
 
727
  #: app/features/events.php:681 app/features/events.php:701
728
  #: app/features/events.php:739 app/features/fes/form.php:603
729
- #: app/features/mec.php:308 app/features/mec/settings.php:78
730
- #: app/features/mec/settings.php:1031 app/features/speakers.php:57
731
- #: app/libraries/main.php:4240 app/modules/speakers/details.php:18
732
  msgid "Speakers"
733
  msgstr ""
734
 
@@ -737,12 +737,12 @@ msgid "Day :dd:"
737
  msgstr ""
738
 
739
  #: app/features/events.php:766 app/features/fes/form.php:448
740
- #: app/features/mec/settings.php:977
741
  msgid "Event Links"
742
  msgstr ""
743
 
744
  #: app/features/events.php:768 app/features/fes/form.php:450
745
- #: app/libraries/main.php:4263
746
  msgid "Event Link"
747
  msgstr ""
748
 
@@ -758,8 +758,8 @@ msgid ""
758
  msgstr ""
759
 
760
  #: app/features/events.php:773 app/features/fes/form.php:455
761
- #: app/libraries/main.php:4264 app/skins/single/default.php:105
762
- #: app/skins/single/default.php:312 app/skins/single/m1.php:190
763
  #: app/skins/single/m2.php:123 app/skins/single/modern.php:120
764
  #: app/widgets/single.php:107
765
  msgid "More Info"
@@ -799,7 +799,7 @@ msgid "100"
799
  msgstr ""
800
 
801
  #: app/features/events.php:836 app/libraries/book.php:60
802
- #: app/libraries/main.php:4268 app/modules/booking/steps/tickets.php:40
803
  msgid "Tickets"
804
  msgstr ""
805
 
@@ -815,13 +815,13 @@ msgid "Ticket Name"
815
  msgstr ""
816
 
817
  #: app/features/events.php:854 app/features/events.php:957
818
- #: app/features/events.php:1984 app/features/events.php:2028
819
  #: app/features/ix.php:2719 app/features/ix.php:2760
820
  msgid "Start Time"
821
  msgstr ""
822
 
823
  #: app/features/events.php:872 app/features/events.php:975
824
- #: app/features/events.php:1984 app/features/events.php:2028
825
  #: app/features/ix.php:2719 app/features/ix.php:2760
826
  msgid "End Time"
827
  msgstr ""
@@ -829,8 +829,8 @@ msgstr ""
829
  #: app/features/events.php:895 app/features/events.php:924
830
  #: app/features/events.php:938 app/features/events.php:998
831
  #: app/features/events.php:1028 app/features/events.php:1160
832
- #: app/features/events.php:1182 app/features/mec/settings.php:1303
833
- #: app/features/mec/settings.php:1323
834
  msgid "Price"
835
  msgstr ""
836
 
@@ -865,7 +865,7 @@ msgstr ""
865
  #: app/features/mec/meta_boxes/search_form.php:313
866
  #: app/features/mec/meta_boxes/search_form.php:353
867
  #: app/features/mec/meta_boxes/search_form.php:400
868
- #: app/features/mec/meta_boxes/search_form.php:447 app/libraries/skins.php:789
869
  msgid "Label"
870
  msgstr ""
871
 
@@ -879,80 +879,80 @@ msgid "Inherit from global options"
879
  msgstr ""
880
 
881
  #: app/features/events.php:1075 app/features/events.php:1100
882
- #: app/features/mec/settings.php:1234 app/features/mec/settings.php:1257
883
  msgid "Fee Title"
884
  msgstr ""
885
 
886
  #: app/features/events.php:1079 app/features/events.php:1104
887
- #: app/features/mec/settings.php:1238 app/features/mec/settings.php:1261
888
  msgid "Amount"
889
  msgstr ""
890
 
891
  #: app/features/events.php:1080 app/features/events.php:1105
892
- #: app/features/mec/settings.php:1239 app/features/mec/settings.php:1262
893
  msgid ""
894
  "Fee amount, considered as fixed amount if you set the type to amount "
895
  "otherwise considered as percentage"
896
  msgstr ""
897
 
898
  #: app/features/events.php:1084 app/features/events.php:1109
899
- #: app/features/mec/settings.php:1243 app/features/mec/settings.php:1266
900
  msgid "Percent"
901
  msgstr ""
902
 
903
  #: app/features/events.php:1085 app/features/events.php:1110
904
- #: app/features/mec/settings.php:1244 app/features/mec/settings.php:1267
905
  msgid "Amount (Per Ticket)"
906
  msgstr ""
907
 
908
  #: app/features/events.php:1086 app/features/events.php:1111
909
- #: app/features/mec/settings.php:1245 app/features/mec/settings.php:1268
910
  msgid "Amount (Per Booking)"
911
  msgstr ""
912
 
913
- #: app/features/events.php:1140 app/features/mec/settings.php:1055
914
  msgid "Ticket Variations / Options"
915
  msgstr ""
916
 
917
  #: app/features/events.php:1161 app/features/events.php:1183
918
- #: app/features/mec/settings.php:1304 app/features/mec/settings.php:1324
919
  msgid "Option Price"
920
  msgstr ""
921
 
922
  #: app/features/events.php:1164 app/features/events.php:1186
923
- #: app/features/mec/settings.php:1307 app/features/mec/settings.php:1327
924
  msgid "Maximum Per Ticket"
925
  msgstr ""
926
 
927
  #: app/features/events.php:1165 app/features/events.php:1187
928
- #: app/features/mec/settings.php:1308 app/features/mec/settings.php:1328
929
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
930
  msgstr ""
931
 
932
  #: app/features/events.php:1249 app/features/mec/regform.php:136
933
- #: app/libraries/main.php:2105
934
  msgid "Text"
935
  msgstr ""
936
 
937
  #: app/features/events.php:1251 app/features/mec/regform.php:138
938
  #: app/features/organizers.php:102 app/features/organizers.php:146
939
  #: app/features/speakers.php:111 app/features/speakers.php:175
940
- #: app/features/speakers.php:244 app/libraries/main.php:2163
941
  msgid "Tel"
942
  msgstr ""
943
 
944
  #: app/features/events.php:1252 app/features/mec/regform.php:139
945
- #: app/libraries/main.php:2192
946
  msgid "Textarea"
947
  msgstr ""
948
 
949
  #: app/features/events.php:1253 app/features/mec/regform.php:140
950
- #: app/libraries/main.php:2245
951
  msgid "Checkboxes"
952
  msgstr ""
953
 
954
  #: app/features/events.php:1254 app/features/mec/regform.php:141
955
- #: app/libraries/main.php:2289
956
  msgid "Radio Buttons"
957
  msgstr ""
958
 
@@ -1002,40 +1002,40 @@ msgstr ""
1002
  #: app/features/mec/meta_boxes/search_form.php:443
1003
  #: app/features/mec/meta_boxes/search_form.php:450
1004
  #: app/features/mec/meta_boxes/search_form.php:457
1005
- #: app/features/mec/regform.php:142 app/libraries/main.php:2333
1006
  msgid "Dropdown"
1007
  msgstr ""
1008
 
1009
  #: app/features/events.php:1256 app/features/mec/regform.php:143
1010
- #: app/libraries/main.php:2380
1011
  msgid "Agreement"
1012
  msgstr ""
1013
 
1014
  #: app/features/events.php:1257 app/features/mec/regform.php:144
1015
- #: app/libraries/main.php:2221
1016
  msgid "Paragraph"
1017
  msgstr ""
1018
 
1019
- #: app/features/events.php:1748 app/features/events.php:1763
1020
- #: app/features/events.php:1777
1021
  #, php-format
1022
  msgid "Show all %s"
1023
  msgstr ""
1024
 
1025
- #: app/features/events.php:1748
1026
  msgid "labels"
1027
  msgstr ""
1028
 
1029
- #: app/features/events.php:1763
1030
  msgid "locations"
1031
  msgstr ""
1032
 
1033
- #: app/features/events.php:1777
1034
  msgid "organizers"
1035
  msgstr ""
1036
 
1037
- #: app/features/events.php:1803 app/features/events.php:1984
1038
- #: app/features/events.php:2028 app/features/ix.php:2719
1039
  #: app/features/ix.php:2760 app/features/locations.php:58
1040
  #: app/features/locations.php:229 app/features/locations.php:281
1041
  #: app/features/locations.php:283
@@ -1048,16 +1048,16 @@ msgstr ""
1048
  #: app/features/mec/meta_boxes/search_form.php:299
1049
  #: app/features/mec/meta_boxes/search_form.php:339
1050
  #: app/features/mec/meta_boxes/search_form.php:386
1051
- #: app/features/mec/meta_boxes/search_form.php:433 app/libraries/main.php:1643
1052
- #: app/libraries/main.php:4237 app/libraries/skins.php:737
1053
- #: app/skins/single/default.php:141 app/skins/single/default.php:348
1054
  #: app/skins/single/m1.php:154 app/skins/single/m2.php:86
1055
  #: app/skins/single/modern.php:83
1056
  msgid "Location"
1057
  msgstr ""
1058
 
1059
- #: app/features/events.php:1804 app/features/events.php:1984
1060
- #: app/features/events.php:2028 app/features/ix.php:2719
1061
  #: app/features/ix.php:2760 app/features/mec/meta_boxes/display_options.php:662
1062
  #: app/features/mec/meta_boxes/search_form.php:45
1063
  #: app/features/mec/meta_boxes/search_form.php:92
@@ -1070,63 +1070,63 @@ msgstr ""
1070
  #: app/features/mec/meta_boxes/search_form.php:440
1071
  #: app/features/organizers.php:58 app/features/organizers.php:199
1072
  #: app/features/organizers.php:255 app/features/organizers.php:257
1073
- #: app/libraries/main.php:4239 app/libraries/skins.php:763
1074
- #: app/skins/single/default.php:181 app/skins/single/default.php:388
1075
  #: app/skins/single/m1.php:90 app/skins/single/m2.php:22
1076
  #: app/skins/single/modern.php:21
1077
  msgid "Organizer"
1078
  msgstr ""
1079
 
1080
- #: app/features/events.php:1808
1081
  msgid "Repeat"
1082
  msgstr ""
1083
 
1084
- #: app/features/events.php:1809
1085
  msgid "Author"
1086
  msgstr ""
1087
 
1088
- #: app/features/events.php:1919 app/features/events.php:1920
1089
  msgid "iCal Export"
1090
  msgstr ""
1091
 
1092
- #: app/features/events.php:1922 app/features/events.php:1923
1093
  msgid "CSV Export"
1094
  msgstr ""
1095
 
1096
- #: app/features/events.php:1925 app/features/events.php:1926
1097
  msgid "MS Excel Export"
1098
  msgstr ""
1099
 
1100
- #: app/features/events.php:1928 app/features/events.php:1929
1101
  msgid "XML Export"
1102
  msgstr ""
1103
 
1104
- #: app/features/events.php:1931 app/features/events.php:1932
1105
  msgid "JSON Export"
1106
  msgstr ""
1107
 
1108
- #: app/features/events.php:1934 app/features/events.php:1935
1109
  msgid "Duplicate"
1110
  msgstr ""
1111
 
1112
- #: app/features/events.php:1984 app/features/events.php:2028
1113
  #: app/features/ix.php:2719 app/features/ix.php:2760
1114
  #: app/features/labels.php:176 app/features/locations.php:228
1115
  #: app/features/organizers.php:198 app/features/speakers.php:241
1116
  msgid "ID"
1117
  msgstr ""
1118
 
1119
- #: app/features/events.php:1984 app/features/events.php:2028
1120
  #: app/features/ix.php:2719 app/features/ix.php:2760
1121
  msgid "Link"
1122
  msgstr ""
1123
 
1124
- #: app/features/events.php:1984 app/features/events.php:2028
1125
  #, php-format
1126
  msgid "%s Tel"
1127
  msgstr ""
1128
 
1129
- #: app/features/events.php:1984 app/features/events.php:2028
1130
  #, php-format
1131
  msgid "%s Email"
1132
  msgstr ""
@@ -1173,11 +1173,11 @@ msgstr ""
1173
  msgid "Please fill event title field!"
1174
  msgstr ""
1175
 
1176
- #: app/features/fes.php:795
1177
  msgid "The event submitted. It will publish as soon as possible."
1178
  msgstr ""
1179
 
1180
- #: app/features/fes.php:796
1181
  msgid "The event published."
1182
  msgstr ""
1183
 
@@ -1201,7 +1201,7 @@ msgstr ""
1201
  msgid "eg. John Smith"
1202
  msgstr ""
1203
 
1204
- #: app/features/fes/form.php:488 app/features/mec/settings.php:989
1205
  msgid "Featured Image"
1206
  msgstr ""
1207
 
@@ -1210,14 +1210,14 @@ msgid "Remove Image"
1210
  msgstr ""
1211
 
1212
  #: app/features/fes/form.php:535 app/features/labels.php:61
1213
- #: app/features/labels.php:220 app/features/mec.php:301
1214
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4234
1215
- #: app/skins/single/default.php:120 app/skins/single/default.php:327
1216
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:199
1217
  msgid "Labels"
1218
  msgstr ""
1219
 
1220
- #: app/features/fes/form.php:580 app/features/mec.php:299
1221
  #: app/features/mec/meta_boxes/filter.php:138
1222
  msgid "Tags"
1223
  msgstr ""
@@ -1255,7 +1255,7 @@ msgstr ""
1255
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1256
  #: app/features/mec/notifications.php:76 app/features/mec/regform.php:75
1257
  #: app/features/mec/settings.php:249 app/features/mec/styles.php:77
1258
- #: app/features/mec/styling.php:104 app/features/mec/support.php:73
1259
  msgid "Import / Export"
1260
  msgstr ""
1261
 
@@ -1414,7 +1414,7 @@ msgid ""
1414
  "This will export all of your website events' data into your desired format."
1415
  msgstr ""
1416
 
1417
- #: app/features/ix/export.php:25 app/features/mec/settings.php:790
1418
  msgid "iCal"
1419
  msgstr ""
1420
 
@@ -1519,7 +1519,7 @@ msgstr ""
1519
  msgid "Add to Google Calendar"
1520
  msgstr ""
1521
 
1522
- #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1480
1523
  msgid "Checking ..."
1524
  msgstr ""
1525
 
@@ -1561,10 +1561,10 @@ msgstr ""
1561
  msgid "ICS Feed"
1562
  msgstr ""
1563
 
1564
- #: app/features/ix/import.php:46 app/features/mec/settings.php:671
1565
- #: app/features/mec/settings.php:821 app/features/mec/settings.php:839
1566
- #: app/features/mec/settings.php:1111 app/features/mec/settings.php:1201
1567
- #: app/features/mec/settings.php:1218 app/features/mec/settings.php:1283
1568
  #, php-format
1569
  msgid "%s is required to use this feature."
1570
  msgstr ""
@@ -1576,10 +1576,10 @@ msgstr ""
1576
  #: app/features/mec/meta_boxes/display_options.php:578
1577
  #: app/features/mec/meta_boxes/display_options.php:628
1578
  #: app/features/mec/meta_boxes/display_options.php:766
1579
- #: app/features/mec/settings.php:671 app/features/mec/settings.php:821
1580
- #: app/features/mec/settings.php:839 app/features/mec/settings.php:1111
1581
- #: app/features/mec/settings.php:1201 app/features/mec/settings.php:1218
1582
- #: app/features/mec/settings.php:1283 app/libraries/skins.php:249
1583
  msgid "Pro version of Modern Events Calendar"
1584
  msgstr ""
1585
 
@@ -1865,7 +1865,7 @@ msgstr ""
1865
 
1866
  #: app/features/labels.php:116 app/features/labels.php:141
1867
  #: app/skins/agenda/render.php:36 app/skins/available_spot/tpl.php:31
1868
- #: app/skins/carousel/render.php:44 app/skins/countdown/tpl.php:24
1869
  #: app/skins/cover/tpl.php:27 app/skins/daily_view/render.php:22
1870
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
1871
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
@@ -1877,8 +1877,8 @@ msgid "Featured"
1877
  msgstr ""
1878
 
1879
  #: app/features/labels.php:117 app/features/labels.php:142
1880
- #: app/libraries/main.php:4427 app/skins/agenda/render.php:40
1881
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:48
1882
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:31
1883
  #: app/skins/daily_view/render.php:26 app/skins/grid/render.php:53
1884
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
@@ -1910,9 +1910,9 @@ msgstr ""
1910
  msgid "Event %s"
1911
  msgstr ""
1912
 
1913
- #: app/features/locations.php:59 app/features/mec.php:302
1914
  #: app/features/mec/dashboard.php:171 app/features/mec/meta_boxes/filter.php:87
1915
- #: app/libraries/main.php:4236
1916
  msgid "Locations"
1917
  msgstr ""
1918
 
@@ -1983,7 +1983,7 @@ msgstr ""
1983
  msgid "eg. City Hall"
1984
  msgstr ""
1985
 
1986
- #: app/features/locations.php:298 app/features/mec/settings.php:1019
1987
  #: app/widgets/single.php:115
1988
  msgid "Event Location"
1989
  msgstr ""
@@ -2006,107 +2006,107 @@ msgstr ""
2006
  msgid "Don't show map in single event page"
2007
  msgstr ""
2008
 
2009
- #: app/features/mec.php:142
2010
  msgid ""
2011
  "Activation faild. Please check your purchase code or license type."
2012
  "<br><b>Note: Your purchase code should match your licesne type.</b>"
2013
  msgstr ""
2014
 
2015
- #: app/features/mec.php:143
2016
  msgid "Troubleshooting"
2017
  msgstr ""
2018
 
2019
- #: app/features/mec.php:182
2020
  msgid ""
2021
  "Your options is not in JSON format. Please insert correct options in this "
2022
  "field and try again."
2023
  msgstr ""
2024
 
2025
- #: app/features/mec.php:187
2026
  msgid "Your options field can not be empty!"
2027
  msgstr ""
2028
 
2029
- #: app/features/mec.php:191
2030
  msgid "Your options imported successfuly."
2031
  msgstr ""
2032
 
2033
- #: app/features/mec.php:283
2034
  msgid "MEC - Support"
2035
  msgstr ""
2036
 
2037
- #: app/features/mec.php:283 app/features/mec/gateways.php:84
2038
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2039
  #: app/features/mec/notifications.php:83 app/features/mec/regform.php:82
2040
  #: app/features/mec/settings.php:256 app/features/mec/styles.php:84
2041
- #: app/features/mec/styling.php:111 app/features/mec/support-page.php:9
2042
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2043
  msgid "Support"
2044
  msgstr ""
2045
 
2046
- #: app/features/mec.php:303 app/features/mec/dashboard.php:178
2047
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2048
- #: app/libraries/main.php:4238
2049
  msgid "Organizers"
2050
  msgstr ""
2051
 
2052
- #: app/features/mec.php:311 app/features/mec.php:325
2053
  #: app/features/mec/dashboard.php:164
2054
  msgid "Shortcodes"
2055
  msgstr ""
2056
 
2057
- #: app/features/mec.php:312
2058
  msgid "MEC - Settings"
2059
  msgstr ""
2060
 
2061
- #: app/features/mec.php:327
2062
  msgid "Add Shortcode"
2063
  msgstr ""
2064
 
2065
- #: app/features/mec.php:328
2066
  msgid "Add New Shortcode"
2067
  msgstr ""
2068
 
2069
- #: app/features/mec.php:329
2070
  msgid "No shortcodes found!"
2071
  msgstr ""
2072
 
2073
- #: app/features/mec.php:330
2074
  msgid "All Shortcodes"
2075
  msgstr ""
2076
 
2077
- #: app/features/mec.php:331
2078
  msgid "Edit shortcodes"
2079
  msgstr ""
2080
 
2081
- #: app/features/mec.php:332
2082
  msgid "No shortcodes found in Trash!"
2083
  msgstr ""
2084
 
2085
- #: app/features/mec.php:379
2086
  msgid "Display Options"
2087
  msgstr ""
2088
 
2089
- #: app/features/mec.php:380
2090
  msgid "Filter Options"
2091
  msgstr ""
2092
 
2093
- #: app/features/mec.php:382
2094
  msgid "Search Form"
2095
  msgstr ""
2096
 
2097
- #: app/features/mec.php:709
2098
  msgid "Display content's images as Popup"
2099
  msgstr ""
2100
 
2101
- #: app/features/mec.php:722
2102
  msgid "Single Event Display Method"
2103
  msgstr ""
2104
 
2105
- #: app/features/mec.php:727
2106
  msgid "Separate Window"
2107
  msgstr ""
2108
 
2109
- #: app/features/mec.php:728
2110
  msgid "Modal 1"
2111
  msgstr ""
2112
 
@@ -2159,7 +2159,7 @@ msgid ""
2159
  "code."
2160
  msgstr ""
2161
 
2162
- #: app/features/mec/dashboard.php:189 app/features/mec/settings.php:518
2163
  msgid "Upcoming Events"
2164
  msgstr ""
2165
 
@@ -2208,10 +2208,32 @@ msgstr ""
2208
  msgid "Change Log"
2209
  msgstr ""
2210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2211
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2212
  #: app/features/mec/messages.php:56 app/features/mec/notifications.php:55
2213
  #: app/features/mec/regform.php:54 app/features/mec/settings.php:228
2214
- #: app/features/mec/styles.php:56 app/features/mec/styling.php:83
2215
  #: app/features/mec/support.php:52
2216
  msgid "Styling Options"
2217
  msgstr ""
@@ -2219,7 +2241,7 @@ msgstr ""
2219
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2220
  #: app/features/mec/messages.php:63 app/features/mec/notifications.php:62
2221
  #: app/features/mec/regform.php:61 app/features/mec/settings.php:235
2222
- #: app/features/mec/styles.php:63 app/features/mec/styling.php:90
2223
  #: app/features/mec/support.php:59
2224
  msgid "Custom CSS"
2225
  msgstr ""
@@ -2228,37 +2250,21 @@ msgstr ""
2228
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2229
  #: app/features/mec/notifications.php:69 app/features/mec/regform.php:68
2230
  #: app/features/mec/settings.php:242 app/features/mec/styles.php:70
2231
- #: app/features/mec/styling.php:97 app/features/mec/support.php:66
2232
  msgid "Messages"
2233
  msgstr ""
2234
 
2235
- #: app/features/mec/gateways.php:111 app/features/mec/gateways.php:159
2236
- #: app/features/mec/gateways.php:169 app/features/mec/messages.php:11
2237
- #: app/features/mec/messages.php:118 app/features/mec/messages.php:161
2238
- #: app/features/mec/messages.php:170 app/features/mec/notifications.php:374
2239
- #: app/features/mec/notifications.php:436
2240
- #: app/features/mec/notifications.php:445 app/features/mec/regform.php:150
2241
- #: app/features/mec/regform.php:227 app/features/mec/regform.php:236
2242
- #: app/features/mec/settings.php:28 app/features/mec/settings.php:1406
2243
- #: app/features/mec/settings.php:1416 app/features/mec/settings.php:1497
2244
- #: app/features/mec/settings.php:1511 app/features/mec/styles.php:103
2245
- #: app/features/mec/styles.php:147 app/features/mec/styles.php:156
2246
- #: app/features/mec/styling.php:309 app/features/mec/styling.php:379
2247
- #: app/features/mec/styling.php:388
2248
- msgid "Save Changes"
2249
- msgstr ""
2250
-
2251
- #: app/features/mec/gateways.php:138 app/features/mec/messages.php:145
2252
- #: app/features/mec/notifications.php:421 app/features/mec/regform.php:211
2253
- #: app/features/mec/settings.php:1475 app/features/mec/styles.php:131
2254
- #: app/features/mec/styling.php:362
2255
  msgid "Saved"
2256
  msgstr ""
2257
 
2258
- #: app/features/mec/gateways.php:139 app/features/mec/messages.php:146
2259
- #: app/features/mec/notifications.php:422 app/features/mec/regform.php:212
2260
- #: app/features/mec/settings.php:1476 app/features/mec/styles.php:132
2261
- #: app/features/mec/styling.php:363
2262
  msgid "Settings Saved!"
2263
  msgstr ""
2264
 
@@ -2302,16 +2308,16 @@ msgstr ""
2302
  #: app/features/mec/meta_boxes/display_options.php:129
2303
  #: app/features/mec/meta_boxes/display_options.php:431
2304
  #: app/features/mec/meta_boxes/display_options.php:686
2305
- #: app/features/mec/settings.php:394 app/features/mec/settings.php:418
2306
- #: app/features/mec/settings.php:427 app/features/mec/settings.php:462
2307
- #: app/features/mec/settings.php:486 app/features/mec/settings.php:495
2308
  msgid "Classic"
2309
  msgstr ""
2310
 
2311
  #: app/features/mec/meta_boxes/display_options.php:35
2312
  #: app/features/mec/meta_boxes/display_options.php:131
2313
- #: app/features/mec/settings.php:419 app/features/mec/settings.php:429
2314
- #: app/features/mec/settings.php:487 app/features/mec/settings.php:497
2315
  msgid "Minimal"
2316
  msgstr ""
2317
 
@@ -2321,20 +2327,20 @@ msgstr ""
2321
  #: app/features/mec/meta_boxes/display_options.php:433
2322
  #: app/features/mec/meta_boxes/display_options.php:585
2323
  #: app/features/mec/meta_boxes/display_options.php:688
2324
- #: app/features/mec/settings.php:396 app/features/mec/settings.php:409
2325
- #: app/features/mec/settings.php:420 app/features/mec/settings.php:430
2326
- #: app/features/mec/settings.php:464 app/features/mec/settings.php:477
2327
- #: app/features/mec/settings.php:488 app/features/mec/settings.php:498
2328
  msgid "Modern"
2329
  msgstr ""
2330
 
2331
  #: app/features/mec/meta_boxes/display_options.php:37
2332
- #: app/features/mec/settings.php:421 app/features/mec/settings.php:489
2333
  msgid "Standard"
2334
  msgstr ""
2335
 
2336
  #: app/features/mec/meta_boxes/display_options.php:38
2337
- #: app/features/mec/settings.php:422 app/features/mec/settings.php:490
2338
  msgid "Accordion"
2339
  msgstr ""
2340
 
@@ -2528,17 +2534,17 @@ msgstr ""
2528
  #: app/features/mec/meta_boxes/display_options.php:432
2529
  #: app/features/mec/meta_boxes/display_options.php:586
2530
  #: app/features/mec/meta_boxes/display_options.php:687
2531
- #: app/features/mec/settings.php:395 app/features/mec/settings.php:410
2532
- #: app/features/mec/settings.php:428 app/features/mec/settings.php:463
2533
- #: app/features/mec/settings.php:478 app/features/mec/settings.php:496
2534
  msgid "Clean"
2535
  msgstr ""
2536
 
2537
  #: app/features/mec/meta_boxes/display_options.php:133
2538
  #: app/features/mec/meta_boxes/display_options.php:309
2539
  #: app/features/mec/meta_boxes/display_options.php:435
2540
- #: app/features/mec/settings.php:398 app/features/mec/settings.php:431
2541
- #: app/features/mec/settings.php:466 app/features/mec/settings.php:499
2542
  msgid "Simple"
2543
  msgstr ""
2544
 
@@ -2549,8 +2555,8 @@ msgstr ""
2549
  #: app/features/mec/meta_boxes/display_options.php:135
2550
  #: app/features/mec/meta_boxes/display_options.php:308
2551
  #: app/features/mec/meta_boxes/display_options.php:434
2552
- #: app/features/mec/settings.php:397 app/features/mec/settings.php:433
2553
- #: app/features/mec/settings.php:465 app/features/mec/settings.php:501
2554
  msgid "Novel"
2555
  msgstr ""
2556
 
@@ -2573,7 +2579,6 @@ msgstr ""
2573
  #: app/features/mec/meta_boxes/display_options.php:471
2574
  #: app/features/mec/meta_boxes/display_options.php:578
2575
  #: app/features/mec/meta_boxes/display_options.php:766
2576
- #: app/libraries/skins.php:249
2577
  #, php-format
2578
  msgid "%s is required to use this skin."
2579
  msgstr ""
@@ -2589,15 +2594,15 @@ msgstr ""
2589
 
2590
  #: app/features/mec/meta_boxes/display_options.php:297
2591
  #: app/features/mec/meta_boxes/display_options.php:314
2592
- #: app/libraries/main.php:326 app/libraries/main.php:1196
2593
- #: app/libraries/main.php:1221
2594
  msgid "List View"
2595
  msgstr ""
2596
 
2597
  #: app/features/mec/meta_boxes/display_options.php:298
2598
  #: app/features/mec/meta_boxes/display_options.php:324
2599
- #: app/libraries/main.php:330 app/libraries/main.php:1190
2600
- #: app/libraries/main.php:1215
2601
  msgid "Yearly View"
2602
  msgstr ""
2603
 
@@ -2608,15 +2613,15 @@ msgstr ""
2608
 
2609
  #: app/features/mec/meta_boxes/display_options.php:300
2610
  #: app/features/mec/meta_boxes/display_options.php:344
2611
- #: app/libraries/main.php:333 app/libraries/main.php:1192
2612
- #: app/libraries/main.php:1217
2613
  msgid "Weekly View"
2614
  msgstr ""
2615
 
2616
  #: app/features/mec/meta_boxes/display_options.php:301
2617
  #: app/features/mec/meta_boxes/display_options.php:354
2618
- #: app/libraries/main.php:332 app/libraries/main.php:1193
2619
- #: app/libraries/main.php:1218
2620
  msgid "Daily View"
2621
  msgstr ""
2622
 
@@ -2929,8 +2934,8 @@ msgstr ""
2929
  #: app/features/mec/meta_boxes/search_form.php:449
2930
  #: app/features/mec/meta_boxes/search_form.php:456
2931
  #: app/features/mec/meta_boxes/search_form.php:463
2932
- #: app/features/mec/settings.php:317 app/features/mec/settings.php:530
2933
- #: app/features/mec/settings.php:714
2934
  msgid "Disabled"
2935
  msgstr ""
2936
 
@@ -3213,7 +3218,7 @@ msgstr ""
3213
  msgid "Email/Booking verification link."
3214
  msgstr ""
3215
 
3216
- #: app/features/mec/notifications.php:196 app/features/mec/settings.php:1174
3217
  msgid "Booking Confirmation"
3218
  msgstr ""
3219
 
@@ -3290,7 +3295,7 @@ msgstr ""
3290
  msgid "Status of event"
3291
  msgstr ""
3292
 
3293
- #: app/features/mec/notifications.php:362 app/features/mec/settings.php:1061
3294
  msgid "Event Note"
3295
  msgstr ""
3296
 
@@ -3302,526 +3307,530 @@ msgstr ""
3302
  msgid "Archive Page Options"
3303
  msgstr ""
3304
 
3305
- #: app/features/mec/settings.php:96 app/features/mec/settings.php:779
3306
  msgid "Export Module Options"
3307
  msgstr ""
3308
 
3309
- #: app/features/mec/settings.php:102 app/features/mec/settings.php:806
3310
  msgid "Local Time Module"
3311
  msgstr ""
3312
 
3313
- #: app/features/mec/settings.php:108 app/features/mec/settings.php:818
3314
  msgid "QR Code Module"
3315
  msgstr ""
3316
 
3317
- #: app/features/mec/settings.php:114 app/features/mec/settings.php:836
3318
  #: app/widgets/single.php:147
3319
  msgid "Weather Module"
3320
  msgstr ""
3321
 
3322
- #: app/features/mec/settings.php:144 app/features/mec/settings.php:1080
3323
  msgid "User Profile"
3324
  msgstr ""
3325
 
3326
- #: app/features/mec/settings.php:156 app/features/mec/settings.php:1098
3327
  msgid "Additional Organizers"
3328
  msgstr ""
3329
 
3330
- #: app/features/mec/settings.php:174 app/features/mec/settings.php:1215
3331
  msgid "Taxes / Fees"
3332
  msgstr ""
3333
 
3334
- #: app/features/mec/settings.php:180 app/features/mec/settings.php:1280
3335
  msgid "Ticket Variations & Options"
3336
  msgstr ""
3337
 
3338
  #: app/features/mec/settings.php:276
3339
- msgid "Time Format"
3340
- msgstr ""
3341
-
3342
- #: app/features/mec/settings.php:279
3343
- msgid "12 hours format with AM/PM"
3344
- msgstr ""
3345
-
3346
- #: app/features/mec/settings.php:280
3347
- msgid "24 hours format"
3348
- msgstr ""
3349
-
3350
- #: app/features/mec/settings.php:282 app/features/mec/settings.php:295
3351
- msgid ""
3352
- "This option is for showing start/end time of events on frontend of website."
3353
- msgstr ""
3354
-
3355
- #: app/features/mec/settings.php:287
3356
  msgid "Hide Events"
3357
  msgstr ""
3358
 
3359
- #: app/features/mec/settings.php:290
3360
  msgid "On Event Start"
3361
  msgstr ""
3362
 
3363
- #: app/features/mec/settings.php:291
3364
  msgid "+1 Hour after start"
3365
  msgstr ""
3366
 
3367
- #: app/features/mec/settings.php:292
3368
  msgid "+2 Hours after start"
3369
  msgstr ""
3370
 
3371
- #: app/features/mec/settings.php:293
3372
  msgid "On Event End"
3373
  msgstr ""
3374
 
3375
- #: app/features/mec/settings.php:301
 
 
 
 
 
3376
  msgid "Multiple Day Events"
3377
  msgstr ""
3378
 
3379
- #: app/features/mec/settings.php:304
3380
  msgid "Show only first day on List/Grid/Slider skins"
3381
  msgstr ""
3382
 
3383
- #: app/features/mec/settings.php:305
3384
  msgid "Show only first day on all skins"
3385
  msgstr ""
3386
 
3387
- #: app/features/mec/settings.php:306
3388
  msgid "Show all days"
3389
  msgstr ""
3390
 
3391
- #: app/features/mec/settings.php:308
3392
  msgid ""
3393
  "For showing all days of multiple day events on frontend or only show the "
3394
  "first day."
3395
  msgstr ""
3396
 
3397
- #: app/features/mec/settings.php:314
3398
  msgid "Remove MEC Data on Plugin Uninstall"
3399
  msgstr ""
3400
 
3401
- #: app/features/mec/settings.php:318
3402
  msgid "Enabled"
3403
  msgstr ""
3404
 
3405
- #: app/features/mec/settings.php:324
3406
  msgid "Exclude Date Suffix"
3407
  msgstr ""
3408
 
3409
- #: app/features/mec/settings.php:327
3410
  msgid "Remove suffix from calendars"
3411
  msgstr ""
3412
 
3413
- #: app/features/mec/settings.php:334 app/libraries/main.php:4245
3414
  msgid "Weekdays"
3415
  msgstr ""
3416
 
3417
- #: app/features/mec/settings.php:342
3418
  msgid ""
3419
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
3420
  "and Friday."
3421
  msgstr ""
3422
 
3423
- #: app/features/mec/settings.php:349
3424
  msgid "Weekends"
3425
  msgstr ""
3426
 
3427
- #: app/features/mec/settings.php:357
3428
  msgid "Proceed with caution. Default is set to Saturday and Sunday."
3429
  msgstr ""
3430
 
3431
- #: app/features/mec/settings.php:365
3432
  msgid "Archive Pages"
3433
  msgstr ""
3434
 
3435
- #: app/features/mec/settings.php:368
3436
  msgid "Archive Page Title"
3437
  msgstr ""
3438
 
3439
- #: app/features/mec/settings.php:371
3440
  msgid "Default value is Events"
3441
  msgstr ""
3442
 
3443
- #: app/features/mec/settings.php:376
3444
  msgid "Archive Page Skin"
3445
  msgstr ""
3446
 
3447
- #: app/features/mec/settings.php:384
3448
  msgid "Put shortcode..."
3449
  msgstr ""
3450
 
3451
- #: app/features/mec/settings.php:387 app/features/mec/settings.php:402
3452
- #: app/features/mec/settings.php:405 app/features/mec/settings.php:414
3453
- #: app/features/mec/settings.php:440 app/features/mec/settings.php:455
3454
- #: app/features/mec/settings.php:470 app/features/mec/settings.php:473
3455
- #: app/features/mec/settings.php:482 app/features/mec/settings.php:508
3456
  msgid "There is no skins"
3457
  msgstr ""
3458
 
3459
- #: app/features/mec/settings.php:390 app/features/mec/settings.php:458
3460
- #: app/features/mec/settings.php:583
3461
  msgid "Modern Style"
3462
  msgstr ""
3463
 
3464
- #: app/features/mec/settings.php:432 app/features/mec/settings.php:500
3465
  msgid "colorful"
3466
  msgstr ""
3467
 
3468
- #: app/features/mec/settings.php:437 app/features/mec/settings.php:505
3469
  msgid "Clean Style"
3470
  msgstr ""
3471
 
3472
- #: app/features/mec/settings.php:442
3473
  msgid "Default value is Calendar/Monthly View"
3474
  msgstr ""
3475
 
3476
- #: app/features/mec/settings.php:447
3477
  msgid "Category Page Skin"
3478
  msgstr ""
3479
 
3480
- #: app/features/mec/settings.php:510
3481
  msgid "Default value is List View"
3482
  msgstr ""
3483
 
3484
- #: app/features/mec/settings.php:515
3485
  msgid "Category Events Method"
3486
  msgstr ""
3487
 
3488
- #: app/features/mec/settings.php:519
3489
  msgid "Expired Events"
3490
  msgstr ""
3491
 
3492
- #: app/features/mec/settings.php:521
3493
  msgid "Default value is Upcoming Events"
3494
  msgstr ""
3495
 
3496
- #: app/features/mec/settings.php:526
3497
  msgid "Events Archive Status"
3498
  msgstr ""
3499
 
3500
- #: app/features/mec/settings.php:529
3501
  msgid "Enabled (Recommended)"
3502
  msgstr ""
3503
 
3504
- #: app/features/mec/settings.php:532
3505
  msgid ""
3506
  "If you disable it, then you should create a page as archive page of MEC. "
3507
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
3508
  "MEC rewrite rules."
3509
  msgstr ""
3510
 
3511
- #: app/features/mec/settings.php:542
3512
  msgid "Main Slug"
3513
  msgstr ""
3514
 
3515
- #: app/features/mec/settings.php:545
3516
  msgid ""
3517
  "Default value is events. Valid characters are lowercase a-z, - character and "
3518
  "numbers."
3519
  msgstr ""
3520
 
3521
- #: app/features/mec/settings.php:549
3522
  msgid "Category Slug"
3523
  msgstr ""
3524
 
3525
- #: app/features/mec/settings.php:552
3526
  msgid ""
3527
  "It's slug of MEC categories, you can change it to events-cat or something "
3528
  "else. Default value is mec-category. Valid characters are lowercase a-z, - "
3529
  "character and numbers."
3530
  msgstr ""
3531
 
3532
- #: app/features/mec/settings.php:562
3533
  msgid "Single Event Date Format"
3534
  msgstr ""
3535
 
3536
- #: app/features/mec/settings.php:565 app/features/mec/settings.php:927
3537
  msgid "Default is M d Y"
3538
  msgstr ""
3539
 
3540
- #: app/features/mec/settings.php:569
3541
  msgid "Date Method"
3542
  msgstr ""
3543
 
3544
- #: app/features/mec/settings.php:572
3545
  msgid "Next occurrence date"
3546
  msgstr ""
3547
 
3548
- #: app/features/mec/settings.php:573
3549
  msgid "Referred date"
3550
  msgstr ""
3551
 
3552
- #: app/features/mec/settings.php:575
3553
  msgid ""
3554
  "\"Referred date\" shows the event date based on referred date in event list."
3555
  msgstr ""
3556
 
3557
- #: app/features/mec/settings.php:579
3558
  msgid "Single Event Style"
3559
  msgstr ""
3560
 
3561
- #: app/features/mec/settings.php:582
3562
  msgid "Default Style"
3563
  msgstr ""
3564
 
3565
- #: app/features/mec/settings.php:585
3566
  msgid "Choose your single event style."
3567
  msgstr ""
3568
 
3569
- #: app/features/mec/settings.php:589
3570
  msgid "Booking Style"
3571
  msgstr ""
3572
 
3573
- #: app/features/mec/settings.php:592 app/features/mec/settings.php:703
3574
  msgid "Default"
3575
  msgstr ""
3576
 
3577
- #: app/features/mec/settings.php:593
3578
  msgid "Modal"
3579
  msgstr ""
3580
 
3581
- #: app/features/mec/settings.php:595
3582
  msgid "Choose your Booking style."
3583
  msgstr ""
3584
 
3585
- #: app/features/mec/settings.php:603
3586
  msgid "Currency"
3587
  msgstr ""
3588
 
3589
- #: app/features/mec/settings.php:613
3590
  msgid "Currency Sign"
3591
  msgstr ""
3592
 
3593
- #: app/features/mec/settings.php:616
3594
  msgid "Default value will be \"currency\" if you leave it empty."
3595
  msgstr ""
3596
 
3597
- #: app/features/mec/settings.php:620
3598
  msgid "Currency Position"
3599
  msgstr ""
3600
 
3601
- #: app/features/mec/settings.php:623
3602
  msgid "Before $10"
3603
  msgstr ""
3604
 
3605
- #: app/features/mec/settings.php:624
3606
  msgid "After 10$"
3607
  msgstr ""
3608
 
3609
- #: app/features/mec/settings.php:629
3610
  msgid "Thousand Separator"
3611
  msgstr ""
3612
 
3613
- #: app/features/mec/settings.php:635
3614
  msgid "Decimal Separator"
3615
  msgstr ""
3616
 
3617
- #: app/features/mec/settings.php:645
3618
  msgid "No decimal"
3619
  msgstr ""
3620
 
3621
- #: app/features/mec/settings.php:654
3622
  msgid "Speakers Options"
3623
  msgstr ""
3624
 
3625
- #: app/features/mec/settings.php:660
3626
  msgid "Enable speakers feature"
3627
  msgstr ""
3628
 
3629
- #: app/features/mec/settings.php:676
3630
  msgid "Show Google Maps on event page"
3631
  msgstr ""
3632
 
3633
- #: app/features/mec/settings.php:681 app/features/mec/settings.php:849
3634
- #: app/features/mec/settings.php:1378
3635
  msgid "API Key"
3636
  msgstr ""
3637
 
3638
- #: app/features/mec/settings.php:684 app/features/mec/settings.php:1381
3639
- #: app/features/mec/settings.php:1388
3640
  msgid "Required!"
3641
  msgstr ""
3642
 
3643
- #: app/features/mec/settings.php:688
3644
  msgid "Zoom level"
3645
  msgstr ""
3646
 
3647
- #: app/features/mec/settings.php:695
3648
  msgid ""
3649
  "For Google Maps module in single event page. In Google Maps skin, it will "
3650
  "caculate the zoom level automatically based on event boundaries."
3651
  msgstr ""
3652
 
3653
- #: app/features/mec/settings.php:699
3654
  msgid "Google Maps Style"
3655
  msgstr ""
3656
 
3657
- #: app/features/mec/settings.php:711
3658
  msgid "Direction on single event"
3659
  msgstr ""
3660
 
3661
- #: app/features/mec/settings.php:715
3662
  msgid "Simple Method"
3663
  msgstr ""
3664
 
3665
- #: app/features/mec/settings.php:716
3666
  msgid "Advanced Method"
3667
  msgstr ""
3668
 
3669
- #: app/features/mec/settings.php:721
3670
  msgid "Lightbox Date Format"
3671
  msgstr ""
3672
 
3673
- #: app/features/mec/settings.php:724
3674
  msgid "Default value is M d Y"
3675
  msgstr ""
3676
 
3677
- #: app/features/mec/settings.php:728
3678
  msgid "Google Maps API"
3679
  msgstr ""
3680
 
3681
- #: app/features/mec/settings.php:732
3682
  msgid "Don't load Google Maps API library"
3683
  msgstr ""
3684
 
3685
- #: app/features/mec/settings.php:734
3686
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
3687
  msgstr ""
3688
 
3689
- #: app/features/mec/settings.php:746
3690
  msgid "Enable Google Recaptcha"
3691
  msgstr ""
3692
 
3693
- #: app/features/mec/settings.php:753
3694
  msgid "Enable on booking form"
3695
  msgstr ""
3696
 
3697
- #: app/features/mec/settings.php:759
3698
  msgid "Enable on \"Frontend Event Submission\" form"
3699
  msgstr ""
3700
 
3701
- #: app/features/mec/settings.php:763
3702
  msgid "Site Key"
3703
  msgstr ""
3704
 
3705
- #: app/features/mec/settings.php:769
3706
  msgid "Secret Key"
3707
  msgstr ""
3708
 
3709
- #: app/features/mec/settings.php:783
3710
  msgid ""
3711
  "Show export module (iCal export and add to Google calendars) on event page"
3712
  msgstr ""
3713
 
3714
- #: app/features/mec/settings.php:790
3715
  msgid "Google Calendar"
3716
  msgstr ""
3717
 
3718
- #: app/features/mec/settings.php:810
3719
  msgid "Show event time based on local time of visitor on event page"
3720
  msgstr ""
3721
 
3722
- #: app/features/mec/settings.php:826
3723
  msgid "Show QR code of event in details page and booking invoice"
3724
  msgstr ""
3725
 
3726
- #: app/features/mec/settings.php:844
3727
  msgid "Show weather module on event page"
3728
  msgstr ""
3729
 
3730
- #: app/features/mec/settings.php:852
3731
  #, php-format
3732
  msgid "You can get a free API Key from %s"
3733
  msgstr ""
3734
 
3735
- #: app/features/mec/settings.php:864
3736
  msgid "Show countdown module on event page"
3737
  msgstr ""
3738
 
3739
- #: app/features/mec/settings.php:869
3740
  msgid "Countdown Style"
3741
  msgstr ""
3742
 
3743
- #: app/features/mec/settings.php:872
3744
  msgid "Plain Style"
3745
  msgstr ""
3746
 
3747
- #: app/features/mec/settings.php:873
3748
  msgid "Flip Style"
3749
  msgstr ""
3750
 
3751
- #: app/features/mec/settings.php:885
3752
  msgid "Show social network module"
3753
  msgstr ""
3754
 
3755
- #: app/features/mec/settings.php:910
3756
  msgid "Show next event module on event page"
3757
  msgstr ""
3758
 
3759
- #: app/features/mec/settings.php:915
3760
  msgid "Method"
3761
  msgstr ""
3762
 
3763
- #: app/features/mec/settings.php:918
3764
  msgid "Next Occurrence of Current Event"
3765
  msgstr ""
3766
 
3767
- #: app/features/mec/settings.php:919
3768
  msgid "Next Occurrence of Other Events"
3769
  msgstr ""
3770
 
3771
- #: app/features/mec/settings.php:924 app/features/mec/settings.php:1121
3772
  msgid "Date Format"
3773
  msgstr ""
3774
 
3775
- #: app/features/mec/settings.php:936
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3776
  msgid "Events List Page"
3777
  msgstr ""
3778
 
3779
- #: app/features/mec/settings.php:945 app/features/mec/settings.php:957
3780
  #, php-format
3781
  msgid "Put %s shortcode into the page."
3782
  msgstr ""
3783
 
3784
- #: app/features/mec/settings.php:948
3785
  msgid "Add/Edit Events Page"
3786
  msgstr ""
3787
 
3788
- #: app/features/mec/settings.php:962
3789
  msgid "Enable event submission by guest (Not logged-in) users"
3790
  msgstr ""
3791
 
3792
- #: app/features/mec/settings.php:969
3793
  msgid "Enable mandatory email and name for guest user"
3794
  msgstr ""
3795
 
3796
- #: app/features/mec/settings.php:973
3797
  msgid "Frontend Event Submission Sections"
3798
  msgstr ""
3799
 
3800
- #: app/features/mec/settings.php:995 app/widgets/single.php:119
3801
  msgid "Event Categories"
3802
  msgstr ""
3803
 
3804
- #: app/features/mec/settings.php:1001
3805
  msgid "Event Labels"
3806
  msgstr ""
3807
 
3808
- #: app/features/mec/settings.php:1013
3809
  msgid "Event Tags"
3810
  msgstr ""
3811
 
3812
- #: app/features/mec/settings.php:1025 app/widgets/single.php:123
3813
  msgid "Event Organizer"
3814
  msgstr ""
3815
 
3816
- #: app/features/mec/settings.php:1043
3817
  msgid "Booking Options"
3818
  msgstr ""
3819
 
3820
- #: app/features/mec/settings.php:1049
3821
  msgid "Fees / Taxes Options"
3822
  msgstr ""
3823
 
3824
- #: app/features/mec/settings.php:1063
3825
  #, php-format
3826
  msgid ""
3827
  "Users can put a note for editors while they're submitting the event. Also "
@@ -3829,173 +3838,173 @@ msgid ""
3829
  "users' note in email."
3830
  msgstr ""
3831
 
3832
- #: app/features/mec/settings.php:1067
3833
  msgid "Visibility of Note"
3834
  msgstr ""
3835
 
3836
- #: app/features/mec/settings.php:1070
3837
  msgid "Always"
3838
  msgstr ""
3839
 
3840
- #: app/features/mec/settings.php:1071
3841
  msgid "While event is not published"
3842
  msgstr ""
3843
 
3844
- #: app/features/mec/settings.php:1074
3845
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
3846
  msgstr ""
3847
 
3848
- #: app/features/mec/settings.php:1082
3849
  #, php-format
3850
  msgid ""
3851
  "Put %s shortcode into your desired page. Then users are able to see history "
3852
  "of their bookings."
3853
  msgstr ""
3854
 
3855
- #: app/features/mec/settings.php:1087
3856
  msgid "Exceptional days"
3857
  msgstr ""
3858
 
3859
- #: app/features/mec/settings.php:1091
3860
  msgid "Show exceptional days option on Add/Edit events page"
3861
  msgstr ""
3862
 
3863
- #: app/features/mec/settings.php:1092
3864
  msgid ""
3865
  "Using this option you can include/exclude certain days to/from event "
3866
  "occurrence dates."
3867
  msgstr ""
3868
 
3869
- #: app/features/mec/settings.php:1102
3870
  msgid ""
3871
  "Show additional organizers option on Add/Edit events page and single event "
3872
  "page."
3873
  msgstr ""
3874
 
3875
- #: app/features/mec/settings.php:1116
3876
  msgid "Enable booking module"
3877
  msgstr ""
3878
 
3879
- #: app/features/mec/settings.php:1124
3880
  msgid "Default is Y-m-d"
3881
  msgstr ""
3882
 
3883
- #: app/features/mec/settings.php:1128
3884
  msgid "Maximum Dates"
3885
  msgstr ""
3886
 
3887
- #: app/features/mec/settings.php:1130
3888
  msgid "Default is 6"
3889
  msgstr ""
3890
 
3891
- #: app/features/mec/settings.php:1134
3892
  msgid "Thank You Page"
3893
  msgstr ""
3894
 
3895
- #: app/features/mec/settings.php:1142
3896
  msgid ""
3897
  "User redirects to this page after booking. Leave it empty if you want to "
3898
  "disable it."
3899
  msgstr ""
3900
 
3901
- #: app/features/mec/settings.php:1150
3902
  msgid "Enable Express Attendees Form"
3903
  msgstr ""
3904
 
3905
- #: app/features/mec/settings.php:1152
3906
  msgid ""
3907
  "Users are able to apply first attendee information for other attendees in "
3908
  "the booking form."
3909
  msgstr ""
3910
 
3911
- #: app/features/mec/settings.php:1155
3912
  msgid "Email verification"
3913
  msgstr ""
3914
 
3915
- #: app/features/mec/settings.php:1161
3916
  msgid "Auto verification for free bookings"
3917
  msgstr ""
3918
 
3919
- #: app/features/mec/settings.php:1170
3920
  msgid "Auto verification for paid bookings"
3921
  msgstr ""
3922
 
3923
- #: app/features/mec/settings.php:1180
3924
  msgid "Auto confirmation for free bookings"
3925
  msgstr ""
3926
 
3927
- #: app/features/mec/settings.php:1189
3928
  msgid "Auto confirmation for paid bookings"
3929
  msgstr ""
3930
 
3931
- #: app/features/mec/settings.php:1206
3932
  msgid "Enable coupons module"
3933
  msgstr ""
3934
 
3935
- #: app/features/mec/settings.php:1223
3936
  msgid "Enable taxes / fees module"
3937
  msgstr ""
3938
 
3939
- #: app/features/mec/settings.php:1228
3940
  msgid "Add Fee"
3941
  msgstr ""
3942
 
3943
- #: app/features/mec/settings.php:1288
3944
  msgid "Enable ticket options module"
3945
  msgstr ""
3946
 
3947
- #: app/features/mec/settings.php:1293
3948
  msgid "Add Variation / Option"
3949
  msgstr ""
3950
 
3951
- #: app/features/mec/settings.php:1343
3952
  msgid "Enable BuddyPress Integration"
3953
  msgstr ""
3954
 
3955
- #: app/features/mec/settings.php:1350
3956
  msgid "Show \"Attendees Module\" in event details page"
3957
  msgstr ""
3958
 
3959
- #: app/features/mec/settings.php:1354
3960
  msgid "Attendees Limit"
3961
  msgstr ""
3962
 
3963
- #: app/features/mec/settings.php:1362
3964
  msgid "Add booking activity to user profile"
3965
  msgstr ""
3966
 
3967
- #: app/features/mec/settings.php:1373
3968
  msgid "Enable Mailchimp Integration"
3969
  msgstr ""
3970
 
3971
- #: app/features/mec/settings.php:1385
3972
  msgid "List ID"
3973
  msgstr ""
3974
 
3975
- #: app/features/mec/settings.php:1392
3976
  msgid "Subscription Status"
3977
  msgstr ""
3978
 
3979
- #: app/features/mec/settings.php:1395
3980
  msgid "Subscribe automatically"
3981
  msgstr ""
3982
 
3983
- #: app/features/mec/settings.php:1396
3984
  msgid "Subscribe by verification"
3985
  msgstr ""
3986
 
3987
- #: app/features/mec/settings.php:1398
3988
  msgid ""
3989
  "If you choose \"Subscribe by verification\" then an email will send to user "
3990
  "by mailchimp for subscription verification."
3991
  msgstr ""
3992
 
3993
- #: app/features/mec/settings.php:1478 app/features/mec/settings.php:1500
3994
- #: app/libraries/main.php:4426
3995
  msgid "Verified"
3996
  msgstr ""
3997
 
3998
- #: app/features/mec/settings.php:1502
3999
  msgid "Please Refresh Page"
4000
  msgstr ""
4001
 
@@ -4011,68 +4020,68 @@ msgid ""
4011
  "styles."
4012
  msgstr ""
4013
 
4014
- #: app/features/mec/styling.php:11 app/features/mec/styling.php:242
4015
- #: app/features/mec/styling.php:268
4016
  msgid "Default Font"
4017
  msgstr ""
4018
 
4019
- #: app/features/mec/styling.php:124
4020
  msgid "Styling Option"
4021
  msgstr ""
4022
 
4023
- #: app/features/mec/styling.php:142
4024
  msgid "Color Skin"
4025
  msgstr ""
4026
 
4027
- #: app/features/mec/styling.php:145
4028
  msgid "Predefined Color Skin"
4029
  msgstr ""
4030
 
4031
- #: app/features/mec/styling.php:188
4032
  msgid "Custom Color Skin"
4033
  msgstr ""
4034
 
4035
- #: app/features/mec/styling.php:196
4036
  msgid "Advanced Color Options (shortcodes)"
4037
  msgstr ""
4038
 
4039
- #: app/features/mec/styling.php:208
4040
  msgid "Title Hover"
4041
  msgstr ""
4042
 
4043
- #: app/features/mec/styling.php:225
4044
  msgid "Typography"
4045
  msgstr ""
4046
 
4047
- #: app/features/mec/styling.php:227
4048
  msgid "Heading (Events Title) Font Family"
4049
  msgstr ""
4050
 
4051
- #: app/features/mec/styling.php:253
4052
  msgid "Paragraph Font Family"
4053
  msgstr ""
4054
 
4055
- #: app/features/mec/styling.php:280
4056
  msgid "Disable Google Fonts"
4057
  msgstr ""
4058
 
4059
- #: app/features/mec/styling.php:285
4060
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4061
  msgstr ""
4062
 
4063
- #: app/features/mec/styling.php:291
4064
  msgid "Container Width"
4065
  msgstr ""
4066
 
4067
- #: app/features/mec/styling.php:293
4068
  msgid "Desktop Normal Screens"
4069
  msgstr ""
4070
 
4071
- #: app/features/mec/styling.php:296 app/features/mec/styling.php:303
4072
  msgid "You can enter your theme container size in this field"
4073
  msgstr ""
4074
 
4075
- #: app/features/mec/styling.php:300
4076
  msgid "Desktop Large Screens"
4077
  msgstr ""
4078
 
@@ -4477,7 +4486,7 @@ msgstr ""
4477
  msgid "eg. https://webnus.net"
4478
  msgstr ""
4479
 
4480
- #: app/features/organizers.php:300 app/libraries/main.php:4269
4481
  #: app/skins/single.php:194
4482
  msgid "Other Organizers"
4483
  msgstr ""
@@ -4496,11 +4505,11 @@ msgstr ""
4496
  msgid "#"
4497
  msgstr ""
4498
 
4499
- #: app/features/profile/profile.php:34 app/libraries/main.php:2402
4500
  msgid "Status"
4501
  msgstr ""
4502
 
4503
- #: app/features/profile/profile.php:37 app/libraries/main.php:1664
4504
  msgid "Attendees"
4505
  msgstr ""
4506
 
@@ -4513,8 +4522,8 @@ msgstr ""
4513
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4514
  msgstr ""
4515
 
4516
- #: app/features/profile/profile.php:96 app/libraries/main.php:1678
4517
- #: app/libraries/main.php:4267
4518
  msgid "Ticket"
4519
  msgstr ""
4520
 
@@ -4527,7 +4536,7 @@ msgid "No bookings found!"
4527
  msgstr ""
4528
 
4529
  #: app/features/speakers.php:56 app/features/speakers.php:242
4530
- #: app/libraries/main.php:4241
4531
  msgid "Speaker"
4532
  msgstr ""
4533
 
@@ -4557,7 +4566,7 @@ msgid "Insert URL of Facebook Page"
4557
  msgstr ""
4558
 
4559
  #: app/features/speakers.php:135 app/features/speakers.php:187
4560
- #: app/libraries/main.php:1078
4561
  msgid "Google+"
4562
  msgstr ""
4563
 
@@ -4658,434 +4667,434 @@ msgstr ""
4658
  msgid "There is no excerpt because this is a protected post."
4659
  msgstr ""
4660
 
4661
- #: app/libraries/main.php:327 app/libraries/main.php:1197
4662
- #: app/libraries/main.php:1222
4663
  msgid "Grid View"
4664
  msgstr ""
4665
 
4666
- #: app/libraries/main.php:328 app/libraries/main.php:1198
4667
- #: app/libraries/main.php:1223
4668
  msgid "Agenda View"
4669
  msgstr ""
4670
 
4671
- #: app/libraries/main.php:329 app/libraries/main.php:1189
4672
- #: app/libraries/main.php:1214
4673
  msgid "Full Calendar"
4674
  msgstr ""
4675
 
4676
- #: app/libraries/main.php:331 app/libraries/main.php:1191
4677
- #: app/libraries/main.php:1216
4678
  msgid "Calendar/Monthly View"
4679
  msgstr ""
4680
 
4681
- #: app/libraries/main.php:334 app/libraries/main.php:1194
4682
- #: app/libraries/main.php:1219
4683
  msgid "Timetable View"
4684
  msgstr ""
4685
 
4686
- #: app/libraries/main.php:335 app/libraries/main.php:1195
4687
- #: app/libraries/main.php:1220
4688
  msgid "Masonry View"
4689
  msgstr ""
4690
 
4691
- #: app/libraries/main.php:336 app/libraries/main.php:1199
4692
- #: app/libraries/main.php:1224
4693
  msgid "Map View"
4694
  msgstr ""
4695
 
4696
- #: app/libraries/main.php:337
4697
  msgid "Cover View"
4698
  msgstr ""
4699
 
4700
- #: app/libraries/main.php:338
4701
  msgid "Countdown View"
4702
  msgstr ""
4703
 
4704
- #: app/libraries/main.php:339
4705
  msgid "Available Spot"
4706
  msgstr ""
4707
 
4708
- #: app/libraries/main.php:340
4709
  msgid "Carousel View"
4710
  msgstr ""
4711
 
4712
- #: app/libraries/main.php:341
4713
  msgid "Slider View"
4714
  msgstr ""
4715
 
4716
- #: app/libraries/main.php:378 app/libraries/main.php:4247
4717
  msgid "SU"
4718
  msgstr ""
4719
 
4720
- #: app/libraries/main.php:379 app/libraries/main.php:4248
4721
  msgid "MO"
4722
  msgstr ""
4723
 
4724
- #: app/libraries/main.php:380 app/libraries/main.php:4249
4725
  msgid "TU"
4726
  msgstr ""
4727
 
4728
- #: app/libraries/main.php:381 app/libraries/main.php:4250
4729
  msgid "WE"
4730
  msgstr ""
4731
 
4732
- #: app/libraries/main.php:382 app/libraries/main.php:4251
4733
  msgid "TH"
4734
  msgstr ""
4735
 
4736
- #: app/libraries/main.php:383 app/libraries/main.php:4252
4737
  msgid "FR"
4738
  msgstr ""
4739
 
4740
- #: app/libraries/main.php:384 app/libraries/main.php:4253
4741
  msgid "SA"
4742
  msgstr ""
4743
 
4744
- #: app/libraries/main.php:1036
4745
  msgid "Events at this location"
4746
  msgstr ""
4747
 
4748
- #: app/libraries/main.php:1036
4749
  msgid "Event at this location"
4750
  msgstr ""
4751
 
4752
- #: app/libraries/main.php:1077
4753
  msgid "Facebook"
4754
  msgstr ""
4755
 
4756
- #: app/libraries/main.php:1079
4757
  msgid "Twitter"
4758
  msgstr ""
4759
 
4760
- #: app/libraries/main.php:1080 app/libraries/main.php:1145
4761
  msgid "Linkedin"
4762
  msgstr ""
4763
 
4764
- #: app/libraries/main.php:1081 app/libraries/main.php:1178
4765
  msgid "VK"
4766
  msgstr ""
4767
 
4768
- #: app/libraries/main.php:1100
4769
  msgid "Share on Facebook"
4770
  msgstr ""
4771
 
4772
- #: app/libraries/main.php:1115
4773
  msgid "Google Plus"
4774
  msgstr ""
4775
 
4776
- #: app/libraries/main.php:1130
4777
  msgid "Tweet"
4778
  msgstr ""
4779
 
4780
- #: app/libraries/main.php:1200
4781
  msgid "Custom Shortcode"
4782
  msgstr ""
4783
 
4784
- #: app/libraries/main.php:1559
4785
  msgid "Your booking successfully verified."
4786
  msgstr ""
4787
 
4788
- #: app/libraries/main.php:1560
4789
  msgid "Your booking cannot verify!"
4790
  msgstr ""
4791
 
4792
- #: app/libraries/main.php:1572
4793
  msgid "Your booking successfully canceled."
4794
  msgstr ""
4795
 
4796
- #: app/libraries/main.php:1573
4797
  msgid "Your booking cannot be canceled."
4798
  msgstr ""
4799
 
4800
- #: app/libraries/main.php:1577
4801
  msgid "You canceled the payment successfully."
4802
  msgstr ""
4803
 
4804
- #: app/libraries/main.php:1581
4805
  msgid "You returned from payment gateway successfully."
4806
  msgstr ""
4807
 
4808
- #: app/libraries/main.php:1605
4809
  msgid "Cannot find the booking!"
4810
  msgstr ""
4811
 
4812
- #: app/libraries/main.php:1605
4813
  msgid "Booking is invalid."
4814
  msgstr ""
4815
 
4816
- #: app/libraries/main.php:1634
4817
  #, php-format
4818
  msgid "%s Invoice"
4819
  msgstr ""
4820
 
4821
- #: app/libraries/main.php:1655
4822
  msgid "Transaction ID"
4823
  msgstr ""
4824
 
4825
- #: app/libraries/main.php:1708
4826
  msgid "Billing"
4827
  msgstr ""
4828
 
4829
- #: app/libraries/main.php:1719
4830
  msgid "Total"
4831
  msgstr ""
4832
 
4833
- #: app/libraries/main.php:1752
4834
  msgid "Security nonce is not valid."
4835
  msgstr ""
4836
 
4837
- #: app/libraries/main.php:1752 app/libraries/main.php:1784
4838
  msgid "iCal export stopped!"
4839
  msgstr ""
4840
 
4841
- #: app/libraries/main.php:1784
4842
  msgid "Request is not valid."
4843
  msgstr ""
4844
 
4845
- #: app/libraries/main.php:2104 app/libraries/main.php:2133
4846
- #: app/libraries/main.php:2162 app/libraries/main.php:2191
4847
- #: app/libraries/main.php:2220 app/libraries/main.php:2244
4848
- #: app/libraries/main.php:2288 app/libraries/main.php:2332
4849
- #: app/libraries/main.php:2379 app/libraries/main.php:2425
4850
  msgid "Sort"
4851
  msgstr ""
4852
 
4853
- #: app/libraries/main.php:2110 app/libraries/main.php:2139
4854
- #: app/libraries/main.php:2168 app/libraries/main.php:2197
4855
- #: app/libraries/main.php:2250 app/libraries/main.php:2294
4856
- #: app/libraries/main.php:2338 app/libraries/main.php:2385
4857
  msgid "Required Field"
4858
  msgstr ""
4859
 
4860
- #: app/libraries/main.php:2116 app/libraries/main.php:2145
4861
- #: app/libraries/main.php:2174 app/libraries/main.php:2203
4862
- #: app/libraries/main.php:2256 app/libraries/main.php:2300
4863
- #: app/libraries/main.php:2344 app/libraries/main.php:2391
4864
  msgid "Insert a label for this field"
4865
  msgstr ""
4866
 
4867
- #: app/libraries/main.php:2226
4868
  msgid "HTML and shortcode are allowed."
4869
  msgstr ""
4870
 
4871
- #: app/libraries/main.php:2269 app/libraries/main.php:2313
4872
- #: app/libraries/main.php:2357
4873
  msgid "Option"
4874
  msgstr ""
4875
 
4876
- #: app/libraries/main.php:2391
4877
  #, php-format
4878
  msgid "Instead of %s, the page title with a link will be show."
4879
  msgstr ""
4880
 
4881
- #: app/libraries/main.php:2393
4882
  msgid "Agreement Page"
4883
  msgstr ""
4884
 
4885
- #: app/libraries/main.php:2404
4886
  msgid "Checked by default"
4887
  msgstr ""
4888
 
4889
- #: app/libraries/main.php:2405
4890
  msgid "Unchecked by default"
4891
  msgstr ""
4892
 
4893
- #: app/libraries/main.php:2427
4894
  msgid "Insert a label for this option"
4895
  msgstr ""
4896
 
4897
- #: app/libraries/main.php:2442
4898
  msgid "Free"
4899
  msgstr ""
4900
 
4901
- #: app/libraries/main.php:3094
4902
  #, php-format
4903
  msgid "Copy of %s"
4904
  msgstr ""
4905
 
4906
- #: app/libraries/main.php:3747
4907
  msgid "Booked an event."
4908
  msgstr ""
4909
 
4910
- #: app/libraries/main.php:3788
4911
  #, php-format
4912
  msgid "%s booked %s event."
4913
  msgstr ""
4914
 
4915
- #: app/libraries/main.php:4230
4916
  msgid "Taxonomies"
4917
  msgstr ""
4918
 
4919
- #: app/libraries/main.php:4232
4920
  msgid "Category Plural Label"
4921
  msgstr ""
4922
 
4923
- #: app/libraries/main.php:4233
4924
  msgid "Category Singular Label"
4925
  msgstr ""
4926
 
4927
- #: app/libraries/main.php:4234
4928
  msgid "Label Plural Label"
4929
  msgstr ""
4930
 
4931
- #: app/libraries/main.php:4235
4932
  msgid "Label Singular Label"
4933
  msgstr ""
4934
 
4935
- #: app/libraries/main.php:4235
4936
  msgid "label"
4937
  msgstr ""
4938
 
4939
- #: app/libraries/main.php:4236
4940
  msgid "Location Plural Label"
4941
  msgstr ""
4942
 
4943
- #: app/libraries/main.php:4237
4944
  msgid "Location Singular Label"
4945
  msgstr ""
4946
 
4947
- #: app/libraries/main.php:4238
4948
  msgid "Organizer Plural Label"
4949
  msgstr ""
4950
 
4951
- #: app/libraries/main.php:4239
4952
  msgid "Organizer Singular Label"
4953
  msgstr ""
4954
 
4955
- #: app/libraries/main.php:4240
4956
  msgid "Speaker Plural Label"
4957
  msgstr ""
4958
 
4959
- #: app/libraries/main.php:4241
4960
  msgid "Speaker Singular Label"
4961
  msgstr ""
4962
 
4963
- #: app/libraries/main.php:4247
4964
  msgid "Sunday abbreviation"
4965
  msgstr ""
4966
 
4967
- #: app/libraries/main.php:4248
4968
  msgid "Monday abbreviation"
4969
  msgstr ""
4970
 
4971
- #: app/libraries/main.php:4249
4972
  msgid "Tuesday abbreviation"
4973
  msgstr ""
4974
 
4975
- #: app/libraries/main.php:4250
4976
  msgid "Wednesday abbreviation"
4977
  msgstr ""
4978
 
4979
- #: app/libraries/main.php:4251
4980
  msgid "Thursday abbreviation"
4981
  msgstr ""
4982
 
4983
- #: app/libraries/main.php:4252
4984
  msgid "Friday abbreviation"
4985
  msgstr ""
4986
 
4987
- #: app/libraries/main.php:4253
4988
  msgid "Saturday abbreviation"
4989
  msgstr ""
4990
 
4991
- #: app/libraries/main.php:4257
4992
  msgid "Others"
4993
  msgstr ""
4994
 
4995
- #: app/libraries/main.php:4259
4996
  msgid "Booking Success Message"
4997
  msgstr ""
4998
 
4999
- #: app/libraries/main.php:4259
5000
  msgid ""
5001
  "Thanks for your booking. Your tickets booked, booking verification might be "
5002
  "needed, please check your email."
5003
  msgstr ""
5004
 
5005
- #: app/libraries/main.php:4260 app/widgets/single.php:131
5006
  msgid "Register Button"
5007
  msgstr ""
5008
 
5009
- #: app/libraries/main.php:4260 app/skins/available_spot/tpl.php:198
5010
- #: app/skins/carousel/render.php:128 app/skins/carousel/render.php:153
5011
  #: app/skins/grid/render.php:111 app/skins/grid/render.php:142
5012
  #: app/skins/grid/render.php:174 app/skins/grid/render.php:202
5013
  #: app/skins/list/render.php:94 app/skins/list/render.php:175
5014
  #: app/skins/masonry/render.php:127 app/skins/single/default.php:218
5015
- #: app/skins/single/default.php:220 app/skins/single/default.php:425
5016
- #: app/skins/single/default.php:427 app/skins/single/m1.php:126
5017
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5018
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5019
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5020
- #: app/skins/slider/render.php:130 app/skins/slider/render.php:150
5021
- #: app/skins/slider/render.php:170 app/skins/slider/render.php:201
5022
  msgid "REGISTER"
5023
  msgstr ""
5024
 
5025
- #: app/libraries/main.php:4261
5026
  msgid "View Detail Button"
5027
  msgstr ""
5028
 
5029
- #: app/libraries/main.php:4261 app/skins/carousel/render.php:128
5030
- #: app/skins/carousel/render.php:153 app/skins/grid/render.php:111
5031
  #: app/skins/grid/render.php:142 app/skins/grid/render.php:174
5032
  #: app/skins/grid/render.php:202 app/skins/list/render.php:94
5033
  #: app/skins/list/render.php:175 app/skins/masonry/render.php:127
5034
- #: app/skins/slider/render.php:109 app/skins/slider/render.php:130
5035
- #: app/skins/slider/render.php:150 app/skins/slider/render.php:170
5036
- #: app/skins/slider/render.php:201
5037
  msgid "View Detail"
5038
  msgstr ""
5039
 
5040
- #: app/libraries/main.php:4262
5041
  msgid "Event Detail Button"
5042
  msgstr ""
5043
 
5044
- #: app/libraries/main.php:4262 app/skins/countdown/tpl.php:211
5045
  msgid "Event Detail"
5046
  msgstr ""
5047
 
5048
- #: app/libraries/main.php:4264
5049
  msgid "More Info Link"
5050
  msgstr ""
5051
 
5052
- #: app/libraries/main.php:4267
5053
  msgid "Ticket (Singular)"
5054
  msgstr ""
5055
 
5056
- #: app/libraries/main.php:4268
5057
  msgid "Tickets (Plural)"
5058
  msgstr ""
5059
 
5060
- #: app/libraries/main.php:4334
5061
  msgid "EventON"
5062
  msgstr ""
5063
 
5064
- #: app/libraries/main.php:4335
5065
  msgid "The Events Calendar"
5066
  msgstr ""
5067
 
5068
- #: app/libraries/main.php:4336
5069
  msgid "Events Schedule WP Plugin"
5070
  msgstr ""
5071
 
5072
- #: app/libraries/main.php:4337
5073
  msgid "Calendarize It"
5074
  msgstr ""
5075
 
5076
- #: app/libraries/main.php:4411
5077
  msgid "Confirmed"
5078
  msgstr ""
5079
 
5080
- #: app/libraries/main.php:4412
5081
  msgid "Rejected"
5082
  msgstr ""
5083
 
5084
- #: app/libraries/main.php:4413
5085
  msgid "Pending"
5086
  msgstr ""
5087
 
5088
- #: app/libraries/main.php:4428
5089
  msgid "Waiting"
5090
  msgstr ""
5091
 
@@ -5135,12 +5144,16 @@ msgstr ""
5135
 
5136
  #: app/libraries/render.php:436 app/modules/local-time/details.php:47
5137
  #: app/modules/next-event/details.php:97 app/skins/single/default.php:73
5138
- #: app/skins/single/default.php:280 app/skins/single/m1.php:34
5139
  #: app/skins/single/modern.php:169
5140
  msgid "All of the day"
5141
  msgstr ""
5142
 
5143
- #: app/libraries/skins.php:810
 
 
 
 
5144
  msgid "Ignore month and years"
5145
  msgstr ""
5146
 
@@ -5257,7 +5270,7 @@ msgid "Go to occurrence page"
5257
  msgstr ""
5258
 
5259
  #: app/modules/next-event/details.php:91 app/skins/single/default.php:67
5260
- #: app/skins/single/default.php:274 app/skins/single/m1.php:28
5261
  #: app/skins/single/modern.php:163
5262
  msgid "Time"
5263
  msgstr ""
@@ -5319,7 +5332,7 @@ msgstr ""
5319
  msgid "View All"
5320
  msgstr ""
5321
 
5322
- #: app/skins/carousel/render.php:168 app/skins/countdown/tpl.php:150
5323
  #: app/skins/countdown/tpl.php:194 app/skins/cover/tpl.php:94
5324
  #: app/skins/list/render.php:111
5325
  msgid "EVENT DETAIL"
@@ -5362,13 +5375,13 @@ msgid "No Events"
5362
  msgstr ""
5363
 
5364
  #: app/skins/single.php:209 app/skins/single/default.php:191
5365
- #: app/skins/single/default.php:398 app/skins/single/m1.php:100
5366
  #: app/skins/single/m2.php:32 app/skins/single/modern.php:31
5367
  msgid "Phone"
5368
  msgstr ""
5369
 
5370
  #: app/skins/single.php:223 app/skins/single/default.php:205
5371
- #: app/skins/single/default.php:412 app/skins/single/m1.php:114
5372
  #: app/skins/single/m2.php:46 app/skins/single/modern.php:45
5373
  msgid "Website"
5374
  msgstr ""
@@ -5378,16 +5391,16 @@ msgid "Speakers:"
5378
  msgstr ""
5379
 
5380
  #: app/skins/single/default.php:30 app/skins/single/m1.php:235
5381
- #: app/skins/single/m2.php:164 app/skins/single/modern.php:241
5382
  msgid "Sold out!"
5383
  msgstr ""
5384
 
5385
  #: app/skins/single/default.php:40 app/skins/single/m1.php:244
5386
- #: app/skins/single/m2.php:173 app/skins/single/modern.php:251
5387
  msgid "Tags: "
5388
  msgstr ""
5389
 
5390
- #: app/skins/single/default.php:106 app/skins/single/default.php:313
5391
  #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
5392
  #: app/skins/single/modern.php:121
5393
  msgid "Read More"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: modern-events-calendar\n"
4
+ "POT-Creation-Date: 2019-04-14 09:23+0430\n"
5
+ "PO-Revision-Date: 2019-04-14 09:23+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
21
  msgid "Modern Events Calendar"
22
  msgstr ""
23
 
24
+ #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:212
25
  msgid "Content"
26
  msgstr ""
27
 
28
+ #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:337
29
+ #: app/features/mec.php:366 app/features/mec.php:392
30
  msgid "Shortcode"
31
  msgstr ""
32
 
47
  msgstr ""
48
 
49
  #: app/features/colors.php:50 app/features/fes/form.php:558
50
+ #: app/features/mec/settings.php:1008
51
  msgid "Event Color"
52
  msgstr ""
53
 
54
+ #: app/features/contextual.php:55 app/features/mec.php:323
55
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
56
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
57
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
58
+ #: app/features/mec/styles.php:24 app/features/mec/styling.php:46
59
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
60
  msgid "Settings"
61
  msgstr ""
65
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
66
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
67
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
68
+ #: app/features/mec/styling.php:55 app/features/mec/support.php:29
69
  msgid "Booking Form"
70
  msgstr ""
71
 
82
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
83
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
84
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
85
+ #: app/features/mec/styles.php:40 app/features/mec/styling.php:62
86
  #: app/features/mec/support.php:36
87
  msgid "Payment Gateways"
88
  msgstr ""
98
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
99
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
100
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
101
+ #: app/features/mec/styles.php:49 app/features/mec/styling.php:71
102
  #: app/features/mec/support.php:45
103
  msgid "Notifications"
104
  msgstr ""
168
  msgstr ""
169
 
170
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
171
+ #: app/features/mec/settings.php:529
172
  msgid "Slugs/Permalinks"
173
  msgstr ""
174
 
175
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
176
+ #: app/features/mec/settings.php:549
177
  msgid "Event Details/Single Event Page"
178
  msgstr ""
179
 
180
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
181
+ #: app/features/mec/settings.php:590
182
  msgid "Currency Options"
183
  msgstr ""
184
 
185
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
186
+ #: app/features/mec/settings.php:657
187
  msgid "Google Maps Options"
188
  msgstr ""
189
 
190
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
191
+ #: app/features/mec/settings.php:731
192
  msgid "Google Recaptcha Options"
193
  msgstr ""
194
 
195
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
196
+ #: app/features/mec/settings.php:849
197
  msgid "Countdown Options"
198
  msgstr ""
199
 
200
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
201
+ #: app/features/mec/settings.php:870
202
  msgid "Social Networks"
203
  msgstr ""
204
 
205
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
206
+ #: app/features/mec/settings.php:895
207
  msgid "Next Event Module"
208
  msgstr ""
209
 
210
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
211
+ #: app/features/mec/settings.php:923
212
  msgid "Frontend Event Submission"
213
  msgstr ""
214
 
218
  msgstr ""
219
 
220
  #: app/features/contextual.php:308 app/features/events.php:263
221
+ #: app/features/mec/settings.php:162 app/features/mec/settings.php:1109
222
  msgid "Booking"
223
  msgstr ""
224
 
225
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
226
+ #: app/features/mec/settings.php:1199
227
  msgid "Coupons"
228
  msgstr ""
229
 
230
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
231
+ #: app/features/mec/settings.php:1340
232
  msgid "BuddyPress Integration"
233
  msgstr ""
234
 
235
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
236
+ #: app/features/mec/settings.php:1370
237
  msgid "Mailchimp Integration"
238
  msgstr ""
239
 
256
  msgid "Event"
257
  msgstr ""
258
 
259
+ #: app/features/events.php:134 app/features/mec.php:309
260
  msgid "Add Event"
261
  msgstr ""
262
 
296
  #: app/features/mec/meta_boxes/search_form.php:292
297
  #: app/features/mec/meta_boxes/search_form.php:332
298
  #: app/features/mec/meta_boxes/search_form.php:379
299
+ #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4243
300
+ #: app/libraries/skins.php:716 app/skins/single/default.php:156
301
+ #: app/skins/single/default.php:367 app/skins/single/m1.php:169
302
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
303
  msgid "Category"
304
  msgstr ""
305
 
306
  #: app/features/events.php:153 app/features/fes/form.php:510
307
+ #: app/features/mec.php:311 app/features/mec/meta_boxes/filter.php:70
308
+ #: app/libraries/main.php:4242
309
  msgid "Categories"
310
  msgstr ""
311
 
377
  msgid "Event Details"
378
  msgstr ""
379
 
380
+ #: app/features/events.php:296 app/features/events.php:1974
381
+ #: app/features/events.php:2018 app/features/fes/form.php:471
382
  #: app/features/ix.php:2719 app/features/ix.php:2760
383
+ #: app/features/mec/settings.php:984 app/libraries/main.php:4275
384
  #: app/widgets/single.php:103
385
  msgid "Event Cost"
386
  msgstr ""
387
 
388
  #: app/features/events.php:299 app/features/fes/form.php:474
389
+ #: app/libraries/main.php:4276 app/skins/single/default.php:91
390
+ #: app/skins/single/default.php:302 app/skins/single/m1.php:49
391
  #: app/skins/single/modern.php:184
392
  msgid "Cost"
393
  msgstr ""
411
  #: app/features/fes/form.php:429 app/features/mec/regform.php:137
412
  #: app/features/organizers.php:110 app/features/organizers.php:150
413
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
414
+ #: app/features/speakers.php:179 app/libraries/main.php:1084
415
+ #: app/libraries/main.php:1165 app/libraries/main.php:2136
416
  #: app/libraries/notifications.php:560 app/modules/booking/steps/form.php:31
417
  #: app/modules/booking/steps/form.php:32 app/skins/single.php:216
418
+ #: app/skins/single/default.php:198 app/skins/single/default.php:409
419
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
420
  #: app/skins/single/modern.php:38
421
  msgid "Email"
426
  msgstr ""
427
 
428
  #: app/features/events.php:389 app/features/events.php:393
429
+ #: app/features/events.php:1795 app/features/events.php:1974
430
+ #: app/features/events.php:2018 app/features/fes/form.php:227
431
  #: app/features/fes/form.php:231 app/features/ix.php:2719
432
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
433
  #: app/features/mec/dashboard.php:298
462
  msgstr ""
463
 
464
  #: app/features/events.php:429 app/features/events.php:433
465
+ #: app/features/events.php:1796 app/features/events.php:1974
466
+ #: app/features/events.php:2018 app/features/fes/form.php:267
467
  #: app/features/fes/form.php:271 app/features/ix.php:2719
468
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
469
  #: app/features/mec/dashboard.php:299
488
 
489
  #: app/features/events.php:479 app/features/fes/form.php:317
490
  msgid ""
491
+ "It shows next to event time on single event page. You can insert Timezone "
492
+ "etc. in this field."
493
  msgstr ""
494
 
495
  #: app/features/events.php:485 app/features/fes/form.php:323
549
  msgstr ""
550
 
551
  #: app/features/events.php:507 app/features/fes/form.php:345
552
+ #: app/libraries/main.php:406
553
  msgid "Monday"
554
  msgstr ""
555
 
556
  #: app/features/events.php:508 app/features/fes/form.php:346
557
+ #: app/libraries/main.php:406
558
  msgid "Tuesday"
559
  msgstr ""
560
 
561
  #: app/features/events.php:509 app/features/fes/form.php:347
562
+ #: app/libraries/main.php:406
563
  msgid "Wednesday"
564
  msgstr ""
565
 
566
  #: app/features/events.php:510 app/features/fes/form.php:348
567
+ #: app/libraries/main.php:406
568
  msgid "Thursday"
569
  msgstr ""
570
 
571
  #: app/features/events.php:511 app/features/fes/form.php:349
572
+ #: app/libraries/main.php:406
573
  msgid "Friday"
574
  msgstr ""
575
 
576
  #: app/features/events.php:512 app/features/fes/form.php:350
577
+ #: app/libraries/main.php:406
578
  msgid "Saturday"
579
  msgstr ""
580
 
581
  #: app/features/events.php:513 app/features/fes/form.php:351
582
+ #: app/libraries/main.php:406
583
  msgid "Sunday"
584
  msgstr ""
585
 
639
  msgstr ""
640
 
641
  #: app/features/events.php:591 app/features/fes/form.php:356
642
+ #: app/features/profile/profile.php:31 app/libraries/main.php:1651
643
  #: app/modules/booking/steps/tickets.php:22
644
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
645
+ #: app/skins/single/default.php:266 app/skins/single/m1.php:16
646
  #: app/skins/single/modern.php:151
647
  msgid "Date"
648
  msgstr ""
655
  msgid "Day 1"
656
  msgstr ""
657
 
658
+ #: app/features/events.php:650 app/features/mec/settings.php:1038
659
  #: app/skins/single.php:246
660
  msgid "Hourly Schedule"
661
  msgstr ""
678
  #: app/features/events.php:663 app/features/events.php:676
679
  #: app/features/events.php:696 app/features/events.php:718
680
  #: app/features/events.php:734 app/features/events.php:1156
681
+ #: app/features/events.php:1178 app/features/events.php:1792
682
+ #: app/features/events.php:1974 app/features/events.php:2018
683
  #: app/features/fes/form.php:216 app/features/ix.php:2719
684
+ #: app/features/ix.php:2760 app/features/mec/settings.php:1300
685
+ #: app/features/mec/settings.php:1320 app/features/mec/styling.php:194
686
  msgid "Title"
687
  msgstr ""
688
 
693
  #: app/features/events.php:1013 app/features/events.php:1030
694
  #: app/features/events.php:1089 app/features/events.php:1114
695
  #: app/features/events.php:1167 app/features/events.php:1189
696
+ #: app/features/fes/list.php:72 app/features/mec/settings.php:1249
697
+ #: app/features/mec/settings.php:1272 app/features/mec/settings.php:1311
698
+ #: app/features/mec/settings.php:1331 app/libraries/main.php:2115
699
+ #: app/libraries/main.php:2144 app/libraries/main.php:2173
700
+ #: app/libraries/main.php:2202 app/libraries/main.php:2224
701
+ #: app/libraries/main.php:2255 app/libraries/main.php:2299
702
+ #: app/libraries/main.php:2343 app/libraries/main.php:2390
703
+ #: app/libraries/main.php:2428
704
  msgid "Remove"
705
  msgstr ""
706
 
726
 
727
  #: app/features/events.php:681 app/features/events.php:701
728
  #: app/features/events.php:739 app/features/fes/form.php:603
729
+ #: app/features/mec.php:319 app/features/mec/settings.php:78
730
+ #: app/features/mec/settings.php:1032 app/features/speakers.php:57
731
+ #: app/libraries/main.php:4250 app/modules/speakers/details.php:18
732
  msgid "Speakers"
733
  msgstr ""
734
 
737
  msgstr ""
738
 
739
  #: app/features/events.php:766 app/features/fes/form.php:448
740
+ #: app/features/mec/settings.php:978
741
  msgid "Event Links"
742
  msgstr ""
743
 
744
  #: app/features/events.php:768 app/features/fes/form.php:450
745
+ #: app/libraries/main.php:4273
746
  msgid "Event Link"
747
  msgstr ""
748
 
758
  msgstr ""
759
 
760
  #: app/features/events.php:773 app/features/fes/form.php:455
761
+ #: app/libraries/main.php:4274 app/skins/single/default.php:105
762
+ #: app/skins/single/default.php:316 app/skins/single/m1.php:190
763
  #: app/skins/single/m2.php:123 app/skins/single/modern.php:120
764
  #: app/widgets/single.php:107
765
  msgid "More Info"
799
  msgstr ""
800
 
801
  #: app/features/events.php:836 app/libraries/book.php:60
802
+ #: app/libraries/main.php:4278 app/modules/booking/steps/tickets.php:40
803
  msgid "Tickets"
804
  msgstr ""
805
 
815
  msgstr ""
816
 
817
  #: app/features/events.php:854 app/features/events.php:957
818
+ #: app/features/events.php:1974 app/features/events.php:2018
819
  #: app/features/ix.php:2719 app/features/ix.php:2760
820
  msgid "Start Time"
821
  msgstr ""
822
 
823
  #: app/features/events.php:872 app/features/events.php:975
824
+ #: app/features/events.php:1974 app/features/events.php:2018
825
  #: app/features/ix.php:2719 app/features/ix.php:2760
826
  msgid "End Time"
827
  msgstr ""
829
  #: app/features/events.php:895 app/features/events.php:924
830
  #: app/features/events.php:938 app/features/events.php:998
831
  #: app/features/events.php:1028 app/features/events.php:1160
832
+ #: app/features/events.php:1182 app/features/mec/settings.php:1304
833
+ #: app/features/mec/settings.php:1324
834
  msgid "Price"
835
  msgstr ""
836
 
865
  #: app/features/mec/meta_boxes/search_form.php:313
866
  #: app/features/mec/meta_boxes/search_form.php:353
867
  #: app/features/mec/meta_boxes/search_form.php:400
868
+ #: app/features/mec/meta_boxes/search_form.php:447 app/libraries/skins.php:794
869
  msgid "Label"
870
  msgstr ""
871
 
879
  msgstr ""
880
 
881
  #: app/features/events.php:1075 app/features/events.php:1100
882
+ #: app/features/mec/settings.php:1235 app/features/mec/settings.php:1258
883
  msgid "Fee Title"
884
  msgstr ""
885
 
886
  #: app/features/events.php:1079 app/features/events.php:1104
887
+ #: app/features/mec/settings.php:1239 app/features/mec/settings.php:1262
888
  msgid "Amount"
889
  msgstr ""
890
 
891
  #: app/features/events.php:1080 app/features/events.php:1105
892
+ #: app/features/mec/settings.php:1240 app/features/mec/settings.php:1263
893
  msgid ""
894
  "Fee amount, considered as fixed amount if you set the type to amount "
895
  "otherwise considered as percentage"
896
  msgstr ""
897
 
898
  #: app/features/events.php:1084 app/features/events.php:1109
899
+ #: app/features/mec/settings.php:1244 app/features/mec/settings.php:1267
900
  msgid "Percent"
901
  msgstr ""
902
 
903
  #: app/features/events.php:1085 app/features/events.php:1110
904
+ #: app/features/mec/settings.php:1245 app/features/mec/settings.php:1268
905
  msgid "Amount (Per Ticket)"
906
  msgstr ""
907
 
908
  #: app/features/events.php:1086 app/features/events.php:1111
909
+ #: app/features/mec/settings.php:1246 app/features/mec/settings.php:1269
910
  msgid "Amount (Per Booking)"
911
  msgstr ""
912
 
913
+ #: app/features/events.php:1140 app/features/mec/settings.php:1056
914
  msgid "Ticket Variations / Options"
915
  msgstr ""
916
 
917
  #: app/features/events.php:1161 app/features/events.php:1183
918
+ #: app/features/mec/settings.php:1305 app/features/mec/settings.php:1325
919
  msgid "Option Price"
920
  msgstr ""
921
 
922
  #: app/features/events.php:1164 app/features/events.php:1186
923
+ #: app/features/mec/settings.php:1308 app/features/mec/settings.php:1328
924
  msgid "Maximum Per Ticket"
925
  msgstr ""
926
 
927
  #: app/features/events.php:1165 app/features/events.php:1187
928
+ #: app/features/mec/settings.php:1309 app/features/mec/settings.php:1329
929
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
930
  msgstr ""
931
 
932
  #: app/features/events.php:1249 app/features/mec/regform.php:136
933
+ #: app/libraries/main.php:2107
934
  msgid "Text"
935
  msgstr ""
936
 
937
  #: app/features/events.php:1251 app/features/mec/regform.php:138
938
  #: app/features/organizers.php:102 app/features/organizers.php:146
939
  #: app/features/speakers.php:111 app/features/speakers.php:175
940
+ #: app/features/speakers.php:244 app/libraries/main.php:2165
941
  msgid "Tel"
942
  msgstr ""
943
 
944
  #: app/features/events.php:1252 app/features/mec/regform.php:139
945
+ #: app/libraries/main.php:2194
946
  msgid "Textarea"
947
  msgstr ""
948
 
949
  #: app/features/events.php:1253 app/features/mec/regform.php:140
950
+ #: app/libraries/main.php:2247
951
  msgid "Checkboxes"
952
  msgstr ""
953
 
954
  #: app/features/events.php:1254 app/features/mec/regform.php:141
955
+ #: app/libraries/main.php:2291
956
  msgid "Radio Buttons"
957
  msgstr ""
958
 
1002
  #: app/features/mec/meta_boxes/search_form.php:443
1003
  #: app/features/mec/meta_boxes/search_form.php:450
1004
  #: app/features/mec/meta_boxes/search_form.php:457
1005
+ #: app/features/mec/regform.php:142 app/libraries/main.php:2335
1006
  msgid "Dropdown"
1007
  msgstr ""
1008
 
1009
  #: app/features/events.php:1256 app/features/mec/regform.php:143
1010
+ #: app/libraries/main.php:2382
1011
  msgid "Agreement"
1012
  msgstr ""
1013
 
1014
  #: app/features/events.php:1257 app/features/mec/regform.php:144
1015
+ #: app/libraries/main.php:2223
1016
  msgid "Paragraph"
1017
  msgstr ""
1018
 
1019
+ #: app/features/events.php:1738 app/features/events.php:1753
1020
+ #: app/features/events.php:1767
1021
  #, php-format
1022
  msgid "Show all %s"
1023
  msgstr ""
1024
 
1025
+ #: app/features/events.php:1738
1026
  msgid "labels"
1027
  msgstr ""
1028
 
1029
+ #: app/features/events.php:1753
1030
  msgid "locations"
1031
  msgstr ""
1032
 
1033
+ #: app/features/events.php:1767
1034
  msgid "organizers"
1035
  msgstr ""
1036
 
1037
+ #: app/features/events.php:1793 app/features/events.php:1974
1038
+ #: app/features/events.php:2018 app/features/ix.php:2719
1039
  #: app/features/ix.php:2760 app/features/locations.php:58
1040
  #: app/features/locations.php:229 app/features/locations.php:281
1041
  #: app/features/locations.php:283
1048
  #: app/features/mec/meta_boxes/search_form.php:299
1049
  #: app/features/mec/meta_boxes/search_form.php:339
1050
  #: app/features/mec/meta_boxes/search_form.php:386
1051
+ #: app/features/mec/meta_boxes/search_form.php:433 app/libraries/main.php:1645
1052
+ #: app/libraries/main.php:4247 app/libraries/skins.php:742
1053
+ #: app/skins/single/default.php:141 app/skins/single/default.php:352
1054
  #: app/skins/single/m1.php:154 app/skins/single/m2.php:86
1055
  #: app/skins/single/modern.php:83
1056
  msgid "Location"
1057
  msgstr ""
1058
 
1059
+ #: app/features/events.php:1794 app/features/events.php:1974
1060
+ #: app/features/events.php:2018 app/features/ix.php:2719
1061
  #: app/features/ix.php:2760 app/features/mec/meta_boxes/display_options.php:662
1062
  #: app/features/mec/meta_boxes/search_form.php:45
1063
  #: app/features/mec/meta_boxes/search_form.php:92
1070
  #: app/features/mec/meta_boxes/search_form.php:440
1071
  #: app/features/organizers.php:58 app/features/organizers.php:199
1072
  #: app/features/organizers.php:255 app/features/organizers.php:257
1073
+ #: app/libraries/main.php:4249 app/libraries/skins.php:768
1074
+ #: app/skins/single/default.php:181 app/skins/single/default.php:392
1075
  #: app/skins/single/m1.php:90 app/skins/single/m2.php:22
1076
  #: app/skins/single/modern.php:21
1077
  msgid "Organizer"
1078
  msgstr ""
1079
 
1080
+ #: app/features/events.php:1798
1081
  msgid "Repeat"
1082
  msgstr ""
1083
 
1084
+ #: app/features/events.php:1799
1085
  msgid "Author"
1086
  msgstr ""
1087
 
1088
+ #: app/features/events.php:1909 app/features/events.php:1910
1089
  msgid "iCal Export"
1090
  msgstr ""
1091
 
1092
+ #: app/features/events.php:1912 app/features/events.php:1913
1093
  msgid "CSV Export"
1094
  msgstr ""
1095
 
1096
+ #: app/features/events.php:1915 app/features/events.php:1916
1097
  msgid "MS Excel Export"
1098
  msgstr ""
1099
 
1100
+ #: app/features/events.php:1918 app/features/events.php:1919
1101
  msgid "XML Export"
1102
  msgstr ""
1103
 
1104
+ #: app/features/events.php:1921 app/features/events.php:1922
1105
  msgid "JSON Export"
1106
  msgstr ""
1107
 
1108
+ #: app/features/events.php:1924 app/features/events.php:1925
1109
  msgid "Duplicate"
1110
  msgstr ""
1111
 
1112
+ #: app/features/events.php:1974 app/features/events.php:2018
1113
  #: app/features/ix.php:2719 app/features/ix.php:2760
1114
  #: app/features/labels.php:176 app/features/locations.php:228
1115
  #: app/features/organizers.php:198 app/features/speakers.php:241
1116
  msgid "ID"
1117
  msgstr ""
1118
 
1119
+ #: app/features/events.php:1974 app/features/events.php:2018
1120
  #: app/features/ix.php:2719 app/features/ix.php:2760
1121
  msgid "Link"
1122
  msgstr ""
1123
 
1124
+ #: app/features/events.php:1974 app/features/events.php:2018
1125
  #, php-format
1126
  msgid "%s Tel"
1127
  msgstr ""
1128
 
1129
+ #: app/features/events.php:1974 app/features/events.php:2018
1130
  #, php-format
1131
  msgid "%s Email"
1132
  msgstr ""
1173
  msgid "Please fill event title field!"
1174
  msgstr ""
1175
 
1176
+ #: app/features/fes.php:799
1177
  msgid "The event submitted. It will publish as soon as possible."
1178
  msgstr ""
1179
 
1180
+ #: app/features/fes.php:800
1181
  msgid "The event published."
1182
  msgstr ""
1183
 
1201
  msgid "eg. John Smith"
1202
  msgstr ""
1203
 
1204
+ #: app/features/fes/form.php:488 app/features/mec/settings.php:990
1205
  msgid "Featured Image"
1206
  msgstr ""
1207
 
1210
  msgstr ""
1211
 
1212
  #: app/features/fes/form.php:535 app/features/labels.php:61
1213
+ #: app/features/labels.php:220 app/features/mec.php:312
1214
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4244
1215
+ #: app/skins/single/default.php:120 app/skins/single/default.php:331
1216
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:199
1217
  msgid "Labels"
1218
  msgstr ""
1219
 
1220
+ #: app/features/fes/form.php:580 app/features/mec.php:310
1221
  #: app/features/mec/meta_boxes/filter.php:138
1222
  msgid "Tags"
1223
  msgstr ""
1255
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1256
  #: app/features/mec/notifications.php:76 app/features/mec/regform.php:75
1257
  #: app/features/mec/settings.php:249 app/features/mec/styles.php:77
1258
+ #: app/features/mec/styling.php:99 app/features/mec/support.php:73
1259
  msgid "Import / Export"
1260
  msgstr ""
1261
 
1414
  "This will export all of your website events' data into your desired format."
1415
  msgstr ""
1416
 
1417
+ #: app/features/ix/export.php:25 app/features/mec/settings.php:779
1418
  msgid "iCal"
1419
  msgstr ""
1420
 
1519
  msgid "Add to Google Calendar"
1520
  msgstr ""
1521
 
1522
+ #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1481
1523
  msgid "Checking ..."
1524
  msgstr ""
1525
 
1561
  msgid "ICS Feed"
1562
  msgstr ""
1563
 
1564
+ #: app/features/ix/import.php:46 app/features/mec/settings.php:660
1565
+ #: app/features/mec/settings.php:810 app/features/mec/settings.php:828
1566
+ #: app/features/mec/settings.php:1112 app/features/mec/settings.php:1202
1567
+ #: app/features/mec/settings.php:1219 app/features/mec/settings.php:1284
1568
  #, php-format
1569
  msgid "%s is required to use this feature."
1570
  msgstr ""
1576
  #: app/features/mec/meta_boxes/display_options.php:578
1577
  #: app/features/mec/meta_boxes/display_options.php:628
1578
  #: app/features/mec/meta_boxes/display_options.php:766
1579
+ #: app/features/mec/settings.php:660 app/features/mec/settings.php:810
1580
+ #: app/features/mec/settings.php:828 app/features/mec/settings.php:1112
1581
+ #: app/features/mec/settings.php:1202 app/features/mec/settings.php:1219
1582
+ #: app/features/mec/settings.php:1284
1583
  msgid "Pro version of Modern Events Calendar"
1584
  msgstr ""
1585
 
1865
 
1866
  #: app/features/labels.php:116 app/features/labels.php:141
1867
  #: app/skins/agenda/render.php:36 app/skins/available_spot/tpl.php:31
1868
+ #: app/skins/carousel/render.php:58 app/skins/countdown/tpl.php:24
1869
  #: app/skins/cover/tpl.php:27 app/skins/daily_view/render.php:22
1870
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
1871
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
1877
  msgstr ""
1878
 
1879
  #: app/features/labels.php:117 app/features/labels.php:142
1880
+ #: app/libraries/main.php:4437 app/skins/agenda/render.php:40
1881
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
1882
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:31
1883
  #: app/skins/daily_view/render.php:26 app/skins/grid/render.php:53
1884
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
1910
  msgid "Event %s"
1911
  msgstr ""
1912
 
1913
+ #: app/features/locations.php:59 app/features/mec.php:313
1914
  #: app/features/mec/dashboard.php:171 app/features/mec/meta_boxes/filter.php:87
1915
+ #: app/libraries/main.php:4246
1916
  msgid "Locations"
1917
  msgstr ""
1918
 
1983
  msgid "eg. City Hall"
1984
  msgstr ""
1985
 
1986
+ #: app/features/locations.php:298 app/features/mec/settings.php:1020
1987
  #: app/widgets/single.php:115
1988
  msgid "Event Location"
1989
  msgstr ""
2006
  msgid "Don't show map in single event page"
2007
  msgstr ""
2008
 
2009
+ #: app/features/mec.php:148
2010
  msgid ""
2011
  "Activation faild. Please check your purchase code or license type."
2012
  "<br><b>Note: Your purchase code should match your licesne type.</b>"
2013
  msgstr ""
2014
 
2015
+ #: app/features/mec.php:148
2016
  msgid "Troubleshooting"
2017
  msgstr ""
2018
 
2019
+ #: app/features/mec.php:188
2020
  msgid ""
2021
  "Your options is not in JSON format. Please insert correct options in this "
2022
  "field and try again."
2023
  msgstr ""
2024
 
2025
+ #: app/features/mec.php:195
2026
  msgid "Your options field can not be empty!"
2027
  msgstr ""
2028
 
2029
+ #: app/features/mec.php:201
2030
  msgid "Your options imported successfuly."
2031
  msgstr ""
2032
 
2033
+ #: app/features/mec.php:294
2034
  msgid "MEC - Support"
2035
  msgstr ""
2036
 
2037
+ #: app/features/mec.php:294 app/features/mec/gateways.php:84
2038
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2039
  #: app/features/mec/notifications.php:83 app/features/mec/regform.php:82
2040
  #: app/features/mec/settings.php:256 app/features/mec/styles.php:84
2041
+ #: app/features/mec/styling.php:106 app/features/mec/support-page.php:9
2042
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2043
  msgid "Support"
2044
  msgstr ""
2045
 
2046
+ #: app/features/mec.php:314 app/features/mec/dashboard.php:178
2047
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2048
+ #: app/libraries/main.php:4248
2049
  msgid "Organizers"
2050
  msgstr ""
2051
 
2052
+ #: app/features/mec.php:322 app/features/mec.php:336
2053
  #: app/features/mec/dashboard.php:164
2054
  msgid "Shortcodes"
2055
  msgstr ""
2056
 
2057
+ #: app/features/mec.php:323
2058
  msgid "MEC - Settings"
2059
  msgstr ""
2060
 
2061
+ #: app/features/mec.php:338
2062
  msgid "Add Shortcode"
2063
  msgstr ""
2064
 
2065
+ #: app/features/mec.php:339
2066
  msgid "Add New Shortcode"
2067
  msgstr ""
2068
 
2069
+ #: app/features/mec.php:340
2070
  msgid "No shortcodes found!"
2071
  msgstr ""
2072
 
2073
+ #: app/features/mec.php:341
2074
  msgid "All Shortcodes"
2075
  msgstr ""
2076
 
2077
+ #: app/features/mec.php:342
2078
  msgid "Edit shortcodes"
2079
  msgstr ""
2080
 
2081
+ #: app/features/mec.php:343
2082
  msgid "No shortcodes found in Trash!"
2083
  msgstr ""
2084
 
2085
+ #: app/features/mec.php:390
2086
  msgid "Display Options"
2087
  msgstr ""
2088
 
2089
+ #: app/features/mec.php:391
2090
  msgid "Filter Options"
2091
  msgstr ""
2092
 
2093
+ #: app/features/mec.php:393
2094
  msgid "Search Form"
2095
  msgstr ""
2096
 
2097
+ #: app/features/mec.php:720
2098
  msgid "Display content's images as Popup"
2099
  msgstr ""
2100
 
2101
+ #: app/features/mec.php:733
2102
  msgid "Single Event Display Method"
2103
  msgstr ""
2104
 
2105
+ #: app/features/mec.php:738
2106
  msgid "Separate Window"
2107
  msgstr ""
2108
 
2109
+ #: app/features/mec.php:739
2110
  msgid "Modal 1"
2111
  msgstr ""
2112
 
2159
  "code."
2160
  msgstr ""
2161
 
2162
+ #: app/features/mec/dashboard.php:189 app/features/mec/settings.php:507
2163
  msgid "Upcoming Events"
2164
  msgstr ""
2165
 
2208
  msgid "Change Log"
2209
  msgstr ""
2210
 
2211
+ #: app/features/mec/gateways.php:11 app/features/mec/gateways.php:111
2212
+ #: app/features/mec/gateways.php:120 app/features/mec/gateways.php:161
2213
+ #: app/features/mec/gateways.php:171 app/features/mec/messages.php:11
2214
+ #: app/features/mec/messages.php:118 app/features/mec/messages.php:127
2215
+ #: app/features/mec/messages.php:161 app/features/mec/messages.php:170
2216
+ #: app/features/mec/notifications.php:10 app/features/mec/notifications.php:374
2217
+ #: app/features/mec/notifications.php:383
2218
+ #: app/features/mec/notifications.php:437
2219
+ #: app/features/mec/notifications.php:446 app/features/mec/regform.php:11
2220
+ #: app/features/mec/regform.php:150 app/features/mec/regform.php:193
2221
+ #: app/features/mec/regform.php:229 app/features/mec/regform.php:238
2222
+ #: app/features/mec/settings.php:28 app/features/mec/settings.php:1407
2223
+ #: app/features/mec/settings.php:1417 app/features/mec/settings.php:1498
2224
+ #: app/features/mec/settings.php:1512 app/features/mec/styles.php:11
2225
+ #: app/features/mec/styles.php:103 app/features/mec/styles.php:112
2226
+ #: app/features/mec/styles.php:149 app/features/mec/styles.php:158
2227
+ #: app/features/mec/styling.php:33 app/features/mec/styling.php:304
2228
+ #: app/features/mec/styling.php:313 app/features/mec/styling.php:376
2229
+ #: app/features/mec/styling.php:385
2230
+ msgid "Save Changes"
2231
+ msgstr ""
2232
+
2233
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2234
  #: app/features/mec/messages.php:56 app/features/mec/notifications.php:55
2235
  #: app/features/mec/regform.php:54 app/features/mec/settings.php:228
2236
+ #: app/features/mec/styles.php:56 app/features/mec/styling.php:78
2237
  #: app/features/mec/support.php:52
2238
  msgid "Styling Options"
2239
  msgstr ""
2241
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2242
  #: app/features/mec/messages.php:63 app/features/mec/notifications.php:62
2243
  #: app/features/mec/regform.php:61 app/features/mec/settings.php:235
2244
+ #: app/features/mec/styles.php:63 app/features/mec/styling.php:85
2245
  #: app/features/mec/support.php:59
2246
  msgid "Custom CSS"
2247
  msgstr ""
2250
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2251
  #: app/features/mec/notifications.php:69 app/features/mec/regform.php:68
2252
  #: app/features/mec/settings.php:242 app/features/mec/styles.php:70
2253
+ #: app/features/mec/styling.php:92 app/features/mec/support.php:66
2254
  msgid "Messages"
2255
  msgstr ""
2256
 
2257
+ #: app/features/mec/gateways.php:140 app/features/mec/messages.php:145
2258
+ #: app/features/mec/notifications.php:421 app/features/mec/regform.php:213
2259
+ #: app/features/mec/settings.php:1476 app/features/mec/styles.php:132
2260
+ #: app/features/mec/styling.php:358
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2261
  msgid "Saved"
2262
  msgstr ""
2263
 
2264
+ #: app/features/mec/gateways.php:141 app/features/mec/messages.php:146
2265
+ #: app/features/mec/notifications.php:422 app/features/mec/regform.php:214
2266
+ #: app/features/mec/settings.php:1477 app/features/mec/styles.php:133
2267
+ #: app/features/mec/styling.php:359
2268
  msgid "Settings Saved!"
2269
  msgstr ""
2270
 
2308
  #: app/features/mec/meta_boxes/display_options.php:129
2309
  #: app/features/mec/meta_boxes/display_options.php:431
2310
  #: app/features/mec/meta_boxes/display_options.php:686
2311
+ #: app/features/mec/settings.php:383 app/features/mec/settings.php:407
2312
+ #: app/features/mec/settings.php:416 app/features/mec/settings.php:451
2313
+ #: app/features/mec/settings.php:475 app/features/mec/settings.php:484
2314
  msgid "Classic"
2315
  msgstr ""
2316
 
2317
  #: app/features/mec/meta_boxes/display_options.php:35
2318
  #: app/features/mec/meta_boxes/display_options.php:131
2319
+ #: app/features/mec/settings.php:408 app/features/mec/settings.php:418
2320
+ #: app/features/mec/settings.php:476 app/features/mec/settings.php:486
2321
  msgid "Minimal"
2322
  msgstr ""
2323
 
2327
  #: app/features/mec/meta_boxes/display_options.php:433
2328
  #: app/features/mec/meta_boxes/display_options.php:585
2329
  #: app/features/mec/meta_boxes/display_options.php:688
2330
+ #: app/features/mec/settings.php:385 app/features/mec/settings.php:398
2331
+ #: app/features/mec/settings.php:409 app/features/mec/settings.php:419
2332
+ #: app/features/mec/settings.php:453 app/features/mec/settings.php:466
2333
+ #: app/features/mec/settings.php:477 app/features/mec/settings.php:487
2334
  msgid "Modern"
2335
  msgstr ""
2336
 
2337
  #: app/features/mec/meta_boxes/display_options.php:37
2338
+ #: app/features/mec/settings.php:410 app/features/mec/settings.php:478
2339
  msgid "Standard"
2340
  msgstr ""
2341
 
2342
  #: app/features/mec/meta_boxes/display_options.php:38
2343
+ #: app/features/mec/settings.php:411 app/features/mec/settings.php:479
2344
  msgid "Accordion"
2345
  msgstr ""
2346
 
2534
  #: app/features/mec/meta_boxes/display_options.php:432
2535
  #: app/features/mec/meta_boxes/display_options.php:586
2536
  #: app/features/mec/meta_boxes/display_options.php:687
2537
+ #: app/features/mec/settings.php:384 app/features/mec/settings.php:399
2538
+ #: app/features/mec/settings.php:417 app/features/mec/settings.php:452
2539
+ #: app/features/mec/settings.php:467 app/features/mec/settings.php:485
2540
  msgid "Clean"
2541
  msgstr ""
2542
 
2543
  #: app/features/mec/meta_boxes/display_options.php:133
2544
  #: app/features/mec/meta_boxes/display_options.php:309
2545
  #: app/features/mec/meta_boxes/display_options.php:435
2546
+ #: app/features/mec/settings.php:387 app/features/mec/settings.php:420
2547
+ #: app/features/mec/settings.php:455 app/features/mec/settings.php:488
2548
  msgid "Simple"
2549
  msgstr ""
2550
 
2555
  #: app/features/mec/meta_boxes/display_options.php:135
2556
  #: app/features/mec/meta_boxes/display_options.php:308
2557
  #: app/features/mec/meta_boxes/display_options.php:434
2558
+ #: app/features/mec/settings.php:386 app/features/mec/settings.php:422
2559
+ #: app/features/mec/settings.php:454 app/features/mec/settings.php:490
2560
  msgid "Novel"
2561
  msgstr ""
2562
 
2579
  #: app/features/mec/meta_boxes/display_options.php:471
2580
  #: app/features/mec/meta_boxes/display_options.php:578
2581
  #: app/features/mec/meta_boxes/display_options.php:766
 
2582
  #, php-format
2583
  msgid "%s is required to use this skin."
2584
  msgstr ""
2594
 
2595
  #: app/features/mec/meta_boxes/display_options.php:297
2596
  #: app/features/mec/meta_boxes/display_options.php:314
2597
+ #: app/libraries/main.php:329 app/libraries/main.php:1198
2598
+ #: app/libraries/main.php:1223
2599
  msgid "List View"
2600
  msgstr ""
2601
 
2602
  #: app/features/mec/meta_boxes/display_options.php:298
2603
  #: app/features/mec/meta_boxes/display_options.php:324
2604
+ #: app/libraries/main.php:333 app/libraries/main.php:1192
2605
+ #: app/libraries/main.php:1217
2606
  msgid "Yearly View"
2607
  msgstr ""
2608
 
2613
 
2614
  #: app/features/mec/meta_boxes/display_options.php:300
2615
  #: app/features/mec/meta_boxes/display_options.php:344
2616
+ #: app/libraries/main.php:336 app/libraries/main.php:1194
2617
+ #: app/libraries/main.php:1219
2618
  msgid "Weekly View"
2619
  msgstr ""
2620
 
2621
  #: app/features/mec/meta_boxes/display_options.php:301
2622
  #: app/features/mec/meta_boxes/display_options.php:354
2623
+ #: app/libraries/main.php:335 app/libraries/main.php:1195
2624
+ #: app/libraries/main.php:1220
2625
  msgid "Daily View"
2626
  msgstr ""
2627
 
2934
  #: app/features/mec/meta_boxes/search_form.php:449
2935
  #: app/features/mec/meta_boxes/search_form.php:456
2936
  #: app/features/mec/meta_boxes/search_form.php:463
2937
+ #: app/features/mec/settings.php:306 app/features/mec/settings.php:519
2938
+ #: app/features/mec/settings.php:703
2939
  msgid "Disabled"
2940
  msgstr ""
2941
 
3218
  msgid "Email/Booking verification link."
3219
  msgstr ""
3220
 
3221
+ #: app/features/mec/notifications.php:196 app/features/mec/settings.php:1175
3222
  msgid "Booking Confirmation"
3223
  msgstr ""
3224
 
3295
  msgid "Status of event"
3296
  msgstr ""
3297
 
3298
+ #: app/features/mec/notifications.php:362 app/features/mec/settings.php:1062
3299
  msgid "Event Note"
3300
  msgstr ""
3301
 
3307
  msgid "Archive Page Options"
3308
  msgstr ""
3309
 
3310
+ #: app/features/mec/settings.php:96 app/features/mec/settings.php:768
3311
  msgid "Export Module Options"
3312
  msgstr ""
3313
 
3314
+ #: app/features/mec/settings.php:102 app/features/mec/settings.php:795
3315
  msgid "Local Time Module"
3316
  msgstr ""
3317
 
3318
+ #: app/features/mec/settings.php:108 app/features/mec/settings.php:807
3319
  msgid "QR Code Module"
3320
  msgstr ""
3321
 
3322
+ #: app/features/mec/settings.php:114 app/features/mec/settings.php:825
3323
  #: app/widgets/single.php:147
3324
  msgid "Weather Module"
3325
  msgstr ""
3326
 
3327
+ #: app/features/mec/settings.php:144 app/features/mec/settings.php:1081
3328
  msgid "User Profile"
3329
  msgstr ""
3330
 
3331
+ #: app/features/mec/settings.php:156 app/features/mec/settings.php:1099
3332
  msgid "Additional Organizers"
3333
  msgstr ""
3334
 
3335
+ #: app/features/mec/settings.php:174 app/features/mec/settings.php:1216
3336
  msgid "Taxes / Fees"
3337
  msgstr ""
3338
 
3339
+ #: app/features/mec/settings.php:180 app/features/mec/settings.php:1281
3340
  msgid "Ticket Variations & Options"
3341
  msgstr ""
3342
 
3343
  #: app/features/mec/settings.php:276
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3344
  msgid "Hide Events"
3345
  msgstr ""
3346
 
3347
+ #: app/features/mec/settings.php:279
3348
  msgid "On Event Start"
3349
  msgstr ""
3350
 
3351
+ #: app/features/mec/settings.php:280
3352
  msgid "+1 Hour after start"
3353
  msgstr ""
3354
 
3355
+ #: app/features/mec/settings.php:281
3356
  msgid "+2 Hours after start"
3357
  msgstr ""
3358
 
3359
+ #: app/features/mec/settings.php:282
3360
  msgid "On Event End"
3361
  msgstr ""
3362
 
3363
+ #: app/features/mec/settings.php:284
3364
+ msgid ""
3365
+ "This option is for showing start/end time of events on frontend of website."
3366
+ msgstr ""
3367
+
3368
+ #: app/features/mec/settings.php:290
3369
  msgid "Multiple Day Events"
3370
  msgstr ""
3371
 
3372
+ #: app/features/mec/settings.php:293
3373
  msgid "Show only first day on List/Grid/Slider skins"
3374
  msgstr ""
3375
 
3376
+ #: app/features/mec/settings.php:294
3377
  msgid "Show only first day on all skins"
3378
  msgstr ""
3379
 
3380
+ #: app/features/mec/settings.php:295
3381
  msgid "Show all days"
3382
  msgstr ""
3383
 
3384
+ #: app/features/mec/settings.php:297
3385
  msgid ""
3386
  "For showing all days of multiple day events on frontend or only show the "
3387
  "first day."
3388
  msgstr ""
3389
 
3390
+ #: app/features/mec/settings.php:303
3391
  msgid "Remove MEC Data on Plugin Uninstall"
3392
  msgstr ""
3393
 
3394
+ #: app/features/mec/settings.php:307
3395
  msgid "Enabled"
3396
  msgstr ""
3397
 
3398
+ #: app/features/mec/settings.php:313
3399
  msgid "Exclude Date Suffix"
3400
  msgstr ""
3401
 
3402
+ #: app/features/mec/settings.php:316
3403
  msgid "Remove suffix from calendars"
3404
  msgstr ""
3405
 
3406
+ #: app/features/mec/settings.php:323 app/libraries/main.php:4255
3407
  msgid "Weekdays"
3408
  msgstr ""
3409
 
3410
+ #: app/features/mec/settings.php:331
3411
  msgid ""
3412
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
3413
  "and Friday."
3414
  msgstr ""
3415
 
3416
+ #: app/features/mec/settings.php:338
3417
  msgid "Weekends"
3418
  msgstr ""
3419
 
3420
+ #: app/features/mec/settings.php:346
3421
  msgid "Proceed with caution. Default is set to Saturday and Sunday."
3422
  msgstr ""
3423
 
3424
+ #: app/features/mec/settings.php:354
3425
  msgid "Archive Pages"
3426
  msgstr ""
3427
 
3428
+ #: app/features/mec/settings.php:357
3429
  msgid "Archive Page Title"
3430
  msgstr ""
3431
 
3432
+ #: app/features/mec/settings.php:360
3433
  msgid "Default value is Events"
3434
  msgstr ""
3435
 
3436
+ #: app/features/mec/settings.php:365
3437
  msgid "Archive Page Skin"
3438
  msgstr ""
3439
 
3440
+ #: app/features/mec/settings.php:373
3441
  msgid "Put shortcode..."
3442
  msgstr ""
3443
 
3444
+ #: app/features/mec/settings.php:376 app/features/mec/settings.php:391
3445
+ #: app/features/mec/settings.php:394 app/features/mec/settings.php:403
3446
+ #: app/features/mec/settings.php:429 app/features/mec/settings.php:444
3447
+ #: app/features/mec/settings.php:459 app/features/mec/settings.php:462
3448
+ #: app/features/mec/settings.php:471 app/features/mec/settings.php:497
3449
  msgid "There is no skins"
3450
  msgstr ""
3451
 
3452
+ #: app/features/mec/settings.php:379 app/features/mec/settings.php:447
3453
+ #: app/features/mec/settings.php:572
3454
  msgid "Modern Style"
3455
  msgstr ""
3456
 
3457
+ #: app/features/mec/settings.php:421 app/features/mec/settings.php:489
3458
  msgid "colorful"
3459
  msgstr ""
3460
 
3461
+ #: app/features/mec/settings.php:426 app/features/mec/settings.php:494
3462
  msgid "Clean Style"
3463
  msgstr ""
3464
 
3465
+ #: app/features/mec/settings.php:431
3466
  msgid "Default value is Calendar/Monthly View"
3467
  msgstr ""
3468
 
3469
+ #: app/features/mec/settings.php:436
3470
  msgid "Category Page Skin"
3471
  msgstr ""
3472
 
3473
+ #: app/features/mec/settings.php:499
3474
  msgid "Default value is List View"
3475
  msgstr ""
3476
 
3477
+ #: app/features/mec/settings.php:504
3478
  msgid "Category Events Method"
3479
  msgstr ""
3480
 
3481
+ #: app/features/mec/settings.php:508
3482
  msgid "Expired Events"
3483
  msgstr ""
3484
 
3485
+ #: app/features/mec/settings.php:510
3486
  msgid "Default value is Upcoming Events"
3487
  msgstr ""
3488
 
3489
+ #: app/features/mec/settings.php:515
3490
  msgid "Events Archive Status"
3491
  msgstr ""
3492
 
3493
+ #: app/features/mec/settings.php:518
3494
  msgid "Enabled (Recommended)"
3495
  msgstr ""
3496
 
3497
+ #: app/features/mec/settings.php:521
3498
  msgid ""
3499
  "If you disable it, then you should create a page as archive page of MEC. "
3500
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
3501
  "MEC rewrite rules."
3502
  msgstr ""
3503
 
3504
+ #: app/features/mec/settings.php:531
3505
  msgid "Main Slug"
3506
  msgstr ""
3507
 
3508
+ #: app/features/mec/settings.php:534
3509
  msgid ""
3510
  "Default value is events. Valid characters are lowercase a-z, - character and "
3511
  "numbers."
3512
  msgstr ""
3513
 
3514
+ #: app/features/mec/settings.php:538
3515
  msgid "Category Slug"
3516
  msgstr ""
3517
 
3518
+ #: app/features/mec/settings.php:541
3519
  msgid ""
3520
  "It's slug of MEC categories, you can change it to events-cat or something "
3521
  "else. Default value is mec-category. Valid characters are lowercase a-z, - "
3522
  "character and numbers."
3523
  msgstr ""
3524
 
3525
+ #: app/features/mec/settings.php:551
3526
  msgid "Single Event Date Format"
3527
  msgstr ""
3528
 
3529
+ #: app/features/mec/settings.php:554 app/features/mec/settings.php:916
3530
  msgid "Default is M d Y"
3531
  msgstr ""
3532
 
3533
+ #: app/features/mec/settings.php:558
3534
  msgid "Date Method"
3535
  msgstr ""
3536
 
3537
+ #: app/features/mec/settings.php:561
3538
  msgid "Next occurrence date"
3539
  msgstr ""
3540
 
3541
+ #: app/features/mec/settings.php:562
3542
  msgid "Referred date"
3543
  msgstr ""
3544
 
3545
+ #: app/features/mec/settings.php:564
3546
  msgid ""
3547
  "\"Referred date\" shows the event date based on referred date in event list."
3548
  msgstr ""
3549
 
3550
+ #: app/features/mec/settings.php:568
3551
  msgid "Single Event Style"
3552
  msgstr ""
3553
 
3554
+ #: app/features/mec/settings.php:571
3555
  msgid "Default Style"
3556
  msgstr ""
3557
 
3558
+ #: app/features/mec/settings.php:574
3559
  msgid "Choose your single event style."
3560
  msgstr ""
3561
 
3562
+ #: app/features/mec/settings.php:578
3563
  msgid "Booking Style"
3564
  msgstr ""
3565
 
3566
+ #: app/features/mec/settings.php:581 app/features/mec/settings.php:692
3567
  msgid "Default"
3568
  msgstr ""
3569
 
3570
+ #: app/features/mec/settings.php:582
3571
  msgid "Modal"
3572
  msgstr ""
3573
 
3574
+ #: app/features/mec/settings.php:584
3575
  msgid "Choose your Booking style."
3576
  msgstr ""
3577
 
3578
+ #: app/features/mec/settings.php:592
3579
  msgid "Currency"
3580
  msgstr ""
3581
 
3582
+ #: app/features/mec/settings.php:602
3583
  msgid "Currency Sign"
3584
  msgstr ""
3585
 
3586
+ #: app/features/mec/settings.php:605
3587
  msgid "Default value will be \"currency\" if you leave it empty."
3588
  msgstr ""
3589
 
3590
+ #: app/features/mec/settings.php:609
3591
  msgid "Currency Position"
3592
  msgstr ""
3593
 
3594
+ #: app/features/mec/settings.php:612
3595
  msgid "Before $10"
3596
  msgstr ""
3597
 
3598
+ #: app/features/mec/settings.php:613
3599
  msgid "After 10$"
3600
  msgstr ""
3601
 
3602
+ #: app/features/mec/settings.php:618
3603
  msgid "Thousand Separator"
3604
  msgstr ""
3605
 
3606
+ #: app/features/mec/settings.php:624
3607
  msgid "Decimal Separator"
3608
  msgstr ""
3609
 
3610
+ #: app/features/mec/settings.php:634
3611
  msgid "No decimal"
3612
  msgstr ""
3613
 
3614
+ #: app/features/mec/settings.php:643
3615
  msgid "Speakers Options"
3616
  msgstr ""
3617
 
3618
+ #: app/features/mec/settings.php:649
3619
  msgid "Enable speakers feature"
3620
  msgstr ""
3621
 
3622
+ #: app/features/mec/settings.php:665
3623
  msgid "Show Google Maps on event page"
3624
  msgstr ""
3625
 
3626
+ #: app/features/mec/settings.php:670 app/features/mec/settings.php:838
3627
+ #: app/features/mec/settings.php:1379
3628
  msgid "API Key"
3629
  msgstr ""
3630
 
3631
+ #: app/features/mec/settings.php:673 app/features/mec/settings.php:1382
3632
+ #: app/features/mec/settings.php:1389
3633
  msgid "Required!"
3634
  msgstr ""
3635
 
3636
+ #: app/features/mec/settings.php:677
3637
  msgid "Zoom level"
3638
  msgstr ""
3639
 
3640
+ #: app/features/mec/settings.php:684
3641
  msgid ""
3642
  "For Google Maps module in single event page. In Google Maps skin, it will "
3643
  "caculate the zoom level automatically based on event boundaries."
3644
  msgstr ""
3645
 
3646
+ #: app/features/mec/settings.php:688
3647
  msgid "Google Maps Style"
3648
  msgstr ""
3649
 
3650
+ #: app/features/mec/settings.php:700
3651
  msgid "Direction on single event"
3652
  msgstr ""
3653
 
3654
+ #: app/features/mec/settings.php:704
3655
  msgid "Simple Method"
3656
  msgstr ""
3657
 
3658
+ #: app/features/mec/settings.php:705
3659
  msgid "Advanced Method"
3660
  msgstr ""
3661
 
3662
+ #: app/features/mec/settings.php:710
3663
  msgid "Lightbox Date Format"
3664
  msgstr ""
3665
 
3666
+ #: app/features/mec/settings.php:713
3667
  msgid "Default value is M d Y"
3668
  msgstr ""
3669
 
3670
+ #: app/features/mec/settings.php:717
3671
  msgid "Google Maps API"
3672
  msgstr ""
3673
 
3674
+ #: app/features/mec/settings.php:721
3675
  msgid "Don't load Google Maps API library"
3676
  msgstr ""
3677
 
3678
+ #: app/features/mec/settings.php:723
3679
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
3680
  msgstr ""
3681
 
3682
+ #: app/features/mec/settings.php:735
3683
  msgid "Enable Google Recaptcha"
3684
  msgstr ""
3685
 
3686
+ #: app/features/mec/settings.php:742
3687
  msgid "Enable on booking form"
3688
  msgstr ""
3689
 
3690
+ #: app/features/mec/settings.php:748
3691
  msgid "Enable on \"Frontend Event Submission\" form"
3692
  msgstr ""
3693
 
3694
+ #: app/features/mec/settings.php:752
3695
  msgid "Site Key"
3696
  msgstr ""
3697
 
3698
+ #: app/features/mec/settings.php:758
3699
  msgid "Secret Key"
3700
  msgstr ""
3701
 
3702
+ #: app/features/mec/settings.php:772
3703
  msgid ""
3704
  "Show export module (iCal export and add to Google calendars) on event page"
3705
  msgstr ""
3706
 
3707
+ #: app/features/mec/settings.php:779
3708
  msgid "Google Calendar"
3709
  msgstr ""
3710
 
3711
+ #: app/features/mec/settings.php:799
3712
  msgid "Show event time based on local time of visitor on event page"
3713
  msgstr ""
3714
 
3715
+ #: app/features/mec/settings.php:815
3716
  msgid "Show QR code of event in details page and booking invoice"
3717
  msgstr ""
3718
 
3719
+ #: app/features/mec/settings.php:833
3720
  msgid "Show weather module on event page"
3721
  msgstr ""
3722
 
3723
+ #: app/features/mec/settings.php:841
3724
  #, php-format
3725
  msgid "You can get a free API Key from %s"
3726
  msgstr ""
3727
 
3728
+ #: app/features/mec/settings.php:853
3729
  msgid "Show countdown module on event page"
3730
  msgstr ""
3731
 
3732
+ #: app/features/mec/settings.php:858
3733
  msgid "Countdown Style"
3734
  msgstr ""
3735
 
3736
+ #: app/features/mec/settings.php:861
3737
  msgid "Plain Style"
3738
  msgstr ""
3739
 
3740
+ #: app/features/mec/settings.php:862
3741
  msgid "Flip Style"
3742
  msgstr ""
3743
 
3744
+ #: app/features/mec/settings.php:874
3745
  msgid "Show social network module"
3746
  msgstr ""
3747
 
3748
+ #: app/features/mec/settings.php:899
3749
  msgid "Show next event module on event page"
3750
  msgstr ""
3751
 
3752
+ #: app/features/mec/settings.php:904
3753
  msgid "Method"
3754
  msgstr ""
3755
 
3756
+ #: app/features/mec/settings.php:907
3757
  msgid "Next Occurrence of Current Event"
3758
  msgstr ""
3759
 
3760
+ #: app/features/mec/settings.php:908
3761
  msgid "Next Occurrence of Other Events"
3762
  msgstr ""
3763
 
3764
+ #: app/features/mec/settings.php:913 app/features/mec/settings.php:1122
3765
  msgid "Date Format"
3766
  msgstr ""
3767
 
3768
+ #: app/features/mec/settings.php:926
3769
+ msgid "Time Format"
3770
+ msgstr ""
3771
+
3772
+ #: app/features/mec/settings.php:929
3773
+ msgid "12 hours format with AM/PM"
3774
+ msgstr ""
3775
+
3776
+ #: app/features/mec/settings.php:930
3777
+ msgid "24 hours format"
3778
+ msgstr ""
3779
+
3780
+ #: app/features/mec/settings.php:932
3781
+ msgid "This option, affects the selection of Start/End time."
3782
+ msgstr ""
3783
+
3784
+ #: app/features/mec/settings.php:937
3785
  msgid "Events List Page"
3786
  msgstr ""
3787
 
3788
+ #: app/features/mec/settings.php:946 app/features/mec/settings.php:958
3789
  #, php-format
3790
  msgid "Put %s shortcode into the page."
3791
  msgstr ""
3792
 
3793
+ #: app/features/mec/settings.php:949
3794
  msgid "Add/Edit Events Page"
3795
  msgstr ""
3796
 
3797
+ #: app/features/mec/settings.php:963
3798
  msgid "Enable event submission by guest (Not logged-in) users"
3799
  msgstr ""
3800
 
3801
+ #: app/features/mec/settings.php:970
3802
  msgid "Enable mandatory email and name for guest user"
3803
  msgstr ""
3804
 
3805
+ #: app/features/mec/settings.php:974
3806
  msgid "Frontend Event Submission Sections"
3807
  msgstr ""
3808
 
3809
+ #: app/features/mec/settings.php:996 app/widgets/single.php:119
3810
  msgid "Event Categories"
3811
  msgstr ""
3812
 
3813
+ #: app/features/mec/settings.php:1002
3814
  msgid "Event Labels"
3815
  msgstr ""
3816
 
3817
+ #: app/features/mec/settings.php:1014
3818
  msgid "Event Tags"
3819
  msgstr ""
3820
 
3821
+ #: app/features/mec/settings.php:1026 app/widgets/single.php:123
3822
  msgid "Event Organizer"
3823
  msgstr ""
3824
 
3825
+ #: app/features/mec/settings.php:1044
3826
  msgid "Booking Options"
3827
  msgstr ""
3828
 
3829
+ #: app/features/mec/settings.php:1050
3830
  msgid "Fees / Taxes Options"
3831
  msgstr ""
3832
 
3833
+ #: app/features/mec/settings.php:1064
3834
  #, php-format
3835
  msgid ""
3836
  "Users can put a note for editors while they're submitting the event. Also "
3838
  "users' note in email."
3839
  msgstr ""
3840
 
3841
+ #: app/features/mec/settings.php:1068
3842
  msgid "Visibility of Note"
3843
  msgstr ""
3844
 
3845
+ #: app/features/mec/settings.php:1071
3846
  msgid "Always"
3847
  msgstr ""
3848
 
3849
+ #: app/features/mec/settings.php:1072
3850
  msgid "While event is not published"
3851
  msgstr ""
3852
 
3853
+ #: app/features/mec/settings.php:1075
3854
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
3855
  msgstr ""
3856
 
3857
+ #: app/features/mec/settings.php:1083
3858
  #, php-format
3859
  msgid ""
3860
  "Put %s shortcode into your desired page. Then users are able to see history "
3861
  "of their bookings."
3862
  msgstr ""
3863
 
3864
+ #: app/features/mec/settings.php:1088
3865
  msgid "Exceptional days"
3866
  msgstr ""
3867
 
3868
+ #: app/features/mec/settings.php:1092
3869
  msgid "Show exceptional days option on Add/Edit events page"
3870
  msgstr ""
3871
 
3872
+ #: app/features/mec/settings.php:1093
3873
  msgid ""
3874
  "Using this option you can include/exclude certain days to/from event "
3875
  "occurrence dates."
3876
  msgstr ""
3877
 
3878
+ #: app/features/mec/settings.php:1103
3879
  msgid ""
3880
  "Show additional organizers option on Add/Edit events page and single event "
3881
  "page."
3882
  msgstr ""
3883
 
3884
+ #: app/features/mec/settings.php:1117
3885
  msgid "Enable booking module"
3886
  msgstr ""
3887
 
3888
+ #: app/features/mec/settings.php:1125
3889
  msgid "Default is Y-m-d"
3890
  msgstr ""
3891
 
3892
+ #: app/features/mec/settings.php:1129
3893
  msgid "Maximum Dates"
3894
  msgstr ""
3895
 
3896
+ #: app/features/mec/settings.php:1131
3897
  msgid "Default is 6"
3898
  msgstr ""
3899
 
3900
+ #: app/features/mec/settings.php:1135
3901
  msgid "Thank You Page"
3902
  msgstr ""
3903
 
3904
+ #: app/features/mec/settings.php:1143
3905
  msgid ""
3906
  "User redirects to this page after booking. Leave it empty if you want to "
3907
  "disable it."
3908
  msgstr ""
3909
 
3910
+ #: app/features/mec/settings.php:1151
3911
  msgid "Enable Express Attendees Form"
3912
  msgstr ""
3913
 
3914
+ #: app/features/mec/settings.php:1153
3915
  msgid ""
3916
  "Users are able to apply first attendee information for other attendees in "
3917
  "the booking form."
3918
  msgstr ""
3919
 
3920
+ #: app/features/mec/settings.php:1156
3921
  msgid "Email verification"
3922
  msgstr ""
3923
 
3924
+ #: app/features/mec/settings.php:1162
3925
  msgid "Auto verification for free bookings"
3926
  msgstr ""
3927
 
3928
+ #: app/features/mec/settings.php:1171
3929
  msgid "Auto verification for paid bookings"
3930
  msgstr ""
3931
 
3932
+ #: app/features/mec/settings.php:1181
3933
  msgid "Auto confirmation for free bookings"
3934
  msgstr ""
3935
 
3936
+ #: app/features/mec/settings.php:1190
3937
  msgid "Auto confirmation for paid bookings"
3938
  msgstr ""
3939
 
3940
+ #: app/features/mec/settings.php:1207
3941
  msgid "Enable coupons module"
3942
  msgstr ""
3943
 
3944
+ #: app/features/mec/settings.php:1224
3945
  msgid "Enable taxes / fees module"
3946
  msgstr ""
3947
 
3948
+ #: app/features/mec/settings.php:1229
3949
  msgid "Add Fee"
3950
  msgstr ""
3951
 
3952
+ #: app/features/mec/settings.php:1289
3953
  msgid "Enable ticket options module"
3954
  msgstr ""
3955
 
3956
+ #: app/features/mec/settings.php:1294
3957
  msgid "Add Variation / Option"
3958
  msgstr ""
3959
 
3960
+ #: app/features/mec/settings.php:1344
3961
  msgid "Enable BuddyPress Integration"
3962
  msgstr ""
3963
 
3964
+ #: app/features/mec/settings.php:1351
3965
  msgid "Show \"Attendees Module\" in event details page"
3966
  msgstr ""
3967
 
3968
+ #: app/features/mec/settings.php:1355
3969
  msgid "Attendees Limit"
3970
  msgstr ""
3971
 
3972
+ #: app/features/mec/settings.php:1363
3973
  msgid "Add booking activity to user profile"
3974
  msgstr ""
3975
 
3976
+ #: app/features/mec/settings.php:1374
3977
  msgid "Enable Mailchimp Integration"
3978
  msgstr ""
3979
 
3980
+ #: app/features/mec/settings.php:1386
3981
  msgid "List ID"
3982
  msgstr ""
3983
 
3984
+ #: app/features/mec/settings.php:1393
3985
  msgid "Subscription Status"
3986
  msgstr ""
3987
 
3988
+ #: app/features/mec/settings.php:1396
3989
  msgid "Subscribe automatically"
3990
  msgstr ""
3991
 
3992
+ #: app/features/mec/settings.php:1397
3993
  msgid "Subscribe by verification"
3994
  msgstr ""
3995
 
3996
+ #: app/features/mec/settings.php:1399
3997
  msgid ""
3998
  "If you choose \"Subscribe by verification\" then an email will send to user "
3999
  "by mailchimp for subscription verification."
4000
  msgstr ""
4001
 
4002
+ #: app/features/mec/settings.php:1479 app/features/mec/settings.php:1501
4003
+ #: app/libraries/main.php:4436
4004
  msgid "Verified"
4005
  msgstr ""
4006
 
4007
+ #: app/features/mec/settings.php:1503
4008
  msgid "Please Refresh Page"
4009
  msgstr ""
4010
 
4020
  "styles."
4021
  msgstr ""
4022
 
4023
+ #: app/features/mec/styling.php:10 app/features/mec/styling.php:237
4024
+ #: app/features/mec/styling.php:263
4025
  msgid "Default Font"
4026
  msgstr ""
4027
 
4028
+ #: app/features/mec/styling.php:119
4029
  msgid "Styling Option"
4030
  msgstr ""
4031
 
4032
+ #: app/features/mec/styling.php:137
4033
  msgid "Color Skin"
4034
  msgstr ""
4035
 
4036
+ #: app/features/mec/styling.php:140
4037
  msgid "Predefined Color Skin"
4038
  msgstr ""
4039
 
4040
+ #: app/features/mec/styling.php:183
4041
  msgid "Custom Color Skin"
4042
  msgstr ""
4043
 
4044
+ #: app/features/mec/styling.php:191
4045
  msgid "Advanced Color Options (shortcodes)"
4046
  msgstr ""
4047
 
4048
+ #: app/features/mec/styling.php:203
4049
  msgid "Title Hover"
4050
  msgstr ""
4051
 
4052
+ #: app/features/mec/styling.php:220
4053
  msgid "Typography"
4054
  msgstr ""
4055
 
4056
+ #: app/features/mec/styling.php:222
4057
  msgid "Heading (Events Title) Font Family"
4058
  msgstr ""
4059
 
4060
+ #: app/features/mec/styling.php:248
4061
  msgid "Paragraph Font Family"
4062
  msgstr ""
4063
 
4064
+ #: app/features/mec/styling.php:275
4065
  msgid "Disable Google Fonts"
4066
  msgstr ""
4067
 
4068
+ #: app/features/mec/styling.php:280
4069
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4070
  msgstr ""
4071
 
4072
+ #: app/features/mec/styling.php:286
4073
  msgid "Container Width"
4074
  msgstr ""
4075
 
4076
+ #: app/features/mec/styling.php:288
4077
  msgid "Desktop Normal Screens"
4078
  msgstr ""
4079
 
4080
+ #: app/features/mec/styling.php:291 app/features/mec/styling.php:298
4081
  msgid "You can enter your theme container size in this field"
4082
  msgstr ""
4083
 
4084
+ #: app/features/mec/styling.php:295
4085
  msgid "Desktop Large Screens"
4086
  msgstr ""
4087
 
4486
  msgid "eg. https://webnus.net"
4487
  msgstr ""
4488
 
4489
+ #: app/features/organizers.php:300 app/libraries/main.php:4279
4490
  #: app/skins/single.php:194
4491
  msgid "Other Organizers"
4492
  msgstr ""
4505
  msgid "#"
4506
  msgstr ""
4507
 
4508
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2404
4509
  msgid "Status"
4510
  msgstr ""
4511
 
4512
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1666
4513
  msgid "Attendees"
4514
  msgstr ""
4515
 
4522
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4523
  msgstr ""
4524
 
4525
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1680
4526
+ #: app/libraries/main.php:4277
4527
  msgid "Ticket"
4528
  msgstr ""
4529
 
4536
  msgstr ""
4537
 
4538
  #: app/features/speakers.php:56 app/features/speakers.php:242
4539
+ #: app/libraries/main.php:4251
4540
  msgid "Speaker"
4541
  msgstr ""
4542
 
4566
  msgstr ""
4567
 
4568
  #: app/features/speakers.php:135 app/features/speakers.php:187
4569
+ #: app/libraries/main.php:1080
4570
  msgid "Google+"
4571
  msgstr ""
4572
 
4667
  msgid "There is no excerpt because this is a protected post."
4668
  msgstr ""
4669
 
4670
+ #: app/libraries/main.php:330 app/libraries/main.php:1199
4671
+ #: app/libraries/main.php:1224
4672
  msgid "Grid View"
4673
  msgstr ""
4674
 
4675
+ #: app/libraries/main.php:331 app/libraries/main.php:1200
4676
+ #: app/libraries/main.php:1225
4677
  msgid "Agenda View"
4678
  msgstr ""
4679
 
4680
+ #: app/libraries/main.php:332 app/libraries/main.php:1191
4681
+ #: app/libraries/main.php:1216
4682
  msgid "Full Calendar"
4683
  msgstr ""
4684
 
4685
+ #: app/libraries/main.php:334 app/libraries/main.php:1193
4686
+ #: app/libraries/main.php:1218
4687
  msgid "Calendar/Monthly View"
4688
  msgstr ""
4689
 
4690
+ #: app/libraries/main.php:337 app/libraries/main.php:1196
4691
+ #: app/libraries/main.php:1221
4692
  msgid "Timetable View"
4693
  msgstr ""
4694
 
4695
+ #: app/libraries/main.php:338 app/libraries/main.php:1197
4696
+ #: app/libraries/main.php:1222
4697
  msgid "Masonry View"
4698
  msgstr ""
4699
 
4700
+ #: app/libraries/main.php:339 app/libraries/main.php:1201
4701
+ #: app/libraries/main.php:1226
4702
  msgid "Map View"
4703
  msgstr ""
4704
 
4705
+ #: app/libraries/main.php:340
4706
  msgid "Cover View"
4707
  msgstr ""
4708
 
4709
+ #: app/libraries/main.php:341
4710
  msgid "Countdown View"
4711
  msgstr ""
4712
 
4713
+ #: app/libraries/main.php:342
4714
  msgid "Available Spot"
4715
  msgstr ""
4716
 
4717
+ #: app/libraries/main.php:343
4718
  msgid "Carousel View"
4719
  msgstr ""
4720
 
4721
+ #: app/libraries/main.php:344
4722
  msgid "Slider View"
4723
  msgstr ""
4724
 
4725
+ #: app/libraries/main.php:381 app/libraries/main.php:4257
4726
  msgid "SU"
4727
  msgstr ""
4728
 
4729
+ #: app/libraries/main.php:382 app/libraries/main.php:4258
4730
  msgid "MO"
4731
  msgstr ""
4732
 
4733
+ #: app/libraries/main.php:383 app/libraries/main.php:4259
4734
  msgid "TU"
4735
  msgstr ""
4736
 
4737
+ #: app/libraries/main.php:384 app/libraries/main.php:4260
4738
  msgid "WE"
4739
  msgstr ""
4740
 
4741
+ #: app/libraries/main.php:385 app/libraries/main.php:4261
4742
  msgid "TH"
4743
  msgstr ""
4744
 
4745
+ #: app/libraries/main.php:386 app/libraries/main.php:4262
4746
  msgid "FR"
4747
  msgstr ""
4748
 
4749
+ #: app/libraries/main.php:387 app/libraries/main.php:4263
4750
  msgid "SA"
4751
  msgstr ""
4752
 
4753
+ #: app/libraries/main.php:1038
4754
  msgid "Events at this location"
4755
  msgstr ""
4756
 
4757
+ #: app/libraries/main.php:1038
4758
  msgid "Event at this location"
4759
  msgstr ""
4760
 
4761
+ #: app/libraries/main.php:1079
4762
  msgid "Facebook"
4763
  msgstr ""
4764
 
4765
+ #: app/libraries/main.php:1081
4766
  msgid "Twitter"
4767
  msgstr ""
4768
 
4769
+ #: app/libraries/main.php:1082 app/libraries/main.php:1147
4770
  msgid "Linkedin"
4771
  msgstr ""
4772
 
4773
+ #: app/libraries/main.php:1083 app/libraries/main.php:1180
4774
  msgid "VK"
4775
  msgstr ""
4776
 
4777
+ #: app/libraries/main.php:1102
4778
  msgid "Share on Facebook"
4779
  msgstr ""
4780
 
4781
+ #: app/libraries/main.php:1117
4782
  msgid "Google Plus"
4783
  msgstr ""
4784
 
4785
+ #: app/libraries/main.php:1132
4786
  msgid "Tweet"
4787
  msgstr ""
4788
 
4789
+ #: app/libraries/main.php:1202
4790
  msgid "Custom Shortcode"
4791
  msgstr ""
4792
 
4793
+ #: app/libraries/main.php:1561
4794
  msgid "Your booking successfully verified."
4795
  msgstr ""
4796
 
4797
+ #: app/libraries/main.php:1562
4798
  msgid "Your booking cannot verify!"
4799
  msgstr ""
4800
 
4801
+ #: app/libraries/main.php:1574
4802
  msgid "Your booking successfully canceled."
4803
  msgstr ""
4804
 
4805
+ #: app/libraries/main.php:1575
4806
  msgid "Your booking cannot be canceled."
4807
  msgstr ""
4808
 
4809
+ #: app/libraries/main.php:1579
4810
  msgid "You canceled the payment successfully."
4811
  msgstr ""
4812
 
4813
+ #: app/libraries/main.php:1583
4814
  msgid "You returned from payment gateway successfully."
4815
  msgstr ""
4816
 
4817
+ #: app/libraries/main.php:1607
4818
  msgid "Cannot find the booking!"
4819
  msgstr ""
4820
 
4821
+ #: app/libraries/main.php:1607
4822
  msgid "Booking is invalid."
4823
  msgstr ""
4824
 
4825
+ #: app/libraries/main.php:1636
4826
  #, php-format
4827
  msgid "%s Invoice"
4828
  msgstr ""
4829
 
4830
+ #: app/libraries/main.php:1657
4831
  msgid "Transaction ID"
4832
  msgstr ""
4833
 
4834
+ #: app/libraries/main.php:1710
4835
  msgid "Billing"
4836
  msgstr ""
4837
 
4838
+ #: app/libraries/main.php:1721
4839
  msgid "Total"
4840
  msgstr ""
4841
 
4842
+ #: app/libraries/main.php:1754
4843
  msgid "Security nonce is not valid."
4844
  msgstr ""
4845
 
4846
+ #: app/libraries/main.php:1754 app/libraries/main.php:1786
4847
  msgid "iCal export stopped!"
4848
  msgstr ""
4849
 
4850
+ #: app/libraries/main.php:1786
4851
  msgid "Request is not valid."
4852
  msgstr ""
4853
 
4854
+ #: app/libraries/main.php:2106 app/libraries/main.php:2135
4855
+ #: app/libraries/main.php:2164 app/libraries/main.php:2193
4856
+ #: app/libraries/main.php:2222 app/libraries/main.php:2246
4857
+ #: app/libraries/main.php:2290 app/libraries/main.php:2334
4858
+ #: app/libraries/main.php:2381 app/libraries/main.php:2427
4859
  msgid "Sort"
4860
  msgstr ""
4861
 
4862
+ #: app/libraries/main.php:2112 app/libraries/main.php:2141
4863
+ #: app/libraries/main.php:2170 app/libraries/main.php:2199
4864
+ #: app/libraries/main.php:2252 app/libraries/main.php:2296
4865
+ #: app/libraries/main.php:2340 app/libraries/main.php:2387
4866
  msgid "Required Field"
4867
  msgstr ""
4868
 
4869
+ #: app/libraries/main.php:2118 app/libraries/main.php:2147
4870
+ #: app/libraries/main.php:2176 app/libraries/main.php:2205
4871
+ #: app/libraries/main.php:2258 app/libraries/main.php:2302
4872
+ #: app/libraries/main.php:2346 app/libraries/main.php:2393
4873
  msgid "Insert a label for this field"
4874
  msgstr ""
4875
 
4876
+ #: app/libraries/main.php:2228
4877
  msgid "HTML and shortcode are allowed."
4878
  msgstr ""
4879
 
4880
+ #: app/libraries/main.php:2271 app/libraries/main.php:2315
4881
+ #: app/libraries/main.php:2359
4882
  msgid "Option"
4883
  msgstr ""
4884
 
4885
+ #: app/libraries/main.php:2393
4886
  #, php-format
4887
  msgid "Instead of %s, the page title with a link will be show."
4888
  msgstr ""
4889
 
4890
+ #: app/libraries/main.php:2395
4891
  msgid "Agreement Page"
4892
  msgstr ""
4893
 
4894
+ #: app/libraries/main.php:2406
4895
  msgid "Checked by default"
4896
  msgstr ""
4897
 
4898
+ #: app/libraries/main.php:2407
4899
  msgid "Unchecked by default"
4900
  msgstr ""
4901
 
4902
+ #: app/libraries/main.php:2429
4903
  msgid "Insert a label for this option"
4904
  msgstr ""
4905
 
4906
+ #: app/libraries/main.php:2444
4907
  msgid "Free"
4908
  msgstr ""
4909
 
4910
+ #: app/libraries/main.php:3096
4911
  #, php-format
4912
  msgid "Copy of %s"
4913
  msgstr ""
4914
 
4915
+ #: app/libraries/main.php:3757
4916
  msgid "Booked an event."
4917
  msgstr ""
4918
 
4919
+ #: app/libraries/main.php:3798
4920
  #, php-format
4921
  msgid "%s booked %s event."
4922
  msgstr ""
4923
 
4924
+ #: app/libraries/main.php:4240
4925
  msgid "Taxonomies"
4926
  msgstr ""
4927
 
4928
+ #: app/libraries/main.php:4242
4929
  msgid "Category Plural Label"
4930
  msgstr ""
4931
 
4932
+ #: app/libraries/main.php:4243
4933
  msgid "Category Singular Label"
4934
  msgstr ""
4935
 
4936
+ #: app/libraries/main.php:4244
4937
  msgid "Label Plural Label"
4938
  msgstr ""
4939
 
4940
+ #: app/libraries/main.php:4245
4941
  msgid "Label Singular Label"
4942
  msgstr ""
4943
 
4944
+ #: app/libraries/main.php:4245
4945
  msgid "label"
4946
  msgstr ""
4947
 
4948
+ #: app/libraries/main.php:4246
4949
  msgid "Location Plural Label"
4950
  msgstr ""
4951
 
4952
+ #: app/libraries/main.php:4247
4953
  msgid "Location Singular Label"
4954
  msgstr ""
4955
 
4956
+ #: app/libraries/main.php:4248
4957
  msgid "Organizer Plural Label"
4958
  msgstr ""
4959
 
4960
+ #: app/libraries/main.php:4249
4961
  msgid "Organizer Singular Label"
4962
  msgstr ""
4963
 
4964
+ #: app/libraries/main.php:4250
4965
  msgid "Speaker Plural Label"
4966
  msgstr ""
4967
 
4968
+ #: app/libraries/main.php:4251
4969
  msgid "Speaker Singular Label"
4970
  msgstr ""
4971
 
4972
+ #: app/libraries/main.php:4257
4973
  msgid "Sunday abbreviation"
4974
  msgstr ""
4975
 
4976
+ #: app/libraries/main.php:4258
4977
  msgid "Monday abbreviation"
4978
  msgstr ""
4979
 
4980
+ #: app/libraries/main.php:4259
4981
  msgid "Tuesday abbreviation"
4982
  msgstr ""
4983
 
4984
+ #: app/libraries/main.php:4260
4985
  msgid "Wednesday abbreviation"
4986
  msgstr ""
4987
 
4988
+ #: app/libraries/main.php:4261
4989
  msgid "Thursday abbreviation"
4990
  msgstr ""
4991
 
4992
+ #: app/libraries/main.php:4262
4993
  msgid "Friday abbreviation"
4994
  msgstr ""
4995
 
4996
+ #: app/libraries/main.php:4263
4997
  msgid "Saturday abbreviation"
4998
  msgstr ""
4999
 
5000
+ #: app/libraries/main.php:4267
5001
  msgid "Others"
5002
  msgstr ""
5003
 
5004
+ #: app/libraries/main.php:4269
5005
  msgid "Booking Success Message"
5006
  msgstr ""
5007
 
5008
+ #: app/libraries/main.php:4269
5009
  msgid ""
5010
  "Thanks for your booking. Your tickets booked, booking verification might be "
5011
  "needed, please check your email."
5012
  msgstr ""
5013
 
5014
+ #: app/libraries/main.php:4270 app/widgets/single.php:131
5015
  msgid "Register Button"
5016
  msgstr ""
5017
 
5018
+ #: app/libraries/main.php:4270 app/skins/available_spot/tpl.php:198
5019
+ #: app/skins/carousel/render.php:142 app/skins/carousel/render.php:167
5020
  #: app/skins/grid/render.php:111 app/skins/grid/render.php:142
5021
  #: app/skins/grid/render.php:174 app/skins/grid/render.php:202
5022
  #: app/skins/list/render.php:94 app/skins/list/render.php:175
5023
  #: app/skins/masonry/render.php:127 app/skins/single/default.php:218
5024
+ #: app/skins/single/default.php:220 app/skins/single/default.php:429
5025
+ #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5026
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5027
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5028
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:108
5029
+ #: app/skins/slider/render.php:148 app/skins/slider/render.php:188
5030
+ #: app/skins/slider/render.php:228 app/skins/slider/render.php:279
5031
  msgid "REGISTER"
5032
  msgstr ""
5033
 
5034
+ #: app/libraries/main.php:4271
5035
  msgid "View Detail Button"
5036
  msgstr ""
5037
 
5038
+ #: app/libraries/main.php:4271 app/skins/carousel/render.php:142
5039
+ #: app/skins/carousel/render.php:167 app/skins/grid/render.php:111
5040
  #: app/skins/grid/render.php:142 app/skins/grid/render.php:174
5041
  #: app/skins/grid/render.php:202 app/skins/list/render.php:94
5042
  #: app/skins/list/render.php:175 app/skins/masonry/render.php:127
5043
+ #: app/skins/slider/render.php:108 app/skins/slider/render.php:148
5044
+ #: app/skins/slider/render.php:188 app/skins/slider/render.php:228
5045
+ #: app/skins/slider/render.php:279
5046
  msgid "View Detail"
5047
  msgstr ""
5048
 
5049
+ #: app/libraries/main.php:4272
5050
  msgid "Event Detail Button"
5051
  msgstr ""
5052
 
5053
+ #: app/libraries/main.php:4272 app/skins/countdown/tpl.php:211
5054
  msgid "Event Detail"
5055
  msgstr ""
5056
 
5057
+ #: app/libraries/main.php:4274
5058
  msgid "More Info Link"
5059
  msgstr ""
5060
 
5061
+ #: app/libraries/main.php:4277
5062
  msgid "Ticket (Singular)"
5063
  msgstr ""
5064
 
5065
+ #: app/libraries/main.php:4278
5066
  msgid "Tickets (Plural)"
5067
  msgstr ""
5068
 
5069
+ #: app/libraries/main.php:4344
5070
  msgid "EventON"
5071
  msgstr ""
5072
 
5073
+ #: app/libraries/main.php:4345
5074
  msgid "The Events Calendar"
5075
  msgstr ""
5076
 
5077
+ #: app/libraries/main.php:4346
5078
  msgid "Events Schedule WP Plugin"
5079
  msgstr ""
5080
 
5081
+ #: app/libraries/main.php:4347
5082
  msgid "Calendarize It"
5083
  msgstr ""
5084
 
5085
+ #: app/libraries/main.php:4421
5086
  msgid "Confirmed"
5087
  msgstr ""
5088
 
5089
+ #: app/libraries/main.php:4422
5090
  msgid "Rejected"
5091
  msgstr ""
5092
 
5093
+ #: app/libraries/main.php:4423
5094
  msgid "Pending"
5095
  msgstr ""
5096
 
5097
+ #: app/libraries/main.php:4438
5098
  msgid "Waiting"
5099
  msgstr ""
5100
 
5144
 
5145
  #: app/libraries/render.php:436 app/modules/local-time/details.php:47
5146
  #: app/modules/next-event/details.php:97 app/skins/single/default.php:73
5147
+ #: app/skins/single/default.php:284 app/skins/single/m1.php:34
5148
  #: app/skins/single/modern.php:169
5149
  msgid "All of the day"
5150
  msgstr ""
5151
 
5152
+ #: app/libraries/skins.php:256
5153
+ msgid "Please contact the website administrator."
5154
+ msgstr ""
5155
+
5156
+ #: app/libraries/skins.php:815
5157
  msgid "Ignore month and years"
5158
  msgstr ""
5159
 
5270
  msgstr ""
5271
 
5272
  #: app/modules/next-event/details.php:91 app/skins/single/default.php:67
5273
+ #: app/skins/single/default.php:278 app/skins/single/m1.php:28
5274
  #: app/skins/single/modern.php:163
5275
  msgid "Time"
5276
  msgstr ""
5332
  msgid "View All"
5333
  msgstr ""
5334
 
5335
+ #: app/skins/carousel/render.php:182 app/skins/countdown/tpl.php:150
5336
  #: app/skins/countdown/tpl.php:194 app/skins/cover/tpl.php:94
5337
  #: app/skins/list/render.php:111
5338
  msgid "EVENT DETAIL"
5375
  msgstr ""
5376
 
5377
  #: app/skins/single.php:209 app/skins/single/default.php:191
5378
+ #: app/skins/single/default.php:402 app/skins/single/m1.php:100
5379
  #: app/skins/single/m2.php:32 app/skins/single/modern.php:31
5380
  msgid "Phone"
5381
  msgstr ""
5382
 
5383
  #: app/skins/single.php:223 app/skins/single/default.php:205
5384
+ #: app/skins/single/default.php:416 app/skins/single/m1.php:114
5385
  #: app/skins/single/m2.php:46 app/skins/single/modern.php:45
5386
  msgid "Website"
5387
  msgstr ""
5391
  msgstr ""
5392
 
5393
  #: app/skins/single/default.php:30 app/skins/single/m1.php:235
5394
+ #: app/skins/single/m2.php:173 app/skins/single/modern.php:241
5395
  msgid "Sold out!"
5396
  msgstr ""
5397
 
5398
  #: app/skins/single/default.php:40 app/skins/single/m1.php:244
5399
+ #: app/skins/single/m2.php:182 app/skins/single/modern.php:251
5400
  msgid "Tags: "
5401
  msgstr ""
5402
 
5403
+ #: app/skins/single/default.php:106 app/skins/single/default.php:317
5404
  #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
5405
  #: app/skins/single/modern.php:121
5406
  msgid "Read More"
languages/modern-events-calendar-lite-es_ES.mo CHANGED
Binary file
languages/modern-events-calendar-lite-es_ES.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Modern Events Calendar Lite - Stable (latest "
6
  "release)\n"
7
- "POT-Creation-Date: 2019-03-17 15:03+0330\n"
8
- "PO-Revision-Date: 2019-03-17 15:03+0330\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: es\n"
@@ -21,12 +21,12 @@ msgstr ""
21
  msgid "Modern Events Calendar"
22
  msgstr "Modern Events Calendar"
23
 
24
- #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:217
25
  msgid "Content"
26
  msgstr "Contenido"
27
 
28
- #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:326
29
- #: app/features/mec.php:355 app/features/mec.php:381
30
  msgid "Shortcode"
31
  msgstr "Shortcode"
32
 
@@ -47,15 +47,15 @@ msgid "Select Type"
47
  msgstr "Seleccionar tipo"
48
 
49
  #: app/features/colors.php:50 app/features/fes/form.php:558
50
- #: app/features/mec/settings.php:1007
51
  msgid "Event Color"
52
  msgstr "Color del evento"
53
 
54
- #: app/features/contextual.php:55 app/features/mec.php:312
55
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
56
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
57
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
58
- #: app/features/mec/styles.php:24 app/features/mec/styling.php:51
59
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
60
  msgid "Settings"
61
  msgstr "Ajustes"
@@ -65,7 +65,7 @@ msgstr "Ajustes"
65
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
66
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
67
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
68
- #: app/features/mec/styling.php:60 app/features/mec/support.php:29
69
  msgid "Booking Form"
70
  msgstr "Formulario de Reservas"
71
 
@@ -88,7 +88,7 @@ msgstr ""
88
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
89
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
90
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
91
- #: app/features/mec/styles.php:40 app/features/mec/styling.php:67
92
  #: app/features/mec/support.php:36
93
  msgid "Payment Gateways"
94
  msgstr "Pasarelas de pago"
@@ -107,7 +107,7 @@ msgstr ""
107
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
108
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
109
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
110
- #: app/features/mec/styles.php:49 app/features/mec/styling.php:76
111
  #: app/features/mec/support.php:45
112
  msgid "Notifications"
113
  msgstr "Avisos"
@@ -193,47 +193,47 @@ msgid "General Options"
193
  msgstr "Opciones generales"
194
 
195
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
196
- #: app/features/mec/settings.php:540
197
  msgid "Slugs/Permalinks"
198
  msgstr "Enlaces permanentes"
199
 
200
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
201
- #: app/features/mec/settings.php:560
202
  msgid "Event Details/Single Event Page"
203
  msgstr "Detalles del Evento/Página de Evento Único"
204
 
205
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
206
- #: app/features/mec/settings.php:601
207
  msgid "Currency Options"
208
  msgstr "Opciones de moneda"
209
 
210
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
211
- #: app/features/mec/settings.php:668
212
  msgid "Google Maps Options"
213
  msgstr "Opciones de Google Maps"
214
 
215
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
216
- #: app/features/mec/settings.php:742
217
  msgid "Google Recaptcha Options"
218
  msgstr "Opciones de Google Recaptcha"
219
 
220
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
221
- #: app/features/mec/settings.php:860
222
  msgid "Countdown Options"
223
  msgstr "Opciones de cuenta atrás"
224
 
225
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
226
- #: app/features/mec/settings.php:881
227
  msgid "Social Networks"
228
  msgstr "Redes Sociales"
229
 
230
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
231
- #: app/features/mec/settings.php:906
232
  msgid "Next Event Module"
233
  msgstr "Módulo de Siguiente Evento"
234
 
235
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
236
- #: app/features/mec/settings.php:934
237
  msgid "Frontend Event Submission"
238
  msgstr "Presentación del evento Frontend"
239
 
@@ -243,22 +243,22 @@ msgid "Exceptional Days"
243
  msgstr "Días excepcionales"
244
 
245
  #: app/features/contextual.php:308 app/features/events.php:263
246
- #: app/features/mec/settings.php:162 app/features/mec/settings.php:1108
247
  msgid "Booking"
248
  msgstr "Reserva"
249
 
250
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
251
- #: app/features/mec/settings.php:1198
252
  msgid "Coupons"
253
  msgstr "Cupones"
254
 
255
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
256
- #: app/features/mec/settings.php:1339
257
  msgid "BuddyPress Integration"
258
  msgstr "Integración de BuddyPress"
259
 
260
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
261
- #: app/features/mec/settings.php:1369
262
  msgid "Mailchimp Integration"
263
  msgstr "Integración de MailChimp"
264
 
@@ -281,7 +281,7 @@ msgstr "Eventos"
281
  msgid "Event"
282
  msgstr "Evento"
283
 
284
- #: app/features/events.php:134 app/features/mec.php:298
285
  msgid "Add Event"
286
  msgstr "Nuevo evento"
287
 
@@ -321,16 +321,16 @@ msgstr "No hay eventos en la papelera"
321
  #: app/features/mec/meta_boxes/search_form.php:292
322
  #: app/features/mec/meta_boxes/search_form.php:332
323
  #: app/features/mec/meta_boxes/search_form.php:379
324
- #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4233
325
- #: app/libraries/skins.php:711 app/skins/single/default.php:156
326
- #: app/skins/single/default.php:363 app/skins/single/m1.php:169
327
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
328
  msgid "Category"
329
  msgstr "Categoría"
330
 
331
  #: app/features/events.php:153 app/features/fes/form.php:510
332
- #: app/features/mec.php:300 app/features/mec/meta_boxes/filter.php:70
333
- #: app/libraries/main.php:4232
334
  msgid "Categories"
335
  msgstr "Categorías"
336
 
@@ -402,17 +402,17 @@ msgstr "Seleccionar icono"
402
  msgid "Event Details"
403
  msgstr "Detalle de evento"
404
 
405
- #: app/features/events.php:296 app/features/events.php:1984
406
- #: app/features/events.php:2028 app/features/fes/form.php:471
407
  #: app/features/ix.php:2719 app/features/ix.php:2760
408
- #: app/features/mec/settings.php:983 app/libraries/main.php:4265
409
  #: app/widgets/single.php:103
410
  msgid "Event Cost"
411
  msgstr "Coste del evento"
412
 
413
  #: app/features/events.php:299 app/features/fes/form.php:474
414
- #: app/libraries/main.php:4266 app/skins/single/default.php:91
415
- #: app/skins/single/default.php:298 app/skins/single/m1.php:49
416
  #: app/skins/single/modern.php:184
417
  msgid "Cost"
418
  msgstr "Coste"
@@ -436,11 +436,11 @@ msgstr "Nombre"
436
  #: app/features/fes/form.php:429 app/features/mec/regform.php:137
437
  #: app/features/organizers.php:110 app/features/organizers.php:150
438
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
439
- #: app/features/speakers.php:179 app/libraries/main.php:1082
440
- #: app/libraries/main.php:1163 app/libraries/main.php:2134
441
  #: app/libraries/notifications.php:560 app/modules/booking/steps/form.php:31
442
  #: app/modules/booking/steps/form.php:32 app/skins/single.php:216
443
- #: app/skins/single/default.php:198 app/skins/single/default.php:405
444
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
445
  #: app/skins/single/modern.php:38
446
  msgid "Email"
@@ -451,8 +451,8 @@ msgid "Date and Time"
451
  msgstr "Día y hora"
452
 
453
  #: app/features/events.php:389 app/features/events.php:393
454
- #: app/features/events.php:1805 app/features/events.php:1984
455
- #: app/features/events.php:2028 app/features/fes/form.php:227
456
  #: app/features/fes/form.php:231 app/features/ix.php:2719
457
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
458
  #: app/features/mec/dashboard.php:298
@@ -487,8 +487,8 @@ msgid "PM"
487
  msgstr "PM"
488
 
489
  #: app/features/events.php:429 app/features/events.php:433
490
- #: app/features/events.php:1806 app/features/events.php:1984
491
- #: app/features/events.php:2028 app/features/fes/form.php:267
492
  #: app/features/fes/form.php:271 app/features/ix.php:2719
493
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
494
  #: app/features/mec/dashboard.php:299
@@ -512,9 +512,13 @@ msgid "Time Comment"
512
  msgstr "Tiempo para comentar"
513
 
514
  #: app/features/events.php:479 app/features/fes/form.php:317
 
 
 
 
515
  msgid ""
516
- "It shows next to event time on calendar. You can insert Timezone etc. in "
517
- "this field."
518
  msgstr ""
519
  "Muestra la hora del siguiente evento en el calendario. Puedes insertar Zona "
520
  "horaria, etc en este campo."
@@ -576,37 +580,37 @@ msgid "Week Days"
576
  msgstr "Días de semana"
577
 
578
  #: app/features/events.php:507 app/features/fes/form.php:345
579
- #: app/libraries/main.php:403
580
  msgid "Monday"
581
  msgstr "Lunes"
582
 
583
  #: app/features/events.php:508 app/features/fes/form.php:346
584
- #: app/libraries/main.php:403
585
  msgid "Tuesday"
586
  msgstr "Martes"
587
 
588
  #: app/features/events.php:509 app/features/fes/form.php:347
589
- #: app/libraries/main.php:403
590
  msgid "Wednesday"
591
  msgstr "Miércoles"
592
 
593
  #: app/features/events.php:510 app/features/fes/form.php:348
594
- #: app/libraries/main.php:403
595
  msgid "Thursday"
596
  msgstr "Jueves"
597
 
598
  #: app/features/events.php:511 app/features/fes/form.php:349
599
- #: app/libraries/main.php:403
600
  msgid "Friday"
601
  msgstr "Viernes"
602
 
603
  #: app/features/events.php:512 app/features/fes/form.php:350
604
- #: app/libraries/main.php:403
605
  msgid "Saturday"
606
  msgstr "Sábado"
607
 
608
  #: app/features/events.php:513 app/features/fes/form.php:351
609
- #: app/libraries/main.php:403
610
  msgid "Sunday"
611
  msgstr "Domingo"
612
 
@@ -668,10 +672,10 @@ msgid "Exclude certain days"
668
  msgstr "Excluir ciertos días"
669
 
670
  #: app/features/events.php:591 app/features/fes/form.php:356
671
- #: app/features/profile/profile.php:31 app/libraries/main.php:1649
672
  #: app/modules/booking/steps/tickets.php:22
673
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
674
- #: app/skins/single/default.php:262 app/skins/single/m1.php:16
675
  #: app/skins/single/modern.php:151
676
  msgid "Date"
677
  msgstr "Fecha"
@@ -684,7 +688,7 @@ msgstr "Excluye ciertos días de las fechas de ocurrencia del evento."
684
  msgid "Day 1"
685
  msgstr ""
686
 
687
- #: app/features/events.php:650 app/features/mec/settings.php:1037
688
  #: app/skins/single.php:246
689
  msgid "Hourly Schedule"
690
  msgstr "Programación horaria"
@@ -707,11 +711,11 @@ msgstr ""
707
  #: app/features/events.php:663 app/features/events.php:676
708
  #: app/features/events.php:696 app/features/events.php:718
709
  #: app/features/events.php:734 app/features/events.php:1156
710
- #: app/features/events.php:1178 app/features/events.php:1802
711
- #: app/features/events.php:1984 app/features/events.php:2028
712
  #: app/features/fes/form.php:216 app/features/ix.php:2719
713
- #: app/features/ix.php:2760 app/features/mec/settings.php:1299
714
- #: app/features/mec/settings.php:1319 app/features/mec/styling.php:199
715
  msgid "Title"
716
  msgstr "Titulo"
717
 
@@ -722,14 +726,14 @@ msgstr "Titulo"
722
  #: app/features/events.php:1013 app/features/events.php:1030
723
  #: app/features/events.php:1089 app/features/events.php:1114
724
  #: app/features/events.php:1167 app/features/events.php:1189
725
- #: app/features/fes/list.php:72 app/features/mec/settings.php:1248
726
- #: app/features/mec/settings.php:1271 app/features/mec/settings.php:1310
727
- #: app/features/mec/settings.php:1330 app/libraries/main.php:2113
728
- #: app/libraries/main.php:2142 app/libraries/main.php:2171
729
- #: app/libraries/main.php:2200 app/libraries/main.php:2222
730
- #: app/libraries/main.php:2253 app/libraries/main.php:2297
731
- #: app/libraries/main.php:2341 app/libraries/main.php:2388
732
- #: app/libraries/main.php:2426
733
  msgid "Remove"
734
  msgstr "Eliminar"
735
 
@@ -755,9 +759,9 @@ msgstr "Descripción"
755
 
756
  #: app/features/events.php:681 app/features/events.php:701
757
  #: app/features/events.php:739 app/features/fes/form.php:603
758
- #: app/features/mec.php:308 app/features/mec/settings.php:78
759
- #: app/features/mec/settings.php:1031 app/features/speakers.php:57
760
- #: app/libraries/main.php:4240 app/modules/speakers/details.php:18
761
  msgid "Speakers"
762
  msgstr ""
763
 
@@ -766,12 +770,12 @@ msgid "Day :dd:"
766
  msgstr ""
767
 
768
  #: app/features/events.php:766 app/features/fes/form.php:448
769
- #: app/features/mec/settings.php:977
770
  msgid "Event Links"
771
  msgstr "Enlaces de eventos"
772
 
773
  #: app/features/events.php:768 app/features/fes/form.php:450
774
- #: app/libraries/main.php:4263
775
  msgid "Event Link"
776
  msgstr "Enlace del evento"
777
 
@@ -789,8 +793,8 @@ msgstr ""
789
  "defecto. Inserta todo el enlace incluyendo http(s)://"
790
 
791
  #: app/features/events.php:773 app/features/fes/form.php:455
792
- #: app/libraries/main.php:4264 app/skins/single/default.php:105
793
- #: app/skins/single/default.php:312 app/skins/single/m1.php:190
794
  #: app/skins/single/m2.php:123 app/skins/single/modern.php:120
795
  #: app/widgets/single.php:107
796
  msgid "More Info"
@@ -832,7 +836,7 @@ msgid "100"
832
  msgstr "100"
833
 
834
  #: app/features/events.php:836 app/libraries/book.php:60
835
- #: app/libraries/main.php:4268 app/modules/booking/steps/tickets.php:40
836
  msgid "Tickets"
837
  msgstr "Tickets"
838
 
@@ -852,13 +856,13 @@ msgid "Ticket Name"
852
  msgstr "Nombre del ticket"
853
 
854
  #: app/features/events.php:854 app/features/events.php:957
855
- #: app/features/events.php:1984 app/features/events.php:2028
856
  #: app/features/ix.php:2719 app/features/ix.php:2760
857
  msgid "Start Time"
858
  msgstr "Hora de Inicio"
859
 
860
  #: app/features/events.php:872 app/features/events.php:975
861
- #: app/features/events.php:1984 app/features/events.php:2028
862
  #: app/features/ix.php:2719 app/features/ix.php:2760
863
  msgid "End Time"
864
  msgstr "Hora de finalización"
@@ -866,8 +870,8 @@ msgstr "Hora de finalización"
866
  #: app/features/events.php:895 app/features/events.php:924
867
  #: app/features/events.php:938 app/features/events.php:998
868
  #: app/features/events.php:1028 app/features/events.php:1160
869
- #: app/features/events.php:1182 app/features/mec/settings.php:1303
870
- #: app/features/mec/settings.php:1323
871
  msgid "Price"
872
  msgstr "Precio"
873
 
@@ -902,7 +906,7 @@ msgstr ""
902
  #: app/features/mec/meta_boxes/search_form.php:313
903
  #: app/features/mec/meta_boxes/search_form.php:353
904
  #: app/features/mec/meta_boxes/search_form.php:400
905
- #: app/features/mec/meta_boxes/search_form.php:447 app/libraries/skins.php:789
906
  msgid "Label"
907
  msgstr "Etiqueta"
908
 
@@ -916,17 +920,17 @@ msgid "Inherit from global options"
916
  msgstr "Heredar opciones globales"
917
 
918
  #: app/features/events.php:1075 app/features/events.php:1100
919
- #: app/features/mec/settings.php:1234 app/features/mec/settings.php:1257
920
  msgid "Fee Title"
921
  msgstr "Título de la cuota"
922
 
923
  #: app/features/events.php:1079 app/features/events.php:1104
924
- #: app/features/mec/settings.php:1238 app/features/mec/settings.php:1261
925
  msgid "Amount"
926
  msgstr "Cantidad"
927
 
928
  #: app/features/events.php:1080 app/features/events.php:1105
929
- #: app/features/mec/settings.php:1239 app/features/mec/settings.php:1262
930
  msgid ""
931
  "Fee amount, considered as fixed amount if you set the type to amount "
932
  "otherwise considered as percentage"
@@ -935,63 +939,63 @@ msgstr ""
935
  "cantidad, si no será considerada como porcentaje"
936
 
937
  #: app/features/events.php:1084 app/features/events.php:1109
938
- #: app/features/mec/settings.php:1243 app/features/mec/settings.php:1266
939
  msgid "Percent"
940
  msgstr "Porcentaje"
941
 
942
  #: app/features/events.php:1085 app/features/events.php:1110
943
- #: app/features/mec/settings.php:1244 app/features/mec/settings.php:1267
944
  msgid "Amount (Per Ticket)"
945
  msgstr "Cantidad (Por ticket)"
946
 
947
  #: app/features/events.php:1086 app/features/events.php:1111
948
- #: app/features/mec/settings.php:1245 app/features/mec/settings.php:1268
949
  msgid "Amount (Per Booking)"
950
  msgstr "Cantidad (por reservas)"
951
 
952
- #: app/features/events.php:1140 app/features/mec/settings.php:1055
953
  msgid "Ticket Variations / Options"
954
  msgstr ""
955
 
956
  #: app/features/events.php:1161 app/features/events.php:1183
957
- #: app/features/mec/settings.php:1304 app/features/mec/settings.php:1324
958
  msgid "Option Price"
959
  msgstr ""
960
 
961
  #: app/features/events.php:1164 app/features/events.php:1186
962
- #: app/features/mec/settings.php:1307 app/features/mec/settings.php:1327
963
  msgid "Maximum Per Ticket"
964
  msgstr ""
965
 
966
  #: app/features/events.php:1165 app/features/events.php:1187
967
- #: app/features/mec/settings.php:1308 app/features/mec/settings.php:1328
968
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
969
  msgstr ""
970
 
971
  #: app/features/events.php:1249 app/features/mec/regform.php:136
972
- #: app/libraries/main.php:2105
973
  msgid "Text"
974
  msgstr "Texto"
975
 
976
  #: app/features/events.php:1251 app/features/mec/regform.php:138
977
  #: app/features/organizers.php:102 app/features/organizers.php:146
978
  #: app/features/speakers.php:111 app/features/speakers.php:175
979
- #: app/features/speakers.php:244 app/libraries/main.php:2163
980
  msgid "Tel"
981
  msgstr "Tel"
982
 
983
  #: app/features/events.php:1252 app/features/mec/regform.php:139
984
- #: app/libraries/main.php:2192
985
  msgid "Textarea"
986
  msgstr "Área de texto"
987
 
988
  #: app/features/events.php:1253 app/features/mec/regform.php:140
989
- #: app/libraries/main.php:2245
990
  msgid "Checkboxes"
991
  msgstr "Checkboxes"
992
 
993
  #: app/features/events.php:1254 app/features/mec/regform.php:141
994
- #: app/libraries/main.php:2289
995
  msgid "Radio Buttons"
996
  msgstr "Botón tipo radio"
997
 
@@ -1041,40 +1045,40 @@ msgstr "Botón tipo radio"
1041
  #: app/features/mec/meta_boxes/search_form.php:443
1042
  #: app/features/mec/meta_boxes/search_form.php:450
1043
  #: app/features/mec/meta_boxes/search_form.php:457
1044
- #: app/features/mec/regform.php:142 app/libraries/main.php:2333
1045
  msgid "Dropdown"
1046
  msgstr "Desplegable"
1047
 
1048
  #: app/features/events.php:1256 app/features/mec/regform.php:143
1049
- #: app/libraries/main.php:2380
1050
  msgid "Agreement"
1051
  msgstr "Acuerdo"
1052
 
1053
  #: app/features/events.php:1257 app/features/mec/regform.php:144
1054
- #: app/libraries/main.php:2221
1055
  msgid "Paragraph"
1056
  msgstr "Párrafo"
1057
 
1058
- #: app/features/events.php:1748 app/features/events.php:1763
1059
- #: app/features/events.php:1777
1060
  #, php-format
1061
  msgid "Show all %s"
1062
  msgstr "Mostrar todos %s"
1063
 
1064
- #: app/features/events.php:1748
1065
  msgid "labels"
1066
  msgstr "etiquetas"
1067
 
1068
- #: app/features/events.php:1763
1069
  msgid "locations"
1070
  msgstr "ubicaciones"
1071
 
1072
- #: app/features/events.php:1777
1073
  msgid "organizers"
1074
  msgstr "organizadores"
1075
 
1076
- #: app/features/events.php:1803 app/features/events.php:1984
1077
- #: app/features/events.php:2028 app/features/ix.php:2719
1078
  #: app/features/ix.php:2760 app/features/locations.php:58
1079
  #: app/features/locations.php:229 app/features/locations.php:281
1080
  #: app/features/locations.php:283
@@ -1087,16 +1091,16 @@ msgstr "organizadores"
1087
  #: app/features/mec/meta_boxes/search_form.php:299
1088
  #: app/features/mec/meta_boxes/search_form.php:339
1089
  #: app/features/mec/meta_boxes/search_form.php:386
1090
- #: app/features/mec/meta_boxes/search_form.php:433 app/libraries/main.php:1643
1091
- #: app/libraries/main.php:4237 app/libraries/skins.php:737
1092
- #: app/skins/single/default.php:141 app/skins/single/default.php:348
1093
  #: app/skins/single/m1.php:154 app/skins/single/m2.php:86
1094
  #: app/skins/single/modern.php:83
1095
  msgid "Location"
1096
  msgstr "Localización"
1097
 
1098
- #: app/features/events.php:1804 app/features/events.php:1984
1099
- #: app/features/events.php:2028 app/features/ix.php:2719
1100
  #: app/features/ix.php:2760 app/features/mec/meta_boxes/display_options.php:662
1101
  #: app/features/mec/meta_boxes/search_form.php:45
1102
  #: app/features/mec/meta_boxes/search_form.php:92
@@ -1109,63 +1113,63 @@ msgstr "Localización"
1109
  #: app/features/mec/meta_boxes/search_form.php:440
1110
  #: app/features/organizers.php:58 app/features/organizers.php:199
1111
  #: app/features/organizers.php:255 app/features/organizers.php:257
1112
- #: app/libraries/main.php:4239 app/libraries/skins.php:763
1113
- #: app/skins/single/default.php:181 app/skins/single/default.php:388
1114
  #: app/skins/single/m1.php:90 app/skins/single/m2.php:22
1115
  #: app/skins/single/modern.php:21
1116
  msgid "Organizer"
1117
  msgstr "Organizador"
1118
 
1119
- #: app/features/events.php:1808
1120
  msgid "Repeat"
1121
  msgstr "Repetir"
1122
 
1123
- #: app/features/events.php:1809
1124
  msgid "Author"
1125
  msgstr "Autor"
1126
 
1127
- #: app/features/events.php:1919 app/features/events.php:1920
1128
  msgid "iCal Export"
1129
  msgstr "Exportar iCal"
1130
 
1131
- #: app/features/events.php:1922 app/features/events.php:1923
1132
  msgid "CSV Export"
1133
  msgstr "Exportar CSV"
1134
 
1135
- #: app/features/events.php:1925 app/features/events.php:1926
1136
  msgid "MS Excel Export"
1137
  msgstr "Exportar Excel"
1138
 
1139
- #: app/features/events.php:1928 app/features/events.php:1929
1140
  msgid "XML Export"
1141
  msgstr "Exportación XML"
1142
 
1143
- #: app/features/events.php:1931 app/features/events.php:1932
1144
  msgid "JSON Export"
1145
  msgstr "Exportación JSON"
1146
 
1147
- #: app/features/events.php:1934 app/features/events.php:1935
1148
  msgid "Duplicate"
1149
  msgstr "Duplicar"
1150
 
1151
- #: app/features/events.php:1984 app/features/events.php:2028
1152
  #: app/features/ix.php:2719 app/features/ix.php:2760
1153
  #: app/features/labels.php:176 app/features/locations.php:228
1154
  #: app/features/organizers.php:198 app/features/speakers.php:241
1155
  msgid "ID"
1156
  msgstr "ID"
1157
 
1158
- #: app/features/events.php:1984 app/features/events.php:2028
1159
  #: app/features/ix.php:2719 app/features/ix.php:2760
1160
  msgid "Link"
1161
  msgstr "Enlace"
1162
 
1163
- #: app/features/events.php:1984 app/features/events.php:2028
1164
  #, php-format
1165
  msgid "%s Tel"
1166
  msgstr "%s Teléfono "
1167
 
1168
- #: app/features/events.php:1984 app/features/events.php:2028
1169
  #, php-format
1170
  msgid "%s Email"
1171
  msgstr "%s Correo electrónico"
@@ -1212,11 +1216,11 @@ msgstr "¡El Captcha no es válido! Inténtalo de nuevo."
1212
  msgid "Please fill event title field!"
1213
  msgstr "Por favor llena el campo de título del evento!"
1214
 
1215
- #: app/features/fes.php:795
1216
  msgid "The event submitted. It will publish as soon as possible."
1217
  msgstr "El evento presentado. Se publicará lo antes posible."
1218
 
1219
- #: app/features/fes.php:796
1220
  msgid "The event published."
1221
  msgstr "El evento a sido publicado."
1222
 
@@ -1240,7 +1244,7 @@ msgstr "Ejemplo. sunombre@gmail.com"
1240
  msgid "eg. John Smith"
1241
  msgstr "ej. John Smith"
1242
 
1243
- #: app/features/fes/form.php:488 app/features/mec/settings.php:989
1244
  msgid "Featured Image"
1245
  msgstr "Imagen destacada"
1246
 
@@ -1249,14 +1253,14 @@ msgid "Remove Image"
1249
  msgstr "Eliminar imagen"
1250
 
1251
  #: app/features/fes/form.php:535 app/features/labels.php:61
1252
- #: app/features/labels.php:220 app/features/mec.php:301
1253
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4234
1254
- #: app/skins/single/default.php:120 app/skins/single/default.php:327
1255
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:199
1256
  msgid "Labels"
1257
  msgstr "Etiquetas"
1258
 
1259
- #: app/features/fes/form.php:580 app/features/mec.php:299
1260
  #: app/features/mec/meta_boxes/filter.php:138
1261
  msgid "Tags"
1262
  msgstr "Tags"
@@ -1294,7 +1298,7 @@ msgstr "MEC - Importar / Exportar"
1294
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1295
  #: app/features/mec/notifications.php:76 app/features/mec/regform.php:75
1296
  #: app/features/mec/settings.php:249 app/features/mec/styles.php:77
1297
- #: app/features/mec/styling.php:104 app/features/mec/support.php:73
1298
  msgid "Import / Export"
1299
  msgstr "Import / Export"
1300
 
@@ -1461,7 +1465,7 @@ msgid ""
1461
  "This will export all of your website events' data into your desired format."
1462
  msgstr "Esto exportará todos los eventos de tu sitio al formato deseado."
1463
 
1464
- #: app/features/ix/export.php:25 app/features/mec/settings.php:790
1465
  msgid "iCal"
1466
  msgstr "iCal"
1467
 
@@ -1571,7 +1575,7 @@ msgstr "Toggle"
1571
  msgid "Add to Google Calendar"
1572
  msgstr "Añadir a Google Calendar"
1573
 
1574
- #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1480
1575
  msgid "Checking ..."
1576
  msgstr "Verificando…"
1577
 
@@ -1618,10 +1622,10 @@ msgstr ""
1618
  msgid "ICS Feed"
1619
  msgstr "ICS Feed"
1620
 
1621
- #: app/features/ix/import.php:46 app/features/mec/settings.php:671
1622
- #: app/features/mec/settings.php:821 app/features/mec/settings.php:839
1623
- #: app/features/mec/settings.php:1111 app/features/mec/settings.php:1201
1624
- #: app/features/mec/settings.php:1218 app/features/mec/settings.php:1283
1625
  #, php-format
1626
  msgid "%s is required to use this feature."
1627
  msgstr "Se requiere %s para usar esta funcionalidad."
@@ -1633,10 +1637,10 @@ msgstr "Se requiere %s para usar esta funcionalidad."
1633
  #: app/features/mec/meta_boxes/display_options.php:578
1634
  #: app/features/mec/meta_boxes/display_options.php:628
1635
  #: app/features/mec/meta_boxes/display_options.php:766
1636
- #: app/features/mec/settings.php:671 app/features/mec/settings.php:821
1637
- #: app/features/mec/settings.php:839 app/features/mec/settings.php:1111
1638
- #: app/features/mec/settings.php:1201 app/features/mec/settings.php:1218
1639
- #: app/features/mec/settings.php:1283 app/libraries/skins.php:249
1640
  msgid "Pro version of Modern Events Calendar"
1641
  msgstr "Versión Pro de Modern Events Calendar"
1642
 
@@ -1940,7 +1944,7 @@ msgstr ""
1940
 
1941
  #: app/features/labels.php:116 app/features/labels.php:141
1942
  #: app/skins/agenda/render.php:36 app/skins/available_spot/tpl.php:31
1943
- #: app/skins/carousel/render.php:44 app/skins/countdown/tpl.php:24
1944
  #: app/skins/cover/tpl.php:27 app/skins/daily_view/render.php:22
1945
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
1946
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
@@ -1952,8 +1956,8 @@ msgid "Featured"
1952
  msgstr ""
1953
 
1954
  #: app/features/labels.php:117 app/features/labels.php:142
1955
- #: app/libraries/main.php:4427 app/skins/agenda/render.php:40
1956
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:48
1957
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:31
1958
  #: app/skins/daily_view/render.php:26 app/skins/grid/render.php:53
1959
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
@@ -1985,9 +1989,9 @@ msgstr "Slug"
1985
  msgid "Event %s"
1986
  msgstr "Evento %s"
1987
 
1988
- #: app/features/locations.php:59 app/features/mec.php:302
1989
  #: app/features/mec/dashboard.php:171 app/features/mec/meta_boxes/filter.php:87
1990
- #: app/libraries/main.php:4236
1991
  msgid "Locations"
1992
  msgstr "Lugar"
1993
 
@@ -2058,7 +2062,7 @@ msgstr "Nombre del lugar"
2058
  msgid "eg. City Hall"
2059
  msgstr "ej. Almería"
2060
 
2061
- #: app/features/locations.php:298 app/features/mec/settings.php:1019
2062
  #: app/widgets/single.php:115
2063
  msgid "Event Location"
2064
  msgstr "Lugar del evento"
@@ -2083,109 +2087,109 @@ msgstr "Elegir imagen"
2083
  msgid "Don't show map in single event page"
2084
  msgstr "No mostrar el mapa en la página del detalle del evento"
2085
 
2086
- #: app/features/mec.php:142
2087
  msgid ""
2088
  "Activation faild. Please check your purchase code or license type."
2089
  "<br><b>Note: Your purchase code should match your licesne type.</b>"
2090
  msgstr ""
2091
 
2092
- #: app/features/mec.php:143
2093
  msgid "Troubleshooting"
2094
  msgstr ""
2095
 
2096
- #: app/features/mec.php:182
2097
  msgid ""
2098
  "Your options is not in JSON format. Please insert correct options in this "
2099
  "field and try again."
2100
  msgstr ""
2101
 
2102
- #: app/features/mec.php:187
2103
  msgid "Your options field can not be empty!"
2104
  msgstr ""
2105
 
2106
- #: app/features/mec.php:191
2107
  msgid "Your options imported successfuly."
2108
  msgstr ""
2109
 
2110
- #: app/features/mec.php:283
2111
  #, fuzzy
2112
  #| msgid "Support"
2113
  msgid "MEC - Support"
2114
  msgstr "Soporte"
2115
 
2116
- #: app/features/mec.php:283 app/features/mec/gateways.php:84
2117
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2118
  #: app/features/mec/notifications.php:83 app/features/mec/regform.php:82
2119
  #: app/features/mec/settings.php:256 app/features/mec/styles.php:84
2120
- #: app/features/mec/styling.php:111 app/features/mec/support-page.php:9
2121
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2122
  msgid "Support"
2123
  msgstr "Soporte"
2124
 
2125
- #: app/features/mec.php:303 app/features/mec/dashboard.php:178
2126
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2127
- #: app/libraries/main.php:4238
2128
  msgid "Organizers"
2129
  msgstr "Organizadores"
2130
 
2131
- #: app/features/mec.php:311 app/features/mec.php:325
2132
  #: app/features/mec/dashboard.php:164
2133
  msgid "Shortcodes"
2134
  msgstr "Shortcodes"
2135
 
2136
- #: app/features/mec.php:312
2137
  msgid "MEC - Settings"
2138
  msgstr "Ajustes MEC"
2139
 
2140
- #: app/features/mec.php:327
2141
  msgid "Add Shortcode"
2142
  msgstr "Nuevo Shortcode"
2143
 
2144
- #: app/features/mec.php:328
2145
  msgid "Add New Shortcode"
2146
  msgstr "Añadir nuevo Shortcode"
2147
 
2148
- #: app/features/mec.php:329
2149
  msgid "No shortcodes found!"
2150
  msgstr "No hay shortcodes"
2151
 
2152
- #: app/features/mec.php:330
2153
  msgid "All Shortcodes"
2154
  msgstr "Todos los Shortcodes"
2155
 
2156
- #: app/features/mec.php:331
2157
  msgid "Edit shortcodes"
2158
  msgstr "Editar Shortcodes"
2159
 
2160
- #: app/features/mec.php:332
2161
  msgid "No shortcodes found in Trash!"
2162
  msgstr "No hay shortcodes en la papelera"
2163
 
2164
- #: app/features/mec.php:379
2165
  msgid "Display Options"
2166
  msgstr "Opciones de pantalla"
2167
 
2168
- #: app/features/mec.php:380
2169
  msgid "Filter Options"
2170
  msgstr "Opciones de filtros"
2171
 
2172
- #: app/features/mec.php:382
2173
  msgid "Search Form"
2174
  msgstr "Formulario de Búsqueda"
2175
 
2176
- #: app/features/mec.php:709
2177
  msgid "Display content's images as Popup"
2178
  msgstr ""
2179
 
2180
- #: app/features/mec.php:722
2181
  msgid "Single Event Display Method"
2182
  msgstr "Método de vista para página del evento"
2183
 
2184
- #: app/features/mec.php:727
2185
  msgid "Separate Window"
2186
  msgstr "Ventana aparte"
2187
 
2188
- #: app/features/mec.php:728
2189
  msgid "Modal 1"
2190
  msgstr "Modal 1"
2191
 
@@ -2243,7 +2247,7 @@ msgid ""
2243
  "code."
2244
  msgstr ""
2245
 
2246
- #: app/features/mec/dashboard.php:189 app/features/mec/settings.php:518
2247
  msgid "Upcoming Events"
2248
  msgstr "Próximos Eventos"
2249
 
@@ -2292,10 +2296,32 @@ msgstr "Ventas Totales (%s)"
2292
  msgid "Change Log"
2293
  msgstr "Historial de cambios"
2294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2295
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2296
  #: app/features/mec/messages.php:56 app/features/mec/notifications.php:55
2297
  #: app/features/mec/regform.php:54 app/features/mec/settings.php:228
2298
- #: app/features/mec/styles.php:56 app/features/mec/styling.php:83
2299
  #: app/features/mec/support.php:52
2300
  msgid "Styling Options"
2301
  msgstr "Opciones visuales"
@@ -2303,7 +2329,7 @@ msgstr "Opciones visuales"
2303
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2304
  #: app/features/mec/messages.php:63 app/features/mec/notifications.php:62
2305
  #: app/features/mec/regform.php:61 app/features/mec/settings.php:235
2306
- #: app/features/mec/styles.php:63 app/features/mec/styling.php:90
2307
  #: app/features/mec/support.php:59
2308
  msgid "Custom CSS"
2309
  msgstr "CSS personalizado"
@@ -2312,37 +2338,21 @@ msgstr "CSS personalizado"
2312
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2313
  #: app/features/mec/notifications.php:69 app/features/mec/regform.php:68
2314
  #: app/features/mec/settings.php:242 app/features/mec/styles.php:70
2315
- #: app/features/mec/styling.php:97 app/features/mec/support.php:66
2316
  msgid "Messages"
2317
  msgstr "Mensajes"
2318
 
2319
- #: app/features/mec/gateways.php:111 app/features/mec/gateways.php:159
2320
- #: app/features/mec/gateways.php:169 app/features/mec/messages.php:11
2321
- #: app/features/mec/messages.php:118 app/features/mec/messages.php:161
2322
- #: app/features/mec/messages.php:170 app/features/mec/notifications.php:374
2323
- #: app/features/mec/notifications.php:436
2324
- #: app/features/mec/notifications.php:445 app/features/mec/regform.php:150
2325
- #: app/features/mec/regform.php:227 app/features/mec/regform.php:236
2326
- #: app/features/mec/settings.php:28 app/features/mec/settings.php:1406
2327
- #: app/features/mec/settings.php:1416 app/features/mec/settings.php:1497
2328
- #: app/features/mec/settings.php:1511 app/features/mec/styles.php:103
2329
- #: app/features/mec/styles.php:147 app/features/mec/styles.php:156
2330
- #: app/features/mec/styling.php:309 app/features/mec/styling.php:379
2331
- #: app/features/mec/styling.php:388
2332
- msgid "Save Changes"
2333
- msgstr "Guardar Cambios"
2334
-
2335
- #: app/features/mec/gateways.php:138 app/features/mec/messages.php:145
2336
- #: app/features/mec/notifications.php:421 app/features/mec/regform.php:211
2337
- #: app/features/mec/settings.php:1475 app/features/mec/styles.php:131
2338
- #: app/features/mec/styling.php:362
2339
  msgid "Saved"
2340
  msgstr "Guardado"
2341
 
2342
- #: app/features/mec/gateways.php:139 app/features/mec/messages.php:146
2343
- #: app/features/mec/notifications.php:422 app/features/mec/regform.php:212
2344
- #: app/features/mec/settings.php:1476 app/features/mec/styles.php:132
2345
- #: app/features/mec/styling.php:363
2346
  msgid "Settings Saved!"
2347
  msgstr "¡Ajustes guardados!"
2348
 
@@ -2390,16 +2400,16 @@ msgstr "Tema"
2390
  #: app/features/mec/meta_boxes/display_options.php:129
2391
  #: app/features/mec/meta_boxes/display_options.php:431
2392
  #: app/features/mec/meta_boxes/display_options.php:686
2393
- #: app/features/mec/settings.php:394 app/features/mec/settings.php:418
2394
- #: app/features/mec/settings.php:427 app/features/mec/settings.php:462
2395
- #: app/features/mec/settings.php:486 app/features/mec/settings.php:495
2396
  msgid "Classic"
2397
  msgstr "Clásico"
2398
 
2399
  #: app/features/mec/meta_boxes/display_options.php:35
2400
  #: app/features/mec/meta_boxes/display_options.php:131
2401
- #: app/features/mec/settings.php:419 app/features/mec/settings.php:429
2402
- #: app/features/mec/settings.php:487 app/features/mec/settings.php:497
2403
  msgid "Minimal"
2404
  msgstr "Mínimo"
2405
 
@@ -2409,20 +2419,20 @@ msgstr "Mínimo"
2409
  #: app/features/mec/meta_boxes/display_options.php:433
2410
  #: app/features/mec/meta_boxes/display_options.php:585
2411
  #: app/features/mec/meta_boxes/display_options.php:688
2412
- #: app/features/mec/settings.php:396 app/features/mec/settings.php:409
2413
- #: app/features/mec/settings.php:420 app/features/mec/settings.php:430
2414
- #: app/features/mec/settings.php:464 app/features/mec/settings.php:477
2415
- #: app/features/mec/settings.php:488 app/features/mec/settings.php:498
2416
  msgid "Modern"
2417
  msgstr "Moderno"
2418
 
2419
  #: app/features/mec/meta_boxes/display_options.php:37
2420
- #: app/features/mec/settings.php:421 app/features/mec/settings.php:489
2421
  msgid "Standard"
2422
  msgstr "Estándar"
2423
 
2424
  #: app/features/mec/meta_boxes/display_options.php:38
2425
- #: app/features/mec/settings.php:422 app/features/mec/settings.php:490
2426
  msgid "Accordion"
2427
  msgstr "Acordeón"
2428
 
@@ -2616,17 +2626,17 @@ msgstr ""
2616
  #: app/features/mec/meta_boxes/display_options.php:432
2617
  #: app/features/mec/meta_boxes/display_options.php:586
2618
  #: app/features/mec/meta_boxes/display_options.php:687
2619
- #: app/features/mec/settings.php:395 app/features/mec/settings.php:410
2620
- #: app/features/mec/settings.php:428 app/features/mec/settings.php:463
2621
- #: app/features/mec/settings.php:478 app/features/mec/settings.php:496
2622
  msgid "Clean"
2623
  msgstr "Limpio"
2624
 
2625
  #: app/features/mec/meta_boxes/display_options.php:133
2626
  #: app/features/mec/meta_boxes/display_options.php:309
2627
  #: app/features/mec/meta_boxes/display_options.php:435
2628
- #: app/features/mec/settings.php:398 app/features/mec/settings.php:431
2629
- #: app/features/mec/settings.php:466 app/features/mec/settings.php:499
2630
  msgid "Simple"
2631
  msgstr "Simple"
2632
 
@@ -2637,8 +2647,8 @@ msgstr "Colorido"
2637
  #: app/features/mec/meta_boxes/display_options.php:135
2638
  #: app/features/mec/meta_boxes/display_options.php:308
2639
  #: app/features/mec/meta_boxes/display_options.php:434
2640
- #: app/features/mec/settings.php:397 app/features/mec/settings.php:433
2641
- #: app/features/mec/settings.php:465 app/features/mec/settings.php:501
2642
  msgid "Novel"
2643
  msgstr "Novel"
2644
 
@@ -2661,7 +2671,6 @@ msgstr "Contador en fila"
2661
  #: app/features/mec/meta_boxes/display_options.php:471
2662
  #: app/features/mec/meta_boxes/display_options.php:578
2663
  #: app/features/mec/meta_boxes/display_options.php:766
2664
- #: app/libraries/skins.php:249
2665
  #, php-format
2666
  msgid "%s is required to use this skin."
2667
  msgstr "Se requiere %s para utilizar este tema."
@@ -2677,15 +2686,15 @@ msgstr "Vista por defecto"
2677
 
2678
  #: app/features/mec/meta_boxes/display_options.php:297
2679
  #: app/features/mec/meta_boxes/display_options.php:314
2680
- #: app/libraries/main.php:326 app/libraries/main.php:1196
2681
- #: app/libraries/main.php:1221
2682
  msgid "List View"
2683
  msgstr "Vista de lista"
2684
 
2685
  #: app/features/mec/meta_boxes/display_options.php:298
2686
  #: app/features/mec/meta_boxes/display_options.php:324
2687
- #: app/libraries/main.php:330 app/libraries/main.php:1190
2688
- #: app/libraries/main.php:1215
2689
  msgid "Yearly View"
2690
  msgstr "Vista anual"
2691
 
@@ -2696,15 +2705,15 @@ msgstr "Vista Mensual/Calendario"
2696
 
2697
  #: app/features/mec/meta_boxes/display_options.php:300
2698
  #: app/features/mec/meta_boxes/display_options.php:344
2699
- #: app/libraries/main.php:333 app/libraries/main.php:1192
2700
- #: app/libraries/main.php:1217
2701
  msgid "Weekly View"
2702
  msgstr "Vista de semana"
2703
 
2704
  #: app/features/mec/meta_boxes/display_options.php:301
2705
  #: app/features/mec/meta_boxes/display_options.php:354
2706
- #: app/libraries/main.php:332 app/libraries/main.php:1193
2707
- #: app/libraries/main.php:1218
2708
  msgid "Daily View"
2709
  msgstr "Vista de día"
2710
 
@@ -3027,8 +3036,8 @@ msgstr "Mostrar formulario búsqueda"
3027
  #: app/features/mec/meta_boxes/search_form.php:449
3028
  #: app/features/mec/meta_boxes/search_form.php:456
3029
  #: app/features/mec/meta_boxes/search_form.php:463
3030
- #: app/features/mec/settings.php:317 app/features/mec/settings.php:530
3031
- #: app/features/mec/settings.php:714
3032
  msgid "Disabled"
3033
  msgstr "Desactivado"
3034
 
@@ -3314,7 +3323,7 @@ msgstr "Insertar varios destinatarios, separados por comas."
3314
  msgid "Email/Booking verification link."
3315
  msgstr "Enlace de verificación de correo electrónico/reserva."
3316
 
3317
- #: app/features/mec/notifications.php:196 app/features/mec/settings.php:1174
3318
  msgid "Booking Confirmation"
3319
  msgstr "Confirmación de reserva"
3320
 
@@ -3402,7 +3411,7 @@ msgstr "Título del evento"
3402
  msgid "Status of event"
3403
  msgstr "Estado del evento"
3404
 
3405
- #: app/features/mec/notifications.php:362 app/features/mec/settings.php:1061
3406
  msgid "Event Note"
3407
  msgstr "Nota de evento"
3408
 
@@ -3414,96 +3423,84 @@ msgstr "Enlace del administrador de reservas."
3414
  msgid "Archive Page Options"
3415
  msgstr "Opciones de página de archivo"
3416
 
3417
- #: app/features/mec/settings.php:96 app/features/mec/settings.php:779
3418
  msgid "Export Module Options"
3419
  msgstr "Opciones de exportación de módulos"
3420
 
3421
- #: app/features/mec/settings.php:102 app/features/mec/settings.php:806
3422
  msgid "Local Time Module"
3423
  msgstr "Módulo de Tiempo Local"
3424
 
3425
- #: app/features/mec/settings.php:108 app/features/mec/settings.php:818
3426
  msgid "QR Code Module"
3427
  msgstr "Módulo de Código QR"
3428
 
3429
- #: app/features/mec/settings.php:114 app/features/mec/settings.php:836
3430
  #: app/widgets/single.php:147
3431
  msgid "Weather Module"
3432
  msgstr "Módulo meteorológico"
3433
 
3434
- #: app/features/mec/settings.php:144 app/features/mec/settings.php:1080
3435
  msgid "User Profile"
3436
  msgstr ""
3437
 
3438
- #: app/features/mec/settings.php:156 app/features/mec/settings.php:1098
3439
  msgid "Additional Organizers"
3440
  msgstr "Organizadores adicionales"
3441
 
3442
- #: app/features/mec/settings.php:174 app/features/mec/settings.php:1215
3443
  msgid "Taxes / Fees"
3444
  msgstr "Impuestos/Tasas"
3445
 
3446
- #: app/features/mec/settings.php:180 app/features/mec/settings.php:1280
3447
  msgid "Ticket Variations & Options"
3448
  msgstr ""
3449
 
3450
  #: app/features/mec/settings.php:276
3451
- msgid "Time Format"
3452
- msgstr "Formato de la hora"
3453
-
3454
- #: app/features/mec/settings.php:279
3455
- msgid "12 hours format with AM/PM"
3456
- msgstr "Formato de 12 horas con AM / PM"
3457
-
3458
- #: app/features/mec/settings.php:280
3459
- msgid "24 hours format"
3460
- msgstr "Formato de 24 horas"
3461
-
3462
- #: app/features/mec/settings.php:282 app/features/mec/settings.php:295
3463
- msgid ""
3464
- "This option is for showing start/end time of events on frontend of website."
3465
- msgstr ""
3466
- "Esta opción es para mostrar el tiempo de inicio / finalización de los "
3467
- "eventos en la interfaz del sitio web."
3468
-
3469
- #: app/features/mec/settings.php:287
3470
  msgid "Hide Events"
3471
  msgstr "Ocultar eventos"
3472
 
3473
- #: app/features/mec/settings.php:290
3474
  msgid "On Event Start"
3475
  msgstr "En el inicio del evento"
3476
 
3477
- #: app/features/mec/settings.php:291
3478
  msgid "+1 Hour after start"
3479
  msgstr "+1 hora después del inicio"
3480
 
3481
- #: app/features/mec/settings.php:292
3482
  msgid "+2 Hours after start"
3483
  msgstr "+2 horas después del inicio"
3484
 
3485
- #: app/features/mec/settings.php:293
3486
  msgid "On Event End"
3487
  msgstr "El fin del evento"
3488
 
3489
- #: app/features/mec/settings.php:301
 
 
 
 
 
 
 
3490
  msgid "Multiple Day Events"
3491
  msgstr "Eventos de varios días"
3492
 
3493
- #: app/features/mec/settings.php:304
3494
  msgid "Show only first day on List/Grid/Slider skins"
3495
  msgstr ""
3496
  "Muestra únicamente el primer día en los temas de Lista, Cuadricula y Rotativo"
3497
 
3498
- #: app/features/mec/settings.php:305
3499
  msgid "Show only first day on all skins"
3500
  msgstr "Mostrar solo el primer día en todas los temas"
3501
 
3502
- #: app/features/mec/settings.php:306
3503
  msgid "Show all days"
3504
  msgstr "Mostrar todos los días"
3505
 
3506
- #: app/features/mec/settings.php:308
3507
  msgid ""
3508
  "For showing all days of multiple day events on frontend or only show the "
3509
  "first day."
@@ -3511,123 +3508,123 @@ msgstr ""
3511
  "Para mostrar todos los días en un evento multidía en la pagina o solo "
3512
  "mostrar el primer día."
3513
 
3514
- #: app/features/mec/settings.php:314
3515
  msgid "Remove MEC Data on Plugin Uninstall"
3516
  msgstr "Elimina los datos de MEC al desinstalar el plugin."
3517
 
3518
- #: app/features/mec/settings.php:318
3519
  msgid "Enabled"
3520
  msgstr "Habilitado"
3521
 
3522
- #: app/features/mec/settings.php:324
3523
  msgid "Exclude Date Suffix"
3524
  msgstr "Excluir sufijo de la fecha"
3525
 
3526
- #: app/features/mec/settings.php:327
3527
  msgid "Remove suffix from calendars"
3528
  msgstr "Elimina el sufijo de los calendarios."
3529
 
3530
- #: app/features/mec/settings.php:334 app/libraries/main.php:4245
3531
  msgid "Weekdays"
3532
  msgstr "Días de la semana"
3533
 
3534
- #: app/features/mec/settings.php:342
3535
  msgid ""
3536
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
3537
  "and Friday."
3538
  msgstr ""
3539
  "Ten cuidado. El predeterminado es Lunes, Martes, Miércoles, Jueves y Viernes."
3540
 
3541
- #: app/features/mec/settings.php:349
3542
  msgid "Weekends"
3543
  msgstr "Fines de semana"
3544
 
3545
- #: app/features/mec/settings.php:357
3546
  msgid "Proceed with caution. Default is set to Saturday and Sunday."
3547
  msgstr "Ten cuidado. El predeterminado es Sábado y Domingo."
3548
 
3549
- #: app/features/mec/settings.php:365
3550
  msgid "Archive Pages"
3551
  msgstr "Páginas de archivo"
3552
 
3553
- #: app/features/mec/settings.php:368
3554
  msgid "Archive Page Title"
3555
  msgstr "Título de la página de archivo"
3556
 
3557
- #: app/features/mec/settings.php:371
3558
  msgid "Default value is Events"
3559
  msgstr "Valor por defecto del evento"
3560
 
3561
- #: app/features/mec/settings.php:376
3562
  msgid "Archive Page Skin"
3563
  msgstr "Tema de la página de archivo"
3564
 
3565
- #: app/features/mec/settings.php:384
3566
  #, fuzzy
3567
  #| msgid "Edit shortcodes"
3568
  msgid "Put shortcode..."
3569
  msgstr "Editar Shortcodes"
3570
 
3571
- #: app/features/mec/settings.php:387 app/features/mec/settings.php:402
3572
- #: app/features/mec/settings.php:405 app/features/mec/settings.php:414
3573
- #: app/features/mec/settings.php:440 app/features/mec/settings.php:455
3574
- #: app/features/mec/settings.php:470 app/features/mec/settings.php:473
3575
- #: app/features/mec/settings.php:482 app/features/mec/settings.php:508
3576
  #, fuzzy
3577
  #| msgid "The event is ongoing."
3578
  msgid "There is no skins"
3579
  msgstr "El evento está en curso."
3580
 
3581
- #: app/features/mec/settings.php:390 app/features/mec/settings.php:458
3582
- #: app/features/mec/settings.php:583
3583
  msgid "Modern Style"
3584
  msgstr "Estilo moderno"
3585
 
3586
- #: app/features/mec/settings.php:432 app/features/mec/settings.php:500
3587
  #, fuzzy
3588
  #| msgid "Colorful"
3589
  msgid "colorful"
3590
  msgstr "Colorido"
3591
 
3592
- #: app/features/mec/settings.php:437 app/features/mec/settings.php:505
3593
  #, fuzzy
3594
  #| msgid "Plain Style"
3595
  msgid "Clean Style"
3596
  msgstr "Estilo simple"
3597
 
3598
- #: app/features/mec/settings.php:442
3599
  msgid "Default value is Calendar/Monthly View"
3600
  msgstr "El valor predeterminado es calendario / vista mensual"
3601
 
3602
- #: app/features/mec/settings.php:447
3603
  msgid "Category Page Skin"
3604
  msgstr "Skin de página de categoría"
3605
 
3606
- #: app/features/mec/settings.php:510
3607
  msgid "Default value is List View"
3608
  msgstr "El valor predeterminado es Vista de lista"
3609
 
3610
- #: app/features/mec/settings.php:515
3611
  msgid "Category Events Method"
3612
  msgstr "Método de categoría de eventos"
3613
 
3614
- #: app/features/mec/settings.php:519
3615
  msgid "Expired Events"
3616
  msgstr "Eventos pasados"
3617
 
3618
- #: app/features/mec/settings.php:521
3619
  msgid "Default value is Upcoming Events"
3620
  msgstr "El valor predeterminado es Próximos eventos"
3621
 
3622
- #: app/features/mec/settings.php:526
3623
  msgid "Events Archive Status"
3624
  msgstr "Estado del archivo de eventos"
3625
 
3626
- #: app/features/mec/settings.php:529
3627
  msgid "Enabled (Recommended)"
3628
  msgstr "Activado (recomendado)"
3629
 
3630
- #: app/features/mec/settings.php:532
3631
  msgid ""
3632
  "If you disable it, then you should create a page as archive page of MEC. "
3633
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
@@ -3637,11 +3634,11 @@ msgstr ""
3637
  "archivo de MEC. El slug debe igualarse al slug principal de MEC. También "
3638
  "desactivará todas las reglas de sobreescripción."
3639
 
3640
- #: app/features/mec/settings.php:542
3641
  msgid "Main Slug"
3642
  msgstr "Slug principal"
3643
 
3644
- #: app/features/mec/settings.php:545
3645
  msgid ""
3646
  "Default value is events. Valid characters are lowercase a-z, - character and "
3647
  "numbers."
@@ -3649,11 +3646,11 @@ msgstr ""
3649
  "El valor por defecto es eventos. Los caracteres válidos son a-z minúsculas, "
3650
  "- carácteres y números."
3651
 
3652
- #: app/features/mec/settings.php:549
3653
  msgid "Category Slug"
3654
  msgstr "Slug de la categoría"
3655
 
3656
- #: app/features/mec/settings.php:552
3657
  msgid ""
3658
  "It's slug of MEC categories, you can change it to events-cat or something "
3659
  "else. Default value is mec-category. Valid characters are lowercase a-z, - "
@@ -3663,124 +3660,124 @@ msgstr ""
3663
  "cat o a algo más. El valor por defecto es mec-category. Se pueden utilizar "
3664
  "letras de la a-z en minúsculas y numerosas."
3665
 
3666
- #: app/features/mec/settings.php:562
3667
  msgid "Single Event Date Format"
3668
  msgstr "Formato de fecha en evento individual"
3669
 
3670
- #: app/features/mec/settings.php:565 app/features/mec/settings.php:927
3671
  msgid "Default is M d Y"
3672
  msgstr "El valor predeterminado es M d Y"
3673
 
3674
- #: app/features/mec/settings.php:569
3675
  msgid "Date Method"
3676
  msgstr "Método de fecha"
3677
 
3678
- #: app/features/mec/settings.php:572
3679
  msgid "Next occurrence date"
3680
  msgstr "Próxima fecha que ocurrirá"
3681
 
3682
- #: app/features/mec/settings.php:573
3683
  msgid "Referred date"
3684
  msgstr "Fecha referida"
3685
 
3686
- #: app/features/mec/settings.php:575
3687
  msgid ""
3688
  "\"Referred date\" shows the event date based on referred date in event list."
3689
  msgstr ""
3690
  "La \"fecha de referencia\" muestra la fecha del evento referido en la lista "
3691
  "de eventos."
3692
 
3693
- #: app/features/mec/settings.php:579
3694
  msgid "Single Event Style"
3695
  msgstr "Estilo de evento único"
3696
 
3697
- #: app/features/mec/settings.php:582
3698
  msgid "Default Style"
3699
  msgstr "Estilo por defecto"
3700
 
3701
- #: app/features/mec/settings.php:585
3702
  msgid "Choose your single event style."
3703
  msgstr "Elige tu estilo de evento para la página de vista."
3704
 
3705
- #: app/features/mec/settings.php:589
3706
  msgid "Booking Style"
3707
  msgstr ""
3708
 
3709
- #: app/features/mec/settings.php:592 app/features/mec/settings.php:703
3710
  msgid "Default"
3711
  msgstr "Por defecto"
3712
 
3713
- #: app/features/mec/settings.php:593
3714
  msgid "Modal"
3715
  msgstr ""
3716
 
3717
- #: app/features/mec/settings.php:595
3718
  msgid "Choose your Booking style."
3719
  msgstr ""
3720
 
3721
- #: app/features/mec/settings.php:603
3722
  msgid "Currency"
3723
  msgstr "Moneda corriente"
3724
 
3725
- #: app/features/mec/settings.php:613
3726
  msgid "Currency Sign"
3727
  msgstr "Tipo de moneda"
3728
 
3729
- #: app/features/mec/settings.php:616
3730
  msgid "Default value will be \"currency\" if you leave it empty."
3731
  msgstr "El valor por defecto será \"moneda\" si lo dejas en blanco."
3732
 
3733
- #: app/features/mec/settings.php:620
3734
  msgid "Currency Position"
3735
  msgstr "Posición en moneda extranjera"
3736
 
3737
- #: app/features/mec/settings.php:623
3738
  msgid "Before $10"
3739
  msgstr "Menos de 10€"
3740
 
3741
- #: app/features/mec/settings.php:624
3742
  msgid "After 10$"
3743
  msgstr "Más de 10€"
3744
 
3745
- #: app/features/mec/settings.php:629
3746
  msgid "Thousand Separator"
3747
  msgstr "Separador de miles"
3748
 
3749
- #: app/features/mec/settings.php:635
3750
  msgid "Decimal Separator"
3751
  msgstr "Separador de decimales"
3752
 
3753
- #: app/features/mec/settings.php:645
3754
  msgid "No decimal"
3755
  msgstr "No decimal"
3756
 
3757
- #: app/features/mec/settings.php:654
3758
  msgid "Speakers Options"
3759
  msgstr ""
3760
 
3761
- #: app/features/mec/settings.php:660
3762
  msgid "Enable speakers feature"
3763
  msgstr ""
3764
 
3765
- #: app/features/mec/settings.php:676
3766
  msgid "Show Google Maps on event page"
3767
  msgstr "Ver eventos en Google Maps"
3768
 
3769
- #: app/features/mec/settings.php:681 app/features/mec/settings.php:849
3770
- #: app/features/mec/settings.php:1378
3771
  msgid "API Key"
3772
  msgstr "API Key"
3773
 
3774
- #: app/features/mec/settings.php:684 app/features/mec/settings.php:1381
3775
- #: app/features/mec/settings.php:1388
3776
  msgid "Required!"
3777
  msgstr "¡Obligatorio!"
3778
 
3779
- #: app/features/mec/settings.php:688
3780
  msgid "Zoom level"
3781
  msgstr "Nivel de zoom"
3782
 
3783
- #: app/features/mec/settings.php:695
3784
  msgid ""
3785
  "For Google Maps module in single event page. In Google Maps skin, it will "
3786
  "caculate the zoom level automatically based on event boundaries."
@@ -3789,186 +3786,202 @@ msgstr ""
3789
  "de Google Maps, calculará el nivel de Zoom automáticamente de acuerdo a los "
3790
  "limites."
3791
 
3792
- #: app/features/mec/settings.php:699
3793
  msgid "Google Maps Style"
3794
  msgstr "Estilo de Google Maps"
3795
 
3796
- #: app/features/mec/settings.php:711
3797
  msgid "Direction on single event"
3798
  msgstr "Dirección en la página del evento"
3799
 
3800
- #: app/features/mec/settings.php:715
3801
  msgid "Simple Method"
3802
  msgstr "Método simple"
3803
 
3804
- #: app/features/mec/settings.php:716
3805
  msgid "Advanced Method"
3806
  msgstr "Método avanzado"
3807
 
3808
- #: app/features/mec/settings.php:721
3809
  msgid "Lightbox Date Format"
3810
  msgstr "Formato de Fecha LightBox"
3811
 
3812
- #: app/features/mec/settings.php:724
3813
  msgid "Default value is M d Y"
3814
  msgstr "El valor predeterminado es M d Y"
3815
 
3816
- #: app/features/mec/settings.php:728
3817
  msgid "Google Maps API"
3818
  msgstr "Google Maps API"
3819
 
3820
- #: app/features/mec/settings.php:732
3821
  msgid "Don't load Google Maps API library"
3822
  msgstr "No carga la biblioteca de la API de Google Maps"
3823
 
3824
- #: app/features/mec/settings.php:734
3825
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
3826
  msgstr "Marcalo sólo si en otro plugin/tema se carga la API de Google Maps"
3827
 
3828
- #: app/features/mec/settings.php:746
3829
  msgid "Enable Google Recaptcha"
3830
  msgstr "Habilitar Google Recaptcha"
3831
 
3832
- #: app/features/mec/settings.php:753
3833
  msgid "Enable on booking form"
3834
  msgstr "Activar en el formulario de reserva"
3835
 
3836
- #: app/features/mec/settings.php:759
3837
  msgid "Enable on \"Frontend Event Submission\" form"
3838
  msgstr "Activa el formulario \"Envío de eventos desde portada\""
3839
 
3840
- #: app/features/mec/settings.php:763
3841
  msgid "Site Key"
3842
  msgstr "Clave del Sitio"
3843
 
3844
- #: app/features/mec/settings.php:769
3845
  msgid "Secret Key"
3846
  msgstr "Clave secreta"
3847
 
3848
- #: app/features/mec/settings.php:783
3849
  msgid ""
3850
  "Show export module (iCal export and add to Google calendars) on event page"
3851
  msgstr "Ver módulo exportado (iCal y Google Calendars) en la página del evento"
3852
 
3853
- #: app/features/mec/settings.php:790
3854
  msgid "Google Calendar"
3855
  msgstr "Google Calendar"
3856
 
3857
- #: app/features/mec/settings.php:810
3858
  msgid "Show event time based on local time of visitor on event page"
3859
  msgstr ""
3860
  "Mostrar el tiempo del evento basado en la hora local del visitante en la "
3861
  "página del evento"
3862
 
3863
- #: app/features/mec/settings.php:826
3864
  msgid "Show QR code of event in details page and booking invoice"
3865
  msgstr ""
3866
  "Mostrar código QR del evento en la pagina de detalles de la pagina y en el "
3867
  "recibo de la reservación"
3868
 
3869
- #: app/features/mec/settings.php:844
3870
  msgid "Show weather module on event page"
3871
  msgstr "Módulo de tiempo para mostrar en la página del evento"
3872
 
3873
- #: app/features/mec/settings.php:852
3874
  #, php-format
3875
  msgid "You can get a free API Key from %s"
3876
  msgstr "Puedes obtener una clave API gratis desde %s"
3877
 
3878
- #: app/features/mec/settings.php:864
3879
  msgid "Show countdown module on event page"
3880
  msgstr "Mostrar módulo de cuenta atrás en la página del evento"
3881
 
3882
- #: app/features/mec/settings.php:869
3883
  msgid "Countdown Style"
3884
  msgstr "Estilo de Cuenta Atrás"
3885
 
3886
- #: app/features/mec/settings.php:872
3887
  msgid "Plain Style"
3888
  msgstr "Estilo simple"
3889
 
3890
- #: app/features/mec/settings.php:873
3891
  msgid "Flip Style"
3892
  msgstr "Estilo Volteado"
3893
 
3894
- #: app/features/mec/settings.php:885
3895
  msgid "Show social network module"
3896
  msgstr "Ver módulo de redes sociales"
3897
 
3898
- #: app/features/mec/settings.php:910
3899
  msgid "Show next event module on event page"
3900
  msgstr "Mostrar el módulo del próximo evento en la página del evento"
3901
 
3902
- #: app/features/mec/settings.php:915
3903
  msgid "Method"
3904
  msgstr "Método"
3905
 
3906
- #: app/features/mec/settings.php:918
3907
  msgid "Next Occurrence of Current Event"
3908
  msgstr "Próxima aparición del evento actual"
3909
 
3910
- #: app/features/mec/settings.php:919
3911
  msgid "Next Occurrence of Other Events"
3912
  msgstr "Próxima aparición de otros eventos"
3913
 
3914
- #: app/features/mec/settings.php:924 app/features/mec/settings.php:1121
3915
  msgid "Date Format"
3916
  msgstr "Formato de fecha"
3917
 
3918
- #: app/features/mec/settings.php:936
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3919
  msgid "Events List Page"
3920
  msgstr "Página de lista de eventos"
3921
 
3922
- #: app/features/mec/settings.php:945 app/features/mec/settings.php:957
3923
  #, php-format
3924
  msgid "Put %s shortcode into the page."
3925
  msgstr "Pon el shortcode %s en la página."
3926
 
3927
- #: app/features/mec/settings.php:948
3928
  msgid "Add/Edit Events Page"
3929
  msgstr "Añadir/Editar página de eventos"
3930
 
3931
- #: app/features/mec/settings.php:962
3932
  msgid "Enable event submission by guest (Not logged-in) users"
3933
  msgstr ""
3934
  "Habilitar la presentación de eventos por los usuarios invitados (no "
3935
  "conectados)"
3936
 
3937
- #: app/features/mec/settings.php:969
3938
  msgid "Enable mandatory email and name for guest user"
3939
  msgstr ""
3940
  "Activa que sea obligatorio el correo y nombre del usuario para el usuario "
3941
  "invitado"
3942
 
3943
- #: app/features/mec/settings.php:973
3944
  msgid "Frontend Event Submission Sections"
3945
  msgstr "Secciones de envío de eventos en la pagina."
3946
 
3947
- #: app/features/mec/settings.php:995 app/widgets/single.php:119
3948
  msgid "Event Categories"
3949
  msgstr "Categorías de evento"
3950
 
3951
- #: app/features/mec/settings.php:1001
3952
  msgid "Event Labels"
3953
  msgstr "Etiqueta de eventos"
3954
 
3955
- #: app/features/mec/settings.php:1013
3956
  msgid "Event Tags"
3957
  msgstr "Etiquetas del Evento"
3958
 
3959
- #: app/features/mec/settings.php:1025 app/widgets/single.php:123
3960
  msgid "Event Organizer"
3961
  msgstr "Organizador de eventos"
3962
 
3963
- #: app/features/mec/settings.php:1043
3964
  msgid "Booking Options"
3965
  msgstr "Opciones de reserva"
3966
 
3967
- #: app/features/mec/settings.php:1049
3968
  msgid "Fees / Taxes Options"
3969
  msgstr "Opciones de Cuotas/Impuestos"
3970
 
3971
- #: app/features/mec/settings.php:1063
3972
  #, php-format
3973
  msgid ""
3974
  "Users can put a note for editors while they're submitting the event. Also "
@@ -3979,41 +3992,41 @@ msgstr ""
3979
  "evento. También puede poner %%event_note%% en la notificación de nuevo "
3980
  "evento para obtener la nota de los usuarios en el correo electrónico."
3981
 
3982
- #: app/features/mec/settings.php:1067
3983
  msgid "Visibility of Note"
3984
  msgstr "Visibilidad de la nota"
3985
 
3986
- #: app/features/mec/settings.php:1070
3987
  msgid "Always"
3988
  msgstr "Siempre"
3989
 
3990
- #: app/features/mec/settings.php:1071
3991
  msgid "While event is not published"
3992
  msgstr "Mientras no se publique el evento"
3993
 
3994
- #: app/features/mec/settings.php:1074
3995
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
3996
  msgstr ""
3997
  "La nota de evento se muestra en el formulario de presentación de Frontend y "
3998
  "Editar evento en el backend."
3999
 
4000
- #: app/features/mec/settings.php:1082
4001
  #, php-format
4002
  msgid ""
4003
  "Put %s shortcode into your desired page. Then users are able to see history "
4004
  "of their bookings."
4005
  msgstr ""
4006
 
4007
- #: app/features/mec/settings.php:1087
4008
  msgid "Exceptional days"
4009
  msgstr "Días Excepcionales"
4010
 
4011
- #: app/features/mec/settings.php:1091
4012
  msgid "Show exceptional days option on Add/Edit events page"
4013
  msgstr ""
4014
  "Mostrar opciones de días excepcionales en la página Agregar / Editar eventos"
4015
 
4016
- #: app/features/mec/settings.php:1092
4017
  msgid ""
4018
  "Using this option you can include/exclude certain days to/from event "
4019
  "occurrence dates."
@@ -4021,7 +4034,7 @@ msgstr ""
4021
  "Usar esta opción permite incluir o excluir ciertos días para la ocurrencia "
4022
  "de eventos."
4023
 
4024
- #: app/features/mec/settings.php:1102
4025
  msgid ""
4026
  "Show additional organizers option on Add/Edit events page and single event "
4027
  "page."
@@ -4029,27 +4042,27 @@ msgstr ""
4029
  "Mostrar la opción de organizadores adicionales en la pagina de añadir "
4030
  "eventos y la pagina de evento individual."
4031
 
4032
- #: app/features/mec/settings.php:1116
4033
  msgid "Enable booking module"
4034
  msgstr "Activar módulo de reservas"
4035
 
4036
- #: app/features/mec/settings.php:1124
4037
  msgid "Default is Y-m-d"
4038
  msgstr "El valor predeterminado es Y-m-d"
4039
 
4040
- #: app/features/mec/settings.php:1128
4041
  msgid "Maximum Dates"
4042
  msgstr "Fechas máximas"
4043
 
4044
- #: app/features/mec/settings.php:1130
4045
  msgid "Default is 6"
4046
  msgstr "El valor predeterminado es 6"
4047
 
4048
- #: app/features/mec/settings.php:1134
4049
  msgid "Thank You Page"
4050
  msgstr "Página de agradecimiento"
4051
 
4052
- #: app/features/mec/settings.php:1142
4053
  msgid ""
4054
  "User redirects to this page after booking. Leave it empty if you want to "
4055
  "disable it."
@@ -4057,11 +4070,11 @@ msgstr ""
4057
  "Se redirecciona al usuario a esta pagina una vez que completa la reserva. "
4058
  "Déjalo vacío si lo deseas desactivado."
4059
 
4060
- #: app/features/mec/settings.php:1150
4061
  msgid "Enable Express Attendees Form"
4062
  msgstr "Habilitar formulario de asistentes exprés"
4063
 
4064
- #: app/features/mec/settings.php:1152
4065
  msgid ""
4066
  "Users are able to apply first attendee information for other attendees in "
4067
  "the booking form."
@@ -4069,83 +4082,83 @@ msgstr ""
4069
  "Los usuarios son capaces de copiar la información del primer invitado para "
4070
  "los demás invitados en el formulario de reservas."
4071
 
4072
- #: app/features/mec/settings.php:1155
4073
  msgid "Email verification"
4074
  msgstr "Verificación por email"
4075
 
4076
- #: app/features/mec/settings.php:1161
4077
  msgid "Auto verification for free bookings"
4078
  msgstr "Auto verificación para reservas gratuitas"
4079
 
4080
- #: app/features/mec/settings.php:1170
4081
  msgid "Auto verification for paid bookings"
4082
  msgstr "Auto verificación para reservas de pago"
4083
 
4084
- #: app/features/mec/settings.php:1180
4085
  msgid "Auto confirmation for free bookings"
4086
  msgstr "Confirmación automática para reservas gratuitas"
4087
 
4088
- #: app/features/mec/settings.php:1189
4089
  msgid "Auto confirmation for paid bookings"
4090
  msgstr "Confirmación automática para reservas pagas"
4091
 
4092
- #: app/features/mec/settings.php:1206
4093
  msgid "Enable coupons module"
4094
  msgstr "Activar módulo de cupones"
4095
 
4096
- #: app/features/mec/settings.php:1223
4097
  msgid "Enable taxes / fees module"
4098
  msgstr "Activar módulo de Impuestos/Tasas"
4099
 
4100
- #: app/features/mec/settings.php:1228
4101
  msgid "Add Fee"
4102
  msgstr "Nueva tasa"
4103
 
4104
- #: app/features/mec/settings.php:1288
4105
  msgid "Enable ticket options module"
4106
  msgstr ""
4107
 
4108
- #: app/features/mec/settings.php:1293
4109
  msgid "Add Variation / Option"
4110
  msgstr ""
4111
 
4112
- #: app/features/mec/settings.php:1343
4113
  msgid "Enable BuddyPress Integration"
4114
  msgstr "Habilitar la integración de BuddyPress"
4115
 
4116
- #: app/features/mec/settings.php:1350
4117
  msgid "Show \"Attendees Module\" in event details page"
4118
  msgstr "Mostrar \"Módulo de asistentes\" en la página de detalles del evento"
4119
 
4120
- #: app/features/mec/settings.php:1354
4121
  msgid "Attendees Limit"
4122
  msgstr "Límite de asistentes"
4123
 
4124
- #: app/features/mec/settings.php:1362
4125
  msgid "Add booking activity to user profile"
4126
  msgstr "Añadir actividad de reservaciones en el perfil del usuario"
4127
 
4128
- #: app/features/mec/settings.php:1373
4129
  msgid "Enable Mailchimp Integration"
4130
  msgstr "Activar integración con MailChimp"
4131
 
4132
- #: app/features/mec/settings.php:1385
4133
  msgid "List ID"
4134
  msgstr "ID de la lista"
4135
 
4136
- #: app/features/mec/settings.php:1392
4137
  msgid "Subscription Status"
4138
  msgstr "Estado Suscripción"
4139
 
4140
- #: app/features/mec/settings.php:1395
4141
  msgid "Subscribe automatically"
4142
  msgstr "Suscribirse automáticamente "
4143
 
4144
- #: app/features/mec/settings.php:1396
4145
  msgid "Subscribe by verification"
4146
  msgstr "Suscribirse por verificación"
4147
 
4148
- #: app/features/mec/settings.php:1398
4149
  msgid ""
4150
  "If you choose \"Subscribe by verification\" then an email will send to user "
4151
  "by mailchimp for subscription verification."
@@ -4153,12 +4166,12 @@ msgstr ""
4153
  "Si eliges “Suscribir por verificación” entonces un email de verificación de "
4154
  "suscripción se le enviará al usuario."
4155
 
4156
- #: app/features/mec/settings.php:1478 app/features/mec/settings.php:1500
4157
- #: app/libraries/main.php:4426
4158
  msgid "Verified"
4159
  msgstr "Verificado"
4160
 
4161
- #: app/features/mec/settings.php:1502
4162
  msgid "Please Refresh Page"
4163
  msgstr "Por favor, actualiza la página"
4164
 
@@ -4178,68 +4191,68 @@ msgstr ""
4178
  "en su interfaz de tema después de todos los estilos, de modo que anularán "
4179
  "los estilos predeterminados (o tema) de MEC."
4180
 
4181
- #: app/features/mec/styling.php:11 app/features/mec/styling.php:242
4182
- #: app/features/mec/styling.php:268
4183
  msgid "Default Font"
4184
  msgstr "Fuente por defecto"
4185
 
4186
- #: app/features/mec/styling.php:124
4187
  msgid "Styling Option"
4188
  msgstr "Opción visual"
4189
 
4190
- #: app/features/mec/styling.php:142
4191
  msgid "Color Skin"
4192
  msgstr "Tema de color"
4193
 
4194
- #: app/features/mec/styling.php:145
4195
  msgid "Predefined Color Skin"
4196
  msgstr "Tema de color predefinido"
4197
 
4198
- #: app/features/mec/styling.php:188
4199
  msgid "Custom Color Skin"
4200
  msgstr "Tema de color personalizado"
4201
 
4202
- #: app/features/mec/styling.php:196
4203
  msgid "Advanced Color Options (shortcodes)"
4204
  msgstr ""
4205
 
4206
- #: app/features/mec/styling.php:208
4207
  msgid "Title Hover"
4208
  msgstr ""
4209
 
4210
- #: app/features/mec/styling.php:225
4211
  msgid "Typography"
4212
  msgstr "Tipografía"
4213
 
4214
- #: app/features/mec/styling.php:227
4215
  msgid "Heading (Events Title) Font Family"
4216
  msgstr "Fuente para cabecera (Títulos de evento)"
4217
 
4218
- #: app/features/mec/styling.php:253
4219
  msgid "Paragraph Font Family"
4220
  msgstr "Fuente para párrafo"
4221
 
4222
- #: app/features/mec/styling.php:280
4223
  msgid "Disable Google Fonts"
4224
  msgstr ""
4225
 
4226
- #: app/features/mec/styling.php:285
4227
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4228
  msgstr ""
4229
 
4230
- #: app/features/mec/styling.php:291
4231
  msgid "Container Width"
4232
  msgstr "Ancho del Contenedor"
4233
 
4234
- #: app/features/mec/styling.php:293
4235
  msgid "Desktop Normal Screens"
4236
  msgstr "Pantallas normales de escritorio"
4237
 
4238
- #: app/features/mec/styling.php:296 app/features/mec/styling.php:303
4239
  msgid "You can enter your theme container size in this field"
4240
  msgstr "Puedes introducir el tamaño del contenedor del tema en este campo"
4241
 
4242
- #: app/features/mec/styling.php:300
4243
  msgid "Desktop Large Screens"
4244
  msgstr "Pantallas grandes de escritorio"
4245
 
@@ -4708,7 +4721,7 @@ msgstr "ej. user@yoursite.com"
4708
  msgid "eg. https://webnus.net"
4709
  msgstr "ej. https://webnus.net"
4710
 
4711
- #: app/features/organizers.php:300 app/libraries/main.php:4269
4712
  #: app/skins/single.php:194
4713
  msgid "Other Organizers"
4714
  msgstr "En común"
@@ -4729,11 +4742,11 @@ msgstr ""
4729
  msgid "#"
4730
  msgstr ""
4731
 
4732
- #: app/features/profile/profile.php:34 app/libraries/main.php:2402
4733
  msgid "Status"
4734
  msgstr "Estado"
4735
 
4736
- #: app/features/profile/profile.php:37 app/libraries/main.php:1664
4737
  msgid "Attendees"
4738
  msgstr "Asistentes"
4739
 
@@ -4746,8 +4759,8 @@ msgstr ""
4746
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4747
  msgstr ""
4748
 
4749
- #: app/features/profile/profile.php:96 app/libraries/main.php:1678
4750
- #: app/libraries/main.php:4267
4751
  msgid "Ticket"
4752
  msgstr "Ticket"
4753
 
@@ -4760,7 +4773,7 @@ msgid "No bookings found!"
4760
  msgstr ""
4761
 
4762
  #: app/features/speakers.php:56 app/features/speakers.php:242
4763
- #: app/libraries/main.php:4241
4764
  msgid "Speaker"
4765
  msgstr ""
4766
 
@@ -4790,7 +4803,7 @@ msgid "Insert URL of Facebook Page"
4790
  msgstr ""
4791
 
4792
  #: app/features/speakers.php:135 app/features/speakers.php:187
4793
- #: app/libraries/main.php:1078
4794
  msgid "Google+"
4795
  msgstr "Google+"
4796
 
@@ -4891,347 +4904,347 @@ msgstr "Barra lateral personalizaba para la pagina individual y modal de MEC"
4891
  msgid "There is no excerpt because this is a protected post."
4892
  msgstr "No hay extracto porque es una entrada protegida."
4893
 
4894
- #: app/libraries/main.php:327 app/libraries/main.php:1197
4895
- #: app/libraries/main.php:1222
4896
  msgid "Grid View"
4897
  msgstr "Vista cuadrícula"
4898
 
4899
- #: app/libraries/main.php:328 app/libraries/main.php:1198
4900
- #: app/libraries/main.php:1223
4901
  msgid "Agenda View"
4902
  msgstr "Vista de Agenda"
4903
 
4904
- #: app/libraries/main.php:329 app/libraries/main.php:1189
4905
- #: app/libraries/main.php:1214
4906
  msgid "Full Calendar"
4907
  msgstr "Calendario completo"
4908
 
4909
- #: app/libraries/main.php:331 app/libraries/main.php:1191
4910
- #: app/libraries/main.php:1216
4911
  msgid "Calendar/Monthly View"
4912
  msgstr "Ver Calendario/Mes"
4913
 
4914
- #: app/libraries/main.php:334 app/libraries/main.php:1194
4915
- #: app/libraries/main.php:1219
4916
  msgid "Timetable View"
4917
  msgstr "Vista de Horario"
4918
 
4919
- #: app/libraries/main.php:335 app/libraries/main.php:1195
4920
- #: app/libraries/main.php:1220
4921
  msgid "Masonry View"
4922
  msgstr "Vista en mosaico"
4923
 
4924
- #: app/libraries/main.php:336 app/libraries/main.php:1199
4925
- #: app/libraries/main.php:1224
4926
  msgid "Map View"
4927
  msgstr "Vista de mapa"
4928
 
4929
- #: app/libraries/main.php:337
4930
  msgid "Cover View"
4931
  msgstr "Vista de portada"
4932
 
4933
- #: app/libraries/main.php:338
4934
  msgid "Countdown View"
4935
  msgstr "Vista de cuenta regresiva"
4936
 
4937
- #: app/libraries/main.php:339
4938
  msgid "Available Spot"
4939
  msgstr "Sitios disponibles"
4940
 
4941
- #: app/libraries/main.php:340
4942
  msgid "Carousel View"
4943
  msgstr "Vista carrusel"
4944
 
4945
- #: app/libraries/main.php:341
4946
  msgid "Slider View"
4947
  msgstr "Vista del rotativo"
4948
 
4949
- #: app/libraries/main.php:378 app/libraries/main.php:4247
4950
  msgid "SU"
4951
  msgstr "DO"
4952
 
4953
- #: app/libraries/main.php:379 app/libraries/main.php:4248
4954
  msgid "MO"
4955
  msgstr "LU"
4956
 
4957
- #: app/libraries/main.php:380 app/libraries/main.php:4249
4958
  msgid "TU"
4959
  msgstr "MA"
4960
 
4961
- #: app/libraries/main.php:381 app/libraries/main.php:4250
4962
  msgid "WE"
4963
  msgstr "MI"
4964
 
4965
- #: app/libraries/main.php:382 app/libraries/main.php:4251
4966
  msgid "TH"
4967
  msgstr "JU"
4968
 
4969
- #: app/libraries/main.php:383 app/libraries/main.php:4252
4970
  msgid "FR"
4971
  msgstr "VI"
4972
 
4973
- #: app/libraries/main.php:384 app/libraries/main.php:4253
4974
  msgid "SA"
4975
  msgstr "SA"
4976
 
4977
- #: app/libraries/main.php:1036
4978
  msgid "Events at this location"
4979
  msgstr "Eventos en este lugar"
4980
 
4981
- #: app/libraries/main.php:1036
4982
  msgid "Event at this location"
4983
  msgstr "Evento en este lugar"
4984
 
4985
- #: app/libraries/main.php:1077
4986
  msgid "Facebook"
4987
  msgstr "Facebook"
4988
 
4989
- #: app/libraries/main.php:1079
4990
  msgid "Twitter"
4991
  msgstr "Twitter"
4992
 
4993
- #: app/libraries/main.php:1080 app/libraries/main.php:1145
4994
  msgid "Linkedin"
4995
  msgstr "LinkedIn"
4996
 
4997
- #: app/libraries/main.php:1081 app/libraries/main.php:1178
4998
  msgid "VK"
4999
  msgstr "VK"
5000
 
5001
- #: app/libraries/main.php:1100
5002
  msgid "Share on Facebook"
5003
  msgstr "Compartir en Facebook"
5004
 
5005
- #: app/libraries/main.php:1115
5006
  msgid "Google Plus"
5007
  msgstr "Google Plus"
5008
 
5009
- #: app/libraries/main.php:1130
5010
  msgid "Tweet"
5011
  msgstr "Tweet"
5012
 
5013
- #: app/libraries/main.php:1200
5014
  #, fuzzy
5015
  #| msgid "Shortcode"
5016
  msgid "Custom Shortcode"
5017
  msgstr "Shortcode"
5018
 
5019
- #: app/libraries/main.php:1559
5020
  msgid "Your booking successfully verified."
5021
  msgstr "Tu reserva se ha verificado correctamente."
5022
 
5023
- #: app/libraries/main.php:1560
5024
  msgid "Your booking cannot verify!"
5025
  msgstr "¡Tu reserva no se puede verificar!"
5026
 
5027
- #: app/libraries/main.php:1572
5028
  msgid "Your booking successfully canceled."
5029
  msgstr "Tu reserva se ha cancelado correctamente."
5030
 
5031
- #: app/libraries/main.php:1573
5032
  msgid "Your booking cannot be canceled."
5033
  msgstr "La reserva no puede cancelarse."
5034
 
5035
- #: app/libraries/main.php:1577
5036
  msgid "You canceled the payment successfully."
5037
  msgstr "Has cancelado el pago correctamente."
5038
 
5039
- #: app/libraries/main.php:1581
5040
  msgid "You returned from payment gateway successfully."
5041
  msgstr "Has vuelto correctamente de tu pasarela de pago."
5042
 
5043
- #: app/libraries/main.php:1605
5044
  msgid "Cannot find the booking!"
5045
  msgstr "¡No se pudo encontrar la reserva!"
5046
 
5047
- #: app/libraries/main.php:1605
5048
  msgid "Booking is invalid."
5049
  msgstr "Reserva no válida."
5050
 
5051
- #: app/libraries/main.php:1634
5052
  #, php-format
5053
  msgid "%s Invoice"
5054
  msgstr "%s Factura"
5055
 
5056
- #: app/libraries/main.php:1655
5057
  msgid "Transaction ID"
5058
  msgstr "ID Transacción"
5059
 
5060
- #: app/libraries/main.php:1708
5061
  msgid "Billing"
5062
  msgstr "Facturación"
5063
 
5064
- #: app/libraries/main.php:1719
5065
  msgid "Total"
5066
  msgstr "Total "
5067
 
5068
- #: app/libraries/main.php:1752
5069
  msgid "Security nonce is not valid."
5070
  msgstr "La seguridad nonce no es válida."
5071
 
5072
- #: app/libraries/main.php:1752 app/libraries/main.php:1784
5073
  msgid "iCal export stopped!"
5074
  msgstr "¡La exportación de iCal se detuvo!"
5075
 
5076
- #: app/libraries/main.php:1784
5077
  msgid "Request is not valid."
5078
  msgstr "La solicitud no es válida."
5079
 
5080
- #: app/libraries/main.php:2104 app/libraries/main.php:2133
5081
- #: app/libraries/main.php:2162 app/libraries/main.php:2191
5082
- #: app/libraries/main.php:2220 app/libraries/main.php:2244
5083
- #: app/libraries/main.php:2288 app/libraries/main.php:2332
5084
- #: app/libraries/main.php:2379 app/libraries/main.php:2425
5085
  msgid "Sort"
5086
  msgstr "Orden"
5087
 
5088
- #: app/libraries/main.php:2110 app/libraries/main.php:2139
5089
- #: app/libraries/main.php:2168 app/libraries/main.php:2197
5090
- #: app/libraries/main.php:2250 app/libraries/main.php:2294
5091
- #: app/libraries/main.php:2338 app/libraries/main.php:2385
5092
  msgid "Required Field"
5093
  msgstr "Campo obligatorio"
5094
 
5095
- #: app/libraries/main.php:2116 app/libraries/main.php:2145
5096
- #: app/libraries/main.php:2174 app/libraries/main.php:2203
5097
- #: app/libraries/main.php:2256 app/libraries/main.php:2300
5098
- #: app/libraries/main.php:2344 app/libraries/main.php:2391
5099
  msgid "Insert a label for this field"
5100
  msgstr "Introduce una etiqueta para este campo"
5101
 
5102
- #: app/libraries/main.php:2226
5103
  msgid "HTML and shortcode are allowed."
5104
  msgstr "Se permite HTML"
5105
 
5106
- #: app/libraries/main.php:2269 app/libraries/main.php:2313
5107
- #: app/libraries/main.php:2357
5108
  msgid "Option"
5109
  msgstr "Opción"
5110
 
5111
- #: app/libraries/main.php:2391
5112
  #, php-format
5113
  msgid "Instead of %s, the page title with a link will be show."
5114
  msgstr "En lugar de %s, se mostrará el título de la página con un enlace."
5115
 
5116
- #: app/libraries/main.php:2393
5117
  msgid "Agreement Page"
5118
  msgstr "Página de Acuerdo"
5119
 
5120
- #: app/libraries/main.php:2404
5121
  msgid "Checked by default"
5122
  msgstr "Marcado por defecto"
5123
 
5124
- #: app/libraries/main.php:2405
5125
  msgid "Unchecked by default"
5126
  msgstr "Sin marcar por defecto"
5127
 
5128
- #: app/libraries/main.php:2427
5129
  msgid "Insert a label for this option"
5130
  msgstr "Introduce una etiqueta para esta opción"
5131
 
5132
- #: app/libraries/main.php:2442
5133
  msgid "Free"
5134
  msgstr "Gratis"
5135
 
5136
- #: app/libraries/main.php:3094
5137
  #, php-format
5138
  msgid "Copy of %s"
5139
  msgstr "Copia de %s"
5140
 
5141
- #: app/libraries/main.php:3747
5142
  msgid "Booked an event."
5143
  msgstr "Has reservado para un evento."
5144
 
5145
- #: app/libraries/main.php:3788
5146
  #, php-format
5147
  msgid "%s booked %s event."
5148
  msgstr "%s reservado %s evento."
5149
 
5150
- #: app/libraries/main.php:4230
5151
  msgid "Taxonomies"
5152
  msgstr "Taxonomías"
5153
 
5154
- #: app/libraries/main.php:4232
5155
  msgid "Category Plural Label"
5156
  msgstr "Categoría Etiqueta plural"
5157
 
5158
- #: app/libraries/main.php:4233
5159
  msgid "Category Singular Label"
5160
  msgstr "Categoría Etiqueta Singular"
5161
 
5162
- #: app/libraries/main.php:4234
5163
  msgid "Label Plural Label"
5164
  msgstr "Etiqueta plural"
5165
 
5166
- #: app/libraries/main.php:4235
5167
  msgid "Label Singular Label"
5168
  msgstr "Etiqueta singular de la etiqueta"
5169
 
5170
- #: app/libraries/main.php:4235
5171
  msgid "label"
5172
  msgstr "etiqueta"
5173
 
5174
- #: app/libraries/main.php:4236
5175
  msgid "Location Plural Label"
5176
  msgstr "Ubicación Etiqueta plural"
5177
 
5178
- #: app/libraries/main.php:4237
5179
  msgid "Location Singular Label"
5180
  msgstr "Etiqueta de ubicación en singular"
5181
 
5182
- #: app/libraries/main.php:4238
5183
  msgid "Organizer Plural Label"
5184
  msgstr "Etiqueta del organizador en plural"
5185
 
5186
- #: app/libraries/main.php:4239
5187
  msgid "Organizer Singular Label"
5188
  msgstr "Etiqueta Singular del Organizador"
5189
 
5190
- #: app/libraries/main.php:4240
5191
  msgid "Speaker Plural Label"
5192
  msgstr ""
5193
 
5194
- #: app/libraries/main.php:4241
5195
  msgid "Speaker Singular Label"
5196
  msgstr ""
5197
 
5198
- #: app/libraries/main.php:4247
5199
  msgid "Sunday abbreviation"
5200
  msgstr "Abreviatura de Domingo"
5201
 
5202
- #: app/libraries/main.php:4248
5203
  msgid "Monday abbreviation"
5204
  msgstr "Abreviatura de Lunes"
5205
 
5206
- #: app/libraries/main.php:4249
5207
  msgid "Tuesday abbreviation"
5208
  msgstr "Abreviatura de Martes"
5209
 
5210
- #: app/libraries/main.php:4250
5211
  msgid "Wednesday abbreviation"
5212
  msgstr "Abreviatura de Miércoles "
5213
 
5214
- #: app/libraries/main.php:4251
5215
  msgid "Thursday abbreviation"
5216
  msgstr "Abreviatura de Jueves"
5217
 
5218
- #: app/libraries/main.php:4252
5219
  msgid "Friday abbreviation"
5220
  msgstr "Abreviatura de Viernes"
5221
 
5222
- #: app/libraries/main.php:4253
5223
  msgid "Saturday abbreviation"
5224
  msgstr "Abreviatura de Sábado "
5225
 
5226
- #: app/libraries/main.php:4257
5227
  msgid "Others"
5228
  msgstr "Otros"
5229
 
5230
- #: app/libraries/main.php:4259
5231
  msgid "Booking Success Message"
5232
  msgstr "Mensaje de reserva correcta"
5233
 
5234
- #: app/libraries/main.php:4259
5235
  msgid ""
5236
  "Thanks for your booking. Your tickets booked, booking verification might be "
5237
  "needed, please check your email."
@@ -5239,90 +5252,90 @@ msgstr ""
5239
  "Gracias por tu reserva. Tus entradas han sido reservadas, podrías necesitar "
5240
  "una verificación, por favor consulta tu correo."
5241
 
5242
- #: app/libraries/main.php:4260 app/widgets/single.php:131
5243
  msgid "Register Button"
5244
  msgstr "Botón de registro"
5245
 
5246
- #: app/libraries/main.php:4260 app/skins/available_spot/tpl.php:198
5247
- #: app/skins/carousel/render.php:128 app/skins/carousel/render.php:153
5248
  #: app/skins/grid/render.php:111 app/skins/grid/render.php:142
5249
  #: app/skins/grid/render.php:174 app/skins/grid/render.php:202
5250
  #: app/skins/list/render.php:94 app/skins/list/render.php:175
5251
  #: app/skins/masonry/render.php:127 app/skins/single/default.php:218
5252
- #: app/skins/single/default.php:220 app/skins/single/default.php:425
5253
- #: app/skins/single/default.php:427 app/skins/single/m1.php:126
5254
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5255
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5256
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5257
- #: app/skins/slider/render.php:130 app/skins/slider/render.php:150
5258
- #: app/skins/slider/render.php:170 app/skins/slider/render.php:201
5259
  msgid "REGISTER"
5260
  msgstr "REGISTRO"
5261
 
5262
- #: app/libraries/main.php:4261
5263
  msgid "View Detail Button"
5264
  msgstr "Ver detalle del botón"
5265
 
5266
- #: app/libraries/main.php:4261 app/skins/carousel/render.php:128
5267
- #: app/skins/carousel/render.php:153 app/skins/grid/render.php:111
5268
  #: app/skins/grid/render.php:142 app/skins/grid/render.php:174
5269
  #: app/skins/grid/render.php:202 app/skins/list/render.php:94
5270
  #: app/skins/list/render.php:175 app/skins/masonry/render.php:127
5271
- #: app/skins/slider/render.php:109 app/skins/slider/render.php:130
5272
- #: app/skins/slider/render.php:150 app/skins/slider/render.php:170
5273
- #: app/skins/slider/render.php:201
5274
  msgid "View Detail"
5275
  msgstr "Ver detalle"
5276
 
5277
- #: app/libraries/main.php:4262
5278
  msgid "Event Detail Button"
5279
  msgstr "Botón de detalle del evento"
5280
 
5281
- #: app/libraries/main.php:4262 app/skins/countdown/tpl.php:211
5282
  msgid "Event Detail"
5283
  msgstr "Detalle del evento"
5284
 
5285
- #: app/libraries/main.php:4264
5286
  msgid "More Info Link"
5287
  msgstr "Enlace a Más Información"
5288
 
5289
- #: app/libraries/main.php:4267
5290
  msgid "Ticket (Singular)"
5291
  msgstr "Entrada (Singular)"
5292
 
5293
- #: app/libraries/main.php:4268
5294
  msgid "Tickets (Plural)"
5295
  msgstr "Entradas (Plural)"
5296
 
5297
- #: app/libraries/main.php:4334
5298
  msgid "EventON"
5299
  msgstr "EventON"
5300
 
5301
- #: app/libraries/main.php:4335
5302
  msgid "The Events Calendar"
5303
  msgstr "The Events Calendar"
5304
 
5305
- #: app/libraries/main.php:4336
5306
  msgid "Events Schedule WP Plugin"
5307
  msgstr "Events Schedule WP Plugin"
5308
 
5309
- #: app/libraries/main.php:4337
5310
  msgid "Calendarize It"
5311
  msgstr "Ponlo al calendario"
5312
 
5313
- #: app/libraries/main.php:4411
5314
  msgid "Confirmed"
5315
  msgstr ""
5316
 
5317
- #: app/libraries/main.php:4412
5318
  msgid "Rejected"
5319
  msgstr ""
5320
 
5321
- #: app/libraries/main.php:4413
5322
  msgid "Pending"
5323
  msgstr ""
5324
 
5325
- #: app/libraries/main.php:4428
5326
  msgid "Waiting"
5327
  msgstr ""
5328
 
@@ -5372,12 +5385,16 @@ msgstr "No existe skin controller."
5372
 
5373
  #: app/libraries/render.php:436 app/modules/local-time/details.php:47
5374
  #: app/modules/next-event/details.php:97 app/skins/single/default.php:73
5375
- #: app/skins/single/default.php:280 app/skins/single/m1.php:34
5376
  #: app/skins/single/modern.php:169
5377
  msgid "All of the day"
5378
  msgstr "Todo el día"
5379
 
5380
- #: app/libraries/skins.php:810
 
 
 
 
5381
  msgid "Ignore month and years"
5382
  msgstr "Ignorar meses y años"
5383
 
@@ -5498,7 +5515,7 @@ msgid "Go to occurrence page"
5498
  msgstr "Ir a la página de repetición"
5499
 
5500
  #: app/modules/next-event/details.php:91 app/skins/single/default.php:67
5501
- #: app/skins/single/default.php:274 app/skins/single/m1.php:28
5502
  #: app/skins/single/modern.php:163
5503
  msgid "Time"
5504
  msgstr "Hora"
@@ -5562,7 +5579,7 @@ msgstr "Sitio(s) disponible(s):"
5562
  msgid "View All"
5563
  msgstr "Ver %s"
5564
 
5565
- #: app/skins/carousel/render.php:168 app/skins/countdown/tpl.php:150
5566
  #: app/skins/countdown/tpl.php:194 app/skins/cover/tpl.php:94
5567
  #: app/skins/list/render.php:111
5568
  msgid "EVENT DETAIL"
@@ -5605,13 +5622,13 @@ msgid "No Events"
5605
  msgstr "Sin eventos"
5606
 
5607
  #: app/skins/single.php:209 app/skins/single/default.php:191
5608
- #: app/skins/single/default.php:398 app/skins/single/m1.php:100
5609
  #: app/skins/single/m2.php:32 app/skins/single/modern.php:31
5610
  msgid "Phone"
5611
  msgstr "Teléfono"
5612
 
5613
  #: app/skins/single.php:223 app/skins/single/default.php:205
5614
- #: app/skins/single/default.php:412 app/skins/single/m1.php:114
5615
  #: app/skins/single/m2.php:46 app/skins/single/modern.php:45
5616
  msgid "Website"
5617
  msgstr "Web"
@@ -5621,16 +5638,16 @@ msgid "Speakers:"
5621
  msgstr ""
5622
 
5623
  #: app/skins/single/default.php:30 app/skins/single/m1.php:235
5624
- #: app/skins/single/m2.php:164 app/skins/single/modern.php:241
5625
  msgid "Sold out!"
5626
  msgstr "¡Agotado!"
5627
 
5628
  #: app/skins/single/default.php:40 app/skins/single/m1.php:244
5629
- #: app/skins/single/m2.php:173 app/skins/single/modern.php:251
5630
  msgid "Tags: "
5631
  msgstr "Tags:"
5632
 
5633
- #: app/skins/single/default.php:106 app/skins/single/default.php:313
5634
  #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
5635
  #: app/skins/single/modern.php:121
5636
  msgid "Read More"
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Modern Events Calendar Lite - Stable (latest "
6
  "release)\n"
7
+ "POT-Creation-Date: 2019-04-14 09:23+0430\n"
8
+ "PO-Revision-Date: 2019-04-14 09:23+0430\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: es\n"
21
  msgid "Modern Events Calendar"
22
  msgstr "Modern Events Calendar"
23
 
24
+ #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:212
25
  msgid "Content"
26
  msgstr "Contenido"
27
 
28
+ #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:337
29
+ #: app/features/mec.php:366 app/features/mec.php:392
30
  msgid "Shortcode"
31
  msgstr "Shortcode"
32
 
47
  msgstr "Seleccionar tipo"
48
 
49
  #: app/features/colors.php:50 app/features/fes/form.php:558
50
+ #: app/features/mec/settings.php:1008
51
  msgid "Event Color"
52
  msgstr "Color del evento"
53
 
54
+ #: app/features/contextual.php:55 app/features/mec.php:323
55
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
56
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
57
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
58
+ #: app/features/mec/styles.php:24 app/features/mec/styling.php:46
59
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
60
  msgid "Settings"
61
  msgstr "Ajustes"
65
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
66
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
67
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
68
+ #: app/features/mec/styling.php:55 app/features/mec/support.php:29
69
  msgid "Booking Form"
70
  msgstr "Formulario de Reservas"
71
 
88
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
89
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
90
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
91
+ #: app/features/mec/styles.php:40 app/features/mec/styling.php:62
92
  #: app/features/mec/support.php:36
93
  msgid "Payment Gateways"
94
  msgstr "Pasarelas de pago"
107
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
108
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
109
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
110
+ #: app/features/mec/styles.php:49 app/features/mec/styling.php:71
111
  #: app/features/mec/support.php:45
112
  msgid "Notifications"
113
  msgstr "Avisos"
193
  msgstr "Opciones generales"
194
 
195
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
196
+ #: app/features/mec/settings.php:529
197
  msgid "Slugs/Permalinks"
198
  msgstr "Enlaces permanentes"
199
 
200
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
201
+ #: app/features/mec/settings.php:549
202
  msgid "Event Details/Single Event Page"
203
  msgstr "Detalles del Evento/Página de Evento Único"
204
 
205
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
206
+ #: app/features/mec/settings.php:590
207
  msgid "Currency Options"
208
  msgstr "Opciones de moneda"
209
 
210
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
211
+ #: app/features/mec/settings.php:657
212
  msgid "Google Maps Options"
213
  msgstr "Opciones de Google Maps"
214
 
215
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
216
+ #: app/features/mec/settings.php:731
217
  msgid "Google Recaptcha Options"
218
  msgstr "Opciones de Google Recaptcha"
219
 
220
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
221
+ #: app/features/mec/settings.php:849
222
  msgid "Countdown Options"
223
  msgstr "Opciones de cuenta atrás"
224
 
225
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
226
+ #: app/features/mec/settings.php:870
227
  msgid "Social Networks"
228
  msgstr "Redes Sociales"
229
 
230
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
231
+ #: app/features/mec/settings.php:895
232
  msgid "Next Event Module"
233
  msgstr "Módulo de Siguiente Evento"
234
 
235
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
236
+ #: app/features/mec/settings.php:923
237
  msgid "Frontend Event Submission"
238
  msgstr "Presentación del evento Frontend"
239
 
243
  msgstr "Días excepcionales"
244
 
245
  #: app/features/contextual.php:308 app/features/events.php:263
246
+ #: app/features/mec/settings.php:162 app/features/mec/settings.php:1109
247
  msgid "Booking"
248
  msgstr "Reserva"
249
 
250
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
251
+ #: app/features/mec/settings.php:1199
252
  msgid "Coupons"
253
  msgstr "Cupones"
254
 
255
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
256
+ #: app/features/mec/settings.php:1340
257
  msgid "BuddyPress Integration"
258
  msgstr "Integración de BuddyPress"
259
 
260
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
261
+ #: app/features/mec/settings.php:1370
262
  msgid "Mailchimp Integration"
263
  msgstr "Integración de MailChimp"
264
 
281
  msgid "Event"
282
  msgstr "Evento"
283
 
284
+ #: app/features/events.php:134 app/features/mec.php:309
285
  msgid "Add Event"
286
  msgstr "Nuevo evento"
287
 
321
  #: app/features/mec/meta_boxes/search_form.php:292
322
  #: app/features/mec/meta_boxes/search_form.php:332
323
  #: app/features/mec/meta_boxes/search_form.php:379
324
+ #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4243
325
+ #: app/libraries/skins.php:716 app/skins/single/default.php:156
326
+ #: app/skins/single/default.php:367 app/skins/single/m1.php:169
327
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
328
  msgid "Category"
329
  msgstr "Categoría"
330
 
331
  #: app/features/events.php:153 app/features/fes/form.php:510
332
+ #: app/features/mec.php:311 app/features/mec/meta_boxes/filter.php:70
333
+ #: app/libraries/main.php:4242
334
  msgid "Categories"
335
  msgstr "Categorías"
336
 
402
  msgid "Event Details"
403
  msgstr "Detalle de evento"
404
 
405
+ #: app/features/events.php:296 app/features/events.php:1974
406
+ #: app/features/events.php:2018 app/features/fes/form.php:471
407
  #: app/features/ix.php:2719 app/features/ix.php:2760
408
+ #: app/features/mec/settings.php:984 app/libraries/main.php:4275
409
  #: app/widgets/single.php:103
410
  msgid "Event Cost"
411
  msgstr "Coste del evento"
412
 
413
  #: app/features/events.php:299 app/features/fes/form.php:474
414
+ #: app/libraries/main.php:4276 app/skins/single/default.php:91
415
+ #: app/skins/single/default.php:302 app/skins/single/m1.php:49
416
  #: app/skins/single/modern.php:184
417
  msgid "Cost"
418
  msgstr "Coste"
436
  #: app/features/fes/form.php:429 app/features/mec/regform.php:137
437
  #: app/features/organizers.php:110 app/features/organizers.php:150
438
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
439
+ #: app/features/speakers.php:179 app/libraries/main.php:1084
440
+ #: app/libraries/main.php:1165 app/libraries/main.php:2136
441
  #: app/libraries/notifications.php:560 app/modules/booking/steps/form.php:31
442
  #: app/modules/booking/steps/form.php:32 app/skins/single.php:216
443
+ #: app/skins/single/default.php:198 app/skins/single/default.php:409
444
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
445
  #: app/skins/single/modern.php:38
446
  msgid "Email"
451
  msgstr "Día y hora"
452
 
453
  #: app/features/events.php:389 app/features/events.php:393
454
+ #: app/features/events.php:1795 app/features/events.php:1974
455
+ #: app/features/events.php:2018 app/features/fes/form.php:227
456
  #: app/features/fes/form.php:231 app/features/ix.php:2719
457
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
458
  #: app/features/mec/dashboard.php:298
487
  msgstr "PM"
488
 
489
  #: app/features/events.php:429 app/features/events.php:433
490
+ #: app/features/events.php:1796 app/features/events.php:1974
491
+ #: app/features/events.php:2018 app/features/fes/form.php:267
492
  #: app/features/fes/form.php:271 app/features/ix.php:2719
493
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
494
  #: app/features/mec/dashboard.php:299
512
  msgstr "Tiempo para comentar"
513
 
514
  #: app/features/events.php:479 app/features/fes/form.php:317
515
+ #, fuzzy
516
+ #| msgid ""
517
+ #| "It shows next to event time on calendar. You can insert Timezone etc. in "
518
+ #| "this field."
519
  msgid ""
520
+ "It shows next to event time on single event page. You can insert Timezone "
521
+ "etc. in this field."
522
  msgstr ""
523
  "Muestra la hora del siguiente evento en el calendario. Puedes insertar Zona "
524
  "horaria, etc en este campo."
580
  msgstr "Días de semana"
581
 
582
  #: app/features/events.php:507 app/features/fes/form.php:345
583
+ #: app/libraries/main.php:406
584
  msgid "Monday"
585
  msgstr "Lunes"
586
 
587
  #: app/features/events.php:508 app/features/fes/form.php:346
588
+ #: app/libraries/main.php:406
589
  msgid "Tuesday"
590
  msgstr "Martes"
591
 
592
  #: app/features/events.php:509 app/features/fes/form.php:347
593
+ #: app/libraries/main.php:406
594
  msgid "Wednesday"
595
  msgstr "Miércoles"
596
 
597
  #: app/features/events.php:510 app/features/fes/form.php:348
598
+ #: app/libraries/main.php:406
599
  msgid "Thursday"
600
  msgstr "Jueves"
601
 
602
  #: app/features/events.php:511 app/features/fes/form.php:349
603
+ #: app/libraries/main.php:406
604
  msgid "Friday"
605
  msgstr "Viernes"
606
 
607
  #: app/features/events.php:512 app/features/fes/form.php:350
608
+ #: app/libraries/main.php:406
609
  msgid "Saturday"
610
  msgstr "Sábado"
611
 
612
  #: app/features/events.php:513 app/features/fes/form.php:351
613
+ #: app/libraries/main.php:406
614
  msgid "Sunday"
615
  msgstr "Domingo"
616
 
672
  msgstr "Excluir ciertos días"
673
 
674
  #: app/features/events.php:591 app/features/fes/form.php:356
675
+ #: app/features/profile/profile.php:31 app/libraries/main.php:1651
676
  #: app/modules/booking/steps/tickets.php:22
677
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
678
+ #: app/skins/single/default.php:266 app/skins/single/m1.php:16
679
  #: app/skins/single/modern.php:151
680
  msgid "Date"
681
  msgstr "Fecha"
688
  msgid "Day 1"
689
  msgstr ""
690
 
691
+ #: app/features/events.php:650 app/features/mec/settings.php:1038
692
  #: app/skins/single.php:246
693
  msgid "Hourly Schedule"
694
  msgstr "Programación horaria"
711
  #: app/features/events.php:663 app/features/events.php:676
712
  #: app/features/events.php:696 app/features/events.php:718
713
  #: app/features/events.php:734 app/features/events.php:1156
714
+ #: app/features/events.php:1178 app/features/events.php:1792
715
+ #: app/features/events.php:1974 app/features/events.php:2018
716
  #: app/features/fes/form.php:216 app/features/ix.php:2719
717
+ #: app/features/ix.php:2760 app/features/mec/settings.php:1300
718
+ #: app/features/mec/settings.php:1320 app/features/mec/styling.php:194
719
  msgid "Title"
720
  msgstr "Titulo"
721
 
726
  #: app/features/events.php:1013 app/features/events.php:1030
727
  #: app/features/events.php:1089 app/features/events.php:1114
728
  #: app/features/events.php:1167 app/features/events.php:1189
729
+ #: app/features/fes/list.php:72 app/features/mec/settings.php:1249
730
+ #: app/features/mec/settings.php:1272 app/features/mec/settings.php:1311
731
+ #: app/features/mec/settings.php:1331 app/libraries/main.php:2115
732
+ #: app/libraries/main.php:2144 app/libraries/main.php:2173
733
+ #: app/libraries/main.php:2202 app/libraries/main.php:2224
734
+ #: app/libraries/main.php:2255 app/libraries/main.php:2299
735
+ #: app/libraries/main.php:2343 app/libraries/main.php:2390
736
+ #: app/libraries/main.php:2428
737
  msgid "Remove"
738
  msgstr "Eliminar"
739
 
759
 
760
  #: app/features/events.php:681 app/features/events.php:701
761
  #: app/features/events.php:739 app/features/fes/form.php:603
762
+ #: app/features/mec.php:319 app/features/mec/settings.php:78
763
+ #: app/features/mec/settings.php:1032 app/features/speakers.php:57
764
+ #: app/libraries/main.php:4250 app/modules/speakers/details.php:18
765
  msgid "Speakers"
766
  msgstr ""
767
 
770
  msgstr ""
771
 
772
  #: app/features/events.php:766 app/features/fes/form.php:448
773
+ #: app/features/mec/settings.php:978
774
  msgid "Event Links"
775
  msgstr "Enlaces de eventos"
776
 
777
  #: app/features/events.php:768 app/features/fes/form.php:450
778
+ #: app/libraries/main.php:4273
779
  msgid "Event Link"
780
  msgstr "Enlace del evento"
781
 
793
  "defecto. Inserta todo el enlace incluyendo http(s)://"
794
 
795
  #: app/features/events.php:773 app/features/fes/form.php:455
796
+ #: app/libraries/main.php:4274 app/skins/single/default.php:105
797
+ #: app/skins/single/default.php:316 app/skins/single/m1.php:190
798
  #: app/skins/single/m2.php:123 app/skins/single/modern.php:120
799
  #: app/widgets/single.php:107
800
  msgid "More Info"
836
  msgstr "100"
837
 
838
  #: app/features/events.php:836 app/libraries/book.php:60
839
+ #: app/libraries/main.php:4278 app/modules/booking/steps/tickets.php:40
840
  msgid "Tickets"
841
  msgstr "Tickets"
842
 
856
  msgstr "Nombre del ticket"
857
 
858
  #: app/features/events.php:854 app/features/events.php:957
859
+ #: app/features/events.php:1974 app/features/events.php:2018
860
  #: app/features/ix.php:2719 app/features/ix.php:2760
861
  msgid "Start Time"
862
  msgstr "Hora de Inicio"
863
 
864
  #: app/features/events.php:872 app/features/events.php:975
865
+ #: app/features/events.php:1974 app/features/events.php:2018
866
  #: app/features/ix.php:2719 app/features/ix.php:2760
867
  msgid "End Time"
868
  msgstr "Hora de finalización"
870
  #: app/features/events.php:895 app/features/events.php:924
871
  #: app/features/events.php:938 app/features/events.php:998
872
  #: app/features/events.php:1028 app/features/events.php:1160
873
+ #: app/features/events.php:1182 app/features/mec/settings.php:1304
874
+ #: app/features/mec/settings.php:1324
875
  msgid "Price"
876
  msgstr "Precio"
877
 
906
  #: app/features/mec/meta_boxes/search_form.php:313
907
  #: app/features/mec/meta_boxes/search_form.php:353
908
  #: app/features/mec/meta_boxes/search_form.php:400
909
+ #: app/features/mec/meta_boxes/search_form.php:447 app/libraries/skins.php:794
910
  msgid "Label"
911
  msgstr "Etiqueta"
912
 
920
  msgstr "Heredar opciones globales"
921
 
922
  #: app/features/events.php:1075 app/features/events.php:1100
923
+ #: app/features/mec/settings.php:1235 app/features/mec/settings.php:1258
924
  msgid "Fee Title"
925
  msgstr "Título de la cuota"
926
 
927
  #: app/features/events.php:1079 app/features/events.php:1104
928
+ #: app/features/mec/settings.php:1239 app/features/mec/settings.php:1262
929
  msgid "Amount"
930
  msgstr "Cantidad"
931
 
932
  #: app/features/events.php:1080 app/features/events.php:1105
933
+ #: app/features/mec/settings.php:1240 app/features/mec/settings.php:1263
934
  msgid ""
935
  "Fee amount, considered as fixed amount if you set the type to amount "
936
  "otherwise considered as percentage"
939
  "cantidad, si no será considerada como porcentaje"
940
 
941
  #: app/features/events.php:1084 app/features/events.php:1109
942
+ #: app/features/mec/settings.php:1244 app/features/mec/settings.php:1267
943
  msgid "Percent"
944
  msgstr "Porcentaje"
945
 
946
  #: app/features/events.php:1085 app/features/events.php:1110
947
+ #: app/features/mec/settings.php:1245 app/features/mec/settings.php:1268
948
  msgid "Amount (Per Ticket)"
949
  msgstr "Cantidad (Por ticket)"
950
 
951
  #: app/features/events.php:1086 app/features/events.php:1111
952
+ #: app/features/mec/settings.php:1246 app/features/mec/settings.php:1269
953
  msgid "Amount (Per Booking)"
954
  msgstr "Cantidad (por reservas)"
955
 
956
+ #: app/features/events.php:1140 app/features/mec/settings.php:1056
957
  msgid "Ticket Variations / Options"
958
  msgstr ""
959
 
960
  #: app/features/events.php:1161 app/features/events.php:1183
961
+ #: app/features/mec/settings.php:1305 app/features/mec/settings.php:1325
962
  msgid "Option Price"
963
  msgstr ""
964
 
965
  #: app/features/events.php:1164 app/features/events.php:1186
966
+ #: app/features/mec/settings.php:1308 app/features/mec/settings.php:1328
967
  msgid "Maximum Per Ticket"
968
  msgstr ""
969
 
970
  #: app/features/events.php:1165 app/features/events.php:1187
971
+ #: app/features/mec/settings.php:1309 app/features/mec/settings.php:1329
972
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
973
  msgstr ""
974
 
975
  #: app/features/events.php:1249 app/features/mec/regform.php:136
976
+ #: app/libraries/main.php:2107
977
  msgid "Text"
978
  msgstr "Texto"
979
 
980
  #: app/features/events.php:1251 app/features/mec/regform.php:138
981
  #: app/features/organizers.php:102 app/features/organizers.php:146
982
  #: app/features/speakers.php:111 app/features/speakers.php:175
983
+ #: app/features/speakers.php:244 app/libraries/main.php:2165
984
  msgid "Tel"
985
  msgstr "Tel"
986
 
987
  #: app/features/events.php:1252 app/features/mec/regform.php:139
988
+ #: app/libraries/main.php:2194
989
  msgid "Textarea"
990
  msgstr "Área de texto"
991
 
992
  #: app/features/events.php:1253 app/features/mec/regform.php:140
993
+ #: app/libraries/main.php:2247
994
  msgid "Checkboxes"
995
  msgstr "Checkboxes"
996
 
997
  #: app/features/events.php:1254 app/features/mec/regform.php:141
998
+ #: app/libraries/main.php:2291
999
  msgid "Radio Buttons"
1000
  msgstr "Botón tipo radio"
1001
 
1045
  #: app/features/mec/meta_boxes/search_form.php:443
1046
  #: app/features/mec/meta_boxes/search_form.php:450
1047
  #: app/features/mec/meta_boxes/search_form.php:457
1048
+ #: app/features/mec/regform.php:142 app/libraries/main.php:2335
1049
  msgid "Dropdown"
1050
  msgstr "Desplegable"
1051
 
1052
  #: app/features/events.php:1256 app/features/mec/regform.php:143
1053
+ #: app/libraries/main.php:2382
1054
  msgid "Agreement"
1055
  msgstr "Acuerdo"
1056
 
1057
  #: app/features/events.php:1257 app/features/mec/regform.php:144
1058
+ #: app/libraries/main.php:2223
1059
  msgid "Paragraph"
1060
  msgstr "Párrafo"
1061
 
1062
+ #: app/features/events.php:1738 app/features/events.php:1753
1063
+ #: app/features/events.php:1767
1064
  #, php-format
1065
  msgid "Show all %s"
1066
  msgstr "Mostrar todos %s"
1067
 
1068
+ #: app/features/events.php:1738
1069
  msgid "labels"
1070
  msgstr "etiquetas"
1071
 
1072
+ #: app/features/events.php:1753
1073
  msgid "locations"
1074
  msgstr "ubicaciones"
1075
 
1076
+ #: app/features/events.php:1767
1077
  msgid "organizers"
1078
  msgstr "organizadores"
1079
 
1080
+ #: app/features/events.php:1793 app/features/events.php:1974
1081
+ #: app/features/events.php:2018 app/features/ix.php:2719
1082
  #: app/features/ix.php:2760 app/features/locations.php:58
1083
  #: app/features/locations.php:229 app/features/locations.php:281
1084
  #: app/features/locations.php:283
1091
  #: app/features/mec/meta_boxes/search_form.php:299
1092
  #: app/features/mec/meta_boxes/search_form.php:339
1093
  #: app/features/mec/meta_boxes/search_form.php:386
1094
+ #: app/features/mec/meta_boxes/search_form.php:433 app/libraries/main.php:1645
1095
+ #: app/libraries/main.php:4247 app/libraries/skins.php:742
1096
+ #: app/skins/single/default.php:141 app/skins/single/default.php:352
1097
  #: app/skins/single/m1.php:154 app/skins/single/m2.php:86
1098
  #: app/skins/single/modern.php:83
1099
  msgid "Location"
1100
  msgstr "Localización"
1101
 
1102
+ #: app/features/events.php:1794 app/features/events.php:1974
1103
+ #: app/features/events.php:2018 app/features/ix.php:2719
1104
  #: app/features/ix.php:2760 app/features/mec/meta_boxes/display_options.php:662
1105
  #: app/features/mec/meta_boxes/search_form.php:45
1106
  #: app/features/mec/meta_boxes/search_form.php:92
1113
  #: app/features/mec/meta_boxes/search_form.php:440
1114
  #: app/features/organizers.php:58 app/features/organizers.php:199
1115
  #: app/features/organizers.php:255 app/features/organizers.php:257
1116
+ #: app/libraries/main.php:4249 app/libraries/skins.php:768
1117
+ #: app/skins/single/default.php:181 app/skins/single/default.php:392
1118
  #: app/skins/single/m1.php:90 app/skins/single/m2.php:22
1119
  #: app/skins/single/modern.php:21
1120
  msgid "Organizer"
1121
  msgstr "Organizador"
1122
 
1123
+ #: app/features/events.php:1798
1124
  msgid "Repeat"
1125
  msgstr "Repetir"
1126
 
1127
+ #: app/features/events.php:1799
1128
  msgid "Author"
1129
  msgstr "Autor"
1130
 
1131
+ #: app/features/events.php:1909 app/features/events.php:1910
1132
  msgid "iCal Export"
1133
  msgstr "Exportar iCal"
1134
 
1135
+ #: app/features/events.php:1912 app/features/events.php:1913
1136
  msgid "CSV Export"
1137
  msgstr "Exportar CSV"
1138
 
1139
+ #: app/features/events.php:1915 app/features/events.php:1916
1140
  msgid "MS Excel Export"
1141
  msgstr "Exportar Excel"
1142
 
1143
+ #: app/features/events.php:1918 app/features/events.php:1919
1144
  msgid "XML Export"
1145
  msgstr "Exportación XML"
1146
 
1147
+ #: app/features/events.php:1921 app/features/events.php:1922
1148
  msgid "JSON Export"
1149
  msgstr "Exportación JSON"
1150
 
1151
+ #: app/features/events.php:1924 app/features/events.php:1925
1152
  msgid "Duplicate"
1153
  msgstr "Duplicar"
1154
 
1155
+ #: app/features/events.php:1974 app/features/events.php:2018
1156
  #: app/features/ix.php:2719 app/features/ix.php:2760
1157
  #: app/features/labels.php:176 app/features/locations.php:228
1158
  #: app/features/organizers.php:198 app/features/speakers.php:241
1159
  msgid "ID"
1160
  msgstr "ID"
1161
 
1162
+ #: app/features/events.php:1974 app/features/events.php:2018
1163
  #: app/features/ix.php:2719 app/features/ix.php:2760
1164
  msgid "Link"
1165
  msgstr "Enlace"
1166
 
1167
+ #: app/features/events.php:1974 app/features/events.php:2018
1168
  #, php-format
1169
  msgid "%s Tel"
1170
  msgstr "%s Teléfono "
1171
 
1172
+ #: app/features/events.php:1974 app/features/events.php:2018
1173
  #, php-format
1174
  msgid "%s Email"
1175
  msgstr "%s Correo electrónico"
1216
  msgid "Please fill event title field!"
1217
  msgstr "Por favor llena el campo de título del evento!"
1218
 
1219
+ #: app/features/fes.php:799
1220
  msgid "The event submitted. It will publish as soon as possible."
1221
  msgstr "El evento presentado. Se publicará lo antes posible."
1222
 
1223
+ #: app/features/fes.php:800
1224
  msgid "The event published."
1225
  msgstr "El evento a sido publicado."
1226
 
1244
  msgid "eg. John Smith"
1245
  msgstr "ej. John Smith"
1246
 
1247
+ #: app/features/fes/form.php:488 app/features/mec/settings.php:990
1248
  msgid "Featured Image"
1249
  msgstr "Imagen destacada"
1250
 
1253
  msgstr "Eliminar imagen"
1254
 
1255
  #: app/features/fes/form.php:535 app/features/labels.php:61
1256
+ #: app/features/labels.php:220 app/features/mec.php:312
1257
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4244
1258
+ #: app/skins/single/default.php:120 app/skins/single/default.php:331
1259
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:199
1260
  msgid "Labels"
1261
  msgstr "Etiquetas"
1262
 
1263
+ #: app/features/fes/form.php:580 app/features/mec.php:310
1264
  #: app/features/mec/meta_boxes/filter.php:138
1265
  msgid "Tags"
1266
  msgstr "Tags"
1298
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1299
  #: app/features/mec/notifications.php:76 app/features/mec/regform.php:75
1300
  #: app/features/mec/settings.php:249 app/features/mec/styles.php:77
1301
+ #: app/features/mec/styling.php:99 app/features/mec/support.php:73
1302
  msgid "Import / Export"
1303
  msgstr "Import / Export"
1304
 
1465
  "This will export all of your website events' data into your desired format."
1466
  msgstr "Esto exportará todos los eventos de tu sitio al formato deseado."
1467
 
1468
+ #: app/features/ix/export.php:25 app/features/mec/settings.php:779
1469
  msgid "iCal"
1470
  msgstr "iCal"
1471
 
1575
  msgid "Add to Google Calendar"
1576
  msgstr "Añadir a Google Calendar"
1577
 
1578
+ #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1481
1579
  msgid "Checking ..."
1580
  msgstr "Verificando…"
1581
 
1622
  msgid "ICS Feed"
1623
  msgstr "ICS Feed"
1624
 
1625
+ #: app/features/ix/import.php:46 app/features/mec/settings.php:660
1626
+ #: app/features/mec/settings.php:810 app/features/mec/settings.php:828
1627
+ #: app/features/mec/settings.php:1112 app/features/mec/settings.php:1202
1628
+ #: app/features/mec/settings.php:1219 app/features/mec/settings.php:1284
1629
  #, php-format
1630
  msgid "%s is required to use this feature."
1631
  msgstr "Se requiere %s para usar esta funcionalidad."
1637
  #: app/features/mec/meta_boxes/display_options.php:578
1638
  #: app/features/mec/meta_boxes/display_options.php:628
1639
  #: app/features/mec/meta_boxes/display_options.php:766
1640
+ #: app/features/mec/settings.php:660 app/features/mec/settings.php:810
1641
+ #: app/features/mec/settings.php:828 app/features/mec/settings.php:1112
1642
+ #: app/features/mec/settings.php:1202 app/features/mec/settings.php:1219
1643
+ #: app/features/mec/settings.php:1284
1644
  msgid "Pro version of Modern Events Calendar"
1645
  msgstr "Versión Pro de Modern Events Calendar"
1646
 
1944
 
1945
  #: app/features/labels.php:116 app/features/labels.php:141
1946
  #: app/skins/agenda/render.php:36 app/skins/available_spot/tpl.php:31
1947
+ #: app/skins/carousel/render.php:58 app/skins/countdown/tpl.php:24
1948
  #: app/skins/cover/tpl.php:27 app/skins/daily_view/render.php:22
1949
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
1950
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
1956
  msgstr ""
1957
 
1958
  #: app/features/labels.php:117 app/features/labels.php:142
1959
+ #: app/libraries/main.php:4437 app/skins/agenda/render.php:40
1960
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
1961
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:31
1962
  #: app/skins/daily_view/render.php:26 app/skins/grid/render.php:53
1963
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
1989
  msgid "Event %s"
1990
  msgstr "Evento %s"
1991
 
1992
+ #: app/features/locations.php:59 app/features/mec.php:313
1993
  #: app/features/mec/dashboard.php:171 app/features/mec/meta_boxes/filter.php:87
1994
+ #: app/libraries/main.php:4246
1995
  msgid "Locations"
1996
  msgstr "Lugar"
1997
 
2062
  msgid "eg. City Hall"
2063
  msgstr "ej. Almería"
2064
 
2065
+ #: app/features/locations.php:298 app/features/mec/settings.php:1020
2066
  #: app/widgets/single.php:115
2067
  msgid "Event Location"
2068
  msgstr "Lugar del evento"
2087
  msgid "Don't show map in single event page"
2088
  msgstr "No mostrar el mapa en la página del detalle del evento"
2089
 
2090
+ #: app/features/mec.php:148
2091
  msgid ""
2092
  "Activation faild. Please check your purchase code or license type."
2093
  "<br><b>Note: Your purchase code should match your licesne type.</b>"
2094
  msgstr ""
2095
 
2096
+ #: app/features/mec.php:148
2097
  msgid "Troubleshooting"
2098
  msgstr ""
2099
 
2100
+ #: app/features/mec.php:188
2101
  msgid ""
2102
  "Your options is not in JSON format. Please insert correct options in this "
2103
  "field and try again."
2104
  msgstr ""
2105
 
2106
+ #: app/features/mec.php:195
2107
  msgid "Your options field can not be empty!"
2108
  msgstr ""
2109
 
2110
+ #: app/features/mec.php:201
2111
  msgid "Your options imported successfuly."
2112
  msgstr ""
2113
 
2114
+ #: app/features/mec.php:294
2115
  #, fuzzy
2116
  #| msgid "Support"
2117
  msgid "MEC - Support"
2118
  msgstr "Soporte"
2119
 
2120
+ #: app/features/mec.php:294 app/features/mec/gateways.php:84
2121
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2122
  #: app/features/mec/notifications.php:83 app/features/mec/regform.php:82
2123
  #: app/features/mec/settings.php:256 app/features/mec/styles.php:84
2124
+ #: app/features/mec/styling.php:106 app/features/mec/support-page.php:9
2125
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2126
  msgid "Support"
2127
  msgstr "Soporte"
2128
 
2129
+ #: app/features/mec.php:314 app/features/mec/dashboard.php:178
2130
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2131
+ #: app/libraries/main.php:4248
2132
  msgid "Organizers"
2133
  msgstr "Organizadores"
2134
 
2135
+ #: app/features/mec.php:322 app/features/mec.php:336
2136
  #: app/features/mec/dashboard.php:164
2137
  msgid "Shortcodes"
2138
  msgstr "Shortcodes"
2139
 
2140
+ #: app/features/mec.php:323
2141
  msgid "MEC - Settings"
2142
  msgstr "Ajustes MEC"
2143
 
2144
+ #: app/features/mec.php:338
2145
  msgid "Add Shortcode"
2146
  msgstr "Nuevo Shortcode"
2147
 
2148
+ #: app/features/mec.php:339
2149
  msgid "Add New Shortcode"
2150
  msgstr "Añadir nuevo Shortcode"
2151
 
2152
+ #: app/features/mec.php:340
2153
  msgid "No shortcodes found!"
2154
  msgstr "No hay shortcodes"
2155
 
2156
+ #: app/features/mec.php:341
2157
  msgid "All Shortcodes"
2158
  msgstr "Todos los Shortcodes"
2159
 
2160
+ #: app/features/mec.php:342
2161
  msgid "Edit shortcodes"
2162
  msgstr "Editar Shortcodes"
2163
 
2164
+ #: app/features/mec.php:343
2165
  msgid "No shortcodes found in Trash!"
2166
  msgstr "No hay shortcodes en la papelera"
2167
 
2168
+ #: app/features/mec.php:390
2169
  msgid "Display Options"
2170
  msgstr "Opciones de pantalla"
2171
 
2172
+ #: app/features/mec.php:391
2173
  msgid "Filter Options"
2174
  msgstr "Opciones de filtros"
2175
 
2176
+ #: app/features/mec.php:393
2177
  msgid "Search Form"
2178
  msgstr "Formulario de Búsqueda"
2179
 
2180
+ #: app/features/mec.php:720
2181
  msgid "Display content's images as Popup"
2182
  msgstr ""
2183
 
2184
+ #: app/features/mec.php:733
2185
  msgid "Single Event Display Method"
2186
  msgstr "Método de vista para página del evento"
2187
 
2188
+ #: app/features/mec.php:738
2189
  msgid "Separate Window"
2190
  msgstr "Ventana aparte"
2191
 
2192
+ #: app/features/mec.php:739
2193
  msgid "Modal 1"
2194
  msgstr "Modal 1"
2195
 
2247
  "code."
2248
  msgstr ""
2249
 
2250
+ #: app/features/mec/dashboard.php:189 app/features/mec/settings.php:507
2251
  msgid "Upcoming Events"
2252
  msgstr "Próximos Eventos"
2253
 
2296
  msgid "Change Log"
2297
  msgstr "Historial de cambios"
2298
 
2299
+ #: app/features/mec/gateways.php:11 app/features/mec/gateways.php:111
2300
+ #: app/features/mec/gateways.php:120 app/features/mec/gateways.php:161
2301
+ #: app/features/mec/gateways.php:171 app/features/mec/messages.php:11
2302
+ #: app/features/mec/messages.php:118 app/features/mec/messages.php:127
2303
+ #: app/features/mec/messages.php:161 app/features/mec/messages.php:170
2304
+ #: app/features/mec/notifications.php:10 app/features/mec/notifications.php:374
2305
+ #: app/features/mec/notifications.php:383
2306
+ #: app/features/mec/notifications.php:437
2307
+ #: app/features/mec/notifications.php:446 app/features/mec/regform.php:11
2308
+ #: app/features/mec/regform.php:150 app/features/mec/regform.php:193
2309
+ #: app/features/mec/regform.php:229 app/features/mec/regform.php:238
2310
+ #: app/features/mec/settings.php:28 app/features/mec/settings.php:1407
2311
+ #: app/features/mec/settings.php:1417 app/features/mec/settings.php:1498
2312
+ #: app/features/mec/settings.php:1512 app/features/mec/styles.php:11
2313
+ #: app/features/mec/styles.php:103 app/features/mec/styles.php:112
2314
+ #: app/features/mec/styles.php:149 app/features/mec/styles.php:158
2315
+ #: app/features/mec/styling.php:33 app/features/mec/styling.php:304
2316
+ #: app/features/mec/styling.php:313 app/features/mec/styling.php:376
2317
+ #: app/features/mec/styling.php:385
2318
+ msgid "Save Changes"
2319
+ msgstr "Guardar Cambios"
2320
+
2321
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2322
  #: app/features/mec/messages.php:56 app/features/mec/notifications.php:55
2323
  #: app/features/mec/regform.php:54 app/features/mec/settings.php:228
2324
+ #: app/features/mec/styles.php:56 app/features/mec/styling.php:78
2325
  #: app/features/mec/support.php:52
2326
  msgid "Styling Options"
2327
  msgstr "Opciones visuales"
2329
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2330
  #: app/features/mec/messages.php:63 app/features/mec/notifications.php:62
2331
  #: app/features/mec/regform.php:61 app/features/mec/settings.php:235
2332
+ #: app/features/mec/styles.php:63 app/features/mec/styling.php:85
2333
  #: app/features/mec/support.php:59
2334
  msgid "Custom CSS"
2335
  msgstr "CSS personalizado"
2338
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2339
  #: app/features/mec/notifications.php:69 app/features/mec/regform.php:68
2340
  #: app/features/mec/settings.php:242 app/features/mec/styles.php:70
2341
+ #: app/features/mec/styling.php:92 app/features/mec/support.php:66
2342
  msgid "Messages"
2343
  msgstr "Mensajes"
2344
 
2345
+ #: app/features/mec/gateways.php:140 app/features/mec/messages.php:145
2346
+ #: app/features/mec/notifications.php:421 app/features/mec/regform.php:213
2347
+ #: app/features/mec/settings.php:1476 app/features/mec/styles.php:132
2348
+ #: app/features/mec/styling.php:358
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2349
  msgid "Saved"
2350
  msgstr "Guardado"
2351
 
2352
+ #: app/features/mec/gateways.php:141 app/features/mec/messages.php:146
2353
+ #: app/features/mec/notifications.php:422 app/features/mec/regform.php:214
2354
+ #: app/features/mec/settings.php:1477 app/features/mec/styles.php:133
2355
+ #: app/features/mec/styling.php:359
2356
  msgid "Settings Saved!"
2357
  msgstr "¡Ajustes guardados!"
2358
 
2400
  #: app/features/mec/meta_boxes/display_options.php:129
2401
  #: app/features/mec/meta_boxes/display_options.php:431
2402
  #: app/features/mec/meta_boxes/display_options.php:686
2403
+ #: app/features/mec/settings.php:383 app/features/mec/settings.php:407
2404
+ #: app/features/mec/settings.php:416 app/features/mec/settings.php:451
2405
+ #: app/features/mec/settings.php:475 app/features/mec/settings.php:484
2406
  msgid "Classic"
2407
  msgstr "Clásico"
2408
 
2409
  #: app/features/mec/meta_boxes/display_options.php:35
2410
  #: app/features/mec/meta_boxes/display_options.php:131
2411
+ #: app/features/mec/settings.php:408 app/features/mec/settings.php:418
2412
+ #: app/features/mec/settings.php:476 app/features/mec/settings.php:486
2413
  msgid "Minimal"
2414
  msgstr "Mínimo"
2415
 
2419
  #: app/features/mec/meta_boxes/display_options.php:433
2420
  #: app/features/mec/meta_boxes/display_options.php:585
2421
  #: app/features/mec/meta_boxes/display_options.php:688
2422
+ #: app/features/mec/settings.php:385 app/features/mec/settings.php:398
2423
+ #: app/features/mec/settings.php:409 app/features/mec/settings.php:419
2424
+ #: app/features/mec/settings.php:453 app/features/mec/settings.php:466
2425
+ #: app/features/mec/settings.php:477 app/features/mec/settings.php:487
2426
  msgid "Modern"
2427
  msgstr "Moderno"
2428
 
2429
  #: app/features/mec/meta_boxes/display_options.php:37
2430
+ #: app/features/mec/settings.php:410 app/features/mec/settings.php:478
2431
  msgid "Standard"
2432
  msgstr "Estándar"
2433
 
2434
  #: app/features/mec/meta_boxes/display_options.php:38
2435
+ #: app/features/mec/settings.php:411 app/features/mec/settings.php:479
2436
  msgid "Accordion"
2437
  msgstr "Acordeón"
2438
 
2626
  #: app/features/mec/meta_boxes/display_options.php:432
2627
  #: app/features/mec/meta_boxes/display_options.php:586
2628
  #: app/features/mec/meta_boxes/display_options.php:687
2629
+ #: app/features/mec/settings.php:384 app/features/mec/settings.php:399
2630
+ #: app/features/mec/settings.php:417 app/features/mec/settings.php:452
2631
+ #: app/features/mec/settings.php:467 app/features/mec/settings.php:485
2632
  msgid "Clean"
2633
  msgstr "Limpio"
2634
 
2635
  #: app/features/mec/meta_boxes/display_options.php:133
2636
  #: app/features/mec/meta_boxes/display_options.php:309
2637
  #: app/features/mec/meta_boxes/display_options.php:435
2638
+ #: app/features/mec/settings.php:387 app/features/mec/settings.php:420
2639
+ #: app/features/mec/settings.php:455 app/features/mec/settings.php:488
2640
  msgid "Simple"
2641
  msgstr "Simple"
2642
 
2647
  #: app/features/mec/meta_boxes/display_options.php:135
2648
  #: app/features/mec/meta_boxes/display_options.php:308
2649
  #: app/features/mec/meta_boxes/display_options.php:434
2650
+ #: app/features/mec/settings.php:386 app/features/mec/settings.php:422
2651
+ #: app/features/mec/settings.php:454 app/features/mec/settings.php:490
2652
  msgid "Novel"
2653
  msgstr "Novel"
2654
 
2671
  #: app/features/mec/meta_boxes/display_options.php:471
2672
  #: app/features/mec/meta_boxes/display_options.php:578
2673
  #: app/features/mec/meta_boxes/display_options.php:766
 
2674
  #, php-format
2675
  msgid "%s is required to use this skin."
2676
  msgstr "Se requiere %s para utilizar este tema."
2686
 
2687
  #: app/features/mec/meta_boxes/display_options.php:297
2688
  #: app/features/mec/meta_boxes/display_options.php:314
2689
+ #: app/libraries/main.php:329 app/libraries/main.php:1198
2690
+ #: app/libraries/main.php:1223
2691
  msgid "List View"
2692
  msgstr "Vista de lista"
2693
 
2694
  #: app/features/mec/meta_boxes/display_options.php:298
2695
  #: app/features/mec/meta_boxes/display_options.php:324
2696
+ #: app/libraries/main.php:333 app/libraries/main.php:1192
2697
+ #: app/libraries/main.php:1217
2698
  msgid "Yearly View"
2699
  msgstr "Vista anual"
2700
 
2705
 
2706
  #: app/features/mec/meta_boxes/display_options.php:300
2707
  #: app/features/mec/meta_boxes/display_options.php:344
2708
+ #: app/libraries/main.php:336 app/libraries/main.php:1194
2709
+ #: app/libraries/main.php:1219
2710
  msgid "Weekly View"
2711
  msgstr "Vista de semana"
2712
 
2713
  #: app/features/mec/meta_boxes/display_options.php:301
2714
  #: app/features/mec/meta_boxes/display_options.php:354
2715
+ #: app/libraries/main.php:335 app/libraries/main.php:1195
2716
+ #: app/libraries/main.php:1220
2717
  msgid "Daily View"
2718
  msgstr "Vista de día"
2719
 
3036
  #: app/features/mec/meta_boxes/search_form.php:449
3037
  #: app/features/mec/meta_boxes/search_form.php:456
3038
  #: app/features/mec/meta_boxes/search_form.php:463
3039
+ #: app/features/mec/settings.php:306 app/features/mec/settings.php:519
3040
+ #: app/features/mec/settings.php:703
3041
  msgid "Disabled"
3042
  msgstr "Desactivado"
3043
 
3323
  msgid "Email/Booking verification link."
3324
  msgstr "Enlace de verificación de correo electrónico/reserva."
3325
 
3326
+ #: app/features/mec/notifications.php:196 app/features/mec/settings.php:1175
3327
  msgid "Booking Confirmation"
3328
  msgstr "Confirmación de reserva"
3329
 
3411
  msgid "Status of event"
3412
  msgstr "Estado del evento"
3413
 
3414
+ #: app/features/mec/notifications.php:362 app/features/mec/settings.php:1062
3415
  msgid "Event Note"
3416
  msgstr "Nota de evento"
3417
 
3423
  msgid "Archive Page Options"
3424
  msgstr "Opciones de página de archivo"
3425
 
3426
+ #: app/features/mec/settings.php:96 app/features/mec/settings.php:768
3427
  msgid "Export Module Options"
3428
  msgstr "Opciones de exportación de módulos"
3429
 
3430
+ #: app/features/mec/settings.php:102 app/features/mec/settings.php:795
3431
  msgid "Local Time Module"
3432
  msgstr "Módulo de Tiempo Local"
3433
 
3434
+ #: app/features/mec/settings.php:108 app/features/mec/settings.php:807
3435
  msgid "QR Code Module"
3436
  msgstr "Módulo de Código QR"
3437
 
3438
+ #: app/features/mec/settings.php:114 app/features/mec/settings.php:825
3439
  #: app/widgets/single.php:147
3440
  msgid "Weather Module"
3441
  msgstr "Módulo meteorológico"
3442
 
3443
+ #: app/features/mec/settings.php:144 app/features/mec/settings.php:1081
3444
  msgid "User Profile"
3445
  msgstr ""
3446
 
3447
+ #: app/features/mec/settings.php:156 app/features/mec/settings.php:1099
3448
  msgid "Additional Organizers"
3449
  msgstr "Organizadores adicionales"
3450
 
3451
+ #: app/features/mec/settings.php:174 app/features/mec/settings.php:1216
3452
  msgid "Taxes / Fees"
3453
  msgstr "Impuestos/Tasas"
3454
 
3455
+ #: app/features/mec/settings.php:180 app/features/mec/settings.php:1281
3456
  msgid "Ticket Variations & Options"
3457
  msgstr ""
3458
 
3459
  #: app/features/mec/settings.php:276
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3460
  msgid "Hide Events"
3461
  msgstr "Ocultar eventos"
3462
 
3463
+ #: app/features/mec/settings.php:279
3464
  msgid "On Event Start"
3465
  msgstr "En el inicio del evento"
3466
 
3467
+ #: app/features/mec/settings.php:280
3468
  msgid "+1 Hour after start"
3469
  msgstr "+1 hora después del inicio"
3470
 
3471
+ #: app/features/mec/settings.php:281
3472
  msgid "+2 Hours after start"
3473
  msgstr "+2 horas después del inicio"
3474
 
3475
+ #: app/features/mec/settings.php:282
3476
  msgid "On Event End"
3477
  msgstr "El fin del evento"
3478
 
3479
+ #: app/features/mec/settings.php:284
3480
+ msgid ""
3481
+ "This option is for showing start/end time of events on frontend of website."
3482
+ msgstr ""
3483
+ "Esta opción es para mostrar el tiempo de inicio / finalización de los "
3484
+ "eventos en la interfaz del sitio web."
3485
+
3486
+ #: app/features/mec/settings.php:290
3487
  msgid "Multiple Day Events"
3488
  msgstr "Eventos de varios días"
3489
 
3490
+ #: app/features/mec/settings.php:293
3491
  msgid "Show only first day on List/Grid/Slider skins"
3492
  msgstr ""
3493
  "Muestra únicamente el primer día en los temas de Lista, Cuadricula y Rotativo"
3494
 
3495
+ #: app/features/mec/settings.php:294
3496
  msgid "Show only first day on all skins"
3497
  msgstr "Mostrar solo el primer día en todas los temas"
3498
 
3499
+ #: app/features/mec/settings.php:295
3500
  msgid "Show all days"
3501
  msgstr "Mostrar todos los días"
3502
 
3503
+ #: app/features/mec/settings.php:297
3504
  msgid ""
3505
  "For showing all days of multiple day events on frontend or only show the "
3506
  "first day."
3508
  "Para mostrar todos los días en un evento multidía en la pagina o solo "
3509
  "mostrar el primer día."
3510
 
3511
+ #: app/features/mec/settings.php:303
3512
  msgid "Remove MEC Data on Plugin Uninstall"
3513
  msgstr "Elimina los datos de MEC al desinstalar el plugin."
3514
 
3515
+ #: app/features/mec/settings.php:307
3516
  msgid "Enabled"
3517
  msgstr "Habilitado"
3518
 
3519
+ #: app/features/mec/settings.php:313
3520
  msgid "Exclude Date Suffix"
3521
  msgstr "Excluir sufijo de la fecha"
3522
 
3523
+ #: app/features/mec/settings.php:316
3524
  msgid "Remove suffix from calendars"
3525
  msgstr "Elimina el sufijo de los calendarios."
3526
 
3527
+ #: app/features/mec/settings.php:323 app/libraries/main.php:4255
3528
  msgid "Weekdays"
3529
  msgstr "Días de la semana"
3530
 
3531
+ #: app/features/mec/settings.php:331
3532
  msgid ""
3533
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
3534
  "and Friday."
3535
  msgstr ""
3536
  "Ten cuidado. El predeterminado es Lunes, Martes, Miércoles, Jueves y Viernes."
3537
 
3538
+ #: app/features/mec/settings.php:338
3539
  msgid "Weekends"
3540
  msgstr "Fines de semana"
3541
 
3542
+ #: app/features/mec/settings.php:346
3543
  msgid "Proceed with caution. Default is set to Saturday and Sunday."
3544
  msgstr "Ten cuidado. El predeterminado es Sábado y Domingo."
3545
 
3546
+ #: app/features/mec/settings.php:354
3547
  msgid "Archive Pages"
3548
  msgstr "Páginas de archivo"
3549
 
3550
+ #: app/features/mec/settings.php:357
3551
  msgid "Archive Page Title"
3552
  msgstr "Título de la página de archivo"
3553
 
3554
+ #: app/features/mec/settings.php:360
3555
  msgid "Default value is Events"
3556
  msgstr "Valor por defecto del evento"
3557
 
3558
+ #: app/features/mec/settings.php:365
3559
  msgid "Archive Page Skin"
3560
  msgstr "Tema de la página de archivo"
3561
 
3562
+ #: app/features/mec/settings.php:373
3563
  #, fuzzy
3564
  #| msgid "Edit shortcodes"
3565
  msgid "Put shortcode..."
3566
  msgstr "Editar Shortcodes"
3567
 
3568
+ #: app/features/mec/settings.php:376 app/features/mec/settings.php:391
3569
+ #: app/features/mec/settings.php:394 app/features/mec/settings.php:403
3570
+ #: app/features/mec/settings.php:429 app/features/mec/settings.php:444
3571
+ #: app/features/mec/settings.php:459 app/features/mec/settings.php:462
3572
+ #: app/features/mec/settings.php:471 app/features/mec/settings.php:497
3573
  #, fuzzy
3574
  #| msgid "The event is ongoing."
3575
  msgid "There is no skins"
3576
  msgstr "El evento está en curso."
3577
 
3578
+ #: app/features/mec/settings.php:379 app/features/mec/settings.php:447
3579
+ #: app/features/mec/settings.php:572
3580
  msgid "Modern Style"
3581
  msgstr "Estilo moderno"
3582
 
3583
+ #: app/features/mec/settings.php:421 app/features/mec/settings.php:489
3584
  #, fuzzy
3585
  #| msgid "Colorful"
3586
  msgid "colorful"
3587
  msgstr "Colorido"
3588
 
3589
+ #: app/features/mec/settings.php:426 app/features/mec/settings.php:494
3590
  #, fuzzy
3591
  #| msgid "Plain Style"
3592
  msgid "Clean Style"
3593
  msgstr "Estilo simple"
3594
 
3595
+ #: app/features/mec/settings.php:431
3596
  msgid "Default value is Calendar/Monthly View"
3597
  msgstr "El valor predeterminado es calendario / vista mensual"
3598
 
3599
+ #: app/features/mec/settings.php:436
3600
  msgid "Category Page Skin"
3601
  msgstr "Skin de página de categoría"
3602
 
3603
+ #: app/features/mec/settings.php:499
3604
  msgid "Default value is List View"
3605
  msgstr "El valor predeterminado es Vista de lista"
3606
 
3607
+ #: app/features/mec/settings.php:504
3608
  msgid "Category Events Method"
3609
  msgstr "Método de categoría de eventos"
3610
 
3611
+ #: app/features/mec/settings.php:508
3612
  msgid "Expired Events"
3613
  msgstr "Eventos pasados"
3614
 
3615
+ #: app/features/mec/settings.php:510
3616
  msgid "Default value is Upcoming Events"
3617
  msgstr "El valor predeterminado es Próximos eventos"
3618
 
3619
+ #: app/features/mec/settings.php:515
3620
  msgid "Events Archive Status"
3621
  msgstr "Estado del archivo de eventos"
3622
 
3623
+ #: app/features/mec/settings.php:518
3624
  msgid "Enabled (Recommended)"
3625
  msgstr "Activado (recomendado)"
3626
 
3627
+ #: app/features/mec/settings.php:521
3628
  msgid ""
3629
  "If you disable it, then you should create a page as archive page of MEC. "
3630
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
3634
  "archivo de MEC. El slug debe igualarse al slug principal de MEC. También "
3635
  "desactivará todas las reglas de sobreescripción."
3636
 
3637
+ #: app/features/mec/settings.php:531
3638
  msgid "Main Slug"
3639
  msgstr "Slug principal"
3640
 
3641
+ #: app/features/mec/settings.php:534
3642
  msgid ""
3643
  "Default value is events. Valid characters are lowercase a-z, - character and "
3644
  "numbers."
3646
  "El valor por defecto es eventos. Los caracteres válidos son a-z minúsculas, "
3647
  "- carácteres y números."
3648
 
3649
+ #: app/features/mec/settings.php:538
3650
  msgid "Category Slug"
3651
  msgstr "Slug de la categoría"
3652
 
3653
+ #: app/features/mec/settings.php:541
3654
  msgid ""
3655
  "It's slug of MEC categories, you can change it to events-cat or something "
3656
  "else. Default value is mec-category. Valid characters are lowercase a-z, - "
3660
  "cat o a algo más. El valor por defecto es mec-category. Se pueden utilizar "
3661
  "letras de la a-z en minúsculas y numerosas."
3662
 
3663
+ #: app/features/mec/settings.php:551
3664
  msgid "Single Event Date Format"
3665
  msgstr "Formato de fecha en evento individual"
3666
 
3667
+ #: app/features/mec/settings.php:554 app/features/mec/settings.php:916
3668
  msgid "Default is M d Y"
3669
  msgstr "El valor predeterminado es M d Y"
3670
 
3671
+ #: app/features/mec/settings.php:558
3672
  msgid "Date Method"
3673
  msgstr "Método de fecha"
3674
 
3675
+ #: app/features/mec/settings.php:561
3676
  msgid "Next occurrence date"
3677
  msgstr "Próxima fecha que ocurrirá"
3678
 
3679
+ #: app/features/mec/settings.php:562
3680
  msgid "Referred date"
3681
  msgstr "Fecha referida"
3682
 
3683
+ #: app/features/mec/settings.php:564
3684
  msgid ""
3685
  "\"Referred date\" shows the event date based on referred date in event list."
3686
  msgstr ""
3687
  "La \"fecha de referencia\" muestra la fecha del evento referido en la lista "
3688
  "de eventos."
3689
 
3690
+ #: app/features/mec/settings.php:568
3691
  msgid "Single Event Style"
3692
  msgstr "Estilo de evento único"
3693
 
3694
+ #: app/features/mec/settings.php:571
3695
  msgid "Default Style"
3696
  msgstr "Estilo por defecto"
3697
 
3698
+ #: app/features/mec/settings.php:574
3699
  msgid "Choose your single event style."
3700
  msgstr "Elige tu estilo de evento para la página de vista."
3701
 
3702
+ #: app/features/mec/settings.php:578
3703
  msgid "Booking Style"
3704
  msgstr ""
3705
 
3706
+ #: app/features/mec/settings.php:581 app/features/mec/settings.php:692
3707
  msgid "Default"
3708
  msgstr "Por defecto"
3709
 
3710
+ #: app/features/mec/settings.php:582
3711
  msgid "Modal"
3712
  msgstr ""
3713
 
3714
+ #: app/features/mec/settings.php:584
3715
  msgid "Choose your Booking style."
3716
  msgstr ""
3717
 
3718
+ #: app/features/mec/settings.php:592
3719
  msgid "Currency"
3720
  msgstr "Moneda corriente"
3721
 
3722
+ #: app/features/mec/settings.php:602
3723
  msgid "Currency Sign"
3724
  msgstr "Tipo de moneda"
3725
 
3726
+ #: app/features/mec/settings.php:605
3727
  msgid "Default value will be \"currency\" if you leave it empty."
3728
  msgstr "El valor por defecto será \"moneda\" si lo dejas en blanco."
3729
 
3730
+ #: app/features/mec/settings.php:609
3731
  msgid "Currency Position"
3732
  msgstr "Posición en moneda extranjera"
3733
 
3734
+ #: app/features/mec/settings.php:612
3735
  msgid "Before $10"
3736
  msgstr "Menos de 10€"
3737
 
3738
+ #: app/features/mec/settings.php:613
3739
  msgid "After 10$"
3740
  msgstr "Más de 10€"
3741
 
3742
+ #: app/features/mec/settings.php:618
3743
  msgid "Thousand Separator"
3744
  msgstr "Separador de miles"
3745
 
3746
+ #: app/features/mec/settings.php:624
3747
  msgid "Decimal Separator"
3748
  msgstr "Separador de decimales"
3749
 
3750
+ #: app/features/mec/settings.php:634
3751
  msgid "No decimal"
3752
  msgstr "No decimal"
3753
 
3754
+ #: app/features/mec/settings.php:643
3755
  msgid "Speakers Options"
3756
  msgstr ""
3757
 
3758
+ #: app/features/mec/settings.php:649
3759
  msgid "Enable speakers feature"
3760
  msgstr ""
3761
 
3762
+ #: app/features/mec/settings.php:665
3763
  msgid "Show Google Maps on event page"
3764
  msgstr "Ver eventos en Google Maps"
3765
 
3766
+ #: app/features/mec/settings.php:670 app/features/mec/settings.php:838
3767
+ #: app/features/mec/settings.php:1379
3768
  msgid "API Key"
3769
  msgstr "API Key"
3770
 
3771
+ #: app/features/mec/settings.php:673 app/features/mec/settings.php:1382
3772
+ #: app/features/mec/settings.php:1389
3773
  msgid "Required!"
3774
  msgstr "¡Obligatorio!"
3775
 
3776
+ #: app/features/mec/settings.php:677
3777
  msgid "Zoom level"
3778
  msgstr "Nivel de zoom"
3779
 
3780
+ #: app/features/mec/settings.php:684
3781
  msgid ""
3782
  "For Google Maps module in single event page. In Google Maps skin, it will "
3783
  "caculate the zoom level automatically based on event boundaries."
3786
  "de Google Maps, calculará el nivel de Zoom automáticamente de acuerdo a los "
3787
  "limites."
3788
 
3789
+ #: app/features/mec/settings.php:688
3790
  msgid "Google Maps Style"
3791
  msgstr "Estilo de Google Maps"
3792
 
3793
+ #: app/features/mec/settings.php:700
3794
  msgid "Direction on single event"
3795
  msgstr "Dirección en la página del evento"
3796
 
3797
+ #: app/features/mec/settings.php:704
3798
  msgid "Simple Method"
3799
  msgstr "Método simple"
3800
 
3801
+ #: app/features/mec/settings.php:705
3802
  msgid "Advanced Method"
3803
  msgstr "Método avanzado"
3804
 
3805
+ #: app/features/mec/settings.php:710
3806
  msgid "Lightbox Date Format"
3807
  msgstr "Formato de Fecha LightBox"
3808
 
3809
+ #: app/features/mec/settings.php:713
3810
  msgid "Default value is M d Y"
3811
  msgstr "El valor predeterminado es M d Y"
3812
 
3813
+ #: app/features/mec/settings.php:717
3814
  msgid "Google Maps API"
3815
  msgstr "Google Maps API"
3816
 
3817
+ #: app/features/mec/settings.php:721
3818
  msgid "Don't load Google Maps API library"
3819
  msgstr "No carga la biblioteca de la API de Google Maps"
3820
 
3821
+ #: app/features/mec/settings.php:723
3822
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
3823
  msgstr "Marcalo sólo si en otro plugin/tema se carga la API de Google Maps"
3824
 
3825
+ #: app/features/mec/settings.php:735
3826
  msgid "Enable Google Recaptcha"
3827
  msgstr "Habilitar Google Recaptcha"
3828
 
3829
+ #: app/features/mec/settings.php:742
3830
  msgid "Enable on booking form"
3831
  msgstr "Activar en el formulario de reserva"
3832
 
3833
+ #: app/features/mec/settings.php:748
3834
  msgid "Enable on \"Frontend Event Submission\" form"
3835
  msgstr "Activa el formulario \"Envío de eventos desde portada\""
3836
 
3837
+ #: app/features/mec/settings.php:752
3838
  msgid "Site Key"
3839
  msgstr "Clave del Sitio"
3840
 
3841
+ #: app/features/mec/settings.php:758
3842
  msgid "Secret Key"
3843
  msgstr "Clave secreta"
3844
 
3845
+ #: app/features/mec/settings.php:772
3846
  msgid ""
3847
  "Show export module (iCal export and add to Google calendars) on event page"
3848
  msgstr "Ver módulo exportado (iCal y Google Calendars) en la página del evento"
3849
 
3850
+ #: app/features/mec/settings.php:779
3851
  msgid "Google Calendar"
3852
  msgstr "Google Calendar"
3853
 
3854
+ #: app/features/mec/settings.php:799
3855
  msgid "Show event time based on local time of visitor on event page"
3856
  msgstr ""
3857
  "Mostrar el tiempo del evento basado en la hora local del visitante en la "
3858
  "página del evento"
3859
 
3860
+ #: app/features/mec/settings.php:815
3861
  msgid "Show QR code of event in details page and booking invoice"
3862
  msgstr ""
3863
  "Mostrar código QR del evento en la pagina de detalles de la pagina y en el "
3864
  "recibo de la reservación"
3865
 
3866
+ #: app/features/mec/settings.php:833
3867
  msgid "Show weather module on event page"
3868
  msgstr "Módulo de tiempo para mostrar en la página del evento"
3869
 
3870
+ #: app/features/mec/settings.php:841
3871
  #, php-format
3872
  msgid "You can get a free API Key from %s"
3873
  msgstr "Puedes obtener una clave API gratis desde %s"
3874
 
3875
+ #: app/features/mec/settings.php:853
3876
  msgid "Show countdown module on event page"
3877
  msgstr "Mostrar módulo de cuenta atrás en la página del evento"
3878
 
3879
+ #: app/features/mec/settings.php:858
3880
  msgid "Countdown Style"
3881
  msgstr "Estilo de Cuenta Atrás"
3882
 
3883
+ #: app/features/mec/settings.php:861
3884
  msgid "Plain Style"
3885
  msgstr "Estilo simple"
3886
 
3887
+ #: app/features/mec/settings.php:862
3888
  msgid "Flip Style"
3889
  msgstr "Estilo Volteado"
3890
 
3891
+ #: app/features/mec/settings.php:874
3892
  msgid "Show social network module"
3893
  msgstr "Ver módulo de redes sociales"
3894
 
3895
+ #: app/features/mec/settings.php:899
3896
  msgid "Show next event module on event page"
3897
  msgstr "Mostrar el módulo del próximo evento en la página del evento"
3898
 
3899
+ #: app/features/mec/settings.php:904
3900
  msgid "Method"
3901
  msgstr "Método"
3902
 
3903
+ #: app/features/mec/settings.php:907
3904
  msgid "Next Occurrence of Current Event"
3905
  msgstr "Próxima aparición del evento actual"
3906
 
3907
+ #: app/features/mec/settings.php:908
3908
  msgid "Next Occurrence of Other Events"
3909
  msgstr "Próxima aparición de otros eventos"
3910
 
3911
+ #: app/features/mec/settings.php:913 app/features/mec/settings.php:1122
3912
  msgid "Date Format"
3913
  msgstr "Formato de fecha"
3914
 
3915
+ #: app/features/mec/settings.php:926
3916
+ msgid "Time Format"
3917
+ msgstr "Formato de la hora"
3918
+
3919
+ #: app/features/mec/settings.php:929
3920
+ msgid "12 hours format with AM/PM"
3921
+ msgstr "Formato de 12 horas con AM / PM"
3922
+
3923
+ #: app/features/mec/settings.php:930
3924
+ msgid "24 hours format"
3925
+ msgstr "Formato de 24 horas"
3926
+
3927
+ #: app/features/mec/settings.php:932
3928
+ msgid "This option, affects the selection of Start/End time."
3929
+ msgstr ""
3930
+
3931
+ #: app/features/mec/settings.php:937
3932
  msgid "Events List Page"
3933
  msgstr "Página de lista de eventos"
3934
 
3935
+ #: app/features/mec/settings.php:946 app/features/mec/settings.php:958
3936
  #, php-format
3937
  msgid "Put %s shortcode into the page."
3938
  msgstr "Pon el shortcode %s en la página."
3939
 
3940
+ #: app/features/mec/settings.php:949
3941
  msgid "Add/Edit Events Page"
3942
  msgstr "Añadir/Editar página de eventos"
3943
 
3944
+ #: app/features/mec/settings.php:963
3945
  msgid "Enable event submission by guest (Not logged-in) users"
3946
  msgstr ""
3947
  "Habilitar la presentación de eventos por los usuarios invitados (no "
3948
  "conectados)"
3949
 
3950
+ #: app/features/mec/settings.php:970
3951
  msgid "Enable mandatory email and name for guest user"
3952
  msgstr ""
3953
  "Activa que sea obligatorio el correo y nombre del usuario para el usuario "
3954
  "invitado"
3955
 
3956
+ #: app/features/mec/settings.php:974
3957
  msgid "Frontend Event Submission Sections"
3958
  msgstr "Secciones de envío de eventos en la pagina."
3959
 
3960
+ #: app/features/mec/settings.php:996 app/widgets/single.php:119
3961
  msgid "Event Categories"
3962
  msgstr "Categorías de evento"
3963
 
3964
+ #: app/features/mec/settings.php:1002
3965
  msgid "Event Labels"
3966
  msgstr "Etiqueta de eventos"
3967
 
3968
+ #: app/features/mec/settings.php:1014
3969
  msgid "Event Tags"
3970
  msgstr "Etiquetas del Evento"
3971
 
3972
+ #: app/features/mec/settings.php:1026 app/widgets/single.php:123
3973
  msgid "Event Organizer"
3974
  msgstr "Organizador de eventos"
3975
 
3976
+ #: app/features/mec/settings.php:1044
3977
  msgid "Booking Options"
3978
  msgstr "Opciones de reserva"
3979
 
3980
+ #: app/features/mec/settings.php:1050
3981
  msgid "Fees / Taxes Options"
3982
  msgstr "Opciones de Cuotas/Impuestos"
3983
 
3984
+ #: app/features/mec/settings.php:1064
3985
  #, php-format
3986
  msgid ""
3987
  "Users can put a note for editors while they're submitting the event. Also "
3992
  "evento. También puede poner %%event_note%% en la notificación de nuevo "
3993
  "evento para obtener la nota de los usuarios en el correo electrónico."
3994
 
3995
+ #: app/features/mec/settings.php:1068
3996
  msgid "Visibility of Note"
3997
  msgstr "Visibilidad de la nota"
3998
 
3999
+ #: app/features/mec/settings.php:1071
4000
  msgid "Always"
4001
  msgstr "Siempre"
4002
 
4003
+ #: app/features/mec/settings.php:1072
4004
  msgid "While event is not published"
4005
  msgstr "Mientras no se publique el evento"
4006
 
4007
+ #: app/features/mec/settings.php:1075
4008
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
4009
  msgstr ""
4010
  "La nota de evento se muestra en el formulario de presentación de Frontend y "
4011
  "Editar evento en el backend."
4012
 
4013
+ #: app/features/mec/settings.php:1083
4014
  #, php-format
4015
  msgid ""
4016
  "Put %s shortcode into your desired page. Then users are able to see history "
4017
  "of their bookings."
4018
  msgstr ""
4019
 
4020
+ #: app/features/mec/settings.php:1088
4021
  msgid "Exceptional days"
4022
  msgstr "Días Excepcionales"
4023
 
4024
+ #: app/features/mec/settings.php:1092
4025
  msgid "Show exceptional days option on Add/Edit events page"
4026
  msgstr ""
4027
  "Mostrar opciones de días excepcionales en la página Agregar / Editar eventos"
4028
 
4029
+ #: app/features/mec/settings.php:1093
4030
  msgid ""
4031
  "Using this option you can include/exclude certain days to/from event "
4032
  "occurrence dates."
4034
  "Usar esta opción permite incluir o excluir ciertos días para la ocurrencia "
4035
  "de eventos."
4036
 
4037
+ #: app/features/mec/settings.php:1103
4038
  msgid ""
4039
  "Show additional organizers option on Add/Edit events page and single event "
4040
  "page."
4042
  "Mostrar la opción de organizadores adicionales en la pagina de añadir "
4043
  "eventos y la pagina de evento individual."
4044
 
4045
+ #: app/features/mec/settings.php:1117
4046
  msgid "Enable booking module"
4047
  msgstr "Activar módulo de reservas"
4048
 
4049
+ #: app/features/mec/settings.php:1125
4050
  msgid "Default is Y-m-d"
4051
  msgstr "El valor predeterminado es Y-m-d"
4052
 
4053
+ #: app/features/mec/settings.php:1129
4054
  msgid "Maximum Dates"
4055
  msgstr "Fechas máximas"
4056
 
4057
+ #: app/features/mec/settings.php:1131
4058
  msgid "Default is 6"
4059
  msgstr "El valor predeterminado es 6"
4060
 
4061
+ #: app/features/mec/settings.php:1135
4062
  msgid "Thank You Page"
4063
  msgstr "Página de agradecimiento"
4064
 
4065
+ #: app/features/mec/settings.php:1143
4066
  msgid ""
4067
  "User redirects to this page after booking. Leave it empty if you want to "
4068
  "disable it."
4070
  "Se redirecciona al usuario a esta pagina una vez que completa la reserva. "
4071
  "Déjalo vacío si lo deseas desactivado."
4072
 
4073
+ #: app/features/mec/settings.php:1151
4074
  msgid "Enable Express Attendees Form"
4075
  msgstr "Habilitar formulario de asistentes exprés"
4076
 
4077
+ #: app/features/mec/settings.php:1153
4078
  msgid ""
4079
  "Users are able to apply first attendee information for other attendees in "
4080
  "the booking form."
4082
  "Los usuarios son capaces de copiar la información del primer invitado para "
4083
  "los demás invitados en el formulario de reservas."
4084
 
4085
+ #: app/features/mec/settings.php:1156
4086
  msgid "Email verification"
4087
  msgstr "Verificación por email"
4088
 
4089
+ #: app/features/mec/settings.php:1162
4090
  msgid "Auto verification for free bookings"
4091
  msgstr "Auto verificación para reservas gratuitas"
4092
 
4093
+ #: app/features/mec/settings.php:1171
4094
  msgid "Auto verification for paid bookings"
4095
  msgstr "Auto verificación para reservas de pago"
4096
 
4097
+ #: app/features/mec/settings.php:1181
4098
  msgid "Auto confirmation for free bookings"
4099
  msgstr "Confirmación automática para reservas gratuitas"
4100
 
4101
+ #: app/features/mec/settings.php:1190
4102
  msgid "Auto confirmation for paid bookings"
4103
  msgstr "Confirmación automática para reservas pagas"
4104
 
4105
+ #: app/features/mec/settings.php:1207
4106
  msgid "Enable coupons module"
4107
  msgstr "Activar módulo de cupones"
4108
 
4109
+ #: app/features/mec/settings.php:1224
4110
  msgid "Enable taxes / fees module"
4111
  msgstr "Activar módulo de Impuestos/Tasas"
4112
 
4113
+ #: app/features/mec/settings.php:1229
4114
  msgid "Add Fee"
4115
  msgstr "Nueva tasa"
4116
 
4117
+ #: app/features/mec/settings.php:1289
4118
  msgid "Enable ticket options module"
4119
  msgstr ""
4120
 
4121
+ #: app/features/mec/settings.php:1294
4122
  msgid "Add Variation / Option"
4123
  msgstr ""
4124
 
4125
+ #: app/features/mec/settings.php:1344
4126
  msgid "Enable BuddyPress Integration"
4127
  msgstr "Habilitar la integración de BuddyPress"
4128
 
4129
+ #: app/features/mec/settings.php:1351
4130
  msgid "Show \"Attendees Module\" in event details page"
4131
  msgstr "Mostrar \"Módulo de asistentes\" en la página de detalles del evento"
4132
 
4133
+ #: app/features/mec/settings.php:1355
4134
  msgid "Attendees Limit"
4135
  msgstr "Límite de asistentes"
4136
 
4137
+ #: app/features/mec/settings.php:1363
4138
  msgid "Add booking activity to user profile"
4139
  msgstr "Añadir actividad de reservaciones en el perfil del usuario"
4140
 
4141
+ #: app/features/mec/settings.php:1374
4142
  msgid "Enable Mailchimp Integration"
4143
  msgstr "Activar integración con MailChimp"
4144
 
4145
+ #: app/features/mec/settings.php:1386
4146
  msgid "List ID"
4147
  msgstr "ID de la lista"
4148
 
4149
+ #: app/features/mec/settings.php:1393
4150
  msgid "Subscription Status"
4151
  msgstr "Estado Suscripción"
4152
 
4153
+ #: app/features/mec/settings.php:1396
4154
  msgid "Subscribe automatically"
4155
  msgstr "Suscribirse automáticamente "
4156
 
4157
+ #: app/features/mec/settings.php:1397
4158
  msgid "Subscribe by verification"
4159
  msgstr "Suscribirse por verificación"
4160
 
4161
+ #: app/features/mec/settings.php:1399
4162
  msgid ""
4163
  "If you choose \"Subscribe by verification\" then an email will send to user "
4164
  "by mailchimp for subscription verification."
4166
  "Si eliges “Suscribir por verificación” entonces un email de verificación de "
4167
  "suscripción se le enviará al usuario."
4168
 
4169
+ #: app/features/mec/settings.php:1479 app/features/mec/settings.php:1501
4170
+ #: app/libraries/main.php:4436
4171
  msgid "Verified"
4172
  msgstr "Verificado"
4173
 
4174
+ #: app/features/mec/settings.php:1503
4175
  msgid "Please Refresh Page"
4176
  msgstr "Por favor, actualiza la página"
4177
 
4191
  "en su interfaz de tema después de todos los estilos, de modo que anularán "
4192
  "los estilos predeterminados (o tema) de MEC."
4193
 
4194
+ #: app/features/mec/styling.php:10 app/features/mec/styling.php:237
4195
+ #: app/features/mec/styling.php:263
4196
  msgid "Default Font"
4197
  msgstr "Fuente por defecto"
4198
 
4199
+ #: app/features/mec/styling.php:119
4200
  msgid "Styling Option"
4201
  msgstr "Opción visual"
4202
 
4203
+ #: app/features/mec/styling.php:137
4204
  msgid "Color Skin"
4205
  msgstr "Tema de color"
4206
 
4207
+ #: app/features/mec/styling.php:140
4208
  msgid "Predefined Color Skin"
4209
  msgstr "Tema de color predefinido"
4210
 
4211
+ #: app/features/mec/styling.php:183
4212
  msgid "Custom Color Skin"
4213
  msgstr "Tema de color personalizado"
4214
 
4215
+ #: app/features/mec/styling.php:191
4216
  msgid "Advanced Color Options (shortcodes)"
4217
  msgstr ""
4218
 
4219
+ #: app/features/mec/styling.php:203
4220
  msgid "Title Hover"
4221
  msgstr ""
4222
 
4223
+ #: app/features/mec/styling.php:220
4224
  msgid "Typography"
4225
  msgstr "Tipografía"
4226
 
4227
+ #: app/features/mec/styling.php:222
4228
  msgid "Heading (Events Title) Font Family"
4229
  msgstr "Fuente para cabecera (Títulos de evento)"
4230
 
4231
+ #: app/features/mec/styling.php:248
4232
  msgid "Paragraph Font Family"
4233
  msgstr "Fuente para párrafo"
4234
 
4235
+ #: app/features/mec/styling.php:275
4236
  msgid "Disable Google Fonts"
4237
  msgstr ""
4238
 
4239
+ #: app/features/mec/styling.php:280
4240
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4241
  msgstr ""
4242
 
4243
+ #: app/features/mec/styling.php:286
4244
  msgid "Container Width"
4245
  msgstr "Ancho del Contenedor"
4246
 
4247
+ #: app/features/mec/styling.php:288
4248
  msgid "Desktop Normal Screens"
4249
  msgstr "Pantallas normales de escritorio"
4250
 
4251
+ #: app/features/mec/styling.php:291 app/features/mec/styling.php:298
4252
  msgid "You can enter your theme container size in this field"
4253
  msgstr "Puedes introducir el tamaño del contenedor del tema en este campo"
4254
 
4255
+ #: app/features/mec/styling.php:295
4256
  msgid "Desktop Large Screens"
4257
  msgstr "Pantallas grandes de escritorio"
4258
 
4721
  msgid "eg. https://webnus.net"
4722
  msgstr "ej. https://webnus.net"
4723
 
4724
+ #: app/features/organizers.php:300 app/libraries/main.php:4279
4725
  #: app/skins/single.php:194
4726
  msgid "Other Organizers"
4727
  msgstr "En común"
4742
  msgid "#"
4743
  msgstr ""
4744
 
4745
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2404
4746
  msgid "Status"
4747
  msgstr "Estado"
4748
 
4749
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1666
4750
  msgid "Attendees"
4751
  msgstr "Asistentes"
4752
 
4759
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4760
  msgstr ""
4761
 
4762
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1680
4763
+ #: app/libraries/main.php:4277
4764
  msgid "Ticket"
4765
  msgstr "Ticket"
4766
 
4773
  msgstr ""
4774
 
4775
  #: app/features/speakers.php:56 app/features/speakers.php:242
4776
+ #: app/libraries/main.php:4251
4777
  msgid "Speaker"
4778
  msgstr ""
4779
 
4803
  msgstr ""
4804
 
4805
  #: app/features/speakers.php:135 app/features/speakers.php:187
4806
+ #: app/libraries/main.php:1080
4807
  msgid "Google+"
4808
  msgstr "Google+"
4809
 
4904
  msgid "There is no excerpt because this is a protected post."
4905
  msgstr "No hay extracto porque es una entrada protegida."
4906
 
4907
+ #: app/libraries/main.php:330 app/libraries/main.php:1199
4908
+ #: app/libraries/main.php:1224
4909
  msgid "Grid View"
4910
  msgstr "Vista cuadrícula"
4911
 
4912
+ #: app/libraries/main.php:331 app/libraries/main.php:1200
4913
+ #: app/libraries/main.php:1225
4914
  msgid "Agenda View"
4915
  msgstr "Vista de Agenda"
4916
 
4917
+ #: app/libraries/main.php:332 app/libraries/main.php:1191
4918
+ #: app/libraries/main.php:1216
4919
  msgid "Full Calendar"
4920
  msgstr "Calendario completo"
4921
 
4922
+ #: app/libraries/main.php:334 app/libraries/main.php:1193
4923
+ #: app/libraries/main.php:1218
4924
  msgid "Calendar/Monthly View"
4925
  msgstr "Ver Calendario/Mes"
4926
 
4927
+ #: app/libraries/main.php:337 app/libraries/main.php:1196
4928
+ #: app/libraries/main.php:1221
4929
  msgid "Timetable View"
4930
  msgstr "Vista de Horario"
4931
 
4932
+ #: app/libraries/main.php:338 app/libraries/main.php:1197
4933
+ #: app/libraries/main.php:1222
4934
  msgid "Masonry View"
4935
  msgstr "Vista en mosaico"
4936
 
4937
+ #: app/libraries/main.php:339 app/libraries/main.php:1201
4938
+ #: app/libraries/main.php:1226
4939
  msgid "Map View"
4940
  msgstr "Vista de mapa"
4941
 
4942
+ #: app/libraries/main.php:340
4943
  msgid "Cover View"
4944
  msgstr "Vista de portada"
4945
 
4946
+ #: app/libraries/main.php:341
4947
  msgid "Countdown View"
4948
  msgstr "Vista de cuenta regresiva"
4949
 
4950
+ #: app/libraries/main.php:342
4951
  msgid "Available Spot"
4952
  msgstr "Sitios disponibles"
4953
 
4954
+ #: app/libraries/main.php:343
4955
  msgid "Carousel View"
4956
  msgstr "Vista carrusel"
4957
 
4958
+ #: app/libraries/main.php:344
4959
  msgid "Slider View"
4960
  msgstr "Vista del rotativo"
4961
 
4962
+ #: app/libraries/main.php:381 app/libraries/main.php:4257
4963
  msgid "SU"
4964
  msgstr "DO"
4965
 
4966
+ #: app/libraries/main.php:382 app/libraries/main.php:4258
4967
  msgid "MO"
4968
  msgstr "LU"
4969
 
4970
+ #: app/libraries/main.php:383 app/libraries/main.php:4259
4971
  msgid "TU"
4972
  msgstr "MA"
4973
 
4974
+ #: app/libraries/main.php:384 app/libraries/main.php:4260
4975
  msgid "WE"
4976
  msgstr "MI"
4977
 
4978
+ #: app/libraries/main.php:385 app/libraries/main.php:4261
4979
  msgid "TH"
4980
  msgstr "JU"
4981
 
4982
+ #: app/libraries/main.php:386 app/libraries/main.php:4262
4983
  msgid "FR"
4984
  msgstr "VI"
4985
 
4986
+ #: app/libraries/main.php:387 app/libraries/main.php:4263
4987
  msgid "SA"
4988
  msgstr "SA"
4989
 
4990
+ #: app/libraries/main.php:1038
4991
  msgid "Events at this location"
4992
  msgstr "Eventos en este lugar"
4993
 
4994
+ #: app/libraries/main.php:1038
4995
  msgid "Event at this location"
4996
  msgstr "Evento en este lugar"
4997
 
4998
+ #: app/libraries/main.php:1079
4999
  msgid "Facebook"
5000
  msgstr "Facebook"
5001
 
5002
+ #: app/libraries/main.php:1081
5003
  msgid "Twitter"
5004
  msgstr "Twitter"
5005
 
5006
+ #: app/libraries/main.php:1082 app/libraries/main.php:1147
5007
  msgid "Linkedin"
5008
  msgstr "LinkedIn"
5009
 
5010
+ #: app/libraries/main.php:1083 app/libraries/main.php:1180
5011
  msgid "VK"
5012
  msgstr "VK"
5013
 
5014
+ #: app/libraries/main.php:1102
5015
  msgid "Share on Facebook"
5016
  msgstr "Compartir en Facebook"
5017
 
5018
+ #: app/libraries/main.php:1117
5019
  msgid "Google Plus"
5020
  msgstr "Google Plus"
5021
 
5022
+ #: app/libraries/main.php:1132
5023
  msgid "Tweet"
5024
  msgstr "Tweet"
5025
 
5026
+ #: app/libraries/main.php:1202
5027
  #, fuzzy
5028
  #| msgid "Shortcode"
5029
  msgid "Custom Shortcode"
5030
  msgstr "Shortcode"
5031
 
5032
+ #: app/libraries/main.php:1561
5033
  msgid "Your booking successfully verified."
5034
  msgstr "Tu reserva se ha verificado correctamente."
5035
 
5036
+ #: app/libraries/main.php:1562
5037
  msgid "Your booking cannot verify!"
5038
  msgstr "¡Tu reserva no se puede verificar!"
5039
 
5040
+ #: app/libraries/main.php:1574
5041
  msgid "Your booking successfully canceled."
5042
  msgstr "Tu reserva se ha cancelado correctamente."
5043
 
5044
+ #: app/libraries/main.php:1575
5045
  msgid "Your booking cannot be canceled."
5046
  msgstr "La reserva no puede cancelarse."
5047
 
5048
+ #: app/libraries/main.php:1579
5049
  msgid "You canceled the payment successfully."
5050
  msgstr "Has cancelado el pago correctamente."
5051
 
5052
+ #: app/libraries/main.php:1583
5053
  msgid "You returned from payment gateway successfully."
5054
  msgstr "Has vuelto correctamente de tu pasarela de pago."
5055
 
5056
+ #: app/libraries/main.php:1607
5057
  msgid "Cannot find the booking!"
5058
  msgstr "¡No se pudo encontrar la reserva!"
5059
 
5060
+ #: app/libraries/main.php:1607
5061
  msgid "Booking is invalid."
5062
  msgstr "Reserva no válida."
5063
 
5064
+ #: app/libraries/main.php:1636
5065
  #, php-format
5066
  msgid "%s Invoice"
5067
  msgstr "%s Factura"
5068
 
5069
+ #: app/libraries/main.php:1657
5070
  msgid "Transaction ID"
5071
  msgstr "ID Transacción"
5072
 
5073
+ #: app/libraries/main.php:1710
5074
  msgid "Billing"
5075
  msgstr "Facturación"
5076
 
5077
+ #: app/libraries/main.php:1721
5078
  msgid "Total"
5079
  msgstr "Total "
5080
 
5081
+ #: app/libraries/main.php:1754
5082
  msgid "Security nonce is not valid."
5083
  msgstr "La seguridad nonce no es válida."
5084
 
5085
+ #: app/libraries/main.php:1754 app/libraries/main.php:1786
5086
  msgid "iCal export stopped!"
5087
  msgstr "¡La exportación de iCal se detuvo!"
5088
 
5089
+ #: app/libraries/main.php:1786
5090
  msgid "Request is not valid."
5091
  msgstr "La solicitud no es válida."
5092
 
5093
+ #: app/libraries/main.php:2106 app/libraries/main.php:2135
5094
+ #: app/libraries/main.php:2164 app/libraries/main.php:2193
5095
+ #: app/libraries/main.php:2222 app/libraries/main.php:2246
5096
+ #: app/libraries/main.php:2290 app/libraries/main.php:2334
5097
+ #: app/libraries/main.php:2381 app/libraries/main.php:2427
5098
  msgid "Sort"
5099
  msgstr "Orden"
5100
 
5101
+ #: app/libraries/main.php:2112 app/libraries/main.php:2141
5102
+ #: app/libraries/main.php:2170 app/libraries/main.php:2199
5103
+ #: app/libraries/main.php:2252 app/libraries/main.php:2296
5104
+ #: app/libraries/main.php:2340 app/libraries/main.php:2387
5105
  msgid "Required Field"
5106
  msgstr "Campo obligatorio"
5107
 
5108
+ #: app/libraries/main.php:2118 app/libraries/main.php:2147
5109
+ #: app/libraries/main.php:2176 app/libraries/main.php:2205
5110
+ #: app/libraries/main.php:2258 app/libraries/main.php:2302
5111
+ #: app/libraries/main.php:2346 app/libraries/main.php:2393
5112
  msgid "Insert a label for this field"
5113
  msgstr "Introduce una etiqueta para este campo"
5114
 
5115
+ #: app/libraries/main.php:2228
5116
  msgid "HTML and shortcode are allowed."
5117
  msgstr "Se permite HTML"
5118
 
5119
+ #: app/libraries/main.php:2271 app/libraries/main.php:2315
5120
+ #: app/libraries/main.php:2359
5121
  msgid "Option"
5122
  msgstr "Opción"
5123
 
5124
+ #: app/libraries/main.php:2393
5125
  #, php-format
5126
  msgid "Instead of %s, the page title with a link will be show."
5127
  msgstr "En lugar de %s, se mostrará el título de la página con un enlace."
5128
 
5129
+ #: app/libraries/main.php:2395
5130
  msgid "Agreement Page"
5131
  msgstr "Página de Acuerdo"
5132
 
5133
+ #: app/libraries/main.php:2406
5134
  msgid "Checked by default"
5135
  msgstr "Marcado por defecto"
5136
 
5137
+ #: app/libraries/main.php:2407
5138
  msgid "Unchecked by default"
5139
  msgstr "Sin marcar por defecto"
5140
 
5141
+ #: app/libraries/main.php:2429
5142
  msgid "Insert a label for this option"
5143
  msgstr "Introduce una etiqueta para esta opción"
5144
 
5145
+ #: app/libraries/main.php:2444
5146
  msgid "Free"
5147
  msgstr "Gratis"
5148
 
5149
+ #: app/libraries/main.php:3096
5150
  #, php-format
5151
  msgid "Copy of %s"
5152
  msgstr "Copia de %s"
5153
 
5154
+ #: app/libraries/main.php:3757
5155
  msgid "Booked an event."
5156
  msgstr "Has reservado para un evento."
5157
 
5158
+ #: app/libraries/main.php:3798
5159
  #, php-format
5160
  msgid "%s booked %s event."
5161
  msgstr "%s reservado %s evento."
5162
 
5163
+ #: app/libraries/main.php:4240
5164
  msgid "Taxonomies"
5165
  msgstr "Taxonomías"
5166
 
5167
+ #: app/libraries/main.php:4242
5168
  msgid "Category Plural Label"
5169
  msgstr "Categoría Etiqueta plural"
5170
 
5171
+ #: app/libraries/main.php:4243
5172
  msgid "Category Singular Label"
5173
  msgstr "Categoría Etiqueta Singular"
5174
 
5175
+ #: app/libraries/main.php:4244
5176
  msgid "Label Plural Label"
5177
  msgstr "Etiqueta plural"
5178
 
5179
+ #: app/libraries/main.php:4245
5180
  msgid "Label Singular Label"
5181
  msgstr "Etiqueta singular de la etiqueta"
5182
 
5183
+ #: app/libraries/main.php:4245
5184
  msgid "label"
5185
  msgstr "etiqueta"
5186
 
5187
+ #: app/libraries/main.php:4246
5188
  msgid "Location Plural Label"
5189
  msgstr "Ubicación Etiqueta plural"
5190
 
5191
+ #: app/libraries/main.php:4247
5192
  msgid "Location Singular Label"
5193
  msgstr "Etiqueta de ubicación en singular"
5194
 
5195
+ #: app/libraries/main.php:4248
5196
  msgid "Organizer Plural Label"
5197
  msgstr "Etiqueta del organizador en plural"
5198
 
5199
+ #: app/libraries/main.php:4249
5200
  msgid "Organizer Singular Label"
5201
  msgstr "Etiqueta Singular del Organizador"
5202
 
5203
+ #: app/libraries/main.php:4250
5204
  msgid "Speaker Plural Label"
5205
  msgstr ""
5206
 
5207
+ #: app/libraries/main.php:4251
5208
  msgid "Speaker Singular Label"
5209
  msgstr ""
5210
 
5211
+ #: app/libraries/main.php:4257
5212
  msgid "Sunday abbreviation"
5213
  msgstr "Abreviatura de Domingo"
5214
 
5215
+ #: app/libraries/main.php:4258
5216
  msgid "Monday abbreviation"
5217
  msgstr "Abreviatura de Lunes"
5218
 
5219
+ #: app/libraries/main.php:4259
5220
  msgid "Tuesday abbreviation"
5221
  msgstr "Abreviatura de Martes"
5222
 
5223
+ #: app/libraries/main.php:4260
5224
  msgid "Wednesday abbreviation"
5225
  msgstr "Abreviatura de Miércoles "
5226
 
5227
+ #: app/libraries/main.php:4261
5228
  msgid "Thursday abbreviation"
5229
  msgstr "Abreviatura de Jueves"
5230
 
5231
+ #: app/libraries/main.php:4262
5232
  msgid "Friday abbreviation"
5233
  msgstr "Abreviatura de Viernes"
5234
 
5235
+ #: app/libraries/main.php:4263
5236
  msgid "Saturday abbreviation"
5237
  msgstr "Abreviatura de Sábado "
5238
 
5239
+ #: app/libraries/main.php:4267
5240
  msgid "Others"
5241
  msgstr "Otros"
5242
 
5243
+ #: app/libraries/main.php:4269
5244
  msgid "Booking Success Message"
5245
  msgstr "Mensaje de reserva correcta"
5246
 
5247
+ #: app/libraries/main.php:4269
5248
  msgid ""
5249
  "Thanks for your booking. Your tickets booked, booking verification might be "
5250
  "needed, please check your email."
5252
  "Gracias por tu reserva. Tus entradas han sido reservadas, podrías necesitar "
5253
  "una verificación, por favor consulta tu correo."
5254
 
5255
+ #: app/libraries/main.php:4270 app/widgets/single.php:131
5256
  msgid "Register Button"
5257
  msgstr "Botón de registro"
5258
 
5259
+ #: app/libraries/main.php:4270 app/skins/available_spot/tpl.php:198
5260
+ #: app/skins/carousel/render.php:142 app/skins/carousel/render.php:167
5261
  #: app/skins/grid/render.php:111 app/skins/grid/render.php:142
5262
  #: app/skins/grid/render.php:174 app/skins/grid/render.php:202
5263
  #: app/skins/list/render.php:94 app/skins/list/render.php:175
5264
  #: app/skins/masonry/render.php:127 app/skins/single/default.php:218
5265
+ #: app/skins/single/default.php:220 app/skins/single/default.php:429
5266
+ #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5267
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5268
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5269
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:108
5270
+ #: app/skins/slider/render.php:148 app/skins/slider/render.php:188
5271
+ #: app/skins/slider/render.php:228 app/skins/slider/render.php:279
5272
  msgid "REGISTER"
5273
  msgstr "REGISTRO"
5274
 
5275
+ #: app/libraries/main.php:4271
5276
  msgid "View Detail Button"
5277
  msgstr "Ver detalle del botón"
5278
 
5279
+ #: app/libraries/main.php:4271 app/skins/carousel/render.php:142
5280
+ #: app/skins/carousel/render.php:167 app/skins/grid/render.php:111
5281
  #: app/skins/grid/render.php:142 app/skins/grid/render.php:174
5282
  #: app/skins/grid/render.php:202 app/skins/list/render.php:94
5283
  #: app/skins/list/render.php:175 app/skins/masonry/render.php:127
5284
+ #: app/skins/slider/render.php:108 app/skins/slider/render.php:148
5285
+ #: app/skins/slider/render.php:188 app/skins/slider/render.php:228
5286
+ #: app/skins/slider/render.php:279
5287
  msgid "View Detail"
5288
  msgstr "Ver detalle"
5289
 
5290
+ #: app/libraries/main.php:4272
5291
  msgid "Event Detail Button"
5292
  msgstr "Botón de detalle del evento"
5293
 
5294
+ #: app/libraries/main.php:4272 app/skins/countdown/tpl.php:211
5295
  msgid "Event Detail"
5296
  msgstr "Detalle del evento"
5297
 
5298
+ #: app/libraries/main.php:4274
5299
  msgid "More Info Link"
5300
  msgstr "Enlace a Más Información"
5301
 
5302
+ #: app/libraries/main.php:4277
5303
  msgid "Ticket (Singular)"
5304
  msgstr "Entrada (Singular)"
5305
 
5306
+ #: app/libraries/main.php:4278
5307
  msgid "Tickets (Plural)"
5308
  msgstr "Entradas (Plural)"
5309
 
5310
+ #: app/libraries/main.php:4344
5311
  msgid "EventON"
5312
  msgstr "EventON"
5313
 
5314
+ #: app/libraries/main.php:4345
5315
  msgid "The Events Calendar"
5316
  msgstr "The Events Calendar"
5317
 
5318
+ #: app/libraries/main.php:4346
5319
  msgid "Events Schedule WP Plugin"
5320
  msgstr "Events Schedule WP Plugin"
5321
 
5322
+ #: app/libraries/main.php:4347
5323
  msgid "Calendarize It"
5324
  msgstr "Ponlo al calendario"
5325
 
5326
+ #: app/libraries/main.php:4421
5327
  msgid "Confirmed"
5328
  msgstr ""
5329
 
5330
+ #: app/libraries/main.php:4422
5331
  msgid "Rejected"
5332
  msgstr ""
5333
 
5334
+ #: app/libraries/main.php:4423
5335
  msgid "Pending"
5336
  msgstr ""
5337
 
5338
+ #: app/libraries/main.php:4438
5339
  msgid "Waiting"
5340
  msgstr ""
5341
 
5385
 
5386
  #: app/libraries/render.php:436 app/modules/local-time/details.php:47
5387
  #: app/modules/next-event/details.php:97 app/skins/single/default.php:73
5388
+ #: app/skins/single/default.php:284 app/skins/single/m1.php:34
5389
  #: app/skins/single/modern.php:169
5390
  msgid "All of the day"
5391
  msgstr "Todo el día"
5392
 
5393
+ #: app/libraries/skins.php:256
5394
+ msgid "Please contact the website administrator."
5395
+ msgstr ""
5396
+
5397
+ #: app/libraries/skins.php:815
5398
  msgid "Ignore month and years"
5399
  msgstr "Ignorar meses y años"
5400
 
5515
  msgstr "Ir a la página de repetición"
5516
 
5517
  #: app/modules/next-event/details.php:91 app/skins/single/default.php:67
5518
+ #: app/skins/single/default.php:278 app/skins/single/m1.php:28
5519
  #: app/skins/single/modern.php:163
5520
  msgid "Time"
5521
  msgstr "Hora"
5579
  msgid "View All"
5580
  msgstr "Ver %s"
5581
 
5582
+ #: app/skins/carousel/render.php:182 app/skins/countdown/tpl.php:150
5583
  #: app/skins/countdown/tpl.php:194 app/skins/cover/tpl.php:94
5584
  #: app/skins/list/render.php:111
5585
  msgid "EVENT DETAIL"
5622
  msgstr "Sin eventos"
5623
 
5624
  #: app/skins/single.php:209 app/skins/single/default.php:191
5625
+ #: app/skins/single/default.php:402 app/skins/single/m1.php:100
5626
  #: app/skins/single/m2.php:32 app/skins/single/modern.php:31
5627
  msgid "Phone"
5628
  msgstr "Teléfono"
5629
 
5630
  #: app/skins/single.php:223 app/skins/single/default.php:205
5631
+ #: app/skins/single/default.php:416 app/skins/single/m1.php:114
5632
  #: app/skins/single/m2.php:46 app/skins/single/modern.php:45
5633
  msgid "Website"
5634
  msgstr "Web"
5638
  msgstr ""
5639
 
5640
  #: app/skins/single/default.php:30 app/skins/single/m1.php:235
5641
+ #: app/skins/single/m2.php:173 app/skins/single/modern.php:241
5642
  msgid "Sold out!"
5643
  msgstr "¡Agotado!"
5644
 
5645
  #: app/skins/single/default.php:40 app/skins/single/m1.php:244
5646
+ #: app/skins/single/m2.php:182 app/skins/single/modern.php:251
5647
  msgid "Tags: "
5648
  msgstr "Tags:"
5649
 
5650
+ #: app/skins/single/default.php:106 app/skins/single/default.php:317
5651
  #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
5652
  #: app/skins/single/modern.php:121
5653
  msgid "Read More"
languages/modern-events-calendar-lite-fr_FR.mo CHANGED
Binary file
languages/modern-events-calendar-lite-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2019-03-17 15:03+0330\n"
5
- "PO-Revision-Date: 2019-03-17 15:03+0330\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
@@ -26,12 +26,12 @@ msgstr ""
26
  msgid "Modern Events Calendar"
27
  msgstr "Modern Events Calendar"
28
 
29
- #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:217
30
  msgid "Content"
31
  msgstr "Contenu"
32
 
33
- #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:326
34
- #: app/features/mec.php:355 app/features/mec.php:381
35
  msgid "Shortcode"
36
  msgstr "Shortcode"
37
 
@@ -58,15 +58,15 @@ msgid "Select Type"
58
  msgstr "Tout sélectionner"
59
 
60
  #: app/features/colors.php:50 app/features/fes/form.php:558
61
- #: app/features/mec/settings.php:1007
62
  msgid "Event Color"
63
  msgstr "Couleur de l'événement"
64
 
65
- #: app/features/contextual.php:55 app/features/mec.php:312
66
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
67
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
68
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
69
- #: app/features/mec/styles.php:24 app/features/mec/styling.php:51
70
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
71
  msgid "Settings"
72
  msgstr "Paramètres"
@@ -76,7 +76,7 @@ msgstr "Paramètres"
76
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
77
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
78
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
79
- #: app/features/mec/styling.php:60 app/features/mec/support.php:29
80
  msgid "Booking Form"
81
  msgstr "Formulaire de réservation"
82
 
@@ -93,7 +93,7 @@ msgstr ""
93
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
94
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
95
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
96
- #: app/features/mec/styles.php:40 app/features/mec/styling.php:67
97
  #: app/features/mec/support.php:36
98
  msgid "Payment Gateways"
99
  msgstr "Passerelle de paiement"
@@ -109,7 +109,7 @@ msgstr ""
109
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
110
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
111
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
112
- #: app/features/mec/styles.php:49 app/features/mec/styling.php:76
113
  #: app/features/mec/support.php:45
114
  msgid "Notifications"
115
  msgstr "Notifications"
@@ -179,47 +179,47 @@ msgid "General Options"
179
  msgstr "Options générales"
180
 
181
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
182
- #: app/features/mec/settings.php:540
183
  msgid "Slugs/Permalinks"
184
  msgstr "Permaliens/Ancres"
185
 
186
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
187
- #: app/features/mec/settings.php:560
188
  msgid "Event Details/Single Event Page"
189
  msgstr "Détail de l'événement/Page de l'événement"
190
 
191
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
192
- #: app/features/mec/settings.php:601
193
  msgid "Currency Options"
194
  msgstr "Options de devise"
195
 
196
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
197
- #: app/features/mec/settings.php:668
198
  msgid "Google Maps Options"
199
  msgstr "Option du plugin Google Maps"
200
 
201
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
202
- #: app/features/mec/settings.php:742
203
  msgid "Google Recaptcha Options"
204
  msgstr "Options de Google reCAPTCHA"
205
 
206
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
207
- #: app/features/mec/settings.php:860
208
  msgid "Countdown Options"
209
  msgstr "Options du Compte à Rebours"
210
 
211
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
212
- #: app/features/mec/settings.php:881
213
  msgid "Social Networks"
214
  msgstr "Réseaux Sociaux"
215
 
216
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
217
- #: app/features/mec/settings.php:906
218
  msgid "Next Event Module"
219
  msgstr "Module événement suivant"
220
 
221
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
222
- #: app/features/mec/settings.php:934
223
  msgid "Frontend Event Submission"
224
  msgstr "Réglages du formulaire de création d’événements"
225
 
@@ -229,22 +229,22 @@ msgid "Exceptional Days"
229
  msgstr "Journées Exceptionnelles"
230
 
231
  #: app/features/contextual.php:308 app/features/events.php:263
232
- #: app/features/mec/settings.php:162 app/features/mec/settings.php:1108
233
  msgid "Booking"
234
  msgstr "Réservation"
235
 
236
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
237
- #: app/features/mec/settings.php:1198
238
  msgid "Coupons"
239
  msgstr "Bons de réduction"
240
 
241
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
242
- #: app/features/mec/settings.php:1339
243
  msgid "BuddyPress Integration"
244
  msgstr "Intégration BuddyPress"
245
 
246
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
247
- #: app/features/mec/settings.php:1369
248
  msgid "Mailchimp Integration"
249
  msgstr "Intégration de Mailchimp"
250
 
@@ -267,7 +267,7 @@ msgstr "Évenements"
267
  msgid "Event"
268
  msgstr "Événement"
269
 
270
- #: app/features/events.php:134 app/features/mec.php:298
271
  msgid "Add Event"
272
  msgstr "Ajouter un événement"
273
 
@@ -307,16 +307,16 @@ msgstr "Aucun événement trouvé dans la corbeille !"
307
  #: app/features/mec/meta_boxes/search_form.php:292
308
  #: app/features/mec/meta_boxes/search_form.php:332
309
  #: app/features/mec/meta_boxes/search_form.php:379
310
- #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4233
311
- #: app/libraries/skins.php:711 app/skins/single/default.php:156
312
- #: app/skins/single/default.php:363 app/skins/single/m1.php:169
313
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
314
  msgid "Category"
315
  msgstr "Catégorie"
316
 
317
  #: app/features/events.php:153 app/features/fes/form.php:510
318
- #: app/features/mec.php:300 app/features/mec/meta_boxes/filter.php:70
319
- #: app/libraries/main.php:4232
320
  msgid "Categories"
321
  msgstr "Catégories"
322
 
@@ -388,17 +388,17 @@ msgstr ""
388
  msgid "Event Details"
389
  msgstr "Détails"
390
 
391
- #: app/features/events.php:296 app/features/events.php:1984
392
- #: app/features/events.php:2028 app/features/fes/form.php:471
393
  #: app/features/ix.php:2719 app/features/ix.php:2760
394
- #: app/features/mec/settings.php:983 app/libraries/main.php:4265
395
  #: app/widgets/single.php:103
396
  msgid "Event Cost"
397
  msgstr "Tarif de l'événement"
398
 
399
  #: app/features/events.php:299 app/features/fes/form.php:474
400
- #: app/libraries/main.php:4266 app/skins/single/default.php:91
401
- #: app/skins/single/default.php:298 app/skins/single/m1.php:49
402
  #: app/skins/single/modern.php:184
403
  msgid "Cost"
404
  msgstr "Tarif"
@@ -422,11 +422,11 @@ msgstr "Nom"
422
  #: app/features/fes/form.php:429 app/features/mec/regform.php:137
423
  #: app/features/organizers.php:110 app/features/organizers.php:150
424
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
425
- #: app/features/speakers.php:179 app/libraries/main.php:1082
426
- #: app/libraries/main.php:1163 app/libraries/main.php:2134
427
  #: app/libraries/notifications.php:560 app/modules/booking/steps/form.php:31
428
  #: app/modules/booking/steps/form.php:32 app/skins/single.php:216
429
- #: app/skins/single/default.php:198 app/skins/single/default.php:405
430
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
431
  #: app/skins/single/modern.php:38
432
  msgid "Email"
@@ -437,8 +437,8 @@ msgid "Date and Time"
437
  msgstr "Date et heure"
438
 
439
  #: app/features/events.php:389 app/features/events.php:393
440
- #: app/features/events.php:1805 app/features/events.php:1984
441
- #: app/features/events.php:2028 app/features/fes/form.php:227
442
  #: app/features/fes/form.php:231 app/features/ix.php:2719
443
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
444
  #: app/features/mec/dashboard.php:298
@@ -473,8 +473,8 @@ msgid "PM"
473
  msgstr "de l'après midi"
474
 
475
  #: app/features/events.php:429 app/features/events.php:433
476
- #: app/features/events.php:1806 app/features/events.php:1984
477
- #: app/features/events.php:2028 app/features/fes/form.php:267
478
  #: app/features/fes/form.php:271 app/features/ix.php:2719
479
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
480
  #: app/features/mec/dashboard.php:299
@@ -498,9 +498,13 @@ msgid "Time Comment"
498
  msgstr "Commentaire sur l'horaire"
499
 
500
  #: app/features/events.php:479 app/features/fes/form.php:317
 
 
 
 
501
  msgid ""
502
- "It shows next to event time on calendar. You can insert Timezone etc. in "
503
- "this field."
504
  msgstr ""
505
  "Ce commentaire s'affiche à droite de l'heure de l'événement. Vous pouvez "
506
  "insérer y insérer un fuseau horaire etc ..."
@@ -562,37 +566,37 @@ msgid "Week Days"
562
  msgstr "Jours de la semaine"
563
 
564
  #: app/features/events.php:507 app/features/fes/form.php:345
565
- #: app/libraries/main.php:403
566
  msgid "Monday"
567
  msgstr "Lundi"
568
 
569
  #: app/features/events.php:508 app/features/fes/form.php:346
570
- #: app/libraries/main.php:403
571
  msgid "Tuesday"
572
  msgstr "Mardi"
573
 
574
  #: app/features/events.php:509 app/features/fes/form.php:347
575
- #: app/libraries/main.php:403
576
  msgid "Wednesday"
577
  msgstr "Mercredi"
578
 
579
  #: app/features/events.php:510 app/features/fes/form.php:348
580
- #: app/libraries/main.php:403
581
  msgid "Thursday"
582
  msgstr "Jeudi"
583
 
584
  #: app/features/events.php:511 app/features/fes/form.php:349
585
- #: app/libraries/main.php:403
586
  msgid "Friday"
587
  msgstr "Vendredi"
588
 
589
  #: app/features/events.php:512 app/features/fes/form.php:350
590
- #: app/libraries/main.php:403
591
  msgid "Saturday"
592
  msgstr "Samedi"
593
 
594
  #: app/features/events.php:513 app/features/fes/form.php:351
595
- #: app/libraries/main.php:403
596
  msgid "Sunday"
597
  msgstr "Dimanche"
598
 
@@ -657,10 +661,10 @@ msgid "Exclude certain days"
657
  msgstr "Exclure certains jours"
658
 
659
  #: app/features/events.php:591 app/features/fes/form.php:356
660
- #: app/features/profile/profile.php:31 app/libraries/main.php:1649
661
  #: app/modules/booking/steps/tickets.php:22
662
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
663
- #: app/skins/single/default.php:262 app/skins/single/m1.php:16
664
  #: app/skins/single/modern.php:151
665
  msgid "Date"
666
  msgstr "Date"
@@ -673,7 +677,7 @@ msgstr "Exclure certains jours des dates de l'événement ."
673
  msgid "Day 1"
674
  msgstr ""
675
 
676
- #: app/features/events.php:650 app/features/mec/settings.php:1037
677
  #: app/skins/single.php:246
678
  msgid "Hourly Schedule"
679
  msgstr "Programme"
@@ -696,11 +700,11 @@ msgstr ""
696
  #: app/features/events.php:663 app/features/events.php:676
697
  #: app/features/events.php:696 app/features/events.php:718
698
  #: app/features/events.php:734 app/features/events.php:1156
699
- #: app/features/events.php:1178 app/features/events.php:1802
700
- #: app/features/events.php:1984 app/features/events.php:2028
701
  #: app/features/fes/form.php:216 app/features/ix.php:2719
702
- #: app/features/ix.php:2760 app/features/mec/settings.php:1299
703
- #: app/features/mec/settings.php:1319 app/features/mec/styling.php:199
704
  msgid "Title"
705
  msgstr "Titre"
706
 
@@ -711,14 +715,14 @@ msgstr "Titre"
711
  #: app/features/events.php:1013 app/features/events.php:1030
712
  #: app/features/events.php:1089 app/features/events.php:1114
713
  #: app/features/events.php:1167 app/features/events.php:1189
714
- #: app/features/fes/list.php:72 app/features/mec/settings.php:1248
715
- #: app/features/mec/settings.php:1271 app/features/mec/settings.php:1310
716
- #: app/features/mec/settings.php:1330 app/libraries/main.php:2113
717
- #: app/libraries/main.php:2142 app/libraries/main.php:2171
718
- #: app/libraries/main.php:2200 app/libraries/main.php:2222
719
- #: app/libraries/main.php:2253 app/libraries/main.php:2297
720
- #: app/libraries/main.php:2341 app/libraries/main.php:2388
721
- #: app/libraries/main.php:2426
722
  msgid "Remove"
723
  msgstr "Supprimer"
724
 
@@ -744,9 +748,9 @@ msgstr "Description"
744
 
745
  #: app/features/events.php:681 app/features/events.php:701
746
  #: app/features/events.php:739 app/features/fes/form.php:603
747
- #: app/features/mec.php:308 app/features/mec/settings.php:78
748
- #: app/features/mec/settings.php:1031 app/features/speakers.php:57
749
- #: app/libraries/main.php:4240 app/modules/speakers/details.php:18
750
  msgid "Speakers"
751
  msgstr ""
752
 
@@ -755,12 +759,12 @@ msgid "Day :dd:"
755
  msgstr ""
756
 
757
  #: app/features/events.php:766 app/features/fes/form.php:448
758
- #: app/features/mec/settings.php:977
759
  msgid "Event Links"
760
  msgstr "Liens de l'évenements"
761
 
762
  #: app/features/events.php:768 app/features/fes/form.php:450
763
- #: app/libraries/main.php:4263
764
  msgid "Event Link"
765
  msgstr "Lien de l'événement"
766
 
@@ -776,8 +780,8 @@ msgid ""
776
  msgstr "Lien principal. Affiché sur la page de l'événement"
777
 
778
  #: app/features/events.php:773 app/features/fes/form.php:455
779
- #: app/libraries/main.php:4264 app/skins/single/default.php:105
780
- #: app/skins/single/default.php:312 app/skins/single/m1.php:190
781
  #: app/skins/single/m2.php:123 app/skins/single/modern.php:120
782
  #: app/widgets/single.php:107
783
  msgid "More Info"
@@ -817,7 +821,7 @@ msgid "100"
817
  msgstr "100"
818
 
819
  #: app/features/events.php:836 app/libraries/book.php:60
820
- #: app/libraries/main.php:4268 app/modules/booking/steps/tickets.php:40
821
  msgid "Tickets"
822
  msgstr "Billets"
823
 
@@ -833,13 +837,13 @@ msgid "Ticket Name"
833
  msgstr "Nom du billet"
834
 
835
  #: app/features/events.php:854 app/features/events.php:957
836
- #: app/features/events.php:1984 app/features/events.php:2028
837
  #: app/features/ix.php:2719 app/features/ix.php:2760
838
  msgid "Start Time"
839
  msgstr "Début"
840
 
841
  #: app/features/events.php:872 app/features/events.php:975
842
- #: app/features/events.php:1984 app/features/events.php:2028
843
  #: app/features/ix.php:2719 app/features/ix.php:2760
844
  msgid "End Time"
845
  msgstr "Fin"
@@ -847,8 +851,8 @@ msgstr "Fin"
847
  #: app/features/events.php:895 app/features/events.php:924
848
  #: app/features/events.php:938 app/features/events.php:998
849
  #: app/features/events.php:1028 app/features/events.php:1160
850
- #: app/features/events.php:1182 app/features/mec/settings.php:1303
851
- #: app/features/mec/settings.php:1323
852
  msgid "Price"
853
  msgstr "Tarif"
854
 
@@ -885,7 +889,7 @@ msgstr "Libellé du prix"
885
  #: app/features/mec/meta_boxes/search_form.php:313
886
  #: app/features/mec/meta_boxes/search_form.php:353
887
  #: app/features/mec/meta_boxes/search_form.php:400
888
- #: app/features/mec/meta_boxes/search_form.php:447 app/libraries/skins.php:789
889
  msgid "Label"
890
  msgstr "Label"
891
 
@@ -899,17 +903,17 @@ msgid "Inherit from global options"
899
  msgstr "Hériter des options globales"
900
 
901
  #: app/features/events.php:1075 app/features/events.php:1100
902
- #: app/features/mec/settings.php:1234 app/features/mec/settings.php:1257
903
  msgid "Fee Title"
904
  msgstr "Titre"
905
 
906
  #: app/features/events.php:1079 app/features/events.php:1104
907
- #: app/features/mec/settings.php:1238 app/features/mec/settings.php:1261
908
  msgid "Amount"
909
  msgstr "Montant"
910
 
911
  #: app/features/events.php:1080 app/features/events.php:1105
912
- #: app/features/mec/settings.php:1239 app/features/mec/settings.php:1262
913
  msgid ""
914
  "Fee amount, considered as fixed amount if you set the type to amount "
915
  "otherwise considered as percentage"
@@ -918,67 +922,67 @@ msgstr ""
918
  "considéré comme pourcentage à ajouter au prix"
919
 
920
  #: app/features/events.php:1084 app/features/events.php:1109
921
- #: app/features/mec/settings.php:1243 app/features/mec/settings.php:1266
922
  msgid "Percent"
923
  msgstr "Pourcentage"
924
 
925
  #: app/features/events.php:1085 app/features/events.php:1110
926
- #: app/features/mec/settings.php:1244 app/features/mec/settings.php:1267
927
  msgid "Amount (Per Ticket)"
928
  msgstr "Montant (par Billet)"
929
 
930
  #: app/features/events.php:1086 app/features/events.php:1111
931
- #: app/features/mec/settings.php:1245 app/features/mec/settings.php:1268
932
  msgid "Amount (Per Booking)"
933
  msgstr "Montant (par réservation)"
934
 
935
- #: app/features/events.php:1140 app/features/mec/settings.php:1055
936
  msgid "Ticket Variations / Options"
937
  msgstr ""
938
 
939
  #: app/features/events.php:1161 app/features/events.php:1183
940
- #: app/features/mec/settings.php:1304 app/features/mec/settings.php:1324
941
  #, fuzzy
942
  #| msgid "Option"
943
  msgid "Option Price"
944
  msgstr "Option"
945
 
946
  #: app/features/events.php:1164 app/features/events.php:1186
947
- #: app/features/mec/settings.php:1307 app/features/mec/settings.php:1327
948
  #, fuzzy
949
  #| msgid "Amount (Per Ticket)"
950
  msgid "Maximum Per Ticket"
951
  msgstr "Montant (par Billet)"
952
 
953
  #: app/features/events.php:1165 app/features/events.php:1187
954
- #: app/features/mec/settings.php:1308 app/features/mec/settings.php:1328
955
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
956
  msgstr ""
957
 
958
  #: app/features/events.php:1249 app/features/mec/regform.php:136
959
- #: app/libraries/main.php:2105
960
  msgid "Text"
961
  msgstr "Texte"
962
 
963
  #: app/features/events.php:1251 app/features/mec/regform.php:138
964
  #: app/features/organizers.php:102 app/features/organizers.php:146
965
  #: app/features/speakers.php:111 app/features/speakers.php:175
966
- #: app/features/speakers.php:244 app/libraries/main.php:2163
967
  msgid "Tel"
968
  msgstr "Téléphone"
969
 
970
  #: app/features/events.php:1252 app/features/mec/regform.php:139
971
- #: app/libraries/main.php:2192
972
  msgid "Textarea"
973
  msgstr "Zone de texte"
974
 
975
  #: app/features/events.php:1253 app/features/mec/regform.php:140
976
- #: app/libraries/main.php:2245
977
  msgid "Checkboxes"
978
  msgstr "Boîtes à cocher"
979
 
980
  #: app/features/events.php:1254 app/features/mec/regform.php:141
981
- #: app/libraries/main.php:2289
982
  msgid "Radio Buttons"
983
  msgstr "Boutons Radio"
984
 
@@ -1028,40 +1032,40 @@ msgstr "Boutons Radio"
1028
  #: app/features/mec/meta_boxes/search_form.php:443
1029
  #: app/features/mec/meta_boxes/search_form.php:450
1030
  #: app/features/mec/meta_boxes/search_form.php:457
1031
- #: app/features/mec/regform.php:142 app/libraries/main.php:2333
1032
  msgid "Dropdown"
1033
  msgstr "Menu déroulant"
1034
 
1035
  #: app/features/events.php:1256 app/features/mec/regform.php:143
1036
- #: app/libraries/main.php:2380
1037
  msgid "Agreement"
1038
  msgstr ""
1039
 
1040
  #: app/features/events.php:1257 app/features/mec/regform.php:144
1041
- #: app/libraries/main.php:2221
1042
  msgid "Paragraph"
1043
  msgstr "Paragraphe"
1044
 
1045
- #: app/features/events.php:1748 app/features/events.php:1763
1046
- #: app/features/events.php:1777
1047
  #, php-format
1048
  msgid "Show all %s"
1049
  msgstr "Afficher tous les %s"
1050
 
1051
- #: app/features/events.php:1748
1052
  msgid "labels"
1053
  msgstr "labels"
1054
 
1055
- #: app/features/events.php:1763
1056
  msgid "locations"
1057
  msgstr "lieux"
1058
 
1059
- #: app/features/events.php:1777
1060
  msgid "organizers"
1061
  msgstr "organisateurs"
1062
 
1063
- #: app/features/events.php:1803 app/features/events.php:1984
1064
- #: app/features/events.php:2028 app/features/ix.php:2719
1065
  #: app/features/ix.php:2760 app/features/locations.php:58
1066
  #: app/features/locations.php:229 app/features/locations.php:281
1067
  #: app/features/locations.php:283
@@ -1074,16 +1078,16 @@ msgstr "organisateurs"
1074
  #: app/features/mec/meta_boxes/search_form.php:299
1075
  #: app/features/mec/meta_boxes/search_form.php:339
1076
  #: app/features/mec/meta_boxes/search_form.php:386
1077
- #: app/features/mec/meta_boxes/search_form.php:433 app/libraries/main.php:1643
1078
- #: app/libraries/main.php:4237 app/libraries/skins.php:737
1079
- #: app/skins/single/default.php:141 app/skins/single/default.php:348
1080
  #: app/skins/single/m1.php:154 app/skins/single/m2.php:86
1081
  #: app/skins/single/modern.php:83
1082
  msgid "Location"
1083
  msgstr "Lieu"
1084
 
1085
- #: app/features/events.php:1804 app/features/events.php:1984
1086
- #: app/features/events.php:2028 app/features/ix.php:2719
1087
  #: app/features/ix.php:2760 app/features/mec/meta_boxes/display_options.php:662
1088
  #: app/features/mec/meta_boxes/search_form.php:45
1089
  #: app/features/mec/meta_boxes/search_form.php:92
@@ -1096,63 +1100,63 @@ msgstr "Lieu"
1096
  #: app/features/mec/meta_boxes/search_form.php:440
1097
  #: app/features/organizers.php:58 app/features/organizers.php:199
1098
  #: app/features/organizers.php:255 app/features/organizers.php:257
1099
- #: app/libraries/main.php:4239 app/libraries/skins.php:763
1100
- #: app/skins/single/default.php:181 app/skins/single/default.php:388
1101
  #: app/skins/single/m1.php:90 app/skins/single/m2.php:22
1102
  #: app/skins/single/modern.php:21
1103
  msgid "Organizer"
1104
  msgstr "Organisateur"
1105
 
1106
- #: app/features/events.php:1808
1107
  msgid "Repeat"
1108
  msgstr "Répetition"
1109
 
1110
- #: app/features/events.php:1809
1111
  msgid "Author"
1112
  msgstr "Auteur"
1113
 
1114
- #: app/features/events.php:1919 app/features/events.php:1920
1115
  msgid "iCal Export"
1116
  msgstr "Exporter vers iCal"
1117
 
1118
- #: app/features/events.php:1922 app/features/events.php:1923
1119
  msgid "CSV Export"
1120
  msgstr "Exporter en CSV"
1121
 
1122
- #: app/features/events.php:1925 app/features/events.php:1926
1123
  msgid "MS Excel Export"
1124
  msgstr "Exporter en Microsoft Excel"
1125
 
1126
- #: app/features/events.php:1928 app/features/events.php:1929
1127
  msgid "XML Export"
1128
  msgstr "Exporter en XML"
1129
 
1130
- #: app/features/events.php:1931 app/features/events.php:1932
1131
  msgid "JSON Export"
1132
  msgstr "Exporter en JSON"
1133
 
1134
- #: app/features/events.php:1934 app/features/events.php:1935
1135
  msgid "Duplicate"
1136
  msgstr "Dupliquer"
1137
 
1138
- #: app/features/events.php:1984 app/features/events.php:2028
1139
  #: app/features/ix.php:2719 app/features/ix.php:2760
1140
  #: app/features/labels.php:176 app/features/locations.php:228
1141
  #: app/features/organizers.php:198 app/features/speakers.php:241
1142
  msgid "ID"
1143
  msgstr "ID"
1144
 
1145
- #: app/features/events.php:1984 app/features/events.php:2028
1146
  #: app/features/ix.php:2719 app/features/ix.php:2760
1147
  msgid "Link"
1148
  msgstr "Lien"
1149
 
1150
- #: app/features/events.php:1984 app/features/events.php:2028
1151
  #, php-format
1152
  msgid "%s Tel"
1153
  msgstr "%s Téléphone"
1154
 
1155
- #: app/features/events.php:1984 app/features/events.php:2028
1156
  #, fuzzy, php-format
1157
  msgid "%s Email"
1158
  msgstr "%s mail"
@@ -1199,11 +1203,11 @@ msgstr "Captcha invalide ! Meci de réessayer."
1199
  msgid "Please fill event title field!"
1200
  msgstr "Merci de renseigner le champs Titre de l'événement !"
1201
 
1202
- #: app/features/fes.php:795
1203
  msgid "The event submitted. It will publish as soon as possible."
1204
  msgstr "Événement soumis. Il sera publié dans les plus brefs délais."
1205
 
1206
- #: app/features/fes.php:796
1207
  msgid "The event published."
1208
  msgstr "Événement Publié."
1209
 
@@ -1227,7 +1231,7 @@ msgstr "votre@email.fr"
1227
  msgid "eg. John Smith"
1228
  msgstr "ex : Surnom"
1229
 
1230
- #: app/features/fes/form.php:488 app/features/mec/settings.php:989
1231
  msgid "Featured Image"
1232
  msgstr "Image Principale"
1233
 
@@ -1236,14 +1240,14 @@ msgid "Remove Image"
1236
  msgstr "Supprimer l'image"
1237
 
1238
  #: app/features/fes/form.php:535 app/features/labels.php:61
1239
- #: app/features/labels.php:220 app/features/mec.php:301
1240
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4234
1241
- #: app/skins/single/default.php:120 app/skins/single/default.php:327
1242
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:199
1243
  msgid "Labels"
1244
  msgstr "Labels"
1245
 
1246
- #: app/features/fes/form.php:580 app/features/mec.php:299
1247
  #: app/features/mec/meta_boxes/filter.php:138
1248
  msgid "Tags"
1249
  msgstr "Étiquettes"
@@ -1281,7 +1285,7 @@ msgstr "M.E.C. - Importer / Exporter"
1281
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1282
  #: app/features/mec/notifications.php:76 app/features/mec/regform.php:75
1283
  #: app/features/mec/settings.php:249 app/features/mec/styles.php:77
1284
- #: app/features/mec/styling.php:104 app/features/mec/support.php:73
1285
  msgid "Import / Export"
1286
  msgstr "Importer/Exporter"
1287
 
@@ -1454,7 +1458,7 @@ msgid ""
1454
  "This will export all of your website events' data into your desired format."
1455
  msgstr "Ceci va exporter toutes les données d'évènements au format choisi."
1456
 
1457
- #: app/features/ix/export.php:25 app/features/mec/settings.php:790
1458
  msgid "iCal"
1459
  msgstr "iCal"
1460
 
@@ -1565,7 +1569,7 @@ msgstr "Basculer"
1565
  msgid "Add to Google Calendar"
1566
  msgstr "Ajouter à Google Agenda"
1567
 
1568
- #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1480
1569
  msgid "Checking ..."
1570
  msgstr "Vérification..."
1571
 
@@ -1611,10 +1615,10 @@ msgstr ""
1611
  msgid "ICS Feed"
1612
  msgstr ""
1613
 
1614
- #: app/features/ix/import.php:46 app/features/mec/settings.php:671
1615
- #: app/features/mec/settings.php:821 app/features/mec/settings.php:839
1616
- #: app/features/mec/settings.php:1111 app/features/mec/settings.php:1201
1617
- #: app/features/mec/settings.php:1218 app/features/mec/settings.php:1283
1618
  #, php-format
1619
  msgid "%s is required to use this feature."
1620
  msgstr ""
@@ -1626,10 +1630,10 @@ msgstr ""
1626
  #: app/features/mec/meta_boxes/display_options.php:578
1627
  #: app/features/mec/meta_boxes/display_options.php:628
1628
  #: app/features/mec/meta_boxes/display_options.php:766
1629
- #: app/features/mec/settings.php:671 app/features/mec/settings.php:821
1630
- #: app/features/mec/settings.php:839 app/features/mec/settings.php:1111
1631
- #: app/features/mec/settings.php:1201 app/features/mec/settings.php:1218
1632
- #: app/features/mec/settings.php:1283 app/libraries/skins.php:249
1633
  #, fuzzy
1634
  #| msgid "Modern Events Calendar"
1635
  msgid "Pro version of Modern Events Calendar"
@@ -1959,7 +1963,7 @@ msgstr ""
1959
 
1960
  #: app/features/labels.php:116 app/features/labels.php:141
1961
  #: app/skins/agenda/render.php:36 app/skins/available_spot/tpl.php:31
1962
- #: app/skins/carousel/render.php:44 app/skins/countdown/tpl.php:24
1963
  #: app/skins/cover/tpl.php:27 app/skins/daily_view/render.php:22
1964
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
1965
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
@@ -1973,8 +1977,8 @@ msgid "Featured"
1973
  msgstr "Image Principale"
1974
 
1975
  #: app/features/labels.php:117 app/features/labels.php:142
1976
- #: app/libraries/main.php:4427 app/skins/agenda/render.php:40
1977
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:48
1978
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:31
1979
  #: app/skins/daily_view/render.php:26 app/skins/grid/render.php:53
1980
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
@@ -2006,9 +2010,9 @@ msgstr "Identifiant de la catégorie."
2006
  msgid "Event %s"
2007
  msgstr "%s événement"
2008
 
2009
- #: app/features/locations.php:59 app/features/mec.php:302
2010
  #: app/features/mec/dashboard.php:171 app/features/mec/meta_boxes/filter.php:87
2011
- #: app/libraries/main.php:4236
2012
  msgid "Locations"
2013
  msgstr "Lieux"
2014
 
@@ -2079,7 +2083,7 @@ msgstr "Nom du Lieu"
2079
  msgid "eg. City Hall"
2080
  msgstr "Ex : La Source"
2081
 
2082
- #: app/features/locations.php:298 app/features/mec/settings.php:1019
2083
  #: app/widgets/single.php:115
2084
  msgid "Event Location"
2085
  msgstr "Lieu de l'événement"
@@ -2104,113 +2108,113 @@ msgstr "Choisir une image"
2104
  msgid "Don't show map in single event page"
2105
  msgstr "Ne pas afficher de carte pour cet événement"
2106
 
2107
- #: app/features/mec.php:142
2108
  msgid ""
2109
  "Activation faild. Please check your purchase code or license type."
2110
  "<br><b>Note: Your purchase code should match your licesne type.</b>"
2111
  msgstr ""
2112
 
2113
- #: app/features/mec.php:143
2114
  msgid "Troubleshooting"
2115
  msgstr ""
2116
 
2117
- #: app/features/mec.php:182
2118
  msgid ""
2119
  "Your options is not in JSON format. Please insert correct options in this "
2120
  "field and try again."
2121
  msgstr ""
2122
 
2123
- #: app/features/mec.php:187
2124
  #, fuzzy
2125
  #| msgid "Your booking cannot verify!"
2126
  msgid "Your options field can not be empty!"
2127
  msgstr "Votre réservation ne peut pas être vérifiée!"
2128
 
2129
- #: app/features/mec.php:191
2130
  #, fuzzy
2131
  #| msgid "Your booking successfully verified."
2132
  msgid "Your options imported successfuly."
2133
  msgstr "Votre réservation est vérifiée avec succès."
2134
 
2135
- #: app/features/mec.php:283
2136
  #, fuzzy
2137
  #| msgid "Support"
2138
  msgid "MEC - Support"
2139
  msgstr "Aide"
2140
 
2141
- #: app/features/mec.php:283 app/features/mec/gateways.php:84
2142
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2143
  #: app/features/mec/notifications.php:83 app/features/mec/regform.php:82
2144
  #: app/features/mec/settings.php:256 app/features/mec/styles.php:84
2145
- #: app/features/mec/styling.php:111 app/features/mec/support-page.php:9
2146
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2147
  msgid "Support"
2148
  msgstr "Aide"
2149
 
2150
- #: app/features/mec.php:303 app/features/mec/dashboard.php:178
2151
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2152
- #: app/libraries/main.php:4238
2153
  msgid "Organizers"
2154
  msgstr "Organisateurs"
2155
 
2156
- #: app/features/mec.php:311 app/features/mec.php:325
2157
  #: app/features/mec/dashboard.php:164
2158
  msgid "Shortcodes"
2159
  msgstr "Shortcodes"
2160
 
2161
- #: app/features/mec.php:312
2162
  msgid "MEC - Settings"
2163
  msgstr "Agenda - Paramètres"
2164
 
2165
- #: app/features/mec.php:327
2166
  msgid "Add Shortcode"
2167
  msgstr "Ajouter un Shortcode"
2168
 
2169
- #: app/features/mec.php:328
2170
  msgid "Add New Shortcode"
2171
  msgstr "Ajouter un nouveau Shortcode"
2172
 
2173
- #: app/features/mec.php:329
2174
  msgid "No shortcodes found!"
2175
  msgstr "Aucun shortcode trouvé !"
2176
 
2177
- #: app/features/mec.php:330
2178
  msgid "All Shortcodes"
2179
  msgstr "Tous les Shortcode"
2180
 
2181
- #: app/features/mec.php:331
2182
  msgid "Edit shortcodes"
2183
  msgstr "Modifier les shortcodes"
2184
 
2185
- #: app/features/mec.php:332
2186
  msgid "No shortcodes found in Trash!"
2187
  msgstr "Pas de shortcode dans la corbeille"
2188
 
2189
- #: app/features/mec.php:379
2190
  msgid "Display Options"
2191
  msgstr "Options d'affichage"
2192
 
2193
- #: app/features/mec.php:380
2194
  msgid "Filter Options"
2195
  msgstr "Options des filtres"
2196
 
2197
- #: app/features/mec.php:382
2198
  msgid "Search Form"
2199
  msgstr "Formulaire de Recherche"
2200
 
2201
- #: app/features/mec.php:709
2202
  msgid "Display content's images as Popup"
2203
  msgstr ""
2204
 
2205
- #: app/features/mec.php:722
2206
  msgid "Single Event Display Method"
2207
  msgstr "Méthode d'affichage"
2208
 
2209
- #: app/features/mec.php:727
2210
  msgid "Separate Window"
2211
  msgstr "Page séparé"
2212
 
2213
- #: app/features/mec.php:728
2214
  msgid "Modal 1"
2215
  msgstr "Pop-up"
2216
 
@@ -2270,7 +2274,7 @@ msgid ""
2270
  "code."
2271
  msgstr ""
2272
 
2273
- #: app/features/mec/dashboard.php:189 app/features/mec/settings.php:518
2274
  msgid "Upcoming Events"
2275
  msgstr "Prochains évenements"
2276
 
@@ -2319,10 +2323,32 @@ msgstr "Ventes totales (%s)"
2319
  msgid "Change Log"
2320
  msgstr "Journal des modifications"
2321
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2322
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2323
  #: app/features/mec/messages.php:56 app/features/mec/notifications.php:55
2324
  #: app/features/mec/regform.php:54 app/features/mec/settings.php:228
2325
- #: app/features/mec/styles.php:56 app/features/mec/styling.php:83
2326
  #: app/features/mec/support.php:52
2327
  msgid "Styling Options"
2328
  msgstr "Options de style"
@@ -2330,7 +2356,7 @@ msgstr "Options de style"
2330
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2331
  #: app/features/mec/messages.php:63 app/features/mec/notifications.php:62
2332
  #: app/features/mec/regform.php:61 app/features/mec/settings.php:235
2333
- #: app/features/mec/styles.php:63 app/features/mec/styling.php:90
2334
  #: app/features/mec/support.php:59
2335
  msgid "Custom CSS"
2336
  msgstr "Modifier le CSS"
@@ -2339,37 +2365,21 @@ msgstr "Modifier le CSS"
2339
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2340
  #: app/features/mec/notifications.php:69 app/features/mec/regform.php:68
2341
  #: app/features/mec/settings.php:242 app/features/mec/styles.php:70
2342
- #: app/features/mec/styling.php:97 app/features/mec/support.php:66
2343
  msgid "Messages"
2344
  msgstr "Messages"
2345
 
2346
- #: app/features/mec/gateways.php:111 app/features/mec/gateways.php:159
2347
- #: app/features/mec/gateways.php:169 app/features/mec/messages.php:11
2348
- #: app/features/mec/messages.php:118 app/features/mec/messages.php:161
2349
- #: app/features/mec/messages.php:170 app/features/mec/notifications.php:374
2350
- #: app/features/mec/notifications.php:436
2351
- #: app/features/mec/notifications.php:445 app/features/mec/regform.php:150
2352
- #: app/features/mec/regform.php:227 app/features/mec/regform.php:236
2353
- #: app/features/mec/settings.php:28 app/features/mec/settings.php:1406
2354
- #: app/features/mec/settings.php:1416 app/features/mec/settings.php:1497
2355
- #: app/features/mec/settings.php:1511 app/features/mec/styles.php:103
2356
- #: app/features/mec/styles.php:147 app/features/mec/styles.php:156
2357
- #: app/features/mec/styling.php:309 app/features/mec/styling.php:379
2358
- #: app/features/mec/styling.php:388
2359
- msgid "Save Changes"
2360
- msgstr "Sauvegarder"
2361
-
2362
- #: app/features/mec/gateways.php:138 app/features/mec/messages.php:145
2363
- #: app/features/mec/notifications.php:421 app/features/mec/regform.php:211
2364
- #: app/features/mec/settings.php:1475 app/features/mec/styles.php:131
2365
- #: app/features/mec/styling.php:362
2366
  msgid "Saved"
2367
  msgstr "Sauvegardé"
2368
 
2369
- #: app/features/mec/gateways.php:139 app/features/mec/messages.php:146
2370
- #: app/features/mec/notifications.php:422 app/features/mec/regform.php:212
2371
- #: app/features/mec/settings.php:1476 app/features/mec/styles.php:132
2372
- #: app/features/mec/styling.php:363
2373
  msgid "Settings Saved!"
2374
  msgstr ""
2375
 
@@ -2422,16 +2432,16 @@ msgstr "Apparence"
2422
  #: app/features/mec/meta_boxes/display_options.php:129
2423
  #: app/features/mec/meta_boxes/display_options.php:431
2424
  #: app/features/mec/meta_boxes/display_options.php:686
2425
- #: app/features/mec/settings.php:394 app/features/mec/settings.php:418
2426
- #: app/features/mec/settings.php:427 app/features/mec/settings.php:462
2427
- #: app/features/mec/settings.php:486 app/features/mec/settings.php:495
2428
  msgid "Classic"
2429
  msgstr "Classique"
2430
 
2431
  #: app/features/mec/meta_boxes/display_options.php:35
2432
  #: app/features/mec/meta_boxes/display_options.php:131
2433
- #: app/features/mec/settings.php:419 app/features/mec/settings.php:429
2434
- #: app/features/mec/settings.php:487 app/features/mec/settings.php:497
2435
  msgid "Minimal"
2436
  msgstr "Minimal"
2437
 
@@ -2441,20 +2451,20 @@ msgstr "Minimal"
2441
  #: app/features/mec/meta_boxes/display_options.php:433
2442
  #: app/features/mec/meta_boxes/display_options.php:585
2443
  #: app/features/mec/meta_boxes/display_options.php:688
2444
- #: app/features/mec/settings.php:396 app/features/mec/settings.php:409
2445
- #: app/features/mec/settings.php:420 app/features/mec/settings.php:430
2446
- #: app/features/mec/settings.php:464 app/features/mec/settings.php:477
2447
- #: app/features/mec/settings.php:488 app/features/mec/settings.php:498
2448
  msgid "Modern"
2449
  msgstr "Moderne"
2450
 
2451
  #: app/features/mec/meta_boxes/display_options.php:37
2452
- #: app/features/mec/settings.php:421 app/features/mec/settings.php:489
2453
  msgid "Standard"
2454
  msgstr "Standard"
2455
 
2456
  #: app/features/mec/meta_boxes/display_options.php:38
2457
- #: app/features/mec/settings.php:422 app/features/mec/settings.php:490
2458
  msgid "Accordion"
2459
  msgstr "Accordéon"
2460
 
@@ -2650,17 +2660,17 @@ msgstr "Afficher le séparateur de mois"
2650
  #: app/features/mec/meta_boxes/display_options.php:432
2651
  #: app/features/mec/meta_boxes/display_options.php:586
2652
  #: app/features/mec/meta_boxes/display_options.php:687
2653
- #: app/features/mec/settings.php:395 app/features/mec/settings.php:410
2654
- #: app/features/mec/settings.php:428 app/features/mec/settings.php:463
2655
- #: app/features/mec/settings.php:478 app/features/mec/settings.php:496
2656
  msgid "Clean"
2657
  msgstr "Propre"
2658
 
2659
  #: app/features/mec/meta_boxes/display_options.php:133
2660
  #: app/features/mec/meta_boxes/display_options.php:309
2661
  #: app/features/mec/meta_boxes/display_options.php:435
2662
- #: app/features/mec/settings.php:398 app/features/mec/settings.php:431
2663
- #: app/features/mec/settings.php:466 app/features/mec/settings.php:499
2664
  msgid "Simple"
2665
  msgstr "Simple"
2666
 
@@ -2671,8 +2681,8 @@ msgstr "Coloré"
2671
  #: app/features/mec/meta_boxes/display_options.php:135
2672
  #: app/features/mec/meta_boxes/display_options.php:308
2673
  #: app/features/mec/meta_boxes/display_options.php:434
2674
- #: app/features/mec/settings.php:397 app/features/mec/settings.php:433
2675
- #: app/features/mec/settings.php:465 app/features/mec/settings.php:501
2676
  msgid "Novel"
2677
  msgstr ""
2678
 
@@ -2695,7 +2705,6 @@ msgstr "Nombre d'événement affiché"
2695
  #: app/features/mec/meta_boxes/display_options.php:471
2696
  #: app/features/mec/meta_boxes/display_options.php:578
2697
  #: app/features/mec/meta_boxes/display_options.php:766
2698
- #: app/libraries/skins.php:249
2699
  #, php-format
2700
  msgid "%s is required to use this skin."
2701
  msgstr ""
@@ -2711,15 +2720,15 @@ msgstr "Vue par Défaut"
2711
 
2712
  #: app/features/mec/meta_boxes/display_options.php:297
2713
  #: app/features/mec/meta_boxes/display_options.php:314
2714
- #: app/libraries/main.php:326 app/libraries/main.php:1196
2715
- #: app/libraries/main.php:1221
2716
  msgid "List View"
2717
  msgstr "Vue liste"
2718
 
2719
  #: app/features/mec/meta_boxes/display_options.php:298
2720
  #: app/features/mec/meta_boxes/display_options.php:324
2721
- #: app/libraries/main.php:330 app/libraries/main.php:1190
2722
- #: app/libraries/main.php:1215
2723
  msgid "Yearly View"
2724
  msgstr ""
2725
 
@@ -2730,15 +2739,15 @@ msgstr "Vue Calendrier / Mensuelle"
2730
 
2731
  #: app/features/mec/meta_boxes/display_options.php:300
2732
  #: app/features/mec/meta_boxes/display_options.php:344
2733
- #: app/libraries/main.php:333 app/libraries/main.php:1192
2734
- #: app/libraries/main.php:1217
2735
  msgid "Weekly View"
2736
  msgstr "Vue Hebdomadaire"
2737
 
2738
  #: app/features/mec/meta_boxes/display_options.php:301
2739
  #: app/features/mec/meta_boxes/display_options.php:354
2740
- #: app/libraries/main.php:332 app/libraries/main.php:1193
2741
- #: app/libraries/main.php:1218
2742
  msgid "Daily View"
2743
  msgstr "Vue Quotidienne"
2744
 
@@ -3061,8 +3070,8 @@ msgstr "Afficher le champ de recherche"
3061
  #: app/features/mec/meta_boxes/search_form.php:449
3062
  #: app/features/mec/meta_boxes/search_form.php:456
3063
  #: app/features/mec/meta_boxes/search_form.php:463
3064
- #: app/features/mec/settings.php:317 app/features/mec/settings.php:530
3065
- #: app/features/mec/settings.php:714
3066
  msgid "Disabled"
3067
  msgstr "Désactivé"
3068
 
@@ -3353,7 +3362,7 @@ msgstr "Insérez plusieurs destinataires, séparés par une virgule."
3353
  msgid "Email/Booking verification link."
3354
  msgstr "Vérification des réservations."
3355
 
3356
- #: app/features/mec/notifications.php:196 app/features/mec/settings.php:1174
3357
  msgid "Booking Confirmation"
3358
  msgstr "Confirmation de réservation"
3359
 
@@ -3436,7 +3445,7 @@ msgstr "Titre de l'événement"
3436
  msgid "Status of event"
3437
  msgstr "Statut de l'événement"
3438
 
3439
- #: app/features/mec/notifications.php:362 app/features/mec/settings.php:1061
3440
  msgid "Event Note"
3441
  msgstr "Note sur l'événement"
3442
 
@@ -3448,97 +3457,85 @@ msgstr "Lien d'administration d'événements."
3448
  msgid "Archive Page Options"
3449
  msgstr ""
3450
 
3451
- #: app/features/mec/settings.php:96 app/features/mec/settings.php:779
3452
  msgid "Export Module Options"
3453
  msgstr "Options du Module d'Export"
3454
 
3455
- #: app/features/mec/settings.php:102 app/features/mec/settings.php:806
3456
  msgid "Local Time Module"
3457
  msgstr "Module d'Heure Locale"
3458
 
3459
- #: app/features/mec/settings.php:108 app/features/mec/settings.php:818
3460
  msgid "QR Code Module"
3461
  msgstr ""
3462
 
3463
- #: app/features/mec/settings.php:114 app/features/mec/settings.php:836
3464
  #: app/widgets/single.php:147
3465
  msgid "Weather Module"
3466
  msgstr ""
3467
 
3468
- #: app/features/mec/settings.php:144 app/features/mec/settings.php:1080
3469
  msgid "User Profile"
3470
  msgstr ""
3471
 
3472
- #: app/features/mec/settings.php:156 app/features/mec/settings.php:1098
3473
  #, fuzzy
3474
  msgid "Additional Organizers"
3475
  msgstr "Tous les organisateurs"
3476
 
3477
- #: app/features/mec/settings.php:174 app/features/mec/settings.php:1215
3478
  msgid "Taxes / Fees"
3479
  msgstr "Taxes et frais"
3480
 
3481
- #: app/features/mec/settings.php:180 app/features/mec/settings.php:1280
3482
  msgid "Ticket Variations & Options"
3483
  msgstr ""
3484
 
3485
  #: app/features/mec/settings.php:276
3486
- msgid "Time Format"
3487
- msgstr "Format d'heure"
3488
-
3489
- #: app/features/mec/settings.php:279
3490
- msgid "12 hours format with AM/PM"
3491
- msgstr "Affichage sur 12 heures avec \"du matin\" / \"de l'après midi\""
3492
-
3493
- #: app/features/mec/settings.php:280
3494
- msgid "24 hours format"
3495
- msgstr "Affichage sur 24 heures"
3496
-
3497
- #: app/features/mec/settings.php:282 app/features/mec/settings.php:295
3498
- msgid ""
3499
- "This option is for showing start/end time of events on frontend of website."
3500
- msgstr ""
3501
- "Cette option sert à montrer le temps de début/fin, des événements sur "
3502
- "l'affichage du site"
3503
-
3504
- #: app/features/mec/settings.php:287
3505
  msgid "Hide Events"
3506
  msgstr "Cacher l'évenements"
3507
 
3508
- #: app/features/mec/settings.php:290
3509
  msgid "On Event Start"
3510
  msgstr "Au début de l'événement"
3511
 
3512
- #: app/features/mec/settings.php:291
3513
  msgid "+1 Hour after start"
3514
  msgstr "1 Heure après le début"
3515
 
3516
- #: app/features/mec/settings.php:292
3517
  msgid "+2 Hours after start"
3518
  msgstr "2 Heures après le début"
3519
 
3520
- #: app/features/mec/settings.php:293
3521
  msgid "On Event End"
3522
  msgstr "À la fin de l'événement"
3523
 
3524
- #: app/features/mec/settings.php:301
 
 
 
 
 
 
 
3525
  msgid "Multiple Day Events"
3526
  msgstr "Événements à Dates Multiples"
3527
 
3528
- #: app/features/mec/settings.php:304
3529
  msgid "Show only first day on List/Grid/Slider skins"
3530
  msgstr ""
3531
  "Afficher uniquement le premier jour sous forme de Liste/Grille/Carrousel"
3532
 
3533
- #: app/features/mec/settings.php:305
3534
  msgid "Show only first day on all skins"
3535
  msgstr "Afficher uniquement le premier jour sur tous les styles"
3536
 
3537
- #: app/features/mec/settings.php:306
3538
  msgid "Show all days"
3539
  msgstr "Afficher tous les jours"
3540
 
3541
- #: app/features/mec/settings.php:308
3542
  msgid ""
3543
  "For showing all days of multiple day events on frontend or only show the "
3544
  "first day."
@@ -3546,122 +3543,122 @@ msgstr ""
3546
  "Pour afficher toutes les dates d'un événement de plusieurs jours sur le "
3547
  "frontend ou seulement afficher le premier jour."
3548
 
3549
- #: app/features/mec/settings.php:314
3550
  msgid "Remove MEC Data on Plugin Uninstall"
3551
  msgstr "Retirer les données de M.E.C. lors de la désinstallation"
3552
 
3553
- #: app/features/mec/settings.php:318
3554
  msgid "Enabled"
3555
  msgstr "Activé"
3556
 
3557
- #: app/features/mec/settings.php:324
3558
  msgid "Exclude Date Suffix"
3559
  msgstr "Retiré les suffixes de dates "
3560
 
3561
- #: app/features/mec/settings.php:327
3562
  msgid "Remove suffix from calendars"
3563
  msgstr "Retirer les suffixes de date des Calendriers"
3564
 
3565
- #: app/features/mec/settings.php:334 app/libraries/main.php:4245
3566
  msgid "Weekdays"
3567
  msgstr "Jours de la Semaine"
3568
 
3569
- #: app/features/mec/settings.php:342
3570
  msgid ""
3571
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
3572
  "and Friday."
3573
  msgstr "Attention : Par défaut Lundi, Mardi, Mercredi, Jeudi, Vendredi."
3574
 
3575
- #: app/features/mec/settings.php:349
3576
  msgid "Weekends"
3577
  msgstr "Jour du Week End"
3578
 
3579
- #: app/features/mec/settings.php:357
3580
  msgid "Proceed with caution. Default is set to Saturday and Sunday."
3581
  msgstr "Attention : Par défaut Samedi et Dimanche ."
3582
 
3583
- #: app/features/mec/settings.php:365
3584
  msgid "Archive Pages"
3585
  msgstr ""
3586
 
3587
- #: app/features/mec/settings.php:368
3588
  msgid "Archive Page Title"
3589
  msgstr "Titre de la page archive"
3590
 
3591
- #: app/features/mec/settings.php:371
3592
  msgid "Default value is Events"
3593
  msgstr "La valeur par défaut est \"Events\""
3594
 
3595
- #: app/features/mec/settings.php:376
3596
  msgid "Archive Page Skin"
3597
  msgstr "Style de la page des archives"
3598
 
3599
- #: app/features/mec/settings.php:384
3600
  #, fuzzy
3601
  #| msgid "Edit shortcodes"
3602
  msgid "Put shortcode..."
3603
  msgstr "Modifier les shortcodes"
3604
 
3605
- #: app/features/mec/settings.php:387 app/features/mec/settings.php:402
3606
- #: app/features/mec/settings.php:405 app/features/mec/settings.php:414
3607
- #: app/features/mec/settings.php:440 app/features/mec/settings.php:455
3608
- #: app/features/mec/settings.php:470 app/features/mec/settings.php:473
3609
- #: app/features/mec/settings.php:482 app/features/mec/settings.php:508
3610
  #, fuzzy
3611
  #| msgid "The event is ongoing."
3612
  msgid "There is no skins"
3613
  msgstr "L'événement est en cours."
3614
 
3615
- #: app/features/mec/settings.php:390 app/features/mec/settings.php:458
3616
- #: app/features/mec/settings.php:583
3617
  msgid "Modern Style"
3618
  msgstr "Style moderne"
3619
 
3620
- #: app/features/mec/settings.php:432 app/features/mec/settings.php:500
3621
  #, fuzzy
3622
  #| msgid "Colorful"
3623
  msgid "colorful"
3624
  msgstr "Coloré"
3625
 
3626
- #: app/features/mec/settings.php:437 app/features/mec/settings.php:505
3627
  #, fuzzy
3628
  #| msgid "Plain Style"
3629
  msgid "Clean Style"
3630
  msgstr "Simple"
3631
 
3632
- #: app/features/mec/settings.php:442
3633
  msgid "Default value is Calendar/Monthly View"
3634
  msgstr "La valeur par défaut est Calendrier / Mensuel"
3635
 
3636
- #: app/features/mec/settings.php:447
3637
  msgid "Category Page Skin"
3638
  msgstr "Apparence page de catégorie"
3639
 
3640
- #: app/features/mec/settings.php:510
3641
  msgid "Default value is List View"
3642
  msgstr "La valeur par défaut est l'apparence \"liste\""
3643
 
3644
- #: app/features/mec/settings.php:515
3645
  msgid "Category Events Method"
3646
  msgstr ""
3647
 
3648
- #: app/features/mec/settings.php:519
3649
  msgid "Expired Events"
3650
  msgstr ""
3651
 
3652
- #: app/features/mec/settings.php:521
3653
  msgid "Default value is Upcoming Events"
3654
  msgstr ""
3655
 
3656
- #: app/features/mec/settings.php:526
3657
  msgid "Events Archive Status"
3658
  msgstr "Archivage des Événements"
3659
 
3660
- #: app/features/mec/settings.php:529
3661
  msgid "Enabled (Recommended)"
3662
  msgstr "Activé (Recommandé)"
3663
 
3664
- #: app/features/mec/settings.php:532
3665
  msgid ""
3666
  "If you disable it, then you should create a page as archive page of MEC. "
3667
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
@@ -3672,11 +3669,11 @@ msgstr ""
3672
  "E.C. . Aussi, cela désactivera également toutes les règles de réécriture de "
3673
  "M.E.C. ."
3674
 
3675
- #: app/features/mec/settings.php:542
3676
  msgid "Main Slug"
3677
  msgstr "Identifiant des événements"
3678
 
3679
- #: app/features/mec/settings.php:545
3680
  msgid ""
3681
  "Default value is events. Valid characters are lowercase a-z, - character and "
3682
  "numbers."
@@ -3684,11 +3681,11 @@ msgstr ""
3684
  "La valeur par défaut est events. Les caractères valides sont les lettres "
3685
  "minuscules (a-z) et les chiffres"
3686
 
3687
- #: app/features/mec/settings.php:549
3688
  msgid "Category Slug"
3689
  msgstr "Identifiant de la catégorie"
3690
 
3691
- #: app/features/mec/settings.php:552
3692
  msgid ""
3693
  "It's slug of MEC categories, you can change it to events-cat or something "
3694
  "else. Default value is mec-category. Valid characters are lowercase a-z, - "
@@ -3699,134 +3696,134 @@ msgstr ""
3699
  "category. Les caractères valides sont les lettres minuscules (a-z) et les "
3700
  "chiffres."
3701
 
3702
- #: app/features/mec/settings.php:562
3703
  msgid "Single Event Date Format"
3704
  msgstr "Format de date des événements"
3705
 
3706
- #: app/features/mec/settings.php:565 app/features/mec/settings.php:927
3707
  msgid "Default is M d Y"
3708
  msgstr "Par défaut : M d Y"
3709
 
3710
- #: app/features/mec/settings.php:569
3711
  msgid "Date Method"
3712
  msgstr "Méthode de date"
3713
 
3714
- #: app/features/mec/settings.php:572
3715
  msgid "Next occurrence date"
3716
  msgstr "Date de la prochaine occurence"
3717
 
3718
- #: app/features/mec/settings.php:573
3719
  msgid "Referred date"
3720
  msgstr "Date référée"
3721
 
3722
- #: app/features/mec/settings.php:575
3723
  msgid ""
3724
  "\"Referred date\" shows the event date based on referred date in event list."
3725
  msgstr ""
3726
  "\"Date Référée\" montre la date de l'événement basée sur la date référée "
3727
  "dans la liste d'événements."
3728
 
3729
- #: app/features/mec/settings.php:579
3730
  msgid "Single Event Style"
3731
  msgstr "Style de la page d'événement"
3732
 
3733
- #: app/features/mec/settings.php:582
3734
  msgid "Default Style"
3735
  msgstr "Style par défaut"
3736
 
3737
- #: app/features/mec/settings.php:585
3738
  msgid "Choose your single event style."
3739
  msgstr "Choisissez le style de votre page d'événement."
3740
 
3741
- #: app/features/mec/settings.php:589
3742
  #, fuzzy
3743
  #| msgid "Booking"
3744
  msgid "Booking Style"
3745
  msgstr "Réservation"
3746
 
3747
- #: app/features/mec/settings.php:592 app/features/mec/settings.php:703
3748
  msgid "Default"
3749
  msgstr "Par défaut"
3750
 
3751
- #: app/features/mec/settings.php:593
3752
  #, fuzzy
3753
  #| msgid "Modal 1"
3754
  msgid "Modal"
3755
  msgstr "Pop-up"
3756
 
3757
- #: app/features/mec/settings.php:595
3758
  #, fuzzy
3759
  #| msgid "Choose your single event style."
3760
  msgid "Choose your Booking style."
3761
  msgstr "Choisissez le style de votre page d'événement."
3762
 
3763
- #: app/features/mec/settings.php:603
3764
  msgid "Currency"
3765
  msgstr "Devise"
3766
 
3767
- #: app/features/mec/settings.php:613
3768
  msgid "Currency Sign"
3769
  msgstr "Symbole de la devise"
3770
 
3771
- #: app/features/mec/settings.php:616
3772
  msgid "Default value will be \"currency\" if you leave it empty."
3773
  msgstr "Si elle est vide, la valeur par défaut sera utilisée."
3774
 
3775
- #: app/features/mec/settings.php:620
3776
  msgid "Currency Position"
3777
  msgstr "Position du symbole de devise"
3778
 
3779
- #: app/features/mec/settings.php:623
3780
  msgid "Before $10"
3781
  msgstr "Avant €10"
3782
 
3783
- #: app/features/mec/settings.php:624
3784
  msgid "After 10$"
3785
  msgstr "Après 10€"
3786
 
3787
- #: app/features/mec/settings.php:629
3788
  msgid "Thousand Separator"
3789
  msgstr "Séparateur des milliers"
3790
 
3791
- #: app/features/mec/settings.php:635
3792
  msgid "Decimal Separator"
3793
  msgstr "Séparateur des décimales"
3794
 
3795
- #: app/features/mec/settings.php:645
3796
  msgid "No decimal"
3797
  msgstr "Pas de décimales"
3798
 
3799
- #: app/features/mec/settings.php:654
3800
  #, fuzzy
3801
  #| msgid "No Search Options"
3802
  msgid "Speakers Options"
3803
  msgstr "Aucune option de recherche"
3804
 
3805
- #: app/features/mec/settings.php:660
3806
  #, fuzzy
3807
  #| msgid "Enable taxes / fees module"
3808
  msgid "Enable speakers feature"
3809
  msgstr "Activer le module de taxes / frais"
3810
 
3811
- #: app/features/mec/settings.php:676
3812
  msgid "Show Google Maps on event page"
3813
  msgstr "Montrer la Carte sur les pages d'événement"
3814
 
3815
- #: app/features/mec/settings.php:681 app/features/mec/settings.php:849
3816
- #: app/features/mec/settings.php:1378
3817
  msgid "API Key"
3818
  msgstr "Clés API"
3819
 
3820
- #: app/features/mec/settings.php:684 app/features/mec/settings.php:1381
3821
- #: app/features/mec/settings.php:1388
3822
  msgid "Required!"
3823
  msgstr "Requis !"
3824
 
3825
- #: app/features/mec/settings.php:688
3826
  msgid "Zoom level"
3827
  msgstr "Niveau de Zoom"
3828
 
3829
- #: app/features/mec/settings.php:695
3830
  msgid ""
3831
  "For Google Maps module in single event page. In Google Maps skin, it will "
3832
  "caculate the zoom level automatically based on event boundaries."
@@ -3835,188 +3832,204 @@ msgstr ""
3835
  "calculera automatiquement le niveau de zoom en fonction de l'emplacement des "
3836
  "événements."
3837
 
3838
- #: app/features/mec/settings.php:699
3839
  msgid "Google Maps Style"
3840
  msgstr "Style de Google Map"
3841
 
3842
- #: app/features/mec/settings.php:711
3843
  msgid "Direction on single event"
3844
  msgstr "Adresse sur page d'Evénement"
3845
 
3846
- #: app/features/mec/settings.php:715
3847
  msgid "Simple Method"
3848
  msgstr "Méthode simple"
3849
 
3850
- #: app/features/mec/settings.php:716
3851
  msgid "Advanced Method"
3852
  msgstr "Méthode avancée"
3853
 
3854
- #: app/features/mec/settings.php:721
3855
  msgid "Lightbox Date Format"
3856
  msgstr "Format de Date de la Lightbox"
3857
 
3858
- #: app/features/mec/settings.php:724
3859
  msgid "Default value is M d Y"
3860
  msgstr "La valeur par défaut est M d Y"
3861
 
3862
- #: app/features/mec/settings.php:728
3863
  msgid "Google Maps API"
3864
  msgstr "Google Maps API"
3865
 
3866
- #: app/features/mec/settings.php:732
3867
  msgid "Don't load Google Maps API library"
3868
  msgstr "Ne pas charger la bibliothèque de l'API Google Maps"
3869
 
3870
- #: app/features/mec/settings.php:734
3871
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
3872
  msgstr ""
3873
  "Cochez-le uniquement si un autre plug-in / thème charge l'API Google Maps"
3874
 
3875
- #: app/features/mec/settings.php:746
3876
  msgid "Enable Google Recaptcha"
3877
  msgstr "Activer Google Recaptcha"
3878
 
3879
- #: app/features/mec/settings.php:753
3880
  msgid "Enable on booking form"
3881
  msgstr "Activer le formulaire de réservation"
3882
 
3883
- #: app/features/mec/settings.php:759
3884
  #, fuzzy
3885
  #| msgid "Enable on \"Frontend Event Submittion\" form"
3886
  msgid "Enable on \"Frontend Event Submission\" form"
3887
  msgstr "Activer le formulaire d'ajout d'événement"
3888
 
3889
- #: app/features/mec/settings.php:763
3890
  msgid "Site Key"
3891
  msgstr "Site Key"
3892
 
3893
- #: app/features/mec/settings.php:769
3894
  msgid "Secret Key"
3895
  msgstr "Clef secrète"
3896
 
3897
- #: app/features/mec/settings.php:783
3898
  msgid ""
3899
  "Show export module (iCal export and add to Google calendars) on event page"
3900
  msgstr ""
3901
  "Afficher module d'exportation (iCal export et ajouter des calendriers "
3902
  "Google) à la page de l'événement"
3903
 
3904
- #: app/features/mec/settings.php:790
3905
  msgid "Google Calendar"
3906
  msgstr "Google Calendar"
3907
 
3908
- #: app/features/mec/settings.php:810
3909
  msgid "Show event time based on local time of visitor on event page"
3910
  msgstr ""
3911
  "Afficher l'heure des événement en fonction de l'heure locale des visiteurs"
3912
 
3913
- #: app/features/mec/settings.php:826
3914
  msgid "Show QR code of event in details page and booking invoice"
3915
  msgstr ""
3916
 
3917
- #: app/features/mec/settings.php:844
3918
  msgid "Show weather module on event page"
3919
  msgstr ""
3920
 
3921
- #: app/features/mec/settings.php:852
3922
  #, php-format
3923
  msgid "You can get a free API Key from %s"
3924
  msgstr ""
3925
 
3926
- #: app/features/mec/settings.php:864
3927
  msgid "Show countdown module on event page"
3928
  msgstr "Afficher le module de compte à rebours sur la page de l'événement"
3929
 
3930
- #: app/features/mec/settings.php:869
3931
  msgid "Countdown Style"
3932
  msgstr "Style du compte à rebours"
3933
 
3934
- #: app/features/mec/settings.php:872
3935
  msgid "Plain Style"
3936
  msgstr "Simple"
3937
 
3938
- #: app/features/mec/settings.php:873
3939
  msgid "Flip Style"
3940
  msgstr "Horloge Flip-Flap"
3941
 
3942
- #: app/features/mec/settings.php:885
3943
  msgid "Show social network module"
3944
  msgstr "Afficher le Module de Réseau Social"
3945
 
3946
- #: app/features/mec/settings.php:910
3947
  msgid "Show next event module on event page"
3948
  msgstr "Afficher le module événement suivant sur la page d'un événement"
3949
 
3950
- #: app/features/mec/settings.php:915
3951
  msgid "Method"
3952
  msgstr "Méthode"
3953
 
3954
- #: app/features/mec/settings.php:918
3955
  msgid "Next Occurrence of Current Event"
3956
  msgstr "Prochaine occurrence de l'événement en cours"
3957
 
3958
- #: app/features/mec/settings.php:919
3959
  msgid "Next Occurrence of Other Events"
3960
  msgstr "Prochaine Occurrence de l'événement à venir"
3961
 
3962
- #: app/features/mec/settings.php:924 app/features/mec/settings.php:1121
3963
  msgid "Date Format"
3964
  msgstr "Format de date"
3965
 
3966
- #: app/features/mec/settings.php:936
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3967
  msgid "Events List Page"
3968
  msgstr "Page liste des événements"
3969
 
3970
- #: app/features/mec/settings.php:945 app/features/mec/settings.php:957
3971
  #, php-format
3972
  msgid "Put %s shortcode into the page."
3973
  msgstr "Mettez %s le shortcode de dans la page."
3974
 
3975
- #: app/features/mec/settings.php:948
3976
  msgid "Add/Edit Events Page"
3977
  msgstr "Ajouter/Éditer page d'événement"
3978
 
3979
- #: app/features/mec/settings.php:962
3980
  msgid "Enable event submission by guest (Not logged-in) users"
3981
  msgstr ""
3982
  "Activer l'inscription d’événements pour les utilisateurs invités (non "
3983
  "connecté)."
3984
 
3985
- #: app/features/mec/settings.php:969
3986
  msgid "Enable mandatory email and name for guest user"
3987
  msgstr "Activer la demande de Nom / Mail pour les utilisateurs invités"
3988
 
3989
- #: app/features/mec/settings.php:973
3990
  msgid "Frontend Event Submission Sections"
3991
  msgstr "Réglages du formulaire de Création d’Événements"
3992
 
3993
- #: app/features/mec/settings.php:995 app/widgets/single.php:119
3994
  msgid "Event Categories"
3995
  msgstr "Catégories de l'évènements"
3996
 
3997
- #: app/features/mec/settings.php:1001
3998
  msgid "Event Labels"
3999
  msgstr "Labels d'événement"
4000
 
4001
- #: app/features/mec/settings.php:1013
4002
  msgid "Event Tags"
4003
  msgstr "Étiquettes de l'évenement"
4004
 
4005
- #: app/features/mec/settings.php:1025 app/widgets/single.php:123
4006
  msgid "Event Organizer"
4007
  msgstr "Organisateur d'événements"
4008
 
4009
- #: app/features/mec/settings.php:1043
4010
  msgid "Booking Options"
4011
  msgstr "Options de Réservation"
4012
 
4013
- #: app/features/mec/settings.php:1049
4014
  #, fuzzy
4015
  #| msgid "Fees/Taxes Options"
4016
  msgid "Fees / Taxes Options"
4017
  msgstr "Options de Frais/Taxes"
4018
 
4019
- #: app/features/mec/settings.php:1063
4020
  #, php-format
4021
  msgid ""
4022
  "Users can put a note for editors while they're submitting the event. Also "
@@ -4027,42 +4040,42 @@ msgstr ""
4027
  "Ajouter %%event_note%% dans le formulaire de notification par mail pour les "
4028
  "recevoir."
4029
 
4030
- #: app/features/mec/settings.php:1067
4031
  msgid "Visibility of Note"
4032
  msgstr "Visibilité de la Note"
4033
 
4034
- #: app/features/mec/settings.php:1070
4035
  msgid "Always"
4036
  msgstr "Toujours"
4037
 
4038
- #: app/features/mec/settings.php:1071
4039
  msgid "While event is not published"
4040
  msgstr "Tant que l'événement n'est pas publié"
4041
 
4042
- #: app/features/mec/settings.php:1074
4043
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
4044
  msgstr ""
4045
  "La Note est visible sur le formulaire de soumission d'événement et dans le "
4046
  "menu d'édition d'un événement en backend."
4047
 
4048
- #: app/features/mec/settings.php:1082
4049
  #, php-format
4050
  msgid ""
4051
  "Put %s shortcode into your desired page. Then users are able to see history "
4052
  "of their bookings."
4053
  msgstr ""
4054
 
4055
- #: app/features/mec/settings.php:1087
4056
  msgid "Exceptional days"
4057
  msgstr "Journées Exceptionnelles"
4058
 
4059
- #: app/features/mec/settings.php:1091
4060
  msgid "Show exceptional days option on Add/Edit events page"
4061
  msgstr ""
4062
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
4063
  "la page d'un événement"
4064
 
4065
- #: app/features/mec/settings.php:1092
4066
  msgid ""
4067
  "Using this option you can include/exclude certain days to/from event "
4068
  "occurrence dates."
@@ -4070,7 +4083,7 @@ msgstr ""
4070
  "En utilisant cette option, vous pouvez inclure / exclure certains jours des "
4071
  "dates d'occurrence d'un événement."
4072
 
4073
- #: app/features/mec/settings.php:1102
4074
  #, fuzzy
4075
  msgid ""
4076
  "Show additional organizers option on Add/Edit events page and single event "
@@ -4079,27 +4092,27 @@ msgstr ""
4079
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
4080
  "la page d'un événement"
4081
 
4082
- #: app/features/mec/settings.php:1116
4083
  msgid "Enable booking module"
4084
  msgstr "Activer le module de réservation"
4085
 
4086
- #: app/features/mec/settings.php:1124
4087
  msgid "Default is Y-m-d"
4088
  msgstr "Par défaut: A-m-j"
4089
 
4090
- #: app/features/mec/settings.php:1128
4091
  msgid "Maximum Dates"
4092
  msgstr "Nb d'événements maximum"
4093
 
4094
- #: app/features/mec/settings.php:1130
4095
  msgid "Default is 6"
4096
  msgstr "Par défaut: 6"
4097
 
4098
- #: app/features/mec/settings.php:1134
4099
  msgid "Thank You Page"
4100
  msgstr "Page de Remerciement"
4101
 
4102
- #: app/features/mec/settings.php:1142
4103
  msgid ""
4104
  "User redirects to this page after booking. Leave it empty if you want to "
4105
  "disable it."
@@ -4107,95 +4120,95 @@ msgstr ""
4107
  "L'Utilisateur est redirigé vers cette page après avoir réservé. Laisser vide "
4108
  "pour désactiver."
4109
 
4110
- #: app/features/mec/settings.php:1150
4111
  msgid "Enable Express Attendees Form"
4112
  msgstr ""
4113
 
4114
- #: app/features/mec/settings.php:1152
4115
  msgid ""
4116
  "Users are able to apply first attendee information for other attendees in "
4117
  "the booking form."
4118
  msgstr ""
4119
 
4120
- #: app/features/mec/settings.php:1155
4121
  msgid "Email verification"
4122
  msgstr "Vérification de l’email"
4123
 
4124
- #: app/features/mec/settings.php:1161
4125
  msgid "Auto verification for free bookings"
4126
  msgstr "Vérification automatique pour les réservations gratuites"
4127
 
4128
- #: app/features/mec/settings.php:1170
4129
  msgid "Auto verification for paid bookings"
4130
  msgstr "Vérification automatique des réservations payées"
4131
 
4132
- #: app/features/mec/settings.php:1180
4133
  msgid "Auto confirmation for free bookings"
4134
  msgstr "Confirmation automatique pour les réservations gratuites"
4135
 
4136
- #: app/features/mec/settings.php:1189
4137
  msgid "Auto confirmation for paid bookings"
4138
  msgstr "Confirmation automatique pour les réservations payées"
4139
 
4140
- #: app/features/mec/settings.php:1206
4141
  msgid "Enable coupons module"
4142
  msgstr "Activer module de coupons"
4143
 
4144
- #: app/features/mec/settings.php:1223
4145
  msgid "Enable taxes / fees module"
4146
  msgstr "Activer le module de taxes / frais"
4147
 
4148
- #: app/features/mec/settings.php:1228
4149
  msgid "Add Fee"
4150
  msgstr "Ajouter frais"
4151
 
4152
- #: app/features/mec/settings.php:1288
4153
  #, fuzzy
4154
  #| msgid "Enable coupons module"
4155
  msgid "Enable ticket options module"
4156
  msgstr "Activer module de coupons"
4157
 
4158
- #: app/features/mec/settings.php:1293
4159
  msgid "Add Variation / Option"
4160
  msgstr ""
4161
 
4162
- #: app/features/mec/settings.php:1343
4163
  msgid "Enable BuddyPress Integration"
4164
  msgstr "Activer l'intégration de BuddyPress"
4165
 
4166
- #: app/features/mec/settings.php:1350
4167
  msgid "Show \"Attendees Module\" in event details page"
4168
  msgstr "Afficher le \"Module des Participants\" sur la page d'Évènements"
4169
 
4170
- #: app/features/mec/settings.php:1354
4171
  msgid "Attendees Limit"
4172
  msgstr "Limite de Participants"
4173
 
4174
- #: app/features/mec/settings.php:1362
4175
  msgid "Add booking activity to user profile"
4176
  msgstr "Ajouter les activités de réservation sur les profiles"
4177
 
4178
- #: app/features/mec/settings.php:1373
4179
  msgid "Enable Mailchimp Integration"
4180
  msgstr "Activer l'intégration de MailChimp"
4181
 
4182
- #: app/features/mec/settings.php:1385
4183
  msgid "List ID"
4184
  msgstr "ID de Liste"
4185
 
4186
- #: app/features/mec/settings.php:1392
4187
  msgid "Subscription Status"
4188
  msgstr "Statut des Souscriptions"
4189
 
4190
- #: app/features/mec/settings.php:1395
4191
  msgid "Subscribe automatically"
4192
  msgstr "Souscrire Automatiquement"
4193
 
4194
- #: app/features/mec/settings.php:1396
4195
  msgid "Subscribe by verification"
4196
  msgstr "Souscrire après vérification"
4197
 
4198
- #: app/features/mec/settings.php:1398
4199
  msgid ""
4200
  "If you choose \"Subscribe by verification\" then an email will send to user "
4201
  "by mailchimp for subscription verification."
@@ -4203,12 +4216,12 @@ msgstr ""
4203
  "Si vous choisissez \"Souscrire après vérification\", un email sera envoyé à "
4204
  "l'utilisateur par Mailchimp pour valider son inscription."
4205
 
4206
- #: app/features/mec/settings.php:1478 app/features/mec/settings.php:1500
4207
- #: app/libraries/main.php:4426
4208
  msgid "Verified"
4209
  msgstr "Vérifié"
4210
 
4211
- #: app/features/mec/settings.php:1502
4212
  msgid "Please Refresh Page"
4213
  msgstr "Merci de Rafraichir la Page"
4214
 
@@ -4228,72 +4241,72 @@ msgstr ""
4228
  "inclus dans votre thème frontend après que tous les styles afin qu'ils "
4229
  "l'emporter M.E.C. par défaut (ou thème) styles."
4230
 
4231
- #: app/features/mec/styling.php:11 app/features/mec/styling.php:242
4232
- #: app/features/mec/styling.php:268
4233
  msgid "Default Font"
4234
  msgstr "Police par défaut"
4235
 
4236
- #: app/features/mec/styling.php:124
4237
  msgid "Styling Option"
4238
  msgstr ""
4239
 
4240
- #: app/features/mec/styling.php:142
4241
  msgid "Color Skin"
4242
  msgstr "Couleur Thème"
4243
 
4244
- #: app/features/mec/styling.php:145
4245
  msgid "Predefined Color Skin"
4246
  msgstr "Couleur prédéfinie"
4247
 
4248
- #: app/features/mec/styling.php:188
4249
  msgid "Custom Color Skin"
4250
  msgstr "Couleur personnalisée"
4251
 
4252
- #: app/features/mec/styling.php:196
4253
  msgid "Advanced Color Options (shortcodes)"
4254
  msgstr ""
4255
 
4256
- #: app/features/mec/styling.php:208
4257
  #, fuzzy
4258
  #| msgid "Title of event"
4259
  msgid "Title Hover"
4260
  msgstr "Titre de l'événement"
4261
 
4262
- #: app/features/mec/styling.php:225
4263
  msgid "Typography"
4264
  msgstr "Typographie"
4265
 
4266
- #: app/features/mec/styling.php:227
4267
  msgid "Heading (Events Title) Font Family"
4268
  msgstr "Famille de Polices du Titre (Titre de l'événements)"
4269
 
4270
- #: app/features/mec/styling.php:253
4271
  msgid "Paragraph Font Family"
4272
  msgstr "Famille de Polices du paragraphe"
4273
 
4274
- #: app/features/mec/styling.php:280
4275
  #, fuzzy
4276
  #| msgid "Enable Google Recaptcha"
4277
  msgid "Disable Google Fonts"
4278
  msgstr "Activer Google Recaptcha"
4279
 
4280
- #: app/features/mec/styling.php:285
4281
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4282
  msgstr ""
4283
 
4284
- #: app/features/mec/styling.php:291
4285
  msgid "Container Width"
4286
  msgstr ""
4287
 
4288
- #: app/features/mec/styling.php:293
4289
  msgid "Desktop Normal Screens"
4290
  msgstr ""
4291
 
4292
- #: app/features/mec/styling.php:296 app/features/mec/styling.php:303
4293
  msgid "You can enter your theme container size in this field"
4294
  msgstr ""
4295
 
4296
- #: app/features/mec/styling.php:300
4297
  msgid "Desktop Large Screens"
4298
  msgstr ""
4299
 
@@ -4775,7 +4788,7 @@ msgstr "ex : votre@surnom.com"
4775
  msgid "eg. https://webnus.net"
4776
  msgstr "http://webnus.biz"
4777
 
4778
- #: app/features/organizers.php:300 app/libraries/main.php:4269
4779
  #: app/skins/single.php:194
4780
  msgid "Other Organizers"
4781
  msgstr "Autres organisateurs"
@@ -4797,11 +4810,11 @@ msgstr "Merde de vous %s/%s pour sélectionner une image associée."
4797
  msgid "#"
4798
  msgstr ""
4799
 
4800
- #: app/features/profile/profile.php:34 app/libraries/main.php:2402
4801
  msgid "Status"
4802
  msgstr ""
4803
 
4804
- #: app/features/profile/profile.php:37 app/libraries/main.php:1664
4805
  msgid "Attendees"
4806
  msgstr ""
4807
 
@@ -4816,8 +4829,8 @@ msgstr "Voir l'événement"
4816
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4817
  msgstr ""
4818
 
4819
- #: app/features/profile/profile.php:96 app/libraries/main.php:1678
4820
- #: app/libraries/main.php:4267
4821
  msgid "Ticket"
4822
  msgstr "Billets"
4823
 
@@ -4832,7 +4845,7 @@ msgid "No bookings found!"
4832
  msgstr "Aucune réservation trouvée !"
4833
 
4834
  #: app/features/speakers.php:56 app/features/speakers.php:242
4835
- #: app/libraries/main.php:4241
4836
  msgid "Speaker"
4837
  msgstr ""
4838
 
@@ -4872,7 +4885,7 @@ msgid "Insert URL of Facebook Page"
4872
  msgstr "Importer depuis Calendrier Facebook"
4873
 
4874
  #: app/features/speakers.php:135 app/features/speakers.php:187
4875
- #: app/libraries/main.php:1078
4876
  msgid "Google+"
4877
  msgstr "Google+"
4878
 
@@ -4979,353 +4992,353 @@ msgstr ""
4979
  msgid "There is no excerpt because this is a protected post."
4980
  msgstr "Il n’y a aucun extrait car ce post est protégé."
4981
 
4982
- #: app/libraries/main.php:327 app/libraries/main.php:1197
4983
- #: app/libraries/main.php:1222
4984
  msgid "Grid View"
4985
  msgstr "Vue en grille"
4986
 
4987
- #: app/libraries/main.php:328 app/libraries/main.php:1198
4988
- #: app/libraries/main.php:1223
4989
  msgid "Agenda View"
4990
  msgstr "Vue agenda"
4991
 
4992
- #: app/libraries/main.php:329 app/libraries/main.php:1189
4993
- #: app/libraries/main.php:1214
4994
  msgid "Full Calendar"
4995
  msgstr "Calendrier complet"
4996
 
4997
- #: app/libraries/main.php:331 app/libraries/main.php:1191
4998
- #: app/libraries/main.php:1216
4999
  msgid "Calendar/Monthly View"
5000
  msgstr "Calendrier / Mensuel"
5001
 
5002
- #: app/libraries/main.php:334 app/libraries/main.php:1194
5003
- #: app/libraries/main.php:1219
5004
  msgid "Timetable View"
5005
  msgstr ""
5006
 
5007
- #: app/libraries/main.php:335 app/libraries/main.php:1195
5008
- #: app/libraries/main.php:1220
5009
  msgid "Masonry View"
5010
  msgstr ""
5011
 
5012
- #: app/libraries/main.php:336 app/libraries/main.php:1199
5013
- #: app/libraries/main.php:1224
5014
  msgid "Map View"
5015
  msgstr "Vue sur Carte (Map)"
5016
 
5017
- #: app/libraries/main.php:337
5018
  msgid "Cover View"
5019
  msgstr "Couverture"
5020
 
5021
- #: app/libraries/main.php:338
5022
  msgid "Countdown View"
5023
  msgstr "Vue sur Compte à Rebours"
5024
 
5025
- #: app/libraries/main.php:339
5026
  msgid "Available Spot"
5027
  msgstr ""
5028
 
5029
- #: app/libraries/main.php:340
5030
  msgid "Carousel View"
5031
  msgstr "Vue Caroussel"
5032
 
5033
- #: app/libraries/main.php:341
5034
  msgid "Slider View"
5035
  msgstr "Vue sur Slider"
5036
 
5037
- #: app/libraries/main.php:378 app/libraries/main.php:4247
5038
  msgid "SU"
5039
  msgstr "DIM."
5040
 
5041
- #: app/libraries/main.php:379 app/libraries/main.php:4248
5042
  msgid "MO"
5043
  msgstr "LUN."
5044
 
5045
- #: app/libraries/main.php:380 app/libraries/main.php:4249
5046
  msgid "TU"
5047
  msgstr "MAR."
5048
 
5049
- #: app/libraries/main.php:381 app/libraries/main.php:4250
5050
  msgid "WE"
5051
  msgstr "MER."
5052
 
5053
- #: app/libraries/main.php:382 app/libraries/main.php:4251
5054
  msgid "TH"
5055
  msgstr "JEU."
5056
 
5057
- #: app/libraries/main.php:383 app/libraries/main.php:4252
5058
  msgid "FR"
5059
  msgstr "VEN."
5060
 
5061
- #: app/libraries/main.php:384 app/libraries/main.php:4253
5062
  msgid "SA"
5063
  msgstr "SAM."
5064
 
5065
- #: app/libraries/main.php:1036
5066
  msgid "Events at this location"
5067
  msgstr "Évènements à :"
5068
 
5069
- #: app/libraries/main.php:1036
5070
  msgid "Event at this location"
5071
  msgstr "Événement à :"
5072
 
5073
- #: app/libraries/main.php:1077
5074
  msgid "Facebook"
5075
  msgstr "Facebook"
5076
 
5077
- #: app/libraries/main.php:1079
5078
  msgid "Twitter"
5079
  msgstr "Twitter"
5080
 
5081
- #: app/libraries/main.php:1080 app/libraries/main.php:1145
5082
  msgid "Linkedin"
5083
  msgstr "Linkedin"
5084
 
5085
- #: app/libraries/main.php:1081 app/libraries/main.php:1178
5086
  msgid "VK"
5087
  msgstr ""
5088
 
5089
- #: app/libraries/main.php:1100
5090
  msgid "Share on Facebook"
5091
  msgstr "Partager sur Facebook"
5092
 
5093
- #: app/libraries/main.php:1115
5094
  msgid "Google Plus"
5095
  msgstr "Google +"
5096
 
5097
- #: app/libraries/main.php:1130
5098
  msgid "Tweet"
5099
  msgstr "Tweeter"
5100
 
5101
- #: app/libraries/main.php:1200
5102
  #, fuzzy
5103
  #| msgid "Shortcode"
5104
  msgid "Custom Shortcode"
5105
  msgstr "Shortcode"
5106
 
5107
- #: app/libraries/main.php:1559
5108
  msgid "Your booking successfully verified."
5109
  msgstr "Votre réservation est vérifiée avec succès."
5110
 
5111
- #: app/libraries/main.php:1560
5112
  msgid "Your booking cannot verify!"
5113
  msgstr "Votre réservation ne peut pas être vérifiée!"
5114
 
5115
- #: app/libraries/main.php:1572
5116
  msgid "Your booking successfully canceled."
5117
  msgstr "Votre réservation est annulée."
5118
 
5119
- #: app/libraries/main.php:1573
5120
  msgid "Your booking cannot be canceled."
5121
  msgstr "Votre réservation ne peut être annulée."
5122
 
5123
- #: app/libraries/main.php:1577
5124
  msgid "You canceled the payment successfully."
5125
  msgstr "Vous avez annulé le paiement avec succès."
5126
 
5127
- #: app/libraries/main.php:1581
5128
  msgid "You returned from payment gateway successfully."
5129
  msgstr "Votre paiement à bien été validé."
5130
 
5131
- #: app/libraries/main.php:1605
5132
  msgid "Cannot find the booking!"
5133
  msgstr ""
5134
 
5135
- #: app/libraries/main.php:1605
5136
  msgid "Booking is invalid."
5137
  msgstr ""
5138
 
5139
- #: app/libraries/main.php:1634
5140
  #, php-format
5141
  msgid "%s Invoice"
5142
  msgstr ""
5143
 
5144
- #: app/libraries/main.php:1655
5145
  msgid "Transaction ID"
5146
  msgstr "Numéro de transaction"
5147
 
5148
- #: app/libraries/main.php:1708
5149
  msgid "Billing"
5150
  msgstr ""
5151
 
5152
- #: app/libraries/main.php:1719
5153
  msgid "Total"
5154
  msgstr ""
5155
 
5156
- #: app/libraries/main.php:1752
5157
  msgid "Security nonce is not valid."
5158
  msgstr "Le Code de Sécurité n'est pas valide."
5159
 
5160
- #: app/libraries/main.php:1752 app/libraries/main.php:1784
5161
  msgid "iCal export stopped!"
5162
  msgstr "Export vers iCal arrêté !"
5163
 
5164
- #: app/libraries/main.php:1784
5165
  #, fuzzy
5166
  #| msgid "Request is invalid!"
5167
  msgid "Request is not valid."
5168
  msgstr "Requête invalide !"
5169
 
5170
- #: app/libraries/main.php:2104 app/libraries/main.php:2133
5171
- #: app/libraries/main.php:2162 app/libraries/main.php:2191
5172
- #: app/libraries/main.php:2220 app/libraries/main.php:2244
5173
- #: app/libraries/main.php:2288 app/libraries/main.php:2332
5174
- #: app/libraries/main.php:2379 app/libraries/main.php:2425
5175
  msgid "Sort"
5176
  msgstr "Trier"
5177
 
5178
- #: app/libraries/main.php:2110 app/libraries/main.php:2139
5179
- #: app/libraries/main.php:2168 app/libraries/main.php:2197
5180
- #: app/libraries/main.php:2250 app/libraries/main.php:2294
5181
- #: app/libraries/main.php:2338 app/libraries/main.php:2385
5182
  msgid "Required Field"
5183
  msgstr "Champ obligatoire"
5184
 
5185
- #: app/libraries/main.php:2116 app/libraries/main.php:2145
5186
- #: app/libraries/main.php:2174 app/libraries/main.php:2203
5187
- #: app/libraries/main.php:2256 app/libraries/main.php:2300
5188
- #: app/libraries/main.php:2344 app/libraries/main.php:2391
5189
  msgid "Insert a label for this field"
5190
  msgstr "Insérez une label pour ce champ"
5191
 
5192
- #: app/libraries/main.php:2226
5193
  msgid "HTML and shortcode are allowed."
5194
  msgstr "HTML et shortcode sont autorisés."
5195
 
5196
- #: app/libraries/main.php:2269 app/libraries/main.php:2313
5197
- #: app/libraries/main.php:2357
5198
  msgid "Option"
5199
  msgstr "Option"
5200
 
5201
- #: app/libraries/main.php:2391
5202
  #, php-format
5203
  msgid "Instead of %s, the page title with a link will be show."
5204
  msgstr ""
5205
 
5206
- #: app/libraries/main.php:2393
5207
  msgid "Agreement Page"
5208
  msgstr ""
5209
 
5210
- #: app/libraries/main.php:2404
5211
  msgid "Checked by default"
5212
  msgstr ""
5213
 
5214
- #: app/libraries/main.php:2405
5215
  msgid "Unchecked by default"
5216
  msgstr ""
5217
 
5218
- #: app/libraries/main.php:2427
5219
  msgid "Insert a label for this option"
5220
  msgstr "Insérez une étiquette pour cette option"
5221
 
5222
- #: app/libraries/main.php:2442
5223
  msgid "Free"
5224
  msgstr "Gratuite"
5225
 
5226
- #: app/libraries/main.php:3094
5227
  #, php-format
5228
  msgid "Copy of %s"
5229
  msgstr "Copie de %s"
5230
 
5231
- #: app/libraries/main.php:3747
5232
  msgid "Booked an event."
5233
  msgstr "Réserver un Évènements"
5234
 
5235
- #: app/libraries/main.php:3788
5236
  #, php-format
5237
  msgid "%s booked %s event."
5238
  msgstr "%s réservé %s événement"
5239
 
5240
- #: app/libraries/main.php:4230
5241
  msgid "Taxonomies"
5242
  msgstr "Taxonomies"
5243
 
5244
- #: app/libraries/main.php:4232
5245
  msgid "Category Plural Label"
5246
  msgstr "Catégorie au pluriel"
5247
 
5248
- #: app/libraries/main.php:4233
5249
  msgid "Category Singular Label"
5250
  msgstr "Catégorie au singulier"
5251
 
5252
- #: app/libraries/main.php:4234
5253
  msgid "Label Plural Label"
5254
  msgstr "Étiquettes au pluriel"
5255
 
5256
- #: app/libraries/main.php:4235
5257
  msgid "Label Singular Label"
5258
  msgstr "Étiquettes au singulier"
5259
 
5260
- #: app/libraries/main.php:4235
5261
  msgid "label"
5262
  msgstr "texte"
5263
 
5264
- #: app/libraries/main.php:4236
5265
  msgid "Location Plural Label"
5266
  msgstr "Lieu au pluriel"
5267
 
5268
- #: app/libraries/main.php:4237
5269
  msgid "Location Singular Label"
5270
  msgstr "Lieu au singulier"
5271
 
5272
- #: app/libraries/main.php:4238
5273
  msgid "Organizer Plural Label"
5274
  msgstr "Organisateur au pluriel"
5275
 
5276
- #: app/libraries/main.php:4239
5277
  msgid "Organizer Singular Label"
5278
  msgstr "Organisateur au singulier"
5279
 
5280
- #: app/libraries/main.php:4240
5281
  #, fuzzy
5282
  #| msgid "Label Plural Label"
5283
  msgid "Speaker Plural Label"
5284
  msgstr "Étiquettes au pluriel"
5285
 
5286
- #: app/libraries/main.php:4241
5287
  #, fuzzy
5288
  #| msgid "Label Singular Label"
5289
  msgid "Speaker Singular Label"
5290
  msgstr "Étiquettes au singulier"
5291
 
5292
- #: app/libraries/main.php:4247
5293
  msgid "Sunday abbreviation"
5294
  msgstr "Abréviation de Dimanche"
5295
 
5296
- #: app/libraries/main.php:4248
5297
  msgid "Monday abbreviation"
5298
  msgstr "Abréviation de Lundi"
5299
 
5300
- #: app/libraries/main.php:4249
5301
  msgid "Tuesday abbreviation"
5302
  msgstr "Abréviation de Mardi"
5303
 
5304
- #: app/libraries/main.php:4250
5305
  msgid "Wednesday abbreviation"
5306
  msgstr "Abréviation de Mercredi"
5307
 
5308
- #: app/libraries/main.php:4251
5309
  msgid "Thursday abbreviation"
5310
  msgstr "Abréviation de Jeudi"
5311
 
5312
- #: app/libraries/main.php:4252
5313
  msgid "Friday abbreviation"
5314
  msgstr "Abréviation de Vendredi"
5315
 
5316
- #: app/libraries/main.php:4253
5317
  msgid "Saturday abbreviation"
5318
  msgstr "Abréviation de Samedi"
5319
 
5320
- #: app/libraries/main.php:4257
5321
  msgid "Others"
5322
  msgstr "Autres"
5323
 
5324
- #: app/libraries/main.php:4259
5325
  msgid "Booking Success Message"
5326
  msgstr "Message de succès de réservation"
5327
 
5328
- #: app/libraries/main.php:4259
5329
  msgid ""
5330
  "Thanks for your booking. Your tickets booked, booking verification might be "
5331
  "needed, please check your email."
@@ -5333,90 +5346,90 @@ msgstr ""
5333
  "Merci pour votre réservation. Vos billets sont réservés, cependant une "
5334
  "vérification peut être nécessaires, contrôlez votre boite mail."
5335
 
5336
- #: app/libraries/main.php:4260 app/widgets/single.php:131
5337
  msgid "Register Button"
5338
  msgstr "Boutons d'inscription"
5339
 
5340
- #: app/libraries/main.php:4260 app/skins/available_spot/tpl.php:198
5341
- #: app/skins/carousel/render.php:128 app/skins/carousel/render.php:153
5342
  #: app/skins/grid/render.php:111 app/skins/grid/render.php:142
5343
  #: app/skins/grid/render.php:174 app/skins/grid/render.php:202
5344
  #: app/skins/list/render.php:94 app/skins/list/render.php:175
5345
  #: app/skins/masonry/render.php:127 app/skins/single/default.php:218
5346
- #: app/skins/single/default.php:220 app/skins/single/default.php:425
5347
- #: app/skins/single/default.php:427 app/skins/single/m1.php:126
5348
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5349
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5350
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5351
- #: app/skins/slider/render.php:130 app/skins/slider/render.php:150
5352
- #: app/skins/slider/render.php:170 app/skins/slider/render.php:201
5353
  msgid "REGISTER"
5354
  msgstr "S'INSCRIRE"
5355
 
5356
- #: app/libraries/main.php:4261
5357
  msgid "View Detail Button"
5358
  msgstr "Afficher le boutons de détail"
5359
 
5360
- #: app/libraries/main.php:4261 app/skins/carousel/render.php:128
5361
- #: app/skins/carousel/render.php:153 app/skins/grid/render.php:111
5362
  #: app/skins/grid/render.php:142 app/skins/grid/render.php:174
5363
  #: app/skins/grid/render.php:202 app/skins/list/render.php:94
5364
  #: app/skins/list/render.php:175 app/skins/masonry/render.php:127
5365
- #: app/skins/slider/render.php:109 app/skins/slider/render.php:130
5366
- #: app/skins/slider/render.php:150 app/skins/slider/render.php:170
5367
- #: app/skins/slider/render.php:201
5368
  msgid "View Detail"
5369
  msgstr "En savoir plus"
5370
 
5371
- #: app/libraries/main.php:4262
5372
  msgid "Event Detail Button"
5373
  msgstr "Bouton de détail de l'événement"
5374
 
5375
- #: app/libraries/main.php:4262 app/skins/countdown/tpl.php:211
5376
  msgid "Event Detail"
5377
  msgstr "Détails"
5378
 
5379
- #: app/libraries/main.php:4264
5380
  msgid "More Info Link"
5381
  msgstr "Plus de lien d'info"
5382
 
5383
- #: app/libraries/main.php:4267
5384
  msgid "Ticket (Singular)"
5385
  msgstr ""
5386
 
5387
- #: app/libraries/main.php:4268
5388
  msgid "Tickets (Plural)"
5389
  msgstr ""
5390
 
5391
- #: app/libraries/main.php:4334
5392
  msgid "EventON"
5393
  msgstr ""
5394
 
5395
- #: app/libraries/main.php:4335
5396
  msgid "The Events Calendar"
5397
  msgstr ""
5398
 
5399
- #: app/libraries/main.php:4336
5400
  msgid "Events Schedule WP Plugin"
5401
  msgstr ""
5402
 
5403
- #: app/libraries/main.php:4337
5404
  msgid "Calendarize It"
5405
  msgstr ""
5406
 
5407
- #: app/libraries/main.php:4411
5408
  msgid "Confirmed"
5409
  msgstr "Confirmé"
5410
 
5411
- #: app/libraries/main.php:4412
5412
  msgid "Rejected"
5413
  msgstr "Rejeté"
5414
 
5415
- #: app/libraries/main.php:4413
5416
  msgid "Pending"
5417
  msgstr "En attente"
5418
 
5419
- #: app/libraries/main.php:4428
5420
  msgid "Waiting"
5421
  msgstr "En attente"
5422
 
@@ -5466,12 +5479,16 @@ msgstr "Le contrôleur de Skin n'existe pas."
5466
 
5467
  #: app/libraries/render.php:436 app/modules/local-time/details.php:47
5468
  #: app/modules/next-event/details.php:97 app/skins/single/default.php:73
5469
- #: app/skins/single/default.php:280 app/skins/single/m1.php:34
5470
  #: app/skins/single/modern.php:169
5471
  msgid "All of the day"
5472
  msgstr "Toute la journée"
5473
 
5474
- #: app/libraries/skins.php:810
 
 
 
 
5475
  msgid "Ignore month and years"
5476
  msgstr "Ignorer les mois et années"
5477
 
@@ -5592,7 +5609,7 @@ msgid "Go to occurrence page"
5592
  msgstr "Aller à la Page"
5593
 
5594
  #: app/modules/next-event/details.php:91 app/skins/single/default.php:67
5595
- #: app/skins/single/default.php:274 app/skins/single/m1.php:28
5596
  #: app/skins/single/modern.php:163
5597
  msgid "Time"
5598
  msgstr "Heure"
@@ -5656,7 +5673,7 @@ msgstr ""
5656
  msgid "View All"
5657
  msgstr "Voir %s"
5658
 
5659
- #: app/skins/carousel/render.php:168 app/skins/countdown/tpl.php:150
5660
  #: app/skins/countdown/tpl.php:194 app/skins/cover/tpl.php:94
5661
  #: app/skins/list/render.php:111
5662
  msgid "EVENT DETAIL"
@@ -5699,13 +5716,13 @@ msgid "No Events"
5699
  msgstr "Aucun événement"
5700
 
5701
  #: app/skins/single.php:209 app/skins/single/default.php:191
5702
- #: app/skins/single/default.php:398 app/skins/single/m1.php:100
5703
  #: app/skins/single/m2.php:32 app/skins/single/modern.php:31
5704
  msgid "Phone"
5705
  msgstr "Téléphone"
5706
 
5707
  #: app/skins/single.php:223 app/skins/single/default.php:205
5708
- #: app/skins/single/default.php:412 app/skins/single/m1.php:114
5709
  #: app/skins/single/m2.php:46 app/skins/single/modern.php:45
5710
  msgid "Website"
5711
  msgstr "Site Web"
@@ -5715,16 +5732,16 @@ msgid "Speakers:"
5715
  msgstr ""
5716
 
5717
  #: app/skins/single/default.php:30 app/skins/single/m1.php:235
5718
- #: app/skins/single/m2.php:164 app/skins/single/modern.php:241
5719
  msgid "Sold out!"
5720
  msgstr "Épuisé !"
5721
 
5722
  #: app/skins/single/default.php:40 app/skins/single/m1.php:244
5723
- #: app/skins/single/m2.php:173 app/skins/single/modern.php:251
5724
  msgid "Tags: "
5725
  msgstr "Étiquettes : "
5726
 
5727
- #: app/skins/single/default.php:106 app/skins/single/default.php:313
5728
  #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
5729
  #: app/skins/single/modern.php:121
5730
  msgid "Read More"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2019-04-14 09:23+0430\n"
5
+ "PO-Revision-Date: 2019-04-14 09:23+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
26
  msgid "Modern Events Calendar"
27
  msgstr "Modern Events Calendar"
28
 
29
+ #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:212
30
  msgid "Content"
31
  msgstr "Contenu"
32
 
33
+ #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:337
34
+ #: app/features/mec.php:366 app/features/mec.php:392
35
  msgid "Shortcode"
36
  msgstr "Shortcode"
37
 
58
  msgstr "Tout sélectionner"
59
 
60
  #: app/features/colors.php:50 app/features/fes/form.php:558
61
+ #: app/features/mec/settings.php:1008
62
  msgid "Event Color"
63
  msgstr "Couleur de l'événement"
64
 
65
+ #: app/features/contextual.php:55 app/features/mec.php:323
66
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
67
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
68
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
69
+ #: app/features/mec/styles.php:24 app/features/mec/styling.php:46
70
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
71
  msgid "Settings"
72
  msgstr "Paramètres"
76
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
77
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
78
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
79
+ #: app/features/mec/styling.php:55 app/features/mec/support.php:29
80
  msgid "Booking Form"
81
  msgstr "Formulaire de réservation"
82
 
93
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
94
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
95
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
96
+ #: app/features/mec/styles.php:40 app/features/mec/styling.php:62
97
  #: app/features/mec/support.php:36
98
  msgid "Payment Gateways"
99
  msgstr "Passerelle de paiement"
109
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
110
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
111
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
112
+ #: app/features/mec/styles.php:49 app/features/mec/styling.php:71
113
  #: app/features/mec/support.php:45
114
  msgid "Notifications"
115
  msgstr "Notifications"
179
  msgstr "Options générales"
180
 
181
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
182
+ #: app/features/mec/settings.php:529
183
  msgid "Slugs/Permalinks"
184
  msgstr "Permaliens/Ancres"
185
 
186
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
187
+ #: app/features/mec/settings.php:549
188
  msgid "Event Details/Single Event Page"
189
  msgstr "Détail de l'événement/Page de l'événement"
190
 
191
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
192
+ #: app/features/mec/settings.php:590
193
  msgid "Currency Options"
194
  msgstr "Options de devise"
195
 
196
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
197
+ #: app/features/mec/settings.php:657
198
  msgid "Google Maps Options"
199
  msgstr "Option du plugin Google Maps"
200
 
201
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
202
+ #: app/features/mec/settings.php:731
203
  msgid "Google Recaptcha Options"
204
  msgstr "Options de Google reCAPTCHA"
205
 
206
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
207
+ #: app/features/mec/settings.php:849
208
  msgid "Countdown Options"
209
  msgstr "Options du Compte à Rebours"
210
 
211
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
212
+ #: app/features/mec/settings.php:870
213
  msgid "Social Networks"
214
  msgstr "Réseaux Sociaux"
215
 
216
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
217
+ #: app/features/mec/settings.php:895
218
  msgid "Next Event Module"
219
  msgstr "Module événement suivant"
220
 
221
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
222
+ #: app/features/mec/settings.php:923
223
  msgid "Frontend Event Submission"
224
  msgstr "Réglages du formulaire de création d’événements"
225
 
229
  msgstr "Journées Exceptionnelles"
230
 
231
  #: app/features/contextual.php:308 app/features/events.php:263
232
+ #: app/features/mec/settings.php:162 app/features/mec/settings.php:1109
233
  msgid "Booking"
234
  msgstr "Réservation"
235
 
236
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
237
+ #: app/features/mec/settings.php:1199
238
  msgid "Coupons"
239
  msgstr "Bons de réduction"
240
 
241
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
242
+ #: app/features/mec/settings.php:1340
243
  msgid "BuddyPress Integration"
244
  msgstr "Intégration BuddyPress"
245
 
246
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
247
+ #: app/features/mec/settings.php:1370
248
  msgid "Mailchimp Integration"
249
  msgstr "Intégration de Mailchimp"
250
 
267
  msgid "Event"
268
  msgstr "Événement"
269
 
270
+ #: app/features/events.php:134 app/features/mec.php:309
271
  msgid "Add Event"
272
  msgstr "Ajouter un événement"
273
 
307
  #: app/features/mec/meta_boxes/search_form.php:292
308
  #: app/features/mec/meta_boxes/search_form.php:332
309
  #: app/features/mec/meta_boxes/search_form.php:379
310
+ #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4243
311
+ #: app/libraries/skins.php:716 app/skins/single/default.php:156
312
+ #: app/skins/single/default.php:367 app/skins/single/m1.php:169
313
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
314
  msgid "Category"
315
  msgstr "Catégorie"
316
 
317
  #: app/features/events.php:153 app/features/fes/form.php:510
318
+ #: app/features/mec.php:311 app/features/mec/meta_boxes/filter.php:70
319
+ #: app/libraries/main.php:4242
320
  msgid "Categories"
321
  msgstr "Catégories"
322
 
388
  msgid "Event Details"
389
  msgstr "Détails"
390
 
391
+ #: app/features/events.php:296 app/features/events.php:1974
392
+ #: app/features/events.php:2018 app/features/fes/form.php:471
393
  #: app/features/ix.php:2719 app/features/ix.php:2760
394
+ #: app/features/mec/settings.php:984 app/libraries/main.php:4275
395
  #: app/widgets/single.php:103
396
  msgid "Event Cost"
397
  msgstr "Tarif de l'événement"
398
 
399
  #: app/features/events.php:299 app/features/fes/form.php:474
400
+ #: app/libraries/main.php:4276 app/skins/single/default.php:91
401
+ #: app/skins/single/default.php:302 app/skins/single/m1.php:49
402
  #: app/skins/single/modern.php:184
403
  msgid "Cost"
404
  msgstr "Tarif"
422
  #: app/features/fes/form.php:429 app/features/mec/regform.php:137
423
  #: app/features/organizers.php:110 app/features/organizers.php:150
424
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
425
+ #: app/features/speakers.php:179 app/libraries/main.php:1084
426
+ #: app/libraries/main.php:1165 app/libraries/main.php:2136
427
  #: app/libraries/notifications.php:560 app/modules/booking/steps/form.php:31
428
  #: app/modules/booking/steps/form.php:32 app/skins/single.php:216
429
+ #: app/skins/single/default.php:198 app/skins/single/default.php:409
430
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
431
  #: app/skins/single/modern.php:38
432
  msgid "Email"
437
  msgstr "Date et heure"
438
 
439
  #: app/features/events.php:389 app/features/events.php:393
440
+ #: app/features/events.php:1795 app/features/events.php:1974
441
+ #: app/features/events.php:2018 app/features/fes/form.php:227
442
  #: app/features/fes/form.php:231 app/features/ix.php:2719
443
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
444
  #: app/features/mec/dashboard.php:298
473
  msgstr "de l'après midi"
474
 
475
  #: app/features/events.php:429 app/features/events.php:433
476
+ #: app/features/events.php:1796 app/features/events.php:1974
477
+ #: app/features/events.php:2018 app/features/fes/form.php:267
478
  #: app/features/fes/form.php:271 app/features/ix.php:2719
479
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
480
  #: app/features/mec/dashboard.php:299
498
  msgstr "Commentaire sur l'horaire"
499
 
500
  #: app/features/events.php:479 app/features/fes/form.php:317
501
+ #, fuzzy
502
+ #| msgid ""
503
+ #| "It shows next to event time on calendar. You can insert Timezone etc. in "
504
+ #| "this field."
505
  msgid ""
506
+ "It shows next to event time on single event page. You can insert Timezone "
507
+ "etc. in this field."
508
  msgstr ""
509
  "Ce commentaire s'affiche à droite de l'heure de l'événement. Vous pouvez "
510
  "insérer y insérer un fuseau horaire etc ..."
566
  msgstr "Jours de la semaine"
567
 
568
  #: app/features/events.php:507 app/features/fes/form.php:345
569
+ #: app/libraries/main.php:406
570
  msgid "Monday"
571
  msgstr "Lundi"
572
 
573
  #: app/features/events.php:508 app/features/fes/form.php:346
574
+ #: app/libraries/main.php:406
575
  msgid "Tuesday"
576
  msgstr "Mardi"
577
 
578
  #: app/features/events.php:509 app/features/fes/form.php:347
579
+ #: app/libraries/main.php:406
580
  msgid "Wednesday"
581
  msgstr "Mercredi"
582
 
583
  #: app/features/events.php:510 app/features/fes/form.php:348
584
+ #: app/libraries/main.php:406
585
  msgid "Thursday"
586
  msgstr "Jeudi"
587
 
588
  #: app/features/events.php:511 app/features/fes/form.php:349
589
+ #: app/libraries/main.php:406
590
  msgid "Friday"
591
  msgstr "Vendredi"
592
 
593
  #: app/features/events.php:512 app/features/fes/form.php:350
594
+ #: app/libraries/main.php:406
595
  msgid "Saturday"
596
  msgstr "Samedi"
597
 
598
  #: app/features/events.php:513 app/features/fes/form.php:351
599
+ #: app/libraries/main.php:406
600
  msgid "Sunday"
601
  msgstr "Dimanche"
602
 
661
  msgstr "Exclure certains jours"
662
 
663
  #: app/features/events.php:591 app/features/fes/form.php:356
664
+ #: app/features/profile/profile.php:31 app/libraries/main.php:1651
665
  #: app/modules/booking/steps/tickets.php:22
666
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
667
+ #: app/skins/single/default.php:266 app/skins/single/m1.php:16
668
  #: app/skins/single/modern.php:151
669
  msgid "Date"
670
  msgstr "Date"
677
  msgid "Day 1"
678
  msgstr ""
679
 
680
+ #: app/features/events.php:650 app/features/mec/settings.php:1038
681
  #: app/skins/single.php:246
682
  msgid "Hourly Schedule"
683
  msgstr "Programme"
700
  #: app/features/events.php:663 app/features/events.php:676
701
  #: app/features/events.php:696 app/features/events.php:718
702
  #: app/features/events.php:734 app/features/events.php:1156
703
+ #: app/features/events.php:1178 app/features/events.php:1792
704
+ #: app/features/events.php:1974 app/features/events.php:2018
705
  #: app/features/fes/form.php:216 app/features/ix.php:2719
706
+ #: app/features/ix.php:2760 app/features/mec/settings.php:1300
707
+ #: app/features/mec/settings.php:1320 app/features/mec/styling.php:194
708
  msgid "Title"
709
  msgstr "Titre"
710
 
715
  #: app/features/events.php:1013 app/features/events.php:1030
716
  #: app/features/events.php:1089 app/features/events.php:1114
717
  #: app/features/events.php:1167 app/features/events.php:1189
718
+ #: app/features/fes/list.php:72 app/features/mec/settings.php:1249
719
+ #: app/features/mec/settings.php:1272 app/features/mec/settings.php:1311
720
+ #: app/features/mec/settings.php:1331 app/libraries/main.php:2115
721
+ #: app/libraries/main.php:2144 app/libraries/main.php:2173
722
+ #: app/libraries/main.php:2202 app/libraries/main.php:2224
723
+ #: app/libraries/main.php:2255 app/libraries/main.php:2299
724
+ #: app/libraries/main.php:2343 app/libraries/main.php:2390
725
+ #: app/libraries/main.php:2428
726
  msgid "Remove"
727
  msgstr "Supprimer"
728
 
748
 
749
  #: app/features/events.php:681 app/features/events.php:701
750
  #: app/features/events.php:739 app/features/fes/form.php:603
751
+ #: app/features/mec.php:319 app/features/mec/settings.php:78
752
+ #: app/features/mec/settings.php:1032 app/features/speakers.php:57
753
+ #: app/libraries/main.php:4250 app/modules/speakers/details.php:18
754
  msgid "Speakers"
755
  msgstr ""
756
 
759
  msgstr ""
760
 
761
  #: app/features/events.php:766 app/features/fes/form.php:448
762
+ #: app/features/mec/settings.php:978
763
  msgid "Event Links"
764
  msgstr "Liens de l'évenements"
765
 
766
  #: app/features/events.php:768 app/features/fes/form.php:450
767
+ #: app/libraries/main.php:4273
768
  msgid "Event Link"
769
  msgstr "Lien de l'événement"
770
 
780
  msgstr "Lien principal. Affiché sur la page de l'événement"
781
 
782
  #: app/features/events.php:773 app/features/fes/form.php:455
783
+ #: app/libraries/main.php:4274 app/skins/single/default.php:105
784
+ #: app/skins/single/default.php:316 app/skins/single/m1.php:190
785
  #: app/skins/single/m2.php:123 app/skins/single/modern.php:120
786
  #: app/widgets/single.php:107
787
  msgid "More Info"
821
  msgstr "100"
822
 
823
  #: app/features/events.php:836 app/libraries/book.php:60
824
+ #: app/libraries/main.php:4278 app/modules/booking/steps/tickets.php:40
825
  msgid "Tickets"
826
  msgstr "Billets"
827
 
837
  msgstr "Nom du billet"
838
 
839
  #: app/features/events.php:854 app/features/events.php:957
840
+ #: app/features/events.php:1974 app/features/events.php:2018
841
  #: app/features/ix.php:2719 app/features/ix.php:2760
842
  msgid "Start Time"
843
  msgstr "Début"
844
 
845
  #: app/features/events.php:872 app/features/events.php:975
846
+ #: app/features/events.php:1974 app/features/events.php:2018
847
  #: app/features/ix.php:2719 app/features/ix.php:2760
848
  msgid "End Time"
849
  msgstr "Fin"
851
  #: app/features/events.php:895 app/features/events.php:924
852
  #: app/features/events.php:938 app/features/events.php:998
853
  #: app/features/events.php:1028 app/features/events.php:1160
854
+ #: app/features/events.php:1182 app/features/mec/settings.php:1304
855
+ #: app/features/mec/settings.php:1324
856
  msgid "Price"
857
  msgstr "Tarif"
858
 
889
  #: app/features/mec/meta_boxes/search_form.php:313
890
  #: app/features/mec/meta_boxes/search_form.php:353
891
  #: app/features/mec/meta_boxes/search_form.php:400
892
+ #: app/features/mec/meta_boxes/search_form.php:447 app/libraries/skins.php:794
893
  msgid "Label"
894
  msgstr "Label"
895
 
903
  msgstr "Hériter des options globales"
904
 
905
  #: app/features/events.php:1075 app/features/events.php:1100
906
+ #: app/features/mec/settings.php:1235 app/features/mec/settings.php:1258
907
  msgid "Fee Title"
908
  msgstr "Titre"
909
 
910
  #: app/features/events.php:1079 app/features/events.php:1104
911
+ #: app/features/mec/settings.php:1239 app/features/mec/settings.php:1262
912
  msgid "Amount"
913
  msgstr "Montant"
914
 
915
  #: app/features/events.php:1080 app/features/events.php:1105
916
+ #: app/features/mec/settings.php:1240 app/features/mec/settings.php:1263
917
  msgid ""
918
  "Fee amount, considered as fixed amount if you set the type to amount "
919
  "otherwise considered as percentage"
922
  "considéré comme pourcentage à ajouter au prix"
923
 
924
  #: app/features/events.php:1084 app/features/events.php:1109
925
+ #: app/features/mec/settings.php:1244 app/features/mec/settings.php:1267
926
  msgid "Percent"
927
  msgstr "Pourcentage"
928
 
929
  #: app/features/events.php:1085 app/features/events.php:1110
930
+ #: app/features/mec/settings.php:1245 app/features/mec/settings.php:1268
931
  msgid "Amount (Per Ticket)"
932
  msgstr "Montant (par Billet)"
933
 
934
  #: app/features/events.php:1086 app/features/events.php:1111
935
+ #: app/features/mec/settings.php:1246 app/features/mec/settings.php:1269
936
  msgid "Amount (Per Booking)"
937
  msgstr "Montant (par réservation)"
938
 
939
+ #: app/features/events.php:1140 app/features/mec/settings.php:1056
940
  msgid "Ticket Variations / Options"
941
  msgstr ""
942
 
943
  #: app/features/events.php:1161 app/features/events.php:1183
944
+ #: app/features/mec/settings.php:1305 app/features/mec/settings.php:1325
945
  #, fuzzy
946
  #| msgid "Option"
947
  msgid "Option Price"
948
  msgstr "Option"
949
 
950
  #: app/features/events.php:1164 app/features/events.php:1186
951
+ #: app/features/mec/settings.php:1308 app/features/mec/settings.php:1328
952
  #, fuzzy
953
  #| msgid "Amount (Per Ticket)"
954
  msgid "Maximum Per Ticket"
955
  msgstr "Montant (par Billet)"
956
 
957
  #: app/features/events.php:1165 app/features/events.php:1187
958
+ #: app/features/mec/settings.php:1309 app/features/mec/settings.php:1329
959
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
960
  msgstr ""
961
 
962
  #: app/features/events.php:1249 app/features/mec/regform.php:136
963
+ #: app/libraries/main.php:2107
964
  msgid "Text"
965
  msgstr "Texte"
966
 
967
  #: app/features/events.php:1251 app/features/mec/regform.php:138
968
  #: app/features/organizers.php:102 app/features/organizers.php:146
969
  #: app/features/speakers.php:111 app/features/speakers.php:175
970
+ #: app/features/speakers.php:244 app/libraries/main.php:2165
971
  msgid "Tel"
972
  msgstr "Téléphone"
973
 
974
  #: app/features/events.php:1252 app/features/mec/regform.php:139
975
+ #: app/libraries/main.php:2194
976
  msgid "Textarea"
977
  msgstr "Zone de texte"
978
 
979
  #: app/features/events.php:1253 app/features/mec/regform.php:140
980
+ #: app/libraries/main.php:2247
981
  msgid "Checkboxes"
982
  msgstr "Boîtes à cocher"
983
 
984
  #: app/features/events.php:1254 app/features/mec/regform.php:141
985
+ #: app/libraries/main.php:2291
986
  msgid "Radio Buttons"
987
  msgstr "Boutons Radio"
988
 
1032
  #: app/features/mec/meta_boxes/search_form.php:443
1033
  #: app/features/mec/meta_boxes/search_form.php:450
1034
  #: app/features/mec/meta_boxes/search_form.php:457
1035
+ #: app/features/mec/regform.php:142 app/libraries/main.php:2335
1036
  msgid "Dropdown"
1037
  msgstr "Menu déroulant"
1038
 
1039
  #: app/features/events.php:1256 app/features/mec/regform.php:143
1040
+ #: app/libraries/main.php:2382
1041
  msgid "Agreement"
1042
  msgstr ""
1043
 
1044
  #: app/features/events.php:1257 app/features/mec/regform.php:144
1045
+ #: app/libraries/main.php:2223
1046
  msgid "Paragraph"
1047
  msgstr "Paragraphe"
1048
 
1049
+ #: app/features/events.php:1738 app/features/events.php:1753
1050
+ #: app/features/events.php:1767
1051
  #, php-format
1052
  msgid "Show all %s"
1053
  msgstr "Afficher tous les %s"
1054
 
1055
+ #: app/features/events.php:1738
1056
  msgid "labels"
1057
  msgstr "labels"
1058
 
1059
+ #: app/features/events.php:1753
1060
  msgid "locations"
1061
  msgstr "lieux"
1062
 
1063
+ #: app/features/events.php:1767
1064
  msgid "organizers"
1065
  msgstr "organisateurs"
1066
 
1067
+ #: app/features/events.php:1793 app/features/events.php:1974
1068
+ #: app/features/events.php:2018 app/features/ix.php:2719
1069
  #: app/features/ix.php:2760 app/features/locations.php:58
1070
  #: app/features/locations.php:229 app/features/locations.php:281
1071
  #: app/features/locations.php:283
1078
  #: app/features/mec/meta_boxes/search_form.php:299
1079
  #: app/features/mec/meta_boxes/search_form.php:339
1080
  #: app/features/mec/meta_boxes/search_form.php:386
1081
+ #: app/features/mec/meta_boxes/search_form.php:433 app/libraries/main.php:1645
1082
+ #: app/libraries/main.php:4247 app/libraries/skins.php:742
1083
+ #: app/skins/single/default.php:141 app/skins/single/default.php:352
1084
  #: app/skins/single/m1.php:154 app/skins/single/m2.php:86
1085
  #: app/skins/single/modern.php:83
1086
  msgid "Location"
1087
  msgstr "Lieu"
1088
 
1089
+ #: app/features/events.php:1794 app/features/events.php:1974
1090
+ #: app/features/events.php:2018 app/features/ix.php:2719
1091
  #: app/features/ix.php:2760 app/features/mec/meta_boxes/display_options.php:662
1092
  #: app/features/mec/meta_boxes/search_form.php:45
1093
  #: app/features/mec/meta_boxes/search_form.php:92
1100
  #: app/features/mec/meta_boxes/search_form.php:440
1101
  #: app/features/organizers.php:58 app/features/organizers.php:199
1102
  #: app/features/organizers.php:255 app/features/organizers.php:257
1103
+ #: app/libraries/main.php:4249 app/libraries/skins.php:768
1104
+ #: app/skins/single/default.php:181 app/skins/single/default.php:392
1105
  #: app/skins/single/m1.php:90 app/skins/single/m2.php:22
1106
  #: app/skins/single/modern.php:21
1107
  msgid "Organizer"
1108
  msgstr "Organisateur"
1109
 
1110
+ #: app/features/events.php:1798
1111
  msgid "Repeat"
1112
  msgstr "Répetition"
1113
 
1114
+ #: app/features/events.php:1799
1115
  msgid "Author"
1116
  msgstr "Auteur"
1117
 
1118
+ #: app/features/events.php:1909 app/features/events.php:1910
1119
  msgid "iCal Export"
1120
  msgstr "Exporter vers iCal"
1121
 
1122
+ #: app/features/events.php:1912 app/features/events.php:1913
1123
  msgid "CSV Export"
1124
  msgstr "Exporter en CSV"
1125
 
1126
+ #: app/features/events.php:1915 app/features/events.php:1916
1127
  msgid "MS Excel Export"
1128
  msgstr "Exporter en Microsoft Excel"
1129
 
1130
+ #: app/features/events.php:1918 app/features/events.php:1919
1131
  msgid "XML Export"
1132
  msgstr "Exporter en XML"
1133
 
1134
+ #: app/features/events.php:1921 app/features/events.php:1922
1135
  msgid "JSON Export"
1136
  msgstr "Exporter en JSON"
1137
 
1138
+ #: app/features/events.php:1924 app/features/events.php:1925
1139
  msgid "Duplicate"
1140
  msgstr "Dupliquer"
1141
 
1142
+ #: app/features/events.php:1974 app/features/events.php:2018
1143
  #: app/features/ix.php:2719 app/features/ix.php:2760
1144
  #: app/features/labels.php:176 app/features/locations.php:228
1145
  #: app/features/organizers.php:198 app/features/speakers.php:241
1146
  msgid "ID"
1147
  msgstr "ID"
1148
 
1149
+ #: app/features/events.php:1974 app/features/events.php:2018
1150
  #: app/features/ix.php:2719 app/features/ix.php:2760
1151
  msgid "Link"
1152
  msgstr "Lien"
1153
 
1154
+ #: app/features/events.php:1974 app/features/events.php:2018
1155
  #, php-format
1156
  msgid "%s Tel"
1157
  msgstr "%s Téléphone"
1158
 
1159
+ #: app/features/events.php:1974 app/features/events.php:2018
1160
  #, fuzzy, php-format
1161
  msgid "%s Email"
1162
  msgstr "%s mail"
1203
  msgid "Please fill event title field!"
1204
  msgstr "Merci de renseigner le champs Titre de l'événement !"
1205
 
1206
+ #: app/features/fes.php:799
1207
  msgid "The event submitted. It will publish as soon as possible."
1208
  msgstr "Événement soumis. Il sera publié dans les plus brefs délais."
1209
 
1210
+ #: app/features/fes.php:800
1211
  msgid "The event published."
1212
  msgstr "Événement Publié."
1213
 
1231
  msgid "eg. John Smith"
1232
  msgstr "ex : Surnom"
1233
 
1234
+ #: app/features/fes/form.php:488 app/features/mec/settings.php:990
1235
  msgid "Featured Image"
1236
  msgstr "Image Principale"
1237
 
1240
  msgstr "Supprimer l'image"
1241
 
1242
  #: app/features/fes/form.php:535 app/features/labels.php:61
1243
+ #: app/features/labels.php:220 app/features/mec.php:312
1244
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4244
1245
+ #: app/skins/single/default.php:120 app/skins/single/default.php:331
1246
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:199
1247
  msgid "Labels"
1248
  msgstr "Labels"
1249
 
1250
+ #: app/features/fes/form.php:580 app/features/mec.php:310
1251
  #: app/features/mec/meta_boxes/filter.php:138
1252
  msgid "Tags"
1253
  msgstr "Étiquettes"
1285
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1286
  #: app/features/mec/notifications.php:76 app/features/mec/regform.php:75
1287
  #: app/features/mec/settings.php:249 app/features/mec/styles.php:77
1288
+ #: app/features/mec/styling.php:99 app/features/mec/support.php:73
1289
  msgid "Import / Export"
1290
  msgstr "Importer/Exporter"
1291
 
1458
  "This will export all of your website events' data into your desired format."
1459
  msgstr "Ceci va exporter toutes les données d'évènements au format choisi."
1460
 
1461
+ #: app/features/ix/export.php:25 app/features/mec/settings.php:779
1462
  msgid "iCal"
1463
  msgstr "iCal"
1464
 
1569
  msgid "Add to Google Calendar"
1570
  msgstr "Ajouter à Google Agenda"
1571
 
1572
+ #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1481
1573
  msgid "Checking ..."
1574
  msgstr "Vérification..."
1575
 
1615
  msgid "ICS Feed"
1616
  msgstr ""
1617
 
1618
+ #: app/features/ix/import.php:46 app/features/mec/settings.php:660
1619
+ #: app/features/mec/settings.php:810 app/features/mec/settings.php:828
1620
+ #: app/features/mec/settings.php:1112 app/features/mec/settings.php:1202
1621
+ #: app/features/mec/settings.php:1219 app/features/mec/settings.php:1284
1622
  #, php-format
1623
  msgid "%s is required to use this feature."
1624
  msgstr ""
1630
  #: app/features/mec/meta_boxes/display_options.php:578
1631
  #: app/features/mec/meta_boxes/display_options.php:628
1632
  #: app/features/mec/meta_boxes/display_options.php:766
1633
+ #: app/features/mec/settings.php:660 app/features/mec/settings.php:810
1634
+ #: app/features/mec/settings.php:828 app/features/mec/settings.php:1112
1635
+ #: app/features/mec/settings.php:1202 app/features/mec/settings.php:1219
1636
+ #: app/features/mec/settings.php:1284
1637
  #, fuzzy
1638
  #| msgid "Modern Events Calendar"
1639
  msgid "Pro version of Modern Events Calendar"
1963
 
1964
  #: app/features/labels.php:116 app/features/labels.php:141
1965
  #: app/skins/agenda/render.php:36 app/skins/available_spot/tpl.php:31
1966
+ #: app/skins/carousel/render.php:58 app/skins/countdown/tpl.php:24
1967
  #: app/skins/cover/tpl.php:27 app/skins/daily_view/render.php:22
1968
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
1969
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
1977
  msgstr "Image Principale"
1978
 
1979
  #: app/features/labels.php:117 app/features/labels.php:142
1980
+ #: app/libraries/main.php:4437 app/skins/agenda/render.php:40
1981
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
1982
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:31
1983
  #: app/skins/daily_view/render.php:26 app/skins/grid/render.php:53
1984
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2010
  msgid "Event %s"
2011
  msgstr "%s événement"
2012
 
2013
+ #: app/features/locations.php:59 app/features/mec.php:313
2014
  #: app/features/mec/dashboard.php:171 app/features/mec/meta_boxes/filter.php:87
2015
+ #: app/libraries/main.php:4246
2016
  msgid "Locations"
2017
  msgstr "Lieux"
2018
 
2083
  msgid "eg. City Hall"
2084
  msgstr "Ex : La Source"
2085
 
2086
+ #: app/features/locations.php:298 app/features/mec/settings.php:1020
2087
  #: app/widgets/single.php:115
2088
  msgid "Event Location"
2089
  msgstr "Lieu de l'événement"
2108
  msgid "Don't show map in single event page"
2109
  msgstr "Ne pas afficher de carte pour cet événement"
2110
 
2111
+ #: app/features/mec.php:148
2112
  msgid ""
2113
  "Activation faild. Please check your purchase code or license type."
2114
  "<br><b>Note: Your purchase code should match your licesne type.</b>"
2115
  msgstr ""
2116
 
2117
+ #: app/features/mec.php:148
2118
  msgid "Troubleshooting"
2119
  msgstr ""
2120
 
2121
+ #: app/features/mec.php:188
2122
  msgid ""
2123
  "Your options is not in JSON format. Please insert correct options in this "
2124
  "field and try again."
2125
  msgstr ""
2126
 
2127
+ #: app/features/mec.php:195
2128
  #, fuzzy
2129
  #| msgid "Your booking cannot verify!"
2130
  msgid "Your options field can not be empty!"
2131
  msgstr "Votre réservation ne peut pas être vérifiée!"
2132
 
2133
+ #: app/features/mec.php:201
2134
  #, fuzzy
2135
  #| msgid "Your booking successfully verified."
2136
  msgid "Your options imported successfuly."
2137
  msgstr "Votre réservation est vérifiée avec succès."
2138
 
2139
+ #: app/features/mec.php:294
2140
  #, fuzzy
2141
  #| msgid "Support"
2142
  msgid "MEC - Support"
2143
  msgstr "Aide"
2144
 
2145
+ #: app/features/mec.php:294 app/features/mec/gateways.php:84
2146
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2147
  #: app/features/mec/notifications.php:83 app/features/mec/regform.php:82
2148
  #: app/features/mec/settings.php:256 app/features/mec/styles.php:84
2149
+ #: app/features/mec/styling.php:106 app/features/mec/support-page.php:9
2150
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2151
  msgid "Support"
2152
  msgstr "Aide"
2153
 
2154
+ #: app/features/mec.php:314 app/features/mec/dashboard.php:178
2155
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2156
+ #: app/libraries/main.php:4248
2157
  msgid "Organizers"
2158
  msgstr "Organisateurs"
2159
 
2160
+ #: app/features/mec.php:322 app/features/mec.php:336
2161
  #: app/features/mec/dashboard.php:164
2162
  msgid "Shortcodes"
2163
  msgstr "Shortcodes"
2164
 
2165
+ #: app/features/mec.php:323
2166
  msgid "MEC - Settings"
2167
  msgstr "Agenda - Paramètres"
2168
 
2169
+ #: app/features/mec.php:338
2170
  msgid "Add Shortcode"
2171
  msgstr "Ajouter un Shortcode"
2172
 
2173
+ #: app/features/mec.php:339
2174
  msgid "Add New Shortcode"
2175
  msgstr "Ajouter un nouveau Shortcode"
2176
 
2177
+ #: app/features/mec.php:340
2178
  msgid "No shortcodes found!"
2179
  msgstr "Aucun shortcode trouvé !"
2180
 
2181
+ #: app/features/mec.php:341
2182
  msgid "All Shortcodes"
2183
  msgstr "Tous les Shortcode"
2184
 
2185
+ #: app/features/mec.php:342
2186
  msgid "Edit shortcodes"
2187
  msgstr "Modifier les shortcodes"
2188
 
2189
+ #: app/features/mec.php:343
2190
  msgid "No shortcodes found in Trash!"
2191
  msgstr "Pas de shortcode dans la corbeille"
2192
 
2193
+ #: app/features/mec.php:390
2194
  msgid "Display Options"
2195
  msgstr "Options d'affichage"
2196
 
2197
+ #: app/features/mec.php:391
2198
  msgid "Filter Options"
2199
  msgstr "Options des filtres"
2200
 
2201
+ #: app/features/mec.php:393
2202
  msgid "Search Form"
2203
  msgstr "Formulaire de Recherche"
2204
 
2205
+ #: app/features/mec.php:720
2206
  msgid "Display content's images as Popup"
2207
  msgstr ""
2208
 
2209
+ #: app/features/mec.php:733
2210
  msgid "Single Event Display Method"
2211
  msgstr "Méthode d'affichage"
2212
 
2213
+ #: app/features/mec.php:738
2214
  msgid "Separate Window"
2215
  msgstr "Page séparé"
2216
 
2217
+ #: app/features/mec.php:739
2218
  msgid "Modal 1"
2219
  msgstr "Pop-up"
2220
 
2274
  "code."
2275
  msgstr ""
2276
 
2277
+ #: app/features/mec/dashboard.php:189 app/features/mec/settings.php:507
2278
  msgid "Upcoming Events"
2279
  msgstr "Prochains évenements"
2280
 
2323
  msgid "Change Log"
2324
  msgstr "Journal des modifications"
2325
 
2326
+ #: app/features/mec/gateways.php:11 app/features/mec/gateways.php:111
2327
+ #: app/features/mec/gateways.php:120 app/features/mec/gateways.php:161
2328
+ #: app/features/mec/gateways.php:171 app/features/mec/messages.php:11
2329
+ #: app/features/mec/messages.php:118 app/features/mec/messages.php:127
2330
+ #: app/features/mec/messages.php:161 app/features/mec/messages.php:170
2331
+ #: app/features/mec/notifications.php:10 app/features/mec/notifications.php:374
2332
+ #: app/features/mec/notifications.php:383
2333
+ #: app/features/mec/notifications.php:437
2334
+ #: app/features/mec/notifications.php:446 app/features/mec/regform.php:11
2335
+ #: app/features/mec/regform.php:150 app/features/mec/regform.php:193
2336
+ #: app/features/mec/regform.php:229 app/features/mec/regform.php:238
2337
+ #: app/features/mec/settings.php:28 app/features/mec/settings.php:1407
2338
+ #: app/features/mec/settings.php:1417 app/features/mec/settings.php:1498
2339
+ #: app/features/mec/settings.php:1512 app/features/mec/styles.php:11
2340
+ #: app/features/mec/styles.php:103 app/features/mec/styles.php:112
2341
+ #: app/features/mec/styles.php:149 app/features/mec/styles.php:158
2342
+ #: app/features/mec/styling.php:33 app/features/mec/styling.php:304
2343
+ #: app/features/mec/styling.php:313 app/features/mec/styling.php:376
2344
+ #: app/features/mec/styling.php:385
2345
+ msgid "Save Changes"
2346
+ msgstr "Sauvegarder"
2347
+
2348
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2349
  #: app/features/mec/messages.php:56 app/features/mec/notifications.php:55
2350
  #: app/features/mec/regform.php:54 app/features/mec/settings.php:228
2351
+ #: app/features/mec/styles.php:56 app/features/mec/styling.php:78
2352
  #: app/features/mec/support.php:52
2353
  msgid "Styling Options"
2354
  msgstr "Options de style"
2356
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2357
  #: app/features/mec/messages.php:63 app/features/mec/notifications.php:62
2358
  #: app/features/mec/regform.php:61 app/features/mec/settings.php:235
2359
+ #: app/features/mec/styles.php:63 app/features/mec/styling.php:85
2360
  #: app/features/mec/support.php:59
2361
  msgid "Custom CSS"
2362
  msgstr "Modifier le CSS"
2365
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2366
  #: app/features/mec/notifications.php:69 app/features/mec/regform.php:68
2367
  #: app/features/mec/settings.php:242 app/features/mec/styles.php:70
2368
+ #: app/features/mec/styling.php:92 app/features/mec/support.php:66
2369
  msgid "Messages"
2370
  msgstr "Messages"
2371
 
2372
+ #: app/features/mec/gateways.php:140 app/features/mec/messages.php:145
2373
+ #: app/features/mec/notifications.php:421 app/features/mec/regform.php:213
2374
+ #: app/features/mec/settings.php:1476 app/features/mec/styles.php:132
2375
+ #: app/features/mec/styling.php:358
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2376
  msgid "Saved"
2377
  msgstr "Sauvegardé"
2378
 
2379
+ #: app/features/mec/gateways.php:141 app/features/mec/messages.php:146
2380
+ #: app/features/mec/notifications.php:422 app/features/mec/regform.php:214
2381
+ #: app/features/mec/settings.php:1477 app/features/mec/styles.php:133
2382
+ #: app/features/mec/styling.php:359
2383
  msgid "Settings Saved!"
2384
  msgstr ""
2385
 
2432
  #: app/features/mec/meta_boxes/display_options.php:129
2433
  #: app/features/mec/meta_boxes/display_options.php:431
2434
  #: app/features/mec/meta_boxes/display_options.php:686
2435
+ #: app/features/mec/settings.php:383 app/features/mec/settings.php:407
2436
+ #: app/features/mec/settings.php:416 app/features/mec/settings.php:451
2437
+ #: app/features/mec/settings.php:475 app/features/mec/settings.php:484
2438
  msgid "Classic"
2439
  msgstr "Classique"
2440
 
2441
  #: app/features/mec/meta_boxes/display_options.php:35
2442
  #: app/features/mec/meta_boxes/display_options.php:131
2443
+ #: app/features/mec/settings.php:408 app/features/mec/settings.php:418
2444
+ #: app/features/mec/settings.php:476 app/features/mec/settings.php:486
2445
  msgid "Minimal"
2446
  msgstr "Minimal"
2447
 
2451
  #: app/features/mec/meta_boxes/display_options.php:433
2452
  #: app/features/mec/meta_boxes/display_options.php:585
2453
  #: app/features/mec/meta_boxes/display_options.php:688
2454
+ #: app/features/mec/settings.php:385 app/features/mec/settings.php:398
2455
+ #: app/features/mec/settings.php:409 app/features/mec/settings.php:419
2456
+ #: app/features/mec/settings.php:453 app/features/mec/settings.php:466
2457
+ #: app/features/mec/settings.php:477 app/features/mec/settings.php:487
2458
  msgid "Modern"
2459
  msgstr "Moderne"
2460
 
2461
  #: app/features/mec/meta_boxes/display_options.php:37
2462
+ #: app/features/mec/settings.php:410 app/features/mec/settings.php:478
2463
  msgid "Standard"
2464
  msgstr "Standard"
2465
 
2466
  #: app/features/mec/meta_boxes/display_options.php:38
2467
+ #: app/features/mec/settings.php:411 app/features/mec/settings.php:479
2468
  msgid "Accordion"
2469
  msgstr "Accordéon"
2470
 
2660
  #: app/features/mec/meta_boxes/display_options.php:432
2661
  #: app/features/mec/meta_boxes/display_options.php:586
2662
  #: app/features/mec/meta_boxes/display_options.php:687
2663
+ #: app/features/mec/settings.php:384 app/features/mec/settings.php:399
2664
+ #: app/features/mec/settings.php:417 app/features/mec/settings.php:452
2665
+ #: app/features/mec/settings.php:467 app/features/mec/settings.php:485
2666
  msgid "Clean"
2667
  msgstr "Propre"
2668
 
2669
  #: app/features/mec/meta_boxes/display_options.php:133
2670
  #: app/features/mec/meta_boxes/display_options.php:309
2671
  #: app/features/mec/meta_boxes/display_options.php:435
2672
+ #: app/features/mec/settings.php:387 app/features/mec/settings.php:420
2673
+ #: app/features/mec/settings.php:455 app/features/mec/settings.php:488
2674
  msgid "Simple"
2675
  msgstr "Simple"
2676
 
2681
  #: app/features/mec/meta_boxes/display_options.php:135
2682
  #: app/features/mec/meta_boxes/display_options.php:308
2683
  #: app/features/mec/meta_boxes/display_options.php:434
2684
+ #: app/features/mec/settings.php:386 app/features/mec/settings.php:422
2685
+ #: app/features/mec/settings.php:454 app/features/mec/settings.php:490
2686
  msgid "Novel"
2687
  msgstr ""
2688
 
2705
  #: app/features/mec/meta_boxes/display_options.php:471
2706
  #: app/features/mec/meta_boxes/display_options.php:578
2707
  #: app/features/mec/meta_boxes/display_options.php:766
 
2708
  #, php-format
2709
  msgid "%s is required to use this skin."
2710
  msgstr ""
2720
 
2721
  #: app/features/mec/meta_boxes/display_options.php:297
2722
  #: app/features/mec/meta_boxes/display_options.php:314
2723
+ #: app/libraries/main.php:329 app/libraries/main.php:1198
2724
+ #: app/libraries/main.php:1223
2725
  msgid "List View"
2726
  msgstr "Vue liste"
2727
 
2728
  #: app/features/mec/meta_boxes/display_options.php:298
2729
  #: app/features/mec/meta_boxes/display_options.php:324
2730
+ #: app/libraries/main.php:333 app/libraries/main.php:1192
2731
+ #: app/libraries/main.php:1217
2732
  msgid "Yearly View"
2733
  msgstr ""
2734
 
2739
 
2740
  #: app/features/mec/meta_boxes/display_options.php:300
2741
  #: app/features/mec/meta_boxes/display_options.php:344
2742
+ #: app/libraries/main.php:336 app/libraries/main.php:1194
2743
+ #: app/libraries/main.php:1219
2744
  msgid "Weekly View"
2745
  msgstr "Vue Hebdomadaire"
2746
 
2747
  #: app/features/mec/meta_boxes/display_options.php:301
2748
  #: app/features/mec/meta_boxes/display_options.php:354
2749
+ #: app/libraries/main.php:335 app/libraries/main.php:1195
2750
+ #: app/libraries/main.php:1220
2751
  msgid "Daily View"
2752
  msgstr "Vue Quotidienne"
2753
 
3070
  #: app/features/mec/meta_boxes/search_form.php:449
3071
  #: app/features/mec/meta_boxes/search_form.php:456
3072
  #: app/features/mec/meta_boxes/search_form.php:463
3073
+ #: app/features/mec/settings.php:306 app/features/mec/settings.php:519
3074
+ #: app/features/mec/settings.php:703
3075
  msgid "Disabled"
3076
  msgstr "Désactivé"
3077
 
3362
  msgid "Email/Booking verification link."
3363
  msgstr "Vérification des réservations."
3364
 
3365
+ #: app/features/mec/notifications.php:196 app/features/mec/settings.php:1175
3366
  msgid "Booking Confirmation"
3367
  msgstr "Confirmation de réservation"
3368
 
3445
  msgid "Status of event"
3446
  msgstr "Statut de l'événement"
3447
 
3448
+ #: app/features/mec/notifications.php:362 app/features/mec/settings.php:1062
3449
  msgid "Event Note"
3450
  msgstr "Note sur l'événement"
3451
 
3457
  msgid "Archive Page Options"
3458
  msgstr ""
3459
 
3460
+ #: app/features/mec/settings.php:96 app/features/mec/settings.php:768
3461
  msgid "Export Module Options"
3462
  msgstr "Options du Module d'Export"
3463
 
3464
+ #: app/features/mec/settings.php:102 app/features/mec/settings.php:795
3465
  msgid "Local Time Module"
3466
  msgstr "Module d'Heure Locale"
3467
 
3468
+ #: app/features/mec/settings.php:108 app/features/mec/settings.php:807
3469
  msgid "QR Code Module"
3470
  msgstr ""
3471
 
3472
+ #: app/features/mec/settings.php:114 app/features/mec/settings.php:825
3473
  #: app/widgets/single.php:147
3474
  msgid "Weather Module"
3475
  msgstr ""
3476
 
3477
+ #: app/features/mec/settings.php:144 app/features/mec/settings.php:1081
3478
  msgid "User Profile"
3479
  msgstr ""
3480
 
3481
+ #: app/features/mec/settings.php:156 app/features/mec/settings.php:1099
3482
  #, fuzzy
3483
  msgid "Additional Organizers"
3484
  msgstr "Tous les organisateurs"
3485
 
3486
+ #: app/features/mec/settings.php:174 app/features/mec/settings.php:1216
3487
  msgid "Taxes / Fees"
3488
  msgstr "Taxes et frais"
3489
 
3490
+ #: app/features/mec/settings.php:180 app/features/mec/settings.php:1281
3491
  msgid "Ticket Variations & Options"
3492
  msgstr ""
3493
 
3494
  #: app/features/mec/settings.php:276
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3495
  msgid "Hide Events"
3496
  msgstr "Cacher l'évenements"
3497
 
3498
+ #: app/features/mec/settings.php:279
3499
  msgid "On Event Start"
3500
  msgstr "Au début de l'événement"
3501
 
3502
+ #: app/features/mec/settings.php:280
3503
  msgid "+1 Hour after start"
3504
  msgstr "1 Heure après le début"
3505
 
3506
+ #: app/features/mec/settings.php:281
3507
  msgid "+2 Hours after start"
3508
  msgstr "2 Heures après le début"
3509
 
3510
+ #: app/features/mec/settings.php:282
3511
  msgid "On Event End"
3512
  msgstr "À la fin de l'événement"
3513
 
3514
+ #: app/features/mec/settings.php:284
3515
+ msgid ""
3516
+ "This option is for showing start/end time of events on frontend of website."
3517
+ msgstr ""
3518
+ "Cette option sert à montrer le temps de début/fin, des événements sur "
3519
+ "l'affichage du site"
3520
+
3521
+ #: app/features/mec/settings.php:290
3522
  msgid "Multiple Day Events"
3523
  msgstr "Événements à Dates Multiples"
3524
 
3525
+ #: app/features/mec/settings.php:293
3526
  msgid "Show only first day on List/Grid/Slider skins"
3527
  msgstr ""
3528
  "Afficher uniquement le premier jour sous forme de Liste/Grille/Carrousel"
3529
 
3530
+ #: app/features/mec/settings.php:294
3531
  msgid "Show only first day on all skins"
3532
  msgstr "Afficher uniquement le premier jour sur tous les styles"
3533
 
3534
+ #: app/features/mec/settings.php:295
3535
  msgid "Show all days"
3536
  msgstr "Afficher tous les jours"
3537
 
3538
+ #: app/features/mec/settings.php:297
3539
  msgid ""
3540
  "For showing all days of multiple day events on frontend or only show the "
3541
  "first day."
3543
  "Pour afficher toutes les dates d'un événement de plusieurs jours sur le "
3544
  "frontend ou seulement afficher le premier jour."
3545
 
3546
+ #: app/features/mec/settings.php:303
3547
  msgid "Remove MEC Data on Plugin Uninstall"
3548
  msgstr "Retirer les données de M.E.C. lors de la désinstallation"
3549
 
3550
+ #: app/features/mec/settings.php:307
3551
  msgid "Enabled"
3552
  msgstr "Activé"
3553
 
3554
+ #: app/features/mec/settings.php:313
3555
  msgid "Exclude Date Suffix"
3556
  msgstr "Retiré les suffixes de dates "
3557
 
3558
+ #: app/features/mec/settings.php:316
3559
  msgid "Remove suffix from calendars"
3560
  msgstr "Retirer les suffixes de date des Calendriers"
3561
 
3562
+ #: app/features/mec/settings.php:323 app/libraries/main.php:4255
3563
  msgid "Weekdays"
3564
  msgstr "Jours de la Semaine"
3565
 
3566
+ #: app/features/mec/settings.php:331
3567
  msgid ""
3568
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
3569
  "and Friday."
3570
  msgstr "Attention : Par défaut Lundi, Mardi, Mercredi, Jeudi, Vendredi."
3571
 
3572
+ #: app/features/mec/settings.php:338
3573
  msgid "Weekends"
3574
  msgstr "Jour du Week End"
3575
 
3576
+ #: app/features/mec/settings.php:346
3577
  msgid "Proceed with caution. Default is set to Saturday and Sunday."
3578
  msgstr "Attention : Par défaut Samedi et Dimanche ."
3579
 
3580
+ #: app/features/mec/settings.php:354
3581
  msgid "Archive Pages"
3582
  msgstr ""
3583
 
3584
+ #: app/features/mec/settings.php:357
3585
  msgid "Archive Page Title"
3586
  msgstr "Titre de la page archive"
3587
 
3588
+ #: app/features/mec/settings.php:360
3589
  msgid "Default value is Events"
3590
  msgstr "La valeur par défaut est \"Events\""
3591
 
3592
+ #: app/features/mec/settings.php:365
3593
  msgid "Archive Page Skin"
3594
  msgstr "Style de la page des archives"
3595
 
3596
+ #: app/features/mec/settings.php:373
3597
  #, fuzzy
3598
  #| msgid "Edit shortcodes"
3599
  msgid "Put shortcode..."
3600
  msgstr "Modifier les shortcodes"
3601
 
3602
+ #: app/features/mec/settings.php:376 app/features/mec/settings.php:391
3603
+ #: app/features/mec/settings.php:394 app/features/mec/settings.php:403
3604
+ #: app/features/mec/settings.php:429 app/features/mec/settings.php:444
3605
+ #: app/features/mec/settings.php:459 app/features/mec/settings.php:462
3606
+ #: app/features/mec/settings.php:471 app/features/mec/settings.php:497
3607
  #, fuzzy
3608
  #| msgid "The event is ongoing."
3609
  msgid "There is no skins"
3610
  msgstr "L'événement est en cours."
3611
 
3612
+ #: app/features/mec/settings.php:379 app/features/mec/settings.php:447
3613
+ #: app/features/mec/settings.php:572
3614
  msgid "Modern Style"
3615
  msgstr "Style moderne"
3616
 
3617
+ #: app/features/mec/settings.php:421 app/features/mec/settings.php:489
3618
  #, fuzzy
3619
  #| msgid "Colorful"
3620
  msgid "colorful"
3621
  msgstr "Coloré"
3622
 
3623
+ #: app/features/mec/settings.php:426 app/features/mec/settings.php:494
3624
  #, fuzzy
3625
  #| msgid "Plain Style"
3626
  msgid "Clean Style"
3627
  msgstr "Simple"
3628
 
3629
+ #: app/features/mec/settings.php:431
3630
  msgid "Default value is Calendar/Monthly View"
3631
  msgstr "La valeur par défaut est Calendrier / Mensuel"
3632
 
3633
+ #: app/features/mec/settings.php:436
3634
  msgid "Category Page Skin"
3635
  msgstr "Apparence page de catégorie"
3636
 
3637
+ #: app/features/mec/settings.php:499
3638
  msgid "Default value is List View"
3639
  msgstr "La valeur par défaut est l'apparence \"liste\""
3640
 
3641
+ #: app/features/mec/settings.php:504
3642
  msgid "Category Events Method"
3643
  msgstr ""
3644
 
3645
+ #: app/features/mec/settings.php:508
3646
  msgid "Expired Events"
3647
  msgstr ""
3648
 
3649
+ #: app/features/mec/settings.php:510
3650
  msgid "Default value is Upcoming Events"
3651
  msgstr ""
3652
 
3653
+ #: app/features/mec/settings.php:515
3654
  msgid "Events Archive Status"
3655
  msgstr "Archivage des Événements"
3656
 
3657
+ #: app/features/mec/settings.php:518
3658
  msgid "Enabled (Recommended)"
3659
  msgstr "Activé (Recommandé)"
3660
 
3661
+ #: app/features/mec/settings.php:521
3662
  msgid ""
3663
  "If you disable it, then you should create a page as archive page of MEC. "
3664
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
3669
  "E.C. . Aussi, cela désactivera également toutes les règles de réécriture de "
3670
  "M.E.C. ."
3671
 
3672
+ #: app/features/mec/settings.php:531
3673
  msgid "Main Slug"
3674
  msgstr "Identifiant des événements"
3675
 
3676
+ #: app/features/mec/settings.php:534
3677
  msgid ""
3678
  "Default value is events. Valid characters are lowercase a-z, - character and "
3679
  "numbers."
3681
  "La valeur par défaut est events. Les caractères valides sont les lettres "
3682
  "minuscules (a-z) et les chiffres"
3683
 
3684
+ #: app/features/mec/settings.php:538
3685
  msgid "Category Slug"
3686
  msgstr "Identifiant de la catégorie"
3687
 
3688
+ #: app/features/mec/settings.php:541
3689
  msgid ""
3690
  "It's slug of MEC categories, you can change it to events-cat or something "
3691
  "else. Default value is mec-category. Valid characters are lowercase a-z, - "
3696
  "category. Les caractères valides sont les lettres minuscules (a-z) et les "
3697
  "chiffres."
3698
 
3699
+ #: app/features/mec/settings.php:551
3700
  msgid "Single Event Date Format"
3701
  msgstr "Format de date des événements"
3702
 
3703
+ #: app/features/mec/settings.php:554 app/features/mec/settings.php:916
3704
  msgid "Default is M d Y"
3705
  msgstr "Par défaut : M d Y"
3706
 
3707
+ #: app/features/mec/settings.php:558
3708
  msgid "Date Method"
3709
  msgstr "Méthode de date"
3710
 
3711
+ #: app/features/mec/settings.php:561
3712
  msgid "Next occurrence date"
3713
  msgstr "Date de la prochaine occurence"
3714
 
3715
+ #: app/features/mec/settings.php:562
3716
  msgid "Referred date"
3717
  msgstr "Date référée"
3718
 
3719
+ #: app/features/mec/settings.php:564
3720
  msgid ""
3721
  "\"Referred date\" shows the event date based on referred date in event list."
3722
  msgstr ""
3723
  "\"Date Référée\" montre la date de l'événement basée sur la date référée "
3724
  "dans la liste d'événements."
3725
 
3726
+ #: app/features/mec/settings.php:568
3727
  msgid "Single Event Style"
3728
  msgstr "Style de la page d'événement"
3729
 
3730
+ #: app/features/mec/settings.php:571
3731
  msgid "Default Style"
3732
  msgstr "Style par défaut"
3733
 
3734
+ #: app/features/mec/settings.php:574
3735
  msgid "Choose your single event style."
3736
  msgstr "Choisissez le style de votre page d'événement."
3737
 
3738
+ #: app/features/mec/settings.php:578
3739
  #, fuzzy
3740
  #| msgid "Booking"
3741
  msgid "Booking Style"
3742
  msgstr "Réservation"
3743
 
3744
+ #: app/features/mec/settings.php:581 app/features/mec/settings.php:692
3745
  msgid "Default"
3746
  msgstr "Par défaut"
3747
 
3748
+ #: app/features/mec/settings.php:582
3749
  #, fuzzy
3750
  #| msgid "Modal 1"
3751
  msgid "Modal"
3752
  msgstr "Pop-up"
3753
 
3754
+ #: app/features/mec/settings.php:584
3755
  #, fuzzy
3756
  #| msgid "Choose your single event style."
3757
  msgid "Choose your Booking style."
3758
  msgstr "Choisissez le style de votre page d'événement."
3759
 
3760
+ #: app/features/mec/settings.php:592
3761
  msgid "Currency"
3762
  msgstr "Devise"
3763
 
3764
+ #: app/features/mec/settings.php:602
3765
  msgid "Currency Sign"
3766
  msgstr "Symbole de la devise"
3767
 
3768
+ #: app/features/mec/settings.php:605
3769
  msgid "Default value will be \"currency\" if you leave it empty."
3770
  msgstr "Si elle est vide, la valeur par défaut sera utilisée."
3771
 
3772
+ #: app/features/mec/settings.php:609
3773
  msgid "Currency Position"
3774
  msgstr "Position du symbole de devise"
3775
 
3776
+ #: app/features/mec/settings.php:612
3777
  msgid "Before $10"
3778
  msgstr "Avant €10"
3779
 
3780
+ #: app/features/mec/settings.php:613
3781
  msgid "After 10$"
3782
  msgstr "Après 10€"
3783
 
3784
+ #: app/features/mec/settings.php:618
3785
  msgid "Thousand Separator"
3786
  msgstr "Séparateur des milliers"
3787
 
3788
+ #: app/features/mec/settings.php:624
3789
  msgid "Decimal Separator"
3790
  msgstr "Séparateur des décimales"
3791
 
3792
+ #: app/features/mec/settings.php:634
3793
  msgid "No decimal"
3794
  msgstr "Pas de décimales"
3795
 
3796
+ #: app/features/mec/settings.php:643
3797
  #, fuzzy
3798
  #| msgid "No Search Options"
3799
  msgid "Speakers Options"
3800
  msgstr "Aucune option de recherche"
3801
 
3802
+ #: app/features/mec/settings.php:649
3803
  #, fuzzy
3804
  #| msgid "Enable taxes / fees module"
3805
  msgid "Enable speakers feature"
3806
  msgstr "Activer le module de taxes / frais"
3807
 
3808
+ #: app/features/mec/settings.php:665
3809
  msgid "Show Google Maps on event page"
3810
  msgstr "Montrer la Carte sur les pages d'événement"
3811
 
3812
+ #: app/features/mec/settings.php:670 app/features/mec/settings.php:838
3813
+ #: app/features/mec/settings.php:1379
3814
  msgid "API Key"
3815
  msgstr "Clés API"
3816
 
3817
+ #: app/features/mec/settings.php:673 app/features/mec/settings.php:1382
3818
+ #: app/features/mec/settings.php:1389
3819
  msgid "Required!"
3820
  msgstr "Requis !"
3821
 
3822
+ #: app/features/mec/settings.php:677
3823
  msgid "Zoom level"
3824
  msgstr "Niveau de Zoom"
3825
 
3826
+ #: app/features/mec/settings.php:684
3827
  msgid ""
3828
  "For Google Maps module in single event page. In Google Maps skin, it will "
3829
  "caculate the zoom level automatically based on event boundaries."
3832
  "calculera automatiquement le niveau de zoom en fonction de l'emplacement des "
3833
  "événements."
3834
 
3835
+ #: app/features/mec/settings.php:688
3836
  msgid "Google Maps Style"
3837
  msgstr "Style de Google Map"
3838
 
3839
+ #: app/features/mec/settings.php:700
3840
  msgid "Direction on single event"
3841
  msgstr "Adresse sur page d'Evénement"
3842
 
3843
+ #: app/features/mec/settings.php:704
3844
  msgid "Simple Method"
3845
  msgstr "Méthode simple"
3846
 
3847
+ #: app/features/mec/settings.php:705
3848
  msgid "Advanced Method"
3849
  msgstr "Méthode avancée"
3850
 
3851
+ #: app/features/mec/settings.php:710
3852
  msgid "Lightbox Date Format"
3853
  msgstr "Format de Date de la Lightbox"
3854
 
3855
+ #: app/features/mec/settings.php:713
3856
  msgid "Default value is M d Y"
3857
  msgstr "La valeur par défaut est M d Y"
3858
 
3859
+ #: app/features/mec/settings.php:717
3860
  msgid "Google Maps API"
3861
  msgstr "Google Maps API"
3862
 
3863
+ #: app/features/mec/settings.php:721
3864
  msgid "Don't load Google Maps API library"
3865
  msgstr "Ne pas charger la bibliothèque de l'API Google Maps"
3866
 
3867
+ #: app/features/mec/settings.php:723
3868
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
3869
  msgstr ""
3870
  "Cochez-le uniquement si un autre plug-in / thème charge l'API Google Maps"
3871
 
3872
+ #: app/features/mec/settings.php:735
3873
  msgid "Enable Google Recaptcha"
3874
  msgstr "Activer Google Recaptcha"
3875
 
3876
+ #: app/features/mec/settings.php:742
3877
  msgid "Enable on booking form"
3878
  msgstr "Activer le formulaire de réservation"
3879
 
3880
+ #: app/features/mec/settings.php:748
3881
  #, fuzzy
3882
  #| msgid "Enable on \"Frontend Event Submittion\" form"
3883
  msgid "Enable on \"Frontend Event Submission\" form"
3884
  msgstr "Activer le formulaire d'ajout d'événement"
3885
 
3886
+ #: app/features/mec/settings.php:752
3887
  msgid "Site Key"
3888
  msgstr "Site Key"
3889
 
3890
+ #: app/features/mec/settings.php:758
3891
  msgid "Secret Key"
3892
  msgstr "Clef secrète"
3893
 
3894
+ #: app/features/mec/settings.php:772
3895
  msgid ""
3896
  "Show export module (iCal export and add to Google calendars) on event page"
3897
  msgstr ""
3898
  "Afficher module d'exportation (iCal export et ajouter des calendriers "
3899
  "Google) à la page de l'événement"
3900
 
3901
+ #: app/features/mec/settings.php:779
3902
  msgid "Google Calendar"
3903
  msgstr "Google Calendar"
3904
 
3905
+ #: app/features/mec/settings.php:799
3906
  msgid "Show event time based on local time of visitor on event page"
3907
  msgstr ""
3908
  "Afficher l'heure des événement en fonction de l'heure locale des visiteurs"
3909
 
3910
+ #: app/features/mec/settings.php:815
3911
  msgid "Show QR code of event in details page and booking invoice"
3912
  msgstr ""
3913
 
3914
+ #: app/features/mec/settings.php:833
3915
  msgid "Show weather module on event page"
3916
  msgstr ""
3917
 
3918
+ #: app/features/mec/settings.php:841
3919
  #, php-format
3920
  msgid "You can get a free API Key from %s"
3921
  msgstr ""
3922
 
3923
+ #: app/features/mec/settings.php:853
3924
  msgid "Show countdown module on event page"
3925
  msgstr "Afficher le module de compte à rebours sur la page de l'événement"
3926
 
3927
+ #: app/features/mec/settings.php:858
3928
  msgid "Countdown Style"
3929
  msgstr "Style du compte à rebours"
3930
 
3931
+ #: app/features/mec/settings.php:861
3932
  msgid "Plain Style"
3933
  msgstr "Simple"
3934
 
3935
+ #: app/features/mec/settings.php:862
3936
  msgid "Flip Style"
3937
  msgstr "Horloge Flip-Flap"
3938
 
3939
+ #: app/features/mec/settings.php:874
3940
  msgid "Show social network module"
3941
  msgstr "Afficher le Module de Réseau Social"
3942
 
3943
+ #: app/features/mec/settings.php:899
3944
  msgid "Show next event module on event page"
3945
  msgstr "Afficher le module événement suivant sur la page d'un événement"
3946
 
3947
+ #: app/features/mec/settings.php:904
3948
  msgid "Method"
3949
  msgstr "Méthode"
3950
 
3951
+ #: app/features/mec/settings.php:907
3952
  msgid "Next Occurrence of Current Event"
3953
  msgstr "Prochaine occurrence de l'événement en cours"
3954
 
3955
+ #: app/features/mec/settings.php:908
3956
  msgid "Next Occurrence of Other Events"
3957
  msgstr "Prochaine Occurrence de l'événement à venir"
3958
 
3959
+ #: app/features/mec/settings.php:913 app/features/mec/settings.php:1122
3960
  msgid "Date Format"
3961
  msgstr "Format de date"
3962
 
3963
+ #: app/features/mec/settings.php:926
3964
+ msgid "Time Format"
3965
+ msgstr "Format d'heure"
3966
+
3967
+ #: app/features/mec/settings.php:929
3968
+ msgid "12 hours format with AM/PM"
3969
+ msgstr "Affichage sur 12 heures avec \"du matin\" / \"de l'après midi\""
3970
+
3971
+ #: app/features/mec/settings.php:930
3972
+ msgid "24 hours format"
3973
+ msgstr "Affichage sur 24 heures"
3974
+
3975
+ #: app/features/mec/settings.php:932
3976
+ msgid "This option, affects the selection of Start/End time."
3977
+ msgstr ""
3978
+
3979
+ #: app/features/mec/settings.php:937
3980
  msgid "Events List Page"
3981
  msgstr "Page liste des événements"
3982
 
3983
+ #: app/features/mec/settings.php:946 app/features/mec/settings.php:958
3984
  #, php-format
3985
  msgid "Put %s shortcode into the page."
3986
  msgstr "Mettez %s le shortcode de dans la page."
3987
 
3988
+ #: app/features/mec/settings.php:949
3989
  msgid "Add/Edit Events Page"
3990
  msgstr "Ajouter/Éditer page d'événement"
3991
 
3992
+ #: app/features/mec/settings.php:963
3993
  msgid "Enable event submission by guest (Not logged-in) users"
3994
  msgstr ""
3995
  "Activer l'inscription d’événements pour les utilisateurs invités (non "
3996
  "connecté)."
3997
 
3998
+ #: app/features/mec/settings.php:970
3999
  msgid "Enable mandatory email and name for guest user"
4000
  msgstr "Activer la demande de Nom / Mail pour les utilisateurs invités"
4001
 
4002
+ #: app/features/mec/settings.php:974
4003
  msgid "Frontend Event Submission Sections"
4004
  msgstr "Réglages du formulaire de Création d’Événements"
4005
 
4006
+ #: app/features/mec/settings.php:996 app/widgets/single.php:119
4007
  msgid "Event Categories"
4008
  msgstr "Catégories de l'évènements"
4009
 
4010
+ #: app/features/mec/settings.php:1002
4011
  msgid "Event Labels"
4012
  msgstr "Labels d'événement"
4013
 
4014
+ #: app/features/mec/settings.php:1014
4015
  msgid "Event Tags"
4016
  msgstr "Étiquettes de l'évenement"
4017
 
4018
+ #: app/features/mec/settings.php:1026 app/widgets/single.php:123
4019
  msgid "Event Organizer"
4020
  msgstr "Organisateur d'événements"
4021
 
4022
+ #: app/features/mec/settings.php:1044
4023
  msgid "Booking Options"
4024
  msgstr "Options de Réservation"
4025
 
4026
+ #: app/features/mec/settings.php:1050
4027
  #, fuzzy
4028
  #| msgid "Fees/Taxes Options"
4029
  msgid "Fees / Taxes Options"
4030
  msgstr "Options de Frais/Taxes"
4031
 
4032
+ #: app/features/mec/settings.php:1064
4033
  #, php-format
4034
  msgid ""
4035
  "Users can put a note for editors while they're submitting the event. Also "
4040
  "Ajouter %%event_note%% dans le formulaire de notification par mail pour les "
4041
  "recevoir."
4042
 
4043
+ #: app/features/mec/settings.php:1068
4044
  msgid "Visibility of Note"
4045
  msgstr "Visibilité de la Note"
4046
 
4047
+ #: app/features/mec/settings.php:1071
4048
  msgid "Always"
4049
  msgstr "Toujours"
4050
 
4051
+ #: app/features/mec/settings.php:1072
4052
  msgid "While event is not published"
4053
  msgstr "Tant que l'événement n'est pas publié"
4054
 
4055
+ #: app/features/mec/settings.php:1075
4056
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
4057
  msgstr ""
4058
  "La Note est visible sur le formulaire de soumission d'événement et dans le "
4059
  "menu d'édition d'un événement en backend."
4060
 
4061
+ #: app/features/mec/settings.php:1083
4062
  #, php-format
4063
  msgid ""
4064
  "Put %s shortcode into your desired page. Then users are able to see history "
4065
  "of their bookings."
4066
  msgstr ""
4067
 
4068
+ #: app/features/mec/settings.php:1088
4069
  msgid "Exceptional days"
4070
  msgstr "Journées Exceptionnelles"
4071
 
4072
+ #: app/features/mec/settings.php:1092
4073
  msgid "Show exceptional days option on Add/Edit events page"
4074
  msgstr ""
4075
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
4076
  "la page d'un événement"
4077
 
4078
+ #: app/features/mec/settings.php:1093
4079
  msgid ""
4080
  "Using this option you can include/exclude certain days to/from event "
4081
  "occurrence dates."
4083
  "En utilisant cette option, vous pouvez inclure / exclure certains jours des "
4084
  "dates d'occurrence d'un événement."
4085
 
4086
+ #: app/features/mec/settings.php:1103
4087
  #, fuzzy
4088
  msgid ""
4089
  "Show additional organizers option on Add/Edit events page and single event "
4092
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
4093
  "la page d'un événement"
4094
 
4095
+ #: app/features/mec/settings.php:1117
4096
  msgid "Enable booking module"
4097
  msgstr "Activer le module de réservation"
4098
 
4099
+ #: app/features/mec/settings.php:1125
4100
  msgid "Default is Y-m-d"
4101
  msgstr "Par défaut: A-m-j"
4102
 
4103
+ #: app/features/mec/settings.php:1129
4104
  msgid "Maximum Dates"
4105
  msgstr "Nb d'événements maximum"
4106
 
4107
+ #: app/features/mec/settings.php:1131
4108
  msgid "Default is 6"
4109
  msgstr "Par défaut: 6"
4110
 
4111
+ #: app/features/mec/settings.php:1135
4112
  msgid "Thank You Page"
4113
  msgstr "Page de Remerciement"
4114
 
4115
+ #: app/features/mec/settings.php:1143
4116
  msgid ""
4117
  "User redirects to this page after booking. Leave it empty if you want to "
4118
  "disable it."
4120
  "L'Utilisateur est redirigé vers cette page après avoir réservé. Laisser vide "
4121
  "pour désactiver."
4122
 
4123
+ #: app/features/mec/settings.php:1151
4124
  msgid "Enable Express Attendees Form"
4125
  msgstr ""
4126
 
4127
+ #: app/features/mec/settings.php:1153
4128
  msgid ""
4129
  "Users are able to apply first attendee information for other attendees in "
4130
  "the booking form."
4131
  msgstr ""
4132
 
4133
+ #: app/features/mec/settings.php:1156
4134
  msgid "Email verification"
4135
  msgstr "Vérification de l’email"
4136
 
4137
+ #: app/features/mec/settings.php:1162
4138
  msgid "Auto verification for free bookings"
4139
  msgstr "Vérification automatique pour les réservations gratuites"
4140
 
4141
+ #: app/features/mec/settings.php:1171
4142
  msgid "Auto verification for paid bookings"
4143
  msgstr "Vérification automatique des réservations payées"
4144
 
4145
+ #: app/features/mec/settings.php:1181
4146
  msgid "Auto confirmation for free bookings"
4147
  msgstr "Confirmation automatique pour les réservations gratuites"
4148
 
4149
+ #: app/features/mec/settings.php:1190
4150
  msgid "Auto confirmation for paid bookings"
4151
  msgstr "Confirmation automatique pour les réservations payées"
4152
 
4153
+ #: app/features/mec/settings.php:1207
4154
  msgid "Enable coupons module"
4155
  msgstr "Activer module de coupons"
4156
 
4157
+ #: app/features/mec/settings.php:1224
4158
  msgid "Enable taxes / fees module"
4159
  msgstr "Activer le module de taxes / frais"
4160
 
4161
+ #: app/features/mec/settings.php:1229
4162
  msgid "Add Fee"
4163
  msgstr "Ajouter frais"
4164
 
4165
+ #: app/features/mec/settings.php:1289
4166
  #, fuzzy
4167
  #| msgid "Enable coupons module"
4168
  msgid "Enable ticket options module"
4169
  msgstr "Activer module de coupons"
4170
 
4171
+ #: app/features/mec/settings.php:1294
4172
  msgid "Add Variation / Option"
4173
  msgstr ""
4174
 
4175
+ #: app/features/mec/settings.php:1344
4176
  msgid "Enable BuddyPress Integration"
4177
  msgstr "Activer l'intégration de BuddyPress"
4178
 
4179
+ #: app/features/mec/settings.php:1351
4180
  msgid "Show \"Attendees Module\" in event details page"
4181
  msgstr "Afficher le \"Module des Participants\" sur la page d'Évènements"
4182
 
4183
+ #: app/features/mec/settings.php:1355
4184
  msgid "Attendees Limit"
4185
  msgstr "Limite de Participants"
4186
 
4187
+ #: app/features/mec/settings.php:1363
4188
  msgid "Add booking activity to user profile"
4189
  msgstr "Ajouter les activités de réservation sur les profiles"
4190
 
4191
+ #: app/features/mec/settings.php:1374
4192
  msgid "Enable Mailchimp Integration"
4193
  msgstr "Activer l'intégration de MailChimp"
4194
 
4195
+ #: app/features/mec/settings.php:1386
4196
  msgid "List ID"
4197
  msgstr "ID de Liste"
4198
 
4199
+ #: app/features/mec/settings.php:1393
4200
  msgid "Subscription Status"
4201
  msgstr "Statut des Souscriptions"
4202
 
4203
+ #: app/features/mec/settings.php:1396
4204
  msgid "Subscribe automatically"
4205
  msgstr "Souscrire Automatiquement"
4206
 
4207
+ #: app/features/mec/settings.php:1397
4208
  msgid "Subscribe by verification"
4209
  msgstr "Souscrire après vérification"
4210
 
4211
+ #: app/features/mec/settings.php:1399
4212
  msgid ""
4213
  "If you choose \"Subscribe by verification\" then an email will send to user "
4214
  "by mailchimp for subscription verification."
4216
  "Si vous choisissez \"Souscrire après vérification\", un email sera envoyé à "
4217
  "l'utilisateur par Mailchimp pour valider son inscription."
4218
 
4219
+ #: app/features/mec/settings.php:1479 app/features/mec/settings.php:1501
4220
+ #: app/libraries/main.php:4436
4221
  msgid "Verified"
4222
  msgstr "Vérifié"
4223
 
4224
+ #: app/features/mec/settings.php:1503
4225
  msgid "Please Refresh Page"
4226
  msgstr "Merci de Rafraichir la Page"
4227
 
4241
  "inclus dans votre thème frontend après que tous les styles afin qu'ils "
4242
  "l'emporter M.E.C. par défaut (ou thème) styles."
4243
 
4244
+ #: app/features/mec/styling.php:10 app/features/mec/styling.php:237
4245
+ #: app/features/mec/styling.php:263
4246
  msgid "Default Font"
4247
  msgstr "Police par défaut"
4248
 
4249
+ #: app/features/mec/styling.php:119
4250
  msgid "Styling Option"
4251
  msgstr ""
4252
 
4253
+ #: app/features/mec/styling.php:137
4254
  msgid "Color Skin"
4255
  msgstr "Couleur Thème"
4256
 
4257
+ #: app/features/mec/styling.php:140
4258
  msgid "Predefined Color Skin"
4259
  msgstr "Couleur prédéfinie"
4260
 
4261
+ #: app/features/mec/styling.php:183
4262
  msgid "Custom Color Skin"
4263
  msgstr "Couleur personnalisée"
4264
 
4265
+ #: app/features/mec/styling.php:191
4266
  msgid "Advanced Color Options (shortcodes)"
4267
  msgstr ""
4268
 
4269
+ #: app/features/mec/styling.php:203
4270
  #, fuzzy
4271
  #| msgid "Title of event"
4272
  msgid "Title Hover"
4273
  msgstr "Titre de l'événement"
4274
 
4275
+ #: app/features/mec/styling.php:220
4276
  msgid "Typography"
4277
  msgstr "Typographie"
4278
 
4279
+ #: app/features/mec/styling.php:222
4280
  msgid "Heading (Events Title) Font Family"
4281
  msgstr "Famille de Polices du Titre (Titre de l'événements)"
4282
 
4283
+ #: app/features/mec/styling.php:248
4284
  msgid "Paragraph Font Family"
4285
  msgstr "Famille de Polices du paragraphe"
4286
 
4287
+ #: app/features/mec/styling.php:275
4288
  #, fuzzy
4289
  #| msgid "Enable Google Recaptcha"
4290
  msgid "Disable Google Fonts"
4291
  msgstr "Activer Google Recaptcha"
4292
 
4293
+ #: app/features/mec/styling.php:280
4294
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4295
  msgstr ""
4296
 
4297
+ #: app/features/mec/styling.php:286
4298
  msgid "Container Width"
4299
  msgstr ""
4300
 
4301
+ #: app/features/mec/styling.php:288
4302
  msgid "Desktop Normal Screens"
4303
  msgstr ""
4304
 
4305
+ #: app/features/mec/styling.php:291 app/features/mec/styling.php:298
4306
  msgid "You can enter your theme container size in this field"
4307
  msgstr ""
4308
 
4309
+ #: app/features/mec/styling.php:295
4310
  msgid "Desktop Large Screens"
4311
  msgstr ""
4312
 
4788
  msgid "eg. https://webnus.net"
4789
  msgstr "http://webnus.biz"
4790
 
4791
+ #: app/features/organizers.php:300 app/libraries/main.php:4279
4792
  #: app/skins/single.php:194
4793
  msgid "Other Organizers"
4794
  msgstr "Autres organisateurs"
4810
  msgid "#"
4811
  msgstr ""
4812
 
4813
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2404
4814
  msgid "Status"
4815
  msgstr ""
4816
 
4817
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1666
4818
  msgid "Attendees"
4819
  msgstr ""
4820
 
4829
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4830
  msgstr ""
4831
 
4832
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1680
4833
+ #: app/libraries/main.php:4277
4834
  msgid "Ticket"
4835
  msgstr "Billets"
4836
 
4845
  msgstr "Aucune réservation trouvée !"
4846
 
4847
  #: app/features/speakers.php:56 app/features/speakers.php:242
4848
+ #: app/libraries/main.php:4251
4849
  msgid "Speaker"
4850
  msgstr ""
4851
 
4885
  msgstr "Importer depuis Calendrier Facebook"
4886
 
4887
  #: app/features/speakers.php:135 app/features/speakers.php:187
4888
+ #: app/libraries/main.php:1080
4889
  msgid "Google+"
4890
  msgstr "Google+"
4891
 
4992
  msgid "There is no excerpt because this is a protected post."
4993
  msgstr "Il n’y a aucun extrait car ce post est protégé."
4994
 
4995
+ #: app/libraries/main.php:330 app/libraries/main.php:1199
4996
+ #: app/libraries/main.php:1224
4997
  msgid "Grid View"
4998
  msgstr "Vue en grille"
4999
 
5000
+ #: app/libraries/main.php:331 app/libraries/main.php:1200
5001
+ #: app/libraries/main.php:1225
5002
  msgid "Agenda View"
5003
  msgstr "Vue agenda"
5004
 
5005
+ #: app/libraries/main.php:332 app/libraries/main.php:1191
5006
+ #: app/libraries/main.php:1216
5007
  msgid "Full Calendar"
5008
  msgstr "Calendrier complet"
5009
 
5010
+ #: app/libraries/main.php:334 app/libraries/main.php:1193
5011
+ #: app/libraries/main.php:1218
5012
  msgid "Calendar/Monthly View"
5013
  msgstr "Calendrier / Mensuel"
5014
 
5015
+ #: app/libraries/main.php:337 app/libraries/main.php:1196
5016
+ #: app/libraries/main.php:1221
5017
  msgid "Timetable View"
5018
  msgstr ""
5019
 
5020
+ #: app/libraries/main.php:338 app/libraries/main.php:1197
5021
+ #: app/libraries/main.php:1222
5022
  msgid "Masonry View"
5023
  msgstr ""
5024
 
5025
+ #: app/libraries/main.php:339 app/libraries/main.php:1201
5026
+ #: app/libraries/main.php:1226
5027
  msgid "Map View"
5028
  msgstr "Vue sur Carte (Map)"
5029
 
5030
+ #: app/libraries/main.php:340
5031
  msgid "Cover View"
5032
  msgstr "Couverture"
5033
 
5034
+ #: app/libraries/main.php:341
5035
  msgid "Countdown View"
5036
  msgstr "Vue sur Compte à Rebours"
5037
 
5038
+ #: app/libraries/main.php:342
5039
  msgid "Available Spot"
5040
  msgstr ""
5041
 
5042
+ #: app/libraries/main.php:343
5043
  msgid "Carousel View"
5044
  msgstr "Vue Caroussel"
5045
 
5046
+ #: app/libraries/main.php:344
5047
  msgid "Slider View"
5048
  msgstr "Vue sur Slider"
5049
 
5050
+ #: app/libraries/main.php:381 app/libraries/main.php:4257
5051
  msgid "SU"
5052
  msgstr "DIM."
5053
 
5054
+ #: app/libraries/main.php:382 app/libraries/main.php:4258
5055
  msgid "MO"
5056
  msgstr "LUN."
5057
 
5058
+ #: app/libraries/main.php:383 app/libraries/main.php:4259
5059
  msgid "TU"
5060
  msgstr "MAR."
5061
 
5062
+ #: app/libraries/main.php:384 app/libraries/main.php:4260
5063
  msgid "WE"
5064
  msgstr "MER."
5065
 
5066
+ #: app/libraries/main.php:385 app/libraries/main.php:4261
5067
  msgid "TH"
5068
  msgstr "JEU."
5069
 
5070
+ #: app/libraries/main.php:386 app/libraries/main.php:4262
5071
  msgid "FR"
5072
  msgstr "VEN."
5073
 
5074
+ #: app/libraries/main.php:387 app/libraries/main.php:4263
5075
  msgid "SA"
5076
  msgstr "SAM."
5077
 
5078
+ #: app/libraries/main.php:1038
5079
  msgid "Events at this location"
5080
  msgstr "Évènements à :"
5081
 
5082
+ #: app/libraries/main.php:1038
5083
  msgid "Event at this location"
5084
  msgstr "Événement à :"
5085
 
5086
+ #: app/libraries/main.php:1079
5087
  msgid "Facebook"
5088
  msgstr "Facebook"
5089
 
5090
+ #: app/libraries/main.php:1081
5091
  msgid "Twitter"
5092
  msgstr "Twitter"
5093
 
5094
+ #: app/libraries/main.php:1082 app/libraries/main.php:1147
5095
  msgid "Linkedin"
5096
  msgstr "Linkedin"
5097
 
5098
+ #: app/libraries/main.php:1083 app/libraries/main.php:1180
5099
  msgid "VK"
5100
  msgstr ""
5101
 
5102
+ #: app/libraries/main.php:1102
5103
  msgid "Share on Facebook"
5104
  msgstr "Partager sur Facebook"
5105
 
5106
+ #: app/libraries/main.php:1117
5107
  msgid "Google Plus"
5108
  msgstr "Google +"
5109
 
5110
+ #: app/libraries/main.php:1132
5111
  msgid "Tweet"
5112
  msgstr "Tweeter"
5113
 
5114
+ #: app/libraries/main.php:1202
5115
  #, fuzzy
5116
  #| msgid "Shortcode"
5117
  msgid "Custom Shortcode"
5118
  msgstr "Shortcode"
5119
 
5120
+ #: app/libraries/main.php:1561
5121
  msgid "Your booking successfully verified."
5122
  msgstr "Votre réservation est vérifiée avec succès."
5123
 
5124
+ #: app/libraries/main.php:1562
5125
  msgid "Your booking cannot verify!"
5126
  msgstr "Votre réservation ne peut pas être vérifiée!"
5127
 
5128
+ #: app/libraries/main.php:1574
5129
  msgid "Your booking successfully canceled."
5130
  msgstr "Votre réservation est annulée."
5131
 
5132
+ #: app/libraries/main.php:1575
5133
  msgid "Your booking cannot be canceled."
5134
  msgstr "Votre réservation ne peut être annulée."
5135
 
5136
+ #: app/libraries/main.php:1579
5137
  msgid "You canceled the payment successfully."
5138
  msgstr "Vous avez annulé le paiement avec succès."
5139
 
5140
+ #: app/libraries/main.php:1583
5141
  msgid "You returned from payment gateway successfully."
5142
  msgstr "Votre paiement à bien été validé."
5143
 
5144
+ #: app/libraries/main.php:1607
5145
  msgid "Cannot find the booking!"
5146
  msgstr ""
5147
 
5148
+ #: app/libraries/main.php:1607
5149
  msgid "Booking is invalid."
5150
  msgstr ""
5151
 
5152
+ #: app/libraries/main.php:1636
5153
  #, php-format
5154
  msgid "%s Invoice"
5155
  msgstr ""
5156
 
5157
+ #: app/libraries/main.php:1657
5158
  msgid "Transaction ID"
5159
  msgstr "Numéro de transaction"
5160
 
5161
+ #: app/libraries/main.php:1710
5162
  msgid "Billing"
5163
  msgstr ""
5164
 
5165
+ #: app/libraries/main.php:1721
5166
  msgid "Total"
5167
  msgstr ""
5168
 
5169
+ #: app/libraries/main.php:1754
5170
  msgid "Security nonce is not valid."
5171
  msgstr "Le Code de Sécurité n'est pas valide."
5172
 
5173
+ #: app/libraries/main.php:1754 app/libraries/main.php:1786
5174
  msgid "iCal export stopped!"
5175
  msgstr "Export vers iCal arrêté !"
5176
 
5177
+ #: app/libraries/main.php:1786
5178
  #, fuzzy
5179
  #| msgid "Request is invalid!"
5180
  msgid "Request is not valid."
5181
  msgstr "Requête invalide !"
5182
 
5183
+ #: app/libraries/main.php:2106 app/libraries/main.php:2135
5184
+ #: app/libraries/main.php:2164 app/libraries/main.php:2193
5185
+ #: app/libraries/main.php:2222 app/libraries/main.php:2246
5186
+ #: app/libraries/main.php:2290 app/libraries/main.php:2334
5187
+ #: app/libraries/main.php:2381 app/libraries/main.php:2427
5188
  msgid "Sort"
5189
  msgstr "Trier"
5190
 
5191
+ #: app/libraries/main.php:2112 app/libraries/main.php:2141
5192
+ #: app/libraries/main.php:2170 app/libraries/main.php:2199
5193
+ #: app/libraries/main.php:2252 app/libraries/main.php:2296
5194
+ #: app/libraries/main.php:2340 app/libraries/main.php:2387
5195
  msgid "Required Field"
5196
  msgstr "Champ obligatoire"
5197
 
5198
+ #: app/libraries/main.php:2118 app/libraries/main.php:2147
5199
+ #: app/libraries/main.php:2176 app/libraries/main.php:2205
5200
+ #: app/libraries/main.php:2258 app/libraries/main.php:2302
5201
+ #: app/libraries/main.php:2346 app/libraries/main.php:2393
5202
  msgid "Insert a label for this field"
5203
  msgstr "Insérez une label pour ce champ"
5204
 
5205
+ #: app/libraries/main.php:2228
5206
  msgid "HTML and shortcode are allowed."
5207
  msgstr "HTML et shortcode sont autorisés."
5208
 
5209
+ #: app/libraries/main.php:2271 app/libraries/main.php:2315
5210
+ #: app/libraries/main.php:2359
5211
  msgid "Option"
5212
  msgstr "Option"
5213
 
5214
+ #: app/libraries/main.php:2393
5215
  #, php-format
5216
  msgid "Instead of %s, the page title with a link will be show."
5217
  msgstr ""
5218
 
5219
+ #: app/libraries/main.php:2395
5220
  msgid "Agreement Page"
5221
  msgstr ""
5222
 
5223
+ #: app/libraries/main.php:2406
5224
  msgid "Checked by default"
5225
  msgstr ""
5226
 
5227
+ #: app/libraries/main.php:2407
5228
  msgid "Unchecked by default"
5229
  msgstr ""
5230
 
5231
+ #: app/libraries/main.php:2429
5232
  msgid "Insert a label for this option"
5233
  msgstr "Insérez une étiquette pour cette option"
5234
 
5235
+ #: app/libraries/main.php:2444
5236
  msgid "Free"
5237
  msgstr "Gratuite"
5238
 
5239
+ #: app/libraries/main.php:3096
5240
  #, php-format
5241
  msgid "Copy of %s"
5242
  msgstr "Copie de %s"
5243
 
5244
+ #: app/libraries/main.php:3757
5245
  msgid "Booked an event."
5246
  msgstr "Réserver un Évènements"
5247
 
5248
+ #: app/libraries/main.php:3798
5249
  #, php-format
5250
  msgid "%s booked %s event."
5251
  msgstr "%s réservé %s événement"
5252
 
5253
+ #: app/libraries/main.php:4240
5254
  msgid "Taxonomies"
5255
  msgstr "Taxonomies"
5256
 
5257
+ #: app/libraries/main.php:4242
5258
  msgid "Category Plural Label"
5259
  msgstr "Catégorie au pluriel"
5260
 
5261
+ #: app/libraries/main.php:4243
5262
  msgid "Category Singular Label"
5263
  msgstr "Catégorie au singulier"
5264
 
5265
+ #: app/libraries/main.php:4244
5266
  msgid "Label Plural Label"
5267
  msgstr "Étiquettes au pluriel"
5268
 
5269
+ #: app/libraries/main.php:4245
5270
  msgid "Label Singular Label"
5271
  msgstr "Étiquettes au singulier"
5272
 
5273
+ #: app/libraries/main.php:4245
5274
  msgid "label"
5275
  msgstr "texte"
5276
 
5277
+ #: app/libraries/main.php:4246
5278
  msgid "Location Plural Label"
5279
  msgstr "Lieu au pluriel"
5280
 
5281
+ #: app/libraries/main.php:4247
5282
  msgid "Location Singular Label"
5283
  msgstr "Lieu au singulier"
5284
 
5285
+ #: app/libraries/main.php:4248
5286
  msgid "Organizer Plural Label"
5287
  msgstr "Organisateur au pluriel"
5288
 
5289
+ #: app/libraries/main.php:4249
5290
  msgid "Organizer Singular Label"
5291
  msgstr "Organisateur au singulier"
5292
 
5293
+ #: app/libraries/main.php:4250
5294
  #, fuzzy
5295
  #| msgid "Label Plural Label"
5296
  msgid "Speaker Plural Label"
5297
  msgstr "Étiquettes au pluriel"
5298
 
5299
+ #: app/libraries/main.php:4251
5300
  #, fuzzy
5301
  #| msgid "Label Singular Label"
5302
  msgid "Speaker Singular Label"
5303
  msgstr "Étiquettes au singulier"
5304
 
5305
+ #: app/libraries/main.php:4257
5306
  msgid "Sunday abbreviation"
5307
  msgstr "Abréviation de Dimanche"
5308
 
5309
+ #: app/libraries/main.php:4258
5310
  msgid "Monday abbreviation"
5311
  msgstr "Abréviation de Lundi"
5312
 
5313
+ #: app/libraries/main.php:4259
5314
  msgid "Tuesday abbreviation"
5315
  msgstr "Abréviation de Mardi"
5316
 
5317
+ #: app/libraries/main.php:4260
5318
  msgid "Wednesday abbreviation"
5319
  msgstr "Abréviation de Mercredi"
5320
 
5321
+ #: app/libraries/main.php:4261
5322
  msgid "Thursday abbreviation"
5323
  msgstr "Abréviation de Jeudi"
5324
 
5325
+ #: app/libraries/main.php:4262
5326
  msgid "Friday abbreviation"
5327
  msgstr "Abréviation de Vendredi"
5328
 
5329
+ #: app/libraries/main.php:4263
5330
  msgid "Saturday abbreviation"
5331
  msgstr "Abréviation de Samedi"
5332
 
5333
+ #: app/libraries/main.php:4267
5334
  msgid "Others"
5335
  msgstr "Autres"
5336
 
5337
+ #: app/libraries/main.php:4269
5338
  msgid "Booking Success Message"
5339
  msgstr "Message de succès de réservation"
5340
 
5341
+ #: app/libraries/main.php:4269
5342
  msgid ""
5343
  "Thanks for your booking. Your tickets booked, booking verification might be "
5344
  "needed, please check your email."
5346
  "Merci pour votre réservation. Vos billets sont réservés, cependant une "
5347
  "vérification peut être nécessaires, contrôlez votre boite mail."
5348
 
5349
+ #: app/libraries/main.php:4270 app/widgets/single.php:131
5350
  msgid "Register Button"
5351
  msgstr "Boutons d'inscription"
5352
 
5353
+ #: app/libraries/main.php:4270 app/skins/available_spot/tpl.php:198
5354
+ #: app/skins/carousel/render.php:142 app/skins/carousel/render.php:167
5355
  #: app/skins/grid/render.php:111 app/skins/grid/render.php:142
5356
  #: app/skins/grid/render.php:174 app/skins/grid/render.php:202
5357
  #: app/skins/list/render.php:94 app/skins/list/render.php:175
5358
  #: app/skins/masonry/render.php:127 app/skins/single/default.php:218
5359
+ #: app/skins/single/default.php:220 app/skins/single/default.php:429
5360
+ #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5361
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5362
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5363
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:108
5364
+ #: app/skins/slider/render.php:148 app/skins/slider/render.php:188
5365
+ #: app/skins/slider/render.php:228 app/skins/slider/render.php:279
5366
  msgid "REGISTER"
5367
  msgstr "S'INSCRIRE"
5368
 
5369
+ #: app/libraries/main.php:4271
5370
  msgid "View Detail Button"
5371
  msgstr "Afficher le boutons de détail"
5372
 
5373
+ #: app/libraries/main.php:4271 app/skins/carousel/render.php:142
5374
+ #: app/skins/carousel/render.php:167 app/skins/grid/render.php:111
5375
  #: app/skins/grid/render.php:142 app/skins/grid/render.php:174
5376
  #: app/skins/grid/render.php:202 app/skins/list/render.php:94
5377
  #: app/skins/list/render.php:175 app/skins/masonry/render.php:127
5378
+ #: app/skins/slider/render.php:108 app/skins/slider/render.php:148
5379
+ #: app/skins/slider/render.php:188 app/skins/slider/render.php:228
5380
+ #: app/skins/slider/render.php:279
5381
  msgid "View Detail"
5382
  msgstr "En savoir plus"
5383
 
5384
+ #: app/libraries/main.php:4272
5385
  msgid "Event Detail Button"
5386
  msgstr "Bouton de détail de l'événement"
5387
 
5388
+ #: app/libraries/main.php:4272 app/skins/countdown/tpl.php:211
5389
  msgid "Event Detail"
5390
  msgstr "Détails"
5391
 
5392
+ #: app/libraries/main.php:4274
5393
  msgid "More Info Link"
5394
  msgstr "Plus de lien d'info"
5395
 
5396
+ #: app/libraries/main.php:4277
5397
  msgid "Ticket (Singular)"
5398
  msgstr ""
5399
 
5400
+ #: app/libraries/main.php:4278
5401
  msgid "Tickets (Plural)"
5402
  msgstr ""
5403
 
5404
+ #: app/libraries/main.php:4344
5405
  msgid "EventON"
5406
  msgstr ""
5407
 
5408
+ #: app/libraries/main.php:4345
5409
  msgid "The Events Calendar"
5410
  msgstr ""
5411
 
5412
+ #: app/libraries/main.php:4346
5413
  msgid "Events Schedule WP Plugin"
5414
  msgstr ""
5415
 
5416
+ #: app/libraries/main.php:4347
5417
  msgid "Calendarize It"
5418
  msgstr ""
5419
 
5420
+ #: app/libraries/main.php:4421
5421
  msgid "Confirmed"
5422
  msgstr "Confirmé"
5423
 
5424
+ #: app/libraries/main.php:4422
5425
  msgid "Rejected"
5426
  msgstr "Rejeté"
5427
 
5428
+ #: app/libraries/main.php:4423
5429
  msgid "Pending"
5430
  msgstr "En attente"
5431
 
5432
+ #: app/libraries/main.php:4438
5433
  msgid "Waiting"
5434
  msgstr "En attente"
5435
 
5479
 
5480
  #: app/libraries/render.php:436 app/modules/local-time/details.php:47
5481
  #: app/modules/next-event/details.php:97 app/skins/single/default.php:73
5482
+ #: app/skins/single/default.php:284 app/skins/single/m1.php:34
5483
  #: app/skins/single/modern.php:169
5484
  msgid "All of the day"
5485
  msgstr "Toute la journée"
5486
 
5487
+ #: app/libraries/skins.php:256
5488
+ msgid "Please contact the website administrator."
5489
+ msgstr ""
5490
+
5491
+ #: app/libraries/skins.php:815
5492
  msgid "Ignore month and years"
5493
  msgstr "Ignorer les mois et années"
5494
 
5609
  msgstr "Aller à la Page"
5610
 
5611
  #: app/modules/next-event/details.php:91 app/skins/single/default.php:67
5612
+ #: app/skins/single/default.php:278 app/skins/single/m1.php:28
5613
  #: app/skins/single/modern.php:163
5614
  msgid "Time"
5615
  msgstr "Heure"
5673
  msgid "View All"
5674
  msgstr "Voir %s"
5675
 
5676
+ #: app/skins/carousel/render.php:182 app/skins/countdown/tpl.php:150
5677
  #: app/skins/countdown/tpl.php:194 app/skins/cover/tpl.php:94
5678
  #: app/skins/list/render.php:111
5679
  msgid "EVENT DETAIL"
5716
  msgstr "Aucun événement"
5717
 
5718
  #: app/skins/single.php:209 app/skins/single/default.php:191
5719
+ #: app/skins/single/default.php:402 app/skins/single/m1.php:100
5720
  #: app/skins/single/m2.php:32 app/skins/single/modern.php:31
5721
  msgid "Phone"
5722
  msgstr "Téléphone"
5723
 
5724
  #: app/skins/single.php:223 app/skins/single/default.php:205
5725
+ #: app/skins/single/default.php:416 app/skins/single/m1.php:114
5726
  #: app/skins/single/m2.php:46 app/skins/single/modern.php:45
5727
  msgid "Website"
5728
  msgstr "Site Web"
5732
  msgstr ""
5733
 
5734
  #: app/skins/single/default.php:30 app/skins/single/m1.php:235
5735
+ #: app/skins/single/m2.php:173 app/skins/single/modern.php:241
5736
  msgid "Sold out!"
5737
  msgstr "Épuisé !"
5738
 
5739
  #: app/skins/single/default.php:40 app/skins/single/m1.php:244
5740
+ #: app/skins/single/m2.php:182 app/skins/single/modern.php:251
5741
  msgid "Tags: "
5742
  msgstr "Étiquettes : "
5743
 
5744
+ #: app/skins/single/default.php:106 app/skins/single/default.php:317
5745
  #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
5746
  #: app/skins/single/modern.php:121
5747
  msgid "Read More"
languages/modern-events-calendar-lite-hu_HU.mo CHANGED
Binary file
languages/modern-events-calendar-lite-hu_HU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2019-03-17 15:03+0330\n"
5
- "PO-Revision-Date: 2019-03-17 15:03+0330\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: hu_HU\n"
@@ -26,12 +26,12 @@ msgstr ""
26
  msgid "Modern Events Calendar"
27
  msgstr ""
28
 
29
- #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:217
30
  msgid "Content"
31
  msgstr "Tartalom"
32
 
33
- #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:326
34
- #: app/features/mec.php:355 app/features/mec.php:381
35
  msgid "Shortcode"
36
  msgstr ""
37
 
@@ -52,15 +52,15 @@ msgid "Select Type"
52
  msgstr ""
53
 
54
  #: app/features/colors.php:50 app/features/fes/form.php:558
55
- #: app/features/mec/settings.php:1007
56
  msgid "Event Color"
57
  msgstr ""
58
 
59
- #: app/features/contextual.php:55 app/features/mec.php:312
60
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
61
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
62
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
63
- #: app/features/mec/styles.php:24 app/features/mec/styling.php:51
64
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
65
  msgid "Settings"
66
  msgstr ""
@@ -70,7 +70,7 @@ msgstr ""
70
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
71
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
72
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
73
- #: app/features/mec/styling.php:60 app/features/mec/support.php:29
74
  msgid "Booking Form"
75
  msgstr ""
76
 
@@ -87,7 +87,7 @@ msgstr ""
87
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
88
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
89
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
90
- #: app/features/mec/styles.php:40 app/features/mec/styling.php:67
91
  #: app/features/mec/support.php:36
92
  msgid "Payment Gateways"
93
  msgstr ""
@@ -103,7 +103,7 @@ msgstr ""
103
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
104
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
105
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
106
- #: app/features/mec/styles.php:49 app/features/mec/styling.php:76
107
  #: app/features/mec/support.php:45
108
  msgid "Notifications"
109
  msgstr ""
@@ -173,47 +173,47 @@ msgid "General Options"
173
  msgstr ""
174
 
175
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
176
- #: app/features/mec/settings.php:540
177
  msgid "Slugs/Permalinks"
178
  msgstr ""
179
 
180
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
181
- #: app/features/mec/settings.php:560
182
  msgid "Event Details/Single Event Page"
183
  msgstr ""
184
 
185
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
186
- #: app/features/mec/settings.php:601
187
  msgid "Currency Options"
188
  msgstr ""
189
 
190
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
191
- #: app/features/mec/settings.php:668
192
  msgid "Google Maps Options"
193
  msgstr ""
194
 
195
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
196
- #: app/features/mec/settings.php:742
197
  msgid "Google Recaptcha Options"
198
  msgstr ""
199
 
200
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
201
- #: app/features/mec/settings.php:860
202
  msgid "Countdown Options"
203
  msgstr ""
204
 
205
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
206
- #: app/features/mec/settings.php:881
207
  msgid "Social Networks"
208
  msgstr ""
209
 
210
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
211
- #: app/features/mec/settings.php:906
212
  msgid "Next Event Module"
213
  msgstr ""
214
 
215
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
216
- #: app/features/mec/settings.php:934
217
  msgid "Frontend Event Submission"
218
  msgstr ""
219
 
@@ -223,22 +223,22 @@ msgid "Exceptional Days"
223
  msgstr ""
224
 
225
  #: app/features/contextual.php:308 app/features/events.php:263
226
- #: app/features/mec/settings.php:162 app/features/mec/settings.php:1108
227
  msgid "Booking"
228
  msgstr ""
229
 
230
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
231
- #: app/features/mec/settings.php:1198
232
  msgid "Coupons"
233
  msgstr ""
234
 
235
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
236
- #: app/features/mec/settings.php:1339
237
  msgid "BuddyPress Integration"
238
  msgstr ""
239
 
240
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
241
- #: app/features/mec/settings.php:1369
242
  msgid "Mailchimp Integration"
243
  msgstr ""
244
 
@@ -261,7 +261,7 @@ msgstr ""
261
  msgid "Event"
262
  msgstr ""
263
 
264
- #: app/features/events.php:134 app/features/mec.php:298
265
  msgid "Add Event"
266
  msgstr ""
267
 
@@ -301,16 +301,16 @@ msgstr ""
301
  #: app/features/mec/meta_boxes/search_form.php:292
302
  #: app/features/mec/meta_boxes/search_form.php:332
303
  #: app/features/mec/meta_boxes/search_form.php:379
304
- #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4233
305
- #: app/libraries/skins.php:711 app/skins/single/default.php:156
306
- #: app/skins/single/default.php:363 app/skins/single/m1.php:169
307
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
308
  msgid "Category"
309
  msgstr "kategória"
310
 
311
  #: app/features/events.php:153 app/features/fes/form.php:510
312
- #: app/features/mec.php:300 app/features/mec/meta_boxes/filter.php:70
313
- #: app/libraries/main.php:4232
314
  msgid "Categories"
315
  msgstr ""
316
 
@@ -382,17 +382,17 @@ msgstr ""
382
  msgid "Event Details"
383
  msgstr ""
384
 
385
- #: app/features/events.php:296 app/features/events.php:1984
386
- #: app/features/events.php:2028 app/features/fes/form.php:471
387
  #: app/features/ix.php:2719 app/features/ix.php:2760
388
- #: app/features/mec/settings.php:983 app/libraries/main.php:4265
389
  #: app/widgets/single.php:103
390
  msgid "Event Cost"
391
  msgstr ""
392
 
393
  #: app/features/events.php:299 app/features/fes/form.php:474
394
- #: app/libraries/main.php:4266 app/skins/single/default.php:91
395
- #: app/skins/single/default.php:298 app/skins/single/m1.php:49
396
  #: app/skins/single/modern.php:184
397
  msgid "Cost"
398
  msgstr "Résztvételi díj"
@@ -416,11 +416,11 @@ msgstr "Név"
416
  #: app/features/fes/form.php:429 app/features/mec/regform.php:137
417
  #: app/features/organizers.php:110 app/features/organizers.php:150
418
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
419
- #: app/features/speakers.php:179 app/libraries/main.php:1082
420
- #: app/libraries/main.php:1163 app/libraries/main.php:2134
421
  #: app/libraries/notifications.php:560 app/modules/booking/steps/form.php:31
422
  #: app/modules/booking/steps/form.php:32 app/skins/single.php:216
423
- #: app/skins/single/default.php:198 app/skins/single/default.php:405
424
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
425
  #: app/skins/single/modern.php:38
426
  msgid "Email"
@@ -431,8 +431,8 @@ msgid "Date and Time"
431
  msgstr ""
432
 
433
  #: app/features/events.php:389 app/features/events.php:393
434
- #: app/features/events.php:1805 app/features/events.php:1984
435
- #: app/features/events.php:2028 app/features/fes/form.php:227
436
  #: app/features/fes/form.php:231 app/features/ix.php:2719
437
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
438
  #: app/features/mec/dashboard.php:298
@@ -467,8 +467,8 @@ msgid "PM"
467
  msgstr ""
468
 
469
  #: app/features/events.php:429 app/features/events.php:433
470
- #: app/features/events.php:1806 app/features/events.php:1984
471
- #: app/features/events.php:2028 app/features/fes/form.php:267
472
  #: app/features/fes/form.php:271 app/features/ix.php:2719
473
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
474
  #: app/features/mec/dashboard.php:299
@@ -493,8 +493,8 @@ msgstr ""
493
 
494
  #: app/features/events.php:479 app/features/fes/form.php:317
495
  msgid ""
496
- "It shows next to event time on calendar. You can insert Timezone etc. in "
497
- "this field."
498
  msgstr ""
499
 
500
  #: app/features/events.php:485 app/features/fes/form.php:323
@@ -554,37 +554,37 @@ msgid "Week Days"
554
  msgstr ""
555
 
556
  #: app/features/events.php:507 app/features/fes/form.php:345
557
- #: app/libraries/main.php:403
558
  msgid "Monday"
559
  msgstr ""
560
 
561
  #: app/features/events.php:508 app/features/fes/form.php:346
562
- #: app/libraries/main.php:403
563
  msgid "Tuesday"
564
  msgstr ""
565
 
566
  #: app/features/events.php:509 app/features/fes/form.php:347
567
- #: app/libraries/main.php:403
568
  msgid "Wednesday"
569
  msgstr ""
570
 
571
  #: app/features/events.php:510 app/features/fes/form.php:348
572
- #: app/libraries/main.php:403
573
  msgid "Thursday"
574
  msgstr ""
575
 
576
  #: app/features/events.php:511 app/features/fes/form.php:349
577
- #: app/libraries/main.php:403
578
  msgid "Friday"
579
  msgstr ""
580
 
581
  #: app/features/events.php:512 app/features/fes/form.php:350
582
- #: app/libraries/main.php:403
583
  msgid "Saturday"
584
  msgstr ""
585
 
586
  #: app/features/events.php:513 app/features/fes/form.php:351
587
- #: app/libraries/main.php:403
588
  msgid "Sunday"
589
  msgstr ""
590
 
@@ -644,10 +644,10 @@ msgid "Exclude certain days"
644
  msgstr ""
645
 
646
  #: app/features/events.php:591 app/features/fes/form.php:356
647
- #: app/features/profile/profile.php:31 app/libraries/main.php:1649
648
  #: app/modules/booking/steps/tickets.php:22
649
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
650
- #: app/skins/single/default.php:262 app/skins/single/m1.php:16
651
  #: app/skins/single/modern.php:151
652
  msgid "Date"
653
  msgstr "dátum"
@@ -660,7 +660,7 @@ msgstr ""
660
  msgid "Day 1"
661
  msgstr ""
662
 
663
- #: app/features/events.php:650 app/features/mec/settings.php:1037
664
  #: app/skins/single.php:246
665
  msgid "Hourly Schedule"
666
  msgstr "Programterv"
@@ -683,11 +683,11 @@ msgstr ""
683
  #: app/features/events.php:663 app/features/events.php:676
684
  #: app/features/events.php:696 app/features/events.php:718
685
  #: app/features/events.php:734 app/features/events.php:1156
686
- #: app/features/events.php:1178 app/features/events.php:1802
687
- #: app/features/events.php:1984 app/features/events.php:2028
688
  #: app/features/fes/form.php:216 app/features/ix.php:2719
689
- #: app/features/ix.php:2760 app/features/mec/settings.php:1299
690
- #: app/features/mec/settings.php:1319 app/features/mec/styling.php:199
691
  msgid "Title"
692
  msgstr ""
693
 
@@ -698,14 +698,14 @@ msgstr ""
698
  #: app/features/events.php:1013 app/features/events.php:1030
699
  #: app/features/events.php:1089 app/features/events.php:1114
700
  #: app/features/events.php:1167 app/features/events.php:1189
701
- #: app/features/fes/list.php:72 app/features/mec/settings.php:1248
702
- #: app/features/mec/settings.php:1271 app/features/mec/settings.php:1310
703
- #: app/features/mec/settings.php:1330 app/libraries/main.php:2113
704
- #: app/libraries/main.php:2142 app/libraries/main.php:2171
705
- #: app/libraries/main.php:2200 app/libraries/main.php:2222
706
- #: app/libraries/main.php:2253 app/libraries/main.php:2297
707
- #: app/libraries/main.php:2341 app/libraries/main.php:2388
708
- #: app/libraries/main.php:2426
709
  msgid "Remove"
710
  msgstr ""
711
 
@@ -731,9 +731,9 @@ msgstr ""
731
 
732
  #: app/features/events.php:681 app/features/events.php:701
733
  #: app/features/events.php:739 app/features/fes/form.php:603
734
- #: app/features/mec.php:308 app/features/mec/settings.php:78
735
- #: app/features/mec/settings.php:1031 app/features/speakers.php:57
736
- #: app/libraries/main.php:4240 app/modules/speakers/details.php:18
737
  msgid "Speakers"
738
  msgstr ""
739
 
@@ -742,12 +742,12 @@ msgid "Day :dd:"
742
  msgstr ""
743
 
744
  #: app/features/events.php:766 app/features/fes/form.php:448
745
- #: app/features/mec/settings.php:977
746
  msgid "Event Links"
747
  msgstr ""
748
 
749
  #: app/features/events.php:768 app/features/fes/form.php:450
750
- #: app/libraries/main.php:4263
751
  msgid "Event Link"
752
  msgstr ""
753
 
@@ -763,8 +763,8 @@ msgid ""
763
  msgstr ""
764
 
765
  #: app/features/events.php:773 app/features/fes/form.php:455
766
- #: app/libraries/main.php:4264 app/skins/single/default.php:105
767
- #: app/skins/single/default.php:312 app/skins/single/m1.php:190
768
  #: app/skins/single/m2.php:123 app/skins/single/modern.php:120
769
  #: app/widgets/single.php:107
770
  msgid "More Info"
@@ -804,7 +804,7 @@ msgid "100"
804
  msgstr ""
805
 
806
  #: app/features/events.php:836 app/libraries/book.php:60
807
- #: app/libraries/main.php:4268 app/modules/booking/steps/tickets.php:40
808
  msgid "Tickets"
809
  msgstr ""
810
 
@@ -820,13 +820,13 @@ msgid "Ticket Name"
820
  msgstr ""
821
 
822
  #: app/features/events.php:854 app/features/events.php:957
823
- #: app/features/events.php:1984 app/features/events.php:2028
824
  #: app/features/ix.php:2719 app/features/ix.php:2760
825
  msgid "Start Time"
826
  msgstr ""
827
 
828
  #: app/features/events.php:872 app/features/events.php:975
829
- #: app/features/events.php:1984 app/features/events.php:2028
830
  #: app/features/ix.php:2719 app/features/ix.php:2760
831
  msgid "End Time"
832
  msgstr ""
@@ -834,8 +834,8 @@ msgstr ""
834
  #: app/features/events.php:895 app/features/events.php:924
835
  #: app/features/events.php:938 app/features/events.php:998
836
  #: app/features/events.php:1028 app/features/events.php:1160
837
- #: app/features/events.php:1182 app/features/mec/settings.php:1303
838
- #: app/features/mec/settings.php:1323
839
  msgid "Price"
840
  msgstr ""
841
 
@@ -870,7 +870,7 @@ msgstr ""
870
  #: app/features/mec/meta_boxes/search_form.php:313
871
  #: app/features/mec/meta_boxes/search_form.php:353
872
  #: app/features/mec/meta_boxes/search_form.php:400
873
- #: app/features/mec/meta_boxes/search_form.php:447 app/libraries/skins.php:789
874
  msgid "Label"
875
  msgstr ""
876
 
@@ -884,80 +884,80 @@ msgid "Inherit from global options"
884
  msgstr ""
885
 
886
  #: app/features/events.php:1075 app/features/events.php:1100
887
- #: app/features/mec/settings.php:1234 app/features/mec/settings.php:1257
888
  msgid "Fee Title"
889
  msgstr ""
890
 
891
  #: app/features/events.php:1079 app/features/events.php:1104
892
- #: app/features/mec/settings.php:1238 app/features/mec/settings.php:1261
893
  msgid "Amount"
894
  msgstr ""
895
 
896
  #: app/features/events.php:1080 app/features/events.php:1105
897
- #: app/features/mec/settings.php:1239 app/features/mec/settings.php:1262
898
  msgid ""
899
  "Fee amount, considered as fixed amount if you set the type to amount "
900
  "otherwise considered as percentage"
901
  msgstr ""
902
 
903
  #: app/features/events.php:1084 app/features/events.php:1109
904
- #: app/features/mec/settings.php:1243 app/features/mec/settings.php:1266
905
  msgid "Percent"
906
  msgstr ""
907
 
908
  #: app/features/events.php:1085 app/features/events.php:1110
909
- #: app/features/mec/settings.php:1244 app/features/mec/settings.php:1267
910
  msgid "Amount (Per Ticket)"
911
  msgstr ""
912
 
913
  #: app/features/events.php:1086 app/features/events.php:1111
914
- #: app/features/mec/settings.php:1245 app/features/mec/settings.php:1268
915
  msgid "Amount (Per Booking)"
916
  msgstr ""
917
 
918
- #: app/features/events.php:1140 app/features/mec/settings.php:1055
919
  msgid "Ticket Variations / Options"
920
  msgstr ""
921
 
922
  #: app/features/events.php:1161 app/features/events.php:1183
923
- #: app/features/mec/settings.php:1304 app/features/mec/settings.php:1324
924
  msgid "Option Price"
925
  msgstr ""
926
 
927
  #: app/features/events.php:1164 app/features/events.php:1186
928
- #: app/features/mec/settings.php:1307 app/features/mec/settings.php:1327
929
  msgid "Maximum Per Ticket"
930
  msgstr ""
931
 
932
  #: app/features/events.php:1165 app/features/events.php:1187
933
- #: app/features/mec/settings.php:1308 app/features/mec/settings.php:1328
934
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
935
  msgstr ""
936
 
937
  #: app/features/events.php:1249 app/features/mec/regform.php:136
938
- #: app/libraries/main.php:2105
939
  msgid "Text"
940
  msgstr ""
941
 
942
  #: app/features/events.php:1251 app/features/mec/regform.php:138
943
  #: app/features/organizers.php:102 app/features/organizers.php:146
944
  #: app/features/speakers.php:111 app/features/speakers.php:175
945
- #: app/features/speakers.php:244 app/libraries/main.php:2163
946
  msgid "Tel"
947
  msgstr ""
948
 
949
  #: app/features/events.php:1252 app/features/mec/regform.php:139
950
- #: app/libraries/main.php:2192
951
  msgid "Textarea"
952
  msgstr ""
953
 
954
  #: app/features/events.php:1253 app/features/mec/regform.php:140
955
- #: app/libraries/main.php:2245
956
  msgid "Checkboxes"
957
  msgstr ""
958
 
959
  #: app/features/events.php:1254 app/features/mec/regform.php:141
960
- #: app/libraries/main.php:2289
961
  msgid "Radio Buttons"
962
  msgstr ""
963
 
@@ -1007,40 +1007,40 @@ msgstr ""
1007
  #: app/features/mec/meta_boxes/search_form.php:443
1008
  #: app/features/mec/meta_boxes/search_form.php:450
1009
  #: app/features/mec/meta_boxes/search_form.php:457
1010
- #: app/features/mec/regform.php:142 app/libraries/main.php:2333
1011
  msgid "Dropdown"
1012
  msgstr ""
1013
 
1014
  #: app/features/events.php:1256 app/features/mec/regform.php:143
1015
- #: app/libraries/main.php:2380
1016
  msgid "Agreement"
1017
  msgstr ""
1018
 
1019
  #: app/features/events.php:1257 app/features/mec/regform.php:144
1020
- #: app/libraries/main.php:2221
1021
  msgid "Paragraph"
1022
  msgstr ""
1023
 
1024
- #: app/features/events.php:1748 app/features/events.php:1763
1025
- #: app/features/events.php:1777
1026
  #, php-format
1027
  msgid "Show all %s"
1028
  msgstr ""
1029
 
1030
- #: app/features/events.php:1748
1031
  msgid "labels"
1032
  msgstr ""
1033
 
1034
- #: app/features/events.php:1763
1035
  msgid "locations"
1036
  msgstr ""
1037
 
1038
- #: app/features/events.php:1777
1039
  msgid "organizers"
1040
  msgstr ""
1041
 
1042
- #: app/features/events.php:1803 app/features/events.php:1984
1043
- #: app/features/events.php:2028 app/features/ix.php:2719
1044
  #: app/features/ix.php:2760 app/features/locations.php:58
1045
  #: app/features/locations.php:229 app/features/locations.php:281
1046
  #: app/features/locations.php:283
@@ -1053,16 +1053,16 @@ msgstr ""
1053
  #: app/features/mec/meta_boxes/search_form.php:299
1054
  #: app/features/mec/meta_boxes/search_form.php:339
1055
  #: app/features/mec/meta_boxes/search_form.php:386
1056
- #: app/features/mec/meta_boxes/search_form.php:433 app/libraries/main.php:1643
1057
- #: app/libraries/main.php:4237 app/libraries/skins.php:737
1058
- #: app/skins/single/default.php:141 app/skins/single/default.php:348
1059
  #: app/skins/single/m1.php:154 app/skins/single/m2.php:86
1060
  #: app/skins/single/modern.php:83
1061
  msgid "Location"
1062
  msgstr "helyszín"
1063
 
1064
- #: app/features/events.php:1804 app/features/events.php:1984
1065
- #: app/features/events.php:2028 app/features/ix.php:2719
1066
  #: app/features/ix.php:2760 app/features/mec/meta_boxes/display_options.php:662
1067
  #: app/features/mec/meta_boxes/search_form.php:45
1068
  #: app/features/mec/meta_boxes/search_form.php:92
@@ -1075,63 +1075,63 @@ msgstr "helyszín"
1075
  #: app/features/mec/meta_boxes/search_form.php:440
1076
  #: app/features/organizers.php:58 app/features/organizers.php:199
1077
  #: app/features/organizers.php:255 app/features/organizers.php:257
1078
- #: app/libraries/main.php:4239 app/libraries/skins.php:763
1079
- #: app/skins/single/default.php:181 app/skins/single/default.php:388
1080
  #: app/skins/single/m1.php:90 app/skins/single/m2.php:22
1081
  #: app/skins/single/modern.php:21
1082
  msgid "Organizer"
1083
  msgstr "Szervező"
1084
 
1085
- #: app/features/events.php:1808
1086
  msgid "Repeat"
1087
  msgstr ""
1088
 
1089
- #: app/features/events.php:1809
1090
  msgid "Author"
1091
  msgstr ""
1092
 
1093
- #: app/features/events.php:1919 app/features/events.php:1920
1094
  msgid "iCal Export"
1095
  msgstr "iCal naptárba mentés"
1096
 
1097
- #: app/features/events.php:1922 app/features/events.php:1923
1098
  msgid "CSV Export"
1099
  msgstr ""
1100
 
1101
- #: app/features/events.php:1925 app/features/events.php:1926
1102
  msgid "MS Excel Export"
1103
  msgstr ""
1104
 
1105
- #: app/features/events.php:1928 app/features/events.php:1929
1106
  msgid "XML Export"
1107
  msgstr ""
1108
 
1109
- #: app/features/events.php:1931 app/features/events.php:1932
1110
  msgid "JSON Export"
1111
  msgstr ""
1112
 
1113
- #: app/features/events.php:1934 app/features/events.php:1935
1114
  msgid "Duplicate"
1115
  msgstr ""
1116
 
1117
- #: app/features/events.php:1984 app/features/events.php:2028
1118
  #: app/features/ix.php:2719 app/features/ix.php:2760
1119
  #: app/features/labels.php:176 app/features/locations.php:228
1120
  #: app/features/organizers.php:198 app/features/speakers.php:241
1121
  msgid "ID"
1122
  msgstr ""
1123
 
1124
- #: app/features/events.php:1984 app/features/events.php:2028
1125
  #: app/features/ix.php:2719 app/features/ix.php:2760
1126
  msgid "Link"
1127
  msgstr ""
1128
 
1129
- #: app/features/events.php:1984 app/features/events.php:2028
1130
  #, php-format
1131
  msgid "%s Tel"
1132
  msgstr ""
1133
 
1134
- #: app/features/events.php:1984 app/features/events.php:2028
1135
  #, php-format
1136
  msgid "%s Email"
1137
  msgstr ""
@@ -1178,11 +1178,11 @@ msgstr ""
1178
  msgid "Please fill event title field!"
1179
  msgstr ""
1180
 
1181
- #: app/features/fes.php:795
1182
  msgid "The event submitted. It will publish as soon as possible."
1183
  msgstr ""
1184
 
1185
- #: app/features/fes.php:796
1186
  msgid "The event published."
1187
  msgstr ""
1188
 
@@ -1206,7 +1206,7 @@ msgstr ""
1206
  msgid "eg. John Smith"
1207
  msgstr ""
1208
 
1209
- #: app/features/fes/form.php:488 app/features/mec/settings.php:989
1210
  msgid "Featured Image"
1211
  msgstr ""
1212
 
@@ -1215,14 +1215,14 @@ msgid "Remove Image"
1215
  msgstr ""
1216
 
1217
  #: app/features/fes/form.php:535 app/features/labels.php:61
1218
- #: app/features/labels.php:220 app/features/mec.php:301
1219
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4234
1220
- #: app/skins/single/default.php:120 app/skins/single/default.php:327
1221
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:199
1222
  msgid "Labels"
1223
  msgstr ""
1224
 
1225
- #: app/features/fes/form.php:580 app/features/mec.php:299
1226
  #: app/features/mec/meta_boxes/filter.php:138
1227
  msgid "Tags"
1228
  msgstr ""
@@ -1260,7 +1260,7 @@ msgstr ""
1260
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1261
  #: app/features/mec/notifications.php:76 app/features/mec/regform.php:75
1262
  #: app/features/mec/settings.php:249 app/features/mec/styles.php:77
1263
- #: app/features/mec/styling.php:104 app/features/mec/support.php:73
1264
  msgid "Import / Export"
1265
  msgstr ""
1266
 
@@ -1419,7 +1419,7 @@ msgid ""
1419
  "This will export all of your website events' data into your desired format."
1420
  msgstr ""
1421
 
1422
- #: app/features/ix/export.php:25 app/features/mec/settings.php:790
1423
  msgid "iCal"
1424
  msgstr ""
1425
 
@@ -1524,7 +1524,7 @@ msgstr ""
1524
  msgid "Add to Google Calendar"
1525
  msgstr "Google Naptárba mentés"
1526
 
1527
- #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1480
1528
  msgid "Checking ..."
1529
  msgstr ""
1530
 
@@ -1566,10 +1566,10 @@ msgstr ""
1566
  msgid "ICS Feed"
1567
  msgstr ""
1568
 
1569
- #: app/features/ix/import.php:46 app/features/mec/settings.php:671
1570
- #: app/features/mec/settings.php:821 app/features/mec/settings.php:839
1571
- #: app/features/mec/settings.php:1111 app/features/mec/settings.php:1201
1572
- #: app/features/mec/settings.php:1218 app/features/mec/settings.php:1283
1573
  #, php-format
1574
  msgid "%s is required to use this feature."
1575
  msgstr ""
@@ -1581,10 +1581,10 @@ msgstr ""
1581
  #: app/features/mec/meta_boxes/display_options.php:578
1582
  #: app/features/mec/meta_boxes/display_options.php:628
1583
  #: app/features/mec/meta_boxes/display_options.php:766
1584
- #: app/features/mec/settings.php:671 app/features/mec/settings.php:821
1585
- #: app/features/mec/settings.php:839 app/features/mec/settings.php:1111
1586
- #: app/features/mec/settings.php:1201 app/features/mec/settings.php:1218
1587
- #: app/features/mec/settings.php:1283 app/libraries/skins.php:249
1588
  msgid "Pro version of Modern Events Calendar"
1589
  msgstr ""
1590
 
@@ -1872,7 +1872,7 @@ msgstr ""
1872
 
1873
  #: app/features/labels.php:116 app/features/labels.php:141
1874
  #: app/skins/agenda/render.php:36 app/skins/available_spot/tpl.php:31
1875
- #: app/skins/carousel/render.php:44 app/skins/countdown/tpl.php:24
1876
  #: app/skins/cover/tpl.php:27 app/skins/daily_view/render.php:22
1877
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
1878
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
@@ -1884,8 +1884,8 @@ msgid "Featured"
1884
  msgstr ""
1885
 
1886
  #: app/features/labels.php:117 app/features/labels.php:142
1887
- #: app/libraries/main.php:4427 app/skins/agenda/render.php:40
1888
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:48
1889
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:31
1890
  #: app/skins/daily_view/render.php:26 app/skins/grid/render.php:53
1891
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
@@ -1917,9 +1917,9 @@ msgstr ""
1917
  msgid "Event %s"
1918
  msgstr ""
1919
 
1920
- #: app/features/locations.php:59 app/features/mec.php:302
1921
  #: app/features/mec/dashboard.php:171 app/features/mec/meta_boxes/filter.php:87
1922
- #: app/libraries/main.php:4236
1923
  msgid "Locations"
1924
  msgstr ""
1925
 
@@ -1990,7 +1990,7 @@ msgstr ""
1990
  msgid "eg. City Hall"
1991
  msgstr ""
1992
 
1993
- #: app/features/locations.php:298 app/features/mec/settings.php:1019
1994
  #: app/widgets/single.php:115
1995
  msgid "Event Location"
1996
  msgstr ""
@@ -2013,107 +2013,107 @@ msgstr ""
2013
  msgid "Don't show map in single event page"
2014
  msgstr ""
2015
 
2016
- #: app/features/mec.php:142
2017
  msgid ""
2018
  "Activation faild. Please check your purchase code or license type."
2019
  "<br><b>Note: Your purchase code should match your licesne type.</b>"
2020
  msgstr ""
2021
 
2022
- #: app/features/mec.php:143
2023
  msgid "Troubleshooting"
2024
  msgstr ""
2025
 
2026
- #: app/features/mec.php:182
2027
  msgid ""
2028
  "Your options is not in JSON format. Please insert correct options in this "
2029
  "field and try again."
2030
  msgstr ""
2031
 
2032
- #: app/features/mec.php:187
2033
  msgid "Your options field can not be empty!"
2034
  msgstr ""
2035
 
2036
- #: app/features/mec.php:191
2037
  msgid "Your options imported successfuly."
2038
  msgstr ""
2039
 
2040
- #: app/features/mec.php:283
2041
  msgid "MEC - Support"
2042
  msgstr ""
2043
 
2044
- #: app/features/mec.php:283 app/features/mec/gateways.php:84
2045
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2046
  #: app/features/mec/notifications.php:83 app/features/mec/regform.php:82
2047
  #: app/features/mec/settings.php:256 app/features/mec/styles.php:84
2048
- #: app/features/mec/styling.php:111 app/features/mec/support-page.php:9
2049
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2050
  msgid "Support"
2051
  msgstr ""
2052
 
2053
- #: app/features/mec.php:303 app/features/mec/dashboard.php:178
2054
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2055
- #: app/libraries/main.php:4238
2056
  msgid "Organizers"
2057
  msgstr ""
2058
 
2059
- #: app/features/mec.php:311 app/features/mec.php:325
2060
  #: app/features/mec/dashboard.php:164
2061
  msgid "Shortcodes"
2062
  msgstr ""
2063
 
2064
- #: app/features/mec.php:312
2065
  msgid "MEC - Settings"
2066
  msgstr ""
2067
 
2068
- #: app/features/mec.php:327
2069
  msgid "Add Shortcode"
2070
  msgstr ""
2071
 
2072
- #: app/features/mec.php:328
2073
  msgid "Add New Shortcode"
2074
  msgstr ""
2075
 
2076
- #: app/features/mec.php:329
2077
  msgid "No shortcodes found!"
2078
  msgstr ""
2079
 
2080
- #: app/features/mec.php:330
2081
  msgid "All Shortcodes"
2082
  msgstr ""
2083
 
2084
- #: app/features/mec.php:331
2085
  msgid "Edit shortcodes"
2086
  msgstr ""
2087
 
2088
- #: app/features/mec.php:332
2089
  msgid "No shortcodes found in Trash!"
2090
  msgstr ""
2091
 
2092
- #: app/features/mec.php:379
2093
  msgid "Display Options"
2094
  msgstr ""
2095
 
2096
- #: app/features/mec.php:380
2097
  msgid "Filter Options"
2098
  msgstr ""
2099
 
2100
- #: app/features/mec.php:382
2101
  msgid "Search Form"
2102
  msgstr ""
2103
 
2104
- #: app/features/mec.php:709
2105
  msgid "Display content's images as Popup"
2106
  msgstr ""
2107
 
2108
- #: app/features/mec.php:722
2109
  msgid "Single Event Display Method"
2110
  msgstr ""
2111
 
2112
- #: app/features/mec.php:727
2113
  msgid "Separate Window"
2114
  msgstr ""
2115
 
2116
- #: app/features/mec.php:728
2117
  msgid "Modal 1"
2118
  msgstr ""
2119
 
@@ -2166,7 +2166,7 @@ msgid ""
2166
  "code."
2167
  msgstr ""
2168
 
2169
- #: app/features/mec/dashboard.php:189 app/features/mec/settings.php:518
2170
  msgid "Upcoming Events"
2171
  msgstr ""
2172
 
@@ -2215,10 +2215,32 @@ msgstr ""
2215
  msgid "Change Log"
2216
  msgstr ""
2217
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2218
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2219
  #: app/features/mec/messages.php:56 app/features/mec/notifications.php:55
2220
  #: app/features/mec/regform.php:54 app/features/mec/settings.php:228
2221
- #: app/features/mec/styles.php:56 app/features/mec/styling.php:83
2222
  #: app/features/mec/support.php:52
2223
  msgid "Styling Options"
2224
  msgstr ""
@@ -2226,7 +2248,7 @@ msgstr ""
2226
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2227
  #: app/features/mec/messages.php:63 app/features/mec/notifications.php:62
2228
  #: app/features/mec/regform.php:61 app/features/mec/settings.php:235
2229
- #: app/features/mec/styles.php:63 app/features/mec/styling.php:90
2230
  #: app/features/mec/support.php:59
2231
  msgid "Custom CSS"
2232
  msgstr ""
@@ -2235,37 +2257,21 @@ msgstr ""
2235
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2236
  #: app/features/mec/notifications.php:69 app/features/mec/regform.php:68
2237
  #: app/features/mec/settings.php:242 app/features/mec/styles.php:70
2238
- #: app/features/mec/styling.php:97 app/features/mec/support.php:66
2239
  msgid "Messages"
2240
  msgstr ""
2241
 
2242
- #: app/features/mec/gateways.php:111 app/features/mec/gateways.php:159
2243
- #: app/features/mec/gateways.php:169 app/features/mec/messages.php:11
2244
- #: app/features/mec/messages.php:118 app/features/mec/messages.php:161
2245
- #: app/features/mec/messages.php:170 app/features/mec/notifications.php:374
2246
- #: app/features/mec/notifications.php:436
2247
- #: app/features/mec/notifications.php:445 app/features/mec/regform.php:150
2248
- #: app/features/mec/regform.php:227 app/features/mec/regform.php:236
2249
- #: app/features/mec/settings.php:28 app/features/mec/settings.php:1406
2250
- #: app/features/mec/settings.php:1416 app/features/mec/settings.php:1497
2251
- #: app/features/mec/settings.php:1511 app/features/mec/styles.php:103
2252
- #: app/features/mec/styles.php:147 app/features/mec/styles.php:156
2253
- #: app/features/mec/styling.php:309 app/features/mec/styling.php:379
2254
- #: app/features/mec/styling.php:388
2255
- msgid "Save Changes"
2256
- msgstr ""
2257
-
2258
- #: app/features/mec/gateways.php:138 app/features/mec/messages.php:145
2259
- #: app/features/mec/notifications.php:421 app/features/mec/regform.php:211
2260
- #: app/features/mec/settings.php:1475 app/features/mec/styles.php:131
2261
- #: app/features/mec/styling.php:362
2262
  msgid "Saved"
2263
  msgstr ""
2264
 
2265
- #: app/features/mec/gateways.php:139 app/features/mec/messages.php:146
2266
- #: app/features/mec/notifications.php:422 app/features/mec/regform.php:212
2267
- #: app/features/mec/settings.php:1476 app/features/mec/styles.php:132
2268
- #: app/features/mec/styling.php:363
2269
  msgid "Settings Saved!"
2270
  msgstr ""
2271
 
@@ -2309,16 +2315,16 @@ msgstr ""
2309
  #: app/features/mec/meta_boxes/display_options.php:129
2310
  #: app/features/mec/meta_boxes/display_options.php:431
2311
  #: app/features/mec/meta_boxes/display_options.php:686
2312
- #: app/features/mec/settings.php:394 app/features/mec/settings.php:418
2313
- #: app/features/mec/settings.php:427 app/features/mec/settings.php:462
2314
- #: app/features/mec/settings.php:486 app/features/mec/settings.php:495
2315
  msgid "Classic"
2316
  msgstr ""
2317
 
2318
  #: app/features/mec/meta_boxes/display_options.php:35
2319
  #: app/features/mec/meta_boxes/display_options.php:131
2320
- #: app/features/mec/settings.php:419 app/features/mec/settings.php:429
2321
- #: app/features/mec/settings.php:487 app/features/mec/settings.php:497
2322
  msgid "Minimal"
2323
  msgstr ""
2324
 
@@ -2328,20 +2334,20 @@ msgstr ""
2328
  #: app/features/mec/meta_boxes/display_options.php:433
2329
  #: app/features/mec/meta_boxes/display_options.php:585
2330
  #: app/features/mec/meta_boxes/display_options.php:688
2331
- #: app/features/mec/settings.php:396 app/features/mec/settings.php:409
2332
- #: app/features/mec/settings.php:420 app/features/mec/settings.php:430
2333
- #: app/features/mec/settings.php:464 app/features/mec/settings.php:477
2334
- #: app/features/mec/settings.php:488 app/features/mec/settings.php:498
2335
  msgid "Modern"
2336
  msgstr ""
2337
 
2338
  #: app/features/mec/meta_boxes/display_options.php:37
2339
- #: app/features/mec/settings.php:421 app/features/mec/settings.php:489
2340
  msgid "Standard"
2341
  msgstr ""
2342
 
2343
  #: app/features/mec/meta_boxes/display_options.php:38
2344
- #: app/features/mec/settings.php:422 app/features/mec/settings.php:490
2345
  msgid "Accordion"
2346
  msgstr ""
2347
 
@@ -2535,17 +2541,17 @@ msgstr ""
2535
  #: app/features/mec/meta_boxes/display_options.php:432
2536
  #: app/features/mec/meta_boxes/display_options.php:586
2537
  #: app/features/mec/meta_boxes/display_options.php:687
2538
- #: app/features/mec/settings.php:395 app/features/mec/settings.php:410
2539
- #: app/features/mec/settings.php:428 app/features/mec/settings.php:463
2540
- #: app/features/mec/settings.php:478 app/features/mec/settings.php:496
2541
  msgid "Clean"
2542
  msgstr ""
2543
 
2544
  #: app/features/mec/meta_boxes/display_options.php:133
2545
  #: app/features/mec/meta_boxes/display_options.php:309
2546
  #: app/features/mec/meta_boxes/display_options.php:435
2547
- #: app/features/mec/settings.php:398 app/features/mec/settings.php:431
2548
- #: app/features/mec/settings.php:466 app/features/mec/settings.php:499
2549
  msgid "Simple"
2550
  msgstr ""
2551
 
@@ -2556,8 +2562,8 @@ msgstr ""
2556
  #: app/features/mec/meta_boxes/display_options.php:135
2557
  #: app/features/mec/meta_boxes/display_options.php:308
2558
  #: app/features/mec/meta_boxes/display_options.php:434
2559
- #: app/features/mec/settings.php:397 app/features/mec/settings.php:433
2560
- #: app/features/mec/settings.php:465 app/features/mec/settings.php:501
2561
  msgid "Novel"
2562
  msgstr ""
2563
 
@@ -2580,7 +2586,6 @@ msgstr ""
2580
  #: app/features/mec/meta_boxes/display_options.php:471
2581
  #: app/features/mec/meta_boxes/display_options.php:578
2582
  #: app/features/mec/meta_boxes/display_options.php:766
2583
- #: app/libraries/skins.php:249
2584
  #, php-format
2585
  msgid "%s is required to use this skin."
2586
  msgstr ""
@@ -2596,15 +2601,15 @@ msgstr ""
2596
 
2597
  #: app/features/mec/meta_boxes/display_options.php:297
2598
  #: app/features/mec/meta_boxes/display_options.php:314
2599
- #: app/libraries/main.php:326 app/libraries/main.php:1196
2600
- #: app/libraries/main.php:1221
2601
  msgid "List View"
2602
  msgstr ""
2603
 
2604
  #: app/features/mec/meta_boxes/display_options.php:298
2605
  #: app/features/mec/meta_boxes/display_options.php:324
2606
- #: app/libraries/main.php:330 app/libraries/main.php:1190
2607
- #: app/libraries/main.php:1215
2608
  msgid "Yearly View"
2609
  msgstr ""
2610
 
@@ -2615,15 +2620,15 @@ msgstr ""
2615
 
2616
  #: app/features/mec/meta_boxes/display_options.php:300
2617
  #: app/features/mec/meta_boxes/display_options.php:344
2618
- #: app/libraries/main.php:333 app/libraries/main.php:1192
2619
- #: app/libraries/main.php:1217
2620
  msgid "Weekly View"
2621
  msgstr ""
2622
 
2623
  #: app/features/mec/meta_boxes/display_options.php:301
2624
  #: app/features/mec/meta_boxes/display_options.php:354
2625
- #: app/libraries/main.php:332 app/libraries/main.php:1193
2626
- #: app/libraries/main.php:1218
2627
  msgid "Daily View"
2628
  msgstr ""
2629
 
@@ -2936,8 +2941,8 @@ msgstr ""
2936
  #: app/features/mec/meta_boxes/search_form.php:449
2937
  #: app/features/mec/meta_boxes/search_form.php:456
2938
  #: app/features/mec/meta_boxes/search_form.php:463
2939
- #: app/features/mec/settings.php:317 app/features/mec/settings.php:530
2940
- #: app/features/mec/settings.php:714
2941
  msgid "Disabled"
2942
  msgstr ""
2943
 
@@ -3224,7 +3229,7 @@ msgstr ""
3224
  msgid "Email/Booking verification link."
3225
  msgstr ""
3226
 
3227
- #: app/features/mec/notifications.php:196 app/features/mec/settings.php:1174
3228
  msgid "Booking Confirmation"
3229
  msgstr ""
3230
 
@@ -3301,7 +3306,7 @@ msgstr ""
3301
  msgid "Status of event"
3302
  msgstr ""
3303
 
3304
- #: app/features/mec/notifications.php:362 app/features/mec/settings.php:1061
3305
  msgid "Event Note"
3306
  msgstr ""
3307
 
@@ -3313,528 +3318,532 @@ msgstr ""
3313
  msgid "Archive Page Options"
3314
  msgstr ""
3315
 
3316
- #: app/features/mec/settings.php:96 app/features/mec/settings.php:779
3317
  msgid "Export Module Options"
3318
  msgstr ""
3319
 
3320
- #: app/features/mec/settings.php:102 app/features/mec/settings.php:806
3321
  msgid "Local Time Module"
3322
  msgstr ""
3323
 
3324
- #: app/features/mec/settings.php:108 app/features/mec/settings.php:818
3325
  msgid "QR Code Module"
3326
  msgstr ""
3327
 
3328
- #: app/features/mec/settings.php:114 app/features/mec/settings.php:836
3329
  #: app/widgets/single.php:147
3330
  msgid "Weather Module"
3331
  msgstr ""
3332
 
3333
- #: app/features/mec/settings.php:144 app/features/mec/settings.php:1080
3334
  msgid "User Profile"
3335
  msgstr ""
3336
 
3337
- #: app/features/mec/settings.php:156 app/features/mec/settings.php:1098
3338
  msgid "Additional Organizers"
3339
  msgstr ""
3340
 
3341
- #: app/features/mec/settings.php:174 app/features/mec/settings.php:1215
3342
  msgid "Taxes / Fees"
3343
  msgstr ""
3344
 
3345
- #: app/features/mec/settings.php:180 app/features/mec/settings.php:1280
3346
  msgid "Ticket Variations & Options"
3347
  msgstr ""
3348
 
3349
  #: app/features/mec/settings.php:276
3350
- msgid "Time Format"
3351
- msgstr ""
3352
-
3353
- #: app/features/mec/settings.php:279
3354
- msgid "12 hours format with AM/PM"
3355
- msgstr ""
3356
-
3357
- #: app/features/mec/settings.php:280
3358
- msgid "24 hours format"
3359
- msgstr ""
3360
-
3361
- #: app/features/mec/settings.php:282 app/features/mec/settings.php:295
3362
- msgid ""
3363
- "This option is for showing start/end time of events on frontend of website."
3364
- msgstr ""
3365
-
3366
- #: app/features/mec/settings.php:287
3367
  msgid "Hide Events"
3368
  msgstr ""
3369
 
3370
- #: app/features/mec/settings.php:290
3371
  msgid "On Event Start"
3372
  msgstr ""
3373
 
3374
- #: app/features/mec/settings.php:291
3375
  msgid "+1 Hour after start"
3376
  msgstr ""
3377
 
3378
- #: app/features/mec/settings.php:292
3379
  msgid "+2 Hours after start"
3380
  msgstr ""
3381
 
3382
- #: app/features/mec/settings.php:293
3383
  msgid "On Event End"
3384
  msgstr ""
3385
 
3386
- #: app/features/mec/settings.php:301
 
 
 
 
 
3387
  msgid "Multiple Day Events"
3388
  msgstr ""
3389
 
3390
- #: app/features/mec/settings.php:304
3391
  msgid "Show only first day on List/Grid/Slider skins"
3392
  msgstr ""
3393
 
3394
- #: app/features/mec/settings.php:305
3395
  msgid "Show only first day on all skins"
3396
  msgstr ""
3397
 
3398
- #: app/features/mec/settings.php:306
3399
  msgid "Show all days"
3400
  msgstr ""
3401
 
3402
- #: app/features/mec/settings.php:308
3403
  msgid ""
3404
  "For showing all days of multiple day events on frontend or only show the "
3405
  "first day."
3406
  msgstr ""
3407
 
3408
- #: app/features/mec/settings.php:314
3409
  msgid "Remove MEC Data on Plugin Uninstall"
3410
  msgstr ""
3411
 
3412
- #: app/features/mec/settings.php:318
3413
  msgid "Enabled"
3414
  msgstr ""
3415
 
3416
- #: app/features/mec/settings.php:324
3417
  msgid "Exclude Date Suffix"
3418
  msgstr ""
3419
 
3420
- #: app/features/mec/settings.php:327
3421
  msgid "Remove suffix from calendars"
3422
  msgstr ""
3423
 
3424
- #: app/features/mec/settings.php:334 app/libraries/main.php:4245
3425
  msgid "Weekdays"
3426
  msgstr ""
3427
 
3428
- #: app/features/mec/settings.php:342
3429
  msgid ""
3430
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
3431
  "and Friday."
3432
  msgstr ""
3433
 
3434
- #: app/features/mec/settings.php:349
3435
  msgid "Weekends"
3436
  msgstr ""
3437
 
3438
- #: app/features/mec/settings.php:357
3439
  msgid "Proceed with caution. Default is set to Saturday and Sunday."
3440
  msgstr ""
3441
 
3442
- #: app/features/mec/settings.php:365
3443
  msgid "Archive Pages"
3444
  msgstr ""
3445
 
3446
- #: app/features/mec/settings.php:368
3447
  msgid "Archive Page Title"
3448
  msgstr ""
3449
 
3450
- #: app/features/mec/settings.php:371
3451
  msgid "Default value is Events"
3452
  msgstr ""
3453
 
3454
- #: app/features/mec/settings.php:376
3455
  msgid "Archive Page Skin"
3456
  msgstr ""
3457
 
3458
- #: app/features/mec/settings.php:384
3459
  msgid "Put shortcode..."
3460
  msgstr ""
3461
 
3462
- #: app/features/mec/settings.php:387 app/features/mec/settings.php:402
3463
- #: app/features/mec/settings.php:405 app/features/mec/settings.php:414
3464
- #: app/features/mec/settings.php:440 app/features/mec/settings.php:455
3465
- #: app/features/mec/settings.php:470 app/features/mec/settings.php:473
3466
- #: app/features/mec/settings.php:482 app/features/mec/settings.php:508
3467
  msgid "There is no skins"
3468
  msgstr ""
3469
 
3470
- #: app/features/mec/settings.php:390 app/features/mec/settings.php:458
3471
- #: app/features/mec/settings.php:583
3472
  msgid "Modern Style"
3473
  msgstr ""
3474
 
3475
- #: app/features/mec/settings.php:432 app/features/mec/settings.php:500
3476
  msgid "colorful"
3477
  msgstr ""
3478
 
3479
- #: app/features/mec/settings.php:437 app/features/mec/settings.php:505
3480
  msgid "Clean Style"
3481
  msgstr ""
3482
 
3483
- #: app/features/mec/settings.php:442
3484
  msgid "Default value is Calendar/Monthly View"
3485
  msgstr ""
3486
 
3487
- #: app/features/mec/settings.php:447
3488
  msgid "Category Page Skin"
3489
  msgstr ""
3490
 
3491
- #: app/features/mec/settings.php:510
3492
  msgid "Default value is List View"
3493
  msgstr ""
3494
 
3495
- #: app/features/mec/settings.php:515
3496
  msgid "Category Events Method"
3497
  msgstr ""
3498
 
3499
- #: app/features/mec/settings.php:519
3500
  msgid "Expired Events"
3501
  msgstr ""
3502
 
3503
- #: app/features/mec/settings.php:521
3504
  msgid "Default value is Upcoming Events"
3505
  msgstr ""
3506
 
3507
- #: app/features/mec/settings.php:526
3508
  msgid "Events Archive Status"
3509
  msgstr ""
3510
 
3511
- #: app/features/mec/settings.php:529
3512
  msgid "Enabled (Recommended)"
3513
  msgstr ""
3514
 
3515
- #: app/features/mec/settings.php:532
3516
  msgid ""
3517
  "If you disable it, then you should create a page as archive page of MEC. "
3518
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
3519
  "MEC rewrite rules."
3520
  msgstr ""
3521
 
3522
- #: app/features/mec/settings.php:542
3523
  msgid "Main Slug"
3524
  msgstr ""
3525
 
3526
- #: app/features/mec/settings.php:545
3527
  msgid ""
3528
  "Default value is events. Valid characters are lowercase a-z, - character and "
3529
  "numbers."
3530
  msgstr ""
3531
 
3532
- #: app/features/mec/settings.php:549
3533
  msgid "Category Slug"
3534
  msgstr ""
3535
 
3536
- #: app/features/mec/settings.php:552
3537
  msgid ""
3538
  "It's slug of MEC categories, you can change it to events-cat or something "
3539
  "else. Default value is mec-category. Valid characters are lowercase a-z, - "
3540
  "character and numbers."
3541
  msgstr ""
3542
 
3543
- #: app/features/mec/settings.php:562
3544
  msgid "Single Event Date Format"
3545
  msgstr ""
3546
 
3547
- #: app/features/mec/settings.php:565 app/features/mec/settings.php:927
3548
  msgid "Default is M d Y"
3549
  msgstr ""
3550
 
3551
- #: app/features/mec/settings.php:569
3552
  msgid "Date Method"
3553
  msgstr ""
3554
 
3555
- #: app/features/mec/settings.php:572
3556
  msgid "Next occurrence date"
3557
  msgstr ""
3558
 
3559
- #: app/features/mec/settings.php:573
3560
  msgid "Referred date"
3561
  msgstr ""
3562
 
3563
- #: app/features/mec/settings.php:575
3564
  msgid ""
3565
  "\"Referred date\" shows the event date based on referred date in event list."
3566
  msgstr ""
3567
 
3568
- #: app/features/mec/settings.php:579
3569
  msgid "Single Event Style"
3570
  msgstr ""
3571
 
3572
- #: app/features/mec/settings.php:582
3573
  msgid "Default Style"
3574
  msgstr ""
3575
 
3576
- #: app/features/mec/settings.php:585
3577
  msgid "Choose your single event style."
3578
  msgstr ""
3579
 
3580
- #: app/features/mec/settings.php:589
3581
  #, fuzzy
3582
  #| msgid "Bookings"
3583
  msgid "Booking Style"
3584
  msgstr "Foglalások"
3585
 
3586
- #: app/features/mec/settings.php:592 app/features/mec/settings.php:703
3587
  msgid "Default"
3588
  msgstr ""
3589
 
3590
- #: app/features/mec/settings.php:593
3591
  msgid "Modal"
3592
  msgstr ""
3593
 
3594
- #: app/features/mec/settings.php:595
3595
  msgid "Choose your Booking style."
3596
  msgstr ""
3597
 
3598
- #: app/features/mec/settings.php:603
3599
  msgid "Currency"
3600
  msgstr ""
3601
 
3602
- #: app/features/mec/settings.php:613
3603
  msgid "Currency Sign"
3604
  msgstr ""
3605
 
3606
- #: app/features/mec/settings.php:616
3607
  msgid "Default value will be \"currency\" if you leave it empty."
3608
  msgstr ""
3609
 
3610
- #: app/features/mec/settings.php:620
3611
  msgid "Currency Position"
3612
  msgstr ""
3613
 
3614
- #: app/features/mec/settings.php:623
3615
  msgid "Before $10"
3616
  msgstr ""
3617
 
3618
- #: app/features/mec/settings.php:624
3619
  msgid "After 10$"
3620
  msgstr ""
3621
 
3622
- #: app/features/mec/settings.php:629
3623
  msgid "Thousand Separator"
3624
  msgstr ""
3625
 
3626
- #: app/features/mec/settings.php:635
3627
  msgid "Decimal Separator"
3628
  msgstr ""
3629
 
3630
- #: app/features/mec/settings.php:645
3631
  msgid "No decimal"
3632
  msgstr ""
3633
 
3634
- #: app/features/mec/settings.php:654
3635
  msgid "Speakers Options"
3636
  msgstr ""
3637
 
3638
- #: app/features/mec/settings.php:660
3639
  msgid "Enable speakers feature"
3640
  msgstr ""
3641
 
3642
- #: app/features/mec/settings.php:676
3643
  msgid "Show Google Maps on event page"
3644
  msgstr ""
3645
 
3646
- #: app/features/mec/settings.php:681 app/features/mec/settings.php:849
3647
- #: app/features/mec/settings.php:1378
3648
  msgid "API Key"
3649
  msgstr ""
3650
 
3651
- #: app/features/mec/settings.php:684 app/features/mec/settings.php:1381
3652
- #: app/features/mec/settings.php:1388
3653
  msgid "Required!"
3654
  msgstr ""
3655
 
3656
- #: app/features/mec/settings.php:688
3657
  msgid "Zoom level"
3658
  msgstr ""
3659
 
3660
- #: app/features/mec/settings.php:695
3661
  msgid ""
3662
  "For Google Maps module in single event page. In Google Maps skin, it will "
3663
  "caculate the zoom level automatically based on event boundaries."
3664
  msgstr ""
3665
 
3666
- #: app/features/mec/settings.php:699
3667
  msgid "Google Maps Style"
3668
  msgstr ""
3669
 
3670
- #: app/features/mec/settings.php:711
3671
  msgid "Direction on single event"
3672
  msgstr ""
3673
 
3674
- #: app/features/mec/settings.php:715
3675
  msgid "Simple Method"
3676
  msgstr ""
3677
 
3678
- #: app/features/mec/settings.php:716
3679
  msgid "Advanced Method"
3680
  msgstr ""
3681
 
3682
- #: app/features/mec/settings.php:721
3683
  msgid "Lightbox Date Format"
3684
  msgstr ""
3685
 
3686
- #: app/features/mec/settings.php:724
3687
  msgid "Default value is M d Y"
3688
  msgstr ""
3689
 
3690
- #: app/features/mec/settings.php:728
3691
  msgid "Google Maps API"
3692
  msgstr ""
3693
 
3694
- #: app/features/mec/settings.php:732
3695
  msgid "Don't load Google Maps API library"
3696
  msgstr ""
3697
 
3698
- #: app/features/mec/settings.php:734
3699
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
3700
  msgstr ""
3701
 
3702
- #: app/features/mec/settings.php:746
3703
  msgid "Enable Google Recaptcha"
3704
  msgstr ""
3705
 
3706
- #: app/features/mec/settings.php:753
3707
  msgid "Enable on booking form"
3708
  msgstr ""
3709
 
3710
- #: app/features/mec/settings.php:759
3711
  msgid "Enable on \"Frontend Event Submission\" form"
3712
  msgstr ""
3713
 
3714
- #: app/features/mec/settings.php:763
3715
  msgid "Site Key"
3716
  msgstr ""
3717
 
3718
- #: app/features/mec/settings.php:769
3719
  msgid "Secret Key"
3720
  msgstr ""
3721
 
3722
- #: app/features/mec/settings.php:783
3723
  msgid ""
3724
  "Show export module (iCal export and add to Google calendars) on event page"
3725
  msgstr ""
3726
 
3727
- #: app/features/mec/settings.php:790
3728
  msgid "Google Calendar"
3729
  msgstr ""
3730
 
3731
- #: app/features/mec/settings.php:810
3732
  msgid "Show event time based on local time of visitor on event page"
3733
  msgstr ""
3734
 
3735
- #: app/features/mec/settings.php:826
3736
  msgid "Show QR code of event in details page and booking invoice"
3737
  msgstr ""
3738
 
3739
- #: app/features/mec/settings.php:844
3740
  msgid "Show weather module on event page"
3741
  msgstr ""
3742
 
3743
- #: app/features/mec/settings.php:852
3744
  #, php-format
3745
  msgid "You can get a free API Key from %s"
3746
  msgstr ""
3747
 
3748
- #: app/features/mec/settings.php:864
3749
  msgid "Show countdown module on event page"
3750
  msgstr ""
3751
 
3752
- #: app/features/mec/settings.php:869
3753
  msgid "Countdown Style"
3754
  msgstr ""
3755
 
3756
- #: app/features/mec/settings.php:872
3757
  msgid "Plain Style"
3758
  msgstr ""
3759
 
3760
- #: app/features/mec/settings.php:873
3761
  msgid "Flip Style"
3762
  msgstr ""
3763
 
3764
- #: app/features/mec/settings.php:885
3765
  msgid "Show social network module"
3766
  msgstr ""
3767
 
3768
- #: app/features/mec/settings.php:910
3769
  msgid "Show next event module on event page"
3770
  msgstr ""
3771
 
3772
- #: app/features/mec/settings.php:915
3773
  msgid "Method"
3774
  msgstr ""
3775
 
3776
- #: app/features/mec/settings.php:918
3777
  msgid "Next Occurrence of Current Event"
3778
  msgstr ""
3779
 
3780
- #: app/features/mec/settings.php:919
3781
  msgid "Next Occurrence of Other Events"
3782
  msgstr ""
3783
 
3784
- #: app/features/mec/settings.php:924 app/features/mec/settings.php:1121
3785
  msgid "Date Format"
3786
  msgstr ""
3787
 
3788
- #: app/features/mec/settings.php:936
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3789
  msgid "Events List Page"
3790
  msgstr ""
3791
 
3792
- #: app/features/mec/settings.php:945 app/features/mec/settings.php:957
3793
  #, php-format
3794
  msgid "Put %s shortcode into the page."
3795
  msgstr ""
3796
 
3797
- #: app/features/mec/settings.php:948
3798
  msgid "Add/Edit Events Page"
3799
  msgstr ""
3800
 
3801
- #: app/features/mec/settings.php:962
3802
  msgid "Enable event submission by guest (Not logged-in) users"
3803
  msgstr ""
3804
 
3805
- #: app/features/mec/settings.php:969
3806
  msgid "Enable mandatory email and name for guest user"
3807
  msgstr ""
3808
 
3809
- #: app/features/mec/settings.php:973
3810
  msgid "Frontend Event Submission Sections"
3811
  msgstr ""
3812
 
3813
- #: app/features/mec/settings.php:995 app/widgets/single.php:119
3814
  msgid "Event Categories"
3815
  msgstr ""
3816
 
3817
- #: app/features/mec/settings.php:1001
3818
  msgid "Event Labels"
3819
  msgstr ""
3820
 
3821
- #: app/features/mec/settings.php:1013
3822
  msgid "Event Tags"
3823
  msgstr ""
3824
 
3825
- #: app/features/mec/settings.php:1025 app/widgets/single.php:123
3826
  msgid "Event Organizer"
3827
  msgstr ""
3828
 
3829
- #: app/features/mec/settings.php:1043
3830
  msgid "Booking Options"
3831
  msgstr ""
3832
 
3833
- #: app/features/mec/settings.php:1049
3834
  msgid "Fees / Taxes Options"
3835
  msgstr ""
3836
 
3837
- #: app/features/mec/settings.php:1063
3838
  #, php-format
3839
  msgid ""
3840
  "Users can put a note for editors while they're submitting the event. Also "
@@ -3842,173 +3851,173 @@ msgid ""
3842
  "users' note in email."
3843
  msgstr ""
3844
 
3845
- #: app/features/mec/settings.php:1067
3846
  msgid "Visibility of Note"
3847
  msgstr ""
3848
 
3849
- #: app/features/mec/settings.php:1070
3850
  msgid "Always"
3851
  msgstr ""
3852
 
3853
- #: app/features/mec/settings.php:1071
3854
  msgid "While event is not published"
3855
  msgstr ""
3856
 
3857
- #: app/features/mec/settings.php:1074
3858
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
3859
  msgstr ""
3860
 
3861
- #: app/features/mec/settings.php:1082
3862
  #, php-format
3863
  msgid ""
3864
  "Put %s shortcode into your desired page. Then users are able to see history "
3865
  "of their bookings."
3866
  msgstr ""
3867
 
3868
- #: app/features/mec/settings.php:1087
3869
  msgid "Exceptional days"
3870
  msgstr ""
3871
 
3872
- #: app/features/mec/settings.php:1091
3873
  msgid "Show exceptional days option on Add/Edit events page"
3874
  msgstr ""
3875
 
3876
- #: app/features/mec/settings.php:1092
3877
  msgid ""
3878
  "Using this option you can include/exclude certain days to/from event "
3879
  "occurrence dates."
3880
  msgstr ""
3881
 
3882
- #: app/features/mec/settings.php:1102
3883
  msgid ""
3884
  "Show additional organizers option on Add/Edit events page and single event "
3885
  "page."
3886
  msgstr ""
3887
 
3888
- #: app/features/mec/settings.php:1116
3889
  msgid "Enable booking module"
3890
  msgstr ""
3891
 
3892
- #: app/features/mec/settings.php:1124
3893
  msgid "Default is Y-m-d"
3894
  msgstr ""
3895
 
3896
- #: app/features/mec/settings.php:1128
3897
  msgid "Maximum Dates"
3898
  msgstr ""
3899
 
3900
- #: app/features/mec/settings.php:1130
3901
  msgid "Default is 6"
3902
  msgstr ""
3903
 
3904
- #: app/features/mec/settings.php:1134
3905
  msgid "Thank You Page"
3906
  msgstr ""
3907
 
3908
- #: app/features/mec/settings.php:1142
3909
  msgid ""
3910
  "User redirects to this page after booking. Leave it empty if you want to "
3911
  "disable it."
3912
  msgstr ""
3913
 
3914
- #: app/features/mec/settings.php:1150
3915
  msgid "Enable Express Attendees Form"
3916
  msgstr ""
3917
 
3918
- #: app/features/mec/settings.php:1152
3919
  msgid ""
3920
  "Users are able to apply first attendee information for other attendees in "
3921
  "the booking form."
3922
  msgstr ""
3923
 
3924
- #: app/features/mec/settings.php:1155
3925
  msgid "Email verification"
3926
  msgstr ""
3927
 
3928
- #: app/features/mec/settings.php:1161
3929
  msgid "Auto verification for free bookings"
3930
  msgstr ""
3931
 
3932
- #: app/features/mec/settings.php:1170
3933
  msgid "Auto verification for paid bookings"
3934
  msgstr ""
3935
 
3936
- #: app/features/mec/settings.php:1180
3937
  msgid "Auto confirmation for free bookings"
3938
  msgstr ""
3939
 
3940
- #: app/features/mec/settings.php:1189
3941
  msgid "Auto confirmation for paid bookings"
3942
  msgstr ""
3943
 
3944
- #: app/features/mec/settings.php:1206
3945
  msgid "Enable coupons module"
3946
  msgstr ""
3947
 
3948
- #: app/features/mec/settings.php:1223
3949
  msgid "Enable taxes / fees module"
3950
  msgstr ""
3951
 
3952
- #: app/features/mec/settings.php:1228
3953
  msgid "Add Fee"
3954
  msgstr ""
3955
 
3956
- #: app/features/mec/settings.php:1288
3957
  msgid "Enable ticket options module"
3958
  msgstr ""
3959
 
3960
- #: app/features/mec/settings.php:1293
3961
  msgid "Add Variation / Option"
3962
  msgstr ""
3963
 
3964
- #: app/features/mec/settings.php:1343
3965
  msgid "Enable BuddyPress Integration"
3966
  msgstr ""
3967
 
3968
- #: app/features/mec/settings.php:1350
3969
  msgid "Show \"Attendees Module\" in event details page"
3970
  msgstr ""
3971
 
3972
- #: app/features/mec/settings.php:1354
3973
  msgid "Attendees Limit"
3974
  msgstr ""
3975
 
3976
- #: app/features/mec/settings.php:1362
3977
  msgid "Add booking activity to user profile"
3978
  msgstr ""
3979
 
3980
- #: app/features/mec/settings.php:1373
3981
  msgid "Enable Mailchimp Integration"
3982
  msgstr ""
3983
 
3984
- #: app/features/mec/settings.php:1385
3985
  msgid "List ID"
3986
  msgstr ""
3987
 
3988
- #: app/features/mec/settings.php:1392
3989
  msgid "Subscription Status"
3990
  msgstr ""
3991
 
3992
- #: app/features/mec/settings.php:1395
3993
  msgid "Subscribe automatically"
3994
  msgstr ""
3995
 
3996
- #: app/features/mec/settings.php:1396
3997
  msgid "Subscribe by verification"
3998
  msgstr ""
3999
 
4000
- #: app/features/mec/settings.php:1398
4001
  msgid ""
4002
  "If you choose \"Subscribe by verification\" then an email will send to user "
4003
  "by mailchimp for subscription verification."
4004
  msgstr ""
4005
 
4006
- #: app/features/mec/settings.php:1478 app/features/mec/settings.php:1500
4007
- #: app/libraries/main.php:4426
4008
  msgid "Verified"
4009
  msgstr ""
4010
 
4011
- #: app/features/mec/settings.php:1502
4012
  msgid "Please Refresh Page"
4013
  msgstr ""
4014
 
@@ -4024,68 +4033,68 @@ msgid ""
4024
  "styles."
4025
  msgstr ""
4026
 
4027
- #: app/features/mec/styling.php:11 app/features/mec/styling.php:242
4028
- #: app/features/mec/styling.php:268
4029
  msgid "Default Font"
4030
  msgstr ""
4031
 
4032
- #: app/features/mec/styling.php:124
4033
  msgid "Styling Option"
4034
  msgstr ""
4035
 
4036
- #: app/features/mec/styling.php:142
4037
  msgid "Color Skin"
4038
  msgstr ""
4039
 
4040
- #: app/features/mec/styling.php:145
4041
  msgid "Predefined Color Skin"
4042
  msgstr ""
4043
 
4044
- #: app/features/mec/styling.php:188
4045
  msgid "Custom Color Skin"
4046
  msgstr ""
4047
 
4048
- #: app/features/mec/styling.php:196
4049
  msgid "Advanced Color Options (shortcodes)"
4050
  msgstr ""
4051
 
4052
- #: app/features/mec/styling.php:208
4053
  msgid "Title Hover"
4054
  msgstr ""
4055
 
4056
- #: app/features/mec/styling.php:225
4057
  msgid "Typography"
4058
  msgstr ""
4059
 
4060
- #: app/features/mec/styling.php:227
4061
  msgid "Heading (Events Title) Font Family"
4062
  msgstr ""
4063
 
4064
- #: app/features/mec/styling.php:253
4065
  msgid "Paragraph Font Family"
4066
  msgstr ""
4067
 
4068
- #: app/features/mec/styling.php:280
4069
  msgid "Disable Google Fonts"
4070
  msgstr ""
4071
 
4072
- #: app/features/mec/styling.php:285
4073
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4074
  msgstr ""
4075
 
4076
- #: app/features/mec/styling.php:291
4077
  msgid "Container Width"
4078
  msgstr ""
4079
 
4080
- #: app/features/mec/styling.php:293
4081
  msgid "Desktop Normal Screens"
4082
  msgstr ""
4083
 
4084
- #: app/features/mec/styling.php:296 app/features/mec/styling.php:303
4085
  msgid "You can enter your theme container size in this field"
4086
  msgstr ""
4087
 
4088
- #: app/features/mec/styling.php:300
4089
  msgid "Desktop Large Screens"
4090
  msgstr ""
4091
 
@@ -4496,7 +4505,7 @@ msgstr "például john@smith.com"
4496
  msgid "eg. https://webnus.net"
4497
  msgstr ""
4498
 
4499
- #: app/features/organizers.php:300 app/libraries/main.php:4269
4500
  #: app/skins/single.php:194
4501
  msgid "Other Organizers"
4502
  msgstr ""
@@ -4515,11 +4524,11 @@ msgstr ""
4515
  msgid "#"
4516
  msgstr ""
4517
 
4518
- #: app/features/profile/profile.php:34 app/libraries/main.php:2402
4519
  msgid "Status"
4520
  msgstr ""
4521
 
4522
- #: app/features/profile/profile.php:37 app/libraries/main.php:1664
4523
  msgid "Attendees"
4524
  msgstr ""
4525
 
@@ -4532,8 +4541,8 @@ msgstr ""
4532
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4533
  msgstr ""
4534
 
4535
- #: app/features/profile/profile.php:96 app/libraries/main.php:1678
4536
- #: app/libraries/main.php:4267
4537
  msgid "Ticket"
4538
  msgstr ""
4539
 
@@ -4546,7 +4555,7 @@ msgid "No bookings found!"
4546
  msgstr ""
4547
 
4548
  #: app/features/speakers.php:56 app/features/speakers.php:242
4549
- #: app/libraries/main.php:4241
4550
  msgid "Speaker"
4551
  msgstr ""
4552
 
@@ -4578,7 +4587,7 @@ msgid "Insert URL of Facebook Page"
4578
  msgstr ""
4579
 
4580
  #: app/features/speakers.php:135 app/features/speakers.php:187
4581
- #: app/libraries/main.php:1078
4582
  msgid "Google+"
4583
  msgstr ""
4584
 
@@ -4679,347 +4688,347 @@ msgstr ""
4679
  msgid "There is no excerpt because this is a protected post."
4680
  msgstr ""
4681
 
4682
- #: app/libraries/main.php:327 app/libraries/main.php:1197
4683
- #: app/libraries/main.php:1222
4684
  msgid "Grid View"
4685
  msgstr ""
4686
 
4687
- #: app/libraries/main.php:328 app/libraries/main.php:1198
4688
- #: app/libraries/main.php:1223
4689
  msgid "Agenda View"
4690
  msgstr ""
4691
 
4692
- #: app/libraries/main.php:329 app/libraries/main.php:1189
4693
- #: app/libraries/main.php:1214
4694
  msgid "Full Calendar"
4695
  msgstr ""
4696
 
4697
- #: app/libraries/main.php:331 app/libraries/main.php:1191
4698
- #: app/libraries/main.php:1216
4699
  msgid "Calendar/Monthly View"
4700
  msgstr ""
4701
 
4702
- #: app/libraries/main.php:334 app/libraries/main.php:1194
4703
- #: app/libraries/main.php:1219
4704
  msgid "Timetable View"
4705
  msgstr ""
4706
 
4707
- #: app/libraries/main.php:335 app/libraries/main.php:1195
4708
- #: app/libraries/main.php:1220
4709
  msgid "Masonry View"
4710
  msgstr ""
4711
 
4712
- #: app/libraries/main.php:336 app/libraries/main.php:1199
4713
- #: app/libraries/main.php:1224
4714
  msgid "Map View"
4715
  msgstr ""
4716
 
4717
- #: app/libraries/main.php:337
4718
  msgid "Cover View"
4719
  msgstr ""
4720
 
4721
- #: app/libraries/main.php:338
4722
  msgid "Countdown View"
4723
  msgstr ""
4724
 
4725
- #: app/libraries/main.php:339
4726
  msgid "Available Spot"
4727
  msgstr ""
4728
 
4729
- #: app/libraries/main.php:340
4730
  msgid "Carousel View"
4731
  msgstr ""
4732
 
4733
- #: app/libraries/main.php:341
4734
  msgid "Slider View"
4735
  msgstr ""
4736
 
4737
- #: app/libraries/main.php:378 app/libraries/main.php:4247
4738
  msgid "SU"
4739
  msgstr ""
4740
 
4741
- #: app/libraries/main.php:379 app/libraries/main.php:4248
4742
  msgid "MO"
4743
  msgstr ""
4744
 
4745
- #: app/libraries/main.php:380 app/libraries/main.php:4249
4746
  msgid "TU"
4747
  msgstr ""
4748
 
4749
- #: app/libraries/main.php:381 app/libraries/main.php:4250
4750
  msgid "WE"
4751
  msgstr ""
4752
 
4753
- #: app/libraries/main.php:382 app/libraries/main.php:4251
4754
  msgid "TH"
4755
  msgstr ""
4756
 
4757
- #: app/libraries/main.php:383 app/libraries/main.php:4252
4758
  msgid "FR"
4759
  msgstr ""
4760
 
4761
- #: app/libraries/main.php:384 app/libraries/main.php:4253
4762
  msgid "SA"
4763
  msgstr ""
4764
 
4765
- #: app/libraries/main.php:1036
4766
  msgid "Events at this location"
4767
  msgstr ""
4768
 
4769
- #: app/libraries/main.php:1036
4770
  msgid "Event at this location"
4771
  msgstr "Esemény ezen a helyszínen"
4772
 
4773
- #: app/libraries/main.php:1077
4774
  msgid "Facebook"
4775
  msgstr ""
4776
 
4777
- #: app/libraries/main.php:1079
4778
  msgid "Twitter"
4779
  msgstr ""
4780
 
4781
- #: app/libraries/main.php:1080 app/libraries/main.php:1145
4782
  msgid "Linkedin"
4783
  msgstr ""
4784
 
4785
- #: app/libraries/main.php:1081 app/libraries/main.php:1178
4786
  msgid "VK"
4787
  msgstr ""
4788
 
4789
- #: app/libraries/main.php:1100
4790
  msgid "Share on Facebook"
4791
  msgstr ""
4792
 
4793
- #: app/libraries/main.php:1115
4794
  msgid "Google Plus"
4795
  msgstr ""
4796
 
4797
- #: app/libraries/main.php:1130
4798
  msgid "Tweet"
4799
  msgstr ""
4800
 
4801
- #: app/libraries/main.php:1200
4802
  msgid "Custom Shortcode"
4803
  msgstr ""
4804
 
4805
- #: app/libraries/main.php:1559
4806
  msgid "Your booking successfully verified."
4807
  msgstr ""
4808
 
4809
- #: app/libraries/main.php:1560
4810
  msgid "Your booking cannot verify!"
4811
  msgstr ""
4812
 
4813
- #: app/libraries/main.php:1572
4814
  msgid "Your booking successfully canceled."
4815
  msgstr ""
4816
 
4817
- #: app/libraries/main.php:1573
4818
  msgid "Your booking cannot be canceled."
4819
  msgstr ""
4820
 
4821
- #: app/libraries/main.php:1577
4822
  msgid "You canceled the payment successfully."
4823
  msgstr ""
4824
 
4825
- #: app/libraries/main.php:1581
4826
  msgid "You returned from payment gateway successfully."
4827
  msgstr ""
4828
 
4829
- #: app/libraries/main.php:1605
4830
  msgid "Cannot find the booking!"
4831
  msgstr ""
4832
 
4833
- #: app/libraries/main.php:1605
4834
  msgid "Booking is invalid."
4835
  msgstr ""
4836
 
4837
- #: app/libraries/main.php:1634
4838
  #, php-format
4839
  msgid "%s Invoice"
4840
  msgstr ""
4841
 
4842
- #: app/libraries/main.php:1655
4843
  msgid "Transaction ID"
4844
  msgstr ""
4845
 
4846
- #: app/libraries/main.php:1708
4847
  msgid "Billing"
4848
  msgstr ""
4849
 
4850
- #: app/libraries/main.php:1719
4851
  msgid "Total"
4852
  msgstr ""
4853
 
4854
- #: app/libraries/main.php:1752
4855
  msgid "Security nonce is not valid."
4856
  msgstr ""
4857
 
4858
- #: app/libraries/main.php:1752 app/libraries/main.php:1784
4859
  msgid "iCal export stopped!"
4860
  msgstr ""
4861
 
4862
- #: app/libraries/main.php:1784
4863
  #, fuzzy
4864
  #| msgid "Payment is invalid."
4865
  msgid "Request is not valid."
4866
  msgstr "Fizetés érvénytelen"
4867
 
4868
- #: app/libraries/main.php:2104 app/libraries/main.php:2133
4869
- #: app/libraries/main.php:2162 app/libraries/main.php:2191
4870
- #: app/libraries/main.php:2220 app/libraries/main.php:2244
4871
- #: app/libraries/main.php:2288 app/libraries/main.php:2332
4872
- #: app/libraries/main.php:2379 app/libraries/main.php:2425
4873
  msgid "Sort"
4874
  msgstr ""
4875
 
4876
- #: app/libraries/main.php:2110 app/libraries/main.php:2139
4877
- #: app/libraries/main.php:2168 app/libraries/main.php:2197
4878
- #: app/libraries/main.php:2250 app/libraries/main.php:2294
4879
- #: app/libraries/main.php:2338 app/libraries/main.php:2385
4880
  msgid "Required Field"
4881
  msgstr "Töltse ki az adatokat!"
4882
 
4883
- #: app/libraries/main.php:2116 app/libraries/main.php:2145
4884
- #: app/libraries/main.php:2174 app/libraries/main.php:2203
4885
- #: app/libraries/main.php:2256 app/libraries/main.php:2300
4886
- #: app/libraries/main.php:2344 app/libraries/main.php:2391
4887
  msgid "Insert a label for this field"
4888
  msgstr ""
4889
 
4890
- #: app/libraries/main.php:2226
4891
  msgid "HTML and shortcode are allowed."
4892
  msgstr ""
4893
 
4894
- #: app/libraries/main.php:2269 app/libraries/main.php:2313
4895
- #: app/libraries/main.php:2357
4896
  msgid "Option"
4897
  msgstr ""
4898
 
4899
- #: app/libraries/main.php:2391
4900
  #, php-format
4901
  msgid "Instead of %s, the page title with a link will be show."
4902
  msgstr ""
4903
 
4904
- #: app/libraries/main.php:2393
4905
  msgid "Agreement Page"
4906
  msgstr ""
4907
 
4908
- #: app/libraries/main.php:2404
4909
  msgid "Checked by default"
4910
  msgstr ""
4911
 
4912
- #: app/libraries/main.php:2405
4913
  msgid "Unchecked by default"
4914
  msgstr ""
4915
 
4916
- #: app/libraries/main.php:2427
4917
  msgid "Insert a label for this option"
4918
  msgstr ""
4919
 
4920
- #: app/libraries/main.php:2442
4921
  msgid "Free"
4922
  msgstr "Ingyenes"
4923
 
4924
- #: app/libraries/main.php:3094
4925
  #, php-format
4926
  msgid "Copy of %s"
4927
  msgstr ""
4928
 
4929
- #: app/libraries/main.php:3747
4930
  msgid "Booked an event."
4931
  msgstr ""
4932
 
4933
- #: app/libraries/main.php:3788
4934
  #, php-format
4935
  msgid "%s booked %s event."
4936
  msgstr ""
4937
 
4938
- #: app/libraries/main.php:4230
4939
  msgid "Taxonomies"
4940
  msgstr ""
4941
 
4942
- #: app/libraries/main.php:4232
4943
  msgid "Category Plural Label"
4944
  msgstr ""
4945
 
4946
- #: app/libraries/main.php:4233
4947
  msgid "Category Singular Label"
4948
  msgstr ""
4949
 
4950
- #: app/libraries/main.php:4234
4951
  msgid "Label Plural Label"
4952
  msgstr ""
4953
 
4954
- #: app/libraries/main.php:4235
4955
  msgid "Label Singular Label"
4956
  msgstr ""
4957
 
4958
- #: app/libraries/main.php:4235
4959
  msgid "label"
4960
  msgstr ""
4961
 
4962
- #: app/libraries/main.php:4236
4963
  msgid "Location Plural Label"
4964
  msgstr ""
4965
 
4966
- #: app/libraries/main.php:4237
4967
  msgid "Location Singular Label"
4968
  msgstr ""
4969
 
4970
- #: app/libraries/main.php:4238
4971
  msgid "Organizer Plural Label"
4972
  msgstr ""
4973
 
4974
- #: app/libraries/main.php:4239
4975
  msgid "Organizer Singular Label"
4976
  msgstr ""
4977
 
4978
- #: app/libraries/main.php:4240
4979
  msgid "Speaker Plural Label"
4980
  msgstr ""
4981
 
4982
- #: app/libraries/main.php:4241
4983
  msgid "Speaker Singular Label"
4984
  msgstr ""
4985
 
4986
- #: app/libraries/main.php:4247
4987
  msgid "Sunday abbreviation"
4988
  msgstr ""
4989
 
4990
- #: app/libraries/main.php:4248
4991
  msgid "Monday abbreviation"
4992
  msgstr ""
4993
 
4994
- #: app/libraries/main.php:4249
4995
  msgid "Tuesday abbreviation"
4996
  msgstr ""
4997
 
4998
- #: app/libraries/main.php:4250
4999
  msgid "Wednesday abbreviation"
5000
  msgstr ""
5001
 
5002
- #: app/libraries/main.php:4251
5003
  msgid "Thursday abbreviation"
5004
  msgstr ""
5005
 
5006
- #: app/libraries/main.php:4252
5007
  msgid "Friday abbreviation"
5008
  msgstr ""
5009
 
5010
- #: app/libraries/main.php:4253
5011
  msgid "Saturday abbreviation"
5012
  msgstr ""
5013
 
5014
- #: app/libraries/main.php:4257
5015
  msgid "Others"
5016
  msgstr ""
5017
 
5018
- #: app/libraries/main.php:4259
5019
  msgid "Booking Success Message"
5020
  msgstr ""
5021
 
5022
- #: app/libraries/main.php:4259
5023
  msgid ""
5024
  "Thanks for your booking. Your tickets booked, booking verification might be "
5025
  "needed, please check your email."
@@ -5027,90 +5036,90 @@ msgstr ""
5027
  "Köszönjük a foglalást! Kérjük ellenőrizze emailjeit, lehetséges, hogy "
5028
  "jóváhagyásra lesz szükség!"
5029
 
5030
- #: app/libraries/main.php:4260 app/widgets/single.php:131
5031
  msgid "Register Button"
5032
  msgstr ""
5033
 
5034
- #: app/libraries/main.php:4260 app/skins/available_spot/tpl.php:198
5035
- #: app/skins/carousel/render.php:128 app/skins/carousel/render.php:153
5036
  #: app/skins/grid/render.php:111 app/skins/grid/render.php:142
5037
  #: app/skins/grid/render.php:174 app/skins/grid/render.php:202
5038
  #: app/skins/list/render.php:94 app/skins/list/render.php:175
5039
  #: app/skins/masonry/render.php:127 app/skins/single/default.php:218
5040
- #: app/skins/single/default.php:220 app/skins/single/default.php:425
5041
- #: app/skins/single/default.php:427 app/skins/single/m1.php:126
5042
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5043
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5044
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5045
- #: app/skins/slider/render.php:130 app/skins/slider/render.php:150
5046
- #: app/skins/slider/render.php:170 app/skins/slider/render.php:201
5047
  msgid "REGISTER"
5048
  msgstr "REGISZTRÁCIÓ"
5049
 
5050
- #: app/libraries/main.php:4261
5051
  msgid "View Detail Button"
5052
  msgstr ""
5053
 
5054
- #: app/libraries/main.php:4261 app/skins/carousel/render.php:128
5055
- #: app/skins/carousel/render.php:153 app/skins/grid/render.php:111
5056
  #: app/skins/grid/render.php:142 app/skins/grid/render.php:174
5057
  #: app/skins/grid/render.php:202 app/skins/list/render.php:94
5058
  #: app/skins/list/render.php:175 app/skins/masonry/render.php:127
5059
- #: app/skins/slider/render.php:109 app/skins/slider/render.php:130
5060
- #: app/skins/slider/render.php:150 app/skins/slider/render.php:170
5061
- #: app/skins/slider/render.php:201
5062
  msgid "View Detail"
5063
  msgstr ""
5064
 
5065
- #: app/libraries/main.php:4262
5066
  msgid "Event Detail Button"
5067
  msgstr ""
5068
 
5069
- #: app/libraries/main.php:4262 app/skins/countdown/tpl.php:211
5070
  msgid "Event Detail"
5071
  msgstr ""
5072
 
5073
- #: app/libraries/main.php:4264
5074
  msgid "More Info Link"
5075
  msgstr ""
5076
 
5077
- #: app/libraries/main.php:4267
5078
  msgid "Ticket (Singular)"
5079
  msgstr ""
5080
 
5081
- #: app/libraries/main.php:4268
5082
  msgid "Tickets (Plural)"
5083
  msgstr ""
5084
 
5085
- #: app/libraries/main.php:4334
5086
  msgid "EventON"
5087
  msgstr ""
5088
 
5089
- #: app/libraries/main.php:4335
5090
  msgid "The Events Calendar"
5091
  msgstr ""
5092
 
5093
- #: app/libraries/main.php:4336
5094
  msgid "Events Schedule WP Plugin"
5095
  msgstr ""
5096
 
5097
- #: app/libraries/main.php:4337
5098
  msgid "Calendarize It"
5099
  msgstr ""
5100
 
5101
- #: app/libraries/main.php:4411
5102
  msgid "Confirmed"
5103
  msgstr ""
5104
 
5105
- #: app/libraries/main.php:4412
5106
  msgid "Rejected"
5107
  msgstr ""
5108
 
5109
- #: app/libraries/main.php:4413
5110
  msgid "Pending"
5111
  msgstr ""
5112
 
5113
- #: app/libraries/main.php:4428
5114
  msgid "Waiting"
5115
  msgstr ""
5116
 
@@ -5160,12 +5169,16 @@ msgstr ""
5160
 
5161
  #: app/libraries/render.php:436 app/modules/local-time/details.php:47
5162
  #: app/modules/next-event/details.php:97 app/skins/single/default.php:73
5163
- #: app/skins/single/default.php:280 app/skins/single/m1.php:34
5164
  #: app/skins/single/modern.php:169
5165
  msgid "All of the day"
5166
  msgstr ""
5167
 
5168
- #: app/libraries/skins.php:810
 
 
 
 
5169
  msgid "Ignore month and years"
5170
  msgstr ""
5171
 
@@ -5282,7 +5295,7 @@ msgid "Go to occurrence page"
5282
  msgstr ""
5283
 
5284
  #: app/modules/next-event/details.php:91 app/skins/single/default.php:67
5285
- #: app/skins/single/default.php:274 app/skins/single/m1.php:28
5286
  #: app/skins/single/modern.php:163
5287
  msgid "Time"
5288
  msgstr "időpont"
@@ -5344,7 +5357,7 @@ msgstr ""
5344
  msgid "View All"
5345
  msgstr ""
5346
 
5347
- #: app/skins/carousel/render.php:168 app/skins/countdown/tpl.php:150
5348
  #: app/skins/countdown/tpl.php:194 app/skins/cover/tpl.php:94
5349
  #: app/skins/list/render.php:111
5350
  msgid "EVENT DETAIL"
@@ -5387,13 +5400,13 @@ msgid "No Events"
5387
  msgstr ""
5388
 
5389
  #: app/skins/single.php:209 app/skins/single/default.php:191
5390
- #: app/skins/single/default.php:398 app/skins/single/m1.php:100
5391
  #: app/skins/single/m2.php:32 app/skins/single/modern.php:31
5392
  msgid "Phone"
5393
  msgstr ""
5394
 
5395
  #: app/skins/single.php:223 app/skins/single/default.php:205
5396
- #: app/skins/single/default.php:412 app/skins/single/m1.php:114
5397
  #: app/skins/single/m2.php:46 app/skins/single/modern.php:45
5398
  msgid "Website"
5399
  msgstr "Honlap"
@@ -5403,16 +5416,16 @@ msgid "Speakers:"
5403
  msgstr ""
5404
 
5405
  #: app/skins/single/default.php:30 app/skins/single/m1.php:235
5406
- #: app/skins/single/m2.php:164 app/skins/single/modern.php:241
5407
  msgid "Sold out!"
5408
  msgstr ""
5409
 
5410
  #: app/skins/single/default.php:40 app/skins/single/m1.php:244
5411
- #: app/skins/single/m2.php:173 app/skins/single/modern.php:251
5412
  msgid "Tags: "
5413
  msgstr ""
5414
 
5415
- #: app/skins/single/default.php:106 app/skins/single/default.php:313
5416
  #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
5417
  #: app/skins/single/modern.php:121
5418
  msgid "Read More"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2019-04-14 09:23+0430\n"
5
+ "PO-Revision-Date: 2019-04-14 09:23+0430\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: hu_HU\n"
26
  msgid "Modern Events Calendar"
27
  msgstr ""
28
 
29
+ #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:212
30
  msgid "Content"
31
  msgstr "Tartalom"
32
 
33
+ #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:337
34
+ #: app/features/mec.php:366 app/features/mec.php:392
35
  msgid "Shortcode"
36
  msgstr ""
37
 
52
  msgstr ""
53
 
54
  #: app/features/colors.php:50 app/features/fes/form.php:558
55
+ #: app/features/mec/settings.php:1008
56
  msgid "Event Color"
57
  msgstr ""
58
 
59
+ #: app/features/contextual.php:55 app/features/mec.php:323
60
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
61
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
62
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
63
+ #: app/features/mec/styles.php:24 app/features/mec/styling.php:46
64
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
65
  msgid "Settings"
66
  msgstr ""
70
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
71
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
72
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
73
+ #: app/features/mec/styling.php:55 app/features/mec/support.php:29
74
  msgid "Booking Form"
75
  msgstr ""
76
 
87
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
88
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
89
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
90
+ #: app/features/mec/styles.php:40 app/features/mec/styling.php:62
91
  #: app/features/mec/support.php:36
92
  msgid "Payment Gateways"
93
  msgstr ""
103
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
104
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
105
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
106
+ #: app/features/mec/styles.php:49 app/features/mec/styling.php:71
107
  #: app/features/mec/support.php:45
108
  msgid "Notifications"
109
  msgstr ""
173
  msgstr ""
174
 
175
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
176
+ #: app/features/mec/settings.php:529
177
  msgid "Slugs/Permalinks"
178
  msgstr ""
179
 
180
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
181
+ #: app/features/mec/settings.php:549
182
  msgid "Event Details/Single Event Page"
183
  msgstr ""
184
 
185
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
186
+ #: app/features/mec/settings.php:590
187
  msgid "Currency Options"
188
  msgstr ""
189
 
190
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
191
+ #: app/features/mec/settings.php:657
192
  msgid "Google Maps Options"
193
  msgstr ""
194
 
195
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
196
+ #: app/features/mec/settings.php:731
197
  msgid "Google Recaptcha Options"
198
  msgstr ""
199
 
200
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
201
+ #: app/features/mec/settings.php:849
202
  msgid "Countdown Options"
203
  msgstr ""
204
 
205
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
206
+ #: app/features/mec/settings.php:870
207
  msgid "Social Networks"
208
  msgstr ""
209
 
210
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
211
+ #: app/features/mec/settings.php:895
212
  msgid "Next Event Module"
213
  msgstr ""
214
 
215
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
216
+ #: app/features/mec/settings.php:923
217
  msgid "Frontend Event Submission"
218
  msgstr ""
219
 
223
  msgstr ""
224
 
225
  #: app/features/contextual.php:308 app/features/events.php:263
226
+ #: app/features/mec/settings.php:162 app/features/mec/settings.php:1109
227
  msgid "Booking"
228
  msgstr ""
229
 
230
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
231
+ #: app/features/mec/settings.php:1199
232
  msgid "Coupons"
233
  msgstr ""
234
 
235
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
236
+ #: app/features/mec/settings.php:1340
237
  msgid "BuddyPress Integration"
238
  msgstr ""
239
 
240
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
241
+ #: app/features/mec/settings.php:1370
242
  msgid "Mailchimp Integration"
243
  msgstr ""
244
 
261
  msgid "Event"
262
  msgstr ""
263
 
264
+ #: app/features/events.php:134 app/features/mec.php:309
265
  msgid "Add Event"
266
  msgstr ""
267
 
301
  #: app/features/mec/meta_boxes/search_form.php:292
302
  #: app/features/mec/meta_boxes/search_form.php:332
303
  #: app/features/mec/meta_boxes/search_form.php:379
304
+ #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4243
305
+ #: app/libraries/skins.php:716 app/skins/single/default.php:156
306
+ #: app/skins/single/default.php:367 app/skins/single/m1.php:169
307
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
308
  msgid "Category"
309
  msgstr "kategória"
310
 
311
  #: app/features/events.php:153 app/features/fes/form.php:510
312
+ #: app/features/mec.php:311 app/features/mec/meta_boxes/filter.php:70
313
+ #: app/libraries/main.php:4242
314
  msgid "Categories"
315
  msgstr ""
316
 
382
  msgid "Event Details"
383
  msgstr ""
384
 
385
+ #: app/features/events.php:296 app/features/events.php:1974
386
+ #: app/features/events.php:2018 app/features/fes/form.php:471
387
  #: app/features/ix.php:2719 app/features/ix.php:2760
388
+ #: app/features/mec/settings.php:984 app/libraries/main.php:4275
389
  #: app/widgets/single.php:103
390
  msgid "Event Cost"
391
  msgstr ""
392
 
393
  #: app/features/events.php:299 app/features/fes/form.php:474
394
+ #: app/libraries/main.php:4276 app/skins/single/default.php:91
395
+ #: app/skins/single/default.php:302 app/skins/single/m1.php:49
396
  #: app/skins/single/modern.php:184
397
  msgid "Cost"
398
  msgstr "Résztvételi díj"
416
  #: app/features/fes/form.php:429 app/features/mec/regform.php:137
417
  #: app/features/organizers.php:110 app/features/organizers.php:150
418
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
419
+ #: app/features/speakers.php:179 app/libraries/main.php:1084
420
+ #: app/libraries/main.php:1165 app/libraries/main.php:2136
421
  #: app/libraries/notifications.php:560 app/modules/booking/steps/form.php:31
422
  #: app/modules/booking/steps/form.php:32 app/skins/single.php:216
423
+ #: app/skins/single/default.php:198 app/skins/single/default.php:409
424
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
425
  #: app/skins/single/modern.php:38
426
  msgid "Email"
431
  msgstr ""
432
 
433
  #: app/features/events.php:389 app/features/events.php:393
434
+ #: app/features/events.php:1795 app/features/events.php:1974
435
+ #: app/features/events.php:2018 app/features/fes/form.php:227
436
  #: app/features/fes/form.php:231 app/features/ix.php:2719
437
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
438
  #: app/features/mec/dashboard.php:298
467
  msgstr ""
468
 
469
  #: app/features/events.php:429 app/features/events.php:433
470
+ #: app/features/events.php:1796 app/features/events.php:1974
471
+ #: app/features/events.php:2018 app/features/fes/form.php:267
472
  #: app/features/fes/form.php:271 app/features/ix.php:2719
473
  #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
474
  #: app/features/mec/dashboard.php:299
493
 
494
  #: app/features/events.php:479 app/features/fes/form.php:317
495
  msgid ""
496
+ "It shows next to event time on single event page. You can insert Timezone "
497
+ "etc. in this field."
498
  msgstr ""
499
 
500
  #: app/features/events.php:485 app/features/fes/form.php:323
554
  msgstr ""
555
 
556
  #: app/features/events.php:507 app/features/fes/form.php:345
557
+ #: app/libraries/main.php:406
558
  msgid "Monday"
559
  msgstr ""
560
 
561
  #: app/features/events.php:508 app/features/fes/form.php:346
562
+ #: app/libraries/main.php:406
563
  msgid "Tuesday"
564
  msgstr ""
565
 
566
  #: app/features/events.php:509 app/features/fes/form.php:347
567
+ #: app/libraries/main.php:406
568
  msgid "Wednesday"
569
  msgstr ""
570
 
571
  #: app/features/events.php:510 app/features/fes/form.php:348
572
+ #: app/libraries/main.php:406
573
  msgid "Thursday"
574
  msgstr ""
575
 
576
  #: app/features/events.php:511 app/features/fes/form.php:349
577
+ #: app/libraries/main.php:406
578
  msgid "Friday"
579
  msgstr ""
580
 
581
  #: app/features/events.php:512 app/features/fes/form.php:350
582
+ #: app/libraries/main.php:406
583
  msgid "Saturday"
584
  msgstr ""
585
 
586
  #: app/features/events.php:513 app/features/fes/form.php:351
587
+ #: app/libraries/main.php:406
588
  msgid "Sunday"
589
  msgstr ""
590
 
644
  msgstr ""
645
 
646
  #: app/features/events.php:591 app/features/fes/form.php:356
647
+ #: app/features/profile/profile.php:31 app/libraries/main.php:1651
648
  #: app/modules/booking/steps/tickets.php:22
649
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
650
+ #: app/skins/single/default.php:266 app/skins/single/m1.php:16
651
  #: app/skins/single/modern.php:151
652
  msgid "Date"
653
  msgstr "dátum"
660
  msgid "Day 1"
661
  msgstr ""
662
 
663
+ #: app/features/events.php:650 app/features/mec/settings.php:1038
664
  #: app/skins/single.php:246
665
  msgid "Hourly Schedule"
666
  msgstr "Programterv"
683
  #: app/features/events.php:663 app/features/events.php:676
684
  #: app/features/events.php:696 app/features/events.php:718
685
  #: app/features/events.php:734 app/features/events.php:1156
686
+ #: app/features/events.php:1178 app/features/events.php:1792
687
+ #: app/features/events.php:1974 app/features/events.php:2018
688
  #: app/features/fes/form.php:216 app/features/ix.php:2719
689
+ #: app/features/ix.php:2760 app/features/mec/settings.php:1300
690
+ #: app/features/mec/settings.php:1320 app/features/mec/styling.php:194
691
  msgid "Title"
692
  msgstr ""
693
 
698
  #: app/features/events.php:1013 app/features/events.php:1030
699
  #: app/features/events.php:1089 app/features/events.php:1114
700
  #: app/features/events.php:1167 app/features/events.php:1189
701
+ #: app/features/fes/list.php:72 app/features/mec/settings.php:1249
702
+ #: app/features/mec/settings.php:1272 app/features/mec/settings.php:1311
703
+ #: app/features/mec/settings.php:1331 app/libraries/main.php:2115
704
+ #: app/libraries/main.php:2144 app/libraries/main.php:2173
705
+ #: app/libraries/main.php:2202 app/libraries/main.php:2224
706
+ #: app/libraries/main.php:2255 app/libraries/main.php:2299
707
+ #: app/libraries/main.php:2343 app/libraries/main.php:2390
708
+ #: app/libraries/main.php:2428
709
  msgid "Remove"
710
  msgstr ""
711
 
731
 
732
  #: app/features/events.php:681 app/features/events.php:701
733
  #: app/features/events.php:739 app/features/fes/form.php:603
734
+ #: app/features/mec.php:319 app/features/mec/settings.php:78
735
+ #: app/features/mec/settings.php:1032 app/features/speakers.php:57
736
+ #: app/libraries/main.php:4250 app/modules/speakers/details.php:18
737
  msgid "Speakers"
738
  msgstr ""
739
 
742
  msgstr ""
743
 
744
  #: app/features/events.php:766 app/features/fes/form.php:448
745
+ #: app/features/mec/settings.php:978
746
  msgid "Event Links"
747
  msgstr ""
748
 
749
  #: app/features/events.php:768 app/features/fes/form.php:450
750
+ #: app/libraries/main.php:4273
751
  msgid "Event Link"
752
  msgstr ""
753
 
763
  msgstr ""
764
 
765
  #: app/features/events.php:773 app/features/fes/form.php:455
766
+ #: app/libraries/main.php:4274 app/skins/single/default.php:105
767
+ #: app/skins/single/default.php:316 app/skins/single/m1.php:190
768
  #: app/skins/single/m2.php:123 app/skins/single/modern.php:120
769
  #: app/widgets/single.php:107
770
  msgid "More Info"
804
  msgstr ""
805
 
806
  #: app/features/events.php:836 app/libraries/book.php:60
807
+ #: app/libraries/main.php:4278 app/modules/booking/steps/tickets.php:40
808
  msgid "Tickets"
809
  msgstr ""
810
 
820
  msgstr ""
821
 
822
  #: app/features/events.php:854 app/features/events.php:957
823
+ #: app/features/events.php:1974 app/features/events.php:2018
824
  #: app/features/ix.php:2719 app/features/ix.php:2760
825
  msgid "Start Time"
826
  msgstr ""
827
 
828
  #: app/features/events.php:872 app/features/events.php:975
829
+ #: app/features/events.php:1974 app/features/events.php:2018
830
  #: app/features/ix.php:2719 app/features/ix.php:2760
831
  msgid "End Time"
832
  msgstr ""
834
  #: app/features/events.php:895 app/features/events.php:924
835
  #: app/features/events.php:938 app/features/events.php:998
836
  #: app/features/events.php:1028 app/features/events.php:1160
837
+ #: app/features/events.php:1182 app/features/mec/settings.php:1304
838
+ #: app/features/mec/settings.php:1324
839
  msgid "Price"
840
  msgstr ""
841
 
870
  #: app/features/mec/meta_boxes/search_form.php:313
871
  #: app/features/mec/meta_boxes/search_form.php:353
872
  #: app/features/mec/meta_boxes/search_form.php:400
873
+ #: app/features/mec/meta_boxes/search_form.php:447 app/libraries/skins.php:794
874
  msgid "Label"
875
  msgstr ""
876
 
884
  msgstr ""
885
 
886
  #: app/features/events.php:1075 app/features/events.php:1100
887
+ #: app/features/mec/settings.php:1235 app/features/mec/settings.php:1258
888
  msgid "Fee Title"
889
  msgstr ""
890
 
891
  #: app/features/events.php:1079 app/features/events.php:1104
892
+ #: app/features/mec/settings.php:1239 app/features/mec/settings.php:1262
893
  msgid "Amount"
894
  msgstr ""
895
 
896
  #: app/features/events.php:1080 app/features/events.php:1105
897
+ #: app/features/mec/settings.php:1240 app/features/mec/settings.php:1263
898
  msgid ""
899
  "Fee amount, considered as fixed amount if you set the type to amount "
900
  "otherwise considered as percentage"
901
  msgstr ""
902
 
903
  #: app/features/events.php:1084 app/features/events.php:1109
904
+ #: app/features/mec/settings.php:1244 app/features/mec/settings.php:1267
905
  msgid "Percent"
906
  msgstr ""
907
 
908
  #: app/features/events.php:1085 app/features/events.php:1110
909
+ #: app/features/mec/settings.php:1245 app/features/mec/settings.php:1268
910
  msgid "Amount (Per Ticket)"
911
  msgstr ""
912
 
913
  #: app/features/events.php:1086 app/features/events.php:1111
914
+ #: app/features/mec/settings.php:1246 app/features/mec/settings.php:1269
915
  msgid "Amount (Per Booking)"
916
  msgstr ""
917
 
918
+ #: app/features/events.php:1140 app/features/mec/settings.php:1056
919
  msgid "Ticket Variations / Options"
920
  msgstr ""
921
 
922
  #: app/features/events.php:1161 app/features/events.php:1183
923
+ #: app/features/mec/settings.php:1305 app/features/mec/settings.php:1325
924
  msgid "Option Price"
925
  msgstr ""
926
 
927
  #: app/features/events.php:1164 app/features/events.php:1186
928
+ #: app/features/mec/settings.php:1308 app/features/mec/settings.php:1328
929
  msgid "Maximum Per Ticket"
930
  msgstr ""
931
 
932
  #: app/features/events.php:1165 app/features/events.php:1187
933
+ #: app/features/mec/settings.php:1309 app/features/mec/settings.php:1329
934
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
935
  msgstr ""
936
 
937
  #: app/features/events.php:1249 app/features/mec/regform.php:136
938
+ #: app/libraries/main.php:2107
939
  msgid "Text"
940
  msgstr ""
941
 
942
  #: app/features/events.php:1251 app/features/mec/regform.php:138
943
  #: app/features/organizers.php:102 app/features/organizers.php:146
944
  #: app/features/speakers.php:111 app/features/speakers.php:175
945
+ #: app/features/speakers.php:244 app/libraries/main.php:2165
946
  msgid "Tel"
947
  msgstr ""
948
 
949
  #: app/features/events.php:1252 app/features/mec/regform.php:139
950
+ #: app/libraries/main.php:2194
951
  msgid "Textarea"
952
  msgstr ""
953
 
954
  #: app/features/events.php:1253 app/features/mec/regform.php:140
955
+ #: app/libraries/main.php:2247
956
  msgid "Checkboxes"
957
  msgstr ""
958
 
959
  #: app/features/events.php:1254 app/features/mec/regform.php:141
960
+ #: app/libraries/main.php:2291
961
  msgid "Radio Buttons"
962
  msgstr ""
963
 
1007
  #: app/features/mec/meta_boxes/search_form.php:443
1008
  #: app/features/mec/meta_boxes/search_form.php:450
1009
  #: app/features/mec/meta_boxes/search_form.php:457
1010
+ #: app/features/mec/regform.php:142 app/libraries/main.php:2335
1011
  msgid "Dropdown"
1012
  msgstr ""
1013
 
1014
  #: app/features/events.php:1256 app/features/mec/regform.php:143
1015
+ #: app/libraries/main.php:2382
1016
  msgid "Agreement"
1017
  msgstr ""
1018
 
1019
  #: app/features/events.php:1257 app/features/mec/regform.php:144
1020
+ #: app/libraries/main.php:2223
1021
  msgid "Paragraph"
1022
  msgstr ""
1023
 
1024
+ #: app/features/events.php:1738 app/features/events.php:1753
1025
+ #: app/features/events.php:1767
1026
  #, php-format
1027
  msgid "Show all %s"
1028
  msgstr ""
1029
 
1030
+ #: app/features/events.php:1738
1031
  msgid "labels"
1032
  msgstr ""
1033
 
1034
+ #: app/features/events.php:1753
1035
  msgid "locations"
1036
  msgstr ""
1037
 
1038
+ #: app/features/events.php:1767
1039
  msgid "organizers"
1040
  msgstr ""
1041
 
1042
+ #: app/features/events.php:1793 app/features/events.php:1974
1043
+ #: app/features/events.php:2018 app/features/ix.php:2719
1044
  #: app/features/ix.php:2760 app/features/locations.php:58
1045
  #: app/features/locations.php:229 app/features/locations.php:281
1046
  #: app/features/locations.php:283
1053
  #: app/features/mec/meta_boxes/search_form.php:299
1054
  #: app/features/mec/meta_boxes/search_form.php:339
1055
  #: app/features/mec/meta_boxes/search_form.php:386
1056
+ #: app/features/mec/meta_boxes/search_form.php:433 app/libraries/main.php:1645
1057
+ #: app/libraries/main.php:4247 app/libraries/skins.php:742
1058
+ #: app/skins/single/default.php:141 app/skins/single/default.php:352
1059
  #: app/skins/single/m1.php:154 app/skins/single/m2.php:86
1060
  #: app/skins/single/modern.php:83
1061
  msgid "Location"
1062
  msgstr "helyszín"
1063
 
1064
+ #: app/features/events.php:1794 app/features/events.php:1974
1065
+ #: app/features/events.php:2018 app/features/ix.php:2719
1066
  #: app/features/ix.php:2760 app/features/mec/meta_boxes/display_options.php:662
1067
  #: app/features/mec/meta_boxes/search_form.php:45
1068
  #: app/features/mec/meta_boxes/search_form.php:92
1075
  #: app/features/mec/meta_boxes/search_form.php:440
1076
  #: app/features/organizers.php:58 app/features/organizers.php:199
1077
  #: app/features/organizers.php:255 app/features/organizers.php:257
1078
+ #: app/libraries/main.php:4249 app/libraries/skins.php:768
1079
+ #: app/skins/single/default.php:181 app/skins/single/default.php:392
1080
  #: app/skins/single/m1.php:90 app/skins/single/m2.php:22
1081
  #: app/skins/single/modern.php:21
1082
  msgid "Organizer"
1083
  msgstr "Szervező"
1084
 
1085
+ #: app/features/events.php:1798
1086
  msgid "Repeat"
1087
  msgstr ""
1088
 
1089
+ #: app/features/events.php:1799
1090
  msgid "Author"
1091
  msgstr ""
1092
 
1093
+ #: app/features/events.php:1909 app/features/events.php:1910
1094
  msgid "iCal Export"
1095
  msgstr "iCal naptárba mentés"
1096
 
1097
+ #: app/features/events.php:1912 app/features/events.php:1913
1098
  msgid "CSV Export"
1099
  msgstr ""
1100
 
1101
+ #: app/features/events.php:1915 app/features/events.php:1916
1102
  msgid "MS Excel Export"
1103
  msgstr ""
1104
 
1105
+ #: app/features/events.php:1918 app/features/events.php:1919
1106
  msgid "XML Export"
1107
  msgstr ""
1108
 
1109
+ #: app/features/events.php:1921 app/features/events.php:1922
1110
  msgid "JSON Export"
1111
  msgstr ""
1112
 
1113
+ #: app/features/events.php:1924 app/features/events.php:1925
1114
  msgid "Duplicate"
1115
  msgstr ""
1116
 
1117
+ #: app/features/events.php:1974 app/features/events.php:2018
1118
  #: app/features/ix.php:2719 app/features/ix.php:2760
1119
  #: app/features/labels.php:176 app/features/locations.php:228
1120
  #: app/features/organizers.php:198 app/features/speakers.php:241
1121
  msgid "ID"
1122
  msgstr ""
1123
 
1124
+ #: app/features/events.php:1974 app/features/events.php:2018
1125
  #: app/features/ix.php:2719 app/features/ix.php:2760
1126
  msgid "Link"
1127
  msgstr ""
1128
 
1129
+ #: app/features/events.php:1974 app/features/events.php:2018
1130
  #, php-format
1131
  msgid "%s Tel"
1132
  msgstr ""
1133
 
1134
+ #: app/features/events.php:1974 app/features/events.php:2018
1135
  #, php-format
1136
  msgid "%s Email"
1137
  msgstr ""
1178
  msgid "Please fill event title field!"
1179
  msgstr ""
1180
 
1181
+ #: app/features/fes.php:799
1182
  msgid "The event submitted. It will publish as soon as possible."
1183
  msgstr ""
1184
 
1185
+ #: app/features/fes.php:800
1186
  msgid "The event published."
1187
  msgstr ""
1188
 
1206
  msgid "eg. John Smith"
1207
  msgstr ""
1208
 
1209
+ #: app/features/fes/form.php:488 app/features/mec/settings.php:990
1210
  msgid "Featured Image"
1211
  msgstr ""
1212
 
1215
  msgstr ""
1216
 
1217
  #: app/features/fes/form.php:535 app/features/labels.php:61
1218
+ #: app/features/labels.php:220 app/features/mec.php:312
1219
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4244
1220
+ #: app/skins/single/default.php:120 app/skins/single/default.php:331
1221
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:199
1222
  msgid "Labels"
1223
  msgstr ""
1224
 
1225
+ #: app/features/fes/form.php:580 app/features/mec.php:310
1226
  #: app/features/mec/meta_boxes/filter.php:138
1227
  msgid "Tags"
1228
  msgstr ""
1260
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1261
  #: app/features/mec/notifications.php:76 app/features/mec/regform.php:75
1262
  #: app/features/mec/settings.php:249 app/features/mec/styles.php:77
1263
+ #: app/features/mec/styling.php:99 app/features/mec/support.php:73
1264
  msgid "Import / Export"
1265
  msgstr ""
1266
 
1419
  "This will export all of your website events' data into your desired format."
1420
  msgstr ""
1421
 
1422
+ #: app/features/ix/export.php:25 app/features/mec/settings.php:779
1423
  msgid "iCal"
1424
  msgstr ""
1425
 
1524
  msgid "Add to Google Calendar"
1525
  msgstr "Google Naptárba mentés"
1526
 
1527
+ #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1481
1528
  msgid "Checking ..."
1529
  msgstr ""
1530
 
1566
  msgid "ICS Feed"
1567
  msgstr ""
1568
 
1569
+ #: app/features/ix/import.php:46 app/features/mec/settings.php:660
1570
+ #: app/features/mec/settings.php:810 app/features/mec/settings.php:828
1571
+ #: app/features/mec/settings.php:1112 app/features/mec/settings.php:1202
1572
+ #: app/features/mec/settings.php:1219 app/features/mec/settings.php:1284
1573
  #, php-format
1574
  msgid "%s is required to use this feature."
1575
  msgstr ""
1581
  #: app/features/mec/meta_boxes/display_options.php:578
1582
  #: app/features/mec/meta_boxes/display_options.php:628
1583
  #: app/features/mec/meta_boxes/display_options.php:766
1584
+ #: app/features/mec/settings.php:660 app/features/mec/settings.php:810
1585
+ #: app/features/mec/settings.php:828 app/features/mec/settings.php:1112
1586
+ #: app/features/mec/settings.php:1202 app/features/mec/settings.php:1219
1587
+ #: app/features/mec/settings.php:1284
1588
  msgid "Pro version of Modern Events Calendar"
1589
  msgstr ""
1590
 
1872
 
1873
  #: app/features/labels.php:116 app/features/labels.php:141
1874
  #: app/skins/agenda/render.php:36 app/skins/available_spot/tpl.php:31
1875
+ #: app/skins/carousel/render.php:58 app/skins/countdown/tpl.php:24
1876
  #: app/skins/cover/tpl.php:27 app/skins/daily_view/render.php:22
1877
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
1878
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
1884
  msgstr ""
1885
 
1886
  #: app/features/labels.php:117 app/features/labels.php:142
1887
+ #: app/libraries/main.php:4437 app/skins/agenda/render.php:40
1888
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
1889
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:31
1890
  #: app/skins/daily_view/render.php:26 app/skins/grid/render.php:53
1891
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
1917
  msgid "Event %s"
1918
  msgstr ""
1919
 
1920
+ #: app/features/locations.php:59 app/features/mec.php:313
1921
  #: app/features/mec/dashboard.php:171 app/features/mec/meta_boxes/filter.php:87
1922
+ #: app/libraries/main.php:4246
1923
  msgid "Locations"
1924
  msgstr ""
1925
 
1990
  msgid "eg. City Hall"
1991
  msgstr ""
1992
 
1993
+ #: app/features/locations.php:298 app/features/mec/settings.php:1020
1994
  #: app/widgets/single.php:115
1995
  msgid "Event Location"
1996
  msgstr ""
2013
  msgid "Don't show map in single event page"
2014
  msgstr ""
2015
 
2016
+ #: app/features/mec.php:148
2017
  msgid ""
2018
  "Activation faild. Please check your purchase code or license type."
2019
  "<br><b>Note: Your purchase code should match your licesne type.</b>"
2020
  msgstr ""
2021
 
2022
+ #: app/features/mec.php:148
2023
  msgid "Troubleshooting"
2024
  msgstr ""
2025
 
2026
+ #: app/features/mec.php:188
2027
  msgid ""
2028
  "Your options is not in JSON format. Please insert correct options in this "
2029
  "field and try again."
2030
  msgstr ""
2031
 
2032
+ #: app/features/mec.php:195
2033
  msgid "Your options field can not be empty!"
2034
  msgstr ""
2035
 
2036
+ #: app/features/mec.php:201
2037
  msgid "Your options imported successfuly."
2038
  msgstr ""
2039
 
2040
+ #: app/features/mec.php:294
2041
  msgid "MEC - Support"
2042
  msgstr ""
2043
 
2044
+ #: app/features/mec.php:294 app/features/mec/gateways.php:84
2045
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2046
  #: app/features/mec/notifications.php:83 app/features/mec/regform.php:82
2047
  #: app/features/mec/settings.php:256 app/features/mec/styles.php:84
2048
+ #: app/features/mec/styling.php:106 app/features/mec/support-page.php:9
2049
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2050
  msgid "Support"
2051
  msgstr ""
2052
 
2053
+ #: app/features/mec.php:314 app/features/mec/dashboard.php:178
2054
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2055
+ #: app/libraries/main.php:4248
2056
  msgid "Organizers"
2057
  msgstr ""
2058
 
2059
+ #: app/features/mec.php:322 app/features/mec.php:336
2060
  #: app/features/mec/dashboard.php:164
2061
  msgid "Shortcodes"
2062
  msgstr ""
2063
 
2064
+ #: app/features/mec.php:323
2065
  msgid "MEC - Settings"
2066
  msgstr ""
2067
 
2068
+ #: app/features/mec.php:338
2069
  msgid "Add Shortcode"
2070
  msgstr ""
2071
 
2072
+ #: app/features/mec.php:339
2073
  msgid "Add New Shortcode"
2074
  msgstr ""
2075
 
2076
+ #: app/features/mec.php:340
2077
  msgid "No shortcodes found!"
2078
  msgstr ""
2079
 
2080
+ #: app/features/mec.php:341
2081
  msgid "All Shortcodes"
2082
  msgstr ""
2083
 
2084
+ #: app/features/mec.php:342
2085
  msgid "Edit shortcodes"
2086
  msgstr ""
2087
 
2088
+ #: app/features/mec.php:343
2089
  msgid "No shortcodes found in Trash!"
2090
  msgstr ""
2091
 
2092
+ #: app/features/mec.php:390
2093
  msgid "Display Options"
2094
  msgstr ""
2095
 
2096
+ #: app/features/mec.php:391
2097
  msgid "Filter Options"
2098
  msgstr ""
2099
 
2100
+ #: app/features/mec.php:393
2101
  msgid "Search Form"
2102
  msgstr ""
2103
 
2104
+ #: app/features/mec.php:720
2105
  msgid "Display content's images as Popup"
2106
  msgstr ""
2107
 
2108
+ #: app/features/mec.php:733
2109
  msgid "Single Event Display Method"
2110
  msgstr ""
2111
 
2112
+ #: app/features/mec.php:738
2113
  msgid "Separate Window"
2114
  msgstr ""
2115
 
2116
+ #: app/features/mec.php:739
2117
  msgid "Modal 1"
2118
  msgstr ""
2119
 
2166
  "code."
2167
  msgstr ""
2168
 
2169
+ #: app/features/mec/dashboard.php:189 app/features/mec/settings.php:507
2170
  msgid "Upcoming Events"
2171
  msgstr ""
2172
 
2215
  msgid "Change Log"
2216
  msgstr ""
2217
 
2218
+ #: app/features/mec/gateways.php:11 app/features/mec/gateways.php:111
2219
+ #: app/features/mec/gateways.php:120 app/features/mec/gateways.php:161
2220
+ #: app/features/mec/gateways.php:171 app/features/mec/messages.php:11
2221
+ #: app/features/mec/messages.php:118 app/features/mec/messages.php:127
2222
+ #: app/features/mec/messages.php:161 app/features/mec/messages.php:170
2223
+ #: app/features/mec/notifications.php:10 app/features/mec/notifications.php:374
2224
+ #: app/features/mec/notifications.php:383
2225
+ #: app/features/mec/notifications.php:437
2226
+ #: app/features/mec/notifications.php:446 app/features/mec/regform.php:11
2227
+ #: app/features/mec/regform.php:150 app/features/mec/regform.php:193
2228
+ #: app/features/mec/regform.php:229 app/features/mec/regform.php:238
2229
+ #: app/features/mec/settings.php:28 app/features/mec/settings.php:1407
2230
+ #: app/features/mec/settings.php:1417 app/features/mec/settings.php:1498
2231
+ #: app/features/mec/settings.php:1512 app/features/mec/styles.php:11
2232
+ #: app/features/mec/styles.php:103 app/features/mec/styles.php:112
2233
+ #: app/features/mec/styles.php:149 app/features/mec/styles.php:158
2234
+ #: app/features/mec/styling.php:33 app/features/mec/styling.php:304
2235
+ #: app/features/mec/styling.php:313 app/features/mec/styling.php:376
2236
+ #: app/features/mec/styling.php:385
2237
+ msgid "Save Changes"
2238
+ msgstr ""
2239
+
2240
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2241
  #: app/features/mec/messages.php:56 app/features/mec/notifications.php:55
2242
  #: app/features/mec/regform.php:54 app/features/mec/settings.php:228
2243
+ #: app/features/mec/styles.php:56 app/features/mec/styling.php:78
2244
  #: app/features/mec/support.php:52
2245
  msgid "Styling Options"
2246
  msgstr ""
2248
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2249
  #: app/features/mec/messages.php:63 app/features/mec/notifications.php:62
2250
  #: app/features/mec/regform.php:61 app/features/mec/settings.php:235
2251
+ #: app/features/mec/styles.php:63 app/features/mec/styling.php:85
2252
  #: app/features/mec/support.php:59
2253
  msgid "Custom CSS"
2254
  msgstr ""
2257
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2258
  #: app/features/mec/notifications.php:69 app/features/mec/regform.php:68
2259
  #: app/features/mec/settings.php:242 app/features/mec/styles.php:70
2260
+ #: app/features/mec/styling.php:92 app/features/mec/support.php:66
2261
  msgid "Messages"
2262
  msgstr ""
2263
 
2264
+ #: app/features/mec/gateways.php:140 app/features/mec/messages.php:145
2265
+ #: app/features/mec/notifications.php:421 app/features/mec/regform.php:213
2266
+ #: app/features/mec/settings.php:1476 app/features/mec/styles.php:132
2267
+ #: app/features/mec/styling.php:358
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2268
  msgid "Saved"
2269
  msgstr ""
2270
 
2271
+ #: app/features/mec/gateways.php:141 app/features/mec/messages.php:146
2272
+ #: app/features/mec/notifications.php:422 app/features/mec/regform.php:214
2273
+ #: app/features/mec/settings.php:1477 app/features/mec/styles.php:133
2274
+ #: app/features/mec/styling.php:359
2275
  msgid "Settings Saved!"
2276
  msgstr ""
2277
 
2315
  #: app/features/mec/meta_boxes/display_options.php:129
2316
  #: app/features/mec/meta_boxes/display_options.php:431
2317
  #: app/features/mec/meta_boxes/display_options.php:686
2318
+ #: app/features/mec/settings.php:383 app/features/mec/settings.php:407
2319
+ #: app/features/mec/settings.php:416 app/features/mec/settings.php:451
2320
+ #: app/features/mec/settings.php:475 app/features/mec/settings.php:484
2321
  msgid "Classic"
2322
  msgstr ""
2323
 
2324
  #: app/features/mec/meta_boxes/display_options.php:35
2325
  #: app/features/mec/meta_boxes/display_options.php:131
2326
+ #: app/features/mec/settings.php:408 app/features/mec/settings.php:418
2327
+ #: app/features/mec/settings.php:476 app/features/mec/settings.php:486
2328
  msgid "Minimal"
2329
  msgstr ""
2330
 
2334
  #: app/features/mec/meta_boxes/display_options.php:433
2335
  #: app/features/mec/meta_boxes/display_options.php:585
2336
  #: app/features/mec/meta_boxes/display_options.php:688
2337
+ #: app/features/mec/settings.php:385 app/features/mec/settings.php:398
2338
+ #: app/features/mec/settings.php:409 app/features/mec/settings.php:419
2339
+ #: app/features/mec/settings.php:453 app/features/mec/settings.php:466
2340
+ #: app/features/mec/settings.php:477 app/features/mec/settings.php:487
2341
  msgid "Modern"
2342
  msgstr ""
2343
 
2344
  #: app/features/mec/meta_boxes/display_options.php:37
2345
+ #: app/features/mec/settings.php:410 app/features/mec/settings.php:478
2346
  msgid "Standard"
2347
  msgstr ""
2348
 
2349
  #: app/features/mec/meta_boxes/display_options.php:38
2350
+ #: app/features/mec/settings.php:411 app/features/mec/settings.php:479
2351
  msgid "Accordion"
2352
  msgstr ""
2353
 
2541
  #: app/features/mec/meta_boxes/display_options.php:432
2542
  #: app/features/mec/meta_boxes/display_options.php:586
2543
  #: app/features/mec/meta_boxes/display_options.php:687
2544
+ #: app/features/mec/settings.php:384 app/features/mec/settings.php:399
2545
+ #: app/features/mec/settings.php:417 app/features/mec/settings.php:452
2546
+ #: app/features/mec/settings.php:467 app/features/mec/settings.php:485
2547
  msgid "Clean"
2548
  msgstr ""
2549
 
2550
  #: app/features/mec/meta_boxes/display_options.php:133
2551
  #: app/features/mec/meta_boxes/display_options.php:309
2552
  #: app/features/mec/meta_boxes/display_options.php:435
2553
+ #: app/features/mec/settings.php:387 app/features/mec/settings.php:420
2554
+ #: app/features/mec/settings.php:455 app/features/mec/settings.php:488
2555
  msgid "Simple"
2556
  msgstr ""
2557
 
2562
  #: app/features/mec/meta_boxes/display_options.php:135
2563
  #: app/features/mec/meta_boxes/display_options.php:308
2564
  #: app/features/mec/meta_boxes/display_options.php:434
2565
+ #: app/features/mec/settings.php:386 app/features/mec/settings.php:422
2566
+ #: app/features/mec/settings.php:454 app/features/mec/settings.php:490
2567
  msgid "Novel"
2568
  msgstr ""
2569
 
2586
  #: app/features/mec/meta_boxes/display_options.php:471
2587
  #: app/features/mec/meta_boxes/display_options.php:578
2588
  #: app/features/mec/meta_boxes/display_options.php:766
 
2589
  #, php-format
2590
  msgid "%s is required to use this skin."
2591
  msgstr ""
2601
 
2602
  #: app/features/mec/meta_boxes/display_options.php:297
2603
  #: app/features/mec/meta_boxes/display_options.php:314
2604
+ #: app/libraries/main.php:329 app/libraries/main.php:1198
2605
+ #: app/libraries/main.php:1223
2606
  msgid "List View"
2607
  msgstr ""
2608
 
2609
  #: app/features/mec/meta_boxes/display_options.php:298
2610
  #: app/features/mec/meta_boxes/display_options.php:324
2611
+ #: app/libraries/main.php:333 app/libraries/main.php:1192
2612
+ #: app/libraries/main.php:1217
2613
  msgid "Yearly View"
2614
  msgstr ""
2615
 
2620
 
2621
  #: app/features/mec/meta_boxes/display_options.php:300
2622
  #: app/features/mec/meta_boxes/display_options.php:344
2623
+ #: app/libraries/main.php:336 app/libraries/main.php:1194
2624
+ #: app/libraries/main.php:1219
2625
  msgid "Weekly View"
2626
  msgstr ""
2627
 
2628
  #: app/features/mec/meta_boxes/display_options.php:301
2629
  #: app/features/mec/meta_boxes/display_options.php:354
2630
+ #: app/libraries/main.php:335 app/libraries/main.php:1195
2631
+ #: app/libraries/main.php:1220
2632
  msgid "Daily View"
2633
  msgstr ""
2634
 
2941
  #: app/features/mec/meta_boxes/search_form.php:449
2942
  #: app/features/mec/meta_boxes/search_form.php:456
2943
  #: app/features/mec/meta_boxes/search_form.php:463
2944
+ #: app/features/mec/settings.php:306 app/features/mec/settings.php:519
2945
+ #: app/features/mec/settings.php:703
2946
  msgid "Disabled"
2947
  msgstr ""
2948
 
3229
  msgid "Email/Booking verification link."
3230
  msgstr ""
3231
 
3232
+ #: app/features/mec/notifications.php:196 app/features/mec/settings.php:1175
3233
  msgid "Booking Confirmation"
3234
  msgstr ""
3235
 
3306
  msgid "Status of event"
3307
  msgstr ""
3308
 
3309
+ #: app/features/mec/notifications.php:362 app/features/mec/settings.php:1062
3310
  msgid "Event Note"
3311
  msgstr ""
3312
 
3318
  msgid "Archive Page Options"
3319
  msgstr ""
3320
 
3321
+ #: app/features/mec/settings.php:96 app/features/mec/settings.php:768
3322
  msgid "Export Module Options"
3323
  msgstr ""
3324
 
3325
+ #: app/features/mec/settings.php:102 app/features/mec/settings.php:795
3326
  msgid "Local Time Module"
3327
  msgstr ""
3328
 
3329
+ #: app/features/mec/settings.php:108 app/features/mec/settings.php:807
3330
  msgid "QR Code Module"
3331
  msgstr ""
3332
 
3333
+ #: app/features/mec/settings.php:114 app/features/mec/settings.php:825
3334
  #: app/widgets/single.php:147
3335
  msgid "Weather Module"
3336
  msgstr ""
3337
 
3338
+ #: app/features/mec/settings.php:144 app/features/mec/settings.php:1081
3339
  msgid "User Profile"
3340
  msgstr ""
3341
 
3342
+ #: app/features/mec/settings.php:156 app/features/mec/settings.php:1099
3343
  msgid "Additional Organizers"
3344
  msgstr ""
3345
 
3346
+ #: app/features/mec/settings.php:174 app/features/mec/settings.php:1216
3347
  msgid "Taxes / Fees"
3348
  msgstr ""
3349
 
3350
+ #: app/features/mec/settings.php:180 app/features/mec/settings.php:1281
3351
  msgid "Ticket Variations & Options"
3352
  msgstr ""
3353
 
3354
  #: app/features/mec/settings.php:276
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3355
  msgid "Hide Events"
3356
  msgstr ""
3357
 
3358
+ #: app/features/mec/settings.php:279
3359
  msgid "On Event Start"
3360
  msgstr ""
3361
 
3362
+ #: app/features/mec/settings.php:280
3363
  msgid "+1 Hour after start"
3364
  msgstr ""
3365
 
3366
+ #: app/features/mec/settings.php:281
3367
  msgid "+2 Hours after start"
3368
  msgstr ""
3369
 
3370
+ #: app/features/mec/settings.php:282
3371
  msgid "On Event End"
3372
  msgstr ""
3373
 
3374
+ #: app/features/mec/settings.php:284
3375
+ msgid ""
3376
+ "This option is for showing start/end time of events on frontend of website."
3377
+ msgstr ""
3378
+
3379
+ #: app/features/mec/settings.php:290
3380
  msgid "Multiple Day Events"
3381
  msgstr ""
3382
 
3383
+ #: app/features/mec/settings.php:293
3384
  msgid "Show only first day on List/Grid/Slider skins"
3385
  msgstr ""
3386
 
3387
+ #: app/features/mec/settings.php:294
3388
  msgid "Show only first day on all skins"
3389
  msgstr ""
3390
 
3391
+ #: app/features/mec/settings.php:295
3392
  msgid "Show all days"
3393
  msgstr ""
3394
 
3395
+ #: app/features/mec/settings.php:297
3396
  msgid ""
3397
  "For showing all days of multiple day events on frontend or only show the "
3398
  "first day."
3399
  msgstr ""
3400
 
3401
+ #: app/features/mec/settings.php:303
3402
  msgid "Remove MEC Data on Plugin Uninstall"
3403
  msgstr ""
3404
 
3405
+ #: app/features/mec/settings.php:307
3406
  msgid "Enabled"
3407
  msgstr ""
3408
 
3409
+ #: app/features/mec/settings.php:313
3410
  msgid "Exclude Date Suffix"
3411
  msgstr ""
3412
 
3413
+ #: app/features/mec/settings.php:316
3414
  msgid "Remove suffix from calendars"
3415
  msgstr ""
3416
 
3417
+ #: app/features/mec/settings.php:323 app/libraries/main.php:4255
3418
  msgid "Weekdays"
3419
  msgstr ""
3420
 
3421
+ #: app/features/mec/settings.php:331
3422
  msgid ""
3423
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
3424
  "and Friday."
3425
  msgstr ""
3426
 
3427
+ #: app/features/mec/settings.php:338
3428
  msgid "Weekends"
3429
  msgstr ""
3430
 
3431
+ #: app/features/mec/settings.php:346
3432
  msgid "Proceed with caution. Default is set to Saturday and Sunday."
3433
  msgstr ""
3434
 
3435
+ #: app/features/mec/settings.php:354
3436
  msgid "Archive Pages"
3437
  msgstr ""
3438
 
3439
+ #: app/features/mec/settings.php:357
3440
  msgid "Archive Page Title"
3441
  msgstr ""
3442
 
3443
+ #: app/features/mec/settings.php:360
3444
  msgid "Default value is Events"
3445
  msgstr ""
3446
 
3447
+ #: app/features/mec/settings.php:365
3448
  msgid "Archive Page Skin"
3449
  msgstr ""
3450
 
3451
+ #: app/features/mec/settings.php:373
3452
  msgid "Put shortcode..."
3453
  msgstr ""
3454
 
3455
+ #: app/features/mec/settings.php:376 app/features/mec/settings.php:391
3456
+ #: app/features/mec/settings.php:394 app/features/mec/settings.php:403
3457
+ #: app/features/mec/settings.php:429 app/features/mec/settings.php:444
3458
+ #: app/features/mec/settings.php:459 app/features/mec/settings.php:462
3459
+ #: app/features/mec/settings.php:471 app/features/mec/settings.php:497
3460
  msgid "There is no skins"
3461
  msgstr ""
3462
 
3463
+ #: app/features/mec/settings.php:379 app/features/mec/settings.php:447
3464
+ #: app/features/mec/settings.php:572
3465
  msgid "Modern Style"
3466
  msgstr ""
3467
 
3468
+ #: app/features/mec/settings.php:421 app/features/mec/settings.php:489
3469
  msgid "colorful"
3470
  msgstr ""
3471
 
3472
+ #: app/features/mec/settings.php:426 app/features/mec/settings.php:494
3473
  msgid "Clean Style"
3474
  msgstr ""
3475
 
3476
+ #: app/features/mec/settings.php:431
3477
  msgid "Default value is Calendar/Monthly View"
3478
  msgstr ""
3479
 
3480
+ #: app/features/mec/settings.php:436
3481
  msgid "Category Page Skin"
3482
  msgstr ""
3483
 
3484
+ #: app/features/mec/settings.php:499
3485
  msgid "Default value is List View"
3486
  msgstr ""
3487
 
3488
+ #: app/features/mec/settings.php:504
3489
  msgid "Category Events Method"
3490
  msgstr ""
3491
 
3492
+ #: app/features/mec/settings.php:508
3493
  msgid "Expired Events"
3494
  msgstr ""
3495
 
3496
+ #: app/features/mec/settings.php:510
3497
  msgid "Default value is Upcoming Events"
3498
  msgstr ""
3499
 
3500
+ #: app/features/mec/settings.php:515
3501
  msgid "Events Archive Status"
3502
  msgstr ""
3503
 
3504
+ #: app/features/mec/settings.php:518
3505
  msgid "Enabled (Recommended)"
3506
  msgstr ""
3507
 
3508
+ #: app/features/mec/settings.php:521
3509
  msgid ""
3510
  "If you disable it, then you should create a page as archive page of MEC. "
3511
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
3512
  "MEC rewrite rules."
3513
  msgstr ""
3514
 
3515
+ #: app/features/mec/settings.php:531
3516
  msgid "Main Slug"
3517
  msgstr ""
3518
 
3519
+ #: app/features/mec/settings.php:534
3520
  msgid ""
3521
  "Default value is events. Valid characters are lowercase a-z, - character and "
3522
  "numbers."
3523
  msgstr ""
3524
 
3525
+ #: app/features/mec/settings.php:538
3526
  msgid "Category Slug"
3527
  msgstr ""
3528
 
3529
+ #: app/features/mec/settings.php:541
3530
  msgid ""
3531
  "It's slug of MEC categories, you can change it to events-cat or something "
3532
  "else. Default value is mec-category. Valid characters are lowercase a-z, - "
3533
  "character and numbers."
3534
  msgstr ""
3535
 
3536
+ #: app/features/mec/settings.php:551
3537
  msgid "Single Event Date Format"
3538
  msgstr ""
3539
 
3540
+ #: app/features/mec/settings.php:554 app/features/mec/settings.php:916
3541
  msgid "Default is M d Y"
3542
  msgstr ""
3543
 
3544
+ #: app/features/mec/settings.php:558
3545
  msgid "Date Method"
3546
  msgstr ""
3547
 
3548
+ #: app/features/mec/settings.php:561
3549
  msgid "Next occurrence date"
3550
  msgstr ""
3551
 
3552
+ #: app/features/mec/settings.php:562
3553
  msgid "Referred date"
3554
  msgstr ""
3555
 
3556
+ #: app/features/mec/settings.php:564
3557
  msgid ""
3558
  "\"Referred date\" shows the event date based on referred date in event list."
3559
  msgstr ""
3560
 
3561
+ #: app/features/mec/settings.php:568
3562
  msgid "Single Event Style"
3563
  msgstr ""
3564
 
3565
+ #: app/features/mec/settings.php:571
3566
  msgid "Default Style"
3567
  msgstr ""
3568
 
3569
+ #: app/features/mec/settings.php:574
3570
  msgid "Choose your single event style."
3571
  msgstr ""
3572
 
3573
+ #: app/features/mec/settings.php:578
3574
  #, fuzzy
3575
  #| msgid "Bookings"
3576
  msgid "Booking Style"
3577
  msgstr "Foglalások"
3578
 
3579
+ #: app/features/mec/settings.php:581 app/features/mec/settings.php:692
3580
  msgid "Default"
3581
  msgstr ""
3582
 
3583
+ #: app/features/mec/settings.php:582
3584
  msgid "Modal"
3585
  msgstr ""
3586
 
3587
+ #: app/features/mec/settings.php:584
3588
  msgid "Choose your Booking style."
3589
  msgstr ""
3590
 
3591
+ #: app/features/mec/settings.php:592
3592
  msgid "Currency"
3593
  msgstr ""
3594
 
3595
+ #: app/features/mec/settings.php:602
3596
  msgid "Currency Sign"
3597
  msgstr ""
3598
 
3599
+ #: app/features/mec/settings.php:605
3600
  msgid "Default value will be \"currency\" if you leave it empty."
3601
  msgstr ""
3602
 
3603
+ #: app/features/mec/settings.php:609
3604
  msgid "Currency Position"
3605
  msgstr ""
3606
 
3607
+ #: app/features/mec/settings.php:612
3608
  msgid "Before $10"
3609
  msgstr ""
3610
 
3611
+ #: app/features/mec/settings.php:613
3612
  msgid "After 10$"
3613
  msgstr ""
3614
 
3615
+ #: app/features/mec/settings.php:618
3616
  msgid "Thousand Separator"
3617
  msgstr ""
3618
 
3619
+ #: app/features/mec/settings.php:624
3620
  msgid "Decimal Separator"
3621
  msgstr ""
3622
 
3623
+ #: app/features/mec/settings.php:634
3624
  msgid "No decimal"
3625
  msgstr ""
3626
 
3627
+ #: app/features/mec/settings.php:643
3628
  msgid "Speakers Options"
3629
  msgstr ""
3630
 
3631
+ #: app/features/mec/settings.php:649
3632
  msgid "Enable speakers feature"
3633
  msgstr ""
3634
 
3635
+ #: app/features/mec/settings.php:665
3636
  msgid "Show Google Maps on event page"
3637
  msgstr ""
3638
 
3639
+ #: app/features/mec/settings.php:670 app/features/mec/settings.php:838
3640
+ #: app/features/mec/settings.php:1379
3641
  msgid "API Key"
3642
  msgstr ""
3643
 
3644
+ #: app/features/mec/settings.php:673 app/features/mec/settings.php:1382
3645
+ #: app/features/mec/settings.php:1389
3646
  msgid "Required!"
3647
  msgstr ""
3648
 
3649
+ #: app/features/mec/settings.php:677
3650
  msgid "Zoom level"
3651
  msgstr ""
3652
 
3653
+ #: app/features/mec/settings.php:684
3654
  msgid ""
3655
  "For Google Maps module in single event page. In Google Maps skin, it will "
3656
  "caculate the zoom level automatically based on event boundaries."
3657
  msgstr ""
3658
 
3659
+ #: app/features/mec/settings.php:688
3660
  msgid "Google Maps Style"
3661
  msgstr ""
3662
 
3663
+ #: app/features/mec/settings.php:700
3664
  msgid "Direction on single event"
3665
  msgstr ""
3666
 
3667
+ #: app/features/mec/settings.php:704
3668
  msgid "Simple Method"
3669
  msgstr ""
3670
 
3671
+ #: app/features/mec/settings.php:705
3672
  msgid "Advanced Method"
3673
  msgstr ""
3674
 
3675
+ #: app/features/mec/settings.php:710
3676
  msgid "Lightbox Date Format"
3677
  msgstr ""
3678
 
3679
+ #: app/features/mec/settings.php:713
3680
  msgid "Default value is M d Y"
3681
  msgstr ""
3682
 
3683
+ #: app/features/mec/settings.php:717
3684
  msgid "Google Maps API"
3685
  msgstr ""
3686
 
3687
+ #: app/features/mec/settings.php:721
3688
  msgid "Don't load Google Maps API library"
3689
  msgstr ""
3690
 
3691
+ #: app/features/mec/settings.php:723
3692
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
3693
  msgstr ""
3694
 
3695
+ #: app/features/mec/settings.php:735
3696
  msgid "Enable Google Recaptcha"
3697
  msgstr ""
3698
 
3699
+ #: app/features/mec/settings.php:742
3700
  msgid "Enable on booking form"
3701
  msgstr ""
3702
 
3703
+ #: app/features/mec/settings.php:748
3704
  msgid "Enable on \"Frontend Event Submission\" form"
3705
  msgstr ""
3706
 
3707
+ #: app/features/mec/settings.php:752
3708
  msgid "Site Key"
3709
  msgstr ""
3710
 
3711
+ #: app/features/mec/settings.php:758
3712
  msgid "Secret Key"
3713
  msgstr ""
3714
 
3715
+ #: app/features/mec/settings.php:772
3716
  msgid ""
3717
  "Show export module (iCal export and add to Google calendars) on event page"
3718
  msgstr ""
3719
 
3720
+ #: app/features/mec/settings.php:779
3721
  msgid "Google Calendar"
3722
  msgstr ""
3723
 
3724
+ #: app/features/mec/settings.php:799
3725
  msgid "Show event time based on local time of visitor on event page"
3726
  msgstr ""
3727
 
3728
+ #: app/features/mec/settings.php:815
3729
  msgid "Show QR code of event in details page and booking invoice"
3730
  msgstr ""
3731
 
3732
+ #: app/features/mec/settings.php:833
3733
  msgid "Show weather module on event page"
3734
  msgstr ""
3735
 
3736
+ #: app/features/mec/settings.php:841
3737
  #, php-format
3738
  msgid "You can get a free API Key from %s"
3739
  msgstr ""
3740
 
3741
+ #: app/features/mec/settings.php:853
3742
  msgid "Show countdown module on event page"
3743
  msgstr ""
3744
 
3745
+ #: app/features/mec/settings.php:858
3746
  msgid "Countdown Style"
3747
  msgstr ""
3748
 
3749
+ #: app/features/mec/settings.php:861
3750
  msgid "Plain Style"
3751
  msgstr ""
3752
 
3753
+ #: app/features/mec/settings.php:862
3754
  msgid "Flip Style"
3755
  msgstr ""
3756
 
3757
+ #: app/features/mec/settings.php:874
3758
  msgid "Show social network module"
3759
  msgstr ""
3760
 
3761
+ #: app/features/mec/settings.php:899
3762
  msgid "Show next event module on event page"
3763
  msgstr ""
3764
 
3765
+ #: app/features/mec/settings.php:904
3766
  msgid "Method"
3767
  msgstr ""
3768
 
3769
+ #: app/features/mec/settings.php:907
3770
  msgid "Next Occurrence of Current Event"
3771
  msgstr ""
3772
 
3773
+ #: app/features/mec/settings.php:908
3774
  msgid "Next Occurrence of Other Events"
3775
  msgstr ""
3776
 
3777
+ #: app/features/mec/settings.php:913 app/features/mec/settings.php:1122
3778
  msgid "Date Format"
3779
  msgstr ""
3780
 
3781
+ #: app/features/mec/settings.php:926
3782
+ msgid "Time Format"
3783
+ msgstr ""
3784
+
3785
+ #: app/features/mec/settings.php:929
3786
+ msgid "12 hours format with AM/PM"
3787
+ msgstr ""
3788
+
3789
+ #: app/features/mec/settings.php:930
3790
+ msgid "24 hours format"
3791
+ msgstr ""
3792
+
3793
+ #: app/features/mec/settings.php:932
3794
+ msgid "This option, affects the selection of Start/End time."
3795
+ msgstr ""
3796
+
3797
+ #: app/features/mec/settings.php:937
3798
  msgid "Events List Page"
3799
  msgstr ""
3800
 
3801
+ #: app/features/mec/settings.php:946 app/features/mec/settings.php:958
3802
  #, php-format
3803
  msgid "Put %s shortcode into the page."
3804
  msgstr ""
3805
 
3806
+ #: app/features/mec/settings.php:949
3807
  msgid "Add/Edit Events Page"
3808
  msgstr ""
3809
 
3810
+ #: app/features/mec/settings.php:963
3811
  msgid "Enable event submission by guest (Not logged-in) users"
3812
  msgstr ""
3813
 
3814
+ #: app/features/mec/settings.php:970
3815
  msgid "Enable mandatory email and name for guest user"
3816
  msgstr ""
3817
 
3818
+ #: app/features/mec/settings.php:974
3819
  msgid "Frontend Event Submission Sections"
3820
  msgstr ""
3821
 
3822
+ #: app/features/mec/settings.php:996 app/widgets/single.php:119
3823
  msgid "Event Categories"
3824
  msgstr ""
3825
 
3826
+ #: app/features/mec/settings.php:1002
3827
  msgid "Event Labels"
3828
  msgstr ""
3829
 
3830
+ #: app/features/mec/settings.php:1014
3831
  msgid "Event Tags"
3832
  msgstr ""
3833
 
3834
+ #: app/features/mec/settings.php:1026 app/widgets/single.php:123
3835
  msgid "Event Organizer"
3836
  msgstr ""
3837
 
3838
+ #: app/features/mec/settings.php:1044
3839
  msgid "Booking Options"
3840
  msgstr ""
3841
 
3842
+ #: app/features/mec/settings.php:1050
3843
  msgid "Fees / Taxes Options"
3844
  msgstr ""
3845
 
3846
+ #: app/features/mec/settings.php:1064
3847
  #, php-format
3848
  msgid ""
3849
  "Users can put a note for editors while they're submitting the event. Also "
3851
  "users' note in email."
3852
  msgstr ""
3853
 
3854
+ #: app/features/mec/settings.php:1068
3855
  msgid "Visibility of Note"
3856
  msgstr ""
3857
 
3858
+ #: app/features/mec/settings.php:1071
3859
  msgid "Always"
3860
  msgstr ""
3861
 
3862
+ #: app/features/mec/settings.php:1072
3863
  msgid "While event is not published"
3864
  msgstr ""
3865
 
3866
+ #: app/features/mec/settings.php:1075
3867
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
3868
  msgstr ""
3869
 
3870
+ #: app/features/mec/settings.php:1083
3871
  #, php-format
3872
  msgid ""
3873
  "Put %s shortcode into your desired page. Then users are able to see history "
3874
  "of their bookings."
3875
  msgstr ""
3876
 
3877
+ #: app/features/mec/settings.php:1088
3878
  msgid "Exceptional days"
3879
  msgstr ""
3880
 
3881
+ #: app/features/mec/settings.php:1092
3882
  msgid "Show exceptional days option on Add/Edit events page"
3883
  msgstr ""
3884
 
3885
+ #: app/features/mec/settings.php:1093
3886
  msgid ""
3887
  "Using this option you can include/exclude certain days to/from event "
3888
  "occurrence dates."
3889
  msgstr ""
3890
 
3891
+ #: app/features/mec/settings.php:1103
3892
  msgid ""
3893
  "Show additional organizers option on Add/Edit events page and single event "
3894
  "page."
3895
  msgstr ""
3896
 
3897
+ #: app/features/mec/settings.php:1117
3898
  msgid "Enable booking module"
3899
  msgstr ""
3900
 
3901
+ #: app/features/mec/settings.php:1125
3902
  msgid "Default is Y-m-d"
3903
  msgstr ""
3904
 
3905
+ #: app/features/mec/settings.php:1129
3906
  msgid "Maximum Dates"
3907
  msgstr ""
3908
 
3909
+ #: app/features/mec/settings.php:1131
3910
  msgid "Default is 6"
3911
  msgstr ""
3912
 
3913
+ #: app/features/mec/settings.php:1135
3914
  msgid "Thank You Page"
3915
  msgstr ""
3916
 
3917
+ #: app/features/mec/settings.php:1143
3918
  msgid ""
3919
  "User redirects to this page after booking. Leave it empty if you want to "
3920
  "disable it."
3921
  msgstr ""
3922
 
3923
+ #: app/features/mec/settings.php:1151
3924
  msgid "Enable Express Attendees Form"
3925
  msgstr ""
3926
 
3927
+ #: app/features/mec/settings.php:1153
3928
  msgid ""
3929
  "Users are able to apply first attendee information for other attendees in "
3930
  "the booking form."
3931
  msgstr ""
3932
 
3933
+ #: app/features/mec/settings.php:1156
3934
  msgid "Email verification"
3935
  msgstr ""
3936
 
3937
+ #: app/features/mec/settings.php:1162
3938
  msgid "Auto verification for free bookings"
3939
  msgstr ""
3940
 
3941
+ #: app/features/mec/settings.php:1171
3942
  msgid "Auto verification for paid bookings"
3943
  msgstr ""
3944
 
3945
+ #: app/features/mec/settings.php:1181
3946
  msgid "Auto confirmation for free bookings"
3947
  msgstr ""
3948
 
3949
+ #: app/features/mec/settings.php:1190
3950
  msgid "Auto confirmation for paid bookings"
3951
  msgstr ""
3952
 
3953
+ #: app/features/mec/settings.php:1207
3954
  msgid "Enable coupons module"
3955
  msgstr ""
3956
 
3957
+ #: app/features/mec/settings.php:1224
3958
  msgid "Enable taxes / fees module"
3959
  msgstr ""
3960
 
3961
+ #: app/features/mec/settings.php:1229
3962
  msgid "Add Fee"
3963
  msgstr ""
3964
 
3965
+ #: app/features/mec/settings.php:1289
3966
  msgid "Enable ticket options module"
3967
  msgstr ""
3968
 
3969
+ #: app/features/mec/settings.php:1294
3970
  msgid "Add Variation / Option"
3971
  msgstr ""
3972
 
3973
+ #: app/features/mec/settings.php:1344
3974
  msgid "Enable BuddyPress Integration"
3975
  msgstr ""
3976
 
3977
+ #: app/features/mec/settings.php:1351
3978
  msgid "Show \"Attendees Module\" in event details page"
3979
  msgstr ""
3980
 
3981
+ #: app/features/mec/settings.php:1355
3982
  msgid "Attendees Limit"
3983
  msgstr ""
3984
 
3985
+ #: app/features/mec/settings.php:1363
3986
  msgid "Add booking activity to user profile"
3987
  msgstr ""
3988
 
3989
+ #: app/features/mec/settings.php:1374
3990
  msgid "Enable Mailchimp Integration"
3991
  msgstr ""
3992
 
3993
+ #: app/features/mec/settings.php:1386
3994
  msgid "List ID"
3995
  msgstr ""
3996
 
3997
+ #: app/features/mec/settings.php:1393
3998
  msgid "Subscription Status"
3999
  msgstr ""
4000
 
4001
+ #: app/features/mec/settings.php:1396
4002
  msgid "Subscribe automatically"
4003
  msgstr ""
4004
 
4005
+ #: app/features/mec/settings.php:1397
4006
  msgid "Subscribe by verification"
4007
  msgstr ""
4008
 
4009
+ #: app/features/mec/settings.php:1399
4010
  msgid ""
4011
  "If you choose \"Subscribe by verification\" then an email will send to user "
4012
  "by mailchimp for subscription verification."
4013
  msgstr ""
4014
 
4015
+ #: app/features/mec/settings.php:1479 app/features/mec/settings.php:1501
4016
+ #: app/libraries/main.php:4436
4017
  msgid "Verified"
4018
  msgstr ""
4019
 
4020
+ #: app/features/mec/settings.php:1503
4021
  msgid "Please Refresh Page"
4022
  msgstr ""
4023
 
4033
  "styles."
4034
  msgstr ""
4035
 
4036
+ #: app/features/mec/styling.php:10 app/features/mec/styling.php:237
4037
+ #: app/features/mec/styling.php:263
4038
  msgid "Default Font"
4039
  msgstr ""
4040
 
4041
+ #: app/features/mec/styling.php:119
4042
  msgid "Styling Option"
4043
  msgstr ""
4044
 
4045
+ #: app/features/mec/styling.php:137
4046
  msgid "Color Skin"
4047
  msgstr ""
4048
 
4049
+ #: app/features/mec/styling.php:140
4050
  msgid "Predefined Color Skin"
4051
  msgstr ""
4052
 
4053
+ #: app/features/mec/styling.php:183
4054
  msgid "Custom Color Skin"
4055
  msgstr ""
4056
 
4057
+ #: app/features/mec/styling.php:191
4058
  msgid "Advanced Color Options (shortcodes)"
4059
  msgstr ""
4060
 
4061
+ #: app/features/mec/styling.php:203
4062
  msgid "Title Hover"
4063
  msgstr ""
4064
 
4065
+ #: app/features/mec/styling.php:220
4066
  msgid "Typography"
4067
  msgstr ""
4068
 
4069
+ #: app/features/mec/styling.php:222
4070
  msgid "Heading (Events Title) Font Family"
4071
  msgstr ""
4072
 
4073
+ #: app/features/mec/styling.php:248
4074
  msgid "Paragraph Font Family"
4075
  msgstr ""
4076
 
4077
+ #: app/features/mec/styling.php:275
4078
  msgid "Disable Google Fonts"
4079
  msgstr ""
4080
 
4081
+ #: app/features/mec/styling.php:280
4082
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4083
  msgstr ""
4084
 
4085
+ #: app/features/mec/styling.php:286
4086
  msgid "Container Width"
4087
  msgstr ""
4088
 
4089
+ #: app/features/mec/styling.php:288
4090
  msgid "Desktop Normal Screens"
4091
  msgstr ""
4092
 
4093
+ #: app/features/mec/styling.php:291 app/features/mec/styling.php:298
4094
  msgid "You can enter your theme container size in this field"
4095
  msgstr ""
4096
 
4097
+ #: app/features/mec/styling.php:295
4098
  msgid "Desktop Large Screens"
4099
  msgstr ""
4100
 
4505
  msgid "eg. https://webnus.net"
4506
  msgstr ""
4507
 
4508
+ #: app/features/organizers.php:300 app/libraries/main.php:4279
4509
  #: app/skins/single.php:194
4510
  msgid "Other Organizers"
4511
  msgstr ""
4524
  msgid "#"
4525
  msgstr ""
4526
 
4527
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2404
4528
  msgid "Status"
4529
  msgstr ""
4530
 
4531
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1666
4532
  msgid "Attendees"
4533
  msgstr ""
4534
 
4541
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4542
  msgstr ""
4543
 
4544
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1680
4545
+ #: app/libraries/main.php:4277
4546
  msgid "Ticket"
4547
  msgstr ""
4548
 
4555
  msgstr ""
4556
 
4557
  #: app/features/speakers.php:56 app/features/speakers.php:242
4558
+ #: app/libraries/main.php:4251
4559
  msgid "Speaker"
4560
  msgstr ""
4561
 
4587
  msgstr ""
4588
 
4589
  #: app/features/speakers.php:135 app/features/speakers.php:187
4590
+ #: app/libraries/main.php:1080
4591
  msgid "Google+"
4592
  msgstr ""
4593
 
4688
  msgid "There is no excerpt because this is a protected post."
4689
  msgstr ""
4690
 
4691
+ #: app/libraries/main.php:330 app/libraries/main.php:1199
4692
+ #: app/libraries/main.php:1224
4693
  msgid "Grid View"
4694
  msgstr ""
4695
 
4696
+ #: app/libraries/main.php:331 app/libraries/main.php:1200
4697
+ #: app/libraries/main.php:1225
4698
  msgid "Agenda View"
4699
  msgstr ""
4700
 
4701
+ #: app/libraries/main.php:332 app/libraries/main.php:1191
4702
+ #: app/libraries/main.php:1216
4703
  msgid "Full Calendar"
4704
  msgstr ""
4705
 
4706
+ #: app/libraries/main.php:334 app/libraries/main.php:1193
4707
+ #: app/libraries/main.php:1218
4708
  msgid "Calendar/Monthly View"
4709
  msgstr ""
4710
 
4711
+ #: app/libraries/main.php:337 app/libraries/main.php:1196
4712
+ #: app/libraries/main.php:1221
4713
  msgid "Timetable View"
4714
  msgstr ""
4715
 
4716
+ #: app/libraries/main.php:338 app/libraries/main.php:1197
4717
+ #: app/libraries/main.php:1222
4718
  msgid "Masonry View"
4719
  msgstr ""
4720
 
4721
+ #: app/libraries/main.php:339 app/libraries/main.php:1201
4722
+ #: app/libraries/main.php:1226
4723
  msgid "Map View"
4724
  msgstr ""
4725
 
4726
+ #: app/libraries/main.php:340
4727
  msgid "Cover View"
4728
  msgstr ""
4729
 
4730
+ #: app/libraries/main.php:341
4731
  msgid "Countdown View"
4732
  msgstr ""
4733
 
4734
+ #: app/libraries/main.php:342
4735
  msgid "Available Spot"
4736
  msgstr ""
4737
 
4738
+ #: app/libraries/main.php:343
4739
  msgid "Carousel View"
4740
  msgstr ""
4741
 
4742
+ #: app/libraries/main.php:344
4743
  msgid "Slider View"
4744
  msgstr ""
4745
 
4746
+ #: app/libraries/main.php:381 app/libraries/main.php:4257
4747
  msgid "SU"
4748
  msgstr ""
4749
 
4750
+ #: app/libraries/main.php:382 app/libraries/main.php:4258
4751
  msgid "MO"
4752
  msgstr ""
4753
 
4754
+ #: app/libraries/main.php:383 app/libraries/main.php:4259
4755
  msgid "TU"
4756
  msgstr ""
4757
 
4758
+ #: app/libraries/main.php:384 app/libraries/main.php:4260
4759
  msgid "WE"
4760
  msgstr ""
4761
 
4762
+ #: app/libraries/main.php:385 app/libraries/main.php:4261
4763
  msgid "TH"
4764
  msgstr ""
4765
 
4766
+ #: app/libraries/main.php:386 app/libraries/main.php:4262
4767
  msgid "FR"
4768
  msgstr ""
4769
 
4770
+ #: app/libraries/main.php:387 app/libraries/main.php:4263
4771
  msgid "SA"
4772
  msgstr ""
4773
 
4774
+ #: app/libraries/main.php:1038
4775
  msgid "Events at this location"
4776
  msgstr ""
4777
 
4778
+ #: app/libraries/main.php:1038
4779
  msgid "Event at this location"
4780
  msgstr "Esemény ezen a helyszínen"
4781
 
4782
+ #: app/libraries/main.php:1079
4783
  msgid "Facebook"
4784
  msgstr ""
4785
 
4786
+ #: app/libraries/main.php:1081
4787
  msgid "Twitter"
4788
  msgstr ""
4789
 
4790
+ #: app/libraries/main.php:1082 app/libraries/main.php:1147
4791
  msgid "Linkedin"
4792
  msgstr ""
4793
 
4794
+ #: app/libraries/main.php:1083 app/libraries/main.php:1180
4795
  msgid "VK"
4796
  msgstr ""
4797
 
4798
+ #: app/libraries/main.php:1102
4799
  msgid "Share on Facebook"
4800
  msgstr ""
4801
 
4802
+ #: app/libraries/main.php:1117
4803
  msgid "Google Plus"
4804
  msgstr ""
4805
 
4806
+ #: app/libraries/main.php:1132
4807
  msgid "Tweet"
4808
  msgstr ""
4809
 
4810
+ #: app/libraries/main.php:1202
4811
  msgid "Custom Shortcode"
4812
  msgstr ""
4813
 
4814
+ #: app/libraries/main.php:1561
4815
  msgid "Your booking successfully verified."
4816
  msgstr ""
4817
 
4818
+ #: app/libraries/main.php:1562
4819
  msgid "Your booking cannot verify!"
4820
  msgstr ""
4821
 
4822
+ #: app/libraries/main.php:1574
4823
  msgid "Your booking successfully canceled."
4824
  msgstr ""
4825
 
4826
+ #: app/libraries/main.php:1575
4827
  msgid "Your booking cannot be canceled."
4828
  msgstr ""
4829
 
4830
+ #: app/libraries/main.php:1579
4831
  msgid "You canceled the payment successfully."
4832
  msgstr ""
4833
 
4834
+ #: app/libraries/main.php:1583
4835
  msgid "You returned from payment gateway successfully."
4836
  msgstr ""
4837
 
4838
+ #: app/libraries/main.php:1607
4839
  msgid "Cannot find the booking!"
4840
  msgstr ""
4841
 
4842
+ #: app/libraries/main.php:1607
4843
  msgid "Booking is invalid."
4844
  msgstr ""
4845
 
4846
+ #: app/libraries/main.php:1636
4847
  #, php-format
4848
  msgid "%s Invoice"
4849
  msgstr ""
4850
 
4851
+ #: app/libraries/main.php:1657
4852
  msgid "Transaction ID"
4853
  msgstr ""
4854
 
4855
+ #: app/libraries/main.php:1710
4856
  msgid "Billing"
4857
  msgstr ""
4858
 
4859
+ #: app/libraries/main.php:1721
4860
  msgid "Total"
4861
  msgstr ""
4862
 
4863
+ #: app/libraries/main.php:1754
4864
  msgid "Security nonce is not valid."
4865
  msgstr ""
4866
 
4867
+ #: app/libraries/main.php:1754 app/libraries/main.php:1786
4868
  msgid "iCal export stopped!"
4869
  msgstr ""
4870
 
4871
+ #: app/libraries/main.php:1786
4872
  #, fuzzy
4873
  #| msgid "Payment is invalid."
4874
  msgid "Request is not valid."
4875
  msgstr "Fizetés érvénytelen"
4876
 
4877
+ #: app/libraries/main.php:2106 app/libraries/main.php:2135
4878
+ #: app/libraries/main.php:2164 app/libraries/main.php:2193
4879
+ #: app/libraries/main.php:2222 app/libraries/main.php:2246
4880
+ #: app/libraries/main.php:2290 app/libraries/main.php:2334
4881
+ #: app/libraries/main.php:2381 app/libraries/main.php:2427
4882
  msgid "Sort"
4883
  msgstr ""
4884
 
4885
+ #: app/libraries/main.php:2112 app/libraries/main.php:2141
4886
+ #: app/libraries/main.php:2170 app/libraries/main.php:2199
4887
+ #: app/libraries/main.php:2252 app/libraries/main.php:2296
4888
+ #: app/libraries/main.php:2340 app/libraries/main.php:2387
4889
  msgid "Required Field"
4890
  msgstr "Töltse ki az adatokat!"
4891
 
4892
+ #: app/libraries/main.php:2118 app/libraries/main.php:2147
4893
+ #: app/libraries/main.php:2176 app/libraries/main.php:2205
4894
+ #: app/libraries/main.php:2258 app/libraries/main.php:2302
4895
+ #: app/libraries/main.php:2346 app/libraries/main.php:2393
4896
  msgid "Insert a label for this field"
4897
  msgstr ""
4898
 
4899
+ #: app/libraries/main.php:2228
4900
  msgid "HTML and shortcode are allowed."
4901
  msgstr ""
4902
 
4903
+ #: app/libraries/main.php:2271 app/libraries/main.php:2315
4904
+ #: app/libraries/main.php:2359
4905
  msgid "Option"
4906
  msgstr ""
4907
 
4908
+ #: app/libraries/main.php:2393
4909
  #, php-format
4910
  msgid "Instead of %s, the page title with a link will be show."
4911
  msgstr ""
4912
 
4913
+ #: app/libraries/main.php:2395
4914
  msgid "Agreement Page"
4915
  msgstr ""
4916
 
4917
+ #: app/libraries/main.php:2406
4918
  msgid "Checked by default"
4919
  msgstr ""
4920
 
4921
+ #: app/libraries/main.php:2407
4922
  msgid "Unchecked by default"
4923
  msgstr ""
4924
 
4925
+ #: app/libraries/main.php:2429
4926
  msgid "Insert a label for this option"
4927
  msgstr ""
4928
 
4929
+ #: app/libraries/main.php:2444
4930
  msgid "Free"
4931
  msgstr "Ingyenes"
4932
 
4933
+ #: app/libraries/main.php:3096
4934
  #, php-format
4935
  msgid "Copy of %s"
4936
  msgstr ""
4937
 
4938
+ #: app/libraries/main.php:3757
4939
  msgid "Booked an event."
4940
  msgstr ""
4941
 
4942
+ #: app/libraries/main.php:3798
4943
  #, php-format
4944
  msgid "%s booked %s event."
4945
  msgstr ""
4946
 
4947
+ #: app/libraries/main.php:4240
4948
  msgid "Taxonomies"
4949
  msgstr ""
4950
 
4951
+ #: app/libraries/main.php:4242
4952
  msgid "Category Plural Label"
4953
  msgstr ""
4954
 
4955
+ #: app/libraries/main.php:4243
4956
  msgid "Category Singular Label"
4957
  msgstr ""
4958
 
4959
+ #: app/libraries/main.php:4244
4960
  msgid "Label Plural Label"
4961
  msgstr ""
4962
 
4963
+ #: app/libraries/main.php:4245
4964
  msgid "Label Singular Label"
4965
  msgstr ""
4966
 
4967
+ #: app/libraries/main.php:4245
4968
  msgid "label"
4969
  msgstr ""
4970
 
4971
+ #: app/libraries/main.php:4246
4972
  msgid "Location Plural Label"
4973
  msgstr ""
4974
 
4975
+ #: app/libraries/main.php:4247
4976
  msgid "Location Singular Label"
4977
  msgstr ""
4978
 
4979
+ #: app/libraries/main.php:4248
4980
  msgid "Organizer Plural Label"
4981
  msgstr ""
4982
 
4983
+ #: app/libraries/main.php:4249
4984
  msgid "Organizer Singular Label"
4985
  msgstr ""
4986
 
4987
+ #: app/libraries/main.php:4250
4988
  msgid "Speaker Plural Label"
4989
  msgstr ""
4990
 
4991
+ #: app/libraries/main.php:4251
4992
  msgid "Speaker Singular Label"
4993
  msgstr ""
4994
 
4995
+ #: app/libraries/main.php:4257
4996
  msgid "Sunday abbreviation"
4997
  msgstr ""
4998
 
4999
+ #: app/libraries/main.php:4258
5000
  msgid "Monday abbreviation"
5001
  msgstr ""
5002
 
5003
+ #: app/libraries/main.php:4259
5004
  msgid "Tuesday abbreviation"
5005
  msgstr ""
5006
 
5007
+ #: app/libraries/main.php:4260
5008
  msgid "Wednesday abbreviation"
5009
  msgstr ""
5010
 
5011
+ #: app/libraries/main.php:4261
5012
  msgid "Thursday abbreviation"
5013
  msgstr ""
5014
 
5015
+ #: app/libraries/main.php:4262
5016
  msgid "Friday abbreviation"
5017
  msgstr ""
5018
 
5019
+ #: app/libraries/main.php:4263
5020
  msgid "Saturday abbreviation"
5021
  msgstr ""
5022
 
5023
+ #: app/libraries/main.php:4267
5024
  msgid "Others"
5025
  msgstr ""
5026
 
5027
+ #: app/libraries/main.php:4269
5028
  msgid "Booking Success Message"
5029
  msgstr ""
5030
 
5031
+ #: app/libraries/main.php:4269
5032
  msgid ""
5033
  "Thanks for your booking. Your tickets booked, booking verification might be "
5034
  "needed, please check your email."
5036
  "Köszönjük a foglalást! Kérjük ellenőrizze emailjeit, lehetséges, hogy "
5037
  "jóváhagyásra lesz szükség!"
5038
 
5039
+ #: app/libraries/main.php:4270 app/widgets/single.php:131
5040
  msgid "Register Button"
5041
  msgstr ""
5042
 
5043
+ #: app/libraries/main.php:4270 app/skins/available_spot/tpl.php:198
5044
+ #: app/skins/carousel/render.php:142 app/skins/carousel/render.php:167
5045
  #: app/skins/grid/render.php:111 app/skins/grid/render.php:142
5046
  #: app/skins/grid/render.php:174 app/skins/grid/render.php:202
5047
  #: app/skins/list/render.php:94 app/skins/list/render.php:175
5048
  #: app/skins/masonry/render.php:127 app/skins/single/default.php:218
5049
+ #: app/skins/single/default.php:220 app/skins/single/default.php:429
5050
+ #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5051
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5052
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5053
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:108
5054
+ #: app/skins/slider/render.php:148 app/skins/slider/render.php:188
5055
+ #: app/skins/slider/render.php:228 app/skins/slider/render.php:279
5056
  msgid "REGISTER"
5057
  msgstr "REGISZTRÁCIÓ"
5058
 
5059
+ #: app/libraries/main.php:4271
5060
  msgid "View Detail Button"
5061
  msgstr ""
5062
 
5063
+ #: app/libraries/main.php:4271 app/skins/carousel/render.php:142
5064
+ #: app/skins/carousel/render.php:167 app/skins/grid/render.php:111
5065
  #: app/skins/grid/render.php:142 app/skins/grid/render.php:174
5066
  #: app/skins/grid/render.php:202 app/skins/list/render.php:94
5067
  #: app/skins/list/render.php:175 app/skins/masonry/render.php:127
5068
+ #: app/skins/slider/render.php:108 app/skins/slider/render.php:148
5069
+ #: app/skins/slider/render.php:188 app/skins/slider/render.php:228
5070
+ #: app/skins/slider/render.php:279
5071
  msgid "View Detail"
5072
  msgstr ""
5073
 
5074
+ #: app/libraries/main.php:4272
5075
  msgid "Event Detail Button"
5076
  msgstr ""
5077
 
5078
+ #: app/libraries/main.php:4272 app/skins/countdown/tpl.php:211
5079
  msgid "Event Detail"
5080
  msgstr ""
5081
 
5082
+ #: app/libraries/main.php:4274
5083
  msgid "More Info Link"
5084
  msgstr ""
5085
 
5086
+ #: app/libraries/main.php:4277
5087
  msgid "Ticket (Singular)"
5088
  msgstr ""
5089
 
5090
+ #: app/libraries/main.php:4278
5091
  msgid "Tickets (Plural)"
5092
  msgstr ""
5093
 
5094
+ #: app/libraries/main.php:4344
5095
  msgid "EventON"
5096
  msgstr ""
5097
 
5098
+ #: app/libraries/main.php:4345
5099
  msgid "The Events Calendar"
5100
  msgstr ""
5101
 
5102
+ #: app/libraries/main.php:4346
5103
  msgid "Events Schedule WP Plugin"
5104
  msgstr ""
5105
 
5106
+ #: app/libraries/main.php:4347
5107
  msgid "Calendarize It"
5108
  msgstr ""
5109
 
5110
+ #: app/libraries/main.php:4421
5111
  msgid "Confirmed"
5112
  msgstr ""
5113
 
5114
+ #: app/libraries/main.php:4422
5115
  msgid "Rejected"
5116
  msgstr ""
5117
 
5118
+ #: app/libraries/main.php:4423
5119
  msgid "Pending"
5120
  msgstr ""
5121
 
5122
+ #: app/libraries/main.php:4438
5123
  msgid "Waiting"
5124
  msgstr ""
5125
 
5169
 
5170
  #: app/libraries/render.php:436 app/modules/local-time/details.php:47
5171
  #: app/modules/next-event/details.php:97 app/skins/single/default.php:73
5172
+ #: app/skins/single/default.php:284 app/skins/single/m1.php:34
5173
  #: app/skins/single/modern.php:169
5174
  msgid "All of the day"
5175
  msgstr ""
5176
 
5177
+ #: app/libraries/skins.php:256
5178
+ msgid "Please contact the website administrator."
5179
+ msgstr ""
5180
+
5181
+ #: app/libraries/skins.php:815
5182
  msgid "Ignore month and years"
5183
  msgstr ""
5184
 
5295
  msgstr ""
5296
 
5297
  #: app/modules/next-event/details.php:91 app/skins/single/default.php:67
5298
+ #: app/skins/single/default.php:278 app/skins/single/m1.php:28
5299
  #: app/skins/single/modern.php:163
5300
  msgid "Time"
5301
  msgstr "időpont"
5357
  msgid "View All"
5358
  msgstr ""
5359
 
5360
+ #: app/skins/carousel/render.php:182 app/skins/countdown/tpl.php:150
5361
  #: app/skins/countdown/tpl.php:194 app/skins/cover/tpl.php:94
5362
  #: app/skins/list/render.php:111
5363
  msgid "EVENT DETAIL"
5400
  msgstr ""
5401
 
5402
  #: app/skins/single.php:209 app/skins/single/default.php:191
5403
+ #: app/skins/single/default.php:402 app/skins/single/m1.php:100
5404
  #: app/skins/single/m2.php:32 app/skins/single/modern.php:31
5405
  msgid "Phone"
5406
  msgstr ""
5407
 
5408
  #: app/skins/single.php:223 app/skins/single/default.php:205
5409
+ #: app/skins/single/default.php:416 app/skins/single/m1.php:114
5410
  #: app/skins/single/m2.php:46 app/skins/single/modern.php:45
5411
  msgid "Website"
5412
  msgstr "Honlap"
5416
  msgstr ""
5417
 
5418
  #: app/skins/single/default.php:30 app/skins/single/m1.php:235
5419
+ #: app/skins/single/m2.php:173 app/skins/single/modern.php:241
5420
  msgid "Sold out!"
5421
  msgstr ""
5422
 
5423
  #: app/skins/single/default.php:40 app/skins/single/m1.php:244
5424
+ #: app/skins/single/m2.php:182 app/skins/single/modern.php:251
5425
  msgid "Tags: "
5426
  msgstr ""
5427
 
5428
+ #: app/skins/single/default.php:106 app/skins/single/default.php:317
5429
  #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
5430
  #: app/skins/single/modern.php:121
5431
  msgid "Read More"
languages/modern-events-calendar-lite-it_IT.mo CHANGED
Binary file
languages/modern-events-calendar-lite-it_IT.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2019-03-17 15:04+0330\n"
5
- "PO-Revision-Date: 2019-03-17 15:04+0330\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
@@ -26,12 +26,12 @@ msgstr ""
26
  msgid "Modern Events Calendar"
27
  msgstr "Calendario moderno degli eventi"
28
 
29
- #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:217
30
  msgid "Content"
31
  msgstr "Contenuto"
32
 
33
- #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:326
34
- #: app/features/mec.php:355 app/features/mec.php:381
35
  msgid "Shortcode"
36
  msgstr "Shortcode"
37
 
@@ -58,15 +58,15 @@ msgid "Select Type"
58
  msgstr "Seleziona tutto"
59
 
60
  #: app/features/colors.php:50 app/features/fes/form.php:558
61
- #: app/features/mec/settings.php:1007
62
  msgid "Event Color"
63
  msgstr "Colore Evento"
64
 
65
- #: app/features/contextual.php:55 app/features/mec.php:312
66
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
67
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
68
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
69
- #: app/features/mec/styles.php:24 app/features/mec/styling.php:51
70
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
71
  msgid "Settings"
72
  msgstr "Impostazioni"
@@ -76,7 +76,7 @@ msgstr "Impostazioni"
76
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
77
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
78
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
79
- #: app/features/mec/styling.php:60 app/features/mec/support.php:29
80
  msgid "Booking Form"
81
  msgstr "Form Prenotazione"
82
 
@@ -93,7 +93,7 @@ msgstr ""
93
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
94
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
95
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
96
- #: app/features/mec/styles.php:40 app/features/mec/styling.php:67
97
  #: app/features/mec/support.php:36
98
  msgid "Payment Gateways"
99
  msgstr "Gateway di pagamento"
@@ -109,7 +109,7 @@ msgstr ""
109
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
110
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
111
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
112
- #: app/features/mec/styles.php:49 app/features/mec/styling.php:76
113
  #: app/features/mec/support.php:45
114
  msgid "Notifications"
115
  msgstr "Notifiche"
@@ -179,47 +179,47 @@ msgid "General Options"
179
  msgstr "Opzioni generali"
180
 
181
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
182
- #: app/features/mec/settings.php:540
183
  msgid "Slugs/Permalinks"
184
  msgstr "Slug/Permalink"
185
 
186
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
187
- #: app/features/mec/settings.php:560
188
  msgid "Event Details/Single Event Page"
189
  msgstr "Dettaglii evento/Pagina singola evento"
190
 
191
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
192
- #: app/features/mec/settings.php:601
193
  msgid "Currency Options"
194
  msgstr "Opzioni valuta"
195
 
196
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
197
- #: app/features/mec/settings.php:668
198
  msgid "Google Maps Options"
199
  msgstr "Opzioni Google Map"
200
 
201
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
202
- #: app/features/mec/settings.php:742
203
  msgid "Google Recaptcha Options"
204
  msgstr "Opzioni Recaptcha Google"
205
 
206
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
207
- #: app/features/mec/settings.php:860
208
  msgid "Countdown Options"
209
  msgstr "Opzioni conto alla rovescia"
210
 
211
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
212
- #: app/features/mec/settings.php:881
213
  msgid "Social Networks"
214
  msgstr "Social Network"
215
 
216
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
217
- #: app/features/mec/settings.php:906
218
  msgid "Next Event Module"
219
  msgstr "Modulo prossimo evento"
220
 
221
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
222
- #: app/features/mec/settings.php:934
223
  msgid "Frontend Event Submission"
224
  msgstr "Invio eventi da frontend"
225
 
@@ -229,22 +229,22 @@ msgid "Exceptional Days"
229
  msgstr "Giorni eccezionali"
230
 
231
  #: app/features/contextual.php:308 app/features/events.php:263
232
- #: app/features/mec/settings.php:162 app/features/mec/settings.php:1108
233
  msgid "Booking"
234
  msgstr "Prenotazione"
235
 
236
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
237
- #: app/features/mec/settings.php:1198
238
  msgid "Coupons"
239
  msgstr "Coupon"
240
 
241
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
242
- #: app/features/mec/settings.php:1339
243
  msgid "BuddyPress Integration"
244
  msgstr "Integrazione BuddyPress"
245
 
246
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
247
- #: app/features/mec/settings.php:1369
248
  msgid "Mailchimp Integration"
249
  msgstr "Integrazione Mailchimp"
250
 
@@ -267,7 +267,7 @@ msgstr "Eventi"
267
  msgid "Event"
268
  msgstr "Evento"
269
 
270
- #: app/features/events.php:134 app/features/mec.php:298
271
  msgid "Add Event"
272
  msgstr "Aggiungi Evento"
273
 
@@ -307,16 +307,16 @@ msgstr "Nessun evento trovato nel cestino!"
307
  #: app/features/mec/meta_boxes/search_form.php:292
308
  #: app/features/mec/meta_boxes/search_form.php:332
309
  #: app/features/mec/meta_boxes/search_form.php:379
310
- #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4233
311
- #: app/libraries/skins.php:711 app/skins/single/default.php:156
312
- #: app/skins/single/default.php:363 app/skins/single/m1.php:169
313
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
314
  msgid "Category"
315
  msgstr "Categoria"
316
 
317
  #: app/features/events.php:153 app/features/fes/form.php:510
318
- #: app/features/mec.php:300 app/features/mec/meta_boxes/filter.php:70
319
- #: app/libraries/main.php:4232
320
  msgid "Categories"
321
  msgstr "Categorie"
322
 
@@ -388,17 +388,17 @@ msgstr ""
388
  msgid "Event Details"
389
  msgstr "Dettaglio Evento"
390
 
391
- #: app/features/events.php:296 app/fea
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2019-04-14 09:23+0430\n"
5
+ "PO-Revision-Date: 2019-04-14 09:23+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
26
  msgid "Modern Events Calendar"
27
  msgstr "Calendario moderno degli eventi"
28
 
29
+ #: app/addons/KC.php:70 app/addons/VC.php:64 app/features/mec/styling.php:212
30
  msgid "Content"
31
  msgstr "Contenuto"
32
 
33
+ #: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:337
34
+ #: app/features/mec.php:366 app/features/mec.php:392
35
  msgid "Shortcode"
36
  msgstr "Shortcode"
37
 
58
  msgstr "Seleziona tutto"
59
 
60
  #: app/features/colors.php:50 app/features/fes/form.php:558
61
+ #: app/features/mec/settings.php:1008
62
  msgid "Event Color"
63
  msgstr "Colore Evento"
64
 
65
+ #: app/features/contextual.php:55 app/features/mec.php:323
66
  #: app/features/mec/gateways.php:24 app/features/mec/ie.php:20
67
  #: app/features/mec/messages.php:24 app/features/mec/notifications.php:23
68
  #: app/features/mec/regform.php:24 app/features/mec/settings.php:41
69
+ #: app/features/mec/styles.php:24 app/features/mec/styling.php:46
70
  #: app/features/mec/support-page.php:168 app/features/mec/support.php:20
71
  msgid "Settings"
72
  msgstr "Impostazioni"
76
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
77
  #: app/features/mec/regform.php:32 app/features/mec/regform.php:95
78
  #: app/features/mec/settings.php:204 app/features/mec/styles.php:33
79
+ #: app/features/mec/styling.php:55 app/features/mec/support.php:29
80
  msgid "Booking Form"
81
  msgstr "Form Prenotazione"
82
 
93
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
94
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
95
  #: app/features/mec/regform.php:39 app/features/mec/settings.php:211
96
+ #: app/features/mec/styles.php:40 app/features/mec/styling.php:62
97
  #: app/features/mec/support.php:36
98
  msgid "Payment Gateways"
99
  msgstr "Gateway di pagamento"
109
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
110
  #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
111
  #: app/features/mec/regform.php:47 app/features/mec/settings.php:221
112
+ #: app/features/mec/styles.php:49 app/features/mec/styling.php:71
113
  #: app/features/mec/support.php:45
114
  msgid "Notifications"
115
  msgstr "Notifiche"
179
  msgstr "Opzioni generali"
180
 
181
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
182
+ #: app/features/mec/settings.php:529
183
  msgid "Slugs/Permalinks"
184
  msgstr "Slug/Permalink"
185
 
186
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
187
+ #: app/features/mec/settings.php:549
188
  msgid "Event Details/Single Event Page"
189
  msgstr "Dettaglii evento/Pagina singola evento"
190
 
191
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
192
+ #: app/features/mec/settings.php:590
193
  msgid "Currency Options"
194
  msgstr "Opzioni valuta"
195
 
196
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
197
+ #: app/features/mec/settings.php:657
198
  msgid "Google Maps Options"
199
  msgstr "Opzioni Google Map"
200
 
201
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
202
+ #: app/features/mec/settings.php:731
203
  msgid "Google Recaptcha Options"
204
  msgstr "Opzioni Recaptcha Google"
205
 
206
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
207
+ #: app/features/mec/settings.php:849
208
  msgid "Countdown Options"
209
  msgstr "Opzioni conto alla rovescia"
210
 
211
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
212
+ #: app/features/mec/settings.php:870
213
  msgid "Social Networks"
214
  msgstr "Social Network"
215
 
216
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
217
+ #: app/features/mec/settings.php:895
218
  msgid "Next Event Module"
219
  msgstr "Modulo prossimo evento"
220
 
221
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
222
+ #: app/features/mec/settings.php:923
223
  msgid "Frontend Event Submission"
224
  msgstr "Invio eventi da frontend"
225
 
229
  msgstr "Giorni eccezionali"
230
 
231
  #: app/features/contextual.php:308 app/features/events.php:263
232
+ #: app/features/mec/settings.php:162 app/features/mec/settings.php:1109
233
  msgid "Booking"
234
  msgstr "Prenotazione"
235
 
236
  #: app/features/contextual.php:318 app/features/mec/settings.php:168
237
+ #: app/features/mec/settings.php:1199
238
  msgid "Coupons"
239
  msgstr "Coupon"
240
 
241
  #: app/features/contextual.php:326 app/features/mec/settings.php:186
242
+ #: app/features/mec/settings.php:1340
243
  msgid "BuddyPress Integration"
244
  msgstr "Integrazione BuddyPress"
245
 
246
  #: app/features/contextual.php:334 app/features/mec/settings.php:192
247
+ #: app/features/mec/settings.php:1370
248
  msgid "Mailchimp Integration"
249
  msgstr "Integrazione Mailchimp"
250
 
267
  msgid "Event"
268
  msgstr "Evento"
269
 
270
+ #: app/features/events.php:134 app/features/mec.php:309
271
  msgid "Add Event"
272
  msgstr "Aggiungi Evento"
273
 
307
  #: app/features/mec/meta_boxes/search_form.php:292
308
  #: app/features/mec/meta_boxes/search_form.php:332
309
  #: app/features/mec/meta_boxes/search_form.php:379
310
+ #: app/features/mec/meta_boxes/search_form.php:426 app/libraries/main.php:4243
311
+ #: app/libraries/skins.php:716 app/skins/single/default.php:156
312
+ #: app/skins/single/default.php:367 app/skins/single/m1.php:169
313
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
314
  msgid "Category"
315
  msgstr "Categoria"
316
 
317
  #: app/features/events.php:153 app/features/fes/form.php:510
318
+ #: app/features/mec.php:311 app/features/mec/meta_boxes/filter.php:70
319
+ #: app/libraries/main.php:4242
320
  msgid "Categories"
321
  msgstr "Categorie"
322
 
388
  msgid "Event Details"
389
  msgstr "Dettaglio Evento"
390