Modern Events Calendar Lite - Version 5.3.5

Version Description

Download this release

Release Info

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

Code changes from version 5.3.0 to 5.3.5

Files changed (47) hide show
  1. app/features/events.php +134 -118
  2. app/features/fes/form.php +1 -1
  3. app/features/mec/meta_boxes/display_options.php +2 -2
  4. app/features/mec/single.php +1 -0
  5. app/features/schema.php +8 -6
  6. app/features/search.php +1 -5
  7. app/features/update.php +8 -6
  8. app/libraries/base.php +12 -0
  9. app/libraries/book.php +79 -7
  10. app/libraries/cache.php +53 -0
  11. app/libraries/factory.php +25 -20
  12. app/libraries/main.php +16 -6
  13. app/libraries/render.php +3 -0
  14. app/libraries/skins.php +6 -1
  15. app/modules/booking/default.php +12 -4
  16. app/modules/booking/steps/tickets.php +8 -0
  17. app/modules/googlemap/details.php +1 -0
  18. app/modules/local-time/type1.php +3 -3
  19. app/modules/local-time/type2.php +3 -3
  20. app/modules/local-time/type3.php +3 -3
  21. app/skins/full_calendar.php +14 -0
  22. app/skins/grid.php +1 -0
  23. app/skins/grid/render.php +11 -2
  24. app/skins/list.php +1 -0
  25. app/skins/single.php +203 -1
  26. assets/css/backend.css +207 -0
  27. assets/css/backend.min.css +1 -1
  28. assets/js/frontend.js +4 -0
  29. assets/sql/install.sql +2 -2
  30. assets/sql/tables.sql +2 -2
  31. changelog.txt +19 -2
  32. languages/modern-events-calendar-lite-cs_CZ.mo +0 -0
  33. languages/modern-events-calendar-lite-cs_CZ.po +499 -469
  34. languages/modern-events-calendar-lite-de_DE.mo +0 -0
  35. languages/modern-events-calendar-lite-de_DE.po +505 -472
  36. languages/modern-events-calendar-lite-en_US.mo +0 -0
  37. languages/modern-events-calendar-lite-en_US.po +493 -469
  38. languages/modern-events-calendar-lite-es_ES.mo +0 -0
  39. languages/modern-events-calendar-lite-es_ES.po +501 -471
  40. languages/modern-events-calendar-lite-fr_FR.mo +0 -0
  41. languages/modern-events-calendar-lite-fr_FR.po +503 -470
  42. languages/modern-events-calendar-lite-hu_HU.mo +0 -0
  43. languages/modern-events-calendar-lite-hu_HU.po +497 -471
  44. languages/modern-events-calendar-lite-it_IT.mo +0 -0
  45. languages/modern-events-calendar-lite-it_IT.po +501 -471
  46. languages/modern-events-calendar-lite-nb_NO.mo +0 -0
  47. languages/modern-events-calendar-lite-nb_NO.po +217 -181
app/features/events.php CHANGED
@@ -416,7 +416,7 @@ class MEC_feature_events extends MEC_base
416
  if(trim($start_time_minutes) == '') $start_time_minutes = 0;
417
 
418
  $start_time_ampm = get_post_meta($post->ID, 'mec_start_time_ampm', true);
419
- if(trim($start_time_ampm) == '') $start_time_minutes = 'AM';
420
 
421
  $end_date = get_post_meta($post->ID, 'mec_end_date', true);
422
 
@@ -1537,34 +1537,34 @@ class MEC_feature_events extends MEC_base
1537
  ?>
1538
  <div class="mec-add-booking-tabs-wrap">
1539
  <div class="mec-add-booking-tabs-left">
1540
- <a class="mec-add-booking-tabs-link mec-tab-active" data-href="mec_meta_box_booking_options_form_1" href="#"><?php echo esc_html('Total Booking Limits' ,'modern-events-calendar-lite'); ?></a>
1541
- <a class="mec-add-booking-tabs-link" data-href="mec_meta_box_booking_options_form_2" href="#"><?php echo esc_html('Total User Booking Limits' ,'modern-events-calendar-lite'); ?></a>
1542
- <a class="mec-add-booking-tabs-link" data-href="mec-tickets" href="#"><?php echo esc_html('Tickets' ,'modern-events-calendar-lite'); ?></a>
1543
  <?php if(isset($this->settings['taxes_fees_status']) and $this->settings['taxes_fees_status']) : ?>
1544
- <a class="mec-add-booking-tabs-link" data-href="mec-fees" href="#"><?php echo esc_html('Fees' ,'modern-events-calendar-lite'); ?></a>
1545
  <?php endif; ?>
1546
  <?php if(isset($this->settings['ticket_variations_status']) and $this->settings['ticket_variations_status']) : ?>
1547
- <a class="mec-add-booking-tabs-link" data-href="mec-ticket-variations" href="#"><?php echo esc_html('Ticket Variations / Options' ,'modern-events-calendar-lite'); ?></a>
1548
  <?php endif; ?>
1549
- <a class="mec-add-booking-tabs-link" data-href="mec-reg-fields" href="#"><?php echo esc_html('Booking Form' ,'modern-events-calendar-lite'); ?></a>
1550
- <?php if ( isset( $gateway_settings['op_status'] ) && $gateway_settings['op_status'] == 1 ) : ?>
1551
- <a class="mec-add-booking-tabs-link" data-href="mec_meta_box_op_form" href="#"><?php echo esc_html('Organizer Payment' ,'modern-events-calendar-lite'); ?></a>
1552
  <?php endif; ?>
1553
- <?php do_action( 'add_event_booking_sections_left_menu' ); ?>
1554
  </div>
1555
  <div class="mec-add-booking-tabs-right">
1556
  <?php do_action('mec_metabox_booking', $post); ?>
1557
  </div>
1558
  </div>
1559
  <script>
1560
- jQuery(".mec-add-booking-tabs-link").on("click", function (e) {
1561
- console.log(jQuery(this));
1562
- e.preventDefault();
1563
- var href = jQuery(this).attr("data-href");
1564
- jQuery(".mec-booking-tab-content,.mec-add-booking-tabs-link").removeClass("mec-tab-active");
1565
- jQuery(this).addClass("mec-tab-active");
1566
- jQuery("#" + href ).addClass("mec-tab-active");
1567
- });
1568
  </script>
1569
  <?php
1570
  }
@@ -1584,11 +1584,11 @@ class MEC_feature_events extends MEC_base
1584
  $bookings_limit_unlimited = isset($booking_options['bookings_limit_unlimited']) ? $booking_options['bookings_limit_unlimited'] : 0;
1585
  $bookings_user_limit = isset($booking_options['bookings_user_limit']) ? $booking_options['bookings_user_limit'] : '';
1586
  $bookings_user_limit_unlimited = isset($booking_options['bookings_user_limit_unlimited']) ? $booking_options['bookings_user_limit_unlimited'] : true;
 
1587
  ?>
1588
  <div id="mec-booking">
1589
  <div class="mec-meta-box-fields mec-booking-tab-content mec-tab-active" id="mec_meta_box_booking_options_form_1">
1590
- <label for="mec_bookings_limit"><h4 class="mec-title"><?php _e('Total booking limit', 'modern-events-calendar-lite'); ?></h4>
1591
- </label>
1592
  <div class="mec-form-row">
1593
  <label class="mec-col-4" for="mec_bookings_limit_unlimited" id="mec_bookings_limit_unlimited_label">
1594
  <input type="hidden" name="mec[booking][bookings_limit_unlimited]" value="0"/>
@@ -1605,7 +1605,7 @@ class MEC_feature_events extends MEC_base
1605
  <h5 class="title"><?php _e('Total booking limit', 'modern-events-calendar-lite'); ?></h5>
1606
  <div class="content">
1607
  <p>
1608
- <?php esc_attr_e('If you want to set a limit to all tickets, uncheck this checkbox and put a limitation number.', 'modern-events-calendar-lite'); ?>
1609
  <a href="https://webnus.net/dox/modern-events-calendar/total-booking-limits/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1610
  <a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read About A Booking System', 'modern-events-calendar-lite'); ?></a>
1611
  </p>
@@ -1617,11 +1617,34 @@ class MEC_feature_events extends MEC_base
1617
  <input class="mec-col-4 <?php echo ($bookings_limit_unlimited == 1) ? 'mec-util-hidden' : ''; ?>" type="text" name="mec[booking][bookings_limit]" id="mec_bookings_limit"
1618
  value="<?php echo esc_attr($bookings_limit); ?>" placeholder="<?php _e('100', 'modern-events-calendar-lite'); ?>"/>
1619
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1620
  </div>
1621
  <div class="mec-meta-box-fields mec-booking-tab-content" id="mec_meta_box_booking_options_form_2">
1622
- <label for="mec_bookings_user_limit">
1623
- <h4 class="mec-title"><?php _e('Total user booking limits', 'modern-events-calendar-lite'); ?></h4>
1624
- </label>
1625
  <div class="mec-form-row">
1626
  <label class="mec-col-4" for="mec_bookings_user_limit_unlimited" id="mec_bookings_user_limit_unlimited_label">
1627
  <input type="hidden" name="mec[booking][bookings_user_limit_unlimited]" value="0"/>
@@ -2618,19 +2641,13 @@ class MEC_feature_events extends MEC_base
2618
  public function save_event($post_id)
2619
  {
2620
  // Check if our nonce is set.
2621
- if (!isset($_POST['mec_event_nonce'])) {
2622
- return;
2623
- }
2624
 
2625
  // Verify that the nonce is valid.
2626
- if (!wp_verify_nonce($_POST['mec_event_nonce'], 'mec_event_data')) {
2627
- return;
2628
- }
2629
 
2630
  // If this is an autosave, our form has not been submitted, so we don't want to do anything.
2631
- if (defined('DOING_AUTOSAVE') and DOING_AUTOSAVE) {
2632
- return;
2633
- }
2634
 
2635
  // Get Modern Events Calendar Data
2636
  $_mec = isset($_POST['mec']) ? $_POST['mec'] : array();
@@ -2676,17 +2693,13 @@ class MEC_feature_events extends MEC_base
2676
  // Additional Organizers
2677
  $additional_organizer_ids = isset($_mec['additional_organizer_ids']) ? $_mec['additional_organizer_ids'] : array();
2678
 
2679
- foreach ($additional_organizer_ids as $additional_organizer_id) {
2680
- wp_set_object_terms($post_id, (int)$additional_organizer_id, 'mec_organizer', true);
2681
- }
2682
  update_post_meta($post_id, 'mec_additional_organizer_ids', $additional_organizer_ids);
2683
 
2684
  // Additional locations
2685
  $additional_location_ids = isset($_mec['additional_location_ids']) ? $_mec['additional_location_ids'] : array();
2686
 
2687
- foreach ($additional_location_ids as $additional_location_id) {
2688
- wp_set_object_terms($post_id, (int)$additional_location_id, 'mec_location', true);
2689
- }
2690
  update_post_meta($post_id, 'mec_additional_location_ids', $additional_location_ids);
2691
 
2692
  // Date Options
@@ -2704,9 +2717,7 @@ class MEC_feature_events extends MEC_base
2704
  $end_date = date('Y-m-d', strtotime($end_date));
2705
 
2706
  // Fix end_date if it's smaller than start_date
2707
- if (strtotime($end_date) < strtotime($start_date)) {
2708
- $end_date = $start_date;
2709
- }
2710
 
2711
  // Set the end date
2712
  $date['end']['date'] = $end_date;
@@ -2716,7 +2727,8 @@ class MEC_feature_events extends MEC_base
2716
  $end_time_ampm = (isset($date['end']) and isset($date['end']['ampm'])) ? $date['end']['ampm'] : 'PM';
2717
 
2718
  // If 24 hours format is enabled then convert it back to 12 hours
2719
- if (isset($this->settings['time_format']) and $this->settings['time_format'] == 24) {
 
2720
  if ($start_time_hour < 12) {
2721
  $start_time_ampm = 'AM';
2722
  } elseif ($start_time_hour == 12) {
@@ -2756,7 +2768,8 @@ class MEC_feature_events extends MEC_base
2756
  $comment = isset($date['comment']) ? $date['comment'] : '';
2757
 
2758
  // Set start time and end time if event is all day
2759
- if ($allday == 1) {
 
2760
  $start_time_hour = '8';
2761
  $start_time_minutes = '00';
2762
  $start_time_ampm = 'AM';
@@ -2778,27 +2791,18 @@ class MEC_feature_events extends MEC_base
2778
  // Advanced Repeat
2779
  $advanced = isset($repeat['advanced']) ? sanitize_text_field($repeat['advanced']) : '';
2780
 
2781
- if (!is_numeric($repeat_interval)) {
2782
- $repeat_interval = null;
2783
- }
2784
 
2785
- if ($repeat_type == 'weekly') {
2786
- $interval_multiply = 7;
2787
- } else {
2788
- $interval_multiply = 1;
2789
- }
2790
 
2791
  // Reset certain weekdays if repeat type is not set to certain weekdays
2792
- if ($repeat_type != 'certain_weekdays') {
2793
- $certain_weekdays = array();
2794
- }
2795
 
2796
- if (!is_null($repeat_interval)) {
2797
- $repeat_interval = $repeat_interval * $interval_multiply;
2798
- }
2799
 
2800
  // String To Array
2801
- if ($repeat_type == 'advanced' and trim($advanced)) $advanced = explode('-', $advanced);
2802
  else $advanced = array();
2803
 
2804
  $repeat_end = ($repeat_status and isset($repeat['end'])) ? $repeat['end'] : '';
@@ -2866,27 +2870,37 @@ class MEC_feature_events extends MEC_base
2866
  $mec_weekends = $this->main->get_weekends();
2867
 
2868
  $plus_date = '';
2869
- if ($repeat_type == 'daily') {
 
2870
  $plus_date = '+' . $repeat_end_at_occurrences * $repeat_interval . ' Days';
2871
- } elseif ($repeat_type == 'weekly') {
 
 
2872
  $plus_date = '+' . $repeat_end_at_occurrences * ($repeat_interval) . ' Days';
2873
- } elseif ($repeat_type == 'weekday') {
 
 
2874
  $repeat_interval = 1;
2875
  $plus_date = '+' . $repeat_end_at_occurrences * $repeat_interval . ' Weekdays';
2876
 
2877
  $weekdays = ',' . implode(',', $mec_weekdays) . ',';
2878
- } elseif ($repeat_type == 'weekend') {
 
 
2879
  $repeat_interval = 1;
2880
  $plus_date = '+' . round($repeat_end_at_occurrences / 2) * ($repeat_interval * 7) . ' Days';
2881
 
2882
  $weekdays = ',' . implode(',', $mec_weekends) . ',';
2883
- } elseif ($repeat_type == 'certain_weekdays') {
2884
-
 
2885
  $repeat_interval = 1;
2886
  $plus_date = '+' . ceil(($repeat_end_at_occurrences * $repeat_interval) * (7 / count($certain_weekdays))) . ' days';
2887
 
2888
  $weekdays = ',' . implode(',', $certain_weekdays) . ',';
2889
- } elseif ($repeat_type == 'monthly') {
 
 
2890
  $plus_date = '+' . $repeat_end_at_occurrences * $repeat_interval . ' Months';
2891
 
2892
  $year = '*';
@@ -2896,7 +2910,8 @@ class MEC_feature_events extends MEC_base
2896
  $e = $end_date;
2897
 
2898
  $_days = array();
2899
- while (strtotime($s) <= strtotime($e)) {
 
2900
  $_days[] = date('d', strtotime($s));
2901
  $s = date('Y-m-d', strtotime('+1 Day', strtotime($s)));
2902
  }
@@ -2905,7 +2920,9 @@ class MEC_feature_events extends MEC_base
2905
 
2906
  $week = '*';
2907
  $weekday = '*';
2908
- } elseif ($repeat_type == 'yearly') {
 
 
2909
  $plus_date = '+' . $repeat_end_at_occurrences * $repeat_interval . ' Years';
2910
 
2911
  $year = '*';
@@ -2915,7 +2932,8 @@ class MEC_feature_events extends MEC_base
2915
 
2916
  $_months = array();
2917
  $_days = array();
2918
- while (strtotime($s) <= strtotime($e)) {
 
2919
  $_months[] = date('m', strtotime($s));
2920
  $_days[] = date('d', strtotime($s));
2921
 
@@ -2947,12 +2965,14 @@ class MEC_feature_events extends MEC_base
2947
  $not_in_days_arr = (isset($_mec['not_in_days']) and is_array($_mec['not_in_days']) and count($_mec['not_in_days'])) ? array_unique($_mec['not_in_days']) : array();
2948
 
2949
  $in_days = '';
2950
- if (count($in_days_arr)) {
 
2951
  if(isset($in_days_arr[':i:'])) unset($in_days_arr[':i:']);
2952
 
2953
- $in_days_arr = array_map( function( $value ) {
2954
- return $this->main->standardize_format( explode( ':', $value )[0] ) . ':' . $this->main->standardize_format( explode( ':', $value )[1] );
2955
- }, $in_days_arr );
 
2956
 
2957
  usort($in_days_arr, function($a, $b)
2958
  {
@@ -2960,19 +2980,18 @@ class MEC_feature_events extends MEC_base
2960
  });
2961
 
2962
  if(!isset($in_days_arr[':i:'])) $in_days_arr[':i:'] = ':val:';
2963
- foreach ($in_days_arr as $key => $in_day_arr) {
2964
- if (is_numeric($key)) {
2965
- $in_days .= $in_day_arr . ',';
2966
- }
2967
  }
2968
  }
2969
 
2970
  $not_in_days = '';
2971
- if (count($not_in_days_arr)) {
2972
- foreach ($not_in_days_arr as $key => $not_in_day_arr) {
2973
- if (is_numeric($key)) {
2974
- $not_in_days .= $this->main->standardize_format( $not_in_day_arr ) . ',';
2975
- }
2976
  }
2977
  }
2978
 
@@ -2983,24 +3002,17 @@ class MEC_feature_events extends MEC_base
2983
  update_post_meta($post_id, 'mec_not_in_days', $not_in_days);
2984
 
2985
  // Repeat End Date
2986
- if ($repeat_end == 'never') {
2987
- $repeat_end_date = '0000-00-00';
2988
- } elseif ($repeat_end == 'date') {
2989
- $repeat_end_date = $repeat_end_at_date;
2990
- } elseif ($repeat_end == 'occurrences') {
2991
- if ($plus_date) {
2992
- $repeat_end_date = date('Y-m-d', strtotime($plus_date, strtotime($end_date)));
2993
- } else {
2994
- $repeat_end_date = '0000-00-00';
2995
- }
2996
- } else {
2997
- $repeat_end_date = '0000-00-00';
2998
  }
 
2999
 
3000
  // If event is not repeating then set the end date of event correctly
3001
- if (!$repeat_status or $repeat_type == 'custom_days') {
3002
- $repeat_end_date = $end_date;
3003
- }
3004
 
3005
  // Add parameters to the $event
3006
  $event['end'] = $repeat_end_date;
@@ -3016,30 +3028,29 @@ class MEC_feature_events extends MEC_base
3016
  // Update MEC Events Table
3017
  $mec_event_id = $this->db->select("SELECT `id` FROM `#__mec_events` WHERE `post_id`='$post_id'", 'loadResult');
3018
 
3019
- if (!$mec_event_id) {
 
3020
  $q1 = '';
3021
  $q2 = '';
3022
 
3023
- foreach ($event as $key => $value) {
 
3024
  $q1 .= "`$key`,";
3025
 
3026
- if (is_null($value)) {
3027
- $q2 .= 'NULL,';
3028
- } else {
3029
- $q2 .= "'$value',";
3030
- }
3031
  }
3032
 
3033
  $this->db->q('INSERT INTO `#__mec_events` (' . trim($q1, ', ') . ') VALUES (' . trim($q2, ', ') . ')', 'INSERT');
3034
- } else {
 
 
3035
  $q = '';
3036
 
3037
- foreach ($event as $key => $value) {
3038
- if (is_null($value)) {
3039
- $q .= "`$key`=NULL,";
3040
- } else {
3041
- $q .= "`$key`='$value',";
3042
- }
3043
  }
3044
 
3045
  $this->db->q('UPDATE `#__mec_events` SET ' . trim($q, ', ') . " WHERE `id`='$mec_event_id'");
@@ -3054,7 +3065,8 @@ class MEC_feature_events extends MEC_base
3054
  unset($raw_hourly_schedules[':d:']);
3055
 
3056
  $hourly_schedules = array();
3057
- foreach ($raw_hourly_schedules as $raw_hourly_schedule) {
 
3058
  unset($raw_hourly_schedule['schedules'][':i:']);
3059
  $hourly_schedules[] = $raw_hourly_schedule;
3060
  }
@@ -3086,14 +3098,18 @@ class MEC_feature_events extends MEC_base
3086
  $ticket['ticket_end_time_ampm'] = strtoupper(substr($ticket_render_end_time, 5, 6));
3087
 
3088
  // Bellow conditional block code is used to change ticket dates format to compatible ticket past dates structure for store in db.
3089
- if ( isset( $ticket[ 'dates' ] ) ) {
3090
- foreach ( $ticket[ 'dates' ] as $dates_ticket_key => $dates_ticket_values ) {
3091
- if ( isset( $dates_ticket_values[ 'start' ] ) and trim( $dates_ticket_values[ 'start' ] ) ) {
3092
- $ticket[ 'dates' ][ $dates_ticket_key ][ 'start' ] = $this->main->standardize_format( $dates_ticket_values[ 'start' ] );
 
 
 
3093
  }
3094
 
3095
- if ( isset( $dates_ticket_values[ 'end' ] ) and trim( $dates_ticket_values[ 'end' ] ) ) {
3096
- $ticket[ 'dates' ][ $dates_ticket_key ][ 'end' ] = $this->main->standardize_format( $dates_ticket_values[ 'end' ] );
 
3097
  }
3098
  }
3099
  }
416
  if(trim($start_time_minutes) == '') $start_time_minutes = 0;
417
 
418
  $start_time_ampm = get_post_meta($post->ID, 'mec_start_time_ampm', true);
419
+ if(trim($start_time_ampm) == '') $start_time_ampm = 'AM';
420
 
421
  $end_date = get_post_meta($post->ID, 'mec_end_date', true);
422
 
1537
  ?>
1538
  <div class="mec-add-booking-tabs-wrap">
1539
  <div class="mec-add-booking-tabs-left">
1540
+ <a class="mec-add-booking-tabs-link mec-tab-active" data-href="mec_meta_box_booking_options_form_1" href="#"><?php echo esc_html__('Booking Options' ,'modern-events-calendar-lite'); ?></a>
1541
+ <a class="mec-add-booking-tabs-link" data-href="mec_meta_box_booking_options_form_2" href="#"><?php echo esc_html__('Total User Booking Limits' ,'modern-events-calendar-lite'); ?></a>
1542
+ <a class="mec-add-booking-tabs-link" data-href="mec-tickets" href="#"><?php echo esc_html__('Tickets' ,'modern-events-calendar-lite'); ?></a>
1543
  <?php if(isset($this->settings['taxes_fees_status']) and $this->settings['taxes_fees_status']) : ?>
1544
+ <a class="mec-add-booking-tabs-link" data-href="mec-fees" href="#"><?php echo esc_html__('Fees' ,'modern-events-calendar-lite'); ?></a>
1545
  <?php endif; ?>
1546
  <?php if(isset($this->settings['ticket_variations_status']) and $this->settings['ticket_variations_status']) : ?>
1547
+ <a class="mec-add-booking-tabs-link" data-href="mec-ticket-variations" href="#"><?php echo esc_html__('Ticket Variations / Options' ,'modern-events-calendar-lite'); ?></a>
1548
  <?php endif; ?>
1549
+ <a class="mec-add-booking-tabs-link" data-href="mec-reg-fields" href="#"><?php echo esc_html__('Booking Form' ,'modern-events-calendar-lite'); ?></a>
1550
+ <?php if(isset($gateway_settings['op_status']) && $gateway_settings['op_status'] == 1): ?>
1551
+ <a class="mec-add-booking-tabs-link" data-href="mec_meta_box_op_form" href="#"><?php echo esc_html__('Organizer Payment' ,'modern-events-calendar-lite'); ?></a>
1552
  <?php endif; ?>
1553
+ <?php do_action('add_event_booking_sections_left_menu'); ?>
1554
  </div>
1555
  <div class="mec-add-booking-tabs-right">
1556
  <?php do_action('mec_metabox_booking', $post); ?>
1557
  </div>
1558
  </div>
1559
  <script>
1560
+ jQuery(".mec-add-booking-tabs-link").on("click", function(e)
1561
+ {
1562
+ e.preventDefault();
1563
+ var href = jQuery(this).attr("data-href");
1564
+ jQuery(".mec-booking-tab-content,.mec-add-booking-tabs-link").removeClass("mec-tab-active");
1565
+ jQuery(this).addClass("mec-tab-active");
1566
+ jQuery("#" + href ).addClass("mec-tab-active");
1567
+ });
1568
  </script>
1569
  <?php
1570
  }
1584
  $bookings_limit_unlimited = isset($booking_options['bookings_limit_unlimited']) ? $booking_options['bookings_limit_unlimited'] : 0;
1585
  $bookings_user_limit = isset($booking_options['bookings_user_limit']) ? $booking_options['bookings_user_limit'] : '';
1586
  $bookings_user_limit_unlimited = isset($booking_options['bookings_user_limit_unlimited']) ? $booking_options['bookings_user_limit_unlimited'] : true;
1587
+ $bookings_all_occurrences = isset($booking_options['bookings_all_occurrences']) ? $booking_options['bookings_all_occurrences'] : 0;
1588
  ?>
1589
  <div id="mec-booking">
1590
  <div class="mec-meta-box-fields mec-booking-tab-content mec-tab-active" id="mec_meta_box_booking_options_form_1">
1591
+ <h4 class="mec-title"><label for="mec_bookings_limit"><?php _e('Total booking limit', 'modern-events-calendar-lite'); ?></label></h4>
 
1592
  <div class="mec-form-row">
1593
  <label class="mec-col-4" for="mec_bookings_limit_unlimited" id="mec_bookings_limit_unlimited_label">
1594
  <input type="hidden" name="mec[booking][bookings_limit_unlimited]" value="0"/>
1605
  <h5 class="title"><?php _e('Total booking limit', 'modern-events-calendar-lite'); ?></h5>
1606
  <div class="content">
1607
  <p>
1608
+ <?php esc_attr_e('If you want to set a limit to all tickets, uncheck this checkbox and put a limitation number.', 'modern-events-calendar-lite'); ?>
1609
  <a href="https://webnus.net/dox/modern-events-calendar/total-booking-limits/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1610
  <a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read About A Booking System', 'modern-events-calendar-lite'); ?></a>
1611
  </p>
1617
  <input class="mec-col-4 <?php echo ($bookings_limit_unlimited == 1) ? 'mec-util-hidden' : ''; ?>" type="text" name="mec[booking][bookings_limit]" id="mec_bookings_limit"
1618
  value="<?php echo esc_attr($bookings_limit); ?>" placeholder="<?php _e('100', 'modern-events-calendar-lite'); ?>"/>
1619
  </div>
1620
+ <h4 class="mec-title"><?php _e('Book All Occurrences', 'modern-events-calendar-lite'); ?></h4>
1621
+ <div class="mec-form-row">
1622
+ <label class="mec-col-4" for="mec_bookings_all_occurrences">
1623
+ <input type="hidden" name="mec[booking][bookings_all_occurrences]" value="0"/>
1624
+ <input id="mec_bookings_all_occurrences"
1625
+ <?php
1626
+ if ($bookings_all_occurrences == 1) {
1627
+ echo 'checked="checked"';
1628
+ }
1629
+ ?>
1630
+ type="checkbox" value="1" name="mec[booking][bookings_all_occurrences]"/>
1631
+ <?php _e('Sell all occurrences by one booking', 'modern-events-calendar-lite'); ?>
1632
+ <span class="mec-tooltip">
1633
+ <div class="box">
1634
+ <h5 class="title"><?php _e('Book All Occurrences', 'modern-events-calendar-lite'); ?></h5>
1635
+ <div class="content">
1636
+ <p>
1637
+ <?php esc_attr_e("If you have a series of events and you want to sell all of them at once, this option is for you! For example a weekly yoga course or something similar.", 'modern-events-calendar-lite'); ?>
1638
+ </p>
1639
+ </div>
1640
+ </div>
1641
+ <i title="" class="dashicons-before dashicons-editor-help"></i>
1642
+ </span>
1643
+ </label>
1644
+ </div>
1645
  </div>
1646
  <div class="mec-meta-box-fields mec-booking-tab-content" id="mec_meta_box_booking_options_form_2">
1647
+ <h4 class="mec-title"><label for="mec_bookings_user_limit"><?php _e('Total user booking limits', 'modern-events-calendar-lite'); ?></label></h4>
 
 
1648
  <div class="mec-form-row">
1649
  <label class="mec-col-4" for="mec_bookings_user_limit_unlimited" id="mec_bookings_user_limit_unlimited_label">
1650
  <input type="hidden" name="mec[booking][bookings_user_limit_unlimited]" value="0"/>
2641
  public function save_event($post_id)
2642
  {
2643
  // Check if our nonce is set.
2644
+ if(!isset($_POST['mec_event_nonce'])) return;
 
 
2645
 
2646
  // Verify that the nonce is valid.
2647
+ if(!wp_verify_nonce($_POST['mec_event_nonce'], 'mec_event_data')) return;
 
 
2648
 
2649
  // If this is an autosave, our form has not been submitted, so we don't want to do anything.
2650
+ if(defined('DOING_AUTOSAVE') and DOING_AUTOSAVE) return;
 
 
2651
 
2652
  // Get Modern Events Calendar Data
2653
  $_mec = isset($_POST['mec']) ? $_POST['mec'] : array();
2693
  // Additional Organizers
2694
  $additional_organizer_ids = isset($_mec['additional_organizer_ids']) ? $_mec['additional_organizer_ids'] : array();
2695
 
2696
+ foreach($additional_organizer_ids as $additional_organizer_id) wp_set_object_terms($post_id, (int) $additional_organizer_id, 'mec_organizer', true);
 
 
2697
  update_post_meta($post_id, 'mec_additional_organizer_ids', $additional_organizer_ids);
2698
 
2699
  // Additional locations
2700
  $additional_location_ids = isset($_mec['additional_location_ids']) ? $_mec['additional_location_ids'] : array();
2701
 
2702
+ foreach($additional_location_ids as $additional_location_id) wp_set_object_terms($post_id, (int) $additional_location_id, 'mec_location', true);
 
 
2703
  update_post_meta($post_id, 'mec_additional_location_ids', $additional_location_ids);
2704
 
2705
  // Date Options
2717
  $end_date = date('Y-m-d', strtotime($end_date));
2718
 
2719
  // Fix end_date if it's smaller than start_date
2720
+ if(strtotime($end_date) < strtotime($start_date)) $end_date = $start_date;
 
 
2721
 
2722
  // Set the end date
2723
  $date['end']['date'] = $end_date;
2727
  $end_time_ampm = (isset($date['end']) and isset($date['end']['ampm'])) ? $date['end']['ampm'] : 'PM';
2728
 
2729
  // If 24 hours format is enabled then convert it back to 12 hours
2730
+ if(isset($this->settings['time_format']) and $this->settings['time_format'] == 24)
2731
+ {
2732
  if ($start_time_hour < 12) {
2733
  $start_time_ampm = 'AM';
2734
  } elseif ($start_time_hour == 12) {
2768
  $comment = isset($date['comment']) ? $date['comment'] : '';
2769
 
2770
  // Set start time and end time if event is all day
2771
+ if($allday == 1)
2772
+ {
2773
  $start_time_hour = '8';
2774
  $start_time_minutes = '00';
2775
  $start_time_ampm = 'AM';
2791
  // Advanced Repeat
2792
  $advanced = isset($repeat['advanced']) ? sanitize_text_field($repeat['advanced']) : '';
2793
 
2794
+ if(!is_numeric($repeat_interval)) $repeat_interval = null;
 
 
2795
 
2796
+ if($repeat_type == 'weekly') $interval_multiply = 7;
2797
+ else $interval_multiply = 1;
 
 
 
2798
 
2799
  // Reset certain weekdays if repeat type is not set to certain weekdays
2800
+ if($repeat_type != 'certain_weekdays') $certain_weekdays = array();
 
 
2801
 
2802
+ if(!is_null($repeat_interval)) $repeat_interval = $repeat_interval * $interval_multiply;
 
 
2803
 
2804
  // String To Array
2805
+ if($repeat_type == 'advanced' and trim($advanced)) $advanced = explode('-', $advanced);
2806
  else $advanced = array();
2807
 
2808
  $repeat_end = ($repeat_status and isset($repeat['end'])) ? $repeat['end'] : '';
2870
  $mec_weekends = $this->main->get_weekends();
2871
 
2872
  $plus_date = '';
2873
+ if($repeat_type == 'daily')
2874
+ {
2875
  $plus_date = '+' . $repeat_end_at_occurrences * $repeat_interval . ' Days';
2876
+ }
2877
+ elseif($repeat_type == 'weekly')
2878
+ {
2879
  $plus_date = '+' . $repeat_end_at_occurrences * ($repeat_interval) . ' Days';
2880
+ }
2881
+ elseif($repeat_type == 'weekday')
2882
+ {
2883
  $repeat_interval = 1;
2884
  $plus_date = '+' . $repeat_end_at_occurrences * $repeat_interval . ' Weekdays';
2885
 
2886
  $weekdays = ',' . implode(',', $mec_weekdays) . ',';
2887
+ }
2888
+ elseif($repeat_type == 'weekend')
2889
+ {
2890
  $repeat_interval = 1;
2891
  $plus_date = '+' . round($repeat_end_at_occurrences / 2) * ($repeat_interval * 7) . ' Days';
2892
 
2893
  $weekdays = ',' . implode(',', $mec_weekends) . ',';
2894
+ }
2895
+ elseif($repeat_type == 'certain_weekdays')
2896
+ {
2897
  $repeat_interval = 1;
2898
  $plus_date = '+' . ceil(($repeat_end_at_occurrences * $repeat_interval) * (7 / count($certain_weekdays))) . ' days';
2899
 
2900
  $weekdays = ',' . implode(',', $certain_weekdays) . ',';
2901
+ }
2902
+ elseif($repeat_type == 'monthly')
2903
+ {
2904
  $plus_date = '+' . $repeat_end_at_occurrences * $repeat_interval . ' Months';
2905
 
2906
  $year = '*';
2910
  $e = $end_date;
2911
 
2912
  $_days = array();
2913
+ while(strtotime($s) <= strtotime($e))
2914
+ {
2915
  $_days[] = date('d', strtotime($s));
2916
  $s = date('Y-m-d', strtotime('+1 Day', strtotime($s)));
2917
  }
2920
 
2921
  $week = '*';
2922
  $weekday = '*';
2923
+ }
2924
+ elseif($repeat_type == 'yearly')
2925
+ {
2926
  $plus_date = '+' . $repeat_end_at_occurrences * $repeat_interval . ' Years';
2927
 
2928
  $year = '*';
2932
 
2933
  $_months = array();
2934
  $_days = array();
2935
+ while(strtotime($s) <= strtotime($e))
2936
+ {
2937
  $_months[] = date('m', strtotime($s));
2938
  $_days[] = date('d', strtotime($s));
2939
 
2965
  $not_in_days_arr = (isset($_mec['not_in_days']) and is_array($_mec['not_in_days']) and count($_mec['not_in_days'])) ? array_unique($_mec['not_in_days']) : array();
2966
 
2967
  $in_days = '';
2968
+ if(count($in_days_arr))
2969
+ {
2970
  if(isset($in_days_arr[':i:'])) unset($in_days_arr[':i:']);
2971
 
2972
+ $in_days_arr = array_map(function($value)
2973
+ {
2974
+ return $this->main->standardize_format(explode(':', $value)[0]) . ':' . $this->main->standardize_format(explode(':', $value)[1]);
2975
+ }, $in_days_arr);
2976
 
2977
  usort($in_days_arr, function($a, $b)
2978
  {
2980
  });
2981
 
2982
  if(!isset($in_days_arr[':i:'])) $in_days_arr[':i:'] = ':val:';
2983
+ foreach($in_days_arr as $key => $in_day_arr)
2984
+ {
2985
+ if(is_numeric($key)) $in_days .= $in_day_arr . ',';
 
2986
  }
2987
  }
2988
 
2989
  $not_in_days = '';
2990
+ if(count($not_in_days_arr))
2991
+ {
2992
+ foreach($not_in_days_arr as $key => $not_in_day_arr)
2993
+ {
2994
+ if(is_numeric($key)) $not_in_days .= $this->main->standardize_format( $not_in_day_arr ) . ',';
2995
  }
2996
  }
2997
 
3002
  update_post_meta($post_id, 'mec_not_in_days', $not_in_days);
3003
 
3004
  // Repeat End Date
3005
+ if($repeat_end == 'never') $repeat_end_date = '0000-00-00';
3006
+ elseif($repeat_end == 'date') $repeat_end_date = $repeat_end_at_date;
3007
+ elseif($repeat_end == 'occurrences')
3008
+ {
3009
+ if($plus_date) $repeat_end_date = date('Y-m-d', strtotime($plus_date, strtotime($end_date)));
3010
+ else $repeat_end_date = '0000-00-00';
 
 
 
 
 
 
3011
  }
3012
+ else $repeat_end_date = '0000-00-00';
3013
 
3014
  // If event is not repeating then set the end date of event correctly
3015
+ if(!$repeat_status or $repeat_type == 'custom_days') $repeat_end_date = $end_date;
 
 
3016
 
3017
  // Add parameters to the $event
3018
  $event['end'] = $repeat_end_date;
3028
  // Update MEC Events Table
3029
  $mec_event_id = $this->db->select("SELECT `id` FROM `#__mec_events` WHERE `post_id`='$post_id'", 'loadResult');
3030
 
3031
+ if(!$mec_event_id)
3032
+ {
3033
  $q1 = '';
3034
  $q2 = '';
3035
 
3036
+ foreach($event as $key => $value)
3037
+ {
3038
  $q1 .= "`$key`,";
3039
 
3040
+ if(is_null($value)) $q2 .= 'NULL,';
3041
+ else $q2 .= "'$value',";
 
 
 
3042
  }
3043
 
3044
  $this->db->q('INSERT INTO `#__mec_events` (' . trim($q1, ', ') . ') VALUES (' . trim($q2, ', ') . ')', 'INSERT');
3045
+ }
3046
+ else
3047
+ {
3048
  $q = '';
3049
 
3050
+ foreach($event as $key => $value)
3051
+ {
3052
+ if(is_null($value)) $q .= "`$key`=NULL,";
3053
+ else $q .= "`$key`='$value',";
 
 
3054
  }
3055
 
3056
  $this->db->q('UPDATE `#__mec_events` SET ' . trim($q, ', ') . " WHERE `id`='$mec_event_id'");
3065
  unset($raw_hourly_schedules[':d:']);
3066
 
3067
  $hourly_schedules = array();
3068
+ foreach($raw_hourly_schedules as $raw_hourly_schedule)
3069
+ {
3070
  unset($raw_hourly_schedule['schedules'][':i:']);
3071
  $hourly_schedules[] = $raw_hourly_schedule;
3072
  }
3098
  $ticket['ticket_end_time_ampm'] = strtoupper(substr($ticket_render_end_time, 5, 6));
3099
 
3100
  // Bellow conditional block code is used to change ticket dates format to compatible ticket past dates structure for store in db.
3101
+ if(isset($ticket['dates']))
3102
+ {
3103
+ foreach($ticket['dates'] as $dates_ticket_key => $dates_ticket_values)
3104
+ {
3105
+ if(isset($dates_ticket_values['start']) and trim($dates_ticket_values['start']))
3106
+ {
3107
+ $ticket['dates'][$dates_ticket_key]['start'] = $this->main->standardize_format($dates_ticket_values['start']);
3108
  }
3109
 
3110
+ if(isset($dates_ticket_values['end']) and trim($dates_ticket_values['end']))
3111
+ {
3112
+ $ticket['dates'][$dates_ticket_key]['end'] = $this->main->standardize_format($dates_ticket_values['end']);
3113
  }
3114
  }
3115
  }
app/features/fes/form.php CHANGED
@@ -197,7 +197,7 @@ $this->factory->params('footer', $javascript);
197
  if(trim($start_time_minutes) == '') $start_time_minutes = 0;
198
 
199
  $start_time_ampm = get_post_meta($post_id, 'mec_start_time_ampm', true);
200
- if(trim($start_time_ampm) == '') $start_time_minutes = 'AM';
201
 
202
  $end_date = get_post_meta($post_id, 'mec_end_date', true);
203
 
197
  if(trim($start_time_minutes) == '') $start_time_minutes = 0;
198
 
199
  $start_time_ampm = get_post_meta($post_id, 'mec_start_time_ampm', true);
200
+ if(trim($start_time_ampm) == '') $start_time_ampm = 'AM';
201
 
202
  $end_date = get_post_meta($post_id, 'mec_end_date', true);
203
 
app/features/mec/meta_boxes/display_options.php CHANGED
@@ -707,7 +707,7 @@ $events = $this->main->get_events();
707
  <?php
708
  if ($this->main->getPRO()) {
709
  echo '<input type="checkbox" name="mec[sk-options][full_calendar][yearly]" id="mec_skin_full_calendar_yearly" onchange="mec_skin_full_calendar_df_mode(this)" value="1"';
710
- if(!isset($sk_options_full_calendar['yearly']) or (isset($sk_options_full_calendar['yearly']) and $sk_options_full_calendar['yearly'])) echo 'checked="checked"';
711
  } else {
712
  echo '<input type="checkbox" name="mec[sk-options][full_calendar][yearly]" id="mec_skin_full_calendar_yearly" value="0"';
713
  }
@@ -726,7 +726,7 @@ $events = $this->main->get_events();
726
  if(isset($sk_options_full_calendar['date_format_yearly_2']) and trim($sk_options_full_calendar['date_format_yearly_2']) != '') $date_format_yearly_2 = trim($sk_options_full_calendar['date_format_yearly_2']);
727
  elseif(isset($sk_options_yearly_view['modern_date_format2']) and trim($sk_options_yearly_view['modern_date_format2']) != '') $date_format_yearly_2 = trim($sk_options_yearly_view['modern_date_format2']);
728
  ?>
729
- <div class="mec-form-row mec-date-format mec-not-full_calendar-fluent <?php echo (!isset($sk_options_full_calendar['yearly']) or (isset($sk_options_full_calendar['yearly']) and $sk_options_full_calendar['yearly'])) ? '' : 'mec-util-hidden'; ?>">
730
  <label class="mec-col-4" for="mec_skin_full_calendar_date_format_yearly_1"><?php _e('Yearly View Date Formats', 'modern-events-calendar-lite'); ?></label>
731
  <input type="text" class="mec-col-2" name="mec[sk-options][full_calendar][date_format_yearly_1]" id="mec_skin_full_calendar_date_format_yearly_1" value="<?php esc_attr_e($date_format_yearly_1); ?>"/>
732
  <input type="text" class="mec-col-2" name="mec[sk-options][full_calendar][date_format_yearly_2]" id="mec_skin_full_calendar_date_format_yearly_2" value="<?php esc_attr_e($date_format_yearly_2); ?>"/>
707
  <?php
708
  if ($this->main->getPRO()) {
709
  echo '<input type="checkbox" name="mec[sk-options][full_calendar][yearly]" id="mec_skin_full_calendar_yearly" onchange="mec_skin_full_calendar_df_mode(this)" value="1"';
710
+ if(isset($sk_options_full_calendar['yearly']) and $sk_options_full_calendar['yearly']) echo 'checked="checked"';
711
  } else {
712
  echo '<input type="checkbox" name="mec[sk-options][full_calendar][yearly]" id="mec_skin_full_calendar_yearly" value="0"';
713
  }
726
  if(isset($sk_options_full_calendar['date_format_yearly_2']) and trim($sk_options_full_calendar['date_format_yearly_2']) != '') $date_format_yearly_2 = trim($sk_options_full_calendar['date_format_yearly_2']);
727
  elseif(isset($sk_options_yearly_view['modern_date_format2']) and trim($sk_options_yearly_view['modern_date_format2']) != '') $date_format_yearly_2 = trim($sk_options_yearly_view['modern_date_format2']);
728
  ?>
729
+ <div class="mec-form-row mec-date-format mec-not-full_calendar-fluent <?php echo (isset($sk_options_full_calendar['yearly']) and $sk_options_full_calendar['yearly']) ? '' : 'mec-util-hidden'; ?>">
730
  <label class="mec-col-4" for="mec_skin_full_calendar_date_format_yearly_1"><?php _e('Yearly View Date Formats', 'modern-events-calendar-lite'); ?></label>
731
  <input type="text" class="mec-col-2" name="mec[sk-options][full_calendar][date_format_yearly_1]" id="mec_skin_full_calendar_date_format_yearly_1" value="<?php esc_attr_e($date_format_yearly_1); ?>"/>
732
  <input type="text" class="mec-col-2" name="mec[sk-options][full_calendar][date_format_yearly_2]" id="mec_skin_full_calendar_date_format_yearly_2" value="<?php esc_attr_e($date_format_yearly_2); ?>"/>
app/features/mec/single.php CHANGED
@@ -67,6 +67,7 @@ $pages = get_pages();
67
  <select id="mec_settings_single_event_single_style" name="mec[settings][single_single_style]">
68
  <option value="default" <?php echo (isset($settings['single_single_style']) and $settings['single_single_style'] == 'default') ? 'selected="selected"' : ''; ?>><?php _e('Default Style', 'modern-events-calendar-lite'); ?></option>
69
  <option value="modern" <?php echo (isset($settings['single_single_style']) and $settings['single_single_style'] == 'modern') ? 'selected="selected"' : ''; ?>><?php _e('Modern Style', 'modern-events-calendar-lite'); ?></option>
 
70
  <?php if ( is_plugin_active( 'mec-single-builder/mec-single-builder.php' ) ) : ?>
71
  <option value="builder" <?php echo (isset($settings['single_single_style']) and $settings['single_single_style'] == 'builder') ? 'selected="selected"' : ''; ?>><?php _e('Elementor Single Builder', 'modern-events-calendar-lite'); ?></option>
72
  <?php endif; ?>
67
  <select id="mec_settings_single_event_single_style" name="mec[settings][single_single_style]">
68
  <option value="default" <?php echo (isset($settings['single_single_style']) and $settings['single_single_style'] == 'default') ? 'selected="selected"' : ''; ?>><?php _e('Default Style', 'modern-events-calendar-lite'); ?></option>
69
  <option value="modern" <?php echo (isset($settings['single_single_style']) and $settings['single_single_style'] == 'modern') ? 'selected="selected"' : ''; ?>><?php _e('Modern Style', 'modern-events-calendar-lite'); ?></option>
70
+ <?php do_action('mec_single_style', $settings); ?>
71
  <?php if ( is_plugin_active( 'mec-single-builder/mec-single-builder.php' ) ) : ?>
72
  <option value="builder" <?php echo (isset($settings['single_single_style']) and $settings['single_single_style'] == 'builder') ? 'selected="selected"' : ''; ?>><?php _e('Elementor Single Builder', 'modern-events-calendar-lite'); ?></option>
73
  <?php endif; ?>
app/features/schema.php CHANGED
@@ -127,14 +127,18 @@ class MEC_feature_schema extends MEC_base
127
  jQuery('input.mec-schema-event-status').on('change', function()
128
  {
129
  var value = jQuery(this).val();
130
-
131
- if(value === 'EventMovedOnline'){
132
  jQuery('#mec_moved_online_link_wrapper').show();
133
  jQuery('#mec_cancelled_reason_wrapper').hide();
134
- } else if(value === 'EventCancelled') {
 
 
135
  jQuery('#mec_moved_online_link_wrapper').hide();
136
  jQuery('#mec_cancelled_reason_wrapper').show();
137
- } else {
 
 
138
  jQuery('#mec_moved_online_link_wrapper').hide();
139
  jQuery('#mec_cancelled_reason_wrapper').hide();
140
  }
@@ -178,8 +182,6 @@ class MEC_feature_schema extends MEC_base
178
  $display_cancellation_reason_in_single_page = (isset($_mec['display_cancellation_reason_in_single_page']) and !empty($_mec['display_cancellation_reason_in_single_page'])) ? true : false;
179
  update_post_meta($post_id, 'mec_display_cancellation_reason_in_single_page', $display_cancellation_reason_in_single_page);
180
 
181
-
182
-
183
  return true;
184
  }
185
 
127
  jQuery('input.mec-schema-event-status').on('change', function()
128
  {
129
  var value = jQuery(this).val();
130
+ if(value === 'EventMovedOnline')
131
+ {
132
  jQuery('#mec_moved_online_link_wrapper').show();
133
  jQuery('#mec_cancelled_reason_wrapper').hide();
134
+ }
135
+ else if(value === 'EventCancelled')
136
+ {
137
  jQuery('#mec_moved_online_link_wrapper').hide();
138
  jQuery('#mec_cancelled_reason_wrapper').show();
139
+ }
140
+ else
141
+ {
142
  jQuery('#mec_moved_online_link_wrapper').hide();
143
  jQuery('#mec_cancelled_reason_wrapper').hide();
144
  }
182
  $display_cancellation_reason_in_single_page = (isset($_mec['display_cancellation_reason_in_single_page']) and !empty($_mec['display_cancellation_reason_in_single_page'])) ? true : false;
183
  update_post_meta($post_id, 'mec_display_cancellation_reason_in_single_page', $display_cancellation_reason_in_single_page);
184
 
 
 
185
  return true;
186
  }
187
 
app/features/search.php CHANGED
@@ -301,11 +301,7 @@ class MEC_feature_search extends MEC_base
301
  }
302
 
303
  // wordpress event list search
304
- $post_types = array('post', 'mec-events');
305
- if(!function_exists('get_current_screen')) require_once(ABSPATH . 'wp-admin/includes/screen.php');
306
-
307
- $current_screen = isset(get_current_screen()->id) ? get_current_screen()->id : false;
308
- if($current_screen and trim($current_screen) == 'edit-mec-events') $post_types = 'mec-events';
309
 
310
  if($mec_tag_query) $query->set('tag', $mec_tag_query);
311
  $query->set('tax_query', $mec_queries);
301
  }
302
 
303
  // wordpress event list search
304
+ $post_types = array('mec-events');
 
 
 
 
305
 
306
  if($mec_tag_query) $query->set('tag', $mec_tag_query);
307
  $query->set('tax_query', $mec_queries);
app/features/update.php CHANGED
@@ -180,7 +180,7 @@ class MEC_feature_update extends MEC_base
180
  `dstart` date NOT NULL,
181
  `dend` date NOT NULL,
182
  `type` enum('include','exclude') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'include'
183
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;");
184
 
185
  $this->db->q("ALTER TABLE `#__mec_dates` ADD PRIMARY KEY (`id`), ADD KEY `post_id` (`post_id`), ADD KEY `type` (`type`);");
186
  $this->db->q("ALTER TABLE `#__mec_dates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;");
@@ -303,14 +303,16 @@ class MEC_feature_update extends MEC_base
303
  public function version490()
304
  {
305
  // Get Booking Posts
306
- $args = array(
307
  'post_type' => 'mec-books',
308
- );
309
- $bookings = get_posts($args);
310
- foreach ($bookings as $id => $booking) {
 
311
  $event_id = get_post_meta($booking->ID, 'mec_event_id', true);
312
  $location_id = get_post_meta($event_id, 'mec_location_id', true);
313
- if ( !empty( $location_id )) update_post_meta($booking->ID, 'mec_booking_location', $location_id);
 
314
  }
315
  }
316
 
180
  `dstart` date NOT NULL,
181
  `dend` date NOT NULL,
182
  `type` enum('include','exclude') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'include'
183
+ ) DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;");
184
 
185
  $this->db->q("ALTER TABLE `#__mec_dates` ADD PRIMARY KEY (`id`), ADD KEY `post_id` (`post_id`), ADD KEY `type` (`type`);");
186
  $this->db->q("ALTER TABLE `#__mec_dates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;");
303
  public function version490()
304
  {
305
  // Get Booking Posts
306
+ $bookings = get_posts(array(
307
  'post_type' => 'mec-books',
308
+ ));
309
+
310
+ foreach($bookings as $id => $booking)
311
+ {
312
  $event_id = get_post_meta($booking->ID, 'mec_event_id', true);
313
  $location_id = get_post_meta($event_id, 'mec_location_id', true);
314
+
315
+ if(!empty($location_id)) update_post_meta($booking->ID, 'mec_booking_location', $location_id);
316
  }
317
  }
318
 
app/libraries/base.php CHANGED
@@ -196,4 +196,16 @@ abstract class MEC_base extends MEC
196
  {
197
  return MEC::getInstance('app.libraries.syncSchedule');
198
  }
 
 
 
 
 
 
 
 
 
 
 
 
199
  }
196
  {
197
  return MEC::getInstance('app.libraries.syncSchedule');
198
  }
199
+
200
+ /**
201
+ * Returns Cache instance
202
+ * @final
203
+ * @author Webnus <info@webnus.biz>
204
+ * @return MEC_cache instance
205
+ */
206
+ final public function getCache()
207
+ {
208
+ MEC::import('app.libraries.cache');
209
+ return MEC_cache::getInstance();
210
+ }
211
  }
app/libraries/book.php CHANGED
@@ -100,7 +100,7 @@ class MEC_book extends MEC_base
100
  elseif($fee['type'] == 'amount') $fee_amount += ($total_tickets_count*$fee['amount']);
101
  elseif($fee['type'] == 'amount_per_booking') $fee_amount += $fee['amount'];
102
 
103
- $details[] = array('amount'=>$fee_amount, 'description'=>__($fee['title'], 'modern-events-calendar-lite'), 'type'=>'fee');
104
 
105
  $total_fee_amount += $fee_amount;
106
  }
@@ -237,11 +237,10 @@ class MEC_book extends MEC_base
237
  if(!empty($location_id)) update_post_meta($book_id, 'mec_booking_location', $location_id);
238
  if(isset($values['mec_attendees']))
239
  {
240
- $i = 0;
241
- foreach($values['mec_attendees'] as $mec_attendee)
242
  {
243
- $values['mec_attendees'][$i]['buyerip'] = $this->main->get_client_ip();
244
- $i++;
245
  }
246
 
247
  update_post_meta($book_id, 'mec_attendees', $values['mec_attendees']);
@@ -623,15 +622,27 @@ class MEC_book extends MEC_base
623
  $after_discount = $total - $discount;
624
 
625
  $transaction['price_details']['total'] = $after_discount;
626
- $transaction['price_details']['details'][] = array('amount'=>$discount, 'description'=>__('Discount', 'modern-events-calendar-lite'), 'type'=>'discount');
627
 
 
 
 
 
 
 
 
 
 
628
  $transaction['discount'] = $discount;
629
  $transaction['price'] = $after_discount;
630
  $transaction['coupon'] = $coupon;
631
 
 
 
 
 
632
  $this->update_transaction($transaction_id, $transaction);
633
 
634
- return $discount;
635
  }
636
 
637
  /**
@@ -670,6 +681,67 @@ class MEC_book extends MEC_base
670
  return isset($term->term_id) ? $term->term_id : 0;
671
  }
672
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
673
  /**
674
  * Get invoice link for certain transaction
675
  * @author Webnus <info@webnus.biz>
100
  elseif($fee['type'] == 'amount') $fee_amount += ($total_tickets_count*$fee['amount']);
101
  elseif($fee['type'] == 'amount_per_booking') $fee_amount += $fee['amount'];
102
 
103
+ $details[] = array('amount'=>$fee_amount, 'description'=>__($fee['title'], 'modern-events-calendar-lite'), 'type'=>'fee', 'fee_type'=>$fee['type'], 'fee_amount'=>$fee['amount']);
104
 
105
  $total_fee_amount += $fee_amount;
106
  }
237
  if(!empty($location_id)) update_post_meta($book_id, 'mec_booking_location', $location_id);
238
  if(isset($values['mec_attendees']))
239
  {
240
+ foreach($values['mec_attendees'] as $k => $mec_attendee)
 
241
  {
242
+ if(!is_numeric($k)) continue;
243
+ $values['mec_attendees'][$k]['buyerip'] = $this->main->get_client_ip();
244
  }
245
 
246
  update_post_meta($book_id, 'mec_attendees', $values['mec_attendees']);
622
  $after_discount = $total - $discount;
623
 
624
  $transaction['price_details']['total'] = $after_discount;
 
625
 
626
+ $price_details = $transaction['price_details']['details'];
627
+ foreach($price_details as $i => $price_detail)
628
+ {
629
+ if(isset($price_detail['type']) and $price_detail['type'] == 'discount' and isset($price_detail['coupon'])) unset($price_details[$i]);
630
+ }
631
+
632
+ $price_details[] = array('amount'=>$discount, 'description'=>__('Discount', 'modern-events-calendar-lite'), 'type'=>'discount', 'coupon'=>$coupon);
633
+
634
+ $transaction['price_details']['details'] = $price_details;
635
  $transaction['discount'] = $discount;
636
  $transaction['price'] = $after_discount;
637
  $transaction['coupon'] = $coupon;
638
 
639
+ // Re-caclculate
640
+ $transaction = $this->recalculate($transaction);
641
+
642
+ // Update Transaction
643
  $this->update_transaction($transaction_id, $transaction);
644
 
645
+ return (isset($transaction['discount']) ? $transaction['discount'] : $discount);
646
  }
647
 
648
  /**
681
  return isset($term->term_id) ? $term->term_id : 0;
682
  }
683
 
684
+ public function recalculate($transaction)
685
+ {
686
+ $price_details = $transaction['price_details']['details'];
687
+ $total_tickets_count = count($transaction['tickets']);
688
+
689
+ $total_fee_amount = 0;
690
+ $taxable = 0;
691
+ $total_discount = 0;
692
+ $fees_to_apply = array();
693
+ $discounts_to_apply = array();
694
+
695
+ foreach($price_details as $i => $item)
696
+ {
697
+ $type = isset($item['type']) ? $item['type'] : '';
698
+ $amount = isset($item['amount']) ? $item['amount'] : 0;
699
+
700
+ if($type == 'fee') $fees_to_apply[] = $item;
701
+ elseif($type == 'discount') $discounts_to_apply[] = $item;
702
+ else $taxable += $amount;
703
+
704
+ // Remove Fee and Discount Items
705
+ if(in_array($type, array('fee', 'discount'))) unset($price_details[$i]);
706
+ }
707
+
708
+ $total = $taxable;
709
+
710
+ // Apply Discounts
711
+ foreach($discounts_to_apply as $discount_item)
712
+ {
713
+ $discount = $this->coupon_get_discount($discount_item['coupon'], $taxable);
714
+ $taxable = max(0, ($taxable - $discount));
715
+ $total_discount += $discount;
716
+
717
+ $price_details[] = array('amount'=>$discount, 'description'=>__('Discount', 'modern-events-calendar-lite'), 'type'=>'discount', 'coupon'=>$discount_item['coupon']);
718
+ }
719
+
720
+ // Apply Fees
721
+ foreach($fees_to_apply as $fee_item)
722
+ {
723
+ $fee_amount = 0;
724
+
725
+ if($fee_item['fee_type'] == 'percent') $fee_amount += ($taxable*$fee_item['fee_amount'])/100;
726
+ elseif($fee_item['fee_type'] == 'amount') $fee_amount += ($total_tickets_count*$fee_item['fee_amount']);
727
+ elseif($fee_item['fee_type'] == 'amount_per_booking') $fee_amount += $fee_item['fee_amount'];
728
+
729
+ $total_fee_amount += $fee_amount;
730
+ $price_details[] = array('amount'=>$fee_amount, 'description'=>__($fee_item['description'], 'modern-events-calendar-lite'), 'type'=>'fee', 'fee_type'=>$fee_item['fee_type'], 'fee_amount'=>$fee_item['fee_amount']);
731
+ }
732
+
733
+ $total += $total_fee_amount;
734
+ $payable = ($taxable + $total_fee_amount);
735
+
736
+ $transaction['price_details']['total'] = $payable;
737
+ $transaction['price_details']['details'] = $price_details;
738
+ $transaction['discount'] = $total_discount;
739
+ $transaction['price'] = $payable;
740
+ $transaction['total'] = $total;
741
+
742
+ return $transaction;
743
+ }
744
+
745
  /**
746
  * Get invoice link for certain transaction
747
  * @author Webnus <info@webnus.biz>
app/libraries/cache.php ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /** no direct access **/
3
+ defined('MECEXEC') or die();
4
+
5
+ /**
6
+ * Webnus MEC Cache class.
7
+ * @author Webnus <info@webnus.biz>
8
+ */
9
+ class MEC_cache
10
+ {
11
+ protected static $instance = null;
12
+ protected static $cache = array();
13
+
14
+ /**
15
+ * Constructor method
16
+ * @author Webnus <info@webnus.biz>
17
+ */
18
+ private function __construct()
19
+ {
20
+ }
21
+
22
+ public function __clone()
23
+ {
24
+ }
25
+
26
+ public function __wakeup()
27
+ {
28
+ }
29
+
30
+ public static function getInstance()
31
+ {
32
+ // Get an instance of Class
33
+ if(is_null(self::$instance)) self::$instance = new self();
34
+
35
+ // Return the instance
36
+ return self::$instance;
37
+ }
38
+
39
+ public static function set($key, $value)
40
+ {
41
+ self::$cache[$key] = $value;
42
+ }
43
+
44
+ public static function has($key)
45
+ {
46
+ return isset(self::$cache[$key]);
47
+ }
48
+
49
+ public static function get($key)
50
+ {
51
+ return (isset(self::$cache[$key]) ? self::$cache[$key] : NULL);
52
+ }
53
+ }
app/libraries/factory.php CHANGED
@@ -934,18 +934,20 @@ class MEC_factory extends MEC_base
934
  update_option('mec_version', $this->main->get_version());
935
  }
936
 
937
- /**
938
  * Add MEC metabox in WordPress dashboard
939
  * @author Webnus <info@webnus.biz>
940
  */
941
  public function mec_widget_news_features()
942
  {
943
- add_meta_box( 'mec_widget_news_features',
 
944
  __('Modern Events Calendar', 'modern-events-calendar-lite'),
945
  array($this, 'mec_render_meta_box'),
946
  'dashboard',
947
  'normal',
948
- 'high');
 
949
  }
950
 
951
  /**
@@ -958,7 +960,7 @@ class MEC_factory extends MEC_base
958
  echo '
959
  <div class="mec-metabox-head-wrap">
960
  <div class="mec-metabox-head-version">
961
- <img src="'.plugin_dir_url(__FILE__ ) . '../../assets/img/ico-mec-vc.png'.'" />
962
  <p>'.($this->getPRO() ? __('Modern Events Calendar', 'modern-events-calendar-lite') : __('Modern Events Calendar (Lite)', 'modern-events-calendar-lite')).'</p>
963
  <a href="'.esc_html__(admin_url( 'post-new.php?post_type=mec-events' )).'" class="button"><span aria-hidden="true" class="dashicons dashicons-plus"></span> Create New Event</a>
964
  </div>
@@ -970,19 +972,19 @@ class MEC_factory extends MEC_base
970
  // Upcoming Events
971
  $upcoming_events = $this->main->get_upcoming_events(3);
972
  echo '<div class="mec-metabox-upcoming-wrap"><h3 class="mec-metabox-feed-head">'.esc_html__('Upcoming Events' , 'modern-events-calendar-lite').'</h3><ul>';
973
- foreach ($upcoming_events as $date => $content) {
 
974
  $event_date = $date;
975
- foreach ($content as $array_id => $array_content) {
976
-
977
  $location_id = $array_content->data->meta['mec_location_id'];
978
  $event_title = $array_content->data->title;
979
  $event_link = $array_content->data->permalink;
980
  $event_date = $this->main->date_i18n(get_option('date_format'), $array_content->date['start']['date']);
981
  $location = get_term($location_id, 'mec_location');
 
982
  $locationName = '';
983
- if (isset($location->name)) {
984
- $locationName = $location->name;
985
- }
986
  echo '
987
  <li>
988
  <span aria-hidden="true" class="dashicons dashicons-calendar-alt"></span>
@@ -994,27 +996,28 @@ class MEC_factory extends MEC_base
994
  <div style="clear:both"></div>
995
  </li>
996
  ';
997
-
998
  }
999
  }
 
1000
  echo '</ul></div>';
1001
 
1002
  $data_url = 'https://webnus.net/wp-json/wninfo/v1/posts';
1003
- if( function_exists('file_get_contents') && ini_get('allow_url_fopen') )
1004
  {
1005
  $ctx = stream_context_create(array('http'=>
1006
  array(
1007
  'timeout' => 20,
1008
  )
1009
  ));
 
1010
  $get_data = file_get_contents($data_url, false, $ctx);
1011
- if ( $get_data !== false AND !empty($get_data) )
1012
  {
1013
  $obj = json_decode($get_data);
1014
  $i = count((array)$obj);
1015
  }
1016
  }
1017
- elseif ( function_exists('curl_version') )
1018
  {
1019
  $ch = curl_init();
1020
  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
@@ -1022,17 +1025,21 @@ class MEC_factory extends MEC_base
1022
  curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0);
1023
  curl_setopt($ch, CURLOPT_TIMEOUT, 20); //timeout in seconds
1024
  curl_setopt($ch, CURLOPT_URL, $data_url);
 
1025
  $result = curl_exec($ch);
1026
  curl_close($ch);
1027
  $obj = json_decode($result);
1028
  $i = count((array)$obj);
1029
- } else {
 
 
1030
  $obj = '';
1031
  }
1032
 
1033
  // News
1034
  echo '<h3 class="mec-metabox-feed-head">'.esc_html__('News & Updates' , 'modern-events-calendar-lite').'</h3><div class="mec-metabox-feed-content"><ul>';
1035
- foreach ($obj as $key => $value) {
 
1036
  echo '
1037
  <li>
1038
  <a href="'.$value->link.'" target="_blank">'.$value->title.'</a>
@@ -1043,12 +1050,10 @@ class MEC_factory extends MEC_base
1043
  echo '</ul></div>';
1044
 
1045
  // Links
1046
- echo'
1047
- <div class="mec-metabox-footer"><a href="https://webnus.net/blog/" target="_blank">'.esc_html__('Blog', 'modern-events-calendar-lite').'<span aria-hidden="true" class="dashicons dashicons-external"></span></a><a href="https://webnus.net/dox/modern-events-calendar/" target="_blank">'.esc_html__('Help', 'modern-events-calendar-lite').'<span aria-hidden="true" class="dashicons dashicons-external"></span></a>';
1048
- if ($this->getPRO()) echo '<a href="https://webnus.net/mec-purchase" target="_blank">'.esc_html__('Go Pro', 'modern-events-calendar-lite').'<span aria-hidden="true" class="dashicons dashicons-external"></span></a>';
1049
  echo '</div>';
1050
  }
1051
-
1052
 
1053
  /**
1054
  * Add cron jobs
934
  update_option('mec_version', $this->main->get_version());
935
  }
936
 
937
+ /**
938
  * Add MEC metabox in WordPress dashboard
939
  * @author Webnus <info@webnus.biz>
940
  */
941
  public function mec_widget_news_features()
942
  {
943
+ add_meta_box(
944
+ 'mec_widget_news_features',
945
  __('Modern Events Calendar', 'modern-events-calendar-lite'),
946
  array($this, 'mec_render_meta_box'),
947
  'dashboard',
948
  'normal',
949
+ 'high'
950
+ );
951
  }
952
 
953
  /**
960
  echo '
961
  <div class="mec-metabox-head-wrap">
962
  <div class="mec-metabox-head-version">
963
+ <img src="'.plugin_dir_url(__FILE__ ) . '../../assets/img/ico-mec-vc.png" />
964
  <p>'.($this->getPRO() ? __('Modern Events Calendar', 'modern-events-calendar-lite') : __('Modern Events Calendar (Lite)', 'modern-events-calendar-lite')).'</p>
965
  <a href="'.esc_html__(admin_url( 'post-new.php?post_type=mec-events' )).'" class="button"><span aria-hidden="true" class="dashicons dashicons-plus"></span> Create New Event</a>
966
  </div>
972
  // Upcoming Events
973
  $upcoming_events = $this->main->get_upcoming_events(3);
974
  echo '<div class="mec-metabox-upcoming-wrap"><h3 class="mec-metabox-feed-head">'.esc_html__('Upcoming Events' , 'modern-events-calendar-lite').'</h3><ul>';
975
+ foreach($upcoming_events as $date => $content)
976
+ {
977
  $event_date = $date;
978
+ foreach($content as $array_id => $array_content)
979
+ {
980
  $location_id = $array_content->data->meta['mec_location_id'];
981
  $event_title = $array_content->data->title;
982
  $event_link = $array_content->data->permalink;
983
  $event_date = $this->main->date_i18n(get_option('date_format'), $array_content->date['start']['date']);
984
  $location = get_term($location_id, 'mec_location');
985
+
986
  $locationName = '';
987
+ if(isset($location->name)) $locationName = $location->name;
 
 
988
  echo '
989
  <li>
990
  <span aria-hidden="true" class="dashicons dashicons-calendar-alt"></span>
996
  <div style="clear:both"></div>
997
  </li>
998
  ';
 
999
  }
1000
  }
1001
+
1002
  echo '</ul></div>';
1003
 
1004
  $data_url = 'https://webnus.net/wp-json/wninfo/v1/posts';
1005
+ if(function_exists('file_get_contents') && ini_get('allow_url_fopen'))
1006
  {
1007
  $ctx = stream_context_create(array('http'=>
1008
  array(
1009
  'timeout' => 20,
1010
  )
1011
  ));
1012
+
1013
  $get_data = file_get_contents($data_url, false, $ctx);
1014
+ if($get_data !== false AND !empty($get_data))
1015
  {
1016
  $obj = json_decode($get_data);
1017
  $i = count((array)$obj);
1018
  }
1019
  }
1020
+ elseif(function_exists('curl_version'))
1021
  {
1022
  $ch = curl_init();
1023
  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
1025
  curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0);
1026
  curl_setopt($ch, CURLOPT_TIMEOUT, 20); //timeout in seconds
1027
  curl_setopt($ch, CURLOPT_URL, $data_url);
1028
+
1029
  $result = curl_exec($ch);
1030
  curl_close($ch);
1031
  $obj = json_decode($result);
1032
  $i = count((array)$obj);
1033
+ }
1034
+ else
1035
+ {
1036
  $obj = '';
1037
  }
1038
 
1039
  // News
1040
  echo '<h3 class="mec-metabox-feed-head">'.esc_html__('News & Updates' , 'modern-events-calendar-lite').'</h3><div class="mec-metabox-feed-content"><ul>';
1041
+ foreach($obj as $key => $value)
1042
+ {
1043
  echo '
1044
  <li>
1045
  <a href="'.$value->link.'" target="_blank">'.$value->title.'</a>
1050
  echo '</ul></div>';
1051
 
1052
  // Links
1053
+ echo'<div class="mec-metabox-footer"><a href="https://webnus.net/blog/" target="_blank">'.esc_html__('Blog', 'modern-events-calendar-lite').'<span aria-hidden="true" class="dashicons dashicons-external"></span></a><a href="https://webnus.net/dox/modern-events-calendar/" target="_blank">'.esc_html__('Help', 'modern-events-calendar-lite').'<span aria-hidden="true" class="dashicons dashicons-external"></span></a>';
1054
+ if($this->getPRO()) echo '<a href="https://webnus.net/mec-purchase" target="_blank">'.esc_html__('Go Pro', 'modern-events-calendar-lite').'<span aria-hidden="true" class="dashicons dashicons-external"></span></a>';
 
1055
  echo '</div>';
1056
  }
 
1057
 
1058
  /**
1059
  * Add cron jobs
app/libraries/main.php CHANGED
@@ -858,12 +858,13 @@ class MEC_main extends MEC_base
858
  /**
859
  * Returns MEC addons message
860
  * @author Webnus <info@webnus.biz>
861
- * @return array
862
  */
863
  public function addons_msg()
864
  {
865
  $get_n_option = get_option('mec_addons_notification_option');
866
- if ( $get_n_option == 'open' ) return;
 
867
  return '
868
  <div class="w-row mec-addons-notification-wrap">
869
  <div class="w-col-sm-12">
@@ -5262,8 +5263,6 @@ class MEC_main extends MEC_base
5262
 
5263
  function get_client_ip()
5264
  {
5265
- $ipaddress = '';
5266
-
5267
  if(isset($_SERVER['HTTP_CLIENT_IP'])) $ipaddress = $_SERVER['HTTP_CLIENT_IP'];
5268
  elseif(isset($_SERVER['HTTP_X_FORWARDED_FOR'])) $ipaddress = $_SERVER['HTTP_X_FORWARDED_FOR'];
5269
  elseif(isset($_SERVER['HTTP_X_FORWARDED'])) $ipaddress = $_SERVER['HTTP_X_FORWARDED'];
@@ -5279,6 +5278,12 @@ class MEC_main extends MEC_base
5279
  {
5280
  // Client IP
5281
  $ip = $this->get_client_ip();
 
 
 
 
 
 
5282
 
5283
  // First Provider
5284
  $JSON = $this->get_web_page('http://ip-api.com/json/'.$ip);
@@ -5291,8 +5296,13 @@ class MEC_main extends MEC_base
5291
  $data = json_decode($JSON, true);
5292
  }
5293
 
5294
- // Second provide returns X instead of false in case of error!
5295
- return (isset($data['timezone']) and strtolower($data['timezone']) != 'x') ? $data['timezone'] : false;
 
 
 
 
 
5296
  }
5297
 
5298
  public function is_ajax()
858
  /**
859
  * Returns MEC addons message
860
  * @author Webnus <info@webnus.biz>
861
+ * @return string
862
  */
863
  public function addons_msg()
864
  {
865
  $get_n_option = get_option('mec_addons_notification_option');
866
+ if($get_n_option == 'open') return '';
867
+
868
  return '
869
  <div class="w-row mec-addons-notification-wrap">
870
  <div class="w-col-sm-12">
5263
 
5264
  function get_client_ip()
5265
  {
 
 
5266
  if(isset($_SERVER['HTTP_CLIENT_IP'])) $ipaddress = $_SERVER['HTTP_CLIENT_IP'];
5267
  elseif(isset($_SERVER['HTTP_X_FORWARDED_FOR'])) $ipaddress = $_SERVER['HTTP_X_FORWARDED_FOR'];
5268
  elseif(isset($_SERVER['HTTP_X_FORWARDED'])) $ipaddress = $_SERVER['HTTP_X_FORWARDED'];
5278
  {
5279
  // Client IP
5280
  $ip = $this->get_client_ip();
5281
+
5282
+ $cache_key = 'mec_visitor_timezone_'.$ip;
5283
+ $cache = $this->getCache();
5284
+
5285
+ // Get From Cache
5286
+ if($cache->has($cache_key)) return $cache->get($cache_key);
5287
 
5288
  // First Provider
5289
  $JSON = $this->get_web_page('http://ip-api.com/json/'.$ip);
5296
  $data = json_decode($JSON, true);
5297
  }
5298
 
5299
+ // Second provider returns X instead of false in case of error!
5300
+ $timezone = (isset($data['timezone']) and strtolower($data['timezone']) != 'x') ? $data['timezone'] : false;
5301
+
5302
+ // Add to Cache
5303
+ $cache->set($cache_key, $timezone);
5304
+
5305
+ return $timezone;
5306
  }
5307
 
5308
  public function is_ajax()
app/libraries/render.php CHANGED
@@ -827,6 +827,9 @@ class MEC_render extends MEC_base
827
  }
828
  elseif($repeat_type == 'yearly')
829
  {
 
 
 
830
  $event_days = explode(',', trim($event->mec->day, ', '));
831
  $event_months = explode(',', trim($event->mec->month, ', '));
832
 
827
  }
828
  elseif($repeat_type == 'yearly')
829
  {
830
+ // Start from Event Start Date
831
+ if(strtotime($start_date['date']) > strtotime($original_start_date)) $original_start_date = $start_date['date'];
832
+
833
  $event_days = explode(',', trim($event->mec->day, ', '));
834
  $event_months = explode(',', trim($event->mec->month, ', '));
835
 
app/libraries/skins.php CHANGED
@@ -208,7 +208,12 @@ class MEC_skins extends MEC_base
208
  $path = $this->get_path('tpl');
209
 
210
  // Apply filters
211
- $filtered_path = apply_filters('mec_get_skin_tpl_path', $this->skin, $this->style);
 
 
 
 
 
212
  if($filtered_path != $this->skin and $this->file->exists($filtered_path)) $path = $filtered_path;
213
 
214
  return $path;
208
  $path = $this->get_path('tpl');
209
 
210
  // Apply filters
211
+ $settings = $this->main->get_settings();
212
+ if ($this->skin == 'single' and (isset($settings['single_single_style']) and $settings['single_single_style'] == 'fluent')) {
213
+ $filtered_path = apply_filters('mec_get_skin_tpl_path', $this->skin, 'fluent');
214
+ } else {
215
+ $filtered_path = apply_filters('mec_get_skin_tpl_path', $this->skin, $this->style);
216
+ }
217
  if($filtered_path != $this->skin and $this->file->exists($filtered_path)) $path = $filtered_path;
218
 
219
  return $path;
app/modules/booking/default.php CHANGED
@@ -324,6 +324,10 @@ function mec_book_form_submit'.$uniqueid.'()
324
  jQuery("html,body").animate({
325
  scrollTop: jQuery(".mec-events-meta-group-booking").offset().top - 100
326
  }, "slow");
 
 
 
 
327
  }
328
  else
329
  {
@@ -367,8 +371,8 @@ function mec_book_apply_coupon'.$uniqueid.'()
367
 
368
  jQuery("#mec_booking'.$uniqueid.' .mec-book-form-coupon .mec-coupon-message").addClass("mec-success").html(data.message).show();
369
 
370
- jQuery("#mec_booking'.$uniqueid.' .mec-book-price-details .mec-book-price-detail-typediscount").remove();
371
- jQuery("#mec_booking'.$uniqueid.' .mec-book-price-details").append(data.data.price_details);
372
 
373
  jQuery("#mec_booking'.$uniqueid.' .mec-book-price-total").html(data.data.price);
374
  jQuery("#mec_booking'.$uniqueid.' #mec_do_transaction_paypal_express_form"+data.data.transaction_id+" input[name=amount]").val(data.data.price_raw);
@@ -447,11 +451,15 @@ function mec_check_variation_min_max'.$uniqueid.'(variation)
447
  }
448
  </script>';
449
 
450
- $javascript = apply_filters('mec-javascript-code-of-booking-module', $javascript , $uniqueid);
451
 
452
  // Include javascript code into the footer
453
  if($this->is_ajax()) echo $javascript;
454
- else $factory->params('footer', $javascript);
 
 
 
 
455
  ?>
456
  <div class="mec-booking" id="mec_booking<?php echo $uniqueid; ?>">
457
  <?php
324
  jQuery("html,body").animate({
325
  scrollTop: jQuery(".mec-events-meta-group-booking").offset().top - 100
326
  }, "slow");
327
+
328
+ if (jQuery(".mec-single-fluent-wrap").length>0 && typeof jQuery.fn.niceSelect !== "undefined") {
329
+ jQuery(".mec-single-fluent-wrap").find("select").niceSelect();
330
+ }
331
  }
332
  else
333
  {
371
 
372
  jQuery("#mec_booking'.$uniqueid.' .mec-book-form-coupon .mec-coupon-message").addClass("mec-success").html(data.message).show();
373
 
374
+ jQuery("#mec_booking'.$uniqueid.' .mec-book-price-details li").remove();
375
+ jQuery("#mec_booking'.$uniqueid.' .mec-book-price-details").html(data.data.price_details);
376
 
377
  jQuery("#mec_booking'.$uniqueid.' .mec-book-price-total").html(data.data.price);
378
  jQuery("#mec_booking'.$uniqueid.' #mec_do_transaction_paypal_express_form"+data.data.transaction_id+" input[name=amount]").val(data.data.price_raw);
451
  }
452
  </script>';
453
 
454
+ $javascript = apply_filters('mec-javascript-code-of-booking-module', $javascript, $uniqueid);
455
 
456
  // Include javascript code into the footer
457
  if($this->is_ajax()) echo $javascript;
458
+ else
459
+ {
460
+ $factory = $this->getFactory();
461
+ $factory->params('footer', $javascript);
462
+ }
463
  ?>
464
  <div class="mec-booking" id="mec_booking<?php echo $uniqueid; ?>">
465
  <?php
app/modules/booking/steps/tickets.php CHANGED
@@ -16,9 +16,14 @@ $availability = $book->get_tickets_availability($event_id, $occurrence);
16
 
17
  $date_format = (isset($settings['booking_date_format1']) and trim($settings['booking_date_format1'])) ? $settings['booking_date_format1'] : 'Y-m-d';
18
  $midnight_event = $this->is_midnight_event($event);
 
 
 
19
  ?>
20
  <form id="mec_book_form<?php echo $uniqueid; ?>" onsubmit="mec_book_form_submit(event, <?php echo $uniqueid; ?>);">
21
  <h4><?php _e('Book Event', 'modern-events-calendar-lite'); ?></h4>
 
 
22
  <div class="mec-book-first">
23
  <label for="mec_book_form_date"><?php _e('Date', 'modern-events-calendar-lite'); ?>: </label>
24
  <select name="book[date]" id="mec_book_form_date" onchange="mec_get_tickets_availability<?php echo $uniqueid; ?>(<?php echo $event_id; ?>, this.value);">
@@ -29,6 +34,9 @@ $midnight_event = $this->is_midnight_event($event);
29
  <?php endforeach; ?>
30
  </select>
31
  </div>
 
 
 
32
 
33
  <div class="mec-event-tickets-list" id="mec_book_form_tickets_container<?php echo $uniqueid; ?>" data-total-booking-limit="<?php echo isset($availability['total']) ? $availability['total'] : '-1'; ?>">
34
  <?php foreach($tickets as $ticket_id=>$ticket): $stop_selling = isset($availability['stop_selling_'.$ticket_id]) ? $availability['stop_selling_'.$ticket_id] : false; $ticket_limit = isset($availability[$ticket_id]) ? $availability[$ticket_id] : -1; if($ticket_limit === '0' and count($dates) <= 1) continue; ?>
16
 
17
  $date_format = (isset($settings['booking_date_format1']) and trim($settings['booking_date_format1'])) ? $settings['booking_date_format1'] : 'Y-m-d';
18
  $midnight_event = $this->is_midnight_event($event);
19
+
20
+ $book_all_occurrences = 0;
21
+ if(isset($event->data) and isset($event->data->meta) and isset($event->data->meta['mec_booking']) and isset($event->data->meta['mec_booking']['bookings_all_occurrences'])) $book_all_occurrences = (int) $event->data->meta['mec_booking']['bookings_all_occurrences'];
22
  ?>
23
  <form id="mec_book_form<?php echo $uniqueid; ?>" onsubmit="mec_book_form_submit(event, <?php echo $uniqueid; ?>);">
24
  <h4><?php _e('Book Event', 'modern-events-calendar-lite'); ?></h4>
25
+
26
+ <?php if(!$book_all_occurrences): ?>
27
  <div class="mec-book-first">
28
  <label for="mec_book_form_date"><?php _e('Date', 'modern-events-calendar-lite'); ?>: </label>
29
  <select name="book[date]" id="mec_book_form_date" onchange="mec_get_tickets_availability<?php echo $uniqueid; ?>(<?php echo $event_id; ?>, this.value);">
34
  <?php endforeach; ?>
35
  </select>
36
  </div>
37
+ <?php else: ?>
38
+ <input type="hidden" name="book[date]" value="<?php echo $dates[0]['start']['date'].':'.$dates[0]['end']['date']; ?>">
39
+ <?php endif; ?>
40
 
41
  <div class="mec-event-tickets-list" id="mec_book_form_tickets_container<?php echo $uniqueid; ?>" data-total-booking-limit="<?php echo isset($availability['total']) ? $availability['total'] : '-1'; ?>">
42
  <?php foreach($tickets as $ticket_id=>$ticket): $stop_selling = isset($availability['stop_selling_'.$ticket_id]) ? $availability['stop_selling_'.$ticket_id] : false; $ticket_limit = isset($availability[$ticket_id]) ? $availability[$ticket_id] : -1; if($ticket_limit === '0' and count($dates) <= 1) continue; ?>
app/modules/googlemap/details.php CHANGED
@@ -117,6 +117,7 @@ else $factory->params('footer', $javascript);
117
  <div class="mec-googlemap-details" id="mec_map_canvas<?php echo $uniqueid; ?>" style="height: 500px;">
118
  <?php do_action( 'mec_map_inner_element_tools' ,$settings); ?>
119
  </div>
 
120
  <?php if($get_direction): ?>
121
  <div class="mec-get-direction">
122
  <form method="post" action="#" id="mec_get_direction_form<?php echo $uniqueid; ?>" class="clearfix">
117
  <div class="mec-googlemap-details" id="mec_map_canvas<?php echo $uniqueid; ?>" style="height: 500px;">
118
  <?php do_action( 'mec_map_inner_element_tools' ,$settings); ?>
119
  </div>
120
+ <?php do_action('mec_map_before_direction'); ?>
121
  <?php if($get_direction): ?>
122
  <div class="mec-get-direction">
123
  <form method="post" action="#" id="mec_get_direction_form<?php echo $uniqueid; ?>" class="clearfix">
app/modules/local-time/type1.php CHANGED
@@ -11,13 +11,13 @@ if(!isset($settings['local_time_module_status']) or (isset($settings['local_time
11
  // Get the visitor Timezone
12
  $timezone = $this->get_timezone_by_ip();
13
 
 
 
 
14
  $minutes = isset($event->date['start']['minutes']) ? $event->date['start']['minutes'] : '';
15
  $ampm = isset($event->date['start']['ampm']) ? $event->date['start']['ampm'] : '';
16
  $hour = isset($event->date['end']['hour']) ? $event->date['end']['hour'] : '';
17
 
18
- // Timezone is not detected!
19
- if(!$timezone) return;
20
-
21
  // Date Formats
22
  $date_format1 = (isset($settings['single_date_format1']) and trim($settings['single_date_format1'])) ? $settings['single_date_format1'] : 'M d Y';
23
  $time_format = get_option('time_format', 'H:i');
11
  // Get the visitor Timezone
12
  $timezone = $this->get_timezone_by_ip();
13
 
14
+ // Timezone is not detected!
15
+ if(!$timezone) return;
16
+
17
  $minutes = isset($event->date['start']['minutes']) ? $event->date['start']['minutes'] : '';
18
  $ampm = isset($event->date['start']['ampm']) ? $event->date['start']['ampm'] : '';
19
  $hour = isset($event->date['end']['hour']) ? $event->date['end']['hour'] : '';
20
 
 
 
 
21
  // Date Formats
22
  $date_format1 = (isset($settings['single_date_format1']) and trim($settings['single_date_format1'])) ? $settings['single_date_format1'] : 'M d Y';
23
  $time_format = get_option('time_format', 'H:i');
app/modules/local-time/type2.php CHANGED
@@ -11,13 +11,13 @@ if(!isset($settings['local_time_module_status']) or (isset($settings['local_time
11
  // Get the visitor Timezone
12
  $timezone = $this->get_timezone_by_ip();
13
 
 
 
 
14
  $minutes = isset($event->date['start']['minutes']) ? $event->date['start']['minutes'] : '';
15
  $ampm = isset($event->date['start']['ampm']) ? $event->date['start']['ampm'] : '';
16
  $hour = isset($event->date['end']['hour']) ? $event->date['end']['hour'] : '';
17
 
18
- // Timezone is not detected!
19
- if(!$timezone) return;
20
-
21
  // Date Formats
22
  $date_format1 = (isset($settings['single_date_format1']) and trim($settings['single_date_format1'])) ? $settings['single_date_format1'] : 'M d Y';
23
  $time_format = get_option('time_format', 'H:i');
11
  // Get the visitor Timezone
12
  $timezone = $this->get_timezone_by_ip();
13
 
14
+ // Timezone is not detected!
15
+ if(!$timezone) return;
16
+
17
  $minutes = isset($event->date['start']['minutes']) ? $event->date['start']['minutes'] : '';
18
  $ampm = isset($event->date['start']['ampm']) ? $event->date['start']['ampm'] : '';
19
  $hour = isset($event->date['end']['hour']) ? $event->date['end']['hour'] : '';
20
 
 
 
 
21
  // Date Formats
22
  $date_format1 = (isset($settings['single_date_format1']) and trim($settings['single_date_format1'])) ? $settings['single_date_format1'] : 'M d Y';
23
  $time_format = get_option('time_format', 'H:i');
app/modules/local-time/type3.php CHANGED
@@ -11,13 +11,13 @@ if(!isset($settings['local_time_module_status']) or (isset($settings['local_time
11
  // Get the visitor Timezone
12
  $timezone = $this->get_timezone_by_ip();
13
 
 
 
 
14
  $minutes = isset($event->date['start']['minutes']) ? $event->date['start']['minutes'] : '';
15
  $ampm = isset($event->date['start']['ampm']) ? $event->date['start']['ampm'] : '';
16
  $hour = isset($event->date['end']['hour']) ? $event->date['end']['hour'] : '';
17
 
18
- // Timezone is not detected!
19
- if(!$timezone) return;
20
-
21
  // Date Formats
22
  $date_format1 = (isset($settings['single_date_format1']) and trim($settings['single_date_format1'])) ? $settings['single_date_format1'] : 'M d Y';
23
  $time_format = get_option('time_format', 'H:i');
11
  // Get the visitor Timezone
12
  $timezone = $this->get_timezone_by_ip();
13
 
14
+ // Timezone is not detected!
15
+ if(!$timezone) return;
16
+
17
  $minutes = isset($event->date['start']['minutes']) ? $event->date['start']['minutes'] : '';
18
  $ampm = isset($event->date['start']['ampm']) ? $event->date['start']['ampm'] : '';
19
  $hour = isset($event->date['end']['hour']) ? $event->date['end']['hour'] : '';
20
 
 
 
 
21
  // Date Formats
22
  $date_format1 = (isset($settings['single_date_format1']) and trim($settings['single_date_format1'])) ? $settings['single_date_format1'] : 'M d Y';
23
  $time_format = get_option('time_format', 'H:i');
app/skins/full_calendar.php CHANGED
@@ -166,6 +166,8 @@ class MEC_skin_full_calendar extends MEC_skins
166
  $atts['sk-options']['yearly_view']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
167
  $atts['sk-options']['yearly_view']['modern_date_format1'] = isset($this->skin_options['date_format_yearly_1']) ? $this->skin_options['date_format_yearly_1'] : 'l';
168
  $atts['sk-options']['yearly_view']['modern_date_format2'] = isset($this->skin_options['date_format_yearly_2']) ? $this->skin_options['date_format_yearly_2'] : 'F j';
 
 
169
  $atts['sf_status'] = false;
170
 
171
  $atts = apply_filters('mec-full-calendar-load-skin-yearly', $atts, $this, 'yearly_view');
@@ -183,6 +185,8 @@ class MEC_skin_full_calendar extends MEC_skins
183
  $atts['sk-options']['monthly_view']['sed_method'] = isset($this->skin_options['sed_method']) ? $this->skin_options['sed_method'] : '0';
184
  $atts['sk-options']['monthly_view']['image_popup'] = isset($this->skin_options['image_popup']) ? $this->skin_options['image_popup'] : '0';
185
  $atts['sk-options']['monthly_view']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
 
 
186
  $atts['sf_status'] = false;
187
 
188
  $atts = apply_filters('mec-full-calendar-load-skin-monthly', $atts, $this, 'monthly_view');
@@ -199,6 +203,8 @@ class MEC_skin_full_calendar extends MEC_skins
199
  $atts['sk-options']['weekly_view']['sed_method'] = isset($this->skin_options['sed_method']) ? $this->skin_options['sed_method'] : '0';
200
  $atts['sk-options']['weekly_view']['image_popup'] = isset($this->skin_options['image_popup']) ? $this->skin_options['image_popup'] : '0';
201
  $atts['sk-options']['weekly_view']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
 
 
202
  $atts['sf_status'] = false;
203
 
204
  $atts = apply_filters('mec-full-calendar-load-skin-weekly', $atts, $this, 'weekly_view');
@@ -215,6 +221,8 @@ class MEC_skin_full_calendar extends MEC_skins
215
  $atts['sk-options']['daily_view']['sed_method'] = isset($this->skin_options['sed_method']) ? $this->skin_options['sed_method'] : '0';
216
  $atts['sk-options']['daily_view']['image_popup'] = isset($this->skin_options['image_popup']) ? $this->skin_options['image_popup'] : '0';
217
  $atts['sk-options']['daily_view']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
 
 
218
  $atts['sf_status'] = false;
219
 
220
  $atts = apply_filters('mec-full-calendar-load-skin-daily', $atts, $this, 'daily_view');
@@ -236,6 +244,8 @@ class MEC_skin_full_calendar extends MEC_skins
236
  $atts['sk-options']['grid']['modern_date_format2'] = 'F';
237
  $atts['sk-options']['grid']['modern_date_format3'] = 'l';
238
  $atts['sk-options']['grid']['count'] = '3';
 
 
239
  $atts['sf_status'] = false;
240
 
241
  $atts = apply_filters('mec-full-calendar-load-skin-grid', $atts, $this, 'grid');
@@ -255,6 +265,8 @@ class MEC_skin_full_calendar extends MEC_skins
255
  $atts['sk-options']['tile']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
256
  $atts['sk-options']['tile']['clean_date_format1'] = 'j';
257
  $atts['sk-options']['tile']['clean_date_format2'] = 'M';
 
 
258
  $atts['sf_status'] = false;
259
 
260
  $atts = apply_filters('mec-full-calendar-load-skin-tile', $atts, $this, 'tile');
@@ -275,6 +287,8 @@ class MEC_skin_full_calendar extends MEC_skins
275
  $atts['sk-options']['list']['display_price'] = isset($this->skin_options['display_price']) ? $this->skin_options['display_price'] : 0;
276
  $atts['sk-options']['list']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
277
  $atts['sk-options']['list']['standard_date_format1'] = isset($this->skin_options['date_format_list']) ? $this->skin_options['date_format_list'] : 'd M';
 
 
278
  $atts['sf_status'] = false;
279
 
280
  $atts = apply_filters('mec-full-calendar-load-skin-list', $atts, $this, 'list');
166
  $atts['sk-options']['yearly_view']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
167
  $atts['sk-options']['yearly_view']['modern_date_format1'] = isset($this->skin_options['date_format_yearly_1']) ? $this->skin_options['date_format_yearly_1'] : 'l';
168
  $atts['sk-options']['yearly_view']['modern_date_format2'] = isset($this->skin_options['date_format_yearly_2']) ? $this->skin_options['date_format_yearly_2'] : 'F j';
169
+ $atts['sk-options']['yearly_view']['display_label'] = isset($this->skin_options['display_label']) ? $this->skin_options['display_label'] : false;
170
+ $atts['sk-options']['yearly_view']['reason_for_cancellation'] = isset($this->skin_options['reason_for_cancellation']) ? $this->skin_options['reason_for_cancellation'] : false;
171
  $atts['sf_status'] = false;
172
 
173
  $atts = apply_filters('mec-full-calendar-load-skin-yearly', $atts, $this, 'yearly_view');
185
  $atts['sk-options']['monthly_view']['sed_method'] = isset($this->skin_options['sed_method']) ? $this->skin_options['sed_method'] : '0';
186
  $atts['sk-options']['monthly_view']['image_popup'] = isset($this->skin_options['image_popup']) ? $this->skin_options['image_popup'] : '0';
187
  $atts['sk-options']['monthly_view']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
188
+ $atts['sk-options']['monthly_view']['display_label'] = isset($this->skin_options['display_label']) ? $this->skin_options['display_label'] : false;
189
+ $atts['sk-options']['monthly_view']['reason_for_cancellation'] = isset($this->skin_options['reason_for_cancellation']) ? $this->skin_options['reason_for_cancellation'] : false;
190
  $atts['sf_status'] = false;
191
 
192
  $atts = apply_filters('mec-full-calendar-load-skin-monthly', $atts, $this, 'monthly_view');
203
  $atts['sk-options']['weekly_view']['sed_method'] = isset($this->skin_options['sed_method']) ? $this->skin_options['sed_method'] : '0';
204
  $atts['sk-options']['weekly_view']['image_popup'] = isset($this->skin_options['image_popup']) ? $this->skin_options['image_popup'] : '0';
205
  $atts['sk-options']['weekly_view']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
206
+ $atts['sk-options']['weekly_view']['display_label'] = isset($this->skin_options['display_label']) ? $this->skin_options['display_label'] : false;
207
+ $atts['sk-options']['weekly_view']['reason_for_cancellation'] = isset($this->skin_options['reason_for_cancellation']) ? $this->skin_options['reason_for_cancellation'] : false;
208
  $atts['sf_status'] = false;
209
 
210
  $atts = apply_filters('mec-full-calendar-load-skin-weekly', $atts, $this, 'weekly_view');
221
  $atts['sk-options']['daily_view']['sed_method'] = isset($this->skin_options['sed_method']) ? $this->skin_options['sed_method'] : '0';
222
  $atts['sk-options']['daily_view']['image_popup'] = isset($this->skin_options['image_popup']) ? $this->skin_options['image_popup'] : '0';
223
  $atts['sk-options']['daily_view']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
224
+ $atts['sk-options']['daily_view']['display_label'] = isset($this->skin_options['display_label']) ? $this->skin_options['display_label'] : false;
225
+ $atts['sk-options']['daily_view']['reason_for_cancellation'] = isset($this->skin_options['reason_for_cancellation']) ? $this->skin_options['reason_for_cancellation'] : false;
226
  $atts['sf_status'] = false;
227
 
228
  $atts = apply_filters('mec-full-calendar-load-skin-daily', $atts, $this, 'daily_view');
244
  $atts['sk-options']['grid']['modern_date_format2'] = 'F';
245
  $atts['sk-options']['grid']['modern_date_format3'] = 'l';
246
  $atts['sk-options']['grid']['count'] = '3';
247
+ $atts['sk-options']['grid']['display_label'] = isset($this->skin_options['display_label']) ? $this->skin_options['display_label'] : false;
248
+ $atts['sk-options']['grid']['reason_for_cancellation'] = isset($this->skin_options['reason_for_cancellation']) ? $this->skin_options['reason_for_cancellation'] : false;
249
  $atts['sf_status'] = false;
250
 
251
  $atts = apply_filters('mec-full-calendar-load-skin-grid', $atts, $this, 'grid');
265
  $atts['sk-options']['tile']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
266
  $atts['sk-options']['tile']['clean_date_format1'] = 'j';
267
  $atts['sk-options']['tile']['clean_date_format2'] = 'M';
268
+ $atts['sk-options']['tile']['display_label'] = isset($this->skin_options['display_label']) ? $this->skin_options['display_label'] : false;
269
+ $atts['sk-options']['tile']['reason_for_cancellation'] = isset($this->skin_options['reason_for_cancellation']) ? $this->skin_options['reason_for_cancellation'] : false;
270
  $atts['sf_status'] = false;
271
 
272
  $atts = apply_filters('mec-full-calendar-load-skin-tile', $atts, $this, 'tile');
287
  $atts['sk-options']['list']['display_price'] = isset($this->skin_options['display_price']) ? $this->skin_options['display_price'] : 0;
288
  $atts['sk-options']['list']['limit'] = isset($this->skin_options['limit']) ? $this->skin_options['limit'] : 12;
289
  $atts['sk-options']['list']['standard_date_format1'] = isset($this->skin_options['date_format_list']) ? $this->skin_options['date_format_list'] : 'd M';
290
+ $atts['sk-options']['list']['display_label'] = isset($this->skin_options['display_label']) ? $this->skin_options['display_label'] : false;
291
+ $atts['sk-options']['list']['reason_for_cancellation'] = isset($this->skin_options['reason_for_cancellation']) ? $this->skin_options['reason_for_cancellation'] : false;
292
  $atts['sf_status'] = false;
293
 
294
  $atts = apply_filters('mec-full-calendar-load-skin-list', $atts, $this, 'list');
app/skins/grid.php CHANGED
@@ -24,6 +24,7 @@ class MEC_skin_grid extends MEC_skins
24
  public $date_format_simple_1;
25
  public $date_format_novel_1;
26
  public $date_format_fluent_1;
 
27
 
28
  /**
29
  * Constructor method
24
  public $date_format_simple_1;
25
  public $date_format_novel_1;
26
  public $date_format_fluent_1;
27
+ public $loadMoreRunning;
28
 
29
  /**
30
  * Constructor method
app/skins/grid/render.php CHANGED
@@ -28,11 +28,19 @@ if($this->style == 'colorful')
28
  if($count == 0 or $count == 5) $col = 4;
29
  else $col = 12 / $count;
30
 
 
31
  $rcount = 1 ;
 
32
  foreach($this->events as $date):
33
  foreach($date as $event):
 
34
  $map_events[] = $event;
35
- echo ($rcount == 1) ? '<div class="row">' : '';
 
 
 
 
 
36
  echo '<div class="col-md-'.$col.' col-sm-'.$col.'">';
37
 
38
  $location = isset($event->data->locations[$event->data->meta['mec_location_id']])? $event->data->locations[$event->data->meta['mec_location_id']] : array();
@@ -240,13 +248,14 @@ if($this->style == 'colorful')
240
  {
241
  echo '</div>';
242
  $rcount = 0;
 
243
  }
244
 
245
  $rcount++;
246
  ?>
247
  <?php endforeach; ?>
248
  <?php endforeach; ?>
249
- <?php if(($grid_limit % $count) != 0) echo '</div>'; ?>
250
  </div>
251
  </div>
252
 
28
  if($count == 0 or $count == 5) $col = 4;
29
  else $col = 12 / $count;
30
 
31
+ $close_row = true;
32
  $rcount = 1 ;
33
+
34
  foreach($this->events as $date):
35
  foreach($date as $event):
36
+
37
  $map_events[] = $event;
38
+ if($rcount == 1)
39
+ {
40
+ echo '<div class="row">';
41
+ $close_row = true;
42
+ }
43
+
44
  echo '<div class="col-md-'.$col.' col-sm-'.$col.'">';
45
 
46
  $location = isset($event->data->locations[$event->data->meta['mec_location_id']])? $event->data->locations[$event->data->meta['mec_location_id']] : array();
248
  {
249
  echo '</div>';
250
  $rcount = 0;
251
+ $close_row = false;
252
  }
253
 
254
  $rcount++;
255
  ?>
256
  <?php endforeach; ?>
257
  <?php endforeach; ?>
258
+ <?php if($close_row) echo '</div>'; ?>
259
  </div>
260
  </div>
261
 
app/skins/list.php CHANGED
@@ -28,6 +28,7 @@ class MEC_skin_list extends MEC_skins
28
  public $date_format_fluent_1;
29
  public $reason_for_cancellation;
30
  public $display_label;
 
31
 
32
  /**
33
  * Constructor method
28
  public $date_format_fluent_1;
29
  public $reason_for_cancellation;
30
  public $display_label;
31
+ public $loadMoreRunning;
32
 
33
  /**
34
  * Constructor method
app/skins/single.php CHANGED
@@ -196,6 +196,208 @@ class MEC_skin_single extends MEC_skins
196
  wp_reset_postdata();
197
  }
198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  /**
200
  * Breadcrumbs in Single
201
  * @author Webnus <info@webnus.biz>
@@ -794,7 +996,7 @@ class MEC_skin_single extends MEC_skins
794
  if(isset($event->data->organizers[$event->data->meta['mec_organizer_id']]) && !empty($event->data->organizers[$event->data->meta['mec_organizer_id']]) )
795
  {
796
  echo '<div class="mec-event-meta">';
797
- $this->show_other_organizers(event);
798
  echo '</div>';
799
  }
800
  }
196
  wp_reset_postdata();
197
  }
198
 
199
+ /**
200
+ * Fluent Related Post in Single
201
+ * @author Webnus <info@webnus.biz>
202
+ * @param integer $event_id
203
+ */
204
+ public function fluent_display_related_posts_widget($event_id)
205
+ {
206
+ if (!is_plugin_active('mec-fluent-layouts/mec-fluent-layouts.php')) return;
207
+ if(!isset($this->settings['related_events'])) return;
208
+ if(isset($this->settings['related_events']) && $this->settings['related_events'] != '1') return;
209
+
210
+ $related_args = array(
211
+ 'post_type' => 'mec-events',
212
+ 'posts_per_page' => 3,
213
+ 'post_status' => 'publish',
214
+ 'post__not_in' => array($event_id),
215
+ 'orderby' => 'ASC',
216
+ 'tax_query' => array(),
217
+ );
218
+
219
+ if(isset($this->settings['related_events_basedon_category']) && $this->settings['related_events_basedon_category'] == 1)
220
+ {
221
+ $post_terms = wp_get_object_terms($event_id, 'mec_category', array('fields'=>'slugs'));
222
+ $related_args['tax_query'][] = array(
223
+ 'taxonomy' => 'mec_category',
224
+ 'field' => 'slug',
225
+ 'terms' => $post_terms
226
+ );
227
+ }
228
+
229
+ if(isset($this->settings['related_events_basedon_organizer']) && $this->settings['related_events_basedon_organizer'] == 1)
230
+ {
231
+ $post_terms = wp_get_object_terms($event_id, 'mec_organizer', array('fields'=>'slugs'));
232
+ $related_args['tax_query'][] = array(
233
+ 'taxonomy' => 'mec_organizer',
234
+ 'field' => 'slug',
235
+ 'terms' => $post_terms
236
+ );
237
+ }
238
+
239
+ if(isset($this->settings['related_events_basedon_location']) && $this->settings['related_events_basedon_location'] == 1)
240
+ {
241
+ $post_terms = wp_get_object_terms($event_id, 'mec_location', array('fields'=>'slugs'));
242
+ $related_args['tax_query'][] = array(
243
+ 'taxonomy' => 'mec_location',
244
+ 'field' => 'slug',
245
+ 'terms' => $post_terms
246
+ );
247
+ }
248
+
249
+ if(isset($this->settings['related_events_basedon_speaker']) && $this->settings['related_events_basedon_speaker'] == 1)
250
+ {
251
+ $post_terms = wp_get_object_terms($event_id, 'mec_speaker', array('fields'=>'slugs'));
252
+ $related_args['tax_query'][] = array(
253
+ 'taxonomy' => 'mec_speaker',
254
+ 'field' => 'slug',
255
+ 'terms' => $post_terms
256
+ );
257
+ }
258
+
259
+ if(isset($this->settings['related_events_basedon_label']) && $this->settings['related_events_basedon_label'] == 1)
260
+ {
261
+ $post_terms = wp_get_object_terms($event_id, 'mec_label', array('fields'=>'slugs'));
262
+ $related_args['tax_query'][] = array(
263
+ 'taxonomy' => 'mec_label',
264
+ 'field' => 'slug',
265
+ 'terms' => $post_terms
266
+ );
267
+ }
268
+
269
+ if(isset($this->settings['related_events_basedon_tag']) && $this->settings['related_events_basedon_tag'] == 1)
270
+ {
271
+ $post_terms = wp_get_object_terms($event_id, 'post_tag', array('fields'=>'slugs'));
272
+ $related_args['tax_query'][] = array(
273
+ 'taxonomy' => 'post_tag',
274
+ 'field' => 'slug',
275
+ 'terms' => $post_terms
276
+ );
277
+ }
278
+
279
+ $related_args['tax_query']['relation'] = 'OR';
280
+ $related_args = apply_filters('mec_add_to_related_post_query', $related_args, $event_id);
281
+
282
+ $query = new WP_Query($related_args);
283
+ if($query->have_posts())
284
+ {
285
+ ?>
286
+ <div class="mec-related-events-wrap">
287
+ <div class="row">
288
+ <div class="col-sm-12">
289
+ <h3 class="mec-rec-events-title"><?php echo __('Related Events', 'modern-events-calendar-lite'); ?></h3>
290
+ </div>
291
+ </div>
292
+ <div class="mec-related-events row">
293
+ <?php while($query->have_posts()): $query->the_post(); ?>
294
+ <div class="col-md-4 col-sm-4">
295
+ <article class="mec-related-event-post">
296
+ <figure>
297
+ <a href="<?php echo get_the_permalink(); ?>">
298
+ <?php
299
+ if (get_the_post_thumbnail(get_the_ID(), 'thumblist')){
300
+ echo MEC_Fluent\Core\pluginBase\MecFluent::generateThumbnail(MEC_Fluent\Core\pluginBase\MecFluent::generateThumbnailURL(get_the_ID(), 322, 250, true), 322, 250);
301
+ } else {
302
+ echo '<img src="' . plugin_dir_url(__FILE__) . '../../assets/img/no-image.png" />';
303
+ }
304
+ ?>
305
+ </a>
306
+ <div class="mec-date-wrap<?php echo get_the_post_thumbnail(get_the_ID(), 'thumblist') ? ' mec-has-img' : ''; ?>">
307
+ <?php
308
+ $dates = $this->render->dates(get_the_ID(), NULL, 1, date('Y-m-d', strtotime('Yesterday')));
309
+ $d = isset($dates[0]) ? $dates[0] : array();
310
+ $mec_date = (isset($d['start']) and isset($d['start']['date'])) ? $d['start']['date'] : get_post_meta(get_the_ID(), 'mec_start_date', true);
311
+ $event_start_date = !empty($d['start']['date']) ? $d['start']['date'] : '';
312
+
313
+ $data = new stdClass();
314
+ $meta = $this->main->get_post_meta(get_the_ID());
315
+ $data->meta = $meta;
316
+ $allday = isset($data->meta['mec_allday']) ? $data->meta['mec_allday'] : 0;
317
+ $hide_time = isset($data->meta['mec_hide_time']) ? $data->meta['mec_hide_time'] : 0;
318
+ $hide_end_time = isset($data->meta['mec_hide_end_time']) ? $data->meta['mec_hide_end_time'] : 0;
319
+ if ($hide_time) {
320
+ $data->time = array('start'=>'', 'end'=>'');
321
+ } elseif ($allday) {
322
+ $data->time = array('start'=>__('All Day', 'modern-events-calendar-lite'), 'end'=>'');
323
+ } else {
324
+ $data->time = array(
325
+ 'start'=>(isset($meta['mec_start_day_seconds']) ? $this->main->get_time($meta['mec_start_day_seconds']) : ''),
326
+ 'end'=>($hide_end_time ? '' : (isset($meta['mec_end_day_seconds']) ? $this->main->get_time($meta['mec_end_day_seconds']) : ''))
327
+ );
328
+ }
329
+ $start_time = (isset($data->time) ? $data->time['start'] : '');
330
+ $end_time = (isset($data->time) ? $data->time['end'] : '');
331
+
332
+ $data->tickets = isset($meta['mec_tickets']) ? $meta['mec_tickets'] : array();
333
+ ?>
334
+ <div class="mec-event-date">
335
+ <span class="mec-event-day-num"><?php echo $this->main->date_i18n('d', strtotime($mec_date)); ?></span>
336
+ <span><?php echo $this->main->date_i18n('F, Y', strtotime($mec_date)); ?></span>
337
+ </div>
338
+ <div class="mec-event-day">
339
+ <span><?php echo $this->main->date_i18n('l', strtotime($mec_date)); ?></span>
340
+ </div>
341
+ </div>
342
+ </figure>
343
+ <div class="mec-related-content">
344
+ <div class="mec-related-event-content">
345
+ <h5 class="mec-event-title">
346
+ <a class="mec-color-hover" href="<?php echo $this->main->get_event_date_permalink(get_the_permalink(), $mec_date); ?>"><?php echo get_the_title(); ?></a>
347
+ </h5>
348
+ <?php
349
+ $locations = [];
350
+ $locationID = get_post_meta(get_the_ID(), 'mec_location_id', true);
351
+ $terms = wp_get_post_terms(get_the_ID(), 'mec_location', array('fields'=>'all'));
352
+ foreach($terms as $term) {
353
+ $locations[$term->term_id] = array('id'=>$term->term_id, 'name'=>$term->name, 'address'=>get_metadata('term', $term->term_id, 'address', true), 'latitude'=>get_metadata('term', $term->term_id, 'latitude', true), 'longitude'=>get_metadata('term', $term->term_id, 'longitude', true), 'url'=>get_metadata('term', $term->term_id, 'url', true), 'thumbnail'=>get_metadata('term', $term->term_id, 'thumbnail', true));
354
+ }
355
+ $location = isset($locations[$locationID])? $locations[$locationID] : array();
356
+ ?>
357
+ <?php if (isset($location['address']) and trim($location['address'])) : ?>
358
+ <div class="mec-event-location">
359
+ <i class="mec-sl-location-pin"></i>
360
+ <address class="mec-events-address"><span class="mec-address"><?php echo (isset($location['address']) ? $location['address'] : ''); ?></span></address>
361
+ </div>
362
+ <?php endif; ?>
363
+ <?php echo $this->main->display_time($start_time, $end_time); ?>
364
+ </div>
365
+ <div class="mec-event-footer">
366
+ <?php $soldout = $this->main->get_flags(get_the_ID(), $event_start_date); ?>
367
+ <a class="mec-booking-button" href="<?php echo $this->main->get_event_date_permalink(get_the_permalink(), $mec_date); ?>"><?php echo (is_array($data->tickets) and count($data->tickets) and !strpos($soldout, '%%soldout%%')) ? $this->main->m('register_button', __('REGISTER', 'mec-fl')) : $this->main->m('view_detail', __('View Detail', 'mec-fl')) ; ?></a>
368
+ <?php if(isset($this->settings['social_network_status']) and $this->settings['social_network_status'] != '0') : ?>
369
+ <ul class="mec-event-sharing-wrap">
370
+ <li class="mec-event-share">
371
+ <a href="#" class="mec-event-share-icon">
372
+ <i class="mec-sl-share"></i>
373
+ </a>
374
+ </li>
375
+ <li>
376
+ <ul class="mec-event-sharing">
377
+ <?php
378
+ $event = new stdClass();
379
+ $event->data = new stdClass();
380
+ $event->data->permalink = get_the_permalink();
381
+ $event->data->title = get_the_title();
382
+ ?>
383
+ <?php echo $this->main->module('links.list', array('event'=>$event)); ?>
384
+ </ul>
385
+ </li>
386
+ </ul>
387
+ <?php endif; ?>
388
+ </div>
389
+ </div>
390
+ </article>
391
+ </div>
392
+ <?php endwhile; ?>
393
+ </div>
394
+ </div>
395
+ <?php
396
+ }
397
+
398
+ wp_reset_postdata();
399
+ }
400
+
401
  /**
402
  * Breadcrumbs in Single
403
  * @author Webnus <info@webnus.biz>
996
  if(isset($event->data->organizers[$event->data->meta['mec_organizer_id']]) && !empty($event->data->organizers[$event->data->meta['mec_organizer_id']]) )
997
  {
998
  echo '<div class="mec-event-meta">';
999
+ $this->show_other_organizers($event);
1000
  echo '</div>';
1001
  }
1002
  }
assets/css/backend.css CHANGED
@@ -8683,9 +8683,216 @@ div#mec_meta_box_date_form .mec-form-row {
8683
 
8684
 
8685
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8686
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8688
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8689
 
8690
 
8691
  /* MEC - Backend Dark Mode*/
8683
 
8684
 
8685
 
8686
+ /* MEC Taxonomies Styles */
8687
+ .taxonomy-mec_speaker .metabox-prefs .screen-options label,
8688
+ .taxonomy-mec_location .metabox-prefs .screen-options label,
8689
+ .post-type-mec-books.taxonomy-mec_coupon .metabox-prefs .screen-options label,
8690
+ .post-type-mec-events.taxonomy-mec_label .metabox-prefs .screen-options label,
8691
+ .post-type-mec-events.taxonomy-mec_category .metabox-prefs .screen-options label,
8692
+ .post-type-mec-events.taxonomy-post_tag .metabox-prefs .screen-options label,
8693
+ .taxonomy-mec_organizer .metabox-prefs .screen-options label {
8694
+ margin-top: -15px;
8695
+ }
8696
+
8697
+ .taxonomy-mec_speaker #mec_thumbnail_img img,
8698
+ .taxonomy-mec_location #mec_thumbnail_img img,
8699
+ .post-type-mec-books.taxonomy-mec_coupon #mec_thumbnail_img img,
8700
+ .post-type-mec-events.taxonomy-mec_label #mec_thumbnail_img img,
8701
+ .post-type-mec-events.taxonomy-mec_category #mec_thumbnail_img img,
8702
+ .post-type-mec-events.taxonomy-post_tag #mec_thumbnail_img img,
8703
+ .taxonomy-mec_organizer #mec_thumbnail_img img {
8704
+ margin: 0 0 20px 0;
8705
+ border: solid 1px #ddd;
8706
+ border-radius: 2px;
8707
+ }
8708
+
8709
+ .taxonomy-mec_speaker .form-wrap label,
8710
+ .taxonomy-mec_location .form-wrap label,
8711
+ .post-type-mec-books.taxonomy-mec_coupon .form-wrap label,
8712
+ .post-type-mec-events.taxonomy-mec_label .form-wrap label,
8713
+ .post-type-mec-events.taxonomy-mec_category .form-wrap label,
8714
+ .post-type-mec-events.taxonomy-post_tag .form-wrap label,
8715
+ .taxonomy-mec_organizer .form-wrap label {
8716
+ padding: 0;
8717
+ margin: 10px 0;
8718
+ }
8719
 
8720
+ .taxonomy-mec_speaker input[type=number],
8721
+ .taxonomy-mec_speaker input[type=text],
8722
+ .taxonomy-mec_speaker input[type=url],
8723
+ .taxonomy-mec_speaker select,
8724
+ .taxonomy-mec_speaker textarea,
8725
+ .taxonomy-mec_speaker input[type=text],
8726
+ .taxonomy-mec_speaker input[type=search],
8727
+ .taxonomy-mec_location input[type=number],
8728
+ .taxonomy-mec_location input[type=text],
8729
+ .taxonomy-mec_location input[type=url],
8730
+ .taxonomy-mec_location select,
8731
+ .taxonomy-mec_location textarea,
8732
+ .taxonomy-mec_location input[type=text],
8733
+ .taxonomy-mec_location input[type=search],
8734
+ .post-type-mec-books.taxonomy-mec_coupon input[type=number],
8735
+ .post-type-mec-books.taxonomy-mec_coupon input[type=text],
8736
+ .post-type-mec-books.taxonomy-mec_coupon input[type=url],
8737
+ .post-type-mec-books.taxonomy-mec_coupon select,
8738
+ .post-type-mec-books.taxonomy-mec_coupon textarea,
8739
+ .post-type-mec-books.taxonomy-mec_coupon input[type=text],
8740
+ .post-type-mec-books.taxonomy-mec_coupon input[type=search],
8741
+ .post-type-mec-events.taxonomy-mec_label input[type=number],
8742
+ .post-type-mec-events.taxonomy-mec_label input[type=text],
8743
+ .post-type-mec-events.taxonomy-mec_label input[type=url],
8744
+ .post-type-mec-events.taxonomy-mec_label select,
8745
+ .post-type-mec-events.taxonomy-mec_label textarea,
8746
+ .post-type-mec-events.taxonomy-mec_label input[type=text],
8747
+ .post-type-mec-events.taxonomy-mec_label input[type=search],
8748
+ .post-type-mec-events.taxonomy-mec_category input[type=number],
8749
+ .post-type-mec-events.taxonomy-mec_category input[type=text],
8750
+ .post-type-mec-events.taxonomy-mec_category input[type=url],
8751
+ .post-type-mec-events.taxonomy-mec_category select,
8752
+ .post-type-mec-events.taxonomy-mec_category textarea,
8753
+ .post-type-mec-events.taxonomy-mec_category input[type=text],
8754
+ .post-type-mec-events.taxonomy-mec_category input[type=search],
8755
+ .post-type-mec-events.taxonomy-post_tag input[type=number],
8756
+ .post-type-mec-events.taxonomy-post_tag input[type=text],
8757
+ .post-type-mec-events.taxonomy-post_tag input[type=url],
8758
+ .post-type-mec-events.taxonomy-post_tag select,
8759
+ .post-type-mec-events.taxonomy-post_tag textarea,
8760
+ .post-type-mec-events.taxonomy-post_tag input[type=text],
8761
+ .post-type-mec-events.taxonomy-post_tag input[type=search],
8762
+ .taxonomy-mec_organizer input[type=number],
8763
+ .taxonomy-mec_organizer input[type=text],
8764
+ .taxonomy-mec_organizer input[type=url],
8765
+ .taxonomy-mec_organizer select,
8766
+ .taxonomy-mec_organizer textarea,
8767
+ .taxonomy-mec_organizer input[type=text],
8768
+ .taxonomy-mec_organizer input[type=search] {
8769
+ border: solid 1px #ddd;
8770
+ border-radius: 2px;
8771
+ height: 40px;
8772
+ line-height: 38px;
8773
+ padding-left: 10px;
8774
+ box-shadow: 0 3px 10px -2px rgba(0,0,0,.05), inset 0 1px 2px rgba(0,0,0,.02);
8775
+ margin-bottom: 15px;
8776
+ }
8777
 
8778
+ .taxonomy-mec_speaker textarea,
8779
+ .taxonomy-mec_location textarea,
8780
+ .post-type-mec-books.taxonomy-mec_coupon textarea,
8781
+ .post-type-mec-events.taxonomy-mec_label textarea,
8782
+ .post-type-mec-events.taxonomy-mec_category textarea,
8783
+ .post-type-mec-events.taxonomy-post_tag textarea,
8784
+ .taxonomy-mec_organizer textarea {
8785
+ min-height: 86px;
8786
+ }
8787
+
8788
+ .taxonomy-mec_speaker .button,
8789
+ .taxonomy-mec_location .button,
8790
+ .taxonomy-mec_location .button-secondary,
8791
+ .post-type-mec-books.taxonomy-mec_coupon .button,
8792
+ .post-type-mec-books.taxonomy-mec_coupon .button-secondary,
8793
+ .post-type-mec-events.taxonomy-mec_label .button,
8794
+ .post-type-mec-events.taxonomy-mec_label .button-secondary,
8795
+ .post-type-mec-events.taxonomy-mec_category .button,
8796
+ .post-type-mec-events.taxonomy-mec_category .button-secondary,
8797
+ .post-type-mec-events.taxonomy-post_tag .button,
8798
+ .post-type-mec-events.taxonomy-post_tag .button-secondary,
8799
+ .taxonomy-mec_organizer .button,
8800
+ .taxonomy-mec_organizer .button-secondary{
8801
+ color: #fff;
8802
+ font-weight: 500;
8803
+ border-radius: 2px;
8804
+ box-shadow: 0 3px 10px -4px #008aff;
8805
+ text-shadow: none;
8806
+ background: #008aff;
8807
+ background: linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);
8808
+ border: none;
8809
+ transition: .24s;
8810
+ linear-height: 1.4;
8811
+ padding: 6px 22px;
8812
+ }
8813
 
8814
+ .taxonomy-mec_speaker .mec_upload_image_button,
8815
+ .taxonomy-mec_location .mec_upload_image_button,
8816
+ .post-type-mec-books.taxonomy-mec_coupon .mec_upload_image_button,
8817
+ .post-type-mec-events.taxonomy-mec_label .mec_upload_image_button,
8818
+ .post-type-mec-events.taxonomy-mec_category .mec_upload_image_button,
8819
+ .post-type-mec-events.taxonomy-post_tag .mec_upload_image_button,
8820
+ .taxonomy-mec_organizer .mec_upload_image_button {
8821
+ margin-bottom: 20px;
8822
+ }
8823
+
8824
+ .taxonomy-mec_speaker .button-secondary:focus,
8825
+ .taxonomy-mec_speaker .button.focus,
8826
+ .taxonomy-mec_speaker .button:focus,
8827
+ .taxonomy-mec_speaker .button:hover,
8828
+ .taxonomy-mec_speaker .button-secondary:hover,
8829
+ .taxonomy-mec_location .button-secondary:focus,
8830
+ .taxonomy-mec_location .button.focus,
8831
+ .taxonomy-mec_location .button:focus,
8832
+ .taxonomy-mec_location .button:hover,
8833
+ .taxonomy-mec_location .button-secondary:hover,
8834
+ .post-type-mec-events.taxonomy-mec_label .button-secondary:focus,
8835
+ .post-type-mec-events.taxonomy-mec_label .button.focus,
8836
+ .post-type-mec-events.taxonomy-mec_label .button:focus,
8837
+ .post-type-mec-events.taxonomy-mec_label .button:hover,
8838
+ .post-type-mec-events.taxonomy-mec_label .button-secondary:hover,
8839
+ .post-type-mec-events.taxonomy-mec_category .button-secondary:focus,
8840
+ .post-type-mec-events.taxonomy-mec_category .button.focus,
8841
+ .post-type-mec-events.taxonomy-mec_category .button:focus,
8842
+ .post-type-mec-events.taxonomy-mec_category .button:hover,
8843
+ .post-type-mec-events.taxonomy-mec_category .button-secondary:hover,
8844
+ .post-type-mec-books.taxonomy-mec_coupon .button-secondary:focus,
8845
+ .post-type-mec-books.taxonomy-mec_coupon .button.focus,
8846
+ .post-type-mec-books.taxonomy-mec_coupon .button:focus,
8847
+ .post-type-mec-books.taxonomy-mec_coupon .button:hover,
8848
+ .post-type-mec-books.taxonomy-mec_coupon .button-secondary:hover,
8849
+ .post-type-mec-events.taxonomy-post_tag .button-secondary:focus,
8850
+ .post-type-mec-events.taxonomy-post_tag .button.focus,
8851
+ .post-type-mec-events.taxonomy-post_tag .button:focus,
8852
+ .post-type-mec-events.taxonomy-post_tag .button:hover,
8853
+ .post-type-mec-events.taxonomy-post_tag .button-secondary:hover,
8854
+ .taxonomy-mec_organizer .button-secondary:focus,
8855
+ .taxonomy-mec_organizer .button.focus,
8856
+ .taxonomy-mec_organizer .button:focus,
8857
+ .taxonomy-mec_organizer .button:hover,
8858
+ .taxonomy-mec_organizer .button-secondary:hover {
8859
+ background: #222;
8860
+ background: linear-gradient(95deg,#555 0,#222 50%,#000 100%);
8861
+ box-shadow: 0 5px 23px -7px rgba(0,0,0,.5);
8862
+ cursor: pointer;
8863
+ color: #fff;
8864
+ }
8865
+
8866
+
8867
+ /* Taxonomies Color Picker */
8868
+ .post-type-mec-events.taxonomy-mec_label .button.wp-color-result {
8869
+ background: transparent;
8870
+ text-align: right;
8871
+ padding: 0 0 0 32px;
8872
+ border-radius: 4px;
8873
+ box-shadow: unset;
8874
+ border: 1px solid #ddd;
8875
+ }
8876
+
8877
+ .post-type-mec-events.taxonomy-mec_label .button.wp-color-result .wp-color-result-text {
8878
+ height: 30px;
8879
+ }
8880
+
8881
+ .post-type-mec-events.taxonomy-mec_label .wp-picker-container input[type=text].wp-color-picker {
8882
+ width: 70px;
8883
+ margin-top: -10px;
8884
+ height: 32px;
8885
+ }
8886
+
8887
+ .post-type-mec-events.taxonomy-mec_label .wp-picker-default {
8888
+ height: 32px;
8889
+ padding-top: 2px;
8890
+ padding-bottom: 2px;
8891
+ }
8892
+
8893
+ .post-type-mec-events.taxonomy-mec_label .wp-picker-container .iris-picker {
8894
+ margin-top: -10px;
8895
+ }
8896
 
8897
 
8898
  /* MEC - Backend Dark Mode*/
assets/css/backend.min.css CHANGED
@@ -2,4 +2,4 @@
2
  * Bootstrap v3.3.7 (http://getbootstrap.com)
3
  * Copyright 2011-2016 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
- */#webnus-dashboard button,#webnus-dashboard input,#webnus-dashboard select,#webnus-dashboard textarea{font-family:inherit;font-size:inherit;line-height:inherit}#webnus-dashboard a{color:#337ab7;text-decoration:none}#webnus-dashboard a:focus,#webnus-dashboard a:hover{color:#23527c}#webnus-dashboard a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}#webnus-dashboard figure{margin:0}#webnus-dashboard img{vertical-align:middle}.w-img-responsive{display:block;max-width:100%;height:auto}.w-img-rounded{border-radius:6px}.w-img-thumbnail{padding:4px;line-height:1w-42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0w-2s ease-in-out;-o-transition:all 0w-2s ease-in-out;transition:all 0w-2s ease-in-out;display:inline-block;max-width:100%;height:auto}.w-img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.w-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.w-sr-only-focusable:active,.w-sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.w-container,.w-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}[role=button]{cursor:pointer}@media (min-width:768px){.w-container{width:750px}}@media (min-width:992px){.w-container{width:970px}}@media (min-width:1200px){.w-container{width:1170px}}.w-row{margin-left:-15px;margin-right:-15px}.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9,.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9,.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9,.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{float:left}.w-col-xs-12{width:100%}.w-col-xs-11{width:91.66666667%}.w-col-xs-10{width:83.33333333%}.w-col-xs-9{width:75%}.w-col-xs-8{width:66.66666667%}.w-col-xs-7{width:58.33333333%}.w-col-xs-6{width:50%}.w-col-xs-5{width:41.66666667%}.w-col-xs-4{width:33.33333333%}.w-col-xs-3{width:25%}.w-col-xs-2{width:16.66666667%}.w-col-xs-1{width:8w-33333333%}.w-col-xs-pull-12{right:100%}.w-col-xs-pull-11{right:91.66666667%}.w-col-xs-pull-10{right:83.33333333%}.w-col-xs-pull-9{right:75%}.w-col-xs-pull-8{right:66.66666667%}.w-col-xs-pull-7{right:58.33333333%}.w-col-xs-pull-6{right:50%}.w-col-xs-pull-5{right:41.66666667%}.w-col-xs-pull-4{right:33.33333333%}.w-col-xs-pull-3{right:25%}.w-col-xs-pull-2{right:16.66666667%}.w-col-xs-pull-1{right:8w-33333333%}.w-col-xs-pull-0{right:auto}.w-col-xs-push-12{left:100%}.w-col-xs-push-11{left:91.66666667%}.w-col-xs-push-10{left:83.33333333%}.w-col-xs-push-9{left:75%}.w-col-xs-push-8{left:66.66666667%}.w-col-xs-push-7{left:58.33333333%}.w-col-xs-push-6{left:50%}.w-col-xs-push-5{left:41.66666667%}.w-col-xs-push-4{left:33.33333333%}.w-col-xs-push-3{left:25%}.w-col-xs-push-2{left:16.66666667%}.w-col-xs-push-1{left:8w-33333333%}.w-col-xs-push-0{left:auto}.w-col-xs-offset-12{margin-left:100%}.w-col-xs-offset-11{margin-left:91.66666667%}.w-col-xs-offset-10{margin-left:83.33333333%}.w-col-xs-offset-9{margin-left:75%}.w-col-xs-offset-8{margin-left:66.66666667%}.w-col-xs-offset-7{margin-left:58.33333333%}.w-col-xs-offset-6{margin-left:50%}.w-col-xs-offset-5{margin-left:41.66666667%}.w-col-xs-offset-4{margin-left:33.33333333%}.w-col-xs-offset-3{margin-left:25%}.w-col-xs-offset-2{margin-left:16.66666667%}.w-col-xs-offset-1{margin-left:8w-33333333%}.w-col-xs-offset-0{margin-left:0}@media (min-width:768px){.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9{float:left}.w-col-sm-12{width:100%}.w-col-sm-11{width:91.66666667%}.w-col-sm-10{width:83.33333333%}.w-col-sm-9{width:75%}.w-col-sm-8{width:66.66666667%}.w-col-sm-7{width:58.33333333%}.w-col-sm-6{width:50%}.w-col-sm-5{width:41.66666667%}.w-col-sm-4{width:33.33333333%}.w-col-sm-3{width:25%}.w-col-sm-2{width:16.66666667%}.w-col-sm-1{width:8w-33333333%}.w-col-sm-pull-12{right:100%}.w-col-sm-pull-11{right:91.66666667%}.w-col-sm-pull-10{right:83.33333333%}.w-col-sm-pull-9{right:75%}.w-col-sm-pull-8{right:66.66666667%}.w-col-sm-pull-7{right:58.33333333%}.w-col-sm-pull-6{right:50%}.w-col-sm-pull-5{right:41.66666667%}.w-col-sm-pull-4{right:33.33333333%}.w-col-sm-pull-3{right:25%}.w-col-sm-pull-2{right:16.66666667%}.w-col-sm-pull-1{right:8w-33333333%}.w-col-sm-pull-0{right:auto}.w-col-sm-push-12{left:100%}.w-col-sm-push-11{left:91.66666667%}.w-col-sm-push-10{left:83.33333333%}.w-col-sm-push-9{left:75%}.w-col-sm-push-8{left:66.66666667%}.w-col-sm-push-7{left:58.33333333%}.w-col-sm-push-6{left:50%}.w-col-sm-push-5{left:41.66666667%}.w-col-sm-push-4{left:33.33333333%}.w-col-sm-push-3{left:25%}.w-col-sm-push-2{left:16.66666667%}.w-col-sm-push-1{left:8w-33333333%}.w-col-sm-push-0{left:auto}.w-col-sm-offset-12{margin-left:100%}.w-col-sm-offset-11{margin-left:91.66666667%}.w-col-sm-offset-10{margin-left:83.33333333%}.w-col-sm-offset-9{margin-left:75%}.w-col-sm-offset-8{margin-left:66.66666667%}.w-col-sm-offset-7{margin-left:58.33333333%}.w-col-sm-offset-6{margin-left:50%}.w-col-sm-offset-5{margin-left:41.66666667%}.w-col-sm-offset-4{margin-left:33.33333333%}.w-col-sm-offset-3{margin-left:25%}.w-col-sm-offset-2{margin-left:16.66666667%}.w-col-sm-offset-1{margin-left:8w-33333333%}.w-col-sm-offset-0{margin-left:0}}@media (min-width:992px){.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9{float:left}.w-col-md-12{width:100%}.w-col-md-11{width:91.66666667%}.w-col-md-10{width:83.33333333%}.w-col-md-9{width:75%}.w-col-md-8{width:66.66666667%}.w-col-md-7{width:58.33333333%}.w-col-md-6{width:50%}.w-col-md-5{width:41.66666667%}.w-col-md-4{width:33.33333333%}.w-col-md-3{width:25%}.w-col-md-2{width:16.66666667%}.w-col-md-1{width:8w-33333333%}.w-col-md-pull-12{right:100%}.w-col-md-pull-11{right:91.66666667%}.w-col-md-pull-10{right:83.33333333%}.w-col-md-pull-9{right:75%}.w-col-md-pull-8{right:66.66666667%}.w-col-md-pull-7{right:58.33333333%}.w-col-md-pull-6{right:50%}.w-col-md-pull-5{right:41.66666667%}.w-col-md-pull-4{right:33.33333333%}.w-col-md-pull-3{right:25%}.w-col-md-pull-2{right:16.66666667%}.w-col-md-pull-1{right:8w-33333333%}.w-col-md-pull-0{right:auto}.w-col-md-push-12{left:100%}.w-col-md-push-11{left:91.66666667%}.w-col-md-push-10{left:83.33333333%}.w-col-md-push-9{left:75%}.w-col-md-push-8{left:66.66666667%}.w-col-md-push-7{left:58.33333333%}.w-col-md-push-6{left:50%}.w-col-md-push-5{left:41.66666667%}.w-col-md-push-4{left:33.33333333%}.w-col-md-push-3{left:25%}.w-col-md-push-2{left:16.66666667%}.w-col-md-push-1{left:8w-33333333%}.w-col-md-push-0{left:auto}.w-col-md-offset-12{margin-left:100%}.w-col-md-offset-11{margin-left:91.66666667%}.w-col-md-offset-10{margin-left:83.33333333%}.w-col-md-offset-9{margin-left:75%}.w-col-md-offset-8{margin-left:66.66666667%}.w-col-md-offset-7{margin-left:58.33333333%}.w-col-md-offset-6{margin-left:50%}.w-col-md-offset-5{margin-left:41.66666667%}.w-col-md-offset-4{margin-left:33.33333333%}.w-col-md-offset-3{margin-left:25%}.w-col-md-offset-2{margin-left:16.66666667%}.w-col-md-offset-1{margin-left:8w-33333333%}.w-col-md-offset-0{margin-left:0}}@media (min-width:1200px){.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9{float:left}.w-col-lg-12{width:100%}.w-col-lg-11{width:91.66666667%}.w-col-lg-10{width:83.33333333%}.w-col-lg-9{width:75%}.w-col-lg-8{width:66.66666667%}.w-col-lg-7{width:58.33333333%}.w-col-lg-6{width:50%}.w-col-lg-5{width:41.66666667%}.w-col-lg-4{width:33.33333333%}.w-col-lg-3{width:25%}.w-col-lg-2{width:16.66666667%}.w-col-lg-1{width:8w-33333333%}.w-col-lg-pull-12{right:100%}.w-col-lg-pull-11{right:91.66666667%}.w-col-lg-pull-10{right:83.33333333%}.w-col-lg-pull-9{right:75%}.w-col-lg-pull-8{right:66.66666667%}.w-col-lg-pull-7{right:58.33333333%}.w-col-lg-pull-6{right:50%}.w-col-lg-pull-5{right:41.66666667%}.w-col-lg-pull-4{right:33.33333333%}.w-col-lg-pull-3{right:25%}.w-col-lg-pull-2{right:16.66666667%}.w-col-lg-pull-1{right:8w-33333333%}.w-col-lg-pull-0{right:auto}.w-col-lg-push-12{left:100%}.w-col-lg-push-11{left:91.66666667%}.w-col-lg-push-10{left:83.33333333%}.w-col-lg-push-9{left:75%}.w-col-lg-push-8{left:66.66666667%}.w-col-lg-push-7{left:58.33333333%}.w-col-lg-push-6{left:50%}.w-col-lg-push-5{left:41.66666667%}.w-col-lg-push-4{left:33.33333333%}.w-col-lg-push-3{left:25%}.w-col-lg-push-2{left:16.66666667%}.w-col-lg-push-1{left:8w-33333333%}.w-col-lg-push-0{left:auto}.w-col-lg-offset-12{margin-left:100%}.w-col-lg-offset-11{margin-left:91.66666667%}.w-col-lg-offset-10{margin-left:83.33333333%}.w-col-lg-offset-9{margin-left:75%}.w-col-lg-offset-8{margin-left:66.66666667%}.w-col-lg-offset-7{margin-left:58.33333333%}.w-col-lg-offset-6{margin-left:50%}.w-col-lg-offset-5{margin-left:41.66666667%}.w-col-lg-offset-4{margin-left:33.33333333%}.w-col-lg-offset-3{margin-left:25%}.w-col-lg-offset-2{margin-left:16.66666667%}.w-col-lg-offset-1{margin-left:8w-33333333%}.w-col-lg-offset-0{margin-left:0}}.w-clearfix:after,.w-clearfix:before,.w-container-fluid:after,.w-container-fluid:before,.w-container:after,.w-container:before,.w-row:after,.w-row:before{content:" ";display:table}.w-clearfix:after,.w-container-fluid:after,.w-container:after,.w-row:after{clear:both}.w-center-block{display:block;margin-left:auto;margin-right:auto}.w-pull-right{float:right!important}.w-pull-left{float:left!important}.w-hide{display:none!important}.w-show{display:block!important}.w-invisible{visibility:hidden}.w-text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.w-hidden{display:none!important}.w-affix{position:fixed}.mec-image-popup-wrap{display:none}#wns-be-infobar.sticky{position:fixed;top:32px;background:#fff;z-index:9999;width:82%}.wns-be-main .wns-saved-settings.sticky{position:fixed;width:62.5%;top:111px;z-index:999999999999999999}.mec-export-settings,.mec-import-settings{font-weight:700;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:8px 32px;height:36px;letter-spacing:.2px;line-height:36px;font-size:13px;color:#fff;text-decoration:none;display:inline-block}.mec-export-settings:hover,.mec-import-settings:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);color:#fff}textarea.mec-import-settings-content{display:block;width:100%;min-height:120px;margin-bottom:25px;padding:10px 15px}.mec-import-options-notification{display:inline-block}.mec-import-options-notification .mec-message-import-error,.mec-import-options-notification .mec-message-import-success{display:inline-block;padding:15px 12px;margin-left:12px;opacity:0;visibility:hidden;font-weight:700}.mec-import-options-notification .mec-message-import-success{opacity:1;visibility:visible;border:2px solid green}.mec-import-options-notification .mec-message-import-error{opacity:1;visibility:visible;border:2px solid #e62117}.mec-export-settings:focus,.mec-import-settings:focus{color:#fff}.mec-import-settings-wrap{position:relative}.mec-loarder-wrap{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(202,202,202,.7);z-index:9999}.mec-loarder-wrap.mec-settings-loader{top:34px}.mec-loarder{position:absolute;width:64px;height:64px;top:calc(50% - 32px);left:calc(50% - 36px)}.mec-loarder div{display:inline-block;position:absolute;left:6px;width:4px;background:#fff;animation:mec-loarder 1.2s cubic-bezier(0,.5,.5,1) infinite}.mec-loarder div:nth-child(1){left:27px;animation-delay:-.24s;background:#0075ff}.mec-loarder div:nth-child(2){left:36px;animation-delay:-.12s;background:#028bff}.mec-loarder div:nth-child(3){left:45px;animation-delay:0;background:#32a0ff}@keyframes mec-loarder{0%{top:6px;height:51px}100%,50%{top:19px;height:26px}}.w-box.support-page.searchbox{background:#008aff;background:linear-gradient(180deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;min-height:260px;text-align:center;border-radius:2px}#webnus-dashboard .search-form input{background:rgba(255,255,255,.2);border:none;width:50%;outline:0;color:rgba(255,255,255,.7);font-size:18px;border-radius:4px 0 0 4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.03);-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s;padding:20px 32px;margin:0}#webnus-dashboard .search-form button{background:rgba(255,255,255,.2);border:none;padding:20px 32px;margin-left:-2px;color:#fff;border-radius:0 4px 4px 0;font-size:18px;cursor:pointer;-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s}#webnus-dashboard .search-form button:hover{background:#fff;color:#3a3c4c}.w-box.support-page.searchbox p{font-size:30px}.search-form input::-webkit-input-placeholder{color:rgba(255,255,255,.7)}.search-form input::-moz-placeholder{color:rgba(255,255,255,.7)}.search-form input:-ms-input-placeholder{color:rgba(255,255,255,.7)}.search-form input:-moz-placeholder{color:rgba(255,255,255,.7)}#webnus-dashboard .search-form input:active,#webnus-dashboard .search-form input:focus{box-shadow:0 10px 20px rgba(0,0,0,.14);background:#fff;color:#3a3c4c}#webnus-dashboard .search-form input:active::-webkit-input-placeholder,#webnus-dashboard .search-form input:focus::-webkit-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active::-moz-placeholder,#webnus-dashboard .search-form input:focus::-moz-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-ms-input-placeholder,#webnus-dashboard .search-form input:focus:-ms-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-moz-placeholder,#webnus-dashboard .search-form input:focus:-moz-placeholder{color:#3a3c4c}#webnus-dashboard .w-box.support-page.mec-ticksy{text-align:center;min-height:260px}#webnus-dashboard .w-box.support-page.mec-ticksy p{font-size:20px;width:70%;margin:0 auto;margin-bottom:40px;margin-top:40px}#webnus-dashboard .support-box a,#webnus-dashboard .w-box.support-page.mec-ticksy a{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:12px 20px;cursor:pointer;margin-bottom:40px;display:inline-block}#webnus-dashboard .support-box a:hover,#webnus-dashboard .w-box.support-page.mec-ticksy a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#webnus-dashboard .support-box a{margin:40px 4px 0 4px}.mec-faq-accordion>.mec-faq-accordion-content{display:none}#webnus-dashboard .mec-faq-accordion-trigger a{font-size:16px;padding:12px;background:#f1f1f1;display:block;color:#222;line-height:17px;outline:0}.mec-faq-accordion-trigger{margin-bottom:5px;position:relative}#webnus-dashboard .mec-faq-accordion-trigger a:after{font-family:simple-line-icons;content:"\e095";position:absolute;right:12px;font-weight:700}.mec-faq-accordion-content{padding:5px 14px 25px}#webnus-dashboard .mec-faq-accordion-trigger a.active:after{content:"\e082"}#webnus-dashboard .support-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}#webnus-dashboard .support-page-links a:hover,#webnus-dashboard .w-box.support-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .support-page-links{display:inline-block;margin:12px 4px 16px 0}.support-page-links.link-to-doc a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.support-page-links.link-to-videos a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}.support-page-links.link-to-articles a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}.w-box.support-page.articles-box .w-box-content a{display:block;padding:6px 0}#webnus-dashboard .w-box.support-page.videobox .w-button a{color:#fff;font-size:10px;padding:5px 15px;min-height:10px;font-weight:500;border-radius:22px;box-shadow:0 3px 10px -4px #ff5a35;text-shadow:none;background:#ff5a35;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);border:none;transition:.24s}.w-box.support-page.articles-box,.w-box.support-page.faq-box{min-height:500px}.w-box.support-page.videobox{border-radius:2px;min-height:282px;box-shadow:0 1px 6px rgba(0,0,0,.039)!important}#webnus-dashboard .w-box.support-page.videobox .w-button a i{margin-right:6px}.support-page .w-box-content ul{margin-top:5px;padding-left:5px}.support-page .w-box-content ul li{font-size:13px}.support-page .w-box-content ul li i{font-size:17px;vertical-align:text-bottom;margin-right:7px;color:#999}.w-box.mec-activation{background:#fff url(../img/dp-dsb-support.jpg) no-repeat top right}.w-box.mec-activation .w-box-head{color:#40d8f0;width:75%}.w-box.mec-activation .w-box-content{padding:10px 30px}.w-box.mec-activation input[type=radio]{display:none}.w-box.mec-activation input[type=radio]+label{color:#000;font-size:13px;line-height:14px!important;color:#7b7b7b}.w-box.mec-activation input[type=radio].checked+label{color:#40d8f0}.w-box.mec-activation input[type=radio]+label span{display:inline-block;margin:-2px 6px 0 0;vertical-align:middle;cursor:pointer;height:14px;width:14px;text-align:center;background-color:#fff;border:1px solid #d4d4d4;border-radius:100%;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.w-box.mec-activation input[type=radio].checked+label span{background-color:#40d8f0;border-color:#40d8f0;box-shadow:0 2px 14px -3px #40d8f0}.w-box.mec-activation input[type=radio].checked+label span:after{content:'';display:block;position:absolute;top:4px;left:4px;width:4px;height:4px;background:#fff;border-radius:100%}.w-box.mec-activation .LicenseType label{padding-right:20px;font-weight:500}.w-box.mec-activation .LicenseField{display:inline-block;position:relative;margin-top:20px}.w-box.mec-activation input[name=MECPurchaseCode]{box-shadow:inset 0 1px 2px rgba(0,0,0,.07);min-width:220px;background:#f4f4f4;border:none;border-radius:33px;width:500px;min-height:50px;margin:0;padding-left:20px;text-align:left}#webnus-dashboard .w-box.mec-activation input[type=submit]{height:40px;line-height:40px;font-weight:600;border:none;cursor:pointer;padding:0 30px;border-radius:33px;color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:12px;background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67;transition:all .28s ease;position:absolute;right:5px;top:4px;font-size:12px}#webnus-dashboard .w-box.mec-activation input[type=submit]:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#MECActivation .MECPurchaseStatus,.addon-activation-form .MECPurchaseStatus{display:inline-block;width:40px;height:40px;text-align:center;padding-top:9px;color:#fff;font-weight:700;font-size:18px;border-radius:50%;padding-top:8px;position:absolute;right:-51px;top:calc(50% - 20px)}.MECPurchaseStatus:after,.MECPurchaseStatus:before{position:absolute;border-radius:50px;background:#fff;content:'';transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:before{width:22px;height:4px;right:9px;top:18px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:after{width:22px;height:4px;right:9px;top:18px;transform:rotate(-45deg)}.MECPurchaseStatus.PurchaseSuccess:before{width:13px;height:4px;right:19px;top:21px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseSuccess:after{width:22px;height:4px;right:5px;top:18px;transform:rotate(-45deg)}#MECActivation .MECPurchaseStatus.PurchaseError,.addon-activation-form .MECPurchaseStatus.PurchaseError{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}#MECActivation .MECPurchaseStatus.PurchaseSuccess,.addon-activation-form .MECPurchaseStatus.PurchaseSuccess{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.wna-spinner-wrap{position:absolute;background:#000;width:509px;height:64px;top:-8px;border-radius:50px;z-index:999;background-color:#fff;opacity:.9}.wna-spinner{width:40px;height:40px;position:relative;margin:6px auto}.wna-spinner .double-bounce1,.wna-spinner .double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#40d8f0;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.wna-spinner .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}#MECActivation .MECLicenseMessage,.addon-activation-form .MECLicenseMessage{margin-top:24px;color:#f64;max-width:570px}.box-addon-activation-toggle-content,.box-addon-activation-toggle-head{display:none}.addon-activation-form h3{font-size:15px;font-weight:400;margin:34px 0 -7px}.box-addon-activation-toggle-head{line-height:1.5;font-size:16px;margin-top:20px;cursor:pointer}.box-addon-activation-toggle-head i{margin-right:7px;cursor:pointer;font-weight:700}#mec-advanced-wraper div:first-child>ul{display:block;margin:5px 0;padding:5px 0;width:390px;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}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.w-col-sm-3 .w-box.addon{min-height:auto;box-shadow:0 3px 16px -5px rgba(0,0,0,.1);border-radius:2px}.w-box-child.mec-addon-box{padding:20px 20px}.mec-addon-box-head{border-bottom:1px solid #e8e8e8;padding-bottom:5px;margin-bottom:14px;position:relative}.mec-addon-box-version{position:relative;background:#eaeaea;border-radius:1px;padding:0 8px;color:#5a5a5a;font-size:11px;letter-spacing:.2px;line-height:21px;display:inline-block;margin:10px 0}.mec-addon-box-head img{display:block;width:60px;height:60px;margin-bottom:10px}.mec-addon-box-title{font-weight:600;font-size:17px;line-height:25px}.mec-addon-box-title a span{color:#444;font-size:15px}.mec-addon-box-content p{color:#777;font-size:13px;letter-spacing:.1px}.mec-addon-box-mec-version{background:#f3f3f3;padding:10px;font-size:13px}#webnus-dashboard .addons-page-links{display:inline-block;margin:12px 4px 16px 0}#webnus-dashboard .addons-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}.addons-page-links.link-to-purchase a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.addons-page-links.link-to-install-addons a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}#webnus-dashboard .addons-page-links a:hover,#webnus-dashboard .w-box.addons-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}.mec-addon-box-footer{margin-top:25px;text-align:center}#webnus-dashboard .mec-addon-box-footer a{background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);margin-top:10px;display:inline-block;text-shadow:none;border:none;transition:.24s;position:relative;margin-right:7px;font-size:12px;font-weight:500;border-radius:7px;padding:9px 18px 8px;width:53px;height:34px;line-height:21px;box-shadow:0 2px 8px -3px #008aff}#webnus-dashboard .mec-addon-box-footer a:last-of-type{margin-right:0}#webnus-dashboard .mec-addon-box-footer a.mec-addon-box-intro{box-shadow:0 3px 10px -4px #ff3535;background:linear-gradient(95deg,#ff6c6c 0,#f55 50%,#ff3535 100%)}#webnus-dashboard .mec-addon-box-footer a:hover{background:#222!important;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%)!important;box-shadow:0 5px 23px -7px rgba(0,0,0,.5)!important;cursor:pointer!important}#webnus-dashboard .mec-addon-box-footer a i{color:#fff;font-size:16px}@media(max-width:1366px){.wns-be-container #wns-be-content{padding:5px 15px 0}.mec-form-row .mec-col-8 label{font-size:10px}#webnus-dashboard .mec-tooltip .box p,.mec-tooltip .box p{font-size:10px}}@media (max-width:780px){.wns-be-container #wns-be-content{padding:10px 0}.wns-be-container .mec-form-row .mec-col-8 label{width:50%;display:block}.wns-be-container .mec-form-row input[type=checkbox]{width:14px;height:14px}.wns-be-container .wns-be-sidebar li .subsection a{padding-left:30px}.wns-be-container .wns-be-sidebar{width:200px}.wns-be-container .wns-be-main{margin-left:200px}.wns-be-container .mec-tooltip .box{min-width:235px!important}.wns-be-container .mec-tooltip .box p{font-size:12px!important}#wns-be-infobar.sticky{position:unset}}@media (max-width:480px){.wns-be-container .wns-be-sidebar{width:100%;position:unset;float:none}.wns-be-container .wns-be-main{margin-left:0;width:100%;position:unset}.wns-be-container{margin-top:50px}.wns-be-container #wns-be-infobar:before{width:100%}.wns-be-container #wns-be-infobar{height:150px}#mec-search-settings{margin-top:80px;width:181px}}#mec_tickets .mec-box{position:relative;padding:25px 10px}#mec_fees_list input[type=text].mec-col-12,#mec_ticket_variations_list input[type=text].mec-col-12{max-width:625px}#taxes_option .mec-form-row input[type=text].mec-col-12,#ticket_variations_option input[type=text].mec-col-12{max-width:554px}.mec-booking-tab-content .mec-form-row textarea{max-width:762px}#mec_tickets .button.remove{padding:0;min-height:28px;height:28px;width:28px;margin:0;border-radius:50%;position:absolute;top:20px;right:20px;color:#ea6485;box-shadow:0 2px 6px -3px #ea6485;background:#fff;border-color:#ffd2dd;font-size:20px;line-height:1.5}#mec_tickets .button.remove svg{fill:#ea6485!important}#mec_tickets .button.remove:hover{color:#fff;border:2px solid #ea6485;background:#ea6485}#mec_tickets .button.remove:hover svg{fill:#fff!important}@media(max-width:480px){#mec_tickets .button.remove{top:5px;right:5px}}#mec_meta_box_hourly_schedule_days .mec-form-row input[type=text],#mec_meta_box_tickets_form .mec-form-row input[type=text]{max-width:400px}#mec_exceptions_not_in_days_date{width:100%}#mec_select_tags.mec-create-shortcode-tab-content input[type=text],#mec_settings_weather_module_api_key{width:262px}#mec_exceptions_not_in_days_date,#mec_meta_box_calendar_skin_options input[type=text].mec_date_picker,#mec_meta_box_date_form input[type=text]{max-width:262px}#mec_meta_box_calendar_skin_options input[type=text].mec_date_picker.mec-col-4{max-width:32.33333333%}#payment_gateways_option .mec-col-4 input[type=number],#payment_gateways_option .mec-col-4 input[type=text],#payment_gateways_option .mec-col-4 select,#payment_gateways_option .mec-col-4 textarea{width:75%}.mec-form-repeating-event-row .mec-col-6 input[type=text]{width:35%}.addons-page-error,.addons-page-notice{display:block;margin-top:15px;margin-bottom:0;background:#fff;border-left:4px solid #00a0d2;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:1px 12px}.addons-page-error p,.addons-page-notice p{margin:.5em 0;padding:2px;font-size:13px}.addons-page-error{border-left-color:#dc3232}.mec-addon-box-comingsoon{background:#eaeaea;padding:8px 11px;color:#5a5a5a;font-size:14px;font-weight:500;text-align:center}.mec-addons .w-row .w-col-sm-3:nth-child(4n+1){clear:left}@media (min-width:960px){#webnus-dashboard .mec-addon-box-footer .w-button{text-align:right}}@media (min-width:1401px){.mec-addon-box-title a span{font-size:17px}}.mec-pro-notice{margin-top:24px;line-height:30px}.mec-pro-notice .info-msg{padding:50px 30px;margin-bottom:0}#webnus-dashboard .mec-pro-notice .info-msg{background:#fff;box-shadow:0 1px 16px rgba(0,0,0,.034);text-align:center;color:#000}#webnus-dashboard a.info-msg-link{background:#e66f52;background:linear-gradient(95deg,#ff8162 0,#e66f52 50%,#ff4c20 100%);box-shadow:0 5px 10px -5px #e66f52;border-radius:2px;padding:12px 50px;font-size:16px;line-height:24px;border:none;margin:20px auto 0;color:#fff;transition:all .3s ease;display:inline-block}#webnus-dashboard a.info-msg-link:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .info-msg p{width:70%;margin:0 auto;line-height:1.8}#webnus-dashboard .info-msg-coupon{font-size:13px;color:#777;max-width:600px;line-height:1.68;margin:25px auto 0}#webnus-dashboard .info-msg-coupon strong{font-weight:700;color:#19ce18}.info-msg .socialfollow{padding-top:20px}.info-msg .socialfollow a{margin:0 2px;display:inline-block}.info-msg .socialfollow a i{background:#96a4b1;color:#fff;padding:6px;border-radius:3px;font-size:18px;box-shadow:0 2px 3px rgba(0,0,0,.1);transition:all .25s}.info-msg .socialfollow a:hover i{background:#008aff}.mec-intro-section .w-box-content{text-align:center}.mec-intro-section .w-box-content.mec-intro-section-welcome{max-width:600px;margin:0 auto}.mec-intro-section .w-box-content.mec-intro-section-welcome h3{font-size:27px}a.mec-intro-section-link-tag.button.button-hero{margin:0 10px 40px}a.mec-intro-section-link-tag.button.button-primary.button-hero{color:#fff!important}a.mec-intro-section-link-tag.button.button-secondary.button-hero{color:#000!important}.mec-intro-section-ifarme iframe{border:1px solid #e7e7e7;border-radius:3px;padding:10px;box-shadow:0 3px 10px -6px rgba(0,0,0,.2)}.w-box-content.mec-intro-section-welcome p{margin-bottom:0}.mec-tooltip a:focus{box-shadow:none}#mec_booking_form .mec-options-fields,#mec_modules_form .mec-options-fields,#mec_settings_form .mec-options-fields,#mec_single_form .mec-options-fields{padding-bottom:150px!important}#mec_taxes_fees_container_toggle{margin-bottom:60px}#mec_taxes_fees_container_toggle{margin-bottom:60px}.wns-be-sidebar li{position:relative}.wns-be-sidebar li .submneu-hover{position:absolute;top:-1px;right:-222px;width:220px;z-index:9;background:#fff;border:1px;border-style:solid;border-color:#dedede;margin:0;overflow:visible;opacity:0;visibility:hidden;transition:all .23s ease;padding-top:8px;padding-bottom:12px}.wns-be-sidebar li:hover{background:#fff}.wns-be-sidebar li:hover .submneu-hover{opacity:1;visibility:visible}.wns-be-sidebar li .submneu-hover a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 26px}.wns-be-sidebar li .submneu-hover a:hover{background:#f6f6f6;color:#222}.wns-be-sidebar li .submneu-hover:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-15px;top:14px;border-right-color:#c5c5c5;right:0}.wns-be-sidebar li .submneu-hover:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-14px;top:14px}.wns-be-sidebar li a:focus,.wns-be-sidebar li:focus{outline:-webkit-focus-ring-color auto 0;border:0;box-shadow:none}@media (max-width:480px){.wns-be-sidebar li .submneu-hover{width:175px;right:0}.wns-be-sidebar li .submneu-hover a{font-size:11px;padding:5px 5px 5px 20px}}.mec-tooltip:hover:after,.mec-tooltip:hover:before{display:none}.mec-tooltip{display:inline-flex;bottom:7px}.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-tooltip .box p,.mec-tooltip .box p{color:#fff;font-size:14px;line-height:1.3;margin:0;font-style:normal}.mec-tooltip:hover .box{visibility:visible;opacity:1}.mec-tooltip:hover .box{padding:20px;border-radius:8px}.mec-tooltip .box h5{color:#fff;font-size:17px;font-weight:600;margin:-30px -20px;padding:15px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #30353a;border-radius:6px 6px 0 0;z-index:9999}#webnus-dashboard .mec-tooltip .box p a,.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-tooltip .box a:hover{color:#f90}.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-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-tooltip .box.top{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.top:after{top:50%!important;right:100%!important}.mec-tooltip .box.top:before{left:50%!important;top:100%!important}.mec-tooltip .box.bottom{left:50%;top:auto;bottom:0;transform:translate(-50%,100%);margin-bottom:-20px;margin-left:-10px}.mec-tooltip .box.bottom:after{top:0!important;right:50%!important;background-color:#3a3f44!important}.mec-tooltip .box.bottom:before{left:50%!important;top:-7px!important;transform:translateX(-50%);background-color:#3a3f44!important}.mec-tooltip .box.left{left:auto;right:26px;top:50%;transform:translateY(-50%)}.mec-tooltip .box.left:before{right:0!important;left:auto!important;top:50%!important}form#mec_reg_fields_form input[type=radio]:before{content:"";display:inline-block;background:#fff;border-radius:18px;width:14px;height:14px;margin:-1px 0 0 -2px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32)}form#mec_reg_fields_form input[type=radio]:checked:before{border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff;width:4px;height:4px}form#mec_reg_fields_form input[type=radio]{min-height:0;margin-right:6px}form#mec_reg_fields_form label{margin-right:20px}@media(min-width:1200px) and (max-width:1366px){.mec-tooltip .box.left{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.left:after{top:50%!important;right:100%!important}.mec-tooltip .box.left:before{left:50%!important;top:100%!important}.mec-tooltip .box{min-width:225px}.mec-tooltip .box h5{font-size:15px}.mec-tooltip .box .content{font-size:12px}}@media(max-width:1366px){.wns-be-container .wns-be-group-tab p{margin-top:0}}.mec-addons-notification-box-wrap .w-col-sm-12,.mec-cmsg-notification-box-wrap .w-col-sm-12{padding:0}.mec-addons-notification-box-wrap img{width:auto}.mec-addons-notification-box-image{width:555px;display:inline-block;vertical-align:top}.mec-addons-notification-box-content{width:calc(100% - 559px);display:inline-block}.mec-addons-notification-box-content p{margin-top:1%;line-height:1.5;font-size:16px}.mec-addons-notification-box-content .w-box-content{padding-top:0;padding-bottom:0}.mec-addons-notification-box-content ol{font-size:16px}.mec-addons-notification-box-content a{background:#38d5ed;color:#fff!important;padding:10px 26px;margin-top:5px;display:inline-block;border-radius:3px;text-transform:capitalize;font-size:16px;letter-spacing:.4px;transition:all .1s ease;font-weight:600;text-decoration:none}.mec-addons-notification-box-content a:hover{background:#000}.w-clearfix.w-box.mec-addons-notification-box-wrap span,.w-clearfix.w-box.mec-cmsg-notification-box-wrap span{right:0;left:unset;cursor:pointer;background:#fff;padding:0 16px}.w-clearfix.w-box.mec-addons-notification-box-wrap span i,.w-clearfix.w-box.mec-cmsg-notification-box-wrap span i{font-size:28px;vertical-align:sub;color:#f2113e}.mec-custom-msg-notification-wrap,.wns-be-container .mec-addons-notification-wrap{padding:0;margin:0}.mec-custom-msg-notification-wrap .w-col-sm-12,.wns-be-container .mec-addons-notification-wrap .w-col-sm-12{padding:0}.wns-be-container .w-box{margin-top:0}.wns-be-container.mec-addons-notification-set-box{margin-right:15px;margin-top:50px;margin-bottom:27px}@media(max-width:1200px){.mec-addons-notification-box-content,.mec-addons-notification-box-image{width:100%;display:block}.mec-addons-notification-box-image{text-align:center}}@media(max-width:768px){.mec-addons-notification-box-image img{width:100%;height:auto}}body.rtl .wns-be-sidebar{width:260px;float:right;position:relative}body.rtl .wns-be-main{margin-left:0;border-left:0;margin-right:260px;border-right:1px solid #dedede}body.rtl .w-box.mec-activation .LicenseField{direction:rtl}body.rtl .w-box.mec-activation input[name=MECPurchaseCode]{text-align:right;padding-right:20px}body.rtl #MECActivation .MECPurchaseStatus,body.rtl .addon-activation-form .MECPurchaseStatus{right:auto;left:-51px}body.rtl #webnus-dashboard .w-box.mec-activation input[type=submit]{right:auto;left:5px}body.rtl .wns-be-sidebar .wns-be-group-menu li a{padding:13px 20px 13px 4px}body.rtl .wns-be-sidebar .wns-be-group-tab-link-a span.wns-be-group-menu-title{padding-left:0;padding-right:24px}body.rtl .wns-be-sidebar .has-sub span.extra-icon{float:left}body.rtl .wns-be-sidebar .wns-be-group-tab-link-a span.extra-icon i{right:auto;left:10px}body.rtl .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,body.rtl .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:transparent;border-left-color:#fff;right:auto;left:-1px;top:10px}body.rtl .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:transparent;border-left-color:#c5c5c5;right:auto;left:0}body.rtl .mec-col-1,body.rtl .mec-col-10,body.rtl .mec-col-11,body.rtl .mec-col-12,body.rtl .mec-col-2,body.rtl .mec-col-3,body.rtl .mec-col-4,body.rtl .mec-col-5,body.rtl .mec-col-6,body.rtl .mec-col-7,body.rtl .mec-col-8,body.rtl .mec-col-9{float:right;margin:0 1% 0 0}body.rtl .wns-be-sidebar li .submneu-hover{right:auto;left:-222px}body.rtl .wns-be-sidebar li .submneu-hover:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:auto;right:-1px;top:14px}body.rtl #mec_styles_form #mec_styles_CSS{direction:ltr}body.rtl .w-box.mec-activation{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleX(-1)}body.rtl .w-box.mec-activation .w-box-content,body.rtl .w-box.mec-activation .w-box-head{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleX(-1);display:block}body.rtl .w-box.mec-activation .w-box-head{width:100%}body.rtl .wns-be-container #wns-be-infobar:before{left:auto;right:0}body.rtl .wns-be-container .dpr-btn.dpr-save-btn{float:left}body.rtl .wns-be-container .wns-be-group-tab h2:before,body.rtl .wns-be-container .wns-be-group-tab h4:before{left:auto;right:0;margin-right:0;margin-left:5px}body.rtl #mec_gateways_form .mec-tooltip{float:left}.mec-details-addons-container{margin-top:20px}.mec-details-addons-wrap img{float:left;width:19%;margin-right:17px}.mec-details-addons-wrap{clear:both;margin-bottom:80px;display:block;position:relative}.mec-details-addons-wrap a{text-decoration:none}.mec-details-addons-wrap p{float:left;width:340px;margin-top:0;margin-bottom:30px}.mec-details-addons-title{font-weight:700}.mec-details-addons-title a{color:#444}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx{border-radius:10px!important;box-shadow:0 4px 38px rgba(0,0,0,.14)!important}body .crisp-client .crisp-1rjpbb7 .crisp-13qutdl,body .crisp-client .crisp-1rjpbb7 .crisp-13qutdl *,body .crisp-client .crisp-1rjpbb7 .crisp-9dgo7z,body .crisp-client .crisp-1rjpbb7 .crisp-9dgo7z *{font-family:proxima-nova,-apple-system,BlinkMacSystemFont,"Segoe UI",Catamaran,sans-serif!important}body .crisp-client .crisp-1rjpbb7 .crisp-145mbcr,body .crisp-client .crisp-1rjpbb7 .crisp-1jrqqbm:hover{background-color:#fff!important}body .crisp-client .crisp-1rjpbb7 .crisp-14u434g{border-color:#e7e8e9!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-1bkorcf .crisp-1vzg1qq{font-size:20px!important;width:14px!important;height:19px!important;opacity:.85}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-1bkorcf .crisp-1vzg1qq:hover{opacity:.99}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-1sps3eb .crisp-1vd2grm .crisp-12w4w1a{font-size:13px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-1sps3eb .crisp-1vd2grm .crisp-12w4w1a::-webkit-input-placeholder{color:#717273!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=visitor] .crisp-z89v5n .crisp-162m9xf{background-color:#008aff!important;color:#fff!important;box-shadow:none!important;border-radius:5px!important;padding:15px 25px 15px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=visitor] .crisp-z89v5n .crisp-162m9xf .crisp-1o2g4mc{color:#fff!important;font-size:13px!important;letter-spacing:.3px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-z89v5n .crisp-162m9xf{background-color:#f1f2f3!important;border-radius:5px!important;padding:15px 25px 15px!important;box-shadow:none!important;color:#121314!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-type=audio] .crisp-z89v5n .crisp-162m9xf{background-color:#d1d7dc!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=operator] .crisp-z89v5n .crisp-1o2g4mc{color:#121314!important;-webkit-text-fill-color:#121314!important;font-size:13px!important;letter-spacing:.3px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-mkirz6 .crisp-12qaym5 .crisp-39hskb{opacity:.4;margin-right:5px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-mkirz6 .crisp-12qaym5 .crisp-ehr6mw{opacity:.68;font-size:12px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg{background-image:linear-gradient(125deg,#008aff -10%,#0066b1 100%)!important;height:110px!important;padding-top:35px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-1uw6f17,body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-85evuk,body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-nu40j6{font-size:17px!important;line-height:28px!important;padding-top:10px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-kquevr .crisp-x94m06{background-color:#008aff!important;background-image:linear-gradient(125deg,#008aff -10%,#008af0 100%)!important;box-shadow:0 5px 34px -6px #008aff!important}body .crisp-client .crisp-1rjpbb7 .crisp-4oo1n4{background-color:transparent!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx[data-chat-status=ongoing] .crisp-1784wh6 .crisp-1xmtdlg .crisp-172kolj{margin-top:-10px!important}body .crisp-client .crisp-1rjpbb7[data-last-operator-face=false] .crisp-1rf4xdh .crisp-kquevr .crisp-x94m06 .crisp-16qgsyi .crisp-101bp3x[data-is-ongoing=false]{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSI1NSIgdmlld0JveD0iMCAwIDU4IDU1Ij4NCiAgPGcgaWQ9ImNoYXQtc3ZncmVwby1jb21fMV8iIGRhdGEtbmFtZT0iY2hhdC1zdmdyZXBvLWNvbSAoMSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEuNSkiPg0KICAgIDxwYXRoIGlkPSJQYXRoXzEiIGRhdGEtbmFtZT0iUGF0aCAxIiBkPSJNMjksMS41YzE2LjAxNiwwLDI5LDExLjY0MSwyOSwyNmEyNC4wMSwyNC4wMSwwLDAsMS00LjgsMTQuMzE4Yy40LDQuNzQ1LDEuNTQyLDExLjQyOCw0LjgsMTQuNjgyLDAsMC05Ljk0My0xLjQtMTYuNjc3LTUuNDYybC0uMDIyLjAwOWMtMi43NjQtMS44LTUuNTMyLTMuNjU2LTYuMS00LjEyNmExLDEsMCwwLDAtMS4zMy0uMjc3LDEuMDE3LDEuMDE3LDAsMCwwLS40ODkuODQ4Yy0uMDEuNjIyLjAwNS43ODQsNS41ODUsNC40MjFBMzEuOTE0LDMxLjkxNCwwLDAsMSwyOSw1My41Yy0xNi4wMTYsMC0yOS0xMS42NDEtMjktMjZTMTIuOTg0LDEuNSwyOSwxLjVaIiBmaWxsPSIjZmZmIi8+DQogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8xIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjMiIGN5PSIzIiByPSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiAyNC41KSIgZmlsbD0iIzAwOGFmZiIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMiIgZGF0YS1uYW1lPSJFbGxpcHNlIDIiIGN4PSIzIiBjeT0iMyIgcj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYgMjQuNSkiIGZpbGw9IiMwMDhhZmYiLz4NCiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzMiIGRhdGEtbmFtZT0iRWxsaXBzZSAzIiBjeD0iMyIgY3k9IjMiIHI9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwIDI0LjUpIiBmaWxsPSIjMDA4YWZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K)!important;height:31px!important;top:16px!important;left:14px!important}body .csh-category-item a h6{text-align:left}.mec-form-row.mec-syn-schedule{background:#f7f7f7;padding:20px;border:1px solid #eee;box-shadow:0 1px 11px rgba(0,0,0,.034);margin-bottom:20px}.mec-form-row.mec-syn-schedule p{padding-left:26px}.mec-form-row.mec-syn-schedule h2{margin-top:0}.mec-form-row.mec-syn-schedule h4{margin:10px 0}li.wns-be-group-menu-li.mec-settings-menu .mec-settings-submenu{position:absolute;top:-1px;right:-222px;width:220px;z-index:9;background:#fff;border:1px;border-style:solid;border-color:#dedede;margin:0;overflow:visible;opacity:0;visibility:hidden;transition:all .23s ease;padding-top:8px;padding-bottom:12px}li.wns-be-group-menu-li.mec-settings-menu:hover>.mec-settings-submenu{visibility:visible;opacity:1}.mec-settings-menu .mec-settings-submenu:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-15px;top:14px;border-right-color:#c5c5c5;right:0}.mec-settings-menu .mec-settings-submenu:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-14px;top:14px}.wns-be-sidebar .mec-settings-menu .mec-settings-submenu a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 26px}.mec-form-row.mec-skin-countdown-date-format-container input[type=text],.mec-form-row.mec-skin-grid-date-format-container input[type=text],.mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-skin-options-container input[type=text]{max-width:unset}.wn-mec-select{width:32.33333333%!important;clear:unset!important}.wn-mec-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:3px;border:1px solid #ddd;margin-bottom:8px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;box-shadow:0 3px 13px -5px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.07)}.wn-mec-select:hover{border-color:#dbdbdb}.wn-mec-select.open .list{overflow:unset;width:100%;margin:0}.wn-mec-select .list{background-color:#fff;border-radius:2px;box-shadow:0 2px 33px -2px rgba(0,0,0,.2),inset 0 1px 2px rgba(0,0,0,.07);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.wn-mec-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.wn-mec-select:hover{border-color:#dbdbdb}.wn-mec-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.wn-mec-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.wn-mec-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.wn-mec-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.wn-mec-select.disabled:after{border-color:#ccc}.wn-mec-select.wide{width:100%}.wn-mec-select.wide .list{left:0!important;right:0!important}.wn-mec-select.right{float:right}.wn-mec-select.right .list{left:auto;right:0}.wn-mec-select.small{font-size:12px;height:36px;line-height:34px}.wn-mec-select.small:after{height:4px;width:4px}.wn-mec-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.wn-mec-select .list:hover .option:not(:hover){background-color:transparent!important}.wn-mec-select .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:28px!important;min-height:28px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wn-mec-select .option .wn-hover-img-sh img{position:absolute;padding:3px;top:-1px;left:100%;box-shadow:0 4px 42px -5px rgba(0,0,0,.16);visibility:hidden;opacity:0;border:1px solid #e3e3e3;border-radius:2px;z-index:99999999;background:#fff}.wn-mec-select .option:hover .wn-hover-img-sh img{visibility:visible;opacity:1}.wn-mec-select .option.focus,.wn-mec-select .option.selected.focus,.wn-mec-select .option:hover{background-color:#f6f6f6}.wn-mec-select .option.selected{font-weight:700}.wn-mec-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .wn-mec-select .list{display:none}.no-csspointerevents .wn-mec-select.open .list{display:block}.mec-custom-nice-select ul.list li.option{width:30%!important;float:left!important;min-height:135px!important;height:135px;margin:1.66%!important;box-sizing:border-box;text-align:center;padding:10px!important;border-radius:3px;border:1px solid #eee;box-shadow:0 1px 3px rgba(0,0,0,.025);background:#fff!important}.mec-custom-nice-select ul.list li.option:hover{box-shadow:0 2px 7px rgba(0,0,0,.06);borde-color:#e0e0e0}.mec-custom-nice-select .list:hover .option:not(:hover),.mec-custom-nice-select ul.list:hover li.option{background:#fff!important}.mec-custom-nice-select ul.list{min-width:600px!important;padding:20px 10px!important;background:#fcfbfd;border:1px solid #e9e9e9;box-shadow:0 1px 4px rgba(0,0,0,.05)}.mec-custom-nice-select ul.list li.option.selected{border:1px solid #40d9f1;box-shadow:0 1px 8px -3px #40d9f1 inset;color:#00cae6;padding:12px 0 0 0!important}.mec-custom-nice-select .wn-img-sh img{margin:4px 0 1px 1px;line-height:1;max-width:68px;max-height:56px;filter:grayscale(1);-webkit-filter:grayscale(1);transition:all .22s ease;-webkit-transition:all .22s ease;-moz-transition:all .22s ease;-ms-transition:all .22s ease;-o-transition:all .22s ease}.wn-mec-select .option.focus .wn-img-sh img,.wn-mec-select .option.selected.focus .wn-img-sh img,.wn-mec-select .option:hover .wn-img-sh img{background-color:#f6f6f6;filter:grayscale(0);-webkit-filter:grayscale(0)}@media(max-width:768px){.wn-mec-select{width:45%!important}.mec-custom-nice-select ul.list{margin-left:-24px!important;min-width:404px!important}.mec-custom-nice-select ul.list li.option{width:46.6%!important}.wn-hover-img-sh{display:none}}@media(max-width:480px){.wn-mec-select{width:100%!important}.mec-custom-nice-select ul.list{min-width:337px!important}}@media(max-width:320px){.mec-custom-nice-select ul.list li.option{width:100%!important}.mec-custom-nice-select ul.list{min-width:298px!important}}.mec-sed-methods li{line-height:28px;padding-left:38px;position:relative}.mec-sed-methods li:before{margin-right:0}.mec-sed-methods li:before{border-radius:18px}.mec-custom-nice-select ul.list li .wn-mec-text:after,.mec-sed-methods li:before{content:"";position:absolute;display:inline-block;background:#fff;border-radius:2px;width:12px;height:12px;margin:-1px 0 0 -1px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32);border-radius:50%}.mec-custom-nice-select ul.list li .wn-mec-text{position:relative;padding-top:0;padding-bottom:28px}.mec-custom-nice-select ul.list li .wn-mec-text:after{left:calc(50% - 7px);top:auto;bottom:1px}.mec-custom-nice-select ul.list li .wn-img-sh{line-height:1}.mec-sed-methods li:before{left:9px;top:calc(50% - 7px)}.mec-custom-nice-select ul.list li.option.selected .wn-mec-text:after,.mec-sed-methods li.active:before{width:4px;height:4px;border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff}.menu-icon-mec-books .wp-menu-image img,.toplevel_page_mec-intro .wp-menu-image img{width:18px!important;padding-top:7px!important}.mec-add-booking-tabs-wrap,.mec-add-event-tabs-wrap,.mec-create-shortcode-tabs-wrap{display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{flex:1}.mec-add-booking-tabs-right,.mec-add-event-tabs-right,.mec-create-shortcode-tabs-right{flex:6}a.mec-add-booking-tabs-link,a.mec-add-event-tabs-link,a.mec-create-shortcode-tabs-link{display:block}.mec-booking-tab-content,.mec-create-shortcode-tab-content,.mec-event-tab-content{display:none;transition:all .3s ease}.mec-booking-tab-content.mec-tab-active,.mec-create-shortcode-tab-content.mec-tab-active,.mec-event-tab-content.mec-tab-active{display:block}.mec-add-booking-tabs-wrap,.mec-add-event-tabs-wrap{background:#fff;margin:-6px -12px -12px}.mec-create-shortcode-tabs-wrap{margin:-30px -22px -42px}.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{padding:0 0 38px;background:#fff;min-width:210px}.mec-add-booking-tabs-left a,.mec-add-event-tabs-left a,.mec-create-shortcode-tabs-left a{line-height:16px;font-size:13px;font-weight:600;letter-spacing:.3px;color:#6a6f77;text-decoration:none;background:#f7f7f7;padding:13px 20px;border-bottom:1px solid #e3e3e3;outline:0;box-shadow:none;transition:all .2s ease}.mec-add-booking-tabs-left a:hover,.mec-add-event-tabs-left a:hover,.mec-create-shortcode-tabs-left a:hover{color:#008aff;background:#fff}.mec-add-booking-tabs-left a.mec-tab-active,.mec-add-event-tabs-left a.mec-tab-active,.mec-create-shortcode-tabs-left a.mec-tab-active{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;margin:0 -6px;border-radius:5px;box-shadow:0 2px 12px -5px #36a2ff;border-bottom-color:transparent;position:relative}.mec-add-booking-tabs-right,.mec-add-event-tabs-right,.mec-create-shortcode-tabs-right{padding:0 30px 40px;border-left:1px solid #e2e2e2}.mec-booking-tab-content.mec-tab-active,.mec-create-shortcode-tab-content.mec-tab-active,.mec-event-tab-content.mec-tab-active{animation:fadeEffect2 .31s}@media (max-width:550px){.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{min-width:100px}.mec-add-booking-tabs-left a,.mec-add-event-tabs-left a,.mec-create-shortcode-tabs-left a{font-size:11px;padding:12px 8px;line-height:1.2;letter-spacing:0}}@keyframes fadeEffect2{from{opacity:0;transform:translateX(11px)}to{opacity:1;transform:translateX(0)}}.mec-form-row .mec-col-8 label{padding-right:20px}.mec-calendar-metabox .wn-mec-select,.mec-form-row input[type=number],.mec-form-row input[type=text],.mec-form-row input[type=url],.mec-form-row select,.mec-form-row textarea,.mec-form-row.mec-skin-list-date-format-container input[type=text]{border:solid 1px #ddd;border-radius:2px;height:40px;line-height:38px;padding-left:10px;box-shadow:0 3px 10px -2px rgba(0,0,0,.05),inset 0 1px 2px rgba(0,0,0,.02)}.mec-calendar-metabox .wn-mec-select.open .list{border-radius:0 0 2px 2px;box-shadow:0 0 0 1px #ddd,0 2px 6px rgba(0,0,0,.07)}.mec-calendar-metabox .mec-custom-nice-select.open ul.list{border-radius:3px;box-shadow:0 2px 6px rgba(0,0,0,.07);margin-left:0!important;transform:translateX(-50%);left:50%}.mec-custom-nice-select ul.list li.option.selected .wn-mec-text:after{border:6px solid #40d9f1;box-shadow:0 3px 16px -3px #40d9f1}.mec-form-row input[type=checkbox]{background-color:#fff;border:1px solid #cacece;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:9px;border-radius:3px;min-width:24px;min-height:24px;display:inline-block;transition:all .18s ease;outline:0;margin:2px 4px 4px 0}.mec-form-row input[type=checkbox]:focus{outline:0}.mec-form-row input[type=checkbox]:hover{border-color:#62b6ff}.mec-form-row input[type=checkbox]:checked{box-shadow:0 1px 6px -2px #008aff;border-color:#008aff;background:#008aff;border-radius:2px;position:relative}.mec-form-row.mec-switcher input[type=checkbox]{position:absolute}.mec-form-row input[type=checkbox]:checked:before{content:"";font:normal;position:absolute;top:12px;left:8px;border-right:2px solid transparent;border-bottom:2px solid transparent;transform:rotate(45deg);transform-origin:0 100%;color:#fff;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards}@keyframes checkbox-check{0%{width:0;height:0;border-color:#fff;transform:translate3d(0,0,0) rotate(45deg)}33%{width:5px;height:0;transform:translate3d(0,0,0) rotate(45deg)}100%{width:5px;height:11px;border-color:#fff;transform:translate3d(0,-11px,0) rotate(45deg)}}.mec-form-row input+span.mec-tooltip,.mec-form-row select+span.mec-tooltip{bottom:10px}.mec-form-row label+span.mec-tooltip{bottom:8px}.mec-form-row textarea+span.mec-tooltip{bottom:auto;vertical-align:top;top:12px}.mec-form-row span+span.mec-tooltip{bottom:0;vertical-align:middle}.mec-form-row .mec-col-8 input[type=text],.mec-form-row .mec-col-8 select,.mec-form-row .mec-col-8 span.mec-archive-skins{vertical-align:top}.mec-form-row .mec-col-8 span.mec-archive-skins input[type=text]{max-width:225px}.mec-form-row input:disabled{opacity:.6;background:#f6f6f6}.wns-be-group-tab h5{font-size:16px;font-weight:600;color:#444;margin:45px 0 25px}.mec-form-row textarea{height:auto;margin-bottom:0;min-height:60px}.mec-form-row .wp-picker-container input[type=text].wp-color-picker{height:25px;vertical-align:top;margin:0}.mec-form-row .wp-picker-container label{margin:0}.mec-image-select-wrap li span:hover{border-color:#fff;box-shadow:0 1px 8px rgba(0,0,0,.12)}.mec-message-categories li.mec-acc-label:after{content:"\e604";font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;display:block;font-size:13px;color:#999;position:absolute;right:27px;top:26px}.mec-message-categories>li.mec-acc-label[data-status=open]:after{content:"\e607";color:#008aff}.mec-message-categories>li.mec-acc-label[data-status=open]{color:#008aff}.mec-message-categories>li.mec-acc-label:last-of-type{border-bottom:none}.mec-message-categories>li.mec-acc-label[data-status=open]{border-bottom:1px solid #e6e6e6}.mec-form-row ul.mec-message-categories{box-shadow:0 2px 16px rgba(0,0,0,.03);border-radius:5px;overflow:hidden;margin-top:30px;background:#f5f5f5;border:2px solid #e6e6e6;max-width:700px}.mec-form-row ul.mec-message-categories li ul{padding:10px 40px 40px;margin:25px -30px -25px;background:#f5f5f5;box-shadow:inset 0 4px 7px rgba(0,0,0,.04);cursor:default}.mec-form-row ul.mec-message-categories ul label{margin:25px 8px 7px;font-weight:600!important;font-size:13px;color:#888;cursor:default}.wns-be-sidebar li:hover a i,.wns-be-sidebar>li:hover a{color:#008aff}.mec-form-row.mec-skin-list-date-format-container span.mec-tooltip{top:2px}.mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-meta-box-fields .mec-form-row input[type=checkbox]{margin-right:6px}.mec-meta-box-fields .mec-form-row .button:not(.wp-color-result){height:37px;margin-top:1px;box-shadow:inset 0 2px 4px #fff,inset 0 -2px 4px rgba(0,0,0,.05),0 2px 2px rgba(0,0,0,.06)}#mec-read-more .mec-form-row span.mec-tooltip{top:2px;left:-4px}#mec-search-settings{border-radius:21px;min-height:32px;box-shadow:inset 0 1px 2px rgba(0,0,0,.06);padding:9px 10px 12px 34px;margin-right:10px;color:#7c838a;font-size:13px;width:260px;background:#f5f5f5;border:none;z-index:1;transition:all .18s ease;outline:0;line-height:normal}#mec-search-settings:focus{background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.07),0 0 0 1px #e6e6e6;width:270px}.mec-search-settings-wrap{display:inline-block;position:relative}.mec-search-settings-wrap i{position:absolute;left:14px;top:14px;font-size:13px;color:#7e8c98;display:block;z-index:2}#mec-search-settings::-webkit-input-placeholder{color:#7c838a}#mec-search-settings::-moz-placeholder{color:#7c838a}#mec-search-settings:-ms-input-placeholder{color:#7c838a}#mec-search-settings:-moz-placeholder{color:#7c838a}.ui-datepicker.ui-widget{border:1px solid #e8e8e8;box-shadow:0 1px 9px rgba(0,0,0,.12)}.ui-datepicker.ui-widget select{font-weight:600;font-size:12px;border-radius:2px;padding:2px 10px;margin:1px 3px 5px}.ui-datepicker.ui-widget table{border-spacing:2px}.ui-datepicker.ui-widget td,.ui-datepicker.ui-widget tr{padding:0;background:0 0!important}.ui-datepicker.ui-widget td a{color:#777;font-weight:600;width:30px;height:30px;line-height:30px;display:inline-block;border-radius:33px;padding:0;background:#fff;transition:all .2s ease}.ui-datepicker.ui-widget td a.ui-state-active,.ui-datepicker.ui-widget td a:hover{background:#40d9f1;color:#fff}.ui-datepicker.ui-widget .ui-datepicker-next,.ui-datepicker.ui-widget .ui-datepicker-prev{color:#40d9f1;width:30px;height:30px;line-height:30px;display:inline-block;text-align:center;border-radius:33px;background:#ecfcff;transition:all .2s ease}.ui-datepicker.ui-widget .ui-datepicker-next:hover,.ui-datepicker.ui-widget .ui-datepicker-prev:hover{background:#fff;box-shadow:0 0 7px -3px rgba(0,0,0,.4)}#mec-wrap{width:92%;margin:20px auto;max-width:1384px}#mec-wrap h2.nav-tab-wrapper{margin-bottom:40px;padding:0;border:none;margin-top:35px;clear:both;background:#fff;box-shadow:0 3px 12px -4px rgba(0,0,0,.13)}#mec-wrap .nav-tab-wrapper .nav-tab{position:relative;padding:28px 22px;border:none;margin:0;background:#fff;font-size:13px;color:#444;outline:0;box-shadow:none}#mec-wrap .nav-tab-wrapper .nav-tab:hover{color:#008aff}#mec-wrap .nav-tab-wrapper .nav-tab:after{content:"";display:inline-block;width:1px;height:30%;position:absolute;right:0;top:35%;background:#e9e9e9}#mec-wrap .nav-tab-wrapper .nav-tab-active,#mec-wrap .nav-tab-wrapper .nav-tab-active:focus,#mec-wrap .nav-tab-wrapper .nav-tab-active:focus:active,#mec-wrap .nav-tab-wrapper .nav-tab-active:hover{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;outline:0;box-shadow:0 5px 25px -7px #008aff;margin-left:-1px;z-index:2}#mec-wrap .nav-tab-wrapper .nav-tab-active:after{content:'';position:absolute;display:block;background:0 0;top:auto;height:auto;bottom:-20px;left:50%;margin-left:-10px;width:0;border-width:10px;border-style:solid;border-color:#008aff transparent transparent}#mec-wrap .mec-container{padding:25px 40px 40px;box-shadow:0 3px 10px -4px rgba(0,0,0,.1)}#wpwrap .mec-button-primary{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}#wpwrap .mec-button-primary:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 15px -7px rgba(0,0,0,.5);cursor:pointer}.wn-p-t-right{min-width:300px;max-width:400px;display:inline-block;top:-8px;left:50%;margin-top:0;transform:translate(-50%,-100%);padding:0;background-color:#535a61;color:#fff;font-weight:300;font-size:14px;letter-spacing:.5px;line-height:1.5;position:absolute;z-index:99999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #444b50;visibility:hidden;opacity:0;transition:opacity .23s;padding:20px;border-radius:8px}.wn-p-t-right i{position:absolute!important;top:100%;right:50%;margin-top:-6px!important;margin-right:-6px!important;width:12px;height:24px;overflow:hidden;transform:rotate(-90deg)}.wn-p-t-right i:after{content:'';position:absolute;width:12px;height:12px;left:0;top:50%;transform:translate(50%,-50%) rotate(-45deg);background-color:#535a61;box-shadow:0 8px 9px -4px #535a61}.wn-p-t-right .wn-p-t-text-content h5{color:#fff;font-size:17px;font-weight:600;margin:-20px;padding:15px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #32363a;border-radius:6px 6px 0 0}.mec-addon-box-footer a:hover .wn-p-t-right{visibility:visible;opacity:1}#mec_organizer_user+.select2-container,#mec_speaker_user+.select2-container{min-width:224px!important}.mec-add-event-tabs-wrap .select2-container,.mec-create-shortcode-tab-content .select2-container{min-height:38px;height:auto;box-sizing:border-box;margin-bottom:8px;padding:0 6px;border-radius:2px;border:1px solid #ddd;box-shadow:inset 0 1px 6px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;transition:50ms border-color ease-in-out;min-width:200px;font-size:14px}.mec-add-event-tabs-wrap .select2-selection,.mec-create-shortcode-tab-content .select2-selection{border:none;background:0 0;padding-top:3px;width:100%;height:100%}.mec-add-event-tabs-wrap .select2-container--default.select2-container--focus .select2-selection,.mec-create-shortcode-tab-content .select2-container--default.select2-container--focus .select2-selection{border:none!important;outline:0}.mec-add-event-tabs-wrap .select2-container--default .select2-selection--single .select2-selection__arrow,.mec-create-shortcode-tab-content .select2-container--default .select2-selection--single .select2-selection__arrow{top:5px;right:4px}.fs-webform-container div .fserv-container{width:100%!important;max-width:none!important;min-height:208px!important;box-shadow:0 1px 16px rgba(0,0,0,.034)!important;border-radius:2px!important;padding:0!important;margin-bottom:0!important;margin-top:30px!important}.fserv-container .fserv-form-name{font-weight:600!important;position:relative!important;font-size:20px!important;padding:20px!important;border-bottom:1px solid #ededed!important;text-align:left!important;margin:0!important}.fserv-form-description{padding:10px 30px!important;margin:1em 0 0!important;line-height:1.5!important;font-size:16px!important}.fserv-container form{padding:0!important;padding-left:28px!important}.fserv-container .fserv-label{display:none!important}.fserv-field{display:inline-block;width:41%!important;padding:0!important;margin:0!important;margin-right:25px!important}.fserv-field+div:not(.fserv-field){margin:0!important;border:none!important;text-align:left!important;padding-left:4px!important;margin-top:0!important;padding-top:0!important;display:inline-block;margin-right:10px!important}.fserv-container .powered-by{display:none!important}button.fserv-button-submit{color:#fff!important;font-weight:500!important;border-radius:2px!important;box-shadow:0 3px 10px -4px #008aff!important;text-shadow:none!important;background:#008aff!important;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%)!important;border:none!important;transition:.24s!important}button.fserv-button-submit:hover{background:#222!important;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%)!important;box-shadow:0 5px 23px -7px rgba(0,0,0,.5)!important;cursor:pointer!important}.fserv-container input::-webkit-input-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input::-moz-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input:-ms-input-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input:-moz-placeholder{font-family:Inherit!important;font-size:14px}input.fserv-input-text{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)}.fserv-field label.error{display:none!important}.fs-notifier{position:fixed!important;top:40px!important;width:300px!important;max-width:300px!important;margin:0!important;right:20px!important;left:unset!important}.post-type-mec-events .lity{background:#edf0f3}.post-type-mec-events .lity-container{width:60vW;max-width:883px;margin:0 auto;border-radius:7px}.post-type-mec-events .lity-content:after{display:none}.mec-manage-events-lightbox{box-shadow:0 3px 20px rgba(0,0,0,.05)}.w-clearfix.mec-attendees-content img{display:inline-block;width:25px;height:25px;vertical-align:middle;margin-right:7px}.post-type-mec-events .mec-attendees-list-head{background:#008aff;color:#fff;text-align:center;padding:17px 0;text-transform:capitalize;font-size:26px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;border-radius:7px 7px 0 0;line-height:43px;box-shadow:0 3px 15px rgba(0,138,255,.25);z-index:99}.mec-attendees-list-wrap{display:flex;width:100%;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;background:#fff;box-shadow:0 3px 20px rgba(0,0,0,.05);border-radius:0 0 5px 5px;overflow:hidden}.mec-attendees-list-left{flex:1;background:#f6f8fa;padding:0;border-radius:0;position:relative}.mec-attendees-list-right,.mec-send-email-form-wrap{flex:1;border-radius:0 0 5px 5px;padding:0 20px 20px;background:#f2f4f7}.mec-attendees-list-left-menu a{display:inline-block;line-height:22px;font-size:12px;color:#000;font-weight:500;border-bottom:1px solid #eaebec;border-left:1px solid #eaebec;padding-bottom:0;padding:7px 6px;margin-bottom:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;transition:all .2s ease;text-decoration:none;text-align:center}.mec-attendees-list-left-menu a.selected-day{color:#008aff}.mec-attendees-list-left-menu .owl-item:last-child a{border-right:1px solid #eaebec}.mec-attendees-list-right table{width:100%}.w-clearfix.mec-attendees-head{margin-top:30px;border-bottom:2px solid #008aff;padding-bottom:18px;margin-bottom:3px}.w-clearfix.mec-attendees-content [class^=w-col-xs-],.w-clearfix.mec-attendees-head [class^=w-col-xs-]{padding:0}.w-clearfix.mec-attendees-head span{font-weight:600;color:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;font-size:17px}.w-clearfix.mec-attendees-content{background:#fff;margin-bottom:2px;padding:10px 20px}.mec-attendees-list-left-menu{height:36px;margin-left:35px;margin-right:36px}.mec-attendees-list-left-menu a:active,.mec-attendees-list-left-menu a:focus,.mec-attendees-list-left-menu a:visited{outline:0;box-shadow:none}.mec-attendees-list-left-menu .owl-item{display:inline-block}.mec-attendees-list-left-menu .owl-stage{min-width:800px!important}.owl-nav.disabled .owl-next{position:absolute;right:0;top:0}.owl-nav.disabled .owl-prev{position:absolute;left:0;top:0}.owl-nav.disabled button{background:#fff;box-shadow:none;border:1px solid #ccc;height:36px;width:36px;font-size:54px;line-height:54px}.owl-nav.disabled button span{margin-top:-18px;display:block}.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}@media(max-width:992px){.post-type-mec-events .lity-container{width:80vw}}@-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-report-backtoselect-wrap,.mec-report-sendmail-form-wrap{display:none}.mec-report-select-event-wrap .select2{width:100%!important}.mec-report-select-event-wrap .select2-container--default .select2-selection--single{border-radius:2px;border:1px solid #e2e3e4;height:38px;padding-top:5px;width:100%;box-shadow:0 2px 3px rgba(0,0,0,.03)}.mec-report-select-event-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{height:36px}.mec-report-select-event-wrap .select2-container--open .select2-dropdown--below{box-shadow:0 2px 8px rgba(0,0,0,.12);border-color:#d7d8d9}.select2-container--default .select2-search--dropdown .select2-search__field{box-shadow:0 2px 8px rgba(0,0,0,.06) inset;border-color:#d7d8d9;border-radius:2px}.mec-report-select-event-wrap input[type=text],.mec-report-select-event-wrap select{border:1px solid #e2e3e4;font-size:13px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;margin-bottom:15px;border-radius:2px;box-shadow:0 2px 3px rgba(0,0,0,.03);max-width:150px}.mec-report-select-event-wrap .select2-container--default{max-width:400px}.mec-report-select-event-wrap select.mec-reports-selectbox-dates{height:38px;min-width:260px;margin:0 0 0 10px;padding-left:15px}.mec-report-sendmail-form-wrap,.mec-report-sendmail-wrap{padding:30px 15px;background:#fff;border:1px solid #e2e3e4;margin:15px 0 5px;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.02)}.mec-report-sendmail-wrap .w-col-sm-12:before{background:url(../img/email-document.png) no-repeat left top;content:"";display:block;width:90px;height:70px;z-index:100;float:left}.mec-report-sendmail-wrap p{margin:0 0 15px;font-size:15px;color:#7d8284}.mec-report-backtoselect-wrap button,.mec-report-sendmail-wrap .w-col-sm-12 button,.mec-send-email-form-wrap .mec-send-email-button{background:#19cde9;border:none;color:#fff;font-size:13px!important;padding:6px 16px;border-radius:2px;cursor:pointer;box-shadow:0 1px 2px rgba(25,205,233,.25);transition:all .2s ease}.mec-report-backtoselect-wrap button:hover,.mec-report-sendmail-wrap .w-col-sm-12 button:hover,.mec-send-email-form-wrap .mec-send-email-button:hover{background:#04bfdc;box-shadow:0 1px 2px rgba(25,205,233,.05)}.mec-report-backtoselect-wrap button{margin-top:15px}.mec-report-selected-event-attendees-wrap{border:1px solid #96e3ef;padding:0;margin:20px 0;border-radius:3px;box-shadow:0 2px 14px rgba(25,205,233,.1);display:none}.mec-report-sendmail-wrap{display:none}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head{background:#c7eef4;border-bottom:1px solid #96e3ef;padding:15px;margin:0;border-radius:3px 3px 0 0}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content{margin:0;padding:8px 15px;border-bottom:1px solid #e4eef0;font-size:13px;line-height:25px}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content:hover{background:#f3fdfe}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content:last-child{border-bottom:none;border-radius:0 0 3px 3px}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content img{border-radius:25px;margin-left:8px}.mec-report-selected-event-attendees-wrap input[type=checkbox]{border-radius:3px;margin-top:0}.mec-report-selected-event-attendees-wrap .mec-attendees-head .w-col-xs-2.name{padding-left:10px}.mec-report-selected-event-attendees-wrap .checkin_status span{font-weight:600}.mec-report-selected-event-attendees-wrap .w-col-sm-12>p{text-align:center}.mec-attendees-list-right,.mec-send-email-form-wrap{flex:1;border-radius:0;padding:0;background:0 0;max-width:674px;margin:0 auto}.mec-report-sendmail-form-wrap{padding:0 30px 45px}.mec-send-email-form-wrap h2{background:url(../img/email-document.png) no-repeat center top;padding-top:70px;font-size:22px;font-weight:600;text-align:center;padding-bottom:10px;padding-left:10px;margin-bottom:0}#webnus-dashboard .mec-send-email-form-wrap .wp-editor-tools button{font-size:13px;font-weight:400;color:#444;line-height:1;margin-bottom:0}#webnus-dashboard .mec-send-email-form-wrap .wp-editor-tabs button{min-height:30px}.mec-send-email-form-wrap input.widefat{min-height:40px;border:1px solid #e2e3e4;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.02)}.mec-send-email-form-wrap input.widefat:focus{border:1px solid #96e3ef}.mec-send-email-form-wrap h4.mec-send-email-count{font-weight:400;text-align:center;margin-bottom:30px;margin-top:0;padding-top:0}.mec-send-email-form-wrap .mec-send-email-button{min-height:40px;line-height:40px;padding:0;font-size:17px!important;font-weight:600}.mec-send-email-form-wrap .mce-menubtn.mce-fixed-width span{height:20px;padding-top:2px}.lity.mec-add-shortcode-popup{background-color:#b7e4e3}.lity.mec-add-shortcode-popup .lity-content{box-shadow:0 3px 20px 0 rgba(91,188,190,.55);border-radius:10px;height:100%}.mec-add-shortcode-popup .lity-container{width:930px;height:620px}.mec-add-shortcode-popup .lity-content:after{display:none}.mec-add-shortcode-popup div#mec_popup_shortcode{background:#fff;overflow:hidden;display:flex;width:100%;border-radius:10px;height:100%}.mec-steps-container{width:92px;text-align:center;background:#fff}.mec-steps-panel{width:calc(100% - 92px);background:#eef4f5}.mec-steps-container ul{text-align:center;display:block;margin-top:62px}.mec-steps-container ul li{width:22px;height:70px;margin:0 auto;position:relative}.mec-steps-container ul li span{border-radius:50px;background-color:rgba(26,175,251,.16);width:22px;height:22px;display:inline-block;padding-top:2px;font-size:11px;font-weight:700;color:#1aaffb}.mec-steps-container ul li:after,.mec-steps-container ul li:before{content:'';display:block;height:24px;width:2px;background:rgba(26,175,251,.16);margin-left:calc(50% - 1px)}.mec-steps-container ul li:first-of-type:before,.mec-steps-container ul li:last-of-type:after{display:none}.mec-steps-container ul li:first-of-type{height:46px}li.mec-step.mec-step-passed span,li.mec-step.mec-step-passed:after,li.mec-step.mec-step-passed:before{background-color:#2dcb73;color:#fff}.mec-steps-container img{margin-top:27px}.mec-steps-header{display:flex;background:#fff;border-radius:5px;box-shadow:0 3px 22px 0 rgba(11,121,125,.01);padding:12px 22px;margin-bottom:50px}.mec-steps-header-settings{width:65px}.mec-steps-header-userinfo{width:calc(100% - 65px)}.mec-steps-panel{padding:35px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.mec-steps-header-userinfo span{display:inline-block;vertical-align:middle}.mec-steps-header-userinfo span img{height:40px;border-radius:50px;margin-right:8px;vertical-align:middle}.mec-steps-header-userinfo span.mec-steps-header-name{font-size:14px;color:#778182}span.mec-steps-header-add-text{color:#839294;font-size:12px;margin-left:5px}.mec-steps-header-settings a{height:100%;display:block;padding-top:11px;text-decoration:none;font-size:12px;color:#707070}.mec-steps-header-settings a i{color:#1aaffb;font-size:16px;vertical-align:text-top;margin-right:5px}.mec-next-previous-buttons{clear:both}.mec-next-previous-buttons button.mec-button-next{float:right;background:#008aff;border:none;color:#fff;cursor:pointer;width:123px;text-align:left;padding:8px 18px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);transition:all .3s ease;outline:0}.mec-next-previous-buttons button:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}.mec-next-previous-buttons button.mec-button-next img{position:absolute;top:16px;right:18px}.mec-next-previous-buttons button{position:relative}.mec-next-previous-buttons button.mec-button-prev{background:#fff;border:none;color:#000;cursor:pointer;width:123px;text-align:right;padding:8px 15px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(11,121,125,.01);transition:all .3s ease;outline:0}.mec-next-previous-buttons button.mec-button-prev img{position:absolute;top:16px;left:18px}.mec-next-previous-buttons button.mec-button-prev:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3);color:#fff}.mec-next-previous-buttons button.mec-button-new{background:#008aff;float:right;border:none;color:#fff;cursor:pointer;width:154px;text-align:left;padding:8px 18px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);transition:all .3s ease;outline:0}.mec-next-previous-buttons button.mec-button-new:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}.mec-next-previous-buttons button.mec-button-new img{vertical-align:sub;margin-left:-3px;margin-right:8px}div#mec_popup_shortcode_form{height:calc(100% - 37px)}.mec-steps-content-container{display:flex;flex-direction:column;height:100%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1{background:url(../../assets/img/popup/first-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .popup-sh-name-required{color:red;display:none;font-style:italic;font-size:12px;margin-top:8px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1{top:50%;position:absolute;width:360px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]{width:360px;height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]::-webkit-input-placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]:-ms-input-placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]::placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/add-sh-icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul{height:386px;overflow-x:hidden;overflow-y:scroll;padding-left:60px;margin-top:-22px;margin-bottom:0;position:relative;padding-bottom:19px!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li{width:193px!important;float:left!important;min-height:135px!important;height:160px;margin:1.66%!important;box-sizing:border-box;text-align:center;padding:10px!important;border-radius:5px;border:2px solid #c4edff;background:#fff!important;cursor:pointer}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li.active{border-color:#00acf8;box-shadow:0 3px 5px rgba(0,172,248,.2)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-img img{margin:4px 0 1px 1px;line-height:1;max-width:68px;max-height:56px;filter:grayscale(1);-webkit-filter:grayscale(1);transition:all .22s ease;-webkit-transition:all .22s ease;-moz-transition:all .22s ease;-ms-transition:all .22s ease;-o-transition:all .22s ease}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text input{display:block;margin:0 auto;margin-top:6px;border:2px solid #e1e7ed;box-shadow:0 3px 6px 0 rgba(0,0,0,.05);position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-img{padding-top:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li .mec-step-popup-skin-text input{display:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text:before{width:14px;height:14px;content:'';border-radius:50px;background:#fff;display:block;position:absolute;left:calc(50% - 7px);top:24px;z-index:99;border:2px solid #e1e7ed;box-shadow:0 3px 6px 0 rgba(0,0,0,.05)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text{position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 li.active .mec-step-popup-skin-text:before{background:#008aff;border:none;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);width:16px;height:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 li.active .mec-step-popup-skin-text:after{width:4px;height:4px;display:block;content:'';position:absolute;background:#fff;left:calc(50% - 1px);top:30px;z-index:999;border-radius:50px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 span.wn-hover-img-sh{display:block}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles{height:386px;overflow-x:hidden;padding-left:60px;padding-bottom:19px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label{width:193px!important;float:left!important;margin:1.66%!important;text-align:center}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label span{width:193px!important;float:left!important;min-height:135px!important;height:150px;box-sizing:border-box;border-radius:5px;border:2px solid #c4edff;background:#fff!important;cursor:pointer;margin-bottom:5px;margin-top:-6px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label.active span{border-color:#00acf8;box-shadow:0 3px 5px rgba(0,172,248,.2)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label div{font-size:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label.active div{color:#008aff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles input{opacity:0;display:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-steps-content.mec-steps-content-3{margin-top:-18px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 span.wn-hover-img-sh img{width:189px;height:146px;border-radius:5px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4{background:url(../../assets/img/popup/fourth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 .nice-select{border:none;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4{top:40%;position:absolute;width:330px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 h3{font-size:13px;font-weight:400;color:#707070}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div{border:2px dashed #dce2e3;border-radius:3px;padding:20px 20px 6px;background:#fcfcfc}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div label{display:block;margin-bottom:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup{box-shadow:0 3px 13px -5px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.07);clear:unset!important;-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:300px!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup:hover{border-color:#dbdbdb}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open .list{overflow:unset;width:100%;margin:0}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.disabled{border-color:#ededed;color:#999;pointer-events:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.disabled:after{border-color:#ccc}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .list:hover .option:not(:hover){background-color:transparent!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:28px!important;min-height:28px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option .wn-hover-img-sh img{position:absolute;padding:3px;top:-1px;left:100%;box-shadow:0 4px 42px -5px rgba(0,0,0,.16);visibility:hidden;opacity:0;border:1px solid #e3e3e3;border-radius:2px;z-index:99999999;background:#fff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option:hover .wn-hover-img-sh img{visibility:visible;opacity:1}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.focus,.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.selected.focus,.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option:hover{background-color:#f6f6f6}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.selected{font-weight:700}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.disabled{background-color:transparent;color:#999;cursor:default}.mec-add-shortcode-popup .no-csspointerevents .wn-mec-select-popup .list{display:none}.mec-add-shortcode-popup .no-csspointerevents .wn-mec-select-popup.open .list{display:block}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input{background:#fff;position:relative;width:24px;height:24px;border:1px solid #cacece}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input:before{disaply:none}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label.active input{background:#008aff;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);border:none}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label.active input:before{background:#fff;width:6px;height:6px;top:6px;left:6px;position:absolute}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5{background:url(../../assets/img/popup/fifth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5{width:360px;margin-top:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher label{color:#707070;font-size:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher p{color:#8a8a8a;font-style:italic;font-size:12px;margin-top:7px;margin-bottom:0}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher{padding-bottom:30px;margin-bottom:34px;border-bottom:2px dashed #dce2e3;position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher:last-of-type{padding-bottom:0;margin-bottom:0;border:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher div:last-of-type label{position:absolute;top:-4px;right:0;width:52px;height:26px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input:checked+label:after{margin-left:26px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input+label:after,.mec-add-shortcode-popup .mec-switcher input+label:before{display:block;position:absolute;top:2px;left:1px;bottom:2px;content:""}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input+label:after{width:23px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6{background:url(../../assets/img/popup/sixth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-content.mec-steps-content-6{margin-top:56px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode{width:325px;border:2px dashed #dce2e3;background:#fcfcfc;padding:42px 42px 47px;text-align:center}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode h3{font-size:16px;font-weight:400;color:#707070;margin-top:7px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code{border-radius:3px;background:rgba(154,214,222,.35);width:243px;margin:0 auto;padding:14px 17px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code code{background:0 0;color:#000;font-size:14px;font-weight:600;margin-left:-11px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button{border:none;background:#fff;border-radius:3px;padding:3px 8px 6px;margin-left:46px;cursor:pointer}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button:hover{background:#000;color:#fff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-results p{width:325px;text-align:center;font-size:12px;margin-top:5px;color:#8a8a8a}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-loading{width:325px;border:2px dashed #dce2e3;background:#fcfcfc;padding:42px 42px 47px;text-align:center;height:182px;position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-loading .mec-loader{position:absolute;left:136px;top:65px}.mec-add-event-popup button.lity-close,.mec-add-shortcode-popup button.lity-close{right:0;top:-52px;border-radius:50%;width:37px;height:37px;background:#fff;color:#a2afbc;text-shadow:none;padding-top:1px;transition:all .2s ease;position:absolute;box-shadow:0 3px 8px 0 rgba(91,188,190,.55)}.mec-add-event-popup button.lity-close:hover,.mec-add-shortcode-popup button.lity-close:hover{background:#000;color:#fff;box-shadow:0 3px 8px 0 rgba(0,0,0,.55)}.mec-skin-styles.mec-styles-full_calendar h3{padding-left:12px}.lity.mec-add-event-popup{background-color:#b7e4e3}.mec-add-event-popup .lity-container{width:930px;height:620px;max-width:unset}.mec-add-event-popup div#mec_popup_event{background:#fff;overflow:hidden;display:flex;width:100%;border-radius:10px;height:100%}.lity.mec-add-event-popup .lity-content{box-shadow:0 3px 20px 0 rgba(91,188,190,.55);border-radius:10px;height:100%}div#mec_popup_event_form{height:calc(100% - 37px)}.mec-add-event-popup .mec-steps-container ul{margin-top:42px}.mec-add-event-popup .mec-steps-container ul li:first-of-type{height:41px}.mec-add-shortcode-popup .mec-steps-container ul li:after,.mec-add-shortcode-popup .mec-steps-container ul li:before{height:24px}.mec-add-event-popup .mec-steps-container ul li:after,.mec-add-event-popup .mec-steps-container ul li:before{height:19px}.mec-add-event-popup .mec-steps-container ul li{height:60px}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup{box-shadow:0 3px 22px 0 rgba(11,121,125,.01);border:none;clear:unset!important;-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:3px;box-sizing:border-box;cursor:pointer;display:block;float:left;font-family:inherit;font-size:12px;font-weight:400;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;height:46px;margin-right:6px;padding-top:3px;color:#707070}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open{border-radius:3px 3px 0 0}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup:hover{border-color:#dbdbdb}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open .list{overflow:unset;width:100%;margin:0}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:0 0 0 0 rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9;margin-top:1px!important}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup:after{border-bottom:2px solid #00acf8;border-right:2px solid #00acf8;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:15px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.disabled{border-color:#ededed;color:#999;pointer-events:none}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.disabled:after{border-color:#ccc}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list:hover .option:not(:hover){background-color:transparent!important}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:22px!important;min-height:22px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.focus,.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.selected.focus,.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option:hover{background-color:#f6f6f6}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.selected{font-weight:700}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.disabled{background-color:transparent;color:#999;cursor:default}.mec-add-event-popup .no-csspointerevents .wn-mec-select-popup .list{display:none}.mec-add-event-popup .no-csspointerevents .wn-mec-select-popup.open .list{display:block}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1{background:url(../../assets/img/popup/add-event-first-step.png) no-repeat 100% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name{width:100%;height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name::-webkit-input-placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name:-ms-input-placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/calendar_icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1{top:210px;position:absolute;width:370px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .popup-sh-name-required{color:red;display:none;font-style:italic;font-size:12px;margin-top:8px}.mec-add-event-popup .mec-meta-box-colors-container{background:#fff;padding:17px;border-radius:3px;box-shadow:0 3px 22px rgba(11,121,125,.01);margin-top:15px}.mec-add-event-popup .wp-picker-container .wp-color-result.button{border-color:#f1f2f4;border-radius:3px;box-shadow:0 2px 2px rgba(0,0,0,.04)}.mec-add-event-popup .mec-recent-color-sec{display:block!important;font-size:12px;color:#707070}.mec-add-event-popup .mec-form-row.mec-available-color-row{border:2px dashed #dce2e3;padding:13px 20px;background:#fcfcfc;border-radius:3px}.mec-add-event-popup .wp-color-result-text{background:#f7f7f7;border-radius:unset;border-left:none;color:#555;display:block;line-height:2.54545455;padding:0 6px;text-align:center}.mec-add-event-popup .mec-form-row.mec-available-color-row .mec-color{width:12px;height:12px;position:absolute;top:-5px;left:0;z-index:99}.mec-add-event-popup span.mec-color-meta-box-popup{display:inline-block!important;width:20px;height:20px;border-radius:50px;position:absolute;top:1px;left:6px;z-index:9}.mec-add-event-popup span.mec-recent-color-sec-wrap{width:20px;height:20px;display:inline-block;margin-right:12px;margin-top:7px;margin-left:-6px;position:relative}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2{background:url(../../assets/img/popup/sixth-step.png) no-repeat 95% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4{width:auto}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/calendar_icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4 input{padding-left:36px;width:148px;padding:22px 17px 22px 34px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form select{height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#707070;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-form-row .time-dv{float:left;margin-left:-2px;margin-right:4px;margin-top:12px;color:#b1b2b4}div#mec_meta_box_date_form .mec-form-row{margin-bottom:9px}.mec-add-event-popup .mec-steps-content.mec-steps-content-2{margin-top:60px}.mec-add-event-popup .mec-steps-content.mec-steps-content-2 .mec-form-row.mec-all-day-event label{font-size:14px;color:#707070}.mec-add-event-popup .mec-steps-content.mec-steps-content-2 .mec-form-row.mec-all-day-event{margin-top:13px!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-3,.mec-add-event-popup .mec-steps-content.mec-steps-content-4{margin-top:-9px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-3{background:url(../../assets/img/popup/fifth-step.png) no-repeat 90% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-4{background:url(../../assets/img/popup/add-organizer.png) no-repeat 95% 70%}.nice-select.mec_popup_location_id.wn-mec-select-popup,.nice-select.mec_popup_organizer_id.wn-mec-select-popup{position:relative;width:166px;padding-left:36px}.nice-select.mec_popup_location_id.wn-mec-select-popup:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/pointer.png) no-repeat center center;position:absolute;top:17px;left:17px}.nice-select.mec_popup_organizer_id.wn-mec-select-popup:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/pointer.png) no-repeat center center;position:absolute;top:17px;left:17px}#mec_popup_event button#mec_popup_add_location:before,#mec_popup_event button#mec_popup_add_organizer:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content-container .nice-select.mec_popup_location_id.wn-mec-select-popup.open .list li,.mec-add-event-popup .mec-steps-content-container .nice-select.mec_popup_organizer_id.wn-mec-select-popup.open .list li{line-height:32px!important;min-height:32px!important}#mec_popup_event .mec-steps-content .mec-tooltip{bottom:8px}#mec_popup_event .mec-steps-content .mec-tooltip .dashicons-before:before{color:#008aff}#mec_popup_event button#mec_organizer_thumbnail_button,#mec_popup_event button#mec_popup_add_location,#mec_popup_event button#mec_popup_add_organizer{background:#008aff;border-radius:3px;border:none;color:#fff;width:146px;height:46px;margin-left:10px;box-shadow:0 3px 3px 0 rgba(0,138,255,.22);font-size:14px;cursor:pointer;transition:all .2s ease;outline:0;position:relative;padding-left:20px}#mec_popup_event button#mec_organizer_thumbnail_button:hover,#mec_popup_event button#mec_popup_add_location:hover,#mec_popup_event button#mec_popup_add_organizer:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}#mec_popup_event label[for=mec_location_dont_show_map]{font-size:14px;margin-left:4px;margin-top:12px!important;display:inline-block;margin-bottom:7px}#mec_popup_event input#mec_location_dont_show_map{margin-top:9px!important}#mec_popup_event div#mec_location_new_container,#mec_popup_event div#mec_organizer_new_container{border-top:2px dashed #dce2e3;width:360px;padding-top:25px;margin-top:20px}#mec_popup_event div#mec_location_new_container input,#mec_popup_event div#mec_organizer_new_container input{width:100%;height:46px;border:none;border-radius:3px;padding-left:17px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}#mec_popup_event div#mec_location_new_container .description,#mec_popup_event div#mec_organizer_new_container .description{border:none;padding:0;margin:0;margin-left:16px;line-height:19px;font-size:12px;color:#707070;font-style:normal;margin-top:-4px;display:block}#mec_popup_event .mec-form-row.mec-lat-lng-row input{width:44%!important}#mec_popup_event .mec-form-row.mec-lat-lng-row input:first-of-type{margin-right:10px}#mec_popup_event div#mec_organizer_new_container{margin-top:30px}#mec_popup_event div#mec_organizer_new_container .mec-form-row:first-of-type .mec-col-6:first-of-type{margin-right:14px!important}#mec_popup_event div#mec_organizer_new_container .mec-form-row:first-of-type .mec-col-6{width:48%;margin:0}#mec_popup_event button#mec_organizer_thumbnail_button:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/picture.png) no-repeat center center;position:absolute;top:16px;left:15px}#mec_popup_event button#mec_organizer_thumbnail_button{width:96%;padding-left:30px}.mec-add-event-popup .mec-steps-content.mec-steps-content-4 div#mec_organizer_thumbnail_img{position:absolute;right:10px;top:-20px}.mec-add-event-popup .mec-steps-content.mec-steps-content-4 div#mec_organizer_thumbnail_img img{max-width:110px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5{background:url(../../assets/img/popup/fourth-step.png) no-repeat 90% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input{height:30px;border:none;border-radius:3px;padding-left:10px;margin-left:20px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01);float:right;margin-top:-4px}.mec-add-event-popup .mec-steps-content.mec-steps-content-5{width:326px;margin-top:48px}.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li{display:inline-block;background:#fff;border:none;cursor:pointer;padding:12px 18px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;margin-right:10px;height:42px;color:#008aff;font-size:14px;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li.mec-categories-tab-selected,.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li:hover{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3)}.mec-add-event-popup .mec-categories-tab-contents{background:#fff;padding:20px;border:2px dashed #dce2e3;margin-bottom:13px;margin-top:-5px}.mec-add-event-popup .mec-categories-tab-contents ul,.mec-add-event-popup .mec-categories-tab-contents ul li:last-of-type{margin:0}.mec-add-event-popup .mec-categories-tab-contents ul li{font-size:14px;color:#707070}.mec-add-event-popup .mec-categories-tab-contents.mec-form-row input[type=checkbox]{margin-top:0}.mec-add-event-popup span#mec_popup_new_category_button{cursor:pointer;position:relative;padding-left:18px;font-size:14px}.mec-add-event-popup span#mec_popup_new_category_button:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus-blue.png) no-repeat center center;position:absolute;top:3px;left:0}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content.mec-steps-content-6.mec-steps-content-active{margin-top:-10px;height:70%}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-tinymce.mce-container.mce-panel{height:100%;border:1px solid #ececec!important;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)!important;border-radius:3px!important;overflow:hidden}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container-body.mce-stack-layout{height:100%;background:#f5f5f5}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container *{border:none!important;box-shadow:none!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item{height:90%}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last{display:none!important}.mec-add-event-popup .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item iframe{height:100%!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-7.mec-steps-content-active{height:70%;background:#fff;border:2px dashed #dce2e3;border-radius:3px;text-align:center;vertical-align:middle;margin-top:-10px;position:relative}.mec-add-event-popup .mec-event-popup-featured-image-wrapper{display:flex;justify-content:center;align-items:center;height:100%}.mec-add-event-popup button#mec_popup_upload_image_button{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3);display:inline-block;border:none;cursor:pointer;padding:12px 18px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;height:42px;font-size:14px;margin-right:0}.mec-add-event-popup div#mec_event_popup_featured_image_preview img{max-height:300px;max-width:740px;margin-top:20px;margin-bottom:0}.mec-add-event-popup button#mec_popup_upload_image_button:hover{background:#000;box-shadow:0 3px 3px 0 rgba(0,0,0,.3)}.mec-add-event-popup .mec-event-popup-featured-image-wrapper span i{border-radius:50px;color:#bb353f;right:10px;top:10px;font-size:30px;position:absolute;cursor:pointer}.mec-add-event-popup .mec-steps-content.mec-steps-content-8{height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results .mec-steps-8-results-wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-loading .mec-loader{left:calc(50% - 2.5em);top:calc(50% - 2.5em)}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results{height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view{display:inline-block;background:#fff;border:none;cursor:pointer;padding:12px 22px 12px 36px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;margin-right:10px;height:46px;font-size:14px;box-shadow:0 3px 3px 0 rgba(0,0,0,.04);text-decoration:none;color:#000;position:relative;line-height:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view:hover{background-color:#000;color:#fff}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/eye.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3);display:inline-block;border:none;cursor:pointer;padding:11px 22px 11px 36px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;height:46px;font-size:14px;margin-right:0;position:relative;line-height:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new:hover{background:#000;box-shadow:0 3px 3px 0 rgba(0,0,0,.3)}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-popup-final-buttons{margin-top:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results-wrap h3{font-size:26px;font-weight:400}.mec-go-pro-content-title{font-size:20px;font-weight:600;margin-bottom:12px}.mec-go-pro-features-wrap p{font-size:14px}.mec-go-pro-features-wrap .mec-addons-notification-box-content{width:calc(100% - 590px);display:inline-block;padding-left:20px}.mec-go-pro-features-wrap ul{float:left;width:50%;margin:0 0 12px}.mec-go-pro-features-wrap ul li{margin-bottom:1px;font-size:13px;color:#717479;padding-left:18px;position:relative}.mec-go-pro-features-wrap ul li:before{position:absolute;left:-1px;top:6px;color:#36da74;font-size:13px;font-weight:700;vertical-align:middle;font-family:simple-line-icons;border-radius:50%;padding:0;width:13px;height:13px;line-height:13px;z-index:3;background:rgba(64,241,147,.12);content:"\e080"}.mec-admin-dark-mode #mec_calendar_filter,.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left,.mec-admin-dark-mode #mec_metabox_booking,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left,.mec-admin-dark-mode #mec_metabox_details,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left,.mec-admin-dark-mode .w-box,.mec-admin-dark-mode .w-box-content pre,.mec-admin-dark-mode .w-clearfix.w-box.mec-addons-notification-box-wrap span,.mec-admin-dark-mode .w-clearfix.w-box.mec-cmsg-notification-box-wrap span,.mec-admin-dark-mode .wns-be-main,.mec-admin-dark-mode .wns-be-main .mec-container,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix .mec-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields li,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-pro-notice .info-msg,.mec-admin-dark-mode.post-type-mec-books .postbox,.mec-admin-dark-mode.post-type-mec-events #major-publishing-actions,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields li,.mec-admin-dark-mode.post-type-mec-events #post-status-info,.mec-admin-dark-mode.post-type-mec-events #screen-meta,.mec-admin-dark-mode.post-type-mec-events #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec-events .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .components-popover__content,.mec-admin-dark-mode.post-type-mec-events .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .postbox,.mec-admin-dark-mode.post-type-mec-events .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-events .wp-tab-active,.mec-admin-dark-mode.post-type-mec-events .wp-tab-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec-events ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec-events ul.category-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars #major-publishing-actions,.mec-admin-dark-mode.post-type-mec_calendars #post-status-info,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec_calendars .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .postbox,.mec-admin-dark-mode.post-type-mec_calendars .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-active,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec_calendars ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars ul.category-tabs li.tabs{background:#1f1f1f;color:#fff}.mec-admin-dark-mode .mec-form-row .mec-box,.mec-admin-dark-mode .mec-form-row input[type=checkbox],.mec-admin-dark-mode .mec-form-row ul.mec-message-categories li ul,.mec-admin-dark-mode .mec-meta-box-fields .mec-box,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-faq-accordion-trigger a{background:#282828;border-color:#353535;box-shadow:0 1px 6px -2px #000}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix .mec-form-row.mec-syn-schedule,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields,.mec-admin-dark-mode.post-type-mec-events .select2-search--dropdown,.mec-admin-dark-mode.post-type-mec_calendars .select2-search--dropdown{background:#282828;border-color:#353535}.mec-admin-dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice{color:#000}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_gateways_form li .mec-gateway-options-form,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #payment_gateways_option li .mec-gateway-options-form,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list{background:#000;box-shadow:0 2px 12px -5px #000}.mec-admin-dark-mode .extra .w-box-head,.mec-admin-dark-mode .mec-form-row ul.mec-message-categories,.mec-admin-dark-mode .mec-message-categories li.mec-acc-label,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mce-btn-group:not(:first-child),.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-search--dropdown .select2-search__field,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-custom-msg-notification-set-box.extra,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple .select2-selection__choice,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-footer,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar:before,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-core-ui .quicktags-toolbar input.button.button-small,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-books .postbox,.mec-admin-dark-mode.post-type-mec-books .postbox .hndle,.mec-admin-dark-mode.post-type-mec-books .postbox hr,.mec-admin-dark-mode.post-type-mec-events #major-publishing-actions,.mec-admin-dark-mode.post-type-mec-events #post-status-info,.mec-admin-dark-mode.post-type-mec-events #screen-meta,.mec-admin-dark-mode.post-type-mec-events #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec-events .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .components-popover__content,.mec-admin-dark-mode.post-type-mec-events .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff .stuffbox>h3,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff h2.hndle,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff h3.hndle,.mec-admin-dark-mode.post-type-mec-events .postbox,.mec-admin-dark-mode.post-type-mec-events .postbox h2,.mec-admin-dark-mode.post-type-mec-events .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .wp-editor-container,.mec-admin-dark-mode.post-type-mec-events .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-events .wp-tab-active,.mec-admin-dark-mode.post-type-mec-events .wp-tab-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec-events ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec-events ul.category-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars #major-publishing-actions,.mec-admin-dark-mode.post-type-mec_calendars #post-status-info,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec_calendars .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option,.mec-admin-dark-mode.post-type-mec_calendars .mec-sed-methods li,.mec-admin-dark-mode.post-type-mec_calendars .postbox,.mec-admin-dark-mode.post-type-mec_calendars .postbox h2,.mec-admin-dark-mode.post-type-mec_calendars .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .wp-editor-container,.mec-admin-dark-mode.post-type-mec_calendars .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-active,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec_calendars ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars ul.category-tabs li.tabs{border-color:#353535}.mec-admin-dark-mode #mec_calendar_filter .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=number],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=text],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=url],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row select,.mec-admin-dark-mode #mec_calendar_filter .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_booking .mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_booking .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=number],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=text],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=url],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row select,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode #mec_metabox_booking .mec-meta-box-fields .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_details .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=number],.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=text],.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=url],.mec-admin-dark-mode #mec_metabox_details .mec-form-row select,.mec-admin-dark-mode #mec_metabox_details .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_details .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode #mec_metabox_details .mec-meta-box-fields .mec-form-row input[type=checkbox],.mec-admin-dark-mode .mec-addon-box-version,.mec-admin-dark-mode .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode .mec-form-row input[type=number],.mec-admin-dark-mode .mec-form-row input[type=text],.mec-admin-dark-mode .mec-form-row input[type=url],.mec-admin-dark-mode .mec-form-row select,.mec-admin-dark-mode .mec-form-row textarea,.mec-admin-dark-mode .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode.m-e-calendar_page_MEC-addons,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-select-event-wrap .select2-container--default .select2-selection--single,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-sendmail-form-wrap,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-sendmail-wrap,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-send-email-form-wrap input.widefat,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-results__option--highlighted[aria-selected],.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-search--dropdown .select2-search__field,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .wp-switch-editor,.mec-admin-dark-mode.m-e-calendar_page_MEC-report div.mce-toolbar-grp,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec-invoice-custom-css,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #titlediv #title,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .quicktags-toolbar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-results__option[aria-selected],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-core-ui .quicktags-toolbar input.button.button-small,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=checkbox],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=color],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=date],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=datetime-local],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=datetime],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=email],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=month],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=number],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=password],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=radio],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=search],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=tel],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=text],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=time],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=url],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=week],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings select,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings textarea,.mec-admin-dark-mode.post-type-mec-books .wn-mec-select,.mec-admin-dark-mode.post-type-mec-books input[type=email],.mec-admin-dark-mode.post-type-mec-books input[type=number],.mec-admin-dark-mode.post-type-mec-books input[type=text],.mec-admin-dark-mode.post-type-mec-books input[type=url],.mec-admin-dark-mode.post-type-mec-books select,.mec-admin-dark-mode.post-type-mec-books textarea,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_field_types button,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields button,.mec-admin-dark-mode.post-type-mec-events #titlediv #title,.mec-admin-dark-mode.post-type-mec-events .components-form-token-field__input-container,.mec-admin-dark-mode.post-type-mec-events .components-panel__body,.mec-admin-dark-mode.post-type-mec-events .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.post-type-mec-events .mec-certain-day>div,.mec-admin-dark-mode.post-type-mec-events .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.post-type-mec-events .mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-admin-dark-mode.post-type-mec-events .mec-xi-google-import-events .mec-select-deselect-actions li,.mec-admin-dark-mode.post-type-mec-events .select2-dropdown,.mec-admin-dark-mode.post-type-mec-events .select2-results__option[aria-selected],.mec-admin-dark-mode.post-type-mec-events .wp-admin p label input[type=checkbox],.mec-admin-dark-mode.post-type-mec-events input[type=checkbox],.mec-admin-dark-mode.post-type-mec-events input[type=color],.mec-admin-dark-mode.post-type-mec-events input[type=date],.mec-admin-dark-mode.post-type-mec-events input[type=datetime-local],.mec-admin-dark-mode.post-type-mec-events input[type=datetime],.mec-admin-dark-mode.post-type-mec-events input[type=email],.mec-admin-dark-mode.post-type-mec-events input[type=month],.mec-admin-dark-mode.post-type-mec-events input[type=number],.mec-admin-dark-mode.post-type-mec-events input[type=password],.mec-admin-dark-mode.post-type-mec-events input[type=radio],.mec-admin-dark-mode.post-type-mec-events input[type=search],.mec-admin-dark-mode.post-type-mec-events input[type=tel],.mec-admin-dark-mode.post-type-mec-events input[type=text],.mec-admin-dark-mode.post-type-mec-events input[type=time],.mec-admin-dark-mode.post-type-mec-events input[type=url],.mec-admin-dark-mode.post-type-mec-events input[type=week],.mec-admin-dark-mode.post-type-mec-events select,.mec-admin-dark-mode.post-type-mec-events textarea,.mec-admin-dark-mode.post-type-mec_calendars #titlediv #title,.mec-admin-dark-mode.post-type-mec_calendars .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode.post-type-mec_calendars .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.post-type-mec_calendars .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode.post-type-mec_calendars .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.post-type-mec_calendars .select2-container--default .select2-selection--multiple .select2-selection__choice,.mec-admin-dark-mode.post-type-mec_calendars .select2-dropdown,.mec-admin-dark-mode.post-type-mec_calendars .select2-results__option[aria-selected],.mec-admin-dark-mode.post-type-mec_calendars input[type=checkbox],.mec-admin-dark-mode.post-type-mec_calendars input[type=color],.mec-admin-dark-mode.post-type-mec_calendars input[type=date],.mec-admin-dark-mode.post-type-mec_calendars input[type=datetime-local],.mec-admin-dark-mode.post-type-mec_calendars input[type=datetime],.mec-admin-dark-mode.post-type-mec_calendars input[type=email],.mec-admin-dark-mode.post-type-mec_calendars input[type=month],.mec-admin-dark-mode.post-type-mec_calendars input[type=number],.mec-admin-dark-mode.post-type-mec_calendars input[type=password],.mec-admin-dark-mode.post-type-mec_calendars input[type=radio],.mec-admin-dark-mode.post-type-mec_calendars input[type=search],.mec-admin-dark-mode.post-type-mec_calendars input[type=tel],.mec-admin-dark-mode.post-type-mec_calendars input[type=text],.mec-admin-dark-mode.post-type-mec_calendars input[type=time],.mec-admin-dark-mode.post-type-mec_calendars input[type=url],.mec-admin-dark-mode.post-type-mec_calendars input[type=week],.mec-admin-dark-mode.post-type-mec_calendars select,.mec-admin-dark-mode.post-type-mec_calendars textarea,.mec-admin-dark-mode.toplevel_page_mec-intro .w-box.mec-activation input[name=MECPurchaseCode],.mec-admin-dark-mode.toplevel_page_mec-intro .w-box.mec-activation input[type=radio]+label span,.mec-select-deselect-actions li{background:#282828;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=checkbox]:checked,.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=checkbox]:checked,.mec-admin-dark-mode .mec-custom-nice-select ul.list li .wn-mec-text:after,.mec-admin-dark-mode .mec-sed-methods li:before{box-shadow:0 1px 6px -2px #000;border-color:#353535;background:#222}.mec-admin-dark-mode .mec-switcher input+label,.mec-admin-dark-mode .mec-switcher input+label:before,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-results__option{background-color:#000}.mec-admin-dark-mode .wn-mec-select .option.focus .wn-img-sh img,.mec-admin-dark-mode .wn-mec-select .option.selected.focus .wn-img-sh img,.mec-admin-dark-mode .wn-mec-select .option:hover .wn-img-sh img{background:0 0}.mec-admin-dark-mode .ui-datepicker{background-color:#000;border:1px solid #000;box-shadow:0 0 8px rgba(33,33,33,.6)}.mec-admin-dark-mode .ui-datepicker.ui-widget td a,.mec-admin-dark-mode .w-box.upcoming-events .mec-event-article .mec-detail-button,.mec-admin-dark-mode.post-type-mec-events,.mec-admin-dark-mode.post-type-mec-events .postbox h2,.mec-admin-dark-mode.post-type-mec_calendars .postbox h2{color:#d2d2d2;background:#282828}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul *{background:#282828}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul>ul>li,.mec-admin-dark-mode #mec_styles_form #mec_styles_CSS,.mec-admin-dark-mode .mec-message-categories li.mec-acc-label,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields{background:#000}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul>ul>li:hover,.mec-admin-dark-mode .mec-active,.mec-admin-dark-mode.post-type-mec-events .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#888!important}.mec-admin-dark-mode.post-type-mec_calendars .mec-calendar-metabox .wn-mec-select .list{border-radius:0 0 2px 2px;box-shadow:0 0 0 1px #353535,0 2px 6px rgba(0,0,0,.07)}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .ui-sortable-handle,.mec-admin-dark-mode #mec_gateways_form li .mec-gateway-options-form,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .ui-sortable-handle,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_metabox_details .ui-sortable-handle,.mec-admin-dark-mode #payment_gateways_option li .mec-gateway-options-form,.mec-admin-dark-mode .mec-meta-box-fields h4{border-color:#000!important}.mec-admin-dark-mode .wns-be-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content,.mec-admin-dark-mode.post-type-mec-events #wp-content-editor-tools,.mec-admin-dark-mode.post-type-mec_calendars,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .list{background-color:#282828;border-color:#353535}.mec-admin-dark-mode .mec-intro-section-ifarme iframe,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container *,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container *{background:#1f1f1f!important;border-color:#353535!important}.mec-admin-dark-mode .block-editor-block-types-list__item-icon,.mec-admin-dark-mode .block-editor-block-types-list__item-title,.mec-admin-dark-mode .w-box.upcoming-events .mec-event-article h4.mec-event-title,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-selection--single .select2-selection__rendered,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .about-wrap h3,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container .fserv-form-name,.mec-admin-dark-mode.toplevel_page_mec-intro .about-wrap h3,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container .fserv-form-name{color:#d2d2d2!important}.mec-admin-dark-mode .wns-be-sidebar li a:hover,.mec-admin-dark-mode .wns-be-sidebar li:hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option:hover{background:#000;color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar li a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h2,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h3,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h4,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head span,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-faq-accordion-trigger a,.mec-admin-dark-mode.post-type-mec-books .postbox h1,.mec-admin-dark-mode.post-type-mec-books .postbox h2,.mec-admin-dark-mode.post-type-mec-books .postbox h3,.mec-admin-dark-mode.post-type-mec-events .components-panel__body-toggle.components-button,.mec-admin-dark-mode.post-type-mec-events .wrap h1.wp-heading-inline,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option .wn-mec-text{color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a:hover{background:#282828;background:linear-gradient(95deg,#282828 0,#222 50%,#282828 100%);color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar li.active ul.subsection{background:#282828;border-bottom:1px solid #353535}.mec-admin-dark-mode .wns-be-sidebar li .subsection a{background:#282828;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 46px}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main{box-shadow:0 2px 12px -5px #000}.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h4,.mec-admin-dark-mode .wns-be-sidebar .mec-settings-menu .mec-settings-submenu a,.mec-admin-dark-mode li.wns-be-group-menu-li.mec-settings-menu .mec-settings-submenu,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option.focus,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option.selected.focus,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option:hover{background:#000;color:#d2d2d2;border-color:#353535}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option{background:#000!important;color:#fff!important}.mec-admin-dark-mode.m-e-calendar_page_MEC-addons,.mec-admin-dark-mode.m-e-calendar_page_MEC-addons .about-wrap h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-report,.mec-admin-dark-mode.m-e-calendar_page_MEC-report h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings div.mce-panel,.mec-admin-dark-mode.m-e-calendar_page_MEC-support,.mec-admin-dark-mode.m-e-calendar_page_MEC-support h1,.mec-admin-dark-mode.post-type-mec-books,.mec-admin-dark-mode.post-type-mec-books h1,.mec-admin-dark-mode.post-type-mec_calendars,.mec-admin-dark-mode.post-type-mec_calendars .wrap h1.wp-heading-inline,.mec-admin-dark-mode.toplevel_page_mec-intro,.mec-admin-dark-mode.toplevel_page_mec-intro .about-wrap h1{background:#282828!important;color:#d2d2d2}.mec-admin-dark-mode.m-e-calendar_page_MEC-report .w-theme-version,.mec-admin-dark-mode.toplevel_page_mec-intro .w-theme-version{box-shadow:0 3px 30px -4px #000;background:#000;background:linear-gradient(95deg,#000 0,#282828 50%,#1f1f1f 100%)}.mec-admin-dark-mode .mec-sed-methods li.active,.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h2,.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h4,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap .nav-tab-wrapper .nav-tab,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap h2.nav-tab-wrapper,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple .select2-selection__choice{color:#d2d2d2;background:#000}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li a:hover{color:#008aff}.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap .nav-tab-wrapper .nav-tab-active{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%)}.mec-admin-dark-mode .wns-be-container #wns-be-infobar:before{content:"";width:261px;height:78px;display:block;position:absolute;left:0;top:0;background:#1f1f1f url(../img/webnus-logo2.png) no-repeat center;border-bottom:1px solid #dedede;background-size:220px;z-index:997}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-footer,.mec-admin-dark-mode.post-type-mec-books #titlediv #title,.mec-admin-dark-mode.post-type-mec-books .postbox h1{background:#1f1f1f!important}.mec-admin-dark-mode .mec-settings-menu .mec-settings-submenu:after,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:#353535}.mec-admin-dark-mode .mec-switcher input:checked+label:before{background-color:#000;background:linear-gradient(95deg,#1f1f1f 0,#222 50%,#000 100%)}.mec-admin-dark-mode .mec-switcher input:checked+label{box-shadow:0 3px 11px -7px #000}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup,.mec-admin-dark-mode .lity.mec-add-event-popup,.mec-admin-dark-mode .lity.mec-add-shortcode-popup,.mec-admin-dark-mode .mec-add-shortcode-popup div#mec_popup_shortcode{background:#282828}.mec-admin-dark-mode .lity.mec-add-event-popup .lity-content,.mec-admin-dark-mode .lity.mec-add-shortcode-popup .lity-content{box-shadow:0 3px 20px 0 rgba(0,0,0,.55)}.mec-admin-dark-mode .mec-add-event-popup .mec-meta-box-colors-container,.mec-admin-dark-mode .mec-steps-container,.mec-admin-dark-mode .mec-steps-header{background:#000}.mec-admin-dark-mode .mec-add-event-popup div#mec_popup_event,.mec-admin-dark-mode .mec-steps-panel{background:#1f1f1f}.mec-admin-dark-mode button.lity-close{background:#000;box-shadow:0 3px 8px 0 rgba(0,0,0,.55)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li{border:2px solid #282828;background:#000!important}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text:before,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input{background:#282828;border-color:#1f1f1f;box-shadow:0 3px 6px 0 rgba(0,0,0,.05)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li.active{box-shadow:0 3px 5px rgba(0,0,0,.2)}.mec-admin-dark-mode .nicescroll-cursors{background-color:#000!important}.mec-admin-dark-mode .mec-add-event-popup .mec-categories-tab-contents,.mec-admin-dark-mode .mec-add-event-popup .mec-form-row.mec-available-color-row,.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content.mec-steps-content-7.mec-steps-content-active,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode{border-color:#282828;background:#000}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code{background:rgba(266,266,266,.35)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code code,.mec-admin-dark-mode .mec-steps-content h3{color:#d2d2d2}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button{margin-left:unset}.mec-admin-dark-mode .wp-picker-container .wp-color-result.button{background:inherit}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container-body.mce-stack-layout{background:#000;border-color:#000!important}.mec-admin-dark-mode .attachments-browser .media-toolbar,.mec-admin-dark-mode .media-frame-content,.mec-admin-dark-mode .media-modal-content,.mec-admin-dark-mode .media-modal-content h1,.mec-admin-dark-mode .media-modal-content h2,.mec-admin-dark-mode .media-modal-content p,.mec-admin-dark-mode .media-sidebar{background:#000;color:#d2d2d2!important;border-color:#282828}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup{background-color:#000;border-color:#282828}.mec-admin-dark-mode.post-type-mec-books table.widefat,.mec-admin-dark-mode.post-type-mec_calendars table.widefat,.post-type-mec-events.mec-admin-dark-mode table.widefat{background:#1f1f1f;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode.post-type-mec-books .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-books ul.striped>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-events .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-events ul.striped>:nth-child(odd),.mec-admin-dark-mode.post-type-mec_calendars .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec_calendars ul.striped>:nth-child(odd){background:#282828;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode.post-type-mec-books .widefat td,.mec-admin-dark-mode.post-type-mec-books .widefat th,.mec-admin-dark-mode.post-type-mec-events .widefat td,.mec-admin-dark-mode.post-type-mec-events .widefat th,.mec-admin-dark-mode.post-type-mec_calendars .widefat td,.mec-admin-dark-mode.post-type-mec_calendars .widefat th{border-color:#000;color:#d2d2d2}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings ul#adminmenu>li.current>a.current:after,.mec-admin-dark-mode.post-type-mec-events ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.post-type-mec-events ul#adminmenu>li.current>a.current:after,.mec-admin-dark-mode.post-type-mec_calendars ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.post-type-mec_calendars ul#adminmenu>li.current>a.current:after{border-right-color:#1f1f1f}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button-secondary,.mec-admin-dark-mode.post-type-mec-events .button,.mec-admin-dark-mode.post-type-mec-events .button-secondary,.mec-admin-dark-mode.post-type-mec-events .wp-heading-inline+.page-title-action,.mec-admin-dark-mode.post-type-mec_calendars .button,.mec-admin-dark-mode.post-type-mec_calendars .wp-heading-inline+.page-title-action{color:#d2d2d2!important;border-color:#353535!important;background:#0000!important}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button-secondary:hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button.hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button:hover,.mec-admin-dark-mode.post-type-mec-events .button-secondary:hover,.mec-admin-dark-mode.post-type-mec-events .button.hover,.mec-admin-dark-mode.post-type-mec-events .button:hover,.mec-admin-dark-mode.post-type-mec_calendars .button-secondary:hover,.mec-admin-dark-mode.post-type-mec_calendars .button.hover,.mec-admin-dark-mode.post-type-mec_calendars .button:hover{background:#000!important;border-color:#333!important;color:#fff!important}.mec-admin-dark-mode.post-type-mec-events .mec-form-row .button:not(.wp-color-result){height:37px;margin-top:1px;box-shadow:inset 0 2px 4px #282828,inset 0 -2px 4px rgba(0,0,0,.05),0 2px 2px rgba(0,0,0,.06)}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-color-result-text,.mec-admin-dark-mode.post-type-mec-events .wp-color-result-text{border-left:1px solid #353535;color:#d2d2d2;background:#000}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec-search-settings{color:#d2d2d2;background:#282828}.mec-admin-dark-mode.post-type-mec_calendars .mec-switcher input+label:after,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option .wn-hover-img-sh img{background:#282828}.mec-metabox-head-version img,.mec-metabox-head-version p{float:left}.mec-metabox-head-version a{float:right}.mec-metabox-head-version p{margin-top:3px;margin-left:5px;margin-bottom:34px}h3.mec-metabox-feed-head{border-top:1px solid #ccc}div#mec_widget_news_features .inside{padding:0}.mec-metabox-head-wrap{padding:0 12px}#dashboard-widgets h3.mec-metabox-feed-head{padding:8px 12px;border-top:1px solid #eee;border-bottom:1px solid #eee;font-weight:700}.mec-metabox-feed-content{padding:0 12px}.mec-metabox-feed-content ul li a{font-weight:600;display:block}.mec-metabox-feed-content ul li p{margin:3px 0 24px}.mec-metabox-footer a span{font-size:17px;vertical-align:middle;margin-left:2px}.mec-metabox-footer a{text-decoration:none;border-right:1px solid #eee;padding-right:10px;margin-right:12px}.mec-metabox-footer{padding:11px 12px 10px;border-top:1px solid #eee}.mec-metabox-footer a:last-of-type{border:none}.mec-metabox-upcoming-wrap h3{border-top:none!important;padding-top:13px!important}.mec-metabox-head-wrap{box-shadow:0 5px 8px rgba(0,0,0,.05)}.mec-metabox-upcoming-wrap ul li span{float:left}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event{float:left;margin-left:10px}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event-date{float:right}.mec-metabox-upcoming-wrap ul{padding:0 12px;background:#f7f7f7;margin:0}.mec-metabox-upcoming-wrap ul li{border-bottom:1px solid #eee;padding:14px 0;margin-bottom:0}.mec-metabox-upcoming-wrap ul li:last-of-type{border:none}.mec-metabox-upcoming-wrap h3{margin-bottom:0!important}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event a{font-weight:600}.mec-metabox-head-version a span{vertical-align:middle}.mec-metabox-head-version a{padding-left:6px!important}div#mec-schema .mec-form-row label{display:inline-block;width:111px}.event-status-schema{background:#f7f7f7;padding:20px;margin-bottom:15px;border-radius:3px}div#mec_cancelled_reason_wrapper label{width:166px!important}.mec-fluent-hidden{display:none}
2
  * Bootstrap v3.3.7 (http://getbootstrap.com)
3
  * Copyright 2011-2016 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */#webnus-dashboard button,#webnus-dashboard input,#webnus-dashboard select,#webnus-dashboard textarea{font-family:inherit;font-size:inherit;line-height:inherit}#webnus-dashboard a{color:#337ab7;text-decoration:none}#webnus-dashboard a:focus,#webnus-dashboard a:hover{color:#23527c}#webnus-dashboard a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}#webnus-dashboard figure{margin:0}#webnus-dashboard img{vertical-align:middle}.w-img-responsive{display:block;max-width:100%;height:auto}.w-img-rounded{border-radius:6px}.w-img-thumbnail{padding:4px;line-height:1w-42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0w-2s ease-in-out;-o-transition:all 0w-2s ease-in-out;transition:all 0w-2s ease-in-out;display:inline-block;max-width:100%;height:auto}.w-img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.w-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.w-sr-only-focusable:active,.w-sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.w-container,.w-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}[role=button]{cursor:pointer}@media (min-width:768px){.w-container{width:750px}}@media (min-width:992px){.w-container{width:970px}}@media (min-width:1200px){.w-container{width:1170px}}.w-row{margin-left:-15px;margin-right:-15px}.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9,.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9,.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9,.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{float:left}.w-col-xs-12{width:100%}.w-col-xs-11{width:91.66666667%}.w-col-xs-10{width:83.33333333%}.w-col-xs-9{width:75%}.w-col-xs-8{width:66.66666667%}.w-col-xs-7{width:58.33333333%}.w-col-xs-6{width:50%}.w-col-xs-5{width:41.66666667%}.w-col-xs-4{width:33.33333333%}.w-col-xs-3{width:25%}.w-col-xs-2{width:16.66666667%}.w-col-xs-1{width:8w-33333333%}.w-col-xs-pull-12{right:100%}.w-col-xs-pull-11{right:91.66666667%}.w-col-xs-pull-10{right:83.33333333%}.w-col-xs-pull-9{right:75%}.w-col-xs-pull-8{right:66.66666667%}.w-col-xs-pull-7{right:58.33333333%}.w-col-xs-pull-6{right:50%}.w-col-xs-pull-5{right:41.66666667%}.w-col-xs-pull-4{right:33.33333333%}.w-col-xs-pull-3{right:25%}.w-col-xs-pull-2{right:16.66666667%}.w-col-xs-pull-1{right:8w-33333333%}.w-col-xs-pull-0{right:auto}.w-col-xs-push-12{left:100%}.w-col-xs-push-11{left:91.66666667%}.w-col-xs-push-10{left:83.33333333%}.w-col-xs-push-9{left:75%}.w-col-xs-push-8{left:66.66666667%}.w-col-xs-push-7{left:58.33333333%}.w-col-xs-push-6{left:50%}.w-col-xs-push-5{left:41.66666667%}.w-col-xs-push-4{left:33.33333333%}.w-col-xs-push-3{left:25%}.w-col-xs-push-2{left:16.66666667%}.w-col-xs-push-1{left:8w-33333333%}.w-col-xs-push-0{left:auto}.w-col-xs-offset-12{margin-left:100%}.w-col-xs-offset-11{margin-left:91.66666667%}.w-col-xs-offset-10{margin-left:83.33333333%}.w-col-xs-offset-9{margin-left:75%}.w-col-xs-offset-8{margin-left:66.66666667%}.w-col-xs-offset-7{margin-left:58.33333333%}.w-col-xs-offset-6{margin-left:50%}.w-col-xs-offset-5{margin-left:41.66666667%}.w-col-xs-offset-4{margin-left:33.33333333%}.w-col-xs-offset-3{margin-left:25%}.w-col-xs-offset-2{margin-left:16.66666667%}.w-col-xs-offset-1{margin-left:8w-33333333%}.w-col-xs-offset-0{margin-left:0}@media (min-width:768px){.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9{float:left}.w-col-sm-12{width:100%}.w-col-sm-11{width:91.66666667%}.w-col-sm-10{width:83.33333333%}.w-col-sm-9{width:75%}.w-col-sm-8{width:66.66666667%}.w-col-sm-7{width:58.33333333%}.w-col-sm-6{width:50%}.w-col-sm-5{width:41.66666667%}.w-col-sm-4{width:33.33333333%}.w-col-sm-3{width:25%}.w-col-sm-2{width:16.66666667%}.w-col-sm-1{width:8w-33333333%}.w-col-sm-pull-12{right:100%}.w-col-sm-pull-11{right:91.66666667%}.w-col-sm-pull-10{right:83.33333333%}.w-col-sm-pull-9{right:75%}.w-col-sm-pull-8{right:66.66666667%}.w-col-sm-pull-7{right:58.33333333%}.w-col-sm-pull-6{right:50%}.w-col-sm-pull-5{right:41.66666667%}.w-col-sm-pull-4{right:33.33333333%}.w-col-sm-pull-3{right:25%}.w-col-sm-pull-2{right:16.66666667%}.w-col-sm-pull-1{right:8w-33333333%}.w-col-sm-pull-0{right:auto}.w-col-sm-push-12{left:100%}.w-col-sm-push-11{left:91.66666667%}.w-col-sm-push-10{left:83.33333333%}.w-col-sm-push-9{left:75%}.w-col-sm-push-8{left:66.66666667%}.w-col-sm-push-7{left:58.33333333%}.w-col-sm-push-6{left:50%}.w-col-sm-push-5{left:41.66666667%}.w-col-sm-push-4{left:33.33333333%}.w-col-sm-push-3{left:25%}.w-col-sm-push-2{left:16.66666667%}.w-col-sm-push-1{left:8w-33333333%}.w-col-sm-push-0{left:auto}.w-col-sm-offset-12{margin-left:100%}.w-col-sm-offset-11{margin-left:91.66666667%}.w-col-sm-offset-10{margin-left:83.33333333%}.w-col-sm-offset-9{margin-left:75%}.w-col-sm-offset-8{margin-left:66.66666667%}.w-col-sm-offset-7{margin-left:58.33333333%}.w-col-sm-offset-6{margin-left:50%}.w-col-sm-offset-5{margin-left:41.66666667%}.w-col-sm-offset-4{margin-left:33.33333333%}.w-col-sm-offset-3{margin-left:25%}.w-col-sm-offset-2{margin-left:16.66666667%}.w-col-sm-offset-1{margin-left:8w-33333333%}.w-col-sm-offset-0{margin-left:0}}@media (min-width:992px){.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9{float:left}.w-col-md-12{width:100%}.w-col-md-11{width:91.66666667%}.w-col-md-10{width:83.33333333%}.w-col-md-9{width:75%}.w-col-md-8{width:66.66666667%}.w-col-md-7{width:58.33333333%}.w-col-md-6{width:50%}.w-col-md-5{width:41.66666667%}.w-col-md-4{width:33.33333333%}.w-col-md-3{width:25%}.w-col-md-2{width:16.66666667%}.w-col-md-1{width:8w-33333333%}.w-col-md-pull-12{right:100%}.w-col-md-pull-11{right:91.66666667%}.w-col-md-pull-10{right:83.33333333%}.w-col-md-pull-9{right:75%}.w-col-md-pull-8{right:66.66666667%}.w-col-md-pull-7{right:58.33333333%}.w-col-md-pull-6{right:50%}.w-col-md-pull-5{right:41.66666667%}.w-col-md-pull-4{right:33.33333333%}.w-col-md-pull-3{right:25%}.w-col-md-pull-2{right:16.66666667%}.w-col-md-pull-1{right:8w-33333333%}.w-col-md-pull-0{right:auto}.w-col-md-push-12{left:100%}.w-col-md-push-11{left:91.66666667%}.w-col-md-push-10{left:83.33333333%}.w-col-md-push-9{left:75%}.w-col-md-push-8{left:66.66666667%}.w-col-md-push-7{left:58.33333333%}.w-col-md-push-6{left:50%}.w-col-md-push-5{left:41.66666667%}.w-col-md-push-4{left:33.33333333%}.w-col-md-push-3{left:25%}.w-col-md-push-2{left:16.66666667%}.w-col-md-push-1{left:8w-33333333%}.w-col-md-push-0{left:auto}.w-col-md-offset-12{margin-left:100%}.w-col-md-offset-11{margin-left:91.66666667%}.w-col-md-offset-10{margin-left:83.33333333%}.w-col-md-offset-9{margin-left:75%}.w-col-md-offset-8{margin-left:66.66666667%}.w-col-md-offset-7{margin-left:58.33333333%}.w-col-md-offset-6{margin-left:50%}.w-col-md-offset-5{margin-left:41.66666667%}.w-col-md-offset-4{margin-left:33.33333333%}.w-col-md-offset-3{margin-left:25%}.w-col-md-offset-2{margin-left:16.66666667%}.w-col-md-offset-1{margin-left:8w-33333333%}.w-col-md-offset-0{margin-left:0}}@media (min-width:1200px){.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9{float:left}.w-col-lg-12{width:100%}.w-col-lg-11{width:91.66666667%}.w-col-lg-10{width:83.33333333%}.w-col-lg-9{width:75%}.w-col-lg-8{width:66.66666667%}.w-col-lg-7{width:58.33333333%}.w-col-lg-6{width:50%}.w-col-lg-5{width:41.66666667%}.w-col-lg-4{width:33.33333333%}.w-col-lg-3{width:25%}.w-col-lg-2{width:16.66666667%}.w-col-lg-1{width:8w-33333333%}.w-col-lg-pull-12{right:100%}.w-col-lg-pull-11{right:91.66666667%}.w-col-lg-pull-10{right:83.33333333%}.w-col-lg-pull-9{right:75%}.w-col-lg-pull-8{right:66.66666667%}.w-col-lg-pull-7{right:58.33333333%}.w-col-lg-pull-6{right:50%}.w-col-lg-pull-5{right:41.66666667%}.w-col-lg-pull-4{right:33.33333333%}.w-col-lg-pull-3{right:25%}.w-col-lg-pull-2{right:16.66666667%}.w-col-lg-pull-1{right:8w-33333333%}.w-col-lg-pull-0{right:auto}.w-col-lg-push-12{left:100%}.w-col-lg-push-11{left:91.66666667%}.w-col-lg-push-10{left:83.33333333%}.w-col-lg-push-9{left:75%}.w-col-lg-push-8{left:66.66666667%}.w-col-lg-push-7{left:58.33333333%}.w-col-lg-push-6{left:50%}.w-col-lg-push-5{left:41.66666667%}.w-col-lg-push-4{left:33.33333333%}.w-col-lg-push-3{left:25%}.w-col-lg-push-2{left:16.66666667%}.w-col-lg-push-1{left:8w-33333333%}.w-col-lg-push-0{left:auto}.w-col-lg-offset-12{margin-left:100%}.w-col-lg-offset-11{margin-left:91.66666667%}.w-col-lg-offset-10{margin-left:83.33333333%}.w-col-lg-offset-9{margin-left:75%}.w-col-lg-offset-8{margin-left:66.66666667%}.w-col-lg-offset-7{margin-left:58.33333333%}.w-col-lg-offset-6{margin-left:50%}.w-col-lg-offset-5{margin-left:41.66666667%}.w-col-lg-offset-4{margin-left:33.33333333%}.w-col-lg-offset-3{margin-left:25%}.w-col-lg-offset-2{margin-left:16.66666667%}.w-col-lg-offset-1{margin-left:8w-33333333%}.w-col-lg-offset-0{margin-left:0}}.w-clearfix:after,.w-clearfix:before,.w-container-fluid:after,.w-container-fluid:before,.w-container:after,.w-container:before,.w-row:after,.w-row:before{content:" ";display:table}.w-clearfix:after,.w-container-fluid:after,.w-container:after,.w-row:after{clear:both}.w-center-block{display:block;margin-left:auto;margin-right:auto}.w-pull-right{float:right!important}.w-pull-left{float:left!important}.w-hide{display:none!important}.w-show{display:block!important}.w-invisible{visibility:hidden}.w-text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.w-hidden{display:none!important}.w-affix{position:fixed}.mec-image-popup-wrap{display:none}#wns-be-infobar.sticky{position:fixed;top:32px;background:#fff;z-index:9999;width:82%}.wns-be-main .wns-saved-settings.sticky{position:fixed;width:62.5%;top:111px;z-index:999999999999999999}.mec-export-settings,.mec-import-settings{font-weight:700;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:8px 32px;height:36px;letter-spacing:.2px;line-height:36px;font-size:13px;color:#fff;text-decoration:none;display:inline-block}.mec-export-settings:hover,.mec-import-settings:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);color:#fff}textarea.mec-import-settings-content{display:block;width:100%;min-height:120px;margin-bottom:25px;padding:10px 15px}.mec-import-options-notification{display:inline-block}.mec-import-options-notification .mec-message-import-error,.mec-import-options-notification .mec-message-import-success{display:inline-block;padding:15px 12px;margin-left:12px;opacity:0;visibility:hidden;font-weight:700}.mec-import-options-notification .mec-message-import-success{opacity:1;visibility:visible;border:2px solid green}.mec-import-options-notification .mec-message-import-error{opacity:1;visibility:visible;border:2px solid #e62117}.mec-export-settings:focus,.mec-import-settings:focus{color:#fff}.mec-import-settings-wrap{position:relative}.mec-loarder-wrap{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(202,202,202,.7);z-index:9999}.mec-loarder-wrap.mec-settings-loader{top:34px}.mec-loarder{position:absolute;width:64px;height:64px;top:calc(50% - 32px);left:calc(50% - 36px)}.mec-loarder div{display:inline-block;position:absolute;left:6px;width:4px;background:#fff;animation:mec-loarder 1.2s cubic-bezier(0,.5,.5,1) infinite}.mec-loarder div:nth-child(1){left:27px;animation-delay:-.24s;background:#0075ff}.mec-loarder div:nth-child(2){left:36px;animation-delay:-.12s;background:#028bff}.mec-loarder div:nth-child(3){left:45px;animation-delay:0;background:#32a0ff}@keyframes mec-loarder{0%{top:6px;height:51px}100%,50%{top:19px;height:26px}}.w-box.support-page.searchbox{background:#008aff;background:linear-gradient(180deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;min-height:260px;text-align:center;border-radius:2px}#webnus-dashboard .search-form input{background:rgba(255,255,255,.2);border:none;width:50%;outline:0;color:rgba(255,255,255,.7);font-size:18px;border-radius:4px 0 0 4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.03);-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s;padding:20px 32px;margin:0}#webnus-dashboard .search-form button{background:rgba(255,255,255,.2);border:none;padding:20px 32px;margin-left:-2px;color:#fff;border-radius:0 4px 4px 0;font-size:18px;cursor:pointer;-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s}#webnus-dashboard .search-form button:hover{background:#fff;color:#3a3c4c}.w-box.support-page.searchbox p{font-size:30px}.search-form input::-webkit-input-placeholder{color:rgba(255,255,255,.7)}.search-form input::-moz-placeholder{color:rgba(255,255,255,.7)}.search-form input:-ms-input-placeholder{color:rgba(255,255,255,.7)}.search-form input:-moz-placeholder{color:rgba(255,255,255,.7)}#webnus-dashboard .search-form input:active,#webnus-dashboard .search-form input:focus{box-shadow:0 10px 20px rgba(0,0,0,.14);background:#fff;color:#3a3c4c}#webnus-dashboard .search-form input:active::-webkit-input-placeholder,#webnus-dashboard .search-form input:focus::-webkit-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active::-moz-placeholder,#webnus-dashboard .search-form input:focus::-moz-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-ms-input-placeholder,#webnus-dashboard .search-form input:focus:-ms-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-moz-placeholder,#webnus-dashboard .search-form input:focus:-moz-placeholder{color:#3a3c4c}#webnus-dashboard .w-box.support-page.mec-ticksy{text-align:center;min-height:260px}#webnus-dashboard .w-box.support-page.mec-ticksy p{font-size:20px;width:70%;margin:0 auto;margin-bottom:40px;margin-top:40px}#webnus-dashboard .support-box a,#webnus-dashboard .w-box.support-page.mec-ticksy a{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:12px 20px;cursor:pointer;margin-bottom:40px;display:inline-block}#webnus-dashboard .support-box a:hover,#webnus-dashboard .w-box.support-page.mec-ticksy a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#webnus-dashboard .support-box a{margin:40px 4px 0 4px}.mec-faq-accordion>.mec-faq-accordion-content{display:none}#webnus-dashboard .mec-faq-accordion-trigger a{font-size:16px;padding:12px;background:#f1f1f1;display:block;color:#222;line-height:17px;outline:0}.mec-faq-accordion-trigger{margin-bottom:5px;position:relative}#webnus-dashboard .mec-faq-accordion-trigger a:after{font-family:simple-line-icons;content:"\e095";position:absolute;right:12px;font-weight:700}.mec-faq-accordion-content{padding:5px 14px 25px}#webnus-dashboard .mec-faq-accordion-trigger a.active:after{content:"\e082"}#webnus-dashboard .support-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}#webnus-dashboard .support-page-links a:hover,#webnus-dashboard .w-box.support-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .support-page-links{display:inline-block;margin:12px 4px 16px 0}.support-page-links.link-to-doc a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.support-page-links.link-to-videos a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}.support-page-links.link-to-articles a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}.w-box.support-page.articles-box .w-box-content a{display:block;padding:6px 0}#webnus-dashboard .w-box.support-page.videobox .w-button a{color:#fff;font-size:10px;padding:5px 15px;min-height:10px;font-weight:500;border-radius:22px;box-shadow:0 3px 10px -4px #ff5a35;text-shadow:none;background:#ff5a35;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);border:none;transition:.24s}.w-box.support-page.articles-box,.w-box.support-page.faq-box{min-height:500px}.w-box.support-page.videobox{border-radius:2px;min-height:282px;box-shadow:0 1px 6px rgba(0,0,0,.039)!important}#webnus-dashboard .w-box.support-page.videobox .w-button a i{margin-right:6px}.support-page .w-box-content ul{margin-top:5px;padding-left:5px}.support-page .w-box-content ul li{font-size:13px}.support-page .w-box-content ul li i{font-size:17px;vertical-align:text-bottom;margin-right:7px;color:#999}.w-box.mec-activation{background:#fff url(../img/dp-dsb-support.jpg) no-repeat top right}.w-box.mec-activation .w-box-head{color:#40d8f0;width:75%}.w-box.mec-activation .w-box-content{padding:10px 30px}.w-box.mec-activation input[type=radio]{display:none}.w-box.mec-activation input[type=radio]+label{color:#000;font-size:13px;line-height:14px!important;color:#7b7b7b}.w-box.mec-activation input[type=radio].checked+label{color:#40d8f0}.w-box.mec-activation input[type=radio]+label span{display:inline-block;margin:-2px 6px 0 0;vertical-align:middle;cursor:pointer;height:14px;width:14px;text-align:center;background-color:#fff;border:1px solid #d4d4d4;border-radius:100%;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.w-box.mec-activation input[type=radio].checked+label span{background-color:#40d8f0;border-color:#40d8f0;box-shadow:0 2px 14px -3px #40d8f0}.w-box.mec-activation input[type=radio].checked+label span:after{content:'';display:block;position:absolute;top:4px;left:4px;width:4px;height:4px;background:#fff;border-radius:100%}.w-box.mec-activation .LicenseType label{padding-right:20px;font-weight:500}.w-box.mec-activation .LicenseField{display:inline-block;position:relative;margin-top:20px}.w-box.mec-activation input[name=MECPurchaseCode]{box-shadow:inset 0 1px 2px rgba(0,0,0,.07);min-width:220px;background:#f4f4f4;border:none;border-radius:33px;width:500px;min-height:50px;margin:0;padding-left:20px;text-align:left}#webnus-dashboard .w-box.mec-activation input[type=submit]{height:40px;line-height:40px;font-weight:600;border:none;cursor:pointer;padding:0 30px;border-radius:33px;color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:12px;background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67;transition:all .28s ease;position:absolute;right:5px;top:4px;font-size:12px}#webnus-dashboard .w-box.mec-activation input[type=submit]:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#MECActivation .MECPurchaseStatus,.addon-activation-form .MECPurchaseStatus{display:inline-block;width:40px;height:40px;text-align:center;padding-top:9px;color:#fff;font-weight:700;font-size:18px;border-radius:50%;padding-top:8px;position:absolute;right:-51px;top:calc(50% - 20px)}.MECPurchaseStatus:after,.MECPurchaseStatus:before{position:absolute;border-radius:50px;background:#fff;content:'';transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:before{width:22px;height:4px;right:9px;top:18px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:after{width:22px;height:4px;right:9px;top:18px;transform:rotate(-45deg)}.MECPurchaseStatus.PurchaseSuccess:before{width:13px;height:4px;right:19px;top:21px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseSuccess:after{width:22px;height:4px;right:5px;top:18px;transform:rotate(-45deg)}#MECActivation .MECPurchaseStatus.PurchaseError,.addon-activation-form .MECPurchaseStatus.PurchaseError{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}#MECActivation .MECPurchaseStatus.PurchaseSuccess,.addon-activation-form .MECPurchaseStatus.PurchaseSuccess{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.wna-spinner-wrap{position:absolute;background:#000;width:509px;height:64px;top:-8px;border-radius:50px;z-index:999;background-color:#fff;opacity:.9}.wna-spinner{width:40px;height:40px;position:relative;margin:6px auto}.wna-spinner .double-bounce1,.wna-spinner .double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#40d8f0;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.wna-spinner .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}#MECActivation .MECLicenseMessage,.addon-activation-form .MECLicenseMessage{margin-top:24px;color:#f64;max-width:570px}.box-addon-activation-toggle-content,.box-addon-activation-toggle-head{display:none}.addon-activation-form h3{font-size:15px;font-weight:400;margin:34px 0 -7px}.box-addon-activation-toggle-head{line-height:1.5;font-size:16px;margin-top:20px;cursor:pointer}.box-addon-activation-toggle-head i{margin-right:7px;cursor:pointer;font-weight:700}#mec-advanced-wraper div:first-child>ul{display:block;margin:5px 0;padding:5px 0;width:390px;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}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.w-col-sm-3 .w-box.addon{min-height:auto;box-shadow:0 3px 16px -5px rgba(0,0,0,.1);border-radius:2px}.w-box-child.mec-addon-box{padding:20px 20px}.mec-addon-box-head{border-bottom:1px solid #e8e8e8;padding-bottom:5px;margin-bottom:14px;position:relative}.mec-addon-box-version{position:relative;background:#eaeaea;border-radius:1px;padding:0 8px;color:#5a5a5a;font-size:11px;letter-spacing:.2px;line-height:21px;display:inline-block;margin:10px 0}.mec-addon-box-head img{display:block;width:60px;height:60px;margin-bottom:10px}.mec-addon-box-title{font-weight:600;font-size:17px;line-height:25px}.mec-addon-box-title a span{color:#444;font-size:15px}.mec-addon-box-content p{color:#777;font-size:13px;letter-spacing:.1px}.mec-addon-box-mec-version{background:#f3f3f3;padding:10px;font-size:13px}#webnus-dashboard .addons-page-links{display:inline-block;margin:12px 4px 16px 0}#webnus-dashboard .addons-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}.addons-page-links.link-to-purchase a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.addons-page-links.link-to-install-addons a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}#webnus-dashboard .addons-page-links a:hover,#webnus-dashboard .w-box.addons-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}.mec-addon-box-footer{margin-top:25px;text-align:center}#webnus-dashboard .mec-addon-box-footer a{background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);margin-top:10px;display:inline-block;text-shadow:none;border:none;transition:.24s;position:relative;margin-right:7px;font-size:12px;font-weight:500;border-radius:7px;padding:9px 18px 8px;width:53px;height:34px;line-height:21px;box-shadow:0 2px 8px -3px #008aff}#webnus-dashboard .mec-addon-box-footer a:last-of-type{margin-right:0}#webnus-dashboard .mec-addon-box-footer a.mec-addon-box-intro{box-shadow:0 3px 10px -4px #ff3535;background:linear-gradient(95deg,#ff6c6c 0,#f55 50%,#ff3535 100%)}#webnus-dashboard .mec-addon-box-footer a:hover{background:#222!important;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%)!important;box-shadow:0 5px 23px -7px rgba(0,0,0,.5)!important;cursor:pointer!important}#webnus-dashboard .mec-addon-box-footer a i{color:#fff;font-size:16px}@media(max-width:1366px){.wns-be-container #wns-be-content{padding:5px 15px 0}.mec-form-row .mec-col-8 label{font-size:10px}#webnus-dashboard .mec-tooltip .box p,.mec-tooltip .box p{font-size:10px}}@media (max-width:780px){.wns-be-container #wns-be-content{padding:10px 0}.wns-be-container .mec-form-row .mec-col-8 label{width:50%;display:block}.wns-be-container .mec-form-row input[type=checkbox]{width:14px;height:14px}.wns-be-container .wns-be-sidebar li .subsection a{padding-left:30px}.wns-be-container .wns-be-sidebar{width:200px}.wns-be-container .wns-be-main{margin-left:200px}.wns-be-container .mec-tooltip .box{min-width:235px!important}.wns-be-container .mec-tooltip .box p{font-size:12px!important}#wns-be-infobar.sticky{position:unset}}@media (max-width:480px){.wns-be-container .wns-be-sidebar{width:100%;position:unset;float:none}.wns-be-container .wns-be-main{margin-left:0;width:100%;position:unset}.wns-be-container{margin-top:50px}.wns-be-container #wns-be-infobar:before{width:100%}.wns-be-container #wns-be-infobar{height:150px}#mec-search-settings{margin-top:80px;width:181px}}#mec_tickets .mec-box{position:relative;padding:25px 10px}#mec_fees_list input[type=text].mec-col-12,#mec_ticket_variations_list input[type=text].mec-col-12{max-width:625px}#taxes_option .mec-form-row input[type=text].mec-col-12,#ticket_variations_option input[type=text].mec-col-12{max-width:554px}.mec-booking-tab-content .mec-form-row textarea{max-width:762px}#mec_tickets .button.remove{padding:0;min-height:28px;height:28px;width:28px;margin:0;border-radius:50%;position:absolute;top:20px;right:20px;color:#ea6485;box-shadow:0 2px 6px -3px #ea6485;background:#fff;border-color:#ffd2dd;font-size:20px;line-height:1.5}#mec_tickets .button.remove svg{fill:#ea6485!important}#mec_tickets .button.remove:hover{color:#fff;border:2px solid #ea6485;background:#ea6485}#mec_tickets .button.remove:hover svg{fill:#fff!important}@media(max-width:480px){#mec_tickets .button.remove{top:5px;right:5px}}#mec_meta_box_hourly_schedule_days .mec-form-row input[type=text],#mec_meta_box_tickets_form .mec-form-row input[type=text]{max-width:400px}#mec_exceptions_not_in_days_date{width:100%}#mec_select_tags.mec-create-shortcode-tab-content input[type=text],#mec_settings_weather_module_api_key{width:262px}#mec_exceptions_not_in_days_date,#mec_meta_box_calendar_skin_options input[type=text].mec_date_picker,#mec_meta_box_date_form input[type=text]{max-width:262px}#mec_meta_box_calendar_skin_options input[type=text].mec_date_picker.mec-col-4{max-width:32.33333333%}#payment_gateways_option .mec-col-4 input[type=number],#payment_gateways_option .mec-col-4 input[type=text],#payment_gateways_option .mec-col-4 select,#payment_gateways_option .mec-col-4 textarea{width:75%}.mec-form-repeating-event-row .mec-col-6 input[type=text]{width:35%}.addons-page-error,.addons-page-notice{display:block;margin-top:15px;margin-bottom:0;background:#fff;border-left:4px solid #00a0d2;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:1px 12px}.addons-page-error p,.addons-page-notice p{margin:.5em 0;padding:2px;font-size:13px}.addons-page-error{border-left-color:#dc3232}.mec-addon-box-comingsoon{background:#eaeaea;padding:8px 11px;color:#5a5a5a;font-size:14px;font-weight:500;text-align:center}.mec-addons .w-row .w-col-sm-3:nth-child(4n+1){clear:left}@media (min-width:960px){#webnus-dashboard .mec-addon-box-footer .w-button{text-align:right}}@media (min-width:1401px){.mec-addon-box-title a span{font-size:17px}}.mec-pro-notice{margin-top:24px;line-height:30px}.mec-pro-notice .info-msg{padding:50px 30px;margin-bottom:0}#webnus-dashboard .mec-pro-notice .info-msg{background:#fff;box-shadow:0 1px 16px rgba(0,0,0,.034);text-align:center;color:#000}#webnus-dashboard a.info-msg-link{background:#e66f52;background:linear-gradient(95deg,#ff8162 0,#e66f52 50%,#ff4c20 100%);box-shadow:0 5px 10px -5px #e66f52;border-radius:2px;padding:12px 50px;font-size:16px;line-height:24px;border:none;margin:20px auto 0;color:#fff;transition:all .3s ease;display:inline-block}#webnus-dashboard a.info-msg-link:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .info-msg p{width:70%;margin:0 auto;line-height:1.8}#webnus-dashboard .info-msg-coupon{font-size:13px;color:#777;max-width:600px;line-height:1.68;margin:25px auto 0}#webnus-dashboard .info-msg-coupon strong{font-weight:700;color:#19ce18}.info-msg .socialfollow{padding-top:20px}.info-msg .socialfollow a{margin:0 2px;display:inline-block}.info-msg .socialfollow a i{background:#96a4b1;color:#fff;padding:6px;border-radius:3px;font-size:18px;box-shadow:0 2px 3px rgba(0,0,0,.1);transition:all .25s}.info-msg .socialfollow a:hover i{background:#008aff}.mec-intro-section .w-box-content{text-align:center}.mec-intro-section .w-box-content.mec-intro-section-welcome{max-width:600px;margin:0 auto}.mec-intro-section .w-box-content.mec-intro-section-welcome h3{font-size:27px}a.mec-intro-section-link-tag.button.button-hero{margin:0 10px 40px}a.mec-intro-section-link-tag.button.button-primary.button-hero{color:#fff!important}a.mec-intro-section-link-tag.button.button-secondary.button-hero{color:#000!important}.mec-intro-section-ifarme iframe{border:1px solid #e7e7e7;border-radius:3px;padding:10px;box-shadow:0 3px 10px -6px rgba(0,0,0,.2)}.w-box-content.mec-intro-section-welcome p{margin-bottom:0}.mec-tooltip a:focus{box-shadow:none}#mec_booking_form .mec-options-fields,#mec_modules_form .mec-options-fields,#mec_settings_form .mec-options-fields,#mec_single_form .mec-options-fields{padding-bottom:150px!important}#mec_taxes_fees_container_toggle{margin-bottom:60px}#mec_taxes_fees_container_toggle{margin-bottom:60px}.wns-be-sidebar li{position:relative}.wns-be-sidebar li .submneu-hover{position:absolute;top:-1px;right:-222px;width:220px;z-index:9;background:#fff;border:1px;border-style:solid;border-color:#dedede;margin:0;overflow:visible;opacity:0;visibility:hidden;transition:all .23s ease;padding-top:8px;padding-bottom:12px}.wns-be-sidebar li:hover{background:#fff}.wns-be-sidebar li:hover .submneu-hover{opacity:1;visibility:visible}.wns-be-sidebar li .submneu-hover a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 26px}.wns-be-sidebar li .submneu-hover a:hover{background:#f6f6f6;color:#222}.wns-be-sidebar li .submneu-hover:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-15px;top:14px;border-right-color:#c5c5c5;right:0}.wns-be-sidebar li .submneu-hover:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-14px;top:14px}.wns-be-sidebar li a:focus,.wns-be-sidebar li:focus{outline:-webkit-focus-ring-color auto 0;border:0;box-shadow:none}@media (max-width:480px){.wns-be-sidebar li .submneu-hover{width:175px;right:0}.wns-be-sidebar li .submneu-hover a{font-size:11px;padding:5px 5px 5px 20px}}.mec-tooltip:hover:after,.mec-tooltip:hover:before{display:none}.mec-tooltip{display:inline-flex;bottom:7px}.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-tooltip .box p,.mec-tooltip .box p{color:#fff;font-size:14px;line-height:1.3;margin:0;font-style:normal}.mec-tooltip:hover .box{visibility:visible;opacity:1}.mec-tooltip:hover .box{padding:20px;border-radius:8px}.mec-tooltip .box h5{color:#fff;font-size:17px;font-weight:600;margin:-30px -20px;padding:15px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #30353a;border-radius:6px 6px 0 0;z-index:9999}#webnus-dashboard .mec-tooltip .box p a,.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-tooltip .box a:hover{color:#f90}.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-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-tooltip .box.top{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.top:after{top:50%!important;right:100%!important}.mec-tooltip .box.top:before{left:50%!important;top:100%!important}.mec-tooltip .box.bottom{left:50%;top:auto;bottom:0;transform:translate(-50%,100%);margin-bottom:-20px;margin-left:-10px}.mec-tooltip .box.bottom:after{top:0!important;right:50%!important;background-color:#3a3f44!important}.mec-tooltip .box.bottom:before{left:50%!important;top:-7px!important;transform:translateX(-50%);background-color:#3a3f44!important}.mec-tooltip .box.left{left:auto;right:26px;top:50%;transform:translateY(-50%)}.mec-tooltip .box.left:before{right:0!important;left:auto!important;top:50%!important}form#mec_reg_fields_form input[type=radio]:before{content:"";display:inline-block;background:#fff;border-radius:18px;width:14px;height:14px;margin:-1px 0 0 -2px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32)}form#mec_reg_fields_form input[type=radio]:checked:before{border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff;width:4px;height:4px}form#mec_reg_fields_form input[type=radio]{min-height:0;margin-right:6px}form#mec_reg_fields_form label{margin-right:20px}@media(min-width:1200px) and (max-width:1366px){.mec-tooltip .box.left{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.left:after{top:50%!important;right:100%!important}.mec-tooltip .box.left:before{left:50%!important;top:100%!important}.mec-tooltip .box{min-width:225px}.mec-tooltip .box h5{font-size:15px}.mec-tooltip .box .content{font-size:12px}}@media(max-width:1366px){.wns-be-container .wns-be-group-tab p{margin-top:0}}.mec-addons-notification-box-wrap .w-col-sm-12,.mec-cmsg-notification-box-wrap .w-col-sm-12{padding:0}.mec-addons-notification-box-wrap img{width:auto}.mec-addons-notification-box-image{width:555px;display:inline-block;vertical-align:top}.mec-addons-notification-box-content{width:calc(100% - 559px);display:inline-block}.mec-addons-notification-box-content p{margin-top:1%;line-height:1.5;font-size:16px}.mec-addons-notification-box-content .w-box-content{padding-top:0;padding-bottom:0}.mec-addons-notification-box-content ol{font-size:16px}.mec-addons-notification-box-content a{background:#38d5ed;color:#fff!important;padding:10px 26px;margin-top:5px;display:inline-block;border-radius:3px;text-transform:capitalize;font-size:16px;letter-spacing:.4px;transition:all .1s ease;font-weight:600;text-decoration:none}.mec-addons-notification-box-content a:hover{background:#000}.w-clearfix.w-box.mec-addons-notification-box-wrap span,.w-clearfix.w-box.mec-cmsg-notification-box-wrap span{right:0;left:unset;cursor:pointer;background:#fff;padding:0 16px}.w-clearfix.w-box.mec-addons-notification-box-wrap span i,.w-clearfix.w-box.mec-cmsg-notification-box-wrap span i{font-size:28px;vertical-align:sub;color:#f2113e}.mec-custom-msg-notification-wrap,.wns-be-container .mec-addons-notification-wrap{padding:0;margin:0}.mec-custom-msg-notification-wrap .w-col-sm-12,.wns-be-container .mec-addons-notification-wrap .w-col-sm-12{padding:0}.wns-be-container .w-box{margin-top:0}.wns-be-container.mec-addons-notification-set-box{margin-right:15px;margin-top:50px;margin-bottom:27px}@media(max-width:1200px){.mec-addons-notification-box-content,.mec-addons-notification-box-image{width:100%;display:block}.mec-addons-notification-box-image{text-align:center}}@media(max-width:768px){.mec-addons-notification-box-image img{width:100%;height:auto}}body.rtl .wns-be-sidebar{width:260px;float:right;position:relative}body.rtl .wns-be-main{margin-left:0;border-left:0;margin-right:260px;border-right:1px solid #dedede}body.rtl .w-box.mec-activation .LicenseField{direction:rtl}body.rtl .w-box.mec-activation input[name=MECPurchaseCode]{text-align:right;padding-right:20px}body.rtl #MECActivation .MECPurchaseStatus,body.rtl .addon-activation-form .MECPurchaseStatus{right:auto;left:-51px}body.rtl #webnus-dashboard .w-box.mec-activation input[type=submit]{right:auto;left:5px}body.rtl .wns-be-sidebar .wns-be-group-menu li a{padding:13px 20px 13px 4px}body.rtl .wns-be-sidebar .wns-be-group-tab-link-a span.wns-be-group-menu-title{padding-left:0;padding-right:24px}body.rtl .wns-be-sidebar .has-sub span.extra-icon{float:left}body.rtl .wns-be-sidebar .wns-be-group-tab-link-a span.extra-icon i{right:auto;left:10px}body.rtl .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,body.rtl .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:transparent;border-left-color:#fff;right:auto;left:-1px;top:10px}body.rtl .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:transparent;border-left-color:#c5c5c5;right:auto;left:0}body.rtl .mec-col-1,body.rtl .mec-col-10,body.rtl .mec-col-11,body.rtl .mec-col-12,body.rtl .mec-col-2,body.rtl .mec-col-3,body.rtl .mec-col-4,body.rtl .mec-col-5,body.rtl .mec-col-6,body.rtl .mec-col-7,body.rtl .mec-col-8,body.rtl .mec-col-9{float:right;margin:0 1% 0 0}body.rtl .wns-be-sidebar li .submneu-hover{right:auto;left:-222px}body.rtl .wns-be-sidebar li .submneu-hover:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:auto;right:-1px;top:14px}body.rtl #mec_styles_form #mec_styles_CSS{direction:ltr}body.rtl .w-box.mec-activation{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleX(-1)}body.rtl .w-box.mec-activation .w-box-content,body.rtl .w-box.mec-activation .w-box-head{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleX(-1);display:block}body.rtl .w-box.mec-activation .w-box-head{width:100%}body.rtl .wns-be-container #wns-be-infobar:before{left:auto;right:0}body.rtl .wns-be-container .dpr-btn.dpr-save-btn{float:left}body.rtl .wns-be-container .wns-be-group-tab h2:before,body.rtl .wns-be-container .wns-be-group-tab h4:before{left:auto;right:0;margin-right:0;margin-left:5px}body.rtl #mec_gateways_form .mec-tooltip{float:left}.mec-details-addons-container{margin-top:20px}.mec-details-addons-wrap img{float:left;width:19%;margin-right:17px}.mec-details-addons-wrap{clear:both;margin-bottom:80px;display:block;position:relative}.mec-details-addons-wrap a{text-decoration:none}.mec-details-addons-wrap p{float:left;width:340px;margin-top:0;margin-bottom:30px}.mec-details-addons-title{font-weight:700}.mec-details-addons-title a{color:#444}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx{border-radius:10px!important;box-shadow:0 4px 38px rgba(0,0,0,.14)!important}body .crisp-client .crisp-1rjpbb7 .crisp-13qutdl,body .crisp-client .crisp-1rjpbb7 .crisp-13qutdl *,body .crisp-client .crisp-1rjpbb7 .crisp-9dgo7z,body .crisp-client .crisp-1rjpbb7 .crisp-9dgo7z *{font-family:proxima-nova,-apple-system,BlinkMacSystemFont,"Segoe UI",Catamaran,sans-serif!important}body .crisp-client .crisp-1rjpbb7 .crisp-145mbcr,body .crisp-client .crisp-1rjpbb7 .crisp-1jrqqbm:hover{background-color:#fff!important}body .crisp-client .crisp-1rjpbb7 .crisp-14u434g{border-color:#e7e8e9!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-1bkorcf .crisp-1vzg1qq{font-size:20px!important;width:14px!important;height:19px!important;opacity:.85}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-1bkorcf .crisp-1vzg1qq:hover{opacity:.99}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-1sps3eb .crisp-1vd2grm .crisp-12w4w1a{font-size:13px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-1sps3eb .crisp-1vd2grm .crisp-12w4w1a::-webkit-input-placeholder{color:#717273!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=visitor] .crisp-z89v5n .crisp-162m9xf{background-color:#008aff!important;color:#fff!important;box-shadow:none!important;border-radius:5px!important;padding:15px 25px 15px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=visitor] .crisp-z89v5n .crisp-162m9xf .crisp-1o2g4mc{color:#fff!important;font-size:13px!important;letter-spacing:.3px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-z89v5n .crisp-162m9xf{background-color:#f1f2f3!important;border-radius:5px!important;padding:15px 25px 15px!important;box-shadow:none!important;color:#121314!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-type=audio] .crisp-z89v5n .crisp-162m9xf{background-color:#d1d7dc!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=operator] .crisp-z89v5n .crisp-1o2g4mc{color:#121314!important;-webkit-text-fill-color:#121314!important;font-size:13px!important;letter-spacing:.3px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-mkirz6 .crisp-12qaym5 .crisp-39hskb{opacity:.4;margin-right:5px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-mkirz6 .crisp-12qaym5 .crisp-ehr6mw{opacity:.68;font-size:12px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg{background-image:linear-gradient(125deg,#008aff -10%,#0066b1 100%)!important;height:110px!important;padding-top:35px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-1uw6f17,body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-85evuk,body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-nu40j6{font-size:17px!important;line-height:28px!important;padding-top:10px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-kquevr .crisp-x94m06{background-color:#008aff!important;background-image:linear-gradient(125deg,#008aff -10%,#008af0 100%)!important;box-shadow:0 5px 34px -6px #008aff!important}body .crisp-client .crisp-1rjpbb7 .crisp-4oo1n4{background-color:transparent!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx[data-chat-status=ongoing] .crisp-1784wh6 .crisp-1xmtdlg .crisp-172kolj{margin-top:-10px!important}body .crisp-client .crisp-1rjpbb7[data-last-operator-face=false] .crisp-1rf4xdh .crisp-kquevr .crisp-x94m06 .crisp-16qgsyi .crisp-101bp3x[data-is-ongoing=false]{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSI1NSIgdmlld0JveD0iMCAwIDU4IDU1Ij4NCiAgPGcgaWQ9ImNoYXQtc3ZncmVwby1jb21fMV8iIGRhdGEtbmFtZT0iY2hhdC1zdmdyZXBvLWNvbSAoMSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEuNSkiPg0KICAgIDxwYXRoIGlkPSJQYXRoXzEiIGRhdGEtbmFtZT0iUGF0aCAxIiBkPSJNMjksMS41YzE2LjAxNiwwLDI5LDExLjY0MSwyOSwyNmEyNC4wMSwyNC4wMSwwLDAsMS00LjgsMTQuMzE4Yy40LDQuNzQ1LDEuNTQyLDExLjQyOCw0LjgsMTQuNjgyLDAsMC05Ljk0My0xLjQtMTYuNjc3LTUuNDYybC0uMDIyLjAwOWMtMi43NjQtMS44LTUuNTMyLTMuNjU2LTYuMS00LjEyNmExLDEsMCwwLDAtMS4zMy0uMjc3LDEuMDE3LDEuMDE3LDAsMCwwLS40ODkuODQ4Yy0uMDEuNjIyLjAwNS43ODQsNS41ODUsNC40MjFBMzEuOTE0LDMxLjkxNCwwLDAsMSwyOSw1My41Yy0xNi4wMTYsMC0yOS0xMS42NDEtMjktMjZTMTIuOTg0LDEuNSwyOSwxLjVaIiBmaWxsPSIjZmZmIi8+DQogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8xIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjMiIGN5PSIzIiByPSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiAyNC41KSIgZmlsbD0iIzAwOGFmZiIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMiIgZGF0YS1uYW1lPSJFbGxpcHNlIDIiIGN4PSIzIiBjeT0iMyIgcj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYgMjQuNSkiIGZpbGw9IiMwMDhhZmYiLz4NCiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzMiIGRhdGEtbmFtZT0iRWxsaXBzZSAzIiBjeD0iMyIgY3k9IjMiIHI9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwIDI0LjUpIiBmaWxsPSIjMDA4YWZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K)!important;height:31px!important;top:16px!important;left:14px!important}body .csh-category-item a h6{text-align:left}.mec-form-row.mec-syn-schedule{background:#f7f7f7;padding:20px;border:1px solid #eee;box-shadow:0 1px 11px rgba(0,0,0,.034);margin-bottom:20px}.mec-form-row.mec-syn-schedule p{padding-left:26px}.mec-form-row.mec-syn-schedule h2{margin-top:0}.mec-form-row.mec-syn-schedule h4{margin:10px 0}li.wns-be-group-menu-li.mec-settings-menu .mec-settings-submenu{position:absolute;top:-1px;right:-222px;width:220px;z-index:9;background:#fff;border:1px;border-style:solid;border-color:#dedede;margin:0;overflow:visible;opacity:0;visibility:hidden;transition:all .23s ease;padding-top:8px;padding-bottom:12px}li.wns-be-group-menu-li.mec-settings-menu:hover>.mec-settings-submenu{visibility:visible;opacity:1}.mec-settings-menu .mec-settings-submenu:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-15px;top:14px;border-right-color:#c5c5c5;right:0}.mec-settings-menu .mec-settings-submenu:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-14px;top:14px}.wns-be-sidebar .mec-settings-menu .mec-settings-submenu a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 26px}.mec-form-row.mec-skin-countdown-date-format-container input[type=text],.mec-form-row.mec-skin-grid-date-format-container input[type=text],.mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-skin-options-container input[type=text]{max-width:unset}.wn-mec-select{width:32.33333333%!important;clear:unset!important}.wn-mec-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:3px;border:1px solid #ddd;margin-bottom:8px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;box-shadow:0 3px 13px -5px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.07)}.wn-mec-select:hover{border-color:#dbdbdb}.wn-mec-select.open .list{overflow:unset;width:100%;margin:0}.wn-mec-select .list{background-color:#fff;border-radius:2px;box-shadow:0 2px 33px -2px rgba(0,0,0,.2),inset 0 1px 2px rgba(0,0,0,.07);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.wn-mec-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.wn-mec-select:hover{border-color:#dbdbdb}.wn-mec-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.wn-mec-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.wn-mec-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.wn-mec-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.wn-mec-select.disabled:after{border-color:#ccc}.wn-mec-select.wide{width:100%}.wn-mec-select.wide .list{left:0!important;right:0!important}.wn-mec-select.right{float:right}.wn-mec-select.right .list{left:auto;right:0}.wn-mec-select.small{font-size:12px;height:36px;line-height:34px}.wn-mec-select.small:after{height:4px;width:4px}.wn-mec-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.wn-mec-select .list:hover .option:not(:hover){background-color:transparent!important}.wn-mec-select .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:28px!important;min-height:28px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wn-mec-select .option .wn-hover-img-sh img{position:absolute;padding:3px;top:-1px;left:100%;box-shadow:0 4px 42px -5px rgba(0,0,0,.16);visibility:hidden;opacity:0;border:1px solid #e3e3e3;border-radius:2px;z-index:99999999;background:#fff}.wn-mec-select .option:hover .wn-hover-img-sh img{visibility:visible;opacity:1}.wn-mec-select .option.focus,.wn-mec-select .option.selected.focus,.wn-mec-select .option:hover{background-color:#f6f6f6}.wn-mec-select .option.selected{font-weight:700}.wn-mec-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .wn-mec-select .list{display:none}.no-csspointerevents .wn-mec-select.open .list{display:block}.mec-custom-nice-select ul.list li.option{width:30%!important;float:left!important;min-height:135px!important;height:135px;margin:1.66%!important;box-sizing:border-box;text-align:center;padding:10px!important;border-radius:3px;border:1px solid #eee;box-shadow:0 1px 3px rgba(0,0,0,.025);background:#fff!important}.mec-custom-nice-select ul.list li.option:hover{box-shadow:0 2px 7px rgba(0,0,0,.06);borde-color:#e0e0e0}.mec-custom-nice-select .list:hover .option:not(:hover),.mec-custom-nice-select ul.list:hover li.option{background:#fff!important}.mec-custom-nice-select ul.list{min-width:600px!important;padding:20px 10px!important;background:#fcfbfd;border:1px solid #e9e9e9;box-shadow:0 1px 4px rgba(0,0,0,.05)}.mec-custom-nice-select ul.list li.option.selected{border:1px solid #40d9f1;box-shadow:0 1px 8px -3px #40d9f1 inset;color:#00cae6;padding:12px 0 0 0!important}.mec-custom-nice-select .wn-img-sh img{margin:4px 0 1px 1px;line-height:1;max-width:68px;max-height:56px;filter:grayscale(1);-webkit-filter:grayscale(1);transition:all .22s ease;-webkit-transition:all .22s ease;-moz-transition:all .22s ease;-ms-transition:all .22s ease;-o-transition:all .22s ease}.wn-mec-select .option.focus .wn-img-sh img,.wn-mec-select .option.selected.focus .wn-img-sh img,.wn-mec-select .option:hover .wn-img-sh img{background-color:#f6f6f6;filter:grayscale(0);-webkit-filter:grayscale(0)}@media(max-width:768px){.wn-mec-select{width:45%!important}.mec-custom-nice-select ul.list{margin-left:-24px!important;min-width:404px!important}.mec-custom-nice-select ul.list li.option{width:46.6%!important}.wn-hover-img-sh{display:none}}@media(max-width:480px){.wn-mec-select{width:100%!important}.mec-custom-nice-select ul.list{min-width:337px!important}}@media(max-width:320px){.mec-custom-nice-select ul.list li.option{width:100%!important}.mec-custom-nice-select ul.list{min-width:298px!important}}.mec-sed-methods li{line-height:28px;padding-left:38px;position:relative}.mec-sed-methods li:before{margin-right:0}.mec-sed-methods li:before{border-radius:18px}.mec-custom-nice-select ul.list li .wn-mec-text:after,.mec-sed-methods li:before{content:"";position:absolute;display:inline-block;background:#fff;border-radius:2px;width:12px;height:12px;margin:-1px 0 0 -1px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32);border-radius:50%}.mec-custom-nice-select ul.list li .wn-mec-text{position:relative;padding-top:0;padding-bottom:28px}.mec-custom-nice-select ul.list li .wn-mec-text:after{left:calc(50% - 7px);top:auto;bottom:1px}.mec-custom-nice-select ul.list li .wn-img-sh{line-height:1}.mec-sed-methods li:before{left:9px;top:calc(50% - 7px)}.mec-custom-nice-select ul.list li.option.selected .wn-mec-text:after,.mec-sed-methods li.active:before{width:4px;height:4px;border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff}.menu-icon-mec-books .wp-menu-image img,.toplevel_page_mec-intro .wp-menu-image img{width:18px!important;padding-top:7px!important}.mec-add-booking-tabs-wrap,.mec-add-event-tabs-wrap,.mec-create-shortcode-tabs-wrap{display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{flex:1}.mec-add-booking-tabs-right,.mec-add-event-tabs-right,.mec-create-shortcode-tabs-right{flex:6}a.mec-add-booking-tabs-link,a.mec-add-event-tabs-link,a.mec-create-shortcode-tabs-link{display:block}.mec-booking-tab-content,.mec-create-shortcode-tab-content,.mec-event-tab-content{display:none;transition:all .3s ease}.mec-booking-tab-content.mec-tab-active,.mec-create-shortcode-tab-content.mec-tab-active,.mec-event-tab-content.mec-tab-active{display:block}.mec-add-booking-tabs-wrap,.mec-add-event-tabs-wrap{background:#fff;margin:-6px -12px -12px}.mec-create-shortcode-tabs-wrap{margin:-30px -22px -42px}.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{padding:0 0 38px;background:#fff;min-width:210px}.mec-add-booking-tabs-left a,.mec-add-event-tabs-left a,.mec-create-shortcode-tabs-left a{line-height:16px;font-size:13px;font-weight:600;letter-spacing:.3px;color:#6a6f77;text-decoration:none;background:#f7f7f7;padding:13px 20px;border-bottom:1px solid #e3e3e3;outline:0;box-shadow:none;transition:all .2s ease}.mec-add-booking-tabs-left a:hover,.mec-add-event-tabs-left a:hover,.mec-create-shortcode-tabs-left a:hover{color:#008aff;background:#fff}.mec-add-booking-tabs-left a.mec-tab-active,.mec-add-event-tabs-left a.mec-tab-active,.mec-create-shortcode-tabs-left a.mec-tab-active{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;margin:0 -6px;border-radius:5px;box-shadow:0 2px 12px -5px #36a2ff;border-bottom-color:transparent;position:relative}.mec-add-booking-tabs-right,.mec-add-event-tabs-right,.mec-create-shortcode-tabs-right{padding:0 30px 40px;border-left:1px solid #e2e2e2}.mec-booking-tab-content.mec-tab-active,.mec-create-shortcode-tab-content.mec-tab-active,.mec-event-tab-content.mec-tab-active{animation:fadeEffect2 .31s}@media (max-width:550px){.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{min-width:100px}.mec-add-booking-tabs-left a,.mec-add-event-tabs-left a,.mec-create-shortcode-tabs-left a{font-size:11px;padding:12px 8px;line-height:1.2;letter-spacing:0}}@keyframes fadeEffect2{from{opacity:0;transform:translateX(11px)}to{opacity:1;transform:translateX(0)}}.mec-form-row .mec-col-8 label{padding-right:20px}.mec-calendar-metabox .wn-mec-select,.mec-form-row input[type=number],.mec-form-row input[type=text],.mec-form-row input[type=url],.mec-form-row select,.mec-form-row textarea,.mec-form-row.mec-skin-list-date-format-container input[type=text]{border:solid 1px #ddd;border-radius:2px;height:40px;line-height:38px;padding-left:10px;box-shadow:0 3px 10px -2px rgba(0,0,0,.05),inset 0 1px 2px rgba(0,0,0,.02)}.mec-calendar-metabox .wn-mec-select.open .list{border-radius:0 0 2px 2px;box-shadow:0 0 0 1px #ddd,0 2px 6px rgba(0,0,0,.07)}.mec-calendar-metabox .mec-custom-nice-select.open ul.list{border-radius:3px;box-shadow:0 2px 6px rgba(0,0,0,.07);margin-left:0!important;transform:translateX(-50%);left:50%}.mec-custom-nice-select ul.list li.option.selected .wn-mec-text:after{border:6px solid #40d9f1;box-shadow:0 3px 16px -3px #40d9f1}.mec-form-row input[type=checkbox]{background-color:#fff;border:1px solid #cacece;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:9px;border-radius:3px;min-width:24px;min-height:24px;display:inline-block;transition:all .18s ease;outline:0;margin:2px 4px 4px 0}.mec-form-row input[type=checkbox]:focus{outline:0}.mec-form-row input[type=checkbox]:hover{border-color:#62b6ff}.mec-form-row input[type=checkbox]:checked{box-shadow:0 1px 6px -2px #008aff;border-color:#008aff;background:#008aff;border-radius:2px;position:relative}.mec-form-row.mec-switcher input[type=checkbox]{position:absolute}.mec-form-row input[type=checkbox]:checked:before{content:"";font:normal;position:absolute;top:12px;left:8px;border-right:2px solid transparent;border-bottom:2px solid transparent;transform:rotate(45deg);transform-origin:0 100%;color:#fff;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards}@keyframes checkbox-check{0%{width:0;height:0;border-color:#fff;transform:translate3d(0,0,0) rotate(45deg)}33%{width:5px;height:0;transform:translate3d(0,0,0) rotate(45deg)}100%{width:5px;height:11px;border-color:#fff;transform:translate3d(0,-11px,0) rotate(45deg)}}.mec-form-row input+span.mec-tooltip,.mec-form-row select+span.mec-tooltip{bottom:10px}.mec-form-row label+span.mec-tooltip{bottom:8px}.mec-form-row textarea+span.mec-tooltip{bottom:auto;vertical-align:top;top:12px}.mec-form-row span+span.mec-tooltip{bottom:0;vertical-align:middle}.mec-form-row .mec-col-8 input[type=text],.mec-form-row .mec-col-8 select,.mec-form-row .mec-col-8 span.mec-archive-skins{vertical-align:top}.mec-form-row .mec-col-8 span.mec-archive-skins input[type=text]{max-width:225px}.mec-form-row input:disabled{opacity:.6;background:#f6f6f6}.wns-be-group-tab h5{font-size:16px;font-weight:600;color:#444;margin:45px 0 25px}.mec-form-row textarea{height:auto;margin-bottom:0;min-height:60px}.mec-form-row .wp-picker-container input[type=text].wp-color-picker{height:25px;vertical-align:top;margin:0}.mec-form-row .wp-picker-container label{margin:0}.mec-image-select-wrap li span:hover{border-color:#fff;box-shadow:0 1px 8px rgba(0,0,0,.12)}.mec-message-categories li.mec-acc-label:after{content:"\e604";font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;display:block;font-size:13px;color:#999;position:absolute;right:27px;top:26px}.mec-message-categories>li.mec-acc-label[data-status=open]:after{content:"\e607";color:#008aff}.mec-message-categories>li.mec-acc-label[data-status=open]{color:#008aff}.mec-message-categories>li.mec-acc-label:last-of-type{border-bottom:none}.mec-message-categories>li.mec-acc-label[data-status=open]{border-bottom:1px solid #e6e6e6}.mec-form-row ul.mec-message-categories{box-shadow:0 2px 16px rgba(0,0,0,.03);border-radius:5px;overflow:hidden;margin-top:30px;background:#f5f5f5;border:2px solid #e6e6e6;max-width:700px}.mec-form-row ul.mec-message-categories li ul{padding:10px 40px 40px;margin:25px -30px -25px;background:#f5f5f5;box-shadow:inset 0 4px 7px rgba(0,0,0,.04);cursor:default}.mec-form-row ul.mec-message-categories ul label{margin:25px 8px 7px;font-weight:600!important;font-size:13px;color:#888;cursor:default}.wns-be-sidebar li:hover a i,.wns-be-sidebar>li:hover a{color:#008aff}.mec-form-row.mec-skin-list-date-format-container span.mec-tooltip{top:2px}.mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-meta-box-fields .mec-form-row input[type=checkbox]{margin-right:6px}.mec-meta-box-fields .mec-form-row .button:not(.wp-color-result){height:37px;margin-top:1px;box-shadow:inset 0 2px 4px #fff,inset 0 -2px 4px rgba(0,0,0,.05),0 2px 2px rgba(0,0,0,.06)}#mec-read-more .mec-form-row span.mec-tooltip{top:2px;left:-4px}#mec-search-settings{border-radius:21px;min-height:32px;box-shadow:inset 0 1px 2px rgba(0,0,0,.06);padding:9px 10px 12px 34px;margin-right:10px;color:#7c838a;font-size:13px;width:260px;background:#f5f5f5;border:none;z-index:1;transition:all .18s ease;outline:0;line-height:normal}#mec-search-settings:focus{background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.07),0 0 0 1px #e6e6e6;width:270px}.mec-search-settings-wrap{display:inline-block;position:relative}.mec-search-settings-wrap i{position:absolute;left:14px;top:14px;font-size:13px;color:#7e8c98;display:block;z-index:2}#mec-search-settings::-webkit-input-placeholder{color:#7c838a}#mec-search-settings::-moz-placeholder{color:#7c838a}#mec-search-settings:-ms-input-placeholder{color:#7c838a}#mec-search-settings:-moz-placeholder{color:#7c838a}.ui-datepicker.ui-widget{border:1px solid #e8e8e8;box-shadow:0 1px 9px rgba(0,0,0,.12)}.ui-datepicker.ui-widget select{font-weight:600;font-size:12px;border-radius:2px;padding:2px 10px;margin:1px 3px 5px}.ui-datepicker.ui-widget table{border-spacing:2px}.ui-datepicker.ui-widget td,.ui-datepicker.ui-widget tr{padding:0;background:0 0!important}.ui-datepicker.ui-widget td a{color:#777;font-weight:600;width:30px;height:30px;line-height:30px;display:inline-block;border-radius:33px;padding:0;background:#fff;transition:all .2s ease}.ui-datepicker.ui-widget td a.ui-state-active,.ui-datepicker.ui-widget td a:hover{background:#40d9f1;color:#fff}.ui-datepicker.ui-widget .ui-datepicker-next,.ui-datepicker.ui-widget .ui-datepicker-prev{color:#40d9f1;width:30px;height:30px;line-height:30px;display:inline-block;text-align:center;border-radius:33px;background:#ecfcff;transition:all .2s ease}.ui-datepicker.ui-widget .ui-datepicker-next:hover,.ui-datepicker.ui-widget .ui-datepicker-prev:hover{background:#fff;box-shadow:0 0 7px -3px rgba(0,0,0,.4)}#mec-wrap{width:92%;margin:20px auto;max-width:1384px}#mec-wrap h2.nav-tab-wrapper{margin-bottom:40px;padding:0;border:none;margin-top:35px;clear:both;background:#fff;box-shadow:0 3px 12px -4px rgba(0,0,0,.13)}#mec-wrap .nav-tab-wrapper .nav-tab{position:relative;padding:28px 22px;border:none;margin:0;background:#fff;font-size:13px;color:#444;outline:0;box-shadow:none}#mec-wrap .nav-tab-wrapper .nav-tab:hover{color:#008aff}#mec-wrap .nav-tab-wrapper .nav-tab:after{content:"";display:inline-block;width:1px;height:30%;position:absolute;right:0;top:35%;background:#e9e9e9}#mec-wrap .nav-tab-wrapper .nav-tab-active,#mec-wrap .nav-tab-wrapper .nav-tab-active:focus,#mec-wrap .nav-tab-wrapper .nav-tab-active:focus:active,#mec-wrap .nav-tab-wrapper .nav-tab-active:hover{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;outline:0;box-shadow:0 5px 25px -7px #008aff;margin-left:-1px;z-index:2}#mec-wrap .nav-tab-wrapper .nav-tab-active:after{content:'';position:absolute;display:block;background:0 0;top:auto;height:auto;bottom:-20px;left:50%;margin-left:-10px;width:0;border-width:10px;border-style:solid;border-color:#008aff transparent transparent}#mec-wrap .mec-container{padding:25px 40px 40px;box-shadow:0 3px 10px -4px rgba(0,0,0,.1)}#wpwrap .mec-button-primary{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}#wpwrap .mec-button-primary:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 15px -7px rgba(0,0,0,.5);cursor:pointer}.wn-p-t-right{min-width:300px;max-width:400px;display:inline-block;top:-8px;left:50%;margin-top:0;transform:translate(-50%,-100%);padding:0;background-color:#535a61;color:#fff;font-weight:300;font-size:14px;letter-spacing:.5px;line-height:1.5;position:absolute;z-index:99999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #444b50;visibility:hidden;opacity:0;transition:opacity .23s;padding:20px;border-radius:8px}.wn-p-t-right i{position:absolute!important;top:100%;right:50%;margin-top:-6px!important;margin-right:-6px!important;width:12px;height:24px;overflow:hidden;transform:rotate(-90deg)}.wn-p-t-right i:after{content:'';position:absolute;width:12px;height:12px;left:0;top:50%;transform:translate(50%,-50%) rotate(-45deg);background-color:#535a61;box-shadow:0 8px 9px -4px #535a61}.wn-p-t-right .wn-p-t-text-content h5{color:#fff;font-size:17px;font-weight:600;margin:-20px;padding:15px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #32363a;border-radius:6px 6px 0 0}.mec-addon-box-footer a:hover .wn-p-t-right{visibility:visible;opacity:1}#mec_organizer_user+.select2-container,#mec_speaker_user+.select2-container{min-width:224px!important}.mec-add-event-tabs-wrap .select2-container,.mec-create-shortcode-tab-content .select2-container{min-height:38px;height:auto;box-sizing:border-box;margin-bottom:8px;padding:0 6px;border-radius:2px;border:1px solid #ddd;box-shadow:inset 0 1px 6px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;transition:50ms border-color ease-in-out;min-width:200px;font-size:14px}.mec-add-event-tabs-wrap .select2-selection,.mec-create-shortcode-tab-content .select2-selection{border:none;background:0 0;padding-top:3px;width:100%;height:100%}.mec-add-event-tabs-wrap .select2-container--default.select2-container--focus .select2-selection,.mec-create-shortcode-tab-content .select2-container--default.select2-container--focus .select2-selection{border:none!important;outline:0}.mec-add-event-tabs-wrap .select2-container--default .select2-selection--single .select2-selection__arrow,.mec-create-shortcode-tab-content .select2-container--default .select2-selection--single .select2-selection__arrow{top:5px;right:4px}.fs-webform-container div .fserv-container{width:100%!important;max-width:none!important;min-height:208px!important;box-shadow:0 1px 16px rgba(0,0,0,.034)!important;border-radius:2px!important;padding:0!important;margin-bottom:0!important;margin-top:30px!important}.fserv-container .fserv-form-name{font-weight:600!important;position:relative!important;font-size:20px!important;padding:20px!important;border-bottom:1px solid #ededed!important;text-align:left!important;margin:0!important}.fserv-form-description{padding:10px 30px!important;margin:1em 0 0!important;line-height:1.5!important;font-size:16px!important}.fserv-container form{padding:0!important;padding-left:28px!important}.fserv-container .fserv-label{display:none!important}.fserv-field{display:inline-block;width:41%!important;padding:0!important;margin:0!important;margin-right:25px!important}.fserv-field+div:not(.fserv-field){margin:0!important;border:none!important;text-align:left!important;padding-left:4px!important;margin-top:0!important;padding-top:0!important;display:inline-block;margin-right:10px!important}.fserv-container .powered-by{display:none!important}button.fserv-button-submit{color:#fff!important;font-weight:500!important;border-radius:2px!important;box-shadow:0 3px 10px -4px #008aff!important;text-shadow:none!important;background:#008aff!important;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%)!important;border:none!important;transition:.24s!important}button.fserv-button-submit:hover{background:#222!important;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%)!important;box-shadow:0 5px 23px -7px rgba(0,0,0,.5)!important;cursor:pointer!important}.fserv-container input::-webkit-input-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input::-moz-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input:-ms-input-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input:-moz-placeholder{font-family:Inherit!important;font-size:14px}input.fserv-input-text{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)}.fserv-field label.error{display:none!important}.fs-notifier{position:fixed!important;top:40px!important;width:300px!important;max-width:300px!important;margin:0!important;right:20px!important;left:unset!important}.post-type-mec-events .lity{background:#edf0f3}.post-type-mec-events .lity-container{width:60vW;max-width:883px;margin:0 auto;border-radius:7px}.post-type-mec-events .lity-content:after{display:none}.mec-manage-events-lightbox{box-shadow:0 3px 20px rgba(0,0,0,.05)}.w-clearfix.mec-attendees-content img{display:inline-block;width:25px;height:25px;vertical-align:middle;margin-right:7px}.post-type-mec-events .mec-attendees-list-head{background:#008aff;color:#fff;text-align:center;padding:17px 0;text-transform:capitalize;font-size:26px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;border-radius:7px 7px 0 0;line-height:43px;box-shadow:0 3px 15px rgba(0,138,255,.25);z-index:99}.mec-attendees-list-wrap{display:flex;width:100%;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;background:#fff;box-shadow:0 3px 20px rgba(0,0,0,.05);border-radius:0 0 5px 5px;overflow:hidden}.mec-attendees-list-left{flex:1;background:#f6f8fa;padding:0;border-radius:0;position:relative}.mec-attendees-list-right,.mec-send-email-form-wrap{flex:1;border-radius:0 0 5px 5px;padding:0 20px 20px;background:#f2f4f7}.mec-attendees-list-left-menu a{display:inline-block;line-height:22px;font-size:12px;color:#000;font-weight:500;border-bottom:1px solid #eaebec;border-left:1px solid #eaebec;padding-bottom:0;padding:7px 6px;margin-bottom:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;transition:all .2s ease;text-decoration:none;text-align:center}.mec-attendees-list-left-menu a.selected-day{color:#008aff}.mec-attendees-list-left-menu .owl-item:last-child a{border-right:1px solid #eaebec}.mec-attendees-list-right table{width:100%}.w-clearfix.mec-attendees-head{margin-top:30px;border-bottom:2px solid #008aff;padding-bottom:18px;margin-bottom:3px}.w-clearfix.mec-attendees-content [class^=w-col-xs-],.w-clearfix.mec-attendees-head [class^=w-col-xs-]{padding:0}.w-clearfix.mec-attendees-head span{font-weight:600;color:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;font-size:17px}.w-clearfix.mec-attendees-content{background:#fff;margin-bottom:2px;padding:10px 20px}.mec-attendees-list-left-menu{height:36px;margin-left:35px;margin-right:36px}.mec-attendees-list-left-menu a:active,.mec-attendees-list-left-menu a:focus,.mec-attendees-list-left-menu a:visited{outline:0;box-shadow:none}.mec-attendees-list-left-menu .owl-item{display:inline-block}.mec-attendees-list-left-menu .owl-stage{min-width:800px!important}.owl-nav.disabled .owl-next{position:absolute;right:0;top:0}.owl-nav.disabled .owl-prev{position:absolute;left:0;top:0}.owl-nav.disabled button{background:#fff;box-shadow:none;border:1px solid #ccc;height:36px;width:36px;font-size:54px;line-height:54px}.owl-nav.disabled button span{margin-top:-18px;display:block}.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}@media(max-width:992px){.post-type-mec-events .lity-container{width:80vw}}@-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-report-backtoselect-wrap,.mec-report-sendmail-form-wrap{display:none}.mec-report-select-event-wrap .select2{width:100%!important}.mec-report-select-event-wrap .select2-container--default .select2-selection--single{border-radius:2px;border:1px solid #e2e3e4;height:38px;padding-top:5px;width:100%;box-shadow:0 2px 3px rgba(0,0,0,.03)}.mec-report-select-event-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{height:36px}.mec-report-select-event-wrap .select2-container--open .select2-dropdown--below{box-shadow:0 2px 8px rgba(0,0,0,.12);border-color:#d7d8d9}.select2-container--default .select2-search--dropdown .select2-search__field{box-shadow:0 2px 8px rgba(0,0,0,.06) inset;border-color:#d7d8d9;border-radius:2px}.mec-report-select-event-wrap input[type=text],.mec-report-select-event-wrap select{border:1px solid #e2e3e4;font-size:13px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;margin-bottom:15px;border-radius:2px;box-shadow:0 2px 3px rgba(0,0,0,.03);max-width:150px}.mec-report-select-event-wrap .select2-container--default{max-width:400px}.mec-report-select-event-wrap select.mec-reports-selectbox-dates{height:38px;min-width:260px;margin:0 0 0 10px;padding-left:15px}.mec-report-sendmail-form-wrap,.mec-report-sendmail-wrap{padding:30px 15px;background:#fff;border:1px solid #e2e3e4;margin:15px 0 5px;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.02)}.mec-report-sendmail-wrap .w-col-sm-12:before{background:url(../img/email-document.png) no-repeat left top;content:"";display:block;width:90px;height:70px;z-index:100;float:left}.mec-report-sendmail-wrap p{margin:0 0 15px;font-size:15px;color:#7d8284}.mec-report-backtoselect-wrap button,.mec-report-sendmail-wrap .w-col-sm-12 button,.mec-send-email-form-wrap .mec-send-email-button{background:#19cde9;border:none;color:#fff;font-size:13px!important;padding:6px 16px;border-radius:2px;cursor:pointer;box-shadow:0 1px 2px rgba(25,205,233,.25);transition:all .2s ease}.mec-report-backtoselect-wrap button:hover,.mec-report-sendmail-wrap .w-col-sm-12 button:hover,.mec-send-email-form-wrap .mec-send-email-button:hover{background:#04bfdc;box-shadow:0 1px 2px rgba(25,205,233,.05)}.mec-report-backtoselect-wrap button{margin-top:15px}.mec-report-selected-event-attendees-wrap{border:1px solid #96e3ef;padding:0;margin:20px 0;border-radius:3px;box-shadow:0 2px 14px rgba(25,205,233,.1);display:none}.mec-report-sendmail-wrap{display:none}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head{background:#c7eef4;border-bottom:1px solid #96e3ef;padding:15px;margin:0;border-radius:3px 3px 0 0}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content{margin:0;padding:8px 15px;border-bottom:1px solid #e4eef0;font-size:13px;line-height:25px}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content:hover{background:#f3fdfe}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content:last-child{border-bottom:none;border-radius:0 0 3px 3px}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content img{border-radius:25px;margin-left:8px}.mec-report-selected-event-attendees-wrap input[type=checkbox]{border-radius:3px;margin-top:0}.mec-report-selected-event-attendees-wrap .mec-attendees-head .w-col-xs-2.name{padding-left:10px}.mec-report-selected-event-attendees-wrap .checkin_status span{font-weight:600}.mec-report-selected-event-attendees-wrap .w-col-sm-12>p{text-align:center}.mec-attendees-list-right,.mec-send-email-form-wrap{flex:1;border-radius:0;padding:0;background:0 0;max-width:674px;margin:0 auto}.mec-report-sendmail-form-wrap{padding:0 30px 45px}.mec-send-email-form-wrap h2{background:url(../img/email-document.png) no-repeat center top;padding-top:70px;font-size:22px;font-weight:600;text-align:center;padding-bottom:10px;padding-left:10px;margin-bottom:0}#webnus-dashboard .mec-send-email-form-wrap .wp-editor-tools button{font-size:13px;font-weight:400;color:#444;line-height:1;margin-bottom:0}#webnus-dashboard .mec-send-email-form-wrap .wp-editor-tabs button{min-height:30px}.mec-send-email-form-wrap input.widefat{min-height:40px;border:1px solid #e2e3e4;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.02)}.mec-send-email-form-wrap input.widefat:focus{border:1px solid #96e3ef}.mec-send-email-form-wrap h4.mec-send-email-count{font-weight:400;text-align:center;margin-bottom:30px;margin-top:0;padding-top:0}.mec-send-email-form-wrap .mec-send-email-button{min-height:40px;line-height:40px;padding:0;font-size:17px!important;font-weight:600}.mec-send-email-form-wrap .mce-menubtn.mce-fixed-width span{height:20px;padding-top:2px}.lity.mec-add-shortcode-popup{background-color:#b7e4e3}.lity.mec-add-shortcode-popup .lity-content{box-shadow:0 3px 20px 0 rgba(91,188,190,.55);border-radius:10px;height:100%}.mec-add-shortcode-popup .lity-container{width:930px;height:620px}.mec-add-shortcode-popup .lity-content:after{display:none}.mec-add-shortcode-popup div#mec_popup_shortcode{background:#fff;overflow:hidden;display:flex;width:100%;border-radius:10px;height:100%}.mec-steps-container{width:92px;text-align:center;background:#fff}.mec-steps-panel{width:calc(100% - 92px);background:#eef4f5}.mec-steps-container ul{text-align:center;display:block;margin-top:62px}.mec-steps-container ul li{width:22px;height:70px;margin:0 auto;position:relative}.mec-steps-container ul li span{border-radius:50px;background-color:rgba(26,175,251,.16);width:22px;height:22px;display:inline-block;padding-top:2px;font-size:11px;font-weight:700;color:#1aaffb}.mec-steps-container ul li:after,.mec-steps-container ul li:before{content:'';display:block;height:24px;width:2px;background:rgba(26,175,251,.16);margin-left:calc(50% - 1px)}.mec-steps-container ul li:first-of-type:before,.mec-steps-container ul li:last-of-type:after{display:none}.mec-steps-container ul li:first-of-type{height:46px}li.mec-step.mec-step-passed span,li.mec-step.mec-step-passed:after,li.mec-step.mec-step-passed:before{background-color:#2dcb73;color:#fff}.mec-steps-container img{margin-top:27px}.mec-steps-header{display:flex;background:#fff;border-radius:5px;box-shadow:0 3px 22px 0 rgba(11,121,125,.01);padding:12px 22px;margin-bottom:50px}.mec-steps-header-settings{width:65px}.mec-steps-header-userinfo{width:calc(100% - 65px)}.mec-steps-panel{padding:35px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.mec-steps-header-userinfo span{display:inline-block;vertical-align:middle}.mec-steps-header-userinfo span img{height:40px;border-radius:50px;margin-right:8px;vertical-align:middle}.mec-steps-header-userinfo span.mec-steps-header-name{font-size:14px;color:#778182}span.mec-steps-header-add-text{color:#839294;font-size:12px;margin-left:5px}.mec-steps-header-settings a{height:100%;display:block;padding-top:11px;text-decoration:none;font-size:12px;color:#707070}.mec-steps-header-settings a i{color:#1aaffb;font-size:16px;vertical-align:text-top;margin-right:5px}.mec-next-previous-buttons{clear:both}.mec-next-previous-buttons button.mec-button-next{float:right;background:#008aff;border:none;color:#fff;cursor:pointer;width:123px;text-align:left;padding:8px 18px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);transition:all .3s ease;outline:0}.mec-next-previous-buttons button:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}.mec-next-previous-buttons button.mec-button-next img{position:absolute;top:16px;right:18px}.mec-next-previous-buttons button{position:relative}.mec-next-previous-buttons button.mec-button-prev{background:#fff;border:none;color:#000;cursor:pointer;width:123px;text-align:right;padding:8px 15px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(11,121,125,.01);transition:all .3s ease;outline:0}.mec-next-previous-buttons button.mec-button-prev img{position:absolute;top:16px;left:18px}.mec-next-previous-buttons button.mec-button-prev:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3);color:#fff}.mec-next-previous-buttons button.mec-button-new{background:#008aff;float:right;border:none;color:#fff;cursor:pointer;width:154px;text-align:left;padding:8px 18px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);transition:all .3s ease;outline:0}.mec-next-previous-buttons button.mec-button-new:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}.mec-next-previous-buttons button.mec-button-new img{vertical-align:sub;margin-left:-3px;margin-right:8px}div#mec_popup_shortcode_form{height:calc(100% - 37px)}.mec-steps-content-container{display:flex;flex-direction:column;height:100%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1{background:url(../../assets/img/popup/first-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .popup-sh-name-required{color:red;display:none;font-style:italic;font-size:12px;margin-top:8px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1{top:50%;position:absolute;width:360px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]{width:360px;height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]::-webkit-input-placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]:-ms-input-placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]::placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/add-sh-icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul{height:386px;overflow-x:hidden;overflow-y:scroll;padding-left:60px;margin-top:-22px;margin-bottom:0;position:relative;padding-bottom:19px!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li{width:193px!important;float:left!important;min-height:135px!important;height:160px;margin:1.66%!important;box-sizing:border-box;text-align:center;padding:10px!important;border-radius:5px;border:2px solid #c4edff;background:#fff!important;cursor:pointer}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li.active{border-color:#00acf8;box-shadow:0 3px 5px rgba(0,172,248,.2)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-img img{margin:4px 0 1px 1px;line-height:1;max-width:68px;max-height:56px;filter:grayscale(1);-webkit-filter:grayscale(1);transition:all .22s ease;-webkit-transition:all .22s ease;-moz-transition:all .22s ease;-ms-transition:all .22s ease;-o-transition:all .22s ease}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text input{display:block;margin:0 auto;margin-top:6px;border:2px solid #e1e7ed;box-shadow:0 3px 6px 0 rgba(0,0,0,.05);position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-img{padding-top:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li .mec-step-popup-skin-text input{display:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text:before{width:14px;height:14px;content:'';border-radius:50px;background:#fff;display:block;position:absolute;left:calc(50% - 7px);top:24px;z-index:99;border:2px solid #e1e7ed;box-shadow:0 3px 6px 0 rgba(0,0,0,.05)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text{position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 li.active .mec-step-popup-skin-text:before{background:#008aff;border:none;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);width:16px;height:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 li.active .mec-step-popup-skin-text:after{width:4px;height:4px;display:block;content:'';position:absolute;background:#fff;left:calc(50% - 1px);top:30px;z-index:999;border-radius:50px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 span.wn-hover-img-sh{display:block}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles{height:386px;overflow-x:hidden;padding-left:60px;padding-bottom:19px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label{width:193px!important;float:left!important;margin:1.66%!important;text-align:center}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label span{width:193px!important;float:left!important;min-height:135px!important;height:150px;box-sizing:border-box;border-radius:5px;border:2px solid #c4edff;background:#fff!important;cursor:pointer;margin-bottom:5px;margin-top:-6px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label.active span{border-color:#00acf8;box-shadow:0 3px 5px rgba(0,172,248,.2)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label div{font-size:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label.active div{color:#008aff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles input{opacity:0;display:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-steps-content.mec-steps-content-3{margin-top:-18px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 span.wn-hover-img-sh img{width:189px;height:146px;border-radius:5px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4{background:url(../../assets/img/popup/fourth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 .nice-select{border:none;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4{top:40%;position:absolute;width:330px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 h3{font-size:13px;font-weight:400;color:#707070}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div{border:2px dashed #dce2e3;border-radius:3px;padding:20px 20px 6px;background:#fcfcfc}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div label{display:block;margin-bottom:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup{box-shadow:0 3px 13px -5px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.07);clear:unset!important;-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:300px!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup:hover{border-color:#dbdbdb}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open .list{overflow:unset;width:100%;margin:0}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.disabled{border-color:#ededed;color:#999;pointer-events:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.disabled:after{border-color:#ccc}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .list:hover .option:not(:hover){background-color:transparent!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:28px!important;min-height:28px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option .wn-hover-img-sh img{position:absolute;padding:3px;top:-1px;left:100%;box-shadow:0 4px 42px -5px rgba(0,0,0,.16);visibility:hidden;opacity:0;border:1px solid #e3e3e3;border-radius:2px;z-index:99999999;background:#fff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option:hover .wn-hover-img-sh img{visibility:visible;opacity:1}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.focus,.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.selected.focus,.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option:hover{background-color:#f6f6f6}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.selected{font-weight:700}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.disabled{background-color:transparent;color:#999;cursor:default}.mec-add-shortcode-popup .no-csspointerevents .wn-mec-select-popup .list{display:none}.mec-add-shortcode-popup .no-csspointerevents .wn-mec-select-popup.open .list{display:block}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input{background:#fff;position:relative;width:24px;height:24px;border:1px solid #cacece}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input:before{disaply:none}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label.active input{background:#008aff;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);border:none}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label.active input:before{background:#fff;width:6px;height:6px;top:6px;left:6px;position:absolute}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5{background:url(../../assets/img/popup/fifth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5{width:360px;margin-top:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher label{color:#707070;font-size:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher p{color:#8a8a8a;font-style:italic;font-size:12px;margin-top:7px;margin-bottom:0}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher{padding-bottom:30px;margin-bottom:34px;border-bottom:2px dashed #dce2e3;position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher:last-of-type{padding-bottom:0;margin-bottom:0;border:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher div:last-of-type label{position:absolute;top:-4px;right:0;width:52px;height:26px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input:checked+label:after{margin-left:26px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input+label:after,.mec-add-shortcode-popup .mec-switcher input+label:before{display:block;position:absolute;top:2px;left:1px;bottom:2px;content:""}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input+label:after{width:23px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6{background:url(../../assets/img/popup/sixth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-content.mec-steps-content-6{margin-top:56px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode{width:325px;border:2px dashed #dce2e3;background:#fcfcfc;padding:42px 42px 47px;text-align:center}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode h3{font-size:16px;font-weight:400;color:#707070;margin-top:7px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code{border-radius:3px;background:rgba(154,214,222,.35);width:243px;margin:0 auto;padding:14px 17px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code code{background:0 0;color:#000;font-size:14px;font-weight:600;margin-left:-11px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button{border:none;background:#fff;border-radius:3px;padding:3px 8px 6px;margin-left:46px;cursor:pointer}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button:hover{background:#000;color:#fff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-results p{width:325px;text-align:center;font-size:12px;margin-top:5px;color:#8a8a8a}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-loading{width:325px;border:2px dashed #dce2e3;background:#fcfcfc;padding:42px 42px 47px;text-align:center;height:182px;position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-loading .mec-loader{position:absolute;left:136px;top:65px}.mec-add-event-popup button.lity-close,.mec-add-shortcode-popup button.lity-close{right:0;top:-52px;border-radius:50%;width:37px;height:37px;background:#fff;color:#a2afbc;text-shadow:none;padding-top:1px;transition:all .2s ease;position:absolute;box-shadow:0 3px 8px 0 rgba(91,188,190,.55)}.mec-add-event-popup button.lity-close:hover,.mec-add-shortcode-popup button.lity-close:hover{background:#000;color:#fff;box-shadow:0 3px 8px 0 rgba(0,0,0,.55)}.mec-skin-styles.mec-styles-full_calendar h3{padding-left:12px}.lity.mec-add-event-popup{background-color:#b7e4e3}.mec-add-event-popup .lity-container{width:930px;height:620px;max-width:unset}.mec-add-event-popup div#mec_popup_event{background:#fff;overflow:hidden;display:flex;width:100%;border-radius:10px;height:100%}.lity.mec-add-event-popup .lity-content{box-shadow:0 3px 20px 0 rgba(91,188,190,.55);border-radius:10px;height:100%}div#mec_popup_event_form{height:calc(100% - 37px)}.mec-add-event-popup .mec-steps-container ul{margin-top:42px}.mec-add-event-popup .mec-steps-container ul li:first-of-type{height:41px}.mec-add-shortcode-popup .mec-steps-container ul li:after,.mec-add-shortcode-popup .mec-steps-container ul li:before{height:24px}.mec-add-event-popup .mec-steps-container ul li:after,.mec-add-event-popup .mec-steps-container ul li:before{height:19px}.mec-add-event-popup .mec-steps-container ul li{height:60px}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup{box-shadow:0 3px 22px 0 rgba(11,121,125,.01);border:none;clear:unset!important;-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:3px;box-sizing:border-box;cursor:pointer;display:block;float:left;font-family:inherit;font-size:12px;font-weight:400;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;height:46px;margin-right:6px;padding-top:3px;color:#707070}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open{border-radius:3px 3px 0 0}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup:hover{border-color:#dbdbdb}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open .list{overflow:unset;width:100%;margin:0}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:0 0 0 0 rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9;margin-top:1px!important}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup:after{border-bottom:2px solid #00acf8;border-right:2px solid #00acf8;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:15px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.disabled{border-color:#ededed;color:#999;pointer-events:none}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.disabled:after{border-color:#ccc}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list:hover .option:not(:hover){background-color:transparent!important}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:22px!important;min-height:22px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.focus,.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.selected.focus,.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option:hover{background-color:#f6f6f6}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.selected{font-weight:700}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.disabled{background-color:transparent;color:#999;cursor:default}.mec-add-event-popup .no-csspointerevents .wn-mec-select-popup .list{display:none}.mec-add-event-popup .no-csspointerevents .wn-mec-select-popup.open .list{display:block}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1{background:url(../../assets/img/popup/add-event-first-step.png) no-repeat 100% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name{width:100%;height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name::-webkit-input-placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name:-ms-input-placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/calendar_icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1{top:210px;position:absolute;width:370px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .popup-sh-name-required{color:red;display:none;font-style:italic;font-size:12px;margin-top:8px}.mec-add-event-popup .mec-meta-box-colors-container{background:#fff;padding:17px;border-radius:3px;box-shadow:0 3px 22px rgba(11,121,125,.01);margin-top:15px}.mec-add-event-popup .wp-picker-container .wp-color-result.button{border-color:#f1f2f4;border-radius:3px;box-shadow:0 2px 2px rgba(0,0,0,.04)}.mec-add-event-popup .mec-recent-color-sec{display:block!important;font-size:12px;color:#707070}.mec-add-event-popup .mec-form-row.mec-available-color-row{border:2px dashed #dce2e3;padding:13px 20px;background:#fcfcfc;border-radius:3px}.mec-add-event-popup .wp-color-result-text{background:#f7f7f7;border-radius:unset;border-left:none;color:#555;display:block;line-height:2.54545455;padding:0 6px;text-align:center}.mec-add-event-popup .mec-form-row.mec-available-color-row .mec-color{width:12px;height:12px;position:absolute;top:-5px;left:0;z-index:99}.mec-add-event-popup span.mec-color-meta-box-popup{display:inline-block!important;width:20px;height:20px;border-radius:50px;position:absolute;top:1px;left:6px;z-index:9}.mec-add-event-popup span.mec-recent-color-sec-wrap{width:20px;height:20px;display:inline-block;margin-right:12px;margin-top:7px;margin-left:-6px;position:relative}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2{background:url(../../assets/img/popup/sixth-step.png) no-repeat 95% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4{width:auto}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/calendar_icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4 input{padding-left:36px;width:148px;padding:22px 17px 22px 34px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form select{height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#707070;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-form-row .time-dv{float:left;margin-left:-2px;margin-right:4px;margin-top:12px;color:#b1b2b4}div#mec_meta_box_date_form .mec-form-row{margin-bottom:9px}.mec-add-event-popup .mec-steps-content.mec-steps-content-2{margin-top:60px}.mec-add-event-popup .mec-steps-content.mec-steps-content-2 .mec-form-row.mec-all-day-event label{font-size:14px;color:#707070}.mec-add-event-popup .mec-steps-content.mec-steps-content-2 .mec-form-row.mec-all-day-event{margin-top:13px!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-3,.mec-add-event-popup .mec-steps-content.mec-steps-content-4{margin-top:-9px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-3{background:url(../../assets/img/popup/fifth-step.png) no-repeat 90% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-4{background:url(../../assets/img/popup/add-organizer.png) no-repeat 95% 70%}.nice-select.mec_popup_location_id.wn-mec-select-popup,.nice-select.mec_popup_organizer_id.wn-mec-select-popup{position:relative;width:166px;padding-left:36px}.nice-select.mec_popup_location_id.wn-mec-select-popup:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/pointer.png) no-repeat center center;position:absolute;top:17px;left:17px}.nice-select.mec_popup_organizer_id.wn-mec-select-popup:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/pointer.png) no-repeat center center;position:absolute;top:17px;left:17px}#mec_popup_event button#mec_popup_add_location:before,#mec_popup_event button#mec_popup_add_organizer:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content-container .nice-select.mec_popup_location_id.wn-mec-select-popup.open .list li,.mec-add-event-popup .mec-steps-content-container .nice-select.mec_popup_organizer_id.wn-mec-select-popup.open .list li{line-height:32px!important;min-height:32px!important}#mec_popup_event .mec-steps-content .mec-tooltip{bottom:8px}#mec_popup_event .mec-steps-content .mec-tooltip .dashicons-before:before{color:#008aff}#mec_popup_event button#mec_organizer_thumbnail_button,#mec_popup_event button#mec_popup_add_location,#mec_popup_event button#mec_popup_add_organizer{background:#008aff;border-radius:3px;border:none;color:#fff;width:146px;height:46px;margin-left:10px;box-shadow:0 3px 3px 0 rgba(0,138,255,.22);font-size:14px;cursor:pointer;transition:all .2s ease;outline:0;position:relative;padding-left:20px}#mec_popup_event button#mec_organizer_thumbnail_button:hover,#mec_popup_event button#mec_popup_add_location:hover,#mec_popup_event button#mec_popup_add_organizer:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}#mec_popup_event label[for=mec_location_dont_show_map]{font-size:14px;margin-left:4px;margin-top:12px!important;display:inline-block;margin-bottom:7px}#mec_popup_event input#mec_location_dont_show_map{margin-top:9px!important}#mec_popup_event div#mec_location_new_container,#mec_popup_event div#mec_organizer_new_container{border-top:2px dashed #dce2e3;width:360px;padding-top:25px;margin-top:20px}#mec_popup_event div#mec_location_new_container input,#mec_popup_event div#mec_organizer_new_container input{width:100%;height:46px;border:none;border-radius:3px;padding-left:17px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}#mec_popup_event div#mec_location_new_container .description,#mec_popup_event div#mec_organizer_new_container .description{border:none;padding:0;margin:0;margin-left:16px;line-height:19px;font-size:12px;color:#707070;font-style:normal;margin-top:-4px;display:block}#mec_popup_event .mec-form-row.mec-lat-lng-row input{width:44%!important}#mec_popup_event .mec-form-row.mec-lat-lng-row input:first-of-type{margin-right:10px}#mec_popup_event div#mec_organizer_new_container{margin-top:30px}#mec_popup_event div#mec_organizer_new_container .mec-form-row:first-of-type .mec-col-6:first-of-type{margin-right:14px!important}#mec_popup_event div#mec_organizer_new_container .mec-form-row:first-of-type .mec-col-6{width:48%;margin:0}#mec_popup_event button#mec_organizer_thumbnail_button:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/picture.png) no-repeat center center;position:absolute;top:16px;left:15px}#mec_popup_event button#mec_organizer_thumbnail_button{width:96%;padding-left:30px}.mec-add-event-popup .mec-steps-content.mec-steps-content-4 div#mec_organizer_thumbnail_img{position:absolute;right:10px;top:-20px}.mec-add-event-popup .mec-steps-content.mec-steps-content-4 div#mec_organizer_thumbnail_img img{max-width:110px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5{background:url(../../assets/img/popup/fourth-step.png) no-repeat 90% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input{height:30px;border:none;border-radius:3px;padding-left:10px;margin-left:20px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01);float:right;margin-top:-4px}.mec-add-event-popup .mec-steps-content.mec-steps-content-5{width:326px;margin-top:48px}.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li{display:inline-block;background:#fff;border:none;cursor:pointer;padding:12px 18px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;margin-right:10px;height:42px;color:#008aff;font-size:14px;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li.mec-categories-tab-selected,.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li:hover{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3)}.mec-add-event-popup .mec-categories-tab-contents{background:#fff;padding:20px;border:2px dashed #dce2e3;margin-bottom:13px;margin-top:-5px}.mec-add-event-popup .mec-categories-tab-contents ul,.mec-add-event-popup .mec-categories-tab-contents ul li:last-of-type{margin:0}.mec-add-event-popup .mec-categories-tab-contents ul li{font-size:14px;color:#707070}.mec-add-event-popup .mec-categories-tab-contents.mec-form-row input[type=checkbox]{margin-top:0}.mec-add-event-popup span#mec_popup_new_category_button{cursor:pointer;position:relative;padding-left:18px;font-size:14px}.mec-add-event-popup span#mec_popup_new_category_button:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus-blue.png) no-repeat center center;position:absolute;top:3px;left:0}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content.mec-steps-content-6.mec-steps-content-active{margin-top:-10px;height:70%}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-tinymce.mce-container.mce-panel{height:100%;border:1px solid #ececec!important;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)!important;border-radius:3px!important;overflow:hidden}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container-body.mce-stack-layout{height:100%;background:#f5f5f5}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container *{border:none!important;box-shadow:none!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item{height:90%}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last{display:none!important}.mec-add-event-popup .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item iframe{height:100%!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-7.mec-steps-content-active{height:70%;background:#fff;border:2px dashed #dce2e3;border-radius:3px;text-align:center;vertical-align:middle;margin-top:-10px;position:relative}.mec-add-event-popup .mec-event-popup-featured-image-wrapper{display:flex;justify-content:center;align-items:center;height:100%}.mec-add-event-popup button#mec_popup_upload_image_button{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3);display:inline-block;border:none;cursor:pointer;padding:12px 18px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;height:42px;font-size:14px;margin-right:0}.mec-add-event-popup div#mec_event_popup_featured_image_preview img{max-height:300px;max-width:740px;margin-top:20px;margin-bottom:0}.mec-add-event-popup button#mec_popup_upload_image_button:hover{background:#000;box-shadow:0 3px 3px 0 rgba(0,0,0,.3)}.mec-add-event-popup .mec-event-popup-featured-image-wrapper span i{border-radius:50px;color:#bb353f;right:10px;top:10px;font-size:30px;position:absolute;cursor:pointer}.mec-add-event-popup .mec-steps-content.mec-steps-content-8{height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results .mec-steps-8-results-wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-loading .mec-loader{left:calc(50% - 2.5em);top:calc(50% - 2.5em)}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results{height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view{display:inline-block;background:#fff;border:none;cursor:pointer;padding:12px 22px 12px 36px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;margin-right:10px;height:46px;font-size:14px;box-shadow:0 3px 3px 0 rgba(0,0,0,.04);text-decoration:none;color:#000;position:relative;line-height:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view:hover{background-color:#000;color:#fff}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/eye.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3);display:inline-block;border:none;cursor:pointer;padding:11px 22px 11px 36px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;height:46px;font-size:14px;margin-right:0;position:relative;line-height:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new:hover{background:#000;box-shadow:0 3px 3px 0 rgba(0,0,0,.3)}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-popup-final-buttons{margin-top:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results-wrap h3{font-size:26px;font-weight:400}.mec-go-pro-content-title{font-size:20px;font-weight:600;margin-bottom:12px}.mec-go-pro-features-wrap p{font-size:14px}.mec-go-pro-features-wrap .mec-addons-notification-box-content{width:calc(100% - 590px);display:inline-block;padding-left:20px}.mec-go-pro-features-wrap ul{float:left;width:50%;margin:0 0 12px}.mec-go-pro-features-wrap ul li{margin-bottom:1px;font-size:13px;color:#717479;padding-left:18px;position:relative}.mec-go-pro-features-wrap ul li:before{position:absolute;left:-1px;top:6px;color:#36da74;font-size:13px;font-weight:700;vertical-align:middle;font-family:simple-line-icons;border-radius:50%;padding:0;width:13px;height:13px;line-height:13px;z-index:3;background:rgba(64,241,147,.12);content:"\e080"}.post-type-mec-books.taxonomy-mec_coupon .metabox-prefs .screen-options label,.post-type-mec-events.taxonomy-mec_category .metabox-prefs .screen-options label,.post-type-mec-events.taxonomy-mec_label .metabox-prefs .screen-options label,.post-type-mec-events.taxonomy-post_tag .metabox-prefs .screen-options label,.taxonomy-mec_location .metabox-prefs .screen-options label,.taxonomy-mec_organizer .metabox-prefs .screen-options label,.taxonomy-mec_speaker .metabox-prefs .screen-options label{margin-top:-15px}.post-type-mec-books.taxonomy-mec_coupon #mec_thumbnail_img img,.post-type-mec-events.taxonomy-mec_category #mec_thumbnail_img img,.post-type-mec-events.taxonomy-mec_label #mec_thumbnail_img img,.post-type-mec-events.taxonomy-post_tag #mec_thumbnail_img img,.taxonomy-mec_location #mec_thumbnail_img img,.taxonomy-mec_organizer #mec_thumbnail_img img,.taxonomy-mec_speaker #mec_thumbnail_img img{margin:0 0 20px 0;border:solid 1px #ddd;border-radius:2px}.post-type-mec-books.taxonomy-mec_coupon .form-wrap label,.post-type-mec-events.taxonomy-mec_category .form-wrap label,.post-type-mec-events.taxonomy-mec_label .form-wrap label,.post-type-mec-events.taxonomy-post_tag .form-wrap label,.taxonomy-mec_location .form-wrap label,.taxonomy-mec_organizer .form-wrap label,.taxonomy-mec_speaker .form-wrap label{padding:0;margin:10px 0}.post-type-mec-books.taxonomy-mec_coupon input[type=number],.post-type-mec-books.taxonomy-mec_coupon input[type=search],.post-type-mec-books.taxonomy-mec_coupon input[type=text],.post-type-mec-books.taxonomy-mec_coupon input[type=url],.post-type-mec-books.taxonomy-mec_coupon select,.post-type-mec-books.taxonomy-mec_coupon textarea,.post-type-mec-events.taxonomy-mec_category input[type=number],.post-type-mec-events.taxonomy-mec_category input[type=search],.post-type-mec-events.taxonomy-mec_category input[type=text],.post-type-mec-events.taxonomy-mec_category input[type=url],.post-type-mec-events.taxonomy-mec_category select,.post-type-mec-events.taxonomy-mec_category textarea,.post-type-mec-events.taxonomy-mec_label input[type=number],.post-type-mec-events.taxonomy-mec_label input[type=search],.post-type-mec-events.taxonomy-mec_label input[type=text],.post-type-mec-events.taxonomy-mec_label input[type=url],.post-type-mec-events.taxonomy-mec_label select,.post-type-mec-events.taxonomy-mec_label textarea,.post-type-mec-events.taxonomy-post_tag input[type=number],.post-type-mec-events.taxonomy-post_tag input[type=search],.post-type-mec-events.taxonomy-post_tag input[type=text],.post-type-mec-events.taxonomy-post_tag input[type=url],.post-type-mec-events.taxonomy-post_tag select,.post-type-mec-events.taxonomy-post_tag textarea,.taxonomy-mec_location input[type=number],.taxonomy-mec_location input[type=search],.taxonomy-mec_location input[type=text],.taxonomy-mec_location input[type=url],.taxonomy-mec_location select,.taxonomy-mec_location textarea,.taxonomy-mec_organizer input[type=number],.taxonomy-mec_organizer input[type=search],.taxonomy-mec_organizer input[type=text],.taxonomy-mec_organizer input[type=url],.taxonomy-mec_organizer select,.taxonomy-mec_organizer textarea,.taxonomy-mec_speaker input[type=number],.taxonomy-mec_speaker input[type=search],.taxonomy-mec_speaker input[type=text],.taxonomy-mec_speaker input[type=url],.taxonomy-mec_speaker select,.taxonomy-mec_speaker textarea{border:solid 1px #ddd;border-radius:2px;height:40px;line-height:38px;padding-left:10px;box-shadow:0 3px 10px -2px rgba(0,0,0,.05),inset 0 1px 2px rgba(0,0,0,.02);margin-bottom:15px}.post-type-mec-books.taxonomy-mec_coupon textarea,.post-type-mec-events.taxonomy-mec_category textarea,.post-type-mec-events.taxonomy-mec_label textarea,.post-type-mec-events.taxonomy-post_tag textarea,.taxonomy-mec_location textarea,.taxonomy-mec_organizer textarea,.taxonomy-mec_speaker textarea{min-height:86px}.post-type-mec-books.taxonomy-mec_coupon .button,.post-type-mec-books.taxonomy-mec_coupon .button-secondary,.post-type-mec-events.taxonomy-mec_category .button,.post-type-mec-events.taxonomy-mec_category .button-secondary,.post-type-mec-events.taxonomy-mec_label .button,.post-type-mec-events.taxonomy-mec_label .button-secondary,.post-type-mec-events.taxonomy-post_tag .button,.post-type-mec-events.taxonomy-post_tag .button-secondary,.taxonomy-mec_location .button,.taxonomy-mec_location .button-secondary,.taxonomy-mec_organizer .button,.taxonomy-mec_organizer .button-secondary,.taxonomy-mec_speaker .button{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;linear-height:1.4;padding:6px 22px}.post-type-mec-books.taxonomy-mec_coupon .mec_upload_image_button,.post-type-mec-events.taxonomy-mec_category .mec_upload_image_button,.post-type-mec-events.taxonomy-mec_label .mec_upload_image_button,.post-type-mec-events.taxonomy-post_tag .mec_upload_image_button,.taxonomy-mec_location .mec_upload_image_button,.taxonomy-mec_organizer .mec_upload_image_button,.taxonomy-mec_speaker .mec_upload_image_button{margin-bottom:20px}.post-type-mec-books.taxonomy-mec_coupon .button-secondary:focus,.post-type-mec-books.taxonomy-mec_coupon .button-secondary:hover,.post-type-mec-books.taxonomy-mec_coupon .button.focus,.post-type-mec-books.taxonomy-mec_coupon .button:focus,.post-type-mec-books.taxonomy-mec_coupon .button:hover,.post-type-mec-events.taxonomy-mec_category .button-secondary:focus,.post-type-mec-events.taxonomy-mec_category .button-secondary:hover,.post-type-mec-events.taxonomy-mec_category .button.focus,.post-type-mec-events.taxonomy-mec_category .button:focus,.post-type-mec-events.taxonomy-mec_category .button:hover,.post-type-mec-events.taxonomy-mec_label .button-secondary:focus,.post-type-mec-events.taxonomy-mec_label .button-secondary:hover,.post-type-mec-events.taxonomy-mec_label .button.focus,.post-type-mec-events.taxonomy-mec_label .button:focus,.post-type-mec-events.taxonomy-mec_label .button:hover,.post-type-mec-events.taxonomy-post_tag .button-secondary:focus,.post-type-mec-events.taxonomy-post_tag .button-secondary:hover,.post-type-mec-events.taxonomy-post_tag .button.focus,.post-type-mec-events.taxonomy-post_tag .button:focus,.post-type-mec-events.taxonomy-post_tag .button:hover,.taxonomy-mec_location .button-secondary:focus,.taxonomy-mec_location .button-secondary:hover,.taxonomy-mec_location .button.focus,.taxonomy-mec_location .button:focus,.taxonomy-mec_location .button:hover,.taxonomy-mec_organizer .button-secondary:focus,.taxonomy-mec_organizer .button-secondary:hover,.taxonomy-mec_organizer .button.focus,.taxonomy-mec_organizer .button:focus,.taxonomy-mec_organizer .button:hover,.taxonomy-mec_speaker .button-secondary:focus,.taxonomy-mec_speaker .button-secondary:hover,.taxonomy-mec_speaker .button.focus,.taxonomy-mec_speaker .button:focus,.taxonomy-mec_speaker .button: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;color:#fff}.post-type-mec-events.taxonomy-mec_label .button.wp-color-result{background:0 0;text-align:right;padding:0 0 0 32px;border-radius:4px;box-shadow:unset;border:1px solid #ddd}.post-type-mec-events.taxonomy-mec_label .button.wp-color-result .wp-color-result-text{height:30px}.post-type-mec-events.taxonomy-mec_label .wp-picker-container input[type=text].wp-color-picker{width:70px;margin-top:-10px;height:32px}.post-type-mec-events.taxonomy-mec_label .wp-picker-default{height:32px;padding-top:2px;padding-bottom:2px}.post-type-mec-events.taxonomy-mec_label .wp-picker-container .iris-picker{margin-top:-10px}.mec-admin-dark-mode #mec_calendar_filter,.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left,.mec-admin-dark-mode #mec_metabox_booking,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left,.mec-admin-dark-mode #mec_metabox_details,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left,.mec-admin-dark-mode .w-box,.mec-admin-dark-mode .w-box-content pre,.mec-admin-dark-mode .w-clearfix.w-box.mec-addons-notification-box-wrap span,.mec-admin-dark-mode .w-clearfix.w-box.mec-cmsg-notification-box-wrap span,.mec-admin-dark-mode .wns-be-main,.mec-admin-dark-mode .wns-be-main .mec-container,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix .mec-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields li,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-pro-notice .info-msg,.mec-admin-dark-mode.post-type-mec-books .postbox,.mec-admin-dark-mode.post-type-mec-events #major-publishing-actions,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields li,.mec-admin-dark-mode.post-type-mec-events #post-status-info,.mec-admin-dark-mode.post-type-mec-events #screen-meta,.mec-admin-dark-mode.post-type-mec-events #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec-events .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .components-popover__content,.mec-admin-dark-mode.post-type-mec-events .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .postbox,.mec-admin-dark-mode.post-type-mec-events .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-events .wp-tab-active,.mec-admin-dark-mode.post-type-mec-events .wp-tab-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec-events ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec-events ul.category-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars #major-publishing-actions,.mec-admin-dark-mode.post-type-mec_calendars #post-status-info,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec_calendars .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .postbox,.mec-admin-dark-mode.post-type-mec_calendars .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-active,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec_calendars ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars ul.category-tabs li.tabs{background:#1f1f1f;color:#fff}.mec-admin-dark-mode .mec-form-row .mec-box,.mec-admin-dark-mode .mec-form-row input[type=checkbox],.mec-admin-dark-mode .mec-form-row ul.mec-message-categories li ul,.mec-admin-dark-mode .mec-meta-box-fields .mec-box,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-faq-accordion-trigger a{background:#282828;border-color:#353535;box-shadow:0 1px 6px -2px #000}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix .mec-form-row.mec-syn-schedule,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields,.mec-admin-dark-mode.post-type-mec-events .select2-search--dropdown,.mec-admin-dark-mode.post-type-mec_calendars .select2-search--dropdown{background:#282828;border-color:#353535}.mec-admin-dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice{color:#000}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_gateways_form li .mec-gateway-options-form,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #payment_gateways_option li .mec-gateway-options-form,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list{background:#000;box-shadow:0 2px 12px -5px #000}.mec-admin-dark-mode .extra .w-box-head,.mec-admin-dark-mode .mec-form-row ul.mec-message-categories,.mec-admin-dark-mode .mec-message-categories li.mec-acc-label,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mce-btn-group:not(:first-child),.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-search--dropdown .select2-search__field,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-custom-msg-notification-set-box.extra,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple .select2-selection__choice,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-footer,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar:before,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-core-ui .quicktags-toolbar input.button.button-small,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-books .postbox,.mec-admin-dark-mode.post-type-mec-books .postbox .hndle,.mec-admin-dark-mode.post-type-mec-books .postbox hr,.mec-admin-dark-mode.post-type-mec-events #major-publishing-actions,.mec-admin-dark-mode.post-type-mec-events #post-status-info,.mec-admin-dark-mode.post-type-mec-events #screen-meta,.mec-admin-dark-mode.post-type-mec-events #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec-events .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .components-popover__content,.mec-admin-dark-mode.post-type-mec-events .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff .stuffbox>h3,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff h2.hndle,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff h3.hndle,.mec-admin-dark-mode.post-type-mec-events .postbox,.mec-admin-dark-mode.post-type-mec-events .postbox h2,.mec-admin-dark-mode.post-type-mec-events .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .wp-editor-container,.mec-admin-dark-mode.post-type-mec-events .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-events .wp-tab-active,.mec-admin-dark-mode.post-type-mec-events .wp-tab-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec-events ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec-events ul.category-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars #major-publishing-actions,.mec-admin-dark-mode.post-type-mec_calendars #post-status-info,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec_calendars .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option,.mec-admin-dark-mode.post-type-mec_calendars .mec-sed-methods li,.mec-admin-dark-mode.post-type-mec_calendars .postbox,.mec-admin-dark-mode.post-type-mec_calendars .postbox h2,.mec-admin-dark-mode.post-type-mec_calendars .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .wp-editor-container,.mec-admin-dark-mode.post-type-mec_calendars .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-active,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec_calendars ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars ul.category-tabs li.tabs{border-color:#353535}.mec-admin-dark-mode #mec_calendar_filter .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=number],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=text],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=url],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row select,.mec-admin-dark-mode #mec_calendar_filter .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_booking .mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_booking .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=number],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=text],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=url],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row select,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode #mec_metabox_booking .mec-meta-box-fields .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_details .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=number],.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=text],.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=url],.mec-admin-dark-mode #mec_metabox_details .mec-form-row select,.mec-admin-dark-mode #mec_metabox_details .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_details .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode #mec_metabox_details .mec-meta-box-fields .mec-form-row input[type=checkbox],.mec-admin-dark-mode .mec-addon-box-version,.mec-admin-dark-mode .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode .mec-form-row input[type=number],.mec-admin-dark-mode .mec-form-row input[type=text],.mec-admin-dark-mode .mec-form-row input[type=url],.mec-admin-dark-mode .mec-form-row select,.mec-admin-dark-mode .mec-form-row textarea,.mec-admin-dark-mode .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode.m-e-calendar_page_MEC-addons,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-select-event-wrap .select2-container--default .select2-selection--single,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-sendmail-form-wrap,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-sendmail-wrap,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-send-email-form-wrap input.widefat,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-results__option--highlighted[aria-selected],.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-search--dropdown .select2-search__field,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .wp-switch-editor,.mec-admin-dark-mode.m-e-calendar_page_MEC-report div.mce-toolbar-grp,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec-invoice-custom-css,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #titlediv #title,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .quicktags-toolbar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-results__option[aria-selected],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-core-ui .quicktags-toolbar input.button.button-small,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=checkbox],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=color],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=date],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=datetime-local],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=datetime],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=email],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=month],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=number],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=password],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=radio],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=search],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=tel],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=text],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=time],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=url],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=week],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings select,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings textarea,.mec-admin-dark-mode.post-type-mec-books .wn-mec-select,.mec-admin-dark-mode.post-type-mec-books input[type=email],.mec-admin-dark-mode.post-type-mec-books input[type=number],.mec-admin-dark-mode.post-type-mec-books input[type=text],.mec-admin-dark-mode.post-type-mec-books input[type=url],.mec-admin-dark-mode.post-type-mec-books select,.mec-admin-dark-mode.post-type-mec-books textarea,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_field_types button,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields button,.mec-admin-dark-mode.post-type-mec-events #titlediv #title,.mec-admin-dark-mode.post-type-mec-events .components-form-token-field__input-container,.mec-admin-dark-mode.post-type-mec-events .components-panel__body,.mec-admin-dark-mode.post-type-mec-events .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.post-type-mec-events .mec-certain-day>div,.mec-admin-dark-mode.post-type-mec-events .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.post-type-mec-events .mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-admin-dark-mode.post-type-mec-events .mec-xi-google-import-events .mec-select-deselect-actions li,.mec-admin-dark-mode.post-type-mec-events .select2-dropdown,.mec-admin-dark-mode.post-type-mec-events .select2-results__option[aria-selected],.mec-admin-dark-mode.post-type-mec-events .wp-admin p label input[type=checkbox],.mec-admin-dark-mode.post-type-mec-events input[type=checkbox],.mec-admin-dark-mode.post-type-mec-events input[type=color],.mec-admin-dark-mode.post-type-mec-events input[type=date],.mec-admin-dark-mode.post-type-mec-events input[type=datetime-local],.mec-admin-dark-mode.post-type-mec-events input[type=datetime],.mec-admin-dark-mode.post-type-mec-events input[type=email],.mec-admin-dark-mode.post-type-mec-events input[type=month],.mec-admin-dark-mode.post-type-mec-events input[type=number],.mec-admin-dark-mode.post-type-mec-events input[type=password],.mec-admin-dark-mode.post-type-mec-events input[type=radio],.mec-admin-dark-mode.post-type-mec-events input[type=search],.mec-admin-dark-mode.post-type-mec-events input[type=tel],.mec-admin-dark-mode.post-type-mec-events input[type=text],.mec-admin-dark-mode.post-type-mec-events input[type=time],.mec-admin-dark-mode.post-type-mec-events input[type=url],.mec-admin-dark-mode.post-type-mec-events input[type=week],.mec-admin-dark-mode.post-type-mec-events select,.mec-admin-dark-mode.post-type-mec-events textarea,.mec-admin-dark-mode.post-type-mec_calendars #titlediv #title,.mec-admin-dark-mode.post-type-mec_calendars .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode.post-type-mec_calendars .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.post-type-mec_calendars .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode.post-type-mec_calendars .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.post-type-mec_calendars .select2-container--default .select2-selection--multiple .select2-selection__choice,.mec-admin-dark-mode.post-type-mec_calendars .select2-dropdown,.mec-admin-dark-mode.post-type-mec_calendars .select2-results__option[aria-selected],.mec-admin-dark-mode.post-type-mec_calendars input[type=checkbox],.mec-admin-dark-mode.post-type-mec_calendars input[type=color],.mec-admin-dark-mode.post-type-mec_calendars input[type=date],.mec-admin-dark-mode.post-type-mec_calendars input[type=datetime-local],.mec-admin-dark-mode.post-type-mec_calendars input[type=datetime],.mec-admin-dark-mode.post-type-mec_calendars input[type=email],.mec-admin-dark-mode.post-type-mec_calendars input[type=month],.mec-admin-dark-mode.post-type-mec_calendars input[type=number],.mec-admin-dark-mode.post-type-mec_calendars input[type=password],.mec-admin-dark-mode.post-type-mec_calendars input[type=radio],.mec-admin-dark-mode.post-type-mec_calendars input[type=search],.mec-admin-dark-mode.post-type-mec_calendars input[type=tel],.mec-admin-dark-mode.post-type-mec_calendars input[type=text],.mec-admin-dark-mode.post-type-mec_calendars input[type=time],.mec-admin-dark-mode.post-type-mec_calendars input[type=url],.mec-admin-dark-mode.post-type-mec_calendars input[type=week],.mec-admin-dark-mode.post-type-mec_calendars select,.mec-admin-dark-mode.post-type-mec_calendars textarea,.mec-admin-dark-mode.toplevel_page_mec-intro .w-box.mec-activation input[name=MECPurchaseCode],.mec-admin-dark-mode.toplevel_page_mec-intro .w-box.mec-activation input[type=radio]+label span,.mec-select-deselect-actions li{background:#282828;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=checkbox]:checked,.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=checkbox]:checked,.mec-admin-dark-mode .mec-custom-nice-select ul.list li .wn-mec-text:after,.mec-admin-dark-mode .mec-sed-methods li:before{box-shadow:0 1px 6px -2px #000;border-color:#353535;background:#222}.mec-admin-dark-mode .mec-switcher input+label,.mec-admin-dark-mode .mec-switcher input+label:before,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-results__option{background-color:#000}.mec-admin-dark-mode .wn-mec-select .option.focus .wn-img-sh img,.mec-admin-dark-mode .wn-mec-select .option.selected.focus .wn-img-sh img,.mec-admin-dark-mode .wn-mec-select .option:hover .wn-img-sh img{background:0 0}.mec-admin-dark-mode .ui-datepicker{background-color:#000;border:1px solid #000;box-shadow:0 0 8px rgba(33,33,33,.6)}.mec-admin-dark-mode .ui-datepicker.ui-widget td a,.mec-admin-dark-mode .w-box.upcoming-events .mec-event-article .mec-detail-button,.mec-admin-dark-mode.post-type-mec-events,.mec-admin-dark-mode.post-type-mec-events .postbox h2,.mec-admin-dark-mode.post-type-mec_calendars .postbox h2{color:#d2d2d2;background:#282828}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul *{background:#282828}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul>ul>li,.mec-admin-dark-mode #mec_styles_form #mec_styles_CSS,.mec-admin-dark-mode .mec-message-categories li.mec-acc-label,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields{background:#000}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul>ul>li:hover,.mec-admin-dark-mode .mec-active,.mec-admin-dark-mode.post-type-mec-events .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#888!important}.mec-admin-dark-mode.post-type-mec_calendars .mec-calendar-metabox .wn-mec-select .list{border-radius:0 0 2px 2px;box-shadow:0 0 0 1px #353535,0 2px 6px rgba(0,0,0,.07)}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .ui-sortable-handle,.mec-admin-dark-mode #mec_gateways_form li .mec-gateway-options-form,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .ui-sortable-handle,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_metabox_details .ui-sortable-handle,.mec-admin-dark-mode #payment_gateways_option li .mec-gateway-options-form,.mec-admin-dark-mode .mec-meta-box-fields h4{border-color:#000!important}.mec-admin-dark-mode .wns-be-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content,.mec-admin-dark-mode.post-type-mec-events #wp-content-editor-tools,.mec-admin-dark-mode.post-type-mec_calendars,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .list{background-color:#282828;border-color:#353535}.mec-admin-dark-mode .mec-intro-section-ifarme iframe,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container *,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container *{background:#1f1f1f!important;border-color:#353535!important}.mec-admin-dark-mode .block-editor-block-types-list__item-icon,.mec-admin-dark-mode .block-editor-block-types-list__item-title,.mec-admin-dark-mode .w-box.upcoming-events .mec-event-article h4.mec-event-title,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-selection--single .select2-selection__rendered,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .about-wrap h3,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container .fserv-form-name,.mec-admin-dark-mode.toplevel_page_mec-intro .about-wrap h3,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container .fserv-form-name{color:#d2d2d2!important}.mec-admin-dark-mode .wns-be-sidebar li a:hover,.mec-admin-dark-mode .wns-be-sidebar li:hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option:hover{background:#000;color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar li a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h2,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h3,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h4,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head span,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-faq-accordion-trigger a,.mec-admin-dark-mode.post-type-mec-books .postbox h1,.mec-admin-dark-mode.post-type-mec-books .postbox h2,.mec-admin-dark-mode.post-type-mec-books .postbox h3,.mec-admin-dark-mode.post-type-mec-events .components-panel__body-toggle.components-button,.mec-admin-dark-mode.post-type-mec-events .wrap h1.wp-heading-inline,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option .wn-mec-text{color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a:hover{background:#282828;background:linear-gradient(95deg,#282828 0,#222 50%,#282828 100%);color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar li.active ul.subsection{background:#282828;border-bottom:1px solid #353535}.mec-admin-dark-mode .wns-be-sidebar li .subsection a{background:#282828;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 46px}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main{box-shadow:0 2px 12px -5px #000}.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h4,.mec-admin-dark-mode .wns-be-sidebar .mec-settings-menu .mec-settings-submenu a,.mec-admin-dark-mode li.wns-be-group-menu-li.mec-settings-menu .mec-settings-submenu,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option.focus,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option.selected.focus,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option:hover{background:#000;color:#d2d2d2;border-color:#353535}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option{background:#000!important;color:#fff!important}.mec-admin-dark-mode.m-e-calendar_page_MEC-addons,.mec-admin-dark-mode.m-e-calendar_page_MEC-addons .about-wrap h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-report,.mec-admin-dark-mode.m-e-calendar_page_MEC-report h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings div.mce-panel,.mec-admin-dark-mode.m-e-calendar_page_MEC-support,.mec-admin-dark-mode.m-e-calendar_page_MEC-support h1,.mec-admin-dark-mode.post-type-mec-books,.mec-admin-dark-mode.post-type-mec-books h1,.mec-admin-dark-mode.post-type-mec_calendars,.mec-admin-dark-mode.post-type-mec_calendars .wrap h1.wp-heading-inline,.mec-admin-dark-mode.toplevel_page_mec-intro,.mec-admin-dark-mode.toplevel_page_mec-intro .about-wrap h1{background:#282828!important;color:#d2d2d2}.mec-admin-dark-mode.m-e-calendar_page_MEC-report .w-theme-version,.mec-admin-dark-mode.toplevel_page_mec-intro .w-theme-version{box-shadow:0 3px 30px -4px #000;background:#000;background:linear-gradient(95deg,#000 0,#282828 50%,#1f1f1f 100%)}.mec-admin-dark-mode .mec-sed-methods li.active,.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h2,.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h4,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap .nav-tab-wrapper .nav-tab,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap h2.nav-tab-wrapper,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple .select2-selection__choice{color:#d2d2d2;background:#000}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li a:hover{color:#008aff}.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap .nav-tab-wrapper .nav-tab-active{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%)}.mec-admin-dark-mode .wns-be-container #wns-be-infobar:before{content:"";width:261px;height:78px;display:block;position:absolute;left:0;top:0;background:#1f1f1f url(../img/webnus-logo2.png) no-repeat center;border-bottom:1px solid #dedede;background-size:220px;z-index:997}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-footer,.mec-admin-dark-mode.post-type-mec-books #titlediv #title,.mec-admin-dark-mode.post-type-mec-books .postbox h1{background:#1f1f1f!important}.mec-admin-dark-mode .mec-settings-menu .mec-settings-submenu:after,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:#353535}.mec-admin-dark-mode .mec-switcher input:checked+label:before{background-color:#000;background:linear-gradient(95deg,#1f1f1f 0,#222 50%,#000 100%)}.mec-admin-dark-mode .mec-switcher input:checked+label{box-shadow:0 3px 11px -7px #000}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup,.mec-admin-dark-mode .lity.mec-add-event-popup,.mec-admin-dark-mode .lity.mec-add-shortcode-popup,.mec-admin-dark-mode .mec-add-shortcode-popup div#mec_popup_shortcode{background:#282828}.mec-admin-dark-mode .lity.mec-add-event-popup .lity-content,.mec-admin-dark-mode .lity.mec-add-shortcode-popup .lity-content{box-shadow:0 3px 20px 0 rgba(0,0,0,.55)}.mec-admin-dark-mode .mec-add-event-popup .mec-meta-box-colors-container,.mec-admin-dark-mode .mec-steps-container,.mec-admin-dark-mode .mec-steps-header{background:#000}.mec-admin-dark-mode .mec-add-event-popup div#mec_popup_event,.mec-admin-dark-mode .mec-steps-panel{background:#1f1f1f}.mec-admin-dark-mode button.lity-close{background:#000;box-shadow:0 3px 8px 0 rgba(0,0,0,.55)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li{border:2px solid #282828;background:#000!important}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text:before,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input{background:#282828;border-color:#1f1f1f;box-shadow:0 3px 6px 0 rgba(0,0,0,.05)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li.active{box-shadow:0 3px 5px rgba(0,0,0,.2)}.mec-admin-dark-mode .nicescroll-cursors{background-color:#000!important}.mec-admin-dark-mode .mec-add-event-popup .mec-categories-tab-contents,.mec-admin-dark-mode .mec-add-event-popup .mec-form-row.mec-available-color-row,.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content.mec-steps-content-7.mec-steps-content-active,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode{border-color:#282828;background:#000}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code{background:rgba(266,266,266,.35)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code code,.mec-admin-dark-mode .mec-steps-content h3{color:#d2d2d2}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button{margin-left:unset}.mec-admin-dark-mode .wp-picker-container .wp-color-result.button{background:inherit}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container-body.mce-stack-layout{background:#000;border-color:#000!important}.mec-admin-dark-mode .attachments-browser .media-toolbar,.mec-admin-dark-mode .media-frame-content,.mec-admin-dark-mode .media-modal-content,.mec-admin-dark-mode .media-modal-content h1,.mec-admin-dark-mode .media-modal-content h2,.mec-admin-dark-mode .media-modal-content p,.mec-admin-dark-mode .media-sidebar{background:#000;color:#d2d2d2!important;border-color:#282828}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup{background-color:#000;border-color:#282828}.mec-admin-dark-mode.post-type-mec-books table.widefat,.mec-admin-dark-mode.post-type-mec_calendars table.widefat,.post-type-mec-events.mec-admin-dark-mode table.widefat{background:#1f1f1f;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode.post-type-mec-books .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-books ul.striped>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-events .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-events ul.striped>:nth-child(odd),.mec-admin-dark-mode.post-type-mec_calendars .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec_calendars ul.striped>:nth-child(odd){background:#282828;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode.post-type-mec-books .widefat td,.mec-admin-dark-mode.post-type-mec-books .widefat th,.mec-admin-dark-mode.post-type-mec-events .widefat td,.mec-admin-dark-mode.post-type-mec-events .widefat th,.mec-admin-dark-mode.post-type-mec_calendars .widefat td,.mec-admin-dark-mode.post-type-mec_calendars .widefat th{border-color:#000;color:#d2d2d2}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings ul#adminmenu>li.current>a.current:after,.mec-admin-dark-mode.post-type-mec-events ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.post-type-mec-events ul#adminmenu>li.current>a.current:after,.mec-admin-dark-mode.post-type-mec_calendars ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.post-type-mec_calendars ul#adminmenu>li.current>a.current:after{border-right-color:#1f1f1f}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button-secondary,.mec-admin-dark-mode.post-type-mec-events .button,.mec-admin-dark-mode.post-type-mec-events .button-secondary,.mec-admin-dark-mode.post-type-mec-events .wp-heading-inline+.page-title-action,.mec-admin-dark-mode.post-type-mec_calendars .button,.mec-admin-dark-mode.post-type-mec_calendars .wp-heading-inline+.page-title-action{color:#d2d2d2!important;border-color:#353535!important;background:#0000!important}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button-secondary:hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button.hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button:hover,.mec-admin-dark-mode.post-type-mec-events .button-secondary:hover,.mec-admin-dark-mode.post-type-mec-events .button.hover,.mec-admin-dark-mode.post-type-mec-events .button:hover,.mec-admin-dark-mode.post-type-mec_calendars .button-secondary:hover,.mec-admin-dark-mode.post-type-mec_calendars .button.hover,.mec-admin-dark-mode.post-type-mec_calendars .button:hover{background:#000!important;border-color:#333!important;color:#fff!important}.mec-admin-dark-mode.post-type-mec-events .mec-form-row .button:not(.wp-color-result){height:37px;margin-top:1px;box-shadow:inset 0 2px 4px #282828,inset 0 -2px 4px rgba(0,0,0,.05),0 2px 2px rgba(0,0,0,.06)}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-color-result-text,.mec-admin-dark-mode.post-type-mec-events .wp-color-result-text{border-left:1px solid #353535;color:#d2d2d2;background:#000}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec-search-settings{color:#d2d2d2;background:#282828}.mec-admin-dark-mode.post-type-mec_calendars .mec-switcher input+label:after,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option .wn-hover-img-sh img{background:#282828}.mec-metabox-head-version img,.mec-metabox-head-version p{float:left}.mec-metabox-head-version a{float:right}.mec-metabox-head-version p{margin-top:3px;margin-left:5px;margin-bottom:34px}h3.mec-metabox-feed-head{border-top:1px solid #ccc}div#mec_widget_news_features .inside{padding:0}.mec-metabox-head-wrap{padding:0 12px}#dashboard-widgets h3.mec-metabox-feed-head{padding:8px 12px;border-top:1px solid #eee;border-bottom:1px solid #eee;font-weight:700}.mec-metabox-feed-content{padding:0 12px}.mec-metabox-feed-content ul li a{font-weight:600;display:block}.mec-metabox-feed-content ul li p{margin:3px 0 24px}.mec-metabox-footer a span{font-size:17px;vertical-align:middle;margin-left:2px}.mec-metabox-footer a{text-decoration:none;border-right:1px solid #eee;padding-right:10px;margin-right:12px}.mec-metabox-footer{padding:11px 12px 10px;border-top:1px solid #eee}.mec-metabox-footer a:last-of-type{border:none}.mec-metabox-upcoming-wrap h3{border-top:none!important;padding-top:13px!important}.mec-metabox-head-wrap{box-shadow:0 5px 8px rgba(0,0,0,.05)}.mec-metabox-upcoming-wrap ul li span{float:left}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event{float:left;margin-left:10px}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event-date{float:right}.mec-metabox-upcoming-wrap ul{padding:0 12px;background:#f7f7f7;margin:0}.mec-metabox-upcoming-wrap ul li{border-bottom:1px solid #eee;padding:14px 0;margin-bottom:0}.mec-metabox-upcoming-wrap ul li:last-of-type{border:none}.mec-metabox-upcoming-wrap h3{margin-bottom:0!important}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event a{font-weight:600}.mec-metabox-head-version a span{vertical-align:middle}.mec-metabox-head-version a{padding-left:6px!important}div#mec-schema .mec-form-row label{display:inline-block;width:111px}.event-status-schema{background:#f7f7f7;padding:20px;margin-bottom:15px;border-radius:3px}div#mec_cancelled_reason_wrapper label{width:166px!important}.mec-fluent-hidden{display:none}
assets/js/frontend.js CHANGED
@@ -4213,6 +4213,8 @@ function mecFluentYearlyUI(eventID, yearID) {
4213
  // Load Next Month in background
4214
  setMonth(settings.next_month.year, settings.next_month.month, true);
4215
 
 
 
4216
  active_month = initMonth = settings.active_month.month;
4217
  active_year = initYear = settings.active_month.year;
4218
 
@@ -4474,6 +4476,8 @@ function mecFluentYearlyUI(eventID, yearID) {
4474
  // Load Next Month in background
4475
  setMonth(settings.next_month.year, settings.next_month.month, true);
4476
 
 
 
4477
  active_month = initMonth = settings.active_month.month;
4478
  active_year = initYear = settings.active_month.year;
4479
 
4213
  // Load Next Month in background
4214
  setMonth(settings.next_month.year, settings.next_month.month, true);
4215
 
4216
+ var initMonth;
4217
+ var initYear;
4218
  active_month = initMonth = settings.active_month.month;
4219
  active_year = initYear = settings.active_month.year;
4220
 
4476
  // Load Next Month in background
4477
  setMonth(settings.next_month.year, settings.next_month.month, true);
4478
 
4479
+ var initMonth;
4480
+ var initYear;
4481
  active_month = initMonth = settings.active_month.month;
4482
  active_year = initYear = settings.active_month.year;
4483
 
assets/sql/install.sql CHANGED
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS `#__mec_events` (
11
  `week` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
12
  `weekday` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
13
  `weekdays` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL
14
- ) ENGINE=InnoDB DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:] AUTO_INCREMENT=1;
15
 
16
  ALTER TABLE `#__mec_events` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ID` (`id`), ADD UNIQUE KEY `post_id` (`post_id`);
17
  ALTER TABLE `#__mec_events` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1;
@@ -30,7 +30,7 @@ CREATE TABLE IF NOT EXISTS `#__mec_dates` (
30
  `dend` date NOT NULL,
31
  `tstart` int(11) UNSIGNED NOT NULL DEFAULT '0',
32
  `tend` int(11) UNSIGNED NOT NULL DEFAULT '0'
33
- ) ENGINE=InnoDB DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:];
34
 
35
  ALTER TABLE `#__mec_dates` ADD PRIMARY KEY (`id`), ADD KEY `post_id` (`post_id`), ADD KEY `tstart` (`tstart`), ADD KEY `tend` (`tend`);
36
  ALTER TABLE `#__mec_dates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
11
  `week` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
12
  `weekday` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
13
  `weekdays` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL
14
+ ) DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:] AUTO_INCREMENT=1;
15
 
16
  ALTER TABLE `#__mec_events` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ID` (`id`), ADD UNIQUE KEY `post_id` (`post_id`);
17
  ALTER TABLE `#__mec_events` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1;
30
  `dend` date NOT NULL,
31
  `tstart` int(11) UNSIGNED NOT NULL DEFAULT '0',
32
  `tend` int(11) UNSIGNED NOT NULL DEFAULT '0'
33
+ ) DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:];
34
 
35
  ALTER TABLE `#__mec_dates` ADD PRIMARY KEY (`id`), ADD KEY `post_id` (`post_id`), ADD KEY `tstart` (`tstart`), ADD KEY `tend` (`tend`);
36
  ALTER TABLE `#__mec_dates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
assets/sql/tables.sql CHANGED
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS `#__mec_events` (
11
  `week` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
12
  `weekday` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
13
  `weekdays` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL
14
- ) ENGINE=InnoDB DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:] AUTO_INCREMENT=1;
15
 
16
  ALTER TABLE `#__mec_events` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ID` (`id`), ADD UNIQUE KEY `post_id` (`post_id`);
17
  ALTER TABLE `#__mec_events` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1;
@@ -30,7 +30,7 @@ CREATE TABLE IF NOT EXISTS `#__mec_dates` (
30
  `dend` date NOT NULL,
31
  `tstart` int(11) UNSIGNED NOT NULL DEFAULT '0',
32
  `tend` int(11) UNSIGNED NOT NULL DEFAULT '0'
33
- ) ENGINE=InnoDB DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:];
34
 
35
  ALTER TABLE `#__mec_dates` ADD PRIMARY KEY (`id`), ADD KEY `post_id` (`post_id`), ADD KEY `tstart` (`tstart`), ADD KEY `tend` (`tend`);
36
  ALTER TABLE `#__mec_dates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
11
  `week` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
12
  `weekday` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL,
13
  `weekdays` varchar(80) COLLATE [:COLLATE:] DEFAULT NULL
14
+ ) DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:] AUTO_INCREMENT=1;
15
 
16
  ALTER TABLE `#__mec_events` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `ID` (`id`), ADD UNIQUE KEY `post_id` (`post_id`);
17
  ALTER TABLE `#__mec_events` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1;
30
  `dend` date NOT NULL,
31
  `tstart` int(11) UNSIGNED NOT NULL DEFAULT '0',
32
  `tend` int(11) UNSIGNED NOT NULL DEFAULT '0'
33
+ ) DEFAULT CHARSET=[:CHARSET:] COLLATE=[:COLLATE:];
34
 
35
  ALTER TABLE `#__mec_dates` ADD PRIMARY KEY (`id`), ADD KEY `post_id` (`post_id`), ADD KEY `tstart` (`tstart`), ADD KEY `tend` (`tend`);
36
  ALTER TABLE `#__mec_dates` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
changelog.txt CHANGED
@@ -1,4 +1,21 @@
1
- v 5.3.021 April 2020
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  - Added: Minimum option for coupons (pro)
3
  - Added: An option to display event time in grid skin
4
  - Added: Grid and tile skins to the full calendar skins
@@ -14,7 +31,7 @@
14
  - Fixed: Some minor issues
15
 
16
  v 5.2.7 – 14 April 2020
17
- - Fixed: An issue with full calendar.
18
 
19
  v 5.2.6 – 14 April 2020
20
  - Added: Start and end dates in RSS feeds
1
+ v 5.3.528 April 2020
2
+ - Added: An option to accept one booking for all occurrences of a certain event (pro)
3
+ - Added: Internal cache solution to cache frequently used data
4
+ - Added: Style for taxonomies
5
+ - Disabled: Yearly view by default in full calendar (lite)
6
+ - Updated: French translation (Thanks to Bernard)
7
+ - Used: A new formula for booking price calculation (pro)
8
+ - Fixed: Price calculation after applying percentage coupons (pro)
9
+ - Fixed: Event time form
10
+ - Fixed: Yearly repeat
11
+ - Fixed: Loading local time in skins
12
+ - Fixed: Closing tag in grid skin
13
+ - Fixed: Normal mode of search bar
14
+ - Fixed: An issue in table creation when InnoDB module is not installed on MySQL server
15
+ - Fixed: Display Normal label and Cancellation reason in full calendar
16
+ - Fixed: some PHP notices
17
+
18
+ v 5.3.0 – 21 April 2020
19
  - Added: Minimum option for coupons (pro)
20
  - Added: An option to display event time in grid skin
21
  - Added: Grid and tile skins to the full calendar skins
31
  - Fixed: Some minor issues
32
 
33
  v 5.2.7 – 14 April 2020
34
+ - Fixed: An issue with full calendar
35
 
36
  v 5.2.6 – 14 April 2020
37
  - Added: Start and end dates in RSS feeds
languages/modern-events-calendar-lite-cs_CZ.mo CHANGED
Binary file
languages/modern-events-calendar-lite-cs_CZ.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar Lite\n"
4
- "POT-Creation-Date: 2020-04-21 15:14+0430\n"
5
- "PO-Revision-Date: 2020-04-21 15:15+0430\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: cs_CZ\n"
@@ -23,8 +23,8 @@ msgstr ""
23
 
24
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
25
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
26
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:944
27
- #: app/libraries/factory.php:962 app/widgets/MEC.php:33
28
  msgid "Modern Events Calendar"
29
  msgstr "Moderní kalendář událostí"
30
 
@@ -82,9 +82,9 @@ msgstr "Barva události"
82
  msgid "Settings"
83
  msgstr "Nastavení"
84
 
85
- #: app/features/contextual.php:62 app/features/events.php:2479
86
- #: app/features/mec/booking.php:448 app/features/mec/support.php:29
87
- #: app/libraries/main.php:560
88
  msgid "Booking Form"
89
  msgstr "Rezervační formulář"
90
 
@@ -241,7 +241,7 @@ msgstr "Možnosti Google Maps"
241
  msgid "Google Recaptcha Options"
242
  msgstr "Možnosti Google Recaptcha"
243
 
244
- #: app/features/contextual.php:258 app/features/mec/single.php:149
245
  #: app/libraries/main.php:548
246
  msgid "Countdown Options"
247
  msgstr "Možnosti Odpočítávání"
@@ -340,7 +340,7 @@ msgstr "Zobrazit událost"
340
  msgid "No events found in Trash!"
341
  msgstr "V koši nebyly nalezeny žádné události!"
342
 
343
- #: app/features/events.php:183 app/features/events.php:3357
344
  #: app/features/mec/meta_boxes/display_options.php:1385
345
  #: app/features/mec/meta_boxes/search_form.php:31
346
  #: app/features/mec/meta_boxes/search_form.php:101
@@ -353,18 +353,18 @@ msgstr "V koši nebyly nalezeny žádné události!"
353
  #: app/features/mec/meta_boxes/search_form.php:584
354
  #: app/features/mec/meta_boxes/search_form.php:654
355
  #: app/features/mec/meta_boxes/search_form.php:760
356
- #: app/features/mec/settings.php:839 app/features/mec/single.php:232
357
- #: app/features/search.php:68 app/libraries/main.php:5414
358
- #: app/libraries/skins.php:887 app/skins/single.php:572
359
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
360
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
361
  #: app/skins/single/modern.php:128
362
  msgid "Category"
363
  msgstr "Kategorie"
364
 
365
- #: app/features/events.php:184 app/features/events.php:3312
366
  #: app/features/fes/form.php:767 app/features/mec.php:412
367
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5413
368
  msgid "Categories"
369
  msgstr "Kategorie"
370
 
@@ -453,7 +453,7 @@ msgid "Event Repeating"
453
  msgstr "Opakování události"
454
 
455
  #: app/features/events.php:334 app/features/events.php:1294
456
- #: app/features/mec/settings.php:743 app/skins/single.php:957
457
  msgid "Hourly Schedule"
458
  msgstr "Hodinový rozvrh"
459
 
@@ -469,8 +469,8 @@ msgstr "Umístění"
469
  msgid "Links"
470
  msgstr "Odkaz"
471
 
472
- #: app/features/events.php:337 app/features/events.php:3359
473
- #: app/features/events.php:3550 app/features/events.php:3592
474
  #: app/features/ix.php:3508 app/features/ix.php:3549
475
  #: app/features/mec/meta_boxes/display_options.php:1388
476
  #: app/features/mec/meta_boxes/search_form.php:46
@@ -484,21 +484,21 @@ msgstr "Odkaz"
484
  #: app/features/mec/meta_boxes/search_form.php:599
485
  #: app/features/mec/meta_boxes/search_form.php:669
486
  #: app/features/mec/meta_boxes/search_form.php:775
487
- #: app/features/mec/settings.php:851 app/features/mec/single.php:236
488
  #: app/features/organizers.php:58 app/features/organizers.php:204
489
  #: app/features/organizers.php:260 app/features/organizers.php:262
490
  #: app/features/organizers.php:271 app/features/popup/event.php:293
491
  #: app/features/popup/event.php:302 app/features/search.php:80
492
- #: app/libraries/main.php:5420 app/libraries/skins.php:939
493
- #: app/skins/single.php:816 app/skins/single/default.php:227
494
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
495
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
496
  msgid "Organizer"
497
  msgstr "Organizátor"
498
 
499
  #: app/features/events.php:338 app/features/events.php:1171
500
- #: app/features/fes/form.php:740 app/libraries/main.php:5447
501
- #: app/skins/single.php:595 app/skins/single/default.php:128
502
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
503
  #: app/skins/single/modern.php:223
504
  msgid "Cost"
@@ -518,8 +518,8 @@ msgstr "Poznámka pro recenzenta"
518
  msgid "Guest Data"
519
  msgstr "Údaje hosta"
520
 
521
- #: app/features/events.php:471 app/features/events.php:2461
522
- #: app/features/events.php:3883 app/features/fes.php:223
523
  #: app/features/fes/form.php:699 app/features/labels.php:178
524
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
525
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
@@ -527,17 +527,17 @@ msgstr "Údaje hosta"
527
  msgid "Name"
528
  msgstr "Jméno"
529
 
530
- #: app/features/events.php:472 app/features/events.php:2472
531
- #: app/features/events.php:2548 app/features/events.php:3886
532
  #: app/features/fes.php:223 app/features/fes/form.php:695
533
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
534
  #: app/features/organizers.php:111 app/features/organizers.php:152
535
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
536
- #: app/features/speakers.php:196 app/libraries/main.php:1595
537
- #: app/libraries/main.php:1664 app/libraries/main.php:2899
538
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
539
- #: app/modules/booking/steps/form.php:83 app/skins/single.php:833
540
- #: app/skins/single.php:888 app/skins/single/default.php:244
541
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
542
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
543
  msgid "Email"
@@ -548,8 +548,8 @@ msgid "Date and Time"
548
  msgstr "Datum a čas"
549
 
550
  #: app/features/events.php:483 app/features/events.php:489
551
- #: app/features/events.php:3360 app/features/events.php:3550
552
- #: app/features/events.php:3592 app/features/fes/form.php:250
553
  #: app/features/fes/form.php:254 app/features/ix.php:3508
554
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
555
  #: app/features/mec/dashboard.php:405
@@ -573,24 +573,24 @@ msgid "Start Date"
573
  msgstr "Počátečná den"
574
 
575
  #: app/features/events.php:561 app/features/events.php:653
576
- #: app/features/events.php:1734 app/features/events.php:1793
577
- #: app/features/events.php:1986 app/features/events.php:2025
578
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
579
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
580
  msgid "AM"
581
  msgstr "dop."
582
 
583
  #: app/features/events.php:568 app/features/events.php:660
584
- #: app/features/events.php:1741 app/features/events.php:1800
585
- #: app/features/events.php:1987 app/features/events.php:2026
586
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
587
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
588
  msgid "PM"
589
  msgstr "odp."
590
 
591
  #: app/features/events.php:575 app/features/events.php:580
592
- #: app/features/events.php:3361 app/features/events.php:3550
593
- #: app/features/events.php:3592 app/features/fes/form.php:290
594
  #: app/features/fes/form.php:294 app/features/ix.php:3508
595
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
596
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
@@ -634,11 +634,11 @@ msgstr ""
634
  #: app/features/events.php:707 app/features/events.php:828
635
  #: app/features/events.php:1134 app/features/events.php:1211
636
  #: app/features/events.php:1519 app/features/events.php:1609
637
- #: app/features/events.php:1821 app/features/events.php:1836
638
- #: app/features/events.php:2045 app/features/events.php:2058
639
- #: app/features/events.php:2209 app/features/events.php:2245
640
- #: app/features/events.php:2343 app/features/events.php:2358
641
- #: app/features/events.php:2388 app/features/events.php:2401
642
  #: app/features/fes/form.php:651 app/features/locations.php:316
643
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
644
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
@@ -699,13 +699,13 @@ msgstr ""
699
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
700
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
701
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
702
- #: app/features/mec/single.php:58 app/features/mec/single.php:77
703
- #: app/features/mec/single.php:94 app/features/mec/single.php:110
704
- #: app/features/mec/single.php:125 app/features/mec/single.php:178
705
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
706
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
707
  #: app/features/organizers.php:272 app/features/popup/event.php:256
708
- #: app/features/popup/event.php:303 app/skins/single.php:679
709
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
710
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
711
  #: app/skins/single/modern.php:151
@@ -783,24 +783,24 @@ msgstr "Interval opakování"
783
  msgid "Week Days"
784
  msgstr "Dny v týdnu"
785
 
786
- #: app/features/events.php:818 app/features/events.php:1905
787
- #: app/features/events.php:1933 app/features/events.php:2113
788
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
789
  #: app/features/ix/import_g_calendar.php:51
790
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
791
  msgid "Start"
792
  msgstr "Začátek"
793
 
794
- #: app/features/events.php:820 app/features/events.php:1909
795
- #: app/features/events.php:1937 app/features/events.php:2117
796
  #: app/features/fes/form.php:381
797
  msgid "End"
798
  msgstr "Konec"
799
 
800
  #: app/features/events.php:822 app/features/events.php:1205
801
  #: app/features/events.php:1325 app/features/events.php:1430
802
- #: app/features/events.php:1888 app/features/events.php:2102
803
- #: app/features/events.php:2182 app/features/events.php:2315
804
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
805
  msgid "Add"
806
  msgstr "Přidat"
@@ -884,10 +884,10 @@ msgstr ""
884
  msgid "Show only one occurrence of this event"
885
  msgstr "Další výskyt dalších událostí"
886
 
887
- #: app/features/events.php:1167 app/features/events.php:3550
888
- #: app/features/events.php:3592 app/features/fes/form.php:737
889
  #: app/features/ix.php:3508 app/features/ix.php:3549
890
- #: app/features/mec/settings.php:689 app/libraries/main.php:5446
891
  #: app/widgets/single.php:103
892
  msgid "Event Cost"
893
  msgstr "Cena události"
@@ -900,11 +900,11 @@ msgstr "Výjimečné dny (vyjma dat)"
900
  msgid "Exclude certain days"
901
  msgstr "Vyloučit určité dny"
902
 
903
- #: app/features/events.php:1203 app/features/events.php:2549
904
  #: app/features/fes.php:223 app/features/mec/booking.php:500
905
- #: app/features/profile/profile.php:53 app/libraries/main.php:2302
906
- #: app/libraries/main.php:2957 app/modules/booking/steps/tickets.php:23
907
- #: app/modules/next-event/details.php:93 app/skins/single.php:653
908
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
909
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
910
  msgid "Date"
@@ -943,9 +943,9 @@ msgstr "Den %s"
943
 
944
  #: app/features/events.php:1310 app/features/events.php:1349
945
  #: app/features/events.php:1384 app/features/events.php:1416
946
- #: app/features/events.php:1445 app/features/events.php:2330
947
- #: app/features/events.php:2377 app/features/events.php:3356
948
- #: app/features/events.php:3550 app/features/events.php:3592
949
  #: app/features/fes/form.php:239 app/features/ix.php:3508
950
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
951
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
@@ -954,19 +954,19 @@ msgstr "Název"
954
 
955
  #: app/features/events.php:1319 app/features/events.php:1356
956
  #: app/features/events.php:1389 app/features/events.php:1424
957
- #: app/features/events.php:1450 app/features/events.php:1919
958
- #: app/features/events.php:1945 app/features/events.php:2123
959
- #: app/features/events.php:2222 app/features/events.php:2258
960
- #: app/features/events.php:2365 app/features/events.php:2407
961
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
962
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
963
- #: app/libraries/main.php:2818 app/libraries/main.php:2848
964
- #: app/libraries/main.php:2877 app/libraries/main.php:2907
965
- #: app/libraries/main.php:2936 app/libraries/main.php:2965
966
- #: app/libraries/main.php:2994 app/libraries/main.php:3023
967
- #: app/libraries/main.php:3045 app/libraries/main.php:3076
968
- #: app/libraries/main.php:3120 app/libraries/main.php:3164
969
- #: app/libraries/main.php:3211 app/libraries/main.php:3250
970
  msgid "Remove"
971
  msgstr "Odstranit"
972
 
@@ -985,8 +985,8 @@ msgid "To e.g. 8:45"
985
  msgstr "Do např. 8:45"
986
 
987
  #: app/features/events.php:1353 app/features/events.php:1387
988
- #: app/features/events.php:1448 app/features/events.php:1809
989
- #: app/features/events.php:2034
990
  msgid "Description"
991
  msgstr "Popis"
992
 
@@ -994,7 +994,7 @@ msgstr "Popis"
994
  #: app/features/events.php:1453 app/features/fes/form.php:861
995
  #: app/features/mec.php:420 app/features/mec/modules.php:52
996
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
997
- #: app/libraries/main.php:565 app/libraries/main.php:5421
998
  #: app/modules/speakers/details.php:18
999
  msgid "Speakers"
1000
  msgstr "Řečníci"
@@ -1009,7 +1009,7 @@ msgid "Event Links"
1009
  msgstr "Odkazy na událost"
1010
 
1011
  #: app/features/events.php:1487 app/features/events.php:1493
1012
- #: app/features/fes/form.php:716 app/libraries/main.php:5444
1013
  msgid "Event Link"
1014
  msgstr "Odkaz na událost"
1015
 
@@ -1038,8 +1038,8 @@ msgid "URL Shortener"
1038
  msgstr "Zkracovač URL"
1039
 
1040
  #: app/features/events.php:1503 app/features/events.php:1516
1041
- #: app/features/fes/form.php:721 app/libraries/main.php:5445
1042
- #: app/skins/single.php:678 app/skins/single/default.php:142
1043
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
1044
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
1045
  #: app/widgets/single.php:107
@@ -1066,15 +1066,45 @@ msgstr ""
1066
  "Pokud ji vyplníte, zobrazí se jako volitelný odkaz na stránce s podrobnostmi "
1067
  "o události. Vložte celý odkaz včetně http (s): //"
1068
 
1069
- #: app/features/events.php:1590 app/features/events.php:1605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1070
  #, fuzzy
1071
  #| msgid "Total booking limits"
1072
  msgid "Total booking limit"
1073
  msgstr "Celkové limity rezervace"
1074
 
1075
- #: app/features/events.php:1602 app/features/events.php:1857
1076
- #: app/features/events.php:2072 app/modules/booking/default.php:85
1077
- #: app/modules/booking/steps/tickets.php:43
1078
  #: app/skins/available_spot/tpl.php:122
1079
  msgid "Unlimited"
1080
  msgstr "Neomezené"
@@ -1095,25 +1125,37 @@ msgstr "Přečtěte si o rezervačním systému"
1095
  msgid "100"
1096
  msgstr "100"
1097
 
1098
- #: app/features/events.php:1623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1099
  msgid "Total user booking limits"
1100
  msgstr "Celkové limity rezervace uživatelů"
1101
 
1102
- #: app/features/events.php:1635 app/features/events.php:2171
1103
- #: app/features/events.php:2303 app/features/events.php:2491
1104
  msgid "Inherit from global options"
1105
  msgstr "Zdědí z globálních možností"
1106
 
1107
- #: app/features/events.php:1638
1108
  msgid "12"
1109
  msgstr "12"
1110
 
1111
- #: app/features/events.php:1661 app/libraries/book.php:60
1112
- #: app/libraries/main.php:5449 app/modules/booking/steps/tickets.php:43
1113
- msgid "Tickets"
1114
- msgstr "Vstupenky"
1115
-
1116
- #: app/features/events.php:1664
1117
  msgid ""
1118
  "You're translating an event so MEC will use the original event for tickets "
1119
  "and booking. You can only translate the ticket name and description. Please "
@@ -1123,40 +1165,40 @@ msgstr ""
1123
  "vstupenek a rezervace. Můžete přeložit pouze název a popis vstupenky. Prosím "
1124
  "definujte určité vstupenky, které jste definovali v původní události."
1125
 
1126
- #: app/features/events.php:1669
1127
  #, fuzzy
1128
  #| msgid "Ticket"
1129
  msgid "Add Ticket"
1130
  msgstr "Vstupenka"
1131
 
1132
- #: app/features/events.php:1683 app/features/events.php:1959
1133
  msgid "Ticket Name"
1134
  msgstr "Název vstupenky"
1135
 
1136
- #: app/features/events.php:1688 app/features/events.php:1963
1137
- #: app/features/events.php:3550 app/features/events.php:3592
1138
  #: app/features/ix.php:3508 app/features/ix.php:3549
1139
  msgid "Start Time"
1140
  msgstr "Začátek"
1141
 
1142
- #: app/features/events.php:1747 app/features/events.php:1993
1143
- #: app/features/events.php:3550 app/features/events.php:3592
1144
  #: app/features/ix.php:3508 app/features/ix.php:3549
1145
  msgid "End Time"
1146
  msgstr "Konec"
1147
 
1148
- #: app/features/events.php:1814 app/features/events.php:1818
1149
- #: app/features/events.php:1913 app/features/events.php:1940
1150
- #: app/features/events.php:2039 app/features/events.php:2042
1151
- #: app/features/events.php:2119 app/features/events.php:2336
1152
- #: app/features/events.php:2340 app/features/events.php:2382
1153
- #: app/features/events.php:2385 app/features/mec/booking.php:388
1154
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1155
  #: app/features/mec/booking.php:423
1156
  msgid "Price"
1157
  msgstr "Cena"
1158
 
1159
- #: app/features/events.php:1819 app/features/events.php:2043
1160
  #, fuzzy
1161
  #| msgid "Insert 0 for free ticket. Only numbers please."
1162
  msgid ""
@@ -1164,60 +1206,60 @@ msgid ""
1164
  "any symbols or characters."
1165
  msgstr "Vložte 0 pro vstupenku zdarma. Prosím pouze čísla."
1166
 
1167
- #: app/features/events.php:1828 app/features/events.php:1833
1168
- #: app/features/events.php:2052 app/features/events.php:2055
1169
  msgid "Price Label"
1170
  msgstr "Cenový štítek"
1171
 
1172
- #: app/features/events.php:1834 app/features/events.php:2056
1173
  msgid "For showing on website. e.g. $15"
1174
  msgstr "Pro zobrazení na webu. např. 15 $"
1175
 
1176
- #: app/features/events.php:1844 app/features/events.php:2066
1177
  msgid "Available Tickets"
1178
  msgstr "Dostupné vstupenky"
1179
 
1180
- #: app/features/events.php:1861 app/features/events.php:2076
1181
  #, fuzzy
1182
  #| msgid "Maximum Per Ticket"
1183
  msgid "Minimum Ticket e.g. 3"
1184
  msgstr "Maximum na jednu vstupenku"
1185
 
1186
- #: app/features/events.php:1864 app/features/events.php:2079
1187
  #, fuzzy
1188
  #| msgid "Maximum Per Ticket"
1189
  msgid "MinimumTicket"
1190
  msgstr "Maximum na jednu vstupenku"
1191
 
1192
- #: app/features/events.php:1866 app/features/events.php:2081
1193
  msgid "Set a number for the minimum ticket reservation possible"
1194
  msgstr ""
1195
 
1196
- #: app/features/events.php:1874 app/features/events.php:2089
1197
  msgid "e.g. 0"
1198
  msgstr ""
1199
 
1200
- #: app/features/events.php:1876 app/features/events.php:2091
1201
  #, fuzzy
1202
  #| msgid "Days"
1203
  msgid "Day"
1204
  msgstr "Dny"
1205
 
1206
- #: app/features/events.php:1877 app/features/events.php:2092
1207
  msgid "Hour"
1208
  msgstr ""
1209
 
1210
- #: app/features/events.php:1879 app/features/events.php:2094
1211
  #, php-format
1212
  msgid "Stop selling ticket %s before event start."
1213
  msgstr ""
1214
 
1215
- #: app/features/events.php:1886 app/features/events.php:2100
1216
  msgid "Price per Date"
1217
  msgstr "Cena za datum"
1218
 
1219
- #: app/features/events.php:1917 app/features/events.php:1943
1220
- #: app/features/events.php:2121 app/features/labels.php:60
1221
  #: app/features/mec/meta_boxes/display_options.php:1386
1222
  #: app/features/mec/meta_boxes/search_form.php:67
1223
  #: app/features/mec/meta_boxes/search_form.php:137
@@ -1230,28 +1272,24 @@ msgstr "Cena za datum"
1230
  #: app/features/mec/meta_boxes/search_form.php:620
1231
  #: app/features/mec/meta_boxes/search_form.php:690
1232
  #: app/features/mec/meta_boxes/search_form.php:796
1233
- #: app/features/mec/settings.php:871 app/features/mec/single.php:250
1234
- #: app/features/search.php:98 app/libraries/skins.php:1017
1235
  msgid "Label"
1236
  msgstr "Štítek"
1237
 
1238
- #: app/features/events.php:2159
1239
- msgid "Fees"
1240
- msgstr "Poplatky"
1241
-
1242
- #: app/features/events.php:2196 app/features/events.php:2234
1243
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1244
  msgid "Fee Title"
1245
  msgstr "Název poplatku"
1246
 
1247
- #: app/features/events.php:2202 app/features/events.php:2206
1248
- #: app/features/events.php:2239 app/features/events.php:2242
1249
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1250
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1251
  msgid "Amount"
1252
  msgstr "Množství"
1253
 
1254
- #: app/features/events.php:2207 app/features/events.php:2243
1255
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1256
  msgid ""
1257
  "Fee amount, considered as fixed amount if you set the type to amount "
@@ -1260,87 +1298,83 @@ msgstr ""
1260
  "Výše poplatku, je považovaná za pevnou částku, pokud nastavíte typ na částku "
1261
  "odpovídající procentuální hodnotě"
1262
 
1263
- #: app/features/events.php:2216 app/features/events.php:2252
1264
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1265
  msgid "Percent"
1266
  msgstr "Procent"
1267
 
1268
- #: app/features/events.php:2217 app/features/events.php:2253
1269
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1270
  msgid "Amount (Per Ticket)"
1271
  msgstr "Částka (za vstupenku)"
1272
 
1273
- #: app/features/events.php:2218 app/features/events.php:2254
1274
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1275
  msgid "Amount (Per Booking)"
1276
  msgstr "Částka (za rezervaci)"
1277
 
1278
- #: app/features/events.php:2291 app/features/mec/settings.php:761
1279
- msgid "Ticket Variations / Options"
1280
- msgstr "Varianty vstupenky / možnosti"
1281
-
1282
- #: app/features/events.php:2341 app/features/events.php:2386
1283
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1284
  msgid "Option Price"
1285
  msgstr "Možnosti ceny"
1286
 
1287
- #: app/features/events.php:2351 app/features/events.php:2355
1288
- #: app/features/events.php:2395 app/features/events.php:2398
1289
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1290
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1291
  msgid "Maximum Per Ticket"
1292
  msgstr "Maximum na jednu vstupenku"
1293
 
1294
- #: app/features/events.php:2356 app/features/events.php:2399
1295
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1296
  #, fuzzy
1297
  #| msgid "Maximum Per Ticket. Leave it blank for unlimited."
1298
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1299
  msgstr "Maximum na jednu vstupenku. Ponechte to prázdné pro neomezené."
1300
 
1301
- #: app/features/events.php:2545 app/features/mec/booking.php:496
1302
- #: app/libraries/main.php:2840
1303
  msgid "MEC Name"
1304
  msgstr "MEC Jméno"
1305
 
1306
- #: app/features/events.php:2546 app/features/mec/booking.php:497
1307
- #: app/libraries/main.php:2869
1308
  msgid "MEC Email"
1309
  msgstr "MEC Email"
1310
 
1311
- #: app/features/events.php:2547 app/features/mec/booking.php:498
1312
- #: app/libraries/main.php:2810
1313
  msgid "Text"
1314
  msgstr "Text"
1315
 
1316
- #: app/features/events.php:2550 app/features/mec/booking.php:501
1317
  #: app/features/organizers.php:103 app/features/organizers.php:148
1318
  #: app/features/speakers.php:119 app/features/speakers.php:192
1319
- #: app/features/speakers.php:271 app/libraries/main.php:2986
1320
  msgid "Tel"
1321
  msgstr "Tel"
1322
 
1323
- #: app/features/events.php:2551 app/features/mec/booking.php:502
1324
- #: app/libraries/main.php:2928
1325
  msgid "File"
1326
  msgstr "Soubor"
1327
 
1328
- #: app/features/events.php:2552 app/features/mec/booking.php:503
1329
- #: app/libraries/main.php:3015
1330
  msgid "Textarea"
1331
  msgstr "Plocha textu"
1332
 
1333
- #: app/features/events.php:2553 app/features/mec/booking.php:504
1334
- #: app/libraries/main.php:3068
1335
  msgid "Checkboxes"
1336
  msgstr "Zatržítko"
1337
 
1338
- #: app/features/events.php:2554 app/features/mec/booking.php:505
1339
- #: app/libraries/main.php:3112
1340
  msgid "Radio Buttons"
1341
  msgstr "Přepínače"
1342
 
1343
- #: app/features/events.php:2555 app/features/mec/booking.php:506
1344
  #: app/features/mec/meta_boxes/search_form.php:34
1345
  #: app/features/mec/meta_boxes/search_form.php:41
1346
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1416,46 +1450,46 @@ msgstr "Přepínače"
1416
  #: app/features/mec/meta_boxes/search_form.php:785
1417
  #: app/features/mec/meta_boxes/search_form.php:792
1418
  #: app/features/mec/meta_boxes/search_form.php:799
1419
- #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3156
1420
  msgid "Dropdown"
1421
  msgstr "Rozbalovací"
1422
 
1423
- #: app/features/events.php:2556 app/features/mec/booking.php:507
1424
- #: app/libraries/main.php:3203
1425
  msgid "Agreement"
1426
  msgstr "Smlouva"
1427
 
1428
- #: app/features/events.php:2557 app/features/mec/booking.php:508
1429
- #: app/libraries/main.php:3044
1430
  msgid "Paragraph"
1431
  msgstr "Paragraf"
1432
 
1433
- #: app/features/events.php:3258 app/features/events.php:3276
1434
- #: app/features/events.php:3294 app/features/events.php:3312
1435
  #, php-format
1436
  msgid "Show all %s"
1437
  msgstr "Ukázat všechny %s"
1438
 
1439
- #: app/features/events.php:3258
1440
  msgid "labels"
1441
  msgstr "štítky"
1442
 
1443
- #: app/features/events.php:3276
1444
  msgid "locations"
1445
  msgstr "umístění"
1446
 
1447
- #: app/features/events.php:3294
1448
  msgid "organizers"
1449
  msgstr "organizátoři"
1450
 
1451
- #: app/features/events.php:3328
1452
  #, fuzzy
1453
  #| msgid "Attendees Limit"
1454
  msgid "Attendees List"
1455
  msgstr "Limit účastníků"
1456
 
1457
- #: app/features/events.php:3358 app/features/events.php:3550
1458
- #: app/features/events.php:3592 app/features/ix.php:3508
1459
  #: app/features/ix.php:3549 app/features/locations.php:58
1460
  #: app/features/locations.php:247 app/features/locations.php:304
1461
  #: app/features/locations.php:306 app/features/locations.php:315
@@ -1471,87 +1505,87 @@ msgstr "Limit účastníků"
1471
  #: app/features/mec/meta_boxes/search_form.php:591
1472
  #: app/features/mec/meta_boxes/search_form.php:661
1473
  #: app/features/mec/meta_boxes/search_form.php:767
1474
- #: app/features/mec/settings.php:845 app/features/mec/single.php:240
1475
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1476
- #: app/features/search.php:74 app/libraries/main.php:2296
1477
- #: app/libraries/main.php:5418 app/libraries/skins.php:913
1478
- #: app/skins/single.php:500 app/skins/single.php:934
1479
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1480
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1481
  #: app/skins/single/modern.php:104
1482
  msgid "Location"
1483
  msgstr "Umístění"
1484
 
1485
- #: app/features/events.php:3363
1486
  msgid "Repeat"
1487
  msgstr "Opakovat"
1488
 
1489
- #: app/features/events.php:3364
1490
  msgid "Author"
1491
  msgstr "Autor"
1492
 
1493
- #: app/features/events.php:3485 app/features/events.php:3486
1494
  msgid "iCal Export"
1495
  msgstr "iCal Export"
1496
 
1497
- #: app/features/events.php:3488 app/features/events.php:3489
1498
  msgid "CSV Export"
1499
  msgstr "CSV Export"
1500
 
1501
- #: app/features/events.php:3491 app/features/events.php:3492
1502
  msgid "MS Excel Export"
1503
  msgstr "MS Excel Export"
1504
 
1505
- #: app/features/events.php:3494 app/features/events.php:3495
1506
  msgid "XML Export"
1507
  msgstr "XML Export"
1508
 
1509
- #: app/features/events.php:3497 app/features/events.php:3498
1510
  msgid "JSON Export"
1511
  msgstr "JSON Export"
1512
 
1513
- #: app/features/events.php:3500 app/features/events.php:3501
1514
- #: app/features/events.php:3683
1515
  msgid "Duplicate"
1516
  msgstr "Duplikát"
1517
 
1518
- #: app/features/events.php:3550 app/features/events.php:3592
1519
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1520
  #: app/features/labels.php:177 app/features/locations.php:246
1521
  #: app/features/organizers.php:203 app/features/speakers.php:268
1522
  msgid "ID"
1523
  msgstr "ID"
1524
 
1525
- #: app/features/events.php:3550 app/features/events.php:3592
1526
  #: app/features/ix.php:3508 app/features/ix.php:3549
1527
  msgid "Link"
1528
  msgstr "Odkaz"
1529
 
1530
- #: app/features/events.php:3550 app/features/events.php:3592
1531
  #, php-format
1532
  msgid "%s Tel"
1533
  msgstr "%s Tel"
1534
 
1535
- #: app/features/events.php:3550 app/features/events.php:3592
1536
  #, php-format
1537
  msgid "%s Email"
1538
  msgstr "%s Email"
1539
 
1540
- #: app/features/events.php:3889 app/features/fes.php:223
1541
- #: app/features/profile/profile.php:186 app/libraries/main.php:2333
1542
- #: app/libraries/main.php:5448
1543
  msgid "Ticket"
1544
  msgstr "Vstupenka"
1545
 
1546
- #: app/features/events.php:3892 app/features/profile/profile.php:189
1547
  msgid "Variations"
1548
  msgstr "Variace"
1549
 
1550
- #: app/features/events.php:3907 app/features/fes.php:303
1551
  msgid "Unknown"
1552
  msgstr "Neznámý"
1553
 
1554
- #: app/features/events.php:3940
1555
  #, fuzzy
1556
  #| msgid "Attendees Form"
1557
  msgid "No Attendees Found!"
@@ -1596,8 +1630,8 @@ msgstr "Událost byla odebrána!"
1596
  msgid "Order Time"
1597
  msgstr "Konec"
1598
 
1599
- #: app/features/fes.php:223 app/libraries/main.php:2308
1600
- #: app/libraries/main.php:2396
1601
  msgid "Transaction ID"
1602
  msgstr "ID transakce"
1603
 
@@ -1743,8 +1777,8 @@ msgstr "Odebrat obrázek"
1743
 
1744
  #: app/features/fes/form.php:793 app/features/labels.php:61
1745
  #: app/features/labels.php:221 app/features/mec.php:413
1746
- #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5415
1747
- #: app/skins/single.php:708 app/skins/single/default.php:157
1748
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1749
  #: app/skins/single/modern.php:238
1750
  msgid "Labels"
@@ -2093,7 +2127,7 @@ msgstr "Přidat do Google kalendáře"
2093
 
2094
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
2095
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
2096
- #: app/features/mec/settings.php:1085 app/features/mec/single.php:297
2097
  msgid "Checking ..."
2098
  msgstr "Ověřování ..."
2099
 
@@ -2533,7 +2567,7 @@ msgstr "Normální"
2533
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2534
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2535
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2536
- #: app/skins/grid/render.php:55 app/skins/list/render.php:39
2537
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2538
  #: app/skins/monthly_view/calendar_clean.php:87
2539
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
@@ -2544,10 +2578,10 @@ msgid "Featured"
2544
  msgstr "Ztvárněná"
2545
 
2546
  #: app/features/labels.php:118 app/features/labels.php:143
2547
- #: app/libraries/main.php:5662 app/skins/agenda/render.php:43
2548
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2549
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2550
- #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:56
2551
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2552
  #: app/skins/monthly_view/calendar.php:89
2553
  #: app/skins/monthly_view/calendar_clean.php:88
@@ -2564,7 +2598,7 @@ msgstr "Vybrané a zrušené události můžete zobrazit jiným stylem!"
2564
 
2565
  #: app/features/labels.php:180 app/features/locations.php:249
2566
  #: app/features/organizers.php:206 app/features/speakers.php:272
2567
- #: app/modules/booking/steps/tickets.php:41
2568
  msgid "Count"
2569
  msgstr "Spočítat"
2570
 
@@ -2581,7 +2615,7 @@ msgstr "Událost %s"
2581
 
2582
  #: app/features/locations.php:59 app/features/mec.php:414
2583
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2584
- #: app/libraries/main.php:5417
2585
  msgid "Locations"
2586
  msgstr "Umístění"
2587
 
@@ -2716,7 +2750,7 @@ msgstr "Vyberte obrázek"
2716
  msgid "Don't show map in single event page"
2717
  msgstr "Nezobrazovat mapu na jednostránkové události"
2718
 
2719
- #: app/features/locations.php:377 app/libraries/main.php:5451
2720
  msgid "Other Locations"
2721
  msgstr "Další místa"
2722
 
@@ -2788,7 +2822,7 @@ msgstr "Podpora"
2788
 
2789
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2790
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2791
- #: app/libraries/main.php:5419
2792
  msgid "Organizers"
2793
  msgstr "Organizátoři"
2794
 
@@ -2828,7 +2862,7 @@ msgid "MEC - Go Pro"
2828
  msgstr "MEC - podpora"
2829
 
2830
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2831
- #: app/libraries/factory.php:1048
2832
  msgid "Go Pro"
2833
  msgstr ""
2834
 
@@ -2928,9 +2962,9 @@ msgstr "Vyhledávání ..."
2928
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2929
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2930
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2931
- #: app/features/mec/single.php:17 app/features/mec/single.php:262
2932
- #: app/features/mec/single.php:272 app/features/mec/single.php:314
2933
- #: app/features/mec/single.php:328 app/features/mec/styles.php:11
2934
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2935
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2936
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
@@ -3145,10 +3179,6 @@ msgstr "Přidat varianty / možnosti"
3145
  msgid "Enable Organizer Payment Module"
3146
  msgstr "Povolit platební modul organizátora"
3147
 
3148
- #: app/features/mec/booking.php:585 app/features/mec/support-page.php:118
3149
- msgid "Organizer Payment"
3150
- msgstr "Platba organizátora"
3151
-
3152
  #: app/features/mec/booking.php:586
3153
  msgid ""
3154
  "By enabling this module, organizers are able to insert their own payment "
@@ -3159,14 +3189,14 @@ msgstr ""
3159
 
3160
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
3161
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
3162
- #: app/features/mec/settings.php:1080 app/features/mec/single.php:292
3163
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3164
  msgid "Saved"
3165
  msgstr "Uloženo"
3166
 
3167
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
3168
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
3169
- #: app/features/mec/settings.php:1081 app/features/mec/single.php:293
3170
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3171
  msgid "Settings Saved!"
3172
  msgstr "Nastavení uložena!"
@@ -3175,14 +3205,14 @@ msgstr "Nastavení uložena!"
3175
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
3176
  #: app/features/mec/notifications.php:907
3177
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
3178
- #: app/features/mec/settings.php:1105 app/features/mec/single.php:295
3179
- #: app/features/mec/single.php:317 app/libraries/main.php:5661
3180
  msgid "Verified"
3181
  msgstr "Ověřeno"
3182
 
3183
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
3184
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
3185
- #: app/features/mec/single.php:319
3186
  msgid "Please Refresh Page"
3187
  msgstr "Prosím obnovte stránku"
3188
 
@@ -3196,7 +3226,7 @@ msgstr "Vítejte %s"
3196
  msgid "%s - Most Powerful & Easy to Use Events Management System"
3197
  msgstr "%s - Nejvýkonnější a snadno použitelný systém pro správu událostí"
3198
 
3199
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:962
3200
  msgid "Modern Events Calendar (Lite)"
3201
  msgstr "Modern Events Calendar (Lite)"
3202
 
@@ -3279,7 +3309,7 @@ msgstr ""
3279
  "zakoupený kód."
3280
 
3281
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3282
- #: app/libraries/factory.php:972
3283
  msgid "Upcoming Events"
3284
  msgstr "Nadcházející události"
3285
 
@@ -3859,15 +3889,15 @@ msgstr "Výchozí zobrazení"
3859
 
3860
  #: app/features/mec/meta_boxes/display_options.php:637
3861
  #: app/features/mec/meta_boxes/display_options.php:661
3862
- #: app/libraries/main.php:330 app/libraries/main.php:1813
3863
- #: app/libraries/main.php:1838
3864
  msgid "List View"
3865
  msgstr "Zobrazení seznamu"
3866
 
3867
  #: app/features/mec/meta_boxes/display_options.php:638
3868
  #: app/features/mec/meta_boxes/display_options.php:682
3869
- #: app/libraries/main.php:331 app/libraries/main.php:1814
3870
- #: app/libraries/main.php:1839
3871
  msgid "Grid View"
3872
  msgstr "Zobrazení mřížky"
3873
 
@@ -3881,8 +3911,8 @@ msgstr "Zobrazení rozvrhu"
3881
 
3882
  #: app/features/mec/meta_boxes/display_options.php:640
3883
  #: app/features/mec/meta_boxes/display_options.php:703
3884
- #: app/libraries/main.php:334 app/libraries/main.php:1807
3885
- #: app/libraries/main.php:1832
3886
  msgid "Yearly View"
3887
  msgstr "Roční zobrazení"
3888
 
@@ -3893,15 +3923,15 @@ msgstr "Měsíční / kalendářní zobrazení"
3893
 
3894
  #: app/features/mec/meta_boxes/display_options.php:642
3895
  #: app/features/mec/meta_boxes/display_options.php:752
3896
- #: app/libraries/main.php:337 app/libraries/main.php:1809
3897
- #: app/libraries/main.php:1834
3898
  msgid "Weekly View"
3899
  msgstr "Týdenní zobrazení"
3900
 
3901
  #: app/features/mec/meta_boxes/display_options.php:643
3902
  #: app/features/mec/meta_boxes/display_options.php:762
3903
- #: app/libraries/main.php:336 app/libraries/main.php:1810
3904
- #: app/libraries/main.php:1835
3905
  msgid "Daily View"
3906
  msgstr "Denní zobrazení"
3907
 
@@ -4466,10 +4496,10 @@ msgstr "Zakázaný"
4466
  #: app/features/mec/meta_boxes/search_form.php:606
4467
  #: app/features/mec/meta_boxes/search_form.php:676
4468
  #: app/features/mec/meta_boxes/search_form.php:782
4469
- #: app/features/mec/settings.php:858 app/features/mec/single.php:245
4470
  #: app/features/search.php:86 app/features/speakers.php:61
4471
- #: app/features/speakers.php:269 app/libraries/main.php:5422
4472
- #: app/libraries/skins.php:965
4473
  msgid "Speaker"
4474
  msgstr "Řečník"
4475
 
@@ -4484,8 +4514,8 @@ msgstr "Řečník"
4484
  #: app/features/mec/meta_boxes/search_form.php:613
4485
  #: app/features/mec/meta_boxes/search_form.php:683
4486
  #: app/features/mec/meta_boxes/search_form.php:789
4487
- #: app/features/mec/settings.php:865 app/features/mec/single.php:254
4488
- #: app/features/search.php:92 app/libraries/skins.php:991
4489
  msgid "Tag"
4490
  msgstr "Štítek"
4491
 
@@ -4629,7 +4659,7 @@ msgstr ""
4629
  msgid "Google Maps Style"
4630
  msgstr "Styl Map Google"
4631
 
4632
- #: app/features/mec/modules.php:114 app/features/mec/single.php:88
4633
  msgid "Default"
4634
  msgstr "Výchozí"
4635
 
@@ -5511,7 +5541,7 @@ msgid "You can enable/disable Schema scripts"
5511
  msgstr "Můžete povolit nebo zakázat skripty schématu"
5512
 
5513
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5514
- #: app/libraries/main.php:5426
5515
  msgid "Weekdays"
5516
  msgstr "Pracovní dny"
5517
 
@@ -5883,10 +5913,6 @@ msgstr "Tagy události"
5883
  msgid "Event Organizer"
5884
  msgstr "Organizátor události"
5885
 
5886
- #: app/features/mec/settings.php:749
5887
- msgid "Booking Options"
5888
- msgstr "Možnosti rezervace"
5889
-
5890
  #: app/features/mec/settings.php:755
5891
  msgid "Fees / Taxes Options"
5892
  msgstr "Možnosti Poplatky / Daně"
@@ -6115,7 +6141,7 @@ msgstr ""
6115
  "Doporučené datum“ zobrazuje datum události na základě uvedeného data v "
6116
  "seznamu událostí."
6117
 
6118
- #: app/features/mec/single.php:65 app/features/mec/single.php:76
6119
  msgid "Single Event Style"
6120
  msgstr "Styl jedné události"
6121
 
@@ -6124,23 +6150,23 @@ msgid "Default Style"
6124
  msgstr "Výchozí styl"
6125
 
6126
  # ??? český výraz
6127
- #: app/features/mec/single.php:71
6128
  msgid "Elementor Single Builder"
6129
  msgstr "Elementor Single Builder"
6130
 
6131
- #: app/features/mec/single.php:77
6132
  msgid "Choose your single event style."
6133
  msgstr "Vyberte si styl jedné události."
6134
 
6135
- #: app/features/mec/single.php:85 app/features/mec/single.php:93
6136
  msgid "Booking Style"
6137
  msgstr "Styl rezervace"
6138
 
6139
- #: app/features/mec/single.php:89
6140
  msgid "Modal"
6141
  msgstr "Modální"
6142
 
6143
- #: app/features/mec/single.php:94
6144
  #, fuzzy
6145
  #| msgid ""
6146
  #| "Choose your Booking style, Please Note: When you set this feature to "
@@ -6154,19 +6180,19 @@ msgstr ""
6154
  "na modální, nevidíte rezervační box, pokud nastavíte zobrazení vyskakovacího "
6155
  "modulu na krátké kódy"
6156
 
6157
- #: app/features/mec/single.php:102
6158
  msgid "Disable Block Editor (Gutenberg)"
6159
  msgstr "Zakázat Editor bloků (Gutenberg)"
6160
 
6161
- #: app/features/mec/single.php:105
6162
  msgid "Disable Block Editor"
6163
  msgstr "Zakázat Editor bloků"
6164
 
6165
- #: app/features/mec/single.php:109
6166
  msgid "Block Editor"
6167
  msgstr "Editor bloků"
6168
 
6169
- #: app/features/mec/single.php:110
6170
  msgid ""
6171
  "If you want to use the new WordPress block editor you should keep this "
6172
  "checkbox unchecked."
@@ -6174,72 +6200,72 @@ msgstr ""
6174
  "Pokud chcete použít nový editor bloků WordPress, měli byste ponechat toto "
6175
  "políčko prázdné."
6176
 
6177
- #: app/features/mec/single.php:117 app/features/mec/single.php:124
6178
  msgid "Breadcrumbs"
6179
  msgstr "Drobečková navigace"
6180
 
6181
- #: app/features/mec/single.php:120
6182
  msgid "Enable Breadcrumbs."
6183
  msgstr "Povolit drobečkovou navigaci."
6184
 
6185
- #: app/features/mec/single.php:125
6186
  msgid "Check this option, for showing the breadcrumbs on single event page"
6187
  msgstr ""
6188
  "Zaškrtněte tuto možnost, chcete-li zobrazit drobečkovou navigaci na stránce "
6189
  "jedné události"
6190
 
6191
- #: app/features/mec/single.php:132 app/features/mec/single.php:139
6192
  #, fuzzy
6193
  #| msgid "Description"
6194
  msgid "Organizer Description"
6195
  msgstr "Popis"
6196
 
6197
- #: app/features/mec/single.php:135
6198
  msgid "Enable Description For Organizer."
6199
  msgstr ""
6200
 
6201
- #: app/features/mec/single.php:140
6202
  msgid ""
6203
  "If you want to turn on description for other organizer plase go to "
6204
  "'Additional Organizers - After enabling and saving the settings, reloading "
6205
  "the settings page.' tab"
6206
  msgstr ""
6207
 
6208
- #: app/features/mec/single.php:153
6209
  msgid "Show countdown module on event page"
6210
  msgstr "Zobrazit modul odpočítávání na stránce události"
6211
 
6212
- #: app/features/mec/single.php:158
6213
  msgid "Countdown Style"
6214
  msgstr "Styl Odpočítávání"
6215
 
6216
- #: app/features/mec/single.php:161
6217
  msgid "Plain Style"
6218
  msgstr "Prostý styl"
6219
 
6220
- #: app/features/mec/single.php:162
6221
  msgid "Flip Style"
6222
  msgstr "Styl překlopení"
6223
 
6224
- #: app/features/mec/single.php:170 app/features/mec/single.php:177
6225
  msgid "Exceptional days (Exclude Dates)"
6226
  msgstr "Výjimečné dny (kromě dat)"
6227
 
6228
- #: app/features/mec/single.php:174
6229
  msgid "Show exceptional days option on Add/Edit events page"
6230
  msgstr "Zobrazit možnost výjimečných dnů na stránce Přidat / Upravit události"
6231
 
6232
- #: app/features/mec/single.php:178
6233
  msgid ""
6234
  "Using this option you can exclude certain days from event occurrence dates."
6235
  msgstr ""
6236
  "Pomocí této možnosti můžete vyloučit určité dny z dat výskytu událostí."
6237
 
6238
- #: app/features/mec/single.php:187 app/libraries/main.php:550
6239
  msgid "Additional Organizers"
6240
  msgstr "Další organizátoři"
6241
 
6242
- #: app/features/mec/single.php:192
6243
  msgid ""
6244
  "Show additional organizers option on Add/Edit events page and single event "
6245
  "page."
@@ -6247,15 +6273,15 @@ msgstr ""
6247
  "Zobrazit další možnost organizátorů na stránce Přidat / Upravit události a "
6248
  "na stránce jedné události."
6249
 
6250
- #: app/features/mec/single.php:201
6251
  msgid "Enable Description For Other Organizers."
6252
  msgstr ""
6253
 
6254
- #: app/features/mec/single.php:209
6255
  msgid "Additional locations"
6256
  msgstr "Další místa"
6257
 
6258
- #: app/features/mec/single.php:213
6259
  msgid ""
6260
  "Show additional locations option on Add/Edit events page and single event "
6261
  "page."
@@ -6263,18 +6289,18 @@ msgstr ""
6263
  "Zobrazit další umístění na stránce Přidat / Upravit události a na stránce "
6264
  "jediné události."
6265
 
6266
- #: app/features/mec/single.php:219 app/libraries/main.php:552
6267
- #: app/skins/single.php:161
6268
  msgid "Related Events"
6269
  msgstr "Související události"
6270
 
6271
- #: app/features/mec/single.php:223
6272
  msgid "Display related events based on taxonomy in single event page."
6273
  msgstr ""
6274
  "Zobrazte související události na základě taxonomie na stránce s jednou "
6275
  "událostí."
6276
 
6277
- #: app/features/mec/single.php:229
6278
  msgid "Select Taxonomies:"
6279
  msgstr "Vyberte taxonomie:"
6280
 
@@ -6980,8 +7006,8 @@ msgstr "např. info@itreseni.cz"
6980
  msgid "eg. https://webnus.net"
6981
  msgstr "např. https://webnus.net"
6982
 
6983
- #: app/features/organizers.php:312 app/libraries/main.php:5450
6984
- #: app/skins/single.php:866
6985
  msgid "Other Organizers"
6986
  msgstr "Další organizátoři"
6987
 
@@ -7058,7 +7084,7 @@ msgstr ""
7058
 
7059
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
7060
  #: app/modules/booking/steps/form.php:179
7061
- #: app/modules/booking/steps/tickets.php:77 app/skins/countdown/tpl.php:109
7062
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
7063
  msgid "Next"
7064
  msgstr "Další"
@@ -7127,7 +7153,7 @@ msgstr "Přidat nový zkrácený kód"
7127
  msgid "Please %s/%s in order to see your bookings / profile."
7128
  msgstr "Prosím %s/%s za účelem zobrazení vašich rezervací / profilu."
7129
 
7130
- #: app/features/profile/profile.php:18 app/libraries/main.php:2199
7131
  msgid "Your booking already canceled!"
7132
  msgstr "Vaše rezervace již byla zrušena!"
7133
 
@@ -7135,11 +7161,11 @@ msgstr "Vaše rezervace již byla zrušena!"
7135
  msgid "#"
7136
  msgstr "#"
7137
 
7138
- #: app/features/profile/profile.php:56 app/libraries/main.php:3225
7139
  msgid "Status"
7140
  msgstr "Stav"
7141
 
7142
- #: app/features/profile/profile.php:59 app/libraries/main.php:2317
7143
  msgid "Attendees"
7144
  msgstr "Účastníci"
7145
 
@@ -7264,9 +7290,10 @@ msgstr "Žádný výsledek vyhledávání."
7264
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
7265
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
7266
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
7267
- #: app/modules/next-event/details.php:104 app/skins/single.php:758
7268
- #: app/skins/single/default.php:110 app/skins/single/default.php:341
7269
- #: app/skins/single/m1.php:45 app/skins/single/modern.php:208
 
7270
  #, fuzzy
7271
  #| msgid "Add Day"
7272
  msgid "All Day"
@@ -7348,12 +7375,12 @@ msgstr ""
7348
  msgid "%s Price"
7349
  msgstr "%s Cena"
7350
 
7351
- #: app/libraries/book.php:626
7352
  msgid "Discount"
7353
  msgstr "Sleva"
7354
 
7355
- #: app/libraries/book.php:716 app/modules/booking/default.php:316
7356
- #: app/modules/booking/default.php:415
7357
  msgid "Download Invoice"
7358
  msgstr "Stáhnout fakturu"
7359
 
@@ -7424,17 +7451,17 @@ msgstr "MEC Postranní panel"
7424
  msgid "Custom sidebar for single and modal page of MEC."
7425
  msgstr "Vlastní postranní panel pro jednu a modální stránku MEC."
7426
 
7427
- #: app/libraries/factory.php:1034
7428
  #, fuzzy
7429
  #| msgid "Update %s"
7430
  msgid "News & Updates"
7431
  msgstr "Aktualizovat %s"
7432
 
7433
- #: app/libraries/factory.php:1047
7434
  msgid "Blog"
7435
  msgstr ""
7436
 
7437
- #: app/libraries/factory.php:1047
7438
  msgid "Help"
7439
  msgstr ""
7440
 
@@ -7442,33 +7469,33 @@ msgstr ""
7442
  msgid "There is no excerpt because this is a protected post."
7443
  msgstr "Neexistuje výňatek, protože se jedná o chráněný příspěvek."
7444
 
7445
- #: app/libraries/main.php:332 app/libraries/main.php:1815
7446
- #: app/libraries/main.php:1840
7447
  msgid "Agenda View"
7448
  msgstr "Zobrazení agendy"
7449
 
7450
- #: app/libraries/main.php:333 app/libraries/main.php:1806
7451
- #: app/libraries/main.php:1831
7452
  msgid "Full Calendar"
7453
  msgstr "Plný kalendář"
7454
 
7455
- #: app/libraries/main.php:335 app/libraries/main.php:1808
7456
- #: app/libraries/main.php:1833
7457
  msgid "Calendar/Monthly View"
7458
  msgstr "Kalendář / zobrazení měsíce"
7459
 
7460
- #: app/libraries/main.php:338 app/libraries/main.php:1811
7461
- #: app/libraries/main.php:1836
7462
  msgid "Timetable View"
7463
  msgstr "Zobrazení rozvrhu"
7464
 
7465
- #: app/libraries/main.php:339 app/libraries/main.php:1812
7466
- #: app/libraries/main.php:1837
7467
  msgid "Masonry View"
7468
  msgstr "Zobrazení zdi"
7469
 
7470
- #: app/libraries/main.php:340 app/libraries/main.php:1816
7471
- #: app/libraries/main.php:1841
7472
  msgid "Map View"
7473
  msgstr "Zobrazení mapy"
7474
 
@@ -7499,31 +7526,31 @@ msgstr "Zobrazení posuvníku"
7499
  msgid "Timeline View"
7500
  msgstr "Zobrazení rozvrhu"
7501
 
7502
- #: app/libraries/main.php:385 app/libraries/main.php:5428
7503
  msgid "SU"
7504
  msgstr "NE"
7505
 
7506
- #: app/libraries/main.php:386 app/libraries/main.php:5429
7507
  msgid "MO"
7508
  msgstr "PO"
7509
 
7510
- #: app/libraries/main.php:387 app/libraries/main.php:5430
7511
  msgid "TU"
7512
  msgstr "ÚT"
7513
 
7514
- #: app/libraries/main.php:388 app/libraries/main.php:5431
7515
  msgid "WE"
7516
  msgstr "ST"
7517
 
7518
- #: app/libraries/main.php:389 app/libraries/main.php:5432
7519
  msgid "TH"
7520
  msgstr "ČT"
7521
 
7522
- #: app/libraries/main.php:390 app/libraries/main.php:5433
7523
  msgid "FR"
7524
  msgstr "PÁ"
7525
 
7526
- #: app/libraries/main.php:391 app/libraries/main.php:5434
7527
  msgid "SA"
7528
  msgstr "SO"
7529
 
@@ -7539,11 +7566,11 @@ msgstr "Další umístění"
7539
  msgid "Modules"
7540
  msgstr "Moduly"
7541
 
7542
- #: app/libraries/main.php:871
7543
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7544
  msgstr "Nové doplňky pro MEC! Nyní přizpůsobte MEC v Elementoru"
7545
 
7546
- #: app/libraries/main.php:878
7547
  msgid ""
7548
  "The time has come at last, and the new practical add-ons for MEC have been "
7549
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -7554,7 +7581,7 @@ msgstr ""
7554
  "revoluce ve světě kalendářů událostí. Poskytli jsme vám širokou škálu funkcí "
7555
  "pouze tím, že máme 4 doplňky, viz níže:"
7556
 
7557
- #: app/libraries/main.php:880
7558
  msgid ""
7559
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7560
  "products) and Woo products at the same time."
@@ -7562,7 +7589,7 @@ msgstr ""
7562
  "<strong>Integrace WooCommerce:</strong> Nyní si můžete zakoupit lístek (jako "
7563
  "produkty) a produkty Woo současně."
7564
 
7565
- #: app/libraries/main.php:881
7566
  msgid ""
7567
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7568
  "other websites without MEC. Use JSON output features to make your Apps "
@@ -7572,159 +7599,159 @@ msgstr ""
7572
  "událost) na jiných webech bez MEC. Použijte výstupní funkce JSON, aby vaše "
7573
  "aplikace byly kompatibilní s MEC."
7574
 
7575
- #: app/libraries/main.php:882
7576
  msgid ""
7577
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7578
  "main websites. Changes in the main one will be inherited by the subsites. "
7579
  "you can set these up in the admin panel."
7580
  msgstr ""
7581
 
7582
- #: app/libraries/main.php:883
7583
  msgid ""
7584
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7585
  "pages can contain ticket purchase information, information about registered "
7586
  "events. Users can now log in to purchase tickets."
7587
  msgstr ""
7588
 
7589
- #: app/libraries/main.php:1532
7590
  msgid "Events at this location"
7591
  msgstr "Události na tomto místě"
7592
 
7593
- #: app/libraries/main.php:1532
7594
  msgid "Event at this location"
7595
  msgstr "Událost na tomto místě"
7596
 
7597
- #: app/libraries/main.php:1584
7598
  msgid "Facebook"
7599
  msgstr "Facebook"
7600
 
7601
- #: app/libraries/main.php:1585
7602
  msgid "Twitter"
7603
  msgstr "Twitter"
7604
 
7605
- #: app/libraries/main.php:1586 app/libraries/main.php:1643
7606
  msgid "Linkedin"
7607
  msgstr "Linkedin"
7608
 
7609
- #: app/libraries/main.php:1587 app/libraries/main.php:1679
7610
  msgid "VK"
7611
  msgstr "VK"
7612
 
7613
- #: app/libraries/main.php:1588
7614
  msgid "Tumblr"
7615
  msgstr ""
7616
 
7617
- #: app/libraries/main.php:1589
7618
  msgid "Pinterest"
7619
  msgstr ""
7620
 
7621
- #: app/libraries/main.php:1590
7622
  msgid "Flipboard"
7623
  msgstr ""
7624
 
7625
- #: app/libraries/main.php:1591
7626
  #, fuzzy
7627
  #| msgid "Tickets"
7628
  msgid "GetPocket"
7629
  msgstr "Vstupenky"
7630
 
7631
- #: app/libraries/main.php:1592
7632
  msgid "Reddit"
7633
  msgstr ""
7634
 
7635
- #: app/libraries/main.php:1593
7636
  msgid "WhatsApp"
7637
  msgstr ""
7638
 
7639
- #: app/libraries/main.php:1594
7640
  msgid "Telegram"
7641
  msgstr ""
7642
 
7643
- #: app/libraries/main.php:1613
7644
  msgid "Share on Facebook"
7645
  msgstr "Sdílet na Facebooku"
7646
 
7647
- #: app/libraries/main.php:1628
7648
  msgid "Tweet"
7649
  msgstr "Tweet"
7650
 
7651
- #: app/libraries/main.php:1694
7652
  #, fuzzy
7653
  #| msgid "Share on Facebook"
7654
  msgid "Share on Tumblr"
7655
  msgstr "Sdílet na Facebooku"
7656
 
7657
- #: app/libraries/main.php:1710
7658
  msgid "Share on Pinterest"
7659
  msgstr ""
7660
 
7661
- #: app/libraries/main.php:1726
7662
  #, fuzzy
7663
  #| msgid "Share on Facebook"
7664
  msgid "Share on Flipboard"
7665
  msgstr "Sdílet na Facebooku"
7666
 
7667
- #: app/libraries/main.php:1744
7668
  #, fuzzy
7669
  #| msgid "Share on Facebook"
7670
  msgid "Share on GetPocket"
7671
  msgstr "Sdílet na Facebooku"
7672
 
7673
- #: app/libraries/main.php:1760
7674
  #, fuzzy
7675
  #| msgid "Share on Facebook"
7676
  msgid "Share on Reddit"
7677
  msgstr "Sdílet na Facebooku"
7678
 
7679
- #: app/libraries/main.php:1776
7680
  msgid "Share on Telegram"
7681
  msgstr ""
7682
 
7683
- #: app/libraries/main.php:1794
7684
  msgid "Share on WhatsApp"
7685
  msgstr ""
7686
 
7687
- #: app/libraries/main.php:1817
7688
  msgid "Custom Shortcode"
7689
  msgstr "Uživatelské zkrácené kódy"
7690
 
7691
- #: app/libraries/main.php:2179
7692
  msgid "Your booking already verified!"
7693
  msgstr "Vaše rezervace již byla ověřena!"
7694
 
7695
- #: app/libraries/main.php:2184
7696
  msgid "Your booking successfully verified."
7697
  msgstr "Vaše rezervace byla úspěšně ověřena."
7698
 
7699
- #: app/libraries/main.php:2185
7700
  msgid "Your booking cannot verify!"
7701
  msgstr "Vaši rezervaci nelze ověřit!"
7702
 
7703
- #: app/libraries/main.php:2204
7704
  msgid "Your booking successfully canceled."
7705
  msgstr "Vaše rezervace byla úspěšně zrušena."
7706
 
7707
- #: app/libraries/main.php:2205
7708
  msgid "Your booking cannot be canceled."
7709
  msgstr "Vaši rezervaci nelze zrušit."
7710
 
7711
- #: app/libraries/main.php:2209
7712
  msgid "You canceled the payment successfully."
7713
  msgstr "Platbu jste úspěšně zrušili."
7714
 
7715
- #: app/libraries/main.php:2213
7716
  msgid "You returned from payment gateway successfully."
7717
  msgstr "Úspěšně jste se vrátili z platební brány."
7718
 
7719
- #: app/libraries/main.php:2229
7720
  msgid "Cannot find the invoice!"
7721
  msgstr "Fakturu nelze najít!"
7722
 
7723
- #: app/libraries/main.php:2229
7724
  msgid "Invoice is invalid."
7725
  msgstr "Faktura je neplatná."
7726
 
7727
- #: app/libraries/main.php:2249
7728
  #, fuzzy
7729
  #| msgid ""
7730
  #| "Your booking still is not confirmed. You able download it after "
@@ -7734,230 +7761,230 @@ msgid ""
7734
  msgstr ""
7735
  "Vaše rezervace stále není potvrzena. Můžete si ji stáhnout po potvrzení!"
7736
 
7737
- #: app/libraries/main.php:2249
7738
  msgid "Booking Not Confirmed."
7739
  msgstr "Rezervace nebyla potvrzena."
7740
 
7741
- #: app/libraries/main.php:2255
7742
  msgid "Cannot find the booking!"
7743
  msgstr "Nemohu najít rezervaci!"
7744
 
7745
- #: app/libraries/main.php:2255
7746
  msgid "Booking is invalid."
7747
  msgstr "Rezervace není platná."
7748
 
7749
- #: app/libraries/main.php:2287
7750
  #, php-format
7751
  msgid "%s Invoice"
7752
  msgstr "%s Faktura"
7753
 
7754
- #: app/libraries/main.php:2363
7755
  msgid "Billing"
7756
  msgstr "Fakturace"
7757
 
7758
- #: app/libraries/main.php:2375
7759
  #, fuzzy
7760
  #| msgid "Coupons"
7761
  msgid "Coupon Code"
7762
  msgstr "Kupóny"
7763
 
7764
- #: app/libraries/main.php:2380
7765
  msgid "Total"
7766
  msgstr "Celkem"
7767
 
7768
- #: app/libraries/main.php:2387
7769
  #, fuzzy
7770
  #| msgid "Payment Gateways"
7771
  msgid "Payment"
7772
  msgstr "Platební brány"
7773
 
7774
- #: app/libraries/main.php:2391
7775
  #, fuzzy
7776
  #| msgid "Payment Gateways"
7777
  msgid "Gateway"
7778
  msgstr "Platební brány"
7779
 
7780
- #: app/libraries/main.php:2404
7781
  #, fuzzy
7782
  #| msgid "Payment Gateways"
7783
  msgid "Payment Time"
7784
  msgstr "Platební brány"
7785
 
7786
- #: app/libraries/main.php:2465
7787
  msgid "Request is not valid."
7788
  msgstr "Požadavek není platný."
7789
 
7790
- #: app/libraries/main.php:2465
7791
  msgid "iCal export stopped!"
7792
  msgstr "iCal export byl zastaven!"
7793
 
7794
- #: app/libraries/main.php:2809 app/libraries/main.php:2839
7795
- #: app/libraries/main.php:2868 app/libraries/main.php:2898
7796
- #: app/libraries/main.php:2927 app/libraries/main.php:2956
7797
- #: app/libraries/main.php:2985 app/libraries/main.php:3014
7798
- #: app/libraries/main.php:3043 app/libraries/main.php:3067
7799
- #: app/libraries/main.php:3111 app/libraries/main.php:3155
7800
- #: app/libraries/main.php:3202 app/libraries/main.php:3249
7801
  msgid "Sort"
7802
  msgstr "Seřadit"
7803
 
7804
- #: app/libraries/main.php:2815 app/libraries/main.php:2845
7805
- #: app/libraries/main.php:2874 app/libraries/main.php:2904
7806
- #: app/libraries/main.php:2933 app/libraries/main.php:2962
7807
- #: app/libraries/main.php:2991 app/libraries/main.php:3020
7808
- #: app/libraries/main.php:3073 app/libraries/main.php:3117
7809
- #: app/libraries/main.php:3161 app/libraries/main.php:3208
7810
  msgid "Required Field"
7811
  msgstr "Požadovaná pole"
7812
 
7813
- #: app/libraries/main.php:2821 app/libraries/main.php:2851
7814
- #: app/libraries/main.php:2880 app/libraries/main.php:2910
7815
- #: app/libraries/main.php:2939 app/libraries/main.php:2968
7816
- #: app/libraries/main.php:2997 app/libraries/main.php:3026
7817
- #: app/libraries/main.php:3079 app/libraries/main.php:3123
7818
- #: app/libraries/main.php:3167 app/libraries/main.php:3214
7819
  msgid "Insert a label for this field"
7820
  msgstr "Vložte štítek pro toto pole"
7821
 
7822
- #: app/libraries/main.php:3049
7823
  msgid "HTML and shortcode are allowed."
7824
  msgstr "HTML a zkrácené kódy jsou povoleny."
7825
 
7826
- #: app/libraries/main.php:3092 app/libraries/main.php:3136
7827
- #: app/libraries/main.php:3180
7828
  msgid "Option"
7829
  msgstr "Možnost"
7830
 
7831
- #: app/libraries/main.php:3214
7832
  #, php-format
7833
  msgid "Instead of %s, the page title with a link will be show."
7834
  msgstr "Místo%s se zobrazí název stránky s odkazem."
7835
 
7836
- #: app/libraries/main.php:3216
7837
  msgid "Agreement Page"
7838
  msgstr "Stránka smlouvy"
7839
 
7840
- #: app/libraries/main.php:3227
7841
  msgid "Checked by default"
7842
  msgstr "Ve výchozím nastavení zaškrtnuto"
7843
 
7844
- #: app/libraries/main.php:3228
7845
  msgid "Unchecked by default"
7846
  msgstr "Ve výchozím nastavení není zaškrtnuto"
7847
 
7848
- #: app/libraries/main.php:3251
7849
  msgid "Insert a label for this option"
7850
  msgstr "Vložte štítek pro tuto možnost"
7851
 
7852
- #: app/libraries/main.php:3266
7853
  msgid "Free"
7854
  msgstr "Zdarma"
7855
 
7856
- #: app/libraries/main.php:3872 app/libraries/main.php:5676
7857
  msgid "M.E. Calender"
7858
  msgstr "M.E. Kalendář"
7859
 
7860
- #: app/libraries/main.php:4027
7861
  #, php-format
7862
  msgid "Copy of %s"
7863
  msgstr "Kopie %s"
7864
 
7865
- #: app/libraries/main.php:4793
7866
  msgid "Booked an event."
7867
  msgstr "Událost byla rezervována."
7868
 
7869
- #: app/libraries/main.php:4834
7870
  #, php-format
7871
  msgid "%s booked %s event."
7872
  msgstr "%s zarezervoval %s událost."
7873
 
7874
- #: app/libraries/main.php:5411
7875
  msgid "Taxonomies"
7876
  msgstr "Taxonomie"
7877
 
7878
  # Mrknout na kontext
7879
- #: app/libraries/main.php:5413
7880
  msgid "Category Plural Label"
7881
  msgstr "Štítek množné kategorie"
7882
 
7883
  # Mrknout na kontext
7884
- #: app/libraries/main.php:5414
7885
  msgid "Category Singular Label"
7886
  msgstr "Štítek jednotné kategorie"
7887
 
7888
- #: app/libraries/main.php:5415
7889
  msgid "Label Plural Label"
7890
  msgstr "Štítek množného štítku"
7891
 
7892
- #: app/libraries/main.php:5416
7893
  msgid "Label Singular Label"
7894
  msgstr "Štítek jednotného štítku"
7895
 
7896
- #: app/libraries/main.php:5416
7897
  msgid "label"
7898
  msgstr "štítek"
7899
 
7900
- #: app/libraries/main.php:5417
7901
  msgid "Location Plural Label"
7902
  msgstr "Štítek množného umístění"
7903
 
7904
- #: app/libraries/main.php:5418
7905
  msgid "Location Singular Label"
7906
  msgstr "Štítek jednotného umístění"
7907
 
7908
- #: app/libraries/main.php:5419
7909
  msgid "Organizer Plural Label"
7910
  msgstr "Štítek množného organizátora"
7911
 
7912
- #: app/libraries/main.php:5420
7913
  msgid "Organizer Singular Label"
7914
  msgstr "Štítek jednotného organizátora"
7915
 
7916
- #: app/libraries/main.php:5421
7917
  msgid "Speaker Plural Label"
7918
  msgstr "Štítek množného řečníka"
7919
 
7920
- #: app/libraries/main.php:5422
7921
  msgid "Speaker Singular Label"
7922
  msgstr "Štítek jednotného řečníka"
7923
 
7924
- #: app/libraries/main.php:5428
7925
  msgid "Sunday abbreviation"
7926
  msgstr "Neděle zkratka"
7927
 
7928
- #: app/libraries/main.php:5429
7929
  msgid "Monday abbreviation"
7930
  msgstr "Pondělí zkratka"
7931
 
7932
- #: app/libraries/main.php:5430
7933
  msgid "Tuesday abbreviation"
7934
  msgstr "Úterý zkratka"
7935
 
7936
- #: app/libraries/main.php:5431
7937
  msgid "Wednesday abbreviation"
7938
  msgstr "Středa zkratka"
7939
 
7940
- #: app/libraries/main.php:5432
7941
  msgid "Thursday abbreviation"
7942
  msgstr "Čtvrtek zkratka"
7943
 
7944
- #: app/libraries/main.php:5433
7945
  msgid "Friday abbreviation"
7946
  msgstr "Pátek zkratka"
7947
 
7948
- #: app/libraries/main.php:5434
7949
  msgid "Saturday abbreviation"
7950
  msgstr "Sobota zkratka"
7951
 
7952
- #: app/libraries/main.php:5438
7953
  msgid "Others"
7954
  msgstr "Další"
7955
 
7956
- #: app/libraries/main.php:5440
7957
  msgid "Booking Success Message"
7958
  msgstr "Zpráva o úspěchu rezervace"
7959
 
7960
- #: app/libraries/main.php:5440
7961
  #, fuzzy
7962
  #| msgid ""
7963
  #| "Thanks for your booking. Your tickets booked, booking verification might "
@@ -7969,122 +7996,123 @@ msgstr ""
7969
  "Děkujeme za vaši rezervaci. Vaše vstupenky jsou rezervovány, může být nutné "
7970
  "ověřit rezervaci. Zkontrolujte prosím svůj e-mail."
7971
 
7972
- #: app/libraries/main.php:5441 app/widgets/single.php:131
7973
  msgid "Register Button"
7974
  msgstr "Registrační tlačítko"
7975
 
7976
- #: app/libraries/main.php:5441 app/skins/available_spot/tpl.php:189
7977
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
7978
- #: app/skins/grid/render.php:84 app/skins/grid/render.php:139
7979
- #: app/skins/grid/render.php:189 app/skins/grid/render.php:209
7980
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
7981
- #: app/skins/masonry/render.php:150 app/skins/single.php:779
7982
- #: app/skins/single.php:782 app/skins/single/default.php:270
7983
- #: app/skins/single/default.php:272 app/skins/single/default.php:501
7984
- #: app/skins/single/default.php:503 app/skins/single/m1.php:142
7985
- #: app/skins/single/m1.php:144 app/skins/single/m2.php:67
7986
- #: app/skins/single/m2.php:69 app/skins/single/modern.php:78
7987
- #: app/skins/single/modern.php:80 app/skins/slider/render.php:71
7988
- #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
7989
- #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
 
7990
  msgid "REGISTER"
7991
  msgstr "REGISTROVAT"
7992
 
7993
- #: app/libraries/main.php:5442
7994
  msgid "View Detail Button"
7995
  msgstr "Tlačítko Zobrazit detail"
7996
 
7997
- #: app/libraries/main.php:5442 app/skins/carousel/render.php:109
7998
- #: app/skins/carousel/render.php:148 app/skins/grid/render.php:84
7999
- #: app/skins/grid/render.php:139 app/skins/grid/render.php:189
8000
- #: app/skins/grid/render.php:209 app/skins/list/render.php:67
8001
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
8002
- #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
8003
- #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
8004
- #: app/skins/slider/render.php:173
8005
  msgid "View Detail"
8006
  msgstr "Zobrazit detail"
8007
 
8008
- #: app/libraries/main.php:5443
8009
  msgid "Event Detail Button"
8010
  msgstr "Tlačítko Detail události"
8011
 
8012
- #: app/libraries/main.php:5443 app/skins/countdown/tpl.php:213
8013
  msgid "Event Detail"
8014
  msgstr "Zobrazit událost"
8015
 
8016
- #: app/libraries/main.php:5445
8017
  msgid "More Info Link"
8018
  msgstr "Odkaz na více informací"
8019
 
8020
- #: app/libraries/main.php:5448
8021
  msgid "Ticket (Singular)"
8022
  msgstr "Vstupenka (Jednotné)"
8023
 
8024
- #: app/libraries/main.php:5449
8025
  msgid "Tickets (Plural)"
8026
  msgstr "Vstupenky (Množné)"
8027
 
8028
- #: app/libraries/main.php:5535
8029
  msgid "EventON"
8030
  msgstr "EventON"
8031
 
8032
- #: app/libraries/main.php:5536
8033
  msgid "The Events Calendar"
8034
  msgstr "The Events Calendar"
8035
 
8036
- #: app/libraries/main.php:5537
8037
  msgid "Events Schedule WP Plugin"
8038
  msgstr "Events Schedule WP Plugin"
8039
 
8040
- #: app/libraries/main.php:5538
8041
  msgid "Calendarize It"
8042
  msgstr "Calendarize It"
8043
 
8044
- #: app/libraries/main.php:5539
8045
  #, fuzzy
8046
  #| msgid "Event Speakers"
8047
  msgid "Event Espresso"
8048
  msgstr "Řečník události"
8049
 
8050
- #: app/libraries/main.php:5540
8051
  #, fuzzy
8052
  #| msgid "Event Repeating (Recurring events)"
8053
  msgid "Events Manager (Recurring)"
8054
  msgstr "Opakování události (opakující se události)"
8055
 
8056
- #: app/libraries/main.php:5541
8057
  #, fuzzy
8058
  #| msgid "Modern Events Calendar (Lite)"
8059
  msgid "Events Manager (Single)"
8060
  msgstr "Modern Events Calendar (Lite)"
8061
 
8062
- #: app/libraries/main.php:5613 app/libraries/main.php:5633
8063
  msgid "Confirmed"
8064
  msgstr "Potvrzeno"
8065
 
8066
- #: app/libraries/main.php:5614 app/libraries/main.php:5641
8067
  msgid "Rejected"
8068
  msgstr "Odmítnuto"
8069
 
8070
- #: app/libraries/main.php:5615 app/libraries/main.php:5637
8071
  msgid "Pending"
8072
  msgstr "Nevyřízený"
8073
 
8074
- #: app/libraries/main.php:5663
8075
  msgid "Waiting"
8076
  msgstr "Čekající"
8077
 
8078
- #: app/libraries/main.php:5868 app/libraries/render.php:80
8079
  #: app/libraries/render.php:432
8080
  msgid "Skin controller does not exist."
8081
  msgstr "Ovladač vzhledu neexistuje."
8082
 
8083
- #: app/libraries/main.php:6049
8084
  msgid "Sold Out"
8085
  msgstr "Vyprodáno"
8086
 
8087
- #: app/libraries/main.php:6057
8088
  #, fuzzy
8089
  #| msgid "Ticket"
8090
  msgid "Last Few Tickets"
@@ -8139,7 +8167,7 @@ msgstr "Ano"
8139
  msgid "No"
8140
  msgstr "Ne"
8141
 
8142
- #: app/libraries/skins.php:1037
8143
  #, fuzzy
8144
  #| msgid "Select All"
8145
  msgid "Select"
@@ -8194,21 +8222,21 @@ msgstr "Vyplňte informace o dalších účastnících, jako v prvním formulá
8194
  msgid "Thanks for your booking."
8195
  msgstr "Děkujeme za vaši rezervaci."
8196
 
8197
- #: app/modules/booking/steps/tickets.php:21
8198
  msgid "Book Event"
8199
  msgstr "Rezervovat událost"
8200
 
8201
- #: app/modules/booking/steps/tickets.php:43
8202
  #, php-format
8203
  msgid "Available %s: <span>%s</span>"
8204
  msgstr "K dispozici %s: <span>%s</span>"
8205
 
8206
- #: app/modules/booking/steps/tickets.php:47
8207
  #, php-format
8208
  msgid "The %s ticket sales has stopped!"
8209
  msgstr ""
8210
 
8211
- #: app/modules/booking/steps/tickets.php:48
8212
  #, php-format
8213
  msgid "The %s ticket is sold out. You can try another ticket or another date."
8214
  msgstr ""
@@ -8222,15 +8250,15 @@ msgstr "Událost je ukončena."
8222
  msgid "The event is ongoing."
8223
  msgstr "Událost právě probíhá."
8224
 
8225
- #: app/modules/googlemap/details.php:124
8226
  msgid "Address from ..."
8227
  msgstr "Adresa od ..."
8228
 
8229
- #: app/modules/googlemap/details.php:128
8230
  msgid "Get Directions"
8231
  msgstr "Získat směr"
8232
 
8233
- #: app/modules/links/details.php:17 app/skins/single.php:468
8234
  msgid "Share this event"
8235
  msgstr "Sdílet tuto událost"
8236
 
@@ -8285,7 +8313,7 @@ msgstr "Další výskyt"
8285
  msgid "Go to occurrence page"
8286
  msgstr "Přejít na stránku výskytu"
8287
 
8288
- #: app/modules/next-event/details.php:98 app/skins/single.php:752
8289
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
8290
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
8291
  msgid "Time"
@@ -8419,24 +8447,24 @@ msgstr "Událost pro %s"
8419
  msgid "No Events"
8420
  msgstr "Žádné události"
8421
 
8422
- #: app/skins/single.php:209
8423
  msgid "Home"
8424
  msgstr "Domů"
8425
 
8426
- #: app/skins/single.php:551 app/skins/single/default.php:53
8427
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
8428
  #: app/skins/single/modern.php:281
8429
  msgid "Sold out!"
8430
  msgstr "Vyprodáno!"
8431
 
8432
- #: app/skins/single.php:826 app/skins/single.php:881
8433
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
8434
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
8435
  #: app/skins/single/modern.php:46
8436
  msgid "Phone"
8437
  msgstr "Telefon"
8438
 
8439
- #: app/skins/single.php:840 app/skins/single.php:895
8440
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
8441
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
8442
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
@@ -8445,7 +8473,7 @@ msgstr "Telefon"
8445
  msgid "Website"
8446
  msgstr "Webová stránka"
8447
 
8448
- #: app/skins/single.php:971
8449
  msgid "Speakers:"
8450
  msgstr "Řečník:"
8451
 
@@ -8544,7 +8572,9 @@ msgid "An awesome plugin for events calendar"
8544
  msgstr "Úžasný doplněk pro kalendář událostí"
8545
 
8546
  #. Author of the plugin/theme
8547
- msgid "Webnus Team"
 
 
8548
  msgstr "Webnus Team"
8549
 
8550
  #. Author URI of the plugin/theme
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar Lite\n"
4
+ "POT-Creation-Date: 2020-04-28 17:17+0430\n"
5
+ "PO-Revision-Date: 2020-04-28 17:17+0430\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: cs_CZ\n"
23
 
24
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
25
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
26
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:945
27
+ #: app/libraries/factory.php:964 app/widgets/MEC.php:33
28
  msgid "Modern Events Calendar"
29
  msgstr "Moderní kalendář událostí"
30
 
82
  msgid "Settings"
83
  msgstr "Nastavení"
84
 
85
+ #: app/features/contextual.php:62 app/features/events.php:1549
86
+ #: app/features/events.php:2502 app/features/mec/booking.php:448
87
+ #: app/features/mec/support.php:29 app/libraries/main.php:560
88
  msgid "Booking Form"
89
  msgstr "Rezervační formulář"
90
 
241
  msgid "Google Recaptcha Options"
242
  msgstr "Možnosti Google Recaptcha"
243
 
244
+ #: app/features/contextual.php:258 app/features/mec/single.php:150
245
  #: app/libraries/main.php:548
246
  msgid "Countdown Options"
247
  msgstr "Možnosti Odpočítávání"
340
  msgid "No events found in Trash!"
341
  msgstr "V koši nebyly nalezeny žádné události!"
342
 
343
+ #: app/features/events.php:183 app/features/events.php:3373
344
  #: app/features/mec/meta_boxes/display_options.php:1385
345
  #: app/features/mec/meta_boxes/search_form.php:31
346
  #: app/features/mec/meta_boxes/search_form.php:101
353
  #: app/features/mec/meta_boxes/search_form.php:584
354
  #: app/features/mec/meta_boxes/search_form.php:654
355
  #: app/features/mec/meta_boxes/search_form.php:760
356
+ #: app/features/mec/settings.php:839 app/features/mec/single.php:233
357
+ #: app/features/search.php:68 app/libraries/main.php:5424
358
+ #: app/libraries/skins.php:892 app/skins/single.php:774
359
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
360
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
361
  #: app/skins/single/modern.php:128
362
  msgid "Category"
363
  msgstr "Kategorie"
364
 
365
+ #: app/features/events.php:184 app/features/events.php:3328
366
  #: app/features/fes/form.php:767 app/features/mec.php:412
367
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5423
368
  msgid "Categories"
369
  msgstr "Kategorie"
370
 
453
  msgstr "Opakování události"
454
 
455
  #: app/features/events.php:334 app/features/events.php:1294
456
+ #: app/features/mec/settings.php:743 app/skins/single.php:1159
457
  msgid "Hourly Schedule"
458
  msgstr "Hodinový rozvrh"
459
 
469
  msgid "Links"
470
  msgstr "Odkaz"
471
 
472
+ #: app/features/events.php:337 app/features/events.php:3375
473
+ #: app/features/events.php:3566 app/features/events.php:3608
474
  #: app/features/ix.php:3508 app/features/ix.php:3549
475
  #: app/features/mec/meta_boxes/display_options.php:1388
476
  #: app/features/mec/meta_boxes/search_form.php:46
484
  #: app/features/mec/meta_boxes/search_form.php:599
485
  #: app/features/mec/meta_boxes/search_form.php:669
486
  #: app/features/mec/meta_boxes/search_form.php:775
487
+ #: app/features/mec/settings.php:851 app/features/mec/single.php:237
488
  #: app/features/organizers.php:58 app/features/organizers.php:204
489
  #: app/features/organizers.php:260 app/features/organizers.php:262
490
  #: app/features/organizers.php:271 app/features/popup/event.php:293
491
  #: app/features/popup/event.php:302 app/features/search.php:80
492
+ #: app/libraries/main.php:5430 app/libraries/skins.php:944
493
+ #: app/skins/single.php:1018 app/skins/single/default.php:227
494
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
495
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
496
  msgid "Organizer"
497
  msgstr "Organizátor"
498
 
499
  #: app/features/events.php:338 app/features/events.php:1171
500
+ #: app/features/fes/form.php:740 app/libraries/main.php:5457
501
+ #: app/skins/single.php:797 app/skins/single/default.php:128
502
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
503
  #: app/skins/single/modern.php:223
504
  msgid "Cost"
518
  msgid "Guest Data"
519
  msgstr "Údaje hosta"
520
 
521
+ #: app/features/events.php:471 app/features/events.php:2484
522
+ #: app/features/events.php:3899 app/features/fes.php:223
523
  #: app/features/fes/form.php:699 app/features/labels.php:178
524
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
525
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
527
  msgid "Name"
528
  msgstr "Jméno"
529
 
530
+ #: app/features/events.php:472 app/features/events.php:2495
531
+ #: app/features/events.php:2571 app/features/events.php:3902
532
  #: app/features/fes.php:223 app/features/fes/form.php:695
533
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
534
  #: app/features/organizers.php:111 app/features/organizers.php:152
535
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
536
+ #: app/features/speakers.php:196 app/libraries/main.php:1596
537
+ #: app/libraries/main.php:1665 app/libraries/main.php:2900
538
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
539
+ #: app/modules/booking/steps/form.php:83 app/skins/single.php:1035
540
+ #: app/skins/single.php:1090 app/skins/single/default.php:244
541
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
542
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
543
  msgid "Email"
548
  msgstr "Datum a čas"
549
 
550
  #: app/features/events.php:483 app/features/events.php:489
551
+ #: app/features/events.php:3376 app/features/events.php:3566
552
+ #: app/features/events.php:3608 app/features/fes/form.php:250
553
  #: app/features/fes/form.php:254 app/features/ix.php:3508
554
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
555
  #: app/features/mec/dashboard.php:405
573
  msgstr "Počátečná den"
574
 
575
  #: app/features/events.php:561 app/features/events.php:653
576
+ #: app/features/events.php:1757 app/features/events.php:1816
577
+ #: app/features/events.php:2009 app/features/events.php:2048
578
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
579
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
580
  msgid "AM"
581
  msgstr "dop."
582
 
583
  #: app/features/events.php:568 app/features/events.php:660
584
+ #: app/features/events.php:1764 app/features/events.php:1823
585
+ #: app/features/events.php:2010 app/features/events.php:2049
586
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
587
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
588
  msgid "PM"
589
  msgstr "odp."
590
 
591
  #: app/features/events.php:575 app/features/events.php:580
592
+ #: app/features/events.php:3377 app/features/events.php:3566
593
+ #: app/features/events.php:3608 app/features/fes/form.php:290
594
  #: app/features/fes/form.php:294 app/features/ix.php:3508
595
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
596
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
634
  #: app/features/events.php:707 app/features/events.php:828
635
  #: app/features/events.php:1134 app/features/events.php:1211
636
  #: app/features/events.php:1519 app/features/events.php:1609
637
+ #: app/features/events.php:1844 app/features/events.php:1859
638
+ #: app/features/events.php:2068 app/features/events.php:2081
639
+ #: app/features/events.php:2232 app/features/events.php:2268
640
+ #: app/features/events.php:2366 app/features/events.php:2381
641
+ #: app/features/events.php:2411 app/features/events.php:2424
642
  #: app/features/fes/form.php:651 app/features/locations.php:316
643
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
644
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
699
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
700
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
701
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
702
+ #: app/features/mec/single.php:58 app/features/mec/single.php:78
703
+ #: app/features/mec/single.php:95 app/features/mec/single.php:111
704
+ #: app/features/mec/single.php:126 app/features/mec/single.php:179
705
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
706
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
707
  #: app/features/organizers.php:272 app/features/popup/event.php:256
708
+ #: app/features/popup/event.php:303 app/skins/single.php:881
709
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
710
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
711
  #: app/skins/single/modern.php:151
783
  msgid "Week Days"
784
  msgstr "Dny v týdnu"
785
 
786
+ #: app/features/events.php:818 app/features/events.php:1928
787
+ #: app/features/events.php:1956 app/features/events.php:2136
788
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
789
  #: app/features/ix/import_g_calendar.php:51
790
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
791
  msgid "Start"
792
  msgstr "Začátek"
793
 
794
+ #: app/features/events.php:820 app/features/events.php:1932
795
+ #: app/features/events.php:1960 app/features/events.php:2140
796
  #: app/features/fes/form.php:381
797
  msgid "End"
798
  msgstr "Konec"
799
 
800
  #: app/features/events.php:822 app/features/events.php:1205
801
  #: app/features/events.php:1325 app/features/events.php:1430
802
+ #: app/features/events.php:1911 app/features/events.php:2125
803
+ #: app/features/events.php:2205 app/features/events.php:2338
804
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
805
  msgid "Add"
806
  msgstr "Přidat"
884
  msgid "Show only one occurrence of this event"
885
  msgstr "Další výskyt dalších událostí"
886
 
887
+ #: app/features/events.php:1167 app/features/events.php:3566
888
+ #: app/features/events.php:3608 app/features/fes/form.php:737
889
  #: app/features/ix.php:3508 app/features/ix.php:3549
890
+ #: app/features/mec/settings.php:689 app/libraries/main.php:5456
891
  #: app/widgets/single.php:103
892
  msgid "Event Cost"
893
  msgstr "Cena události"
900
  msgid "Exclude certain days"
901
  msgstr "Vyloučit určité dny"
902
 
903
+ #: app/features/events.php:1203 app/features/events.php:2572
904
  #: app/features/fes.php:223 app/features/mec/booking.php:500
905
+ #: app/features/profile/profile.php:53 app/libraries/main.php:2303
906
+ #: app/libraries/main.php:2958 app/modules/booking/steps/tickets.php:28
907
+ #: app/modules/next-event/details.php:93 app/skins/single.php:855
908
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
909
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
910
  msgid "Date"
943
 
944
  #: app/features/events.php:1310 app/features/events.php:1349
945
  #: app/features/events.php:1384 app/features/events.php:1416
946
+ #: app/features/events.php:1445 app/features/events.php:2353
947
+ #: app/features/events.php:2400 app/features/events.php:3372
948
+ #: app/features/events.php:3566 app/features/events.php:3608
949
  #: app/features/fes/form.php:239 app/features/ix.php:3508
950
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
951
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
954
 
955
  #: app/features/events.php:1319 app/features/events.php:1356
956
  #: app/features/events.php:1389 app/features/events.php:1424
957
+ #: app/features/events.php:1450 app/features/events.php:1942
958
+ #: app/features/events.php:1968 app/features/events.php:2146
959
+ #: app/features/events.php:2245 app/features/events.php:2281
960
+ #: app/features/events.php:2388 app/features/events.php:2430
961
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
962
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
963
+ #: app/libraries/main.php:2819 app/libraries/main.php:2849
964
+ #: app/libraries/main.php:2878 app/libraries/main.php:2908
965
+ #: app/libraries/main.php:2937 app/libraries/main.php:2966
966
+ #: app/libraries/main.php:2995 app/libraries/main.php:3024
967
+ #: app/libraries/main.php:3046 app/libraries/main.php:3077
968
+ #: app/libraries/main.php:3121 app/libraries/main.php:3165
969
+ #: app/libraries/main.php:3212 app/libraries/main.php:3251
970
  msgid "Remove"
971
  msgstr "Odstranit"
972
 
985
  msgstr "Do např. 8:45"
986
 
987
  #: app/features/events.php:1353 app/features/events.php:1387
988
+ #: app/features/events.php:1448 app/features/events.php:1832
989
+ #: app/features/events.php:2057
990
  msgid "Description"
991
  msgstr "Popis"
992
 
994
  #: app/features/events.php:1453 app/features/fes/form.php:861
995
  #: app/features/mec.php:420 app/features/mec/modules.php:52
996
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
997
+ #: app/libraries/main.php:565 app/libraries/main.php:5431
998
  #: app/modules/speakers/details.php:18
999
  msgid "Speakers"
1000
  msgstr "Řečníci"
1009
  msgstr "Odkazy na událost"
1010
 
1011
  #: app/features/events.php:1487 app/features/events.php:1493
1012
+ #: app/features/fes/form.php:716 app/libraries/main.php:5454
1013
  msgid "Event Link"
1014
  msgstr "Odkaz na událost"
1015
 
1038
  msgstr "Zkracovač URL"
1039
 
1040
  #: app/features/events.php:1503 app/features/events.php:1516
1041
+ #: app/features/fes/form.php:721 app/libraries/main.php:5455
1042
+ #: app/skins/single.php:880 app/skins/single/default.php:142
1043
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
1044
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
1045
  #: app/widgets/single.php:107
1066
  "Pokud ji vyplníte, zobrazí se jako volitelný odkaz na stránce s podrobnostmi "
1067
  "o události. Vložte celý odkaz včetně http (s): //"
1068
 
1069
+ #: app/features/events.php:1540 app/features/mec/settings.php:749
1070
+ msgid "Booking Options"
1071
+ msgstr "Možnosti rezervace"
1072
+
1073
+ #: app/features/events.php:1541
1074
+ #, fuzzy
1075
+ #| msgid "Total user booking limits"
1076
+ msgid "Total User Booking Limits"
1077
+ msgstr "Celkové limity rezervace uživatelů"
1078
+
1079
+ #: app/features/events.php:1542 app/features/events.php:1684
1080
+ #: app/libraries/book.php:60 app/libraries/main.php:5459
1081
+ #: app/modules/booking/steps/tickets.php:51
1082
+ msgid "Tickets"
1083
+ msgstr "Vstupenky"
1084
+
1085
+ #: app/features/events.php:1544 app/features/events.php:2182
1086
+ msgid "Fees"
1087
+ msgstr "Poplatky"
1088
+
1089
+ #: app/features/events.php:1547 app/features/events.php:2314
1090
+ #: app/features/mec/settings.php:761
1091
+ msgid "Ticket Variations / Options"
1092
+ msgstr "Varianty vstupenky / možnosti"
1093
+
1094
+ #: app/features/events.php:1551 app/features/mec/booking.php:585
1095
+ #: app/features/mec/support-page.php:118
1096
+ msgid "Organizer Payment"
1097
+ msgstr "Platba organizátora"
1098
+
1099
+ #: app/features/events.php:1591 app/features/events.php:1605
1100
  #, fuzzy
1101
  #| msgid "Total booking limits"
1102
  msgid "Total booking limit"
1103
  msgstr "Celkové limity rezervace"
1104
 
1105
+ #: app/features/events.php:1602 app/features/events.php:1880
1106
+ #: app/features/events.php:2095 app/modules/booking/default.php:85
1107
+ #: app/modules/booking/steps/tickets.php:51
1108
  #: app/skins/available_spot/tpl.php:122
1109
  msgid "Unlimited"
1110
  msgstr "Neomezené"
1125
  msgid "100"
1126
  msgstr "100"
1127
 
1128
+ #: app/features/events.php:1620 app/features/events.php:1634
1129
+ #, fuzzy
1130
+ #| msgid "Next Occurrence"
1131
+ msgid "Book All Occurrences"
1132
+ msgstr "Další výskyt"
1133
+
1134
+ #: app/features/events.php:1631
1135
+ msgid "Sell all occurrences by one booking"
1136
+ msgstr ""
1137
+
1138
+ #: app/features/events.php:1637
1139
+ msgid ""
1140
+ "If you have a series of events and you want to sell all of them at once, "
1141
+ "this option is for you! For example a weekly yoga course or something "
1142
+ "similar."
1143
+ msgstr ""
1144
+
1145
+ #: app/features/events.php:1647
1146
  msgid "Total user booking limits"
1147
  msgstr "Celkové limity rezervace uživatelů"
1148
 
1149
+ #: app/features/events.php:1658 app/features/events.php:2194
1150
+ #: app/features/events.php:2326 app/features/events.php:2514
1151
  msgid "Inherit from global options"
1152
  msgstr "Zdědí z globálních možností"
1153
 
1154
+ #: app/features/events.php:1661
1155
  msgid "12"
1156
  msgstr "12"
1157
 
1158
+ #: app/features/events.php:1687
 
 
 
 
 
1159
  msgid ""
1160
  "You're translating an event so MEC will use the original event for tickets "
1161
  "and booking. You can only translate the ticket name and description. Please "
1165
  "vstupenek a rezervace. Můžete přeložit pouze název a popis vstupenky. Prosím "
1166
  "definujte určité vstupenky, které jste definovali v původní události."
1167
 
1168
+ #: app/features/events.php:1692
1169
  #, fuzzy
1170
  #| msgid "Ticket"
1171
  msgid "Add Ticket"
1172
  msgstr "Vstupenka"
1173
 
1174
+ #: app/features/events.php:1706 app/features/events.php:1982
1175
  msgid "Ticket Name"
1176
  msgstr "Název vstupenky"
1177
 
1178
+ #: app/features/events.php:1711 app/features/events.php:1986
1179
+ #: app/features/events.php:3566 app/features/events.php:3608
1180
  #: app/features/ix.php:3508 app/features/ix.php:3549
1181
  msgid "Start Time"
1182
  msgstr "Začátek"
1183
 
1184
+ #: app/features/events.php:1770 app/features/events.php:2016
1185
+ #: app/features/events.php:3566 app/features/events.php:3608
1186
  #: app/features/ix.php:3508 app/features/ix.php:3549
1187
  msgid "End Time"
1188
  msgstr "Konec"
1189
 
1190
+ #: app/features/events.php:1837 app/features/events.php:1841
1191
+ #: app/features/events.php:1936 app/features/events.php:1963
1192
+ #: app/features/events.php:2062 app/features/events.php:2065
1193
+ #: app/features/events.php:2142 app/features/events.php:2359
1194
+ #: app/features/events.php:2363 app/features/events.php:2405
1195
+ #: app/features/events.php:2408 app/features/mec/booking.php:388
1196
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1197
  #: app/features/mec/booking.php:423
1198
  msgid "Price"
1199
  msgstr "Cena"
1200
 
1201
+ #: app/features/events.php:1842 app/features/events.php:2066
1202
  #, fuzzy
1203
  #| msgid "Insert 0 for free ticket. Only numbers please."
1204
  msgid ""
1206
  "any symbols or characters."
1207
  msgstr "Vložte 0 pro vstupenku zdarma. Prosím pouze čísla."
1208
 
1209
+ #: app/features/events.php:1851 app/features/events.php:1856
1210
+ #: app/features/events.php:2075 app/features/events.php:2078
1211
  msgid "Price Label"
1212
  msgstr "Cenový štítek"
1213
 
1214
+ #: app/features/events.php:1857 app/features/events.php:2079
1215
  msgid "For showing on website. e.g. $15"
1216
  msgstr "Pro zobrazení na webu. např. 15 $"
1217
 
1218
+ #: app/features/events.php:1867 app/features/events.php:2089
1219
  msgid "Available Tickets"
1220
  msgstr "Dostupné vstupenky"
1221
 
1222
+ #: app/features/events.php:1884 app/features/events.php:2099
1223
  #, fuzzy
1224
  #| msgid "Maximum Per Ticket"
1225
  msgid "Minimum Ticket e.g. 3"
1226
  msgstr "Maximum na jednu vstupenku"
1227
 
1228
+ #: app/features/events.php:1887 app/features/events.php:2102
1229
  #, fuzzy
1230
  #| msgid "Maximum Per Ticket"
1231
  msgid "MinimumTicket"
1232
  msgstr "Maximum na jednu vstupenku"
1233
 
1234
+ #: app/features/events.php:1889 app/features/events.php:2104
1235
  msgid "Set a number for the minimum ticket reservation possible"
1236
  msgstr ""
1237
 
1238
+ #: app/features/events.php:1897 app/features/events.php:2112
1239
  msgid "e.g. 0"
1240
  msgstr ""
1241
 
1242
+ #: app/features/events.php:1899 app/features/events.php:2114
1243
  #, fuzzy
1244
  #| msgid "Days"
1245
  msgid "Day"
1246
  msgstr "Dny"
1247
 
1248
+ #: app/features/events.php:1900 app/features/events.php:2115
1249
  msgid "Hour"
1250
  msgstr ""
1251
 
1252
+ #: app/features/events.php:1902 app/features/events.php:2117
1253
  #, php-format
1254
  msgid "Stop selling ticket %s before event start."
1255
  msgstr ""
1256
 
1257
+ #: app/features/events.php:1909 app/features/events.php:2123
1258
  msgid "Price per Date"
1259
  msgstr "Cena za datum"
1260
 
1261
+ #: app/features/events.php:1940 app/features/events.php:1966
1262
+ #: app/features/events.php:2144 app/features/labels.php:60
1263
  #: app/features/mec/meta_boxes/display_options.php:1386
1264
  #: app/features/mec/meta_boxes/search_form.php:67
1265
  #: app/features/mec/meta_boxes/search_form.php:137
1272
  #: app/features/mec/meta_boxes/search_form.php:620
1273
  #: app/features/mec/meta_boxes/search_form.php:690
1274
  #: app/features/mec/meta_boxes/search_form.php:796
1275
+ #: app/features/mec/settings.php:871 app/features/mec/single.php:251
1276
+ #: app/features/search.php:98 app/libraries/skins.php:1022
1277
  msgid "Label"
1278
  msgstr "Štítek"
1279
 
1280
+ #: app/features/events.php:2219 app/features/events.php:2257
 
 
 
 
1281
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1282
  msgid "Fee Title"
1283
  msgstr "Název poplatku"
1284
 
1285
+ #: app/features/events.php:2225 app/features/events.php:2229
1286
+ #: app/features/events.php:2262 app/features/events.php:2265
1287
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1288
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1289
  msgid "Amount"
1290
  msgstr "Množství"
1291
 
1292
+ #: app/features/events.php:2230 app/features/events.php:2266
1293
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1294
  msgid ""
1295
  "Fee amount, considered as fixed amount if you set the type to amount "
1298
  "Výše poplatku, je považovaná za pevnou částku, pokud nastavíte typ na částku "
1299
  "odpovídající procentuální hodnotě"
1300
 
1301
+ #: app/features/events.php:2239 app/features/events.php:2275
1302
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1303
  msgid "Percent"
1304
  msgstr "Procent"
1305
 
1306
+ #: app/features/events.php:2240 app/features/events.php:2276
1307
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1308
  msgid "Amount (Per Ticket)"
1309
  msgstr "Částka (za vstupenku)"
1310
 
1311
+ #: app/features/events.php:2241 app/features/events.php:2277
1312
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1313
  msgid "Amount (Per Booking)"
1314
  msgstr "Částka (za rezervaci)"
1315
 
1316
+ #: app/features/events.php:2364 app/features/events.php:2409
 
 
 
 
1317
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1318
  msgid "Option Price"
1319
  msgstr "Možnosti ceny"
1320
 
1321
+ #: app/features/events.php:2374 app/features/events.php:2378
1322
+ #: app/features/events.php:2418 app/features/events.php:2421
1323
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1324
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1325
  msgid "Maximum Per Ticket"
1326
  msgstr "Maximum na jednu vstupenku"
1327
 
1328
+ #: app/features/events.php:2379 app/features/events.php:2422
1329
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1330
  #, fuzzy
1331
  #| msgid "Maximum Per Ticket. Leave it blank for unlimited."
1332
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1333
  msgstr "Maximum na jednu vstupenku. Ponechte to prázdné pro neomezené."
1334
 
1335
+ #: app/features/events.php:2568 app/features/mec/booking.php:496
1336
+ #: app/libraries/main.php:2841
1337
  msgid "MEC Name"
1338
  msgstr "MEC Jméno"
1339
 
1340
+ #: app/features/events.php:2569 app/features/mec/booking.php:497
1341
+ #: app/libraries/main.php:2870
1342
  msgid "MEC Email"
1343
  msgstr "MEC Email"
1344
 
1345
+ #: app/features/events.php:2570 app/features/mec/booking.php:498
1346
+ #: app/libraries/main.php:2811
1347
  msgid "Text"
1348
  msgstr "Text"
1349
 
1350
+ #: app/features/events.php:2573 app/features/mec/booking.php:501
1351
  #: app/features/organizers.php:103 app/features/organizers.php:148
1352
  #: app/features/speakers.php:119 app/features/speakers.php:192
1353
+ #: app/features/speakers.php:271 app/libraries/main.php:2987
1354
  msgid "Tel"
1355
  msgstr "Tel"
1356
 
1357
+ #: app/features/events.php:2574 app/features/mec/booking.php:502
1358
+ #: app/libraries/main.php:2929
1359
  msgid "File"
1360
  msgstr "Soubor"
1361
 
1362
+ #: app/features/events.php:2575 app/features/mec/booking.php:503
1363
+ #: app/libraries/main.php:3016
1364
  msgid "Textarea"
1365
  msgstr "Plocha textu"
1366
 
1367
+ #: app/features/events.php:2576 app/features/mec/booking.php:504
1368
+ #: app/libraries/main.php:3069
1369
  msgid "Checkboxes"
1370
  msgstr "Zatržítko"
1371
 
1372
+ #: app/features/events.php:2577 app/features/mec/booking.php:505
1373
+ #: app/libraries/main.php:3113
1374
  msgid "Radio Buttons"
1375
  msgstr "Přepínače"
1376
 
1377
+ #: app/features/events.php:2578 app/features/mec/booking.php:506
1378
  #: app/features/mec/meta_boxes/search_form.php:34
1379
  #: app/features/mec/meta_boxes/search_form.php:41
1380
  #: app/features/mec/meta_boxes/search_form.php:49
1450
  #: app/features/mec/meta_boxes/search_form.php:785
1451
  #: app/features/mec/meta_boxes/search_form.php:792
1452
  #: app/features/mec/meta_boxes/search_form.php:799
1453
+ #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3157
1454
  msgid "Dropdown"
1455
  msgstr "Rozbalovací"
1456
 
1457
+ #: app/features/events.php:2579 app/features/mec/booking.php:507
1458
+ #: app/libraries/main.php:3204
1459
  msgid "Agreement"
1460
  msgstr "Smlouva"
1461
 
1462
+ #: app/features/events.php:2580 app/features/mec/booking.php:508
1463
+ #: app/libraries/main.php:3045
1464
  msgid "Paragraph"
1465
  msgstr "Paragraf"
1466
 
1467
+ #: app/features/events.php:3274 app/features/events.php:3292
1468
+ #: app/features/events.php:3310 app/features/events.php:3328
1469
  #, php-format
1470
  msgid "Show all %s"
1471
  msgstr "Ukázat všechny %s"
1472
 
1473
+ #: app/features/events.php:3274
1474
  msgid "labels"
1475
  msgstr "štítky"
1476
 
1477
+ #: app/features/events.php:3292
1478
  msgid "locations"
1479
  msgstr "umístění"
1480
 
1481
+ #: app/features/events.php:3310
1482
  msgid "organizers"
1483
  msgstr "organizátoři"
1484
 
1485
+ #: app/features/events.php:3344
1486
  #, fuzzy
1487
  #| msgid "Attendees Limit"
1488
  msgid "Attendees List"
1489
  msgstr "Limit účastníků"
1490
 
1491
+ #: app/features/events.php:3374 app/features/events.php:3566
1492
+ #: app/features/events.php:3608 app/features/ix.php:3508
1493
  #: app/features/ix.php:3549 app/features/locations.php:58
1494
  #: app/features/locations.php:247 app/features/locations.php:304
1495
  #: app/features/locations.php:306 app/features/locations.php:315
1505
  #: app/features/mec/meta_boxes/search_form.php:591
1506
  #: app/features/mec/meta_boxes/search_form.php:661
1507
  #: app/features/mec/meta_boxes/search_form.php:767
1508
+ #: app/features/mec/settings.php:845 app/features/mec/single.php:241
1509
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1510
+ #: app/features/search.php:74 app/libraries/main.php:2297
1511
+ #: app/libraries/main.php:5428 app/libraries/skins.php:918
1512
+ #: app/skins/single.php:702 app/skins/single.php:1136
1513
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1514
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1515
  #: app/skins/single/modern.php:104
1516
  msgid "Location"
1517
  msgstr "Umístění"
1518
 
1519
+ #: app/features/events.php:3379
1520
  msgid "Repeat"
1521
  msgstr "Opakovat"
1522
 
1523
+ #: app/features/events.php:3380
1524
  msgid "Author"
1525
  msgstr "Autor"
1526
 
1527
+ #: app/features/events.php:3501 app/features/events.php:3502
1528
  msgid "iCal Export"
1529
  msgstr "iCal Export"
1530
 
1531
+ #: app/features/events.php:3504 app/features/events.php:3505
1532
  msgid "CSV Export"
1533
  msgstr "CSV Export"
1534
 
1535
+ #: app/features/events.php:3507 app/features/events.php:3508
1536
  msgid "MS Excel Export"
1537
  msgstr "MS Excel Export"
1538
 
1539
+ #: app/features/events.php:3510 app/features/events.php:3511
1540
  msgid "XML Export"
1541
  msgstr "XML Export"
1542
 
1543
+ #: app/features/events.php:3513 app/features/events.php:3514
1544
  msgid "JSON Export"
1545
  msgstr "JSON Export"
1546
 
1547
+ #: app/features/events.php:3516 app/features/events.php:3517
1548
+ #: app/features/events.php:3699
1549
  msgid "Duplicate"
1550
  msgstr "Duplikát"
1551
 
1552
+ #: app/features/events.php:3566 app/features/events.php:3608
1553
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1554
  #: app/features/labels.php:177 app/features/locations.php:246
1555
  #: app/features/organizers.php:203 app/features/speakers.php:268
1556
  msgid "ID"
1557
  msgstr "ID"
1558
 
1559
+ #: app/features/events.php:3566 app/features/events.php:3608
1560
  #: app/features/ix.php:3508 app/features/ix.php:3549
1561
  msgid "Link"
1562
  msgstr "Odkaz"
1563
 
1564
+ #: app/features/events.php:3566 app/features/events.php:3608
1565
  #, php-format
1566
  msgid "%s Tel"
1567
  msgstr "%s Tel"
1568
 
1569
+ #: app/features/events.php:3566 app/features/events.php:3608
1570
  #, php-format
1571
  msgid "%s Email"
1572
  msgstr "%s Email"
1573
 
1574
+ #: app/features/events.php:3905 app/features/fes.php:223
1575
+ #: app/features/profile/profile.php:186 app/libraries/main.php:2334
1576
+ #: app/libraries/main.php:5458
1577
  msgid "Ticket"
1578
  msgstr "Vstupenka"
1579
 
1580
+ #: app/features/events.php:3908 app/features/profile/profile.php:189
1581
  msgid "Variations"
1582
  msgstr "Variace"
1583
 
1584
+ #: app/features/events.php:3923 app/features/fes.php:303
1585
  msgid "Unknown"
1586
  msgstr "Neznámý"
1587
 
1588
+ #: app/features/events.php:3956
1589
  #, fuzzy
1590
  #| msgid "Attendees Form"
1591
  msgid "No Attendees Found!"
1630
  msgid "Order Time"
1631
  msgstr "Konec"
1632
 
1633
+ #: app/features/fes.php:223 app/libraries/main.php:2309
1634
+ #: app/libraries/main.php:2397
1635
  msgid "Transaction ID"
1636
  msgstr "ID transakce"
1637
 
1777
 
1778
  #: app/features/fes/form.php:793 app/features/labels.php:61
1779
  #: app/features/labels.php:221 app/features/mec.php:413
1780
+ #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5425
1781
+ #: app/skins/single.php:910 app/skins/single/default.php:157
1782
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1783
  #: app/skins/single/modern.php:238
1784
  msgid "Labels"
2127
 
2128
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
2129
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
2130
+ #: app/features/mec/settings.php:1085 app/features/mec/single.php:298
2131
  msgid "Checking ..."
2132
  msgstr "Ověřování ..."
2133
 
2567
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2568
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2569
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2570
+ #: app/skins/grid/render.php:63 app/skins/list/render.php:39
2571
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2572
  #: app/skins/monthly_view/calendar_clean.php:87
2573
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
2578
  msgstr "Ztvárněná"
2579
 
2580
  #: app/features/labels.php:118 app/features/labels.php:143
2581
+ #: app/libraries/main.php:5672 app/skins/agenda/render.php:43
2582
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2583
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2584
+ #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
2585
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2586
  #: app/skins/monthly_view/calendar.php:89
2587
  #: app/skins/monthly_view/calendar_clean.php:88
2598
 
2599
  #: app/features/labels.php:180 app/features/locations.php:249
2600
  #: app/features/organizers.php:206 app/features/speakers.php:272
2601
+ #: app/modules/booking/steps/tickets.php:49
2602
  msgid "Count"
2603
  msgstr "Spočítat"
2604
 
2615
 
2616
  #: app/features/locations.php:59 app/features/mec.php:414
2617
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2618
+ #: app/libraries/main.php:5427
2619
  msgid "Locations"
2620
  msgstr "Umístění"
2621
 
2750
  msgid "Don't show map in single event page"
2751
  msgstr "Nezobrazovat mapu na jednostránkové události"
2752
 
2753
+ #: app/features/locations.php:377 app/libraries/main.php:5461
2754
  msgid "Other Locations"
2755
  msgstr "Další místa"
2756
 
2822
 
2823
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2824
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2825
+ #: app/libraries/main.php:5429
2826
  msgid "Organizers"
2827
  msgstr "Organizátoři"
2828
 
2862
  msgstr "MEC - podpora"
2863
 
2864
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2865
+ #: app/libraries/factory.php:1054
2866
  msgid "Go Pro"
2867
  msgstr ""
2868
 
2962
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2963
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2964
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2965
+ #: app/features/mec/single.php:17 app/features/mec/single.php:263
2966
+ #: app/features/mec/single.php:273 app/features/mec/single.php:315
2967
+ #: app/features/mec/single.php:329 app/features/mec/styles.php:11
2968
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2969
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2970
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
3179
  msgid "Enable Organizer Payment Module"
3180
  msgstr "Povolit platební modul organizátora"
3181
 
 
 
 
 
3182
  #: app/features/mec/booking.php:586
3183
  msgid ""
3184
  "By enabling this module, organizers are able to insert their own payment "
3189
 
3190
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
3191
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
3192
+ #: app/features/mec/settings.php:1080 app/features/mec/single.php:293
3193
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3194
  msgid "Saved"
3195
  msgstr "Uloženo"
3196
 
3197
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
3198
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
3199
+ #: app/features/mec/settings.php:1081 app/features/mec/single.php:294
3200
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3201
  msgid "Settings Saved!"
3202
  msgstr "Nastavení uložena!"
3205
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
3206
  #: app/features/mec/notifications.php:907
3207
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
3208
+ #: app/features/mec/settings.php:1105 app/features/mec/single.php:296
3209
+ #: app/features/mec/single.php:318 app/libraries/main.php:5671
3210
  msgid "Verified"
3211
  msgstr "Ověřeno"
3212
 
3213
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
3214
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
3215
+ #: app/features/mec/single.php:320
3216
  msgid "Please Refresh Page"
3217
  msgstr "Prosím obnovte stránku"
3218
 
3226
  msgid "%s - Most Powerful & Easy to Use Events Management System"
3227
  msgstr "%s - Nejvýkonnější a snadno použitelný systém pro správu událostí"
3228
 
3229
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:964
3230
  msgid "Modern Events Calendar (Lite)"
3231
  msgstr "Modern Events Calendar (Lite)"
3232
 
3309
  "zakoupený kód."
3310
 
3311
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3312
+ #: app/libraries/factory.php:974
3313
  msgid "Upcoming Events"
3314
  msgstr "Nadcházející události"
3315
 
3889
 
3890
  #: app/features/mec/meta_boxes/display_options.php:637
3891
  #: app/features/mec/meta_boxes/display_options.php:661
3892
+ #: app/libraries/main.php:330 app/libraries/main.php:1814
3893
+ #: app/libraries/main.php:1839
3894
  msgid "List View"
3895
  msgstr "Zobrazení seznamu"
3896
 
3897
  #: app/features/mec/meta_boxes/display_options.php:638
3898
  #: app/features/mec/meta_boxes/display_options.php:682
3899
+ #: app/libraries/main.php:331 app/libraries/main.php:1815
3900
+ #: app/libraries/main.php:1840
3901
  msgid "Grid View"
3902
  msgstr "Zobrazení mřížky"
3903
 
3911
 
3912
  #: app/features/mec/meta_boxes/display_options.php:640
3913
  #: app/features/mec/meta_boxes/display_options.php:703
3914
+ #: app/libraries/main.php:334 app/libraries/main.php:1808
3915
+ #: app/libraries/main.php:1833
3916
  msgid "Yearly View"
3917
  msgstr "Roční zobrazení"
3918
 
3923
 
3924
  #: app/features/mec/meta_boxes/display_options.php:642
3925
  #: app/features/mec/meta_boxes/display_options.php:752
3926
+ #: app/libraries/main.php:337 app/libraries/main.php:1810
3927
+ #: app/libraries/main.php:1835
3928
  msgid "Weekly View"
3929
  msgstr "Týdenní zobrazení"
3930
 
3931
  #: app/features/mec/meta_boxes/display_options.php:643
3932
  #: app/features/mec/meta_boxes/display_options.php:762
3933
+ #: app/libraries/main.php:336 app/libraries/main.php:1811
3934
+ #: app/libraries/main.php:1836
3935
  msgid "Daily View"
3936
  msgstr "Denní zobrazení"
3937
 
4496
  #: app/features/mec/meta_boxes/search_form.php:606
4497
  #: app/features/mec/meta_boxes/search_form.php:676
4498
  #: app/features/mec/meta_boxes/search_form.php:782
4499
+ #: app/features/mec/settings.php:858 app/features/mec/single.php:246
4500
  #: app/features/search.php:86 app/features/speakers.php:61
4501
+ #: app/features/speakers.php:269 app/libraries/main.php:5432
4502
+ #: app/libraries/skins.php:970
4503
  msgid "Speaker"
4504
  msgstr "Řečník"
4505
 
4514
  #: app/features/mec/meta_boxes/search_form.php:613
4515
  #: app/features/mec/meta_boxes/search_form.php:683
4516
  #: app/features/mec/meta_boxes/search_form.php:789
4517
+ #: app/features/mec/settings.php:865 app/features/mec/single.php:255
4518
+ #: app/features/search.php:92 app/libraries/skins.php:996
4519
  msgid "Tag"
4520
  msgstr "Štítek"
4521
 
4659
  msgid "Google Maps Style"
4660
  msgstr "Styl Map Google"
4661
 
4662
+ #: app/features/mec/modules.php:114 app/features/mec/single.php:89
4663
  msgid "Default"
4664
  msgstr "Výchozí"
4665
 
5541
  msgstr "Můžete povolit nebo zakázat skripty schématu"
5542
 
5543
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5544
+ #: app/libraries/main.php:5436
5545
  msgid "Weekdays"
5546
  msgstr "Pracovní dny"
5547
 
5913
  msgid "Event Organizer"
5914
  msgstr "Organizátor události"
5915
 
 
 
 
 
5916
  #: app/features/mec/settings.php:755
5917
  msgid "Fees / Taxes Options"
5918
  msgstr "Možnosti Poplatky / Daně"
6141
  "Doporučené datum“ zobrazuje datum události na základě uvedeného data v "
6142
  "seznamu událostí."
6143
 
6144
+ #: app/features/mec/single.php:65 app/features/mec/single.php:77
6145
  msgid "Single Event Style"
6146
  msgstr "Styl jedné události"
6147
 
6150
  msgstr "Výchozí styl"
6151
 
6152
  # ??? český výraz
6153
+ #: app/features/mec/single.php:72
6154
  msgid "Elementor Single Builder"
6155
  msgstr "Elementor Single Builder"
6156
 
6157
+ #: app/features/mec/single.php:78
6158
  msgid "Choose your single event style."
6159
  msgstr "Vyberte si styl jedné události."
6160
 
6161
+ #: app/features/mec/single.php:86 app/features/mec/single.php:94
6162
  msgid "Booking Style"
6163
  msgstr "Styl rezervace"
6164
 
6165
+ #: app/features/mec/single.php:90
6166
  msgid "Modal"
6167
  msgstr "Modální"
6168
 
6169
+ #: app/features/mec/single.php:95
6170
  #, fuzzy
6171
  #| msgid ""
6172
  #| "Choose your Booking style, Please Note: When you set this feature to "
6180
  "na modální, nevidíte rezervační box, pokud nastavíte zobrazení vyskakovacího "
6181
  "modulu na krátké kódy"
6182
 
6183
+ #: app/features/mec/single.php:103
6184
  msgid "Disable Block Editor (Gutenberg)"
6185
  msgstr "Zakázat Editor bloků (Gutenberg)"
6186
 
6187
+ #: app/features/mec/single.php:106
6188
  msgid "Disable Block Editor"
6189
  msgstr "Zakázat Editor bloků"
6190
 
6191
+ #: app/features/mec/single.php:110
6192
  msgid "Block Editor"
6193
  msgstr "Editor bloků"
6194
 
6195
+ #: app/features/mec/single.php:111
6196
  msgid ""
6197
  "If you want to use the new WordPress block editor you should keep this "
6198
  "checkbox unchecked."
6200
  "Pokud chcete použít nový editor bloků WordPress, měli byste ponechat toto "
6201
  "políčko prázdné."
6202
 
6203
+ #: app/features/mec/single.php:118 app/features/mec/single.php:125
6204
  msgid "Breadcrumbs"
6205
  msgstr "Drobečková navigace"
6206
 
6207
+ #: app/features/mec/single.php:121
6208
  msgid "Enable Breadcrumbs."
6209
  msgstr "Povolit drobečkovou navigaci."
6210
 
6211
+ #: app/features/mec/single.php:126
6212
  msgid "Check this option, for showing the breadcrumbs on single event page"
6213
  msgstr ""
6214
  "Zaškrtněte tuto možnost, chcete-li zobrazit drobečkovou navigaci na stránce "
6215
  "jedné události"
6216
 
6217
+ #: app/features/mec/single.php:133 app/features/mec/single.php:140
6218
  #, fuzzy
6219
  #| msgid "Description"
6220
  msgid "Organizer Description"
6221
  msgstr "Popis"
6222
 
6223
+ #: app/features/mec/single.php:136
6224
  msgid "Enable Description For Organizer."
6225
  msgstr ""
6226
 
6227
+ #: app/features/mec/single.php:141
6228
  msgid ""
6229
  "If you want to turn on description for other organizer plase go to "
6230
  "'Additional Organizers - After enabling and saving the settings, reloading "
6231
  "the settings page.' tab"
6232
  msgstr ""
6233
 
6234
+ #: app/features/mec/single.php:154
6235
  msgid "Show countdown module on event page"
6236
  msgstr "Zobrazit modul odpočítávání na stránce události"
6237
 
6238
+ #: app/features/mec/single.php:159
6239
  msgid "Countdown Style"
6240
  msgstr "Styl Odpočítávání"
6241
 
6242
+ #: app/features/mec/single.php:162
6243
  msgid "Plain Style"
6244
  msgstr "Prostý styl"
6245
 
6246
+ #: app/features/mec/single.php:163
6247
  msgid "Flip Style"
6248
  msgstr "Styl překlopení"
6249
 
6250
+ #: app/features/mec/single.php:171 app/features/mec/single.php:178
6251
  msgid "Exceptional days (Exclude Dates)"
6252
  msgstr "Výjimečné dny (kromě dat)"
6253
 
6254
+ #: app/features/mec/single.php:175
6255
  msgid "Show exceptional days option on Add/Edit events page"
6256
  msgstr "Zobrazit možnost výjimečných dnů na stránce Přidat / Upravit události"
6257
 
6258
+ #: app/features/mec/single.php:179
6259
  msgid ""
6260
  "Using this option you can exclude certain days from event occurrence dates."
6261
  msgstr ""
6262
  "Pomocí této možnosti můžete vyloučit určité dny z dat výskytu událostí."
6263
 
6264
+ #: app/features/mec/single.php:188 app/libraries/main.php:550
6265
  msgid "Additional Organizers"
6266
  msgstr "Další organizátoři"
6267
 
6268
+ #: app/features/mec/single.php:193
6269
  msgid ""
6270
  "Show additional organizers option on Add/Edit events page and single event "
6271
  "page."
6273
  "Zobrazit další možnost organizátorů na stránce Přidat / Upravit události a "
6274
  "na stránce jedné události."
6275
 
6276
+ #: app/features/mec/single.php:202
6277
  msgid "Enable Description For Other Organizers."
6278
  msgstr ""
6279
 
6280
+ #: app/features/mec/single.php:210
6281
  msgid "Additional locations"
6282
  msgstr "Další místa"
6283
 
6284
+ #: app/features/mec/single.php:214
6285
  msgid ""
6286
  "Show additional locations option on Add/Edit events page and single event "
6287
  "page."
6289
  "Zobrazit další umístění na stránce Přidat / Upravit události a na stránce "
6290
  "jediné události."
6291
 
6292
+ #: app/features/mec/single.php:220 app/libraries/main.php:552
6293
+ #: app/skins/single.php:161 app/skins/single.php:289
6294
  msgid "Related Events"
6295
  msgstr "Související události"
6296
 
6297
+ #: app/features/mec/single.php:224
6298
  msgid "Display related events based on taxonomy in single event page."
6299
  msgstr ""
6300
  "Zobrazte související události na základě taxonomie na stránce s jednou "
6301
  "událostí."
6302
 
6303
+ #: app/features/mec/single.php:230
6304
  msgid "Select Taxonomies:"
6305
  msgstr "Vyberte taxonomie:"
6306
 
7006
  msgid "eg. https://webnus.net"
7007
  msgstr "např. https://webnus.net"
7008
 
7009
+ #: app/features/organizers.php:312 app/libraries/main.php:5460
7010
+ #: app/skins/single.php:1068
7011
  msgid "Other Organizers"
7012
  msgstr "Další organizátoři"
7013
 
7084
 
7085
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
7086
  #: app/modules/booking/steps/form.php:179
7087
+ #: app/modules/booking/steps/tickets.php:85 app/skins/countdown/tpl.php:109
7088
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
7089
  msgid "Next"
7090
  msgstr "Další"
7153
  msgid "Please %s/%s in order to see your bookings / profile."
7154
  msgstr "Prosím %s/%s za účelem zobrazení vašich rezervací / profilu."
7155
 
7156
+ #: app/features/profile/profile.php:18 app/libraries/main.php:2200
7157
  msgid "Your booking already canceled!"
7158
  msgstr "Vaše rezervace již byla zrušena!"
7159
 
7161
  msgid "#"
7162
  msgstr "#"
7163
 
7164
+ #: app/features/profile/profile.php:56 app/libraries/main.php:3226
7165
  msgid "Status"
7166
  msgstr "Stav"
7167
 
7168
+ #: app/features/profile/profile.php:59 app/libraries/main.php:2318
7169
  msgid "Attendees"
7170
  msgstr "Účastníci"
7171
 
7290
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
7291
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
7292
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
7293
+ #: app/modules/next-event/details.php:104 app/skins/single.php:322
7294
+ #: app/skins/single.php:960 app/skins/single/default.php:110
7295
+ #: app/skins/single/default.php:341 app/skins/single/m1.php:45
7296
+ #: app/skins/single/modern.php:208
7297
  #, fuzzy
7298
  #| msgid "Add Day"
7299
  msgid "All Day"
7375
  msgid "%s Price"
7376
  msgstr "%s Cena"
7377
 
7378
+ #: app/libraries/book.php:632 app/libraries/book.php:717
7379
  msgid "Discount"
7380
  msgstr "Sleva"
7381
 
7382
+ #: app/libraries/book.php:788 app/modules/booking/default.php:316
7383
+ #: app/modules/booking/default.php:419
7384
  msgid "Download Invoice"
7385
  msgstr "Stáhnout fakturu"
7386
 
7451
  msgid "Custom sidebar for single and modal page of MEC."
7452
  msgstr "Vlastní postranní panel pro jednu a modální stránku MEC."
7453
 
7454
+ #: app/libraries/factory.php:1040
7455
  #, fuzzy
7456
  #| msgid "Update %s"
7457
  msgid "News & Updates"
7458
  msgstr "Aktualizovat %s"
7459
 
7460
+ #: app/libraries/factory.php:1053
7461
  msgid "Blog"
7462
  msgstr ""
7463
 
7464
+ #: app/libraries/factory.php:1053
7465
  msgid "Help"
7466
  msgstr ""
7467
 
7469
  msgid "There is no excerpt because this is a protected post."
7470
  msgstr "Neexistuje výňatek, protože se jedná o chráněný příspěvek."
7471
 
7472
+ #: app/libraries/main.php:332 app/libraries/main.php:1816
7473
+ #: app/libraries/main.php:1841
7474
  msgid "Agenda View"
7475
  msgstr "Zobrazení agendy"
7476
 
7477
+ #: app/libraries/main.php:333 app/libraries/main.php:1807
7478
+ #: app/libraries/main.php:1832
7479
  msgid "Full Calendar"
7480
  msgstr "Plný kalendář"
7481
 
7482
+ #: app/libraries/main.php:335 app/libraries/main.php:1809
7483
+ #: app/libraries/main.php:1834
7484
  msgid "Calendar/Monthly View"
7485
  msgstr "Kalendář / zobrazení měsíce"
7486
 
7487
+ #: app/libraries/main.php:338 app/libraries/main.php:1812
7488
+ #: app/libraries/main.php:1837
7489
  msgid "Timetable View"
7490
  msgstr "Zobrazení rozvrhu"
7491
 
7492
+ #: app/libraries/main.php:339 app/libraries/main.php:1813
7493
+ #: app/libraries/main.php:1838
7494
  msgid "Masonry View"
7495
  msgstr "Zobrazení zdi"
7496
 
7497
+ #: app/libraries/main.php:340 app/libraries/main.php:1817
7498
+ #: app/libraries/main.php:1842
7499
  msgid "Map View"
7500
  msgstr "Zobrazení mapy"
7501
 
7526
  msgid "Timeline View"
7527
  msgstr "Zobrazení rozvrhu"
7528
 
7529
+ #: app/libraries/main.php:385 app/libraries/main.php:5438
7530
  msgid "SU"
7531
  msgstr "NE"
7532
 
7533
+ #: app/libraries/main.php:386 app/libraries/main.php:5439
7534
  msgid "MO"
7535
  msgstr "PO"
7536
 
7537
+ #: app/libraries/main.php:387 app/libraries/main.php:5440
7538
  msgid "TU"
7539
  msgstr "ÚT"
7540
 
7541
+ #: app/libraries/main.php:388 app/libraries/main.php:5441
7542
  msgid "WE"
7543
  msgstr "ST"
7544
 
7545
+ #: app/libraries/main.php:389 app/libraries/main.php:5442
7546
  msgid "TH"
7547
  msgstr "ČT"
7548
 
7549
+ #: app/libraries/main.php:390 app/libraries/main.php:5443
7550
  msgid "FR"
7551
  msgstr "PÁ"
7552
 
7553
+ #: app/libraries/main.php:391 app/libraries/main.php:5444
7554
  msgid "SA"
7555
  msgstr "SO"
7556
 
7566
  msgid "Modules"
7567
  msgstr "Moduly"
7568
 
7569
+ #: app/libraries/main.php:872
7570
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7571
  msgstr "Nové doplňky pro MEC! Nyní přizpůsobte MEC v Elementoru"
7572
 
7573
+ #: app/libraries/main.php:879
7574
  msgid ""
7575
  "The time has come at last, and the new practical add-ons for MEC have been "
7576
  "released. This is a revolution in the world of Event Calendars. We have "
7581
  "revoluce ve světě kalendářů událostí. Poskytli jsme vám širokou škálu funkcí "
7582
  "pouze tím, že máme 4 doplňky, viz níže:"
7583
 
7584
+ #: app/libraries/main.php:881
7585
  msgid ""
7586
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7587
  "products) and Woo products at the same time."
7589
  "<strong>Integrace WooCommerce:</strong> Nyní si můžete zakoupit lístek (jako "
7590
  "produkty) a produkty Woo současně."
7591
 
7592
+ #: app/libraries/main.php:882
7593
  msgid ""
7594
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7595
  "other websites without MEC. Use JSON output features to make your Apps "
7599
  "událost) na jiných webech bez MEC. Použijte výstupní funkce JSON, aby vaše "
7600
  "aplikace byly kompatibilní s MEC."
7601
 
7602
+ #: app/libraries/main.php:883
7603
  msgid ""
7604
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7605
  "main websites. Changes in the main one will be inherited by the subsites. "
7606
  "you can set these up in the admin panel."
7607
  msgstr ""
7608
 
7609
+ #: app/libraries/main.php:884
7610
  msgid ""
7611
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7612
  "pages can contain ticket purchase information, information about registered "
7613
  "events. Users can now log in to purchase tickets."
7614
  msgstr ""
7615
 
7616
+ #: app/libraries/main.php:1533
7617
  msgid "Events at this location"
7618
  msgstr "Události na tomto místě"
7619
 
7620
+ #: app/libraries/main.php:1533
7621
  msgid "Event at this location"
7622
  msgstr "Událost na tomto místě"
7623
 
7624
+ #: app/libraries/main.php:1585
7625
  msgid "Facebook"
7626
  msgstr "Facebook"
7627
 
7628
+ #: app/libraries/main.php:1586
7629
  msgid "Twitter"
7630
  msgstr "Twitter"
7631
 
7632
+ #: app/libraries/main.php:1587 app/libraries/main.php:1644
7633
  msgid "Linkedin"
7634
  msgstr "Linkedin"
7635
 
7636
+ #: app/libraries/main.php:1588 app/libraries/main.php:1680
7637
  msgid "VK"
7638
  msgstr "VK"
7639
 
7640
+ #: app/libraries/main.php:1589
7641
  msgid "Tumblr"
7642
  msgstr ""
7643
 
7644
+ #: app/libraries/main.php:1590
7645
  msgid "Pinterest"
7646
  msgstr ""
7647
 
7648
+ #: app/libraries/main.php:1591
7649
  msgid "Flipboard"
7650
  msgstr ""
7651
 
7652
+ #: app/libraries/main.php:1592
7653
  #, fuzzy
7654
  #| msgid "Tickets"
7655
  msgid "GetPocket"
7656
  msgstr "Vstupenky"
7657
 
7658
+ #: app/libraries/main.php:1593
7659
  msgid "Reddit"
7660
  msgstr ""
7661
 
7662
+ #: app/libraries/main.php:1594
7663
  msgid "WhatsApp"
7664
  msgstr ""
7665
 
7666
+ #: app/libraries/main.php:1595
7667
  msgid "Telegram"
7668
  msgstr ""
7669
 
7670
+ #: app/libraries/main.php:1614
7671
  msgid "Share on Facebook"
7672
  msgstr "Sdílet na Facebooku"
7673
 
7674
+ #: app/libraries/main.php:1629
7675
  msgid "Tweet"
7676
  msgstr "Tweet"
7677
 
7678
+ #: app/libraries/main.php:1695
7679
  #, fuzzy
7680
  #| msgid "Share on Facebook"
7681
  msgid "Share on Tumblr"
7682
  msgstr "Sdílet na Facebooku"
7683
 
7684
+ #: app/libraries/main.php:1711
7685
  msgid "Share on Pinterest"
7686
  msgstr ""
7687
 
7688
+ #: app/libraries/main.php:1727
7689
  #, fuzzy
7690
  #| msgid "Share on Facebook"
7691
  msgid "Share on Flipboard"
7692
  msgstr "Sdílet na Facebooku"
7693
 
7694
+ #: app/libraries/main.php:1745
7695
  #, fuzzy
7696
  #| msgid "Share on Facebook"
7697
  msgid "Share on GetPocket"
7698
  msgstr "Sdílet na Facebooku"
7699
 
7700
+ #: app/libraries/main.php:1761
7701
  #, fuzzy
7702
  #| msgid "Share on Facebook"
7703
  msgid "Share on Reddit"
7704
  msgstr "Sdílet na Facebooku"
7705
 
7706
+ #: app/libraries/main.php:1777
7707
  msgid "Share on Telegram"
7708
  msgstr ""
7709
 
7710
+ #: app/libraries/main.php:1795
7711
  msgid "Share on WhatsApp"
7712
  msgstr ""
7713
 
7714
+ #: app/libraries/main.php:1818
7715
  msgid "Custom Shortcode"
7716
  msgstr "Uživatelské zkrácené kódy"
7717
 
7718
+ #: app/libraries/main.php:2180
7719
  msgid "Your booking already verified!"
7720
  msgstr "Vaše rezervace již byla ověřena!"
7721
 
7722
+ #: app/libraries/main.php:2185
7723
  msgid "Your booking successfully verified."
7724
  msgstr "Vaše rezervace byla úspěšně ověřena."
7725
 
7726
+ #: app/libraries/main.php:2186
7727
  msgid "Your booking cannot verify!"
7728
  msgstr "Vaši rezervaci nelze ověřit!"
7729
 
7730
+ #: app/libraries/main.php:2205
7731
  msgid "Your booking successfully canceled."
7732
  msgstr "Vaše rezervace byla úspěšně zrušena."
7733
 
7734
+ #: app/libraries/main.php:2206
7735
  msgid "Your booking cannot be canceled."
7736
  msgstr "Vaši rezervaci nelze zrušit."
7737
 
7738
+ #: app/libraries/main.php:2210
7739
  msgid "You canceled the payment successfully."
7740
  msgstr "Platbu jste úspěšně zrušili."
7741
 
7742
+ #: app/libraries/main.php:2214
7743
  msgid "You returned from payment gateway successfully."
7744
  msgstr "Úspěšně jste se vrátili z platební brány."
7745
 
7746
+ #: app/libraries/main.php:2230
7747
  msgid "Cannot find the invoice!"
7748
  msgstr "Fakturu nelze najít!"
7749
 
7750
+ #: app/libraries/main.php:2230
7751
  msgid "Invoice is invalid."
7752
  msgstr "Faktura je neplatná."
7753
 
7754
+ #: app/libraries/main.php:2250
7755
  #, fuzzy
7756
  #| msgid ""
7757
  #| "Your booking still is not confirmed. You able download it after "
7761
  msgstr ""
7762
  "Vaše rezervace stále není potvrzena. Můžete si ji stáhnout po potvrzení!"
7763
 
7764
+ #: app/libraries/main.php:2250
7765
  msgid "Booking Not Confirmed."
7766
  msgstr "Rezervace nebyla potvrzena."
7767
 
7768
+ #: app/libraries/main.php:2256
7769
  msgid "Cannot find the booking!"
7770
  msgstr "Nemohu najít rezervaci!"
7771
 
7772
+ #: app/libraries/main.php:2256
7773
  msgid "Booking is invalid."
7774
  msgstr "Rezervace není platná."
7775
 
7776
+ #: app/libraries/main.php:2288
7777
  #, php-format
7778
  msgid "%s Invoice"
7779
  msgstr "%s Faktura"
7780
 
7781
+ #: app/libraries/main.php:2364
7782
  msgid "Billing"
7783
  msgstr "Fakturace"
7784
 
7785
+ #: app/libraries/main.php:2376
7786
  #, fuzzy
7787
  #| msgid "Coupons"
7788
  msgid "Coupon Code"
7789
  msgstr "Kupóny"
7790
 
7791
+ #: app/libraries/main.php:2381
7792
  msgid "Total"
7793
  msgstr "Celkem"
7794
 
7795
+ #: app/libraries/main.php:2388
7796
  #, fuzzy
7797
  #| msgid "Payment Gateways"
7798
  msgid "Payment"
7799
  msgstr "Platební brány"
7800
 
7801
+ #: app/libraries/main.php:2392
7802
  #, fuzzy
7803
  #| msgid "Payment Gateways"
7804
  msgid "Gateway"
7805
  msgstr "Platební brány"
7806
 
7807
+ #: app/libraries/main.php:2405
7808
  #, fuzzy
7809
  #| msgid "Payment Gateways"
7810
  msgid "Payment Time"
7811
  msgstr "Platební brány"
7812
 
7813
+ #: app/libraries/main.php:2466
7814
  msgid "Request is not valid."
7815
  msgstr "Požadavek není platný."
7816
 
7817
+ #: app/libraries/main.php:2466
7818
  msgid "iCal export stopped!"
7819
  msgstr "iCal export byl zastaven!"
7820
 
7821
+ #: app/libraries/main.php:2810 app/libraries/main.php:2840
7822
+ #: app/libraries/main.php:2869 app/libraries/main.php:2899
7823
+ #: app/libraries/main.php:2928 app/libraries/main.php:2957
7824
+ #: app/libraries/main.php:2986 app/libraries/main.php:3015
7825
+ #: app/libraries/main.php:3044 app/libraries/main.php:3068
7826
+ #: app/libraries/main.php:3112 app/libraries/main.php:3156
7827
+ #: app/libraries/main.php:3203 app/libraries/main.php:3250
7828
  msgid "Sort"
7829
  msgstr "Seřadit"
7830
 
7831
+ #: app/libraries/main.php:2816 app/libraries/main.php:2846
7832
+ #: app/libraries/main.php:2875 app/libraries/main.php:2905
7833
+ #: app/libraries/main.php:2934 app/libraries/main.php:2963
7834
+ #: app/libraries/main.php:2992 app/libraries/main.php:3021
7835
+ #: app/libraries/main.php:3074 app/libraries/main.php:3118
7836
+ #: app/libraries/main.php:3162 app/libraries/main.php:3209
7837
  msgid "Required Field"
7838
  msgstr "Požadovaná pole"
7839
 
7840
+ #: app/libraries/main.php:2822 app/libraries/main.php:2852
7841
+ #: app/libraries/main.php:2881 app/libraries/main.php:2911
7842
+ #: app/libraries/main.php:2940 app/libraries/main.php:2969
7843
+ #: app/libraries/main.php:2998 app/libraries/main.php:3027
7844
+ #: app/libraries/main.php:3080 app/libraries/main.php:3124
7845
+ #: app/libraries/main.php:3168 app/libraries/main.php:3215
7846
  msgid "Insert a label for this field"
7847
  msgstr "Vložte štítek pro toto pole"
7848
 
7849
+ #: app/libraries/main.php:3050
7850
  msgid "HTML and shortcode are allowed."
7851
  msgstr "HTML a zkrácené kódy jsou povoleny."
7852
 
7853
+ #: app/libraries/main.php:3093 app/libraries/main.php:3137
7854
+ #: app/libraries/main.php:3181
7855
  msgid "Option"
7856
  msgstr "Možnost"
7857
 
7858
+ #: app/libraries/main.php:3215
7859
  #, php-format
7860
  msgid "Instead of %s, the page title with a link will be show."
7861
  msgstr "Místo%s se zobrazí název stránky s odkazem."
7862
 
7863
+ #: app/libraries/main.php:3217
7864
  msgid "Agreement Page"
7865
  msgstr "Stránka smlouvy"
7866
 
7867
+ #: app/libraries/main.php:3228
7868
  msgid "Checked by default"
7869
  msgstr "Ve výchozím nastavení zaškrtnuto"
7870
 
7871
+ #: app/libraries/main.php:3229
7872
  msgid "Unchecked by default"
7873
  msgstr "Ve výchozím nastavení není zaškrtnuto"
7874
 
7875
+ #: app/libraries/main.php:3252
7876
  msgid "Insert a label for this option"
7877
  msgstr "Vložte štítek pro tuto možnost"
7878
 
7879
+ #: app/libraries/main.php:3267
7880
  msgid "Free"
7881
  msgstr "Zdarma"
7882
 
7883
+ #: app/libraries/main.php:3873 app/libraries/main.php:5686
7884
  msgid "M.E. Calender"
7885
  msgstr "M.E. Kalendář"
7886
 
7887
+ #: app/libraries/main.php:4028
7888
  #, php-format
7889
  msgid "Copy of %s"
7890
  msgstr "Kopie %s"
7891
 
7892
+ #: app/libraries/main.php:4794
7893
  msgid "Booked an event."
7894
  msgstr "Událost byla rezervována."
7895
 
7896
+ #: app/libraries/main.php:4835
7897
  #, php-format
7898
  msgid "%s booked %s event."
7899
  msgstr "%s zarezervoval %s událost."
7900
 
7901
+ #: app/libraries/main.php:5421
7902
  msgid "Taxonomies"
7903
  msgstr "Taxonomie"
7904
 
7905
  # Mrknout na kontext
7906
+ #: app/libraries/main.php:5423
7907
  msgid "Category Plural Label"
7908
  msgstr "Štítek množné kategorie"
7909
 
7910
  # Mrknout na kontext
7911
+ #: app/libraries/main.php:5424
7912
  msgid "Category Singular Label"
7913
  msgstr "Štítek jednotné kategorie"
7914
 
7915
+ #: app/libraries/main.php:5425
7916
  msgid "Label Plural Label"
7917
  msgstr "Štítek množného štítku"
7918
 
7919
+ #: app/libraries/main.php:5426
7920
  msgid "Label Singular Label"
7921
  msgstr "Štítek jednotného štítku"
7922
 
7923
+ #: app/libraries/main.php:5426
7924
  msgid "label"
7925
  msgstr "štítek"
7926
 
7927
+ #: app/libraries/main.php:5427
7928
  msgid "Location Plural Label"
7929
  msgstr "Štítek množného umístění"
7930
 
7931
+ #: app/libraries/main.php:5428
7932
  msgid "Location Singular Label"
7933
  msgstr "Štítek jednotného umístění"
7934
 
7935
+ #: app/libraries/main.php:5429
7936
  msgid "Organizer Plural Label"
7937
  msgstr "Štítek množného organizátora"
7938
 
7939
+ #: app/libraries/main.php:5430
7940
  msgid "Organizer Singular Label"
7941
  msgstr "Štítek jednotného organizátora"
7942
 
7943
+ #: app/libraries/main.php:5431
7944
  msgid "Speaker Plural Label"
7945
  msgstr "Štítek množného řečníka"
7946
 
7947
+ #: app/libraries/main.php:5432
7948
  msgid "Speaker Singular Label"
7949
  msgstr "Štítek jednotného řečníka"
7950
 
7951
+ #: app/libraries/main.php:5438
7952
  msgid "Sunday abbreviation"
7953
  msgstr "Neděle zkratka"
7954
 
7955
+ #: app/libraries/main.php:5439
7956
  msgid "Monday abbreviation"
7957
  msgstr "Pondělí zkratka"
7958
 
7959
+ #: app/libraries/main.php:5440
7960
  msgid "Tuesday abbreviation"
7961
  msgstr "Úterý zkratka"
7962
 
7963
+ #: app/libraries/main.php:5441
7964
  msgid "Wednesday abbreviation"
7965
  msgstr "Středa zkratka"
7966
 
7967
+ #: app/libraries/main.php:5442
7968
  msgid "Thursday abbreviation"
7969
  msgstr "Čtvrtek zkratka"
7970
 
7971
+ #: app/libraries/main.php:5443
7972
  msgid "Friday abbreviation"
7973
  msgstr "Pátek zkratka"
7974
 
7975
+ #: app/libraries/main.php:5444
7976
  msgid "Saturday abbreviation"
7977
  msgstr "Sobota zkratka"
7978
 
7979
+ #: app/libraries/main.php:5448
7980
  msgid "Others"
7981
  msgstr "Další"
7982
 
7983
+ #: app/libraries/main.php:5450
7984
  msgid "Booking Success Message"
7985
  msgstr "Zpráva o úspěchu rezervace"
7986
 
7987
+ #: app/libraries/main.php:5450
7988
  #, fuzzy
7989
  #| msgid ""
7990
  #| "Thanks for your booking. Your tickets booked, booking verification might "
7996
  "Děkujeme za vaši rezervaci. Vaše vstupenky jsou rezervovány, může být nutné "
7997
  "ověřit rezervaci. Zkontrolujte prosím svůj e-mail."
7998
 
7999
+ #: app/libraries/main.php:5451 app/widgets/single.php:131
8000
  msgid "Register Button"
8001
  msgstr "Registrační tlačítko"
8002
 
8003
+ #: app/libraries/main.php:5451 app/skins/available_spot/tpl.php:189
8004
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
8005
+ #: app/skins/grid/render.php:92 app/skins/grid/render.php:147
8006
+ #: app/skins/grid/render.php:197 app/skins/grid/render.php:217
8007
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
8008
+ #: app/skins/masonry/render.php:150 app/skins/single.php:367
8009
+ #: app/skins/single.php:981 app/skins/single.php:984
8010
+ #: app/skins/single/default.php:270 app/skins/single/default.php:272
8011
+ #: app/skins/single/default.php:501 app/skins/single/default.php:503
8012
+ #: app/skins/single/m1.php:142 app/skins/single/m1.php:144
8013
+ #: app/skins/single/m2.php:67 app/skins/single/m2.php:69
8014
+ #: app/skins/single/modern.php:78 app/skins/single/modern.php:80
8015
+ #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
8016
+ #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
8017
+ #: app/skins/slider/render.php:173
8018
  msgid "REGISTER"
8019
  msgstr "REGISTROVAT"
8020
 
8021
+ #: app/libraries/main.php:5452
8022
  msgid "View Detail Button"
8023
  msgstr "Tlačítko Zobrazit detail"
8024
 
8025
+ #: app/libraries/main.php:5452 app/skins/carousel/render.php:109
8026
+ #: app/skins/carousel/render.php:148 app/skins/grid/render.php:92
8027
+ #: app/skins/grid/render.php:147 app/skins/grid/render.php:197
8028
+ #: app/skins/grid/render.php:217 app/skins/list/render.php:67
8029
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
8030
+ #: app/skins/single.php:367 app/skins/slider/render.php:71
8031
+ #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
8032
+ #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
8033
  msgid "View Detail"
8034
  msgstr "Zobrazit detail"
8035
 
8036
+ #: app/libraries/main.php:5453
8037
  msgid "Event Detail Button"
8038
  msgstr "Tlačítko Detail události"
8039
 
8040
+ #: app/libraries/main.php:5453 app/skins/countdown/tpl.php:213
8041
  msgid "Event Detail"
8042
  msgstr "Zobrazit událost"
8043
 
8044
+ #: app/libraries/main.php:5455
8045
  msgid "More Info Link"
8046
  msgstr "Odkaz na více informací"
8047
 
8048
+ #: app/libraries/main.php:5458
8049
  msgid "Ticket (Singular)"
8050
  msgstr "Vstupenka (Jednotné)"
8051
 
8052
+ #: app/libraries/main.php:5459
8053
  msgid "Tickets (Plural)"
8054
  msgstr "Vstupenky (Množné)"
8055
 
8056
+ #: app/libraries/main.php:5545
8057
  msgid "EventON"
8058
  msgstr "EventON"
8059
 
8060
+ #: app/libraries/main.php:5546
8061
  msgid "The Events Calendar"
8062
  msgstr "The Events Calendar"
8063
 
8064
+ #: app/libraries/main.php:5547
8065
  msgid "Events Schedule WP Plugin"
8066
  msgstr "Events Schedule WP Plugin"
8067
 
8068
+ #: app/libraries/main.php:5548
8069
  msgid "Calendarize It"
8070
  msgstr "Calendarize It"
8071
 
8072
+ #: app/libraries/main.php:5549
8073
  #, fuzzy
8074
  #| msgid "Event Speakers"
8075
  msgid "Event Espresso"
8076
  msgstr "Řečník události"
8077
 
8078
+ #: app/libraries/main.php:5550
8079
  #, fuzzy
8080
  #| msgid "Event Repeating (Recurring events)"
8081
  msgid "Events Manager (Recurring)"
8082
  msgstr "Opakování události (opakující se události)"
8083
 
8084
+ #: app/libraries/main.php:5551
8085
  #, fuzzy
8086
  #| msgid "Modern Events Calendar (Lite)"
8087
  msgid "Events Manager (Single)"
8088
  msgstr "Modern Events Calendar (Lite)"
8089
 
8090
+ #: app/libraries/main.php:5623 app/libraries/main.php:5643
8091
  msgid "Confirmed"
8092
  msgstr "Potvrzeno"
8093
 
8094
+ #: app/libraries/main.php:5624 app/libraries/main.php:5651
8095
  msgid "Rejected"
8096
  msgstr "Odmítnuto"
8097
 
8098
+ #: app/libraries/main.php:5625 app/libraries/main.php:5647
8099
  msgid "Pending"
8100
  msgstr "Nevyřízený"
8101
 
8102
+ #: app/libraries/main.php:5673
8103
  msgid "Waiting"
8104
  msgstr "Čekající"
8105
 
8106
+ #: app/libraries/main.php:5878 app/libraries/render.php:80
8107
  #: app/libraries/render.php:432
8108
  msgid "Skin controller does not exist."
8109
  msgstr "Ovladač vzhledu neexistuje."
8110
 
8111
+ #: app/libraries/main.php:6059
8112
  msgid "Sold Out"
8113
  msgstr "Vyprodáno"
8114
 
8115
+ #: app/libraries/main.php:6067
8116
  #, fuzzy
8117
  #| msgid "Ticket"
8118
  msgid "Last Few Tickets"
8167
  msgid "No"
8168
  msgstr "Ne"
8169
 
8170
+ #: app/libraries/skins.php:1042
8171
  #, fuzzy
8172
  #| msgid "Select All"
8173
  msgid "Select"
8222
  msgid "Thanks for your booking."
8223
  msgstr "Děkujeme za vaši rezervaci."
8224
 
8225
+ #: app/modules/booking/steps/tickets.php:24
8226
  msgid "Book Event"
8227
  msgstr "Rezervovat událost"
8228
 
8229
+ #: app/modules/booking/steps/tickets.php:51
8230
  #, php-format
8231
  msgid "Available %s: <span>%s</span>"
8232
  msgstr "K dispozici %s: <span>%s</span>"
8233
 
8234
+ #: app/modules/booking/steps/tickets.php:55
8235
  #, php-format
8236
  msgid "The %s ticket sales has stopped!"
8237
  msgstr ""
8238
 
8239
+ #: app/modules/booking/steps/tickets.php:56
8240
  #, php-format
8241
  msgid "The %s ticket is sold out. You can try another ticket or another date."
8242
  msgstr ""
8250
  msgid "The event is ongoing."
8251
  msgstr "Událost právě probíhá."
8252
 
8253
+ #: app/modules/googlemap/details.php:125
8254
  msgid "Address from ..."
8255
  msgstr "Adresa od ..."
8256
 
8257
+ #: app/modules/googlemap/details.php:129
8258
  msgid "Get Directions"
8259
  msgstr "Získat směr"
8260
 
8261
+ #: app/modules/links/details.php:17 app/skins/single.php:670
8262
  msgid "Share this event"
8263
  msgstr "Sdílet tuto událost"
8264
 
8313
  msgid "Go to occurrence page"
8314
  msgstr "Přejít na stránku výskytu"
8315
 
8316
+ #: app/modules/next-event/details.php:98 app/skins/single.php:954
8317
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
8318
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
8319
  msgid "Time"
8447
  msgid "No Events"
8448
  msgstr "Žádné události"
8449
 
8450
+ #: app/skins/single.php:411
8451
  msgid "Home"
8452
  msgstr "Domů"
8453
 
8454
+ #: app/skins/single.php:753 app/skins/single/default.php:53
8455
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
8456
  #: app/skins/single/modern.php:281
8457
  msgid "Sold out!"
8458
  msgstr "Vyprodáno!"
8459
 
8460
+ #: app/skins/single.php:1028 app/skins/single.php:1083
8461
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
8462
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
8463
  #: app/skins/single/modern.php:46
8464
  msgid "Phone"
8465
  msgstr "Telefon"
8466
 
8467
+ #: app/skins/single.php:1042 app/skins/single.php:1097
8468
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
8469
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
8470
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
8473
  msgid "Website"
8474
  msgstr "Webová stránka"
8475
 
8476
+ #: app/skins/single.php:1173
8477
  msgid "Speakers:"
8478
  msgstr "Řečník:"
8479
 
8572
  msgstr "Úžasný doplněk pro kalendář událostí"
8573
 
8574
  #. Author of the plugin/theme
8575
+ #, fuzzy
8576
+ #| msgid "Webnus Team"
8577
+ msgid "Webnus"
8578
  msgstr "Webnus Team"
8579
 
8580
  #. Author URI of the plugin/theme
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: 2020-04-21 15:14+0430\n"
6
- "PO-Revision-Date: 2020-04-21 15:15+0430\n"
7
  "Last-Translator: Jogon <koenig@kafinanz.de>\n"
8
  "Language-Team: German\n"
9
  "Language: de_DE\n"
@@ -19,8 +19,8 @@ msgstr ""
19
 
20
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
21
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
22
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:944
23
- #: app/libraries/factory.php:962 app/widgets/MEC.php:33
24
  msgid "Modern Events Calendar"
25
  msgstr "Moderner Event Kalender "
26
 
@@ -84,9 +84,9 @@ msgstr "Farbe der Veranstaltung"
84
  msgid "Settings"
85
  msgstr "Einstellungen"
86
 
87
- #: app/features/contextual.php:62 app/features/events.php:2479
88
- #: app/features/mec/booking.php:448 app/features/mec/support.php:29
89
- #: app/libraries/main.php:560
90
  msgid "Booking Form"
91
  msgstr "Buchungsformular"
92
 
@@ -242,7 +242,7 @@ msgstr "Google Maps Einstellungen"
242
  msgid "Google Recaptcha Options"
243
  msgstr "Google Recaptcha Einstellungen"
244
 
245
- #: app/features/contextual.php:258 app/features/mec/single.php:149
246
  #: app/libraries/main.php:548
247
  msgid "Countdown Options"
248
  msgstr "Countdown Einstellungsoptionen"
@@ -341,7 +341,7 @@ msgstr "Veranstaltung ansehen"
341
  msgid "No events found in Trash!"
342
  msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
343
 
344
- #: app/features/events.php:183 app/features/events.php:3357
345
  #: app/features/mec/meta_boxes/display_options.php:1385
346
  #: app/features/mec/meta_boxes/search_form.php:31
347
  #: app/features/mec/meta_boxes/search_form.php:101
@@ -354,18 +354,18 @@ msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
354
  #: app/features/mec/meta_boxes/search_form.php:584
355
  #: app/features/mec/meta_boxes/search_form.php:654
356
  #: app/features/mec/meta_boxes/search_form.php:760
357
- #: app/features/mec/settings.php:839 app/features/mec/single.php:232
358
- #: app/features/search.php:68 app/libraries/main.php:5414
359
- #: app/libraries/skins.php:887 app/skins/single.php:572
360
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
361
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
362
  #: app/skins/single/modern.php:128
363
  msgid "Category"
364
  msgstr "Kategorie"
365
 
366
- #: app/features/events.php:184 app/features/events.php:3312
367
  #: app/features/fes/form.php:767 app/features/mec.php:412
368
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5413
369
  msgid "Categories"
370
  msgstr "Kategorien"
371
 
@@ -452,7 +452,7 @@ msgid "Event Repeating"
452
  msgstr "Wiederholende Veranstaltung"
453
 
454
  #: app/features/events.php:334 app/features/events.php:1294
455
- #: app/features/mec/settings.php:743 app/skins/single.php:957
456
  msgid "Hourly Schedule"
457
  msgstr "Stundenplan"
458
 
@@ -464,8 +464,8 @@ msgstr "Ort"
464
  msgid "Links"
465
  msgstr "Links"
466
 
467
- #: app/features/events.php:337 app/features/events.php:3359
468
- #: app/features/events.php:3550 app/features/events.php:3592
469
  #: app/features/ix.php:3508 app/features/ix.php:3549
470
  #: app/features/mec/meta_boxes/display_options.php:1388
471
  #: app/features/mec/meta_boxes/search_form.php:46
@@ -479,21 +479,21 @@ msgstr "Links"
479
  #: app/features/mec/meta_boxes/search_form.php:599
480
  #: app/features/mec/meta_boxes/search_form.php:669
481
  #: app/features/mec/meta_boxes/search_form.php:775
482
- #: app/features/mec/settings.php:851 app/features/mec/single.php:236
483
  #: app/features/organizers.php:58 app/features/organizers.php:204
484
  #: app/features/organizers.php:260 app/features/organizers.php:262
485
  #: app/features/organizers.php:271 app/features/popup/event.php:293
486
  #: app/features/popup/event.php:302 app/features/search.php:80
487
- #: app/libraries/main.php:5420 app/libraries/skins.php:939
488
- #: app/skins/single.php:816 app/skins/single/default.php:227
489
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
490
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
491
  msgid "Organizer"
492
  msgstr "Veranstalter"
493
 
494
  #: app/features/events.php:338 app/features/events.php:1171
495
- #: app/features/fes/form.php:740 app/libraries/main.php:5447
496
- #: app/skins/single.php:595 app/skins/single/default.php:128
497
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
498
  #: app/skins/single/modern.php:223
499
  msgid "Cost"
@@ -513,8 +513,8 @@ msgstr "Zusätzliche Anmerkungen zum Event "
513
  msgid "Guest Data"
514
  msgstr "Gäste Daten"
515
 
516
- #: app/features/events.php:471 app/features/events.php:2461
517
- #: app/features/events.php:3883 app/features/fes.php:223
518
  #: app/features/fes/form.php:699 app/features/labels.php:178
519
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
520
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
@@ -522,17 +522,17 @@ msgstr "Gäste Daten"
522
  msgid "Name"
523
  msgstr "Name"
524
 
525
- #: app/features/events.php:472 app/features/events.php:2472
526
- #: app/features/events.php:2548 app/features/events.php:3886
527
  #: app/features/fes.php:223 app/features/fes/form.php:695
528
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
529
  #: app/features/organizers.php:111 app/features/organizers.php:152
530
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
531
- #: app/features/speakers.php:196 app/libraries/main.php:1595
532
- #: app/libraries/main.php:1664 app/libraries/main.php:2899
533
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
534
- #: app/modules/booking/steps/form.php:83 app/skins/single.php:833
535
- #: app/skins/single.php:888 app/skins/single/default.php:244
536
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
537
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
538
  msgid "Email"
@@ -543,8 +543,8 @@ msgid "Date and Time"
543
  msgstr "Datum und Uhrzeit"
544
 
545
  #: app/features/events.php:483 app/features/events.php:489
546
- #: app/features/events.php:3360 app/features/events.php:3550
547
- #: app/features/events.php:3592 app/features/fes/form.php:250
548
  #: app/features/fes/form.php:254 app/features/ix.php:3508
549
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
550
  #: app/features/mec/dashboard.php:405
@@ -568,24 +568,24 @@ msgid "Start Date"
568
  msgstr "Start Datum"
569
 
570
  #: app/features/events.php:561 app/features/events.php:653
571
- #: app/features/events.php:1734 app/features/events.php:1793
572
- #: app/features/events.php:1986 app/features/events.php:2025
573
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
574
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
575
  msgid "AM"
576
  msgstr "AM"
577
 
578
  #: app/features/events.php:568 app/features/events.php:660
579
- #: app/features/events.php:1741 app/features/events.php:1800
580
- #: app/features/events.php:1987 app/features/events.php:2026
581
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
582
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
583
  msgid "PM"
584
  msgstr "PM"
585
 
586
  #: app/features/events.php:575 app/features/events.php:580
587
- #: app/features/events.php:3361 app/features/events.php:3550
588
- #: app/features/events.php:3592 app/features/fes/form.php:290
589
  #: app/features/fes/form.php:294 app/features/ix.php:3508
590
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
591
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
@@ -629,11 +629,11 @@ msgstr ""
629
  #: app/features/events.php:707 app/features/events.php:828
630
  #: app/features/events.php:1134 app/features/events.php:1211
631
  #: app/features/events.php:1519 app/features/events.php:1609
632
- #: app/features/events.php:1821 app/features/events.php:1836
633
- #: app/features/events.php:2045 app/features/events.php:2058
634
- #: app/features/events.php:2209 app/features/events.php:2245
635
- #: app/features/events.php:2343 app/features/events.php:2358
636
- #: app/features/events.php:2388 app/features/events.php:2401
637
  #: app/features/fes/form.php:651 app/features/locations.php:316
638
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
639
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
@@ -694,13 +694,13 @@ msgstr ""
694
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
695
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
696
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
697
- #: app/features/mec/single.php:58 app/features/mec/single.php:77
698
- #: app/features/mec/single.php:94 app/features/mec/single.php:110
699
- #: app/features/mec/single.php:125 app/features/mec/single.php:178
700
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
701
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
702
  #: app/features/organizers.php:272 app/features/popup/event.php:256
703
- #: app/features/popup/event.php:303 app/skins/single.php:679
704
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
705
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
706
  #: app/skins/single/modern.php:151
@@ -778,24 +778,24 @@ msgstr "Wiederholungsintervall"
778
  msgid "Week Days"
779
  msgstr "Wochentage"
780
 
781
- #: app/features/events.php:818 app/features/events.php:1905
782
- #: app/features/events.php:1933 app/features/events.php:2113
783
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
784
  #: app/features/ix/import_g_calendar.php:51
785
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
786
  msgid "Start"
787
  msgstr "Start"
788
 
789
- #: app/features/events.php:820 app/features/events.php:1909
790
- #: app/features/events.php:1937 app/features/events.php:2117
791
  #: app/features/fes/form.php:381
792
  msgid "End"
793
  msgstr "Ende"
794
 
795
  #: app/features/events.php:822 app/features/events.php:1205
796
  #: app/features/events.php:1325 app/features/events.php:1430
797
- #: app/features/events.php:1888 app/features/events.php:2102
798
- #: app/features/events.php:2182 app/features/events.php:2315
799
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
800
  msgid "Add"
801
  msgstr "Hinzufügen"
@@ -870,10 +870,10 @@ msgstr ""
870
  msgid "Show only one occurrence of this event"
871
  msgstr "Nächstes Auftreten von anderen Events."
872
 
873
- #: app/features/events.php:1167 app/features/events.php:3550
874
- #: app/features/events.php:3592 app/features/fes/form.php:737
875
  #: app/features/ix.php:3508 app/features/ix.php:3549
876
- #: app/features/mec/settings.php:689 app/libraries/main.php:5446
877
  #: app/widgets/single.php:103
878
  msgid "Event Cost"
879
  msgstr ""
@@ -889,11 +889,11 @@ msgstr "Herausgenommene Tage "
889
  msgid "Exclude certain days"
890
  msgstr "Ausschluss bestimmter Tage"
891
 
892
- #: app/features/events.php:1203 app/features/events.php:2549
893
  #: app/features/fes.php:223 app/features/mec/booking.php:500
894
- #: app/features/profile/profile.php:53 app/libraries/main.php:2302
895
- #: app/libraries/main.php:2957 app/modules/booking/steps/tickets.php:23
896
- #: app/modules/next-event/details.php:93 app/skins/single.php:653
897
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
898
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
899
  msgid "Date"
@@ -927,9 +927,9 @@ msgstr ""
927
 
928
  #: app/features/events.php:1310 app/features/events.php:1349
929
  #: app/features/events.php:1384 app/features/events.php:1416
930
- #: app/features/events.php:1445 app/features/events.php:2330
931
- #: app/features/events.php:2377 app/features/events.php:3356
932
- #: app/features/events.php:3550 app/features/events.php:3592
933
  #: app/features/fes/form.php:239 app/features/ix.php:3508
934
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
935
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
@@ -938,19 +938,19 @@ msgstr "Titel"
938
 
939
  #: app/features/events.php:1319 app/features/events.php:1356
940
  #: app/features/events.php:1389 app/features/events.php:1424
941
- #: app/features/events.php:1450 app/features/events.php:1919
942
- #: app/features/events.php:1945 app/features/events.php:2123
943
- #: app/features/events.php:2222 app/features/events.php:2258
944
- #: app/features/events.php:2365 app/features/events.php:2407
945
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
946
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
947
- #: app/libraries/main.php:2818 app/libraries/main.php:2848
948
- #: app/libraries/main.php:2877 app/libraries/main.php:2907
949
- #: app/libraries/main.php:2936 app/libraries/main.php:2965
950
- #: app/libraries/main.php:2994 app/libraries/main.php:3023
951
- #: app/libraries/main.php:3045 app/libraries/main.php:3076
952
- #: app/libraries/main.php:3120 app/libraries/main.php:3164
953
- #: app/libraries/main.php:3211 app/libraries/main.php:3250
954
  msgid "Remove"
955
  msgstr "Entfernen"
956
 
@@ -969,8 +969,8 @@ msgid "To e.g. 8:45"
969
  msgstr "bis zum Beispiel 08:45 Uhr"
970
 
971
  #: app/features/events.php:1353 app/features/events.php:1387
972
- #: app/features/events.php:1448 app/features/events.php:1809
973
- #: app/features/events.php:2034
974
  msgid "Description"
975
  msgstr "Beschreibung"
976
 
@@ -978,7 +978,7 @@ msgstr "Beschreibung"
978
  #: app/features/events.php:1453 app/features/fes/form.php:861
979
  #: app/features/mec.php:420 app/features/mec/modules.php:52
980
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
981
- #: app/libraries/main.php:565 app/libraries/main.php:5421
982
  #: app/modules/speakers/details.php:18
983
  msgid "Speakers"
984
  msgstr "Sprecher"
@@ -993,7 +993,7 @@ msgid "Event Links"
993
  msgstr "Veranstaltungslinks"
994
 
995
  #: app/features/events.php:1487 app/features/events.php:1493
996
- #: app/features/fes/form.php:716 app/libraries/main.php:5444
997
  msgid "Event Link"
998
  msgstr "Veranstaltungslink"
999
 
@@ -1021,8 +1021,8 @@ msgid "URL Shortener"
1021
  msgstr ""
1022
 
1023
  #: app/features/events.php:1503 app/features/events.php:1516
1024
- #: app/features/fes/form.php:721 app/libraries/main.php:5445
1025
- #: app/skins/single.php:678 app/skins/single/default.php:142
1026
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
1027
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
1028
  #: app/widgets/single.php:107
@@ -1052,15 +1052,47 @@ msgstr ""
1052
  "Text angezeigt werden soll: zum Beispiel: Noch mehr Informationen oder Hier "
1053
  "zur Anmeldung (z.B. bei Webinaren sinnvoll) "
1054
 
1055
- #: app/features/events.php:1590 app/features/events.php:1605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1056
  #, fuzzy
1057
  #| msgid "Total booking limits"
1058
  msgid "Total booking limit"
1059
  msgstr "Gesamt Verfügbare Plätze"
1060
 
1061
- #: app/features/events.php:1602 app/features/events.php:1857
1062
- #: app/features/events.php:2072 app/modules/booking/default.php:85
1063
- #: app/modules/booking/steps/tickets.php:43
1064
  #: app/skins/available_spot/tpl.php:122
1065
  msgid "Unlimited"
1066
  msgstr "Unlimitiert"
@@ -1081,65 +1113,77 @@ msgstr "Wählen Sie Ihren Single Event Stil"
1081
  msgid "100"
1082
  msgstr "z.B. 100"
1083
 
1084
- #: app/features/events.php:1623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1085
  #, fuzzy
1086
  #| msgid "Total booking limits"
1087
  msgid "Total user booking limits"
1088
  msgstr "Gesamt Verfügbare Plätze"
1089
 
1090
- #: app/features/events.php:1635 app/features/events.php:2171
1091
- #: app/features/events.php:2303 app/features/events.php:2491
1092
  msgid "Inherit from global options"
1093
  msgstr "Aus den globalen Einstellungen übernehmen"
1094
 
1095
- #: app/features/events.php:1638
1096
  msgid "12"
1097
  msgstr "12"
1098
 
1099
- #: app/features/events.php:1661 app/libraries/book.php:60
1100
- #: app/libraries/main.php:5449 app/modules/booking/steps/tickets.php:43
1101
- msgid "Tickets"
1102
- msgstr "Tickets"
1103
-
1104
- #: app/features/events.php:1664
1105
  msgid ""
1106
  "You're translating an event so MEC will use the original event for tickets "
1107
  "and booking. You can only translate the ticket name and description. Please "
1108
  "define exact tickets that you defined in the original event here."
1109
  msgstr ""
1110
 
1111
- #: app/features/events.php:1669
1112
  msgid "Add Ticket"
1113
  msgstr "Ticket hinzufügen"
1114
 
1115
- #: app/features/events.php:1683 app/features/events.php:1959
1116
  msgid "Ticket Name"
1117
  msgstr "Ticket Name"
1118
 
1119
- #: app/features/events.php:1688 app/features/events.php:1963
1120
- #: app/features/events.php:3550 app/features/events.php:3592
1121
  #: app/features/ix.php:3508 app/features/ix.php:3549
1122
  msgid "Start Time"
1123
  msgstr "Uhrzeit des Beginns"
1124
 
1125
- #: app/features/events.php:1747 app/features/events.php:1993
1126
- #: app/features/events.php:3550 app/features/events.php:3592
1127
  #: app/features/ix.php:3508 app/features/ix.php:3549
1128
  msgid "End Time"
1129
  msgstr "Uhrzeit Ende"
1130
 
1131
- #: app/features/events.php:1814 app/features/events.php:1818
1132
- #: app/features/events.php:1913 app/features/events.php:1940
1133
- #: app/features/events.php:2039 app/features/events.php:2042
1134
- #: app/features/events.php:2119 app/features/events.php:2336
1135
- #: app/features/events.php:2340 app/features/events.php:2382
1136
- #: app/features/events.php:2385 app/features/mec/booking.php:388
1137
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1138
  #: app/features/mec/booking.php:423
1139
  msgid "Price"
1140
  msgstr "Preis"
1141
 
1142
- #: app/features/events.php:1819 app/features/events.php:2043
1143
  #, fuzzy
1144
  #| msgid "Insert 0 for free ticket. Only numbers please."
1145
  msgid ""
@@ -1147,54 +1191,54 @@ msgid ""
1147
  "any symbols or characters."
1148
  msgstr "Bitte 0 für kostenloses Ticket eingeben. Bitte nur Zahlen eintragen"
1149
 
1150
- #: app/features/events.php:1828 app/features/events.php:1833
1151
- #: app/features/events.php:2052 app/features/events.php:2055
1152
  msgid "Price Label"
1153
  msgstr "Preisschild"
1154
 
1155
- #: app/features/events.php:1834 app/features/events.php:2056
1156
  msgid "For showing on website. e.g. $15"
1157
  msgstr "Um das auf der Webseite anzuzeigen zum Beispiel 15 €"
1158
 
1159
- #: app/features/events.php:1844 app/features/events.php:2066
1160
  msgid "Available Tickets"
1161
  msgstr "Verfügbare Tickets: %s "
1162
 
1163
- #: app/features/events.php:1861 app/features/events.php:2076
1164
  msgid "Minimum Ticket e.g. 3"
1165
  msgstr "Ticket minimum z.B. 3"
1166
 
1167
- #: app/features/events.php:1864 app/features/events.php:2079
1168
  msgid "MinimumTicket"
1169
  msgstr "Ticket minimum"
1170
 
1171
- #: app/features/events.php:1866 app/features/events.php:2081
1172
  msgid "Set a number for the minimum ticket reservation possible"
1173
  msgstr ""
1174
 
1175
- #: app/features/events.php:1874 app/features/events.php:2089
1176
  msgid "e.g. 0"
1177
  msgstr "z.B. 0"
1178
 
1179
- #: app/features/events.php:1876 app/features/events.php:2091
1180
  msgid "Day"
1181
  msgstr "Tag"
1182
 
1183
- #: app/features/events.php:1877 app/features/events.php:2092
1184
  msgid "Hour"
1185
  msgstr "Stunde"
1186
 
1187
- #: app/features/events.php:1879 app/features/events.php:2094
1188
  #, php-format
1189
  msgid "Stop selling ticket %s before event start."
1190
  msgstr ""
1191
 
1192
- #: app/features/events.php:1886 app/features/events.php:2100
1193
  msgid "Price per Date"
1194
  msgstr "Preis pro Datum"
1195
 
1196
- #: app/features/events.php:1917 app/features/events.php:1943
1197
- #: app/features/events.php:2121 app/features/labels.php:60
1198
  #: app/features/mec/meta_boxes/display_options.php:1386
1199
  #: app/features/mec/meta_boxes/search_form.php:67
1200
  #: app/features/mec/meta_boxes/search_form.php:137
@@ -1207,28 +1251,24 @@ msgstr "Preis pro Datum"
1207
  #: app/features/mec/meta_boxes/search_form.php:620
1208
  #: app/features/mec/meta_boxes/search_form.php:690
1209
  #: app/features/mec/meta_boxes/search_form.php:796
1210
- #: app/features/mec/settings.php:871 app/features/mec/single.php:250
1211
- #: app/features/search.php:98 app/libraries/skins.php:1017
1212
  msgid "Label"
1213
  msgstr "Label"
1214
 
1215
- #: app/features/events.php:2159
1216
- msgid "Fees"
1217
- msgstr "Gebühren"
1218
-
1219
- #: app/features/events.php:2196 app/features/events.php:2234
1220
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1221
  msgid "Fee Title"
1222
  msgstr "Gebühren Name"
1223
 
1224
- #: app/features/events.php:2202 app/features/events.php:2206
1225
- #: app/features/events.php:2239 app/features/events.php:2242
1226
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1227
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1228
  msgid "Amount"
1229
  msgstr "Betrag"
1230
 
1231
- #: app/features/events.php:2207 app/features/events.php:2243
1232
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1233
  msgid ""
1234
  "Fee amount, considered as fixed amount if you set the type to amount "
@@ -1237,87 +1277,83 @@ msgstr ""
1237
  "Gebührenbetrag, gilt als fester Betrag, wenn Sie die Art auf Betrag setzen, "
1238
  "sonst als Prozentsatz"
1239
 
1240
- #: app/features/events.php:2216 app/features/events.php:2252
1241
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1242
  msgid "Percent"
1243
  msgstr "Prozent"
1244
 
1245
- #: app/features/events.php:2217 app/features/events.php:2253
1246
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1247
  msgid "Amount (Per Ticket)"
1248
  msgstr "Betrag (pro Ticket)"
1249
 
1250
- #: app/features/events.php:2218 app/features/events.php:2254
1251
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1252
  msgid "Amount (Per Booking)"
1253
  msgstr "Betrag (pro Buchung)"
1254
 
1255
- #: app/features/events.php:2291 app/features/mec/settings.php:761
1256
- msgid "Ticket Variations / Options"
1257
- msgstr ""
1258
-
1259
- #: app/features/events.php:2341 app/features/events.php:2386
1260
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1261
  msgid "Option Price"
1262
  msgstr "Preis Optionen"
1263
 
1264
- #: app/features/events.php:2351 app/features/events.php:2355
1265
- #: app/features/events.php:2395 app/features/events.php:2398
1266
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1267
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1268
  msgid "Maximum Per Ticket"
1269
  msgstr "Maximum pro Ticket"
1270
 
1271
- #: app/features/events.php:2356 app/features/events.php:2399
1272
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1273
  #, fuzzy
1274
  #| msgid "Maximum Per Ticket. Leave it blank for unlimited."
1275
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1276
  msgstr "Maximum pro Ticket. Leerlassen für unendlich."
1277
 
1278
- #: app/features/events.php:2545 app/features/mec/booking.php:496
1279
- #: app/libraries/main.php:2840
1280
  msgid "MEC Name"
1281
  msgstr "MEC Name"
1282
 
1283
- #: app/features/events.php:2546 app/features/mec/booking.php:497
1284
- #: app/libraries/main.php:2869
1285
  msgid "MEC Email"
1286
  msgstr "MEC Email"
1287
 
1288
- #: app/features/events.php:2547 app/features/mec/booking.php:498
1289
- #: app/libraries/main.php:2810
1290
  msgid "Text"
1291
  msgstr "Text"
1292
 
1293
- #: app/features/events.php:2550 app/features/mec/booking.php:501
1294
  #: app/features/organizers.php:103 app/features/organizers.php:148
1295
  #: app/features/speakers.php:119 app/features/speakers.php:192
1296
- #: app/features/speakers.php:271 app/libraries/main.php:2986
1297
  msgid "Tel"
1298
  msgstr "Tel"
1299
 
1300
- #: app/features/events.php:2551 app/features/mec/booking.php:502
1301
- #: app/libraries/main.php:2928
1302
  msgid "File"
1303
  msgstr "Datei"
1304
 
1305
- #: app/features/events.php:2552 app/features/mec/booking.php:503
1306
- #: app/libraries/main.php:3015
1307
  msgid "Textarea"
1308
  msgstr "Textbereich"
1309
 
1310
- #: app/features/events.php:2553 app/features/mec/booking.php:504
1311
- #: app/libraries/main.php:3068
1312
  msgid "Checkboxes"
1313
  msgstr "Checkboxes"
1314
 
1315
- #: app/features/events.php:2554 app/features/mec/booking.php:505
1316
- #: app/libraries/main.php:3112
1317
  msgid "Radio Buttons"
1318
  msgstr "Radio Buttons"
1319
 
1320
- #: app/features/events.php:2555 app/features/mec/booking.php:506
1321
  #: app/features/mec/meta_boxes/search_form.php:34
1322
  #: app/features/mec/meta_boxes/search_form.php:41
1323
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1393,44 +1429,44 @@ msgstr "Radio Buttons"
1393
  #: app/features/mec/meta_boxes/search_form.php:785
1394
  #: app/features/mec/meta_boxes/search_form.php:792
1395
  #: app/features/mec/meta_boxes/search_form.php:799
1396
- #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3156
1397
  msgid "Dropdown"
1398
  msgstr "Dropdown"
1399
 
1400
- #: app/features/events.php:2556 app/features/mec/booking.php:507
1401
- #: app/libraries/main.php:3203
1402
  msgid "Agreement"
1403
  msgstr "Zustimmung"
1404
 
1405
- #: app/features/events.php:2557 app/features/mec/booking.php:508
1406
- #: app/libraries/main.php:3044
1407
  msgid "Paragraph"
1408
  msgstr "Absatz"
1409
 
1410
- #: app/features/events.php:3258 app/features/events.php:3276
1411
- #: app/features/events.php:3294 app/features/events.php:3312
1412
  #, php-format
1413
  msgid "Show all %s"
1414
  msgstr "Zeige alle %s"
1415
 
1416
- #: app/features/events.php:3258
1417
  msgid "labels"
1418
  msgstr "Labels + Eventstatus"
1419
 
1420
- #: app/features/events.php:3276
1421
  msgid "locations"
1422
  msgstr "Orte"
1423
 
1424
- #: app/features/events.php:3294
1425
  msgid "organizers"
1426
  msgstr "Veranstalter"
1427
 
1428
- #: app/features/events.php:3328
1429
  msgid "Attendees List"
1430
  msgstr "Teilnehmer Liste"
1431
 
1432
- #: app/features/events.php:3358 app/features/events.php:3550
1433
- #: app/features/events.php:3592 app/features/ix.php:3508
1434
  #: app/features/ix.php:3549 app/features/locations.php:58
1435
  #: app/features/locations.php:247 app/features/locations.php:304
1436
  #: app/features/locations.php:306 app/features/locations.php:315
@@ -1446,87 +1482,87 @@ msgstr "Teilnehmer Liste"
1446
  #: app/features/mec/meta_boxes/search_form.php:591
1447
  #: app/features/mec/meta_boxes/search_form.php:661
1448
  #: app/features/mec/meta_boxes/search_form.php:767
1449
- #: app/features/mec/settings.php:845 app/features/mec/single.php:240
1450
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1451
- #: app/features/search.php:74 app/libraries/main.php:2296
1452
- #: app/libraries/main.php:5418 app/libraries/skins.php:913
1453
- #: app/skins/single.php:500 app/skins/single.php:934
1454
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1455
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1456
  #: app/skins/single/modern.php:104
1457
  msgid "Location"
1458
  msgstr "Ort"
1459
 
1460
- #: app/features/events.php:3363
1461
  msgid "Repeat"
1462
  msgstr "Wiederholen"
1463
 
1464
- #: app/features/events.php:3364
1465
  msgid "Author"
1466
  msgstr "Autor"
1467
 
1468
- #: app/features/events.php:3485 app/features/events.php:3486
1469
  msgid "iCal Export"
1470
  msgstr "ical Export"
1471
 
1472
- #: app/features/events.php:3488 app/features/events.php:3489
1473
  msgid "CSV Export"
1474
  msgstr "CSV Export"
1475
 
1476
- #: app/features/events.php:3491 app/features/events.php:3492
1477
  msgid "MS Excel Export"
1478
  msgstr "MS Excel Export"
1479
 
1480
- #: app/features/events.php:3494 app/features/events.php:3495
1481
  msgid "XML Export"
1482
  msgstr "XML Export"
1483
 
1484
- #: app/features/events.php:3497 app/features/events.php:3498
1485
  msgid "JSON Export"
1486
  msgstr "JSON Export"
1487
 
1488
- #: app/features/events.php:3500 app/features/events.php:3501
1489
- #: app/features/events.php:3683
1490
  msgid "Duplicate"
1491
  msgstr "Kopie"
1492
 
1493
- #: app/features/events.php:3550 app/features/events.php:3592
1494
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1495
  #: app/features/labels.php:177 app/features/locations.php:246
1496
  #: app/features/organizers.php:203 app/features/speakers.php:268
1497
  msgid "ID"
1498
  msgstr "ID"
1499
 
1500
- #: app/features/events.php:3550 app/features/events.php:3592
1501
  #: app/features/ix.php:3508 app/features/ix.php:3549
1502
  msgid "Link"
1503
  msgstr "Link"
1504
 
1505
- #: app/features/events.php:3550 app/features/events.php:3592
1506
  #, php-format
1507
  msgid "%s Tel"
1508
  msgstr "%s Tel"
1509
 
1510
- #: app/features/events.php:3550 app/features/events.php:3592
1511
  #, php-format
1512
  msgid "%s Email"
1513
  msgstr "%s Email"
1514
 
1515
- #: app/features/events.php:3889 app/features/fes.php:223
1516
- #: app/features/profile/profile.php:186 app/libraries/main.php:2333
1517
- #: app/libraries/main.php:5448
1518
  msgid "Ticket"
1519
  msgstr "Ticket"
1520
 
1521
- #: app/features/events.php:3892 app/features/profile/profile.php:189
1522
  msgid "Variations"
1523
  msgstr "Variationen"
1524
 
1525
- #: app/features/events.php:3907 app/features/fes.php:303
1526
  msgid "Unknown"
1527
  msgstr "Unbekannt"
1528
 
1529
- #: app/features/events.php:3940
1530
  msgid "No Attendees Found!"
1531
  msgstr "Keine Teilnehmer gefunden!"
1532
 
@@ -1569,8 +1605,8 @@ msgstr "Die Veranstaltung wurde entfernt."
1569
  msgid "Order Time"
1570
  msgstr "Uhrzeit Bestellung"
1571
 
1572
- #: app/features/fes.php:223 app/libraries/main.php:2308
1573
- #: app/libraries/main.php:2396
1574
  msgid "Transaction ID"
1575
  msgstr "Transaktions-ID"
1576
 
@@ -1716,8 +1752,8 @@ msgstr "Bild entfernen"
1716
 
1717
  #: app/features/fes/form.php:793 app/features/labels.php:61
1718
  #: app/features/labels.php:221 app/features/mec.php:413
1719
- #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5415
1720
- #: app/skins/single.php:708 app/skins/single/default.php:157
1721
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1722
  #: app/skins/single/modern.php:238
1723
  msgid "Labels"
@@ -2069,7 +2105,7 @@ msgstr "Zum Google Kalender hinzufügen"
2069
 
2070
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
2071
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
2072
- #: app/features/mec/settings.php:1085 app/features/mec/single.php:297
2073
  msgid "Checking ..."
2074
  msgstr "Überprüfung"
2075
 
@@ -2530,7 +2566,7 @@ msgstr "Normal"
2530
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2531
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2532
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2533
- #: app/skins/grid/render.php:55 app/skins/list/render.php:39
2534
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2535
  #: app/skins/monthly_view/calendar_clean.php:87
2536
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
@@ -2541,10 +2577,10 @@ msgid "Featured"
2541
  msgstr "Vorgeschlagen"
2542
 
2543
  #: app/features/labels.php:118 app/features/labels.php:143
2544
- #: app/libraries/main.php:5662 app/skins/agenda/render.php:43
2545
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2546
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2547
- #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:56
2548
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2549
  #: app/skins/monthly_view/calendar.php:89
2550
  #: app/skins/monthly_view/calendar_clean.php:88
@@ -2561,7 +2597,7 @@ msgstr ""
2561
 
2562
  #: app/features/labels.php:180 app/features/locations.php:249
2563
  #: app/features/organizers.php:206 app/features/speakers.php:272
2564
- #: app/modules/booking/steps/tickets.php:41
2565
  msgid "Count"
2566
  msgstr "Zähler"
2567
 
@@ -2577,7 +2613,7 @@ msgstr "Event %s"
2577
 
2578
  #: app/features/locations.php:59 app/features/mec.php:414
2579
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2580
- #: app/libraries/main.php:5417
2581
  msgid "Locations"
2582
  msgstr "Orte"
2583
 
@@ -2714,7 +2750,7 @@ msgstr "Bild wählen"
2714
  msgid "Don't show map in single event page"
2715
  msgstr "Karte in Einzelansicht nicht anzeigen"
2716
 
2717
- #: app/features/locations.php:377 app/libraries/main.php:5451
2718
  msgid "Other Locations"
2719
  msgstr "Andere Orte"
2720
 
@@ -2778,7 +2814,7 @@ msgstr "Support"
2778
 
2779
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2780
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2781
- #: app/libraries/main.php:5419
2782
  msgid "Organizers"
2783
  msgstr "Veranstalter"
2784
 
@@ -2818,7 +2854,7 @@ msgid "MEC - Go Pro"
2818
  msgstr "Support"
2819
 
2820
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2821
- #: app/libraries/factory.php:1048
2822
  msgid "Go Pro"
2823
  msgstr ""
2824
 
@@ -2915,9 +2951,9 @@ msgstr "Suche…"
2915
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2916
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2917
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2918
- #: app/features/mec/single.php:17 app/features/mec/single.php:262
2919
- #: app/features/mec/single.php:272 app/features/mec/single.php:314
2920
- #: app/features/mec/single.php:328 app/features/mec/styles.php:11
2921
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2922
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2923
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
@@ -3113,12 +3149,6 @@ msgstr ""
3113
  msgid "Enable Organizer Payment Module"
3114
  msgstr ""
3115
 
3116
- #: app/features/mec/booking.php:585 app/features/mec/support-page.php:118
3117
- #, fuzzy
3118
- #| msgid "Organizer Tel"
3119
- msgid "Organizer Payment"
3120
- msgstr "Organisator Telefon"
3121
-
3122
  #: app/features/mec/booking.php:586
3123
  msgid ""
3124
  "By enabling this module, organizers are able to insert their own payment "
@@ -3127,14 +3157,14 @@ msgstr ""
3127
 
3128
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
3129
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
3130
- #: app/features/mec/settings.php:1080 app/features/mec/single.php:292
3131
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3132
  msgid "Saved"
3133
  msgstr "Gesichert"
3134
 
3135
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
3136
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
3137
- #: app/features/mec/settings.php:1081 app/features/mec/single.php:293
3138
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3139
  msgid "Settings Saved!"
3140
  msgstr "Einstellungen gespeichert!"
@@ -3143,14 +3173,14 @@ msgstr "Einstellungen gespeichert!"
3143
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
3144
  #: app/features/mec/notifications.php:907
3145
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
3146
- #: app/features/mec/settings.php:1105 app/features/mec/single.php:295
3147
- #: app/features/mec/single.php:317 app/libraries/main.php:5661
3148
  msgid "Verified"
3149
  msgstr "Verifiziert"
3150
 
3151
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
3152
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
3153
- #: app/features/mec/single.php:319
3154
  msgid "Please Refresh Page"
3155
  msgstr "Bitte Seiten Refresh vornehmen"
3156
 
@@ -3164,7 +3194,7 @@ msgstr "Willkommen %s"
3164
  msgid "%s - Most Powerful & Easy to Use Events Management System"
3165
  msgstr ""
3166
 
3167
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:962
3168
  msgid "Modern Events Calendar (Lite)"
3169
  msgstr "Moderner Event Kalender (Lite)"
3170
 
@@ -3238,7 +3268,7 @@ msgid ""
3238
  msgstr ""
3239
 
3240
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3241
- #: app/libraries/factory.php:972
3242
  msgid "Upcoming Events"
3243
  msgstr "Bevorstehende Events"
3244
 
@@ -3818,15 +3848,15 @@ msgstr "Standardansicht"
3818
 
3819
  #: app/features/mec/meta_boxes/display_options.php:637
3820
  #: app/features/mec/meta_boxes/display_options.php:661
3821
- #: app/libraries/main.php:330 app/libraries/main.php:1813
3822
- #: app/libraries/main.php:1838
3823
  msgid "List View"
3824
  msgstr "Listenansicht"
3825
 
3826
  #: app/features/mec/meta_boxes/display_options.php:638
3827
  #: app/features/mec/meta_boxes/display_options.php:682
3828
- #: app/libraries/main.php:331 app/libraries/main.php:1814
3829
- #: app/libraries/main.php:1839
3830
  msgid "Grid View"
3831
  msgstr "Rasterdarstellung"
3832
 
@@ -3840,8 +3870,8 @@ msgstr "Stundenplan"
3840
 
3841
  #: app/features/mec/meta_boxes/display_options.php:640
3842
  #: app/features/mec/meta_boxes/display_options.php:703
3843
- #: app/libraries/main.php:334 app/libraries/main.php:1807
3844
- #: app/libraries/main.php:1832
3845
  msgid "Yearly View"
3846
  msgstr "Jahresansicht"
3847
 
@@ -3852,15 +3882,15 @@ msgstr "Monatliche Kalenderansicht"
3852
 
3853
  #: app/features/mec/meta_boxes/display_options.php:642
3854
  #: app/features/mec/meta_boxes/display_options.php:752
3855
- #: app/libraries/main.php:337 app/libraries/main.php:1809
3856
- #: app/libraries/main.php:1834
3857
  msgid "Weekly View"
3858
  msgstr "Wochenansicht"
3859
 
3860
  #: app/features/mec/meta_boxes/display_options.php:643
3861
  #: app/features/mec/meta_boxes/display_options.php:762
3862
- #: app/libraries/main.php:336 app/libraries/main.php:1810
3863
- #: app/libraries/main.php:1835
3864
  msgid "Daily View"
3865
  msgstr "Tagesansicht"
3866
 
@@ -4429,10 +4459,10 @@ msgstr "Deaktiviert"
4429
  #: app/features/mec/meta_boxes/search_form.php:606
4430
  #: app/features/mec/meta_boxes/search_form.php:676
4431
  #: app/features/mec/meta_boxes/search_form.php:782
4432
- #: app/features/mec/settings.php:858 app/features/mec/single.php:245
4433
  #: app/features/search.php:86 app/features/speakers.php:61
4434
- #: app/features/speakers.php:269 app/libraries/main.php:5422
4435
- #: app/libraries/skins.php:965
4436
  msgid "Speaker"
4437
  msgstr "Sprecher"
4438
 
@@ -4447,8 +4477,8 @@ msgstr "Sprecher"
4447
  #: app/features/mec/meta_boxes/search_form.php:613
4448
  #: app/features/mec/meta_boxes/search_form.php:683
4449
  #: app/features/mec/meta_boxes/search_form.php:789
4450
- #: app/features/mec/settings.php:865 app/features/mec/single.php:254
4451
- #: app/features/search.php:92 app/libraries/skins.php:991
4452
  msgid "Tag"
4453
  msgstr "Schlagwort"
4454
 
@@ -4590,7 +4620,7 @@ msgstr ""
4590
  msgid "Google Maps Style"
4591
  msgstr "Google Maps Stil"
4592
 
4593
- #: app/features/mec/modules.php:114 app/features/mec/single.php:88
4594
  msgid "Default"
4595
  msgstr "Standardeinstellung"
4596
 
@@ -5464,7 +5494,7 @@ msgid "You can enable/disable Schema scripts"
5464
  msgstr ""
5465
 
5466
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5467
- #: app/libraries/main.php:5426
5468
  msgid "Weekdays"
5469
  msgstr "Wochentage"
5470
 
@@ -5854,10 +5884,6 @@ msgstr "Event Schlagworte"
5854
  msgid "Event Organizer"
5855
  msgstr "Veranstaltungsmanager"
5856
 
5857
- #: app/features/mec/settings.php:749
5858
- msgid "Booking Options"
5859
- msgstr "Buchungsoptionen"
5860
-
5861
  #: app/features/mec/settings.php:755
5862
  #, fuzzy
5863
  #| msgid "Fees/Taxes Options"
@@ -6087,7 +6113,7 @@ msgstr ""
6087
  "\"Gewünschtes Datum\" zeigt das Ereignisdatum basierend auf dem angegebenen "
6088
  "Datum in der Eventliste an."
6089
 
6090
- #: app/features/mec/single.php:65 app/features/mec/single.php:76
6091
  msgid "Single Event Style"
6092
  msgstr "Single Event Stil"
6093
 
@@ -6095,110 +6121,110 @@ msgstr "Single Event Stil"
6095
  msgid "Default Style"
6096
  msgstr "Standardstil voreingestellt"
6097
 
6098
- #: app/features/mec/single.php:71
6099
  #, fuzzy
6100
  #| msgid "MEC Single Sidebar"
6101
  msgid "Elementor Single Builder"
6102
  msgstr "MEC Single Sidebar"
6103
 
6104
- #: app/features/mec/single.php:77
6105
  msgid "Choose your single event style."
6106
  msgstr "Wählen Sie Ihren Single Event Stil"
6107
 
6108
- #: app/features/mec/single.php:85 app/features/mec/single.php:93
6109
  #, fuzzy
6110
  #| msgid "Booking"
6111
  msgid "Booking Style"
6112
  msgstr "Buchung / Reservierung"
6113
 
6114
- #: app/features/mec/single.php:89
6115
  #, fuzzy
6116
  #| msgid "Modal 1"
6117
  msgid "Modal"
6118
  msgstr "Modal 1"
6119
 
6120
- #: app/features/mec/single.php:94
6121
  msgid ""
6122
  "Choose your Booking style. Note: When you set this feature to Modal, you "
6123
  "cannot see the booking box if you set popup module view on shortcodes"
6124
  msgstr ""
6125
 
6126
- #: app/features/mec/single.php:102
6127
  msgid "Disable Block Editor (Gutenberg)"
6128
  msgstr "Deaktiviere den Block Editor (Gutenberg)"
6129
 
6130
- #: app/features/mec/single.php:105
6131
  msgid "Disable Block Editor"
6132
  msgstr "Deaktiviere den Block Editor"
6133
 
6134
- #: app/features/mec/single.php:109
6135
  msgid "Block Editor"
6136
  msgstr "Block Editor"
6137
 
6138
- #: app/features/mec/single.php:110
6139
  msgid ""
6140
  "If you want to use the new WordPress block editor you should keep this "
6141
  "checkbox unchecked."
6142
  msgstr ""
6143
 
6144
- #: app/features/mec/single.php:117 app/features/mec/single.php:124
6145
  msgid "Breadcrumbs"
6146
  msgstr ""
6147
 
6148
- #: app/features/mec/single.php:120
6149
  msgid "Enable Breadcrumbs."
6150
  msgstr ""
6151
 
6152
- #: app/features/mec/single.php:125
6153
  msgid "Check this option, for showing the breadcrumbs on single event page"
6154
  msgstr ""
6155
 
6156
- #: app/features/mec/single.php:132 app/features/mec/single.php:139
6157
  #, fuzzy
6158
  #| msgid "Description"
6159
  msgid "Organizer Description"
6160
  msgstr "Beschreibung"
6161
 
6162
- #: app/features/mec/single.php:135
6163
  msgid "Enable Description For Organizer."
6164
  msgstr ""
6165
 
6166
- #: app/features/mec/single.php:140
6167
  msgid ""
6168
  "If you want to turn on description for other organizer plase go to "
6169
  "'Additional Organizers - After enabling and saving the settings, reloading "
6170
  "the settings page.' tab"
6171
  msgstr ""
6172
 
6173
- #: app/features/mec/single.php:153
6174
  msgid "Show countdown module on event page"
6175
  msgstr "Countdownmodul auf Veranstaltungsseite anzeigen"
6176
 
6177
- #: app/features/mec/single.php:158
6178
  msgid "Countdown Style"
6179
  msgstr "Countdown Stil"
6180
 
6181
- #: app/features/mec/single.php:161
6182
  msgid "Plain Style"
6183
  msgstr "Einfacher schlichter Stil"
6184
 
6185
- #: app/features/mec/single.php:162
6186
  msgid "Flip Style"
6187
  msgstr "Flip Stil"
6188
 
6189
- #: app/features/mec/single.php:170 app/features/mec/single.php:177
6190
  #, fuzzy
6191
  #| msgid "Exceptional days"
6192
  msgid "Exceptional days (Exclude Dates)"
6193
  msgstr "Ausgesuchte ausnehmende Tage"
6194
 
6195
- #: app/features/mec/single.php:174
6196
  msgid "Show exceptional days option on Add/Edit events page"
6197
  msgstr ""
6198
  "Ausnehmende Tage anzeigen auf der Seite Ereignisse hinzufügen / bearbeiten "
6199
  "(Show exceptional days option on Add/Edit events page)"
6200
 
6201
- #: app/features/mec/single.php:178
6202
  #, fuzzy
6203
  #| msgid ""
6204
  #| "Using this option you can include/exclude certain days to/from event "
@@ -6209,11 +6235,11 @@ msgstr ""
6209
  "Mit dieser Option können Sie bestimmte Tage von vorkommenden Eventdaten ein-/"
6210
  "ausschließen."
6211
 
6212
- #: app/features/mec/single.php:187 app/libraries/main.php:550
6213
  msgid "Additional Organizers"
6214
  msgstr "Zusätzliche Organisatoren"
6215
 
6216
- #: app/features/mec/single.php:192
6217
  msgid ""
6218
  "Show additional organizers option on Add/Edit events page and single event "
6219
  "page."
@@ -6221,15 +6247,15 @@ msgstr ""
6221
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
6222
  "bearbeiten und auf der Seite für einzelne Events an."
6223
 
6224
- #: app/features/mec/single.php:201
6225
  msgid "Enable Description For Other Organizers."
6226
  msgstr ""
6227
 
6228
- #: app/features/mec/single.php:209
6229
  msgid "Additional locations"
6230
  msgstr "Zusätzliche Organisatoren"
6231
 
6232
- #: app/features/mec/single.php:213
6233
  #, fuzzy
6234
  #| msgid ""
6235
  #| "Show additional organizers option on Add/Edit events page and single "
@@ -6241,16 +6267,16 @@ msgstr ""
6241
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
6242
  "bearbeiten und auf der Seite für einzelne Events an."
6243
 
6244
- #: app/features/mec/single.php:219 app/libraries/main.php:552
6245
- #: app/skins/single.php:161
6246
  msgid "Related Events"
6247
  msgstr "Vorgeschlagene Veranstaltungen"
6248
 
6249
- #: app/features/mec/single.php:223
6250
  msgid "Display related events based on taxonomy in single event page."
6251
  msgstr ""
6252
 
6253
- #: app/features/mec/single.php:229
6254
  #, fuzzy
6255
  #| msgid "Taxonomies"
6256
  msgid "Select Taxonomies:"
@@ -6960,8 +6986,8 @@ msgstr "z.B.. max@mustermann.com"
6960
  msgid "eg. https://webnus.net"
6961
  msgstr "http://webnus.net"
6962
 
6963
- #: app/features/organizers.php:312 app/libraries/main.php:5450
6964
- #: app/skins/single.php:866
6965
  msgid "Other Organizers"
6966
  msgstr "Andere Veranstalter"
6967
 
@@ -7039,7 +7065,7 @@ msgstr ""
7039
 
7040
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
7041
  #: app/modules/booking/steps/form.php:179
7042
- #: app/modules/booking/steps/tickets.php:77 app/skins/countdown/tpl.php:109
7043
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
7044
  msgid "Next"
7045
  msgstr "Weiter"
@@ -7107,7 +7133,7 @@ msgstr "Neuen Shortcode hinzufügen"
7107
  msgid "Please %s/%s in order to see your bookings / profile."
7108
  msgstr "Um neue Veranstaltungen einzugeben, bitte %s/%s"
7109
 
7110
- #: app/features/profile/profile.php:18 app/libraries/main.php:2199
7111
  msgid "Your booking already canceled!"
7112
  msgstr "Ihre Buchung wurde bereits storniert."
7113
 
@@ -7115,11 +7141,11 @@ msgstr "Ihre Buchung wurde bereits storniert."
7115
  msgid "#"
7116
  msgstr ""
7117
 
7118
- #: app/features/profile/profile.php:56 app/libraries/main.php:3225
7119
  msgid "Status"
7120
  msgstr ""
7121
 
7122
- #: app/features/profile/profile.php:59 app/libraries/main.php:2317
7123
  msgid "Attendees"
7124
  msgstr "Teilnehmer"
7125
 
@@ -7248,9 +7274,10 @@ msgstr "Kein Suchergebnis"
7248
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
7249
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
7250
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
7251
- #: app/modules/next-event/details.php:104 app/skins/single.php:758
7252
- #: app/skins/single/default.php:110 app/skins/single/default.php:341
7253
- #: app/skins/single/m1.php:45 app/skins/single/modern.php:208
 
7254
  #, fuzzy
7255
  #| msgid "Add Day"
7256
  msgid "All Day"
@@ -7340,12 +7367,12 @@ msgstr ""
7340
  msgid "%s Price"
7341
  msgstr "%s Preis"
7342
 
7343
- #: app/libraries/book.php:626
7344
  msgid "Discount"
7345
  msgstr "Rabatt"
7346
 
7347
- #: app/libraries/book.php:716 app/modules/booking/default.php:316
7348
- #: app/modules/booking/default.php:415
7349
  msgid "Download Invoice"
7350
  msgstr "Download Rechnung"
7351
 
@@ -7418,17 +7445,17 @@ msgstr "MEC Single Sidebar"
7418
  msgid "Custom sidebar for single and modal page of MEC."
7419
  msgstr "Custom sidebar for single and modal page of MEC."
7420
 
7421
- #: app/libraries/factory.php:1034
7422
  #, fuzzy
7423
  #| msgid "Update %s"
7424
  msgid "News & Updates"
7425
  msgstr "Update %s"
7426
 
7427
- #: app/libraries/factory.php:1047
7428
  msgid "Blog"
7429
  msgstr ""
7430
 
7431
- #: app/libraries/factory.php:1047
7432
  msgid "Help"
7433
  msgstr ""
7434
 
@@ -7438,33 +7465,33 @@ msgstr ""
7438
  "Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
7439
  "Beitrag handelt."
7440
 
7441
- #: app/libraries/main.php:332 app/libraries/main.php:1815
7442
- #: app/libraries/main.php:1840
7443
  msgid "Agenda View"
7444
  msgstr "Agendaansicht"
7445
 
7446
- #: app/libraries/main.php:333 app/libraries/main.php:1806
7447
- #: app/libraries/main.php:1831
7448
  msgid "Full Calendar"
7449
  msgstr "Ganzer Kalender"
7450
 
7451
- #: app/libraries/main.php:335 app/libraries/main.php:1808
7452
- #: app/libraries/main.php:1833
7453
  msgid "Calendar/Monthly View"
7454
  msgstr "Kalender-/Monatsansicht"
7455
 
7456
- #: app/libraries/main.php:338 app/libraries/main.php:1811
7457
- #: app/libraries/main.php:1836
7458
  msgid "Timetable View"
7459
  msgstr "Stundenplan"
7460
 
7461
- #: app/libraries/main.php:339 app/libraries/main.php:1812
7462
- #: app/libraries/main.php:1837
7463
  msgid "Masonry View"
7464
  msgstr "Kachel Ansicht"
7465
 
7466
- #: app/libraries/main.php:340 app/libraries/main.php:1816
7467
- #: app/libraries/main.php:1841
7468
  msgid "Map View"
7469
  msgstr "Kartenansicht"
7470
 
@@ -7494,31 +7521,31 @@ msgstr "Slideransicht"
7494
  msgid "Timeline View"
7495
  msgstr "Stundenplan"
7496
 
7497
- #: app/libraries/main.php:385 app/libraries/main.php:5428
7498
  msgid "SU"
7499
  msgstr "SO"
7500
 
7501
- #: app/libraries/main.php:386 app/libraries/main.php:5429
7502
  msgid "MO"
7503
  msgstr "MO"
7504
 
7505
- #: app/libraries/main.php:387 app/libraries/main.php:5430
7506
  msgid "TU"
7507
  msgstr "DI"
7508
 
7509
- #: app/libraries/main.php:388 app/libraries/main.php:5431
7510
  msgid "WE"
7511
  msgstr "MI"
7512
 
7513
- #: app/libraries/main.php:389 app/libraries/main.php:5432
7514
  msgid "TH"
7515
  msgstr "DO"
7516
 
7517
- #: app/libraries/main.php:390 app/libraries/main.php:5433
7518
  msgid "FR"
7519
  msgstr "FR"
7520
 
7521
- #: app/libraries/main.php:391 app/libraries/main.php:5434
7522
  msgid "SA"
7523
  msgstr "SA"
7524
 
@@ -7538,11 +7565,11 @@ msgstr "Zusätzliche Locations"
7538
  msgid "Modules"
7539
  msgstr "Social Modul:"
7540
 
7541
- #: app/libraries/main.php:871
7542
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7543
  msgstr ""
7544
 
7545
- #: app/libraries/main.php:878
7546
  msgid ""
7547
  "The time has come at last, and the new practical add-ons for MEC have been "
7548
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -7550,398 +7577,398 @@ msgid ""
7550
  "below:"
7551
  msgstr ""
7552
 
7553
- #: app/libraries/main.php:880
7554
  msgid ""
7555
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7556
  "products) and Woo products at the same time."
7557
  msgstr ""
7558
 
7559
- #: app/libraries/main.php:881
7560
  msgid ""
7561
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7562
  "other websites without MEC. Use JSON output features to make your Apps "
7563
  "compatible with MEC."
7564
  msgstr ""
7565
 
7566
- #: app/libraries/main.php:882
7567
  msgid ""
7568
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7569
  "main websites. Changes in the main one will be inherited by the subsites. "
7570
  "you can set these up in the admin panel."
7571
  msgstr ""
7572
 
7573
- #: app/libraries/main.php:883
7574
  msgid ""
7575
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7576
  "pages can contain ticket purchase information, information about registered "
7577
  "events. Users can now log in to purchase tickets."
7578
  msgstr ""
7579
 
7580
- #: app/libraries/main.php:1532
7581
  msgid "Events at this location"
7582
  msgstr "Veranstaltungen an diesem Ort "
7583
 
7584
- #: app/libraries/main.php:1532
7585
  msgid "Event at this location"
7586
  msgstr "Veranstaltung an diesem Ort "
7587
 
7588
- #: app/libraries/main.php:1584
7589
  msgid "Facebook"
7590
  msgstr "Facebook"
7591
 
7592
- #: app/libraries/main.php:1585
7593
  msgid "Twitter"
7594
  msgstr "Twitter"
7595
 
7596
- #: app/libraries/main.php:1586 app/libraries/main.php:1643
7597
  msgid "Linkedin"
7598
  msgstr "Linkedin"
7599
 
7600
- #: app/libraries/main.php:1587 app/libraries/main.php:1679
7601
  msgid "VK"
7602
  msgstr ""
7603
 
7604
- #: app/libraries/main.php:1588
7605
  msgid "Tumblr"
7606
  msgstr ""
7607
 
7608
- #: app/libraries/main.php:1589
7609
  msgid "Pinterest"
7610
  msgstr ""
7611
 
7612
- #: app/libraries/main.php:1590
7613
  msgid "Flipboard"
7614
  msgstr ""
7615
 
7616
- #: app/libraries/main.php:1591
7617
  #, fuzzy
7618
  #| msgid "Tickets"
7619
  msgid "GetPocket"
7620
  msgstr "Tickets"
7621
 
7622
- #: app/libraries/main.php:1592
7623
  msgid "Reddit"
7624
  msgstr ""
7625
 
7626
- #: app/libraries/main.php:1593
7627
  msgid "WhatsApp"
7628
  msgstr ""
7629
 
7630
- #: app/libraries/main.php:1594
7631
  msgid "Telegram"
7632
  msgstr ""
7633
 
7634
- #: app/libraries/main.php:1613
7635
  msgid "Share on Facebook"
7636
  msgstr "Teilen auf Facebook"
7637
 
7638
- #: app/libraries/main.php:1628
7639
  msgid "Tweet"
7640
  msgstr "Tweet"
7641
 
7642
- #: app/libraries/main.php:1694
7643
  #, fuzzy
7644
  #| msgid "Share on Facebook"
7645
  msgid "Share on Tumblr"
7646
  msgstr "Teilen auf Facebook"
7647
 
7648
- #: app/libraries/main.php:1710
7649
  msgid "Share on Pinterest"
7650
  msgstr ""
7651
 
7652
- #: app/libraries/main.php:1726
7653
  #, fuzzy
7654
  #| msgid "Share on Facebook"
7655
  msgid "Share on Flipboard"
7656
  msgstr "Teilen auf Facebook"
7657
 
7658
- #: app/libraries/main.php:1744
7659
  #, fuzzy
7660
  #| msgid "Share on Facebook"
7661
  msgid "Share on GetPocket"
7662
  msgstr "Teilen auf Facebook"
7663
 
7664
- #: app/libraries/main.php:1760
7665
  #, fuzzy
7666
  #| msgid "Share on Facebook"
7667
  msgid "Share on Reddit"
7668
  msgstr "Teilen auf Facebook"
7669
 
7670
- #: app/libraries/main.php:1776
7671
  msgid "Share on Telegram"
7672
  msgstr ""
7673
 
7674
- #: app/libraries/main.php:1794
7675
  msgid "Share on WhatsApp"
7676
  msgstr ""
7677
 
7678
- #: app/libraries/main.php:1817
7679
  #, fuzzy
7680
  #| msgid "Shortcode"
7681
  msgid "Custom Shortcode"
7682
  msgstr "Shortcode"
7683
 
7684
- #: app/libraries/main.php:2179
7685
  msgid "Your booking already verified!"
7686
  msgstr "Ihre Buchung wurde bereits verifiziert."
7687
 
7688
- #: app/libraries/main.php:2184
7689
  msgid "Your booking successfully verified."
7690
  msgstr "Ihre Buchung wurde erfolgreich verifiziert."
7691
 
7692
- #: app/libraries/main.php:2185
7693
  msgid "Your booking cannot verify!"
7694
  msgstr "Ihre Buchung kann nicht verifiziert werden!"
7695
 
7696
- #: app/libraries/main.php:2204
7697
  msgid "Your booking successfully canceled."
7698
  msgstr "Ihre Buchung wurde erfolgreich storniert."
7699
 
7700
- #: app/libraries/main.php:2205
7701
  msgid "Your booking cannot be canceled."
7702
  msgstr "Ihre Buchung kann nicht storniert werden."
7703
 
7704
- #: app/libraries/main.php:2209
7705
  msgid "You canceled the payment successfully."
7706
  msgstr "Sie haben die Zahlung erfolgreich storniert."
7707
 
7708
- #: app/libraries/main.php:2213
7709
  msgid "You returned from payment gateway successfully."
7710
  msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
7711
 
7712
- #: app/libraries/main.php:2229
7713
  msgid "Cannot find the invoice!"
7714
  msgstr "Die Buchung kann nicht gefunden werden."
7715
 
7716
- #: app/libraries/main.php:2229
7717
  msgid "Invoice is invalid."
7718
  msgstr "Die Buchung ist ungültig."
7719
 
7720
- #: app/libraries/main.php:2249
7721
  msgid ""
7722
  "Your booking still is not confirmed. You can download it after confirmation!"
7723
  msgstr ""
7724
 
7725
- #: app/libraries/main.php:2249
7726
  msgid "Booking Not Confirmed."
7727
  msgstr "Die Buchung ist nicht Bestätigt."
7728
 
7729
- #: app/libraries/main.php:2255
7730
  msgid "Cannot find the booking!"
7731
  msgstr "Die Buchung kann nicht gefunden werden!"
7732
 
7733
- #: app/libraries/main.php:2255
7734
  msgid "Booking is invalid."
7735
  msgstr "Buchung ist ungültig."
7736
 
7737
- #: app/libraries/main.php:2287
7738
  #, php-format
7739
  msgid "%s Invoice"
7740
  msgstr "% s Rechnung"
7741
 
7742
- #: app/libraries/main.php:2363
7743
  msgid "Billing"
7744
  msgstr "Abrechnung"
7745
 
7746
- #: app/libraries/main.php:2375
7747
  #, fuzzy
7748
  #| msgid "Coupon"
7749
  msgid "Coupon Code"
7750
  msgstr "Gutschein"
7751
 
7752
- #: app/libraries/main.php:2380
7753
  msgid "Total"
7754
  msgstr "Gesamt"
7755
 
7756
- #: app/libraries/main.php:2387
7757
  msgid "Payment"
7758
  msgstr "Bezahlung"
7759
 
7760
- #: app/libraries/main.php:2391
7761
  msgid "Gateway"
7762
  msgstr "Gateway"
7763
 
7764
- #: app/libraries/main.php:2404
7765
  msgid "Payment Time"
7766
  msgstr "Bezahlung "
7767
 
7768
- #: app/libraries/main.php:2465
7769
  msgid "Request is not valid."
7770
  msgstr "Die Anfrage ist ungültig!"
7771
 
7772
- #: app/libraries/main.php:2465
7773
  msgid "iCal export stopped!"
7774
  msgstr "iCal Export wurde unterbrochen!"
7775
 
7776
- #: app/libraries/main.php:2809 app/libraries/main.php:2839
7777
- #: app/libraries/main.php:2868 app/libraries/main.php:2898
7778
- #: app/libraries/main.php:2927 app/libraries/main.php:2956
7779
- #: app/libraries/main.php:2985 app/libraries/main.php:3014
7780
- #: app/libraries/main.php:3043 app/libraries/main.php:3067
7781
- #: app/libraries/main.php:3111 app/libraries/main.php:3155
7782
- #: app/libraries/main.php:3202 app/libraries/main.php:3249
7783
  msgid "Sort"
7784
  msgstr "Sortieren"
7785
 
7786
- #: app/libraries/main.php:2815 app/libraries/main.php:2845
7787
- #: app/libraries/main.php:2874 app/libraries/main.php:2904
7788
- #: app/libraries/main.php:2933 app/libraries/main.php:2962
7789
- #: app/libraries/main.php:2991 app/libraries/main.php:3020
7790
- #: app/libraries/main.php:3073 app/libraries/main.php:3117
7791
- #: app/libraries/main.php:3161 app/libraries/main.php:3208
7792
  msgid "Required Field"
7793
  msgstr "Pflichtfeld"
7794
 
7795
- #: app/libraries/main.php:2821 app/libraries/main.php:2851
7796
- #: app/libraries/main.php:2880 app/libraries/main.php:2910
7797
- #: app/libraries/main.php:2939 app/libraries/main.php:2968
7798
- #: app/libraries/main.php:2997 app/libraries/main.php:3026
7799
- #: app/libraries/main.php:3079 app/libraries/main.php:3123
7800
- #: app/libraries/main.php:3167 app/libraries/main.php:3214
7801
  msgid "Insert a label for this field"
7802
  msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
7803
 
7804
- #: app/libraries/main.php:3049
7805
  msgid "HTML and shortcode are allowed."
7806
  msgstr "HTML und shortcodes sind erlaubt."
7807
 
7808
- #: app/libraries/main.php:3092 app/libraries/main.php:3136
7809
- #: app/libraries/main.php:3180
7810
  msgid "Option"
7811
  msgstr "Option"
7812
 
7813
- #: app/libraries/main.php:3214
7814
  #, php-format
7815
  msgid "Instead of %s, the page title with a link will be show."
7816
  msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
7817
 
7818
- #: app/libraries/main.php:3216
7819
  msgid "Agreement Page"
7820
  msgstr "Zustimmungsseite"
7821
 
7822
- #: app/libraries/main.php:3227
7823
  msgid "Checked by default"
7824
  msgstr ""
7825
 
7826
- #: app/libraries/main.php:3228
7827
  msgid "Unchecked by default"
7828
  msgstr ""
7829
 
7830
- #: app/libraries/main.php:3251
7831
  msgid "Insert a label for this option"
7832
  msgstr "Ein neues Label für diese Option einfügen"
7833
 
7834
- #: app/libraries/main.php:3266
7835
  msgid "Free"
7836
  msgstr "kostenfrei"
7837
 
7838
- #: app/libraries/main.php:3872 app/libraries/main.php:5676
7839
  msgid "M.E. Calender"
7840
  msgstr "M.E. Calender"
7841
 
7842
- #: app/libraries/main.php:4027
7843
  #, php-format
7844
  msgid "Copy of %s"
7845
  msgstr "Kopie von %s"
7846
 
7847
- #: app/libraries/main.php:4793
7848
  msgid "Booked an event."
7849
  msgstr "Eine Veranstaltung wurde gebucht."
7850
 
7851
- #: app/libraries/main.php:4834
7852
  #, php-format
7853
  msgid "%s booked %s event."
7854
  msgstr "%s gebuchtes %s Event"
7855
 
7856
- #: app/libraries/main.php:5411
7857
  msgid "Taxonomies"
7858
  msgstr "Klassifizierung "
7859
 
7860
- #: app/libraries/main.php:5413
7861
  msgid "Category Plural Label"
7862
  msgstr "Kategorien"
7863
 
7864
- #: app/libraries/main.php:5414
7865
  msgid "Category Singular Label"
7866
  msgstr "Kategorie"
7867
 
7868
- #: app/libraries/main.php:5415
7869
  msgid "Label Plural Label"
7870
  msgstr "Labels"
7871
 
7872
- #: app/libraries/main.php:5416
7873
  msgid "Label Singular Label"
7874
  msgstr "Label"
7875
 
7876
- #: app/libraries/main.php:5416
7877
  msgid "label"
7878
  msgstr "label"
7879
 
7880
- #: app/libraries/main.php:5417
7881
  msgid "Location Plural Label"
7882
  msgstr "Veranstaltungsorte"
7883
 
7884
- #: app/libraries/main.php:5418
7885
  msgid "Location Singular Label"
7886
  msgstr "Veranstaltungsort"
7887
 
7888
- #: app/libraries/main.php:5419
7889
  msgid "Organizer Plural Label"
7890
  msgstr "Veranstalter"
7891
 
7892
- #: app/libraries/main.php:5420
7893
  msgid "Organizer Singular Label"
7894
  msgstr "Veranstalter"
7895
 
7896
- #: app/libraries/main.php:5421
7897
  #, fuzzy
7898
  #| msgid "Label Plural Label"
7899
  msgid "Speaker Plural Label"
7900
  msgstr "Labels"
7901
 
7902
- #: app/libraries/main.php:5422
7903
  #, fuzzy
7904
  #| msgid "Label Singular Label"
7905
  msgid "Speaker Singular Label"
7906
  msgstr "Label"
7907
 
7908
- #: app/libraries/main.php:5428
7909
  msgid "Sunday abbreviation"
7910
  msgstr "Sonntag Abkürzung"
7911
 
7912
- #: app/libraries/main.php:5429
7913
  msgid "Monday abbreviation"
7914
  msgstr "Montag Abkürzung"
7915
 
7916
- #: app/libraries/main.php:5430
7917
  msgid "Tuesday abbreviation"
7918
  msgstr "Dienstag Abkürzung"
7919
 
7920
- #: app/libraries/main.php:5431
7921
  msgid "Wednesday abbreviation"
7922
  msgstr "Mittwoch Abkürzung"
7923
 
7924
- #: app/libraries/main.php:5432
7925
  msgid "Thursday abbreviation"
7926
  msgstr "Donnerstag Abkürzung"
7927
 
7928
- #: app/libraries/main.php:5433
7929
  msgid "Friday abbreviation"
7930
  msgstr "Freitag Abkürzung"
7931
 
7932
- #: app/libraries/main.php:5434
7933
  msgid "Saturday abbreviation"
7934
  msgstr "Samstag Abkürzung "
7935
 
7936
- #: app/libraries/main.php:5438
7937
  msgid "Others"
7938
  msgstr "Andere"
7939
 
7940
- #: app/libraries/main.php:5440
7941
  msgid "Booking Success Message"
7942
  msgstr "Buchung erfolgreich Mitteilung"
7943
 
7944
- #: app/libraries/main.php:5440
7945
  #, fuzzy
7946
  #| msgid ""
7947
  #| "Thanks for your booking. Your tickets booked, booking verification might "
@@ -7953,118 +7980,119 @@ msgstr ""
7953
  "Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
7954
  "Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
7955
 
7956
- #: app/libraries/main.php:5441 app/widgets/single.php:131
7957
  msgid "Register Button"
7958
  msgstr "Register Button"
7959
 
7960
- #: app/libraries/main.php:5441 app/skins/available_spot/tpl.php:189
7961
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
7962
- #: app/skins/grid/render.php:84 app/skins/grid/render.php:139
7963
- #: app/skins/grid/render.php:189 app/skins/grid/render.php:209
7964
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
7965
- #: app/skins/masonry/render.php:150 app/skins/single.php:779
7966
- #: app/skins/single.php:782 app/skins/single/default.php:270
7967
- #: app/skins/single/default.php:272 app/skins/single/default.php:501
7968
- #: app/skins/single/default.php:503 app/skins/single/m1.php:142
7969
- #: app/skins/single/m1.php:144 app/skins/single/m2.php:67
7970
- #: app/skins/single/m2.php:69 app/skins/single/modern.php:78
7971
- #: app/skins/single/modern.php:80 app/skins/slider/render.php:71
7972
- #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
7973
- #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
 
7974
  msgid "REGISTER"
7975
  msgstr "ANMELDEN"
7976
 
7977
- #: app/libraries/main.php:5442
7978
  msgid "View Detail Button"
7979
  msgstr "Ansicht Detail Button"
7980
 
7981
- #: app/libraries/main.php:5442 app/skins/carousel/render.php:109
7982
- #: app/skins/carousel/render.php:148 app/skins/grid/render.php:84
7983
- #: app/skins/grid/render.php:139 app/skins/grid/render.php:189
7984
- #: app/skins/grid/render.php:209 app/skins/list/render.php:67
7985
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
7986
- #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
7987
- #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
7988
- #: app/skins/slider/render.php:173
7989
  msgid "View Detail"
7990
  msgstr "Details "
7991
 
7992
- #: app/libraries/main.php:5443
7993
  msgid "Event Detail Button"
7994
  msgstr "Event Detail Button"
7995
 
7996
- #: app/libraries/main.php:5443 app/skins/countdown/tpl.php:213
7997
  msgid "Event Detail"
7998
  msgstr "Veranstaltungsdetails"
7999
 
8000
- #: app/libraries/main.php:5445
8001
  msgid "More Info Link"
8002
  msgstr "Link Mehr Informationen"
8003
 
8004
- #: app/libraries/main.php:5448
8005
  msgid "Ticket (Singular)"
8006
  msgstr "Ticket"
8007
 
8008
- #: app/libraries/main.php:5449
8009
  msgid "Tickets (Plural)"
8010
  msgstr "Tickets"
8011
 
8012
- #: app/libraries/main.php:5535
8013
  msgid "EventON"
8014
  msgstr "EventON"
8015
 
8016
- #: app/libraries/main.php:5536
8017
  msgid "The Events Calendar"
8018
  msgstr "The Events Calendar"
8019
 
8020
- #: app/libraries/main.php:5537
8021
  msgid "Events Schedule WP Plugin"
8022
  msgstr "Event Zeitplan WP-Plugin"
8023
 
8024
- #: app/libraries/main.php:5538
8025
  msgid "Calendarize It"
8026
  msgstr ""
8027
 
8028
- #: app/libraries/main.php:5539
8029
  #, fuzzy
8030
  #| msgid "No Search Options"
8031
  msgid "Event Espresso"
8032
  msgstr "Keine Suchoptionen"
8033
 
8034
- #: app/libraries/main.php:5540
8035
  msgid "Events Manager (Recurring)"
8036
  msgstr "Wiederholende Veranstaltung"
8037
 
8038
- #: app/libraries/main.php:5541
8039
  msgid "Events Manager (Single)"
8040
  msgstr "Moderner Event Kalender"
8041
 
8042
- #: app/libraries/main.php:5613 app/libraries/main.php:5633
8043
  msgid "Confirmed"
8044
  msgstr "Bestätigt"
8045
 
8046
- #: app/libraries/main.php:5614 app/libraries/main.php:5641
8047
  msgid "Rejected"
8048
  msgstr "Abgelehnt"
8049
 
8050
- #: app/libraries/main.php:5615 app/libraries/main.php:5637
8051
  msgid "Pending"
8052
  msgstr "Ausstehend"
8053
 
8054
- #: app/libraries/main.php:5663
8055
  msgid "Waiting"
8056
  msgstr "in Bearbeitung"
8057
 
8058
- #: app/libraries/main.php:5868 app/libraries/render.php:80
8059
  #: app/libraries/render.php:432
8060
  msgid "Skin controller does not exist."
8061
  msgstr "Skin contoller existiert nicht."
8062
 
8063
- #: app/libraries/main.php:6049
8064
  msgid "Sold Out"
8065
  msgstr "Ausgebucht"
8066
 
8067
- #: app/libraries/main.php:6057
8068
  msgid "Last Few Tickets"
8069
  msgstr "Nur noch wenige Tickets verfügbar."
8070
 
@@ -8117,7 +8145,7 @@ msgstr "Ja"
8117
  msgid "No"
8118
  msgstr "Nein"
8119
 
8120
- #: app/libraries/skins.php:1037
8121
  msgid "Select"
8122
  msgstr "Auswählen"
8123
 
@@ -8168,21 +8196,21 @@ msgstr ""
8168
  msgid "Thanks for your booking."
8169
  msgstr "Vielen Dank für Ihre Buchung."
8170
 
8171
- #: app/modules/booking/steps/tickets.php:21
8172
  msgid "Book Event"
8173
  msgstr "Veranstaltung buchen"
8174
 
8175
- #: app/modules/booking/steps/tickets.php:43
8176
  #, php-format
8177
  msgid "Available %s: <span>%s</span>"
8178
  msgstr "Verfügbar %s: <span>%s</span>"
8179
 
8180
- #: app/modules/booking/steps/tickets.php:47
8181
  #, php-format
8182
  msgid "The %s ticket sales has stopped!"
8183
  msgstr ""
8184
 
8185
- #: app/modules/booking/steps/tickets.php:48
8186
  #, php-format
8187
  msgid "The %s ticket is sold out. You can try another ticket or another date."
8188
  msgstr ""
@@ -8197,15 +8225,15 @@ msgstr "Das Event ist beendet"
8197
  msgid "The event is ongoing."
8198
  msgstr "Die Veranstaltung ist im Gange."
8199
 
8200
- #: app/modules/googlemap/details.php:124
8201
  msgid "Address from ..."
8202
  msgstr "Adresse von..."
8203
 
8204
- #: app/modules/googlemap/details.php:128
8205
  msgid "Get Directions"
8206
  msgstr "Wegbeschreibung"
8207
 
8208
- #: app/modules/links/details.php:17 app/skins/single.php:468
8209
  msgid "Share this event"
8210
  msgstr "Diese Veranstaltung teilen"
8211
 
@@ -8260,7 +8288,7 @@ msgstr "Nächstes Event"
8260
  msgid "Go to occurrence page"
8261
  msgstr "Zum Event"
8262
 
8263
- #: app/modules/next-event/details.php:98 app/skins/single.php:752
8264
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
8265
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
8266
  msgid "Time"
@@ -8394,24 +8422,24 @@ msgstr "Veranstaltungen für %s"
8394
  msgid "No Events"
8395
  msgstr "Keine Veranstaltungen"
8396
 
8397
- #: app/skins/single.php:209
8398
  msgid "Home"
8399
  msgstr ""
8400
 
8401
- #: app/skins/single.php:551 app/skins/single/default.php:53
8402
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
8403
  #: app/skins/single/modern.php:281
8404
  msgid "Sold out!"
8405
  msgstr "Ausverkauft!"
8406
 
8407
- #: app/skins/single.php:826 app/skins/single.php:881
8408
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
8409
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
8410
  #: app/skins/single/modern.php:46
8411
  msgid "Phone"
8412
  msgstr "Phone"
8413
 
8414
- #: app/skins/single.php:840 app/skins/single.php:895
8415
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
8416
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
8417
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
@@ -8420,7 +8448,7 @@ msgstr "Phone"
8420
  msgid "Website"
8421
  msgstr "Website"
8422
 
8423
- #: app/skins/single.php:971
8424
  msgid "Speakers:"
8425
  msgstr "Veranstalter"
8426
 
@@ -8531,8 +8559,10 @@ msgid "An awesome plugin for events calendar"
8531
  msgstr "Ein großartiges Plugin für den Veranstaltungskalender"
8532
 
8533
  #. Author of the plugin/theme
8534
- msgid "Webnus Team"
8535
- msgstr "Webnus Team"
 
 
8536
 
8537
  #. Author URI of the plugin/theme
8538
  #, fuzzy
@@ -8540,6 +8570,9 @@ msgstr "Webnus Team"
8540
  msgid "http://webnus.net"
8541
  msgstr "http://webnus.net"
8542
 
 
 
 
8543
  #, fuzzy
8544
  #~| msgid "Insert your desired tags comma separated."
8545
  #~ msgid "Input your desired shortcode_id here."
2
  msgstr ""
3
  "Project-Id-Version: ME Calender\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-04-28 17:17+0430\n"
6
+ "PO-Revision-Date: 2020-04-28 17:17+0430\n"
7
  "Last-Translator: Jogon <koenig@kafinanz.de>\n"
8
  "Language-Team: German\n"
9
  "Language: de_DE\n"
19
 
20
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
21
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
22
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:945
23
+ #: app/libraries/factory.php:964 app/widgets/MEC.php:33
24
  msgid "Modern Events Calendar"
25
  msgstr "Moderner Event Kalender "
26
 
84
  msgid "Settings"
85
  msgstr "Einstellungen"
86
 
87
+ #: app/features/contextual.php:62 app/features/events.php:1549
88
+ #: app/features/events.php:2502 app/features/mec/booking.php:448
89
+ #: app/features/mec/support.php:29 app/libraries/main.php:560
90
  msgid "Booking Form"
91
  msgstr "Buchungsformular"
92
 
242
  msgid "Google Recaptcha Options"
243
  msgstr "Google Recaptcha Einstellungen"
244
 
245
+ #: app/features/contextual.php:258 app/features/mec/single.php:150
246
  #: app/libraries/main.php:548
247
  msgid "Countdown Options"
248
  msgstr "Countdown Einstellungsoptionen"
341
  msgid "No events found in Trash!"
342
  msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
343
 
344
+ #: app/features/events.php:183 app/features/events.php:3373
345
  #: app/features/mec/meta_boxes/display_options.php:1385
346
  #: app/features/mec/meta_boxes/search_form.php:31
347
  #: app/features/mec/meta_boxes/search_form.php:101
354
  #: app/features/mec/meta_boxes/search_form.php:584
355
  #: app/features/mec/meta_boxes/search_form.php:654
356
  #: app/features/mec/meta_boxes/search_form.php:760
357
+ #: app/features/mec/settings.php:839 app/features/mec/single.php:233
358
+ #: app/features/search.php:68 app/libraries/main.php:5424
359
+ #: app/libraries/skins.php:892 app/skins/single.php:774
360
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
361
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
362
  #: app/skins/single/modern.php:128
363
  msgid "Category"
364
  msgstr "Kategorie"
365
 
366
+ #: app/features/events.php:184 app/features/events.php:3328
367
  #: app/features/fes/form.php:767 app/features/mec.php:412
368
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5423
369
  msgid "Categories"
370
  msgstr "Kategorien"
371
 
452
  msgstr "Wiederholende Veranstaltung"
453
 
454
  #: app/features/events.php:334 app/features/events.php:1294
455
+ #: app/features/mec/settings.php:743 app/skins/single.php:1159
456
  msgid "Hourly Schedule"
457
  msgstr "Stundenplan"
458
 
464
  msgid "Links"
465
  msgstr "Links"
466
 
467
+ #: app/features/events.php:337 app/features/events.php:3375
468
+ #: app/features/events.php:3566 app/features/events.php:3608
469
  #: app/features/ix.php:3508 app/features/ix.php:3549
470
  #: app/features/mec/meta_boxes/display_options.php:1388
471
  #: app/features/mec/meta_boxes/search_form.php:46
479
  #: app/features/mec/meta_boxes/search_form.php:599
480
  #: app/features/mec/meta_boxes/search_form.php:669
481
  #: app/features/mec/meta_boxes/search_form.php:775
482
+ #: app/features/mec/settings.php:851 app/features/mec/single.php:237
483
  #: app/features/organizers.php:58 app/features/organizers.php:204
484
  #: app/features/organizers.php:260 app/features/organizers.php:262
485
  #: app/features/organizers.php:271 app/features/popup/event.php:293
486
  #: app/features/popup/event.php:302 app/features/search.php:80
487
+ #: app/libraries/main.php:5430 app/libraries/skins.php:944
488
+ #: app/skins/single.php:1018 app/skins/single/default.php:227
489
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
490
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
491
  msgid "Organizer"
492
  msgstr "Veranstalter"
493
 
494
  #: app/features/events.php:338 app/features/events.php:1171
495
+ #: app/features/fes/form.php:740 app/libraries/main.php:5457
496
+ #: app/skins/single.php:797 app/skins/single/default.php:128
497
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
498
  #: app/skins/single/modern.php:223
499
  msgid "Cost"
513
  msgid "Guest Data"
514
  msgstr "Gäste Daten"
515
 
516
+ #: app/features/events.php:471 app/features/events.php:2484
517
+ #: app/features/events.php:3899 app/features/fes.php:223
518
  #: app/features/fes/form.php:699 app/features/labels.php:178
519
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
520
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
522
  msgid "Name"
523
  msgstr "Name"
524
 
525
+ #: app/features/events.php:472 app/features/events.php:2495
526
+ #: app/features/events.php:2571 app/features/events.php:3902
527
  #: app/features/fes.php:223 app/features/fes/form.php:695
528
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
529
  #: app/features/organizers.php:111 app/features/organizers.php:152
530
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
531
+ #: app/features/speakers.php:196 app/libraries/main.php:1596
532
+ #: app/libraries/main.php:1665 app/libraries/main.php:2900
533
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
534
+ #: app/modules/booking/steps/form.php:83 app/skins/single.php:1035
535
+ #: app/skins/single.php:1090 app/skins/single/default.php:244
536
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
537
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
538
  msgid "Email"
543
  msgstr "Datum und Uhrzeit"
544
 
545
  #: app/features/events.php:483 app/features/events.php:489
546
+ #: app/features/events.php:3376 app/features/events.php:3566
547
+ #: app/features/events.php:3608 app/features/fes/form.php:250
548
  #: app/features/fes/form.php:254 app/features/ix.php:3508
549
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
550
  #: app/features/mec/dashboard.php:405
568
  msgstr "Start Datum"
569
 
570
  #: app/features/events.php:561 app/features/events.php:653
571
+ #: app/features/events.php:1757 app/features/events.php:1816
572
+ #: app/features/events.php:2009 app/features/events.php:2048
573
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
574
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
575
  msgid "AM"
576
  msgstr "AM"
577
 
578
  #: app/features/events.php:568 app/features/events.php:660
579
+ #: app/features/events.php:1764 app/features/events.php:1823
580
+ #: app/features/events.php:2010 app/features/events.php:2049
581
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
582
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
583
  msgid "PM"
584
  msgstr "PM"
585
 
586
  #: app/features/events.php:575 app/features/events.php:580
587
+ #: app/features/events.php:3377 app/features/events.php:3566
588
+ #: app/features/events.php:3608 app/features/fes/form.php:290
589
  #: app/features/fes/form.php:294 app/features/ix.php:3508
590
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
591
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
629
  #: app/features/events.php:707 app/features/events.php:828
630
  #: app/features/events.php:1134 app/features/events.php:1211
631
  #: app/features/events.php:1519 app/features/events.php:1609
632
+ #: app/features/events.php:1844 app/features/events.php:1859
633
+ #: app/features/events.php:2068 app/features/events.php:2081
634
+ #: app/features/events.php:2232 app/features/events.php:2268
635
+ #: app/features/events.php:2366 app/features/events.php:2381
636
+ #: app/features/events.php:2411 app/features/events.php:2424
637
  #: app/features/fes/form.php:651 app/features/locations.php:316
638
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
639
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
694
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
695
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
696
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
697
+ #: app/features/mec/single.php:58 app/features/mec/single.php:78
698
+ #: app/features/mec/single.php:95 app/features/mec/single.php:111
699
+ #: app/features/mec/single.php:126 app/features/mec/single.php:179
700
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
701
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
702
  #: app/features/organizers.php:272 app/features/popup/event.php:256
703
+ #: app/features/popup/event.php:303 app/skins/single.php:881
704
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
705
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
706
  #: app/skins/single/modern.php:151
778
  msgid "Week Days"
779
  msgstr "Wochentage"
780
 
781
+ #: app/features/events.php:818 app/features/events.php:1928
782
+ #: app/features/events.php:1956 app/features/events.php:2136
783
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
784
  #: app/features/ix/import_g_calendar.php:51
785
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
786
  msgid "Start"
787
  msgstr "Start"
788
 
789
+ #: app/features/events.php:820 app/features/events.php:1932
790
+ #: app/features/events.php:1960 app/features/events.php:2140
791
  #: app/features/fes/form.php:381
792
  msgid "End"
793
  msgstr "Ende"
794
 
795
  #: app/features/events.php:822 app/features/events.php:1205
796
  #: app/features/events.php:1325 app/features/events.php:1430
797
+ #: app/features/events.php:1911 app/features/events.php:2125
798
+ #: app/features/events.php:2205 app/features/events.php:2338
799
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
800
  msgid "Add"
801
  msgstr "Hinzufügen"
870
  msgid "Show only one occurrence of this event"
871
  msgstr "Nächstes Auftreten von anderen Events."
872
 
873
+ #: app/features/events.php:1167 app/features/events.php:3566
874
+ #: app/features/events.php:3608 app/features/fes/form.php:737
875
  #: app/features/ix.php:3508 app/features/ix.php:3549
876
+ #: app/features/mec/settings.php:689 app/libraries/main.php:5456
877
  #: app/widgets/single.php:103
878
  msgid "Event Cost"
879
  msgstr ""
889
  msgid "Exclude certain days"
890
  msgstr "Ausschluss bestimmter Tage"
891
 
892
+ #: app/features/events.php:1203 app/features/events.php:2572
893
  #: app/features/fes.php:223 app/features/mec/booking.php:500
894
+ #: app/features/profile/profile.php:53 app/libraries/main.php:2303
895
+ #: app/libraries/main.php:2958 app/modules/booking/steps/tickets.php:28
896
+ #: app/modules/next-event/details.php:93 app/skins/single.php:855
897
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
898
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
899
  msgid "Date"
927
 
928
  #: app/features/events.php:1310 app/features/events.php:1349
929
  #: app/features/events.php:1384 app/features/events.php:1416
930
+ #: app/features/events.php:1445 app/features/events.php:2353
931
+ #: app/features/events.php:2400 app/features/events.php:3372
932
+ #: app/features/events.php:3566 app/features/events.php:3608
933
  #: app/features/fes/form.php:239 app/features/ix.php:3508
934
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
935
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
938
 
939
  #: app/features/events.php:1319 app/features/events.php:1356
940
  #: app/features/events.php:1389 app/features/events.php:1424
941
+ #: app/features/events.php:1450 app/features/events.php:1942
942
+ #: app/features/events.php:1968 app/features/events.php:2146
943
+ #: app/features/events.php:2245 app/features/events.php:2281
944
+ #: app/features/events.php:2388 app/features/events.php:2430
945
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
946
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
947
+ #: app/libraries/main.php:2819 app/libraries/main.php:2849
948
+ #: app/libraries/main.php:2878 app/libraries/main.php:2908
949
+ #: app/libraries/main.php:2937 app/libraries/main.php:2966
950
+ #: app/libraries/main.php:2995 app/libraries/main.php:3024
951
+ #: app/libraries/main.php:3046 app/libraries/main.php:3077
952
+ #: app/libraries/main.php:3121 app/libraries/main.php:3165
953
+ #: app/libraries/main.php:3212 app/libraries/main.php:3251
954
  msgid "Remove"
955
  msgstr "Entfernen"
956
 
969
  msgstr "bis zum Beispiel 08:45 Uhr"
970
 
971
  #: app/features/events.php:1353 app/features/events.php:1387
972
+ #: app/features/events.php:1448 app/features/events.php:1832
973
+ #: app/features/events.php:2057
974
  msgid "Description"
975
  msgstr "Beschreibung"
976
 
978
  #: app/features/events.php:1453 app/features/fes/form.php:861
979
  #: app/features/mec.php:420 app/features/mec/modules.php:52
980
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
981
+ #: app/libraries/main.php:565 app/libraries/main.php:5431
982
  #: app/modules/speakers/details.php:18
983
  msgid "Speakers"
984
  msgstr "Sprecher"
993
  msgstr "Veranstaltungslinks"
994
 
995
  #: app/features/events.php:1487 app/features/events.php:1493
996
+ #: app/features/fes/form.php:716 app/libraries/main.php:5454
997
  msgid "Event Link"
998
  msgstr "Veranstaltungslink"
999
 
1021
  msgstr ""
1022
 
1023
  #: app/features/events.php:1503 app/features/events.php:1516
1024
+ #: app/features/fes/form.php:721 app/libraries/main.php:5455
1025
+ #: app/skins/single.php:880 app/skins/single/default.php:142
1026
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
1027
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
1028
  #: app/widgets/single.php:107
1052
  "Text angezeigt werden soll: zum Beispiel: Noch mehr Informationen oder Hier "
1053
  "zur Anmeldung (z.B. bei Webinaren sinnvoll) "
1054
 
1055
+ #: app/features/events.php:1540 app/features/mec/settings.php:749
1056
+ msgid "Booking Options"
1057
+ msgstr "Buchungsoptionen"
1058
+
1059
+ #: app/features/events.php:1541
1060
+ #, fuzzy
1061
+ #| msgid "Total booking limits"
1062
+ msgid "Total User Booking Limits"
1063
+ msgstr "Gesamt Verfügbare Plätze"
1064
+
1065
+ #: app/features/events.php:1542 app/features/events.php:1684
1066
+ #: app/libraries/book.php:60 app/libraries/main.php:5459
1067
+ #: app/modules/booking/steps/tickets.php:51
1068
+ msgid "Tickets"
1069
+ msgstr "Tickets"
1070
+
1071
+ #: app/features/events.php:1544 app/features/events.php:2182
1072
+ msgid "Fees"
1073
+ msgstr "Gebühren"
1074
+
1075
+ #: app/features/events.php:1547 app/features/events.php:2314
1076
+ #: app/features/mec/settings.php:761
1077
+ msgid "Ticket Variations / Options"
1078
+ msgstr ""
1079
+
1080
+ #: app/features/events.php:1551 app/features/mec/booking.php:585
1081
+ #: app/features/mec/support-page.php:118
1082
+ #, fuzzy
1083
+ #| msgid "Organizer Tel"
1084
+ msgid "Organizer Payment"
1085
+ msgstr "Organisator Telefon"
1086
+
1087
+ #: app/features/events.php:1591 app/features/events.php:1605
1088
  #, fuzzy
1089
  #| msgid "Total booking limits"
1090
  msgid "Total booking limit"
1091
  msgstr "Gesamt Verfügbare Plätze"
1092
 
1093
+ #: app/features/events.php:1602 app/features/events.php:1880
1094
+ #: app/features/events.php:2095 app/modules/booking/default.php:85
1095
+ #: app/modules/booking/steps/tickets.php:51
1096
  #: app/skins/available_spot/tpl.php:122
1097
  msgid "Unlimited"
1098
  msgstr "Unlimitiert"
1113
  msgid "100"
1114
  msgstr "z.B. 100"
1115
 
1116
+ #: app/features/events.php:1620 app/features/events.php:1634
1117
+ #, fuzzy
1118
+ #| msgid "Next Occurrence"
1119
+ msgid "Book All Occurrences"
1120
+ msgstr "Nächstes Event"
1121
+
1122
+ #: app/features/events.php:1631
1123
+ msgid "Sell all occurrences by one booking"
1124
+ msgstr ""
1125
+
1126
+ #: app/features/events.php:1637
1127
+ msgid ""
1128
+ "If you have a series of events and you want to sell all of them at once, "
1129
+ "this option is for you! For example a weekly yoga course or something "
1130
+ "similar."
1131
+ msgstr ""
1132
+
1133
+ #: app/features/events.php:1647
1134
  #, fuzzy
1135
  #| msgid "Total booking limits"
1136
  msgid "Total user booking limits"
1137
  msgstr "Gesamt Verfügbare Plätze"
1138
 
1139
+ #: app/features/events.php:1658 app/features/events.php:2194
1140
+ #: app/features/events.php:2326 app/features/events.php:2514
1141
  msgid "Inherit from global options"
1142
  msgstr "Aus den globalen Einstellungen übernehmen"
1143
 
1144
+ #: app/features/events.php:1661
1145
  msgid "12"
1146
  msgstr "12"
1147
 
1148
+ #: app/features/events.php:1687
 
 
 
 
 
1149
  msgid ""
1150
  "You're translating an event so MEC will use the original event for tickets "
1151
  "and booking. You can only translate the ticket name and description. Please "
1152
  "define exact tickets that you defined in the original event here."
1153
  msgstr ""
1154
 
1155
+ #: app/features/events.php:1692
1156
  msgid "Add Ticket"
1157
  msgstr "Ticket hinzufügen"
1158
 
1159
+ #: app/features/events.php:1706 app/features/events.php:1982
1160
  msgid "Ticket Name"
1161
  msgstr "Ticket Name"
1162
 
1163
+ #: app/features/events.php:1711 app/features/events.php:1986
1164
+ #: app/features/events.php:3566 app/features/events.php:3608
1165
  #: app/features/ix.php:3508 app/features/ix.php:3549
1166
  msgid "Start Time"
1167
  msgstr "Uhrzeit des Beginns"
1168
 
1169
+ #: app/features/events.php:1770 app/features/events.php:2016
1170
+ #: app/features/events.php:3566 app/features/events.php:3608
1171
  #: app/features/ix.php:3508 app/features/ix.php:3549
1172
  msgid "End Time"
1173
  msgstr "Uhrzeit Ende"
1174
 
1175
+ #: app/features/events.php:1837 app/features/events.php:1841
1176
+ #: app/features/events.php:1936 app/features/events.php:1963
1177
+ #: app/features/events.php:2062 app/features/events.php:2065
1178
+ #: app/features/events.php:2142 app/features/events.php:2359
1179
+ #: app/features/events.php:2363 app/features/events.php:2405
1180
+ #: app/features/events.php:2408 app/features/mec/booking.php:388
1181
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1182
  #: app/features/mec/booking.php:423
1183
  msgid "Price"
1184
  msgstr "Preis"
1185
 
1186
+ #: app/features/events.php:1842 app/features/events.php:2066
1187
  #, fuzzy
1188
  #| msgid "Insert 0 for free ticket. Only numbers please."
1189
  msgid ""
1191
  "any symbols or characters."
1192
  msgstr "Bitte 0 für kostenloses Ticket eingeben. Bitte nur Zahlen eintragen"
1193
 
1194
+ #: app/features/events.php:1851 app/features/events.php:1856
1195
+ #: app/features/events.php:2075 app/features/events.php:2078
1196
  msgid "Price Label"
1197
  msgstr "Preisschild"
1198
 
1199
+ #: app/features/events.php:1857 app/features/events.php:2079
1200
  msgid "For showing on website. e.g. $15"
1201
  msgstr "Um das auf der Webseite anzuzeigen zum Beispiel 15 €"
1202
 
1203
+ #: app/features/events.php:1867 app/features/events.php:2089
1204
  msgid "Available Tickets"
1205
  msgstr "Verfügbare Tickets: %s "
1206
 
1207
+ #: app/features/events.php:1884 app/features/events.php:2099
1208
  msgid "Minimum Ticket e.g. 3"
1209
  msgstr "Ticket minimum z.B. 3"
1210
 
1211
+ #: app/features/events.php:1887 app/features/events.php:2102
1212
  msgid "MinimumTicket"
1213
  msgstr "Ticket minimum"
1214
 
1215
+ #: app/features/events.php:1889 app/features/events.php:2104
1216
  msgid "Set a number for the minimum ticket reservation possible"
1217
  msgstr ""
1218
 
1219
+ #: app/features/events.php:1897 app/features/events.php:2112
1220
  msgid "e.g. 0"
1221
  msgstr "z.B. 0"
1222
 
1223
+ #: app/features/events.php:1899 app/features/events.php:2114
1224
  msgid "Day"
1225
  msgstr "Tag"
1226
 
1227
+ #: app/features/events.php:1900 app/features/events.php:2115
1228
  msgid "Hour"
1229
  msgstr "Stunde"
1230
 
1231
+ #: app/features/events.php:1902 app/features/events.php:2117
1232
  #, php-format
1233
  msgid "Stop selling ticket %s before event start."
1234
  msgstr ""
1235
 
1236
+ #: app/features/events.php:1909 app/features/events.php:2123
1237
  msgid "Price per Date"
1238
  msgstr "Preis pro Datum"
1239
 
1240
+ #: app/features/events.php:1940 app/features/events.php:1966
1241
+ #: app/features/events.php:2144 app/features/labels.php:60
1242
  #: app/features/mec/meta_boxes/display_options.php:1386
1243
  #: app/features/mec/meta_boxes/search_form.php:67
1244
  #: app/features/mec/meta_boxes/search_form.php:137
1251
  #: app/features/mec/meta_boxes/search_form.php:620
1252
  #: app/features/mec/meta_boxes/search_form.php:690
1253
  #: app/features/mec/meta_boxes/search_form.php:796
1254
+ #: app/features/mec/settings.php:871 app/features/mec/single.php:251
1255
+ #: app/features/search.php:98 app/libraries/skins.php:1022
1256
  msgid "Label"
1257
  msgstr "Label"
1258
 
1259
+ #: app/features/events.php:2219 app/features/events.php:2257
 
 
 
 
1260
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1261
  msgid "Fee Title"
1262
  msgstr "Gebühren Name"
1263
 
1264
+ #: app/features/events.php:2225 app/features/events.php:2229
1265
+ #: app/features/events.php:2262 app/features/events.php:2265
1266
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1267
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1268
  msgid "Amount"
1269
  msgstr "Betrag"
1270
 
1271
+ #: app/features/events.php:2230 app/features/events.php:2266
1272
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1273
  msgid ""
1274
  "Fee amount, considered as fixed amount if you set the type to amount "
1277
  "Gebührenbetrag, gilt als fester Betrag, wenn Sie die Art auf Betrag setzen, "
1278
  "sonst als Prozentsatz"
1279
 
1280
+ #: app/features/events.php:2239 app/features/events.php:2275
1281
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1282
  msgid "Percent"
1283
  msgstr "Prozent"
1284
 
1285
+ #: app/features/events.php:2240 app/features/events.php:2276
1286
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1287
  msgid "Amount (Per Ticket)"
1288
  msgstr "Betrag (pro Ticket)"
1289
 
1290
+ #: app/features/events.php:2241 app/features/events.php:2277
1291
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1292
  msgid "Amount (Per Booking)"
1293
  msgstr "Betrag (pro Buchung)"
1294
 
1295
+ #: app/features/events.php:2364 app/features/events.php:2409
 
 
 
 
1296
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1297
  msgid "Option Price"
1298
  msgstr "Preis Optionen"
1299
 
1300
+ #: app/features/events.php:2374 app/features/events.php:2378
1301
+ #: app/features/events.php:2418 app/features/events.php:2421
1302
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1303
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1304
  msgid "Maximum Per Ticket"
1305
  msgstr "Maximum pro Ticket"
1306
 
1307
+ #: app/features/events.php:2379 app/features/events.php:2422
1308
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1309
  #, fuzzy
1310
  #| msgid "Maximum Per Ticket. Leave it blank for unlimited."
1311
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1312
  msgstr "Maximum pro Ticket. Leerlassen für unendlich."
1313
 
1314
+ #: app/features/events.php:2568 app/features/mec/booking.php:496
1315
+ #: app/libraries/main.php:2841
1316
  msgid "MEC Name"
1317
  msgstr "MEC Name"
1318
 
1319
+ #: app/features/events.php:2569 app/features/mec/booking.php:497
1320
+ #: app/libraries/main.php:2870
1321
  msgid "MEC Email"
1322
  msgstr "MEC Email"
1323
 
1324
+ #: app/features/events.php:2570 app/features/mec/booking.php:498
1325
+ #: app/libraries/main.php:2811
1326
  msgid "Text"
1327
  msgstr "Text"
1328
 
1329
+ #: app/features/events.php:2573 app/features/mec/booking.php:501
1330
  #: app/features/organizers.php:103 app/features/organizers.php:148
1331
  #: app/features/speakers.php:119 app/features/speakers.php:192
1332
+ #: app/features/speakers.php:271 app/libraries/main.php:2987
1333
  msgid "Tel"
1334
  msgstr "Tel"
1335
 
1336
+ #: app/features/events.php:2574 app/features/mec/booking.php:502
1337
+ #: app/libraries/main.php:2929
1338
  msgid "File"
1339
  msgstr "Datei"
1340
 
1341
+ #: app/features/events.php:2575 app/features/mec/booking.php:503
1342
+ #: app/libraries/main.php:3016
1343
  msgid "Textarea"
1344
  msgstr "Textbereich"
1345
 
1346
+ #: app/features/events.php:2576 app/features/mec/booking.php:504
1347
+ #: app/libraries/main.php:3069
1348
  msgid "Checkboxes"
1349
  msgstr "Checkboxes"
1350
 
1351
+ #: app/features/events.php:2577 app/features/mec/booking.php:505
1352
+ #: app/libraries/main.php:3113
1353
  msgid "Radio Buttons"
1354
  msgstr "Radio Buttons"
1355
 
1356
+ #: app/features/events.php:2578 app/features/mec/booking.php:506
1357
  #: app/features/mec/meta_boxes/search_form.php:34
1358
  #: app/features/mec/meta_boxes/search_form.php:41
1359
  #: app/features/mec/meta_boxes/search_form.php:49
1429
  #: app/features/mec/meta_boxes/search_form.php:785
1430
  #: app/features/mec/meta_boxes/search_form.php:792
1431
  #: app/features/mec/meta_boxes/search_form.php:799
1432
+ #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3157
1433
  msgid "Dropdown"
1434
  msgstr "Dropdown"
1435
 
1436
+ #: app/features/events.php:2579 app/features/mec/booking.php:507
1437
+ #: app/libraries/main.php:3204
1438
  msgid "Agreement"
1439
  msgstr "Zustimmung"
1440
 
1441
+ #: app/features/events.php:2580 app/features/mec/booking.php:508
1442
+ #: app/libraries/main.php:3045
1443
  msgid "Paragraph"
1444
  msgstr "Absatz"
1445
 
1446
+ #: app/features/events.php:3274 app/features/events.php:3292
1447
+ #: app/features/events.php:3310 app/features/events.php:3328
1448
  #, php-format
1449
  msgid "Show all %s"
1450
  msgstr "Zeige alle %s"
1451
 
1452
+ #: app/features/events.php:3274
1453
  msgid "labels"
1454
  msgstr "Labels + Eventstatus"
1455
 
1456
+ #: app/features/events.php:3292
1457
  msgid "locations"
1458
  msgstr "Orte"
1459
 
1460
+ #: app/features/events.php:3310
1461
  msgid "organizers"
1462
  msgstr "Veranstalter"
1463
 
1464
+ #: app/features/events.php:3344
1465
  msgid "Attendees List"
1466
  msgstr "Teilnehmer Liste"
1467
 
1468
+ #: app/features/events.php:3374 app/features/events.php:3566
1469
+ #: app/features/events.php:3608 app/features/ix.php:3508
1470
  #: app/features/ix.php:3549 app/features/locations.php:58
1471
  #: app/features/locations.php:247 app/features/locations.php:304
1472
  #: app/features/locations.php:306 app/features/locations.php:315
1482
  #: app/features/mec/meta_boxes/search_form.php:591
1483
  #: app/features/mec/meta_boxes/search_form.php:661
1484
  #: app/features/mec/meta_boxes/search_form.php:767
1485
+ #: app/features/mec/settings.php:845 app/features/mec/single.php:241
1486
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1487
+ #: app/features/search.php:74 app/libraries/main.php:2297
1488
+ #: app/libraries/main.php:5428 app/libraries/skins.php:918
1489
+ #: app/skins/single.php:702 app/skins/single.php:1136
1490
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1491
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1492
  #: app/skins/single/modern.php:104
1493
  msgid "Location"
1494
  msgstr "Ort"
1495
 
1496
+ #: app/features/events.php:3379
1497
  msgid "Repeat"
1498
  msgstr "Wiederholen"
1499
 
1500
+ #: app/features/events.php:3380
1501
  msgid "Author"
1502
  msgstr "Autor"
1503
 
1504
+ #: app/features/events.php:3501 app/features/events.php:3502
1505
  msgid "iCal Export"
1506
  msgstr "ical Export"
1507
 
1508
+ #: app/features/events.php:3504 app/features/events.php:3505
1509
  msgid "CSV Export"
1510
  msgstr "CSV Export"
1511
 
1512
+ #: app/features/events.php:3507 app/features/events.php:3508
1513
  msgid "MS Excel Export"
1514
  msgstr "MS Excel Export"
1515
 
1516
+ #: app/features/events.php:3510 app/features/events.php:3511
1517
  msgid "XML Export"
1518
  msgstr "XML Export"
1519
 
1520
+ #: app/features/events.php:3513 app/features/events.php:3514
1521
  msgid "JSON Export"
1522
  msgstr "JSON Export"
1523
 
1524
+ #: app/features/events.php:3516 app/features/events.php:3517
1525
+ #: app/features/events.php:3699
1526
  msgid "Duplicate"
1527
  msgstr "Kopie"
1528
 
1529
+ #: app/features/events.php:3566 app/features/events.php:3608
1530
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1531
  #: app/features/labels.php:177 app/features/locations.php:246
1532
  #: app/features/organizers.php:203 app/features/speakers.php:268
1533
  msgid "ID"
1534
  msgstr "ID"
1535
 
1536
+ #: app/features/events.php:3566 app/features/events.php:3608
1537
  #: app/features/ix.php:3508 app/features/ix.php:3549
1538
  msgid "Link"
1539
  msgstr "Link"
1540
 
1541
+ #: app/features/events.php:3566 app/features/events.php:3608
1542
  #, php-format
1543
  msgid "%s Tel"
1544
  msgstr "%s Tel"
1545
 
1546
+ #: app/features/events.php:3566 app/features/events.php:3608
1547
  #, php-format
1548
  msgid "%s Email"
1549
  msgstr "%s Email"
1550
 
1551
+ #: app/features/events.php:3905 app/features/fes.php:223
1552
+ #: app/features/profile/profile.php:186 app/libraries/main.php:2334
1553
+ #: app/libraries/main.php:5458
1554
  msgid "Ticket"
1555
  msgstr "Ticket"
1556
 
1557
+ #: app/features/events.php:3908 app/features/profile/profile.php:189
1558
  msgid "Variations"
1559
  msgstr "Variationen"
1560
 
1561
+ #: app/features/events.php:3923 app/features/fes.php:303
1562
  msgid "Unknown"
1563
  msgstr "Unbekannt"
1564
 
1565
+ #: app/features/events.php:3956
1566
  msgid "No Attendees Found!"
1567
  msgstr "Keine Teilnehmer gefunden!"
1568
 
1605
  msgid "Order Time"
1606
  msgstr "Uhrzeit Bestellung"
1607
 
1608
+ #: app/features/fes.php:223 app/libraries/main.php:2309
1609
+ #: app/libraries/main.php:2397
1610
  msgid "Transaction ID"
1611
  msgstr "Transaktions-ID"
1612
 
1752
 
1753
  #: app/features/fes/form.php:793 app/features/labels.php:61
1754
  #: app/features/labels.php:221 app/features/mec.php:413
1755
+ #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5425
1756
+ #: app/skins/single.php:910 app/skins/single/default.php:157
1757
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1758
  #: app/skins/single/modern.php:238
1759
  msgid "Labels"
2105
 
2106
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
2107
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
2108
+ #: app/features/mec/settings.php:1085 app/features/mec/single.php:298
2109
  msgid "Checking ..."
2110
  msgstr "Überprüfung"
2111
 
2566
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2567
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2568
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2569
+ #: app/skins/grid/render.php:63 app/skins/list/render.php:39
2570
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2571
  #: app/skins/monthly_view/calendar_clean.php:87
2572
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
2577
  msgstr "Vorgeschlagen"
2578
 
2579
  #: app/features/labels.php:118 app/features/labels.php:143
2580
+ #: app/libraries/main.php:5672 app/skins/agenda/render.php:43
2581
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2582
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2583
+ #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
2584
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2585
  #: app/skins/monthly_view/calendar.php:89
2586
  #: app/skins/monthly_view/calendar_clean.php:88
2597
 
2598
  #: app/features/labels.php:180 app/features/locations.php:249
2599
  #: app/features/organizers.php:206 app/features/speakers.php:272
2600
+ #: app/modules/booking/steps/tickets.php:49
2601
  msgid "Count"
2602
  msgstr "Zähler"
2603
 
2613
 
2614
  #: app/features/locations.php:59 app/features/mec.php:414
2615
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2616
+ #: app/libraries/main.php:5427
2617
  msgid "Locations"
2618
  msgstr "Orte"
2619
 
2750
  msgid "Don't show map in single event page"
2751
  msgstr "Karte in Einzelansicht nicht anzeigen"
2752
 
2753
+ #: app/features/locations.php:377 app/libraries/main.php:5461
2754
  msgid "Other Locations"
2755
  msgstr "Andere Orte"
2756
 
2814
 
2815
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2816
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2817
+ #: app/libraries/main.php:5429
2818
  msgid "Organizers"
2819
  msgstr "Veranstalter"
2820
 
2854
  msgstr "Support"
2855
 
2856
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2857
+ #: app/libraries/factory.php:1054
2858
  msgid "Go Pro"
2859
  msgstr ""
2860
 
2951
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2952
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2953
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2954
+ #: app/features/mec/single.php:17 app/features/mec/single.php:263
2955
+ #: app/features/mec/single.php:273 app/features/mec/single.php:315
2956
+ #: app/features/mec/single.php:329 app/features/mec/styles.php:11
2957
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2958
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2959
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
3149
  msgid "Enable Organizer Payment Module"
3150
  msgstr ""
3151
 
 
 
 
 
 
 
3152
  #: app/features/mec/booking.php:586
3153
  msgid ""
3154
  "By enabling this module, organizers are able to insert their own payment "
3157
 
3158
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
3159
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
3160
+ #: app/features/mec/settings.php:1080 app/features/mec/single.php:293
3161
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3162
  msgid "Saved"
3163
  msgstr "Gesichert"
3164
 
3165
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
3166
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
3167
+ #: app/features/mec/settings.php:1081 app/features/mec/single.php:294
3168
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3169
  msgid "Settings Saved!"
3170
  msgstr "Einstellungen gespeichert!"
3173
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
3174
  #: app/features/mec/notifications.php:907
3175
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
3176
+ #: app/features/mec/settings.php:1105 app/features/mec/single.php:296
3177
+ #: app/features/mec/single.php:318 app/libraries/main.php:5671
3178
  msgid "Verified"
3179
  msgstr "Verifiziert"
3180
 
3181
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
3182
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
3183
+ #: app/features/mec/single.php:320
3184
  msgid "Please Refresh Page"
3185
  msgstr "Bitte Seiten Refresh vornehmen"
3186
 
3194
  msgid "%s - Most Powerful & Easy to Use Events Management System"
3195
  msgstr ""
3196
 
3197
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:964
3198
  msgid "Modern Events Calendar (Lite)"
3199
  msgstr "Moderner Event Kalender (Lite)"
3200
 
3268
  msgstr ""
3269
 
3270
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3271
+ #: app/libraries/factory.php:974
3272
  msgid "Upcoming Events"
3273
  msgstr "Bevorstehende Events"
3274
 
3848
 
3849
  #: app/features/mec/meta_boxes/display_options.php:637
3850
  #: app/features/mec/meta_boxes/display_options.php:661
3851
+ #: app/libraries/main.php:330 app/libraries/main.php:1814
3852
+ #: app/libraries/main.php:1839
3853
  msgid "List View"
3854
  msgstr "Listenansicht"
3855
 
3856
  #: app/features/mec/meta_boxes/display_options.php:638
3857
  #: app/features/mec/meta_boxes/display_options.php:682
3858
+ #: app/libraries/main.php:331 app/libraries/main.php:1815
3859
+ #: app/libraries/main.php:1840
3860
  msgid "Grid View"
3861
  msgstr "Rasterdarstellung"
3862
 
3870
 
3871
  #: app/features/mec/meta_boxes/display_options.php:640
3872
  #: app/features/mec/meta_boxes/display_options.php:703
3873
+ #: app/libraries/main.php:334 app/libraries/main.php:1808
3874
+ #: app/libraries/main.php:1833
3875
  msgid "Yearly View"
3876
  msgstr "Jahresansicht"
3877
 
3882
 
3883
  #: app/features/mec/meta_boxes/display_options.php:642
3884
  #: app/features/mec/meta_boxes/display_options.php:752
3885
+ #: app/libraries/main.php:337 app/libraries/main.php:1810
3886
+ #: app/libraries/main.php:1835
3887
  msgid "Weekly View"
3888
  msgstr "Wochenansicht"
3889
 
3890
  #: app/features/mec/meta_boxes/display_options.php:643
3891
  #: app/features/mec/meta_boxes/display_options.php:762
3892
+ #: app/libraries/main.php:336 app/libraries/main.php:1811
3893
+ #: app/libraries/main.php:1836
3894
  msgid "Daily View"
3895
  msgstr "Tagesansicht"
3896
 
4459
  #: app/features/mec/meta_boxes/search_form.php:606
4460
  #: app/features/mec/meta_boxes/search_form.php:676
4461
  #: app/features/mec/meta_boxes/search_form.php:782
4462
+ #: app/features/mec/settings.php:858 app/features/mec/single.php:246
4463
  #: app/features/search.php:86 app/features/speakers.php:61
4464
+ #: app/features/speakers.php:269 app/libraries/main.php:5432
4465
+ #: app/libraries/skins.php:970
4466
  msgid "Speaker"
4467
  msgstr "Sprecher"
4468
 
4477
  #: app/features/mec/meta_boxes/search_form.php:613
4478
  #: app/features/mec/meta_boxes/search_form.php:683
4479
  #: app/features/mec/meta_boxes/search_form.php:789
4480
+ #: app/features/mec/settings.php:865 app/features/mec/single.php:255
4481
+ #: app/features/search.php:92 app/libraries/skins.php:996
4482
  msgid "Tag"
4483
  msgstr "Schlagwort"
4484
 
4620
  msgid "Google Maps Style"
4621
  msgstr "Google Maps Stil"
4622
 
4623
+ #: app/features/mec/modules.php:114 app/features/mec/single.php:89
4624
  msgid "Default"
4625
  msgstr "Standardeinstellung"
4626
 
5494
  msgstr ""
5495
 
5496
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5497
+ #: app/libraries/main.php:5436
5498
  msgid "Weekdays"
5499
  msgstr "Wochentage"
5500
 
5884
  msgid "Event Organizer"
5885
  msgstr "Veranstaltungsmanager"
5886
 
 
 
 
 
5887
  #: app/features/mec/settings.php:755
5888
  #, fuzzy
5889
  #| msgid "Fees/Taxes Options"
6113
  "\"Gewünschtes Datum\" zeigt das Ereignisdatum basierend auf dem angegebenen "
6114
  "Datum in der Eventliste an."
6115
 
6116
+ #: app/features/mec/single.php:65 app/features/mec/single.php:77
6117
  msgid "Single Event Style"
6118
  msgstr "Single Event Stil"
6119
 
6121
  msgid "Default Style"
6122
  msgstr "Standardstil voreingestellt"
6123
 
6124
+ #: app/features/mec/single.php:72
6125
  #, fuzzy
6126
  #| msgid "MEC Single Sidebar"
6127
  msgid "Elementor Single Builder"
6128
  msgstr "MEC Single Sidebar"
6129
 
6130
+ #: app/features/mec/single.php:78
6131
  msgid "Choose your single event style."
6132
  msgstr "Wählen Sie Ihren Single Event Stil"
6133
 
6134
+ #: app/features/mec/single.php:86 app/features/mec/single.php:94
6135
  #, fuzzy
6136
  #| msgid "Booking"
6137
  msgid "Booking Style"
6138
  msgstr "Buchung / Reservierung"
6139
 
6140
+ #: app/features/mec/single.php:90
6141
  #, fuzzy
6142
  #| msgid "Modal 1"
6143
  msgid "Modal"
6144
  msgstr "Modal 1"
6145
 
6146
+ #: app/features/mec/single.php:95
6147
  msgid ""
6148
  "Choose your Booking style. Note: When you set this feature to Modal, you "
6149
  "cannot see the booking box if you set popup module view on shortcodes"
6150
  msgstr ""
6151
 
6152
+ #: app/features/mec/single.php:103
6153
  msgid "Disable Block Editor (Gutenberg)"
6154
  msgstr "Deaktiviere den Block Editor (Gutenberg)"
6155
 
6156
+ #: app/features/mec/single.php:106
6157
  msgid "Disable Block Editor"
6158
  msgstr "Deaktiviere den Block Editor"
6159
 
6160
+ #: app/features/mec/single.php:110
6161
  msgid "Block Editor"
6162
  msgstr "Block Editor"
6163
 
6164
+ #: app/features/mec/single.php:111
6165
  msgid ""
6166
  "If you want to use the new WordPress block editor you should keep this "
6167
  "checkbox unchecked."
6168
  msgstr ""
6169
 
6170
+ #: app/features/mec/single.php:118 app/features/mec/single.php:125
6171
  msgid "Breadcrumbs"
6172
  msgstr ""
6173
 
6174
+ #: app/features/mec/single.php:121
6175
  msgid "Enable Breadcrumbs."
6176
  msgstr ""
6177
 
6178
+ #: app/features/mec/single.php:126
6179
  msgid "Check this option, for showing the breadcrumbs on single event page"
6180
  msgstr ""
6181
 
6182
+ #: app/features/mec/single.php:133 app/features/mec/single.php:140
6183
  #, fuzzy
6184
  #| msgid "Description"
6185
  msgid "Organizer Description"
6186
  msgstr "Beschreibung"
6187
 
6188
+ #: app/features/mec/single.php:136
6189
  msgid "Enable Description For Organizer."
6190
  msgstr ""
6191
 
6192
+ #: app/features/mec/single.php:141
6193
  msgid ""
6194
  "If you want to turn on description for other organizer plase go to "
6195
  "'Additional Organizers - After enabling and saving the settings, reloading "
6196
  "the settings page.' tab"
6197
  msgstr ""
6198
 
6199
+ #: app/features/mec/single.php:154
6200
  msgid "Show countdown module on event page"
6201
  msgstr "Countdownmodul auf Veranstaltungsseite anzeigen"
6202
 
6203
+ #: app/features/mec/single.php:159
6204
  msgid "Countdown Style"
6205
  msgstr "Countdown Stil"
6206
 
6207
+ #: app/features/mec/single.php:162
6208
  msgid "Plain Style"
6209
  msgstr "Einfacher schlichter Stil"
6210
 
6211
+ #: app/features/mec/single.php:163
6212
  msgid "Flip Style"
6213
  msgstr "Flip Stil"
6214
 
6215
+ #: app/features/mec/single.php:171 app/features/mec/single.php:178
6216
  #, fuzzy
6217
  #| msgid "Exceptional days"
6218
  msgid "Exceptional days (Exclude Dates)"
6219
  msgstr "Ausgesuchte ausnehmende Tage"
6220
 
6221
+ #: app/features/mec/single.php:175
6222
  msgid "Show exceptional days option on Add/Edit events page"
6223
  msgstr ""
6224
  "Ausnehmende Tage anzeigen auf der Seite Ereignisse hinzufügen / bearbeiten "
6225
  "(Show exceptional days option on Add/Edit events page)"
6226
 
6227
+ #: app/features/mec/single.php:179
6228
  #, fuzzy
6229
  #| msgid ""
6230
  #| "Using this option you can include/exclude certain days to/from event "
6235
  "Mit dieser Option können Sie bestimmte Tage von vorkommenden Eventdaten ein-/"
6236
  "ausschließen."
6237
 
6238
+ #: app/features/mec/single.php:188 app/libraries/main.php:550
6239
  msgid "Additional Organizers"
6240
  msgstr "Zusätzliche Organisatoren"
6241
 
6242
+ #: app/features/mec/single.php:193
6243
  msgid ""
6244
  "Show additional organizers option on Add/Edit events page and single event "
6245
  "page."
6247
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
6248
  "bearbeiten und auf der Seite für einzelne Events an."
6249
 
6250
+ #: app/features/mec/single.php:202
6251
  msgid "Enable Description For Other Organizers."
6252
  msgstr ""
6253
 
6254
+ #: app/features/mec/single.php:210
6255
  msgid "Additional locations"
6256
  msgstr "Zusätzliche Organisatoren"
6257
 
6258
+ #: app/features/mec/single.php:214
6259
  #, fuzzy
6260
  #| msgid ""
6261
  #| "Show additional organizers option on Add/Edit events page and single "
6267
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
6268
  "bearbeiten und auf der Seite für einzelne Events an."
6269
 
6270
+ #: app/features/mec/single.php:220 app/libraries/main.php:552
6271
+ #: app/skins/single.php:161 app/skins/single.php:289
6272
  msgid "Related Events"
6273
  msgstr "Vorgeschlagene Veranstaltungen"
6274
 
6275
+ #: app/features/mec/single.php:224
6276
  msgid "Display related events based on taxonomy in single event page."
6277
  msgstr ""
6278
 
6279
+ #: app/features/mec/single.php:230
6280
  #, fuzzy
6281
  #| msgid "Taxonomies"
6282
  msgid "Select Taxonomies:"
6986
  msgid "eg. https://webnus.net"
6987
  msgstr "http://webnus.net"
6988
 
6989
+ #: app/features/organizers.php:312 app/libraries/main.php:5460
6990
+ #: app/skins/single.php:1068
6991
  msgid "Other Organizers"
6992
  msgstr "Andere Veranstalter"
6993
 
7065
 
7066
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
7067
  #: app/modules/booking/steps/form.php:179
7068
+ #: app/modules/booking/steps/tickets.php:85 app/skins/countdown/tpl.php:109
7069
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
7070
  msgid "Next"
7071
  msgstr "Weiter"
7133
  msgid "Please %s/%s in order to see your bookings / profile."
7134
  msgstr "Um neue Veranstaltungen einzugeben, bitte %s/%s"
7135
 
7136
+ #: app/features/profile/profile.php:18 app/libraries/main.php:2200
7137
  msgid "Your booking already canceled!"
7138
  msgstr "Ihre Buchung wurde bereits storniert."
7139
 
7141
  msgid "#"
7142
  msgstr ""
7143
 
7144
+ #: app/features/profile/profile.php:56 app/libraries/main.php:3226
7145
  msgid "Status"
7146
  msgstr ""
7147
 
7148
+ #: app/features/profile/profile.php:59 app/libraries/main.php:2318
7149
  msgid "Attendees"
7150
  msgstr "Teilnehmer"
7151
 
7274
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
7275
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
7276
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
7277
+ #: app/modules/next-event/details.php:104 app/skins/single.php:322
7278
+ #: app/skins/single.php:960 app/skins/single/default.php:110
7279
+ #: app/skins/single/default.php:341 app/skins/single/m1.php:45
7280
+ #: app/skins/single/modern.php:208
7281
  #, fuzzy
7282
  #| msgid "Add Day"
7283
  msgid "All Day"
7367
  msgid "%s Price"
7368
  msgstr "%s Preis"
7369
 
7370
+ #: app/libraries/book.php:632 app/libraries/book.php:717
7371
  msgid "Discount"
7372
  msgstr "Rabatt"
7373
 
7374
+ #: app/libraries/book.php:788 app/modules/booking/default.php:316
7375
+ #: app/modules/booking/default.php:419
7376
  msgid "Download Invoice"
7377
  msgstr "Download Rechnung"
7378
 
7445
  msgid "Custom sidebar for single and modal page of MEC."
7446
  msgstr "Custom sidebar for single and modal page of MEC."
7447
 
7448
+ #: app/libraries/factory.php:1040
7449
  #, fuzzy
7450
  #| msgid "Update %s"
7451
  msgid "News & Updates"
7452
  msgstr "Update %s"
7453
 
7454
+ #: app/libraries/factory.php:1053
7455
  msgid "Blog"
7456
  msgstr ""
7457
 
7458
+ #: app/libraries/factory.php:1053
7459
  msgid "Help"
7460
  msgstr ""
7461
 
7465
  "Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
7466
  "Beitrag handelt."
7467
 
7468
+ #: app/libraries/main.php:332 app/libraries/main.php:1816
7469
+ #: app/libraries/main.php:1841
7470
  msgid "Agenda View"
7471
  msgstr "Agendaansicht"
7472
 
7473
+ #: app/libraries/main.php:333 app/libraries/main.php:1807
7474
+ #: app/libraries/main.php:1832
7475
  msgid "Full Calendar"
7476
  msgstr "Ganzer Kalender"
7477
 
7478
+ #: app/libraries/main.php:335 app/libraries/main.php:1809
7479
+ #: app/libraries/main.php:1834
7480
  msgid "Calendar/Monthly View"
7481
  msgstr "Kalender-/Monatsansicht"
7482
 
7483
+ #: app/libraries/main.php:338 app/libraries/main.php:1812
7484
+ #: app/libraries/main.php:1837
7485
  msgid "Timetable View"
7486
  msgstr "Stundenplan"
7487
 
7488
+ #: app/libraries/main.php:339 app/libraries/main.php:1813
7489
+ #: app/libraries/main.php:1838
7490
  msgid "Masonry View"
7491
  msgstr "Kachel Ansicht"
7492
 
7493
+ #: app/libraries/main.php:340 app/libraries/main.php:1817
7494
+ #: app/libraries/main.php:1842
7495
  msgid "Map View"
7496
  msgstr "Kartenansicht"
7497
 
7521
  msgid "Timeline View"
7522
  msgstr "Stundenplan"
7523
 
7524
+ #: app/libraries/main.php:385 app/libraries/main.php:5438
7525
  msgid "SU"
7526
  msgstr "SO"
7527
 
7528
+ #: app/libraries/main.php:386 app/libraries/main.php:5439
7529
  msgid "MO"
7530
  msgstr "MO"
7531
 
7532
+ #: app/libraries/main.php:387 app/libraries/main.php:5440
7533
  msgid "TU"
7534
  msgstr "DI"
7535
 
7536
+ #: app/libraries/main.php:388 app/libraries/main.php:5441
7537
  msgid "WE"
7538
  msgstr "MI"
7539
 
7540
+ #: app/libraries/main.php:389 app/libraries/main.php:5442
7541
  msgid "TH"
7542
  msgstr "DO"
7543
 
7544
+ #: app/libraries/main.php:390 app/libraries/main.php:5443
7545
  msgid "FR"
7546
  msgstr "FR"
7547
 
7548
+ #: app/libraries/main.php:391 app/libraries/main.php:5444
7549
  msgid "SA"
7550
  msgstr "SA"
7551
 
7565
  msgid "Modules"
7566
  msgstr "Social Modul:"
7567
 
7568
+ #: app/libraries/main.php:872
7569
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7570
  msgstr ""
7571
 
7572
+ #: app/libraries/main.php:879
7573
  msgid ""
7574
  "The time has come at last, and the new practical add-ons for MEC have been "
7575
  "released. This is a revolution in the world of Event Calendars. We have "
7577
  "below:"
7578
  msgstr ""
7579
 
7580
+ #: app/libraries/main.php:881
7581
  msgid ""
7582
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7583
  "products) and Woo products at the same time."
7584
  msgstr ""
7585
 
7586
+ #: app/libraries/main.php:882
7587
  msgid ""
7588
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7589
  "other websites without MEC. Use JSON output features to make your Apps "
7590
  "compatible with MEC."
7591
  msgstr ""
7592
 
7593
+ #: app/libraries/main.php:883
7594
  msgid ""
7595
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7596
  "main websites. Changes in the main one will be inherited by the subsites. "
7597
  "you can set these up in the admin panel."
7598
  msgstr ""
7599
 
7600
+ #: app/libraries/main.php:884
7601
  msgid ""
7602
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7603
  "pages can contain ticket purchase information, information about registered "
7604
  "events. Users can now log in to purchase tickets."
7605
  msgstr ""
7606
 
7607
+ #: app/libraries/main.php:1533
7608
  msgid "Events at this location"
7609
  msgstr "Veranstaltungen an diesem Ort "
7610
 
7611
+ #: app/libraries/main.php:1533
7612
  msgid "Event at this location"
7613
  msgstr "Veranstaltung an diesem Ort "
7614
 
7615
+ #: app/libraries/main.php:1585
7616
  msgid "Facebook"
7617
  msgstr "Facebook"
7618
 
7619
+ #: app/libraries/main.php:1586
7620
  msgid "Twitter"
7621
  msgstr "Twitter"
7622
 
7623
+ #: app/libraries/main.php:1587 app/libraries/main.php:1644
7624
  msgid "Linkedin"
7625
  msgstr "Linkedin"
7626
 
7627
+ #: app/libraries/main.php:1588 app/libraries/main.php:1680
7628
  msgid "VK"
7629
  msgstr ""
7630
 
7631
+ #: app/libraries/main.php:1589
7632
  msgid "Tumblr"
7633
  msgstr ""
7634
 
7635
+ #: app/libraries/main.php:1590
7636
  msgid "Pinterest"
7637
  msgstr ""
7638
 
7639
+ #: app/libraries/main.php:1591
7640
  msgid "Flipboard"
7641
  msgstr ""
7642
 
7643
+ #: app/libraries/main.php:1592
7644
  #, fuzzy
7645
  #| msgid "Tickets"
7646
  msgid "GetPocket"
7647
  msgstr "Tickets"
7648
 
7649
+ #: app/libraries/main.php:1593
7650
  msgid "Reddit"
7651
  msgstr ""
7652
 
7653
+ #: app/libraries/main.php:1594
7654
  msgid "WhatsApp"
7655
  msgstr ""
7656
 
7657
+ #: app/libraries/main.php:1595
7658
  msgid "Telegram"
7659
  msgstr ""
7660
 
7661
+ #: app/libraries/main.php:1614
7662
  msgid "Share on Facebook"
7663
  msgstr "Teilen auf Facebook"
7664
 
7665
+ #: app/libraries/main.php:1629
7666
  msgid "Tweet"
7667
  msgstr "Tweet"
7668
 
7669
+ #: app/libraries/main.php:1695
7670
  #, fuzzy
7671
  #| msgid "Share on Facebook"
7672
  msgid "Share on Tumblr"
7673
  msgstr "Teilen auf Facebook"
7674
 
7675
+ #: app/libraries/main.php:1711
7676
  msgid "Share on Pinterest"
7677
  msgstr ""
7678
 
7679
+ #: app/libraries/main.php:1727
7680
  #, fuzzy
7681
  #| msgid "Share on Facebook"
7682
  msgid "Share on Flipboard"
7683
  msgstr "Teilen auf Facebook"
7684
 
7685
+ #: app/libraries/main.php:1745
7686
  #, fuzzy
7687
  #| msgid "Share on Facebook"
7688
  msgid "Share on GetPocket"
7689
  msgstr "Teilen auf Facebook"
7690
 
7691
+ #: app/libraries/main.php:1761
7692
  #, fuzzy
7693
  #| msgid "Share on Facebook"
7694
  msgid "Share on Reddit"
7695
  msgstr "Teilen auf Facebook"
7696
 
7697
+ #: app/libraries/main.php:1777
7698
  msgid "Share on Telegram"
7699
  msgstr ""
7700
 
7701
+ #: app/libraries/main.php:1795
7702
  msgid "Share on WhatsApp"
7703
  msgstr ""
7704
 
7705
+ #: app/libraries/main.php:1818
7706
  #, fuzzy
7707
  #| msgid "Shortcode"
7708
  msgid "Custom Shortcode"
7709
  msgstr "Shortcode"
7710
 
7711
+ #: app/libraries/main.php:2180
7712
  msgid "Your booking already verified!"
7713
  msgstr "Ihre Buchung wurde bereits verifiziert."
7714
 
7715
+ #: app/libraries/main.php:2185
7716
  msgid "Your booking successfully verified."
7717
  msgstr "Ihre Buchung wurde erfolgreich verifiziert."
7718
 
7719
+ #: app/libraries/main.php:2186
7720
  msgid "Your booking cannot verify!"
7721
  msgstr "Ihre Buchung kann nicht verifiziert werden!"
7722
 
7723
+ #: app/libraries/main.php:2205
7724
  msgid "Your booking successfully canceled."
7725
  msgstr "Ihre Buchung wurde erfolgreich storniert."
7726
 
7727
+ #: app/libraries/main.php:2206
7728
  msgid "Your booking cannot be canceled."
7729
  msgstr "Ihre Buchung kann nicht storniert werden."
7730
 
7731
+ #: app/libraries/main.php:2210
7732
  msgid "You canceled the payment successfully."
7733
  msgstr "Sie haben die Zahlung erfolgreich storniert."
7734
 
7735
+ #: app/libraries/main.php:2214
7736
  msgid "You returned from payment gateway successfully."
7737
  msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
7738
 
7739
+ #: app/libraries/main.php:2230
7740
  msgid "Cannot find the invoice!"
7741
  msgstr "Die Buchung kann nicht gefunden werden."
7742
 
7743
+ #: app/libraries/main.php:2230
7744
  msgid "Invoice is invalid."
7745
  msgstr "Die Buchung ist ungültig."
7746
 
7747
+ #: app/libraries/main.php:2250
7748
  msgid ""
7749
  "Your booking still is not confirmed. You can download it after confirmation!"
7750
  msgstr ""
7751
 
7752
+ #: app/libraries/main.php:2250
7753
  msgid "Booking Not Confirmed."
7754
  msgstr "Die Buchung ist nicht Bestätigt."
7755
 
7756
+ #: app/libraries/main.php:2256
7757
  msgid "Cannot find the booking!"
7758
  msgstr "Die Buchung kann nicht gefunden werden!"
7759
 
7760
+ #: app/libraries/main.php:2256
7761
  msgid "Booking is invalid."
7762
  msgstr "Buchung ist ungültig."
7763
 
7764
+ #: app/libraries/main.php:2288
7765
  #, php-format
7766
  msgid "%s Invoice"
7767
  msgstr "% s Rechnung"
7768
 
7769
+ #: app/libraries/main.php:2364
7770
  msgid "Billing"
7771
  msgstr "Abrechnung"
7772
 
7773
+ #: app/libraries/main.php:2376
7774
  #, fuzzy
7775
  #| msgid "Coupon"
7776
  msgid "Coupon Code"
7777
  msgstr "Gutschein"
7778
 
7779
+ #: app/libraries/main.php:2381
7780
  msgid "Total"
7781
  msgstr "Gesamt"
7782
 
7783
+ #: app/libraries/main.php:2388
7784
  msgid "Payment"
7785
  msgstr "Bezahlung"
7786
 
7787
+ #: app/libraries/main.php:2392
7788
  msgid "Gateway"
7789
  msgstr "Gateway"
7790
 
7791
+ #: app/libraries/main.php:2405
7792
  msgid "Payment Time"
7793
  msgstr "Bezahlung "
7794
 
7795
+ #: app/libraries/main.php:2466
7796
  msgid "Request is not valid."
7797
  msgstr "Die Anfrage ist ungültig!"
7798
 
7799
+ #: app/libraries/main.php:2466
7800
  msgid "iCal export stopped!"
7801
  msgstr "iCal Export wurde unterbrochen!"
7802
 
7803
+ #: app/libraries/main.php:2810 app/libraries/main.php:2840
7804
+ #: app/libraries/main.php:2869 app/libraries/main.php:2899
7805
+ #: app/libraries/main.php:2928 app/libraries/main.php:2957
7806
+ #: app/libraries/main.php:2986 app/libraries/main.php:3015
7807
+ #: app/libraries/main.php:3044 app/libraries/main.php:3068
7808
+ #: app/libraries/main.php:3112 app/libraries/main.php:3156
7809
+ #: app/libraries/main.php:3203 app/libraries/main.php:3250
7810
  msgid "Sort"
7811
  msgstr "Sortieren"
7812
 
7813
+ #: app/libraries/main.php:2816 app/libraries/main.php:2846
7814
+ #: app/libraries/main.php:2875 app/libraries/main.php:2905
7815
+ #: app/libraries/main.php:2934 app/libraries/main.php:2963
7816
+ #: app/libraries/main.php:2992 app/libraries/main.php:3021
7817
+ #: app/libraries/main.php:3074 app/libraries/main.php:3118
7818
+ #: app/libraries/main.php:3162 app/libraries/main.php:3209
7819
  msgid "Required Field"
7820
  msgstr "Pflichtfeld"
7821
 
7822
+ #: app/libraries/main.php:2822 app/libraries/main.php:2852
7823
+ #: app/libraries/main.php:2881 app/libraries/main.php:2911
7824
+ #: app/libraries/main.php:2940 app/libraries/main.php:2969
7825
+ #: app/libraries/main.php:2998 app/libraries/main.php:3027
7826
+ #: app/libraries/main.php:3080 app/libraries/main.php:3124
7827
+ #: app/libraries/main.php:3168 app/libraries/main.php:3215
7828
  msgid "Insert a label for this field"
7829
  msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
7830
 
7831
+ #: app/libraries/main.php:3050
7832
  msgid "HTML and shortcode are allowed."
7833
  msgstr "HTML und shortcodes sind erlaubt."
7834
 
7835
+ #: app/libraries/main.php:3093 app/libraries/main.php:3137
7836
+ #: app/libraries/main.php:3181
7837
  msgid "Option"
7838
  msgstr "Option"
7839
 
7840
+ #: app/libraries/main.php:3215
7841
  #, php-format
7842
  msgid "Instead of %s, the page title with a link will be show."
7843
  msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
7844
 
7845
+ #: app/libraries/main.php:3217
7846
  msgid "Agreement Page"
7847
  msgstr "Zustimmungsseite"
7848
 
7849
+ #: app/libraries/main.php:3228
7850
  msgid "Checked by default"
7851
  msgstr ""
7852
 
7853
+ #: app/libraries/main.php:3229
7854
  msgid "Unchecked by default"
7855
  msgstr ""
7856
 
7857
+ #: app/libraries/main.php:3252
7858
  msgid "Insert a label for this option"
7859
  msgstr "Ein neues Label für diese Option einfügen"
7860
 
7861
+ #: app/libraries/main.php:3267
7862
  msgid "Free"
7863
  msgstr "kostenfrei"
7864
 
7865
+ #: app/libraries/main.php:3873 app/libraries/main.php:5686
7866
  msgid "M.E. Calender"
7867
  msgstr "M.E. Calender"
7868
 
7869
+ #: app/libraries/main.php:4028
7870
  #, php-format
7871
  msgid "Copy of %s"
7872
  msgstr "Kopie von %s"
7873
 
7874
+ #: app/libraries/main.php:4794
7875
  msgid "Booked an event."
7876
  msgstr "Eine Veranstaltung wurde gebucht."
7877
 
7878
+ #: app/libraries/main.php:4835
7879
  #, php-format
7880
  msgid "%s booked %s event."
7881
  msgstr "%s gebuchtes %s Event"
7882
 
7883
+ #: app/libraries/main.php:5421
7884
  msgid "Taxonomies"
7885
  msgstr "Klassifizierung "
7886
 
7887
+ #: app/libraries/main.php:5423
7888
  msgid "Category Plural Label"
7889
  msgstr "Kategorien"
7890
 
7891
+ #: app/libraries/main.php:5424
7892
  msgid "Category Singular Label"
7893
  msgstr "Kategorie"
7894
 
7895
+ #: app/libraries/main.php:5425
7896
  msgid "Label Plural Label"
7897
  msgstr "Labels"
7898
 
7899
+ #: app/libraries/main.php:5426
7900
  msgid "Label Singular Label"
7901
  msgstr "Label"
7902
 
7903
+ #: app/libraries/main.php:5426
7904
  msgid "label"
7905
  msgstr "label"
7906
 
7907
+ #: app/libraries/main.php:5427
7908
  msgid "Location Plural Label"
7909
  msgstr "Veranstaltungsorte"
7910
 
7911
+ #: app/libraries/main.php:5428
7912
  msgid "Location Singular Label"
7913
  msgstr "Veranstaltungsort"
7914
 
7915
+ #: app/libraries/main.php:5429
7916
  msgid "Organizer Plural Label"
7917
  msgstr "Veranstalter"
7918
 
7919
+ #: app/libraries/main.php:5430
7920
  msgid "Organizer Singular Label"
7921
  msgstr "Veranstalter"
7922
 
7923
+ #: app/libraries/main.php:5431
7924
  #, fuzzy
7925
  #| msgid "Label Plural Label"
7926
  msgid "Speaker Plural Label"
7927
  msgstr "Labels"
7928
 
7929
+ #: app/libraries/main.php:5432
7930
  #, fuzzy
7931
  #| msgid "Label Singular Label"
7932
  msgid "Speaker Singular Label"
7933
  msgstr "Label"
7934
 
7935
+ #: app/libraries/main.php:5438
7936
  msgid "Sunday abbreviation"
7937
  msgstr "Sonntag Abkürzung"
7938
 
7939
+ #: app/libraries/main.php:5439
7940
  msgid "Monday abbreviation"
7941
  msgstr "Montag Abkürzung"
7942
 
7943
+ #: app/libraries/main.php:5440
7944
  msgid "Tuesday abbreviation"
7945
  msgstr "Dienstag Abkürzung"
7946
 
7947
+ #: app/libraries/main.php:5441
7948
  msgid "Wednesday abbreviation"
7949
  msgstr "Mittwoch Abkürzung"
7950
 
7951
+ #: app/libraries/main.php:5442
7952
  msgid "Thursday abbreviation"
7953
  msgstr "Donnerstag Abkürzung"
7954
 
7955
+ #: app/libraries/main.php:5443
7956
  msgid "Friday abbreviation"
7957
  msgstr "Freitag Abkürzung"
7958
 
7959
+ #: app/libraries/main.php:5444
7960
  msgid "Saturday abbreviation"
7961
  msgstr "Samstag Abkürzung "
7962
 
7963
+ #: app/libraries/main.php:5448
7964
  msgid "Others"
7965
  msgstr "Andere"
7966
 
7967
+ #: app/libraries/main.php:5450
7968
  msgid "Booking Success Message"
7969
  msgstr "Buchung erfolgreich Mitteilung"
7970
 
7971
+ #: app/libraries/main.php:5450
7972
  #, fuzzy
7973
  #| msgid ""
7974
  #| "Thanks for your booking. Your tickets booked, booking verification might "
7980
  "Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
7981
  "Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
7982
 
7983
+ #: app/libraries/main.php:5451 app/widgets/single.php:131
7984
  msgid "Register Button"
7985
  msgstr "Register Button"
7986
 
7987
+ #: app/libraries/main.php:5451 app/skins/available_spot/tpl.php:189
7988
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
7989
+ #: app/skins/grid/render.php:92 app/skins/grid/render.php:147
7990
+ #: app/skins/grid/render.php:197 app/skins/grid/render.php:217
7991
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
7992
+ #: app/skins/masonry/render.php:150 app/skins/single.php:367
7993
+ #: app/skins/single.php:981 app/skins/single.php:984
7994
+ #: app/skins/single/default.php:270 app/skins/single/default.php:272
7995
+ #: app/skins/single/default.php:501 app/skins/single/default.php:503
7996
+ #: app/skins/single/m1.php:142 app/skins/single/m1.php:144
7997
+ #: app/skins/single/m2.php:67 app/skins/single/m2.php:69
7998
+ #: app/skins/single/modern.php:78 app/skins/single/modern.php:80
7999
+ #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
8000
+ #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
8001
+ #: app/skins/slider/render.php:173
8002
  msgid "REGISTER"
8003
  msgstr "ANMELDEN"
8004
 
8005
+ #: app/libraries/main.php:5452
8006
  msgid "View Detail Button"
8007
  msgstr "Ansicht Detail Button"
8008
 
8009
+ #: app/libraries/main.php:5452 app/skins/carousel/render.php:109
8010
+ #: app/skins/carousel/render.php:148 app/skins/grid/render.php:92
8011
+ #: app/skins/grid/render.php:147 app/skins/grid/render.php:197
8012
+ #: app/skins/grid/render.php:217 app/skins/list/render.php:67
8013
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
8014
+ #: app/skins/single.php:367 app/skins/slider/render.php:71
8015
+ #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
8016
+ #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
8017
  msgid "View Detail"
8018
  msgstr "Details "
8019
 
8020
+ #: app/libraries/main.php:5453
8021
  msgid "Event Detail Button"
8022
  msgstr "Event Detail Button"
8023
 
8024
+ #: app/libraries/main.php:5453 app/skins/countdown/tpl.php:213
8025
  msgid "Event Detail"
8026
  msgstr "Veranstaltungsdetails"
8027
 
8028
+ #: app/libraries/main.php:5455
8029
  msgid "More Info Link"
8030
  msgstr "Link Mehr Informationen"
8031
 
8032
+ #: app/libraries/main.php:5458
8033
  msgid "Ticket (Singular)"
8034
  msgstr "Ticket"
8035
 
8036
+ #: app/libraries/main.php:5459
8037
  msgid "Tickets (Plural)"
8038
  msgstr "Tickets"
8039
 
8040
+ #: app/libraries/main.php:5545
8041
  msgid "EventON"
8042
  msgstr "EventON"
8043
 
8044
+ #: app/libraries/main.php:5546
8045
  msgid "The Events Calendar"
8046
  msgstr "The Events Calendar"
8047
 
8048
+ #: app/libraries/main.php:5547
8049
  msgid "Events Schedule WP Plugin"
8050
  msgstr "Event Zeitplan WP-Plugin"
8051
 
8052
+ #: app/libraries/main.php:5548
8053
  msgid "Calendarize It"
8054
  msgstr ""
8055
 
8056
+ #: app/libraries/main.php:5549
8057
  #, fuzzy
8058
  #| msgid "No Search Options"
8059
  msgid "Event Espresso"
8060
  msgstr "Keine Suchoptionen"
8061
 
8062
+ #: app/libraries/main.php:5550
8063
  msgid "Events Manager (Recurring)"
8064
  msgstr "Wiederholende Veranstaltung"
8065
 
8066
+ #: app/libraries/main.php:5551
8067
  msgid "Events Manager (Single)"
8068
  msgstr "Moderner Event Kalender"
8069
 
8070
+ #: app/libraries/main.php:5623 app/libraries/main.php:5643
8071
  msgid "Confirmed"
8072
  msgstr "Bestätigt"
8073
 
8074
+ #: app/libraries/main.php:5624 app/libraries/main.php:5651
8075
  msgid "Rejected"
8076
  msgstr "Abgelehnt"
8077
 
8078
+ #: app/libraries/main.php:5625 app/libraries/main.php:5647
8079
  msgid "Pending"
8080
  msgstr "Ausstehend"
8081
 
8082
+ #: app/libraries/main.php:5673
8083
  msgid "Waiting"
8084
  msgstr "in Bearbeitung"
8085
 
8086
+ #: app/libraries/main.php:5878 app/libraries/render.php:80
8087
  #: app/libraries/render.php:432
8088
  msgid "Skin controller does not exist."
8089
  msgstr "Skin contoller existiert nicht."
8090
 
8091
+ #: app/libraries/main.php:6059
8092
  msgid "Sold Out"
8093
  msgstr "Ausgebucht"
8094
 
8095
+ #: app/libraries/main.php:6067
8096
  msgid "Last Few Tickets"
8097
  msgstr "Nur noch wenige Tickets verfügbar."
8098
 
8145
  msgid "No"
8146
  msgstr "Nein"
8147
 
8148
+ #: app/libraries/skins.php:1042
8149
  msgid "Select"
8150
  msgstr "Auswählen"
8151
 
8196
  msgid "Thanks for your booking."
8197
  msgstr "Vielen Dank für Ihre Buchung."
8198
 
8199
+ #: app/modules/booking/steps/tickets.php:24
8200
  msgid "Book Event"
8201
  msgstr "Veranstaltung buchen"
8202
 
8203
+ #: app/modules/booking/steps/tickets.php:51
8204
  #, php-format
8205
  msgid "Available %s: <span>%s</span>"
8206
  msgstr "Verfügbar %s: <span>%s</span>"
8207
 
8208
+ #: app/modules/booking/steps/tickets.php:55
8209
  #, php-format
8210
  msgid "The %s ticket sales has stopped!"
8211
  msgstr ""
8212
 
8213
+ #: app/modules/booking/steps/tickets.php:56
8214
  #, php-format
8215
  msgid "The %s ticket is sold out. You can try another ticket or another date."
8216
  msgstr ""
8225
  msgid "The event is ongoing."
8226
  msgstr "Die Veranstaltung ist im Gange."
8227
 
8228
+ #: app/modules/googlemap/details.php:125
8229
  msgid "Address from ..."
8230
  msgstr "Adresse von..."
8231
 
8232
+ #: app/modules/googlemap/details.php:129
8233
  msgid "Get Directions"
8234
  msgstr "Wegbeschreibung"
8235
 
8236
+ #: app/modules/links/details.php:17 app/skins/single.php:670
8237
  msgid "Share this event"
8238
  msgstr "Diese Veranstaltung teilen"
8239
 
8288
  msgid "Go to occurrence page"
8289
  msgstr "Zum Event"
8290
 
8291
+ #: app/modules/next-event/details.php:98 app/skins/single.php:954
8292
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
8293
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
8294
  msgid "Time"
8422
  msgid "No Events"
8423
  msgstr "Keine Veranstaltungen"
8424
 
8425
+ #: app/skins/single.php:411
8426
  msgid "Home"
8427
  msgstr ""
8428
 
8429
+ #: app/skins/single.php:753 app/skins/single/default.php:53
8430
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
8431
  #: app/skins/single/modern.php:281
8432
  msgid "Sold out!"
8433
  msgstr "Ausverkauft!"
8434
 
8435
+ #: app/skins/single.php:1028 app/skins/single.php:1083
8436
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
8437
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
8438
  #: app/skins/single/modern.php:46
8439
  msgid "Phone"
8440
  msgstr "Phone"
8441
 
8442
+ #: app/skins/single.php:1042 app/skins/single.php:1097
8443
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
8444
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
8445
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
8448
  msgid "Website"
8449
  msgstr "Website"
8450
 
8451
+ #: app/skins/single.php:1173
8452
  msgid "Speakers:"
8453
  msgstr "Veranstalter"
8454
 
8559
  msgstr "Ein großartiges Plugin für den Veranstaltungskalender"
8560
 
8561
  #. Author of the plugin/theme
8562
+ #, fuzzy
8563
+ #| msgid "e.g. Webnus"
8564
+ msgid "Webnus"
8565
+ msgstr "z.B. Webnus"
8566
 
8567
  #. Author URI of the plugin/theme
8568
  #, fuzzy
8570
  msgid "http://webnus.net"
8571
  msgstr "http://webnus.net"
8572
 
8573
+ #~ msgid "Webnus Team"
8574
+ #~ msgstr "Webnus Team"
8575
+
8576
  #, fuzzy
8577
  #~| msgid "Insert your desired tags comma separated."
8578
  #~ msgid "Input your desired shortcode_id here."
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: 2020-04-21 15:14+0430\n"
5
- "PO-Revision-Date: 2020-04-21 15:15+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
@@ -17,8 +17,8 @@ msgstr ""
17
 
18
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
19
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
20
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:944
21
- #: app/libraries/factory.php:962 app/widgets/MEC.php:33
22
  msgid "Modern Events Calendar"
23
  msgstr ""
24
 
@@ -72,9 +72,9 @@ msgstr ""
72
  msgid "Settings"
73
  msgstr ""
74
 
75
- #: app/features/contextual.php:62 app/features/events.php:2479
76
- #: app/features/mec/booking.php:448 app/features/mec/support.php:29
77
- #: app/libraries/main.php:560
78
  msgid "Booking Form"
79
  msgstr ""
80
 
@@ -192,7 +192,7 @@ msgstr ""
192
  msgid "Google Recaptcha Options"
193
  msgstr ""
194
 
195
- #: app/features/contextual.php:258 app/features/mec/single.php:149
196
  #: app/libraries/main.php:548
197
  msgid "Countdown Options"
198
  msgstr ""
@@ -291,7 +291,7 @@ msgstr ""
291
  msgid "No events found in Trash!"
292
  msgstr ""
293
 
294
- #: app/features/events.php:183 app/features/events.php:3357
295
  #: app/features/mec/meta_boxes/display_options.php:1385
296
  #: app/features/mec/meta_boxes/search_form.php:31
297
  #: app/features/mec/meta_boxes/search_form.php:101
@@ -304,18 +304,18 @@ msgstr ""
304
  #: app/features/mec/meta_boxes/search_form.php:584
305
  #: app/features/mec/meta_boxes/search_form.php:654
306
  #: app/features/mec/meta_boxes/search_form.php:760
307
- #: app/features/mec/settings.php:839 app/features/mec/single.php:232
308
- #: app/features/search.php:68 app/libraries/main.php:5414
309
- #: app/libraries/skins.php:887 app/skins/single.php:572
310
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
311
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
312
  #: app/skins/single/modern.php:128
313
  msgid "Category"
314
  msgstr ""
315
 
316
- #: app/features/events.php:184 app/features/events.php:3312
317
  #: app/features/fes/form.php:767 app/features/mec.php:412
318
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5413
319
  msgid "Categories"
320
  msgstr ""
321
 
@@ -400,7 +400,7 @@ msgid "Event Repeating"
400
  msgstr ""
401
 
402
  #: app/features/events.php:334 app/features/events.php:1294
403
- #: app/features/mec/settings.php:743 app/skins/single.php:957
404
  msgid "Hourly Schedule"
405
  msgstr ""
406
 
@@ -412,8 +412,8 @@ msgstr ""
412
  msgid "Links"
413
  msgstr ""
414
 
415
- #: app/features/events.php:337 app/features/events.php:3359
416
- #: app/features/events.php:3550 app/features/events.php:3592
417
  #: app/features/ix.php:3508 app/features/ix.php:3549
418
  #: app/features/mec/meta_boxes/display_options.php:1388
419
  #: app/features/mec/meta_boxes/search_form.php:46
@@ -427,21 +427,21 @@ msgstr ""
427
  #: app/features/mec/meta_boxes/search_form.php:599
428
  #: app/features/mec/meta_boxes/search_form.php:669
429
  #: app/features/mec/meta_boxes/search_form.php:775
430
- #: app/features/mec/settings.php:851 app/features/mec/single.php:236
431
  #: app/features/organizers.php:58 app/features/organizers.php:204
432
  #: app/features/organizers.php:260 app/features/organizers.php:262
433
  #: app/features/organizers.php:271 app/features/popup/event.php:293
434
  #: app/features/popup/event.php:302 app/features/search.php:80
435
- #: app/libraries/main.php:5420 app/libraries/skins.php:939
436
- #: app/skins/single.php:816 app/skins/single/default.php:227
437
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
438
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
439
  msgid "Organizer"
440
  msgstr ""
441
 
442
  #: app/features/events.php:338 app/features/events.php:1171
443
- #: app/features/fes/form.php:740 app/libraries/main.php:5447
444
- #: app/skins/single.php:595 app/skins/single/default.php:128
445
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
446
  #: app/skins/single/modern.php:223
447
  msgid "Cost"
@@ -459,8 +459,8 @@ msgstr ""
459
  msgid "Guest Data"
460
  msgstr ""
461
 
462
- #: app/features/events.php:471 app/features/events.php:2461
463
- #: app/features/events.php:3883 app/features/fes.php:223
464
  #: app/features/fes/form.php:699 app/features/labels.php:178
465
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
466
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
@@ -468,17 +468,17 @@ msgstr ""
468
  msgid "Name"
469
  msgstr ""
470
 
471
- #: app/features/events.php:472 app/features/events.php:2472
472
- #: app/features/events.php:2548 app/features/events.php:3886
473
  #: app/features/fes.php:223 app/features/fes/form.php:695
474
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
475
  #: app/features/organizers.php:111 app/features/organizers.php:152
476
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
477
- #: app/features/speakers.php:196 app/libraries/main.php:1595
478
- #: app/libraries/main.php:1664 app/libraries/main.php:2899
479
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
480
- #: app/modules/booking/steps/form.php:83 app/skins/single.php:833
481
- #: app/skins/single.php:888 app/skins/single/default.php:244
482
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
483
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
484
  msgid "Email"
@@ -489,8 +489,8 @@ msgid "Date and Time"
489
  msgstr ""
490
 
491
  #: app/features/events.php:483 app/features/events.php:489
492
- #: app/features/events.php:3360 app/features/events.php:3550
493
- #: app/features/events.php:3592 app/features/fes/form.php:250
494
  #: app/features/fes/form.php:254 app/features/ix.php:3508
495
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
496
  #: app/features/mec/dashboard.php:405
@@ -514,24 +514,24 @@ msgid "Start Date"
514
  msgstr ""
515
 
516
  #: app/features/events.php:561 app/features/events.php:653
517
- #: app/features/events.php:1734 app/features/events.php:1793
518
- #: app/features/events.php:1986 app/features/events.php:2025
519
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
520
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
521
  msgid "AM"
522
  msgstr ""
523
 
524
  #: app/features/events.php:568 app/features/events.php:660
525
- #: app/features/events.php:1741 app/features/events.php:1800
526
- #: app/features/events.php:1987 app/features/events.php:2026
527
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
528
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
529
  msgid "PM"
530
  msgstr ""
531
 
532
  #: app/features/events.php:575 app/features/events.php:580
533
- #: app/features/events.php:3361 app/features/events.php:3550
534
- #: app/features/events.php:3592 app/features/fes/form.php:290
535
  #: app/features/fes/form.php:294 app/features/ix.php:3508
536
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
537
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
@@ -565,11 +565,11 @@ msgstr ""
565
  #: app/features/events.php:707 app/features/events.php:828
566
  #: app/features/events.php:1134 app/features/events.php:1211
567
  #: app/features/events.php:1519 app/features/events.php:1609
568
- #: app/features/events.php:1821 app/features/events.php:1836
569
- #: app/features/events.php:2045 app/features/events.php:2058
570
- #: app/features/events.php:2209 app/features/events.php:2245
571
- #: app/features/events.php:2343 app/features/events.php:2358
572
- #: app/features/events.php:2388 app/features/events.php:2401
573
  #: app/features/fes/form.php:651 app/features/locations.php:316
574
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
575
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
@@ -630,13 +630,13 @@ msgstr ""
630
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
631
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
632
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
633
- #: app/features/mec/single.php:58 app/features/mec/single.php:77
634
- #: app/features/mec/single.php:94 app/features/mec/single.php:110
635
- #: app/features/mec/single.php:125 app/features/mec/single.php:178
636
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
637
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
638
  #: app/features/organizers.php:272 app/features/popup/event.php:256
639
- #: app/features/popup/event.php:303 app/skins/single.php:679
640
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
641
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
642
  #: app/skins/single/modern.php:151
@@ -714,24 +714,24 @@ msgstr ""
714
  msgid "Week Days"
715
  msgstr ""
716
 
717
- #: app/features/events.php:818 app/features/events.php:1905
718
- #: app/features/events.php:1933 app/features/events.php:2113
719
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
720
  #: app/features/ix/import_g_calendar.php:51
721
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
722
  msgid "Start"
723
  msgstr ""
724
 
725
- #: app/features/events.php:820 app/features/events.php:1909
726
- #: app/features/events.php:1937 app/features/events.php:2117
727
  #: app/features/fes/form.php:381
728
  msgid "End"
729
  msgstr ""
730
 
731
  #: app/features/events.php:822 app/features/events.php:1205
732
  #: app/features/events.php:1325 app/features/events.php:1430
733
- #: app/features/events.php:1888 app/features/events.php:2102
734
- #: app/features/events.php:2182 app/features/events.php:2315
735
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
736
  msgid "Add"
737
  msgstr ""
@@ -798,10 +798,10 @@ msgstr ""
798
  msgid "Show only one occurrence of this event"
799
  msgstr ""
800
 
801
- #: app/features/events.php:1167 app/features/events.php:3550
802
- #: app/features/events.php:3592 app/features/fes/form.php:737
803
  #: app/features/ix.php:3508 app/features/ix.php:3549
804
- #: app/features/mec/settings.php:689 app/libraries/main.php:5446
805
  #: app/widgets/single.php:103
806
  msgid "Event Cost"
807
  msgstr ""
@@ -814,11 +814,11 @@ msgstr ""
814
  msgid "Exclude certain days"
815
  msgstr ""
816
 
817
- #: app/features/events.php:1203 app/features/events.php:2549
818
  #: app/features/fes.php:223 app/features/mec/booking.php:500
819
- #: app/features/profile/profile.php:53 app/libraries/main.php:2302
820
- #: app/libraries/main.php:2957 app/modules/booking/steps/tickets.php:23
821
- #: app/modules/next-event/details.php:93 app/skins/single.php:653
822
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
823
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
824
  msgid "Date"
@@ -852,9 +852,9 @@ msgstr ""
852
 
853
  #: app/features/events.php:1310 app/features/events.php:1349
854
  #: app/features/events.php:1384 app/features/events.php:1416
855
- #: app/features/events.php:1445 app/features/events.php:2330
856
- #: app/features/events.php:2377 app/features/events.php:3356
857
- #: app/features/events.php:3550 app/features/events.php:3592
858
  #: app/features/fes/form.php:239 app/features/ix.php:3508
859
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
860
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
@@ -863,19 +863,19 @@ msgstr ""
863
 
864
  #: app/features/events.php:1319 app/features/events.php:1356
865
  #: app/features/events.php:1389 app/features/events.php:1424
866
- #: app/features/events.php:1450 app/features/events.php:1919
867
- #: app/features/events.php:1945 app/features/events.php:2123
868
- #: app/features/events.php:2222 app/features/events.php:2258
869
- #: app/features/events.php:2365 app/features/events.php:2407
870
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
871
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
872
- #: app/libraries/main.php:2818 app/libraries/main.php:2848
873
- #: app/libraries/main.php:2877 app/libraries/main.php:2907
874
- #: app/libraries/main.php:2936 app/libraries/main.php:2965
875
- #: app/libraries/main.php:2994 app/libraries/main.php:3023
876
- #: app/libraries/main.php:3045 app/libraries/main.php:3076
877
- #: app/libraries/main.php:3120 app/libraries/main.php:3164
878
- #: app/libraries/main.php:3211 app/libraries/main.php:3250
879
  msgid "Remove"
880
  msgstr ""
881
 
@@ -894,8 +894,8 @@ msgid "To e.g. 8:45"
894
  msgstr ""
895
 
896
  #: app/features/events.php:1353 app/features/events.php:1387
897
- #: app/features/events.php:1448 app/features/events.php:1809
898
- #: app/features/events.php:2034
899
  msgid "Description"
900
  msgstr ""
901
 
@@ -903,7 +903,7 @@ msgstr ""
903
  #: app/features/events.php:1453 app/features/fes/form.php:861
904
  #: app/features/mec.php:420 app/features/mec/modules.php:52
905
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
906
- #: app/libraries/main.php:565 app/libraries/main.php:5421
907
  #: app/modules/speakers/details.php:18
908
  msgid "Speakers"
909
  msgstr ""
@@ -918,7 +918,7 @@ msgid "Event Links"
918
  msgstr ""
919
 
920
  #: app/features/events.php:1487 app/features/events.php:1493
921
- #: app/features/fes/form.php:716 app/libraries/main.php:5444
922
  msgid "Event Link"
923
  msgstr ""
924
 
@@ -939,8 +939,8 @@ msgid "URL Shortener"
939
  msgstr ""
940
 
941
  #: app/features/events.php:1503 app/features/events.php:1516
942
- #: app/features/fes/form.php:721 app/libraries/main.php:5445
943
- #: app/skins/single.php:678 app/skins/single/default.php:142
944
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
945
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
946
  #: app/widgets/single.php:107
@@ -965,13 +965,41 @@ msgid ""
965
  "Insert full link including http(s)://"
966
  msgstr ""
967
 
968
- #: app/features/events.php:1590 app/features/events.php:1605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
969
  msgid "Total booking limit"
970
  msgstr ""
971
 
972
- #: app/features/events.php:1602 app/features/events.php:1857
973
- #: app/features/events.php:2072 app/modules/booking/default.php:85
974
- #: app/modules/booking/steps/tickets.php:43
975
  #: app/skins/available_spot/tpl.php:122
976
  msgid "Unlimited"
977
  msgstr ""
@@ -990,116 +1018,126 @@ msgstr ""
990
  msgid "100"
991
  msgstr ""
992
 
993
- #: app/features/events.php:1623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
994
  msgid "Total user booking limits"
995
  msgstr ""
996
 
997
- #: app/features/events.php:1635 app/features/events.php:2171
998
- #: app/features/events.php:2303 app/features/events.php:2491
999
  msgid "Inherit from global options"
1000
  msgstr ""
1001
 
1002
- #: app/features/events.php:1638
1003
  msgid "12"
1004
  msgstr ""
1005
 
1006
- #: app/features/events.php:1661 app/libraries/book.php:60
1007
- #: app/libraries/main.php:5449 app/modules/booking/steps/tickets.php:43
1008
- msgid "Tickets"
1009
- msgstr ""
1010
-
1011
- #: app/features/events.php:1664
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:1669
1019
  msgid "Add Ticket"
1020
  msgstr ""
1021
 
1022
- #: app/features/events.php:1683 app/features/events.php:1959
1023
  msgid "Ticket Name"
1024
  msgstr ""
1025
 
1026
- #: app/features/events.php:1688 app/features/events.php:1963
1027
- #: app/features/events.php:3550 app/features/events.php:3592
1028
  #: app/features/ix.php:3508 app/features/ix.php:3549
1029
  msgid "Start Time"
1030
  msgstr ""
1031
 
1032
- #: app/features/events.php:1747 app/features/events.php:1993
1033
- #: app/features/events.php:3550 app/features/events.php:3592
1034
  #: app/features/ix.php:3508 app/features/ix.php:3549
1035
  msgid "End Time"
1036
  msgstr ""
1037
 
1038
- #: app/features/events.php:1814 app/features/events.php:1818
1039
- #: app/features/events.php:1913 app/features/events.php:1940
1040
- #: app/features/events.php:2039 app/features/events.php:2042
1041
- #: app/features/events.php:2119 app/features/events.php:2336
1042
- #: app/features/events.php:2340 app/features/events.php:2382
1043
- #: app/features/events.php:2385 app/features/mec/booking.php:388
1044
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1045
  #: app/features/mec/booking.php:423
1046
  msgid "Price"
1047
  msgstr ""
1048
 
1049
- #: app/features/events.php:1819 app/features/events.php:2043
1050
  msgid ""
1051
  "Insert 0 for free ticket. Only numbers please — Enter only the price without "
1052
  "any symbols or characters."
1053
  msgstr ""
1054
 
1055
- #: app/features/events.php:1828 app/features/events.php:1833
1056
- #: app/features/events.php:2052 app/features/events.php:2055
1057
  msgid "Price Label"
1058
  msgstr ""
1059
 
1060
- #: app/features/events.php:1834 app/features/events.php:2056
1061
  msgid "For showing on website. e.g. $15"
1062
  msgstr ""
1063
 
1064
- #: app/features/events.php:1844 app/features/events.php:2066
1065
  msgid "Available Tickets"
1066
  msgstr ""
1067
 
1068
- #: app/features/events.php:1861 app/features/events.php:2076
1069
  msgid "Minimum Ticket e.g. 3"
1070
  msgstr ""
1071
 
1072
- #: app/features/events.php:1864 app/features/events.php:2079
1073
  msgid "MinimumTicket"
1074
  msgstr ""
1075
 
1076
- #: app/features/events.php:1866 app/features/events.php:2081
1077
  msgid "Set a number for the minimum ticket reservation possible"
1078
  msgstr ""
1079
 
1080
- #: app/features/events.php:1874 app/features/events.php:2089
1081
  msgid "e.g. 0"
1082
  msgstr ""
1083
 
1084
- #: app/features/events.php:1876 app/features/events.php:2091
1085
  msgid "Day"
1086
  msgstr ""
1087
 
1088
- #: app/features/events.php:1877 app/features/events.php:2092
1089
  msgid "Hour"
1090
  msgstr ""
1091
 
1092
- #: app/features/events.php:1879 app/features/events.php:2094
1093
  #, php-format
1094
  msgid "Stop selling ticket %s before event start."
1095
  msgstr ""
1096
 
1097
- #: app/features/events.php:1886 app/features/events.php:2100
1098
  msgid "Price per Date"
1099
  msgstr ""
1100
 
1101
- #: app/features/events.php:1917 app/features/events.php:1943
1102
- #: app/features/events.php:2121 app/features/labels.php:60
1103
  #: app/features/mec/meta_boxes/display_options.php:1386
1104
  #: app/features/mec/meta_boxes/search_form.php:67
1105
  #: app/features/mec/meta_boxes/search_form.php:137
@@ -1112,113 +1150,105 @@ msgstr ""
1112
  #: app/features/mec/meta_boxes/search_form.php:620
1113
  #: app/features/mec/meta_boxes/search_form.php:690
1114
  #: app/features/mec/meta_boxes/search_form.php:796
1115
- #: app/features/mec/settings.php:871 app/features/mec/single.php:250
1116
- #: app/features/search.php:98 app/libraries/skins.php:1017
1117
  msgid "Label"
1118
  msgstr ""
1119
 
1120
- #: app/features/events.php:2159
1121
- msgid "Fees"
1122
- msgstr ""
1123
-
1124
- #: app/features/events.php:2196 app/features/events.php:2234
1125
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1126
  msgid "Fee Title"
1127
  msgstr ""
1128
 
1129
- #: app/features/events.php:2202 app/features/events.php:2206
1130
- #: app/features/events.php:2239 app/features/events.php:2242
1131
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1132
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1133
  msgid "Amount"
1134
  msgstr ""
1135
 
1136
- #: app/features/events.php:2207 app/features/events.php:2243
1137
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1138
  msgid ""
1139
  "Fee amount, considered as fixed amount if you set the type to amount "
1140
  "otherwise considered as percentage"
1141
  msgstr ""
1142
 
1143
- #: app/features/events.php:2216 app/features/events.php:2252
1144
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1145
  msgid "Percent"
1146
  msgstr ""
1147
 
1148
- #: app/features/events.php:2217 app/features/events.php:2253
1149
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1150
  msgid "Amount (Per Ticket)"
1151
  msgstr ""
1152
 
1153
- #: app/features/events.php:2218 app/features/events.php:2254
1154
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1155
  msgid "Amount (Per Booking)"
1156
  msgstr ""
1157
 
1158
- #: app/features/events.php:2291 app/features/mec/settings.php:761
1159
- msgid "Ticket Variations / Options"
1160
- msgstr ""
1161
-
1162
- #: app/features/events.php:2341 app/features/events.php:2386
1163
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1164
  msgid "Option Price"
1165
  msgstr ""
1166
 
1167
- #: app/features/events.php:2351 app/features/events.php:2355
1168
- #: app/features/events.php:2395 app/features/events.php:2398
1169
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1170
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1171
  msgid "Maximum Per Ticket"
1172
  msgstr ""
1173
 
1174
- #: app/features/events.php:2356 app/features/events.php:2399
1175
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1176
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1177
  msgstr ""
1178
 
1179
- #: app/features/events.php:2545 app/features/mec/booking.php:496
1180
- #: app/libraries/main.php:2840
1181
  msgid "MEC Name"
1182
  msgstr ""
1183
 
1184
- #: app/features/events.php:2546 app/features/mec/booking.php:497
1185
- #: app/libraries/main.php:2869
1186
  msgid "MEC Email"
1187
  msgstr ""
1188
 
1189
- #: app/features/events.php:2547 app/features/mec/booking.php:498
1190
- #: app/libraries/main.php:2810
1191
  msgid "Text"
1192
  msgstr ""
1193
 
1194
- #: app/features/events.php:2550 app/features/mec/booking.php:501
1195
  #: app/features/organizers.php:103 app/features/organizers.php:148
1196
  #: app/features/speakers.php:119 app/features/speakers.php:192
1197
- #: app/features/speakers.php:271 app/libraries/main.php:2986
1198
  msgid "Tel"
1199
  msgstr ""
1200
 
1201
- #: app/features/events.php:2551 app/features/mec/booking.php:502
1202
- #: app/libraries/main.php:2928
1203
  msgid "File"
1204
  msgstr ""
1205
 
1206
- #: app/features/events.php:2552 app/features/mec/booking.php:503
1207
- #: app/libraries/main.php:3015
1208
  msgid "Textarea"
1209
  msgstr ""
1210
 
1211
- #: app/features/events.php:2553 app/features/mec/booking.php:504
1212
- #: app/libraries/main.php:3068
1213
  msgid "Checkboxes"
1214
  msgstr ""
1215
 
1216
- #: app/features/events.php:2554 app/features/mec/booking.php:505
1217
- #: app/libraries/main.php:3112
1218
  msgid "Radio Buttons"
1219
  msgstr ""
1220
 
1221
- #: app/features/events.php:2555 app/features/mec/booking.php:506
1222
  #: app/features/mec/meta_boxes/search_form.php:34
1223
  #: app/features/mec/meta_boxes/search_form.php:41
1224
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1294,44 +1324,44 @@ msgstr ""
1294
  #: app/features/mec/meta_boxes/search_form.php:785
1295
  #: app/features/mec/meta_boxes/search_form.php:792
1296
  #: app/features/mec/meta_boxes/search_form.php:799
1297
- #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3156
1298
  msgid "Dropdown"
1299
  msgstr ""
1300
 
1301
- #: app/features/events.php:2556 app/features/mec/booking.php:507
1302
- #: app/libraries/main.php:3203
1303
  msgid "Agreement"
1304
  msgstr ""
1305
 
1306
- #: app/features/events.php:2557 app/features/mec/booking.php:508
1307
- #: app/libraries/main.php:3044
1308
  msgid "Paragraph"
1309
  msgstr ""
1310
 
1311
- #: app/features/events.php:3258 app/features/events.php:3276
1312
- #: app/features/events.php:3294 app/features/events.php:3312
1313
  #, php-format
1314
  msgid "Show all %s"
1315
  msgstr ""
1316
 
1317
- #: app/features/events.php:3258
1318
  msgid "labels"
1319
  msgstr ""
1320
 
1321
- #: app/features/events.php:3276
1322
  msgid "locations"
1323
  msgstr ""
1324
 
1325
- #: app/features/events.php:3294
1326
  msgid "organizers"
1327
  msgstr ""
1328
 
1329
- #: app/features/events.php:3328
1330
  msgid "Attendees List"
1331
  msgstr ""
1332
 
1333
- #: app/features/events.php:3358 app/features/events.php:3550
1334
- #: app/features/events.php:3592 app/features/ix.php:3508
1335
  #: app/features/ix.php:3549 app/features/locations.php:58
1336
  #: app/features/locations.php:247 app/features/locations.php:304
1337
  #: app/features/locations.php:306 app/features/locations.php:315
@@ -1347,87 +1377,87 @@ msgstr ""
1347
  #: app/features/mec/meta_boxes/search_form.php:591
1348
  #: app/features/mec/meta_boxes/search_form.php:661
1349
  #: app/features/mec/meta_boxes/search_form.php:767
1350
- #: app/features/mec/settings.php:845 app/features/mec/single.php:240
1351
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1352
- #: app/features/search.php:74 app/libraries/main.php:2296
1353
- #: app/libraries/main.php:5418 app/libraries/skins.php:913
1354
- #: app/skins/single.php:500 app/skins/single.php:934
1355
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1356
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1357
  #: app/skins/single/modern.php:104
1358
  msgid "Location"
1359
  msgstr ""
1360
 
1361
- #: app/features/events.php:3363
1362
  msgid "Repeat"
1363
  msgstr ""
1364
 
1365
- #: app/features/events.php:3364
1366
  msgid "Author"
1367
  msgstr ""
1368
 
1369
- #: app/features/events.php:3485 app/features/events.php:3486
1370
  msgid "iCal Export"
1371
  msgstr ""
1372
 
1373
- #: app/features/events.php:3488 app/features/events.php:3489
1374
  msgid "CSV Export"
1375
  msgstr ""
1376
 
1377
- #: app/features/events.php:3491 app/features/events.php:3492
1378
  msgid "MS Excel Export"
1379
  msgstr ""
1380
 
1381
- #: app/features/events.php:3494 app/features/events.php:3495
1382
  msgid "XML Export"
1383
  msgstr ""
1384
 
1385
- #: app/features/events.php:3497 app/features/events.php:3498
1386
  msgid "JSON Export"
1387
  msgstr ""
1388
 
1389
- #: app/features/events.php:3500 app/features/events.php:3501
1390
- #: app/features/events.php:3683
1391
  msgid "Duplicate"
1392
  msgstr ""
1393
 
1394
- #: app/features/events.php:3550 app/features/events.php:3592
1395
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1396
  #: app/features/labels.php:177 app/features/locations.php:246
1397
  #: app/features/organizers.php:203 app/features/speakers.php:268
1398
  msgid "ID"
1399
  msgstr ""
1400
 
1401
- #: app/features/events.php:3550 app/features/events.php:3592
1402
  #: app/features/ix.php:3508 app/features/ix.php:3549
1403
  msgid "Link"
1404
  msgstr ""
1405
 
1406
- #: app/features/events.php:3550 app/features/events.php:3592
1407
  #, php-format
1408
  msgid "%s Tel"
1409
  msgstr ""
1410
 
1411
- #: app/features/events.php:3550 app/features/events.php:3592
1412
  #, php-format
1413
  msgid "%s Email"
1414
  msgstr ""
1415
 
1416
- #: app/features/events.php:3889 app/features/fes.php:223
1417
- #: app/features/profile/profile.php:186 app/libraries/main.php:2333
1418
- #: app/libraries/main.php:5448
1419
  msgid "Ticket"
1420
  msgstr ""
1421
 
1422
- #: app/features/events.php:3892 app/features/profile/profile.php:189
1423
  msgid "Variations"
1424
  msgstr ""
1425
 
1426
- #: app/features/events.php:3907 app/features/fes.php:303
1427
  msgid "Unknown"
1428
  msgstr ""
1429
 
1430
- #: app/features/events.php:3940
1431
  msgid "No Attendees Found!"
1432
  msgstr ""
1433
 
@@ -1465,8 +1495,8 @@ msgstr ""
1465
  msgid "Order Time"
1466
  msgstr ""
1467
 
1468
- #: app/features/fes.php:223 app/libraries/main.php:2308
1469
- #: app/libraries/main.php:2396
1470
  msgid "Transaction ID"
1471
  msgstr ""
1472
 
@@ -1595,8 +1625,8 @@ msgstr ""
1595
 
1596
  #: app/features/fes/form.php:793 app/features/labels.php:61
1597
  #: app/features/labels.php:221 app/features/mec.php:413
1598
- #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5415
1599
- #: app/skins/single.php:708 app/skins/single/default.php:157
1600
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1601
  #: app/skins/single/modern.php:238
1602
  msgid "Labels"
@@ -1913,7 +1943,7 @@ msgstr ""
1913
 
1914
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
1915
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
1916
- #: app/features/mec/settings.php:1085 app/features/mec/single.php:297
1917
  msgid "Checking ..."
1918
  msgstr ""
1919
 
@@ -2309,7 +2339,7 @@ msgstr ""
2309
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2310
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2311
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2312
- #: app/skins/grid/render.php:55 app/skins/list/render.php:39
2313
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2314
  #: app/skins/monthly_view/calendar_clean.php:87
2315
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
@@ -2320,10 +2350,10 @@ msgid "Featured"
2320
  msgstr ""
2321
 
2322
  #: app/features/labels.php:118 app/features/labels.php:143
2323
- #: app/libraries/main.php:5662 app/skins/agenda/render.php:43
2324
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2325
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2326
- #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:56
2327
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2328
  #: app/skins/monthly_view/calendar.php:89
2329
  #: app/skins/monthly_view/calendar_clean.php:88
@@ -2340,7 +2370,7 @@ msgstr ""
2340
 
2341
  #: app/features/labels.php:180 app/features/locations.php:249
2342
  #: app/features/organizers.php:206 app/features/speakers.php:272
2343
- #: app/modules/booking/steps/tickets.php:41
2344
  msgid "Count"
2345
  msgstr ""
2346
 
@@ -2356,7 +2386,7 @@ msgstr ""
2356
 
2357
  #: app/features/locations.php:59 app/features/mec.php:414
2358
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2359
- #: app/libraries/main.php:5417
2360
  msgid "Locations"
2361
  msgstr ""
2362
 
@@ -2482,7 +2512,7 @@ msgstr ""
2482
  msgid "Don't show map in single event page"
2483
  msgstr ""
2484
 
2485
- #: app/features/locations.php:377 app/libraries/main.php:5451
2486
  msgid "Other Locations"
2487
  msgstr ""
2488
 
@@ -2539,7 +2569,7 @@ msgstr ""
2539
 
2540
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2541
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2542
- #: app/libraries/main.php:5419
2543
  msgid "Organizers"
2544
  msgstr ""
2545
 
@@ -2573,7 +2603,7 @@ msgid "MEC - Go Pro"
2573
  msgstr ""
2574
 
2575
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2576
- #: app/libraries/factory.php:1048
2577
  msgid "Go Pro"
2578
  msgstr ""
2579
 
@@ -2668,9 +2698,9 @@ msgstr ""
2668
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2669
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2670
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2671
- #: app/features/mec/single.php:17 app/features/mec/single.php:262
2672
- #: app/features/mec/single.php:272 app/features/mec/single.php:314
2673
- #: app/features/mec/single.php:328 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:257
@@ -2862,10 +2892,6 @@ msgstr ""
2862
  msgid "Enable Organizer Payment Module"
2863
  msgstr ""
2864
 
2865
- #: app/features/mec/booking.php:585 app/features/mec/support-page.php:118
2866
- msgid "Organizer Payment"
2867
- msgstr ""
2868
-
2869
  #: app/features/mec/booking.php:586
2870
  msgid ""
2871
  "By enabling this module, organizers are able to insert their own payment "
@@ -2874,14 +2900,14 @@ msgstr ""
2874
 
2875
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
2876
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
2877
- #: app/features/mec/settings.php:1080 app/features/mec/single.php:292
2878
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
2879
  msgid "Saved"
2880
  msgstr ""
2881
 
2882
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
2883
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
2884
- #: app/features/mec/settings.php:1081 app/features/mec/single.php:293
2885
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
2886
  msgid "Settings Saved!"
2887
  msgstr ""
@@ -2890,14 +2916,14 @@ msgstr ""
2890
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
2891
  #: app/features/mec/notifications.php:907
2892
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
2893
- #: app/features/mec/settings.php:1105 app/features/mec/single.php:295
2894
- #: app/features/mec/single.php:317 app/libraries/main.php:5661
2895
  msgid "Verified"
2896
  msgstr ""
2897
 
2898
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
2899
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
2900
- #: app/features/mec/single.php:319
2901
  msgid "Please Refresh Page"
2902
  msgstr ""
2903
 
@@ -2911,7 +2937,7 @@ msgstr ""
2911
  msgid "%s - Most Powerful & Easy to Use Events Management System"
2912
  msgstr ""
2913
 
2914
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:962
2915
  msgid "Modern Events Calendar (Lite)"
2916
  msgstr ""
2917
 
@@ -2985,7 +3011,7 @@ msgid ""
2985
  msgstr ""
2986
 
2987
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
2988
- #: app/libraries/factory.php:972
2989
  msgid "Upcoming Events"
2990
  msgstr ""
2991
 
@@ -3538,15 +3564,15 @@ msgstr ""
3538
 
3539
  #: app/features/mec/meta_boxes/display_options.php:637
3540
  #: app/features/mec/meta_boxes/display_options.php:661
3541
- #: app/libraries/main.php:330 app/libraries/main.php:1813
3542
- #: app/libraries/main.php:1838
3543
  msgid "List View"
3544
  msgstr ""
3545
 
3546
  #: app/features/mec/meta_boxes/display_options.php:638
3547
  #: app/features/mec/meta_boxes/display_options.php:682
3548
- #: app/libraries/main.php:331 app/libraries/main.php:1814
3549
- #: app/libraries/main.php:1839
3550
  msgid "Grid View"
3551
  msgstr ""
3552
 
@@ -3558,8 +3584,8 @@ msgstr ""
3558
 
3559
  #: app/features/mec/meta_boxes/display_options.php:640
3560
  #: app/features/mec/meta_boxes/display_options.php:703
3561
- #: app/libraries/main.php:334 app/libraries/main.php:1807
3562
- #: app/libraries/main.php:1832
3563
  msgid "Yearly View"
3564
  msgstr ""
3565
 
@@ -3570,15 +3596,15 @@ msgstr ""
3570
 
3571
  #: app/features/mec/meta_boxes/display_options.php:642
3572
  #: app/features/mec/meta_boxes/display_options.php:752
3573
- #: app/libraries/main.php:337 app/libraries/main.php:1809
3574
- #: app/libraries/main.php:1834
3575
  msgid "Weekly View"
3576
  msgstr ""
3577
 
3578
  #: app/features/mec/meta_boxes/display_options.php:643
3579
  #: app/features/mec/meta_boxes/display_options.php:762
3580
- #: app/libraries/main.php:336 app/libraries/main.php:1810
3581
- #: app/libraries/main.php:1835
3582
  msgid "Daily View"
3583
  msgstr ""
3584
 
@@ -4119,10 +4145,10 @@ msgstr ""
4119
  #: app/features/mec/meta_boxes/search_form.php:606
4120
  #: app/features/mec/meta_boxes/search_form.php:676
4121
  #: app/features/mec/meta_boxes/search_form.php:782
4122
- #: app/features/mec/settings.php:858 app/features/mec/single.php:245
4123
  #: app/features/search.php:86 app/features/speakers.php:61
4124
- #: app/features/speakers.php:269 app/libraries/main.php:5422
4125
- #: app/libraries/skins.php:965
4126
  msgid "Speaker"
4127
  msgstr ""
4128
 
@@ -4137,8 +4163,8 @@ msgstr ""
4137
  #: app/features/mec/meta_boxes/search_form.php:613
4138
  #: app/features/mec/meta_boxes/search_form.php:683
4139
  #: app/features/mec/meta_boxes/search_form.php:789
4140
- #: app/features/mec/settings.php:865 app/features/mec/single.php:254
4141
- #: app/features/search.php:92 app/libraries/skins.php:991
4142
  msgid "Tag"
4143
  msgstr ""
4144
 
@@ -4261,7 +4287,7 @@ msgstr ""
4261
  msgid "Google Maps Style"
4262
  msgstr ""
4263
 
4264
- #: app/features/mec/modules.php:114 app/features/mec/single.php:88
4265
  msgid "Default"
4266
  msgstr ""
4267
 
@@ -5069,7 +5095,7 @@ msgid "You can enable/disable Schema scripts"
5069
  msgstr ""
5070
 
5071
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5072
- #: app/libraries/main.php:5426
5073
  msgid "Weekdays"
5074
  msgstr ""
5075
 
@@ -5395,10 +5421,6 @@ msgstr ""
5395
  msgid "Event Organizer"
5396
  msgstr ""
5397
 
5398
- #: app/features/mec/settings.php:749
5399
- msgid "Booking Options"
5400
- msgstr ""
5401
-
5402
  #: app/features/mec/settings.php:755
5403
  msgid "Fees / Taxes Options"
5404
  msgstr ""
@@ -5582,7 +5604,7 @@ msgid ""
5582
  "Referred date\" shows the event date based on referred date in event list."
5583
  msgstr ""
5584
 
5585
- #: app/features/mec/single.php:65 app/features/mec/single.php:76
5586
  msgid "Single Event Style"
5587
  msgstr ""
5588
 
@@ -5590,136 +5612,136 @@ msgstr ""
5590
  msgid "Default Style"
5591
  msgstr ""
5592
 
5593
- #: app/features/mec/single.php:71
5594
  msgid "Elementor Single Builder"
5595
  msgstr ""
5596
 
5597
- #: app/features/mec/single.php:77
5598
  msgid "Choose your single event style."
5599
  msgstr ""
5600
 
5601
- #: app/features/mec/single.php:85 app/features/mec/single.php:93
5602
  msgid "Booking Style"
5603
  msgstr ""
5604
 
5605
- #: app/features/mec/single.php:89
5606
  msgid "Modal"
5607
  msgstr ""
5608
 
5609
- #: app/features/mec/single.php:94
5610
  msgid ""
5611
  "Choose your Booking style. Note: When you set this feature to Modal, you "
5612
  "cannot see the booking box if you set popup module view on shortcodes"
5613
  msgstr ""
5614
 
5615
- #: app/features/mec/single.php:102
5616
  msgid "Disable Block Editor (Gutenberg)"
5617
  msgstr ""
5618
 
5619
- #: app/features/mec/single.php:105
5620
  msgid "Disable Block Editor"
5621
  msgstr ""
5622
 
5623
- #: app/features/mec/single.php:109
5624
  msgid "Block Editor"
5625
  msgstr ""
5626
 
5627
- #: app/features/mec/single.php:110
5628
  msgid ""
5629
  "If you want to use the new WordPress block editor you should keep this "
5630
  "checkbox unchecked."
5631
  msgstr ""
5632
 
5633
- #: app/features/mec/single.php:117 app/features/mec/single.php:124
5634
  msgid "Breadcrumbs"
5635
  msgstr ""
5636
 
5637
- #: app/features/mec/single.php:120
5638
  msgid "Enable Breadcrumbs."
5639
  msgstr ""
5640
 
5641
- #: app/features/mec/single.php:125
5642
  msgid "Check this option, for showing the breadcrumbs on single event page"
5643
  msgstr ""
5644
 
5645
- #: app/features/mec/single.php:132 app/features/mec/single.php:139
5646
  msgid "Organizer Description"
5647
  msgstr ""
5648
 
5649
- #: app/features/mec/single.php:135
5650
  msgid "Enable Description For Organizer."
5651
  msgstr ""
5652
 
5653
- #: app/features/mec/single.php:140
5654
  msgid ""
5655
  "If you want to turn on description for other organizer plase go to "
5656
  "'Additional Organizers - After enabling and saving the settings, reloading "
5657
  "the settings page.' tab"
5658
  msgstr ""
5659
 
5660
- #: app/features/mec/single.php:153
5661
  msgid "Show countdown module on event page"
5662
  msgstr ""
5663
 
5664
- #: app/features/mec/single.php:158
5665
  msgid "Countdown Style"
5666
  msgstr ""
5667
 
5668
- #: app/features/mec/single.php:161
5669
  msgid "Plain Style"
5670
  msgstr ""
5671
 
5672
- #: app/features/mec/single.php:162
5673
  msgid "Flip Style"
5674
  msgstr ""
5675
 
5676
- #: app/features/mec/single.php:170 app/features/mec/single.php:177
5677
  msgid "Exceptional days (Exclude Dates)"
5678
  msgstr ""
5679
 
5680
- #: app/features/mec/single.php:174
5681
  msgid "Show exceptional days option on Add/Edit events page"
5682
  msgstr ""
5683
 
5684
- #: app/features/mec/single.php:178
5685
  msgid ""
5686
  "Using this option you can exclude certain days from event occurrence dates."
5687
  msgstr ""
5688
 
5689
- #: app/features/mec/single.php:187 app/libraries/main.php:550
5690
  msgid "Additional Organizers"
5691
  msgstr ""
5692
 
5693
- #: app/features/mec/single.php:192
5694
  msgid ""
5695
  "Show additional organizers option on Add/Edit events page and single event "
5696
  "page."
5697
  msgstr ""
5698
 
5699
- #: app/features/mec/single.php:201
5700
  msgid "Enable Description For Other Organizers."
5701
  msgstr ""
5702
 
5703
- #: app/features/mec/single.php:209
5704
  msgid "Additional locations"
5705
  msgstr ""
5706
 
5707
- #: app/features/mec/single.php:213
5708
  msgid ""
5709
  "Show additional locations option on Add/Edit events page and single event "
5710
  "page."
5711
  msgstr ""
5712
 
5713
- #: app/features/mec/single.php:219 app/libraries/main.php:552
5714
- #: app/skins/single.php:161
5715
  msgid "Related Events"
5716
  msgstr ""
5717
 
5718
- #: app/features/mec/single.php:223
5719
  msgid "Display related events based on taxonomy in single event page."
5720
  msgstr ""
5721
 
5722
- #: app/features/mec/single.php:229
5723
  msgid "Select Taxonomies:"
5724
  msgstr ""
5725
 
@@ -6309,8 +6331,8 @@ msgstr ""
6309
  msgid "eg. https://webnus.net"
6310
  msgstr ""
6311
 
6312
- #: app/features/organizers.php:312 app/libraries/main.php:5450
6313
- #: app/skins/single.php:866
6314
  msgid "Other Organizers"
6315
  msgstr ""
6316
 
@@ -6369,7 +6391,7 @@ msgstr ""
6369
 
6370
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
6371
  #: app/modules/booking/steps/form.php:179
6372
- #: app/modules/booking/steps/tickets.php:77 app/skins/countdown/tpl.php:109
6373
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
6374
  msgid "Next"
6375
  msgstr ""
@@ -6422,7 +6444,7 @@ msgstr ""
6422
  msgid "Please %s/%s in order to see your bookings / profile."
6423
  msgstr ""
6424
 
6425
- #: app/features/profile/profile.php:18 app/libraries/main.php:2199
6426
  msgid "Your booking already canceled!"
6427
  msgstr ""
6428
 
@@ -6430,11 +6452,11 @@ msgstr ""
6430
  msgid "#"
6431
  msgstr ""
6432
 
6433
- #: app/features/profile/profile.php:56 app/libraries/main.php:3225
6434
  msgid "Status"
6435
  msgstr ""
6436
 
6437
- #: app/features/profile/profile.php:59 app/libraries/main.php:2317
6438
  msgid "Attendees"
6439
  msgstr ""
6440
 
@@ -6547,9 +6569,10 @@ msgstr ""
6547
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
6548
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
6549
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
6550
- #: app/modules/next-event/details.php:104 app/skins/single.php:758
6551
- #: app/skins/single/default.php:110 app/skins/single/default.php:341
6552
- #: app/skins/single/m1.php:45 app/skins/single/modern.php:208
 
6553
  msgid "All Day"
6554
  msgstr ""
6555
 
@@ -6621,12 +6644,12 @@ msgstr ""
6621
  msgid "%s Price"
6622
  msgstr ""
6623
 
6624
- #: app/libraries/book.php:626
6625
  msgid "Discount"
6626
  msgstr ""
6627
 
6628
- #: app/libraries/book.php:716 app/modules/booking/default.php:316
6629
- #: app/modules/booking/default.php:415
6630
  msgid "Download Invoice"
6631
  msgstr ""
6632
 
@@ -6697,15 +6720,15 @@ msgstr ""
6697
  msgid "Custom sidebar for single and modal page of MEC."
6698
  msgstr ""
6699
 
6700
- #: app/libraries/factory.php:1034
6701
  msgid "News & Updates"
6702
  msgstr ""
6703
 
6704
- #: app/libraries/factory.php:1047
6705
  msgid "Blog"
6706
  msgstr ""
6707
 
6708
- #: app/libraries/factory.php:1047
6709
  msgid "Help"
6710
  msgstr ""
6711
 
@@ -6713,33 +6736,33 @@ msgstr ""
6713
  msgid "There is no excerpt because this is a protected post."
6714
  msgstr ""
6715
 
6716
- #: app/libraries/main.php:332 app/libraries/main.php:1815
6717
- #: app/libraries/main.php:1840
6718
  msgid "Agenda View"
6719
  msgstr ""
6720
 
6721
- #: app/libraries/main.php:333 app/libraries/main.php:1806
6722
- #: app/libraries/main.php:1831
6723
  msgid "Full Calendar"
6724
  msgstr ""
6725
 
6726
- #: app/libraries/main.php:335 app/libraries/main.php:1808
6727
- #: app/libraries/main.php:1833
6728
  msgid "Calendar/Monthly View"
6729
  msgstr ""
6730
 
6731
- #: app/libraries/main.php:338 app/libraries/main.php:1811
6732
- #: app/libraries/main.php:1836
6733
  msgid "Timetable View"
6734
  msgstr ""
6735
 
6736
- #: app/libraries/main.php:339 app/libraries/main.php:1812
6737
- #: app/libraries/main.php:1837
6738
  msgid "Masonry View"
6739
  msgstr ""
6740
 
6741
- #: app/libraries/main.php:340 app/libraries/main.php:1816
6742
- #: app/libraries/main.php:1841
6743
  msgid "Map View"
6744
  msgstr ""
6745
 
@@ -6767,31 +6790,31 @@ msgstr ""
6767
  msgid "Timeline View"
6768
  msgstr ""
6769
 
6770
- #: app/libraries/main.php:385 app/libraries/main.php:5428
6771
  msgid "SU"
6772
  msgstr ""
6773
 
6774
- #: app/libraries/main.php:386 app/libraries/main.php:5429
6775
  msgid "MO"
6776
  msgstr ""
6777
 
6778
- #: app/libraries/main.php:387 app/libraries/main.php:5430
6779
  msgid "TU"
6780
  msgstr ""
6781
 
6782
- #: app/libraries/main.php:388 app/libraries/main.php:5431
6783
  msgid "WE"
6784
  msgstr ""
6785
 
6786
- #: app/libraries/main.php:389 app/libraries/main.php:5432
6787
  msgid "TH"
6788
  msgstr ""
6789
 
6790
- #: app/libraries/main.php:390 app/libraries/main.php:5433
6791
  msgid "FR"
6792
  msgstr ""
6793
 
6794
- #: app/libraries/main.php:391 app/libraries/main.php:5434
6795
  msgid "SA"
6796
  msgstr ""
6797
 
@@ -6807,11 +6830,11 @@ msgstr ""
6807
  msgid "Modules"
6808
  msgstr ""
6809
 
6810
- #: app/libraries/main.php:871
6811
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
6812
  msgstr ""
6813
 
6814
- #: app/libraries/main.php:878
6815
  msgid ""
6816
  "The time has come at last, and the new practical add-ons for MEC have been "
6817
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -6819,495 +6842,496 @@ msgid ""
6819
  "below:"
6820
  msgstr ""
6821
 
6822
- #: app/libraries/main.php:880
6823
  msgid ""
6824
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
6825
  "products) and Woo products at the same time."
6826
  msgstr ""
6827
 
6828
- #: app/libraries/main.php:881
6829
  msgid ""
6830
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
6831
  "other websites without MEC. Use JSON output features to make your Apps "
6832
  "compatible with MEC."
6833
  msgstr ""
6834
 
6835
- #: app/libraries/main.php:882
6836
  msgid ""
6837
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
6838
  "main websites. Changes in the main one will be inherited by the subsites. "
6839
  "you can set these up in the admin panel."
6840
  msgstr ""
6841
 
6842
- #: app/libraries/main.php:883
6843
  msgid ""
6844
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
6845
  "pages can contain ticket purchase information, information about registered "
6846
  "events. Users can now log in to purchase tickets."
6847
  msgstr ""
6848
 
6849
- #: app/libraries/main.php:1532
6850
  msgid "Events at this location"
6851
  msgstr ""
6852
 
6853
- #: app/libraries/main.php:1532
6854
  msgid "Event at this location"
6855
  msgstr ""
6856
 
6857
- #: app/libraries/main.php:1584
6858
  msgid "Facebook"
6859
  msgstr ""
6860
 
6861
- #: app/libraries/main.php:1585
6862
  msgid "Twitter"
6863
  msgstr ""
6864
 
6865
- #: app/libraries/main.php:1586 app/libraries/main.php:1643
6866
  msgid "Linkedin"
6867
  msgstr ""
6868
 
6869
- #: app/libraries/main.php:1587 app/libraries/main.php:1679
6870
  msgid "VK"
6871
  msgstr ""
6872
 
6873
- #: app/libraries/main.php:1588
6874
  msgid "Tumblr"
6875
  msgstr ""
6876
 
6877
- #: app/libraries/main.php:1589
6878
  msgid "Pinterest"
6879
  msgstr ""
6880
 
6881
- #: app/libraries/main.php:1590
6882
  msgid "Flipboard"
6883
  msgstr ""
6884
 
6885
- #: app/libraries/main.php:1591
6886
  msgid "GetPocket"
6887
  msgstr ""
6888
 
6889
- #: app/libraries/main.php:1592
6890
  msgid "Reddit"
6891
  msgstr ""
6892
 
6893
- #: app/libraries/main.php:1593
6894
  msgid "WhatsApp"
6895
  msgstr ""
6896
 
6897
- #: app/libraries/main.php:1594
6898
  msgid "Telegram"
6899
  msgstr ""
6900
 
6901
- #: app/libraries/main.php:1613
6902
  msgid "Share on Facebook"
6903
  msgstr ""
6904
 
6905
- #: app/libraries/main.php:1628
6906
  msgid "Tweet"
6907
  msgstr ""
6908
 
6909
- #: app/libraries/main.php:1694
6910
  msgid "Share on Tumblr"
6911
  msgstr ""
6912
 
6913
- #: app/libraries/main.php:1710
6914
  msgid "Share on Pinterest"
6915
  msgstr ""
6916
 
6917
- #: app/libraries/main.php:1726
6918
  msgid "Share on Flipboard"
6919
  msgstr ""
6920
 
6921
- #: app/libraries/main.php:1744
6922
  msgid "Share on GetPocket"
6923
  msgstr ""
6924
 
6925
- #: app/libraries/main.php:1760
6926
  msgid "Share on Reddit"
6927
  msgstr ""
6928
 
6929
- #: app/libraries/main.php:1776
6930
  msgid "Share on Telegram"
6931
  msgstr ""
6932
 
6933
- #: app/libraries/main.php:1794
6934
  msgid "Share on WhatsApp"
6935
  msgstr ""
6936
 
6937
- #: app/libraries/main.php:1817
6938
  msgid "Custom Shortcode"
6939
  msgstr ""
6940
 
6941
- #: app/libraries/main.php:2179
6942
  msgid "Your booking already verified!"
6943
  msgstr ""
6944
 
6945
- #: app/libraries/main.php:2184
6946
  msgid "Your booking successfully verified."
6947
  msgstr ""
6948
 
6949
- #: app/libraries/main.php:2185
6950
  msgid "Your booking cannot verify!"
6951
  msgstr ""
6952
 
6953
- #: app/libraries/main.php:2204
6954
  msgid "Your booking successfully canceled."
6955
  msgstr ""
6956
 
6957
- #: app/libraries/main.php:2205
6958
  msgid "Your booking cannot be canceled."
6959
  msgstr ""
6960
 
6961
- #: app/libraries/main.php:2209
6962
  msgid "You canceled the payment successfully."
6963
  msgstr ""
6964
 
6965
- #: app/libraries/main.php:2213
6966
  msgid "You returned from payment gateway successfully."
6967
  msgstr ""
6968
 
6969
- #: app/libraries/main.php:2229
6970
  msgid "Cannot find the invoice!"
6971
  msgstr ""
6972
 
6973
- #: app/libraries/main.php:2229
6974
  msgid "Invoice is invalid."
6975
  msgstr ""
6976
 
6977
- #: app/libraries/main.php:2249
6978
  msgid ""
6979
  "Your booking still is not confirmed. You can download it after confirmation!"
6980
  msgstr ""
6981
 
6982
- #: app/libraries/main.php:2249
6983
  msgid "Booking Not Confirmed."
6984
  msgstr ""
6985
 
6986
- #: app/libraries/main.php:2255
6987
  msgid "Cannot find the booking!"
6988
  msgstr ""
6989
 
6990
- #: app/libraries/main.php:2255
6991
  msgid "Booking is invalid."
6992
  msgstr ""
6993
 
6994
- #: app/libraries/main.php:2287
6995
  #, php-format
6996
  msgid "%s Invoice"
6997
  msgstr ""
6998
 
6999
- #: app/libraries/main.php:2363
7000
  msgid "Billing"
7001
  msgstr ""
7002
 
7003
- #: app/libraries/main.php:2375
7004
  msgid "Coupon Code"
7005
  msgstr ""
7006
 
7007
- #: app/libraries/main.php:2380
7008
  msgid "Total"
7009
  msgstr ""
7010
 
7011
- #: app/libraries/main.php:2387
7012
  msgid "Payment"
7013
  msgstr ""
7014
 
7015
- #: app/libraries/main.php:2391
7016
  msgid "Gateway"
7017
  msgstr ""
7018
 
7019
- #: app/libraries/main.php:2404
7020
  msgid "Payment Time"
7021
  msgstr ""
7022
 
7023
- #: app/libraries/main.php:2465
7024
  msgid "Request is not valid."
7025
  msgstr ""
7026
 
7027
- #: app/libraries/main.php:2465
7028
  msgid "iCal export stopped!"
7029
  msgstr ""
7030
 
7031
- #: app/libraries/main.php:2809 app/libraries/main.php:2839
7032
- #: app/libraries/main.php:2868 app/libraries/main.php:2898
7033
- #: app/libraries/main.php:2927 app/libraries/main.php:2956
7034
- #: app/libraries/main.php:2985 app/libraries/main.php:3014
7035
- #: app/libraries/main.php:3043 app/libraries/main.php:3067
7036
- #: app/libraries/main.php:3111 app/libraries/main.php:3155
7037
- #: app/libraries/main.php:3202 app/libraries/main.php:3249
7038
  msgid "Sort"
7039
  msgstr ""
7040
 
7041
- #: app/libraries/main.php:2815 app/libraries/main.php:2845
7042
- #: app/libraries/main.php:2874 app/libraries/main.php:2904
7043
- #: app/libraries/main.php:2933 app/libraries/main.php:2962
7044
- #: app/libraries/main.php:2991 app/libraries/main.php:3020
7045
- #: app/libraries/main.php:3073 app/libraries/main.php:3117
7046
- #: app/libraries/main.php:3161 app/libraries/main.php:3208
7047
  msgid "Required Field"
7048
  msgstr ""
7049
 
7050
- #: app/libraries/main.php:2821 app/libraries/main.php:2851
7051
- #: app/libraries/main.php:2880 app/libraries/main.php:2910
7052
- #: app/libraries/main.php:2939 app/libraries/main.php:2968
7053
- #: app/libraries/main.php:2997 app/libraries/main.php:3026
7054
- #: app/libraries/main.php:3079 app/libraries/main.php:3123
7055
- #: app/libraries/main.php:3167 app/libraries/main.php:3214
7056
  msgid "Insert a label for this field"
7057
  msgstr ""
7058
 
7059
- #: app/libraries/main.php:3049
7060
  msgid "HTML and shortcode are allowed."
7061
  msgstr ""
7062
 
7063
- #: app/libraries/main.php:3092 app/libraries/main.php:3136
7064
- #: app/libraries/main.php:3180
7065
  msgid "Option"
7066
  msgstr ""
7067
 
7068
- #: app/libraries/main.php:3214
7069
  #, php-format
7070
  msgid "Instead of %s, the page title with a link will be show."
7071
  msgstr ""
7072
 
7073
- #: app/libraries/main.php:3216
7074
  msgid "Agreement Page"
7075
  msgstr ""
7076
 
7077
- #: app/libraries/main.php:3227
7078
  msgid "Checked by default"
7079
  msgstr ""
7080
 
7081
- #: app/libraries/main.php:3228
7082
  msgid "Unchecked by default"
7083
  msgstr ""
7084
 
7085
- #: app/libraries/main.php:3251
7086
  msgid "Insert a label for this option"
7087
  msgstr ""
7088
 
7089
- #: app/libraries/main.php:3266
7090
  msgid "Free"
7091
  msgstr ""
7092
 
7093
- #: app/libraries/main.php:3872 app/libraries/main.php:5676
7094
  msgid "M.E. Calender"
7095
  msgstr ""
7096
 
7097
- #: app/libraries/main.php:4027
7098
  #, php-format
7099
  msgid "Copy of %s"
7100
  msgstr ""
7101
 
7102
- #: app/libraries/main.php:4793
7103
  msgid "Booked an event."
7104
  msgstr ""
7105
 
7106
- #: app/libraries/main.php:4834
7107
  #, php-format
7108
  msgid "%s booked %s event."
7109
  msgstr ""
7110
 
7111
- #: app/libraries/main.php:5411
7112
  msgid "Taxonomies"
7113
  msgstr ""
7114
 
7115
- #: app/libraries/main.php:5413
7116
  msgid "Category Plural Label"
7117
  msgstr ""
7118
 
7119
- #: app/libraries/main.php:5414
7120
  msgid "Category Singular Label"
7121
  msgstr ""
7122
 
7123
- #: app/libraries/main.php:5415
7124
  msgid "Label Plural Label"
7125
  msgstr ""
7126
 
7127
- #: app/libraries/main.php:5416
7128
  msgid "Label Singular Label"
7129
  msgstr ""
7130
 
7131
- #: app/libraries/main.php:5416
7132
  msgid "label"
7133
  msgstr ""
7134
 
7135
- #: app/libraries/main.php:5417
7136
  msgid "Location Plural Label"
7137
  msgstr ""
7138
 
7139
- #: app/libraries/main.php:5418
7140
  msgid "Location Singular Label"
7141
  msgstr ""
7142
 
7143
- #: app/libraries/main.php:5419
7144
  msgid "Organizer Plural Label"
7145
  msgstr ""
7146
 
7147
- #: app/libraries/main.php:5420
7148
  msgid "Organizer Singular Label"
7149
  msgstr ""
7150
 
7151
- #: app/libraries/main.php:5421
7152
  msgid "Speaker Plural Label"
7153
  msgstr ""
7154
 
7155
- #: app/libraries/main.php:5422
7156
  msgid "Speaker Singular Label"
7157
  msgstr ""
7158
 
7159
- #: app/libraries/main.php:5428
7160
  msgid "Sunday abbreviation"
7161
  msgstr ""
7162
 
7163
- #: app/libraries/main.php:5429
7164
  msgid "Monday abbreviation"
7165
  msgstr ""
7166
 
7167
- #: app/libraries/main.php:5430
7168
  msgid "Tuesday abbreviation"
7169
  msgstr ""
7170
 
7171
- #: app/libraries/main.php:5431
7172
  msgid "Wednesday abbreviation"
7173
  msgstr ""
7174
 
7175
- #: app/libraries/main.php:5432
7176
  msgid "Thursday abbreviation"
7177
  msgstr ""
7178
 
7179
- #: app/libraries/main.php:5433
7180
  msgid "Friday abbreviation"
7181
  msgstr ""
7182
 
7183
- #: app/libraries/main.php:5434
7184
  msgid "Saturday abbreviation"
7185
  msgstr ""
7186
 
7187
- #: app/libraries/main.php:5438
7188
  msgid "Others"
7189
  msgstr ""
7190
 
7191
- #: app/libraries/main.php:5440
7192
  msgid "Booking Success Message"
7193
  msgstr ""
7194
 
7195
- #: app/libraries/main.php:5440
7196
  msgid ""
7197
  "Thanks you for booking. Your tickets are booked, booking verification might "
7198
  "be needed, please check your email."
7199
  msgstr ""
7200
 
7201
- #: app/libraries/main.php:5441 app/widgets/single.php:131
7202
  msgid "Register Button"
7203
  msgstr ""
7204
 
7205
- #: app/libraries/main.php:5441 app/skins/available_spot/tpl.php:189
7206
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
7207
- #: app/skins/grid/render.php:84 app/skins/grid/render.php:139
7208
- #: app/skins/grid/render.php:189 app/skins/grid/render.php:209
7209
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
7210
- #: app/skins/masonry/render.php:150 app/skins/single.php:779
7211
- #: app/skins/single.php:782 app/skins/single/default.php:270
7212
- #: app/skins/single/default.php:272 app/skins/single/default.php:501
7213
- #: app/skins/single/default.php:503 app/skins/single/m1.php:142
7214
- #: app/skins/single/m1.php:144 app/skins/single/m2.php:67
7215
- #: app/skins/single/m2.php:69 app/skins/single/modern.php:78
7216
- #: app/skins/single/modern.php:80 app/skins/slider/render.php:71
7217
- #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
7218
- #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
 
7219
  msgid "REGISTER"
7220
  msgstr ""
7221
 
7222
- #: app/libraries/main.php:5442
7223
  msgid "View Detail Button"
7224
  msgstr ""
7225
 
7226
- #: app/libraries/main.php:5442 app/skins/carousel/render.php:109
7227
- #: app/skins/carousel/render.php:148 app/skins/grid/render.php:84
7228
- #: app/skins/grid/render.php:139 app/skins/grid/render.php:189
7229
- #: app/skins/grid/render.php:209 app/skins/list/render.php:67
7230
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
7231
- #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
7232
- #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
7233
- #: app/skins/slider/render.php:173
7234
  msgid "View Detail"
7235
  msgstr ""
7236
 
7237
- #: app/libraries/main.php:5443
7238
  msgid "Event Detail Button"
7239
  msgstr ""
7240
 
7241
- #: app/libraries/main.php:5443 app/skins/countdown/tpl.php:213
7242
  msgid "Event Detail"
7243
  msgstr ""
7244
 
7245
- #: app/libraries/main.php:5445
7246
  msgid "More Info Link"
7247
  msgstr ""
7248
 
7249
- #: app/libraries/main.php:5448
7250
  msgid "Ticket (Singular)"
7251
  msgstr ""
7252
 
7253
- #: app/libraries/main.php:5449
7254
  msgid "Tickets (Plural)"
7255
  msgstr ""
7256
 
7257
- #: app/libraries/main.php:5535
7258
  msgid "EventON"
7259
  msgstr ""
7260
 
7261
- #: app/libraries/main.php:5536
7262
  msgid "The Events Calendar"
7263
  msgstr ""
7264
 
7265
- #: app/libraries/main.php:5537
7266
  msgid "Events Schedule WP Plugin"
7267
  msgstr ""
7268
 
7269
- #: app/libraries/main.php:5538
7270
  msgid "Calendarize It"
7271
  msgstr ""
7272
 
7273
- #: app/libraries/main.php:5539
7274
  msgid "Event Espresso"
7275
  msgstr ""
7276
 
7277
- #: app/libraries/main.php:5540
7278
  msgid "Events Manager (Recurring)"
7279
  msgstr ""
7280
 
7281
- #: app/libraries/main.php:5541
7282
  msgid "Events Manager (Single)"
7283
  msgstr ""
7284
 
7285
- #: app/libraries/main.php:5613 app/libraries/main.php:5633
7286
  msgid "Confirmed"
7287
  msgstr ""
7288
 
7289
- #: app/libraries/main.php:5614 app/libraries/main.php:5641
7290
  msgid "Rejected"
7291
  msgstr ""
7292
 
7293
- #: app/libraries/main.php:5615 app/libraries/main.php:5637
7294
  msgid "Pending"
7295
  msgstr ""
7296
 
7297
- #: app/libraries/main.php:5663
7298
  msgid "Waiting"
7299
  msgstr ""
7300
 
7301
- #: app/libraries/main.php:5868 app/libraries/render.php:80
7302
  #: app/libraries/render.php:432
7303
  msgid "Skin controller does not exist."
7304
  msgstr ""
7305
 
7306
- #: app/libraries/main.php:6049
7307
  msgid "Sold Out"
7308
  msgstr ""
7309
 
7310
- #: app/libraries/main.php:6057
7311
  msgid "Last Few Tickets"
7312
  msgstr ""
7313
 
@@ -7360,7 +7384,7 @@ msgstr ""
7360
  msgid "No"
7361
  msgstr ""
7362
 
7363
- #: app/libraries/skins.php:1037
7364
  msgid "Select"
7365
  msgstr ""
7366
 
@@ -7409,21 +7433,21 @@ msgstr ""
7409
  msgid "Thanks for your booking."
7410
  msgstr ""
7411
 
7412
- #: app/modules/booking/steps/tickets.php:21
7413
  msgid "Book Event"
7414
  msgstr ""
7415
 
7416
- #: app/modules/booking/steps/tickets.php:43
7417
  #, php-format
7418
  msgid "Available %s: <span>%s</span>"
7419
  msgstr ""
7420
 
7421
- #: app/modules/booking/steps/tickets.php:47
7422
  #, php-format
7423
  msgid "The %s ticket sales has stopped!"
7424
  msgstr ""
7425
 
7426
- #: app/modules/booking/steps/tickets.php:48
7427
  #, php-format
7428
  msgid "The %s ticket is sold out. You can try another ticket or another date."
7429
  msgstr ""
@@ -7436,15 +7460,15 @@ msgstr ""
7436
  msgid "The event is ongoing."
7437
  msgstr ""
7438
 
7439
- #: app/modules/googlemap/details.php:124
7440
  msgid "Address from ..."
7441
  msgstr ""
7442
 
7443
- #: app/modules/googlemap/details.php:128
7444
  msgid "Get Directions"
7445
  msgstr ""
7446
 
7447
- #: app/modules/links/details.php:17 app/skins/single.php:468
7448
  msgid "Share this event"
7449
  msgstr ""
7450
 
@@ -7495,7 +7519,7 @@ msgstr ""
7495
  msgid "Go to occurrence page"
7496
  msgstr ""
7497
 
7498
- #: app/modules/next-event/details.php:98 app/skins/single.php:752
7499
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
7500
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
7501
  msgid "Time"
@@ -7625,24 +7649,24 @@ msgstr ""
7625
  msgid "No Events"
7626
  msgstr ""
7627
 
7628
- #: app/skins/single.php:209
7629
  msgid "Home"
7630
  msgstr ""
7631
 
7632
- #: app/skins/single.php:551 app/skins/single/default.php:53
7633
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
7634
  #: app/skins/single/modern.php:281
7635
  msgid "Sold out!"
7636
  msgstr ""
7637
 
7638
- #: app/skins/single.php:826 app/skins/single.php:881
7639
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
7640
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
7641
  #: app/skins/single/modern.php:46
7642
  msgid "Phone"
7643
  msgstr ""
7644
 
7645
- #: app/skins/single.php:840 app/skins/single.php:895
7646
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
7647
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
7648
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
@@ -7651,7 +7675,7 @@ msgstr ""
7651
  msgid "Website"
7652
  msgstr ""
7653
 
7654
- #: app/skins/single.php:971
7655
  msgid "Speakers:"
7656
  msgstr ""
7657
 
@@ -7746,7 +7770,7 @@ msgid "An awesome plugin for events calendar"
7746
  msgstr ""
7747
 
7748
  #. Author of the plugin/theme
7749
- msgid "Webnus Team"
7750
  msgstr ""
7751
 
7752
  #. Author URI of the plugin/theme
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: modern-events-calendar\n"
4
+ "POT-Creation-Date: 2020-04-28 17:17+0430\n"
5
+ "PO-Revision-Date: 2020-04-28 17:18+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
17
 
18
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
19
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
20
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:945
21
+ #: app/libraries/factory.php:964 app/widgets/MEC.php:33
22
  msgid "Modern Events Calendar"
23
  msgstr ""
24
 
72
  msgid "Settings"
73
  msgstr ""
74
 
75
+ #: app/features/contextual.php:62 app/features/events.php:1549
76
+ #: app/features/events.php:2502 app/features/mec/booking.php:448
77
+ #: app/features/mec/support.php:29 app/libraries/main.php:560
78
  msgid "Booking Form"
79
  msgstr ""
80
 
192
  msgid "Google Recaptcha Options"
193
  msgstr ""
194
 
195
+ #: app/features/contextual.php:258 app/features/mec/single.php:150
196
  #: app/libraries/main.php:548
197
  msgid "Countdown Options"
198
  msgstr ""
291
  msgid "No events found in Trash!"
292
  msgstr ""
293
 
294
+ #: app/features/events.php:183 app/features/events.php:3373
295
  #: app/features/mec/meta_boxes/display_options.php:1385
296
  #: app/features/mec/meta_boxes/search_form.php:31
297
  #: app/features/mec/meta_boxes/search_form.php:101
304
  #: app/features/mec/meta_boxes/search_form.php:584
305
  #: app/features/mec/meta_boxes/search_form.php:654
306
  #: app/features/mec/meta_boxes/search_form.php:760
307
+ #: app/features/mec/settings.php:839 app/features/mec/single.php:233
308
+ #: app/features/search.php:68 app/libraries/main.php:5424
309
+ #: app/libraries/skins.php:892 app/skins/single.php:774
310
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
311
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
312
  #: app/skins/single/modern.php:128
313
  msgid "Category"
314
  msgstr ""
315
 
316
+ #: app/features/events.php:184 app/features/events.php:3328
317
  #: app/features/fes/form.php:767 app/features/mec.php:412
318
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5423
319
  msgid "Categories"
320
  msgstr ""
321
 
400
  msgstr ""
401
 
402
  #: app/features/events.php:334 app/features/events.php:1294
403
+ #: app/features/mec/settings.php:743 app/skins/single.php:1159
404
  msgid "Hourly Schedule"
405
  msgstr ""
406
 
412
  msgid "Links"
413
  msgstr ""
414
 
415
+ #: app/features/events.php:337 app/features/events.php:3375
416
+ #: app/features/events.php:3566 app/features/events.php:3608
417
  #: app/features/ix.php:3508 app/features/ix.php:3549
418
  #: app/features/mec/meta_boxes/display_options.php:1388
419
  #: app/features/mec/meta_boxes/search_form.php:46
427
  #: app/features/mec/meta_boxes/search_form.php:599
428
  #: app/features/mec/meta_boxes/search_form.php:669
429
  #: app/features/mec/meta_boxes/search_form.php:775
430
+ #: app/features/mec/settings.php:851 app/features/mec/single.php:237
431
  #: app/features/organizers.php:58 app/features/organizers.php:204
432
  #: app/features/organizers.php:260 app/features/organizers.php:262
433
  #: app/features/organizers.php:271 app/features/popup/event.php:293
434
  #: app/features/popup/event.php:302 app/features/search.php:80
435
+ #: app/libraries/main.php:5430 app/libraries/skins.php:944
436
+ #: app/skins/single.php:1018 app/skins/single/default.php:227
437
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
438
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
439
  msgid "Organizer"
440
  msgstr ""
441
 
442
  #: app/features/events.php:338 app/features/events.php:1171
443
+ #: app/features/fes/form.php:740 app/libraries/main.php:5457
444
+ #: app/skins/single.php:797 app/skins/single/default.php:128
445
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
446
  #: app/skins/single/modern.php:223
447
  msgid "Cost"
459
  msgid "Guest Data"
460
  msgstr ""
461
 
462
+ #: app/features/events.php:471 app/features/events.php:2484
463
+ #: app/features/events.php:3899 app/features/fes.php:223
464
  #: app/features/fes/form.php:699 app/features/labels.php:178
465
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
466
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
468
  msgid "Name"
469
  msgstr ""
470
 
471
+ #: app/features/events.php:472 app/features/events.php:2495
472
+ #: app/features/events.php:2571 app/features/events.php:3902
473
  #: app/features/fes.php:223 app/features/fes/form.php:695
474
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
475
  #: app/features/organizers.php:111 app/features/organizers.php:152
476
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
477
+ #: app/features/speakers.php:196 app/libraries/main.php:1596
478
+ #: app/libraries/main.php:1665 app/libraries/main.php:2900
479
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
480
+ #: app/modules/booking/steps/form.php:83 app/skins/single.php:1035
481
+ #: app/skins/single.php:1090 app/skins/single/default.php:244
482
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
483
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
484
  msgid "Email"
489
  msgstr ""
490
 
491
  #: app/features/events.php:483 app/features/events.php:489
492
+ #: app/features/events.php:3376 app/features/events.php:3566
493
+ #: app/features/events.php:3608 app/features/fes/form.php:250
494
  #: app/features/fes/form.php:254 app/features/ix.php:3508
495
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
496
  #: app/features/mec/dashboard.php:405
514
  msgstr ""
515
 
516
  #: app/features/events.php:561 app/features/events.php:653
517
+ #: app/features/events.php:1757 app/features/events.php:1816
518
+ #: app/features/events.php:2009 app/features/events.php:2048
519
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
520
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
521
  msgid "AM"
522
  msgstr ""
523
 
524
  #: app/features/events.php:568 app/features/events.php:660
525
+ #: app/features/events.php:1764 app/features/events.php:1823
526
+ #: app/features/events.php:2010 app/features/events.php:2049
527
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
528
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
529
  msgid "PM"
530
  msgstr ""
531
 
532
  #: app/features/events.php:575 app/features/events.php:580
533
+ #: app/features/events.php:3377 app/features/events.php:3566
534
+ #: app/features/events.php:3608 app/features/fes/form.php:290
535
  #: app/features/fes/form.php:294 app/features/ix.php:3508
536
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
537
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
565
  #: app/features/events.php:707 app/features/events.php:828
566
  #: app/features/events.php:1134 app/features/events.php:1211
567
  #: app/features/events.php:1519 app/features/events.php:1609
568
+ #: app/features/events.php:1844 app/features/events.php:1859
569
+ #: app/features/events.php:2068 app/features/events.php:2081
570
+ #: app/features/events.php:2232 app/features/events.php:2268
571
+ #: app/features/events.php:2366 app/features/events.php:2381
572
+ #: app/features/events.php:2411 app/features/events.php:2424
573
  #: app/features/fes/form.php:651 app/features/locations.php:316
574
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
575
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
630
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
631
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
632
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
633
+ #: app/features/mec/single.php:58 app/features/mec/single.php:78
634
+ #: app/features/mec/single.php:95 app/features/mec/single.php:111
635
+ #: app/features/mec/single.php:126 app/features/mec/single.php:179
636
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
637
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
638
  #: app/features/organizers.php:272 app/features/popup/event.php:256
639
+ #: app/features/popup/event.php:303 app/skins/single.php:881
640
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
641
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
642
  #: app/skins/single/modern.php:151
714
  msgid "Week Days"
715
  msgstr ""
716
 
717
+ #: app/features/events.php:818 app/features/events.php:1928
718
+ #: app/features/events.php:1956 app/features/events.php:2136
719
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
720
  #: app/features/ix/import_g_calendar.php:51
721
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
722
  msgid "Start"
723
  msgstr ""
724
 
725
+ #: app/features/events.php:820 app/features/events.php:1932
726
+ #: app/features/events.php:1960 app/features/events.php:2140
727
  #: app/features/fes/form.php:381
728
  msgid "End"
729
  msgstr ""
730
 
731
  #: app/features/events.php:822 app/features/events.php:1205
732
  #: app/features/events.php:1325 app/features/events.php:1430
733
+ #: app/features/events.php:1911 app/features/events.php:2125
734
+ #: app/features/events.php:2205 app/features/events.php:2338
735
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
736
  msgid "Add"
737
  msgstr ""
798
  msgid "Show only one occurrence of this event"
799
  msgstr ""
800
 
801
+ #: app/features/events.php:1167 app/features/events.php:3566
802
+ #: app/features/events.php:3608 app/features/fes/form.php:737
803
  #: app/features/ix.php:3508 app/features/ix.php:3549
804
+ #: app/features/mec/settings.php:689 app/libraries/main.php:5456
805
  #: app/widgets/single.php:103
806
  msgid "Event Cost"
807
  msgstr ""
814
  msgid "Exclude certain days"
815
  msgstr ""
816
 
817
+ #: app/features/events.php:1203 app/features/events.php:2572
818
  #: app/features/fes.php:223 app/features/mec/booking.php:500
819
+ #: app/features/profile/profile.php:53 app/libraries/main.php:2303
820
+ #: app/libraries/main.php:2958 app/modules/booking/steps/tickets.php:28
821
+ #: app/modules/next-event/details.php:93 app/skins/single.php:855
822
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
823
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
824
  msgid "Date"
852
 
853
  #: app/features/events.php:1310 app/features/events.php:1349
854
  #: app/features/events.php:1384 app/features/events.php:1416
855
+ #: app/features/events.php:1445 app/features/events.php:2353
856
+ #: app/features/events.php:2400 app/features/events.php:3372
857
+ #: app/features/events.php:3566 app/features/events.php:3608
858
  #: app/features/fes/form.php:239 app/features/ix.php:3508
859
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
860
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
863
 
864
  #: app/features/events.php:1319 app/features/events.php:1356
865
  #: app/features/events.php:1389 app/features/events.php:1424
866
+ #: app/features/events.php:1450 app/features/events.php:1942
867
+ #: app/features/events.php:1968 app/features/events.php:2146
868
+ #: app/features/events.php:2245 app/features/events.php:2281
869
+ #: app/features/events.php:2388 app/features/events.php:2430
870
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
871
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
872
+ #: app/libraries/main.php:2819 app/libraries/main.php:2849
873
+ #: app/libraries/main.php:2878 app/libraries/main.php:2908
874
+ #: app/libraries/main.php:2937 app/libraries/main.php:2966
875
+ #: app/libraries/main.php:2995 app/libraries/main.php:3024
876
+ #: app/libraries/main.php:3046 app/libraries/main.php:3077
877
+ #: app/libraries/main.php:3121 app/libraries/main.php:3165
878
+ #: app/libraries/main.php:3212 app/libraries/main.php:3251
879
  msgid "Remove"
880
  msgstr ""
881
 
894
  msgstr ""
895
 
896
  #: app/features/events.php:1353 app/features/events.php:1387
897
+ #: app/features/events.php:1448 app/features/events.php:1832
898
+ #: app/features/events.php:2057
899
  msgid "Description"
900
  msgstr ""
901
 
903
  #: app/features/events.php:1453 app/features/fes/form.php:861
904
  #: app/features/mec.php:420 app/features/mec/modules.php:52
905
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
906
+ #: app/libraries/main.php:565 app/libraries/main.php:5431
907
  #: app/modules/speakers/details.php:18
908
  msgid "Speakers"
909
  msgstr ""
918
  msgstr ""
919
 
920
  #: app/features/events.php:1487 app/features/events.php:1493
921
+ #: app/features/fes/form.php:716 app/libraries/main.php:5454
922
  msgid "Event Link"
923
  msgstr ""
924
 
939
  msgstr ""
940
 
941
  #: app/features/events.php:1503 app/features/events.php:1516
942
+ #: app/features/fes/form.php:721 app/libraries/main.php:5455
943
+ #: app/skins/single.php:880 app/skins/single/default.php:142
944
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
945
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
946
  #: app/widgets/single.php:107
965
  "Insert full link including http(s)://"
966
  msgstr ""
967
 
968
+ #: app/features/events.php:1540 app/features/mec/settings.php:749
969
+ msgid "Booking Options"
970
+ msgstr ""
971
+
972
+ #: app/features/events.php:1541
973
+ msgid "Total User Booking Limits"
974
+ msgstr ""
975
+
976
+ #: app/features/events.php:1542 app/features/events.php:1684
977
+ #: app/libraries/book.php:60 app/libraries/main.php:5459
978
+ #: app/modules/booking/steps/tickets.php:51
979
+ msgid "Tickets"
980
+ msgstr ""
981
+
982
+ #: app/features/events.php:1544 app/features/events.php:2182
983
+ msgid "Fees"
984
+ msgstr ""
985
+
986
+ #: app/features/events.php:1547 app/features/events.php:2314
987
+ #: app/features/mec/settings.php:761
988
+ msgid "Ticket Variations / Options"
989
+ msgstr ""
990
+
991
+ #: app/features/events.php:1551 app/features/mec/booking.php:585
992
+ #: app/features/mec/support-page.php:118
993
+ msgid "Organizer Payment"
994
+ msgstr ""
995
+
996
+ #: app/features/events.php:1591 app/features/events.php:1605
997
  msgid "Total booking limit"
998
  msgstr ""
999
 
1000
+ #: app/features/events.php:1602 app/features/events.php:1880
1001
+ #: app/features/events.php:2095 app/modules/booking/default.php:85
1002
+ #: app/modules/booking/steps/tickets.php:51
1003
  #: app/skins/available_spot/tpl.php:122
1004
  msgid "Unlimited"
1005
  msgstr ""
1018
  msgid "100"
1019
  msgstr ""
1020
 
1021
+ #: app/features/events.php:1620 app/features/events.php:1634
1022
+ msgid "Book All Occurrences"
1023
+ msgstr ""
1024
+
1025
+ #: app/features/events.php:1631
1026
+ msgid "Sell all occurrences by one booking"
1027
+ msgstr ""
1028
+
1029
+ #: app/features/events.php:1637
1030
+ msgid ""
1031
+ "If you have a series of events and you want to sell all of them at once, "
1032
+ "this option is for you! For example a weekly yoga course or something "
1033
+ "similar."
1034
+ msgstr ""
1035
+
1036
+ #: app/features/events.php:1647
1037
  msgid "Total user booking limits"
1038
  msgstr ""
1039
 
1040
+ #: app/features/events.php:1658 app/features/events.php:2194
1041
+ #: app/features/events.php:2326 app/features/events.php:2514
1042
  msgid "Inherit from global options"
1043
  msgstr ""
1044
 
1045
+ #: app/features/events.php:1661
1046
  msgid "12"
1047
  msgstr ""
1048
 
1049
+ #: app/features/events.php:1687
 
 
 
 
 
1050
  msgid ""
1051
  "You're translating an event so MEC will use the original event for tickets "
1052
  "and booking. You can only translate the ticket name and description. Please "
1053
  "define exact tickets that you defined in the original event here."
1054
  msgstr ""
1055
 
1056
+ #: app/features/events.php:1692
1057
  msgid "Add Ticket"
1058
  msgstr ""
1059
 
1060
+ #: app/features/events.php:1706 app/features/events.php:1982
1061
  msgid "Ticket Name"
1062
  msgstr ""
1063
 
1064
+ #: app/features/events.php:1711 app/features/events.php:1986
1065
+ #: app/features/events.php:3566 app/features/events.php:3608
1066
  #: app/features/ix.php:3508 app/features/ix.php:3549
1067
  msgid "Start Time"
1068
  msgstr ""
1069
 
1070
+ #: app/features/events.php:1770 app/features/events.php:2016
1071
+ #: app/features/events.php:3566 app/features/events.php:3608
1072
  #: app/features/ix.php:3508 app/features/ix.php:3549
1073
  msgid "End Time"
1074
  msgstr ""
1075
 
1076
+ #: app/features/events.php:1837 app/features/events.php:1841
1077
+ #: app/features/events.php:1936 app/features/events.php:1963
1078
+ #: app/features/events.php:2062 app/features/events.php:2065
1079
+ #: app/features/events.php:2142 app/features/events.php:2359
1080
+ #: app/features/events.php:2363 app/features/events.php:2405
1081
+ #: app/features/events.php:2408 app/features/mec/booking.php:388
1082
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1083
  #: app/features/mec/booking.php:423
1084
  msgid "Price"
1085
  msgstr ""
1086
 
1087
+ #: app/features/events.php:1842 app/features/events.php:2066
1088
  msgid ""
1089
  "Insert 0 for free ticket. Only numbers please — Enter only the price without "
1090
  "any symbols or characters."
1091
  msgstr ""
1092
 
1093
+ #: app/features/events.php:1851 app/features/events.php:1856
1094
+ #: app/features/events.php:2075 app/features/events.php:2078
1095
  msgid "Price Label"
1096
  msgstr ""
1097
 
1098
+ #: app/features/events.php:1857 app/features/events.php:2079
1099
  msgid "For showing on website. e.g. $15"
1100
  msgstr ""
1101
 
1102
+ #: app/features/events.php:1867 app/features/events.php:2089
1103
  msgid "Available Tickets"
1104
  msgstr ""
1105
 
1106
+ #: app/features/events.php:1884 app/features/events.php:2099
1107
  msgid "Minimum Ticket e.g. 3"
1108
  msgstr ""
1109
 
1110
+ #: app/features/events.php:1887 app/features/events.php:2102
1111
  msgid "MinimumTicket"
1112
  msgstr ""
1113
 
1114
+ #: app/features/events.php:1889 app/features/events.php:2104
1115
  msgid "Set a number for the minimum ticket reservation possible"
1116
  msgstr ""
1117
 
1118
+ #: app/features/events.php:1897 app/features/events.php:2112
1119
  msgid "e.g. 0"
1120
  msgstr ""
1121
 
1122
+ #: app/features/events.php:1899 app/features/events.php:2114
1123
  msgid "Day"
1124
  msgstr ""
1125
 
1126
+ #: app/features/events.php:1900 app/features/events.php:2115
1127
  msgid "Hour"
1128
  msgstr ""
1129
 
1130
+ #: app/features/events.php:1902 app/features/events.php:2117
1131
  #, php-format
1132
  msgid "Stop selling ticket %s before event start."
1133
  msgstr ""
1134
 
1135
+ #: app/features/events.php:1909 app/features/events.php:2123
1136
  msgid "Price per Date"
1137
  msgstr ""
1138
 
1139
+ #: app/features/events.php:1940 app/features/events.php:1966
1140
+ #: app/features/events.php:2144 app/features/labels.php:60
1141
  #: app/features/mec/meta_boxes/display_options.php:1386
1142
  #: app/features/mec/meta_boxes/search_form.php:67
1143
  #: app/features/mec/meta_boxes/search_form.php:137
1150
  #: app/features/mec/meta_boxes/search_form.php:620
1151
  #: app/features/mec/meta_boxes/search_form.php:690
1152
  #: app/features/mec/meta_boxes/search_form.php:796
1153
+ #: app/features/mec/settings.php:871 app/features/mec/single.php:251
1154
+ #: app/features/search.php:98 app/libraries/skins.php:1022
1155
  msgid "Label"
1156
  msgstr ""
1157
 
1158
+ #: app/features/events.php:2219 app/features/events.php:2257
 
 
 
 
1159
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1160
  msgid "Fee Title"
1161
  msgstr ""
1162
 
1163
+ #: app/features/events.php:2225 app/features/events.php:2229
1164
+ #: app/features/events.php:2262 app/features/events.php:2265
1165
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1166
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1167
  msgid "Amount"
1168
  msgstr ""
1169
 
1170
+ #: app/features/events.php:2230 app/features/events.php:2266
1171
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1172
  msgid ""
1173
  "Fee amount, considered as fixed amount if you set the type to amount "
1174
  "otherwise considered as percentage"
1175
  msgstr ""
1176
 
1177
+ #: app/features/events.php:2239 app/features/events.php:2275
1178
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1179
  msgid "Percent"
1180
  msgstr ""
1181
 
1182
+ #: app/features/events.php:2240 app/features/events.php:2276
1183
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1184
  msgid "Amount (Per Ticket)"
1185
  msgstr ""
1186
 
1187
+ #: app/features/events.php:2241 app/features/events.php:2277
1188
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1189
  msgid "Amount (Per Booking)"
1190
  msgstr ""
1191
 
1192
+ #: app/features/events.php:2364 app/features/events.php:2409
 
 
 
 
1193
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1194
  msgid "Option Price"
1195
  msgstr ""
1196
 
1197
+ #: app/features/events.php:2374 app/features/events.php:2378
1198
+ #: app/features/events.php:2418 app/features/events.php:2421
1199
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1200
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1201
  msgid "Maximum Per Ticket"
1202
  msgstr ""
1203
 
1204
+ #: app/features/events.php:2379 app/features/events.php:2422
1205
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1206
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1207
  msgstr ""
1208
 
1209
+ #: app/features/events.php:2568 app/features/mec/booking.php:496
1210
+ #: app/libraries/main.php:2841
1211
  msgid "MEC Name"
1212
  msgstr ""
1213
 
1214
+ #: app/features/events.php:2569 app/features/mec/booking.php:497
1215
+ #: app/libraries/main.php:2870
1216
  msgid "MEC Email"
1217
  msgstr ""
1218
 
1219
+ #: app/features/events.php:2570 app/features/mec/booking.php:498
1220
+ #: app/libraries/main.php:2811
1221
  msgid "Text"
1222
  msgstr ""
1223
 
1224
+ #: app/features/events.php:2573 app/features/mec/booking.php:501
1225
  #: app/features/organizers.php:103 app/features/organizers.php:148
1226
  #: app/features/speakers.php:119 app/features/speakers.php:192
1227
+ #: app/features/speakers.php:271 app/libraries/main.php:2987
1228
  msgid "Tel"
1229
  msgstr ""
1230
 
1231
+ #: app/features/events.php:2574 app/features/mec/booking.php:502
1232
+ #: app/libraries/main.php:2929
1233
  msgid "File"
1234
  msgstr ""
1235
 
1236
+ #: app/features/events.php:2575 app/features/mec/booking.php:503
1237
+ #: app/libraries/main.php:3016
1238
  msgid "Textarea"
1239
  msgstr ""
1240
 
1241
+ #: app/features/events.php:2576 app/features/mec/booking.php:504
1242
+ #: app/libraries/main.php:3069
1243
  msgid "Checkboxes"
1244
  msgstr ""
1245
 
1246
+ #: app/features/events.php:2577 app/features/mec/booking.php:505
1247
+ #: app/libraries/main.php:3113
1248
  msgid "Radio Buttons"
1249
  msgstr ""
1250
 
1251
+ #: app/features/events.php:2578 app/features/mec/booking.php:506
1252
  #: app/features/mec/meta_boxes/search_form.php:34
1253
  #: app/features/mec/meta_boxes/search_form.php:41
1254
  #: app/features/mec/meta_boxes/search_form.php:49
1324
  #: app/features/mec/meta_boxes/search_form.php:785
1325
  #: app/features/mec/meta_boxes/search_form.php:792
1326
  #: app/features/mec/meta_boxes/search_form.php:799
1327
+ #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3157
1328
  msgid "Dropdown"
1329
  msgstr ""
1330
 
1331
+ #: app/features/events.php:2579 app/features/mec/booking.php:507
1332
+ #: app/libraries/main.php:3204
1333
  msgid "Agreement"
1334
  msgstr ""
1335
 
1336
+ #: app/features/events.php:2580 app/features/mec/booking.php:508
1337
+ #: app/libraries/main.php:3045
1338
  msgid "Paragraph"
1339
  msgstr ""
1340
 
1341
+ #: app/features/events.php:3274 app/features/events.php:3292
1342
+ #: app/features/events.php:3310 app/features/events.php:3328
1343
  #, php-format
1344
  msgid "Show all %s"
1345
  msgstr ""
1346
 
1347
+ #: app/features/events.php:3274
1348
  msgid "labels"
1349
  msgstr ""
1350
 
1351
+ #: app/features/events.php:3292
1352
  msgid "locations"
1353
  msgstr ""
1354
 
1355
+ #: app/features/events.php:3310
1356
  msgid "organizers"
1357
  msgstr ""
1358
 
1359
+ #: app/features/events.php:3344
1360
  msgid "Attendees List"
1361
  msgstr ""
1362
 
1363
+ #: app/features/events.php:3374 app/features/events.php:3566
1364
+ #: app/features/events.php:3608 app/features/ix.php:3508
1365
  #: app/features/ix.php:3549 app/features/locations.php:58
1366
  #: app/features/locations.php:247 app/features/locations.php:304
1367
  #: app/features/locations.php:306 app/features/locations.php:315
1377
  #: app/features/mec/meta_boxes/search_form.php:591
1378
  #: app/features/mec/meta_boxes/search_form.php:661
1379
  #: app/features/mec/meta_boxes/search_form.php:767
1380
+ #: app/features/mec/settings.php:845 app/features/mec/single.php:241
1381
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1382
+ #: app/features/search.php:74 app/libraries/main.php:2297
1383
+ #: app/libraries/main.php:5428 app/libraries/skins.php:918
1384
+ #: app/skins/single.php:702 app/skins/single.php:1136
1385
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1386
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1387
  #: app/skins/single/modern.php:104
1388
  msgid "Location"
1389
  msgstr ""
1390
 
1391
+ #: app/features/events.php:3379
1392
  msgid "Repeat"
1393
  msgstr ""
1394
 
1395
+ #: app/features/events.php:3380
1396
  msgid "Author"
1397
  msgstr ""
1398
 
1399
+ #: app/features/events.php:3501 app/features/events.php:3502
1400
  msgid "iCal Export"
1401
  msgstr ""
1402
 
1403
+ #: app/features/events.php:3504 app/features/events.php:3505
1404
  msgid "CSV Export"
1405
  msgstr ""
1406
 
1407
+ #: app/features/events.php:3507 app/features/events.php:3508
1408
  msgid "MS Excel Export"
1409
  msgstr ""
1410
 
1411
+ #: app/features/events.php:3510 app/features/events.php:3511
1412
  msgid "XML Export"
1413
  msgstr ""
1414
 
1415
+ #: app/features/events.php:3513 app/features/events.php:3514
1416
  msgid "JSON Export"
1417
  msgstr ""
1418
 
1419
+ #: app/features/events.php:3516 app/features/events.php:3517
1420
+ #: app/features/events.php:3699
1421
  msgid "Duplicate"
1422
  msgstr ""
1423
 
1424
+ #: app/features/events.php:3566 app/features/events.php:3608
1425
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1426
  #: app/features/labels.php:177 app/features/locations.php:246
1427
  #: app/features/organizers.php:203 app/features/speakers.php:268
1428
  msgid "ID"
1429
  msgstr ""
1430
 
1431
+ #: app/features/events.php:3566 app/features/events.php:3608
1432
  #: app/features/ix.php:3508 app/features/ix.php:3549
1433
  msgid "Link"
1434
  msgstr ""
1435
 
1436
+ #: app/features/events.php:3566 app/features/events.php:3608
1437
  #, php-format
1438
  msgid "%s Tel"
1439
  msgstr ""
1440
 
1441
+ #: app/features/events.php:3566 app/features/events.php:3608
1442
  #, php-format
1443
  msgid "%s Email"
1444
  msgstr ""
1445
 
1446
+ #: app/features/events.php:3905 app/features/fes.php:223
1447
+ #: app/features/profile/profile.php:186 app/libraries/main.php:2334
1448
+ #: app/libraries/main.php:5458
1449
  msgid "Ticket"
1450
  msgstr ""
1451
 
1452
+ #: app/features/events.php:3908 app/features/profile/profile.php:189
1453
  msgid "Variations"
1454
  msgstr ""
1455
 
1456
+ #: app/features/events.php:3923 app/features/fes.php:303
1457
  msgid "Unknown"
1458
  msgstr ""
1459
 
1460
+ #: app/features/events.php:3956
1461
  msgid "No Attendees Found!"
1462
  msgstr ""
1463
 
1495
  msgid "Order Time"
1496
  msgstr ""
1497
 
1498
+ #: app/features/fes.php:223 app/libraries/main.php:2309
1499
+ #: app/libraries/main.php:2397
1500
  msgid "Transaction ID"
1501
  msgstr ""
1502
 
1625
 
1626
  #: app/features/fes/form.php:793 app/features/labels.php:61
1627
  #: app/features/labels.php:221 app/features/mec.php:413
1628
+ #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5425
1629
+ #: app/skins/single.php:910 app/skins/single/default.php:157
1630
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1631
  #: app/skins/single/modern.php:238
1632
  msgid "Labels"
1943
 
1944
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
1945
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
1946
+ #: app/features/mec/settings.php:1085 app/features/mec/single.php:298
1947
  msgid "Checking ..."
1948
  msgstr ""
1949
 
2339
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2340
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2341
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2342
+ #: app/skins/grid/render.php:63 app/skins/list/render.php:39
2343
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2344
  #: app/skins/monthly_view/calendar_clean.php:87
2345
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
2350
  msgstr ""
2351
 
2352
  #: app/features/labels.php:118 app/features/labels.php:143
2353
+ #: app/libraries/main.php:5672 app/skins/agenda/render.php:43
2354
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2355
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2356
+ #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
2357
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2358
  #: app/skins/monthly_view/calendar.php:89
2359
  #: app/skins/monthly_view/calendar_clean.php:88
2370
 
2371
  #: app/features/labels.php:180 app/features/locations.php:249
2372
  #: app/features/organizers.php:206 app/features/speakers.php:272
2373
+ #: app/modules/booking/steps/tickets.php:49
2374
  msgid "Count"
2375
  msgstr ""
2376
 
2386
 
2387
  #: app/features/locations.php:59 app/features/mec.php:414
2388
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2389
+ #: app/libraries/main.php:5427
2390
  msgid "Locations"
2391
  msgstr ""
2392
 
2512
  msgid "Don't show map in single event page"
2513
  msgstr ""
2514
 
2515
+ #: app/features/locations.php:377 app/libraries/main.php:5461
2516
  msgid "Other Locations"
2517
  msgstr ""
2518
 
2569
 
2570
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2571
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2572
+ #: app/libraries/main.php:5429
2573
  msgid "Organizers"
2574
  msgstr ""
2575
 
2603
  msgstr ""
2604
 
2605
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2606
+ #: app/libraries/factory.php:1054
2607
  msgid "Go Pro"
2608
  msgstr ""
2609
 
2698
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2699
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2700
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2701
+ #: app/features/mec/single.php:17 app/features/mec/single.php:263
2702
+ #: app/features/mec/single.php:273 app/features/mec/single.php:315
2703
+ #: app/features/mec/single.php:329 app/features/mec/styles.php:11
2704
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2705
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2706
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
2892
  msgid "Enable Organizer Payment Module"
2893
  msgstr ""
2894
 
 
 
 
 
2895
  #: app/features/mec/booking.php:586
2896
  msgid ""
2897
  "By enabling this module, organizers are able to insert their own payment "
2900
 
2901
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
2902
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
2903
+ #: app/features/mec/settings.php:1080 app/features/mec/single.php:293
2904
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
2905
  msgid "Saved"
2906
  msgstr ""
2907
 
2908
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
2909
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
2910
+ #: app/features/mec/settings.php:1081 app/features/mec/single.php:294
2911
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
2912
  msgid "Settings Saved!"
2913
  msgstr ""
2916
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
2917
  #: app/features/mec/notifications.php:907
2918
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
2919
+ #: app/features/mec/settings.php:1105 app/features/mec/single.php:296
2920
+ #: app/features/mec/single.php:318 app/libraries/main.php:5671
2921
  msgid "Verified"
2922
  msgstr ""
2923
 
2924
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
2925
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
2926
+ #: app/features/mec/single.php:320
2927
  msgid "Please Refresh Page"
2928
  msgstr ""
2929
 
2937
  msgid "%s - Most Powerful & Easy to Use Events Management System"
2938
  msgstr ""
2939
 
2940
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:964
2941
  msgid "Modern Events Calendar (Lite)"
2942
  msgstr ""
2943
 
3011
  msgstr ""
3012
 
3013
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3014
+ #: app/libraries/factory.php:974
3015
  msgid "Upcoming Events"
3016
  msgstr ""
3017
 
3564
 
3565
  #: app/features/mec/meta_boxes/display_options.php:637
3566
  #: app/features/mec/meta_boxes/display_options.php:661
3567
+ #: app/libraries/main.php:330 app/libraries/main.php:1814
3568
+ #: app/libraries/main.php:1839
3569
  msgid "List View"
3570
  msgstr ""
3571
 
3572
  #: app/features/mec/meta_boxes/display_options.php:638
3573
  #: app/features/mec/meta_boxes/display_options.php:682
3574
+ #: app/libraries/main.php:331 app/libraries/main.php:1815
3575
+ #: app/libraries/main.php:1840
3576
  msgid "Grid View"
3577
  msgstr ""
3578
 
3584
 
3585
  #: app/features/mec/meta_boxes/display_options.php:640
3586
  #: app/features/mec/meta_boxes/display_options.php:703
3587
+ #: app/libraries/main.php:334 app/libraries/main.php:1808
3588
+ #: app/libraries/main.php:1833
3589
  msgid "Yearly View"
3590
  msgstr ""
3591
 
3596
 
3597
  #: app/features/mec/meta_boxes/display_options.php:642
3598
  #: app/features/mec/meta_boxes/display_options.php:752
3599
+ #: app/libraries/main.php:337 app/libraries/main.php:1810
3600
+ #: app/libraries/main.php:1835
3601
  msgid "Weekly View"
3602
  msgstr ""
3603
 
3604
  #: app/features/mec/meta_boxes/display_options.php:643
3605
  #: app/features/mec/meta_boxes/display_options.php:762
3606
+ #: app/libraries/main.php:336 app/libraries/main.php:1811
3607
+ #: app/libraries/main.php:1836
3608
  msgid "Daily View"
3609
  msgstr ""
3610
 
4145
  #: app/features/mec/meta_boxes/search_form.php:606
4146
  #: app/features/mec/meta_boxes/search_form.php:676
4147
  #: app/features/mec/meta_boxes/search_form.php:782
4148
+ #: app/features/mec/settings.php:858 app/features/mec/single.php:246
4149
  #: app/features/search.php:86 app/features/speakers.php:61
4150
+ #: app/features/speakers.php:269 app/libraries/main.php:5432
4151
+ #: app/libraries/skins.php:970
4152
  msgid "Speaker"
4153
  msgstr ""
4154
 
4163
  #: app/features/mec/meta_boxes/search_form.php:613
4164
  #: app/features/mec/meta_boxes/search_form.php:683
4165
  #: app/features/mec/meta_boxes/search_form.php:789
4166
+ #: app/features/mec/settings.php:865 app/features/mec/single.php:255
4167
+ #: app/features/search.php:92 app/libraries/skins.php:996
4168
  msgid "Tag"
4169
  msgstr ""
4170
 
4287
  msgid "Google Maps Style"
4288
  msgstr ""
4289
 
4290
+ #: app/features/mec/modules.php:114 app/features/mec/single.php:89
4291
  msgid "Default"
4292
  msgstr ""
4293
 
5095
  msgstr ""
5096
 
5097
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5098
+ #: app/libraries/main.php:5436
5099
  msgid "Weekdays"
5100
  msgstr ""
5101
 
5421
  msgid "Event Organizer"
5422
  msgstr ""
5423
 
 
 
 
 
5424
  #: app/features/mec/settings.php:755
5425
  msgid "Fees / Taxes Options"
5426
  msgstr ""
5604
  "Referred date\" shows the event date based on referred date in event list."
5605
  msgstr ""
5606
 
5607
+ #: app/features/mec/single.php:65 app/features/mec/single.php:77
5608
  msgid "Single Event Style"
5609
  msgstr ""
5610
 
5612
  msgid "Default Style"
5613
  msgstr ""
5614
 
5615
+ #: app/features/mec/single.php:72
5616
  msgid "Elementor Single Builder"
5617
  msgstr ""
5618
 
5619
+ #: app/features/mec/single.php:78
5620
  msgid "Choose your single event style."
5621
  msgstr ""
5622
 
5623
+ #: app/features/mec/single.php:86 app/features/mec/single.php:94
5624
  msgid "Booking Style"
5625
  msgstr ""
5626
 
5627
+ #: app/features/mec/single.php:90
5628
  msgid "Modal"
5629
  msgstr ""
5630
 
5631
+ #: app/features/mec/single.php:95
5632
  msgid ""
5633
  "Choose your Booking style. Note: When you set this feature to Modal, you "
5634
  "cannot see the booking box if you set popup module view on shortcodes"
5635
  msgstr ""
5636
 
5637
+ #: app/features/mec/single.php:103
5638
  msgid "Disable Block Editor (Gutenberg)"
5639
  msgstr ""
5640
 
5641
+ #: app/features/mec/single.php:106
5642
  msgid "Disable Block Editor"
5643
  msgstr ""
5644
 
5645
+ #: app/features/mec/single.php:110
5646
  msgid "Block Editor"
5647
  msgstr ""
5648
 
5649
+ #: app/features/mec/single.php:111
5650
  msgid ""
5651
  "If you want to use the new WordPress block editor you should keep this "
5652
  "checkbox unchecked."
5653
  msgstr ""
5654
 
5655
+ #: app/features/mec/single.php:118 app/features/mec/single.php:125
5656
  msgid "Breadcrumbs"
5657
  msgstr ""
5658
 
5659
+ #: app/features/mec/single.php:121
5660
  msgid "Enable Breadcrumbs."
5661
  msgstr ""
5662
 
5663
+ #: app/features/mec/single.php:126
5664
  msgid "Check this option, for showing the breadcrumbs on single event page"
5665
  msgstr ""
5666
 
5667
+ #: app/features/mec/single.php:133 app/features/mec/single.php:140
5668
  msgid "Organizer Description"
5669
  msgstr ""
5670
 
5671
+ #: app/features/mec/single.php:136
5672
  msgid "Enable Description For Organizer."
5673
  msgstr ""
5674
 
5675
+ #: app/features/mec/single.php:141
5676
  msgid ""
5677
  "If you want to turn on description for other organizer plase go to "
5678
  "'Additional Organizers - After enabling and saving the settings, reloading "
5679
  "the settings page.' tab"
5680
  msgstr ""
5681
 
5682
+ #: app/features/mec/single.php:154
5683
  msgid "Show countdown module on event page"
5684
  msgstr ""
5685
 
5686
+ #: app/features/mec/single.php:159
5687
  msgid "Countdown Style"
5688
  msgstr ""
5689
 
5690
+ #: app/features/mec/single.php:162
5691
  msgid "Plain Style"
5692
  msgstr ""
5693
 
5694
+ #: app/features/mec/single.php:163
5695
  msgid "Flip Style"
5696
  msgstr ""
5697
 
5698
+ #: app/features/mec/single.php:171 app/features/mec/single.php:178
5699
  msgid "Exceptional days (Exclude Dates)"
5700
  msgstr ""
5701
 
5702
+ #: app/features/mec/single.php:175
5703
  msgid "Show exceptional days option on Add/Edit events page"
5704
  msgstr ""
5705
 
5706
+ #: app/features/mec/single.php:179
5707
  msgid ""
5708
  "Using this option you can exclude certain days from event occurrence dates."
5709
  msgstr ""
5710
 
5711
+ #: app/features/mec/single.php:188 app/libraries/main.php:550
5712
  msgid "Additional Organizers"
5713
  msgstr ""
5714
 
5715
+ #: app/features/mec/single.php:193
5716
  msgid ""
5717
  "Show additional organizers option on Add/Edit events page and single event "
5718
  "page."
5719
  msgstr ""
5720
 
5721
+ #: app/features/mec/single.php:202
5722
  msgid "Enable Description For Other Organizers."
5723
  msgstr ""
5724
 
5725
+ #: app/features/mec/single.php:210
5726
  msgid "Additional locations"
5727
  msgstr ""
5728
 
5729
+ #: app/features/mec/single.php:214
5730
  msgid ""
5731
  "Show additional locations option on Add/Edit events page and single event "
5732
  "page."
5733
  msgstr ""
5734
 
5735
+ #: app/features/mec/single.php:220 app/libraries/main.php:552
5736
+ #: app/skins/single.php:161 app/skins/single.php:289
5737
  msgid "Related Events"
5738
  msgstr ""
5739
 
5740
+ #: app/features/mec/single.php:224
5741
  msgid "Display related events based on taxonomy in single event page."
5742
  msgstr ""
5743
 
5744
+ #: app/features/mec/single.php:230
5745
  msgid "Select Taxonomies:"
5746
  msgstr ""
5747
 
6331
  msgid "eg. https://webnus.net"
6332
  msgstr ""
6333
 
6334
+ #: app/features/organizers.php:312 app/libraries/main.php:5460
6335
+ #: app/skins/single.php:1068
6336
  msgid "Other Organizers"
6337
  msgstr ""
6338
 
6391
 
6392
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
6393
  #: app/modules/booking/steps/form.php:179
6394
+ #: app/modules/booking/steps/tickets.php:85 app/skins/countdown/tpl.php:109
6395
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
6396
  msgid "Next"
6397
  msgstr ""
6444
  msgid "Please %s/%s in order to see your bookings / profile."
6445
  msgstr ""
6446
 
6447
+ #: app/features/profile/profile.php:18 app/libraries/main.php:2200
6448
  msgid "Your booking already canceled!"
6449
  msgstr ""
6450
 
6452
  msgid "#"
6453
  msgstr ""
6454
 
6455
+ #: app/features/profile/profile.php:56 app/libraries/main.php:3226
6456
  msgid "Status"
6457
  msgstr ""
6458
 
6459
+ #: app/features/profile/profile.php:59 app/libraries/main.php:2318
6460
  msgid "Attendees"
6461
  msgstr ""
6462
 
6569
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
6570
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
6571
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
6572
+ #: app/modules/next-event/details.php:104 app/skins/single.php:322
6573
+ #: app/skins/single.php:960 app/skins/single/default.php:110
6574
+ #: app/skins/single/default.php:341 app/skins/single/m1.php:45
6575
+ #: app/skins/single/modern.php:208
6576
  msgid "All Day"
6577
  msgstr ""
6578
 
6644
  msgid "%s Price"
6645
  msgstr ""
6646
 
6647
+ #: app/libraries/book.php:632 app/libraries/book.php:717
6648
  msgid "Discount"
6649
  msgstr ""
6650
 
6651
+ #: app/libraries/book.php:788 app/modules/booking/default.php:316
6652
+ #: app/modules/booking/default.php:419
6653
  msgid "Download Invoice"
6654
  msgstr ""
6655
 
6720
  msgid "Custom sidebar for single and modal page of MEC."
6721
  msgstr ""
6722
 
6723
+ #: app/libraries/factory.php:1040
6724
  msgid "News & Updates"
6725
  msgstr ""
6726
 
6727
+ #: app/libraries/factory.php:1053
6728
  msgid "Blog"
6729
  msgstr ""
6730
 
6731
+ #: app/libraries/factory.php:1053
6732
  msgid "Help"
6733
  msgstr ""
6734
 
6736
  msgid "There is no excerpt because this is a protected post."
6737
  msgstr ""
6738
 
6739
+ #: app/libraries/main.php:332 app/libraries/main.php:1816
6740
+ #: app/libraries/main.php:1841
6741
  msgid "Agenda View"
6742
  msgstr ""
6743
 
6744
+ #: app/libraries/main.php:333 app/libraries/main.php:1807
6745
+ #: app/libraries/main.php:1832
6746
  msgid "Full Calendar"
6747
  msgstr ""
6748
 
6749
+ #: app/libraries/main.php:335 app/libraries/main.php:1809
6750
+ #: app/libraries/main.php:1834
6751
  msgid "Calendar/Monthly View"
6752
  msgstr ""
6753
 
6754
+ #: app/libraries/main.php:338 app/libraries/main.php:1812
6755
+ #: app/libraries/main.php:1837
6756
  msgid "Timetable View"
6757
  msgstr ""
6758
 
6759
+ #: app/libraries/main.php:339 app/libraries/main.php:1813
6760
+ #: app/libraries/main.php:1838
6761
  msgid "Masonry View"
6762
  msgstr ""
6763
 
6764
+ #: app/libraries/main.php:340 app/libraries/main.php:1817
6765
+ #: app/libraries/main.php:1842
6766
  msgid "Map View"
6767
  msgstr ""
6768
 
6790
  msgid "Timeline View"
6791
  msgstr ""
6792
 
6793
+ #: app/libraries/main.php:385 app/libraries/main.php:5438
6794
  msgid "SU"
6795
  msgstr ""
6796
 
6797
+ #: app/libraries/main.php:386 app/libraries/main.php:5439
6798
  msgid "MO"
6799
  msgstr ""
6800
 
6801
+ #: app/libraries/main.php:387 app/libraries/main.php:5440
6802
  msgid "TU"
6803
  msgstr ""
6804
 
6805
+ #: app/libraries/main.php:388 app/libraries/main.php:5441
6806
  msgid "WE"
6807
  msgstr ""
6808
 
6809
+ #: app/libraries/main.php:389 app/libraries/main.php:5442
6810
  msgid "TH"
6811
  msgstr ""
6812
 
6813
+ #: app/libraries/main.php:390 app/libraries/main.php:5443
6814
  msgid "FR"
6815
  msgstr ""
6816
 
6817
+ #: app/libraries/main.php:391 app/libraries/main.php:5444
6818
  msgid "SA"
6819
  msgstr ""
6820
 
6830
  msgid "Modules"
6831
  msgstr ""
6832
 
6833
+ #: app/libraries/main.php:872
6834
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
6835
  msgstr ""
6836
 
6837
+ #: app/libraries/main.php:879
6838
  msgid ""
6839
  "The time has come at last, and the new practical add-ons for MEC have been "
6840
  "released. This is a revolution in the world of Event Calendars. We have "
6842
  "below:"
6843
  msgstr ""
6844
 
6845
+ #: app/libraries/main.php:881
6846
  msgid ""
6847
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
6848
  "products) and Woo products at the same time."
6849
  msgstr ""
6850
 
6851
+ #: app/libraries/main.php:882
6852
  msgid ""
6853
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
6854
  "other websites without MEC. Use JSON output features to make your Apps "
6855
  "compatible with MEC."
6856
  msgstr ""
6857
 
6858
+ #: app/libraries/main.php:883
6859
  msgid ""
6860
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
6861
  "main websites. Changes in the main one will be inherited by the subsites. "
6862
  "you can set these up in the admin panel."
6863
  msgstr ""
6864
 
6865
+ #: app/libraries/main.php:884
6866
  msgid ""
6867
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
6868
  "pages can contain ticket purchase information, information about registered "
6869
  "events. Users can now log in to purchase tickets."
6870
  msgstr ""
6871
 
6872
+ #: app/libraries/main.php:1533
6873
  msgid "Events at this location"
6874
  msgstr ""
6875
 
6876
+ #: app/libraries/main.php:1533
6877
  msgid "Event at this location"
6878
  msgstr ""
6879
 
6880
+ #: app/libraries/main.php:1585
6881
  msgid "Facebook"
6882
  msgstr ""
6883
 
6884
+ #: app/libraries/main.php:1586
6885
  msgid "Twitter"
6886
  msgstr ""
6887
 
6888
+ #: app/libraries/main.php:1587 app/libraries/main.php:1644
6889
  msgid "Linkedin"
6890
  msgstr ""
6891
 
6892
+ #: app/libraries/main.php:1588 app/libraries/main.php:1680
6893
  msgid "VK"
6894
  msgstr ""
6895
 
6896
+ #: app/libraries/main.php:1589
6897
  msgid "Tumblr"
6898
  msgstr ""
6899
 
6900
+ #: app/libraries/main.php:1590
6901
  msgid "Pinterest"
6902
  msgstr ""
6903
 
6904
+ #: app/libraries/main.php:1591
6905
  msgid "Flipboard"
6906
  msgstr ""
6907
 
6908
+ #: app/libraries/main.php:1592
6909
  msgid "GetPocket"
6910
  msgstr ""
6911
 
6912
+ #: app/libraries/main.php:1593
6913
  msgid "Reddit"
6914
  msgstr ""
6915
 
6916
+ #: app/libraries/main.php:1594
6917
  msgid "WhatsApp"
6918
  msgstr ""
6919
 
6920
+ #: app/libraries/main.php:1595
6921
  msgid "Telegram"
6922
  msgstr ""
6923
 
6924
+ #: app/libraries/main.php:1614
6925
  msgid "Share on Facebook"
6926
  msgstr ""
6927
 
6928
+ #: app/libraries/main.php:1629
6929
  msgid "Tweet"
6930
  msgstr ""
6931
 
6932
+ #: app/libraries/main.php:1695
6933
  msgid "Share on Tumblr"
6934
  msgstr ""
6935
 
6936
+ #: app/libraries/main.php:1711
6937
  msgid "Share on Pinterest"
6938
  msgstr ""
6939
 
6940
+ #: app/libraries/main.php:1727
6941
  msgid "Share on Flipboard"
6942
  msgstr ""
6943
 
6944
+ #: app/libraries/main.php:1745
6945
  msgid "Share on GetPocket"
6946
  msgstr ""
6947
 
6948
+ #: app/libraries/main.php:1761
6949
  msgid "Share on Reddit"
6950
  msgstr ""
6951
 
6952
+ #: app/libraries/main.php:1777
6953
  msgid "Share on Telegram"
6954
  msgstr ""
6955
 
6956
+ #: app/libraries/main.php:1795
6957
  msgid "Share on WhatsApp"
6958
  msgstr ""
6959
 
6960
+ #: app/libraries/main.php:1818
6961
  msgid "Custom Shortcode"
6962
  msgstr ""
6963
 
6964
+ #: app/libraries/main.php:2180
6965
  msgid "Your booking already verified!"
6966
  msgstr ""
6967
 
6968
+ #: app/libraries/main.php:2185
6969
  msgid "Your booking successfully verified."
6970
  msgstr ""
6971
 
6972
+ #: app/libraries/main.php:2186
6973
  msgid "Your booking cannot verify!"
6974
  msgstr ""
6975
 
6976
+ #: app/libraries/main.php:2205
6977
  msgid "Your booking successfully canceled."
6978
  msgstr ""
6979
 
6980
+ #: app/libraries/main.php:2206
6981
  msgid "Your booking cannot be canceled."
6982
  msgstr ""
6983
 
6984
+ #: app/libraries/main.php:2210
6985
  msgid "You canceled the payment successfully."
6986
  msgstr ""
6987
 
6988
+ #: app/libraries/main.php:2214
6989
  msgid "You returned from payment gateway successfully."
6990
  msgstr ""
6991
 
6992
+ #: app/libraries/main.php:2230
6993
  msgid "Cannot find the invoice!"
6994
  msgstr ""
6995
 
6996
+ #: app/libraries/main.php:2230
6997
  msgid "Invoice is invalid."
6998
  msgstr ""
6999
 
7000
+ #: app/libraries/main.php:2250
7001
  msgid ""
7002
  "Your booking still is not confirmed. You can download it after confirmation!"
7003
  msgstr ""
7004
 
7005
+ #: app/libraries/main.php:2250
7006
  msgid "Booking Not Confirmed."
7007
  msgstr ""
7008
 
7009
+ #: app/libraries/main.php:2256
7010
  msgid "Cannot find the booking!"
7011
  msgstr ""
7012
 
7013
+ #: app/libraries/main.php:2256
7014
  msgid "Booking is invalid."
7015
  msgstr ""
7016
 
7017
+ #: app/libraries/main.php:2288
7018
  #, php-format
7019
  msgid "%s Invoice"
7020
  msgstr ""
7021
 
7022
+ #: app/libraries/main.php:2364
7023
  msgid "Billing"
7024
  msgstr ""
7025
 
7026
+ #: app/libraries/main.php:2376
7027
  msgid "Coupon Code"
7028
  msgstr ""
7029
 
7030
+ #: app/libraries/main.php:2381
7031
  msgid "Total"
7032
  msgstr ""
7033
 
7034
+ #: app/libraries/main.php:2388
7035
  msgid "Payment"
7036
  msgstr ""
7037
 
7038
+ #: app/libraries/main.php:2392
7039
  msgid "Gateway"
7040
  msgstr ""
7041
 
7042
+ #: app/libraries/main.php:2405
7043
  msgid "Payment Time"
7044
  msgstr ""
7045
 
7046
+ #: app/libraries/main.php:2466
7047
  msgid "Request is not valid."
7048
  msgstr ""
7049
 
7050
+ #: app/libraries/main.php:2466
7051
  msgid "iCal export stopped!"
7052
  msgstr ""
7053
 
7054
+ #: app/libraries/main.php:2810 app/libraries/main.php:2840
7055
+ #: app/libraries/main.php:2869 app/libraries/main.php:2899
7056
+ #: app/libraries/main.php:2928 app/libraries/main.php:2957
7057
+ #: app/libraries/main.php:2986 app/libraries/main.php:3015
7058
+ #: app/libraries/main.php:3044 app/libraries/main.php:3068
7059
+ #: app/libraries/main.php:3112 app/libraries/main.php:3156
7060
+ #: app/libraries/main.php:3203 app/libraries/main.php:3250
7061
  msgid "Sort"
7062
  msgstr ""
7063
 
7064
+ #: app/libraries/main.php:2816 app/libraries/main.php:2846
7065
+ #: app/libraries/main.php:2875 app/libraries/main.php:2905
7066
+ #: app/libraries/main.php:2934 app/libraries/main.php:2963
7067
+ #: app/libraries/main.php:2992 app/libraries/main.php:3021
7068
+ #: app/libraries/main.php:3074 app/libraries/main.php:3118
7069
+ #: app/libraries/main.php:3162 app/libraries/main.php:3209
7070
  msgid "Required Field"
7071
  msgstr ""
7072
 
7073
+ #: app/libraries/main.php:2822 app/libraries/main.php:2852
7074
+ #: app/libraries/main.php:2881 app/libraries/main.php:2911
7075
+ #: app/libraries/main.php:2940 app/libraries/main.php:2969
7076
+ #: app/libraries/main.php:2998 app/libraries/main.php:3027
7077
+ #: app/libraries/main.php:3080 app/libraries/main.php:3124
7078
+ #: app/libraries/main.php:3168 app/libraries/main.php:3215
7079
  msgid "Insert a label for this field"
7080
  msgstr ""
7081
 
7082
+ #: app/libraries/main.php:3050
7083
  msgid "HTML and shortcode are allowed."
7084
  msgstr ""
7085
 
7086
+ #: app/libraries/main.php:3093 app/libraries/main.php:3137
7087
+ #: app/libraries/main.php:3181
7088
  msgid "Option"
7089
  msgstr ""
7090
 
7091
+ #: app/libraries/main.php:3215
7092
  #, php-format
7093
  msgid "Instead of %s, the page title with a link will be show."
7094
  msgstr ""
7095
 
7096
+ #: app/libraries/main.php:3217
7097
  msgid "Agreement Page"
7098
  msgstr ""
7099
 
7100
+ #: app/libraries/main.php:3228
7101
  msgid "Checked by default"
7102
  msgstr ""
7103
 
7104
+ #: app/libraries/main.php:3229
7105
  msgid "Unchecked by default"
7106
  msgstr ""
7107
 
7108
+ #: app/libraries/main.php:3252
7109
  msgid "Insert a label for this option"
7110
  msgstr ""
7111
 
7112
+ #: app/libraries/main.php:3267
7113
  msgid "Free"
7114
  msgstr ""
7115
 
7116
+ #: app/libraries/main.php:3873 app/libraries/main.php:5686
7117
  msgid "M.E. Calender"
7118
  msgstr ""
7119
 
7120
+ #: app/libraries/main.php:4028
7121
  #, php-format
7122
  msgid "Copy of %s"
7123
  msgstr ""
7124
 
7125
+ #: app/libraries/main.php:4794
7126
  msgid "Booked an event."
7127
  msgstr ""
7128
 
7129
+ #: app/libraries/main.php:4835
7130
  #, php-format
7131
  msgid "%s booked %s event."
7132
  msgstr ""
7133
 
7134
+ #: app/libraries/main.php:5421
7135
  msgid "Taxonomies"
7136
  msgstr ""
7137
 
7138
+ #: app/libraries/main.php:5423
7139
  msgid "Category Plural Label"
7140
  msgstr ""
7141
 
7142
+ #: app/libraries/main.php:5424
7143
  msgid "Category Singular Label"
7144
  msgstr ""
7145
 
7146
+ #: app/libraries/main.php:5425
7147
  msgid "Label Plural Label"
7148
  msgstr ""
7149
 
7150
+ #: app/libraries/main.php:5426
7151
  msgid "Label Singular Label"
7152
  msgstr ""
7153
 
7154
+ #: app/libraries/main.php:5426
7155
  msgid "label"
7156
  msgstr ""
7157
 
7158
+ #: app/libraries/main.php:5427
7159
  msgid "Location Plural Label"
7160
  msgstr ""
7161
 
7162
+ #: app/libraries/main.php:5428
7163
  msgid "Location Singular Label"
7164
  msgstr ""
7165
 
7166
+ #: app/libraries/main.php:5429
7167
  msgid "Organizer Plural Label"
7168
  msgstr ""
7169
 
7170
+ #: app/libraries/main.php:5430
7171
  msgid "Organizer Singular Label"
7172
  msgstr ""
7173
 
7174
+ #: app/libraries/main.php:5431
7175
  msgid "Speaker Plural Label"
7176
  msgstr ""
7177
 
7178
+ #: app/libraries/main.php:5432
7179
  msgid "Speaker Singular Label"
7180
  msgstr ""
7181
 
7182
+ #: app/libraries/main.php:5438
7183
  msgid "Sunday abbreviation"
7184
  msgstr ""
7185
 
7186
+ #: app/libraries/main.php:5439
7187
  msgid "Monday abbreviation"
7188
  msgstr ""
7189
 
7190
+ #: app/libraries/main.php:5440
7191
  msgid "Tuesday abbreviation"
7192
  msgstr ""
7193
 
7194
+ #: app/libraries/main.php:5441
7195
  msgid "Wednesday abbreviation"
7196
  msgstr ""
7197
 
7198
+ #: app/libraries/main.php:5442
7199
  msgid "Thursday abbreviation"
7200
  msgstr ""
7201
 
7202
+ #: app/libraries/main.php:5443
7203
  msgid "Friday abbreviation"
7204
  msgstr ""
7205
 
7206
+ #: app/libraries/main.php:5444
7207
  msgid "Saturday abbreviation"
7208
  msgstr ""
7209
 
7210
+ #: app/libraries/main.php:5448
7211
  msgid "Others"
7212
  msgstr ""
7213
 
7214
+ #: app/libraries/main.php:5450
7215
  msgid "Booking Success Message"
7216
  msgstr ""
7217
 
7218
+ #: app/libraries/main.php:5450
7219
  msgid ""
7220
  "Thanks you for booking. Your tickets are booked, booking verification might "
7221
  "be needed, please check your email."
7222
  msgstr ""
7223
 
7224
+ #: app/libraries/main.php:5451 app/widgets/single.php:131
7225
  msgid "Register Button"
7226
  msgstr ""
7227
 
7228
+ #: app/libraries/main.php:5451 app/skins/available_spot/tpl.php:189
7229
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
7230
+ #: app/skins/grid/render.php:92 app/skins/grid/render.php:147
7231
+ #: app/skins/grid/render.php:197 app/skins/grid/render.php:217
7232
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
7233
+ #: app/skins/masonry/render.php:150 app/skins/single.php:367
7234
+ #: app/skins/single.php:981 app/skins/single.php:984
7235
+ #: app/skins/single/default.php:270 app/skins/single/default.php:272
7236
+ #: app/skins/single/default.php:501 app/skins/single/default.php:503
7237
+ #: app/skins/single/m1.php:142 app/skins/single/m1.php:144
7238
+ #: app/skins/single/m2.php:67 app/skins/single/m2.php:69
7239
+ #: app/skins/single/modern.php:78 app/skins/single/modern.php:80
7240
+ #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
7241
+ #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
7242
+ #: app/skins/slider/render.php:173
7243
  msgid "REGISTER"
7244
  msgstr ""
7245
 
7246
+ #: app/libraries/main.php:5452
7247
  msgid "View Detail Button"
7248
  msgstr ""
7249
 
7250
+ #: app/libraries/main.php:5452 app/skins/carousel/render.php:109
7251
+ #: app/skins/carousel/render.php:148 app/skins/grid/render.php:92
7252
+ #: app/skins/grid/render.php:147 app/skins/grid/render.php:197
7253
+ #: app/skins/grid/render.php:217 app/skins/list/render.php:67
7254
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
7255
+ #: app/skins/single.php:367 app/skins/slider/render.php:71
7256
+ #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
7257
+ #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
7258
  msgid "View Detail"
7259
  msgstr ""
7260
 
7261
+ #: app/libraries/main.php:5453
7262
  msgid "Event Detail Button"
7263
  msgstr ""
7264
 
7265
+ #: app/libraries/main.php:5453 app/skins/countdown/tpl.php:213
7266
  msgid "Event Detail"
7267
  msgstr ""
7268
 
7269
+ #: app/libraries/main.php:5455
7270
  msgid "More Info Link"
7271
  msgstr ""
7272
 
7273
+ #: app/libraries/main.php:5458
7274
  msgid "Ticket (Singular)"
7275
  msgstr ""
7276
 
7277
+ #: app/libraries/main.php:5459
7278
  msgid "Tickets (Plural)"
7279
  msgstr ""
7280
 
7281
+ #: app/libraries/main.php:5545
7282
  msgid "EventON"
7283
  msgstr ""
7284
 
7285
+ #: app/libraries/main.php:5546
7286
  msgid "The Events Calendar"
7287
  msgstr ""
7288
 
7289
+ #: app/libraries/main.php:5547
7290
  msgid "Events Schedule WP Plugin"
7291
  msgstr ""
7292
 
7293
+ #: app/libraries/main.php:5548
7294
  msgid "Calendarize It"
7295
  msgstr ""
7296
 
7297
+ #: app/libraries/main.php:5549
7298
  msgid "Event Espresso"
7299
  msgstr ""
7300
 
7301
+ #: app/libraries/main.php:5550
7302
  msgid "Events Manager (Recurring)"
7303
  msgstr ""
7304
 
7305
+ #: app/libraries/main.php:5551
7306
  msgid "Events Manager (Single)"
7307
  msgstr ""
7308
 
7309
+ #: app/libraries/main.php:5623 app/libraries/main.php:5643
7310
  msgid "Confirmed"
7311
  msgstr ""
7312
 
7313
+ #: app/libraries/main.php:5624 app/libraries/main.php:5651
7314
  msgid "Rejected"
7315
  msgstr ""
7316
 
7317
+ #: app/libraries/main.php:5625 app/libraries/main.php:5647
7318
  msgid "Pending"
7319
  msgstr ""
7320
 
7321
+ #: app/libraries/main.php:5673
7322
  msgid "Waiting"
7323
  msgstr ""
7324
 
7325
+ #: app/libraries/main.php:5878 app/libraries/render.php:80
7326
  #: app/libraries/render.php:432
7327
  msgid "Skin controller does not exist."
7328
  msgstr ""
7329
 
7330
+ #: app/libraries/main.php:6059
7331
  msgid "Sold Out"
7332
  msgstr ""
7333
 
7334
+ #: app/libraries/main.php:6067
7335
  msgid "Last Few Tickets"
7336
  msgstr ""
7337
 
7384
  msgid "No"
7385
  msgstr ""
7386
 
7387
+ #: app/libraries/skins.php:1042
7388
  msgid "Select"
7389
  msgstr ""
7390
 
7433
  msgid "Thanks for your booking."
7434
  msgstr ""
7435
 
7436
+ #: app/modules/booking/steps/tickets.php:24
7437
  msgid "Book Event"
7438
  msgstr ""
7439
 
7440
+ #: app/modules/booking/steps/tickets.php:51
7441
  #, php-format
7442
  msgid "Available %s: <span>%s</span>"
7443
  msgstr ""
7444
 
7445
+ #: app/modules/booking/steps/tickets.php:55
7446
  #, php-format
7447
  msgid "The %s ticket sales has stopped!"
7448
  msgstr ""
7449
 
7450
+ #: app/modules/booking/steps/tickets.php:56
7451
  #, php-format
7452
  msgid "The %s ticket is sold out. You can try another ticket or another date."
7453
  msgstr ""
7460
  msgid "The event is ongoing."
7461
  msgstr ""
7462
 
7463
+ #: app/modules/googlemap/details.php:125
7464
  msgid "Address from ..."
7465
  msgstr ""
7466
 
7467
+ #: app/modules/googlemap/details.php:129
7468
  msgid "Get Directions"
7469
  msgstr ""
7470
 
7471
+ #: app/modules/links/details.php:17 app/skins/single.php:670
7472
  msgid "Share this event"
7473
  msgstr ""
7474
 
7519
  msgid "Go to occurrence page"
7520
  msgstr ""
7521
 
7522
+ #: app/modules/next-event/details.php:98 app/skins/single.php:954
7523
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
7524
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
7525
  msgid "Time"
7649
  msgid "No Events"
7650
  msgstr ""
7651
 
7652
+ #: app/skins/single.php:411
7653
  msgid "Home"
7654
  msgstr ""
7655
 
7656
+ #: app/skins/single.php:753 app/skins/single/default.php:53
7657
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
7658
  #: app/skins/single/modern.php:281
7659
  msgid "Sold out!"
7660
  msgstr ""
7661
 
7662
+ #: app/skins/single.php:1028 app/skins/single.php:1083
7663
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
7664
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
7665
  #: app/skins/single/modern.php:46
7666
  msgid "Phone"
7667
  msgstr ""
7668
 
7669
+ #: app/skins/single.php:1042 app/skins/single.php:1097
7670
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
7671
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
7672
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
7675
  msgid "Website"
7676
  msgstr ""
7677
 
7678
+ #: app/skins/single.php:1173
7679
  msgid "Speakers:"
7680
  msgstr ""
7681
 
7770
  msgstr ""
7771
 
7772
  #. Author of the plugin/theme
7773
+ msgid "Webnus"
7774
  msgstr ""
7775
 
7776
  #. Author URI of the plugin/theme
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: 2020-04-21 15:14+0430\n"
8
- "PO-Revision-Date: 2020-04-21 15:15+0430\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: es\n"
@@ -17,8 +17,8 @@ msgstr ""
17
 
18
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
19
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
20
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:944
21
- #: app/libraries/factory.php:962 app/widgets/MEC.php:33
22
  msgid "Modern Events Calendar"
23
  msgstr "Modern Events Calendar"
24
 
@@ -78,9 +78,9 @@ msgstr "Color del evento"
78
  msgid "Settings"
79
  msgstr "Ajustes"
80
 
81
- #: app/features/contextual.php:62 app/features/events.php:2479
82
- #: app/features/mec/booking.php:448 app/features/mec/support.php:29
83
- #: app/libraries/main.php:560
84
  msgid "Booking Form"
85
  msgstr "Formulario de Reservas"
86
 
@@ -237,7 +237,7 @@ msgstr "Opciones de Google Maps"
237
  msgid "Google Recaptcha Options"
238
  msgstr "Opciones de Google Recaptcha"
239
 
240
- #: app/features/contextual.php:258 app/features/mec/single.php:149
241
  #: app/libraries/main.php:548
242
  msgid "Countdown Options"
243
  msgstr "Opciones de cuenta atrás"
@@ -336,7 +336,7 @@ msgstr "Ver evento"
336
  msgid "No events found in Trash!"
337
  msgstr "No hay eventos en la papelera"
338
 
339
- #: app/features/events.php:183 app/features/events.php:3357
340
  #: app/features/mec/meta_boxes/display_options.php:1385
341
  #: app/features/mec/meta_boxes/search_form.php:31
342
  #: app/features/mec/meta_boxes/search_form.php:101
@@ -349,18 +349,18 @@ msgstr "No hay eventos en la papelera"
349
  #: app/features/mec/meta_boxes/search_form.php:584
350
  #: app/features/mec/meta_boxes/search_form.php:654
351
  #: app/features/mec/meta_boxes/search_form.php:760
352
- #: app/features/mec/settings.php:839 app/features/mec/single.php:232
353
- #: app/features/search.php:68 app/libraries/main.php:5414
354
- #: app/libraries/skins.php:887 app/skins/single.php:572
355
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
356
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
357
  #: app/skins/single/modern.php:128
358
  msgid "Category"
359
  msgstr "Categoría"
360
 
361
- #: app/features/events.php:184 app/features/events.php:3312
362
  #: app/features/fes/form.php:767 app/features/mec.php:412
363
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5413
364
  msgid "Categories"
365
  msgstr "Categorías"
366
 
@@ -449,7 +449,7 @@ msgid "Event Repeating"
449
  msgstr "Repetir el evento"
450
 
451
  #: app/features/events.php:334 app/features/events.php:1294
452
- #: app/features/mec/settings.php:743 app/skins/single.php:957
453
  msgid "Hourly Schedule"
454
  msgstr "Programación horaria"
455
 
@@ -465,8 +465,8 @@ msgstr "Localización"
465
  msgid "Links"
466
  msgstr "Enlace"
467
 
468
- #: app/features/events.php:337 app/features/events.php:3359
469
- #: app/features/events.php:3550 app/features/events.php:3592
470
  #: app/features/ix.php:3508 app/features/ix.php:3549
471
  #: app/features/mec/meta_boxes/display_options.php:1388
472
  #: app/features/mec/meta_boxes/search_form.php:46
@@ -480,21 +480,21 @@ msgstr "Enlace"
480
  #: app/features/mec/meta_boxes/search_form.php:599
481
  #: app/features/mec/meta_boxes/search_form.php:669
482
  #: app/features/mec/meta_boxes/search_form.php:775
483
- #: app/features/mec/settings.php:851 app/features/mec/single.php:236
484
  #: app/features/organizers.php:58 app/features/organizers.php:204
485
  #: app/features/organizers.php:260 app/features/organizers.php:262
486
  #: app/features/organizers.php:271 app/features/popup/event.php:293
487
  #: app/features/popup/event.php:302 app/features/search.php:80
488
- #: app/libraries/main.php:5420 app/libraries/skins.php:939
489
- #: app/skins/single.php:816 app/skins/single/default.php:227
490
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
491
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
492
  msgid "Organizer"
493
  msgstr "Organizador"
494
 
495
  #: app/features/events.php:338 app/features/events.php:1171
496
- #: app/features/fes/form.php:740 app/libraries/main.php:5447
497
- #: app/skins/single.php:595 app/skins/single/default.php:128
498
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
499
  #: app/skins/single/modern.php:223
500
  msgid "Cost"
@@ -514,8 +514,8 @@ msgstr "Nota para el encargado"
514
  msgid "Guest Data"
515
  msgstr "Datos del invitado"
516
 
517
- #: app/features/events.php:471 app/features/events.php:2461
518
- #: app/features/events.php:3883 app/features/fes.php:223
519
  #: app/features/fes/form.php:699 app/features/labels.php:178
520
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
521
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
@@ -523,17 +523,17 @@ msgstr "Datos del invitado"
523
  msgid "Name"
524
  msgstr "Nombre"
525
 
526
- #: app/features/events.php:472 app/features/events.php:2472
527
- #: app/features/events.php:2548 app/features/events.php:3886
528
  #: app/features/fes.php:223 app/features/fes/form.php:695
529
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
530
  #: app/features/organizers.php:111 app/features/organizers.php:152
531
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
532
- #: app/features/speakers.php:196 app/libraries/main.php:1595
533
- #: app/libraries/main.php:1664 app/libraries/main.php:2899
534
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
535
- #: app/modules/booking/steps/form.php:83 app/skins/single.php:833
536
- #: app/skins/single.php:888 app/skins/single/default.php:244
537
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
538
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
539
  msgid "Email"
@@ -544,8 +544,8 @@ msgid "Date and Time"
544
  msgstr "Día y hora"
545
 
546
  #: app/features/events.php:483 app/features/events.php:489
547
- #: app/features/events.php:3360 app/features/events.php:3550
548
- #: app/features/events.php:3592 app/features/fes/form.php:250
549
  #: app/features/fes/form.php:254 app/features/ix.php:3508
550
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
551
  #: app/features/mec/dashboard.php:405
@@ -569,24 +569,24 @@ msgid "Start Date"
569
  msgstr "Día de inicio"
570
 
571
  #: app/features/events.php:561 app/features/events.php:653
572
- #: app/features/events.php:1734 app/features/events.php:1793
573
- #: app/features/events.php:1986 app/features/events.php:2025
574
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
575
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
576
  msgid "AM"
577
  msgstr "AM"
578
 
579
  #: app/features/events.php:568 app/features/events.php:660
580
- #: app/features/events.php:1741 app/features/events.php:1800
581
- #: app/features/events.php:1987 app/features/events.php:2026
582
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
583
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
584
  msgid "PM"
585
  msgstr "PM"
586
 
587
  #: app/features/events.php:575 app/features/events.php:580
588
- #: app/features/events.php:3361 app/features/events.php:3550
589
- #: app/features/events.php:3592 app/features/fes/form.php:290
590
  #: app/features/fes/form.php:294 app/features/ix.php:3508
591
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
592
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
@@ -630,11 +630,11 @@ msgstr ""
630
  #: app/features/events.php:707 app/features/events.php:828
631
  #: app/features/events.php:1134 app/features/events.php:1211
632
  #: app/features/events.php:1519 app/features/events.php:1609
633
- #: app/features/events.php:1821 app/features/events.php:1836
634
- #: app/features/events.php:2045 app/features/events.php:2058
635
- #: app/features/events.php:2209 app/features/events.php:2245
636
- #: app/features/events.php:2343 app/features/events.php:2358
637
- #: app/features/events.php:2388 app/features/events.php:2401
638
  #: app/features/fes/form.php:651 app/features/locations.php:316
639
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
640
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
@@ -695,13 +695,13 @@ msgstr ""
695
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
696
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
697
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
698
- #: app/features/mec/single.php:58 app/features/mec/single.php:77
699
- #: app/features/mec/single.php:94 app/features/mec/single.php:110
700
- #: app/features/mec/single.php:125 app/features/mec/single.php:178
701
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
702
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
703
  #: app/features/organizers.php:272 app/features/popup/event.php:256
704
- #: app/features/popup/event.php:303 app/skins/single.php:679
705
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
706
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
707
  #: app/skins/single/modern.php:151
@@ -785,24 +785,24 @@ msgstr "Intervalo de repetición"
785
  msgid "Week Days"
786
  msgstr "Días de semana"
787
 
788
- #: app/features/events.php:818 app/features/events.php:1905
789
- #: app/features/events.php:1933 app/features/events.php:2113
790
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
791
  #: app/features/ix/import_g_calendar.php:51
792
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
793
  msgid "Start"
794
  msgstr "Inicio"
795
 
796
- #: app/features/events.php:820 app/features/events.php:1909
797
- #: app/features/events.php:1937 app/features/events.php:2117
798
  #: app/features/fes/form.php:381
799
  msgid "End"
800
  msgstr ""
801
 
802
  #: app/features/events.php:822 app/features/events.php:1205
803
  #: app/features/events.php:1325 app/features/events.php:1430
804
- #: app/features/events.php:1888 app/features/events.php:2102
805
- #: app/features/events.php:2182 app/features/events.php:2315
806
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
807
  msgid "Add"
808
  msgstr "Añadir"
@@ -887,10 +887,10 @@ msgstr ""
887
  msgid "Show only one occurrence of this event"
888
  msgstr "Próxima aparición de otros eventos"
889
 
890
- #: app/features/events.php:1167 app/features/events.php:3550
891
- #: app/features/events.php:3592 app/features/fes/form.php:737
892
  #: app/features/ix.php:3508 app/features/ix.php:3549
893
- #: app/features/mec/settings.php:689 app/libraries/main.php:5446
894
  #: app/widgets/single.php:103
895
  msgid "Event Cost"
896
  msgstr "Coste del evento"
@@ -905,11 +905,11 @@ msgstr "Días excepcionales"
905
  msgid "Exclude certain days"
906
  msgstr "Excluir ciertos días"
907
 
908
- #: app/features/events.php:1203 app/features/events.php:2549
909
  #: app/features/fes.php:223 app/features/mec/booking.php:500
910
- #: app/features/profile/profile.php:53 app/libraries/main.php:2302
911
- #: app/libraries/main.php:2957 app/modules/booking/steps/tickets.php:23
912
- #: app/modules/next-event/details.php:93 app/skins/single.php:653
913
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
914
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
915
  msgid "Date"
@@ -943,9 +943,9 @@ msgstr ""
943
 
944
  #: app/features/events.php:1310 app/features/events.php:1349
945
  #: app/features/events.php:1384 app/features/events.php:1416
946
- #: app/features/events.php:1445 app/features/events.php:2330
947
- #: app/features/events.php:2377 app/features/events.php:3356
948
- #: app/features/events.php:3550 app/features/events.php:3592
949
  #: app/features/fes/form.php:239 app/features/ix.php:3508
950
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
951
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
@@ -954,19 +954,19 @@ msgstr "Titulo"
954
 
955
  #: app/features/events.php:1319 app/features/events.php:1356
956
  #: app/features/events.php:1389 app/features/events.php:1424
957
- #: app/features/events.php:1450 app/features/events.php:1919
958
- #: app/features/events.php:1945 app/features/events.php:2123
959
- #: app/features/events.php:2222 app/features/events.php:2258
960
- #: app/features/events.php:2365 app/features/events.php:2407
961
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
962
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
963
- #: app/libraries/main.php:2818 app/libraries/main.php:2848
964
- #: app/libraries/main.php:2877 app/libraries/main.php:2907
965
- #: app/libraries/main.php:2936 app/libraries/main.php:2965
966
- #: app/libraries/main.php:2994 app/libraries/main.php:3023
967
- #: app/libraries/main.php:3045 app/libraries/main.php:3076
968
- #: app/libraries/main.php:3120 app/libraries/main.php:3164
969
- #: app/libraries/main.php:3211 app/libraries/main.php:3250
970
  msgid "Remove"
971
  msgstr "Eliminar"
972
 
@@ -985,8 +985,8 @@ msgid "To e.g. 8:45"
985
  msgstr "a 8:45"
986
 
987
  #: app/features/events.php:1353 app/features/events.php:1387
988
- #: app/features/events.php:1448 app/features/events.php:1809
989
- #: app/features/events.php:2034
990
  msgid "Description"
991
  msgstr "Descripción"
992
 
@@ -994,7 +994,7 @@ msgstr "Descripción"
994
  #: app/features/events.php:1453 app/features/fes/form.php:861
995
  #: app/features/mec.php:420 app/features/mec/modules.php:52
996
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
997
- #: app/libraries/main.php:565 app/libraries/main.php:5421
998
  #: app/modules/speakers/details.php:18
999
  msgid "Speakers"
1000
  msgstr ""
@@ -1011,7 +1011,7 @@ msgid "Event Links"
1011
  msgstr "Enlaces de eventos"
1012
 
1013
  #: app/features/events.php:1487 app/features/events.php:1493
1014
- #: app/features/fes/form.php:716 app/libraries/main.php:5444
1015
  msgid "Event Link"
1016
  msgstr "Enlace del evento"
1017
 
@@ -1038,8 +1038,8 @@ msgid "URL Shortener"
1038
  msgstr ""
1039
 
1040
  #: app/features/events.php:1503 app/features/events.php:1516
1041
- #: app/features/fes/form.php:721 app/libraries/main.php:5445
1042
- #: app/skins/single.php:678 app/skins/single/default.php:142
1043
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
1044
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
1045
  #: app/widgets/single.php:107
@@ -1066,15 +1066,47 @@ msgstr ""
1066
  "Si lo rellenas, se mostrará en la página de detalles del evento como enlace "
1067
  "opcional. Inserta todo el enlace incluyendo http(s)://"
1068
 
1069
- #: app/features/events.php:1590 app/features/events.php:1605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1070
  #, fuzzy
1071
  #| msgid "Total booking limits"
1072
  msgid "Total booking limit"
1073
  msgstr "Límite total de reservas"
1074
 
1075
- #: app/features/events.php:1602 app/features/events.php:1857
1076
- #: app/features/events.php:2072 app/modules/booking/default.php:85
1077
- #: app/modules/booking/steps/tickets.php:43
1078
  #: app/skins/available_spot/tpl.php:122
1079
  msgid "Unlimited"
1080
  msgstr "Ilimitado"
@@ -1093,27 +1125,39 @@ msgstr ""
1093
  msgid "100"
1094
  msgstr "100"
1095
 
1096
- #: app/features/events.php:1623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1097
  #, fuzzy
1098
  #| msgid "Total booking limits"
1099
  msgid "Total user booking limits"
1100
  msgstr "Límite total de reservas"
1101
 
1102
- #: app/features/events.php:1635 app/features/events.php:2171
1103
- #: app/features/events.php:2303 app/features/events.php:2491
1104
  msgid "Inherit from global options"
1105
  msgstr "Heredar opciones globales"
1106
 
1107
- #: app/features/events.php:1638
1108
  msgid "12"
1109
  msgstr ""
1110
 
1111
- #: app/features/events.php:1661 app/libraries/book.php:60
1112
- #: app/libraries/main.php:5449 app/modules/booking/steps/tickets.php:43
1113
- msgid "Tickets"
1114
- msgstr "Tickets"
1115
-
1116
- #: app/features/events.php:1664
1117
  msgid ""
1118
  "You're translating an event so MEC will use the original event for tickets "
1119
  "and booking. You can only translate the ticket name and description. Please "
@@ -1124,40 +1168,40 @@ msgstr ""
1124
  "entrada. Por favor define las entradas exactas que podrías definir en un "
1125
  "evento original aquí."
1126
 
1127
- #: app/features/events.php:1669
1128
  #, fuzzy
1129
  #| msgid "Ticket"
1130
  msgid "Add Ticket"
1131
  msgstr "Ticket"
1132
 
1133
- #: app/features/events.php:1683 app/features/events.php:1959
1134
  msgid "Ticket Name"
1135
  msgstr "Nombre del ticket"
1136
 
1137
- #: app/features/events.php:1688 app/features/events.php:1963
1138
- #: app/features/events.php:3550 app/features/events.php:3592
1139
  #: app/features/ix.php:3508 app/features/ix.php:3549
1140
  msgid "Start Time"
1141
  msgstr "Hora de Inicio"
1142
 
1143
- #: app/features/events.php:1747 app/features/events.php:1993
1144
- #: app/features/events.php:3550 app/features/events.php:3592
1145
  #: app/features/ix.php:3508 app/features/ix.php:3549
1146
  msgid "End Time"
1147
  msgstr "Hora de finalización"
1148
 
1149
- #: app/features/events.php:1814 app/features/events.php:1818
1150
- #: app/features/events.php:1913 app/features/events.php:1940
1151
- #: app/features/events.php:2039 app/features/events.php:2042
1152
- #: app/features/events.php:2119 app/features/events.php:2336
1153
- #: app/features/events.php:2340 app/features/events.php:2382
1154
- #: app/features/events.php:2385 app/features/mec/booking.php:388
1155
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1156
  #: app/features/mec/booking.php:423
1157
  msgid "Price"
1158
  msgstr "Precio"
1159
 
1160
- #: app/features/events.php:1819 app/features/events.php:2043
1161
  #, fuzzy
1162
  #| msgid "Insert 0 for free ticket. Only numbers please."
1163
  msgid ""
@@ -1165,58 +1209,58 @@ msgid ""
1165
  "any symbols or characters."
1166
  msgstr "Introduce un 0 para una entrada gratuita. Utiliza únicamente números."
1167
 
1168
- #: app/features/events.php:1828 app/features/events.php:1833
1169
- #: app/features/events.php:2052 app/features/events.php:2055
1170
  msgid "Price Label"
1171
  msgstr "Etiqueta de precio"
1172
 
1173
- #: app/features/events.php:1834 app/features/events.php:2056
1174
  msgid "For showing on website. e.g. $15"
1175
  msgstr "Para mostrar en la web. Ej. 15€"
1176
 
1177
- #: app/features/events.php:1844 app/features/events.php:2066
1178
  msgid "Available Tickets"
1179
  msgstr "Tickets disponibles"
1180
 
1181
- #: app/features/events.php:1861 app/features/events.php:2076
1182
  msgid "Minimum Ticket e.g. 3"
1183
  msgstr ""
1184
 
1185
- #: app/features/events.php:1864 app/features/events.php:2079
1186
  #, fuzzy
1187
  #| msgid "Ticket"
1188
  msgid "MinimumTicket"
1189
  msgstr "Ticket"
1190
 
1191
- #: app/features/events.php:1866 app/features/events.php:2081
1192
  msgid "Set a number for the minimum ticket reservation possible"
1193
  msgstr ""
1194
 
1195
- #: app/features/events.php:1874 app/features/events.php:2089
1196
  msgid "e.g. 0"
1197
  msgstr ""
1198
 
1199
- #: app/features/events.php:1876 app/features/events.php:2091
1200
  #, fuzzy
1201
  #| msgid "Days"
1202
  msgid "Day"
1203
  msgstr "Días"
1204
 
1205
- #: app/features/events.php:1877 app/features/events.php:2092
1206
  msgid "Hour"
1207
  msgstr ""
1208
 
1209
- #: app/features/events.php:1879 app/features/events.php:2094
1210
  #, php-format
1211
  msgid "Stop selling ticket %s before event start."
1212
  msgstr ""
1213
 
1214
- #: app/features/events.php:1886 app/features/events.php:2100
1215
  msgid "Price per Date"
1216
  msgstr ""
1217
 
1218
- #: app/features/events.php:1917 app/features/events.php:1943
1219
- #: app/features/events.php:2121 app/features/labels.php:60
1220
  #: app/features/mec/meta_boxes/display_options.php:1386
1221
  #: app/features/mec/meta_boxes/search_form.php:67
1222
  #: app/features/mec/meta_boxes/search_form.php:137
@@ -1229,28 +1273,24 @@ msgstr ""
1229
  #: app/features/mec/meta_boxes/search_form.php:620
1230
  #: app/features/mec/meta_boxes/search_form.php:690
1231
  #: app/features/mec/meta_boxes/search_form.php:796
1232
- #: app/features/mec/settings.php:871 app/features/mec/single.php:250
1233
- #: app/features/search.php:98 app/libraries/skins.php:1017
1234
  msgid "Label"
1235
  msgstr "Etiqueta"
1236
 
1237
- #: app/features/events.php:2159
1238
- msgid "Fees"
1239
- msgstr "Tasas"
1240
-
1241
- #: app/features/events.php:2196 app/features/events.php:2234
1242
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1243
  msgid "Fee Title"
1244
  msgstr "Título de la cuota"
1245
 
1246
- #: app/features/events.php:2202 app/features/events.php:2206
1247
- #: app/features/events.php:2239 app/features/events.php:2242
1248
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1249
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1250
  msgid "Amount"
1251
  msgstr "Cantidad"
1252
 
1253
- #: app/features/events.php:2207 app/features/events.php:2243
1254
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1255
  msgid ""
1256
  "Fee amount, considered as fixed amount if you set the type to amount "
@@ -1259,89 +1299,85 @@ msgstr ""
1259
  "Cantidad de cuota, considerada como cantidad fija si estableces el tipo de "
1260
  "cantidad, si no será considerada como porcentaje"
1261
 
1262
- #: app/features/events.php:2216 app/features/events.php:2252
1263
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1264
  msgid "Percent"
1265
  msgstr "Porcentaje"
1266
 
1267
- #: app/features/events.php:2217 app/features/events.php:2253
1268
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1269
  msgid "Amount (Per Ticket)"
1270
  msgstr "Cantidad (Por ticket)"
1271
 
1272
- #: app/features/events.php:2218 app/features/events.php:2254
1273
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1274
  msgid "Amount (Per Booking)"
1275
  msgstr "Cantidad (por reservas)"
1276
 
1277
- #: app/features/events.php:2291 app/features/mec/settings.php:761
1278
- msgid "Ticket Variations / Options"
1279
- msgstr ""
1280
-
1281
- #: app/features/events.php:2341 app/features/events.php:2386
1282
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1283
  msgid "Option Price"
1284
  msgstr ""
1285
 
1286
- #: app/features/events.php:2351 app/features/events.php:2355
1287
- #: app/features/events.php:2395 app/features/events.php:2398
1288
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1289
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1290
  msgid "Maximum Per Ticket"
1291
  msgstr ""
1292
 
1293
- #: app/features/events.php:2356 app/features/events.php:2399
1294
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1295
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1296
  msgstr ""
1297
 
1298
- #: app/features/events.php:2545 app/features/mec/booking.php:496
1299
- #: app/libraries/main.php:2840
1300
  #, fuzzy
1301
  #| msgid "Name"
1302
  msgid "MEC Name"
1303
  msgstr "Nombre"
1304
 
1305
- #: app/features/events.php:2546 app/features/mec/booking.php:497
1306
- #: app/libraries/main.php:2869
1307
  #, fuzzy
1308
  #| msgid "Email"
1309
  msgid "MEC Email"
1310
  msgstr "Correo electrónico"
1311
 
1312
- #: app/features/events.php:2547 app/features/mec/booking.php:498
1313
- #: app/libraries/main.php:2810
1314
  msgid "Text"
1315
  msgstr "Texto"
1316
 
1317
- #: app/features/events.php:2550 app/features/mec/booking.php:501
1318
  #: app/features/organizers.php:103 app/features/organizers.php:148
1319
  #: app/features/speakers.php:119 app/features/speakers.php:192
1320
- #: app/features/speakers.php:271 app/libraries/main.php:2986
1321
  msgid "Tel"
1322
  msgstr "Tel"
1323
 
1324
- #: app/features/events.php:2551 app/features/mec/booking.php:502
1325
- #: app/libraries/main.php:2928
1326
  msgid "File"
1327
  msgstr ""
1328
 
1329
- #: app/features/events.php:2552 app/features/mec/booking.php:503
1330
- #: app/libraries/main.php:3015
1331
  msgid "Textarea"
1332
  msgstr "Área de texto"
1333
 
1334
- #: app/features/events.php:2553 app/features/mec/booking.php:504
1335
- #: app/libraries/main.php:3068
1336
  msgid "Checkboxes"
1337
  msgstr "Checkboxes"
1338
 
1339
- #: app/features/events.php:2554 app/features/mec/booking.php:505
1340
- #: app/libraries/main.php:3112
1341
  msgid "Radio Buttons"
1342
  msgstr "Botón tipo radio"
1343
 
1344
- #: app/features/events.php:2555 app/features/mec/booking.php:506
1345
  #: app/features/mec/meta_boxes/search_form.php:34
1346
  #: app/features/mec/meta_boxes/search_form.php:41
1347
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1417,46 +1453,46 @@ msgstr "Botón tipo radio"
1417
  #: app/features/mec/meta_boxes/search_form.php:785
1418
  #: app/features/mec/meta_boxes/search_form.php:792
1419
  #: app/features/mec/meta_boxes/search_form.php:799
1420
- #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3156
1421
  msgid "Dropdown"
1422
  msgstr "Desplegable"
1423
 
1424
- #: app/features/events.php:2556 app/features/mec/booking.php:507
1425
- #: app/libraries/main.php:3203
1426
  msgid "Agreement"
1427
  msgstr "Acuerdo"
1428
 
1429
- #: app/features/events.php:2557 app/features/mec/booking.php:508
1430
- #: app/libraries/main.php:3044
1431
  msgid "Paragraph"
1432
  msgstr "Párrafo"
1433
 
1434
- #: app/features/events.php:3258 app/features/events.php:3276
1435
- #: app/features/events.php:3294 app/features/events.php:3312
1436
  #, php-format
1437
  msgid "Show all %s"
1438
  msgstr "Mostrar todos %s"
1439
 
1440
- #: app/features/events.php:3258
1441
  msgid "labels"
1442
  msgstr "etiquetas"
1443
 
1444
- #: app/features/events.php:3276
1445
  msgid "locations"
1446
  msgstr "ubicaciones"
1447
 
1448
- #: app/features/events.php:3294
1449
  msgid "organizers"
1450
  msgstr "organizadores"
1451
 
1452
- #: app/features/events.php:3328
1453
  #, fuzzy
1454
  #| msgid "Attendees Limit"
1455
  msgid "Attendees List"
1456
  msgstr "Límite de asistentes"
1457
 
1458
- #: app/features/events.php:3358 app/features/events.php:3550
1459
- #: app/features/events.php:3592 app/features/ix.php:3508
1460
  #: app/features/ix.php:3549 app/features/locations.php:58
1461
  #: app/features/locations.php:247 app/features/locations.php:304
1462
  #: app/features/locations.php:306 app/features/locations.php:315
@@ -1472,87 +1508,87 @@ msgstr "Límite de asistentes"
1472
  #: app/features/mec/meta_boxes/search_form.php:591
1473
  #: app/features/mec/meta_boxes/search_form.php:661
1474
  #: app/features/mec/meta_boxes/search_form.php:767
1475
- #: app/features/mec/settings.php:845 app/features/mec/single.php:240
1476
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1477
- #: app/features/search.php:74 app/libraries/main.php:2296
1478
- #: app/libraries/main.php:5418 app/libraries/skins.php:913
1479
- #: app/skins/single.php:500 app/skins/single.php:934
1480
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1481
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1482
  #: app/skins/single/modern.php:104
1483
  msgid "Location"
1484
  msgstr "Localización"
1485
 
1486
- #: app/features/events.php:3363
1487
  msgid "Repeat"
1488
  msgstr "Repetir"
1489
 
1490
- #: app/features/events.php:3364
1491
  msgid "Author"
1492
  msgstr "Autor"
1493
 
1494
- #: app/features/events.php:3485 app/features/events.php:3486
1495
  msgid "iCal Export"
1496
  msgstr "Exportar iCal"
1497
 
1498
- #: app/features/events.php:3488 app/features/events.php:3489
1499
  msgid "CSV Export"
1500
  msgstr "Exportar CSV"
1501
 
1502
- #: app/features/events.php:3491 app/features/events.php:3492
1503
  msgid "MS Excel Export"
1504
  msgstr "Exportar Excel"
1505
 
1506
- #: app/features/events.php:3494 app/features/events.php:3495
1507
  msgid "XML Export"
1508
  msgstr "Exportación XML"
1509
 
1510
- #: app/features/events.php:3497 app/features/events.php:3498
1511
  msgid "JSON Export"
1512
  msgstr "Exportación JSON"
1513
 
1514
- #: app/features/events.php:3500 app/features/events.php:3501
1515
- #: app/features/events.php:3683
1516
  msgid "Duplicate"
1517
  msgstr "Duplicar"
1518
 
1519
- #: app/features/events.php:3550 app/features/events.php:3592
1520
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1521
  #: app/features/labels.php:177 app/features/locations.php:246
1522
  #: app/features/organizers.php:203 app/features/speakers.php:268
1523
  msgid "ID"
1524
  msgstr "ID"
1525
 
1526
- #: app/features/events.php:3550 app/features/events.php:3592
1527
  #: app/features/ix.php:3508 app/features/ix.php:3549
1528
  msgid "Link"
1529
  msgstr "Enlace"
1530
 
1531
- #: app/features/events.php:3550 app/features/events.php:3592
1532
  #, php-format
1533
  msgid "%s Tel"
1534
  msgstr "%s Teléfono "
1535
 
1536
- #: app/features/events.php:3550 app/features/events.php:3592
1537
  #, php-format
1538
  msgid "%s Email"
1539
  msgstr "%s Correo electrónico"
1540
 
1541
- #: app/features/events.php:3889 app/features/fes.php:223
1542
- #: app/features/profile/profile.php:186 app/libraries/main.php:2333
1543
- #: app/libraries/main.php:5448
1544
  msgid "Ticket"
1545
  msgstr "Ticket"
1546
 
1547
- #: app/features/events.php:3892 app/features/profile/profile.php:189
1548
  msgid "Variations"
1549
  msgstr ""
1550
 
1551
- #: app/features/events.php:3907 app/features/fes.php:303
1552
  msgid "Unknown"
1553
  msgstr ""
1554
 
1555
- #: app/features/events.php:3940
1556
  #, fuzzy
1557
  #| msgid "Attendees Form"
1558
  msgid "No Attendees Found!"
@@ -1596,8 +1632,8 @@ msgstr "¡El evento ha sido eliminado!"
1596
  msgid "Order Time"
1597
  msgstr "Hora de finalización"
1598
 
1599
- #: app/features/fes.php:223 app/libraries/main.php:2308
1600
- #: app/libraries/main.php:2396
1601
  msgid "Transaction ID"
1602
  msgstr "ID Transacción"
1603
 
@@ -1750,8 +1786,8 @@ msgstr "Eliminar imagen"
1750
 
1751
  #: app/features/fes/form.php:793 app/features/labels.php:61
1752
  #: app/features/labels.php:221 app/features/mec.php:413
1753
- #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5415
1754
- #: app/skins/single.php:708 app/skins/single/default.php:157
1755
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1756
  #: app/skins/single/modern.php:238
1757
  msgid "Labels"
@@ -2103,7 +2139,7 @@ msgstr "Añadir a Google Calendar"
2103
 
2104
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
2105
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
2106
- #: app/features/mec/settings.php:1085 app/features/mec/single.php:297
2107
  msgid "Checking ..."
2108
  msgstr "Verificando…"
2109
 
@@ -2531,7 +2567,7 @@ msgstr ""
2531
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2532
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2533
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2534
- #: app/skins/grid/render.php:55 app/skins/list/render.php:39
2535
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2536
  #: app/skins/monthly_view/calendar_clean.php:87
2537
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
@@ -2542,10 +2578,10 @@ msgid "Featured"
2542
  msgstr ""
2543
 
2544
  #: app/features/labels.php:118 app/features/labels.php:143
2545
- #: app/libraries/main.php:5662 app/skins/agenda/render.php:43
2546
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2547
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2548
- #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:56
2549
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2550
  #: app/skins/monthly_view/calendar.php:89
2551
  #: app/skins/monthly_view/calendar_clean.php:88
@@ -2562,7 +2598,7 @@ msgstr ""
2562
 
2563
  #: app/features/labels.php:180 app/features/locations.php:249
2564
  #: app/features/organizers.php:206 app/features/speakers.php:272
2565
- #: app/modules/booking/steps/tickets.php:41
2566
  msgid "Count"
2567
  msgstr "Contador"
2568
 
@@ -2578,7 +2614,7 @@ msgstr "Evento %s"
2578
 
2579
  #: app/features/locations.php:59 app/features/mec.php:414
2580
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2581
- #: app/libraries/main.php:5417
2582
  msgid "Locations"
2583
  msgstr "Lugar"
2584
 
@@ -2710,7 +2746,7 @@ msgstr "Elegir imagen"
2710
  msgid "Don't show map in single event page"
2711
  msgstr "No mostrar el mapa en la página del detalle del evento"
2712
 
2713
- #: app/features/locations.php:377 app/libraries/main.php:5451
2714
  #, fuzzy
2715
  #| msgid "Locations"
2716
  msgid "Other Locations"
@@ -2778,7 +2814,7 @@ msgstr "Soporte"
2778
 
2779
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2780
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2781
- #: app/libraries/main.php:5419
2782
  msgid "Organizers"
2783
  msgstr "Organizadores"
2784
 
@@ -2820,7 +2856,7 @@ msgid "MEC - Go Pro"
2820
  msgstr "Soporte"
2821
 
2822
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2823
- #: app/libraries/factory.php:1048
2824
  msgid "Go Pro"
2825
  msgstr ""
2826
 
@@ -2919,9 +2955,9 @@ msgstr "Buscar %s"
2919
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2920
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2921
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2922
- #: app/features/mec/single.php:17 app/features/mec/single.php:262
2923
- #: app/features/mec/single.php:272 app/features/mec/single.php:314
2924
- #: app/features/mec/single.php:328 app/features/mec/styles.php:11
2925
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2926
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2927
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
@@ -3127,12 +3163,6 @@ msgstr ""
3127
  msgid "Enable Organizer Payment Module"
3128
  msgstr ""
3129
 
3130
- #: app/features/mec/booking.php:585 app/features/mec/support-page.php:118
3131
- #, fuzzy
3132
- #| msgid "Organizer Tel"
3133
- msgid "Organizer Payment"
3134
- msgstr "Teléfono del Organizador"
3135
-
3136
  #: app/features/mec/booking.php:586
3137
  msgid ""
3138
  "By enabling this module, organizers are able to insert their own payment "
@@ -3141,14 +3171,14 @@ msgstr ""
3141
 
3142
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
3143
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
3144
- #: app/features/mec/settings.php:1080 app/features/mec/single.php:292
3145
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3146
  msgid "Saved"
3147
  msgstr "Guardado"
3148
 
3149
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
3150
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
3151
- #: app/features/mec/settings.php:1081 app/features/mec/single.php:293
3152
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3153
  msgid "Settings Saved!"
3154
  msgstr "¡Ajustes guardados!"
@@ -3157,14 +3187,14 @@ msgstr "¡Ajustes guardados!"
3157
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
3158
  #: app/features/mec/notifications.php:907
3159
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
3160
- #: app/features/mec/settings.php:1105 app/features/mec/single.php:295
3161
- #: app/features/mec/single.php:317 app/libraries/main.php:5661
3162
  msgid "Verified"
3163
  msgstr "Verificado"
3164
 
3165
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
3166
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
3167
- #: app/features/mec/single.php:319
3168
  msgid "Please Refresh Page"
3169
  msgstr "Por favor, actualiza la página"
3170
 
@@ -3178,7 +3208,7 @@ msgstr "Bienvenido %s"
3178
  msgid "%s - Most Powerful & Easy to Use Events Management System"
3179
  msgstr "%s - El sistema gestor de eventos más potente y fácil de usar"
3180
 
3181
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:962
3182
  msgid "Modern Events Calendar (Lite)"
3183
  msgstr "Modern Events Calendar (Lite)"
3184
 
@@ -3269,7 +3299,7 @@ msgid ""
3269
  msgstr ""
3270
 
3271
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3272
- #: app/libraries/factory.php:972
3273
  msgid "Upcoming Events"
3274
  msgstr "Próximos Eventos"
3275
 
@@ -3848,15 +3878,15 @@ msgstr "Vista por defecto"
3848
 
3849
  #: app/features/mec/meta_boxes/display_options.php:637
3850
  #: app/features/mec/meta_boxes/display_options.php:661
3851
- #: app/libraries/main.php:330 app/libraries/main.php:1813
3852
- #: app/libraries/main.php:1838
3853
  msgid "List View"
3854
  msgstr "Vista de lista"
3855
 
3856
  #: app/features/mec/meta_boxes/display_options.php:638
3857
  #: app/features/mec/meta_boxes/display_options.php:682
3858
- #: app/libraries/main.php:331 app/libraries/main.php:1814
3859
- #: app/libraries/main.php:1839
3860
  msgid "Grid View"
3861
  msgstr "Vista cuadrícula"
3862
 
@@ -3870,8 +3900,8 @@ msgstr "Vista de Horario"
3870
 
3871
  #: app/features/mec/meta_boxes/display_options.php:640
3872
  #: app/features/mec/meta_boxes/display_options.php:703
3873
- #: app/libraries/main.php:334 app/libraries/main.php:1807
3874
- #: app/libraries/main.php:1832
3875
  msgid "Yearly View"
3876
  msgstr "Vista anual"
3877
 
@@ -3882,15 +3912,15 @@ msgstr "Vista Mensual/Calendario"
3882
 
3883
  #: app/features/mec/meta_boxes/display_options.php:642
3884
  #: app/features/mec/meta_boxes/display_options.php:752
3885
- #: app/libraries/main.php:337 app/libraries/main.php:1809
3886
- #: app/libraries/main.php:1834
3887
  msgid "Weekly View"
3888
  msgstr "Vista de semana"
3889
 
3890
  #: app/features/mec/meta_boxes/display_options.php:643
3891
  #: app/features/mec/meta_boxes/display_options.php:762
3892
- #: app/libraries/main.php:336 app/libraries/main.php:1810
3893
- #: app/libraries/main.php:1835
3894
  msgid "Daily View"
3895
  msgstr "Vista de día"
3896
 
@@ -4462,10 +4492,10 @@ msgstr "Desactivado"
4462
  #: app/features/mec/meta_boxes/search_form.php:606
4463
  #: app/features/mec/meta_boxes/search_form.php:676
4464
  #: app/features/mec/meta_boxes/search_form.php:782
4465
- #: app/features/mec/settings.php:858 app/features/mec/single.php:245
4466
  #: app/features/search.php:86 app/features/speakers.php:61
4467
- #: app/features/speakers.php:269 app/libraries/main.php:5422
4468
- #: app/libraries/skins.php:965
4469
  msgid "Speaker"
4470
  msgstr ""
4471
 
@@ -4480,8 +4510,8 @@ msgstr ""
4480
  #: app/features/mec/meta_boxes/search_form.php:613
4481
  #: app/features/mec/meta_boxes/search_form.php:683
4482
  #: app/features/mec/meta_boxes/search_form.php:789
4483
- #: app/features/mec/settings.php:865 app/features/mec/single.php:254
4484
- #: app/features/search.php:92 app/libraries/skins.php:991
4485
  #, fuzzy
4486
  #| msgid "Tags"
4487
  msgid "Tag"
@@ -4623,7 +4653,7 @@ msgstr ""
4623
  msgid "Google Maps Style"
4624
  msgstr "Estilo de Google Maps"
4625
 
4626
- #: app/features/mec/modules.php:114 app/features/mec/single.php:88
4627
  msgid "Default"
4628
  msgstr "Por defecto"
4629
 
@@ -5525,7 +5555,7 @@ msgid "You can enable/disable Schema scripts"
5525
  msgstr ""
5526
 
5527
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5528
- #: app/libraries/main.php:5426
5529
  msgid "Weekdays"
5530
  msgstr "Días de la semana"
5531
 
@@ -5912,10 +5942,6 @@ msgstr "Etiquetas del Evento"
5912
  msgid "Event Organizer"
5913
  msgstr "Organizador de eventos"
5914
 
5915
- #: app/features/mec/settings.php:749
5916
- msgid "Booking Options"
5917
- msgstr "Opciones de reserva"
5918
-
5919
  #: app/features/mec/settings.php:755
5920
  msgid "Fees / Taxes Options"
5921
  msgstr "Opciones de Cuotas/Impuestos"
@@ -6144,7 +6170,7 @@ msgstr ""
6144
  "La \"fecha de referencia\" muestra la fecha del evento referido en la lista "
6145
  "de eventos."
6146
 
6147
- #: app/features/mec/single.php:65 app/features/mec/single.php:76
6148
  msgid "Single Event Style"
6149
  msgstr "Estilo de evento único"
6150
 
@@ -6152,105 +6178,105 @@ msgstr "Estilo de evento único"
6152
  msgid "Default Style"
6153
  msgstr "Estilo por defecto"
6154
 
6155
- #: app/features/mec/single.php:71
6156
  #, fuzzy
6157
  #| msgid "MEC Single Sidebar"
6158
  msgid "Elementor Single Builder"
6159
  msgstr "barra lateral MEC"
6160
 
6161
- #: app/features/mec/single.php:77
6162
  msgid "Choose your single event style."
6163
  msgstr "Elige tu estilo de evento para la página de vista."
6164
 
6165
- #: app/features/mec/single.php:85 app/features/mec/single.php:93
6166
  msgid "Booking Style"
6167
  msgstr ""
6168
 
6169
- #: app/features/mec/single.php:89
6170
  msgid "Modal"
6171
  msgstr ""
6172
 
6173
- #: app/features/mec/single.php:94
6174
  msgid ""
6175
  "Choose your Booking style. Note: When you set this feature to Modal, you "
6176
  "cannot see the booking box if you set popup module view on shortcodes"
6177
  msgstr ""
6178
 
6179
- #: app/features/mec/single.php:102
6180
  msgid "Disable Block Editor (Gutenberg)"
6181
  msgstr ""
6182
 
6183
- #: app/features/mec/single.php:105
6184
  msgid "Disable Block Editor"
6185
  msgstr ""
6186
 
6187
- #: app/features/mec/single.php:109
6188
  msgid "Block Editor"
6189
  msgstr ""
6190
 
6191
- #: app/features/mec/single.php:110
6192
  msgid ""
6193
  "If you want to use the new WordPress block editor you should keep this "
6194
  "checkbox unchecked."
6195
  msgstr ""
6196
 
6197
- #: app/features/mec/single.php:117 app/features/mec/single.php:124
6198
  msgid "Breadcrumbs"
6199
  msgstr ""
6200
 
6201
- #: app/features/mec/single.php:120
6202
  msgid "Enable Breadcrumbs."
6203
  msgstr ""
6204
 
6205
- #: app/features/mec/single.php:125
6206
  msgid "Check this option, for showing the breadcrumbs on single event page"
6207
  msgstr ""
6208
 
6209
- #: app/features/mec/single.php:132 app/features/mec/single.php:139
6210
  #, fuzzy
6211
  #| msgid "Description"
6212
  msgid "Organizer Description"
6213
  msgstr "Descripción"
6214
 
6215
- #: app/features/mec/single.php:135
6216
  msgid "Enable Description For Organizer."
6217
  msgstr ""
6218
 
6219
- #: app/features/mec/single.php:140
6220
  msgid ""
6221
  "If you want to turn on description for other organizer plase go to "
6222
  "'Additional Organizers - After enabling and saving the settings, reloading "
6223
  "the settings page.' tab"
6224
  msgstr ""
6225
 
6226
- #: app/features/mec/single.php:153
6227
  msgid "Show countdown module on event page"
6228
  msgstr "Mostrar módulo de cuenta atrás en la página del evento"
6229
 
6230
- #: app/features/mec/single.php:158
6231
  msgid "Countdown Style"
6232
  msgstr "Estilo de Cuenta Atrás"
6233
 
6234
- #: app/features/mec/single.php:161
6235
  msgid "Plain Style"
6236
  msgstr "Estilo simple"
6237
 
6238
- #: app/features/mec/single.php:162
6239
  msgid "Flip Style"
6240
  msgstr "Estilo Volteado"
6241
 
6242
- #: app/features/mec/single.php:170 app/features/mec/single.php:177
6243
  #, fuzzy
6244
  #| msgid "Exceptional days"
6245
  msgid "Exceptional days (Exclude Dates)"
6246
  msgstr "Días Excepcionales"
6247
 
6248
- #: app/features/mec/single.php:174
6249
  msgid "Show exceptional days option on Add/Edit events page"
6250
  msgstr ""
6251
  "Mostrar opciones de días excepcionales en la página Agregar / Editar eventos"
6252
 
6253
- #: app/features/mec/single.php:178
6254
  #, fuzzy
6255
  #| msgid ""
6256
  #| "Using this option you can include/exclude certain days to/from event "
@@ -6261,11 +6287,11 @@ msgstr ""
6261
  "Usar esta opción permite incluir o excluir ciertos días para la ocurrencia "
6262
  "de eventos."
6263
 
6264
- #: app/features/mec/single.php:187 app/libraries/main.php:550
6265
  msgid "Additional Organizers"
6266
  msgstr "Organizadores adicionales"
6267
 
6268
- #: app/features/mec/single.php:192
6269
  msgid ""
6270
  "Show additional organizers option on Add/Edit events page and single event "
6271
  "page."
@@ -6273,17 +6299,17 @@ msgstr ""
6273
  "Mostrar la opción de organizadores adicionales en la pagina de añadir "
6274
  "eventos y la pagina de evento individual."
6275
 
6276
- #: app/features/mec/single.php:201
6277
  msgid "Enable Description For Other Organizers."
6278
  msgstr ""
6279
 
6280
- #: app/features/mec/single.php:209
6281
  #, fuzzy
6282
  #| msgid "Additional Organizers"
6283
  msgid "Additional locations"
6284
  msgstr "Organizadores adicionales"
6285
 
6286
- #: app/features/mec/single.php:213
6287
  #, fuzzy
6288
  #| msgid ""
6289
  #| "Show additional organizers option on Add/Edit events page and single "
@@ -6295,18 +6321,18 @@ msgstr ""
6295
  "Mostrar la opción de organizadores adicionales en la pagina de añadir "
6296
  "eventos y la pagina de evento individual."
6297
 
6298
- #: app/features/mec/single.php:219 app/libraries/main.php:552
6299
- #: app/skins/single.php:161
6300
  #, fuzzy
6301
  #| msgid "featured event"
6302
  msgid "Related Events"
6303
  msgstr "evento destacado"
6304
 
6305
- #: app/features/mec/single.php:223
6306
  msgid "Display related events based on taxonomy in single event page."
6307
  msgstr ""
6308
 
6309
- #: app/features/mec/single.php:229
6310
  #, fuzzy
6311
  #| msgid "Taxonomies"
6312
  msgid "Select Taxonomies:"
@@ -7010,8 +7036,8 @@ msgstr "ej. user@yoursite.com"
7010
  msgid "eg. https://webnus.net"
7011
  msgstr "ej. https://webnus.net"
7012
 
7013
- #: app/features/organizers.php:312 app/libraries/main.php:5450
7014
- #: app/skins/single.php:866
7015
  msgid "Other Organizers"
7016
  msgstr "En común"
7017
 
@@ -7088,7 +7114,7 @@ msgstr ""
7088
 
7089
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
7090
  #: app/modules/booking/steps/form.php:179
7091
- #: app/modules/booking/steps/tickets.php:77 app/skins/countdown/tpl.php:109
7092
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
7093
  msgid "Next"
7094
  msgstr "Siguiente"
@@ -7157,7 +7183,7 @@ msgstr "Añadir nuevo Shortcode"
7157
  msgid "Please %s/%s in order to see your bookings / profile."
7158
  msgstr ""
7159
 
7160
- #: app/features/profile/profile.php:18 app/libraries/main.php:2199
7161
  #, fuzzy
7162
  #| msgid "Your booking cannot be canceled."
7163
  msgid "Your booking already canceled!"
@@ -7167,11 +7193,11 @@ msgstr "La reserva no puede cancelarse."
7167
  msgid "#"
7168
  msgstr ""
7169
 
7170
- #: app/features/profile/profile.php:56 app/libraries/main.php:3225
7171
  msgid "Status"
7172
  msgstr "Estado"
7173
 
7174
- #: app/features/profile/profile.php:59 app/libraries/main.php:2317
7175
  msgid "Attendees"
7176
  msgstr "Asistentes"
7177
 
@@ -7298,9 +7324,10 @@ msgstr ""
7298
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
7299
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
7300
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
7301
- #: app/modules/next-event/details.php:104 app/skins/single.php:758
7302
- #: app/skins/single/default.php:110 app/skins/single/default.php:341
7303
- #: app/skins/single/m1.php:45 app/skins/single/modern.php:208
 
7304
  #, fuzzy
7305
  #| msgid "All Day Event"
7306
  msgid "All Day"
@@ -7376,12 +7403,12 @@ msgstr ""
7376
  msgid "%s Price"
7377
  msgstr "%s Precio"
7378
 
7379
- #: app/libraries/book.php:626
7380
  msgid "Discount"
7381
  msgstr "Descuento"
7382
 
7383
- #: app/libraries/book.php:716 app/modules/booking/default.php:316
7384
- #: app/modules/booking/default.php:415
7385
  msgid "Download Invoice"
7386
  msgstr "Descargar factura"
7387
 
@@ -7452,17 +7479,17 @@ msgstr "barra lateral MEC"
7452
  msgid "Custom sidebar for single and modal page of MEC."
7453
  msgstr "Barra lateral personalizaba para la pagina individual y modal de MEC"
7454
 
7455
- #: app/libraries/factory.php:1034
7456
  #, fuzzy
7457
  #| msgid "Update %s"
7458
  msgid "News & Updates"
7459
  msgstr "Actualizar %s"
7460
 
7461
- #: app/libraries/factory.php:1047
7462
  msgid "Blog"
7463
  msgstr ""
7464
 
7465
- #: app/libraries/factory.php:1047
7466
  msgid "Help"
7467
  msgstr ""
7468
 
@@ -7470,33 +7497,33 @@ msgstr ""
7470
  msgid "There is no excerpt because this is a protected post."
7471
  msgstr "No hay extracto porque es una entrada protegida."
7472
 
7473
- #: app/libraries/main.php:332 app/libraries/main.php:1815
7474
- #: app/libraries/main.php:1840
7475
  msgid "Agenda View"
7476
  msgstr "Vista de Agenda"
7477
 
7478
- #: app/libraries/main.php:333 app/libraries/main.php:1806
7479
- #: app/libraries/main.php:1831
7480
  msgid "Full Calendar"
7481
  msgstr "Calendario completo"
7482
 
7483
- #: app/libraries/main.php:335 app/libraries/main.php:1808
7484
- #: app/libraries/main.php:1833
7485
  msgid "Calendar/Monthly View"
7486
  msgstr "Ver Calendario/Mes"
7487
 
7488
- #: app/libraries/main.php:338 app/libraries/main.php:1811
7489
- #: app/libraries/main.php:1836
7490
  msgid "Timetable View"
7491
  msgstr "Vista de Horario"
7492
 
7493
- #: app/libraries/main.php:339 app/libraries/main.php:1812
7494
- #: app/libraries/main.php:1837
7495
  msgid "Masonry View"
7496
  msgstr "Vista en mosaico"
7497
 
7498
- #: app/libraries/main.php:340 app/libraries/main.php:1816
7499
- #: app/libraries/main.php:1841
7500
  msgid "Map View"
7501
  msgstr "Vista de mapa"
7502
 
@@ -7526,31 +7553,31 @@ msgstr "Vista del rotativo"
7526
  msgid "Timeline View"
7527
  msgstr "Vista de Horario"
7528
 
7529
- #: app/libraries/main.php:385 app/libraries/main.php:5428
7530
  msgid "SU"
7531
  msgstr "DO"
7532
 
7533
- #: app/libraries/main.php:386 app/libraries/main.php:5429
7534
  msgid "MO"
7535
  msgstr "LU"
7536
 
7537
- #: app/libraries/main.php:387 app/libraries/main.php:5430
7538
  msgid "TU"
7539
  msgstr "MA"
7540
 
7541
- #: app/libraries/main.php:388 app/libraries/main.php:5431
7542
  msgid "WE"
7543
  msgstr "MI"
7544
 
7545
- #: app/libraries/main.php:389 app/libraries/main.php:5432
7546
  msgid "TH"
7547
  msgstr "JU"
7548
 
7549
- #: app/libraries/main.php:390 app/libraries/main.php:5433
7550
  msgid "FR"
7551
  msgstr "VI"
7552
 
7553
- #: app/libraries/main.php:391 app/libraries/main.php:5434
7554
  msgid "SA"
7555
  msgstr "SA"
7556
 
@@ -7572,11 +7599,11 @@ msgstr "Organizadores adicionales"
7572
  msgid "Modules"
7573
  msgstr "Módulo social"
7574
 
7575
- #: app/libraries/main.php:871
7576
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7577
  msgstr ""
7578
 
7579
- #: app/libraries/main.php:878
7580
  msgid ""
7581
  "The time has come at last, and the new practical add-ons for MEC have been "
7582
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -7584,410 +7611,410 @@ msgid ""
7584
  "below:"
7585
  msgstr ""
7586
 
7587
- #: app/libraries/main.php:880
7588
  msgid ""
7589
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7590
  "products) and Woo products at the same time."
7591
  msgstr ""
7592
 
7593
- #: app/libraries/main.php:881
7594
  msgid ""
7595
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7596
  "other websites without MEC. Use JSON output features to make your Apps "
7597
  "compatible with MEC."
7598
  msgstr ""
7599
 
7600
- #: app/libraries/main.php:882
7601
  msgid ""
7602
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7603
  "main websites. Changes in the main one will be inherited by the subsites. "
7604
  "you can set these up in the admin panel."
7605
  msgstr ""
7606
 
7607
- #: app/libraries/main.php:883
7608
  msgid ""
7609
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7610
  "pages can contain ticket purchase information, information about registered "
7611
  "events. Users can now log in to purchase tickets."
7612
  msgstr ""
7613
 
7614
- #: app/libraries/main.php:1532
7615
  msgid "Events at this location"
7616
  msgstr "Eventos en este lugar"
7617
 
7618
- #: app/libraries/main.php:1532
7619
  msgid "Event at this location"
7620
  msgstr "Evento en este lugar"
7621
 
7622
- #: app/libraries/main.php:1584
7623
  msgid "Facebook"
7624
  msgstr "Facebook"
7625
 
7626
- #: app/libraries/main.php:1585
7627
  msgid "Twitter"
7628
  msgstr "Twitter"
7629
 
7630
- #: app/libraries/main.php:1586 app/libraries/main.php:1643
7631
  msgid "Linkedin"
7632
  msgstr "LinkedIn"
7633
 
7634
- #: app/libraries/main.php:1587 app/libraries/main.php:1679
7635
  msgid "VK"
7636
  msgstr "VK"
7637
 
7638
- #: app/libraries/main.php:1588
7639
  msgid "Tumblr"
7640
  msgstr ""
7641
 
7642
- #: app/libraries/main.php:1589
7643
  msgid "Pinterest"
7644
  msgstr ""
7645
 
7646
- #: app/libraries/main.php:1590
7647
  msgid "Flipboard"
7648
  msgstr ""
7649
 
7650
- #: app/libraries/main.php:1591
7651
  #, fuzzy
7652
  #| msgid "Tickets"
7653
  msgid "GetPocket"
7654
  msgstr "Tickets"
7655
 
7656
- #: app/libraries/main.php:1592
7657
  msgid "Reddit"
7658
  msgstr ""
7659
 
7660
- #: app/libraries/main.php:1593
7661
  msgid "WhatsApp"
7662
  msgstr ""
7663
 
7664
- #: app/libraries/main.php:1594
7665
  msgid "Telegram"
7666
  msgstr ""
7667
 
7668
- #: app/libraries/main.php:1613
7669
  msgid "Share on Facebook"
7670
  msgstr "Compartir en Facebook"
7671
 
7672
- #: app/libraries/main.php:1628
7673
  msgid "Tweet"
7674
  msgstr "Tweet"
7675
 
7676
- #: app/libraries/main.php:1694
7677
  #, fuzzy
7678
  #| msgid "Share on Facebook"
7679
  msgid "Share on Tumblr"
7680
  msgstr "Compartir en Facebook"
7681
 
7682
- #: app/libraries/main.php:1710
7683
  msgid "Share on Pinterest"
7684
  msgstr ""
7685
 
7686
- #: app/libraries/main.php:1726
7687
  #, fuzzy
7688
  #| msgid "Share on Facebook"
7689
  msgid "Share on Flipboard"
7690
  msgstr "Compartir en Facebook"
7691
 
7692
- #: app/libraries/main.php:1744
7693
  #, fuzzy
7694
  #| msgid "Share on Facebook"
7695
  msgid "Share on GetPocket"
7696
  msgstr "Compartir en Facebook"
7697
 
7698
- #: app/libraries/main.php:1760
7699
  #, fuzzy
7700
  #| msgid "Share on Facebook"
7701
  msgid "Share on Reddit"
7702
  msgstr "Compartir en Facebook"
7703
 
7704
- #: app/libraries/main.php:1776
7705
  msgid "Share on Telegram"
7706
  msgstr ""
7707
 
7708
- #: app/libraries/main.php:1794
7709
  msgid "Share on WhatsApp"
7710
  msgstr ""
7711
 
7712
- #: app/libraries/main.php:1817
7713
  #, fuzzy
7714
  #| msgid "Shortcode"
7715
  msgid "Custom Shortcode"
7716
  msgstr "Shortcode"
7717
 
7718
- #: app/libraries/main.php:2179
7719
  #, fuzzy
7720
  #| msgid "Your booking successfully verified."
7721
  msgid "Your booking already verified!"
7722
  msgstr "Tu reserva se ha verificado correctamente."
7723
 
7724
- #: app/libraries/main.php:2184
7725
  msgid "Your booking successfully verified."
7726
  msgstr "Tu reserva se ha verificado correctamente."
7727
 
7728
- #: app/libraries/main.php:2185
7729
  msgid "Your booking cannot verify!"
7730
  msgstr "¡Tu reserva no se puede verificar!"
7731
 
7732
- #: app/libraries/main.php:2204
7733
  msgid "Your booking successfully canceled."
7734
  msgstr "Tu reserva se ha cancelado correctamente."
7735
 
7736
- #: app/libraries/main.php:2205
7737
  msgid "Your booking cannot be canceled."
7738
  msgstr "La reserva no puede cancelarse."
7739
 
7740
- #: app/libraries/main.php:2209
7741
  msgid "You canceled the payment successfully."
7742
  msgstr "Has cancelado el pago correctamente."
7743
 
7744
- #: app/libraries/main.php:2213
7745
  msgid "You returned from payment gateway successfully."
7746
  msgstr "Has vuelto correctamente de tu pasarela de pago."
7747
 
7748
- #: app/libraries/main.php:2229
7749
  #, fuzzy
7750
  #| msgid "Cannot find the booking!"
7751
  msgid "Cannot find the invoice!"
7752
  msgstr "¡No se pudo encontrar la reserva!"
7753
 
7754
- #: app/libraries/main.php:2229
7755
  #, fuzzy
7756
  #| msgid "Booking is invalid."
7757
  msgid "Invoice is invalid."
7758
  msgstr "Reserva no válida."
7759
 
7760
- #: app/libraries/main.php:2249
7761
  msgid ""
7762
  "Your booking still is not confirmed. You can download it after confirmation!"
7763
  msgstr ""
7764
 
7765
- #: app/libraries/main.php:2249
7766
  #, fuzzy
7767
  #| msgid "Booking Confirmation"
7768
  msgid "Booking Not Confirmed."
7769
  msgstr "Confirmación de reserva"
7770
 
7771
- #: app/libraries/main.php:2255
7772
  msgid "Cannot find the booking!"
7773
  msgstr "¡No se pudo encontrar la reserva!"
7774
 
7775
- #: app/libraries/main.php:2255
7776
  msgid "Booking is invalid."
7777
  msgstr "Reserva no válida."
7778
 
7779
- #: app/libraries/main.php:2287
7780
  #, php-format
7781
  msgid "%s Invoice"
7782
  msgstr "%s Factura"
7783
 
7784
- #: app/libraries/main.php:2363
7785
  msgid "Billing"
7786
  msgstr "Facturación"
7787
 
7788
- #: app/libraries/main.php:2375
7789
  #, fuzzy
7790
  #| msgid "Coupons"
7791
  msgid "Coupon Code"
7792
  msgstr "Cupones"
7793
 
7794
- #: app/libraries/main.php:2380
7795
  msgid "Total"
7796
  msgstr "Total "
7797
 
7798
- #: app/libraries/main.php:2387
7799
  #, fuzzy
7800
  #| msgid "Payment Gateways"
7801
  msgid "Payment"
7802
  msgstr "Pasarelas de pago"
7803
 
7804
- #: app/libraries/main.php:2391
7805
  #, fuzzy
7806
  #| msgid "Popular Gateways"
7807
  msgid "Gateway"
7808
  msgstr "Pasarelas de pago populares"
7809
 
7810
- #: app/libraries/main.php:2404
7811
  #, fuzzy
7812
  #| msgid "Payment Gateways"
7813
  msgid "Payment Time"
7814
  msgstr "Pasarelas de pago"
7815
 
7816
- #: app/libraries/main.php:2465
7817
  msgid "Request is not valid."
7818
  msgstr "La solicitud no es válida."
7819
 
7820
- #: app/libraries/main.php:2465
7821
  msgid "iCal export stopped!"
7822
  msgstr "¡La exportación de iCal se detuvo!"
7823
 
7824
- #: app/libraries/main.php:2809 app/libraries/main.php:2839
7825
- #: app/libraries/main.php:2868 app/libraries/main.php:2898
7826
- #: app/libraries/main.php:2927 app/libraries/main.php:2956
7827
- #: app/libraries/main.php:2985 app/libraries/main.php:3014
7828
- #: app/libraries/main.php:3043 app/libraries/main.php:3067
7829
- #: app/libraries/main.php:3111 app/libraries/main.php:3155
7830
- #: app/libraries/main.php:3202 app/libraries/main.php:3249
7831
  msgid "Sort"
7832
  msgstr "Orden"
7833
 
7834
- #: app/libraries/main.php:2815 app/libraries/main.php:2845
7835
- #: app/libraries/main.php:2874 app/libraries/main.php:2904
7836
- #: app/libraries/main.php:2933 app/libraries/main.php:2962
7837
- #: app/libraries/main.php:2991 app/libraries/main.php:3020
7838
- #: app/libraries/main.php:3073 app/libraries/main.php:3117
7839
- #: app/libraries/main.php:3161 app/libraries/main.php:3208
7840
  msgid "Required Field"
7841
  msgstr "Campo obligatorio"
7842
 
7843
- #: app/libraries/main.php:2821 app/libraries/main.php:2851
7844
- #: app/libraries/main.php:2880 app/libraries/main.php:2910
7845
- #: app/libraries/main.php:2939 app/libraries/main.php:2968
7846
- #: app/libraries/main.php:2997 app/libraries/main.php:3026
7847
- #: app/libraries/main.php:3079 app/libraries/main.php:3123
7848
- #: app/libraries/main.php:3167 app/libraries/main.php:3214
7849
  msgid "Insert a label for this field"
7850
  msgstr "Introduce una etiqueta para este campo"
7851
 
7852
- #: app/libraries/main.php:3049
7853
  msgid "HTML and shortcode are allowed."
7854
  msgstr "Se permite HTML"
7855
 
7856
- #: app/libraries/main.php:3092 app/libraries/main.php:3136
7857
- #: app/libraries/main.php:3180
7858
  msgid "Option"
7859
  msgstr "Opción"
7860
 
7861
- #: app/libraries/main.php:3214
7862
  #, php-format
7863
  msgid "Instead of %s, the page title with a link will be show."
7864
  msgstr "En lugar de %s, se mostrará el título de la página con un enlace."
7865
 
7866
- #: app/libraries/main.php:3216
7867
  msgid "Agreement Page"
7868
  msgstr "Página de Acuerdo"
7869
 
7870
- #: app/libraries/main.php:3227
7871
  msgid "Checked by default"
7872
  msgstr "Marcado por defecto"
7873
 
7874
- #: app/libraries/main.php:3228
7875
  msgid "Unchecked by default"
7876
  msgstr "Sin marcar por defecto"
7877
 
7878
- #: app/libraries/main.php:3251
7879
  msgid "Insert a label for this option"
7880
  msgstr "Introduce una etiqueta para esta opción"
7881
 
7882
- #: app/libraries/main.php:3266
7883
  msgid "Free"
7884
  msgstr "Gratis"
7885
 
7886
- #: app/libraries/main.php:3872 app/libraries/main.php:5676
7887
  #, fuzzy
7888
  #| msgid "M.E. Calendar"
7889
  msgid "M.E. Calender"
7890
  msgstr "M.E. Calendario"
7891
 
7892
- #: app/libraries/main.php:4027
7893
  #, php-format
7894
  msgid "Copy of %s"
7895
  msgstr "Copia de %s"
7896
 
7897
- #: app/libraries/main.php:4793
7898
  msgid "Booked an event."
7899
  msgstr "Has reservado para un evento."
7900
 
7901
- #: app/libraries/main.php:4834
7902
  #, php-format
7903
  msgid "%s booked %s event."
7904
  msgstr "%s reservado %s evento."
7905
 
7906
- #: app/libraries/main.php:5411
7907
  msgid "Taxonomies"
7908
  msgstr "Taxonomías"
7909
 
7910
- #: app/libraries/main.php:5413
7911
  msgid "Category Plural Label"
7912
  msgstr "Categoría Etiqueta plural"
7913
 
7914
- #: app/libraries/main.php:5414
7915
  msgid "Category Singular Label"
7916
  msgstr "Categoría Etiqueta Singular"
7917
 
7918
- #: app/libraries/main.php:5415
7919
  msgid "Label Plural Label"
7920
  msgstr "Etiqueta plural"
7921
 
7922
- #: app/libraries/main.php:5416
7923
  msgid "Label Singular Label"
7924
  msgstr "Etiqueta singular de la etiqueta"
7925
 
7926
- #: app/libraries/main.php:5416
7927
  msgid "label"
7928
  msgstr "etiqueta"
7929
 
7930
- #: app/libraries/main.php:5417
7931
  msgid "Location Plural Label"
7932
  msgstr "Ubicación Etiqueta plural"
7933
 
7934
- #: app/libraries/main.php:5418
7935
  msgid "Location Singular Label"
7936
  msgstr "Etiqueta de ubicación en singular"
7937
 
7938
- #: app/libraries/main.php:5419
7939
  msgid "Organizer Plural Label"
7940
  msgstr "Etiqueta del organizador en plural"
7941
 
7942
- #: app/libraries/main.php:5420
7943
  msgid "Organizer Singular Label"
7944
  msgstr "Etiqueta Singular del Organizador"
7945
 
7946
- #: app/libraries/main.php:5421
7947
  msgid "Speaker Plural Label"
7948
  msgstr ""
7949
 
7950
- #: app/libraries/main.php:5422
7951
  msgid "Speaker Singular Label"
7952
  msgstr ""
7953
 
7954
- #: app/libraries/main.php:5428
7955
  msgid "Sunday abbreviation"
7956
  msgstr "Abreviatura de Domingo"
7957
 
7958
- #: app/libraries/main.php:5429
7959
  msgid "Monday abbreviation"
7960
  msgstr "Abreviatura de Lunes"
7961
 
7962
- #: app/libraries/main.php:5430
7963
  msgid "Tuesday abbreviation"
7964
  msgstr "Abreviatura de Martes"
7965
 
7966
- #: app/libraries/main.php:5431
7967
  msgid "Wednesday abbreviation"
7968
  msgstr "Abreviatura de Miércoles "
7969
 
7970
- #: app/libraries/main.php:5432
7971
  msgid "Thursday abbreviation"
7972
  msgstr "Abreviatura de Jueves"
7973
 
7974
- #: app/libraries/main.php:5433
7975
  msgid "Friday abbreviation"
7976
  msgstr "Abreviatura de Viernes"
7977
 
7978
- #: app/libraries/main.php:5434
7979
  msgid "Saturday abbreviation"
7980
  msgstr "Abreviatura de Sábado "
7981
 
7982
- #: app/libraries/main.php:5438
7983
  msgid "Others"
7984
  msgstr "Otros"
7985
 
7986
- #: app/libraries/main.php:5440
7987
  msgid "Booking Success Message"
7988
  msgstr "Mensaje de reserva correcta"
7989
 
7990
- #: app/libraries/main.php:5440
7991
  #, fuzzy
7992
  #| msgid ""
7993
  #| "Thanks for your booking. Your tickets booked, booking verification might "
@@ -7999,124 +8026,125 @@ msgstr ""
7999
  "Gracias por tu reserva. Tus entradas han sido reservadas, podrías necesitar "
8000
  "una verificación, por favor consulta tu correo."
8001
 
8002
- #: app/libraries/main.php:5441 app/widgets/single.php:131
8003
  msgid "Register Button"
8004
  msgstr "Botón de registro"
8005
 
8006
- #: app/libraries/main.php:5441 app/skins/available_spot/tpl.php:189
8007
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
8008
- #: app/skins/grid/render.php:84 app/skins/grid/render.php:139
8009
- #: app/skins/grid/render.php:189 app/skins/grid/render.php:209
8010
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
8011
- #: app/skins/masonry/render.php:150 app/skins/single.php:779
8012
- #: app/skins/single.php:782 app/skins/single/default.php:270
8013
- #: app/skins/single/default.php:272 app/skins/single/default.php:501
8014
- #: app/skins/single/default.php:503 app/skins/single/m1.php:142
8015
- #: app/skins/single/m1.php:144 app/skins/single/m2.php:67
8016
- #: app/skins/single/m2.php:69 app/skins/single/modern.php:78
8017
- #: app/skins/single/modern.php:80 app/skins/slider/render.php:71
8018
- #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
8019
- #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
 
8020
  msgid "REGISTER"
8021
  msgstr "REGISTRO"
8022
 
8023
- #: app/libraries/main.php:5442
8024
  msgid "View Detail Button"
8025
  msgstr "Ver detalle del botón"
8026
 
8027
- #: app/libraries/main.php:5442 app/skins/carousel/render.php:109
8028
- #: app/skins/carousel/render.php:148 app/skins/grid/render.php:84
8029
- #: app/skins/grid/render.php:139 app/skins/grid/render.php:189
8030
- #: app/skins/grid/render.php:209 app/skins/list/render.php:67
8031
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
8032
- #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
8033
- #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
8034
- #: app/skins/slider/render.php:173
8035
  msgid "View Detail"
8036
  msgstr "Ver detalle"
8037
 
8038
- #: app/libraries/main.php:5443
8039
  msgid "Event Detail Button"
8040
  msgstr "Botón de detalle del evento"
8041
 
8042
- #: app/libraries/main.php:5443 app/skins/countdown/tpl.php:213
8043
  msgid "Event Detail"
8044
  msgstr "Detalle del evento"
8045
 
8046
- #: app/libraries/main.php:5445
8047
  msgid "More Info Link"
8048
  msgstr "Enlace a Más Información"
8049
 
8050
- #: app/libraries/main.php:5448
8051
  msgid "Ticket (Singular)"
8052
  msgstr "Entrada (Singular)"
8053
 
8054
- #: app/libraries/main.php:5449
8055
  msgid "Tickets (Plural)"
8056
  msgstr "Entradas (Plural)"
8057
 
8058
- #: app/libraries/main.php:5535
8059
  msgid "EventON"
8060
  msgstr "EventON"
8061
 
8062
- #: app/libraries/main.php:5536
8063
  msgid "The Events Calendar"
8064
  msgstr "The Events Calendar"
8065
 
8066
- #: app/libraries/main.php:5537
8067
  msgid "Events Schedule WP Plugin"
8068
  msgstr "Events Schedule WP Plugin"
8069
 
8070
- #: app/libraries/main.php:5538
8071
  msgid "Calendarize It"
8072
  msgstr "Ponlo al calendario"
8073
 
8074
- #: app/libraries/main.php:5539
8075
  #, fuzzy
8076
  #| msgid "Event %s"
8077
  msgid "Event Espresso"
8078
  msgstr "Evento %s"
8079
 
8080
- #: app/libraries/main.php:5540
8081
  #, fuzzy
8082
  #| msgid "Event Repeating"
8083
  msgid "Events Manager (Recurring)"
8084
  msgstr "Repetir el evento"
8085
 
8086
- #: app/libraries/main.php:5541
8087
  #, fuzzy
8088
  #| msgid "Modern Events Calendar (Lite)"
8089
  msgid "Events Manager (Single)"
8090
  msgstr "Modern Events Calendar (Lite)"
8091
 
8092
- #: app/libraries/main.php:5613 app/libraries/main.php:5633
8093
  msgid "Confirmed"
8094
  msgstr ""
8095
 
8096
- #: app/libraries/main.php:5614 app/libraries/main.php:5641
8097
  msgid "Rejected"
8098
  msgstr ""
8099
 
8100
- #: app/libraries/main.php:5615 app/libraries/main.php:5637
8101
  msgid "Pending"
8102
  msgstr ""
8103
 
8104
- #: app/libraries/main.php:5663
8105
  msgid "Waiting"
8106
  msgstr ""
8107
 
8108
- #: app/libraries/main.php:5868 app/libraries/render.php:80
8109
  #: app/libraries/render.php:432
8110
  msgid "Skin controller does not exist."
8111
  msgstr "No existe skin controller."
8112
 
8113
- #: app/libraries/main.php:6049
8114
  #, fuzzy
8115
  #| msgid "Sold out!"
8116
  msgid "Sold Out"
8117
  msgstr "¡Agotado!"
8118
 
8119
- #: app/libraries/main.php:6057
8120
  #, fuzzy
8121
  #| msgid "Ticket"
8122
  msgid "Last Few Tickets"
@@ -8175,7 +8203,7 @@ msgstr "Sí"
8175
  msgid "No"
8176
  msgstr "No"
8177
 
8178
- #: app/libraries/skins.php:1037
8179
  #, fuzzy
8180
  #| msgid "Select All"
8181
  msgid "Select"
@@ -8232,21 +8260,21 @@ msgstr ""
8232
  msgid "Thanks for your booking."
8233
  msgstr "Gracias por tu reserva."
8234
 
8235
- #: app/modules/booking/steps/tickets.php:21
8236
  msgid "Book Event"
8237
  msgstr "Reservar evento"
8238
 
8239
- #: app/modules/booking/steps/tickets.php:43
8240
  #, php-format
8241
  msgid "Available %s: <span>%s</span>"
8242
  msgstr "%s disponibles: <span>%s</span>"
8243
 
8244
- #: app/modules/booking/steps/tickets.php:47
8245
  #, php-format
8246
  msgid "The %s ticket sales has stopped!"
8247
  msgstr ""
8248
 
8249
- #: app/modules/booking/steps/tickets.php:48
8250
  #, php-format
8251
  msgid "The %s ticket is sold out. You can try another ticket or another date."
8252
  msgstr ""
@@ -8261,15 +8289,15 @@ msgstr "El evento está terminado."
8261
  msgid "The event is ongoing."
8262
  msgstr "El evento está en curso."
8263
 
8264
- #: app/modules/googlemap/details.php:124
8265
  msgid "Address from ..."
8266
  msgstr "Dirección de…"
8267
 
8268
- #: app/modules/googlemap/details.php:128
8269
  msgid "Get Directions"
8270
  msgstr "Cómo llegar"
8271
 
8272
- #: app/modules/links/details.php:17 app/skins/single.php:468
8273
  msgid "Share this event"
8274
  msgstr "Compartir este evento"
8275
 
@@ -8324,7 +8352,7 @@ msgstr "Siguiente repetición"
8324
  msgid "Go to occurrence page"
8325
  msgstr "Ir a la página de repetición"
8326
 
8327
- #: app/modules/next-event/details.php:98 app/skins/single.php:752
8328
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
8329
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
8330
  msgid "Time"
@@ -8462,24 +8490,24 @@ msgstr "Eventos %s"
8462
  msgid "No Events"
8463
  msgstr "Sin eventos"
8464
 
8465
- #: app/skins/single.php:209
8466
  msgid "Home"
8467
  msgstr ""
8468
 
8469
- #: app/skins/single.php:551 app/skins/single/default.php:53
8470
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
8471
  #: app/skins/single/modern.php:281
8472
  msgid "Sold out!"
8473
  msgstr "¡Agotado!"
8474
 
8475
- #: app/skins/single.php:826 app/skins/single.php:881
8476
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
8477
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
8478
  #: app/skins/single/modern.php:46
8479
  msgid "Phone"
8480
  msgstr "Teléfono"
8481
 
8482
- #: app/skins/single.php:840 app/skins/single.php:895
8483
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
8484
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
8485
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
@@ -8488,7 +8516,7 @@ msgstr "Teléfono"
8488
  msgid "Website"
8489
  msgstr "Web"
8490
 
8491
- #: app/skins/single.php:971
8492
  msgid "Speakers:"
8493
  msgstr ""
8494
 
@@ -8589,7 +8617,9 @@ msgid "An awesome plugin for events calendar"
8589
  msgstr "Un plugin asombroso para calendario de eventos"
8590
 
8591
  #. Author of the plugin/theme
8592
- msgid "Webnus Team"
 
 
8593
  msgstr "Equipo de Webnus"
8594
 
8595
  #. Author URI of the plugin/theme
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Modern Events Calendar Lite - Stable (latest "
6
  "release)\n"
7
+ "POT-Creation-Date: 2020-04-28 17:17+0430\n"
8
+ "PO-Revision-Date: 2020-04-28 17:18+0430\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: es\n"
17
 
18
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
19
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
20
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:945
21
+ #: app/libraries/factory.php:964 app/widgets/MEC.php:33
22
  msgid "Modern Events Calendar"
23
  msgstr "Modern Events Calendar"
24
 
78
  msgid "Settings"
79
  msgstr "Ajustes"
80
 
81
+ #: app/features/contextual.php:62 app/features/events.php:1549
82
+ #: app/features/events.php:2502 app/features/mec/booking.php:448
83
+ #: app/features/mec/support.php:29 app/libraries/main.php:560
84
  msgid "Booking Form"
85
  msgstr "Formulario de Reservas"
86
 
237
  msgid "Google Recaptcha Options"
238
  msgstr "Opciones de Google Recaptcha"
239
 
240
+ #: app/features/contextual.php:258 app/features/mec/single.php:150
241
  #: app/libraries/main.php:548
242
  msgid "Countdown Options"
243
  msgstr "Opciones de cuenta atrás"
336
  msgid "No events found in Trash!"
337
  msgstr "No hay eventos en la papelera"
338
 
339
+ #: app/features/events.php:183 app/features/events.php:3373
340
  #: app/features/mec/meta_boxes/display_options.php:1385
341
  #: app/features/mec/meta_boxes/search_form.php:31
342
  #: app/features/mec/meta_boxes/search_form.php:101
349
  #: app/features/mec/meta_boxes/search_form.php:584
350
  #: app/features/mec/meta_boxes/search_form.php:654
351
  #: app/features/mec/meta_boxes/search_form.php:760
352
+ #: app/features/mec/settings.php:839 app/features/mec/single.php:233
353
+ #: app/features/search.php:68 app/libraries/main.php:5424
354
+ #: app/libraries/skins.php:892 app/skins/single.php:774
355
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
356
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
357
  #: app/skins/single/modern.php:128
358
  msgid "Category"
359
  msgstr "Categoría"
360
 
361
+ #: app/features/events.php:184 app/features/events.php:3328
362
  #: app/features/fes/form.php:767 app/features/mec.php:412
363
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5423
364
  msgid "Categories"
365
  msgstr "Categorías"
366
 
449
  msgstr "Repetir el evento"
450
 
451
  #: app/features/events.php:334 app/features/events.php:1294
452
+ #: app/features/mec/settings.php:743 app/skins/single.php:1159
453
  msgid "Hourly Schedule"
454
  msgstr "Programación horaria"
455
 
465
  msgid "Links"
466
  msgstr "Enlace"
467
 
468
+ #: app/features/events.php:337 app/features/events.php:3375
469
+ #: app/features/events.php:3566 app/features/events.php:3608
470
  #: app/features/ix.php:3508 app/features/ix.php:3549
471
  #: app/features/mec/meta_boxes/display_options.php:1388
472
  #: app/features/mec/meta_boxes/search_form.php:46
480
  #: app/features/mec/meta_boxes/search_form.php:599
481
  #: app/features/mec/meta_boxes/search_form.php:669
482
  #: app/features/mec/meta_boxes/search_form.php:775
483
+ #: app/features/mec/settings.php:851 app/features/mec/single.php:237
484
  #: app/features/organizers.php:58 app/features/organizers.php:204
485
  #: app/features/organizers.php:260 app/features/organizers.php:262
486
  #: app/features/organizers.php:271 app/features/popup/event.php:293
487
  #: app/features/popup/event.php:302 app/features/search.php:80
488
+ #: app/libraries/main.php:5430 app/libraries/skins.php:944
489
+ #: app/skins/single.php:1018 app/skins/single/default.php:227
490
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
491
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
492
  msgid "Organizer"
493
  msgstr "Organizador"
494
 
495
  #: app/features/events.php:338 app/features/events.php:1171
496
+ #: app/features/fes/form.php:740 app/libraries/main.php:5457
497
+ #: app/skins/single.php:797 app/skins/single/default.php:128
498
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
499
  #: app/skins/single/modern.php:223
500
  msgid "Cost"
514
  msgid "Guest Data"
515
  msgstr "Datos del invitado"
516
 
517
+ #: app/features/events.php:471 app/features/events.php:2484
518
+ #: app/features/events.php:3899 app/features/fes.php:223
519
  #: app/features/fes/form.php:699 app/features/labels.php:178
520
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
521
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
523
  msgid "Name"
524
  msgstr "Nombre"
525
 
526
+ #: app/features/events.php:472 app/features/events.php:2495
527
+ #: app/features/events.php:2571 app/features/events.php:3902
528
  #: app/features/fes.php:223 app/features/fes/form.php:695
529
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
530
  #: app/features/organizers.php:111 app/features/organizers.php:152
531
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
532
+ #: app/features/speakers.php:196 app/libraries/main.php:1596
533
+ #: app/libraries/main.php:1665 app/libraries/main.php:2900
534
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
535
+ #: app/modules/booking/steps/form.php:83 app/skins/single.php:1035
536
+ #: app/skins/single.php:1090 app/skins/single/default.php:244
537
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
538
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
539
  msgid "Email"
544
  msgstr "Día y hora"
545
 
546
  #: app/features/events.php:483 app/features/events.php:489
547
+ #: app/features/events.php:3376 app/features/events.php:3566
548
+ #: app/features/events.php:3608 app/features/fes/form.php:250
549
  #: app/features/fes/form.php:254 app/features/ix.php:3508
550
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
551
  #: app/features/mec/dashboard.php:405
569
  msgstr "Día de inicio"
570
 
571
  #: app/features/events.php:561 app/features/events.php:653
572
+ #: app/features/events.php:1757 app/features/events.php:1816
573
+ #: app/features/events.php:2009 app/features/events.php:2048
574
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
575
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
576
  msgid "AM"
577
  msgstr "AM"
578
 
579
  #: app/features/events.php:568 app/features/events.php:660
580
+ #: app/features/events.php:1764 app/features/events.php:1823
581
+ #: app/features/events.php:2010 app/features/events.php:2049
582
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
583
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
584
  msgid "PM"
585
  msgstr "PM"
586
 
587
  #: app/features/events.php:575 app/features/events.php:580
588
+ #: app/features/events.php:3377 app/features/events.php:3566
589
+ #: app/features/events.php:3608 app/features/fes/form.php:290
590
  #: app/features/fes/form.php:294 app/features/ix.php:3508
591
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
592
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
630
  #: app/features/events.php:707 app/features/events.php:828
631
  #: app/features/events.php:1134 app/features/events.php:1211
632
  #: app/features/events.php:1519 app/features/events.php:1609
633
+ #: app/features/events.php:1844 app/features/events.php:1859
634
+ #: app/features/events.php:2068 app/features/events.php:2081
635
+ #: app/features/events.php:2232 app/features/events.php:2268
636
+ #: app/features/events.php:2366 app/features/events.php:2381
637
+ #: app/features/events.php:2411 app/features/events.php:2424
638
  #: app/features/fes/form.php:651 app/features/locations.php:316
639
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
640
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
695
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
696
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
697
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
698
+ #: app/features/mec/single.php:58 app/features/mec/single.php:78
699
+ #: app/features/mec/single.php:95 app/features/mec/single.php:111
700
+ #: app/features/mec/single.php:126 app/features/mec/single.php:179
701
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
702
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
703
  #: app/features/organizers.php:272 app/features/popup/event.php:256
704
+ #: app/features/popup/event.php:303 app/skins/single.php:881
705
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
706
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
707
  #: app/skins/single/modern.php:151
785
  msgid "Week Days"
786
  msgstr "Días de semana"
787
 
788
+ #: app/features/events.php:818 app/features/events.php:1928
789
+ #: app/features/events.php:1956 app/features/events.php:2136
790
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
791
  #: app/features/ix/import_g_calendar.php:51
792
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
793
  msgid "Start"
794
  msgstr "Inicio"
795
 
796
+ #: app/features/events.php:820 app/features/events.php:1932
797
+ #: app/features/events.php:1960 app/features/events.php:2140
798
  #: app/features/fes/form.php:381
799
  msgid "End"
800
  msgstr ""
801
 
802
  #: app/features/events.php:822 app/features/events.php:1205
803
  #: app/features/events.php:1325 app/features/events.php:1430
804
+ #: app/features/events.php:1911 app/features/events.php:2125
805
+ #: app/features/events.php:2205 app/features/events.php:2338
806
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
807
  msgid "Add"
808
  msgstr "Añadir"
887
  msgid "Show only one occurrence of this event"
888
  msgstr "Próxima aparición de otros eventos"
889
 
890
+ #: app/features/events.php:1167 app/features/events.php:3566
891
+ #: app/features/events.php:3608 app/features/fes/form.php:737
892
  #: app/features/ix.php:3508 app/features/ix.php:3549
893
+ #: app/features/mec/settings.php:689 app/libraries/main.php:5456
894
  #: app/widgets/single.php:103
895
  msgid "Event Cost"
896
  msgstr "Coste del evento"
905
  msgid "Exclude certain days"
906
  msgstr "Excluir ciertos días"
907
 
908
+ #: app/features/events.php:1203 app/features/events.php:2572
909
  #: app/features/fes.php:223 app/features/mec/booking.php:500
910
+ #: app/features/profile/profile.php:53 app/libraries/main.php:2303
911
+ #: app/libraries/main.php:2958 app/modules/booking/steps/tickets.php:28
912
+ #: app/modules/next-event/details.php:93 app/skins/single.php:855
913
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
914
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
915
  msgid "Date"
943
 
944
  #: app/features/events.php:1310 app/features/events.php:1349
945
  #: app/features/events.php:1384 app/features/events.php:1416
946
+ #: app/features/events.php:1445 app/features/events.php:2353
947
+ #: app/features/events.php:2400 app/features/events.php:3372
948
+ #: app/features/events.php:3566 app/features/events.php:3608
949
  #: app/features/fes/form.php:239 app/features/ix.php:3508
950
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
951
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
954
 
955
  #: app/features/events.php:1319 app/features/events.php:1356
956
  #: app/features/events.php:1389 app/features/events.php:1424
957
+ #: app/features/events.php:1450 app/features/events.php:1942
958
+ #: app/features/events.php:1968 app/features/events.php:2146
959
+ #: app/features/events.php:2245 app/features/events.php:2281
960
+ #: app/features/events.php:2388 app/features/events.php:2430
961
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
962
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
963
+ #: app/libraries/main.php:2819 app/libraries/main.php:2849
964
+ #: app/libraries/main.php:2878 app/libraries/main.php:2908
965
+ #: app/libraries/main.php:2937 app/libraries/main.php:2966
966
+ #: app/libraries/main.php:2995 app/libraries/main.php:3024
967
+ #: app/libraries/main.php:3046 app/libraries/main.php:3077
968
+ #: app/libraries/main.php:3121 app/libraries/main.php:3165
969
+ #: app/libraries/main.php:3212 app/libraries/main.php:3251
970
  msgid "Remove"
971
  msgstr "Eliminar"
972
 
985
  msgstr "a 8:45"
986
 
987
  #: app/features/events.php:1353 app/features/events.php:1387
988
+ #: app/features/events.php:1448 app/features/events.php:1832
989
+ #: app/features/events.php:2057
990
  msgid "Description"
991
  msgstr "Descripción"
992
 
994
  #: app/features/events.php:1453 app/features/fes/form.php:861
995
  #: app/features/mec.php:420 app/features/mec/modules.php:52
996
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
997
+ #: app/libraries/main.php:565 app/libraries/main.php:5431
998
  #: app/modules/speakers/details.php:18
999
  msgid "Speakers"
1000
  msgstr ""
1011
  msgstr "Enlaces de eventos"
1012
 
1013
  #: app/features/events.php:1487 app/features/events.php:1493
1014
+ #: app/features/fes/form.php:716 app/libraries/main.php:5454
1015
  msgid "Event Link"
1016
  msgstr "Enlace del evento"
1017
 
1038
  msgstr ""
1039
 
1040
  #: app/features/events.php:1503 app/features/events.php:1516
1041
+ #: app/features/fes/form.php:721 app/libraries/main.php:5455
1042
+ #: app/skins/single.php:880 app/skins/single/default.php:142
1043
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
1044
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
1045
  #: app/widgets/single.php:107
1066
  "Si lo rellenas, se mostrará en la página de detalles del evento como enlace "
1067
  "opcional. Inserta todo el enlace incluyendo http(s)://"
1068
 
1069
+ #: app/features/events.php:1540 app/features/mec/settings.php:749
1070
+ msgid "Booking Options"
1071
+ msgstr "Opciones de reserva"
1072
+
1073
+ #: app/features/events.php:1541
1074
+ #, fuzzy
1075
+ #| msgid "Total booking limits"
1076
+ msgid "Total User Booking Limits"
1077
+ msgstr "Límite total de reservas"
1078
+
1079
+ #: app/features/events.php:1542 app/features/events.php:1684
1080
+ #: app/libraries/book.php:60 app/libraries/main.php:5459
1081
+ #: app/modules/booking/steps/tickets.php:51
1082
+ msgid "Tickets"
1083
+ msgstr "Tickets"
1084
+
1085
+ #: app/features/events.php:1544 app/features/events.php:2182
1086
+ msgid "Fees"
1087
+ msgstr "Tasas"
1088
+
1089
+ #: app/features/events.php:1547 app/features/events.php:2314
1090
+ #: app/features/mec/settings.php:761
1091
+ msgid "Ticket Variations / Options"
1092
+ msgstr ""
1093
+
1094
+ #: app/features/events.php:1551 app/features/mec/booking.php:585
1095
+ #: app/features/mec/support-page.php:118
1096
+ #, fuzzy
1097
+ #| msgid "Organizer Tel"
1098
+ msgid "Organizer Payment"
1099
+ msgstr "Teléfono del Organizador"
1100
+
1101
+ #: app/features/events.php:1591 app/features/events.php:1605
1102
  #, fuzzy
1103
  #| msgid "Total booking limits"
1104
  msgid "Total booking limit"
1105
  msgstr "Límite total de reservas"
1106
 
1107
+ #: app/features/events.php:1602 app/features/events.php:1880
1108
+ #: app/features/events.php:2095 app/modules/booking/default.php:85
1109
+ #: app/modules/booking/steps/tickets.php:51
1110
  #: app/skins/available_spot/tpl.php:122
1111
  msgid "Unlimited"
1112
  msgstr "Ilimitado"
1125
  msgid "100"
1126
  msgstr "100"
1127
 
1128
+ #: app/features/events.php:1620 app/features/events.php:1634
1129
+ #, fuzzy
1130
+ #| msgid "Next Occurrence"
1131
+ msgid "Book All Occurrences"
1132
+ msgstr "Siguiente repetición"
1133
+
1134
+ #: app/features/events.php:1631
1135
+ msgid "Sell all occurrences by one booking"
1136
+ msgstr ""
1137
+
1138
+ #: app/features/events.php:1637
1139
+ msgid ""
1140
+ "If you have a series of events and you want to sell all of them at once, "
1141
+ "this option is for you! For example a weekly yoga course or something "
1142
+ "similar."
1143
+ msgstr ""
1144
+
1145
+ #: app/features/events.php:1647
1146
  #, fuzzy
1147
  #| msgid "Total booking limits"
1148
  msgid "Total user booking limits"
1149
  msgstr "Límite total de reservas"
1150
 
1151
+ #: app/features/events.php:1658 app/features/events.php:2194
1152
+ #: app/features/events.php:2326 app/features/events.php:2514
1153
  msgid "Inherit from global options"
1154
  msgstr "Heredar opciones globales"
1155
 
1156
+ #: app/features/events.php:1661
1157
  msgid "12"
1158
  msgstr ""
1159
 
1160
+ #: app/features/events.php:1687
 
 
 
 
 
1161
  msgid ""
1162
  "You're translating an event so MEC will use the original event for tickets "
1163
  "and booking. You can only translate the ticket name and description. Please "
1168
  "entrada. Por favor define las entradas exactas que podrías definir en un "
1169
  "evento original aquí."
1170
 
1171
+ #: app/features/events.php:1692
1172
  #, fuzzy
1173
  #| msgid "Ticket"
1174
  msgid "Add Ticket"
1175
  msgstr "Ticket"
1176
 
1177
+ #: app/features/events.php:1706 app/features/events.php:1982
1178
  msgid "Ticket Name"
1179
  msgstr "Nombre del ticket"
1180
 
1181
+ #: app/features/events.php:1711 app/features/events.php:1986
1182
+ #: app/features/events.php:3566 app/features/events.php:3608
1183
  #: app/features/ix.php:3508 app/features/ix.php:3549
1184
  msgid "Start Time"
1185
  msgstr "Hora de Inicio"
1186
 
1187
+ #: app/features/events.php:1770 app/features/events.php:2016
1188
+ #: app/features/events.php:3566 app/features/events.php:3608
1189
  #: app/features/ix.php:3508 app/features/ix.php:3549
1190
  msgid "End Time"
1191
  msgstr "Hora de finalización"
1192
 
1193
+ #: app/features/events.php:1837 app/features/events.php:1841
1194
+ #: app/features/events.php:1936 app/features/events.php:1963
1195
+ #: app/features/events.php:2062 app/features/events.php:2065
1196
+ #: app/features/events.php:2142 app/features/events.php:2359
1197
+ #: app/features/events.php:2363 app/features/events.php:2405
1198
+ #: app/features/events.php:2408 app/features/mec/booking.php:388
1199
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1200
  #: app/features/mec/booking.php:423
1201
  msgid "Price"
1202
  msgstr "Precio"
1203
 
1204
+ #: app/features/events.php:1842 app/features/events.php:2066
1205
  #, fuzzy
1206
  #| msgid "Insert 0 for free ticket. Only numbers please."
1207
  msgid ""
1209
  "any symbols or characters."
1210
  msgstr "Introduce un 0 para una entrada gratuita. Utiliza únicamente números."
1211
 
1212
+ #: app/features/events.php:1851 app/features/events.php:1856
1213
+ #: app/features/events.php:2075 app/features/events.php:2078
1214
  msgid "Price Label"
1215
  msgstr "Etiqueta de precio"
1216
 
1217
+ #: app/features/events.php:1857 app/features/events.php:2079
1218
  msgid "For showing on website. e.g. $15"
1219
  msgstr "Para mostrar en la web. Ej. 15€"
1220
 
1221
+ #: app/features/events.php:1867 app/features/events.php:2089
1222
  msgid "Available Tickets"
1223
  msgstr "Tickets disponibles"
1224
 
1225
+ #: app/features/events.php:1884 app/features/events.php:2099
1226
  msgid "Minimum Ticket e.g. 3"
1227
  msgstr ""
1228
 
1229
+ #: app/features/events.php:1887 app/features/events.php:2102
1230
  #, fuzzy
1231
  #| msgid "Ticket"
1232
  msgid "MinimumTicket"
1233
  msgstr "Ticket"
1234
 
1235
+ #: app/features/events.php:1889 app/features/events.php:2104
1236
  msgid "Set a number for the minimum ticket reservation possible"
1237
  msgstr ""
1238
 
1239
+ #: app/features/events.php:1897 app/features/events.php:2112
1240
  msgid "e.g. 0"
1241
  msgstr ""
1242
 
1243
+ #: app/features/events.php:1899 app/features/events.php:2114
1244
  #, fuzzy
1245
  #| msgid "Days"
1246
  msgid "Day"
1247
  msgstr "Días"
1248
 
1249
+ #: app/features/events.php:1900 app/features/events.php:2115
1250
  msgid "Hour"
1251
  msgstr ""
1252
 
1253
+ #: app/features/events.php:1902 app/features/events.php:2117
1254
  #, php-format
1255
  msgid "Stop selling ticket %s before event start."
1256
  msgstr ""
1257
 
1258
+ #: app/features/events.php:1909 app/features/events.php:2123
1259
  msgid "Price per Date"
1260
  msgstr ""
1261
 
1262
+ #: app/features/events.php:1940 app/features/events.php:1966
1263
+ #: app/features/events.php:2144 app/features/labels.php:60
1264
  #: app/features/mec/meta_boxes/display_options.php:1386
1265
  #: app/features/mec/meta_boxes/search_form.php:67
1266
  #: app/features/mec/meta_boxes/search_form.php:137
1273
  #: app/features/mec/meta_boxes/search_form.php:620
1274
  #: app/features/mec/meta_boxes/search_form.php:690
1275
  #: app/features/mec/meta_boxes/search_form.php:796
1276
+ #: app/features/mec/settings.php:871 app/features/mec/single.php:251
1277
+ #: app/features/search.php:98 app/libraries/skins.php:1022
1278
  msgid "Label"
1279
  msgstr "Etiqueta"
1280
 
1281
+ #: app/features/events.php:2219 app/features/events.php:2257
 
 
 
 
1282
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1283
  msgid "Fee Title"
1284
  msgstr "Título de la cuota"
1285
 
1286
+ #: app/features/events.php:2225 app/features/events.php:2229
1287
+ #: app/features/events.php:2262 app/features/events.php:2265
1288
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1289
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1290
  msgid "Amount"
1291
  msgstr "Cantidad"
1292
 
1293
+ #: app/features/events.php:2230 app/features/events.php:2266
1294
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1295
  msgid ""
1296
  "Fee amount, considered as fixed amount if you set the type to amount "
1299
  "Cantidad de cuota, considerada como cantidad fija si estableces el tipo de "
1300
  "cantidad, si no será considerada como porcentaje"
1301
 
1302
+ #: app/features/events.php:2239 app/features/events.php:2275
1303
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1304
  msgid "Percent"
1305
  msgstr "Porcentaje"
1306
 
1307
+ #: app/features/events.php:2240 app/features/events.php:2276
1308
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1309
  msgid "Amount (Per Ticket)"
1310
  msgstr "Cantidad (Por ticket)"
1311
 
1312
+ #: app/features/events.php:2241 app/features/events.php:2277
1313
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1314
  msgid "Amount (Per Booking)"
1315
  msgstr "Cantidad (por reservas)"
1316
 
1317
+ #: app/features/events.php:2364 app/features/events.php:2409
 
 
 
 
1318
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1319
  msgid "Option Price"
1320
  msgstr ""
1321
 
1322
+ #: app/features/events.php:2374 app/features/events.php:2378
1323
+ #: app/features/events.php:2418 app/features/events.php:2421
1324
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1325
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1326
  msgid "Maximum Per Ticket"
1327
  msgstr ""
1328
 
1329
+ #: app/features/events.php:2379 app/features/events.php:2422
1330
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1331
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1332
  msgstr ""
1333
 
1334
+ #: app/features/events.php:2568 app/features/mec/booking.php:496
1335
+ #: app/libraries/main.php:2841
1336
  #, fuzzy
1337
  #| msgid "Name"
1338
  msgid "MEC Name"
1339
  msgstr "Nombre"
1340
 
1341
+ #: app/features/events.php:2569 app/features/mec/booking.php:497
1342
+ #: app/libraries/main.php:2870
1343
  #, fuzzy
1344
  #| msgid "Email"
1345
  msgid "MEC Email"
1346
  msgstr "Correo electrónico"
1347
 
1348
+ #: app/features/events.php:2570 app/features/mec/booking.php:498
1349
+ #: app/libraries/main.php:2811
1350
  msgid "Text"
1351
  msgstr "Texto"
1352
 
1353
+ #: app/features/events.php:2573 app/features/mec/booking.php:501
1354
  #: app/features/organizers.php:103 app/features/organizers.php:148
1355
  #: app/features/speakers.php:119 app/features/speakers.php:192
1356
+ #: app/features/speakers.php:271 app/libraries/main.php:2987
1357
  msgid "Tel"
1358
  msgstr "Tel"
1359
 
1360
+ #: app/features/events.php:2574 app/features/mec/booking.php:502
1361
+ #: app/libraries/main.php:2929
1362
  msgid "File"
1363
  msgstr ""
1364
 
1365
+ #: app/features/events.php:2575 app/features/mec/booking.php:503
1366
+ #: app/libraries/main.php:3016
1367
  msgid "Textarea"
1368
  msgstr "Área de texto"
1369
 
1370
+ #: app/features/events.php:2576 app/features/mec/booking.php:504
1371
+ #: app/libraries/main.php:3069
1372
  msgid "Checkboxes"
1373
  msgstr "Checkboxes"
1374
 
1375
+ #: app/features/events.php:2577 app/features/mec/booking.php:505
1376
+ #: app/libraries/main.php:3113
1377
  msgid "Radio Buttons"
1378
  msgstr "Botón tipo radio"
1379
 
1380
+ #: app/features/events.php:2578 app/features/mec/booking.php:506
1381
  #: app/features/mec/meta_boxes/search_form.php:34
1382
  #: app/features/mec/meta_boxes/search_form.php:41
1383
  #: app/features/mec/meta_boxes/search_form.php:49
1453
  #: app/features/mec/meta_boxes/search_form.php:785
1454
  #: app/features/mec/meta_boxes/search_form.php:792
1455
  #: app/features/mec/meta_boxes/search_form.php:799
1456
+ #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3157
1457
  msgid "Dropdown"
1458
  msgstr "Desplegable"
1459
 
1460
+ #: app/features/events.php:2579 app/features/mec/booking.php:507
1461
+ #: app/libraries/main.php:3204
1462
  msgid "Agreement"
1463
  msgstr "Acuerdo"
1464
 
1465
+ #: app/features/events.php:2580 app/features/mec/booking.php:508
1466
+ #: app/libraries/main.php:3045
1467
  msgid "Paragraph"
1468
  msgstr "Párrafo"
1469
 
1470
+ #: app/features/events.php:3274 app/features/events.php:3292
1471
+ #: app/features/events.php:3310 app/features/events.php:3328
1472
  #, php-format
1473
  msgid "Show all %s"
1474
  msgstr "Mostrar todos %s"
1475
 
1476
+ #: app/features/events.php:3274
1477
  msgid "labels"
1478
  msgstr "etiquetas"
1479
 
1480
+ #: app/features/events.php:3292
1481
  msgid "locations"
1482
  msgstr "ubicaciones"
1483
 
1484
+ #: app/features/events.php:3310
1485
  msgid "organizers"
1486
  msgstr "organizadores"
1487
 
1488
+ #: app/features/events.php:3344
1489
  #, fuzzy
1490
  #| msgid "Attendees Limit"
1491
  msgid "Attendees List"
1492
  msgstr "Límite de asistentes"
1493
 
1494
+ #: app/features/events.php:3374 app/features/events.php:3566
1495
+ #: app/features/events.php:3608 app/features/ix.php:3508
1496
  #: app/features/ix.php:3549 app/features/locations.php:58
1497
  #: app/features/locations.php:247 app/features/locations.php:304
1498
  #: app/features/locations.php:306 app/features/locations.php:315
1508
  #: app/features/mec/meta_boxes/search_form.php:591
1509
  #: app/features/mec/meta_boxes/search_form.php:661
1510
  #: app/features/mec/meta_boxes/search_form.php:767
1511
+ #: app/features/mec/settings.php:845 app/features/mec/single.php:241
1512
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1513
+ #: app/features/search.php:74 app/libraries/main.php:2297
1514
+ #: app/libraries/main.php:5428 app/libraries/skins.php:918
1515
+ #: app/skins/single.php:702 app/skins/single.php:1136
1516
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1517
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1518
  #: app/skins/single/modern.php:104
1519
  msgid "Location"
1520
  msgstr "Localización"
1521
 
1522
+ #: app/features/events.php:3379
1523
  msgid "Repeat"
1524
  msgstr "Repetir"
1525
 
1526
+ #: app/features/events.php:3380
1527
  msgid "Author"
1528
  msgstr "Autor"
1529
 
1530
+ #: app/features/events.php:3501 app/features/events.php:3502
1531
  msgid "iCal Export"
1532
  msgstr "Exportar iCal"
1533
 
1534
+ #: app/features/events.php:3504 app/features/events.php:3505
1535
  msgid "CSV Export"
1536
  msgstr "Exportar CSV"
1537
 
1538
+ #: app/features/events.php:3507 app/features/events.php:3508
1539
  msgid "MS Excel Export"
1540
  msgstr "Exportar Excel"
1541
 
1542
+ #: app/features/events.php:3510 app/features/events.php:3511
1543
  msgid "XML Export"
1544
  msgstr "Exportación XML"
1545
 
1546
+ #: app/features/events.php:3513 app/features/events.php:3514
1547
  msgid "JSON Export"
1548
  msgstr "Exportación JSON"
1549
 
1550
+ #: app/features/events.php:3516 app/features/events.php:3517
1551
+ #: app/features/events.php:3699
1552
  msgid "Duplicate"
1553
  msgstr "Duplicar"
1554
 
1555
+ #: app/features/events.php:3566 app/features/events.php:3608
1556
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1557
  #: app/features/labels.php:177 app/features/locations.php:246
1558
  #: app/features/organizers.php:203 app/features/speakers.php:268
1559
  msgid "ID"
1560
  msgstr "ID"
1561
 
1562
+ #: app/features/events.php:3566 app/features/events.php:3608
1563
  #: app/features/ix.php:3508 app/features/ix.php:3549
1564
  msgid "Link"
1565
  msgstr "Enlace"
1566
 
1567
+ #: app/features/events.php:3566 app/features/events.php:3608
1568
  #, php-format
1569
  msgid "%s Tel"
1570
  msgstr "%s Teléfono "
1571
 
1572
+ #: app/features/events.php:3566 app/features/events.php:3608
1573
  #, php-format
1574
  msgid "%s Email"
1575
  msgstr "%s Correo electrónico"
1576
 
1577
+ #: app/features/events.php:3905 app/features/fes.php:223
1578
+ #: app/features/profile/profile.php:186 app/libraries/main.php:2334
1579
+ #: app/libraries/main.php:5458
1580
  msgid "Ticket"
1581
  msgstr "Ticket"
1582
 
1583
+ #: app/features/events.php:3908 app/features/profile/profile.php:189
1584
  msgid "Variations"
1585
  msgstr ""
1586
 
1587
+ #: app/features/events.php:3923 app/features/fes.php:303
1588
  msgid "Unknown"
1589
  msgstr ""
1590
 
1591
+ #: app/features/events.php:3956
1592
  #, fuzzy
1593
  #| msgid "Attendees Form"
1594
  msgid "No Attendees Found!"
1632
  msgid "Order Time"
1633
  msgstr "Hora de finalización"
1634
 
1635
+ #: app/features/fes.php:223 app/libraries/main.php:2309
1636
+ #: app/libraries/main.php:2397
1637
  msgid "Transaction ID"
1638
  msgstr "ID Transacción"
1639
 
1786
 
1787
  #: app/features/fes/form.php:793 app/features/labels.php:61
1788
  #: app/features/labels.php:221 app/features/mec.php:413
1789
+ #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5425
1790
+ #: app/skins/single.php:910 app/skins/single/default.php:157
1791
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1792
  #: app/skins/single/modern.php:238
1793
  msgid "Labels"
2139
 
2140
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
2141
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
2142
+ #: app/features/mec/settings.php:1085 app/features/mec/single.php:298
2143
  msgid "Checking ..."
2144
  msgstr "Verificando…"
2145
 
2567
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2568
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2569
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2570
+ #: app/skins/grid/render.php:63 app/skins/list/render.php:39
2571
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2572
  #: app/skins/monthly_view/calendar_clean.php:87
2573
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
2578
  msgstr ""
2579
 
2580
  #: app/features/labels.php:118 app/features/labels.php:143
2581
+ #: app/libraries/main.php:5672 app/skins/agenda/render.php:43
2582
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2583
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2584
+ #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
2585
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2586
  #: app/skins/monthly_view/calendar.php:89
2587
  #: app/skins/monthly_view/calendar_clean.php:88
2598
 
2599
  #: app/features/labels.php:180 app/features/locations.php:249
2600
  #: app/features/organizers.php:206 app/features/speakers.php:272
2601
+ #: app/modules/booking/steps/tickets.php:49
2602
  msgid "Count"
2603
  msgstr "Contador"
2604
 
2614
 
2615
  #: app/features/locations.php:59 app/features/mec.php:414
2616
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2617
+ #: app/libraries/main.php:5427
2618
  msgid "Locations"
2619
  msgstr "Lugar"
2620
 
2746
  msgid "Don't show map in single event page"
2747
  msgstr "No mostrar el mapa en la página del detalle del evento"
2748
 
2749
+ #: app/features/locations.php:377 app/libraries/main.php:5461
2750
  #, fuzzy
2751
  #| msgid "Locations"
2752
  msgid "Other Locations"
2814
 
2815
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2816
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2817
+ #: app/libraries/main.php:5429
2818
  msgid "Organizers"
2819
  msgstr "Organizadores"
2820
 
2856
  msgstr "Soporte"
2857
 
2858
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2859
+ #: app/libraries/factory.php:1054
2860
  msgid "Go Pro"
2861
  msgstr ""
2862
 
2955
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2956
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2957
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2958
+ #: app/features/mec/single.php:17 app/features/mec/single.php:263
2959
+ #: app/features/mec/single.php:273 app/features/mec/single.php:315
2960
+ #: app/features/mec/single.php:329 app/features/mec/styles.php:11
2961
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2962
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2963
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
3163
  msgid "Enable Organizer Payment Module"
3164
  msgstr ""
3165
 
 
 
 
 
 
 
3166
  #: app/features/mec/booking.php:586
3167
  msgid ""
3168
  "By enabling this module, organizers are able to insert their own payment "
3171
 
3172
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
3173
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
3174
+ #: app/features/mec/settings.php:1080 app/features/mec/single.php:293
3175
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3176
  msgid "Saved"
3177
  msgstr "Guardado"
3178
 
3179
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
3180
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
3181
+ #: app/features/mec/settings.php:1081 app/features/mec/single.php:294
3182
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3183
  msgid "Settings Saved!"
3184
  msgstr "¡Ajustes guardados!"
3187
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
3188
  #: app/features/mec/notifications.php:907
3189
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
3190
+ #: app/features/mec/settings.php:1105 app/features/mec/single.php:296
3191
+ #: app/features/mec/single.php:318 app/libraries/main.php:5671
3192
  msgid "Verified"
3193
  msgstr "Verificado"
3194
 
3195
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
3196
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
3197
+ #: app/features/mec/single.php:320
3198
  msgid "Please Refresh Page"
3199
  msgstr "Por favor, actualiza la página"
3200
 
3208
  msgid "%s - Most Powerful & Easy to Use Events Management System"
3209
  msgstr "%s - El sistema gestor de eventos más potente y fácil de usar"
3210
 
3211
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:964
3212
  msgid "Modern Events Calendar (Lite)"
3213
  msgstr "Modern Events Calendar (Lite)"
3214
 
3299
  msgstr ""
3300
 
3301
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3302
+ #: app/libraries/factory.php:974
3303
  msgid "Upcoming Events"
3304
  msgstr "Próximos Eventos"
3305
 
3878
 
3879
  #: app/features/mec/meta_boxes/display_options.php:637
3880
  #: app/features/mec/meta_boxes/display_options.php:661
3881
+ #: app/libraries/main.php:330 app/libraries/main.php:1814
3882
+ #: app/libraries/main.php:1839
3883
  msgid "List View"
3884
  msgstr "Vista de lista"
3885
 
3886
  #: app/features/mec/meta_boxes/display_options.php:638
3887
  #: app/features/mec/meta_boxes/display_options.php:682
3888
+ #: app/libraries/main.php:331 app/libraries/main.php:1815
3889
+ #: app/libraries/main.php:1840
3890
  msgid "Grid View"
3891
  msgstr "Vista cuadrícula"
3892
 
3900
 
3901
  #: app/features/mec/meta_boxes/display_options.php:640
3902
  #: app/features/mec/meta_boxes/display_options.php:703
3903
+ #: app/libraries/main.php:334 app/libraries/main.php:1808
3904
+ #: app/libraries/main.php:1833
3905
  msgid "Yearly View"
3906
  msgstr "Vista anual"
3907
 
3912
 
3913
  #: app/features/mec/meta_boxes/display_options.php:642
3914
  #: app/features/mec/meta_boxes/display_options.php:752
3915
+ #: app/libraries/main.php:337 app/libraries/main.php:1810
3916
+ #: app/libraries/main.php:1835
3917
  msgid "Weekly View"
3918
  msgstr "Vista de semana"
3919
 
3920
  #: app/features/mec/meta_boxes/display_options.php:643
3921
  #: app/features/mec/meta_boxes/display_options.php:762
3922
+ #: app/libraries/main.php:336 app/libraries/main.php:1811
3923
+ #: app/libraries/main.php:1836
3924
  msgid "Daily View"
3925
  msgstr "Vista de día"
3926
 
4492
  #: app/features/mec/meta_boxes/search_form.php:606
4493
  #: app/features/mec/meta_boxes/search_form.php:676
4494
  #: app/features/mec/meta_boxes/search_form.php:782
4495
+ #: app/features/mec/settings.php:858 app/features/mec/single.php:246
4496
  #: app/features/search.php:86 app/features/speakers.php:61
4497
+ #: app/features/speakers.php:269 app/libraries/main.php:5432
4498
+ #: app/libraries/skins.php:970
4499
  msgid "Speaker"
4500
  msgstr ""
4501
 
4510
  #: app/features/mec/meta_boxes/search_form.php:613
4511
  #: app/features/mec/meta_boxes/search_form.php:683
4512
  #: app/features/mec/meta_boxes/search_form.php:789
4513
+ #: app/features/mec/settings.php:865 app/features/mec/single.php:255
4514
+ #: app/features/search.php:92 app/libraries/skins.php:996
4515
  #, fuzzy
4516
  #| msgid "Tags"
4517
  msgid "Tag"
4653
  msgid "Google Maps Style"
4654
  msgstr "Estilo de Google Maps"
4655
 
4656
+ #: app/features/mec/modules.php:114 app/features/mec/single.php:89
4657
  msgid "Default"
4658
  msgstr "Por defecto"
4659
 
5555
  msgstr ""
5556
 
5557
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5558
+ #: app/libraries/main.php:5436
5559
  msgid "Weekdays"
5560
  msgstr "Días de la semana"
5561
 
5942
  msgid "Event Organizer"
5943
  msgstr "Organizador de eventos"
5944
 
 
 
 
 
5945
  #: app/features/mec/settings.php:755
5946
  msgid "Fees / Taxes Options"
5947
  msgstr "Opciones de Cuotas/Impuestos"
6170
  "La \"fecha de referencia\" muestra la fecha del evento referido en la lista "
6171
  "de eventos."
6172
 
6173
+ #: app/features/mec/single.php:65 app/features/mec/single.php:77
6174
  msgid "Single Event Style"
6175
  msgstr "Estilo de evento único"
6176
 
6178
  msgid "Default Style"
6179
  msgstr "Estilo por defecto"
6180
 
6181
+ #: app/features/mec/single.php:72
6182
  #, fuzzy
6183
  #| msgid "MEC Single Sidebar"
6184
  msgid "Elementor Single Builder"
6185
  msgstr "barra lateral MEC"
6186
 
6187
+ #: app/features/mec/single.php:78
6188
  msgid "Choose your single event style."
6189
  msgstr "Elige tu estilo de evento para la página de vista."
6190
 
6191
+ #: app/features/mec/single.php:86 app/features/mec/single.php:94
6192
  msgid "Booking Style"
6193
  msgstr ""
6194
 
6195
+ #: app/features/mec/single.php:90
6196
  msgid "Modal"
6197
  msgstr ""
6198
 
6199
+ #: app/features/mec/single.php:95
6200
  msgid ""
6201
  "Choose your Booking style. Note: When you set this feature to Modal, you "
6202
  "cannot see the booking box if you set popup module view on shortcodes"
6203
  msgstr ""
6204
 
6205
+ #: app/features/mec/single.php:103
6206
  msgid "Disable Block Editor (Gutenberg)"
6207
  msgstr ""
6208
 
6209
+ #: app/features/mec/single.php:106
6210
  msgid "Disable Block Editor"
6211
  msgstr ""
6212
 
6213
+ #: app/features/mec/single.php:110
6214
  msgid "Block Editor"
6215
  msgstr ""
6216
 
6217
+ #: app/features/mec/single.php:111
6218
  msgid ""
6219
  "If you want to use the new WordPress block editor you should keep this "
6220
  "checkbox unchecked."
6221
  msgstr ""
6222
 
6223
+ #: app/features/mec/single.php:118 app/features/mec/single.php:125
6224
  msgid "Breadcrumbs"
6225
  msgstr ""
6226
 
6227
+ #: app/features/mec/single.php:121
6228
  msgid "Enable Breadcrumbs."
6229
  msgstr ""
6230
 
6231
+ #: app/features/mec/single.php:126
6232
  msgid "Check this option, for showing the breadcrumbs on single event page"
6233
  msgstr ""
6234
 
6235
+ #: app/features/mec/single.php:133 app/features/mec/single.php:140
6236
  #, fuzzy
6237
  #| msgid "Description"
6238
  msgid "Organizer Description"
6239
  msgstr "Descripción"
6240
 
6241
+ #: app/features/mec/single.php:136
6242
  msgid "Enable Description For Organizer."
6243
  msgstr ""
6244
 
6245
+ #: app/features/mec/single.php:141
6246
  msgid ""
6247
  "If you want to turn on description for other organizer plase go to "
6248
  "'Additional Organizers - After enabling and saving the settings, reloading "
6249
  "the settings page.' tab"
6250
  msgstr ""
6251
 
6252
+ #: app/features/mec/single.php:154
6253
  msgid "Show countdown module on event page"
6254
  msgstr "Mostrar módulo de cuenta atrás en la página del evento"
6255
 
6256
+ #: app/features/mec/single.php:159
6257
  msgid "Countdown Style"
6258
  msgstr "Estilo de Cuenta Atrás"
6259
 
6260
+ #: app/features/mec/single.php:162
6261
  msgid "Plain Style"
6262
  msgstr "Estilo simple"
6263
 
6264
+ #: app/features/mec/single.php:163
6265
  msgid "Flip Style"
6266
  msgstr "Estilo Volteado"
6267
 
6268
+ #: app/features/mec/single.php:171 app/features/mec/single.php:178
6269
  #, fuzzy
6270
  #| msgid "Exceptional days"
6271
  msgid "Exceptional days (Exclude Dates)"
6272
  msgstr "Días Excepcionales"
6273
 
6274
+ #: app/features/mec/single.php:175
6275
  msgid "Show exceptional days option on Add/Edit events page"
6276
  msgstr ""
6277
  "Mostrar opciones de días excepcionales en la página Agregar / Editar eventos"
6278
 
6279
+ #: app/features/mec/single.php:179
6280
  #, fuzzy
6281
  #| msgid ""
6282
  #| "Using this option you can include/exclude certain days to/from event "
6287
  "Usar esta opción permite incluir o excluir ciertos días para la ocurrencia "
6288
  "de eventos."
6289
 
6290
+ #: app/features/mec/single.php:188 app/libraries/main.php:550
6291
  msgid "Additional Organizers"
6292
  msgstr "Organizadores adicionales"
6293
 
6294
+ #: app/features/mec/single.php:193
6295
  msgid ""
6296
  "Show additional organizers option on Add/Edit events page and single event "
6297
  "page."
6299
  "Mostrar la opción de organizadores adicionales en la pagina de añadir "
6300
  "eventos y la pagina de evento individual."
6301
 
6302
+ #: app/features/mec/single.php:202
6303
  msgid "Enable Description For Other Organizers."
6304
  msgstr ""
6305
 
6306
+ #: app/features/mec/single.php:210
6307
  #, fuzzy
6308
  #| msgid "Additional Organizers"
6309
  msgid "Additional locations"
6310
  msgstr "Organizadores adicionales"
6311
 
6312
+ #: app/features/mec/single.php:214
6313
  #, fuzzy
6314
  #| msgid ""
6315
  #| "Show additional organizers option on Add/Edit events page and single "
6321
  "Mostrar la opción de organizadores adicionales en la pagina de añadir "
6322
  "eventos y la pagina de evento individual."
6323
 
6324
+ #: app/features/mec/single.php:220 app/libraries/main.php:552
6325
+ #: app/skins/single.php:161 app/skins/single.php:289
6326
  #, fuzzy
6327
  #| msgid "featured event"
6328
  msgid "Related Events"
6329
  msgstr "evento destacado"
6330
 
6331
+ #: app/features/mec/single.php:224
6332
  msgid "Display related events based on taxonomy in single event page."
6333
  msgstr ""
6334
 
6335
+ #: app/features/mec/single.php:230
6336
  #, fuzzy
6337
  #| msgid "Taxonomies"
6338
  msgid "Select Taxonomies:"
7036
  msgid "eg. https://webnus.net"
7037
  msgstr "ej. https://webnus.net"
7038
 
7039
+ #: app/features/organizers.php:312 app/libraries/main.php:5460
7040
+ #: app/skins/single.php:1068
7041
  msgid "Other Organizers"
7042
  msgstr "En común"
7043
 
7114
 
7115
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
7116
  #: app/modules/booking/steps/form.php:179
7117
+ #: app/modules/booking/steps/tickets.php:85 app/skins/countdown/tpl.php:109
7118
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
7119
  msgid "Next"
7120
  msgstr "Siguiente"
7183
  msgid "Please %s/%s in order to see your bookings / profile."
7184
  msgstr ""
7185
 
7186
+ #: app/features/profile/profile.php:18 app/libraries/main.php:2200
7187
  #, fuzzy
7188
  #| msgid "Your booking cannot be canceled."
7189
  msgid "Your booking already canceled!"
7193
  msgid "#"
7194
  msgstr ""
7195
 
7196
+ #: app/features/profile/profile.php:56 app/libraries/main.php:3226
7197
  msgid "Status"
7198
  msgstr "Estado"
7199
 
7200
+ #: app/features/profile/profile.php:59 app/libraries/main.php:2318
7201
  msgid "Attendees"
7202
  msgstr "Asistentes"
7203
 
7324
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
7325
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
7326
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
7327
+ #: app/modules/next-event/details.php:104 app/skins/single.php:322
7328
+ #: app/skins/single.php:960 app/skins/single/default.php:110
7329
+ #: app/skins/single/default.php:341 app/skins/single/m1.php:45
7330
+ #: app/skins/single/modern.php:208
7331
  #, fuzzy
7332
  #| msgid "All Day Event"
7333
  msgid "All Day"
7403
  msgid "%s Price"
7404
  msgstr "%s Precio"
7405
 
7406
+ #: app/libraries/book.php:632 app/libraries/book.php:717
7407
  msgid "Discount"
7408
  msgstr "Descuento"
7409
 
7410
+ #: app/libraries/book.php:788 app/modules/booking/default.php:316
7411
+ #: app/modules/booking/default.php:419
7412
  msgid "Download Invoice"
7413
  msgstr "Descargar factura"
7414
 
7479
  msgid "Custom sidebar for single and modal page of MEC."
7480
  msgstr "Barra lateral personalizaba para la pagina individual y modal de MEC"
7481
 
7482
+ #: app/libraries/factory.php:1040
7483
  #, fuzzy
7484
  #| msgid "Update %s"
7485
  msgid "News & Updates"
7486
  msgstr "Actualizar %s"
7487
 
7488
+ #: app/libraries/factory.php:1053
7489
  msgid "Blog"
7490
  msgstr ""
7491
 
7492
+ #: app/libraries/factory.php:1053
7493
  msgid "Help"
7494
  msgstr ""
7495
 
7497
  msgid "There is no excerpt because this is a protected post."
7498
  msgstr "No hay extracto porque es una entrada protegida."
7499
 
7500
+ #: app/libraries/main.php:332 app/libraries/main.php:1816
7501
+ #: app/libraries/main.php:1841
7502
  msgid "Agenda View"
7503
  msgstr "Vista de Agenda"
7504
 
7505
+ #: app/libraries/main.php:333 app/libraries/main.php:1807
7506
+ #: app/libraries/main.php:1832
7507
  msgid "Full Calendar"
7508
  msgstr "Calendario completo"
7509
 
7510
+ #: app/libraries/main.php:335 app/libraries/main.php:1809
7511
+ #: app/libraries/main.php:1834
7512
  msgid "Calendar/Monthly View"
7513
  msgstr "Ver Calendario/Mes"
7514
 
7515
+ #: app/libraries/main.php:338 app/libraries/main.php:1812
7516
+ #: app/libraries/main.php:1837
7517
  msgid "Timetable View"
7518
  msgstr "Vista de Horario"
7519
 
7520
+ #: app/libraries/main.php:339 app/libraries/main.php:1813
7521
+ #: app/libraries/main.php:1838
7522
  msgid "Masonry View"
7523
  msgstr "Vista en mosaico"
7524
 
7525
+ #: app/libraries/main.php:340 app/libraries/main.php:1817
7526
+ #: app/libraries/main.php:1842
7527
  msgid "Map View"
7528
  msgstr "Vista de mapa"
7529
 
7553
  msgid "Timeline View"
7554
  msgstr "Vista de Horario"
7555
 
7556
+ #: app/libraries/main.php:385 app/libraries/main.php:5438
7557
  msgid "SU"
7558
  msgstr "DO"
7559
 
7560
+ #: app/libraries/main.php:386 app/libraries/main.php:5439
7561
  msgid "MO"
7562
  msgstr "LU"
7563
 
7564
+ #: app/libraries/main.php:387 app/libraries/main.php:5440
7565
  msgid "TU"
7566
  msgstr "MA"
7567
 
7568
+ #: app/libraries/main.php:388 app/libraries/main.php:5441
7569
  msgid "WE"
7570
  msgstr "MI"
7571
 
7572
+ #: app/libraries/main.php:389 app/libraries/main.php:5442
7573
  msgid "TH"
7574
  msgstr "JU"
7575
 
7576
+ #: app/libraries/main.php:390 app/libraries/main.php:5443
7577
  msgid "FR"
7578
  msgstr "VI"
7579
 
7580
+ #: app/libraries/main.php:391 app/libraries/main.php:5444
7581
  msgid "SA"
7582
  msgstr "SA"
7583
 
7599
  msgid "Modules"
7600
  msgstr "Módulo social"
7601
 
7602
+ #: app/libraries/main.php:872
7603
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7604
  msgstr ""
7605
 
7606
+ #: app/libraries/main.php:879
7607
  msgid ""
7608
  "The time has come at last, and the new practical add-ons for MEC have been "
7609
  "released. This is a revolution in the world of Event Calendars. We have "
7611
  "below:"
7612
  msgstr ""
7613
 
7614
+ #: app/libraries/main.php:881
7615
  msgid ""
7616
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7617
  "products) and Woo products at the same time."
7618
  msgstr ""
7619
 
7620
+ #: app/libraries/main.php:882
7621
  msgid ""
7622
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7623
  "other websites without MEC. Use JSON output features to make your Apps "
7624
  "compatible with MEC."
7625
  msgstr ""
7626
 
7627
+ #: app/libraries/main.php:883
7628
  msgid ""
7629
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7630
  "main websites. Changes in the main one will be inherited by the subsites. "
7631
  "you can set these up in the admin panel."
7632
  msgstr ""
7633
 
7634
+ #: app/libraries/main.php:884
7635
  msgid ""
7636
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7637
  "pages can contain ticket purchase information, information about registered "
7638
  "events. Users can now log in to purchase tickets."
7639
  msgstr ""
7640
 
7641
+ #: app/libraries/main.php:1533
7642
  msgid "Events at this location"
7643
  msgstr "Eventos en este lugar"
7644
 
7645
+ #: app/libraries/main.php:1533
7646
  msgid "Event at this location"
7647
  msgstr "Evento en este lugar"
7648
 
7649
+ #: app/libraries/main.php:1585
7650
  msgid "Facebook"
7651
  msgstr "Facebook"
7652
 
7653
+ #: app/libraries/main.php:1586
7654
  msgid "Twitter"
7655
  msgstr "Twitter"
7656
 
7657
+ #: app/libraries/main.php:1587 app/libraries/main.php:1644
7658
  msgid "Linkedin"
7659
  msgstr "LinkedIn"
7660
 
7661
+ #: app/libraries/main.php:1588 app/libraries/main.php:1680
7662
  msgid "VK"
7663
  msgstr "VK"
7664
 
7665
+ #: app/libraries/main.php:1589
7666
  msgid "Tumblr"
7667
  msgstr ""
7668
 
7669
+ #: app/libraries/main.php:1590
7670
  msgid "Pinterest"
7671
  msgstr ""
7672
 
7673
+ #: app/libraries/main.php:1591
7674
  msgid "Flipboard"
7675
  msgstr ""
7676
 
7677
+ #: app/libraries/main.php:1592
7678
  #, fuzzy
7679
  #| msgid "Tickets"
7680
  msgid "GetPocket"
7681
  msgstr "Tickets"
7682
 
7683
+ #: app/libraries/main.php:1593
7684
  msgid "Reddit"
7685
  msgstr ""
7686
 
7687
+ #: app/libraries/main.php:1594
7688
  msgid "WhatsApp"
7689
  msgstr ""
7690
 
7691
+ #: app/libraries/main.php:1595
7692
  msgid "Telegram"
7693
  msgstr ""
7694
 
7695
+ #: app/libraries/main.php:1614
7696
  msgid "Share on Facebook"
7697
  msgstr "Compartir en Facebook"
7698
 
7699
+ #: app/libraries/main.php:1629
7700
  msgid "Tweet"
7701
  msgstr "Tweet"
7702
 
7703
+ #: app/libraries/main.php:1695
7704
  #, fuzzy
7705
  #| msgid "Share on Facebook"
7706
  msgid "Share on Tumblr"
7707
  msgstr "Compartir en Facebook"
7708
 
7709
+ #: app/libraries/main.php:1711
7710
  msgid "Share on Pinterest"
7711
  msgstr ""
7712
 
7713
+ #: app/libraries/main.php:1727
7714
  #, fuzzy
7715
  #| msgid "Share on Facebook"
7716
  msgid "Share on Flipboard"
7717
  msgstr "Compartir en Facebook"
7718
 
7719
+ #: app/libraries/main.php:1745
7720
  #, fuzzy
7721
  #| msgid "Share on Facebook"
7722
  msgid "Share on GetPocket"
7723
  msgstr "Compartir en Facebook"
7724
 
7725
+ #: app/libraries/main.php:1761
7726
  #, fuzzy
7727
  #| msgid "Share on Facebook"
7728
  msgid "Share on Reddit"
7729
  msgstr "Compartir en Facebook"
7730
 
7731
+ #: app/libraries/main.php:1777
7732
  msgid "Share on Telegram"
7733
  msgstr ""
7734
 
7735
+ #: app/libraries/main.php:1795
7736
  msgid "Share on WhatsApp"
7737
  msgstr ""
7738
 
7739
+ #: app/libraries/main.php:1818
7740
  #, fuzzy
7741
  #| msgid "Shortcode"
7742
  msgid "Custom Shortcode"
7743
  msgstr "Shortcode"
7744
 
7745
+ #: app/libraries/main.php:2180
7746
  #, fuzzy
7747
  #| msgid "Your booking successfully verified."
7748
  msgid "Your booking already verified!"
7749
  msgstr "Tu reserva se ha verificado correctamente."
7750
 
7751
+ #: app/libraries/main.php:2185
7752
  msgid "Your booking successfully verified."
7753
  msgstr "Tu reserva se ha verificado correctamente."
7754
 
7755
+ #: app/libraries/main.php:2186
7756
  msgid "Your booking cannot verify!"
7757
  msgstr "¡Tu reserva no se puede verificar!"
7758
 
7759
+ #: app/libraries/main.php:2205
7760
  msgid "Your booking successfully canceled."
7761
  msgstr "Tu reserva se ha cancelado correctamente."
7762
 
7763
+ #: app/libraries/main.php:2206
7764
  msgid "Your booking cannot be canceled."
7765
  msgstr "La reserva no puede cancelarse."
7766
 
7767
+ #: app/libraries/main.php:2210
7768
  msgid "You canceled the payment successfully."
7769
  msgstr "Has cancelado el pago correctamente."
7770
 
7771
+ #: app/libraries/main.php:2214
7772
  msgid "You returned from payment gateway successfully."
7773
  msgstr "Has vuelto correctamente de tu pasarela de pago."
7774
 
7775
+ #: app/libraries/main.php:2230
7776
  #, fuzzy
7777
  #| msgid "Cannot find the booking!"
7778
  msgid "Cannot find the invoice!"
7779
  msgstr "¡No se pudo encontrar la reserva!"
7780
 
7781
+ #: app/libraries/main.php:2230
7782
  #, fuzzy
7783
  #| msgid "Booking is invalid."
7784
  msgid "Invoice is invalid."
7785
  msgstr "Reserva no válida."
7786
 
7787
+ #: app/libraries/main.php:2250
7788
  msgid ""
7789
  "Your booking still is not confirmed. You can download it after confirmation!"
7790
  msgstr ""
7791
 
7792
+ #: app/libraries/main.php:2250
7793
  #, fuzzy
7794
  #| msgid "Booking Confirmation"
7795
  msgid "Booking Not Confirmed."
7796
  msgstr "Confirmación de reserva"
7797
 
7798
+ #: app/libraries/main.php:2256
7799
  msgid "Cannot find the booking!"
7800
  msgstr "¡No se pudo encontrar la reserva!"
7801
 
7802
+ #: app/libraries/main.php:2256
7803
  msgid "Booking is invalid."
7804
  msgstr "Reserva no válida."
7805
 
7806
+ #: app/libraries/main.php:2288
7807
  #, php-format
7808
  msgid "%s Invoice"
7809
  msgstr "%s Factura"
7810
 
7811
+ #: app/libraries/main.php:2364
7812
  msgid "Billing"
7813
  msgstr "Facturación"
7814
 
7815
+ #: app/libraries/main.php:2376
7816
  #, fuzzy
7817
  #| msgid "Coupons"
7818
  msgid "Coupon Code"
7819
  msgstr "Cupones"
7820
 
7821
+ #: app/libraries/main.php:2381
7822
  msgid "Total"
7823
  msgstr "Total "
7824
 
7825
+ #: app/libraries/main.php:2388
7826
  #, fuzzy
7827
  #| msgid "Payment Gateways"
7828
  msgid "Payment"
7829
  msgstr "Pasarelas de pago"
7830
 
7831
+ #: app/libraries/main.php:2392
7832
  #, fuzzy
7833
  #| msgid "Popular Gateways"
7834
  msgid "Gateway"
7835
  msgstr "Pasarelas de pago populares"
7836
 
7837
+ #: app/libraries/main.php:2405
7838
  #, fuzzy
7839
  #| msgid "Payment Gateways"
7840
  msgid "Payment Time"
7841
  msgstr "Pasarelas de pago"
7842
 
7843
+ #: app/libraries/main.php:2466
7844
  msgid "Request is not valid."
7845
  msgstr "La solicitud no es válida."
7846
 
7847
+ #: app/libraries/main.php:2466
7848
  msgid "iCal export stopped!"
7849
  msgstr "¡La exportación de iCal se detuvo!"
7850
 
7851
+ #: app/libraries/main.php:2810 app/libraries/main.php:2840
7852
+ #: app/libraries/main.php:2869 app/libraries/main.php:2899
7853
+ #: app/libraries/main.php:2928 app/libraries/main.php:2957
7854
+ #: app/libraries/main.php:2986 app/libraries/main.php:3015
7855
+ #: app/libraries/main.php:3044 app/libraries/main.php:3068
7856
+ #: app/libraries/main.php:3112 app/libraries/main.php:3156
7857
+ #: app/libraries/main.php:3203 app/libraries/main.php:3250
7858
  msgid "Sort"
7859
  msgstr "Orden"
7860
 
7861
+ #: app/libraries/main.php:2816 app/libraries/main.php:2846
7862
+ #: app/libraries/main.php:2875 app/libraries/main.php:2905
7863
+ #: app/libraries/main.php:2934 app/libraries/main.php:2963
7864
+ #: app/libraries/main.php:2992 app/libraries/main.php:3021
7865
+ #: app/libraries/main.php:3074 app/libraries/main.php:3118
7866
+ #: app/libraries/main.php:3162 app/libraries/main.php:3209
7867
  msgid "Required Field"
7868
  msgstr "Campo obligatorio"
7869
 
7870
+ #: app/libraries/main.php:2822 app/libraries/main.php:2852
7871
+ #: app/libraries/main.php:2881 app/libraries/main.php:2911
7872
+ #: app/libraries/main.php:2940 app/libraries/main.php:2969
7873
+ #: app/libraries/main.php:2998 app/libraries/main.php:3027
7874
+ #: app/libraries/main.php:3080 app/libraries/main.php:3124
7875
+ #: app/libraries/main.php:3168 app/libraries/main.php:3215
7876
  msgid "Insert a label for this field"
7877
  msgstr "Introduce una etiqueta para este campo"
7878
 
7879
+ #: app/libraries/main.php:3050
7880
  msgid "HTML and shortcode are allowed."
7881
  msgstr "Se permite HTML"
7882
 
7883
+ #: app/libraries/main.php:3093 app/libraries/main.php:3137
7884
+ #: app/libraries/main.php:3181
7885
  msgid "Option"
7886
  msgstr "Opción"
7887
 
7888
+ #: app/libraries/main.php:3215
7889
  #, php-format
7890
  msgid "Instead of %s, the page title with a link will be show."
7891
  msgstr "En lugar de %s, se mostrará el título de la página con un enlace."
7892
 
7893
+ #: app/libraries/main.php:3217
7894
  msgid "Agreement Page"
7895
  msgstr "Página de Acuerdo"
7896
 
7897
+ #: app/libraries/main.php:3228
7898
  msgid "Checked by default"
7899
  msgstr "Marcado por defecto"
7900
 
7901
+ #: app/libraries/main.php:3229
7902
  msgid "Unchecked by default"
7903
  msgstr "Sin marcar por defecto"
7904
 
7905
+ #: app/libraries/main.php:3252
7906
  msgid "Insert a label for this option"
7907
  msgstr "Introduce una etiqueta para esta opción"
7908
 
7909
+ #: app/libraries/main.php:3267
7910
  msgid "Free"
7911
  msgstr "Gratis"
7912
 
7913
+ #: app/libraries/main.php:3873 app/libraries/main.php:5686
7914
  #, fuzzy
7915
  #| msgid "M.E. Calendar"
7916
  msgid "M.E. Calender"
7917
  msgstr "M.E. Calendario"
7918
 
7919
+ #: app/libraries/main.php:4028
7920
  #, php-format
7921
  msgid "Copy of %s"
7922
  msgstr "Copia de %s"
7923
 
7924
+ #: app/libraries/main.php:4794
7925
  msgid "Booked an event."
7926
  msgstr "Has reservado para un evento."
7927
 
7928
+ #: app/libraries/main.php:4835
7929
  #, php-format
7930
  msgid "%s booked %s event."
7931
  msgstr "%s reservado %s evento."
7932
 
7933
+ #: app/libraries/main.php:5421
7934
  msgid "Taxonomies"
7935
  msgstr "Taxonomías"
7936
 
7937
+ #: app/libraries/main.php:5423
7938
  msgid "Category Plural Label"
7939
  msgstr "Categoría Etiqueta plural"
7940
 
7941
+ #: app/libraries/main.php:5424
7942
  msgid "Category Singular Label"
7943
  msgstr "Categoría Etiqueta Singular"
7944
 
7945
+ #: app/libraries/main.php:5425
7946
  msgid "Label Plural Label"
7947
  msgstr "Etiqueta plural"
7948
 
7949
+ #: app/libraries/main.php:5426
7950
  msgid "Label Singular Label"
7951
  msgstr "Etiqueta singular de la etiqueta"
7952
 
7953
+ #: app/libraries/main.php:5426
7954
  msgid "label"
7955
  msgstr "etiqueta"
7956
 
7957
+ #: app/libraries/main.php:5427
7958
  msgid "Location Plural Label"
7959
  msgstr "Ubicación Etiqueta plural"
7960
 
7961
+ #: app/libraries/main.php:5428
7962
  msgid "Location Singular Label"
7963
  msgstr "Etiqueta de ubicación en singular"
7964
 
7965
+ #: app/libraries/main.php:5429
7966
  msgid "Organizer Plural Label"
7967
  msgstr "Etiqueta del organizador en plural"
7968
 
7969
+ #: app/libraries/main.php:5430
7970
  msgid "Organizer Singular Label"
7971
  msgstr "Etiqueta Singular del Organizador"
7972
 
7973
+ #: app/libraries/main.php:5431
7974
  msgid "Speaker Plural Label"
7975
  msgstr ""
7976
 
7977
+ #: app/libraries/main.php:5432
7978
  msgid "Speaker Singular Label"
7979
  msgstr ""
7980
 
7981
+ #: app/libraries/main.php:5438
7982
  msgid "Sunday abbreviation"
7983
  msgstr "Abreviatura de Domingo"
7984
 
7985
+ #: app/libraries/main.php:5439
7986
  msgid "Monday abbreviation"
7987
  msgstr "Abreviatura de Lunes"
7988
 
7989
+ #: app/libraries/main.php:5440
7990
  msgid "Tuesday abbreviation"
7991
  msgstr "Abreviatura de Martes"
7992
 
7993
+ #: app/libraries/main.php:5441
7994
  msgid "Wednesday abbreviation"
7995
  msgstr "Abreviatura de Miércoles "
7996
 
7997
+ #: app/libraries/main.php:5442
7998
  msgid "Thursday abbreviation"
7999
  msgstr "Abreviatura de Jueves"
8000
 
8001
+ #: app/libraries/main.php:5443
8002
  msgid "Friday abbreviation"
8003
  msgstr "Abreviatura de Viernes"
8004
 
8005
+ #: app/libraries/main.php:5444
8006
  msgid "Saturday abbreviation"
8007
  msgstr "Abreviatura de Sábado "
8008
 
8009
+ #: app/libraries/main.php:5448
8010
  msgid "Others"
8011
  msgstr "Otros"
8012
 
8013
+ #: app/libraries/main.php:5450
8014
  msgid "Booking Success Message"
8015
  msgstr "Mensaje de reserva correcta"
8016
 
8017
+ #: app/libraries/main.php:5450
8018
  #, fuzzy
8019
  #| msgid ""
8020
  #| "Thanks for your booking. Your tickets booked, booking verification might "
8026
  "Gracias por tu reserva. Tus entradas han sido reservadas, podrías necesitar "
8027
  "una verificación, por favor consulta tu correo."
8028
 
8029
+ #: app/libraries/main.php:5451 app/widgets/single.php:131
8030
  msgid "Register Button"
8031
  msgstr "Botón de registro"
8032
 
8033
+ #: app/libraries/main.php:5451 app/skins/available_spot/tpl.php:189
8034
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
8035
+ #: app/skins/grid/render.php:92 app/skins/grid/render.php:147
8036
+ #: app/skins/grid/render.php:197 app/skins/grid/render.php:217
8037
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
8038
+ #: app/skins/masonry/render.php:150 app/skins/single.php:367
8039
+ #: app/skins/single.php:981 app/skins/single.php:984
8040
+ #: app/skins/single/default.php:270 app/skins/single/default.php:272
8041
+ #: app/skins/single/default.php:501 app/skins/single/default.php:503
8042
+ #: app/skins/single/m1.php:142 app/skins/single/m1.php:144
8043
+ #: app/skins/single/m2.php:67 app/skins/single/m2.php:69
8044
+ #: app/skins/single/modern.php:78 app/skins/single/modern.php:80
8045
+ #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
8046
+ #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
8047
+ #: app/skins/slider/render.php:173
8048
  msgid "REGISTER"
8049
  msgstr "REGISTRO"
8050
 
8051
+ #: app/libraries/main.php:5452
8052
  msgid "View Detail Button"
8053
  msgstr "Ver detalle del botón"
8054
 
8055
+ #: app/libraries/main.php:5452 app/skins/carousel/render.php:109
8056
+ #: app/skins/carousel/render.php:148 app/skins/grid/render.php:92
8057
+ #: app/skins/grid/render.php:147 app/skins/grid/render.php:197
8058
+ #: app/skins/grid/render.php:217 app/skins/list/render.php:67
8059
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
8060
+ #: app/skins/single.php:367 app/skins/slider/render.php:71
8061
+ #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
8062
+ #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
8063
  msgid "View Detail"
8064
  msgstr "Ver detalle"
8065
 
8066
+ #: app/libraries/main.php:5453
8067
  msgid "Event Detail Button"
8068
  msgstr "Botón de detalle del evento"
8069
 
8070
+ #: app/libraries/main.php:5453 app/skins/countdown/tpl.php:213
8071
  msgid "Event Detail"
8072
  msgstr "Detalle del evento"
8073
 
8074
+ #: app/libraries/main.php:5455
8075
  msgid "More Info Link"
8076
  msgstr "Enlace a Más Información"
8077
 
8078
+ #: app/libraries/main.php:5458
8079
  msgid "Ticket (Singular)"
8080
  msgstr "Entrada (Singular)"
8081
 
8082
+ #: app/libraries/main.php:5459
8083
  msgid "Tickets (Plural)"
8084
  msgstr "Entradas (Plural)"
8085
 
8086
+ #: app/libraries/main.php:5545
8087
  msgid "EventON"
8088
  msgstr "EventON"
8089
 
8090
+ #: app/libraries/main.php:5546
8091
  msgid "The Events Calendar"
8092
  msgstr "The Events Calendar"
8093
 
8094
+ #: app/libraries/main.php:5547
8095
  msgid "Events Schedule WP Plugin"
8096
  msgstr "Events Schedule WP Plugin"
8097
 
8098
+ #: app/libraries/main.php:5548
8099
  msgid "Calendarize It"
8100
  msgstr "Ponlo al calendario"
8101
 
8102
+ #: app/libraries/main.php:5549
8103
  #, fuzzy
8104
  #| msgid "Event %s"
8105
  msgid "Event Espresso"
8106
  msgstr "Evento %s"
8107
 
8108
+ #: app/libraries/main.php:5550
8109
  #, fuzzy
8110
  #| msgid "Event Repeating"
8111
  msgid "Events Manager (Recurring)"
8112
  msgstr "Repetir el evento"
8113
 
8114
+ #: app/libraries/main.php:5551
8115
  #, fuzzy
8116
  #| msgid "Modern Events Calendar (Lite)"
8117
  msgid "Events Manager (Single)"
8118
  msgstr "Modern Events Calendar (Lite)"
8119
 
8120
+ #: app/libraries/main.php:5623 app/libraries/main.php:5643
8121
  msgid "Confirmed"
8122
  msgstr ""
8123
 
8124
+ #: app/libraries/main.php:5624 app/libraries/main.php:5651
8125
  msgid "Rejected"
8126
  msgstr ""
8127
 
8128
+ #: app/libraries/main.php:5625 app/libraries/main.php:5647
8129
  msgid "Pending"
8130
  msgstr ""
8131
 
8132
+ #: app/libraries/main.php:5673
8133
  msgid "Waiting"
8134
  msgstr ""
8135
 
8136
+ #: app/libraries/main.php:5878 app/libraries/render.php:80
8137
  #: app/libraries/render.php:432
8138
  msgid "Skin controller does not exist."
8139
  msgstr "No existe skin controller."
8140
 
8141
+ #: app/libraries/main.php:6059
8142
  #, fuzzy
8143
  #| msgid "Sold out!"
8144
  msgid "Sold Out"
8145
  msgstr "¡Agotado!"
8146
 
8147
+ #: app/libraries/main.php:6067
8148
  #, fuzzy
8149
  #| msgid "Ticket"
8150
  msgid "Last Few Tickets"
8203
  msgid "No"
8204
  msgstr "No"
8205
 
8206
+ #: app/libraries/skins.php:1042
8207
  #, fuzzy
8208
  #| msgid "Select All"
8209
  msgid "Select"
8260
  msgid "Thanks for your booking."
8261
  msgstr "Gracias por tu reserva."
8262
 
8263
+ #: app/modules/booking/steps/tickets.php:24
8264
  msgid "Book Event"
8265
  msgstr "Reservar evento"
8266
 
8267
+ #: app/modules/booking/steps/tickets.php:51
8268
  #, php-format
8269
  msgid "Available %s: <span>%s</span>"
8270
  msgstr "%s disponibles: <span>%s</span>"
8271
 
8272
+ #: app/modules/booking/steps/tickets.php:55
8273
  #, php-format
8274
  msgid "The %s ticket sales has stopped!"
8275
  msgstr ""
8276
 
8277
+ #: app/modules/booking/steps/tickets.php:56
8278
  #, php-format
8279
  msgid "The %s ticket is sold out. You can try another ticket or another date."
8280
  msgstr ""
8289
  msgid "The event is ongoing."
8290
  msgstr "El evento está en curso."
8291
 
8292
+ #: app/modules/googlemap/details.php:125
8293
  msgid "Address from ..."
8294
  msgstr "Dirección de…"
8295
 
8296
+ #: app/modules/googlemap/details.php:129
8297
  msgid "Get Directions"
8298
  msgstr "Cómo llegar"
8299
 
8300
+ #: app/modules/links/details.php:17 app/skins/single.php:670
8301
  msgid "Share this event"
8302
  msgstr "Compartir este evento"
8303
 
8352
  msgid "Go to occurrence page"
8353
  msgstr "Ir a la página de repetición"
8354
 
8355
+ #: app/modules/next-event/details.php:98 app/skins/single.php:954
8356
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
8357
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
8358
  msgid "Time"
8490
  msgid "No Events"
8491
  msgstr "Sin eventos"
8492
 
8493
+ #: app/skins/single.php:411
8494
  msgid "Home"
8495
  msgstr ""
8496
 
8497
+ #: app/skins/single.php:753 app/skins/single/default.php:53
8498
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
8499
  #: app/skins/single/modern.php:281
8500
  msgid "Sold out!"
8501
  msgstr "¡Agotado!"
8502
 
8503
+ #: app/skins/single.php:1028 app/skins/single.php:1083
8504
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
8505
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
8506
  #: app/skins/single/modern.php:46
8507
  msgid "Phone"
8508
  msgstr "Teléfono"
8509
 
8510
+ #: app/skins/single.php:1042 app/skins/single.php:1097
8511
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
8512
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
8513
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
8516
  msgid "Website"
8517
  msgstr "Web"
8518
 
8519
+ #: app/skins/single.php:1173
8520
  msgid "Speakers:"
8521
  msgstr ""
8522
 
8617
  msgstr "Un plugin asombroso para calendario de eventos"
8618
 
8619
  #. Author of the plugin/theme
8620
+ #, fuzzy
8621
+ #| msgid "Webnus Team"
8622
+ msgid "Webnus"
8623
  msgstr "Equipo de Webnus"
8624
 
8625
  #. Author URI of the plugin/theme
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: 2020-04-21 15:14+0430\n"
5
- "PO-Revision-Date: 2020-04-21 15:16+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
@@ -22,8 +22,8 @@ msgstr ""
22
 
23
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
24
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
25
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:944
26
- #: app/libraries/factory.php:962 app/widgets/MEC.php:33
27
  msgid "Modern Events Calendar"
28
  msgstr "Modern Events Calendar"
29
 
@@ -81,9 +81,9 @@ msgstr "Couleur de l'événement"
81
  msgid "Settings"
82
  msgstr "Paramètres"
83
 
84
- #: app/features/contextual.php:62 app/features/events.php:2479
85
- #: app/features/mec/booking.php:448 app/features/mec/support.php:29
86
- #: app/libraries/main.php:560
87
  msgid "Booking Form"
88
  msgstr "Formulaire de réservation"
89
 
@@ -201,7 +201,7 @@ msgstr "Option du plugin Google Maps"
201
  msgid "Google Recaptcha Options"
202
  msgstr "Options de Google reCAPTCHA"
203
 
204
- #: app/features/contextual.php:258 app/features/mec/single.php:149
205
  #: app/libraries/main.php:548
206
  msgid "Countdown Options"
207
  msgstr "Options du Compte à Rebours"
@@ -300,7 +300,7 @@ msgstr "Voir l'événement"
300
  msgid "No events found in Trash!"
301
  msgstr "Aucun événement trouvé dans la corbeille !"
302
 
303
- #: app/features/events.php:183 app/features/events.php:3357
304
  #: app/features/mec/meta_boxes/display_options.php:1385
305
  #: app/features/mec/meta_boxes/search_form.php:31
306
  #: app/features/mec/meta_boxes/search_form.php:101
@@ -313,18 +313,18 @@ msgstr "Aucun événement trouvé dans la corbeille !"
313
  #: app/features/mec/meta_boxes/search_form.php:584
314
  #: app/features/mec/meta_boxes/search_form.php:654
315
  #: app/features/mec/meta_boxes/search_form.php:760
316
- #: app/features/mec/settings.php:839 app/features/mec/single.php:232
317
- #: app/features/search.php:68 app/libraries/main.php:5414
318
- #: app/libraries/skins.php:887 app/skins/single.php:572
319
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
320
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
321
  #: app/skins/single/modern.php:128
322
  msgid "Category"
323
  msgstr "Catégorie"
324
 
325
- #: app/features/events.php:184 app/features/events.php:3312
326
  #: app/features/fes/form.php:767 app/features/mec.php:412
327
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5413
328
  msgid "Categories"
329
  msgstr "Catégories"
330
 
@@ -409,7 +409,7 @@ msgid "Event Repeating"
409
  msgstr "Événement récurrent"
410
 
411
  #: app/features/events.php:334 app/features/events.php:1294
412
- #: app/features/mec/settings.php:743 app/skins/single.php:957
413
  msgid "Hourly Schedule"
414
  msgstr "Programme"
415
 
@@ -421,8 +421,8 @@ msgstr "Lieu"
421
  msgid "Links"
422
  msgstr "Lien"
423
 
424
- #: app/features/events.php:337 app/features/events.php:3359
425
- #: app/features/events.php:3550 app/features/events.php:3592
426
  #: app/features/ix.php:3508 app/features/ix.php:3549
427
  #: app/features/mec/meta_boxes/display_options.php:1388
428
  #: app/features/mec/meta_boxes/search_form.php:46
@@ -436,21 +436,21 @@ msgstr "Lien"
436
  #: app/features/mec/meta_boxes/search_form.php:599
437
  #: app/features/mec/meta_boxes/search_form.php:669
438
  #: app/features/mec/meta_boxes/search_form.php:775
439
- #: app/features/mec/settings.php:851 app/features/mec/single.php:236
440
  #: app/features/organizers.php:58 app/features/organizers.php:204
441
  #: app/features/organizers.php:260 app/features/organizers.php:262
442
  #: app/features/organizers.php:271 app/features/popup/event.php:293
443
  #: app/features/popup/event.php:302 app/features/search.php:80
444
- #: app/libraries/main.php:5420 app/libraries/skins.php:939
445
- #: app/skins/single.php:816 app/skins/single/default.php:227
446
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
447
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
448
  msgid "Organizer"
449
  msgstr "Organisateur"
450
 
451
  #: app/features/events.php:338 app/features/events.php:1171
452
- #: app/features/fes/form.php:740 app/libraries/main.php:5447
453
- #: app/skins/single.php:595 app/skins/single/default.php:128
454
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
455
  #: app/skins/single/modern.php:223
456
  msgid "Cost"
@@ -470,8 +470,8 @@ msgstr "Note pour l'administrateur"
470
  msgid "Guest Data"
471
  msgstr "Coordonnées de l'Invité"
472
 
473
- #: app/features/events.php:471 app/features/events.php:2461
474
- #: app/features/events.php:3883 app/features/fes.php:223
475
  #: app/features/fes/form.php:699 app/features/labels.php:178
476
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
477
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
@@ -479,17 +479,17 @@ msgstr "Coordonnées de l'Invité"
479
  msgid "Name"
480
  msgstr "Nom"
481
 
482
- #: app/features/events.php:472 app/features/events.php:2472
483
- #: app/features/events.php:2548 app/features/events.php:3886
484
  #: app/features/fes.php:223 app/features/fes/form.php:695
485
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
486
  #: app/features/organizers.php:111 app/features/organizers.php:152
487
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
488
- #: app/features/speakers.php:196 app/libraries/main.php:1595
489
- #: app/libraries/main.php:1664 app/libraries/main.php:2899
490
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
491
- #: app/modules/booking/steps/form.php:83 app/skins/single.php:833
492
- #: app/skins/single.php:888 app/skins/single/default.php:244
493
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
494
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
495
  msgid "Email"
@@ -500,8 +500,8 @@ msgid "Date and Time"
500
  msgstr "Date et heure"
501
 
502
  #: app/features/events.php:483 app/features/events.php:489
503
- #: app/features/events.php:3360 app/features/events.php:3550
504
- #: app/features/events.php:3592 app/features/fes/form.php:250
505
  #: app/features/fes/form.php:254 app/features/ix.php:3508
506
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
507
  #: app/features/mec/dashboard.php:405
@@ -525,24 +525,24 @@ msgid "Start Date"
525
  msgstr "Date de début"
526
 
527
  #: app/features/events.php:561 app/features/events.php:653
528
- #: app/features/events.php:1734 app/features/events.php:1793
529
- #: app/features/events.php:1986 app/features/events.php:2025
530
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
531
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
532
  msgid "AM"
533
  msgstr "du matin"
534
 
535
  #: app/features/events.php:568 app/features/events.php:660
536
- #: app/features/events.php:1741 app/features/events.php:1800
537
- #: app/features/events.php:1987 app/features/events.php:2026
538
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
539
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
540
  msgid "PM"
541
  msgstr "de l'après midi"
542
 
543
  #: app/features/events.php:575 app/features/events.php:580
544
- #: app/features/events.php:3361 app/features/events.php:3550
545
- #: app/features/events.php:3592 app/features/fes/form.php:290
546
  #: app/features/fes/form.php:294 app/features/ix.php:3508
547
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
548
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
@@ -586,11 +586,11 @@ msgstr ""
586
  #: app/features/events.php:707 app/features/events.php:828
587
  #: app/features/events.php:1134 app/features/events.php:1211
588
  #: app/features/events.php:1519 app/features/events.php:1609
589
- #: app/features/events.php:1821 app/features/events.php:1836
590
- #: app/features/events.php:2045 app/features/events.php:2058
591
- #: app/features/events.php:2209 app/features/events.php:2245
592
- #: app/features/events.php:2343 app/features/events.php:2358
593
- #: app/features/events.php:2388 app/features/events.php:2401
594
  #: app/features/fes/form.php:651 app/features/locations.php:316
595
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
596
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
@@ -651,13 +651,13 @@ msgstr ""
651
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
652
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
653
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
654
- #: app/features/mec/single.php:58 app/features/mec/single.php:77
655
- #: app/features/mec/single.php:94 app/features/mec/single.php:110
656
- #: app/features/mec/single.php:125 app/features/mec/single.php:178
657
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
658
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
659
  #: app/features/organizers.php:272 app/features/popup/event.php:256
660
- #: app/features/popup/event.php:303 app/skins/single.php:679
661
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
662
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
663
  #: app/skins/single/modern.php:151
@@ -735,24 +735,24 @@ msgstr "Interval de répétition"
735
  msgid "Week Days"
736
  msgstr "Jours de la semaine"
737
 
738
- #: app/features/events.php:818 app/features/events.php:1905
739
- #: app/features/events.php:1933 app/features/events.php:2113
740
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
741
  #: app/features/ix/import_g_calendar.php:51
742
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
743
  msgid "Start"
744
  msgstr "Démarrer"
745
 
746
- #: app/features/events.php:820 app/features/events.php:1909
747
- #: app/features/events.php:1937 app/features/events.php:2117
748
  #: app/features/fes/form.php:381
749
  msgid "End"
750
  msgstr "FIn"
751
 
752
  #: app/features/events.php:822 app/features/events.php:1205
753
  #: app/features/events.php:1325 app/features/events.php:1430
754
- #: app/features/events.php:1888 app/features/events.php:2102
755
- #: app/features/events.php:2182 app/features/events.php:2315
756
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
757
  msgid "Add"
758
  msgstr "Ajouter"
@@ -830,10 +830,10 @@ msgstr ""
830
  msgid "Show only one occurrence of this event"
831
  msgstr "Afficher uniquement une occurence pour cet événement"
832
 
833
- #: app/features/events.php:1167 app/features/events.php:3550
834
- #: app/features/events.php:3592 app/features/fes/form.php:737
835
  #: app/features/ix.php:3508 app/features/ix.php:3549
836
- #: app/features/mec/settings.php:689 app/libraries/main.php:5446
837
  #: app/widgets/single.php:103
838
  msgid "Event Cost"
839
  msgstr "Tarif de l'événement"
@@ -846,11 +846,11 @@ msgstr "Journées Exceptionnelles (exclusion de dates)"
846
  msgid "Exclude certain days"
847
  msgstr "Exclure certains jours"
848
 
849
- #: app/features/events.php:1203 app/features/events.php:2549
850
  #: app/features/fes.php:223 app/features/mec/booking.php:500
851
- #: app/features/profile/profile.php:53 app/libraries/main.php:2302
852
- #: app/libraries/main.php:2957 app/modules/booking/steps/tickets.php:23
853
- #: app/modules/next-event/details.php:93 app/skins/single.php:653
854
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
855
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
856
  msgid "Date"
@@ -886,9 +886,9 @@ msgstr "%s jour(s)"
886
 
887
  #: app/features/events.php:1310 app/features/events.php:1349
888
  #: app/features/events.php:1384 app/features/events.php:1416
889
- #: app/features/events.php:1445 app/features/events.php:2330
890
- #: app/features/events.php:2377 app/features/events.php:3356
891
- #: app/features/events.php:3550 app/features/events.php:3592
892
  #: app/features/fes/form.php:239 app/features/ix.php:3508
893
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
894
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
@@ -897,19 +897,19 @@ msgstr "Titre"
897
 
898
  #: app/features/events.php:1319 app/features/events.php:1356
899
  #: app/features/events.php:1389 app/features/events.php:1424
900
- #: app/features/events.php:1450 app/features/events.php:1919
901
- #: app/features/events.php:1945 app/features/events.php:2123
902
- #: app/features/events.php:2222 app/features/events.php:2258
903
- #: app/features/events.php:2365 app/features/events.php:2407
904
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
905
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
906
- #: app/libraries/main.php:2818 app/libraries/main.php:2848
907
- #: app/libraries/main.php:2877 app/libraries/main.php:2907
908
- #: app/libraries/main.php:2936 app/libraries/main.php:2965
909
- #: app/libraries/main.php:2994 app/libraries/main.php:3023
910
- #: app/libraries/main.php:3045 app/libraries/main.php:3076
911
- #: app/libraries/main.php:3120 app/libraries/main.php:3164
912
- #: app/libraries/main.php:3211 app/libraries/main.php:3250
913
  msgid "Remove"
914
  msgstr "Supprimer"
915
 
@@ -928,8 +928,8 @@ msgid "To e.g. 8:45"
928
  msgstr "Ex : 8:45"
929
 
930
  #: app/features/events.php:1353 app/features/events.php:1387
931
- #: app/features/events.php:1448 app/features/events.php:1809
932
- #: app/features/events.php:2034
933
  msgid "Description"
934
  msgstr "Description"
935
 
@@ -937,7 +937,7 @@ msgstr "Description"
937
  #: app/features/events.php:1453 app/features/fes/form.php:861
938
  #: app/features/mec.php:420 app/features/mec/modules.php:52
939
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
940
- #: app/libraries/main.php:565 app/libraries/main.php:5421
941
  #: app/modules/speakers/details.php:18
942
  msgid "Speakers"
943
  msgstr "Orateurs"
@@ -952,7 +952,7 @@ msgid "Event Links"
952
  msgstr "Liens de l'évenements"
953
 
954
  #: app/features/events.php:1487 app/features/events.php:1493
955
- #: app/features/fes/form.php:716 app/libraries/main.php:5444
956
  msgid "Event Link"
957
  msgstr "Lien de l'événement"
958
 
@@ -977,8 +977,8 @@ msgid "URL Shortener"
977
  msgstr ""
978
 
979
  #: app/features/events.php:1503 app/features/events.php:1516
980
- #: app/features/fes/form.php:721 app/libraries/main.php:5445
981
- #: app/skins/single.php:678 app/skins/single/default.php:142
982
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
983
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
984
  #: app/widgets/single.php:107
@@ -1003,15 +1003,45 @@ msgid ""
1003
  "Insert full link including http(s)://"
1004
  msgstr "Lien Optionnel. Affiché sur la page de Détails"
1005
 
1006
- #: app/features/events.php:1590 app/features/events.php:1605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1007
  #, fuzzy
1008
  #| msgid "Total booking limits"
1009
  msgid "Total booking limit"
1010
  msgstr "Nombre limite de réservation"
1011
 
1012
- #: app/features/events.php:1602 app/features/events.php:1857
1013
- #: app/features/events.php:2072 app/modules/booking/default.php:85
1014
- #: app/modules/booking/steps/tickets.php:43
1015
  #: app/skins/available_spot/tpl.php:122
1016
  msgid "Unlimited"
1017
  msgstr "Illimité"
@@ -1032,63 +1062,75 @@ msgstr "Choisissez le style de votre page d'événement."
1032
  msgid "100"
1033
  msgstr "100"
1034
 
1035
- #: app/features/events.php:1623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1036
  msgid "Total user booking limits"
1037
  msgstr "Nombre limite de réservation"
1038
 
1039
- #: app/features/events.php:1635 app/features/events.php:2171
1040
- #: app/features/events.php:2303 app/features/events.php:2491
1041
  msgid "Inherit from global options"
1042
  msgstr "Hériter des options globales"
1043
 
1044
- #: app/features/events.php:1638
1045
  msgid "12"
1046
  msgstr ""
1047
 
1048
- #: app/features/events.php:1661 app/libraries/book.php:60
1049
- #: app/libraries/main.php:5449 app/modules/booking/steps/tickets.php:43
1050
- msgid "Tickets"
1051
- msgstr "Billets"
1052
-
1053
- #: app/features/events.php:1664
1054
  msgid ""
1055
  "You're translating an event so MEC will use the original event for tickets "
1056
  "and booking. You can only translate the ticket name and description. Please "
1057
  "define exact tickets that you defined in the original event here."
1058
  msgstr ""
1059
 
1060
- #: app/features/events.php:1669
1061
  msgid "Add Ticket"
1062
  msgstr "Ajouter un ticket"
1063
 
1064
- #: app/features/events.php:1683 app/features/events.php:1959
1065
  msgid "Ticket Name"
1066
  msgstr "Nom du billet"
1067
 
1068
- #: app/features/events.php:1688 app/features/events.php:1963
1069
- #: app/features/events.php:3550 app/features/events.php:3592
1070
  #: app/features/ix.php:3508 app/features/ix.php:3549
1071
  msgid "Start Time"
1072
  msgstr "Début"
1073
 
1074
- #: app/features/events.php:1747 app/features/events.php:1993
1075
- #: app/features/events.php:3550 app/features/events.php:3592
1076
  #: app/features/ix.php:3508 app/features/ix.php:3549
1077
  msgid "End Time"
1078
  msgstr "Fin"
1079
 
1080
- #: app/features/events.php:1814 app/features/events.php:1818
1081
- #: app/features/events.php:1913 app/features/events.php:1940
1082
- #: app/features/events.php:2039 app/features/events.php:2042
1083
- #: app/features/events.php:2119 app/features/events.php:2336
1084
- #: app/features/events.php:2340 app/features/events.php:2382
1085
- #: app/features/events.php:2385 app/features/mec/booking.php:388
1086
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1087
  #: app/features/mec/booking.php:423
1088
  msgid "Price"
1089
  msgstr "Tarif"
1090
 
1091
- #: app/features/events.php:1819 app/features/events.php:2043
1092
  #, fuzzy
1093
  #| msgid "Insert 0 for free ticket. Only numbers please."
1094
  msgid ""
@@ -1096,54 +1138,54 @@ msgid ""
1096
  "any symbols or characters."
1097
  msgstr "0 = Participation Gratuite. Seulement un numéro SVP."
1098
 
1099
- #: app/features/events.php:1828 app/features/events.php:1833
1100
- #: app/features/events.php:2052 app/features/events.php:2055
1101
  msgid "Price Label"
1102
  msgstr "Libellé du prix"
1103
 
1104
- #: app/features/events.php:1834 app/features/events.php:2056
1105
  msgid "For showing on website. e.g. $15"
1106
  msgstr "Pour affichage sur le site Web. Par exemple 15 €"
1107
 
1108
- #: app/features/events.php:1844 app/features/events.php:2066
1109
  msgid "Available Tickets"
1110
  msgstr "Ticket disponibles"
1111
 
1112
- #: app/features/events.php:1861 app/features/events.php:2076
1113
  msgid "Minimum Ticket e.g. 3"
1114
  msgstr "Nombre de ticket minimum (ex 3)"
1115
 
1116
- #: app/features/events.php:1864 app/features/events.php:2079
1117
  msgid "MinimumTicket"
1118
  msgstr ""
1119
 
1120
- #: app/features/events.php:1866 app/features/events.php:2081
1121
  msgid "Set a number for the minimum ticket reservation possible"
1122
  msgstr ""
1123
 
1124
- #: app/features/events.php:1874 app/features/events.php:2089
1125
  msgid "e.g. 0"
1126
  msgstr ""
1127
 
1128
- #: app/features/events.php:1876 app/features/events.php:2091
1129
  msgid "Day"
1130
  msgstr "Jour"
1131
 
1132
- #: app/features/events.php:1877 app/features/events.php:2092
1133
  msgid "Hour"
1134
  msgstr "Heure(s)"
1135
 
1136
- #: app/features/events.php:1879 app/features/events.php:2094
1137
  #, php-format
1138
  msgid "Stop selling ticket %s before event start."
1139
  msgstr "Arrêter de vendre %s avant l’événement."
1140
 
1141
- #: app/features/events.php:1886 app/features/events.php:2100
1142
  msgid "Price per Date"
1143
  msgstr "Prix par date"
1144
 
1145
- #: app/features/events.php:1917 app/features/events.php:1943
1146
- #: app/features/events.php:2121 app/features/labels.php:60
1147
  #: app/features/mec/meta_boxes/display_options.php:1386
1148
  #: app/features/mec/meta_boxes/search_form.php:67
1149
  #: app/features/mec/meta_boxes/search_form.php:137
@@ -1156,28 +1198,24 @@ msgstr "Prix par date"
1156
  #: app/features/mec/meta_boxes/search_form.php:620
1157
  #: app/features/mec/meta_boxes/search_form.php:690
1158
  #: app/features/mec/meta_boxes/search_form.php:796
1159
- #: app/features/mec/settings.php:871 app/features/mec/single.php:250
1160
- #: app/features/search.php:98 app/libraries/skins.php:1017
1161
  msgid "Label"
1162
  msgstr "Label"
1163
 
1164
- #: app/features/events.php:2159
1165
- msgid "Fees"
1166
- msgstr "Frais"
1167
-
1168
- #: app/features/events.php:2196 app/features/events.php:2234
1169
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1170
  msgid "Fee Title"
1171
  msgstr "Titre"
1172
 
1173
- #: app/features/events.php:2202 app/features/events.php:2206
1174
- #: app/features/events.php:2239 app/features/events.php:2242
1175
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1176
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1177
  msgid "Amount"
1178
  msgstr "Montant"
1179
 
1180
- #: app/features/events.php:2207 app/features/events.php:2243
1181
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1182
  msgid ""
1183
  "Fee amount, considered as fixed amount if you set the type to amount "
@@ -1186,85 +1224,81 @@ msgstr ""
1186
  "Considéré comme montant fixe si vous définissez le type de montant. Sinon "
1187
  "considéré comme pourcentage à ajouter au prix"
1188
 
1189
- #: app/features/events.php:2216 app/features/events.php:2252
1190
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1191
  msgid "Percent"
1192
  msgstr "Pourcentage"
1193
 
1194
- #: app/features/events.php:2217 app/features/events.php:2253
1195
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1196
  msgid "Amount (Per Ticket)"
1197
  msgstr "Montant (par Billet)"
1198
 
1199
- #: app/features/events.php:2218 app/features/events.php:2254
1200
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1201
  msgid "Amount (Per Booking)"
1202
  msgstr "Montant (par réservation)"
1203
 
1204
- #: app/features/events.php:2291 app/features/mec/settings.php:761
1205
- msgid "Ticket Variations / Options"
1206
- msgstr "Variations de tickets / options"
1207
-
1208
- #: app/features/events.php:2341 app/features/events.php:2386
1209
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1210
  msgid "Option Price"
1211
  msgstr "Option de prix"
1212
 
1213
- #: app/features/events.php:2351 app/features/events.php:2355
1214
- #: app/features/events.php:2395 app/features/events.php:2398
1215
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1216
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1217
  msgid "Maximum Per Ticket"
1218
  msgstr "Maximum par Billet"
1219
 
1220
- #: app/features/events.php:2356 app/features/events.php:2399
1221
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1222
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1223
  msgstr ""
1224
 
1225
- #: app/features/events.php:2545 app/features/mec/booking.php:496
1226
- #: app/libraries/main.php:2840
1227
  msgid "MEC Name"
1228
  msgstr "Nom"
1229
 
1230
- #: app/features/events.php:2546 app/features/mec/booking.php:497
1231
- #: app/libraries/main.php:2869
1232
  msgid "MEC Email"
1233
  msgstr "Email"
1234
 
1235
- #: app/features/events.php:2547 app/features/mec/booking.php:498
1236
- #: app/libraries/main.php:2810
1237
  msgid "Text"
1238
  msgstr "Texte"
1239
 
1240
- #: app/features/events.php:2550 app/features/mec/booking.php:501
1241
  #: app/features/organizers.php:103 app/features/organizers.php:148
1242
  #: app/features/speakers.php:119 app/features/speakers.php:192
1243
- #: app/features/speakers.php:271 app/libraries/main.php:2986
1244
  msgid "Tel"
1245
  msgstr "Téléphone"
1246
 
1247
- #: app/features/events.php:2551 app/features/mec/booking.php:502
1248
- #: app/libraries/main.php:2928
1249
  msgid "File"
1250
  msgstr "Fichier"
1251
 
1252
- #: app/features/events.php:2552 app/features/mec/booking.php:503
1253
- #: app/libraries/main.php:3015
1254
  msgid "Textarea"
1255
  msgstr "Zone de texte"
1256
 
1257
- #: app/features/events.php:2553 app/features/mec/booking.php:504
1258
- #: app/libraries/main.php:3068
1259
  msgid "Checkboxes"
1260
  msgstr "Boîtes à cocher"
1261
 
1262
- #: app/features/events.php:2554 app/features/mec/booking.php:505
1263
- #: app/libraries/main.php:3112
1264
  msgid "Radio Buttons"
1265
  msgstr "Boutons Radio"
1266
 
1267
- #: app/features/events.php:2555 app/features/mec/booking.php:506
1268
  #: app/features/mec/meta_boxes/search_form.php:34
1269
  #: app/features/mec/meta_boxes/search_form.php:41
1270
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1340,44 +1374,44 @@ msgstr "Boutons Radio"
1340
  #: app/features/mec/meta_boxes/search_form.php:785
1341
  #: app/features/mec/meta_boxes/search_form.php:792
1342
  #: app/features/mec/meta_boxes/search_form.php:799
1343
- #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3156
1344
  msgid "Dropdown"
1345
  msgstr "Menu déroulant"
1346
 
1347
- #: app/features/events.php:2556 app/features/mec/booking.php:507
1348
- #: app/libraries/main.php:3203
1349
  msgid "Agreement"
1350
  msgstr "Accord"
1351
 
1352
- #: app/features/events.php:2557 app/features/mec/booking.php:508
1353
- #: app/libraries/main.php:3044
1354
  msgid "Paragraph"
1355
  msgstr "Paragraphe"
1356
 
1357
- #: app/features/events.php:3258 app/features/events.php:3276
1358
- #: app/features/events.php:3294 app/features/events.php:3312
1359
  #, php-format
1360
  msgid "Show all %s"
1361
  msgstr "Afficher tous les %s"
1362
 
1363
- #: app/features/events.php:3258
1364
  msgid "labels"
1365
  msgstr "labels"
1366
 
1367
- #: app/features/events.php:3276
1368
  msgid "locations"
1369
  msgstr "lieux"
1370
 
1371
- #: app/features/events.php:3294
1372
  msgid "organizers"
1373
  msgstr "organisateurs"
1374
 
1375
- #: app/features/events.php:3328
1376
  msgid "Attendees List"
1377
  msgstr "Liste des participants"
1378
 
1379
- #: app/features/events.php:3358 app/features/events.php:3550
1380
- #: app/features/events.php:3592 app/features/ix.php:3508
1381
  #: app/features/ix.php:3549 app/features/locations.php:58
1382
  #: app/features/locations.php:247 app/features/locations.php:304
1383
  #: app/features/locations.php:306 app/features/locations.php:315
@@ -1393,87 +1427,87 @@ msgstr "Liste des participants"
1393
  #: app/features/mec/meta_boxes/search_form.php:591
1394
  #: app/features/mec/meta_boxes/search_form.php:661
1395
  #: app/features/mec/meta_boxes/search_form.php:767
1396
- #: app/features/mec/settings.php:845 app/features/mec/single.php:240
1397
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1398
- #: app/features/search.php:74 app/libraries/main.php:2296
1399
- #: app/libraries/main.php:5418 app/libraries/skins.php:913
1400
- #: app/skins/single.php:500 app/skins/single.php:934
1401
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1402
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1403
  #: app/skins/single/modern.php:104
1404
  msgid "Location"
1405
  msgstr "Lieu"
1406
 
1407
- #: app/features/events.php:3363
1408
  msgid "Repeat"
1409
  msgstr "Répetition"
1410
 
1411
- #: app/features/events.php:3364
1412
  msgid "Author"
1413
  msgstr "Auteur"
1414
 
1415
- #: app/features/events.php:3485 app/features/events.php:3486
1416
  msgid "iCal Export"
1417
  msgstr "Exporter vers iCal"
1418
 
1419
- #: app/features/events.php:3488 app/features/events.php:3489
1420
  msgid "CSV Export"
1421
  msgstr "Exporter en CSV"
1422
 
1423
- #: app/features/events.php:3491 app/features/events.php:3492
1424
  msgid "MS Excel Export"
1425
  msgstr "Exporter en Microsoft Excel"
1426
 
1427
- #: app/features/events.php:3494 app/features/events.php:3495
1428
  msgid "XML Export"
1429
  msgstr "Exporter en XML"
1430
 
1431
- #: app/features/events.php:3497 app/features/events.php:3498
1432
  msgid "JSON Export"
1433
  msgstr "Exporter en JSON"
1434
 
1435
- #: app/features/events.php:3500 app/features/events.php:3501
1436
- #: app/features/events.php:3683
1437
  msgid "Duplicate"
1438
  msgstr "Dupliquer"
1439
 
1440
- #: app/features/events.php:3550 app/features/events.php:3592
1441
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1442
  #: app/features/labels.php:177 app/features/locations.php:246
1443
  #: app/features/organizers.php:203 app/features/speakers.php:268
1444
  msgid "ID"
1445
  msgstr "ID"
1446
 
1447
- #: app/features/events.php:3550 app/features/events.php:3592
1448
  #: app/features/ix.php:3508 app/features/ix.php:3549
1449
  msgid "Link"
1450
  msgstr "Lien"
1451
 
1452
- #: app/features/events.php:3550 app/features/events.php:3592
1453
  #, php-format
1454
  msgid "%s Tel"
1455
  msgstr "%s Téléphone"
1456
 
1457
- #: app/features/events.php:3550 app/features/events.php:3592
1458
  #, php-format
1459
  msgid "%s Email"
1460
  msgstr "%s mail"
1461
 
1462
- #: app/features/events.php:3889 app/features/fes.php:223
1463
- #: app/features/profile/profile.php:186 app/libraries/main.php:2333
1464
- #: app/libraries/main.php:5448
1465
  msgid "Ticket"
1466
  msgstr "Billets"
1467
 
1468
- #: app/features/events.php:3892 app/features/profile/profile.php:189
1469
  msgid "Variations"
1470
  msgstr "Vérifications"
1471
 
1472
- #: app/features/events.php:3907 app/features/fes.php:303
1473
  msgid "Unknown"
1474
  msgstr "Inconnu"
1475
 
1476
- #: app/features/events.php:3940
1477
  msgid "No Attendees Found!"
1478
  msgstr "Aucune réservation trouvée!"
1479
 
@@ -1513,8 +1547,8 @@ msgstr "Événement supprimé !"
1513
  msgid "Order Time"
1514
  msgstr "Date de commande"
1515
 
1516
- #: app/features/fes.php:223 app/libraries/main.php:2308
1517
- #: app/libraries/main.php:2396
1518
  msgid "Transaction ID"
1519
  msgstr "Numéro de transaction"
1520
 
@@ -1654,8 +1688,8 @@ msgstr "Supprimer l'image"
1654
 
1655
  #: app/features/fes/form.php:793 app/features/labels.php:61
1656
  #: app/features/labels.php:221 app/features/mec.php:413
1657
- #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5415
1658
- #: app/skins/single.php:708 app/skins/single/default.php:157
1659
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1660
  #: app/skins/single/modern.php:238
1661
  msgid "Labels"
@@ -1998,7 +2032,7 @@ msgstr "Ajouter à Google Agenda"
1998
 
1999
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
2000
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
2001
- #: app/features/mec/settings.php:1085 app/features/mec/single.php:297
2002
  msgid "Checking ..."
2003
  msgstr "Vérification..."
2004
 
@@ -2438,7 +2472,7 @@ msgstr ""
2438
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2439
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2440
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2441
- #: app/skins/grid/render.php:55 app/skins/list/render.php:39
2442
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2443
  #: app/skins/monthly_view/calendar_clean.php:87
2444
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
@@ -2449,10 +2483,10 @@ msgid "Featured"
2449
  msgstr "En avant"
2450
 
2451
  #: app/features/labels.php:118 app/features/labels.php:143
2452
- #: app/libraries/main.php:5662 app/skins/agenda/render.php:43
2453
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2454
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2455
- #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:56
2456
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2457
  #: app/skins/monthly_view/calendar.php:89
2458
  #: app/skins/monthly_view/calendar_clean.php:88
@@ -2469,7 +2503,7 @@ msgstr ""
2469
 
2470
  #: app/features/labels.php:180 app/features/locations.php:249
2471
  #: app/features/organizers.php:206 app/features/speakers.php:272
2472
- #: app/modules/booking/steps/tickets.php:41
2473
  msgid "Count"
2474
  msgstr "Apparition"
2475
 
@@ -2485,7 +2519,7 @@ msgstr "%s événement"
2485
 
2486
  #: app/features/locations.php:59 app/features/mec.php:414
2487
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2488
- #: app/libraries/main.php:5417
2489
  msgid "Locations"
2490
  msgstr "Lieux"
2491
 
@@ -2615,7 +2649,7 @@ msgstr "Choisir une image"
2615
  msgid "Don't show map in single event page"
2616
  msgstr "Ne pas afficher de carte pour cet événement"
2617
 
2618
- #: app/features/locations.php:377 app/libraries/main.php:5451
2619
  msgid "Other Locations"
2620
  msgstr "Autres lieux"
2621
 
@@ -2680,7 +2714,7 @@ msgstr "Aide"
2680
 
2681
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2682
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2683
- #: app/libraries/main.php:5419
2684
  msgid "Organizers"
2685
  msgstr "Organisateurs"
2686
 
@@ -2716,7 +2750,7 @@ msgid "MEC - Go Pro"
2716
  msgstr "MEC - Rapports"
2717
 
2718
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2719
- #: app/libraries/factory.php:1048
2720
  msgid "Go Pro"
2721
  msgstr ""
2722
 
@@ -2813,9 +2847,9 @@ msgstr "Recherche…"
2813
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2814
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2815
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2816
- #: app/features/mec/single.php:17 app/features/mec/single.php:262
2817
- #: app/features/mec/single.php:272 app/features/mec/single.php:314
2818
- #: app/features/mec/single.php:328 app/features/mec/styles.php:11
2819
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2820
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2821
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
@@ -3013,10 +3047,6 @@ msgstr "Ajouter une variation / option"
3013
  msgid "Enable Organizer Payment Module"
3014
  msgstr "Activer module de coupons"
3015
 
3016
- #: app/features/mec/booking.php:585 app/features/mec/support-page.php:118
3017
- msgid "Organizer Payment"
3018
- msgstr "Paiement de l’organisateur"
3019
-
3020
  #: app/features/mec/booking.php:586
3021
  msgid ""
3022
  "By enabling this module, organizers are able to insert their own payment "
@@ -3025,14 +3055,14 @@ msgstr ""
3025
 
3026
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
3027
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
3028
- #: app/features/mec/settings.php:1080 app/features/mec/single.php:292
3029
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3030
  msgid "Saved"
3031
  msgstr "Sauvegardé"
3032
 
3033
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
3034
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
3035
- #: app/features/mec/settings.php:1081 app/features/mec/single.php:293
3036
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3037
  msgid "Settings Saved!"
3038
  msgstr ""
@@ -3041,14 +3071,14 @@ msgstr ""
3041
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
3042
  #: app/features/mec/notifications.php:907
3043
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
3044
- #: app/features/mec/settings.php:1105 app/features/mec/single.php:295
3045
- #: app/features/mec/single.php:317 app/libraries/main.php:5661
3046
  msgid "Verified"
3047
  msgstr "Vérifié"
3048
 
3049
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
3050
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
3051
- #: app/features/mec/single.php:319
3052
  msgid "Please Refresh Page"
3053
  msgstr "Merci de Rafraichir la Page"
3054
 
@@ -3065,7 +3095,7 @@ msgstr "Bienvenue %s"
3065
  msgid "%s - Most Powerful & Easy to Use Events Management System"
3066
  msgstr "Calendrier des événements"
3067
 
3068
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:962
3069
  #, fuzzy
3070
  #| msgid "Modern Events Calendar"
3071
  msgid "Modern Events Calendar (Lite)"
@@ -3151,7 +3181,7 @@ msgid ""
3151
  msgstr ""
3152
 
3153
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3154
- #: app/libraries/factory.php:972
3155
  msgid "Upcoming Events"
3156
  msgstr "Prochains évenements"
3157
 
@@ -3739,15 +3769,15 @@ msgstr "Vue par Défaut"
3739
 
3740
  #: app/features/mec/meta_boxes/display_options.php:637
3741
  #: app/features/mec/meta_boxes/display_options.php:661
3742
- #: app/libraries/main.php:330 app/libraries/main.php:1813
3743
- #: app/libraries/main.php:1838
3744
  msgid "List View"
3745
  msgstr "Vue liste"
3746
 
3747
  #: app/features/mec/meta_boxes/display_options.php:638
3748
  #: app/features/mec/meta_boxes/display_options.php:682
3749
- #: app/libraries/main.php:331 app/libraries/main.php:1814
3750
- #: app/libraries/main.php:1839
3751
  msgid "Grid View"
3752
  msgstr "Vue en grille"
3753
 
@@ -3759,8 +3789,8 @@ msgstr "Vue en tuile"
3759
 
3760
  #: app/features/mec/meta_boxes/display_options.php:640
3761
  #: app/features/mec/meta_boxes/display_options.php:703
3762
- #: app/libraries/main.php:334 app/libraries/main.php:1807
3763
- #: app/libraries/main.php:1832
3764
  msgid "Yearly View"
3765
  msgstr ""
3766
 
@@ -3771,15 +3801,15 @@ msgstr "Vue Calendrier / Mensuelle"
3771
 
3772
  #: app/features/mec/meta_boxes/display_options.php:642
3773
  #: app/features/mec/meta_boxes/display_options.php:752
3774
- #: app/libraries/main.php:337 app/libraries/main.php:1809
3775
- #: app/libraries/main.php:1834
3776
  msgid "Weekly View"
3777
  msgstr "Vue Hebdomadaire"
3778
 
3779
  #: app/features/mec/meta_boxes/display_options.php:643
3780
  #: app/features/mec/meta_boxes/display_options.php:762
3781
- #: app/libraries/main.php:336 app/libraries/main.php:1810
3782
- #: app/libraries/main.php:1835
3783
  msgid "Daily View"
3784
  msgstr "Vue Quotidienne"
3785
 
@@ -4344,10 +4374,10 @@ msgstr "Désactivé"
4344
  #: app/features/mec/meta_boxes/search_form.php:606
4345
  #: app/features/mec/meta_boxes/search_form.php:676
4346
  #: app/features/mec/meta_boxes/search_form.php:782
4347
- #: app/features/mec/settings.php:858 app/features/mec/single.php:245
4348
  #: app/features/search.php:86 app/features/speakers.php:61
4349
- #: app/features/speakers.php:269 app/libraries/main.php:5422
4350
- #: app/libraries/skins.php:965
4351
  msgid "Speaker"
4352
  msgstr ""
4353
 
@@ -4362,8 +4392,8 @@ msgstr ""
4362
  #: app/features/mec/meta_boxes/search_form.php:613
4363
  #: app/features/mec/meta_boxes/search_form.php:683
4364
  #: app/features/mec/meta_boxes/search_form.php:789
4365
- #: app/features/mec/settings.php:865 app/features/mec/single.php:254
4366
- #: app/features/search.php:92 app/libraries/skins.php:991
4367
  msgid "Tag"
4368
  msgstr "Étiquettes"
4369
 
@@ -4503,7 +4533,7 @@ msgstr ""
4503
  msgid "Google Maps Style"
4504
  msgstr "Style de Google Map"
4505
 
4506
- #: app/features/mec/modules.php:114 app/features/mec/single.php:88
4507
  msgid "Default"
4508
  msgstr "Par défaut"
4509
 
@@ -5369,7 +5399,7 @@ msgid "You can enable/disable Schema scripts"
5369
  msgstr ""
5370
 
5371
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5372
- #: app/libraries/main.php:5426
5373
  msgid "Weekdays"
5374
  msgstr "Jours de la Semaine"
5375
 
@@ -5744,10 +5774,6 @@ msgstr "Étiquettes de l'évenement"
5744
  msgid "Event Organizer"
5745
  msgstr "Organisateur d'événements"
5746
 
5747
- #: app/features/mec/settings.php:749
5748
- msgid "Booking Options"
5749
- msgstr "Options de Réservation"
5750
-
5751
  #: app/features/mec/settings.php:755
5752
  msgid "Fees / Taxes Options"
5753
  msgstr "Options de Frais/Taxes"
@@ -5958,7 +5984,7 @@ msgstr ""
5958
  "\"Date Référée\" montre la date de l'événement basée sur la date référée "
5959
  "dans la liste d'événements."
5960
 
5961
- #: app/features/mec/single.php:65 app/features/mec/single.php:76
5962
  msgid "Single Event Style"
5963
  msgstr "Style de la page d'événement"
5964
 
@@ -5966,115 +5992,115 @@ msgstr "Style de la page d'événement"
5966
  msgid "Default Style"
5967
  msgstr "Style par défaut"
5968
 
5969
- #: app/features/mec/single.php:71
5970
  msgid "Elementor Single Builder"
5971
  msgstr "Elementor Single Builder"
5972
 
5973
- #: app/features/mec/single.php:77
5974
  msgid "Choose your single event style."
5975
  msgstr "Choisissez le style de votre page d'événement."
5976
 
5977
- #: app/features/mec/single.php:85 app/features/mec/single.php:93
5978
  msgid "Booking Style"
5979
  msgstr "Style de réservation"
5980
 
5981
- #: app/features/mec/single.php:89
5982
  msgid "Modal"
5983
  msgstr "Modal"
5984
 
5985
- #: app/features/mec/single.php:94
5986
  msgid ""
5987
  "Choose your Booking style. Note: When you set this feature to Modal, you "
5988
  "cannot see the booking box if you set popup module view on shortcodes"
5989
  msgstr ""
5990
 
5991
- #: app/features/mec/single.php:102
5992
  msgid "Disable Block Editor (Gutenberg)"
5993
  msgstr ""
5994
 
5995
- #: app/features/mec/single.php:105
5996
  msgid "Disable Block Editor"
5997
  msgstr ""
5998
 
5999
- #: app/features/mec/single.php:109
6000
  msgid "Block Editor"
6001
  msgstr ""
6002
 
6003
- #: app/features/mec/single.php:110
6004
  msgid ""
6005
  "If you want to use the new WordPress block editor you should keep this "
6006
  "checkbox unchecked."
6007
  msgstr ""
6008
 
6009
- #: app/features/mec/single.php:117 app/features/mec/single.php:124
6010
  msgid "Breadcrumbs"
6011
  msgstr ""
6012
 
6013
- #: app/features/mec/single.php:120
6014
  msgid "Enable Breadcrumbs."
6015
  msgstr ""
6016
 
6017
- #: app/features/mec/single.php:125
6018
  msgid "Check this option, for showing the breadcrumbs on single event page"
6019
  msgstr ""
6020
 
6021
- #: app/features/mec/single.php:132 app/features/mec/single.php:139
6022
  #, fuzzy
6023
  #| msgid "Description"
6024
  msgid "Organizer Description"
6025
  msgstr "Description"
6026
 
6027
- #: app/features/mec/single.php:135
6028
  msgid "Enable Description For Organizer."
6029
  msgstr ""
6030
 
6031
- #: app/features/mec/single.php:140
6032
  msgid ""
6033
  "If you want to turn on description for other organizer plase go to "
6034
  "'Additional Organizers - After enabling and saving the settings, reloading "
6035
  "the settings page.' tab"
6036
  msgstr ""
6037
 
6038
- #: app/features/mec/single.php:153
6039
  msgid "Show countdown module on event page"
6040
  msgstr "Afficher le module de compte à rebours sur la page de l'événement"
6041
 
6042
- #: app/features/mec/single.php:158
6043
  msgid "Countdown Style"
6044
  msgstr "Style du compte à rebours"
6045
 
6046
- #: app/features/mec/single.php:161
6047
  msgid "Plain Style"
6048
  msgstr "Simple"
6049
 
6050
- #: app/features/mec/single.php:162
6051
  msgid "Flip Style"
6052
  msgstr "Horloge Flip-Flap"
6053
 
6054
- #: app/features/mec/single.php:170 app/features/mec/single.php:177
6055
  #, fuzzy
6056
  #| msgid "Exceptional days"
6057
  msgid "Exceptional days (Exclude Dates)"
6058
  msgstr "Journées Exceptionnelles"
6059
 
6060
- #: app/features/mec/single.php:174
6061
  msgid "Show exceptional days option on Add/Edit events page"
6062
  msgstr ""
6063
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
6064
  "la page d'un événement"
6065
 
6066
- #: app/features/mec/single.php:178
6067
  msgid ""
6068
  "Using this option you can exclude certain days from event occurrence dates."
6069
  msgstr ""
6070
  "En utilisant cette option, vous pouvez inclure / exclure certains jours des "
6071
  "dates d'occurrence d'un événement."
6072
 
6073
- #: app/features/mec/single.php:187 app/libraries/main.php:550
6074
  msgid "Additional Organizers"
6075
  msgstr "Organisateur additionnels"
6076
 
6077
- #: app/features/mec/single.php:192
6078
  #, fuzzy
6079
  msgid ""
6080
  "Show additional organizers option on Add/Edit events page and single event "
@@ -6083,15 +6109,15 @@ msgstr ""
6083
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
6084
  "la page d'un événement"
6085
 
6086
- #: app/features/mec/single.php:201
6087
  msgid "Enable Description For Other Organizers."
6088
  msgstr ""
6089
 
6090
- #: app/features/mec/single.php:209
6091
  msgid "Additional locations"
6092
  msgstr "Lieux additionnels"
6093
 
6094
- #: app/features/mec/single.php:213
6095
  msgid ""
6096
  "Show additional locations option on Add/Edit events page and single event "
6097
  "page."
@@ -6099,16 +6125,16 @@ msgstr ""
6099
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
6100
  "la page d'un événement"
6101
 
6102
- #: app/features/mec/single.php:219 app/libraries/main.php:552
6103
- #: app/skins/single.php:161
6104
  msgid "Related Events"
6105
  msgstr "Evénement à la une"
6106
 
6107
- #: app/features/mec/single.php:223
6108
  msgid "Display related events based on taxonomy in single event page."
6109
  msgstr ""
6110
 
6111
- #: app/features/mec/single.php:229
6112
  msgid "Select Taxonomies:"
6113
  msgstr "Taxonomies"
6114
 
@@ -6782,8 +6808,8 @@ msgstr "ex : votre@surnom.com"
6782
  msgid "eg. https://webnus.net"
6783
  msgstr "eg. https://webnus.net"
6784
 
6785
- #: app/features/organizers.php:312 app/libraries/main.php:5450
6786
- #: app/skins/single.php:866
6787
  msgid "Other Organizers"
6788
  msgstr "Autres organisateurs"
6789
 
@@ -6860,7 +6886,7 @@ msgstr ""
6860
 
6861
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
6862
  #: app/modules/booking/steps/form.php:179
6863
- #: app/modules/booking/steps/tickets.php:77 app/skins/countdown/tpl.php:109
6864
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
6865
  msgid "Next"
6866
  msgstr "Prochain"
@@ -6929,7 +6955,7 @@ msgstr "Ajouter un nouveau Shortcode"
6929
  msgid "Please %s/%s in order to see your bookings / profile."
6930
  msgstr "Merco de vous %s/%s pour sélectionner une image associée."
6931
 
6932
- #: app/features/profile/profile.php:18 app/libraries/main.php:2199
6933
  msgid "Your booking already canceled!"
6934
  msgstr "Votre réservation est déjà annulée."
6935
 
@@ -6937,11 +6963,11 @@ msgstr "Votre réservation est déjà annulée."
6937
  msgid "#"
6938
  msgstr ""
6939
 
6940
- #: app/features/profile/profile.php:56 app/libraries/main.php:3225
6941
  msgid "Status"
6942
  msgstr ""
6943
 
6944
- #: app/features/profile/profile.php:59 app/libraries/main.php:2317
6945
  msgid "Attendees"
6946
  msgstr "Participants"
6947
 
@@ -7066,9 +7092,10 @@ msgstr ""
7066
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
7067
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
7068
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
7069
- #: app/modules/next-event/details.php:104 app/skins/single.php:758
7070
- #: app/skins/single/default.php:110 app/skins/single/default.php:341
7071
- #: app/skins/single/m1.php:45 app/skins/single/modern.php:208
 
7072
  #, fuzzy
7073
  #| msgid "Add Day"
7074
  msgid "All Day"
@@ -7142,12 +7169,12 @@ msgstr ""
7142
  msgid "%s Price"
7143
  msgstr ""
7144
 
7145
- #: app/libraries/book.php:626
7146
  msgid "Discount"
7147
  msgstr "Réduction"
7148
 
7149
- #: app/libraries/book.php:716 app/modules/booking/default.php:316
7150
- #: app/modules/booking/default.php:415
7151
  msgid "Download Invoice"
7152
  msgstr ""
7153
 
@@ -7220,17 +7247,17 @@ msgstr ""
7220
  "Barre latérale personnalisée pour les pages d'événement et les pop-ups "
7221
  "modales de M.E.C. ."
7222
 
7223
- #: app/libraries/factory.php:1034
7224
  #, fuzzy
7225
  #| msgid "Update %s"
7226
  msgid "News & Updates"
7227
  msgstr "Mettre à jour %s"
7228
 
7229
- #: app/libraries/factory.php:1047
7230
  msgid "Blog"
7231
  msgstr ""
7232
 
7233
- #: app/libraries/factory.php:1047
7234
  msgid "Help"
7235
  msgstr ""
7236
 
@@ -7238,33 +7265,33 @@ msgstr ""
7238
  msgid "There is no excerpt because this is a protected post."
7239
  msgstr "Il n’y a aucun extrait car ce post est protégé."
7240
 
7241
- #: app/libraries/main.php:332 app/libraries/main.php:1815
7242
- #: app/libraries/main.php:1840
7243
  msgid "Agenda View"
7244
  msgstr "Vue agenda"
7245
 
7246
- #: app/libraries/main.php:333 app/libraries/main.php:1806
7247
- #: app/libraries/main.php:1831
7248
  msgid "Full Calendar"
7249
  msgstr "Calendrier complet"
7250
 
7251
- #: app/libraries/main.php:335 app/libraries/main.php:1808
7252
- #: app/libraries/main.php:1833
7253
  msgid "Calendar/Monthly View"
7254
  msgstr "Calendrier / Mensuel"
7255
 
7256
- #: app/libraries/main.php:338 app/libraries/main.php:1811
7257
- #: app/libraries/main.php:1836
7258
  msgid "Timetable View"
7259
  msgstr ""
7260
 
7261
- #: app/libraries/main.php:339 app/libraries/main.php:1812
7262
- #: app/libraries/main.php:1837
7263
  msgid "Masonry View"
7264
  msgstr ""
7265
 
7266
- #: app/libraries/main.php:340 app/libraries/main.php:1816
7267
- #: app/libraries/main.php:1841
7268
  msgid "Map View"
7269
  msgstr "Vue sur Carte (Map)"
7270
 
@@ -7292,31 +7319,31 @@ msgstr "Vue sur Slider"
7292
  msgid "Timeline View"
7293
  msgstr "Vue chronologique"
7294
 
7295
- #: app/libraries/main.php:385 app/libraries/main.php:5428
7296
  msgid "SU"
7297
  msgstr "DIM."
7298
 
7299
- #: app/libraries/main.php:386 app/libraries/main.php:5429
7300
  msgid "MO"
7301
  msgstr "LUN."
7302
 
7303
- #: app/libraries/main.php:387 app/libraries/main.php:5430
7304
  msgid "TU"
7305
  msgstr "MAR."
7306
 
7307
- #: app/libraries/main.php:388 app/libraries/main.php:5431
7308
  msgid "WE"
7309
  msgstr "MER."
7310
 
7311
- #: app/libraries/main.php:389 app/libraries/main.php:5432
7312
  msgid "TH"
7313
  msgstr "JEU."
7314
 
7315
- #: app/libraries/main.php:390 app/libraries/main.php:5433
7316
  msgid "FR"
7317
  msgstr "VEN."
7318
 
7319
- #: app/libraries/main.php:391 app/libraries/main.php:5434
7320
  msgid "SA"
7321
  msgstr "SAM."
7322
 
@@ -7332,11 +7359,11 @@ msgstr "Lieux additionnels"
7332
  msgid "Modules"
7333
  msgstr "Modules"
7334
 
7335
- #: app/libraries/main.php:871
7336
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7337
  msgstr ""
7338
 
7339
- #: app/libraries/main.php:878
7340
  msgid ""
7341
  "The time has come at last, and the new practical add-ons for MEC have been "
7342
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -7344,384 +7371,384 @@ msgid ""
7344
  "below:"
7345
  msgstr ""
7346
 
7347
- #: app/libraries/main.php:880
7348
  msgid ""
7349
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7350
  "products) and Woo products at the same time."
7351
  msgstr ""
7352
 
7353
- #: app/libraries/main.php:881
7354
  msgid ""
7355
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7356
  "other websites without MEC. Use JSON output features to make your Apps "
7357
  "compatible with MEC."
7358
  msgstr ""
7359
 
7360
- #: app/libraries/main.php:882
7361
  msgid ""
7362
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7363
  "main websites. Changes in the main one will be inherited by the subsites. "
7364
  "you can set these up in the admin panel."
7365
  msgstr ""
7366
 
7367
- #: app/libraries/main.php:883
7368
  msgid ""
7369
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7370
  "pages can contain ticket purchase information, information about registered "
7371
  "events. Users can now log in to purchase tickets."
7372
  msgstr ""
7373
 
7374
- #: app/libraries/main.php:1532
7375
  msgid "Events at this location"
7376
  msgstr "Événements à :"
7377
 
7378
- #: app/libraries/main.php:1532
7379
  msgid "Event at this location"
7380
  msgstr "Événement à :"
7381
 
7382
- #: app/libraries/main.php:1584
7383
  msgid "Facebook"
7384
  msgstr "Facebook"
7385
 
7386
- #: app/libraries/main.php:1585
7387
  msgid "Twitter"
7388
  msgstr "Twitter"
7389
 
7390
- #: app/libraries/main.php:1586 app/libraries/main.php:1643
7391
  msgid "Linkedin"
7392
  msgstr "Linkedin"
7393
 
7394
- #: app/libraries/main.php:1587 app/libraries/main.php:1679
7395
  msgid "VK"
7396
  msgstr ""
7397
 
7398
- #: app/libraries/main.php:1588
7399
  msgid "Tumblr"
7400
  msgstr ""
7401
 
7402
- #: app/libraries/main.php:1589
7403
  msgid "Pinterest"
7404
  msgstr ""
7405
 
7406
- #: app/libraries/main.php:1590
7407
  msgid "Flipboard"
7408
  msgstr ""
7409
 
7410
- #: app/libraries/main.php:1591
7411
  msgid "GetPocket"
7412
  msgstr "GetPocket"
7413
 
7414
- #: app/libraries/main.php:1592
7415
  msgid "Reddit"
7416
  msgstr ""
7417
 
7418
- #: app/libraries/main.php:1593
7419
  msgid "WhatsApp"
7420
  msgstr ""
7421
 
7422
- #: app/libraries/main.php:1594
7423
  msgid "Telegram"
7424
  msgstr ""
7425
 
7426
- #: app/libraries/main.php:1613
7427
  msgid "Share on Facebook"
7428
  msgstr "Partager sur Facebook"
7429
 
7430
- #: app/libraries/main.php:1628
7431
  msgid "Tweet"
7432
  msgstr "Tweeter"
7433
 
7434
- #: app/libraries/main.php:1694
7435
  msgid "Share on Tumblr"
7436
  msgstr "Partager sur Tumblr"
7437
 
7438
- #: app/libraries/main.php:1710
7439
  msgid "Share on Pinterest"
7440
  msgstr ""
7441
 
7442
- #: app/libraries/main.php:1726
7443
  msgid "Share on Flipboard"
7444
  msgstr "Partager sur Flipboard"
7445
 
7446
- #: app/libraries/main.php:1744
7447
  msgid "Share on GetPocket"
7448
  msgstr "Partager sur GetPocket"
7449
 
7450
- #: app/libraries/main.php:1760
7451
  msgid "Share on Reddit"
7452
  msgstr "Partager sur Reddit"
7453
 
7454
- #: app/libraries/main.php:1776
7455
  msgid "Share on Telegram"
7456
  msgstr ""
7457
 
7458
- #: app/libraries/main.php:1794
7459
  msgid "Share on WhatsApp"
7460
  msgstr ""
7461
 
7462
- #: app/libraries/main.php:1817
7463
  msgid "Custom Shortcode"
7464
  msgstr "Shortcode personnalisé"
7465
 
7466
- #: app/libraries/main.php:2179
7467
  msgid "Your booking already verified!"
7468
  msgstr "Votre réservation est déjà vérifiée."
7469
 
7470
- #: app/libraries/main.php:2184
7471
  msgid "Your booking successfully verified."
7472
  msgstr "Votre réservation est vérifiée avec succès."
7473
 
7474
- #: app/libraries/main.php:2185
7475
  msgid "Your booking cannot verify!"
7476
  msgstr "Votre réservation ne peut pas être vérifiée!"
7477
 
7478
- #: app/libraries/main.php:2204
7479
  msgid "Your booking successfully canceled."
7480
  msgstr "Votre réservation est annulée."
7481
 
7482
- #: app/libraries/main.php:2205
7483
  msgid "Your booking cannot be canceled."
7484
  msgstr "Votre réservation ne peut être annulée."
7485
 
7486
- #: app/libraries/main.php:2209
7487
  msgid "You canceled the payment successfully."
7488
  msgstr "Vous avez annulé le paiement avec succès."
7489
 
7490
- #: app/libraries/main.php:2213
7491
  msgid "You returned from payment gateway successfully."
7492
  msgstr "Votre paiement à bien été validé."
7493
 
7494
- #: app/libraries/main.php:2229
7495
  msgid "Cannot find the invoice!"
7496
  msgstr ""
7497
 
7498
- #: app/libraries/main.php:2229
7499
  #, fuzzy
7500
  #| msgid "Security nonce is invalid."
7501
  msgid "Invoice is invalid."
7502
  msgstr "Le code de sécurité de la carte n'est pas correct."
7503
 
7504
- #: app/libraries/main.php:2249
7505
  msgid ""
7506
  "Your booking still is not confirmed. You can download it after confirmation!"
7507
  msgstr ""
7508
 
7509
- #: app/libraries/main.php:2249
7510
  msgid "Booking Not Confirmed."
7511
  msgstr "Réservation non confirmée."
7512
 
7513
- #: app/libraries/main.php:2255
7514
  msgid "Cannot find the booking!"
7515
  msgstr ""
7516
 
7517
- #: app/libraries/main.php:2255
7518
  msgid "Booking is invalid."
7519
  msgstr ""
7520
 
7521
- #: app/libraries/main.php:2287
7522
  #, php-format
7523
  msgid "%s Invoice"
7524
  msgstr ""
7525
 
7526
- #: app/libraries/main.php:2363
7527
  msgid "Billing"
7528
  msgstr ""
7529
 
7530
- #: app/libraries/main.php:2375
7531
  #, fuzzy
7532
  #| msgid "Coupon"
7533
  msgid "Coupon Code"
7534
  msgstr "Coupon"
7535
 
7536
- #: app/libraries/main.php:2380
7537
  msgid "Total"
7538
  msgstr ""
7539
 
7540
- #: app/libraries/main.php:2387
7541
  msgid "Payment"
7542
  msgstr "Paiement"
7543
 
7544
- #: app/libraries/main.php:2391
7545
  msgid "Gateway"
7546
  msgstr "Passerelle"
7547
 
7548
- #: app/libraries/main.php:2404
7549
  msgid "Payment Time"
7550
  msgstr "Date de Paiement"
7551
 
7552
- #: app/libraries/main.php:2465
7553
  msgid "Request is not valid."
7554
  msgstr "Requête invalide !"
7555
 
7556
- #: app/libraries/main.php:2465
7557
  msgid "iCal export stopped!"
7558
  msgstr "Export vers iCal arrêté !"
7559
 
7560
- #: app/libraries/main.php:2809 app/libraries/main.php:2839
7561
- #: app/libraries/main.php:2868 app/libraries/main.php:2898
7562
- #: app/libraries/main.php:2927 app/libraries/main.php:2956
7563
- #: app/libraries/main.php:2985 app/libraries/main.php:3014
7564
- #: app/libraries/main.php:3043 app/libraries/main.php:3067
7565
- #: app/libraries/main.php:3111 app/libraries/main.php:3155
7566
- #: app/libraries/main.php:3202 app/libraries/main.php:3249
7567
  msgid "Sort"
7568
  msgstr "Trier"
7569
 
7570
- #: app/libraries/main.php:2815 app/libraries/main.php:2845
7571
- #: app/libraries/main.php:2874 app/libraries/main.php:2904
7572
- #: app/libraries/main.php:2933 app/libraries/main.php:2962
7573
- #: app/libraries/main.php:2991 app/libraries/main.php:3020
7574
- #: app/libraries/main.php:3073 app/libraries/main.php:3117
7575
- #: app/libraries/main.php:3161 app/libraries/main.php:3208
7576
  msgid "Required Field"
7577
  msgstr "Champ obligatoire"
7578
 
7579
- #: app/libraries/main.php:2821 app/libraries/main.php:2851
7580
- #: app/libraries/main.php:2880 app/libraries/main.php:2910
7581
- #: app/libraries/main.php:2939 app/libraries/main.php:2968
7582
- #: app/libraries/main.php:2997 app/libraries/main.php:3026
7583
- #: app/libraries/main.php:3079 app/libraries/main.php:3123
7584
- #: app/libraries/main.php:3167 app/libraries/main.php:3214
7585
  msgid "Insert a label for this field"
7586
  msgstr "Insérez une label pour ce champ"
7587
 
7588
- #: app/libraries/main.php:3049
7589
  msgid "HTML and shortcode are allowed."
7590
  msgstr "HTML et shortcode sont autorisés."
7591
 
7592
- #: app/libraries/main.php:3092 app/libraries/main.php:3136
7593
- #: app/libraries/main.php:3180
7594
  msgid "Option"
7595
  msgstr "Option"
7596
 
7597
- #: app/libraries/main.php:3214
7598
  #, php-format
7599
  msgid "Instead of %s, the page title with a link will be show."
7600
  msgstr ""
7601
 
7602
- #: app/libraries/main.php:3216
7603
  msgid "Agreement Page"
7604
  msgstr ""
7605
 
7606
- #: app/libraries/main.php:3227
7607
  msgid "Checked by default"
7608
  msgstr ""
7609
 
7610
- #: app/libraries/main.php:3228
7611
  msgid "Unchecked by default"
7612
  msgstr ""
7613
 
7614
- #: app/libraries/main.php:3251
7615
  msgid "Insert a label for this option"
7616
  msgstr "Insérez une étiquette pour cette option"
7617
 
7618
- #: app/libraries/main.php:3266
7619
  msgid "Free"
7620
  msgstr "Gratuite"
7621
 
7622
- #: app/libraries/main.php:3872 app/libraries/main.php:5676
7623
  msgid "M.E. Calender"
7624
  msgstr "M.E Calendrier"
7625
 
7626
- #: app/libraries/main.php:4027
7627
  #, php-format
7628
  msgid "Copy of %s"
7629
  msgstr "Copie de %s"
7630
 
7631
- #: app/libraries/main.php:4793
7632
  msgid "Booked an event."
7633
  msgstr "Réserver un événement"
7634
 
7635
- #: app/libraries/main.php:4834
7636
  #, php-format
7637
  msgid "%s booked %s event."
7638
  msgstr "%s réservé %s événement"
7639
 
7640
- #: app/libraries/main.php:5411
7641
  msgid "Taxonomies"
7642
  msgstr "Taxonomies"
7643
 
7644
- #: app/libraries/main.php:5413
7645
  msgid "Category Plural Label"
7646
  msgstr "Catégorie au pluriel"
7647
 
7648
- #: app/libraries/main.php:5414
7649
  msgid "Category Singular Label"
7650
  msgstr "Catégorie au singulier"
7651
 
7652
- #: app/libraries/main.php:5415
7653
  msgid "Label Plural Label"
7654
  msgstr "Étiquettes au pluriel"
7655
 
7656
- #: app/libraries/main.php:5416
7657
  msgid "Label Singular Label"
7658
  msgstr "Étiquettes au singulier"
7659
 
7660
- #: app/libraries/main.php:5416
7661
  msgid "label"
7662
  msgstr "texte"
7663
 
7664
- #: app/libraries/main.php:5417
7665
  msgid "Location Plural Label"
7666
  msgstr "Lieu au pluriel"
7667
 
7668
- #: app/libraries/main.php:5418
7669
  msgid "Location Singular Label"
7670
  msgstr "Lieu au singulier"
7671
 
7672
- #: app/libraries/main.php:5419
7673
  msgid "Organizer Plural Label"
7674
  msgstr "Organisateur au pluriel"
7675
 
7676
- #: app/libraries/main.php:5420
7677
  msgid "Organizer Singular Label"
7678
  msgstr "Organisateur au singulier"
7679
 
7680
- #: app/libraries/main.php:5421
7681
  msgid "Speaker Plural Label"
7682
  msgstr "Étiquettes au pluriel"
7683
 
7684
- #: app/libraries/main.php:5422
7685
  msgid "Speaker Singular Label"
7686
  msgstr "Étiquettes au singulier"
7687
 
7688
- #: app/libraries/main.php:5428
7689
  msgid "Sunday abbreviation"
7690
  msgstr "Abréviation de Dimanche"
7691
 
7692
- #: app/libraries/main.php:5429
7693
  msgid "Monday abbreviation"
7694
  msgstr "Abréviation de Lundi"
7695
 
7696
- #: app/libraries/main.php:5430
7697
  msgid "Tuesday abbreviation"
7698
  msgstr "Abréviation de Mardi"
7699
 
7700
- #: app/libraries/main.php:5431
7701
  msgid "Wednesday abbreviation"
7702
  msgstr "Abréviation de Mercredi"
7703
 
7704
- #: app/libraries/main.php:5432
7705
  msgid "Thursday abbreviation"
7706
  msgstr "Abréviation de Jeudi"
7707
 
7708
- #: app/libraries/main.php:5433
7709
  msgid "Friday abbreviation"
7710
  msgstr "Abréviation de Vendredi"
7711
 
7712
- #: app/libraries/main.php:5434
7713
  msgid "Saturday abbreviation"
7714
  msgstr "Abréviation de Samedi"
7715
 
7716
- #: app/libraries/main.php:5438
7717
  msgid "Others"
7718
  msgstr "Autres"
7719
 
7720
- #: app/libraries/main.php:5440
7721
  msgid "Booking Success Message"
7722
  msgstr "Message de succès de réservation"
7723
 
7724
- #: app/libraries/main.php:5440
7725
  #, fuzzy
7726
  #| msgid ""
7727
  #| "Thanks for your booking. Your tickets booked, booking verification might "
@@ -7733,116 +7760,117 @@ msgstr ""
7733
  "Merci pour votre réservation. Vos billets sont réservés, cependant une "
7734
  "vérification peut être nécessaires, contrôlez votre boite mail."
7735
 
7736
- #: app/libraries/main.php:5441 app/widgets/single.php:131
7737
  msgid "Register Button"
7738
  msgstr "Boutons d'inscription"
7739
 
7740
- #: app/libraries/main.php:5441 app/skins/available_spot/tpl.php:189
7741
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
7742
- #: app/skins/grid/render.php:84 app/skins/grid/render.php:139
7743
- #: app/skins/grid/render.php:189 app/skins/grid/render.php:209
7744
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
7745
- #: app/skins/masonry/render.php:150 app/skins/single.php:779
7746
- #: app/skins/single.php:782 app/skins/single/default.php:270
7747
- #: app/skins/single/default.php:272 app/skins/single/default.php:501
7748
- #: app/skins/single/default.php:503 app/skins/single/m1.php:142
7749
- #: app/skins/single/m1.php:144 app/skins/single/m2.php:67
7750
- #: app/skins/single/m2.php:69 app/skins/single/modern.php:78
7751
- #: app/skins/single/modern.php:80 app/skins/slider/render.php:71
7752
- #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
7753
- #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
 
7754
  msgid "REGISTER"
7755
  msgstr "S'INSCRIRE"
7756
 
7757
- #: app/libraries/main.php:5442
7758
  msgid "View Detail Button"
7759
  msgstr "Afficher le boutons de détail"
7760
 
7761
- #: app/libraries/main.php:5442 app/skins/carousel/render.php:109
7762
- #: app/skins/carousel/render.php:148 app/skins/grid/render.php:84
7763
- #: app/skins/grid/render.php:139 app/skins/grid/render.php:189
7764
- #: app/skins/grid/render.php:209 app/skins/list/render.php:67
7765
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
7766
- #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
7767
- #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
7768
- #: app/skins/slider/render.php:173
7769
  msgid "View Detail"
7770
  msgstr "En savoir plus"
7771
 
7772
- #: app/libraries/main.php:5443
7773
  msgid "Event Detail Button"
7774
  msgstr "Bouton de détail de l'événement"
7775
 
7776
- #: app/libraries/main.php:5443 app/skins/countdown/tpl.php:213
7777
  msgid "Event Detail"
7778
  msgstr "Détails"
7779
 
7780
- #: app/libraries/main.php:5445
7781
  msgid "More Info Link"
7782
  msgstr "Plus de lien d'info"
7783
 
7784
- #: app/libraries/main.php:5448
7785
  msgid "Ticket (Singular)"
7786
  msgstr ""
7787
 
7788
- #: app/libraries/main.php:5449
7789
  msgid "Tickets (Plural)"
7790
  msgstr ""
7791
 
7792
- #: app/libraries/main.php:5535
7793
  msgid "EventON"
7794
  msgstr ""
7795
 
7796
- #: app/libraries/main.php:5536
7797
  msgid "The Events Calendar"
7798
  msgstr ""
7799
 
7800
- #: app/libraries/main.php:5537
7801
  msgid "Events Schedule WP Plugin"
7802
  msgstr ""
7803
 
7804
- #: app/libraries/main.php:5538
7805
  msgid "Calendarize It"
7806
  msgstr ""
7807
 
7808
- #: app/libraries/main.php:5539
7809
  msgid "Event Espresso"
7810
  msgstr "Labels d'événement"
7811
 
7812
- #: app/libraries/main.php:5540
7813
  msgid "Events Manager (Recurring)"
7814
  msgstr "Événement récurrent"
7815
 
7816
- #: app/libraries/main.php:5541
7817
  msgid "Events Manager (Single)"
7818
  msgstr "Modern Events Calendar"
7819
 
7820
- #: app/libraries/main.php:5613 app/libraries/main.php:5633
7821
  msgid "Confirmed"
7822
  msgstr "Confirmé"
7823
 
7824
- #: app/libraries/main.php:5614 app/libraries/main.php:5641
7825
  msgid "Rejected"
7826
  msgstr "Rejeté"
7827
 
7828
- #: app/libraries/main.php:5615 app/libraries/main.php:5637
7829
  msgid "Pending"
7830
  msgstr "En attente"
7831
 
7832
- #: app/libraries/main.php:5663
7833
  msgid "Waiting"
7834
  msgstr "En attente"
7835
 
7836
- #: app/libraries/main.php:5868 app/libraries/render.php:80
7837
  #: app/libraries/render.php:432
7838
  msgid "Skin controller does not exist."
7839
  msgstr "Le contrôleur de Skin n'existe pas."
7840
 
7841
- #: app/libraries/main.php:6049
7842
  msgid "Sold Out"
7843
  msgstr "Épuisé!"
7844
 
7845
- #: app/libraries/main.php:6057
7846
  msgid "Last Few Tickets"
7847
  msgstr "Bientôt complet"
7848
 
@@ -7895,7 +7923,7 @@ msgstr "Oui"
7895
  msgid "No"
7896
  msgstr "Non"
7897
 
7898
- #: app/libraries/skins.php:1037
7899
  msgid "Select"
7900
  msgstr "Tout sélectionner"
7901
 
@@ -7946,21 +7974,21 @@ msgstr "Utiliser ces données pour tous les inscrits."
7946
  msgid "Thanks for your booking."
7947
  msgstr "Merci pour votre réservation."
7948
 
7949
- #: app/modules/booking/steps/tickets.php:21
7950
  msgid "Book Event"
7951
  msgstr "Réservez pour cet événement"
7952
 
7953
- #: app/modules/booking/steps/tickets.php:43
7954
  #, php-format
7955
  msgid "Available %s: <span>%s</span>"
7956
  msgstr "%s disponibles: <span>%s</span>"
7957
 
7958
- #: app/modules/booking/steps/tickets.php:47
7959
  #, php-format
7960
  msgid "The %s ticket sales has stopped!"
7961
  msgstr ""
7962
 
7963
- #: app/modules/booking/steps/tickets.php:48
7964
  #, php-format
7965
  msgid "The %s ticket is sold out. You can try another ticket or another date."
7966
  msgstr ""
@@ -7975,15 +8003,15 @@ msgstr "L'événement est terminé."
7975
  msgid "The event is ongoing."
7976
  msgstr "L'événement est en cours."
7977
 
7978
- #: app/modules/googlemap/details.php:124
7979
  msgid "Address from ..."
7980
  msgstr "Entrez votre adresse ..."
7981
 
7982
- #: app/modules/googlemap/details.php:128
7983
  msgid "Get Directions"
7984
  msgstr ""
7985
 
7986
- #: app/modules/links/details.php:17 app/skins/single.php:468
7987
  msgid "Share this event"
7988
  msgstr "Partagez cet événement"
7989
 
@@ -8038,7 +8066,7 @@ msgstr "Prochain déroulement"
8038
  msgid "Go to occurrence page"
8039
  msgstr "Aller à la Page"
8040
 
8041
- #: app/modules/next-event/details.php:98 app/skins/single.php:752
8042
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
8043
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
8044
  msgid "Time"
@@ -8172,24 +8200,24 @@ msgstr "Événements pour %s"
8172
  msgid "No Events"
8173
  msgstr "Aucun événement"
8174
 
8175
- #: app/skins/single.php:209
8176
  msgid "Home"
8177
  msgstr ""
8178
 
8179
- #: app/skins/single.php:551 app/skins/single/default.php:53
8180
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
8181
  #: app/skins/single/modern.php:281
8182
  msgid "Sold out!"
8183
  msgstr "Épuisé !"
8184
 
8185
- #: app/skins/single.php:826 app/skins/single.php:881
8186
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
8187
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
8188
  #: app/skins/single/modern.php:46
8189
  msgid "Phone"
8190
  msgstr "Téléphone"
8191
 
8192
- #: app/skins/single.php:840 app/skins/single.php:895
8193
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
8194
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
8195
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
@@ -8198,7 +8226,7 @@ msgstr "Téléphone"
8198
  msgid "Website"
8199
  msgstr "Site Web"
8200
 
8201
- #: app/skins/single.php:971
8202
  msgid "Speakers:"
8203
  msgstr "Orateurs:"
8204
 
@@ -8295,13 +8323,18 @@ msgid "An awesome plugin for events calendar"
8295
  msgstr "Une impressionnante extension pour events calendar"
8296
 
8297
  #. Author of the plugin/theme
8298
- msgid "Webnus Team"
8299
- msgstr "L'équipe Webmus"
 
 
8300
 
8301
  #. Author URI of the plugin/theme
8302
  msgid "http://webnus.net"
8303
  msgstr ""
8304
 
 
 
 
8305
  #~ msgid "Input your desired shortcode_id here."
8306
  #~ msgstr "Insérez les étiquettes souhaitées séparés par des virgules."
8307
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2020-04-28 17:17+0430\n"
5
+ "PO-Revision-Date: 2020-04-28 17:18+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
22
 
23
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
24
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
25
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:945
26
+ #: app/libraries/factory.php:964 app/widgets/MEC.php:33
27
  msgid "Modern Events Calendar"
28
  msgstr "Modern Events Calendar"
29
 
81
  msgid "Settings"
82
  msgstr "Paramètres"
83
 
84
+ #: app/features/contextual.php:62 app/features/events.php:1549
85
+ #: app/features/events.php:2502 app/features/mec/booking.php:448
86
+ #: app/features/mec/support.php:29 app/libraries/main.php:560
87
  msgid "Booking Form"
88
  msgstr "Formulaire de réservation"
89
 
201
  msgid "Google Recaptcha Options"
202
  msgstr "Options de Google reCAPTCHA"
203
 
204
+ #: app/features/contextual.php:258 app/features/mec/single.php:150
205
  #: app/libraries/main.php:548
206
  msgid "Countdown Options"
207
  msgstr "Options du Compte à Rebours"
300
  msgid "No events found in Trash!"
301
  msgstr "Aucun événement trouvé dans la corbeille !"
302
 
303
+ #: app/features/events.php:183 app/features/events.php:3373
304
  #: app/features/mec/meta_boxes/display_options.php:1385
305
  #: app/features/mec/meta_boxes/search_form.php:31
306
  #: app/features/mec/meta_boxes/search_form.php:101
313
  #: app/features/mec/meta_boxes/search_form.php:584
314
  #: app/features/mec/meta_boxes/search_form.php:654
315
  #: app/features/mec/meta_boxes/search_form.php:760
316
+ #: app/features/mec/settings.php:839 app/features/mec/single.php:233
317
+ #: app/features/search.php:68 app/libraries/main.php:5424
318
+ #: app/libraries/skins.php:892 app/skins/single.php:774
319
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
320
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
321
  #: app/skins/single/modern.php:128
322
  msgid "Category"
323
  msgstr "Catégorie"
324
 
325
+ #: app/features/events.php:184 app/features/events.php:3328
326
  #: app/features/fes/form.php:767 app/features/mec.php:412
327
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5423
328
  msgid "Categories"
329
  msgstr "Catégories"
330
 
409
  msgstr "Événement récurrent"
410
 
411
  #: app/features/events.php:334 app/features/events.php:1294
412
+ #: app/features/mec/settings.php:743 app/skins/single.php:1159
413
  msgid "Hourly Schedule"
414
  msgstr "Programme"
415
 
421
  msgid "Links"
422
  msgstr "Lien"
423
 
424
+ #: app/features/events.php:337 app/features/events.php:3375
425
+ #: app/features/events.php:3566 app/features/events.php:3608
426
  #: app/features/ix.php:3508 app/features/ix.php:3549
427
  #: app/features/mec/meta_boxes/display_options.php:1388
428
  #: app/features/mec/meta_boxes/search_form.php:46
436
  #: app/features/mec/meta_boxes/search_form.php:599
437
  #: app/features/mec/meta_boxes/search_form.php:669
438
  #: app/features/mec/meta_boxes/search_form.php:775
439
+ #: app/features/mec/settings.php:851 app/features/mec/single.php:237
440
  #: app/features/organizers.php:58 app/features/organizers.php:204
441
  #: app/features/organizers.php:260 app/features/organizers.php:262
442
  #: app/features/organizers.php:271 app/features/popup/event.php:293
443
  #: app/features/popup/event.php:302 app/features/search.php:80
444
+ #: app/libraries/main.php:5430 app/libraries/skins.php:944
445
+ #: app/skins/single.php:1018 app/skins/single/default.php:227
446
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
447
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
448
  msgid "Organizer"
449
  msgstr "Organisateur"
450
 
451
  #: app/features/events.php:338 app/features/events.php:1171
452
+ #: app/features/fes/form.php:740 app/libraries/main.php:5457
453
+ #: app/skins/single.php:797 app/skins/single/default.php:128
454
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
455
  #: app/skins/single/modern.php:223
456
  msgid "Cost"
470
  msgid "Guest Data"
471
  msgstr "Coordonnées de l'Invité"
472
 
473
+ #: app/features/events.php:471 app/features/events.php:2484
474
+ #: app/features/events.php:3899 app/features/fes.php:223
475
  #: app/features/fes/form.php:699 app/features/labels.php:178
476
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
477
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
479
  msgid "Name"
480
  msgstr "Nom"
481
 
482
+ #: app/features/events.php:472 app/features/events.php:2495
483
+ #: app/features/events.php:2571 app/features/events.php:3902
484
  #: app/features/fes.php:223 app/features/fes/form.php:695
485
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
486
  #: app/features/organizers.php:111 app/features/organizers.php:152
487
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
488
+ #: app/features/speakers.php:196 app/libraries/main.php:1596
489
+ #: app/libraries/main.php:1665 app/libraries/main.php:2900
490
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
491
+ #: app/modules/booking/steps/form.php:83 app/skins/single.php:1035
492
+ #: app/skins/single.php:1090 app/skins/single/default.php:244
493
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
494
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
495
  msgid "Email"
500
  msgstr "Date et heure"
501
 
502
  #: app/features/events.php:483 app/features/events.php:489
503
+ #: app/features/events.php:3376 app/features/events.php:3566
504
+ #: app/features/events.php:3608 app/features/fes/form.php:250
505
  #: app/features/fes/form.php:254 app/features/ix.php:3508
506
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
507
  #: app/features/mec/dashboard.php:405
525
  msgstr "Date de début"
526
 
527
  #: app/features/events.php:561 app/features/events.php:653
528
+ #: app/features/events.php:1757 app/features/events.php:1816
529
+ #: app/features/events.php:2009 app/features/events.php:2048
530
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
531
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
532
  msgid "AM"
533
  msgstr "du matin"
534
 
535
  #: app/features/events.php:568 app/features/events.php:660
536
+ #: app/features/events.php:1764 app/features/events.php:1823
537
+ #: app/features/events.php:2010 app/features/events.php:2049
538
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
539
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
540
  msgid "PM"
541
  msgstr "de l'après midi"
542
 
543
  #: app/features/events.php:575 app/features/events.php:580
544
+ #: app/features/events.php:3377 app/features/events.php:3566
545
+ #: app/features/events.php:3608 app/features/fes/form.php:290
546
  #: app/features/fes/form.php:294 app/features/ix.php:3508
547
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
548
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
586
  #: app/features/events.php:707 app/features/events.php:828
587
  #: app/features/events.php:1134 app/features/events.php:1211
588
  #: app/features/events.php:1519 app/features/events.php:1609
589
+ #: app/features/events.php:1844 app/features/events.php:1859
590
+ #: app/features/events.php:2068 app/features/events.php:2081
591
+ #: app/features/events.php:2232 app/features/events.php:2268
592
+ #: app/features/events.php:2366 app/features/events.php:2381
593
+ #: app/features/events.php:2411 app/features/events.php:2424
594
  #: app/features/fes/form.php:651 app/features/locations.php:316
595
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
596
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
651
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
652
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
653
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
654
+ #: app/features/mec/single.php:58 app/features/mec/single.php:78
655
+ #: app/features/mec/single.php:95 app/features/mec/single.php:111
656
+ #: app/features/mec/single.php:126 app/features/mec/single.php:179
657
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
658
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
659
  #: app/features/organizers.php:272 app/features/popup/event.php:256
660
+ #: app/features/popup/event.php:303 app/skins/single.php:881
661
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
662
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
663
  #: app/skins/single/modern.php:151
735
  msgid "Week Days"
736
  msgstr "Jours de la semaine"
737
 
738
+ #: app/features/events.php:818 app/features/events.php:1928
739
+ #: app/features/events.php:1956 app/features/events.php:2136
740
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
741
  #: app/features/ix/import_g_calendar.php:51
742
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
743
  msgid "Start"
744
  msgstr "Démarrer"
745
 
746
+ #: app/features/events.php:820 app/features/events.php:1932
747
+ #: app/features/events.php:1960 app/features/events.php:2140
748
  #: app/features/fes/form.php:381
749
  msgid "End"
750
  msgstr "FIn"
751
 
752
  #: app/features/events.php:822 app/features/events.php:1205
753
  #: app/features/events.php:1325 app/features/events.php:1430
754
+ #: app/features/events.php:1911 app/features/events.php:2125
755
+ #: app/features/events.php:2205 app/features/events.php:2338
756
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
757
  msgid "Add"
758
  msgstr "Ajouter"
830
  msgid "Show only one occurrence of this event"
831
  msgstr "Afficher uniquement une occurence pour cet événement"
832
 
833
+ #: app/features/events.php:1167 app/features/events.php:3566
834
+ #: app/features/events.php:3608 app/features/fes/form.php:737
835
  #: app/features/ix.php:3508 app/features/ix.php:3549
836
+ #: app/features/mec/settings.php:689 app/libraries/main.php:5456
837
  #: app/widgets/single.php:103
838
  msgid "Event Cost"
839
  msgstr "Tarif de l'événement"
846
  msgid "Exclude certain days"
847
  msgstr "Exclure certains jours"
848
 
849
+ #: app/features/events.php:1203 app/features/events.php:2572
850
  #: app/features/fes.php:223 app/features/mec/booking.php:500
851
+ #: app/features/profile/profile.php:53 app/libraries/main.php:2303
852
+ #: app/libraries/main.php:2958 app/modules/booking/steps/tickets.php:28
853
+ #: app/modules/next-event/details.php:93 app/skins/single.php:855
854
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
855
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
856
  msgid "Date"
886
 
887
  #: app/features/events.php:1310 app/features/events.php:1349
888
  #: app/features/events.php:1384 app/features/events.php:1416
889
+ #: app/features/events.php:1445 app/features/events.php:2353
890
+ #: app/features/events.php:2400 app/features/events.php:3372
891
+ #: app/features/events.php:3566 app/features/events.php:3608
892
  #: app/features/fes/form.php:239 app/features/ix.php:3508
893
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
894
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
897
 
898
  #: app/features/events.php:1319 app/features/events.php:1356
899
  #: app/features/events.php:1389 app/features/events.php:1424
900
+ #: app/features/events.php:1450 app/features/events.php:1942
901
+ #: app/features/events.php:1968 app/features/events.php:2146
902
+ #: app/features/events.php:2245 app/features/events.php:2281
903
+ #: app/features/events.php:2388 app/features/events.php:2430
904
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
905
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
906
+ #: app/libraries/main.php:2819 app/libraries/main.php:2849
907
+ #: app/libraries/main.php:2878 app/libraries/main.php:2908
908
+ #: app/libraries/main.php:2937 app/libraries/main.php:2966
909
+ #: app/libraries/main.php:2995 app/libraries/main.php:3024
910
+ #: app/libraries/main.php:3046 app/libraries/main.php:3077
911
+ #: app/libraries/main.php:3121 app/libraries/main.php:3165
912
+ #: app/libraries/main.php:3212 app/libraries/main.php:3251
913
  msgid "Remove"
914
  msgstr "Supprimer"
915
 
928
  msgstr "Ex : 8:45"
929
 
930
  #: app/features/events.php:1353 app/features/events.php:1387
931
+ #: app/features/events.php:1448 app/features/events.php:1832
932
+ #: app/features/events.php:2057
933
  msgid "Description"
934
  msgstr "Description"
935
 
937
  #: app/features/events.php:1453 app/features/fes/form.php:861
938
  #: app/features/mec.php:420 app/features/mec/modules.php:52
939
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
940
+ #: app/libraries/main.php:565 app/libraries/main.php:5431
941
  #: app/modules/speakers/details.php:18
942
  msgid "Speakers"
943
  msgstr "Orateurs"
952
  msgstr "Liens de l'évenements"
953
 
954
  #: app/features/events.php:1487 app/features/events.php:1493
955
+ #: app/features/fes/form.php:716 app/libraries/main.php:5454
956
  msgid "Event Link"
957
  msgstr "Lien de l'événement"
958
 
977
  msgstr ""
978
 
979
  #: app/features/events.php:1503 app/features/events.php:1516
980
+ #: app/features/fes/form.php:721 app/libraries/main.php:5455
981
+ #: app/skins/single.php:880 app/skins/single/default.php:142
982
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
983
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
984
  #: app/widgets/single.php:107
1003
  "Insert full link including http(s)://"
1004
  msgstr "Lien Optionnel. Affiché sur la page de Détails"
1005
 
1006
+ #: app/features/events.php:1540 app/features/mec/settings.php:749
1007
+ msgid "Booking Options"
1008
+ msgstr "Options de Réservation"
1009
+
1010
+ #: app/features/events.php:1541
1011
+ #, fuzzy
1012
+ #| msgid "Total user booking limits"
1013
+ msgid "Total User Booking Limits"
1014
+ msgstr "Nombre limite de réservation"
1015
+
1016
+ #: app/features/events.php:1542 app/features/events.php:1684
1017
+ #: app/libraries/book.php:60 app/libraries/main.php:5459
1018
+ #: app/modules/booking/steps/tickets.php:51
1019
+ msgid "Tickets"
1020
+ msgstr "Billets"
1021
+
1022
+ #: app/features/events.php:1544 app/features/events.php:2182
1023
+ msgid "Fees"
1024
+ msgstr "Frais"
1025
+
1026
+ #: app/features/events.php:1547 app/features/events.php:2314
1027
+ #: app/features/mec/settings.php:761
1028
+ msgid "Ticket Variations / Options"
1029
+ msgstr "Variations de tickets / options"
1030
+
1031
+ #: app/features/events.php:1551 app/features/mec/booking.php:585
1032
+ #: app/features/mec/support-page.php:118
1033
+ msgid "Organizer Payment"
1034
+ msgstr "Paiement de l’organisateur"
1035
+
1036
+ #: app/features/events.php:1591 app/features/events.php:1605
1037
  #, fuzzy
1038
  #| msgid "Total booking limits"
1039
  msgid "Total booking limit"
1040
  msgstr "Nombre limite de réservation"
1041
 
1042
+ #: app/features/events.php:1602 app/features/events.php:1880
1043
+ #: app/features/events.php:2095 app/modules/booking/default.php:85
1044
+ #: app/modules/booking/steps/tickets.php:51
1045
  #: app/skins/available_spot/tpl.php:122
1046
  msgid "Unlimited"
1047
  msgstr "Illimité"
1062
  msgid "100"
1063
  msgstr "100"
1064
 
1065
+ #: app/features/events.php:1620 app/features/events.php:1634
1066
+ #, fuzzy
1067
+ #| msgid "Next Occurrence"
1068
+ msgid "Book All Occurrences"
1069
+ msgstr "Prochain déroulement"
1070
+
1071
+ #: app/features/events.php:1631
1072
+ msgid "Sell all occurrences by one booking"
1073
+ msgstr ""
1074
+
1075
+ #: app/features/events.php:1637
1076
+ msgid ""
1077
+ "If you have a series of events and you want to sell all of them at once, "
1078
+ "this option is for you! For example a weekly yoga course or something "
1079
+ "similar."
1080
+ msgstr ""
1081
+
1082
+ #: app/features/events.php:1647
1083
  msgid "Total user booking limits"
1084
  msgstr "Nombre limite de réservation"
1085
 
1086
+ #: app/features/events.php:1658 app/features/events.php:2194
1087
+ #: app/features/events.php:2326 app/features/events.php:2514
1088
  msgid "Inherit from global options"
1089
  msgstr "Hériter des options globales"
1090
 
1091
+ #: app/features/events.php:1661
1092
  msgid "12"
1093
  msgstr ""
1094
 
1095
+ #: app/features/events.php:1687
 
 
 
 
 
1096
  msgid ""
1097
  "You're translating an event so MEC will use the original event for tickets "
1098
  "and booking. You can only translate the ticket name and description. Please "
1099
  "define exact tickets that you defined in the original event here."
1100
  msgstr ""
1101
 
1102
+ #: app/features/events.php:1692
1103
  msgid "Add Ticket"
1104
  msgstr "Ajouter un ticket"
1105
 
1106
+ #: app/features/events.php:1706 app/features/events.php:1982
1107
  msgid "Ticket Name"
1108
  msgstr "Nom du billet"
1109
 
1110
+ #: app/features/events.php:1711 app/features/events.php:1986
1111
+ #: app/features/events.php:3566 app/features/events.php:3608
1112
  #: app/features/ix.php:3508 app/features/ix.php:3549
1113
  msgid "Start Time"
1114
  msgstr "Début"
1115
 
1116
+ #: app/features/events.php:1770 app/features/events.php:2016
1117
+ #: app/features/events.php:3566 app/features/events.php:3608
1118
  #: app/features/ix.php:3508 app/features/ix.php:3549
1119
  msgid "End Time"
1120
  msgstr "Fin"
1121
 
1122
+ #: app/features/events.php:1837 app/features/events.php:1841
1123
+ #: app/features/events.php:1936 app/features/events.php:1963
1124
+ #: app/features/events.php:2062 app/features/events.php:2065
1125
+ #: app/features/events.php:2142 app/features/events.php:2359
1126
+ #: app/features/events.php:2363 app/features/events.php:2405
1127
+ #: app/features/events.php:2408 app/features/mec/booking.php:388
1128
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1129
  #: app/features/mec/booking.php:423
1130
  msgid "Price"
1131
  msgstr "Tarif"
1132
 
1133
+ #: app/features/events.php:1842 app/features/events.php:2066
1134
  #, fuzzy
1135
  #| msgid "Insert 0 for free ticket. Only numbers please."
1136
  msgid ""
1138
  "any symbols or characters."
1139
  msgstr "0 = Participation Gratuite. Seulement un numéro SVP."
1140
 
1141
+ #: app/features/events.php:1851 app/features/events.php:1856
1142
+ #: app/features/events.php:2075 app/features/events.php:2078
1143
  msgid "Price Label"
1144
  msgstr "Libellé du prix"
1145
 
1146
+ #: app/features/events.php:1857 app/features/events.php:2079
1147
  msgid "For showing on website. e.g. $15"
1148
  msgstr "Pour affichage sur le site Web. Par exemple 15 €"
1149
 
1150
+ #: app/features/events.php:1867 app/features/events.php:2089
1151
  msgid "Available Tickets"
1152
  msgstr "Ticket disponibles"
1153
 
1154
+ #: app/features/events.php:1884 app/features/events.php:2099
1155
  msgid "Minimum Ticket e.g. 3"
1156
  msgstr "Nombre de ticket minimum (ex 3)"
1157
 
1158
+ #: app/features/events.php:1887 app/features/events.php:2102
1159
  msgid "MinimumTicket"
1160
  msgstr ""
1161
 
1162
+ #: app/features/events.php:1889 app/features/events.php:2104
1163
  msgid "Set a number for the minimum ticket reservation possible"
1164
  msgstr ""
1165
 
1166
+ #: app/features/events.php:1897 app/features/events.php:2112
1167
  msgid "e.g. 0"
1168
  msgstr ""
1169
 
1170
+ #: app/features/events.php:1899 app/features/events.php:2114
1171
  msgid "Day"
1172
  msgstr "Jour"
1173
 
1174
+ #: app/features/events.php:1900 app/features/events.php:2115
1175
  msgid "Hour"
1176
  msgstr "Heure(s)"
1177
 
1178
+ #: app/features/events.php:1902 app/features/events.php:2117
1179
  #, php-format
1180
  msgid "Stop selling ticket %s before event start."
1181
  msgstr "Arrêter de vendre %s avant l’événement."
1182
 
1183
+ #: app/features/events.php:1909 app/features/events.php:2123
1184
  msgid "Price per Date"
1185
  msgstr "Prix par date"
1186
 
1187
+ #: app/features/events.php:1940 app/features/events.php:1966
1188
+ #: app/features/events.php:2144 app/features/labels.php:60
1189
  #: app/features/mec/meta_boxes/display_options.php:1386
1190
  #: app/features/mec/meta_boxes/search_form.php:67
1191
  #: app/features/mec/meta_boxes/search_form.php:137
1198
  #: app/features/mec/meta_boxes/search_form.php:620
1199
  #: app/features/mec/meta_boxes/search_form.php:690
1200
  #: app/features/mec/meta_boxes/search_form.php:796
1201
+ #: app/features/mec/settings.php:871 app/features/mec/single.php:251
1202
+ #: app/features/search.php:98 app/libraries/skins.php:1022
1203
  msgid "Label"
1204
  msgstr "Label"
1205
 
1206
+ #: app/features/events.php:2219 app/features/events.php:2257
 
 
 
 
1207
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1208
  msgid "Fee Title"
1209
  msgstr "Titre"
1210
 
1211
+ #: app/features/events.php:2225 app/features/events.php:2229
1212
+ #: app/features/events.php:2262 app/features/events.php:2265
1213
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1214
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1215
  msgid "Amount"
1216
  msgstr "Montant"
1217
 
1218
+ #: app/features/events.php:2230 app/features/events.php:2266
1219
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1220
  msgid ""
1221
  "Fee amount, considered as fixed amount if you set the type to amount "
1224
  "Considéré comme montant fixe si vous définissez le type de montant. Sinon "
1225
  "considéré comme pourcentage à ajouter au prix"
1226
 
1227
+ #: app/features/events.php:2239 app/features/events.php:2275
1228
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1229
  msgid "Percent"
1230
  msgstr "Pourcentage"
1231
 
1232
+ #: app/features/events.php:2240 app/features/events.php:2276
1233
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1234
  msgid "Amount (Per Ticket)"
1235
  msgstr "Montant (par Billet)"
1236
 
1237
+ #: app/features/events.php:2241 app/features/events.php:2277
1238
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1239
  msgid "Amount (Per Booking)"
1240
  msgstr "Montant (par réservation)"
1241
 
1242
+ #: app/features/events.php:2364 app/features/events.php:2409
 
 
 
 
1243
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1244
  msgid "Option Price"
1245
  msgstr "Option de prix"
1246
 
1247
+ #: app/features/events.php:2374 app/features/events.php:2378
1248
+ #: app/features/events.php:2418 app/features/events.php:2421
1249
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1250
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1251
  msgid "Maximum Per Ticket"
1252
  msgstr "Maximum par Billet"
1253
 
1254
+ #: app/features/events.php:2379 app/features/events.php:2422
1255
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1256
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1257
  msgstr ""
1258
 
1259
+ #: app/features/events.php:2568 app/features/mec/booking.php:496
1260
+ #: app/libraries/main.php:2841
1261
  msgid "MEC Name"
1262
  msgstr "Nom"
1263
 
1264
+ #: app/features/events.php:2569 app/features/mec/booking.php:497
1265
+ #: app/libraries/main.php:2870
1266
  msgid "MEC Email"
1267
  msgstr "Email"
1268
 
1269
+ #: app/features/events.php:2570 app/features/mec/booking.php:498
1270
+ #: app/libraries/main.php:2811
1271
  msgid "Text"
1272
  msgstr "Texte"
1273
 
1274
+ #: app/features/events.php:2573 app/features/mec/booking.php:501
1275
  #: app/features/organizers.php:103 app/features/organizers.php:148
1276
  #: app/features/speakers.php:119 app/features/speakers.php:192
1277
+ #: app/features/speakers.php:271 app/libraries/main.php:2987
1278
  msgid "Tel"
1279
  msgstr "Téléphone"
1280
 
1281
+ #: app/features/events.php:2574 app/features/mec/booking.php:502
1282
+ #: app/libraries/main.php:2929
1283
  msgid "File"
1284
  msgstr "Fichier"
1285
 
1286
+ #: app/features/events.php:2575 app/features/mec/booking.php:503
1287
+ #: app/libraries/main.php:3016
1288
  msgid "Textarea"
1289
  msgstr "Zone de texte"
1290
 
1291
+ #: app/features/events.php:2576 app/features/mec/booking.php:504
1292
+ #: app/libraries/main.php:3069
1293
  msgid "Checkboxes"
1294
  msgstr "Boîtes à cocher"
1295
 
1296
+ #: app/features/events.php:2577 app/features/mec/booking.php:505
1297
+ #: app/libraries/main.php:3113
1298
  msgid "Radio Buttons"
1299
  msgstr "Boutons Radio"
1300
 
1301
+ #: app/features/events.php:2578 app/features/mec/booking.php:506
1302
  #: app/features/mec/meta_boxes/search_form.php:34
1303
  #: app/features/mec/meta_boxes/search_form.php:41
1304
  #: app/features/mec/meta_boxes/search_form.php:49
1374
  #: app/features/mec/meta_boxes/search_form.php:785
1375
  #: app/features/mec/meta_boxes/search_form.php:792
1376
  #: app/features/mec/meta_boxes/search_form.php:799
1377
+ #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3157
1378
  msgid "Dropdown"
1379
  msgstr "Menu déroulant"
1380
 
1381
+ #: app/features/events.php:2579 app/features/mec/booking.php:507
1382
+ #: app/libraries/main.php:3204
1383
  msgid "Agreement"
1384
  msgstr "Accord"
1385
 
1386
+ #: app/features/events.php:2580 app/features/mec/booking.php:508
1387
+ #: app/libraries/main.php:3045
1388
  msgid "Paragraph"
1389
  msgstr "Paragraphe"
1390
 
1391
+ #: app/features/events.php:3274 app/features/events.php:3292
1392
+ #: app/features/events.php:3310 app/features/events.php:3328
1393
  #, php-format
1394
  msgid "Show all %s"
1395
  msgstr "Afficher tous les %s"
1396
 
1397
+ #: app/features/events.php:3274
1398
  msgid "labels"
1399
  msgstr "labels"
1400
 
1401
+ #: app/features/events.php:3292
1402
  msgid "locations"
1403
  msgstr "lieux"
1404
 
1405
+ #: app/features/events.php:3310
1406
  msgid "organizers"
1407
  msgstr "organisateurs"
1408
 
1409
+ #: app/features/events.php:3344
1410
  msgid "Attendees List"
1411
  msgstr "Liste des participants"
1412
 
1413
+ #: app/features/events.php:3374 app/features/events.php:3566
1414
+ #: app/features/events.php:3608 app/features/ix.php:3508
1415
  #: app/features/ix.php:3549 app/features/locations.php:58
1416
  #: app/features/locations.php:247 app/features/locations.php:304
1417
  #: app/features/locations.php:306 app/features/locations.php:315
1427
  #: app/features/mec/meta_boxes/search_form.php:591
1428
  #: app/features/mec/meta_boxes/search_form.php:661
1429
  #: app/features/mec/meta_boxes/search_form.php:767
1430
+ #: app/features/mec/settings.php:845 app/features/mec/single.php:241
1431
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1432
+ #: app/features/search.php:74 app/libraries/main.php:2297
1433
+ #: app/libraries/main.php:5428 app/libraries/skins.php:918
1434
+ #: app/skins/single.php:702 app/skins/single.php:1136
1435
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1436
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1437
  #: app/skins/single/modern.php:104
1438
  msgid "Location"
1439
  msgstr "Lieu"
1440
 
1441
+ #: app/features/events.php:3379
1442
  msgid "Repeat"
1443
  msgstr "Répetition"
1444
 
1445
+ #: app/features/events.php:3380
1446
  msgid "Author"
1447
  msgstr "Auteur"
1448
 
1449
+ #: app/features/events.php:3501 app/features/events.php:3502
1450
  msgid "iCal Export"
1451
  msgstr "Exporter vers iCal"
1452
 
1453
+ #: app/features/events.php:3504 app/features/events.php:3505
1454
  msgid "CSV Export"
1455
  msgstr "Exporter en CSV"
1456
 
1457
+ #: app/features/events.php:3507 app/features/events.php:3508
1458
  msgid "MS Excel Export"
1459
  msgstr "Exporter en Microsoft Excel"
1460
 
1461
+ #: app/features/events.php:3510 app/features/events.php:3511
1462
  msgid "XML Export"
1463
  msgstr "Exporter en XML"
1464
 
1465
+ #: app/features/events.php:3513 app/features/events.php:3514
1466
  msgid "JSON Export"
1467
  msgstr "Exporter en JSON"
1468
 
1469
+ #: app/features/events.php:3516 app/features/events.php:3517
1470
+ #: app/features/events.php:3699
1471
  msgid "Duplicate"
1472
  msgstr "Dupliquer"
1473
 
1474
+ #: app/features/events.php:3566 app/features/events.php:3608
1475
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1476
  #: app/features/labels.php:177 app/features/locations.php:246
1477
  #: app/features/organizers.php:203 app/features/speakers.php:268
1478
  msgid "ID"
1479
  msgstr "ID"
1480
 
1481
+ #: app/features/events.php:3566 app/features/events.php:3608
1482
  #: app/features/ix.php:3508 app/features/ix.php:3549
1483
  msgid "Link"
1484
  msgstr "Lien"
1485
 
1486
+ #: app/features/events.php:3566 app/features/events.php:3608
1487
  #, php-format
1488
  msgid "%s Tel"
1489
  msgstr "%s Téléphone"
1490
 
1491
+ #: app/features/events.php:3566 app/features/events.php:3608
1492
  #, php-format
1493
  msgid "%s Email"
1494
  msgstr "%s mail"
1495
 
1496
+ #: app/features/events.php:3905 app/features/fes.php:223
1497
+ #: app/features/profile/profile.php:186 app/libraries/main.php:2334
1498
+ #: app/libraries/main.php:5458
1499
  msgid "Ticket"
1500
  msgstr "Billets"
1501
 
1502
+ #: app/features/events.php:3908 app/features/profile/profile.php:189
1503
  msgid "Variations"
1504
  msgstr "Vérifications"
1505
 
1506
+ #: app/features/events.php:3923 app/features/fes.php:303
1507
  msgid "Unknown"
1508
  msgstr "Inconnu"
1509
 
1510
+ #: app/features/events.php:3956
1511
  msgid "No Attendees Found!"
1512
  msgstr "Aucune réservation trouvée!"
1513
 
1547
  msgid "Order Time"
1548
  msgstr "Date de commande"
1549
 
1550
+ #: app/features/fes.php:223 app/libraries/main.php:2309
1551
+ #: app/libraries/main.php:2397
1552
  msgid "Transaction ID"
1553
  msgstr "Numéro de transaction"
1554
 
1688
 
1689
  #: app/features/fes/form.php:793 app/features/labels.php:61
1690
  #: app/features/labels.php:221 app/features/mec.php:413
1691
+ #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5425
1692
+ #: app/skins/single.php:910 app/skins/single/default.php:157
1693
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1694
  #: app/skins/single/modern.php:238
1695
  msgid "Labels"
2032
 
2033
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
2034
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
2035
+ #: app/features/mec/settings.php:1085 app/features/mec/single.php:298
2036
  msgid "Checking ..."
2037
  msgstr "Vérification..."
2038
 
2472
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2473
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2474
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2475
+ #: app/skins/grid/render.php:63 app/skins/list/render.php:39
2476
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2477
  #: app/skins/monthly_view/calendar_clean.php:87
2478
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
2483
  msgstr "En avant"
2484
 
2485
  #: app/features/labels.php:118 app/features/labels.php:143
2486
+ #: app/libraries/main.php:5672 app/skins/agenda/render.php:43
2487
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2488
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2489
+ #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
2490
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2491
  #: app/skins/monthly_view/calendar.php:89
2492
  #: app/skins/monthly_view/calendar_clean.php:88
2503
 
2504
  #: app/features/labels.php:180 app/features/locations.php:249
2505
  #: app/features/organizers.php:206 app/features/speakers.php:272
2506
+ #: app/modules/booking/steps/tickets.php:49
2507
  msgid "Count"
2508
  msgstr "Apparition"
2509
 
2519
 
2520
  #: app/features/locations.php:59 app/features/mec.php:414
2521
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2522
+ #: app/libraries/main.php:5427
2523
  msgid "Locations"
2524
  msgstr "Lieux"
2525
 
2649
  msgid "Don't show map in single event page"
2650
  msgstr "Ne pas afficher de carte pour cet événement"
2651
 
2652
+ #: app/features/locations.php:377 app/libraries/main.php:5461
2653
  msgid "Other Locations"
2654
  msgstr "Autres lieux"
2655
 
2714
 
2715
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2716
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2717
+ #: app/libraries/main.php:5429
2718
  msgid "Organizers"
2719
  msgstr "Organisateurs"
2720
 
2750
  msgstr "MEC - Rapports"
2751
 
2752
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2753
+ #: app/libraries/factory.php:1054
2754
  msgid "Go Pro"
2755
  msgstr ""
2756
 
2847
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2848
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2849
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2850
+ #: app/features/mec/single.php:17 app/features/mec/single.php:263
2851
+ #: app/features/mec/single.php:273 app/features/mec/single.php:315
2852
+ #: app/features/mec/single.php:329 app/features/mec/styles.php:11
2853
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2854
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2855
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
3047
  msgid "Enable Organizer Payment Module"
3048
  msgstr "Activer module de coupons"
3049
 
 
 
 
 
3050
  #: app/features/mec/booking.php:586
3051
  msgid ""
3052
  "By enabling this module, organizers are able to insert their own payment "
3055
 
3056
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
3057
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
3058
+ #: app/features/mec/settings.php:1080 app/features/mec/single.php:293
3059
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3060
  msgid "Saved"
3061
  msgstr "Sauvegardé"
3062
 
3063
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
3064
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
3065
+ #: app/features/mec/settings.php:1081 app/features/mec/single.php:294
3066
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3067
  msgid "Settings Saved!"
3068
  msgstr ""
3071
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
3072
  #: app/features/mec/notifications.php:907
3073
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
3074
+ #: app/features/mec/settings.php:1105 app/features/mec/single.php:296
3075
+ #: app/features/mec/single.php:318 app/libraries/main.php:5671
3076
  msgid "Verified"
3077
  msgstr "Vérifié"
3078
 
3079
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
3080
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
3081
+ #: app/features/mec/single.php:320
3082
  msgid "Please Refresh Page"
3083
  msgstr "Merci de Rafraichir la Page"
3084
 
3095
  msgid "%s - Most Powerful & Easy to Use Events Management System"
3096
  msgstr "Calendrier des événements"
3097
 
3098
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:964
3099
  #, fuzzy
3100
  #| msgid "Modern Events Calendar"
3101
  msgid "Modern Events Calendar (Lite)"
3181
  msgstr ""
3182
 
3183
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3184
+ #: app/libraries/factory.php:974
3185
  msgid "Upcoming Events"
3186
  msgstr "Prochains évenements"
3187
 
3769
 
3770
  #: app/features/mec/meta_boxes/display_options.php:637
3771
  #: app/features/mec/meta_boxes/display_options.php:661
3772
+ #: app/libraries/main.php:330 app/libraries/main.php:1814
3773
+ #: app/libraries/main.php:1839
3774
  msgid "List View"
3775
  msgstr "Vue liste"
3776
 
3777
  #: app/features/mec/meta_boxes/display_options.php:638
3778
  #: app/features/mec/meta_boxes/display_options.php:682
3779
+ #: app/libraries/main.php:331 app/libraries/main.php:1815
3780
+ #: app/libraries/main.php:1840
3781
  msgid "Grid View"
3782
  msgstr "Vue en grille"
3783
 
3789
 
3790
  #: app/features/mec/meta_boxes/display_options.php:640
3791
  #: app/features/mec/meta_boxes/display_options.php:703
3792
+ #: app/libraries/main.php:334 app/libraries/main.php:1808
3793
+ #: app/libraries/main.php:1833
3794
  msgid "Yearly View"
3795
  msgstr ""
3796
 
3801
 
3802
  #: app/features/mec/meta_boxes/display_options.php:642
3803
  #: app/features/mec/meta_boxes/display_options.php:752
3804
+ #: app/libraries/main.php:337 app/libraries/main.php:1810
3805
+ #: app/libraries/main.php:1835
3806
  msgid "Weekly View"
3807
  msgstr "Vue Hebdomadaire"
3808
 
3809
  #: app/features/mec/meta_boxes/display_options.php:643
3810
  #: app/features/mec/meta_boxes/display_options.php:762
3811
+ #: app/libraries/main.php:336 app/libraries/main.php:1811
3812
+ #: app/libraries/main.php:1836
3813
  msgid "Daily View"
3814
  msgstr "Vue Quotidienne"
3815
 
4374
  #: app/features/mec/meta_boxes/search_form.php:606
4375
  #: app/features/mec/meta_boxes/search_form.php:676
4376
  #: app/features/mec/meta_boxes/search_form.php:782
4377
+ #: app/features/mec/settings.php:858 app/features/mec/single.php:246
4378
  #: app/features/search.php:86 app/features/speakers.php:61
4379
+ #: app/features/speakers.php:269 app/libraries/main.php:5432
4380
+ #: app/libraries/skins.php:970
4381
  msgid "Speaker"
4382
  msgstr ""
4383
 
4392
  #: app/features/mec/meta_boxes/search_form.php:613
4393
  #: app/features/mec/meta_boxes/search_form.php:683
4394
  #: app/features/mec/meta_boxes/search_form.php:789
4395
+ #: app/features/mec/settings.php:865 app/features/mec/single.php:255
4396
+ #: app/features/search.php:92 app/libraries/skins.php:996
4397
  msgid "Tag"
4398
  msgstr "Étiquettes"
4399
 
4533
  msgid "Google Maps Style"
4534
  msgstr "Style de Google Map"
4535
 
4536
+ #: app/features/mec/modules.php:114 app/features/mec/single.php:89
4537
  msgid "Default"
4538
  msgstr "Par défaut"
4539
 
5399
  msgstr ""
5400
 
5401
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5402
+ #: app/libraries/main.php:5436
5403
  msgid "Weekdays"
5404
  msgstr "Jours de la Semaine"
5405
 
5774
  msgid "Event Organizer"
5775
  msgstr "Organisateur d'événements"
5776
 
 
 
 
 
5777
  #: app/features/mec/settings.php:755
5778
  msgid "Fees / Taxes Options"
5779
  msgstr "Options de Frais/Taxes"
5984
  "\"Date Référée\" montre la date de l'événement basée sur la date référée "
5985
  "dans la liste d'événements."
5986
 
5987
+ #: app/features/mec/single.php:65 app/features/mec/single.php:77
5988
  msgid "Single Event Style"
5989
  msgstr "Style de la page d'événement"
5990
 
5992
  msgid "Default Style"
5993
  msgstr "Style par défaut"
5994
 
5995
+ #: app/features/mec/single.php:72
5996
  msgid "Elementor Single Builder"
5997
  msgstr "Elementor Single Builder"
5998
 
5999
+ #: app/features/mec/single.php:78
6000
  msgid "Choose your single event style."
6001
  msgstr "Choisissez le style de votre page d'événement."
6002
 
6003
+ #: app/features/mec/single.php:86 app/features/mec/single.php:94
6004
  msgid "Booking Style"
6005
  msgstr "Style de réservation"
6006
 
6007
+ #: app/features/mec/single.php:90
6008
  msgid "Modal"
6009
  msgstr "Modal"
6010
 
6011
+ #: app/features/mec/single.php:95
6012
  msgid ""
6013
  "Choose your Booking style. Note: When you set this feature to Modal, you "
6014
  "cannot see the booking box if you set popup module view on shortcodes"
6015
  msgstr ""
6016
 
6017
+ #: app/features/mec/single.php:103
6018
  msgid "Disable Block Editor (Gutenberg)"
6019
  msgstr ""
6020
 
6021
+ #: app/features/mec/single.php:106
6022
  msgid "Disable Block Editor"
6023
  msgstr ""
6024
 
6025
+ #: app/features/mec/single.php:110
6026
  msgid "Block Editor"
6027
  msgstr ""
6028
 
6029
+ #: app/features/mec/single.php:111
6030
  msgid ""
6031
  "If you want to use the new WordPress block editor you should keep this "
6032
  "checkbox unchecked."
6033
  msgstr ""
6034
 
6035
+ #: app/features/mec/single.php:118 app/features/mec/single.php:125
6036
  msgid "Breadcrumbs"
6037
  msgstr ""
6038
 
6039
+ #: app/features/mec/single.php:121
6040
  msgid "Enable Breadcrumbs."
6041
  msgstr ""
6042
 
6043
+ #: app/features/mec/single.php:126
6044
  msgid "Check this option, for showing the breadcrumbs on single event page"
6045
  msgstr ""
6046
 
6047
+ #: app/features/mec/single.php:133 app/features/mec/single.php:140
6048
  #, fuzzy
6049
  #| msgid "Description"
6050
  msgid "Organizer Description"
6051
  msgstr "Description"
6052
 
6053
+ #: app/features/mec/single.php:136
6054
  msgid "Enable Description For Organizer."
6055
  msgstr ""
6056
 
6057
+ #: app/features/mec/single.php:141
6058
  msgid ""
6059
  "If you want to turn on description for other organizer plase go to "
6060
  "'Additional Organizers - After enabling and saving the settings, reloading "
6061
  "the settings page.' tab"
6062
  msgstr ""
6063
 
6064
+ #: app/features/mec/single.php:154
6065
  msgid "Show countdown module on event page"
6066
  msgstr "Afficher le module de compte à rebours sur la page de l'événement"
6067
 
6068
+ #: app/features/mec/single.php:159
6069
  msgid "Countdown Style"
6070
  msgstr "Style du compte à rebours"
6071
 
6072
+ #: app/features/mec/single.php:162
6073
  msgid "Plain Style"
6074
  msgstr "Simple"
6075
 
6076
+ #: app/features/mec/single.php:163
6077
  msgid "Flip Style"
6078
  msgstr "Horloge Flip-Flap"
6079
 
6080
+ #: app/features/mec/single.php:171 app/features/mec/single.php:178
6081
  #, fuzzy
6082
  #| msgid "Exceptional days"
6083
  msgid "Exceptional days (Exclude Dates)"
6084
  msgstr "Journées Exceptionnelles"
6085
 
6086
+ #: app/features/mec/single.php:175
6087
  msgid "Show exceptional days option on Add/Edit events page"
6088
  msgstr ""
6089
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
6090
  "la page d'un événement"
6091
 
6092
+ #: app/features/mec/single.php:179
6093
  msgid ""
6094
  "Using this option you can exclude certain days from event occurrence dates."
6095
  msgstr ""
6096
  "En utilisant cette option, vous pouvez inclure / exclure certains jours des "
6097
  "dates d'occurrence d'un événement."
6098
 
6099
+ #: app/features/mec/single.php:188 app/libraries/main.php:550
6100
  msgid "Additional Organizers"
6101
  msgstr "Organisateur additionnels"
6102
 
6103
+ #: app/features/mec/single.php:193
6104
  #, fuzzy
6105
  msgid ""
6106
  "Show additional organizers option on Add/Edit events page and single event "
6109
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
6110
  "la page d'un événement"
6111
 
6112
+ #: app/features/mec/single.php:202
6113
  msgid "Enable Description For Other Organizers."
6114
  msgstr ""
6115
 
6116
+ #: app/features/mec/single.php:210
6117
  msgid "Additional locations"
6118
  msgstr "Lieux additionnels"
6119
 
6120
+ #: app/features/mec/single.php:214
6121
  msgid ""
6122
  "Show additional locations option on Add/Edit events page and single event "
6123
  "page."
6125
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
6126
  "la page d'un événement"
6127
 
6128
+ #: app/features/mec/single.php:220 app/libraries/main.php:552
6129
+ #: app/skins/single.php:161 app/skins/single.php:289
6130
  msgid "Related Events"
6131
  msgstr "Evénement à la une"
6132
 
6133
+ #: app/features/mec/single.php:224
6134
  msgid "Display related events based on taxonomy in single event page."
6135
  msgstr ""
6136
 
6137
+ #: app/features/mec/single.php:230
6138
  msgid "Select Taxonomies:"
6139
  msgstr "Taxonomies"
6140
 
6808
  msgid "eg. https://webnus.net"
6809
  msgstr "eg. https://webnus.net"
6810
 
6811
+ #: app/features/organizers.php:312 app/libraries/main.php:5460
6812
+ #: app/skins/single.php:1068
6813
  msgid "Other Organizers"
6814
  msgstr "Autres organisateurs"
6815
 
6886
 
6887
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
6888
  #: app/modules/booking/steps/form.php:179
6889
+ #: app/modules/booking/steps/tickets.php:85 app/skins/countdown/tpl.php:109
6890
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
6891
  msgid "Next"
6892
  msgstr "Prochain"
6955
  msgid "Please %s/%s in order to see your bookings / profile."
6956
  msgstr "Merco de vous %s/%s pour sélectionner une image associée."
6957
 
6958
+ #: app/features/profile/profile.php:18 app/libraries/main.php:2200
6959
  msgid "Your booking already canceled!"
6960
  msgstr "Votre réservation est déjà annulée."
6961
 
6963
  msgid "#"
6964
  msgstr ""
6965
 
6966
+ #: app/features/profile/profile.php:56 app/libraries/main.php:3226
6967
  msgid "Status"
6968
  msgstr ""
6969
 
6970
+ #: app/features/profile/profile.php:59 app/libraries/main.php:2318
6971
  msgid "Attendees"
6972
  msgstr "Participants"
6973
 
7092
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
7093
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
7094
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
7095
+ #: app/modules/next-event/details.php:104 app/skins/single.php:322
7096
+ #: app/skins/single.php:960 app/skins/single/default.php:110
7097
+ #: app/skins/single/default.php:341 app/skins/single/m1.php:45
7098
+ #: app/skins/single/modern.php:208
7099
  #, fuzzy
7100
  #| msgid "Add Day"
7101
  msgid "All Day"
7169
  msgid "%s Price"
7170
  msgstr ""
7171
 
7172
+ #: app/libraries/book.php:632 app/libraries/book.php:717
7173
  msgid "Discount"
7174
  msgstr "Réduction"
7175
 
7176
+ #: app/libraries/book.php:788 app/modules/booking/default.php:316
7177
+ #: app/modules/booking/default.php:419
7178
  msgid "Download Invoice"
7179
  msgstr ""
7180
 
7247
  "Barre latérale personnalisée pour les pages d'événement et les pop-ups "
7248
  "modales de M.E.C. ."
7249
 
7250
+ #: app/libraries/factory.php:1040
7251
  #, fuzzy
7252
  #| msgid "Update %s"
7253
  msgid "News & Updates"
7254
  msgstr "Mettre à jour %s"
7255
 
7256
+ #: app/libraries/factory.php:1053
7257
  msgid "Blog"
7258
  msgstr ""
7259
 
7260
+ #: app/libraries/factory.php:1053
7261
  msgid "Help"
7262
  msgstr ""
7263
 
7265
  msgid "There is no excerpt because this is a protected post."
7266
  msgstr "Il n’y a aucun extrait car ce post est protégé."
7267
 
7268
+ #: app/libraries/main.php:332 app/libraries/main.php:1816
7269
+ #: app/libraries/main.php:1841
7270
  msgid "Agenda View"
7271
  msgstr "Vue agenda"
7272
 
7273
+ #: app/libraries/main.php:333 app/libraries/main.php:1807
7274
+ #: app/libraries/main.php:1832
7275
  msgid "Full Calendar"
7276
  msgstr "Calendrier complet"
7277
 
7278
+ #: app/libraries/main.php:335 app/libraries/main.php:1809
7279
+ #: app/libraries/main.php:1834
7280
  msgid "Calendar/Monthly View"
7281
  msgstr "Calendrier / Mensuel"
7282
 
7283
+ #: app/libraries/main.php:338 app/libraries/main.php:1812
7284
+ #: app/libraries/main.php:1837
7285
  msgid "Timetable View"
7286
  msgstr ""
7287
 
7288
+ #: app/libraries/main.php:339 app/libraries/main.php:1813
7289
+ #: app/libraries/main.php:1838
7290
  msgid "Masonry View"
7291
  msgstr ""
7292
 
7293
+ #: app/libraries/main.php:340 app/libraries/main.php:1817
7294
+ #: app/libraries/main.php:1842
7295
  msgid "Map View"
7296
  msgstr "Vue sur Carte (Map)"
7297
 
7319
  msgid "Timeline View"
7320
  msgstr "Vue chronologique"
7321
 
7322
+ #: app/libraries/main.php:385 app/libraries/main.php:5438
7323
  msgid "SU"
7324
  msgstr "DIM."
7325
 
7326
+ #: app/libraries/main.php:386 app/libraries/main.php:5439
7327
  msgid "MO"
7328
  msgstr "LUN."
7329
 
7330
+ #: app/libraries/main.php:387 app/libraries/main.php:5440
7331
  msgid "TU"
7332
  msgstr "MAR."
7333
 
7334
+ #: app/libraries/main.php:388 app/libraries/main.php:5441
7335
  msgid "WE"
7336
  msgstr "MER."
7337
 
7338
+ #: app/libraries/main.php:389 app/libraries/main.php:5442
7339
  msgid "TH"
7340
  msgstr "JEU."
7341
 
7342
+ #: app/libraries/main.php:390 app/libraries/main.php:5443
7343
  msgid "FR"
7344
  msgstr "VEN."
7345
 
7346
+ #: app/libraries/main.php:391 app/libraries/main.php:5444
7347
  msgid "SA"
7348
  msgstr "SAM."
7349
 
7359
  msgid "Modules"
7360
  msgstr "Modules"
7361
 
7362
+ #: app/libraries/main.php:872
7363
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7364
  msgstr ""
7365
 
7366
+ #: app/libraries/main.php:879
7367
  msgid ""
7368
  "The time has come at last, and the new practical add-ons for MEC have been "
7369
  "released. This is a revolution in the world of Event Calendars. We have "
7371
  "below:"
7372
  msgstr ""
7373
 
7374
+ #: app/libraries/main.php:881
7375
  msgid ""
7376
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7377
  "products) and Woo products at the same time."
7378
  msgstr ""
7379
 
7380
+ #: app/libraries/main.php:882
7381
  msgid ""
7382
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7383
  "other websites without MEC. Use JSON output features to make your Apps "
7384
  "compatible with MEC."
7385
  msgstr ""
7386
 
7387
+ #: app/libraries/main.php:883
7388
  msgid ""
7389
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7390
  "main websites. Changes in the main one will be inherited by the subsites. "
7391
  "you can set these up in the admin panel."
7392
  msgstr ""
7393
 
7394
+ #: app/libraries/main.php:884
7395
  msgid ""
7396
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7397
  "pages can contain ticket purchase information, information about registered "
7398
  "events. Users can now log in to purchase tickets."
7399
  msgstr ""
7400
 
7401
+ #: app/libraries/main.php:1533
7402
  msgid "Events at this location"
7403
  msgstr "Événements à :"
7404
 
7405
+ #: app/libraries/main.php:1533
7406
  msgid "Event at this location"
7407
  msgstr "Événement à :"
7408
 
7409
+ #: app/libraries/main.php:1585
7410
  msgid "Facebook"
7411
  msgstr "Facebook"
7412
 
7413
+ #: app/libraries/main.php:1586
7414
  msgid "Twitter"
7415
  msgstr "Twitter"
7416
 
7417
+ #: app/libraries/main.php:1587 app/libraries/main.php:1644
7418
  msgid "Linkedin"
7419
  msgstr "Linkedin"
7420
 
7421
+ #: app/libraries/main.php:1588 app/libraries/main.php:1680
7422
  msgid "VK"
7423
  msgstr ""
7424
 
7425
+ #: app/libraries/main.php:1589
7426
  msgid "Tumblr"
7427
  msgstr ""
7428
 
7429
+ #: app/libraries/main.php:1590
7430
  msgid "Pinterest"
7431
  msgstr ""
7432
 
7433
+ #: app/libraries/main.php:1591
7434
  msgid "Flipboard"
7435
  msgstr ""
7436
 
7437
+ #: app/libraries/main.php:1592
7438
  msgid "GetPocket"
7439
  msgstr "GetPocket"
7440
 
7441
+ #: app/libraries/main.php:1593
7442
  msgid "Reddit"
7443
  msgstr ""
7444
 
7445
+ #: app/libraries/main.php:1594
7446
  msgid "WhatsApp"
7447
  msgstr ""
7448
 
7449
+ #: app/libraries/main.php:1595
7450
  msgid "Telegram"
7451
  msgstr ""
7452
 
7453
+ #: app/libraries/main.php:1614
7454
  msgid "Share on Facebook"
7455
  msgstr "Partager sur Facebook"
7456
 
7457
+ #: app/libraries/main.php:1629
7458
  msgid "Tweet"
7459
  msgstr "Tweeter"
7460
 
7461
+ #: app/libraries/main.php:1695
7462
  msgid "Share on Tumblr"
7463
  msgstr "Partager sur Tumblr"
7464
 
7465
+ #: app/libraries/main.php:1711
7466
  msgid "Share on Pinterest"
7467
  msgstr ""
7468
 
7469
+ #: app/libraries/main.php:1727
7470
  msgid "Share on Flipboard"
7471
  msgstr "Partager sur Flipboard"
7472
 
7473
+ #: app/libraries/main.php:1745
7474
  msgid "Share on GetPocket"
7475
  msgstr "Partager sur GetPocket"
7476
 
7477
+ #: app/libraries/main.php:1761
7478
  msgid "Share on Reddit"
7479
  msgstr "Partager sur Reddit"
7480
 
7481
+ #: app/libraries/main.php:1777
7482
  msgid "Share on Telegram"
7483
  msgstr ""
7484
 
7485
+ #: app/libraries/main.php:1795
7486
  msgid "Share on WhatsApp"
7487
  msgstr ""
7488
 
7489
+ #: app/libraries/main.php:1818
7490
  msgid "Custom Shortcode"
7491
  msgstr "Shortcode personnalisé"
7492
 
7493
+ #: app/libraries/main.php:2180
7494
  msgid "Your booking already verified!"
7495
  msgstr "Votre réservation est déjà vérifiée."
7496
 
7497
+ #: app/libraries/main.php:2185
7498
  msgid "Your booking successfully verified."
7499
  msgstr "Votre réservation est vérifiée avec succès."
7500
 
7501
+ #: app/libraries/main.php:2186
7502
  msgid "Your booking cannot verify!"
7503
  msgstr "Votre réservation ne peut pas être vérifiée!"
7504
 
7505
+ #: app/libraries/main.php:2205
7506
  msgid "Your booking successfully canceled."
7507
  msgstr "Votre réservation est annulée."
7508
 
7509
+ #: app/libraries/main.php:2206
7510
  msgid "Your booking cannot be canceled."
7511
  msgstr "Votre réservation ne peut être annulée."
7512
 
7513
+ #: app/libraries/main.php:2210
7514
  msgid "You canceled the payment successfully."
7515
  msgstr "Vous avez annulé le paiement avec succès."
7516
 
7517
+ #: app/libraries/main.php:2214
7518
  msgid "You returned from payment gateway successfully."
7519
  msgstr "Votre paiement à bien été validé."
7520
 
7521
+ #: app/libraries/main.php:2230
7522
  msgid "Cannot find the invoice!"
7523
  msgstr ""
7524
 
7525
+ #: app/libraries/main.php:2230
7526
  #, fuzzy
7527
  #| msgid "Security nonce is invalid."
7528
  msgid "Invoice is invalid."
7529
  msgstr "Le code de sécurité de la carte n'est pas correct."
7530
 
7531
+ #: app/libraries/main.php:2250
7532
  msgid ""
7533
  "Your booking still is not confirmed. You can download it after confirmation!"
7534
  msgstr ""
7535
 
7536
+ #: app/libraries/main.php:2250
7537
  msgid "Booking Not Confirmed."
7538
  msgstr "Réservation non confirmée."
7539
 
7540
+ #: app/libraries/main.php:2256
7541
  msgid "Cannot find the booking!"
7542
  msgstr ""
7543
 
7544
+ #: app/libraries/main.php:2256
7545
  msgid "Booking is invalid."
7546
  msgstr ""
7547
 
7548
+ #: app/libraries/main.php:2288
7549
  #, php-format
7550
  msgid "%s Invoice"
7551
  msgstr ""
7552
 
7553
+ #: app/libraries/main.php:2364
7554
  msgid "Billing"
7555
  msgstr ""
7556
 
7557
+ #: app/libraries/main.php:2376
7558
  #, fuzzy
7559
  #| msgid "Coupon"
7560
  msgid "Coupon Code"
7561
  msgstr "Coupon"
7562
 
7563
+ #: app/libraries/main.php:2381
7564
  msgid "Total"
7565
  msgstr ""
7566
 
7567
+ #: app/libraries/main.php:2388
7568
  msgid "Payment"
7569
  msgstr "Paiement"
7570
 
7571
+ #: app/libraries/main.php:2392
7572
  msgid "Gateway"
7573
  msgstr "Passerelle"
7574
 
7575
+ #: app/libraries/main.php:2405
7576
  msgid "Payment Time"
7577
  msgstr "Date de Paiement"
7578
 
7579
+ #: app/libraries/main.php:2466
7580
  msgid "Request is not valid."
7581
  msgstr "Requête invalide !"
7582
 
7583
+ #: app/libraries/main.php:2466
7584
  msgid "iCal export stopped!"
7585
  msgstr "Export vers iCal arrêté !"
7586
 
7587
+ #: app/libraries/main.php:2810 app/libraries/main.php:2840
7588
+ #: app/libraries/main.php:2869 app/libraries/main.php:2899
7589
+ #: app/libraries/main.php:2928 app/libraries/main.php:2957
7590
+ #: app/libraries/main.php:2986 app/libraries/main.php:3015
7591
+ #: app/libraries/main.php:3044 app/libraries/main.php:3068
7592
+ #: app/libraries/main.php:3112 app/libraries/main.php:3156
7593
+ #: app/libraries/main.php:3203 app/libraries/main.php:3250
7594
  msgid "Sort"
7595
  msgstr "Trier"
7596
 
7597
+ #: app/libraries/main.php:2816 app/libraries/main.php:2846
7598
+ #: app/libraries/main.php:2875 app/libraries/main.php:2905
7599
+ #: app/libraries/main.php:2934 app/libraries/main.php:2963
7600
+ #: app/libraries/main.php:2992 app/libraries/main.php:3021
7601
+ #: app/libraries/main.php:3074 app/libraries/main.php:3118
7602
+ #: app/libraries/main.php:3162 app/libraries/main.php:3209
7603
  msgid "Required Field"
7604
  msgstr "Champ obligatoire"
7605
 
7606
+ #: app/libraries/main.php:2822 app/libraries/main.php:2852
7607
+ #: app/libraries/main.php:2881 app/libraries/main.php:2911
7608
+ #: app/libraries/main.php:2940 app/libraries/main.php:2969
7609
+ #: app/libraries/main.php:2998 app/libraries/main.php:3027
7610
+ #: app/libraries/main.php:3080 app/libraries/main.php:3124
7611
+ #: app/libraries/main.php:3168 app/libraries/main.php:3215
7612
  msgid "Insert a label for this field"
7613
  msgstr "Insérez une label pour ce champ"
7614
 
7615
+ #: app/libraries/main.php:3050
7616
  msgid "HTML and shortcode are allowed."
7617
  msgstr "HTML et shortcode sont autorisés."
7618
 
7619
+ #: app/libraries/main.php:3093 app/libraries/main.php:3137
7620
+ #: app/libraries/main.php:3181
7621
  msgid "Option"
7622
  msgstr "Option"
7623
 
7624
+ #: app/libraries/main.php:3215
7625
  #, php-format
7626
  msgid "Instead of %s, the page title with a link will be show."
7627
  msgstr ""
7628
 
7629
+ #: app/libraries/main.php:3217
7630
  msgid "Agreement Page"
7631
  msgstr ""
7632
 
7633
+ #: app/libraries/main.php:3228
7634
  msgid "Checked by default"
7635
  msgstr ""
7636
 
7637
+ #: app/libraries/main.php:3229
7638
  msgid "Unchecked by default"
7639
  msgstr ""
7640
 
7641
+ #: app/libraries/main.php:3252
7642
  msgid "Insert a label for this option"
7643
  msgstr "Insérez une étiquette pour cette option"
7644
 
7645
+ #: app/libraries/main.php:3267
7646
  msgid "Free"
7647
  msgstr "Gratuite"
7648
 
7649
+ #: app/libraries/main.php:3873 app/libraries/main.php:5686
7650
  msgid "M.E. Calender"
7651
  msgstr "M.E Calendrier"
7652
 
7653
+ #: app/libraries/main.php:4028
7654
  #, php-format
7655
  msgid "Copy of %s"
7656
  msgstr "Copie de %s"
7657
 
7658
+ #: app/libraries/main.php:4794
7659
  msgid "Booked an event."
7660
  msgstr "Réserver un événement"
7661
 
7662
+ #: app/libraries/main.php:4835
7663
  #, php-format
7664
  msgid "%s booked %s event."
7665
  msgstr "%s réservé %s événement"
7666
 
7667
+ #: app/libraries/main.php:5421
7668
  msgid "Taxonomies"
7669
  msgstr "Taxonomies"
7670
 
7671
+ #: app/libraries/main.php:5423
7672
  msgid "Category Plural Label"
7673
  msgstr "Catégorie au pluriel"
7674
 
7675
+ #: app/libraries/main.php:5424
7676
  msgid "Category Singular Label"
7677
  msgstr "Catégorie au singulier"
7678
 
7679
+ #: app/libraries/main.php:5425
7680
  msgid "Label Plural Label"
7681
  msgstr "Étiquettes au pluriel"
7682
 
7683
+ #: app/libraries/main.php:5426
7684
  msgid "Label Singular Label"
7685
  msgstr "Étiquettes au singulier"
7686
 
7687
+ #: app/libraries/main.php:5426
7688
  msgid "label"
7689
  msgstr "texte"
7690
 
7691
+ #: app/libraries/main.php:5427
7692
  msgid "Location Plural Label"
7693
  msgstr "Lieu au pluriel"
7694
 
7695
+ #: app/libraries/main.php:5428
7696
  msgid "Location Singular Label"
7697
  msgstr "Lieu au singulier"
7698
 
7699
+ #: app/libraries/main.php:5429
7700
  msgid "Organizer Plural Label"
7701
  msgstr "Organisateur au pluriel"
7702
 
7703
+ #: app/libraries/main.php:5430
7704
  msgid "Organizer Singular Label"
7705
  msgstr "Organisateur au singulier"
7706
 
7707
+ #: app/libraries/main.php:5431
7708
  msgid "Speaker Plural Label"
7709
  msgstr "Étiquettes au pluriel"
7710
 
7711
+ #: app/libraries/main.php:5432
7712
  msgid "Speaker Singular Label"
7713
  msgstr "Étiquettes au singulier"
7714
 
7715
+ #: app/libraries/main.php:5438
7716
  msgid "Sunday abbreviation"
7717
  msgstr "Abréviation de Dimanche"
7718
 
7719
+ #: app/libraries/main.php:5439
7720
  msgid "Monday abbreviation"
7721
  msgstr "Abréviation de Lundi"
7722
 
7723
+ #: app/libraries/main.php:5440
7724
  msgid "Tuesday abbreviation"
7725
  msgstr "Abréviation de Mardi"
7726
 
7727
+ #: app/libraries/main.php:5441
7728
  msgid "Wednesday abbreviation"
7729
  msgstr "Abréviation de Mercredi"
7730
 
7731
+ #: app/libraries/main.php:5442
7732
  msgid "Thursday abbreviation"
7733
  msgstr "Abréviation de Jeudi"
7734
 
7735
+ #: app/libraries/main.php:5443
7736
  msgid "Friday abbreviation"
7737
  msgstr "Abréviation de Vendredi"
7738
 
7739
+ #: app/libraries/main.php:5444
7740
  msgid "Saturday abbreviation"
7741
  msgstr "Abréviation de Samedi"
7742
 
7743
+ #: app/libraries/main.php:5448
7744
  msgid "Others"
7745
  msgstr "Autres"
7746
 
7747
+ #: app/libraries/main.php:5450
7748
  msgid "Booking Success Message"
7749
  msgstr "Message de succès de réservation"
7750
 
7751
+ #: app/libraries/main.php:5450
7752
  #, fuzzy
7753
  #| msgid ""
7754
  #| "Thanks for your booking. Your tickets booked, booking verification might "
7760
  "Merci pour votre réservation. Vos billets sont réservés, cependant une "
7761
  "vérification peut être nécessaires, contrôlez votre boite mail."
7762
 
7763
+ #: app/libraries/main.php:5451 app/widgets/single.php:131
7764
  msgid "Register Button"
7765
  msgstr "Boutons d'inscription"
7766
 
7767
+ #: app/libraries/main.php:5451 app/skins/available_spot/tpl.php:189
7768
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
7769
+ #: app/skins/grid/render.php:92 app/skins/grid/render.php:147
7770
+ #: app/skins/grid/render.php:197 app/skins/grid/render.php:217
7771
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
7772
+ #: app/skins/masonry/render.php:150 app/skins/single.php:367
7773
+ #: app/skins/single.php:981 app/skins/single.php:984
7774
+ #: app/skins/single/default.php:270 app/skins/single/default.php:272
7775
+ #: app/skins/single/default.php:501 app/skins/single/default.php:503
7776
+ #: app/skins/single/m1.php:142 app/skins/single/m1.php:144
7777
+ #: app/skins/single/m2.php:67 app/skins/single/m2.php:69
7778
+ #: app/skins/single/modern.php:78 app/skins/single/modern.php:80
7779
+ #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
7780
+ #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
7781
+ #: app/skins/slider/render.php:173
7782
  msgid "REGISTER"
7783
  msgstr "S'INSCRIRE"
7784
 
7785
+ #: app/libraries/main.php:5452
7786
  msgid "View Detail Button"
7787
  msgstr "Afficher le boutons de détail"
7788
 
7789
+ #: app/libraries/main.php:5452 app/skins/carousel/render.php:109
7790
+ #: app/skins/carousel/render.php:148 app/skins/grid/render.php:92
7791
+ #: app/skins/grid/render.php:147 app/skins/grid/render.php:197
7792
+ #: app/skins/grid/render.php:217 app/skins/list/render.php:67
7793
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
7794
+ #: app/skins/single.php:367 app/skins/slider/render.php:71
7795
+ #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
7796
+ #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
7797
  msgid "View Detail"
7798
  msgstr "En savoir plus"
7799
 
7800
+ #: app/libraries/main.php:5453
7801
  msgid "Event Detail Button"
7802
  msgstr "Bouton de détail de l'événement"
7803
 
7804
+ #: app/libraries/main.php:5453 app/skins/countdown/tpl.php:213
7805
  msgid "Event Detail"
7806
  msgstr "Détails"
7807
 
7808
+ #: app/libraries/main.php:5455
7809
  msgid "More Info Link"
7810
  msgstr "Plus de lien d'info"
7811
 
7812
+ #: app/libraries/main.php:5458
7813
  msgid "Ticket (Singular)"
7814
  msgstr ""
7815
 
7816
+ #: app/libraries/main.php:5459
7817
  msgid "Tickets (Plural)"
7818
  msgstr ""
7819
 
7820
+ #: app/libraries/main.php:5545
7821
  msgid "EventON"
7822
  msgstr ""
7823
 
7824
+ #: app/libraries/main.php:5546
7825
  msgid "The Events Calendar"
7826
  msgstr ""
7827
 
7828
+ #: app/libraries/main.php:5547
7829
  msgid "Events Schedule WP Plugin"
7830
  msgstr ""
7831
 
7832
+ #: app/libraries/main.php:5548
7833
  msgid "Calendarize It"
7834
  msgstr ""
7835
 
7836
+ #: app/libraries/main.php:5549
7837
  msgid "Event Espresso"
7838
  msgstr "Labels d'événement"
7839
 
7840
+ #: app/libraries/main.php:5550
7841
  msgid "Events Manager (Recurring)"
7842
  msgstr "Événement récurrent"
7843
 
7844
+ #: app/libraries/main.php:5551
7845
  msgid "Events Manager (Single)"
7846
  msgstr "Modern Events Calendar"
7847
 
7848
+ #: app/libraries/main.php:5623 app/libraries/main.php:5643
7849
  msgid "Confirmed"
7850
  msgstr "Confirmé"
7851
 
7852
+ #: app/libraries/main.php:5624 app/libraries/main.php:5651
7853
  msgid "Rejected"
7854
  msgstr "Rejeté"
7855
 
7856
+ #: app/libraries/main.php:5625 app/libraries/main.php:5647
7857
  msgid "Pending"
7858
  msgstr "En attente"
7859
 
7860
+ #: app/libraries/main.php:5673
7861
  msgid "Waiting"
7862
  msgstr "En attente"
7863
 
7864
+ #: app/libraries/main.php:5878 app/libraries/render.php:80
7865
  #: app/libraries/render.php:432
7866
  msgid "Skin controller does not exist."
7867
  msgstr "Le contrôleur de Skin n'existe pas."
7868
 
7869
+ #: app/libraries/main.php:6059
7870
  msgid "Sold Out"
7871
  msgstr "Épuisé!"
7872
 
7873
+ #: app/libraries/main.php:6067
7874
  msgid "Last Few Tickets"
7875
  msgstr "Bientôt complet"
7876
 
7923
  msgid "No"
7924
  msgstr "Non"
7925
 
7926
+ #: app/libraries/skins.php:1042
7927
  msgid "Select"
7928
  msgstr "Tout sélectionner"
7929
 
7974
  msgid "Thanks for your booking."
7975
  msgstr "Merci pour votre réservation."
7976
 
7977
+ #: app/modules/booking/steps/tickets.php:24
7978
  msgid "Book Event"
7979
  msgstr "Réservez pour cet événement"
7980
 
7981
+ #: app/modules/booking/steps/tickets.php:51
7982
  #, php-format
7983
  msgid "Available %s: <span>%s</span>"
7984
  msgstr "%s disponibles: <span>%s</span>"
7985
 
7986
+ #: app/modules/booking/steps/tickets.php:55
7987
  #, php-format
7988
  msgid "The %s ticket sales has stopped!"
7989
  msgstr ""
7990
 
7991
+ #: app/modules/booking/steps/tickets.php:56
7992
  #, php-format
7993
  msgid "The %s ticket is sold out. You can try another ticket or another date."
7994
  msgstr ""
8003
  msgid "The event is ongoing."
8004
  msgstr "L'événement est en cours."
8005
 
8006
+ #: app/modules/googlemap/details.php:125
8007
  msgid "Address from ..."
8008
  msgstr "Entrez votre adresse ..."
8009
 
8010
+ #: app/modules/googlemap/details.php:129
8011
  msgid "Get Directions"
8012
  msgstr ""
8013
 
8014
+ #: app/modules/links/details.php:17 app/skins/single.php:670
8015
  msgid "Share this event"
8016
  msgstr "Partagez cet événement"
8017
 
8066
  msgid "Go to occurrence page"
8067
  msgstr "Aller à la Page"
8068
 
8069
+ #: app/modules/next-event/details.php:98 app/skins/single.php:954
8070
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
8071
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
8072
  msgid "Time"
8200
  msgid "No Events"
8201
  msgstr "Aucun événement"
8202
 
8203
+ #: app/skins/single.php:411
8204
  msgid "Home"
8205
  msgstr ""
8206
 
8207
+ #: app/skins/single.php:753 app/skins/single/default.php:53
8208
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
8209
  #: app/skins/single/modern.php:281
8210
  msgid "Sold out!"
8211
  msgstr "Épuisé !"
8212
 
8213
+ #: app/skins/single.php:1028 app/skins/single.php:1083
8214
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
8215
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
8216
  #: app/skins/single/modern.php:46
8217
  msgid "Phone"
8218
  msgstr "Téléphone"
8219
 
8220
+ #: app/skins/single.php:1042 app/skins/single.php:1097
8221
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
8222
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
8223
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
8226
  msgid "Website"
8227
  msgstr "Site Web"
8228
 
8229
+ #: app/skins/single.php:1173
8230
  msgid "Speakers:"
8231
  msgstr "Orateurs:"
8232
 
8323
  msgstr "Une impressionnante extension pour events calendar"
8324
 
8325
  #. Author of the plugin/theme
8326
+ #, fuzzy
8327
+ #| msgid "e.g. Webnus"
8328
+ msgid "Webnus"
8329
+ msgstr "e.g. Webnus"
8330
 
8331
  #. Author URI of the plugin/theme
8332
  msgid "http://webnus.net"
8333
  msgstr ""
8334
 
8335
+ #~ msgid "Webnus Team"
8336
+ #~ msgstr "L'équipe Webmus"
8337
+
8338
  #~ msgid "Input your desired shortcode_id here."
8339
  #~ msgstr "Insérez les étiquettes souhaitées séparés par des virgules."
8340
 
languages/modern-events-calendar-lite-hu_HU.mo CHANGED
Binary file
languages/modern-events-calendar-lite-hu_HU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2020-04-21 15:14+0430\n"
5
- "PO-Revision-Date: 2020-04-21 15:16+0430\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: hu_HU\n"
@@ -22,8 +22,8 @@ msgstr ""
22
 
23
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
24
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
25
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:944
26
- #: app/libraries/factory.php:962 app/widgets/MEC.php:33
27
  msgid "Modern Events Calendar"
28
  msgstr ""
29
 
@@ -77,9 +77,9 @@ msgstr ""
77
  msgid "Settings"
78
  msgstr ""
79
 
80
- #: app/features/contextual.php:62 app/features/events.php:2479
81
- #: app/features/mec/booking.php:448 app/features/mec/support.php:29
82
- #: app/libraries/main.php:560
83
  msgid "Booking Form"
84
  msgstr ""
85
 
@@ -197,7 +197,7 @@ msgstr ""
197
  msgid "Google Recaptcha Options"
198
  msgstr ""
199
 
200
- #: app/features/contextual.php:258 app/features/mec/single.php:149
201
  #: app/libraries/main.php:548
202
  msgid "Countdown Options"
203
  msgstr ""
@@ -296,7 +296,7 @@ msgstr ""
296
  msgid "No events found in Trash!"
297
  msgstr ""
298
 
299
- #: app/features/events.php:183 app/features/events.php:3357
300
  #: app/features/mec/meta_boxes/display_options.php:1385
301
  #: app/features/mec/meta_boxes/search_form.php:31
302
  #: app/features/mec/meta_boxes/search_form.php:101
@@ -309,18 +309,18 @@ msgstr ""
309
  #: app/features/mec/meta_boxes/search_form.php:584
310
  #: app/features/mec/meta_boxes/search_form.php:654
311
  #: app/features/mec/meta_boxes/search_form.php:760
312
- #: app/features/mec/settings.php:839 app/features/mec/single.php:232
313
- #: app/features/search.php:68 app/libraries/main.php:5414
314
- #: app/libraries/skins.php:887 app/skins/single.php:572
315
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
316
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
317
  #: app/skins/single/modern.php:128
318
  msgid "Category"
319
  msgstr "kategória"
320
 
321
- #: app/features/events.php:184 app/features/events.php:3312
322
  #: app/features/fes/form.php:767 app/features/mec.php:412
323
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5413
324
  msgid "Categories"
325
  msgstr ""
326
 
@@ -405,7 +405,7 @@ msgid "Event Repeating"
405
  msgstr ""
406
 
407
  #: app/features/events.php:334 app/features/events.php:1294
408
- #: app/features/mec/settings.php:743 app/skins/single.php:957
409
  msgid "Hourly Schedule"
410
  msgstr "Programterv"
411
 
@@ -419,8 +419,8 @@ msgstr "helyszín"
419
  msgid "Links"
420
  msgstr ""
421
 
422
- #: app/features/events.php:337 app/features/events.php:3359
423
- #: app/features/events.php:3550 app/features/events.php:3592
424
  #: app/features/ix.php:3508 app/features/ix.php:3549
425
  #: app/features/mec/meta_boxes/display_options.php:1388
426
  #: app/features/mec/meta_boxes/search_form.php:46
@@ -434,21 +434,21 @@ msgstr ""
434
  #: app/features/mec/meta_boxes/search_form.php:599
435
  #: app/features/mec/meta_boxes/search_form.php:669
436
  #: app/features/mec/meta_boxes/search_form.php:775
437
- #: app/features/mec/settings.php:851 app/features/mec/single.php:236
438
  #: app/features/organizers.php:58 app/features/organizers.php:204
439
  #: app/features/organizers.php:260 app/features/organizers.php:262
440
  #: app/features/organizers.php:271 app/features/popup/event.php:293
441
  #: app/features/popup/event.php:302 app/features/search.php:80
442
- #: app/libraries/main.php:5420 app/libraries/skins.php:939
443
- #: app/skins/single.php:816 app/skins/single/default.php:227
444
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
445
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
446
  msgid "Organizer"
447
  msgstr "Szervező"
448
 
449
  #: app/features/events.php:338 app/features/events.php:1171
450
- #: app/features/fes/form.php:740 app/libraries/main.php:5447
451
- #: app/skins/single.php:595 app/skins/single/default.php:128
452
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
453
  #: app/skins/single/modern.php:223
454
  msgid "Cost"
@@ -466,8 +466,8 @@ msgstr ""
466
  msgid "Guest Data"
467
  msgstr ""
468
 
469
- #: app/features/events.php:471 app/features/events.php:2461
470
- #: app/features/events.php:3883 app/features/fes.php:223
471
  #: app/features/fes/form.php:699 app/features/labels.php:178
472
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
473
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
@@ -475,17 +475,17 @@ msgstr ""
475
  msgid "Name"
476
  msgstr "Név"
477
 
478
- #: app/features/events.php:472 app/features/events.php:2472
479
- #: app/features/events.php:2548 app/features/events.php:3886
480
  #: app/features/fes.php:223 app/features/fes/form.php:695
481
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
482
  #: app/features/organizers.php:111 app/features/organizers.php:152
483
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
484
- #: app/features/speakers.php:196 app/libraries/main.php:1595
485
- #: app/libraries/main.php:1664 app/libraries/main.php:2899
486
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
487
- #: app/modules/booking/steps/form.php:83 app/skins/single.php:833
488
- #: app/skins/single.php:888 app/skins/single/default.php:244
489
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
490
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
491
  msgid "Email"
@@ -496,8 +496,8 @@ msgid "Date and Time"
496
  msgstr ""
497
 
498
  #: app/features/events.php:483 app/features/events.php:489
499
- #: app/features/events.php:3360 app/features/events.php:3550
500
- #: app/features/events.php:3592 app/features/fes/form.php:250
501
  #: app/features/fes/form.php:254 app/features/ix.php:3508
502
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
503
  #: app/features/mec/dashboard.php:405
@@ -521,24 +521,24 @@ msgid "Start Date"
521
  msgstr ""
522
 
523
  #: app/features/events.php:561 app/features/events.php:653
524
- #: app/features/events.php:1734 app/features/events.php:1793
525
- #: app/features/events.php:1986 app/features/events.php:2025
526
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
527
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
528
  msgid "AM"
529
  msgstr ""
530
 
531
  #: app/features/events.php:568 app/features/events.php:660
532
- #: app/features/events.php:1741 app/features/events.php:1800
533
- #: app/features/events.php:1987 app/features/events.php:2026
534
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
535
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
536
  msgid "PM"
537
  msgstr ""
538
 
539
  #: app/features/events.php:575 app/features/events.php:580
540
- #: app/features/events.php:3361 app/features/events.php:3550
541
- #: app/features/events.php:3592 app/features/fes/form.php:290
542
  #: app/features/fes/form.php:294 app/features/ix.php:3508
543
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
544
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
@@ -572,11 +572,11 @@ msgstr ""
572
  #: app/features/events.php:707 app/features/events.php:828
573
  #: app/features/events.php:1134 app/features/events.php:1211
574
  #: app/features/events.php:1519 app/features/events.php:1609
575
- #: app/features/events.php:1821 app/features/events.php:1836
576
- #: app/features/events.php:2045 app/features/events.php:2058
577
- #: app/features/events.php:2209 app/features/events.php:2245
578
- #: app/features/events.php:2343 app/features/events.php:2358
579
- #: app/features/events.php:2388 app/features/events.php:2401
580
  #: app/features/fes/form.php:651 app/features/locations.php:316
581
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
582
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
@@ -637,13 +637,13 @@ msgstr ""
637
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
638
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
639
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
640
- #: app/features/mec/single.php:58 app/features/mec/single.php:77
641
- #: app/features/mec/single.php:94 app/features/mec/single.php:110
642
- #: app/features/mec/single.php:125 app/features/mec/single.php:178
643
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
644
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
645
  #: app/features/organizers.php:272 app/features/popup/event.php:256
646
- #: app/features/popup/event.php:303 app/skins/single.php:679
647
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
648
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
649
  #: app/skins/single/modern.php:151
@@ -721,24 +721,24 @@ msgstr ""
721
  msgid "Week Days"
722
  msgstr ""
723
 
724
- #: app/features/events.php:818 app/features/events.php:1905
725
- #: app/features/events.php:1933 app/features/events.php:2113
726
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
727
  #: app/features/ix/import_g_calendar.php:51
728
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
729
  msgid "Start"
730
  msgstr ""
731
 
732
- #: app/features/events.php:820 app/features/events.php:1909
733
- #: app/features/events.php:1937 app/features/events.php:2117
734
  #: app/features/fes/form.php:381
735
  msgid "End"
736
  msgstr ""
737
 
738
  #: app/features/events.php:822 app/features/events.php:1205
739
  #: app/features/events.php:1325 app/features/events.php:1430
740
- #: app/features/events.php:1888 app/features/events.php:2102
741
- #: app/features/events.php:2182 app/features/events.php:2315
742
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
743
  msgid "Add"
744
  msgstr ""
@@ -811,10 +811,10 @@ msgstr ""
811
  msgid "Show only one occurrence of this event"
812
  msgstr ""
813
 
814
- #: app/features/events.php:1167 app/features/events.php:3550
815
- #: app/features/events.php:3592 app/features/fes/form.php:737
816
  #: app/features/ix.php:3508 app/features/ix.php:3549
817
- #: app/features/mec/settings.php:689 app/libraries/main.php:5446
818
  #: app/widgets/single.php:103
819
  msgid "Event Cost"
820
  msgstr ""
@@ -827,11 +827,11 @@ msgstr ""
827
  msgid "Exclude certain days"
828
  msgstr ""
829
 
830
- #: app/features/events.php:1203 app/features/events.php:2549
831
  #: app/features/fes.php:223 app/features/mec/booking.php:500
832
- #: app/features/profile/profile.php:53 app/libraries/main.php:2302
833
- #: app/libraries/main.php:2957 app/modules/booking/steps/tickets.php:23
834
- #: app/modules/next-event/details.php:93 app/skins/single.php:653
835
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
836
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
837
  msgid "Date"
@@ -865,9 +865,9 @@ msgstr ""
865
 
866
  #: app/features/events.php:1310 app/features/events.php:1349
867
  #: app/features/events.php:1384 app/features/events.php:1416
868
- #: app/features/events.php:1445 app/features/events.php:2330
869
- #: app/features/events.php:2377 app/features/events.php:3356
870
- #: app/features/events.php:3550 app/features/events.php:3592
871
  #: app/features/fes/form.php:239 app/features/ix.php:3508
872
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
873
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
@@ -876,19 +876,19 @@ msgstr ""
876
 
877
  #: app/features/events.php:1319 app/features/events.php:1356
878
  #: app/features/events.php:1389 app/features/events.php:1424
879
- #: app/features/events.php:1450 app/features/events.php:1919
880
- #: app/features/events.php:1945 app/features/events.php:2123
881
- #: app/features/events.php:2222 app/features/events.php:2258
882
- #: app/features/events.php:2365 app/features/events.php:2407
883
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
884
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
885
- #: app/libraries/main.php:2818 app/libraries/main.php:2848
886
- #: app/libraries/main.php:2877 app/libraries/main.php:2907
887
- #: app/libraries/main.php:2936 app/libraries/main.php:2965
888
- #: app/libraries/main.php:2994 app/libraries/main.php:3023
889
- #: app/libraries/main.php:3045 app/libraries/main.php:3076
890
- #: app/libraries/main.php:3120 app/libraries/main.php:3164
891
- #: app/libraries/main.php:3211 app/libraries/main.php:3250
892
  msgid "Remove"
893
  msgstr ""
894
 
@@ -907,8 +907,8 @@ msgid "To e.g. 8:45"
907
  msgstr ""
908
 
909
  #: app/features/events.php:1353 app/features/events.php:1387
910
- #: app/features/events.php:1448 app/features/events.php:1809
911
- #: app/features/events.php:2034
912
  msgid "Description"
913
  msgstr ""
914
 
@@ -916,7 +916,7 @@ msgstr ""
916
  #: app/features/events.php:1453 app/features/fes/form.php:861
917
  #: app/features/mec.php:420 app/features/mec/modules.php:52
918
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
919
- #: app/libraries/main.php:565 app/libraries/main.php:5421
920
  #: app/modules/speakers/details.php:18
921
  msgid "Speakers"
922
  msgstr ""
@@ -931,7 +931,7 @@ msgid "Event Links"
931
  msgstr ""
932
 
933
  #: app/features/events.php:1487 app/features/events.php:1493
934
- #: app/features/fes/form.php:716 app/libraries/main.php:5444
935
  msgid "Event Link"
936
  msgstr ""
937
 
@@ -952,8 +952,8 @@ msgid "URL Shortener"
952
  msgstr ""
953
 
954
  #: app/features/events.php:1503 app/features/events.php:1516
955
- #: app/features/fes/form.php:721 app/libraries/main.php:5445
956
- #: app/skins/single.php:678 app/skins/single/default.php:142
957
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
958
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
959
  #: app/widgets/single.php:107
@@ -978,15 +978,47 @@ msgid ""
978
  "Insert full link including http(s)://"
979
  msgstr ""
980
 
981
- #: app/features/events.php:1590 app/features/events.php:1605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
982
  #, fuzzy
983
  #| msgid "Bookings"
984
  msgid "Total booking limit"
985
  msgstr "Foglalások"
986
 
987
- #: app/features/events.php:1602 app/features/events.php:1857
988
- #: app/features/events.php:2072 app/modules/booking/default.php:85
989
- #: app/modules/booking/steps/tickets.php:43
990
  #: app/skins/available_spot/tpl.php:122
991
  msgid "Unlimited"
992
  msgstr ""
@@ -1005,118 +1037,128 @@ msgstr ""
1005
  msgid "100"
1006
  msgstr ""
1007
 
1008
- #: app/features/events.php:1623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1009
  msgid "Total user booking limits"
1010
  msgstr ""
1011
 
1012
- #: app/features/events.php:1635 app/features/events.php:2171
1013
- #: app/features/events.php:2303 app/features/events.php:2491
1014
  msgid "Inherit from global options"
1015
  msgstr ""
1016
 
1017
- #: app/features/events.php:1638
1018
  msgid "12"
1019
  msgstr ""
1020
 
1021
- #: app/features/events.php:1661 app/libraries/book.php:60
1022
- #: app/libraries/main.php:5449 app/modules/booking/steps/tickets.php:43
1023
- msgid "Tickets"
1024
- msgstr ""
1025
-
1026
- #: app/features/events.php:1664
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 "
1030
  "define exact tickets that you defined in the original event here."
1031
  msgstr ""
1032
 
1033
- #: app/features/events.php:1669
1034
  #, fuzzy
1035
  #| msgid "First name"
1036
  msgid "Add Ticket"
1037
  msgstr "Keresztnév"
1038
 
1039
- #: app/features/events.php:1683 app/features/events.php:1959
1040
  msgid "Ticket Name"
1041
  msgstr ""
1042
 
1043
- #: app/features/events.php:1688 app/features/events.php:1963
1044
- #: app/features/events.php:3550 app/features/events.php:3592
1045
  #: app/features/ix.php:3508 app/features/ix.php:3549
1046
  msgid "Start Time"
1047
  msgstr ""
1048
 
1049
- #: app/features/events.php:1747 app/features/events.php:1993
1050
- #: app/features/events.php:3550 app/features/events.php:3592
1051
  #: app/features/ix.php:3508 app/features/ix.php:3549
1052
  msgid "End Time"
1053
  msgstr ""
1054
 
1055
- #: app/features/events.php:1814 app/features/events.php:1818
1056
- #: app/features/events.php:1913 app/features/events.php:1940
1057
- #: app/features/events.php:2039 app/features/events.php:2042
1058
- #: app/features/events.php:2119 app/features/events.php:2336
1059
- #: app/features/events.php:2340 app/features/events.php:2382
1060
- #: app/features/events.php:2385 app/features/mec/booking.php:388
1061
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1062
  #: app/features/mec/booking.php:423
1063
  msgid "Price"
1064
  msgstr ""
1065
 
1066
- #: app/features/events.php:1819 app/features/events.php:2043
1067
  msgid ""
1068
  "Insert 0 for free ticket. Only numbers please — Enter only the price without "
1069
  "any symbols or characters."
1070
  msgstr ""
1071
 
1072
- #: app/features/events.php:1828 app/features/events.php:1833
1073
- #: app/features/events.php:2052 app/features/events.php:2055
1074
  msgid "Price Label"
1075
  msgstr ""
1076
 
1077
- #: app/features/events.php:1834 app/features/events.php:2056
1078
  msgid "For showing on website. e.g. $15"
1079
  msgstr ""
1080
 
1081
- #: app/features/events.php:1844 app/features/events.php:2066
1082
  msgid "Available Tickets"
1083
  msgstr "Szabad jegyek száma:"
1084
 
1085
- #: app/features/events.php:1861 app/features/events.php:2076
1086
  msgid "Minimum Ticket e.g. 3"
1087
  msgstr ""
1088
 
1089
- #: app/features/events.php:1864 app/features/events.php:2079
1090
  msgid "MinimumTicket"
1091
  msgstr ""
1092
 
1093
- #: app/features/events.php:1866 app/features/events.php:2081
1094
  msgid "Set a number for the minimum ticket reservation possible"
1095
  msgstr ""
1096
 
1097
- #: app/features/events.php:1874 app/features/events.php:2089
1098
  msgid "e.g. 0"
1099
  msgstr ""
1100
 
1101
- #: app/features/events.php:1876 app/features/events.php:2091
1102
  msgid "Day"
1103
  msgstr ""
1104
 
1105
- #: app/features/events.php:1877 app/features/events.php:2092
1106
  msgid "Hour"
1107
  msgstr ""
1108
 
1109
- #: app/features/events.php:1879 app/features/events.php:2094
1110
  #, php-format
1111
  msgid "Stop selling ticket %s before event start."
1112
  msgstr ""
1113
 
1114
- #: app/features/events.php:1886 app/features/events.php:2100
1115
  msgid "Price per Date"
1116
  msgstr ""
1117
 
1118
- #: app/features/events.php:1917 app/features/events.php:1943
1119
- #: app/features/events.php:2121 app/features/labels.php:60
1120
  #: app/features/mec/meta_boxes/display_options.php:1386
1121
  #: app/features/mec/meta_boxes/search_form.php:67
1122
  #: app/features/mec/meta_boxes/search_form.php:137
@@ -1129,115 +1171,107 @@ msgstr ""
1129
  #: app/features/mec/meta_boxes/search_form.php:620
1130
  #: app/features/mec/meta_boxes/search_form.php:690
1131
  #: app/features/mec/meta_boxes/search_form.php:796
1132
- #: app/features/mec/settings.php:871 app/features/mec/single.php:250
1133
- #: app/features/search.php:98 app/libraries/skins.php:1017
1134
  msgid "Label"
1135
  msgstr ""
1136
 
1137
- #: app/features/events.php:2159
1138
- msgid "Fees"
1139
- msgstr ""
1140
-
1141
- #: app/features/events.php:2196 app/features/events.php:2234
1142
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1143
  msgid "Fee Title"
1144
  msgstr ""
1145
 
1146
- #: app/features/events.php:2202 app/features/events.php:2206
1147
- #: app/features/events.php:2239 app/features/events.php:2242
1148
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1149
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1150
  msgid "Amount"
1151
  msgstr ""
1152
 
1153
- #: app/features/events.php:2207 app/features/events.php:2243
1154
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1155
  msgid ""
1156
  "Fee amount, considered as fixed amount if you set the type to amount "
1157
  "otherwise considered as percentage"
1158
  msgstr ""
1159
 
1160
- #: app/features/events.php:2216 app/features/events.php:2252
1161
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1162
  msgid "Percent"
1163
  msgstr ""
1164
 
1165
- #: app/features/events.php:2217 app/features/events.php:2253
1166
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1167
  msgid "Amount (Per Ticket)"
1168
  msgstr ""
1169
 
1170
- #: app/features/events.php:2218 app/features/events.php:2254
1171
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1172
  msgid "Amount (Per Booking)"
1173
  msgstr ""
1174
 
1175
- #: app/features/events.php:2291 app/features/mec/settings.php:761
1176
- msgid "Ticket Variations / Options"
1177
- msgstr ""
1178
-
1179
- #: app/features/events.php:2341 app/features/events.php:2386
1180
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1181
  msgid "Option Price"
1182
  msgstr ""
1183
 
1184
- #: app/features/events.php:2351 app/features/events.php:2355
1185
- #: app/features/events.php:2395 app/features/events.php:2398
1186
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1187
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1188
  msgid "Maximum Per Ticket"
1189
  msgstr ""
1190
 
1191
- #: app/features/events.php:2356 app/features/events.php:2399
1192
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1193
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1194
  msgstr ""
1195
 
1196
- #: app/features/events.php:2545 app/features/mec/booking.php:496
1197
- #: app/libraries/main.php:2840
1198
  #, fuzzy
1199
  #| msgid "Name"
1200
  msgid "MEC Name"
1201
  msgstr "Név"
1202
 
1203
- #: app/features/events.php:2546 app/features/mec/booking.php:497
1204
- #: app/libraries/main.php:2869
1205
  msgid "MEC Email"
1206
  msgstr ""
1207
 
1208
- #: app/features/events.php:2547 app/features/mec/booking.php:498
1209
- #: app/libraries/main.php:2810
1210
  msgid "Text"
1211
  msgstr ""
1212
 
1213
- #: app/features/events.php:2550 app/features/mec/booking.php:501
1214
  #: app/features/organizers.php:103 app/features/organizers.php:148
1215
  #: app/features/speakers.php:119 app/features/speakers.php:192
1216
- #: app/features/speakers.php:271 app/libraries/main.php:2986
1217
  msgid "Tel"
1218
  msgstr ""
1219
 
1220
- #: app/features/events.php:2551 app/features/mec/booking.php:502
1221
- #: app/libraries/main.php:2928
1222
  msgid "File"
1223
  msgstr ""
1224
 
1225
- #: app/features/events.php:2552 app/features/mec/booking.php:503
1226
- #: app/libraries/main.php:3015
1227
  msgid "Textarea"
1228
  msgstr ""
1229
 
1230
- #: app/features/events.php:2553 app/features/mec/booking.php:504
1231
- #: app/libraries/main.php:3068
1232
  msgid "Checkboxes"
1233
  msgstr ""
1234
 
1235
- #: app/features/events.php:2554 app/features/mec/booking.php:505
1236
- #: app/libraries/main.php:3112
1237
  msgid "Radio Buttons"
1238
  msgstr ""
1239
 
1240
- #: app/features/events.php:2555 app/features/mec/booking.php:506
1241
  #: app/features/mec/meta_boxes/search_form.php:34
1242
  #: app/features/mec/meta_boxes/search_form.php:41
1243
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1313,46 +1347,46 @@ msgstr ""
1313
  #: app/features/mec/meta_boxes/search_form.php:785
1314
  #: app/features/mec/meta_boxes/search_form.php:792
1315
  #: app/features/mec/meta_boxes/search_form.php:799
1316
- #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3156
1317
  msgid "Dropdown"
1318
  msgstr ""
1319
 
1320
- #: app/features/events.php:2556 app/features/mec/booking.php:507
1321
- #: app/libraries/main.php:3203
1322
  msgid "Agreement"
1323
  msgstr ""
1324
 
1325
- #: app/features/events.php:2557 app/features/mec/booking.php:508
1326
- #: app/libraries/main.php:3044
1327
  msgid "Paragraph"
1328
  msgstr ""
1329
 
1330
- #: app/features/events.php:3258 app/features/events.php:3276
1331
- #: app/features/events.php:3294 app/features/events.php:3312
1332
  #, php-format
1333
  msgid "Show all %s"
1334
  msgstr ""
1335
 
1336
- #: app/features/events.php:3258
1337
  msgid "labels"
1338
  msgstr ""
1339
 
1340
- #: app/features/events.php:3276
1341
  msgid "locations"
1342
  msgstr ""
1343
 
1344
- #: app/features/events.php:3294
1345
  msgid "organizers"
1346
  msgstr ""
1347
 
1348
- #: app/features/events.php:3328
1349
  #, fuzzy
1350
  #| msgid "Attendees Form"
1351
  msgid "Attendees List"
1352
  msgstr "Jelentkezési lap"
1353
 
1354
- #: app/features/events.php:3358 app/features/events.php:3550
1355
- #: app/features/events.php:3592 app/features/ix.php:3508
1356
  #: app/features/ix.php:3549 app/features/locations.php:58
1357
  #: app/features/locations.php:247 app/features/locations.php:304
1358
  #: app/features/locations.php:306 app/features/locations.php:315
@@ -1368,87 +1402,87 @@ msgstr "Jelentkezési lap"
1368
  #: app/features/mec/meta_boxes/search_form.php:591
1369
  #: app/features/mec/meta_boxes/search_form.php:661
1370
  #: app/features/mec/meta_boxes/search_form.php:767
1371
- #: app/features/mec/settings.php:845 app/features/mec/single.php:240
1372
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1373
- #: app/features/search.php:74 app/libraries/main.php:2296
1374
- #: app/libraries/main.php:5418 app/libraries/skins.php:913
1375
- #: app/skins/single.php:500 app/skins/single.php:934
1376
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1377
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1378
  #: app/skins/single/modern.php:104
1379
  msgid "Location"
1380
  msgstr "helyszín"
1381
 
1382
- #: app/features/events.php:3363
1383
  msgid "Repeat"
1384
  msgstr ""
1385
 
1386
- #: app/features/events.php:3364
1387
  msgid "Author"
1388
  msgstr ""
1389
 
1390
- #: app/features/events.php:3485 app/features/events.php:3486
1391
  msgid "iCal Export"
1392
  msgstr "iCal naptárba mentés"
1393
 
1394
- #: app/features/events.php:3488 app/features/events.php:3489
1395
  msgid "CSV Export"
1396
  msgstr ""
1397
 
1398
- #: app/features/events.php:3491 app/features/events.php:3492
1399
  msgid "MS Excel Export"
1400
  msgstr ""
1401
 
1402
- #: app/features/events.php:3494 app/features/events.php:3495
1403
  msgid "XML Export"
1404
  msgstr ""
1405
 
1406
- #: app/features/events.php:3497 app/features/events.php:3498
1407
  msgid "JSON Export"
1408
  msgstr ""
1409
 
1410
- #: app/features/events.php:3500 app/features/events.php:3501
1411
- #: app/features/events.php:3683
1412
  msgid "Duplicate"
1413
  msgstr ""
1414
 
1415
- #: app/features/events.php:3550 app/features/events.php:3592
1416
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1417
  #: app/features/labels.php:177 app/features/locations.php:246
1418
  #: app/features/organizers.php:203 app/features/speakers.php:268
1419
  msgid "ID"
1420
  msgstr ""
1421
 
1422
- #: app/features/events.php:3550 app/features/events.php:3592
1423
  #: app/features/ix.php:3508 app/features/ix.php:3549
1424
  msgid "Link"
1425
  msgstr ""
1426
 
1427
- #: app/features/events.php:3550 app/features/events.php:3592
1428
  #, php-format
1429
  msgid "%s Tel"
1430
  msgstr ""
1431
 
1432
- #: app/features/events.php:3550 app/features/events.php:3592
1433
  #, php-format
1434
  msgid "%s Email"
1435
  msgstr ""
1436
 
1437
- #: app/features/events.php:3889 app/features/fes.php:223
1438
- #: app/features/profile/profile.php:186 app/libraries/main.php:2333
1439
- #: app/libraries/main.php:5448
1440
  msgid "Ticket"
1441
  msgstr ""
1442
 
1443
- #: app/features/events.php:3892 app/features/profile/profile.php:189
1444
  msgid "Variations"
1445
  msgstr ""
1446
 
1447
- #: app/features/events.php:3907 app/features/fes.php:303
1448
  msgid "Unknown"
1449
  msgstr ""
1450
 
1451
- #: app/features/events.php:3940
1452
  #, fuzzy
1453
  #| msgid "Attendees Form"
1454
  msgid "No Attendees Found!"
@@ -1492,8 +1526,8 @@ msgstr "Név"
1492
  msgid "Order Time"
1493
  msgstr "Rendelés"
1494
 
1495
- #: app/features/fes.php:223 app/libraries/main.php:2308
1496
- #: app/libraries/main.php:2396
1497
  msgid "Transaction ID"
1498
  msgstr ""
1499
 
@@ -1624,8 +1658,8 @@ msgstr ""
1624
 
1625
  #: app/features/fes/form.php:793 app/features/labels.php:61
1626
  #: app/features/labels.php:221 app/features/mec.php:413
1627
- #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5415
1628
- #: app/skins/single.php:708 app/skins/single/default.php:157
1629
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1630
  #: app/skins/single/modern.php:238
1631
  msgid "Labels"
@@ -1947,7 +1981,7 @@ msgstr "Google Naptárba mentés"
1947
 
1948
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
1949
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
1950
- #: app/features/mec/settings.php:1085 app/features/mec/single.php:297
1951
  msgid "Checking ..."
1952
  msgstr ""
1953
 
@@ -2347,7 +2381,7 @@ msgstr ""
2347
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2348
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2349
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2350
- #: app/skins/grid/render.php:55 app/skins/list/render.php:39
2351
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2352
  #: app/skins/monthly_view/calendar_clean.php:87
2353
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
@@ -2358,10 +2392,10 @@ msgid "Featured"
2358
  msgstr ""
2359
 
2360
  #: app/features/labels.php:118 app/features/labels.php:143
2361
- #: app/libraries/main.php:5662 app/skins/agenda/render.php:43
2362
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2363
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2364
- #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:56
2365
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2366
  #: app/skins/monthly_view/calendar.php:89
2367
  #: app/skins/monthly_view/calendar_clean.php:88
@@ -2378,7 +2412,7 @@ msgstr ""
2378
 
2379
  #: app/features/labels.php:180 app/features/locations.php:249
2380
  #: app/features/organizers.php:206 app/features/speakers.php:272
2381
- #: app/modules/booking/steps/tickets.php:41
2382
  msgid "Count"
2383
  msgstr ""
2384
 
@@ -2394,7 +2428,7 @@ msgstr ""
2394
 
2395
  #: app/features/locations.php:59 app/features/mec.php:414
2396
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2397
- #: app/libraries/main.php:5417
2398
  msgid "Locations"
2399
  msgstr ""
2400
 
@@ -2522,7 +2556,7 @@ msgstr ""
2522
  msgid "Don't show map in single event page"
2523
  msgstr ""
2524
 
2525
- #: app/features/locations.php:377 app/libraries/main.php:5451
2526
  #, fuzzy
2527
  #| msgid "Location"
2528
  msgid "Other Locations"
@@ -2583,7 +2617,7 @@ msgstr ""
2583
 
2584
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2585
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2586
- #: app/libraries/main.php:5419
2587
  msgid "Organizers"
2588
  msgstr ""
2589
 
@@ -2617,7 +2651,7 @@ msgid "MEC - Go Pro"
2617
  msgstr ""
2618
 
2619
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2620
- #: app/libraries/factory.php:1048
2621
  msgid "Go Pro"
2622
  msgstr ""
2623
 
@@ -2712,9 +2746,9 @@ msgstr ""
2712
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2713
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2714
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2715
- #: app/features/mec/single.php:17 app/features/mec/single.php:262
2716
- #: app/features/mec/single.php:272 app/features/mec/single.php:314
2717
- #: app/features/mec/single.php:328 app/features/mec/styles.php:11
2718
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2719
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2720
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
@@ -2910,12 +2944,6 @@ msgstr ""
2910
  msgid "Enable Organizer Payment Module"
2911
  msgstr ""
2912
 
2913
- #: app/features/mec/booking.php:585 app/features/mec/support-page.php:118
2914
- #, fuzzy
2915
- #| msgid "Organizer"
2916
- msgid "Organizer Payment"
2917
- msgstr "Szervező"
2918
-
2919
  #: app/features/mec/booking.php:586
2920
  msgid ""
2921
  "By enabling this module, organizers are able to insert their own payment "
@@ -2924,14 +2952,14 @@ msgstr ""
2924
 
2925
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
2926
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
2927
- #: app/features/mec/settings.php:1080 app/features/mec/single.php:292
2928
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
2929
  msgid "Saved"
2930
  msgstr ""
2931
 
2932
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
2933
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
2934
- #: app/features/mec/settings.php:1081 app/features/mec/single.php:293
2935
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
2936
  msgid "Settings Saved!"
2937
  msgstr ""
@@ -2940,14 +2968,14 @@ msgstr ""
2940
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
2941
  #: app/features/mec/notifications.php:907
2942
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
2943
- #: app/features/mec/settings.php:1105 app/features/mec/single.php:295
2944
- #: app/features/mec/single.php:317 app/libraries/main.php:5661
2945
  msgid "Verified"
2946
  msgstr ""
2947
 
2948
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
2949
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
2950
- #: app/features/mec/single.php:319
2951
  msgid "Please Refresh Page"
2952
  msgstr ""
2953
 
@@ -2961,7 +2989,7 @@ msgstr ""
2961
  msgid "%s - Most Powerful & Easy to Use Events Management System"
2962
  msgstr ""
2963
 
2964
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:962
2965
  msgid "Modern Events Calendar (Lite)"
2966
  msgstr ""
2967
 
@@ -3035,7 +3063,7 @@ msgid ""
3035
  msgstr ""
3036
 
3037
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3038
- #: app/libraries/factory.php:972
3039
  msgid "Upcoming Events"
3040
  msgstr ""
3041
 
@@ -3588,15 +3616,15 @@ msgstr ""
3588
 
3589
  #: app/features/mec/meta_boxes/display_options.php:637
3590
  #: app/features/mec/meta_boxes/display_options.php:661
3591
- #: app/libraries/main.php:330 app/libraries/main.php:1813
3592
- #: app/libraries/main.php:1838
3593
  msgid "List View"
3594
  msgstr ""
3595
 
3596
  #: app/features/mec/meta_boxes/display_options.php:638
3597
  #: app/features/mec/meta_boxes/display_options.php:682
3598
- #: app/libraries/main.php:331 app/libraries/main.php:1814
3599
- #: app/libraries/main.php:1839
3600
  msgid "Grid View"
3601
  msgstr ""
3602
 
@@ -3608,8 +3636,8 @@ msgstr ""
3608
 
3609
  #: app/features/mec/meta_boxes/display_options.php:640
3610
  #: app/features/mec/meta_boxes/display_options.php:703
3611
- #: app/libraries/main.php:334 app/libraries/main.php:1807
3612
- #: app/libraries/main.php:1832
3613
  msgid "Yearly View"
3614
  msgstr ""
3615
 
@@ -3620,15 +3648,15 @@ msgstr ""
3620
 
3621
  #: app/features/mec/meta_boxes/display_options.php:642
3622
  #: app/features/mec/meta_boxes/display_options.php:752
3623
- #: app/libraries/main.php:337 app/libraries/main.php:1809
3624
- #: app/libraries/main.php:1834
3625
  msgid "Weekly View"
3626
  msgstr ""
3627
 
3628
  #: app/features/mec/meta_boxes/display_options.php:643
3629
  #: app/features/mec/meta_boxes/display_options.php:762
3630
- #: app/libraries/main.php:336 app/libraries/main.php:1810
3631
- #: app/libraries/main.php:1835
3632
  msgid "Daily View"
3633
  msgstr ""
3634
 
@@ -4169,10 +4197,10 @@ msgstr ""
4169
  #: app/features/mec/meta_boxes/search_form.php:606
4170
  #: app/features/mec/meta_boxes/search_form.php:676
4171
  #: app/features/mec/meta_boxes/search_form.php:782
4172
- #: app/features/mec/settings.php:858 app/features/mec/single.php:245
4173
  #: app/features/search.php:86 app/features/speakers.php:61
4174
- #: app/features/speakers.php:269 app/libraries/main.php:5422
4175
- #: app/libraries/skins.php:965
4176
  msgid "Speaker"
4177
  msgstr ""
4178
 
@@ -4187,8 +4215,8 @@ msgstr ""
4187
  #: app/features/mec/meta_boxes/search_form.php:613
4188
  #: app/features/mec/meta_boxes/search_form.php:683
4189
  #: app/features/mec/meta_boxes/search_form.php:789
4190
- #: app/features/mec/settings.php:865 app/features/mec/single.php:254
4191
- #: app/features/search.php:92 app/libraries/skins.php:991
4192
  msgid "Tag"
4193
  msgstr ""
4194
 
@@ -4311,7 +4339,7 @@ msgstr ""
4311
  msgid "Google Maps Style"
4312
  msgstr ""
4313
 
4314
- #: app/features/mec/modules.php:114 app/features/mec/single.php:88
4315
  msgid "Default"
4316
  msgstr ""
4317
 
@@ -5137,7 +5165,7 @@ msgid "You can enable/disable Schema scripts"
5137
  msgstr ""
5138
 
5139
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5140
- #: app/libraries/main.php:5426
5141
  msgid "Weekdays"
5142
  msgstr ""
5143
 
@@ -5465,10 +5493,6 @@ msgstr ""
5465
  msgid "Event Organizer"
5466
  msgstr ""
5467
 
5468
- #: app/features/mec/settings.php:749
5469
- msgid "Booking Options"
5470
- msgstr ""
5471
-
5472
  #: app/features/mec/settings.php:755
5473
  msgid "Fees / Taxes Options"
5474
  msgstr ""
@@ -5652,7 +5676,7 @@ msgid ""
5652
  "Referred date\" shows the event date based on referred date in event list."
5653
  msgstr ""
5654
 
5655
- #: app/features/mec/single.php:65 app/features/mec/single.php:76
5656
  msgid "Single Event Style"
5657
  msgstr ""
5658
 
@@ -5660,142 +5684,142 @@ msgstr ""
5660
  msgid "Default Style"
5661
  msgstr ""
5662
 
5663
- #: app/features/mec/single.php:71
5664
  msgid "Elementor Single Builder"
5665
  msgstr ""
5666
 
5667
- #: app/features/mec/single.php:77
5668
  msgid "Choose your single event style."
5669
  msgstr ""
5670
 
5671
- #: app/features/mec/single.php:85 app/features/mec/single.php:93
5672
  #, fuzzy
5673
  #| msgid "Bookings"
5674
  msgid "Booking Style"
5675
  msgstr "Foglalások"
5676
 
5677
- #: app/features/mec/single.php:89
5678
  msgid "Modal"
5679
  msgstr ""
5680
 
5681
- #: app/features/mec/single.php:94
5682
  msgid ""
5683
  "Choose your Booking style. Note: When you set this feature to Modal, you "
5684
  "cannot see the booking box if you set popup module view on shortcodes"
5685
  msgstr ""
5686
 
5687
- #: app/features/mec/single.php:102
5688
  msgid "Disable Block Editor (Gutenberg)"
5689
  msgstr ""
5690
 
5691
- #: app/features/mec/single.php:105
5692
  msgid "Disable Block Editor"
5693
  msgstr ""
5694
 
5695
- #: app/features/mec/single.php:109
5696
  msgid "Block Editor"
5697
  msgstr ""
5698
 
5699
- #: app/features/mec/single.php:110
5700
  msgid ""
5701
  "If you want to use the new WordPress block editor you should keep this "
5702
  "checkbox unchecked."
5703
  msgstr ""
5704
 
5705
- #: app/features/mec/single.php:117 app/features/mec/single.php:124
5706
  msgid "Breadcrumbs"
5707
  msgstr ""
5708
 
5709
- #: app/features/mec/single.php:120
5710
  msgid "Enable Breadcrumbs."
5711
  msgstr ""
5712
 
5713
- #: app/features/mec/single.php:125
5714
  msgid "Check this option, for showing the breadcrumbs on single event page"
5715
  msgstr ""
5716
 
5717
- #: app/features/mec/single.php:132 app/features/mec/single.php:139
5718
  #, fuzzy
5719
  #| msgid "Organizer"
5720
  msgid "Organizer Description"
5721
  msgstr "Szervező"
5722
 
5723
- #: app/features/mec/single.php:135
5724
  msgid "Enable Description For Organizer."
5725
  msgstr ""
5726
 
5727
- #: app/features/mec/single.php:140
5728
  msgid ""
5729
  "If you want to turn on description for other organizer plase go to "
5730
  "'Additional Organizers - After enabling and saving the settings, reloading "
5731
  "the settings page.' tab"
5732
  msgstr ""
5733
 
5734
- #: app/features/mec/single.php:153
5735
  msgid "Show countdown module on event page"
5736
  msgstr ""
5737
 
5738
- #: app/features/mec/single.php:158
5739
  msgid "Countdown Style"
5740
  msgstr ""
5741
 
5742
- #: app/features/mec/single.php:161
5743
  msgid "Plain Style"
5744
  msgstr ""
5745
 
5746
- #: app/features/mec/single.php:162
5747
  msgid "Flip Style"
5748
  msgstr ""
5749
 
5750
- #: app/features/mec/single.php:170 app/features/mec/single.php:177
5751
  msgid "Exceptional days (Exclude Dates)"
5752
  msgstr ""
5753
 
5754
- #: app/features/mec/single.php:174
5755
  msgid "Show exceptional days option on Add/Edit events page"
5756
  msgstr ""
5757
 
5758
- #: app/features/mec/single.php:178
5759
  msgid ""
5760
  "Using this option you can exclude certain days from event occurrence dates."
5761
  msgstr ""
5762
 
5763
- #: app/features/mec/single.php:187 app/libraries/main.php:550
5764
  msgid "Additional Organizers"
5765
  msgstr ""
5766
 
5767
- #: app/features/mec/single.php:192
5768
  msgid ""
5769
  "Show additional organizers option on Add/Edit events page and single event "
5770
  "page."
5771
  msgstr ""
5772
 
5773
- #: app/features/mec/single.php:201
5774
  msgid "Enable Description For Other Organizers."
5775
  msgstr ""
5776
 
5777
- #: app/features/mec/single.php:209
5778
  msgid "Additional locations"
5779
  msgstr ""
5780
 
5781
- #: app/features/mec/single.php:213
5782
  msgid ""
5783
  "Show additional locations option on Add/Edit events page and single event "
5784
  "page."
5785
  msgstr ""
5786
 
5787
- #: app/features/mec/single.php:219 app/libraries/main.php:552
5788
- #: app/skins/single.php:161
5789
  #, fuzzy
5790
  #| msgid "Facebook Events"
5791
  msgid "Related Events"
5792
  msgstr "Facebook események"
5793
 
5794
- #: app/features/mec/single.php:223
5795
  msgid "Display related events based on taxonomy in single event page."
5796
  msgstr ""
5797
 
5798
- #: app/features/mec/single.php:229
5799
  msgid "Select Taxonomies:"
5800
  msgstr ""
5801
 
@@ -6403,8 +6427,8 @@ msgstr "például john@smith.com"
6403
  msgid "eg. https://webnus.net"
6404
  msgstr ""
6405
 
6406
- #: app/features/organizers.php:312 app/libraries/main.php:5450
6407
- #: app/skins/single.php:866
6408
  msgid "Other Organizers"
6409
  msgstr ""
6410
 
@@ -6473,7 +6497,7 @@ msgstr ""
6473
 
6474
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
6475
  #: app/modules/booking/steps/form.php:179
6476
- #: app/modules/booking/steps/tickets.php:77 app/skins/countdown/tpl.php:109
6477
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
6478
  msgid "Next"
6479
  msgstr "Tovább"
@@ -6528,7 +6552,7 @@ msgstr ""
6528
  msgid "Please %s/%s in order to see your bookings / profile."
6529
  msgstr ""
6530
 
6531
- #: app/features/profile/profile.php:18 app/libraries/main.php:2199
6532
  #, fuzzy
6533
  #| msgid "Bookings"
6534
  msgid "Your booking already canceled!"
@@ -6538,11 +6562,11 @@ msgstr "Foglalások"
6538
  msgid "#"
6539
  msgstr ""
6540
 
6541
- #: app/features/profile/profile.php:56 app/libraries/main.php:3225
6542
  msgid "Status"
6543
  msgstr ""
6544
 
6545
- #: app/features/profile/profile.php:59 app/libraries/main.php:2317
6546
  msgid "Attendees"
6547
  msgstr ""
6548
 
@@ -6659,9 +6683,10 @@ msgstr ""
6659
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
6660
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
6661
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
6662
- #: app/modules/next-event/details.php:104 app/skins/single.php:758
6663
- #: app/skins/single/default.php:110 app/skins/single/default.php:341
6664
- #: app/skins/single/m1.php:45 app/skins/single/modern.php:208
 
6665
  msgid "All Day"
6666
  msgstr ""
6667
 
@@ -6735,12 +6760,12 @@ msgstr ""
6735
  msgid "%s Price"
6736
  msgstr ""
6737
 
6738
- #: app/libraries/book.php:626
6739
  msgid "Discount"
6740
  msgstr ""
6741
 
6742
- #: app/libraries/book.php:716 app/modules/booking/default.php:316
6743
- #: app/modules/booking/default.php:415
6744
  msgid "Download Invoice"
6745
  msgstr ""
6746
 
@@ -6811,15 +6836,15 @@ msgstr ""
6811
  msgid "Custom sidebar for single and modal page of MEC."
6812
  msgstr ""
6813
 
6814
- #: app/libraries/factory.php:1034
6815
  msgid "News & Updates"
6816
  msgstr ""
6817
 
6818
- #: app/libraries/factory.php:1047
6819
  msgid "Blog"
6820
  msgstr ""
6821
 
6822
- #: app/libraries/factory.php:1047
6823
  msgid "Help"
6824
  msgstr ""
6825
 
@@ -6827,33 +6852,33 @@ msgstr ""
6827
  msgid "There is no excerpt because this is a protected post."
6828
  msgstr ""
6829
 
6830
- #: app/libraries/main.php:332 app/libraries/main.php:1815
6831
- #: app/libraries/main.php:1840
6832
  msgid "Agenda View"
6833
  msgstr ""
6834
 
6835
- #: app/libraries/main.php:333 app/libraries/main.php:1806
6836
- #: app/libraries/main.php:1831
6837
  msgid "Full Calendar"
6838
  msgstr ""
6839
 
6840
- #: app/libraries/main.php:335 app/libraries/main.php:1808
6841
- #: app/libraries/main.php:1833
6842
  msgid "Calendar/Monthly View"
6843
  msgstr ""
6844
 
6845
- #: app/libraries/main.php:338 app/libraries/main.php:1811
6846
- #: app/libraries/main.php:1836
6847
  msgid "Timetable View"
6848
  msgstr ""
6849
 
6850
- #: app/libraries/main.php:339 app/libraries/main.php:1812
6851
- #: app/libraries/main.php:1837
6852
  msgid "Masonry View"
6853
  msgstr ""
6854
 
6855
- #: app/libraries/main.php:340 app/libraries/main.php:1816
6856
- #: app/libraries/main.php:1841
6857
  msgid "Map View"
6858
  msgstr ""
6859
 
@@ -6881,31 +6906,31 @@ msgstr ""
6881
  msgid "Timeline View"
6882
  msgstr ""
6883
 
6884
- #: app/libraries/main.php:385 app/libraries/main.php:5428
6885
  msgid "SU"
6886
  msgstr ""
6887
 
6888
- #: app/libraries/main.php:386 app/libraries/main.php:5429
6889
  msgid "MO"
6890
  msgstr ""
6891
 
6892
- #: app/libraries/main.php:387 app/libraries/main.php:5430
6893
  msgid "TU"
6894
  msgstr ""
6895
 
6896
- #: app/libraries/main.php:388 app/libraries/main.php:5431
6897
  msgid "WE"
6898
  msgstr ""
6899
 
6900
- #: app/libraries/main.php:389 app/libraries/main.php:5432
6901
  msgid "TH"
6902
  msgstr ""
6903
 
6904
- #: app/libraries/main.php:390 app/libraries/main.php:5433
6905
  msgid "FR"
6906
  msgstr ""
6907
 
6908
- #: app/libraries/main.php:391 app/libraries/main.php:5434
6909
  msgid "SA"
6910
  msgstr ""
6911
 
@@ -6921,11 +6946,11 @@ msgstr ""
6921
  msgid "Modules"
6922
  msgstr ""
6923
 
6924
- #: app/libraries/main.php:871
6925
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
6926
  msgstr ""
6927
 
6928
- #: app/libraries/main.php:878
6929
  msgid ""
6930
  "The time has come at last, and the new practical add-ons for MEC have been "
6931
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -6933,386 +6958,386 @@ msgid ""
6933
  "below:"
6934
  msgstr ""
6935
 
6936
- #: app/libraries/main.php:880
6937
  msgid ""
6938
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
6939
  "products) and Woo products at the same time."
6940
  msgstr ""
6941
 
6942
- #: app/libraries/main.php:881
6943
  msgid ""
6944
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
6945
  "other websites without MEC. Use JSON output features to make your Apps "
6946
  "compatible with MEC."
6947
  msgstr ""
6948
 
6949
- #: app/libraries/main.php:882
6950
  msgid ""
6951
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
6952
  "main websites. Changes in the main one will be inherited by the subsites. "
6953
  "you can set these up in the admin panel."
6954
  msgstr ""
6955
 
6956
- #: app/libraries/main.php:883
6957
  msgid ""
6958
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
6959
  "pages can contain ticket purchase information, information about registered "
6960
  "events. Users can now log in to purchase tickets."
6961
  msgstr ""
6962
 
6963
- #: app/libraries/main.php:1532
6964
  msgid "Events at this location"
6965
  msgstr ""
6966
 
6967
- #: app/libraries/main.php:1532
6968
  msgid "Event at this location"
6969
  msgstr "Esemény ezen a helyszínen"
6970
 
6971
- #: app/libraries/main.php:1584
6972
  msgid "Facebook"
6973
  msgstr ""
6974
 
6975
- #: app/libraries/main.php:1585
6976
  msgid "Twitter"
6977
  msgstr ""
6978
 
6979
- #: app/libraries/main.php:1586 app/libraries/main.php:1643
6980
  msgid "Linkedin"
6981
  msgstr ""
6982
 
6983
- #: app/libraries/main.php:1587 app/libraries/main.php:1679
6984
  msgid "VK"
6985
  msgstr ""
6986
 
6987
- #: app/libraries/main.php:1588
6988
  msgid "Tumblr"
6989
  msgstr ""
6990
 
6991
- #: app/libraries/main.php:1589
6992
  msgid "Pinterest"
6993
  msgstr ""
6994
 
6995
- #: app/libraries/main.php:1590
6996
  msgid "Flipboard"
6997
  msgstr ""
6998
 
6999
- #: app/libraries/main.php:1591
7000
  #, fuzzy
7001
  #| msgid "First name"
7002
  msgid "GetPocket"
7003
  msgstr "Keresztnév"
7004
 
7005
- #: app/libraries/main.php:1592
7006
  msgid "Reddit"
7007
  msgstr ""
7008
 
7009
- #: app/libraries/main.php:1593
7010
  msgid "WhatsApp"
7011
  msgstr ""
7012
 
7013
- #: app/libraries/main.php:1594
7014
  msgid "Telegram"
7015
  msgstr ""
7016
 
7017
- #: app/libraries/main.php:1613
7018
  msgid "Share on Facebook"
7019
  msgstr ""
7020
 
7021
- #: app/libraries/main.php:1628
7022
  msgid "Tweet"
7023
  msgstr ""
7024
 
7025
- #: app/libraries/main.php:1694
7026
  msgid "Share on Tumblr"
7027
  msgstr ""
7028
 
7029
- #: app/libraries/main.php:1710
7030
  msgid "Share on Pinterest"
7031
  msgstr ""
7032
 
7033
- #: app/libraries/main.php:1726
7034
  msgid "Share on Flipboard"
7035
  msgstr ""
7036
 
7037
- #: app/libraries/main.php:1744
7038
  msgid "Share on GetPocket"
7039
  msgstr ""
7040
 
7041
- #: app/libraries/main.php:1760
7042
  msgid "Share on Reddit"
7043
  msgstr ""
7044
 
7045
- #: app/libraries/main.php:1776
7046
  msgid "Share on Telegram"
7047
  msgstr ""
7048
 
7049
- #: app/libraries/main.php:1794
7050
  msgid "Share on WhatsApp"
7051
  msgstr ""
7052
 
7053
- #: app/libraries/main.php:1817
7054
  msgid "Custom Shortcode"
7055
  msgstr ""
7056
 
7057
- #: app/libraries/main.php:2179
7058
  msgid "Your booking already verified!"
7059
  msgstr ""
7060
 
7061
- #: app/libraries/main.php:2184
7062
  msgid "Your booking successfully verified."
7063
  msgstr ""
7064
 
7065
- #: app/libraries/main.php:2185
7066
  msgid "Your booking cannot verify!"
7067
  msgstr ""
7068
 
7069
- #: app/libraries/main.php:2204
7070
  msgid "Your booking successfully canceled."
7071
  msgstr ""
7072
 
7073
- #: app/libraries/main.php:2205
7074
  msgid "Your booking cannot be canceled."
7075
  msgstr ""
7076
 
7077
- #: app/libraries/main.php:2209
7078
  msgid "You canceled the payment successfully."
7079
  msgstr ""
7080
 
7081
- #: app/libraries/main.php:2213
7082
  msgid "You returned from payment gateway successfully."
7083
  msgstr ""
7084
 
7085
- #: app/libraries/main.php:2229
7086
  msgid "Cannot find the invoice!"
7087
  msgstr ""
7088
 
7089
- #: app/libraries/main.php:2229
7090
  #, fuzzy
7091
  #| msgid "Payment is invalid."
7092
  msgid "Invoice is invalid."
7093
  msgstr "Fizetés érvénytelen"
7094
 
7095
- #: app/libraries/main.php:2249
7096
  msgid ""
7097
  "Your booking still is not confirmed. You can download it after confirmation!"
7098
  msgstr ""
7099
 
7100
- #: app/libraries/main.php:2249
7101
  msgid "Booking Not Confirmed."
7102
  msgstr ""
7103
 
7104
- #: app/libraries/main.php:2255
7105
  msgid "Cannot find the booking!"
7106
  msgstr ""
7107
 
7108
- #: app/libraries/main.php:2255
7109
  msgid "Booking is invalid."
7110
  msgstr ""
7111
 
7112
- #: app/libraries/main.php:2287
7113
  #, php-format
7114
  msgid "%s Invoice"
7115
  msgstr ""
7116
 
7117
- #: app/libraries/main.php:2363
7118
  msgid "Billing"
7119
  msgstr ""
7120
 
7121
- #: app/libraries/main.php:2375
7122
  msgid "Coupon Code"
7123
  msgstr ""
7124
 
7125
- #: app/libraries/main.php:2380
7126
  msgid "Total"
7127
  msgstr ""
7128
 
7129
- #: app/libraries/main.php:2387
7130
  msgid "Payment"
7131
  msgstr ""
7132
 
7133
- #: app/libraries/main.php:2391
7134
  msgid "Gateway"
7135
  msgstr ""
7136
 
7137
- #: app/libraries/main.php:2404
7138
  msgid "Payment Time"
7139
  msgstr ""
7140
 
7141
- #: app/libraries/main.php:2465
7142
  #, fuzzy
7143
  #| msgid "Payment is invalid."
7144
  msgid "Request is not valid."
7145
  msgstr "Fizetés érvénytelen"
7146
 
7147
- #: app/libraries/main.php:2465
7148
  msgid "iCal export stopped!"
7149
  msgstr ""
7150
 
7151
- #: app/libraries/main.php:2809 app/libraries/main.php:2839
7152
- #: app/libraries/main.php:2868 app/libraries/main.php:2898
7153
- #: app/libraries/main.php:2927 app/libraries/main.php:2956
7154
- #: app/libraries/main.php:2985 app/libraries/main.php:3014
7155
- #: app/libraries/main.php:3043 app/libraries/main.php:3067
7156
- #: app/libraries/main.php:3111 app/libraries/main.php:3155
7157
- #: app/libraries/main.php:3202 app/libraries/main.php:3249
7158
  msgid "Sort"
7159
  msgstr ""
7160
 
7161
- #: app/libraries/main.php:2815 app/libraries/main.php:2845
7162
- #: app/libraries/main.php:2874 app/libraries/main.php:2904
7163
- #: app/libraries/main.php:2933 app/libraries/main.php:2962
7164
- #: app/libraries/main.php:2991 app/libraries/main.php:3020
7165
- #: app/libraries/main.php:3073 app/libraries/main.php:3117
7166
- #: app/libraries/main.php:3161 app/libraries/main.php:3208
7167
  msgid "Required Field"
7168
  msgstr "Töltse ki az adatokat!"
7169
 
7170
- #: app/libraries/main.php:2821 app/libraries/main.php:2851
7171
- #: app/libraries/main.php:2880 app/libraries/main.php:2910
7172
- #: app/libraries/main.php:2939 app/libraries/main.php:2968
7173
- #: app/libraries/main.php:2997 app/libraries/main.php:3026
7174
- #: app/libraries/main.php:3079 app/libraries/main.php:3123
7175
- #: app/libraries/main.php:3167 app/libraries/main.php:3214
7176
  msgid "Insert a label for this field"
7177
  msgstr ""
7178
 
7179
- #: app/libraries/main.php:3049
7180
  msgid "HTML and shortcode are allowed."
7181
  msgstr ""
7182
 
7183
- #: app/libraries/main.php:3092 app/libraries/main.php:3136
7184
- #: app/libraries/main.php:3180
7185
  msgid "Option"
7186
  msgstr ""
7187
 
7188
- #: app/libraries/main.php:3214
7189
  #, php-format
7190
  msgid "Instead of %s, the page title with a link will be show."
7191
  msgstr ""
7192
 
7193
- #: app/libraries/main.php:3216
7194
  msgid "Agreement Page"
7195
  msgstr ""
7196
 
7197
- #: app/libraries/main.php:3227
7198
  msgid "Checked by default"
7199
  msgstr ""
7200
 
7201
- #: app/libraries/main.php:3228
7202
  msgid "Unchecked by default"
7203
  msgstr ""
7204
 
7205
- #: app/libraries/main.php:3251
7206
  msgid "Insert a label for this option"
7207
  msgstr ""
7208
 
7209
- #: app/libraries/main.php:3266
7210
  msgid "Free"
7211
  msgstr "Ingyenes"
7212
 
7213
- #: app/libraries/main.php:3872 app/libraries/main.php:5676
7214
  msgid "M.E. Calender"
7215
  msgstr ""
7216
 
7217
- #: app/libraries/main.php:4027
7218
  #, php-format
7219
  msgid "Copy of %s"
7220
  msgstr ""
7221
 
7222
- #: app/libraries/main.php:4793
7223
  msgid "Booked an event."
7224
  msgstr ""
7225
 
7226
- #: app/libraries/main.php:4834
7227
  #, php-format
7228
  msgid "%s booked %s event."
7229
  msgstr ""
7230
 
7231
- #: app/libraries/main.php:5411
7232
  msgid "Taxonomies"
7233
  msgstr ""
7234
 
7235
- #: app/libraries/main.php:5413
7236
  msgid "Category Plural Label"
7237
  msgstr ""
7238
 
7239
- #: app/libraries/main.php:5414
7240
  msgid "Category Singular Label"
7241
  msgstr ""
7242
 
7243
- #: app/libraries/main.php:5415
7244
  msgid "Label Plural Label"
7245
  msgstr ""
7246
 
7247
- #: app/libraries/main.php:5416
7248
  msgid "Label Singular Label"
7249
  msgstr ""
7250
 
7251
- #: app/libraries/main.php:5416
7252
  msgid "label"
7253
  msgstr ""
7254
 
7255
- #: app/libraries/main.php:5417
7256
  msgid "Location Plural Label"
7257
  msgstr ""
7258
 
7259
- #: app/libraries/main.php:5418
7260
  msgid "Location Singular Label"
7261
  msgstr ""
7262
 
7263
- #: app/libraries/main.php:5419
7264
  msgid "Organizer Plural Label"
7265
  msgstr ""
7266
 
7267
- #: app/libraries/main.php:5420
7268
  msgid "Organizer Singular Label"
7269
  msgstr ""
7270
 
7271
- #: app/libraries/main.php:5421
7272
  msgid "Speaker Plural Label"
7273
  msgstr ""
7274
 
7275
- #: app/libraries/main.php:5422
7276
  msgid "Speaker Singular Label"
7277
  msgstr ""
7278
 
7279
- #: app/libraries/main.php:5428
7280
  msgid "Sunday abbreviation"
7281
  msgstr ""
7282
 
7283
- #: app/libraries/main.php:5429
7284
  msgid "Monday abbreviation"
7285
  msgstr ""
7286
 
7287
- #: app/libraries/main.php:5430
7288
  msgid "Tuesday abbreviation"
7289
  msgstr ""
7290
 
7291
- #: app/libraries/main.php:5431
7292
  msgid "Wednesday abbreviation"
7293
  msgstr ""
7294
 
7295
- #: app/libraries/main.php:5432
7296
  msgid "Thursday abbreviation"
7297
  msgstr ""
7298
 
7299
- #: app/libraries/main.php:5433
7300
  msgid "Friday abbreviation"
7301
  msgstr ""
7302
 
7303
- #: app/libraries/main.php:5434
7304
  msgid "Saturday abbreviation"
7305
  msgstr ""
7306
 
7307
- #: app/libraries/main.php:5438
7308
  msgid "Others"
7309
  msgstr ""
7310
 
7311
- #: app/libraries/main.php:5440
7312
  msgid "Booking Success Message"
7313
  msgstr ""
7314
 
7315
- #: app/libraries/main.php:5440
7316
  #, fuzzy
7317
  #| msgid ""
7318
  #| "Thanks for your booking. Your tickets booked, booking verification might "
@@ -7324,116 +7349,117 @@ msgstr ""
7324
  "Köszönjük a foglalást! Kérjük ellenőrizze emailjeit, lehetséges, hogy "
7325
  "jóváhagyásra lesz szükség!"
7326
 
7327
- #: app/libraries/main.php:5441 app/widgets/single.php:131
7328
  msgid "Register Button"
7329
  msgstr ""
7330
 
7331
- #: app/libraries/main.php:5441 app/skins/available_spot/tpl.php:189
7332
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
7333
- #: app/skins/grid/render.php:84 app/skins/grid/render.php:139
7334
- #: app/skins/grid/render.php:189 app/skins/grid/render.php:209
7335
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
7336
- #: app/skins/masonry/render.php:150 app/skins/single.php:779
7337
- #: app/skins/single.php:782 app/skins/single/default.php:270
7338
- #: app/skins/single/default.php:272 app/skins/single/default.php:501
7339
- #: app/skins/single/default.php:503 app/skins/single/m1.php:142
7340
- #: app/skins/single/m1.php:144 app/skins/single/m2.php:67
7341
- #: app/skins/single/m2.php:69 app/skins/single/modern.php:78
7342
- #: app/skins/single/modern.php:80 app/skins/slider/render.php:71
7343
- #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
7344
- #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
 
7345
  msgid "REGISTER"
7346
  msgstr "REGISZTRÁCIÓ"
7347
 
7348
- #: app/libraries/main.php:5442
7349
  msgid "View Detail Button"
7350
  msgstr ""
7351
 
7352
- #: app/libraries/main.php:5442 app/skins/carousel/render.php:109
7353
- #: app/skins/carousel/render.php:148 app/skins/grid/render.php:84
7354
- #: app/skins/grid/render.php:139 app/skins/grid/render.php:189
7355
- #: app/skins/grid/render.php:209 app/skins/list/render.php:67
7356
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
7357
- #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
7358
- #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
7359
- #: app/skins/slider/render.php:173
7360
  msgid "View Detail"
7361
  msgstr ""
7362
 
7363
- #: app/libraries/main.php:5443
7364
  msgid "Event Detail Button"
7365
  msgstr ""
7366
 
7367
- #: app/libraries/main.php:5443 app/skins/countdown/tpl.php:213
7368
  msgid "Event Detail"
7369
  msgstr ""
7370
 
7371
- #: app/libraries/main.php:5445
7372
  msgid "More Info Link"
7373
  msgstr ""
7374
 
7375
- #: app/libraries/main.php:5448
7376
  msgid "Ticket (Singular)"
7377
  msgstr ""
7378
 
7379
- #: app/libraries/main.php:5449
7380
  msgid "Tickets (Plural)"
7381
  msgstr ""
7382
 
7383
- #: app/libraries/main.php:5535
7384
  msgid "EventON"
7385
  msgstr ""
7386
 
7387
- #: app/libraries/main.php:5536
7388
  msgid "The Events Calendar"
7389
  msgstr ""
7390
 
7391
- #: app/libraries/main.php:5537
7392
  msgid "Events Schedule WP Plugin"
7393
  msgstr ""
7394
 
7395
- #: app/libraries/main.php:5538
7396
  msgid "Calendarize It"
7397
  msgstr ""
7398
 
7399
- #: app/libraries/main.php:5539
7400
  msgid "Event Espresso"
7401
  msgstr ""
7402
 
7403
- #: app/libraries/main.php:5540
7404
  msgid "Events Manager (Recurring)"
7405
  msgstr ""
7406
 
7407
- #: app/libraries/main.php:5541
7408
  msgid "Events Manager (Single)"
7409
  msgstr ""
7410
 
7411
- #: app/libraries/main.php:5613 app/libraries/main.php:5633
7412
  msgid "Confirmed"
7413
  msgstr ""
7414
 
7415
- #: app/libraries/main.php:5614 app/libraries/main.php:5641
7416
  msgid "Rejected"
7417
  msgstr ""
7418
 
7419
- #: app/libraries/main.php:5615 app/libraries/main.php:5637
7420
  msgid "Pending"
7421
  msgstr ""
7422
 
7423
- #: app/libraries/main.php:5663
7424
  msgid "Waiting"
7425
  msgstr ""
7426
 
7427
- #: app/libraries/main.php:5868 app/libraries/render.php:80
7428
  #: app/libraries/render.php:432
7429
  msgid "Skin controller does not exist."
7430
  msgstr ""
7431
 
7432
- #: app/libraries/main.php:6049
7433
  msgid "Sold Out"
7434
  msgstr ""
7435
 
7436
- #: app/libraries/main.php:6057
7437
  #, fuzzy
7438
  #| msgid "First name"
7439
  msgid "Last Few Tickets"
@@ -7490,7 +7516,7 @@ msgstr ""
7490
  msgid "No"
7491
  msgstr ""
7492
 
7493
- #: app/libraries/skins.php:1037
7494
  msgid "Select"
7495
  msgstr ""
7496
 
@@ -7543,21 +7569,21 @@ msgstr ""
7543
  msgid "Thanks for your booking."
7544
  msgstr ""
7545
 
7546
- #: app/modules/booking/steps/tickets.php:21
7547
  msgid "Book Event"
7548
  msgstr "Foglalás az eseményre"
7549
 
7550
- #: app/modules/booking/steps/tickets.php:43
7551
  #, php-format
7552
  msgid "Available %s: <span>%s</span>"
7553
  msgstr ""
7554
 
7555
- #: app/modules/booking/steps/tickets.php:47
7556
  #, php-format
7557
  msgid "The %s ticket sales has stopped!"
7558
  msgstr ""
7559
 
7560
- #: app/modules/booking/steps/tickets.php:48
7561
  #, php-format
7562
  msgid "The %s ticket is sold out. You can try another ticket or another date."
7563
  msgstr ""
@@ -7570,15 +7596,15 @@ msgstr ""
7570
  msgid "The event is ongoing."
7571
  msgstr ""
7572
 
7573
- #: app/modules/googlemap/details.php:124
7574
  msgid "Address from ..."
7575
  msgstr "Honnan"
7576
 
7577
- #: app/modules/googlemap/details.php:128
7578
  msgid "Get Directions"
7579
  msgstr ""
7580
 
7581
- #: app/modules/links/details.php:17 app/skins/single.php:468
7582
  msgid "Share this event"
7583
  msgstr ""
7584
 
@@ -7629,7 +7655,7 @@ msgstr ""
7629
  msgid "Go to occurrence page"
7630
  msgstr ""
7631
 
7632
- #: app/modules/next-event/details.php:98 app/skins/single.php:752
7633
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
7634
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
7635
  msgid "Time"
@@ -7759,24 +7785,24 @@ msgstr ""
7759
  msgid "No Events"
7760
  msgstr ""
7761
 
7762
- #: app/skins/single.php:209
7763
  msgid "Home"
7764
  msgstr ""
7765
 
7766
- #: app/skins/single.php:551 app/skins/single/default.php:53
7767
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
7768
  #: app/skins/single/modern.php:281
7769
  msgid "Sold out!"
7770
  msgstr ""
7771
 
7772
- #: app/skins/single.php:826 app/skins/single.php:881
7773
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
7774
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
7775
  #: app/skins/single/modern.php:46
7776
  msgid "Phone"
7777
  msgstr ""
7778
 
7779
- #: app/skins/single.php:840 app/skins/single.php:895
7780
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
7781
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
7782
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
@@ -7785,7 +7811,7 @@ msgstr ""
7785
  msgid "Website"
7786
  msgstr "Honlap"
7787
 
7788
- #: app/skins/single.php:971
7789
  msgid "Speakers:"
7790
  msgstr ""
7791
 
@@ -7884,7 +7910,7 @@ msgid "An awesome plugin for events calendar"
7884
  msgstr ""
7885
 
7886
  #. Author of the plugin/theme
7887
- msgid "Webnus Team"
7888
  msgstr ""
7889
 
7890
  #. Author URI of the plugin/theme
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2020-04-28 17:17+0430\n"
5
+ "PO-Revision-Date: 2020-04-28 17:18+0430\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: hu_HU\n"
22
 
23
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
24
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
25
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:945
26
+ #: app/libraries/factory.php:964 app/widgets/MEC.php:33
27
  msgid "Modern Events Calendar"
28
  msgstr ""
29
 
77
  msgid "Settings"
78
  msgstr ""
79
 
80
+ #: app/features/contextual.php:62 app/features/events.php:1549
81
+ #: app/features/events.php:2502 app/features/mec/booking.php:448
82
+ #: app/features/mec/support.php:29 app/libraries/main.php:560
83
  msgid "Booking Form"
84
  msgstr ""
85
 
197
  msgid "Google Recaptcha Options"
198
  msgstr ""
199
 
200
+ #: app/features/contextual.php:258 app/features/mec/single.php:150
201
  #: app/libraries/main.php:548
202
  msgid "Countdown Options"
203
  msgstr ""
296
  msgid "No events found in Trash!"
297
  msgstr ""
298
 
299
+ #: app/features/events.php:183 app/features/events.php:3373
300
  #: app/features/mec/meta_boxes/display_options.php:1385
301
  #: app/features/mec/meta_boxes/search_form.php:31
302
  #: app/features/mec/meta_boxes/search_form.php:101
309
  #: app/features/mec/meta_boxes/search_form.php:584
310
  #: app/features/mec/meta_boxes/search_form.php:654
311
  #: app/features/mec/meta_boxes/search_form.php:760
312
+ #: app/features/mec/settings.php:839 app/features/mec/single.php:233
313
+ #: app/features/search.php:68 app/libraries/main.php:5424
314
+ #: app/libraries/skins.php:892 app/skins/single.php:774
315
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
316
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
317
  #: app/skins/single/modern.php:128
318
  msgid "Category"
319
  msgstr "kategória"
320
 
321
+ #: app/features/events.php:184 app/features/events.php:3328
322
  #: app/features/fes/form.php:767 app/features/mec.php:412
323
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5423
324
  msgid "Categories"
325
  msgstr ""
326
 
405
  msgstr ""
406
 
407
  #: app/features/events.php:334 app/features/events.php:1294
408
+ #: app/features/mec/settings.php:743 app/skins/single.php:1159
409
  msgid "Hourly Schedule"
410
  msgstr "Programterv"
411
 
419
  msgid "Links"
420
  msgstr ""
421
 
422
+ #: app/features/events.php:337 app/features/events.php:3375
423
+ #: app/features/events.php:3566 app/features/events.php:3608
424
  #: app/features/ix.php:3508 app/features/ix.php:3549
425
  #: app/features/mec/meta_boxes/display_options.php:1388
426
  #: app/features/mec/meta_boxes/search_form.php:46
434
  #: app/features/mec/meta_boxes/search_form.php:599
435
  #: app/features/mec/meta_boxes/search_form.php:669
436
  #: app/features/mec/meta_boxes/search_form.php:775
437
+ #: app/features/mec/settings.php:851 app/features/mec/single.php:237
438
  #: app/features/organizers.php:58 app/features/organizers.php:204
439
  #: app/features/organizers.php:260 app/features/organizers.php:262
440
  #: app/features/organizers.php:271 app/features/popup/event.php:293
441
  #: app/features/popup/event.php:302 app/features/search.php:80
442
+ #: app/libraries/main.php:5430 app/libraries/skins.php:944
443
+ #: app/skins/single.php:1018 app/skins/single/default.php:227
444
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
445
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
446
  msgid "Organizer"
447
  msgstr "Szervező"
448
 
449
  #: app/features/events.php:338 app/features/events.php:1171
450
+ #: app/features/fes/form.php:740 app/libraries/main.php:5457
451
+ #: app/skins/single.php:797 app/skins/single/default.php:128
452
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
453
  #: app/skins/single/modern.php:223
454
  msgid "Cost"
466
  msgid "Guest Data"
467
  msgstr ""
468
 
469
+ #: app/features/events.php:471 app/features/events.php:2484
470
+ #: app/features/events.php:3899 app/features/fes.php:223
471
  #: app/features/fes/form.php:699 app/features/labels.php:178
472
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
473
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
475
  msgid "Name"
476
  msgstr "Név"
477
 
478
+ #: app/features/events.php:472 app/features/events.php:2495
479
+ #: app/features/events.php:2571 app/features/events.php:3902
480
  #: app/features/fes.php:223 app/features/fes/form.php:695
481
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
482
  #: app/features/organizers.php:111 app/features/organizers.php:152
483
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
484
+ #: app/features/speakers.php:196 app/libraries/main.php:1596
485
+ #: app/libraries/main.php:1665 app/libraries/main.php:2900
486
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
487
+ #: app/modules/booking/steps/form.php:83 app/skins/single.php:1035
488
+ #: app/skins/single.php:1090 app/skins/single/default.php:244
489
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
490
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
491
  msgid "Email"
496
  msgstr ""
497
 
498
  #: app/features/events.php:483 app/features/events.php:489
499
+ #: app/features/events.php:3376 app/features/events.php:3566
500
+ #: app/features/events.php:3608 app/features/fes/form.php:250
501
  #: app/features/fes/form.php:254 app/features/ix.php:3508
502
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
503
  #: app/features/mec/dashboard.php:405
521
  msgstr ""
522
 
523
  #: app/features/events.php:561 app/features/events.php:653
524
+ #: app/features/events.php:1757 app/features/events.php:1816
525
+ #: app/features/events.php:2009 app/features/events.php:2048
526
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
527
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
528
  msgid "AM"
529
  msgstr ""
530
 
531
  #: app/features/events.php:568 app/features/events.php:660
532
+ #: app/features/events.php:1764 app/features/events.php:1823
533
+ #: app/features/events.php:2010 app/features/events.php:2049
534
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
535
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
536
  msgid "PM"
537
  msgstr ""
538
 
539
  #: app/features/events.php:575 app/features/events.php:580
540
+ #: app/features/events.php:3377 app/features/events.php:3566
541
+ #: app/features/events.php:3608 app/features/fes/form.php:290
542
  #: app/features/fes/form.php:294 app/features/ix.php:3508
543
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
544
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
572
  #: app/features/events.php:707 app/features/events.php:828
573
  #: app/features/events.php:1134 app/features/events.php:1211
574
  #: app/features/events.php:1519 app/features/events.php:1609
575
+ #: app/features/events.php:1844 app/features/events.php:1859
576
+ #: app/features/events.php:2068 app/features/events.php:2081
577
+ #: app/features/events.php:2232 app/features/events.php:2268
578
+ #: app/features/events.php:2366 app/features/events.php:2381
579
+ #: app/features/events.php:2411 app/features/events.php:2424
580
  #: app/features/fes/form.php:651 app/features/locations.php:316
581
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
582
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
637
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
638
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
639
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
640
+ #: app/features/mec/single.php:58 app/features/mec/single.php:78
641
+ #: app/features/mec/single.php:95 app/features/mec/single.php:111
642
+ #: app/features/mec/single.php:126 app/features/mec/single.php:179
643
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
644
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
645
  #: app/features/organizers.php:272 app/features/popup/event.php:256
646
+ #: app/features/popup/event.php:303 app/skins/single.php:881
647
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
648
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
649
  #: app/skins/single/modern.php:151
721
  msgid "Week Days"
722
  msgstr ""
723
 
724
+ #: app/features/events.php:818 app/features/events.php:1928
725
+ #: app/features/events.php:1956 app/features/events.php:2136
726
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
727
  #: app/features/ix/import_g_calendar.php:51
728
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
729
  msgid "Start"
730
  msgstr ""
731
 
732
+ #: app/features/events.php:820 app/features/events.php:1932
733
+ #: app/features/events.php:1960 app/features/events.php:2140
734
  #: app/features/fes/form.php:381
735
  msgid "End"
736
  msgstr ""
737
 
738
  #: app/features/events.php:822 app/features/events.php:1205
739
  #: app/features/events.php:1325 app/features/events.php:1430
740
+ #: app/features/events.php:1911 app/features/events.php:2125
741
+ #: app/features/events.php:2205 app/features/events.php:2338
742
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
743
  msgid "Add"
744
  msgstr ""
811
  msgid "Show only one occurrence of this event"
812
  msgstr ""
813
 
814
+ #: app/features/events.php:1167 app/features/events.php:3566
815
+ #: app/features/events.php:3608 app/features/fes/form.php:737
816
  #: app/features/ix.php:3508 app/features/ix.php:3549
817
+ #: app/features/mec/settings.php:689 app/libraries/main.php:5456
818
  #: app/widgets/single.php:103
819
  msgid "Event Cost"
820
  msgstr ""
827
  msgid "Exclude certain days"
828
  msgstr ""
829
 
830
+ #: app/features/events.php:1203 app/features/events.php:2572
831
  #: app/features/fes.php:223 app/features/mec/booking.php:500
832
+ #: app/features/profile/profile.php:53 app/libraries/main.php:2303
833
+ #: app/libraries/main.php:2958 app/modules/booking/steps/tickets.php:28
834
+ #: app/modules/next-event/details.php:93 app/skins/single.php:855
835
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
836
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
837
  msgid "Date"
865
 
866
  #: app/features/events.php:1310 app/features/events.php:1349
867
  #: app/features/events.php:1384 app/features/events.php:1416
868
+ #: app/features/events.php:1445 app/features/events.php:2353
869
+ #: app/features/events.php:2400 app/features/events.php:3372
870
+ #: app/features/events.php:3566 app/features/events.php:3608
871
  #: app/features/fes/form.php:239 app/features/ix.php:3508
872
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
873
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
876
 
877
  #: app/features/events.php:1319 app/features/events.php:1356
878
  #: app/features/events.php:1389 app/features/events.php:1424
879
+ #: app/features/events.php:1450 app/features/events.php:1942
880
+ #: app/features/events.php:1968 app/features/events.php:2146
881
+ #: app/features/events.php:2245 app/features/events.php:2281
882
+ #: app/features/events.php:2388 app/features/events.php:2430
883
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
884
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
885
+ #: app/libraries/main.php:2819 app/libraries/main.php:2849
886
+ #: app/libraries/main.php:2878 app/libraries/main.php:2908
887
+ #: app/libraries/main.php:2937 app/libraries/main.php:2966
888
+ #: app/libraries/main.php:2995 app/libraries/main.php:3024
889
+ #: app/libraries/main.php:3046 app/libraries/main.php:3077
890
+ #: app/libraries/main.php:3121 app/libraries/main.php:3165
891
+ #: app/libraries/main.php:3212 app/libraries/main.php:3251
892
  msgid "Remove"
893
  msgstr ""
894
 
907
  msgstr ""
908
 
909
  #: app/features/events.php:1353 app/features/events.php:1387
910
+ #: app/features/events.php:1448 app/features/events.php:1832
911
+ #: app/features/events.php:2057
912
  msgid "Description"
913
  msgstr ""
914
 
916
  #: app/features/events.php:1453 app/features/fes/form.php:861
917
  #: app/features/mec.php:420 app/features/mec/modules.php:52
918
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
919
+ #: app/libraries/main.php:565 app/libraries/main.php:5431
920
  #: app/modules/speakers/details.php:18
921
  msgid "Speakers"
922
  msgstr ""
931
  msgstr ""
932
 
933
  #: app/features/events.php:1487 app/features/events.php:1493
934
+ #: app/features/fes/form.php:716 app/libraries/main.php:5454
935
  msgid "Event Link"
936
  msgstr ""
937
 
952
  msgstr ""
953
 
954
  #: app/features/events.php:1503 app/features/events.php:1516
955
+ #: app/features/fes/form.php:721 app/libraries/main.php:5455
956
+ #: app/skins/single.php:880 app/skins/single/default.php:142
957
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
958
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
959
  #: app/widgets/single.php:107
978
  "Insert full link including http(s)://"
979
  msgstr ""
980
 
981
+ #: app/features/events.php:1540 app/features/mec/settings.php:749
982
+ msgid "Booking Options"
983
+ msgstr ""
984
+
985
+ #: app/features/events.php:1541
986
+ #, fuzzy
987
+ #| msgid "Bookings"
988
+ msgid "Total User Booking Limits"
989
+ msgstr "Foglalások"
990
+
991
+ #: app/features/events.php:1542 app/features/events.php:1684
992
+ #: app/libraries/book.php:60 app/libraries/main.php:5459
993
+ #: app/modules/booking/steps/tickets.php:51
994
+ msgid "Tickets"
995
+ msgstr ""
996
+
997
+ #: app/features/events.php:1544 app/features/events.php:2182
998
+ msgid "Fees"
999
+ msgstr ""
1000
+
1001
+ #: app/features/events.php:1547 app/features/events.php:2314
1002
+ #: app/features/mec/settings.php:761
1003
+ msgid "Ticket Variations / Options"
1004
+ msgstr ""
1005
+
1006
+ #: app/features/events.php:1551 app/features/mec/booking.php:585
1007
+ #: app/features/mec/support-page.php:118
1008
+ #, fuzzy
1009
+ #| msgid "Organizer"
1010
+ msgid "Organizer Payment"
1011
+ msgstr "Szervező"
1012
+
1013
+ #: app/features/events.php:1591 app/features/events.php:1605
1014
  #, fuzzy
1015
  #| msgid "Bookings"
1016
  msgid "Total booking limit"
1017
  msgstr "Foglalások"
1018
 
1019
+ #: app/features/events.php:1602 app/features/events.php:1880
1020
+ #: app/features/events.php:2095 app/modules/booking/default.php:85
1021
+ #: app/modules/booking/steps/tickets.php:51
1022
  #: app/skins/available_spot/tpl.php:122
1023
  msgid "Unlimited"
1024
  msgstr ""
1037
  msgid "100"
1038
  msgstr ""
1039
 
1040
+ #: app/features/events.php:1620 app/features/events.php:1634
1041
+ msgid "Book All Occurrences"
1042
+ msgstr ""
1043
+
1044
+ #: app/features/events.php:1631
1045
+ msgid "Sell all occurrences by one booking"
1046
+ msgstr ""
1047
+
1048
+ #: app/features/events.php:1637
1049
+ msgid ""
1050
+ "If you have a series of events and you want to sell all of them at once, "
1051
+ "this option is for you! For example a weekly yoga course or something "
1052
+ "similar."
1053
+ msgstr ""
1054
+
1055
+ #: app/features/events.php:1647
1056
  msgid "Total user booking limits"
1057
  msgstr ""
1058
 
1059
+ #: app/features/events.php:1658 app/features/events.php:2194
1060
+ #: app/features/events.php:2326 app/features/events.php:2514
1061
  msgid "Inherit from global options"
1062
  msgstr ""
1063
 
1064
+ #: app/features/events.php:1661
1065
  msgid "12"
1066
  msgstr ""
1067
 
1068
+ #: app/features/events.php:1687
 
 
 
 
 
1069
  msgid ""
1070
  "You're translating an event so MEC will use the original event for tickets "
1071
  "and booking. You can only translate the ticket name and description. Please "
1072
  "define exact tickets that you defined in the original event here."
1073
  msgstr ""
1074
 
1075
+ #: app/features/events.php:1692
1076
  #, fuzzy
1077
  #| msgid "First name"
1078
  msgid "Add Ticket"
1079
  msgstr "Keresztnév"
1080
 
1081
+ #: app/features/events.php:1706 app/features/events.php:1982
1082
  msgid "Ticket Name"
1083
  msgstr ""
1084
 
1085
+ #: app/features/events.php:1711 app/features/events.php:1986
1086
+ #: app/features/events.php:3566 app/features/events.php:3608
1087
  #: app/features/ix.php:3508 app/features/ix.php:3549
1088
  msgid "Start Time"
1089
  msgstr ""
1090
 
1091
+ #: app/features/events.php:1770 app/features/events.php:2016
1092
+ #: app/features/events.php:3566 app/features/events.php:3608
1093
  #: app/features/ix.php:3508 app/features/ix.php:3549
1094
  msgid "End Time"
1095
  msgstr ""
1096
 
1097
+ #: app/features/events.php:1837 app/features/events.php:1841
1098
+ #: app/features/events.php:1936 app/features/events.php:1963
1099
+ #: app/features/events.php:2062 app/features/events.php:2065
1100
+ #: app/features/events.php:2142 app/features/events.php:2359
1101
+ #: app/features/events.php:2363 app/features/events.php:2405
1102
+ #: app/features/events.php:2408 app/features/mec/booking.php:388
1103
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1104
  #: app/features/mec/booking.php:423
1105
  msgid "Price"
1106
  msgstr ""
1107
 
1108
+ #: app/features/events.php:1842 app/features/events.php:2066
1109
  msgid ""
1110
  "Insert 0 for free ticket. Only numbers please — Enter only the price without "
1111
  "any symbols or characters."
1112
  msgstr ""
1113
 
1114
+ #: app/features/events.php:1851 app/features/events.php:1856
1115
+ #: app/features/events.php:2075 app/features/events.php:2078
1116
  msgid "Price Label"
1117
  msgstr ""
1118
 
1119
+ #: app/features/events.php:1857 app/features/events.php:2079
1120
  msgid "For showing on website. e.g. $15"
1121
  msgstr ""
1122
 
1123
+ #: app/features/events.php:1867 app/features/events.php:2089
1124
  msgid "Available Tickets"
1125
  msgstr "Szabad jegyek száma:"
1126
 
1127
+ #: app/features/events.php:1884 app/features/events.php:2099
1128
  msgid "Minimum Ticket e.g. 3"
1129
  msgstr ""
1130
 
1131
+ #: app/features/events.php:1887 app/features/events.php:2102
1132
  msgid "MinimumTicket"
1133
  msgstr ""
1134
 
1135
+ #: app/features/events.php:1889 app/features/events.php:2104
1136
  msgid "Set a number for the minimum ticket reservation possible"
1137
  msgstr ""
1138
 
1139
+ #: app/features/events.php:1897 app/features/events.php:2112
1140
  msgid "e.g. 0"
1141
  msgstr ""
1142
 
1143
+ #: app/features/events.php:1899 app/features/events.php:2114
1144
  msgid "Day"
1145
  msgstr ""
1146
 
1147
+ #: app/features/events.php:1900 app/features/events.php:2115
1148
  msgid "Hour"
1149
  msgstr ""
1150
 
1151
+ #: app/features/events.php:1902 app/features/events.php:2117
1152
  #, php-format
1153
  msgid "Stop selling ticket %s before event start."
1154
  msgstr ""
1155
 
1156
+ #: app/features/events.php:1909 app/features/events.php:2123
1157
  msgid "Price per Date"
1158
  msgstr ""
1159
 
1160
+ #: app/features/events.php:1940 app/features/events.php:1966
1161
+ #: app/features/events.php:2144 app/features/labels.php:60
1162
  #: app/features/mec/meta_boxes/display_options.php:1386
1163
  #: app/features/mec/meta_boxes/search_form.php:67
1164
  #: app/features/mec/meta_boxes/search_form.php:137
1171
  #: app/features/mec/meta_boxes/search_form.php:620
1172
  #: app/features/mec/meta_boxes/search_form.php:690
1173
  #: app/features/mec/meta_boxes/search_form.php:796
1174
+ #: app/features/mec/settings.php:871 app/features/mec/single.php:251
1175
+ #: app/features/search.php:98 app/libraries/skins.php:1022
1176
  msgid "Label"
1177
  msgstr ""
1178
 
1179
+ #: app/features/events.php:2219 app/features/events.php:2257
 
 
 
 
1180
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1181
  msgid "Fee Title"
1182
  msgstr ""
1183
 
1184
+ #: app/features/events.php:2225 app/features/events.php:2229
1185
+ #: app/features/events.php:2262 app/features/events.php:2265
1186
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1187
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1188
  msgid "Amount"
1189
  msgstr ""
1190
 
1191
+ #: app/features/events.php:2230 app/features/events.php:2266
1192
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1193
  msgid ""
1194
  "Fee amount, considered as fixed amount if you set the type to amount "
1195
  "otherwise considered as percentage"
1196
  msgstr ""
1197
 
1198
+ #: app/features/events.php:2239 app/features/events.php:2275
1199
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1200
  msgid "Percent"
1201
  msgstr ""
1202
 
1203
+ #: app/features/events.php:2240 app/features/events.php:2276
1204
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1205
  msgid "Amount (Per Ticket)"
1206
  msgstr ""
1207
 
1208
+ #: app/features/events.php:2241 app/features/events.php:2277
1209
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1210
  msgid "Amount (Per Booking)"
1211
  msgstr ""
1212
 
1213
+ #: app/features/events.php:2364 app/features/events.php:2409
 
 
 
 
1214
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1215
  msgid "Option Price"
1216
  msgstr ""
1217
 
1218
+ #: app/features/events.php:2374 app/features/events.php:2378
1219
+ #: app/features/events.php:2418 app/features/events.php:2421
1220
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1221
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1222
  msgid "Maximum Per Ticket"
1223
  msgstr ""
1224
 
1225
+ #: app/features/events.php:2379 app/features/events.php:2422
1226
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1227
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1228
  msgstr ""
1229
 
1230
+ #: app/features/events.php:2568 app/features/mec/booking.php:496
1231
+ #: app/libraries/main.php:2841
1232
  #, fuzzy
1233
  #| msgid "Name"
1234
  msgid "MEC Name"
1235
  msgstr "Név"
1236
 
1237
+ #: app/features/events.php:2569 app/features/mec/booking.php:497
1238
+ #: app/libraries/main.php:2870
1239
  msgid "MEC Email"
1240
  msgstr ""
1241
 
1242
+ #: app/features/events.php:2570 app/features/mec/booking.php:498
1243
+ #: app/libraries/main.php:2811
1244
  msgid "Text"
1245
  msgstr ""
1246
 
1247
+ #: app/features/events.php:2573 app/features/mec/booking.php:501
1248
  #: app/features/organizers.php:103 app/features/organizers.php:148
1249
  #: app/features/speakers.php:119 app/features/speakers.php:192
1250
+ #: app/features/speakers.php:271 app/libraries/main.php:2987
1251
  msgid "Tel"
1252
  msgstr ""
1253
 
1254
+ #: app/features/events.php:2574 app/features/mec/booking.php:502
1255
+ #: app/libraries/main.php:2929
1256
  msgid "File"
1257
  msgstr ""
1258
 
1259
+ #: app/features/events.php:2575 app/features/mec/booking.php:503
1260
+ #: app/libraries/main.php:3016
1261
  msgid "Textarea"
1262
  msgstr ""
1263
 
1264
+ #: app/features/events.php:2576 app/features/mec/booking.php:504
1265
+ #: app/libraries/main.php:3069
1266
  msgid "Checkboxes"
1267
  msgstr ""
1268
 
1269
+ #: app/features/events.php:2577 app/features/mec/booking.php:505
1270
+ #: app/libraries/main.php:3113
1271
  msgid "Radio Buttons"
1272
  msgstr ""
1273
 
1274
+ #: app/features/events.php:2578 app/features/mec/booking.php:506
1275
  #: app/features/mec/meta_boxes/search_form.php:34
1276
  #: app/features/mec/meta_boxes/search_form.php:41
1277
  #: app/features/mec/meta_boxes/search_form.php:49
1347
  #: app/features/mec/meta_boxes/search_form.php:785
1348
  #: app/features/mec/meta_boxes/search_form.php:792
1349
  #: app/features/mec/meta_boxes/search_form.php:799
1350
+ #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3157
1351
  msgid "Dropdown"
1352
  msgstr ""
1353
 
1354
+ #: app/features/events.php:2579 app/features/mec/booking.php:507
1355
+ #: app/libraries/main.php:3204
1356
  msgid "Agreement"
1357
  msgstr ""
1358
 
1359
+ #: app/features/events.php:2580 app/features/mec/booking.php:508
1360
+ #: app/libraries/main.php:3045
1361
  msgid "Paragraph"
1362
  msgstr ""
1363
 
1364
+ #: app/features/events.php:3274 app/features/events.php:3292
1365
+ #: app/features/events.php:3310 app/features/events.php:3328
1366
  #, php-format
1367
  msgid "Show all %s"
1368
  msgstr ""
1369
 
1370
+ #: app/features/events.php:3274
1371
  msgid "labels"
1372
  msgstr ""
1373
 
1374
+ #: app/features/events.php:3292
1375
  msgid "locations"
1376
  msgstr ""
1377
 
1378
+ #: app/features/events.php:3310
1379
  msgid "organizers"
1380
  msgstr ""
1381
 
1382
+ #: app/features/events.php:3344
1383
  #, fuzzy
1384
  #| msgid "Attendees Form"
1385
  msgid "Attendees List"
1386
  msgstr "Jelentkezési lap"
1387
 
1388
+ #: app/features/events.php:3374 app/features/events.php:3566
1389
+ #: app/features/events.php:3608 app/features/ix.php:3508
1390
  #: app/features/ix.php:3549 app/features/locations.php:58
1391
  #: app/features/locations.php:247 app/features/locations.php:304
1392
  #: app/features/locations.php:306 app/features/locations.php:315
1402
  #: app/features/mec/meta_boxes/search_form.php:591
1403
  #: app/features/mec/meta_boxes/search_form.php:661
1404
  #: app/features/mec/meta_boxes/search_form.php:767
1405
+ #: app/features/mec/settings.php:845 app/features/mec/single.php:241
1406
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1407
+ #: app/features/search.php:74 app/libraries/main.php:2297
1408
+ #: app/libraries/main.php:5428 app/libraries/skins.php:918
1409
+ #: app/skins/single.php:702 app/skins/single.php:1136
1410
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1411
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1412
  #: app/skins/single/modern.php:104
1413
  msgid "Location"
1414
  msgstr "helyszín"
1415
 
1416
+ #: app/features/events.php:3379
1417
  msgid "Repeat"
1418
  msgstr ""
1419
 
1420
+ #: app/features/events.php:3380
1421
  msgid "Author"
1422
  msgstr ""
1423
 
1424
+ #: app/features/events.php:3501 app/features/events.php:3502
1425
  msgid "iCal Export"
1426
  msgstr "iCal naptárba mentés"
1427
 
1428
+ #: app/features/events.php:3504 app/features/events.php:3505
1429
  msgid "CSV Export"
1430
  msgstr ""
1431
 
1432
+ #: app/features/events.php:3507 app/features/events.php:3508
1433
  msgid "MS Excel Export"
1434
  msgstr ""
1435
 
1436
+ #: app/features/events.php:3510 app/features/events.php:3511
1437
  msgid "XML Export"
1438
  msgstr ""
1439
 
1440
+ #: app/features/events.php:3513 app/features/events.php:3514
1441
  msgid "JSON Export"
1442
  msgstr ""
1443
 
1444
+ #: app/features/events.php:3516 app/features/events.php:3517
1445
+ #: app/features/events.php:3699
1446
  msgid "Duplicate"
1447
  msgstr ""
1448
 
1449
+ #: app/features/events.php:3566 app/features/events.php:3608
1450
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1451
  #: app/features/labels.php:177 app/features/locations.php:246
1452
  #: app/features/organizers.php:203 app/features/speakers.php:268
1453
  msgid "ID"
1454
  msgstr ""
1455
 
1456
+ #: app/features/events.php:3566 app/features/events.php:3608
1457
  #: app/features/ix.php:3508 app/features/ix.php:3549
1458
  msgid "Link"
1459
  msgstr ""
1460
 
1461
+ #: app/features/events.php:3566 app/features/events.php:3608
1462
  #, php-format
1463
  msgid "%s Tel"
1464
  msgstr ""
1465
 
1466
+ #: app/features/events.php:3566 app/features/events.php:3608
1467
  #, php-format
1468
  msgid "%s Email"
1469
  msgstr ""
1470
 
1471
+ #: app/features/events.php:3905 app/features/fes.php:223
1472
+ #: app/features/profile/profile.php:186 app/libraries/main.php:2334
1473
+ #: app/libraries/main.php:5458
1474
  msgid "Ticket"
1475
  msgstr ""
1476
 
1477
+ #: app/features/events.php:3908 app/features/profile/profile.php:189
1478
  msgid "Variations"
1479
  msgstr ""
1480
 
1481
+ #: app/features/events.php:3923 app/features/fes.php:303
1482
  msgid "Unknown"
1483
  msgstr ""
1484
 
1485
+ #: app/features/events.php:3956
1486
  #, fuzzy
1487
  #| msgid "Attendees Form"
1488
  msgid "No Attendees Found!"
1526
  msgid "Order Time"
1527
  msgstr "Rendelés"
1528
 
1529
+ #: app/features/fes.php:223 app/libraries/main.php:2309
1530
+ #: app/libraries/main.php:2397
1531
  msgid "Transaction ID"
1532
  msgstr ""
1533
 
1658
 
1659
  #: app/features/fes/form.php:793 app/features/labels.php:61
1660
  #: app/features/labels.php:221 app/features/mec.php:413
1661
+ #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5425
1662
+ #: app/skins/single.php:910 app/skins/single/default.php:157
1663
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1664
  #: app/skins/single/modern.php:238
1665
  msgid "Labels"
1981
 
1982
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
1983
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
1984
+ #: app/features/mec/settings.php:1085 app/features/mec/single.php:298
1985
  msgid "Checking ..."
1986
  msgstr ""
1987
 
2381
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2382
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2383
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2384
+ #: app/skins/grid/render.php:63 app/skins/list/render.php:39
2385
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2386
  #: app/skins/monthly_view/calendar_clean.php:87
2387
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
2392
  msgstr ""
2393
 
2394
  #: app/features/labels.php:118 app/features/labels.php:143
2395
+ #: app/libraries/main.php:5672 app/skins/agenda/render.php:43
2396
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2397
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2398
+ #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
2399
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2400
  #: app/skins/monthly_view/calendar.php:89
2401
  #: app/skins/monthly_view/calendar_clean.php:88
2412
 
2413
  #: app/features/labels.php:180 app/features/locations.php:249
2414
  #: app/features/organizers.php:206 app/features/speakers.php:272
2415
+ #: app/modules/booking/steps/tickets.php:49
2416
  msgid "Count"
2417
  msgstr ""
2418
 
2428
 
2429
  #: app/features/locations.php:59 app/features/mec.php:414
2430
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2431
+ #: app/libraries/main.php:5427
2432
  msgid "Locations"
2433
  msgstr ""
2434
 
2556
  msgid "Don't show map in single event page"
2557
  msgstr ""
2558
 
2559
+ #: app/features/locations.php:377 app/libraries/main.php:5461
2560
  #, fuzzy
2561
  #| msgid "Location"
2562
  msgid "Other Locations"
2617
 
2618
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2619
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2620
+ #: app/libraries/main.php:5429
2621
  msgid "Organizers"
2622
  msgstr ""
2623
 
2651
  msgstr ""
2652
 
2653
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2654
+ #: app/libraries/factory.php:1054
2655
  msgid "Go Pro"
2656
  msgstr ""
2657
 
2746
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2747
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2748
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2749
+ #: app/features/mec/single.php:17 app/features/mec/single.php:263
2750
+ #: app/features/mec/single.php:273 app/features/mec/single.php:315
2751
+ #: app/features/mec/single.php:329 app/features/mec/styles.php:11
2752
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2753
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2754
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
2944
  msgid "Enable Organizer Payment Module"
2945
  msgstr ""
2946
 
 
 
 
 
 
 
2947
  #: app/features/mec/booking.php:586
2948
  msgid ""
2949
  "By enabling this module, organizers are able to insert their own payment "
2952
 
2953
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
2954
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
2955
+ #: app/features/mec/settings.php:1080 app/features/mec/single.php:293
2956
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
2957
  msgid "Saved"
2958
  msgstr ""
2959
 
2960
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
2961
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
2962
+ #: app/features/mec/settings.php:1081 app/features/mec/single.php:294
2963
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
2964
  msgid "Settings Saved!"
2965
  msgstr ""
2968
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
2969
  #: app/features/mec/notifications.php:907
2970
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
2971
+ #: app/features/mec/settings.php:1105 app/features/mec/single.php:296
2972
+ #: app/features/mec/single.php:318 app/libraries/main.php:5671
2973
  msgid "Verified"
2974
  msgstr ""
2975
 
2976
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
2977
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
2978
+ #: app/features/mec/single.php:320
2979
  msgid "Please Refresh Page"
2980
  msgstr ""
2981
 
2989
  msgid "%s - Most Powerful & Easy to Use Events Management System"
2990
  msgstr ""
2991
 
2992
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:964
2993
  msgid "Modern Events Calendar (Lite)"
2994
  msgstr ""
2995
 
3063
  msgstr ""
3064
 
3065
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3066
+ #: app/libraries/factory.php:974
3067
  msgid "Upcoming Events"
3068
  msgstr ""
3069
 
3616
 
3617
  #: app/features/mec/meta_boxes/display_options.php:637
3618
  #: app/features/mec/meta_boxes/display_options.php:661
3619
+ #: app/libraries/main.php:330 app/libraries/main.php:1814
3620
+ #: app/libraries/main.php:1839
3621
  msgid "List View"
3622
  msgstr ""
3623
 
3624
  #: app/features/mec/meta_boxes/display_options.php:638
3625
  #: app/features/mec/meta_boxes/display_options.php:682
3626
+ #: app/libraries/main.php:331 app/libraries/main.php:1815
3627
+ #: app/libraries/main.php:1840
3628
  msgid "Grid View"
3629
  msgstr ""
3630
 
3636
 
3637
  #: app/features/mec/meta_boxes/display_options.php:640
3638
  #: app/features/mec/meta_boxes/display_options.php:703
3639
+ #: app/libraries/main.php:334 app/libraries/main.php:1808
3640
+ #: app/libraries/main.php:1833
3641
  msgid "Yearly View"
3642
  msgstr ""
3643
 
3648
 
3649
  #: app/features/mec/meta_boxes/display_options.php:642
3650
  #: app/features/mec/meta_boxes/display_options.php:752
3651
+ #: app/libraries/main.php:337 app/libraries/main.php:1810
3652
+ #: app/libraries/main.php:1835
3653
  msgid "Weekly View"
3654
  msgstr ""
3655
 
3656
  #: app/features/mec/meta_boxes/display_options.php:643
3657
  #: app/features/mec/meta_boxes/display_options.php:762
3658
+ #: app/libraries/main.php:336 app/libraries/main.php:1811
3659
+ #: app/libraries/main.php:1836
3660
  msgid "Daily View"
3661
  msgstr ""
3662
 
4197
  #: app/features/mec/meta_boxes/search_form.php:606
4198
  #: app/features/mec/meta_boxes/search_form.php:676
4199
  #: app/features/mec/meta_boxes/search_form.php:782
4200
+ #: app/features/mec/settings.php:858 app/features/mec/single.php:246
4201
  #: app/features/search.php:86 app/features/speakers.php:61
4202
+ #: app/features/speakers.php:269 app/libraries/main.php:5432
4203
+ #: app/libraries/skins.php:970
4204
  msgid "Speaker"
4205
  msgstr ""
4206
 
4215
  #: app/features/mec/meta_boxes/search_form.php:613
4216
  #: app/features/mec/meta_boxes/search_form.php:683
4217
  #: app/features/mec/meta_boxes/search_form.php:789
4218
+ #: app/features/mec/settings.php:865 app/features/mec/single.php:255
4219
+ #: app/features/search.php:92 app/libraries/skins.php:996
4220
  msgid "Tag"
4221
  msgstr ""
4222
 
4339
  msgid "Google Maps Style"
4340
  msgstr ""
4341
 
4342
+ #: app/features/mec/modules.php:114 app/features/mec/single.php:89
4343
  msgid "Default"
4344
  msgstr ""
4345
 
5165
  msgstr ""
5166
 
5167
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5168
+ #: app/libraries/main.php:5436
5169
  msgid "Weekdays"
5170
  msgstr ""
5171
 
5493
  msgid "Event Organizer"
5494
  msgstr ""
5495
 
 
 
 
 
5496
  #: app/features/mec/settings.php:755
5497
  msgid "Fees / Taxes Options"
5498
  msgstr ""
5676
  "Referred date\" shows the event date based on referred date in event list."
5677
  msgstr ""
5678
 
5679
+ #: app/features/mec/single.php:65 app/features/mec/single.php:77
5680
  msgid "Single Event Style"
5681
  msgstr ""
5682
 
5684
  msgid "Default Style"
5685
  msgstr ""
5686
 
5687
+ #: app/features/mec/single.php:72
5688
  msgid "Elementor Single Builder"
5689
  msgstr ""
5690
 
5691
+ #: app/features/mec/single.php:78
5692
  msgid "Choose your single event style."
5693
  msgstr ""
5694
 
5695
+ #: app/features/mec/single.php:86 app/features/mec/single.php:94
5696
  #, fuzzy
5697
  #| msgid "Bookings"
5698
  msgid "Booking Style"
5699
  msgstr "Foglalások"
5700
 
5701
+ #: app/features/mec/single.php:90
5702
  msgid "Modal"
5703
  msgstr ""
5704
 
5705
+ #: app/features/mec/single.php:95
5706
  msgid ""
5707
  "Choose your Booking style. Note: When you set this feature to Modal, you "
5708
  "cannot see the booking box if you set popup module view on shortcodes"
5709
  msgstr ""
5710
 
5711
+ #: app/features/mec/single.php:103
5712
  msgid "Disable Block Editor (Gutenberg)"
5713
  msgstr ""
5714
 
5715
+ #: app/features/mec/single.php:106
5716
  msgid "Disable Block Editor"
5717
  msgstr ""
5718
 
5719
+ #: app/features/mec/single.php:110
5720
  msgid "Block Editor"
5721
  msgstr ""
5722
 
5723
+ #: app/features/mec/single.php:111
5724
  msgid ""
5725
  "If you want to use the new WordPress block editor you should keep this "
5726
  "checkbox unchecked."
5727
  msgstr ""
5728
 
5729
+ #: app/features/mec/single.php:118 app/features/mec/single.php:125
5730
  msgid "Breadcrumbs"
5731
  msgstr ""
5732
 
5733
+ #: app/features/mec/single.php:121
5734
  msgid "Enable Breadcrumbs."
5735
  msgstr ""
5736
 
5737
+ #: app/features/mec/single.php:126
5738
  msgid "Check this option, for showing the breadcrumbs on single event page"
5739
  msgstr ""
5740
 
5741
+ #: app/features/mec/single.php:133 app/features/mec/single.php:140
5742
  #, fuzzy
5743
  #| msgid "Organizer"
5744
  msgid "Organizer Description"
5745
  msgstr "Szervező"
5746
 
5747
+ #: app/features/mec/single.php:136
5748
  msgid "Enable Description For Organizer."
5749
  msgstr ""
5750
 
5751
+ #: app/features/mec/single.php:141
5752
  msgid ""
5753
  "If you want to turn on description for other organizer plase go to "
5754
  "'Additional Organizers - After enabling and saving the settings, reloading "
5755
  "the settings page.' tab"
5756
  msgstr ""
5757
 
5758
+ #: app/features/mec/single.php:154
5759
  msgid "Show countdown module on event page"
5760
  msgstr ""
5761
 
5762
+ #: app/features/mec/single.php:159
5763
  msgid "Countdown Style"
5764
  msgstr ""
5765
 
5766
+ #: app/features/mec/single.php:162
5767
  msgid "Plain Style"
5768
  msgstr ""
5769
 
5770
+ #: app/features/mec/single.php:163
5771
  msgid "Flip Style"
5772
  msgstr ""
5773
 
5774
+ #: app/features/mec/single.php:171 app/features/mec/single.php:178
5775
  msgid "Exceptional days (Exclude Dates)"
5776
  msgstr ""
5777
 
5778
+ #: app/features/mec/single.php:175
5779
  msgid "Show exceptional days option on Add/Edit events page"
5780
  msgstr ""
5781
 
5782
+ #: app/features/mec/single.php:179
5783
  msgid ""
5784
  "Using this option you can exclude certain days from event occurrence dates."
5785
  msgstr ""
5786
 
5787
+ #: app/features/mec/single.php:188 app/libraries/main.php:550
5788
  msgid "Additional Organizers"
5789
  msgstr ""
5790
 
5791
+ #: app/features/mec/single.php:193
5792
  msgid ""
5793
  "Show additional organizers option on Add/Edit events page and single event "
5794
  "page."
5795
  msgstr ""
5796
 
5797
+ #: app/features/mec/single.php:202
5798
  msgid "Enable Description For Other Organizers."
5799
  msgstr ""
5800
 
5801
+ #: app/features/mec/single.php:210
5802
  msgid "Additional locations"
5803
  msgstr ""
5804
 
5805
+ #: app/features/mec/single.php:214
5806
  msgid ""
5807
  "Show additional locations option on Add/Edit events page and single event "
5808
  "page."
5809
  msgstr ""
5810
 
5811
+ #: app/features/mec/single.php:220 app/libraries/main.php:552
5812
+ #: app/skins/single.php:161 app/skins/single.php:289
5813
  #, fuzzy
5814
  #| msgid "Facebook Events"
5815
  msgid "Related Events"
5816
  msgstr "Facebook események"
5817
 
5818
+ #: app/features/mec/single.php:224
5819
  msgid "Display related events based on taxonomy in single event page."
5820
  msgstr ""
5821
 
5822
+ #: app/features/mec/single.php:230
5823
  msgid "Select Taxonomies:"
5824
  msgstr ""
5825
 
6427
  msgid "eg. https://webnus.net"
6428
  msgstr ""
6429
 
6430
+ #: app/features/organizers.php:312 app/libraries/main.php:5460
6431
+ #: app/skins/single.php:1068
6432
  msgid "Other Organizers"
6433
  msgstr ""
6434
 
6497
 
6498
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
6499
  #: app/modules/booking/steps/form.php:179
6500
+ #: app/modules/booking/steps/tickets.php:85 app/skins/countdown/tpl.php:109
6501
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
6502
  msgid "Next"
6503
  msgstr "Tovább"
6552
  msgid "Please %s/%s in order to see your bookings / profile."
6553
  msgstr ""
6554
 
6555
+ #: app/features/profile/profile.php:18 app/libraries/main.php:2200
6556
  #, fuzzy
6557
  #| msgid "Bookings"
6558
  msgid "Your booking already canceled!"
6562
  msgid "#"
6563
  msgstr ""
6564
 
6565
+ #: app/features/profile/profile.php:56 app/libraries/main.php:3226
6566
  msgid "Status"
6567
  msgstr ""
6568
 
6569
+ #: app/features/profile/profile.php:59 app/libraries/main.php:2318
6570
  msgid "Attendees"
6571
  msgstr ""
6572
 
6683
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
6684
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
6685
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
6686
+ #: app/modules/next-event/details.php:104 app/skins/single.php:322
6687
+ #: app/skins/single.php:960 app/skins/single/default.php:110
6688
+ #: app/skins/single/default.php:341 app/skins/single/m1.php:45
6689
+ #: app/skins/single/modern.php:208
6690
  msgid "All Day"
6691
  msgstr ""
6692
 
6760
  msgid "%s Price"
6761
  msgstr ""
6762
 
6763
+ #: app/libraries/book.php:632 app/libraries/book.php:717
6764
  msgid "Discount"
6765
  msgstr ""
6766
 
6767
+ #: app/libraries/book.php:788 app/modules/booking/default.php:316
6768
+ #: app/modules/booking/default.php:419
6769
  msgid "Download Invoice"
6770
  msgstr ""
6771
 
6836
  msgid "Custom sidebar for single and modal page of MEC."
6837
  msgstr ""
6838
 
6839
+ #: app/libraries/factory.php:1040
6840
  msgid "News & Updates"
6841
  msgstr ""
6842
 
6843
+ #: app/libraries/factory.php:1053
6844
  msgid "Blog"
6845
  msgstr ""
6846
 
6847
+ #: app/libraries/factory.php:1053
6848
  msgid "Help"
6849
  msgstr ""
6850
 
6852
  msgid "There is no excerpt because this is a protected post."
6853
  msgstr ""
6854
 
6855
+ #: app/libraries/main.php:332 app/libraries/main.php:1816
6856
+ #: app/libraries/main.php:1841
6857
  msgid "Agenda View"
6858
  msgstr ""
6859
 
6860
+ #: app/libraries/main.php:333 app/libraries/main.php:1807
6861
+ #: app/libraries/main.php:1832
6862
  msgid "Full Calendar"
6863
  msgstr ""
6864
 
6865
+ #: app/libraries/main.php:335 app/libraries/main.php:1809
6866
+ #: app/libraries/main.php:1834
6867
  msgid "Calendar/Monthly View"
6868
  msgstr ""
6869
 
6870
+ #: app/libraries/main.php:338 app/libraries/main.php:1812
6871
+ #: app/libraries/main.php:1837
6872
  msgid "Timetable View"
6873
  msgstr ""
6874
 
6875
+ #: app/libraries/main.php:339 app/libraries/main.php:1813
6876
+ #: app/libraries/main.php:1838
6877
  msgid "Masonry View"
6878
  msgstr ""
6879
 
6880
+ #: app/libraries/main.php:340 app/libraries/main.php:1817
6881
+ #: app/libraries/main.php:1842
6882
  msgid "Map View"
6883
  msgstr ""
6884
 
6906
  msgid "Timeline View"
6907
  msgstr ""
6908
 
6909
+ #: app/libraries/main.php:385 app/libraries/main.php:5438
6910
  msgid "SU"
6911
  msgstr ""
6912
 
6913
+ #: app/libraries/main.php:386 app/libraries/main.php:5439
6914
  msgid "MO"
6915
  msgstr ""
6916
 
6917
+ #: app/libraries/main.php:387 app/libraries/main.php:5440
6918
  msgid "TU"
6919
  msgstr ""
6920
 
6921
+ #: app/libraries/main.php:388 app/libraries/main.php:5441
6922
  msgid "WE"
6923
  msgstr ""
6924
 
6925
+ #: app/libraries/main.php:389 app/libraries/main.php:5442
6926
  msgid "TH"
6927
  msgstr ""
6928
 
6929
+ #: app/libraries/main.php:390 app/libraries/main.php:5443
6930
  msgid "FR"
6931
  msgstr ""
6932
 
6933
+ #: app/libraries/main.php:391 app/libraries/main.php:5444
6934
  msgid "SA"
6935
  msgstr ""
6936
 
6946
  msgid "Modules"
6947
  msgstr ""
6948
 
6949
+ #: app/libraries/main.php:872
6950
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
6951
  msgstr ""
6952
 
6953
+ #: app/libraries/main.php:879
6954
  msgid ""
6955
  "The time has come at last, and the new practical add-ons for MEC have been "
6956
  "released. This is a revolution in the world of Event Calendars. We have "
6958
  "below:"
6959
  msgstr ""
6960
 
6961
+ #: app/libraries/main.php:881
6962
  msgid ""
6963
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
6964
  "products) and Woo products at the same time."
6965
  msgstr ""
6966
 
6967
+ #: app/libraries/main.php:882
6968
  msgid ""
6969
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
6970
  "other websites without MEC. Use JSON output features to make your Apps "
6971
  "compatible with MEC."
6972
  msgstr ""
6973
 
6974
+ #: app/libraries/main.php:883
6975
  msgid ""
6976
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
6977
  "main websites. Changes in the main one will be inherited by the subsites. "
6978
  "you can set these up in the admin panel."
6979
  msgstr ""
6980
 
6981
+ #: app/libraries/main.php:884
6982
  msgid ""
6983
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
6984
  "pages can contain ticket purchase information, information about registered "
6985
  "events. Users can now log in to purchase tickets."
6986
  msgstr ""
6987
 
6988
+ #: app/libraries/main.php:1533
6989
  msgid "Events at this location"
6990
  msgstr ""
6991
 
6992
+ #: app/libraries/main.php:1533
6993
  msgid "Event at this location"
6994
  msgstr "Esemény ezen a helyszínen"
6995
 
6996
+ #: app/libraries/main.php:1585
6997
  msgid "Facebook"
6998
  msgstr ""
6999
 
7000
+ #: app/libraries/main.php:1586
7001
  msgid "Twitter"
7002
  msgstr ""
7003
 
7004
+ #: app/libraries/main.php:1587 app/libraries/main.php:1644
7005
  msgid "Linkedin"
7006
  msgstr ""
7007
 
7008
+ #: app/libraries/main.php:1588 app/libraries/main.php:1680
7009
  msgid "VK"
7010
  msgstr ""
7011
 
7012
+ #: app/libraries/main.php:1589
7013
  msgid "Tumblr"
7014
  msgstr ""
7015
 
7016
+ #: app/libraries/main.php:1590
7017
  msgid "Pinterest"
7018
  msgstr ""
7019
 
7020
+ #: app/libraries/main.php:1591
7021
  msgid "Flipboard"
7022
  msgstr ""
7023
 
7024
+ #: app/libraries/main.php:1592
7025
  #, fuzzy
7026
  #| msgid "First name"
7027
  msgid "GetPocket"
7028
  msgstr "Keresztnév"
7029
 
7030
+ #: app/libraries/main.php:1593
7031
  msgid "Reddit"
7032
  msgstr ""
7033
 
7034
+ #: app/libraries/main.php:1594
7035
  msgid "WhatsApp"
7036
  msgstr ""
7037
 
7038
+ #: app/libraries/main.php:1595
7039
  msgid "Telegram"
7040
  msgstr ""
7041
 
7042
+ #: app/libraries/main.php:1614
7043
  msgid "Share on Facebook"
7044
  msgstr ""
7045
 
7046
+ #: app/libraries/main.php:1629
7047
  msgid "Tweet"
7048
  msgstr ""
7049
 
7050
+ #: app/libraries/main.php:1695
7051
  msgid "Share on Tumblr"
7052
  msgstr ""
7053
 
7054
+ #: app/libraries/main.php:1711
7055
  msgid "Share on Pinterest"
7056
  msgstr ""
7057
 
7058
+ #: app/libraries/main.php:1727
7059
  msgid "Share on Flipboard"
7060
  msgstr ""
7061
 
7062
+ #: app/libraries/main.php:1745
7063
  msgid "Share on GetPocket"
7064
  msgstr ""
7065
 
7066
+ #: app/libraries/main.php:1761
7067
  msgid "Share on Reddit"
7068
  msgstr ""
7069
 
7070
+ #: app/libraries/main.php:1777
7071
  msgid "Share on Telegram"
7072
  msgstr ""
7073
 
7074
+ #: app/libraries/main.php:1795
7075
  msgid "Share on WhatsApp"
7076
  msgstr ""
7077
 
7078
+ #: app/libraries/main.php:1818
7079
  msgid "Custom Shortcode"
7080
  msgstr ""
7081
 
7082
+ #: app/libraries/main.php:2180
7083
  msgid "Your booking already verified!"
7084
  msgstr ""
7085
 
7086
+ #: app/libraries/main.php:2185
7087
  msgid "Your booking successfully verified."
7088
  msgstr ""
7089
 
7090
+ #: app/libraries/main.php:2186
7091
  msgid "Your booking cannot verify!"
7092
  msgstr ""
7093
 
7094
+ #: app/libraries/main.php:2205
7095
  msgid "Your booking successfully canceled."
7096
  msgstr ""
7097
 
7098
+ #: app/libraries/main.php:2206
7099
  msgid "Your booking cannot be canceled."
7100
  msgstr ""
7101
 
7102
+ #: app/libraries/main.php:2210
7103
  msgid "You canceled the payment successfully."
7104
  msgstr ""
7105
 
7106
+ #: app/libraries/main.php:2214
7107
  msgid "You returned from payment gateway successfully."
7108
  msgstr ""
7109
 
7110
+ #: app/libraries/main.php:2230
7111
  msgid "Cannot find the invoice!"
7112
  msgstr ""
7113
 
7114
+ #: app/libraries/main.php:2230
7115
  #, fuzzy
7116
  #| msgid "Payment is invalid."
7117
  msgid "Invoice is invalid."
7118
  msgstr "Fizetés érvénytelen"
7119
 
7120
+ #: app/libraries/main.php:2250
7121
  msgid ""
7122
  "Your booking still is not confirmed. You can download it after confirmation!"
7123
  msgstr ""
7124
 
7125
+ #: app/libraries/main.php:2250
7126
  msgid "Booking Not Confirmed."
7127
  msgstr ""
7128
 
7129
+ #: app/libraries/main.php:2256
7130
  msgid "Cannot find the booking!"
7131
  msgstr ""
7132
 
7133
+ #: app/libraries/main.php:2256
7134
  msgid "Booking is invalid."
7135
  msgstr ""
7136
 
7137
+ #: app/libraries/main.php:2288
7138
  #, php-format
7139
  msgid "%s Invoice"
7140
  msgstr ""
7141
 
7142
+ #: app/libraries/main.php:2364
7143
  msgid "Billing"
7144
  msgstr ""
7145
 
7146
+ #: app/libraries/main.php:2376
7147
  msgid "Coupon Code"
7148
  msgstr ""
7149
 
7150
+ #: app/libraries/main.php:2381
7151
  msgid "Total"
7152
  msgstr ""
7153
 
7154
+ #: app/libraries/main.php:2388
7155
  msgid "Payment"
7156
  msgstr ""
7157
 
7158
+ #: app/libraries/main.php:2392
7159
  msgid "Gateway"
7160
  msgstr ""
7161
 
7162
+ #: app/libraries/main.php:2405
7163
  msgid "Payment Time"
7164
  msgstr ""
7165
 
7166
+ #: app/libraries/main.php:2466
7167
  #, fuzzy
7168
  #| msgid "Payment is invalid."
7169
  msgid "Request is not valid."
7170
  msgstr "Fizetés érvénytelen"
7171
 
7172
+ #: app/libraries/main.php:2466
7173
  msgid "iCal export stopped!"
7174
  msgstr ""
7175
 
7176
+ #: app/libraries/main.php:2810 app/libraries/main.php:2840
7177
+ #: app/libraries/main.php:2869 app/libraries/main.php:2899
7178
+ #: app/libraries/main.php:2928 app/libraries/main.php:2957
7179
+ #: app/libraries/main.php:2986 app/libraries/main.php:3015
7180
+ #: app/libraries/main.php:3044 app/libraries/main.php:3068
7181
+ #: app/libraries/main.php:3112 app/libraries/main.php:3156
7182
+ #: app/libraries/main.php:3203 app/libraries/main.php:3250
7183
  msgid "Sort"
7184
  msgstr ""
7185
 
7186
+ #: app/libraries/main.php:2816 app/libraries/main.php:2846
7187
+ #: app/libraries/main.php:2875 app/libraries/main.php:2905
7188
+ #: app/libraries/main.php:2934 app/libraries/main.php:2963
7189
+ #: app/libraries/main.php:2992 app/libraries/main.php:3021
7190
+ #: app/libraries/main.php:3074 app/libraries/main.php:3118
7191
+ #: app/libraries/main.php:3162 app/libraries/main.php:3209
7192
  msgid "Required Field"
7193
  msgstr "Töltse ki az adatokat!"
7194
 
7195
+ #: app/libraries/main.php:2822 app/libraries/main.php:2852
7196
+ #: app/libraries/main.php:2881 app/libraries/main.php:2911
7197
+ #: app/libraries/main.php:2940 app/libraries/main.php:2969
7198
+ #: app/libraries/main.php:2998 app/libraries/main.php:3027
7199
+ #: app/libraries/main.php:3080 app/libraries/main.php:3124
7200
+ #: app/libraries/main.php:3168 app/libraries/main.php:3215
7201
  msgid "Insert a label for this field"
7202
  msgstr ""
7203
 
7204
+ #: app/libraries/main.php:3050
7205
  msgid "HTML and shortcode are allowed."
7206
  msgstr ""
7207
 
7208
+ #: app/libraries/main.php:3093 app/libraries/main.php:3137
7209
+ #: app/libraries/main.php:3181
7210
  msgid "Option"
7211
  msgstr ""
7212
 
7213
+ #: app/libraries/main.php:3215
7214
  #, php-format
7215
  msgid "Instead of %s, the page title with a link will be show."
7216
  msgstr ""
7217
 
7218
+ #: app/libraries/main.php:3217
7219
  msgid "Agreement Page"
7220
  msgstr ""
7221
 
7222
+ #: app/libraries/main.php:3228
7223
  msgid "Checked by default"
7224
  msgstr ""
7225
 
7226
+ #: app/libraries/main.php:3229
7227
  msgid "Unchecked by default"
7228
  msgstr ""
7229
 
7230
+ #: app/libraries/main.php:3252
7231
  msgid "Insert a label for this option"
7232
  msgstr ""
7233
 
7234
+ #: app/libraries/main.php:3267
7235
  msgid "Free"
7236
  msgstr "Ingyenes"
7237
 
7238
+ #: app/libraries/main.php:3873 app/libraries/main.php:5686
7239
  msgid "M.E. Calender"
7240
  msgstr ""
7241
 
7242
+ #: app/libraries/main.php:4028
7243
  #, php-format
7244
  msgid "Copy of %s"
7245
  msgstr ""
7246
 
7247
+ #: app/libraries/main.php:4794
7248
  msgid "Booked an event."
7249
  msgstr ""
7250
 
7251
+ #: app/libraries/main.php:4835
7252
  #, php-format
7253
  msgid "%s booked %s event."
7254
  msgstr ""
7255
 
7256
+ #: app/libraries/main.php:5421
7257
  msgid "Taxonomies"
7258
  msgstr ""
7259
 
7260
+ #: app/libraries/main.php:5423
7261
  msgid "Category Plural Label"
7262
  msgstr ""
7263
 
7264
+ #: app/libraries/main.php:5424
7265
  msgid "Category Singular Label"
7266
  msgstr ""
7267
 
7268
+ #: app/libraries/main.php:5425
7269
  msgid "Label Plural Label"
7270
  msgstr ""
7271
 
7272
+ #: app/libraries/main.php:5426
7273
  msgid "Label Singular Label"
7274
  msgstr ""
7275
 
7276
+ #: app/libraries/main.php:5426
7277
  msgid "label"
7278
  msgstr ""
7279
 
7280
+ #: app/libraries/main.php:5427
7281
  msgid "Location Plural Label"
7282
  msgstr ""
7283
 
7284
+ #: app/libraries/main.php:5428
7285
  msgid "Location Singular Label"
7286
  msgstr ""
7287
 
7288
+ #: app/libraries/main.php:5429
7289
  msgid "Organizer Plural Label"
7290
  msgstr ""
7291
 
7292
+ #: app/libraries/main.php:5430
7293
  msgid "Organizer Singular Label"
7294
  msgstr ""
7295
 
7296
+ #: app/libraries/main.php:5431
7297
  msgid "Speaker Plural Label"
7298
  msgstr ""
7299
 
7300
+ #: app/libraries/main.php:5432
7301
  msgid "Speaker Singular Label"
7302
  msgstr ""
7303
 
7304
+ #: app/libraries/main.php:5438
7305
  msgid "Sunday abbreviation"
7306
  msgstr ""
7307
 
7308
+ #: app/libraries/main.php:5439
7309
  msgid "Monday abbreviation"
7310
  msgstr ""
7311
 
7312
+ #: app/libraries/main.php:5440
7313
  msgid "Tuesday abbreviation"
7314
  msgstr ""
7315
 
7316
+ #: app/libraries/main.php:5441
7317
  msgid "Wednesday abbreviation"
7318
  msgstr ""
7319
 
7320
+ #: app/libraries/main.php:5442
7321
  msgid "Thursday abbreviation"
7322
  msgstr ""
7323
 
7324
+ #: app/libraries/main.php:5443
7325
  msgid "Friday abbreviation"
7326
  msgstr ""
7327
 
7328
+ #: app/libraries/main.php:5444
7329
  msgid "Saturday abbreviation"
7330
  msgstr ""
7331
 
7332
+ #: app/libraries/main.php:5448
7333
  msgid "Others"
7334
  msgstr ""
7335
 
7336
+ #: app/libraries/main.php:5450
7337
  msgid "Booking Success Message"
7338
  msgstr ""
7339
 
7340
+ #: app/libraries/main.php:5450
7341
  #, fuzzy
7342
  #| msgid ""
7343
  #| "Thanks for your booking. Your tickets booked, booking verification might "
7349
  "Köszönjük a foglalást! Kérjük ellenőrizze emailjeit, lehetséges, hogy "
7350
  "jóváhagyásra lesz szükség!"
7351
 
7352
+ #: app/libraries/main.php:5451 app/widgets/single.php:131
7353
  msgid "Register Button"
7354
  msgstr ""
7355
 
7356
+ #: app/libraries/main.php:5451 app/skins/available_spot/tpl.php:189
7357
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
7358
+ #: app/skins/grid/render.php:92 app/skins/grid/render.php:147
7359
+ #: app/skins/grid/render.php:197 app/skins/grid/render.php:217
7360
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
7361
+ #: app/skins/masonry/render.php:150 app/skins/single.php:367
7362
+ #: app/skins/single.php:981 app/skins/single.php:984
7363
+ #: app/skins/single/default.php:270 app/skins/single/default.php:272
7364
+ #: app/skins/single/default.php:501 app/skins/single/default.php:503
7365
+ #: app/skins/single/m1.php:142 app/skins/single/m1.php:144
7366
+ #: app/skins/single/m2.php:67 app/skins/single/m2.php:69
7367
+ #: app/skins/single/modern.php:78 app/skins/single/modern.php:80
7368
+ #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
7369
+ #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
7370
+ #: app/skins/slider/render.php:173
7371
  msgid "REGISTER"
7372
  msgstr "REGISZTRÁCIÓ"
7373
 
7374
+ #: app/libraries/main.php:5452
7375
  msgid "View Detail Button"
7376
  msgstr ""
7377
 
7378
+ #: app/libraries/main.php:5452 app/skins/carousel/render.php:109
7379
+ #: app/skins/carousel/render.php:148 app/skins/grid/render.php:92
7380
+ #: app/skins/grid/render.php:147 app/skins/grid/render.php:197
7381
+ #: app/skins/grid/render.php:217 app/skins/list/render.php:67
7382
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
7383
+ #: app/skins/single.php:367 app/skins/slider/render.php:71
7384
+ #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
7385
+ #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
7386
  msgid "View Detail"
7387
  msgstr ""
7388
 
7389
+ #: app/libraries/main.php:5453
7390
  msgid "Event Detail Button"
7391
  msgstr ""
7392
 
7393
+ #: app/libraries/main.php:5453 app/skins/countdown/tpl.php:213
7394
  msgid "Event Detail"
7395
  msgstr ""
7396
 
7397
+ #: app/libraries/main.php:5455
7398
  msgid "More Info Link"
7399
  msgstr ""
7400
 
7401
+ #: app/libraries/main.php:5458
7402
  msgid "Ticket (Singular)"
7403
  msgstr ""
7404
 
7405
+ #: app/libraries/main.php:5459
7406
  msgid "Tickets (Plural)"
7407
  msgstr ""
7408
 
7409
+ #: app/libraries/main.php:5545
7410
  msgid "EventON"
7411
  msgstr ""
7412
 
7413
+ #: app/libraries/main.php:5546
7414
  msgid "The Events Calendar"
7415
  msgstr ""
7416
 
7417
+ #: app/libraries/main.php:5547
7418
  msgid "Events Schedule WP Plugin"
7419
  msgstr ""
7420
 
7421
+ #: app/libraries/main.php:5548
7422
  msgid "Calendarize It"
7423
  msgstr ""
7424
 
7425
+ #: app/libraries/main.php:5549
7426
  msgid "Event Espresso"
7427
  msgstr ""
7428
 
7429
+ #: app/libraries/main.php:5550
7430
  msgid "Events Manager (Recurring)"
7431
  msgstr ""
7432
 
7433
+ #: app/libraries/main.php:5551
7434
  msgid "Events Manager (Single)"
7435
  msgstr ""
7436
 
7437
+ #: app/libraries/main.php:5623 app/libraries/main.php:5643
7438
  msgid "Confirmed"
7439
  msgstr ""
7440
 
7441
+ #: app/libraries/main.php:5624 app/libraries/main.php:5651
7442
  msgid "Rejected"
7443
  msgstr ""
7444
 
7445
+ #: app/libraries/main.php:5625 app/libraries/main.php:5647
7446
  msgid "Pending"
7447
  msgstr ""
7448
 
7449
+ #: app/libraries/main.php:5673
7450
  msgid "Waiting"
7451
  msgstr ""
7452
 
7453
+ #: app/libraries/main.php:5878 app/libraries/render.php:80
7454
  #: app/libraries/render.php:432
7455
  msgid "Skin controller does not exist."
7456
  msgstr ""
7457
 
7458
+ #: app/libraries/main.php:6059
7459
  msgid "Sold Out"
7460
  msgstr ""
7461
 
7462
+ #: app/libraries/main.php:6067
7463
  #, fuzzy
7464
  #| msgid "First name"
7465
  msgid "Last Few Tickets"
7516
  msgid "No"
7517
  msgstr ""
7518
 
7519
+ #: app/libraries/skins.php:1042
7520
  msgid "Select"
7521
  msgstr ""
7522
 
7569
  msgid "Thanks for your booking."
7570
  msgstr ""
7571
 
7572
+ #: app/modules/booking/steps/tickets.php:24
7573
  msgid "Book Event"
7574
  msgstr "Foglalás az eseményre"
7575
 
7576
+ #: app/modules/booking/steps/tickets.php:51
7577
  #, php-format
7578
  msgid "Available %s: <span>%s</span>"
7579
  msgstr ""
7580
 
7581
+ #: app/modules/booking/steps/tickets.php:55
7582
  #, php-format
7583
  msgid "The %s ticket sales has stopped!"
7584
  msgstr ""
7585
 
7586
+ #: app/modules/booking/steps/tickets.php:56
7587
  #, php-format
7588
  msgid "The %s ticket is sold out. You can try another ticket or another date."
7589
  msgstr ""
7596
  msgid "The event is ongoing."
7597
  msgstr ""
7598
 
7599
+ #: app/modules/googlemap/details.php:125
7600
  msgid "Address from ..."
7601
  msgstr "Honnan"
7602
 
7603
+ #: app/modules/googlemap/details.php:129
7604
  msgid "Get Directions"
7605
  msgstr ""
7606
 
7607
+ #: app/modules/links/details.php:17 app/skins/single.php:670
7608
  msgid "Share this event"
7609
  msgstr ""
7610
 
7655
  msgid "Go to occurrence page"
7656
  msgstr ""
7657
 
7658
+ #: app/modules/next-event/details.php:98 app/skins/single.php:954
7659
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
7660
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
7661
  msgid "Time"
7785
  msgid "No Events"
7786
  msgstr ""
7787
 
7788
+ #: app/skins/single.php:411
7789
  msgid "Home"
7790
  msgstr ""
7791
 
7792
+ #: app/skins/single.php:753 app/skins/single/default.php:53
7793
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
7794
  #: app/skins/single/modern.php:281
7795
  msgid "Sold out!"
7796
  msgstr ""
7797
 
7798
+ #: app/skins/single.php:1028 app/skins/single.php:1083
7799
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
7800
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
7801
  #: app/skins/single/modern.php:46
7802
  msgid "Phone"
7803
  msgstr ""
7804
 
7805
+ #: app/skins/single.php:1042 app/skins/single.php:1097
7806
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
7807
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
7808
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
7811
  msgid "Website"
7812
  msgstr "Honlap"
7813
 
7814
+ #: app/skins/single.php:1173
7815
  msgid "Speakers:"
7816
  msgstr ""
7817
 
7910
  msgstr ""
7911
 
7912
  #. Author of the plugin/theme
7913
+ msgid "Webnus"
7914
  msgstr ""
7915
 
7916
  #. Author URI of the plugin/theme
languages/modern-events-calendar-lite-it_IT.mo CHANGED
Binary file
languages/modern-events-calendar-lite-it_IT.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2020-04-21 15:14+0430\n"
5
- "PO-Revision-Date: 2020-04-21 15:16+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
@@ -22,8 +22,8 @@ msgstr ""
22
 
23
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
24
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
25
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:944
26
- #: app/libraries/factory.php:962 app/widgets/MEC.php:33
27
  msgid "Modern Events Calendar"
28
  msgstr "Calendario moderno degli eventi"
29
 
@@ -89,9 +89,9 @@ msgstr "Colore Evento"
89
  msgid "Settings"
90
  msgstr "Impostazioni"
91
 
92
- #: app/features/contextual.php:62 app/features/events.php:2479
93
- #: app/features/mec/booking.php:448 app/features/mec/support.php:29
94
- #: app/libraries/main.php:560
95
  msgid "Booking Form"
96
  msgstr "Form Prenotazione"
97
 
@@ -209,7 +209,7 @@ msgstr "Opzioni Google Map"
209
  msgid "Google Recaptcha Options"
210
  msgstr "Opzioni Recaptcha Google"
211
 
212
- #: app/features/contextual.php:258 app/features/mec/single.php:149
213
  #: app/libraries/main.php:548
214
  msgid "Countdown Options"
215
  msgstr "Opzioni conto alla rovescia"
@@ -308,7 +308,7 @@ msgstr "Visualizza Evento"
308
  msgid "No events found in Trash!"
309
  msgstr "Nessun evento trovato nel cestino!"
310
 
311
- #: app/features/events.php:183 app/features/events.php:3357
312
  #: app/features/mec/meta_boxes/display_options.php:1385
313
  #: app/features/mec/meta_boxes/search_form.php:31
314
  #: app/features/mec/meta_boxes/search_form.php:101
@@ -321,18 +321,18 @@ msgstr "Nessun evento trovato nel cestino!"
321
  #: app/features/mec/meta_boxes/search_form.php:584
322
  #: app/features/mec/meta_boxes/search_form.php:654
323
  #: app/features/mec/meta_boxes/search_form.php:760
324
- #: app/features/mec/settings.php:839 app/features/mec/single.php:232
325
- #: app/features/search.php:68 app/libraries/main.php:5414
326
- #: app/libraries/skins.php:887 app/skins/single.php:572
327
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
328
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
329
  #: app/skins/single/modern.php:128
330
  msgid "Category"
331
  msgstr "Categoria"
332
 
333
- #: app/features/events.php:184 app/features/events.php:3312
334
  #: app/features/fes/form.php:767 app/features/mec.php:412
335
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5413
336
  msgid "Categories"
337
  msgstr "Categorie"
338
 
@@ -421,7 +421,7 @@ msgid "Event Repeating"
421
  msgstr "Ripetizione dell'evento"
422
 
423
  #: app/features/events.php:334 app/features/events.php:1294
424
- #: app/features/mec/settings.php:743 app/skins/single.php:957
425
  msgid "Hourly Schedule"
426
  msgstr "Schedula per Ore"
427
 
@@ -437,8 +437,8 @@ msgstr "Luogo"
437
  msgid "Links"
438
  msgstr "Link"
439
 
440
- #: app/features/events.php:337 app/features/events.php:3359
441
- #: app/features/events.php:3550 app/features/events.php:3592
442
  #: app/features/ix.php:3508 app/features/ix.php:3549
443
  #: app/features/mec/meta_boxes/display_options.php:1388
444
  #: app/features/mec/meta_boxes/search_form.php:46
@@ -452,21 +452,21 @@ msgstr "Link"
452
  #: app/features/mec/meta_boxes/search_form.php:599
453
  #: app/features/mec/meta_boxes/search_form.php:669
454
  #: app/features/mec/meta_boxes/search_form.php:775
455
- #: app/features/mec/settings.php:851 app/features/mec/single.php:236
456
  #: app/features/organizers.php:58 app/features/organizers.php:204
457
  #: app/features/organizers.php:260 app/features/organizers.php:262
458
  #: app/features/organizers.php:271 app/features/popup/event.php:293
459
  #: app/features/popup/event.php:302 app/features/search.php:80
460
- #: app/libraries/main.php:5420 app/libraries/skins.php:939
461
- #: app/skins/single.php:816 app/skins/single/default.php:227
462
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
463
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
464
  msgid "Organizer"
465
  msgstr "Organizzatore"
466
 
467
  #: app/features/events.php:338 app/features/events.php:1171
468
- #: app/features/fes/form.php:740 app/libraries/main.php:5447
469
- #: app/skins/single.php:595 app/skins/single/default.php:128
470
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
471
  #: app/skins/single/modern.php:223
472
  msgid "Cost"
@@ -484,8 +484,8 @@ msgstr "Nota per il revisore"
484
  msgid "Guest Data"
485
  msgstr "Dati dell'ospite"
486
 
487
- #: app/features/events.php:471 app/features/events.php:2461
488
- #: app/features/events.php:3883 app/features/fes.php:223
489
  #: app/features/fes/form.php:699 app/features/labels.php:178
490
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
491
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
@@ -493,17 +493,17 @@ msgstr "Dati dell'ospite"
493
  msgid "Name"
494
  msgstr "Nome"
495
 
496
- #: app/features/events.php:472 app/features/events.php:2472
497
- #: app/features/events.php:2548 app/features/events.php:3886
498
  #: app/features/fes.php:223 app/features/fes/form.php:695
499
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
500
  #: app/features/organizers.php:111 app/features/organizers.php:152
501
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
502
- #: app/features/speakers.php:196 app/libraries/main.php:1595
503
- #: app/libraries/main.php:1664 app/libraries/main.php:2899
504
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
505
- #: app/modules/booking/steps/form.php:83 app/skins/single.php:833
506
- #: app/skins/single.php:888 app/skins/single/default.php:244
507
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
508
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
509
  msgid "Email"
@@ -514,8 +514,8 @@ msgid "Date and Time"
514
  msgstr "Data e Ora"
515
 
516
  #: app/features/events.php:483 app/features/events.php:489
517
- #: app/features/events.php:3360 app/features/events.php:3550
518
- #: app/features/events.php:3592 app/features/fes/form.php:250
519
  #: app/features/fes/form.php:254 app/features/ix.php:3508
520
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
521
  #: app/features/mec/dashboard.php:405
@@ -539,24 +539,24 @@ msgid "Start Date"
539
  msgstr "Data di inizio"
540
 
541
  #: app/features/events.php:561 app/features/events.php:653
542
- #: app/features/events.php:1734 app/features/events.php:1793
543
- #: app/features/events.php:1986 app/features/events.php:2025
544
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
545
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
546
  msgid "AM"
547
  msgstr "AM"
548
 
549
  #: app/features/events.php:568 app/features/events.php:660
550
- #: app/features/events.php:1741 app/features/events.php:1800
551
- #: app/features/events.php:1987 app/features/events.php:2026
552
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
553
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
554
  msgid "PM"
555
  msgstr "PM"
556
 
557
  #: app/features/events.php:575 app/features/events.php:580
558
- #: app/features/events.php:3361 app/features/events.php:3550
559
- #: app/features/events.php:3592 app/features/fes/form.php:290
560
  #: app/features/fes/form.php:294 app/features/ix.php:3508
561
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
562
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
@@ -600,11 +600,11 @@ msgstr ""
600
  #: app/features/events.php:707 app/features/events.php:828
601
  #: app/features/events.php:1134 app/features/events.php:1211
602
  #: app/features/events.php:1519 app/features/events.php:1609
603
- #: app/features/events.php:1821 app/features/events.php:1836
604
- #: app/features/events.php:2045 app/features/events.php:2058
605
- #: app/features/events.php:2209 app/features/events.php:2245
606
- #: app/features/events.php:2343 app/features/events.php:2358
607
- #: app/features/events.php:2388 app/features/events.php:2401
608
  #: app/features/fes/form.php:651 app/features/locations.php:316
609
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
610
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
@@ -665,13 +665,13 @@ msgstr ""
665
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
666
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
667
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
668
- #: app/features/mec/single.php:58 app/features/mec/single.php:77
669
- #: app/features/mec/single.php:94 app/features/mec/single.php:110
670
- #: app/features/mec/single.php:125 app/features/mec/single.php:178
671
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
672
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
673
  #: app/features/organizers.php:272 app/features/popup/event.php:256
674
- #: app/features/popup/event.php:303 app/skins/single.php:679
675
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
676
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
677
  #: app/skins/single/modern.php:151
@@ -755,16 +755,16 @@ msgstr "Ripeti intervallo"
755
  msgid "Week Days"
756
  msgstr "Giorni della settimana"
757
 
758
- #: app/features/events.php:818 app/features/events.php:1905
759
- #: app/features/events.php:1933 app/features/events.php:2113
760
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
761
  #: app/features/ix/import_g_calendar.php:51
762
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
763
  msgid "Start"
764
  msgstr "Partenza"
765
 
766
- #: app/features/events.php:820 app/features/events.php:1909
767
- #: app/features/events.php:1937 app/features/events.php:2117
768
  #: app/features/fes/form.php:381
769
  #, fuzzy
770
  #| msgid "Enabled"
@@ -773,8 +773,8 @@ msgstr "Abilitato"
773
 
774
  #: app/features/events.php:822 app/features/events.php:1205
775
  #: app/features/events.php:1325 app/features/events.php:1430
776
- #: app/features/events.php:1888 app/features/events.php:2102
777
- #: app/features/events.php:2182 app/features/events.php:2315
778
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
779
  msgid "Add"
780
  msgstr "Aggiungi"
@@ -857,10 +857,10 @@ msgstr ""
857
  msgid "Show only one occurrence of this event"
858
  msgstr "Il prossimo evento degli altri eventi"
859
 
860
- #: app/features/events.php:1167 app/features/events.php:3550
861
- #: app/features/events.php:3592 app/features/fes/form.php:737
862
  #: app/features/ix.php:3508 app/features/ix.php:3549
863
- #: app/features/mec/settings.php:689 app/libraries/main.php:5446
864
  #: app/widgets/single.php:103
865
  msgid "Event Cost"
866
  msgstr "Costo Evento"
@@ -875,11 +875,11 @@ msgstr "Giorni eccezionali"
875
  msgid "Exclude certain days"
876
  msgstr "Escludi certi giorni"
877
 
878
- #: app/features/events.php:1203 app/features/events.php:2549
879
  #: app/features/fes.php:223 app/features/mec/booking.php:500
880
- #: app/features/profile/profile.php:53 app/libraries/main.php:2302
881
- #: app/libraries/main.php:2957 app/modules/booking/steps/tickets.php:23
882
- #: app/modules/next-event/details.php:93 app/skins/single.php:653
883
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
884
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
885
  msgid "Date"
@@ -913,9 +913,9 @@ msgstr ""
913
 
914
  #: app/features/events.php:1310 app/features/events.php:1349
915
  #: app/features/events.php:1384 app/features/events.php:1416
916
- #: app/features/events.php:1445 app/features/events.php:2330
917
- #: app/features/events.php:2377 app/features/events.php:3356
918
- #: app/features/events.php:3550 app/features/events.php:3592
919
  #: app/features/fes/form.php:239 app/features/ix.php:3508
920
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
921
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
@@ -924,19 +924,19 @@ msgstr "Titolo"
924
 
925
  #: app/features/events.php:1319 app/features/events.php:1356
926
  #: app/features/events.php:1389 app/features/events.php:1424
927
- #: app/features/events.php:1450 app/features/events.php:1919
928
- #: app/features/events.php:1945 app/features/events.php:2123
929
- #: app/features/events.php:2222 app/features/events.php:2258
930
- #: app/features/events.php:2365 app/features/events.php:2407
931
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
932
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
933
- #: app/libraries/main.php:2818 app/libraries/main.php:2848
934
- #: app/libraries/main.php:2877 app/libraries/main.php:2907
935
- #: app/libraries/main.php:2936 app/libraries/main.php:2965
936
- #: app/libraries/main.php:2994 app/libraries/main.php:3023
937
- #: app/libraries/main.php:3045 app/libraries/main.php:3076
938
- #: app/libraries/main.php:3120 app/libraries/main.php:3164
939
- #: app/libraries/main.php:3211 app/libraries/main.php:3250
940
  msgid "Remove"
941
  msgstr "Elimina"
942
 
@@ -955,8 +955,8 @@ msgid "To e.g. 8:45"
955
  msgstr "A es. 8:45"
956
 
957
  #: app/features/events.php:1353 app/features/events.php:1387
958
- #: app/features/events.php:1448 app/features/events.php:1809
959
- #: app/features/events.php:2034
960
  msgid "Description"
961
  msgstr "Descrizione"
962
 
@@ -964,7 +964,7 @@ msgstr "Descrizione"
964
  #: app/features/events.php:1453 app/features/fes/form.php:861
965
  #: app/features/mec.php:420 app/features/mec/modules.php:52
966
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
967
- #: app/libraries/main.php:565 app/libraries/main.php:5421
968
  #: app/modules/speakers/details.php:18
969
  msgid "Speakers"
970
  msgstr ""
@@ -981,7 +981,7 @@ msgid "Event Links"
981
  msgstr "Link dell'evento"
982
 
983
  #: app/features/events.php:1487 app/features/events.php:1493
984
- #: app/features/fes/form.php:716 app/libraries/main.php:5444
985
  msgid "Event Link"
986
  msgstr "Link dell'evento"
987
 
@@ -1008,8 +1008,8 @@ msgid "URL Shortener"
1008
  msgstr ""
1009
 
1010
  #: app/features/events.php:1503 app/features/events.php:1516
1011
- #: app/features/fes/form.php:721 app/libraries/main.php:5445
1012
- #: app/skins/single.php:678 app/skins/single/default.php:142
1013
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
1014
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
1015
  #: app/widgets/single.php:107
@@ -1037,15 +1037,47 @@ msgstr ""
1037
  "collegamento opzionale. Inserisci il collegamento completo compreso http "
1038
  "(s): //"
1039
 
1040
- #: app/features/events.php:1590 app/features/events.php:1605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1041
  #, fuzzy
1042
  #| msgid "Total booking limits"
1043
  msgid "Total booking limit"
1044
  msgstr "Limite totale delle prenotazioni"
1045
 
1046
- #: app/features/events.php:1602 app/features/events.php:1857
1047
- #: app/features/events.php:2072 app/modules/booking/default.php:85
1048
- #: app/modules/booking/steps/tickets.php:43
1049
  #: app/skins/available_spot/tpl.php:122
1050
  msgid "Unlimited"
1051
  msgstr "Illimitato"
@@ -1066,67 +1098,79 @@ msgstr "Scegli lo stile del tuo singolo evento."
1066
  msgid "100"
1067
  msgstr "100"
1068
 
1069
- #: app/features/events.php:1623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1070
  #, fuzzy
1071
  #| msgid "Total booking limits"
1072
  msgid "Total user booking limits"
1073
  msgstr "Limite totale delle prenotazioni"
1074
 
1075
- #: app/features/events.php:1635 app/features/events.php:2171
1076
- #: app/features/events.php:2303 app/features/events.php:2491
1077
  msgid "Inherit from global options"
1078
  msgstr "Eredita da opzioni globali"
1079
 
1080
- #: app/features/events.php:1638
1081
  msgid "12"
1082
  msgstr ""
1083
 
1084
- #: app/features/events.php:1661 app/libraries/book.php:60
1085
- #: app/libraries/main.php:5449 app/modules/booking/steps/tickets.php:43
1086
- msgid "Tickets"
1087
- msgstr "Biglietto/ticket"
1088
-
1089
- #: app/features/events.php:1664
1090
  msgid ""
1091
  "You're translating an event so MEC will use the original event for tickets "
1092
  "and booking. You can only translate the ticket name and description. Please "
1093
  "define exact tickets that you defined in the original event here."
1094
  msgstr ""
1095
 
1096
- #: app/features/events.php:1669
1097
  #, fuzzy
1098
  #| msgid "Ticket"
1099
  msgid "Add Ticket"
1100
  msgstr "Ticket"
1101
 
1102
- #: app/features/events.php:1683 app/features/events.php:1959
1103
  msgid "Ticket Name"
1104
  msgstr "Nome biglietto/ticket"
1105
 
1106
- #: app/features/events.php:1688 app/features/events.php:1963
1107
- #: app/features/events.php:3550 app/features/events.php:3592
1108
  #: app/features/ix.php:3508 app/features/ix.php:3549
1109
  msgid "Start Time"
1110
  msgstr "Ora di inizio"
1111
 
1112
- #: app/features/events.php:1747 app/features/events.php:1993
1113
- #: app/features/events.php:3550 app/features/events.php:3592
1114
  #: app/features/ix.php:3508 app/features/ix.php:3549
1115
  msgid "End Time"
1116
  msgstr "Ora di fine"
1117
 
1118
- #: app/features/events.php:1814 app/features/events.php:1818
1119
- #: app/features/events.php:1913 app/features/events.php:1940
1120
- #: app/features/events.php:2039 app/features/events.php:2042
1121
- #: app/features/events.php:2119 app/features/events.php:2336
1122
- #: app/features/events.php:2340 app/features/events.php:2382
1123
- #: app/features/events.php:2385 app/features/mec/booking.php:388
1124
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1125
  #: app/features/mec/booking.php:423
1126
  msgid "Price"
1127
  msgstr "Prezzo"
1128
 
1129
- #: app/features/events.php:1819 app/features/events.php:2043
1130
  #, fuzzy
1131
  #| msgid "Insert 0 for free ticket. Only numbers please."
1132
  msgid ""
@@ -1134,62 +1178,62 @@ msgid ""
1134
  "any symbols or characters."
1135
  msgstr "Inserire 0 per ticket gratuiti. Solo numeri."
1136
 
1137
- #: app/features/events.php:1828 app/features/events.php:1833
1138
- #: app/features/events.php:2052 app/features/events.php:2055
1139
  msgid "Price Label"
1140
  msgstr "Etichetta prezzo"
1141
 
1142
- #: app/features/events.php:1834 app/features/events.php:2056
1143
  msgid "For showing on website. e.g. $15"
1144
  msgstr "Da mostrare sul sito. es. €15"
1145
 
1146
- #: app/features/events.php:1844 app/features/events.php:2066
1147
  msgid "Available Tickets"
1148
  msgstr "Biglietti/Ticket disponibili"
1149
 
1150
- #: app/features/events.php:1861 app/features/events.php:2076
1151
  #, fuzzy
1152
  #| msgid "Maximum events"
1153
  msgid "Minimum Ticket e.g. 3"
1154
  msgstr "Massimo numero di eventi"
1155
 
1156
- #: app/features/events.php:1864 app/features/events.php:2079
1157
  #, fuzzy
1158
  #| msgid "Maximum events"
1159
  msgid "MinimumTicket"
1160
  msgstr "Massimo numero di eventi"
1161
 
1162
- #: app/features/events.php:1866 app/features/events.php:2081
1163
  msgid "Set a number for the minimum ticket reservation possible"
1164
  msgstr ""
1165
 
1166
- #: app/features/events.php:1874 app/features/events.php:2089
1167
  msgid "e.g. 0"
1168
  msgstr ""
1169
 
1170
- #: app/features/events.php:1876 app/features/events.php:2091
1171
  #, fuzzy
1172
  #| msgid "Daily"
1173
  msgid "Day"
1174
  msgstr "Giornaliero"
1175
 
1176
- #: app/features/events.php:1877 app/features/events.php:2092
1177
  msgid "Hour"
1178
  msgstr ""
1179
 
1180
- #: app/features/events.php:1879 app/features/events.php:2094
1181
  #, php-format
1182
  msgid "Stop selling ticket %s before event start."
1183
  msgstr ""
1184
 
1185
- #: app/features/events.php:1886 app/features/events.php:2100
1186
  #, fuzzy
1187
  #| msgid "Price Label"
1188
  msgid "Price per Date"
1189
  msgstr "Etichetta prezzo"
1190
 
1191
- #: app/features/events.php:1917 app/features/events.php:1943
1192
- #: app/features/events.php:2121 app/features/labels.php:60
1193
  #: app/features/mec/meta_boxes/display_options.php:1386
1194
  #: app/features/mec/meta_boxes/search_form.php:67
1195
  #: app/features/mec/meta_boxes/search_form.php:137
@@ -1202,28 +1246,24 @@ msgstr "Etichetta prezzo"
1202
  #: app/features/mec/meta_boxes/search_form.php:620
1203
  #: app/features/mec/meta_boxes/search_form.php:690
1204
  #: app/features/mec/meta_boxes/search_form.php:796
1205
- #: app/features/mec/settings.php:871 app/features/mec/single.php:250
1206
- #: app/features/search.php:98 app/libraries/skins.php:1017
1207
  msgid "Label"
1208
  msgstr "Etichetta"
1209
 
1210
- #: app/features/events.php:2159
1211
- msgid "Fees"
1212
- msgstr "Tasse"
1213
-
1214
- #: app/features/events.php:2196 app/features/events.php:2234
1215
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1216
  msgid "Fee Title"
1217
  msgstr "Titolo tassa"
1218
 
1219
- #: app/features/events.php:2202 app/features/events.php:2206
1220
- #: app/features/events.php:2239 app/features/events.php:2242
1221
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1222
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1223
  msgid "Amount"
1224
  msgstr "Totale"
1225
 
1226
- #: app/features/events.php:2207 app/features/events.php:2243
1227
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1228
  msgid ""
1229
  "Fee amount, considered as fixed amount if you set the type to amount "
@@ -1232,34 +1272,30 @@ msgstr ""
1232
  "Totale tassa, considerato come l'ammontare fisso se viene impostato il tipo "
1233
  "a totale, altrimenti considerato come percentuale"
1234
 
1235
- #: app/features/events.php:2216 app/features/events.php:2252
1236
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1237
  msgid "Percent"
1238
  msgstr "Percentuale"
1239
 
1240
- #: app/features/events.php:2217 app/features/events.php:2253
1241
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1242
  msgid "Amount (Per Ticket)"
1243
  msgstr ""
1244
 
1245
- #: app/features/events.php:2218 app/features/events.php:2254
1246
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1247
  msgid "Amount (Per Booking)"
1248
  msgstr ""
1249
 
1250
- #: app/features/events.php:2291 app/features/mec/settings.php:761
1251
- msgid "Ticket Variations / Options"
1252
- msgstr ""
1253
-
1254
- #: app/features/events.php:2341 app/features/events.php:2386
1255
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1256
  #, fuzzy
1257
  #| msgid "Option"
1258
  msgid "Option Price"
1259
  msgstr "Opzione"
1260
 
1261
- #: app/features/events.php:2351 app/features/events.php:2355
1262
- #: app/features/events.php:2395 app/features/events.php:2398
1263
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1264
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1265
  #, fuzzy
@@ -1267,58 +1303,58 @@ msgstr "Opzione"
1267
  msgid "Maximum Per Ticket"
1268
  msgstr "Massimo numero di eventi"
1269
 
1270
- #: app/features/events.php:2356 app/features/events.php:2399
1271
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1272
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1273
  msgstr ""
1274
 
1275
- #: app/features/events.php:2545 app/features/mec/booking.php:496
1276
- #: app/libraries/main.php:2840
1277
  #, fuzzy
1278
  #| msgid "Name"
1279
  msgid "MEC Name"
1280
  msgstr "Nome"
1281
 
1282
- #: app/features/events.php:2546 app/features/mec/booking.php:497
1283
- #: app/libraries/main.php:2869
1284
  #, fuzzy
1285
  #| msgid "Email"
1286
  msgid "MEC Email"
1287
  msgstr "Email"
1288
 
1289
- #: app/features/events.php:2547 app/features/mec/booking.php:498
1290
- #: app/libraries/main.php:2810
1291
  msgid "Text"
1292
  msgstr "Testo"
1293
 
1294
- #: app/features/events.php:2550 app/features/mec/booking.php:501
1295
  #: app/features/organizers.php:103 app/features/organizers.php:148
1296
  #: app/features/speakers.php:119 app/features/speakers.php:192
1297
- #: app/features/speakers.php:271 app/libraries/main.php:2986
1298
  msgid "Tel"
1299
  msgstr "Tel"
1300
 
1301
- #: app/features/events.php:2551 app/features/mec/booking.php:502
1302
- #: app/libraries/main.php:2928
1303
  msgid "File"
1304
  msgstr ""
1305
 
1306
- #: app/features/events.php:2552 app/features/mec/booking.php:503
1307
- #: app/libraries/main.php:3015
1308
  msgid "Textarea"
1309
  msgstr "Area di testo"
1310
 
1311
- #: app/features/events.php:2553 app/features/mec/booking.php:504
1312
- #: app/libraries/main.php:3068
1313
  msgid "Checkboxes"
1314
  msgstr "Caselle di selezione"
1315
 
1316
- #: app/features/events.php:2554 app/features/mec/booking.php:505
1317
- #: app/libraries/main.php:3112
1318
  msgid "Radio Buttons"
1319
  msgstr "Opzioni di selezione"
1320
 
1321
- #: app/features/events.php:2555 app/features/mec/booking.php:506
1322
  #: app/features/mec/meta_boxes/search_form.php:34
1323
  #: app/features/mec/meta_boxes/search_form.php:41
1324
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1394,46 +1430,46 @@ msgstr "Opzioni di selezione"
1394
  #: app/features/mec/meta_boxes/search_form.php:785
1395
  #: app/features/mec/meta_boxes/search_form.php:792
1396
  #: app/features/mec/meta_boxes/search_form.php:799
1397
- #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3156
1398
  msgid "Dropdown"
1399
  msgstr "Casella di selezione"
1400
 
1401
- #: app/features/events.php:2556 app/features/mec/booking.php:507
1402
- #: app/libraries/main.php:3203
1403
  msgid "Agreement"
1404
  msgstr ""
1405
 
1406
- #: app/features/events.php:2557 app/features/mec/booking.php:508
1407
- #: app/libraries/main.php:3044
1408
  msgid "Paragraph"
1409
  msgstr "Paragrafo"
1410
 
1411
- #: app/features/events.php:3258 app/features/events.php:3276
1412
- #: app/features/events.php:3294 app/features/events.php:3312
1413
  #, php-format
1414
  msgid "Show all %s"
1415
  msgstr ""
1416
 
1417
- #: app/features/events.php:3258
1418
  msgid "labels"
1419
  msgstr "etichette"
1420
 
1421
- #: app/features/events.php:3276
1422
  msgid "locations"
1423
  msgstr ""
1424
 
1425
- #: app/features/events.php:3294
1426
  msgid "organizers"
1427
  msgstr ""
1428
 
1429
- #: app/features/events.php:3328
1430
  #, fuzzy
1431
  #| msgid "Attendees Limit"
1432
  msgid "Attendees List"
1433
  msgstr "Limite partecipanti"
1434
 
1435
- #: app/features/events.php:3358 app/features/events.php:3550
1436
- #: app/features/events.php:3592 app/features/ix.php:3508
1437
  #: app/features/ix.php:3549 app/features/locations.php:58
1438
  #: app/features/locations.php:247 app/features/locations.php:304
1439
  #: app/features/locations.php:306 app/features/locations.php:315
@@ -1449,89 +1485,89 @@ msgstr "Limite partecipanti"
1449
  #: app/features/mec/meta_boxes/search_form.php:591
1450
  #: app/features/mec/meta_boxes/search_form.php:661
1451
  #: app/features/mec/meta_boxes/search_form.php:767
1452
- #: app/features/mec/settings.php:845 app/features/mec/single.php:240
1453
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1454
- #: app/features/search.php:74 app/libraries/main.php:2296
1455
- #: app/libraries/main.php:5418 app/libraries/skins.php:913
1456
- #: app/skins/single.php:500 app/skins/single.php:934
1457
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1458
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1459
  #: app/skins/single/modern.php:104
1460
  msgid "Location"
1461
  msgstr "Luogo"
1462
 
1463
- #: app/features/events.php:3363
1464
  msgid "Repeat"
1465
  msgstr "Ripeti"
1466
 
1467
- #: app/features/events.php:3364
1468
  msgid "Author"
1469
  msgstr "Autore"
1470
 
1471
- #: app/features/events.php:3485 app/features/events.php:3486
1472
  msgid "iCal Export"
1473
  msgstr "esporta iCal"
1474
 
1475
- #: app/features/events.php:3488 app/features/events.php:3489
1476
  msgid "CSV Export"
1477
  msgstr "Esporta CSV"
1478
 
1479
- #: app/features/events.php:3491 app/features/events.php:3492
1480
  msgid "MS Excel Export"
1481
  msgstr "Esporta Excel"
1482
 
1483
- #: app/features/events.php:3494 app/features/events.php:3495
1484
  msgid "XML Export"
1485
  msgstr "Esporta XML"
1486
 
1487
- #: app/features/events.php:3497 app/features/events.php:3498
1488
  msgid "JSON Export"
1489
  msgstr "Esporta JSON"
1490
 
1491
- #: app/features/events.php:3500 app/features/events.php:3501
1492
- #: app/features/events.php:3683
1493
  msgid "Duplicate"
1494
  msgstr "Duplica"
1495
 
1496
- #: app/features/events.php:3550 app/features/events.php:3592
1497
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1498
  #: app/features/labels.php:177 app/features/locations.php:246
1499
  #: app/features/organizers.php:203 app/features/speakers.php:268
1500
  msgid "ID"
1501
  msgstr "ID"
1502
 
1503
- #: app/features/events.php:3550 app/features/events.php:3592
1504
  #: app/features/ix.php:3508 app/features/ix.php:3549
1505
  msgid "Link"
1506
  msgstr "Link"
1507
 
1508
- #: app/features/events.php:3550 app/features/events.php:3592
1509
  #, php-format
1510
  msgid "%s Tel"
1511
  msgstr ""
1512
 
1513
- #: app/features/events.php:3550 app/features/events.php:3592
1514
  #, php-format
1515
  msgid "%s Email"
1516
  msgstr ""
1517
 
1518
- #: app/features/events.php:3889 app/features/fes.php:223
1519
- #: app/features/profile/profile.php:186 app/libraries/main.php:2333
1520
- #: app/libraries/main.php:5448
1521
  msgid "Ticket"
1522
  msgstr "Ticket"
1523
 
1524
- #: app/features/events.php:3892 app/features/profile/profile.php:189
1525
  #, fuzzy
1526
  #| msgid "Verification"
1527
  msgid "Variations"
1528
  msgstr "Verifica"
1529
 
1530
- #: app/features/events.php:3907 app/features/fes.php:303
1531
  msgid "Unknown"
1532
  msgstr "Sconosciuto"
1533
 
1534
- #: app/features/events.php:3940
1535
  #, fuzzy
1536
  #| msgid "Attendees Form"
1537
  msgid "No Attendees Found!"
@@ -1575,8 +1611,8 @@ msgstr "L'evento è stato eliminato!"
1575
  msgid "Order Time"
1576
  msgstr "Ora di fine"
1577
 
1578
- #: app/features/fes.php:223 app/libraries/main.php:2308
1579
- #: app/libraries/main.php:2396
1580
  msgid "Transaction ID"
1581
  msgstr "ID Transazione"
1582
 
@@ -1721,8 +1757,8 @@ msgstr "Rimuovi immagine"
1721
 
1722
  #: app/features/fes/form.php:793 app/features/labels.php:61
1723
  #: app/features/labels.php:221 app/features/mec.php:413
1724
- #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5415
1725
- #: app/skins/single.php:708 app/skins/single/default.php:157
1726
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1727
  #: app/skins/single/modern.php:238
1728
  msgid "Labels"
@@ -2079,7 +2115,7 @@ msgstr "Aggiungi al calendario Google"
2079
 
2080
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
2081
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
2082
- #: app/features/mec/settings.php:1085 app/features/mec/single.php:297
2083
  msgid "Checking ..."
2084
  msgstr "Sto controllando..."
2085
 
@@ -2525,7 +2561,7 @@ msgstr ""
2525
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2526
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2527
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2528
- #: app/skins/grid/render.php:55 app/skins/list/render.php:39
2529
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2530
  #: app/skins/monthly_view/calendar_clean.php:87
2531
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
@@ -2538,10 +2574,10 @@ msgid "Featured"
2538
  msgstr "Immagine in evidenza"
2539
 
2540
  #: app/features/labels.php:118 app/features/labels.php:143
2541
- #: app/libraries/main.php:5662 app/skins/agenda/render.php:43
2542
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2543
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2544
- #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:56
2545
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2546
  #: app/skins/monthly_view/calendar.php:89
2547
  #: app/skins/monthly_view/calendar_clean.php:88
@@ -2558,7 +2594,7 @@ msgstr ""
2558
 
2559
  #: app/features/labels.php:180 app/features/locations.php:249
2560
  #: app/features/organizers.php:206 app/features/speakers.php:272
2561
- #: app/modules/booking/steps/tickets.php:41
2562
  msgid "Count"
2563
  msgstr "Numero"
2564
 
@@ -2574,7 +2610,7 @@ msgstr ""
2574
 
2575
  #: app/features/locations.php:59 app/features/mec.php:414
2576
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2577
- #: app/libraries/main.php:5417
2578
  msgid "Locations"
2579
  msgstr "Luoghi"
2580
 
@@ -2706,7 +2742,7 @@ msgstr "Seleziona immagine"
2706
  msgid "Don't show map in single event page"
2707
  msgstr "Non mostrare la mappa nella pagina dell'evento singolo"
2708
 
2709
- #: app/features/locations.php:377 app/libraries/main.php:5451
2710
  #, fuzzy
2711
  #| msgid "Search Locations"
2712
  msgid "Other Locations"
@@ -2773,7 +2809,7 @@ msgstr "Supporto"
2773
 
2774
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2775
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2776
- #: app/libraries/main.php:5419
2777
  msgid "Organizers"
2778
  msgstr "Organizzatori"
2779
 
@@ -2815,7 +2851,7 @@ msgid "MEC - Go Pro"
2815
  msgstr "Supporto"
2816
 
2817
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2818
- #: app/libraries/factory.php:1048
2819
  msgid "Go Pro"
2820
  msgstr ""
2821
 
@@ -2912,9 +2948,9 @@ msgstr "Casella di ricerca"
2912
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2913
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2914
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2915
- #: app/features/mec/single.php:17 app/features/mec/single.php:262
2916
- #: app/features/mec/single.php:272 app/features/mec/single.php:314
2917
- #: app/features/mec/single.php:328 app/features/mec/styles.php:11
2918
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2919
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2920
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
@@ -3124,12 +3160,6 @@ msgstr ""
3124
  msgid "Enable Organizer Payment Module"
3125
  msgstr "Nuovo nome Organizzatore"
3126
 
3127
- #: app/features/mec/booking.php:585 app/features/mec/support-page.php:118
3128
- #, fuzzy
3129
- #| msgid "Organizer Name"
3130
- msgid "Organizer Payment"
3131
- msgstr "Nome Organizzatore"
3132
-
3133
  #: app/features/mec/booking.php:586
3134
  msgid ""
3135
  "By enabling this module, organizers are able to insert their own payment "
@@ -3138,14 +3168,14 @@ msgstr ""
3138
 
3139
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
3140
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
3141
- #: app/features/mec/settings.php:1080 app/features/mec/single.php:292
3142
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3143
  msgid "Saved"
3144
  msgstr "Salvato"
3145
 
3146
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
3147
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
3148
- #: app/features/mec/settings.php:1081 app/features/mec/single.php:293
3149
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3150
  msgid "Settings Saved!"
3151
  msgstr ""
@@ -3154,14 +3184,14 @@ msgstr ""
3154
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
3155
  #: app/features/mec/notifications.php:907
3156
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
3157
- #: app/features/mec/settings.php:1105 app/features/mec/single.php:295
3158
- #: app/features/mec/single.php:317 app/libraries/main.php:5661
3159
  msgid "Verified"
3160
  msgstr "Verificato"
3161
 
3162
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
3163
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
3164
- #: app/features/mec/single.php:319
3165
  msgid "Please Refresh Page"
3166
  msgstr "Si prega di ricaricare la pagina"
3167
 
@@ -3175,7 +3205,7 @@ msgstr "Benvenuto %s"
3175
  msgid "%s - Most Powerful & Easy to Use Events Management System"
3176
  msgstr ""
3177
 
3178
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:962
3179
  #, fuzzy
3180
  #| msgid "Modern Events Calendar"
3181
  msgid "Modern Events Calendar (Lite)"
@@ -3261,7 +3291,7 @@ msgid ""
3261
  msgstr ""
3262
 
3263
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3264
- #: app/libraries/factory.php:972
3265
  msgid "Upcoming Events"
3266
  msgstr ""
3267
 
@@ -3836,15 +3866,15 @@ msgstr "Visualizzazione predefinita"
3836
 
3837
  #: app/features/mec/meta_boxes/display_options.php:637
3838
  #: app/features/mec/meta_boxes/display_options.php:661
3839
- #: app/libraries/main.php:330 app/libraries/main.php:1813
3840
- #: app/libraries/main.php:1838
3841
  msgid "List View"
3842
  msgstr "Visualizzazione Lista"
3843
 
3844
  #: app/features/mec/meta_boxes/display_options.php:638
3845
  #: app/features/mec/meta_boxes/display_options.php:682
3846
- #: app/libraries/main.php:331 app/libraries/main.php:1814
3847
- #: app/libraries/main.php:1839
3848
  msgid "Grid View"
3849
  msgstr "Visualizzazione Griglia"
3850
 
@@ -3858,8 +3888,8 @@ msgstr "Visualizza slider"
3858
 
3859
  #: app/features/mec/meta_boxes/display_options.php:640
3860
  #: app/features/mec/meta_boxes/display_options.php:703
3861
- #: app/libraries/main.php:334 app/libraries/main.php:1807
3862
- #: app/libraries/main.php:1832
3863
  msgid "Yearly View"
3864
  msgstr ""
3865
 
@@ -3870,15 +3900,15 @@ msgstr "Vista calendario mensile"
3870
 
3871
  #: app/features/mec/meta_boxes/display_options.php:642
3872
  #: app/features/mec/meta_boxes/display_options.php:752
3873
- #: app/libraries/main.php:337 app/libraries/main.php:1809
3874
- #: app/libraries/main.php:1834
3875
  msgid "Weekly View"
3876
  msgstr "Visualizzazione settimanale"
3877
 
3878
  #: app/features/mec/meta_boxes/display_options.php:643
3879
  #: app/features/mec/meta_boxes/display_options.php:762
3880
- #: app/libraries/main.php:336 app/libraries/main.php:1810
3881
- #: app/libraries/main.php:1835
3882
  msgid "Daily View"
3883
  msgstr "Visualizzazione giornaliera"
3884
 
@@ -4441,10 +4471,10 @@ msgstr "Disattivato"
4441
  #: app/features/mec/meta_boxes/search_form.php:606
4442
  #: app/features/mec/meta_boxes/search_form.php:676
4443
  #: app/features/mec/meta_boxes/search_form.php:782
4444
- #: app/features/mec/settings.php:858 app/features/mec/single.php:245
4445
  #: app/features/search.php:86 app/features/speakers.php:61
4446
- #: app/features/speakers.php:269 app/libraries/main.php:5422
4447
- #: app/libraries/skins.php:965
4448
  msgid "Speaker"
4449
  msgstr ""
4450
 
@@ -4459,8 +4489,8 @@ msgstr ""
4459
  #: app/features/mec/meta_boxes/search_form.php:613
4460
  #: app/features/mec/meta_boxes/search_form.php:683
4461
  #: app/features/mec/meta_boxes/search_form.php:789
4462
- #: app/features/mec/settings.php:865 app/features/mec/single.php:254
4463
- #: app/features/search.php:92 app/libraries/skins.php:991
4464
  #, fuzzy
4465
  #| msgid "Tags"
4466
  msgid "Tag"
@@ -4599,7 +4629,7 @@ msgstr ""
4599
  msgid "Google Maps Style"
4600
  msgstr "Stile Google Map"
4601
 
4602
- #: app/features/mec/modules.php:114 app/features/mec/single.php:88
4603
  msgid "Default"
4604
  msgstr "Predefinito"
4605
 
@@ -5496,7 +5526,7 @@ msgid "You can enable/disable Schema scripts"
5496
  msgstr ""
5497
 
5498
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5499
- #: app/libraries/main.php:5426
5500
  msgid "Weekdays"
5501
  msgstr "Settimanali"
5502
 
@@ -5881,10 +5911,6 @@ msgstr "Tag eventi"
5881
  msgid "Event Organizer"
5882
  msgstr "Organizzatore evento"
5883
 
5884
- #: app/features/mec/settings.php:749
5885
- msgid "Booking Options"
5886
- msgstr "Opzioni di prenotazione"
5887
-
5888
  #: app/features/mec/settings.php:755
5889
  #, fuzzy
5890
  #| msgid "Fees/Taxes Options"
@@ -6113,7 +6139,7 @@ msgstr ""
6113
  "\"Data di riferimento\" mostra la data dell'evento sulla base della data di "
6114
  "riferimento nella lista degli eventi."
6115
 
6116
- #: app/features/mec/single.php:65 app/features/mec/single.php:76
6117
  msgid "Single Event Style"
6118
  msgstr "Stile singolo evento"
6119
 
@@ -6121,105 +6147,105 @@ msgstr "Stile singolo evento"
6121
  msgid "Default Style"
6122
  msgstr "Stile predefinito"
6123
 
6124
- #: app/features/mec/single.php:71
6125
  msgid "Elementor Single Builder"
6126
  msgstr ""
6127
 
6128
- #: app/features/mec/single.php:77
6129
  msgid "Choose your single event style."
6130
  msgstr "Scegli lo stile del tuo singolo evento."
6131
 
6132
- #: app/features/mec/single.php:85 app/features/mec/single.php:93
6133
  #, fuzzy
6134
  #| msgid "Booking"
6135
  msgid "Booking Style"
6136
  msgstr "Prenotazione"
6137
 
6138
- #: app/features/mec/single.php:89
6139
  msgid "Modal"
6140
  msgstr ""
6141
 
6142
- #: app/features/mec/single.php:94
6143
  msgid ""
6144
  "Choose your Booking style. Note: When you set this feature to Modal, you "
6145
  "cannot see the booking box if you set popup module view on shortcodes"
6146
  msgstr ""
6147
 
6148
- #: app/features/mec/single.php:102
6149
  msgid "Disable Block Editor (Gutenberg)"
6150
  msgstr ""
6151
 
6152
- #: app/features/mec/single.php:105
6153
  msgid "Disable Block Editor"
6154
  msgstr ""
6155
 
6156
- #: app/features/mec/single.php:109
6157
  msgid "Block Editor"
6158
  msgstr ""
6159
 
6160
- #: app/features/mec/single.php:110
6161
  msgid ""
6162
  "If you want to use the new WordPress block editor you should keep this "
6163
  "checkbox unchecked."
6164
  msgstr ""
6165
 
6166
- #: app/features/mec/single.php:117 app/features/mec/single.php:124
6167
  msgid "Breadcrumbs"
6168
  msgstr ""
6169
 
6170
- #: app/features/mec/single.php:120
6171
  msgid "Enable Breadcrumbs."
6172
  msgstr ""
6173
 
6174
- #: app/features/mec/single.php:125
6175
  msgid "Check this option, for showing the breadcrumbs on single event page"
6176
  msgstr ""
6177
 
6178
- #: app/features/mec/single.php:132 app/features/mec/single.php:139
6179
  #, fuzzy
6180
  #| msgid "Description"
6181
  msgid "Organizer Description"
6182
  msgstr "Descrizione"
6183
 
6184
- #: app/features/mec/single.php:135
6185
  msgid "Enable Description For Organizer."
6186
  msgstr ""
6187
 
6188
- #: app/features/mec/single.php:140
6189
  msgid ""
6190
  "If you want to turn on description for other organizer plase go to "
6191
  "'Additional Organizers - After enabling and saving the settings, reloading "
6192
  "the settings page.' tab"
6193
  msgstr ""
6194
 
6195
- #: app/features/mec/single.php:153
6196
  msgid "Show countdown module on event page"
6197
  msgstr "Mostra conto alla rovescia sulla pagina evento"
6198
 
6199
- #: app/features/mec/single.php:158
6200
  msgid "Countdown Style"
6201
  msgstr "Stile conto alla rovescia"
6202
 
6203
- #: app/features/mec/single.php:161
6204
  msgid "Plain Style"
6205
  msgstr "Stile semplice"
6206
 
6207
- #: app/features/mec/single.php:162
6208
  msgid "Flip Style"
6209
  msgstr "Stile capovolgi"
6210
 
6211
- #: app/features/mec/single.php:170 app/features/mec/single.php:177
6212
  #, fuzzy
6213
  #| msgid "Exceptional days"
6214
  msgid "Exceptional days (Exclude Dates)"
6215
  msgstr "Giorni eccezionali"
6216
 
6217
- #: app/features/mec/single.php:174
6218
  msgid "Show exceptional days option on Add/Edit events page"
6219
  msgstr ""
6220
  "Mostra opzione giorni eccezionali nella pagina Aggiungi / Modifica eventi"
6221
 
6222
- #: app/features/mec/single.php:178
6223
  #, fuzzy
6224
  #| msgid ""
6225
  #| "Using this option you can include/exclude certain days to/from event "
@@ -6230,12 +6256,12 @@ msgstr ""
6230
  "Usa questa opzione se vuoi includere/escludere certi giorni a/da date "
6231
  "dell'evento."
6232
 
6233
- #: app/features/mec/single.php:187 app/libraries/main.php:550
6234
  #, fuzzy
6235
  msgid "Additional Organizers"
6236
  msgstr "Tutti gli Organizzatori"
6237
 
6238
- #: app/features/mec/single.php:192
6239
  #, fuzzy
6240
  msgid ""
6241
  "Show additional organizers option on Add/Edit events page and single event "
@@ -6243,17 +6269,17 @@ msgid ""
6243
  msgstr ""
6244
  "Mostra opzione giorni eccezionali nella pagina Aggiungi / Modifica eventi"
6245
 
6246
- #: app/features/mec/single.php:201
6247
  msgid "Enable Description For Other Organizers."
6248
  msgstr ""
6249
 
6250
- #: app/features/mec/single.php:209
6251
  #, fuzzy
6252
  #| msgid "Show all locations"
6253
  msgid "Additional locations"
6254
  msgstr "Mostra tutti i luoghi"
6255
 
6256
- #: app/features/mec/single.php:213
6257
  #, fuzzy
6258
  msgid ""
6259
  "Show additional locations option on Add/Edit events page and single event "
@@ -6261,18 +6287,18 @@ msgid ""
6261
  msgstr ""
6262
  "Mostra opzione giorni eccezionali nella pagina Aggiungi / Modifica eventi"
6263
 
6264
- #: app/features/mec/single.php:219 app/libraries/main.php:552
6265
- #: app/skins/single.php:161
6266
  #, fuzzy
6267
  #| msgid "featured event"
6268
  msgid "Related Events"
6269
  msgstr "evento in evidenza"
6270
 
6271
- #: app/features/mec/single.php:223
6272
  msgid "Display related events based on taxonomy in single event page."
6273
  msgstr ""
6274
 
6275
- #: app/features/mec/single.php:229
6276
  #, fuzzy
6277
  #| msgid "Select All"
6278
  msgid "Select Taxonomies:"
@@ -6978,8 +7004,8 @@ msgstr "es. mario@rossi.it"
6978
  msgid "eg. https://webnus.net"
6979
  msgstr "http://webnus.biz"
6980
 
6981
- #: app/features/organizers.php:312 app/libraries/main.php:5450
6982
- #: app/skins/single.php:866
6983
  msgid "Other Organizers"
6984
  msgstr ""
6985
 
@@ -7054,7 +7080,7 @@ msgstr ""
7054
 
7055
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
7056
  #: app/modules/booking/steps/form.php:179
7057
- #: app/modules/booking/steps/tickets.php:77 app/skins/countdown/tpl.php:109
7058
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
7059
  msgid "Next"
7060
  msgstr "Avanti"
@@ -7120,7 +7146,7 @@ msgstr "Aggiungi un nuovo Shortcode"
7120
  msgid "Please %s/%s in order to see your bookings / profile."
7121
  msgstr "Si prega di %s/%s prima di inserire nuovi eventi."
7122
 
7123
- #: app/features/profile/profile.php:18 app/libraries/main.php:2199
7124
  #, fuzzy
7125
  #| msgid "Your booking cannot be canceled."
7126
  msgid "Your booking already canceled!"
@@ -7130,11 +7156,11 @@ msgstr "La tua prenotazione non può essere cancellata."
7130
  msgid "#"
7131
  msgstr ""
7132
 
7133
- #: app/features/profile/profile.php:56 app/libraries/main.php:3225
7134
  msgid "Status"
7135
  msgstr ""
7136
 
7137
- #: app/features/profile/profile.php:59 app/libraries/main.php:2317
7138
  msgid "Attendees"
7139
  msgstr ""
7140
 
@@ -7263,9 +7289,10 @@ msgstr ""
7263
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
7264
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
7265
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
7266
- #: app/modules/next-event/details.php:104 app/skins/single.php:758
7267
- #: app/skins/single/default.php:110 app/skins/single/default.php:341
7268
- #: app/skins/single/m1.php:45 app/skins/single/modern.php:208
 
7269
  #, fuzzy
7270
  #| msgid "All Day Event"
7271
  msgid "All Day"
@@ -7361,12 +7388,12 @@ msgstr ""
7361
  msgid "%s Price"
7362
  msgstr ""
7363
 
7364
- #: app/libraries/book.php:626
7365
  msgid "Discount"
7366
  msgstr "Sconto"
7367
 
7368
- #: app/libraries/book.php:716 app/modules/booking/default.php:316
7369
- #: app/modules/booking/default.php:415
7370
  msgid "Download Invoice"
7371
  msgstr ""
7372
 
@@ -7437,17 +7464,17 @@ msgstr ""
7437
  msgid "Custom sidebar for single and modal page of MEC."
7438
  msgstr ""
7439
 
7440
- #: app/libraries/factory.php:1034
7441
  #, fuzzy
7442
  #| msgid "Update Label"
7443
  msgid "News & Updates"
7444
  msgstr "Aggiorna Etichetta"
7445
 
7446
- #: app/libraries/factory.php:1047
7447
  msgid "Blog"
7448
  msgstr ""
7449
 
7450
- #: app/libraries/factory.php:1047
7451
  msgid "Help"
7452
  msgstr ""
7453
 
@@ -7455,33 +7482,33 @@ msgstr ""
7455
  msgid "There is no excerpt because this is a protected post."
7456
  msgstr "Il riassunto non è disponibile perché l'articolo è protetto."
7457
 
7458
- #: app/libraries/main.php:332 app/libraries/main.php:1815
7459
- #: app/libraries/main.php:1840
7460
  msgid "Agenda View"
7461
  msgstr ""
7462
 
7463
- #: app/libraries/main.php:333 app/libraries/main.php:1806
7464
- #: app/libraries/main.php:1831
7465
  msgid "Full Calendar"
7466
  msgstr "Calendario completo"
7467
 
7468
- #: app/libraries/main.php:335 app/libraries/main.php:1808
7469
- #: app/libraries/main.php:1833
7470
  msgid "Calendar/Monthly View"
7471
  msgstr "Calendario/Visualizzazione mensile"
7472
 
7473
- #: app/libraries/main.php:338 app/libraries/main.php:1811
7474
- #: app/libraries/main.php:1836
7475
  msgid "Timetable View"
7476
  msgstr ""
7477
 
7478
- #: app/libraries/main.php:339 app/libraries/main.php:1812
7479
- #: app/libraries/main.php:1837
7480
  msgid "Masonry View"
7481
  msgstr ""
7482
 
7483
- #: app/libraries/main.php:340 app/libraries/main.php:1816
7484
- #: app/libraries/main.php:1841
7485
  msgid "Map View"
7486
  msgstr "Visualizzazione mappa"
7487
 
@@ -7511,31 +7538,31 @@ msgstr "Visualizza slider"
7511
  msgid "Timeline View"
7512
  msgstr "Visualizza slider"
7513
 
7514
- #: app/libraries/main.php:385 app/libraries/main.php:5428
7515
  msgid "SU"
7516
  msgstr "D"
7517
 
7518
- #: app/libraries/main.php:386 app/libraries/main.php:5429
7519
  msgid "MO"
7520
  msgstr "L"
7521
 
7522
- #: app/libraries/main.php:387 app/libraries/main.php:5430
7523
  msgid "TU"
7524
  msgstr "M"
7525
 
7526
- #: app/libraries/main.php:388 app/libraries/main.php:5431
7527
  msgid "WE"
7528
  msgstr "M"
7529
 
7530
- #: app/libraries/main.php:389 app/libraries/main.php:5432
7531
  msgid "TH"
7532
  msgstr "G"
7533
 
7534
- #: app/libraries/main.php:390 app/libraries/main.php:5433
7535
  msgid "FR"
7536
  msgstr "V"
7537
 
7538
- #: app/libraries/main.php:391 app/libraries/main.php:5434
7539
  msgid "SA"
7540
  msgstr "S"
7541
 
@@ -7557,11 +7584,11 @@ msgstr "Tutti i Luoghi"
7557
  msgid "Modules"
7558
  msgstr "Modulo ora locale"
7559
 
7560
- #: app/libraries/main.php:871
7561
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7562
  msgstr ""
7563
 
7564
- #: app/libraries/main.php:878
7565
  msgid ""
7566
  "The time has come at last, and the new practical add-ons for MEC have been "
7567
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -7569,410 +7596,410 @@ msgid ""
7569
  "below:"
7570
  msgstr ""
7571
 
7572
- #: app/libraries/main.php:880
7573
  msgid ""
7574
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7575
  "products) and Woo products at the same time."
7576
  msgstr ""
7577
 
7578
- #: app/libraries/main.php:881
7579
  msgid ""
7580
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7581
  "other websites without MEC. Use JSON output features to make your Apps "
7582
  "compatible with MEC."
7583
  msgstr ""
7584
 
7585
- #: app/libraries/main.php:882
7586
  msgid ""
7587
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7588
  "main websites. Changes in the main one will be inherited by the subsites. "
7589
  "you can set these up in the admin panel."
7590
  msgstr ""
7591
 
7592
- #: app/libraries/main.php:883
7593
  msgid ""
7594
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7595
  "pages can contain ticket purchase information, information about registered "
7596
  "events. Users can now log in to purchase tickets."
7597
  msgstr ""
7598
 
7599
- #: app/libraries/main.php:1532
7600
  msgid "Events at this location"
7601
  msgstr "Eventi in questo luogo"
7602
 
7603
- #: app/libraries/main.php:1532
7604
  msgid "Event at this location"
7605
  msgstr "Evento in questo luogo"
7606
 
7607
- #: app/libraries/main.php:1584
7608
  msgid "Facebook"
7609
  msgstr "Facebook"
7610
 
7611
- #: app/libraries/main.php:1585
7612
  msgid "Twitter"
7613
  msgstr "Twitter"
7614
 
7615
- #: app/libraries/main.php:1586 app/libraries/main.php:1643
7616
  msgid "Linkedin"
7617
  msgstr "Linkedin"
7618
 
7619
- #: app/libraries/main.php:1587 app/libraries/main.php:1679
7620
  msgid "VK"
7621
  msgstr ""
7622
 
7623
- #: app/libraries/main.php:1588
7624
  msgid "Tumblr"
7625
  msgstr ""
7626
 
7627
- #: app/libraries/main.php:1589
7628
  msgid "Pinterest"
7629
  msgstr ""
7630
 
7631
- #: app/libraries/main.php:1590
7632
  msgid "Flipboard"
7633
  msgstr ""
7634
 
7635
- #: app/libraries/main.php:1591
7636
  #, fuzzy
7637
  #| msgid "Tickets"
7638
  msgid "GetPocket"
7639
  msgstr "Biglietto/ticket"
7640
 
7641
- #: app/libraries/main.php:1592
7642
  msgid "Reddit"
7643
  msgstr ""
7644
 
7645
- #: app/libraries/main.php:1593
7646
  msgid "WhatsApp"
7647
  msgstr ""
7648
 
7649
- #: app/libraries/main.php:1594
7650
  msgid "Telegram"
7651
  msgstr ""
7652
 
7653
- #: app/libraries/main.php:1613
7654
  msgid "Share on Facebook"
7655
  msgstr "Condividi su Facebook"
7656
 
7657
- #: app/libraries/main.php:1628
7658
  msgid "Tweet"
7659
  msgstr "Tweet"
7660
 
7661
- #: app/libraries/main.php:1694
7662
  #, fuzzy
7663
  #| msgid "Share on Facebook"
7664
  msgid "Share on Tumblr"
7665
  msgstr "Condividi su Facebook"
7666
 
7667
- #: app/libraries/main.php:1710
7668
  msgid "Share on Pinterest"
7669
  msgstr ""
7670
 
7671
- #: app/libraries/main.php:1726
7672
  #, fuzzy
7673
  #| msgid "Share on Facebook"
7674
  msgid "Share on Flipboard"
7675
  msgstr "Condividi su Facebook"
7676
 
7677
- #: app/libraries/main.php:1744
7678
  #, fuzzy
7679
  #| msgid "Share on Facebook"
7680
  msgid "Share on GetPocket"
7681
  msgstr "Condividi su Facebook"
7682
 
7683
- #: app/libraries/main.php:1760
7684
  #, fuzzy
7685
  #| msgid "Share on Facebook"
7686
  msgid "Share on Reddit"
7687
  msgstr "Condividi su Facebook"
7688
 
7689
- #: app/libraries/main.php:1776
7690
  msgid "Share on Telegram"
7691
  msgstr ""
7692
 
7693
- #: app/libraries/main.php:1794
7694
  msgid "Share on WhatsApp"
7695
  msgstr ""
7696
 
7697
- #: app/libraries/main.php:1817
7698
  #, fuzzy
7699
  #| msgid "Shortcode"
7700
  msgid "Custom Shortcode"
7701
  msgstr "Shortcode"
7702
 
7703
- #: app/libraries/main.php:2179
7704
  #, fuzzy
7705
  #| msgid "Your booking successfully verified."
7706
  msgid "Your booking already verified!"
7707
  msgstr "La tua prenotazione è stata verificata correttamente."
7708
 
7709
- #: app/libraries/main.php:2184
7710
  msgid "Your booking successfully verified."
7711
  msgstr "La tua prenotazione è stata verificata correttamente."
7712
 
7713
- #: app/libraries/main.php:2185
7714
  msgid "Your booking cannot verify!"
7715
  msgstr "La tua prenotazione non può essere verificata!"
7716
 
7717
- #: app/libraries/main.php:2204
7718
  msgid "Your booking successfully canceled."
7719
  msgstr "La tua prenotazione è stata cancellata correttamente."
7720
 
7721
- #: app/libraries/main.php:2205
7722
  msgid "Your booking cannot be canceled."
7723
  msgstr "La tua prenotazione non può essere cancellata."
7724
 
7725
- #: app/libraries/main.php:2209
7726
  msgid "You canceled the payment successfully."
7727
  msgstr "Hai annullato correttamente il pagamento."
7728
 
7729
- #: app/libraries/main.php:2213
7730
  msgid "You returned from payment gateway successfully."
7731
  msgstr "Procedura di pagamento avvenuta correttamente."
7732
 
7733
- #: app/libraries/main.php:2229
7734
  msgid "Cannot find the invoice!"
7735
  msgstr ""
7736
 
7737
- #: app/libraries/main.php:2229
7738
  #, fuzzy
7739
  #| msgid "Security nonce is invalid."
7740
  msgid "Invoice is invalid."
7741
  msgstr "Token di sicurezza non valido."
7742
 
7743
- #: app/libraries/main.php:2249
7744
  msgid ""
7745
  "Your booking still is not confirmed. You can download it after confirmation!"
7746
  msgstr ""
7747
 
7748
- #: app/libraries/main.php:2249
7749
  #, fuzzy
7750
  #| msgid "Booking Confirmation"
7751
  msgid "Booking Not Confirmed."
7752
  msgstr "Conferma Prenotazione"
7753
 
7754
- #: app/libraries/main.php:2255
7755
  msgid "Cannot find the booking!"
7756
  msgstr ""
7757
 
7758
- #: app/libraries/main.php:2255
7759
  msgid "Booking is invalid."
7760
  msgstr ""
7761
 
7762
- #: app/libraries/main.php:2287
7763
  #, php-format
7764
  msgid "%s Invoice"
7765
  msgstr ""
7766
 
7767
- #: app/libraries/main.php:2363
7768
  msgid "Billing"
7769
  msgstr ""
7770
 
7771
- #: app/libraries/main.php:2375
7772
  #, fuzzy
7773
  #| msgid "Coupon"
7774
  msgid "Coupon Code"
7775
  msgstr "Coupon"
7776
 
7777
- #: app/libraries/main.php:2380
7778
  msgid "Total"
7779
  msgstr ""
7780
 
7781
- #: app/libraries/main.php:2387
7782
  msgid "Payment"
7783
  msgstr "Pagamento"
7784
 
7785
- #: app/libraries/main.php:2391
7786
  msgid "Gateway"
7787
  msgstr "Gateway"
7788
 
7789
- #: app/libraries/main.php:2404
7790
  #, fuzzy
7791
  #| msgid "Payment"
7792
  msgid "Payment Time"
7793
  msgstr "Pagamento"
7794
 
7795
- #: app/libraries/main.php:2465
7796
  #, fuzzy
7797
  #| msgid "Request is invalid!"
7798
  msgid "Request is not valid."
7799
  msgstr "Richiesta non valida!"
7800
 
7801
- #: app/libraries/main.php:2465
7802
  msgid "iCal export stopped!"
7803
  msgstr "esportazione iCal annullata!"
7804
 
7805
- #: app/libraries/main.php:2809 app/libraries/main.php:2839
7806
- #: app/libraries/main.php:2868 app/libraries/main.php:2898
7807
- #: app/libraries/main.php:2927 app/libraries/main.php:2956
7808
- #: app/libraries/main.php:2985 app/libraries/main.php:3014
7809
- #: app/libraries/main.php:3043 app/libraries/main.php:3067
7810
- #: app/libraries/main.php:3111 app/libraries/main.php:3155
7811
- #: app/libraries/main.php:3202 app/libraries/main.php:3249
7812
  msgid "Sort"
7813
  msgstr "Ordina"
7814
 
7815
- #: app/libraries/main.php:2815 app/libraries/main.php:2845
7816
- #: app/libraries/main.php:2874 app/libraries/main.php:2904
7817
- #: app/libraries/main.php:2933 app/libraries/main.php:2962
7818
- #: app/libraries/main.php:2991 app/libraries/main.php:3020
7819
- #: app/libraries/main.php:3073 app/libraries/main.php:3117
7820
- #: app/libraries/main.php:3161 app/libraries/main.php:3208
7821
  msgid "Required Field"
7822
  msgstr "Campo obbligatorio"
7823
 
7824
- #: app/libraries/main.php:2821 app/libraries/main.php:2851
7825
- #: app/libraries/main.php:2880 app/libraries/main.php:2910
7826
- #: app/libraries/main.php:2939 app/libraries/main.php:2968
7827
- #: app/libraries/main.php:2997 app/libraries/main.php:3026
7828
- #: app/libraries/main.php:3079 app/libraries/main.php:3123
7829
- #: app/libraries/main.php:3167 app/libraries/main.php:3214
7830
  msgid "Insert a label for this field"
7831
  msgstr "Inserisci una etichetta per questo campo"
7832
 
7833
- #: app/libraries/main.php:3049
7834
  msgid "HTML and shortcode are allowed."
7835
  msgstr "HTML e shortcode sono ammessi."
7836
 
7837
- #: app/libraries/main.php:3092 app/libraries/main.php:3136
7838
- #: app/libraries/main.php:3180
7839
  msgid "Option"
7840
  msgstr "Opzione"
7841
 
7842
- #: app/libraries/main.php:3214
7843
  #, php-format
7844
  msgid "Instead of %s, the page title with a link will be show."
7845
  msgstr ""
7846
 
7847
- #: app/libraries/main.php:3216
7848
  msgid "Agreement Page"
7849
  msgstr ""
7850
 
7851
- #: app/libraries/main.php:3227
7852
  msgid "Checked by default"
7853
  msgstr ""
7854
 
7855
- #: app/libraries/main.php:3228
7856
  msgid "Unchecked by default"
7857
  msgstr ""
7858
 
7859
- #: app/libraries/main.php:3251
7860
  msgid "Insert a label for this option"
7861
  msgstr "Inserisci una etichetta per questa opzione"
7862
 
7863
- #: app/libraries/main.php:3266
7864
  msgid "Free"
7865
  msgstr "Gratuito"
7866
 
7867
- #: app/libraries/main.php:3872 app/libraries/main.php:5676
7868
  #, fuzzy
7869
  #| msgid "M.E. Calendar"
7870
  msgid "M.E. Calender"
7871
  msgstr "Calendario"
7872
 
7873
- #: app/libraries/main.php:4027
7874
  #, php-format
7875
  msgid "Copy of %s"
7876
  msgstr "Copia di %s"
7877
 
7878
- #: app/libraries/main.php:4793
7879
  msgid "Booked an event."
7880
  msgstr "Prenotato un evento."
7881
 
7882
- #: app/libraries/main.php:4834
7883
  #, php-format
7884
  msgid "%s booked %s event."
7885
  msgstr "%s ha prenotato l'evento %s."
7886
 
7887
- #: app/libraries/main.php:5411
7888
  msgid "Taxonomies"
7889
  msgstr ""
7890
 
7891
- #: app/libraries/main.php:5413
7892
  msgid "Category Plural Label"
7893
  msgstr ""
7894
 
7895
- #: app/libraries/main.php:5414
7896
  msgid "Category Singular Label"
7897
  msgstr ""
7898
 
7899
- #: app/libraries/main.php:5415
7900
  msgid "Label Plural Label"
7901
  msgstr ""
7902
 
7903
- #: app/libraries/main.php:5416
7904
  msgid "Label Singular Label"
7905
  msgstr ""
7906
 
7907
- #: app/libraries/main.php:5416
7908
  msgid "label"
7909
  msgstr ""
7910
 
7911
- #: app/libraries/main.php:5417
7912
  msgid "Location Plural Label"
7913
  msgstr ""
7914
 
7915
- #: app/libraries/main.php:5418
7916
  msgid "Location Singular Label"
7917
  msgstr ""
7918
 
7919
- #: app/libraries/main.php:5419
7920
  msgid "Organizer Plural Label"
7921
  msgstr ""
7922
 
7923
- #: app/libraries/main.php:5420
7924
  msgid "Organizer Singular Label"
7925
  msgstr ""
7926
 
7927
- #: app/libraries/main.php:5421
7928
  #, fuzzy
7929
  #| msgid "Search Labels"
7930
  msgid "Speaker Plural Label"
7931
  msgstr "Cerca etichette"
7932
 
7933
- #: app/libraries/main.php:5422
7934
  #, fuzzy
7935
  #| msgid "Popular Labels"
7936
  msgid "Speaker Singular Label"
7937
  msgstr "Etichette frequenti"
7938
 
7939
- #: app/libraries/main.php:5428
7940
  msgid "Sunday abbreviation"
7941
  msgstr ""
7942
 
7943
- #: app/libraries/main.php:5429
7944
  msgid "Monday abbreviation"
7945
  msgstr ""
7946
 
7947
- #: app/libraries/main.php:5430
7948
  msgid "Tuesday abbreviation"
7949
  msgstr ""
7950
 
7951
- #: app/libraries/main.php:5431
7952
  msgid "Wednesday abbreviation"
7953
  msgstr ""
7954
 
7955
- #: app/libraries/main.php:5432
7956
  msgid "Thursday abbreviation"
7957
  msgstr ""
7958
 
7959
- #: app/libraries/main.php:5433
7960
  msgid "Friday abbreviation"
7961
  msgstr ""
7962
 
7963
- #: app/libraries/main.php:5434
7964
  msgid "Saturday abbreviation"
7965
  msgstr ""
7966
 
7967
- #: app/libraries/main.php:5438
7968
  msgid "Others"
7969
  msgstr ""
7970
 
7971
- #: app/libraries/main.php:5440
7972
  msgid "Booking Success Message"
7973
  msgstr ""
7974
 
7975
- #: app/libraries/main.php:5440
7976
  #, fuzzy
7977
  #| msgid ""
7978
  #| "Thanks for your booking. Your tickets booked, booking verification might "
@@ -7985,122 +8012,123 @@ msgstr ""
7985
  "essere necessario la verifica della prenotazione, si prega di controllare la "
7986
  "posta elettronica."
7987
 
7988
- #: app/libraries/main.php:5441 app/widgets/single.php:131
7989
  msgid "Register Button"
7990
  msgstr ""
7991
 
7992
- #: app/libraries/main.php:5441 app/skins/available_spot/tpl.php:189
7993
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
7994
- #: app/skins/grid/render.php:84 app/skins/grid/render.php:139
7995
- #: app/skins/grid/render.php:189 app/skins/grid/render.php:209
7996
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
7997
- #: app/skins/masonry/render.php:150 app/skins/single.php:779
7998
- #: app/skins/single.php:782 app/skins/single/default.php:270
7999
- #: app/skins/single/default.php:272 app/skins/single/default.php:501
8000
- #: app/skins/single/default.php:503 app/skins/single/m1.php:142
8001
- #: app/skins/single/m1.php:144 app/skins/single/m2.php:67
8002
- #: app/skins/single/m2.php:69 app/skins/single/modern.php:78
8003
- #: app/skins/single/modern.php:80 app/skins/slider/render.php:71
8004
- #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
8005
- #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
 
8006
  msgid "REGISTER"
8007
  msgstr "REGISTRA"
8008
 
8009
- #: app/libraries/main.php:5442
8010
  msgid "View Detail Button"
8011
  msgstr ""
8012
 
8013
- #: app/libraries/main.php:5442 app/skins/carousel/render.php:109
8014
- #: app/skins/carousel/render.php:148 app/skins/grid/render.php:84
8015
- #: app/skins/grid/render.php:139 app/skins/grid/render.php:189
8016
- #: app/skins/grid/render.php:209 app/skins/list/render.php:67
8017
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
8018
- #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
8019
- #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
8020
- #: app/skins/slider/render.php:173
8021
  msgid "View Detail"
8022
  msgstr "Visualizza dettaglio"
8023
 
8024
- #: app/libraries/main.php:5443
8025
  msgid "Event Detail Button"
8026
  msgstr ""
8027
 
8028
- #: app/libraries/main.php:5443 app/skins/countdown/tpl.php:213
8029
  msgid "Event Detail"
8030
  msgstr "Dettaglio evento"
8031
 
8032
- #: app/libraries/main.php:5445
8033
  msgid "More Info Link"
8034
  msgstr ""
8035
 
8036
- #: app/libraries/main.php:5448
8037
  msgid "Ticket (Singular)"
8038
  msgstr ""
8039
 
8040
- #: app/libraries/main.php:5449
8041
  msgid "Tickets (Plural)"
8042
  msgstr ""
8043
 
8044
- #: app/libraries/main.php:5535
8045
  msgid "EventON"
8046
  msgstr ""
8047
 
8048
- #: app/libraries/main.php:5536
8049
  msgid "The Events Calendar"
8050
  msgstr ""
8051
 
8052
- #: app/libraries/main.php:5537
8053
  msgid "Events Schedule WP Plugin"
8054
  msgstr ""
8055
 
8056
- #: app/libraries/main.php:5538
8057
  msgid "Calendarize It"
8058
  msgstr ""
8059
 
8060
- #: app/libraries/main.php:5539
8061
  #, fuzzy
8062
  #| msgid "No Search Options"
8063
  msgid "Event Espresso"
8064
  msgstr "Nessuna opzione di ricerca"
8065
 
8066
- #: app/libraries/main.php:5540
8067
  #, fuzzy
8068
  #| msgid "Event Repeating"
8069
  msgid "Events Manager (Recurring)"
8070
  msgstr "Ripetizione dell'evento"
8071
 
8072
- #: app/libraries/main.php:5541
8073
  #, fuzzy
8074
  #| msgid "Modern Events Calendar"
8075
  msgid "Events Manager (Single)"
8076
  msgstr "Calendario moderno degli eventi"
8077
 
8078
- #: app/libraries/main.php:5613 app/libraries/main.php:5633
8079
  msgid "Confirmed"
8080
  msgstr "Confermato"
8081
 
8082
- #: app/libraries/main.php:5614 app/libraries/main.php:5641
8083
  msgid "Rejected"
8084
  msgstr "Rifiutato"
8085
 
8086
- #: app/libraries/main.php:5615 app/libraries/main.php:5637
8087
  msgid "Pending"
8088
  msgstr "In attesa"
8089
 
8090
- #: app/libraries/main.php:5663
8091
  msgid "Waiting"
8092
  msgstr "In attesa"
8093
 
8094
- #: app/libraries/main.php:5868 app/libraries/render.php:80
8095
  #: app/libraries/render.php:432
8096
  msgid "Skin controller does not exist."
8097
  msgstr "Non esiste il controllo dello stile."
8098
 
8099
- #: app/libraries/main.php:6049
8100
  msgid "Sold Out"
8101
  msgstr ""
8102
 
8103
- #: app/libraries/main.php:6057
8104
  #, fuzzy
8105
  #| msgid "Ticket"
8106
  msgid "Last Few Tickets"
@@ -8159,7 +8187,7 @@ msgstr ""
8159
  msgid "No"
8160
  msgstr ""
8161
 
8162
- #: app/libraries/skins.php:1037
8163
  #, fuzzy
8164
  #| msgid "Select All"
8165
  msgid "Select"
@@ -8214,21 +8242,21 @@ msgstr ""
8214
  msgid "Thanks for your booking."
8215
  msgstr "Grazie per aver prenotato."
8216
 
8217
- #: app/modules/booking/steps/tickets.php:21
8218
  msgid "Book Event"
8219
  msgstr "Evento prenotazione"
8220
 
8221
- #: app/modules/booking/steps/tickets.php:43
8222
  #, php-format
8223
  msgid "Available %s: <span>%s</span>"
8224
  msgstr ""
8225
 
8226
- #: app/modules/booking/steps/tickets.php:47
8227
  #, php-format
8228
  msgid "The %s ticket sales has stopped!"
8229
  msgstr ""
8230
 
8231
- #: app/modules/booking/steps/tickets.php:48
8232
  #, php-format
8233
  msgid "The %s ticket is sold out. You can try another ticket or another date."
8234
  msgstr ""
@@ -8241,15 +8269,15 @@ msgstr ""
8241
  msgid "The event is ongoing."
8242
  msgstr ""
8243
 
8244
- #: app/modules/googlemap/details.php:124
8245
  msgid "Address from ..."
8246
  msgstr "Indirizzo da ..."
8247
 
8248
- #: app/modules/googlemap/details.php:128
8249
  msgid "Get Directions"
8250
  msgstr ""
8251
 
8252
- #: app/modules/links/details.php:17 app/skins/single.php:468
8253
  msgid "Share this event"
8254
  msgstr "Condividi questo evento"
8255
 
@@ -8304,7 +8332,7 @@ msgstr "Prossimo avvenimento"
8304
  msgid "Go to occurrence page"
8305
  msgstr "Vai alla pagina necessaria"
8306
 
8307
- #: app/modules/next-event/details.php:98 app/skins/single.php:752
8308
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
8309
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
8310
  msgid "Time"
@@ -8440,24 +8468,24 @@ msgstr "Eventi di %s"
8440
  msgid "No Events"
8441
  msgstr "Nessun evento"
8442
 
8443
- #: app/skins/single.php:209
8444
  msgid "Home"
8445
  msgstr ""
8446
 
8447
- #: app/skins/single.php:551 app/skins/single/default.php:53
8448
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
8449
  #: app/skins/single/modern.php:281
8450
  msgid "Sold out!"
8451
  msgstr ""
8452
 
8453
- #: app/skins/single.php:826 app/skins/single.php:881
8454
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
8455
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
8456
  #: app/skins/single/modern.php:46
8457
  msgid "Phone"
8458
  msgstr "Telefono"
8459
 
8460
- #: app/skins/single.php:840 app/skins/single.php:895
8461
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
8462
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
8463
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
@@ -8466,7 +8494,7 @@ msgstr "Telefono"
8466
  msgid "Website"
8467
  msgstr "Sito web"
8468
 
8469
- #: app/skins/single.php:971
8470
  #, fuzzy
8471
  #| msgid "No Search Options"
8472
  msgid "Speakers:"
@@ -8583,7 +8611,9 @@ msgid "An awesome plugin for events calendar"
8583
  msgstr "Un plugin straordinario per il calendario degli eventi"
8584
 
8585
  #. Author of the plugin/theme
8586
- msgid "Webnus Team"
 
 
8587
  msgstr "Team Webnus"
8588
 
8589
  #. Author URI of the plugin/theme
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2020-04-28 17:17+0430\n"
5
+ "PO-Revision-Date: 2020-04-28 17:18+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
22
 
23
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
24
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
25
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:945
26
+ #: app/libraries/factory.php:964 app/widgets/MEC.php:33
27
  msgid "Modern Events Calendar"
28
  msgstr "Calendario moderno degli eventi"
29
 
89
  msgid "Settings"
90
  msgstr "Impostazioni"
91
 
92
+ #: app/features/contextual.php:62 app/features/events.php:1549
93
+ #: app/features/events.php:2502 app/features/mec/booking.php:448
94
+ #: app/features/mec/support.php:29 app/libraries/main.php:560
95
  msgid "Booking Form"
96
  msgstr "Form Prenotazione"
97
 
209
  msgid "Google Recaptcha Options"
210
  msgstr "Opzioni Recaptcha Google"
211
 
212
+ #: app/features/contextual.php:258 app/features/mec/single.php:150
213
  #: app/libraries/main.php:548
214
  msgid "Countdown Options"
215
  msgstr "Opzioni conto alla rovescia"
308
  msgid "No events found in Trash!"
309
  msgstr "Nessun evento trovato nel cestino!"
310
 
311
+ #: app/features/events.php:183 app/features/events.php:3373
312
  #: app/features/mec/meta_boxes/display_options.php:1385
313
  #: app/features/mec/meta_boxes/search_form.php:31
314
  #: app/features/mec/meta_boxes/search_form.php:101
321
  #: app/features/mec/meta_boxes/search_form.php:584
322
  #: app/features/mec/meta_boxes/search_form.php:654
323
  #: app/features/mec/meta_boxes/search_form.php:760
324
+ #: app/features/mec/settings.php:839 app/features/mec/single.php:233
325
+ #: app/features/search.php:68 app/libraries/main.php:5424
326
+ #: app/libraries/skins.php:892 app/skins/single.php:774
327
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
328
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
329
  #: app/skins/single/modern.php:128
330
  msgid "Category"
331
  msgstr "Categoria"
332
 
333
+ #: app/features/events.php:184 app/features/events.php:3328
334
  #: app/features/fes/form.php:767 app/features/mec.php:412
335
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5423
336
  msgid "Categories"
337
  msgstr "Categorie"
338
 
421
  msgstr "Ripetizione dell'evento"
422
 
423
  #: app/features/events.php:334 app/features/events.php:1294
424
+ #: app/features/mec/settings.php:743 app/skins/single.php:1159
425
  msgid "Hourly Schedule"
426
  msgstr "Schedula per Ore"
427
 
437
  msgid "Links"
438
  msgstr "Link"
439
 
440
+ #: app/features/events.php:337 app/features/events.php:3375
441
+ #: app/features/events.php:3566 app/features/events.php:3608
442
  #: app/features/ix.php:3508 app/features/ix.php:3549
443
  #: app/features/mec/meta_boxes/display_options.php:1388
444
  #: app/features/mec/meta_boxes/search_form.php:46
452
  #: app/features/mec/meta_boxes/search_form.php:599
453
  #: app/features/mec/meta_boxes/search_form.php:669
454
  #: app/features/mec/meta_boxes/search_form.php:775
455
+ #: app/features/mec/settings.php:851 app/features/mec/single.php:237
456
  #: app/features/organizers.php:58 app/features/organizers.php:204
457
  #: app/features/organizers.php:260 app/features/organizers.php:262
458
  #: app/features/organizers.php:271 app/features/popup/event.php:293
459
  #: app/features/popup/event.php:302 app/features/search.php:80
460
+ #: app/libraries/main.php:5430 app/libraries/skins.php:944
461
+ #: app/skins/single.php:1018 app/skins/single/default.php:227
462
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
463
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
464
  msgid "Organizer"
465
  msgstr "Organizzatore"
466
 
467
  #: app/features/events.php:338 app/features/events.php:1171
468
+ #: app/features/fes/form.php:740 app/libraries/main.php:5457
469
+ #: app/skins/single.php:797 app/skins/single/default.php:128
470
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
471
  #: app/skins/single/modern.php:223
472
  msgid "Cost"
484
  msgid "Guest Data"
485
  msgstr "Dati dell'ospite"
486
 
487
+ #: app/features/events.php:471 app/features/events.php:2484
488
+ #: app/features/events.php:3899 app/features/fes.php:223
489
  #: app/features/fes/form.php:699 app/features/labels.php:178
490
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
491
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
493
  msgid "Name"
494
  msgstr "Nome"
495
 
496
+ #: app/features/events.php:472 app/features/events.php:2495
497
+ #: app/features/events.php:2571 app/features/events.php:3902
498
  #: app/features/fes.php:223 app/features/fes/form.php:695
499
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
500
  #: app/features/organizers.php:111 app/features/organizers.php:152
501
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
502
+ #: app/features/speakers.php:196 app/libraries/main.php:1596
503
+ #: app/libraries/main.php:1665 app/libraries/main.php:2900
504
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
505
+ #: app/modules/booking/steps/form.php:83 app/skins/single.php:1035
506
+ #: app/skins/single.php:1090 app/skins/single/default.php:244
507
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
508
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
509
  msgid "Email"
514
  msgstr "Data e Ora"
515
 
516
  #: app/features/events.php:483 app/features/events.php:489
517
+ #: app/features/events.php:3376 app/features/events.php:3566
518
+ #: app/features/events.php:3608 app/features/fes/form.php:250
519
  #: app/features/fes/form.php:254 app/features/ix.php:3508
520
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
521
  #: app/features/mec/dashboard.php:405
539
  msgstr "Data di inizio"
540
 
541
  #: app/features/events.php:561 app/features/events.php:653
542
+ #: app/features/events.php:1757 app/features/events.php:1816
543
+ #: app/features/events.php:2009 app/features/events.php:2048
544
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
545
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
546
  msgid "AM"
547
  msgstr "AM"
548
 
549
  #: app/features/events.php:568 app/features/events.php:660
550
+ #: app/features/events.php:1764 app/features/events.php:1823
551
+ #: app/features/events.php:2010 app/features/events.php:2049
552
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
553
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
554
  msgid "PM"
555
  msgstr "PM"
556
 
557
  #: app/features/events.php:575 app/features/events.php:580
558
+ #: app/features/events.php:3377 app/features/events.php:3566
559
+ #: app/features/events.php:3608 app/features/fes/form.php:290
560
  #: app/features/fes/form.php:294 app/features/ix.php:3508
561
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
562
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
600
  #: app/features/events.php:707 app/features/events.php:828
601
  #: app/features/events.php:1134 app/features/events.php:1211
602
  #: app/features/events.php:1519 app/features/events.php:1609
603
+ #: app/features/events.php:1844 app/features/events.php:1859
604
+ #: app/features/events.php:2068 app/features/events.php:2081
605
+ #: app/features/events.php:2232 app/features/events.php:2268
606
+ #: app/features/events.php:2366 app/features/events.php:2381
607
+ #: app/features/events.php:2411 app/features/events.php:2424
608
  #: app/features/fes/form.php:651 app/features/locations.php:316
609
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
610
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
665
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
666
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
667
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
668
+ #: app/features/mec/single.php:58 app/features/mec/single.php:78
669
+ #: app/features/mec/single.php:95 app/features/mec/single.php:111
670
+ #: app/features/mec/single.php:126 app/features/mec/single.php:179
671
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
672
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
673
  #: app/features/organizers.php:272 app/features/popup/event.php:256
674
+ #: app/features/popup/event.php:303 app/skins/single.php:881
675
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
676
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
677
  #: app/skins/single/modern.php:151
755
  msgid "Week Days"
756
  msgstr "Giorni della settimana"
757
 
758
+ #: app/features/events.php:818 app/features/events.php:1928
759
+ #: app/features/events.php:1956 app/features/events.php:2136
760
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
761
  #: app/features/ix/import_g_calendar.php:51
762
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
763
  msgid "Start"
764
  msgstr "Partenza"
765
 
766
+ #: app/features/events.php:820 app/features/events.php:1932
767
+ #: app/features/events.php:1960 app/features/events.php:2140
768
  #: app/features/fes/form.php:381
769
  #, fuzzy
770
  #| msgid "Enabled"
773
 
774
  #: app/features/events.php:822 app/features/events.php:1205
775
  #: app/features/events.php:1325 app/features/events.php:1430
776
+ #: app/features/events.php:1911 app/features/events.php:2125
777
+ #: app/features/events.php:2205 app/features/events.php:2338
778
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
779
  msgid "Add"
780
  msgstr "Aggiungi"
857
  msgid "Show only one occurrence of this event"
858
  msgstr "Il prossimo evento degli altri eventi"
859
 
860
+ #: app/features/events.php:1167 app/features/events.php:3566
861
+ #: app/features/events.php:3608 app/features/fes/form.php:737
862
  #: app/features/ix.php:3508 app/features/ix.php:3549
863
+ #: app/features/mec/settings.php:689 app/libraries/main.php:5456
864
  #: app/widgets/single.php:103
865
  msgid "Event Cost"
866
  msgstr "Costo Evento"
875
  msgid "Exclude certain days"
876
  msgstr "Escludi certi giorni"
877
 
878
+ #: app/features/events.php:1203 app/features/events.php:2572
879
  #: app/features/fes.php:223 app/features/mec/booking.php:500
880
+ #: app/features/profile/profile.php:53 app/libraries/main.php:2303
881
+ #: app/libraries/main.php:2958 app/modules/booking/steps/tickets.php:28
882
+ #: app/modules/next-event/details.php:93 app/skins/single.php:855
883
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
884
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
885
  msgid "Date"
913
 
914
  #: app/features/events.php:1310 app/features/events.php:1349
915
  #: app/features/events.php:1384 app/features/events.php:1416
916
+ #: app/features/events.php:1445 app/features/events.php:2353
917
+ #: app/features/events.php:2400 app/features/events.php:3372
918
+ #: app/features/events.php:3566 app/features/events.php:3608
919
  #: app/features/fes/form.php:239 app/features/ix.php:3508
920
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
921
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
924
 
925
  #: app/features/events.php:1319 app/features/events.php:1356
926
  #: app/features/events.php:1389 app/features/events.php:1424
927
+ #: app/features/events.php:1450 app/features/events.php:1942
928
+ #: app/features/events.php:1968 app/features/events.php:2146
929
+ #: app/features/events.php:2245 app/features/events.php:2281
930
+ #: app/features/events.php:2388 app/features/events.php:2430
931
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
932
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
933
+ #: app/libraries/main.php:2819 app/libraries/main.php:2849
934
+ #: app/libraries/main.php:2878 app/libraries/main.php:2908
935
+ #: app/libraries/main.php:2937 app/libraries/main.php:2966
936
+ #: app/libraries/main.php:2995 app/libraries/main.php:3024
937
+ #: app/libraries/main.php:3046 app/libraries/main.php:3077
938
+ #: app/libraries/main.php:3121 app/libraries/main.php:3165
939
+ #: app/libraries/main.php:3212 app/libraries/main.php:3251
940
  msgid "Remove"
941
  msgstr "Elimina"
942
 
955
  msgstr "A es. 8:45"
956
 
957
  #: app/features/events.php:1353 app/features/events.php:1387
958
+ #: app/features/events.php:1448 app/features/events.php:1832
959
+ #: app/features/events.php:2057
960
  msgid "Description"
961
  msgstr "Descrizione"
962
 
964
  #: app/features/events.php:1453 app/features/fes/form.php:861
965
  #: app/features/mec.php:420 app/features/mec/modules.php:52
966
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
967
+ #: app/libraries/main.php:565 app/libraries/main.php:5431
968
  #: app/modules/speakers/details.php:18
969
  msgid "Speakers"
970
  msgstr ""
981
  msgstr "Link dell'evento"
982
 
983
  #: app/features/events.php:1487 app/features/events.php:1493
984
+ #: app/features/fes/form.php:716 app/libraries/main.php:5454
985
  msgid "Event Link"
986
  msgstr "Link dell'evento"
987
 
1008
  msgstr ""
1009
 
1010
  #: app/features/events.php:1503 app/features/events.php:1516
1011
+ #: app/features/fes/form.php:721 app/libraries/main.php:5455
1012
+ #: app/skins/single.php:880 app/skins/single/default.php:142
1013
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
1014
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
1015
  #: app/widgets/single.php:107
1037
  "collegamento opzionale. Inserisci il collegamento completo compreso http "
1038
  "(s): //"
1039
 
1040
+ #: app/features/events.php:1540 app/features/mec/settings.php:749
1041
+ msgid "Booking Options"
1042
+ msgstr "Opzioni di prenotazione"
1043
+
1044
+ #: app/features/events.php:1541
1045
+ #, fuzzy
1046
+ #| msgid "Total booking limits"
1047
+ msgid "Total User Booking Limits"
1048
+ msgstr "Limite totale delle prenotazioni"
1049
+
1050
+ #: app/features/events.php:1542 app/features/events.php:1684
1051
+ #: app/libraries/book.php:60 app/libraries/main.php:5459
1052
+ #: app/modules/booking/steps/tickets.php:51
1053
+ msgid "Tickets"
1054
+ msgstr "Biglietto/ticket"
1055
+
1056
+ #: app/features/events.php:1544 app/features/events.php:2182
1057
+ msgid "Fees"
1058
+ msgstr "Tasse"
1059
+
1060
+ #: app/features/events.php:1547 app/features/events.php:2314
1061
+ #: app/features/mec/settings.php:761
1062
+ msgid "Ticket Variations / Options"
1063
+ msgstr ""
1064
+
1065
+ #: app/features/events.php:1551 app/features/mec/booking.php:585
1066
+ #: app/features/mec/support-page.php:118
1067
+ #, fuzzy
1068
+ #| msgid "Organizer Name"
1069
+ msgid "Organizer Payment"
1070
+ msgstr "Nome Organizzatore"
1071
+
1072
+ #: app/features/events.php:1591 app/features/events.php:1605
1073
  #, fuzzy
1074
  #| msgid "Total booking limits"
1075
  msgid "Total booking limit"
1076
  msgstr "Limite totale delle prenotazioni"
1077
 
1078
+ #: app/features/events.php:1602 app/features/events.php:1880
1079
+ #: app/features/events.php:2095 app/modules/booking/default.php:85
1080
+ #: app/modules/booking/steps/tickets.php:51
1081
  #: app/skins/available_spot/tpl.php:122
1082
  msgid "Unlimited"
1083
  msgstr "Illimitato"
1098
  msgid "100"
1099
  msgstr "100"
1100
 
1101
+ #: app/features/events.php:1620 app/features/events.php:1634
1102
+ #, fuzzy
1103
+ #| msgid "Next Occurrence"
1104
+ msgid "Book All Occurrences"
1105
+ msgstr "Prossimo avvenimento"
1106
+
1107
+ #: app/features/events.php:1631
1108
+ msgid "Sell all occurrences by one booking"
1109
+ msgstr ""
1110
+
1111
+ #: app/features/events.php:1637
1112
+ msgid ""
1113
+ "If you have a series of events and you want to sell all of them at once, "
1114
+ "this option is for you! For example a weekly yoga course or something "
1115
+ "similar."
1116
+ msgstr ""
1117
+
1118
+ #: app/features/events.php:1647
1119
  #, fuzzy
1120
  #| msgid "Total booking limits"
1121
  msgid "Total user booking limits"
1122
  msgstr "Limite totale delle prenotazioni"
1123
 
1124
+ #: app/features/events.php:1658 app/features/events.php:2194
1125
+ #: app/features/events.php:2326 app/features/events.php:2514
1126
  msgid "Inherit from global options"
1127
  msgstr "Eredita da opzioni globali"
1128
 
1129
+ #: app/features/events.php:1661
1130
  msgid "12"
1131
  msgstr ""
1132
 
1133
+ #: app/features/events.php:1687
 
 
 
 
 
1134
  msgid ""
1135
  "You're translating an event so MEC will use the original event for tickets "
1136
  "and booking. You can only translate the ticket name and description. Please "
1137
  "define exact tickets that you defined in the original event here."
1138
  msgstr ""
1139
 
1140
+ #: app/features/events.php:1692
1141
  #, fuzzy
1142
  #| msgid "Ticket"
1143
  msgid "Add Ticket"
1144
  msgstr "Ticket"
1145
 
1146
+ #: app/features/events.php:1706 app/features/events.php:1982
1147
  msgid "Ticket Name"
1148
  msgstr "Nome biglietto/ticket"
1149
 
1150
+ #: app/features/events.php:1711 app/features/events.php:1986
1151
+ #: app/features/events.php:3566 app/features/events.php:3608
1152
  #: app/features/ix.php:3508 app/features/ix.php:3549
1153
  msgid "Start Time"
1154
  msgstr "Ora di inizio"
1155
 
1156
+ #: app/features/events.php:1770 app/features/events.php:2016
1157
+ #: app/features/events.php:3566 app/features/events.php:3608
1158
  #: app/features/ix.php:3508 app/features/ix.php:3549
1159
  msgid "End Time"
1160
  msgstr "Ora di fine"
1161
 
1162
+ #: app/features/events.php:1837 app/features/events.php:1841
1163
+ #: app/features/events.php:1936 app/features/events.php:1963
1164
+ #: app/features/events.php:2062 app/features/events.php:2065
1165
+ #: app/features/events.php:2142 app/features/events.php:2359
1166
+ #: app/features/events.php:2363 app/features/events.php:2405
1167
+ #: app/features/events.php:2408 app/features/mec/booking.php:388
1168
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1169
  #: app/features/mec/booking.php:423
1170
  msgid "Price"
1171
  msgstr "Prezzo"
1172
 
1173
+ #: app/features/events.php:1842 app/features/events.php:2066
1174
  #, fuzzy
1175
  #| msgid "Insert 0 for free ticket. Only numbers please."
1176
  msgid ""
1178
  "any symbols or characters."
1179
  msgstr "Inserire 0 per ticket gratuiti. Solo numeri."
1180
 
1181
+ #: app/features/events.php:1851 app/features/events.php:1856
1182
+ #: app/features/events.php:2075 app/features/events.php:2078
1183
  msgid "Price Label"
1184
  msgstr "Etichetta prezzo"
1185
 
1186
+ #: app/features/events.php:1857 app/features/events.php:2079
1187
  msgid "For showing on website. e.g. $15"
1188
  msgstr "Da mostrare sul sito. es. €15"
1189
 
1190
+ #: app/features/events.php:1867 app/features/events.php:2089
1191
  msgid "Available Tickets"
1192
  msgstr "Biglietti/Ticket disponibili"
1193
 
1194
+ #: app/features/events.php:1884 app/features/events.php:2099
1195
  #, fuzzy
1196
  #| msgid "Maximum events"
1197
  msgid "Minimum Ticket e.g. 3"
1198
  msgstr "Massimo numero di eventi"
1199
 
1200
+ #: app/features/events.php:1887 app/features/events.php:2102
1201
  #, fuzzy
1202
  #| msgid "Maximum events"
1203
  msgid "MinimumTicket"
1204
  msgstr "Massimo numero di eventi"
1205
 
1206
+ #: app/features/events.php:1889 app/features/events.php:2104
1207
  msgid "Set a number for the minimum ticket reservation possible"
1208
  msgstr ""
1209
 
1210
+ #: app/features/events.php:1897 app/features/events.php:2112
1211
  msgid "e.g. 0"
1212
  msgstr ""
1213
 
1214
+ #: app/features/events.php:1899 app/features/events.php:2114
1215
  #, fuzzy
1216
  #| msgid "Daily"
1217
  msgid "Day"
1218
  msgstr "Giornaliero"
1219
 
1220
+ #: app/features/events.php:1900 app/features/events.php:2115
1221
  msgid "Hour"
1222
  msgstr ""
1223
 
1224
+ #: app/features/events.php:1902 app/features/events.php:2117
1225
  #, php-format
1226
  msgid "Stop selling ticket %s before event start."
1227
  msgstr ""
1228
 
1229
+ #: app/features/events.php:1909 app/features/events.php:2123
1230
  #, fuzzy
1231
  #| msgid "Price Label"
1232
  msgid "Price per Date"
1233
  msgstr "Etichetta prezzo"
1234
 
1235
+ #: app/features/events.php:1940 app/features/events.php:1966
1236
+ #: app/features/events.php:2144 app/features/labels.php:60
1237
  #: app/features/mec/meta_boxes/display_options.php:1386
1238
  #: app/features/mec/meta_boxes/search_form.php:67
1239
  #: app/features/mec/meta_boxes/search_form.php:137
1246
  #: app/features/mec/meta_boxes/search_form.php:620
1247
  #: app/features/mec/meta_boxes/search_form.php:690
1248
  #: app/features/mec/meta_boxes/search_form.php:796
1249
+ #: app/features/mec/settings.php:871 app/features/mec/single.php:251
1250
+ #: app/features/search.php:98 app/libraries/skins.php:1022
1251
  msgid "Label"
1252
  msgstr "Etichetta"
1253
 
1254
+ #: app/features/events.php:2219 app/features/events.php:2257
 
 
 
 
1255
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1256
  msgid "Fee Title"
1257
  msgstr "Titolo tassa"
1258
 
1259
+ #: app/features/events.php:2225 app/features/events.php:2229
1260
+ #: app/features/events.php:2262 app/features/events.php:2265
1261
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1262
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1263
  msgid "Amount"
1264
  msgstr "Totale"
1265
 
1266
+ #: app/features/events.php:2230 app/features/events.php:2266
1267
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1268
  msgid ""
1269
  "Fee amount, considered as fixed amount if you set the type to amount "
1272
  "Totale tassa, considerato come l'ammontare fisso se viene impostato il tipo "
1273
  "a totale, altrimenti considerato come percentuale"
1274
 
1275
+ #: app/features/events.php:2239 app/features/events.php:2275
1276
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1277
  msgid "Percent"
1278
  msgstr "Percentuale"
1279
 
1280
+ #: app/features/events.php:2240 app/features/events.php:2276
1281
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1282
  msgid "Amount (Per Ticket)"
1283
  msgstr ""
1284
 
1285
+ #: app/features/events.php:2241 app/features/events.php:2277
1286
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1287
  msgid "Amount (Per Booking)"
1288
  msgstr ""
1289
 
1290
+ #: app/features/events.php:2364 app/features/events.php:2409
 
 
 
 
1291
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1292
  #, fuzzy
1293
  #| msgid "Option"
1294
  msgid "Option Price"
1295
  msgstr "Opzione"
1296
 
1297
+ #: app/features/events.php:2374 app/features/events.php:2378
1298
+ #: app/features/events.php:2418 app/features/events.php:2421
1299
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1300
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1301
  #, fuzzy
1303
  msgid "Maximum Per Ticket"
1304
  msgstr "Massimo numero di eventi"
1305
 
1306
+ #: app/features/events.php:2379 app/features/events.php:2422
1307
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1308
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1309
  msgstr ""
1310
 
1311
+ #: app/features/events.php:2568 app/features/mec/booking.php:496
1312
+ #: app/libraries/main.php:2841
1313
  #, fuzzy
1314
  #| msgid "Name"
1315
  msgid "MEC Name"
1316
  msgstr "Nome"
1317
 
1318
+ #: app/features/events.php:2569 app/features/mec/booking.php:497
1319
+ #: app/libraries/main.php:2870
1320
  #, fuzzy
1321
  #| msgid "Email"
1322
  msgid "MEC Email"
1323
  msgstr "Email"
1324
 
1325
+ #: app/features/events.php:2570 app/features/mec/booking.php:498
1326
+ #: app/libraries/main.php:2811
1327
  msgid "Text"
1328
  msgstr "Testo"
1329
 
1330
+ #: app/features/events.php:2573 app/features/mec/booking.php:501
1331
  #: app/features/organizers.php:103 app/features/organizers.php:148
1332
  #: app/features/speakers.php:119 app/features/speakers.php:192
1333
+ #: app/features/speakers.php:271 app/libraries/main.php:2987
1334
  msgid "Tel"
1335
  msgstr "Tel"
1336
 
1337
+ #: app/features/events.php:2574 app/features/mec/booking.php:502
1338
+ #: app/libraries/main.php:2929
1339
  msgid "File"
1340
  msgstr ""
1341
 
1342
+ #: app/features/events.php:2575 app/features/mec/booking.php:503
1343
+ #: app/libraries/main.php:3016
1344
  msgid "Textarea"
1345
  msgstr "Area di testo"
1346
 
1347
+ #: app/features/events.php:2576 app/features/mec/booking.php:504
1348
+ #: app/libraries/main.php:3069
1349
  msgid "Checkboxes"
1350
  msgstr "Caselle di selezione"
1351
 
1352
+ #: app/features/events.php:2577 app/features/mec/booking.php:505
1353
+ #: app/libraries/main.php:3113
1354
  msgid "Radio Buttons"
1355
  msgstr "Opzioni di selezione"
1356
 
1357
+ #: app/features/events.php:2578 app/features/mec/booking.php:506
1358
  #: app/features/mec/meta_boxes/search_form.php:34
1359
  #: app/features/mec/meta_boxes/search_form.php:41
1360
  #: app/features/mec/meta_boxes/search_form.php:49
1430
  #: app/features/mec/meta_boxes/search_form.php:785
1431
  #: app/features/mec/meta_boxes/search_form.php:792
1432
  #: app/features/mec/meta_boxes/search_form.php:799
1433
+ #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3157
1434
  msgid "Dropdown"
1435
  msgstr "Casella di selezione"
1436
 
1437
+ #: app/features/events.php:2579 app/features/mec/booking.php:507
1438
+ #: app/libraries/main.php:3204
1439
  msgid "Agreement"
1440
  msgstr ""
1441
 
1442
+ #: app/features/events.php:2580 app/features/mec/booking.php:508
1443
+ #: app/libraries/main.php:3045
1444
  msgid "Paragraph"
1445
  msgstr "Paragrafo"
1446
 
1447
+ #: app/features/events.php:3274 app/features/events.php:3292
1448
+ #: app/features/events.php:3310 app/features/events.php:3328
1449
  #, php-format
1450
  msgid "Show all %s"
1451
  msgstr ""
1452
 
1453
+ #: app/features/events.php:3274
1454
  msgid "labels"
1455
  msgstr "etichette"
1456
 
1457
+ #: app/features/events.php:3292
1458
  msgid "locations"
1459
  msgstr ""
1460
 
1461
+ #: app/features/events.php:3310
1462
  msgid "organizers"
1463
  msgstr ""
1464
 
1465
+ #: app/features/events.php:3344
1466
  #, fuzzy
1467
  #| msgid "Attendees Limit"
1468
  msgid "Attendees List"
1469
  msgstr "Limite partecipanti"
1470
 
1471
+ #: app/features/events.php:3374 app/features/events.php:3566
1472
+ #: app/features/events.php:3608 app/features/ix.php:3508
1473
  #: app/features/ix.php:3549 app/features/locations.php:58
1474
  #: app/features/locations.php:247 app/features/locations.php:304
1475
  #: app/features/locations.php:306 app/features/locations.php:315
1485
  #: app/features/mec/meta_boxes/search_form.php:591
1486
  #: app/features/mec/meta_boxes/search_form.php:661
1487
  #: app/features/mec/meta_boxes/search_form.php:767
1488
+ #: app/features/mec/settings.php:845 app/features/mec/single.php:241
1489
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1490
+ #: app/features/search.php:74 app/libraries/main.php:2297
1491
+ #: app/libraries/main.php:5428 app/libraries/skins.php:918
1492
+ #: app/skins/single.php:702 app/skins/single.php:1136
1493
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1494
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1495
  #: app/skins/single/modern.php:104
1496
  msgid "Location"
1497
  msgstr "Luogo"
1498
 
1499
+ #: app/features/events.php:3379
1500
  msgid "Repeat"
1501
  msgstr "Ripeti"
1502
 
1503
+ #: app/features/events.php:3380
1504
  msgid "Author"
1505
  msgstr "Autore"
1506
 
1507
+ #: app/features/events.php:3501 app/features/events.php:3502
1508
  msgid "iCal Export"
1509
  msgstr "esporta iCal"
1510
 
1511
+ #: app/features/events.php:3504 app/features/events.php:3505
1512
  msgid "CSV Export"
1513
  msgstr "Esporta CSV"
1514
 
1515
+ #: app/features/events.php:3507 app/features/events.php:3508
1516
  msgid "MS Excel Export"
1517
  msgstr "Esporta Excel"
1518
 
1519
+ #: app/features/events.php:3510 app/features/events.php:3511
1520
  msgid "XML Export"
1521
  msgstr "Esporta XML"
1522
 
1523
+ #: app/features/events.php:3513 app/features/events.php:3514
1524
  msgid "JSON Export"
1525
  msgstr "Esporta JSON"
1526
 
1527
+ #: app/features/events.php:3516 app/features/events.php:3517
1528
+ #: app/features/events.php:3699
1529
  msgid "Duplicate"
1530
  msgstr "Duplica"
1531
 
1532
+ #: app/features/events.php:3566 app/features/events.php:3608
1533
  #: app/features/fes.php:223 app/features/ix.php:3508 app/features/ix.php:3549
1534
  #: app/features/labels.php:177 app/features/locations.php:246
1535
  #: app/features/organizers.php:203 app/features/speakers.php:268
1536
  msgid "ID"
1537
  msgstr "ID"
1538
 
1539
+ #: app/features/events.php:3566 app/features/events.php:3608
1540
  #: app/features/ix.php:3508 app/features/ix.php:3549
1541
  msgid "Link"
1542
  msgstr "Link"
1543
 
1544
+ #: app/features/events.php:3566 app/features/events.php:3608
1545
  #, php-format
1546
  msgid "%s Tel"
1547
  msgstr ""
1548
 
1549
+ #: app/features/events.php:3566 app/features/events.php:3608
1550
  #, php-format
1551
  msgid "%s Email"
1552
  msgstr ""
1553
 
1554
+ #: app/features/events.php:3905 app/features/fes.php:223
1555
+ #: app/features/profile/profile.php:186 app/libraries/main.php:2334
1556
+ #: app/libraries/main.php:5458
1557
  msgid "Ticket"
1558
  msgstr "Ticket"
1559
 
1560
+ #: app/features/events.php:3908 app/features/profile/profile.php:189
1561
  #, fuzzy
1562
  #| msgid "Verification"
1563
  msgid "Variations"
1564
  msgstr "Verifica"
1565
 
1566
+ #: app/features/events.php:3923 app/features/fes.php:303
1567
  msgid "Unknown"
1568
  msgstr "Sconosciuto"
1569
 
1570
+ #: app/features/events.php:3956
1571
  #, fuzzy
1572
  #| msgid "Attendees Form"
1573
  msgid "No Attendees Found!"
1611
  msgid "Order Time"
1612
  msgstr "Ora di fine"
1613
 
1614
+ #: app/features/fes.php:223 app/libraries/main.php:2309
1615
+ #: app/libraries/main.php:2397
1616
  msgid "Transaction ID"
1617
  msgstr "ID Transazione"
1618
 
1757
 
1758
  #: app/features/fes/form.php:793 app/features/labels.php:61
1759
  #: app/features/labels.php:221 app/features/mec.php:413
1760
+ #: app/features/mec/meta_boxes/filter.php:130 app/libraries/main.php:5425
1761
+ #: app/skins/single.php:910 app/skins/single/default.php:157
1762
  #: app/skins/single/default.php:388 app/skins/single/m1.php:75
1763
  #: app/skins/single/modern.php:238
1764
  msgid "Labels"
2115
 
2116
  #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:678
2117
  #: app/features/mec/modules.php:398 app/features/mec/notifications.php:909
2118
+ #: app/features/mec/settings.php:1085 app/features/mec/single.php:298
2119
  msgid "Checking ..."
2120
  msgstr "Sto controllando..."
2121
 
2561
  #: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:46
2562
  #: app/skins/carousel/render.php:37 app/skins/countdown/tpl.php:35
2563
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2564
+ #: app/skins/grid/render.php:63 app/skins/list/render.php:39
2565
  #: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:88
2566
  #: app/skins/monthly_view/calendar_clean.php:87
2567
  #: app/skins/monthly_view/calendar_novel.php:79 app/skins/slider/render.php:47
2574
  msgstr "Immagine in evidenza"
2575
 
2576
  #: app/features/labels.php:118 app/features/labels.php:143
2577
+ #: app/libraries/main.php:5672 app/skins/agenda/render.php:43
2578
  #: app/skins/available_spot/tpl.php:47 app/skins/carousel/render.php:38
2579
  #: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
2580
+ #: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
2581
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:34
2582
  #: app/skins/monthly_view/calendar.php:89
2583
  #: app/skins/monthly_view/calendar_clean.php:88
2594
 
2595
  #: app/features/labels.php:180 app/features/locations.php:249
2596
  #: app/features/organizers.php:206 app/features/speakers.php:272
2597
+ #: app/modules/booking/steps/tickets.php:49
2598
  msgid "Count"
2599
  msgstr "Numero"
2600
 
2610
 
2611
  #: app/features/locations.php:59 app/features/mec.php:414
2612
  #: app/features/mec/dashboard.php:275 app/features/mec/meta_boxes/filter.php:96
2613
+ #: app/libraries/main.php:5427
2614
  msgid "Locations"
2615
  msgstr "Luoghi"
2616
 
2742
  msgid "Don't show map in single event page"
2743
  msgstr "Non mostrare la mappa nella pagina dell'evento singolo"
2744
 
2745
+ #: app/features/locations.php:377 app/libraries/main.php:5461
2746
  #, fuzzy
2747
  #| msgid "Search Locations"
2748
  msgid "Other Locations"
2809
 
2810
  #: app/features/mec.php:415 app/features/mec/dashboard.php:282
2811
  #: app/features/mec/meta_boxes/filter.php:113 app/features/organizers.php:59
2812
+ #: app/libraries/main.php:5429
2813
  msgid "Organizers"
2814
  msgstr "Organizzatori"
2815
 
2851
  msgstr "Supporto"
2852
 
2853
  #: app/features/mec.php:430 app/features/mec/go-pro.php:9
2854
+ #: app/libraries/factory.php:1054
2855
  msgid "Go Pro"
2856
  msgstr ""
2857
 
2948
  #: app/features/mec/notifications.php:940 app/features/mec/settings.php:33
2949
  #: app/features/mec/settings.php:1034 app/features/mec/settings.php:1044
2950
  #: app/features/mec/settings.php:1102 app/features/mec/settings.php:1116
2951
+ #: app/features/mec/single.php:17 app/features/mec/single.php:263
2952
+ #: app/features/mec/single.php:273 app/features/mec/single.php:315
2953
+ #: app/features/mec/single.php:329 app/features/mec/styles.php:11
2954
  #: app/features/mec/styles.php:31 app/features/mec/styles.php:40
2955
  #: app/features/mec/styles.php:77 app/features/mec/styles.php:86
2956
  #: app/features/mec/styling.php:37 app/features/mec/styling.php:257
3160
  msgid "Enable Organizer Payment Module"
3161
  msgstr "Nuovo nome Organizzatore"
3162
 
 
 
 
 
 
 
3163
  #: app/features/mec/booking.php:586
3164
  msgid ""
3165
  "By enabling this module, organizers are able to insert their own payment "
3168
 
3169
  #: app/features/mec/booking.php:673 app/features/mec/messages.php:78
3170
  #: app/features/mec/modules.php:393 app/features/mec/notifications.php:904
3171
+ #: app/features/mec/settings.php:1080 app/features/mec/single.php:293
3172
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3173
  msgid "Saved"
3174
  msgstr "Salvato"
3175
 
3176
  #: app/features/mec/booking.php:674 app/features/mec/messages.php:79
3177
  #: app/features/mec/modules.php:394 app/features/mec/notifications.php:905
3178
+ #: app/features/mec/settings.php:1081 app/features/mec/single.php:294
3179
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3180
  msgid "Settings Saved!"
3181
  msgstr ""
3184
  #: app/features/mec/modules.php:396 app/features/mec/modules.php:418
3185
  #: app/features/mec/notifications.php:907
3186
  #: app/features/mec/notifications.php:929 app/features/mec/settings.php:1083
3187
+ #: app/features/mec/settings.php:1105 app/features/mec/single.php:296
3188
+ #: app/features/mec/single.php:318 app/libraries/main.php:5671
3189
  msgid "Verified"
3190
  msgstr "Verificato"
3191
 
3192
  #: app/features/mec/booking.php:700 app/features/mec/modules.php:420
3193
  #: app/features/mec/notifications.php:931 app/features/mec/settings.php:1107
3194
+ #: app/features/mec/single.php:320
3195
  msgid "Please Refresh Page"
3196
  msgstr "Si prega di ricaricare la pagina"
3197
 
3205
  msgid "%s - Most Powerful & Easy to Use Events Management System"
3206
  msgstr ""
3207
 
3208
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:964
3209
  #, fuzzy
3210
  #| msgid "Modern Events Calendar"
3211
  msgid "Modern Events Calendar (Lite)"
3291
  msgstr ""
3292
 
3293
  #: app/features/mec/dashboard.php:293 app/features/mec/settings.php:428
3294
+ #: app/libraries/factory.php:974
3295
  msgid "Upcoming Events"
3296
  msgstr ""
3297
 
3866
 
3867
  #: app/features/mec/meta_boxes/display_options.php:637
3868
  #: app/features/mec/meta_boxes/display_options.php:661
3869
+ #: app/libraries/main.php:330 app/libraries/main.php:1814
3870
+ #: app/libraries/main.php:1839
3871
  msgid "List View"
3872
  msgstr "Visualizzazione Lista"
3873
 
3874
  #: app/features/mec/meta_boxes/display_options.php:638
3875
  #: app/features/mec/meta_boxes/display_options.php:682
3876
+ #: app/libraries/main.php:331 app/libraries/main.php:1815
3877
+ #: app/libraries/main.php:1840
3878
  msgid "Grid View"
3879
  msgstr "Visualizzazione Griglia"
3880
 
3888
 
3889
  #: app/features/mec/meta_boxes/display_options.php:640
3890
  #: app/features/mec/meta_boxes/display_options.php:703
3891
+ #: app/libraries/main.php:334 app/libraries/main.php:1808
3892
+ #: app/libraries/main.php:1833
3893
  msgid "Yearly View"
3894
  msgstr ""
3895
 
3900
 
3901
  #: app/features/mec/meta_boxes/display_options.php:642
3902
  #: app/features/mec/meta_boxes/display_options.php:752
3903
+ #: app/libraries/main.php:337 app/libraries/main.php:1810
3904
+ #: app/libraries/main.php:1835
3905
  msgid "Weekly View"
3906
  msgstr "Visualizzazione settimanale"
3907
 
3908
  #: app/features/mec/meta_boxes/display_options.php:643
3909
  #: app/features/mec/meta_boxes/display_options.php:762
3910
+ #: app/libraries/main.php:336 app/libraries/main.php:1811
3911
+ #: app/libraries/main.php:1836
3912
  msgid "Daily View"
3913
  msgstr "Visualizzazione giornaliera"
3914
 
4471
  #: app/features/mec/meta_boxes/search_form.php:606
4472
  #: app/features/mec/meta_boxes/search_form.php:676
4473
  #: app/features/mec/meta_boxes/search_form.php:782
4474
+ #: app/features/mec/settings.php:858 app/features/mec/single.php:246
4475
  #: app/features/search.php:86 app/features/speakers.php:61
4476
+ #: app/features/speakers.php:269 app/libraries/main.php:5432
4477
+ #: app/libraries/skins.php:970
4478
  msgid "Speaker"
4479
  msgstr ""
4480
 
4489
  #: app/features/mec/meta_boxes/search_form.php:613
4490
  #: app/features/mec/meta_boxes/search_form.php:683
4491
  #: app/features/mec/meta_boxes/search_form.php:789
4492
+ #: app/features/mec/settings.php:865 app/features/mec/single.php:255
4493
+ #: app/features/search.php:92 app/libraries/skins.php:996
4494
  #, fuzzy
4495
  #| msgid "Tags"
4496
  msgid "Tag"
4629
  msgid "Google Maps Style"
4630
  msgstr "Stile Google Map"
4631
 
4632
+ #: app/features/mec/modules.php:114 app/features/mec/single.php:89
4633
  msgid "Default"
4634
  msgstr "Predefinito"
4635
 
5526
  msgstr ""
5527
 
5528
  #: app/features/mec/settings.php:154 app/features/mec/settings.php:164
5529
+ #: app/libraries/main.php:5436
5530
  msgid "Weekdays"
5531
  msgstr "Settimanali"
5532
 
5911
  msgid "Event Organizer"
5912
  msgstr "Organizzatore evento"
5913
 
 
 
 
 
5914
  #: app/features/mec/settings.php:755
5915
  #, fuzzy
5916
  #| msgid "Fees/Taxes Options"
6139
  "\"Data di riferimento\" mostra la data dell'evento sulla base della data di "
6140
  "riferimento nella lista degli eventi."
6141
 
6142
+ #: app/features/mec/single.php:65 app/features/mec/single.php:77
6143
  msgid "Single Event Style"
6144
  msgstr "Stile singolo evento"
6145
 
6147
  msgid "Default Style"
6148
  msgstr "Stile predefinito"
6149
 
6150
+ #: app/features/mec/single.php:72
6151
  msgid "Elementor Single Builder"
6152
  msgstr ""
6153
 
6154
+ #: app/features/mec/single.php:78
6155
  msgid "Choose your single event style."
6156
  msgstr "Scegli lo stile del tuo singolo evento."
6157
 
6158
+ #: app/features/mec/single.php:86 app/features/mec/single.php:94
6159
  #, fuzzy
6160
  #| msgid "Booking"
6161
  msgid "Booking Style"
6162
  msgstr "Prenotazione"
6163
 
6164
+ #: app/features/mec/single.php:90
6165
  msgid "Modal"
6166
  msgstr ""
6167
 
6168
+ #: app/features/mec/single.php:95
6169
  msgid ""
6170
  "Choose your Booking style. Note: When you set this feature to Modal, you "
6171
  "cannot see the booking box if you set popup module view on shortcodes"
6172
  msgstr ""
6173
 
6174
+ #: app/features/mec/single.php:103
6175
  msgid "Disable Block Editor (Gutenberg)"
6176
  msgstr ""
6177
 
6178
+ #: app/features/mec/single.php:106
6179
  msgid "Disable Block Editor"
6180
  msgstr ""
6181
 
6182
+ #: app/features/mec/single.php:110
6183
  msgid "Block Editor"
6184
  msgstr ""
6185
 
6186
+ #: app/features/mec/single.php:111
6187
  msgid ""
6188
  "If you want to use the new WordPress block editor you should keep this "
6189
  "checkbox unchecked."
6190
  msgstr ""
6191
 
6192
+ #: app/features/mec/single.php:118 app/features/mec/single.php:125
6193
  msgid "Breadcrumbs"
6194
  msgstr ""
6195
 
6196
+ #: app/features/mec/single.php:121
6197
  msgid "Enable Breadcrumbs."
6198
  msgstr ""
6199
 
6200
+ #: app/features/mec/single.php:126
6201
  msgid "Check this option, for showing the breadcrumbs on single event page"
6202
  msgstr ""
6203
 
6204
+ #: app/features/mec/single.php:133 app/features/mec/single.php:140
6205
  #, fuzzy
6206
  #| msgid "Description"
6207
  msgid "Organizer Description"
6208
  msgstr "Descrizione"
6209
 
6210
+ #: app/features/mec/single.php:136
6211
  msgid "Enable Description For Organizer."
6212
  msgstr ""
6213
 
6214
+ #: app/features/mec/single.php:141
6215
  msgid ""
6216
  "If you want to turn on description for other organizer plase go to "
6217
  "'Additional Organizers - After enabling and saving the settings, reloading "
6218
  "the settings page.' tab"
6219
  msgstr ""
6220
 
6221
+ #: app/features/mec/single.php:154
6222
  msgid "Show countdown module on event page"
6223
  msgstr "Mostra conto alla rovescia sulla pagina evento"
6224
 
6225
+ #: app/features/mec/single.php:159
6226
  msgid "Countdown Style"
6227
  msgstr "Stile conto alla rovescia"
6228
 
6229
+ #: app/features/mec/single.php:162
6230
  msgid "Plain Style"
6231
  msgstr "Stile semplice"
6232
 
6233
+ #: app/features/mec/single.php:163
6234
  msgid "Flip Style"
6235
  msgstr "Stile capovolgi"
6236
 
6237
+ #: app/features/mec/single.php:171 app/features/mec/single.php:178
6238
  #, fuzzy
6239
  #| msgid "Exceptional days"
6240
  msgid "Exceptional days (Exclude Dates)"
6241
  msgstr "Giorni eccezionali"
6242
 
6243
+ #: app/features/mec/single.php:175
6244
  msgid "Show exceptional days option on Add/Edit events page"
6245
  msgstr ""
6246
  "Mostra opzione giorni eccezionali nella pagina Aggiungi / Modifica eventi"
6247
 
6248
+ #: app/features/mec/single.php:179
6249
  #, fuzzy
6250
  #| msgid ""
6251
  #| "Using this option you can include/exclude certain days to/from event "
6256
  "Usa questa opzione se vuoi includere/escludere certi giorni a/da date "
6257
  "dell'evento."
6258
 
6259
+ #: app/features/mec/single.php:188 app/libraries/main.php:550
6260
  #, fuzzy
6261
  msgid "Additional Organizers"
6262
  msgstr "Tutti gli Organizzatori"
6263
 
6264
+ #: app/features/mec/single.php:193
6265
  #, fuzzy
6266
  msgid ""
6267
  "Show additional organizers option on Add/Edit events page and single event "
6269
  msgstr ""
6270
  "Mostra opzione giorni eccezionali nella pagina Aggiungi / Modifica eventi"
6271
 
6272
+ #: app/features/mec/single.php:202
6273
  msgid "Enable Description For Other Organizers."
6274
  msgstr ""
6275
 
6276
+ #: app/features/mec/single.php:210
6277
  #, fuzzy
6278
  #| msgid "Show all locations"
6279
  msgid "Additional locations"
6280
  msgstr "Mostra tutti i luoghi"
6281
 
6282
+ #: app/features/mec/single.php:214
6283
  #, fuzzy
6284
  msgid ""
6285
  "Show additional locations option on Add/Edit events page and single event "
6287
  msgstr ""
6288
  "Mostra opzione giorni eccezionali nella pagina Aggiungi / Modifica eventi"
6289
 
6290
+ #: app/features/mec/single.php:220 app/libraries/main.php:552
6291
+ #: app/skins/single.php:161 app/skins/single.php:289
6292
  #, fuzzy
6293
  #| msgid "featured event"
6294
  msgid "Related Events"
6295
  msgstr "evento in evidenza"
6296
 
6297
+ #: app/features/mec/single.php:224
6298
  msgid "Display related events based on taxonomy in single event page."
6299
  msgstr ""
6300
 
6301
+ #: app/features/mec/single.php:230
6302
  #, fuzzy
6303
  #| msgid "Select All"
6304
  msgid "Select Taxonomies:"
7004
  msgid "eg. https://webnus.net"
7005
  msgstr "http://webnus.biz"
7006
 
7007
+ #: app/features/organizers.php:312 app/libraries/main.php:5460
7008
+ #: app/skins/single.php:1068
7009
  msgid "Other Organizers"
7010
  msgstr ""
7011
 
7080
 
7081
  #: app/features/popup/event.php:392 app/features/popup/shortcode.php:373
7082
  #: app/modules/booking/steps/form.php:179
7083
+ #: app/modules/booking/steps/tickets.php:85 app/skins/countdown/tpl.php:109
7084
  #: app/skins/countdown/tpl.php:155 app/skins/countdown/tpl.php:202
7085
  msgid "Next"
7086
  msgstr "Avanti"
7146
  msgid "Please %s/%s in order to see your bookings / profile."
7147
  msgstr "Si prega di %s/%s prima di inserire nuovi eventi."
7148
 
7149
+ #: app/features/profile/profile.php:18 app/libraries/main.php:2200
7150
  #, fuzzy
7151
  #| msgid "Your booking cannot be canceled."
7152
  msgid "Your booking already canceled!"
7156
  msgid "#"
7157
  msgstr ""
7158
 
7159
+ #: app/features/profile/profile.php:56 app/libraries/main.php:3226
7160
  msgid "Status"
7161
  msgstr ""
7162
 
7163
+ #: app/features/profile/profile.php:59 app/libraries/main.php:2318
7164
  msgid "Attendees"
7165
  msgstr ""
7166
 
7289
  #: app/libraries/notifications.php:975 app/libraries/render.php:502
7290
  #: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:49
7291
  #: app/modules/local-time/type2.php:51 app/modules/local-time/type3.php:49
7292
+ #: app/modules/next-event/details.php:104 app/skins/single.php:322
7293
+ #: app/skins/single.php:960 app/skins/single/default.php:110
7294
+ #: app/skins/single/default.php:341 app/skins/single/m1.php:45
7295
+ #: app/skins/single/modern.php:208
7296
  #, fuzzy
7297
  #| msgid "All Day Event"
7298
  msgid "All Day"
7388
  msgid "%s Price"
7389
  msgstr ""
7390
 
7391
+ #: app/libraries/book.php:632 app/libraries/book.php:717
7392
  msgid "Discount"
7393
  msgstr "Sconto"
7394
 
7395
+ #: app/libraries/book.php:788 app/modules/booking/default.php:316
7396
+ #: app/modules/booking/default.php:419
7397
  msgid "Download Invoice"
7398
  msgstr ""
7399
 
7464
  msgid "Custom sidebar for single and modal page of MEC."
7465
  msgstr ""
7466
 
7467
+ #: app/libraries/factory.php:1040
7468
  #, fuzzy
7469
  #| msgid "Update Label"
7470
  msgid "News & Updates"
7471
  msgstr "Aggiorna Etichetta"
7472
 
7473
+ #: app/libraries/factory.php:1053
7474
  msgid "Blog"
7475
  msgstr ""
7476
 
7477
+ #: app/libraries/factory.php:1053
7478
  msgid "Help"
7479
  msgstr ""
7480
 
7482
  msgid "There is no excerpt because this is a protected post."
7483
  msgstr "Il riassunto non è disponibile perché l'articolo è protetto."
7484
 
7485
+ #: app/libraries/main.php:332 app/libraries/main.php:1816
7486
+ #: app/libraries/main.php:1841
7487
  msgid "Agenda View"
7488
  msgstr ""
7489
 
7490
+ #: app/libraries/main.php:333 app/libraries/main.php:1807
7491
+ #: app/libraries/main.php:1832
7492
  msgid "Full Calendar"
7493
  msgstr "Calendario completo"
7494
 
7495
+ #: app/libraries/main.php:335 app/libraries/main.php:1809
7496
+ #: app/libraries/main.php:1834
7497
  msgid "Calendar/Monthly View"
7498
  msgstr "Calendario/Visualizzazione mensile"
7499
 
7500
+ #: app/libraries/main.php:338 app/libraries/main.php:1812
7501
+ #: app/libraries/main.php:1837
7502
  msgid "Timetable View"
7503
  msgstr ""
7504
 
7505
+ #: app/libraries/main.php:339 app/libraries/main.php:1813
7506
+ #: app/libraries/main.php:1838
7507
  msgid "Masonry View"
7508
  msgstr ""
7509
 
7510
+ #: app/libraries/main.php:340 app/libraries/main.php:1817
7511
+ #: app/libraries/main.php:1842
7512
  msgid "Map View"
7513
  msgstr "Visualizzazione mappa"
7514
 
7538
  msgid "Timeline View"
7539
  msgstr "Visualizza slider"
7540
 
7541
+ #: app/libraries/main.php:385 app/libraries/main.php:5438
7542
  msgid "SU"
7543
  msgstr "D"
7544
 
7545
+ #: app/libraries/main.php:386 app/libraries/main.php:5439
7546
  msgid "MO"
7547
  msgstr "L"
7548
 
7549
+ #: app/libraries/main.php:387 app/libraries/main.php:5440
7550
  msgid "TU"
7551
  msgstr "M"
7552
 
7553
+ #: app/libraries/main.php:388 app/libraries/main.php:5441
7554
  msgid "WE"
7555
  msgstr "M"
7556
 
7557
+ #: app/libraries/main.php:389 app/libraries/main.php:5442
7558
  msgid "TH"
7559
  msgstr "G"
7560
 
7561
+ #: app/libraries/main.php:390 app/libraries/main.php:5443
7562
  msgid "FR"
7563
  msgstr "V"
7564
 
7565
+ #: app/libraries/main.php:391 app/libraries/main.php:5444
7566
  msgid "SA"
7567
  msgstr "S"
7568
 
7584
  msgid "Modules"
7585
  msgstr "Modulo ora locale"
7586
 
7587
+ #: app/libraries/main.php:872
7588
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7589
  msgstr ""
7590
 
7591
+ #: app/libraries/main.php:879
7592
  msgid ""
7593
  "The time has come at last, and the new practical add-ons for MEC have been "
7594
  "released. This is a revolution in the world of Event Calendars. We have "
7596
  "below:"
7597
  msgstr ""
7598
 
7599
+ #: app/libraries/main.php:881
7600
  msgid ""
7601
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7602
  "products) and Woo products at the same time."
7603
  msgstr ""
7604
 
7605
+ #: app/libraries/main.php:882
7606
  msgid ""
7607
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7608
  "other websites without MEC. Use JSON output features to make your Apps "
7609
  "compatible with MEC."
7610
  msgstr ""
7611
 
7612
+ #: app/libraries/main.php:883
7613
  msgid ""
7614
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7615
  "main websites. Changes in the main one will be inherited by the subsites. "
7616
  "you can set these up in the admin panel."
7617
  msgstr ""
7618
 
7619
+ #: app/libraries/main.php:884
7620
  msgid ""
7621
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7622
  "pages can contain ticket purchase information, information about registered "
7623
  "events. Users can now log in to purchase tickets."
7624
  msgstr ""
7625
 
7626
+ #: app/libraries/main.php:1533
7627
  msgid "Events at this location"
7628
  msgstr "Eventi in questo luogo"
7629
 
7630
+ #: app/libraries/main.php:1533
7631
  msgid "Event at this location"
7632
  msgstr "Evento in questo luogo"
7633
 
7634
+ #: app/libraries/main.php:1585
7635
  msgid "Facebook"
7636
  msgstr "Facebook"
7637
 
7638
+ #: app/libraries/main.php:1586
7639
  msgid "Twitter"
7640
  msgstr "Twitter"
7641
 
7642
+ #: app/libraries/main.php:1587 app/libraries/main.php:1644
7643
  msgid "Linkedin"
7644
  msgstr "Linkedin"
7645
 
7646
+ #: app/libraries/main.php:1588 app/libraries/main.php:1680
7647
  msgid "VK"
7648
  msgstr ""
7649
 
7650
+ #: app/libraries/main.php:1589
7651
  msgid "Tumblr"
7652
  msgstr ""
7653
 
7654
+ #: app/libraries/main.php:1590
7655
  msgid "Pinterest"
7656
  msgstr ""
7657
 
7658
+ #: app/libraries/main.php:1591
7659
  msgid "Flipboard"
7660
  msgstr ""
7661
 
7662
+ #: app/libraries/main.php:1592
7663
  #, fuzzy
7664
  #| msgid "Tickets"
7665
  msgid "GetPocket"
7666
  msgstr "Biglietto/ticket"
7667
 
7668
+ #: app/libraries/main.php:1593
7669
  msgid "Reddit"
7670
  msgstr ""
7671
 
7672
+ #: app/libraries/main.php:1594
7673
  msgid "WhatsApp"
7674
  msgstr ""
7675
 
7676
+ #: app/libraries/main.php:1595
7677
  msgid "Telegram"
7678
  msgstr ""
7679
 
7680
+ #: app/libraries/main.php:1614
7681
  msgid "Share on Facebook"
7682
  msgstr "Condividi su Facebook"
7683
 
7684
+ #: app/libraries/main.php:1629
7685
  msgid "Tweet"
7686
  msgstr "Tweet"
7687
 
7688
+ #: app/libraries/main.php:1695
7689
  #, fuzzy
7690
  #| msgid "Share on Facebook"
7691
  msgid "Share on Tumblr"
7692
  msgstr "Condividi su Facebook"
7693
 
7694
+ #: app/libraries/main.php:1711
7695
  msgid "Share on Pinterest"
7696
  msgstr ""
7697
 
7698
+ #: app/libraries/main.php:1727
7699
  #, fuzzy
7700
  #| msgid "Share on Facebook"
7701
  msgid "Share on Flipboard"
7702
  msgstr "Condividi su Facebook"
7703
 
7704
+ #: app/libraries/main.php:1745
7705
  #, fuzzy
7706
  #| msgid "Share on Facebook"
7707
  msgid "Share on GetPocket"
7708
  msgstr "Condividi su Facebook"
7709
 
7710
+ #: app/libraries/main.php:1761
7711
  #, fuzzy
7712
  #| msgid "Share on Facebook"
7713
  msgid "Share on Reddit"
7714
  msgstr "Condividi su Facebook"
7715
 
7716
+ #: app/libraries/main.php:1777
7717
  msgid "Share on Telegram"
7718
  msgstr ""
7719
 
7720
+ #: app/libraries/main.php:1795
7721
  msgid "Share on WhatsApp"
7722
  msgstr ""
7723
 
7724
+ #: app/libraries/main.php:1818
7725
  #, fuzzy
7726
  #| msgid "Shortcode"
7727
  msgid "Custom Shortcode"
7728
  msgstr "Shortcode"
7729
 
7730
+ #: app/libraries/main.php:2180
7731
  #, fuzzy
7732
  #| msgid "Your booking successfully verified."
7733
  msgid "Your booking already verified!"
7734
  msgstr "La tua prenotazione è stata verificata correttamente."
7735
 
7736
+ #: app/libraries/main.php:2185
7737
  msgid "Your booking successfully verified."
7738
  msgstr "La tua prenotazione è stata verificata correttamente."
7739
 
7740
+ #: app/libraries/main.php:2186
7741
  msgid "Your booking cannot verify!"
7742
  msgstr "La tua prenotazione non può essere verificata!"
7743
 
7744
+ #: app/libraries/main.php:2205
7745
  msgid "Your booking successfully canceled."
7746
  msgstr "La tua prenotazione è stata cancellata correttamente."
7747
 
7748
+ #: app/libraries/main.php:2206
7749
  msgid "Your booking cannot be canceled."
7750
  msgstr "La tua prenotazione non può essere cancellata."
7751
 
7752
+ #: app/libraries/main.php:2210
7753
  msgid "You canceled the payment successfully."
7754
  msgstr "Hai annullato correttamente il pagamento."
7755
 
7756
+ #: app/libraries/main.php:2214
7757
  msgid "You returned from payment gateway successfully."
7758
  msgstr "Procedura di pagamento avvenuta correttamente."
7759
 
7760
+ #: app/libraries/main.php:2230
7761
  msgid "Cannot find the invoice!"
7762
  msgstr ""
7763
 
7764
+ #: app/libraries/main.php:2230
7765
  #, fuzzy
7766
  #| msgid "Security nonce is invalid."
7767
  msgid "Invoice is invalid."
7768
  msgstr "Token di sicurezza non valido."
7769
 
7770
+ #: app/libraries/main.php:2250
7771
  msgid ""
7772
  "Your booking still is not confirmed. You can download it after confirmation!"
7773
  msgstr ""
7774
 
7775
+ #: app/libraries/main.php:2250
7776
  #, fuzzy
7777
  #| msgid "Booking Confirmation"
7778
  msgid "Booking Not Confirmed."
7779
  msgstr "Conferma Prenotazione"
7780
 
7781
+ #: app/libraries/main.php:2256
7782
  msgid "Cannot find the booking!"
7783
  msgstr ""
7784
 
7785
+ #: app/libraries/main.php:2256
7786
  msgid "Booking is invalid."
7787
  msgstr ""
7788
 
7789
+ #: app/libraries/main.php:2288
7790
  #, php-format
7791
  msgid "%s Invoice"
7792
  msgstr ""
7793
 
7794
+ #: app/libraries/main.php:2364
7795
  msgid "Billing"
7796
  msgstr ""
7797
 
7798
+ #: app/libraries/main.php:2376
7799
  #, fuzzy
7800
  #| msgid "Coupon"
7801
  msgid "Coupon Code"
7802
  msgstr "Coupon"
7803
 
7804
+ #: app/libraries/main.php:2381
7805
  msgid "Total"
7806
  msgstr ""
7807
 
7808
+ #: app/libraries/main.php:2388
7809
  msgid "Payment"
7810
  msgstr "Pagamento"
7811
 
7812
+ #: app/libraries/main.php:2392
7813
  msgid "Gateway"
7814
  msgstr "Gateway"
7815
 
7816
+ #: app/libraries/main.php:2405
7817
  #, fuzzy
7818
  #| msgid "Payment"
7819
  msgid "Payment Time"
7820
  msgstr "Pagamento"
7821
 
7822
+ #: app/libraries/main.php:2466
7823
  #, fuzzy
7824
  #| msgid "Request is invalid!"
7825
  msgid "Request is not valid."
7826
  msgstr "Richiesta non valida!"
7827
 
7828
+ #: app/libraries/main.php:2466
7829
  msgid "iCal export stopped!"
7830
  msgstr "esportazione iCal annullata!"
7831
 
7832
+ #: app/libraries/main.php:2810 app/libraries/main.php:2840
7833
+ #: app/libraries/main.php:2869 app/libraries/main.php:2899
7834
+ #: app/libraries/main.php:2928 app/libraries/main.php:2957
7835
+ #: app/libraries/main.php:2986 app/libraries/main.php:3015
7836
+ #: app/libraries/main.php:3044 app/libraries/main.php:3068
7837
+ #: app/libraries/main.php:3112 app/libraries/main.php:3156
7838
+ #: app/libraries/main.php:3203 app/libraries/main.php:3250
7839
  msgid "Sort"
7840
  msgstr "Ordina"
7841
 
7842
+ #: app/libraries/main.php:2816 app/libraries/main.php:2846
7843
+ #: app/libraries/main.php:2875 app/libraries/main.php:2905
7844
+ #: app/libraries/main.php:2934 app/libraries/main.php:2963
7845
+ #: app/libraries/main.php:2992 app/libraries/main.php:3021
7846
+ #: app/libraries/main.php:3074 app/libraries/main.php:3118
7847
+ #: app/libraries/main.php:3162 app/libraries/main.php:3209
7848
  msgid "Required Field"
7849
  msgstr "Campo obbligatorio"
7850
 
7851
+ #: app/libraries/main.php:2822 app/libraries/main.php:2852
7852
+ #: app/libraries/main.php:2881 app/libraries/main.php:2911
7853
+ #: app/libraries/main.php:2940 app/libraries/main.php:2969
7854
+ #: app/libraries/main.php:2998 app/libraries/main.php:3027
7855
+ #: app/libraries/main.php:3080 app/libraries/main.php:3124
7856
+ #: app/libraries/main.php:3168 app/libraries/main.php:3215
7857
  msgid "Insert a label for this field"
7858
  msgstr "Inserisci una etichetta per questo campo"
7859
 
7860
+ #: app/libraries/main.php:3050
7861
  msgid "HTML and shortcode are allowed."
7862
  msgstr "HTML e shortcode sono ammessi."
7863
 
7864
+ #: app/libraries/main.php:3093 app/libraries/main.php:3137
7865
+ #: app/libraries/main.php:3181
7866
  msgid "Option"
7867
  msgstr "Opzione"
7868
 
7869
+ #: app/libraries/main.php:3215
7870
  #, php-format
7871
  msgid "Instead of %s, the page title with a link will be show."
7872
  msgstr ""
7873
 
7874
+ #: app/libraries/main.php:3217
7875
  msgid "Agreement Page"
7876
  msgstr ""
7877
 
7878
+ #: app/libraries/main.php:3228
7879
  msgid "Checked by default"
7880
  msgstr ""
7881
 
7882
+ #: app/libraries/main.php:3229
7883
  msgid "Unchecked by default"
7884
  msgstr ""
7885
 
7886
+ #: app/libraries/main.php:3252
7887
  msgid "Insert a label for this option"
7888
  msgstr "Inserisci una etichetta per questa opzione"
7889
 
7890
+ #: app/libraries/main.php:3267
7891
  msgid "Free"
7892
  msgstr "Gratuito"
7893
 
7894
+ #: app/libraries/main.php:3873 app/libraries/main.php:5686
7895
  #, fuzzy
7896
  #| msgid "M.E. Calendar"
7897
  msgid "M.E. Calender"
7898
  msgstr "Calendario"
7899
 
7900
+ #: app/libraries/main.php:4028
7901
  #, php-format
7902
  msgid "Copy of %s"
7903
  msgstr "Copia di %s"
7904
 
7905
+ #: app/libraries/main.php:4794
7906
  msgid "Booked an event."
7907
  msgstr "Prenotato un evento."
7908
 
7909
+ #: app/libraries/main.php:4835
7910
  #, php-format
7911
  msgid "%s booked %s event."
7912
  msgstr "%s ha prenotato l'evento %s."
7913
 
7914
+ #: app/libraries/main.php:5421
7915
  msgid "Taxonomies"
7916
  msgstr ""
7917
 
7918
+ #: app/libraries/main.php:5423
7919
  msgid "Category Plural Label"
7920
  msgstr ""
7921
 
7922
+ #: app/libraries/main.php:5424
7923
  msgid "Category Singular Label"
7924
  msgstr ""
7925
 
7926
+ #: app/libraries/main.php:5425
7927
  msgid "Label Plural Label"
7928
  msgstr ""
7929
 
7930
+ #: app/libraries/main.php:5426
7931
  msgid "Label Singular Label"
7932
  msgstr ""
7933
 
7934
+ #: app/libraries/main.php:5426
7935
  msgid "label"
7936
  msgstr ""
7937
 
7938
+ #: app/libraries/main.php:5427
7939
  msgid "Location Plural Label"
7940
  msgstr ""
7941
 
7942
+ #: app/libraries/main.php:5428
7943
  msgid "Location Singular Label"
7944
  msgstr ""
7945
 
7946
+ #: app/libraries/main.php:5429
7947
  msgid "Organizer Plural Label"
7948
  msgstr ""
7949
 
7950
+ #: app/libraries/main.php:5430
7951
  msgid "Organizer Singular Label"
7952
  msgstr ""
7953
 
7954
+ #: app/libraries/main.php:5431
7955
  #, fuzzy
7956
  #| msgid "Search Labels"
7957
  msgid "Speaker Plural Label"
7958
  msgstr "Cerca etichette"
7959
 
7960
+ #: app/libraries/main.php:5432
7961
  #, fuzzy
7962
  #| msgid "Popular Labels"
7963
  msgid "Speaker Singular Label"
7964
  msgstr "Etichette frequenti"
7965
 
7966
+ #: app/libraries/main.php:5438
7967
  msgid "Sunday abbreviation"
7968
  msgstr ""
7969
 
7970
+ #: app/libraries/main.php:5439
7971
  msgid "Monday abbreviation"
7972
  msgstr ""
7973
 
7974
+ #: app/libraries/main.php:5440
7975
  msgid "Tuesday abbreviation"
7976
  msgstr ""
7977
 
7978
+ #: app/libraries/main.php:5441
7979
  msgid "Wednesday abbreviation"
7980
  msgstr ""
7981
 
7982
+ #: app/libraries/main.php:5442
7983
  msgid "Thursday abbreviation"
7984
  msgstr ""
7985
 
7986
+ #: app/libraries/main.php:5443
7987
  msgid "Friday abbreviation"
7988
  msgstr ""
7989
 
7990
+ #: app/libraries/main.php:5444
7991
  msgid "Saturday abbreviation"
7992
  msgstr ""
7993
 
7994
+ #: app/libraries/main.php:5448
7995
  msgid "Others"
7996
  msgstr ""
7997
 
7998
+ #: app/libraries/main.php:5450
7999
  msgid "Booking Success Message"
8000
  msgstr ""
8001
 
8002
+ #: app/libraries/main.php:5450
8003
  #, fuzzy
8004
  #| msgid ""
8005
  #| "Thanks for your booking. Your tickets booked, booking verification might "
8012
  "essere necessario la verifica della prenotazione, si prega di controllare la "
8013
  "posta elettronica."
8014
 
8015
+ #: app/libraries/main.php:5451 app/widgets/single.php:131
8016
  msgid "Register Button"
8017
  msgstr ""
8018
 
8019
+ #: app/libraries/main.php:5451 app/skins/available_spot/tpl.php:189
8020
  #: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
8021
+ #: app/skins/grid/render.php:92 app/skins/grid/render.php:147
8022
+ #: app/skins/grid/render.php:197 app/skins/grid/render.php:217
8023
  #: app/skins/list/render.php:67 app/skins/list/render.php:155
8024
+ #: app/skins/masonry/render.php:150 app/skins/single.php:367
8025
+ #: app/skins/single.php:981 app/skins/single.php:984
8026
+ #: app/skins/single/default.php:270 app/skins/single/default.php:272
8027
+ #: app/skins/single/default.php:501 app/skins/single/default.php:503
8028
+ #: app/skins/single/m1.php:142 app/skins/single/m1.php:144
8029
+ #: app/skins/single/m2.php:67 app/skins/single/m2.php:69
8030
+ #: app/skins/single/modern.php:78 app/skins/single/modern.php:80
8031
+ #: app/skins/slider/render.php:71 app/skins/slider/render.php:94
8032
+ #: app/skins/slider/render.php:116 app/skins/slider/render.php:139
8033
+ #: app/skins/slider/render.php:173
8034
  msgid "REGISTER"
8035
  msgstr "REGISTRA"
8036
 
8037
+ #: app/libraries/main.php:5452
8038
  msgid "View Detail Button"
8039
  msgstr ""
8040
 
8041
+ #: app/libraries/main.php:5452 app/skins/carousel/render.php:109
8042
+ #: app/skins/carousel/render.php:148 app/skins/grid/render.php:92
8043
+ #: app/skins/grid/render.php:147 app/skins/grid/render.php:197
8044
+ #: app/skins/grid/render.php:217 app/skins/list/render.php:67
8045
  #: app/skins/list/render.php:155 app/skins/masonry/render.php:150
8046
+ #: app/skins/single.php:367 app/skins/slider/render.php:71
8047
+ #: app/skins/slider/render.php:94 app/skins/slider/render.php:116
8048
+ #: app/skins/slider/render.php:139 app/skins/slider/render.php:173
8049
  msgid "View Detail"
8050
  msgstr "Visualizza dettaglio"
8051
 
8052
+ #: app/libraries/main.php:5453
8053
  msgid "Event Detail Button"
8054
  msgstr ""
8055
 
8056
+ #: app/libraries/main.php:5453 app/skins/countdown/tpl.php:213
8057
  msgid "Event Detail"
8058
  msgstr "Dettaglio evento"
8059
 
8060
+ #: app/libraries/main.php:5455
8061
  msgid "More Info Link"
8062
  msgstr ""
8063
 
8064
+ #: app/libraries/main.php:5458
8065
  msgid "Ticket (Singular)"
8066
  msgstr ""
8067
 
8068
+ #: app/libraries/main.php:5459
8069
  msgid "Tickets (Plural)"
8070
  msgstr ""
8071
 
8072
+ #: app/libraries/main.php:5545
8073
  msgid "EventON"
8074
  msgstr ""
8075
 
8076
+ #: app/libraries/main.php:5546
8077
  msgid "The Events Calendar"
8078
  msgstr ""
8079
 
8080
+ #: app/libraries/main.php:5547
8081
  msgid "Events Schedule WP Plugin"
8082
  msgstr ""
8083
 
8084
+ #: app/libraries/main.php:5548
8085
  msgid "Calendarize It"
8086
  msgstr ""
8087
 
8088
+ #: app/libraries/main.php:5549
8089
  #, fuzzy
8090
  #| msgid "No Search Options"
8091
  msgid "Event Espresso"
8092
  msgstr "Nessuna opzione di ricerca"
8093
 
8094
+ #: app/libraries/main.php:5550
8095
  #, fuzzy
8096
  #| msgid "Event Repeating"
8097
  msgid "Events Manager (Recurring)"
8098
  msgstr "Ripetizione dell'evento"
8099
 
8100
+ #: app/libraries/main.php:5551
8101
  #, fuzzy
8102
  #| msgid "Modern Events Calendar"
8103
  msgid "Events Manager (Single)"
8104
  msgstr "Calendario moderno degli eventi"
8105
 
8106
+ #: app/libraries/main.php:5623 app/libraries/main.php:5643
8107
  msgid "Confirmed"
8108
  msgstr "Confermato"
8109
 
8110
+ #: app/libraries/main.php:5624 app/libraries/main.php:5651
8111
  msgid "Rejected"
8112
  msgstr "Rifiutato"
8113
 
8114
+ #: app/libraries/main.php:5625 app/libraries/main.php:5647
8115
  msgid "Pending"
8116
  msgstr "In attesa"
8117
 
8118
+ #: app/libraries/main.php:5673
8119
  msgid "Waiting"
8120
  msgstr "In attesa"
8121
 
8122
+ #: app/libraries/main.php:5878 app/libraries/render.php:80
8123
  #: app/libraries/render.php:432
8124
  msgid "Skin controller does not exist."
8125
  msgstr "Non esiste il controllo dello stile."
8126
 
8127
+ #: app/libraries/main.php:6059
8128
  msgid "Sold Out"
8129
  msgstr ""
8130
 
8131
+ #: app/libraries/main.php:6067
8132
  #, fuzzy
8133
  #| msgid "Ticket"
8134
  msgid "Last Few Tickets"
8187
  msgid "No"
8188
  msgstr ""
8189
 
8190
+ #: app/libraries/skins.php:1042
8191
  #, fuzzy
8192
  #| msgid "Select All"
8193
  msgid "Select"
8242
  msgid "Thanks for your booking."
8243
  msgstr "Grazie per aver prenotato."
8244
 
8245
+ #: app/modules/booking/steps/tickets.php:24
8246
  msgid "Book Event"
8247
  msgstr "Evento prenotazione"
8248
 
8249
+ #: app/modules/booking/steps/tickets.php:51
8250
  #, php-format
8251
  msgid "Available %s: <span>%s</span>"
8252
  msgstr ""
8253
 
8254
+ #: app/modules/booking/steps/tickets.php:55
8255
  #, php-format
8256
  msgid "The %s ticket sales has stopped!"
8257
  msgstr ""
8258
 
8259
+ #: app/modules/booking/steps/tickets.php:56
8260
  #, php-format
8261
  msgid "The %s ticket is sold out. You can try another ticket or another date."
8262
  msgstr ""
8269
  msgid "The event is ongoing."
8270
  msgstr ""
8271
 
8272
+ #: app/modules/googlemap/details.php:125
8273
  msgid "Address from ..."
8274
  msgstr "Indirizzo da ..."
8275
 
8276
+ #: app/modules/googlemap/details.php:129
8277
  msgid "Get Directions"
8278
  msgstr ""
8279
 
8280
+ #: app/modules/links/details.php:17 app/skins/single.php:670
8281
  msgid "Share this event"
8282
  msgstr "Condividi questo evento"
8283
 
8332
  msgid "Go to occurrence page"
8333
  msgstr "Vai alla pagina necessaria"
8334
 
8335
+ #: app/modules/next-event/details.php:98 app/skins/single.php:954
8336
  #: app/skins/single/default.php:104 app/skins/single/default.php:335
8337
  #: app/skins/single/m1.php:39 app/skins/single/modern.php:202
8338
  msgid "Time"
8468
  msgid "No Events"
8469
  msgstr "Nessun evento"
8470
 
8471
+ #: app/skins/single.php:411
8472
  msgid "Home"
8473
  msgstr ""
8474
 
8475
+ #: app/skins/single.php:753 app/skins/single/default.php:53
8476
  #: app/skins/single/m1.php:271 app/skins/single/m2.php:191
8477
  #: app/skins/single/modern.php:281
8478
  msgid "Sold out!"
8479
  msgstr ""
8480
 
8481
+ #: app/skins/single.php:1028 app/skins/single.php:1083
8482
  #: app/skins/single/default.php:237 app/skins/single/default.php:468
8483
  #: app/skins/single/m1.php:111 app/skins/single/m2.php:36
8484
  #: app/skins/single/modern.php:46
8485
  msgid "Phone"
8486
  msgstr "Telefono"
8487
 
8488
+ #: app/skins/single.php:1042 app/skins/single.php:1097
8489
  #: app/skins/single/default.php:185 app/skins/single/default.php:251
8490
  #: app/skins/single/default.php:416 app/skins/single/default.php:482
8491
  #: app/skins/single/m1.php:125 app/skins/single/m1.php:178
8494
  msgid "Website"
8495
  msgstr "Sito web"
8496
 
8497
+ #: app/skins/single.php:1173
8498
  #, fuzzy
8499
  #| msgid "No Search Options"
8500
  msgid "Speakers:"
8611
  msgstr "Un plugin straordinario per il calendario degli eventi"
8612
 
8613
  #. Author of the plugin/theme
8614
+ #, fuzzy
8615
+ #| msgid "Webnus Team"
8616
+ msgid "Webnus"
8617
  msgstr "Team Webnus"
8618
 
8619
  #. Author URI of the plugin/theme
languages/modern-events-calendar-lite-nb_NO.mo CHANGED
Binary file
languages/modern-events-calendar-lite-nb_NO.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2020-04-21 15:14+0430\n"
5
- "PO-Revision-Date: 2020-04-21 15:16+0430\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nb_NO\n"
@@ -22,8 +22,8 @@ msgstr ""
22
 
23
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
24
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
25
- #: app/features/mec/dashboard.php:63 app/libraries/factory.php:944
26
- #: app/libraries/factory.php:962 app/widgets/MEC.php:33
27
  msgid "Modern Events Calendar"
28
  msgstr "Modern Events Calendar"
29
 
@@ -83,9 +83,9 @@ msgstr "Arrangementsfarge"
83
  msgid "Settings"
84
  msgstr "Innstillinger"
85
 
86
- #: app/features/contextual.php:62 app/features/events.php:2479
87
- #: app/features/mec/booking.php:448 app/features/mec/support.php:29
88
- #: app/libraries/main.php:560
89
  msgid "Booking Form"
90
  msgstr "Bookingskjema"
91
 
@@ -241,7 +241,7 @@ msgstr "Alternativer for Google Maps"
241
  msgid "Google Recaptcha Options"
242
  msgstr "Google Recaptcha Instillinger"
243
 
244
- #: app/features/contextual.php:258 app/features/mec/single.php:149
245
  #: app/libraries/main.php:548
246
  msgid "Countdown Options"
247
  msgstr "Nedtellingsvalg"
@@ -340,7 +340,7 @@ msgstr "Vis arrangement"
340
  msgid "No events found in Trash!"
341
  msgstr "Ingen arrangement funnet i søppelbøtta!"
342
 
343
- #: app/features/events.php:183 app/features/events.php:3357
344
  #: app/features/mec/meta_boxes/display_options.php:1385
345
  #: app/features/mec/meta_boxes/search_form.php:31
346
  #: app/features/mec/meta_boxes/search_form.php:101
@@ -353,18 +353,18 @@ msgstr "Ingen arrangement funnet i søppelbøtta!"
353
  #: app/features/mec/meta_boxes/search_form.php:584
354
  #: app/features/mec/meta_boxes/search_form.php:654
355
  #: app/features/mec/meta_boxes/search_form.php:760
356
- #: app/features/mec/settings.php:839 app/features/mec/single.php:232
357
- #: app/features/search.php:68 app/libraries/main.php:5414
358
- #: app/libraries/skins.php:887 app/skins/single.php:572
359
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
360
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
361
  #: app/skins/single/modern.php:128
362
  msgid "Category"
363
  msgstr "Kategori"
364
 
365
- #: app/features/events.php:184 app/features/events.php:3312
366
  #: app/features/fes/form.php:767 app/features/mec.php:412
367
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5413
368
  msgid "Categories"
369
  msgstr "Kategorier"
370
 
@@ -453,7 +453,7 @@ msgid "Event Repeating"
453
  msgstr "Gjentakende arrangement"
454
 
455
  #: app/features/events.php:334 app/features/events.php:1294
456
- #: app/features/mec/settings.php:743 app/skins/single.php:957
457
  msgid "Hourly Schedule"
458
  msgstr "Timeplan"
459
 
@@ -469,8 +469,8 @@ msgstr "Sted"
469
  msgid "Links"
470
  msgstr "Lenke"
471
 
472
- #: app/features/events.php:337 app/features/events.php:3359
473
- #: app/features/events.php:3550 app/features/events.php:3592
474
  #: app/features/ix.php:3508 app/features/ix.php:3549
475
  #: app/features/mec/meta_boxes/display_options.php:1388
476
  #: app/features/mec/meta_boxes/search_form.php:46
@@ -484,21 +484,21 @@ msgstr "Lenke"
484
  #: app/features/mec/meta_boxes/search_form.php:599
485
  #: app/features/mec/meta_boxes/search_form.php:669
486
  #: app/features/mec/meta_boxes/search_form.php:775
487
- #: app/features/mec/settings.php:851 app/features/mec/single.php:236
488
  #: app/features/organizers.php:58 app/features/organizers.php:204
489
  #: app/features/organizers.php:260 app/features/organizers.php:262
490
  #: app/features/organizers.php:271 app/features/popup/event.php:293
491
  #: app/features/popup/event.php:302 app/features/search.php:80
492
- #: app/libraries/main.php:5420 app/libraries/skins.php:939
493
- #: app/skins/single.php:816 app/skins/single/default.php:227
494
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
495
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
496
  msgid "Organizer"
497
  msgstr "Arrangør"
498
 
499
  #: app/features/events.php:338 app/features/events.php:1171
500
- #: app/features/fes/form.php:740 app/libraries/main.php:5447
501
- #: app/skins/single.php:595 app/skins/single/default.php:128
502
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
503
  #: app/skins/single/modern.php:223
504
  msgid "Cost"
@@ -518,8 +518,8 @@ msgstr "Melding til gjennomgåer"
518
  msgid "Guest Data"
519
  msgstr "Gjestedata"
520
 
521
- #: app/features/events.php:471 app/features/events.php:2461
522
- #: app/features/events.php:3883 app/features/fes.php:223
523
  #: app/features/fes/form.php:699 app/features/labels.php:178
524
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
525
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
@@ -527,17 +527,17 @@ msgstr "Gjestedata"
527
  msgid "Name"
528
  msgstr "Navn"
529
 
530
- #: app/features/events.php:472 app/features/events.php:2472
531
- #: app/features/events.php:2548 app/features/events.php:3886
532
  #: app/features/fes.php:223 app/features/fes/form.php:695
533
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
534
  #: app/features/organizers.php:111 app/features/organizers.php:152
535
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
536
- #: app/features/speakers.php:196 app/libraries/main.php:1595
537
- #: app/libraries/main.php:1664 app/libraries/main.php:2899
538
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
539
- #: app/modules/booking/steps/form.php:83 app/skins/single.php:833
540
- #: app/skins/single.php:888 app/skins/single/default.php:244
541
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
542
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
543
  msgid "Email"
@@ -548,8 +548,8 @@ msgid "Date and Time"
548
  msgstr "Dato og klokkeslett"
549
 
550
  #: app/features/events.php:483 app/features/events.php:489
551
- #: app/features/events.php:3360 app/features/events.php:3550
552
- #: app/features/events.php:3592 app/features/fes/form.php:250
553
  #: app/features/fes/form.php:254 app/features/ix.php:3508
554
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
555
  #: app/features/mec/dashboard.php:405
@@ -573,24 +573,24 @@ msgid "Start Date"
573
  msgstr "Startdato"
574
 
575
  #: app/features/events.php:561 app/features/events.php:653
576
- #: app/features/events.php:1734 app/features/events.php:1793
577
- #: app/features/events.php:1986 app/features/events.php:2025
578
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
579
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
580
  msgid "AM"
581
  msgstr "AM"
582
 
583
  #: app/features/events.php:568 app/features/events.php:660
584
- #: app/features/events.php:1741 app/features/events.php:1800
585
- #: app/features/events.php:1987 app/features/events.php:2026
586
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
587
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
588
  msgid "PM"
589
  msgstr "PM"
590
 
591
  #: app/features/events.php:575 app/features/events.php:580
592
- #: app/features/events.php:3361 app/features/events.php:3550
593
- #: app/features/events.php:3592 app/features/fes/form.php:290
594
  #: app/features/fes/form.php:294 app/features/ix.php:3508
595
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
596
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
@@ -634,11 +634,11 @@ msgstr ""
634
  #: app/features/events.php:707 app/features/events.php:828
635
  #: app/features/events.php:1134 app/features/events.php:1211
636
  #: app/features/events.php:1519 app/features/events.php:1609
637
- #: app/features/events.php:1821 app/features/events.php:1836
638
- #: app/features/events.php:2045 app/features/events.php:2058
639
- #: app/features/events.php:2209 app/features/events.php:2245
640
- #: app/features/events.php:2343 app/features/events.php:2358
641
- #: app/features/events.php:2388 app/features/events.php:2401
642
  #: app/features/fes/form.php:651 app/features/locations.php:316
643
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
644
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
@@ -699,13 +699,13 @@ msgstr ""
699
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
700
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
701
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
702
- #: app/features/mec/single.php:58 app/features/mec/single.php:77
703
- #: app/features/mec/single.php:94 app/features/mec/single.php:110
704
- #: app/features/mec/single.php:125 app/features/mec/single.php:178
705
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
706
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
707
  #: app/features/organizers.php:272 app/features/popup/event.php:256
708
- #: app/features/popup/event.php:303 app/skins/single.php:679
709
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
710
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
711
  #: app/skins/single/modern.php:151
@@ -789,24 +789,24 @@ msgstr "Repetisjonsintervall"
789
  msgid "Week Days"
790
  msgstr "Ukesdager"
791
 
792
- #: app/features/events.php:818 app/features/events.php:1905
793
- #: app/features/events.php:1933 app/features/events.php:2113
794
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
795
  #: app/features/ix/import_g_calendar.php:51
796
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
797
  msgid "Start"
798
  msgstr "Start"
799
 
800
- #: app/features/events.php:820 app/features/events.php:1909
801
- #: app/features/events.php:1937 app/features/events.php:2117
802
  #: app/features/fes/form.php:381
803
  msgid "End"
804
  msgstr "Slutt"
805
 
806
  #: app/features/events.php:822 app/features/events.php:1205
807
  #: app/features/events.php:1325 app/features/events.php:1430
808
- #: app/features/events.php:1888 app/features/events.php:2102
809
- #: app/features/events.php:2182 app/features/events.php:2315
810
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
811
  msgid "Add"
812
  msgstr "Legg til"
@@ -891,10 +891,10 @@ msgstr ""
891
  msgid "Show only one occurrence of this event"
892
  msgstr "Neste forekomst av Andre Arrangement"
893
 
894
- #: app/features/events.php:1167 app/features/events.php:3550
895
- #: app/features/events.php:3592 app/features/fes/form.php:737
896
  #: app/features/ix.php:3508 app/features/ix.php:3549
897
- #: app/features/mec/settings.php:689 app/libraries/main.php:5446
898
  #: app/widgets/single.php:103
899
  msgid "Event Cost"
900
  msgstr "Kostnad for arrangementet"
@@ -909,11 +909,11 @@ msgstr "Eksepsjonelle Dager"
909
  msgid "Exclude certain days"
910
  msgstr "Ekskluder bestemte dager"
911
 
912
- #: app/features/events.php:1203 app/features/events.php:2549
913
  #: app/features/fes.php:223 app/features/mec/booking.php:500
914
- #: app/features/profile/profile.php:53 app/libraries/main.php:2302
915
- #: app/libraries/main.php:2957 app/modules/booking/steps/tickets.php:23
916
- #: app/modules/next-event/details.php:93 app/skins/single.php:653
917
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
918
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
919
  msgid "Date"
@@ -949,9 +949,9 @@ msgstr "Dag %s"
949
 
950
  #: app/features/events.php:1310 app/features/events.php:1349
951
  #: app/features/events.php:1384 app/features/events.php:1416
952
- #: app/features/events.php:1445 app/features/events.php:2330
953
- #: app/features/events.php:2377 app/features/events.php:3356
954
- #: app/features/events.php:3550 app/features/events.php:3592
955
  #: app/features/fes/form.php:239 app/features/ix.php:3508
956
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
957
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
@@ -960,19 +960,19 @@ msgstr "Tittel"
960
 
961
  #: app/features/events.php:1319 app/features/events.php:1356
962
  #: app/features/events.php:1389 app/features/events.php:1424
963
- #: app/features/events.php:1450 app/features/events.php:1919
964
- #: app/features/events.php:1945 app/features/events.php:2123
965
- #: app/features/events.php:2222 app/features/events.php:2258
966
- #: app/features/events.php:2365 app/features/events.php:2407
967
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
968
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
969
- #: app/libraries/main.php:2818 app/libraries/main.php:2848
970
- #: app/libraries/main.php:2877 app/libraries/main.php:2907
971
- #: app/libraries/main.php:2936 app/libraries/main.php:2965
972
- #: app/libraries/main.php:2994 app/libraries/main.php:3023
973
- #: app/libraries/main.php:3045 app/libraries/main.php:3076
974
- #: app/libraries/main.php:3120 app/libraries/main.php:3164
975
- #: app/libraries/main.php:3211 app/libraries/main.php:3250
976
  msgid "Remove"
977
  msgstr "Fjern"
978
 
@@ -991,8 +991,8 @@ msgid "To e.g. 8:45"
991
  msgstr "Til f.eks 08:45"
992
 
993
  #: app/features/events.php:1353 app/features/events.php:1387
994
- #: app/features/events.php:1448 app/features/events.php:1809
995
- #: app/features/events.php:2034
996
  msgid "Description"
997
  msgstr "Beskrivelse"
998
 
@@ -1000,7 +1000,7 @@ msgstr "Beskrivelse"
1000
  #: app/features/events.php:1453 app/features/fes/form.php:861
1001
  #: app/features/mec.php:420 app/features/mec/modules.php:52
1002
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
1003
- #: app/libraries/main.php:565 app/libraries/main.php:5421
1004
  #: app/modules/speakers/details.php:18
1005
  msgid "Speakers"
1006
  msgstr "Foredragsholdere"
@@ -1017,7 +1017,7 @@ msgid "Event Links"
1017
  msgstr "Arrangemenslenker"
1018
 
1019
  #: app/features/events.php:1487 app/features/events.php:1493
1020
- #: app/features/fes/form.php:716 app/libraries/main.php:5444
1021
  msgid "Event Link"
1022
  msgstr "Arrangemenslenke"
1023
 
@@ -1044,8 +1044,8 @@ msgid "URL Shortener"
1044
  msgstr ""
1045
 
1046
  #: app/features/events.php:1503 app/features/events.php:1516
1047
- #: app/features/fes/form.php:721 app/libraries/main.php:5445
1048
- #: app/skins/single.php:678 app/skins/single/default.php:142
1049
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
1050
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
1051
  #: app/widgets/single.php:107
@@ -1072,15 +1072,47 @@ msgstr ""
1072
  "Hvis du fyller den, vil den bli vist på side med hendelsesdetaljer som en "
1073
  "valgfri lenke. Sett inn full kobling inkludert http(s)://"
1074
 
1075
- #: app/features/events.php:1590 app/features/events.php:1605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1076
  #, fuzzy
1077
  #| msgid "Total booking limits"
1078
  msgid "Total booking limit"
1079
  msgstr "Totalt antall bestillingsgrenser"
1080
 
1081
- #: app/features/events.php:1602 app/features/events.php:1857
1082
- #: app/features/events.php:2072 app/modules/booking/default.php:85
1083
- #: app/modules/booking/steps/tickets.php:43
1084
  #: app/skins/available_spot/tpl.php:122
1085
  msgid "Unlimited"
1086
  msgstr "Ubegrenset"
@@ -1101,27 +1133,39 @@ msgstr "Velg din reservasjons stil."
1101
  msgid "100"
1102
  msgstr "100"
1103
 
1104
- #: app/features/events.php:1623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1105
  #, fuzzy
1106
  #| msgid "Total booking limits"
1107
  msgid "Total user booking limits"
1108
  msgstr "Totalt antall bestillingsgrenser"
1109
 
1110
- #: app/features/events.php:1635 app/features/events.php:2171
1111
- #: app/features/events.php:2303 app/features/events.php:2491
1112
  msgid "Inherit from global options"
1113
  msgstr "Overfør fra globale instillinger"
1114
 
1115
- #: app/features/events.php:1638
1116
  msgid "12"
1117
  msgstr ""
1118
 
1119
- #: app/features/events.php:1661 app/libraries/book.php:60
1120
- #: app/libraries/main.php:5449 app/modules/booking/steps/tickets.php:43
1121
- msgid "Tickets"
1122
- msgstr "Billetter"
1123
-
1124
- #: app/features/events.php:1664
1125
  msgid ""
1126
  "You're translating an event so MEC will use the original event for tickets "
1127
  "and booking. You can only translate the ticket name and description. Please "
@@ -1132,40 +1176,40 @@ msgstr ""
1132
  "Vennligst definer eksakt billett som du definerer i den orginale "
1133
  "arrangementet her."
1134
 
1135
- #: app/features/events.php:1669
1136
  #, fuzzy
1137
  #| msgid "Ticket"
1138
  msgid "Add Ticket"
1139
  msgstr "Billett"
1140
 
1141
- #: app/features/events.php:1683 app/features/events.php:1959
1142
  msgid "Ticket Name"
1143
  msgstr "Billettnavn"
1144
 
1145
- #: app/features/events.php:1688 app/features/events.php:1963
1146
- #: app/features/events.php:3550 app/features/events.php:3592
1147
  #: app/features/ix.php:3508 app/features/ix.php:3549
1148
  msgid "Start Time"
1149
  msgstr "Starttid"
1150
 
1151
- #: app/features/events.php:1747 app/features/events.php:1993
1152
- #: app/features/events.php:3550 app/features/events.php:3592
1153
  #: app/features/ix.php:3508 app/features/ix.php:3549
1154
  msgid "End Time"
1155
  msgstr "Sluttidspunkt"
1156
 
1157
- #: app/features/events.php:1814 app/features/events.php:1818
1158
- #: app/features/events.php:1913 app/features/events.php:1940
1159
- #: app/features/events.php:2039 app/features/events.php:2042
1160
- #: app/features/events.php:2119 app/features/events.php:2336
1161
- #: app/features/events.php:2340 app/features/events.php:2382
1162
- #: app/features/events.php:2385 app/features/mec/booking.php:388
1163
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1164
  #: app/features/mec/booking.php:423
1165
  msgid "Price"
1166
  msgstr "Pris"
1167
 
1168
- #: app/features/events.php:1819 app/features/events.php:2043
1169
  #, fuzzy
1170
  #| msgid "Insert 0 for free ticket. Only numbers please."
1171
  msgid ""
@@ -1173,60 +1217,60 @@ msgid ""
1173
  "any symbols or characters."
1174
  msgstr "Sett inn 0 for gratis billett. Bare tall vær så snill."
1175
 
1176
- #: app/features/events.php:1828 app/features/events.php:1833
1177
- #: app/features/events.php:2052 app/features/events.php:2055
1178
  msgid "Price Label"
1179
  msgstr "Prisetikett"
1180
 
1181
- #: app/features/events.php:1834 app/features/events.php:2056
1182
  msgid "For showing on website. e.g. $15"
1183
  msgstr "For visning på nettside f.eks $15"
1184
 
1185
- #: app/features/events.php:1844 app/features/events.php:2066
1186
  msgid "Available Tickets"
1187
  msgstr "Tilgjengelige Billetter"
1188
 
1189
- #: app/features/events.php:1861 app/features/events.php:2076
1190
  #, fuzzy
1191
  #| msgid "Maximum Per Ticket"
1192
  msgid "Minimum Ticket e.g. 3"
1193
  msgstr "Maks Per billett"
1194
 
1195
- #: app/features/events.php:1864 app/features/events.php:2079
1196
  #, fuzzy
1197
  #| msgid "Maximum Per Ticket"
1198
  msgid "MinimumTicket"
1199
  msgstr "Maks Per billett"
1200
 
1201
- #: app/features/events.php:1866 app/features/events.php:2081
1202
  msgid "Set a number for the minimum ticket reservation possible"
1203
  msgstr ""
1204
 
1205
- #: app/features/events.php:1874 app/features/events.php:2089
1206
  msgid "e.g. 0"
1207
  msgstr ""
1208
 
1209
- #: app/features/events.php:1876 app/features/events.php:2091
1210
  #, fuzzy
1211
  #| msgid "Days"
1212
  msgid "Day"
1213
  msgstr "Dager"
1214
 
1215
- #: app/features/events.php:1877 app/features/events.php:2092
1216
  msgid "Hour"
1217
  msgstr ""
1218
 
1219
- #: app/features/events.php:1879 app/features/events.php:2094
1220
  #, php-format
1221
  msgid "Stop selling ticket %s before event start."
1222
  msgstr ""
1223
 
1224
- #: app/features/events.php:1886 app/features/events.php:2100
1225
  msgid "Price per Date"
1226
  msgstr "Pris pr. dato"
1227
 
1228
- #: app/features/events.php:1917 app/features/events.php:1943
1229
- #: app/features/events.php:2121 app/features/labels.php:60
1230
  #: app/features/mec/meta_boxes/display_options.php:1386
1231
  #: app/features/mec/meta_boxes/search_form.php:67
1232
  #: app/features/mec/meta_boxes/search_form.php:137
@@ -1239,28 +1283,24 @@ msgstr "Pris pr. dato"
1239
  #: app/features/mec/meta_boxes/search_form.php:620
1240
  #: app/features/mec/meta_boxes/search_form.php:690
1241
  #: app/features/mec/meta_boxes/search_form.php:796
1242
- #: app/features/mec/settings.php:871 app/features/mec/single.php:250
1243
- #: app/features/search.php:98 app/libraries/skins.php:1017
1244
  msgid "Label"
1245
  msgstr "Etikett"
1246
 
1247
- #: app/features/events.php:2159
1248
- msgid "Fees"
1249
- msgstr "Avgifter"
1250
-
1251
- #: app/features/events.php:2196 app/features/events.php:2234
1252
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1253
  msgid "Fee Title"
1254
  msgstr "Avgiftstittel"
1255
 
1256
- #: app/features/events.php:2202 app/features/events.php:2206
1257
- #: app/features/events.php:2239 app/features/events.php:2242
1258
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1259
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1260
  msgid "Amount"
1261
  msgstr "Beløp"
1262
 
1263
- #: app/features/events.php:2207 app/features/events.php:2243
1264
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1265
  msgid ""
1266
  "Fee amount, considered as fixed amount if you set the type to amount "
@@ -1269,91 +1309,87 @@ msgstr ""
1269
  "Gebyrbeløp, betraktet som fast beløp hvis du angir typen som skal betraktes "
1270
  "som ellers betraktet som prosentandel"
1271
 
1272
- #: app/features/events.php:2216 app/features/events.php:2252
1273
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1274
  msgid "Percent"
1275
  msgstr "Prosent"
1276
 
1277
- #: app/features/events.php:2217 app/features/events.php:2253
1278
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1279
  msgid "Amount (Per Ticket)"
1280
  msgstr "Beløp (Per Billett)"
1281
 
1282
- #: app/features/events.php:2218 app/features/events.php:2254
1283
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1284
  msgid "Amount (Per Booking)"
1285
  msgstr "Beløp (Per Bestilling)"
1286
 
1287
- #: app/features/events.php:2291 app/features/mec/settings.php:761
1288
- msgid "Ticket Variations / Options"
1289
- msgstr "Billettvalg"
1290
-
1291
- #: app/features/events.php:2341 app/features/events.php:2386
1292
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1293
  msgid "Option Price"
1294
  msgstr "Prisalternativer"
1295
 
1296
- #: app/features/events.php:2351 app/features/events.php:2355
1297
- #: app/features/events.php:2395 app/features/events.php:2398
1298
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1299
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1300
  msgid "Maximum Per Ticket"
1301
  msgstr "Maks Per billett"
1302
 
1303
- #: app/features/events.php:2356 app/features/events.php:2399
1304
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1305
  #, fuzzy
1306
  #| msgid "Maximum Per Ticket. Leave it blank for unlimited."
1307
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1308
  msgstr "Maks per billett. La det stå tomt for ubegrenset."
1309
 
1310
- #: app/features/events.php:2545 app/features/mec/booking.php:496
1311
- #: app/libraries/main.php:2840
1312
  #, fuzzy
1313
  #| msgid "Name"
1314
  msgid "MEC Name"
1315
  msgstr "Navn"
1316
 
1317
- #: app/features/events.php:2546 app/features/mec/booking.php:497
1318
- #: app/libraries/main.php:2869
1319
  #, fuzzy
1320
  #| msgid "Email"
1321
  msgid "MEC Email"
1322
  msgstr "E-post"
1323
 
1324
- #: app/features/events.php:2547 app/features/mec/booking.php:498
1325
- #: app/libraries/main.php:2810
1326
  msgid "Text"
1327
  msgstr "Tekst"
1328
 
1329
- #: app/features/events.php:2550 app/features/mec/booking.php:501
1330
  #: app/features/organizers.php:103 app/features/organizers.php:148
1331
  #: app/features/speakers.php:119 app/features/speakers.php:192
1332
- #: app/features/speakers.php:271 app/libraries/main.php:2986
1333
  msgid "Tel"
1334
  msgstr "Tlf"
1335
 
1336
- #: app/features/events.php:2551 app/features/mec/booking.php:502
1337
- #: app/libraries/main.php:2928
1338
  msgid "File"
1339
  msgstr ""
1340
 
1341
- #: app/features/events.php:2552 app/features/mec/booking.php:503
1342
- #: app/libraries/main.php:3015
1343
  msgid "Textarea"
1344
  msgstr "Tekstområde"
1345
 
1346
- #: app/features/events.php:2553 app/features/mec/booking.php:504
1347
- #: app/libraries/main.php:3068
1348
  msgid "Checkboxes"
1349
  msgstr "Avmerkingsbokser"
1350
 
1351
- #: app/features/events.php:2554 app/features/mec/booking.php:505
1352
- #: app/libraries/main.php:3112
1353
  msgid "Radio Buttons"
1354
  msgstr "Radioknapper"
1355
 
1356
- #: app/features/events.php:2555 app/features/mec/booking.php:506
1357
  #: app/features/mec/meta_boxes/search_form.php:34
1358
  #: app/features/mec/meta_boxes/search_form.php:41
1359
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1429,46 +1465,46 @@ msgstr "Radioknapper"
1429
  #: app/features/mec/meta_boxes/search_form.php:785
1430
  #: app/features/mec/meta_boxes/search_form.php:792
1431
  #: app/features/mec/meta_boxes/search_form.php:799
1432
- #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3156
1433
  msgid "Dropdown"
1434
  msgstr "Nedtrekksmeny"
1435
 
1436
- #: app/features/events.php:2556 app/features/mec/booking.php:507
1437
- #: app/libraries/main.php:3203
1438
  msgid "Agreement"
1439
  msgstr "Avtalen"
1440
 
1441
- #: app/features/events.php:2557 app/features/mec/booking.php:508
1442
- #: app/libraries/main.php:3044
1443
  msgid "Paragraph"
1444
  msgstr "Avsnitt"
1445
 
1446
- #: app/features/events.php:3258 app/features/events.php:3276
1447
- #: app/features/events.php:3294 app/features/events.php:3312
1448
  #, php-format
1449
  msgid "Show all %s"
1450
  msgstr "Vis alle %s"
1451
 
1452
- #: app/features/events.php:3258
1453
  msgid "labels"
1454
  msgstr "etiketter"
1455
 
1456
- #: app/features/events.php:3276
1457
  msgid "locations"
1458
  msgstr "steder"
1459
 
1460
- #: app/features/events.php:3294
1461
  msgid "organizers"
1462
  msgstr "arrangører"
1463
 
1464
- #: app/features/events.php:3328
1465
  #, fuzzy
1466
  #| msgid "Attendees Limit"
1467
  msgid "Attendees List"
1468
  msgstr "Deltagerbegrensning"
1469
 
1470
- #: app/features/events.php:3358 app/features/events.php:3550
1471
- #: app/features/events.php:3592 app/features/ix.php:3508
1472
  #: app/features/ix.php:3549 app/features/locations.php:58
1473
  #: app/features/locations.php:247 app/features/locations.php:304
1474
  #: app/features/locations.php:306 app/features/locations.php:315
@@ -1484,87 +1520,87 @@ msgstr "Deltagerbegrensning"
1484
  #: app/features/mec/meta_boxes/search_form.php:591
1485
  #: app/features/mec/meta_boxes/search_form.php:661
1486
  #: app/features/mec/meta_boxes/search_form.php:767
1487
- #: app/features/mec/settings.php:845 app/features/mec/single.php:240
1488
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1489
- #: app/features/search.php:74 app/libraries/main.php:2296
1490
- #: app/libraries/main.php:5418 app/libraries/skins.php:913
1491
- #: app/skins/single.php:500 app/skins/single.php:934
1492
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1493
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1494
  #: app/skins/single/modern.php:104
1495
  msgid "Location"
1496
  msgstr "Sted"
1497
 
1498
- #: app/features/events.php:3363
1499
  msgid "Repeat"
1500
  msgstr "Gjenta"
1501
 
1502
- #: app/features/events.php:3364
1503
  msgid "Author"
1504
  msgstr "Forfatter"
1505
 
1506
- #: app/features/events.php:3485 app/features/events.php:3486
1507
  msgid "iCal Export"
1508
  msgstr "iCal-eksport"
1509
 
1510
- #: app/features/events.php:3488 app/features/events.php:3489
1511
  msgid "CSV Export"
1512
  msgstr "CSV-eksport"
1513
 
1514
- #: app/features/events.php:3491 app/features/events.php:3492
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2020-04-28 17:17+0430\n"
5
+ "PO-Revision-Date: 2020-04-28 17:19+0430\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nb_NO\n"
22
 
23
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
24
  #: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
25
+ #: app/features/mec/dashboard.php:63 app/libraries/factory.php:945
26
+ #: app/libraries/factory.php:964 app/widgets/MEC.php:33
27
  msgid "Modern Events Calendar"
28
  msgstr "Modern Events Calendar"
29
 
83
  msgid "Settings"
84
  msgstr "Innstillinger"
85
 
86
+ #: app/features/contextual.php:62 app/features/events.php:1549
87
+ #: app/features/events.php:2502 app/features/mec/booking.php:448
88
+ #: app/features/mec/support.php:29 app/libraries/main.php:560
89
  msgid "Booking Form"
90
  msgstr "Bookingskjema"
91
 
241
  msgid "Google Recaptcha Options"
242
  msgstr "Google Recaptcha Instillinger"
243
 
244
+ #: app/features/contextual.php:258 app/features/mec/single.php:150
245
  #: app/libraries/main.php:548
246
  msgid "Countdown Options"
247
  msgstr "Nedtellingsvalg"
340
  msgid "No events found in Trash!"
341
  msgstr "Ingen arrangement funnet i søppelbøtta!"
342
 
343
+ #: app/features/events.php:183 app/features/events.php:3373
344
  #: app/features/mec/meta_boxes/display_options.php:1385
345
  #: app/features/mec/meta_boxes/search_form.php:31
346
  #: app/features/mec/meta_boxes/search_form.php:101
353
  #: app/features/mec/meta_boxes/search_form.php:584
354
  #: app/features/mec/meta_boxes/search_form.php:654
355
  #: app/features/mec/meta_boxes/search_form.php:760
356
+ #: app/features/mec/settings.php:839 app/features/mec/single.php:233
357
+ #: app/features/search.php:68 app/libraries/main.php:5424
358
+ #: app/libraries/skins.php:892 app/skins/single.php:774
359
  #: app/skins/single/default.php:202 app/skins/single/default.php:433
360
  #: app/skins/single/m1.php:194 app/skins/single/m2.php:119
361
  #: app/skins/single/modern.php:128
362
  msgid "Category"
363
  msgstr "Kategori"
364
 
365
+ #: app/features/events.php:184 app/features/events.php:3328
366
  #: app/features/fes/form.php:767 app/features/mec.php:412
367
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5423
368
  msgid "Categories"
369
  msgstr "Kategorier"
370
 
453
  msgstr "Gjentakende arrangement"
454
 
455
  #: app/features/events.php:334 app/features/events.php:1294
456
+ #: app/features/mec/settings.php:743 app/skins/single.php:1159
457
  msgid "Hourly Schedule"
458
  msgstr "Timeplan"
459
 
469
  msgid "Links"
470
  msgstr "Lenke"
471
 
472
+ #: app/features/events.php:337 app/features/events.php:3375
473
+ #: app/features/events.php:3566 app/features/events.php:3608
474
  #: app/features/ix.php:3508 app/features/ix.php:3549
475
  #: app/features/mec/meta_boxes/display_options.php:1388
476
  #: app/features/mec/meta_boxes/search_form.php:46
484
  #: app/features/mec/meta_boxes/search_form.php:599
485
  #: app/features/mec/meta_boxes/search_form.php:669
486
  #: app/features/mec/meta_boxes/search_form.php:775
487
+ #: app/features/mec/settings.php:851 app/features/mec/single.php:237
488
  #: app/features/organizers.php:58 app/features/organizers.php:204
489
  #: app/features/organizers.php:260 app/features/organizers.php:262
490
  #: app/features/organizers.php:271 app/features/popup/event.php:293
491
  #: app/features/popup/event.php:302 app/features/search.php:80
492
+ #: app/libraries/main.php:5430 app/libraries/skins.php:944
493
+ #: app/skins/single.php:1018 app/skins/single/default.php:227
494
  #: app/skins/single/default.php:458 app/skins/single/m1.php:101
495
  #: app/skins/single/m2.php:26 app/skins/single/modern.php:36
496
  msgid "Organizer"
497
  msgstr "Arrangør"
498
 
499
  #: app/features/events.php:338 app/features/events.php:1171
500
+ #: app/features/fes/form.php:740 app/libraries/main.php:5457
501
+ #: app/skins/single.php:797 app/skins/single/default.php:128
502
  #: app/skins/single/default.php:359 app/skins/single/m1.php:60
503
  #: app/skins/single/modern.php:223
504
  msgid "Cost"
518
  msgid "Guest Data"
519
  msgstr "Gjestedata"
520
 
521
+ #: app/features/events.php:471 app/features/events.php:2484
522
+ #: app/features/events.php:3899 app/features/fes.php:223
523
  #: app/features/fes/form.php:699 app/features/labels.php:178
524
  #: app/features/mec/booking.php:45 app/features/organizers.php:279
525
  #: app/features/popup/event.php:312 app/features/profile/profile.php:180
527
  msgid "Name"
528
  msgstr "Navn"
529
 
530
+ #: app/features/events.php:472 app/features/events.php:2495
531
+ #: app/features/events.php:2571 app/features/events.php:3902
532
  #: app/features/fes.php:223 app/features/fes/form.php:695
533
  #: app/features/mec/booking.php:57 app/features/mec/booking.php:499
534
  #: app/features/organizers.php:111 app/features/organizers.php:152
535
  #: app/features/profile/profile.php:183 app/features/speakers.php:127
536
+ #: app/features/speakers.php:196 app/libraries/main.php:1596
537
+ #: app/libraries/main.php:1665 app/libraries/main.php:2900
538
  #: app/libraries/notifications.php:1142 app/modules/booking/steps/form.php:46
539
+ #: app/modules/booking/steps/form.php:83 app/skins/single.php:1035
540
+ #: app/skins/single.php:1090 app/skins/single/default.php:244
541
  #: app/skins/single/default.php:475 app/skins/single/m1.php:118
542
  #: app/skins/single/m2.php:43 app/skins/single/modern.php:53
543
  msgid "Email"
548
  msgstr "Dato og klokkeslett"
549
 
550
  #: app/features/events.php:483 app/features/events.php:489
551
+ #: app/features/events.php:3376 app/features/events.php:3566
552
+ #: app/features/events.php:3608 app/features/fes/form.php:250
553
  #: app/features/fes/form.php:254 app/features/ix.php:3508
554
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:38
555
  #: app/features/mec/dashboard.php:405
573
  msgstr "Startdato"
574
 
575
  #: app/features/events.php:561 app/features/events.php:653
576
+ #: app/features/events.php:1757 app/features/events.php:1816
577
+ #: app/features/events.php:2009 app/features/events.php:2048
578
  #: app/features/fes/form.php:282 app/features/fes/form.php:322
579
  #: app/features/popup/event.php:142 app/features/popup/event.php:224
580
  msgid "AM"
581
  msgstr "AM"
582
 
583
  #: app/features/events.php:568 app/features/events.php:660
584
+ #: app/features/events.php:1764 app/features/events.php:1823
585
+ #: app/features/events.php:2010 app/features/events.php:2049
586
  #: app/features/fes/form.php:283 app/features/fes/form.php:323
587
  #: app/features/popup/event.php:149 app/features/popup/event.php:231
588
  msgid "PM"
589
  msgstr "PM"
590
 
591
  #: app/features/events.php:575 app/features/events.php:580
592
+ #: app/features/events.php:3377 app/features/events.php:3566
593
+ #: app/features/events.php:3608 app/features/fes/form.php:290
594
  #: app/features/fes/form.php:294 app/features/ix.php:3508
595
  #: app/features/ix.php:3549 app/features/ix/import_g_calendar.php:44
596
  #: app/features/mec/dashboard.php:406 app/features/popup/event.php:157
634
  #: app/features/events.php:707 app/features/events.php:828
635
  #: app/features/events.php:1134 app/features/events.php:1211
636
  #: app/features/events.php:1519 app/features/events.php:1609
637
+ #: app/features/events.php:1844 app/features/events.php:1859
638
+ #: app/features/events.php:2068 app/features/events.php:2081
639
+ #: app/features/events.php:2232 app/features/events.php:2268
640
+ #: app/features/events.php:2366 app/features/events.php:2381
641
+ #: app/features/events.php:2411 app/features/events.php:2424
642
  #: app/features/fes/form.php:651 app/features/locations.php:316
643
  #: app/features/mec/booking.php:108 app/features/mec/booking.php:158
644
  #: app/features/mec/booking.php:171 app/features/mec/booking.php:187
699
  #: app/features/mec/settings.php:778 app/features/mec/settings.php:794
700
  #: app/features/mec/settings.php:901 app/features/mec/settings.php:914
701
  #: app/features/mec/settings.php:930 app/features/mec/single.php:42
702
+ #: app/features/mec/single.php:58 app/features/mec/single.php:78
703
+ #: app/features/mec/single.php:95 app/features/mec/single.php:111
704
+ #: app/features/mec/single.php:126 app/features/mec/single.php:179
705
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
706
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
707
  #: app/features/organizers.php:272 app/features/popup/event.php:256
708
+ #: app/features/popup/event.php:303 app/skins/single.php:881
709
  #: app/skins/single/default.php:143 app/skins/single/default.php:374
710
  #: app/skins/single/m1.php:216 app/skins/single/m2.php:142
711
  #: app/skins/single/modern.php:151
789
  msgid "Week Days"
790
  msgstr "Ukesdager"
791
 
792
+ #: app/features/events.php:818 app/features/events.php:1928
793
+ #: app/features/events.php:1956 app/features/events.php:2136
794
  #: app/features/fes/form.php:380 app/features/ix/import_f_calendar.php:42
795
  #: app/features/ix/import_g_calendar.php:51
796
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
797
  msgid "Start"
798
  msgstr "Start"
799
 
800
+ #: app/features/events.php:820 app/features/events.php:1932
801
+ #: app/features/events.php:1960 app/features/events.php:2140
802
  #: app/features/fes/form.php:381
803
  msgid "End"
804
  msgstr "Slutt"
805
 
806
  #: app/features/events.php:822 app/features/events.php:1205
807
  #: app/features/events.php:1325 app/features/events.php:1430
808
+ #: app/features/events.php:1911 app/features/events.php:2125
809
+ #: app/features/events.php:2205 app/features/events.php:2338
810
  #: app/features/fes/form.php:382 app/features/fes/form.php:865
811
  msgid "Add"
812
  msgstr "Legg til"
891
  msgid "Show only one occurrence of this event"
892
  msgstr "Neste forekomst av Andre Arrangement"
893
 
894
+ #: app/features/events.php:1167 app/features/events.php:3566
895
+ #: app/features/events.php:3608 app/features/fes/form.php:737
896
  #: app/features/ix.php:3508 app/features/ix.php:3549
897
+ #: app/features/mec/settings.php:689 app/libraries/main.php:5456
898
  #: app/widgets/single.php:103
899
  msgid "Event Cost"
900
  msgstr "Kostnad for arrangementet"
909
  msgid "Exclude certain days"
910
  msgstr "Ekskluder bestemte dager"
911
 
912
+ #: app/features/events.php:1203 app/features/events.php:2572
913
  #: app/features/fes.php:223 app/features/mec/booking.php:500
914
+ #: app/features/profile/profile.php:53 app/libraries/main.php:2303
915
+ #: app/libraries/main.php:2958 app/modules/booking/steps/tickets.php:28
916
+ #: app/modules/next-event/details.php:93 app/skins/single.php:855
917
  #: app/skins/single/default.php:87 app/skins/single/default.php:318
918
  #: app/skins/single/m1.php:22 app/skins/single/modern.php:185
919
  msgid "Date"
949
 
950
  #: app/features/events.php:1310 app/features/events.php:1349
951
  #: app/features/events.php:1384 app/features/events.php:1416
952
+ #: app/features/events.php:1445 app/features/events.php:2353
953
+ #: app/features/events.php:2400 app/features/events.php:3372
954
+ #: app/features/events.php:3566 app/features/events.php:3608
955
  #: app/features/fes/form.php:239 app/features/ix.php:3508
956
  #: app/features/ix.php:3549 app/features/mec/booking.php:384
957
  #: app/features/mec/booking.php:416 app/features/mec/styling.php:130
960
 
961
  #: app/features/events.php:1319 app/features/events.php:1356
962
  #: app/features/events.php:1389 app/features/events.php:1424
963
+ #: app/features/events.php:1450 app/features/events.php:1942
964
+ #: app/features/events.php:1968 app/features/events.php:2146
965
+ #: app/features/events.php:2245 app/features/events.php:2281
966
+ #: app/features/events.php:2388 app/features/events.php:2430
967
  #: app/features/mec/booking.php:327 app/features/mec/booking.php:356
968
  #: app/features/mec/booking.php:407 app/features/mec/booking.php:439
969
+ #: app/libraries/main.php:2819 app/libraries/main.php:2849
970
+ #: app/libraries/main.php:2878 app/libraries/main.php:2908
971
+ #: app/libraries/main.php:2937 app/libraries/main.php:2966
972
+ #: app/libraries/main.php:2995 app/libraries/main.php:3024
973
+ #: app/libraries/main.php:3046 app/libraries/main.php:3077
974
+ #: app/libraries/main.php:3121 app/libraries/main.php:3165
975
+ #: app/libraries/main.php:3212 app/libraries/main.php:3251
976
  msgid "Remove"
977
  msgstr "Fjern"
978
 
991
  msgstr "Til f.eks 08:45"
992
 
993
  #: app/features/events.php:1353 app/features/events.php:1387
994
+ #: app/features/events.php:1448 app/features/events.php:1832
995
+ #: app/features/events.php:2057
996
  msgid "Description"
997
  msgstr "Beskrivelse"
998
 
1000
  #: app/features/events.php:1453 app/features/fes/form.php:861
1001
  #: app/features/mec.php:420 app/features/mec/modules.php:52
1002
  #: app/features/mec/settings.php:737 app/features/speakers.php:62
1003
+ #: app/libraries/main.php:565 app/libraries/main.php:5431
1004
  #: app/modules/speakers/details.php:18
1005
  msgid "Speakers"
1006
  msgstr "Foredragsholdere"
1017
  msgstr "Arrangemenslenker"
1018
 
1019
  #: app/features/events.php:1487 app/features/events.php:1493
1020
+ #: app/features/fes/form.php:716 app/libraries/main.php:5454
1021
  msgid "Event Link"
1022
  msgstr "Arrangemenslenke"
1023
 
1044
  msgstr ""
1045
 
1046
  #: app/features/events.php:1503 app/features/events.php:1516
1047
+ #: app/features/fes/form.php:721 app/libraries/main.php:5455
1048
+ #: app/skins/single.php:880 app/skins/single/default.php:142
1049
  #: app/skins/single/default.php:373 app/skins/single/m1.php:215
1050
  #: app/skins/single/m2.php:141 app/skins/single/modern.php:150
1051
  #: app/widgets/single.php:107
1072
  "Hvis du fyller den, vil den bli vist på side med hendelsesdetaljer som en "
1073
  "valgfri lenke. Sett inn full kobling inkludert http(s)://"
1074
 
1075
+ #: app/features/events.php:1540 app/features/mec/settings.php:749
1076
+ msgid "Booking Options"
1077
+ msgstr "Bestillingsalternativer"
1078
+
1079
+ #: app/features/events.php:1541
1080
+ #, fuzzy
1081
+ #| msgid "Total booking limits"
1082
+ msgid "Total User Booking Limits"
1083
+ msgstr "Totalt antall bestillingsgrenser"
1084
+
1085
+ #: app/features/events.php:1542 app/features/events.php:1684
1086
+ #: app/libraries/book.php:60 app/libraries/main.php:5459
1087
+ #: app/modules/booking/steps/tickets.php:51
1088
+ msgid "Tickets"
1089
+ msgstr "Billetter"
1090
+
1091
+ #: app/features/events.php:1544 app/features/events.php:2182
1092
+ msgid "Fees"
1093
+ msgstr "Avgifter"
1094
+
1095
+ #: app/features/events.php:1547 app/features/events.php:2314
1096
+ #: app/features/mec/settings.php:761
1097
+ msgid "Ticket Variations / Options"
1098
+ msgstr "Billettvalg"
1099
+
1100
+ #: app/features/events.php:1551 app/features/mec/booking.php:585
1101
+ #: app/features/mec/support-page.php:118
1102
+ #, fuzzy
1103
+ #| msgid "Organizer Tel"
1104
+ msgid "Organizer Payment"
1105
+ msgstr "Tlf til arrangør"
1106
+
1107
+ #: app/features/events.php:1591 app/features/events.php:1605
1108
  #, fuzzy
1109
  #| msgid "Total booking limits"
1110
  msgid "Total booking limit"
1111
  msgstr "Totalt antall bestillingsgrenser"
1112
 
1113
+ #: app/features/events.php:1602 app/features/events.php:1880
1114
+ #: app/features/events.php:2095 app/modules/booking/default.php:85
1115
+ #: app/modules/booking/steps/tickets.php:51
1116
  #: app/skins/available_spot/tpl.php:122
1117
  msgid "Unlimited"
1118
  msgstr "Ubegrenset"
1133
  msgid "100"
1134
  msgstr "100"
1135
 
1136
+ #: app/features/events.php:1620 app/features/events.php:1634
1137
+ #, fuzzy
1138
+ #| msgid "Next Occurrence"
1139
+ msgid "Book All Occurrences"
1140
+ msgstr "Neste Forekomst"
1141
+
1142
+ #: app/features/events.php:1631
1143
+ msgid "Sell all occurrences by one booking"
1144
+ msgstr ""
1145
+
1146
+ #: app/features/events.php:1637
1147
+ msgid ""
1148
+ "If you have a series of events and you want to sell all of them at once, "
1149
+ "this option is for you! For example a weekly yoga course or something "
1150
+ "similar."
1151
+ msgstr ""
1152
+
1153
+ #: app/features/events.php:1647
1154
  #, fuzzy
1155
  #| msgid "Total booking limits"
1156
  msgid "Total user booking limits"
1157
  msgstr "Totalt antall bestillingsgrenser"
1158
 
1159
+ #: app/features/events.php:1658 app/features/events.php:2194
1160
+ #: app/features/events.php:2326 app/features/events.php:2514
1161
  msgid "Inherit from global options"
1162
  msgstr "Overfør fra globale instillinger"
1163
 
1164
+ #: app/features/events.php:1661
1165
  msgid "12"
1166
  msgstr ""
1167
 
1168
+ #: app/features/events.php:1687
 
 
 
 
 
1169
  msgid ""
1170
  "You're translating an event so MEC will use the original event for tickets "
1171
  "and booking. You can only translate the ticket name and description. Please "
1176
  "Vennligst definer eksakt billett som du definerer i den orginale "
1177
  "arrangementet her."
1178
 
1179
+ #: app/features/events.php:1692
1180
  #, fuzzy
1181
  #| msgid "Ticket"
1182
  msgid "Add Ticket"
1183
  msgstr "Billett"
1184
 
1185
+ #: app/features/events.php:1706 app/features/events.php:1982
1186
  msgid "Ticket Name"
1187
  msgstr "Billettnavn"
1188
 
1189
+ #: app/features/events.php:1711 app/features/events.php:1986
1190
+ #: app/features/events.php:3566 app/features/events.php:3608
1191
  #: app/features/ix.php:3508 app/features/ix.php:3549
1192
  msgid "Start Time"
1193
  msgstr "Starttid"
1194
 
1195
+ #: app/features/events.php:1770 app/features/events.php:2016
1196
+ #: app/features/events.php:3566 app/features/events.php:3608
1197
  #: app/features/ix.php:3508 app/features/ix.php:3549
1198
  msgid "End Time"
1199
  msgstr "Sluttidspunkt"
1200
 
1201
+ #: app/features/events.php:1837 app/features/events.php:1841
1202
+ #: app/features/events.php:1936 app/features/events.php:1963
1203
+ #: app/features/events.php:2062 app/features/events.php:2065
1204
+ #: app/features/events.php:2142 app/features/events.php:2359
1205
+ #: app/features/events.php:2363 app/features/events.php:2405
1206
+ #: app/features/events.php:2408 app/features/mec/booking.php:388
1207
  #: app/features/mec/booking.php:391 app/features/mec/booking.php:420
1208
  #: app/features/mec/booking.php:423
1209
  msgid "Price"
1210
  msgstr "Pris"
1211
 
1212
+ #: app/features/events.php:1842 app/features/events.php:2066
1213
  #, fuzzy
1214
  #| msgid "Insert 0 for free ticket. Only numbers please."
1215
  msgid ""
1217
  "any symbols or characters."
1218
  msgstr "Sett inn 0 for gratis billett. Bare tall vær så snill."
1219
 
1220
+ #: app/features/events.php:1851 app/features/events.php:1856
1221
+ #: app/features/events.php:2075 app/features/events.php:2078
1222
  msgid "Price Label"
1223
  msgstr "Prisetikett"
1224
 
1225
+ #: app/features/events.php:1857 app/features/events.php:2079
1226
  msgid "For showing on website. e.g. $15"
1227
  msgstr "For visning på nettside f.eks $15"
1228
 
1229
+ #: app/features/events.php:1867 app/features/events.php:2089
1230
  msgid "Available Tickets"
1231
  msgstr "Tilgjengelige Billetter"
1232
 
1233
+ #: app/features/events.php:1884 app/features/events.php:2099
1234
  #, fuzzy
1235
  #| msgid "Maximum Per Ticket"
1236
  msgid "Minimum Ticket e.g. 3"
1237
  msgstr "Maks Per billett"
1238
 
1239
+ #: app/features/events.php:1887 app/features/events.php:2102
1240
  #, fuzzy
1241
  #| msgid "Maximum Per Ticket"
1242
  msgid "MinimumTicket"
1243
  msgstr "Maks Per billett"
1244
 
1245
+ #: app/features/events.php:1889 app/features/events.php:2104
1246
  msgid "Set a number for the minimum ticket reservation possible"
1247
  msgstr ""
1248
 
1249
+ #: app/features/events.php:1897 app/features/events.php:2112
1250
  msgid "e.g. 0"
1251
  msgstr ""
1252
 
1253
+ #: app/features/events.php:1899 app/features/events.php:2114
1254
  #, fuzzy
1255
  #| msgid "Days"
1256
  msgid "Day"
1257
  msgstr "Dager"
1258
 
1259
+ #: app/features/events.php:1900 app/features/events.php:2115
1260
  msgid "Hour"
1261
  msgstr ""
1262
 
1263
+ #: app/features/events.php:1902 app/features/events.php:2117
1264
  #, php-format
1265
  msgid "Stop selling ticket %s before event start."
1266
  msgstr ""
1267
 
1268
+ #: app/features/events.php:1909 app/features/events.php:2123
1269
  msgid "Price per Date"
1270
  msgstr "Pris pr. dato"
1271
 
1272
+ #: app/features/events.php:1940 app/features/events.php:1966
1273
+ #: app/features/events.php:2144 app/features/labels.php:60
1274
  #: app/features/mec/meta_boxes/display_options.php:1386
1275
  #: app/features/mec/meta_boxes/search_form.php:67
1276
  #: app/features/mec/meta_boxes/search_form.php:137
1283
  #: app/features/mec/meta_boxes/search_form.php:620
1284
  #: app/features/mec/meta_boxes/search_form.php:690
1285
  #: app/features/mec/meta_boxes/search_form.php:796
1286
+ #: app/features/mec/settings.php:871 app/features/mec/single.php:251
1287
+ #: app/features/search.php:98 app/libraries/skins.php:1022
1288
  msgid "Label"
1289
  msgstr "Etikett"
1290
 
1291
+ #: app/features/events.php:2219 app/features/events.php:2257
 
 
 
 
1292
  #: app/features/mec/booking.php:307 app/features/mec/booking.php:336
1293
  msgid "Fee Title"
1294
  msgstr "Avgiftstittel"
1295
 
1296
+ #: app/features/events.php:2225 app/features/events.php:2229
1297
+ #: app/features/events.php:2262 app/features/events.php:2265
1298
  #: app/features/mec/booking.php:311 app/features/mec/booking.php:314
1299
  #: app/features/mec/booking.php:340 app/features/mec/booking.php:343
1300
  msgid "Amount"
1301
  msgstr "Beløp"
1302
 
1303
+ #: app/features/events.php:2230 app/features/events.php:2266
1304
  #: app/features/mec/booking.php:315 app/features/mec/booking.php:344
1305
  msgid ""
1306
  "Fee amount, considered as fixed amount if you set the type to amount "
1309
  "Gebyrbeløp, betraktet som fast beløp hvis du angir typen som skal betraktes "
1310
  "som ellers betraktet som prosentandel"
1311
 
1312
+ #: app/features/events.php:2239 app/features/events.php:2275
1313
  #: app/features/mec/booking.php:322 app/features/mec/booking.php:351
1314
  msgid "Percent"
1315
  msgstr "Prosent"
1316
 
1317
+ #: app/features/events.php:2240 app/features/events.php:2276
1318
  #: app/features/mec/booking.php:323 app/features/mec/booking.php:352
1319
  msgid "Amount (Per Ticket)"
1320
  msgstr "Beløp (Per Billett)"
1321
 
1322
+ #: app/features/events.php:2241 app/features/events.php:2277
1323
  #: app/features/mec/booking.php:324 app/features/mec/booking.php:353
1324
  msgid "Amount (Per Booking)"
1325
  msgstr "Beløp (Per Bestilling)"
1326
 
1327
+ #: app/features/events.php:2364 app/features/events.php:2409
 
 
 
 
1328
  #: app/features/mec/booking.php:392 app/features/mec/booking.php:424
1329
  msgid "Option Price"
1330
  msgstr "Prisalternativer"
1331
 
1332
+ #: app/features/events.php:2374 app/features/events.php:2378
1333
+ #: app/features/events.php:2418 app/features/events.php:2421
1334
  #: app/features/mec/booking.php:398 app/features/mec/booking.php:401
1335
  #: app/features/mec/booking.php:430 app/features/mec/booking.php:433
1336
  msgid "Maximum Per Ticket"
1337
  msgstr "Maks Per billett"
1338
 
1339
+ #: app/features/events.php:2379 app/features/events.php:2422
1340
  #: app/features/mec/booking.php:402 app/features/mec/booking.php:434
1341
  #, fuzzy
1342
  #| msgid "Maximum Per Ticket. Leave it blank for unlimited."
1343
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1344
  msgstr "Maks per billett. La det stå tomt for ubegrenset."
1345
 
1346
+ #: app/features/events.php:2568 app/features/mec/booking.php:496
1347
+ #: app/libraries/main.php:2841
1348
  #, fuzzy
1349
  #| msgid "Name"
1350
  msgid "MEC Name"
1351
  msgstr "Navn"
1352
 
1353
+ #: app/features/events.php:2569 app/features/mec/booking.php:497
1354
+ #: app/libraries/main.php:2870
1355
  #, fuzzy
1356
  #| msgid "Email"
1357
  msgid "MEC Email"
1358
  msgstr "E-post"
1359
 
1360
+ #: app/features/events.php:2570 app/features/mec/booking.php:498
1361
+ #: app/libraries/main.php:2811
1362
  msgid "Text"
1363
  msgstr "Tekst"
1364
 
1365
+ #: app/features/events.php:2573 app/features/mec/booking.php:501
1366
  #: app/features/organizers.php:103 app/features/organizers.php:148
1367
  #: app/features/speakers.php:119 app/features/speakers.php:192
1368
+ #: app/features/speakers.php:271 app/libraries/main.php:2987
1369
  msgid "Tel"
1370
  msgstr "Tlf"
1371
 
1372
+ #: app/features/events.php:2574 app/features/mec/booking.php:502
1373
+ #: app/libraries/main.php:2929
1374
  msgid "File"
1375
  msgstr ""
1376
 
1377
+ #: app/features/events.php:2575 app/features/mec/booking.php:503
1378
+ #: app/libraries/main.php:3016
1379
  msgid "Textarea"
1380
  msgstr "Tekstområde"
1381
 
1382
+ #: app/features/events.php:2576 app/features/mec/booking.php:504
1383
+ #: app/libraries/main.php:3069
1384
  msgid "Checkboxes"
1385
  msgstr "Avmerkingsbokser"
1386
 
1387
+ #: app/features/events.php:2577 app/features/mec/booking.php:505
1388
+ #: app/libraries/main.php:3113
1389
  msgid "Radio Buttons"
1390
  msgstr "Radioknapper"
1391
 
1392
+ #: app/features/events.php:2578 app/features/mec/booking.php:506
1393
  #: app/features/mec/meta_boxes/search_form.php:34
1394
  #: app/features/mec/meta_boxes/search_form.php:41
1395
  #: app/features/mec/meta_boxes/search_form.php:49
1465
  #: app/features/mec/meta_boxes/search_form.php:785
1466
  #: app/features/mec/meta_boxes/search_form.php:792
1467
  #: app/features/mec/meta_boxes/search_form.php:799
1468
+ #: app/features/mec/meta_boxes/search_form.php:813 app/libraries/main.php:3157
1469
  msgid "Dropdown"
1470
  msgstr "Nedtrekksmeny"
1471
 
1472
+ #: app/features/events.php:2579 app/features/mec/booking.php:507
1473
+ #: app/libraries/main.php:3204
1474
  msgid "Agreement"
1475
  msgstr "Avtalen"
1476
 
1477
+ #: app/features/events.php:2580 app/features/mec/booking.php:508
1478
+ #: app/libraries/main.php:3045
1479
  msgid "Paragraph"
1480
  msgstr "Avsnitt"
1481
 
1482
+ #: app/features/events.php:3274 app/features/events.php:3292
1483
+ #: app/features/events.php:3310 app/features/events.php:3328
1484
  #, php-format
1485
  msgid "Show all %s"
1486
  msgstr "Vis alle %s"
1487
 
1488
+ #: app/features/events.php:3274
1489
  msgid "labels"
1490
  msgstr "etiketter"
1491
 
1492
+ #: app/features/events.php:3292
1493
  msgid "locations"
1494
  msgstr "steder"
1495
 
1496
+ #: app/features/events.php:3310
1497
  msgid "organizers"
1498
  msgstr "arrangører"
1499
 
1500
+ #: app/features/events.php:3344
1501
  #, fuzzy
1502
  #| msgid "Attendees Limit"
1503
  msgid "Attendees List"
1504
  msgstr "Deltagerbegrensning"
1505
 
1506
+ #: app/features/events.php:3374 app/features/events.php:3566
1507
+ #: app/features/events.php:3608 app/features/ix.php:3508
1508
  #: app/features/ix.php:3549 app/features/locations.php:58
1509
  #: app/features/locations.php:247 app/features/locations.php:304
1510
  #: app/features/locations.php:306 app/features/locations.php:315
1520
  #: app/features/mec/meta_boxes/search_form.php:591
1521
  #: app/features/mec/meta_boxes/search_form.php:661
1522
  #: app/features/mec/meta_boxes/search_form.php:767
1523
+ #: app/features/mec/settings.php:845 app/features/mec/single.php:241
1524
  #: app/features/popup/event.php:246 app/features/popup/event.php:255
1525
+ #: app/features/search.php:74 app/libraries/main.php:2297
1526
+ #: app/libraries/main.php:5428 app/libraries/skins.php:918
1527
+ #: app/skins/single.php:702 app/skins/single.php:1136
1528
  #: app/skins/single/default.php:178 app/skins/single/default.php:409
1529
  #: app/skins/single/m1.php:171 app/skins/single/m2.php:96
1530
  #: app/skins/single/modern.php:104
1531
  msgid "Location"
1532
  msgstr "Sted"
1533
 
1534
+ #: app/features/events.php:3379
1535
  msgid "Repeat"
1536
  msgstr "Gjenta"
1537
 
1538
+ #: app/features/events.php:3380
1539
  msgid "Author"
1540
  msgstr "Forfatter"
1541
 
1542
+ #: app/features/events.php:3501 app/features/events.php:3502
1543
  msgid "iCal Export"
1544
  msgstr "iCal-eksport"
1545
 
1546
+ #: app/features/events.php:3504 app/features/events.php:3505
1547
  msgid "CSV Export"
1548
  msgstr "CSV-eksport"
1549
 
1550
+ #: app/fea