Version Description
- 24 September 2019
- Added: Add mec-past-event for expired events in different skins
- Added: Event publishing notification for frontend event submission system with guest users
- Added: An interval option to display booking module at certain times before the start of the event (pro)
- Added: Countdown module enhancement for considering the event end time when "Hide Event" method is set to "On Event End"
- Changed: Moving the frontend event submission message from bottom to top
- Fixed: No displaying Modal Booking on mobile and tablet (pro)
- Fixed: Modal booking style on mobile and tablet (pro)
- Fixed: Flip Countdown on mobile and tablet
- Fixed: Full width archive events page
- Fixed: Search bar in settings menu
- Fixed: Conflict between Ultimate GDPR Plugin and niceSelect
- Fixed: Toggle Messages in settings
- Fixed: Some minor issues
Download this release
Release Info
Developer | webnus |
Plugin | Modern Events Calendar Lite |
Version | 4.6.5 |
Comparing to | |
See all releases |
Code changes from version 4.6.0 to 4.6.5
- app/features/events.php +21 -5
- app/features/fes/form.php +1 -2
- app/features/login.php +2 -2
- app/features/login/login.php +2 -1
- app/features/mec.php +6 -1
- app/features/mec/booking.php +14 -0
- app/features/mec/messages.php +4 -0
- app/features/mec/notifications.php +50 -1
- app/features/mec/styling.php +4 -0
- app/features/search_bar/search_bar.php +2 -2
- app/features/update.php +31 -0
- app/libraries/envato.php +7 -4
- app/libraries/factory.php +14 -0
- app/libraries/main.php +23 -4
- app/libraries/notifications.php +72 -0
- app/libraries/render.php +16 -0
- app/modules/countdown/details.php +5 -3
- app/skins/agenda/render.php +1 -1
- app/skins/available_spot/tpl.php +17 -4
- app/skins/carousel/render.php +1 -1
- app/skins/countdown/tpl.php +39 -19
- app/skins/cover/tpl.php +2 -2
- app/skins/custom/render.php +20 -7
- app/skins/daily_view/render.php +1 -1
- app/skins/grid/render.php +1 -1
- app/skins/list/render.php +1 -1
- app/skins/masonry/render.php +1 -1
- app/skins/monthly_view/calendar.php +1 -1
- app/skins/monthly_view/calendar_clean.php +1 -1
- app/skins/monthly_view/calendar_novel.php +1 -1
- app/skins/monthly_view/calendar_simple.php +1 -1
- app/skins/single/default.php +17 -10
- app/skins/single/modern.php +10 -7
- app/skins/slider/render.php +5 -5
- app/skins/timetable/render.php +1 -1
- app/skins/weekly_view/render.php +1 -1
- app/skins/yearly_view/render.php +1 -1
- assets/css/backend.css +6 -5
- assets/css/backend.min.css +1 -1
- assets/css/frontend.css +104 -50
- assets/css/frontend.min.css +1 -1
- assets/css/mecrtl.css +7 -14
- assets/css/rtlbackend.css +7 -14
- assets/img/mec-addons-teaser1.png +0 -0
- assets/js/backend.js +22 -15
- assets/js/frontend.js +0 -24
- changelog.txt +16 -1
- languages/modern-events-calendar-lite-de_DE.mo +0 -0
- languages/modern-events-calendar-lite-de_DE.po +829 -770
- languages/modern-events-calendar-lite-en_US.mo +0 -0
- languages/modern-events-calendar-lite-en_US.po +793 -748
- languages/modern-events-calendar-lite-es_ES.mo +0 -0
- languages/modern-events-calendar-lite-es_ES.po +829 -770
- languages/modern-events-calendar-lite-fr_FR.mo +0 -0
- languages/modern-events-calendar-lite-fr_FR.po +275 -274
app/features/events.php
CHANGED
@@ -55,6 +55,7 @@ class MEC_feature_events extends MEC_base
|
|
55 |
$this->factory->action('add_meta_boxes_' . $this->PT, array($this, 'remove_taxonomies_metaboxes'));
|
56 |
$this->factory->action('save_post', array($this, 'save_event'), 10);
|
57 |
$this->factory->action('delete_post', array($this, 'delete_event'), 10);
|
|
|
58 |
|
59 |
$this->factory->filter('post_row_actions', array($this, 'action_links'), 10, 2);
|
60 |
$this->factory->action('init', array($this, 'duplicate_event'));
|
@@ -318,7 +319,7 @@ class MEC_feature_events extends MEC_base
|
|
318 |
<?php if ( ($note_visibility and trim($note)) || (trim($fes_guest_email) and trim($fes_guest_name)) ) : ?>
|
319 |
<a class="mec-add-event-tabs-link" data-href="mec_meta_box_fes_form" href="#"><?php echo esc_html('FES Details' ,'modern-events-calendar-lite'); ?></a>
|
320 |
<?php endif; ?>
|
321 |
-
<a class="mec-add-event-tabs-link
|
322 |
<a class="mec-add-event-tabs-link" data-href="mec_meta_box_repeat_form" href="#"><?php echo esc_html('Event Repeating' ,'modern-events-calendar-lite'); ?></a>
|
323 |
<a class="mec-add-event-tabs-link" data-href="mec-exceptional-days" href="#"><?php echo esc_html('Exceptional Days' ,'modern-events-calendar-lite'); ?></a>
|
324 |
<a class="mec-add-event-tabs-link" data-href="mec-hourly-schedule" href="#"><?php echo esc_html('Hourly Schedule' ,'modern-events-calendar-lite'); ?></a>
|
@@ -332,6 +333,7 @@ class MEC_feature_events extends MEC_base
|
|
332 |
</div>
|
333 |
</div>
|
334 |
<script>
|
|
|
335 |
jQuery(".mec-add-event-tabs-link").on("click", function (e) {
|
336 |
e.preventDefault();
|
337 |
var href = jQuery(this).attr("data-href");
|
@@ -452,9 +454,6 @@ class MEC_feature_events extends MEC_base
|
|
452 |
<p><?php echo $note; ?></p>
|
453 |
</div>
|
454 |
<?php endif; ?>
|
455 |
-
<?php if ( ($note_visibility and trim($note)) || (trim($fes_guest_email) and trim($fes_guest_name)) ) : ?>
|
456 |
-
</div>
|
457 |
-
<?php endif; ?>
|
458 |
<?php if (trim($fes_guest_email) and trim($fes_guest_name)) : ?>
|
459 |
<div class="mec-guest-data">
|
460 |
<h4><?php _e('Guest Data', 'modern-events-calendar-lite'); ?></h4>
|
@@ -462,8 +461,11 @@ class MEC_feature_events extends MEC_base
|
|
462 |
<p><strong><?php _e('Email', 'modern-events-calendar-lite'); ?>:</strong> <?php echo $fes_guest_email; ?></p>
|
463 |
</div>
|
464 |
<?php endif; ?>
|
|
|
|
|
|
|
465 |
<?php do_action('start_mec_custom_fields', $post); ?>
|
466 |
-
<div id="mec_meta_box_date_form" class="mec-
|
467 |
<h4><?php _e('Date and Time', 'modern-events-calendar-lite'); ?></h4>
|
468 |
<div class="mec-title">
|
469 |
<span class="mec-dashicons dashicons dashicons-calendar-alt"></span>
|
@@ -3100,6 +3102,20 @@ class MEC_feature_events extends MEC_base
|
|
3100 |
}
|
3101 |
}
|
3102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3103 |
/**
|
3104 |
* Remove MEC event data after deleting a post permanently
|
3105 |
*
|
55 |
$this->factory->action('add_meta_boxes_' . $this->PT, array($this, 'remove_taxonomies_metaboxes'));
|
56 |
$this->factory->action('save_post', array($this, 'save_event'), 10);
|
57 |
$this->factory->action('delete_post', array($this, 'delete_event'), 10);
|
58 |
+
$this->factory->action('transition_post_status', array($this, 'event_published'), 10 , 3);
|
59 |
|
60 |
$this->factory->filter('post_row_actions', array($this, 'action_links'), 10, 2);
|
61 |
$this->factory->action('init', array($this, 'duplicate_event'));
|
319 |
<?php if ( ($note_visibility and trim($note)) || (trim($fes_guest_email) and trim($fes_guest_name)) ) : ?>
|
320 |
<a class="mec-add-event-tabs-link" data-href="mec_meta_box_fes_form" href="#"><?php echo esc_html('FES Details' ,'modern-events-calendar-lite'); ?></a>
|
321 |
<?php endif; ?>
|
322 |
+
<a class="mec-add-event-tabs-link" data-href="mec_meta_box_date_form" href="#"><?php echo esc_html('Date And Time' ,'modern-events-calendar-lite'); ?></a>
|
323 |
<a class="mec-add-event-tabs-link" data-href="mec_meta_box_repeat_form" href="#"><?php echo esc_html('Event Repeating' ,'modern-events-calendar-lite'); ?></a>
|
324 |
<a class="mec-add-event-tabs-link" data-href="mec-exceptional-days" href="#"><?php echo esc_html('Exceptional Days' ,'modern-events-calendar-lite'); ?></a>
|
325 |
<a class="mec-add-event-tabs-link" data-href="mec-hourly-schedule" href="#"><?php echo esc_html('Hourly Schedule' ,'modern-events-calendar-lite'); ?></a>
|
333 |
</div>
|
334 |
</div>
|
335 |
<script>
|
336 |
+
jQuery(".mec-meta-box-fields .mec-event-tab-content:first-of-type,.mec-add-event-tabs-left .mec-add-event-tabs-link:first-of-type").addClass("mec-tab-active");
|
337 |
jQuery(".mec-add-event-tabs-link").on("click", function (e) {
|
338 |
e.preventDefault();
|
339 |
var href = jQuery(this).attr("data-href");
|
454 |
<p><?php echo $note; ?></p>
|
455 |
</div>
|
456 |
<?php endif; ?>
|
|
|
|
|
|
|
457 |
<?php if (trim($fes_guest_email) and trim($fes_guest_name)) : ?>
|
458 |
<div class="mec-guest-data">
|
459 |
<h4><?php _e('Guest Data', 'modern-events-calendar-lite'); ?></h4>
|
461 |
<p><strong><?php _e('Email', 'modern-events-calendar-lite'); ?>:</strong> <?php echo $fes_guest_email; ?></p>
|
462 |
</div>
|
463 |
<?php endif; ?>
|
464 |
+
<?php if ( ($note_visibility and trim($note)) || (trim($fes_guest_email) and trim($fes_guest_name)) ) : ?>
|
465 |
+
</div>
|
466 |
+
<?php endif; ?>
|
467 |
<?php do_action('start_mec_custom_fields', $post); ?>
|
468 |
+
<div id="mec_meta_box_date_form" class="mec-event-tab-content">
|
469 |
<h4><?php _e('Date and Time', 'modern-events-calendar-lite'); ?></h4>
|
470 |
<div class="mec-title">
|
471 |
<span class="mec-dashicons dashicons dashicons-calendar-alt"></span>
|
3102 |
}
|
3103 |
}
|
3104 |
|
3105 |
+
/**
|
3106 |
+
* Publish a event
|
3107 |
+
* @author Webnus <info@webnus.biz>
|
3108 |
+
* @param string $new
|
3109 |
+
* @param string $old
|
3110 |
+
* @param object $post
|
3111 |
+
* @return void
|
3112 |
+
*/
|
3113 |
+
public function event_published($new, $old, $post)
|
3114 |
+
{
|
3115 |
+
// Fires after publish a event to send notifications etc.
|
3116 |
+
do_action('mec_event_published', $new, $old, $post);
|
3117 |
+
}
|
3118 |
+
|
3119 |
/**
|
3120 |
* Remove MEC event data after deleting a post permanently
|
3121 |
*
|
app/features/fes/form.php
CHANGED
@@ -164,8 +164,8 @@ $this->factory->params('footer', $javascript);
|
|
164 |
</div>
|
165 |
<?php endif; ?>
|
166 |
|
|
|
167 |
<form id="mec_fes_form" enctype="multipart/form-data">
|
168 |
-
|
169 |
<?php
|
170 |
$allday = get_post_meta($post_id, 'mec_allday', true);
|
171 |
$comment = get_post_meta($post_id, 'mec_comment', true);
|
@@ -863,6 +863,5 @@ $this->factory->params('footer', $javascript);
|
|
863 |
<?php wp_nonce_field('mec_fes_form'); ?>
|
864 |
</div>
|
865 |
</div>
|
866 |
-
<div class="mec-util-hidden" id="mec_fes_form_message"></div>
|
867 |
</form>
|
868 |
</div>
|
164 |
</div>
|
165 |
<?php endif; ?>
|
166 |
|
167 |
+
<div class="mec-util-hidden" id="mec_fes_form_message"></div>
|
168 |
<form id="mec_fes_form" enctype="multipart/form-data">
|
|
|
169 |
<?php
|
170 |
$allday = get_post_meta($post_id, 'mec_allday', true);
|
171 |
$comment = get_post_meta($post_id, 'mec_comment', true);
|
863 |
<?php wp_nonce_field('mec_fes_form'); ?>
|
864 |
</div>
|
865 |
</div>
|
|
|
866 |
</form>
|
867 |
</div>
|
app/features/login.php
CHANGED
@@ -58,9 +58,9 @@ class MEC_feature_login extends MEC_base
|
|
58 |
|
59 |
$user_signon = wp_signon( $info, false );
|
60 |
if ( is_wp_error($user_signon) ){
|
61 |
-
echo json_encode(array('loggedin'=>false, 'message'=>__('Wrong username or password.')));
|
62 |
} else {
|
63 |
-
echo json_encode(array('loggedin'=>true, 'message'=>__('Login successful, redirecting...')));
|
64 |
}
|
65 |
|
66 |
die();
|
58 |
|
59 |
$user_signon = wp_signon( $info, false );
|
60 |
if ( is_wp_error($user_signon) ){
|
61 |
+
echo json_encode(array('loggedin'=>false, 'message'=>__('<strong>'.esc_html('Wrong username or password, reloading...' , 'modern-events-calendar-lite').'</strong>')));
|
62 |
} else {
|
63 |
+
echo json_encode(array('loggedin'=>true, 'message'=>__('<strong>'.esc_html('Login successful, redirecting...' , 'modern-events-calendar-lite').'</strong>')));
|
64 |
}
|
65 |
|
66 |
die();
|
app/features/login/login.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<div class="mec-login-form">
|
2 |
<div class="mec-login-input">
|
3 |
<label>
|
4 |
<i class="mec-sl-user"></i>
|
@@ -48,6 +48,7 @@
|
|
48 |
if ( !message.loggedin ){
|
49 |
jQuery(".mec-ajax-login-loading .lds-ripple").remove();
|
50 |
jQuery(".mec-ajax-login-loading-text").addClass('error').append(message.message);
|
|
|
51 |
} else {
|
52 |
jQuery(".mec-ajax-login-loading-text").addClass('success').append(message.message);
|
53 |
location.reload();
|
1 |
+
<div class="mec-login-form" id="mec-login-form">
|
2 |
<div class="mec-login-input">
|
3 |
<label>
|
4 |
<i class="mec-sl-user"></i>
|
48 |
if ( !message.loggedin ){
|
49 |
jQuery(".mec-ajax-login-loading .lds-ripple").remove();
|
50 |
jQuery(".mec-ajax-login-loading-text").addClass('error').append(message.message);
|
51 |
+
location.reload();
|
52 |
} else {
|
53 |
jQuery(".mec-ajax-login-loading-text").addClass('success').append(message.message);
|
54 |
location.reload();
|
app/features/mec.php
CHANGED
@@ -93,7 +93,8 @@ class MEC_feature_mec extends MEC_base
|
|
93 |
$this->factory->action('mec_booking_confirmed', array($this->notifications, 'booking_confirmation'), 10);
|
94 |
$this->factory->action('mec_booking_canceled', array($this->notifications, 'booking_cancellation'), 12);
|
95 |
$this->factory->action('mec_fes_added', array($this->notifications, 'new_event'), 50, 3);
|
96 |
-
|
|
|
97 |
$this->page = isset($_GET['page']) ? sanitize_text_field($_GET['page']) : 'MEC-settings';
|
98 |
|
99 |
// MEC Post Type Name
|
@@ -419,6 +420,10 @@ class MEC_feature_mec extends MEC_base
|
|
419 |
*/
|
420 |
public function register_meta_boxes()
|
421 |
{
|
|
|
|
|
|
|
|
|
422 |
add_meta_box('mec_calendar_display_options', __('Display Options', 'modern-events-calendar-lite'), array($this, 'meta_box_display_options'), 'mec_calendars', 'normal', 'high');
|
423 |
add_meta_box('mec_calendar_filter', __('Filter Options', 'modern-events-calendar-lite'), array($this, 'meta_box_filter'), 'mec_calendars', 'normal', 'high');
|
424 |
add_meta_box('mec_calendar_shortcode', __('Shortcode', 'modern-events-calendar-lite'), array($this, 'meta_box_shortcode'), 'mec_calendars', 'side');
|
93 |
$this->factory->action('mec_booking_confirmed', array($this->notifications, 'booking_confirmation'), 10);
|
94 |
$this->factory->action('mec_booking_canceled', array($this->notifications, 'booking_cancellation'), 12);
|
95 |
$this->factory->action('mec_fes_added', array($this->notifications, 'new_event'), 50, 3);
|
96 |
+
$this->factory->action('mec_event_published', array($this->notifications, 'user_event_publishing'), 10, 3);
|
97 |
+
|
98 |
$this->page = isset($_GET['page']) ? sanitize_text_field($_GET['page']) : 'MEC-settings';
|
99 |
|
100 |
// MEC Post Type Name
|
420 |
*/
|
421 |
public function register_meta_boxes()
|
422 |
{
|
423 |
+
// Fix conflict between Ultimate GDPR and niceSelect
|
424 |
+
$screen = get_current_screen();
|
425 |
+
if ( $screen->id == 'mec_calendars' ) remove_all_actions('acf/input/admin_head');
|
426 |
+
|
427 |
add_meta_box('mec_calendar_display_options', __('Display Options', 'modern-events-calendar-lite'), array($this, 'meta_box_display_options'), 'mec_calendars', 'normal', 'high');
|
428 |
add_meta_box('mec_calendar_filter', __('Filter Options', 'modern-events-calendar-lite'), array($this, 'meta_box_filter'), 'mec_calendars', 'normal', 'high');
|
429 |
add_meta_box('mec_calendar_shortcode', __('Shortcode', 'modern-events-calendar-lite'), array($this, 'meta_box_shortcode'), 'mec_calendars', 'side');
|
app/features/mec/booking.php
CHANGED
@@ -130,6 +130,19 @@ $gateways_options = $this->main->get_gateways_options();
|
|
130 |
<input type="number" id="mec_settings_booking_maximum_dates" name="mec[settings][booking_maximum_dates]" value="<?php echo ((isset($settings['booking_maximum_dates']) and trim($settings['booking_maximum_dates']) != '') ? $settings['booking_maximum_dates'] : '6'); ?>" placeholder="<?php esc_attr_e('Default is 6', 'modern-events-calendar-lite'); ?>" min="1" />
|
131 |
</div>
|
132 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
<div class="mec-form-row">
|
134 |
<label class="mec-col-3" for="mec_settings_booking_thankyou_page"><?php _e('Thank You Page', 'modern-events-calendar-lite'); ?></label>
|
135 |
<div class="mec-col-4">
|
@@ -186,6 +199,7 @@ $gateways_options = $this->main->get_gateways_options();
|
|
186 |
</label>
|
187 |
</div>
|
188 |
</div>
|
|
|
189 |
<h5 class="mec-form-subtitle"><?php _e('Email verification', 'modern-events-calendar-lite'); ?></h5>
|
190 |
<div class="mec-form-row">
|
191 |
<div class="mec-col-12">
|
130 |
<input type="number" id="mec_settings_booking_maximum_dates" name="mec[settings][booking_maximum_dates]" value="<?php echo ((isset($settings['booking_maximum_dates']) and trim($settings['booking_maximum_dates']) != '') ? $settings['booking_maximum_dates'] : '6'); ?>" placeholder="<?php esc_attr_e('Default is 6', 'modern-events-calendar-lite'); ?>" min="1" />
|
131 |
</div>
|
132 |
</div>
|
133 |
+
<div class="mec-form-row">
|
134 |
+
<label class="mec-col-3" for="mec_settings_show_booking_form_interval"><?php _e('Show Booking Form Interval', 'modern-events-calendar-lite'); ?></label>
|
135 |
+
<div class="mec-col-4">
|
136 |
+
<input type="number" id="mec_settings_show_booking_form_interval" name="mec[settings][show_booking_form_interval]" value="<?php echo ((isset($settings['show_booking_form_interval']) and trim($settings['show_booking_form_interval']) != '0') ? $settings['show_booking_form_interval'] : '0'); ?>" placeholder="<?php esc_attr_e('Minutes (e.g 5)', 'modern-events-calendar-lite'); ?>" />
|
137 |
+
<span class="mec-tooltip">
|
138 |
+
<div class="box">
|
139 |
+
<h5 class="title"><?php _e('Show Booking Form Interval', 'modern-events-calendar-lite'); ?></h5>
|
140 |
+
<div class="content"><p><?php esc_attr_e("You can show booking form only at certain time before event start. If you set this option to 30 then booking form will open only 30 minutes before starting the event!", 'modern-events-calendar-lite'); ?></p></div>
|
141 |
+
</div>
|
142 |
+
<i title="" class="dashicons-before dashicons-editor-help"></i>
|
143 |
+
</span>
|
144 |
+
</div>
|
145 |
+
</div>
|
146 |
<div class="mec-form-row">
|
147 |
<label class="mec-col-3" for="mec_settings_booking_thankyou_page"><?php _e('Thank You Page', 'modern-events-calendar-lite'); ?></label>
|
148 |
<div class="mec-col-4">
|
199 |
</label>
|
200 |
</div>
|
201 |
</div>
|
202 |
+
<?php do_action('add_booking_variables', $settings); ?>
|
203 |
<h5 class="mec-form-subtitle"><?php _e('Email verification', 'modern-events-calendar-lite'); ?></h5>
|
204 |
<div class="mec-form-row">
|
205 |
<div class="mec-col-12">
|
app/features/mec/messages.php
CHANGED
@@ -8,6 +8,10 @@ $values = $this->main->get_messages_options();
|
|
8 |
<div class="wns-be-container wns-be-container-sticky">
|
9 |
|
10 |
<div id="wns-be-infobar">
|
|
|
|
|
|
|
|
|
11 |
<a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></a>
|
12 |
</div>
|
13 |
|
8 |
<div class="wns-be-container wns-be-container-sticky">
|
9 |
|
10 |
<div id="wns-be-infobar">
|
11 |
+
<div class="mec-search-settings-wrap">
|
12 |
+
<i class="mec-sl-magnifier"></i>
|
13 |
+
<input id="mec-search-settings" type="text" placeholder="<?php esc_html_e('Search...' ,'modern-events-calendar-lite'); ?>">
|
14 |
+
</div>
|
15 |
<a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></a>
|
16 |
</div>
|
17 |
|
app/features/mec/notifications.php
CHANGED
@@ -7,6 +7,10 @@ $notifications = $this->main->get_notifications();
|
|
7 |
|
8 |
<div class="wns-be-container wns-be-container-sticky">
|
9 |
<div id="wns-be-infobar">
|
|
|
|
|
|
|
|
|
10 |
<a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></a>
|
11 |
</div>
|
12 |
|
@@ -398,7 +402,7 @@ $notifications = $this->main->get_notifications();
|
|
398 |
|
399 |
<?php endif; ?>
|
400 |
|
401 |
-
<div id="new_event" class="mec-options-fields <?php if($this->settings['booking_status'] == 0) echo 'active'; ?>">
|
402 |
|
403 |
<h4 class="mec-form-subtitle"><?php _e('New Event', 'modern-events-calendar-lite'); ?></h4>
|
404 |
<div class="mec-form-row">
|
@@ -442,7 +446,52 @@ $notifications = $this->main->get_notifications();
|
|
442 |
</div>
|
443 |
|
444 |
</div>
|
|
|
|
|
|
|
445 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
446 |
<!-- </ul> -->
|
447 |
|
448 |
<div class="mec-options-fields">
|
7 |
|
8 |
<div class="wns-be-container wns-be-container-sticky">
|
9 |
<div id="wns-be-infobar">
|
10 |
+
<div class="mec-search-settings-wrap">
|
11 |
+
<i class="mec-sl-magnifier"></i>
|
12 |
+
<input id="mec-search-settings" type="text" placeholder="<?php esc_html_e('Search...' ,'modern-events-calendar-lite'); ?>">
|
13 |
+
</div>
|
14 |
<a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></a>
|
15 |
</div>
|
16 |
|
402 |
|
403 |
<?php endif; ?>
|
404 |
|
405 |
+
<div id="new_event" class="mec-options-fields <?php if(isset($this->settings['booking_status']) and $this->settings['booking_status'] == 0) echo 'active'; ?>">
|
406 |
|
407 |
<h4 class="mec-form-subtitle"><?php _e('New Event', 'modern-events-calendar-lite'); ?></h4>
|
408 |
<div class="mec-form-row">
|
446 |
</div>
|
447 |
|
448 |
</div>
|
449 |
+
|
450 |
+
<!-- MEC Event Published -->
|
451 |
+
<div id="user_event_publishing" class="mec-options-fields <?php if(isset($this->settings['booking_status']) and $this->settings['booking_status'] == 0) echo 'active'; ?>">
|
452 |
|
453 |
+
<h4 class="mec-form-subtitle"><?php _e('User Event Publishing', 'modern-events-calendar-lite'); ?></h4>
|
454 |
+
<div class="mec-form-row">
|
455 |
+
<label>
|
456 |
+
<input type="hidden" name="mec[notifications][user_event_publishing][status]" value="0" />
|
457 |
+
<input onchange="jQuery('#mec_notification_user_event_publishing_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][user_event_publishing][status]" <?php if(isset($notifications['user_event_publishing']['status']) and $notifications['user_event_publishing']['status']) echo 'checked="checked"'; ?> /> <?php _e('Enable user event publishing notification', 'modern-events-calendar-lite'); ?>
|
458 |
+
</label>
|
459 |
+
</div>
|
460 |
+
<div id="mec_notification_user_event_publishing_container_toggle" class="<?php if((isset($notifications['user_event_publishing']) and !$notifications['user_event_publishing']['status']) or !isset($notifications['user_event_publishing'])) echo 'mec-util-hidden'; ?>">
|
461 |
+
<p class="description"><?php _e('It sends after published a new event from frontend event submission or from website backend.', 'modern-events-calendar-lite'); ?></p>
|
462 |
+
<div class="mec-form-row">
|
463 |
+
<label for="mec_notifications_user_event_publishing_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
|
464 |
+
<input type="text" name="mec[notifications][user_event_publishing][subject]" id="mec_notifications_user_event_publishing_subject" value="<?php echo (isset($notifications['user_event_publishing']['subject']) ? stripslashes($notifications['user_event_publishing']['subject']) : ''); ?>" />
|
465 |
+
</div>
|
466 |
+
<div class="mec-form-row">
|
467 |
+
<label for="mec_notifications_user_event_publishing_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
|
468 |
+
<input type="text" name="mec[notifications][user_event_publishing][recipients]" id="mec_notifications_user_event_publishing_recipients" value="<?php echo (isset($notifications['user_event_publishing']['recipients']) ? $notifications['user_event_publishing']['recipients'] : ''); ?>" />
|
469 |
+
<span class="mec-tooltip">
|
470 |
+
<div class="box top">
|
471 |
+
<h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
|
472 |
+
<div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
|
473 |
+
</div>
|
474 |
+
<i title="" class="dashicons-before dashicons-editor-help"></i>
|
475 |
+
</span>
|
476 |
+
</div>
|
477 |
+
<div class="mec-form-row">
|
478 |
+
<label for="mec_notifications_user_event_publishing_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
|
479 |
+
<?php wp_editor((isset($notifications['user_event_publishing']) ? stripslashes($notifications['user_event_publishing']['content']) : ''), 'mec_notifications_user_event_publishing_content', array('textarea_name'=>'mec[notifications][user_event_publishing][content]')); ?>
|
480 |
+
</div>
|
481 |
+
<p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
|
482 |
+
<ul>
|
483 |
+
<li><span>%%event_title%%</span>: <?php _e('Title of event', 'modern-events-calendar-lite'); ?></li>
|
484 |
+
<li><span>%%event_link%%</span>: <?php _e('Link of event', 'modern-events-calendar-lite'); ?></li>
|
485 |
+
<li><span>%%event_status%%</span>: <?php _e('Status of event', 'modern-events-calendar-lite'); ?></li>
|
486 |
+
<li><span>%%event_note%%</span>: <?php _e('Event Note', 'modern-events-calendar-lite'); ?></li>
|
487 |
+
<li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
|
488 |
+
<li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
|
489 |
+
<li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
|
490 |
+
<li><span>%%admin_link%%</span>: <?php _e('Admin events management link.', 'modern-events-calendar-lite'); ?></li>
|
491 |
+
</ul>
|
492 |
+
</div>
|
493 |
+
|
494 |
+
</div>
|
495 |
<!-- </ul> -->
|
496 |
|
497 |
<div class="mec-options-fields">
|
app/features/mec/styling.php
CHANGED
@@ -30,6 +30,10 @@ if(is_array($fonts))
|
|
30 |
<div class="wns-be-container wns-be-container-sticky">
|
31 |
|
32 |
<div id="wns-be-infobar">
|
|
|
|
|
|
|
|
|
33 |
<a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></a>
|
34 |
</div>
|
35 |
|
30 |
<div class="wns-be-container wns-be-container-sticky">
|
31 |
|
32 |
<div id="wns-be-infobar">
|
33 |
+
<div class="mec-search-settings-wrap">
|
34 |
+
<i class="mec-sl-magnifier"></i>
|
35 |
+
<input id="mec-search-settings" type="text" placeholder="<?php esc_html_e('Search...' ,'modern-events-calendar-lite'); ?>">
|
36 |
+
</div>
|
37 |
<a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></a>
|
38 |
</div>
|
39 |
|
app/features/search_bar/search_bar.php
CHANGED
@@ -11,7 +11,7 @@ if ( isset( $settings['search_bar_modern_type'] ) && $settings['search_bar_moder
|
|
11 |
}
|
12 |
|
13 |
$output = '<div class="'.$modern_type.'mec-wrap mec-search-bar-wrap"><form class="mec-search-form mec-totalcal-box" role="search" method="get" id="searchform" action="'.get_bloginfo('url').'">';
|
14 |
-
if($settings['search_bar_category'] == '1' || $settings['search_bar_location'] == '1' || $settings['search_bar_organizer'] == '1' || $settings['search_bar_speaker'] == '1' || $settings['search_bar_tag'] == '1' || $settings['search_bar_label'] == '1')
|
15 |
{
|
16 |
$output .= '<div class="mec-dropdown-wrap">';
|
17 |
if($settings['search_bar_category'] == '1' ) $output .= $this->show_taxonomy('mec_category' , 'folder');
|
@@ -34,7 +34,7 @@ if ( isset( $settings['search_bar_ajax_mode'] ) && $settings['search_bar_ajax_mo
|
|
34 |
<div id="mec-ajax-search-result-wrap"><div class="mec-ajax-search-result-events">'.__('Search results will show here' ,'modern-events-calendar-lite').'</div></div>
|
35 |
</div>';
|
36 |
else:
|
37 |
-
if($settings['search_bar_text_field'] == '1' )
|
38 |
{
|
39 |
$output .= '
|
40 |
<div class="mec-text-input-search">
|
11 |
}
|
12 |
|
13 |
$output = '<div class="'.$modern_type.'mec-wrap mec-search-bar-wrap"><form class="mec-search-form mec-totalcal-box" role="search" method="get" id="searchform" action="'.get_bloginfo('url').'">';
|
14 |
+
if( (isset( $settings['search_bar_category'] ) && $settings['search_bar_category'] == '1' ) || (isset( $settings['search_bar_location'] ) && $settings['search_bar_location'] == '1' ) || ( isset( $settings['search_bar_organizer'] ) && $settings['search_bar_organizer'] == '1' ) || ( isset( $settings['search_bar_speaker'] ) && $settings['search_bar_speaker'] == '1' ) || ( isset( $settings['search_bar_tag'] ) && $settings['search_bar_tag'] == '1' ) || ( isset( $settings['search_bar_label'] ) && $settings['search_bar_label'] == '1' ) )
|
15 |
{
|
16 |
$output .= '<div class="mec-dropdown-wrap">';
|
17 |
if($settings['search_bar_category'] == '1' ) $output .= $this->show_taxonomy('mec_category' , 'folder');
|
34 |
<div id="mec-ajax-search-result-wrap"><div class="mec-ajax-search-result-events">'.__('Search results will show here' ,'modern-events-calendar-lite').'</div></div>
|
35 |
</div>';
|
36 |
else:
|
37 |
+
if( isset( $settings['search_bar_text_field'] ) && $settings['search_bar_text_field'] == '1' )
|
38 |
{
|
39 |
$output .= '
|
40 |
<div class="mec-text-input-search">
|
app/features/update.php
CHANGED
@@ -59,6 +59,7 @@ class MEC_feature_update extends MEC_base
|
|
59 |
if(version_compare($version, '4.0.0', '<')) $this->version400();
|
60 |
if(version_compare($version, '4.3.0', '<')) $this->version430();
|
61 |
if(version_compare($version, '4.4.6', '<')) $this->version446();
|
|
|
62 |
|
63 |
// Update to latest version to prevent running the code twice
|
64 |
update_option('mec_version', $this->main->get_version());
|
@@ -266,4 +267,34 @@ class MEC_feature_update extends MEC_base
|
|
266 |
{
|
267 |
if(!wp_next_scheduled('mec_syncScheduler')) wp_schedule_event(time(), 'daily', 'mec_syncScheduler');
|
268 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
}
|
59 |
if(version_compare($version, '4.0.0', '<')) $this->version400();
|
60 |
if(version_compare($version, '4.3.0', '<')) $this->version430();
|
61 |
if(version_compare($version, '4.4.6', '<')) $this->version446();
|
62 |
+
if(version_compare($version, '4.6.1', '<')) $this->version461();
|
63 |
|
64 |
// Update to latest version to prevent running the code twice
|
65 |
update_option('mec_version', $this->main->get_version());
|
267 |
{
|
268 |
if(!wp_next_scheduled('mec_syncScheduler')) wp_schedule_event(time(), 'daily', 'mec_syncScheduler');
|
269 |
}
|
270 |
+
|
271 |
+
public function version461()
|
272 |
+
{
|
273 |
+
// Get current MEC options
|
274 |
+
$current = get_option('mec_options', array());
|
275 |
+
if(is_string($current) and trim($current) == '') $current = array();
|
276 |
+
|
277 |
+
// Merge new options with previous options
|
278 |
+
$current['notifications']['user_event_publishing'] = array
|
279 |
+
(
|
280 |
+
'status'=>'0',
|
281 |
+
'subject'=>'Your event gets published!',
|
282 |
+
'recipients'=>'',
|
283 |
+
'content'=>"Hello %%name%%,
|
284 |
+
|
285 |
+
Your event gets published. You can check it below:
|
286 |
+
|
287 |
+
<a href=\"%%event_link%%\">%%event_title%%</a>
|
288 |
+
|
289 |
+
Regards,
|
290 |
+
%%blog_name%%"
|
291 |
+
);
|
292 |
+
|
293 |
+
// Update it only if options already exists.
|
294 |
+
if(get_option('mec_options') !== false)
|
295 |
+
{
|
296 |
+
// Save new options
|
297 |
+
update_option('mec_options', $current);
|
298 |
+
}
|
299 |
+
}
|
300 |
}
|
app/libraries/envato.php
CHANGED
@@ -204,11 +204,14 @@ class MEC_envato extends MEC_base
|
|
204 |
$version = json_decode(json_encode($this->get_MEC_info('version')->version), true);
|
205 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/addons-api.json';
|
206 |
|
207 |
-
|
208 |
-
if( $get_data !== false AND !empty($get_data) )
|
209 |
{
|
210 |
-
$
|
211 |
-
$
|
|
|
|
|
|
|
|
|
212 |
}
|
213 |
elseif ( function_exists('curl_version') )
|
214 |
{
|
204 |
$version = json_decode(json_encode($this->get_MEC_info('version')->version), true);
|
205 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/addons-api.json';
|
206 |
|
207 |
+
if( function_exists('file_get_contents') )
|
|
|
208 |
{
|
209 |
+
$get_data = file_get_contents($data_url);
|
210 |
+
if ( $get_data !== false AND !empty($get_data) )
|
211 |
+
{
|
212 |
+
$obj = json_decode($get_data);
|
213 |
+
$i = count((array)$obj);
|
214 |
+
}
|
215 |
}
|
216 |
elseif ( function_exists('curl_version') )
|
217 |
{
|
app/libraries/factory.php
CHANGED
@@ -803,6 +803,20 @@ class MEC_factory extends MEC_base
|
|
803 |
A new event just added. The event title is %%event_title%% and its status is %%event_status%%.
|
804 |
The new event may need to be published. Please use this link for managing your website events: %%admin_link%%
|
805 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
806 |
Regards,
|
807 |
%%blog_name%%"
|
808 |
)
|
803 |
A new event just added. The event title is %%event_title%% and its status is %%event_status%%.
|
804 |
The new event may need to be published. Please use this link for managing your website events: %%admin_link%%
|
805 |
|
806 |
+
Regards,
|
807 |
+
%%blog_name%%"
|
808 |
+
),
|
809 |
+
'user_event_publishing'=>array
|
810 |
+
(
|
811 |
+
'status'=>'1',
|
812 |
+
'subject'=>'Your event gets published',
|
813 |
+
'recipients'=>'',
|
814 |
+
'content'=>"Hello %%name%%,
|
815 |
+
|
816 |
+
Your event gets published. You can check it below:
|
817 |
+
|
818 |
+
<a href=\"%%event_link%%\">%%event_title%%</a>
|
819 |
+
|
820 |
Regards,
|
821 |
%%blog_name%%"
|
822 |
)
|
app/libraries/main.php
CHANGED
@@ -575,6 +575,7 @@ class MEC_main extends MEC_base
|
|
575 |
__('Booking Reminder', 'modern-events-calendar-lite') => 'booking_reminder',
|
576 |
__('Admin', 'modern-events-calendar-lite') => 'admin_notification',
|
577 |
__('New Event', 'modern-events-calendar-lite') => 'new_event',
|
|
|
578 |
), $active_menu);
|
579 |
|
580 |
?>
|
@@ -737,7 +738,7 @@ class MEC_main extends MEC_base
|
|
737 |
<ul class="<?php echo $active_menu == 'notifications' ? 'subsection' : 'mec-settings-submenu'; ?>">
|
738 |
|
739 |
<?php foreach ($notifications as $notifications_name => $notifications_link) : ?>
|
740 |
-
<?php if ( $notifications_link != 'new_event'
|
741 |
<?php if(isset($options['booking_status']) and $options['booking_status']): ?>
|
742 |
<li>
|
743 |
<a
|
@@ -1445,7 +1446,7 @@ class MEC_main extends MEC_base
|
|
1445 |
$content = '
|
1446 |
<div class="mec-wrap">
|
1447 |
<div class="mec-map-lightbox-wp mec-event-list-classic">
|
1448 |
-
<article class="mec-event-article mec-clear">
|
1449 |
'.$infowindow_thumb.'
|
1450 |
<a data-event-id="'.$event->data->ID.'" href="'.$this->get_event_date_permalink($event->data->permalink, $event->date['start']['date']).'"><div class="mec-event-date mec-color"><i class="mec-sl-calendar"></i> '.$this->date_label((isset($event->date['start']) ? $event->date['start'] : NULL), (isset($event->date['end']) ? $event->date['end'] : NULL), $date_format).'</div></a>
|
1451 |
<h4 class="mec-event-title"><a data-event-id="'.$event->data->ID.'" class="mec-color-hover" href="'.$this->get_event_date_permalink($event->data->permalink, (isset($event->date['start']) ? $event->date['start']['date'] : NULL)).'">'.$event->data->title.'</a></h4>
|
@@ -3167,14 +3168,32 @@ class MEC_main extends MEC_base
|
|
3167 |
|
3168 |
// Booking on single page is disabled
|
3169 |
if(!isset($settings['booking_status']) or (isset($settings['booking_status']) and !$settings['booking_status'])) return false;
|
3170 |
-
|
3171 |
$tickets = isset($event->data->tickets) ? $event->data->tickets : array();
|
3172 |
$dates = isset($event->dates) ? $event->dates : array();
|
3173 |
$next_date = isset($dates[0]) ? $dates[0] : (isset($event->date) ? $event->date : array());
|
3174 |
-
|
3175 |
// No Dates or no Tickets
|
3176 |
if(!count($dates) or !count($tickets)) return false;
|
3177 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3178 |
// Booking OnGoing Event Option
|
3179 |
$ongoing_event_book = (isset($settings['booking_ongoing']) and $settings['booking_ongoing'] == '1') ? true : false;
|
3180 |
|
575 |
__('Booking Reminder', 'modern-events-calendar-lite') => 'booking_reminder',
|
576 |
__('Admin', 'modern-events-calendar-lite') => 'admin_notification',
|
577 |
__('New Event', 'modern-events-calendar-lite') => 'new_event',
|
578 |
+
__('User Event Publishing', 'modern-events-calendar-lite') => 'user_event_publishing',
|
579 |
), $active_menu);
|
580 |
|
581 |
?>
|
738 |
<ul class="<?php echo $active_menu == 'notifications' ? 'subsection' : 'mec-settings-submenu'; ?>">
|
739 |
|
740 |
<?php foreach ($notifications as $notifications_name => $notifications_link) : ?>
|
741 |
+
<?php if ( $notifications_link != 'new_event' and $notifications_link != 'user_event_publishing' ): ?>
|
742 |
<?php if(isset($options['booking_status']) and $options['booking_status']): ?>
|
743 |
<li>
|
744 |
<a
|
1446 |
$content = '
|
1447 |
<div class="mec-wrap">
|
1448 |
<div class="mec-map-lightbox-wp mec-event-list-classic">
|
1449 |
+
<article class="'.((isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : '').'mec-event-article mec-clear">
|
1450 |
'.$infowindow_thumb.'
|
1451 |
<a data-event-id="'.$event->data->ID.'" href="'.$this->get_event_date_permalink($event->data->permalink, $event->date['start']['date']).'"><div class="mec-event-date mec-color"><i class="mec-sl-calendar"></i> '.$this->date_label((isset($event->date['start']) ? $event->date['start'] : NULL), (isset($event->date['end']) ? $event->date['end'] : NULL), $date_format).'</div></a>
|
1452 |
<h4 class="mec-event-title"><a data-event-id="'.$event->data->ID.'" class="mec-color-hover" href="'.$this->get_event_date_permalink($event->data->permalink, (isset($event->date['start']) ? $event->date['start']['date'] : NULL)).'">'.$event->data->title.'</a></h4>
|
3168 |
|
3169 |
// Booking on single page is disabled
|
3170 |
if(!isset($settings['booking_status']) or (isset($settings['booking_status']) and !$settings['booking_status'])) return false;
|
3171 |
+
|
3172 |
$tickets = isset($event->data->tickets) ? $event->data->tickets : array();
|
3173 |
$dates = isset($event->dates) ? $event->dates : array();
|
3174 |
$next_date = isset($dates[0]) ? $dates[0] : (isset($event->date) ? $event->date : array());
|
3175 |
+
|
3176 |
// No Dates or no Tickets
|
3177 |
if(!count($dates) or !count($tickets)) return false;
|
3178 |
|
3179 |
+
$show_booking_form_interval = (isset($settings['show_booking_form_interval'])) ? $settings['show_booking_form_interval'] : 0;
|
3180 |
+
|
3181 |
+
// Check Show Booking Form Time
|
3182 |
+
if($show_booking_form_interval)
|
3183 |
+
{
|
3184 |
+
$render_date = (isset($next_date['start']['date']) ? trim($next_date['start']['date']) : date('Y-m-d')) .' '. (isset($next_date['start']['hour']) ? trim(sprintf('%02d', $next_date['start']['hour'])) : date( 'h', current_time('timestamp', 0))) .':'
|
3185 |
+
. (isset($next_date['start']['minutes']) ? trim(sprintf('%02d', $next_date['start']['minutes'])) : date( 'i', current_time('timestamp', 0))) . (isset($next_date['start']['ampm']) ? trim($next_date['start']['ampm']) : date( 'a', current_time('timestamp', 0)));
|
3186 |
+
$date_diff = $this->date_diff(date( 'Y-m-d h:i a', current_time('timestamp', 0)), $render_date);
|
3187 |
+
if(isset($date_diff->d) and !$date_diff->invert and $date_diff->d < 2)
|
3188 |
+
{
|
3189 |
+
$minute = $date_diff->d * 24 * 60;
|
3190 |
+
$minute += $date_diff->h * 60;
|
3191 |
+
$minute += $date_diff->i;
|
3192 |
+
|
3193 |
+
if($minute > $show_booking_form_interval) return false;
|
3194 |
+
}
|
3195 |
+
}
|
3196 |
+
|
3197 |
// Booking OnGoing Event Option
|
3198 |
$ongoing_event_book = (isset($settings['booking_ongoing']) and $settings['booking_ongoing'] == '1') ? true : false;
|
3199 |
|
app/libraries/notifications.php
CHANGED
@@ -601,6 +601,78 @@ class MEC_notifications extends MEC_base
|
|
601 |
return true;
|
602 |
}
|
603 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
604 |
/**
|
605 |
* Generate a link based on parameters
|
606 |
* @author Webnus <info@webnus.biz>
|
601 |
return true;
|
602 |
}
|
603 |
|
604 |
+
/**
|
605 |
+
* Send new event published notification
|
606 |
+
* @author Webnus <info@webnus.biz>
|
607 |
+
* @param string $new
|
608 |
+
* @param string $old
|
609 |
+
* @param object $post
|
610 |
+
* @return void
|
611 |
+
*/
|
612 |
+
public function user_event_publishing($new, $old, $post)
|
613 |
+
{
|
614 |
+
// MEC Event Post Type
|
615 |
+
$event_PT = $this->main->get_main_post_type();
|
616 |
+
|
617 |
+
// User event publishing notification is disabled
|
618 |
+
if(!isset($this->notif_settings['user_event_publishing']['status']) or (isset($this->notif_settings['user_event_publishing']['status']) and !$this->notif_settings['user_event_publishing']['status'])) return false;
|
619 |
+
|
620 |
+
if(($new == 'publish') and ($old != 'publish') and ($post->post_type == $event_PT))
|
621 |
+
{
|
622 |
+
$guest_email = get_post_meta($post->ID, 'fes_guest_email', true);
|
623 |
+
|
624 |
+
// Not Set Guest User Email
|
625 |
+
if(!trim($guest_email) or !filter_var($guest_email, FILTER_VALIDATE_EMAIL)) return;
|
626 |
+
|
627 |
+
$guest_name = get_post_meta($post->ID, 'fes_guest_name', true);
|
628 |
+
$status = get_post_status($post->ID);
|
629 |
+
|
630 |
+
$to = $guest_email;
|
631 |
+
$subject = (isset($this->notif_settings['user_event_publishing']['subject']) and trim($this->notif_settings['user_event_publishing']['subject'])) ? __($this->notif_settings['user_event_publishing']['subject'], 'modern-events-calendar-lite') : __('Your event is published.', 'modern-events-calendar-lite');
|
632 |
+
$headers = array();
|
633 |
+
|
634 |
+
$recipients_str = isset($this->notif_settings['user_event_publishing']['recipients']) ? $this->notif_settings['user_event_publishing']['recipients'] : '';
|
635 |
+
$recipients = trim($recipients_str) ? explode(',', $recipients_str) : array();
|
636 |
+
|
637 |
+
foreach($recipients as $recipient)
|
638 |
+
{
|
639 |
+
// Skip if it's not a valid email
|
640 |
+
if(trim($recipient) == '' or !filter_var($recipient, FILTER_VALIDATE_EMAIL)) continue;
|
641 |
+
|
642 |
+
$headers[] = 'CC: '.$recipient;
|
643 |
+
}
|
644 |
+
|
645 |
+
$message = (isset($this->notif_settings['user_event_publishing']['content']) and trim($this->notif_settings['user_event_publishing']['content'])) ? $this->notif_settings['user_event_publishing']['content'] : '';
|
646 |
+
|
647 |
+
// User Data
|
648 |
+
$message = str_replace('%%name%%', $guest_name, $message);
|
649 |
+
|
650 |
+
// Site Data
|
651 |
+
$message = str_replace('%%blog_name%%', get_bloginfo('name'), $message);
|
652 |
+
$message = str_replace('%%blog_url%%', get_bloginfo('url'), $message);
|
653 |
+
$message = str_replace('%%blog_description%%', get_bloginfo('description'), $message);
|
654 |
+
|
655 |
+
// Event Data
|
656 |
+
$message = str_replace('%%admin_link%%', $this->link(array('post_type'=>$event_PT), $this->main->URL('admin').'edit.php'), $message);
|
657 |
+
$message = str_replace('%%event_title%%', get_the_title($post->ID), $message);
|
658 |
+
$message = str_replace('%%event_link%%', get_post_permalink($post->ID), $message);
|
659 |
+
$message = str_replace('%%event_status%%', $status, $message);
|
660 |
+
$message = str_replace('%%event_note%%', get_post_meta($post->ID, 'mec_note', true), $message);
|
661 |
+
|
662 |
+
// Notification Subject
|
663 |
+
$subject = str_replace('%%event_title%%', get_the_title($post->ID), $subject);
|
664 |
+
|
665 |
+
// Set Email Type to HTML
|
666 |
+
add_filter('wp_mail_content_type', array($this->main, 'html_email_type'));
|
667 |
+
|
668 |
+
// Send the mail
|
669 |
+
wp_mail($to, html_entity_decode(stripslashes($subject), ENT_HTML5), wpautop(stripslashes($message)), $headers);
|
670 |
+
|
671 |
+
// Remove the HTML Email filter
|
672 |
+
remove_filter('wp_mail_content_type', array($this->main, 'html_email_type'));
|
673 |
+
}
|
674 |
+
}
|
675 |
+
|
676 |
/**
|
677 |
* Generate a link based on parameters
|
678 |
* @author Webnus <info@webnus.biz>
|
app/libraries/render.php
CHANGED
@@ -529,6 +529,22 @@ class MEC_render extends MEC_base
|
|
529 |
}
|
530 |
}
|
531 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
532 |
// Set to cache
|
533 |
wp_cache_set($post_id, $data, 'mec-events-data', 43200);
|
534 |
|
529 |
}
|
530 |
}
|
531 |
|
532 |
+
// Add mec event past index to array.
|
533 |
+
$end_date = (isset($data->meta['mec_date']['end']) and isset($data->meta['mec_date']['end']['date'])) ? $data->meta['mec_date']['end']['date'] : current_time('Y-m-d H:i:s');
|
534 |
+
|
535 |
+
$e_time = '';
|
536 |
+
$e_time .= sprintf("%02d", (isset($data->meta['mec_date']['end']['hour']) ? $data->meta['mec_date']['end']['hour'] : '6')).':';
|
537 |
+
$e_time .= sprintf("%02d", (isset($data->meta['mec_date']['end']['minutes']) ? $data->meta['mec_date']['end']['minutes'] : '0'));
|
538 |
+
$e_time .= isset($data->meta['mec_date']['end']['ampm']) ? trim($data->meta['mec_date']['end']['ampm']) : 'PM';
|
539 |
+
|
540 |
+
$end_time = date('D M j Y G:i:s', strtotime($end_date.' '.$e_time));
|
541 |
+
|
542 |
+
$d1 = new DateTime(current_time("D M j Y G:i:s"));
|
543 |
+
$d2 = new DateTime($end_time);
|
544 |
+
|
545 |
+
if($d2 < $d1) $data->meta['event_past'] = true;
|
546 |
+
else $data->meta['event_past'] = false;
|
547 |
+
|
548 |
// Set to cache
|
549 |
wp_cache_set($post_id, $data, 'mec-events-data', 43200);
|
550 |
|
app/modules/countdown/details.php
CHANGED
@@ -34,12 +34,14 @@ $d1 = new DateTime($start_time);
|
|
34 |
$d2 = new DateTime(current_time("D M j Y G:i:s"));
|
35 |
$d3 = new DateTime($end_time);
|
36 |
|
|
|
|
|
37 |
if($d3 < $d2)
|
38 |
{
|
39 |
echo '<div class="mec-end-counts"><h3>'.__('The event is finished.', 'modern-events-calendar-lite').'</h3></div>';
|
40 |
return;
|
41 |
}
|
42 |
-
elseif($d1 < $d2)
|
43 |
{
|
44 |
echo '<div class="mec-end-counts"><h3>'.__('The event is ongoing.', 'modern-events-calendar-lite').'</h3></div>';
|
45 |
return;
|
@@ -56,7 +58,7 @@ jQuery(document).ready(function()
|
|
56 |
{
|
57 |
jQuery("#mec_countdown_details").mecCountDown(
|
58 |
{
|
59 |
-
date: "'
|
60 |
format: "off"
|
61 |
},
|
62 |
function()
|
@@ -70,7 +72,7 @@ $flipjs = '<script type="text/javascript">
|
|
70 |
var clock;
|
71 |
jQuery(document).ready(function()
|
72 |
{
|
73 |
-
var futureDate = new Date("'
|
74 |
var currentDate = new Date();
|
75 |
var diff = parseInt((futureDate.getTime() / 1000 - currentDate.getTime() / 1000));
|
76 |
|
34 |
$d2 = new DateTime(current_time("D M j Y G:i:s"));
|
35 |
$d3 = new DateTime($end_time);
|
36 |
|
37 |
+
$ongoing = (isset($settings['hide_time_method']) and trim($settings['hide_time_method']) == 'end') ? true : false;
|
38 |
+
|
39 |
if($d3 < $d2)
|
40 |
{
|
41 |
echo '<div class="mec-end-counts"><h3>'.__('The event is finished.', 'modern-events-calendar-lite').'</h3></div>';
|
42 |
return;
|
43 |
}
|
44 |
+
elseif($d1 < $d2 and !$ongoing)
|
45 |
{
|
46 |
echo '<div class="mec-end-counts"><h3>'.__('The event is ongoing.', 'modern-events-calendar-lite').'</h3></div>';
|
47 |
return;
|
58 |
{
|
59 |
jQuery("#mec_countdown_details").mecCountDown(
|
60 |
{
|
61 |
+
date: "'.(($ongoing and (isset($event->data->meta['mec_repeat_status']) and $event->data->meta['mec_repeat_status'] == 0)) ? $end_time : $start_time).$gmt_offset.'",
|
62 |
format: "off"
|
63 |
},
|
64 |
function()
|
72 |
var clock;
|
73 |
jQuery(document).ready(function()
|
74 |
{
|
75 |
+
var futureDate = new Date("'.($ongoing ? $end_time : $start_time).$gmt_offset.'");
|
76 |
var currentDate = new Date();
|
77 |
var diff = parseInt((futureDate.getTime() / 1000 - currentDate.getTime() / 1000));
|
78 |
|
app/skins/agenda/render.php
CHANGED
@@ -87,7 +87,7 @@ $settings = $this->main->get_settings();
|
|
87 |
<?php
|
88 |
endif;
|
89 |
if($this->style == 'clean'): ?>
|
90 |
-
<div class="mec-agenda-event <?php echo $this->get_event_classes($event); ?>">
|
91 |
<i class="mec-sl-clock "></i>
|
92 |
<span class="mec-agenda-time">
|
93 |
<?php
|
87 |
<?php
|
88 |
endif;
|
89 |
if($this->style == 'clean'): ?>
|
90 |
+
<div class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-agenda-event <?php echo $this->get_event_classes($event); ?>">
|
91 |
<i class="mec-sl-clock "></i>
|
92 |
<span class="mec-agenda-time">
|
93 |
<?php
|
app/skins/available_spot/tpl.php
CHANGED
@@ -16,11 +16,18 @@ $event_link = (isset($event->data->permalink) and trim($event->data->permalink))
|
|
16 |
$event_title = $event->data->title;
|
17 |
$event_thumb_url = $event->data->featured_image['large'];
|
18 |
$start_date = (isset($event->date['start']) and isset($event->date['start']['date'])) ? $event->date['start']['date'] : date('Y-m-d H:i:s');
|
|
|
19 |
|
20 |
$event_time = '';
|
21 |
$event_time .= sprintf("%02d", (isset($event->data->meta['mec_date']['start']['hour']) ? $event->data->meta['mec_date']['start']['hour'] : 8)).':';
|
22 |
$event_time .= sprintf("%02d", (isset($event->data->meta['mec_date']['start']['minutes']) ? $event->data->meta['mec_date']['start']['minutes'] : 0));
|
23 |
$event_time .= (isset($event->data->meta['mec_date']['start']['ampm']) ? $event->data->meta['mec_date']['start']['ampm'] : 'AM');
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
$label_style = '';
|
25 |
if ( !empty($event->data->labels) ):
|
26 |
foreach( $event->data->labels as $label)
|
@@ -38,12 +45,18 @@ foreach( $event->data->labels as $label)
|
|
38 |
endif;
|
39 |
|
40 |
$start_time = date('D M j Y G:i:s', strtotime($start_date.' '.date('H:i:s', strtotime($event_time))));
|
|
|
41 |
|
42 |
$d1 = new DateTime($start_time);
|
43 |
-
$d2 = new DateTime(
|
|
|
|
|
|
|
44 |
|
45 |
// Skip if event is expired
|
46 |
-
if($
|
|
|
|
|
47 |
|
48 |
$gmt_offset = $this->main->get_gmt_offset();
|
49 |
if(isset($_SERVER['HTTP_USER_AGENT']) and strpos($_SERVER['HTTP_USER_AGENT'], 'Safari') === false) $gmt_offset = ' : '.$gmt_offset;
|
@@ -55,7 +68,7 @@ jQuery(document).ready(function()
|
|
55 |
{
|
56 |
jQuery("#mec_skin_available_spot'.$this->id.'").mecCountDown(
|
57 |
{
|
58 |
-
date: "'
|
59 |
format: "off"
|
60 |
},
|
61 |
function()
|
@@ -134,7 +147,7 @@ do_action('mec_available_spot_skin_head');
|
|
134 |
</script>
|
135 |
<?php endif; ?>
|
136 |
<div class="mec-av-spot">
|
137 |
-
<article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
138 |
|
139 |
<?php if($event_thumb_url): ?>
|
140 |
<div class="mec-av-spot-img" style="background: url('<?php echo $event_thumb_url; ?>');"></div>
|
16 |
$event_title = $event->data->title;
|
17 |
$event_thumb_url = $event->data->featured_image['large'];
|
18 |
$start_date = (isset($event->date['start']) and isset($event->date['start']['date'])) ? $event->date['start']['date'] : date('Y-m-d H:i:s');
|
19 |
+
$end_date = (isset($event->date['end']) and isset($event->date['end']['date'])) ? $event->date['end']['date'] : date('Y-m-d H:i:s');
|
20 |
|
21 |
$event_time = '';
|
22 |
$event_time .= sprintf("%02d", (isset($event->data->meta['mec_date']['start']['hour']) ? $event->data->meta['mec_date']['start']['hour'] : 8)).':';
|
23 |
$event_time .= sprintf("%02d", (isset($event->data->meta['mec_date']['start']['minutes']) ? $event->data->meta['mec_date']['start']['minutes'] : 0));
|
24 |
$event_time .= (isset($event->data->meta['mec_date']['start']['ampm']) ? $event->data->meta['mec_date']['start']['ampm'] : 'AM');
|
25 |
+
|
26 |
+
$event_etime = '';
|
27 |
+
$event_etime .= sprintf("%02d", (isset($event->data->meta['mec_date']['end']['hour']) ? $event->data->meta['mec_date']['end']['hour'] : 6)).':';
|
28 |
+
$event_etime .= sprintf("%02d", (isset($event->data->meta['mec_date']['end']['minutes']) ? $event->data->meta['mec_date']['end']['minutes'] : 0));
|
29 |
+
$event_etime .= (isset($event->data->meta['mec_date']['end']['ampm']) ? $event->data->meta['mec_date']['end']['ampm'] : 'PM');
|
30 |
+
|
31 |
$label_style = '';
|
32 |
if ( !empty($event->data->labels) ):
|
33 |
foreach( $event->data->labels as $label)
|
45 |
endif;
|
46 |
|
47 |
$start_time = date('D M j Y G:i:s', strtotime($start_date.' '.date('H:i:s', strtotime($event_time))));
|
48 |
+
$end_time = date('D M j Y G:i:s', strtotime($end_date.' '.date('H:i:s', strtotime($event_etime))));
|
49 |
|
50 |
$d1 = new DateTime($start_time);
|
51 |
+
$d2 = new DateTime(current_time("D M j Y G:i:s"));
|
52 |
+
$d3 = new DateTime($end_time);
|
53 |
+
|
54 |
+
$ongoing = (isset($settings['hide_time_method']) and trim($settings['hide_time_method']) == 'end') ? true : false;
|
55 |
|
56 |
// Skip if event is expired
|
57 |
+
if($ongoing) if($d3 < $d2) $ongoing = false;
|
58 |
+
|
59 |
+
if($d1 < $d2 and !$ongoing) return;
|
60 |
|
61 |
$gmt_offset = $this->main->get_gmt_offset();
|
62 |
if(isset($_SERVER['HTTP_USER_AGENT']) and strpos($_SERVER['HTTP_USER_AGENT'], 'Safari') === false) $gmt_offset = ' : '.$gmt_offset;
|
68 |
{
|
69 |
jQuery("#mec_skin_available_spot'.$this->id.'").mecCountDown(
|
70 |
{
|
71 |
+
date: "'.(($ongoing and (isset($event->data->meta['mec_repeat_status']) and $event->data->meta['mec_repeat_status'] == 0)) ? $end_time : $start_time).$gmt_offset.'",
|
72 |
format: "off"
|
73 |
},
|
74 |
function()
|
147 |
</script>
|
148 |
<?php endif; ?>
|
149 |
<div class="mec-av-spot">
|
150 |
+
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
151 |
|
152 |
<?php if($event_thumb_url): ?>
|
153 |
<div class="mec-av-spot-img" style="background: url('<?php echo $event_thumb_url; ?>');"></div>
|
app/skins/carousel/render.php
CHANGED
@@ -63,7 +63,7 @@ $settings = $this->main->get_settings();
|
|
63 |
$speakers = json_encode($speakers);
|
64 |
}
|
65 |
?>
|
66 |
-
<article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>" itemscope>
|
67 |
<?php
|
68 |
$schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
69 |
if($schema_settings == '1' ):
|
63 |
$speakers = json_encode($speakers);
|
64 |
}
|
65 |
?>
|
66 |
+
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>" itemscope>
|
67 |
<?php
|
68 |
$schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
69 |
if($schema_settings == '1' ):
|
app/skins/countdown/tpl.php
CHANGED
@@ -5,6 +5,7 @@ defined('MECEXEC') or die();
|
|
5 |
$styling = $this->main->get_styling();
|
6 |
$event = $this->events[0];
|
7 |
$settings = $this->main->get_settings();
|
|
|
8 |
// Event is not valid!
|
9 |
if(!isset($event->data)) return;
|
10 |
|
@@ -14,62 +15,80 @@ $event_organizer = isset($event->data->organizers[$event->data->meta['mec_organi
|
|
14 |
$event_date = (isset($event->date['start']) ? $event->date['start']['date'] : $event->data->meta['mec_start_date']);
|
15 |
$event_link = (isset($event->data->permalink) and trim($event->data->permalink)) ? $this->main->get_event_date_permalink($event->data->permalink, $event_date) : get_permalink($event->data->ID);
|
16 |
$event_title = $event->data->title;
|
|
|
17 |
$label_style = '';
|
18 |
-
if
|
19 |
-
foreach( $event->data->labels as $label)
|
20 |
{
|
21 |
-
|
22 |
-
if ( $label['style'] == 'mec-label-featured' )
|
23 |
{
|
24 |
-
$
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
29 |
}
|
30 |
}
|
31 |
-
endif;
|
32 |
|
33 |
$start_date = (isset($event->date['start']) and isset($event->date['start']['date'])) ? $event->date['start']['date'] : date('Y-m-d H:i:s');
|
|
|
34 |
|
35 |
$event_time = '';
|
36 |
$event_time .= sprintf("%02d", (isset($event->data->meta['mec_date']['start']['hour']) ? $event->data->meta['mec_date']['start']['hour'] : 8)).':';
|
37 |
$event_time .= sprintf("%02d", (isset($event->data->meta['mec_date']['start']['minutes']) ? $event->data->meta['mec_date']['start']['minutes'] : 0));
|
38 |
$event_time .= (isset($event->data->meta['mec_date']['start']['ampm']) ? $event->data->meta['mec_date']['start']['ampm'] : 'AM');
|
39 |
|
|
|
|
|
|
|
|
|
|
|
40 |
$start_time = date('D M j Y G:i:s', strtotime($start_date.' '.date('H:i:s', strtotime($event_time))));
|
|
|
41 |
|
42 |
$d1 = new DateTime($start_time);
|
43 |
-
$d2 = new DateTime(
|
|
|
|
|
|
|
|
|
44 |
|
45 |
-
// Skip if event is
|
46 |
-
if($d1 < $d2) return;
|
47 |
|
48 |
$gmt_offset = $this->main->get_gmt_offset();
|
49 |
if(isset($_SERVER['HTTP_USER_AGENT']) and strpos($_SERVER['HTTP_USER_AGENT'], 'Safari') === false) $gmt_offset = ' : '.$gmt_offset;
|
50 |
-
if(isset($_SERVER['HTTP_USER_AGENT']) and strpos($_SERVER['HTTP_USER_AGENT'], 'Edge') == true)$gmt_offset = substr(trim($gmt_offset), 0 , 3);
|
51 |
if(isset($_SERVER['HTTP_USER_AGENT']) and strpos($_SERVER['HTTP_USER_AGENT'], 'Trident') == true) $gmt_offset = substr(trim($gmt_offset), 2 , 3);
|
|
|
52 |
$speakers = '""';
|
53 |
-
if
|
54 |
{
|
55 |
$speakers= [];
|
56 |
-
foreach
|
|
|
57 |
$speakers[] = array(
|
58 |
"@type" => "Person",
|
59 |
"name" => $value['name'],
|
60 |
"image" => $value['thumbnail'],
|
61 |
"sameAs" => $value['facebook'],
|
62 |
);
|
63 |
-
}
|
|
|
64 |
$speakers = json_encode($speakers);
|
65 |
}
|
|
|
66 |
// Generating javascript code of countdown module
|
67 |
$javascript = '<script type="text/javascript">
|
68 |
jQuery(document).ready(function()
|
69 |
{
|
70 |
jQuery("#mec_skin_countdown'.$this->id.'").mecCountDown(
|
71 |
{
|
72 |
-
date: "'
|
73 |
format: "off"
|
74 |
},
|
75 |
function()
|
@@ -81,6 +100,7 @@ jQuery(document).ready(function()
|
|
81 |
// Include javascript code into the page
|
82 |
if($this->main->is_ajax()) echo $javascript;
|
83 |
else $this->factory->params('footer', $javascript);
|
|
|
84 |
do_action('mec_countdown_skin_head');
|
85 |
?>
|
86 |
<style>
|
@@ -138,7 +158,7 @@ do_action('mec_countdown_skin_head');
|
|
138 |
<p class="mec-timeRefDays label-w"><?php _e('days', 'modern-events-calendar-lite'); ?></p>
|
139 |
</li>
|
140 |
</div>
|
141 |
-
<div class="hours-w block-w">
|
142 |
<li>
|
143 |
<span class="mec-hours">00</span>
|
144 |
<p class="mec-timeRefHours label-w"><?php _e('hours', 'modern-events-calendar-lite'); ?></p>
|
5 |
$styling = $this->main->get_styling();
|
6 |
$event = $this->events[0];
|
7 |
$settings = $this->main->get_settings();
|
8 |
+
|
9 |
// Event is not valid!
|
10 |
if(!isset($event->data)) return;
|
11 |
|
15 |
$event_date = (isset($event->date['start']) ? $event->date['start']['date'] : $event->data->meta['mec_start_date']);
|
16 |
$event_link = (isset($event->data->permalink) and trim($event->data->permalink)) ? $this->main->get_event_date_permalink($event->data->permalink, $event_date) : get_permalink($event->data->ID);
|
17 |
$event_title = $event->data->title;
|
18 |
+
|
19 |
$label_style = '';
|
20 |
+
if(!empty($event->data->labels))
|
|
|
21 |
{
|
22 |
+
foreach($event->data->labels as $label)
|
|
|
23 |
{
|
24 |
+
if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
|
25 |
+
|
26 |
+
if($label['style'] == 'mec-label-featured')
|
27 |
+
{
|
28 |
+
$label_style = esc_html__('Featured' , 'modern-events-calendar-lite');
|
29 |
+
}
|
30 |
+
elseif($label['style'] == 'mec-label-canceled')
|
31 |
+
{
|
32 |
+
$label_style = esc_html__('Canceled' , 'modern-events-calendar-lite');
|
33 |
+
}
|
34 |
}
|
35 |
}
|
|
|
36 |
|
37 |
$start_date = (isset($event->date['start']) and isset($event->date['start']['date'])) ? $event->date['start']['date'] : date('Y-m-d H:i:s');
|
38 |
+
$end_date = (isset($event->date['end']) and isset($event->date['end']['date'])) ? $event->date['end']['date'] : date('Y-m-d H:i:s');
|
39 |
|
40 |
$event_time = '';
|
41 |
$event_time .= sprintf("%02d", (isset($event->data->meta['mec_date']['start']['hour']) ? $event->data->meta['mec_date']['start']['hour'] : 8)).':';
|
42 |
$event_time .= sprintf("%02d", (isset($event->data->meta['mec_date']['start']['minutes']) ? $event->data->meta['mec_date']['start']['minutes'] : 0));
|
43 |
$event_time .= (isset($event->data->meta['mec_date']['start']['ampm']) ? $event->data->meta['mec_date']['start']['ampm'] : 'AM');
|
44 |
|
45 |
+
$event_etime = '';
|
46 |
+
$event_etime .= sprintf("%02d", (isset($event->data->meta['mec_date']['end']['hour']) ? $event->data->meta['mec_date']['end']['hour'] : 6)).':';
|
47 |
+
$event_etime .= sprintf("%02d", (isset($event->data->meta['mec_date']['end']['minutes']) ? $event->data->meta['mec_date']['end']['minutes'] : 0));
|
48 |
+
$event_etime .= (isset($event->data->meta['mec_date']['end']['ampm']) ? $event->data->meta['mec_date']['end']['ampm'] : 'PM');
|
49 |
+
|
50 |
$start_time = date('D M j Y G:i:s', strtotime($start_date.' '.date('H:i:s', strtotime($event_time))));
|
51 |
+
$end_time = date('D M j Y G:i:s', strtotime($end_date.' '.date('H:i:s', strtotime($event_etime))));
|
52 |
|
53 |
$d1 = new DateTime($start_time);
|
54 |
+
$d2 = new DateTime(current_time("D M j Y G:i:s"));
|
55 |
+
$d3 = new DateTime($end_time);
|
56 |
+
|
57 |
+
$ongoing = (isset($settings['hide_time_method']) and trim($settings['hide_time_method']) == 'end') ? true : false;
|
58 |
+
if($ongoing) if($d3 < $d2) $ongoing = false;
|
59 |
|
60 |
+
// Skip if event is ongoing
|
61 |
+
if($d1 < $d2 and !$ongoing) return;
|
62 |
|
63 |
$gmt_offset = $this->main->get_gmt_offset();
|
64 |
if(isset($_SERVER['HTTP_USER_AGENT']) and strpos($_SERVER['HTTP_USER_AGENT'], 'Safari') === false) $gmt_offset = ' : '.$gmt_offset;
|
65 |
+
if(isset($_SERVER['HTTP_USER_AGENT']) and strpos($_SERVER['HTTP_USER_AGENT'], 'Edge') == true) $gmt_offset = substr(trim($gmt_offset), 0 , 3);
|
66 |
if(isset($_SERVER['HTTP_USER_AGENT']) and strpos($_SERVER['HTTP_USER_AGENT'], 'Trident') == true) $gmt_offset = substr(trim($gmt_offset), 2 , 3);
|
67 |
+
|
68 |
$speakers = '""';
|
69 |
+
if(!empty($event->data->speakers))
|
70 |
{
|
71 |
$speakers= [];
|
72 |
+
foreach($event->data->speakers as $key => $value)
|
73 |
+
{
|
74 |
$speakers[] = array(
|
75 |
"@type" => "Person",
|
76 |
"name" => $value['name'],
|
77 |
"image" => $value['thumbnail'],
|
78 |
"sameAs" => $value['facebook'],
|
79 |
);
|
80 |
+
}
|
81 |
+
|
82 |
$speakers = json_encode($speakers);
|
83 |
}
|
84 |
+
|
85 |
// Generating javascript code of countdown module
|
86 |
$javascript = '<script type="text/javascript">
|
87 |
jQuery(document).ready(function()
|
88 |
{
|
89 |
jQuery("#mec_skin_countdown'.$this->id.'").mecCountDown(
|
90 |
{
|
91 |
+
date: "'.(($ongoing and (isset($event->data->meta['mec_repeat_status']) and $event->data->meta['mec_repeat_status'] == 0)) ? $end_time : $start_time).$gmt_offset.'",
|
92 |
format: "off"
|
93 |
},
|
94 |
function()
|
100 |
// Include javascript code into the page
|
101 |
if($this->main->is_ajax()) echo $javascript;
|
102 |
else $this->factory->params('footer', $javascript);
|
103 |
+
|
104 |
do_action('mec_countdown_skin_head');
|
105 |
?>
|
106 |
<style>
|
158 |
<p class="mec-timeRefDays label-w"><?php _e('days', 'modern-events-calendar-lite'); ?></p>
|
159 |
</li>
|
160 |
</div>
|
161 |
+
<div class="hours-w block-w">
|
162 |
<li>
|
163 |
<span class="mec-hours">00</span>
|
164 |
<p class="mec-timeRefHours label-w"><?php _e('hours', 'modern-events-calendar-lite'); ?></p>
|
app/skins/cover/tpl.php
CHANGED
@@ -82,7 +82,7 @@ do_action('mec_cover_skin_head');
|
|
82 |
<?php
|
83 |
endif;
|
84 |
if($this->style == 'modern' and $event_thumb_url): ?>
|
85 |
-
<article class="mec-event-cover-modern <?php echo $this->get_event_classes($event); ?>" style="background: url('<?php echo $event_thumb_url; ?>'); height: 678px;background-size: cover;">
|
86 |
<a href="<?php echo $event_link; ?>" class="mec-event-cover-a">
|
87 |
<div class="mec-event-overlay mec-bg-color"></div>
|
88 |
<div class="mec-event-detail">
|
@@ -94,7 +94,7 @@ do_action('mec_cover_skin_head');
|
|
94 |
</a>
|
95 |
</article>
|
96 |
<?php elseif($event_thumb): ?>
|
97 |
-
<article class="mec-event-cover-<?php echo $this->style; ?> <?php echo $this->get_event_classes($event); ?>">
|
98 |
<div class="mec-event-image"><?php echo $event_thumb; ?></div>
|
99 |
<div class="mec-event-overlay"></div>
|
100 |
<?php if($this->style == 'classic'): ?>
|
82 |
<?php
|
83 |
endif;
|
84 |
if($this->style == 'modern' and $event_thumb_url): ?>
|
85 |
+
<article class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-cover-modern <?php echo $this->get_event_classes($event); ?>" style="background: url('<?php echo $event_thumb_url; ?>'); height: 678px;background-size: cover;">
|
86 |
<a href="<?php echo $event_link; ?>" class="mec-event-cover-a">
|
87 |
<div class="mec-event-overlay mec-bg-color"></div>
|
88 |
<div class="mec-event-detail">
|
94 |
</a>
|
95 |
</article>
|
96 |
<?php elseif($event_thumb): ?>
|
97 |
+
<article class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-cover-<?php echo $this->style; ?> <?php echo $this->get_event_classes($event); ?>">
|
98 |
<div class="mec-event-image"><?php echo $event_thumb; ?></div>
|
99 |
<div class="mec-event-overlay"></div>
|
100 |
<?php if($this->style == 'classic'): ?>
|
app/skins/custom/render.php
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
<?php
|
2 |
/** no direct access **/
|
3 |
defined('MECEXEC') or die();
|
|
|
|
|
|
|
|
|
4 |
|
5 |
$styling = $this->main->get_styling();
|
6 |
$event_colorskin = (isset($styling['mec_colorskin'] ) || isset($styling['color'])) ? 'colorskin-custom' : '';
|
@@ -8,7 +12,8 @@ $settings = $this->main->get_settings();
|
|
8 |
|
9 |
// colorful
|
10 |
$colorful_flag = $colorful_class = '';
|
11 |
-
if($this->style == 'colorful')
|
|
|
12 |
$colorful_flag = true;
|
13 |
$this->style = 'modern';
|
14 |
$colorful_class = ' mec-event-custom-colorful';
|
@@ -16,15 +21,23 @@ if($this->style == 'colorful') {
|
|
16 |
|
17 |
?>
|
18 |
<div class="mec-wrap <?php echo $event_colorskin . $colorful_class; ?>">
|
19 |
-
<div class="mec-event-custom-<?php echo $this->style; ?>">
|
20 |
<article class="mec-event-article mec-clear" itemscope>
|
21 |
-
<?php
|
22 |
-
$
|
23 |
-
'
|
24 |
-
'shortcode_id' => $this->id,
|
25 |
];
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
</article>
|
|
|
28 |
</div>
|
29 |
</div>
|
30 |
|
1 |
<?php
|
2 |
/** no direct access **/
|
3 |
defined('MECEXEC') or die();
|
4 |
+
use Elementor\Plugin;
|
5 |
+
if ( ! did_action( 'elementor/loaded' ) ) {
|
6 |
+
return;
|
7 |
+
}
|
8 |
|
9 |
$styling = $this->main->get_styling();
|
10 |
$event_colorskin = (isset($styling['mec_colorskin'] ) || isset($styling['color'])) ? 'colorskin-custom' : '';
|
12 |
|
13 |
// colorful
|
14 |
$colorful_flag = $colorful_class = '';
|
15 |
+
if($this->style == 'colorful')
|
16 |
+
{
|
17 |
$colorful_flag = true;
|
18 |
$this->style = 'modern';
|
19 |
$colorful_class = ' mec-event-custom-colorful';
|
21 |
|
22 |
?>
|
23 |
<div class="mec-wrap <?php echo $event_colorskin . $colorful_class; ?>">
|
24 |
+
<div class="mec-event-custom-<?php echo $this->style; ?>">
|
25 |
<article class="mec-event-article mec-clear" itemscope>
|
26 |
+
<?php
|
27 |
+
$args = [
|
28 |
+
'post_type' => 'mec-events'
|
|
|
29 |
];
|
30 |
+
$query = new WP_Query($args);
|
31 |
+
if ( $query->have_posts() ) :
|
32 |
+
while ( $query->have_posts() ) :
|
33 |
+
$query->the_post();
|
34 |
+
echo Plugin::instance()->frontend->get_builder_content_for_display( $this->style, true );
|
35 |
+
endwhile;
|
36 |
+
wp_reset_postdata();
|
37 |
+
endif;
|
38 |
+
?>
|
39 |
</article>
|
40 |
+
</div>
|
41 |
</div>
|
42 |
</div>
|
43 |
|
app/skins/daily_view/render.php
CHANGED
@@ -96,7 +96,7 @@ $settings = $this->main->get_settings();
|
|
96 |
}
|
97 |
</script>
|
98 |
<?php endif; ?>
|
99 |
-
<article data-style="<?php echo $label_style; ?>" class="mec-event-article <?php echo $this->get_event_classes($event); ?>">
|
100 |
<div class="mec-event-image"><?php echo $event->data->thumbnails['thumbnail']; ?></div>
|
101 |
<?php if(trim($start_time)): ?><div class="mec-event-time mec-color"><i class="mec-sl-clock-o"></i> <?php echo $start_time.(trim($end_time) ? ' - '.$end_time : ''); ?></div><?php endif; ?>
|
102 |
<?php
|
96 |
}
|
97 |
</script>
|
98 |
<?php endif; ?>
|
99 |
+
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article <?php echo $this->get_event_classes($event); ?>">
|
100 |
<div class="mec-event-image"><?php echo $event->data->thumbnails['thumbnail']; ?></div>
|
101 |
<?php if(trim($start_time)): ?><div class="mec-event-time mec-color"><i class="mec-sl-clock-o"></i> <?php echo $start_time.(trim($end_time) ? ' - '.$end_time : ''); ?></div><?php endif; ?>
|
102 |
<?php
|
app/skins/grid/render.php
CHANGED
@@ -97,7 +97,7 @@ if($this->style == 'colorful')
|
|
97 |
}
|
98 |
</script>
|
99 |
<?php endif;
|
100 |
-
echo '<article data-style="'.$label_style.'" class="mec-event-article mec-clear '.$this->get_event_classes($event).'"' . $colorful_bg_color . ' itemscope>';
|
101 |
?>
|
102 |
<?php if($this->style == 'modern'): ?>
|
103 |
<div class="event-grid-modern-head clearfix">
|
97 |
}
|
98 |
</script>
|
99 |
<?php endif;
|
100 |
+
echo '<article data-style="'.$label_style.'" class="'.((isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event' : '').' mec-event-article mec-clear '.$this->get_event_classes($event).'"' . $colorful_bg_color . ' itemscope>';
|
101 |
?>
|
102 |
<?php if($this->style == 'modern'): ?>
|
103 |
<div class="event-grid-modern-head clearfix">
|
app/skins/list/render.php
CHANGED
@@ -89,7 +89,7 @@ $event_colorskin = (isset($styling['mec_colorskin']) || isset($styling['color'])
|
|
89 |
}
|
90 |
</script>
|
91 |
<?php endif; ?>
|
92 |
-
<article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?> mec-divider-toggle mec-toggle-<?php echo date_i18n('Ym', strtotime($date)); ?>-<?php echo $this->id; ?>" itemscope>
|
93 |
<?php if($this->style == 'modern'): ?>
|
94 |
<div class="col-md-2 col-sm-2">
|
95 |
<div class="mec-event-date">
|
89 |
}
|
90 |
</script>
|
91 |
<?php endif; ?>
|
92 |
+
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?> mec-divider-toggle mec-toggle-<?php echo date_i18n('Ym', strtotime($date)); ?>-<?php echo $this->id; ?>" itemscope>
|
93 |
<?php if($this->style == 'modern'): ?>
|
94 |
<div class="col-md-2 col-sm-2">
|
95 |
<div class="mec-event-date">
|
app/skins/masonry/render.php
CHANGED
@@ -117,7 +117,7 @@ $settings = $this->main->get_settings();
|
|
117 |
|
118 |
if ( empty($masonry_filter )) $masonry_filter = "[\"\"]";
|
119 |
?>
|
120 |
-
<div data-sort-masonry="<?php echo $event->date['start']['date']; ?>" class="mec-masonry-item-wrap <?php echo $this->filter_by_classes($event->data->ID); ?>">
|
121 |
<div class="mec-masonry">
|
122 |
|
123 |
<article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
117 |
|
118 |
if ( empty($masonry_filter )) $masonry_filter = "[\"\"]";
|
119 |
?>
|
120 |
+
<div data-sort-masonry="<?php echo $event->date['start']['date']; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-masonry-item-wrap <?php echo $this->filter_by_classes($event->data->ID); ?>">
|
121 |
<div class="mec-masonry">
|
122 |
|
123 |
<article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
app/skins/monthly_view/calendar.php
CHANGED
@@ -162,7 +162,7 @@ elseif($week_start == 5) // Friday
|
|
162 |
</script>
|
163 |
';
|
164 |
endif;
|
165 |
-
$events_str .= '<article data-style="'.$label_style.'" class="ended-relative mec-event-article '.$this->get_event_classes($event).'">';
|
166 |
$events_str .= '<div class="mec-event-image">'.$event->data->thumbnails['thumbnail'].'</div>';
|
167 |
if(trim($start_time)) $events_str .= '<div class="mec-event-time mec-color"><i class="mec-sl-clock-o"></i> '.$start_time.(trim($end_time) ? ' - '.$end_time : '').'</div>';
|
168 |
$event_color = isset($event->data->meta['mec_color']) ? '<span class="event-color" style="background: #'.$event->data->meta['mec_color'].'"></span>' : '';
|
162 |
</script>
|
163 |
';
|
164 |
endif;
|
165 |
+
$events_str .= '<article data-style="'.$label_style.'" class="'.((isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : '').'ended-relative mec-event-article '.$this->get_event_classes($event).'">';
|
166 |
$events_str .= '<div class="mec-event-image">'.$event->data->thumbnails['thumbnail'].'</div>';
|
167 |
if(trim($start_time)) $events_str .= '<div class="mec-event-time mec-color"><i class="mec-sl-clock-o"></i> '.$start_time.(trim($end_time) ? ' - '.$end_time : '').'</div>';
|
168 |
$event_color = isset($event->data->meta['mec_color']) ? '<span class="event-color" style="background: #'.$event->data->meta['mec_color'].'"></span>' : '';
|
app/skins/monthly_view/calendar_clean.php
CHANGED
@@ -162,7 +162,7 @@ elseif($week_start == 5) // Friday
|
|
162 |
</script>
|
163 |
';
|
164 |
endif;
|
165 |
-
$events_str .= '<article data-style="'.$label_style.'" class="mec-event-article '.$this->get_event_classes($event, $is_soldout).'">';
|
166 |
$events_str .= '<div class="mec-event-image">'.$event->data->thumbnails['thumblist'].'</div>';
|
167 |
if(trim($start_time)) $events_str .= '<div class="mec-event-time mec-color"><i class="mec-sl-clock-o"></i> '.$start_time.(trim($end_time) ? ' - '.$end_time : '').'</div>';
|
168 |
$event_color = isset($event->data->meta['mec_color'])?'<span class="event-color" style="background: #'.$event->data->meta['mec_color'].'"></span>':'';
|
162 |
</script>
|
163 |
';
|
164 |
endif;
|
165 |
+
$events_str .= '<article data-style="'.$label_style.'" class="'.((isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : '').'mec-event-article '.$this->get_event_classes($event, $is_soldout).'">';
|
166 |
$events_str .= '<div class="mec-event-image">'.$event->data->thumbnails['thumblist'].'</div>';
|
167 |
if(trim($start_time)) $events_str .= '<div class="mec-event-time mec-color"><i class="mec-sl-clock-o"></i> '.$start_time.(trim($end_time) ? ' - '.$end_time : '').'</div>';
|
168 |
$event_color = isset($event->data->meta['mec_color'])?'<span class="event-color" style="background: #'.$event->data->meta['mec_color'].'"></span>':'';
|
app/skins/monthly_view/calendar_novel.php
CHANGED
@@ -131,7 +131,7 @@ elseif($week_start == 5) // Friday
|
|
131 |
</script>
|
132 |
';
|
133 |
endif;
|
134 |
-
echo '<a class="event-single-link-novel" data-event-id="'.$event->data->ID.'" href="'.$this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']).'"><div style="background:'.$event_color.'" class="mec-single-event-novel mec-event-article '.$this->get_event_classes($event).'">';
|
135 |
echo '<h4 class="mec-event-title">'.$event->data->title.'</h4>';
|
136 |
echo '</div></a>';
|
137 |
}
|
131 |
</script>
|
132 |
';
|
133 |
endif;
|
134 |
+
echo '<a class="'.((isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : '').'event-single-link-novel" data-event-id="'.$event->data->ID.'" href="'.$this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']).'"><div style="background:'.$event_color.'" class="mec-single-event-novel mec-event-article '.$this->get_event_classes($event).'">';
|
135 |
echo '<h4 class="mec-event-title">'.$event->data->title.'</h4>';
|
136 |
echo '</div></a>';
|
137 |
}
|
app/skins/monthly_view/calendar_simple.php
CHANGED
@@ -70,7 +70,7 @@ elseif($week_start == 5) // Friday
|
|
70 |
$end_time = (isset($event->data->time) ? $event->data->time['end'] : '');
|
71 |
|
72 |
|
73 |
-
echo '<div class="ended-relative simple-skin-ended">';
|
74 |
echo '<a class="mec-monthly-tooltip event-single-link-simple" data-tooltip-content="#mec-tooltip-'.$event->data->ID.'-'.$day_id.'" data-event-id="'.$event->data->ID.'" href="'.$this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']).'">';
|
75 |
echo '<h4 class="mec-event-title">'.$event->data->title.'</h4>';
|
76 |
echo '</a>';
|
70 |
$end_time = (isset($event->data->time) ? $event->data->time['end'] : '');
|
71 |
|
72 |
|
73 |
+
echo '<div class="'.((isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : '').'ended-relative simple-skin-ended">';
|
74 |
echo '<a class="mec-monthly-tooltip event-single-link-simple" data-tooltip-content="#mec-tooltip-'.$event->data->ID.'-'.$day_id.'" data-event-id="'.$event->data->ID.'" href="'.$this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']).'">';
|
75 |
echo '<h4 class="mec-event-title">'.$event->data->title.'</h4>';
|
76 |
echo '</a>';
|
app/skins/single/default.php
CHANGED
@@ -44,7 +44,10 @@ wp_enqueue_script('mec-lity-script', $this->main->asset('packages/lity/lity.min.
|
|
44 |
<?php elseif($this->main->can_show_booking_module($event)): ?>
|
45 |
<?php $data_lity_class = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ) $data_lity_class = 'lity-hide '; ?>
|
46 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="<?php echo $data_lity_class; ?>mec-events-meta-group mec-events-meta-group-booking">
|
47 |
-
<?php
|
|
|
|
|
|
|
48 |
</div>
|
49 |
<?php endif ?>
|
50 |
|
@@ -229,8 +232,8 @@ wp_enqueue_script('mec-lity-script', $this->main->asset('packages/lity/lity.min.
|
|
229 |
|
230 |
<!-- Register Booking Button -->
|
231 |
<?php if($this->main->can_show_booking_module($event)): ?>
|
232 |
-
<?php $data_lity = $data_lity_class = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ){ $data_lity = '
|
233 |
-
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>"
|
234 |
<?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
|
235 |
<a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php if(isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) echo esc_html(trim($event->data->meta['mec_more_info_title']), 'modern-events-calendar-lite'); else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
|
236 |
?>
|
@@ -441,8 +444,8 @@ wp_enqueue_script('mec-lity-script', $this->main->asset('packages/lity/lity.min.
|
|
441 |
|
442 |
<!-- Register Booking Button -->
|
443 |
<?php if($this->main->can_show_booking_module($event) and $single->found_value('register_btn', $settings) == 'on'): ?>
|
444 |
-
<?php $data_lity = $data_lity_class = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ){ $data_lity = '
|
445 |
-
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>"
|
446 |
<?php elseif($single->found_value('register_btn', $settings) == 'on' and isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
|
447 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php if(isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) echo esc_html(trim($event->data->meta['mec_more_info_title']), 'modern-events-calendar-lite'); else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
|
448 |
?></a>
|
@@ -537,9 +540,13 @@ jQuery( ".mec-speaker-avatar a" ).click(function(e) {
|
|
537 |
});
|
538 |
|
539 |
// Fix modal booking in some themes
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
|
|
|
|
|
|
|
|
545 |
</script>
|
44 |
<?php elseif($this->main->can_show_booking_module($event)): ?>
|
45 |
<?php $data_lity_class = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ) $data_lity_class = 'lity-hide '; ?>
|
46 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="<?php echo $data_lity_class; ?>mec-events-meta-group mec-events-meta-group-booking">
|
47 |
+
<?php
|
48 |
+
if( isset($settings['booking_user_login']) and $settings['booking_user_login'] == '1' and !is_user_logged_in() ) echo do_shortcode('[MEC_login]');
|
49 |
+
else echo $this->main->module('booking.default', array('event'=>$this->events));
|
50 |
+
?>
|
51 |
</div>
|
52 |
<?php endif ?>
|
53 |
|
232 |
|
233 |
<!-- Register Booking Button -->
|
234 |
<?php if($this->main->can_show_booking_module($event)): ?>
|
235 |
+
<?php $data_lity = $data_lity_class = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ){ $data_lity = 'onclick="openBookingModal();"'; $data_lity_class = 'mec-booking-data-lity'; } ?>
|
236 |
+
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" <?php echo $data_lity;?>><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
|
237 |
<?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
|
238 |
<a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php if(isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) echo esc_html(trim($event->data->meta['mec_more_info_title']), 'modern-events-calendar-lite'); else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
|
239 |
?>
|
444 |
|
445 |
<!-- Register Booking Button -->
|
446 |
<?php if($this->main->can_show_booking_module($event) and $single->found_value('register_btn', $settings) == 'on'): ?>
|
447 |
+
<?php $data_lity = $data_lity_class = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ){ $data_lity = 'onclick="openBookingModal();"'; $data_lity_class = 'mec-booking-data-lity'; } ?>
|
448 |
+
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" <?php echo $data_lity; ?>><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
|
449 |
<?php elseif($single->found_value('register_btn', $settings) == 'on' and isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
|
450 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php if(isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) echo esc_html(trim($event->data->meta['mec_more_info_title']), 'modern-events-calendar-lite'); else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
|
451 |
?></a>
|
540 |
});
|
541 |
|
542 |
// Fix modal booking in some themes
|
543 |
+
function openBookingModal()
|
544 |
+
{
|
545 |
+
jQuery( ".mec-booking-button.mec-booking-data-lity" ).on('click',function(e) {
|
546 |
+
e.preventDefault();
|
547 |
+
var book_id = jQuery(this).attr('href');
|
548 |
+
lity(book_id);
|
549 |
+
});
|
550 |
+
}
|
551 |
+
|
552 |
</script>
|
app/skins/single/modern.php
CHANGED
@@ -64,8 +64,8 @@ defined('MECEXEC') or die();
|
|
64 |
|
65 |
<!-- Register Booking Button -->
|
66 |
<?php if($this->main->can_show_booking_module($event)): ?>
|
67 |
-
<?php $data_lity = $data_lity_class = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ){ $data_lity = '
|
68 |
-
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>"
|
69 |
<?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
|
70 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php if(isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) echo esc_html(trim($event->data->meta['mec_more_info_title']), 'modern-events-calendar-lite'); else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
|
71 |
?></a>
|
@@ -326,9 +326,12 @@ jQuery( ".mec-speaker-avatar a" ).click(function(e) {
|
|
326 |
});
|
327 |
|
328 |
// Fix modal booking in some themes
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
|
|
|
|
|
|
334 |
</script>
|
64 |
|
65 |
<!-- Register Booking Button -->
|
66 |
<?php if($this->main->can_show_booking_module($event)): ?>
|
67 |
+
<?php $data_lity = $data_lity_class = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ){ $data_lity = 'onclick="openBookingModal();"'; $data_lity_class = 'mec-booking-data-lity'; } ?>
|
68 |
+
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" <?php echo $data_lity; ?>><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
|
69 |
<?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
|
70 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php if(isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) echo esc_html(trim($event->data->meta['mec_more_info_title']), 'modern-events-calendar-lite'); else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
|
71 |
?></a>
|
326 |
});
|
327 |
|
328 |
// Fix modal booking in some themes
|
329 |
+
function openBookingModal()
|
330 |
+
{
|
331 |
+
jQuery( ".mec-booking-button.mec-booking-data-lity" ).on('click',function(e) {
|
332 |
+
e.preventDefault();
|
333 |
+
var book_id = jQuery(this).attr('href');
|
334 |
+
lity(book_id);
|
335 |
+
});
|
336 |
+
}
|
337 |
</script>
|
app/skins/slider/render.php
CHANGED
@@ -65,7 +65,7 @@ $settings = $this->main->get_settings();
|
|
65 |
}
|
66 |
?>
|
67 |
<?php if($this->style == 't1'): ?>
|
68 |
-
<article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
69 |
<?php $schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
70 |
if($schema_settings == '1' ): ?>
|
71 |
<script type="application/ld+json">
|
@@ -114,7 +114,7 @@ $settings = $this->main->get_settings();
|
|
114 |
</div>
|
115 |
</article>
|
116 |
<?php elseif($this->style == 't2'): ?>
|
117 |
-
<article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
118 |
<?php $schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
119 |
if($schema_settings == '1' ): ?>
|
120 |
<script type="application/ld+json">
|
@@ -162,7 +162,7 @@ $settings = $this->main->get_settings();
|
|
162 |
</div>
|
163 |
</article>
|
164 |
<?php elseif($this->style == 't3'): ?>
|
165 |
-
<article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
166 |
<?php $schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
167 |
if($schema_settings == '1' ): ?>
|
168 |
<script type="application/ld+json">
|
@@ -209,7 +209,7 @@ $settings = $this->main->get_settings();
|
|
209 |
</div>
|
210 |
</article>
|
211 |
<?php elseif($this->style == 't4'): ?>
|
212 |
-
<article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
213 |
<?php $schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
214 |
if($schema_settings == '1' ): ?>
|
215 |
<script type="application/ld+json">
|
@@ -257,7 +257,7 @@ $settings = $this->main->get_settings();
|
|
257 |
</div>
|
258 |
</article>
|
259 |
<?php elseif($this->style == 't5'): ?>
|
260 |
-
<article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
261 |
<?php $schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
262 |
if($schema_settings == '1' ): ?>
|
263 |
<script type="application/ld+json">
|
65 |
}
|
66 |
?>
|
67 |
<?php if($this->style == 't1'): ?>
|
68 |
+
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
69 |
<?php $schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
70 |
if($schema_settings == '1' ): ?>
|
71 |
<script type="application/ld+json">
|
114 |
</div>
|
115 |
</article>
|
116 |
<?php elseif($this->style == 't2'): ?>
|
117 |
+
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
118 |
<?php $schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
119 |
if($schema_settings == '1' ): ?>
|
120 |
<script type="application/ld+json">
|
162 |
</div>
|
163 |
</article>
|
164 |
<?php elseif($this->style == 't3'): ?>
|
165 |
+
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
166 |
<?php $schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
167 |
if($schema_settings == '1' ): ?>
|
168 |
<script type="application/ld+json">
|
209 |
</div>
|
210 |
</article>
|
211 |
<?php elseif($this->style == 't4'): ?>
|
212 |
+
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
213 |
<?php $schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
214 |
if($schema_settings == '1' ): ?>
|
215 |
<script type="application/ld+json">
|
257 |
</div>
|
258 |
</article>
|
259 |
<?php elseif($this->style == 't5'): ?>
|
260 |
+
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
|
261 |
<?php $schema_settings = isset( $settings['schema'] ) ? $settings['schema'] : '';
|
262 |
if($schema_settings == '1' ): ?>
|
263 |
<script type="application/ld+json">
|
app/skins/timetable/render.php
CHANGED
@@ -81,7 +81,7 @@ $settings = $this->main->get_settings();
|
|
81 |
}
|
82 |
</script>
|
83 |
<?php endif; ?>
|
84 |
-
<article class="mec-timetable-event mec-timetable-day-<?php echo $this->id; ?>-<?php echo date('Ymd', strtotime($date)); ?> <?php echo $this->get_event_classes($event); ?>">
|
85 |
<span class="mec-timetable-event-span mec-timetable-event-time">
|
86 |
<i class="mec-sl-clock"></i>
|
87 |
<?php if(trim($start_time)): ?>
|
81 |
}
|
82 |
</script>
|
83 |
<?php endif; ?>
|
84 |
+
<article class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-timetable-event mec-timetable-day-<?php echo $this->id; ?>-<?php echo date('Ymd', strtotime($date)); ?> <?php echo $this->get_event_classes($event); ?>">
|
85 |
<span class="mec-timetable-event-span mec-timetable-event-time">
|
86 |
<i class="mec-sl-clock"></i>
|
87 |
<?php if(trim($start_time)): ?>
|
app/skins/weekly_view/render.php
CHANGED
@@ -104,7 +104,7 @@ $settings = $this->main->get_settings();
|
|
104 |
}
|
105 |
</script>
|
106 |
<?php endif; ?>
|
107 |
-
<article data-style="<?php echo $label_style; ?>" class="mec-event-article <?php echo $this->get_event_classes($event); ?>">
|
108 |
<div class="mec-event-list-weekly-date mec-color"><span class="mec-date-day"><?php echo date_i18n('d', strtotime($event->date['start']['date'])); ?></span><?php echo date_i18n('F', strtotime($event->date['start']['date'])); ?></div>
|
109 |
<div class="mec-event-image"><?php echo $event->data->thumbnails['thumbnail']; ?></div>
|
110 |
<?php if(trim($start_time)): ?><div class="mec-event-time mec-color"><i class="mec-sl-clock-o"></i> <?php echo $start_time.(trim($end_time) ? ' - '.$end_time : ''); ?></div><?php endif; ?>
|
104 |
}
|
105 |
</script>
|
106 |
<?php endif; ?>
|
107 |
+
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article <?php echo $this->get_event_classes($event); ?>">
|
108 |
<div class="mec-event-list-weekly-date mec-color"><span class="mec-date-day"><?php echo date_i18n('d', strtotime($event->date['start']['date'])); ?></span><?php echo date_i18n('F', strtotime($event->date['start']['date'])); ?></div>
|
109 |
<div class="mec-event-image"><?php echo $event->data->thumbnails['thumbnail']; ?></div>
|
110 |
<?php if(trim($start_time)): ?><div class="mec-event-time mec-color"><i class="mec-sl-clock-o"></i> <?php echo $start_time.(trim($end_time) ? ' - '.$end_time : ''); ?></div><?php endif; ?>
|
app/skins/yearly_view/render.php
CHANGED
@@ -97,7 +97,7 @@ $settings = $this->main->get_settings();
|
|
97 |
</script>
|
98 |
<?php endif; ?>
|
99 |
<?php if($this->style == 'modern'): ?>
|
100 |
-
<div data-style="" class="mec-agenda-event <?php echo $this->get_event_classes($event); ?>">
|
101 |
<i class="mec-sl-clock "></i>
|
102 |
<span class="mec-agenda-time">
|
103 |
<?php
|
97 |
</script>
|
98 |
<?php endif; ?>
|
99 |
<?php if($this->style == 'modern'): ?>
|
100 |
+
<div data-style="" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-agenda-event <?php echo $this->get_event_classes($event); ?>">
|
101 |
<i class="mec-sl-clock "></i>
|
102 |
<span class="mec-agenda-time">
|
103 |
<?php
|
assets/css/backend.css
CHANGED
@@ -49,14 +49,14 @@
|
|
49 |
}
|
50 |
|
51 |
.wns-be-container {
|
52 |
-
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Oxygen,Roboto,sans-serif;
|
53 |
max-width: 100%;
|
54 |
background-color: #f6f6f6;
|
55 |
border: 1px solid #c1cad2;
|
56 |
-
box-shadow: 0 1px 1px rgba(0,0,0
|
57 |
-
margin-top:
|
58 |
margin-right: 15px;
|
59 |
-
overflow: hidden
|
60 |
}
|
61 |
|
62 |
.wns-be-sidebar {
|
@@ -923,7 +923,8 @@ body.post-type-mec-books th.column-author {
|
|
923 |
|
924 |
.mec-form-row .mec-col-4 input[type=text],
|
925 |
.mec-form-row .mec-col-4 select,
|
926 |
-
.mec-form-row .mec-col-4 textarea
|
|
|
927 |
width: 75%;
|
928 |
}
|
929 |
|
49 |
}
|
50 |
|
51 |
.wns-be-container {
|
52 |
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Roboto, sans-serif;
|
53 |
max-width: 100%;
|
54 |
background-color: #f6f6f6;
|
55 |
border: 1px solid #c1cad2;
|
56 |
+
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
|
57 |
+
margin-top: 40px;
|
58 |
margin-right: 15px;
|
59 |
+
overflow: hidden;
|
60 |
}
|
61 |
|
62 |
.wns-be-sidebar {
|
923 |
|
924 |
.mec-form-row .mec-col-4 input[type=text],
|
925 |
.mec-form-row .mec-col-4 select,
|
926 |
+
.mec-form-row .mec-col-4 textarea,
|
927 |
+
.mec-form-row .mec-col-4 input[type=number] {
|
928 |
width: 75%;
|
929 |
}
|
930 |
|
assets/css/backend.min.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#mec_location_thumbnail_img img,#mec_organizer_thumbnail_img img,#mec_thumbnail_img img{max-width:250px}.taxonomy-mec_label .column-id,.taxonomy-mec_location .column-id,.taxonomy-mec_organizer .column-id,.taxonomy-mec_speaker .column-id{width:40px}.taxonomy-mec_label .column-primary,.taxonomy-mec_location .column-primary,.taxonomy-mec_organizer .column-primary,.taxonomy-mec_speaker .column-primary{width:250px}.mec-color{margin:10px;width:14px;height:14px;display:inline-block;margin-right:6px;border-radius:20px 20px 20px 20px;vertical-align:middle}.mec-event-color-container,.mec-event-title-container{display:inline-block}.mec-available-color-row{margin-top:15px}.mec-available-color-row .mec-color{cursor:pointer}.mec-widget-container a{text-decoration:none}.mec-widget-container label{padding-right:15px}.mec-util-hidden{display:none}.button.mec-util-hidden{display:none}.wns-be-container{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Oxygen,Roboto,sans-serif;max-width:100%;background-color:#f6f6f6;border:1px solid #c1cad2;box-shadow:0 1px 1px rgba(0,0,0,.04);margin-top:5px;margin-right:15px;overflow:hidden}.wns-be-sidebar{width:260px;float:left;position:relative}.wns-be-sidebar ul.wns-be-group-menu,.wns-be-sidebar ul.wns-be-group-menu li{list-style:none;margin:0}.wns-be-sidebar .wns-be-group-menu li a{display:block;position:relative;outline:0;padding:13px 4px 13px 20px;background:#e0e0e0;background:0 0;border:none;color:#3f454a;font-size:13px;font-weight:600;text-decoration:none;-webkit-transition:none;transition:none}.wns-be-sidebar .wns-be-group-menu li a:hover{background:#fff;color:#008aff;opacity:1}.wns-be-sidebar .wns-be-group-menu>li.active>a,.wns-be-sidebar .wns-be-group-menu>li.active>a:hover{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff}.wns-be-sidebar .wns-be-group-menu>li.active>a{box-shadow:0 2px 12px -5px #008aff}.wns-be-sidebar .wns-be-group-menu li a:first-child{border-top:none}.wns-be-main{background:#fff;margin-left:260px;border-left:1px solid #dedede;padding-bottom:84px;box-shadow:inset 0 1px 0 #fff;min-height:1120px;position:relative}.wns-be-main .wns-saved-settings{margin:0;border-bottom:1px solid #dedede;background:#dff0d8;color:#468847;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.6)}.wns-be-container .dpr-btn{display:inline-block;font-size:13px;padding:0 16px 1px;height:36px;margin-right:3px;line-height:35px;color:#555;border:1px solid #ccc;background:#f7f7f7;text-decoration:none;transition:.24s all ease;-webkit-transition:.24s all ease}.wns-be-container .dpr-btn:hover{background:#fcfcfc;border-color:#999;color:#303030}.wns-be-container .dpr-btn.dpr-save-btn{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}.wns-be-container .dpr-btn.dpr-save-btn: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}.wns-be-container .wns-be-group-tab h2,.wns-be-container .wns-be-group-tab h4{color:#000;margin-bottom:25px;padding:15px;background:#f5f5f5;font-size:21px;line-height:23px;letter-spacing:.4px;font-weight:700;position:relative}.wns-be-container .wns-be-group-tab h2{margin-top:10px}.wns-be-container .wns-be-group-tab h2:before,.wns-be-container .wns-be-group-tab h4:before{content:"";width:4px;height:16px;margin-right:5px;background-color:#008aff;display:block;position:absolute;left:0;top:18px}.wns-be-container .wns-be-group-tab h4:before{width:2px;top:16px}.wns-be-container .wns-be-group-tab h4{font-size:16px;font-weight:600;background:#f8f8f8;border:none;padding:12px 15px 12px 15px}.wns-be-container .wns-be-group-tab p{font-size:13px;color:#888}.wns-be-sidebar .wns-be-group-tab-link-a:hover{cursor:pointer}.wns-be-sidebar .wns-be-group-tab-link-a span{display:block}.wns-be-sidebar .wns-be-group-tab-link-a span.wns-be-group-menu-title{padding-left:24px}.wns-be-sidebar li.active ul.subsection{padding-top:8px;padding-bottom:12px;background:#fff;border-bottom:1px solid #dedede;margin:0}.wns-be-sidebar li .subsection a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 46px}.wns-be-sidebar li .subsection a:hover{background:#f6f6f6;color:#222}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a{color:#008aff}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;right:-1px;top:10px}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:#c5c5c5;right:0}.wns-be-sidebar li a i{color:#a0abb5;vertical-align:middle;font-size:18px;position:absolute;margin-top:0;margin-left:-4px}.wns-be-sidebar .wns-be-group-menu li.active>a i{color:#fff}.wns-be-sidebar .has-sub span.extra-icon{display:inline-block;float:right;padding:4px 7px 4px;margin-left:4px;margin-right:10px;font-family:sans-serif;font-size:9px;font-weight:600;line-height:9px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent}.wns-be-sidebar .has-sub span.extra-icon i{margin-left:-3px;margin-top:2px;color:#bac6d0;font-size:10px}.wns-be-sidebar .wns-be-group-tab-link-a span.extra-icon i{right:10px;font-size:10px}.wns-be-sidebar .wns-be-group-menu li.active>a span.extra-icon i{margin-top:1px}.wns-be-container #wns-be-footer{border-top:1px solid #dedede;z-index:999;padding:25px 20px 20px;background:#fafafa!important;height:44px;text-align:right}.wns-be-container #wns-be-content{padding:5px 40px 40px}.wns-be-container #wns-be-infobar{background:#fff;border-bottom:1px solid #dedede;padding:20px;text-align:right;box-shadow:inset 0 1px 0 #fcfcfc;height:79px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative}.wns-be-container #wns-be-infobar:before{content:"";width:261px;height:78px;display:block;position:absolute;left:0;top:0;background:#fff url(../img/webnus-logo.png) no-repeat center;border-bottom:1px solid #dedede;background-size:220px;z-index:997}.wns-be-container .notice-yellow{margin:0;border-bottom:1px solid #dedede;background-color:#fcf8e3;color:#c09853;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5)}.wns-be-container .notice-red,.wns-be-container .wns-be-field-errors{margin:0;border-bottom:1px solid #dedede;background-color:#f2dede;color:#b94a48;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5)}@media(max-width:480px){a.dpr-btn.dpr-save-btn{display:block!important;text-align:center!important;margin-top:20px!important}.mec-search-settings-wrap{margin-top:73px!important;text-align:center!important;display:block!important}#mec-search-settings{margin:0!important;width:100%!important}.wns-be-container #wns-be-infobar{height:auto!important}}body.post-type-mec-events th.column-primary{width:35%}body.post-type-mec-events th.column-start_date{width:100px}body.post-type-mec-events th.column-end_date{width:100px}body.post-type-mec-events th.column-repeat{width:75px}body.post-type-mec-events th.column-author{width:150px}body.post-type-mec-books th.column-primary{width:20%}body.post-type-mec-books th.column-event{width:170px}body.post-type-mec-books th.column-bdate{width:120px}body.post-type-mec-books th.column-confirmation{width:120px}body.post-type-mec-books th.column-verification{width:120px}body.post-type-mec-books th.column-author{width:150px}.mec-meta-box-labels-container .mec-form-row{height:100px;overflow:auto}.mec-tooltip{display:inline;position:relative;margin-right:10px;cursor:help;bottom:5px;left:3px}.mec-tooltip:last-child{margin-right:0}.mec-tooltip:hover:after{background:#313130;border-radius:5px;bottom:24px;color:#fff;content:attr(title);left:-75px;padding:10px;position:absolute;z-index:98;width:240px}.mec-tooltip:hover:before{border:solid;border-color:#313130 transparent;border-width:6px 6px 0;bottom:18px;content:"";left:30%;position:absolute;z-index:99}.mec-tooltip .dashicons-before:before{font-size:24px;color:#40d9f1;line-height:37px}.mec-tooltip a:focus{box-shadow:none}.mec-form-row .bootstrap_unvalid{display:block;border:2px solid red;position:relative;display:inline-block;border-bottom:1px dotted #000}.mec-tooltiptext{visibility:hidden;width:120px;background-color:red;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1}.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}.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{position:relative;min-height:1px;padding:0;margin:0 1% 0 0}@media (min-width:783px){.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{float:left}.mec-col-12{width:99%}.mec-col-11{width:90.66666667%}.mec-col-10{width:82.33333333%}.mec-col-9{width:74%}.mec-col-8{width:65.66666667%}.mec-col-7{width:57.33333333%}.mec-col-6{width:49%}.mec-col-5{width:40.66666667%}.mec-col-4{width:32.33333333%}.mec-col-3{width:24%}.mec-col-2{width:15.66666667%}.mec-col-1{width:7.33333333%}}#mec_reg_form_fields{background:#eee;padding:20px}#mec_reg_form_fields li{margin:4px;border-radius:2px;padding:20px 34px 24px;background:#fff;position:relative;transition:all .3s ease}#mec_reg_form_fields li ul{padding-top:15px;padding-bottom:15px;margin:1px}#mec_reg_form_fields li ul li{padding:7px 30px 7px 46px}#mec_reg_form_fields span.mec_reg_field_type{font-size:11px;font-weight:600;color:#8a8a8a;text-transform:uppercase;letter-spacing:2px}#mec_reg_form_fields span.mec_reg_field_option_sort,#mec_reg_form_fields span.mec_reg_field_remove,#mec_reg_form_fields span.mec_reg_field_sort{font-size:0;color:#fff}#mec_reg_form_fields span.mec_reg_field_remove{position:absolute;right:0;top:0}#mec_reg_form_fields span.mec_reg_field_option_sort:before,#mec_reg_form_fields span.mec_reg_field_remove:before,#mec_reg_form_fields span.mec_reg_field_sort:before{position:absolute;left:10px;top:20px;width:80px;height:20px;display:block;cursor:move;font-family:simple-line-icons;content:"\e023";font-size:18px;color:#888}#mec_reg_form_fields span.mec_reg_field_remove:before{content:"\e082";width:20px;height:20px;left:auto;right:15px;color:#f96666;cursor:pointer}#mec_reg_form_fields span.mec_reg_field_option_sort:before{font-size:13px;left:2px;top:23px;width:14px;height:14px}#mec_reg_form_fields li ul li span.mec_reg_field_remove{right:auto;left:60px;top:2px}#mec_reg_form_fields p.mec_reg_field_options{margin:6px 0 8px}#mec_reg_form_fields input[type=number],#mec_reg_form_fields input[type=text],#mec_reg_form_fields select,#mec_reg_form_fields textarea{min-width:260px;min-height:34px;margin-bottom:7px;margin-top:7px}#mec_reg_form_fields textarea{min-height:66px}#mec_reg_form_field_types button,#mec_reg_form_fields button{position:relative;outline:0;background:#fff;border:1px solid #e2e2e2;border-radius:50px;padding:11px 21px 11px 31px;line-height:1;font-size:11px;font-weight:600;color:#444;letter-spacing:2px;height:auto;cursor:pointer;margin-top:5px;text-transform:uppercase;box-shadow:0 0 3px rgba(0,0,0,.03)}#mec_reg_form_field_types button:hover,#mec_reg_form_fields button:hover{border-color:#008aff;box-shadow:0 0 7px rgba(0,0,0,.1)}#mec_reg_form_field_types button:before,#mec_reg_form_fields button:before{position:absolute;left:12px;color:#008aff;content:"\e095";font-family:simple-line-icons;font-size:13px;display:inline-block}#mec_reg_form_field_types button.red:hover,#mec_reg_form_fields button.red:hover{border-color:red;box-shadow:0 0 7px rgba(0,0,0,.1)}#mec_reg_form_field_types button.red:before,#mec_reg_form_fields button.red:before{position:absolute;left:12px;color:red;content:"\e095";font-family:simple-line-icons;font-size:13px;display:inline-block}@media (max-width:768px){#mec_reg_form_fields input[type=number],#mec_reg_form_fields input[type=text],#mec_reg_form_fields select,#mec_reg_form_fields textarea{min-width:80px;width:100%}}.mec-form-row{margin:0 auto 16px}.mec-options-fields{padding-top:25px;overflow:hidden;animation:fadeEffect .31s}#mec_booking_form .mec-options-fields,#mec_modules_form .mec-options-fields,#mec_notifications_form .mec-options-fields,#mec_settings_form .mec-options-fields,#mec_single_form .mec-options-fields{display:none}.mec-options-fields.active{display:block!important}@keyframes fadeEffect{from{opacity:0;margin-left:12px}to{opacity:1;margin-left:0}}.mec-form-row:after,.mec-form-row:before{content:" ";display:table}.mec-form-row:after{clear:both}.mec-form-row input[type=number],.mec-form-row input[type=text],.mec-form-row select,.mec-form-row textarea{height:38px;box-sizing:border-box;margin-bottom:8px;padding:0 6px;box-shadow:none;border-radius:2px;box-shadow:inset 0 1px 5px rgba(0,0,0,.05)}.mec-form-row input[type=radio]{margin:5px 0}.mec-form-row select{margin-top:1px}.mec-book-status-form select{display:block;width:99%;margin-top:10px;margin-bottom:10px}.mec-form-row label{margin:10px 0}.mec-form-row input[type=checkbox]{background-color:#fafafa;border:1px solid #cacece;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);padding:9px;border-radius:3px;min-width:20px;min-height:20px;display:inline-block}.mec-form-row input[type=checkbox]:checked{box-shadow:0 3px 11px -4px #008aff;border-color:#008aff;background:#fff}.mec-form-row input[type=checkbox]:checked:before{color:#008aff;width:20px;font:400 24px/1 dashicons}.mec-form-row .mec-col-4 input[type=text],.mec-form-row .mec-col-4 select,.mec-form-row .mec-col-4 textarea{width:75%}.mec-form-row .description{display:inline-block;border-left:1px dashed #ccc;margin-left:12px;line-height:32px;padding-left:12px;margin-top:5px;color:#555}.mec-form-row .time-dv{font-size:14px;font-weight:700}.mec-meta-box-fields{margin:30px 10px}.mec-meta-box-fields>.mec-meta-box-fields{margin-left:0}.mec-meta-box-fields .mec-title{margin:5px 0}.mec-meta-box-fields h4.mec-title{margin:40px 0 16px}.mec-meta-box-fields .mec-dashicons{font-size:20px;line-height:22px;color:#008aff}.mec-form-row .mec-box,.mec-meta-box-fields .mec-box{background:#f7f7f7;padding:10px;margin:10px 0;border-radius:2px;border:1px solid #e6e6e6}.mec-form-row .mec-box{max-width:960px}.mec-form-row .mec-box .button,.mec-meta-box-fields .mec-box .button{float:right}#mec_gateways_form .mec-form-row:first-child,#mec_notifications_form_container .mec-form-row:nth-child(2){overflow:hidden}#mec_gateways_form .mec-tooltip{float:right}.mec-container{background:#fff;padding:15px}.nav-tab-active{background:#fff;border-bottom:1px solid #fff}#mec_social_networks .mec-form-row{margin-bottom:0}#mec_gateways_form h4,.mec-meta-box-fields h4,.mec-options-fields h4,h4.mec-form-subtitle{text-transform:capitalize;border-bottom:1px solid #e5e5e5;padding-bottom:6px;margin:40px 0 16px;font-size:15px;font-weight:600}#mec_gateways_form h4{margin-bottom:0}#mec_styles_form #mec_styles_CSS{height:200px;margin-bottom:5px;font-family:Consolas,Monaco,monospace;font-size:13px;width:97%;background:#f9f9f9;outline:0}#mec_calendar_filter .description,#mec_styles_form .description{max-width:500px;display:block;margin:0 0 5px 0;padding:0;border:none}.mec-sed-methods li{display:inline-block;padding:8px 12px;border:1px solid #ddd;margin:0 5px 5px 0;cursor:pointer;border-radius:3px;box-shadow:0 2px 15px -2px rgba(0,0,0,.1)}.mec-sed-methods li:hover{border-color:#008aff}.mec-sed-methods li.active{border-color:#008aff;background-color:#fff;color:#008aff;font-weight:600;cursor:default;box-shadow:0 0 4px rgba(1,138,255,.3) inset}.mec-switcher input+label{display:block;position:relative;cursor:pointer;outline:0;padding:2px;width:38px;height:22px;background-color:#ddd;border-radius:60px}.mec-switcher input:checked+label{background-color:#008aff;box-shadow:0 3px 22px -6px #008aff}.mec-switcher input:checked+label:after{margin-left:16px}#mec_gateways_form input[type=text],#mec_gateways_form select,#mec_gateways_form textarea{width:calc(100% - 30px)}#mec_gateways_form textarea{min-height:65px}#mec_gateways_form li .mec-gateway-options-form,#payment_gateways_option li .mec-gateway-options-form{padding:15px 20px;background-color:#f7f7f7;border-left:6px solid #e3e3e3;margin-bottom:20px}#mec_notifications_form label{display:inline-block;min-width:160px}#mec_notifications_form input[type=text],#mec_notifications_form select{min-width:300px}@media (max-width:536px){#mec_notifications_form input[type=text],#mec_notifications_form select{min-width:100%}}#mec_notifications_form .wp-editor-container{margin-bottom:45px}#mec_notifications_form ul li:last-child .wp-editor-container{margin-bottom:0}#mec_messages_form_container ul li label{display:block;font-weight:700}#mec_messages_form_container ul li input{display:block;width:100%}.mec-message-categories li.mec-acc-label{font-size:15px;font-weight:600;padding:25px 30px;cursor:pointer;background-color:#fff;border:none;border-bottom:1px solid #e6e6e6;margin:0;letter-spacing:.5px;position:relative}.mec-message-categories ul{margin:15px 5px}.webnus-icons-list li{width:40px;display:inline-block;list-style:none;padding:0}.webnus-icons-list input{visibility:hidden;margin:0;padding:0;width:1px;height:1px;-moz-opacity:0;-khtml-opacity:0;opacity:0;cursor:pointer}.webnus-icons-list li label{color:#777;display:inline-block!important;float:none!important;width:33px!important;text-align:center;font-size:23px!important;font-weight:400!important;padding:5px 0!important;border:1px solid #eee!important}.mec-webnus-icon{float:left;margin-right:10px}.mec-webnus-icon i{font-size:24px;color:#222}.mec-accordion ul{display:none}.mec-switcher input{position:absolute;margin-left:-9999px;visibility:hidden}.mec-switcher input+label{display:block;position:relative;cursor:pointer;outline:0;padding:2px;width:50px;height:22px;background-color:#ddd;border-radius:60px}.mec-switcher input+label:after,.mec-switcher input+label:before{display:block;position:absolute;top:1px;left:1px;bottom:1px;content:""}.mec-switcher input+label:before{right:1px;background-color:#f1f1f1;border-radius:60px;transition:background .4s}.mec-switcher input+label:after{width:24px;background-color:#fff;border-radius:100%;box-shadow:0 2px 3px rgba(0,0,0,.1);transition:margin .4s}.wns-be-group-tab .mec-switcher input[value="1"]+label,.wns-be-group-tab .mec-switcher input[value="1"]+label:before{background-color:#008aff;background:linear-gradient(95deg,#4dacfd 0,#0d90ff 50%,#008aff 100%);box-shadow:0 3px 11px -7px #008aff}.wns-be-group-tab .mec-switcher input[value="1"]+label:after{margin-left:28px}.mec-switcher input:checked+label{box-shadow:0 3px 11px -7px #008aff}.mec-switcher input:checked+label:before{background-color:#008aff;background:linear-gradient(95deg,#4dacfd 0,#0d90ff 50%,#008aff 100%)}.mec-switcher input:checked+label:after{margin-left:28px}.mec-switcher label{display:block}.mec-sed-methods li{display:inline-block;padding:10px;border:1px solid #ddd;margin:0 5px 5px 0;cursor:pointer}#wpwrap .mec-button-primary{border-bottom:none;letter-spacing:.5px;line-height:18px;height:46px;transition:all .5s ease;color:#fff;padding:12px 25px;display:block;text-align:center;font-size:14px;background:0 0;background-color:#008aff;text-shadow:none;border:0;box-shadow:none;display:inline-block;margin:25px 0 12px;min-width:146px}#wpwrap .mec-button-primary:hover{background-color:#41c9de}#wpwrap .mec-button-primary.loading{background-color:#73c02a}#wpwrap .mec-button-primary:before{content:"\f00c";font-family:fontawesome;margin-right:4px;font-size:16px;display:none}#wpwrap .mec-button-primary.loading:before{display:inline-block}.mec-image-select-wrap{clear:both;overflow:hidden;padding:10px 0;margin:0}.mec-image-select-wrap li{float:left;display:block;margin-right:15px;margin-bottom:15px}.mec-image-select-wrap li input{display:none}.mec-image-select-wrap li span{width:35px;height:35px;display:block;margin:3px;border-radius:2px;border:3px solid transparent;transition:all .2s ease}.mec-image-select-wrap li input:checked+span{border-color:#fff;box-shadow:0 0 14px rgba(0,0,0,.25)}.mec-image-select-wrap li input:checked+span:after{content:"\f00c";font-family:fontawesome;font-size:20px;display:inline-block;color:#fff;padding:8px;max-width:100%;max-height:100%}.mec-image-select-wrap .mec-colorskin-1{background-color:#008aff}.mec-image-select-wrap .mec-colorskin-2{background-color:#0093d0}.mec-image-select-wrap .mec-colorskin-3{background-color:#e53f51}.mec-image-select-wrap .mec-colorskin-4{background-color:#f1c40f}.mec-image-select-wrap .mec-colorskin-5{background-color:#e64883}.mec-image-select-wrap .mec-colorskin-6{background-color:#45ab48}.mec-image-select-wrap .mec-colorskin-7{background-color:#9661ab}.mec-image-select-wrap .mec-colorskin-8{background-color:#0aad80}.mec-image-select-wrap .mec-colorskin-9{background-color:#0ab1f0}.mec-image-select-wrap .mec-colorskin-10{background-color:#ff5a00}.mec-image-select-wrap .mec-colorskin-11{background-color:#c3512f}.mec-image-select-wrap .mec-colorskin-12{background-color:#55606e}.mec-image-select-wrap .mec-colorskin-13{background-color:#fe8178}.mec-image-select-wrap .mec-colorskin-14{background-color:#7c6853}.mec-image-select-wrap .mec-colorskin-15{background-color:#bed431}.mec-image-select-wrap .mec-colorskin-16{background-color:#2d5c88}.mec-image-select-wrap .mec-colorskin-17{background-color:#77da55}.mec-image-select-wrap .mec-colorskin-18{background-color:#2997ab}.mec-image-select-wrap .mec-colorskin-19{background-color:#734854}.mec-image-select-wrap .mec-colorskin-20{background-color:#a81010}.mec-image-select-wrap .mec-colorskin-21{background-color:#4ccfad}.mec-image-select-wrap .mec-colorskin-22{background-color:#3a609f}@media screen and (max-width:782px){.mec-form-row .description{max-width:500px;display:block;margin:0 0 5px 0;padding:0;border:none}.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{margin-bottom:5px;display:block}.mec-form-row .mec-box .button,.mec-meta-box-fields .mec-box .button{float:left}.mec-form-row .time-dv{padding:0 4px}.mec-form-row .mec-col-4 input[type=text],.mec-form-row .mec-col-4 select{width:auto;min-width:192px}.mec-tooltip .dashicons-before:before{font-size:32px}}#frmb-0-clear-all,#frmb-0-save,#frmb-0-view-data{display:none}#mec_sn_googlecal{margin-bottom:0}#mec_fee_row1 .button{margin-right:10px}h4.mec-form-subtitle{font-size:15px;margin-top:0}h5.mec-form-second-title{font-size:15px;margin-top:0}#webnus-dashboard *{box-sizing:border-box}#webnus-dashboard.about-wrap{max-width:1240px;margin:25px auto 20px}#webnus-dashboard .change-log{word-wrap:break-word}#webnus-dashboard .welcome-head img{border:none}.w-welcome{position:relative;margin-top:30px;margin-bottom:10px}.w-box{position:relative;background:#fff;padding:5px 25px;margin-top:30px}.w-theme-version{box-shadow:0 3px 30px -4px #40d8f0;text-shadow:none;background:#40d8f0;background:linear-gradient(95deg,#40d8f0 0,#2dd1ea 50%,#13cbe8 100%);text-align:center;display:block;padding:10px 0;color:#fff;font-weight:600;margin-top:10px;border-radius:2px}.w-box{padding:0;min-height:310px;box-shadow:0 1px 16px rgba(0,0,0,.034);border-radius:2px}.w-box-head{font-weight:600;padding:20px 72px;position:relative;border-bottom:2px solid #008aff;font-size:20px}.w-box-head span{position:absolute;left:0;padding:0 25px;line-height:58px;background:#008aff;height:100%;top:0;color:#fff}.w-box-child,.w-box-content{padding:18px;line-height:24px;font-size:14px}.mec-count-child{width:50%;margin:0 auto}#webnus-dashboard .w-button a{color:#fff!important;border-radius:0;padding:10px 24px;font-size:12px;letter-spacing:1px;font-weight:600;background:#008aff;margin:10px 0;display:inline-block;text-transform:uppercase}#webnus-dashboard .w-box .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)}.w-system-info{margin-bottom:7px}.w-system-info:first-child{margin-top:20px}.w-system-info>span{display:inline-block;min-width:145px;line-height:20px;font-size:13px}#webnus-dashboard .w-current{min-width:110px}#webnus-dashboard .w-min{min-width:65px}.w-icon{color:#fff;padding:3px;border-radius:4px;margin-right:10px;vertical-align:middle}.w-icon-green{background:#27ae60}.w-icon-red{background:#e74c3c}.extra .w-box-head{padding:20px;border-bottom:1px solid #ededed}.doc .w-box-head{color:#4cbf67}#webnus-dashboard .doc .w-button a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);margin:35px 0 17px;box-shadow:0 5px 10px -5px #4cbf67;background-color:#fff}#webnus-dashboard .support .w-button a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);margin:13px 0 18px;box-shadow:0 5px 10px -5px #ff876c}.doc .w-box-content{background:url(../img/document.png) no-repeat right center}.doc .w-box-content p,.w-box.support .w-box-content p{width:54%;color:#666;margin-top:10px;max-width:380px}.w-box-child p{color:#666;margin-top:10px}.w-box.support{background:#fff url(../img/support.png) no-repeat top right}.w-box.support .w-box-head{width:50%;color:#ff876c}.w-box-content pre{text-align:left;background:#f5f5f5;font-size:13px;padding:20px 25px;height:480px;overflow-y:scroll}.w-box.change-log .w-box-head{color:#01c6d9}#webnus-dashboard .button:not(.mec-intro-section-link-tag){border:0;background:0 0;box-shadow:none;color:#e74c3c;font-weight:700}.w-box .state{position:absolute;top:0;left:-100vw}#webnus-dashboard .button:hover{color:#222}.w-box .state:checked~.content{-webkit-transform:none;-ms-transform:none;transform:none}.w-box .state:checked~.backdrop{bottom:0;opacity:1;z-index:1}.w-box .lightbox{position:fixed;top:0;right:0;left:0;height:0;padding:0 20px}.w-box .lightbox .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative;z-index:2;max-width:500px;max-height:95vh;margin:20px auto;padding:20px;background:#fff;-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:.3s -webkit-transform ease-in-out;transition:.3s transform ease-in-out;border:1px solid rgba(0,0,0,.1)}.w-box .lightbox .main{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.w-box .lightbox .backdrop{position:fixed;z-index:-1;top:0;right:0;bottom:100%;left:0;opacity:0;background:rgba(0,0,0,.3);-webkit-transition:.3s opacity ease-in-out;transition:.3s opacity ease-in-out}.content .main p{color:#bf3737}p.mec_dash_count{font-size:60px;font-weight:600;margin:0;color:#01c6d9}.w-col-sm-3 .w-box.doc{text-align:center;min-height:auto}.w-Knowledgebase{color:#8e5cea}.mec-view-all-articles a{margin:30px 0 17px;display:inline-block;color:#fff!important;border-radius:0;padding:10px 24px;font-size:12px;letter-spacing:1px;font-weight:600;background:#8e5cea;display:inline-block;text-transform:uppercase;transition:all .24s ease;-webkit-transition:all .24s ease}.mec-view-all-articles a:hover{background-color:#222}.w-box.upcoming-events .mec-event-article{margin-bottom:22px;border-bottom:1px solid #eee;padding-bottom:16px}.w-box.upcoming-events .mec-event-article .mec-event-date{font-size:14px;color:#666}.w-box.upcoming-events .mec-event-article .mec-event-date span{font-weight:600;margin-right:4px}.w-box.upcoming-events .mec-event-article h4.mec-event-title{margin:0;font-size:15px}.w-box.upcoming-events .mec-event-article .mec-event-detail{font-size:13px;color:#999}.w-box.upcoming-events .mec-event-article .mec-detail-button{font-size:10px;font-weight:600;letter-spacing:1px;padding:4px 12px;background:#f2f2f2;float:right}.w-box.total-bookings ul li{display:inline-block;padding:4px 12px;background:#f1f1f1;margin-right:5px;border-radius:3px}.w-box.total-bookings ul li.selected{background:#fff;border:1px solid #e9e9e9}.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}.info-msg-link{background:#fff;padding:4px 12px 6px;border-radius:3px;line-height:1;font-weight:600;color:#008aff}.mec-success{color:#270;background-color:#dff2bf}.warning-msg{color:#9f6000;background-color:#feefb3}.mec-error{color:#d8000c;background-color:#ffbaba}.mec-certain-day>div,.mec-select-deselect-actions li,.mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-xi-google-import-events .mec-select-deselect-actions li{display:inline-block;position:relative;outline:0;background:#fff;border:1px solid #e2e2e2;border-radius:50px;padding:11px 21px 11px 21px;line-height:1;font-size:11px;font-weight:600;color:#444;letter-spacing:2px;height:auto;cursor:pointer;margin-top:5px;text-transform:uppercase;box-shadow:0 0 3px rgba(0,0,0,.03)}.mec-certain-day>div:hover,.mec-select-deselect-actions li:hover,.mec-xi-facebook-import-events .mec-select-deselect-actions li:hover,.mec-xi-google-import-events .mec-select-deselect-actions li:hover{border-color:#008aff;box-shadow:0 0 7px rgba(0,0,0,.1)}.mec-not-in-days-remove{border:1px solid #ff4b64;border-radius:20px;padding:0 0 0 1px;color:#ff4b64;width:11px;height:12px;text-align:center;line-height:12px;display:inline-block;margin-right:-5px;margin-left:6px}div#mec_not_in_days_row2:hover{border-color:#e2e2e2!important;box-shadow:none!important}.mec-xi-facebook-import-events .mec-success,.mec-xi-google-import-events .mec-success{width:460px}.mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-xi-google-import-events .mec-select-deselect-actions li{display:inline-block;cursor:pointer}.lity-content>div{overflow:auto}.mce-mec-mce-items{text-transform:capitalize!important}#mec_setting_contextual li{list-style:none!important;font-size:12px;margin:0;padding:6px}.mec-bbf-field-container{margin-bottom:10px}.mec-bbf-field-container label{display:block}.kc-components ul.kc-components-list li .cpicon.mec-kingcomposer-icon,.kc-element-icon .cpicon.mec-kingcomposer-icon{background:url(../img/ico-mec-vc.png) no-repeat center center;background-size:auto;background-repeat:no-repeat}.mec-archive-skinsm.mec-category-skins,.mec-carousel-archive-link,.mec-carousel-head-text,.mec-toggle-month-divider{display:none}span.mec-archive-skins,span.mec-category-skins{margin-left:10px;vertical-align:text-bottom}.mec-archive-skins input,.mec-archive-skins select,.mec-category-skins input,.mec-category-skins select{min-width:225px;vertical-align:baseline}#mec_settings_default_skin_archive,#mec_settings_default_skin_category{min-width:225px}.w-welcome p span{background:#fff;padding:4px 10px}#mec_masonry_skin_options_container .mec-form-row .description{margin-left:0;padding-left:0;border:none;margin-top:-4px}@media (max-width:1280px){span.mec-archive-skins,span.mec-category-skins{margin-left:0}}/*!
|
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)
|
1 |
+
#mec_location_thumbnail_img img,#mec_organizer_thumbnail_img img,#mec_thumbnail_img img{max-width:250px}.taxonomy-mec_label .column-id,.taxonomy-mec_location .column-id,.taxonomy-mec_organizer .column-id,.taxonomy-mec_speaker .column-id{width:40px}.taxonomy-mec_label .column-primary,.taxonomy-mec_location .column-primary,.taxonomy-mec_organizer .column-primary,.taxonomy-mec_speaker .column-primary{width:250px}.mec-color{margin:10px;width:14px;height:14px;display:inline-block;margin-right:6px;border-radius:20px 20px 20px 20px;vertical-align:middle}.mec-event-color-container,.mec-event-title-container{display:inline-block}.mec-available-color-row{margin-top:15px}.mec-available-color-row .mec-color{cursor:pointer}.mec-widget-container a{text-decoration:none}.mec-widget-container label{padding-right:15px}.mec-util-hidden{display:none}.button.mec-util-hidden{display:none}.wns-be-container{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Oxygen,Roboto,sans-serif;max-width:100%;background-color:#f6f6f6;border:1px solid #c1cad2;box-shadow:0 1px 1px rgba(0,0,0,.04);margin-top:40px;margin-right:15px;overflow:hidden}.wns-be-sidebar{width:260px;float:left;position:relative}.wns-be-sidebar ul.wns-be-group-menu,.wns-be-sidebar ul.wns-be-group-menu li{list-style:none;margin:0}.wns-be-sidebar .wns-be-group-menu li a{display:block;position:relative;outline:0;padding:13px 4px 13px 20px;background:#e0e0e0;background:0 0;border:none;color:#3f454a;font-size:13px;font-weight:600;text-decoration:none;-webkit-transition:none;transition:none}.wns-be-sidebar .wns-be-group-menu li a:hover{background:#fff;color:#008aff;opacity:1}.wns-be-sidebar .wns-be-group-menu>li.active>a,.wns-be-sidebar .wns-be-group-menu>li.active>a:hover{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff}.wns-be-sidebar .wns-be-group-menu>li.active>a{box-shadow:0 2px 12px -5px #008aff}.wns-be-sidebar .wns-be-group-menu li a:first-child{border-top:none}.wns-be-main{background:#fff;margin-left:260px;border-left:1px solid #dedede;padding-bottom:84px;box-shadow:inset 0 1px 0 #fff;min-height:1120px;position:relative}.wns-be-main .wns-saved-settings{margin:0;border-bottom:1px solid #dedede;background:#dff0d8;color:#468847;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.6)}.wns-be-container .dpr-btn{display:inline-block;font-size:13px;padding:0 16px 1px;height:36px;margin-right:3px;line-height:35px;color:#555;border:1px solid #ccc;background:#f7f7f7;text-decoration:none;transition:.24s all ease;-webkit-transition:.24s all ease}.wns-be-container .dpr-btn:hover{background:#fcfcfc;border-color:#999;color:#303030}.wns-be-container .dpr-btn.dpr-save-btn{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}.wns-be-container .dpr-btn.dpr-save-btn: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}.wns-be-container .wns-be-group-tab h2,.wns-be-container .wns-be-group-tab h4{color:#000;margin-bottom:25px;padding:15px;background:#f5f5f5;font-size:21px;line-height:23px;letter-spacing:.4px;font-weight:700;position:relative}.wns-be-container .wns-be-group-tab h2{margin-top:10px}.wns-be-container .wns-be-group-tab h2:before,.wns-be-container .wns-be-group-tab h4:before{content:"";width:4px;height:16px;margin-right:5px;background-color:#008aff;display:block;position:absolute;left:0;top:18px}.wns-be-container .wns-be-group-tab h4:before{width:2px;top:16px}.wns-be-container .wns-be-group-tab h4{font-size:16px;font-weight:600;background:#f8f8f8;border:none;padding:12px 15px 12px 15px}.wns-be-container .wns-be-group-tab p{font-size:13px;color:#888}.wns-be-sidebar .wns-be-group-tab-link-a:hover{cursor:pointer}.wns-be-sidebar .wns-be-group-tab-link-a span{display:block}.wns-be-sidebar .wns-be-group-tab-link-a span.wns-be-group-menu-title{padding-left:24px}.wns-be-sidebar li.active ul.subsection{padding-top:8px;padding-bottom:12px;background:#fff;border-bottom:1px solid #dedede;margin:0}.wns-be-sidebar li .subsection a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 46px}.wns-be-sidebar li .subsection a:hover{background:#f6f6f6;color:#222}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a{color:#008aff}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;right:-1px;top:10px}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:#c5c5c5;right:0}.wns-be-sidebar li a i{color:#a0abb5;vertical-align:middle;font-size:18px;position:absolute;margin-top:0;margin-left:-4px}.wns-be-sidebar .wns-be-group-menu li.active>a i{color:#fff}.wns-be-sidebar .has-sub span.extra-icon{display:inline-block;float:right;padding:4px 7px 4px;margin-left:4px;margin-right:10px;font-family:sans-serif;font-size:9px;font-weight:600;line-height:9px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent}.wns-be-sidebar .has-sub span.extra-icon i{margin-left:-3px;margin-top:2px;color:#bac6d0;font-size:10px}.wns-be-sidebar .wns-be-group-tab-link-a span.extra-icon i{right:10px;font-size:10px}.wns-be-sidebar .wns-be-group-menu li.active>a span.extra-icon i{margin-top:1px}.wns-be-container #wns-be-footer{border-top:1px solid #dedede;z-index:999;padding:25px 20px 20px;background:#fafafa!important;height:44px;text-align:right}.wns-be-container #wns-be-content{padding:5px 40px 40px}.wns-be-container #wns-be-infobar{background:#fff;border-bottom:1px solid #dedede;padding:20px;text-align:right;box-shadow:inset 0 1px 0 #fcfcfc;height:79px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative}.wns-be-container #wns-be-infobar:before{content:"";width:261px;height:78px;display:block;position:absolute;left:0;top:0;background:#fff url(../img/webnus-logo.png) no-repeat center;border-bottom:1px solid #dedede;background-size:220px;z-index:997}.wns-be-container .notice-yellow{margin:0;border-bottom:1px solid #dedede;background-color:#fcf8e3;color:#c09853;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5)}.wns-be-container .notice-red,.wns-be-container .wns-be-field-errors{margin:0;border-bottom:1px solid #dedede;background-color:#f2dede;color:#b94a48;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5)}@media(max-width:480px){a.dpr-btn.dpr-save-btn{display:block!important;text-align:center!important;margin-top:20px!important}.mec-search-settings-wrap{margin-top:73px!important;text-align:center!important;display:block!important}#mec-search-settings{margin:0!important;width:100%!important}.wns-be-container #wns-be-infobar{height:auto!important}}body.post-type-mec-events th.column-primary{width:35%}body.post-type-mec-events th.column-start_date{width:100px}body.post-type-mec-events th.column-end_date{width:100px}body.post-type-mec-events th.column-repeat{width:75px}body.post-type-mec-events th.column-author{width:150px}body.post-type-mec-books th.column-primary{width:20%}body.post-type-mec-books th.column-event{width:170px}body.post-type-mec-books th.column-bdate{width:120px}body.post-type-mec-books th.column-confirmation{width:120px}body.post-type-mec-books th.column-verification{width:120px}body.post-type-mec-books th.column-author{width:150px}.mec-meta-box-labels-container .mec-form-row{height:100px;overflow:auto}.mec-tooltip{display:inline;position:relative;margin-right:10px;cursor:help;bottom:5px;left:3px}.mec-tooltip:last-child{margin-right:0}.mec-tooltip:hover:after{background:#313130;border-radius:5px;bottom:24px;color:#fff;content:attr(title);left:-75px;padding:10px;position:absolute;z-index:98;width:240px}.mec-tooltip:hover:before{border:solid;border-color:#313130 transparent;border-width:6px 6px 0;bottom:18px;content:"";left:30%;position:absolute;z-index:99}.mec-tooltip .dashicons-before:before{font-size:24px;color:#40d9f1;line-height:37px}.mec-tooltip a:focus{box-shadow:none}.mec-form-row .bootstrap_unvalid{display:block;border:2px solid red;position:relative;display:inline-block;border-bottom:1px dotted #000}.mec-tooltiptext{visibility:hidden;width:120px;background-color:red;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1}.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}.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{position:relative;min-height:1px;padding:0;margin:0 1% 0 0}@media (min-width:783px){.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{float:left}.mec-col-12{width:99%}.mec-col-11{width:90.66666667%}.mec-col-10{width:82.33333333%}.mec-col-9{width:74%}.mec-col-8{width:65.66666667%}.mec-col-7{width:57.33333333%}.mec-col-6{width:49%}.mec-col-5{width:40.66666667%}.mec-col-4{width:32.33333333%}.mec-col-3{width:24%}.mec-col-2{width:15.66666667%}.mec-col-1{width:7.33333333%}}#mec_reg_form_fields{background:#eee;padding:20px}#mec_reg_form_fields li{margin:4px;border-radius:2px;padding:20px 34px 24px;background:#fff;position:relative;transition:all .3s ease}#mec_reg_form_fields li ul{padding-top:15px;padding-bottom:15px;margin:1px}#mec_reg_form_fields li ul li{padding:7px 30px 7px 46px}#mec_reg_form_fields span.mec_reg_field_type{font-size:11px;font-weight:600;color:#8a8a8a;text-transform:uppercase;letter-spacing:2px}#mec_reg_form_fields span.mec_reg_field_option_sort,#mec_reg_form_fields span.mec_reg_field_remove,#mec_reg_form_fields span.mec_reg_field_sort{font-size:0;color:#fff}#mec_reg_form_fields span.mec_reg_field_remove{position:absolute;right:0;top:0}#mec_reg_form_fields span.mec_reg_field_option_sort:before,#mec_reg_form_fields span.mec_reg_field_remove:before,#mec_reg_form_fields span.mec_reg_field_sort:before{position:absolute;left:10px;top:20px;width:80px;height:20px;display:block;cursor:move;font-family:simple-line-icons;content:"\e023";font-size:18px;color:#888}#mec_reg_form_fields span.mec_reg_field_remove:before{content:"\e082";width:20px;height:20px;left:auto;right:15px;color:#f96666;cursor:pointer}#mec_reg_form_fields span.mec_reg_field_option_sort:before{font-size:13px;left:2px;top:23px;width:14px;height:14px}#mec_reg_form_fields li ul li span.mec_reg_field_remove{right:auto;left:60px;top:2px}#mec_reg_form_fields p.mec_reg_field_options{margin:6px 0 8px}#mec_reg_form_fields input[type=number],#mec_reg_form_fields input[type=text],#mec_reg_form_fields select,#mec_reg_form_fields textarea{min-width:260px;min-height:34px;margin-bottom:7px;margin-top:7px}#mec_reg_form_fields textarea{min-height:66px}#mec_reg_form_field_types button,#mec_reg_form_fields button{position:relative;outline:0;background:#fff;border:1px solid #e2e2e2;border-radius:50px;padding:11px 21px 11px 31px;line-height:1;font-size:11px;font-weight:600;color:#444;letter-spacing:2px;height:auto;cursor:pointer;margin-top:5px;text-transform:uppercase;box-shadow:0 0 3px rgba(0,0,0,.03)}#mec_reg_form_field_types button:hover,#mec_reg_form_fields button:hover{border-color:#008aff;box-shadow:0 0 7px rgba(0,0,0,.1)}#mec_reg_form_field_types button:before,#mec_reg_form_fields button:before{position:absolute;left:12px;color:#008aff;content:"\e095";font-family:simple-line-icons;font-size:13px;display:inline-block}#mec_reg_form_field_types button.red:hover,#mec_reg_form_fields button.red:hover{border-color:red;box-shadow:0 0 7px rgba(0,0,0,.1)}#mec_reg_form_field_types button.red:before,#mec_reg_form_fields button.red:before{position:absolute;left:12px;color:red;content:"\e095";font-family:simple-line-icons;font-size:13px;display:inline-block}@media (max-width:768px){#mec_reg_form_fields input[type=number],#mec_reg_form_fields input[type=text],#mec_reg_form_fields select,#mec_reg_form_fields textarea{min-width:80px;width:100%}}.mec-form-row{margin:0 auto 16px}.mec-options-fields{padding-top:25px;overflow:hidden;animation:fadeEffect .31s}#mec_booking_form .mec-options-fields,#mec_modules_form .mec-options-fields,#mec_notifications_form .mec-options-fields,#mec_settings_form .mec-options-fields,#mec_single_form .mec-options-fields{display:none}.mec-options-fields.active{display:block!important}@keyframes fadeEffect{from{opacity:0;margin-left:12px}to{opacity:1;margin-left:0}}.mec-form-row:after,.mec-form-row:before{content:" ";display:table}.mec-form-row:after{clear:both}.mec-form-row input[type=number],.mec-form-row input[type=text],.mec-form-row select,.mec-form-row textarea{height:38px;box-sizing:border-box;margin-bottom:8px;padding:0 6px;box-shadow:none;border-radius:2px;box-shadow:inset 0 1px 5px rgba(0,0,0,.05)}.mec-form-row input[type=radio]{margin:5px 0}.mec-form-row select{margin-top:1px}.mec-book-status-form select{display:block;width:99%;margin-top:10px;margin-bottom:10px}.mec-form-row label{margin:10px 0}.mec-form-row input[type=checkbox]{background-color:#fafafa;border:1px solid #cacece;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);padding:9px;border-radius:3px;min-width:20px;min-height:20px;display:inline-block}.mec-form-row input[type=checkbox]:checked{box-shadow:0 3px 11px -4px #008aff;border-color:#008aff;background:#fff}.mec-form-row input[type=checkbox]:checked:before{color:#008aff;width:20px;font:400 24px/1 dashicons}.mec-form-row .mec-col-4 input[type=number],.mec-form-row .mec-col-4 input[type=text],.mec-form-row .mec-col-4 select,.mec-form-row .mec-col-4 textarea{width:75%}.mec-form-row .description{display:inline-block;border-left:1px dashed #ccc;margin-left:12px;line-height:32px;padding-left:12px;margin-top:5px;color:#555}.mec-form-row .time-dv{font-size:14px;font-weight:700}.mec-meta-box-fields{margin:30px 10px}.mec-meta-box-fields>.mec-meta-box-fields{margin-left:0}.mec-meta-box-fields .mec-title{margin:5px 0}.mec-meta-box-fields h4.mec-title{margin:40px 0 16px}.mec-meta-box-fields .mec-dashicons{font-size:20px;line-height:22px;color:#008aff}.mec-form-row .mec-box,.mec-meta-box-fields .mec-box{background:#f7f7f7;padding:10px;margin:10px 0;border-radius:2px;border:1px solid #e6e6e6}.mec-form-row .mec-box{max-width:960px}.mec-form-row .mec-box .button,.mec-meta-box-fields .mec-box .button{float:right}#mec_gateways_form .mec-form-row:first-child,#mec_notifications_form_container .mec-form-row:nth-child(2){overflow:hidden}#mec_gateways_form .mec-tooltip{float:right}.mec-container{background:#fff;padding:15px}.nav-tab-active{background:#fff;border-bottom:1px solid #fff}#mec_social_networks .mec-form-row{margin-bottom:0}#mec_gateways_form h4,.mec-meta-box-fields h4,.mec-options-fields h4,h4.mec-form-subtitle{text-transform:capitalize;border-bottom:1px solid #e5e5e5;padding-bottom:6px;margin:40px 0 16px;font-size:15px;font-weight:600}#mec_gateways_form h4{margin-bottom:0}#mec_styles_form #mec_styles_CSS{height:200px;margin-bottom:5px;font-family:Consolas,Monaco,monospace;font-size:13px;width:97%;background:#f9f9f9;outline:0}#mec_calendar_filter .description,#mec_styles_form .description{max-width:500px;display:block;margin:0 0 5px 0;padding:0;border:none}.mec-sed-methods li{display:inline-block;padding:8px 12px;border:1px solid #ddd;margin:0 5px 5px 0;cursor:pointer;border-radius:3px;box-shadow:0 2px 15px -2px rgba(0,0,0,.1)}.mec-sed-methods li:hover{border-color:#008aff}.mec-sed-methods li.active{border-color:#008aff;background-color:#fff;color:#008aff;font-weight:600;cursor:default;box-shadow:0 0 4px rgba(1,138,255,.3) inset}.mec-switcher input+label{display:block;position:relative;cursor:pointer;outline:0;padding:2px;width:38px;height:22px;background-color:#ddd;border-radius:60px}.mec-switcher input:checked+label{background-color:#008aff;box-shadow:0 3px 22px -6px #008aff}.mec-switcher input:checked+label:after{margin-left:16px}#mec_gateways_form input[type=text],#mec_gateways_form select,#mec_gateways_form textarea{width:calc(100% - 30px)}#mec_gateways_form textarea{min-height:65px}#mec_gateways_form li .mec-gateway-options-form,#payment_gateways_option li .mec-gateway-options-form{padding:15px 20px;background-color:#f7f7f7;border-left:6px solid #e3e3e3;margin-bottom:20px}#mec_notifications_form label{display:inline-block;min-width:160px}#mec_notifications_form input[type=text],#mec_notifications_form select{min-width:300px}@media (max-width:536px){#mec_notifications_form input[type=text],#mec_notifications_form select{min-width:100%}}#mec_notifications_form .wp-editor-container{margin-bottom:45px}#mec_notifications_form ul li:last-child .wp-editor-container{margin-bottom:0}#mec_messages_form_container ul li label{display:block;font-weight:700}#mec_messages_form_container ul li input{display:block;width:100%}.mec-message-categories li.mec-acc-label{font-size:15px;font-weight:600;padding:25px 30px;cursor:pointer;background-color:#fff;border:none;border-bottom:1px solid #e6e6e6;margin:0;letter-spacing:.5px;position:relative}.mec-message-categories ul{margin:15px 5px}.webnus-icons-list li{width:40px;display:inline-block;list-style:none;padding:0}.webnus-icons-list input{visibility:hidden;margin:0;padding:0;width:1px;height:1px;-moz-opacity:0;-khtml-opacity:0;opacity:0;cursor:pointer}.webnus-icons-list li label{color:#777;display:inline-block!important;float:none!important;width:33px!important;text-align:center;font-size:23px!important;font-weight:400!important;padding:5px 0!important;border:1px solid #eee!important}.mec-webnus-icon{float:left;margin-right:10px}.mec-webnus-icon i{font-size:24px;color:#222}.mec-accordion ul{display:none}.mec-switcher input{position:absolute;margin-left:-9999px;visibility:hidden}.mec-switcher input+label{display:block;position:relative;cursor:pointer;outline:0;padding:2px;width:50px;height:22px;background-color:#ddd;border-radius:60px}.mec-switcher input+label:after,.mec-switcher input+label:before{display:block;position:absolute;top:1px;left:1px;bottom:1px;content:""}.mec-switcher input+label:before{right:1px;background-color:#f1f1f1;border-radius:60px;transition:background .4s}.mec-switcher input+label:after{width:24px;background-color:#fff;border-radius:100%;box-shadow:0 2px 3px rgba(0,0,0,.1);transition:margin .4s}.wns-be-group-tab .mec-switcher input[value="1"]+label,.wns-be-group-tab .mec-switcher input[value="1"]+label:before{background-color:#008aff;background:linear-gradient(95deg,#4dacfd 0,#0d90ff 50%,#008aff 100%);box-shadow:0 3px 11px -7px #008aff}.wns-be-group-tab .mec-switcher input[value="1"]+label:after{margin-left:28px}.mec-switcher input:checked+label{box-shadow:0 3px 11px -7px #008aff}.mec-switcher input:checked+label:before{background-color:#008aff;background:linear-gradient(95deg,#4dacfd 0,#0d90ff 50%,#008aff 100%)}.mec-switcher input:checked+label:after{margin-left:28px}.mec-switcher label{display:block}.mec-sed-methods li{display:inline-block;padding:10px;border:1px solid #ddd;margin:0 5px 5px 0;cursor:pointer}#wpwrap .mec-button-primary{border-bottom:none;letter-spacing:.5px;line-height:18px;height:46px;transition:all .5s ease;color:#fff;padding:12px 25px;display:block;text-align:center;font-size:14px;background:0 0;background-color:#008aff;text-shadow:none;border:0;box-shadow:none;display:inline-block;margin:25px 0 12px;min-width:146px}#wpwrap .mec-button-primary:hover{background-color:#41c9de}#wpwrap .mec-button-primary.loading{background-color:#73c02a}#wpwrap .mec-button-primary:before{content:"\f00c";font-family:fontawesome;margin-right:4px;font-size:16px;display:none}#wpwrap .mec-button-primary.loading:before{display:inline-block}.mec-image-select-wrap{clear:both;overflow:hidden;padding:10px 0;margin:0}.mec-image-select-wrap li{float:left;display:block;margin-right:15px;margin-bottom:15px}.mec-image-select-wrap li input{display:none}.mec-image-select-wrap li span{width:35px;height:35px;display:block;margin:3px;border-radius:2px;border:3px solid transparent;transition:all .2s ease}.mec-image-select-wrap li input:checked+span{border-color:#fff;box-shadow:0 0 14px rgba(0,0,0,.25)}.mec-image-select-wrap li input:checked+span:after{content:"\f00c";font-family:fontawesome;font-size:20px;display:inline-block;color:#fff;padding:8px;max-width:100%;max-height:100%}.mec-image-select-wrap .mec-colorskin-1{background-color:#008aff}.mec-image-select-wrap .mec-colorskin-2{background-color:#0093d0}.mec-image-select-wrap .mec-colorskin-3{background-color:#e53f51}.mec-image-select-wrap .mec-colorskin-4{background-color:#f1c40f}.mec-image-select-wrap .mec-colorskin-5{background-color:#e64883}.mec-image-select-wrap .mec-colorskin-6{background-color:#45ab48}.mec-image-select-wrap .mec-colorskin-7{background-color:#9661ab}.mec-image-select-wrap .mec-colorskin-8{background-color:#0aad80}.mec-image-select-wrap .mec-colorskin-9{background-color:#0ab1f0}.mec-image-select-wrap .mec-colorskin-10{background-color:#ff5a00}.mec-image-select-wrap .mec-colorskin-11{background-color:#c3512f}.mec-image-select-wrap .mec-colorskin-12{background-color:#55606e}.mec-image-select-wrap .mec-colorskin-13{background-color:#fe8178}.mec-image-select-wrap .mec-colorskin-14{background-color:#7c6853}.mec-image-select-wrap .mec-colorskin-15{background-color:#bed431}.mec-image-select-wrap .mec-colorskin-16{background-color:#2d5c88}.mec-image-select-wrap .mec-colorskin-17{background-color:#77da55}.mec-image-select-wrap .mec-colorskin-18{background-color:#2997ab}.mec-image-select-wrap .mec-colorskin-19{background-color:#734854}.mec-image-select-wrap .mec-colorskin-20{background-color:#a81010}.mec-image-select-wrap .mec-colorskin-21{background-color:#4ccfad}.mec-image-select-wrap .mec-colorskin-22{background-color:#3a609f}@media screen and (max-width:782px){.mec-form-row .description{max-width:500px;display:block;margin:0 0 5px 0;padding:0;border:none}.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{margin-bottom:5px;display:block}.mec-form-row .mec-box .button,.mec-meta-box-fields .mec-box .button{float:left}.mec-form-row .time-dv{padding:0 4px}.mec-form-row .mec-col-4 input[type=text],.mec-form-row .mec-col-4 select{width:auto;min-width:192px}.mec-tooltip .dashicons-before:before{font-size:32px}}#frmb-0-clear-all,#frmb-0-save,#frmb-0-view-data{display:none}#mec_sn_googlecal{margin-bottom:0}#mec_fee_row1 .button{margin-right:10px}h4.mec-form-subtitle{font-size:15px;margin-top:0}h5.mec-form-second-title{font-size:15px;margin-top:0}#webnus-dashboard *{box-sizing:border-box}#webnus-dashboard.about-wrap{max-width:1240px;margin:25px auto 20px}#webnus-dashboard .change-log{word-wrap:break-word}#webnus-dashboard .welcome-head img{border:none}.w-welcome{position:relative;margin-top:30px;margin-bottom:10px}.w-box{position:relative;background:#fff;padding:5px 25px;margin-top:30px}.w-theme-version{box-shadow:0 3px 30px -4px #40d8f0;text-shadow:none;background:#40d8f0;background:linear-gradient(95deg,#40d8f0 0,#2dd1ea 50%,#13cbe8 100%);text-align:center;display:block;padding:10px 0;color:#fff;font-weight:600;margin-top:10px;border-radius:2px}.w-box{padding:0;min-height:310px;box-shadow:0 1px 16px rgba(0,0,0,.034);border-radius:2px}.w-box-head{font-weight:600;padding:20px 72px;position:relative;border-bottom:2px solid #008aff;font-size:20px}.w-box-head span{position:absolute;left:0;padding:0 25px;line-height:58px;background:#008aff;height:100%;top:0;color:#fff}.w-box-child,.w-box-content{padding:18px;line-height:24px;font-size:14px}.mec-count-child{width:50%;margin:0 auto}#webnus-dashboard .w-button a{color:#fff!important;border-radius:0;padding:10px 24px;font-size:12px;letter-spacing:1px;font-weight:600;background:#008aff;margin:10px 0;display:inline-block;text-transform:uppercase}#webnus-dashboard .w-box .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)}.w-system-info{margin-bottom:7px}.w-system-info:first-child{margin-top:20px}.w-system-info>span{display:inline-block;min-width:145px;line-height:20px;font-size:13px}#webnus-dashboard .w-current{min-width:110px}#webnus-dashboard .w-min{min-width:65px}.w-icon{color:#fff;padding:3px;border-radius:4px;margin-right:10px;vertical-align:middle}.w-icon-green{background:#27ae60}.w-icon-red{background:#e74c3c}.extra .w-box-head{padding:20px;border-bottom:1px solid #ededed}.doc .w-box-head{color:#4cbf67}#webnus-dashboard .doc .w-button a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);margin:35px 0 17px;box-shadow:0 5px 10px -5px #4cbf67;background-color:#fff}#webnus-dashboard .support .w-button a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);margin:13px 0 18px;box-shadow:0 5px 10px -5px #ff876c}.doc .w-box-content{background:url(../img/document.png) no-repeat right center}.doc .w-box-content p,.w-box.support .w-box-content p{width:54%;color:#666;margin-top:10px;max-width:380px}.w-box-child p{color:#666;margin-top:10px}.w-box.support{background:#fff url(../img/support.png) no-repeat top right}.w-box.support .w-box-head{width:50%;color:#ff876c}.w-box-content pre{text-align:left;background:#f5f5f5;font-size:13px;padding:20px 25px;height:480px;overflow-y:scroll}.w-box.change-log .w-box-head{color:#01c6d9}#webnus-dashboard .button:not(.mec-intro-section-link-tag){border:0;background:0 0;box-shadow:none;color:#e74c3c;font-weight:700}.w-box .state{position:absolute;top:0;left:-100vw}#webnus-dashboard .button:hover{color:#222}.w-box .state:checked~.content{-webkit-transform:none;-ms-transform:none;transform:none}.w-box .state:checked~.backdrop{bottom:0;opacity:1;z-index:1}.w-box .lightbox{position:fixed;top:0;right:0;left:0;height:0;padding:0 20px}.w-box .lightbox .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative;z-index:2;max-width:500px;max-height:95vh;margin:20px auto;padding:20px;background:#fff;-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:.3s -webkit-transform ease-in-out;transition:.3s transform ease-in-out;border:1px solid rgba(0,0,0,.1)}.w-box .lightbox .main{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.w-box .lightbox .backdrop{position:fixed;z-index:-1;top:0;right:0;bottom:100%;left:0;opacity:0;background:rgba(0,0,0,.3);-webkit-transition:.3s opacity ease-in-out;transition:.3s opacity ease-in-out}.content .main p{color:#bf3737}p.mec_dash_count{font-size:60px;font-weight:600;margin:0;color:#01c6d9}.w-col-sm-3 .w-box.doc{text-align:center;min-height:auto}.w-Knowledgebase{color:#8e5cea}.mec-view-all-articles a{margin:30px 0 17px;display:inline-block;color:#fff!important;border-radius:0;padding:10px 24px;font-size:12px;letter-spacing:1px;font-weight:600;background:#8e5cea;display:inline-block;text-transform:uppercase;transition:all .24s ease;-webkit-transition:all .24s ease}.mec-view-all-articles a:hover{background-color:#222}.w-box.upcoming-events .mec-event-article{margin-bottom:22px;border-bottom:1px solid #eee;padding-bottom:16px}.w-box.upcoming-events .mec-event-article .mec-event-date{font-size:14px;color:#666}.w-box.upcoming-events .mec-event-article .mec-event-date span{font-weight:600;margin-right:4px}.w-box.upcoming-events .mec-event-article h4.mec-event-title{margin:0;font-size:15px}.w-box.upcoming-events .mec-event-article .mec-event-detail{font-size:13px;color:#999}.w-box.upcoming-events .mec-event-article .mec-detail-button{font-size:10px;font-weight:600;letter-spacing:1px;padding:4px 12px;background:#f2f2f2;float:right}.w-box.total-bookings ul li{display:inline-block;padding:4px 12px;background:#f1f1f1;margin-right:5px;border-radius:3px}.w-box.total-bookings ul li.selected{background:#fff;border:1px solid #e9e9e9}.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}.info-msg-link{background:#fff;padding:4px 12px 6px;border-radius:3px;line-height:1;font-weight:600;color:#008aff}.mec-success{color:#270;background-color:#dff2bf}.warning-msg{color:#9f6000;background-color:#feefb3}.mec-error{color:#d8000c;background-color:#ffbaba}.mec-certain-day>div,.mec-select-deselect-actions li,.mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-xi-google-import-events .mec-select-deselect-actions li{display:inline-block;position:relative;outline:0;background:#fff;border:1px solid #e2e2e2;border-radius:50px;padding:11px 21px 11px 21px;line-height:1;font-size:11px;font-weight:600;color:#444;letter-spacing:2px;height:auto;cursor:pointer;margin-top:5px;text-transform:uppercase;box-shadow:0 0 3px rgba(0,0,0,.03)}.mec-certain-day>div:hover,.mec-select-deselect-actions li:hover,.mec-xi-facebook-import-events .mec-select-deselect-actions li:hover,.mec-xi-google-import-events .mec-select-deselect-actions li:hover{border-color:#008aff;box-shadow:0 0 7px rgba(0,0,0,.1)}.mec-not-in-days-remove{border:1px solid #ff4b64;border-radius:20px;padding:0 0 0 1px;color:#ff4b64;width:11px;height:12px;text-align:center;line-height:12px;display:inline-block;margin-right:-5px;margin-left:6px}div#mec_not_in_days_row2:hover{border-color:#e2e2e2!important;box-shadow:none!important}.mec-xi-facebook-import-events .mec-success,.mec-xi-google-import-events .mec-success{width:460px}.mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-xi-google-import-events .mec-select-deselect-actions li{display:inline-block;cursor:pointer}.lity-content>div{overflow:auto}.mce-mec-mce-items{text-transform:capitalize!important}#mec_setting_contextual li{list-style:none!important;font-size:12px;margin:0;padding:6px}.mec-bbf-field-container{margin-bottom:10px}.mec-bbf-field-container label{display:block}.kc-components ul.kc-components-list li .cpicon.mec-kingcomposer-icon,.kc-element-icon .cpicon.mec-kingcomposer-icon{background:url(../img/ico-mec-vc.png) no-repeat center center;background-size:auto;background-repeat:no-repeat}.mec-archive-skinsm.mec-category-skins,.mec-carousel-archive-link,.mec-carousel-head-text,.mec-toggle-month-divider{display:none}span.mec-archive-skins,span.mec-category-skins{margin-left:10px;vertical-align:text-bottom}.mec-archive-skins input,.mec-archive-skins select,.mec-category-skins input,.mec-category-skins select{min-width:225px;vertical-align:baseline}#mec_settings_default_skin_archive,#mec_settings_default_skin_category{min-width:225px}.w-welcome p span{background:#fff;padding:4px 10px}#mec_masonry_skin_options_container .mec-form-row .description{margin-left:0;padding-left:0;border:none;margin-top:-4px}@media (max-width:1280px){span.mec-archive-skins,span.mec-category-skins{margin-left:0}}/*!
|
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)
|
assets/css/frontend.css
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
/*-----------------------------------------------------------------------------------*/
|
9 |
|
10 |
|
11 |
/* #CSS Base & Typography
|
@@ -3159,6 +3158,19 @@ focus,
|
|
3159 |
line-height: 35px;
|
3160 |
}
|
3161 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3162 |
/*.mec-single-event .mec-event-meta dd.mec-events-event-categories:before { font-family: 'FontAwesome'; color: #40d9f1;font-size: 16px; content: "\f105"; padding: 10px; padding-left: 0; }*/
|
3163 |
.mec-single-event .mec-event-meta dd.mec-events-event-categories:first-of-type {
|
3164 |
padding-top: 5px;
|
@@ -10197,7 +10209,8 @@ li.mec-no-event-found .mec-event-title {
|
|
10197 |
}
|
10198 |
|
10199 |
.mec-single-event .mec-events-meta-group-countdown {
|
10200 |
-
margin-left:
|
|
|
10201 |
}
|
10202 |
}
|
10203 |
|
@@ -12492,7 +12505,7 @@ article.mec-search-bar-result { text-align: left; margin-bottom: 0; padding-bott
|
|
12492 |
}
|
12493 |
|
12494 |
/* Login Module */
|
12495 |
-
.mec-login-form {
|
12496 |
width: 100%;
|
12497 |
background: #fff;
|
12498 |
padding: 20px;
|
@@ -12500,49 +12513,56 @@ article.mec-search-bar-result { text-align: left; margin-bottom: 0; padding-bott
|
|
12500 |
text-align: center
|
12501 |
}
|
12502 |
|
12503 |
-
.mec-login-form .mec-login-input {
|
12504 |
display: block;
|
12505 |
width: 286px;
|
12506 |
margin: 0 auto;
|
12507 |
margin-bottom: 12px
|
12508 |
}
|
12509 |
|
12510 |
-
.mec-login-forgotpassword {
|
12511 |
display: inline-block
|
12512 |
}
|
12513 |
|
12514 |
-
.mec-login-
|
|
|
|
|
|
|
|
|
12515 |
float: right;
|
12516 |
text-align: right;
|
12517 |
width: 49%;
|
12518 |
padding-right: 2px;
|
12519 |
}
|
12520 |
|
12521 |
-
.mec-login-form .mec-login-input input {
|
12522 |
border: none;
|
12523 |
-
|
12524 |
-
|
12525 |
-
|
12526 |
-
|
12527 |
-
|
12528 |
-
|
12529 |
-
|
12530 |
-
|
12531 |
-
|
12532 |
-
|
12533 |
-
|
|
|
|
|
12534 |
}
|
12535 |
|
12536 |
-
.mec-login-form .mec-login-input label {
|
12537 |
border: 1px solid #e6e6e6;
|
12538 |
height: 52px;
|
12539 |
display: inline-block;
|
|
|
12540 |
border-radius: 3px;
|
12541 |
overflow: hidden;
|
12542 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
|
12543 |
}
|
12544 |
|
12545 |
-
.mec-login-form .mec-login-input label i {
|
12546 |
padding: 15px 13px 17px 16px;
|
12547 |
vertical-align: middle;
|
12548 |
font-size: 20px;
|
@@ -12553,7 +12573,7 @@ article.mec-search-bar-result { text-align: left; margin-bottom: 0; padding-bott
|
|
12553 |
float: left;
|
12554 |
}
|
12555 |
|
12556 |
-
.mec-login-form .mec-login-forgotpassword {
|
12557 |
float: left;
|
12558 |
width: 49%;
|
12559 |
text-align: left;
|
@@ -12562,7 +12582,7 @@ article.mec-search-bar-result { text-align: left; margin-bottom: 0; padding-bott
|
|
12562 |
padding-left: 2px;
|
12563 |
}
|
12564 |
|
12565 |
-
.mec-login-form button {
|
12566 |
width: 120px;
|
12567 |
height: 44px;
|
12568 |
border: none;
|
@@ -12574,14 +12594,17 @@ article.mec-search-bar-result { text-align: left; margin-bottom: 0; padding-bott
|
|
12574 |
text-transform: uppercase;
|
12575 |
box-shadow: 0 4px 22px -7px #40d9f1;
|
12576 |
transition: all .22s ease;
|
|
|
|
|
|
|
12577 |
}
|
12578 |
|
12579 |
-
.mec-login-form button:hover {
|
12580 |
background: #222;
|
12581 |
box-shadow: 0 3px 14px -4px #333
|
12582 |
}
|
12583 |
|
12584 |
-
.mec-login-form-footer {
|
12585 |
width: 286px;
|
12586 |
margin: 0 auto;
|
12587 |
margin-top: 20px;
|
@@ -12591,7 +12614,7 @@ article.mec-search-bar-result { text-align: left; margin-bottom: 0; padding-bott
|
|
12591 |
min-height: 50px
|
12592 |
}
|
12593 |
|
12594 |
-
.mec-ajax-login-loading {
|
12595 |
position: absolute;
|
12596 |
background: #ffffffc2;
|
12597 |
left: 0;
|
@@ -12600,7 +12623,7 @@ article.mec-search-bar-result { text-align: left; margin-bottom: 0; padding-bott
|
|
12600 |
bottom: 0
|
12601 |
}
|
12602 |
|
12603 |
-
.lds-ripple {
|
12604 |
position: absolute;
|
12605 |
width: 64px;
|
12606 |
height: 64px;
|
@@ -12608,7 +12631,7 @@ article.mec-search-bar-result { text-align: left; margin-bottom: 0; padding-bott
|
|
12608 |
left: calc(50% - 23px)
|
12609 |
}
|
12610 |
|
12611 |
-
.lds-ripple div {
|
12612 |
position: absolute;
|
12613 |
border: 4px solid #40d9f1;
|
12614 |
opacity: 1;
|
@@ -12616,32 +12639,63 @@ article.mec-search-bar-result { text-align: left; margin-bottom: 0; padding-bott
|
|
12616 |
animation: lds-ripple 1.2s cubic-bezier(0, .2, .1, .8) infinite
|
12617 |
}
|
12618 |
|
12619 |
-
.lds-ripple div:nth-child(2) {
|
12620 |
animation-delay: -.5s
|
12621 |
}
|
12622 |
|
12623 |
-
.mec-ajax-login-loading-text {
|
12624 |
position: absolute;
|
12625 |
-
|
12626 |
-
|
12627 |
-
|
12628 |
-
|
12629 |
-
|
12630 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12631 |
}
|
12632 |
|
12633 |
-
.mec-ajax-login-loading-text.error {
|
12634 |
-
|
12635 |
-
|
12636 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12637 |
}
|
12638 |
|
12639 |
-
.mec-ajax-login-loading-text.
|
12640 |
-
|
12641 |
-
background: linear-gradient(95deg, #6fe08a 0, #58cf74 50%, #36cb58 100%);
|
12642 |
-
box-shadow: 0 5px 10px -5px #4cbf67
|
12643 |
}
|
12644 |
|
|
|
|
|
|
|
|
|
12645 |
@keyframes lds-ripple {
|
12646 |
0% {
|
12647 |
top: 28px;
|
1 |
+
/**
|
2 |
+
* Plugin Name: Modern Events Calendar
|
3 |
+
* Plugin URI: http://webnus.net/modern-events-calendar/
|
4 |
+
* Description: An awesome plugin for events calendar
|
5 |
+
* Author: Webnus Team
|
6 |
+
* Author URI: http://webnus.net
|
7 |
+
**/
|
|
|
8 |
|
9 |
|
10 |
/* #CSS Base & Typography
|
3158 |
line-height: 35px;
|
3159 |
}
|
3160 |
|
3161 |
+
/* Fix booking modal */
|
3162 |
+
@media only screen and (max-width: 480px) {
|
3163 |
+
.single-mec-events .lity-container {
|
3164 |
+
width: 100%;
|
3165 |
+
}
|
3166 |
+
|
3167 |
+
.single-mec-events .lity-content .mec-events-meta-group-booking {
|
3168 |
+
padding: 20px;
|
3169 |
+
width: 85%;
|
3170 |
+
margin: 0 auto;
|
3171 |
+
}
|
3172 |
+
}
|
3173 |
+
|
3174 |
/*.mec-single-event .mec-event-meta dd.mec-events-event-categories:before { font-family: 'FontAwesome'; color: #40d9f1;font-size: 16px; content: "\f105"; padding: 10px; padding-left: 0; }*/
|
3175 |
.mec-single-event .mec-event-meta dd.mec-events-event-categories:first-of-type {
|
3176 |
padding-top: 5px;
|
10209 |
}
|
10210 |
|
10211 |
.mec-single-event .mec-events-meta-group-countdown {
|
10212 |
+
margin-left: 0;
|
10213 |
+
padding: 15px 18%;
|
10214 |
}
|
10215 |
}
|
10216 |
|
12505 |
}
|
12506 |
|
12507 |
/* Login Module */
|
12508 |
+
#mec-login-form.mec-login-form {
|
12509 |
width: 100%;
|
12510 |
background: #fff;
|
12511 |
padding: 20px;
|
12513 |
text-align: center
|
12514 |
}
|
12515 |
|
12516 |
+
#mec-login-form.mec-login-form .mec-login-input {
|
12517 |
display: block;
|
12518 |
width: 286px;
|
12519 |
margin: 0 auto;
|
12520 |
margin-bottom: 12px
|
12521 |
}
|
12522 |
|
12523 |
+
#mec-login-form.mec-login-form .mec-login-forgotpassword {
|
12524 |
display: inline-block
|
12525 |
}
|
12526 |
|
12527 |
+
.mec-login-forgotpassword a {
|
12528 |
+
color: #000;
|
12529 |
+
}
|
12530 |
+
|
12531 |
+
#mec-login-form.mec-login-form .mec-login-submit {
|
12532 |
float: right;
|
12533 |
text-align: right;
|
12534 |
width: 49%;
|
12535 |
padding-right: 2px;
|
12536 |
}
|
12537 |
|
12538 |
+
#mec-login-form.mec-login-form .mec-login-input input {
|
12539 |
border: none;
|
12540 |
+
box-shadow: none;
|
12541 |
+
background: #fff;
|
12542 |
+
color: #ccc;
|
12543 |
+
border-left: 1px solid #e6e6e6;
|
12544 |
+
padding: 0;
|
12545 |
+
height: 100%;
|
12546 |
+
background-image: none!important;
|
12547 |
+
padding-left: 10px;
|
12548 |
+
padding-right: 0;
|
12549 |
+
width: 222px;
|
12550 |
+
margin-left: 0;
|
12551 |
+
clear: none;
|
12552 |
+
float: left;
|
12553 |
}
|
12554 |
|
12555 |
+
#mec-login-form.mec-login-form .mec-login-input label {
|
12556 |
border: 1px solid #e6e6e6;
|
12557 |
height: 52px;
|
12558 |
display: inline-block;
|
12559 |
+
padding:0;
|
12560 |
border-radius: 3px;
|
12561 |
overflow: hidden;
|
12562 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
|
12563 |
}
|
12564 |
|
12565 |
+
#mec-login-form.mec-login-form .mec-login-input label i {
|
12566 |
padding: 15px 13px 17px 16px;
|
12567 |
vertical-align: middle;
|
12568 |
font-size: 20px;
|
12573 |
float: left;
|
12574 |
}
|
12575 |
|
12576 |
+
#mec-login-form.mec-login-form .mec-login-forgotpassword {
|
12577 |
float: left;
|
12578 |
width: 49%;
|
12579 |
text-align: left;
|
12582 |
padding-left: 2px;
|
12583 |
}
|
12584 |
|
12585 |
+
#mec-login-form.mec-login-form button {
|
12586 |
width: 120px;
|
12587 |
height: 44px;
|
12588 |
border: none;
|
12594 |
text-transform: uppercase;
|
12595 |
box-shadow: 0 4px 22px -7px #40d9f1;
|
12596 |
transition: all .22s ease;
|
12597 |
+
margin: 0;
|
12598 |
+
min-width: unset;
|
12599 |
+
background-color: #40d9f1;
|
12600 |
}
|
12601 |
|
12602 |
+
#mec-login-form.mec-login-form button:hover {
|
12603 |
background: #222;
|
12604 |
box-shadow: 0 3px 14px -4px #333
|
12605 |
}
|
12606 |
|
12607 |
+
#mec-login-form.mec-login-form .mec-login-form-footer {
|
12608 |
width: 286px;
|
12609 |
margin: 0 auto;
|
12610 |
margin-top: 20px;
|
12614 |
min-height: 50px
|
12615 |
}
|
12616 |
|
12617 |
+
#mec-login-form.mec-login-form .mec-ajax-login-loading {
|
12618 |
position: absolute;
|
12619 |
background: #ffffffc2;
|
12620 |
left: 0;
|
12623 |
bottom: 0
|
12624 |
}
|
12625 |
|
12626 |
+
#mec-login-form.mec-login-form .lds-ripple {
|
12627 |
position: absolute;
|
12628 |
width: 64px;
|
12629 |
height: 64px;
|
12631 |
left: calc(50% - 23px)
|
12632 |
}
|
12633 |
|
12634 |
+
#mec-login-form.mec-login-form .lds-ripple div {
|
12635 |
position: absolute;
|
12636 |
border: 4px solid #40d9f1;
|
12637 |
opacity: 1;
|
12639 |
animation: lds-ripple 1.2s cubic-bezier(0, .2, .1, .8) infinite
|
12640 |
}
|
12641 |
|
12642 |
+
#mec-login-form.mec-login-form .lds-ripple div:nth-child(2) {
|
12643 |
animation-delay: -.5s
|
12644 |
}
|
12645 |
|
12646 |
+
#mec-login-form.mec-login-form .mec-ajax-login-loading-text {
|
12647 |
position: absolute;
|
12648 |
+
min-width: 200px;
|
12649 |
+
top: calc(50% - 18px);
|
12650 |
+
left: calc(50% - 170px);
|
12651 |
+
color: #fff;
|
12652 |
+
padding: 10px 22px;
|
12653 |
+
border-radius: 3px;
|
12654 |
+
background: #fff;
|
12655 |
+
height: 47px;
|
12656 |
+
}
|
12657 |
+
|
12658 |
+
#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong {
|
12659 |
+
color: #3fcc60;
|
12660 |
+
}
|
12661 |
+
|
12662 |
+
#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong:before {
|
12663 |
+
content: "";
|
12664 |
+
position: absolute;
|
12665 |
+
top: 8px;
|
12666 |
+
left: 1px;
|
12667 |
+
border-right: 2px solid #3fcc60;
|
12668 |
+
border-bottom: 2px solid #3acb5c;
|
12669 |
+
transform: rotate(45deg);
|
12670 |
+
transform-origin: 0 100%;
|
12671 |
+
color: #000;
|
12672 |
+
animation: checkbox-check 130ms 140ms cubic-bezier(.4, 0, .23, 1) forwards;
|
12673 |
+
width: 8px;
|
12674 |
+
height: 14px;
|
12675 |
}
|
12676 |
|
12677 |
+
#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:after {
|
12678 |
+
content: "";
|
12679 |
+
position: absolute;
|
12680 |
+
top: 14px;
|
12681 |
+
left: 5px;
|
12682 |
+
border-bottom: 2px solid #ff5d39;
|
12683 |
+
transform: rotate(45deg);
|
12684 |
+
transform-origin: 0 100%;
|
12685 |
+
color: #000;
|
12686 |
+
animation: checkbox-check 130ms 140ms cubic-bezier(.4, 0, .23, 1) forwards;
|
12687 |
+
width: 14px;
|
12688 |
+
height: 4px;
|
12689 |
}
|
12690 |
|
12691 |
+
#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong {
|
12692 |
+
color: #ff5d39;
|
|
|
|
|
12693 |
}
|
12694 |
|
12695 |
+
#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:before {
|
12696 |
+
border-color: #ff5d39;
|
12697 |
+
border-bottom: none;
|
12698 |
+
}
|
12699 |
@keyframes lds-ripple {
|
12700 |
0% {
|
12701 |
top: 28px;
|
assets/css/frontend.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.lity-container,.mec-wrap,.mec-wrap div:not([class^=elementor-]){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 a.button:not(.owl-dot),.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 a.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}.mec-booking-form-container button{display:block!important}.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-active-current{display:block!important}.current-hide #mec-active-current{display:none!important}.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:first-of-type{border:1px solid #d9d9d9}.mec-event-sharing-wrap li a,.mec-event-sharing-wrap:hover li ul 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-title-soldout .soldout{background:#de3120;padding:4px 5px;color:#fff}.mec-event-title-soldout .soldout{background:#de3120;position:relative;top:-2px;border-radius:10px 0 0 20px;padding:2px 4px 2px 10px;color:#fff}.mec-event-title-soldout .soldout:before{content:' ';position:absolute;width:0;height:0;border-top:10px solid #de3120;border-bottom:10px solid #de3120;right:-10px;border-right:10px solid transparent;border-left:10px solid transparent;top:0}.mec-event-title-soldout .soldout:after{content:' ';position:absolute;width:6px;height:6px;background:#de3120;border-radius:50%;left:3px;top:4px;border:2px dashed #fff}.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 button{margin-left:15px}.mec-single-event .mec-book-form-coupon button{margin-left:0}.mec-single-event .mec-book-form-gateway-checkout button{margin-left:0}.mec-single-event .mec-book-first,.mec-single-event .mec-event-tickets-list{padding-left:15px;padding-right:15px}.mec-single-event label.mec-fill-attendees{margin-left:15px!important}.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}.lity-container .mec-events-meta-group-booking input[type=radio]:before,.mec-single-event .mec-events-meta-group-booking input[type=radio]:before{content:"";display:inline-block;background:#fff;border-radius:18px;width:18px;height:18px;margin:-1px 0 0 -3px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32)}.lity-container .mec-events-meta-group-booking input[type=radio]:checked:before,.mec-single-event .mec-events-meta-group-booking input[type=radio]:checked:before{border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff}.lity-container .mec-events-meta-group-booking input[type=radio],.mec-single-event .mec-events-meta-group-booking input[type=radio]{min-height:0;margin:0;margin-right:6px}.mec-single-event .mec-events-meta-group-booking input[type=checkbox]{float:left}.lity-container .mec-events-meta-group-booking .mec_book_first_for_all,.mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all{display:none}.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}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label{height:14px;width:14px;background-color:transparent;border:1px solid #d4d4d4;position:relative;display:inline-block;-moz-transition:border-color ease .2s;-o-transition:border-color ease .2s;-webkit-transition:border-color ease .2s;transition:border-color ease .2s;cursor:pointer;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);vertical-align:middle;margin-right:3px;margin-top:-2px}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label{border-color:#008aff;box-shadow:0 2px 14px -3px #008aff}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:after,.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:before,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:after,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:before{position:absolute;height:0;width:1px;background-color:#008aff;display:inline-block;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;content:'';-webkit-transition:opacity ease .5;-moz-transition:opacity ease .5;transition:opacity ease .5}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:before,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:before{top:8px;left:7px;box-shadow:0 0 0 2px #fff;-moz-transform:rotate(-145deg);-ms-transform:rotate(-145deg);-o-transform:rotate(-145deg);-webkit-transform:rotate(-145deg);transform:rotate(-145deg)}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::before,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::before{height:12px;-moz-animation:dothatopcheck .16s ease 0s forwards;-o-animation:dothatopcheck .16s ease 0s forwards;-webkit-animation:dothatopcheck .16s ease 0s forwards;animation:dothatopcheck .16s ease 0s forwards}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:after,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:after{top:6px;left:3px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::after,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::after{-moz-animation:dothabottomcheck 80ms ease 0s forwards;-o-animation:dothabottomcheck 80ms ease 0s forwards;-webkit-animation:dothabottomcheck 80ms ease 0s forwards;animation:dothabottomcheck 80ms ease 0s forwards;height:4px}.mec-single-event .mec-events-meta-group-booking button[type=submit]:after,.mec-single-event a.button: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,.mec-single-event a.button.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 .mec-location dd.author{color:#3c3b3b}.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:#a9a9a9;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-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year]{width:47%!important;margin-right:12px;margin-top:5px;display:inline-block!important}@media(max-width:768px){.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year]{width:100%!important;margin-right:0;display:block!important}}.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:12px}.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:15%;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:0}.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-calendar-classic.mec-event-container-simple .mec-calendar-side .mec-calendar-table{min-height:unset}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:13px;font-weight:500;margin:0;color:#444}.mec-event-container-simple .mec-monthly-tooltip h4:hover{text-decoration:underline;color:#111}.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple{border-bottom:1px dashed #e3e3e3;padding:10px 2px;display:block}.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day{font-size:30px;color:#000}.mec-calendar.mec-event-container-simple .mec-calendar-row dt:hover{background:unset}.mec-calendar.mec-event-container-simple .mec-calendar-row dt,.mec-calendar.mec-event-container-simple .mec-calendar-row dt:last-child,.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt,.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt:last-child{border-width:2px}.mec-calendar.mec-event-container-simple dl dt.mec-selected-day,.mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover{border-bottom:2px solid #40d9f1;background:unset}.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt{line-height:36px}@media (max-width:768px){.mec-calendar.mec-event-container-simple{overflow-x:scroll}.mec-calendar.mec-event-container-simple .mec-calendar-side{min-width:700px}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:12px}}.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:12px;color:#888;margin-bottom:8px;margin-top: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-featured img{max-width:120px}.mec-tooltip-event-desc{font-size:14px;color:#444;line-height:18px}.mec-tooltip-event-desc p{font-size:13px;line-height:1.4;margin-bottom:10px}.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}@media (max-width:780px){.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4{word-break:break-all;font-size:13px}}@media (max-width:320px){.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4{font-size:10px}}.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-skin-grid-container .mec-skin-map-container,.mec-skin-list-container .mec-skin-map-container{margin-bottom:20px}.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;font-size:13px}.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 .mec-event-status{color:#fff!important;border-color:transparent!important}.mec-fes-form .mec-book-confirmed,.mec-fes-list .mec-book-confirmed{background:#50d477!important}.mec-fes-form .mec-book-pending,.mec-fes-list .mec-book-pending{background:#fcbe69!important}.mec-fes-form .mec-book-rejected,.mec-fes-list .mec-book-rejected{background:#fe686a!important}.mec-fes-form .mec-book-other,.mec-fes-list .mec-book-other{background:#40d9f1!important}.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 .post-status{float:right!important;margin:0 5px;color:#fff;padding:0 10px;border-radius:12px;font-style:italic;font-size:18px}.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}.mec-fes-form.mec-fes-form .mec-tooltip{display:inline}.mec-fes-form-cntt .dashicons-editor-help{display:block}.mec-fes-form .mec-tooltip:hover:after,.mec-fes-form .mec-tooltip:hover:before{display:none}.mec-fes-form.mec-fes-form .mec-tooltip{display:inline-flex;bottom:7px}.mec-fes-form .mec-tooltip .box{min-width:300px;max-width:600px;display:inline-block;left:26px;top:50%;transform:translateY(-50%);padding:0;margin-top:8px;background-color:#535a61;color:#fff;font-weight:300;font-size:14px;letter-spacing:.5px;line-height:1.3;position:absolute;z-index:9999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #444b50;visibility:hidden;opacity:0;transition:opacity .23s}#webnus-dashboard .mec-fes-form .mec-tooltip .box p,.mec-fes-form .mec-tooltip .box p{color:#fff;font-size:14px;line-height:1.3;margin:0}.mec-fes-form .mec-tooltip:hover .box{visibility:visible;opacity:1}.mec-fes-form .mec-tooltip:hover .box{padding:20px;border-radius:8px}.mec-fes-form .mec-tooltip .box h5{color:#fff;font-size:17px;font-weight:600;margin:-30px -20px;padding:20px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #32363a;border-radius:6px 6px 0 0;z-index:9999}#webnus-dashboard .mec-fes-form .mec-tooltip .box p a,.mec-fes-form .mec-tooltip .box p a{color:#40d9f1;margin-top:10px;margin-left:0;font-weight:400;position:relative;text-decoration:none;display:block;width:max-content}.mec-fes-form .mec-tooltip .box a:hover{color:#f90}.mec-fes-form .mec-tooltip .box:after{display:block;position:absolute!important;top:100%!important;right:50%!important;margin-top:-6px!important;margin-right:-6px!important;width:12px!important;height:24px!important;overflow:hidden!important;transform:rotate(-90deg)!important}.mec-fes-form .mec-tooltip .box:before{display:block;content:''!important;position:absolute!important;width:12px;height:12px;left:-10px!important;top:50%!important;transform:translate(50%,-50%) rotate(-45deg)!important;background-color:#535a61!important;box-shadow:0 8px 9px -4px #535a61!important;z-index:0!important}.mec-fes-form .mec-tooltip .box.top{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-fes-form .mec-tooltip .box.top:after{top:50%!important;right:100%!important}.mec-fes-form .mec-tooltip .box.top:before{left:50%!important;top:100%!important}.mec-fes-form .mec-tooltip .box.bottom{left:50%;top:auto;bottom:0;transform:translate(-50%,100%);margin-bottom:-20px;margin-left:-10px}.mec-fes-form .mec-tooltip .box.bottom:after{top:0!important;right:50%!important;background-color:#3a3f44!important}.mec-fes-form .mec-tooltip .box.bottom:before{left:50%!important;top:-7px!important;transform:translateX(-50%);background-color:#3a3f44!important}.mec-fes-form .mec-tooltip .box.left{left:auto;right:26px;top:50%;transform:translateY(-50%)}.mec-fes-form .mec-tooltip .box.left:before{right:0!important;left:auto!important;top:50%!important}.mec-fes-form .mec-tooltip{display:inline-block;position:relative;margin-right:10px;cursor:help;bottom:5px;left:3px}.mec-fes-form .mec-tooltip:last-child{margin-right:0}.mec-fes-form .mec-tooltip:hover:after{background:#313130;border-radius:5px;bottom:24px;color:#fff;content:attr(title);left:-75px;padding:10px;position:absolute;z-index:98;width:240px}.mec-fes-form .mec-tooltip:hover:before{border:solid;border-color:#313130 transparent;border-width:6px 6px 0;bottom:18px;content:"";left:30%;position:absolute;z-index:99}.mec-fes-form .mec-tooltip .dashicons-before:before{font-size:24px;color:#008aff;line-height:37px}.mec-fes-form .mec-tooltip a:focus{box-shadow:none}.mec-form-row .bootstrap_unvalid{display:block;border:2px solid red;position:relative;display:inline-block;border-bottom:1px dotted #000}.mec-fes-form .mec-tooltiptext{visibility:hidden;width:120px;background-color:red;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1}.mec-fes-form .mec-tooltip .content p a{display:none}@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);min-height:78px}.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%}}@media (min-width:961px) and (max-width:1200px){.mec-full-calendar-wrap .mec-totalcal-box{padding:20px 20px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:50%}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2,.mec-full-calendar-wrap .mec-totalcal-box .col-md-3,.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{padding-bottom:20px!important}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select{min-width:calc(100% - 36px)}.mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select{min-width:calc(30% - 10px)}.mec-full-calendar-wrap .mec-totalcal-box .col-md-3:last-child select{min-width:calc(50% - 19px)}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view{margin-right:10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{font-size:10px;text-align:center}}@media (max-width:960px){.mec-full-calendar-wrap .mec-totalcal-box{padding:20px 20px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:50%}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2,.mec-full-calendar-wrap .mec-totalcal-box .col-md-3,.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{padding-bottom:10px!important}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select{min-width:calc(100% - 36px);margin-bottom:10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view{margin-right:10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{font-size:10px;text-align:center}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:100%}.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{position:absolute;top:20px}}@media (min-width:780px) and (max-width:960px){.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{position:absolute;top:20px}}@media(max-width:780px){.mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select{width:calc(50% - 18px)!important}.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{position:unset;padding-right:0}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:20%;text-align:center;font-size:10px}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{padding:0 7px;margin-top:20px}}@media(max-width:480px){.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:20%;text-align:center;font-size:10px}}.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-full-calendar-wrap .mec-search-form .mec-date-search,.mec-full-calendar-wrap .mec-search-form .mec-text-input-search{width:100%}.mec-full-calendar-wrap .mec-search-form .col-md-3,.mec-full-calendar-wrap .mec-search-form .col-md-5,.mec-full-calendar-wrap .mec-search-form .col-md-6,.mec-full-calendar-wrap .mec-search-form .col-md-8{padding:0}.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:-70px}.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%;transform:rotate(90deg)}}@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}.admin-bar .mec-single-modal.mec-single-modern .mec-single-title{padding-top:40px}.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:60vw;max-height:90vh!important;background:#fff;box-shadow:0 1px 55px rgba(0,0,0,.5);overflow-x:hidden!important}@media(max-width:1023px){.mec-modal-wrap{max-width:80vw}}.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}}@media(min-width:961px){.mec-timetable-col-7{width:14.28%}.mec-timetable-col-6{width:16.6666%}}.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;position:relative}.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}.degrees-mode{background:rgba(0,0,0,.2);cursor:pointer;font-weight:300;font-size:18px;padding:4px 5px;line-height:1;color:#fff;position:absolute;border-radius:8px;bottom:16px;left:16px}.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{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:normal 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;margin-left:-110px}.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}.single-mec-events .lity-container{max-width:480px;width:480px}.lity-content .mec-events-meta-group-booking{width:100%;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;line-height:1.2;margin-bottom:10px}.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;display:inline-block}.lity-content .mec-events-meta-group-booking .mec-event-ticket-available{margin-bottom:12px}.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;font-family:Montserrat,Helvetica,Arial,sans-serif}.lity-content .mec-events-meta-group-booking input[type=email]{color:#888;border:1px solid #e1e1e1;font-size:14px;display:block;width:100%;outline:0}.lity-content .mec-events-meta-group-booking input{margin-bottom:10px!important}.lity-content .mec-book-ticket-variation h5{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:0;clear:none;padding:5px 1em 3px 0;display:inline-block;text-transform:capitalize;font-family:Montserrat,Helvetica,Arial,sans-serif}.lity-content ul.mec-book-tickets-container{padding:0}.lity-content .mec-events-meta-group-booking input[type=email],.lity-content .mec-events-meta-group-booking input[type=number],.lity-content .mec-events-meta-group-booking input[type=text]{outline:0;font-family:Montserrat,Helvetica,Arial,sans-serif;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;margin-bottom:2px!important}.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-events-meta-group-booking{position:relative}.mec-cover-loader:after{content:'';position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(255,255,255,.5);z-index:99999}.mec-loader{background:rgba(0,0,0,0);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9}.mec-loader,.mec-loader:after{border-radius:50%;width:5em;height:5em;z-index:999999999999}.mec-loader{font-size:10px;text-indent:-9999em;border-top:.5em solid rgba(0,0,0,.2);border-right:.5em solid rgba(0,0,0,.2);border-bottom:.5em solid rgba(0,0,0,.2);border-left:.5em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:mecloader 1.1s infinite linear;animation:mecloader 1.1s infinite linear}@-webkit-keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mec-google-recaptcha{margin:0 0 20px 16px}.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}.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%}}#mec_woo_add_to_cart_btn{min-width:170px;margin-top:5px;text-align:center}.mec-breadcrumbs{border-radius:2px;padding:9px 15px 6px;font-size:11px;color:#8d8d8d;letter-spacing:0;text-transform:none;font-weight:500;margin:auto 15px 33px 15px;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.025)}.mec-breadcrumbs-modern{margin:auto 0 33px 0}.mec-breadcrumbs a{color:#000;padding-left:4px}.mec-breadcrumbs a:hover{text-decoration:underline}.mec-breadcrumbs i{font-size:8px;margin:0 0 0 4px}.mec-breadcrumbs .container{padding-left:20px}.mec-content-notification a{margin-left:5px}.mec-content-notification{background:#f7f7f7;padding:10px 10px 10px;border:1px solid #e8e8e8}.mec-content-notification p{margin-bottom:0}#mec-advanced-wraper div:first-child>ul{display:block;margin:5px 0;padding:5px 0;width:430px;border:1px solid #e1e2e3;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.05)}#mec-advanced-wraper div:first-child>ul span{display:none}#mec-advanced-wraper div:first-child>ul *{display:inline-block;background:#fff;font-size:12px;color:#717273;text-align:center}#mec-advanced-wraper div:first-child>ul>li{width:60px;font-weight:700;margin:0 10px 0 0;padding:4px 0;border-right:1px solid #e1e2e3}#mec-advanced-wraper div:first-child>ul>ul>li{margin:0;padding:2px 10px;cursor:pointer;border-radius:2px;transition:all .18s ease}#mec-advanced-wraper div:first-child>ul>ul>li:hover,.mec-active{background:#008aff!important;color:#fff!important}.mec-search-bar-wrap .mec-search-form .mec-text-input-search{width:83%}.mec-search-bar-wrap .mec-search-form .mec-ajax-search-result .mec-text-input-search{width:100%;float:none}.mec-search-bar-wrap input#mec-search-bar-input{width:calc(100% - 84%);margin-left:11px;background:#40d9f1;Color:#fff;font-weight:400}.mec-text-input-search+input#mec-search-bar-input{margin-left:-3px}.mec-search-bar-wrap input#mec-search-bar-input:hover{background:#000}.mec-wrap.mec-search-bar-wrap .mec-totalcal-box input{float:none}@media(max-width:768px){.mec-search-bar-wrap .mec-search-form .mec-text-input-search{display:inline-block}}@media(max-width:480px){.mec-search-bar-wrap .mec-search-form .mec-text-input-search{width:64%}.mec-search-bar-wrap input#mec-search-bar-input{width:calc(100% - 67%)}}.mec-wrap.mec-search-bar-wrap .mec-totalcal-box{overflow:visible}.mec-ajax-search-result{position:relative}.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text]{width:calc(100% - 36px)}.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text]:focus{border-color:#efefef}div#mec-ajax-search-result-wrap{position:absolute;top:100%;opacity:0;visibility:hidden;width:calc(100% - 2px);min-height:50px;left:0;right:0;padding:0 10px;z-index:9999;transition:all .3s ease}.mec-ajax-search-result-events{background:#fff;padding:10px 20px;border:1px solid #efefef;border-top:none}.mec-ajax-search-result-events article:first-of-type{border:none}article.mec-search-bar-result{text-align:left;margin-bottom:0;padding-bottom:25px;padding-top:26px;border-top:1px solid #efefef;transition:all .33s ease;clear:both}.mec-search-bar-result .mec-event-list-search-bar-date{width:64px;height:64px;margin-right:10px;font-size:11px;text-transform:uppercase;float:left;text-align:center;padding-top:2px}.mec-search-bar-result .mec-event-list-search-bar-date span{font-size:40px;line-height:30px;font-weight:700;display:block;margin-bottom:6px;letter-spacing:1px}.mec-search-bar-result .mec-event-image{float:left;margin-right:20px;width:65px;height:auto}.mec-search-bar-result .mec-event-time{font-size:11px;line-height:1.1;margin:0}.mec-search-bar-result .mec-event-time i{color:#40d9f1;float:none;width:unset;height:unset;font-size:inherit;margin-right:3px;border:none;padding:0}.mec-search-bar-result .mec-event-title{font-size:13px;padding:0;margin:10px 0 8px;font-weight:700;text-transform:uppercase}.mec-search-bar-result .mec-event-title a{text-decoration:none;color:#494949;transition:color .3s ease}.mec-search-bar-result .mec-event-detail{font-size:13px;line-height:1.3;font-family:Roboto,sans-serif;color:#9a9a9a;margin-bottom:0}.mec-wrap.mec-modern-search-bar .mec-totalcal-box{background:rgba(255,255,255,.87);border:none;padding:35px;border-radius:3px;box-shadow:0 3px 13px rgba(0,0,0,.4);position:relative}.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=search],.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=text]{height:58px;background:rgba(255,255,255,.99);border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,.1) inset;border:1px solid #ccc;width:100%;padding-left:45px;padding-right:13px;font-size:16px}.mec-wrap.mec-modern-search-bar .mec-totalcal-box .mec-text-input-search i{position:absolute;background:0 0;border:none;font-size:21px;left:15px;top:calc(50% - 19px);color:#40d9f1}.mec-wrap.mec-modern-search-bar .mec-text-input-search{position:relative;height:58px}.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=submit]{height:58px;border:none;border-radius:2px;background:#fc4a1a;font-size:17px;font-weight:700!important}.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input{margin-left:0}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select{height:45px;background:rgba(255,255,255,.99);border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,.1) inset;border:1px solid #ccc;padding-right:13px;font-size:16px;border-left:0}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap i{height:45px;background:rgba(255,255,255,.99);border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,.1) inset;border:1px solid #ccc;font-size:15px;padding-top:14px;border-right:0;color:#40d9f1}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap{min-height:64px}@media(max-width:768px){.mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search{width:70%}.mec-wrap.mec-modern-search-bar input#mec-search-bar-input{width:calc(100% - 72%)}}@media(max-width:480px){.mec-wrap.mec-modern-search-bar input#mec-search-bar-input{width:92%;padding:0 10px;position:relative;display:block;margin-left:11px}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search{width:100%;margin-bottom:20px}.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input{margin-left:10px}}.mec-related-events-wrap{margin-top:50px}.mec-related-events-wrap h3.mec-rec-events-title:before{content:"";background:#2c2f34;width:46px;height:4px;position:absolute;top:59px;left:0}.mec-related-events-wrap h3.mec-rec-events-title{font-size:21px;font-weight:600;padding:17px 0;margin-bottom:28px;text-transform:uppercase;border-bottom:1px solid #e8e8e8;position:relative}.mec-related-event-post figure{margin:0}.mec-related-event-post figure img{width:100%}.mec-related-event-content{background-color:#fff;margin:-27px 30px 15px;position:relative;max-width:90%;padding:13px 21px 16px 19px}.mec-related-event-content h5 a{font-size:16px;color:#121212;font-weight:600;transition:all .3s ease}.mec-fes-form-cntt #mec-organizer-payments ul{list-style:none;background:0 0}.mec-fes-form-cntt #mec-organizer-payments ul li h4{background:0 0;letter-spacing:0;border-bottom:1px solid #e8e8e8;display:inline-block;padding-left:0!important;padding-bottom:10px!important;margin:0;margin-bottom:20px;letter-spacing:1px;text-transform:capitalize}.mec-fes-form-cntt #mec-organizer-payments ul>li{width:33%;display:inline-block;vertical-align:top;padding:0 30px}.mec-login-form{width:100%;background:#fff;padding:20px;margin:0 auto;text-align:center}.mec-login-form .mec-login-input{display:block;width:286px;margin:0 auto;margin-bottom:12px}.mec-login-forgotpassword{display:inline-block}.mec-login-form .mec-login-submit{float:right;text-align:right;width:49%;padding-right:2px}.mec-login-form .mec-login-input input{border:none;box-shadow:none;background:#fff;color:#ccc;border-left:1px solid #e6e6e6;padding:0;height:100%;background-image:none!important;padding-left:10px;padding-right:10px;width:230px;margin-left:0}.mec-login-form .mec-login-input label{border:1px solid #e6e6e6;height:52px;display:inline-block;border-radius:3px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.04)}.mec-login-form .mec-login-input label i{padding:15px 13px 17px 16px;vertical-align:middle;font-size:20px;width:50px;color:#c5cad0;background:#fafafa;margin-right:0;float:left}.mec-login-form .mec-login-forgotpassword{float:left;width:49%;text-align:left;padding-top:10px;font-size:13px;padding-left:2px}.mec-login-form button{width:120px;height:44px;border:none;color:#fff;border-radius:3px;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;box-shadow:0 4px 22px -7px #40d9f1;transition:all .22s ease}.mec-login-form button:hover{background:#222;box-shadow:0 3px 14px -4px #333}.mec-login-form-footer{width:286px;margin:0 auto;margin-top:20px;clear:both;position:relative;display:block;min-height:50px}.mec-ajax-login-loading{position:absolute;background:#ffffffc2;left:0;right:0;top:0;bottom:0}.lds-ripple{position:absolute;width:64px;height:64px;top:calc(50% - 23px);left:calc(50% - 23px)}.lds-ripple div{position:absolute;border:4px solid #40d9f1;opacity:1;border-radius:50%;animation:lds-ripple 1.2s cubic-bezier(0,.2,.1,.8) infinite}.lds-ripple div:nth-child(2){animation-delay:-.5s}.mec-ajax-login-loading-text{position:absolute;min-width:200px;top:calc(50% - 15px);left:calc(50% - 135px);color:#fff;padding:10px 22px;border-radius:3px}.mec-ajax-login-loading-text.error{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}.mec-ajax-login-loading-text.success{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}@keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:1}100%{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row:first-child{background:#f7f8f9;padding:18px 22px;margin-bottom:20px}.mec-events-meta-group-booking .StripeElement{box-sizing:border-box;height:40px;padding:10px 12px;border:1px solid transparent;border-radius:4px;background-color:#fff;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease;margin-bottom:20px;background:#fff}.mec-events-meta-group-booking .StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}.mec-events-meta-group-booking .StripeElement--invalid{border-color:#fa755a}.mec-events-meta-group-booking .StripeElement--webkit-autofill{background-color:#fefde5!important}
|
1 |
+
.lity-container,.mec-wrap,.mec-wrap div:not([class^=elementor-]){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 a.button:not(.owl-dot),.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 a.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}.mec-booking-form-container button{display:block!important}.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-active-current{display:block!important}.current-hide #mec-active-current{display:none!important}.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:first-of-type{border:1px solid #d9d9d9}.mec-event-sharing-wrap li a,.mec-event-sharing-wrap:hover li ul 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-title-soldout .soldout{background:#de3120;padding:4px 5px;color:#fff}.mec-event-title-soldout .soldout{background:#de3120;position:relative;top:-2px;border-radius:10px 0 0 20px;padding:2px 4px 2px 10px;color:#fff}.mec-event-title-soldout .soldout:before{content:' ';position:absolute;width:0;height:0;border-top:10px solid #de3120;border-bottom:10px solid #de3120;right:-10px;border-right:10px solid transparent;border-left:10px solid transparent;top:0}.mec-event-title-soldout .soldout:after{content:' ';position:absolute;width:6px;height:6px;background:#de3120;border-radius:50%;left:3px;top:4px;border:2px dashed #fff}.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 button{margin-left:15px}.mec-single-event .mec-book-form-coupon button{margin-left:0}.mec-single-event .mec-book-form-gateway-checkout button{margin-left:0}.mec-single-event .mec-book-first,.mec-single-event .mec-event-tickets-list{padding-left:15px;padding-right:15px}.mec-single-event label.mec-fill-attendees{margin-left:15px!important}.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}.lity-container .mec-events-meta-group-booking input[type=radio]:before,.mec-single-event .mec-events-meta-group-booking input[type=radio]:before{content:"";display:inline-block;background:#fff;border-radius:18px;width:18px;height:18px;margin:-1px 0 0 -3px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32)}.lity-container .mec-events-meta-group-booking input[type=radio]:checked:before,.mec-single-event .mec-events-meta-group-booking input[type=radio]:checked:before{border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff}.lity-container .mec-events-meta-group-booking input[type=radio],.mec-single-event .mec-events-meta-group-booking input[type=radio]{min-height:0;margin:0;margin-right:6px}.mec-single-event .mec-events-meta-group-booking input[type=checkbox]{float:left}.lity-container .mec-events-meta-group-booking .mec_book_first_for_all,.mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all{display:none}.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}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label{height:14px;width:14px;background-color:transparent;border:1px solid #d4d4d4;position:relative;display:inline-block;-moz-transition:border-color ease .2s;-o-transition:border-color ease .2s;-webkit-transition:border-color ease .2s;transition:border-color ease .2s;cursor:pointer;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);vertical-align:middle;margin-right:3px;margin-top:-2px}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label{border-color:#008aff;box-shadow:0 2px 14px -3px #008aff}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:after,.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:before,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:after,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:before{position:absolute;height:0;width:1px;background-color:#008aff;display:inline-block;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;content:'';-webkit-transition:opacity ease .5;-moz-transition:opacity ease .5;transition:opacity ease .5}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:before,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:before{top:8px;left:7px;box-shadow:0 0 0 2px #fff;-moz-transform:rotate(-145deg);-ms-transform:rotate(-145deg);-o-transform:rotate(-145deg);-webkit-transform:rotate(-145deg);transform:rotate(-145deg)}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::before,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::before{height:12px;-moz-animation:dothatopcheck .16s ease 0s forwards;-o-animation:dothatopcheck .16s ease 0s forwards;-webkit-animation:dothatopcheck .16s ease 0s forwards;animation:dothatopcheck .16s ease 0s forwards}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:after,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:after{top:6px;left:3px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::after,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::after{-moz-animation:dothabottomcheck 80ms ease 0s forwards;-o-animation:dothabottomcheck 80ms ease 0s forwards;-webkit-animation:dothabottomcheck 80ms ease 0s forwards;animation:dothabottomcheck 80ms ease 0s forwards;height:4px}.mec-single-event .mec-events-meta-group-booking button[type=submit]:after,.mec-single-event a.button: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,.mec-single-event a.button.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 .mec-location dd.author{color:#3c3b3b}.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}@media only screen and (max-width:480px){.single-mec-events .lity-container{width:100%}.single-mec-events .lity-content .mec-events-meta-group-booking{padding:20px;width:85%;margin:0 auto}}.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:#a9a9a9;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-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year]{width:47%!important;margin-right:12px;margin-top:5px;display:inline-block!important}@media(max-width:768px){.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year]{width:100%!important;margin-right:0;display:block!important}}.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:12px}.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:15%;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:0}.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-calendar-classic.mec-event-container-simple .mec-calendar-side .mec-calendar-table{min-height:unset}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:13px;font-weight:500;margin:0;color:#444}.mec-event-container-simple .mec-monthly-tooltip h4:hover{text-decoration:underline;color:#111}.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple{border-bottom:1px dashed #e3e3e3;padding:10px 2px;display:block}.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day{font-size:30px;color:#000}.mec-calendar.mec-event-container-simple .mec-calendar-row dt:hover{background:unset}.mec-calendar.mec-event-container-simple .mec-calendar-row dt,.mec-calendar.mec-event-container-simple .mec-calendar-row dt:last-child,.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt,.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt:last-child{border-width:2px}.mec-calendar.mec-event-container-simple dl dt.mec-selected-day,.mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover{border-bottom:2px solid #40d9f1;background:unset}.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt{line-height:36px}@media (max-width:768px){.mec-calendar.mec-event-container-simple{overflow-x:scroll}.mec-calendar.mec-event-container-simple .mec-calendar-side{min-width:700px}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:12px}}.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:12px;color:#888;margin-bottom:8px;margin-top: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-featured img{max-width:120px}.mec-tooltip-event-desc{font-size:14px;color:#444;line-height:18px}.mec-tooltip-event-desc p{font-size:13px;line-height:1.4;margin-bottom:10px}.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}@media (max-width:780px){.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4{word-break:break-all;font-size:13px}}@media (max-width:320px){.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4{font-size:10px}}.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-skin-grid-container .mec-skin-map-container,.mec-skin-list-container .mec-skin-map-container{margin-bottom:20px}.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;font-size:13px}.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 .mec-event-status{color:#fff!important;border-color:transparent!important}.mec-fes-form .mec-book-confirmed,.mec-fes-list .mec-book-confirmed{background:#50d477!important}.mec-fes-form .mec-book-pending,.mec-fes-list .mec-book-pending{background:#fcbe69!important}.mec-fes-form .mec-book-rejected,.mec-fes-list .mec-book-rejected{background:#fe686a!important}.mec-fes-form .mec-book-other,.mec-fes-list .mec-book-other{background:#40d9f1!important}.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 .post-status{float:right!important;margin:0 5px;color:#fff;padding:0 10px;border-radius:12px;font-style:italic;font-size:18px}.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}.mec-fes-form.mec-fes-form .mec-tooltip{display:inline}.mec-fes-form-cntt .dashicons-editor-help{display:block}.mec-fes-form .mec-tooltip:hover:after,.mec-fes-form .mec-tooltip:hover:before{display:none}.mec-fes-form.mec-fes-form .mec-tooltip{display:inline-flex;bottom:7px}.mec-fes-form .mec-tooltip .box{min-width:300px;max-width:600px;display:inline-block;left:26px;top:50%;transform:translateY(-50%);padding:0;margin-top:8px;background-color:#535a61;color:#fff;font-weight:300;font-size:14px;letter-spacing:.5px;line-height:1.3;position:absolute;z-index:9999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #444b50;visibility:hidden;opacity:0;transition:opacity .23s}#webnus-dashboard .mec-fes-form .mec-tooltip .box p,.mec-fes-form .mec-tooltip .box p{color:#fff;font-size:14px;line-height:1.3;margin:0}.mec-fes-form .mec-tooltip:hover .box{visibility:visible;opacity:1}.mec-fes-form .mec-tooltip:hover .box{padding:20px;border-radius:8px}.mec-fes-form .mec-tooltip .box h5{color:#fff;font-size:17px;font-weight:600;margin:-30px -20px;padding:20px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #32363a;border-radius:6px 6px 0 0;z-index:9999}#webnus-dashboard .mec-fes-form .mec-tooltip .box p a,.mec-fes-form .mec-tooltip .box p a{color:#40d9f1;margin-top:10px;margin-left:0;font-weight:400;position:relative;text-decoration:none;display:block;width:max-content}.mec-fes-form .mec-tooltip .box a:hover{color:#f90}.mec-fes-form .mec-tooltip .box:after{display:block;position:absolute!important;top:100%!important;right:50%!important;margin-top:-6px!important;margin-right:-6px!important;width:12px!important;height:24px!important;overflow:hidden!important;transform:rotate(-90deg)!important}.mec-fes-form .mec-tooltip .box:before{display:block;content:''!important;position:absolute!important;width:12px;height:12px;left:-10px!important;top:50%!important;transform:translate(50%,-50%) rotate(-45deg)!important;background-color:#535a61!important;box-shadow:0 8px 9px -4px #535a61!important;z-index:0!important}.mec-fes-form .mec-tooltip .box.top{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-fes-form .mec-tooltip .box.top:after{top:50%!important;right:100%!important}.mec-fes-form .mec-tooltip .box.top:before{left:50%!important;top:100%!important}.mec-fes-form .mec-tooltip .box.bottom{left:50%;top:auto;bottom:0;transform:translate(-50%,100%);margin-bottom:-20px;margin-left:-10px}.mec-fes-form .mec-tooltip .box.bottom:after{top:0!important;right:50%!important;background-color:#3a3f44!important}.mec-fes-form .mec-tooltip .box.bottom:before{left:50%!important;top:-7px!important;transform:translateX(-50%);background-color:#3a3f44!important}.mec-fes-form .mec-tooltip .box.left{left:auto;right:26px;top:50%;transform:translateY(-50%)}.mec-fes-form .mec-tooltip .box.left:before{right:0!important;left:auto!important;top:50%!important}.mec-fes-form .mec-tooltip{display:inline-block;position:relative;margin-right:10px;cursor:help;bottom:5px;left:3px}.mec-fes-form .mec-tooltip:last-child{margin-right:0}.mec-fes-form .mec-tooltip:hover:after{background:#313130;border-radius:5px;bottom:24px;color:#fff;content:attr(title);left:-75px;padding:10px;position:absolute;z-index:98;width:240px}.mec-fes-form .mec-tooltip:hover:before{border:solid;border-color:#313130 transparent;border-width:6px 6px 0;bottom:18px;content:"";left:30%;position:absolute;z-index:99}.mec-fes-form .mec-tooltip .dashicons-before:before{font-size:24px;color:#008aff;line-height:37px}.mec-fes-form .mec-tooltip a:focus{box-shadow:none}.mec-form-row .bootstrap_unvalid{display:block;border:2px solid red;position:relative;display:inline-block;border-bottom:1px dotted #000}.mec-fes-form .mec-tooltiptext{visibility:hidden;width:120px;background-color:red;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1}.mec-fes-form .mec-tooltip .content p a{display:none}@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);min-height:78px}.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%}}@media (min-width:961px) and (max-width:1200px){.mec-full-calendar-wrap .mec-totalcal-box{padding:20px 20px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:50%}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2,.mec-full-calendar-wrap .mec-totalcal-box .col-md-3,.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{padding-bottom:20px!important}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select{min-width:calc(100% - 36px)}.mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select{min-width:calc(30% - 10px)}.mec-full-calendar-wrap .mec-totalcal-box .col-md-3:last-child select{min-width:calc(50% - 19px)}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view{margin-right:10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{font-size:10px;text-align:center}}@media (max-width:960px){.mec-full-calendar-wrap .mec-totalcal-box{padding:20px 20px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:50%}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2,.mec-full-calendar-wrap .mec-totalcal-box .col-md-3,.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{padding-bottom:10px!important}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select{min-width:calc(100% - 36px);margin-bottom:10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view{margin-right:10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{font-size:10px;text-align:center}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:100%}.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{position:absolute;top:20px}}@media (min-width:780px) and (max-width:960px){.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{position:absolute;top:20px}}@media(max-width:780px){.mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select{width:calc(50% - 18px)!important}.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{position:unset;padding-right:0}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:20%;text-align:center;font-size:10px}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{padding:0 7px;margin-top:20px}}@media(max-width:480px){.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:20%;text-align:center;font-size:10px}}.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-full-calendar-wrap .mec-search-form .mec-date-search,.mec-full-calendar-wrap .mec-search-form .mec-text-input-search{width:100%}.mec-full-calendar-wrap .mec-search-form .col-md-3,.mec-full-calendar-wrap .mec-search-form .col-md-5,.mec-full-calendar-wrap .mec-search-form .col-md-6,.mec-full-calendar-wrap .mec-search-form .col-md-8{padding:0}.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:-70px}.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%;transform:rotate(90deg)}}@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}.admin-bar .mec-single-modal.mec-single-modern .mec-single-title{padding-top:40px}.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:60vw;max-height:90vh!important;background:#fff;box-shadow:0 1px 55px rgba(0,0,0,.5);overflow-x:hidden!important}@media(max-width:1023px){.mec-modal-wrap{max-width:80vw}}.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}}@media(min-width:961px){.mec-timetable-col-7{width:14.28%}.mec-timetable-col-6{width:16.6666%}}.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;position:relative}.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}.degrees-mode{background:rgba(0,0,0,.2);cursor:pointer;font-weight:300;font-size:18px;padding:4px 5px;line-height:1;color:#fff;position:absolute;border-radius:8px;bottom:16px;left:16px}.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{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:0;padding:15px 18%}}@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:normal 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;margin-left:-110px}.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}.single-mec-events .lity-container{max-width:480px;width:480px}.lity-content .mec-events-meta-group-booking{width:100%;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;line-height:1.2;margin-bottom:10px}.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;display:inline-block}.lity-content .mec-events-meta-group-booking .mec-event-ticket-available{margin-bottom:12px}.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;font-family:Montserrat,Helvetica,Arial,sans-serif}.lity-content .mec-events-meta-group-booking input[type=email]{color:#888;border:1px solid #e1e1e1;font-size:14px;display:block;width:100%;outline:0}.lity-content .mec-events-meta-group-booking input{margin-bottom:10px!important}.lity-content .mec-book-ticket-variation h5{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:0;clear:none;padding:5px 1em 3px 0;display:inline-block;text-transform:capitalize;font-family:Montserrat,Helvetica,Arial,sans-serif}.lity-content ul.mec-book-tickets-container{padding:0}.lity-content .mec-events-meta-group-booking input[type=email],.lity-content .mec-events-meta-group-booking input[type=number],.lity-content .mec-events-meta-group-booking input[type=text]{outline:0;font-family:Montserrat,Helvetica,Arial,sans-serif;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;margin-bottom:2px!important}.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-events-meta-group-booking{position:relative}.mec-cover-loader:after{content:'';position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(255,255,255,.5);z-index:99999}.mec-loader{background:rgba(0,0,0,0);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9}.mec-loader,.mec-loader:after{border-radius:50%;width:5em;height:5em;z-index:999999999999}.mec-loader{font-size:10px;text-indent:-9999em;border-top:.5em solid rgba(0,0,0,.2);border-right:.5em solid rgba(0,0,0,.2);border-bottom:.5em solid rgba(0,0,0,.2);border-left:.5em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:mecloader 1.1s infinite linear;animation:mecloader 1.1s infinite linear}@-webkit-keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mec-google-recaptcha{margin:0 0 20px 16px}.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}.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%}}#mec_woo_add_to_cart_btn{min-width:170px;margin-top:5px;text-align:center}.mec-breadcrumbs{border-radius:2px;padding:9px 15px 6px;font-size:11px;color:#8d8d8d;letter-spacing:0;text-transform:none;font-weight:500;margin:auto 15px 33px 15px;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.025)}.mec-breadcrumbs-modern{margin:auto 0 33px 0}.mec-breadcrumbs a{color:#000;padding-left:4px}.mec-breadcrumbs a:hover{text-decoration:underline}.mec-breadcrumbs i{font-size:8px;margin:0 0 0 4px}.mec-breadcrumbs .container{padding-left:20px}.mec-content-notification a{margin-left:5px}.mec-content-notification{background:#f7f7f7;padding:10px 10px 10px;border:1px solid #e8e8e8}.mec-content-notification p{margin-bottom:0}#mec-advanced-wraper div:first-child>ul{display:block;margin:5px 0;padding:5px 0;width:430px;border:1px solid #e1e2e3;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.05)}#mec-advanced-wraper div:first-child>ul span{display:none}#mec-advanced-wraper div:first-child>ul *{display:inline-block;background:#fff;font-size:12px;color:#717273;text-align:center}#mec-advanced-wraper div:first-child>ul>li{width:60px;font-weight:700;margin:0 10px 0 0;padding:4px 0;border-right:1px solid #e1e2e3}#mec-advanced-wraper div:first-child>ul>ul>li{margin:0;padding:2px 10px;cursor:pointer;border-radius:2px;transition:all .18s ease}#mec-advanced-wraper div:first-child>ul>ul>li:hover,.mec-active{background:#008aff!important;color:#fff!important}.mec-search-bar-wrap .mec-search-form .mec-text-input-search{width:83%}.mec-search-bar-wrap .mec-search-form .mec-ajax-search-result .mec-text-input-search{width:100%;float:none}.mec-search-bar-wrap input#mec-search-bar-input{width:calc(100% - 84%);margin-left:11px;background:#40d9f1;Color:#fff;font-weight:400}.mec-text-input-search+input#mec-search-bar-input{margin-left:-3px}.mec-search-bar-wrap input#mec-search-bar-input:hover{background:#000}.mec-wrap.mec-search-bar-wrap .mec-totalcal-box input{float:none}@media(max-width:768px){.mec-search-bar-wrap .mec-search-form .mec-text-input-search{display:inline-block}}@media(max-width:480px){.mec-search-bar-wrap .mec-search-form .mec-text-input-search{width:64%}.mec-search-bar-wrap input#mec-search-bar-input{width:calc(100% - 67%)}}.mec-wrap.mec-search-bar-wrap .mec-totalcal-box{overflow:visible}.mec-ajax-search-result{position:relative}.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text]{width:calc(100% - 36px)}.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text]:focus{border-color:#efefef}div#mec-ajax-search-result-wrap{position:absolute;top:100%;opacity:0;visibility:hidden;width:calc(100% - 2px);min-height:50px;left:0;right:0;padding:0 10px;z-index:9999;transition:all .3s ease}.mec-ajax-search-result-events{background:#fff;padding:10px 20px;border:1px solid #efefef;border-top:none}.mec-ajax-search-result-events article:first-of-type{border:none}article.mec-search-bar-result{text-align:left;margin-bottom:0;padding-bottom:25px;padding-top:26px;border-top:1px solid #efefef;transition:all .33s ease;clear:both}.mec-search-bar-result .mec-event-list-search-bar-date{width:64px;height:64px;margin-right:10px;font-size:11px;text-transform:uppercase;float:left;text-align:center;padding-top:2px}.mec-search-bar-result .mec-event-list-search-bar-date span{font-size:40px;line-height:30px;font-weight:700;display:block;margin-bottom:6px;letter-spacing:1px}.mec-search-bar-result .mec-event-image{float:left;margin-right:20px;width:65px;height:auto}.mec-search-bar-result .mec-event-time{font-size:11px;line-height:1.1;margin:0}.mec-search-bar-result .mec-event-time i{color:#40d9f1;float:none;width:unset;height:unset;font-size:inherit;margin-right:3px;border:none;padding:0}.mec-search-bar-result .mec-event-title{font-size:13px;padding:0;margin:10px 0 8px;font-weight:700;text-transform:uppercase}.mec-search-bar-result .mec-event-title a{text-decoration:none;color:#494949;transition:color .3s ease}.mec-search-bar-result .mec-event-detail{font-size:13px;line-height:1.3;font-family:Roboto,sans-serif;color:#9a9a9a;margin-bottom:0}.mec-wrap.mec-modern-search-bar .mec-totalcal-box{background:rgba(255,255,255,.87);border:none;padding:35px;border-radius:3px;box-shadow:0 3px 13px rgba(0,0,0,.4);position:relative}.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=search],.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=text]{height:58px;background:rgba(255,255,255,.99);border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,.1) inset;border:1px solid #ccc;width:100%;padding-left:45px;padding-right:13px;font-size:16px}.mec-wrap.mec-modern-search-bar .mec-totalcal-box .mec-text-input-search i{position:absolute;background:0 0;border:none;font-size:21px;left:15px;top:calc(50% - 19px);color:#40d9f1}.mec-wrap.mec-modern-search-bar .mec-text-input-search{position:relative;height:58px}.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=submit]{height:58px;border:none;border-radius:2px;background:#fc4a1a;font-size:17px;font-weight:700!important}.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input{margin-left:0}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select{height:45px;background:rgba(255,255,255,.99);border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,.1) inset;border:1px solid #ccc;padding-right:13px;font-size:16px;border-left:0}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap i{height:45px;background:rgba(255,255,255,.99);border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,.1) inset;border:1px solid #ccc;font-size:15px;padding-top:14px;border-right:0;color:#40d9f1}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap{min-height:64px}@media(max-width:768px){.mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search{width:70%}.mec-wrap.mec-modern-search-bar input#mec-search-bar-input{width:calc(100% - 72%)}}@media(max-width:480px){.mec-wrap.mec-modern-search-bar input#mec-search-bar-input{width:92%;padding:0 10px;position:relative;display:block;margin-left:11px}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search{width:100%;margin-bottom:20px}.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input{margin-left:10px}}.mec-related-events-wrap{margin-top:50px}.mec-related-events-wrap h3.mec-rec-events-title:before{content:"";background:#2c2f34;width:46px;height:4px;position:absolute;top:59px;left:0}.mec-related-events-wrap h3.mec-rec-events-title{font-size:21px;font-weight:600;padding:17px 0;margin-bottom:28px;text-transform:uppercase;border-bottom:1px solid #e8e8e8;position:relative}.mec-related-event-post figure{margin:0}.mec-related-event-post figure img{width:100%}.mec-related-event-content{background-color:#fff;margin:-27px 30px 15px;position:relative;max-width:90%;padding:13px 21px 16px 19px}.mec-related-event-content h5 a{font-size:16px;color:#121212;font-weight:600;transition:all .3s ease}.mec-fes-form-cntt #mec-organizer-payments ul{list-style:none;background:0 0}.mec-fes-form-cntt #mec-organizer-payments ul li h4{background:0 0;letter-spacing:0;border-bottom:1px solid #e8e8e8;display:inline-block;padding-left:0!important;padding-bottom:10px!important;margin:0;margin-bottom:20px;letter-spacing:1px;text-transform:capitalize}.mec-fes-form-cntt #mec-organizer-payments ul>li{width:33%;display:inline-block;vertical-align:top;padding:0 30px}#mec-login-form.mec-login-form{width:100%;background:#fff;padding:20px;margin:0 auto;text-align:center}#mec-login-form.mec-login-form .mec-login-input{display:block;width:286px;margin:0 auto;margin-bottom:12px}#mec-login-form.mec-login-form .mec-login-forgotpassword{display:inline-block}.mec-login-forgotpassword a{color:#000}#mec-login-form.mec-login-form .mec-login-submit{float:right;text-align:right;width:49%;padding-right:2px}#mec-login-form.mec-login-form .mec-login-input input{border:none;box-shadow:none;background:#fff;color:#ccc;border-left:1px solid #e6e6e6;padding:0;height:100%;background-image:none!important;padding-left:10px;padding-right:0;width:222px;margin-left:0;clear:none;float:left}#mec-login-form.mec-login-form .mec-login-input label{border:1px solid #e6e6e6;height:52px;display:inline-block;padding:0;border-radius:3px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.04)}#mec-login-form.mec-login-form .mec-login-input label i{padding:15px 13px 17px 16px;vertical-align:middle;font-size:20px;width:50px;color:#c5cad0;background:#fafafa;margin-right:0;float:left}#mec-login-form.mec-login-form .mec-login-forgotpassword{float:left;width:49%;text-align:left;padding-top:10px;font-size:13px;padding-left:2px}#mec-login-form.mec-login-form button{width:120px;height:44px;border:none;color:#fff;border-radius:3px;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;box-shadow:0 4px 22px -7px #40d9f1;transition:all .22s ease;margin:0;min-width:unset;background-color:#40d9f1}#mec-login-form.mec-login-form button:hover{background:#222;box-shadow:0 3px 14px -4px #333}#mec-login-form.mec-login-form .mec-login-form-footer{width:286px;margin:0 auto;margin-top:20px;clear:both;position:relative;display:block;min-height:50px}#mec-login-form.mec-login-form .mec-ajax-login-loading{position:absolute;background:#ffffffc2;left:0;right:0;top:0;bottom:0}#mec-login-form.mec-login-form .lds-ripple{position:absolute;width:64px;height:64px;top:calc(50% - 23px);left:calc(50% - 23px)}#mec-login-form.mec-login-form .lds-ripple div{position:absolute;border:4px solid #40d9f1;opacity:1;border-radius:50%;animation:lds-ripple 1.2s cubic-bezier(0,.2,.1,.8) infinite}#mec-login-form.mec-login-form .lds-ripple div:nth-child(2){animation-delay:-.5s}#mec-login-form.mec-login-form .mec-ajax-login-loading-text{position:absolute;min-width:200px;top:calc(50% - 18px);left:calc(50% - 170px);color:#fff;padding:10px 22px;border-radius:3px;background:#fff;height:47px}#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong{color:#3fcc60}#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong:before{content:"";position:absolute;top:8px;left:1px;border-right:2px solid #3fcc60;border-bottom:2px solid #3acb5c;transform:rotate(45deg);transform-origin:0 100%;color:#000;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards;width:8px;height:14px}#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:after{content:"";position:absolute;top:14px;left:5px;border-bottom:2px solid #ff5d39;transform:rotate(45deg);transform-origin:0 100%;color:#000;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards;width:14px;height:4px}#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong{color:#ff5d39}#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:before{border-color:#ff5d39;border-bottom:none}@keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:1}100%{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row:first-child{background:#f7f8f9;padding:18px 22px;margin-bottom:20px}.mec-events-meta-group-booking .StripeElement{box-sizing:border-box;height:40px;padding:10px 12px;border:1px solid transparent;border-radius:4px;background-color:#fff;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease;margin-bottom:20px;background:#fff}.mec-events-meta-group-booking .StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}.mec-events-meta-group-booking .StripeElement--invalid{border-color:#fa755a}.mec-events-meta-group-booking .StripeElement--webkit-autofill{background-color:#fefde5!important}
|
assets/css/mecrtl.css
CHANGED
@@ -1,17 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
Author:
|
7 |
-
|
8 |
-
Description: Modern Events Calendar
|
9 |
-
RTL Version: 1.0.0
|
10 |
-
License: GNU General Public License
|
11 |
-
License: codecanyon.net
|
12 |
-
|
13 |
-
|
14 |
-
/*-----------------------------------------------------------------------------------*/
|
15 |
|
16 |
/* Base
|
17 |
====================================================*/
|
1 |
+
/**
|
2 |
+
* Plugin Name: Modern Events Calendar
|
3 |
+
* Plugin URI: http://webnus.net/modern-events-calendar/
|
4 |
+
* Description: An awesome plugin for events calendar
|
5 |
+
* Author: Webnus Team
|
6 |
+
* Author URI: http://webnus.net
|
7 |
+
**/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
/* Base
|
10 |
====================================================*/
|
assets/css/rtlbackend.css
CHANGED
@@ -1,17 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
Author:
|
7 |
-
|
8 |
-
Description: Modern Events Calendar
|
9 |
-
RTL Version: 1.0.0
|
10 |
-
License: GNU General Public License
|
11 |
-
License: codecanyon.net
|
12 |
-
|
13 |
-
|
14 |
-
/*-----------------------------------------------------------------------------------*/
|
15 |
|
16 |
/* Base
|
17 |
====================================================*/
|
1 |
+
/**
|
2 |
+
* Plugin Name: Modern Events Calendar
|
3 |
+
* Plugin URI: http://webnus.net/modern-events-calendar/
|
4 |
+
* Description: An awesome plugin for events calendar
|
5 |
+
* Author: Webnus Team
|
6 |
+
* Author URI: http://webnus.net
|
7 |
+
**/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
/* Base
|
10 |
====================================================*/
|
assets/img/mec-addons-teaser1.png
CHANGED
Binary file
|
assets/js/backend.js
CHANGED
@@ -22,7 +22,7 @@ jQuery(document).ready(function($)
|
|
22 |
});
|
23 |
|
24 |
// MEC Accordion
|
25 |
-
$('.mec-accordion
|
26 |
{
|
27 |
var key = $(this).attr('data-key');
|
28 |
var status = $(this).attr('data-status');
|
@@ -30,18 +30,11 @@ jQuery(document).ready(function($)
|
|
30 |
// Open the accordion
|
31 |
if(status === 'close')
|
32 |
{
|
33 |
-
$('.mec-accordion
|
34 |
-
$('.mec-accordion
|
35 |
$(this).attr('data-status', 'open');
|
36 |
$('#mec-acc-'+key).show();
|
37 |
}
|
38 |
-
// Close the opened accordion
|
39 |
-
else
|
40 |
-
{
|
41 |
-
$('.mec-accordion > li').attr('data-status', 'close');
|
42 |
-
$(this).attr('data-status', 'close');
|
43 |
-
$('#mec-acc-'+key).hide();
|
44 |
-
}
|
45 |
});
|
46 |
|
47 |
// MEC Select, Deselect, Toggle
|
@@ -175,14 +168,13 @@ jQuery(document).ready(function($)
|
|
175 |
{
|
176 |
$('.mec-options-fields').hide();
|
177 |
$('.mec-options-fields').removeClass('active');
|
178 |
-
$('
|
179 |
-
$('
|
180 |
-
$('.
|
181 |
-
$('.wns-be-group-menu-li .subsection .pr-be-group-menu-li:first').addClass('active');
|
182 |
}
|
183 |
else
|
184 |
{
|
185 |
-
$("
|
186 |
{
|
187 |
var search_label = $(this).find('label.mec-col-3').text().toLowerCase();
|
188 |
var search_title = $(this).find('h4.mec-form-subtitle').text().toLowerCase();
|
@@ -192,6 +184,21 @@ jQuery(document).ready(function($)
|
|
192 |
if ($(this).find('label.mec-col-3').text().toLowerCase().indexOf(value) > -1 || $(this).find('h4.mec-form-subtitle').text().toLowerCase().indexOf(value) > -1) {
|
193 |
$('.mec-options-fields').hide();
|
194 |
$('.mec-options-fields').removeClass('active');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
elements.push($(this));
|
196 |
}
|
197 |
});
|
22 |
});
|
23 |
|
24 |
// MEC Accordion
|
25 |
+
$('.mec-accordion .mec-acc-label').on('click', function()
|
26 |
{
|
27 |
var key = $(this).attr('data-key');
|
28 |
var status = $(this).attr('data-status');
|
30 |
// Open the accordion
|
31 |
if(status === 'close')
|
32 |
{
|
33 |
+
$('.mec-accordion .mec-acc-label ul').hide();
|
34 |
+
$('.mec-accordion .mec-acc-label').attr('data-status', 'close');
|
35 |
$(this).attr('data-status', 'open');
|
36 |
$('#mec-acc-'+key).show();
|
37 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
});
|
39 |
|
40 |
// MEC Select, Deselect, Toggle
|
168 |
{
|
169 |
$('.mec-options-fields').hide();
|
170 |
$('.mec-options-fields').removeClass('active');
|
171 |
+
$('.wns-be-group-tab form .mec-options-fields:first-of-type').addClass('active');
|
172 |
+
$('.subsection li').removeClass('active');
|
173 |
+
$('.wns-be-sidebar .wns-be-group-menu .subsection li:first-of-type').addClass('active');
|
|
|
174 |
}
|
175 |
else
|
176 |
{
|
177 |
+
$(".mec-options-fields").filter(function ()
|
178 |
{
|
179 |
var search_label = $(this).find('label.mec-col-3').text().toLowerCase();
|
180 |
var search_title = $(this).find('h4.mec-form-subtitle').text().toLowerCase();
|
184 |
if ($(this).find('label.mec-col-3').text().toLowerCase().indexOf(value) > -1 || $(this).find('h4.mec-form-subtitle').text().toLowerCase().indexOf(value) > -1) {
|
185 |
$('.mec-options-fields').hide();
|
186 |
$('.mec-options-fields').removeClass('active');
|
187 |
+
$('.wns-be-group-menu .subsection .mec-settings-menu li').removeClass('active');
|
188 |
+
elements.push($(this));
|
189 |
+
}
|
190 |
+
});
|
191 |
+
|
192 |
+
$(".mec-settings-menu li").filter(function ()
|
193 |
+
{
|
194 |
+
var search_label = $(this).find('a').text().toLowerCase();
|
195 |
+
var search_title = $(this).find('a span').text().toLowerCase();
|
196 |
+
if ((!search_label || search_label == "") && (!search_title || search_title == "")) {
|
197 |
+
return false;
|
198 |
+
}
|
199 |
+
if ($(this).find('a span').text().toLowerCase().indexOf(value) > -1 || $(this).find('a span').text().toLowerCase().indexOf(value) > -1) {
|
200 |
+
$('.mec-settings-menu li').removeClass('active');
|
201 |
+
$('.wns-be-group-menu .subsection .mec-settings-menu li').removeClass('active');
|
202 |
elements.push($(this));
|
203 |
}
|
204 |
});
|
assets/js/frontend.js
CHANGED
@@ -529,30 +529,6 @@ var mecSingleEventDisplayer = {
|
|
529 |
|
530 |
}(jQuery));
|
531 |
|
532 |
-
// MEC Woocommerce Add to Cart BTN
|
533 |
-
(function ($) {
|
534 |
-
// console.log($('#mec_woo_add_to_cart_btn'));
|
535 |
-
$(document).on('DOMNodeInserted', function (e) {
|
536 |
-
if ($(e.target).find('#mec_woo_add_to_cart_btn').length) {
|
537 |
-
$(e.target).find('#mec_woo_add_to_cart_btn').on('click', function () {
|
538 |
-
var href = $(this).attr('href');
|
539 |
-
var cart_url = $(this).data('cart-url');
|
540 |
-
$(this).addClass('loading');
|
541 |
-
$.ajax({
|
542 |
-
type: "get",
|
543 |
-
url: href,
|
544 |
-
success: function (response) {
|
545 |
-
setTimeout(function () {
|
546 |
-
window.location.href = cart_url;
|
547 |
-
}, 500);
|
548 |
-
}
|
549 |
-
});
|
550 |
-
return false;
|
551 |
-
});
|
552 |
-
}
|
553 |
-
})
|
554 |
-
}(jQuery));
|
555 |
-
|
556 |
// MEC YEARLY VIEW PLUGIN
|
557 |
(function ($) {
|
558 |
$.fn.mecYearlyView = function (options) {
|
529 |
|
530 |
}(jQuery));
|
531 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
532 |
// MEC YEARLY VIEW PLUGIN
|
533 |
(function ($) {
|
534 |
$.fn.mecYearlyView = function (options) {
|
changelog.txt
CHANGED
@@ -1,4 +1,19 @@
|
|
1 |
-
v 4.6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
- Added: Billing info to booking details page in backend (pro)
|
3 |
- Added: An option to enable booking while event is on going (pro)
|
4 |
- Added: Ticket time compatibility for 24 hours (pro)
|
1 |
+
v 4.6.5 - 24 September 2019
|
2 |
+
- Added: Add mec-past-event for expired events in different skins
|
3 |
+
- Added: Event publishing notification for frontend event submission system with guest users
|
4 |
+
- Added: An interval option to display booking module at certain times before the start of the event (pro)
|
5 |
+
- Added: Countdown module enhancement for considering the event end time when "Hide Event" method is set to "On Event End"
|
6 |
+
- Changed: Moving the frontend event submission message from bottom to top
|
7 |
+
- Fixed: No displaying Modal Booking on mobile and tablet (pro)
|
8 |
+
- Fixed: Modal booking style on mobile and tablet (pro)
|
9 |
+
- Fixed: Flip Countdown on mobile and tablet
|
10 |
+
- Fixed: Full width archive events page
|
11 |
+
- Fixed: Search bar in settings menu
|
12 |
+
- Fixed: Conflict between Ultimate GDPR Plugin and niceSelect
|
13 |
+
- Fixed: Toggle Messages in settings
|
14 |
+
- Fixed: Some minor issues
|
15 |
+
|
16 |
+
v 4.6.0 - 18 September 2019
|
17 |
- Added: Billing info to booking details page in backend (pro)
|
18 |
- Added: An option to enable booking while event is on going (pro)
|
19 |
- Added: Ticket time compatibility for 24 hours (pro)
|
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-09-
|
6 |
-
"PO-Revision-Date: 2019-09-
|
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:
|
27 |
msgid "Content"
|
28 |
msgstr "Inhalt"
|
29 |
|
30 |
-
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:
|
31 |
-
#: app/features/mec.php:
|
32 |
msgid "Shortcode"
|
33 |
msgstr "Shortcode"
|
34 |
|
@@ -72,14 +72,14 @@ msgstr "Alles Auswählen"
|
|
72 |
msgid "Event Color"
|
73 |
msgstr "Farbe der Veranstaltung"
|
74 |
|
75 |
-
#: app/features/contextual.php:55 app/features/mec.php:
|
76 |
#: app/features/mec/dashboard.php:135 app/features/mec/support-page.php:168
|
77 |
-
#: app/features/mec/support.php:20 app/libraries/main.php:
|
78 |
msgid "Settings"
|
79 |
msgstr "Einstellungen"
|
80 |
|
81 |
-
#: app/features/contextual.php:62 app/features/events.php:
|
82 |
-
#: app/features/mec/booking.php:
|
83 |
#: app/libraries/main.php:554
|
84 |
msgid "Booking Form"
|
85 |
msgstr "Buchungsformular"
|
@@ -98,7 +98,7 @@ msgstr ""
|
|
98 |
"<iframe width=\"600\" height=\"300\" src=\"https://www.youtube.com/embed/"
|
99 |
"YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
|
100 |
|
101 |
-
#: app/features/contextual.php:70 app/features/mec/booking.php:
|
102 |
#: app/features/mec/support.php:36 app/libraries/main.php:555
|
103 |
msgid "Payment Gateways"
|
104 |
msgstr "Zahlungs-Gateways"
|
@@ -114,7 +114,7 @@ msgstr ""
|
|
114 |
"\"0\" allowfullscreen></iframe>"
|
115 |
|
116 |
#: app/features/contextual.php:77 app/features/mec/support.php:45
|
117 |
-
#: app/libraries/main.php:
|
118 |
msgid "Notifications"
|
119 |
msgstr "Benachrichtigungen"
|
120 |
|
@@ -241,19 +241,19 @@ msgstr "Nächstes Veranstaltung Modul"
|
|
241 |
msgid "Frontend Event Submission"
|
242 |
msgstr "Erstellung von Veranstaltungen im Frontend"
|
243 |
|
244 |
-
#: app/features/contextual.php:298 app/features/events.php:
|
245 |
#: app/libraries/main.php:543
|
246 |
msgid "Exceptional Days"
|
247 |
msgstr "Herausgenommene Tage "
|
248 |
|
249 |
-
#: app/features/contextual.php:308 app/features/events.php:
|
250 |
-
#: app/features/mec/booking.php:88 app/features/mec/notifications.php:
|
251 |
#: app/libraries/main.php:550 app/libraries/main.php:571
|
252 |
-
#: app/libraries/main.php:
|
253 |
msgid "Booking"
|
254 |
msgstr "Buchung / Reservierung"
|
255 |
|
256 |
-
#: app/features/contextual.php:318 app/features/mec/booking.php:
|
257 |
#: app/libraries/main.php:551
|
258 |
msgid "Coupons"
|
259 |
msgstr "Gutscheine"
|
@@ -272,13 +272,13 @@ msgstr "Mailchimp Integration"
|
|
272 |
msgid "MEC Activation"
|
273 |
msgstr "MEC Aktivierung"
|
274 |
|
275 |
-
#: app/features/events.php:
|
276 |
#: app/features/mec/dashboard.php:229 app/skins/daily_view/tpl.php:79
|
277 |
#: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
|
278 |
msgid "Events"
|
279 |
msgstr "Veranstaltungen"
|
280 |
|
281 |
-
#: app/features/events.php:
|
282 |
#: app/features/mec/meta_boxes/display_options.php:921
|
283 |
#: app/features/mec/meta_boxes/display_options.php:977
|
284 |
#: app/features/mec/meta_boxes/display_options.php:1012
|
@@ -287,36 +287,36 @@ msgstr "Veranstaltungen"
|
|
287 |
msgid "Event"
|
288 |
msgstr "Veranstaltung"
|
289 |
|
290 |
-
#: app/features/events.php:
|
291 |
msgid "Add Event"
|
292 |
msgstr "Veranstaltung hinzufügen"
|
293 |
|
294 |
-
#: app/features/events.php:
|
295 |
msgid "Add New Event"
|
296 |
msgstr "Neue Veranstaltung hinzufügen"
|
297 |
|
298 |
-
#: app/features/events.php:
|
299 |
#: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:57
|
300 |
msgid "No events found!"
|
301 |
msgstr "Keine Veranstaltungen gefunden!"
|
302 |
|
303 |
-
#: app/features/events.php:
|
304 |
msgid "All Events"
|
305 |
msgstr "Alle Veranstaltungen"
|
306 |
|
307 |
-
#: app/features/events.php:
|
308 |
msgid "Edit Event"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: app/features/events.php:
|
312 |
msgid "View Event"
|
313 |
msgstr "Veranstaltung ansehen"
|
314 |
|
315 |
-
#: app/features/events.php:
|
316 |
msgid "No events found in Trash!"
|
317 |
msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
|
318 |
|
319 |
-
#: app/features/events.php:
|
320 |
#: app/features/mec/meta_boxes/display_options.php:832
|
321 |
#: app/features/mec/meta_boxes/search_form.php:31
|
322 |
#: app/features/mec/meta_boxes/search_form.php:93
|
@@ -329,125 +329,125 @@ msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
|
|
329 |
#: app/features/mec/meta_boxes/search_form.php:514
|
330 |
#: app/features/mec/meta_boxes/search_form.php:575
|
331 |
#: app/features/mec/settings.php:719 app/features/mec/single.php:204
|
332 |
-
#: app/libraries/main.php:
|
333 |
-
#: app/skins/single.php:559 app/skins/single/default.php:
|
334 |
-
#: app/skins/single/default.php:
|
335 |
#: app/skins/single/m2.php:102 app/skins/single/modern.php:110
|
336 |
msgid "Category"
|
337 |
msgstr "Kategorie"
|
338 |
|
339 |
-
#: app/features/events.php:
|
340 |
-
#: app/features/fes/form.php:745 app/features/mec.php:
|
341 |
-
#: app/features/mec/meta_boxes/filter.php:81 app/libraries/main.php:
|
342 |
msgid "Categories"
|
343 |
msgstr "Kategorien"
|
344 |
|
345 |
-
#: app/features/events.php:
|
346 |
#: app/features/locations.php:69 app/features/organizers.php:69
|
347 |
#: app/features/speakers.php:70
|
348 |
#, php-format
|
349 |
msgid "All %s"
|
350 |
msgstr "Alle %s"
|
351 |
|
352 |
-
#: app/features/events.php:
|
353 |
#: app/features/locations.php:70 app/features/organizers.php:70
|
354 |
#: app/features/speakers.php:71
|
355 |
#, php-format
|
356 |
msgid "Edit %s"
|
357 |
msgstr "Bearbeiten %s"
|
358 |
|
359 |
-
#: app/features/events.php:
|
360 |
#: app/features/locations.php:71 app/features/organizers.php:71
|
361 |
#: app/features/speakers.php:72
|
362 |
#, php-format
|
363 |
msgid "View %s"
|
364 |
msgstr "Ansicht %s"
|
365 |
|
366 |
-
#: app/features/events.php:
|
367 |
#: app/features/locations.php:72 app/features/organizers.php:72
|
368 |
#: app/features/speakers.php:73
|
369 |
#, php-format
|
370 |
msgid "Update %s"
|
371 |
msgstr "Update %s"
|
372 |
|
373 |
-
#: app/features/events.php:
|
374 |
#: app/features/locations.php:73 app/features/organizers.php:73
|
375 |
#: app/features/speakers.php:74
|
376 |
#, php-format
|
377 |
msgid "Add New %s"
|
378 |
msgstr "Neu hinzufügen%s"
|
379 |
|
380 |
-
#: app/features/events.php:
|
381 |
#: app/features/locations.php:74 app/features/organizers.php:74
|
382 |
#: app/features/speakers.php:75
|
383 |
#, php-format
|
384 |
msgid "New %s Name"
|
385 |
msgstr "Neuer %s Name"
|
386 |
|
387 |
-
#: app/features/events.php:
|
388 |
#: app/features/locations.php:75 app/features/organizers.php:75
|
389 |
#: app/features/speakers.php:76
|
390 |
#, php-format
|
391 |
msgid "Popular %s"
|
392 |
msgstr "Beliebt %s"
|
393 |
|
394 |
-
#: app/features/events.php:
|
395 |
#: app/features/locations.php:76 app/features/organizers.php:76
|
396 |
#: app/features/speakers.php:77
|
397 |
#, php-format
|
398 |
msgid "Search %s"
|
399 |
msgstr "Suche %s"
|
400 |
|
401 |
-
#: app/features/events.php:
|
402 |
msgid "Category Icon"
|
403 |
msgstr "Kategoriesymbol"
|
404 |
|
405 |
-
#: app/features/events.php:
|
406 |
msgid "Select icon"
|
407 |
msgstr "Wählen Sie ein Symbol"
|
408 |
|
409 |
-
#: app/features/events.php:
|
410 |
msgid "Event Details"
|
411 |
msgstr "Veranstaltungsdetails"
|
412 |
|
413 |
-
#: app/features/events.php:
|
414 |
msgid "Note for reviewer"
|
415 |
msgstr "Zusätzliche Anmerkungen zum Event "
|
416 |
|
417 |
-
#: app/features/events.php:
|
418 |
msgid "Guest Data"
|
419 |
msgstr "Gäste Daten"
|
420 |
|
421 |
-
#: app/features/events.php:
|
422 |
#: app/features/fes/form.php:668 app/features/labels.php:178
|
423 |
#: app/features/mec/booking.php:45 app/features/organizers.php:279
|
424 |
-
#: app/features/profile/profile.php:91 app/libraries/notifications.php:
|
425 |
#: app/modules/booking/steps/form.php:37
|
426 |
msgid "Name"
|
427 |
msgstr "Name"
|
428 |
|
429 |
-
#: app/features/events.php:
|
430 |
-
#: app/features/events.php:
|
431 |
-
#: app/features/mec/booking.php:57 app/features/mec/booking.php:
|
432 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
433 |
#: app/features/profile/profile.php:94 app/features/speakers.php:124
|
434 |
-
#: app/features/speakers.php:184 app/libraries/main.php:
|
435 |
-
#: app/libraries/main.php:
|
436 |
-
#: app/libraries/notifications.php:
|
437 |
#: app/modules/booking/steps/form.php:84 app/skins/single.php:812
|
438 |
-
#: app/skins/single.php:867 app/skins/single/default.php:
|
439 |
-
#: app/skins/single/default.php:
|
440 |
#: app/skins/single/m2.php:39 app/skins/single/modern.php:48
|
441 |
msgid "Email"
|
442 |
msgstr "Email"
|
443 |
|
444 |
-
#: app/features/events.php:
|
445 |
msgid "Date and Time"
|
446 |
msgstr "Datum und Uhrzeit"
|
447 |
|
448 |
-
#: app/features/events.php:
|
449 |
-
#: app/features/events.php:
|
450 |
-
#: app/features/events.php:
|
451 |
#: app/features/fes/form.php:240 app/features/ix.php:2743
|
452 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:38
|
453 |
#: app/features/mec/dashboard.php:373
|
@@ -467,47 +467,47 @@ msgstr "Datum und Uhrzeit"
|
|
467 |
msgid "Start Date"
|
468 |
msgstr "Start Datum"
|
469 |
|
470 |
-
#: app/features/events.php:
|
471 |
-
#: app/features/events.php:
|
472 |
-
#: app/features/events.php:
|
473 |
#: app/features/fes/form.php:268 app/features/fes/form.php:308
|
474 |
msgid "AM"
|
475 |
msgstr "AM"
|
476 |
|
477 |
-
#: app/features/events.php:
|
478 |
-
#: app/features/events.php:
|
479 |
-
#: app/features/events.php:
|
480 |
#: app/features/fes/form.php:269 app/features/fes/form.php:309
|
481 |
msgid "PM"
|
482 |
msgstr "PM"
|
483 |
|
484 |
-
#: app/features/events.php:
|
485 |
-
#: app/features/events.php:
|
486 |
-
#: app/features/events.php:
|
487 |
#: app/features/fes/form.php:280 app/features/ix.php:2743
|
488 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:44
|
489 |
#: app/features/mec/dashboard.php:374
|
490 |
msgid "End Date"
|
491 |
msgstr "Ende Datum"
|
492 |
|
493 |
-
#: app/features/events.php:
|
494 |
msgid "All Day Event"
|
495 |
msgstr "Ganztägige Veranstaltung"
|
496 |
|
497 |
-
#: app/features/events.php:
|
498 |
msgid "Hide Event Time"
|
499 |
msgstr "Event / Veranstaltungszeit verbergen"
|
500 |
|
501 |
-
#: app/features/events.php:
|
502 |
msgid "Hide Event End Time"
|
503 |
msgstr "Ende-Zeit der Veranstaltung verbergen"
|
504 |
|
505 |
-
#: app/features/events.php:
|
506 |
#: app/features/fes/form.php:325
|
507 |
msgid "Time Comment"
|
508 |
msgstr "z.B. MEZ "
|
509 |
|
510 |
-
#: app/features/events.php:
|
511 |
#, fuzzy
|
512 |
#| msgid ""
|
513 |
#| "It shows next to event time on calendar. You can insert Timezone etc. in "
|
@@ -519,20 +519,20 @@ msgstr ""
|
|
519 |
"Neben der Zeit im Kalender wird diese Angabe angezeigt. In diesem Feld "
|
520 |
"können Sie z.B. eine Zeitzone wie z.B. \"MEZ\" usw. einfügen. "
|
521 |
|
522 |
-
#: app/features/events.php:
|
523 |
-
#: app/features/events.php:
|
524 |
-
#: app/features/events.php:
|
525 |
-
#: app/features/events.php:
|
526 |
-
#: app/features/events.php:
|
527 |
-
#: app/features/events.php:
|
528 |
-
#: app/features/events.php:
|
529 |
-
#: app/features/events.php:
|
530 |
#: app/features/fes/form.php:630 app/features/locations.php:299
|
531 |
-
#: app/features/mec/booking.php:108 app/features/mec/booking.php:
|
532 |
-
#: app/features/mec/booking.php:
|
533 |
-
#: app/features/mec/booking.php:
|
534 |
-
#: app/features/mec/booking.php:
|
535 |
-
#: app/features/mec/booking.php:
|
536 |
#: app/features/mec/meta_boxes/display_options.php:66
|
537 |
#: app/features/mec/meta_boxes/display_options.php:79
|
538 |
#: app/features/mec/meta_boxes/display_options.php:92
|
@@ -566,13 +566,14 @@ msgstr ""
|
|
566 |
#: app/features/mec/modules.php:53 app/features/mec/modules.php:86
|
567 |
#: app/features/mec/modules.php:103 app/features/mec/modules.php:138
|
568 |
#: app/features/mec/modules.php:154 app/features/mec/modules.php:312
|
569 |
-
#: app/features/mec/notifications.php:
|
570 |
-
#: app/features/mec/notifications.php:
|
571 |
-
#: app/features/mec/notifications.php:
|
572 |
-
#: app/features/mec/notifications.php:
|
573 |
-
#: app/features/mec/notifications.php:
|
574 |
-
#: app/features/mec/notifications.php:
|
575 |
-
#: app/features/mec/notifications.php:
|
|
|
576 |
#: app/features/mec/settings.php:85 app/features/mec/settings.php:112
|
577 |
#: app/features/mec/settings.php:147 app/features/mec/settings.php:168
|
578 |
#: app/features/mec/settings.php:188 app/features/mec/settings.php:265
|
@@ -585,213 +586,213 @@ msgstr ""
|
|
585 |
#: app/features/mec/single.php:42 app/features/mec/single.php:58
|
586 |
#: app/features/mec/single.php:77 app/features/mec/single.php:94
|
587 |
#: app/features/mec/single.php:110 app/features/mec/single.php:124
|
588 |
-
#: app/features/mec/single.php:162 app/features/mec/styling.php:
|
589 |
-
#: app/features/mec/styling.php:
|
590 |
#: app/features/organizers.php:272 app/skins/single.php:657
|
591 |
-
#: app/skins/single/default.php:
|
592 |
#: app/skins/single/m1.php:192 app/skins/single/m2.php:125
|
593 |
#: app/skins/single/modern.php:133
|
594 |
msgid "Read More"
|
595 |
msgstr "Mehr lesen"
|
596 |
|
597 |
-
#: app/features/events.php:
|
598 |
#, fuzzy
|
599 |
#| msgid "Repeat"
|
600 |
msgid "Repeating"
|
601 |
msgstr "Wiederholen"
|
602 |
|
603 |
-
#: app/features/events.php:
|
604 |
msgid "Event Repeating"
|
605 |
msgstr "Wiederholende Veranstaltung"
|
606 |
|
607 |
-
#: app/features/events.php:
|
608 |
msgid "Repeats"
|
609 |
msgstr "Wiederholend"
|
610 |
|
611 |
-
#: app/features/events.php:
|
612 |
#: app/features/mec/dashboard.php:376 app/skins/full_calendar/tpl.php:109
|
613 |
msgid "Daily"
|
614 |
msgstr "Täglich"
|
615 |
|
616 |
-
#: app/features/events.php:
|
617 |
msgid "Every Weekday"
|
618 |
msgstr "An jedem Wochentag"
|
619 |
|
620 |
-
#: app/features/events.php:
|
621 |
msgid "Every Weekend"
|
622 |
msgstr "An jedem Wochenende"
|
623 |
|
624 |
-
#: app/features/events.php:
|
625 |
msgid "Certain Weekdays"
|
626 |
msgstr "Bestimmte Wochentage"
|
627 |
|
628 |
-
#: app/features/events.php:
|
629 |
#: app/skins/full_calendar/tpl.php:108
|
630 |
msgid "Weekly"
|
631 |
msgstr "Wöchentlich"
|
632 |
|
633 |
-
#: app/features/events.php:
|
634 |
#: app/features/mec/dashboard.php:377 app/skins/full_calendar/tpl.php:107
|
635 |
msgid "Monthly"
|
636 |
msgstr "Monatlich"
|
637 |
|
638 |
-
#: app/features/events.php:
|
639 |
#: app/features/mec/dashboard.php:378 app/skins/full_calendar/tpl.php:106
|
640 |
msgid "Yearly"
|
641 |
msgstr "Jährlich"
|
642 |
|
643 |
-
#: app/features/events.php:
|
644 |
msgid "Custom Days"
|
645 |
msgstr "Benutzerdefinierte Tage"
|
646 |
|
647 |
-
#: app/features/events.php:
|
648 |
#, fuzzy
|
649 |
#| msgid "Advanced Method"
|
650 |
msgid "Advanced"
|
651 |
msgstr "Fortgeschrittene Methode"
|
652 |
|
653 |
-
#: app/features/events.php:
|
654 |
msgid "Repeat Interval"
|
655 |
msgstr "Wiederholungsintervall"
|
656 |
|
657 |
-
#: app/features/events.php:
|
658 |
msgid "Repeat interval"
|
659 |
msgstr "Wiederholungsintervall"
|
660 |
|
661 |
-
#: app/features/events.php:
|
662 |
msgid "Week Days"
|
663 |
msgstr "Wochentage"
|
664 |
|
665 |
-
#: app/features/events.php:
|
666 |
#: app/features/mec/meta_boxes/display_options.php:764
|
667 |
#: app/libraries/main.php:407
|
668 |
msgid "Monday"
|
669 |
msgstr "Montag"
|
670 |
|
671 |
-
#: app/features/events.php:
|
672 |
#: app/features/mec/meta_boxes/display_options.php:765
|
673 |
#: app/libraries/main.php:407
|
674 |
msgid "Tuesday"
|
675 |
msgstr "Dienstag"
|
676 |
|
677 |
-
#: app/features/events.php:
|
678 |
#: app/features/mec/meta_boxes/display_options.php:766
|
679 |
#: app/libraries/main.php:407
|
680 |
msgid "Wednesday"
|
681 |
msgstr "Mittwoch"
|
682 |
|
683 |
-
#: app/features/events.php:
|
684 |
#: app/features/mec/meta_boxes/display_options.php:767
|
685 |
#: app/libraries/main.php:407
|
686 |
msgid "Thursday"
|
687 |
msgstr "Donnerstag"
|
688 |
|
689 |
-
#: app/features/events.php:
|
690 |
#: app/features/mec/meta_boxes/display_options.php:768
|
691 |
#: app/libraries/main.php:407
|
692 |
msgid "Friday"
|
693 |
msgstr "Freitag"
|
694 |
|
695 |
-
#: app/features/events.php:
|
696 |
#: app/features/mec/meta_boxes/display_options.php:769
|
697 |
#: app/libraries/main.php:407
|
698 |
msgid "Saturday"
|
699 |
msgstr "Samstag"
|
700 |
|
701 |
-
#: app/features/events.php:
|
702 |
#: app/features/mec/meta_boxes/display_options.php:763
|
703 |
#: app/libraries/main.php:407
|
704 |
msgid "Sunday"
|
705 |
msgstr "Sonntag"
|
706 |
|
707 |
-
#: app/features/events.php:
|
708 |
-
#: app/features/events.php:
|
709 |
#: app/features/fes/form.php:366 app/features/ix/import_f_calendar.php:42
|
710 |
#: app/features/ix/import_g_calendar.php:51
|
711 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
712 |
msgid "Start"
|
713 |
msgstr "Start"
|
714 |
|
715 |
-
#: app/features/events.php:
|
716 |
-
#: app/features/events.php:
|
717 |
#: app/features/fes/form.php:367
|
718 |
#, fuzzy
|
719 |
#| msgid "Enabled"
|
720 |
msgid "End"
|
721 |
msgstr "Aktiviert"
|
722 |
|
723 |
-
#: app/features/events.php:
|
724 |
-
#: app/features/events.php:
|
725 |
-
#: app/features/events.php:
|
726 |
-
#: app/features/events.php:
|
727 |
-
#: app/features/events.php:
|
728 |
#: app/features/fes/form.php:842
|
729 |
msgid "Add"
|
730 |
msgstr "Hinzufügen"
|
731 |
|
732 |
-
#: app/features/events.php:
|
733 |
#, fuzzy
|
734 |
#| msgid "Custom Days"
|
735 |
msgid "Custom Days Repeating"
|
736 |
msgstr "Benutzerdefinierte Tage"
|
737 |
|
738 |
-
#: app/features/events.php:
|
739 |
msgid ""
|
740 |
"Add certain days to event occurrence dates. If you have single day event, "
|
741 |
"start and end date should be the same, If you have multiple day event the "
|
742 |
"start and end dates must be commensurate with the initial date."
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: app/features/events.php:
|
746 |
#, fuzzy
|
747 |
#| msgid "First name"
|
748 |
msgid "First"
|
749 |
msgstr "Vorname"
|
750 |
|
751 |
-
#: app/features/events.php:
|
752 |
#, fuzzy
|
753 |
#| msgid "second"
|
754 |
msgid "Second"
|
755 |
msgstr "Sekunde"
|
756 |
|
757 |
-
#: app/features/events.php:
|
758 |
#, fuzzy
|
759 |
#| msgid "Third Party"
|
760 |
msgid "Third"
|
761 |
msgstr "Dritte Seite"
|
762 |
|
763 |
-
#: app/features/events.php:
|
764 |
msgid "Fourth"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: app/features/events.php:
|
768 |
#, fuzzy
|
769 |
#| msgid "Last name"
|
770 |
msgid "Last"
|
771 |
msgstr "Nachname"
|
772 |
|
773 |
-
#: app/features/events.php:
|
774 |
msgid "Ends Repeat"
|
775 |
msgstr "Wiederholung endet"
|
776 |
|
777 |
-
#: app/features/events.php:
|
778 |
msgid "Never"
|
779 |
msgstr "Niemals"
|
780 |
|
781 |
-
#: app/features/events.php:
|
782 |
msgid "On"
|
783 |
msgstr "Am"
|
784 |
|
785 |
-
#: app/features/events.php:
|
786 |
msgid "After"
|
787 |
msgstr "Nach"
|
788 |
|
789 |
-
#: app/features/events.php:
|
790 |
#: app/features/fes/form.php:626 app/features/fes/form.php:629
|
791 |
msgid "Occurrences times"
|
792 |
msgstr " mal vorkommen"
|
793 |
|
794 |
-
#: app/features/events.php:
|
795 |
msgid ""
|
796 |
"The event will finish after certain repeats. For example if you set it to "
|
797 |
"10, the event will finish after 10 repeats."
|
@@ -799,149 +800,149 @@ msgstr ""
|
|
799 |
"Das Event ist nach einer bestimmten Anzahl von Wiederholungen zu Ende. Zum "
|
800 |
"Beispiel: Bei Eingabe von 10 wird das Event nach 10 Wiederholungen beendet"
|
801 |
|
802 |
-
#: app/features/events.php:
|
803 |
-
#: app/features/events.php:
|
804 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
805 |
-
#: app/features/mec/settings.php:576 app/libraries/main.php:
|
806 |
#: app/widgets/single.php:103
|
807 |
msgid "Event Cost"
|
808 |
msgstr ""
|
809 |
"Bruttopreis des Events in Euro, 0 für kostenlos oder z.B. 39, ohne €-Zeichen"
|
810 |
|
811 |
-
#: app/features/events.php:
|
812 |
-
#: app/libraries/main.php:
|
813 |
-
#: app/skins/single/default.php:
|
814 |
#: app/skins/single/m1.php:49 app/skins/single/modern.php:199
|
815 |
msgid "Cost"
|
816 |
msgstr " Preis"
|
817 |
|
818 |
-
#: app/features/events.php:
|
819 |
msgid "Exclude certain days"
|
820 |
msgstr "Ausschluss bestimmter Tage"
|
821 |
|
822 |
-
#: app/features/events.php:
|
823 |
-
#: app/features/mec/booking.php:
|
824 |
-
#: app/libraries/main.php:
|
825 |
#: app/modules/booking/steps/tickets.php:22
|
826 |
#: app/modules/next-event/details.php:90 app/skins/single.php:637
|
827 |
-
#: app/skins/single/default.php:
|
828 |
#: app/skins/single/m1.php:16 app/skins/single/modern.php:166
|
829 |
msgid "Date"
|
830 |
msgstr "Datum"
|
831 |
|
832 |
-
#: app/features/events.php:
|
833 |
msgid ""
|
834 |
"Exclude certain days from event occurrence dates. Please note that you can "
|
835 |
"exclude only single day occurrences and you cannot exclude one day from "
|
836 |
"multiple day occurrences."
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: app/features/events.php:
|
840 |
msgid "Day 1"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: app/features/events.php:
|
844 |
#: app/skins/single.php:930
|
845 |
msgid "Hourly Schedule"
|
846 |
msgstr "Stundenplan"
|
847 |
|
848 |
-
#: app/features/events.php:
|
849 |
msgid "Add Day"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: app/features/events.php:
|
853 |
msgid ""
|
854 |
"Add new days for schedule. For example if your event is multiple days, you "
|
855 |
"can add a different schedule for each day!"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: app/features/events.php:
|
859 |
#, php-format
|
860 |
msgid "Day %s"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: app/features/events.php:
|
864 |
-
#: app/features/events.php:
|
865 |
-
#: app/features/events.php:
|
866 |
-
#: app/features/events.php:
|
867 |
-
#: app/features/events.php:
|
868 |
#: app/features/fes/form.php:225 app/features/ix.php:2743
|
869 |
-
#: app/features/ix.php:2784 app/features/mec/booking.php:
|
870 |
-
#: app/features/mec/booking.php:
|
871 |
msgid "Title"
|
872 |
msgstr "Titel"
|
873 |
|
874 |
-
#: app/features/events.php:
|
875 |
-
#: app/features/events.php:
|
876 |
-
#: app/features/events.php:
|
877 |
-
#: app/features/events.php:
|
878 |
-
#: app/features/events.php:
|
879 |
-
#: app/features/events.php:
|
880 |
-
#: app/features/events.php:
|
881 |
-
#: app/features/fes/list.php:78 app/features/mec/booking.php:
|
882 |
-
#: app/features/mec/booking.php:
|
883 |
-
#: app/features/mec/booking.php:
|
884 |
-
#: app/libraries/main.php:
|
885 |
-
#: app/libraries/main.php:
|
886 |
-
#: app/libraries/main.php:
|
887 |
-
#: app/libraries/main.php:
|
888 |
-
#: app/libraries/main.php:
|
889 |
-
#: app/libraries/main.php:
|
890 |
-
#: app/libraries/main.php:
|
891 |
msgid "Remove"
|
892 |
msgstr "Entfernen"
|
893 |
|
894 |
-
#: app/features/events.php:
|
895 |
msgid "Add new hourly schedule row"
|
896 |
msgstr "Neue Stundenplan-Zeile hinzufügen"
|
897 |
|
898 |
-
#: app/features/events.php:
|
899 |
-
#: app/features/events.php:
|
900 |
msgid "From e.g. 8:15"
|
901 |
msgstr "Von z.B. 08:15 Uhr"
|
902 |
|
903 |
-
#: app/features/events.php:
|
904 |
-
#: app/features/events.php:
|
905 |
msgid "To e.g. 8:45"
|
906 |
msgstr "bis zum Beispiel 08:45 Uhr"
|
907 |
|
908 |
-
#: app/features/events.php:
|
909 |
-
#: app/features/events.php:
|
910 |
-
#: app/features/events.php:
|
911 |
msgid "Description"
|
912 |
msgstr "Beschreibung"
|
913 |
|
914 |
-
#: app/features/events.php:
|
915 |
-
#: app/features/events.php:
|
916 |
-
#: app/features/mec.php:
|
917 |
#: app/features/mec/settings.php:624 app/features/speakers.php:60
|
918 |
-
#: app/libraries/main.php:559 app/libraries/main.php:
|
919 |
#: app/modules/speakers/details.php:18
|
920 |
msgid "Speakers"
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: app/features/events.php:
|
924 |
#, fuzzy
|
925 |
#| msgid "Week Days"
|
926 |
msgid "New Day"
|
927 |
msgstr "Wochentage"
|
928 |
|
929 |
-
#: app/features/events.php:
|
930 |
#: app/features/mec/settings.php:570
|
931 |
msgid "Event Links"
|
932 |
msgstr "Veranstaltungslinks"
|
933 |
|
934 |
-
#: app/features/events.php:
|
935 |
-
#: app/features/fes/form.php:685 app/libraries/main.php:
|
936 |
msgid "Event Link"
|
937 |
msgstr "Veranstaltungslink"
|
938 |
|
939 |
-
#: app/features/events.php:
|
940 |
#: app/features/fes/form.php:686 app/features/fes/form.php:691
|
941 |
msgid "eg. http://yoursite.com/your-event"
|
942 |
msgstr "z.B. http://ihreseite.com/ihre-veranstaltung"
|
943 |
|
944 |
-
#: app/features/events.php:
|
945 |
#, fuzzy
|
946 |
#| msgid ""
|
947 |
#| "If you fill it, it will be replaced instead of default event page link. "
|
@@ -955,32 +956,32 @@ msgstr ""
|
|
955 |
"dieser durch einen neuen link ersetzt werden. Vollständigen Link einfügen, "
|
956 |
"einschließlich http(s)://"
|
957 |
|
958 |
-
#: app/features/events.php:
|
959 |
msgid "URL Shortener"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: app/features/events.php:
|
963 |
-
#: app/features/fes/form.php:690 app/libraries/main.php:
|
964 |
-
#: app/skins/single.php:656 app/skins/single/default.php:
|
965 |
-
#: app/skins/single/default.php:
|
966 |
#: app/skins/single/m2.php:124 app/skins/single/modern.php:132
|
967 |
#: app/widgets/single.php:107
|
968 |
msgid "More Info"
|
969 |
msgstr "Mehr Informationen"
|
970 |
|
971 |
-
#: app/features/events.php:
|
972 |
msgid "More Information"
|
973 |
msgstr "z.B. Noch mehr Informationen "
|
974 |
|
975 |
-
#: app/features/events.php:
|
976 |
msgid "Current Window"
|
977 |
msgstr "Aktuelles Fenster"
|
978 |
|
979 |
-
#: app/features/events.php:
|
980 |
msgid "New Window"
|
981 |
msgstr "Neues Fenster"
|
982 |
|
983 |
-
#: app/features/events.php:
|
984 |
msgid ""
|
985 |
"If you fill it, it will be shown in event details page as an optional link. "
|
986 |
"Insert full link including http(s)://"
|
@@ -991,112 +992,112 @@ msgstr ""
|
|
991 |
"Text angezeigt werden soll: zum Beispiel: Noch mehr Informationen oder Hier "
|
992 |
"zur Anmeldung (z.B. bei Webinaren sinnvoll) "
|
993 |
|
994 |
-
#: app/features/events.php:
|
995 |
msgid "Total booking limits"
|
996 |
msgstr "Gesamt Verfügbare Plätze"
|
997 |
|
998 |
-
#: app/features/events.php:
|
999 |
-
#: app/features/events.php:
|
1000 |
#: app/modules/booking/steps/tickets.php:40
|
1001 |
-
#: app/skins/available_spot/tpl.php:
|
1002 |
msgid "Unlimited"
|
1003 |
msgstr "Unlimitiert"
|
1004 |
|
1005 |
-
#: app/features/events.php:
|
1006 |
msgid ""
|
1007 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1008 |
"limitation number."
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: app/features/events.php:
|
1012 |
#, fuzzy
|
1013 |
#| msgid "Choose your single event style."
|
1014 |
msgid "Read About A Booking System"
|
1015 |
msgstr "Wählen Sie Ihren Single Event Stil"
|
1016 |
|
1017 |
-
#: app/features/events.php:
|
1018 |
msgid "100"
|
1019 |
msgstr "z.B. 100"
|
1020 |
|
1021 |
-
#: app/features/events.php:
|
1022 |
#, fuzzy
|
1023 |
#| msgid "Total booking limits"
|
1024 |
msgid "Total user booking limits"
|
1025 |
msgstr "Gesamt Verfügbare Plätze"
|
1026 |
|
1027 |
-
#: app/features/events.php:
|
1028 |
-
#: app/features/events.php:
|
1029 |
msgid "Inherit from global options"
|
1030 |
msgstr "Aus den globalen Einstellungen übernehmen"
|
1031 |
|
1032 |
-
#: app/features/events.php:
|
1033 |
msgid "12"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
-
#: app/features/events.php:
|
1037 |
-
#: app/libraries/main.php:
|
1038 |
msgid "Tickets"
|
1039 |
msgstr "Tickets"
|
1040 |
|
1041 |
-
#: app/features/events.php:
|
1042 |
msgid ""
|
1043 |
"You're translating an event so MEC will use the original event for tickets "
|
1044 |
"and booking. You can only translate the ticket name and description. Please "
|
1045 |
"define exact tickets that you defined in the original event here."
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#: app/features/events.php:
|
1049 |
msgid "Ticket Name"
|
1050 |
msgstr "Ticket Name"
|
1051 |
|
1052 |
-
#: app/features/events.php:
|
1053 |
-
#: app/features/events.php:
|
1054 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1055 |
msgid "Start Time"
|
1056 |
msgstr "Uhrzeit des Beginns"
|
1057 |
|
1058 |
-
#: app/features/events.php:
|
1059 |
-
#: app/features/events.php:
|
1060 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1061 |
msgid "End Time"
|
1062 |
msgstr "Uhrzeit Ende"
|
1063 |
|
1064 |
-
#: app/features/events.php:
|
1065 |
-
#: app/features/events.php:
|
1066 |
-
#: app/features/events.php:
|
1067 |
-
#: app/features/events.php:
|
1068 |
-
#: app/features/events.php:
|
1069 |
-
#: app/features/events.php:
|
1070 |
-
#: app/features/mec/booking.php:
|
1071 |
-
#: app/features/mec/booking.php:
|
1072 |
msgid "Price"
|
1073 |
msgstr "Preis"
|
1074 |
|
1075 |
-
#: app/features/events.php:
|
1076 |
msgid "Insert 0 for free ticket. Only numbers please."
|
1077 |
msgstr "Bitte 0 für kostenloses Ticket eingeben. Bitte nur Zahlen eintragen"
|
1078 |
|
1079 |
-
#: app/features/events.php:
|
1080 |
-
#: app/features/events.php:
|
1081 |
msgid "Price Label"
|
1082 |
msgstr "Preisschild"
|
1083 |
|
1084 |
-
#: app/features/events.php:
|
1085 |
msgid "For showing on website. e.g. $15"
|
1086 |
msgstr "Um das auf der Webseite anzuzeigen zum Beispiel 15 €"
|
1087 |
|
1088 |
-
#: app/features/events.php:
|
1089 |
msgid "Available Tickets"
|
1090 |
msgstr "Verfügbare Tickets: %s "
|
1091 |
|
1092 |
-
#: app/features/events.php:
|
1093 |
#, fuzzy
|
1094 |
#| msgid "Price Label"
|
1095 |
msgid "Price per Date"
|
1096 |
msgstr "Preisschild"
|
1097 |
|
1098 |
-
#: app/features/events.php:
|
1099 |
-
#: app/features/events.php:
|
1100 |
#: app/features/mec/meta_boxes/display_options.php:833
|
1101 |
#: app/features/mec/meta_boxes/search_form.php:66
|
1102 |
#: app/features/mec/meta_boxes/search_form.php:128
|
@@ -1113,24 +1114,24 @@ msgstr "Preisschild"
|
|
1113 |
msgid "Label"
|
1114 |
msgstr "Label"
|
1115 |
|
1116 |
-
#: app/features/events.php:
|
1117 |
msgid "Fees"
|
1118 |
msgstr "Gebühren"
|
1119 |
|
1120 |
-
#: app/features/events.php:
|
1121 |
-
#: app/features/mec/booking.php:
|
1122 |
msgid "Fee Title"
|
1123 |
msgstr "Gebühren Name"
|
1124 |
|
1125 |
-
#: app/features/events.php:
|
1126 |
-
#: app/features/events.php:
|
1127 |
-
#: app/features/mec/booking.php:
|
1128 |
-
#: app/features/mec/booking.php:
|
1129 |
msgid "Amount"
|
1130 |
msgstr "Betrag"
|
1131 |
|
1132 |
-
#: app/features/events.php:
|
1133 |
-
#: app/features/mec/booking.php:
|
1134 |
msgid ""
|
1135 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1136 |
"otherwise considered as percentage"
|
@@ -1138,93 +1139,93 @@ msgstr ""
|
|
1138 |
"Gebührenbetrag, gilt als fester Betrag, wenn Sie die Art auf Betrag setzen, "
|
1139 |
"sonst als Prozentsatz"
|
1140 |
|
1141 |
-
#: app/features/events.php:
|
1142 |
-
#: app/features/mec/booking.php:
|
1143 |
msgid "Percent"
|
1144 |
msgstr "Prozent"
|
1145 |
|
1146 |
-
#: app/features/events.php:
|
1147 |
-
#: app/features/mec/booking.php:
|
1148 |
msgid "Amount (Per Ticket)"
|
1149 |
msgstr "Betrag (pro Ticket)"
|
1150 |
|
1151 |
-
#: app/features/events.php:
|
1152 |
-
#: app/features/mec/booking.php:
|
1153 |
msgid "Amount (Per Booking)"
|
1154 |
msgstr "Betrag (pro Buchung)"
|
1155 |
|
1156 |
-
#: app/features/events.php:
|
1157 |
msgid "Ticket Variations / Options"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: app/features/events.php:
|
1161 |
-
#: app/features/mec/booking.php:
|
1162 |
#, fuzzy
|
1163 |
#| msgid "Option"
|
1164 |
msgid "Option Price"
|
1165 |
msgstr "Option"
|
1166 |
|
1167 |
-
#: app/features/events.php:
|
1168 |
-
#: app/features/events.php:
|
1169 |
-
#: app/features/mec/booking.php:
|
1170 |
-
#: app/features/mec/booking.php:
|
1171 |
#, fuzzy
|
1172 |
#| msgid "Amount (Per Ticket)"
|
1173 |
msgid "Maximum Per Ticket"
|
1174 |
msgstr "Betrag (pro Ticket)"
|
1175 |
|
1176 |
-
#: app/features/events.php:
|
1177 |
-
#: app/features/mec/booking.php:
|
1178 |
msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: app/features/events.php:
|
1182 |
-
#: app/libraries/main.php:
|
1183 |
#, fuzzy
|
1184 |
#| msgid "Name"
|
1185 |
msgid "MEC Name"
|
1186 |
msgstr "Name"
|
1187 |
|
1188 |
-
#: app/features/events.php:
|
1189 |
-
#: app/libraries/main.php:
|
1190 |
#, fuzzy
|
1191 |
#| msgid "Email"
|
1192 |
msgid "MEC Email"
|
1193 |
msgstr "Email"
|
1194 |
|
1195 |
-
#: app/features/events.php:
|
1196 |
-
#: app/libraries/main.php:
|
1197 |
msgid "Text"
|
1198 |
msgstr "Text"
|
1199 |
|
1200 |
-
#: app/features/events.php:
|
1201 |
#: app/features/organizers.php:103 app/features/organizers.php:148
|
1202 |
#: app/features/speakers.php:116 app/features/speakers.php:180
|
1203 |
-
#: app/features/speakers.php:249 app/libraries/main.php:
|
1204 |
msgid "Tel"
|
1205 |
msgstr "Tel"
|
1206 |
|
1207 |
-
#: app/features/events.php:
|
1208 |
-
#: app/libraries/main.php:
|
1209 |
msgid "File"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: app/features/events.php:
|
1213 |
-
#: app/libraries/main.php:
|
1214 |
msgid "Textarea"
|
1215 |
msgstr "Textbereich"
|
1216 |
|
1217 |
-
#: app/features/events.php:
|
1218 |
-
#: app/libraries/main.php:
|
1219 |
msgid "Checkboxes"
|
1220 |
msgstr "Checkboxes"
|
1221 |
|
1222 |
-
#: app/features/events.php:
|
1223 |
-
#: app/libraries/main.php:
|
1224 |
msgid "Radio Buttons"
|
1225 |
msgstr "Radio Buttons"
|
1226 |
|
1227 |
-
#: app/features/events.php:
|
1228 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1229 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1230 |
#: app/features/mec/meta_boxes/search_form.php:48
|
@@ -1293,40 +1294,40 @@ msgstr "Radio Buttons"
|
|
1293 |
#: app/features/mec/meta_boxes/search_form.php:599
|
1294 |
#: app/features/mec/meta_boxes/search_form.php:606
|
1295 |
#: app/features/mec/meta_boxes/search_form.php:613
|
1296 |
-
#: app/features/mec/meta_boxes/search_form.php:620 app/libraries/main.php:
|
1297 |
msgid "Dropdown"
|
1298 |
msgstr "Dropdown"
|
1299 |
|
1300 |
-
#: app/features/events.php:
|
1301 |
-
#: app/libraries/main.php:
|
1302 |
msgid "Agreement"
|
1303 |
msgstr "Zustimmung"
|
1304 |
|
1305 |
-
#: app/features/events.php:
|
1306 |
-
#: app/libraries/main.php:
|
1307 |
msgid "Paragraph"
|
1308 |
msgstr "Absatz"
|
1309 |
|
1310 |
-
#: app/features/events.php:
|
1311 |
-
#: app/features/events.php:
|
1312 |
#, php-format
|
1313 |
msgid "Show all %s"
|
1314 |
msgstr "Zeige alle %s"
|
1315 |
|
1316 |
-
#: app/features/events.php:
|
1317 |
msgid "labels"
|
1318 |
msgstr "Labels + Eventstatus"
|
1319 |
|
1320 |
-
#: app/features/events.php:
|
1321 |
msgid "locations"
|
1322 |
msgstr "Orte"
|
1323 |
|
1324 |
-
#: app/features/events.php:
|
1325 |
msgid "organizers"
|
1326 |
msgstr "Veranstalter"
|
1327 |
|
1328 |
-
#: app/features/events.php:
|
1329 |
-
#: app/features/events.php:
|
1330 |
#: app/features/ix.php:2784 app/features/locations.php:58
|
1331 |
#: app/features/locations.php:230 app/features/locations.php:287
|
1332 |
#: app/features/locations.php:289 app/features/locations.php:298
|
@@ -1342,16 +1343,16 @@ msgstr "Veranstalter"
|
|
1342 |
#: app/features/mec/meta_boxes/search_form.php:521
|
1343 |
#: app/features/mec/meta_boxes/search_form.php:582
|
1344 |
#: app/features/mec/settings.php:725 app/features/mec/single.php:212
|
1345 |
-
#: app/libraries/main.php:
|
1346 |
#: app/libraries/skins.php:834 app/skins/single.php:486
|
1347 |
-
#: app/skins/single.php:907 app/skins/single/default.php:
|
1348 |
-
#: app/skins/single/default.php:
|
1349 |
#: app/skins/single/m2.php:87 app/skins/single/modern.php:94
|
1350 |
msgid "Location"
|
1351 |
msgstr "Ort"
|
1352 |
|
1353 |
-
#: app/features/events.php:
|
1354 |
-
#: app/features/events.php:
|
1355 |
#: app/features/ix.php:2784 app/features/mec/meta_boxes/display_options.php:835
|
1356 |
#: app/features/mec/meta_boxes/search_form.php:45
|
1357 |
#: app/features/mec/meta_boxes/search_form.php:107
|
@@ -1366,65 +1367,65 @@ msgstr "Ort"
|
|
1366 |
#: app/features/mec/settings.php:731 app/features/mec/single.php:208
|
1367 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
1368 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
1369 |
-
#: app/features/organizers.php:271 app/libraries/main.php:
|
1370 |
#: app/libraries/skins.php:860 app/skins/single.php:795
|
1371 |
-
#: app/skins/single/default.php:
|
1372 |
#: app/skins/single/m1.php:90 app/skins/single/m2.php:22
|
1373 |
#: app/skins/single/modern.php:31
|
1374 |
msgid "Organizer"
|
1375 |
msgstr "Veranstalter"
|
1376 |
|
1377 |
-
#: app/features/events.php:
|
1378 |
msgid "Repeat"
|
1379 |
msgstr "Wiederholen"
|
1380 |
|
1381 |
-
#: app/features/events.php:
|
1382 |
msgid "Author"
|
1383 |
msgstr "Autor"
|
1384 |
|
1385 |
-
#: app/features/events.php:
|
1386 |
msgid "iCal Export"
|
1387 |
msgstr "ical Export"
|
1388 |
|
1389 |
-
#: app/features/events.php:
|
1390 |
msgid "CSV Export"
|
1391 |
msgstr "CSV Export"
|
1392 |
|
1393 |
-
#: app/features/events.php:
|
1394 |
msgid "MS Excel Export"
|
1395 |
msgstr "MS Excel Export"
|
1396 |
|
1397 |
-
#: app/features/events.php:
|
1398 |
msgid "XML Export"
|
1399 |
msgstr "XML Export"
|
1400 |
|
1401 |
-
#: app/features/events.php:
|
1402 |
msgid "JSON Export"
|
1403 |
msgstr "JSON Export"
|
1404 |
|
1405 |
-
#: app/features/events.php:
|
1406 |
-
#: app/features/events.php:
|
1407 |
msgid "Duplicate"
|
1408 |
msgstr "Kopie"
|
1409 |
|
1410 |
-
#: app/features/events.php:
|
1411 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1412 |
#: app/features/labels.php:177 app/features/locations.php:229
|
1413 |
#: app/features/organizers.php:203 app/features/speakers.php:246
|
1414 |
msgid "ID"
|
1415 |
msgstr "ID"
|
1416 |
|
1417 |
-
#: app/features/events.php:
|
1418 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1419 |
msgid "Link"
|
1420 |
msgstr "Link"
|
1421 |
|
1422 |
-
#: app/features/events.php:
|
1423 |
#, php-format
|
1424 |
msgid "%s Tel"
|
1425 |
msgstr "%s Tel"
|
1426 |
|
1427 |
-
#: app/features/events.php:
|
1428 |
#, php-format
|
1429 |
msgid "%s Email"
|
1430 |
msgstr "%s Email"
|
@@ -1526,15 +1527,15 @@ msgid "Remove Image"
|
|
1526 |
msgstr "Bild entfernen"
|
1527 |
|
1528 |
#: app/features/fes/form.php:770 app/features/labels.php:61
|
1529 |
-
#: app/features/labels.php:221 app/features/mec.php:
|
1530 |
-
#: app/features/mec/meta_boxes/filter.php:132 app/libraries/main.php:
|
1531 |
-
#: app/skins/single.php:685 app/skins/single/default.php:
|
1532 |
-
#: app/skins/single/default.php:
|
1533 |
#: app/skins/single/modern.php:214
|
1534 |
msgid "Labels"
|
1535 |
msgstr "Labels"
|
1536 |
|
1537 |
-
#: app/features/fes/form.php:816 app/features/mec.php:
|
1538 |
#: app/features/mec/meta_boxes/filter.php:149
|
1539 |
msgid "Tags"
|
1540 |
msgstr "Schlagworte"
|
@@ -1580,7 +1581,7 @@ msgid "MEC - Import / Export"
|
|
1580 |
msgstr "MEC - Import / Export"
|
1581 |
|
1582 |
#: app/features/ix.php:107 app/features/mec/support.php:73
|
1583 |
-
#: app/libraries/main.php:
|
1584 |
msgid "Import / Export"
|
1585 |
msgstr "Import / Export"
|
1586 |
|
@@ -1859,14 +1860,14 @@ msgstr "Umschalten"
|
|
1859 |
#: app/features/ix/export_g_calendar.php:72
|
1860 |
#: app/features/ix/export_g_calendar.php:147
|
1861 |
#: app/features/ix/export_g_calendar.php:164
|
1862 |
-
#: app/features/mec/notifications.php:
|
1863 |
-
#: app/features/mec/notifications.php:
|
1864 |
-
#: app/features/mec/notifications.php:
|
1865 |
msgid "Add to Google Calendar"
|
1866 |
msgstr "Zum Google Kalender hinzufügen"
|
1867 |
|
1868 |
-
#: app/features/ix/export_g_calendar.php:90 app/features/mec/booking.php:
|
1869 |
-
#: app/features/mec/modules.php:392 app/features/mec/notifications.php:
|
1870 |
#: app/features/mec/settings.php:894 app/features/mec/single.php:269
|
1871 |
msgid "Checking ..."
|
1872 |
msgstr "Überprüfung"
|
@@ -1912,8 +1913,8 @@ msgid "ICS Feed"
|
|
1912 |
msgstr ""
|
1913 |
|
1914 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:91
|
1915 |
-
#: app/features/mec/booking.php:
|
1916 |
-
#: app/features/mec/booking.php:
|
1917 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1918 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1919 |
#: app/features/mec/modules.php:70 app/features/mec/modules.php:211
|
@@ -1923,8 +1924,8 @@ msgid "%s is required to use this feature."
|
|
1923 |
msgstr ""
|
1924 |
|
1925 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
1926 |
-
#: app/features/mec/booking.php:91 app/features/mec/booking.php:
|
1927 |
-
#: app/features/mec/booking.php:
|
1928 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1929 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1930 |
#: app/features/mec/meta_boxes/display_options.php:330
|
@@ -2128,7 +2129,7 @@ msgstr "Automatischer Google Calender Import"
|
|
2128 |
|
2129 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
2130 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
2131 |
-
#: app/features/mec/notifications.php:
|
2132 |
msgid "Important Note"
|
2133 |
msgstr "Important Note"
|
2134 |
|
@@ -2315,8 +2316,8 @@ msgid "Normal"
|
|
2315 |
msgstr ""
|
2316 |
|
2317 |
#: app/features/labels.php:117 app/features/labels.php:142
|
2318 |
-
#: app/skins/agenda/render.php:37 app/skins/available_spot/tpl.php:
|
2319 |
-
#: app/skins/carousel/render.php:44 app/skins/countdown/tpl.php:
|
2320 |
#: app/skins/cover/tpl.php:28 app/skins/daily_view/render.php:48
|
2321 |
#: app/skins/grid/render.php:49 app/skins/list/render.php:38
|
2322 |
#: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:107
|
@@ -2330,9 +2331,9 @@ msgid "Featured"
|
|
2330 |
msgstr "Ausgewähltes Bild"
|
2331 |
|
2332 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2333 |
-
#: app/libraries/main.php:
|
2334 |
-
#: app/skins/available_spot/tpl.php:
|
2335 |
-
#: app/skins/countdown/tpl.php:
|
2336 |
#: app/skins/daily_view/render.php:52 app/skins/grid/render.php:53
|
2337 |
#: app/skins/list/render.php:42 app/skins/masonry/render.php:29
|
2338 |
#: app/skins/monthly_view/calendar.php:111
|
@@ -2363,9 +2364,9 @@ msgstr "Slug"
|
|
2363 |
msgid "Event %s"
|
2364 |
msgstr "Event %s"
|
2365 |
|
2366 |
-
#: app/features/locations.php:59 app/features/mec.php:
|
2367 |
#: app/features/mec/dashboard.php:243 app/features/mec/meta_boxes/filter.php:98
|
2368 |
-
#: app/libraries/main.php:
|
2369 |
msgid "Locations"
|
2370 |
msgstr "Orte"
|
2371 |
|
@@ -2477,7 +2478,7 @@ msgstr "Bild wählen"
|
|
2477 |
msgid "Don't show map in single event page"
|
2478 |
msgstr "Karte in Einzelansicht nicht anzeigen"
|
2479 |
|
2480 |
-
#: app/features/locations.php:356 app/libraries/main.php:
|
2481 |
#, fuzzy
|
2482 |
#| msgid "Locations"
|
2483 |
msgid "Other Locations"
|
@@ -2493,127 +2494,123 @@ msgstr ""
|
|
2493 |
"Sie können zusätzliche Veranstalter zusätzlich zum Hauptorganisator "
|
2494 |
"auswählen, wenn Sie möchten."
|
2495 |
|
2496 |
-
#: app/features/login.php:61
|
2497 |
-
msgid "
|
2498 |
msgstr ""
|
2499 |
|
2500 |
-
#: app/features/
|
2501 |
-
msgid "Login successful, redirecting..."
|
2502 |
-
msgstr ""
|
2503 |
-
|
2504 |
-
#: app/features/mec.php:160
|
2505 |
msgid ""
|
2506 |
"Activation faild. Please check your purchase code or license type."
|
2507 |
"<br><b>Note: Your purchase code should match your licesne type.</b>"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: app/features/mec.php:
|
2511 |
msgid "Troubleshooting"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
-
#: app/features/mec.php:
|
2515 |
msgid ""
|
2516 |
"Your options is not in JSON format. Please insert correct options in this "
|
2517 |
"field and try again."
|
2518 |
msgstr ""
|
2519 |
|
2520 |
-
#: app/features/mec.php:
|
2521 |
#, fuzzy
|
2522 |
#| msgid "Your booking cannot verify!"
|
2523 |
msgid "Your options field can not be empty!"
|
2524 |
msgstr "Ihre Buchung kann nicht verifiziert werden!"
|
2525 |
|
2526 |
-
#: app/features/mec.php:
|
2527 |
#, fuzzy
|
2528 |
#| msgid "Your booking successfully verified."
|
2529 |
msgid "Your options imported successfuly."
|
2530 |
msgstr "Ihre Buchung wurde erfolgreich verifiziert."
|
2531 |
|
2532 |
-
#: app/features/mec.php:
|
2533 |
#, fuzzy
|
2534 |
#| msgid "Support"
|
2535 |
msgid "MEC - Support"
|
2536 |
msgstr "Support"
|
2537 |
|
2538 |
-
#: app/features/mec.php:
|
2539 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2540 |
msgid "Support"
|
2541 |
msgstr "Support"
|
2542 |
|
2543 |
-
#: app/features/mec.php:
|
2544 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2545 |
-
#: app/libraries/main.php:
|
2546 |
msgid "Organizers"
|
2547 |
msgstr "Veranstalter"
|
2548 |
|
2549 |
-
#: app/features/mec.php:
|
2550 |
#: app/features/mec/dashboard.php:236
|
2551 |
msgid "Shortcodes"
|
2552 |
msgstr "Shortcodes"
|
2553 |
|
2554 |
-
#: app/features/mec.php:
|
2555 |
msgid "MEC - Settings"
|
2556 |
msgstr "MEC - Einstellungen"
|
2557 |
|
2558 |
-
#: app/features/mec.php:
|
2559 |
#, fuzzy
|
2560 |
#| msgid "MEC - Settings"
|
2561 |
msgid "MEC - Addons"
|
2562 |
msgstr "MEC - Einstellungen"
|
2563 |
|
2564 |
-
#: app/features/mec.php:
|
2565 |
msgid "Addons"
|
2566 |
msgstr ""
|
2567 |
|
2568 |
-
#: app/features/mec.php:
|
2569 |
msgid "Add Shortcode"
|
2570 |
msgstr "Shortcode hinzufügen"
|
2571 |
|
2572 |
-
#: app/features/mec.php:
|
2573 |
msgid "Add New Shortcode"
|
2574 |
msgstr "Neuen Shortcode hinzufügen"
|
2575 |
|
2576 |
-
#: app/features/mec.php:
|
2577 |
msgid "No shortcodes found!"
|
2578 |
msgstr "Keine Shortcodes gefunden!"
|
2579 |
|
2580 |
-
#: app/features/mec.php:
|
2581 |
msgid "All Shortcodes"
|
2582 |
msgstr "Alle Shortcodes"
|
2583 |
|
2584 |
-
#: app/features/mec.php:
|
2585 |
msgid "Edit shortcodes"
|
2586 |
msgstr "Shortcode ändern"
|
2587 |
|
2588 |
-
#: app/features/mec.php:
|
2589 |
msgid "No shortcodes found in Trash!"
|
2590 |
msgstr "Keine Shortcodes im Papierkorb gefunden!"
|
2591 |
|
2592 |
-
#: app/features/mec.php:
|
2593 |
msgid "Display Options"
|
2594 |
msgstr "Darstellungsoptionen"
|
2595 |
|
2596 |
-
#: app/features/mec.php:
|
2597 |
msgid "Filter Options"
|
2598 |
msgstr "Filteroptionen"
|
2599 |
|
2600 |
-
#: app/features/mec.php:
|
2601 |
msgid "Search Form"
|
2602 |
msgstr "Suche Formular"
|
2603 |
|
2604 |
-
#: app/features/mec.php:
|
2605 |
msgid "Display content's images as Popup"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
-
#: app/features/mec.php:
|
2609 |
msgid "Single Event Display Method"
|
2610 |
msgstr "Single Event Anzeigemethode"
|
2611 |
|
2612 |
-
#: app/features/mec.php:
|
2613 |
msgid "Separate Window"
|
2614 |
msgstr "Separates Fenster"
|
2615 |
|
2616 |
-
#: app/features/mec.php:
|
2617 |
msgid "Modal 1"
|
2618 |
msgstr "Modal 1"
|
2619 |
|
@@ -2647,27 +2644,28 @@ msgid ""
|
|
2647 |
"your host provider in this regard."
|
2648 |
msgstr ""
|
2649 |
|
2650 |
-
#: app/features/mec/booking.php:70 app/features/mec/
|
|
|
2651 |
#: app/features/mec/settings.php:32 app/features/mec/single.php:15
|
2652 |
-
#: app/features/mec/support-page.php:34
|
2653 |
#, fuzzy
|
2654 |
#| msgid "Search %s"
|
2655 |
msgid "Search..."
|
2656 |
msgstr "Suche %s"
|
2657 |
|
2658 |
-
#: app/features/mec/booking.php:72 app/features/mec/booking.php:
|
2659 |
-
#: app/features/mec/booking.php:
|
2660 |
-
#: app/features/mec/booking.php:
|
2661 |
-
#: app/features/mec/booking.php:
|
2662 |
-
#: app/features/mec/messages.php:
|
2663 |
-
#: app/features/mec/messages.php:
|
2664 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:357
|
2665 |
#: app/features/mec/modules.php:367 app/features/mec/modules.php:409
|
2666 |
-
#: app/features/mec/modules.php:423 app/features/mec/notifications.php:
|
2667 |
-
#: app/features/mec/notifications.php:
|
2668 |
-
#: app/features/mec/notifications.php:
|
2669 |
-
#: app/features/mec/notifications.php:
|
2670 |
-
#: app/features/mec/notifications.php:
|
2671 |
#: app/features/mec/settings.php:843 app/features/mec/settings.php:853
|
2672 |
#: app/features/mec/settings.php:911 app/features/mec/settings.php:925
|
2673 |
#: app/features/mec/single.php:17 app/features/mec/single.php:234
|
@@ -2675,9 +2673,9 @@ msgstr "Suche %s"
|
|
2675 |
#: app/features/mec/single.php:300 app/features/mec/styles.php:11
|
2676 |
#: app/features/mec/styles.php:31 app/features/mec/styles.php:40
|
2677 |
#: app/features/mec/styles.php:77 app/features/mec/styles.php:86
|
2678 |
-
#: app/features/mec/styling.php:
|
2679 |
-
#: app/features/mec/styling.php:
|
2680 |
-
#: app/features/mec/styling.php:
|
2681 |
msgid "Save Changes"
|
2682 |
msgstr "Änderungen sichern"
|
2683 |
|
@@ -2736,11 +2734,28 @@ msgstr "Maximale Anzahl von Daten"
|
|
2736 |
msgid "Default is 6"
|
2737 |
msgstr "Die Voreinstellung ist 6"
|
2738 |
|
2739 |
-
#: app/features/mec/booking.php:134 app/features/mec/booking.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2740 |
msgid "Thank You Page"
|
2741 |
msgstr "Danke Seite"
|
2742 |
|
2743 |
-
#: app/features/mec/booking.php:
|
2744 |
msgid ""
|
2745 |
"User redirects to this page after booking. Leave it empty if you want to "
|
2746 |
"disable it."
|
@@ -2748,15 +2763,15 @@ msgstr ""
|
|
2748 |
"Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
|
2749 |
"es leer, wenn Sie es deaktivieren möchten."
|
2750 |
|
2751 |
-
#: app/features/mec/booking.php:
|
2752 |
msgid "Enable Express Attendees Form"
|
2753 |
msgstr "Aktivieren Sie das Express-Teilnehmerformular"
|
2754 |
|
2755 |
-
#: app/features/mec/booking.php:
|
2756 |
msgid "Attendees Form"
|
2757 |
msgstr "Teilnahmeformular"
|
2758 |
|
2759 |
-
#: app/features/mec/booking.php:
|
2760 |
msgid ""
|
2761 |
"Users are able to apply first attendee information for other attendees in "
|
2762 |
"the booking form."
|
@@ -2764,120 +2779,120 @@ msgstr ""
|
|
2764 |
"Benutzer können erste Teilnehmerinformationen für andere Teilnehmer im "
|
2765 |
"Buchungsformular anwenden."
|
2766 |
|
2767 |
-
#: app/features/mec/booking.php:
|
2768 |
#, fuzzy
|
2769 |
#| msgid "Download Invoice"
|
2770 |
msgid "Enable Invoice"
|
2771 |
msgstr "Download Rechnung"
|
2772 |
|
2773 |
-
#: app/features/mec/booking.php:
|
2774 |
#, fuzzy
|
2775 |
#| msgid "Enable booking notification"
|
2776 |
msgid "Enable Booking for Ongoing Events"
|
2777 |
msgstr "Buchungsbenachrichtigung aktivieren"
|
2778 |
|
2779 |
-
#: app/features/mec/booking.php:
|
2780 |
msgid "Email verification"
|
2781 |
msgstr "Email-Verifizierung"
|
2782 |
|
2783 |
-
#: app/features/mec/booking.php:
|
2784 |
msgid "Auto verification for free bookings"
|
2785 |
msgstr "Automatische Verifizierung für kostenlose Buchungen"
|
2786 |
|
2787 |
-
#: app/features/mec/booking.php:
|
2788 |
msgid "Auto verification for paid bookings"
|
2789 |
msgstr "Automatische Verifizierung für kostenpflichtige Buchungen"
|
2790 |
|
2791 |
-
#: app/features/mec/booking.php:
|
2792 |
#: app/libraries/main.php:573
|
2793 |
msgid "Booking Confirmation"
|
2794 |
msgstr "Buchungsbestätigung"
|
2795 |
|
2796 |
-
#: app/features/mec/booking.php:
|
2797 |
msgid "Auto confirmation for free bookings"
|
2798 |
msgstr "Automatische Bestätigung für kostenlose Buchungen"
|
2799 |
|
2800 |
-
#: app/features/mec/booking.php:
|
2801 |
msgid "Auto confirmation for paid bookings"
|
2802 |
msgstr "Automatische Bestätigung für kostenpflichtige Buchungen"
|
2803 |
|
2804 |
-
#: app/features/mec/booking.php:
|
2805 |
msgid "Enable coupons module"
|
2806 |
msgstr "Gutscheinmodul aktivieren"
|
2807 |
|
2808 |
-
#: app/features/mec/booking.php:
|
2809 |
msgid ""
|
2810 |
"After enabling and saving the settings,, you should reload the page to see a "
|
2811 |
"new menu on the Dashboard > Booking"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
-
#: app/features/mec/booking.php:
|
2815 |
msgid "Taxes / Fees"
|
2816 |
msgstr "Steuern/Gebühren"
|
2817 |
|
2818 |
-
#: app/features/mec/booking.php:
|
2819 |
msgid "Enable taxes / fees module"
|
2820 |
msgstr "Modul für Gebühren/Steuern aktivieren"
|
2821 |
|
2822 |
-
#: app/features/mec/booking.php:
|
2823 |
msgid "Add Fee"
|
2824 |
msgstr "Gebühr hinzufügen"
|
2825 |
|
2826 |
-
#: app/features/mec/booking.php:
|
2827 |
msgid "Ticket Variations & Options"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
-
#: app/features/mec/booking.php:
|
2831 |
#, fuzzy
|
2832 |
#| msgid "Enable coupons module"
|
2833 |
msgid "Enable ticket options module"
|
2834 |
msgstr "Gutscheinmodul aktivieren"
|
2835 |
|
2836 |
-
#: app/features/mec/booking.php:
|
2837 |
msgid "Add Variation / Option"
|
2838 |
msgstr ""
|
2839 |
|
2840 |
-
#: app/features/mec/booking.php:
|
2841 |
msgid "Enable Organizer Payment Module"
|
2842 |
msgstr ""
|
2843 |
|
2844 |
-
#: app/features/mec/booking.php:
|
2845 |
#, fuzzy
|
2846 |
#| msgid "Organizer Tel"
|
2847 |
msgid "Organizer Payment"
|
2848 |
msgstr "Organisator Telefon"
|
2849 |
|
2850 |
-
#: app/features/mec/booking.php:
|
2851 |
msgid ""
|
2852 |
"By enabling this module, organizers are able to insert their own payment "
|
2853 |
"credentials for enabled gateways per event and receive the payments directly!"
|
2854 |
msgstr ""
|
2855 |
|
2856 |
-
#: app/features/mec/booking.php:
|
2857 |
-
#: app/features/mec/modules.php:387 app/features/mec/notifications.php:
|
2858 |
#: app/features/mec/settings.php:889 app/features/mec/single.php:264
|
2859 |
-
#: app/features/mec/styles.php:60 app/features/mec/styling.php:
|
2860 |
msgid "Saved"
|
2861 |
msgstr "Gesichert"
|
2862 |
|
2863 |
-
#: app/features/mec/booking.php:
|
2864 |
-
#: app/features/mec/modules.php:388 app/features/mec/notifications.php:
|
2865 |
#: app/features/mec/settings.php:890 app/features/mec/single.php:265
|
2866 |
-
#: app/features/mec/styles.php:61 app/features/mec/styling.php:
|
2867 |
msgid "Settings Saved!"
|
2868 |
msgstr ""
|
2869 |
|
2870 |
-
#: app/features/mec/booking.php:
|
2871 |
#: app/features/mec/modules.php:390 app/features/mec/modules.php:412
|
2872 |
-
#: app/features/mec/notifications.php:
|
2873 |
-
#: app/features/mec/notifications.php:
|
2874 |
#: app/features/mec/settings.php:914 app/features/mec/single.php:267
|
2875 |
-
#: app/features/mec/single.php:289 app/libraries/main.php:
|
2876 |
msgid "Verified"
|
2877 |
msgstr "Verifiziert"
|
2878 |
|
2879 |
-
#: app/features/mec/booking.php:
|
2880 |
-
#: app/features/mec/notifications.php:
|
2881 |
#: app/features/mec/single.php:291
|
2882 |
msgid "Please Refresh Page"
|
2883 |
msgstr "Bitte Seiten Refresh vornehmen"
|
@@ -3053,12 +3068,12 @@ msgstr "Import Optionen"
|
|
3053 |
msgid "Download Settings"
|
3054 |
msgstr "Download Rechnung\n"
|
3055 |
|
3056 |
-
#: app/features/mec/messages.php:
|
3057 |
-
#: app/libraries/main.php:
|
3058 |
msgid "Messages"
|
3059 |
msgstr "Nachrichten"
|
3060 |
|
3061 |
-
#: app/features/mec/messages.php:
|
3062 |
msgid ""
|
3063 |
"You can change some MEC messages here simply. For example if you like to "
|
3064 |
"change \"REGISTER\" button label, you can do it here. By the Way, if your "
|
@@ -3406,15 +3421,15 @@ msgstr "Standardansicht"
|
|
3406 |
|
3407 |
#: app/features/mec/meta_boxes/display_options.php:409
|
3408 |
#: app/features/mec/meta_boxes/display_options.php:430
|
3409 |
-
#: app/libraries/main.php:329 app/libraries/main.php:
|
3410 |
-
#: app/libraries/main.php:
|
3411 |
msgid "List View"
|
3412 |
msgstr "Listenansicht"
|
3413 |
|
3414 |
#: app/features/mec/meta_boxes/display_options.php:410
|
3415 |
#: app/features/mec/meta_boxes/display_options.php:440
|
3416 |
-
#: app/libraries/main.php:333 app/libraries/main.php:
|
3417 |
-
#: app/libraries/main.php:
|
3418 |
msgid "Yearly View"
|
3419 |
msgstr "Jahresansicht"
|
3420 |
|
@@ -3425,15 +3440,15 @@ msgstr "Monatliche Kalenderansicht"
|
|
3425 |
|
3426 |
#: app/features/mec/meta_boxes/display_options.php:412
|
3427 |
#: app/features/mec/meta_boxes/display_options.php:472
|
3428 |
-
#: app/libraries/main.php:336 app/libraries/main.php:
|
3429 |
-
#: app/libraries/main.php:
|
3430 |
msgid "Weekly View"
|
3431 |
msgstr "Wochenansicht"
|
3432 |
|
3433 |
#: app/features/mec/meta_boxes/display_options.php:413
|
3434 |
#: app/features/mec/meta_boxes/display_options.php:482
|
3435 |
-
#: app/libraries/main.php:335 app/libraries/main.php:
|
3436 |
-
#: app/libraries/main.php:
|
3437 |
msgid "Daily View"
|
3438 |
msgstr "Tagesansicht"
|
3439 |
|
@@ -3841,7 +3856,7 @@ msgstr "Deaktiviert"
|
|
3841 |
#: app/features/mec/meta_boxes/search_form.php:596
|
3842 |
#: app/features/mec/settings.php:738 app/features/mec/single.php:217
|
3843 |
#: app/features/speakers.php:59 app/features/speakers.php:247
|
3844 |
-
#: app/libraries/main.php:
|
3845 |
msgid "Speaker"
|
3846 |
msgstr ""
|
3847 |
|
@@ -4109,301 +4124,310 @@ msgstr "Teilnehmer Limit, maximale Anzahl"
|
|
4109 |
msgid "Add booking activity to user profile"
|
4110 |
msgstr "Fügt Buchungsaktivitäten dem Benutzerprofil hinzu"
|
4111 |
|
4112 |
-
#: app/features/mec/notifications.php:
|
4113 |
msgid "Enable booking notification"
|
4114 |
msgstr "Buchungsbenachrichtigung aktivieren"
|
4115 |
|
4116 |
-
#: app/features/mec/notifications.php:
|
4117 |
msgid "It sends to attendee after booking for notifying him/her."
|
4118 |
msgstr ""
|
4119 |
"Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
|
4120 |
"benachrichtigen."
|
4121 |
|
4122 |
-
#: app/features/mec/notifications.php:
|
4123 |
-
#: app/features/mec/notifications.php:
|
4124 |
-
#: app/features/mec/notifications.php:
|
4125 |
-
#: app/features/mec/notifications.php:
|
4126 |
-
#: app/features/mec/notifications.php:
|
4127 |
-
#: app/features/mec/notifications.php:
|
|
|
4128 |
msgid "Email Subject"
|
4129 |
msgstr "Email Betreff"
|
4130 |
|
4131 |
-
#: app/features/mec/notifications.php:
|
4132 |
-
#: app/features/mec/notifications.php:102
|
4133 |
#: app/features/mec/notifications.php:106
|
4134 |
-
#: app/features/mec/notifications.php:
|
4135 |
#: app/features/mec/notifications.php:158
|
4136 |
-
#: app/features/mec/notifications.php:
|
4137 |
#: app/features/mec/notifications.php:217
|
4138 |
-
#: app/features/mec/notifications.php:
|
4139 |
#: app/features/mec/notifications.php:285
|
4140 |
-
#: app/features/mec/notifications.php:
|
4141 |
#: app/features/mec/notifications.php:348
|
4142 |
-
#: app/features/mec/notifications.php:
|
4143 |
-
#: app/features/mec/notifications.php:
|
4144 |
#: app/features/mec/notifications.php:421
|
|
|
|
|
|
|
4145 |
msgid "Custom Recipients"
|
4146 |
msgstr "Individuelle Empfänger"
|
4147 |
|
4148 |
-
#: app/features/mec/notifications.php:
|
4149 |
-
#: app/features/mec/notifications.php:
|
4150 |
-
#: app/features/mec/notifications.php:
|
4151 |
-
#: app/features/mec/notifications.php:
|
4152 |
-
#: app/features/mec/notifications.php:
|
4153 |
-
#: app/features/mec/notifications.php:
|
4154 |
-
#: app/features/mec/notifications.php:
|
|
|
4155 |
msgid "Insert comma separated emails for multiple recipients."
|
4156 |
msgstr "Geben Sie mit Komma getrennte email-Adressen ein für mehrere Empfänger"
|
4157 |
|
4158 |
-
#: app/features/mec/notifications.php:
|
4159 |
-
#: app/features/mec/notifications.php:
|
4160 |
msgid "Send the email to event organizer"
|
4161 |
msgstr "Sendet das Email zum Event Organisator"
|
4162 |
|
4163 |
-
#: app/features/mec/notifications.php:
|
4164 |
-
#: app/features/mec/notifications.php:
|
4165 |
-
#: app/features/mec/notifications.php:
|
4166 |
-
#: app/features/mec/notifications.php:
|
4167 |
-
#: app/features/mec/notifications.php:
|
4168 |
-
#: app/features/mec/notifications.php:
|
|
|
4169 |
msgid "Email Content"
|
4170 |
msgstr "Email Inhalt"
|
4171 |
|
4172 |
-
#: app/features/mec/notifications.php:63 app/features/mec/notifications.php:116
|
4173 |
-
#: app/features/mec/notifications.php:168
|
4174 |
-
#: app/features/mec/notifications.php:239
|
4175 |
-
#: app/features/mec/notifications.php:299
|
4176 |
-
#: app/features/mec/notifications.php:369
|
4177 |
-
#: app/features/mec/notifications.php:431
|
4178 |
-
msgid "You can use following placeholders"
|
4179 |
-
msgstr "Sie können die folgenden Platzhalter wählen"
|
4180 |
-
|
4181 |
-
#: app/features/mec/notifications.php:65 app/features/mec/notifications.php:118
|
4182 |
-
#: app/features/mec/notifications.php:170
|
4183 |
-
#: app/features/mec/notifications.php:241
|
4184 |
-
#: app/features/mec/notifications.php:301
|
4185 |
-
#: app/features/mec/notifications.php:371
|
4186 |
-
msgid "First name of attendee"
|
4187 |
-
msgstr "Vorname des Teilnehmers"
|
4188 |
-
|
4189 |
-
#: app/features/mec/notifications.php:66 app/features/mec/notifications.php:119
|
4190 |
-
#: app/features/mec/notifications.php:171
|
4191 |
-
#: app/features/mec/notifications.php:242
|
4192 |
-
#: app/features/mec/notifications.php:302
|
4193 |
-
#: app/features/mec/notifications.php:372
|
4194 |
-
msgid "Last name of attendee"
|
4195 |
-
msgstr "Nachname des Teilnehmers"
|
4196 |
-
|
4197 |
#: app/features/mec/notifications.php:67 app/features/mec/notifications.php:120
|
4198 |
#: app/features/mec/notifications.php:172
|
4199 |
#: app/features/mec/notifications.php:243
|
4200 |
#: app/features/mec/notifications.php:303
|
4201 |
#: app/features/mec/notifications.php:373
|
4202 |
-
|
4203 |
-
|
4204 |
-
|
4205 |
-
|
4206 |
-
#: app/features/mec/notifications.php:173
|
4207 |
-
#: app/features/mec/notifications.php:244
|
4208 |
-
#: app/features/mec/notifications.php:304
|
4209 |
-
#: app/features/mec/notifications.php:374
|
4210 |
-
msgid "Booked date of event"
|
4211 |
-
msgstr "Gebuchtes Datum der Veranstaltung"
|
4212 |
|
4213 |
#: app/features/mec/notifications.php:69 app/features/mec/notifications.php:122
|
4214 |
#: app/features/mec/notifications.php:174
|
4215 |
#: app/features/mec/notifications.php:245
|
4216 |
#: app/features/mec/notifications.php:305
|
4217 |
#: app/features/mec/notifications.php:375
|
4218 |
-
|
4219 |
-
|
4220 |
-
msgid "Booked time of event"
|
4221 |
-
msgstr "Gebuchtes Datum der Veranstaltung"
|
4222 |
|
4223 |
#: app/features/mec/notifications.php:70 app/features/mec/notifications.php:123
|
4224 |
#: app/features/mec/notifications.php:175
|
4225 |
#: app/features/mec/notifications.php:246
|
4226 |
#: app/features/mec/notifications.php:306
|
4227 |
#: app/features/mec/notifications.php:376
|
4228 |
-
msgid "
|
4229 |
-
msgstr "
|
4230 |
|
4231 |
#: app/features/mec/notifications.php:71 app/features/mec/notifications.php:124
|
4232 |
#: app/features/mec/notifications.php:176
|
4233 |
#: app/features/mec/notifications.php:247
|
4234 |
#: app/features/mec/notifications.php:307
|
4235 |
#: app/features/mec/notifications.php:377
|
4236 |
-
|
4237 |
-
|
4238 |
-
msgstr "Titel Ihrer Webseite"
|
4239 |
|
4240 |
#: app/features/mec/notifications.php:72 app/features/mec/notifications.php:125
|
4241 |
#: app/features/mec/notifications.php:177
|
4242 |
#: app/features/mec/notifications.php:248
|
4243 |
#: app/features/mec/notifications.php:308
|
4244 |
#: app/features/mec/notifications.php:378
|
4245 |
-
|
4246 |
-
|
4247 |
-
msgstr "URL Ihrer Webseite"
|
4248 |
|
4249 |
#: app/features/mec/notifications.php:73 app/features/mec/notifications.php:126
|
4250 |
#: app/features/mec/notifications.php:178
|
4251 |
#: app/features/mec/notifications.php:249
|
4252 |
#: app/features/mec/notifications.php:309
|
4253 |
#: app/features/mec/notifications.php:379
|
4254 |
-
|
4255 |
-
msgid "
|
4256 |
-
|
|
|
4257 |
|
4258 |
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:127
|
4259 |
#: app/features/mec/notifications.php:179
|
4260 |
#: app/features/mec/notifications.php:250
|
4261 |
#: app/features/mec/notifications.php:310
|
4262 |
#: app/features/mec/notifications.php:380
|
4263 |
-
msgid "
|
4264 |
-
msgstr "
|
4265 |
|
4266 |
#: app/features/mec/notifications.php:75 app/features/mec/notifications.php:128
|
4267 |
#: app/features/mec/notifications.php:180
|
4268 |
#: app/features/mec/notifications.php:251
|
4269 |
#: app/features/mec/notifications.php:311
|
4270 |
#: app/features/mec/notifications.php:381
|
4271 |
-
|
4272 |
-
|
4273 |
-
msgid "
|
4274 |
-
msgstr "
|
4275 |
|
4276 |
#: app/features/mec/notifications.php:76 app/features/mec/notifications.php:129
|
4277 |
#: app/features/mec/notifications.php:181
|
4278 |
#: app/features/mec/notifications.php:252
|
4279 |
#: app/features/mec/notifications.php:312
|
4280 |
#: app/features/mec/notifications.php:382
|
4281 |
-
|
4282 |
-
|
4283 |
-
msgid "
|
4284 |
-
msgstr "
|
4285 |
|
4286 |
#: app/features/mec/notifications.php:77 app/features/mec/notifications.php:130
|
4287 |
#: app/features/mec/notifications.php:182
|
4288 |
#: app/features/mec/notifications.php:253
|
4289 |
#: app/features/mec/notifications.php:313
|
4290 |
#: app/features/mec/notifications.php:383
|
4291 |
-
|
4292 |
-
|
|
|
|
|
4293 |
|
4294 |
#: app/features/mec/notifications.php:78 app/features/mec/notifications.php:131
|
4295 |
#: app/features/mec/notifications.php:183
|
4296 |
#: app/features/mec/notifications.php:254
|
4297 |
#: app/features/mec/notifications.php:314
|
4298 |
#: app/features/mec/notifications.php:384
|
4299 |
-
msgid "
|
4300 |
-
msgstr "
|
4301 |
|
4302 |
#: app/features/mec/notifications.php:79 app/features/mec/notifications.php:132
|
4303 |
#: app/features/mec/notifications.php:184
|
4304 |
#: app/features/mec/notifications.php:255
|
4305 |
#: app/features/mec/notifications.php:315
|
4306 |
#: app/features/mec/notifications.php:385
|
4307 |
-
|
4308 |
-
|
|
|
|
|
4309 |
|
4310 |
#: app/features/mec/notifications.php:80 app/features/mec/notifications.php:133
|
4311 |
#: app/features/mec/notifications.php:185
|
4312 |
#: app/features/mec/notifications.php:256
|
4313 |
#: app/features/mec/notifications.php:316
|
4314 |
#: app/features/mec/notifications.php:386
|
4315 |
-
|
4316 |
-
|
|
|
|
|
4317 |
|
4318 |
#: app/features/mec/notifications.php:81 app/features/mec/notifications.php:134
|
4319 |
#: app/features/mec/notifications.php:186
|
4320 |
#: app/features/mec/notifications.php:257
|
4321 |
#: app/features/mec/notifications.php:317
|
4322 |
#: app/features/mec/notifications.php:387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4323 |
msgid "Location address of booked event"
|
4324 |
msgstr "Adresse der gebuchten Veranstaltung"
|
4325 |
|
4326 |
-
#: app/features/mec/notifications.php:
|
4327 |
-
#: app/features/mec/notifications.php:
|
4328 |
msgid "Full Attendee info such as booking form data, name, email etc."
|
4329 |
msgstr ""
|
4330 |
"Gesamte Teinehmerinformationen wie z.B. Daten aus dem Buchungsformular, "
|
4331 |
"Name, email, etc."
|
4332 |
|
4333 |
-
#: app/features/mec/notifications.php:
|
4334 |
-
#: app/features/mec/notifications.php:
|
4335 |
msgid "Invoice Link"
|
4336 |
msgstr "Rechnungslink"
|
4337 |
|
4338 |
-
#: app/features/mec/notifications.php:
|
4339 |
-
#: app/features/mec/notifications.php:
|
4340 |
-
#: app/features/mec/notifications.php:
|
4341 |
-
#: app/features/mec/notifications.php:
|
4342 |
-
#: app/features/mec/notifications.php:
|
4343 |
msgid "Total Attendees"
|
4344 |
msgstr ""
|
4345 |
|
4346 |
-
#: app/features/mec/notifications.php:
|
4347 |
-
#: app/features/mec/notifications.php:
|
4348 |
-
#: app/features/mec/notifications.php:
|
4349 |
#, fuzzy
|
4350 |
#| msgid "Ticket Name"
|
4351 |
msgid "Ticket name"
|
4352 |
msgstr "Ticket Name"
|
4353 |
|
4354 |
-
#: app/features/mec/notifications.php:
|
4355 |
-
#: app/features/mec/notifications.php:
|
4356 |
-
#: app/features/mec/notifications.php:
|
4357 |
#, fuzzy
|
4358 |
#| msgid "Ticket Name"
|
4359 |
msgid "Ticket time"
|
4360 |
msgstr "Ticket Name"
|
4361 |
|
4362 |
-
#: app/features/mec/notifications.php:
|
4363 |
-
#: app/features/mec/notifications.php:
|
4364 |
-
#: app/features/mec/notifications.php:
|
4365 |
#, fuzzy
|
4366 |
#| msgid "Download Invoice"
|
4367 |
msgid "Download ICS file"
|
4368 |
msgstr "Download Rechnung\n"
|
4369 |
|
4370 |
-
#: app/features/mec/notifications.php:
|
4371 |
msgid "Booking Verification"
|
4372 |
msgstr "Verifizierung der Buchung"
|
4373 |
|
4374 |
-
#: app/features/mec/notifications.php:
|
4375 |
msgid "It sends to attendee email for verifying their booking/email."
|
4376 |
msgstr ""
|
4377 |
"Versendet an den Teilnehmer eine Email um dessen Buchung/Mail zu "
|
4378 |
"verifizieren."
|
4379 |
|
4380 |
-
#: app/features/mec/notifications.php:
|
4381 |
msgid "Email/Booking verification link."
|
4382 |
msgstr "Bestätigungslink für Email/Buchung"
|
4383 |
|
4384 |
-
#: app/features/mec/notifications.php:
|
4385 |
msgid "It sends to attendee after confirming the booking by admin."
|
4386 |
msgstr ""
|
4387 |
"Es wird an den Teilnehmer gesendet nach Bestätigung der Buchung vom admin."
|
4388 |
|
4389 |
-
#: app/features/mec/notifications.php:
|
4390 |
-
#: app/features/mec/notifications.php:
|
4391 |
msgid "Booking cancellation link."
|
4392 |
msgstr "Link zur Stornierung der Buchung"
|
4393 |
|
4394 |
-
#: app/features/mec/notifications.php:
|
4395 |
#, fuzzy
|
4396 |
#| msgid "Booking cancellation link."
|
4397 |
msgid "Booking Cancellation"
|
4398 |
msgstr "Link zur Stornierung der Buchung"
|
4399 |
|
4400 |
-
#: app/features/mec/notifications.php:
|
4401 |
#, fuzzy
|
4402 |
#| msgid "Enable new event notification"
|
4403 |
msgid "Enable cancellation notification"
|
4404 |
msgstr "Benachrichtigung bei neuen Veranstaltungen aktivieren"
|
4405 |
|
4406 |
-
#: app/features/mec/notifications.php:
|
4407 |
#, fuzzy
|
4408 |
#| msgid "It sends to attendee after booking for notifying him/her."
|
4409 |
msgid ""
|
@@ -4413,49 +4437,49 @@ msgstr ""
|
|
4413 |
"Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
|
4414 |
"benachrichtigen."
|
4415 |
|
4416 |
-
#: app/features/mec/notifications.php:
|
4417 |
#, fuzzy
|
4418 |
#| msgid "Send the email to event organizer"
|
4419 |
msgid "Send the email to admin"
|
4420 |
msgstr "Sendet das Email zum Event Organisator"
|
4421 |
|
4422 |
-
#: app/features/mec/notifications.php:
|
4423 |
#, fuzzy
|
4424 |
#| msgid "Send the email to event organizer"
|
4425 |
msgid "Send the email to booking user"
|
4426 |
msgstr "Sendet das Email zum Event Organisator"
|
4427 |
|
4428 |
-
#: app/features/mec/notifications.php:
|
4429 |
-
#: app/features/mec/notifications.php:
|
4430 |
msgid "Admin booking management link."
|
4431 |
msgstr "Admin-link zur Buchungsverwaltung"
|
4432 |
|
4433 |
-
#: app/features/mec/notifications.php:
|
4434 |
msgid "Admin"
|
4435 |
msgstr ""
|
4436 |
|
4437 |
-
#: app/features/mec/notifications.php:
|
4438 |
#, fuzzy
|
4439 |
#| msgid "Enable booking notification"
|
4440 |
msgid "Enable admin notification"
|
4441 |
msgstr "Buchungsbenachrichtigung aktivieren"
|
4442 |
|
4443 |
-
#: app/features/mec/notifications.php:
|
4444 |
msgid "It sends to admin to notify him/her that a new booking received."
|
4445 |
msgstr ""
|
4446 |
"Sendet eine Benachrichtigung an den Adminstrator um diesen darüber zu "
|
4447 |
"Informieren, dass eine neue Buchung eingegangen ist."
|
4448 |
|
4449 |
-
#: app/features/mec/notifications.php:
|
4450 |
#: app/libraries/notifications.php:478
|
4451 |
msgid "Booking Reminder"
|
4452 |
msgstr "Buchungs Erinnerung"
|
4453 |
|
4454 |
-
#: app/features/mec/notifications.php:
|
4455 |
msgid "Enable booking reminder notification"
|
4456 |
msgstr "Aktivieren Sie die Erinnerung für die Buchungserinnerung"
|
4457 |
|
4458 |
-
#: app/features/mec/notifications.php:
|
4459 |
#, php-format
|
4460 |
msgid ""
|
4461 |
"Set a cronjob to call %s file once per day otherwise it won't send the "
|
@@ -4467,24 +4491,24 @@ msgstr ""
|
|
4467 |
"Sie diese Datei% s aufrufen sollten, sonst könnten die Erinnerungen mehrmals "
|
4468 |
"gesendet werden."
|
4469 |
|
4470 |
-
#: app/features/mec/notifications.php:
|
4471 |
msgid "only once per day"
|
4472 |
msgstr "nur einmal pro Tag"
|
4473 |
|
4474 |
-
#: app/features/mec/notifications.php:
|
4475 |
msgid "Days"
|
4476 |
msgstr "Tage"
|
4477 |
|
4478 |
-
#: app/features/mec/notifications.php:
|
4479 |
#: app/libraries/main.php:577
|
4480 |
msgid "New Event"
|
4481 |
msgstr "Neue Veranstaltung"
|
4482 |
|
4483 |
-
#: app/features/mec/notifications.php:
|
4484 |
msgid "Enable new event notification"
|
4485 |
msgstr "Benachrichtigung bei neuen Veranstaltungen aktivieren"
|
4486 |
|
4487 |
-
#: app/features/mec/notifications.php:
|
4488 |
msgid ""
|
4489 |
"It sends after adding a new event from frontend event submission or from "
|
4490 |
"website backend."
|
@@ -4492,29 +4516,58 @@ msgstr ""
|
|
4492 |
"Wird nach dem Hinzufügen einer neuen Veranstaltung aus der Frontend-"
|
4493 |
"Übermittlung oder dem Backend versandt."
|
4494 |
|
4495 |
-
#: app/features/mec/notifications.php:
|
|
|
4496 |
msgid "Title of event"
|
4497 |
msgstr "Titel der Veranstaltung"
|
4498 |
|
4499 |
-
#: app/features/mec/notifications.php:
|
|
|
4500 |
#, fuzzy
|
4501 |
#| msgid "Title of event"
|
4502 |
msgid "Link of event"
|
4503 |
msgstr "Titel der Veranstaltung"
|
4504 |
|
4505 |
-
#: app/features/mec/notifications.php:
|
|
|
4506 |
msgid "Status of event"
|
4507 |
msgstr "Status der Veranstaltung"
|
4508 |
|
4509 |
-
#: app/features/mec/notifications.php:
|
|
|
4510 |
#: app/features/mec/settings.php:658
|
4511 |
msgid "Event Note"
|
4512 |
msgstr "Veranstaltungsnotiz"
|
4513 |
|
4514 |
-
#: app/features/mec/notifications.php:
|
|
|
4515 |
msgid "Admin events management link."
|
4516 |
msgstr "Admin-link zur Veranstaltungsverwaltung"
|
4517 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4518 |
#: app/features/mec/settings.php:55 app/features/mec/settings.php:65
|
4519 |
msgid "Hide Events"
|
4520 |
msgstr "Events verbergen"
|
@@ -4609,7 +4662,7 @@ msgid "You can enable/disable Schema scripts"
|
|
4609 |
msgstr ""
|
4610 |
|
4611 |
#: app/features/mec/settings.php:136 app/features/mec/settings.php:146
|
4612 |
-
#: app/libraries/main.php:
|
4613 |
msgid "Weekdays"
|
4614 |
msgstr "Wochentage"
|
4615 |
|
@@ -5248,78 +5301,78 @@ msgstr ""
|
|
5248 |
"Ihre eigenen Stilcodes einfügen. Diese Codes werden in Ihr Frontend "
|
5249 |
"übernommen und übersteuern die MEC- (oder Thema-) Grundeinstellungen."
|
5250 |
|
5251 |
-
#: app/features/mec/styling.php:10 app/features/mec/styling.php:
|
5252 |
-
#: app/features/mec/styling.php:
|
5253 |
msgid "Default Font"
|
5254 |
msgstr "Standardschriftart des Themas "
|
5255 |
|
5256 |
-
#: app/features/mec/styling.php:
|
5257 |
msgid "Styling Option"
|
5258 |
msgstr "Style Optionen"
|
5259 |
|
5260 |
-
#: app/features/mec/styling.php:
|
5261 |
msgid "Color Skin"
|
5262 |
msgstr "Farbe Skin"
|
5263 |
|
5264 |
-
#: app/features/mec/styling.php:
|
5265 |
msgid "Predefined Color Skin"
|
5266 |
msgstr "Vordefinierte Farbenoberfläche"
|
5267 |
|
5268 |
-
#: app/features/mec/styling.php:
|
5269 |
msgid "Custom Color Skin"
|
5270 |
msgstr "Benutzerdefinierte Farboberfläche"
|
5271 |
|
5272 |
-
#: app/features/mec/styling.php:
|
5273 |
msgid ""
|
5274 |
"If you want to select a predefined color skin, you must clear the color of "
|
5275 |
"this item"
|
5276 |
msgstr ""
|
5277 |
|
5278 |
-
#: app/features/mec/styling.php:
|
5279 |
msgid "Advanced Color Options (shortcodes)"
|
5280 |
msgstr ""
|
5281 |
|
5282 |
-
#: app/features/mec/styling.php:
|
5283 |
#, fuzzy
|
5284 |
#| msgid "Title of event"
|
5285 |
msgid "Title Hover"
|
5286 |
msgstr "Titel der Veranstaltung"
|
5287 |
|
5288 |
-
#: app/features/mec/styling.php:
|
5289 |
msgid "Typography"
|
5290 |
msgstr "Typographie"
|
5291 |
|
5292 |
-
#: app/features/mec/styling.php:
|
5293 |
msgid "Heading (Events Title) Font Family"
|
5294 |
msgstr "Schriftart Überschrift (Titel der Veranstaltung)"
|
5295 |
|
5296 |
-
#: app/features/mec/styling.php:
|
5297 |
msgid "Paragraph Font Family"
|
5298 |
msgstr "Schriftart Absätze"
|
5299 |
|
5300 |
-
#: app/features/mec/styling.php:
|
5301 |
#, fuzzy
|
5302 |
#| msgid "Enable Google Recaptcha"
|
5303 |
msgid "Disable Google Fonts"
|
5304 |
msgstr "Google Recaptcha aktivieren"
|
5305 |
|
5306 |
-
#: app/features/mec/styling.php:
|
5307 |
msgid "To be GDPR compliant you may need to disable Google fonts!"
|
5308 |
msgstr ""
|
5309 |
|
5310 |
-
#: app/features/mec/styling.php:
|
5311 |
msgid "Container Width"
|
5312 |
msgstr ""
|
5313 |
|
5314 |
-
#: app/features/mec/styling.php:
|
5315 |
msgid "Desktop Normal Screens"
|
5316 |
msgstr ""
|
5317 |
|
5318 |
-
#: app/features/mec/styling.php:
|
5319 |
msgid "You can enter your theme container size in this field"
|
5320 |
msgstr ""
|
5321 |
|
5322 |
-
#: app/features/mec/styling.php:
|
5323 |
msgid "Desktop Large Screens"
|
5324 |
msgstr ""
|
5325 |
|
@@ -5658,11 +5711,11 @@ msgstr ""
|
|
5658 |
msgid "Go to support forum"
|
5659 |
msgstr "Support Forum"
|
5660 |
|
5661 |
-
#: app/features/mec/support.php:52 app/libraries/main.php:
|
5662 |
msgid "Styling Options"
|
5663 |
msgstr "Styling-Optionen"
|
5664 |
|
5665 |
-
#: app/features/mec/support.php:59 app/libraries/main.php:
|
5666 |
msgid "Custom CSS"
|
5667 |
msgstr "Custom CSS"
|
5668 |
|
@@ -5796,7 +5849,7 @@ msgstr "z.B.. max@mustermann.com"
|
|
5796 |
msgid "eg. https://webnus.net"
|
5797 |
msgstr "http://webnus.net"
|
5798 |
|
5799 |
-
#: app/features/organizers.php:311 app/libraries/main.php:
|
5800 |
#: app/skins/single.php:845
|
5801 |
msgid "Other Organizers"
|
5802 |
msgstr "Andere Veranstalter"
|
@@ -5818,11 +5871,11 @@ msgstr "Um neue Veranstaltungen einzugeben, bitte %s/%s"
|
|
5818 |
msgid "#"
|
5819 |
msgstr ""
|
5820 |
|
5821 |
-
#: app/features/profile/profile.php:35 app/libraries/main.php:
|
5822 |
msgid "Status"
|
5823 |
msgstr ""
|
5824 |
|
5825 |
-
#: app/features/profile/profile.php:38 app/libraries/main.php:
|
5826 |
msgid "Attendees"
|
5827 |
msgstr "Teilnehmer"
|
5828 |
|
@@ -5837,8 +5890,8 @@ msgstr "% s Rechnung"
|
|
5837 |
msgid "<i class=\"mec-sl-eye\"></i> %s"
|
5838 |
msgstr ""
|
5839 |
|
5840 |
-
#: app/features/profile/profile.php:97 app/libraries/main.php:
|
5841 |
-
#: app/libraries/main.php:
|
5842 |
msgid "Ticket"
|
5843 |
msgstr "Ticket"
|
5844 |
|
@@ -5875,10 +5928,10 @@ msgid "No search result."
|
|
5875 |
msgstr ""
|
5876 |
|
5877 |
#: app/features/search_bar/search_result.php:11
|
5878 |
-
#: app/libraries/notifications.php:
|
5879 |
#: app/modules/local-time/details.php:47 app/modules/next-event/details.php:101
|
5880 |
#: app/skins/single.php:160 app/skins/single.php:736
|
5881 |
-
#: app/skins/single/default.php:
|
5882 |
#: app/skins/single/m1.php:34 app/skins/single/modern.php:184
|
5883 |
msgid "All of the day"
|
5884 |
msgstr "Den ganzen Tag"
|
@@ -5983,9 +6036,9 @@ msgstr ""
|
|
5983 |
msgid "day"
|
5984 |
msgstr "Tag"
|
5985 |
|
5986 |
-
#: app/libraries/factory.php:341 app/modules/countdown/details.php:
|
5987 |
-
#: app/skins/available_spot/tpl.php:
|
5988 |
-
#: app/skins/countdown/tpl.php:
|
5989 |
msgid "days"
|
5990 |
msgstr "Tage"
|
5991 |
|
@@ -5993,9 +6046,9 @@ msgstr "Tage"
|
|
5993 |
msgid "hour"
|
5994 |
msgstr "Stunde"
|
5995 |
|
5996 |
-
#: app/libraries/factory.php:343 app/modules/countdown/details.php:
|
5997 |
-
#: app/skins/available_spot/tpl.php:
|
5998 |
-
#: app/skins/countdown/tpl.php:
|
5999 |
msgid "hours"
|
6000 |
msgstr "Stunden"
|
6001 |
|
@@ -6003,9 +6056,9 @@ msgstr "Stunden"
|
|
6003 |
msgid "minute"
|
6004 |
msgstr "Minute"
|
6005 |
|
6006 |
-
#: app/libraries/factory.php:345 app/modules/countdown/details.php:
|
6007 |
-
#: app/skins/available_spot/tpl.php:
|
6008 |
-
#: app/skins/countdown/tpl.php:
|
6009 |
msgid "minutes"
|
6010 |
msgstr "Minuten"
|
6011 |
|
@@ -6013,9 +6066,9 @@ msgstr "Minuten"
|
|
6013 |
msgid "second"
|
6014 |
msgstr "Sekunde"
|
6015 |
|
6016 |
-
#: app/libraries/factory.php:347 app/modules/countdown/details.php:
|
6017 |
-
#: app/skins/available_spot/tpl.php:
|
6018 |
-
#: app/skins/countdown/tpl.php:
|
6019 |
msgid "seconds"
|
6020 |
msgstr "Sekunden"
|
6021 |
|
@@ -6033,38 +6086,38 @@ msgstr ""
|
|
6033 |
"Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
|
6034 |
"Beitrag handelt."
|
6035 |
|
6036 |
-
#: app/libraries/main.php:330 app/libraries/main.php:
|
6037 |
-
#: app/libraries/main.php:
|
6038 |
msgid "Grid View"
|
6039 |
msgstr "Rasterdarstellung"
|
6040 |
|
6041 |
-
#: app/libraries/main.php:331 app/libraries/main.php:
|
6042 |
-
#: app/libraries/main.php:
|
6043 |
msgid "Agenda View"
|
6044 |
msgstr "Agendaansicht"
|
6045 |
|
6046 |
-
#: app/libraries/main.php:332 app/libraries/main.php:
|
6047 |
-
#: app/libraries/main.php:
|
6048 |
msgid "Full Calendar"
|
6049 |
msgstr "Ganzer Kalender"
|
6050 |
|
6051 |
-
#: app/libraries/main.php:334 app/libraries/main.php:
|
6052 |
-
#: app/libraries/main.php:
|
6053 |
msgid "Calendar/Monthly View"
|
6054 |
msgstr "Kalender-/Monatsansicht"
|
6055 |
|
6056 |
-
#: app/libraries/main.php:337 app/libraries/main.php:
|
6057 |
-
#: app/libraries/main.php:
|
6058 |
msgid "Timetable View"
|
6059 |
msgstr "Stundenplan"
|
6060 |
|
6061 |
-
#: app/libraries/main.php:338 app/libraries/main.php:
|
6062 |
-
#: app/libraries/main.php:
|
6063 |
msgid "Masonry View"
|
6064 |
msgstr "Kachel Ansicht"
|
6065 |
|
6066 |
-
#: app/libraries/main.php:339 app/libraries/main.php:
|
6067 |
-
#: app/libraries/main.php:
|
6068 |
msgid "Map View"
|
6069 |
msgstr "Kartenansicht"
|
6070 |
|
@@ -6088,31 +6141,31 @@ msgstr "Karussellansicht"
|
|
6088 |
msgid "Slider View"
|
6089 |
msgstr "Slideransicht"
|
6090 |
|
6091 |
-
#: app/libraries/main.php:382 app/libraries/main.php:
|
6092 |
msgid "SU"
|
6093 |
msgstr "SO"
|
6094 |
|
6095 |
-
#: app/libraries/main.php:383 app/libraries/main.php:
|
6096 |
msgid "MO"
|
6097 |
msgstr "MO"
|
6098 |
|
6099 |
-
#: app/libraries/main.php:384 app/libraries/main.php:
|
6100 |
msgid "TU"
|
6101 |
msgstr "DI"
|
6102 |
|
6103 |
-
#: app/libraries/main.php:385 app/libraries/main.php:
|
6104 |
msgid "WE"
|
6105 |
msgstr "MI"
|
6106 |
|
6107 |
-
#: app/libraries/main.php:386 app/libraries/main.php:
|
6108 |
msgid "TH"
|
6109 |
msgstr "DO"
|
6110 |
|
6111 |
-
#: app/libraries/main.php:387 app/libraries/main.php:
|
6112 |
msgid "FR"
|
6113 |
msgstr "FR"
|
6114 |
|
6115 |
-
#: app/libraries/main.php:388 app/libraries/main.php:
|
6116 |
msgid "SA"
|
6117 |
msgstr "SA"
|
6118 |
|
@@ -6128,23 +6181,23 @@ msgstr "Bild hochladen/hinzufügen"
|
|
6128 |
msgid "Additional Locations"
|
6129 |
msgstr "Zusätzliche Organisatoren"
|
6130 |
|
6131 |
-
#: app/libraries/main.php:
|
6132 |
#, fuzzy
|
6133 |
#| msgid "Single Event Style"
|
6134 |
msgid "Single Event"
|
6135 |
msgstr "Single Event Stil"
|
6136 |
|
6137 |
-
#: app/libraries/main.php:
|
6138 |
#, fuzzy
|
6139 |
#| msgid "Social Module : "
|
6140 |
msgid "Modules"
|
6141 |
msgstr "Social Modul:"
|
6142 |
|
6143 |
-
#: app/libraries/main.php:
|
6144 |
msgid "New Addons For MEC! Now Customize MEC in Elementor"
|
6145 |
msgstr ""
|
6146 |
|
6147 |
-
#: app/libraries/main.php:
|
6148 |
msgid ""
|
6149 |
"The time has come at last, and the new practical add-ons for MEC have been "
|
6150 |
"released. This is a revolution in the world of Event Calendars. We have "
|
@@ -6152,315 +6205,315 @@ msgid ""
|
|
6152 |
"below:"
|
6153 |
msgstr ""
|
6154 |
|
6155 |
-
#: app/libraries/main.php:
|
6156 |
msgid ""
|
6157 |
"<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
|
6158 |
"products) and Woo products at the same time."
|
6159 |
msgstr ""
|
6160 |
|
6161 |
-
#: app/libraries/main.php:
|
6162 |
msgid ""
|
6163 |
"<strong>Elementor Single Builder:</strong> It enables you to create "
|
6164 |
"shortcodes in Elementor Live Editor."
|
6165 |
msgstr ""
|
6166 |
|
6167 |
-
#: app/libraries/main.php:
|
6168 |
msgid ""
|
6169 |
"<strong>Elementor Form Builder:</strong> It allows you to use many different "
|
6170 |
"type of fields and rearrange them by drag and drop and modify their styles."
|
6171 |
msgstr ""
|
6172 |
|
6173 |
-
#: app/libraries/main.php:
|
6174 |
msgid ""
|
6175 |
"<strong>Elementor Shortcode Builder:</strong> Edit single event page using "
|
6176 |
"Elementor. Manage the position of all elements in the Single page and in "
|
6177 |
"desktops, mobiles and tablets as well."
|
6178 |
msgstr ""
|
6179 |
|
6180 |
-
#: app/libraries/main.php:
|
6181 |
msgid "Events at this location"
|
6182 |
msgstr "Veranstaltungen an diesem Ort "
|
6183 |
|
6184 |
-
#: app/libraries/main.php:
|
6185 |
msgid "Event at this location"
|
6186 |
msgstr "Veranstaltung an diesem Ort "
|
6187 |
|
6188 |
-
#: app/libraries/main.php:
|
6189 |
msgid "Facebook"
|
6190 |
msgstr "Facebook"
|
6191 |
|
6192 |
-
#: app/libraries/main.php:
|
6193 |
msgid "Twitter"
|
6194 |
msgstr "Twitter"
|
6195 |
|
6196 |
-
#: app/libraries/main.php:
|
6197 |
msgid "Linkedin"
|
6198 |
msgstr "Linkedin"
|
6199 |
|
6200 |
-
#: app/libraries/main.php:
|
6201 |
msgid "VK"
|
6202 |
msgstr ""
|
6203 |
|
6204 |
-
#: app/libraries/main.php:
|
6205 |
msgid "Share on Facebook"
|
6206 |
msgstr "Teilen auf Facebook"
|
6207 |
|
6208 |
-
#: app/libraries/main.php:
|
6209 |
msgid "Tweet"
|
6210 |
msgstr "Tweet"
|
6211 |
|
6212 |
-
#: app/libraries/main.php:
|
6213 |
#, fuzzy
|
6214 |
#| msgid "Shortcode"
|
6215 |
msgid "Custom Shortcode"
|
6216 |
msgstr "Shortcode"
|
6217 |
|
6218 |
-
#: app/libraries/main.php:
|
6219 |
msgid "Your booking successfully verified."
|
6220 |
msgstr "Ihre Buchung wurde erfolgreich verifiziert."
|
6221 |
|
6222 |
-
#: app/libraries/main.php:
|
6223 |
msgid "Your booking cannot verify!"
|
6224 |
msgstr "Ihre Buchung kann nicht verifiziert werden!"
|
6225 |
|
6226 |
-
#: app/libraries/main.php:
|
6227 |
msgid "Your booking successfully canceled."
|
6228 |
msgstr "Ihre Buchung wurde erfolgreich storniert."
|
6229 |
|
6230 |
-
#: app/libraries/main.php:
|
6231 |
msgid "Your booking cannot be canceled."
|
6232 |
msgstr "Ihre Buchung kann nicht storniert werden."
|
6233 |
|
6234 |
-
#: app/libraries/main.php:
|
6235 |
msgid "You canceled the payment successfully."
|
6236 |
msgstr "Sie haben die Zahlung erfolgreich storniert."
|
6237 |
|
6238 |
-
#: app/libraries/main.php:
|
6239 |
msgid "You returned from payment gateway successfully."
|
6240 |
msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
|
6241 |
|
6242 |
-
#: app/libraries/main.php:
|
6243 |
#, fuzzy
|
6244 |
#| msgid "Cannot find the booking!"
|
6245 |
msgid "Cannot find the invoice!"
|
6246 |
msgstr "Kann die Buchung nicht finden!"
|
6247 |
|
6248 |
-
#: app/libraries/main.php:
|
6249 |
#, fuzzy
|
6250 |
#| msgid "Booking is invalid."
|
6251 |
msgid "Invoice is invalid."
|
6252 |
msgstr "Buchung ist ungültig."
|
6253 |
|
6254 |
-
#: app/libraries/main.php:
|
6255 |
msgid "Cannot find the booking!"
|
6256 |
msgstr "Kann die Buchung nicht finden!"
|
6257 |
|
6258 |
-
#: app/libraries/main.php:
|
6259 |
msgid "Booking is invalid."
|
6260 |
msgstr "Buchung ist ungültig."
|
6261 |
|
6262 |
-
#: app/libraries/main.php:
|
6263 |
#, php-format
|
6264 |
msgid "%s Invoice"
|
6265 |
msgstr "% s Rechnung"
|
6266 |
|
6267 |
-
#: app/libraries/main.php:
|
6268 |
msgid "Transaction ID"
|
6269 |
msgstr "Transaktions-ID"
|
6270 |
|
6271 |
-
#: app/libraries/main.php:
|
6272 |
msgid "Billing"
|
6273 |
msgstr "Abrechnung"
|
6274 |
|
6275 |
-
#: app/libraries/main.php:
|
6276 |
msgid "Total"
|
6277 |
msgstr "Gesamt"
|
6278 |
|
6279 |
-
#: app/libraries/main.php:
|
6280 |
msgid "Security nonce is not valid."
|
6281 |
msgstr "Sicherheits-Nonce ist ungültig."
|
6282 |
|
6283 |
-
#: app/libraries/main.php:
|
6284 |
msgid "iCal export stopped!"
|
6285 |
msgstr "iCal Export wurde unterbrochen!"
|
6286 |
|
6287 |
-
#: app/libraries/main.php:
|
6288 |
#, fuzzy
|
6289 |
#| msgid "Request is invalid!"
|
6290 |
msgid "Request is not valid."
|
6291 |
msgstr "Die Anfrage ist ungültig!"
|
6292 |
|
6293 |
-
#: app/libraries/main.php:
|
6294 |
-
#: app/libraries/main.php:
|
6295 |
-
#: app/libraries/main.php:
|
6296 |
-
#: app/libraries/main.php:
|
6297 |
-
#: app/libraries/main.php:
|
6298 |
-
#: app/libraries/main.php:
|
6299 |
-
#: app/libraries/main.php:
|
6300 |
msgid "Sort"
|
6301 |
msgstr "Sortieren"
|
6302 |
|
6303 |
-
#: app/libraries/main.php:
|
6304 |
-
#: app/libraries/main.php:
|
6305 |
-
#: app/libraries/main.php:
|
6306 |
-
#: app/libraries/main.php:
|
6307 |
-
#: app/libraries/main.php:
|
6308 |
-
#: app/libraries/main.php:
|
6309 |
msgid "Required Field"
|
6310 |
msgstr "Pflichtfeld"
|
6311 |
|
6312 |
-
#: app/libraries/main.php:
|
6313 |
-
#: app/libraries/main.php:
|
6314 |
-
#: app/libraries/main.php:
|
6315 |
-
#: app/libraries/main.php:
|
6316 |
-
#: app/libraries/main.php:
|
6317 |
-
#: app/libraries/main.php:
|
6318 |
msgid "Insert a label for this field"
|
6319 |
msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
|
6320 |
|
6321 |
-
#: app/libraries/main.php:
|
6322 |
msgid "HTML and shortcode are allowed."
|
6323 |
msgstr "HTML und shortcodes sind erlaubt."
|
6324 |
|
6325 |
-
#: app/libraries/main.php:
|
6326 |
-
#: app/libraries/main.php:
|
6327 |
msgid "Option"
|
6328 |
msgstr "Option"
|
6329 |
|
6330 |
-
#: app/libraries/main.php:
|
6331 |
#, php-format
|
6332 |
msgid "Instead of %s, the page title with a link will be show."
|
6333 |
msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
|
6334 |
|
6335 |
-
#: app/libraries/main.php:
|
6336 |
msgid "Agreement Page"
|
6337 |
msgstr "Zustimmungsseite"
|
6338 |
|
6339 |
-
#: app/libraries/main.php:
|
6340 |
msgid "Checked by default"
|
6341 |
msgstr ""
|
6342 |
|
6343 |
-
#: app/libraries/main.php:
|
6344 |
msgid "Unchecked by default"
|
6345 |
msgstr ""
|
6346 |
|
6347 |
-
#: app/libraries/main.php:
|
6348 |
msgid "Insert a label for this option"
|
6349 |
msgstr "Ein neues Label für diese Option einfügen"
|
6350 |
|
6351 |
-
#: app/libraries/main.php:
|
6352 |
msgid "Free"
|
6353 |
msgstr "kostenfrei"
|
6354 |
|
6355 |
-
#: app/libraries/main.php:
|
6356 |
#, fuzzy
|
6357 |
#| msgid "M.E. Calendar"
|
6358 |
msgid "M.E. Calender"
|
6359 |
msgstr "M.E. Calender"
|
6360 |
|
6361 |
-
#: app/libraries/main.php:
|
6362 |
#, php-format
|
6363 |
msgid "Copy of %s"
|
6364 |
msgstr "Kopie von %s"
|
6365 |
|
6366 |
-
#: app/libraries/main.php:
|
6367 |
msgid "Booked an event."
|
6368 |
msgstr "Eine Veranstaltung wurde gebucht."
|
6369 |
|
6370 |
-
#: app/libraries/main.php:
|
6371 |
#, php-format
|
6372 |
msgid "%s booked %s event."
|
6373 |
msgstr "%s gebuchtes %s Event"
|
6374 |
|
6375 |
-
#: app/libraries/main.php:
|
6376 |
msgid "Taxonomies"
|
6377 |
msgstr "Klassifizierung "
|
6378 |
|
6379 |
-
#: app/libraries/main.php:
|
6380 |
msgid "Category Plural Label"
|
6381 |
msgstr "Kategorien"
|
6382 |
|
6383 |
-
#: app/libraries/main.php:
|
6384 |
msgid "Category Singular Label"
|
6385 |
msgstr "Kategorie"
|
6386 |
|
6387 |
-
#: app/libraries/main.php:
|
6388 |
msgid "Label Plural Label"
|
6389 |
msgstr "Labels"
|
6390 |
|
6391 |
-
#: app/libraries/main.php:
|
6392 |
msgid "Label Singular Label"
|
6393 |
msgstr "Label"
|
6394 |
|
6395 |
-
#: app/libraries/main.php:
|
6396 |
msgid "label"
|
6397 |
msgstr "label"
|
6398 |
|
6399 |
-
#: app/libraries/main.php:
|
6400 |
msgid "Location Plural Label"
|
6401 |
msgstr "Veranstaltungsorte"
|
6402 |
|
6403 |
-
#: app/libraries/main.php:
|
6404 |
msgid "Location Singular Label"
|
6405 |
msgstr "Veranstaltungsort"
|
6406 |
|
6407 |
-
#: app/libraries/main.php:
|
6408 |
msgid "Organizer Plural Label"
|
6409 |
msgstr "Veranstalter"
|
6410 |
|
6411 |
-
#: app/libraries/main.php:
|
6412 |
msgid "Organizer Singular Label"
|
6413 |
msgstr "Veranstalter"
|
6414 |
|
6415 |
-
#: app/libraries/main.php:
|
6416 |
#, fuzzy
|
6417 |
#| msgid "Label Plural Label"
|
6418 |
msgid "Speaker Plural Label"
|
6419 |
msgstr "Labels"
|
6420 |
|
6421 |
-
#: app/libraries/main.php:
|
6422 |
#, fuzzy
|
6423 |
#| msgid "Label Singular Label"
|
6424 |
msgid "Speaker Singular Label"
|
6425 |
msgstr "Label"
|
6426 |
|
6427 |
-
#: app/libraries/main.php:
|
6428 |
msgid "Sunday abbreviation"
|
6429 |
msgstr "Sonntag Abkürzung"
|
6430 |
|
6431 |
-
#: app/libraries/main.php:
|
6432 |
msgid "Monday abbreviation"
|
6433 |
msgstr "Montag Abkürzung"
|
6434 |
|
6435 |
-
#: app/libraries/main.php:
|
6436 |
msgid "Tuesday abbreviation"
|
6437 |
msgstr "Dienstag Abkürzung"
|
6438 |
|
6439 |
-
#: app/libraries/main.php:
|
6440 |
msgid "Wednesday abbreviation"
|
6441 |
msgstr "Mittwoch Abkürzung"
|
6442 |
|
6443 |
-
#: app/libraries/main.php:
|
6444 |
msgid "Thursday abbreviation"
|
6445 |
msgstr "Donnerstag Abkürzung"
|
6446 |
|
6447 |
-
#: app/libraries/main.php:
|
6448 |
msgid "Friday abbreviation"
|
6449 |
msgstr "Freitag Abkürzung"
|
6450 |
|
6451 |
-
#: app/libraries/main.php:
|
6452 |
msgid "Saturday abbreviation"
|
6453 |
msgstr "Samstag Abkürzung "
|
6454 |
|
6455 |
-
#: app/libraries/main.php:
|
6456 |
msgid "Others"
|
6457 |
msgstr "Andere"
|
6458 |
|
6459 |
-
#: app/libraries/main.php:
|
6460 |
msgid "Booking Success Message"
|
6461 |
msgstr "Buchung erfolgreich Mitteilung"
|
6462 |
|
6463 |
-
#: app/libraries/main.php:
|
6464 |
msgid ""
|
6465 |
"Thanks for your booking. Your tickets booked, booking verification might be "
|
6466 |
"needed, please check your email."
|
@@ -6468,19 +6521,19 @@ msgstr ""
|
|
6468 |
"Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
|
6469 |
"Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
|
6470 |
|
6471 |
-
#: app/libraries/main.php:
|
6472 |
msgid "Register Button"
|
6473 |
msgstr "Register Button"
|
6474 |
|
6475 |
-
#: app/libraries/main.php:
|
6476 |
#: app/skins/carousel/render.php:156 app/skins/carousel/render.php:192
|
6477 |
#: app/skins/grid/render.php:118 app/skins/grid/render.php:164
|
6478 |
#: app/skins/grid/render.php:206 app/skins/grid/render.php:234
|
6479 |
#: app/skins/list/render.php:107 app/skins/list/render.php:195
|
6480 |
#: app/skins/masonry/render.php:178 app/skins/single.php:757
|
6481 |
-
#: app/skins/single.php:760 app/skins/single/default.php:
|
6482 |
-
#: app/skins/single/default.php:
|
6483 |
-
#: app/skins/single/default.php:
|
6484 |
#: app/skins/single/m1.php:128 app/skins/single/m2.php:58
|
6485 |
#: app/skins/single/m2.php:60 app/skins/single/modern.php:68
|
6486 |
#: app/skins/single/modern.php:70 app/skins/slider/render.php:112
|
@@ -6489,11 +6542,11 @@ msgstr "Register Button"
|
|
6489 |
msgid "REGISTER"
|
6490 |
msgstr "ANMELDEN"
|
6491 |
|
6492 |
-
#: app/libraries/main.php:
|
6493 |
msgid "View Detail Button"
|
6494 |
msgstr "Ansicht Detail Button"
|
6495 |
|
6496 |
-
#: app/libraries/main.php:
|
6497 |
#: app/skins/carousel/render.php:192 app/skins/grid/render.php:118
|
6498 |
#: app/skins/grid/render.php:164 app/skins/grid/render.php:206
|
6499 |
#: app/skins/grid/render.php:234 app/skins/list/render.php:107
|
@@ -6504,59 +6557,59 @@ msgstr "Ansicht Detail Button"
|
|
6504 |
msgid "View Detail"
|
6505 |
msgstr "Details "
|
6506 |
|
6507 |
-
#: app/libraries/main.php:
|
6508 |
msgid "Event Detail Button"
|
6509 |
msgstr "Event Detail Button"
|
6510 |
|
6511 |
-
#: app/libraries/main.php:
|
6512 |
msgid "Event Detail"
|
6513 |
msgstr "Veranstaltungsdetails"
|
6514 |
|
6515 |
-
#: app/libraries/main.php:
|
6516 |
msgid "More Info Link"
|
6517 |
msgstr "Link Mehr Informationen"
|
6518 |
|
6519 |
-
#: app/libraries/main.php:
|
6520 |
msgid "Ticket (Singular)"
|
6521 |
msgstr "Ticket"
|
6522 |
|
6523 |
-
#: app/libraries/main.php:
|
6524 |
msgid "Tickets (Plural)"
|
6525 |
msgstr "Tickets"
|
6526 |
|
6527 |
-
#: app/libraries/main.php:
|
6528 |
msgid "EventON"
|
6529 |
msgstr "EventON"
|
6530 |
|
6531 |
-
#: app/libraries/main.php:
|
6532 |
msgid "The Events Calendar"
|
6533 |
msgstr "The Events Calendar"
|
6534 |
|
6535 |
-
#: app/libraries/main.php:
|
6536 |
msgid "Events Schedule WP Plugin"
|
6537 |
msgstr "Event Zeitplan WP-Plugin"
|
6538 |
|
6539 |
-
#: app/libraries/main.php:
|
6540 |
msgid "Calendarize It"
|
6541 |
msgstr ""
|
6542 |
|
6543 |
-
#: app/libraries/main.php:
|
6544 |
msgid "Confirmed"
|
6545 |
msgstr "Bestätigt"
|
6546 |
|
6547 |
-
#: app/libraries/main.php:
|
6548 |
msgid "Rejected"
|
6549 |
msgstr "Abgelehnt"
|
6550 |
|
6551 |
-
#: app/libraries/main.php:
|
6552 |
msgid "Pending"
|
6553 |
msgstr "Ausstehend"
|
6554 |
|
6555 |
-
#: app/libraries/main.php:
|
6556 |
msgid "Waiting"
|
6557 |
msgstr "in Bearbeitung"
|
6558 |
|
6559 |
-
#: app/libraries/main.php:
|
6560 |
msgid "Skin controller does not exist."
|
6561 |
msgstr "Skin contoller existiert nicht."
|
6562 |
|
@@ -6586,23 +6639,29 @@ msgstr "Eine neue Buchung ist eingegangen."
|
|
6586 |
msgid "A new event is added."
|
6587 |
msgstr "Eine neue Veranstaltung wurde hinzugefügt."
|
6588 |
|
6589 |
-
#: app/libraries/notifications.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
6590 |
msgid "to"
|
6591 |
msgstr ""
|
6592 |
|
6593 |
-
#: app/libraries/notifications.php:
|
6594 |
msgid "+ Add to Google Calendar"
|
6595 |
msgstr "+ zum Google Calendar hinzufügen"
|
6596 |
|
6597 |
-
#: app/libraries/notifications.php:
|
6598 |
msgid "+ iCal export"
|
6599 |
msgstr "+ zu iCal exportieren"
|
6600 |
|
6601 |
-
#: app/libraries/notifications.php:
|
6602 |
msgid "Yes"
|
6603 |
msgstr "Ja"
|
6604 |
|
6605 |
-
#: app/libraries/notifications.php:
|
6606 |
msgid "No"
|
6607 |
msgstr "Nein"
|
6608 |
|
@@ -6647,8 +6706,8 @@ msgstr ""
|
|
6647 |
"Füllen Sie die Informationen anderer Teilnehmer wie das erste Formular aus."
|
6648 |
|
6649 |
#: app/modules/booking/steps/form.php:179
|
6650 |
-
#: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:
|
6651 |
-
#: app/skins/countdown/tpl.php:
|
6652 |
msgid "Next"
|
6653 |
msgstr "Weiter"
|
6654 |
|
@@ -6672,11 +6731,11 @@ msgstr ""
|
|
6672 |
"Das% s Ticket ist ausverkauft. Sie können ein anderes Ticket oder ein "
|
6673 |
"anderes Datum ausprobieren."
|
6674 |
|
6675 |
-
#: app/modules/countdown/details.php:
|
6676 |
msgid "The event is finished."
|
6677 |
msgstr "Das Event ist beendet"
|
6678 |
|
6679 |
-
#: app/modules/countdown/details.php:
|
6680 |
msgid "The event is ongoing."
|
6681 |
msgstr "Die Veranstaltung ist im Gange."
|
6682 |
|
@@ -6716,7 +6775,7 @@ msgid "Go to occurrence page"
|
|
6716 |
msgstr "Zum Event"
|
6717 |
|
6718 |
#: app/modules/next-event/details.php:95 app/skins/single.php:730
|
6719 |
-
#: app/skins/single/default.php:
|
6720 |
#: app/skins/single/m1.php:28 app/skins/single/modern.php:178
|
6721 |
msgid "Time"
|
6722 |
msgstr "Uhrzeit"
|
@@ -6786,12 +6845,12 @@ msgstr "Keine Veranstaltung gefunden"
|
|
6786 |
msgid "Load More"
|
6787 |
msgstr "Weitere anzeigen"
|
6788 |
|
6789 |
-
#: app/skins/available_spot/tpl.php:
|
6790 |
msgid "Available Spot(s):"
|
6791 |
msgstr "Verfügbare Spot (s):"
|
6792 |
|
6793 |
-
#: app/skins/carousel/render.php:213 app/skins/countdown/tpl.php:
|
6794 |
-
#: app/skins/countdown/tpl.php:
|
6795 |
#: app/skins/list/render.php:125
|
6796 |
msgid "EVENT DETAIL"
|
6797 |
msgstr "VERANSTALTUNGSDETAILS"
|
@@ -6802,8 +6861,8 @@ msgstr "VERANSTALTUNGSDETAILS"
|
|
6802 |
msgid "View All Events"
|
6803 |
msgstr "Alle Veranstaltungen"
|
6804 |
|
6805 |
-
#: app/skins/countdown/tpl.php:
|
6806 |
-
#: app/skins/countdown/tpl.php:
|
6807 |
#, php-format
|
6808 |
msgid "%s Upcoming Event"
|
6809 |
msgstr "%s Kommendes Event"
|
@@ -6857,14 +6916,14 @@ msgid "Sold out!"
|
|
6857 |
msgstr "Ausverkauft!"
|
6858 |
|
6859 |
#: app/skins/single.php:805 app/skins/single.php:860
|
6860 |
-
#: app/skins/single/default.php:
|
6861 |
#: app/skins/single/m1.php:100 app/skins/single/m2.php:32
|
6862 |
#: app/skins/single/modern.php:41
|
6863 |
msgid "Phone"
|
6864 |
msgstr "Phone"
|
6865 |
|
6866 |
#: app/skins/single.php:819 app/skins/single.php:874
|
6867 |
-
#: app/skins/single/default.php:
|
6868 |
#: app/skins/single/m1.php:114 app/skins/single/m2.php:46
|
6869 |
#: app/skins/single/modern.php:55
|
6870 |
msgid "Website"
|
@@ -6876,7 +6935,7 @@ msgstr "Website"
|
|
6876 |
msgid "Speakers:"
|
6877 |
msgstr "Keine Suchoptionen"
|
6878 |
|
6879 |
-
#: app/skins/single/default.php:
|
6880 |
#: app/skins/single/m2.php:183 app/skins/single/modern.php:266
|
6881 |
msgid "Tags: "
|
6882 |
msgstr "Tags:"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: ME Calender\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-09-24 14:49+0330\n"
|
6 |
+
"PO-Revision-Date: 2019-09-24 14:49+0330\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:133
|
27 |
msgid "Content"
|
28 |
msgstr "Inhalt"
|
29 |
|
30 |
+
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:368
|
31 |
+
#: app/features/mec.php:399 app/features/mec.php:429
|
32 |
msgid "Shortcode"
|
33 |
msgstr "Shortcode"
|
34 |
|
72 |
msgid "Event Color"
|
73 |
msgstr "Farbe der Veranstaltung"
|
74 |
|
75 |
+
#: app/features/contextual.php:55 app/features/mec.php:348
|
76 |
#: app/features/mec/dashboard.php:135 app/features/mec/support-page.php:168
|
77 |
+
#: app/features/mec/support.php:20 app/libraries/main.php:588
|
78 |
msgid "Settings"
|
79 |
msgstr "Einstellungen"
|
80 |
|
81 |
+
#: app/features/contextual.php:62 app/features/events.php:2412
|
82 |
+
#: app/features/mec/booking.php:426 app/features/mec/support.php:29
|
83 |
#: app/libraries/main.php:554
|
84 |
msgid "Booking Form"
|
85 |
msgstr "Buchungsformular"
|
98 |
"<iframe width=\"600\" height=\"300\" src=\"https://www.youtube.com/embed/"
|
99 |
"YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
|
100 |
|
101 |
+
#: app/features/contextual.php:70 app/features/mec/booking.php:544
|
102 |
#: app/features/mec/support.php:36 app/libraries/main.php:555
|
103 |
msgid "Payment Gateways"
|
104 |
msgstr "Zahlungs-Gateways"
|
114 |
"\"0\" allowfullscreen></iframe>"
|
115 |
|
116 |
#: app/features/contextual.php:77 app/features/mec/support.php:45
|
117 |
+
#: app/libraries/main.php:736
|
118 |
msgid "Notifications"
|
119 |
msgstr "Benachrichtigungen"
|
120 |
|
241 |
msgid "Frontend Event Submission"
|
242 |
msgstr "Erstellung von Veranstaltungen im Frontend"
|
243 |
|
244 |
+
#: app/features/contextual.php:298 app/features/events.php:1176
|
245 |
#: app/libraries/main.php:543
|
246 |
msgid "Exceptional Days"
|
247 |
msgstr "Herausgenommene Tage "
|
248 |
|
249 |
+
#: app/features/contextual.php:308 app/features/events.php:298
|
250 |
+
#: app/features/mec/booking.php:88 app/features/mec/notifications.php:35
|
251 |
#: app/libraries/main.php:550 app/libraries/main.php:571
|
252 |
+
#: app/libraries/main.php:653
|
253 |
msgid "Booking"
|
254 |
msgstr "Buchung / Reservierung"
|
255 |
|
256 |
+
#: app/features/contextual.php:318 app/features/mec/booking.php:248
|
257 |
#: app/libraries/main.php:551
|
258 |
msgid "Coupons"
|
259 |
msgstr "Gutscheine"
|
272 |
msgid "MEC Activation"
|
273 |
msgstr "MEC Aktivierung"
|
274 |
|
275 |
+
#: app/features/events.php:150 app/features/ix/export.php:34
|
276 |
#: app/features/mec/dashboard.php:229 app/skins/daily_view/tpl.php:79
|
277 |
#: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
|
278 |
msgid "Events"
|
279 |
msgstr "Veranstaltungen"
|
280 |
|
281 |
+
#: app/features/events.php:151
|
282 |
#: app/features/mec/meta_boxes/display_options.php:921
|
283 |
#: app/features/mec/meta_boxes/display_options.php:977
|
284 |
#: app/features/mec/meta_boxes/display_options.php:1012
|
287 |
msgid "Event"
|
288 |
msgstr "Veranstaltung"
|
289 |
|
290 |
+
#: app/features/events.php:152 app/features/mec.php:334
|
291 |
msgid "Add Event"
|
292 |
msgstr "Veranstaltung hinzufügen"
|
293 |
|
294 |
+
#: app/features/events.php:153 app/features/mec/dashboard.php:134
|
295 |
msgid "Add New Event"
|
296 |
msgstr "Neue Veranstaltung hinzufügen"
|
297 |
|
298 |
+
#: app/features/events.php:154 app/features/ix.php:3122
|
299 |
#: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:57
|
300 |
msgid "No events found!"
|
301 |
msgstr "Keine Veranstaltungen gefunden!"
|
302 |
|
303 |
+
#: app/features/events.php:155
|
304 |
msgid "All Events"
|
305 |
msgstr "Alle Veranstaltungen"
|
306 |
|
307 |
+
#: app/features/events.php:156
|
308 |
msgid "Edit Event"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: app/features/events.php:157
|
312 |
msgid "View Event"
|
313 |
msgstr "Veranstaltung ansehen"
|
314 |
|
315 |
+
#: app/features/events.php:158
|
316 |
msgid "No events found in Trash!"
|
317 |
msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
|
318 |
|
319 |
+
#: app/features/events.php:175 app/features/events.php:3231
|
320 |
#: app/features/mec/meta_boxes/display_options.php:832
|
321 |
#: app/features/mec/meta_boxes/search_form.php:31
|
322 |
#: app/features/mec/meta_boxes/search_form.php:93
|
329 |
#: app/features/mec/meta_boxes/search_form.php:514
|
330 |
#: app/features/mec/meta_boxes/search_form.php:575
|
331 |
#: app/features/mec/settings.php:719 app/features/mec/single.php:204
|
332 |
+
#: app/libraries/main.php:4864 app/libraries/skins.php:808
|
333 |
+
#: app/skins/single.php:559 app/skins/single/default.php:173
|
334 |
+
#: app/skins/single/default.php:385 app/skins/single/m1.php:170
|
335 |
#: app/skins/single/m2.php:102 app/skins/single/modern.php:110
|
336 |
msgid "Category"
|
337 |
msgstr "Kategorie"
|
338 |
|
339 |
+
#: app/features/events.php:176 app/features/events.php:3202
|
340 |
+
#: app/features/fes/form.php:745 app/features/mec.php:336
|
341 |
+
#: app/features/mec/meta_boxes/filter.php:81 app/libraries/main.php:4863
|
342 |
msgid "Categories"
|
343 |
msgstr "Kategorien"
|
344 |
|
345 |
+
#: app/features/events.php:186 app/features/labels.php:71
|
346 |
#: app/features/locations.php:69 app/features/organizers.php:69
|
347 |
#: app/features/speakers.php:70
|
348 |
#, php-format
|
349 |
msgid "All %s"
|
350 |
msgstr "Alle %s"
|
351 |
|
352 |
+
#: app/features/events.php:187 app/features/labels.php:72
|
353 |
#: app/features/locations.php:70 app/features/organizers.php:70
|
354 |
#: app/features/speakers.php:71
|
355 |
#, php-format
|
356 |
msgid "Edit %s"
|
357 |
msgstr "Bearbeiten %s"
|
358 |
|
359 |
+
#: app/features/events.php:188 app/features/labels.php:73
|
360 |
#: app/features/locations.php:71 app/features/organizers.php:71
|
361 |
#: app/features/speakers.php:72
|
362 |
#, php-format
|
363 |
msgid "View %s"
|
364 |
msgstr "Ansicht %s"
|
365 |
|
366 |
+
#: app/features/events.php:189 app/features/labels.php:74
|
367 |
#: app/features/locations.php:72 app/features/organizers.php:72
|
368 |
#: app/features/speakers.php:73
|
369 |
#, php-format
|
370 |
msgid "Update %s"
|
371 |
msgstr "Update %s"
|
372 |
|
373 |
+
#: app/features/events.php:190 app/features/labels.php:75
|
374 |
#: app/features/locations.php:73 app/features/organizers.php:73
|
375 |
#: app/features/speakers.php:74
|
376 |
#, php-format
|
377 |
msgid "Add New %s"
|
378 |
msgstr "Neu hinzufügen%s"
|
379 |
|
380 |
+
#: app/features/events.php:191 app/features/labels.php:76
|
381 |
#: app/features/locations.php:74 app/features/organizers.php:74
|
382 |
#: app/features/speakers.php:75
|
383 |
#, php-format
|
384 |
msgid "New %s Name"
|
385 |
msgstr "Neuer %s Name"
|
386 |
|
387 |
+
#: app/features/events.php:192 app/features/labels.php:77
|
388 |
#: app/features/locations.php:75 app/features/organizers.php:75
|
389 |
#: app/features/speakers.php:76
|
390 |
#, php-format
|
391 |
msgid "Popular %s"
|
392 |
msgstr "Beliebt %s"
|
393 |
|
394 |
+
#: app/features/events.php:193 app/features/labels.php:78
|
395 |
#: app/features/locations.php:76 app/features/organizers.php:76
|
396 |
#: app/features/speakers.php:77
|
397 |
#, php-format
|
398 |
msgid "Search %s"
|
399 |
msgstr "Suche %s"
|
400 |
|
401 |
+
#: app/features/events.php:218 app/features/events.php:239
|
402 |
msgid "Category Icon"
|
403 |
msgstr "Kategoriesymbol"
|
404 |
|
405 |
+
#: app/features/events.php:221 app/features/events.php:244
|
406 |
msgid "Select icon"
|
407 |
msgstr "Wählen Sie ein Symbol"
|
408 |
|
409 |
+
#: app/features/events.php:293
|
410 |
msgid "Event Details"
|
411 |
msgstr "Veranstaltungsdetails"
|
412 |
|
413 |
+
#: app/features/events.php:453
|
414 |
msgid "Note for reviewer"
|
415 |
msgstr "Zusätzliche Anmerkungen zum Event "
|
416 |
|
417 |
+
#: app/features/events.php:459
|
418 |
msgid "Guest Data"
|
419 |
msgstr "Gäste Daten"
|
420 |
|
421 |
+
#: app/features/events.php:460 app/features/events.php:2394
|
422 |
#: app/features/fes/form.php:668 app/features/labels.php:178
|
423 |
#: app/features/mec/booking.php:45 app/features/organizers.php:279
|
424 |
+
#: app/features/profile/profile.php:91 app/libraries/notifications.php:877
|
425 |
#: app/modules/booking/steps/form.php:37
|
426 |
msgid "Name"
|
427 |
msgstr "Name"
|
428 |
|
429 |
+
#: app/features/events.php:461 app/features/events.php:2405
|
430 |
+
#: app/features/events.php:2481 app/features/fes/form.php:664
|
431 |
+
#: app/features/mec/booking.php:57 app/features/mec/booking.php:477
|
432 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
433 |
#: app/features/profile/profile.php:94 app/features/speakers.php:124
|
434 |
+
#: app/features/speakers.php:184 app/libraries/main.php:1472
|
435 |
+
#: app/libraries/main.php:1538 app/libraries/main.php:2583
|
436 |
+
#: app/libraries/notifications.php:878 app/modules/booking/steps/form.php:46
|
437 |
#: app/modules/booking/steps/form.php:84 app/skins/single.php:812
|
438 |
+
#: app/skins/single.php:867 app/skins/single/default.php:215
|
439 |
+
#: app/skins/single/default.php:427 app/skins/single/m1.php:107
|
440 |
#: app/skins/single/m2.php:39 app/skins/single/modern.php:48
|
441 |
msgid "Email"
|
442 |
msgstr "Email"
|
443 |
|
444 |
+
#: app/features/events.php:469 app/features/fes/form.php:232
|
445 |
msgid "Date and Time"
|
446 |
msgstr "Datum und Uhrzeit"
|
447 |
|
448 |
+
#: app/features/events.php:472 app/features/events.php:478
|
449 |
+
#: app/features/events.php:3234 app/features/events.php:3424
|
450 |
+
#: app/features/events.php:3466 app/features/fes/form.php:236
|
451 |
#: app/features/fes/form.php:240 app/features/ix.php:2743
|
452 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:38
|
453 |
#: app/features/mec/dashboard.php:373
|
467 |
msgid "Start Date"
|
468 |
msgstr "Start Datum"
|
469 |
|
470 |
+
#: app/features/events.php:550 app/features/events.php:642
|
471 |
+
#: app/features/events.php:1708 app/features/events.php:1767
|
472 |
+
#: app/features/events.php:1940 app/features/events.php:1979
|
473 |
#: app/features/fes/form.php:268 app/features/fes/form.php:308
|
474 |
msgid "AM"
|
475 |
msgstr "AM"
|
476 |
|
477 |
+
#: app/features/events.php:557 app/features/events.php:649
|
478 |
+
#: app/features/events.php:1715 app/features/events.php:1774
|
479 |
+
#: app/features/events.php:1941 app/features/events.php:1980
|
480 |
#: app/features/fes/form.php:269 app/features/fes/form.php:309
|
481 |
msgid "PM"
|
482 |
msgstr "PM"
|
483 |
|
484 |
+
#: app/features/events.php:564 app/features/events.php:569
|
485 |
+
#: app/features/events.php:3235 app/features/events.php:3424
|
486 |
+
#: app/features/events.php:3466 app/features/fes/form.php:276
|
487 |
#: app/features/fes/form.php:280 app/features/ix.php:2743
|
488 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:44
|
489 |
#: app/features/mec/dashboard.php:374
|
490 |
msgid "End Date"
|
491 |
msgstr "Ende Datum"
|
492 |
|
493 |
+
#: app/features/events.php:663 app/features/fes/form.php:315
|
494 |
msgid "All Day Event"
|
495 |
msgstr "Ganztägige Veranstaltung"
|
496 |
|
497 |
+
#: app/features/events.php:673 app/features/fes/form.php:318
|
498 |
msgid "Hide Event Time"
|
499 |
msgstr "Event / Veranstaltungszeit verbergen"
|
500 |
|
501 |
+
#: app/features/events.php:683 app/features/fes/form.php:321
|
502 |
msgid "Hide Event End Time"
|
503 |
msgstr "Ende-Zeit der Veranstaltung verbergen"
|
504 |
|
505 |
+
#: app/features/events.php:688 app/features/events.php:692
|
506 |
#: app/features/fes/form.php:325
|
507 |
msgid "Time Comment"
|
508 |
msgstr "z.B. MEZ "
|
509 |
|
510 |
+
#: app/features/events.php:693 app/features/fes/form.php:326
|
511 |
#, fuzzy
|
512 |
#| msgid ""
|
513 |
#| "It shows next to event time on calendar. You can insert Timezone etc. in "
|
519 |
"Neben der Zeit im Kalender wird diese Angabe angezeigt. In diesem Feld "
|
520 |
"können Sie z.B. eine Zeitzone wie z.B. \"MEZ\" usw. einfügen. "
|
521 |
|
522 |
+
#: app/features/events.php:695 app/features/events.php:828
|
523 |
+
#: app/features/events.php:1128 app/features/events.php:1195
|
524 |
+
#: app/features/events.php:1494 app/features/events.php:1585
|
525 |
+
#: app/features/events.php:1796 app/features/events.php:1811
|
526 |
+
#: app/features/events.php:1999 app/features/events.php:2012
|
527 |
+
#: app/features/events.php:2142 app/features/events.php:2178
|
528 |
+
#: app/features/events.php:2276 app/features/events.php:2291
|
529 |
+
#: app/features/events.php:2321 app/features/events.php:2334
|
530 |
#: app/features/fes/form.php:630 app/features/locations.php:299
|
531 |
+
#: app/features/mec/booking.php:108 app/features/mec/booking.php:158
|
532 |
+
#: app/features/mec/booking.php:174 app/features/mec/booking.php:293
|
533 |
+
#: app/features/mec/booking.php:322 app/features/mec/booking.php:370
|
534 |
+
#: app/features/mec/booking.php:380 app/features/mec/booking.php:402
|
535 |
+
#: app/features/mec/booking.php:412 app/features/mec/dashboard.php:71
|
536 |
#: app/features/mec/meta_boxes/display_options.php:66
|
537 |
#: app/features/mec/meta_boxes/display_options.php:79
|
538 |
#: app/features/mec/meta_boxes/display_options.php:92
|
566 |
#: app/features/mec/modules.php:53 app/features/mec/modules.php:86
|
567 |
#: app/features/mec/modules.php:103 app/features/mec/modules.php:138
|
568 |
#: app/features/mec/modules.php:154 app/features/mec/modules.php:312
|
569 |
+
#: app/features/mec/notifications.php:54 app/features/mec/notifications.php:111
|
570 |
+
#: app/features/mec/notifications.php:163
|
571 |
+
#: app/features/mec/notifications.php:222
|
572 |
+
#: app/features/mec/notifications.php:290
|
573 |
+
#: app/features/mec/notifications.php:353
|
574 |
+
#: app/features/mec/notifications.php:364
|
575 |
+
#: app/features/mec/notifications.php:426
|
576 |
+
#: app/features/mec/notifications.php:472 app/features/mec/settings.php:66
|
577 |
#: app/features/mec/settings.php:85 app/features/mec/settings.php:112
|
578 |
#: app/features/mec/settings.php:147 app/features/mec/settings.php:168
|
579 |
#: app/features/mec/settings.php:188 app/features/mec/settings.php:265
|
586 |
#: app/features/mec/single.php:42 app/features/mec/single.php:58
|
587 |
#: app/features/mec/single.php:77 app/features/mec/single.php:94
|
588 |
#: app/features/mec/single.php:110 app/features/mec/single.php:124
|
589 |
+
#: app/features/mec/single.php:162 app/features/mec/styling.php:203
|
590 |
+
#: app/features/mec/styling.php:220 app/features/mec/styling.php:233
|
591 |
#: app/features/organizers.php:272 app/skins/single.php:657
|
592 |
+
#: app/skins/single/default.php:122 app/skins/single/default.php:334
|
593 |
#: app/skins/single/m1.php:192 app/skins/single/m2.php:125
|
594 |
#: app/skins/single/modern.php:133
|
595 |
msgid "Read More"
|
596 |
msgstr "Mehr lesen"
|
597 |
|
598 |
+
#: app/features/events.php:703
|
599 |
#, fuzzy
|
600 |
#| msgid "Repeat"
|
601 |
msgid "Repeating"
|
602 |
msgstr "Wiederholen"
|
603 |
|
604 |
+
#: app/features/events.php:712 app/features/fes/form.php:332
|
605 |
msgid "Event Repeating"
|
606 |
msgstr "Wiederholende Veranstaltung"
|
607 |
|
608 |
+
#: app/features/events.php:716 app/features/fes/form.php:336
|
609 |
msgid "Repeats"
|
610 |
msgstr "Wiederholend"
|
611 |
|
612 |
+
#: app/features/events.php:724 app/features/fes/form.php:338
|
613 |
#: app/features/mec/dashboard.php:376 app/skins/full_calendar/tpl.php:109
|
614 |
msgid "Daily"
|
615 |
msgstr "Täglich"
|
616 |
|
617 |
+
#: app/features/events.php:731 app/features/fes/form.php:339
|
618 |
msgid "Every Weekday"
|
619 |
msgstr "An jedem Wochentag"
|
620 |
|
621 |
+
#: app/features/events.php:738 app/features/fes/form.php:340
|
622 |
msgid "Every Weekend"
|
623 |
msgstr "An jedem Wochenende"
|
624 |
|
625 |
+
#: app/features/events.php:745 app/features/fes/form.php:341
|
626 |
msgid "Certain Weekdays"
|
627 |
msgstr "Bestimmte Wochentage"
|
628 |
|
629 |
+
#: app/features/events.php:752 app/features/fes/form.php:342
|
630 |
#: app/skins/full_calendar/tpl.php:108
|
631 |
msgid "Weekly"
|
632 |
msgstr "Wöchentlich"
|
633 |
|
634 |
+
#: app/features/events.php:759 app/features/fes/form.php:343
|
635 |
#: app/features/mec/dashboard.php:377 app/skins/full_calendar/tpl.php:107
|
636 |
msgid "Monthly"
|
637 |
msgstr "Monatlich"
|
638 |
|
639 |
+
#: app/features/events.php:766 app/features/fes/form.php:344
|
640 |
#: app/features/mec/dashboard.php:378 app/skins/full_calendar/tpl.php:106
|
641 |
msgid "Yearly"
|
642 |
msgstr "Jährlich"
|
643 |
|
644 |
+
#: app/features/events.php:773 app/features/fes/form.php:345
|
645 |
msgid "Custom Days"
|
646 |
msgstr "Benutzerdefinierte Tage"
|
647 |
|
648 |
+
#: app/features/events.php:780 app/features/fes/form.php:346
|
649 |
#, fuzzy
|
650 |
#| msgid "Advanced Method"
|
651 |
msgid "Advanced"
|
652 |
msgstr "Fortgeschrittene Methode"
|
653 |
|
654 |
+
#: app/features/events.php:785 app/features/fes/form.php:350
|
655 |
msgid "Repeat Interval"
|
656 |
msgstr "Wiederholungsintervall"
|
657 |
|
658 |
+
#: app/features/events.php:787 app/features/fes/form.php:351
|
659 |
msgid "Repeat interval"
|
660 |
msgstr "Wiederholungsintervall"
|
661 |
|
662 |
+
#: app/features/events.php:791 app/features/fes/form.php:354
|
663 |
msgid "Week Days"
|
664 |
msgstr "Wochentage"
|
665 |
|
666 |
+
#: app/features/events.php:793 app/features/fes/form.php:355
|
667 |
#: app/features/mec/meta_boxes/display_options.php:764
|
668 |
#: app/libraries/main.php:407
|
669 |
msgid "Monday"
|
670 |
msgstr "Montag"
|
671 |
|
672 |
+
#: app/features/events.php:796 app/features/fes/form.php:356
|
673 |
#: app/features/mec/meta_boxes/display_options.php:765
|
674 |
#: app/libraries/main.php:407
|
675 |
msgid "Tuesday"
|
676 |
msgstr "Dienstag"
|
677 |
|
678 |
+
#: app/features/events.php:799 app/features/fes/form.php:357
|
679 |
#: app/features/mec/meta_boxes/display_options.php:766
|
680 |
#: app/libraries/main.php:407
|
681 |
msgid "Wednesday"
|
682 |
msgstr "Mittwoch"
|
683 |
|
684 |
+
#: app/features/events.php:802 app/features/fes/form.php:358
|
685 |
#: app/features/mec/meta_boxes/display_options.php:767
|
686 |
#: app/libraries/main.php:407
|
687 |
msgid "Thursday"
|
688 |
msgstr "Donnerstag"
|
689 |
|
690 |
+
#: app/features/events.php:805 app/features/fes/form.php:359
|
691 |
#: app/features/mec/meta_boxes/display_options.php:768
|
692 |
#: app/libraries/main.php:407
|
693 |
msgid "Friday"
|
694 |
msgstr "Freitag"
|
695 |
|
696 |
+
#: app/features/events.php:808 app/features/fes/form.php:360
|
697 |
#: app/features/mec/meta_boxes/display_options.php:769
|
698 |
#: app/libraries/main.php:407
|
699 |
msgid "Saturday"
|
700 |
msgstr "Samstag"
|
701 |
|
702 |
+
#: app/features/events.php:811 app/features/fes/form.php:361
|
703 |
#: app/features/mec/meta_boxes/display_options.php:763
|
704 |
#: app/libraries/main.php:407
|
705 |
msgid "Sunday"
|
706 |
msgstr "Sonntag"
|
707 |
|
708 |
+
#: app/features/events.php:818 app/features/events.php:1859
|
709 |
+
#: app/features/events.php:1887 app/features/events.php:2046
|
710 |
#: app/features/fes/form.php:366 app/features/ix/import_f_calendar.php:42
|
711 |
#: app/features/ix/import_g_calendar.php:51
|
712 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
713 |
msgid "Start"
|
714 |
msgstr "Start"
|
715 |
|
716 |
+
#: app/features/events.php:820 app/features/events.php:1863
|
717 |
+
#: app/features/events.php:1891 app/features/events.php:2050
|
718 |
#: app/features/fes/form.php:367
|
719 |
#, fuzzy
|
720 |
#| msgid "Enabled"
|
721 |
msgid "End"
|
722 |
msgstr "Aktiviert"
|
723 |
|
724 |
+
#: app/features/events.php:822 app/features/events.php:1189
|
725 |
+
#: app/features/events.php:1300 app/features/events.php:1405
|
726 |
+
#: app/features/events.php:1643 app/features/events.php:1842
|
727 |
+
#: app/features/events.php:2035 app/features/events.php:2115
|
728 |
+
#: app/features/events.php:2248 app/features/fes/form.php:368
|
729 |
#: app/features/fes/form.php:842
|
730 |
msgid "Add"
|
731 |
msgstr "Hinzufügen"
|
732 |
|
733 |
+
#: app/features/events.php:825
|
734 |
#, fuzzy
|
735 |
#| msgid "Custom Days"
|
736 |
msgid "Custom Days Repeating"
|
737 |
msgstr "Benutzerdefinierte Tage"
|
738 |
|
739 |
+
#: app/features/events.php:826
|
740 |
msgid ""
|
741 |
"Add certain days to event occurrence dates. If you have single day event, "
|
742 |
"start and end date should be the same, If you have multiple day event the "
|
743 |
"start and end dates must be commensurate with the initial date."
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: app/features/events.php:862 app/features/fes/form.php:394
|
747 |
#, fuzzy
|
748 |
#| msgid "First name"
|
749 |
msgid "First"
|
750 |
msgstr "Vorname"
|
751 |
|
752 |
+
#: app/features/events.php:904 app/features/fes/form.php:436
|
753 |
#, fuzzy
|
754 |
#| msgid "second"
|
755 |
msgid "Second"
|
756 |
msgstr "Sekunde"
|
757 |
|
758 |
+
#: app/features/events.php:946 app/features/fes/form.php:478
|
759 |
#, fuzzy
|
760 |
#| msgid "Third Party"
|
761 |
msgid "Third"
|
762 |
msgstr "Dritte Seite"
|
763 |
|
764 |
+
#: app/features/events.php:988 app/features/fes/form.php:520
|
765 |
msgid "Fourth"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: app/features/events.php:1030 app/features/fes/form.php:562
|
769 |
#, fuzzy
|
770 |
#| msgid "Last name"
|
771 |
msgid "Last"
|
772 |
msgstr "Nachname"
|
773 |
|
774 |
+
#: app/features/events.php:1077 app/features/fes/form.php:608
|
775 |
msgid "Ends Repeat"
|
776 |
msgstr "Wiederholung endet"
|
777 |
|
778 |
+
#: app/features/events.php:1089 app/features/fes/form.php:612
|
779 |
msgid "Never"
|
780 |
msgstr "Niemals"
|
781 |
|
782 |
+
#: app/features/events.php:1101 app/features/fes/form.php:617
|
783 |
msgid "On"
|
784 |
msgstr "Am"
|
785 |
|
786 |
+
#: app/features/events.php:1117 app/features/fes/form.php:624
|
787 |
msgid "After"
|
788 |
msgstr "Nach"
|
789 |
|
790 |
+
#: app/features/events.php:1121 app/features/events.php:1125
|
791 |
#: app/features/fes/form.php:626 app/features/fes/form.php:629
|
792 |
msgid "Occurrences times"
|
793 |
msgstr " mal vorkommen"
|
794 |
|
795 |
+
#: app/features/events.php:1126 app/features/fes/form.php:630
|
796 |
msgid ""
|
797 |
"The event will finish after certain repeats. For example if you set it to "
|
798 |
"10, the event will finish after 10 repeats."
|
800 |
"Das Event ist nach einer bestimmten Anzahl von Wiederholungen zu Ende. Zum "
|
801 |
"Beispiel: Bei Eingabe von 10 wird das Event nach 10 Wiederholungen beendet"
|
802 |
|
803 |
+
#: app/features/events.php:1151 app/features/events.php:3424
|
804 |
+
#: app/features/events.php:3466 app/features/fes/form.php:706
|
805 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
806 |
+
#: app/features/mec/settings.php:576 app/libraries/main.php:4896
|
807 |
#: app/widgets/single.php:103
|
808 |
msgid "Event Cost"
|
809 |
msgstr ""
|
810 |
"Bruttopreis des Events in Euro, 0 für kostenlos oder z.B. 39, ohne €-Zeichen"
|
811 |
|
812 |
+
#: app/features/events.php:1155 app/features/fes/form.php:709
|
813 |
+
#: app/libraries/main.php:4897 app/skins/single.php:582
|
814 |
+
#: app/skins/single/default.php:107 app/skins/single/default.php:319
|
815 |
#: app/skins/single/m1.php:49 app/skins/single/modern.php:199
|
816 |
msgid "Cost"
|
817 |
msgstr " Preis"
|
818 |
|
819 |
+
#: app/features/events.php:1182 app/features/events.php:1192
|
820 |
msgid "Exclude certain days"
|
821 |
msgstr "Ausschluss bestimmter Tage"
|
822 |
|
823 |
+
#: app/features/events.php:1187 app/features/events.php:2482
|
824 |
+
#: app/features/mec/booking.php:478 app/features/profile/profile.php:32
|
825 |
+
#: app/libraries/main.php:2031 app/libraries/main.php:2641
|
826 |
#: app/modules/booking/steps/tickets.php:22
|
827 |
#: app/modules/next-event/details.php:90 app/skins/single.php:637
|
828 |
+
#: app/skins/single/default.php:71 app/skins/single/default.php:283
|
829 |
#: app/skins/single/m1.php:16 app/skins/single/modern.php:166
|
830 |
msgid "Date"
|
831 |
msgstr "Datum"
|
832 |
|
833 |
+
#: app/features/events.php:1193
|
834 |
msgid ""
|
835 |
"Exclude certain days from event occurrence dates. Please note that you can "
|
836 |
"exclude only single day occurrences and you cannot exclude one day from "
|
837 |
"multiple day occurrences."
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: app/features/events.php:1247 app/libraries/render.php:455
|
841 |
msgid "Day 1"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: app/features/events.php:1269 app/features/mec/settings.php:630
|
845 |
#: app/skins/single.php:930
|
846 |
msgid "Hourly Schedule"
|
847 |
msgstr "Stundenplan"
|
848 |
|
849 |
+
#: app/features/events.php:1273
|
850 |
msgid "Add Day"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: app/features/events.php:1274
|
854 |
msgid ""
|
855 |
"Add new days for schedule. For example if your event is multiple days, you "
|
856 |
"can add a different schedule for each day!"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: app/features/events.php:1281
|
860 |
#, php-format
|
861 |
msgid "Day %s"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: app/features/events.php:1285 app/features/events.php:1324
|
865 |
+
#: app/features/events.php:1359 app/features/events.php:1391
|
866 |
+
#: app/features/events.php:1420 app/features/events.php:2263
|
867 |
+
#: app/features/events.php:2310 app/features/events.php:3230
|
868 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
869 |
#: app/features/fes/form.php:225 app/features/ix.php:2743
|
870 |
+
#: app/features/ix.php:2784 app/features/mec/booking.php:362
|
871 |
+
#: app/features/mec/booking.php:394 app/features/mec/styling.php:115
|
872 |
msgid "Title"
|
873 |
msgstr "Titel"
|
874 |
|
875 |
+
#: app/features/events.php:1294 app/features/events.php:1331
|
876 |
+
#: app/features/events.php:1364 app/features/events.php:1399
|
877 |
+
#: app/features/events.php:1425 app/features/events.php:1835
|
878 |
+
#: app/features/events.php:1873 app/features/events.php:1899
|
879 |
+
#: app/features/events.php:2029 app/features/events.php:2056
|
880 |
+
#: app/features/events.php:2155 app/features/events.php:2191
|
881 |
+
#: app/features/events.php:2298 app/features/events.php:2340
|
882 |
+
#: app/features/fes/list.php:78 app/features/mec/booking.php:305
|
883 |
+
#: app/features/mec/booking.php:334 app/features/mec/booking.php:385
|
884 |
+
#: app/features/mec/booking.php:417 app/libraries/main.php:2502
|
885 |
+
#: app/libraries/main.php:2532 app/libraries/main.php:2561
|
886 |
+
#: app/libraries/main.php:2591 app/libraries/main.php:2620
|
887 |
+
#: app/libraries/main.php:2649 app/libraries/main.php:2678
|
888 |
+
#: app/libraries/main.php:2707 app/libraries/main.php:2729
|
889 |
+
#: app/libraries/main.php:2760 app/libraries/main.php:2804
|
890 |
+
#: app/libraries/main.php:2848 app/libraries/main.php:2895
|
891 |
+
#: app/libraries/main.php:2934
|
892 |
msgid "Remove"
|
893 |
msgstr "Entfernen"
|
894 |
|
895 |
+
#: app/features/events.php:1301 app/features/events.php:1406
|
896 |
msgid "Add new hourly schedule row"
|
897 |
msgstr "Neue Stundenplan-Zeile hinzufügen"
|
898 |
|
899 |
+
#: app/features/events.php:1316 app/features/events.php:1353
|
900 |
+
#: app/features/events.php:1415
|
901 |
msgid "From e.g. 8:15"
|
902 |
msgstr "Von z.B. 08:15 Uhr"
|
903 |
|
904 |
+
#: app/features/events.php:1320 app/features/events.php:1356
|
905 |
+
#: app/features/events.php:1417
|
906 |
msgid "To e.g. 8:45"
|
907 |
msgstr "bis zum Beispiel 08:45 Uhr"
|
908 |
|
909 |
+
#: app/features/events.php:1328 app/features/events.php:1362
|
910 |
+
#: app/features/events.php:1423 app/features/events.php:1783
|
911 |
+
#: app/features/events.php:1988
|
912 |
msgid "Description"
|
913 |
msgstr "Beschreibung"
|
914 |
|
915 |
+
#: app/features/events.php:1334 app/features/events.php:1367
|
916 |
+
#: app/features/events.php:1428 app/features/fes/form.php:838
|
917 |
+
#: app/features/mec.php:344 app/features/mec/modules.php:52
|
918 |
#: app/features/mec/settings.php:624 app/features/speakers.php:60
|
919 |
+
#: app/libraries/main.php:559 app/libraries/main.php:4871
|
920 |
#: app/modules/speakers/details.php:18
|
921 |
msgid "Speakers"
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: app/features/events.php:1387 app/features/events.php:1395
|
925 |
#, fuzzy
|
926 |
#| msgid "Week Days"
|
927 |
msgid "New Day"
|
928 |
msgstr "Wochentage"
|
929 |
|
930 |
+
#: app/features/events.php:1459 app/features/fes/form.php:683
|
931 |
#: app/features/mec/settings.php:570
|
932 |
msgid "Event Links"
|
933 |
msgstr "Veranstaltungslinks"
|
934 |
|
935 |
+
#: app/features/events.php:1462 app/features/events.php:1468
|
936 |
+
#: app/features/fes/form.php:685 app/libraries/main.php:4894
|
937 |
msgid "Event Link"
|
938 |
msgstr "Veranstaltungslink"
|
939 |
|
940 |
+
#: app/features/events.php:1465 app/features/events.php:1481
|
941 |
#: app/features/fes/form.php:686 app/features/fes/form.php:691
|
942 |
msgid "eg. http://yoursite.com/your-event"
|
943 |
msgstr "z.B. http://ihreseite.com/ihre-veranstaltung"
|
944 |
|
945 |
+
#: app/features/events.php:1469
|
946 |
#, fuzzy
|
947 |
#| msgid ""
|
948 |
#| "If you fill it, it will be replaced instead of default event page link. "
|
956 |
"dieser durch einen neuen link ersetzt werden. Vollständigen Link einfügen, "
|
957 |
"einschließlich http(s)://"
|
958 |
|
959 |
+
#: app/features/events.php:1471
|
960 |
msgid "URL Shortener"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: app/features/events.php:1478 app/features/events.php:1491
|
964 |
+
#: app/features/fes/form.php:690 app/libraries/main.php:4895
|
965 |
+
#: app/skins/single.php:656 app/skins/single/default.php:121
|
966 |
+
#: app/skins/single/default.php:333 app/skins/single/m1.php:191
|
967 |
#: app/skins/single/m2.php:124 app/skins/single/modern.php:132
|
968 |
#: app/widgets/single.php:107
|
969 |
msgid "More Info"
|
970 |
msgstr "Mehr Informationen"
|
971 |
|
972 |
+
#: app/features/events.php:1484 app/features/fes/form.php:692
|
973 |
msgid "More Information"
|
974 |
msgstr "z.B. Noch mehr Informationen "
|
975 |
|
976 |
+
#: app/features/events.php:1486 app/features/fes/form.php:694
|
977 |
msgid "Current Window"
|
978 |
msgstr "Aktuelles Fenster"
|
979 |
|
980 |
+
#: app/features/events.php:1487 app/features/fes/form.php:695
|
981 |
msgid "New Window"
|
982 |
msgstr "Neues Fenster"
|
983 |
|
984 |
+
#: app/features/events.php:1492 app/features/fes/form.php:697
|
985 |
msgid ""
|
986 |
"If you fill it, it will be shown in event details page as an optional link. "
|
987 |
"Insert full link including http(s)://"
|
992 |
"Text angezeigt werden soll: zum Beispiel: Noch mehr Informationen oder Hier "
|
993 |
"zur Anmeldung (z.B. bei Webinaren sinnvoll) "
|
994 |
|
995 |
+
#: app/features/events.php:1566 app/features/events.php:1581
|
996 |
msgid "Total booking limits"
|
997 |
msgstr "Gesamt Verfügbare Plätze"
|
998 |
|
999 |
+
#: app/features/events.php:1578 app/features/events.php:1832
|
1000 |
+
#: app/features/events.php:2026 app/modules/booking/default.php:85
|
1001 |
#: app/modules/booking/steps/tickets.php:40
|
1002 |
+
#: app/skins/available_spot/tpl.php:158
|
1003 |
msgid "Unlimited"
|
1004 |
msgstr "Unlimitiert"
|
1005 |
|
1006 |
+
#: app/features/events.php:1584
|
1007 |
msgid ""
|
1008 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1009 |
"limitation number."
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: app/features/events.php:1586
|
1013 |
#, fuzzy
|
1014 |
#| msgid "Choose your single event style."
|
1015 |
msgid "Read About A Booking System"
|
1016 |
msgstr "Wählen Sie Ihren Single Event Stil"
|
1017 |
|
1018 |
+
#: app/features/events.php:1594
|
1019 |
msgid "100"
|
1020 |
msgstr "z.B. 100"
|
1021 |
|
1022 |
+
#: app/features/events.php:1599
|
1023 |
#, fuzzy
|
1024 |
#| msgid "Total booking limits"
|
1025 |
msgid "Total user booking limits"
|
1026 |
msgstr "Gesamt Verfügbare Plätze"
|
1027 |
|
1028 |
+
#: app/features/events.php:1611 app/features/events.php:2104
|
1029 |
+
#: app/features/events.php:2236 app/features/events.php:2424
|
1030 |
msgid "Inherit from global options"
|
1031 |
msgstr "Aus den globalen Einstellungen übernehmen"
|
1032 |
|
1033 |
+
#: app/features/events.php:1614
|
1034 |
msgid "12"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: app/features/events.php:1635 app/libraries/book.php:60
|
1038 |
+
#: app/libraries/main.php:4899 app/modules/booking/steps/tickets.php:40
|
1039 |
msgid "Tickets"
|
1040 |
msgstr "Tickets"
|
1041 |
|
1042 |
+
#: app/features/events.php:1638
|
1043 |
msgid ""
|
1044 |
"You're translating an event so MEC will use the original event for tickets "
|
1045 |
"and booking. You can only translate the ticket name and description. Please "
|
1046 |
"define exact tickets that you defined in the original event here."
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: app/features/events.php:1657 app/features/events.php:1913
|
1050 |
msgid "Ticket Name"
|
1051 |
msgstr "Ticket Name"
|
1052 |
|
1053 |
+
#: app/features/events.php:1662 app/features/events.php:1917
|
1054 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1055 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1056 |
msgid "Start Time"
|
1057 |
msgstr "Uhrzeit des Beginns"
|
1058 |
|
1059 |
+
#: app/features/events.php:1721 app/features/events.php:1947
|
1060 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1061 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1062 |
msgid "End Time"
|
1063 |
msgstr "Uhrzeit Ende"
|
1064 |
|
1065 |
+
#: app/features/events.php:1789 app/features/events.php:1793
|
1066 |
+
#: app/features/events.php:1867 app/features/events.php:1894
|
1067 |
+
#: app/features/events.php:1993 app/features/events.php:1996
|
1068 |
+
#: app/features/events.php:2052 app/features/events.php:2269
|
1069 |
+
#: app/features/events.php:2273 app/features/events.php:2315
|
1070 |
+
#: app/features/events.php:2318 app/features/mec/booking.php:366
|
1071 |
+
#: app/features/mec/booking.php:369 app/features/mec/booking.php:398
|
1072 |
+
#: app/features/mec/booking.php:401
|
1073 |
msgid "Price"
|
1074 |
msgstr "Preis"
|
1075 |
|
1076 |
+
#: app/features/events.php:1794 app/features/events.php:1997
|
1077 |
msgid "Insert 0 for free ticket. Only numbers please."
|
1078 |
msgstr "Bitte 0 für kostenloses Ticket eingeben. Bitte nur Zahlen eintragen"
|
1079 |
|
1080 |
+
#: app/features/events.php:1803 app/features/events.php:1808
|
1081 |
+
#: app/features/events.php:2006 app/features/events.php:2009
|
1082 |
msgid "Price Label"
|
1083 |
msgstr "Preisschild"
|
1084 |
|
1085 |
+
#: app/features/events.php:1809 app/features/events.php:2010
|
1086 |
msgid "For showing on website. e.g. $15"
|
1087 |
msgstr "Um das auf der Webseite anzuzeigen zum Beispiel 15 €"
|
1088 |
|
1089 |
+
#: app/features/events.php:1819 app/features/events.php:2020
|
1090 |
msgid "Available Tickets"
|
1091 |
msgstr "Verfügbare Tickets: %s "
|
1092 |
|
1093 |
+
#: app/features/events.php:1840 app/features/events.php:2033
|
1094 |
#, fuzzy
|
1095 |
#| msgid "Price Label"
|
1096 |
msgid "Price per Date"
|
1097 |
msgstr "Preisschild"
|
1098 |
|
1099 |
+
#: app/features/events.php:1871 app/features/events.php:1897
|
1100 |
+
#: app/features/events.php:2054 app/features/labels.php:60
|
1101 |
#: app/features/mec/meta_boxes/display_options.php:833
|
1102 |
#: app/features/mec/meta_boxes/search_form.php:66
|
1103 |
#: app/features/mec/meta_boxes/search_form.php:128
|
1114 |
msgid "Label"
|
1115 |
msgstr "Label"
|
1116 |
|
1117 |
+
#: app/features/events.php:2092
|
1118 |
msgid "Fees"
|
1119 |
msgstr "Gebühren"
|
1120 |
|
1121 |
+
#: app/features/events.php:2129 app/features/events.php:2167
|
1122 |
+
#: app/features/mec/booking.php:285 app/features/mec/booking.php:314
|
1123 |
msgid "Fee Title"
|
1124 |
msgstr "Gebühren Name"
|
1125 |
|
1126 |
+
#: app/features/events.php:2135 app/features/events.php:2139
|
1127 |
+
#: app/features/events.php:2172 app/features/events.php:2175
|
1128 |
+
#: app/features/mec/booking.php:289 app/features/mec/booking.php:292
|
1129 |
+
#: app/features/mec/booking.php:318 app/features/mec/booking.php:321
|
1130 |
msgid "Amount"
|
1131 |
msgstr "Betrag"
|
1132 |
|
1133 |
+
#: app/features/events.php:2140 app/features/events.php:2176
|
1134 |
+
#: app/features/mec/booking.php:293 app/features/mec/booking.php:322
|
1135 |
msgid ""
|
1136 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1137 |
"otherwise considered as percentage"
|
1139 |
"Gebührenbetrag, gilt als fester Betrag, wenn Sie die Art auf Betrag setzen, "
|
1140 |
"sonst als Prozentsatz"
|
1141 |
|
1142 |
+
#: app/features/events.php:2149 app/features/events.php:2185
|
1143 |
+
#: app/features/mec/booking.php:300 app/features/mec/booking.php:329
|
1144 |
msgid "Percent"
|
1145 |
msgstr "Prozent"
|
1146 |
|
1147 |
+
#: app/features/events.php:2150 app/features/events.php:2186
|
1148 |
+
#: app/features/mec/booking.php:301 app/features/mec/booking.php:330
|
1149 |
msgid "Amount (Per Ticket)"
|
1150 |
msgstr "Betrag (pro Ticket)"
|
1151 |
|
1152 |
+
#: app/features/events.php:2151 app/features/events.php:2187
|
1153 |
+
#: app/features/mec/booking.php:302 app/features/mec/booking.php:331
|
1154 |
msgid "Amount (Per Booking)"
|
1155 |
msgstr "Betrag (pro Buchung)"
|
1156 |
|
1157 |
+
#: app/features/events.php:2224 app/features/mec/settings.php:648
|
1158 |
msgid "Ticket Variations / Options"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: app/features/events.php:2274 app/features/events.php:2319
|
1162 |
+
#: app/features/mec/booking.php:370 app/features/mec/booking.php:402
|
1163 |
#, fuzzy
|
1164 |
#| msgid "Option"
|
1165 |
msgid "Option Price"
|
1166 |
msgstr "Option"
|
1167 |
|
1168 |
+
#: app/features/events.php:2284 app/features/events.php:2288
|
1169 |
+
#: app/features/events.php:2328 app/features/events.php:2331
|
1170 |
+
#: app/features/mec/booking.php:376 app/features/mec/booking.php:379
|
1171 |
+
#: app/features/mec/booking.php:408 app/features/mec/booking.php:411
|
1172 |
#, fuzzy
|
1173 |
#| msgid "Amount (Per Ticket)"
|
1174 |
msgid "Maximum Per Ticket"
|
1175 |
msgstr "Betrag (pro Ticket)"
|
1176 |
|
1177 |
+
#: app/features/events.php:2289 app/features/events.php:2332
|
1178 |
+
#: app/features/mec/booking.php:380 app/features/mec/booking.php:412
|
1179 |
msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: app/features/events.php:2478 app/features/mec/booking.php:474
|
1183 |
+
#: app/libraries/main.php:2524
|
1184 |
#, fuzzy
|
1185 |
#| msgid "Name"
|
1186 |
msgid "MEC Name"
|
1187 |
msgstr "Name"
|
1188 |
|
1189 |
+
#: app/features/events.php:2479 app/features/mec/booking.php:475
|
1190 |
+
#: app/libraries/main.php:2553
|
1191 |
#, fuzzy
|
1192 |
#| msgid "Email"
|
1193 |
msgid "MEC Email"
|
1194 |
msgstr "Email"
|
1195 |
|
1196 |
+
#: app/features/events.php:2480 app/features/mec/booking.php:476
|
1197 |
+
#: app/libraries/main.php:2494
|
1198 |
msgid "Text"
|
1199 |
msgstr "Text"
|
1200 |
|
1201 |
+
#: app/features/events.php:2483 app/features/mec/booking.php:479
|
1202 |
#: app/features/organizers.php:103 app/features/organizers.php:148
|
1203 |
#: app/features/speakers.php:116 app/features/speakers.php:180
|
1204 |
+
#: app/features/speakers.php:249 app/libraries/main.php:2670
|
1205 |
msgid "Tel"
|
1206 |
msgstr "Tel"
|
1207 |
|
1208 |
+
#: app/features/events.php:2484 app/features/mec/booking.php:480
|
1209 |
+
#: app/libraries/main.php:2612
|
1210 |
msgid "File"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: app/features/events.php:2485 app/features/mec/booking.php:481
|
1214 |
+
#: app/libraries/main.php:2699
|
1215 |
msgid "Textarea"
|
1216 |
msgstr "Textbereich"
|
1217 |
|
1218 |
+
#: app/features/events.php:2486 app/features/mec/booking.php:482
|
1219 |
+
#: app/libraries/main.php:2752
|
1220 |
msgid "Checkboxes"
|
1221 |
msgstr "Checkboxes"
|
1222 |
|
1223 |
+
#: app/features/events.php:2487 app/features/mec/booking.php:483
|
1224 |
+
#: app/libraries/main.php:2796
|
1225 |
msgid "Radio Buttons"
|
1226 |
msgstr "Radio Buttons"
|
1227 |
|
1228 |
+
#: app/features/events.php:2488 app/features/mec/booking.php:484
|
1229 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1230 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1231 |
#: app/features/mec/meta_boxes/search_form.php:48
|
1294 |
#: app/features/mec/meta_boxes/search_form.php:599
|
1295 |
#: app/features/mec/meta_boxes/search_form.php:606
|
1296 |
#: app/features/mec/meta_boxes/search_form.php:613
|
1297 |
+
#: app/features/mec/meta_boxes/search_form.php:620 app/libraries/main.php:2840
|
1298 |
msgid "Dropdown"
|
1299 |
msgstr "Dropdown"
|
1300 |
|
1301 |
+
#: app/features/events.php:2489 app/features/mec/booking.php:485
|
1302 |
+
#: app/libraries/main.php:2887
|
1303 |
msgid "Agreement"
|
1304 |
msgstr "Zustimmung"
|
1305 |
|
1306 |
+
#: app/features/events.php:2490 app/features/mec/booking.php:486
|
1307 |
+
#: app/libraries/main.php:2728
|
1308 |
msgid "Paragraph"
|
1309 |
msgstr "Absatz"
|
1310 |
|
1311 |
+
#: app/features/events.php:3151 app/features/events.php:3168
|
1312 |
+
#: app/features/events.php:3185 app/features/events.php:3202
|
1313 |
#, php-format
|
1314 |
msgid "Show all %s"
|
1315 |
msgstr "Zeige alle %s"
|
1316 |
|
1317 |
+
#: app/features/events.php:3151
|
1318 |
msgid "labels"
|
1319 |
msgstr "Labels + Eventstatus"
|
1320 |
|
1321 |
+
#: app/features/events.php:3168
|
1322 |
msgid "locations"
|
1323 |
msgstr "Orte"
|
1324 |
|
1325 |
+
#: app/features/events.php:3185
|
1326 |
msgid "organizers"
|
1327 |
msgstr "Veranstalter"
|
1328 |
|
1329 |
+
#: app/features/events.php:3232 app/features/events.php:3424
|
1330 |
+
#: app/features/events.php:3466 app/features/ix.php:2743
|
1331 |
#: app/features/ix.php:2784 app/features/locations.php:58
|
1332 |
#: app/features/locations.php:230 app/features/locations.php:287
|
1333 |
#: app/features/locations.php:289 app/features/locations.php:298
|
1343 |
#: app/features/mec/meta_boxes/search_form.php:521
|
1344 |
#: app/features/mec/meta_boxes/search_form.php:582
|
1345 |
#: app/features/mec/settings.php:725 app/features/mec/single.php:212
|
1346 |
+
#: app/libraries/main.php:2025 app/libraries/main.php:4868
|
1347 |
#: app/libraries/skins.php:834 app/skins/single.php:486
|
1348 |
+
#: app/skins/single.php:907 app/skins/single/default.php:157
|
1349 |
+
#: app/skins/single/default.php:369 app/skins/single/m1.php:155
|
1350 |
#: app/skins/single/m2.php:87 app/skins/single/modern.php:94
|
1351 |
msgid "Location"
|
1352 |
msgstr "Ort"
|
1353 |
|
1354 |
+
#: app/features/events.php:3233 app/features/events.php:3424
|
1355 |
+
#: app/features/events.php:3466 app/features/ix.php:2743
|
1356 |
#: app/features/ix.php:2784 app/features/mec/meta_boxes/display_options.php:835
|
1357 |
#: app/features/mec/meta_boxes/search_form.php:45
|
1358 |
#: app/features/mec/meta_boxes/search_form.php:107
|
1367 |
#: app/features/mec/settings.php:731 app/features/mec/single.php:208
|
1368 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
1369 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
1370 |
+
#: app/features/organizers.php:271 app/libraries/main.php:4870
|
1371 |
#: app/libraries/skins.php:860 app/skins/single.php:795
|
1372 |
+
#: app/skins/single/default.php:198 app/skins/single/default.php:410
|
1373 |
#: app/skins/single/m1.php:90 app/skins/single/m2.php:22
|
1374 |
#: app/skins/single/modern.php:31
|
1375 |
msgid "Organizer"
|
1376 |
msgstr "Veranstalter"
|
1377 |
|
1378 |
+
#: app/features/events.php:3237
|
1379 |
msgid "Repeat"
|
1380 |
msgstr "Wiederholen"
|
1381 |
|
1382 |
+
#: app/features/events.php:3238
|
1383 |
msgid "Author"
|
1384 |
msgstr "Autor"
|
1385 |
|
1386 |
+
#: app/features/events.php:3359 app/features/events.php:3360
|
1387 |
msgid "iCal Export"
|
1388 |
msgstr "ical Export"
|
1389 |
|
1390 |
+
#: app/features/events.php:3362 app/features/events.php:3363
|
1391 |
msgid "CSV Export"
|
1392 |
msgstr "CSV Export"
|
1393 |
|
1394 |
+
#: app/features/events.php:3365 app/features/events.php:3366
|
1395 |
msgid "MS Excel Export"
|
1396 |
msgstr "MS Excel Export"
|
1397 |
|
1398 |
+
#: app/features/events.php:3368 app/features/events.php:3369
|
1399 |
msgid "XML Export"
|
1400 |
msgstr "XML Export"
|
1401 |
|
1402 |
+
#: app/features/events.php:3371 app/features/events.php:3372
|
1403 |
msgid "JSON Export"
|
1404 |
msgstr "JSON Export"
|
1405 |
|
1406 |
+
#: app/features/events.php:3374 app/features/events.php:3375
|
1407 |
+
#: app/features/events.php:3556
|
1408 |
msgid "Duplicate"
|
1409 |
msgstr "Kopie"
|
1410 |
|
1411 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1412 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1413 |
#: app/features/labels.php:177 app/features/locations.php:229
|
1414 |
#: app/features/organizers.php:203 app/features/speakers.php:246
|
1415 |
msgid "ID"
|
1416 |
msgstr "ID"
|
1417 |
|
1418 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1419 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1420 |
msgid "Link"
|
1421 |
msgstr "Link"
|
1422 |
|
1423 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1424 |
#, php-format
|
1425 |
msgid "%s Tel"
|
1426 |
msgstr "%s Tel"
|
1427 |
|
1428 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1429 |
#, php-format
|
1430 |
msgid "%s Email"
|
1431 |
msgstr "%s Email"
|
1527 |
msgstr "Bild entfernen"
|
1528 |
|
1529 |
#: app/features/fes/form.php:770 app/features/labels.php:61
|
1530 |
+
#: app/features/labels.php:221 app/features/mec.php:337
|
1531 |
+
#: app/features/mec/meta_boxes/filter.php:132 app/libraries/main.php:4865
|
1532 |
+
#: app/skins/single.php:685 app/skins/single/default.php:136
|
1533 |
+
#: app/skins/single/default.php:348 app/skins/single/m1.php:64
|
1534 |
#: app/skins/single/modern.php:214
|
1535 |
msgid "Labels"
|
1536 |
msgstr "Labels"
|
1537 |
|
1538 |
+
#: app/features/fes/form.php:816 app/features/mec.php:335
|
1539 |
#: app/features/mec/meta_boxes/filter.php:149
|
1540 |
msgid "Tags"
|
1541 |
msgstr "Schlagworte"
|
1581 |
msgstr "MEC - Import / Export"
|
1582 |
|
1583 |
#: app/features/ix.php:107 app/features/mec/support.php:73
|
1584 |
+
#: app/libraries/main.php:796
|
1585 |
msgid "Import / Export"
|
1586 |
msgstr "Import / Export"
|
1587 |
|
1860 |
#: app/features/ix/export_g_calendar.php:72
|
1861 |
#: app/features/ix/export_g_calendar.php:147
|
1862 |
#: app/features/ix/export_g_calendar.php:164
|
1863 |
+
#: app/features/mec/notifications.php:92 app/features/mec/notifications.php:144
|
1864 |
+
#: app/features/mec/notifications.php:197
|
1865 |
+
#: app/features/mec/notifications.php:398
|
1866 |
msgid "Add to Google Calendar"
|
1867 |
msgstr "Zum Google Kalender hinzufügen"
|
1868 |
|
1869 |
+
#: app/features/ix/export_g_calendar.php:90 app/features/mec/booking.php:616
|
1870 |
+
#: app/features/mec/modules.php:392 app/features/mec/notifications.php:590
|
1871 |
#: app/features/mec/settings.php:894 app/features/mec/single.php:269
|
1872 |
msgid "Checking ..."
|
1873 |
msgstr "Überprüfung"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:91
|
1916 |
+
#: app/features/mec/booking.php:251 app/features/mec/booking.php:269
|
1917 |
+
#: app/features/mec/booking.php:346
|
1918 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1919 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1920 |
#: app/features/mec/modules.php:70 app/features/mec/modules.php:211
|
1924 |
msgstr ""
|
1925 |
|
1926 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
1927 |
+
#: app/features/mec/booking.php:91 app/features/mec/booking.php:251
|
1928 |
+
#: app/features/mec/booking.php:269 app/features/mec/booking.php:346
|
1929 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1930 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1931 |
#: app/features/mec/meta_boxes/display_options.php:330
|
2129 |
|
2130 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
2131 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
2132 |
+
#: app/features/mec/notifications.php:341
|
2133 |
msgid "Important Note"
|
2134 |
msgstr "Important Note"
|
2135 |
|
2316 |
msgstr ""
|
2317 |
|
2318 |
#: app/features/labels.php:117 app/features/labels.php:142
|
2319 |
+
#: app/skins/agenda/render.php:37 app/skins/available_spot/tpl.php:38
|
2320 |
+
#: app/skins/carousel/render.php:44 app/skins/countdown/tpl.php:28
|
2321 |
#: app/skins/cover/tpl.php:28 app/skins/daily_view/render.php:48
|
2322 |
#: app/skins/grid/render.php:49 app/skins/list/render.php:38
|
2323 |
#: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:107
|
2331 |
msgstr "Ausgewähltes Bild"
|
2332 |
|
2333 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2334 |
+
#: app/libraries/main.php:5111 app/skins/agenda/render.php:41
|
2335 |
+
#: app/skins/available_spot/tpl.php:42 app/skins/carousel/render.php:45
|
2336 |
+
#: app/skins/countdown/tpl.php:32 app/skins/cover/tpl.php:32
|
2337 |
#: app/skins/daily_view/render.php:52 app/skins/grid/render.php:53
|
2338 |
#: app/skins/list/render.php:42 app/skins/masonry/render.php:29
|
2339 |
#: app/skins/monthly_view/calendar.php:111
|
2364 |
msgid "Event %s"
|
2365 |
msgstr "Event %s"
|
2366 |
|
2367 |
+
#: app/features/locations.php:59 app/features/mec.php:338
|
2368 |
#: app/features/mec/dashboard.php:243 app/features/mec/meta_boxes/filter.php:98
|
2369 |
+
#: app/libraries/main.php:4867
|
2370 |
msgid "Locations"
|
2371 |
msgstr "Orte"
|
2372 |
|
2478 |
msgid "Don't show map in single event page"
|
2479 |
msgstr "Karte in Einzelansicht nicht anzeigen"
|
2480 |
|
2481 |
+
#: app/features/locations.php:356 app/libraries/main.php:4901
|
2482 |
#, fuzzy
|
2483 |
#| msgid "Locations"
|
2484 |
msgid "Other Locations"
|
2494 |
"Sie können zusätzliche Veranstalter zusätzlich zum Hauptorganisator "
|
2495 |
"auswählen, wenn Sie möchten."
|
2496 |
|
2497 |
+
#: app/features/login.php:61 app/features/login.php:63
|
2498 |
+
msgid "<strong>"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
+
#: app/features/mec.php:161
|
|
|
|
|
|
|
|
|
2502 |
msgid ""
|
2503 |
"Activation faild. Please check your purchase code or license type."
|
2504 |
"<br><b>Note: Your purchase code should match your licesne type.</b>"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
+
#: app/features/mec.php:161
|
2508 |
msgid "Troubleshooting"
|
2509 |
msgstr ""
|
2510 |
|
2511 |
+
#: app/features/mec.php:212
|
2512 |
msgid ""
|
2513 |
"Your options is not in JSON format. Please insert correct options in this "
|
2514 |
"field and try again."
|
2515 |
msgstr ""
|
2516 |
|
2517 |
+
#: app/features/mec.php:219
|
2518 |
#, fuzzy
|
2519 |
#| msgid "Your booking cannot verify!"
|
2520 |
msgid "Your options field can not be empty!"
|
2521 |
msgstr "Ihre Buchung kann nicht verifiziert werden!"
|
2522 |
|
2523 |
+
#: app/features/mec.php:225
|
2524 |
#, fuzzy
|
2525 |
#| msgid "Your booking successfully verified."
|
2526 |
msgid "Your options imported successfuly."
|
2527 |
msgstr "Ihre Buchung wurde erfolgreich verifiziert."
|
2528 |
|
2529 |
+
#: app/features/mec.php:318
|
2530 |
#, fuzzy
|
2531 |
#| msgid "Support"
|
2532 |
msgid "MEC - Support"
|
2533 |
msgstr "Support"
|
2534 |
|
2535 |
+
#: app/features/mec.php:318 app/features/mec/support-page.php:9
|
2536 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2537 |
msgid "Support"
|
2538 |
msgstr "Support"
|
2539 |
|
2540 |
+
#: app/features/mec.php:339 app/features/mec/dashboard.php:250
|
2541 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2542 |
+
#: app/libraries/main.php:4869
|
2543 |
msgid "Organizers"
|
2544 |
msgstr "Veranstalter"
|
2545 |
|
2546 |
+
#: app/features/mec.php:347 app/features/mec.php:367
|
2547 |
#: app/features/mec/dashboard.php:236
|
2548 |
msgid "Shortcodes"
|
2549 |
msgstr "Shortcodes"
|
2550 |
|
2551 |
+
#: app/features/mec.php:348
|
2552 |
msgid "MEC - Settings"
|
2553 |
msgstr "MEC - Einstellungen"
|
2554 |
|
2555 |
+
#: app/features/mec.php:349
|
2556 |
#, fuzzy
|
2557 |
#| msgid "MEC - Settings"
|
2558 |
msgid "MEC - Addons"
|
2559 |
msgstr "MEC - Einstellungen"
|
2560 |
|
2561 |
+
#: app/features/mec.php:349 app/features/mec/addons.php:22
|
2562 |
msgid "Addons"
|
2563 |
msgstr ""
|
2564 |
|
2565 |
+
#: app/features/mec.php:369
|
2566 |
msgid "Add Shortcode"
|
2567 |
msgstr "Shortcode hinzufügen"
|
2568 |
|
2569 |
+
#: app/features/mec.php:370
|
2570 |
msgid "Add New Shortcode"
|
2571 |
msgstr "Neuen Shortcode hinzufügen"
|
2572 |
|
2573 |
+
#: app/features/mec.php:371
|
2574 |
msgid "No shortcodes found!"
|
2575 |
msgstr "Keine Shortcodes gefunden!"
|
2576 |
|
2577 |
+
#: app/features/mec.php:372
|
2578 |
msgid "All Shortcodes"
|
2579 |
msgstr "Alle Shortcodes"
|
2580 |
|
2581 |
+
#: app/features/mec.php:373
|
2582 |
msgid "Edit shortcodes"
|
2583 |
msgstr "Shortcode ändern"
|
2584 |
|
2585 |
+
#: app/features/mec.php:374
|
2586 |
msgid "No shortcodes found in Trash!"
|
2587 |
msgstr "Keine Shortcodes im Papierkorb gefunden!"
|
2588 |
|
2589 |
+
#: app/features/mec.php:427
|
2590 |
msgid "Display Options"
|
2591 |
msgstr "Darstellungsoptionen"
|
2592 |
|
2593 |
+
#: app/features/mec.php:428
|
2594 |
msgid "Filter Options"
|
2595 |
msgstr "Filteroptionen"
|
2596 |
|
2597 |
+
#: app/features/mec.php:430
|
2598 |
msgid "Search Form"
|
2599 |
msgstr "Suche Formular"
|
2600 |
|
2601 |
+
#: app/features/mec.php:827
|
2602 |
msgid "Display content's images as Popup"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: app/features/mec.php:840
|
2606 |
msgid "Single Event Display Method"
|
2607 |
msgstr "Single Event Anzeigemethode"
|
2608 |
|
2609 |
+
#: app/features/mec.php:845
|
2610 |
msgid "Separate Window"
|
2611 |
msgstr "Separates Fenster"
|
2612 |
|
2613 |
+
#: app/features/mec.php:846
|
2614 |
msgid "Modal 1"
|
2615 |
msgstr "Modal 1"
|
2616 |
|
2644 |
"your host provider in this regard."
|
2645 |
msgstr ""
|
2646 |
|
2647 |
+
#: app/features/mec/booking.php:70 app/features/mec/messages.php:13
|
2648 |
+
#: app/features/mec/modules.php:23 app/features/mec/notifications.php:12
|
2649 |
#: app/features/mec/settings.php:32 app/features/mec/single.php:15
|
2650 |
+
#: app/features/mec/styling.php:35 app/features/mec/support-page.php:34
|
2651 |
#, fuzzy
|
2652 |
#| msgid "Search %s"
|
2653 |
msgid "Search..."
|
2654 |
msgstr "Suche %s"
|
2655 |
|
2656 |
+
#: app/features/mec/booking.php:72 app/features/mec/booking.php:492
|
2657 |
+
#: app/features/mec/booking.php:572 app/features/mec/booking.php:581
|
2658 |
+
#: app/features/mec/booking.php:591 app/features/mec/booking.php:633
|
2659 |
+
#: app/features/mec/booking.php:647 app/features/mec/messages.php:15
|
2660 |
+
#: app/features/mec/messages.php:51 app/features/mec/messages.php:60
|
2661 |
+
#: app/features/mec/messages.php:94 app/features/mec/messages.php:103
|
2662 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:357
|
2663 |
#: app/features/mec/modules.php:367 app/features/mec/modules.php:409
|
2664 |
+
#: app/features/mec/modules.php:423 app/features/mec/notifications.php:14
|
2665 |
+
#: app/features/mec/notifications.php:499
|
2666 |
+
#: app/features/mec/notifications.php:511
|
2667 |
+
#: app/features/mec/notifications.php:607
|
2668 |
+
#: app/features/mec/notifications.php:621 app/features/mec/settings.php:34
|
2669 |
#: app/features/mec/settings.php:843 app/features/mec/settings.php:853
|
2670 |
#: app/features/mec/settings.php:911 app/features/mec/settings.php:925
|
2671 |
#: app/features/mec/single.php:17 app/features/mec/single.php:234
|
2673 |
#: app/features/mec/single.php:300 app/features/mec/styles.php:11
|
2674 |
#: app/features/mec/styles.php:31 app/features/mec/styles.php:40
|
2675 |
#: app/features/mec/styles.php:77 app/features/mec/styles.php:86
|
2676 |
+
#: app/features/mec/styling.php:37 app/features/mec/styling.php:242
|
2677 |
+
#: app/features/mec/styling.php:251 app/features/mec/styling.php:314
|
2678 |
+
#: app/features/mec/styling.php:323
|
2679 |
msgid "Save Changes"
|
2680 |
msgstr "Änderungen sichern"
|
2681 |
|
2734 |
msgid "Default is 6"
|
2735 |
msgstr "Die Voreinstellung ist 6"
|
2736 |
|
2737 |
+
#: app/features/mec/booking.php:134 app/features/mec/booking.php:139
|
2738 |
+
#, fuzzy
|
2739 |
+
#| msgid "Booking Form"
|
2740 |
+
msgid "Show Booking Form Interval"
|
2741 |
+
msgstr "Buchungsformular"
|
2742 |
+
|
2743 |
+
#: app/features/mec/booking.php:136
|
2744 |
+
msgid "Minutes (e.g 5)"
|
2745 |
+
msgstr ""
|
2746 |
+
|
2747 |
+
#: app/features/mec/booking.php:140
|
2748 |
+
msgid ""
|
2749 |
+
"You can show booking form only at certain time before event start. If you "
|
2750 |
+
"set this option to 30 then booking form will open only 30 minutes before "
|
2751 |
+
"starting the event!"
|
2752 |
+
msgstr ""
|
2753 |
+
|
2754 |
+
#: app/features/mec/booking.php:147 app/features/mec/booking.php:157
|
2755 |
msgid "Thank You Page"
|
2756 |
msgstr "Danke Seite"
|
2757 |
|
2758 |
+
#: app/features/mec/booking.php:158
|
2759 |
msgid ""
|
2760 |
"User redirects to this page after booking. Leave it empty if you want to "
|
2761 |
"disable it."
|
2763 |
"Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
|
2764 |
"es leer, wenn Sie es deaktivieren möchten."
|
2765 |
|
2766 |
+
#: app/features/mec/booking.php:169
|
2767 |
msgid "Enable Express Attendees Form"
|
2768 |
msgstr "Aktivieren Sie das Express-Teilnehmerformular"
|
2769 |
|
2770 |
+
#: app/features/mec/booking.php:173 app/modules/booking/steps/form.php:52
|
2771 |
msgid "Attendees Form"
|
2772 |
msgstr "Teilnahmeformular"
|
2773 |
|
2774 |
+
#: app/features/mec/booking.php:174
|
2775 |
msgid ""
|
2776 |
"Users are able to apply first attendee information for other attendees in "
|
2777 |
"the booking form."
|
2779 |
"Benutzer können erste Teilnehmerinformationen für andere Teilnehmer im "
|
2780 |
"Buchungsformular anwenden."
|
2781 |
|
2782 |
+
#: app/features/mec/booking.php:187
|
2783 |
#, fuzzy
|
2784 |
#| msgid "Download Invoice"
|
2785 |
msgid "Enable Invoice"
|
2786 |
msgstr "Download Rechnung"
|
2787 |
|
2788 |
+
#: app/features/mec/booking.php:198
|
2789 |
#, fuzzy
|
2790 |
#| msgid "Enable booking notification"
|
2791 |
msgid "Enable Booking for Ongoing Events"
|
2792 |
msgstr "Buchungsbenachrichtigung aktivieren"
|
2793 |
|
2794 |
+
#: app/features/mec/booking.php:203
|
2795 |
msgid "Email verification"
|
2796 |
msgstr "Email-Verifizierung"
|
2797 |
|
2798 |
+
#: app/features/mec/booking.php:209
|
2799 |
msgid "Auto verification for free bookings"
|
2800 |
msgstr "Automatische Verifizierung für kostenlose Buchungen"
|
2801 |
|
2802 |
+
#: app/features/mec/booking.php:218
|
2803 |
msgid "Auto verification for paid bookings"
|
2804 |
msgstr "Automatische Verifizierung für kostenpflichtige Buchungen"
|
2805 |
|
2806 |
+
#: app/features/mec/booking.php:222 app/features/mec/notifications.php:151
|
2807 |
#: app/libraries/main.php:573
|
2808 |
msgid "Booking Confirmation"
|
2809 |
msgstr "Buchungsbestätigung"
|
2810 |
|
2811 |
+
#: app/features/mec/booking.php:228
|
2812 |
msgid "Auto confirmation for free bookings"
|
2813 |
msgstr "Automatische Bestätigung für kostenlose Buchungen"
|
2814 |
|
2815 |
+
#: app/features/mec/booking.php:237
|
2816 |
msgid "Auto confirmation for paid bookings"
|
2817 |
msgstr "Automatische Bestätigung für kostenpflichtige Buchungen"
|
2818 |
|
2819 |
+
#: app/features/mec/booking.php:256
|
2820 |
msgid "Enable coupons module"
|
2821 |
msgstr "Gutscheinmodul aktivieren"
|
2822 |
|
2823 |
+
#: app/features/mec/booking.php:258
|
2824 |
msgid ""
|
2825 |
"After enabling and saving the settings,, you should reload the page to see a "
|
2826 |
"new menu on the Dashboard > Booking"
|
2827 |
msgstr ""
|
2828 |
|
2829 |
+
#: app/features/mec/booking.php:266 app/libraries/main.php:552
|
2830 |
msgid "Taxes / Fees"
|
2831 |
msgstr "Steuern/Gebühren"
|
2832 |
|
2833 |
+
#: app/features/mec/booking.php:274
|
2834 |
msgid "Enable taxes / fees module"
|
2835 |
msgstr "Modul für Gebühren/Steuern aktivieren"
|
2836 |
|
2837 |
+
#: app/features/mec/booking.php:279
|
2838 |
msgid "Add Fee"
|
2839 |
msgstr "Gebühr hinzufügen"
|
2840 |
|
2841 |
+
#: app/features/mec/booking.php:343 app/libraries/main.php:553
|
2842 |
msgid "Ticket Variations & Options"
|
2843 |
msgstr ""
|
2844 |
|
2845 |
+
#: app/features/mec/booking.php:351
|
2846 |
#, fuzzy
|
2847 |
#| msgid "Enable coupons module"
|
2848 |
msgid "Enable ticket options module"
|
2849 |
msgstr "Gutscheinmodul aktivieren"
|
2850 |
|
2851 |
+
#: app/features/mec/booking.php:356
|
2852 |
msgid "Add Variation / Option"
|
2853 |
msgstr ""
|
2854 |
|
2855 |
+
#: app/features/mec/booking.php:559
|
2856 |
msgid "Enable Organizer Payment Module"
|
2857 |
msgstr ""
|
2858 |
|
2859 |
+
#: app/features/mec/booking.php:563
|
2860 |
#, fuzzy
|
2861 |
#| msgid "Organizer Tel"
|
2862 |
msgid "Organizer Payment"
|
2863 |
msgstr "Organisator Telefon"
|
2864 |
|
2865 |
+
#: app/features/mec/booking.php:564
|
2866 |
msgid ""
|
2867 |
"By enabling this module, organizers are able to insert their own payment "
|
2868 |
"credentials for enabled gateways per event and receive the payments directly!"
|
2869 |
msgstr ""
|
2870 |
|
2871 |
+
#: app/features/mec/booking.php:611 app/features/mec/messages.php:78
|
2872 |
+
#: app/features/mec/modules.php:387 app/features/mec/notifications.php:585
|
2873 |
#: app/features/mec/settings.php:889 app/features/mec/single.php:264
|
2874 |
+
#: app/features/mec/styles.php:60 app/features/mec/styling.php:296
|
2875 |
msgid "Saved"
|
2876 |
msgstr "Gesichert"
|
2877 |
|
2878 |
+
#: app/features/mec/booking.php:612 app/features/mec/messages.php:79
|
2879 |
+
#: app/features/mec/modules.php:388 app/features/mec/notifications.php:586
|
2880 |
#: app/features/mec/settings.php:890 app/features/mec/single.php:265
|
2881 |
+
#: app/features/mec/styles.php:61 app/features/mec/styling.php:297
|
2882 |
msgid "Settings Saved!"
|
2883 |
msgstr ""
|
2884 |
|
2885 |
+
#: app/features/mec/booking.php:614 app/features/mec/booking.php:636
|
2886 |
#: app/features/mec/modules.php:390 app/features/mec/modules.php:412
|
2887 |
+
#: app/features/mec/notifications.php:588
|
2888 |
+
#: app/features/mec/notifications.php:610 app/features/mec/settings.php:892
|
2889 |
#: app/features/mec/settings.php:914 app/features/mec/single.php:267
|
2890 |
+
#: app/features/mec/single.php:289 app/libraries/main.php:5110
|
2891 |
msgid "Verified"
|
2892 |
msgstr "Verifiziert"
|
2893 |
|
2894 |
+
#: app/features/mec/booking.php:638 app/features/mec/modules.php:414
|
2895 |
+
#: app/features/mec/notifications.php:612 app/features/mec/settings.php:916
|
2896 |
#: app/features/mec/single.php:291
|
2897 |
msgid "Please Refresh Page"
|
2898 |
msgstr "Bitte Seiten Refresh vornehmen"
|
3068 |
msgid "Download Settings"
|
3069 |
msgstr "Download Rechnung\n"
|
3070 |
|
3071 |
+
#: app/features/mec/messages.php:28 app/features/mec/support.php:66
|
3072 |
+
#: app/libraries/main.php:789
|
3073 |
msgid "Messages"
|
3074 |
msgstr "Nachrichten"
|
3075 |
|
3076 |
+
#: app/features/mec/messages.php:31
|
3077 |
msgid ""
|
3078 |
"You can change some MEC messages here simply. For example if you like to "
|
3079 |
"change \"REGISTER\" button label, you can do it here. By the Way, if your "
|
3421 |
|
3422 |
#: app/features/mec/meta_boxes/display_options.php:409
|
3423 |
#: app/features/mec/meta_boxes/display_options.php:430
|
3424 |
+
#: app/libraries/main.php:329 app/libraries/main.php:1571
|
3425 |
+
#: app/libraries/main.php:1596
|
3426 |
msgid "List View"
|
3427 |
msgstr "Listenansicht"
|
3428 |
|
3429 |
#: app/features/mec/meta_boxes/display_options.php:410
|
3430 |
#: app/features/mec/meta_boxes/display_options.php:440
|
3431 |
+
#: app/libraries/main.php:333 app/libraries/main.php:1565
|
3432 |
+
#: app/libraries/main.php:1590
|
3433 |
msgid "Yearly View"
|
3434 |
msgstr "Jahresansicht"
|
3435 |
|
3440 |
|
3441 |
#: app/features/mec/meta_boxes/display_options.php:412
|
3442 |
#: app/features/mec/meta_boxes/display_options.php:472
|
3443 |
+
#: app/libraries/main.php:336 app/libraries/main.php:1567
|
3444 |
+
#: app/libraries/main.php:1592
|
3445 |
msgid "Weekly View"
|
3446 |
msgstr "Wochenansicht"
|
3447 |
|
3448 |
#: app/features/mec/meta_boxes/display_options.php:413
|
3449 |
#: app/features/mec/meta_boxes/display_options.php:482
|
3450 |
+
#: app/libraries/main.php:335 app/libraries/main.php:1568
|
3451 |
+
#: app/libraries/main.php:1593
|
3452 |
msgid "Daily View"
|
3453 |
msgstr "Tagesansicht"
|
3454 |
|
3856 |
#: app/features/mec/meta_boxes/search_form.php:596
|
3857 |
#: app/features/mec/settings.php:738 app/features/mec/single.php:217
|
3858 |
#: app/features/speakers.php:59 app/features/speakers.php:247
|
3859 |
+
#: app/libraries/main.php:4872 app/libraries/skins.php:886
|
3860 |
msgid "Speaker"
|
3861 |
msgstr ""
|
3862 |
|
4124 |
msgid "Add booking activity to user profile"
|
4125 |
msgstr "Fügt Buchungsaktivitäten dem Benutzerprofil hinzu"
|
4126 |
|
4127 |
+
#: app/features/mec/notifications.php:39
|
4128 |
msgid "Enable booking notification"
|
4129 |
msgstr "Buchungsbenachrichtigung aktivieren"
|
4130 |
|
4131 |
+
#: app/features/mec/notifications.php:43
|
4132 |
msgid "It sends to attendee after booking for notifying him/her."
|
4133 |
msgstr ""
|
4134 |
"Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
|
4135 |
"benachrichtigen."
|
4136 |
|
4137 |
+
#: app/features/mec/notifications.php:45 app/features/mec/notifications.php:102
|
4138 |
+
#: app/features/mec/notifications.php:154
|
4139 |
+
#: app/features/mec/notifications.php:213
|
4140 |
+
#: app/features/mec/notifications.php:281
|
4141 |
+
#: app/features/mec/notifications.php:344
|
4142 |
+
#: app/features/mec/notifications.php:417
|
4143 |
+
#: app/features/mec/notifications.php:463
|
4144 |
msgid "Email Subject"
|
4145 |
msgstr "Email Betreff"
|
4146 |
|
4147 |
+
#: app/features/mec/notifications.php:49 app/features/mec/notifications.php:53
|
|
|
4148 |
#: app/features/mec/notifications.php:106
|
4149 |
+
#: app/features/mec/notifications.php:110
|
4150 |
#: app/features/mec/notifications.php:158
|
4151 |
+
#: app/features/mec/notifications.php:162
|
4152 |
#: app/features/mec/notifications.php:217
|
4153 |
+
#: app/features/mec/notifications.php:221
|
4154 |
#: app/features/mec/notifications.php:285
|
4155 |
+
#: app/features/mec/notifications.php:289
|
4156 |
#: app/features/mec/notifications.php:348
|
4157 |
+
#: app/features/mec/notifications.php:352
|
4158 |
+
#: app/features/mec/notifications.php:363
|
4159 |
#: app/features/mec/notifications.php:421
|
4160 |
+
#: app/features/mec/notifications.php:425
|
4161 |
+
#: app/features/mec/notifications.php:467
|
4162 |
+
#: app/features/mec/notifications.php:471
|
4163 |
msgid "Custom Recipients"
|
4164 |
msgstr "Individuelle Empfänger"
|
4165 |
|
4166 |
+
#: app/features/mec/notifications.php:54 app/features/mec/notifications.php:111
|
4167 |
+
#: app/features/mec/notifications.php:163
|
4168 |
+
#: app/features/mec/notifications.php:222
|
4169 |
+
#: app/features/mec/notifications.php:290
|
4170 |
+
#: app/features/mec/notifications.php:353
|
4171 |
+
#: app/features/mec/notifications.php:364
|
4172 |
+
#: app/features/mec/notifications.php:426
|
4173 |
+
#: app/features/mec/notifications.php:472
|
4174 |
msgid "Insert comma separated emails for multiple recipients."
|
4175 |
msgstr "Geben Sie mit Komma getrennte email-Adressen ein für mehrere Empfänger"
|
4176 |
|
4177 |
+
#: app/features/mec/notifications.php:61 app/features/mec/notifications.php:233
|
4178 |
+
#: app/features/mec/notifications.php:297
|
4179 |
msgid "Send the email to event organizer"
|
4180 |
msgstr "Sendet das Email zum Event Organisator"
|
4181 |
|
4182 |
+
#: app/features/mec/notifications.php:64 app/features/mec/notifications.php:117
|
4183 |
+
#: app/features/mec/notifications.php:169
|
4184 |
+
#: app/features/mec/notifications.php:240
|
4185 |
+
#: app/features/mec/notifications.php:300
|
4186 |
+
#: app/features/mec/notifications.php:370
|
4187 |
+
#: app/features/mec/notifications.php:432
|
4188 |
+
#: app/features/mec/notifications.php:478
|
4189 |
msgid "Email Content"
|
4190 |
msgstr "Email Inhalt"
|
4191 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4192 |
#: app/features/mec/notifications.php:67 app/features/mec/notifications.php:120
|
4193 |
#: app/features/mec/notifications.php:172
|
4194 |
#: app/features/mec/notifications.php:243
|
4195 |
#: app/features/mec/notifications.php:303
|
4196 |
#: app/features/mec/notifications.php:373
|
4197 |
+
#: app/features/mec/notifications.php:435
|
4198 |
+
#: app/features/mec/notifications.php:481
|
4199 |
+
msgid "You can use following placeholders"
|
4200 |
+
msgstr "Sie können die folgenden Platzhalter wählen"
|
|
|
|
|
|
|
|
|
|
|
|
|
4201 |
|
4202 |
#: app/features/mec/notifications.php:69 app/features/mec/notifications.php:122
|
4203 |
#: app/features/mec/notifications.php:174
|
4204 |
#: app/features/mec/notifications.php:245
|
4205 |
#: app/features/mec/notifications.php:305
|
4206 |
#: app/features/mec/notifications.php:375
|
4207 |
+
msgid "First name of attendee"
|
4208 |
+
msgstr "Vorname des Teilnehmers"
|
|
|
|
|
4209 |
|
4210 |
#: app/features/mec/notifications.php:70 app/features/mec/notifications.php:123
|
4211 |
#: app/features/mec/notifications.php:175
|
4212 |
#: app/features/mec/notifications.php:246
|
4213 |
#: app/features/mec/notifications.php:306
|
4214 |
#: app/features/mec/notifications.php:376
|
4215 |
+
msgid "Last name of attendee"
|
4216 |
+
msgstr "Nachname des Teilnehmers"
|
4217 |
|
4218 |
#: app/features/mec/notifications.php:71 app/features/mec/notifications.php:124
|
4219 |
#: app/features/mec/notifications.php:176
|
4220 |
#: app/features/mec/notifications.php:247
|
4221 |
#: app/features/mec/notifications.php:307
|
4222 |
#: app/features/mec/notifications.php:377
|
4223 |
+
msgid "Email of attendee"
|
4224 |
+
msgstr "Email des Teilnehmers"
|
|
|
4225 |
|
4226 |
#: app/features/mec/notifications.php:72 app/features/mec/notifications.php:125
|
4227 |
#: app/features/mec/notifications.php:177
|
4228 |
#: app/features/mec/notifications.php:248
|
4229 |
#: app/features/mec/notifications.php:308
|
4230 |
#: app/features/mec/notifications.php:378
|
4231 |
+
msgid "Booked date of event"
|
4232 |
+
msgstr "Gebuchtes Datum der Veranstaltung"
|
|
|
4233 |
|
4234 |
#: app/features/mec/notifications.php:73 app/features/mec/notifications.php:126
|
4235 |
#: app/features/mec/notifications.php:178
|
4236 |
#: app/features/mec/notifications.php:249
|
4237 |
#: app/features/mec/notifications.php:309
|
4238 |
#: app/features/mec/notifications.php:379
|
4239 |
+
#, fuzzy
|
4240 |
+
#| msgid "Booked date of event"
|
4241 |
+
msgid "Booked time of event"
|
4242 |
+
msgstr "Gebuchtes Datum der Veranstaltung"
|
4243 |
|
4244 |
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:127
|
4245 |
#: app/features/mec/notifications.php:179
|
4246 |
#: app/features/mec/notifications.php:250
|
4247 |
#: app/features/mec/notifications.php:310
|
4248 |
#: app/features/mec/notifications.php:380
|
4249 |
+
msgid "Booking Price"
|
4250 |
+
msgstr "Buchungspreis"
|
4251 |
|
4252 |
#: app/features/mec/notifications.php:75 app/features/mec/notifications.php:128
|
4253 |
#: app/features/mec/notifications.php:180
|
4254 |
#: app/features/mec/notifications.php:251
|
4255 |
#: app/features/mec/notifications.php:311
|
4256 |
#: app/features/mec/notifications.php:381
|
4257 |
+
#: app/features/mec/notifications.php:441
|
4258 |
+
#: app/features/mec/notifications.php:487
|
4259 |
+
msgid "Your website title"
|
4260 |
+
msgstr "Titel Ihrer Webseite"
|
4261 |
|
4262 |
#: app/features/mec/notifications.php:76 app/features/mec/notifications.php:129
|
4263 |
#: app/features/mec/notifications.php:181
|
4264 |
#: app/features/mec/notifications.php:252
|
4265 |
#: app/features/mec/notifications.php:312
|
4266 |
#: app/features/mec/notifications.php:382
|
4267 |
+
#: app/features/mec/notifications.php:442
|
4268 |
+
#: app/features/mec/notifications.php:488
|
4269 |
+
msgid "Your website URL"
|
4270 |
+
msgstr "URL Ihrer Webseite"
|
4271 |
|
4272 |
#: app/features/mec/notifications.php:77 app/features/mec/notifications.php:130
|
4273 |
#: app/features/mec/notifications.php:182
|
4274 |
#: app/features/mec/notifications.php:253
|
4275 |
#: app/features/mec/notifications.php:313
|
4276 |
#: app/features/mec/notifications.php:383
|
4277 |
+
#: app/features/mec/notifications.php:443
|
4278 |
+
#: app/features/mec/notifications.php:489
|
4279 |
+
msgid "Your website description"
|
4280 |
+
msgstr "Beschreibung Ihrer Webseite"
|
4281 |
|
4282 |
#: app/features/mec/notifications.php:78 app/features/mec/notifications.php:131
|
4283 |
#: app/features/mec/notifications.php:183
|
4284 |
#: app/features/mec/notifications.php:254
|
4285 |
#: app/features/mec/notifications.php:314
|
4286 |
#: app/features/mec/notifications.php:384
|
4287 |
+
msgid "Event title"
|
4288 |
+
msgstr "Titel der Veranstaltung"
|
4289 |
|
4290 |
#: app/features/mec/notifications.php:79 app/features/mec/notifications.php:132
|
4291 |
#: app/features/mec/notifications.php:184
|
4292 |
#: app/features/mec/notifications.php:255
|
4293 |
#: app/features/mec/notifications.php:315
|
4294 |
#: app/features/mec/notifications.php:385
|
4295 |
+
#, fuzzy
|
4296 |
+
#| msgid "Event Link"
|
4297 |
+
msgid "Event link"
|
4298 |
+
msgstr "Veranstaltungslink"
|
4299 |
|
4300 |
#: app/features/mec/notifications.php:80 app/features/mec/notifications.php:133
|
4301 |
#: app/features/mec/notifications.php:185
|
4302 |
#: app/features/mec/notifications.php:256
|
4303 |
#: app/features/mec/notifications.php:316
|
4304 |
#: app/features/mec/notifications.php:386
|
4305 |
+
#, fuzzy
|
4306 |
+
#| msgid "Organizer name of booked event"
|
4307 |
+
msgid "Speaker name of booked event"
|
4308 |
+
msgstr "Name des Veranstalters des gebuchten Events"
|
4309 |
|
4310 |
#: app/features/mec/notifications.php:81 app/features/mec/notifications.php:134
|
4311 |
#: app/features/mec/notifications.php:186
|
4312 |
#: app/features/mec/notifications.php:257
|
4313 |
#: app/features/mec/notifications.php:317
|
4314 |
#: app/features/mec/notifications.php:387
|
4315 |
+
msgid "Organizer name of booked event"
|
4316 |
+
msgstr "Name des Veranstalters des gebuchten Events"
|
4317 |
+
|
4318 |
+
#: app/features/mec/notifications.php:82 app/features/mec/notifications.php:135
|
4319 |
+
#: app/features/mec/notifications.php:187
|
4320 |
+
#: app/features/mec/notifications.php:258
|
4321 |
+
#: app/features/mec/notifications.php:318
|
4322 |
+
#: app/features/mec/notifications.php:388
|
4323 |
+
msgid "Organizer tel of booked event"
|
4324 |
+
msgstr "Tel des Veranstalters"
|
4325 |
+
|
4326 |
+
#: app/features/mec/notifications.php:83 app/features/mec/notifications.php:136
|
4327 |
+
#: app/features/mec/notifications.php:188
|
4328 |
+
#: app/features/mec/notifications.php:259
|
4329 |
+
#: app/features/mec/notifications.php:319
|
4330 |
+
#: app/features/mec/notifications.php:389
|
4331 |
+
msgid "Organizer email of booked event"
|
4332 |
+
msgstr "Email des Veranstalters des gebuchten events"
|
4333 |
+
|
4334 |
+
#: app/features/mec/notifications.php:84 app/features/mec/notifications.php:137
|
4335 |
+
#: app/features/mec/notifications.php:189
|
4336 |
+
#: app/features/mec/notifications.php:260
|
4337 |
+
#: app/features/mec/notifications.php:320
|
4338 |
+
#: app/features/mec/notifications.php:390
|
4339 |
+
msgid "Location name of booked event"
|
4340 |
+
msgstr "Veranstaltungsort"
|
4341 |
+
|
4342 |
+
#: app/features/mec/notifications.php:85 app/features/mec/notifications.php:138
|
4343 |
+
#: app/features/mec/notifications.php:190
|
4344 |
+
#: app/features/mec/notifications.php:261
|
4345 |
+
#: app/features/mec/notifications.php:321
|
4346 |
+
#: app/features/mec/notifications.php:391
|
4347 |
msgid "Location address of booked event"
|
4348 |
msgstr "Adresse der gebuchten Veranstaltung"
|
4349 |
|
4350 |
+
#: app/features/mec/notifications.php:86 app/features/mec/notifications.php:263
|
4351 |
+
#: app/features/mec/notifications.php:323
|
4352 |
msgid "Full Attendee info such as booking form data, name, email etc."
|
4353 |
msgstr ""
|
4354 |
"Gesamte Teinehmerinformationen wie z.B. Daten aus dem Buchungsformular, "
|
4355 |
"Name, email, etc."
|
4356 |
|
4357 |
+
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:192
|
4358 |
+
#: app/features/mec/notifications.php:393
|
4359 |
msgid "Invoice Link"
|
4360 |
msgstr "Rechnungslink"
|
4361 |
|
4362 |
+
#: app/features/mec/notifications.php:88 app/features/mec/notifications.php:140
|
4363 |
+
#: app/features/mec/notifications.php:193
|
4364 |
+
#: app/features/mec/notifications.php:264
|
4365 |
+
#: app/features/mec/notifications.php:324
|
4366 |
+
#: app/features/mec/notifications.php:394
|
4367 |
msgid "Total Attendees"
|
4368 |
msgstr ""
|
4369 |
|
4370 |
+
#: app/features/mec/notifications.php:89 app/features/mec/notifications.php:141
|
4371 |
+
#: app/features/mec/notifications.php:194
|
4372 |
+
#: app/features/mec/notifications.php:395
|
4373 |
#, fuzzy
|
4374 |
#| msgid "Ticket Name"
|
4375 |
msgid "Ticket name"
|
4376 |
msgstr "Ticket Name"
|
4377 |
|
4378 |
+
#: app/features/mec/notifications.php:90 app/features/mec/notifications.php:142
|
4379 |
+
#: app/features/mec/notifications.php:195
|
4380 |
+
#: app/features/mec/notifications.php:396
|
4381 |
#, fuzzy
|
4382 |
#| msgid "Ticket Name"
|
4383 |
msgid "Ticket time"
|
4384 |
msgstr "Ticket Name"
|
4385 |
|
4386 |
+
#: app/features/mec/notifications.php:91 app/features/mec/notifications.php:143
|
4387 |
+
#: app/features/mec/notifications.php:196
|
4388 |
+
#: app/features/mec/notifications.php:397
|
4389 |
#, fuzzy
|
4390 |
#| msgid "Download Invoice"
|
4391 |
msgid "Download ICS file"
|
4392 |
msgstr "Download Rechnung\n"
|
4393 |
|
4394 |
+
#: app/features/mec/notifications.php:99 app/libraries/main.php:572
|
4395 |
msgid "Booking Verification"
|
4396 |
msgstr "Verifizierung der Buchung"
|
4397 |
|
4398 |
+
#: app/features/mec/notifications.php:100
|
4399 |
msgid "It sends to attendee email for verifying their booking/email."
|
4400 |
msgstr ""
|
4401 |
"Versendet an den Teilnehmer eine Email um dessen Buchung/Mail zu "
|
4402 |
"verifizieren."
|
4403 |
|
4404 |
+
#: app/features/mec/notifications.php:139
|
4405 |
msgid "Email/Booking verification link."
|
4406 |
msgstr "Bestätigungslink für Email/Buchung"
|
4407 |
|
4408 |
+
#: app/features/mec/notifications.php:152
|
4409 |
msgid "It sends to attendee after confirming the booking by admin."
|
4410 |
msgstr ""
|
4411 |
"Es wird an den Teilnehmer gesendet nach Bestätigung der Buchung vom admin."
|
4412 |
|
4413 |
+
#: app/features/mec/notifications.php:191
|
4414 |
+
#: app/features/mec/notifications.php:392
|
4415 |
msgid "Booking cancellation link."
|
4416 |
msgstr "Link zur Stornierung der Buchung"
|
4417 |
|
4418 |
+
#: app/features/mec/notifications.php:203 app/libraries/main.php:574
|
4419 |
#, fuzzy
|
4420 |
#| msgid "Booking cancellation link."
|
4421 |
msgid "Booking Cancellation"
|
4422 |
msgstr "Link zur Stornierung der Buchung"
|
4423 |
|
4424 |
+
#: app/features/mec/notifications.php:207
|
4425 |
#, fuzzy
|
4426 |
#| msgid "Enable new event notification"
|
4427 |
msgid "Enable cancellation notification"
|
4428 |
msgstr "Benachrichtigung bei neuen Veranstaltungen aktivieren"
|
4429 |
|
4430 |
+
#: app/features/mec/notifications.php:211
|
4431 |
#, fuzzy
|
4432 |
#| msgid "It sends to attendee after booking for notifying him/her."
|
4433 |
msgid ""
|
4437 |
"Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
|
4438 |
"benachrichtigen."
|
4439 |
|
4440 |
+
#: app/features/mec/notifications.php:229
|
4441 |
#, fuzzy
|
4442 |
#| msgid "Send the email to event organizer"
|
4443 |
msgid "Send the email to admin"
|
4444 |
msgstr "Sendet das Email zum Event Organisator"
|
4445 |
|
4446 |
+
#: app/features/mec/notifications.php:237
|
4447 |
#, fuzzy
|
4448 |
#| msgid "Send the email to event organizer"
|
4449 |
msgid "Send the email to booking user"
|
4450 |
msgstr "Sendet das Email zum Event Organisator"
|
4451 |
|
4452 |
+
#: app/features/mec/notifications.php:262
|
4453 |
+
#: app/features/mec/notifications.php:322
|
4454 |
msgid "Admin booking management link."
|
4455 |
msgstr "Admin-link zur Buchungsverwaltung"
|
4456 |
|
4457 |
+
#: app/features/mec/notifications.php:271 app/libraries/main.php:576
|
4458 |
msgid "Admin"
|
4459 |
msgstr ""
|
4460 |
|
4461 |
+
#: app/features/mec/notifications.php:275
|
4462 |
#, fuzzy
|
4463 |
#| msgid "Enable booking notification"
|
4464 |
msgid "Enable admin notification"
|
4465 |
msgstr "Buchungsbenachrichtigung aktivieren"
|
4466 |
|
4467 |
+
#: app/features/mec/notifications.php:279
|
4468 |
msgid "It sends to admin to notify him/her that a new booking received."
|
4469 |
msgstr ""
|
4470 |
"Sendet eine Benachrichtigung an den Adminstrator um diesen darüber zu "
|
4471 |
"Informieren, dass eine neue Buchung eingegangen ist."
|
4472 |
|
4473 |
+
#: app/features/mec/notifications.php:331 app/libraries/main.php:575
|
4474 |
#: app/libraries/notifications.php:478
|
4475 |
msgid "Booking Reminder"
|
4476 |
msgstr "Buchungs Erinnerung"
|
4477 |
|
4478 |
+
#: app/features/mec/notifications.php:335
|
4479 |
msgid "Enable booking reminder notification"
|
4480 |
msgstr "Aktivieren Sie die Erinnerung für die Buchungserinnerung"
|
4481 |
|
4482 |
+
#: app/features/mec/notifications.php:341
|
4483 |
#, php-format
|
4484 |
msgid ""
|
4485 |
"Set a cronjob to call %s file once per day otherwise it won't send the "
|
4491 |
"Sie diese Datei% s aufrufen sollten, sonst könnten die Erinnerungen mehrmals "
|
4492 |
"gesendet werden."
|
4493 |
|
4494 |
+
#: app/features/mec/notifications.php:341
|
4495 |
msgid "only once per day"
|
4496 |
msgstr "nur einmal pro Tag"
|
4497 |
|
4498 |
+
#: app/features/mec/notifications.php:359
|
4499 |
msgid "Days"
|
4500 |
msgstr "Tage"
|
4501 |
|
4502 |
+
#: app/features/mec/notifications.php:407 app/features/mec/support-page.php:80
|
4503 |
#: app/libraries/main.php:577
|
4504 |
msgid "New Event"
|
4505 |
msgstr "Neue Veranstaltung"
|
4506 |
|
4507 |
+
#: app/features/mec/notifications.php:411
|
4508 |
msgid "Enable new event notification"
|
4509 |
msgstr "Benachrichtigung bei neuen Veranstaltungen aktivieren"
|
4510 |
|
4511 |
+
#: app/features/mec/notifications.php:415
|
4512 |
msgid ""
|
4513 |
"It sends after adding a new event from frontend event submission or from "
|
4514 |
"website backend."
|
4516 |
"Wird nach dem Hinzufügen einer neuen Veranstaltung aus der Frontend-"
|
4517 |
"Übermittlung oder dem Backend versandt."
|
4518 |
|
4519 |
+
#: app/features/mec/notifications.php:437
|
4520 |
+
#: app/features/mec/notifications.php:483
|
4521 |
msgid "Title of event"
|
4522 |
msgstr "Titel der Veranstaltung"
|
4523 |
|
4524 |
+
#: app/features/mec/notifications.php:438
|
4525 |
+
#: app/features/mec/notifications.php:484
|
4526 |
#, fuzzy
|
4527 |
#| msgid "Title of event"
|
4528 |
msgid "Link of event"
|
4529 |
msgstr "Titel der Veranstaltung"
|
4530 |
|
4531 |
+
#: app/features/mec/notifications.php:439
|
4532 |
+
#: app/features/mec/notifications.php:485
|
4533 |
msgid "Status of event"
|
4534 |
msgstr "Status der Veranstaltung"
|
4535 |
|
4536 |
+
#: app/features/mec/notifications.php:440
|
4537 |
+
#: app/features/mec/notifications.php:486 app/features/mec/settings.php:654
|
4538 |
#: app/features/mec/settings.php:658
|
4539 |
msgid "Event Note"
|
4540 |
msgstr "Veranstaltungsnotiz"
|
4541 |
|
4542 |
+
#: app/features/mec/notifications.php:444
|
4543 |
+
#: app/features/mec/notifications.php:490
|
4544 |
msgid "Admin events management link."
|
4545 |
msgstr "Admin-link zur Veranstaltungsverwaltung"
|
4546 |
|
4547 |
+
#: app/features/mec/notifications.php:453 app/libraries/main.php:578
|
4548 |
+
#, fuzzy
|
4549 |
+
#| msgid "The event published."
|
4550 |
+
msgid "User Event Publishing"
|
4551 |
+
msgstr "Die Veranstaltung wurde veröffentlicht."
|
4552 |
+
|
4553 |
+
#: app/features/mec/notifications.php:457
|
4554 |
+
#, fuzzy
|
4555 |
+
#| msgid "Enable new event notification"
|
4556 |
+
msgid "Enable user event publishing notification"
|
4557 |
+
msgstr "Benachrichtigung bei neuen Veranstaltungen aktivieren"
|
4558 |
+
|
4559 |
+
#: app/features/mec/notifications.php:461
|
4560 |
+
#, fuzzy
|
4561 |
+
#| msgid ""
|
4562 |
+
#| "It sends after adding a new event from frontend event submission or from "
|
4563 |
+
#| "website backend."
|
4564 |
+
msgid ""
|
4565 |
+
"It sends after published a new event from frontend event submission or from "
|
4566 |
+
"website backend."
|
4567 |
+
msgstr ""
|
4568 |
+
"Wird nach dem Hinzufügen einer neuen Veranstaltung aus der Frontend-"
|
4569 |
+
"Übermittlung oder dem Backend versandt."
|
4570 |
+
|
4571 |
#: app/features/mec/settings.php:55 app/features/mec/settings.php:65
|
4572 |
msgid "Hide Events"
|
4573 |
msgstr "Events verbergen"
|
4662 |
msgstr ""
|
4663 |
|
4664 |
#: app/features/mec/settings.php:136 app/features/mec/settings.php:146
|
4665 |
+
#: app/libraries/main.php:4876
|
4666 |
msgid "Weekdays"
|
4667 |
msgstr "Wochentage"
|
4668 |
|
5301 |
"Ihre eigenen Stilcodes einfügen. Diese Codes werden in Ihr Frontend "
|
5302 |
"übernommen und übersteuern die MEC- (oder Thema-) Grundeinstellungen."
|
5303 |
|
5304 |
+
#: app/features/mec/styling.php:10 app/features/mec/styling.php:158
|
5305 |
+
#: app/features/mec/styling.php:184
|
5306 |
msgid "Default Font"
|
5307 |
msgstr "Standardschriftart des Themas "
|
5308 |
|
5309 |
+
#: app/features/mec/styling.php:50
|
5310 |
msgid "Styling Option"
|
5311 |
msgstr "Style Optionen"
|
5312 |
|
5313 |
+
#: app/features/mec/styling.php:55
|
5314 |
msgid "Color Skin"
|
5315 |
msgstr "Farbe Skin"
|
5316 |
|
5317 |
+
#: app/features/mec/styling.php:58
|
5318 |
msgid "Predefined Color Skin"
|
5319 |
msgstr "Vordefinierte Farbenoberfläche"
|
5320 |
|
5321 |
+
#: app/features/mec/styling.php:101
|
5322 |
msgid "Custom Color Skin"
|
5323 |
msgstr "Benutzerdefinierte Farboberfläche"
|
5324 |
|
5325 |
+
#: app/features/mec/styling.php:107
|
5326 |
msgid ""
|
5327 |
"If you want to select a predefined color skin, you must clear the color of "
|
5328 |
"this item"
|
5329 |
msgstr ""
|
5330 |
|
5331 |
+
#: app/features/mec/styling.php:112
|
5332 |
msgid "Advanced Color Options (shortcodes)"
|
5333 |
msgstr ""
|
5334 |
|
5335 |
+
#: app/features/mec/styling.php:124
|
5336 |
#, fuzzy
|
5337 |
#| msgid "Title of event"
|
5338 |
msgid "Title Hover"
|
5339 |
msgstr "Titel der Veranstaltung"
|
5340 |
|
5341 |
+
#: app/features/mec/styling.php:141
|
5342 |
msgid "Typography"
|
5343 |
msgstr "Typographie"
|
5344 |
|
5345 |
+
#: app/features/mec/styling.php:143
|
5346 |
msgid "Heading (Events Title) Font Family"
|
5347 |
msgstr "Schriftart Überschrift (Titel der Veranstaltung)"
|
5348 |
|
5349 |
+
#: app/features/mec/styling.php:169
|
5350 |
msgid "Paragraph Font Family"
|
5351 |
msgstr "Schriftart Absätze"
|
5352 |
|
5353 |
+
#: app/features/mec/styling.php:196 app/features/mec/styling.php:202
|
5354 |
#, fuzzy
|
5355 |
#| msgid "Enable Google Recaptcha"
|
5356 |
msgid "Disable Google Fonts"
|
5357 |
msgstr "Google Recaptcha aktivieren"
|
5358 |
|
5359 |
+
#: app/features/mec/styling.php:203
|
5360 |
msgid "To be GDPR compliant you may need to disable Google fonts!"
|
5361 |
msgstr ""
|
5362 |
|
5363 |
+
#: app/features/mec/styling.php:212
|
5364 |
msgid "Container Width"
|
5365 |
msgstr ""
|
5366 |
|
5367 |
+
#: app/features/mec/styling.php:214 app/features/mec/styling.php:219
|
5368 |
msgid "Desktop Normal Screens"
|
5369 |
msgstr ""
|
5370 |
|
5371 |
+
#: app/features/mec/styling.php:220 app/features/mec/styling.php:233
|
5372 |
msgid "You can enter your theme container size in this field"
|
5373 |
msgstr ""
|
5374 |
|
5375 |
+
#: app/features/mec/styling.php:227 app/features/mec/styling.php:232
|
5376 |
msgid "Desktop Large Screens"
|
5377 |
msgstr ""
|
5378 |
|
5711 |
msgid "Go to support forum"
|
5712 |
msgstr "Support Forum"
|
5713 |
|
5714 |
+
#: app/features/mec/support.php:52 app/libraries/main.php:775
|
5715 |
msgid "Styling Options"
|
5716 |
msgstr "Styling-Optionen"
|
5717 |
|
5718 |
+
#: app/features/mec/support.php:59 app/libraries/main.php:782
|
5719 |
msgid "Custom CSS"
|
5720 |
msgstr "Custom CSS"
|
5721 |
|
5849 |
msgid "eg. https://webnus.net"
|
5850 |
msgstr "http://webnus.net"
|
5851 |
|
5852 |
+
#: app/features/organizers.php:311 app/libraries/main.php:4900
|
5853 |
#: app/skins/single.php:845
|
5854 |
msgid "Other Organizers"
|
5855 |
msgstr "Andere Veranstalter"
|
5871 |
msgid "#"
|
5872 |
msgstr ""
|
5873 |
|
5874 |
+
#: app/features/profile/profile.php:35 app/libraries/main.php:2909
|
5875 |
msgid "Status"
|
5876 |
msgstr ""
|
5877 |
|
5878 |
+
#: app/features/profile/profile.php:38 app/libraries/main.php:2046
|
5879 |
msgid "Attendees"
|
5880 |
msgstr "Teilnehmer"
|
5881 |
|
5890 |
msgid "<i class=\"mec-sl-eye\"></i> %s"
|
5891 |
msgstr ""
|
5892 |
|
5893 |
+
#: app/features/profile/profile.php:97 app/libraries/main.php:2060
|
5894 |
+
#: app/libraries/main.php:4898
|
5895 |
msgid "Ticket"
|
5896 |
msgstr "Ticket"
|
5897 |
|
5928 |
msgstr ""
|
5929 |
|
5930 |
#: app/features/search_bar/search_result.php:11
|
5931 |
+
#: app/libraries/notifications.php:743 app/libraries/render.php:437
|
5932 |
#: app/modules/local-time/details.php:47 app/modules/next-event/details.php:101
|
5933 |
#: app/skins/single.php:160 app/skins/single.php:736
|
5934 |
+
#: app/skins/single/default.php:89 app/skins/single/default.php:301
|
5935 |
#: app/skins/single/m1.php:34 app/skins/single/modern.php:184
|
5936 |
msgid "All of the day"
|
5937 |
msgstr "Den ganzen Tag"
|
6036 |
msgid "day"
|
6037 |
msgstr "Tag"
|
6038 |
|
6039 |
+
#: app/libraries/factory.php:341 app/modules/countdown/details.php:125
|
6040 |
+
#: app/skins/available_spot/tpl.php:165 app/skins/countdown/tpl.php:158
|
6041 |
+
#: app/skins/countdown/tpl.php:202 app/skins/countdown/tpl.php:251
|
6042 |
msgid "days"
|
6043 |
msgstr "Tage"
|
6044 |
|
6046 |
msgid "hour"
|
6047 |
msgstr "Stunde"
|
6048 |
|
6049 |
+
#: app/libraries/factory.php:343 app/modules/countdown/details.php:132
|
6050 |
+
#: app/skins/available_spot/tpl.php:169 app/skins/countdown/tpl.php:164
|
6051 |
+
#: app/skins/countdown/tpl.php:208 app/skins/countdown/tpl.php:257
|
6052 |
msgid "hours"
|
6053 |
msgstr "Stunden"
|
6054 |
|
6056 |
msgid "minute"
|
6057 |
msgstr "Minute"
|
6058 |
|
6059 |
+
#: app/libraries/factory.php:345 app/modules/countdown/details.php:139
|
6060 |
+
#: app/skins/available_spot/tpl.php:173 app/skins/countdown/tpl.php:170
|
6061 |
+
#: app/skins/countdown/tpl.php:214 app/skins/countdown/tpl.php:263
|
6062 |
msgid "minutes"
|
6063 |
msgstr "Minuten"
|
6064 |
|
6066 |
msgid "second"
|
6067 |
msgstr "Sekunde"
|
6068 |
|
6069 |
+
#: app/libraries/factory.php:347 app/modules/countdown/details.php:146
|
6070 |
+
#: app/skins/available_spot/tpl.php:177 app/skins/countdown/tpl.php:176
|
6071 |
+
#: app/skins/countdown/tpl.php:220 app/skins/countdown/tpl.php:269
|
6072 |
msgid "seconds"
|
6073 |
msgstr "Sekunden"
|
6074 |
|
6086 |
"Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
|
6087 |
"Beitrag handelt."
|
6088 |
|
6089 |
+
#: app/libraries/main.php:330 app/libraries/main.php:1572
|
6090 |
+
#: app/libraries/main.php:1597
|
6091 |
msgid "Grid View"
|
6092 |
msgstr "Rasterdarstellung"
|
6093 |
|
6094 |
+
#: app/libraries/main.php:331 app/libraries/main.php:1573
|
6095 |
+
#: app/libraries/main.php:1598
|
6096 |
msgid "Agenda View"
|
6097 |
msgstr "Agendaansicht"
|
6098 |
|
6099 |
+
#: app/libraries/main.php:332 app/libraries/main.php:1564
|
6100 |
+
#: app/libraries/main.php:1589
|
6101 |
msgid "Full Calendar"
|
6102 |
msgstr "Ganzer Kalender"
|
6103 |
|
6104 |
+
#: app/libraries/main.php:334 app/libraries/main.php:1566
|
6105 |
+
#: app/libraries/main.php:1591
|
6106 |
msgid "Calendar/Monthly View"
|
6107 |
msgstr "Kalender-/Monatsansicht"
|
6108 |
|
6109 |
+
#: app/libraries/main.php:337 app/libraries/main.php:1569
|
6110 |
+
#: app/libraries/main.php:1594
|
6111 |
msgid "Timetable View"
|
6112 |
msgstr "Stundenplan"
|
6113 |
|
6114 |
+
#: app/libraries/main.php:338 app/libraries/main.php:1570
|
6115 |
+
#: app/libraries/main.php:1595
|
6116 |
msgid "Masonry View"
|
6117 |
msgstr "Kachel Ansicht"
|
6118 |
|
6119 |
+
#: app/libraries/main.php:339 app/libraries/main.php:1574
|
6120 |
+
#: app/libraries/main.php:1599
|
6121 |
msgid "Map View"
|
6122 |
msgstr "Kartenansicht"
|
6123 |
|
6141 |
msgid "Slider View"
|
6142 |
msgstr "Slideransicht"
|
6143 |
|
6144 |
+
#: app/libraries/main.php:382 app/libraries/main.php:4878
|
6145 |
msgid "SU"
|
6146 |
msgstr "SO"
|
6147 |
|
6148 |
+
#: app/libraries/main.php:383 app/libraries/main.php:4879
|
6149 |
msgid "MO"
|
6150 |
msgstr "MO"
|
6151 |
|
6152 |
+
#: app/libraries/main.php:384 app/libraries/main.php:4880
|
6153 |
msgid "TU"
|
6154 |
msgstr "DI"
|
6155 |
|
6156 |
+
#: app/libraries/main.php:385 app/libraries/main.php:4881
|
6157 |
msgid "WE"
|
6158 |
msgstr "MI"
|
6159 |
|
6160 |
+
#: app/libraries/main.php:386 app/libraries/main.php:4882
|
6161 |
msgid "TH"
|
6162 |
msgstr "DO"
|
6163 |
|
6164 |
+
#: app/libraries/main.php:387 app/libraries/main.php:4883
|
6165 |
msgid "FR"
|
6166 |
msgstr "FR"
|
6167 |
|
6168 |
+
#: app/libraries/main.php:388 app/libraries/main.php:4884
|
6169 |
msgid "SA"
|
6170 |
msgstr "SA"
|
6171 |
|
6181 |
msgid "Additional Locations"
|
6182 |
msgstr "Zusätzliche Organisatoren"
|
6183 |
|
6184 |
+
#: app/libraries/main.php:629
|
6185 |
#, fuzzy
|
6186 |
#| msgid "Single Event Style"
|
6187 |
msgid "Single Event"
|
6188 |
msgstr "Single Event Stil"
|
6189 |
|
6190 |
+
#: app/libraries/main.php:695
|
6191 |
#, fuzzy
|
6192 |
#| msgid "Social Module : "
|
6193 |
msgid "Modules"
|
6194 |
msgstr "Social Modul:"
|
6195 |
|
6196 |
+
#: app/libraries/main.php:865
|
6197 |
msgid "New Addons For MEC! Now Customize MEC in Elementor"
|
6198 |
msgstr ""
|
6199 |
|
6200 |
+
#: app/libraries/main.php:872
|
6201 |
msgid ""
|
6202 |
"The time has come at last, and the new practical add-ons for MEC have been "
|
6203 |
"released. This is a revolution in the world of Event Calendars. We have "
|
6205 |
"below:"
|
6206 |
msgstr ""
|
6207 |
|
6208 |
+
#: app/libraries/main.php:874
|
6209 |
msgid ""
|
6210 |
"<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
|
6211 |
"products) and Woo products at the same time."
|
6212 |
msgstr ""
|
6213 |
|
6214 |
+
#: app/libraries/main.php:875
|
6215 |
msgid ""
|
6216 |
"<strong>Elementor Single Builder:</strong> It enables you to create "
|
6217 |
"shortcodes in Elementor Live Editor."
|
6218 |
msgstr ""
|
6219 |
|
6220 |
+
#: app/libraries/main.php:876
|
6221 |
msgid ""
|
6222 |
"<strong>Elementor Form Builder:</strong> It allows you to use many different "
|
6223 |
"type of fields and rearrange them by drag and drop and modify their styles."
|
6224 |
msgstr ""
|
6225 |
|
6226 |
+
#: app/libraries/main.php:877
|
6227 |
msgid ""
|
6228 |
"<strong>Elementor Shortcode Builder:</strong> Edit single event page using "
|
6229 |
"Elementor. Manage the position of all elements in the Single page and in "
|
6230 |
"desktops, mobiles and tablets as well."
|
6231 |
msgstr ""
|
6232 |
|
6233 |
+
#: app/libraries/main.php:1426
|
6234 |
msgid "Events at this location"
|
6235 |
msgstr "Veranstaltungen an diesem Ort "
|
6236 |
|
6237 |
+
#: app/libraries/main.php:1426
|
6238 |
msgid "Event at this location"
|
6239 |
msgstr "Veranstaltung an diesem Ort "
|
6240 |
|
6241 |
+
#: app/libraries/main.php:1468
|
6242 |
msgid "Facebook"
|
6243 |
msgstr "Facebook"
|
6244 |
|
6245 |
+
#: app/libraries/main.php:1469
|
6246 |
msgid "Twitter"
|
6247 |
msgstr "Twitter"
|
6248 |
|
6249 |
+
#: app/libraries/main.php:1470 app/libraries/main.php:1520
|
6250 |
msgid "Linkedin"
|
6251 |
msgstr "Linkedin"
|
6252 |
|
6253 |
+
#: app/libraries/main.php:1471 app/libraries/main.php:1553
|
6254 |
msgid "VK"
|
6255 |
msgstr ""
|
6256 |
|
6257 |
+
#: app/libraries/main.php:1490
|
6258 |
msgid "Share on Facebook"
|
6259 |
msgstr "Teilen auf Facebook"
|
6260 |
|
6261 |
+
#: app/libraries/main.php:1505
|
6262 |
msgid "Tweet"
|
6263 |
msgstr "Tweet"
|
6264 |
|
6265 |
+
#: app/libraries/main.php:1575
|
6266 |
#, fuzzy
|
6267 |
#| msgid "Shortcode"
|
6268 |
msgid "Custom Shortcode"
|
6269 |
msgstr "Shortcode"
|
6270 |
|
6271 |
+
#: app/libraries/main.php:1934
|
6272 |
msgid "Your booking successfully verified."
|
6273 |
msgstr "Ihre Buchung wurde erfolgreich verifiziert."
|
6274 |
|
6275 |
+
#: app/libraries/main.php:1935
|
6276 |
msgid "Your booking cannot verify!"
|
6277 |
msgstr "Ihre Buchung kann nicht verifiziert werden!"
|
6278 |
|
6279 |
+
#: app/libraries/main.php:1947
|
6280 |
msgid "Your booking successfully canceled."
|
6281 |
msgstr "Ihre Buchung wurde erfolgreich storniert."
|
6282 |
|
6283 |
+
#: app/libraries/main.php:1948
|
6284 |
msgid "Your booking cannot be canceled."
|
6285 |
msgstr "Ihre Buchung kann nicht storniert werden."
|
6286 |
|
6287 |
+
#: app/libraries/main.php:1952
|
6288 |
msgid "You canceled the payment successfully."
|
6289 |
msgstr "Sie haben die Zahlung erfolgreich storniert."
|
6290 |
|
6291 |
+
#: app/libraries/main.php:1956
|
6292 |
msgid "You returned from payment gateway successfully."
|
6293 |
msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
|
6294 |
|
6295 |
+
#: app/libraries/main.php:1972
|
6296 |
#, fuzzy
|
6297 |
#| msgid "Cannot find the booking!"
|
6298 |
msgid "Cannot find the invoice!"
|
6299 |
msgstr "Kann die Buchung nicht finden!"
|
6300 |
|
6301 |
+
#: app/libraries/main.php:1972
|
6302 |
#, fuzzy
|
6303 |
#| msgid "Booking is invalid."
|
6304 |
msgid "Invoice is invalid."
|
6305 |
msgstr "Buchung ist ungültig."
|
6306 |
|
6307 |
+
#: app/libraries/main.php:1987
|
6308 |
msgid "Cannot find the booking!"
|
6309 |
msgstr "Kann die Buchung nicht finden!"
|
6310 |
|
6311 |
+
#: app/libraries/main.php:1987
|
6312 |
msgid "Booking is invalid."
|
6313 |
msgstr "Buchung ist ungültig."
|
6314 |
|
6315 |
+
#: app/libraries/main.php:2016
|
6316 |
#, php-format
|
6317 |
msgid "%s Invoice"
|
6318 |
msgstr "% s Rechnung"
|
6319 |
|
6320 |
+
#: app/libraries/main.php:2037
|
6321 |
msgid "Transaction ID"
|
6322 |
msgstr "Transaktions-ID"
|
6323 |
|
6324 |
+
#: app/libraries/main.php:2090
|
6325 |
msgid "Billing"
|
6326 |
msgstr "Abrechnung"
|
6327 |
|
6328 |
+
#: app/libraries/main.php:2101
|
6329 |
msgid "Total"
|
6330 |
msgstr "Gesamt"
|
6331 |
|
6332 |
+
#: app/libraries/main.php:2134
|
6333 |
msgid "Security nonce is not valid."
|
6334 |
msgstr "Sicherheits-Nonce ist ungültig."
|
6335 |
|
6336 |
+
#: app/libraries/main.php:2134 app/libraries/main.php:2166
|
6337 |
msgid "iCal export stopped!"
|
6338 |
msgstr "iCal Export wurde unterbrochen!"
|
6339 |
|
6340 |
+
#: app/libraries/main.php:2166
|
6341 |
#, fuzzy
|
6342 |
#| msgid "Request is invalid!"
|
6343 |
msgid "Request is not valid."
|
6344 |
msgstr "Die Anfrage ist ungültig!"
|
6345 |
|
6346 |
+
#: app/libraries/main.php:2493 app/libraries/main.php:2523
|
6347 |
+
#: app/libraries/main.php:2552 app/libraries/main.php:2582
|
6348 |
+
#: app/libraries/main.php:2611 app/libraries/main.php:2640
|
6349 |
+
#: app/libraries/main.php:2669 app/libraries/main.php:2698
|
6350 |
+
#: app/libraries/main.php:2727 app/libraries/main.php:2751
|
6351 |
+
#: app/libraries/main.php:2795 app/libraries/main.php:2839
|
6352 |
+
#: app/libraries/main.php:2886 app/libraries/main.php:2933
|
6353 |
msgid "Sort"
|
6354 |
msgstr "Sortieren"
|
6355 |
|
6356 |
+
#: app/libraries/main.php:2499 app/libraries/main.php:2529
|
6357 |
+
#: app/libraries/main.php:2558 app/libraries/main.php:2588
|
6358 |
+
#: app/libraries/main.php:2617 app/libraries/main.php:2646
|
6359 |
+
#: app/libraries/main.php:2675 app/libraries/main.php:2704
|
6360 |
+
#: app/libraries/main.php:2757 app/libraries/main.php:2801
|
6361 |
+
#: app/libraries/main.php:2845 app/libraries/main.php:2892
|
6362 |
msgid "Required Field"
|
6363 |
msgstr "Pflichtfeld"
|
6364 |
|
6365 |
+
#: app/libraries/main.php:2505 app/libraries/main.php:2535
|
6366 |
+
#: app/libraries/main.php:2564 app/libraries/main.php:2594
|
6367 |
+
#: app/libraries/main.php:2623 app/libraries/main.php:2652
|
6368 |
+
#: app/libraries/main.php:2681 app/libraries/main.php:2710
|
6369 |
+
#: app/libraries/main.php:2763 app/libraries/main.php:2807
|
6370 |
+
#: app/libraries/main.php:2851 app/libraries/main.php:2898
|
6371 |
msgid "Insert a label for this field"
|
6372 |
msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
|
6373 |
|
6374 |
+
#: app/libraries/main.php:2733
|
6375 |
msgid "HTML and shortcode are allowed."
|
6376 |
msgstr "HTML und shortcodes sind erlaubt."
|
6377 |
|
6378 |
+
#: app/libraries/main.php:2776 app/libraries/main.php:2820
|
6379 |
+
#: app/libraries/main.php:2864
|
6380 |
msgid "Option"
|
6381 |
msgstr "Option"
|
6382 |
|
6383 |
+
#: app/libraries/main.php:2898
|
6384 |
#, php-format
|
6385 |
msgid "Instead of %s, the page title with a link will be show."
|
6386 |
msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
|
6387 |
|
6388 |
+
#: app/libraries/main.php:2900
|
6389 |
msgid "Agreement Page"
|
6390 |
msgstr "Zustimmungsseite"
|
6391 |
|
6392 |
+
#: app/libraries/main.php:2911
|
6393 |
msgid "Checked by default"
|
6394 |
msgstr ""
|
6395 |
|
6396 |
+
#: app/libraries/main.php:2912
|
6397 |
msgid "Unchecked by default"
|
6398 |
msgstr ""
|
6399 |
|
6400 |
+
#: app/libraries/main.php:2935
|
6401 |
msgid "Insert a label for this option"
|
6402 |
msgstr "Ein neues Label für diese Option einfügen"
|
6403 |
|
6404 |
+
#: app/libraries/main.php:2950
|
6405 |
msgid "Free"
|
6406 |
msgstr "kostenfrei"
|
6407 |
|
6408 |
+
#: app/libraries/main.php:3544 app/libraries/main.php:5125
|
6409 |
#, fuzzy
|
6410 |
#| msgid "M.E. Calendar"
|
6411 |
msgid "M.E. Calender"
|
6412 |
msgstr "M.E. Calender"
|
6413 |
|
6414 |
+
#: app/libraries/main.php:3699
|
6415 |
#, php-format
|
6416 |
msgid "Copy of %s"
|
6417 |
msgstr "Kopie von %s"
|
6418 |
|
6419 |
+
#: app/libraries/main.php:4372
|
6420 |
msgid "Booked an event."
|
6421 |
msgstr "Eine Veranstaltung wurde gebucht."
|
6422 |
|
6423 |
+
#: app/libraries/main.php:4413
|
6424 |
#, php-format
|
6425 |
msgid "%s booked %s event."
|
6426 |
msgstr "%s gebuchtes %s Event"
|
6427 |
|
6428 |
+
#: app/libraries/main.php:4861
|
6429 |
msgid "Taxonomies"
|
6430 |
msgstr "Klassifizierung "
|
6431 |
|
6432 |
+
#: app/libraries/main.php:4863
|
6433 |
msgid "Category Plural Label"
|
6434 |
msgstr "Kategorien"
|
6435 |
|
6436 |
+
#: app/libraries/main.php:4864
|
6437 |
msgid "Category Singular Label"
|
6438 |
msgstr "Kategorie"
|
6439 |
|
6440 |
+
#: app/libraries/main.php:4865
|
6441 |
msgid "Label Plural Label"
|
6442 |
msgstr "Labels"
|
6443 |
|
6444 |
+
#: app/libraries/main.php:4866
|
6445 |
msgid "Label Singular Label"
|
6446 |
msgstr "Label"
|
6447 |
|
6448 |
+
#: app/libraries/main.php:4866
|
6449 |
msgid "label"
|
6450 |
msgstr "label"
|
6451 |
|
6452 |
+
#: app/libraries/main.php:4867
|
6453 |
msgid "Location Plural Label"
|
6454 |
msgstr "Veranstaltungsorte"
|
6455 |
|
6456 |
+
#: app/libraries/main.php:4868
|
6457 |
msgid "Location Singular Label"
|
6458 |
msgstr "Veranstaltungsort"
|
6459 |
|
6460 |
+
#: app/libraries/main.php:4869
|
6461 |
msgid "Organizer Plural Label"
|
6462 |
msgstr "Veranstalter"
|
6463 |
|
6464 |
+
#: app/libraries/main.php:4870
|
6465 |
msgid "Organizer Singular Label"
|
6466 |
msgstr "Veranstalter"
|
6467 |
|
6468 |
+
#: app/libraries/main.php:4871
|
6469 |
#, fuzzy
|
6470 |
#| msgid "Label Plural Label"
|
6471 |
msgid "Speaker Plural Label"
|
6472 |
msgstr "Labels"
|
6473 |
|
6474 |
+
#: app/libraries/main.php:4872
|
6475 |
#, fuzzy
|
6476 |
#| msgid "Label Singular Label"
|
6477 |
msgid "Speaker Singular Label"
|
6478 |
msgstr "Label"
|
6479 |
|
6480 |
+
#: app/libraries/main.php:4878
|
6481 |
msgid "Sunday abbreviation"
|
6482 |
msgstr "Sonntag Abkürzung"
|
6483 |
|
6484 |
+
#: app/libraries/main.php:4879
|
6485 |
msgid "Monday abbreviation"
|
6486 |
msgstr "Montag Abkürzung"
|
6487 |
|
6488 |
+
#: app/libraries/main.php:4880
|
6489 |
msgid "Tuesday abbreviation"
|
6490 |
msgstr "Dienstag Abkürzung"
|
6491 |
|
6492 |
+
#: app/libraries/main.php:4881
|
6493 |
msgid "Wednesday abbreviation"
|
6494 |
msgstr "Mittwoch Abkürzung"
|
6495 |
|
6496 |
+
#: app/libraries/main.php:4882
|
6497 |
msgid "Thursday abbreviation"
|
6498 |
msgstr "Donnerstag Abkürzung"
|
6499 |
|
6500 |
+
#: app/libraries/main.php:4883
|
6501 |
msgid "Friday abbreviation"
|
6502 |
msgstr "Freitag Abkürzung"
|
6503 |
|
6504 |
+
#: app/libraries/main.php:4884
|
6505 |
msgid "Saturday abbreviation"
|
6506 |
msgstr "Samstag Abkürzung "
|
6507 |
|
6508 |
+
#: app/libraries/main.php:4888
|
6509 |
msgid "Others"
|
6510 |
msgstr "Andere"
|
6511 |
|
6512 |
+
#: app/libraries/main.php:4890
|
6513 |
msgid "Booking Success Message"
|
6514 |
msgstr "Buchung erfolgreich Mitteilung"
|
6515 |
|
6516 |
+
#: app/libraries/main.php:4890
|
6517 |
msgid ""
|
6518 |
"Thanks for your booking. Your tickets booked, booking verification might be "
|
6519 |
"needed, please check your email."
|
6521 |
"Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
|
6522 |
"Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
|
6523 |
|
6524 |
+
#: app/libraries/main.php:4891 app/widgets/single.php:131
|
6525 |
msgid "Register Button"
|
6526 |
msgstr "Register Button"
|
6527 |
|
6528 |
+
#: app/libraries/main.php:4891 app/skins/available_spot/tpl.php:223
|
6529 |
#: app/skins/carousel/render.php:156 app/skins/carousel/render.php:192
|
6530 |
#: app/skins/grid/render.php:118 app/skins/grid/render.php:164
|
6531 |
#: app/skins/grid/render.php:206 app/skins/grid/render.php:234
|
6532 |
#: app/skins/list/render.php:107 app/skins/list/render.php:195
|
6533 |
#: app/skins/masonry/render.php:178 app/skins/single.php:757
|
6534 |
+
#: app/skins/single.php:760 app/skins/single/default.php:236
|
6535 |
+
#: app/skins/single/default.php:238 app/skins/single/default.php:448
|
6536 |
+
#: app/skins/single/default.php:450 app/skins/single/m1.php:126
|
6537 |
#: app/skins/single/m1.php:128 app/skins/single/m2.php:58
|
6538 |
#: app/skins/single/m2.php:60 app/skins/single/modern.php:68
|
6539 |
#: app/skins/single/modern.php:70 app/skins/slider/render.php:112
|
6542 |
msgid "REGISTER"
|
6543 |
msgstr "ANMELDEN"
|
6544 |
|
6545 |
+
#: app/libraries/main.php:4892
|
6546 |
msgid "View Detail Button"
|
6547 |
msgstr "Ansicht Detail Button"
|
6548 |
|
6549 |
+
#: app/libraries/main.php:4892 app/skins/carousel/render.php:156
|
6550 |
#: app/skins/carousel/render.php:192 app/skins/grid/render.php:118
|
6551 |
#: app/skins/grid/render.php:164 app/skins/grid/render.php:206
|
6552 |
#: app/skins/grid/render.php:234 app/skins/list/render.php:107
|
6557 |
msgid "View Detail"
|
6558 |
msgstr "Details "
|
6559 |
|
6560 |
+
#: app/libraries/main.php:4893
|
6561 |
msgid "Event Detail Button"
|
6562 |
msgstr "Event Detail Button"
|
6563 |
|
6564 |
+
#: app/libraries/main.php:4893 app/skins/countdown/tpl.php:244
|
6565 |
msgid "Event Detail"
|
6566 |
msgstr "Veranstaltungsdetails"
|
6567 |
|
6568 |
+
#: app/libraries/main.php:4895
|
6569 |
msgid "More Info Link"
|
6570 |
msgstr "Link Mehr Informationen"
|
6571 |
|
6572 |
+
#: app/libraries/main.php:4898
|
6573 |
msgid "Ticket (Singular)"
|
6574 |
msgstr "Ticket"
|
6575 |
|
6576 |
+
#: app/libraries/main.php:4899
|
6577 |
msgid "Tickets (Plural)"
|
6578 |
msgstr "Tickets"
|
6579 |
|
6580 |
+
#: app/libraries/main.php:4985
|
6581 |
msgid "EventON"
|
6582 |
msgstr "EventON"
|
6583 |
|
6584 |
+
#: app/libraries/main.php:4986
|
6585 |
msgid "The Events Calendar"
|
6586 |
msgstr "The Events Calendar"
|
6587 |
|
6588 |
+
#: app/libraries/main.php:4987
|
6589 |
msgid "Events Schedule WP Plugin"
|
6590 |
msgstr "Event Zeitplan WP-Plugin"
|
6591 |
|
6592 |
+
#: app/libraries/main.php:4988
|
6593 |
msgid "Calendarize It"
|
6594 |
msgstr ""
|
6595 |
|
6596 |
+
#: app/libraries/main.php:5062 app/libraries/main.php:5082
|
6597 |
msgid "Confirmed"
|
6598 |
msgstr "Bestätigt"
|
6599 |
|
6600 |
+
#: app/libraries/main.php:5063 app/libraries/main.php:5090
|
6601 |
msgid "Rejected"
|
6602 |
msgstr "Abgelehnt"
|
6603 |
|
6604 |
+
#: app/libraries/main.php:5064 app/libraries/main.php:5086
|
6605 |
msgid "Pending"
|
6606 |
msgstr "Ausstehend"
|
6607 |
|
6608 |
+
#: app/libraries/main.php:5112
|
6609 |
msgid "Waiting"
|
6610 |
msgstr "in Bearbeitung"
|
6611 |
|
6612 |
+
#: app/libraries/main.php:5317 app/libraries/render.php:367
|
6613 |
msgid "Skin controller does not exist."
|
6614 |
msgstr "Skin contoller existiert nicht."
|
6615 |
|
6639 |
msgid "A new event is added."
|
6640 |
msgstr "Eine neue Veranstaltung wurde hinzugefügt."
|
6641 |
|
6642 |
+
#: app/libraries/notifications.php:631
|
6643 |
+
#, fuzzy
|
6644 |
+
#| msgid "The event published."
|
6645 |
+
msgid "Your event is published."
|
6646 |
+
msgstr "Die Veranstaltung wurde veröffentlicht."
|
6647 |
+
|
6648 |
+
#: app/libraries/notifications.php:818
|
6649 |
msgid "to"
|
6650 |
msgstr ""
|
6651 |
|
6652 |
+
#: app/libraries/notifications.php:831 app/modules/export/details.php:27
|
6653 |
msgid "+ Add to Google Calendar"
|
6654 |
msgstr "+ zum Google Calendar hinzufügen"
|
6655 |
|
6656 |
+
#: app/libraries/notifications.php:832 app/modules/export/details.php:28
|
6657 |
msgid "+ iCal export"
|
6658 |
msgstr "+ zu iCal exportieren"
|
6659 |
|
6660 |
+
#: app/libraries/notifications.php:893
|
6661 |
msgid "Yes"
|
6662 |
msgstr "Ja"
|
6663 |
|
6664 |
+
#: app/libraries/notifications.php:893
|
6665 |
msgid "No"
|
6666 |
msgstr "Nein"
|
6667 |
|
6706 |
"Füllen Sie die Informationen anderer Teilnehmer wie das erste Formular aus."
|
6707 |
|
6708 |
#: app/modules/booking/steps/form.php:179
|
6709 |
+
#: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:145
|
6710 |
+
#: app/skins/countdown/tpl.php:189 app/skins/countdown/tpl.php:234
|
6711 |
msgid "Next"
|
6712 |
msgstr "Weiter"
|
6713 |
|
6731 |
"Das% s Ticket ist ausverkauft. Sie können ein anderes Ticket oder ein "
|
6732 |
"anderes Datum ausprobieren."
|
6733 |
|
6734 |
+
#: app/modules/countdown/details.php:41
|
6735 |
msgid "The event is finished."
|
6736 |
msgstr "Das Event ist beendet"
|
6737 |
|
6738 |
+
#: app/modules/countdown/details.php:46
|
6739 |
msgid "The event is ongoing."
|
6740 |
msgstr "Die Veranstaltung ist im Gange."
|
6741 |
|
6775 |
msgstr "Zum Event"
|
6776 |
|
6777 |
#: app/modules/next-event/details.php:95 app/skins/single.php:730
|
6778 |
+
#: app/skins/single/default.php:83 app/skins/single/default.php:295
|
6779 |
#: app/skins/single/m1.php:28 app/skins/single/modern.php:178
|
6780 |
msgid "Time"
|
6781 |
msgstr "Uhrzeit"
|
6845 |
msgid "Load More"
|
6846 |
msgstr "Weitere anzeigen"
|
6847 |
|
6848 |
+
#: app/skins/available_spot/tpl.php:158
|
6849 |
msgid "Available Spot(s):"
|
6850 |
msgstr "Verfügbare Spot (s):"
|
6851 |
|
6852 |
+
#: app/skins/carousel/render.php:213 app/skins/countdown/tpl.php:183
|
6853 |
+
#: app/skins/countdown/tpl.php:227 app/skins/cover/tpl.php:107
|
6854 |
#: app/skins/list/render.php:125
|
6855 |
msgid "EVENT DETAIL"
|
6856 |
msgstr "VERANSTALTUNGSDETAILS"
|
6861 |
msgid "View All Events"
|
6862 |
msgstr "Alle Veranstaltungen"
|
6863 |
|
6864 |
+
#: app/skins/countdown/tpl.php:145 app/skins/countdown/tpl.php:189
|
6865 |
+
#: app/skins/countdown/tpl.php:234
|
6866 |
#, php-format
|
6867 |
msgid "%s Upcoming Event"
|
6868 |
msgstr "%s Kommendes Event"
|
6916 |
msgstr "Ausverkauft!"
|
6917 |
|
6918 |
#: app/skins/single.php:805 app/skins/single.php:860
|
6919 |
+
#: app/skins/single/default.php:208 app/skins/single/default.php:420
|
6920 |
#: app/skins/single/m1.php:100 app/skins/single/m2.php:32
|
6921 |
#: app/skins/single/modern.php:41
|
6922 |
msgid "Phone"
|
6923 |
msgstr "Phone"
|
6924 |
|
6925 |
#: app/skins/single.php:819 app/skins/single.php:874
|
6926 |
+
#: app/skins/single/default.php:222 app/skins/single/default.php:434
|
6927 |
#: app/skins/single/m1.php:114 app/skins/single/m2.php:46
|
6928 |
#: app/skins/single/modern.php:55
|
6929 |
msgid "Website"
|
6935 |
msgid "Speakers:"
|
6936 |
msgstr "Keine Suchoptionen"
|
6937 |
|
6938 |
+
#: app/skins/single/default.php:56 app/skins/single/m1.php:256
|
6939 |
#: app/skins/single/m2.php:183 app/skins/single/modern.php:266
|
6940 |
msgid "Tags: "
|
6941 |
msgstr "Tags:"
|
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-09-
|
5 |
-
"PO-Revision-Date: 2019-09-
|
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:
|
25 |
msgid "Content"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:
|
29 |
-
#: app/features/mec.php:
|
30 |
msgid "Shortcode"
|
31 |
msgstr ""
|
32 |
|
@@ -60,14 +60,14 @@ msgstr ""
|
|
60 |
msgid "Event Color"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: app/features/contextual.php:55 app/features/mec.php:
|
64 |
#: app/features/mec/dashboard.php:135 app/features/mec/support-page.php:168
|
65 |
-
#: app/features/mec/support.php:20 app/libraries/main.php:
|
66 |
msgid "Settings"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: app/features/contextual.php:62 app/features/events.php:
|
70 |
-
#: app/features/mec/booking.php:
|
71 |
#: app/libraries/main.php:554
|
72 |
msgid "Booking Form"
|
73 |
msgstr ""
|
@@ -81,7 +81,7 @@ msgid ""
|
|
81 |
"YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: app/features/contextual.php:70 app/features/mec/booking.php:
|
85 |
#: app/features/mec/support.php:36 app/libraries/main.php:555
|
86 |
msgid "Payment Gateways"
|
87 |
msgstr ""
|
@@ -94,7 +94,7 @@ msgid ""
|
|
94 |
msgstr ""
|
95 |
|
96 |
#: app/features/contextual.php:77 app/features/mec/support.php:45
|
97 |
-
#: app/libraries/main.php:
|
98 |
msgid "Notifications"
|
99 |
msgstr ""
|
100 |
|
@@ -205,19 +205,19 @@ msgstr ""
|
|
205 |
msgid "Frontend Event Submission"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: app/features/contextual.php:298 app/features/events.php:
|
209 |
#: app/libraries/main.php:543
|
210 |
msgid "Exceptional Days"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: app/features/contextual.php:308 app/features/events.php:
|
214 |
-
#: app/features/mec/booking.php:88 app/features/mec/notifications.php:
|
215 |
#: app/libraries/main.php:550 app/libraries/main.php:571
|
216 |
-
#: app/libraries/main.php:
|
217 |
msgid "Booking"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: app/features/contextual.php:318 app/features/mec/booking.php:
|
221 |
#: app/libraries/main.php:551
|
222 |
msgid "Coupons"
|
223 |
msgstr ""
|
@@ -236,13 +236,13 @@ msgstr ""
|
|
236 |
msgid "MEC Activation"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: app/features/events.php:
|
240 |
#: app/features/mec/dashboard.php:229 app/skins/daily_view/tpl.php:79
|
241 |
#: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
|
242 |
msgid "Events"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: app/features/events.php:
|
246 |
#: app/features/mec/meta_boxes/display_options.php:921
|
247 |
#: app/features/mec/meta_boxes/display_options.php:977
|
248 |
#: app/features/mec/meta_boxes/display_options.php:1012
|
@@ -251,36 +251,36 @@ msgstr ""
|
|
251 |
msgid "Event"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: app/features/events.php:
|
255 |
msgid "Add Event"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: app/features/events.php:
|
259 |
msgid "Add New Event"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: app/features/events.php:
|
263 |
#: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:57
|
264 |
msgid "No events found!"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: app/features/events.php:
|
268 |
msgid "All Events"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: app/features/events.php:
|
272 |
msgid "Edit Event"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: app/features/events.php:
|
276 |
msgid "View Event"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: app/features/events.php:
|
280 |
msgid "No events found in Trash!"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: app/features/events.php:
|
284 |
#: app/features/mec/meta_boxes/display_options.php:832
|
285 |
#: app/features/mec/meta_boxes/search_form.php:31
|
286 |
#: app/features/mec/meta_boxes/search_form.php:93
|
@@ -293,125 +293,125 @@ msgstr ""
|
|
293 |
#: app/features/mec/meta_boxes/search_form.php:514
|
294 |
#: app/features/mec/meta_boxes/search_form.php:575
|
295 |
#: app/features/mec/settings.php:719 app/features/mec/single.php:204
|
296 |
-
#: app/libraries/main.php:
|
297 |
-
#: app/skins/single.php:559 app/skins/single/default.php:
|
298 |
-
#: app/skins/single/default.php:
|
299 |
#: app/skins/single/m2.php:102 app/skins/single/modern.php:110
|
300 |
msgid "Category"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: app/features/events.php:
|
304 |
-
#: app/features/fes/form.php:745 app/features/mec.php:
|
305 |
-
#: app/features/mec/meta_boxes/filter.php:81 app/libraries/main.php:
|
306 |
msgid "Categories"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: app/features/events.php:
|
310 |
#: app/features/locations.php:69 app/features/organizers.php:69
|
311 |
#: app/features/speakers.php:70
|
312 |
#, php-format
|
313 |
msgid "All %s"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: app/features/events.php:
|
317 |
#: app/features/locations.php:70 app/features/organizers.php:70
|
318 |
#: app/features/speakers.php:71
|
319 |
#, php-format
|
320 |
msgid "Edit %s"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: app/features/events.php:
|
324 |
#: app/features/locations.php:71 app/features/organizers.php:71
|
325 |
#: app/features/speakers.php:72
|
326 |
#, php-format
|
327 |
msgid "View %s"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: app/features/events.php:
|
331 |
#: app/features/locations.php:72 app/features/organizers.php:72
|
332 |
#: app/features/speakers.php:73
|
333 |
#, php-format
|
334 |
msgid "Update %s"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: app/features/events.php:
|
338 |
#: app/features/locations.php:73 app/features/organizers.php:73
|
339 |
#: app/features/speakers.php:74
|
340 |
#, php-format
|
341 |
msgid "Add New %s"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: app/features/events.php:
|
345 |
#: app/features/locations.php:74 app/features/organizers.php:74
|
346 |
#: app/features/speakers.php:75
|
347 |
#, php-format
|
348 |
msgid "New %s Name"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: app/features/events.php:
|
352 |
#: app/features/locations.php:75 app/features/organizers.php:75
|
353 |
#: app/features/speakers.php:76
|
354 |
#, php-format
|
355 |
msgid "Popular %s"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: app/features/events.php:
|
359 |
#: app/features/locations.php:76 app/features/organizers.php:76
|
360 |
#: app/features/speakers.php:77
|
361 |
#, php-format
|
362 |
msgid "Search %s"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: app/features/events.php:
|
366 |
msgid "Category Icon"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: app/features/events.php:
|
370 |
msgid "Select icon"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: app/features/events.php:
|
374 |
msgid "Event Details"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: app/features/events.php:
|
378 |
msgid "Note for reviewer"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: app/features/events.php:
|
382 |
msgid "Guest Data"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: app/features/events.php:
|
386 |
#: app/features/fes/form.php:668 app/features/labels.php:178
|
387 |
#: app/features/mec/booking.php:45 app/features/organizers.php:279
|
388 |
-
#: app/features/profile/profile.php:91 app/libraries/notifications.php:
|
389 |
#: app/modules/booking/steps/form.php:37
|
390 |
msgid "Name"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: app/features/events.php:
|
394 |
-
#: app/features/events.php:
|
395 |
-
#: app/features/mec/booking.php:57 app/features/mec/booking.php:
|
396 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
397 |
#: app/features/profile/profile.php:94 app/features/speakers.php:124
|
398 |
-
#: app/features/speakers.php:184 app/libraries/main.php:
|
399 |
-
#: app/libraries/main.php:
|
400 |
-
#: app/libraries/notifications.php:
|
401 |
#: app/modules/booking/steps/form.php:84 app/skins/single.php:812
|
402 |
-
#: app/skins/single.php:867 app/skins/single/default.php:
|
403 |
-
#: app/skins/single/default.php:
|
404 |
#: app/skins/single/m2.php:39 app/skins/single/modern.php:48
|
405 |
msgid "Email"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: app/features/events.php:
|
409 |
msgid "Date and Time"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: app/features/events.php:
|
413 |
-
#: app/features/events.php:
|
414 |
-
#: app/features/events.php:
|
415 |
#: app/features/fes/form.php:240 app/features/ix.php:2743
|
416 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:38
|
417 |
#: app/features/mec/dashboard.php:373
|
@@ -431,66 +431,66 @@ msgstr ""
|
|
431 |
msgid "Start Date"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: app/features/events.php:
|
435 |
-
#: app/features/events.php:
|
436 |
-
#: app/features/events.php:
|
437 |
#: app/features/fes/form.php:268 app/features/fes/form.php:308
|
438 |
msgid "AM"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: app/features/events.php:
|
442 |
-
#: app/features/events.php:
|
443 |
-
#: app/features/events.php:
|
444 |
#: app/features/fes/form.php:269 app/features/fes/form.php:309
|
445 |
msgid "PM"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: app/features/events.php:
|
449 |
-
#: app/features/events.php:
|
450 |
-
#: app/features/events.php:
|
451 |
#: app/features/fes/form.php:280 app/features/ix.php:2743
|
452 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:44
|
453 |
#: app/features/mec/dashboard.php:374
|
454 |
msgid "End Date"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: app/features/events.php:
|
458 |
msgid "All Day Event"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: app/features/events.php:
|
462 |
msgid "Hide Event Time"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: app/features/events.php:
|
466 |
msgid "Hide Event End Time"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: app/features/events.php:
|
470 |
#: app/features/fes/form.php:325
|
471 |
msgid "Time Comment"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: app/features/events.php:
|
475 |
msgid ""
|
476 |
"It shows next to event time on single event page. You can insert Timezone "
|
477 |
"etc. in this field."
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: app/features/events.php:
|
481 |
-
#: app/features/events.php:
|
482 |
-
#: app/features/events.php:
|
483 |
-
#: app/features/events.php:
|
484 |
-
#: app/features/events.php:
|
485 |
-
#: app/features/events.php:
|
486 |
-
#: app/features/events.php:
|
487 |
-
#: app/features/events.php:
|
488 |
#: app/features/fes/form.php:630 app/features/locations.php:299
|
489 |
-
#: app/features/mec/booking.php:108 app/features/mec/booking.php:
|
490 |
-
#: app/features/mec/booking.php:
|
491 |
-
#: app/features/mec/booking.php:
|
492 |
-
#: app/features/mec/booking.php:
|
493 |
-
#: app/features/mec/booking.php:
|
494 |
#: app/features/mec/meta_boxes/display_options.php:66
|
495 |
#: app/features/mec/meta_boxes/display_options.php:79
|
496 |
#: app/features/mec/meta_boxes/display_options.php:92
|
@@ -524,13 +524,14 @@ msgstr ""
|
|
524 |
#: app/features/mec/modules.php:53 app/features/mec/modules.php:86
|
525 |
#: app/features/mec/modules.php:103 app/features/mec/modules.php:138
|
526 |
#: app/features/mec/modules.php:154 app/features/mec/modules.php:312
|
527 |
-
#: app/features/mec/notifications.php:
|
528 |
-
#: app/features/mec/notifications.php:
|
529 |
-
#: app/features/mec/notifications.php:
|
530 |
-
#: app/features/mec/notifications.php:
|
531 |
-
#: app/features/mec/notifications.php:
|
532 |
-
#: app/features/mec/notifications.php:
|
533 |
-
#: app/features/mec/notifications.php:
|
|
|
534 |
#: app/features/mec/settings.php:85 app/features/mec/settings.php:112
|
535 |
#: app/features/mec/settings.php:147 app/features/mec/settings.php:168
|
536 |
#: app/features/mec/settings.php:188 app/features/mec/settings.php:265
|
@@ -543,479 +544,479 @@ msgstr ""
|
|
543 |
#: app/features/mec/single.php:42 app/features/mec/single.php:58
|
544 |
#: app/features/mec/single.php:77 app/features/mec/single.php:94
|
545 |
#: app/features/mec/single.php:110 app/features/mec/single.php:124
|
546 |
-
#: app/features/mec/single.php:162 app/features/mec/styling.php:
|
547 |
-
#: app/features/mec/styling.php:
|
548 |
#: app/features/organizers.php:272 app/skins/single.php:657
|
549 |
-
#: app/skins/single/default.php:
|
550 |
#: app/skins/single/m1.php:192 app/skins/single/m2.php:125
|
551 |
#: app/skins/single/modern.php:133
|
552 |
msgid "Read More"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: app/features/events.php:
|
556 |
msgid "Repeating"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: app/features/events.php:
|
560 |
msgid "Event Repeating"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: app/features/events.php:
|
564 |
msgid "Repeats"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: app/features/events.php:
|
568 |
#: app/features/mec/dashboard.php:376 app/skins/full_calendar/tpl.php:109
|
569 |
msgid "Daily"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: app/features/events.php:
|
573 |
msgid "Every Weekday"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: app/features/events.php:
|
577 |
msgid "Every Weekend"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: app/features/events.php:
|
581 |
msgid "Certain Weekdays"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: app/features/events.php:
|
585 |
#: app/skins/full_calendar/tpl.php:108
|
586 |
msgid "Weekly"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: app/features/events.php:
|
590 |
#: app/features/mec/dashboard.php:377 app/skins/full_calendar/tpl.php:107
|
591 |
msgid "Monthly"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: app/features/events.php:
|
595 |
#: app/features/mec/dashboard.php:378 app/skins/full_calendar/tpl.php:106
|
596 |
msgid "Yearly"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: app/features/events.php:
|
600 |
msgid "Custom Days"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: app/features/events.php:
|
604 |
msgid "Advanced"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: app/features/events.php:
|
608 |
msgid "Repeat Interval"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: app/features/events.php:
|
612 |
msgid "Repeat interval"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: app/features/events.php:
|
616 |
msgid "Week Days"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: app/features/events.php:
|
620 |
#: app/features/mec/meta_boxes/display_options.php:764
|
621 |
#: app/libraries/main.php:407
|
622 |
msgid "Monday"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: app/features/events.php:
|
626 |
#: app/features/mec/meta_boxes/display_options.php:765
|
627 |
#: app/libraries/main.php:407
|
628 |
msgid "Tuesday"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: app/features/events.php:
|
632 |
#: app/features/mec/meta_boxes/display_options.php:766
|
633 |
#: app/libraries/main.php:407
|
634 |
msgid "Wednesday"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: app/features/events.php:
|
638 |
#: app/features/mec/meta_boxes/display_options.php:767
|
639 |
#: app/libraries/main.php:407
|
640 |
msgid "Thursday"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: app/features/events.php:
|
644 |
#: app/features/mec/meta_boxes/display_options.php:768
|
645 |
#: app/libraries/main.php:407
|
646 |
msgid "Friday"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: app/features/events.php:
|
650 |
#: app/features/mec/meta_boxes/display_options.php:769
|
651 |
#: app/libraries/main.php:407
|
652 |
msgid "Saturday"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/features/events.php:
|
656 |
#: app/features/mec/meta_boxes/display_options.php:763
|
657 |
#: app/libraries/main.php:407
|
658 |
msgid "Sunday"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: app/features/events.php:
|
662 |
-
#: app/features/events.php:
|
663 |
#: app/features/fes/form.php:366 app/features/ix/import_f_calendar.php:42
|
664 |
#: app/features/ix/import_g_calendar.php:51
|
665 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
666 |
msgid "Start"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: app/features/events.php:
|
670 |
-
#: app/features/events.php:
|
671 |
#: app/features/fes/form.php:367
|
672 |
msgid "End"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: app/features/events.php:
|
676 |
-
#: app/features/events.php:
|
677 |
-
#: app/features/events.php:
|
678 |
-
#: app/features/events.php:
|
679 |
-
#: app/features/events.php:
|
680 |
#: app/features/fes/form.php:842
|
681 |
msgid "Add"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: app/features/events.php:
|
685 |
msgid "Custom Days Repeating"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: app/features/events.php:
|
689 |
msgid ""
|
690 |
"Add certain days to event occurrence dates. If you have single day event, "
|
691 |
"start and end date should be the same, If you have multiple day event the "
|
692 |
"start and end dates must be commensurate with the initial date."
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: app/features/events.php:
|
696 |
msgid "First"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: app/features/events.php:
|
700 |
msgid "Second"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: app/features/events.php:
|
704 |
msgid "Third"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: app/features/events.php:
|
708 |
msgid "Fourth"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: app/features/events.php:
|
712 |
msgid "Last"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: app/features/events.php:
|
716 |
msgid "Ends Repeat"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: app/features/events.php:
|
720 |
msgid "Never"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: app/features/events.php:
|
724 |
msgid "On"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: app/features/events.php:
|
728 |
msgid "After"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: app/features/events.php:
|
732 |
#: app/features/fes/form.php:626 app/features/fes/form.php:629
|
733 |
msgid "Occurrences times"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: app/features/events.php:
|
737 |
msgid ""
|
738 |
"The event will finish after certain repeats. For example if you set it to "
|
739 |
"10, the event will finish after 10 repeats."
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: app/features/events.php:
|
743 |
-
#: app/features/events.php:
|
744 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
745 |
-
#: app/features/mec/settings.php:576 app/libraries/main.php:
|
746 |
#: app/widgets/single.php:103
|
747 |
msgid "Event Cost"
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: app/features/events.php:
|
751 |
-
#: app/libraries/main.php:
|
752 |
-
#: app/skins/single/default.php:
|
753 |
#: app/skins/single/m1.php:49 app/skins/single/modern.php:199
|
754 |
msgid "Cost"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: app/features/events.php:
|
758 |
msgid "Exclude certain days"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: app/features/events.php:
|
762 |
-
#: app/features/mec/booking.php:
|
763 |
-
#: app/libraries/main.php:
|
764 |
#: app/modules/booking/steps/tickets.php:22
|
765 |
#: app/modules/next-event/details.php:90 app/skins/single.php:637
|
766 |
-
#: app/skins/single/default.php:
|
767 |
#: app/skins/single/m1.php:16 app/skins/single/modern.php:166
|
768 |
msgid "Date"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: app/features/events.php:
|
772 |
msgid ""
|
773 |
"Exclude certain days from event occurrence dates. Please note that you can "
|
774 |
"exclude only single day occurrences and you cannot exclude one day from "
|
775 |
"multiple day occurrences."
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: app/features/events.php:
|
779 |
msgid "Day 1"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: app/features/events.php:
|
783 |
#: app/skins/single.php:930
|
784 |
msgid "Hourly Schedule"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: app/features/events.php:
|
788 |
msgid "Add Day"
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: app/features/events.php:
|
792 |
msgid ""
|
793 |
"Add new days for schedule. For example if your event is multiple days, you "
|
794 |
"can add a different schedule for each day!"
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: app/features/events.php:
|
798 |
#, php-format
|
799 |
msgid "Day %s"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: app/features/events.php:
|
803 |
-
#: app/features/events.php:
|
804 |
-
#: app/features/events.php:
|
805 |
-
#: app/features/events.php:
|
806 |
-
#: app/features/events.php:
|
807 |
#: app/features/fes/form.php:225 app/features/ix.php:2743
|
808 |
-
#: app/features/ix.php:2784 app/features/mec/booking.php:
|
809 |
-
#: app/features/mec/booking.php:
|
810 |
msgid "Title"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: app/features/events.php:
|
814 |
-
#: app/features/events.php:
|
815 |
-
#: app/features/events.php:
|
816 |
-
#: app/features/events.php:
|
817 |
-
#: app/features/events.php:
|
818 |
-
#: app/features/events.php:
|
819 |
-
#: app/features/events.php:
|
820 |
-
#: app/features/fes/list.php:78 app/features/mec/booking.php:
|
821 |
-
#: app/features/mec/booking.php:
|
822 |
-
#: app/features/mec/booking.php:
|
823 |
-
#: app/libraries/main.php:
|
824 |
-
#: app/libraries/main.php:
|
825 |
-
#: app/libraries/main.php:
|
826 |
-
#: app/libraries/main.php:
|
827 |
-
#: app/libraries/main.php:
|
828 |
-
#: app/libraries/main.php:
|
829 |
-
#: app/libraries/main.php:
|
830 |
msgid "Remove"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: app/features/events.php:
|
834 |
msgid "Add new hourly schedule row"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: app/features/events.php:
|
838 |
-
#: app/features/events.php:
|
839 |
msgid "From e.g. 8:15"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: app/features/events.php:
|
843 |
-
#: app/features/events.php:
|
844 |
msgid "To e.g. 8:45"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: app/features/events.php:
|
848 |
-
#: app/features/events.php:
|
849 |
-
#: app/features/events.php:
|
850 |
msgid "Description"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: app/features/events.php:
|
854 |
-
#: app/features/events.php:
|
855 |
-
#: app/features/mec.php:
|
856 |
#: app/features/mec/settings.php:624 app/features/speakers.php:60
|
857 |
-
#: app/libraries/main.php:559 app/libraries/main.php:
|
858 |
#: app/modules/speakers/details.php:18
|
859 |
msgid "Speakers"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: app/features/events.php:
|
863 |
msgid "New Day"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: app/features/events.php:
|
867 |
#: app/features/mec/settings.php:570
|
868 |
msgid "Event Links"
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: app/features/events.php:
|
872 |
-
#: app/features/fes/form.php:685 app/libraries/main.php:
|
873 |
msgid "Event Link"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: app/features/events.php:
|
877 |
#: app/features/fes/form.php:686 app/features/fes/form.php:691
|
878 |
msgid "eg. http://yoursite.com/your-event"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: app/features/events.php:
|
882 |
msgid ""
|
883 |
"If you fill it, it will be replaced instead of default event page link. "
|
884 |
"Insert full link including http(s):// - Also, if you use advertising URL, "
|
885 |
"can use URL Shortener"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: app/features/events.php:
|
889 |
msgid "URL Shortener"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: app/features/events.php:
|
893 |
-
#: app/features/fes/form.php:690 app/libraries/main.php:
|
894 |
-
#: app/skins/single.php:656 app/skins/single/default.php:
|
895 |
-
#: app/skins/single/default.php:
|
896 |
#: app/skins/single/m2.php:124 app/skins/single/modern.php:132
|
897 |
#: app/widgets/single.php:107
|
898 |
msgid "More Info"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: app/features/events.php:
|
902 |
msgid "More Information"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: app/features/events.php:
|
906 |
msgid "Current Window"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: app/features/events.php:
|
910 |
msgid "New Window"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: app/features/events.php:
|
914 |
msgid ""
|
915 |
"If you fill it, it will be shown in event details page as an optional link. "
|
916 |
"Insert full link including http(s)://"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: app/features/events.php:
|
920 |
msgid "Total booking limits"
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: app/features/events.php:
|
924 |
-
#: app/features/events.php:
|
925 |
#: app/modules/booking/steps/tickets.php:40
|
926 |
-
#: app/skins/available_spot/tpl.php:
|
927 |
msgid "Unlimited"
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: app/features/events.php:
|
931 |
msgid ""
|
932 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
933 |
"limitation number."
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: app/features/events.php:
|
937 |
msgid "Read About A Booking System"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: app/features/events.php:
|
941 |
msgid "100"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: app/features/events.php:
|
945 |
msgid "Total user booking limits"
|
946 |
msgstr ""
|
947 |
|
948 |
-
#: app/features/events.php:
|
949 |
-
#: app/features/events.php:
|
950 |
msgid "Inherit from global options"
|
951 |
msgstr ""
|
952 |
|
953 |
-
#: app/features/events.php:
|
954 |
msgid "12"
|
955 |
msgstr ""
|
956 |
|
957 |
-
#: app/features/events.php:
|
958 |
-
#: app/libraries/main.php:
|
959 |
msgid "Tickets"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: app/features/events.php:
|
963 |
msgid ""
|
964 |
"You're translating an event so MEC will use the original event for tickets "
|
965 |
"and booking. You can only translate the ticket name and description. Please "
|
966 |
"define exact tickets that you defined in the original event here."
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: app/features/events.php:
|
970 |
msgid "Ticket Name"
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: app/features/events.php:
|
974 |
-
#: app/features/events.php:
|
975 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
976 |
msgid "Start Time"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: app/features/events.php:
|
980 |
-
#: app/features/events.php:
|
981 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
982 |
msgid "End Time"
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: app/features/events.php:
|
986 |
-
#: app/features/events.php:
|
987 |
-
#: app/features/events.php:
|
988 |
-
#: app/features/events.php:
|
989 |
-
#: app/features/events.php:
|
990 |
-
#: app/features/events.php:
|
991 |
-
#: app/features/mec/booking.php:
|
992 |
-
#: app/features/mec/booking.php:
|
993 |
msgid "Price"
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: app/features/events.php:
|
997 |
msgid "Insert 0 for free ticket. Only numbers please."
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: app/features/events.php:
|
1001 |
-
#: app/features/events.php:
|
1002 |
msgid "Price Label"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: app/features/events.php:
|
1006 |
msgid "For showing on website. e.g. $15"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: app/features/events.php:
|
1010 |
msgid "Available Tickets"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: app/features/events.php:
|
1014 |
msgid "Price per Date"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: app/features/events.php:
|
1018 |
-
#: app/features/events.php:
|
1019 |
#: app/features/mec/meta_boxes/display_options.php:833
|
1020 |
#: app/features/mec/meta_boxes/search_form.php:66
|
1021 |
#: app/features/mec/meta_boxes/search_form.php:128
|
@@ -1032,108 +1033,108 @@ msgstr ""
|
|
1032 |
msgid "Label"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: app/features/events.php:
|
1036 |
msgid "Fees"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: app/features/events.php:
|
1040 |
-
#: app/features/mec/booking.php:
|
1041 |
msgid "Fee Title"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#: app/features/events.php:
|
1045 |
-
#: app/features/events.php:
|
1046 |
-
#: app/features/mec/booking.php:
|
1047 |
-
#: app/features/mec/booking.php:
|
1048 |
msgid "Amount"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: app/features/events.php:
|
1052 |
-
#: app/features/mec/booking.php:
|
1053 |
msgid ""
|
1054 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1055 |
"otherwise considered as percentage"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: app/features/events.php:
|
1059 |
-
#: app/features/mec/booking.php:
|
1060 |
msgid "Percent"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: app/features/events.php:
|
1064 |
-
#: app/features/mec/booking.php:
|
1065 |
msgid "Amount (Per Ticket)"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: app/features/events.php:
|
1069 |
-
#: app/features/mec/booking.php:
|
1070 |
msgid "Amount (Per Booking)"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: app/features/events.php:
|
1074 |
msgid "Ticket Variations / Options"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: app/features/events.php:
|
1078 |
-
#: app/features/mec/booking.php:
|
1079 |
msgid "Option Price"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#: app/features/events.php:
|
1083 |
-
#: app/features/events.php:
|
1084 |
-
#: app/features/mec/booking.php:
|
1085 |
-
#: app/features/mec/booking.php:
|
1086 |
msgid "Maximum Per Ticket"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#: app/features/events.php:
|
1090 |
-
#: app/features/mec/booking.php:
|
1091 |
msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1092 |
msgstr ""
|
1093 |
|
1094 |
-
#: app/features/events.php:
|
1095 |
-
#: app/libraries/main.php:
|
1096 |
msgid "MEC Name"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: app/features/events.php:
|
1100 |
-
#: app/libraries/main.php:
|
1101 |
msgid "MEC Email"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
-
#: app/features/events.php:
|
1105 |
-
#: app/libraries/main.php:
|
1106 |
msgid "Text"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: app/features/events.php:
|
1110 |
#: app/features/organizers.php:103 app/features/organizers.php:148
|
1111 |
#: app/features/speakers.php:116 app/features/speakers.php:180
|
1112 |
-
#: app/features/speakers.php:249 app/libraries/main.php:
|
1113 |
msgid "Tel"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: app/features/events.php:
|
1117 |
-
#: app/libraries/main.php:
|
1118 |
msgid "File"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: app/features/events.php:
|
1122 |
-
#: app/libraries/main.php:
|
1123 |
msgid "Textarea"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
-
#: app/features/events.php:
|
1127 |
-
#: app/libraries/main.php:
|
1128 |
msgid "Checkboxes"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
-
#: app/features/events.php:
|
1132 |
-
#: app/libraries/main.php:
|
1133 |
msgid "Radio Buttons"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
-
#: app/features/events.php:
|
1137 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1138 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1139 |
#: app/features/mec/meta_boxes/search_form.php:48
|
@@ -1202,40 +1203,40 @@ msgstr ""
|
|
1202 |
#: app/features/mec/meta_boxes/search_form.php:599
|
1203 |
#: app/features/mec/meta_boxes/search_form.php:606
|
1204 |
#: app/features/mec/meta_boxes/search_form.php:613
|
1205 |
-
#: app/features/mec/meta_boxes/search_form.php:620 app/libraries/main.php:
|
1206 |
msgid "Dropdown"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: app/features/events.php:
|
1210 |
-
#: app/libraries/main.php:
|
1211 |
msgid "Agreement"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: app/features/events.php:
|
1215 |
-
#: app/libraries/main.php:
|
1216 |
msgid "Paragraph"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: app/features/events.php:
|
1220 |
-
#: app/features/events.php:
|
1221 |
#, php-format
|
1222 |
msgid "Show all %s"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: app/features/events.php:
|
1226 |
msgid "labels"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: app/features/events.php:
|
1230 |
msgid "locations"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: app/features/events.php:
|
1234 |
msgid "organizers"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: app/features/events.php:
|
1238 |
-
#: app/features/events.php:
|
1239 |
#: app/features/ix.php:2784 app/features/locations.php:58
|
1240 |
#: app/features/locations.php:230 app/features/locations.php:287
|
1241 |
#: app/features/locations.php:289 app/features/locations.php:298
|
@@ -1251,16 +1252,16 @@ msgstr ""
|
|
1251 |
#: app/features/mec/meta_boxes/search_form.php:521
|
1252 |
#: app/features/mec/meta_boxes/search_form.php:582
|
1253 |
#: app/features/mec/settings.php:725 app/features/mec/single.php:212
|
1254 |
-
#: app/libraries/main.php:
|
1255 |
#: app/libraries/skins.php:834 app/skins/single.php:486
|
1256 |
-
#: app/skins/single.php:907 app/skins/single/default.php:
|
1257 |
-
#: app/skins/single/default.php:
|
1258 |
#: app/skins/single/m2.php:87 app/skins/single/modern.php:94
|
1259 |
msgid "Location"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: app/features/events.php:
|
1263 |
-
#: app/features/events.php:
|
1264 |
#: app/features/ix.php:2784 app/features/mec/meta_boxes/display_options.php:835
|
1265 |
#: app/features/mec/meta_boxes/search_form.php:45
|
1266 |
#: app/features/mec/meta_boxes/search_form.php:107
|
@@ -1275,65 +1276,65 @@ msgstr ""
|
|
1275 |
#: app/features/mec/settings.php:731 app/features/mec/single.php:208
|
1276 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
1277 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
1278 |
-
#: app/features/organizers.php:271 app/libraries/main.php:
|
1279 |
#: app/libraries/skins.php:860 app/skins/single.php:795
|
1280 |
-
#: app/skins/single/default.php:
|
1281 |
#: app/skins/single/m1.php:90 app/skins/single/m2.php:22
|
1282 |
#: app/skins/single/modern.php:31
|
1283 |
msgid "Organizer"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: app/features/events.php:
|
1287 |
msgid "Repeat"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: app/features/events.php:
|
1291 |
msgid "Author"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: app/features/events.php:
|
1295 |
msgid "iCal Export"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: app/features/events.php:
|
1299 |
msgid "CSV Export"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: app/features/events.php:
|
1303 |
msgid "MS Excel Export"
|
1304 |
msgstr ""
|
1305 |
|
1306 |
-
#: app/features/events.php:
|
1307 |
msgid "XML Export"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
-
#: app/features/events.php:
|
1311 |
msgid "JSON Export"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
-
#: app/features/events.php:
|
1315 |
-
#: app/features/events.php:
|
1316 |
msgid "Duplicate"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
-
#: app/features/events.php:
|
1320 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1321 |
#: app/features/labels.php:177 app/features/locations.php:229
|
1322 |
#: app/features/organizers.php:203 app/features/speakers.php:246
|
1323 |
msgid "ID"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
-
#: app/features/events.php:
|
1327 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1328 |
msgid "Link"
|
1329 |
msgstr ""
|
1330 |
|
1331 |
-
#: app/features/events.php:
|
1332 |
#, php-format
|
1333 |
msgid "%s Tel"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: app/features/events.php:
|
1337 |
#, php-format
|
1338 |
msgid "%s Email"
|
1339 |
msgstr ""
|
@@ -1427,15 +1428,15 @@ msgid "Remove Image"
|
|
1427 |
msgstr ""
|
1428 |
|
1429 |
#: app/features/fes/form.php:770 app/features/labels.php:61
|
1430 |
-
#: app/features/labels.php:221 app/features/mec.php:
|
1431 |
-
#: app/features/mec/meta_boxes/filter.php:132 app/libraries/main.php:
|
1432 |
-
#: app/skins/single.php:685 app/skins/single/default.php:
|
1433 |
-
#: app/skins/single/default.php:
|
1434 |
#: app/skins/single/modern.php:214
|
1435 |
msgid "Labels"
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#: app/features/fes/form.php:816 app/features/mec.php:
|
1439 |
#: app/features/mec/meta_boxes/filter.php:149
|
1440 |
msgid "Tags"
|
1441 |
msgstr ""
|
@@ -1478,7 +1479,7 @@ msgid "MEC - Import / Export"
|
|
1478 |
msgstr ""
|
1479 |
|
1480 |
#: app/features/ix.php:107 app/features/mec/support.php:73
|
1481 |
-
#: app/libraries/main.php:
|
1482 |
msgid "Import / Export"
|
1483 |
msgstr ""
|
1484 |
|
@@ -1735,14 +1736,14 @@ msgstr ""
|
|
1735 |
#: app/features/ix/export_g_calendar.php:72
|
1736 |
#: app/features/ix/export_g_calendar.php:147
|
1737 |
#: app/features/ix/export_g_calendar.php:164
|
1738 |
-
#: app/features/mec/notifications.php:
|
1739 |
-
#: app/features/mec/notifications.php:
|
1740 |
-
#: app/features/mec/notifications.php:
|
1741 |
msgid "Add to Google Calendar"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
-
#: app/features/ix/export_g_calendar.php:90 app/features/mec/booking.php:
|
1745 |
-
#: app/features/mec/modules.php:392 app/features/mec/notifications.php:
|
1746 |
#: app/features/mec/settings.php:894 app/features/mec/single.php:269
|
1747 |
msgid "Checking ..."
|
1748 |
msgstr ""
|
@@ -1786,8 +1787,8 @@ msgid "ICS Feed"
|
|
1786 |
msgstr ""
|
1787 |
|
1788 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:91
|
1789 |
-
#: app/features/mec/booking.php:
|
1790 |
-
#: app/features/mec/booking.php:
|
1791 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1792 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1793 |
#: app/features/mec/modules.php:70 app/features/mec/modules.php:211
|
@@ -1797,8 +1798,8 @@ msgid "%s is required to use this feature."
|
|
1797 |
msgstr ""
|
1798 |
|
1799 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
1800 |
-
#: app/features/mec/booking.php:91 app/features/mec/booking.php:
|
1801 |
-
#: app/features/mec/booking.php:
|
1802 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1803 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1804 |
#: app/features/mec/meta_boxes/display_options.php:330
|
@@ -1972,7 +1973,7 @@ msgstr ""
|
|
1972 |
|
1973 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
1974 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
1975 |
-
#: app/features/mec/notifications.php:
|
1976 |
msgid "Important Note"
|
1977 |
msgstr ""
|
1978 |
|
@@ -2127,8 +2128,8 @@ msgid "Normal"
|
|
2127 |
msgstr ""
|
2128 |
|
2129 |
#: app/features/labels.php:117 app/features/labels.php:142
|
2130 |
-
#: app/skins/agenda/render.php:37 app/skins/available_spot/tpl.php:
|
2131 |
-
#: app/skins/carousel/render.php:44 app/skins/countdown/tpl.php:
|
2132 |
#: app/skins/cover/tpl.php:28 app/skins/daily_view/render.php:48
|
2133 |
#: app/skins/grid/render.php:49 app/skins/list/render.php:38
|
2134 |
#: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:107
|
@@ -2140,9 +2141,9 @@ msgid "Featured"
|
|
2140 |
msgstr ""
|
2141 |
|
2142 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2143 |
-
#: app/libraries/main.php:
|
2144 |
-
#: app/skins/available_spot/tpl.php:
|
2145 |
-
#: app/skins/countdown/tpl.php:
|
2146 |
#: app/skins/daily_view/render.php:52 app/skins/grid/render.php:53
|
2147 |
#: app/skins/list/render.php:42 app/skins/masonry/render.php:29
|
2148 |
#: app/skins/monthly_view/calendar.php:111
|
@@ -2173,9 +2174,9 @@ msgstr ""
|
|
2173 |
msgid "Event %s"
|
2174 |
msgstr ""
|
2175 |
|
2176 |
-
#: app/features/locations.php:59 app/features/mec.php:
|
2177 |
#: app/features/mec/dashboard.php:243 app/features/mec/meta_boxes/filter.php:98
|
2178 |
-
#: app/libraries/main.php:
|
2179 |
msgid "Locations"
|
2180 |
msgstr ""
|
2181 |
|
@@ -2280,7 +2281,7 @@ msgstr ""
|
|
2280 |
msgid "Don't show map in single event page"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
-
#: app/features/locations.php:356 app/libraries/main.php:
|
2284 |
msgid "Other Locations"
|
2285 |
msgstr ""
|
2286 |
|
@@ -2289,119 +2290,115 @@ msgid ""
|
|
2289 |
"You can select extra locations in addition to main location if you like."
|
2290 |
msgstr ""
|
2291 |
|
2292 |
-
#: app/features/login.php:61
|
2293 |
-
msgid "
|
2294 |
-
msgstr ""
|
2295 |
-
|
2296 |
-
#: app/features/login.php:63
|
2297 |
-
msgid "Login successful, redirecting..."
|
2298 |
msgstr ""
|
2299 |
|
2300 |
-
#: app/features/mec.php:
|
2301 |
msgid ""
|
2302 |
"Activation faild. Please check your purchase code or license type."
|
2303 |
"<br><b>Note: Your purchase code should match your licesne type.</b>"
|
2304 |
msgstr ""
|
2305 |
|
2306 |
-
#: app/features/mec.php:
|
2307 |
msgid "Troubleshooting"
|
2308 |
msgstr ""
|
2309 |
|
2310 |
-
#: app/features/mec.php:
|
2311 |
msgid ""
|
2312 |
"Your options is not in JSON format. Please insert correct options in this "
|
2313 |
"field and try again."
|
2314 |
msgstr ""
|
2315 |
|
2316 |
-
#: app/features/mec.php:
|
2317 |
msgid "Your options field can not be empty!"
|
2318 |
msgstr ""
|
2319 |
|
2320 |
-
#: app/features/mec.php:
|
2321 |
msgid "Your options imported successfuly."
|
2322 |
msgstr ""
|
2323 |
|
2324 |
-
#: app/features/mec.php:
|
2325 |
msgid "MEC - Support"
|
2326 |
msgstr ""
|
2327 |
|
2328 |
-
#: app/features/mec.php:
|
2329 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2330 |
msgid "Support"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
-
#: app/features/mec.php:
|
2334 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2335 |
-
#: app/libraries/main.php:
|
2336 |
msgid "Organizers"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
-
#: app/features/mec.php:
|
2340 |
#: app/features/mec/dashboard.php:236
|
2341 |
msgid "Shortcodes"
|
2342 |
msgstr ""
|
2343 |
|
2344 |
-
#: app/features/mec.php:
|
2345 |
msgid "MEC - Settings"
|
2346 |
msgstr ""
|
2347 |
|
2348 |
-
#: app/features/mec.php:
|
2349 |
msgid "MEC - Addons"
|
2350 |
msgstr ""
|
2351 |
|
2352 |
-
#: app/features/mec.php:
|
2353 |
msgid "Addons"
|
2354 |
msgstr ""
|
2355 |
|
2356 |
-
#: app/features/mec.php:
|
2357 |
msgid "Add Shortcode"
|
2358 |
msgstr ""
|
2359 |
|
2360 |
-
#: app/features/mec.php:
|
2361 |
msgid "Add New Shortcode"
|
2362 |
msgstr ""
|
2363 |
|
2364 |
-
#: app/features/mec.php:
|
2365 |
msgid "No shortcodes found!"
|
2366 |
msgstr ""
|
2367 |
|
2368 |
-
#: app/features/mec.php:
|
2369 |
msgid "All Shortcodes"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
-
#: app/features/mec.php:
|
2373 |
msgid "Edit shortcodes"
|
2374 |
msgstr ""
|
2375 |
|
2376 |
-
#: app/features/mec.php:
|
2377 |
msgid "No shortcodes found in Trash!"
|
2378 |
msgstr ""
|
2379 |
|
2380 |
-
#: app/features/mec.php:
|
2381 |
msgid "Display Options"
|
2382 |
msgstr ""
|
2383 |
|
2384 |
-
#: app/features/mec.php:
|
2385 |
msgid "Filter Options"
|
2386 |
msgstr ""
|
2387 |
|
2388 |
-
#: app/features/mec.php:
|
2389 |
msgid "Search Form"
|
2390 |
msgstr ""
|
2391 |
|
2392 |
-
#: app/features/mec.php:
|
2393 |
msgid "Display content's images as Popup"
|
2394 |
msgstr ""
|
2395 |
|
2396 |
-
#: app/features/mec.php:
|
2397 |
msgid "Single Event Display Method"
|
2398 |
msgstr ""
|
2399 |
|
2400 |
-
#: app/features/mec.php:
|
2401 |
msgid "Separate Window"
|
2402 |
msgstr ""
|
2403 |
|
2404 |
-
#: app/features/mec.php:
|
2405 |
msgid "Modal 1"
|
2406 |
msgstr ""
|
2407 |
|
@@ -2435,25 +2432,26 @@ msgid ""
|
|
2435 |
"your host provider in this regard."
|
2436 |
msgstr ""
|
2437 |
|
2438 |
-
#: app/features/mec/booking.php:70 app/features/mec/
|
|
|
2439 |
#: app/features/mec/settings.php:32 app/features/mec/single.php:15
|
2440 |
-
#: app/features/mec/support-page.php:34
|
2441 |
msgid "Search..."
|
2442 |
msgstr ""
|
2443 |
|
2444 |
-
#: app/features/mec/booking.php:72 app/features/mec/booking.php:
|
2445 |
-
#: app/features/mec/booking.php:
|
2446 |
-
#: app/features/mec/booking.php:
|
2447 |
-
#: app/features/mec/booking.php:
|
2448 |
-
#: app/features/mec/messages.php:
|
2449 |
-
#: app/features/mec/messages.php:
|
2450 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:357
|
2451 |
#: app/features/mec/modules.php:367 app/features/mec/modules.php:409
|
2452 |
-
#: app/features/mec/modules.php:423 app/features/mec/notifications.php:
|
2453 |
-
#: app/features/mec/notifications.php:
|
2454 |
-
#: app/features/mec/notifications.php:
|
2455 |
-
#: app/features/mec/notifications.php:
|
2456 |
-
#: app/features/mec/notifications.php:
|
2457 |
#: app/features/mec/settings.php:843 app/features/mec/settings.php:853
|
2458 |
#: app/features/mec/settings.php:911 app/features/mec/settings.php:925
|
2459 |
#: app/features/mec/single.php:17 app/features/mec/single.php:234
|
@@ -2461,9 +2459,9 @@ msgstr ""
|
|
2461 |
#: app/features/mec/single.php:300 app/features/mec/styles.php:11
|
2462 |
#: app/features/mec/styles.php:31 app/features/mec/styles.php:40
|
2463 |
#: app/features/mec/styles.php:77 app/features/mec/styles.php:86
|
2464 |
-
#: app/features/mec/styling.php:
|
2465 |
-
#: app/features/mec/styling.php:
|
2466 |
-
#: app/features/mec/styling.php:
|
2467 |
msgid "Save Changes"
|
2468 |
msgstr ""
|
2469 |
|
@@ -2518,136 +2516,151 @@ msgstr ""
|
|
2518 |
msgid "Default is 6"
|
2519 |
msgstr ""
|
2520 |
|
2521 |
-
#: app/features/mec/booking.php:134 app/features/mec/booking.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2522 |
msgid "Thank You Page"
|
2523 |
msgstr ""
|
2524 |
|
2525 |
-
#: app/features/mec/booking.php:
|
2526 |
msgid ""
|
2527 |
"User redirects to this page after booking. Leave it empty if you want to "
|
2528 |
"disable it."
|
2529 |
msgstr ""
|
2530 |
|
2531 |
-
#: app/features/mec/booking.php:
|
2532 |
msgid "Enable Express Attendees Form"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
-
#: app/features/mec/booking.php:
|
2536 |
msgid "Attendees Form"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
-
#: app/features/mec/booking.php:
|
2540 |
msgid ""
|
2541 |
"Users are able to apply first attendee information for other attendees in "
|
2542 |
"the booking form."
|
2543 |
msgstr ""
|
2544 |
|
2545 |
-
#: app/features/mec/booking.php:
|
2546 |
msgid "Enable Invoice"
|
2547 |
msgstr ""
|
2548 |
|
2549 |
-
#: app/features/mec/booking.php:
|
2550 |
msgid "Enable Booking for Ongoing Events"
|
2551 |
msgstr ""
|
2552 |
|
2553 |
-
#: app/features/mec/booking.php:
|
2554 |
msgid "Email verification"
|
2555 |
msgstr ""
|
2556 |
|
2557 |
-
#: app/features/mec/booking.php:
|
2558 |
msgid "Auto verification for free bookings"
|
2559 |
msgstr ""
|
2560 |
|
2561 |
-
#: app/features/mec/booking.php:
|
2562 |
msgid "Auto verification for paid bookings"
|
2563 |
msgstr ""
|
2564 |
|
2565 |
-
#: app/features/mec/booking.php:
|
2566 |
#: app/libraries/main.php:573
|
2567 |
msgid "Booking Confirmation"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
-
#: app/features/mec/booking.php:
|
2571 |
msgid "Auto confirmation for free bookings"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
-
#: app/features/mec/booking.php:
|
2575 |
msgid "Auto confirmation for paid bookings"
|
2576 |
msgstr ""
|
2577 |
|
2578 |
-
#: app/features/mec/booking.php:
|
2579 |
msgid "Enable coupons module"
|
2580 |
msgstr ""
|
2581 |
|
2582 |
-
#: app/features/mec/booking.php:
|
2583 |
msgid ""
|
2584 |
"After enabling and saving the settings,, you should reload the page to see a "
|
2585 |
"new menu on the Dashboard > Booking"
|
2586 |
msgstr ""
|
2587 |
|
2588 |
-
#: app/features/mec/booking.php:
|
2589 |
msgid "Taxes / Fees"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: app/features/mec/booking.php:
|
2593 |
msgid "Enable taxes / fees module"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
-
#: app/features/mec/booking.php:
|
2597 |
msgid "Add Fee"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
-
#: app/features/mec/booking.php:
|
2601 |
msgid "Ticket Variations & Options"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
-
#: app/features/mec/booking.php:
|
2605 |
msgid "Enable ticket options module"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
-
#: app/features/mec/booking.php:
|
2609 |
msgid "Add Variation / Option"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
-
#: app/features/mec/booking.php:
|
2613 |
msgid "Enable Organizer Payment Module"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
-
#: app/features/mec/booking.php:
|
2617 |
msgid "Organizer Payment"
|
2618 |
msgstr ""
|
2619 |
|
2620 |
-
#: app/features/mec/booking.php:
|
2621 |
msgid ""
|
2622 |
"By enabling this module, organizers are able to insert their own payment "
|
2623 |
"credentials for enabled gateways per event and receive the payments directly!"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
-
#: app/features/mec/booking.php:
|
2627 |
-
#: app/features/mec/modules.php:387 app/features/mec/notifications.php:
|
2628 |
#: app/features/mec/settings.php:889 app/features/mec/single.php:264
|
2629 |
-
#: app/features/mec/styles.php:60 app/features/mec/styling.php:
|
2630 |
msgid "Saved"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
-
#: app/features/mec/booking.php:
|
2634 |
-
#: app/features/mec/modules.php:388 app/features/mec/notifications.php:
|
2635 |
#: app/features/mec/settings.php:890 app/features/mec/single.php:265
|
2636 |
-
#: app/features/mec/styles.php:61 app/features/mec/styling.php:
|
2637 |
msgid "Settings Saved!"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
-
#: app/features/mec/booking.php:
|
2641 |
#: app/features/mec/modules.php:390 app/features/mec/modules.php:412
|
2642 |
-
#: app/features/mec/notifications.php:
|
2643 |
-
#: app/features/mec/notifications.php:
|
2644 |
#: app/features/mec/settings.php:914 app/features/mec/single.php:267
|
2645 |
-
#: app/features/mec/single.php:289 app/libraries/main.php:
|
2646 |
msgid "Verified"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
-
#: app/features/mec/booking.php:
|
2650 |
-
#: app/features/mec/notifications.php:
|
2651 |
#: app/features/mec/single.php:291
|
2652 |
msgid "Please Refresh Page"
|
2653 |
msgstr ""
|
@@ -2807,12 +2820,12 @@ msgstr ""
|
|
2807 |
msgid "Download Settings"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
-
#: app/features/mec/messages.php:
|
2811 |
-
#: app/libraries/main.php:
|
2812 |
msgid "Messages"
|
2813 |
msgstr ""
|
2814 |
|
2815 |
-
#: app/features/mec/messages.php:
|
2816 |
msgid ""
|
2817 |
"You can change some MEC messages here simply. For example if you like to "
|
2818 |
"change \"REGISTER\" button label, you can do it here. By the Way, if your "
|
@@ -3147,15 +3160,15 @@ msgstr ""
|
|
3147 |
|
3148 |
#: app/features/mec/meta_boxes/display_options.php:409
|
3149 |
#: app/features/mec/meta_boxes/display_options.php:430
|
3150 |
-
#: app/libraries/main.php:329 app/libraries/main.php:
|
3151 |
-
#: app/libraries/main.php:
|
3152 |
msgid "List View"
|
3153 |
msgstr ""
|
3154 |
|
3155 |
#: app/features/mec/meta_boxes/display_options.php:410
|
3156 |
#: app/features/mec/meta_boxes/display_options.php:440
|
3157 |
-
#: app/libraries/main.php:333 app/libraries/main.php:
|
3158 |
-
#: app/libraries/main.php:
|
3159 |
msgid "Yearly View"
|
3160 |
msgstr ""
|
3161 |
|
@@ -3166,15 +3179,15 @@ msgstr ""
|
|
3166 |
|
3167 |
#: app/features/mec/meta_boxes/display_options.php:412
|
3168 |
#: app/features/mec/meta_boxes/display_options.php:472
|
3169 |
-
#: app/libraries/main.php:336 app/libraries/main.php:
|
3170 |
-
#: app/libraries/main.php:
|
3171 |
msgid "Weekly View"
|
3172 |
msgstr ""
|
3173 |
|
3174 |
#: app/features/mec/meta_boxes/display_options.php:413
|
3175 |
#: app/features/mec/meta_boxes/display_options.php:482
|
3176 |
-
#: app/libraries/main.php:335 app/libraries/main.php:
|
3177 |
-
#: app/libraries/main.php:
|
3178 |
msgid "Daily View"
|
3179 |
msgstr ""
|
3180 |
|
@@ -3562,7 +3575,7 @@ msgstr ""
|
|
3562 |
#: app/features/mec/meta_boxes/search_form.php:596
|
3563 |
#: app/features/mec/settings.php:738 app/features/mec/single.php:217
|
3564 |
#: app/features/speakers.php:59 app/features/speakers.php:247
|
3565 |
-
#: app/libraries/main.php:
|
3566 |
msgid "Speaker"
|
3567 |
msgstr ""
|
3568 |
|
@@ -3810,103 +3823,77 @@ msgstr ""
|
|
3810 |
msgid "Add booking activity to user profile"
|
3811 |
msgstr ""
|
3812 |
|
3813 |
-
#: app/features/mec/notifications.php:
|
3814 |
msgid "Enable booking notification"
|
3815 |
msgstr ""
|
3816 |
|
3817 |
-
#: app/features/mec/notifications.php:
|
3818 |
msgid "It sends to attendee after booking for notifying him/her."
|
3819 |
msgstr ""
|
3820 |
|
3821 |
-
#: app/features/mec/notifications.php:
|
3822 |
-
#: app/features/mec/notifications.php:
|
3823 |
-
#: app/features/mec/notifications.php:
|
3824 |
-
#: app/features/mec/notifications.php:
|
3825 |
-
#: app/features/mec/notifications.php:
|
3826 |
-
#: app/features/mec/notifications.php:
|
|
|
3827 |
msgid "Email Subject"
|
3828 |
msgstr ""
|
3829 |
|
3830 |
-
#: app/features/mec/notifications.php:
|
3831 |
-
#: app/features/mec/notifications.php:102
|
3832 |
#: app/features/mec/notifications.php:106
|
3833 |
-
#: app/features/mec/notifications.php:
|
3834 |
#: app/features/mec/notifications.php:158
|
3835 |
-
#: app/features/mec/notifications.php:
|
3836 |
#: app/features/mec/notifications.php:217
|
3837 |
-
#: app/features/mec/notifications.php:
|
3838 |
#: app/features/mec/notifications.php:285
|
3839 |
-
#: app/features/mec/notifications.php:
|
3840 |
#: app/features/mec/notifications.php:348
|
3841 |
-
#: app/features/mec/notifications.php:
|
3842 |
-
#: app/features/mec/notifications.php:
|
3843 |
#: app/features/mec/notifications.php:421
|
|
|
|
|
|
|
3844 |
msgid "Custom Recipients"
|
3845 |
msgstr ""
|
3846 |
|
3847 |
-
#: app/features/mec/notifications.php:
|
3848 |
-
#: app/features/mec/notifications.php:
|
3849 |
-
#: app/features/mec/notifications.php:
|
3850 |
-
#: app/features/mec/notifications.php:
|
3851 |
-
#: app/features/mec/notifications.php:
|
3852 |
-
#: app/features/mec/notifications.php:
|
3853 |
-
#: app/features/mec/notifications.php:
|
|
|
3854 |
msgid "Insert comma separated emails for multiple recipients."
|
3855 |
msgstr ""
|
3856 |
|
3857 |
-
#: app/features/mec/notifications.php:
|
3858 |
-
#: app/features/mec/notifications.php:
|
3859 |
msgid "Send the email to event organizer"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
-
#: app/features/mec/notifications.php:
|
3863 |
-
#: app/features/mec/notifications.php:
|
3864 |
-
#: app/features/mec/notifications.php:
|
3865 |
-
#: app/features/mec/notifications.php:
|
3866 |
-
#: app/features/mec/notifications.php:
|
3867 |
-
#: app/features/mec/notifications.php:
|
|
|
3868 |
msgid "Email Content"
|
3869 |
msgstr ""
|
3870 |
|
3871 |
-
#: app/features/mec/notifications.php:63 app/features/mec/notifications.php:116
|
3872 |
-
#: app/features/mec/notifications.php:168
|
3873 |
-
#: app/features/mec/notifications.php:239
|
3874 |
-
#: app/features/mec/notifications.php:299
|
3875 |
-
#: app/features/mec/notifications.php:369
|
3876 |
-
#: app/features/mec/notifications.php:431
|
3877 |
-
msgid "You can use following placeholders"
|
3878 |
-
msgstr ""
|
3879 |
-
|
3880 |
-
#: app/features/mec/notifications.php:65 app/features/mec/notifications.php:118
|
3881 |
-
#: app/features/mec/notifications.php:170
|
3882 |
-
#: app/features/mec/notifications.php:241
|
3883 |
-
#: app/features/mec/notifications.php:301
|
3884 |
-
#: app/features/mec/notifications.php:371
|
3885 |
-
msgid "First name of attendee"
|
3886 |
-
msgstr ""
|
3887 |
-
|
3888 |
-
#: app/features/mec/notifications.php:66 app/features/mec/notifications.php:119
|
3889 |
-
#: app/features/mec/notifications.php:171
|
3890 |
-
#: app/features/mec/notifications.php:242
|
3891 |
-
#: app/features/mec/notifications.php:302
|
3892 |
-
#: app/features/mec/notifications.php:372
|
3893 |
-
msgid "Last name of attendee"
|
3894 |
-
msgstr ""
|
3895 |
-
|
3896 |
#: app/features/mec/notifications.php:67 app/features/mec/notifications.php:120
|
3897 |
#: app/features/mec/notifications.php:172
|
3898 |
#: app/features/mec/notifications.php:243
|
3899 |
#: app/features/mec/notifications.php:303
|
3900 |
#: app/features/mec/notifications.php:373
|
3901 |
-
|
3902 |
-
|
3903 |
-
|
3904 |
-
#: app/features/mec/notifications.php:68 app/features/mec/notifications.php:121
|
3905 |
-
#: app/features/mec/notifications.php:173
|
3906 |
-
#: app/features/mec/notifications.php:244
|
3907 |
-
#: app/features/mec/notifications.php:304
|
3908 |
-
#: app/features/mec/notifications.php:374
|
3909 |
-
msgid "Booked date of event"
|
3910 |
msgstr ""
|
3911 |
|
3912 |
#: app/features/mec/notifications.php:69 app/features/mec/notifications.php:122
|
@@ -3914,7 +3901,7 @@ msgstr ""
|
|
3914 |
#: app/features/mec/notifications.php:245
|
3915 |
#: app/features/mec/notifications.php:305
|
3916 |
#: app/features/mec/notifications.php:375
|
3917 |
-
msgid "
|
3918 |
msgstr ""
|
3919 |
|
3920 |
#: app/features/mec/notifications.php:70 app/features/mec/notifications.php:123
|
@@ -3922,7 +3909,7 @@ msgstr ""
|
|
3922 |
#: app/features/mec/notifications.php:246
|
3923 |
#: app/features/mec/notifications.php:306
|
3924 |
#: app/features/mec/notifications.php:376
|
3925 |
-
msgid "
|
3926 |
msgstr ""
|
3927 |
|
3928 |
#: app/features/mec/notifications.php:71 app/features/mec/notifications.php:124
|
@@ -3930,8 +3917,7 @@ msgstr ""
|
|
3930 |
#: app/features/mec/notifications.php:247
|
3931 |
#: app/features/mec/notifications.php:307
|
3932 |
#: app/features/mec/notifications.php:377
|
3933 |
-
|
3934 |
-
msgid "Your website title"
|
3935 |
msgstr ""
|
3936 |
|
3937 |
#: app/features/mec/notifications.php:72 app/features/mec/notifications.php:125
|
@@ -3939,8 +3925,7 @@ msgstr ""
|
|
3939 |
#: app/features/mec/notifications.php:248
|
3940 |
#: app/features/mec/notifications.php:308
|
3941 |
#: app/features/mec/notifications.php:378
|
3942 |
-
|
3943 |
-
msgid "Your website URL"
|
3944 |
msgstr ""
|
3945 |
|
3946 |
#: app/features/mec/notifications.php:73 app/features/mec/notifications.php:126
|
@@ -3948,8 +3933,7 @@ msgstr ""
|
|
3948 |
#: app/features/mec/notifications.php:249
|
3949 |
#: app/features/mec/notifications.php:309
|
3950 |
#: app/features/mec/notifications.php:379
|
3951 |
-
|
3952 |
-
msgid "Your website description"
|
3953 |
msgstr ""
|
3954 |
|
3955 |
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:127
|
@@ -3957,7 +3941,7 @@ msgstr ""
|
|
3957 |
#: app/features/mec/notifications.php:250
|
3958 |
#: app/features/mec/notifications.php:310
|
3959 |
#: app/features/mec/notifications.php:380
|
3960 |
-
msgid "
|
3961 |
msgstr ""
|
3962 |
|
3963 |
#: app/features/mec/notifications.php:75 app/features/mec/notifications.php:128
|
@@ -3965,7 +3949,9 @@ msgstr ""
|
|
3965 |
#: app/features/mec/notifications.php:251
|
3966 |
#: app/features/mec/notifications.php:311
|
3967 |
#: app/features/mec/notifications.php:381
|
3968 |
-
|
|
|
|
|
3969 |
msgstr ""
|
3970 |
|
3971 |
#: app/features/mec/notifications.php:76 app/features/mec/notifications.php:129
|
@@ -3973,7 +3959,9 @@ msgstr ""
|
|
3973 |
#: app/features/mec/notifications.php:252
|
3974 |
#: app/features/mec/notifications.php:312
|
3975 |
#: app/features/mec/notifications.php:382
|
3976 |
-
|
|
|
|
|
3977 |
msgstr ""
|
3978 |
|
3979 |
#: app/features/mec/notifications.php:77 app/features/mec/notifications.php:130
|
@@ -3981,7 +3969,9 @@ msgstr ""
|
|
3981 |
#: app/features/mec/notifications.php:253
|
3982 |
#: app/features/mec/notifications.php:313
|
3983 |
#: app/features/mec/notifications.php:383
|
3984 |
-
|
|
|
|
|
3985 |
msgstr ""
|
3986 |
|
3987 |
#: app/features/mec/notifications.php:78 app/features/mec/notifications.php:131
|
@@ -3989,7 +3979,7 @@ msgstr ""
|
|
3989 |
#: app/features/mec/notifications.php:254
|
3990 |
#: app/features/mec/notifications.php:314
|
3991 |
#: app/features/mec/notifications.php:384
|
3992 |
-
msgid "
|
3993 |
msgstr ""
|
3994 |
|
3995 |
#: app/features/mec/notifications.php:79 app/features/mec/notifications.php:132
|
@@ -3997,7 +3987,7 @@ msgstr ""
|
|
3997 |
#: app/features/mec/notifications.php:255
|
3998 |
#: app/features/mec/notifications.php:315
|
3999 |
#: app/features/mec/notifications.php:385
|
4000 |
-
msgid "
|
4001 |
msgstr ""
|
4002 |
|
4003 |
#: app/features/mec/notifications.php:80 app/features/mec/notifications.php:133
|
@@ -4005,7 +3995,7 @@ msgstr ""
|
|
4005 |
#: app/features/mec/notifications.php:256
|
4006 |
#: app/features/mec/notifications.php:316
|
4007 |
#: app/features/mec/notifications.php:386
|
4008 |
-
msgid "
|
4009 |
msgstr ""
|
4010 |
|
4011 |
#: app/features/mec/notifications.php:81 app/features/mec/notifications.php:134
|
@@ -4013,115 +4003,147 @@ msgstr ""
|
|
4013 |
#: app/features/mec/notifications.php:257
|
4014 |
#: app/features/mec/notifications.php:317
|
4015 |
#: app/features/mec/notifications.php:387
|
4016 |
-
msgid "
|
4017 |
msgstr ""
|
4018 |
|
4019 |
-
#: app/features/mec/notifications.php:82 app/features/mec/notifications.php:
|
4020 |
-
#: app/features/mec/notifications.php:
|
4021 |
-
|
|
|
|
|
|
|
4022 |
msgstr ""
|
4023 |
|
4024 |
-
#: app/features/mec/notifications.php:83 app/features/mec/notifications.php:
|
|
|
|
|
|
|
4025 |
#: app/features/mec/notifications.php:389
|
4026 |
-
msgid "
|
4027 |
msgstr ""
|
4028 |
|
4029 |
-
#: app/features/mec/notifications.php:84 app/features/mec/notifications.php:
|
4030 |
#: app/features/mec/notifications.php:189
|
4031 |
#: app/features/mec/notifications.php:260
|
4032 |
#: app/features/mec/notifications.php:320
|
4033 |
#: app/features/mec/notifications.php:390
|
4034 |
-
msgid "
|
4035 |
msgstr ""
|
4036 |
|
4037 |
-
#: app/features/mec/notifications.php:85 app/features/mec/notifications.php:
|
4038 |
#: app/features/mec/notifications.php:190
|
|
|
|
|
4039 |
#: app/features/mec/notifications.php:391
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4040 |
msgid "Ticket name"
|
4041 |
msgstr ""
|
4042 |
|
4043 |
-
#: app/features/mec/notifications.php:
|
4044 |
-
#: app/features/mec/notifications.php:
|
4045 |
-
#: app/features/mec/notifications.php:
|
4046 |
msgid "Ticket time"
|
4047 |
msgstr ""
|
4048 |
|
4049 |
-
#: app/features/mec/notifications.php:
|
4050 |
-
#: app/features/mec/notifications.php:
|
4051 |
-
#: app/features/mec/notifications.php:
|
4052 |
msgid "Download ICS file"
|
4053 |
msgstr ""
|
4054 |
|
4055 |
-
#: app/features/mec/notifications.php:
|
4056 |
msgid "Booking Verification"
|
4057 |
msgstr ""
|
4058 |
|
4059 |
-
#: app/features/mec/notifications.php:
|
4060 |
msgid "It sends to attendee email for verifying their booking/email."
|
4061 |
msgstr ""
|
4062 |
|
4063 |
-
#: app/features/mec/notifications.php:
|
4064 |
msgid "Email/Booking verification link."
|
4065 |
msgstr ""
|
4066 |
|
4067 |
-
#: app/features/mec/notifications.php:
|
4068 |
msgid "It sends to attendee after confirming the booking by admin."
|
4069 |
msgstr ""
|
4070 |
|
4071 |
-
#: app/features/mec/notifications.php:
|
4072 |
-
#: app/features/mec/notifications.php:
|
4073 |
msgid "Booking cancellation link."
|
4074 |
msgstr ""
|
4075 |
|
4076 |
-
#: app/features/mec/notifications.php:
|
4077 |
msgid "Booking Cancellation"
|
4078 |
msgstr ""
|
4079 |
|
4080 |
-
#: app/features/mec/notifications.php:
|
4081 |
msgid "Enable cancellation notification"
|
4082 |
msgstr ""
|
4083 |
|
4084 |
-
#: app/features/mec/notifications.php:
|
4085 |
msgid ""
|
4086 |
"It sends to selected recipients after booking cancellation for notifying "
|
4087 |
"them."
|
4088 |
msgstr ""
|
4089 |
|
4090 |
-
#: app/features/mec/notifications.php:
|
4091 |
msgid "Send the email to admin"
|
4092 |
msgstr ""
|
4093 |
|
4094 |
-
#: app/features/mec/notifications.php:
|
4095 |
msgid "Send the email to booking user"
|
4096 |
msgstr ""
|
4097 |
|
4098 |
-
#: app/features/mec/notifications.php:
|
4099 |
-
#: app/features/mec/notifications.php:
|
4100 |
msgid "Admin booking management link."
|
4101 |
msgstr ""
|
4102 |
|
4103 |
-
#: app/features/mec/notifications.php:
|
4104 |
msgid "Admin"
|
4105 |
msgstr ""
|
4106 |
|
4107 |
-
#: app/features/mec/notifications.php:
|
4108 |
msgid "Enable admin notification"
|
4109 |
msgstr ""
|
4110 |
|
4111 |
-
#: app/features/mec/notifications.php:
|
4112 |
msgid "It sends to admin to notify him/her that a new booking received."
|
4113 |
msgstr ""
|
4114 |
|
4115 |
-
#: app/features/mec/notifications.php:
|
4116 |
#: app/libraries/notifications.php:478
|
4117 |
msgid "Booking Reminder"
|
4118 |
msgstr ""
|
4119 |
|
4120 |
-
#: app/features/mec/notifications.php:
|
4121 |
msgid "Enable booking reminder notification"
|
4122 |
msgstr ""
|
4123 |
|
4124 |
-
#: app/features/mec/notifications.php:
|
4125 |
#, php-format
|
4126 |
msgid ""
|
4127 |
"Set a cronjob to call %s file once per day otherwise it won't send the "
|
@@ -4129,50 +4151,69 @@ msgid ""
|
|
4129 |
"send the reminders multiple times."
|
4130 |
msgstr ""
|
4131 |
|
4132 |
-
#: app/features/mec/notifications.php:
|
4133 |
msgid "only once per day"
|
4134 |
msgstr ""
|
4135 |
|
4136 |
-
#: app/features/mec/notifications.php:
|
4137 |
msgid "Days"
|
4138 |
msgstr ""
|
4139 |
|
4140 |
-
#: app/features/mec/notifications.php:
|
4141 |
#: app/libraries/main.php:577
|
4142 |
msgid "New Event"
|
4143 |
msgstr ""
|
4144 |
|
4145 |
-
#: app/features/mec/notifications.php:
|
4146 |
msgid "Enable new event notification"
|
4147 |
msgstr ""
|
4148 |
|
4149 |
-
#: app/features/mec/notifications.php:
|
4150 |
msgid ""
|
4151 |
"It sends after adding a new event from frontend event submission or from "
|
4152 |
"website backend."
|
4153 |
msgstr ""
|
4154 |
|
4155 |
-
#: app/features/mec/notifications.php:
|
|
|
4156 |
msgid "Title of event"
|
4157 |
msgstr ""
|
4158 |
|
4159 |
-
#: app/features/mec/notifications.php:
|
|
|
4160 |
msgid "Link of event"
|
4161 |
msgstr ""
|
4162 |
|
4163 |
-
#: app/features/mec/notifications.php:
|
|
|
4164 |
msgid "Status of event"
|
4165 |
msgstr ""
|
4166 |
|
4167 |
-
#: app/features/mec/notifications.php:
|
|
|
4168 |
#: app/features/mec/settings.php:658
|
4169 |
msgid "Event Note"
|
4170 |
msgstr ""
|
4171 |
|
4172 |
-
#: app/features/mec/notifications.php:
|
|
|
4173 |
msgid "Admin events management link."
|
4174 |
msgstr ""
|
4175 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4176 |
#: app/features/mec/settings.php:55 app/features/mec/settings.php:65
|
4177 |
msgid "Hide Events"
|
4178 |
msgstr ""
|
@@ -4259,7 +4300,7 @@ msgid "You can enable/disable Schema scripts"
|
|
4259 |
msgstr ""
|
4260 |
|
4261 |
#: app/features/mec/settings.php:136 app/features/mec/settings.php:146
|
4262 |
-
#: app/libraries/main.php:
|
4263 |
msgid "Weekdays"
|
4264 |
msgstr ""
|
4265 |
|
@@ -4793,74 +4834,74 @@ msgid ""
|
|
4793 |
"styles."
|
4794 |
msgstr ""
|
4795 |
|
4796 |
-
#: app/features/mec/styling.php:10 app/features/mec/styling.php:
|
4797 |
-
#: app/features/mec/styling.php:
|
4798 |
msgid "Default Font"
|
4799 |
msgstr ""
|
4800 |
|
4801 |
-
#: app/features/mec/styling.php:
|
4802 |
msgid "Styling Option"
|
4803 |
msgstr ""
|
4804 |
|
4805 |
-
#: app/features/mec/styling.php:
|
4806 |
msgid "Color Skin"
|
4807 |
msgstr ""
|
4808 |
|
4809 |
-
#: app/features/mec/styling.php:
|
4810 |
msgid "Predefined Color Skin"
|
4811 |
msgstr ""
|
4812 |
|
4813 |
-
#: app/features/mec/styling.php:
|
4814 |
msgid "Custom Color Skin"
|
4815 |
msgstr ""
|
4816 |
|
4817 |
-
#: app/features/mec/styling.php:
|
4818 |
msgid ""
|
4819 |
"If you want to select a predefined color skin, you must clear the color of "
|
4820 |
"this item"
|
4821 |
msgstr ""
|
4822 |
|
4823 |
-
#: app/features/mec/styling.php:
|
4824 |
msgid "Advanced Color Options (shortcodes)"
|
4825 |
msgstr ""
|
4826 |
|
4827 |
-
#: app/features/mec/styling.php:
|
4828 |
msgid "Title Hover"
|
4829 |
msgstr ""
|
4830 |
|
4831 |
-
#: app/features/mec/styling.php:
|
4832 |
msgid "Typography"
|
4833 |
msgstr ""
|
4834 |
|
4835 |
-
#: app/features/mec/styling.php:
|
4836 |
msgid "Heading (Events Title) Font Family"
|
4837 |
msgstr ""
|
4838 |
|
4839 |
-
#: app/features/mec/styling.php:
|
4840 |
msgid "Paragraph Font Family"
|
4841 |
msgstr ""
|
4842 |
|
4843 |
-
#: app/features/mec/styling.php:
|
4844 |
msgid "Disable Google Fonts"
|
4845 |
msgstr ""
|
4846 |
|
4847 |
-
#: app/features/mec/styling.php:
|
4848 |
msgid "To be GDPR compliant you may need to disable Google fonts!"
|
4849 |
msgstr ""
|
4850 |
|
4851 |
-
#: app/features/mec/styling.php:
|
4852 |
msgid "Container Width"
|
4853 |
msgstr ""
|
4854 |
|
4855 |
-
#: app/features/mec/styling.php:
|
4856 |
msgid "Desktop Normal Screens"
|
4857 |
msgstr ""
|
4858 |
|
4859 |
-
#: app/features/mec/styling.php:
|
4860 |
msgid "You can enter your theme container size in this field"
|
4861 |
msgstr ""
|
4862 |
|
4863 |
-
#: app/features/mec/styling.php:
|
4864 |
msgid "Desktop Large Screens"
|
4865 |
msgstr ""
|
4866 |
|
@@ -5141,11 +5182,11 @@ msgstr ""
|
|
5141 |
msgid "Go to support forum"
|
5142 |
msgstr ""
|
5143 |
|
5144 |
-
#: app/features/mec/support.php:52 app/libraries/main.php:
|
5145 |
msgid "Styling Options"
|
5146 |
msgstr ""
|
5147 |
|
5148 |
-
#: app/features/mec/support.php:59 app/libraries/main.php:
|
5149 |
msgid "Custom CSS"
|
5150 |
msgstr ""
|
5151 |
|
@@ -5265,7 +5306,7 @@ msgstr ""
|
|
5265 |
msgid "eg. https://webnus.net"
|
5266 |
msgstr ""
|
5267 |
|
5268 |
-
#: app/features/organizers.php:311 app/libraries/main.php:
|
5269 |
#: app/skins/single.php:845
|
5270 |
msgid "Other Organizers"
|
5271 |
msgstr ""
|
@@ -5284,11 +5325,11 @@ msgstr ""
|
|
5284 |
msgid "#"
|
5285 |
msgstr ""
|
5286 |
|
5287 |
-
#: app/features/profile/profile.php:35 app/libraries/main.php:
|
5288 |
msgid "Status"
|
5289 |
msgstr ""
|
5290 |
|
5291 |
-
#: app/features/profile/profile.php:38 app/libraries/main.php:
|
5292 |
msgid "Attendees"
|
5293 |
msgstr ""
|
5294 |
|
@@ -5301,8 +5342,8 @@ msgstr ""
|
|
5301 |
msgid "<i class=\"mec-sl-eye\"></i> %s"
|
5302 |
msgstr ""
|
5303 |
|
5304 |
-
#: app/features/profile/profile.php:97 app/libraries/main.php:
|
5305 |
-
#: app/libraries/main.php:
|
5306 |
msgid "Ticket"
|
5307 |
msgstr ""
|
5308 |
|
@@ -5335,10 +5376,10 @@ msgid "No search result."
|
|
5335 |
msgstr ""
|
5336 |
|
5337 |
#: app/features/search_bar/search_result.php:11
|
5338 |
-
#: app/libraries/notifications.php:
|
5339 |
#: app/modules/local-time/details.php:47 app/modules/next-event/details.php:101
|
5340 |
#: app/skins/single.php:160 app/skins/single.php:736
|
5341 |
-
#: app/skins/single/default.php:
|
5342 |
#: app/skins/single/m1.php:34 app/skins/single/modern.php:184
|
5343 |
msgid "All of the day"
|
5344 |
msgstr ""
|
@@ -5425,9 +5466,9 @@ msgstr ""
|
|
5425 |
msgid "day"
|
5426 |
msgstr ""
|
5427 |
|
5428 |
-
#: app/libraries/factory.php:341 app/modules/countdown/details.php:
|
5429 |
-
#: app/skins/available_spot/tpl.php:
|
5430 |
-
#: app/skins/countdown/tpl.php:
|
5431 |
msgid "days"
|
5432 |
msgstr ""
|
5433 |
|
@@ -5435,9 +5476,9 @@ msgstr ""
|
|
5435 |
msgid "hour"
|
5436 |
msgstr ""
|
5437 |
|
5438 |
-
#: app/libraries/factory.php:343 app/modules/countdown/details.php:
|
5439 |
-
#: app/skins/available_spot/tpl.php:
|
5440 |
-
#: app/skins/countdown/tpl.php:
|
5441 |
msgid "hours"
|
5442 |
msgstr ""
|
5443 |
|
@@ -5445,9 +5486,9 @@ msgstr ""
|
|
5445 |
msgid "minute"
|
5446 |
msgstr ""
|
5447 |
|
5448 |
-
#: app/libraries/factory.php:345 app/modules/countdown/details.php:
|
5449 |
-
#: app/skins/available_spot/tpl.php:
|
5450 |
-
#: app/skins/countdown/tpl.php:
|
5451 |
msgid "minutes"
|
5452 |
msgstr ""
|
5453 |
|
@@ -5455,9 +5496,9 @@ msgstr ""
|
|
5455 |
msgid "second"
|
5456 |
msgstr ""
|
5457 |
|
5458 |
-
#: app/libraries/factory.php:347 app/modules/countdown/details.php:
|
5459 |
-
#: app/skins/available_spot/tpl.php:
|
5460 |
-
#: app/skins/countdown/tpl.php:
|
5461 |
msgid "seconds"
|
5462 |
msgstr ""
|
5463 |
|
@@ -5473,38 +5514,38 @@ msgstr ""
|
|
5473 |
msgid "There is no excerpt because this is a protected post."
|
5474 |
msgstr ""
|
5475 |
|
5476 |
-
#: app/libraries/main.php:330 app/libraries/main.php:
|
5477 |
-
#: app/libraries/main.php:
|
5478 |
msgid "Grid View"
|
5479 |
msgstr ""
|
5480 |
|
5481 |
-
#: app/libraries/main.php:331 app/libraries/main.php:
|
5482 |
-
#: app/libraries/main.php:
|
5483 |
msgid "Agenda View"
|
5484 |
msgstr ""
|
5485 |
|
5486 |
-
#: app/libraries/main.php:332 app/libraries/main.php:
|
5487 |
-
#: app/libraries/main.php:
|
5488 |
msgid "Full Calendar"
|
5489 |
msgstr ""
|
5490 |
|
5491 |
-
#: app/libraries/main.php:334 app/libraries/main.php:
|
5492 |
-
#: app/libraries/main.php:
|
5493 |
msgid "Calendar/Monthly View"
|
5494 |
msgstr ""
|
5495 |
|
5496 |
-
#: app/libraries/main.php:337 app/libraries/main.php:
|
5497 |
-
#: app/libraries/main.php:
|
5498 |
msgid "Timetable View"
|
5499 |
msgstr ""
|
5500 |
|
5501 |
-
#: app/libraries/main.php:338 app/libraries/main.php:
|
5502 |
-
#: app/libraries/main.php:
|
5503 |
msgid "Masonry View"
|
5504 |
msgstr ""
|
5505 |
|
5506 |
-
#: app/libraries/main.php:339 app/libraries/main.php:
|
5507 |
-
#: app/libraries/main.php:
|
5508 |
msgid "Map View"
|
5509 |
msgstr ""
|
5510 |
|
@@ -5528,31 +5569,31 @@ msgstr ""
|
|
5528 |
msgid "Slider View"
|
5529 |
msgstr ""
|
5530 |
|
5531 |
-
#: app/libraries/main.php:382 app/libraries/main.php:
|
5532 |
msgid "SU"
|
5533 |
msgstr ""
|
5534 |
|
5535 |
-
#: app/libraries/main.php:383 app/libraries/main.php:
|
5536 |
msgid "MO"
|
5537 |
msgstr ""
|
5538 |
|
5539 |
-
#: app/libraries/main.php:384 app/libraries/main.php:
|
5540 |
msgid "TU"
|
5541 |
msgstr ""
|
5542 |
|
5543 |
-
#: app/libraries/main.php:385 app/libraries/main.php:
|
5544 |
msgid "WE"
|
5545 |
msgstr ""
|
5546 |
|
5547 |
-
#: app/libraries/main.php:386 app/libraries/main.php:
|
5548 |
msgid "TH"
|
5549 |
msgstr ""
|
5550 |
|
5551 |
-
#: app/libraries/main.php:387 app/libraries/main.php:
|
5552 |
msgid "FR"
|
5553 |
msgstr ""
|
5554 |
|
5555 |
-
#: app/libraries/main.php:388 app/libraries/main.php:
|
5556 |
msgid "SA"
|
5557 |
msgstr ""
|
5558 |
|
@@ -5564,19 +5605,19 @@ msgstr ""
|
|
5564 |
msgid "Additional Locations"
|
5565 |
msgstr ""
|
5566 |
|
5567 |
-
#: app/libraries/main.php:
|
5568 |
msgid "Single Event"
|
5569 |
msgstr ""
|
5570 |
|
5571 |
-
#: app/libraries/main.php:
|
5572 |
msgid "Modules"
|
5573 |
msgstr ""
|
5574 |
|
5575 |
-
#: app/libraries/main.php:
|
5576 |
msgid "New Addons For MEC! Now Customize MEC in Elementor"
|
5577 |
msgstr ""
|
5578 |
|
5579 |
-
#: app/libraries/main.php:
|
5580 |
msgid ""
|
5581 |
"The time has come at last, and the new practical add-ons for MEC have been "
|
5582 |
"released. This is a revolution in the world of Event Calendars. We have "
|
@@ -5584,319 +5625,319 @@ msgid ""
|
|
5584 |
"below:"
|
5585 |
msgstr ""
|
5586 |
|
5587 |
-
#: app/libraries/main.php:
|
5588 |
msgid ""
|
5589 |
"<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
|
5590 |
"products) and Woo products at the same time."
|
5591 |
msgstr ""
|
5592 |
|
5593 |
-
#: app/libraries/main.php:
|
5594 |
msgid ""
|
5595 |
"<strong>Elementor Single Builder:</strong> It enables you to create "
|
5596 |
"shortcodes in Elementor Live Editor."
|
5597 |
msgstr ""
|
5598 |
|
5599 |
-
#: app/libraries/main.php:
|
5600 |
msgid ""
|
5601 |
"<strong>Elementor Form Builder:</strong> It allows you to use many different "
|
5602 |
"type of fields and rearrange them by drag and drop and modify their styles."
|
5603 |
msgstr ""
|
5604 |
|
5605 |
-
#: app/libraries/main.php:
|
5606 |
msgid ""
|
5607 |
"<strong>Elementor Shortcode Builder:</strong> Edit single event page using "
|
5608 |
"Elementor. Manage the position of all elements in the Single page and in "
|
5609 |
"desktops, mobiles and tablets as well."
|
5610 |
msgstr ""
|
5611 |
|
5612 |
-
#: app/libraries/main.php:
|
5613 |
msgid "Events at this location"
|
5614 |
msgstr ""
|
5615 |
|
5616 |
-
#: app/libraries/main.php:
|
5617 |
msgid "Event at this location"
|
5618 |
msgstr ""
|
5619 |
|
5620 |
-
#: app/libraries/main.php:
|
5621 |
msgid "Facebook"
|
5622 |
msgstr ""
|
5623 |
|
5624 |
-
#: app/libraries/main.php:
|
5625 |
msgid "Twitter"
|
5626 |
msgstr ""
|
5627 |
|
5628 |
-
#: app/libraries/main.php:
|
5629 |
msgid "Linkedin"
|
5630 |
msgstr ""
|
5631 |
|
5632 |
-
#: app/libraries/main.php:
|
5633 |
msgid "VK"
|
5634 |
msgstr ""
|
5635 |
|
5636 |
-
#: app/libraries/main.php:
|
5637 |
msgid "Share on Facebook"
|
5638 |
msgstr ""
|
5639 |
|
5640 |
-
#: app/libraries/main.php:
|
5641 |
msgid "Tweet"
|
5642 |
msgstr ""
|
5643 |
|
5644 |
-
#: app/libraries/main.php:
|
5645 |
msgid "Custom Shortcode"
|
5646 |
msgstr ""
|
5647 |
|
5648 |
-
#: app/libraries/main.php:
|
5649 |
msgid "Your booking successfully verified."
|
5650 |
msgstr ""
|
5651 |
|
5652 |
-
#: app/libraries/main.php:
|
5653 |
msgid "Your booking cannot verify!"
|
5654 |
msgstr ""
|
5655 |
|
5656 |
-
#: app/libraries/main.php:
|
5657 |
msgid "Your booking successfully canceled."
|
5658 |
msgstr ""
|
5659 |
|
5660 |
-
#: app/libraries/main.php:
|
5661 |
msgid "Your booking cannot be canceled."
|
5662 |
msgstr ""
|
5663 |
|
5664 |
-
#: app/libraries/main.php:
|
5665 |
msgid "You canceled the payment successfully."
|
5666 |
msgstr ""
|
5667 |
|
5668 |
-
#: app/libraries/main.php:
|
5669 |
msgid "You returned from payment gateway successfully."
|
5670 |
msgstr ""
|
5671 |
|
5672 |
-
#: app/libraries/main.php:
|
5673 |
msgid "Cannot find the invoice!"
|
5674 |
msgstr ""
|
5675 |
|
5676 |
-
#: app/libraries/main.php:
|
5677 |
msgid "Invoice is invalid."
|
5678 |
msgstr ""
|
5679 |
|
5680 |
-
#: app/libraries/main.php:
|
5681 |
msgid "Cannot find the booking!"
|
5682 |
msgstr ""
|
5683 |
|
5684 |
-
#: app/libraries/main.php:
|
5685 |
msgid "Booking is invalid."
|
5686 |
msgstr ""
|
5687 |
|
5688 |
-
#: app/libraries/main.php:
|
5689 |
#, php-format
|
5690 |
msgid "%s Invoice"
|
5691 |
msgstr ""
|
5692 |
|
5693 |
-
#: app/libraries/main.php:
|
5694 |
msgid "Transaction ID"
|
5695 |
msgstr ""
|
5696 |
|
5697 |
-
#: app/libraries/main.php:
|
5698 |
msgid "Billing"
|
5699 |
msgstr ""
|
5700 |
|
5701 |
-
#: app/libraries/main.php:
|
5702 |
msgid "Total"
|
5703 |
msgstr ""
|
5704 |
|
5705 |
-
#: app/libraries/main.php:
|
5706 |
msgid "Security nonce is not valid."
|
5707 |
msgstr ""
|
5708 |
|
5709 |
-
#: app/libraries/main.php:
|
5710 |
msgid "iCal export stopped!"
|
5711 |
msgstr ""
|
5712 |
|
5713 |
-
#: app/libraries/main.php:
|
5714 |
msgid "Request is not valid."
|
5715 |
msgstr ""
|
5716 |
|
5717 |
-
#: app/libraries/main.php:
|
5718 |
-
#: app/libraries/main.php:
|
5719 |
-
#: app/libraries/main.php:
|
5720 |
-
#: app/libraries/main.php:
|
5721 |
-
#: app/libraries/main.php:
|
5722 |
-
#: app/libraries/main.php:
|
5723 |
-
#: app/libraries/main.php:
|
5724 |
msgid "Sort"
|
5725 |
msgstr ""
|
5726 |
|
5727 |
-
#: app/libraries/main.php:
|
5728 |
-
#: app/libraries/main.php:
|
5729 |
-
#: app/libraries/main.php:
|
5730 |
-
#: app/libraries/main.php:
|
5731 |
-
#: app/libraries/main.php:
|
5732 |
-
#: app/libraries/main.php:
|
5733 |
msgid "Required Field"
|
5734 |
msgstr ""
|
5735 |
|
5736 |
-
#: app/libraries/main.php:
|
5737 |
-
#: app/libraries/main.php:
|
5738 |
-
#: app/libraries/main.php:
|
5739 |
-
#: app/libraries/main.php:
|
5740 |
-
#: app/libraries/main.php:
|
5741 |
-
#: app/libraries/main.php:
|
5742 |
msgid "Insert a label for this field"
|
5743 |
msgstr ""
|
5744 |
|
5745 |
-
#: app/libraries/main.php:
|
5746 |
msgid "HTML and shortcode are allowed."
|
5747 |
msgstr ""
|
5748 |
|
5749 |
-
#: app/libraries/main.php:
|
5750 |
-
#: app/libraries/main.php:
|
5751 |
msgid "Option"
|
5752 |
msgstr ""
|
5753 |
|
5754 |
-
#: app/libraries/main.php:
|
5755 |
#, php-format
|
5756 |
msgid "Instead of %s, the page title with a link will be show."
|
5757 |
msgstr ""
|
5758 |
|
5759 |
-
#: app/libraries/main.php:
|
5760 |
msgid "Agreement Page"
|
5761 |
msgstr ""
|
5762 |
|
5763 |
-
#: app/libraries/main.php:
|
5764 |
msgid "Checked by default"
|
5765 |
msgstr ""
|
5766 |
|
5767 |
-
#: app/libraries/main.php:
|
5768 |
msgid "Unchecked by default"
|
5769 |
msgstr ""
|
5770 |
|
5771 |
-
#: app/libraries/main.php:
|
5772 |
msgid "Insert a label for this option"
|
5773 |
msgstr ""
|
5774 |
|
5775 |
-
#: app/libraries/main.php:
|
5776 |
msgid "Free"
|
5777 |
msgstr ""
|
5778 |
|
5779 |
-
#: app/libraries/main.php:
|
5780 |
msgid "M.E. Calender"
|
5781 |
msgstr ""
|
5782 |
|
5783 |
-
#: app/libraries/main.php:
|
5784 |
#, php-format
|
5785 |
msgid "Copy of %s"
|
5786 |
msgstr ""
|
5787 |
|
5788 |
-
#: app/libraries/main.php:
|
5789 |
msgid "Booked an event."
|
5790 |
msgstr ""
|
5791 |
|
5792 |
-
#: app/libraries/main.php:
|
5793 |
#, php-format
|
5794 |
msgid "%s booked %s event."
|
5795 |
msgstr ""
|
5796 |
|
5797 |
-
#: app/libraries/main.php:
|
5798 |
msgid "Taxonomies"
|
5799 |
msgstr ""
|
5800 |
|
5801 |
-
#: app/libraries/main.php:
|
5802 |
msgid "Category Plural Label"
|
5803 |
msgstr ""
|
5804 |
|
5805 |
-
#: app/libraries/main.php:
|
5806 |
msgid "Category Singular Label"
|
5807 |
msgstr ""
|
5808 |
|
5809 |
-
#: app/libraries/main.php:
|
5810 |
msgid "Label Plural Label"
|
5811 |
msgstr ""
|
5812 |
|
5813 |
-
#: app/libraries/main.php:
|
5814 |
msgid "Label Singular Label"
|
5815 |
msgstr ""
|
5816 |
|
5817 |
-
#: app/libraries/main.php:
|
5818 |
msgid "label"
|
5819 |
msgstr ""
|
5820 |
|
5821 |
-
#: app/libraries/main.php:
|
5822 |
msgid "Location Plural Label"
|
5823 |
msgstr ""
|
5824 |
|
5825 |
-
#: app/libraries/main.php:
|
5826 |
msgid "Location Singular Label"
|
5827 |
msgstr ""
|
5828 |
|
5829 |
-
#: app/libraries/main.php:
|
5830 |
msgid "Organizer Plural Label"
|
5831 |
msgstr ""
|
5832 |
|
5833 |
-
#: app/libraries/main.php:
|
5834 |
msgid "Organizer Singular Label"
|
5835 |
msgstr ""
|
5836 |
|
5837 |
-
#: app/libraries/main.php:
|
5838 |
msgid "Speaker Plural Label"
|
5839 |
msgstr ""
|
5840 |
|
5841 |
-
#: app/libraries/main.php:
|
5842 |
msgid "Speaker Singular Label"
|
5843 |
msgstr ""
|
5844 |
|
5845 |
-
#: app/libraries/main.php:
|
5846 |
msgid "Sunday abbreviation"
|
5847 |
msgstr ""
|
5848 |
|
5849 |
-
#: app/libraries/main.php:
|
5850 |
msgid "Monday abbreviation"
|
5851 |
msgstr ""
|
5852 |
|
5853 |
-
#: app/libraries/main.php:
|
5854 |
msgid "Tuesday abbreviation"
|
5855 |
msgstr ""
|
5856 |
|
5857 |
-
#: app/libraries/main.php:
|
5858 |
msgid "Wednesday abbreviation"
|
5859 |
msgstr ""
|
5860 |
|
5861 |
-
#: app/libraries/main.php:
|
5862 |
msgid "Thursday abbreviation"
|
5863 |
msgstr ""
|
5864 |
|
5865 |
-
#: app/libraries/main.php:
|
5866 |
msgid "Friday abbreviation"
|
5867 |
msgstr ""
|
5868 |
|
5869 |
-
#: app/libraries/main.php:
|
5870 |
msgid "Saturday abbreviation"
|
5871 |
msgstr ""
|
5872 |
|
5873 |
-
#: app/libraries/main.php:
|
5874 |
msgid "Others"
|
5875 |
msgstr ""
|
5876 |
|
5877 |
-
#: app/libraries/main.php:
|
5878 |
msgid "Booking Success Message"
|
5879 |
msgstr ""
|
5880 |
|
5881 |
-
#: app/libraries/main.php:
|
5882 |
msgid ""
|
5883 |
"Thanks for your booking. Your tickets booked, booking verification might be "
|
5884 |
"needed, please check your email."
|
5885 |
msgstr ""
|
5886 |
|
5887 |
-
#: app/libraries/main.php:
|
5888 |
msgid "Register Button"
|
5889 |
msgstr ""
|
5890 |
|
5891 |
-
#: app/libraries/main.php:
|
5892 |
#: app/skins/carousel/render.php:156 app/skins/carousel/render.php:192
|
5893 |
#: app/skins/grid/render.php:118 app/skins/grid/render.php:164
|
5894 |
#: app/skins/grid/render.php:206 app/skins/grid/render.php:234
|
5895 |
#: app/skins/list/render.php:107 app/skins/list/render.php:195
|
5896 |
#: app/skins/masonry/render.php:178 app/skins/single.php:757
|
5897 |
-
#: app/skins/single.php:760 app/skins/single/default.php:
|
5898 |
-
#: app/skins/single/default.php:
|
5899 |
-
#: app/skins/single/default.php:
|
5900 |
#: app/skins/single/m1.php:128 app/skins/single/m2.php:58
|
5901 |
#: app/skins/single/m2.php:60 app/skins/single/modern.php:68
|
5902 |
#: app/skins/single/modern.php:70 app/skins/slider/render.php:112
|
@@ -5905,11 +5946,11 @@ msgstr ""
|
|
5905 |
msgid "REGISTER"
|
5906 |
msgstr ""
|
5907 |
|
5908 |
-
#: app/libraries/main.php:
|
5909 |
msgid "View Detail Button"
|
5910 |
msgstr ""
|
5911 |
|
5912 |
-
#: app/libraries/main.php:
|
5913 |
#: app/skins/carousel/render.php:192 app/skins/grid/render.php:118
|
5914 |
#: app/skins/grid/render.php:164 app/skins/grid/render.php:206
|
5915 |
#: app/skins/grid/render.php:234 app/skins/list/render.php:107
|
@@ -5920,59 +5961,59 @@ msgstr ""
|
|
5920 |
msgid "View Detail"
|
5921 |
msgstr ""
|
5922 |
|
5923 |
-
#: app/libraries/main.php:
|
5924 |
msgid "Event Detail Button"
|
5925 |
msgstr ""
|
5926 |
|
5927 |
-
#: app/libraries/main.php:
|
5928 |
msgid "Event Detail"
|
5929 |
msgstr ""
|
5930 |
|
5931 |
-
#: app/libraries/main.php:
|
5932 |
msgid "More Info Link"
|
5933 |
msgstr ""
|
5934 |
|
5935 |
-
#: app/libraries/main.php:
|
5936 |
msgid "Ticket (Singular)"
|
5937 |
msgstr ""
|
5938 |
|
5939 |
-
#: app/libraries/main.php:
|
5940 |
msgid "Tickets (Plural)"
|
5941 |
msgstr ""
|
5942 |
|
5943 |
-
#: app/libraries/main.php:
|
5944 |
msgid "EventON"
|
5945 |
msgstr ""
|
5946 |
|
5947 |
-
#: app/libraries/main.php:
|
5948 |
msgid "The Events Calendar"
|
5949 |
msgstr ""
|
5950 |
|
5951 |
-
#: app/libraries/main.php:
|
5952 |
msgid "Events Schedule WP Plugin"
|
5953 |
msgstr ""
|
5954 |
|
5955 |
-
#: app/libraries/main.php:
|
5956 |
msgid "Calendarize It"
|
5957 |
msgstr ""
|
5958 |
|
5959 |
-
#: app/libraries/main.php:
|
5960 |
msgid "Confirmed"
|
5961 |
msgstr ""
|
5962 |
|
5963 |
-
#: app/libraries/main.php:
|
5964 |
msgid "Rejected"
|
5965 |
msgstr ""
|
5966 |
|
5967 |
-
#: app/libraries/main.php:
|
5968 |
msgid "Pending"
|
5969 |
msgstr ""
|
5970 |
|
5971 |
-
#: app/libraries/main.php:
|
5972 |
msgid "Waiting"
|
5973 |
msgstr ""
|
5974 |
|
5975 |
-
#: app/libraries/main.php:
|
5976 |
msgid "Skin controller does not exist."
|
5977 |
msgstr ""
|
5978 |
|
@@ -6000,23 +6041,27 @@ msgstr ""
|
|
6000 |
msgid "A new event is added."
|
6001 |
msgstr ""
|
6002 |
|
6003 |
-
#: app/libraries/notifications.php:
|
|
|
|
|
|
|
|
|
6004 |
msgid "to"
|
6005 |
msgstr ""
|
6006 |
|
6007 |
-
#: app/libraries/notifications.php:
|
6008 |
msgid "+ Add to Google Calendar"
|
6009 |
msgstr ""
|
6010 |
|
6011 |
-
#: app/libraries/notifications.php:
|
6012 |
msgid "+ iCal export"
|
6013 |
msgstr ""
|
6014 |
|
6015 |
-
#: app/libraries/notifications.php:
|
6016 |
msgid "Yes"
|
6017 |
msgstr ""
|
6018 |
|
6019 |
-
#: app/libraries/notifications.php:
|
6020 |
msgid "No"
|
6021 |
msgstr ""
|
6022 |
|
@@ -6058,8 +6103,8 @@ msgid "Fill other attendees information like the first form."
|
|
6058 |
msgstr ""
|
6059 |
|
6060 |
#: app/modules/booking/steps/form.php:179
|
6061 |
-
#: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:
|
6062 |
-
#: app/skins/countdown/tpl.php:
|
6063 |
msgid "Next"
|
6064 |
msgstr ""
|
6065 |
|
@@ -6081,11 +6126,11 @@ msgstr ""
|
|
6081 |
msgid "The %s ticket is sold out. You can try another ticket or another date."
|
6082 |
msgstr ""
|
6083 |
|
6084 |
-
#: app/modules/countdown/details.php:
|
6085 |
msgid "The event is finished."
|
6086 |
msgstr ""
|
6087 |
|
6088 |
-
#: app/modules/countdown/details.php:
|
6089 |
msgid "The event is ongoing."
|
6090 |
msgstr ""
|
6091 |
|
@@ -6125,7 +6170,7 @@ msgid "Go to occurrence page"
|
|
6125 |
msgstr ""
|
6126 |
|
6127 |
#: app/modules/next-event/details.php:95 app/skins/single.php:730
|
6128 |
-
#: app/skins/single/default.php:
|
6129 |
#: app/skins/single/m1.php:28 app/skins/single/modern.php:178
|
6130 |
msgid "Time"
|
6131 |
msgstr ""
|
@@ -6193,12 +6238,12 @@ msgstr ""
|
|
6193 |
msgid "Load More"
|
6194 |
msgstr ""
|
6195 |
|
6196 |
-
#: app/skins/available_spot/tpl.php:
|
6197 |
msgid "Available Spot(s):"
|
6198 |
msgstr ""
|
6199 |
|
6200 |
-
#: app/skins/carousel/render.php:213 app/skins/countdown/tpl.php:
|
6201 |
-
#: app/skins/countdown/tpl.php:
|
6202 |
#: app/skins/list/render.php:125
|
6203 |
msgid "EVENT DETAIL"
|
6204 |
msgstr ""
|
@@ -6207,8 +6252,8 @@ msgstr ""
|
|
6207 |
msgid "View All Events"
|
6208 |
msgstr ""
|
6209 |
|
6210 |
-
#: app/skins/countdown/tpl.php:
|
6211 |
-
#: app/skins/countdown/tpl.php:
|
6212 |
#, php-format
|
6213 |
msgid "%s Upcoming Event"
|
6214 |
msgstr ""
|
@@ -6260,14 +6305,14 @@ msgid "Sold out!"
|
|
6260 |
msgstr ""
|
6261 |
|
6262 |
#: app/skins/single.php:805 app/skins/single.php:860
|
6263 |
-
#: app/skins/single/default.php:
|
6264 |
#: app/skins/single/m1.php:100 app/skins/single/m2.php:32
|
6265 |
#: app/skins/single/modern.php:41
|
6266 |
msgid "Phone"
|
6267 |
msgstr ""
|
6268 |
|
6269 |
#: app/skins/single.php:819 app/skins/single.php:874
|
6270 |
-
#: app/skins/single/default.php:
|
6271 |
#: app/skins/single/m1.php:114 app/skins/single/m2.php:46
|
6272 |
#: app/skins/single/modern.php:55
|
6273 |
msgid "Website"
|
@@ -6277,7 +6322,7 @@ msgstr ""
|
|
6277 |
msgid "Speakers:"
|
6278 |
msgstr ""
|
6279 |
|
6280 |
-
#: app/skins/single/default.php:
|
6281 |
#: app/skins/single/m2.php:183 app/skins/single/modern.php:266
|
6282 |
msgid "Tags: "
|
6283 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: modern-events-calendar\n"
|
4 |
+
"POT-Creation-Date: 2019-09-24 14:49+0330\n"
|
5 |
+
"PO-Revision-Date: 2019-09-24 14:50+0330\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:133
|
25 |
msgid "Content"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:368
|
29 |
+
#: app/features/mec.php:399 app/features/mec.php:429
|
30 |
msgid "Shortcode"
|
31 |
msgstr ""
|
32 |
|
60 |
msgid "Event Color"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: app/features/contextual.php:55 app/features/mec.php:348
|
64 |
#: app/features/mec/dashboard.php:135 app/features/mec/support-page.php:168
|
65 |
+
#: app/features/mec/support.php:20 app/libraries/main.php:588
|
66 |
msgid "Settings"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: app/features/contextual.php:62 app/features/events.php:2412
|
70 |
+
#: app/features/mec/booking.php:426 app/features/mec/support.php:29
|
71 |
#: app/libraries/main.php:554
|
72 |
msgid "Booking Form"
|
73 |
msgstr ""
|
81 |
"YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: app/features/contextual.php:70 app/features/mec/booking.php:544
|
85 |
#: app/features/mec/support.php:36 app/libraries/main.php:555
|
86 |
msgid "Payment Gateways"
|
87 |
msgstr ""
|
94 |
msgstr ""
|
95 |
|
96 |
#: app/features/contextual.php:77 app/features/mec/support.php:45
|
97 |
+
#: app/libraries/main.php:736
|
98 |
msgid "Notifications"
|
99 |
msgstr ""
|
100 |
|
205 |
msgid "Frontend Event Submission"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: app/features/contextual.php:298 app/features/events.php:1176
|
209 |
#: app/libraries/main.php:543
|
210 |
msgid "Exceptional Days"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: app/features/contextual.php:308 app/features/events.php:298
|
214 |
+
#: app/features/mec/booking.php:88 app/features/mec/notifications.php:35
|
215 |
#: app/libraries/main.php:550 app/libraries/main.php:571
|
216 |
+
#: app/libraries/main.php:653
|
217 |
msgid "Booking"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: app/features/contextual.php:318 app/features/mec/booking.php:248
|
221 |
#: app/libraries/main.php:551
|
222 |
msgid "Coupons"
|
223 |
msgstr ""
|
236 |
msgid "MEC Activation"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: app/features/events.php:150 app/features/ix/export.php:34
|
240 |
#: app/features/mec/dashboard.php:229 app/skins/daily_view/tpl.php:79
|
241 |
#: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
|
242 |
msgid "Events"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: app/features/events.php:151
|
246 |
#: app/features/mec/meta_boxes/display_options.php:921
|
247 |
#: app/features/mec/meta_boxes/display_options.php:977
|
248 |
#: app/features/mec/meta_boxes/display_options.php:1012
|
251 |
msgid "Event"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: app/features/events.php:152 app/features/mec.php:334
|
255 |
msgid "Add Event"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: app/features/events.php:153 app/features/mec/dashboard.php:134
|
259 |
msgid "Add New Event"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: app/features/events.php:154 app/features/ix.php:3122
|
263 |
#: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:57
|
264 |
msgid "No events found!"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: app/features/events.php:155
|
268 |
msgid "All Events"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: app/features/events.php:156
|
272 |
msgid "Edit Event"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: app/features/events.php:157
|
276 |
msgid "View Event"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: app/features/events.php:158
|
280 |
msgid "No events found in Trash!"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: app/features/events.php:175 app/features/events.php:3231
|
284 |
#: app/features/mec/meta_boxes/display_options.php:832
|
285 |
#: app/features/mec/meta_boxes/search_form.php:31
|
286 |
#: app/features/mec/meta_boxes/search_form.php:93
|
293 |
#: app/features/mec/meta_boxes/search_form.php:514
|
294 |
#: app/features/mec/meta_boxes/search_form.php:575
|
295 |
#: app/features/mec/settings.php:719 app/features/mec/single.php:204
|
296 |
+
#: app/libraries/main.php:4864 app/libraries/skins.php:808
|
297 |
+
#: app/skins/single.php:559 app/skins/single/default.php:173
|
298 |
+
#: app/skins/single/default.php:385 app/skins/single/m1.php:170
|
299 |
#: app/skins/single/m2.php:102 app/skins/single/modern.php:110
|
300 |
msgid "Category"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: app/features/events.php:176 app/features/events.php:3202
|
304 |
+
#: app/features/fes/form.php:745 app/features/mec.php:336
|
305 |
+
#: app/features/mec/meta_boxes/filter.php:81 app/libraries/main.php:4863
|
306 |
msgid "Categories"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: app/features/events.php:186 app/features/labels.php:71
|
310 |
#: app/features/locations.php:69 app/features/organizers.php:69
|
311 |
#: app/features/speakers.php:70
|
312 |
#, php-format
|
313 |
msgid "All %s"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: app/features/events.php:187 app/features/labels.php:72
|
317 |
#: app/features/locations.php:70 app/features/organizers.php:70
|
318 |
#: app/features/speakers.php:71
|
319 |
#, php-format
|
320 |
msgid "Edit %s"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: app/features/events.php:188 app/features/labels.php:73
|
324 |
#: app/features/locations.php:71 app/features/organizers.php:71
|
325 |
#: app/features/speakers.php:72
|
326 |
#, php-format
|
327 |
msgid "View %s"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: app/features/events.php:189 app/features/labels.php:74
|
331 |
#: app/features/locations.php:72 app/features/organizers.php:72
|
332 |
#: app/features/speakers.php:73
|
333 |
#, php-format
|
334 |
msgid "Update %s"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: app/features/events.php:190 app/features/labels.php:75
|
338 |
#: app/features/locations.php:73 app/features/organizers.php:73
|
339 |
#: app/features/speakers.php:74
|
340 |
#, php-format
|
341 |
msgid "Add New %s"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: app/features/events.php:191 app/features/labels.php:76
|
345 |
#: app/features/locations.php:74 app/features/organizers.php:74
|
346 |
#: app/features/speakers.php:75
|
347 |
#, php-format
|
348 |
msgid "New %s Name"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: app/features/events.php:192 app/features/labels.php:77
|
352 |
#: app/features/locations.php:75 app/features/organizers.php:75
|
353 |
#: app/features/speakers.php:76
|
354 |
#, php-format
|
355 |
msgid "Popular %s"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: app/features/events.php:193 app/features/labels.php:78
|
359 |
#: app/features/locations.php:76 app/features/organizers.php:76
|
360 |
#: app/features/speakers.php:77
|
361 |
#, php-format
|
362 |
msgid "Search %s"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: app/features/events.php:218 app/features/events.php:239
|
366 |
msgid "Category Icon"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: app/features/events.php:221 app/features/events.php:244
|
370 |
msgid "Select icon"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: app/features/events.php:293
|
374 |
msgid "Event Details"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: app/features/events.php:453
|
378 |
msgid "Note for reviewer"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: app/features/events.php:459
|
382 |
msgid "Guest Data"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: app/features/events.php:460 app/features/events.php:2394
|
386 |
#: app/features/fes/form.php:668 app/features/labels.php:178
|
387 |
#: app/features/mec/booking.php:45 app/features/organizers.php:279
|
388 |
+
#: app/features/profile/profile.php:91 app/libraries/notifications.php:877
|
389 |
#: app/modules/booking/steps/form.php:37
|
390 |
msgid "Name"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: app/features/events.php:461 app/features/events.php:2405
|
394 |
+
#: app/features/events.php:2481 app/features/fes/form.php:664
|
395 |
+
#: app/features/mec/booking.php:57 app/features/mec/booking.php:477
|
396 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
397 |
#: app/features/profile/profile.php:94 app/features/speakers.php:124
|
398 |
+
#: app/features/speakers.php:184 app/libraries/main.php:1472
|
399 |
+
#: app/libraries/main.php:1538 app/libraries/main.php:2583
|
400 |
+
#: app/libraries/notifications.php:878 app/modules/booking/steps/form.php:46
|
401 |
#: app/modules/booking/steps/form.php:84 app/skins/single.php:812
|
402 |
+
#: app/skins/single.php:867 app/skins/single/default.php:215
|
403 |
+
#: app/skins/single/default.php:427 app/skins/single/m1.php:107
|
404 |
#: app/skins/single/m2.php:39 app/skins/single/modern.php:48
|
405 |
msgid "Email"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: app/features/events.php:469 app/features/fes/form.php:232
|
409 |
msgid "Date and Time"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: app/features/events.php:472 app/features/events.php:478
|
413 |
+
#: app/features/events.php:3234 app/features/events.php:3424
|
414 |
+
#: app/features/events.php:3466 app/features/fes/form.php:236
|
415 |
#: app/features/fes/form.php:240 app/features/ix.php:2743
|
416 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:38
|
417 |
#: app/features/mec/dashboard.php:373
|
431 |
msgid "Start Date"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: app/features/events.php:550 app/features/events.php:642
|
435 |
+
#: app/features/events.php:1708 app/features/events.php:1767
|
436 |
+
#: app/features/events.php:1940 app/features/events.php:1979
|
437 |
#: app/features/fes/form.php:268 app/features/fes/form.php:308
|
438 |
msgid "AM"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: app/features/events.php:557 app/features/events.php:649
|
442 |
+
#: app/features/events.php:1715 app/features/events.php:1774
|
443 |
+
#: app/features/events.php:1941 app/features/events.php:1980
|
444 |
#: app/features/fes/form.php:269 app/features/fes/form.php:309
|
445 |
msgid "PM"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: app/features/events.php:564 app/features/events.php:569
|
449 |
+
#: app/features/events.php:3235 app/features/events.php:3424
|
450 |
+
#: app/features/events.php:3466 app/features/fes/form.php:276
|
451 |
#: app/features/fes/form.php:280 app/features/ix.php:2743
|
452 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:44
|
453 |
#: app/features/mec/dashboard.php:374
|
454 |
msgid "End Date"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: app/features/events.php:663 app/features/fes/form.php:315
|
458 |
msgid "All Day Event"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: app/features/events.php:673 app/features/fes/form.php:318
|
462 |
msgid "Hide Event Time"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: app/features/events.php:683 app/features/fes/form.php:321
|
466 |
msgid "Hide Event End Time"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: app/features/events.php:688 app/features/events.php:692
|
470 |
#: app/features/fes/form.php:325
|
471 |
msgid "Time Comment"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: app/features/events.php:693 app/features/fes/form.php:326
|
475 |
msgid ""
|
476 |
"It shows next to event time on single event page. You can insert Timezone "
|
477 |
"etc. in this field."
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: app/features/events.php:695 app/features/events.php:828
|
481 |
+
#: app/features/events.php:1128 app/features/events.php:1195
|
482 |
+
#: app/features/events.php:1494 app/features/events.php:1585
|
483 |
+
#: app/features/events.php:1796 app/features/events.php:1811
|
484 |
+
#: app/features/events.php:1999 app/features/events.php:2012
|
485 |
+
#: app/features/events.php:2142 app/features/events.php:2178
|
486 |
+
#: app/features/events.php:2276 app/features/events.php:2291
|
487 |
+
#: app/features/events.php:2321 app/features/events.php:2334
|
488 |
#: app/features/fes/form.php:630 app/features/locations.php:299
|
489 |
+
#: app/features/mec/booking.php:108 app/features/mec/booking.php:158
|
490 |
+
#: app/features/mec/booking.php:174 app/features/mec/booking.php:293
|
491 |
+
#: app/features/mec/booking.php:322 app/features/mec/booking.php:370
|
492 |
+
#: app/features/mec/booking.php:380 app/features/mec/booking.php:402
|
493 |
+
#: app/features/mec/booking.php:412 app/features/mec/dashboard.php:71
|
494 |
#: app/features/mec/meta_boxes/display_options.php:66
|
495 |
#: app/features/mec/meta_boxes/display_options.php:79
|
496 |
#: app/features/mec/meta_boxes/display_options.php:92
|
524 |
#: app/features/mec/modules.php:53 app/features/mec/modules.php:86
|
525 |
#: app/features/mec/modules.php:103 app/features/mec/modules.php:138
|
526 |
#: app/features/mec/modules.php:154 app/features/mec/modules.php:312
|
527 |
+
#: app/features/mec/notifications.php:54 app/features/mec/notifications.php:111
|
528 |
+
#: app/features/mec/notifications.php:163
|
529 |
+
#: app/features/mec/notifications.php:222
|
530 |
+
#: app/features/mec/notifications.php:290
|
531 |
+
#: app/features/mec/notifications.php:353
|
532 |
+
#: app/features/mec/notifications.php:364
|
533 |
+
#: app/features/mec/notifications.php:426
|
534 |
+
#: app/features/mec/notifications.php:472 app/features/mec/settings.php:66
|
535 |
#: app/features/mec/settings.php:85 app/features/mec/settings.php:112
|
536 |
#: app/features/mec/settings.php:147 app/features/mec/settings.php:168
|
537 |
#: app/features/mec/settings.php:188 app/features/mec/settings.php:265
|
544 |
#: app/features/mec/single.php:42 app/features/mec/single.php:58
|
545 |
#: app/features/mec/single.php:77 app/features/mec/single.php:94
|
546 |
#: app/features/mec/single.php:110 app/features/mec/single.php:124
|
547 |
+
#: app/features/mec/single.php:162 app/features/mec/styling.php:203
|
548 |
+
#: app/features/mec/styling.php:220 app/features/mec/styling.php:233
|
549 |
#: app/features/organizers.php:272 app/skins/single.php:657
|
550 |
+
#: app/skins/single/default.php:122 app/skins/single/default.php:334
|
551 |
#: app/skins/single/m1.php:192 app/skins/single/m2.php:125
|
552 |
#: app/skins/single/modern.php:133
|
553 |
msgid "Read More"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: app/features/events.php:703
|
557 |
msgid "Repeating"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: app/features/events.php:712 app/features/fes/form.php:332
|
561 |
msgid "Event Repeating"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: app/features/events.php:716 app/features/fes/form.php:336
|
565 |
msgid "Repeats"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: app/features/events.php:724 app/features/fes/form.php:338
|
569 |
#: app/features/mec/dashboard.php:376 app/skins/full_calendar/tpl.php:109
|
570 |
msgid "Daily"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: app/features/events.php:731 app/features/fes/form.php:339
|
574 |
msgid "Every Weekday"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: app/features/events.php:738 app/features/fes/form.php:340
|
578 |
msgid "Every Weekend"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: app/features/events.php:745 app/features/fes/form.php:341
|
582 |
msgid "Certain Weekdays"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: app/features/events.php:752 app/features/fes/form.php:342
|
586 |
#: app/skins/full_calendar/tpl.php:108
|
587 |
msgid "Weekly"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: app/features/events.php:759 app/features/fes/form.php:343
|
591 |
#: app/features/mec/dashboard.php:377 app/skins/full_calendar/tpl.php:107
|
592 |
msgid "Monthly"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: app/features/events.php:766 app/features/fes/form.php:344
|
596 |
#: app/features/mec/dashboard.php:378 app/skins/full_calendar/tpl.php:106
|
597 |
msgid "Yearly"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: app/features/events.php:773 app/features/fes/form.php:345
|
601 |
msgid "Custom Days"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: app/features/events.php:780 app/features/fes/form.php:346
|
605 |
msgid "Advanced"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: app/features/events.php:785 app/features/fes/form.php:350
|
609 |
msgid "Repeat Interval"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: app/features/events.php:787 app/features/fes/form.php:351
|
613 |
msgid "Repeat interval"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: app/features/events.php:791 app/features/fes/form.php:354
|
617 |
msgid "Week Days"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: app/features/events.php:793 app/features/fes/form.php:355
|
621 |
#: app/features/mec/meta_boxes/display_options.php:764
|
622 |
#: app/libraries/main.php:407
|
623 |
msgid "Monday"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: app/features/events.php:796 app/features/fes/form.php:356
|
627 |
#: app/features/mec/meta_boxes/display_options.php:765
|
628 |
#: app/libraries/main.php:407
|
629 |
msgid "Tuesday"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: app/features/events.php:799 app/features/fes/form.php:357
|
633 |
#: app/features/mec/meta_boxes/display_options.php:766
|
634 |
#: app/libraries/main.php:407
|
635 |
msgid "Wednesday"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: app/features/events.php:802 app/features/fes/form.php:358
|
639 |
#: app/features/mec/meta_boxes/display_options.php:767
|
640 |
#: app/libraries/main.php:407
|
641 |
msgid "Thursday"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: app/features/events.php:805 app/features/fes/form.php:359
|
645 |
#: app/features/mec/meta_boxes/display_options.php:768
|
646 |
#: app/libraries/main.php:407
|
647 |
msgid "Friday"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: app/features/events.php:808 app/features/fes/form.php:360
|
651 |
#: app/features/mec/meta_boxes/display_options.php:769
|
652 |
#: app/libraries/main.php:407
|
653 |
msgid "Saturday"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: app/features/events.php:811 app/features/fes/form.php:361
|
657 |
#: app/features/mec/meta_boxes/display_options.php:763
|
658 |
#: app/libraries/main.php:407
|
659 |
msgid "Sunday"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: app/features/events.php:818 app/features/events.php:1859
|
663 |
+
#: app/features/events.php:1887 app/features/events.php:2046
|
664 |
#: app/features/fes/form.php:366 app/features/ix/import_f_calendar.php:42
|
665 |
#: app/features/ix/import_g_calendar.php:51
|
666 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
667 |
msgid "Start"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: app/features/events.php:820 app/features/events.php:1863
|
671 |
+
#: app/features/events.php:1891 app/features/events.php:2050
|
672 |
#: app/features/fes/form.php:367
|
673 |
msgid "End"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: app/features/events.php:822 app/features/events.php:1189
|
677 |
+
#: app/features/events.php:1300 app/features/events.php:1405
|
678 |
+
#: app/features/events.php:1643 app/features/events.php:1842
|
679 |
+
#: app/features/events.php:2035 app/features/events.php:2115
|
680 |
+
#: app/features/events.php:2248 app/features/fes/form.php:368
|
681 |
#: app/features/fes/form.php:842
|
682 |
msgid "Add"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: app/features/events.php:825
|
686 |
msgid "Custom Days Repeating"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: app/features/events.php:826
|
690 |
msgid ""
|
691 |
"Add certain days to event occurrence dates. If you have single day event, "
|
692 |
"start and end date should be the same, If you have multiple day event the "
|
693 |
"start and end dates must be commensurate with the initial date."
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: app/features/events.php:862 app/features/fes/form.php:394
|
697 |
msgid "First"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: app/features/events.php:904 app/features/fes/form.php:436
|
701 |
msgid "Second"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: app/features/events.php:946 app/features/fes/form.php:478
|
705 |
msgid "Third"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: app/features/events.php:988 app/features/fes/form.php:520
|
709 |
msgid "Fourth"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: app/features/events.php:1030 app/features/fes/form.php:562
|
713 |
msgid "Last"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: app/features/events.php:1077 app/features/fes/form.php:608
|
717 |
msgid "Ends Repeat"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: app/features/events.php:1089 app/features/fes/form.php:612
|
721 |
msgid "Never"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: app/features/events.php:1101 app/features/fes/form.php:617
|
725 |
msgid "On"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: app/features/events.php:1117 app/features/fes/form.php:624
|
729 |
msgid "After"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: app/features/events.php:1121 app/features/events.php:1125
|
733 |
#: app/features/fes/form.php:626 app/features/fes/form.php:629
|
734 |
msgid "Occurrences times"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: app/features/events.php:1126 app/features/fes/form.php:630
|
738 |
msgid ""
|
739 |
"The event will finish after certain repeats. For example if you set it to "
|
740 |
"10, the event will finish after 10 repeats."
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: app/features/events.php:1151 app/features/events.php:3424
|
744 |
+
#: app/features/events.php:3466 app/features/fes/form.php:706
|
745 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
746 |
+
#: app/features/mec/settings.php:576 app/libraries/main.php:4896
|
747 |
#: app/widgets/single.php:103
|
748 |
msgid "Event Cost"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: app/features/events.php:1155 app/features/fes/form.php:709
|
752 |
+
#: app/libraries/main.php:4897 app/skins/single.php:582
|
753 |
+
#: app/skins/single/default.php:107 app/skins/single/default.php:319
|
754 |
#: app/skins/single/m1.php:49 app/skins/single/modern.php:199
|
755 |
msgid "Cost"
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: app/features/events.php:1182 app/features/events.php:1192
|
759 |
msgid "Exclude certain days"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: app/features/events.php:1187 app/features/events.php:2482
|
763 |
+
#: app/features/mec/booking.php:478 app/features/profile/profile.php:32
|
764 |
+
#: app/libraries/main.php:2031 app/libraries/main.php:2641
|
765 |
#: app/modules/booking/steps/tickets.php:22
|
766 |
#: app/modules/next-event/details.php:90 app/skins/single.php:637
|
767 |
+
#: app/skins/single/default.php:71 app/skins/single/default.php:283
|
768 |
#: app/skins/single/m1.php:16 app/skins/single/modern.php:166
|
769 |
msgid "Date"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: app/features/events.php:1193
|
773 |
msgid ""
|
774 |
"Exclude certain days from event occurrence dates. Please note that you can "
|
775 |
"exclude only single day occurrences and you cannot exclude one day from "
|
776 |
"multiple day occurrences."
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: app/features/events.php:1247 app/libraries/render.php:455
|
780 |
msgid "Day 1"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: app/features/events.php:1269 app/features/mec/settings.php:630
|
784 |
#: app/skins/single.php:930
|
785 |
msgid "Hourly Schedule"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: app/features/events.php:1273
|
789 |
msgid "Add Day"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: app/features/events.php:1274
|
793 |
msgid ""
|
794 |
"Add new days for schedule. For example if your event is multiple days, you "
|
795 |
"can add a different schedule for each day!"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: app/features/events.php:1281
|
799 |
#, php-format
|
800 |
msgid "Day %s"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: app/features/events.php:1285 app/features/events.php:1324
|
804 |
+
#: app/features/events.php:1359 app/features/events.php:1391
|
805 |
+
#: app/features/events.php:1420 app/features/events.php:2263
|
806 |
+
#: app/features/events.php:2310 app/features/events.php:3230
|
807 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
808 |
#: app/features/fes/form.php:225 app/features/ix.php:2743
|
809 |
+
#: app/features/ix.php:2784 app/features/mec/booking.php:362
|
810 |
+
#: app/features/mec/booking.php:394 app/features/mec/styling.php:115
|
811 |
msgid "Title"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: app/features/events.php:1294 app/features/events.php:1331
|
815 |
+
#: app/features/events.php:1364 app/features/events.php:1399
|
816 |
+
#: app/features/events.php:1425 app/features/events.php:1835
|
817 |
+
#: app/features/events.php:1873 app/features/events.php:1899
|
818 |
+
#: app/features/events.php:2029 app/features/events.php:2056
|
819 |
+
#: app/features/events.php:2155 app/features/events.php:2191
|
820 |
+
#: app/features/events.php:2298 app/features/events.php:2340
|
821 |
+
#: app/features/fes/list.php:78 app/features/mec/booking.php:305
|
822 |
+
#: app/features/mec/booking.php:334 app/features/mec/booking.php:385
|
823 |
+
#: app/features/mec/booking.php:417 app/libraries/main.php:2502
|
824 |
+
#: app/libraries/main.php:2532 app/libraries/main.php:2561
|
825 |
+
#: app/libraries/main.php:2591 app/libraries/main.php:2620
|
826 |
+
#: app/libraries/main.php:2649 app/libraries/main.php:2678
|
827 |
+
#: app/libraries/main.php:2707 app/libraries/main.php:2729
|
828 |
+
#: app/libraries/main.php:2760 app/libraries/main.php:2804
|
829 |
+
#: app/libraries/main.php:2848 app/libraries/main.php:2895
|
830 |
+
#: app/libraries/main.php:2934
|
831 |
msgid "Remove"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: app/features/events.php:1301 app/features/events.php:1406
|
835 |
msgid "Add new hourly schedule row"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: app/features/events.php:1316 app/features/events.php:1353
|
839 |
+
#: app/features/events.php:1415
|
840 |
msgid "From e.g. 8:15"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: app/features/events.php:1320 app/features/events.php:1356
|
844 |
+
#: app/features/events.php:1417
|
845 |
msgid "To e.g. 8:45"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: app/features/events.php:1328 app/features/events.php:1362
|
849 |
+
#: app/features/events.php:1423 app/features/events.php:1783
|
850 |
+
#: app/features/events.php:1988
|
851 |
msgid "Description"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: app/features/events.php:1334 app/features/events.php:1367
|
855 |
+
#: app/features/events.php:1428 app/features/fes/form.php:838
|
856 |
+
#: app/features/mec.php:344 app/features/mec/modules.php:52
|
857 |
#: app/features/mec/settings.php:624 app/features/speakers.php:60
|
858 |
+
#: app/libraries/main.php:559 app/libraries/main.php:4871
|
859 |
#: app/modules/speakers/details.php:18
|
860 |
msgid "Speakers"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: app/features/events.php:1387 app/features/events.php:1395
|
864 |
msgid "New Day"
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: app/features/events.php:1459 app/features/fes/form.php:683
|
868 |
#: app/features/mec/settings.php:570
|
869 |
msgid "Event Links"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: app/features/events.php:1462 app/features/events.php:1468
|
873 |
+
#: app/features/fes/form.php:685 app/libraries/main.php:4894
|
874 |
msgid "Event Link"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: app/features/events.php:1465 app/features/events.php:1481
|
878 |
#: app/features/fes/form.php:686 app/features/fes/form.php:691
|
879 |
msgid "eg. http://yoursite.com/your-event"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: app/features/events.php:1469
|
883 |
msgid ""
|
884 |
"If you fill it, it will be replaced instead of default event page link. "
|
885 |
"Insert full link including http(s):// - Also, if you use advertising URL, "
|
886 |
"can use URL Shortener"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: app/features/events.php:1471
|
890 |
msgid "URL Shortener"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: app/features/events.php:1478 app/features/events.php:1491
|
894 |
+
#: app/features/fes/form.php:690 app/libraries/main.php:4895
|
895 |
+
#: app/skins/single.php:656 app/skins/single/default.php:121
|
896 |
+
#: app/skins/single/default.php:333 app/skins/single/m1.php:191
|
897 |
#: app/skins/single/m2.php:124 app/skins/single/modern.php:132
|
898 |
#: app/widgets/single.php:107
|
899 |
msgid "More Info"
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: app/features/events.php:1484 app/features/fes/form.php:692
|
903 |
msgid "More Information"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: app/features/events.php:1486 app/features/fes/form.php:694
|
907 |
msgid "Current Window"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: app/features/events.php:1487 app/features/fes/form.php:695
|
911 |
msgid "New Window"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: app/features/events.php:1492 app/features/fes/form.php:697
|
915 |
msgid ""
|
916 |
"If you fill it, it will be shown in event details page as an optional link. "
|
917 |
"Insert full link including http(s)://"
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: app/features/events.php:1566 app/features/events.php:1581
|
921 |
msgid "Total booking limits"
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: app/features/events.php:1578 app/features/events.php:1832
|
925 |
+
#: app/features/events.php:2026 app/modules/booking/default.php:85
|
926 |
#: app/modules/booking/steps/tickets.php:40
|
927 |
+
#: app/skins/available_spot/tpl.php:158
|
928 |
msgid "Unlimited"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: app/features/events.php:1584
|
932 |
msgid ""
|
933 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
934 |
"limitation number."
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: app/features/events.php:1586
|
938 |
msgid "Read About A Booking System"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: app/features/events.php:1594
|
942 |
msgid "100"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: app/features/events.php:1599
|
946 |
msgid "Total user booking limits"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: app/features/events.php:1611 app/features/events.php:2104
|
950 |
+
#: app/features/events.php:2236 app/features/events.php:2424
|
951 |
msgid "Inherit from global options"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: app/features/events.php:1614
|
955 |
msgid "12"
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: app/features/events.php:1635 app/libraries/book.php:60
|
959 |
+
#: app/libraries/main.php:4899 app/modules/booking/steps/tickets.php:40
|
960 |
msgid "Tickets"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: app/features/events.php:1638
|
964 |
msgid ""
|
965 |
"You're translating an event so MEC will use the original event for tickets "
|
966 |
"and booking. You can only translate the ticket name and description. Please "
|
967 |
"define exact tickets that you defined in the original event here."
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: app/features/events.php:1657 app/features/events.php:1913
|
971 |
msgid "Ticket Name"
|
972 |
msgstr ""
|
973 |
|
974 |
+
#: app/features/events.php:1662 app/features/events.php:1917
|
975 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
976 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
977 |
msgid "Start Time"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: app/features/events.php:1721 app/features/events.php:1947
|
981 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
982 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
983 |
msgid "End Time"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: app/features/events.php:1789 app/features/events.php:1793
|
987 |
+
#: app/features/events.php:1867 app/features/events.php:1894
|
988 |
+
#: app/features/events.php:1993 app/features/events.php:1996
|
989 |
+
#: app/features/events.php:2052 app/features/events.php:2269
|
990 |
+
#: app/features/events.php:2273 app/features/events.php:2315
|
991 |
+
#: app/features/events.php:2318 app/features/mec/booking.php:366
|
992 |
+
#: app/features/mec/booking.php:369 app/features/mec/booking.php:398
|
993 |
+
#: app/features/mec/booking.php:401
|
994 |
msgid "Price"
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: app/features/events.php:1794 app/features/events.php:1997
|
998 |
msgid "Insert 0 for free ticket. Only numbers please."
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: app/features/events.php:1803 app/features/events.php:1808
|
1002 |
+
#: app/features/events.php:2006 app/features/events.php:2009
|
1003 |
msgid "Price Label"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: app/features/events.php:1809 app/features/events.php:2010
|
1007 |
msgid "For showing on website. e.g. $15"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: app/features/events.php:1819 app/features/events.php:2020
|
1011 |
msgid "Available Tickets"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: app/features/events.php:1840 app/features/events.php:2033
|
1015 |
msgid "Price per Date"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: app/features/events.php:1871 app/features/events.php:1897
|
1019 |
+
#: app/features/events.php:2054 app/features/labels.php:60
|
1020 |
#: app/features/mec/meta_boxes/display_options.php:833
|
1021 |
#: app/features/mec/meta_boxes/search_form.php:66
|
1022 |
#: app/features/mec/meta_boxes/search_form.php:128
|
1033 |
msgid "Label"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: app/features/events.php:2092
|
1037 |
msgid "Fees"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: app/features/events.php:2129 app/features/events.php:2167
|
1041 |
+
#: app/features/mec/booking.php:285 app/features/mec/booking.php:314
|
1042 |
msgid "Fee Title"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: app/features/events.php:2135 app/features/events.php:2139
|
1046 |
+
#: app/features/events.php:2172 app/features/events.php:2175
|
1047 |
+
#: app/features/mec/booking.php:289 app/features/mec/booking.php:292
|
1048 |
+
#: app/features/mec/booking.php:318 app/features/mec/booking.php:321
|
1049 |
msgid "Amount"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
+
#: app/features/events.php:2140 app/features/events.php:2176
|
1053 |
+
#: app/features/mec/booking.php:293 app/features/mec/booking.php:322
|
1054 |
msgid ""
|
1055 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1056 |
"otherwise considered as percentage"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
+
#: app/features/events.php:2149 app/features/events.php:2185
|
1060 |
+
#: app/features/mec/booking.php:300 app/features/mec/booking.php:329
|
1061 |
msgid "Percent"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: app/features/events.php:2150 app/features/events.php:2186
|
1065 |
+
#: app/features/mec/booking.php:301 app/features/mec/booking.php:330
|
1066 |
msgid "Amount (Per Ticket)"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: app/features/events.php:2151 app/features/events.php:2187
|
1070 |
+
#: app/features/mec/booking.php:302 app/features/mec/booking.php:331
|
1071 |
msgid "Amount (Per Booking)"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: app/features/events.php:2224 app/features/mec/settings.php:648
|
1075 |
msgid "Ticket Variations / Options"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: app/features/events.php:2274 app/features/events.php:2319
|
1079 |
+
#: app/features/mec/booking.php:370 app/features/mec/booking.php:402
|
1080 |
msgid "Option Price"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
+
#: app/features/events.php:2284 app/features/events.php:2288
|
1084 |
+
#: app/features/events.php:2328 app/features/events.php:2331
|
1085 |
+
#: app/features/mec/booking.php:376 app/features/mec/booking.php:379
|
1086 |
+
#: app/features/mec/booking.php:408 app/features/mec/booking.php:411
|
1087 |
msgid "Maximum Per Ticket"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
+
#: app/features/events.php:2289 app/features/events.php:2332
|
1091 |
+
#: app/features/mec/booking.php:380 app/features/mec/booking.php:412
|
1092 |
msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: app/features/events.php:2478 app/features/mec/booking.php:474
|
1096 |
+
#: app/libraries/main.php:2524
|
1097 |
msgid "MEC Name"
|
1098 |
msgstr ""
|
1099 |
|
1100 |
+
#: app/features/events.php:2479 app/features/mec/booking.php:475
|
1101 |
+
#: app/libraries/main.php:2553
|
1102 |
msgid "MEC Email"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: app/features/events.php:2480 app/features/mec/booking.php:476
|
1106 |
+
#: app/libraries/main.php:2494
|
1107 |
msgid "Text"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
+
#: app/features/events.php:2483 app/features/mec/booking.php:479
|
1111 |
#: app/features/organizers.php:103 app/features/organizers.php:148
|
1112 |
#: app/features/speakers.php:116 app/features/speakers.php:180
|
1113 |
+
#: app/features/speakers.php:249 app/libraries/main.php:2670
|
1114 |
msgid "Tel"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: app/features/events.php:2484 app/features/mec/booking.php:480
|
1118 |
+
#: app/libraries/main.php:2612
|
1119 |
msgid "File"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: app/features/events.php:2485 app/features/mec/booking.php:481
|
1123 |
+
#: app/libraries/main.php:2699
|
1124 |
msgid "Textarea"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
+
#: app/features/events.php:2486 app/features/mec/booking.php:482
|
1128 |
+
#: app/libraries/main.php:2752
|
1129 |
msgid "Checkboxes"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
+
#: app/features/events.php:2487 app/features/mec/booking.php:483
|
1133 |
+
#: app/libraries/main.php:2796
|
1134 |
msgid "Radio Buttons"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: app/features/events.php:2488 app/features/mec/booking.php:484
|
1138 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1139 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1140 |
#: app/features/mec/meta_boxes/search_form.php:48
|
1203 |
#: app/features/mec/meta_boxes/search_form.php:599
|
1204 |
#: app/features/mec/meta_boxes/search_form.php:606
|
1205 |
#: app/features/mec/meta_boxes/search_form.php:613
|
1206 |
+
#: app/features/mec/meta_boxes/search_form.php:620 app/libraries/main.php:2840
|
1207 |
msgid "Dropdown"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: app/features/events.php:2489 app/features/mec/booking.php:485
|
1211 |
+
#: app/libraries/main.php:2887
|
1212 |
msgid "Agreement"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
+
#: app/features/events.php:2490 app/features/mec/booking.php:486
|
1216 |
+
#: app/libraries/main.php:2728
|
1217 |
msgid "Paragraph"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: app/features/events.php:3151 app/features/events.php:3168
|
1221 |
+
#: app/features/events.php:3185 app/features/events.php:3202
|
1222 |
#, php-format
|
1223 |
msgid "Show all %s"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
+
#: app/features/events.php:3151
|
1227 |
msgid "labels"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
+
#: app/features/events.php:3168
|
1231 |
msgid "locations"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
+
#: app/features/events.php:3185
|
1235 |
msgid "organizers"
|
1236 |
msgstr ""
|
1237 |
|
1238 |
+
#: app/features/events.php:3232 app/features/events.php:3424
|
1239 |
+
#: app/features/events.php:3466 app/features/ix.php:2743
|
1240 |
#: app/features/ix.php:2784 app/features/locations.php:58
|
1241 |
#: app/features/locations.php:230 app/features/locations.php:287
|
1242 |
#: app/features/locations.php:289 app/features/locations.php:298
|
1252 |
#: app/features/mec/meta_boxes/search_form.php:521
|
1253 |
#: app/features/mec/meta_boxes/search_form.php:582
|
1254 |
#: app/features/mec/settings.php:725 app/features/mec/single.php:212
|
1255 |
+
#: app/libraries/main.php:2025 app/libraries/main.php:4868
|
1256 |
#: app/libraries/skins.php:834 app/skins/single.php:486
|
1257 |
+
#: app/skins/single.php:907 app/skins/single/default.php:157
|
1258 |
+
#: app/skins/single/default.php:369 app/skins/single/m1.php:155
|
1259 |
#: app/skins/single/m2.php:87 app/skins/single/modern.php:94
|
1260 |
msgid "Location"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: app/features/events.php:3233 app/features/events.php:3424
|
1264 |
+
#: app/features/events.php:3466 app/features/ix.php:2743
|
1265 |
#: app/features/ix.php:2784 app/features/mec/meta_boxes/display_options.php:835
|
1266 |
#: app/features/mec/meta_boxes/search_form.php:45
|
1267 |
#: app/features/mec/meta_boxes/search_form.php:107
|
1276 |
#: app/features/mec/settings.php:731 app/features/mec/single.php:208
|
1277 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
1278 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
1279 |
+
#: app/features/organizers.php:271 app/libraries/main.php:4870
|
1280 |
#: app/libraries/skins.php:860 app/skins/single.php:795
|
1281 |
+
#: app/skins/single/default.php:198 app/skins/single/default.php:410
|
1282 |
#: app/skins/single/m1.php:90 app/skins/single/m2.php:22
|
1283 |
#: app/skins/single/modern.php:31
|
1284 |
msgid "Organizer"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: app/features/events.php:3237
|
1288 |
msgid "Repeat"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
+
#: app/features/events.php:3238
|
1292 |
msgid "Author"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
+
#: app/features/events.php:3359 app/features/events.php:3360
|
1296 |
msgid "iCal Export"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
+
#: app/features/events.php:3362 app/features/events.php:3363
|
1300 |
msgid "CSV Export"
|
1301 |
msgstr ""
|
1302 |
|
1303 |
+
#: app/features/events.php:3365 app/features/events.php:3366
|
1304 |
msgid "MS Excel Export"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
+
#: app/features/events.php:3368 app/features/events.php:3369
|
1308 |
msgid "XML Export"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: app/features/events.php:3371 app/features/events.php:3372
|
1312 |
msgid "JSON Export"
|
1313 |
msgstr ""
|
1314 |
|
1315 |
+
#: app/features/events.php:3374 app/features/events.php:3375
|
1316 |
+
#: app/features/events.php:3556
|
1317 |
msgid "Duplicate"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1321 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1322 |
#: app/features/labels.php:177 app/features/locations.php:229
|
1323 |
#: app/features/organizers.php:203 app/features/speakers.php:246
|
1324 |
msgid "ID"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1328 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1329 |
msgid "Link"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1333 |
#, php-format
|
1334 |
msgid "%s Tel"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1338 |
#, php-format
|
1339 |
msgid "%s Email"
|
1340 |
msgstr ""
|
1428 |
msgstr ""
|
1429 |
|
1430 |
#: app/features/fes/form.php:770 app/features/labels.php:61
|
1431 |
+
#: app/features/labels.php:221 app/features/mec.php:337
|
1432 |
+
#: app/features/mec/meta_boxes/filter.php:132 app/libraries/main.php:4865
|
1433 |
+
#: app/skins/single.php:685 app/skins/single/default.php:136
|
1434 |
+
#: app/skins/single/default.php:348 app/skins/single/m1.php:64
|
1435 |
#: app/skins/single/modern.php:214
|
1436 |
msgid "Labels"
|
1437 |
msgstr ""
|
1438 |
|
1439 |
+
#: app/features/fes/form.php:816 app/features/mec.php:335
|
1440 |
#: app/features/mec/meta_boxes/filter.php:149
|
1441 |
msgid "Tags"
|
1442 |
msgstr ""
|
1479 |
msgstr ""
|
1480 |
|
1481 |
#: app/features/ix.php:107 app/features/mec/support.php:73
|
1482 |
+
#: app/libraries/main.php:796
|
1483 |
msgid "Import / Export"
|
1484 |
msgstr ""
|
1485 |
|
1736 |
#: app/features/ix/export_g_calendar.php:72
|
1737 |
#: app/features/ix/export_g_calendar.php:147
|
1738 |
#: app/features/ix/export_g_calendar.php:164
|
1739 |
+
#: app/features/mec/notifications.php:92 app/features/mec/notifications.php:144
|
1740 |
+
#: app/features/mec/notifications.php:197
|
1741 |
+
#: app/features/mec/notifications.php:398
|
1742 |
msgid "Add to Google Calendar"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: app/features/ix/export_g_calendar.php:90 app/features/mec/booking.php:616
|
1746 |
+
#: app/features/mec/modules.php:392 app/features/mec/notifications.php:590
|
1747 |
#: app/features/mec/settings.php:894 app/features/mec/single.php:269
|
1748 |
msgid "Checking ..."
|
1749 |
msgstr ""
|
1787 |
msgstr ""
|
1788 |
|
1789 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:91
|
1790 |
+
#: app/features/mec/booking.php:251 app/features/mec/booking.php:269
|
1791 |
+
#: app/features/mec/booking.php:346
|
1792 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1793 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1794 |
#: app/features/mec/modules.php:70 app/features/mec/modules.php:211
|
1798 |
msgstr ""
|
1799 |
|
1800 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
1801 |
+
#: app/features/mec/booking.php:91 app/features/mec/booking.php:251
|
1802 |
+
#: app/features/mec/booking.php:269 app/features/mec/booking.php:346
|
1803 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1804 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1805 |
#: app/features/mec/meta_boxes/display_options.php:330
|
1973 |
|
1974 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
1975 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
1976 |
+
#: app/features/mec/notifications.php:341
|
1977 |
msgid "Important Note"
|
1978 |
msgstr ""
|
1979 |
|
2128 |
msgstr ""
|
2129 |
|
2130 |
#: app/features/labels.php:117 app/features/labels.php:142
|
2131 |
+
#: app/skins/agenda/render.php:37 app/skins/available_spot/tpl.php:38
|
2132 |
+
#: app/skins/carousel/render.php:44 app/skins/countdown/tpl.php:28
|
2133 |
#: app/skins/cover/tpl.php:28 app/skins/daily_view/render.php:48
|
2134 |
#: app/skins/grid/render.php:49 app/skins/list/render.php:38
|
2135 |
#: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:107
|
2141 |
msgstr ""
|
2142 |
|
2143 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2144 |
+
#: app/libraries/main.php:5111 app/skins/agenda/render.php:41
|
2145 |
+
#: app/skins/available_spot/tpl.php:42 app/skins/carousel/render.php:45
|
2146 |
+
#: app/skins/countdown/tpl.php:32 app/skins/cover/tpl.php:32
|
2147 |
#: app/skins/daily_view/render.php:52 app/skins/grid/render.php:53
|
2148 |
#: app/skins/list/render.php:42 app/skins/masonry/render.php:29
|
2149 |
#: app/skins/monthly_view/calendar.php:111
|
2174 |
msgid "Event %s"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: app/features/locations.php:59 app/features/mec.php:338
|
2178 |
#: app/features/mec/dashboard.php:243 app/features/mec/meta_boxes/filter.php:98
|
2179 |
+
#: app/libraries/main.php:4867
|
2180 |
msgid "Locations"
|
2181 |
msgstr ""
|
2182 |
|
2281 |
msgid "Don't show map in single event page"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
+
#: app/features/locations.php:356 app/libraries/main.php:4901
|
2285 |
msgid "Other Locations"
|
2286 |
msgstr ""
|
2287 |
|
2290 |
"You can select extra locations in addition to main location if you like."
|
2291 |
msgstr ""
|
2292 |
|
2293 |
+
#: app/features/login.php:61 app/features/login.php:63
|
2294 |
+
msgid "<strong>"
|
|
|
|
|
|
|
|
|
2295 |
msgstr ""
|
2296 |
|
2297 |
+
#: app/features/mec.php:161
|
2298 |
msgid ""
|
2299 |
"Activation faild. Please check your purchase code or license type."
|
2300 |
"<br><b>Note: Your purchase code should match your licesne type.</b>"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: app/features/mec.php:161
|
2304 |
msgid "Troubleshooting"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
+
#: app/features/mec.php:212
|
2308 |
msgid ""
|
2309 |
"Your options is not in JSON format. Please insert correct options in this "
|
2310 |
"field and try again."
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#: app/features/mec.php:219
|
2314 |
msgid "Your options field can not be empty!"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
+
#: app/features/mec.php:225
|
2318 |
msgid "Your options imported successfuly."
|
2319 |
msgstr ""
|
2320 |
|
2321 |
+
#: app/features/mec.php:318
|
2322 |
msgid "MEC - Support"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
+
#: app/features/mec.php:318 app/features/mec/support-page.php:9
|
2326 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2327 |
msgid "Support"
|
2328 |
msgstr ""
|
2329 |
|
2330 |
+
#: app/features/mec.php:339 app/features/mec/dashboard.php:250
|
2331 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2332 |
+
#: app/libraries/main.php:4869
|
2333 |
msgid "Organizers"
|
2334 |
msgstr ""
|
2335 |
|
2336 |
+
#: app/features/mec.php:347 app/features/mec.php:367
|
2337 |
#: app/features/mec/dashboard.php:236
|
2338 |
msgid "Shortcodes"
|
2339 |
msgstr ""
|
2340 |
|
2341 |
+
#: app/features/mec.php:348
|
2342 |
msgid "MEC - Settings"
|
2343 |
msgstr ""
|
2344 |
|
2345 |
+
#: app/features/mec.php:349
|
2346 |
msgid "MEC - Addons"
|
2347 |
msgstr ""
|
2348 |
|
2349 |
+
#: app/features/mec.php:349 app/features/mec/addons.php:22
|
2350 |
msgid "Addons"
|
2351 |
msgstr ""
|
2352 |
|
2353 |
+
#: app/features/mec.php:369
|
2354 |
msgid "Add Shortcode"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
+
#: app/features/mec.php:370
|
2358 |
msgid "Add New Shortcode"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: app/features/mec.php:371
|
2362 |
msgid "No shortcodes found!"
|
2363 |
msgstr ""
|
2364 |
|
2365 |
+
#: app/features/mec.php:372
|
2366 |
msgid "All Shortcodes"
|
2367 |
msgstr ""
|
2368 |
|
2369 |
+
#: app/features/mec.php:373
|
2370 |
msgid "Edit shortcodes"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
+
#: app/features/mec.php:374
|
2374 |
msgid "No shortcodes found in Trash!"
|
2375 |
msgstr ""
|
2376 |
|
2377 |
+
#: app/features/mec.php:427
|
2378 |
msgid "Display Options"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
+
#: app/features/mec.php:428
|
2382 |
msgid "Filter Options"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
+
#: app/features/mec.php:430
|
2386 |
msgid "Search Form"
|
2387 |
msgstr ""
|
2388 |
|
2389 |
+
#: app/features/mec.php:827
|
2390 |
msgid "Display content's images as Popup"
|
2391 |
msgstr ""
|
2392 |
|
2393 |
+
#: app/features/mec.php:840
|
2394 |
msgid "Single Event Display Method"
|
2395 |
msgstr ""
|
2396 |
|
2397 |
+
#: app/features/mec.php:845
|
2398 |
msgid "Separate Window"
|
2399 |
msgstr ""
|
2400 |
|
2401 |
+
#: app/features/mec.php:846
|
2402 |
msgid "Modal 1"
|
2403 |
msgstr ""
|
2404 |
|
2432 |
"your host provider in this regard."
|
2433 |
msgstr ""
|
2434 |
|
2435 |
+
#: app/features/mec/booking.php:70 app/features/mec/messages.php:13
|
2436 |
+
#: app/features/mec/modules.php:23 app/features/mec/notifications.php:12
|
2437 |
#: app/features/mec/settings.php:32 app/features/mec/single.php:15
|
2438 |
+
#: app/features/mec/styling.php:35 app/features/mec/support-page.php:34
|
2439 |
msgid "Search..."
|
2440 |
msgstr ""
|
2441 |
|
2442 |
+
#: app/features/mec/booking.php:72 app/features/mec/booking.php:492
|
2443 |
+
#: app/features/mec/booking.php:572 app/features/mec/booking.php:581
|
2444 |
+
#: app/features/mec/booking.php:591 app/features/mec/booking.php:633
|
2445 |
+
#: app/features/mec/booking.php:647 app/features/mec/messages.php:15
|
2446 |
+
#: app/features/mec/messages.php:51 app/features/mec/messages.php:60
|
2447 |
+
#: app/features/mec/messages.php:94 app/features/mec/messages.php:103
|
2448 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:357
|
2449 |
#: app/features/mec/modules.php:367 app/features/mec/modules.php:409
|
2450 |
+
#: app/features/mec/modules.php:423 app/features/mec/notifications.php:14
|
2451 |
+
#: app/features/mec/notifications.php:499
|
2452 |
+
#: app/features/mec/notifications.php:511
|
2453 |
+
#: app/features/mec/notifications.php:607
|
2454 |
+
#: app/features/mec/notifications.php:621 app/features/mec/settings.php:34
|
2455 |
#: app/features/mec/settings.php:843 app/features/mec/settings.php:853
|
2456 |
#: app/features/mec/settings.php:911 app/features/mec/settings.php:925
|
2457 |
#: app/features/mec/single.php:17 app/features/mec/single.php:234
|
2459 |
#: app/features/mec/single.php:300 app/features/mec/styles.php:11
|
2460 |
#: app/features/mec/styles.php:31 app/features/mec/styles.php:40
|
2461 |
#: app/features/mec/styles.php:77 app/features/mec/styles.php:86
|
2462 |
+
#: app/features/mec/styling.php:37 app/features/mec/styling.php:242
|
2463 |
+
#: app/features/mec/styling.php:251 app/features/mec/styling.php:314
|
2464 |
+
#: app/features/mec/styling.php:323
|
2465 |
msgid "Save Changes"
|
2466 |
msgstr ""
|
2467 |
|
2516 |
msgid "Default is 6"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
+
#: app/features/mec/booking.php:134 app/features/mec/booking.php:139
|
2520 |
+
msgid "Show Booking Form Interval"
|
2521 |
+
msgstr ""
|
2522 |
+
|
2523 |
+
#: app/features/mec/booking.php:136
|
2524 |
+
msgid "Minutes (e.g 5)"
|
2525 |
+
msgstr ""
|
2526 |
+
|
2527 |
+
#: app/features/mec/booking.php:140
|
2528 |
+
msgid ""
|
2529 |
+
"You can show booking form only at certain time before event start. If you "
|
2530 |
+
"set this option to 30 then booking form will open only 30 minutes before "
|
2531 |
+
"starting the event!"
|
2532 |
+
msgstr ""
|
2533 |
+
|
2534 |
+
#: app/features/mec/booking.php:147 app/features/mec/booking.php:157
|
2535 |
msgid "Thank You Page"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
+
#: app/features/mec/booking.php:158
|
2539 |
msgid ""
|
2540 |
"User redirects to this page after booking. Leave it empty if you want to "
|
2541 |
"disable it."
|
2542 |
msgstr ""
|
2543 |
|
2544 |
+
#: app/features/mec/booking.php:169
|
2545 |
msgid "Enable Express Attendees Form"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: app/features/mec/booking.php:173 app/modules/booking/steps/form.php:52
|
2549 |
msgid "Attendees Form"
|
2550 |
msgstr ""
|
2551 |
|
2552 |
+
#: app/features/mec/booking.php:174
|
2553 |
msgid ""
|
2554 |
"Users are able to apply first attendee information for other attendees in "
|
2555 |
"the booking form."
|
2556 |
msgstr ""
|
2557 |
|
2558 |
+
#: app/features/mec/booking.php:187
|
2559 |
msgid "Enable Invoice"
|
2560 |
msgstr ""
|
2561 |
|
2562 |
+
#: app/features/mec/booking.php:198
|
2563 |
msgid "Enable Booking for Ongoing Events"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
+
#: app/features/mec/booking.php:203
|
2567 |
msgid "Email verification"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
+
#: app/features/mec/booking.php:209
|
2571 |
msgid "Auto verification for free bookings"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
+
#: app/features/mec/booking.php:218
|
2575 |
msgid "Auto verification for paid bookings"
|
2576 |
msgstr ""
|
2577 |
|
2578 |
+
#: app/features/mec/booking.php:222 app/features/mec/notifications.php:151
|
2579 |
#: app/libraries/main.php:573
|
2580 |
msgid "Booking Confirmation"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: app/features/mec/booking.php:228
|
2584 |
msgid "Auto confirmation for free bookings"
|
2585 |
msgstr ""
|
2586 |
|
2587 |
+
#: app/features/mec/booking.php:237
|
2588 |
msgid "Auto confirmation for paid bookings"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: app/features/mec/booking.php:256
|
2592 |
msgid "Enable coupons module"
|
2593 |
msgstr ""
|
2594 |
|
2595 |
+
#: app/features/mec/booking.php:258
|
2596 |
msgid ""
|
2597 |
"After enabling and saving the settings,, you should reload the page to see a "
|
2598 |
"new menu on the Dashboard > Booking"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/features/mec/booking.php:266 app/libraries/main.php:552
|
2602 |
msgid "Taxes / Fees"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: app/features/mec/booking.php:274
|
2606 |
msgid "Enable taxes / fees module"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
+
#: app/features/mec/booking.php:279
|
2610 |
msgid "Add Fee"
|
2611 |
msgstr ""
|
2612 |
|
2613 |
+
#: app/features/mec/booking.php:343 app/libraries/main.php:553
|
2614 |
msgid "Ticket Variations & Options"
|
2615 |
msgstr ""
|
2616 |
|
2617 |
+
#: app/features/mec/booking.php:351
|
2618 |
msgid "Enable ticket options module"
|
2619 |
msgstr ""
|
2620 |
|
2621 |
+
#: app/features/mec/booking.php:356
|
2622 |
msgid "Add Variation / Option"
|
2623 |
msgstr ""
|
2624 |
|
2625 |
+
#: app/features/mec/booking.php:559
|
2626 |
msgid "Enable Organizer Payment Module"
|
2627 |
msgstr ""
|
2628 |
|
2629 |
+
#: app/features/mec/booking.php:563
|
2630 |
msgid "Organizer Payment"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
+
#: app/features/mec/booking.php:564
|
2634 |
msgid ""
|
2635 |
"By enabling this module, organizers are able to insert their own payment "
|
2636 |
"credentials for enabled gateways per event and receive the payments directly!"
|
2637 |
msgstr ""
|
2638 |
|
2639 |
+
#: app/features/mec/booking.php:611 app/features/mec/messages.php:78
|
2640 |
+
#: app/features/mec/modules.php:387 app/features/mec/notifications.php:585
|
2641 |
#: app/features/mec/settings.php:889 app/features/mec/single.php:264
|
2642 |
+
#: app/features/mec/styles.php:60 app/features/mec/styling.php:296
|
2643 |
msgid "Saved"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
+
#: app/features/mec/booking.php:612 app/features/mec/messages.php:79
|
2647 |
+
#: app/features/mec/modules.php:388 app/features/mec/notifications.php:586
|
2648 |
#: app/features/mec/settings.php:890 app/features/mec/single.php:265
|
2649 |
+
#: app/features/mec/styles.php:61 app/features/mec/styling.php:297
|
2650 |
msgid "Settings Saved!"
|
2651 |
msgstr ""
|
2652 |
|
2653 |
+
#: app/features/mec/booking.php:614 app/features/mec/booking.php:636
|
2654 |
#: app/features/mec/modules.php:390 app/features/mec/modules.php:412
|
2655 |
+
#: app/features/mec/notifications.php:588
|
2656 |
+
#: app/features/mec/notifications.php:610 app/features/mec/settings.php:892
|
2657 |
#: app/features/mec/settings.php:914 app/features/mec/single.php:267
|
2658 |
+
#: app/features/mec/single.php:289 app/libraries/main.php:5110
|
2659 |
msgid "Verified"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
+
#: app/features/mec/booking.php:638 app/features/mec/modules.php:414
|
2663 |
+
#: app/features/mec/notifications.php:612 app/features/mec/settings.php:916
|
2664 |
#: app/features/mec/single.php:291
|
2665 |
msgid "Please Refresh Page"
|
2666 |
msgstr ""
|
2820 |
msgid "Download Settings"
|
2821 |
msgstr ""
|
2822 |
|
2823 |
+
#: app/features/mec/messages.php:28 app/features/mec/support.php:66
|
2824 |
+
#: app/libraries/main.php:789
|
2825 |
msgid "Messages"
|
2826 |
msgstr ""
|
2827 |
|
2828 |
+
#: app/features/mec/messages.php:31
|
2829 |
msgid ""
|
2830 |
"You can change some MEC messages here simply. For example if you like to "
|
2831 |
"change \"REGISTER\" button label, you can do it here. By the Way, if your "
|
3160 |
|
3161 |
#: app/features/mec/meta_boxes/display_options.php:409
|
3162 |
#: app/features/mec/meta_boxes/display_options.php:430
|
3163 |
+
#: app/libraries/main.php:329 app/libraries/main.php:1571
|
3164 |
+
#: app/libraries/main.php:1596
|
3165 |
msgid "List View"
|
3166 |
msgstr ""
|
3167 |
|
3168 |
#: app/features/mec/meta_boxes/display_options.php:410
|
3169 |
#: app/features/mec/meta_boxes/display_options.php:440
|
3170 |
+
#: app/libraries/main.php:333 app/libraries/main.php:1565
|
3171 |
+
#: app/libraries/main.php:1590
|
3172 |
msgid "Yearly View"
|
3173 |
msgstr ""
|
3174 |
|
3179 |
|
3180 |
#: app/features/mec/meta_boxes/display_options.php:412
|
3181 |
#: app/features/mec/meta_boxes/display_options.php:472
|
3182 |
+
#: app/libraries/main.php:336 app/libraries/main.php:1567
|
3183 |
+
#: app/libraries/main.php:1592
|
3184 |
msgid "Weekly View"
|
3185 |
msgstr ""
|
3186 |
|
3187 |
#: app/features/mec/meta_boxes/display_options.php:413
|
3188 |
#: app/features/mec/meta_boxes/display_options.php:482
|
3189 |
+
#: app/libraries/main.php:335 app/libraries/main.php:1568
|
3190 |
+
#: app/libraries/main.php:1593
|
3191 |
msgid "Daily View"
|
3192 |
msgstr ""
|
3193 |
|
3575 |
#: app/features/mec/meta_boxes/search_form.php:596
|
3576 |
#: app/features/mec/settings.php:738 app/features/mec/single.php:217
|
3577 |
#: app/features/speakers.php:59 app/features/speakers.php:247
|
3578 |
+
#: app/libraries/main.php:4872 app/libraries/skins.php:886
|
3579 |
msgid "Speaker"
|
3580 |
msgstr ""
|
3581 |
|
3823 |
msgid "Add booking activity to user profile"
|
3824 |
msgstr ""
|
3825 |
|
3826 |
+
#: app/features/mec/notifications.php:39
|
3827 |
msgid "Enable booking notification"
|
3828 |
msgstr ""
|
3829 |
|
3830 |
+
#: app/features/mec/notifications.php:43
|
3831 |
msgid "It sends to attendee after booking for notifying him/her."
|
3832 |
msgstr ""
|
3833 |
|
3834 |
+
#: app/features/mec/notifications.php:45 app/features/mec/notifications.php:102
|
3835 |
+
#: app/features/mec/notifications.php:154
|
3836 |
+
#: app/features/mec/notifications.php:213
|
3837 |
+
#: app/features/mec/notifications.php:281
|
3838 |
+
#: app/features/mec/notifications.php:344
|
3839 |
+
#: app/features/mec/notifications.php:417
|
3840 |
+
#: app/features/mec/notifications.php:463
|
3841 |
msgid "Email Subject"
|
3842 |
msgstr ""
|
3843 |
|
3844 |
+
#: app/features/mec/notifications.php:49 app/features/mec/notifications.php:53
|
|
|
3845 |
#: app/features/mec/notifications.php:106
|
3846 |
+
#: app/features/mec/notifications.php:110
|
3847 |
#: app/features/mec/notifications.php:158
|
3848 |
+
#: app/features/mec/notifications.php:162
|
3849 |
#: app/features/mec/notifications.php:217
|
3850 |
+
#: app/features/mec/notifications.php:221
|
3851 |
#: app/features/mec/notifications.php:285
|
3852 |
+
#: app/features/mec/notifications.php:289
|
3853 |
#: app/features/mec/notifications.php:348
|
3854 |
+
#: app/features/mec/notifications.php:352
|
3855 |
+
#: app/features/mec/notifications.php:363
|
3856 |
#: app/features/mec/notifications.php:421
|
3857 |
+
#: app/features/mec/notifications.php:425
|
3858 |
+
#: app/features/mec/notifications.php:467
|
3859 |
+
#: app/features/mec/notifications.php:471
|
3860 |
msgid "Custom Recipients"
|
3861 |
msgstr ""
|
3862 |
|
3863 |
+
#: app/features/mec/notifications.php:54 app/features/mec/notifications.php:111
|
3864 |
+
#: app/features/mec/notifications.php:163
|
3865 |
+
#: app/features/mec/notifications.php:222
|
3866 |
+
#: app/features/mec/notifications.php:290
|
3867 |
+
#: app/features/mec/notifications.php:353
|
3868 |
+
#: app/features/mec/notifications.php:364
|
3869 |
+
#: app/features/mec/notifications.php:426
|
3870 |
+
#: app/features/mec/notifications.php:472
|
3871 |
msgid "Insert comma separated emails for multiple recipients."
|
3872 |
msgstr ""
|
3873 |
|
3874 |
+
#: app/features/mec/notifications.php:61 app/features/mec/notifications.php:233
|
3875 |
+
#: app/features/mec/notifications.php:297
|
3876 |
msgid "Send the email to event organizer"
|
3877 |
msgstr ""
|
3878 |
|
3879 |
+
#: app/features/mec/notifications.php:64 app/features/mec/notifications.php:117
|
3880 |
+
#: app/features/mec/notifications.php:169
|
3881 |
+
#: app/features/mec/notifications.php:240
|
3882 |
+
#: app/features/mec/notifications.php:300
|
3883 |
+
#: app/features/mec/notifications.php:370
|
3884 |
+
#: app/features/mec/notifications.php:432
|
3885 |
+
#: app/features/mec/notifications.php:478
|
3886 |
msgid "Email Content"
|
3887 |
msgstr ""
|
3888 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3889 |
#: app/features/mec/notifications.php:67 app/features/mec/notifications.php:120
|
3890 |
#: app/features/mec/notifications.php:172
|
3891 |
#: app/features/mec/notifications.php:243
|
3892 |
#: app/features/mec/notifications.php:303
|
3893 |
#: app/features/mec/notifications.php:373
|
3894 |
+
#: app/features/mec/notifications.php:435
|
3895 |
+
#: app/features/mec/notifications.php:481
|
3896 |
+
msgid "You can use following placeholders"
|
|
|
|
|
|
|
|
|
|
|
|
|
3897 |
msgstr ""
|
3898 |
|
3899 |
#: app/features/mec/notifications.php:69 app/features/mec/notifications.php:122
|
3901 |
#: app/features/mec/notifications.php:245
|
3902 |
#: app/features/mec/notifications.php:305
|
3903 |
#: app/features/mec/notifications.php:375
|
3904 |
+
msgid "First name of attendee"
|
3905 |
msgstr ""
|
3906 |
|
3907 |
#: app/features/mec/notifications.php:70 app/features/mec/notifications.php:123
|
3909 |
#: app/features/mec/notifications.php:246
|
3910 |
#: app/features/mec/notifications.php:306
|
3911 |
#: app/features/mec/notifications.php:376
|
3912 |
+
msgid "Last name of attendee"
|
3913 |
msgstr ""
|
3914 |
|
3915 |
#: app/features/mec/notifications.php:71 app/features/mec/notifications.php:124
|
3917 |
#: app/features/mec/notifications.php:247
|
3918 |
#: app/features/mec/notifications.php:307
|
3919 |
#: app/features/mec/notifications.php:377
|
3920 |
+
msgid "Email of attendee"
|
|
|
3921 |
msgstr ""
|
3922 |
|
3923 |
#: app/features/mec/notifications.php:72 app/features/mec/notifications.php:125
|
3925 |
#: app/features/mec/notifications.php:248
|
3926 |
#: app/features/mec/notifications.php:308
|
3927 |
#: app/features/mec/notifications.php:378
|
3928 |
+
msgid "Booked date of event"
|
|
|
3929 |
msgstr ""
|
3930 |
|
3931 |
#: app/features/mec/notifications.php:73 app/features/mec/notifications.php:126
|
3933 |
#: app/features/mec/notifications.php:249
|
3934 |
#: app/features/mec/notifications.php:309
|
3935 |
#: app/features/mec/notifications.php:379
|
3936 |
+
msgid "Booked time of event"
|
|
|
3937 |
msgstr ""
|
3938 |
|
3939 |
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:127
|
3941 |
#: app/features/mec/notifications.php:250
|
3942 |
#: app/features/mec/notifications.php:310
|
3943 |
#: app/features/mec/notifications.php:380
|
3944 |
+
msgid "Booking Price"
|
3945 |
msgstr ""
|
3946 |
|
3947 |
#: app/features/mec/notifications.php:75 app/features/mec/notifications.php:128
|
3949 |
#: app/features/mec/notifications.php:251
|
3950 |
#: app/features/mec/notifications.php:311
|
3951 |
#: app/features/mec/notifications.php:381
|
3952 |
+
#: app/features/mec/notifications.php:441
|
3953 |
+
#: app/features/mec/notifications.php:487
|
3954 |
+
msgid "Your website title"
|
3955 |
msgstr ""
|
3956 |
|
3957 |
#: app/features/mec/notifications.php:76 app/features/mec/notifications.php:129
|
3959 |
#: app/features/mec/notifications.php:252
|
3960 |
#: app/features/mec/notifications.php:312
|
3961 |
#: app/features/mec/notifications.php:382
|
3962 |
+
#: app/features/mec/notifications.php:442
|
3963 |
+
#: app/features/mec/notifications.php:488
|
3964 |
+
msgid "Your website URL"
|
3965 |
msgstr ""
|
3966 |
|
3967 |
#: app/features/mec/notifications.php:77 app/features/mec/notifications.php:130
|
3969 |
#: app/features/mec/notifications.php:253
|
3970 |
#: app/features/mec/notifications.php:313
|
3971 |
#: app/features/mec/notifications.php:383
|
3972 |
+
#: app/features/mec/notifications.php:443
|
3973 |
+
#: app/features/mec/notifications.php:489
|
3974 |
+
msgid "Your website description"
|
3975 |
msgstr ""
|
3976 |
|
3977 |
#: app/features/mec/notifications.php:78 app/features/mec/notifications.php:131
|
3979 |
#: app/features/mec/notifications.php:254
|
3980 |
#: app/features/mec/notifications.php:314
|
3981 |
#: app/features/mec/notifications.php:384
|
3982 |
+
msgid "Event title"
|
3983 |
msgstr ""
|
3984 |
|
3985 |
#: app/features/mec/notifications.php:79 app/features/mec/notifications.php:132
|
3987 |
#: app/features/mec/notifications.php:255
|
3988 |
#: app/features/mec/notifications.php:315
|
3989 |
#: app/features/mec/notifications.php:385
|
3990 |
+
msgid "Event link"
|
3991 |
msgstr ""
|
3992 |
|
3993 |
#: app/features/mec/notifications.php:80 app/features/mec/notifications.php:133
|
3995 |
#: app/features/mec/notifications.php:256
|
3996 |
#: app/features/mec/notifications.php:316
|
3997 |
#: app/features/mec/notifications.php:386
|
3998 |
+
msgid "Speaker name of booked event"
|
3999 |
msgstr ""
|
4000 |
|
4001 |
#: app/features/mec/notifications.php:81 app/features/mec/notifications.php:134
|
4003 |
#: app/features/mec/notifications.php:257
|
4004 |
#: app/features/mec/notifications.php:317
|
4005 |
#: app/features/mec/notifications.php:387
|
4006 |
+
msgid "Organizer name of booked event"
|
4007 |
msgstr ""
|
4008 |
|
4009 |
+
#: app/features/mec/notifications.php:82 app/features/mec/notifications.php:135
|
4010 |
+
#: app/features/mec/notifications.php:187
|
4011 |
+
#: app/features/mec/notifications.php:258
|
4012 |
+
#: app/features/mec/notifications.php:318
|
4013 |
+
#: app/features/mec/notifications.php:388
|
4014 |
+
msgid "Organizer tel of booked event"
|
4015 |
msgstr ""
|
4016 |
|
4017 |
+
#: app/features/mec/notifications.php:83 app/features/mec/notifications.php:136
|
4018 |
+
#: app/features/mec/notifications.php:188
|
4019 |
+
#: app/features/mec/notifications.php:259
|
4020 |
+
#: app/features/mec/notifications.php:319
|
4021 |
#: app/features/mec/notifications.php:389
|
4022 |
+
msgid "Organizer email of booked event"
|
4023 |
msgstr ""
|
4024 |
|
4025 |
+
#: app/features/mec/notifications.php:84 app/features/mec/notifications.php:137
|
4026 |
#: app/features/mec/notifications.php:189
|
4027 |
#: app/features/mec/notifications.php:260
|
4028 |
#: app/features/mec/notifications.php:320
|
4029 |
#: app/features/mec/notifications.php:390
|
4030 |
+
msgid "Location name of booked event"
|
4031 |
msgstr ""
|
4032 |
|
4033 |
+
#: app/features/mec/notifications.php:85 app/features/mec/notifications.php:138
|
4034 |
#: app/features/mec/notifications.php:190
|
4035 |
+
#: app/features/mec/notifications.php:261
|
4036 |
+
#: app/features/mec/notifications.php:321
|
4037 |
#: app/features/mec/notifications.php:391
|
4038 |
+
msgid "Location address of booked event"
|
4039 |
+
msgstr ""
|
4040 |
+
|
4041 |
+
#: app/features/mec/notifications.php:86 app/features/mec/notifications.php:263
|
4042 |
+
#: app/features/mec/notifications.php:323
|
4043 |
+
msgid "Full Attendee info such as booking form data, name, email etc."
|
4044 |
+
msgstr ""
|
4045 |
+
|
4046 |
+
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:192
|
4047 |
+
#: app/features/mec/notifications.php:393
|
4048 |
+
msgid "Invoice Link"
|
4049 |
+
msgstr ""
|
4050 |
+
|
4051 |
+
#: app/features/mec/notifications.php:88 app/features/mec/notifications.php:140
|
4052 |
+
#: app/features/mec/notifications.php:193
|
4053 |
+
#: app/features/mec/notifications.php:264
|
4054 |
+
#: app/features/mec/notifications.php:324
|
4055 |
+
#: app/features/mec/notifications.php:394
|
4056 |
+
msgid "Total Attendees"
|
4057 |
+
msgstr ""
|
4058 |
+
|
4059 |
+
#: app/features/mec/notifications.php:89 app/features/mec/notifications.php:141
|
4060 |
+
#: app/features/mec/notifications.php:194
|
4061 |
+
#: app/features/mec/notifications.php:395
|
4062 |
msgid "Ticket name"
|
4063 |
msgstr ""
|
4064 |
|
4065 |
+
#: app/features/mec/notifications.php:90 app/features/mec/notifications.php:142
|
4066 |
+
#: app/features/mec/notifications.php:195
|
4067 |
+
#: app/features/mec/notifications.php:396
|
4068 |
msgid "Ticket time"
|
4069 |
msgstr ""
|
4070 |
|
4071 |
+
#: app/features/mec/notifications.php:91 app/features/mec/notifications.php:143
|
4072 |
+
#: app/features/mec/notifications.php:196
|
4073 |
+
#: app/features/mec/notifications.php:397
|
4074 |
msgid "Download ICS file"
|
4075 |
msgstr ""
|
4076 |
|
4077 |
+
#: app/features/mec/notifications.php:99 app/libraries/main.php:572
|
4078 |
msgid "Booking Verification"
|
4079 |
msgstr ""
|
4080 |
|
4081 |
+
#: app/features/mec/notifications.php:100
|
4082 |
msgid "It sends to attendee email for verifying their booking/email."
|
4083 |
msgstr ""
|
4084 |
|
4085 |
+
#: app/features/mec/notifications.php:139
|
4086 |
msgid "Email/Booking verification link."
|
4087 |
msgstr ""
|
4088 |
|
4089 |
+
#: app/features/mec/notifications.php:152
|
4090 |
msgid "It sends to attendee after confirming the booking by admin."
|
4091 |
msgstr ""
|
4092 |
|
4093 |
+
#: app/features/mec/notifications.php:191
|
4094 |
+
#: app/features/mec/notifications.php:392
|
4095 |
msgid "Booking cancellation link."
|
4096 |
msgstr ""
|
4097 |
|
4098 |
+
#: app/features/mec/notifications.php:203 app/libraries/main.php:574
|
4099 |
msgid "Booking Cancellation"
|
4100 |
msgstr ""
|
4101 |
|
4102 |
+
#: app/features/mec/notifications.php:207
|
4103 |
msgid "Enable cancellation notification"
|
4104 |
msgstr ""
|
4105 |
|
4106 |
+
#: app/features/mec/notifications.php:211
|
4107 |
msgid ""
|
4108 |
"It sends to selected recipients after booking cancellation for notifying "
|
4109 |
"them."
|
4110 |
msgstr ""
|
4111 |
|
4112 |
+
#: app/features/mec/notifications.php:229
|
4113 |
msgid "Send the email to admin"
|
4114 |
msgstr ""
|
4115 |
|
4116 |
+
#: app/features/mec/notifications.php:237
|
4117 |
msgid "Send the email to booking user"
|
4118 |
msgstr ""
|
4119 |
|
4120 |
+
#: app/features/mec/notifications.php:262
|
4121 |
+
#: app/features/mec/notifications.php:322
|
4122 |
msgid "Admin booking management link."
|
4123 |
msgstr ""
|
4124 |
|
4125 |
+
#: app/features/mec/notifications.php:271 app/libraries/main.php:576
|
4126 |
msgid "Admin"
|
4127 |
msgstr ""
|
4128 |
|
4129 |
+
#: app/features/mec/notifications.php:275
|
4130 |
msgid "Enable admin notification"
|
4131 |
msgstr ""
|
4132 |
|
4133 |
+
#: app/features/mec/notifications.php:279
|
4134 |
msgid "It sends to admin to notify him/her that a new booking received."
|
4135 |
msgstr ""
|
4136 |
|
4137 |
+
#: app/features/mec/notifications.php:331 app/libraries/main.php:575
|
4138 |
#: app/libraries/notifications.php:478
|
4139 |
msgid "Booking Reminder"
|
4140 |
msgstr ""
|
4141 |
|
4142 |
+
#: app/features/mec/notifications.php:335
|
4143 |
msgid "Enable booking reminder notification"
|
4144 |
msgstr ""
|
4145 |
|
4146 |
+
#: app/features/mec/notifications.php:341
|
4147 |
#, php-format
|
4148 |
msgid ""
|
4149 |
"Set a cronjob to call %s file once per day otherwise it won't send the "
|
4151 |
"send the reminders multiple times."
|
4152 |
msgstr ""
|
4153 |
|
4154 |
+
#: app/features/mec/notifications.php:341
|
4155 |
msgid "only once per day"
|
4156 |
msgstr ""
|
4157 |
|
4158 |
+
#: app/features/mec/notifications.php:359
|
4159 |
msgid "Days"
|
4160 |
msgstr ""
|
4161 |
|
4162 |
+
#: app/features/mec/notifications.php:407 app/features/mec/support-page.php:80
|
4163 |
#: app/libraries/main.php:577
|
4164 |
msgid "New Event"
|
4165 |
msgstr ""
|
4166 |
|
4167 |
+
#: app/features/mec/notifications.php:411
|
4168 |
msgid "Enable new event notification"
|
4169 |
msgstr ""
|
4170 |
|
4171 |
+
#: app/features/mec/notifications.php:415
|
4172 |
msgid ""
|
4173 |
"It sends after adding a new event from frontend event submission or from "
|
4174 |
"website backend."
|
4175 |
msgstr ""
|
4176 |
|
4177 |
+
#: app/features/mec/notifications.php:437
|
4178 |
+
#: app/features/mec/notifications.php:483
|
4179 |
msgid "Title of event"
|
4180 |
msgstr ""
|
4181 |
|
4182 |
+
#: app/features/mec/notifications.php:438
|
4183 |
+
#: app/features/mec/notifications.php:484
|
4184 |
msgid "Link of event"
|
4185 |
msgstr ""
|
4186 |
|
4187 |
+
#: app/features/mec/notifications.php:439
|
4188 |
+
#: app/features/mec/notifications.php:485
|
4189 |
msgid "Status of event"
|
4190 |
msgstr ""
|
4191 |
|
4192 |
+
#: app/features/mec/notifications.php:440
|
4193 |
+
#: app/features/mec/notifications.php:486 app/features/mec/settings.php:654
|
4194 |
#: app/features/mec/settings.php:658
|
4195 |
msgid "Event Note"
|
4196 |
msgstr ""
|
4197 |
|
4198 |
+
#: app/features/mec/notifications.php:444
|
4199 |
+
#: app/features/mec/notifications.php:490
|
4200 |
msgid "Admin events management link."
|
4201 |
msgstr ""
|
4202 |
|
4203 |
+
#: app/features/mec/notifications.php:453 app/libraries/main.php:578
|
4204 |
+
msgid "User Event Publishing"
|
4205 |
+
msgstr ""
|
4206 |
+
|
4207 |
+
#: app/features/mec/notifications.php:457
|
4208 |
+
msgid "Enable user event publishing notification"
|
4209 |
+
msgstr ""
|
4210 |
+
|
4211 |
+
#: app/features/mec/notifications.php:461
|
4212 |
+
msgid ""
|
4213 |
+
"It sends after published a new event from frontend event submission or from "
|
4214 |
+
"website backend."
|
4215 |
+
msgstr ""
|
4216 |
+
|
4217 |
#: app/features/mec/settings.php:55 app/features/mec/settings.php:65
|
4218 |
msgid "Hide Events"
|
4219 |
msgstr ""
|
4300 |
msgstr ""
|
4301 |
|
4302 |
#: app/features/mec/settings.php:136 app/features/mec/settings.php:146
|
4303 |
+
#: app/libraries/main.php:4876
|
4304 |
msgid "Weekdays"
|
4305 |
msgstr ""
|
4306 |
|
4834 |
"styles."
|
4835 |
msgstr ""
|
4836 |
|
4837 |
+
#: app/features/mec/styling.php:10 app/features/mec/styling.php:158
|
4838 |
+
#: app/features/mec/styling.php:184
|
4839 |
msgid "Default Font"
|
4840 |
msgstr ""
|
4841 |
|
4842 |
+
#: app/features/mec/styling.php:50
|
4843 |
msgid "Styling Option"
|
4844 |
msgstr ""
|
4845 |
|
4846 |
+
#: app/features/mec/styling.php:55
|
4847 |
msgid "Color Skin"
|
4848 |
msgstr ""
|
4849 |
|
4850 |
+
#: app/features/mec/styling.php:58
|
4851 |
msgid "Predefined Color Skin"
|
4852 |
msgstr ""
|
4853 |
|
4854 |
+
#: app/features/mec/styling.php:101
|
4855 |
msgid "Custom Color Skin"
|
4856 |
msgstr ""
|
4857 |
|
4858 |
+
#: app/features/mec/styling.php:107
|
4859 |
msgid ""
|
4860 |
"If you want to select a predefined color skin, you must clear the color of "
|
4861 |
"this item"
|
4862 |
msgstr ""
|
4863 |
|
4864 |
+
#: app/features/mec/styling.php:112
|
4865 |
msgid "Advanced Color Options (shortcodes)"
|
4866 |
msgstr ""
|
4867 |
|
4868 |
+
#: app/features/mec/styling.php:124
|
4869 |
msgid "Title Hover"
|
4870 |
msgstr ""
|
4871 |
|
4872 |
+
#: app/features/mec/styling.php:141
|
4873 |
msgid "Typography"
|
4874 |
msgstr ""
|
4875 |
|
4876 |
+
#: app/features/mec/styling.php:143
|
4877 |
msgid "Heading (Events Title) Font Family"
|
4878 |
msgstr ""
|
4879 |
|
4880 |
+
#: app/features/mec/styling.php:169
|
4881 |
msgid "Paragraph Font Family"
|
4882 |
msgstr ""
|
4883 |
|
4884 |
+
#: app/features/mec/styling.php:196 app/features/mec/styling.php:202
|
4885 |
msgid "Disable Google Fonts"
|
4886 |
msgstr ""
|
4887 |
|
4888 |
+
#: app/features/mec/styling.php:203
|
4889 |
msgid "To be GDPR compliant you may need to disable Google fonts!"
|
4890 |
msgstr ""
|
4891 |
|
4892 |
+
#: app/features/mec/styling.php:212
|
4893 |
msgid "Container Width"
|
4894 |
msgstr ""
|
4895 |
|
4896 |
+
#: app/features/mec/styling.php:214 app/features/mec/styling.php:219
|
4897 |
msgid "Desktop Normal Screens"
|
4898 |
msgstr ""
|
4899 |
|
4900 |
+
#: app/features/mec/styling.php:220 app/features/mec/styling.php:233
|
4901 |
msgid "You can enter your theme container size in this field"
|
4902 |
msgstr ""
|
4903 |
|
4904 |
+
#: app/features/mec/styling.php:227 app/features/mec/styling.php:232
|
4905 |
msgid "Desktop Large Screens"
|
4906 |
msgstr ""
|
4907 |
|
5182 |
msgid "Go to support forum"
|
5183 |
msgstr ""
|
5184 |
|
5185 |
+
#: app/features/mec/support.php:52 app/libraries/main.php:775
|
5186 |
msgid "Styling Options"
|
5187 |
msgstr ""
|
5188 |
|
5189 |
+
#: app/features/mec/support.php:59 app/libraries/main.php:782
|
5190 |
msgid "Custom CSS"
|
5191 |
msgstr ""
|
5192 |
|
5306 |
msgid "eg. https://webnus.net"
|
5307 |
msgstr ""
|
5308 |
|
5309 |
+
#: app/features/organizers.php:311 app/libraries/main.php:4900
|
5310 |
#: app/skins/single.php:845
|
5311 |
msgid "Other Organizers"
|
5312 |
msgstr ""
|
5325 |
msgid "#"
|
5326 |
msgstr ""
|
5327 |
|
5328 |
+
#: app/features/profile/profile.php:35 app/libraries/main.php:2909
|
5329 |
msgid "Status"
|
5330 |
msgstr ""
|
5331 |
|
5332 |
+
#: app/features/profile/profile.php:38 app/libraries/main.php:2046
|
5333 |
msgid "Attendees"
|
5334 |
msgstr ""
|
5335 |
|
5342 |
msgid "<i class=\"mec-sl-eye\"></i> %s"
|
5343 |
msgstr ""
|
5344 |
|
5345 |
+
#: app/features/profile/profile.php:97 app/libraries/main.php:2060
|
5346 |
+
#: app/libraries/main.php:4898
|
5347 |
msgid "Ticket"
|
5348 |
msgstr ""
|
5349 |
|
5376 |
msgstr ""
|
5377 |
|
5378 |
#: app/features/search_bar/search_result.php:11
|
5379 |
+
#: app/libraries/notifications.php:743 app/libraries/render.php:437
|
5380 |
#: app/modules/local-time/details.php:47 app/modules/next-event/details.php:101
|
5381 |
#: app/skins/single.php:160 app/skins/single.php:736
|
5382 |
+
#: app/skins/single/default.php:89 app/skins/single/default.php:301
|
5383 |
#: app/skins/single/m1.php:34 app/skins/single/modern.php:184
|
5384 |
msgid "All of the day"
|
5385 |
msgstr ""
|
5466 |
msgid "day"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
+
#: app/libraries/factory.php:341 app/modules/countdown/details.php:125
|
5470 |
+
#: app/skins/available_spot/tpl.php:165 app/skins/countdown/tpl.php:158
|
5471 |
+
#: app/skins/countdown/tpl.php:202 app/skins/countdown/tpl.php:251
|
5472 |
msgid "days"
|
5473 |
msgstr ""
|
5474 |
|
5476 |
msgid "hour"
|
5477 |
msgstr ""
|
5478 |
|
5479 |
+
#: app/libraries/factory.php:343 app/modules/countdown/details.php:132
|
5480 |
+
#: app/skins/available_spot/tpl.php:169 app/skins/countdown/tpl.php:164
|
5481 |
+
#: app/skins/countdown/tpl.php:208 app/skins/countdown/tpl.php:257
|
5482 |
msgid "hours"
|
5483 |
msgstr ""
|
5484 |
|
5486 |
msgid "minute"
|
5487 |
msgstr ""
|
5488 |
|
5489 |
+
#: app/libraries/factory.php:345 app/modules/countdown/details.php:139
|
5490 |
+
#: app/skins/available_spot/tpl.php:173 app/skins/countdown/tpl.php:170
|
5491 |
+
#: app/skins/countdown/tpl.php:214 app/skins/countdown/tpl.php:263
|
5492 |
msgid "minutes"
|
5493 |
msgstr ""
|
5494 |
|
5496 |
msgid "second"
|
5497 |
msgstr ""
|
5498 |
|
5499 |
+
#: app/libraries/factory.php:347 app/modules/countdown/details.php:146
|
5500 |
+
#: app/skins/available_spot/tpl.php:177 app/skins/countdown/tpl.php:176
|
5501 |
+
#: app/skins/countdown/tpl.php:220 app/skins/countdown/tpl.php:269
|
5502 |
msgid "seconds"
|
5503 |
msgstr ""
|
5504 |
|
5514 |
msgid "There is no excerpt because this is a protected post."
|
5515 |
msgstr ""
|
5516 |
|
5517 |
+
#: app/libraries/main.php:330 app/libraries/main.php:1572
|
5518 |
+
#: app/libraries/main.php:1597
|
5519 |
msgid "Grid View"
|
5520 |
msgstr ""
|
5521 |
|
5522 |
+
#: app/libraries/main.php:331 app/libraries/main.php:1573
|
5523 |
+
#: app/libraries/main.php:1598
|
5524 |
msgid "Agenda View"
|
5525 |
msgstr ""
|
5526 |
|
5527 |
+
#: app/libraries/main.php:332 app/libraries/main.php:1564
|
5528 |
+
#: app/libraries/main.php:1589
|
5529 |
msgid "Full Calendar"
|
5530 |
msgstr ""
|
5531 |
|
5532 |
+
#: app/libraries/main.php:334 app/libraries/main.php:1566
|
5533 |
+
#: app/libraries/main.php:1591
|
5534 |
msgid "Calendar/Monthly View"
|
5535 |
msgstr ""
|
5536 |
|
5537 |
+
#: app/libraries/main.php:337 app/libraries/main.php:1569
|
5538 |
+
#: app/libraries/main.php:1594
|
5539 |
msgid "Timetable View"
|
5540 |
msgstr ""
|
5541 |
|
5542 |
+
#: app/libraries/main.php:338 app/libraries/main.php:1570
|
5543 |
+
#: app/libraries/main.php:1595
|
5544 |
msgid "Masonry View"
|
5545 |
msgstr ""
|
5546 |
|
5547 |
+
#: app/libraries/main.php:339 app/libraries/main.php:1574
|
5548 |
+
#: app/libraries/main.php:1599
|
5549 |
msgid "Map View"
|
5550 |
msgstr ""
|
5551 |
|
5569 |
msgid "Slider View"
|
5570 |
msgstr ""
|
5571 |
|
5572 |
+
#: app/libraries/main.php:382 app/libraries/main.php:4878
|
5573 |
msgid "SU"
|
5574 |
msgstr ""
|
5575 |
|
5576 |
+
#: app/libraries/main.php:383 app/libraries/main.php:4879
|
5577 |
msgid "MO"
|
5578 |
msgstr ""
|
5579 |
|
5580 |
+
#: app/libraries/main.php:384 app/libraries/main.php:4880
|
5581 |
msgid "TU"
|
5582 |
msgstr ""
|
5583 |
|
5584 |
+
#: app/libraries/main.php:385 app/libraries/main.php:4881
|
5585 |
msgid "WE"
|
5586 |
msgstr ""
|
5587 |
|
5588 |
+
#: app/libraries/main.php:386 app/libraries/main.php:4882
|
5589 |
msgid "TH"
|
5590 |
msgstr ""
|
5591 |
|
5592 |
+
#: app/libraries/main.php:387 app/libraries/main.php:4883
|
5593 |
msgid "FR"
|
5594 |
msgstr ""
|
5595 |
|
5596 |
+
#: app/libraries/main.php:388 app/libraries/main.php:4884
|
5597 |
msgid "SA"
|
5598 |
msgstr ""
|
5599 |
|
5605 |
msgid "Additional Locations"
|
5606 |
msgstr ""
|
5607 |
|
5608 |
+
#: app/libraries/main.php:629
|
5609 |
msgid "Single Event"
|
5610 |
msgstr ""
|
5611 |
|
5612 |
+
#: app/libraries/main.php:695
|
5613 |
msgid "Modules"
|
5614 |
msgstr ""
|
5615 |
|
5616 |
+
#: app/libraries/main.php:865
|
5617 |
msgid "New Addons For MEC! Now Customize MEC in Elementor"
|
5618 |
msgstr ""
|
5619 |
|
5620 |
+
#: app/libraries/main.php:872
|
5621 |
msgid ""
|
5622 |
"The time has come at last, and the new practical add-ons for MEC have been "
|
5623 |
"released. This is a revolution in the world of Event Calendars. We have "
|
5625 |
"below:"
|
5626 |
msgstr ""
|
5627 |
|
5628 |
+
#: app/libraries/main.php:874
|
5629 |
msgid ""
|
5630 |
"<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
|
5631 |
"products) and Woo products at the same time."
|
5632 |
msgstr ""
|
5633 |
|
5634 |
+
#: app/libraries/main.php:875
|
5635 |
msgid ""
|
5636 |
"<strong>Elementor Single Builder:</strong> It enables you to create "
|
5637 |
"shortcodes in Elementor Live Editor."
|
5638 |
msgstr ""
|
5639 |
|
5640 |
+
#: app/libraries/main.php:876
|
5641 |
msgid ""
|
5642 |
"<strong>Elementor Form Builder:</strong> It allows you to use many different "
|
5643 |
"type of fields and rearrange them by drag and drop and modify their styles."
|
5644 |
msgstr ""
|
5645 |
|
5646 |
+
#: app/libraries/main.php:877
|
5647 |
msgid ""
|
5648 |
"<strong>Elementor Shortcode Builder:</strong> Edit single event page using "
|
5649 |
"Elementor. Manage the position of all elements in the Single page and in "
|
5650 |
"desktops, mobiles and tablets as well."
|
5651 |
msgstr ""
|
5652 |
|
5653 |
+
#: app/libraries/main.php:1426
|
5654 |
msgid "Events at this location"
|
5655 |
msgstr ""
|
5656 |
|
5657 |
+
#: app/libraries/main.php:1426
|
5658 |
msgid "Event at this location"
|
5659 |
msgstr ""
|
5660 |
|
5661 |
+
#: app/libraries/main.php:1468
|
5662 |
msgid "Facebook"
|
5663 |
msgstr ""
|
5664 |
|
5665 |
+
#: app/libraries/main.php:1469
|
5666 |
msgid "Twitter"
|
5667 |
msgstr ""
|
5668 |
|
5669 |
+
#: app/libraries/main.php:1470 app/libraries/main.php:1520
|
5670 |
msgid "Linkedin"
|
5671 |
msgstr ""
|
5672 |
|
5673 |
+
#: app/libraries/main.php:1471 app/libraries/main.php:1553
|
5674 |
msgid "VK"
|
5675 |
msgstr ""
|
5676 |
|
5677 |
+
#: app/libraries/main.php:1490
|
5678 |
msgid "Share on Facebook"
|
5679 |
msgstr ""
|
5680 |
|
5681 |
+
#: app/libraries/main.php:1505
|
5682 |
msgid "Tweet"
|
5683 |
msgstr ""
|
5684 |
|
5685 |
+
#: app/libraries/main.php:1575
|
5686 |
msgid "Custom Shortcode"
|
5687 |
msgstr ""
|
5688 |
|
5689 |
+
#: app/libraries/main.php:1934
|
5690 |
msgid "Your booking successfully verified."
|
5691 |
msgstr ""
|
5692 |
|
5693 |
+
#: app/libraries/main.php:1935
|
5694 |
msgid "Your booking cannot verify!"
|
5695 |
msgstr ""
|
5696 |
|
5697 |
+
#: app/libraries/main.php:1947
|
5698 |
msgid "Your booking successfully canceled."
|
5699 |
msgstr ""
|
5700 |
|
5701 |
+
#: app/libraries/main.php:1948
|
5702 |
msgid "Your booking cannot be canceled."
|
5703 |
msgstr ""
|
5704 |
|
5705 |
+
#: app/libraries/main.php:1952
|
5706 |
msgid "You canceled the payment successfully."
|
5707 |
msgstr ""
|
5708 |
|
5709 |
+
#: app/libraries/main.php:1956
|
5710 |
msgid "You returned from payment gateway successfully."
|
5711 |
msgstr ""
|
5712 |
|
5713 |
+
#: app/libraries/main.php:1972
|
5714 |
msgid "Cannot find the invoice!"
|
5715 |
msgstr ""
|
5716 |
|
5717 |
+
#: app/libraries/main.php:1972
|
5718 |
msgid "Invoice is invalid."
|
5719 |
msgstr ""
|
5720 |
|
5721 |
+
#: app/libraries/main.php:1987
|
5722 |
msgid "Cannot find the booking!"
|
5723 |
msgstr ""
|
5724 |
|
5725 |
+
#: app/libraries/main.php:1987
|
5726 |
msgid "Booking is invalid."
|
5727 |
msgstr ""
|
5728 |
|
5729 |
+
#: app/libraries/main.php:2016
|
5730 |
#, php-format
|
5731 |
msgid "%s Invoice"
|
5732 |
msgstr ""
|
5733 |
|
5734 |
+
#: app/libraries/main.php:2037
|
5735 |
msgid "Transaction ID"
|
5736 |
msgstr ""
|
5737 |
|
5738 |
+
#: app/libraries/main.php:2090
|
5739 |
msgid "Billing"
|
5740 |
msgstr ""
|
5741 |
|
5742 |
+
#: app/libraries/main.php:2101
|
5743 |
msgid "Total"
|
5744 |
msgstr ""
|
5745 |
|
5746 |
+
#: app/libraries/main.php:2134
|
5747 |
msgid "Security nonce is not valid."
|
5748 |
msgstr ""
|
5749 |
|
5750 |
+
#: app/libraries/main.php:2134 app/libraries/main.php:2166
|
5751 |
msgid "iCal export stopped!"
|
5752 |
msgstr ""
|
5753 |
|
5754 |
+
#: app/libraries/main.php:2166
|
5755 |
msgid "Request is not valid."
|
5756 |
msgstr ""
|
5757 |
|
5758 |
+
#: app/libraries/main.php:2493 app/libraries/main.php:2523
|
5759 |
+
#: app/libraries/main.php:2552 app/libraries/main.php:2582
|
5760 |
+
#: app/libraries/main.php:2611 app/libraries/main.php:2640
|
5761 |
+
#: app/libraries/main.php:2669 app/libraries/main.php:2698
|
5762 |
+
#: app/libraries/main.php:2727 app/libraries/main.php:2751
|
5763 |
+
#: app/libraries/main.php:2795 app/libraries/main.php:2839
|
5764 |
+
#: app/libraries/main.php:2886 app/libraries/main.php:2933
|
5765 |
msgid "Sort"
|
5766 |
msgstr ""
|
5767 |
|
5768 |
+
#: app/libraries/main.php:2499 app/libraries/main.php:2529
|
5769 |
+
#: app/libraries/main.php:2558 app/libraries/main.php:2588
|
5770 |
+
#: app/libraries/main.php:2617 app/libraries/main.php:2646
|
5771 |
+
#: app/libraries/main.php:2675 app/libraries/main.php:2704
|
5772 |
+
#: app/libraries/main.php:2757 app/libraries/main.php:2801
|
5773 |
+
#: app/libraries/main.php:2845 app/libraries/main.php:2892
|
5774 |
msgid "Required Field"
|
5775 |
msgstr ""
|
5776 |
|
5777 |
+
#: app/libraries/main.php:2505 app/libraries/main.php:2535
|
5778 |
+
#: app/libraries/main.php:2564 app/libraries/main.php:2594
|
5779 |
+
#: app/libraries/main.php:2623 app/libraries/main.php:2652
|
5780 |
+
#: app/libraries/main.php:2681 app/libraries/main.php:2710
|
5781 |
+
#: app/libraries/main.php:2763 app/libraries/main.php:2807
|
5782 |
+
#: app/libraries/main.php:2851 app/libraries/main.php:2898
|
5783 |
msgid "Insert a label for this field"
|
5784 |
msgstr ""
|
5785 |
|
5786 |
+
#: app/libraries/main.php:2733
|
5787 |
msgid "HTML and shortcode are allowed."
|
5788 |
msgstr ""
|
5789 |
|
5790 |
+
#: app/libraries/main.php:2776 app/libraries/main.php:2820
|
5791 |
+
#: app/libraries/main.php:2864
|
5792 |
msgid "Option"
|
5793 |
msgstr ""
|
5794 |
|
5795 |
+
#: app/libraries/main.php:2898
|
5796 |
#, php-format
|
5797 |
msgid "Instead of %s, the page title with a link will be show."
|
5798 |
msgstr ""
|
5799 |
|
5800 |
+
#: app/libraries/main.php:2900
|
5801 |
msgid "Agreement Page"
|
5802 |
msgstr ""
|
5803 |
|
5804 |
+
#: app/libraries/main.php:2911
|
5805 |
msgid "Checked by default"
|
5806 |
msgstr ""
|
5807 |
|
5808 |
+
#: app/libraries/main.php:2912
|
5809 |
msgid "Unchecked by default"
|
5810 |
msgstr ""
|
5811 |
|
5812 |
+
#: app/libraries/main.php:2935
|
5813 |
msgid "Insert a label for this option"
|
5814 |
msgstr ""
|
5815 |
|
5816 |
+
#: app/libraries/main.php:2950
|
5817 |
msgid "Free"
|
5818 |
msgstr ""
|
5819 |
|
5820 |
+
#: app/libraries/main.php:3544 app/libraries/main.php:5125
|
5821 |
msgid "M.E. Calender"
|
5822 |
msgstr ""
|
5823 |
|
5824 |
+
#: app/libraries/main.php:3699
|
5825 |
#, php-format
|
5826 |
msgid "Copy of %s"
|
5827 |
msgstr ""
|
5828 |
|
5829 |
+
#: app/libraries/main.php:4372
|
5830 |
msgid "Booked an event."
|
5831 |
msgstr ""
|
5832 |
|
5833 |
+
#: app/libraries/main.php:4413
|
5834 |
#, php-format
|
5835 |
msgid "%s booked %s event."
|
5836 |
msgstr ""
|
5837 |
|
5838 |
+
#: app/libraries/main.php:4861
|
5839 |
msgid "Taxonomies"
|
5840 |
msgstr ""
|
5841 |
|
5842 |
+
#: app/libraries/main.php:4863
|
5843 |
msgid "Category Plural Label"
|
5844 |
msgstr ""
|
5845 |
|
5846 |
+
#: app/libraries/main.php:4864
|
5847 |
msgid "Category Singular Label"
|
5848 |
msgstr ""
|
5849 |
|
5850 |
+
#: app/libraries/main.php:4865
|
5851 |
msgid "Label Plural Label"
|
5852 |
msgstr ""
|
5853 |
|
5854 |
+
#: app/libraries/main.php:4866
|
5855 |
msgid "Label Singular Label"
|
5856 |
msgstr ""
|
5857 |
|
5858 |
+
#: app/libraries/main.php:4866
|
5859 |
msgid "label"
|
5860 |
msgstr ""
|
5861 |
|
5862 |
+
#: app/libraries/main.php:4867
|
5863 |
msgid "Location Plural Label"
|
5864 |
msgstr ""
|
5865 |
|
5866 |
+
#: app/libraries/main.php:4868
|
5867 |
msgid "Location Singular Label"
|
5868 |
msgstr ""
|
5869 |
|
5870 |
+
#: app/libraries/main.php:4869
|
5871 |
msgid "Organizer Plural Label"
|
5872 |
msgstr ""
|
5873 |
|
5874 |
+
#: app/libraries/main.php:4870
|
5875 |
msgid "Organizer Singular Label"
|
5876 |
msgstr ""
|
5877 |
|
5878 |
+
#: app/libraries/main.php:4871
|
5879 |
msgid "Speaker Plural Label"
|
5880 |
msgstr ""
|
5881 |
|
5882 |
+
#: app/libraries/main.php:4872
|
5883 |
msgid "Speaker Singular Label"
|
5884 |
msgstr ""
|
5885 |
|
5886 |
+
#: app/libraries/main.php:4878
|
5887 |
msgid "Sunday abbreviation"
|
5888 |
msgstr ""
|
5889 |
|
5890 |
+
#: app/libraries/main.php:4879
|
5891 |
msgid "Monday abbreviation"
|
5892 |
msgstr ""
|
5893 |
|
5894 |
+
#: app/libraries/main.php:4880
|
5895 |
msgid "Tuesday abbreviation"
|
5896 |
msgstr ""
|
5897 |
|
5898 |
+
#: app/libraries/main.php:4881
|
5899 |
msgid "Wednesday abbreviation"
|
5900 |
msgstr ""
|
5901 |
|
5902 |
+
#: app/libraries/main.php:4882
|
5903 |
msgid "Thursday abbreviation"
|
5904 |
msgstr ""
|
5905 |
|
5906 |
+
#: app/libraries/main.php:4883
|
5907 |
msgid "Friday abbreviation"
|
5908 |
msgstr ""
|
5909 |
|
5910 |
+
#: app/libraries/main.php:4884
|
5911 |
msgid "Saturday abbreviation"
|
5912 |
msgstr ""
|
5913 |
|
5914 |
+
#: app/libraries/main.php:4888
|
5915 |
msgid "Others"
|
5916 |
msgstr ""
|
5917 |
|
5918 |
+
#: app/libraries/main.php:4890
|
5919 |
msgid "Booking Success Message"
|
5920 |
msgstr ""
|
5921 |
|
5922 |
+
#: app/libraries/main.php:4890
|
5923 |
msgid ""
|
5924 |
"Thanks for your booking. Your tickets booked, booking verification might be "
|
5925 |
"needed, please check your email."
|
5926 |
msgstr ""
|
5927 |
|
5928 |
+
#: app/libraries/main.php:4891 app/widgets/single.php:131
|
5929 |
msgid "Register Button"
|
5930 |
msgstr ""
|
5931 |
|
5932 |
+
#: app/libraries/main.php:4891 app/skins/available_spot/tpl.php:223
|
5933 |
#: app/skins/carousel/render.php:156 app/skins/carousel/render.php:192
|
5934 |
#: app/skins/grid/render.php:118 app/skins/grid/render.php:164
|
5935 |
#: app/skins/grid/render.php:206 app/skins/grid/render.php:234
|
5936 |
#: app/skins/list/render.php:107 app/skins/list/render.php:195
|
5937 |
#: app/skins/masonry/render.php:178 app/skins/single.php:757
|
5938 |
+
#: app/skins/single.php:760 app/skins/single/default.php:236
|
5939 |
+
#: app/skins/single/default.php:238 app/skins/single/default.php:448
|
5940 |
+
#: app/skins/single/default.php:450 app/skins/single/m1.php:126
|
5941 |
#: app/skins/single/m1.php:128 app/skins/single/m2.php:58
|
5942 |
#: app/skins/single/m2.php:60 app/skins/single/modern.php:68
|
5943 |
#: app/skins/single/modern.php:70 app/skins/slider/render.php:112
|
5946 |
msgid "REGISTER"
|
5947 |
msgstr ""
|
5948 |
|
5949 |
+
#: app/libraries/main.php:4892
|
5950 |
msgid "View Detail Button"
|
5951 |
msgstr ""
|
5952 |
|
5953 |
+
#: app/libraries/main.php:4892 app/skins/carousel/render.php:156
|
5954 |
#: app/skins/carousel/render.php:192 app/skins/grid/render.php:118
|
5955 |
#: app/skins/grid/render.php:164 app/skins/grid/render.php:206
|
5956 |
#: app/skins/grid/render.php:234 app/skins/list/render.php:107
|
5961 |
msgid "View Detail"
|
5962 |
msgstr ""
|
5963 |
|
5964 |
+
#: app/libraries/main.php:4893
|
5965 |
msgid "Event Detail Button"
|
5966 |
msgstr ""
|
5967 |
|
5968 |
+
#: app/libraries/main.php:4893 app/skins/countdown/tpl.php:244
|
5969 |
msgid "Event Detail"
|
5970 |
msgstr ""
|
5971 |
|
5972 |
+
#: app/libraries/main.php:4895
|
5973 |
msgid "More Info Link"
|
5974 |
msgstr ""
|
5975 |
|
5976 |
+
#: app/libraries/main.php:4898
|
5977 |
msgid "Ticket (Singular)"
|
5978 |
msgstr ""
|
5979 |
|
5980 |
+
#: app/libraries/main.php:4899
|
5981 |
msgid "Tickets (Plural)"
|
5982 |
msgstr ""
|
5983 |
|
5984 |
+
#: app/libraries/main.php:4985
|
5985 |
msgid "EventON"
|
5986 |
msgstr ""
|
5987 |
|
5988 |
+
#: app/libraries/main.php:4986
|
5989 |
msgid "The Events Calendar"
|
5990 |
msgstr ""
|
5991 |
|
5992 |
+
#: app/libraries/main.php:4987
|
5993 |
msgid "Events Schedule WP Plugin"
|
5994 |
msgstr ""
|
5995 |
|
5996 |
+
#: app/libraries/main.php:4988
|
5997 |
msgid "Calendarize It"
|
5998 |
msgstr ""
|
5999 |
|
6000 |
+
#: app/libraries/main.php:5062 app/libraries/main.php:5082
|
6001 |
msgid "Confirmed"
|
6002 |
msgstr ""
|
6003 |
|
6004 |
+
#: app/libraries/main.php:5063 app/libraries/main.php:5090
|
6005 |
msgid "Rejected"
|
6006 |
msgstr ""
|
6007 |
|
6008 |
+
#: app/libraries/main.php:5064 app/libraries/main.php:5086
|
6009 |
msgid "Pending"
|
6010 |
msgstr ""
|
6011 |
|
6012 |
+
#: app/libraries/main.php:5112
|
6013 |
msgid "Waiting"
|
6014 |
msgstr ""
|
6015 |
|
6016 |
+
#: app/libraries/main.php:5317 app/libraries/render.php:367
|
6017 |
msgid "Skin controller does not exist."
|
6018 |
msgstr ""
|
6019 |
|
6041 |
msgid "A new event is added."
|
6042 |
msgstr ""
|
6043 |
|
6044 |
+
#: app/libraries/notifications.php:631
|
6045 |
+
msgid "Your event is published."
|
6046 |
+
msgstr ""
|
6047 |
+
|
6048 |
+
#: app/libraries/notifications.php:818
|
6049 |
msgid "to"
|
6050 |
msgstr ""
|
6051 |
|
6052 |
+
#: app/libraries/notifications.php:831 app/modules/export/details.php:27
|
6053 |
msgid "+ Add to Google Calendar"
|
6054 |
msgstr ""
|
6055 |
|
6056 |
+
#: app/libraries/notifications.php:832 app/modules/export/details.php:28
|
6057 |
msgid "+ iCal export"
|
6058 |
msgstr ""
|
6059 |
|
6060 |
+
#: app/libraries/notifications.php:893
|
6061 |
msgid "Yes"
|
6062 |
msgstr ""
|
6063 |
|
6064 |
+
#: app/libraries/notifications.php:893
|
6065 |
msgid "No"
|
6066 |
msgstr ""
|
6067 |
|
6103 |
msgstr ""
|
6104 |
|
6105 |
#: app/modules/booking/steps/form.php:179
|
6106 |
+
#: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:145
|
6107 |
+
#: app/skins/countdown/tpl.php:189 app/skins/countdown/tpl.php:234
|
6108 |
msgid "Next"
|
6109 |
msgstr ""
|
6110 |
|
6126 |
msgid "The %s ticket is sold out. You can try another ticket or another date."
|
6127 |
msgstr ""
|
6128 |
|
6129 |
+
#: app/modules/countdown/details.php:41
|
6130 |
msgid "The event is finished."
|
6131 |
msgstr ""
|
6132 |
|
6133 |
+
#: app/modules/countdown/details.php:46
|
6134 |
msgid "The event is ongoing."
|
6135 |
msgstr ""
|
6136 |
|
6170 |
msgstr ""
|
6171 |
|
6172 |
#: app/modules/next-event/details.php:95 app/skins/single.php:730
|
6173 |
+
#: app/skins/single/default.php:83 app/skins/single/default.php:295
|
6174 |
#: app/skins/single/m1.php:28 app/skins/single/modern.php:178
|
6175 |
msgid "Time"
|
6176 |
msgstr ""
|
6238 |
msgid "Load More"
|
6239 |
msgstr ""
|
6240 |
|
6241 |
+
#: app/skins/available_spot/tpl.php:158
|
6242 |
msgid "Available Spot(s):"
|
6243 |
msgstr ""
|
6244 |
|
6245 |
+
#: app/skins/carousel/render.php:213 app/skins/countdown/tpl.php:183
|
6246 |
+
#: app/skins/countdown/tpl.php:227 app/skins/cover/tpl.php:107
|
6247 |
#: app/skins/list/render.php:125
|
6248 |
msgid "EVENT DETAIL"
|
6249 |
msgstr ""
|
6252 |
msgid "View All Events"
|
6253 |
msgstr ""
|
6254 |
|
6255 |
+
#: app/skins/countdown/tpl.php:145 app/skins/countdown/tpl.php:189
|
6256 |
+
#: app/skins/countdown/tpl.php:234
|
6257 |
#, php-format
|
6258 |
msgid "%s Upcoming Event"
|
6259 |
msgstr ""
|
6305 |
msgstr ""
|
6306 |
|
6307 |
#: app/skins/single.php:805 app/skins/single.php:860
|
6308 |
+
#: app/skins/single/default.php:208 app/skins/single/default.php:420
|
6309 |
#: app/skins/single/m1.php:100 app/skins/single/m2.php:32
|
6310 |
#: app/skins/single/modern.php:41
|
6311 |
msgid "Phone"
|
6312 |
msgstr ""
|
6313 |
|
6314 |
#: app/skins/single.php:819 app/skins/single.php:874
|
6315 |
+
#: app/skins/single/default.php:222 app/skins/single/default.php:434
|
6316 |
#: app/skins/single/m1.php:114 app/skins/single/m2.php:46
|
6317 |
#: app/skins/single/modern.php:55
|
6318 |
msgid "Website"
|
6322 |
msgid "Speakers:"
|
6323 |
msgstr ""
|
6324 |
|
6325 |
+
#: app/skins/single/default.php:56 app/skins/single/m1.php:256
|
6326 |
#: app/skins/single/m2.php:183 app/skins/single/modern.php:266
|
6327 |
msgid "Tags: "
|
6328 |
msgstr ""
|
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-09-
|
8 |
-
"PO-Revision-Date: 2019-09-
|
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:
|
25 |
msgid "Content"
|
26 |
msgstr "Contenido"
|
27 |
|
28 |
-
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:
|
29 |
-
#: app/features/mec.php:
|
30 |
msgid "Shortcode"
|
31 |
msgstr "Shortcode"
|
32 |
|
@@ -64,14 +64,14 @@ msgstr "Seleccionar tipo"
|
|
64 |
msgid "Event Color"
|
65 |
msgstr "Color del evento"
|
66 |
|
67 |
-
#: app/features/contextual.php:55 app/features/mec.php:
|
68 |
#: app/features/mec/dashboard.php:135 app/features/mec/support-page.php:168
|
69 |
-
#: app/features/mec/support.php:20 app/libraries/main.php:
|
70 |
msgid "Settings"
|
71 |
msgstr "Ajustes"
|
72 |
|
73 |
-
#: app/features/contextual.php:62 app/features/events.php:
|
74 |
-
#: app/features/mec/booking.php:
|
75 |
#: app/libraries/main.php:554
|
76 |
msgid "Booking Form"
|
77 |
msgstr "Formulario de Reservas"
|
@@ -91,7 +91,7 @@ msgstr ""
|
|
91 |
"www.youtube.com/embed/YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></"
|
92 |
"iframe>"
|
93 |
|
94 |
-
#: app/features/contextual.php:70 app/features/mec/booking.php:
|
95 |
#: app/features/mec/support.php:36 app/libraries/main.php:555
|
96 |
msgid "Payment Gateways"
|
97 |
msgstr "Pasarelas de pago"
|
@@ -107,7 +107,7 @@ msgstr ""
|
|
107 |
"\"0\" allowfullscreen></iframe>"
|
108 |
|
109 |
#: app/features/contextual.php:77 app/features/mec/support.php:45
|
110 |
-
#: app/libraries/main.php:
|
111 |
msgid "Notifications"
|
112 |
msgstr "Avisos"
|
113 |
|
@@ -234,19 +234,19 @@ msgstr "Módulo de Siguiente Evento"
|
|
234 |
msgid "Frontend Event Submission"
|
235 |
msgstr "Presentación del evento Frontend"
|
236 |
|
237 |
-
#: app/features/contextual.php:298 app/features/events.php:
|
238 |
#: app/libraries/main.php:543
|
239 |
msgid "Exceptional Days"
|
240 |
msgstr "Días excepcionales"
|
241 |
|
242 |
-
#: app/features/contextual.php:308 app/features/events.php:
|
243 |
-
#: app/features/mec/booking.php:88 app/features/mec/notifications.php:
|
244 |
#: app/libraries/main.php:550 app/libraries/main.php:571
|
245 |
-
#: app/libraries/main.php:
|
246 |
msgid "Booking"
|
247 |
msgstr "Reserva"
|
248 |
|
249 |
-
#: app/features/contextual.php:318 app/features/mec/booking.php:
|
250 |
#: app/libraries/main.php:551
|
251 |
msgid "Coupons"
|
252 |
msgstr "Cupones"
|
@@ -265,13 +265,13 @@ msgstr "Integración de MailChimp"
|
|
265 |
msgid "MEC Activation"
|
266 |
msgstr "Activación MEC"
|
267 |
|
268 |
-
#: app/features/events.php:
|
269 |
#: app/features/mec/dashboard.php:229 app/skins/daily_view/tpl.php:79
|
270 |
#: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
|
271 |
msgid "Events"
|
272 |
msgstr "Eventos"
|
273 |
|
274 |
-
#: app/features/events.php:
|
275 |
#: app/features/mec/meta_boxes/display_options.php:921
|
276 |
#: app/features/mec/meta_boxes/display_options.php:977
|
277 |
#: app/features/mec/meta_boxes/display_options.php:1012
|
@@ -280,36 +280,36 @@ msgstr "Eventos"
|
|
280 |
msgid "Event"
|
281 |
msgstr "Evento"
|
282 |
|
283 |
-
#: app/features/events.php:
|
284 |
msgid "Add Event"
|
285 |
msgstr "Nuevo evento"
|
286 |
|
287 |
-
#: app/features/events.php:
|
288 |
msgid "Add New Event"
|
289 |
msgstr "Añadir nuevo evento"
|
290 |
|
291 |
-
#: app/features/events.php:
|
292 |
#: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:57
|
293 |
msgid "No events found!"
|
294 |
msgstr "No hay eventos"
|
295 |
|
296 |
-
#: app/features/events.php:
|
297 |
msgid "All Events"
|
298 |
msgstr "Todos los eventos"
|
299 |
|
300 |
-
#: app/features/events.php:
|
301 |
msgid "Edit Event"
|
302 |
msgstr "Editar Evento"
|
303 |
|
304 |
-
#: app/features/events.php:
|
305 |
msgid "View Event"
|
306 |
msgstr "Ver evento"
|
307 |
|
308 |
-
#: app/features/events.php:
|
309 |
msgid "No events found in Trash!"
|
310 |
msgstr "No hay eventos en la papelera"
|
311 |
|
312 |
-
#: app/features/events.php:
|
313 |
#: app/features/mec/meta_boxes/display_options.php:832
|
314 |
#: app/features/mec/meta_boxes/search_form.php:31
|
315 |
#: app/features/mec/meta_boxes/search_form.php:93
|
@@ -322,125 +322,125 @@ msgstr "No hay eventos en la papelera"
|
|
322 |
#: app/features/mec/meta_boxes/search_form.php:514
|
323 |
#: app/features/mec/meta_boxes/search_form.php:575
|
324 |
#: app/features/mec/settings.php:719 app/features/mec/single.php:204
|
325 |
-
#: app/libraries/main.php:
|
326 |
-
#: app/skins/single.php:559 app/skins/single/default.php:
|
327 |
-
#: app/skins/single/default.php:
|
328 |
#: app/skins/single/m2.php:102 app/skins/single/modern.php:110
|
329 |
msgid "Category"
|
330 |
msgstr "Categoría"
|
331 |
|
332 |
-
#: app/features/events.php:
|
333 |
-
#: app/features/fes/form.php:745 app/features/mec.php:
|
334 |
-
#: app/features/mec/meta_boxes/filter.php:81 app/libraries/main.php:
|
335 |
msgid "Categories"
|
336 |
msgstr "Categorías"
|
337 |
|
338 |
-
#: app/features/events.php:
|
339 |
#: app/features/locations.php:69 app/features/organizers.php:69
|
340 |
#: app/features/speakers.php:70
|
341 |
#, php-format
|
342 |
msgid "All %s"
|
343 |
msgstr "Todos %s"
|
344 |
|
345 |
-
#: app/features/events.php:
|
346 |
#: app/features/locations.php:70 app/features/organizers.php:70
|
347 |
#: app/features/speakers.php:71
|
348 |
#, php-format
|
349 |
msgid "Edit %s"
|
350 |
msgstr "Editar %s"
|
351 |
|
352 |
-
#: app/features/events.php:
|
353 |
#: app/features/locations.php:71 app/features/organizers.php:71
|
354 |
#: app/features/speakers.php:72
|
355 |
#, php-format
|
356 |
msgid "View %s"
|
357 |
msgstr "Ver %s"
|
358 |
|
359 |
-
#: app/features/events.php:
|
360 |
#: app/features/locations.php:72 app/features/organizers.php:72
|
361 |
#: app/features/speakers.php:73
|
362 |
#, php-format
|
363 |
msgid "Update %s"
|
364 |
msgstr "Actualizar %s"
|
365 |
|
366 |
-
#: app/features/events.php:
|
367 |
#: app/features/locations.php:73 app/features/organizers.php:73
|
368 |
#: app/features/speakers.php:74
|
369 |
#, php-format
|
370 |
msgid "Add New %s"
|
371 |
msgstr "Añadir nuevo %s"
|
372 |
|
373 |
-
#: app/features/events.php:
|
374 |
#: app/features/locations.php:74 app/features/organizers.php:74
|
375 |
#: app/features/speakers.php:75
|
376 |
#, php-format
|
377 |
msgid "New %s Name"
|
378 |
msgstr "Nuevo %s Nombre"
|
379 |
|
380 |
-
#: app/features/events.php:
|
381 |
#: app/features/locations.php:75 app/features/organizers.php:75
|
382 |
#: app/features/speakers.php:76
|
383 |
#, php-format
|
384 |
msgid "Popular %s"
|
385 |
msgstr "Popular %s"
|
386 |
|
387 |
-
#: app/features/events.php:
|
388 |
#: app/features/locations.php:76 app/features/organizers.php:76
|
389 |
#: app/features/speakers.php:77
|
390 |
#, php-format
|
391 |
msgid "Search %s"
|
392 |
msgstr "Buscar %s"
|
393 |
|
394 |
-
#: app/features/events.php:
|
395 |
msgid "Category Icon"
|
396 |
msgstr "Icono de categoría"
|
397 |
|
398 |
-
#: app/features/events.php:
|
399 |
msgid "Select icon"
|
400 |
msgstr "Seleccionar icono"
|
401 |
|
402 |
-
#: app/features/events.php:
|
403 |
msgid "Event Details"
|
404 |
msgstr "Detalle de evento"
|
405 |
|
406 |
-
#: app/features/events.php:
|
407 |
msgid "Note for reviewer"
|
408 |
msgstr "Nota para el encargado"
|
409 |
|
410 |
-
#: app/features/events.php:
|
411 |
msgid "Guest Data"
|
412 |
msgstr "Datos del invitado"
|
413 |
|
414 |
-
#: app/features/events.php:
|
415 |
#: app/features/fes/form.php:668 app/features/labels.php:178
|
416 |
#: app/features/mec/booking.php:45 app/features/organizers.php:279
|
417 |
-
#: app/features/profile/profile.php:91 app/libraries/notifications.php:
|
418 |
#: app/modules/booking/steps/form.php:37
|
419 |
msgid "Name"
|
420 |
msgstr "Nombre"
|
421 |
|
422 |
-
#: app/features/events.php:
|
423 |
-
#: app/features/events.php:
|
424 |
-
#: app/features/mec/booking.php:57 app/features/mec/booking.php:
|
425 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
426 |
#: app/features/profile/profile.php:94 app/features/speakers.php:124
|
427 |
-
#: app/features/speakers.php:184 app/libraries/main.php:
|
428 |
-
#: app/libraries/main.php:
|
429 |
-
#: app/libraries/notifications.php:
|
430 |
#: app/modules/booking/steps/form.php:84 app/skins/single.php:812
|
431 |
-
#: app/skins/single.php:867 app/skins/single/default.php:
|
432 |
-
#: app/skins/single/default.php:
|
433 |
#: app/skins/single/m2.php:39 app/skins/single/modern.php:48
|
434 |
msgid "Email"
|
435 |
msgstr "Correo electrónico"
|
436 |
|
437 |
-
#: app/features/events.php:
|
438 |
msgid "Date and Time"
|
439 |
msgstr "Día y hora"
|
440 |
|
441 |
-
#: app/features/events.php:
|
442 |
-
#: app/features/events.php:
|
443 |
-
#: app/features/events.php:
|
444 |
#: app/features/fes/form.php:240 app/features/ix.php:2743
|
445 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:38
|
446 |
#: app/features/mec/dashboard.php:373
|
@@ -460,47 +460,47 @@ msgstr "Día y hora"
|
|
460 |
msgid "Start Date"
|
461 |
msgstr "Día de inicio"
|
462 |
|
463 |
-
#: app/features/events.php:
|
464 |
-
#: app/features/events.php:
|
465 |
-
#: app/features/events.php:
|
466 |
#: app/features/fes/form.php:268 app/features/fes/form.php:308
|
467 |
msgid "AM"
|
468 |
msgstr "AM"
|
469 |
|
470 |
-
#: app/features/events.php:
|
471 |
-
#: app/features/events.php:
|
472 |
-
#: app/features/events.php:
|
473 |
#: app/features/fes/form.php:269 app/features/fes/form.php:309
|
474 |
msgid "PM"
|
475 |
msgstr "PM"
|
476 |
|
477 |
-
#: app/features/events.php:
|
478 |
-
#: app/features/events.php:
|
479 |
-
#: app/features/events.php:
|
480 |
#: app/features/fes/form.php:280 app/features/ix.php:2743
|
481 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:44
|
482 |
#: app/features/mec/dashboard.php:374
|
483 |
msgid "End Date"
|
484 |
msgstr "Día final"
|
485 |
|
486 |
-
#: app/features/events.php:
|
487 |
msgid "All Day Event"
|
488 |
msgstr "Evento de todo el día"
|
489 |
|
490 |
-
#: app/features/events.php:
|
491 |
msgid "Hide Event Time"
|
492 |
msgstr "Ocultar hora del evento"
|
493 |
|
494 |
-
#: app/features/events.php:
|
495 |
msgid "Hide Event End Time"
|
496 |
msgstr "Oculta la hora de finalización del evento"
|
497 |
|
498 |
-
#: app/features/events.php:
|
499 |
#: app/features/fes/form.php:325
|
500 |
msgid "Time Comment"
|
501 |
msgstr "Tiempo para comentar"
|
502 |
|
503 |
-
#: app/features/events.php:
|
504 |
#, fuzzy
|
505 |
#| msgid ""
|
506 |
#| "It shows next to event time on calendar. You can insert Timezone etc. in "
|
@@ -512,20 +512,20 @@ msgstr ""
|
|
512 |
"Muestra la hora del siguiente evento en el calendario. Puedes insertar Zona "
|
513 |
"horaria, etc en este campo."
|
514 |
|
515 |
-
#: app/features/events.php:
|
516 |
-
#: app/features/events.php:
|
517 |
-
#: app/features/events.php:
|
518 |
-
#: app/features/events.php:
|
519 |
-
#: app/features/events.php:
|
520 |
-
#: app/features/events.php:
|
521 |
-
#: app/features/events.php:
|
522 |
-
#: app/features/events.php:
|
523 |
#: app/features/fes/form.php:630 app/features/locations.php:299
|
524 |
-
#: app/features/mec/booking.php:108 app/features/mec/booking.php:
|
525 |
-
#: app/features/mec/booking.php:
|
526 |
-
#: app/features/mec/booking.php:
|
527 |
-
#: app/features/mec/booking.php:
|
528 |
-
#: app/features/mec/booking.php:
|
529 |
#: app/features/mec/meta_boxes/display_options.php:66
|
530 |
#: app/features/mec/meta_boxes/display_options.php:79
|
531 |
#: app/features/mec/meta_boxes/display_options.php:92
|
@@ -559,13 +559,14 @@ msgstr ""
|
|
559 |
#: app/features/mec/modules.php:53 app/features/mec/modules.php:86
|
560 |
#: app/features/mec/modules.php:103 app/features/mec/modules.php:138
|
561 |
#: app/features/mec/modules.php:154 app/features/mec/modules.php:312
|
562 |
-
#: app/features/mec/notifications.php:
|
563 |
-
#: app/features/mec/notifications.php:
|
564 |
-
#: app/features/mec/notifications.php:
|
565 |
-
#: app/features/mec/notifications.php:
|
566 |
-
#: app/features/mec/notifications.php:
|
567 |
-
#: app/features/mec/notifications.php:
|
568 |
-
#: app/features/mec/notifications.php:
|
|
|
569 |
#: app/features/mec/settings.php:85 app/features/mec/settings.php:112
|
570 |
#: app/features/mec/settings.php:147 app/features/mec/settings.php:168
|
571 |
#: app/features/mec/settings.php:188 app/features/mec/settings.php:265
|
@@ -578,211 +579,211 @@ msgstr ""
|
|
578 |
#: app/features/mec/single.php:42 app/features/mec/single.php:58
|
579 |
#: app/features/mec/single.php:77 app/features/mec/single.php:94
|
580 |
#: app/features/mec/single.php:110 app/features/mec/single.php:124
|
581 |
-
#: app/features/mec/single.php:162 app/features/mec/styling.php:
|
582 |
-
#: app/features/mec/styling.php:
|
583 |
#: app/features/organizers.php:272 app/skins/single.php:657
|
584 |
-
#: app/skins/single/default.php:
|
585 |
#: app/skins/single/m1.php:192 app/skins/single/m2.php:125
|
586 |
#: app/skins/single/modern.php:133
|
587 |
msgid "Read More"
|
588 |
msgstr "Leer más"
|
589 |
|
590 |
-
#: app/features/events.php:
|
591 |
#, fuzzy
|
592 |
#| msgid "Repeat"
|
593 |
msgid "Repeating"
|
594 |
msgstr "Repetir"
|
595 |
|
596 |
-
#: app/features/events.php:
|
597 |
msgid "Event Repeating"
|
598 |
msgstr "Repetir el evento"
|
599 |
|
600 |
-
#: app/features/events.php:
|
601 |
msgid "Repeats"
|
602 |
msgstr "Repeticiones"
|
603 |
|
604 |
-
#: app/features/events.php:
|
605 |
#: app/features/mec/dashboard.php:376 app/skins/full_calendar/tpl.php:109
|
606 |
msgid "Daily"
|
607 |
msgstr "Diariamente"
|
608 |
|
609 |
-
#: app/features/events.php:
|
610 |
msgid "Every Weekday"
|
611 |
msgstr "Cada día de la semana"
|
612 |
|
613 |
-
#: app/features/events.php:
|
614 |
msgid "Every Weekend"
|
615 |
msgstr "Cada fin de semana"
|
616 |
|
617 |
-
#: app/features/events.php:
|
618 |
msgid "Certain Weekdays"
|
619 |
msgstr "Ciertos días de la semana"
|
620 |
|
621 |
-
#: app/features/events.php:
|
622 |
#: app/skins/full_calendar/tpl.php:108
|
623 |
msgid "Weekly"
|
624 |
msgstr "Semanal"
|
625 |
|
626 |
-
#: app/features/events.php:
|
627 |
#: app/features/mec/dashboard.php:377 app/skins/full_calendar/tpl.php:107
|
628 |
msgid "Monthly"
|
629 |
msgstr "Mensual"
|
630 |
|
631 |
-
#: app/features/events.php:
|
632 |
#: app/features/mec/dashboard.php:378 app/skins/full_calendar/tpl.php:106
|
633 |
msgid "Yearly"
|
634 |
msgstr "Anual"
|
635 |
|
636 |
-
#: app/features/events.php:
|
637 |
msgid "Custom Days"
|
638 |
msgstr "Días personalizados"
|
639 |
|
640 |
-
#: app/features/events.php:
|
641 |
#, fuzzy
|
642 |
#| msgid "Advanced Method"
|
643 |
msgid "Advanced"
|
644 |
msgstr "Método avanzado"
|
645 |
|
646 |
-
#: app/features/events.php:
|
647 |
msgid "Repeat Interval"
|
648 |
msgstr "Intervalo de repetición"
|
649 |
|
650 |
-
#: app/features/events.php:
|
651 |
msgid "Repeat interval"
|
652 |
msgstr "Intervalo de repetición"
|
653 |
|
654 |
-
#: app/features/events.php:
|
655 |
msgid "Week Days"
|
656 |
msgstr "Días de semana"
|
657 |
|
658 |
-
#: app/features/events.php:
|
659 |
#: app/features/mec/meta_boxes/display_options.php:764
|
660 |
#: app/libraries/main.php:407
|
661 |
msgid "Monday"
|
662 |
msgstr "Lunes"
|
663 |
|
664 |
-
#: app/features/events.php:
|
665 |
#: app/features/mec/meta_boxes/display_options.php:765
|
666 |
#: app/libraries/main.php:407
|
667 |
msgid "Tuesday"
|
668 |
msgstr "Martes"
|
669 |
|
670 |
-
#: app/features/events.php:
|
671 |
#: app/features/mec/meta_boxes/display_options.php:766
|
672 |
#: app/libraries/main.php:407
|
673 |
msgid "Wednesday"
|
674 |
msgstr "Miércoles"
|
675 |
|
676 |
-
#: app/features/events.php:
|
677 |
#: app/features/mec/meta_boxes/display_options.php:767
|
678 |
#: app/libraries/main.php:407
|
679 |
msgid "Thursday"
|
680 |
msgstr "Jueves"
|
681 |
|
682 |
-
#: app/features/events.php:
|
683 |
#: app/features/mec/meta_boxes/display_options.php:768
|
684 |
#: app/libraries/main.php:407
|
685 |
msgid "Friday"
|
686 |
msgstr "Viernes"
|
687 |
|
688 |
-
#: app/features/events.php:
|
689 |
#: app/features/mec/meta_boxes/display_options.php:769
|
690 |
#: app/libraries/main.php:407
|
691 |
msgid "Saturday"
|
692 |
msgstr "Sábado"
|
693 |
|
694 |
-
#: app/features/events.php:
|
695 |
#: app/features/mec/meta_boxes/display_options.php:763
|
696 |
#: app/libraries/main.php:407
|
697 |
msgid "Sunday"
|
698 |
msgstr "Domingo"
|
699 |
|
700 |
-
#: app/features/events.php:
|
701 |
-
#: app/features/events.php:
|
702 |
#: app/features/fes/form.php:366 app/features/ix/import_f_calendar.php:42
|
703 |
#: app/features/ix/import_g_calendar.php:51
|
704 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
705 |
msgid "Start"
|
706 |
msgstr "Inicio"
|
707 |
|
708 |
-
#: app/features/events.php:
|
709 |
-
#: app/features/events.php:
|
710 |
#: app/features/fes/form.php:367
|
711 |
msgid "End"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: app/features/events.php:
|
715 |
-
#: app/features/events.php:
|
716 |
-
#: app/features/events.php:
|
717 |
-
#: app/features/events.php:
|
718 |
-
#: app/features/events.php:
|
719 |
#: app/features/fes/form.php:842
|
720 |
msgid "Add"
|
721 |
msgstr "Añadir"
|
722 |
|
723 |
-
#: app/features/events.php:
|
724 |
#, fuzzy
|
725 |
#| msgid "Custom Days"
|
726 |
msgid "Custom Days Repeating"
|
727 |
msgstr "Días personalizados"
|
728 |
|
729 |
-
#: app/features/events.php:
|
730 |
msgid ""
|
731 |
"Add certain days to event occurrence dates. If you have single day event, "
|
732 |
"start and end date should be the same, If you have multiple day event the "
|
733 |
"start and end dates must be commensurate with the initial date."
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: app/features/events.php:
|
737 |
#, fuzzy
|
738 |
#| msgid "Ticket name"
|
739 |
msgid "First"
|
740 |
msgstr "Nombre de la entrada"
|
741 |
|
742 |
-
#: app/features/events.php:
|
743 |
#, fuzzy
|
744 |
#| msgid "second"
|
745 |
msgid "Second"
|
746 |
msgstr "segundo"
|
747 |
|
748 |
-
#: app/features/events.php:
|
749 |
#, fuzzy
|
750 |
#| msgid "Third Party"
|
751 |
msgid "Third"
|
752 |
msgstr "Terceros"
|
753 |
|
754 |
-
#: app/features/events.php:
|
755 |
msgid "Fourth"
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: app/features/events.php:
|
759 |
#, fuzzy
|
760 |
#| msgid "Last Year"
|
761 |
msgid "Last"
|
762 |
msgstr "Año pasado"
|
763 |
|
764 |
-
#: app/features/events.php:
|
765 |
msgid "Ends Repeat"
|
766 |
msgstr "Finaliza la repetición"
|
767 |
|
768 |
-
#: app/features/events.php:
|
769 |
msgid "Never"
|
770 |
msgstr "Nunca"
|
771 |
|
772 |
-
#: app/features/events.php:
|
773 |
msgid "On"
|
774 |
msgstr "On"
|
775 |
|
776 |
-
#: app/features/events.php:
|
777 |
msgid "After"
|
778 |
msgstr "Después"
|
779 |
|
780 |
-
#: app/features/events.php:
|
781 |
#: app/features/fes/form.php:626 app/features/fes/form.php:629
|
782 |
msgid "Occurrences times"
|
783 |
msgstr "Ocurrencias del evento"
|
784 |
|
785 |
-
#: app/features/events.php:
|
786 |
msgid ""
|
787 |
"The event will finish after certain repeats. For example if you set it to "
|
788 |
"10, the event will finish after 10 repeats."
|
@@ -790,148 +791,148 @@ msgstr ""
|
|
790 |
"El evento finalizará después de ciertas repeticiones. Por ejemplo, si "
|
791 |
"estableces en 10, el evento terminará después de 10 repeticiones."
|
792 |
|
793 |
-
#: app/features/events.php:
|
794 |
-
#: app/features/events.php:
|
795 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
796 |
-
#: app/features/mec/settings.php:576 app/libraries/main.php:
|
797 |
#: app/widgets/single.php:103
|
798 |
msgid "Event Cost"
|
799 |
msgstr "Coste del evento"
|
800 |
|
801 |
-
#: app/features/events.php:
|
802 |
-
#: app/libraries/main.php:
|
803 |
-
#: app/skins/single/default.php:
|
804 |
#: app/skins/single/m1.php:49 app/skins/single/modern.php:199
|
805 |
msgid "Cost"
|
806 |
msgstr "Coste"
|
807 |
|
808 |
-
#: app/features/events.php:
|
809 |
msgid "Exclude certain days"
|
810 |
msgstr "Excluir ciertos días"
|
811 |
|
812 |
-
#: app/features/events.php:
|
813 |
-
#: app/features/mec/booking.php:
|
814 |
-
#: app/libraries/main.php:
|
815 |
#: app/modules/booking/steps/tickets.php:22
|
816 |
#: app/modules/next-event/details.php:90 app/skins/single.php:637
|
817 |
-
#: app/skins/single/default.php:
|
818 |
#: app/skins/single/m1.php:16 app/skins/single/modern.php:166
|
819 |
msgid "Date"
|
820 |
msgstr "Fecha"
|
821 |
|
822 |
-
#: app/features/events.php:
|
823 |
msgid ""
|
824 |
"Exclude certain days from event occurrence dates. Please note that you can "
|
825 |
"exclude only single day occurrences and you cannot exclude one day from "
|
826 |
"multiple day occurrences."
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: app/features/events.php:
|
830 |
msgid "Day 1"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: app/features/events.php:
|
834 |
#: app/skins/single.php:930
|
835 |
msgid "Hourly Schedule"
|
836 |
msgstr "Programación horaria"
|
837 |
|
838 |
-
#: app/features/events.php:
|
839 |
msgid "Add Day"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: app/features/events.php:
|
843 |
msgid ""
|
844 |
"Add new days for schedule. For example if your event is multiple days, you "
|
845 |
"can add a different schedule for each day!"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: app/features/events.php:
|
849 |
#, php-format
|
850 |
msgid "Day %s"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: app/features/events.php:
|
854 |
-
#: app/features/events.php:
|
855 |
-
#: app/features/events.php:
|
856 |
-
#: app/features/events.php:
|
857 |
-
#: app/features/events.php:
|
858 |
#: app/features/fes/form.php:225 app/features/ix.php:2743
|
859 |
-
#: app/features/ix.php:2784 app/features/mec/booking.php:
|
860 |
-
#: app/features/mec/booking.php:
|
861 |
msgid "Title"
|
862 |
msgstr "Titulo"
|
863 |
|
864 |
-
#: app/features/events.php:
|
865 |
-
#: app/features/events.php:
|
866 |
-
#: app/features/events.php:
|
867 |
-
#: app/features/events.php:
|
868 |
-
#: app/features/events.php:
|
869 |
-
#: app/features/events.php:
|
870 |
-
#: app/features/events.php:
|
871 |
-
#: app/features/fes/list.php:78 app/features/mec/booking.php:
|
872 |
-
#: app/features/mec/booking.php:
|
873 |
-
#: app/features/mec/booking.php:
|
874 |
-
#: app/libraries/main.php:
|
875 |
-
#: app/libraries/main.php:
|
876 |
-
#: app/libraries/main.php:
|
877 |
-
#: app/libraries/main.php:
|
878 |
-
#: app/libraries/main.php:
|
879 |
-
#: app/libraries/main.php:
|
880 |
-
#: app/libraries/main.php:
|
881 |
msgid "Remove"
|
882 |
msgstr "Eliminar"
|
883 |
|
884 |
-
#: app/features/events.php:
|
885 |
msgid "Add new hourly schedule row"
|
886 |
msgstr "Añadir nueva línea programa horario"
|
887 |
|
888 |
-
#: app/features/events.php:
|
889 |
-
#: app/features/events.php:
|
890 |
msgid "From e.g. 8:15"
|
891 |
msgstr "Desde 8:15"
|
892 |
|
893 |
-
#: app/features/events.php:
|
894 |
-
#: app/features/events.php:
|
895 |
msgid "To e.g. 8:45"
|
896 |
msgstr "a 8:45"
|
897 |
|
898 |
-
#: app/features/events.php:
|
899 |
-
#: app/features/events.php:
|
900 |
-
#: app/features/events.php:
|
901 |
msgid "Description"
|
902 |
msgstr "Descripción"
|
903 |
|
904 |
-
#: app/features/events.php:
|
905 |
-
#: app/features/events.php:
|
906 |
-
#: app/features/mec.php:
|
907 |
#: app/features/mec/settings.php:624 app/features/speakers.php:60
|
908 |
-
#: app/libraries/main.php:559 app/libraries/main.php:
|
909 |
#: app/modules/speakers/details.php:18
|
910 |
msgid "Speakers"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: app/features/events.php:
|
914 |
#, fuzzy
|
915 |
#| msgid "Week Days"
|
916 |
msgid "New Day"
|
917 |
msgstr "Días de semana"
|
918 |
|
919 |
-
#: app/features/events.php:
|
920 |
#: app/features/mec/settings.php:570
|
921 |
msgid "Event Links"
|
922 |
msgstr "Enlaces de eventos"
|
923 |
|
924 |
-
#: app/features/events.php:
|
925 |
-
#: app/features/fes/form.php:685 app/libraries/main.php:
|
926 |
msgid "Event Link"
|
927 |
msgstr "Enlace del evento"
|
928 |
|
929 |
-
#: app/features/events.php:
|
930 |
#: app/features/fes/form.php:686 app/features/fes/form.php:691
|
931 |
msgid "eg. http://yoursite.com/your-event"
|
932 |
msgstr "ej. http://yoursite.com/your-event"
|
933 |
|
934 |
-
#: app/features/events.php:
|
935 |
#, fuzzy
|
936 |
#| msgid ""
|
937 |
#| "If you fill it, it will be replaced instead of default event page link. "
|
@@ -944,32 +945,32 @@ msgstr ""
|
|
944 |
"Si lo rellenas, se reemplazará en vez del enlace de la página del evento por "
|
945 |
"defecto. Inserta todo el enlace incluyendo http(s)://"
|
946 |
|
947 |
-
#: app/features/events.php:
|
948 |
msgid "URL Shortener"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: app/features/events.php:
|
952 |
-
#: app/features/fes/form.php:690 app/libraries/main.php:
|
953 |
-
#: app/skins/single.php:656 app/skins/single/default.php:
|
954 |
-
#: app/skins/single/default.php:
|
955 |
#: app/skins/single/m2.php:124 app/skins/single/modern.php:132
|
956 |
#: app/widgets/single.php:107
|
957 |
msgid "More Info"
|
958 |
msgstr "Más Información"
|
959 |
|
960 |
-
#: app/features/events.php:
|
961 |
msgid "More Information"
|
962 |
msgstr "Más Información"
|
963 |
|
964 |
-
#: app/features/events.php:
|
965 |
msgid "Current Window"
|
966 |
msgstr "Ventana actual"
|
967 |
|
968 |
-
#: app/features/events.php:
|
969 |
msgid "New Window"
|
970 |
msgstr "Nueva ventana"
|
971 |
|
972 |
-
#: app/features/events.php:
|
973 |
msgid ""
|
974 |
"If you fill it, it will be shown in event details page as an optional link. "
|
975 |
"Insert full link including http(s)://"
|
@@ -977,52 +978,52 @@ msgstr ""
|
|
977 |
"Si lo rellenas, se mostrará en la página de detalles del evento como enlace "
|
978 |
"opcional. Inserta todo el enlace incluyendo http(s)://"
|
979 |
|
980 |
-
#: app/features/events.php:
|
981 |
msgid "Total booking limits"
|
982 |
msgstr "Límite total de reservas"
|
983 |
|
984 |
-
#: app/features/events.php:
|
985 |
-
#: app/features/events.php:
|
986 |
#: app/modules/booking/steps/tickets.php:40
|
987 |
-
#: app/skins/available_spot/tpl.php:
|
988 |
msgid "Unlimited"
|
989 |
msgstr "Ilimitado"
|
990 |
|
991 |
-
#: app/features/events.php:
|
992 |
msgid ""
|
993 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
994 |
"limitation number."
|
995 |
msgstr ""
|
996 |
|
997 |
-
#: app/features/events.php:
|
998 |
msgid "Read About A Booking System"
|
999 |
msgstr ""
|
1000 |
|
1001 |
-
#: app/features/events.php:
|
1002 |
msgid "100"
|
1003 |
msgstr "100"
|
1004 |
|
1005 |
-
#: app/features/events.php:
|
1006 |
#, fuzzy
|
1007 |
#| msgid "Total booking limits"
|
1008 |
msgid "Total user booking limits"
|
1009 |
msgstr "Límite total de reservas"
|
1010 |
|
1011 |
-
#: app/features/events.php:
|
1012 |
-
#: app/features/events.php:
|
1013 |
msgid "Inherit from global options"
|
1014 |
msgstr "Heredar opciones globales"
|
1015 |
|
1016 |
-
#: app/features/events.php:
|
1017 |
msgid "12"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: app/features/events.php:
|
1021 |
-
#: app/libraries/main.php:
|
1022 |
msgid "Tickets"
|
1023 |
msgstr "Tickets"
|
1024 |
|
1025 |
-
#: app/features/events.php:
|
1026 |
msgid ""
|
1027 |
"You're translating an event so MEC will use the original event for tickets "
|
1028 |
"and booking. You can only translate the ticket name and description. Please "
|
@@ -1033,56 +1034,56 @@ msgstr ""
|
|
1033 |
"entrada. Por favor define las entradas exactas que podrías definir en un "
|
1034 |
"evento original aquí."
|
1035 |
|
1036 |
-
#: app/features/events.php:
|
1037 |
msgid "Ticket Name"
|
1038 |
msgstr "Nombre del ticket"
|
1039 |
|
1040 |
-
#: app/features/events.php:
|
1041 |
-
#: app/features/events.php:
|
1042 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1043 |
msgid "Start Time"
|
1044 |
msgstr "Hora de Inicio"
|
1045 |
|
1046 |
-
#: app/features/events.php:
|
1047 |
-
#: app/features/events.php:
|
1048 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1049 |
msgid "End Time"
|
1050 |
msgstr "Hora de finalización"
|
1051 |
|
1052 |
-
#: app/features/events.php:
|
1053 |
-
#: app/features/events.php:
|
1054 |
-
#: app/features/events.php:
|
1055 |
-
#: app/features/events.php:
|
1056 |
-
#: app/features/events.php:
|
1057 |
-
#: app/features/events.php:
|
1058 |
-
#: app/features/mec/booking.php:
|
1059 |
-
#: app/features/mec/booking.php:
|
1060 |
msgid "Price"
|
1061 |
msgstr "Precio"
|
1062 |
|
1063 |
-
#: app/features/events.php:
|
1064 |
msgid "Insert 0 for free ticket. Only numbers please."
|
1065 |
msgstr "Introduce un 0 para una entrada gratuita. Utiliza únicamente números."
|
1066 |
|
1067 |
-
#: app/features/events.php:
|
1068 |
-
#: app/features/events.php:
|
1069 |
msgid "Price Label"
|
1070 |
msgstr "Etiqueta de precio"
|
1071 |
|
1072 |
-
#: app/features/events.php:
|
1073 |
msgid "For showing on website. e.g. $15"
|
1074 |
msgstr "Para mostrar en la web. Ej. 15€"
|
1075 |
|
1076 |
-
#: app/features/events.php:
|
1077 |
msgid "Available Tickets"
|
1078 |
msgstr "Tickets disponibles"
|
1079 |
|
1080 |
-
#: app/features/events.php:
|
1081 |
msgid "Price per Date"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#: app/features/events.php:
|
1085 |
-
#: app/features/events.php:
|
1086 |
#: app/features/mec/meta_boxes/display_options.php:833
|
1087 |
#: app/features/mec/meta_boxes/search_form.php:66
|
1088 |
#: app/features/mec/meta_boxes/search_form.php:128
|
@@ -1099,24 +1100,24 @@ msgstr ""
|
|
1099 |
msgid "Label"
|
1100 |
msgstr "Etiqueta"
|
1101 |
|
1102 |
-
#: app/features/events.php:
|
1103 |
msgid "Fees"
|
1104 |
msgstr "Tasas"
|
1105 |
|
1106 |
-
#: app/features/events.php:
|
1107 |
-
#: app/features/mec/booking.php:
|
1108 |
msgid "Fee Title"
|
1109 |
msgstr "Título de la cuota"
|
1110 |
|
1111 |
-
#: app/features/events.php:
|
1112 |
-
#: app/features/events.php:
|
1113 |
-
#: app/features/mec/booking.php:
|
1114 |
-
#: app/features/mec/booking.php:
|
1115 |
msgid "Amount"
|
1116 |
msgstr "Cantidad"
|
1117 |
|
1118 |
-
#: app/features/events.php:
|
1119 |
-
#: app/features/mec/booking.php:
|
1120 |
msgid ""
|
1121 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1122 |
"otherwise considered as percentage"
|
@@ -1124,89 +1125,89 @@ msgstr ""
|
|
1124 |
"Cantidad de cuota, considerada como cantidad fija si estableces el tipo de "
|
1125 |
"cantidad, si no será considerada como porcentaje"
|
1126 |
|
1127 |
-
#: app/features/events.php:
|
1128 |
-
#: app/features/mec/booking.php:
|
1129 |
msgid "Percent"
|
1130 |
msgstr "Porcentaje"
|
1131 |
|
1132 |
-
#: app/features/events.php:
|
1133 |
-
#: app/features/mec/booking.php:
|
1134 |
msgid "Amount (Per Ticket)"
|
1135 |
msgstr "Cantidad (Por ticket)"
|
1136 |
|
1137 |
-
#: app/features/events.php:
|
1138 |
-
#: app/features/mec/booking.php:
|
1139 |
msgid "Amount (Per Booking)"
|
1140 |
msgstr "Cantidad (por reservas)"
|
1141 |
|
1142 |
-
#: app/features/events.php:
|
1143 |
msgid "Ticket Variations / Options"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
-
#: app/features/events.php:
|
1147 |
-
#: app/features/mec/booking.php:
|
1148 |
msgid "Option Price"
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#: app/features/events.php:
|
1152 |
-
#: app/features/events.php:
|
1153 |
-
#: app/features/mec/booking.php:
|
1154 |
-
#: app/features/mec/booking.php:
|
1155 |
msgid "Maximum Per Ticket"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: app/features/events.php:
|
1159 |
-
#: app/features/mec/booking.php:
|
1160 |
msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: app/features/events.php:
|
1164 |
-
#: app/libraries/main.php:
|
1165 |
#, fuzzy
|
1166 |
#| msgid "Name"
|
1167 |
msgid "MEC Name"
|
1168 |
msgstr "Nombre"
|
1169 |
|
1170 |
-
#: app/features/events.php:
|
1171 |
-
#: app/libraries/main.php:
|
1172 |
#, fuzzy
|
1173 |
#| msgid "Email"
|
1174 |
msgid "MEC Email"
|
1175 |
msgstr "Correo electrónico"
|
1176 |
|
1177 |
-
#: app/features/events.php:
|
1178 |
-
#: app/libraries/main.php:
|
1179 |
msgid "Text"
|
1180 |
msgstr "Texto"
|
1181 |
|
1182 |
-
#: app/features/events.php:
|
1183 |
#: app/features/organizers.php:103 app/features/organizers.php:148
|
1184 |
#: app/features/speakers.php:116 app/features/speakers.php:180
|
1185 |
-
#: app/features/speakers.php:249 app/libraries/main.php:
|
1186 |
msgid "Tel"
|
1187 |
msgstr "Tel"
|
1188 |
|
1189 |
-
#: app/features/events.php:
|
1190 |
-
#: app/libraries/main.php:
|
1191 |
msgid "File"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
-
#: app/features/events.php:
|
1195 |
-
#: app/libraries/main.php:
|
1196 |
msgid "Textarea"
|
1197 |
msgstr "Área de texto"
|
1198 |
|
1199 |
-
#: app/features/events.php:
|
1200 |
-
#: app/libraries/main.php:
|
1201 |
msgid "Checkboxes"
|
1202 |
msgstr "Checkboxes"
|
1203 |
|
1204 |
-
#: app/features/events.php:
|
1205 |
-
#: app/libraries/main.php:
|
1206 |
msgid "Radio Buttons"
|
1207 |
msgstr "Botón tipo radio"
|
1208 |
|
1209 |
-
#: app/features/events.php:
|
1210 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1211 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1212 |
#: app/features/mec/meta_boxes/search_form.php:48
|
@@ -1275,40 +1276,40 @@ msgstr "Botón tipo radio"
|
|
1275 |
#: app/features/mec/meta_boxes/search_form.php:599
|
1276 |
#: app/features/mec/meta_boxes/search_form.php:606
|
1277 |
#: app/features/mec/meta_boxes/search_form.php:613
|
1278 |
-
#: app/features/mec/meta_boxes/search_form.php:620 app/libraries/main.php:
|
1279 |
msgid "Dropdown"
|
1280 |
msgstr "Desplegable"
|
1281 |
|
1282 |
-
#: app/features/events.php:
|
1283 |
-
#: app/libraries/main.php:
|
1284 |
msgid "Agreement"
|
1285 |
msgstr "Acuerdo"
|
1286 |
|
1287 |
-
#: app/features/events.php:
|
1288 |
-
#: app/libraries/main.php:
|
1289 |
msgid "Paragraph"
|
1290 |
msgstr "Párrafo"
|
1291 |
|
1292 |
-
#: app/features/events.php:
|
1293 |
-
#: app/features/events.php:
|
1294 |
#, php-format
|
1295 |
msgid "Show all %s"
|
1296 |
msgstr "Mostrar todos %s"
|
1297 |
|
1298 |
-
#: app/features/events.php:
|
1299 |
msgid "labels"
|
1300 |
msgstr "etiquetas"
|
1301 |
|
1302 |
-
#: app/features/events.php:
|
1303 |
msgid "locations"
|
1304 |
msgstr "ubicaciones"
|
1305 |
|
1306 |
-
#: app/features/events.php:
|
1307 |
msgid "organizers"
|
1308 |
msgstr "organizadores"
|
1309 |
|
1310 |
-
#: app/features/events.php:
|
1311 |
-
#: app/features/events.php:
|
1312 |
#: app/features/ix.php:2784 app/features/locations.php:58
|
1313 |
#: app/features/locations.php:230 app/features/locations.php:287
|
1314 |
#: app/features/locations.php:289 app/features/locations.php:298
|
@@ -1324,16 +1325,16 @@ msgstr "organizadores"
|
|
1324 |
#: app/features/mec/meta_boxes/search_form.php:521
|
1325 |
#: app/features/mec/meta_boxes/search_form.php:582
|
1326 |
#: app/features/mec/settings.php:725 app/features/mec/single.php:212
|
1327 |
-
#: app/libraries/main.php:
|
1328 |
#: app/libraries/skins.php:834 app/skins/single.php:486
|
1329 |
-
#: app/skins/single.php:907 app/skins/single/default.php:
|
1330 |
-
#: app/skins/single/default.php:
|
1331 |
#: app/skins/single/m2.php:87 app/skins/single/modern.php:94
|
1332 |
msgid "Location"
|
1333 |
msgstr "Localización"
|
1334 |
|
1335 |
-
#: app/features/events.php:
|
1336 |
-
#: app/features/events.php:
|
1337 |
#: app/features/ix.php:2784 app/features/mec/meta_boxes/display_options.php:835
|
1338 |
#: app/features/mec/meta_boxes/search_form.php:45
|
1339 |
#: app/features/mec/meta_boxes/search_form.php:107
|
@@ -1348,65 +1349,65 @@ msgstr "Localización"
|
|
1348 |
#: app/features/mec/settings.php:731 app/features/mec/single.php:208
|
1349 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
1350 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
1351 |
-
#: app/features/organizers.php:271 app/libraries/main.php:
|
1352 |
#: app/libraries/skins.php:860 app/skins/single.php:795
|
1353 |
-
#: app/skins/single/default.php:
|
1354 |
#: app/skins/single/m1.php:90 app/skins/single/m2.php:22
|
1355 |
#: app/skins/single/modern.php:31
|
1356 |
msgid "Organizer"
|
1357 |
msgstr "Organizador"
|
1358 |
|
1359 |
-
#: app/features/events.php:
|
1360 |
msgid "Repeat"
|
1361 |
msgstr "Repetir"
|
1362 |
|
1363 |
-
#: app/features/events.php:
|
1364 |
msgid "Author"
|
1365 |
msgstr "Autor"
|
1366 |
|
1367 |
-
#: app/features/events.php:
|
1368 |
msgid "iCal Export"
|
1369 |
msgstr "Exportar iCal"
|
1370 |
|
1371 |
-
#: app/features/events.php:
|
1372 |
msgid "CSV Export"
|
1373 |
msgstr "Exportar CSV"
|
1374 |
|
1375 |
-
#: app/features/events.php:
|
1376 |
msgid "MS Excel Export"
|
1377 |
msgstr "Exportar Excel"
|
1378 |
|
1379 |
-
#: app/features/events.php:
|
1380 |
msgid "XML Export"
|
1381 |
msgstr "Exportación XML"
|
1382 |
|
1383 |
-
#: app/features/events.php:
|
1384 |
msgid "JSON Export"
|
1385 |
msgstr "Exportación JSON"
|
1386 |
|
1387 |
-
#: app/features/events.php:
|
1388 |
-
#: app/features/events.php:
|
1389 |
msgid "Duplicate"
|
1390 |
msgstr "Duplicar"
|
1391 |
|
1392 |
-
#: app/features/events.php:
|
1393 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1394 |
#: app/features/labels.php:177 app/features/locations.php:229
|
1395 |
#: app/features/organizers.php:203 app/features/speakers.php:246
|
1396 |
msgid "ID"
|
1397 |
msgstr "ID"
|
1398 |
|
1399 |
-
#: app/features/events.php:
|
1400 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1401 |
msgid "Link"
|
1402 |
msgstr "Enlace"
|
1403 |
|
1404 |
-
#: app/features/events.php:
|
1405 |
#, php-format
|
1406 |
msgid "%s Tel"
|
1407 |
msgstr "%s Teléfono "
|
1408 |
|
1409 |
-
#: app/features/events.php:
|
1410 |
#, php-format
|
1411 |
msgid "%s Email"
|
1412 |
msgstr "%s Correo electrónico"
|
@@ -1502,15 +1503,15 @@ msgid "Remove Image"
|
|
1502 |
msgstr "Eliminar imagen"
|
1503 |
|
1504 |
#: app/features/fes/form.php:770 app/features/labels.php:61
|
1505 |
-
#: app/features/labels.php:221 app/features/mec.php:
|
1506 |
-
#: app/features/mec/meta_boxes/filter.php:132 app/libraries/main.php:
|
1507 |
-
#: app/skins/single.php:685 app/skins/single/default.php:
|
1508 |
-
#: app/skins/single/default.php:
|
1509 |
#: app/skins/single/modern.php:214
|
1510 |
msgid "Labels"
|
1511 |
msgstr "Etiquetas"
|
1512 |
|
1513 |
-
#: app/features/fes/form.php:816 app/features/mec.php:
|
1514 |
#: app/features/mec/meta_boxes/filter.php:149
|
1515 |
msgid "Tags"
|
1516 |
msgstr "Tags"
|
@@ -1553,7 +1554,7 @@ msgid "MEC - Import / Export"
|
|
1553 |
msgstr "MEC - Importar / Exportar"
|
1554 |
|
1555 |
#: app/features/ix.php:107 app/features/mec/support.php:73
|
1556 |
-
#: app/libraries/main.php:
|
1557 |
msgid "Import / Export"
|
1558 |
msgstr "Import / Export"
|
1559 |
|
@@ -1823,14 +1824,14 @@ msgstr "Toggle"
|
|
1823 |
#: app/features/ix/export_g_calendar.php:72
|
1824 |
#: app/features/ix/export_g_calendar.php:147
|
1825 |
#: app/features/ix/export_g_calendar.php:164
|
1826 |
-
#: app/features/mec/notifications.php:
|
1827 |
-
#: app/features/mec/notifications.php:
|
1828 |
-
#: app/features/mec/notifications.php:
|
1829 |
msgid "Add to Google Calendar"
|
1830 |
msgstr "Añadir a Google Calendar"
|
1831 |
|
1832 |
-
#: app/features/ix/export_g_calendar.php:90 app/features/mec/booking.php:
|
1833 |
-
#: app/features/mec/modules.php:392 app/features/mec/notifications.php:
|
1834 |
#: app/features/mec/settings.php:894 app/features/mec/single.php:269
|
1835 |
msgid "Checking ..."
|
1836 |
msgstr "Verificando…"
|
@@ -1879,8 +1880,8 @@ msgid "ICS Feed"
|
|
1879 |
msgstr "ICS Feed"
|
1880 |
|
1881 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:91
|
1882 |
-
#: app/features/mec/booking.php:
|
1883 |
-
#: app/features/mec/booking.php:
|
1884 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1885 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1886 |
#: app/features/mec/modules.php:70 app/features/mec/modules.php:211
|
@@ -1890,8 +1891,8 @@ msgid "%s is required to use this feature."
|
|
1890 |
msgstr "Se requiere %s para usar esta funcionalidad."
|
1891 |
|
1892 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
1893 |
-
#: app/features/mec/booking.php:91 app/features/mec/booking.php:
|
1894 |
-
#: app/features/mec/booking.php:
|
1895 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1896 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1897 |
#: app/features/mec/meta_boxes/display_options.php:330
|
@@ -2077,7 +2078,7 @@ msgstr "Importación automática a Google"
|
|
2077 |
|
2078 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
2079 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
2080 |
-
#: app/features/mec/notifications.php:
|
2081 |
msgid "Important Note"
|
2082 |
msgstr "Nota importante"
|
2083 |
|
@@ -2244,8 +2245,8 @@ msgid "Normal"
|
|
2244 |
msgstr ""
|
2245 |
|
2246 |
#: app/features/labels.php:117 app/features/labels.php:142
|
2247 |
-
#: app/skins/agenda/render.php:37 app/skins/available_spot/tpl.php:
|
2248 |
-
#: app/skins/carousel/render.php:44 app/skins/countdown/tpl.php:
|
2249 |
#: app/skins/cover/tpl.php:28 app/skins/daily_view/render.php:48
|
2250 |
#: app/skins/grid/render.php:49 app/skins/list/render.php:38
|
2251 |
#: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:107
|
@@ -2257,9 +2258,9 @@ msgid "Featured"
|
|
2257 |
msgstr ""
|
2258 |
|
2259 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2260 |
-
#: app/libraries/main.php:
|
2261 |
-
#: app/skins/available_spot/tpl.php:
|
2262 |
-
#: app/skins/countdown/tpl.php:
|
2263 |
#: app/skins/daily_view/render.php:52 app/skins/grid/render.php:53
|
2264 |
#: app/skins/list/render.php:42 app/skins/masonry/render.php:29
|
2265 |
#: app/skins/monthly_view/calendar.php:111
|
@@ -2290,9 +2291,9 @@ msgstr "Slug"
|
|
2290 |
msgid "Event %s"
|
2291 |
msgstr "Evento %s"
|
2292 |
|
2293 |
-
#: app/features/locations.php:59 app/features/mec.php:
|
2294 |
#: app/features/mec/dashboard.php:243 app/features/mec/meta_boxes/filter.php:98
|
2295 |
-
#: app/libraries/main.php:
|
2296 |
msgid "Locations"
|
2297 |
msgstr "Lugar"
|
2298 |
|
@@ -2399,7 +2400,7 @@ msgstr "Elegir imagen"
|
|
2399 |
msgid "Don't show map in single event page"
|
2400 |
msgstr "No mostrar el mapa en la página del detalle del evento"
|
2401 |
|
2402 |
-
#: app/features/locations.php:356 app/libraries/main.php:
|
2403 |
#, fuzzy
|
2404 |
#| msgid "Locations"
|
2405 |
msgid "Other Locations"
|
@@ -2415,123 +2416,119 @@ msgstr ""
|
|
2415 |
"Si quieres, puedes seleccionar organizadores adicionales además del "
|
2416 |
"organizador principal."
|
2417 |
|
2418 |
-
#: app/features/login.php:61
|
2419 |
-
msgid "
|
2420 |
msgstr ""
|
2421 |
|
2422 |
-
#: app/features/
|
2423 |
-
msgid "Login successful, redirecting..."
|
2424 |
-
msgstr ""
|
2425 |
-
|
2426 |
-
#: app/features/mec.php:160
|
2427 |
msgid ""
|
2428 |
"Activation faild. Please check your purchase code or license type."
|
2429 |
"<br><b>Note: Your purchase code should match your licesne type.</b>"
|
2430 |
msgstr ""
|
2431 |
|
2432 |
-
#: app/features/mec.php:
|
2433 |
msgid "Troubleshooting"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
-
#: app/features/mec.php:
|
2437 |
msgid ""
|
2438 |
"Your options is not in JSON format. Please insert correct options in this "
|
2439 |
"field and try again."
|
2440 |
msgstr ""
|
2441 |
|
2442 |
-
#: app/features/mec.php:
|
2443 |
msgid "Your options field can not be empty!"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
-
#: app/features/mec.php:
|
2447 |
msgid "Your options imported successfuly."
|
2448 |
msgstr ""
|
2449 |
|
2450 |
-
#: app/features/mec.php:
|
2451 |
#, fuzzy
|
2452 |
#| msgid "Support"
|
2453 |
msgid "MEC - Support"
|
2454 |
msgstr "Soporte"
|
2455 |
|
2456 |
-
#: app/features/mec.php:
|
2457 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2458 |
msgid "Support"
|
2459 |
msgstr "Soporte"
|
2460 |
|
2461 |
-
#: app/features/mec.php:
|
2462 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2463 |
-
#: app/libraries/main.php:
|
2464 |
msgid "Organizers"
|
2465 |
msgstr "Organizadores"
|
2466 |
|
2467 |
-
#: app/features/mec.php:
|
2468 |
#: app/features/mec/dashboard.php:236
|
2469 |
msgid "Shortcodes"
|
2470 |
msgstr "Shortcodes"
|
2471 |
|
2472 |
-
#: app/features/mec.php:
|
2473 |
msgid "MEC - Settings"
|
2474 |
msgstr "Ajustes MEC"
|
2475 |
|
2476 |
-
#: app/features/mec.php:
|
2477 |
#, fuzzy
|
2478 |
#| msgid "MEC - Settings"
|
2479 |
msgid "MEC - Addons"
|
2480 |
msgstr "Ajustes MEC"
|
2481 |
|
2482 |
-
#: app/features/mec.php:
|
2483 |
msgid "Addons"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
-
#: app/features/mec.php:
|
2487 |
msgid "Add Shortcode"
|
2488 |
msgstr "Nuevo Shortcode"
|
2489 |
|
2490 |
-
#: app/features/mec.php:
|
2491 |
msgid "Add New Shortcode"
|
2492 |
msgstr "Añadir nuevo Shortcode"
|
2493 |
|
2494 |
-
#: app/features/mec.php:
|
2495 |
msgid "No shortcodes found!"
|
2496 |
msgstr "No hay shortcodes"
|
2497 |
|
2498 |
-
#: app/features/mec.php:
|
2499 |
msgid "All Shortcodes"
|
2500 |
msgstr "Todos los Shortcodes"
|
2501 |
|
2502 |
-
#: app/features/mec.php:
|
2503 |
msgid "Edit shortcodes"
|
2504 |
msgstr "Editar Shortcodes"
|
2505 |
|
2506 |
-
#: app/features/mec.php:
|
2507 |
msgid "No shortcodes found in Trash!"
|
2508 |
msgstr "No hay shortcodes en la papelera"
|
2509 |
|
2510 |
-
#: app/features/mec.php:
|
2511 |
msgid "Display Options"
|
2512 |
msgstr "Opciones de pantalla"
|
2513 |
|
2514 |
-
#: app/features/mec.php:
|
2515 |
msgid "Filter Options"
|
2516 |
msgstr "Opciones de filtros"
|
2517 |
|
2518 |
-
#: app/features/mec.php:
|
2519 |
msgid "Search Form"
|
2520 |
msgstr "Formulario de Búsqueda"
|
2521 |
|
2522 |
-
#: app/features/mec.php:
|
2523 |
msgid "Display content's images as Popup"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
-
#: app/features/mec.php:
|
2527 |
msgid "Single Event Display Method"
|
2528 |
msgstr "Método de vista para página del evento"
|
2529 |
|
2530 |
-
#: app/features/mec.php:
|
2531 |
msgid "Separate Window"
|
2532 |
msgstr "Ventana aparte"
|
2533 |
|
2534 |
-
#: app/features/mec.php:
|
2535 |
msgid "Modal 1"
|
2536 |
msgstr "Modal 1"
|
2537 |
|
@@ -2565,27 +2562,28 @@ msgid ""
|
|
2565 |
"your host provider in this regard."
|
2566 |
msgstr ""
|
2567 |
|
2568 |
-
#: app/features/mec/booking.php:70 app/features/mec/
|
|
|
2569 |
#: app/features/mec/settings.php:32 app/features/mec/single.php:15
|
2570 |
-
#: app/features/mec/support-page.php:34
|
2571 |
#, fuzzy
|
2572 |
#| msgid "Search %s"
|
2573 |
msgid "Search..."
|
2574 |
msgstr "Buscar %s"
|
2575 |
|
2576 |
-
#: app/features/mec/booking.php:72 app/features/mec/booking.php:
|
2577 |
-
#: app/features/mec/booking.php:
|
2578 |
-
#: app/features/mec/booking.php:
|
2579 |
-
#: app/features/mec/booking.php:
|
2580 |
-
#: app/features/mec/messages.php:
|
2581 |
-
#: app/features/mec/messages.php:
|
2582 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:357
|
2583 |
#: app/features/mec/modules.php:367 app/features/mec/modules.php:409
|
2584 |
-
#: app/features/mec/modules.php:423 app/features/mec/notifications.php:
|
2585 |
-
#: app/features/mec/notifications.php:
|
2586 |
-
#: app/features/mec/notifications.php:
|
2587 |
-
#: app/features/mec/notifications.php:
|
2588 |
-
#: app/features/mec/notifications.php:
|
2589 |
#: app/features/mec/settings.php:843 app/features/mec/settings.php:853
|
2590 |
#: app/features/mec/settings.php:911 app/features/mec/settings.php:925
|
2591 |
#: app/features/mec/single.php:17 app/features/mec/single.php:234
|
@@ -2593,9 +2591,9 @@ msgstr "Buscar %s"
|
|
2593 |
#: app/features/mec/single.php:300 app/features/mec/styles.php:11
|
2594 |
#: app/features/mec/styles.php:31 app/features/mec/styles.php:40
|
2595 |
#: app/features/mec/styles.php:77 app/features/mec/styles.php:86
|
2596 |
-
#: app/features/mec/styling.php:
|
2597 |
-
#: app/features/mec/styling.php:
|
2598 |
-
#: app/features/mec/styling.php:
|
2599 |
msgid "Save Changes"
|
2600 |
msgstr "Guardar Cambios"
|
2601 |
|
@@ -2654,11 +2652,28 @@ msgstr "Fechas máximas"
|
|
2654 |
msgid "Default is 6"
|
2655 |
msgstr "El valor predeterminado es 6"
|
2656 |
|
2657 |
-
#: app/features/mec/booking.php:134 app/features/mec/booking.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2658 |
msgid "Thank You Page"
|
2659 |
msgstr "Página de agradecimiento"
|
2660 |
|
2661 |
-
#: app/features/mec/booking.php:
|
2662 |
msgid ""
|
2663 |
"User redirects to this page after booking. Leave it empty if you want to "
|
2664 |
"disable it."
|
@@ -2666,15 +2681,15 @@ msgstr ""
|
|
2666 |
"Se redirecciona al usuario a esta pagina una vez que completa la reserva. "
|
2667 |
"Déjalo vacío si lo deseas desactivado."
|
2668 |
|
2669 |
-
#: app/features/mec/booking.php:
|
2670 |
msgid "Enable Express Attendees Form"
|
2671 |
msgstr "Habilitar formulario de asistentes exprés"
|
2672 |
|
2673 |
-
#: app/features/mec/booking.php:
|
2674 |
msgid "Attendees Form"
|
2675 |
msgstr "Asistentes"
|
2676 |
|
2677 |
-
#: app/features/mec/booking.php:
|
2678 |
msgid ""
|
2679 |
"Users are able to apply first attendee information for other attendees in "
|
2680 |
"the booking form."
|
@@ -2682,118 +2697,118 @@ msgstr ""
|
|
2682 |
"Los usuarios son capaces de copiar la información del primer invitado para "
|
2683 |
"los demás invitados en el formulario de reservas."
|
2684 |
|
2685 |
-
#: app/features/mec/booking.php:
|
2686 |
#, fuzzy
|
2687 |
#| msgid "Download Invoice"
|
2688 |
msgid "Enable Invoice"
|
2689 |
msgstr "Descargar factura"
|
2690 |
|
2691 |
-
#: app/features/mec/booking.php:
|
2692 |
#, fuzzy
|
2693 |
#| msgid "Enable booking notification"
|
2694 |
msgid "Enable Booking for Ongoing Events"
|
2695 |
msgstr "Activar notificación de reservas"
|
2696 |
|
2697 |
-
#: app/features/mec/booking.php:
|
2698 |
msgid "Email verification"
|
2699 |
msgstr "Verificación por email"
|
2700 |
|
2701 |
-
#: app/features/mec/booking.php:
|
2702 |
msgid "Auto verification for free bookings"
|
2703 |
msgstr "Auto verificación para reservas gratuitas"
|
2704 |
|
2705 |
-
#: app/features/mec/booking.php:
|
2706 |
msgid "Auto verification for paid bookings"
|
2707 |
msgstr "Auto verificación para reservas de pago"
|
2708 |
|
2709 |
-
#: app/features/mec/booking.php:
|
2710 |
#: app/libraries/main.php:573
|
2711 |
msgid "Booking Confirmation"
|
2712 |
msgstr "Confirmación de reserva"
|
2713 |
|
2714 |
-
#: app/features/mec/booking.php:
|
2715 |
msgid "Auto confirmation for free bookings"
|
2716 |
msgstr "Confirmación automática para reservas gratuitas"
|
2717 |
|
2718 |
-
#: app/features/mec/booking.php:
|
2719 |
msgid "Auto confirmation for paid bookings"
|
2720 |
msgstr "Confirmación automática para reservas pagas"
|
2721 |
|
2722 |
-
#: app/features/mec/booking.php:
|
2723 |
msgid "Enable coupons module"
|
2724 |
msgstr "Activar módulo de cupones"
|
2725 |
|
2726 |
-
#: app/features/mec/booking.php:
|
2727 |
msgid ""
|
2728 |
"After enabling and saving the settings,, you should reload the page to see a "
|
2729 |
"new menu on the Dashboard > Booking"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#: app/features/mec/booking.php:
|
2733 |
msgid "Taxes / Fees"
|
2734 |
msgstr "Impuestos/Tasas"
|
2735 |
|
2736 |
-
#: app/features/mec/booking.php:
|
2737 |
msgid "Enable taxes / fees module"
|
2738 |
msgstr "Activar módulo de Impuestos/Tasas"
|
2739 |
|
2740 |
-
#: app/features/mec/booking.php:
|
2741 |
msgid "Add Fee"
|
2742 |
msgstr "Nueva tasa"
|
2743 |
|
2744 |
-
#: app/features/mec/booking.php:
|
2745 |
msgid "Ticket Variations & Options"
|
2746 |
msgstr ""
|
2747 |
|
2748 |
-
#: app/features/mec/booking.php:
|
2749 |
msgid "Enable ticket options module"
|
2750 |
msgstr ""
|
2751 |
|
2752 |
-
#: app/features/mec/booking.php:
|
2753 |
msgid "Add Variation / Option"
|
2754 |
msgstr ""
|
2755 |
|
2756 |
-
#: app/features/mec/booking.php:
|
2757 |
msgid "Enable Organizer Payment Module"
|
2758 |
msgstr ""
|
2759 |
|
2760 |
-
#: app/features/mec/booking.php:
|
2761 |
#, fuzzy
|
2762 |
#| msgid "Organizer Tel"
|
2763 |
msgid "Organizer Payment"
|
2764 |
msgstr "Teléfono del Organizador"
|
2765 |
|
2766 |
-
#: app/features/mec/booking.php:
|
2767 |
msgid ""
|
2768 |
"By enabling this module, organizers are able to insert their own payment "
|
2769 |
"credentials for enabled gateways per event and receive the payments directly!"
|
2770 |
msgstr ""
|
2771 |
|
2772 |
-
#: app/features/mec/booking.php:
|
2773 |
-
#: app/features/mec/modules.php:387 app/features/mec/notifications.php:
|
2774 |
#: app/features/mec/settings.php:889 app/features/mec/single.php:264
|
2775 |
-
#: app/features/mec/styles.php:60 app/features/mec/styling.php:
|
2776 |
msgid "Saved"
|
2777 |
msgstr "Guardado"
|
2778 |
|
2779 |
-
#: app/features/mec/booking.php:
|
2780 |
-
#: app/features/mec/modules.php:388 app/features/mec/notifications.php:
|
2781 |
#: app/features/mec/settings.php:890 app/features/mec/single.php:265
|
2782 |
-
#: app/features/mec/styles.php:61 app/features/mec/styling.php:
|
2783 |
msgid "Settings Saved!"
|
2784 |
msgstr "¡Ajustes guardados!"
|
2785 |
|
2786 |
-
#: app/features/mec/booking.php:
|
2787 |
#: app/features/mec/modules.php:390 app/features/mec/modules.php:412
|
2788 |
-
#: app/features/mec/notifications.php:
|
2789 |
-
#: app/features/mec/notifications.php:
|
2790 |
#: app/features/mec/settings.php:914 app/features/mec/single.php:267
|
2791 |
-
#: app/features/mec/single.php:289 app/libraries/main.php:
|
2792 |
msgid "Verified"
|
2793 |
msgstr "Verificado"
|
2794 |
|
2795 |
-
#: app/features/mec/booking.php:
|
2796 |
-
#: app/features/mec/notifications.php:
|
2797 |
#: app/features/mec/single.php:291
|
2798 |
msgid "Please Refresh Page"
|
2799 |
msgstr "Por favor, actualiza la página"
|
@@ -2970,12 +2985,12 @@ msgstr ""
|
|
2970 |
msgid "Download Settings"
|
2971 |
msgstr ""
|
2972 |
|
2973 |
-
#: app/features/mec/messages.php:
|
2974 |
-
#: app/libraries/main.php:
|
2975 |
msgid "Messages"
|
2976 |
msgstr "Mensajes"
|
2977 |
|
2978 |
-
#: app/features/mec/messages.php:
|
2979 |
msgid ""
|
2980 |
"You can change some MEC messages here simply. For example if you like to "
|
2981 |
"change \"REGISTER\" button label, you can do it here. By the Way, if your "
|
@@ -3320,15 +3335,15 @@ msgstr "Vista por defecto"
|
|
3320 |
|
3321 |
#: app/features/mec/meta_boxes/display_options.php:409
|
3322 |
#: app/features/mec/meta_boxes/display_options.php:430
|
3323 |
-
#: app/libraries/main.php:329 app/libraries/main.php:
|
3324 |
-
#: app/libraries/main.php:
|
3325 |
msgid "List View"
|
3326 |
msgstr "Vista de lista"
|
3327 |
|
3328 |
#: app/features/mec/meta_boxes/display_options.php:410
|
3329 |
#: app/features/mec/meta_boxes/display_options.php:440
|
3330 |
-
#: app/libraries/main.php:333 app/libraries/main.php:
|
3331 |
-
#: app/libraries/main.php:
|
3332 |
msgid "Yearly View"
|
3333 |
msgstr "Vista anual"
|
3334 |
|
@@ -3339,15 +3354,15 @@ msgstr "Vista Mensual/Calendario"
|
|
3339 |
|
3340 |
#: app/features/mec/meta_boxes/display_options.php:412
|
3341 |
#: app/features/mec/meta_boxes/display_options.php:472
|
3342 |
-
#: app/libraries/main.php:336 app/libraries/main.php:
|
3343 |
-
#: app/libraries/main.php:
|
3344 |
msgid "Weekly View"
|
3345 |
msgstr "Vista de semana"
|
3346 |
|
3347 |
#: app/features/mec/meta_boxes/display_options.php:413
|
3348 |
#: app/features/mec/meta_boxes/display_options.php:482
|
3349 |
-
#: app/libraries/main.php:335 app/libraries/main.php:
|
3350 |
-
#: app/libraries/main.php:
|
3351 |
msgid "Daily View"
|
3352 |
msgstr "Vista de día"
|
3353 |
|
@@ -3752,7 +3767,7 @@ msgstr "Desactivado"
|
|
3752 |
#: app/features/mec/meta_boxes/search_form.php:596
|
3753 |
#: app/features/mec/settings.php:738 app/features/mec/single.php:217
|
3754 |
#: app/features/speakers.php:59 app/features/speakers.php:247
|
3755 |
-
#: app/libraries/main.php:
|
3756 |
msgid "Speaker"
|
3757 |
msgstr ""
|
3758 |
|
@@ -4013,293 +4028,302 @@ msgstr "Límite de asistentes"
|
|
4013 |
msgid "Add booking activity to user profile"
|
4014 |
msgstr "Añadir actividad de reservaciones en el perfil del usuario"
|
4015 |
|
4016 |
-
#: app/features/mec/notifications.php:
|
4017 |
msgid "Enable booking notification"
|
4018 |
msgstr "Activar notificación de reservas"
|
4019 |
|
4020 |
-
#: app/features/mec/notifications.php:
|
4021 |
msgid "It sends to attendee after booking for notifying him/her."
|
4022 |
msgstr "Se envía a los asistentes después de la reserva."
|
4023 |
|
4024 |
-
#: app/features/mec/notifications.php:
|
4025 |
-
#: app/features/mec/notifications.php:
|
4026 |
-
#: app/features/mec/notifications.php:
|
4027 |
-
#: app/features/mec/notifications.php:
|
4028 |
-
#: app/features/mec/notifications.php:
|
4029 |
-
#: app/features/mec/notifications.php:
|
|
|
4030 |
msgid "Email Subject"
|
4031 |
msgstr "Asunto del correo electrónico"
|
4032 |
|
4033 |
-
#: app/features/mec/notifications.php:
|
4034 |
-
#: app/features/mec/notifications.php:102
|
4035 |
#: app/features/mec/notifications.php:106
|
4036 |
-
#: app/features/mec/notifications.php:
|
4037 |
#: app/features/mec/notifications.php:158
|
4038 |
-
#: app/features/mec/notifications.php:
|
4039 |
#: app/features/mec/notifications.php:217
|
4040 |
-
#: app/features/mec/notifications.php:
|
4041 |
#: app/features/mec/notifications.php:285
|
4042 |
-
#: app/features/mec/notifications.php:
|
4043 |
#: app/features/mec/notifications.php:348
|
4044 |
-
#: app/features/mec/notifications.php:
|
4045 |
-
#: app/features/mec/notifications.php:
|
4046 |
#: app/features/mec/notifications.php:421
|
|
|
|
|
|
|
4047 |
msgid "Custom Recipients"
|
4048 |
msgstr "Destinatarios personalizados"
|
4049 |
|
4050 |
-
#: app/features/mec/notifications.php:
|
4051 |
-
#: app/features/mec/notifications.php:
|
4052 |
-
#: app/features/mec/notifications.php:
|
4053 |
-
#: app/features/mec/notifications.php:
|
4054 |
-
#: app/features/mec/notifications.php:
|
4055 |
-
#: app/features/mec/notifications.php:
|
4056 |
-
#: app/features/mec/notifications.php:
|
|
|
4057 |
msgid "Insert comma separated emails for multiple recipients."
|
4058 |
msgstr "Inserta los correos separados por coma para múltiples destinatarios."
|
4059 |
|
4060 |
-
#: app/features/mec/notifications.php:
|
4061 |
-
#: app/features/mec/notifications.php:
|
4062 |
msgid "Send the email to event organizer"
|
4063 |
msgstr "Enviar correo al organizador del evento"
|
4064 |
|
4065 |
-
#: app/features/mec/notifications.php:
|
4066 |
-
#: app/features/mec/notifications.php:
|
4067 |
-
#: app/features/mec/notifications.php:
|
4068 |
-
#: app/features/mec/notifications.php:
|
4069 |
-
#: app/features/mec/notifications.php:
|
4070 |
-
#: app/features/mec/notifications.php:
|
|
|
4071 |
msgid "Email Content"
|
4072 |
msgstr "Contenido del correo"
|
4073 |
|
4074 |
-
#: app/features/mec/notifications.php:63 app/features/mec/notifications.php:116
|
4075 |
-
#: app/features/mec/notifications.php:168
|
4076 |
-
#: app/features/mec/notifications.php:239
|
4077 |
-
#: app/features/mec/notifications.php:299
|
4078 |
-
#: app/features/mec/notifications.php:369
|
4079 |
-
#: app/features/mec/notifications.php:431
|
4080 |
-
msgid "You can use following placeholders"
|
4081 |
-
msgstr "Puedes utilizar los siguientes marcadores de posición"
|
4082 |
-
|
4083 |
-
#: app/features/mec/notifications.php:65 app/features/mec/notifications.php:118
|
4084 |
-
#: app/features/mec/notifications.php:170
|
4085 |
-
#: app/features/mec/notifications.php:241
|
4086 |
-
#: app/features/mec/notifications.php:301
|
4087 |
-
#: app/features/mec/notifications.php:371
|
4088 |
-
msgid "First name of attendee"
|
4089 |
-
msgstr "Nombre del asistente"
|
4090 |
-
|
4091 |
-
#: app/features/mec/notifications.php:66 app/features/mec/notifications.php:119
|
4092 |
-
#: app/features/mec/notifications.php:171
|
4093 |
-
#: app/features/mec/notifications.php:242
|
4094 |
-
#: app/features/mec/notifications.php:302
|
4095 |
-
#: app/features/mec/notifications.php:372
|
4096 |
-
msgid "Last name of attendee"
|
4097 |
-
msgstr "Apellidos del asistente"
|
4098 |
-
|
4099 |
#: app/features/mec/notifications.php:67 app/features/mec/notifications.php:120
|
4100 |
#: app/features/mec/notifications.php:172
|
4101 |
#: app/features/mec/notifications.php:243
|
4102 |
#: app/features/mec/notifications.php:303
|
4103 |
#: app/features/mec/notifications.php:373
|
4104 |
-
|
4105 |
-
|
4106 |
-
|
4107 |
-
|
4108 |
-
#: app/features/mec/notifications.php:173
|
4109 |
-
#: app/features/mec/notifications.php:244
|
4110 |
-
#: app/features/mec/notifications.php:304
|
4111 |
-
#: app/features/mec/notifications.php:374
|
4112 |
-
msgid "Booked date of event"
|
4113 |
-
msgstr "Fecha de reserva del evento"
|
4114 |
|
4115 |
#: app/features/mec/notifications.php:69 app/features/mec/notifications.php:122
|
4116 |
#: app/features/mec/notifications.php:174
|
4117 |
#: app/features/mec/notifications.php:245
|
4118 |
#: app/features/mec/notifications.php:305
|
4119 |
#: app/features/mec/notifications.php:375
|
4120 |
-
|
4121 |
-
|
4122 |
-
msgid "Booked time of event"
|
4123 |
-
msgstr "Fecha de reserva del evento"
|
4124 |
|
4125 |
#: app/features/mec/notifications.php:70 app/features/mec/notifications.php:123
|
4126 |
#: app/features/mec/notifications.php:175
|
4127 |
#: app/features/mec/notifications.php:246
|
4128 |
#: app/features/mec/notifications.php:306
|
4129 |
#: app/features/mec/notifications.php:376
|
4130 |
-
msgid "
|
4131 |
-
msgstr "
|
4132 |
|
4133 |
#: app/features/mec/notifications.php:71 app/features/mec/notifications.php:124
|
4134 |
#: app/features/mec/notifications.php:176
|
4135 |
#: app/features/mec/notifications.php:247
|
4136 |
#: app/features/mec/notifications.php:307
|
4137 |
#: app/features/mec/notifications.php:377
|
4138 |
-
|
4139 |
-
|
4140 |
-
msgstr "Título de tu web"
|
4141 |
|
4142 |
#: app/features/mec/notifications.php:72 app/features/mec/notifications.php:125
|
4143 |
#: app/features/mec/notifications.php:177
|
4144 |
#: app/features/mec/notifications.php:248
|
4145 |
#: app/features/mec/notifications.php:308
|
4146 |
#: app/features/mec/notifications.php:378
|
4147 |
-
|
4148 |
-
|
4149 |
-
msgstr "URL de tu sitio web"
|
4150 |
|
4151 |
#: app/features/mec/notifications.php:73 app/features/mec/notifications.php:126
|
4152 |
#: app/features/mec/notifications.php:178
|
4153 |
#: app/features/mec/notifications.php:249
|
4154 |
#: app/features/mec/notifications.php:309
|
4155 |
#: app/features/mec/notifications.php:379
|
4156 |
-
|
4157 |
-
msgid "
|
4158 |
-
|
|
|
4159 |
|
4160 |
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:127
|
4161 |
#: app/features/mec/notifications.php:179
|
4162 |
#: app/features/mec/notifications.php:250
|
4163 |
#: app/features/mec/notifications.php:310
|
4164 |
#: app/features/mec/notifications.php:380
|
4165 |
-
msgid "
|
4166 |
-
msgstr "
|
4167 |
|
4168 |
#: app/features/mec/notifications.php:75 app/features/mec/notifications.php:128
|
4169 |
#: app/features/mec/notifications.php:180
|
4170 |
#: app/features/mec/notifications.php:251
|
4171 |
#: app/features/mec/notifications.php:311
|
4172 |
#: app/features/mec/notifications.php:381
|
4173 |
-
|
4174 |
-
|
4175 |
-
msgid "
|
4176 |
-
msgstr "
|
4177 |
|
4178 |
#: app/features/mec/notifications.php:76 app/features/mec/notifications.php:129
|
4179 |
#: app/features/mec/notifications.php:181
|
4180 |
#: app/features/mec/notifications.php:252
|
4181 |
#: app/features/mec/notifications.php:312
|
4182 |
#: app/features/mec/notifications.php:382
|
4183 |
-
|
4184 |
-
|
4185 |
-
msgid "
|
4186 |
-
msgstr "
|
4187 |
|
4188 |
#: app/features/mec/notifications.php:77 app/features/mec/notifications.php:130
|
4189 |
#: app/features/mec/notifications.php:182
|
4190 |
#: app/features/mec/notifications.php:253
|
4191 |
#: app/features/mec/notifications.php:313
|
4192 |
#: app/features/mec/notifications.php:383
|
4193 |
-
|
4194 |
-
|
|
|
|
|
4195 |
|
4196 |
#: app/features/mec/notifications.php:78 app/features/mec/notifications.php:131
|
4197 |
#: app/features/mec/notifications.php:183
|
4198 |
#: app/features/mec/notifications.php:254
|
4199 |
#: app/features/mec/notifications.php:314
|
4200 |
#: app/features/mec/notifications.php:384
|
4201 |
-
msgid "
|
4202 |
-
msgstr "
|
4203 |
|
4204 |
#: app/features/mec/notifications.php:79 app/features/mec/notifications.php:132
|
4205 |
#: app/features/mec/notifications.php:184
|
4206 |
#: app/features/mec/notifications.php:255
|
4207 |
#: app/features/mec/notifications.php:315
|
4208 |
#: app/features/mec/notifications.php:385
|
4209 |
-
|
4210 |
-
|
|
|
|
|
4211 |
|
4212 |
#: app/features/mec/notifications.php:80 app/features/mec/notifications.php:133
|
4213 |
#: app/features/mec/notifications.php:185
|
4214 |
#: app/features/mec/notifications.php:256
|
4215 |
#: app/features/mec/notifications.php:316
|
4216 |
#: app/features/mec/notifications.php:386
|
4217 |
-
|
4218 |
-
|
|
|
|
|
4219 |
|
4220 |
#: app/features/mec/notifications.php:81 app/features/mec/notifications.php:134
|
4221 |
#: app/features/mec/notifications.php:186
|
4222 |
#: app/features/mec/notifications.php:257
|
4223 |
#: app/features/mec/notifications.php:317
|
4224 |
#: app/features/mec/notifications.php:387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4225 |
msgid "Location address of booked event"
|
4226 |
msgstr "Dirección del organizador del evento reservado"
|
4227 |
|
4228 |
-
#: app/features/mec/notifications.php:
|
4229 |
-
#: app/features/mec/notifications.php:
|
4230 |
msgid "Full Attendee info such as booking form data, name, email etc."
|
4231 |
msgstr ""
|
4232 |
"Información completa del asistente, como datos de formulario de reserva, "
|
4233 |
"nombre, correo electrónico, etc."
|
4234 |
|
4235 |
-
#: app/features/mec/notifications.php:
|
4236 |
-
#: app/features/mec/notifications.php:
|
4237 |
msgid "Invoice Link"
|
4238 |
msgstr "Enlace de factura"
|
4239 |
|
4240 |
-
#: app/features/mec/notifications.php:
|
4241 |
-
#: app/features/mec/notifications.php:
|
4242 |
-
#: app/features/mec/notifications.php:
|
4243 |
-
#: app/features/mec/notifications.php:
|
4244 |
-
#: app/features/mec/notifications.php:
|
4245 |
msgid "Total Attendees"
|
4246 |
msgstr "Total asistentes"
|
4247 |
|
4248 |
-
#: app/features/mec/notifications.php:
|
4249 |
-
#: app/features/mec/notifications.php:
|
4250 |
-
#: app/features/mec/notifications.php:
|
4251 |
msgid "Ticket name"
|
4252 |
msgstr "Nombre de la entrada"
|
4253 |
|
4254 |
-
#: app/features/mec/notifications.php:
|
4255 |
-
#: app/features/mec/notifications.php:
|
4256 |
-
#: app/features/mec/notifications.php:
|
4257 |
msgid "Ticket time"
|
4258 |
msgstr "Hora de la entrada"
|
4259 |
|
4260 |
-
#: app/features/mec/notifications.php:
|
4261 |
-
#: app/features/mec/notifications.php:
|
4262 |
-
#: app/features/mec/notifications.php:
|
4263 |
msgid "Download ICS file"
|
4264 |
msgstr "Descarga el archivo ICS"
|
4265 |
|
4266 |
-
#: app/features/mec/notifications.php:
|
4267 |
msgid "Booking Verification"
|
4268 |
msgstr "Verificación de la reserva"
|
4269 |
|
4270 |
-
#: app/features/mec/notifications.php:
|
4271 |
msgid "It sends to attendee email for verifying their booking/email."
|
4272 |
msgstr ""
|
4273 |
"Se envía a los asistentes un correo electrónico para verificar su reserva."
|
4274 |
|
4275 |
-
#: app/features/mec/notifications.php:
|
4276 |
msgid "Email/Booking verification link."
|
4277 |
msgstr "Enlace de verificación de correo electrónico/reserva."
|
4278 |
|
4279 |
-
#: app/features/mec/notifications.php:
|
4280 |
msgid "It sends to attendee after confirming the booking by admin."
|
4281 |
msgstr ""
|
4282 |
"Se envía a los asistentes después de confirmar la reserva por el "
|
4283 |
"administrador."
|
4284 |
|
4285 |
-
#: app/features/mec/notifications.php:
|
4286 |
-
#: app/features/mec/notifications.php:
|
4287 |
msgid "Booking cancellation link."
|
4288 |
msgstr "Enlace de cancelación de la reserva."
|
4289 |
|
4290 |
-
#: app/features/mec/notifications.php:
|
4291 |
#, fuzzy
|
4292 |
#| msgid "Booking cancellation link."
|
4293 |
msgid "Booking Cancellation"
|
4294 |
msgstr "Enlace de cancelación de la reserva."
|
4295 |
|
4296 |
-
#: app/features/mec/notifications.php:
|
4297 |
#, fuzzy
|
4298 |
#| msgid "Enable new event notification"
|
4299 |
msgid "Enable cancellation notification"
|
4300 |
msgstr "Activa los avisos de nuevos eventos"
|
4301 |
|
4302 |
-
#: app/features/mec/notifications.php:
|
4303 |
#, fuzzy
|
4304 |
#| msgid "It sends to attendee after booking for notifying him/her."
|
4305 |
msgid ""
|
@@ -4307,47 +4331,47 @@ msgid ""
|
|
4307 |
"them."
|
4308 |
msgstr "Se envía a los asistentes después de la reserva."
|
4309 |
|
4310 |
-
#: app/features/mec/notifications.php:
|
4311 |
#, fuzzy
|
4312 |
#| msgid "Send the email to event organizer"
|
4313 |
msgid "Send the email to admin"
|
4314 |
msgstr "Enviar correo al organizador del evento"
|
4315 |
|
4316 |
-
#: app/features/mec/notifications.php:
|
4317 |
#, fuzzy
|
4318 |
#| msgid "Send the email to event organizer"
|
4319 |
msgid "Send the email to booking user"
|
4320 |
msgstr "Enviar correo al organizador del evento"
|
4321 |
|
4322 |
-
#: app/features/mec/notifications.php:
|
4323 |
-
#: app/features/mec/notifications.php:
|
4324 |
msgid "Admin booking management link."
|
4325 |
msgstr "Enlace del administrador de reservas."
|
4326 |
|
4327 |
-
#: app/features/mec/notifications.php:
|
4328 |
msgid "Admin"
|
4329 |
msgstr ""
|
4330 |
|
4331 |
-
#: app/features/mec/notifications.php:
|
4332 |
#, fuzzy
|
4333 |
#| msgid "Enable booking notification"
|
4334 |
msgid "Enable admin notification"
|
4335 |
msgstr "Activar notificación de reservas"
|
4336 |
|
4337 |
-
#: app/features/mec/notifications.php:
|
4338 |
msgid "It sends to admin to notify him/her that a new booking received."
|
4339 |
msgstr "Se envía al administrador para notificarle una nueva reserva recibida."
|
4340 |
|
4341 |
-
#: app/features/mec/notifications.php:
|
4342 |
#: app/libraries/notifications.php:478
|
4343 |
msgid "Booking Reminder"
|
4344 |
msgstr "Recordatorio de reserva"
|
4345 |
|
4346 |
-
#: app/features/mec/notifications.php:
|
4347 |
msgid "Enable booking reminder notification"
|
4348 |
msgstr "Activar recordatorio de reservas del evento."
|
4349 |
|
4350 |
-
#: app/features/mec/notifications.php:
|
4351 |
#, php-format
|
4352 |
msgid ""
|
4353 |
"Set a cronjob to call %s file once per day otherwise it won't send the "
|
@@ -4359,24 +4383,24 @@ msgstr ""
|
|
4359 |
"este archivo %s, de lo contrario, puede enviar los recordatorios varias "
|
4360 |
"veces."
|
4361 |
|
4362 |
-
#: app/features/mec/notifications.php:
|
4363 |
msgid "only once per day"
|
4364 |
msgstr "una vez al día"
|
4365 |
|
4366 |
-
#: app/features/mec/notifications.php:
|
4367 |
msgid "Days"
|
4368 |
msgstr "Días"
|
4369 |
|
4370 |
-
#: app/features/mec/notifications.php:
|
4371 |
#: app/libraries/main.php:577
|
4372 |
msgid "New Event"
|
4373 |
msgstr "Nuevo evento"
|
4374 |
|
4375 |
-
#: app/features/mec/notifications.php:
|
4376 |
msgid "Enable new event notification"
|
4377 |
msgstr "Activa los avisos de nuevos eventos"
|
4378 |
|
4379 |
-
#: app/features/mec/notifications.php:
|
4380 |
msgid ""
|
4381 |
"It sends after adding a new event from frontend event submission or from "
|
4382 |
"website backend."
|
@@ -4384,29 +4408,58 @@ msgstr ""
|
|
4384 |
"Se envía después de agregar un nuevo evento de presentación de evento de "
|
4385 |
"frontend o desde el sitio web backend."
|
4386 |
|
4387 |
-
#: app/features/mec/notifications.php:
|
|
|
4388 |
msgid "Title of event"
|
4389 |
msgstr "Título del evento"
|
4390 |
|
4391 |
-
#: app/features/mec/notifications.php:
|
|
|
4392 |
#, fuzzy
|
4393 |
#| msgid "Title of event"
|
4394 |
msgid "Link of event"
|
4395 |
msgstr "Título del evento"
|
4396 |
|
4397 |
-
#: app/features/mec/notifications.php:
|
|
|
4398 |
msgid "Status of event"
|
4399 |
msgstr "Estado del evento"
|
4400 |
|
4401 |
-
#: app/features/mec/notifications.php:
|
|
|
4402 |
#: app/features/mec/settings.php:658
|
4403 |
msgid "Event Note"
|
4404 |
msgstr "Nota de evento"
|
4405 |
|
4406 |
-
#: app/features/mec/notifications.php:
|
|
|
4407 |
msgid "Admin events management link."
|
4408 |
msgstr "Enlace del administrador de reservas."
|
4409 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4410 |
#: app/features/mec/settings.php:55 app/features/mec/settings.php:65
|
4411 |
msgid "Hide Events"
|
4412 |
msgstr "Ocultar eventos"
|
@@ -4502,7 +4555,7 @@ msgid "You can enable/disable Schema scripts"
|
|
4502 |
msgstr ""
|
4503 |
|
4504 |
#: app/features/mec/settings.php:136 app/features/mec/settings.php:146
|
4505 |
-
#: app/libraries/main.php:
|
4506 |
msgid "Weekdays"
|
4507 |
msgstr "Días de la semana"
|
4508 |
|
@@ -5128,74 +5181,74 @@ msgstr ""
|
|
5128 |
"en su interfaz de tema después de todos los estilos, de modo que anularán "
|
5129 |
"los estilos predeterminados (o tema) de MEC."
|
5130 |
|
5131 |
-
#: app/features/mec/styling.php:10 app/features/mec/styling.php:
|
5132 |
-
#: app/features/mec/styling.php:
|
5133 |
msgid "Default Font"
|
5134 |
msgstr "Fuente por defecto"
|
5135 |
|
5136 |
-
#: app/features/mec/styling.php:
|
5137 |
msgid "Styling Option"
|
5138 |
msgstr "Opción visual"
|
5139 |
|
5140 |
-
#: app/features/mec/styling.php:
|
5141 |
msgid "Color Skin"
|
5142 |
msgstr "Tema de color"
|
5143 |
|
5144 |
-
#: app/features/mec/styling.php:
|
5145 |
msgid "Predefined Color Skin"
|
5146 |
msgstr "Tema de color predefinido"
|
5147 |
|
5148 |
-
#: app/features/mec/styling.php:
|
5149 |
msgid "Custom Color Skin"
|
5150 |
msgstr "Tema de color personalizado"
|
5151 |
|
5152 |
-
#: app/features/mec/styling.php:
|
5153 |
msgid ""
|
5154 |
"If you want to select a predefined color skin, you must clear the color of "
|
5155 |
"this item"
|
5156 |
msgstr ""
|
5157 |
|
5158 |
-
#: app/features/mec/styling.php:
|
5159 |
msgid "Advanced Color Options (shortcodes)"
|
5160 |
msgstr ""
|
5161 |
|
5162 |
-
#: app/features/mec/styling.php:
|
5163 |
msgid "Title Hover"
|
5164 |
msgstr ""
|
5165 |
|
5166 |
-
#: app/features/mec/styling.php:
|
5167 |
msgid "Typography"
|
5168 |
msgstr "Tipografía"
|
5169 |
|
5170 |
-
#: app/features/mec/styling.php:
|
5171 |
msgid "Heading (Events Title) Font Family"
|
5172 |
msgstr "Fuente para cabecera (Títulos de evento)"
|
5173 |
|
5174 |
-
#: app/features/mec/styling.php:
|
5175 |
msgid "Paragraph Font Family"
|
5176 |
msgstr "Fuente para párrafo"
|
5177 |
|
5178 |
-
#: app/features/mec/styling.php:
|
5179 |
msgid "Disable Google Fonts"
|
5180 |
msgstr ""
|
5181 |
|
5182 |
-
#: app/features/mec/styling.php:
|
5183 |
msgid "To be GDPR compliant you may need to disable Google fonts!"
|
5184 |
msgstr ""
|
5185 |
|
5186 |
-
#: app/features/mec/styling.php:
|
5187 |
msgid "Container Width"
|
5188 |
msgstr "Ancho del Contenedor"
|
5189 |
|
5190 |
-
#: app/features/mec/styling.php:
|
5191 |
msgid "Desktop Normal Screens"
|
5192 |
msgstr "Pantallas normales de escritorio"
|
5193 |
|
5194 |
-
#: app/features/mec/styling.php:
|
5195 |
msgid "You can enter your theme container size in this field"
|
5196 |
msgstr "Puedes introducir el tamaño del contenedor del tema en este campo"
|
5197 |
|
5198 |
-
#: app/features/mec/styling.php:
|
5199 |
msgid "Desktop Large Screens"
|
5200 |
msgstr "Pantallas grandes de escritorio"
|
5201 |
|
@@ -5532,11 +5585,11 @@ msgstr ""
|
|
5532 |
msgid "Go to support forum"
|
5533 |
msgstr "Foro de soporte"
|
5534 |
|
5535 |
-
#: app/features/mec/support.php:52 app/libraries/main.php:
|
5536 |
msgid "Styling Options"
|
5537 |
msgstr "Opciones visuales"
|
5538 |
|
5539 |
-
#: app/features/mec/support.php:59 app/libraries/main.php:
|
5540 |
msgid "Custom CSS"
|
5541 |
msgstr "CSS personalizado"
|
5542 |
|
@@ -5664,7 +5717,7 @@ msgstr "ej. user@yoursite.com"
|
|
5664 |
msgid "eg. https://webnus.net"
|
5665 |
msgstr "ej. https://webnus.net"
|
5666 |
|
5667 |
-
#: app/features/organizers.php:311 app/libraries/main.php:
|
5668 |
#: app/skins/single.php:845
|
5669 |
msgid "Other Organizers"
|
5670 |
msgstr "En común"
|
@@ -5685,11 +5738,11 @@ msgstr ""
|
|
5685 |
msgid "#"
|
5686 |
msgstr ""
|
5687 |
|
5688 |
-
#: app/features/profile/profile.php:35 app/libraries/main.php:
|
5689 |
msgid "Status"
|
5690 |
msgstr "Estado"
|
5691 |
|
5692 |
-
#: app/features/profile/profile.php:38 app/libraries/main.php:
|
5693 |
msgid "Attendees"
|
5694 |
msgstr "Asistentes"
|
5695 |
|
@@ -5702,8 +5755,8 @@ msgstr ""
|
|
5702 |
msgid "<i class=\"mec-sl-eye\"></i> %s"
|
5703 |
msgstr ""
|
5704 |
|
5705 |
-
#: app/features/profile/profile.php:97 app/libraries/main.php:
|
5706 |
-
#: app/libraries/main.php:
|
5707 |
msgid "Ticket"
|
5708 |
msgstr "Ticket"
|
5709 |
|
@@ -5738,10 +5791,10 @@ msgid "No search result."
|
|
5738 |
msgstr ""
|
5739 |
|
5740 |
#: app/features/search_bar/search_result.php:11
|
5741 |
-
#: app/libraries/notifications.php:
|
5742 |
#: app/modules/local-time/details.php:47 app/modules/next-event/details.php:101
|
5743 |
#: app/skins/single.php:160 app/skins/single.php:736
|
5744 |
-
#: app/skins/single/default.php:
|
5745 |
#: app/skins/single/m1.php:34 app/skins/single/modern.php:184
|
5746 |
msgid "All of the day"
|
5747 |
msgstr "Todo el día"
|
@@ -5828,9 +5881,9 @@ msgstr "Actualizar"
|
|
5828 |
msgid "day"
|
5829 |
msgstr "día "
|
5830 |
|
5831 |
-
#: app/libraries/factory.php:341 app/modules/countdown/details.php:
|
5832 |
-
#: app/skins/available_spot/tpl.php:
|
5833 |
-
#: app/skins/countdown/tpl.php:
|
5834 |
msgid "days"
|
5835 |
msgstr "días"
|
5836 |
|
@@ -5838,9 +5891,9 @@ msgstr "días"
|
|
5838 |
msgid "hour"
|
5839 |
msgstr "hora"
|
5840 |
|
5841 |
-
#: app/libraries/factory.php:343 app/modules/countdown/details.php:
|
5842 |
-
#: app/skins/available_spot/tpl.php:
|
5843 |
-
#: app/skins/countdown/tpl.php:
|
5844 |
msgid "hours"
|
5845 |
msgstr "horas"
|
5846 |
|
@@ -5848,9 +5901,9 @@ msgstr "horas"
|
|
5848 |
msgid "minute"
|
5849 |
msgstr "minuto"
|
5850 |
|
5851 |
-
#: app/libraries/factory.php:345 app/modules/countdown/details.php:
|
5852 |
-
#: app/skins/available_spot/tpl.php:
|
5853 |
-
#: app/skins/countdown/tpl.php:
|
5854 |
msgid "minutes"
|
5855 |
msgstr "minutos"
|
5856 |
|
@@ -5858,9 +5911,9 @@ msgstr "minutos"
|
|
5858 |
msgid "second"
|
5859 |
msgstr "segundo"
|
5860 |
|
5861 |
-
#: app/libraries/factory.php:347 app/modules/countdown/details.php:
|
5862 |
-
#: app/skins/available_spot/tpl.php:
|
5863 |
-
#: app/skins/countdown/tpl.php:
|
5864 |
msgid "seconds"
|
5865 |
msgstr "segundos"
|
5866 |
|
@@ -5876,38 +5929,38 @@ msgstr "Barra lateral personalizaba para la pagina individual y modal de MEC"
|
|
5876 |
msgid "There is no excerpt because this is a protected post."
|
5877 |
msgstr "No hay extracto porque es una entrada protegida."
|
5878 |
|
5879 |
-
#: app/libraries/main.php:330 app/libraries/main.php:
|
5880 |
-
#: app/libraries/main.php:
|
5881 |
msgid "Grid View"
|
5882 |
msgstr "Vista cuadrícula"
|
5883 |
|
5884 |
-
#: app/libraries/main.php:331 app/libraries/main.php:
|
5885 |
-
#: app/libraries/main.php:
|
5886 |
msgid "Agenda View"
|
5887 |
msgstr "Vista de Agenda"
|
5888 |
|
5889 |
-
#: app/libraries/main.php:332 app/libraries/main.php:
|
5890 |
-
#: app/libraries/main.php:
|
5891 |
msgid "Full Calendar"
|
5892 |
msgstr "Calendario completo"
|
5893 |
|
5894 |
-
#: app/libraries/main.php:334 app/libraries/main.php:
|
5895 |
-
#: app/libraries/main.php:
|
5896 |
msgid "Calendar/Monthly View"
|
5897 |
msgstr "Ver Calendario/Mes"
|
5898 |
|
5899 |
-
#: app/libraries/main.php:337 app/libraries/main.php:
|
5900 |
-
#: app/libraries/main.php:
|
5901 |
msgid "Timetable View"
|
5902 |
msgstr "Vista de Horario"
|
5903 |
|
5904 |
-
#: app/libraries/main.php:338 app/libraries/main.php:
|
5905 |
-
#: app/libraries/main.php:
|
5906 |
msgid "Masonry View"
|
5907 |
msgstr "Vista en mosaico"
|
5908 |
|
5909 |
-
#: app/libraries/main.php:339 app/libraries/main.php:
|
5910 |
-
#: app/libraries/main.php:
|
5911 |
msgid "Map View"
|
5912 |
msgstr "Vista de mapa"
|
5913 |
|
@@ -5931,31 +5984,31 @@ msgstr "Vista carrusel"
|
|
5931 |
msgid "Slider View"
|
5932 |
msgstr "Vista del rotativo"
|
5933 |
|
5934 |
-
#: app/libraries/main.php:382 app/libraries/main.php:
|
5935 |
msgid "SU"
|
5936 |
msgstr "DO"
|
5937 |
|
5938 |
-
#: app/libraries/main.php:383 app/libraries/main.php:
|
5939 |
msgid "MO"
|
5940 |
msgstr "LU"
|
5941 |
|
5942 |
-
#: app/libraries/main.php:384 app/libraries/main.php:
|
5943 |
msgid "TU"
|
5944 |
msgstr "MA"
|
5945 |
|
5946 |
-
#: app/libraries/main.php:385 app/libraries/main.php:
|
5947 |
msgid "WE"
|
5948 |
msgstr "MI"
|
5949 |
|
5950 |
-
#: app/libraries/main.php:386 app/libraries/main.php:
|
5951 |
msgid "TH"
|
5952 |
msgstr "JU"
|
5953 |
|
5954 |
-
#: app/libraries/main.php:387 app/libraries/main.php:
|
5955 |
msgid "FR"
|
5956 |
msgstr "VI"
|
5957 |
|
5958 |
-
#: app/libraries/main.php:388 app/libraries/main.php:
|
5959 |
msgid "SA"
|
5960 |
msgstr "SA"
|
5961 |
|
@@ -5971,23 +6024,23 @@ msgstr "Subir/Añadir imagen"
|
|
5971 |
msgid "Additional Locations"
|
5972 |
msgstr "Organizadores adicionales"
|
5973 |
|
5974 |
-
#: app/libraries/main.php:
|
5975 |
#, fuzzy
|
5976 |
#| msgid "Single Event Style"
|
5977 |
msgid "Single Event"
|
5978 |
msgstr "Estilo de evento único"
|
5979 |
|
5980 |
-
#: app/libraries/main.php:
|
5981 |
#, fuzzy
|
5982 |
#| msgid "Social Module"
|
5983 |
msgid "Modules"
|
5984 |
msgstr "Módulo social"
|
5985 |
|
5986 |
-
#: app/libraries/main.php:
|
5987 |
msgid "New Addons For MEC! Now Customize MEC in Elementor"
|
5988 |
msgstr ""
|
5989 |
|
5990 |
-
#: app/libraries/main.php:
|
5991 |
msgid ""
|
5992 |
"The time has come at last, and the new practical add-ons for MEC have been "
|
5993 |
"released. This is a revolution in the world of Event Calendars. We have "
|
@@ -5995,309 +6048,309 @@ msgid ""
|
|
5995 |
"below:"
|
5996 |
msgstr ""
|
5997 |
|
5998 |
-
#: app/libraries/main.php:
|
5999 |
msgid ""
|
6000 |
"<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
|
6001 |
"products) and Woo products at the same time."
|
6002 |
msgstr ""
|
6003 |
|
6004 |
-
#: app/libraries/main.php:
|
6005 |
msgid ""
|
6006 |
"<strong>Elementor Single Builder:</strong> It enables you to create "
|
6007 |
"shortcodes in Elementor Live Editor."
|
6008 |
msgstr ""
|
6009 |
|
6010 |
-
#: app/libraries/main.php:
|
6011 |
msgid ""
|
6012 |
"<strong>Elementor Form Builder:</strong> It allows you to use many different "
|
6013 |
"type of fields and rearrange them by drag and drop and modify their styles."
|
6014 |
msgstr ""
|
6015 |
|
6016 |
-
#: app/libraries/main.php:
|
6017 |
msgid ""
|
6018 |
"<strong>Elementor Shortcode Builder:</strong> Edit single event page using "
|
6019 |
"Elementor. Manage the position of all elements in the Single page and in "
|
6020 |
"desktops, mobiles and tablets as well."
|
6021 |
msgstr ""
|
6022 |
|
6023 |
-
#: app/libraries/main.php:
|
6024 |
msgid "Events at this location"
|
6025 |
msgstr "Eventos en este lugar"
|
6026 |
|
6027 |
-
#: app/libraries/main.php:
|
6028 |
msgid "Event at this location"
|
6029 |
msgstr "Evento en este lugar"
|
6030 |
|
6031 |
-
#: app/libraries/main.php:
|
6032 |
msgid "Facebook"
|
6033 |
msgstr "Facebook"
|
6034 |
|
6035 |
-
#: app/libraries/main.php:
|
6036 |
msgid "Twitter"
|
6037 |
msgstr "Twitter"
|
6038 |
|
6039 |
-
#: app/libraries/main.php:
|
6040 |
msgid "Linkedin"
|
6041 |
msgstr "LinkedIn"
|
6042 |
|
6043 |
-
#: app/libraries/main.php:
|
6044 |
msgid "VK"
|
6045 |
msgstr "VK"
|
6046 |
|
6047 |
-
#: app/libraries/main.php:
|
6048 |
msgid "Share on Facebook"
|
6049 |
msgstr "Compartir en Facebook"
|
6050 |
|
6051 |
-
#: app/libraries/main.php:
|
6052 |
msgid "Tweet"
|
6053 |
msgstr "Tweet"
|
6054 |
|
6055 |
-
#: app/libraries/main.php:
|
6056 |
#, fuzzy
|
6057 |
#| msgid "Shortcode"
|
6058 |
msgid "Custom Shortcode"
|
6059 |
msgstr "Shortcode"
|
6060 |
|
6061 |
-
#: app/libraries/main.php:
|
6062 |
msgid "Your booking successfully verified."
|
6063 |
msgstr "Tu reserva se ha verificado correctamente."
|
6064 |
|
6065 |
-
#: app/libraries/main.php:
|
6066 |
msgid "Your booking cannot verify!"
|
6067 |
msgstr "¡Tu reserva no se puede verificar!"
|
6068 |
|
6069 |
-
#: app/libraries/main.php:
|
6070 |
msgid "Your booking successfully canceled."
|
6071 |
msgstr "Tu reserva se ha cancelado correctamente."
|
6072 |
|
6073 |
-
#: app/libraries/main.php:
|
6074 |
msgid "Your booking cannot be canceled."
|
6075 |
msgstr "La reserva no puede cancelarse."
|
6076 |
|
6077 |
-
#: app/libraries/main.php:
|
6078 |
msgid "You canceled the payment successfully."
|
6079 |
msgstr "Has cancelado el pago correctamente."
|
6080 |
|
6081 |
-
#: app/libraries/main.php:
|
6082 |
msgid "You returned from payment gateway successfully."
|
6083 |
msgstr "Has vuelto correctamente de tu pasarela de pago."
|
6084 |
|
6085 |
-
#: app/libraries/main.php:
|
6086 |
#, fuzzy
|
6087 |
#| msgid "Cannot find the booking!"
|
6088 |
msgid "Cannot find the invoice!"
|
6089 |
msgstr "¡No se pudo encontrar la reserva!"
|
6090 |
|
6091 |
-
#: app/libraries/main.php:
|
6092 |
#, fuzzy
|
6093 |
#| msgid "Booking is invalid."
|
6094 |
msgid "Invoice is invalid."
|
6095 |
msgstr "Reserva no válida."
|
6096 |
|
6097 |
-
#: app/libraries/main.php:
|
6098 |
msgid "Cannot find the booking!"
|
6099 |
msgstr "¡No se pudo encontrar la reserva!"
|
6100 |
|
6101 |
-
#: app/libraries/main.php:
|
6102 |
msgid "Booking is invalid."
|
6103 |
msgstr "Reserva no válida."
|
6104 |
|
6105 |
-
#: app/libraries/main.php:
|
6106 |
#, php-format
|
6107 |
msgid "%s Invoice"
|
6108 |
msgstr "%s Factura"
|
6109 |
|
6110 |
-
#: app/libraries/main.php:
|
6111 |
msgid "Transaction ID"
|
6112 |
msgstr "ID Transacción"
|
6113 |
|
6114 |
-
#: app/libraries/main.php:
|
6115 |
msgid "Billing"
|
6116 |
msgstr "Facturación"
|
6117 |
|
6118 |
-
#: app/libraries/main.php:
|
6119 |
msgid "Total"
|
6120 |
msgstr "Total "
|
6121 |
|
6122 |
-
#: app/libraries/main.php:
|
6123 |
msgid "Security nonce is not valid."
|
6124 |
msgstr "La seguridad nonce no es válida."
|
6125 |
|
6126 |
-
#: app/libraries/main.php:
|
6127 |
msgid "iCal export stopped!"
|
6128 |
msgstr "¡La exportación de iCal se detuvo!"
|
6129 |
|
6130 |
-
#: app/libraries/main.php:
|
6131 |
msgid "Request is not valid."
|
6132 |
msgstr "La solicitud no es válida."
|
6133 |
|
6134 |
-
#: app/libraries/main.php:
|
6135 |
-
#: app/libraries/main.php:
|
6136 |
-
#: app/libraries/main.php:
|
6137 |
-
#: app/libraries/main.php:
|
6138 |
-
#: app/libraries/main.php:
|
6139 |
-
#: app/libraries/main.php:
|
6140 |
-
#: app/libraries/main.php:
|
6141 |
msgid "Sort"
|
6142 |
msgstr "Orden"
|
6143 |
|
6144 |
-
#: app/libraries/main.php:
|
6145 |
-
#: app/libraries/main.php:
|
6146 |
-
#: app/libraries/main.php:
|
6147 |
-
#: app/libraries/main.php:
|
6148 |
-
#: app/libraries/main.php:
|
6149 |
-
#: app/libraries/main.php:
|
6150 |
msgid "Required Field"
|
6151 |
msgstr "Campo obligatorio"
|
6152 |
|
6153 |
-
#: app/libraries/main.php:
|
6154 |
-
#: app/libraries/main.php:
|
6155 |
-
#: app/libraries/main.php:
|
6156 |
-
#: app/libraries/main.php:
|
6157 |
-
#: app/libraries/main.php:
|
6158 |
-
#: app/libraries/main.php:
|
6159 |
msgid "Insert a label for this field"
|
6160 |
msgstr "Introduce una etiqueta para este campo"
|
6161 |
|
6162 |
-
#: app/libraries/main.php:
|
6163 |
msgid "HTML and shortcode are allowed."
|
6164 |
msgstr "Se permite HTML"
|
6165 |
|
6166 |
-
#: app/libraries/main.php:
|
6167 |
-
#: app/libraries/main.php:
|
6168 |
msgid "Option"
|
6169 |
msgstr "Opción"
|
6170 |
|
6171 |
-
#: app/libraries/main.php:
|
6172 |
#, php-format
|
6173 |
msgid "Instead of %s, the page title with a link will be show."
|
6174 |
msgstr "En lugar de %s, se mostrará el título de la página con un enlace."
|
6175 |
|
6176 |
-
#: app/libraries/main.php:
|
6177 |
msgid "Agreement Page"
|
6178 |
msgstr "Página de Acuerdo"
|
6179 |
|
6180 |
-
#: app/libraries/main.php:
|
6181 |
msgid "Checked by default"
|
6182 |
msgstr "Marcado por defecto"
|
6183 |
|
6184 |
-
#: app/libraries/main.php:
|
6185 |
msgid "Unchecked by default"
|
6186 |
msgstr "Sin marcar por defecto"
|
6187 |
|
6188 |
-
#: app/libraries/main.php:
|
6189 |
msgid "Insert a label for this option"
|
6190 |
msgstr "Introduce una etiqueta para esta opción"
|
6191 |
|
6192 |
-
#: app/libraries/main.php:
|
6193 |
msgid "Free"
|
6194 |
msgstr "Gratis"
|
6195 |
|
6196 |
-
#: app/libraries/main.php:
|
6197 |
#, fuzzy
|
6198 |
#| msgid "M.E. Calendar"
|
6199 |
msgid "M.E. Calender"
|
6200 |
msgstr "M.E. Calendario"
|
6201 |
|
6202 |
-
#: app/libraries/main.php:
|
6203 |
#, php-format
|
6204 |
msgid "Copy of %s"
|
6205 |
msgstr "Copia de %s"
|
6206 |
|
6207 |
-
#: app/libraries/main.php:
|
6208 |
msgid "Booked an event."
|
6209 |
msgstr "Has reservado para un evento."
|
6210 |
|
6211 |
-
#: app/libraries/main.php:
|
6212 |
#, php-format
|
6213 |
msgid "%s booked %s event."
|
6214 |
msgstr "%s reservado %s evento."
|
6215 |
|
6216 |
-
#: app/libraries/main.php:
|
6217 |
msgid "Taxonomies"
|
6218 |
msgstr "Taxonomías"
|
6219 |
|
6220 |
-
#: app/libraries/main.php:
|
6221 |
msgid "Category Plural Label"
|
6222 |
msgstr "Categoría Etiqueta plural"
|
6223 |
|
6224 |
-
#: app/libraries/main.php:
|
6225 |
msgid "Category Singular Label"
|
6226 |
msgstr "Categoría Etiqueta Singular"
|
6227 |
|
6228 |
-
#: app/libraries/main.php:
|
6229 |
msgid "Label Plural Label"
|
6230 |
msgstr "Etiqueta plural"
|
6231 |
|
6232 |
-
#: app/libraries/main.php:
|
6233 |
msgid "Label Singular Label"
|
6234 |
msgstr "Etiqueta singular de la etiqueta"
|
6235 |
|
6236 |
-
#: app/libraries/main.php:
|
6237 |
msgid "label"
|
6238 |
msgstr "etiqueta"
|
6239 |
|
6240 |
-
#: app/libraries/main.php:
|
6241 |
msgid "Location Plural Label"
|
6242 |
msgstr "Ubicación Etiqueta plural"
|
6243 |
|
6244 |
-
#: app/libraries/main.php:
|
6245 |
msgid "Location Singular Label"
|
6246 |
msgstr "Etiqueta de ubicación en singular"
|
6247 |
|
6248 |
-
#: app/libraries/main.php:
|
6249 |
msgid "Organizer Plural Label"
|
6250 |
msgstr "Etiqueta del organizador en plural"
|
6251 |
|
6252 |
-
#: app/libraries/main.php:
|
6253 |
msgid "Organizer Singular Label"
|
6254 |
msgstr "Etiqueta Singular del Organizador"
|
6255 |
|
6256 |
-
#: app/libraries/main.php:
|
6257 |
msgid "Speaker Plural Label"
|
6258 |
msgstr ""
|
6259 |
|
6260 |
-
#: app/libraries/main.php:
|
6261 |
msgid "Speaker Singular Label"
|
6262 |
msgstr ""
|
6263 |
|
6264 |
-
#: app/libraries/main.php:
|
6265 |
msgid "Sunday abbreviation"
|
6266 |
msgstr "Abreviatura de Domingo"
|
6267 |
|
6268 |
-
#: app/libraries/main.php:
|
6269 |
msgid "Monday abbreviation"
|
6270 |
msgstr "Abreviatura de Lunes"
|
6271 |
|
6272 |
-
#: app/libraries/main.php:
|
6273 |
msgid "Tuesday abbreviation"
|
6274 |
msgstr "Abreviatura de Martes"
|
6275 |
|
6276 |
-
#: app/libraries/main.php:
|
6277 |
msgid "Wednesday abbreviation"
|
6278 |
msgstr "Abreviatura de Miércoles "
|
6279 |
|
6280 |
-
#: app/libraries/main.php:
|
6281 |
msgid "Thursday abbreviation"
|
6282 |
msgstr "Abreviatura de Jueves"
|
6283 |
|
6284 |
-
#: app/libraries/main.php:
|
6285 |
msgid "Friday abbreviation"
|
6286 |
msgstr "Abreviatura de Viernes"
|
6287 |
|
6288 |
-
#: app/libraries/main.php:
|
6289 |
msgid "Saturday abbreviation"
|
6290 |
msgstr "Abreviatura de Sábado "
|
6291 |
|
6292 |
-
#: app/libraries/main.php:
|
6293 |
msgid "Others"
|
6294 |
msgstr "Otros"
|
6295 |
|
6296 |
-
#: app/libraries/main.php:
|
6297 |
msgid "Booking Success Message"
|
6298 |
msgstr "Mensaje de reserva correcta"
|
6299 |
|
6300 |
-
#: app/libraries/main.php:
|
6301 |
msgid ""
|
6302 |
"Thanks for your booking. Your tickets booked, booking verification might be "
|
6303 |
"needed, please check your email."
|
@@ -6305,19 +6358,19 @@ msgstr ""
|
|
6305 |
"Gracias por tu reserva. Tus entradas han sido reservadas, podrías necesitar "
|
6306 |
"una verificación, por favor consulta tu correo."
|
6307 |
|
6308 |
-
#: app/libraries/main.php:
|
6309 |
msgid "Register Button"
|
6310 |
msgstr "Botón de registro"
|
6311 |
|
6312 |
-
#: app/libraries/main.php:
|
6313 |
#: app/skins/carousel/render.php:156 app/skins/carousel/render.php:192
|
6314 |
#: app/skins/grid/render.php:118 app/skins/grid/render.php:164
|
6315 |
#: app/skins/grid/render.php:206 app/skins/grid/render.php:234
|
6316 |
#: app/skins/list/render.php:107 app/skins/list/render.php:195
|
6317 |
#: app/skins/masonry/render.php:178 app/skins/single.php:757
|
6318 |
-
#: app/skins/single.php:760 app/skins/single/default.php:
|
6319 |
-
#: app/skins/single/default.php:
|
6320 |
-
#: app/skins/single/default.php:
|
6321 |
#: app/skins/single/m1.php:128 app/skins/single/m2.php:58
|
6322 |
#: app/skins/single/m2.php:60 app/skins/single/modern.php:68
|
6323 |
#: app/skins/single/modern.php:70 app/skins/slider/render.php:112
|
@@ -6326,11 +6379,11 @@ msgstr "Botón de registro"
|
|
6326 |
msgid "REGISTER"
|
6327 |
msgstr "REGISTRO"
|
6328 |
|
6329 |
-
#: app/libraries/main.php:
|
6330 |
msgid "View Detail Button"
|
6331 |
msgstr "Ver detalle del botón"
|
6332 |
|
6333 |
-
#: app/libraries/main.php:
|
6334 |
#: app/skins/carousel/render.php:192 app/skins/grid/render.php:118
|
6335 |
#: app/skins/grid/render.php:164 app/skins/grid/render.php:206
|
6336 |
#: app/skins/grid/render.php:234 app/skins/list/render.php:107
|
@@ -6341,59 +6394,59 @@ msgstr "Ver detalle del botón"
|
|
6341 |
msgid "View Detail"
|
6342 |
msgstr "Ver detalle"
|
6343 |
|
6344 |
-
#: app/libraries/main.php:
|
6345 |
msgid "Event Detail Button"
|
6346 |
msgstr "Botón de detalle del evento"
|
6347 |
|
6348 |
-
#: app/libraries/main.php:
|
6349 |
msgid "Event Detail"
|
6350 |
msgstr "Detalle del evento"
|
6351 |
|
6352 |
-
#: app/libraries/main.php:
|
6353 |
msgid "More Info Link"
|
6354 |
msgstr "Enlace a Más Información"
|
6355 |
|
6356 |
-
#: app/libraries/main.php:
|
6357 |
msgid "Ticket (Singular)"
|
6358 |
msgstr "Entrada (Singular)"
|
6359 |
|
6360 |
-
#: app/libraries/main.php:
|
6361 |
msgid "Tickets (Plural)"
|
6362 |
msgstr "Entradas (Plural)"
|
6363 |
|
6364 |
-
#: app/libraries/main.php:
|
6365 |
msgid "EventON"
|
6366 |
msgstr "EventON"
|
6367 |
|
6368 |
-
#: app/libraries/main.php:
|
6369 |
msgid "The Events Calendar"
|
6370 |
msgstr "The Events Calendar"
|
6371 |
|
6372 |
-
#: app/libraries/main.php:
|
6373 |
msgid "Events Schedule WP Plugin"
|
6374 |
msgstr "Events Schedule WP Plugin"
|
6375 |
|
6376 |
-
#: app/libraries/main.php:
|
6377 |
msgid "Calendarize It"
|
6378 |
msgstr "Ponlo al calendario"
|
6379 |
|
6380 |
-
#: app/libraries/main.php:
|
6381 |
msgid "Confirmed"
|
6382 |
msgstr ""
|
6383 |
|
6384 |
-
#: app/libraries/main.php:
|
6385 |
msgid "Rejected"
|
6386 |
msgstr ""
|
6387 |
|
6388 |
-
#: app/libraries/main.php:
|
6389 |
msgid "Pending"
|
6390 |
msgstr ""
|
6391 |
|
6392 |
-
#: app/libraries/main.php:
|
6393 |
msgid "Waiting"
|
6394 |
msgstr ""
|
6395 |
|
6396 |
-
#: app/libraries/main.php:
|
6397 |
msgid "Skin controller does not exist."
|
6398 |
msgstr "No existe skin controller."
|
6399 |
|
@@ -6423,23 +6476,29 @@ msgstr "Nueva reserva recibida."
|
|
6423 |
msgid "A new event is added."
|
6424 |
msgstr "Se ha añadido un nuevo evento."
|
6425 |
|
6426 |
-
#: app/libraries/notifications.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
6427 |
msgid "to"
|
6428 |
msgstr "a"
|
6429 |
|
6430 |
-
#: app/libraries/notifications.php:
|
6431 |
msgid "+ Add to Google Calendar"
|
6432 |
msgstr "+ Añadir Google Calendar"
|
6433 |
|
6434 |
-
#: app/libraries/notifications.php:
|
6435 |
msgid "+ iCal export"
|
6436 |
msgstr "Exportación + iCal"
|
6437 |
|
6438 |
-
#: app/libraries/notifications.php:
|
6439 |
msgid "Yes"
|
6440 |
msgstr "Sí"
|
6441 |
|
6442 |
-
#: app/libraries/notifications.php:
|
6443 |
msgid "No"
|
6444 |
msgstr "No"
|
6445 |
|
@@ -6483,8 +6542,8 @@ msgstr ""
|
|
6483 |
"formulario."
|
6484 |
|
6485 |
#: app/modules/booking/steps/form.php:179
|
6486 |
-
#: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:
|
6487 |
-
#: app/skins/countdown/tpl.php:
|
6488 |
msgid "Next"
|
6489 |
msgstr "Siguiente"
|
6490 |
|
@@ -6508,11 +6567,11 @@ msgstr ""
|
|
6508 |
"Las entradas de %s están agotadas. Puedes intentarlo con otro evento o con "
|
6509 |
"otra fecha."
|
6510 |
|
6511 |
-
#: app/modules/countdown/details.php:
|
6512 |
msgid "The event is finished."
|
6513 |
msgstr "El evento está terminado."
|
6514 |
|
6515 |
-
#: app/modules/countdown/details.php:
|
6516 |
msgid "The event is ongoing."
|
6517 |
msgstr "El evento está en curso."
|
6518 |
|
@@ -6552,7 +6611,7 @@ msgid "Go to occurrence page"
|
|
6552 |
msgstr "Ir a la página de repetición"
|
6553 |
|
6554 |
#: app/modules/next-event/details.php:95 app/skins/single.php:730
|
6555 |
-
#: app/skins/single/default.php:
|
6556 |
#: app/skins/single/m1.php:28 app/skins/single/modern.php:178
|
6557 |
msgid "Time"
|
6558 |
msgstr "Hora"
|
@@ -6622,12 +6681,12 @@ msgstr "¡No hay eventos!"
|
|
6622 |
msgid "Load More"
|
6623 |
msgstr "Cargar más"
|
6624 |
|
6625 |
-
#: app/skins/available_spot/tpl.php:
|
6626 |
msgid "Available Spot(s):"
|
6627 |
msgstr "Sitio(s) disponible(s):"
|
6628 |
|
6629 |
-
#: app/skins/carousel/render.php:213 app/skins/countdown/tpl.php:
|
6630 |
-
#: app/skins/countdown/tpl.php:
|
6631 |
#: app/skins/list/render.php:125
|
6632 |
msgid "EVENT DETAIL"
|
6633 |
msgstr "DETALLE DEL EVENTO"
|
@@ -6638,8 +6697,8 @@ msgstr "DETALLE DEL EVENTO"
|
|
6638 |
msgid "View All Events"
|
6639 |
msgstr "Todos los eventos"
|
6640 |
|
6641 |
-
#: app/skins/countdown/tpl.php:
|
6642 |
-
#: app/skins/countdown/tpl.php:
|
6643 |
#, php-format
|
6644 |
msgid "%s Upcoming Event"
|
6645 |
msgstr "%s Próximo evento"
|
@@ -6693,14 +6752,14 @@ msgid "Sold out!"
|
|
6693 |
msgstr "¡Agotado!"
|
6694 |
|
6695 |
#: app/skins/single.php:805 app/skins/single.php:860
|
6696 |
-
#: app/skins/single/default.php:
|
6697 |
#: app/skins/single/m1.php:100 app/skins/single/m2.php:32
|
6698 |
#: app/skins/single/modern.php:41
|
6699 |
msgid "Phone"
|
6700 |
msgstr "Teléfono"
|
6701 |
|
6702 |
#: app/skins/single.php:819 app/skins/single.php:874
|
6703 |
-
#: app/skins/single/default.php:
|
6704 |
#: app/skins/single/m1.php:114 app/skins/single/m2.php:46
|
6705 |
#: app/skins/single/modern.php:55
|
6706 |
msgid "Website"
|
@@ -6710,7 +6769,7 @@ msgstr "Web"
|
|
6710 |
msgid "Speakers:"
|
6711 |
msgstr ""
|
6712 |
|
6713 |
-
#: app/skins/single/default.php:
|
6714 |
#: app/skins/single/m2.php:183 app/skins/single/modern.php:266
|
6715 |
msgid "Tags: "
|
6716 |
msgstr "Tags:"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Plugins - Modern Events Calendar Lite - Stable (latest "
|
6 |
"release)\n"
|
7 |
+
"POT-Creation-Date: 2019-09-24 14:49+0330\n"
|
8 |
+
"PO-Revision-Date: 2019-09-24 14:50+0330\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:133
|
25 |
msgid "Content"
|
26 |
msgstr "Contenido"
|
27 |
|
28 |
+
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:368
|
29 |
+
#: app/features/mec.php:399 app/features/mec.php:429
|
30 |
msgid "Shortcode"
|
31 |
msgstr "Shortcode"
|
32 |
|
64 |
msgid "Event Color"
|
65 |
msgstr "Color del evento"
|
66 |
|
67 |
+
#: app/features/contextual.php:55 app/features/mec.php:348
|
68 |
#: app/features/mec/dashboard.php:135 app/features/mec/support-page.php:168
|
69 |
+
#: app/features/mec/support.php:20 app/libraries/main.php:588
|
70 |
msgid "Settings"
|
71 |
msgstr "Ajustes"
|
72 |
|
73 |
+
#: app/features/contextual.php:62 app/features/events.php:2412
|
74 |
+
#: app/features/mec/booking.php:426 app/features/mec/support.php:29
|
75 |
#: app/libraries/main.php:554
|
76 |
msgid "Booking Form"
|
77 |
msgstr "Formulario de Reservas"
|
91 |
"www.youtube.com/embed/YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></"
|
92 |
"iframe>"
|
93 |
|
94 |
+
#: app/features/contextual.php:70 app/features/mec/booking.php:544
|
95 |
#: app/features/mec/support.php:36 app/libraries/main.php:555
|
96 |
msgid "Payment Gateways"
|
97 |
msgstr "Pasarelas de pago"
|
107 |
"\"0\" allowfullscreen></iframe>"
|
108 |
|
109 |
#: app/features/contextual.php:77 app/features/mec/support.php:45
|
110 |
+
#: app/libraries/main.php:736
|
111 |
msgid "Notifications"
|
112 |
msgstr "Avisos"
|
113 |
|
234 |
msgid "Frontend Event Submission"
|
235 |
msgstr "Presentación del evento Frontend"
|
236 |
|
237 |
+
#: app/features/contextual.php:298 app/features/events.php:1176
|
238 |
#: app/libraries/main.php:543
|
239 |
msgid "Exceptional Days"
|
240 |
msgstr "Días excepcionales"
|
241 |
|
242 |
+
#: app/features/contextual.php:308 app/features/events.php:298
|
243 |
+
#: app/features/mec/booking.php:88 app/features/mec/notifications.php:35
|
244 |
#: app/libraries/main.php:550 app/libraries/main.php:571
|
245 |
+
#: app/libraries/main.php:653
|
246 |
msgid "Booking"
|
247 |
msgstr "Reserva"
|
248 |
|
249 |
+
#: app/features/contextual.php:318 app/features/mec/booking.php:248
|
250 |
#: app/libraries/main.php:551
|
251 |
msgid "Coupons"
|
252 |
msgstr "Cupones"
|
265 |
msgid "MEC Activation"
|
266 |
msgstr "Activación MEC"
|
267 |
|
268 |
+
#: app/features/events.php:150 app/features/ix/export.php:34
|
269 |
#: app/features/mec/dashboard.php:229 app/skins/daily_view/tpl.php:79
|
270 |
#: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
|
271 |
msgid "Events"
|
272 |
msgstr "Eventos"
|
273 |
|
274 |
+
#: app/features/events.php:151
|
275 |
#: app/features/mec/meta_boxes/display_options.php:921
|
276 |
#: app/features/mec/meta_boxes/display_options.php:977
|
277 |
#: app/features/mec/meta_boxes/display_options.php:1012
|
280 |
msgid "Event"
|
281 |
msgstr "Evento"
|
282 |
|
283 |
+
#: app/features/events.php:152 app/features/mec.php:334
|
284 |
msgid "Add Event"
|
285 |
msgstr "Nuevo evento"
|
286 |
|
287 |
+
#: app/features/events.php:153 app/features/mec/dashboard.php:134
|
288 |
msgid "Add New Event"
|
289 |
msgstr "Añadir nuevo evento"
|
290 |
|
291 |
+
#: app/features/events.php:154 app/features/ix.php:3122
|
292 |
#: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:57
|
293 |
msgid "No events found!"
|
294 |
msgstr "No hay eventos"
|
295 |
|
296 |
+
#: app/features/events.php:155
|
297 |
msgid "All Events"
|
298 |
msgstr "Todos los eventos"
|
299 |
|
300 |
+
#: app/features/events.php:156
|
301 |
msgid "Edit Event"
|
302 |
msgstr "Editar Evento"
|
303 |
|
304 |
+
#: app/features/events.php:157
|
305 |
msgid "View Event"
|
306 |
msgstr "Ver evento"
|
307 |
|
308 |
+
#: app/features/events.php:158
|
309 |
msgid "No events found in Trash!"
|
310 |
msgstr "No hay eventos en la papelera"
|
311 |
|
312 |
+
#: app/features/events.php:175 app/features/events.php:3231
|
313 |
#: app/features/mec/meta_boxes/display_options.php:832
|
314 |
#: app/features/mec/meta_boxes/search_form.php:31
|
315 |
#: app/features/mec/meta_boxes/search_form.php:93
|
322 |
#: app/features/mec/meta_boxes/search_form.php:514
|
323 |
#: app/features/mec/meta_boxes/search_form.php:575
|
324 |
#: app/features/mec/settings.php:719 app/features/mec/single.php:204
|
325 |
+
#: app/libraries/main.php:4864 app/libraries/skins.php:808
|
326 |
+
#: app/skins/single.php:559 app/skins/single/default.php:173
|
327 |
+
#: app/skins/single/default.php:385 app/skins/single/m1.php:170
|
328 |
#: app/skins/single/m2.php:102 app/skins/single/modern.php:110
|
329 |
msgid "Category"
|
330 |
msgstr "Categoría"
|
331 |
|
332 |
+
#: app/features/events.php:176 app/features/events.php:3202
|
333 |
+
#: app/features/fes/form.php:745 app/features/mec.php:336
|
334 |
+
#: app/features/mec/meta_boxes/filter.php:81 app/libraries/main.php:4863
|
335 |
msgid "Categories"
|
336 |
msgstr "Categorías"
|
337 |
|
338 |
+
#: app/features/events.php:186 app/features/labels.php:71
|
339 |
#: app/features/locations.php:69 app/features/organizers.php:69
|
340 |
#: app/features/speakers.php:70
|
341 |
#, php-format
|
342 |
msgid "All %s"
|
343 |
msgstr "Todos %s"
|
344 |
|
345 |
+
#: app/features/events.php:187 app/features/labels.php:72
|
346 |
#: app/features/locations.php:70 app/features/organizers.php:70
|
347 |
#: app/features/speakers.php:71
|
348 |
#, php-format
|
349 |
msgid "Edit %s"
|
350 |
msgstr "Editar %s"
|
351 |
|
352 |
+
#: app/features/events.php:188 app/features/labels.php:73
|
353 |
#: app/features/locations.php:71 app/features/organizers.php:71
|
354 |
#: app/features/speakers.php:72
|
355 |
#, php-format
|
356 |
msgid "View %s"
|
357 |
msgstr "Ver %s"
|
358 |
|
359 |
+
#: app/features/events.php:189 app/features/labels.php:74
|
360 |
#: app/features/locations.php:72 app/features/organizers.php:72
|
361 |
#: app/features/speakers.php:73
|
362 |
#, php-format
|
363 |
msgid "Update %s"
|
364 |
msgstr "Actualizar %s"
|
365 |
|
366 |
+
#: app/features/events.php:190 app/features/labels.php:75
|
367 |
#: app/features/locations.php:73 app/features/organizers.php:73
|
368 |
#: app/features/speakers.php:74
|
369 |
#, php-format
|
370 |
msgid "Add New %s"
|
371 |
msgstr "Añadir nuevo %s"
|
372 |
|
373 |
+
#: app/features/events.php:191 app/features/labels.php:76
|
374 |
#: app/features/locations.php:74 app/features/organizers.php:74
|
375 |
#: app/features/speakers.php:75
|
376 |
#, php-format
|
377 |
msgid "New %s Name"
|
378 |
msgstr "Nuevo %s Nombre"
|
379 |
|
380 |
+
#: app/features/events.php:192 app/features/labels.php:77
|
381 |
#: app/features/locations.php:75 app/features/organizers.php:75
|
382 |
#: app/features/speakers.php:76
|
383 |
#, php-format
|
384 |
msgid "Popular %s"
|
385 |
msgstr "Popular %s"
|
386 |
|
387 |
+
#: app/features/events.php:193 app/features/labels.php:78
|
388 |
#: app/features/locations.php:76 app/features/organizers.php:76
|
389 |
#: app/features/speakers.php:77
|
390 |
#, php-format
|
391 |
msgid "Search %s"
|
392 |
msgstr "Buscar %s"
|
393 |
|
394 |
+
#: app/features/events.php:218 app/features/events.php:239
|
395 |
msgid "Category Icon"
|
396 |
msgstr "Icono de categoría"
|
397 |
|
398 |
+
#: app/features/events.php:221 app/features/events.php:244
|
399 |
msgid "Select icon"
|
400 |
msgstr "Seleccionar icono"
|
401 |
|
402 |
+
#: app/features/events.php:293
|
403 |
msgid "Event Details"
|
404 |
msgstr "Detalle de evento"
|
405 |
|
406 |
+
#: app/features/events.php:453
|
407 |
msgid "Note for reviewer"
|
408 |
msgstr "Nota para el encargado"
|
409 |
|
410 |
+
#: app/features/events.php:459
|
411 |
msgid "Guest Data"
|
412 |
msgstr "Datos del invitado"
|
413 |
|
414 |
+
#: app/features/events.php:460 app/features/events.php:2394
|
415 |
#: app/features/fes/form.php:668 app/features/labels.php:178
|
416 |
#: app/features/mec/booking.php:45 app/features/organizers.php:279
|
417 |
+
#: app/features/profile/profile.php:91 app/libraries/notifications.php:877
|
418 |
#: app/modules/booking/steps/form.php:37
|
419 |
msgid "Name"
|
420 |
msgstr "Nombre"
|
421 |
|
422 |
+
#: app/features/events.php:461 app/features/events.php:2405
|
423 |
+
#: app/features/events.php:2481 app/features/fes/form.php:664
|
424 |
+
#: app/features/mec/booking.php:57 app/features/mec/booking.php:477
|
425 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
426 |
#: app/features/profile/profile.php:94 app/features/speakers.php:124
|
427 |
+
#: app/features/speakers.php:184 app/libraries/main.php:1472
|
428 |
+
#: app/libraries/main.php:1538 app/libraries/main.php:2583
|
429 |
+
#: app/libraries/notifications.php:878 app/modules/booking/steps/form.php:46
|
430 |
#: app/modules/booking/steps/form.php:84 app/skins/single.php:812
|
431 |
+
#: app/skins/single.php:867 app/skins/single/default.php:215
|
432 |
+
#: app/skins/single/default.php:427 app/skins/single/m1.php:107
|
433 |
#: app/skins/single/m2.php:39 app/skins/single/modern.php:48
|
434 |
msgid "Email"
|
435 |
msgstr "Correo electrónico"
|
436 |
|
437 |
+
#: app/features/events.php:469 app/features/fes/form.php:232
|
438 |
msgid "Date and Time"
|
439 |
msgstr "Día y hora"
|
440 |
|
441 |
+
#: app/features/events.php:472 app/features/events.php:478
|
442 |
+
#: app/features/events.php:3234 app/features/events.php:3424
|
443 |
+
#: app/features/events.php:3466 app/features/fes/form.php:236
|
444 |
#: app/features/fes/form.php:240 app/features/ix.php:2743
|
445 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:38
|
446 |
#: app/features/mec/dashboard.php:373
|
460 |
msgid "Start Date"
|
461 |
msgstr "Día de inicio"
|
462 |
|
463 |
+
#: app/features/events.php:550 app/features/events.php:642
|
464 |
+
#: app/features/events.php:1708 app/features/events.php:1767
|
465 |
+
#: app/features/events.php:1940 app/features/events.php:1979
|
466 |
#: app/features/fes/form.php:268 app/features/fes/form.php:308
|
467 |
msgid "AM"
|
468 |
msgstr "AM"
|
469 |
|
470 |
+
#: app/features/events.php:557 app/features/events.php:649
|
471 |
+
#: app/features/events.php:1715 app/features/events.php:1774
|
472 |
+
#: app/features/events.php:1941 app/features/events.php:1980
|
473 |
#: app/features/fes/form.php:269 app/features/fes/form.php:309
|
474 |
msgid "PM"
|
475 |
msgstr "PM"
|
476 |
|
477 |
+
#: app/features/events.php:564 app/features/events.php:569
|
478 |
+
#: app/features/events.php:3235 app/features/events.php:3424
|
479 |
+
#: app/features/events.php:3466 app/features/fes/form.php:276
|
480 |
#: app/features/fes/form.php:280 app/features/ix.php:2743
|
481 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:44
|
482 |
#: app/features/mec/dashboard.php:374
|
483 |
msgid "End Date"
|
484 |
msgstr "Día final"
|
485 |
|
486 |
+
#: app/features/events.php:663 app/features/fes/form.php:315
|
487 |
msgid "All Day Event"
|
488 |
msgstr "Evento de todo el día"
|
489 |
|
490 |
+
#: app/features/events.php:673 app/features/fes/form.php:318
|
491 |
msgid "Hide Event Time"
|
492 |
msgstr "Ocultar hora del evento"
|
493 |
|
494 |
+
#: app/features/events.php:683 app/features/fes/form.php:321
|
495 |
msgid "Hide Event End Time"
|
496 |
msgstr "Oculta la hora de finalización del evento"
|
497 |
|
498 |
+
#: app/features/events.php:688 app/features/events.php:692
|
499 |
#: app/features/fes/form.php:325
|
500 |
msgid "Time Comment"
|
501 |
msgstr "Tiempo para comentar"
|
502 |
|
503 |
+
#: app/features/events.php:693 app/features/fes/form.php:326
|
504 |
#, fuzzy
|
505 |
#| msgid ""
|
506 |
#| "It shows next to event time on calendar. You can insert Timezone etc. in "
|
512 |
"Muestra la hora del siguiente evento en el calendario. Puedes insertar Zona "
|
513 |
"horaria, etc en este campo."
|
514 |
|
515 |
+
#: app/features/events.php:695 app/features/events.php:828
|
516 |
+
#: app/features/events.php:1128 app/features/events.php:1195
|
517 |
+
#: app/features/events.php:1494 app/features/events.php:1585
|
518 |
+
#: app/features/events.php:1796 app/features/events.php:1811
|
519 |
+
#: app/features/events.php:1999 app/features/events.php:2012
|
520 |
+
#: app/features/events.php:2142 app/features/events.php:2178
|
521 |
+
#: app/features/events.php:2276 app/features/events.php:2291
|
522 |
+
#: app/features/events.php:2321 app/features/events.php:2334
|
523 |
#: app/features/fes/form.php:630 app/features/locations.php:299
|
524 |
+
#: app/features/mec/booking.php:108 app/features/mec/booking.php:158
|
525 |
+
#: app/features/mec/booking.php:174 app/features/mec/booking.php:293
|
526 |
+
#: app/features/mec/booking.php:322 app/features/mec/booking.php:370
|
527 |
+
#: app/features/mec/booking.php:380 app/features/mec/booking.php:402
|
528 |
+
#: app/features/mec/booking.php:412 app/features/mec/dashboard.php:71
|
529 |
#: app/features/mec/meta_boxes/display_options.php:66
|
530 |
#: app/features/mec/meta_boxes/display_options.php:79
|
531 |
#: app/features/mec/meta_boxes/display_options.php:92
|
559 |
#: app/features/mec/modules.php:53 app/features/mec/modules.php:86
|
560 |
#: app/features/mec/modules.php:103 app/features/mec/modules.php:138
|
561 |
#: app/features/mec/modules.php:154 app/features/mec/modules.php:312
|
562 |
+
#: app/features/mec/notifications.php:54 app/features/mec/notifications.php:111
|
563 |
+
#: app/features/mec/notifications.php:163
|
564 |
+
#: app/features/mec/notifications.php:222
|
565 |
+
#: app/features/mec/notifications.php:290
|
566 |
+
#: app/features/mec/notifications.php:353
|
567 |
+
#: app/features/mec/notifications.php:364
|
568 |
+
#: app/features/mec/notifications.php:426
|
569 |
+
#: app/features/mec/notifications.php:472 app/features/mec/settings.php:66
|
570 |
#: app/features/mec/settings.php:85 app/features/mec/settings.php:112
|
571 |
#: app/features/mec/settings.php:147 app/features/mec/settings.php:168
|
572 |
#: app/features/mec/settings.php:188 app/features/mec/settings.php:265
|
579 |
#: app/features/mec/single.php:42 app/features/mec/single.php:58
|
580 |
#: app/features/mec/single.php:77 app/features/mec/single.php:94
|
581 |
#: app/features/mec/single.php:110 app/features/mec/single.php:124
|
582 |
+
#: app/features/mec/single.php:162 app/features/mec/styling.php:203
|
583 |
+
#: app/features/mec/styling.php:220 app/features/mec/styling.php:233
|
584 |
#: app/features/organizers.php:272 app/skins/single.php:657
|
585 |
+
#: app/skins/single/default.php:122 app/skins/single/default.php:334
|
586 |
#: app/skins/single/m1.php:192 app/skins/single/m2.php:125
|
587 |
#: app/skins/single/modern.php:133
|
588 |
msgid "Read More"
|
589 |
msgstr "Leer más"
|
590 |
|
591 |
+
#: app/features/events.php:703
|
592 |
#, fuzzy
|
593 |
#| msgid "Repeat"
|
594 |
msgid "Repeating"
|
595 |
msgstr "Repetir"
|
596 |
|
597 |
+
#: app/features/events.php:712 app/features/fes/form.php:332
|
598 |
msgid "Event Repeating"
|
599 |
msgstr "Repetir el evento"
|
600 |
|
601 |
+
#: app/features/events.php:716 app/features/fes/form.php:336
|
602 |
msgid "Repeats"
|
603 |
msgstr "Repeticiones"
|
604 |
|
605 |
+
#: app/features/events.php:724 app/features/fes/form.php:338
|
606 |
#: app/features/mec/dashboard.php:376 app/skins/full_calendar/tpl.php:109
|
607 |
msgid "Daily"
|
608 |
msgstr "Diariamente"
|
609 |
|
610 |
+
#: app/features/events.php:731 app/features/fes/form.php:339
|
611 |
msgid "Every Weekday"
|
612 |
msgstr "Cada día de la semana"
|
613 |
|
614 |
+
#: app/features/events.php:738 app/features/fes/form.php:340
|
615 |
msgid "Every Weekend"
|
616 |
msgstr "Cada fin de semana"
|
617 |
|
618 |
+
#: app/features/events.php:745 app/features/fes/form.php:341
|
619 |
msgid "Certain Weekdays"
|
620 |
msgstr "Ciertos días de la semana"
|
621 |
|
622 |
+
#: app/features/events.php:752 app/features/fes/form.php:342
|
623 |
#: app/skins/full_calendar/tpl.php:108
|
624 |
msgid "Weekly"
|
625 |
msgstr "Semanal"
|
626 |
|
627 |
+
#: app/features/events.php:759 app/features/fes/form.php:343
|
628 |
#: app/features/mec/dashboard.php:377 app/skins/full_calendar/tpl.php:107
|
629 |
msgid "Monthly"
|
630 |
msgstr "Mensual"
|
631 |
|
632 |
+
#: app/features/events.php:766 app/features/fes/form.php:344
|
633 |
#: app/features/mec/dashboard.php:378 app/skins/full_calendar/tpl.php:106
|
634 |
msgid "Yearly"
|
635 |
msgstr "Anual"
|
636 |
|
637 |
+
#: app/features/events.php:773 app/features/fes/form.php:345
|
638 |
msgid "Custom Days"
|
639 |
msgstr "Días personalizados"
|
640 |
|
641 |
+
#: app/features/events.php:780 app/features/fes/form.php:346
|
642 |
#, fuzzy
|
643 |
#| msgid "Advanced Method"
|
644 |
msgid "Advanced"
|
645 |
msgstr "Método avanzado"
|
646 |
|
647 |
+
#: app/features/events.php:785 app/features/fes/form.php:350
|
648 |
msgid "Repeat Interval"
|
649 |
msgstr "Intervalo de repetición"
|
650 |
|
651 |
+
#: app/features/events.php:787 app/features/fes/form.php:351
|
652 |
msgid "Repeat interval"
|
653 |
msgstr "Intervalo de repetición"
|
654 |
|
655 |
+
#: app/features/events.php:791 app/features/fes/form.php:354
|
656 |
msgid "Week Days"
|
657 |
msgstr "Días de semana"
|
658 |
|
659 |
+
#: app/features/events.php:793 app/features/fes/form.php:355
|
660 |
#: app/features/mec/meta_boxes/display_options.php:764
|
661 |
#: app/libraries/main.php:407
|
662 |
msgid "Monday"
|
663 |
msgstr "Lunes"
|
664 |
|
665 |
+
#: app/features/events.php:796 app/features/fes/form.php:356
|
666 |
#: app/features/mec/meta_boxes/display_options.php:765
|
667 |
#: app/libraries/main.php:407
|
668 |
msgid "Tuesday"
|
669 |
msgstr "Martes"
|
670 |
|
671 |
+
#: app/features/events.php:799 app/features/fes/form.php:357
|
672 |
#: app/features/mec/meta_boxes/display_options.php:766
|
673 |
#: app/libraries/main.php:407
|
674 |
msgid "Wednesday"
|
675 |
msgstr "Miércoles"
|
676 |
|
677 |
+
#: app/features/events.php:802 app/features/fes/form.php:358
|
678 |
#: app/features/mec/meta_boxes/display_options.php:767
|
679 |
#: app/libraries/main.php:407
|
680 |
msgid "Thursday"
|
681 |
msgstr "Jueves"
|
682 |
|
683 |
+
#: app/features/events.php:805 app/features/fes/form.php:359
|
684 |
#: app/features/mec/meta_boxes/display_options.php:768
|
685 |
#: app/libraries/main.php:407
|
686 |
msgid "Friday"
|
687 |
msgstr "Viernes"
|
688 |
|
689 |
+
#: app/features/events.php:808 app/features/fes/form.php:360
|
690 |
#: app/features/mec/meta_boxes/display_options.php:769
|
691 |
#: app/libraries/main.php:407
|
692 |
msgid "Saturday"
|
693 |
msgstr "Sábado"
|
694 |
|
695 |
+
#: app/features/events.php:811 app/features/fes/form.php:361
|
696 |
#: app/features/mec/meta_boxes/display_options.php:763
|
697 |
#: app/libraries/main.php:407
|
698 |
msgid "Sunday"
|
699 |
msgstr "Domingo"
|
700 |
|
701 |
+
#: app/features/events.php:818 app/features/events.php:1859
|
702 |
+
#: app/features/events.php:1887 app/features/events.php:2046
|
703 |
#: app/features/fes/form.php:366 app/features/ix/import_f_calendar.php:42
|
704 |
#: app/features/ix/import_g_calendar.php:51
|
705 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
706 |
msgid "Start"
|
707 |
msgstr "Inicio"
|
708 |
|
709 |
+
#: app/features/events.php:820 app/features/events.php:1863
|
710 |
+
#: app/features/events.php:1891 app/features/events.php:2050
|
711 |
#: app/features/fes/form.php:367
|
712 |
msgid "End"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: app/features/events.php:822 app/features/events.php:1189
|
716 |
+
#: app/features/events.php:1300 app/features/events.php:1405
|
717 |
+
#: app/features/events.php:1643 app/features/events.php:1842
|
718 |
+
#: app/features/events.php:2035 app/features/events.php:2115
|
719 |
+
#: app/features/events.php:2248 app/features/fes/form.php:368
|
720 |
#: app/features/fes/form.php:842
|
721 |
msgid "Add"
|
722 |
msgstr "Añadir"
|
723 |
|
724 |
+
#: app/features/events.php:825
|
725 |
#, fuzzy
|
726 |
#| msgid "Custom Days"
|
727 |
msgid "Custom Days Repeating"
|
728 |
msgstr "Días personalizados"
|
729 |
|
730 |
+
#: app/features/events.php:826
|
731 |
msgid ""
|
732 |
"Add certain days to event occurrence dates. If you have single day event, "
|
733 |
"start and end date should be the same, If you have multiple day event the "
|
734 |
"start and end dates must be commensurate with the initial date."
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: app/features/events.php:862 app/features/fes/form.php:394
|
738 |
#, fuzzy
|
739 |
#| msgid "Ticket name"
|
740 |
msgid "First"
|
741 |
msgstr "Nombre de la entrada"
|
742 |
|
743 |
+
#: app/features/events.php:904 app/features/fes/form.php:436
|
744 |
#, fuzzy
|
745 |
#| msgid "second"
|
746 |
msgid "Second"
|
747 |
msgstr "segundo"
|
748 |
|
749 |
+
#: app/features/events.php:946 app/features/fes/form.php:478
|
750 |
#, fuzzy
|
751 |
#| msgid "Third Party"
|
752 |
msgid "Third"
|
753 |
msgstr "Terceros"
|
754 |
|
755 |
+
#: app/features/events.php:988 app/features/fes/form.php:520
|
756 |
msgid "Fourth"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: app/features/events.php:1030 app/features/fes/form.php:562
|
760 |
#, fuzzy
|
761 |
#| msgid "Last Year"
|
762 |
msgid "Last"
|
763 |
msgstr "Año pasado"
|
764 |
|
765 |
+
#: app/features/events.php:1077 app/features/fes/form.php:608
|
766 |
msgid "Ends Repeat"
|
767 |
msgstr "Finaliza la repetición"
|
768 |
|
769 |
+
#: app/features/events.php:1089 app/features/fes/form.php:612
|
770 |
msgid "Never"
|
771 |
msgstr "Nunca"
|
772 |
|
773 |
+
#: app/features/events.php:1101 app/features/fes/form.php:617
|
774 |
msgid "On"
|
775 |
msgstr "On"
|
776 |
|
777 |
+
#: app/features/events.php:1117 app/features/fes/form.php:624
|
778 |
msgid "After"
|
779 |
msgstr "Después"
|
780 |
|
781 |
+
#: app/features/events.php:1121 app/features/events.php:1125
|
782 |
#: app/features/fes/form.php:626 app/features/fes/form.php:629
|
783 |
msgid "Occurrences times"
|
784 |
msgstr "Ocurrencias del evento"
|
785 |
|
786 |
+
#: app/features/events.php:1126 app/features/fes/form.php:630
|
787 |
msgid ""
|
788 |
"The event will finish after certain repeats. For example if you set it to "
|
789 |
"10, the event will finish after 10 repeats."
|
791 |
"El evento finalizará después de ciertas repeticiones. Por ejemplo, si "
|
792 |
"estableces en 10, el evento terminará después de 10 repeticiones."
|
793 |
|
794 |
+
#: app/features/events.php:1151 app/features/events.php:3424
|
795 |
+
#: app/features/events.php:3466 app/features/fes/form.php:706
|
796 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
797 |
+
#: app/features/mec/settings.php:576 app/libraries/main.php:4896
|
798 |
#: app/widgets/single.php:103
|
799 |
msgid "Event Cost"
|
800 |
msgstr "Coste del evento"
|
801 |
|
802 |
+
#: app/features/events.php:1155 app/features/fes/form.php:709
|
803 |
+
#: app/libraries/main.php:4897 app/skins/single.php:582
|
804 |
+
#: app/skins/single/default.php:107 app/skins/single/default.php:319
|
805 |
#: app/skins/single/m1.php:49 app/skins/single/modern.php:199
|
806 |
msgid "Cost"
|
807 |
msgstr "Coste"
|
808 |
|
809 |
+
#: app/features/events.php:1182 app/features/events.php:1192
|
810 |
msgid "Exclude certain days"
|
811 |
msgstr "Excluir ciertos días"
|
812 |
|
813 |
+
#: app/features/events.php:1187 app/features/events.php:2482
|
814 |
+
#: app/features/mec/booking.php:478 app/features/profile/profile.php:32
|
815 |
+
#: app/libraries/main.php:2031 app/libraries/main.php:2641
|
816 |
#: app/modules/booking/steps/tickets.php:22
|
817 |
#: app/modules/next-event/details.php:90 app/skins/single.php:637
|
818 |
+
#: app/skins/single/default.php:71 app/skins/single/default.php:283
|
819 |
#: app/skins/single/m1.php:16 app/skins/single/modern.php:166
|
820 |
msgid "Date"
|
821 |
msgstr "Fecha"
|
822 |
|
823 |
+
#: app/features/events.php:1193
|
824 |
msgid ""
|
825 |
"Exclude certain days from event occurrence dates. Please note that you can "
|
826 |
"exclude only single day occurrences and you cannot exclude one day from "
|
827 |
"multiple day occurrences."
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: app/features/events.php:1247 app/libraries/render.php:455
|
831 |
msgid "Day 1"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: app/features/events.php:1269 app/features/mec/settings.php:630
|
835 |
#: app/skins/single.php:930
|
836 |
msgid "Hourly Schedule"
|
837 |
msgstr "Programación horaria"
|
838 |
|
839 |
+
#: app/features/events.php:1273
|
840 |
msgid "Add Day"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: app/features/events.php:1274
|
844 |
msgid ""
|
845 |
"Add new days for schedule. For example if your event is multiple days, you "
|
846 |
"can add a different schedule for each day!"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: app/features/events.php:1281
|
850 |
#, php-format
|
851 |
msgid "Day %s"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: app/features/events.php:1285 app/features/events.php:1324
|
855 |
+
#: app/features/events.php:1359 app/features/events.php:1391
|
856 |
+
#: app/features/events.php:1420 app/features/events.php:2263
|
857 |
+
#: app/features/events.php:2310 app/features/events.php:3230
|
858 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
859 |
#: app/features/fes/form.php:225 app/features/ix.php:2743
|
860 |
+
#: app/features/ix.php:2784 app/features/mec/booking.php:362
|
861 |
+
#: app/features/mec/booking.php:394 app/features/mec/styling.php:115
|
862 |
msgid "Title"
|
863 |
msgstr "Titulo"
|
864 |
|
865 |
+
#: app/features/events.php:1294 app/features/events.php:1331
|
866 |
+
#: app/features/events.php:1364 app/features/events.php:1399
|
867 |
+
#: app/features/events.php:1425 app/features/events.php:1835
|
868 |
+
#: app/features/events.php:1873 app/features/events.php:1899
|
869 |
+
#: app/features/events.php:2029 app/features/events.php:2056
|
870 |
+
#: app/features/events.php:2155 app/features/events.php:2191
|
871 |
+
#: app/features/events.php:2298 app/features/events.php:2340
|
872 |
+
#: app/features/fes/list.php:78 app/features/mec/booking.php:305
|
873 |
+
#: app/features/mec/booking.php:334 app/features/mec/booking.php:385
|
874 |
+
#: app/features/mec/booking.php:417 app/libraries/main.php:2502
|
875 |
+
#: app/libraries/main.php:2532 app/libraries/main.php:2561
|
876 |
+
#: app/libraries/main.php:2591 app/libraries/main.php:2620
|
877 |
+
#: app/libraries/main.php:2649 app/libraries/main.php:2678
|
878 |
+
#: app/libraries/main.php:2707 app/libraries/main.php:2729
|
879 |
+
#: app/libraries/main.php:2760 app/libraries/main.php:2804
|
880 |
+
#: app/libraries/main.php:2848 app/libraries/main.php:2895
|
881 |
+
#: app/libraries/main.php:2934
|
882 |
msgid "Remove"
|
883 |
msgstr "Eliminar"
|
884 |
|
885 |
+
#: app/features/events.php:1301 app/features/events.php:1406
|
886 |
msgid "Add new hourly schedule row"
|
887 |
msgstr "Añadir nueva línea programa horario"
|
888 |
|
889 |
+
#: app/features/events.php:1316 app/features/events.php:1353
|
890 |
+
#: app/features/events.php:1415
|
891 |
msgid "From e.g. 8:15"
|
892 |
msgstr "Desde 8:15"
|
893 |
|
894 |
+
#: app/features/events.php:1320 app/features/events.php:1356
|
895 |
+
#: app/features/events.php:1417
|
896 |
msgid "To e.g. 8:45"
|
897 |
msgstr "a 8:45"
|
898 |
|
899 |
+
#: app/features/events.php:1328 app/features/events.php:1362
|
900 |
+
#: app/features/events.php:1423 app/features/events.php:1783
|
901 |
+
#: app/features/events.php:1988
|
902 |
msgid "Description"
|
903 |
msgstr "Descripción"
|
904 |
|
905 |
+
#: app/features/events.php:1334 app/features/events.php:1367
|
906 |
+
#: app/features/events.php:1428 app/features/fes/form.php:838
|
907 |
+
#: app/features/mec.php:344 app/features/mec/modules.php:52
|
908 |
#: app/features/mec/settings.php:624 app/features/speakers.php:60
|
909 |
+
#: app/libraries/main.php:559 app/libraries/main.php:4871
|
910 |
#: app/modules/speakers/details.php:18
|
911 |
msgid "Speakers"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: app/features/events.php:1387 app/features/events.php:1395
|
915 |
#, fuzzy
|
916 |
#| msgid "Week Days"
|
917 |
msgid "New Day"
|
918 |
msgstr "Días de semana"
|
919 |
|
920 |
+
#: app/features/events.php:1459 app/features/fes/form.php:683
|
921 |
#: app/features/mec/settings.php:570
|
922 |
msgid "Event Links"
|
923 |
msgstr "Enlaces de eventos"
|
924 |
|
925 |
+
#: app/features/events.php:1462 app/features/events.php:1468
|
926 |
+
#: app/features/fes/form.php:685 app/libraries/main.php:4894
|
927 |
msgid "Event Link"
|
928 |
msgstr "Enlace del evento"
|
929 |
|
930 |
+
#: app/features/events.php:1465 app/features/events.php:1481
|
931 |
#: app/features/fes/form.php:686 app/features/fes/form.php:691
|
932 |
msgid "eg. http://yoursite.com/your-event"
|
933 |
msgstr "ej. http://yoursite.com/your-event"
|
934 |
|
935 |
+
#: app/features/events.php:1469
|
936 |
#, fuzzy
|
937 |
#| msgid ""
|
938 |
#| "If you fill it, it will be replaced instead of default event page link. "
|
945 |
"Si lo rellenas, se reemplazará en vez del enlace de la página del evento por "
|
946 |
"defecto. Inserta todo el enlace incluyendo http(s)://"
|
947 |
|
948 |
+
#: app/features/events.php:1471
|
949 |
msgid "URL Shortener"
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: app/features/events.php:1478 app/features/events.php:1491
|
953 |
+
#: app/features/fes/form.php:690 app/libraries/main.php:4895
|
954 |
+
#: app/skins/single.php:656 app/skins/single/default.php:121
|
955 |
+
#: app/skins/single/default.php:333 app/skins/single/m1.php:191
|
956 |
#: app/skins/single/m2.php:124 app/skins/single/modern.php:132
|
957 |
#: app/widgets/single.php:107
|
958 |
msgid "More Info"
|
959 |
msgstr "Más Información"
|
960 |
|
961 |
+
#: app/features/events.php:1484 app/features/fes/form.php:692
|
962 |
msgid "More Information"
|
963 |
msgstr "Más Información"
|
964 |
|
965 |
+
#: app/features/events.php:1486 app/features/fes/form.php:694
|
966 |
msgid "Current Window"
|
967 |
msgstr "Ventana actual"
|
968 |
|
969 |
+
#: app/features/events.php:1487 app/features/fes/form.php:695
|
970 |
msgid "New Window"
|
971 |
msgstr "Nueva ventana"
|
972 |
|
973 |
+
#: app/features/events.php:1492 app/features/fes/form.php:697
|
974 |
msgid ""
|
975 |
"If you fill it, it will be shown in event details page as an optional link. "
|
976 |
"Insert full link including http(s)://"
|
978 |
"Si lo rellenas, se mostrará en la página de detalles del evento como enlace "
|
979 |
"opcional. Inserta todo el enlace incluyendo http(s)://"
|
980 |
|
981 |
+
#: app/features/events.php:1566 app/features/events.php:1581
|
982 |
msgid "Total booking limits"
|
983 |
msgstr "Límite total de reservas"
|
984 |
|
985 |
+
#: app/features/events.php:1578 app/features/events.php:1832
|
986 |
+
#: app/features/events.php:2026 app/modules/booking/default.php:85
|
987 |
#: app/modules/booking/steps/tickets.php:40
|
988 |
+
#: app/skins/available_spot/tpl.php:158
|
989 |
msgid "Unlimited"
|
990 |
msgstr "Ilimitado"
|
991 |
|
992 |
+
#: app/features/events.php:1584
|
993 |
msgid ""
|
994 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
995 |
"limitation number."
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: app/features/events.php:1586
|
999 |
msgid "Read About A Booking System"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: app/features/events.php:1594
|
1003 |
msgid "100"
|
1004 |
msgstr "100"
|
1005 |
|
1006 |
+
#: app/features/events.php:1599
|
1007 |
#, fuzzy
|
1008 |
#| msgid "Total booking limits"
|
1009 |
msgid "Total user booking limits"
|
1010 |
msgstr "Límite total de reservas"
|
1011 |
|
1012 |
+
#: app/features/events.php:1611 app/features/events.php:2104
|
1013 |
+
#: app/features/events.php:2236 app/features/events.php:2424
|
1014 |
msgid "Inherit from global options"
|
1015 |
msgstr "Heredar opciones globales"
|
1016 |
|
1017 |
+
#: app/features/events.php:1614
|
1018 |
msgid "12"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: app/features/events.php:1635 app/libraries/book.php:60
|
1022 |
+
#: app/libraries/main.php:4899 app/modules/booking/steps/tickets.php:40
|
1023 |
msgid "Tickets"
|
1024 |
msgstr "Tickets"
|
1025 |
|
1026 |
+
#: app/features/events.php:1638
|
1027 |
msgid ""
|
1028 |
"You're translating an event so MEC will use the original event for tickets "
|
1029 |
"and booking. You can only translate the ticket name and description. Please "
|
1034 |
"entrada. Por favor define las entradas exactas que podrías definir en un "
|
1035 |
"evento original aquí."
|
1036 |
|
1037 |
+
#: app/features/events.php:1657 app/features/events.php:1913
|
1038 |
msgid "Ticket Name"
|
1039 |
msgstr "Nombre del ticket"
|
1040 |
|
1041 |
+
#: app/features/events.php:1662 app/features/events.php:1917
|
1042 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1043 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1044 |
msgid "Start Time"
|
1045 |
msgstr "Hora de Inicio"
|
1046 |
|
1047 |
+
#: app/features/events.php:1721 app/features/events.php:1947
|
1048 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1049 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1050 |
msgid "End Time"
|
1051 |
msgstr "Hora de finalización"
|
1052 |
|
1053 |
+
#: app/features/events.php:1789 app/features/events.php:1793
|
1054 |
+
#: app/features/events.php:1867 app/features/events.php:1894
|
1055 |
+
#: app/features/events.php:1993 app/features/events.php:1996
|
1056 |
+
#: app/features/events.php:2052 app/features/events.php:2269
|
1057 |
+
#: app/features/events.php:2273 app/features/events.php:2315
|
1058 |
+
#: app/features/events.php:2318 app/features/mec/booking.php:366
|
1059 |
+
#: app/features/mec/booking.php:369 app/features/mec/booking.php:398
|
1060 |
+
#: app/features/mec/booking.php:401
|
1061 |
msgid "Price"
|
1062 |
msgstr "Precio"
|
1063 |
|
1064 |
+
#: app/features/events.php:1794 app/features/events.php:1997
|
1065 |
msgid "Insert 0 for free ticket. Only numbers please."
|
1066 |
msgstr "Introduce un 0 para una entrada gratuita. Utiliza únicamente números."
|
1067 |
|
1068 |
+
#: app/features/events.php:1803 app/features/events.php:1808
|
1069 |
+
#: app/features/events.php:2006 app/features/events.php:2009
|
1070 |
msgid "Price Label"
|
1071 |
msgstr "Etiqueta de precio"
|
1072 |
|
1073 |
+
#: app/features/events.php:1809 app/features/events.php:2010
|
1074 |
msgid "For showing on website. e.g. $15"
|
1075 |
msgstr "Para mostrar en la web. Ej. 15€"
|
1076 |
|
1077 |
+
#: app/features/events.php:1819 app/features/events.php:2020
|
1078 |
msgid "Available Tickets"
|
1079 |
msgstr "Tickets disponibles"
|
1080 |
|
1081 |
+
#: app/features/events.php:1840 app/features/events.php:2033
|
1082 |
msgid "Price per Date"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
+
#: app/features/events.php:1871 app/features/events.php:1897
|
1086 |
+
#: app/features/events.php:2054 app/features/labels.php:60
|
1087 |
#: app/features/mec/meta_boxes/display_options.php:833
|
1088 |
#: app/features/mec/meta_boxes/search_form.php:66
|
1089 |
#: app/features/mec/meta_boxes/search_form.php:128
|
1100 |
msgid "Label"
|
1101 |
msgstr "Etiqueta"
|
1102 |
|
1103 |
+
#: app/features/events.php:2092
|
1104 |
msgid "Fees"
|
1105 |
msgstr "Tasas"
|
1106 |
|
1107 |
+
#: app/features/events.php:2129 app/features/events.php:2167
|
1108 |
+
#: app/features/mec/booking.php:285 app/features/mec/booking.php:314
|
1109 |
msgid "Fee Title"
|
1110 |
msgstr "Título de la cuota"
|
1111 |
|
1112 |
+
#: app/features/events.php:2135 app/features/events.php:2139
|
1113 |
+
#: app/features/events.php:2172 app/features/events.php:2175
|
1114 |
+
#: app/features/mec/booking.php:289 app/features/mec/booking.php:292
|
1115 |
+
#: app/features/mec/booking.php:318 app/features/mec/booking.php:321
|
1116 |
msgid "Amount"
|
1117 |
msgstr "Cantidad"
|
1118 |
|
1119 |
+
#: app/features/events.php:2140 app/features/events.php:2176
|
1120 |
+
#: app/features/mec/booking.php:293 app/features/mec/booking.php:322
|
1121 |
msgid ""
|
1122 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1123 |
"otherwise considered as percentage"
|
1125 |
"Cantidad de cuota, considerada como cantidad fija si estableces el tipo de "
|
1126 |
"cantidad, si no será considerada como porcentaje"
|
1127 |
|
1128 |
+
#: app/features/events.php:2149 app/features/events.php:2185
|
1129 |
+
#: app/features/mec/booking.php:300 app/features/mec/booking.php:329
|
1130 |
msgid "Percent"
|
1131 |
msgstr "Porcentaje"
|
1132 |
|
1133 |
+
#: app/features/events.php:2150 app/features/events.php:2186
|
1134 |
+
#: app/features/mec/booking.php:301 app/features/mec/booking.php:330
|
1135 |
msgid "Amount (Per Ticket)"
|
1136 |
msgstr "Cantidad (Por ticket)"
|
1137 |
|
1138 |
+
#: app/features/events.php:2151 app/features/events.php:2187
|
1139 |
+
#: app/features/mec/booking.php:302 app/features/mec/booking.php:331
|
1140 |
msgid "Amount (Per Booking)"
|
1141 |
msgstr "Cantidad (por reservas)"
|
1142 |
|
1143 |
+
#: app/features/events.php:2224 app/features/mec/settings.php:648
|
1144 |
msgid "Ticket Variations / Options"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
+
#: app/features/events.php:2274 app/features/events.php:2319
|
1148 |
+
#: app/features/mec/booking.php:370 app/features/mec/booking.php:402
|
1149 |
msgid "Option Price"
|
1150 |
msgstr ""
|
1151 |
|
1152 |
+
#: app/features/events.php:2284 app/features/events.php:2288
|
1153 |
+
#: app/features/events.php:2328 app/features/events.php:2331
|
1154 |
+
#: app/features/mec/booking.php:376 app/features/mec/booking.php:379
|
1155 |
+
#: app/features/mec/booking.php:408 app/features/mec/booking.php:411
|
1156 |
msgid "Maximum Per Ticket"
|
1157 |
msgstr ""
|
1158 |
|
1159 |
+
#: app/features/events.php:2289 app/features/events.php:2332
|
1160 |
+
#: app/features/mec/booking.php:380 app/features/mec/booking.php:412
|
1161 |
msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1162 |
msgstr ""
|
1163 |
|
1164 |
+
#: app/features/events.php:2478 app/features/mec/booking.php:474
|
1165 |
+
#: app/libraries/main.php:2524
|
1166 |
#, fuzzy
|
1167 |
#| msgid "Name"
|
1168 |
msgid "MEC Name"
|
1169 |
msgstr "Nombre"
|
1170 |
|
1171 |
+
#: app/features/events.php:2479 app/features/mec/booking.php:475
|
1172 |
+
#: app/libraries/main.php:2553
|
1173 |
#, fuzzy
|
1174 |
#| msgid "Email"
|
1175 |
msgid "MEC Email"
|
1176 |
msgstr "Correo electrónico"
|
1177 |
|
1178 |
+
#: app/features/events.php:2480 app/features/mec/booking.php:476
|
1179 |
+
#: app/libraries/main.php:2494
|
1180 |
msgid "Text"
|
1181 |
msgstr "Texto"
|
1182 |
|
1183 |
+
#: app/features/events.php:2483 app/features/mec/booking.php:479
|
1184 |
#: app/features/organizers.php:103 app/features/organizers.php:148
|
1185 |
#: app/features/speakers.php:116 app/features/speakers.php:180
|
1186 |
+
#: app/features/speakers.php:249 app/libraries/main.php:2670
|
1187 |
msgid "Tel"
|
1188 |
msgstr "Tel"
|
1189 |
|
1190 |
+
#: app/features/events.php:2484 app/features/mec/booking.php:480
|
1191 |
+
#: app/libraries/main.php:2612
|
1192 |
msgid "File"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: app/features/events.php:2485 app/features/mec/booking.php:481
|
1196 |
+
#: app/libraries/main.php:2699
|
1197 |
msgid "Textarea"
|
1198 |
msgstr "Área de texto"
|
1199 |
|
1200 |
+
#: app/features/events.php:2486 app/features/mec/booking.php:482
|
1201 |
+
#: app/libraries/main.php:2752
|
1202 |
msgid "Checkboxes"
|
1203 |
msgstr "Checkboxes"
|
1204 |
|
1205 |
+
#: app/features/events.php:2487 app/features/mec/booking.php:483
|
1206 |
+
#: app/libraries/main.php:2796
|
1207 |
msgid "Radio Buttons"
|
1208 |
msgstr "Botón tipo radio"
|
1209 |
|
1210 |
+
#: app/features/events.php:2488 app/features/mec/booking.php:484
|
1211 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1212 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1213 |
#: app/features/mec/meta_boxes/search_form.php:48
|
1276 |
#: app/features/mec/meta_boxes/search_form.php:599
|
1277 |
#: app/features/mec/meta_boxes/search_form.php:606
|
1278 |
#: app/features/mec/meta_boxes/search_form.php:613
|
1279 |
+
#: app/features/mec/meta_boxes/search_form.php:620 app/libraries/main.php:2840
|
1280 |
msgid "Dropdown"
|
1281 |
msgstr "Desplegable"
|
1282 |
|
1283 |
+
#: app/features/events.php:2489 app/features/mec/booking.php:485
|
1284 |
+
#: app/libraries/main.php:2887
|
1285 |
msgid "Agreement"
|
1286 |
msgstr "Acuerdo"
|
1287 |
|
1288 |
+
#: app/features/events.php:2490 app/features/mec/booking.php:486
|
1289 |
+
#: app/libraries/main.php:2728
|
1290 |
msgid "Paragraph"
|
1291 |
msgstr "Párrafo"
|
1292 |
|
1293 |
+
#: app/features/events.php:3151 app/features/events.php:3168
|
1294 |
+
#: app/features/events.php:3185 app/features/events.php:3202
|
1295 |
#, php-format
|
1296 |
msgid "Show all %s"
|
1297 |
msgstr "Mostrar todos %s"
|
1298 |
|
1299 |
+
#: app/features/events.php:3151
|
1300 |
msgid "labels"
|
1301 |
msgstr "etiquetas"
|
1302 |
|
1303 |
+
#: app/features/events.php:3168
|
1304 |
msgid "locations"
|
1305 |
msgstr "ubicaciones"
|
1306 |
|
1307 |
+
#: app/features/events.php:3185
|
1308 |
msgid "organizers"
|
1309 |
msgstr "organizadores"
|
1310 |
|
1311 |
+
#: app/features/events.php:3232 app/features/events.php:3424
|
1312 |
+
#: app/features/events.php:3466 app/features/ix.php:2743
|
1313 |
#: app/features/ix.php:2784 app/features/locations.php:58
|
1314 |
#: app/features/locations.php:230 app/features/locations.php:287
|
1315 |
#: app/features/locations.php:289 app/features/locations.php:298
|
1325 |
#: app/features/mec/meta_boxes/search_form.php:521
|
1326 |
#: app/features/mec/meta_boxes/search_form.php:582
|
1327 |
#: app/features/mec/settings.php:725 app/features/mec/single.php:212
|
1328 |
+
#: app/libraries/main.php:2025 app/libraries/main.php:4868
|
1329 |
#: app/libraries/skins.php:834 app/skins/single.php:486
|
1330 |
+
#: app/skins/single.php:907 app/skins/single/default.php:157
|
1331 |
+
#: app/skins/single/default.php:369 app/skins/single/m1.php:155
|
1332 |
#: app/skins/single/m2.php:87 app/skins/single/modern.php:94
|
1333 |
msgid "Location"
|
1334 |
msgstr "Localización"
|
1335 |
|
1336 |
+
#: app/features/events.php:3233 app/features/events.php:3424
|
1337 |
+
#: app/features/events.php:3466 app/features/ix.php:2743
|
1338 |
#: app/features/ix.php:2784 app/features/mec/meta_boxes/display_options.php:835
|
1339 |
#: app/features/mec/meta_boxes/search_form.php:45
|
1340 |
#: app/features/mec/meta_boxes/search_form.php:107
|
1349 |
#: app/features/mec/settings.php:731 app/features/mec/single.php:208
|
1350 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
1351 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
1352 |
+
#: app/features/organizers.php:271 app/libraries/main.php:4870
|
1353 |
#: app/libraries/skins.php:860 app/skins/single.php:795
|
1354 |
+
#: app/skins/single/default.php:198 app/skins/single/default.php:410
|
1355 |
#: app/skins/single/m1.php:90 app/skins/single/m2.php:22
|
1356 |
#: app/skins/single/modern.php:31
|
1357 |
msgid "Organizer"
|
1358 |
msgstr "Organizador"
|
1359 |
|
1360 |
+
#: app/features/events.php:3237
|
1361 |
msgid "Repeat"
|
1362 |
msgstr "Repetir"
|
1363 |
|
1364 |
+
#: app/features/events.php:3238
|
1365 |
msgid "Author"
|
1366 |
msgstr "Autor"
|
1367 |
|
1368 |
+
#: app/features/events.php:3359 app/features/events.php:3360
|
1369 |
msgid "iCal Export"
|
1370 |
msgstr "Exportar iCal"
|
1371 |
|
1372 |
+
#: app/features/events.php:3362 app/features/events.php:3363
|
1373 |
msgid "CSV Export"
|
1374 |
msgstr "Exportar CSV"
|
1375 |
|
1376 |
+
#: app/features/events.php:3365 app/features/events.php:3366
|
1377 |
msgid "MS Excel Export"
|
1378 |
msgstr "Exportar Excel"
|
1379 |
|
1380 |
+
#: app/features/events.php:3368 app/features/events.php:3369
|
1381 |
msgid "XML Export"
|
1382 |
msgstr "Exportación XML"
|
1383 |
|
1384 |
+
#: app/features/events.php:3371 app/features/events.php:3372
|
1385 |
msgid "JSON Export"
|
1386 |
msgstr "Exportación JSON"
|
1387 |
|
1388 |
+
#: app/features/events.php:3374 app/features/events.php:3375
|
1389 |
+
#: app/features/events.php:3556
|
1390 |
msgid "Duplicate"
|
1391 |
msgstr "Duplicar"
|
1392 |
|
1393 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1394 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1395 |
#: app/features/labels.php:177 app/features/locations.php:229
|
1396 |
#: app/features/organizers.php:203 app/features/speakers.php:246
|
1397 |
msgid "ID"
|
1398 |
msgstr "ID"
|
1399 |
|
1400 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1401 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1402 |
msgid "Link"
|
1403 |
msgstr "Enlace"
|
1404 |
|
1405 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1406 |
#, php-format
|
1407 |
msgid "%s Tel"
|
1408 |
msgstr "%s Teléfono "
|
1409 |
|
1410 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1411 |
#, php-format
|
1412 |
msgid "%s Email"
|
1413 |
msgstr "%s Correo electrónico"
|
1503 |
msgstr "Eliminar imagen"
|
1504 |
|
1505 |
#: app/features/fes/form.php:770 app/features/labels.php:61
|
1506 |
+
#: app/features/labels.php:221 app/features/mec.php:337
|
1507 |
+
#: app/features/mec/meta_boxes/filter.php:132 app/libraries/main.php:4865
|
1508 |
+
#: app/skins/single.php:685 app/skins/single/default.php:136
|
1509 |
+
#: app/skins/single/default.php:348 app/skins/single/m1.php:64
|
1510 |
#: app/skins/single/modern.php:214
|
1511 |
msgid "Labels"
|
1512 |
msgstr "Etiquetas"
|
1513 |
|
1514 |
+
#: app/features/fes/form.php:816 app/features/mec.php:335
|
1515 |
#: app/features/mec/meta_boxes/filter.php:149
|
1516 |
msgid "Tags"
|
1517 |
msgstr "Tags"
|
1554 |
msgstr "MEC - Importar / Exportar"
|
1555 |
|
1556 |
#: app/features/ix.php:107 app/features/mec/support.php:73
|
1557 |
+
#: app/libraries/main.php:796
|
1558 |
msgid "Import / Export"
|
1559 |
msgstr "Import / Export"
|
1560 |
|
1824 |
#: app/features/ix/export_g_calendar.php:72
|
1825 |
#: app/features/ix/export_g_calendar.php:147
|
1826 |
#: app/features/ix/export_g_calendar.php:164
|
1827 |
+
#: app/features/mec/notifications.php:92 app/features/mec/notifications.php:144
|
1828 |
+
#: app/features/mec/notifications.php:197
|
1829 |
+
#: app/features/mec/notifications.php:398
|
1830 |
msgid "Add to Google Calendar"
|
1831 |
msgstr "Añadir a Google Calendar"
|
1832 |
|
1833 |
+
#: app/features/ix/export_g_calendar.php:90 app/features/mec/booking.php:616
|
1834 |
+
#: app/features/mec/modules.php:392 app/features/mec/notifications.php:590
|
1835 |
#: app/features/mec/settings.php:894 app/features/mec/single.php:269
|
1836 |
msgid "Checking ..."
|
1837 |
msgstr "Verificando…"
|
1880 |
msgstr "ICS Feed"
|
1881 |
|
1882 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:91
|
1883 |
+
#: app/features/mec/booking.php:251 app/features/mec/booking.php:269
|
1884 |
+
#: app/features/mec/booking.php:346
|
1885 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1886 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1887 |
#: app/features/mec/modules.php:70 app/features/mec/modules.php:211
|
1891 |
msgstr "Se requiere %s para usar esta funcionalidad."
|
1892 |
|
1893 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
1894 |
+
#: app/features/mec/booking.php:91 app/features/mec/booking.php:251
|
1895 |
+
#: app/features/mec/booking.php:269 app/features/mec/booking.php:346
|
1896 |
#: app/features/mec/meta_boxes/display_options.php:150
|
1897 |
#: app/features/mec/meta_boxes/display_options.php:315
|
1898 |
#: app/features/mec/meta_boxes/display_options.php:330
|
2078 |
|
2079 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
2080 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
2081 |
+
#: app/features/mec/notifications.php:341
|
2082 |
msgid "Important Note"
|
2083 |
msgstr "Nota importante"
|
2084 |
|
2245 |
msgstr ""
|
2246 |
|
2247 |
#: app/features/labels.php:117 app/features/labels.php:142
|
2248 |
+
#: app/skins/agenda/render.php:37 app/skins/available_spot/tpl.php:38
|
2249 |
+
#: app/skins/carousel/render.php:44 app/skins/countdown/tpl.php:28
|
2250 |
#: app/skins/cover/tpl.php:28 app/skins/daily_view/render.php:48
|
2251 |
#: app/skins/grid/render.php:49 app/skins/list/render.php:38
|
2252 |
#: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:107
|
2258 |
msgstr ""
|
2259 |
|
2260 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2261 |
+
#: app/libraries/main.php:5111 app/skins/agenda/render.php:41
|
2262 |
+
#: app/skins/available_spot/tpl.php:42 app/skins/carousel/render.php:45
|
2263 |
+
#: app/skins/countdown/tpl.php:32 app/skins/cover/tpl.php:32
|
2264 |
#: app/skins/daily_view/render.php:52 app/skins/grid/render.php:53
|
2265 |
#: app/skins/list/render.php:42 app/skins/masonry/render.php:29
|
2266 |
#: app/skins/monthly_view/calendar.php:111
|
2291 |
msgid "Event %s"
|
2292 |
msgstr "Evento %s"
|
2293 |
|
2294 |
+
#: app/features/locations.php:59 app/features/mec.php:338
|
2295 |
#: app/features/mec/dashboard.php:243 app/features/mec/meta_boxes/filter.php:98
|
2296 |
+
#: app/libraries/main.php:4867
|
2297 |
msgid "Locations"
|
2298 |
msgstr "Lugar"
|
2299 |
|
2400 |
msgid "Don't show map in single event page"
|
2401 |
msgstr "No mostrar el mapa en la página del detalle del evento"
|
2402 |
|
2403 |
+
#: app/features/locations.php:356 app/libraries/main.php:4901
|
2404 |
#, fuzzy
|
2405 |
#| msgid "Locations"
|
2406 |
msgid "Other Locations"
|
2416 |
"Si quieres, puedes seleccionar organizadores adicionales además del "
|
2417 |
"organizador principal."
|
2418 |
|
2419 |
+
#: app/features/login.php:61 app/features/login.php:63
|
2420 |
+
msgid "<strong>"
|
2421 |
msgstr ""
|
2422 |
|
2423 |
+
#: app/features/mec.php:161
|
|
|
|
|
|
|
|
|
2424 |
msgid ""
|
2425 |
"Activation faild. Please check your purchase code or license type."
|
2426 |
"<br><b>Note: Your purchase code should match your licesne type.</b>"
|
2427 |
msgstr ""
|
2428 |
|
2429 |
+
#: app/features/mec.php:161
|
2430 |
msgid "Troubleshooting"
|
2431 |
msgstr ""
|
2432 |
|
2433 |
+
#: app/features/mec.php:212
|
2434 |
msgid ""
|
2435 |
"Your options is not in JSON format. Please insert correct options in this "
|
2436 |
"field and try again."
|
2437 |
msgstr ""
|
2438 |
|
2439 |
+
#: app/features/mec.php:219
|
2440 |
msgid "Your options field can not be empty!"
|
2441 |
msgstr ""
|
2442 |
|
2443 |
+
#: app/features/mec.php:225
|
2444 |
msgid "Your options imported successfuly."
|
2445 |
msgstr ""
|
2446 |
|
2447 |
+
#: app/features/mec.php:318
|
2448 |
#, fuzzy
|
2449 |
#| msgid "Support"
|
2450 |
msgid "MEC - Support"
|
2451 |
msgstr "Soporte"
|
2452 |
|
2453 |
+
#: app/features/mec.php:318 app/features/mec/support-page.php:9
|
2454 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2455 |
msgid "Support"
|
2456 |
msgstr "Soporte"
|
2457 |
|
2458 |
+
#: app/features/mec.php:339 app/features/mec/dashboard.php:250
|
2459 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2460 |
+
#: app/libraries/main.php:4869
|
2461 |
msgid "Organizers"
|
2462 |
msgstr "Organizadores"
|
2463 |
|
2464 |
+
#: app/features/mec.php:347 app/features/mec.php:367
|
2465 |
#: app/features/mec/dashboard.php:236
|
2466 |
msgid "Shortcodes"
|
2467 |
msgstr "Shortcodes"
|
2468 |
|
2469 |
+
#: app/features/mec.php:348
|
2470 |
msgid "MEC - Settings"
|
2471 |
msgstr "Ajustes MEC"
|
2472 |
|
2473 |
+
#: app/features/mec.php:349
|
2474 |
#, fuzzy
|
2475 |
#| msgid "MEC - Settings"
|
2476 |
msgid "MEC - Addons"
|
2477 |
msgstr "Ajustes MEC"
|
2478 |
|
2479 |
+
#: app/features/mec.php:349 app/features/mec/addons.php:22
|
2480 |
msgid "Addons"
|
2481 |
msgstr ""
|
2482 |
|
2483 |
+
#: app/features/mec.php:369
|
2484 |
msgid "Add Shortcode"
|
2485 |
msgstr "Nuevo Shortcode"
|
2486 |
|
2487 |
+
#: app/features/mec.php:370
|
2488 |
msgid "Add New Shortcode"
|
2489 |
msgstr "Añadir nuevo Shortcode"
|
2490 |
|
2491 |
+
#: app/features/mec.php:371
|
2492 |
msgid "No shortcodes found!"
|
2493 |
msgstr "No hay shortcodes"
|
2494 |
|
2495 |
+
#: app/features/mec.php:372
|
2496 |
msgid "All Shortcodes"
|
2497 |
msgstr "Todos los Shortcodes"
|
2498 |
|
2499 |
+
#: app/features/mec.php:373
|
2500 |
msgid "Edit shortcodes"
|
2501 |
msgstr "Editar Shortcodes"
|
2502 |
|
2503 |
+
#: app/features/mec.php:374
|
2504 |
msgid "No shortcodes found in Trash!"
|
2505 |
msgstr "No hay shortcodes en la papelera"
|
2506 |
|
2507 |
+
#: app/features/mec.php:427
|
2508 |
msgid "Display Options"
|
2509 |
msgstr "Opciones de pantalla"
|
2510 |
|
2511 |
+
#: app/features/mec.php:428
|
2512 |
msgid "Filter Options"
|
2513 |
msgstr "Opciones de filtros"
|
2514 |
|
2515 |
+
#: app/features/mec.php:430
|
2516 |
msgid "Search Form"
|
2517 |
msgstr "Formulario de Búsqueda"
|
2518 |
|
2519 |
+
#: app/features/mec.php:827
|
2520 |
msgid "Display content's images as Popup"
|
2521 |
msgstr ""
|
2522 |
|
2523 |
+
#: app/features/mec.php:840
|
2524 |
msgid "Single Event Display Method"
|
2525 |
msgstr "Método de vista para página del evento"
|
2526 |
|
2527 |
+
#: app/features/mec.php:845
|
2528 |
msgid "Separate Window"
|
2529 |
msgstr "Ventana aparte"
|
2530 |
|
2531 |
+
#: app/features/mec.php:846
|
2532 |
msgid "Modal 1"
|
2533 |
msgstr "Modal 1"
|
2534 |
|
2562 |
"your host provider in this regard."
|
2563 |
msgstr ""
|
2564 |
|
2565 |
+
#: app/features/mec/booking.php:70 app/features/mec/messages.php:13
|
2566 |
+
#: app/features/mec/modules.php:23 app/features/mec/notifications.php:12
|
2567 |
#: app/features/mec/settings.php:32 app/features/mec/single.php:15
|
2568 |
+
#: app/features/mec/styling.php:35 app/features/mec/support-page.php:34
|
2569 |
#, fuzzy
|
2570 |
#| msgid "Search %s"
|
2571 |
msgid "Search..."
|
2572 |
msgstr "Buscar %s"
|
2573 |
|
2574 |
+
#: app/features/mec/booking.php:72 app/features/mec/booking.php:492
|
2575 |
+
#: app/features/mec/booking.php:572 app/features/mec/booking.php:581
|
2576 |
+
#: app/features/mec/booking.php:591 app/features/mec/booking.php:633
|
2577 |
+
#: app/features/mec/booking.php:647 app/features/mec/messages.php:15
|
2578 |
+
#: app/features/mec/messages.php:51 app/features/mec/messages.php:60
|
2579 |
+
#: app/features/mec/messages.php:94 app/features/mec/messages.php:103
|
2580 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:357
|
2581 |
#: app/features/mec/modules.php:367 app/features/mec/modules.php:409
|
2582 |
+
#: app/features/mec/modules.php:423 app/features/mec/notifications.php:14
|
2583 |
+
#: app/features/mec/notifications.php:499
|
2584 |
+
#: app/features/mec/notifications.php:511
|
2585 |
+
#: app/features/mec/notifications.php:607
|
2586 |
+
#: app/features/mec/notifications.php:621 app/features/mec/settings.php:34
|
2587 |
#: app/features/mec/settings.php:843 app/features/mec/settings.php:853
|
2588 |
#: app/features/mec/settings.php:911 app/features/mec/settings.php:925
|
2589 |
#: app/features/mec/single.php:17 app/features/mec/single.php:234
|
2591 |
#: app/features/mec/single.php:300 app/features/mec/styles.php:11
|
2592 |
#: app/features/mec/styles.php:31 app/features/mec/styles.php:40
|
2593 |
#: app/features/mec/styles.php:77 app/features/mec/styles.php:86
|
2594 |
+
#: app/features/mec/styling.php:37 app/features/mec/styling.php:242
|
2595 |
+
#: app/features/mec/styling.php:251 app/features/mec/styling.php:314
|
2596 |
+
#: app/features/mec/styling.php:323
|
2597 |
msgid "Save Changes"
|
2598 |
msgstr "Guardar Cambios"
|
2599 |
|
2652 |
msgid "Default is 6"
|
2653 |
msgstr "El valor predeterminado es 6"
|
2654 |
|
2655 |
+
#: app/features/mec/booking.php:134 app/features/mec/booking.php:139
|
2656 |
+
#, fuzzy
|
2657 |
+
#| msgid "Booking Form"
|
2658 |
+
msgid "Show Booking Form Interval"
|
2659 |
+
msgstr "Formulario de Reservas"
|
2660 |
+
|
2661 |
+
#: app/features/mec/booking.php:136
|
2662 |
+
msgid "Minutes (e.g 5)"
|
2663 |
+
msgstr ""
|
2664 |
+
|
2665 |
+
#: app/features/mec/booking.php:140
|
2666 |
+
msgid ""
|
2667 |
+
"You can show booking form only at certain time before event start. If you "
|
2668 |
+
"set this option to 30 then booking form will open only 30 minutes before "
|
2669 |
+
"starting the event!"
|
2670 |
+
msgstr ""
|
2671 |
+
|
2672 |
+
#: app/features/mec/booking.php:147 app/features/mec/booking.php:157
|
2673 |
msgid "Thank You Page"
|
2674 |
msgstr "Página de agradecimiento"
|
2675 |
|
2676 |
+
#: app/features/mec/booking.php:158
|
2677 |
msgid ""
|
2678 |
"User redirects to this page after booking. Leave it empty if you want to "
|
2679 |
"disable it."
|
2681 |
"Se redirecciona al usuario a esta pagina una vez que completa la reserva. "
|
2682 |
"Déjalo vacío si lo deseas desactivado."
|
2683 |
|
2684 |
+
#: app/features/mec/booking.php:169
|
2685 |
msgid "Enable Express Attendees Form"
|
2686 |
msgstr "Habilitar formulario de asistentes exprés"
|
2687 |
|
2688 |
+
#: app/features/mec/booking.php:173 app/modules/booking/steps/form.php:52
|
2689 |
msgid "Attendees Form"
|
2690 |
msgstr "Asistentes"
|
2691 |
|
2692 |
+
#: app/features/mec/booking.php:174
|
2693 |
msgid ""
|
2694 |
"Users are able to apply first attendee information for other attendees in "
|
2695 |
"the booking form."
|
2697 |
"Los usuarios son capaces de copiar la información del primer invitado para "
|
2698 |
"los demás invitados en el formulario de reservas."
|
2699 |
|
2700 |
+
#: app/features/mec/booking.php:187
|
2701 |
#, fuzzy
|
2702 |
#| msgid "Download Invoice"
|
2703 |
msgid "Enable Invoice"
|
2704 |
msgstr "Descargar factura"
|
2705 |
|
2706 |
+
#: app/features/mec/booking.php:198
|
2707 |
#, fuzzy
|
2708 |
#| msgid "Enable booking notification"
|
2709 |
msgid "Enable Booking for Ongoing Events"
|
2710 |
msgstr "Activar notificación de reservas"
|
2711 |
|
2712 |
+
#: app/features/mec/booking.php:203
|
2713 |
msgid "Email verification"
|
2714 |
msgstr "Verificación por email"
|
2715 |
|
2716 |
+
#: app/features/mec/booking.php:209
|
2717 |
msgid "Auto verification for free bookings"
|
2718 |
msgstr "Auto verificación para reservas gratuitas"
|
2719 |
|
2720 |
+
#: app/features/mec/booking.php:218
|
2721 |
msgid "Auto verification for paid bookings"
|
2722 |
msgstr "Auto verificación para reservas de pago"
|
2723 |
|
2724 |
+
#: app/features/mec/booking.php:222 app/features/mec/notifications.php:151
|
2725 |
#: app/libraries/main.php:573
|
2726 |
msgid "Booking Confirmation"
|
2727 |
msgstr "Confirmación de reserva"
|
2728 |
|
2729 |
+
#: app/features/mec/booking.php:228
|
2730 |
msgid "Auto confirmation for free bookings"
|
2731 |
msgstr "Confirmación automática para reservas gratuitas"
|
2732 |
|
2733 |
+
#: app/features/mec/booking.php:237
|
2734 |
msgid "Auto confirmation for paid bookings"
|
2735 |
msgstr "Confirmación automática para reservas pagas"
|
2736 |
|
2737 |
+
#: app/features/mec/booking.php:256
|
2738 |
msgid "Enable coupons module"
|
2739 |
msgstr "Activar módulo de cupones"
|
2740 |
|
2741 |
+
#: app/features/mec/booking.php:258
|
2742 |
msgid ""
|
2743 |
"After enabling and saving the settings,, you should reload the page to see a "
|
2744 |
"new menu on the Dashboard > Booking"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
+
#: app/features/mec/booking.php:266 app/libraries/main.php:552
|
2748 |
msgid "Taxes / Fees"
|
2749 |
msgstr "Impuestos/Tasas"
|
2750 |
|
2751 |
+
#: app/features/mec/booking.php:274
|
2752 |
msgid "Enable taxes / fees module"
|
2753 |
msgstr "Activar módulo de Impuestos/Tasas"
|
2754 |
|
2755 |
+
#: app/features/mec/booking.php:279
|
2756 |
msgid "Add Fee"
|
2757 |
msgstr "Nueva tasa"
|
2758 |
|
2759 |
+
#: app/features/mec/booking.php:343 app/libraries/main.php:553
|
2760 |
msgid "Ticket Variations & Options"
|
2761 |
msgstr ""
|
2762 |
|
2763 |
+
#: app/features/mec/booking.php:351
|
2764 |
msgid "Enable ticket options module"
|
2765 |
msgstr ""
|
2766 |
|
2767 |
+
#: app/features/mec/booking.php:356
|
2768 |
msgid "Add Variation / Option"
|
2769 |
msgstr ""
|
2770 |
|
2771 |
+
#: app/features/mec/booking.php:559
|
2772 |
msgid "Enable Organizer Payment Module"
|
2773 |
msgstr ""
|
2774 |
|
2775 |
+
#: app/features/mec/booking.php:563
|
2776 |
#, fuzzy
|
2777 |
#| msgid "Organizer Tel"
|
2778 |
msgid "Organizer Payment"
|
2779 |
msgstr "Teléfono del Organizador"
|
2780 |
|
2781 |
+
#: app/features/mec/booking.php:564
|
2782 |
msgid ""
|
2783 |
"By enabling this module, organizers are able to insert their own payment "
|
2784 |
"credentials for enabled gateways per event and receive the payments directly!"
|
2785 |
msgstr ""
|
2786 |
|
2787 |
+
#: app/features/mec/booking.php:611 app/features/mec/messages.php:78
|
2788 |
+
#: app/features/mec/modules.php:387 app/features/mec/notifications.php:585
|
2789 |
#: app/features/mec/settings.php:889 app/features/mec/single.php:264
|
2790 |
+
#: app/features/mec/styles.php:60 app/features/mec/styling.php:296
|
2791 |
msgid "Saved"
|
2792 |
msgstr "Guardado"
|
2793 |
|
2794 |
+
#: app/features/mec/booking.php:612 app/features/mec/messages.php:79
|
2795 |
+
#: app/features/mec/modules.php:388 app/features/mec/notifications.php:586
|
2796 |
#: app/features/mec/settings.php:890 app/features/mec/single.php:265
|
2797 |
+
#: app/features/mec/styles.php:61 app/features/mec/styling.php:297
|
2798 |
msgid "Settings Saved!"
|
2799 |
msgstr "¡Ajustes guardados!"
|
2800 |
|
2801 |
+
#: app/features/mec/booking.php:614 app/features/mec/booking.php:636
|
2802 |
#: app/features/mec/modules.php:390 app/features/mec/modules.php:412
|
2803 |
+
#: app/features/mec/notifications.php:588
|
2804 |
+
#: app/features/mec/notifications.php:610 app/features/mec/settings.php:892
|
2805 |
#: app/features/mec/settings.php:914 app/features/mec/single.php:267
|
2806 |
+
#: app/features/mec/single.php:289 app/libraries/main.php:5110
|
2807 |
msgid "Verified"
|
2808 |
msgstr "Verificado"
|
2809 |
|
2810 |
+
#: app/features/mec/booking.php:638 app/features/mec/modules.php:414
|
2811 |
+
#: app/features/mec/notifications.php:612 app/features/mec/settings.php:916
|
2812 |
#: app/features/mec/single.php:291
|
2813 |
msgid "Please Refresh Page"
|
2814 |
msgstr "Por favor, actualiza la página"
|
2985 |
msgid "Download Settings"
|
2986 |
msgstr ""
|
2987 |
|
2988 |
+
#: app/features/mec/messages.php:28 app/features/mec/support.php:66
|
2989 |
+
#: app/libraries/main.php:789
|
2990 |
msgid "Messages"
|
2991 |
msgstr "Mensajes"
|
2992 |
|
2993 |
+
#: app/features/mec/messages.php:31
|
2994 |
msgid ""
|
2995 |
"You can change some MEC messages here simply. For example if you like to "
|
2996 |
"change \"REGISTER\" button label, you can do it here. By the Way, if your "
|
3335 |
|
3336 |
#: app/features/mec/meta_boxes/display_options.php:409
|
3337 |
#: app/features/mec/meta_boxes/display_options.php:430
|
3338 |
+
#: app/libraries/main.php:329 app/libraries/main.php:1571
|
3339 |
+
#: app/libraries/main.php:1596
|
3340 |
msgid "List View"
|
3341 |
msgstr "Vista de lista"
|
3342 |
|
3343 |
#: app/features/mec/meta_boxes/display_options.php:410
|
3344 |
#: app/features/mec/meta_boxes/display_options.php:440
|
3345 |
+
#: app/libraries/main.php:333 app/libraries/main.php:1565
|
3346 |
+
#: app/libraries/main.php:1590
|
3347 |
msgid "Yearly View"
|
3348 |
msgstr "Vista anual"
|
3349 |
|
3354 |
|
3355 |
#: app/features/mec/meta_boxes/display_options.php:412
|
3356 |
#: app/features/mec/meta_boxes/display_options.php:472
|
3357 |
+
#: app/libraries/main.php:336 app/libraries/main.php:1567
|
3358 |
+
#: app/libraries/main.php:1592
|
3359 |
msgid "Weekly View"
|
3360 |
msgstr "Vista de semana"
|
3361 |
|
3362 |
#: app/features/mec/meta_boxes/display_options.php:413
|
3363 |
#: app/features/mec/meta_boxes/display_options.php:482
|
3364 |
+
#: app/libraries/main.php:335 app/libraries/main.php:1568
|
3365 |
+
#: app/libraries/main.php:1593
|
3366 |
msgid "Daily View"
|
3367 |
msgstr "Vista de día"
|
3368 |
|
3767 |
#: app/features/mec/meta_boxes/search_form.php:596
|
3768 |
#: app/features/mec/settings.php:738 app/features/mec/single.php:217
|
3769 |
#: app/features/speakers.php:59 app/features/speakers.php:247
|
3770 |
+
#: app/libraries/main.php:4872 app/libraries/skins.php:886
|
3771 |
msgid "Speaker"
|
3772 |
msgstr ""
|
3773 |
|
4028 |
msgid "Add booking activity to user profile"
|
4029 |
msgstr "Añadir actividad de reservaciones en el perfil del usuario"
|
4030 |
|
4031 |
+
#: app/features/mec/notifications.php:39
|
4032 |
msgid "Enable booking notification"
|
4033 |
msgstr "Activar notificación de reservas"
|
4034 |
|
4035 |
+
#: app/features/mec/notifications.php:43
|
4036 |
msgid "It sends to attendee after booking for notifying him/her."
|
4037 |
msgstr "Se envía a los asistentes después de la reserva."
|
4038 |
|
4039 |
+
#: app/features/mec/notifications.php:45 app/features/mec/notifications.php:102
|
4040 |
+
#: app/features/mec/notifications.php:154
|
4041 |
+
#: app/features/mec/notifications.php:213
|
4042 |
+
#: app/features/mec/notifications.php:281
|
4043 |
+
#: app/features/mec/notifications.php:344
|
4044 |
+
#: app/features/mec/notifications.php:417
|
4045 |
+
#: app/features/mec/notifications.php:463
|
4046 |
msgid "Email Subject"
|
4047 |
msgstr "Asunto del correo electrónico"
|
4048 |
|
4049 |
+
#: app/features/mec/notifications.php:49 app/features/mec/notifications.php:53
|
|
|
4050 |
#: app/features/mec/notifications.php:106
|
4051 |
+
#: app/features/mec/notifications.php:110
|
4052 |
#: app/features/mec/notifications.php:158
|
4053 |
+
#: app/features/mec/notifications.php:162
|
4054 |
#: app/features/mec/notifications.php:217
|
4055 |
+
#: app/features/mec/notifications.php:221
|
4056 |
#: app/features/mec/notifications.php:285
|
4057 |
+
#: app/features/mec/notifications.php:289
|
4058 |
#: app/features/mec/notifications.php:348
|
4059 |
+
#: app/features/mec/notifications.php:352
|
4060 |
+
#: app/features/mec/notifications.php:363
|
4061 |
#: app/features/mec/notifications.php:421
|
4062 |
+
#: app/features/mec/notifications.php:425
|
4063 |
+
#: app/features/mec/notifications.php:467
|
4064 |
+
#: app/features/mec/notifications.php:471
|
4065 |
msgid "Custom Recipients"
|
4066 |
msgstr "Destinatarios personalizados"
|
4067 |
|
4068 |
+
#: app/features/mec/notifications.php:54 app/features/mec/notifications.php:111
|
4069 |
+
#: app/features/mec/notifications.php:163
|
4070 |
+
#: app/features/mec/notifications.php:222
|
4071 |
+
#: app/features/mec/notifications.php:290
|
4072 |
+
#: app/features/mec/notifications.php:353
|
4073 |
+
#: app/features/mec/notifications.php:364
|
4074 |
+
#: app/features/mec/notifications.php:426
|
4075 |
+
#: app/features/mec/notifications.php:472
|
4076 |
msgid "Insert comma separated emails for multiple recipients."
|
4077 |
msgstr "Inserta los correos separados por coma para múltiples destinatarios."
|
4078 |
|
4079 |
+
#: app/features/mec/notifications.php:61 app/features/mec/notifications.php:233
|
4080 |
+
#: app/features/mec/notifications.php:297
|
4081 |
msgid "Send the email to event organizer"
|
4082 |
msgstr "Enviar correo al organizador del evento"
|
4083 |
|
4084 |
+
#: app/features/mec/notifications.php:64 app/features/mec/notifications.php:117
|
4085 |
+
#: app/features/mec/notifications.php:169
|
4086 |
+
#: app/features/mec/notifications.php:240
|
4087 |
+
#: app/features/mec/notifications.php:300
|
4088 |
+
#: app/features/mec/notifications.php:370
|
4089 |
+
#: app/features/mec/notifications.php:432
|
4090 |
+
#: app/features/mec/notifications.php:478
|
4091 |
msgid "Email Content"
|
4092 |
msgstr "Contenido del correo"
|
4093 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4094 |
#: app/features/mec/notifications.php:67 app/features/mec/notifications.php:120
|
4095 |
#: app/features/mec/notifications.php:172
|
4096 |
#: app/features/mec/notifications.php:243
|
4097 |
#: app/features/mec/notifications.php:303
|
4098 |
#: app/features/mec/notifications.php:373
|
4099 |
+
#: app/features/mec/notifications.php:435
|
4100 |
+
#: app/features/mec/notifications.php:481
|
4101 |
+
msgid "You can use following placeholders"
|
4102 |
+
msgstr "Puedes utilizar los siguientes marcadores de posición"
|
|
|
|
|
|
|
|
|
|
|
|
|
4103 |
|
4104 |
#: app/features/mec/notifications.php:69 app/features/mec/notifications.php:122
|
4105 |
#: app/features/mec/notifications.php:174
|
4106 |
#: app/features/mec/notifications.php:245
|
4107 |
#: app/features/mec/notifications.php:305
|
4108 |
#: app/features/mec/notifications.php:375
|
4109 |
+
msgid "First name of attendee"
|
4110 |
+
msgstr "Nombre del asistente"
|
|
|
|
|
4111 |
|
4112 |
#: app/features/mec/notifications.php:70 app/features/mec/notifications.php:123
|
4113 |
#: app/features/mec/notifications.php:175
|
4114 |
#: app/features/mec/notifications.php:246
|
4115 |
#: app/features/mec/notifications.php:306
|
4116 |
#: app/features/mec/notifications.php:376
|
4117 |
+
msgid "Last name of attendee"
|
4118 |
+
msgstr "Apellidos del asistente"
|
4119 |
|
4120 |
#: app/features/mec/notifications.php:71 app/features/mec/notifications.php:124
|
4121 |
#: app/features/mec/notifications.php:176
|
4122 |
#: app/features/mec/notifications.php:247
|
4123 |
#: app/features/mec/notifications.php:307
|
4124 |
#: app/features/mec/notifications.php:377
|
4125 |
+
msgid "Email of attendee"
|
4126 |
+
msgstr "Correo electrónico del asistente"
|
|
|
4127 |
|
4128 |
#: app/features/mec/notifications.php:72 app/features/mec/notifications.php:125
|
4129 |
#: app/features/mec/notifications.php:177
|
4130 |
#: app/features/mec/notifications.php:248
|
4131 |
#: app/features/mec/notifications.php:308
|
4132 |
#: app/features/mec/notifications.php:378
|
4133 |
+
msgid "Booked date of event"
|
4134 |
+
msgstr "Fecha de reserva del evento"
|
|
|
4135 |
|
4136 |
#: app/features/mec/notifications.php:73 app/features/mec/notifications.php:126
|
4137 |
#: app/features/mec/notifications.php:178
|
4138 |
#: app/features/mec/notifications.php:249
|
4139 |
#: app/features/mec/notifications.php:309
|
4140 |
#: app/features/mec/notifications.php:379
|
4141 |
+
#, fuzzy
|
4142 |
+
#| msgid "Booked date of event"
|
4143 |
+
msgid "Booked time of event"
|
4144 |
+
msgstr "Fecha de reserva del evento"
|
4145 |
|
4146 |
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:127
|
4147 |
#: app/features/mec/notifications.php:179
|
4148 |
#: app/features/mec/notifications.php:250
|
4149 |
#: app/features/mec/notifications.php:310
|
4150 |
#: app/features/mec/notifications.php:380
|
4151 |
+
msgid "Booking Price"
|
4152 |
+
msgstr "Precio de la reserva"
|
4153 |
|
4154 |
#: app/features/mec/notifications.php:75 app/features/mec/notifications.php:128
|
4155 |
#: app/features/mec/notifications.php:180
|
4156 |
#: app/features/mec/notifications.php:251
|
4157 |
#: app/features/mec/notifications.php:311
|
4158 |
#: app/features/mec/notifications.php:381
|
4159 |
+
#: app/features/mec/notifications.php:441
|
4160 |
+
#: app/features/mec/notifications.php:487
|
4161 |
+
msgid "Your website title"
|
4162 |
+
msgstr "Título de tu web"
|
4163 |
|
4164 |
#: app/features/mec/notifications.php:76 app/features/mec/notifications.php:129
|
4165 |
#: app/features/mec/notifications.php:181
|
4166 |
#: app/features/mec/notifications.php:252
|
4167 |
#: app/features/mec/notifications.php:312
|
4168 |
#: app/features/mec/notifications.php:382
|
4169 |
+
#: app/features/mec/notifications.php:442
|
4170 |
+
#: app/features/mec/notifications.php:488
|
4171 |
+
msgid "Your website URL"
|
4172 |
+
msgstr "URL de tu sitio web"
|
4173 |
|
4174 |
#: app/features/mec/notifications.php:77 app/features/mec/notifications.php:130
|
4175 |
#: app/features/mec/notifications.php:182
|
4176 |
#: app/features/mec/notifications.php:253
|
4177 |
#: app/features/mec/notifications.php:313
|
4178 |
#: app/features/mec/notifications.php:383
|
4179 |
+
#: app/features/mec/notifications.php:443
|
4180 |
+
#: app/features/mec/notifications.php:489
|
4181 |
+
msgid "Your website description"
|
4182 |
+
msgstr "Descripción de tu web"
|
4183 |
|
4184 |
#: app/features/mec/notifications.php:78 app/features/mec/notifications.php:131
|
4185 |
#: app/features/mec/notifications.php:183
|
4186 |
#: app/features/mec/notifications.php:254
|
4187 |
#: app/features/mec/notifications.php:314
|
4188 |
#: app/features/mec/notifications.php:384
|
4189 |
+
msgid "Event title"
|
4190 |
+
msgstr "Título del evento"
|
4191 |
|
4192 |
#: app/features/mec/notifications.php:79 app/features/mec/notifications.php:132
|
4193 |
#: app/features/mec/notifications.php:184
|
4194 |
#: app/features/mec/notifications.php:255
|
4195 |
#: app/features/mec/notifications.php:315
|
4196 |
#: app/features/mec/notifications.php:385
|
4197 |
+
#, fuzzy
|
4198 |
+
#| msgid "Event Link"
|
4199 |
+
msgid "Event link"
|
4200 |
+
msgstr "Enlace del evento"
|
4201 |
|
4202 |
#: app/features/mec/notifications.php:80 app/features/mec/notifications.php:133
|
4203 |
#: app/features/mec/notifications.php:185
|
4204 |
#: app/features/mec/notifications.php:256
|
4205 |
#: app/features/mec/notifications.php:316
|
4206 |
#: app/features/mec/notifications.php:386
|
4207 |
+
#, fuzzy
|
4208 |
+
#| msgid "Organizer name of booked event"
|
4209 |
+
msgid "Speaker name of booked event"
|
4210 |
+
msgstr "Nombre del organizador del evento reservado"
|
4211 |
|
4212 |
#: app/features/mec/notifications.php:81 app/features/mec/notifications.php:134
|
4213 |
#: app/features/mec/notifications.php:186
|
4214 |
#: app/features/mec/notifications.php:257
|
4215 |
#: app/features/mec/notifications.php:317
|
4216 |
#: app/features/mec/notifications.php:387
|
4217 |
+
msgid "Organizer name of booked event"
|
4218 |
+
msgstr "Nombre del organizador del evento reservado"
|
4219 |
+
|
4220 |
+
#: app/features/mec/notifications.php:82 app/features/mec/notifications.php:135
|
4221 |
+
#: app/features/mec/notifications.php:187
|
4222 |
+
#: app/features/mec/notifications.php:258
|
4223 |
+
#: app/features/mec/notifications.php:318
|
4224 |
+
#: app/features/mec/notifications.php:388
|
4225 |
+
msgid "Organizer tel of booked event"
|
4226 |
+
msgstr "Teléfono del organizador del evento reservado"
|
4227 |
+
|
4228 |
+
#: app/features/mec/notifications.php:83 app/features/mec/notifications.php:136
|
4229 |
+
#: app/features/mec/notifications.php:188
|
4230 |
+
#: app/features/mec/notifications.php:259
|
4231 |
+
#: app/features/mec/notifications.php:319
|
4232 |
+
#: app/features/mec/notifications.php:389
|
4233 |
+
msgid "Organizer email of booked event"
|
4234 |
+
msgstr "Correo electrónico del organizar de un evento reservado"
|
4235 |
+
|
4236 |
+
#: app/features/mec/notifications.php:84 app/features/mec/notifications.php:137
|
4237 |
+
#: app/features/mec/notifications.php:189
|
4238 |
+
#: app/features/mec/notifications.php:260
|
4239 |
+
#: app/features/mec/notifications.php:320
|
4240 |
+
#: app/features/mec/notifications.php:390
|
4241 |
+
msgid "Location name of booked event"
|
4242 |
+
msgstr "Nombre del lugar del organizador del evento reservado"
|
4243 |
+
|
4244 |
+
#: app/features/mec/notifications.php:85 app/features/mec/notifications.php:138
|
4245 |
+
#: app/features/mec/notifications.php:190
|
4246 |
+
#: app/features/mec/notifications.php:261
|
4247 |
+
#: app/features/mec/notifications.php:321
|
4248 |
+
#: app/features/mec/notifications.php:391
|
4249 |
msgid "Location address of booked event"
|
4250 |
msgstr "Dirección del organizador del evento reservado"
|
4251 |
|
4252 |
+
#: app/features/mec/notifications.php:86 app/features/mec/notifications.php:263
|
4253 |
+
#: app/features/mec/notifications.php:323
|
4254 |
msgid "Full Attendee info such as booking form data, name, email etc."
|
4255 |
msgstr ""
|
4256 |
"Información completa del asistente, como datos de formulario de reserva, "
|
4257 |
"nombre, correo electrónico, etc."
|
4258 |
|
4259 |
+
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:192
|
4260 |
+
#: app/features/mec/notifications.php:393
|
4261 |
msgid "Invoice Link"
|
4262 |
msgstr "Enlace de factura"
|
4263 |
|
4264 |
+
#: app/features/mec/notifications.php:88 app/features/mec/notifications.php:140
|
4265 |
+
#: app/features/mec/notifications.php:193
|
4266 |
+
#: app/features/mec/notifications.php:264
|
4267 |
+
#: app/features/mec/notifications.php:324
|
4268 |
+
#: app/features/mec/notifications.php:394
|
4269 |
msgid "Total Attendees"
|
4270 |
msgstr "Total asistentes"
|
4271 |
|
4272 |
+
#: app/features/mec/notifications.php:89 app/features/mec/notifications.php:141
|
4273 |
+
#: app/features/mec/notifications.php:194
|
4274 |
+
#: app/features/mec/notifications.php:395
|
4275 |
msgid "Ticket name"
|
4276 |
msgstr "Nombre de la entrada"
|
4277 |
|
4278 |
+
#: app/features/mec/notifications.php:90 app/features/mec/notifications.php:142
|
4279 |
+
#: app/features/mec/notifications.php:195
|
4280 |
+
#: app/features/mec/notifications.php:396
|
4281 |
msgid "Ticket time"
|
4282 |
msgstr "Hora de la entrada"
|
4283 |
|
4284 |
+
#: app/features/mec/notifications.php:91 app/features/mec/notifications.php:143
|
4285 |
+
#: app/features/mec/notifications.php:196
|
4286 |
+
#: app/features/mec/notifications.php:397
|
4287 |
msgid "Download ICS file"
|
4288 |
msgstr "Descarga el archivo ICS"
|
4289 |
|
4290 |
+
#: app/features/mec/notifications.php:99 app/libraries/main.php:572
|
4291 |
msgid "Booking Verification"
|
4292 |
msgstr "Verificación de la reserva"
|
4293 |
|
4294 |
+
#: app/features/mec/notifications.php:100
|
4295 |
msgid "It sends to attendee email for verifying their booking/email."
|
4296 |
msgstr ""
|
4297 |
"Se envía a los asistentes un correo electrónico para verificar su reserva."
|
4298 |
|
4299 |
+
#: app/features/mec/notifications.php:139
|
4300 |
msgid "Email/Booking verification link."
|
4301 |
msgstr "Enlace de verificación de correo electrónico/reserva."
|
4302 |
|
4303 |
+
#: app/features/mec/notifications.php:152
|
4304 |
msgid "It sends to attendee after confirming the booking by admin."
|
4305 |
msgstr ""
|
4306 |
"Se envía a los asistentes después de confirmar la reserva por el "
|
4307 |
"administrador."
|
4308 |
|
4309 |
+
#: app/features/mec/notifications.php:191
|
4310 |
+
#: app/features/mec/notifications.php:392
|
4311 |
msgid "Booking cancellation link."
|
4312 |
msgstr "Enlace de cancelación de la reserva."
|
4313 |
|
4314 |
+
#: app/features/mec/notifications.php:203 app/libraries/main.php:574
|
4315 |
#, fuzzy
|
4316 |
#| msgid "Booking cancellation link."
|
4317 |
msgid "Booking Cancellation"
|
4318 |
msgstr "Enlace de cancelación de la reserva."
|
4319 |
|
4320 |
+
#: app/features/mec/notifications.php:207
|
4321 |
#, fuzzy
|
4322 |
#| msgid "Enable new event notification"
|
4323 |
msgid "Enable cancellation notification"
|
4324 |
msgstr "Activa los avisos de nuevos eventos"
|
4325 |
|
4326 |
+
#: app/features/mec/notifications.php:211
|
4327 |
#, fuzzy
|
4328 |
#| msgid "It sends to attendee after booking for notifying him/her."
|
4329 |
msgid ""
|
4331 |
"them."
|
4332 |
msgstr "Se envía a los asistentes después de la reserva."
|
4333 |
|
4334 |
+
#: app/features/mec/notifications.php:229
|
4335 |
#, fuzzy
|
4336 |
#| msgid "Send the email to event organizer"
|
4337 |
msgid "Send the email to admin"
|
4338 |
msgstr "Enviar correo al organizador del evento"
|
4339 |
|
4340 |
+
#: app/features/mec/notifications.php:237
|
4341 |
#, fuzzy
|
4342 |
#| msgid "Send the email to event organizer"
|
4343 |
msgid "Send the email to booking user"
|
4344 |
msgstr "Enviar correo al organizador del evento"
|
4345 |
|
4346 |
+
#: app/features/mec/notifications.php:262
|
4347 |
+
#: app/features/mec/notifications.php:322
|
4348 |
msgid "Admin booking management link."
|
4349 |
msgstr "Enlace del administrador de reservas."
|
4350 |
|
4351 |
+
#: app/features/mec/notifications.php:271 app/libraries/main.php:576
|
4352 |
msgid "Admin"
|
4353 |
msgstr ""
|
4354 |
|
4355 |
+
#: app/features/mec/notifications.php:275
|
4356 |
#, fuzzy
|
4357 |
#| msgid "Enable booking notification"
|
4358 |
msgid "Enable admin notification"
|
4359 |
msgstr "Activar notificación de reservas"
|
4360 |
|
4361 |
+
#: app/features/mec/notifications.php:279
|
4362 |
msgid "It sends to admin to notify him/her that a new booking received."
|
4363 |
msgstr "Se envía al administrador para notificarle una nueva reserva recibida."
|
4364 |
|
4365 |
+
#: app/features/mec/notifications.php:331 app/libraries/main.php:575
|
4366 |
#: app/libraries/notifications.php:478
|
4367 |
msgid "Booking Reminder"
|
4368 |
msgstr "Recordatorio de reserva"
|
4369 |
|
4370 |
+
#: app/features/mec/notifications.php:335
|
4371 |
msgid "Enable booking reminder notification"
|
4372 |
msgstr "Activar recordatorio de reservas del evento."
|
4373 |
|
4374 |
+
#: app/features/mec/notifications.php:341
|
4375 |
#, php-format
|
4376 |
msgid ""
|
4377 |
"Set a cronjob to call %s file once per day otherwise it won't send the "
|
4383 |
"este archivo %s, de lo contrario, puede enviar los recordatorios varias "
|
4384 |
"veces."
|
4385 |
|
4386 |
+
#: app/features/mec/notifications.php:341
|
4387 |
msgid "only once per day"
|
4388 |
msgstr "una vez al día"
|
4389 |
|
4390 |
+
#: app/features/mec/notifications.php:359
|
4391 |
msgid "Days"
|
4392 |
msgstr "Días"
|
4393 |
|
4394 |
+
#: app/features/mec/notifications.php:407 app/features/mec/support-page.php:80
|
4395 |
#: app/libraries/main.php:577
|
4396 |
msgid "New Event"
|
4397 |
msgstr "Nuevo evento"
|
4398 |
|
4399 |
+
#: app/features/mec/notifications.php:411
|
4400 |
msgid "Enable new event notification"
|
4401 |
msgstr "Activa los avisos de nuevos eventos"
|
4402 |
|
4403 |
+
#: app/features/mec/notifications.php:415
|
4404 |
msgid ""
|
4405 |
"It sends after adding a new event from frontend event submission or from "
|
4406 |
"website backend."
|
4408 |
"Se envía después de agregar un nuevo evento de presentación de evento de "
|
4409 |
"frontend o desde el sitio web backend."
|
4410 |
|
4411 |
+
#: app/features/mec/notifications.php:437
|
4412 |
+
#: app/features/mec/notifications.php:483
|
4413 |
msgid "Title of event"
|
4414 |
msgstr "Título del evento"
|
4415 |
|
4416 |
+
#: app/features/mec/notifications.php:438
|
4417 |
+
#: app/features/mec/notifications.php:484
|
4418 |
#, fuzzy
|
4419 |
#| msgid "Title of event"
|
4420 |
msgid "Link of event"
|
4421 |
msgstr "Título del evento"
|
4422 |
|
4423 |
+
#: app/features/mec/notifications.php:439
|
4424 |
+
#: app/features/mec/notifications.php:485
|
4425 |
msgid "Status of event"
|
4426 |
msgstr "Estado del evento"
|
4427 |
|
4428 |
+
#: app/features/mec/notifications.php:440
|
4429 |
+
#: app/features/mec/notifications.php:486 app/features/mec/settings.php:654
|
4430 |
#: app/features/mec/settings.php:658
|
4431 |
msgid "Event Note"
|
4432 |
msgstr "Nota de evento"
|
4433 |
|
4434 |
+
#: app/features/mec/notifications.php:444
|
4435 |
+
#: app/features/mec/notifications.php:490
|
4436 |
msgid "Admin events management link."
|
4437 |
msgstr "Enlace del administrador de reservas."
|
4438 |
|
4439 |
+
#: app/features/mec/notifications.php:453 app/libraries/main.php:578
|
4440 |
+
#, fuzzy
|
4441 |
+
#| msgid "The event published."
|
4442 |
+
msgid "User Event Publishing"
|
4443 |
+
msgstr "El evento a sido publicado."
|
4444 |
+
|
4445 |
+
#: app/features/mec/notifications.php:457
|
4446 |
+
#, fuzzy
|
4447 |
+
#| msgid "Enable new event notification"
|
4448 |
+
msgid "Enable user event publishing notification"
|
4449 |
+
msgstr "Activa los avisos de nuevos eventos"
|
4450 |
+
|
4451 |
+
#: app/features/mec/notifications.php:461
|
4452 |
+
#, fuzzy
|
4453 |
+
#| msgid ""
|
4454 |
+
#| "It sends after adding a new event from frontend event submission or from "
|
4455 |
+
#| "website backend."
|
4456 |
+
msgid ""
|
4457 |
+
"It sends after published a new event from frontend event submission or from "
|
4458 |
+
"website backend."
|
4459 |
+
msgstr ""
|
4460 |
+
"Se envía después de agregar un nuevo evento de presentación de evento de "
|
4461 |
+
"frontend o desde el sitio web backend."
|
4462 |
+
|
4463 |
#: app/features/mec/settings.php:55 app/features/mec/settings.php:65
|
4464 |
msgid "Hide Events"
|
4465 |
msgstr "Ocultar eventos"
|
4555 |
msgstr ""
|
4556 |
|
4557 |
#: app/features/mec/settings.php:136 app/features/mec/settings.php:146
|
4558 |
+
#: app/libraries/main.php:4876
|
4559 |
msgid "Weekdays"
|
4560 |
msgstr "Días de la semana"
|
4561 |
|
5181 |
"en su interfaz de tema después de todos los estilos, de modo que anularán "
|
5182 |
"los estilos predeterminados (o tema) de MEC."
|
5183 |
|
5184 |
+
#: app/features/mec/styling.php:10 app/features/mec/styling.php:158
|
5185 |
+
#: app/features/mec/styling.php:184
|
5186 |
msgid "Default Font"
|
5187 |
msgstr "Fuente por defecto"
|
5188 |
|
5189 |
+
#: app/features/mec/styling.php:50
|
5190 |
msgid "Styling Option"
|
5191 |
msgstr "Opción visual"
|
5192 |
|
5193 |
+
#: app/features/mec/styling.php:55
|
5194 |
msgid "Color Skin"
|
5195 |
msgstr "Tema de color"
|
5196 |
|
5197 |
+
#: app/features/mec/styling.php:58
|
5198 |
msgid "Predefined Color Skin"
|
5199 |
msgstr "Tema de color predefinido"
|
5200 |
|
5201 |
+
#: app/features/mec/styling.php:101
|
5202 |
msgid "Custom Color Skin"
|
5203 |
msgstr "Tema de color personalizado"
|
5204 |
|
5205 |
+
#: app/features/mec/styling.php:107
|
5206 |
msgid ""
|
5207 |
"If you want to select a predefined color skin, you must clear the color of "
|
5208 |
"this item"
|
5209 |
msgstr ""
|
5210 |
|
5211 |
+
#: app/features/mec/styling.php:112
|
5212 |
msgid "Advanced Color Options (shortcodes)"
|
5213 |
msgstr ""
|
5214 |
|
5215 |
+
#: app/features/mec/styling.php:124
|
5216 |
msgid "Title Hover"
|
5217 |
msgstr ""
|
5218 |
|
5219 |
+
#: app/features/mec/styling.php:141
|
5220 |
msgid "Typography"
|
5221 |
msgstr "Tipografía"
|
5222 |
|
5223 |
+
#: app/features/mec/styling.php:143
|
5224 |
msgid "Heading (Events Title) Font Family"
|
5225 |
msgstr "Fuente para cabecera (Títulos de evento)"
|
5226 |
|
5227 |
+
#: app/features/mec/styling.php:169
|
5228 |
msgid "Paragraph Font Family"
|
5229 |
msgstr "Fuente para párrafo"
|
5230 |
|
5231 |
+
#: app/features/mec/styling.php:196 app/features/mec/styling.php:202
|
5232 |
msgid "Disable Google Fonts"
|
5233 |
msgstr ""
|
5234 |
|
5235 |
+
#: app/features/mec/styling.php:203
|
5236 |
msgid "To be GDPR compliant you may need to disable Google fonts!"
|
5237 |
msgstr ""
|
5238 |
|
5239 |
+
#: app/features/mec/styling.php:212
|
5240 |
msgid "Container Width"
|
5241 |
msgstr "Ancho del Contenedor"
|
5242 |
|
5243 |
+
#: app/features/mec/styling.php:214 app/features/mec/styling.php:219
|
5244 |
msgid "Desktop Normal Screens"
|
5245 |
msgstr "Pantallas normales de escritorio"
|
5246 |
|
5247 |
+
#: app/features/mec/styling.php:220 app/features/mec/styling.php:233
|
5248 |
msgid "You can enter your theme container size in this field"
|
5249 |
msgstr "Puedes introducir el tamaño del contenedor del tema en este campo"
|
5250 |
|
5251 |
+
#: app/features/mec/styling.php:227 app/features/mec/styling.php:232
|
5252 |
msgid "Desktop Large Screens"
|
5253 |
msgstr "Pantallas grandes de escritorio"
|
5254 |
|
5585 |
msgid "Go to support forum"
|
5586 |
msgstr "Foro de soporte"
|
5587 |
|
5588 |
+
#: app/features/mec/support.php:52 app/libraries/main.php:775
|
5589 |
msgid "Styling Options"
|
5590 |
msgstr "Opciones visuales"
|
5591 |
|
5592 |
+
#: app/features/mec/support.php:59 app/libraries/main.php:782
|
5593 |
msgid "Custom CSS"
|
5594 |
msgstr "CSS personalizado"
|
5595 |
|
5717 |
msgid "eg. https://webnus.net"
|
5718 |
msgstr "ej. https://webnus.net"
|
5719 |
|
5720 |
+
#: app/features/organizers.php:311 app/libraries/main.php:4900
|
5721 |
#: app/skins/single.php:845
|
5722 |
msgid "Other Organizers"
|
5723 |
msgstr "En común"
|
5738 |
msgid "#"
|
5739 |
msgstr ""
|
5740 |
|
5741 |
+
#: app/features/profile/profile.php:35 app/libraries/main.php:2909
|
5742 |
msgid "Status"
|
5743 |
msgstr "Estado"
|
5744 |
|
5745 |
+
#: app/features/profile/profile.php:38 app/libraries/main.php:2046
|
5746 |
msgid "Attendees"
|
5747 |
msgstr "Asistentes"
|
5748 |
|
5755 |
msgid "<i class=\"mec-sl-eye\"></i> %s"
|
5756 |
msgstr ""
|
5757 |
|
5758 |
+
#: app/features/profile/profile.php:97 app/libraries/main.php:2060
|
5759 |
+
#: app/libraries/main.php:4898
|
5760 |
msgid "Ticket"
|
5761 |
msgstr "Ticket"
|
5762 |
|
5791 |
msgstr ""
|
5792 |
|
5793 |
#: app/features/search_bar/search_result.php:11
|
5794 |
+
#: app/libraries/notifications.php:743 app/libraries/render.php:437
|
5795 |
#: app/modules/local-time/details.php:47 app/modules/next-event/details.php:101
|
5796 |
#: app/skins/single.php:160 app/skins/single.php:736
|
5797 |
+
#: app/skins/single/default.php:89 app/skins/single/default.php:301
|
5798 |
#: app/skins/single/m1.php:34 app/skins/single/modern.php:184
|
5799 |
msgid "All of the day"
|
5800 |
msgstr "Todo el día"
|
5881 |
msgid "day"
|
5882 |
msgstr "día "
|
5883 |
|
5884 |
+
#: app/libraries/factory.php:341 app/modules/countdown/details.php:125
|
5885 |
+
#: app/skins/available_spot/tpl.php:165 app/skins/countdown/tpl.php:158
|
5886 |
+
#: app/skins/countdown/tpl.php:202 app/skins/countdown/tpl.php:251
|
5887 |
msgid "days"
|
5888 |
msgstr "días"
|
5889 |
|
5891 |
msgid "hour"
|
5892 |
msgstr "hora"
|
5893 |
|
5894 |
+
#: app/libraries/factory.php:343 app/modules/countdown/details.php:132
|
5895 |
+
#: app/skins/available_spot/tpl.php:169 app/skins/countdown/tpl.php:164
|
5896 |
+
#: app/skins/countdown/tpl.php:208 app/skins/countdown/tpl.php:257
|
5897 |
msgid "hours"
|
5898 |
msgstr "horas"
|
5899 |
|
5901 |
msgid "minute"
|
5902 |
msgstr "minuto"
|
5903 |
|
5904 |
+
#: app/libraries/factory.php:345 app/modules/countdown/details.php:139
|
5905 |
+
#: app/skins/available_spot/tpl.php:173 app/skins/countdown/tpl.php:170
|
5906 |
+
#: app/skins/countdown/tpl.php:214 app/skins/countdown/tpl.php:263
|
5907 |
msgid "minutes"
|
5908 |
msgstr "minutos"
|
5909 |
|
5911 |
msgid "second"
|
5912 |
msgstr "segundo"
|
5913 |
|
5914 |
+
#: app/libraries/factory.php:347 app/modules/countdown/details.php:146
|
5915 |
+
#: app/skins/available_spot/tpl.php:177 app/skins/countdown/tpl.php:176
|
5916 |
+
#: app/skins/countdown/tpl.php:220 app/skins/countdown/tpl.php:269
|
5917 |
msgid "seconds"
|
5918 |
msgstr "segundos"
|
5919 |
|
5929 |
msgid "There is no excerpt because this is a protected post."
|
5930 |
msgstr "No hay extracto porque es una entrada protegida."
|
5931 |
|
5932 |
+
#: app/libraries/main.php:330 app/libraries/main.php:1572
|
5933 |
+
#: app/libraries/main.php:1597
|
5934 |
msgid "Grid View"
|
5935 |
msgstr "Vista cuadrícula"
|
5936 |
|
5937 |
+
#: app/libraries/main.php:331 app/libraries/main.php:1573
|
5938 |
+
#: app/libraries/main.php:1598
|
5939 |
msgid "Agenda View"
|
5940 |
msgstr "Vista de Agenda"
|
5941 |
|
5942 |
+
#: app/libraries/main.php:332 app/libraries/main.php:1564
|
5943 |
+
#: app/libraries/main.php:1589
|
5944 |
msgid "Full Calendar"
|
5945 |
msgstr "Calendario completo"
|
5946 |
|
5947 |
+
#: app/libraries/main.php:334 app/libraries/main.php:1566
|
5948 |
+
#: app/libraries/main.php:1591
|
5949 |
msgid "Calendar/Monthly View"
|
5950 |
msgstr "Ver Calendario/Mes"
|
5951 |
|
5952 |
+
#: app/libraries/main.php:337 app/libraries/main.php:1569
|
5953 |
+
#: app/libraries/main.php:1594
|
5954 |
msgid "Timetable View"
|
5955 |
msgstr "Vista de Horario"
|
5956 |
|
5957 |
+
#: app/libraries/main.php:338 app/libraries/main.php:1570
|
5958 |
+
#: app/libraries/main.php:1595
|
5959 |
msgid "Masonry View"
|
5960 |
msgstr "Vista en mosaico"
|
5961 |
|
5962 |
+
#: app/libraries/main.php:339 app/libraries/main.php:1574
|
5963 |
+
#: app/libraries/main.php:1599
|
5964 |
msgid "Map View"
|
5965 |
msgstr "Vista de mapa"
|
5966 |
|
5984 |
msgid "Slider View"
|
5985 |
msgstr "Vista del rotativo"
|
5986 |
|
5987 |
+
#: app/libraries/main.php:382 app/libraries/main.php:4878
|
5988 |
msgid "SU"
|
5989 |
msgstr "DO"
|
5990 |
|
5991 |
+
#: app/libraries/main.php:383 app/libraries/main.php:4879
|
5992 |
msgid "MO"
|
5993 |
msgstr "LU"
|
5994 |
|
5995 |
+
#: app/libraries/main.php:384 app/libraries/main.php:4880
|
5996 |
msgid "TU"
|
5997 |
msgstr "MA"
|
5998 |
|
5999 |
+
#: app/libraries/main.php:385 app/libraries/main.php:4881
|
6000 |
msgid "WE"
|
6001 |
msgstr "MI"
|
6002 |
|
6003 |
+
#: app/libraries/main.php:386 app/libraries/main.php:4882
|
6004 |
msgid "TH"
|
6005 |
msgstr "JU"
|
6006 |
|
6007 |
+
#: app/libraries/main.php:387 app/libraries/main.php:4883
|
6008 |
msgid "FR"
|
6009 |
msgstr "VI"
|
6010 |
|
6011 |
+
#: app/libraries/main.php:388 app/libraries/main.php:4884
|
6012 |
msgid "SA"
|
6013 |
msgstr "SA"
|
6014 |
|
6024 |
msgid "Additional Locations"
|
6025 |
msgstr "Organizadores adicionales"
|
6026 |
|
6027 |
+
#: app/libraries/main.php:629
|
6028 |
#, fuzzy
|
6029 |
#| msgid "Single Event Style"
|
6030 |
msgid "Single Event"
|
6031 |
msgstr "Estilo de evento único"
|
6032 |
|
6033 |
+
#: app/libraries/main.php:695
|
6034 |
#, fuzzy
|
6035 |
#| msgid "Social Module"
|
6036 |
msgid "Modules"
|
6037 |
msgstr "Módulo social"
|
6038 |
|
6039 |
+
#: app/libraries/main.php:865
|
6040 |
msgid "New Addons For MEC! Now Customize MEC in Elementor"
|
6041 |
msgstr ""
|
6042 |
|
6043 |
+
#: app/libraries/main.php:872
|
6044 |
msgid ""
|
6045 |
"The time has come at last, and the new practical add-ons for MEC have been "
|
6046 |
"released. This is a revolution in the world of Event Calendars. We have "
|
6048 |
"below:"
|
6049 |
msgstr ""
|
6050 |
|
6051 |
+
#: app/libraries/main.php:874
|
6052 |
msgid ""
|
6053 |
"<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
|
6054 |
"products) and Woo products at the same time."
|
6055 |
msgstr ""
|
6056 |
|
6057 |
+
#: app/libraries/main.php:875
|
6058 |
msgid ""
|
6059 |
"<strong>Elementor Single Builder:</strong> It enables you to create "
|
6060 |
"shortcodes in Elementor Live Editor."
|
6061 |
msgstr ""
|
6062 |
|
6063 |
+
#: app/libraries/main.php:876
|
6064 |
msgid ""
|
6065 |
"<strong>Elementor Form Builder:</strong> It allows you to use many different "
|
6066 |
"type of fields and rearrange them by drag and drop and modify their styles."
|
6067 |
msgstr ""
|
6068 |
|
6069 |
+
#: app/libraries/main.php:877
|
6070 |
msgid ""
|
6071 |
"<strong>Elementor Shortcode Builder:</strong> Edit single event page using "
|
6072 |
"Elementor. Manage the position of all elements in the Single page and in "
|
6073 |
"desktops, mobiles and tablets as well."
|
6074 |
msgstr ""
|
6075 |
|
6076 |
+
#: app/libraries/main.php:1426
|
6077 |
msgid "Events at this location"
|
6078 |
msgstr "Eventos en este lugar"
|
6079 |
|
6080 |
+
#: app/libraries/main.php:1426
|
6081 |
msgid "Event at this location"
|
6082 |
msgstr "Evento en este lugar"
|
6083 |
|
6084 |
+
#: app/libraries/main.php:1468
|
6085 |
msgid "Facebook"
|
6086 |
msgstr "Facebook"
|
6087 |
|
6088 |
+
#: app/libraries/main.php:1469
|
6089 |
msgid "Twitter"
|
6090 |
msgstr "Twitter"
|
6091 |
|
6092 |
+
#: app/libraries/main.php:1470 app/libraries/main.php:1520
|
6093 |
msgid "Linkedin"
|
6094 |
msgstr "LinkedIn"
|
6095 |
|
6096 |
+
#: app/libraries/main.php:1471 app/libraries/main.php:1553
|
6097 |
msgid "VK"
|
6098 |
msgstr "VK"
|
6099 |
|
6100 |
+
#: app/libraries/main.php:1490
|
6101 |
msgid "Share on Facebook"
|
6102 |
msgstr "Compartir en Facebook"
|
6103 |
|
6104 |
+
#: app/libraries/main.php:1505
|
6105 |
msgid "Tweet"
|
6106 |
msgstr "Tweet"
|
6107 |
|
6108 |
+
#: app/libraries/main.php:1575
|
6109 |
#, fuzzy
|
6110 |
#| msgid "Shortcode"
|
6111 |
msgid "Custom Shortcode"
|
6112 |
msgstr "Shortcode"
|
6113 |
|
6114 |
+
#: app/libraries/main.php:1934
|
6115 |
msgid "Your booking successfully verified."
|
6116 |
msgstr "Tu reserva se ha verificado correctamente."
|
6117 |
|
6118 |
+
#: app/libraries/main.php:1935
|
6119 |
msgid "Your booking cannot verify!"
|
6120 |
msgstr "¡Tu reserva no se puede verificar!"
|
6121 |
|
6122 |
+
#: app/libraries/main.php:1947
|
6123 |
msgid "Your booking successfully canceled."
|
6124 |
msgstr "Tu reserva se ha cancelado correctamente."
|
6125 |
|
6126 |
+
#: app/libraries/main.php:1948
|
6127 |
msgid "Your booking cannot be canceled."
|
6128 |
msgstr "La reserva no puede cancelarse."
|
6129 |
|
6130 |
+
#: app/libraries/main.php:1952
|
6131 |
msgid "You canceled the payment successfully."
|
6132 |
msgstr "Has cancelado el pago correctamente."
|
6133 |
|
6134 |
+
#: app/libraries/main.php:1956
|
6135 |
msgid "You returned from payment gateway successfully."
|
6136 |
msgstr "Has vuelto correctamente de tu pasarela de pago."
|
6137 |
|
6138 |
+
#: app/libraries/main.php:1972
|
6139 |
#, fuzzy
|
6140 |
#| msgid "Cannot find the booking!"
|
6141 |
msgid "Cannot find the invoice!"
|
6142 |
msgstr "¡No se pudo encontrar la reserva!"
|
6143 |
|
6144 |
+
#: app/libraries/main.php:1972
|
6145 |
#, fuzzy
|
6146 |
#| msgid "Booking is invalid."
|
6147 |
msgid "Invoice is invalid."
|
6148 |
msgstr "Reserva no válida."
|
6149 |
|
6150 |
+
#: app/libraries/main.php:1987
|
6151 |
msgid "Cannot find the booking!"
|
6152 |
msgstr "¡No se pudo encontrar la reserva!"
|
6153 |
|
6154 |
+
#: app/libraries/main.php:1987
|
6155 |
msgid "Booking is invalid."
|
6156 |
msgstr "Reserva no válida."
|
6157 |
|
6158 |
+
#: app/libraries/main.php:2016
|
6159 |
#, php-format
|
6160 |
msgid "%s Invoice"
|
6161 |
msgstr "%s Factura"
|
6162 |
|
6163 |
+
#: app/libraries/main.php:2037
|
6164 |
msgid "Transaction ID"
|
6165 |
msgstr "ID Transacción"
|
6166 |
|
6167 |
+
#: app/libraries/main.php:2090
|
6168 |
msgid "Billing"
|
6169 |
msgstr "Facturación"
|
6170 |
|
6171 |
+
#: app/libraries/main.php:2101
|
6172 |
msgid "Total"
|
6173 |
msgstr "Total "
|
6174 |
|
6175 |
+
#: app/libraries/main.php:2134
|
6176 |
msgid "Security nonce is not valid."
|
6177 |
msgstr "La seguridad nonce no es válida."
|
6178 |
|
6179 |
+
#: app/libraries/main.php:2134 app/libraries/main.php:2166
|
6180 |
msgid "iCal export stopped!"
|
6181 |
msgstr "¡La exportación de iCal se detuvo!"
|
6182 |
|
6183 |
+
#: app/libraries/main.php:2166
|
6184 |
msgid "Request is not valid."
|
6185 |
msgstr "La solicitud no es válida."
|
6186 |
|
6187 |
+
#: app/libraries/main.php:2493 app/libraries/main.php:2523
|
6188 |
+
#: app/libraries/main.php:2552 app/libraries/main.php:2582
|
6189 |
+
#: app/libraries/main.php:2611 app/libraries/main.php:2640
|
6190 |
+
#: app/libraries/main.php:2669 app/libraries/main.php:2698
|
6191 |
+
#: app/libraries/main.php:2727 app/libraries/main.php:2751
|
6192 |
+
#: app/libraries/main.php:2795 app/libraries/main.php:2839
|
6193 |
+
#: app/libraries/main.php:2886 app/libraries/main.php:2933
|
6194 |
msgid "Sort"
|
6195 |
msgstr "Orden"
|
6196 |
|
6197 |
+
#: app/libraries/main.php:2499 app/libraries/main.php:2529
|
6198 |
+
#: app/libraries/main.php:2558 app/libraries/main.php:2588
|
6199 |
+
#: app/libraries/main.php:2617 app/libraries/main.php:2646
|
6200 |
+
#: app/libraries/main.php:2675 app/libraries/main.php:2704
|
6201 |
+
#: app/libraries/main.php:2757 app/libraries/main.php:2801
|
6202 |
+
#: app/libraries/main.php:2845 app/libraries/main.php:2892
|
6203 |
msgid "Required Field"
|
6204 |
msgstr "Campo obligatorio"
|
6205 |
|
6206 |
+
#: app/libraries/main.php:2505 app/libraries/main.php:2535
|
6207 |
+
#: app/libraries/main.php:2564 app/libraries/main.php:2594
|
6208 |
+
#: app/libraries/main.php:2623 app/libraries/main.php:2652
|
6209 |
+
#: app/libraries/main.php:2681 app/libraries/main.php:2710
|
6210 |
+
#: app/libraries/main.php:2763 app/libraries/main.php:2807
|
6211 |
+
#: app/libraries/main.php:2851 app/libraries/main.php:2898
|
6212 |
msgid "Insert a label for this field"
|
6213 |
msgstr "Introduce una etiqueta para este campo"
|
6214 |
|
6215 |
+
#: app/libraries/main.php:2733
|
6216 |
msgid "HTML and shortcode are allowed."
|
6217 |
msgstr "Se permite HTML"
|
6218 |
|
6219 |
+
#: app/libraries/main.php:2776 app/libraries/main.php:2820
|
6220 |
+
#: app/libraries/main.php:2864
|
6221 |
msgid "Option"
|
6222 |
msgstr "Opción"
|
6223 |
|
6224 |
+
#: app/libraries/main.php:2898
|
6225 |
#, php-format
|
6226 |
msgid "Instead of %s, the page title with a link will be show."
|
6227 |
msgstr "En lugar de %s, se mostrará el título de la página con un enlace."
|
6228 |
|
6229 |
+
#: app/libraries/main.php:2900
|
6230 |
msgid "Agreement Page"
|
6231 |
msgstr "Página de Acuerdo"
|
6232 |
|
6233 |
+
#: app/libraries/main.php:2911
|
6234 |
msgid "Checked by default"
|
6235 |
msgstr "Marcado por defecto"
|
6236 |
|
6237 |
+
#: app/libraries/main.php:2912
|
6238 |
msgid "Unchecked by default"
|
6239 |
msgstr "Sin marcar por defecto"
|
6240 |
|
6241 |
+
#: app/libraries/main.php:2935
|
6242 |
msgid "Insert a label for this option"
|
6243 |
msgstr "Introduce una etiqueta para esta opción"
|
6244 |
|
6245 |
+
#: app/libraries/main.php:2950
|
6246 |
msgid "Free"
|
6247 |
msgstr "Gratis"
|
6248 |
|
6249 |
+
#: app/libraries/main.php:3544 app/libraries/main.php:5125
|
6250 |
#, fuzzy
|
6251 |
#| msgid "M.E. Calendar"
|
6252 |
msgid "M.E. Calender"
|
6253 |
msgstr "M.E. Calendario"
|
6254 |
|
6255 |
+
#: app/libraries/main.php:3699
|
6256 |
#, php-format
|
6257 |
msgid "Copy of %s"
|
6258 |
msgstr "Copia de %s"
|
6259 |
|
6260 |
+
#: app/libraries/main.php:4372
|
6261 |
msgid "Booked an event."
|
6262 |
msgstr "Has reservado para un evento."
|
6263 |
|
6264 |
+
#: app/libraries/main.php:4413
|
6265 |
#, php-format
|
6266 |
msgid "%s booked %s event."
|
6267 |
msgstr "%s reservado %s evento."
|
6268 |
|
6269 |
+
#: app/libraries/main.php:4861
|
6270 |
msgid "Taxonomies"
|
6271 |
msgstr "Taxonomías"
|
6272 |
|
6273 |
+
#: app/libraries/main.php:4863
|
6274 |
msgid "Category Plural Label"
|
6275 |
msgstr "Categoría Etiqueta plural"
|
6276 |
|
6277 |
+
#: app/libraries/main.php:4864
|
6278 |
msgid "Category Singular Label"
|
6279 |
msgstr "Categoría Etiqueta Singular"
|
6280 |
|
6281 |
+
#: app/libraries/main.php:4865
|
6282 |
msgid "Label Plural Label"
|
6283 |
msgstr "Etiqueta plural"
|
6284 |
|
6285 |
+
#: app/libraries/main.php:4866
|
6286 |
msgid "Label Singular Label"
|
6287 |
msgstr "Etiqueta singular de la etiqueta"
|
6288 |
|
6289 |
+
#: app/libraries/main.php:4866
|
6290 |
msgid "label"
|
6291 |
msgstr "etiqueta"
|
6292 |
|
6293 |
+
#: app/libraries/main.php:4867
|
6294 |
msgid "Location Plural Label"
|
6295 |
msgstr "Ubicación Etiqueta plural"
|
6296 |
|
6297 |
+
#: app/libraries/main.php:4868
|
6298 |
msgid "Location Singular Label"
|
6299 |
msgstr "Etiqueta de ubicación en singular"
|
6300 |
|
6301 |
+
#: app/libraries/main.php:4869
|
6302 |
msgid "Organizer Plural Label"
|
6303 |
msgstr "Etiqueta del organizador en plural"
|
6304 |
|
6305 |
+
#: app/libraries/main.php:4870
|
6306 |
msgid "Organizer Singular Label"
|
6307 |
msgstr "Etiqueta Singular del Organizador"
|
6308 |
|
6309 |
+
#: app/libraries/main.php:4871
|
6310 |
msgid "Speaker Plural Label"
|
6311 |
msgstr ""
|
6312 |
|
6313 |
+
#: app/libraries/main.php:4872
|
6314 |
msgid "Speaker Singular Label"
|
6315 |
msgstr ""
|
6316 |
|
6317 |
+
#: app/libraries/main.php:4878
|
6318 |
msgid "Sunday abbreviation"
|
6319 |
msgstr "Abreviatura de Domingo"
|
6320 |
|
6321 |
+
#: app/libraries/main.php:4879
|
6322 |
msgid "Monday abbreviation"
|
6323 |
msgstr "Abreviatura de Lunes"
|
6324 |
|
6325 |
+
#: app/libraries/main.php:4880
|
6326 |
msgid "Tuesday abbreviation"
|
6327 |
msgstr "Abreviatura de Martes"
|
6328 |
|
6329 |
+
#: app/libraries/main.php:4881
|
6330 |
msgid "Wednesday abbreviation"
|
6331 |
msgstr "Abreviatura de Miércoles "
|
6332 |
|
6333 |
+
#: app/libraries/main.php:4882
|
6334 |
msgid "Thursday abbreviation"
|
6335 |
msgstr "Abreviatura de Jueves"
|
6336 |
|
6337 |
+
#: app/libraries/main.php:4883
|
6338 |
msgid "Friday abbreviation"
|
6339 |
msgstr "Abreviatura de Viernes"
|
6340 |
|
6341 |
+
#: app/libraries/main.php:4884
|
6342 |
msgid "Saturday abbreviation"
|
6343 |
msgstr "Abreviatura de Sábado "
|
6344 |
|
6345 |
+
#: app/libraries/main.php:4888
|
6346 |
msgid "Others"
|
6347 |
msgstr "Otros"
|
6348 |
|
6349 |
+
#: app/libraries/main.php:4890
|
6350 |
msgid "Booking Success Message"
|
6351 |
msgstr "Mensaje de reserva correcta"
|
6352 |
|
6353 |
+
#: app/libraries/main.php:4890
|
6354 |
msgid ""
|
6355 |
"Thanks for your booking. Your tickets booked, booking verification might be "
|
6356 |
"needed, please check your email."
|
6358 |
"Gracias por tu reserva. Tus entradas han sido reservadas, podrías necesitar "
|
6359 |
"una verificación, por favor consulta tu correo."
|
6360 |
|
6361 |
+
#: app/libraries/main.php:4891 app/widgets/single.php:131
|
6362 |
msgid "Register Button"
|
6363 |
msgstr "Botón de registro"
|
6364 |
|
6365 |
+
#: app/libraries/main.php:4891 app/skins/available_spot/tpl.php:223
|
6366 |
#: app/skins/carousel/render.php:156 app/skins/carousel/render.php:192
|
6367 |
#: app/skins/grid/render.php:118 app/skins/grid/render.php:164
|
6368 |
#: app/skins/grid/render.php:206 app/skins/grid/render.php:234
|
6369 |
#: app/skins/list/render.php:107 app/skins/list/render.php:195
|
6370 |
#: app/skins/masonry/render.php:178 app/skins/single.php:757
|
6371 |
+
#: app/skins/single.php:760 app/skins/single/default.php:236
|
6372 |
+
#: app/skins/single/default.php:238 app/skins/single/default.php:448
|
6373 |
+
#: app/skins/single/default.php:450 app/skins/single/m1.php:126
|
6374 |
#: app/skins/single/m1.php:128 app/skins/single/m2.php:58
|
6375 |
#: app/skins/single/m2.php:60 app/skins/single/modern.php:68
|
6376 |
#: app/skins/single/modern.php:70 app/skins/slider/render.php:112
|
6379 |
msgid "REGISTER"
|
6380 |
msgstr "REGISTRO"
|
6381 |
|
6382 |
+
#: app/libraries/main.php:4892
|
6383 |
msgid "View Detail Button"
|
6384 |
msgstr "Ver detalle del botón"
|
6385 |
|
6386 |
+
#: app/libraries/main.php:4892 app/skins/carousel/render.php:156
|
6387 |
#: app/skins/carousel/render.php:192 app/skins/grid/render.php:118
|
6388 |
#: app/skins/grid/render.php:164 app/skins/grid/render.php:206
|
6389 |
#: app/skins/grid/render.php:234 app/skins/list/render.php:107
|
6394 |
msgid "View Detail"
|
6395 |
msgstr "Ver detalle"
|
6396 |
|
6397 |
+
#: app/libraries/main.php:4893
|
6398 |
msgid "Event Detail Button"
|
6399 |
msgstr "Botón de detalle del evento"
|
6400 |
|
6401 |
+
#: app/libraries/main.php:4893 app/skins/countdown/tpl.php:244
|
6402 |
msgid "Event Detail"
|
6403 |
msgstr "Detalle del evento"
|
6404 |
|
6405 |
+
#: app/libraries/main.php:4895
|
6406 |
msgid "More Info Link"
|
6407 |
msgstr "Enlace a Más Información"
|
6408 |
|
6409 |
+
#: app/libraries/main.php:4898
|
6410 |
msgid "Ticket (Singular)"
|
6411 |
msgstr "Entrada (Singular)"
|
6412 |
|
6413 |
+
#: app/libraries/main.php:4899
|
6414 |
msgid "Tickets (Plural)"
|
6415 |
msgstr "Entradas (Plural)"
|
6416 |
|
6417 |
+
#: app/libraries/main.php:4985
|
6418 |
msgid "EventON"
|
6419 |
msgstr "EventON"
|
6420 |
|
6421 |
+
#: app/libraries/main.php:4986
|
6422 |
msgid "The Events Calendar"
|
6423 |
msgstr "The Events Calendar"
|
6424 |
|
6425 |
+
#: app/libraries/main.php:4987
|
6426 |
msgid "Events Schedule WP Plugin"
|
6427 |
msgstr "Events Schedule WP Plugin"
|
6428 |
|
6429 |
+
#: app/libraries/main.php:4988
|
6430 |
msgid "Calendarize It"
|
6431 |
msgstr "Ponlo al calendario"
|
6432 |
|
6433 |
+
#: app/libraries/main.php:5062 app/libraries/main.php:5082
|
6434 |
msgid "Confirmed"
|
6435 |
msgstr ""
|
6436 |
|
6437 |
+
#: app/libraries/main.php:5063 app/libraries/main.php:5090
|
6438 |
msgid "Rejected"
|
6439 |
msgstr ""
|
6440 |
|
6441 |
+
#: app/libraries/main.php:5064 app/libraries/main.php:5086
|
6442 |
msgid "Pending"
|
6443 |
msgstr ""
|
6444 |
|
6445 |
+
#: app/libraries/main.php:5112
|
6446 |
msgid "Waiting"
|
6447 |
msgstr ""
|
6448 |
|
6449 |
+
#: app/libraries/main.php:5317 app/libraries/render.php:367
|
6450 |
msgid "Skin controller does not exist."
|
6451 |
msgstr "No existe skin controller."
|
6452 |
|
6476 |
msgid "A new event is added."
|
6477 |
msgstr "Se ha añadido un nuevo evento."
|
6478 |
|
6479 |
+
#: app/libraries/notifications.php:631
|
6480 |
+
#, fuzzy
|
6481 |
+
#| msgid "The event published."
|
6482 |
+
msgid "Your event is published."
|
6483 |
+
msgstr "El evento a sido publicado."
|
6484 |
+
|
6485 |
+
#: app/libraries/notifications.php:818
|
6486 |
msgid "to"
|
6487 |
msgstr "a"
|
6488 |
|
6489 |
+
#: app/libraries/notifications.php:831 app/modules/export/details.php:27
|
6490 |
msgid "+ Add to Google Calendar"
|
6491 |
msgstr "+ Añadir Google Calendar"
|
6492 |
|
6493 |
+
#: app/libraries/notifications.php:832 app/modules/export/details.php:28
|
6494 |
msgid "+ iCal export"
|
6495 |
msgstr "Exportación + iCal"
|
6496 |
|
6497 |
+
#: app/libraries/notifications.php:893
|
6498 |
msgid "Yes"
|
6499 |
msgstr "Sí"
|
6500 |
|
6501 |
+
#: app/libraries/notifications.php:893
|
6502 |
msgid "No"
|
6503 |
msgstr "No"
|
6504 |
|
6542 |
"formulario."
|
6543 |
|
6544 |
#: app/modules/booking/steps/form.php:179
|
6545 |
+
#: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:145
|
6546 |
+
#: app/skins/countdown/tpl.php:189 app/skins/countdown/tpl.php:234
|
6547 |
msgid "Next"
|
6548 |
msgstr "Siguiente"
|
6549 |
|
6567 |
"Las entradas de %s están agotadas. Puedes intentarlo con otro evento o con "
|
6568 |
"otra fecha."
|
6569 |
|
6570 |
+
#: app/modules/countdown/details.php:41
|
6571 |
msgid "The event is finished."
|
6572 |
msgstr "El evento está terminado."
|
6573 |
|
6574 |
+
#: app/modules/countdown/details.php:46
|
6575 |
msgid "The event is ongoing."
|
6576 |
msgstr "El evento está en curso."
|
6577 |
|
6611 |
msgstr "Ir a la página de repetición"
|
6612 |
|
6613 |
#: app/modules/next-event/details.php:95 app/skins/single.php:730
|
6614 |
+
#: app/skins/single/default.php:83 app/skins/single/default.php:295
|
6615 |
#: app/skins/single/m1.php:28 app/skins/single/modern.php:178
|
6616 |
msgid "Time"
|
6617 |
msgstr "Hora"
|
6681 |
msgid "Load More"
|
6682 |
msgstr "Cargar más"
|
6683 |
|
6684 |
+
#: app/skins/available_spot/tpl.php:158
|
6685 |
msgid "Available Spot(s):"
|
6686 |
msgstr "Sitio(s) disponible(s):"
|
6687 |
|
6688 |
+
#: app/skins/carousel/render.php:213 app/skins/countdown/tpl.php:183
|
6689 |
+
#: app/skins/countdown/tpl.php:227 app/skins/cover/tpl.php:107
|
6690 |
#: app/skins/list/render.php:125
|
6691 |
msgid "EVENT DETAIL"
|
6692 |
msgstr "DETALLE DEL EVENTO"
|
6697 |
msgid "View All Events"
|
6698 |
msgstr "Todos los eventos"
|
6699 |
|
6700 |
+
#: app/skins/countdown/tpl.php:145 app/skins/countdown/tpl.php:189
|
6701 |
+
#: app/skins/countdown/tpl.php:234
|
6702 |
#, php-format
|
6703 |
msgid "%s Upcoming Event"
|
6704 |
msgstr "%s Próximo evento"
|
6752 |
msgstr "¡Agotado!"
|
6753 |
|
6754 |
#: app/skins/single.php:805 app/skins/single.php:860
|
6755 |
+
#: app/skins/single/default.php:208 app/skins/single/default.php:420
|
6756 |
#: app/skins/single/m1.php:100 app/skins/single/m2.php:32
|
6757 |
#: app/skins/single/modern.php:41
|
6758 |
msgid "Phone"
|
6759 |
msgstr "Teléfono"
|
6760 |
|
6761 |
#: app/skins/single.php:819 app/skins/single.php:874
|
6762 |
+
#: app/skins/single/default.php:222 app/skins/single/default.php:434
|
6763 |
#: app/skins/single/m1.php:114 app/skins/single/m2.php:46
|
6764 |
#: app/skins/single/modern.php:55
|
6765 |
msgid "Website"
|
6769 |
msgid "Speakers:"
|
6770 |
msgstr ""
|
6771 |
|
6772 |
+
#: app/skins/single/default.php:56 app/skins/single/m1.php:256
|
6773 |
#: app/skins/single/m2.php:183 app/skins/single/modern.php:266
|
6774 |
msgid "Tags: "
|
6775 |
msgstr "Tags:"
|
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-09-
|
5 |
-
"PO-Revision-Date: 2019-09-
|
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:
|
30 |
msgid "Content"
|
31 |
msgstr "Contenu"
|
32 |
|
33 |
-
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:
|
34 |
-
#: app/features/mec.php:
|
35 |
msgid "Shortcode"
|
36 |
msgstr "Shortcode"
|
37 |
|
@@ -75,14 +75,14 @@ msgstr "Tout sélectionner"
|
|
75 |
msgid "Event Color"
|
76 |
msgstr "Couleur de l'événement"
|
77 |
|
78 |
-
#: app/features/contextual.php:55 app/features/mec.php:
|
79 |
#: app/features/mec/dashboard.php:135 app/features/mec/support-page.php:168
|
80 |
-
#: app/features/mec/support.php:20 app/libraries/main.php:
|
81 |
msgid "Settings"
|
82 |
msgstr "Paramètres"
|
83 |
|
84 |
-
#: app/features/contextual.php:62 app/features/events.php:
|
85 |
-
#: app/features/mec/booking.php:
|
86 |
#: app/libraries/main.php:554
|
87 |
msgid "Booking Form"
|
88 |
msgstr "Formulaire de réservation"
|
@@ -96,7 +96,7 @@ msgid ""
|
|
96 |
"YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/features/contextual.php:70 app/features/mec/booking.php:
|
100 |
#: app/features/mec/support.php:36 app/libraries/main.php:555
|
101 |
msgid "Payment Gateways"
|
102 |
msgstr "Passerelle de paiement"
|
@@ -109,7 +109,7 @@ msgid ""
|
|
109 |
msgstr ""
|
110 |
|
111 |
#: app/features/contextual.php:77 app/features/mec/support.php:45
|
112 |
-
#: app/libraries/main.php:
|
113 |
msgid "Notifications"
|
114 |
msgstr "Notifications"
|
115 |
|
@@ -220,19 +220,19 @@ msgstr "Module événement suivant"
|
|
220 |
msgid "Frontend Event Submission"
|
221 |
msgstr "Réglages du formulaire de création d’événements"
|
222 |
|
223 |
-
#: app/features/contextual.php:298 app/features/events.php:
|
224 |
#: app/libraries/main.php:543
|
225 |
msgid "Exceptional Days"
|
226 |
msgstr "Journées Exceptionnelles"
|
227 |
|
228 |
-
#: app/features/contextual.php:308 app/features/events.php:
|
229 |
-
#: app/features/mec/booking.php:88 app/features/mec/notifications.php:
|
230 |
#: app/libraries/main.php:550 app/libraries/main.php:571
|
231 |
-
#: app/libraries/main.php:
|
232 |
msgid "Booking"
|
233 |
msgstr "Réservation"
|
234 |
|
235 |
-
#: app/features/contextual.php:318 app/features/mec/booking.php:
|
236 |
#: app/libraries/main.php:551
|
237 |
msgid "Coupons"
|
238 |
msgstr "Bons de réduction"
|
@@ -251,13 +251,13 @@ msgstr "Intégration de Mailchimp"
|
|
251 |
msgid "MEC Activation"
|
252 |
msgstr "Activation de l'extension"
|
253 |
|
254 |
-
#: app/features/events.php:
|
255 |
#: app/features/mec/dashboard.php:229 app/skins/daily_view/tpl.php:79
|
256 |
#: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
|
257 |
msgid "Events"
|
258 |
msgstr "Évenements"
|
259 |
|
260 |
-
#: app/features/events.php:
|
261 |
#: app/features/mec/meta_boxes/display_options.php:921
|
262 |
#: app/features/mec/meta_boxes/display_options.php:977
|
263 |
#: app/features/mec/meta_boxes/display_options.php:1012
|
@@ -266,36 +266,36 @@ msgstr "Évenements"
|
|
266 |
msgid "Event"
|
267 |
msgstr "Événement"
|
268 |
|
269 |
-
#: app/features/events.php:
|
270 |
msgid "Add Event"
|
271 |
msgstr "Ajouter un événement"
|
272 |
|
273 |
-
#: app/features/events.php:
|
274 |
msgid "Add New Event"
|
275 |
msgstr "Ajouter un nouvel événement"
|
276 |
|
277 |
-
#: app/features/events.php:
|
278 |
#: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:57
|
279 |
msgid "No events found!"
|
280 |
msgstr "Aucun événement trouvé !"
|
281 |
|
282 |
-
#: app/features/events.php:
|
283 |
msgid "All Events"
|
284 |
msgstr "Tous les évènements"
|
285 |
|
286 |
-
#: app/features/events.php:
|
287 |
msgid "Edit Event"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: app/features/events.php:
|
291 |
msgid "View Event"
|
292 |
msgstr "Voir l'événement"
|
293 |
|
294 |
-
#: app/features/events.php:
|
295 |
msgid "No events found in Trash!"
|
296 |
msgstr "Aucun événement trouvé dans la corbeille !"
|
297 |
|
298 |
-
#: app/features/events.php:
|
299 |
#: app/features/mec/meta_boxes/display_options.php:832
|
300 |
#: app/features/mec/meta_boxes/search_form.php:31
|
301 |
#: app/features/mec/meta_boxes/search_form.php:93
|
@@ -308,125 +308,125 @@ msgstr "Aucun événement trouvé dans la corbeille !"
|
|
308 |
#: app/features/mec/meta_boxes/search_form.php:514
|
309 |
#: app/features/mec/meta_boxes/search_form.php:575
|
310 |
#: app/features/mec/settings.php:719 app/features/mec/single.php:204
|
311 |
-
#: app/libraries/main.php:
|
312 |
-
#: app/skins/single.php:559 app/skins/single/default.php:
|
313 |
-
#: app/skins/single/default.php:
|
314 |
#: app/skins/single/m2.php:102 app/skins/single/modern.php:110
|
315 |
msgid "Category"
|
316 |
msgstr "Catégorie"
|
317 |
|
318 |
-
#: app/features/events.php:
|
319 |
-
#: app/features/fes/form.php:745 app/features/mec.php:
|
320 |
-
#: app/features/mec/meta_boxes/filter.php:81 app/libraries/main.php:
|
321 |
msgid "Categories"
|
322 |
msgstr "Catégories"
|
323 |
|
324 |
-
#: app/features/events.php:
|
325 |
#: app/features/locations.php:69 app/features/organizers.php:69
|
326 |
#: app/features/speakers.php:70
|
327 |
#, php-format
|
328 |
msgid "All %s"
|
329 |
msgstr "Tous %s"
|
330 |
|
331 |
-
#: app/features/events.php:
|
332 |
#: app/features/locations.php:70 app/features/organizers.php:70
|
333 |
#: app/features/speakers.php:71
|
334 |
#, php-format
|
335 |
msgid "Edit %s"
|
336 |
msgstr "Modifier %s"
|
337 |
|
338 |
-
#: app/features/events.php:
|
339 |
#: app/features/locations.php:71 app/features/organizers.php:71
|
340 |
#: app/features/speakers.php:72
|
341 |
#, php-format
|
342 |
msgid "View %s"
|
343 |
msgstr "Voir %s"
|
344 |
|
345 |
-
#: app/features/events.php:
|
346 |
#: app/features/locations.php:72 app/features/organizers.php:72
|
347 |
#: app/features/speakers.php:73
|
348 |
#, php-format
|
349 |
msgid "Update %s"
|
350 |
msgstr "Mettre à jour %s"
|
351 |
|
352 |
-
#: app/features/events.php:
|
353 |
#: app/features/locations.php:73 app/features/organizers.php:73
|
354 |
#: app/features/speakers.php:74
|
355 |
#, php-format
|
356 |
msgid "Add New %s"
|
357 |
msgstr "Ajouter un nouvel %s"
|
358 |
|
359 |
-
#: app/features/events.php:
|
360 |
#: app/features/locations.php:74 app/features/organizers.php:74
|
361 |
#: app/features/speakers.php:75
|
362 |
#, php-format
|
363 |
msgid "New %s Name"
|
364 |
msgstr "Nouveau nom %s"
|
365 |
|
366 |
-
#: app/features/events.php:
|
367 |
#: app/features/locations.php:75 app/features/organizers.php:75
|
368 |
#: app/features/speakers.php:76
|
369 |
#, fuzzy, php-format
|
370 |
msgid "Popular %s"
|
371 |
msgstr "%s Populaire"
|
372 |
|
373 |
-
#: app/features/events.php:
|
374 |
#: app/features/locations.php:76 app/features/organizers.php:76
|
375 |
#: app/features/speakers.php:77
|
376 |
#, fuzzy, php-format
|
377 |
msgid "Search %s"
|
378 |
msgstr "Rechercher %s"
|
379 |
|
380 |
-
#: app/features/events.php:
|
381 |
msgid "Category Icon"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: app/features/events.php:
|
385 |
msgid "Select icon"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: app/features/events.php:
|
389 |
msgid "Event Details"
|
390 |
msgstr "Détails"
|
391 |
|
392 |
-
#: app/features/events.php:
|
393 |
msgid "Note for reviewer"
|
394 |
msgstr "Note pour l'administrateur"
|
395 |
|
396 |
-
#: app/features/events.php:
|
397 |
msgid "Guest Data"
|
398 |
msgstr "Coordonnées de l'Invité"
|
399 |
|
400 |
-
#: app/features/events.php:
|
401 |
#: app/features/fes/form.php:668 app/features/labels.php:178
|
402 |
#: app/features/mec/booking.php:45 app/features/organizers.php:279
|
403 |
-
#: app/features/profile/profile.php:91 app/libraries/notifications.php:
|
404 |
#: app/modules/booking/steps/form.php:37
|
405 |
msgid "Name"
|
406 |
msgstr "Nom"
|
407 |
|
408 |
-
#: app/features/events.php:
|
409 |
-
#: app/features/events.php:
|
410 |
-
#: app/features/mec/booking.php:57 app/features/mec/booking.php:
|
411 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
412 |
#: app/features/profile/profile.php:94 app/features/speakers.php:124
|
413 |
-
#: app/features/speakers.php:184 app/libraries/main.php:
|
414 |
-
#: app/libraries/main.php:
|
415 |
-
#: app/libraries/notifications.php:
|
416 |
#: app/modules/booking/steps/form.php:84 app/skins/single.php:812
|
417 |
-
#: app/skins/single.php:867 app/skins/single/default.php:
|
418 |
-
#: app/skins/single/default.php:
|
419 |
#: app/skins/single/m2.php:39 app/skins/single/modern.php:48
|
420 |
msgid "Email"
|
421 |
msgstr "Email"
|
422 |
|
423 |
-
#: app/features/events.php:
|
424 |
msgid "Date and Time"
|
425 |
msgstr "Date et heure"
|
426 |
|
427 |
-
#: app/features/events.php:
|
428 |
-
#: app/features/events.php:
|
429 |
-
#: app/features/events.php:
|
430 |
#: app/features/fes/form.php:240 app/features/ix.php:2743
|
431 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:38
|
432 |
#: app/features/mec/dashboard.php:373
|
@@ -446,47 +446,47 @@ msgstr "Date et heure"
|
|
446 |
msgid "Start Date"
|
447 |
msgstr "Date de début"
|
448 |
|
449 |
-
#: app/features/events.php:
|
450 |
-
#: app/features/events.php:
|
451 |
-
#: app/features/events.php:
|
452 |
#: app/features/fes/form.php:268 app/features/fes/form.php:308
|
453 |
msgid "AM"
|
454 |
msgstr "du matin"
|
455 |
|
456 |
-
#: app/features/events.php:
|
457 |
-
#: app/features/events.php:
|
458 |
-
#: app/features/events.php:
|
459 |
#: app/features/fes/form.php:269 app/features/fes/form.php:309
|
460 |
msgid "PM"
|
461 |
msgstr "de l'après midi"
|
462 |
|
463 |
-
#: app/features/events.php:
|
464 |
-
#: app/features/events.php:
|
465 |
-
#: app/features/events.php:
|
466 |
#: app/features/fes/form.php:280 app/features/ix.php:2743
|
467 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:44
|
468 |
#: app/features/mec/dashboard.php:374
|
469 |
msgid "End Date"
|
470 |
msgstr "Date de fin"
|
471 |
|
472 |
-
#: app/features/events.php:
|
473 |
msgid "All Day Event"
|
474 |
msgstr "Ne pas renseigner d'horaires"
|
475 |
|
476 |
-
#: app/features/events.php:
|
477 |
msgid "Hide Event Time"
|
478 |
msgstr "Masquer l'heure de début"
|
479 |
|
480 |
-
#: app/features/events.php:
|
481 |
msgid "Hide Event End Time"
|
482 |
msgstr "Masquer l'heure de fin"
|
483 |
|
484 |
-
#: app/features/events.php:
|
485 |
#: app/features/fes/form.php:325
|
486 |
msgid "Time Comment"
|
487 |
msgstr "Commentaire sur l'horaire"
|
488 |
|
489 |
-
#: app/features/events.php:
|
490 |
#, fuzzy
|
491 |
#| msgid ""
|
492 |
#| "It shows next to event time on calendar. You can insert Timezone etc. in "
|
@@ -498,20 +498,20 @@ msgstr ""
|
|
498 |
"Ce commentaire s'affiche à droite de l'heure de l'événement. Vous pouvez "
|
499 |
"insérer y insérer un fuseau horaire etc ..."
|
500 |
|
501 |
-
#: app/features/events.php:
|
502 |
-
#: app/features/events.php:
|
503 |
-
#: app/features/events.php:
|
504 |
-
#: app/features/events.php:
|
505 |
-
#: app/features/events.php:
|
506 |
-
#: app/features/events.php:
|
507 |
-
#: app/features/events.php:
|
508 |
-
#: app/features/events.php:
|
509 |
#: app/features/fes/form.php:630 app/features/locations.php:299
|
510 |
-
#: app/features/mec/booking.php:108 app/features/mec/booking.php:
|
511 |
-
#: app/features/mec/booking.php:
|
512 |
-
#: app/features/mec/booking.php:
|
513 |
-
#: app/features/mec/booking.php:
|
514 |
-
#: app/features/mec/booking.php:
|
515 |
#: app/features/mec/meta_boxes/display_options.php:66
|
516 |
#: app/features/mec/meta_boxes/display_options.php:79
|
517 |
#: app/features/mec/meta_boxes/display_options.php:92
|
@@ -545,13 +545,14 @@ msgstr ""
|
|
545 |
#: app/features/mec/modules.php:53 app/features/mec/modules.php:86
|
546 |
#: app/features/mec/modules.php:103 app/features/mec/modules.php:138
|
547 |
#: app/features/mec/modules.php:154 app/features/mec/modules.php:312
|
548 |
-
#: app/features/mec/notifications.php:
|
549 |
-
#: app/features/mec/notifications.php:
|
550 |
-
#: app/features/mec/notifications.php:
|
551 |
-
#: app/features/mec/notifications.php:
|
552 |
-
#: app/features/mec/notifications.php:
|
553 |
-
#: app/features/mec/notifications.php:
|
554 |
-
#: app/features/mec/notifications.php:
|
|
|
555 |
#: app/features/mec/settings.php:85 app/features/mec/settings.php:112
|
556 |
#: app/features/mec/settings.php:147 app/features/mec/settings.php:168
|
557 |
#: app/features/mec/settings.php:188 app/features/mec/settings.php:265
|
@@ -564,211 +565,211 @@ msgstr ""
|
|
564 |
#: app/features/mec/single.php:42 app/features/mec/single.php:58
|
565 |
#: app/features/mec/single.php:77 app/features/mec/single.php:94
|
566 |
#: app/features/mec/single.php:110 app/features/mec/single.php:124
|
567 |
-
#: app/features/mec/single.php:162 app/features/mec/styling.php:
|
568 |
-
#: app/features/mec/styling.php:
|
569 |
#: app/features/organizers.php:272 app/skins/single.php:657
|
570 |
-
#: app/skins/single/default.php:
|
571 |
#: app/skins/single/m1.php:192 app/skins/single/m2.php:125
|
572 |
#: app/skins/single/modern.php:133
|
573 |
msgid "Read More"
|
574 |
msgstr "Lire la suite"
|
575 |
|
576 |
-
#: app/features/events.php:
|
577 |
#, fuzzy
|
578 |
#| msgid "Repeat"
|
579 |
msgid "Repeating"
|
580 |
msgstr "Répetition"
|
581 |
|
582 |
-
#: app/features/events.php:
|
583 |
msgid "Event Repeating"
|
584 |
msgstr "Événement récurrent"
|
585 |
|
586 |
-
#: app/features/events.php:
|
587 |
msgid "Repeats"
|
588 |
msgstr "Récurrence"
|
589 |
|
590 |
-
#: app/features/events.php:
|
591 |
#: app/features/mec/dashboard.php:376 app/skins/full_calendar/tpl.php:109
|
592 |
msgid "Daily"
|
593 |
msgstr "Quotidienne"
|
594 |
|
595 |
-
#: app/features/events.php:
|
596 |
msgid "Every Weekday"
|
597 |
msgstr "Tous les jours de la semaine"
|
598 |
|
599 |
-
#: app/features/events.php:
|
600 |
msgid "Every Weekend"
|
601 |
msgstr "Tous les week-ends"
|
602 |
|
603 |
-
#: app/features/events.php:
|
604 |
msgid "Certain Weekdays"
|
605 |
msgstr "Certains jours de la semaine"
|
606 |
|
607 |
-
#: app/features/events.php:
|
608 |
#: app/skins/full_calendar/tpl.php:108
|
609 |
msgid "Weekly"
|
610 |
msgstr "Hebdomadaire"
|
611 |
|
612 |
-
#: app/features/events.php:
|
613 |
#: app/features/mec/dashboard.php:377 app/skins/full_calendar/tpl.php:107
|
614 |
msgid "Monthly"
|
615 |
msgstr "Mensuelle"
|
616 |
|
617 |
-
#: app/features/events.php:
|
618 |
#: app/features/mec/dashboard.php:378 app/skins/full_calendar/tpl.php:106
|
619 |
msgid "Yearly"
|
620 |
msgstr "Annuelle"
|
621 |
|
622 |
-
#: app/features/events.php:
|
623 |
msgid "Custom Days"
|
624 |
msgstr "Choisir les dates"
|
625 |
|
626 |
-
#: app/features/events.php:
|
627 |
#, fuzzy
|
628 |
#| msgid "Advanced Method"
|
629 |
msgid "Advanced"
|
630 |
msgstr "Méthode avancée"
|
631 |
|
632 |
-
#: app/features/events.php:
|
633 |
msgid "Repeat Interval"
|
634 |
msgstr "Interval de répétition"
|
635 |
|
636 |
-
#: app/features/events.php:
|
637 |
msgid "Repeat interval"
|
638 |
msgstr "Interval de répétition"
|
639 |
|
640 |
-
#: app/features/events.php:
|
641 |
msgid "Week Days"
|
642 |
msgstr "Jours de la semaine"
|
643 |
|
644 |
-
#: app/features/events.php:
|
645 |
#: app/features/mec/meta_boxes/display_options.php:764
|
646 |
#: app/libraries/main.php:407
|
647 |
msgid "Monday"
|
648 |
msgstr "Lundi"
|
649 |
|
650 |
-
#: app/features/events.php:
|
651 |
#: app/features/mec/meta_boxes/display_options.php:765
|
652 |
#: app/libraries/main.php:407
|
653 |
msgid "Tuesday"
|
654 |
msgstr "Mardi"
|
655 |
|
656 |
-
#: app/features/events.php:
|
657 |
#: app/features/mec/meta_boxes/display_options.php:766
|
658 |
#: app/libraries/main.php:407
|
659 |
msgid "Wednesday"
|
660 |
msgstr "Mercredi"
|
661 |
|
662 |
-
#: app/features/events.php:
|
663 |
#: app/features/mec/meta_boxes/display_options.php:767
|
664 |
#: app/libraries/main.php:407
|
665 |
msgid "Thursday"
|
666 |
msgstr "Jeudi"
|
667 |
|
668 |
-
#: app/features/events.php:
|
669 |
#: app/features/mec/meta_boxes/display_options.php:768
|
670 |
#: app/libraries/main.php:407
|
671 |
msgid "Friday"
|
672 |
msgstr "Vendredi"
|
673 |
|
674 |
-
#: app/features/events.php:
|
675 |
#: app/features/mec/meta_boxes/display_options.php:769
|
676 |
#: app/libraries/main.php:407
|
677 |
msgid "Saturday"
|
678 |
msgstr "Samedi"
|
679 |
|
680 |
-
#: app/features/events.php:
|
681 |
#: app/features/mec/meta_boxes/display_options.php:763
|
682 |
#: app/libraries/main.php:407
|
683 |
msgid "Sunday"
|
684 |
msgstr "Dimanche"
|
685 |
|
686 |
-
#: app/features/events.php:
|
687 |
-
#: app/features/events.php:
|
688 |
#: app/features/fes/form.php:366 app/features/ix/import_f_calendar.php:42
|
689 |
#: app/features/ix/import_g_calendar.php:51
|
690 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
691 |
msgid "Start"
|
692 |
msgstr "Démarrer"
|
693 |
|
694 |
-
#: app/features/events.php:
|
695 |
-
#: app/features/events.php:
|
696 |
#: app/features/fes/form.php:367
|
697 |
#, fuzzy
|
698 |
#| msgid "Enabled"
|
699 |
msgid "End"
|
700 |
msgstr "Activé"
|
701 |
|
702 |
-
#: app/features/events.php:
|
703 |
-
#: app/features/events.php:
|
704 |
-
#: app/features/events.php:
|
705 |
-
#: app/features/events.php:
|
706 |
-
#: app/features/events.php:
|
707 |
#: app/features/fes/form.php:842
|
708 |
msgid "Add"
|
709 |
msgstr "Ajouter"
|
710 |
|
711 |
-
#: app/features/events.php:
|
712 |
#, fuzzy
|
713 |
#| msgid "Custom Days"
|
714 |
msgid "Custom Days Repeating"
|
715 |
msgstr "Choisir les dates"
|
716 |
|
717 |
-
#: app/features/events.php:
|
718 |
msgid ""
|
719 |
"Add certain days to event occurrence dates. If you have single day event, "
|
720 |
"start and end date should be the same, If you have multiple day event the "
|
721 |
"start and end dates must be commensurate with the initial date."
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: app/features/events.php:
|
725 |
#, fuzzy
|
726 |
#| msgid "First name"
|
727 |
msgid "First"
|
728 |
msgstr "Prénom"
|
729 |
|
730 |
-
#: app/features/events.php:
|
731 |
#, fuzzy
|
732 |
#| msgid "second"
|
733 |
msgid "Second"
|
734 |
msgstr "seconde"
|
735 |
|
736 |
-
#: app/features/events.php:
|
737 |
msgid "Third"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: app/features/events.php:
|
741 |
msgid "Fourth"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: app/features/events.php:
|
745 |
#, fuzzy
|
746 |
#| msgid "Last name"
|
747 |
msgid "Last"
|
748 |
msgstr "Nom"
|
749 |
|
750 |
-
#: app/features/events.php:
|
751 |
msgid "Ends Repeat"
|
752 |
msgstr "Fin de l'événement"
|
753 |
|
754 |
-
#: app/features/events.php:
|
755 |
msgid "Never"
|
756 |
msgstr "Jamais"
|
757 |
|
758 |
-
#: app/features/events.php:
|
759 |
msgid "On"
|
760 |
msgstr "Date de fin"
|
761 |
|
762 |
-
#: app/features/events.php:
|
763 |
msgid "After"
|
764 |
msgstr "Après X répétitions"
|
765 |
|
766 |
-
#: app/features/events.php:
|
767 |
#: app/features/fes/form.php:626 app/features/fes/form.php:629
|
768 |
msgid "Occurrences times"
|
769 |
msgstr "Nombre de répétition de l'événement"
|
770 |
|
771 |
-
#: app/features/events.php:
|
772 |
msgid ""
|
773 |
"The event will finish after certain repeats. For example if you set it to "
|
774 |
"10, the event will finish after 10 repeats."
|
@@ -777,148 +778,148 @@ msgstr ""
|
|
777 |
"exemple, si vous le réglez à 10, l'événement se terminera après 10 "
|
778 |
"répétitions."
|
779 |
|
780 |
-
#: app/features/events.php:
|
781 |
-
#: app/features/events.php:
|
782 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
783 |
-
#: app/features/mec/settings.php:576 app/libraries/main.php:
|
784 |
#: app/widgets/single.php:103
|
785 |
msgid "Event Cost"
|
786 |
msgstr "Tarif de l'événement"
|
787 |
|
788 |
-
#: app/features/events.php:
|
789 |
-
#: app/libraries/main.php:
|
790 |
-
#: app/skins/single/default.php:
|
791 |
#: app/skins/single/m1.php:49 app/skins/single/modern.php:199
|
792 |
msgid "Cost"
|
793 |
msgstr "Tarif"
|
794 |
|
795 |
-
#: app/features/events.php:
|
796 |
msgid "Exclude certain days"
|
797 |
msgstr "Exclure certains jours"
|
798 |
|
799 |
-
#: app/features/events.php:
|
800 |
-
#: app/features/mec/booking.php:
|
801 |
-
#: app/libraries/main.php:
|
802 |
#: app/modules/booking/steps/tickets.php:22
|
803 |
#: app/modules/next-event/details.php:90 app/skins/single.php:637
|
804 |
-
#: app/skins/single/default.php:
|
805 |
#: app/skins/single/m1.php:16 app/skins/single/modern.php:166
|
806 |
msgid "Date"
|
807 |
msgstr "Date"
|
808 |
|
809 |
-
#: app/features/events.php:
|
810 |
msgid ""
|
811 |
"Exclude certain days from event occurrence dates. Please note that you can "
|
812 |
"exclude only single day occurrences and you cannot exclude one day from "
|
813 |
"multiple day occurrences."
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: app/features/events.php:
|
817 |
msgid "Day 1"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: app/features/events.php:
|
821 |
#: app/skins/single.php:930
|
822 |
msgid "Hourly Schedule"
|
823 |
msgstr "Programme"
|
824 |
|
825 |
-
#: app/features/events.php:
|
826 |
msgid "Add Day"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: app/features/events.php:
|
830 |
msgid ""
|
831 |
"Add new days for schedule. For example if your event is multiple days, you "
|
832 |
"can add a different schedule for each day!"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: app/features/events.php:
|
836 |
#, php-format
|
837 |
msgid "Day %s"
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: app/features/events.php:
|
841 |
-
#: app/features/events.php:
|
842 |
-
#: app/features/events.php:
|
843 |
-
#: app/features/events.php:
|
844 |
-
#: app/features/events.php:
|
845 |
#: app/features/fes/form.php:225 app/features/ix.php:2743
|
846 |
-
#: app/features/ix.php:2784 app/features/mec/booking.php:
|
847 |
-
#: app/features/mec/booking.php:
|
848 |
msgid "Title"
|
849 |
msgstr "Titre"
|
850 |
|
851 |
-
#: app/features/events.php:
|
852 |
-
#: app/features/events.php:
|
853 |
-
#: app/features/events.php:
|
854 |
-
#: app/features/events.php:
|
855 |
-
#: app/features/events.php:
|
856 |
-
#: app/features/events.php:
|
857 |
-
#: app/features/events.php:
|
858 |
-
#: app/features/fes/list.php:78 app/features/mec/booking.php:
|
859 |
-
#: app/features/mec/booking.php:
|
860 |
-
#: app/features/mec/booking.php:
|
861 |
-
#: app/libraries/main.php:
|
862 |
-
#: app/libraries/main.php:
|
863 |
-
#: app/libraries/main.php:
|
864 |
-
#: app/libraries/main.php:
|
865 |
-
#: app/libraries/main.php:
|
866 |
-
#: app/libraries/main.php:
|
867 |
-
#: app/libraries/main.php:
|
868 |
msgid "Remove"
|
869 |
msgstr "Supprimer"
|
870 |
|
871 |
-
#: app/features/events.php:
|
872 |
msgid "Add new hourly schedule row"
|
873 |
msgstr "Ajouter un programme"
|
874 |
|
875 |
-
#: app/features/events.php:
|
876 |
-
#: app/features/events.php:
|
877 |
msgid "From e.g. 8:15"
|
878 |
msgstr "Par exemple 08:15"
|
879 |
|
880 |
-
#: app/features/events.php:
|
881 |
-
#: app/features/events.php:
|
882 |
msgid "To e.g. 8:45"
|
883 |
msgstr "Ex : 8:45"
|
884 |
|
885 |
-
#: app/features/events.php:
|
886 |
-
#: app/features/events.php:
|
887 |
-
#: app/features/events.php:
|
888 |
msgid "Description"
|
889 |
msgstr "Description"
|
890 |
|
891 |
-
#: app/features/events.php:
|
892 |
-
#: app/features/events.php:
|
893 |
-
#: app/features/mec.php:
|
894 |
#: app/features/mec/settings.php:624 app/features/speakers.php:60
|
895 |
-
#: app/libraries/main.php:559 app/libraries/main.php:
|
896 |
#: app/modules/speakers/details.php:18
|
897 |
msgid "Speakers"
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: app/features/events.php:
|
901 |
#, fuzzy
|
902 |
#| msgid "Week Days"
|
903 |
msgid "New Day"
|
904 |
msgstr "Jours de la semaine"
|
905 |
|
906 |
-
#: app/features/events.php:
|
907 |
#: app/features/mec/settings.php:570
|
908 |
msgid "Event Links"
|
909 |
msgstr "Liens de l'évenements"
|
910 |
|
911 |
-
#: app/features/events.php:
|
912 |
-
#: app/features/fes/form.php:685 app/libraries/main.php:
|
913 |
msgid "Event Link"
|
914 |
msgstr "Lien de l'événement"
|
915 |
|
916 |
-
#: app/features/events.php:
|
917 |
#: app/features/fes/form.php:686 app/features/fes/form.php:691
|
918 |
msgid "eg. http://yoursite.com/your-event"
|
919 |
msgstr "ex : http://www.votre-site.fr"
|
920 |
|
921 |
-
#: app/features/events.php:
|
922 |
#, fuzzy
|
923 |
#| msgid ""
|
924 |
#| "If you fill it, it will be replaced instead of default event page link. "
|
@@ -929,143 +930,143 @@ msgid ""
|
|
929 |
"can use URL Shortener"
|
930 |
msgstr "Lien principal. Affiché sur la page de l'événement"
|
931 |
|
932 |
-
#: app/features/events.php:
|
933 |
msgid "URL Shortener"
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: app/features/events.php:
|
937 |
-
#: app/features/fes/form.php:690 app/libraries/main.php:
|
938 |
-
#: app/skins/single.php:656 app/skins/single/default.php:
|
939 |
-
#: app/skins/single/default.php:
|
940 |
#: app/skins/single/m2.php:124 app/skins/single/modern.php:132
|
941 |
#: app/widgets/single.php:107
|
942 |
msgid "More Info"
|
943 |
msgstr "Plus d'Infos"
|
944 |
|
945 |
-
#: app/features/events.php:
|
946 |
msgid "More Information"
|
947 |
msgstr "Plus d'Informations"
|
948 |
|
949 |
-
#: app/features/events.php:
|
950 |
msgid "Current Window"
|
951 |
msgstr "Ouvrir dans l'onglet actuel"
|
952 |
|
953 |
-
#: app/features/events.php:
|
954 |
msgid "New Window"
|
955 |
msgstr "Ouvrir dans un nouvel onglet"
|
956 |
|
957 |
-
#: app/features/events.php:
|
958 |
msgid ""
|
959 |
"If you fill it, it will be shown in event details page as an optional link. "
|
960 |
"Insert full link including http(s)://"
|
961 |
msgstr "Lien Optionnel. Affiché sur la page de Détails"
|
962 |
|
963 |
-
#: app/features/events.php:
|
964 |
msgid "Total booking limits"
|
965 |
msgstr "Nombre limite de réservation"
|
966 |
|
967 |
-
#: app/features/events.php:
|
968 |
-
#: app/features/events.php:
|
969 |
#: app/modules/booking/steps/tickets.php:40
|
970 |
-
#: app/skins/available_spot/tpl.php:
|
971 |
msgid "Unlimited"
|
972 |
msgstr "Illimité"
|
973 |
|
974 |
-
#: app/features/events.php:
|
975 |
msgid ""
|
976 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
977 |
"limitation number."
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: app/features/events.php:
|
981 |
#, fuzzy
|
982 |
#| msgid "Choose your single event style."
|
983 |
msgid "Read About A Booking System"
|
984 |
msgstr "Choisissez le style de votre page d'événement."
|
985 |
|
986 |
-
#: app/features/events.php:
|
987 |
msgid "100"
|
988 |
msgstr "100"
|
989 |
|
990 |
-
#: app/features/events.php:
|
991 |
#, fuzzy
|
992 |
#| msgid "Total booking limits"
|
993 |
msgid "Total user booking limits"
|
994 |
msgstr "Nombre limite de réservation"
|
995 |
|
996 |
-
#: app/features/events.php:
|
997 |
-
#: app/features/events.php:
|
998 |
msgid "Inherit from global options"
|
999 |
msgstr "Hériter des options globales"
|
1000 |
|
1001 |
-
#: app/features/events.php:
|
1002 |
msgid "12"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: app/features/events.php:
|
1006 |
-
#: app/libraries/main.php:
|
1007 |
msgid "Tickets"
|
1008 |
msgstr "Billets"
|
1009 |
|
1010 |
-
#: app/features/events.php:
|
1011 |
msgid ""
|
1012 |
"You're translating an event so MEC will use the original event for tickets "
|
1013 |
"and booking. You can only translate the ticket name and description. Please "
|
1014 |
"define exact tickets that you defined in the original event here."
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: app/features/events.php:
|
1018 |
msgid "Ticket Name"
|
1019 |
msgstr "Nom du billet"
|
1020 |
|
1021 |
-
#: app/features/events.php:
|
1022 |
-
#: app/features/events.php:
|
1023 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1024 |
msgid "Start Time"
|
1025 |
msgstr "Début"
|
1026 |
|
1027 |
-
#: app/features/events.php:
|
1028 |
-
#: app/features/events.php:
|
1029 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1030 |
msgid "End Time"
|
1031 |
msgstr "Fin"
|
1032 |
|
1033 |
-
#: app/features/events.php:
|
1034 |
-
#: app/features/events.php:
|
1035 |
-
#: app/features/events.php:
|
1036 |
-
#: app/features/events.php:
|
1037 |
-
#: app/features/events.php:
|
1038 |
-
#: app/features/events.php:
|
1039 |
-
#: app/features/mec/booking.php:
|
1040 |
-
#: app/features/mec/booking.php:
|
1041 |
msgid "Price"
|
1042 |
msgstr "Tarif"
|
1043 |
|
1044 |
-
#: app/features/events.php:
|
1045 |
msgid "Insert 0 for free ticket. Only numbers please."
|
1046 |
msgstr "0 = Participation Gratuite. Seulement un numéro SVP."
|
1047 |
|
1048 |
-
#: app/features/events.php:
|
1049 |
-
#: app/features/events.php:
|
1050 |
msgid "Price Label"
|
1051 |
msgstr "Libellé du prix"
|
1052 |
|
1053 |
-
#: app/features/events.php:
|
1054 |
msgid "For showing on website. e.g. $15"
|
1055 |
msgstr "Pour affichage sur le site Web. Par exemple 15 €"
|
1056 |
|
1057 |
-
#: app/features/events.php:
|
1058 |
msgid "Available Tickets"
|
1059 |
msgstr "Place(s) disponible(s)"
|
1060 |
|
1061 |
-
#: app/features/events.php:
|
1062 |
#, fuzzy
|
1063 |
#| msgid "Price Label"
|
1064 |
msgid "Price per Date"
|
1065 |
msgstr "Libellé du prix"
|
1066 |
|
1067 |
-
#: app/features/events.php:
|
1068 |
-
#: app/features/events.php:
|
1069 |
#: app/features/mec/meta_boxes/display_options.php:833
|
1070 |
#: app/features/mec/meta_boxes/search_form.php:66
|
1071 |
#: app/features/mec/meta_boxes/search_form.php:128
|
@@ -1082,24 +1083,24 @@ msgstr "Libellé du prix"
|
|
1082 |
msgid "Label"
|
1083 |
msgstr "Label"
|
1084 |
|
1085 |
-
#: app/features/events.php:
|
1086 |
msgid "Fees"
|
1087 |
msgstr "Frais"
|
1088 |
|
1089 |
-
#: app/features/events.php:
|
1090 |
-
#: app/features/mec/booking.php:
|
1091 |
msgid "Fee Title"
|
1092 |
msgstr "Titre"
|
1093 |
|
1094 |
-
#: app/features/events.php:
|
1095 |
-
#: app/features/events.php:
|
1096 |
-
#: app/features/mec/booking.php:
|
1097 |
-
#: app/features/mec/booking.php:
|
1098 |
msgid "Amount"
|
1099 |
msgstr "Montant"
|
1100 |
|
1101 |
-
#: app/features/events.php:
|
1102 |
-
#: app/features/mec/booking.php:
|
1103 |
msgid ""
|
1104 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1105 |
"otherwise considered as percentage"
|
@@ -1107,93 +1108,93 @@ msgstr ""
|
|
1107 |
"Considéré comme montant fixe si vous définissez le type de montant. Sinon "
|
1108 |
"considéré comme pourcentage à ajouter au prix"
|
1109 |
|
1110 |
-
#: app/features/events.php:
|
1111 |
-
#: app/features/mec/booking.php:
|
1112 |
msgid "Percent"
|
1113 |
msgstr "Pourcentage"
|
1114 |
|
1115 |
-
#: app/features/events.php:
|
1116 |
-
#: app/features/mec/booking.php:
|
1117 |
msgid "Amount (Per Ticket)"
|
1118 |
msgstr "Montant (par Billet)"
|
1119 |
|
1120 |
-
#: app/features/events.php:
|
1121 |
-
#: app/features/mec/booking.php:
|
1122 |
msgid "Amount (Per Booking)"
|
1123 |
msgstr "Montant (par réservation)"
|
1124 |
|
1125 |
-
#: app/features/events.php:
|
1126 |
msgid "Ticket Variations / Options"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
-
#: app/features/events.php:
|
1130 |
-
#: app/features/mec/booking.php:
|
1131 |
#, fuzzy
|
1132 |
#| msgid "Option"
|
1133 |
msgid "Option Price"
|
1134 |
msgstr "Option"
|
1135 |
|
1136 |
-
#: app/features/events.php:
|
1137 |
-
#: app/features/events.php:
|
1138 |
-
#: app/features/mec/booking.php:
|
1139 |
-
#: app/features/mec/booking.php:
|
1140 |
#, fuzzy
|
1141 |
#| msgid "Amount (Per Ticket)"
|
1142 |
msgid "Maximum Per Ticket"
|
1143 |
msgstr "Montant (par Billet)"
|
1144 |
|
1145 |
-
#: app/features/events.php:
|
1146 |
-
#: app/features/mec/booking.php:
|
1147 |
msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1148 |
msgstr ""
|
1149 |
|
1150 |
-
#: app/features/events.php:
|
1151 |
-
#: app/libraries/main.php:
|
1152 |
#, fuzzy
|
1153 |
#| msgid "Name"
|
1154 |
msgid "MEC Name"
|
1155 |
msgstr "Nom"
|
1156 |
|
1157 |
-
#: app/features/events.php:
|
1158 |
-
#: app/libraries/main.php:
|
1159 |
#, fuzzy
|
1160 |
#| msgid "Email"
|
1161 |
msgid "MEC Email"
|
1162 |
msgstr "Email"
|
1163 |
|
1164 |
-
#: app/features/events.php:
|
1165 |
-
#: app/libraries/main.php:
|
1166 |
msgid "Text"
|
1167 |
msgstr "Texte"
|
1168 |
|
1169 |
-
#: app/features/events.php:
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Modern Events Calendar\n"
|
4 |
+
"POT-Creation-Date: 2019-09-24 14:49+0330\n"
|
5 |
+
"PO-Revision-Date: 2019-09-24 14:50+0330\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:133
|
30 |
msgid "Content"
|
31 |
msgstr "Contenu"
|
32 |
|
33 |
+
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:368
|
34 |
+
#: app/features/mec.php:399 app/features/mec.php:429
|
35 |
msgid "Shortcode"
|
36 |
msgstr "Shortcode"
|
37 |
|
75 |
msgid "Event Color"
|
76 |
msgstr "Couleur de l'événement"
|
77 |
|
78 |
+
#: app/features/contextual.php:55 app/features/mec.php:348
|
79 |
#: app/features/mec/dashboard.php:135 app/features/mec/support-page.php:168
|
80 |
+
#: app/features/mec/support.php:20 app/libraries/main.php:588
|
81 |
msgid "Settings"
|
82 |
msgstr "Paramètres"
|
83 |
|
84 |
+
#: app/features/contextual.php:62 app/features/events.php:2412
|
85 |
+
#: app/features/mec/booking.php:426 app/features/mec/support.php:29
|
86 |
#: app/libraries/main.php:554
|
87 |
msgid "Booking Form"
|
88 |
msgstr "Formulaire de réservation"
|
96 |
"YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/features/contextual.php:70 app/features/mec/booking.php:544
|
100 |
#: app/features/mec/support.php:36 app/libraries/main.php:555
|
101 |
msgid "Payment Gateways"
|
102 |
msgstr "Passerelle de paiement"
|
109 |
msgstr ""
|
110 |
|
111 |
#: app/features/contextual.php:77 app/features/mec/support.php:45
|
112 |
+
#: app/libraries/main.php:736
|
113 |
msgid "Notifications"
|
114 |
msgstr "Notifications"
|
115 |
|
220 |
msgid "Frontend Event Submission"
|
221 |
msgstr "Réglages du formulaire de création d’événements"
|
222 |
|
223 |
+
#: app/features/contextual.php:298 app/features/events.php:1176
|
224 |
#: app/libraries/main.php:543
|
225 |
msgid "Exceptional Days"
|
226 |
msgstr "Journées Exceptionnelles"
|
227 |
|
228 |
+
#: app/features/contextual.php:308 app/features/events.php:298
|
229 |
+
#: app/features/mec/booking.php:88 app/features/mec/notifications.php:35
|
230 |
#: app/libraries/main.php:550 app/libraries/main.php:571
|
231 |
+
#: app/libraries/main.php:653
|
232 |
msgid "Booking"
|
233 |
msgstr "Réservation"
|
234 |
|
235 |
+
#: app/features/contextual.php:318 app/features/mec/booking.php:248
|
236 |
#: app/libraries/main.php:551
|
237 |
msgid "Coupons"
|
238 |
msgstr "Bons de réduction"
|
251 |
msgid "MEC Activation"
|
252 |
msgstr "Activation de l'extension"
|
253 |
|
254 |
+
#: app/features/events.php:150 app/features/ix/export.php:34
|
255 |
#: app/features/mec/dashboard.php:229 app/skins/daily_view/tpl.php:79
|
256 |
#: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
|
257 |
msgid "Events"
|
258 |
msgstr "Évenements"
|
259 |
|
260 |
+
#: app/features/events.php:151
|
261 |
#: app/features/mec/meta_boxes/display_options.php:921
|
262 |
#: app/features/mec/meta_boxes/display_options.php:977
|
263 |
#: app/features/mec/meta_boxes/display_options.php:1012
|
266 |
msgid "Event"
|
267 |
msgstr "Événement"
|
268 |
|
269 |
+
#: app/features/events.php:152 app/features/mec.php:334
|
270 |
msgid "Add Event"
|
271 |
msgstr "Ajouter un événement"
|
272 |
|
273 |
+
#: app/features/events.php:153 app/features/mec/dashboard.php:134
|
274 |
msgid "Add New Event"
|
275 |
msgstr "Ajouter un nouvel événement"
|
276 |
|
277 |
+
#: app/features/events.php:154 app/features/ix.php:3122
|
278 |
#: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:57
|
279 |
msgid "No events found!"
|
280 |
msgstr "Aucun événement trouvé !"
|
281 |
|
282 |
+
#: app/features/events.php:155
|
283 |
msgid "All Events"
|
284 |
msgstr "Tous les évènements"
|
285 |
|
286 |
+
#: app/features/events.php:156
|
287 |
msgid "Edit Event"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: app/features/events.php:157
|
291 |
msgid "View Event"
|
292 |
msgstr "Voir l'événement"
|
293 |
|
294 |
+
#: app/features/events.php:158
|
295 |
msgid "No events found in Trash!"
|
296 |
msgstr "Aucun événement trouvé dans la corbeille !"
|
297 |
|
298 |
+
#: app/features/events.php:175 app/features/events.php:3231
|
299 |
#: app/features/mec/meta_boxes/display_options.php:832
|
300 |
#: app/features/mec/meta_boxes/search_form.php:31
|
301 |
#: app/features/mec/meta_boxes/search_form.php:93
|
308 |
#: app/features/mec/meta_boxes/search_form.php:514
|
309 |
#: app/features/mec/meta_boxes/search_form.php:575
|
310 |
#: app/features/mec/settings.php:719 app/features/mec/single.php:204
|
311 |
+
#: app/libraries/main.php:4864 app/libraries/skins.php:808
|
312 |
+
#: app/skins/single.php:559 app/skins/single/default.php:173
|
313 |
+
#: app/skins/single/default.php:385 app/skins/single/m1.php:170
|
314 |
#: app/skins/single/m2.php:102 app/skins/single/modern.php:110
|
315 |
msgid "Category"
|
316 |
msgstr "Catégorie"
|
317 |
|
318 |
+
#: app/features/events.php:176 app/features/events.php:3202
|
319 |
+
#: app/features/fes/form.php:745 app/features/mec.php:336
|
320 |
+
#: app/features/mec/meta_boxes/filter.php:81 app/libraries/main.php:4863
|
321 |
msgid "Categories"
|
322 |
msgstr "Catégories"
|
323 |
|
324 |
+
#: app/features/events.php:186 app/features/labels.php:71
|
325 |
#: app/features/locations.php:69 app/features/organizers.php:69
|
326 |
#: app/features/speakers.php:70
|
327 |
#, php-format
|
328 |
msgid "All %s"
|
329 |
msgstr "Tous %s"
|
330 |
|
331 |
+
#: app/features/events.php:187 app/features/labels.php:72
|
332 |
#: app/features/locations.php:70 app/features/organizers.php:70
|
333 |
#: app/features/speakers.php:71
|
334 |
#, php-format
|
335 |
msgid "Edit %s"
|
336 |
msgstr "Modifier %s"
|
337 |
|
338 |
+
#: app/features/events.php:188 app/features/labels.php:73
|
339 |
#: app/features/locations.php:71 app/features/organizers.php:71
|
340 |
#: app/features/speakers.php:72
|
341 |
#, php-format
|
342 |
msgid "View %s"
|
343 |
msgstr "Voir %s"
|
344 |
|
345 |
+
#: app/features/events.php:189 app/features/labels.php:74
|
346 |
#: app/features/locations.php:72 app/features/organizers.php:72
|
347 |
#: app/features/speakers.php:73
|
348 |
#, php-format
|
349 |
msgid "Update %s"
|
350 |
msgstr "Mettre à jour %s"
|
351 |
|
352 |
+
#: app/features/events.php:190 app/features/labels.php:75
|
353 |
#: app/features/locations.php:73 app/features/organizers.php:73
|
354 |
#: app/features/speakers.php:74
|
355 |
#, php-format
|
356 |
msgid "Add New %s"
|
357 |
msgstr "Ajouter un nouvel %s"
|
358 |
|
359 |
+
#: app/features/events.php:191 app/features/labels.php:76
|
360 |
#: app/features/locations.php:74 app/features/organizers.php:74
|
361 |
#: app/features/speakers.php:75
|
362 |
#, php-format
|
363 |
msgid "New %s Name"
|
364 |
msgstr "Nouveau nom %s"
|
365 |
|
366 |
+
#: app/features/events.php:192 app/features/labels.php:77
|
367 |
#: app/features/locations.php:75 app/features/organizers.php:75
|
368 |
#: app/features/speakers.php:76
|
369 |
#, fuzzy, php-format
|
370 |
msgid "Popular %s"
|
371 |
msgstr "%s Populaire"
|
372 |
|
373 |
+
#: app/features/events.php:193 app/features/labels.php:78
|
374 |
#: app/features/locations.php:76 app/features/organizers.php:76
|
375 |
#: app/features/speakers.php:77
|
376 |
#, fuzzy, php-format
|
377 |
msgid "Search %s"
|
378 |
msgstr "Rechercher %s"
|
379 |
|
380 |
+
#: app/features/events.php:218 app/features/events.php:239
|
381 |
msgid "Category Icon"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: app/features/events.php:221 app/features/events.php:244
|
385 |
msgid "Select icon"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: app/features/events.php:293
|
389 |
msgid "Event Details"
|
390 |
msgstr "Détails"
|
391 |
|
392 |
+
#: app/features/events.php:453
|
393 |
msgid "Note for reviewer"
|
394 |
msgstr "Note pour l'administrateur"
|
395 |
|
396 |
+
#: app/features/events.php:459
|
397 |
msgid "Guest Data"
|
398 |
msgstr "Coordonnées de l'Invité"
|
399 |
|
400 |
+
#: app/features/events.php:460 app/features/events.php:2394
|
401 |
#: app/features/fes/form.php:668 app/features/labels.php:178
|
402 |
#: app/features/mec/booking.php:45 app/features/organizers.php:279
|
403 |
+
#: app/features/profile/profile.php:91 app/libraries/notifications.php:877
|
404 |
#: app/modules/booking/steps/form.php:37
|
405 |
msgid "Name"
|
406 |
msgstr "Nom"
|
407 |
|
408 |
+
#: app/features/events.php:461 app/features/events.php:2405
|
409 |
+
#: app/features/events.php:2481 app/features/fes/form.php:664
|
410 |
+
#: app/features/mec/booking.php:57 app/features/mec/booking.php:477
|
411 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
412 |
#: app/features/profile/profile.php:94 app/features/speakers.php:124
|
413 |
+
#: app/features/speakers.php:184 app/libraries/main.php:1472
|
414 |
+
#: app/libraries/main.php:1538 app/libraries/main.php:2583
|
415 |
+
#: app/libraries/notifications.php:878 app/modules/booking/steps/form.php:46
|
416 |
#: app/modules/booking/steps/form.php:84 app/skins/single.php:812
|
417 |
+
#: app/skins/single.php:867 app/skins/single/default.php:215
|
418 |
+
#: app/skins/single/default.php:427 app/skins/single/m1.php:107
|
419 |
#: app/skins/single/m2.php:39 app/skins/single/modern.php:48
|
420 |
msgid "Email"
|
421 |
msgstr "Email"
|
422 |
|
423 |
+
#: app/features/events.php:469 app/features/fes/form.php:232
|
424 |
msgid "Date and Time"
|
425 |
msgstr "Date et heure"
|
426 |
|
427 |
+
#: app/features/events.php:472 app/features/events.php:478
|
428 |
+
#: app/features/events.php:3234 app/features/events.php:3424
|
429 |
+
#: app/features/events.php:3466 app/features/fes/form.php:236
|
430 |
#: app/features/fes/form.php:240 app/features/ix.php:2743
|
431 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:38
|
432 |
#: app/features/mec/dashboard.php:373
|
446 |
msgid "Start Date"
|
447 |
msgstr "Date de début"
|
448 |
|
449 |
+
#: app/features/events.php:550 app/features/events.php:642
|
450 |
+
#: app/features/events.php:1708 app/features/events.php:1767
|
451 |
+
#: app/features/events.php:1940 app/features/events.php:1979
|
452 |
#: app/features/fes/form.php:268 app/features/fes/form.php:308
|
453 |
msgid "AM"
|
454 |
msgstr "du matin"
|
455 |
|
456 |
+
#: app/features/events.php:557 app/features/events.php:649
|
457 |
+
#: app/features/events.php:1715 app/features/events.php:1774
|
458 |
+
#: app/features/events.php:1941 app/features/events.php:1980
|
459 |
#: app/features/fes/form.php:269 app/features/fes/form.php:309
|
460 |
msgid "PM"
|
461 |
msgstr "de l'après midi"
|
462 |
|
463 |
+
#: app/features/events.php:564 app/features/events.php:569
|
464 |
+
#: app/features/events.php:3235 app/features/events.php:3424
|
465 |
+
#: app/features/events.php:3466 app/features/fes/form.php:276
|
466 |
#: app/features/fes/form.php:280 app/features/ix.php:2743
|
467 |
#: app/features/ix.php:2784 app/features/ix/import_g_calendar.php:44
|
468 |
#: app/features/mec/dashboard.php:374
|
469 |
msgid "End Date"
|
470 |
msgstr "Date de fin"
|
471 |
|
472 |
+
#: app/features/events.php:663 app/features/fes/form.php:315
|
473 |
msgid "All Day Event"
|
474 |
msgstr "Ne pas renseigner d'horaires"
|
475 |
|
476 |
+
#: app/features/events.php:673 app/features/fes/form.php:318
|
477 |
msgid "Hide Event Time"
|
478 |
msgstr "Masquer l'heure de début"
|
479 |
|
480 |
+
#: app/features/events.php:683 app/features/fes/form.php:321
|
481 |
msgid "Hide Event End Time"
|
482 |
msgstr "Masquer l'heure de fin"
|
483 |
|
484 |
+
#: app/features/events.php:688 app/features/events.php:692
|
485 |
#: app/features/fes/form.php:325
|
486 |
msgid "Time Comment"
|
487 |
msgstr "Commentaire sur l'horaire"
|
488 |
|
489 |
+
#: app/features/events.php:693 app/features/fes/form.php:326
|
490 |
#, fuzzy
|
491 |
#| msgid ""
|
492 |
#| "It shows next to event time on calendar. You can insert Timezone etc. in "
|
498 |
"Ce commentaire s'affiche à droite de l'heure de l'événement. Vous pouvez "
|
499 |
"insérer y insérer un fuseau horaire etc ..."
|
500 |
|
501 |
+
#: app/features/events.php:695 app/features/events.php:828
|
502 |
+
#: app/features/events.php:1128 app/features/events.php:1195
|
503 |
+
#: app/features/events.php:1494 app/features/events.php:1585
|
504 |
+
#: app/features/events.php:1796 app/features/events.php:1811
|
505 |
+
#: app/features/events.php:1999 app/features/events.php:2012
|
506 |
+
#: app/features/events.php:2142 app/features/events.php:2178
|
507 |
+
#: app/features/events.php:2276 app/features/events.php:2291
|
508 |
+
#: app/features/events.php:2321 app/features/events.php:2334
|
509 |
#: app/features/fes/form.php:630 app/features/locations.php:299
|
510 |
+
#: app/features/mec/booking.php:108 app/features/mec/booking.php:158
|
511 |
+
#: app/features/mec/booking.php:174 app/features/mec/booking.php:293
|
512 |
+
#: app/features/mec/booking.php:322 app/features/mec/booking.php:370
|
513 |
+
#: app/features/mec/booking.php:380 app/features/mec/booking.php:402
|
514 |
+
#: app/features/mec/booking.php:412 app/features/mec/dashboard.php:71
|
515 |
#: app/features/mec/meta_boxes/display_options.php:66
|
516 |
#: app/features/mec/meta_boxes/display_options.php:79
|
517 |
#: app/features/mec/meta_boxes/display_options.php:92
|
545 |
#: app/features/mec/modules.php:53 app/features/mec/modules.php:86
|
546 |
#: app/features/mec/modules.php:103 app/features/mec/modules.php:138
|
547 |
#: app/features/mec/modules.php:154 app/features/mec/modules.php:312
|
548 |
+
#: app/features/mec/notifications.php:54 app/features/mec/notifications.php:111
|
549 |
+
#: app/features/mec/notifications.php:163
|
550 |
+
#: app/features/mec/notifications.php:222
|
551 |
+
#: app/features/mec/notifications.php:290
|
552 |
+
#: app/features/mec/notifications.php:353
|
553 |
+
#: app/features/mec/notifications.php:364
|
554 |
+
#: app/features/mec/notifications.php:426
|
555 |
+
#: app/features/mec/notifications.php:472 app/features/mec/settings.php:66
|
556 |
#: app/features/mec/settings.php:85 app/features/mec/settings.php:112
|
557 |
#: app/features/mec/settings.php:147 app/features/mec/settings.php:168
|
558 |
#: app/features/mec/settings.php:188 app/features/mec/settings.php:265
|
565 |
#: app/features/mec/single.php:42 app/features/mec/single.php:58
|
566 |
#: app/features/mec/single.php:77 app/features/mec/single.php:94
|
567 |
#: app/features/mec/single.php:110 app/features/mec/single.php:124
|
568 |
+
#: app/features/mec/single.php:162 app/features/mec/styling.php:203
|
569 |
+
#: app/features/mec/styling.php:220 app/features/mec/styling.php:233
|
570 |
#: app/features/organizers.php:272 app/skins/single.php:657
|
571 |
+
#: app/skins/single/default.php:122 app/skins/single/default.php:334
|
572 |
#: app/skins/single/m1.php:192 app/skins/single/m2.php:125
|
573 |
#: app/skins/single/modern.php:133
|
574 |
msgid "Read More"
|
575 |
msgstr "Lire la suite"
|
576 |
|
577 |
+
#: app/features/events.php:703
|
578 |
#, fuzzy
|
579 |
#| msgid "Repeat"
|
580 |
msgid "Repeating"
|
581 |
msgstr "Répetition"
|
582 |
|
583 |
+
#: app/features/events.php:712 app/features/fes/form.php:332
|
584 |
msgid "Event Repeating"
|
585 |
msgstr "Événement récurrent"
|
586 |
|
587 |
+
#: app/features/events.php:716 app/features/fes/form.php:336
|
588 |
msgid "Repeats"
|
589 |
msgstr "Récurrence"
|
590 |
|
591 |
+
#: app/features/events.php:724 app/features/fes/form.php:338
|
592 |
#: app/features/mec/dashboard.php:376 app/skins/full_calendar/tpl.php:109
|
593 |
msgid "Daily"
|
594 |
msgstr "Quotidienne"
|
595 |
|
596 |
+
#: app/features/events.php:731 app/features/fes/form.php:339
|
597 |
msgid "Every Weekday"
|
598 |
msgstr "Tous les jours de la semaine"
|
599 |
|
600 |
+
#: app/features/events.php:738 app/features/fes/form.php:340
|
601 |
msgid "Every Weekend"
|
602 |
msgstr "Tous les week-ends"
|
603 |
|
604 |
+
#: app/features/events.php:745 app/features/fes/form.php:341
|
605 |
msgid "Certain Weekdays"
|
606 |
msgstr "Certains jours de la semaine"
|
607 |
|
608 |
+
#: app/features/events.php:752 app/features/fes/form.php:342
|
609 |
#: app/skins/full_calendar/tpl.php:108
|
610 |
msgid "Weekly"
|
611 |
msgstr "Hebdomadaire"
|
612 |
|
613 |
+
#: app/features/events.php:759 app/features/fes/form.php:343
|
614 |
#: app/features/mec/dashboard.php:377 app/skins/full_calendar/tpl.php:107
|
615 |
msgid "Monthly"
|
616 |
msgstr "Mensuelle"
|
617 |
|
618 |
+
#: app/features/events.php:766 app/features/fes/form.php:344
|
619 |
#: app/features/mec/dashboard.php:378 app/skins/full_calendar/tpl.php:106
|
620 |
msgid "Yearly"
|
621 |
msgstr "Annuelle"
|
622 |
|
623 |
+
#: app/features/events.php:773 app/features/fes/form.php:345
|
624 |
msgid "Custom Days"
|
625 |
msgstr "Choisir les dates"
|
626 |
|
627 |
+
#: app/features/events.php:780 app/features/fes/form.php:346
|
628 |
#, fuzzy
|
629 |
#| msgid "Advanced Method"
|
630 |
msgid "Advanced"
|
631 |
msgstr "Méthode avancée"
|
632 |
|
633 |
+
#: app/features/events.php:785 app/features/fes/form.php:350
|
634 |
msgid "Repeat Interval"
|
635 |
msgstr "Interval de répétition"
|
636 |
|
637 |
+
#: app/features/events.php:787 app/features/fes/form.php:351
|
638 |
msgid "Repeat interval"
|
639 |
msgstr "Interval de répétition"
|
640 |
|
641 |
+
#: app/features/events.php:791 app/features/fes/form.php:354
|
642 |
msgid "Week Days"
|
643 |
msgstr "Jours de la semaine"
|
644 |
|
645 |
+
#: app/features/events.php:793 app/features/fes/form.php:355
|
646 |
#: app/features/mec/meta_boxes/display_options.php:764
|
647 |
#: app/libraries/main.php:407
|
648 |
msgid "Monday"
|
649 |
msgstr "Lundi"
|
650 |
|
651 |
+
#: app/features/events.php:796 app/features/fes/form.php:356
|
652 |
#: app/features/mec/meta_boxes/display_options.php:765
|
653 |
#: app/libraries/main.php:407
|
654 |
msgid "Tuesday"
|
655 |
msgstr "Mardi"
|
656 |
|
657 |
+
#: app/features/events.php:799 app/features/fes/form.php:357
|
658 |
#: app/features/mec/meta_boxes/display_options.php:766
|
659 |
#: app/libraries/main.php:407
|
660 |
msgid "Wednesday"
|
661 |
msgstr "Mercredi"
|
662 |
|
663 |
+
#: app/features/events.php:802 app/features/fes/form.php:358
|
664 |
#: app/features/mec/meta_boxes/display_options.php:767
|
665 |
#: app/libraries/main.php:407
|
666 |
msgid "Thursday"
|
667 |
msgstr "Jeudi"
|
668 |
|
669 |
+
#: app/features/events.php:805 app/features/fes/form.php:359
|
670 |
#: app/features/mec/meta_boxes/display_options.php:768
|
671 |
#: app/libraries/main.php:407
|
672 |
msgid "Friday"
|
673 |
msgstr "Vendredi"
|
674 |
|
675 |
+
#: app/features/events.php:808 app/features/fes/form.php:360
|
676 |
#: app/features/mec/meta_boxes/display_options.php:769
|
677 |
#: app/libraries/main.php:407
|
678 |
msgid "Saturday"
|
679 |
msgstr "Samedi"
|
680 |
|
681 |
+
#: app/features/events.php:811 app/features/fes/form.php:361
|
682 |
#: app/features/mec/meta_boxes/display_options.php:763
|
683 |
#: app/libraries/main.php:407
|
684 |
msgid "Sunday"
|
685 |
msgstr "Dimanche"
|
686 |
|
687 |
+
#: app/features/events.php:818 app/features/events.php:1859
|
688 |
+
#: app/features/events.php:1887 app/features/events.php:2046
|
689 |
#: app/features/fes/form.php:366 app/features/ix/import_f_calendar.php:42
|
690 |
#: app/features/ix/import_g_calendar.php:51
|
691 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
692 |
msgid "Start"
|
693 |
msgstr "Démarrer"
|
694 |
|
695 |
+
#: app/features/events.php:820 app/features/events.php:1863
|
696 |
+
#: app/features/events.php:1891 app/features/events.php:2050
|
697 |
#: app/features/fes/form.php:367
|
698 |
#, fuzzy
|
699 |
#| msgid "Enabled"
|
700 |
msgid "End"
|
701 |
msgstr "Activé"
|
702 |
|
703 |
+
#: app/features/events.php:822 app/features/events.php:1189
|
704 |
+
#: app/features/events.php:1300 app/features/events.php:1405
|
705 |
+
#: app/features/events.php:1643 app/features/events.php:1842
|
706 |
+
#: app/features/events.php:2035 app/features/events.php:2115
|
707 |
+
#: app/features/events.php:2248 app/features/fes/form.php:368
|
708 |
#: app/features/fes/form.php:842
|
709 |
msgid "Add"
|
710 |
msgstr "Ajouter"
|
711 |
|
712 |
+
#: app/features/events.php:825
|
713 |
#, fuzzy
|
714 |
#| msgid "Custom Days"
|
715 |
msgid "Custom Days Repeating"
|
716 |
msgstr "Choisir les dates"
|
717 |
|
718 |
+
#: app/features/events.php:826
|
719 |
msgid ""
|
720 |
"Add certain days to event occurrence dates. If you have single day event, "
|
721 |
"start and end date should be the same, If you have multiple day event the "
|
722 |
"start and end dates must be commensurate with the initial date."
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: app/features/events.php:862 app/features/fes/form.php:394
|
726 |
#, fuzzy
|
727 |
#| msgid "First name"
|
728 |
msgid "First"
|
729 |
msgstr "Prénom"
|
730 |
|
731 |
+
#: app/features/events.php:904 app/features/fes/form.php:436
|
732 |
#, fuzzy
|
733 |
#| msgid "second"
|
734 |
msgid "Second"
|
735 |
msgstr "seconde"
|
736 |
|
737 |
+
#: app/features/events.php:946 app/features/fes/form.php:478
|
738 |
msgid "Third"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: app/features/events.php:988 app/features/fes/form.php:520
|
742 |
msgid "Fourth"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: app/features/events.php:1030 app/features/fes/form.php:562
|
746 |
#, fuzzy
|
747 |
#| msgid "Last name"
|
748 |
msgid "Last"
|
749 |
msgstr "Nom"
|
750 |
|
751 |
+
#: app/features/events.php:1077 app/features/fes/form.php:608
|
752 |
msgid "Ends Repeat"
|
753 |
msgstr "Fin de l'événement"
|
754 |
|
755 |
+
#: app/features/events.php:1089 app/features/fes/form.php:612
|
756 |
msgid "Never"
|
757 |
msgstr "Jamais"
|
758 |
|
759 |
+
#: app/features/events.php:1101 app/features/fes/form.php:617
|
760 |
msgid "On"
|
761 |
msgstr "Date de fin"
|
762 |
|
763 |
+
#: app/features/events.php:1117 app/features/fes/form.php:624
|
764 |
msgid "After"
|
765 |
msgstr "Après X répétitions"
|
766 |
|
767 |
+
#: app/features/events.php:1121 app/features/events.php:1125
|
768 |
#: app/features/fes/form.php:626 app/features/fes/form.php:629
|
769 |
msgid "Occurrences times"
|
770 |
msgstr "Nombre de répétition de l'événement"
|
771 |
|
772 |
+
#: app/features/events.php:1126 app/features/fes/form.php:630
|
773 |
msgid ""
|
774 |
"The event will finish after certain repeats. For example if you set it to "
|
775 |
"10, the event will finish after 10 repeats."
|
778 |
"exemple, si vous le réglez à 10, l'événement se terminera après 10 "
|
779 |
"répétitions."
|
780 |
|
781 |
+
#: app/features/events.php:1151 app/features/events.php:3424
|
782 |
+
#: app/features/events.php:3466 app/features/fes/form.php:706
|
783 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
784 |
+
#: app/features/mec/settings.php:576 app/libraries/main.php:4896
|
785 |
#: app/widgets/single.php:103
|
786 |
msgid "Event Cost"
|
787 |
msgstr "Tarif de l'événement"
|
788 |
|
789 |
+
#: app/features/events.php:1155 app/features/fes/form.php:709
|
790 |
+
#: app/libraries/main.php:4897 app/skins/single.php:582
|
791 |
+
#: app/skins/single/default.php:107 app/skins/single/default.php:319
|
792 |
#: app/skins/single/m1.php:49 app/skins/single/modern.php:199
|
793 |
msgid "Cost"
|
794 |
msgstr "Tarif"
|
795 |
|
796 |
+
#: app/features/events.php:1182 app/features/events.php:1192
|
797 |
msgid "Exclude certain days"
|
798 |
msgstr "Exclure certains jours"
|
799 |
|
800 |
+
#: app/features/events.php:1187 app/features/events.php:2482
|
801 |
+
#: app/features/mec/booking.php:478 app/features/profile/profile.php:32
|
802 |
+
#: app/libraries/main.php:2031 app/libraries/main.php:2641
|
803 |
#: app/modules/booking/steps/tickets.php:22
|
804 |
#: app/modules/next-event/details.php:90 app/skins/single.php:637
|
805 |
+
#: app/skins/single/default.php:71 app/skins/single/default.php:283
|
806 |
#: app/skins/single/m1.php:16 app/skins/single/modern.php:166
|
807 |
msgid "Date"
|
808 |
msgstr "Date"
|
809 |
|
810 |
+
#: app/features/events.php:1193
|
811 |
msgid ""
|
812 |
"Exclude certain days from event occurrence dates. Please note that you can "
|
813 |
"exclude only single day occurrences and you cannot exclude one day from "
|
814 |
"multiple day occurrences."
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: app/features/events.php:1247 app/libraries/render.php:455
|
818 |
msgid "Day 1"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: app/features/events.php:1269 app/features/mec/settings.php:630
|
822 |
#: app/skins/single.php:930
|
823 |
msgid "Hourly Schedule"
|
824 |
msgstr "Programme"
|
825 |
|
826 |
+
#: app/features/events.php:1273
|
827 |
msgid "Add Day"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: app/features/events.php:1274
|
831 |
msgid ""
|
832 |
"Add new days for schedule. For example if your event is multiple days, you "
|
833 |
"can add a different schedule for each day!"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: app/features/events.php:1281
|
837 |
#, php-format
|
838 |
msgid "Day %s"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: app/features/events.php:1285 app/features/events.php:1324
|
842 |
+
#: app/features/events.php:1359 app/features/events.php:1391
|
843 |
+
#: app/features/events.php:1420 app/features/events.php:2263
|
844 |
+
#: app/features/events.php:2310 app/features/events.php:3230
|
845 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
846 |
#: app/features/fes/form.php:225 app/features/ix.php:2743
|
847 |
+
#: app/features/ix.php:2784 app/features/mec/booking.php:362
|
848 |
+
#: app/features/mec/booking.php:394 app/features/mec/styling.php:115
|
849 |
msgid "Title"
|
850 |
msgstr "Titre"
|
851 |
|
852 |
+
#: app/features/events.php:1294 app/features/events.php:1331
|
853 |
+
#: app/features/events.php:1364 app/features/events.php:1399
|
854 |
+
#: app/features/events.php:1425 app/features/events.php:1835
|
855 |
+
#: app/features/events.php:1873 app/features/events.php:1899
|
856 |
+
#: app/features/events.php:2029 app/features/events.php:2056
|
857 |
+
#: app/features/events.php:2155 app/features/events.php:2191
|
858 |
+
#: app/features/events.php:2298 app/features/events.php:2340
|
859 |
+
#: app/features/fes/list.php:78 app/features/mec/booking.php:305
|
860 |
+
#: app/features/mec/booking.php:334 app/features/mec/booking.php:385
|
861 |
+
#: app/features/mec/booking.php:417 app/libraries/main.php:2502
|
862 |
+
#: app/libraries/main.php:2532 app/libraries/main.php:2561
|
863 |
+
#: app/libraries/main.php:2591 app/libraries/main.php:2620
|
864 |
+
#: app/libraries/main.php:2649 app/libraries/main.php:2678
|
865 |
+
#: app/libraries/main.php:2707 app/libraries/main.php:2729
|
866 |
+
#: app/libraries/main.php:2760 app/libraries/main.php:2804
|
867 |
+
#: app/libraries/main.php:2848 app/libraries/main.php:2895
|
868 |
+
#: app/libraries/main.php:2934
|
869 |
msgid "Remove"
|
870 |
msgstr "Supprimer"
|
871 |
|
872 |
+
#: app/features/events.php:1301 app/features/events.php:1406
|
873 |
msgid "Add new hourly schedule row"
|
874 |
msgstr "Ajouter un programme"
|
875 |
|
876 |
+
#: app/features/events.php:1316 app/features/events.php:1353
|
877 |
+
#: app/features/events.php:1415
|
878 |
msgid "From e.g. 8:15"
|
879 |
msgstr "Par exemple 08:15"
|
880 |
|
881 |
+
#: app/features/events.php:1320 app/features/events.php:1356
|
882 |
+
#: app/features/events.php:1417
|
883 |
msgid "To e.g. 8:45"
|
884 |
msgstr "Ex : 8:45"
|
885 |
|
886 |
+
#: app/features/events.php:1328 app/features/events.php:1362
|
887 |
+
#: app/features/events.php:1423 app/features/events.php:1783
|
888 |
+
#: app/features/events.php:1988
|
889 |
msgid "Description"
|
890 |
msgstr "Description"
|
891 |
|
892 |
+
#: app/features/events.php:1334 app/features/events.php:1367
|
893 |
+
#: app/features/events.php:1428 app/features/fes/form.php:838
|
894 |
+
#: app/features/mec.php:344 app/features/mec/modules.php:52
|
895 |
#: app/features/mec/settings.php:624 app/features/speakers.php:60
|
896 |
+
#: app/libraries/main.php:559 app/libraries/main.php:4871
|
897 |
#: app/modules/speakers/details.php:18
|
898 |
msgid "Speakers"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: app/features/events.php:1387 app/features/events.php:1395
|
902 |
#, fuzzy
|
903 |
#| msgid "Week Days"
|
904 |
msgid "New Day"
|
905 |
msgstr "Jours de la semaine"
|
906 |
|
907 |
+
#: app/features/events.php:1459 app/features/fes/form.php:683
|
908 |
#: app/features/mec/settings.php:570
|
909 |
msgid "Event Links"
|
910 |
msgstr "Liens de l'évenements"
|
911 |
|
912 |
+
#: app/features/events.php:1462 app/features/events.php:1468
|
913 |
+
#: app/features/fes/form.php:685 app/libraries/main.php:4894
|
914 |
msgid "Event Link"
|
915 |
msgstr "Lien de l'événement"
|
916 |
|
917 |
+
#: app/features/events.php:1465 app/features/events.php:1481
|
918 |
#: app/features/fes/form.php:686 app/features/fes/form.php:691
|
919 |
msgid "eg. http://yoursite.com/your-event"
|
920 |
msgstr "ex : http://www.votre-site.fr"
|
921 |
|
922 |
+
#: app/features/events.php:1469
|
923 |
#, fuzzy
|
924 |
#| msgid ""
|
925 |
#| "If you fill it, it will be replaced instead of default event page link. "
|
930 |
"can use URL Shortener"
|
931 |
msgstr "Lien principal. Affiché sur la page de l'événement"
|
932 |
|
933 |
+
#: app/features/events.php:1471
|
934 |
msgid "URL Shortener"
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: app/features/events.php:1478 app/features/events.php:1491
|
938 |
+
#: app/features/fes/form.php:690 app/libraries/main.php:4895
|
939 |
+
#: app/skins/single.php:656 app/skins/single/default.php:121
|
940 |
+
#: app/skins/single/default.php:333 app/skins/single/m1.php:191
|
941 |
#: app/skins/single/m2.php:124 app/skins/single/modern.php:132
|
942 |
#: app/widgets/single.php:107
|
943 |
msgid "More Info"
|
944 |
msgstr "Plus d'Infos"
|
945 |
|
946 |
+
#: app/features/events.php:1484 app/features/fes/form.php:692
|
947 |
msgid "More Information"
|
948 |
msgstr "Plus d'Informations"
|
949 |
|
950 |
+
#: app/features/events.php:1486 app/features/fes/form.php:694
|
951 |
msgid "Current Window"
|
952 |
msgstr "Ouvrir dans l'onglet actuel"
|
953 |
|
954 |
+
#: app/features/events.php:1487 app/features/fes/form.php:695
|
955 |
msgid "New Window"
|
956 |
msgstr "Ouvrir dans un nouvel onglet"
|
957 |
|
958 |
+
#: app/features/events.php:1492 app/features/fes/form.php:697
|
959 |
msgid ""
|
960 |
"If you fill it, it will be shown in event details page as an optional link. "
|
961 |
"Insert full link including http(s)://"
|
962 |
msgstr "Lien Optionnel. Affiché sur la page de Détails"
|
963 |
|
964 |
+
#: app/features/events.php:1566 app/features/events.php:1581
|
965 |
msgid "Total booking limits"
|
966 |
msgstr "Nombre limite de réservation"
|
967 |
|
968 |
+
#: app/features/events.php:1578 app/features/events.php:1832
|
969 |
+
#: app/features/events.php:2026 app/modules/booking/default.php:85
|
970 |
#: app/modules/booking/steps/tickets.php:40
|
971 |
+
#: app/skins/available_spot/tpl.php:158
|
972 |
msgid "Unlimited"
|
973 |
msgstr "Illimité"
|
974 |
|
975 |
+
#: app/features/events.php:1584
|
976 |
msgid ""
|
977 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
978 |
"limitation number."
|
979 |
msgstr ""
|
980 |
|
981 |
+
#: app/features/events.php:1586
|
982 |
#, fuzzy
|
983 |
#| msgid "Choose your single event style."
|
984 |
msgid "Read About A Booking System"
|
985 |
msgstr "Choisissez le style de votre page d'événement."
|
986 |
|
987 |
+
#: app/features/events.php:1594
|
988 |
msgid "100"
|
989 |
msgstr "100"
|
990 |
|
991 |
+
#: app/features/events.php:1599
|
992 |
#, fuzzy
|
993 |
#| msgid "Total booking limits"
|
994 |
msgid "Total user booking limits"
|
995 |
msgstr "Nombre limite de réservation"
|
996 |
|
997 |
+
#: app/features/events.php:1611 app/features/events.php:2104
|
998 |
+
#: app/features/events.php:2236 app/features/events.php:2424
|
999 |
msgid "Inherit from global options"
|
1000 |
msgstr "Hériter des options globales"
|
1001 |
|
1002 |
+
#: app/features/events.php:1614
|
1003 |
msgid "12"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: app/features/events.php:1635 app/libraries/book.php:60
|
1007 |
+
#: app/libraries/main.php:4899 app/modules/booking/steps/tickets.php:40
|
1008 |
msgid "Tickets"
|
1009 |
msgstr "Billets"
|
1010 |
|
1011 |
+
#: app/features/events.php:1638
|
1012 |
msgid ""
|
1013 |
"You're translating an event so MEC will use the original event for tickets "
|
1014 |
"and booking. You can only translate the ticket name and description. Please "
|
1015 |
"define exact tickets that you defined in the original event here."
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: app/features/events.php:1657 app/features/events.php:1913
|
1019 |
msgid "Ticket Name"
|
1020 |
msgstr "Nom du billet"
|
1021 |
|
1022 |
+
#: app/features/events.php:1662 app/features/events.php:1917
|
1023 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1024 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1025 |
msgid "Start Time"
|
1026 |
msgstr "Début"
|
1027 |
|
1028 |
+
#: app/features/events.php:1721 app/features/events.php:1947
|
1029 |
+
#: app/features/events.php:3424 app/features/events.php:3466
|
1030 |
#: app/features/ix.php:2743 app/features/ix.php:2784
|
1031 |
msgid "End Time"
|
1032 |
msgstr "Fin"
|
1033 |
|
1034 |
+
#: app/features/events.php:1789 app/features/events.php:1793
|
1035 |
+
#: app/features/events.php:1867 app/features/events.php:1894
|
1036 |
+
#: app/features/events.php:1993 app/features/events.php:1996
|
1037 |
+
#: app/features/events.php:2052 app/features/events.php:2269
|
1038 |
+
#: app/features/events.php:2273 app/features/events.php:2315
|
1039 |
+
#: app/features/events.php:2318 app/features/mec/booking.php:366
|
1040 |
+
#: app/features/mec/booking.php:369 app/features/mec/booking.php:398
|
1041 |
+
#: app/features/mec/booking.php:401
|
1042 |
msgid "Price"
|
1043 |
msgstr "Tarif"
|
1044 |
|
1045 |
+
#: app/features/events.php:1794 app/features/events.php:1997
|
1046 |
msgid "Insert 0 for free ticket. Only numbers please."
|
1047 |
msgstr "0 = Participation Gratuite. Seulement un numéro SVP."
|
1048 |
|
1049 |
+
#: app/features/events.php:1803 app/features/events.php:1808
|
1050 |
+
#: app/features/events.php:2006 app/features/events.php:2009
|
1051 |
msgid "Price Label"
|
1052 |
msgstr "Libellé du prix"
|
1053 |
|
1054 |
+
#: app/features/events.php:1809 app/features/events.php:2010
|
1055 |
msgid "For showing on website. e.g. $15"
|
1056 |
msgstr "Pour affichage sur le site Web. Par exemple 15 €"
|
1057 |
|
1058 |
+
#: app/features/events.php:1819 app/features/events.php:2020
|
1059 |
msgid "Available Tickets"
|
1060 |
msgstr "Place(s) disponible(s)"
|
1061 |
|
1062 |
+
#: app/features/events.php:1840 app/features/events.php:2033
|
1063 |
#, fuzzy
|
1064 |
#| msgid "Price Label"
|
1065 |
msgid "Price per Date"
|
1066 |
msgstr "Libellé du prix"
|
1067 |
|
1068 |
+
#: app/features/events.php:1871 app/features/events.php:1897
|
1069 |
+
#: app/features/events.php:2054 app/features/labels.php:60
|
1070 |
#: app/features/mec/meta_boxes/display_options.php:833
|
1071 |
#: app/features/mec/meta_boxes/search_form.php:66
|
1072 |
#: app/features/mec/meta_boxes/search_form.php:128
|
1083 |
msgid "Label"
|
1084 |
msgstr "Label"
|
1085 |
|
1086 |
+
#: app/features/events.php:2092
|
1087 |
msgid "Fees"
|
1088 |
msgstr "Frais"
|
1089 |
|
1090 |
+
#: app/features/events.php:2129 app/features/events.php:2167
|
1091 |
+
#: app/features/mec/booking.php:285 app/features/mec/booking.php:314
|
1092 |
msgid "Fee Title"
|
1093 |
msgstr "Titre"
|
1094 |
|
1095 |
+
#: app/features/events.php:2135 app/features/events.php:2139
|
1096 |
+
#: app/features/events.php:2172 app/features/events.php:2175
|
1097 |
+
#: app/features/mec/booking.php:289 app/features/mec/booking.php:292
|
1098 |
+
#: app/features/mec/booking.php:318 app/features/mec/booking.php:321
|
1099 |
msgid "Amount"
|
1100 |
msgstr "Montant"
|
1101 |
|
1102 |
+
#: app/features/events.php:2140 app/features/events.php:2176
|
1103 |
+
#: app/features/mec/booking.php:293 app/features/mec/booking.php:322
|
1104 |
msgid ""
|
1105 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1106 |
"otherwise considered as percentage"
|
1108 |
"Considéré comme montant fixe si vous définissez le type de montant. Sinon "
|
1109 |
"considéré comme pourcentage à ajouter au prix"
|
1110 |
|
1111 |
+
#: app/features/events.php:2149 app/features/events.php:2185
|
1112 |
+
#: app/features/mec/booking.php:300 app/features/mec/booking.php:329
|
1113 |
msgid "Percent"
|
1114 |
msgstr "Pourcentage"
|
1115 |
|
1116 |
+
#: app/features/events.php:2150 app/features/events.php:2186
|
1117 |
+
#: app/features/mec/booking.php:301 app/features/mec/booking.php:330
|
1118 |
msgid "Amount (Per Ticket)"
|
1119 |
msgstr "Montant (par Billet)"
|
1120 |
|
1121 |
+
#: app/features/events.php:2151 app/features/events.php:2187
|
1122 |
+
#: app/features/mec/booking.php:302 app/features/mec/booking.php:331
|
1123 |
msgid "Amount (Per Booking)"
|
1124 |
msgstr "Montant (par réservation)"
|
1125 |
|
1126 |
+
#: app/features/events.php:2224 app/features/mec/settings.php:648
|
1127 |
msgid "Ticket Variations / Options"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: app/features/events.php:2274 app/features/events.php:2319
|
1131 |
+
#: app/features/mec/booking.php:370 app/features/mec/booking.php:402
|
1132 |
#, fuzzy
|
1133 |
#| msgid "Option"
|
1134 |
msgid "Option Price"
|
1135 |
msgstr "Option"
|
1136 |
|
1137 |
+
#: app/features/events.php:2284 app/features/events.php:2288
|
1138 |
+
#: app/features/events.php:2328 app/features/events.php:2331
|
1139 |
+
#: app/features/mec/booking.php:376 app/features/mec/booking.php:379
|
1140 |
+
#: app/features/mec/booking.php:408 app/features/mec/booking.php:411
|
1141 |
#, fuzzy
|
1142 |
#| msgid "Amount (Per Ticket)"
|
1143 |
msgid "Maximum Per Ticket"
|
1144 |
msgstr "Montant (par Billet)"
|
1145 |
|
1146 |
+
#: app/features/events.php:2289 app/features/events.php:2332
|
1147 |
+
#: app/features/mec/booking.php:380 app/features/mec/booking.php:412
|
1148 |
msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1149 |
msgstr ""
|
1150 |
|
1151 |
+
#: app/features/events.php:2478 app/features/mec/booking.php:474
|
1152 |
+
#: app/libraries/main.php:2524
|
1153 |
#, fuzzy
|
1154 |
#| msgid "Name"
|
1155 |
msgid "MEC Name"
|
1156 |
msgstr "Nom"
|
1157 |
|
1158 |
+
#: app/features/events.php:2479 app/features/mec/booking.php:475
|
1159 |
+
#: app/libraries/main.php:2553
|
1160 |
#, fuzzy
|
1161 |
#| msgid "Email"
|
1162 |
msgid "MEC Email"
|
1163 |
msgstr "Email"
|
1164 |
|
1165 |
+
#: app/features/events.php:2480 app/features/mec/booking.php:476
|
1166 |
+
#: app/libraries/main.php:2494
|
1167 |
msgid "Text"
|
1168 |
msgstr "Texte"
|
1169 |
|
1170 |
+
#: app/features/events.php:2483 app/features/mec/booking.p
|