Modern Events Calendar Lite - Version 5.13.1

Version Description

28 October 2020 = - Added: An option to disable Lock pre-filled fields for other attendees (pro) - Added: A new placeholder to show Event Timezone in email notifications (pro) - Fixed: Registration button box on single event pages (pro) - Fixed: Date field in booking form (pro) - Fixed: Showing time of multiple day events - Fixed: An issue in search bar - Fixed: Admin notification (pro) - Fixed: Booking module (pro) - Fixed: An issue in iCal export module - Fixed: An issue in language of Google maps (pro) - Fixed: Geolocation feature of map skins (pro) - Fixed: Date format of multiple day events - Fixed: Some PHP notices and warnings

Download this release

Release Info

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

Code changes from version 5.13.0 to 5.13.1

Files changed (39) hide show
  1. app/features/mec.php +6 -2
  2. app/features/mec/booking.php +1 -0
  3. app/features/mec/notifications.php +7 -1
  4. app/features/mec/settings.php +1 -0
  5. app/features/notifications.php +1 -0
  6. app/features/occurrences.php +1 -1
  7. app/features/search.php +1 -5
  8. app/libraries/book.php +6 -6
  9. app/libraries/main.php +93 -29
  10. app/libraries/notifications.php +3 -0
  11. app/libraries/render.php +5 -1
  12. app/libraries/skins.php +3 -1
  13. app/libraries/user.php +1 -20
  14. app/modules/booking/default.php +11 -0
  15. app/modules/booking/steps/form.php +3 -3
  16. app/modules/export/details.php +3 -1
  17. app/modules/googlemap/details.php +5 -3
  18. app/skins/list/render.php +1 -1
  19. app/skins/map/tpl.php +1 -1
  20. app/skins/single.php +2 -1
  21. app/skins/single/m1.php +1 -1
  22. app/skins/single/m2.php +1 -1
  23. app/skins/single/modern.php +4 -4
  24. app/skins/timetable/render.php +3 -3
  25. assets/js/frontend.js +1 -1
  26. assets/js/googlemap.js +2 -2
  27. changelog.txt +16 -1
  28. languages/modern-events-calendar-lite-cs_CZ.mo +0 -0
  29. languages/modern-events-calendar-lite-cs_CZ.po +1178 -1164
  30. languages/modern-events-calendar-lite-de_DE.mo +0 -0
  31. languages/modern-events-calendar-lite-de_DE.po +1178 -1164
  32. languages/modern-events-calendar-lite-en_US.mo +0 -0
  33. languages/modern-events-calendar-lite-en_US.po +1166 -1154
  34. languages/modern-events-calendar-lite-es_ES.mo +0 -0
  35. languages/modern-events-calendar-lite-es_ES.po +1178 -1164
  36. languages/modern-events-calendar-lite-fr_FR.mo +0 -0
  37. languages/modern-events-calendar-lite-fr_FR.po +1178 -1164
  38. languages/modern-events-calendar-lite-hu_HU.mo +0 -0
  39. languages/modern-events-calendar-lite-hu_HU.po +124 -125
app/features/mec.php CHANGED
@@ -588,7 +588,7 @@ class MEC_feature_mec extends MEC_base
588
  $tags = (isset($terms['mec_tag'])) ? explode(',', trim($terms['mec_tag'])) : '';
589
  $authors = (isset($terms['mec_author']) and is_array($terms['mec_author'])) ? implode(',', $terms['mec_author']) : '';
590
 
591
- // Fox tags
592
  if(is_array($tags) and count($tags) == 1 and trim($tags[0]) == '') $tags = array();
593
  if(is_array($tags))
594
  {
@@ -610,8 +610,12 @@ class MEC_feature_mec extends MEC_base
610
  $skin = (isset($mec['skin']) ? $mec['skin'] : '');
611
  $start_date_type = ((isset($mec['sk-options'][$skin]) and isset($mec['sk-options'][$skin]['start_date_type'])) ? $mec['sk-options'][$skin]['start_date_type'] : 'today');
612
 
 
 
 
 
613
  // Enable "Show Past Events" option since the start date is past
614
- if(in_array($start_date_type, array('yesterday', 'start_last_year', 'start_last_month', 'start_last_week'))) $mec['show_past_events'] = 1;
615
 
616
  foreach($mec as $key=>$value) update_post_meta($post_id, $key, $value);
617
  }
588
  $tags = (isset($terms['mec_tag'])) ? explode(',', trim($terms['mec_tag'])) : '';
589
  $authors = (isset($terms['mec_author']) and is_array($terms['mec_author'])) ? implode(',', $terms['mec_author']) : '';
590
 
591
+ // Fix tags
592
  if(is_array($tags) and count($tags) == 1 and trim($tags[0]) == '') $tags = array();
593
  if(is_array($tags))
594
  {
610
  $skin = (isset($mec['skin']) ? $mec['skin'] : '');
611
  $start_date_type = ((isset($mec['sk-options'][$skin]) and isset($mec['sk-options'][$skin]['start_date_type'])) ? $mec['sk-options'][$skin]['start_date_type'] : 'today');
612
 
613
+ $ongoing = ((isset($mec['show_only_ongoing_events']) and $mec['show_only_ongoing_events']) ? 1 : 0);
614
+
615
+ // Set start date to Today because of showing ongoing events
616
+ if($ongoing and in_array($skin, array('list', 'grid', 'agenda', 'timeline'))) $mec['sk-options'][$skin]['start_date_type'] = 'today';
617
  // Enable "Show Past Events" option since the start date is past
618
+ elseif(in_array($start_date_type, array('yesterday', 'start_last_year', 'start_last_month', 'start_last_week'))) $mec['show_past_events'] = 1;
619
 
620
  foreach($mec as $key=>$value) update_post_meta($post_id, $key, $value);
621
  }
app/features/mec/booking.php CHANGED
@@ -132,6 +132,7 @@ $gateways_options = $this->main->get_gateways_options();
132
  <select id="mec_settings_booking_lock_prefilled" name="mec[settings][booking_lock_prefilled]">
133
  <option value="0" <?php echo (isset($settings['booking_lock_prefilled']) and $settings['booking_lock_prefilled'] == '0') ? 'selected="selected"' : ''; ?>><?php esc_html_e('Disabled', 'modern-events-calendar-lite'); ?></option>
134
  <option value="1" <?php echo (isset($settings['booking_lock_prefilled']) and $settings['booking_lock_prefilled'] == '1') ? 'selected="selected"' : ''; ?>><?php esc_html_e('Enabled', 'modern-events-calendar-lite'); ?></option>
 
135
  </select>
136
  <span class="mec-tooltip">
137
  <div class="box">
132
  <select id="mec_settings_booking_lock_prefilled" name="mec[settings][booking_lock_prefilled]">
133
  <option value="0" <?php echo (isset($settings['booking_lock_prefilled']) and $settings['booking_lock_prefilled'] == '0') ? 'selected="selected"' : ''; ?>><?php esc_html_e('Disabled', 'modern-events-calendar-lite'); ?></option>
134
  <option value="1" <?php echo (isset($settings['booking_lock_prefilled']) and $settings['booking_lock_prefilled'] == '1') ? 'selected="selected"' : ''; ?>><?php esc_html_e('Enabled', 'modern-events-calendar-lite'); ?></option>
135
+ <option value="2" <?php echo (isset($settings['booking_lock_prefilled']) and $settings['booking_lock_prefilled'] == '2') ? 'selected="selected"' : ''; ?>><?php esc_html_e('Enabled Only for Main Attendee', 'modern-events-calendar-lite'); ?></option>
136
  </select>
137
  <span class="mec-tooltip">
138
  <div class="box">
app/features/mec/notifications.php CHANGED
@@ -119,6 +119,7 @@ $settings = $this->main->get_settings();
119
  <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
120
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
121
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
 
122
  <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'modern-events-calendar-lite'); ?></li>
123
  <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
124
  <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
@@ -230,6 +231,7 @@ $settings = $this->main->get_settings();
230
  <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
231
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
232
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
 
233
  <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'modern-events-calendar-lite'); ?></li>
234
  <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
235
  <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
@@ -354,6 +356,7 @@ $settings = $this->main->get_settings();
354
  <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
355
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
356
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
 
357
  <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'modern-events-calendar-lite'); ?></li>
358
  <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
359
  <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
@@ -573,7 +576,8 @@ $settings = $this->main->get_settings();
573
  </span>
574
  </div>
575
  <div class="mec-form-row">
576
- <input type="checkbox" name="mec[notifications][admin_notification][send_to_admin]" value="1" id="mec_notifications_admin_notification_send_to_admin" <?php echo ((!isset($notifications['admin_notification']['send_to_admin']) or $notifications['admin_notification']['send_to_admin'] == 1) ? 'checked="checked"' : ''); ?> />
 
577
  <label for="mec_notifications_admin_notification_send_to_admin"><?php _e('Send the email to admin', 'modern-events-calendar-lite'); ?></label>
578
  </div>
579
  <div class="mec-form-row">
@@ -840,6 +844,7 @@ $settings = $this->main->get_settings();
840
  <li><span>%%event_link%%</span>: <?php _e('Link of event', 'modern-events-calendar-lite'); ?></li>
841
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
842
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
 
843
  <li><span>%%event_status%%</span>: <?php _e('Status of event', 'modern-events-calendar-lite'); ?></li>
844
  <li><span>%%event_note%%</span>: <?php _e('Event Note', 'modern-events-calendar-lite'); ?></li>
845
  <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
@@ -924,6 +929,7 @@ $settings = $this->main->get_settings();
924
  <li><span>%%event_link%%</span>: <?php _e('Link of event', 'modern-events-calendar-lite'); ?></li>
925
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
926
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
 
927
  <li><span>%%event_status%%</span>: <?php _e('Status of event', 'modern-events-calendar-lite'); ?></li>
928
  <li><span>%%event_note%%</span>: <?php _e('Event Note', 'modern-events-calendar-lite'); ?></li>
929
  <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
119
  <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
120
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
121
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
122
+ <li><span>%%event_timezone%%</span>: <?php _e('Event Timezone', 'modern-events-calendar-lite'); ?></li>
123
  <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'modern-events-calendar-lite'); ?></li>
124
  <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
125
  <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
231
  <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
232
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
233
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
234
+ <li><span>%%event_timezone%%</span>: <?php _e('Event Timezone', 'modern-events-calendar-lite'); ?></li>
235
  <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'modern-events-calendar-lite'); ?></li>
236
  <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
237
  <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
356
  <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
357
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
358
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
359
+ <li><span>%%event_timezone%%</span>: <?php _e('Event Timezone', 'modern-events-calendar-lite'); ?></li>
360
  <li><span>%%event_speaker_name%%</span>: <?php _e('Speaker name of booked event', 'modern-events-calendar-lite'); ?></li>
361
  <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
362
  <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
576
  </span>
577
  </div>
578
  <div class="mec-form-row">
579
+ <input type="hidden" name="mec[notifications][admin_notification][send_to_admin]" value="0" />
580
+ <input type="checkbox" name="mec[notifications][admin_notification][send_to_admin]" value="1" id="mec_notifications_admin_notification_send_to_admin" <?php echo ((!isset($notifications['admin_notification']['send_to_admin']) or (isset($notifications['admin_notification']['send_to_admin']) and $notifications['admin_notification']['send_to_admin'] == 1)) ? 'checked="checked"' : ''); ?> />
581
  <label for="mec_notifications_admin_notification_send_to_admin"><?php _e('Send the email to admin', 'modern-events-calendar-lite'); ?></label>
582
  </div>
583
  <div class="mec-form-row">
844
  <li><span>%%event_link%%</span>: <?php _e('Link of event', 'modern-events-calendar-lite'); ?></li>
845
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
846
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
847
+ <li><span>%%event_timezone%%</span>: <?php _e('Event Timezone', 'modern-events-calendar-lite'); ?></li>
848
  <li><span>%%event_status%%</span>: <?php _e('Status of event', 'modern-events-calendar-lite'); ?></li>
849
  <li><span>%%event_note%%</span>: <?php _e('Event Note', 'modern-events-calendar-lite'); ?></li>
850
  <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
929
  <li><span>%%event_link%%</span>: <?php _e('Link of event', 'modern-events-calendar-lite'); ?></li>
930
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
931
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
932
+ <li><span>%%event_timezone%%</span>: <?php _e('Event Timezone', 'modern-events-calendar-lite'); ?></li>
933
  <li><span>%%event_status%%</span>: <?php _e('Status of event', 'modern-events-calendar-lite'); ?></li>
934
  <li><span>%%event_note%%</span>: <?php _e('Event Note', 'modern-events-calendar-lite'); ?></li>
935
  <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
app/features/mec/settings.php CHANGED
@@ -66,6 +66,7 @@ $get_n_option = get_option('mec_addons_notification_option');
66
  <option value="plus1" <?php if(isset($settings['hide_time_method']) and 'plus1' == $settings['hide_time_method']) echo 'selected="selected"'; ?>><?php _e('+1 Hour after start', 'modern-events-calendar-lite'); ?></option>
67
  <option value="plus2" <?php if(isset($settings['hide_time_method']) and 'plus2' == $settings['hide_time_method']) echo 'selected="selected"'; ?>><?php _e('+2 Hours after start', 'modern-events-calendar-lite'); ?></option>
68
  <option value="end" <?php if(isset($settings['hide_time_method']) and 'end' == $settings['hide_time_method']) echo 'selected="selected"'; ?>><?php _e('On Event End', 'modern-events-calendar-lite'); ?></option>
 
69
  </select>
70
  <span class="mec-tooltip">
71
  <div class="box">
66
  <option value="plus1" <?php if(isset($settings['hide_time_method']) and 'plus1' == $settings['hide_time_method']) echo 'selected="selected"'; ?>><?php _e('+1 Hour after start', 'modern-events-calendar-lite'); ?></option>
67
  <option value="plus2" <?php if(isset($settings['hide_time_method']) and 'plus2' == $settings['hide_time_method']) echo 'selected="selected"'; ?>><?php _e('+2 Hours after start', 'modern-events-calendar-lite'); ?></option>
68
  <option value="end" <?php if(isset($settings['hide_time_method']) and 'end' == $settings['hide_time_method']) echo 'selected="selected"'; ?>><?php _e('On Event End', 'modern-events-calendar-lite'); ?></option>
69
+ <?php do_action('mec_hide_time_methods', $settings); ?>
70
  </select>
71
  <span class="mec-tooltip">
72
  <div class="box">
app/features/notifications.php CHANGED
@@ -134,6 +134,7 @@ class MEC_feature_notifications extends MEC_base
134
  <li><span>%%google_calendar_link_next_occurrences%%</span>: <?php _e('Add to Google Calendar Links for next 20 occurrences', 'modern-events-calendar-lite'); ?></li>
135
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
136
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
 
137
  <li><span>%%event_status%%</span>: <?php _e('Status of event', 'modern-events-calendar-lite'); ?></li>
138
  <li><span>%%event_note%%</span>: <?php _e('Event Note', 'modern-events-calendar-lite'); ?></li>
139
  <?php do_action('mec_extra_field_notifications'); ?>
134
  <li><span>%%google_calendar_link_next_occurrences%%</span>: <?php _e('Add to Google Calendar Links for next 20 occurrences', 'modern-events-calendar-lite'); ?></li>
135
  <li><span>%%event_start_date%%</span>: <?php _e('Event Start Date', 'modern-events-calendar-lite'); ?></li>
136
  <li><span>%%event_end_date%%</span>: <?php _e('Event End Date', 'modern-events-calendar-lite'); ?></li>
137
+ <li><span>%%event_timezone%%</span>: <?php _e('Event Timezone', 'modern-events-calendar-lite'); ?></li>
138
  <li><span>%%event_status%%</span>: <?php _e('Status of event', 'modern-events-calendar-lite'); ?></li>
139
  <li><span>%%event_note%%</span>: <?php _e('Event Note', 'modern-events-calendar-lite'); ?></li>
140
  <?php do_action('mec_extra_field_notifications'); ?>
app/features/occurrences.php CHANGED
@@ -484,7 +484,7 @@ class MEC_feature_occurrences extends MEC_base
484
 
485
  public static function param($post_id, $timestamp, $key, $default = NULL)
486
  {
487
- $o = new MEC_feature_occurrences();
488
 
489
  $cache_key = 'mec_occ_param_'.$post_id.'_'.$timestamp;
490
  $cache = $o->getCache();
484
 
485
  public static function param($post_id, $timestamp, $key, $default = NULL)
486
  {
487
+ $o = new MEC_main();
488
 
489
  $cache_key = 'mec_occ_param_'.$post_id.'_'.$timestamp;
490
  $cache = $o->getCache();
app/features/search.php CHANGED
@@ -306,12 +306,8 @@ class MEC_feature_search extends MEC_base
306
  );
307
  }
308
 
309
- // wordpress event list search
310
- $post_types = array('mec-events');
311
-
312
  if($mec_tag_query) $query->set('tag', $mec_tag_query);
313
- $query->set('tax_query', $mec_queries);
314
- $query->set('post_type', $post_types);
315
 
316
  return $query;
317
  }
306
  );
307
  }
308
 
 
 
 
309
  if($mec_tag_query) $query->set('tag', $mec_tag_query);
310
+ if(count($mec_queries)) $query->set('tax_query', $mec_queries);
 
311
 
312
  return $query;
313
  }
app/libraries/book.php CHANGED
@@ -416,6 +416,9 @@ class MEC_book extends MEC_base
416
  */
417
  public function get_tickets_availability($event_id, $timestamp, $mode = 'availability')
418
  {
 
 
 
419
  if(!is_numeric($timestamp)) $timestamp = strtotime($timestamp);
420
 
421
  $availability = array();
@@ -437,9 +440,6 @@ class MEC_book extends MEC_base
437
 
438
  if($bookings_limit_unlimited == '1') $total_bookings_limit = '-1';
439
 
440
- $ex = explode(':', $timestamp);
441
- $timestamp = (int) $ex[0];
442
-
443
  // Get Per Occurrence
444
  $total_bookings_limit = MEC_feature_occurrences::param($event_id, $timestamp, 'bookings_limit', $total_bookings_limit);
445
 
@@ -504,14 +504,14 @@ class MEC_book extends MEC_base
504
 
505
  $bookings += (isset($ticket_ids_count[$ticket_id]) and is_numeric($ticket_ids_count[$ticket_id])) ? $ticket_ids_count[$ticket_id] : 0;
506
  }
 
 
 
507
  }
508
 
509
  if($total_bookings_limit > 0) $total_bookings_limit = max(($total_bookings_limit - $bookings), 0);
510
  $booked += $bookings;
511
 
512
- // Restore original Post Data
513
- wp_reset_postdata();
514
-
515
  // Ticket Selling Stop
516
  $stop_selling_value = isset($ticket['stop_selling_value']) ? trim($ticket['stop_selling_value']) : 0;
517
  $stop_selling_type = isset($ticket['stop_selling_type']) ? trim($ticket['stop_selling_type']) : 'day';
416
  */
417
  public function get_tickets_availability($event_id, $timestamp, $mode = 'availability')
418
  {
419
+ $ex = explode(':', $timestamp);
420
+ $timestamp = $ex[0];
421
+
422
  if(!is_numeric($timestamp)) $timestamp = strtotime($timestamp);
423
 
424
  $availability = array();
440
 
441
  if($bookings_limit_unlimited == '1') $total_bookings_limit = '-1';
442
 
 
 
 
443
  // Get Per Occurrence
444
  $total_bookings_limit = MEC_feature_occurrences::param($event_id, $timestamp, 'bookings_limit', $total_bookings_limit);
445
 
504
 
505
  $bookings += (isset($ticket_ids_count[$ticket_id]) and is_numeric($ticket_ids_count[$ticket_id])) ? $ticket_ids_count[$ticket_id] : 0;
506
  }
507
+
508
+ // Restore original Post Data
509
+ wp_reset_postdata();
510
  }
511
 
512
  if($total_bookings_limit > 0) $total_bookings_limit = max(($total_bookings_limit - $bookings), 0);
513
  $booked += $bookings;
514
 
 
 
 
515
  // Ticket Selling Stop
516
  $stop_selling_value = isset($ticket['stop_selling_value']) ? trim($ticket['stop_selling_value']) : 0;
517
  $stop_selling_type = isset($ticket['stop_selling_type']) ? trim($ticket['stop_selling_type']) : 'day';
app/libraries/main.php CHANGED
@@ -6,6 +6,7 @@ use ICal\ICal;
6
  use Ctct\Components\Contacts\Contact;
7
  use Ctct\ConstantContact;
8
  use Ctct\Exceptions\CtctException;
 
9
  /**
10
  * Webnus MEC main class.
11
  * @author Webnus <info@webnus.biz>
@@ -2925,18 +2926,40 @@ class MEC_main extends MEC_base
2925
  * @author Webnus <info@webnus.biz>
2926
  * @param int $event_id
2927
  * @param string $occurrence
 
2928
  * @return string
2929
  */
2930
- public function ical_single($event_id, $occurrence = '')
2931
  {
2932
  // MEC Render Library
2933
  $render = $this->getRender();
2934
 
2935
  $event = $render->data($event_id);
2936
- $dates = $render->dates($event_id, $event, 2, $occurrence);
 
 
 
 
 
2937
 
2938
- $occurrence_end_date = trim($occurrence) ? $this->get_end_date_by_occurrence($event_id, (isset($dates[0]['start']['date']) ? $dates[0]['start']['date'] : $occurrence)) : '';
2939
- $start_time = strtotime((trim($occurrence) ? $occurrence : $dates[0]['start']['date']).' '.sprintf("%02d", $dates[0]['start']['hour']).':'.sprintf("%02d", $dates[0]['start']['minutes']).' '.$dates[0]['start']['ampm']);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2940
  $end_time = strtotime((trim($occurrence_end_date) ? $occurrence_end_date : $dates[0]['end']['date']).' '.sprintf("%02d", $dates[0]['end']['hour']).':'.sprintf("%02d", $dates[0]['end']['minutes']).' '.$dates[0]['end']['ampm']);
2941
 
2942
  $gmt_offset_seconds = $this->get_gmt_offset_seconds($start_time, $event);
@@ -4669,12 +4692,37 @@ class MEC_main extends MEC_base
4669
  elseif(strpos($format, 'M') !== false) $month_format = 'M';
4670
  elseif(strpos($format, 'n') !== false) $month_format = 'n';
4671
 
 
 
 
 
4672
  $start_d = date_i18n($day_format, $start_timestamp);
4673
  $end_d = date_i18n($day_format, $end_timestamp);
4674
 
4675
  $start_m = date_i18n($month_format, $start_timestamp);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4676
 
4677
- return '<span class="mec-start-date-label" itemprop="startDate">' .($this->is_day_first($format) ? ($start_d . ' - ' . $end_d . ' ' . $start_m) : ($start_m .' '. $start_d . ' - ' . $end_d)). '</span>';
4678
  }
4679
  else return '<span class="mec-start-date-label" itemprop="startDate">'.date_i18n($format, $start_timestamp).'</span><span class="mec-end-date-label" itemprop="endDate">'.$separator.date_i18n($format, $end_timestamp).'</span>';
4680
  }
@@ -5993,40 +6041,33 @@ class MEC_main extends MEC_base
5993
 
5994
  return $found;
5995
  }
5996
-
5997
  /**
5998
  * Load Google Maps assets
5999
  * @var $define_settings
 
6000
  */
6001
  public function load_map_assets($define_settings = null)
6002
  {
6003
- if($this->getPRO())
6004
- {
6005
- // MEC Settings
6006
- $settings = $this->get_settings();
6007
 
6008
- $assets = array('js'=>array(), 'css'=>array());
 
6009
 
6010
- $gm_include = apply_filters('mec_gm_include', true);
6011
- if($gm_include) $assets['js']['googlemap'] = '//maps.googleapis.com/maps/api/js?libraries=places'.((isset($settings['google_maps_api_key']) and trim($settings['google_maps_api_key']) != '') ? '&key='.$settings['google_maps_api_key'] : '');
6012
-
6013
- $assets['js']['mec-richmarker-script'] = $this->asset('packages/richmarker/richmarker.min.js'); // Google Maps Rich Marker
6014
- $assets['js']['mec-clustering-script'] = $this->asset('packages/clusterer/markerclusterer.min.js'); // Google Maps Clustering
6015
- $assets['js']['mec-googlemap-script'] = $this->asset('js/googlemap.js'); // Google Maps Javascript API
6016
 
6017
- // Apply Filters
6018
- $assets = apply_filters('mec_map_assets_include', $assets, $this, $define_settings);
6019
 
6020
- if(count($assets['js']) > 0)
6021
- {
6022
- foreach($assets['js'] as $key => $link) wp_enqueue_script($key, $link);
6023
- }
6024
 
6025
- if(count($assets['css']) > 0)
6026
- {
6027
- foreach($assets['css'] as $key => $link) wp_enqueue_style($key, $link);
6028
- }
6029
- }
6030
  }
6031
 
6032
  /**
@@ -6111,7 +6152,7 @@ class MEC_main extends MEC_base
6111
 
6112
  public function is_sold($event, $date = NULL)
6113
  {
6114
- $tickets = isset($event->data->tickets) ? $event->data->tickets : array();
6115
  $timestamp = (isset($event->date['start']) and isset($event->date['start']['timestamp'])) ? $event->date['start']['timestamp'] : $date;
6116
 
6117
  // No Tickets
@@ -7465,6 +7506,29 @@ class MEC_main extends MEC_base
7465
  return $status;
7466
  }
7467
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7468
  public function timezones($selected)
7469
  {
7470
  $output = wp_timezone_choice($selected);
6
  use Ctct\Components\Contacts\Contact;
7
  use Ctct\ConstantContact;
8
  use Ctct\Exceptions\CtctException;
9
+
10
  /**
11
  * Webnus MEC main class.
12
  * @author Webnus <info@webnus.biz>
2926
  * @author Webnus <info@webnus.biz>
2927
  * @param int $event_id
2928
  * @param string $occurrence
2929
+ * @param string $occurrence_time
2930
  * @return string
2931
  */
2932
+ public function ical_single($event_id, $occurrence = '', $occurrence_time = '')
2933
  {
2934
  // MEC Render Library
2935
  $render = $this->getRender();
2936
 
2937
  $event = $render->data($event_id);
2938
+
2939
+ // Event Repeat Type
2940
+ $repeat_type = (!empty($event->meta['mec_repeat_type']) ? $event->meta['mec_repeat_type'] : '');
2941
+
2942
+ $md_start = $this->get_start_of_multiple_days($event_id, $occurrence);
2943
+ if($md_start) $occurrence = $md_start;
2944
 
2945
+ $occurrence_end_date = (trim($occurrence) ? $this->get_end_date_by_occurrence($event_id, $occurrence) : '');
2946
+
2947
+ $md_start_time = $this->get_start_time_of_multiple_days($event_id, $occurrence_time);
2948
+ if($md_start_time) $occurrence_time = $md_start_time;
2949
+
2950
+ if(strtotime($occurrence) and in_array($repeat_type, array('certain_weekdays', 'custom_days', 'weekday', 'weekend', 'advanced'))) $occurrence = date('Y-m-d', strtotime($occurrence));
2951
+ elseif(strtotime($occurrence))
2952
+ {
2953
+ $new_occurrence = date('Y-m-d', strtotime('-1 day', strtotime($occurrence)));
2954
+ if(in_array($repeat_type, array('monthly')) and date('m', strtotime($new_occurrence)) != date('m', strtotime($occurrence))) $new_occurrence = date('Y-m-d', strtotime($occurrence));
2955
+
2956
+ $occurrence = $new_occurrence;
2957
+ }
2958
+ else $occurrence = NULL;
2959
+
2960
+ $dates = $render->dates($event_id, $event, 2, (trim($occurrence_time) ? date('Y-m-d H:i:s', $occurrence_time) : $occurrence));
2961
+
2962
+ $start_time = strtotime(((isset($dates[0]) and trim($dates[0]['start']['date'])) ? $dates[0]['start']['date'] : $occurrence).' '.sprintf("%02d", $dates[0]['start']['hour']).':'.sprintf("%02d", $dates[0]['start']['minutes']).' '.$dates[0]['start']['ampm']);
2963
  $end_time = strtotime((trim($occurrence_end_date) ? $occurrence_end_date : $dates[0]['end']['date']).' '.sprintf("%02d", $dates[0]['end']['hour']).':'.sprintf("%02d", $dates[0]['end']['minutes']).' '.$dates[0]['end']['ampm']);
2964
 
2965
  $gmt_offset_seconds = $this->get_gmt_offset_seconds($start_time, $event);
4692
  elseif(strpos($format, 'M') !== false) $month_format = 'M';
4693
  elseif(strpos($format, 'n') !== false) $month_format = 'n';
4694
 
4695
+ $year_format = '';
4696
+ if(strpos($format, 'Y') !== false) $year_format = 'Y';
4697
+ elseif(strpos($format, 'y') !== false) $year_format = 'y';
4698
+
4699
  $start_d = date_i18n($day_format, $start_timestamp);
4700
  $end_d = date_i18n($day_format, $end_timestamp);
4701
 
4702
  $start_m = date_i18n($month_format, $start_timestamp);
4703
+ $start_y = (trim($year_format) ? date_i18n($year_format, $start_timestamp) : '');
4704
+
4705
+ $chars = str_split($format);
4706
+
4707
+ $date_label = '';
4708
+ foreach($chars as $char)
4709
+ {
4710
+ if(in_array($char, array('d', 'D', 'j', 'l', 'N', 'S', 'w', 'z')))
4711
+ {
4712
+ $date_label .= $start_d . ' - ' . $end_d;
4713
+ }
4714
+ elseif(in_array($char, array('F', 'm', 'M', 'n')))
4715
+ {
4716
+ $date_label .= $start_m;
4717
+ }
4718
+ elseif(in_array($char, array('Y', 'y', 'o')))
4719
+ {
4720
+ $date_label .= $start_y;
4721
+ }
4722
+ else $date_label .= $char;
4723
+ }
4724
 
4725
+ return '<span class="mec-start-date-label" itemprop="startDate">' .$date_label. '</span>';
4726
  }
4727
  else return '<span class="mec-start-date-label" itemprop="startDate">'.date_i18n($format, $start_timestamp).'</span><span class="mec-end-date-label" itemprop="endDate">'.$separator.date_i18n($format, $end_timestamp).'</span>';
4728
  }
6041
 
6042
  return $found;
6043
  }
6044
+
6045
  /**
6046
  * Load Google Maps assets
6047
  * @var $define_settings
6048
+ * @return bool
6049
  */
6050
  public function load_map_assets($define_settings = null)
6051
  {
6052
+ if(!$this->getPRO()) return false;
 
 
 
6053
 
6054
+ // MEC Settings
6055
+ $settings = $this->get_settings();
6056
 
6057
+ $assets = array('js'=>array(), 'css'=>array());
 
 
 
 
 
6058
 
6059
+ $gm_include = apply_filters('mec_gm_include', true);
6060
+ if($gm_include) $assets['js']['googlemap'] = '//maps.googleapis.com/maps/api/js?libraries=places'.((isset($settings['google_maps_api_key']) and trim($settings['google_maps_api_key']) != '') ? '&key='.$settings['google_maps_api_key'] : '').'&language='.$this->get_current_language();
6061
 
6062
+ $assets['js']['mec-richmarker-script'] = $this->asset('packages/richmarker/richmarker.min.js'); // Google Maps Rich Marker
6063
+ $assets['js']['mec-clustering-script'] = $this->asset('packages/clusterer/markerclusterer.min.js'); // Google Maps Clustering
6064
+ $assets['js']['mec-googlemap-script'] = $this->asset('js/googlemap.js'); // Google Maps Javascript API
 
6065
 
6066
+ // Apply Filters
6067
+ $assets = apply_filters('mec_map_assets_include', $assets, $this, $define_settings);
6068
+
6069
+ if(count($assets['js']) > 0) foreach($assets['js'] as $key => $link) wp_enqueue_script($key, $link, array(), $this->get_version());
6070
+ if(count($assets['css']) > 0) foreach($assets['css'] as $key => $link) wp_enqueue_style($key, $link, array(), $this->get_version());
6071
  }
6072
 
6073
  /**
6152
 
6153
  public function is_sold($event, $date = NULL)
6154
  {
6155
+ $tickets = (isset($event->data->tickets) and is_array($event->data->tickets)) ? $event->data->tickets : array();
6156
  $timestamp = (isset($event->date['start']) and isset($event->date['start']['timestamp'])) ? $event->date['start']['timestamp'] : $date;
6157
 
6158
  // No Tickets
7506
  return $status;
7507
  }
7508
 
7509
+ public function is_year_first($format = NULL)
7510
+ {
7511
+ if(!trim($format)) $format = get_option('date_format');
7512
+ $chars = str_split($format);
7513
+
7514
+ $status = true;
7515
+ foreach($chars as $char)
7516
+ {
7517
+ if(in_array($char, array('Y', 'y', 'o')))
7518
+ {
7519
+ $status = true;
7520
+ break;
7521
+ }
7522
+ elseif(in_array($char, array('F', 'm', 'M', 'n', 'd', 'D', 'j', 'l', 'N', 'S', 'w', 'z')))
7523
+ {
7524
+ $status = false;
7525
+ break;
7526
+ }
7527
+ }
7528
+
7529
+ return $status;
7530
+ }
7531
+
7532
  public function timezones($selected)
7533
  {
7534
  $output = wp_timezone_choice($selected);
app/libraries/notifications.php CHANGED
@@ -742,6 +742,7 @@ class MEC_notifications extends MEC_base
742
  $message = str_replace('%%event_title%%', get_the_title($event_id), $message);
743
  $message = str_replace('%%event_start_date%%', $this->main->date_i18n(get_option('date_format'), strtotime(get_post_meta($event_id, 'mec_start_date', true))), $message);
744
  $message = str_replace('%%event_end_date%%', $this->main->date_i18n(get_option('date_format'), strtotime(get_post_meta($event_id, 'mec_end_date', true))), $message);
 
745
  $message = str_replace('%%event_status%%', $status, $message);
746
  $message = str_replace('%%event_note%%', get_post_meta($event_id, 'mec_note', true), $message);
747
 
@@ -875,6 +876,7 @@ class MEC_notifications extends MEC_base
875
  $message = str_replace('%%event_link%%', get_post_permalink($post->ID), $message);
876
  $message = str_replace('%%event_start_date%%', $this->main->date_i18n(get_option('date_format'), strtotime(get_post_meta($post->ID, 'mec_start_date', true))), $message);
877
  $message = str_replace('%%event_end_date%%', $this->main->date_i18n(get_option('date_format'), strtotime(get_post_meta($post->ID, 'mec_end_date', true))), $message);
 
878
  $message = str_replace('%%event_status%%', $status, $message);
879
  $message = str_replace('%%event_note%%', get_post_meta($post->ID, 'mec_note', true), $message);
880
 
@@ -1145,6 +1147,7 @@ class MEC_notifications extends MEC_base
1145
  $message = str_replace('%%event_other_info%%', esc_url(get_post_meta($event_id, 'mec_more_info', true)), $message);
1146
  $message = str_replace('%%event_start_date%%', $this->main->date_i18n(get_option('date_format'), $start_timestamp), $message);
1147
  $message = str_replace('%%event_end_date%%', $this->main->date_i18n(get_option('date_format'), $end_timestamp), $message);
 
1148
 
1149
  $online_link = MEC_feature_occurrences::param($event_id, $start_timestamp, 'moved_online_link', get_post_meta($event_id, 'mec_moved_online_link', true));
1150
  $message = str_replace('%%online_link%%', esc_url($online_link), $message);
742
  $message = str_replace('%%event_title%%', get_the_title($event_id), $message);
743
  $message = str_replace('%%event_start_date%%', $this->main->date_i18n(get_option('date_format'), strtotime(get_post_meta($event_id, 'mec_start_date', true))), $message);
744
  $message = str_replace('%%event_end_date%%', $this->main->date_i18n(get_option('date_format'), strtotime(get_post_meta($event_id, 'mec_end_date', true))), $message);
745
+ $message = str_replace('%%event_timezone%%', $this->main->get_timezone($event_id), $message);
746
  $message = str_replace('%%event_status%%', $status, $message);
747
  $message = str_replace('%%event_note%%', get_post_meta($event_id, 'mec_note', true), $message);
748
 
876
  $message = str_replace('%%event_link%%', get_post_permalink($post->ID), $message);
877
  $message = str_replace('%%event_start_date%%', $this->main->date_i18n(get_option('date_format'), strtotime(get_post_meta($post->ID, 'mec_start_date', true))), $message);
878
  $message = str_replace('%%event_end_date%%', $this->main->date_i18n(get_option('date_format'), strtotime(get_post_meta($post->ID, 'mec_end_date', true))), $message);
879
+ $message = str_replace('%%event_timezone%%', $this->main->get_timezone($event_id), $message);
880
  $message = str_replace('%%event_status%%', $status, $message);
881
  $message = str_replace('%%event_note%%', get_post_meta($post->ID, 'mec_note', true), $message);
882
 
1147
  $message = str_replace('%%event_other_info%%', esc_url(get_post_meta($event_id, 'mec_more_info', true)), $message);
1148
  $message = str_replace('%%event_start_date%%', $this->main->date_i18n(get_option('date_format'), $start_timestamp), $message);
1149
  $message = str_replace('%%event_end_date%%', $this->main->date_i18n(get_option('date_format'), $end_timestamp), $message);
1150
+ $message = str_replace('%%event_timezone%%', $this->main->get_timezone($event_id), $message);
1151
 
1152
  $online_link = MEC_feature_occurrences::param($event_id, $start_timestamp, 'moved_online_link', get_post_meta($event_id, 'mec_moved_online_link', true));
1153
  $message = str_replace('%%online_link%%', esc_url($online_link), $message);
app/libraries/render.php CHANGED
@@ -564,7 +564,7 @@ class MEC_render extends MEC_base
564
 
565
  $data->hourly_schedules = $hourly_schedules;
566
 
567
- $data->tickets = isset($meta['mec_tickets']) ? $meta['mec_tickets'] : array();
568
  $data->color = isset($meta['mec_color']) ? $meta['mec_color'] : '';
569
  $data->permalink = ((isset($meta['mec_read_more']) and filter_var($meta['mec_read_more'], FILTER_VALIDATE_URL)) ? $meta['mec_read_more'] : get_post_permalink($post_id));
570
 
@@ -825,6 +825,8 @@ class MEC_render extends MEC_base
825
  {
826
  $new_start_time = $this->main->get_time(0);
827
  $new_end_time = $this->main->get_time((24*3600));
 
 
828
  }
829
  // First Day
830
  else
@@ -1360,6 +1362,8 @@ class MEC_render extends MEC_base
1360
 
1361
  foreach($events as $event)
1362
  {
 
 
1363
  $location = isset($event->data->locations[$event->data->meta['mec_location_id']]) ? $event->data->locations[$event->data->meta['mec_location_id']] : array();
1364
 
1365
  $latitude = isset($location['latitude']) ? $location['latitude'] : '';
564
 
565
  $data->hourly_schedules = $hourly_schedules;
566
 
567
+ $data->tickets = ((isset($meta['mec_tickets']) and is_array($meta['mec_tickets'])) ? $meta['mec_tickets'] : array());
568
  $data->color = isset($meta['mec_color']) ? $meta['mec_color'] : '';
569
  $data->permalink = ((isset($meta['mec_read_more']) and filter_var($meta['mec_read_more'], FILTER_VALIDATE_URL)) ? $meta['mec_read_more'] : get_post_permalink($post_id));
570
 
825
  {
826
  $new_start_time = $this->main->get_time(0);
827
  $new_end_time = $this->main->get_time((24*3600));
828
+
829
+ $allday = 1;
830
  }
831
  // First Day
832
  else
1362
 
1363
  foreach($events as $event)
1364
  {
1365
+ if(!is_object($event)) continue;
1366
+
1367
  $location = isset($event->data->locations[$event->data->meta['mec_location_id']]) ? $event->data->locations[$event->data->meta['mec_location_id']] : array();
1368
 
1369
  $latitude = isset($location['latitude']) ? $location['latitude'] : '';
app/libraries/skins.php CHANGED
@@ -511,6 +511,7 @@ class MEC_skins extends MEC_base
511
 
512
  if($this->hide_time_method == 'plus1') $seconds_start -= 3600;
513
  elseif($this->hide_time_method == 'plus2') $seconds_start -= 7200;
 
514
  elseif($this->hide_time_method == 'end') $column = 'tend';
515
 
516
  $order = "`tstart` DESC";
@@ -566,6 +567,7 @@ class MEC_skins extends MEC_base
566
  if($this->hide_time_method == 'start' and $now >= $mec_date->tstart) continue;
567
  elseif($this->hide_time_method == 'plus1' and $now >= $mec_date->tstart+3600) continue;
568
  elseif($this->hide_time_method == 'plus2' and $now >= $mec_date->tstart+7200) continue;
 
569
  }
570
 
571
  // Hide Events Based on End Time
@@ -692,7 +694,7 @@ class MEC_skins extends MEC_base
692
 
693
  // Limit
694
  $this->args['posts_per_page'] = 1000;
695
- $dates = apply_filters( 'mec_event_dates_search', $dates,$start,$end,$this );
696
 
697
  $i = 0;
698
  $found = 0;
511
 
512
  if($this->hide_time_method == 'plus1') $seconds_start -= 3600;
513
  elseif($this->hide_time_method == 'plus2') $seconds_start -= 7200;
514
+ elseif($this->hide_time_method == 'plus10') $seconds_start -= 36000;
515
  elseif($this->hide_time_method == 'end') $column = 'tend';
516
 
517
  $order = "`tstart` DESC";
567
  if($this->hide_time_method == 'start' and $now >= $mec_date->tstart) continue;
568
  elseif($this->hide_time_method == 'plus1' and $now >= $mec_date->tstart+3600) continue;
569
  elseif($this->hide_time_method == 'plus2' and $now >= $mec_date->tstart+7200) continue;
570
+ elseif($this->hide_time_method == 'plus10' and $now >= $mec_date->tstart+36000) continue;
571
  }
572
 
573
  // Hide Events Based on End Time
694
 
695
  // Limit
696
  $this->args['posts_per_page'] = 1000;
697
+ $dates = apply_filters('mec_event_dates_search', $dates, $start, $end, $this);
698
 
699
  $i = 0;
700
  $found = 0;
app/libraries/user.php CHANGED
@@ -18,10 +18,6 @@ class MEC_user extends MEC_base
18
  */
19
  public $db;
20
 
21
- /**
22
- * @var MEC_cache
23
- */
24
- public $cache;
25
  public $settings;
26
 
27
  /**
@@ -36,9 +32,6 @@ class MEC_user extends MEC_base
36
  // MEC DB Library
37
  $this->db = $this->getDB();
38
 
39
- // MEC Cache Library
40
- $this->cache = $this->getCache();
41
-
42
  // MEC settings
43
  $this->settings = $this->main->get_settings();
44
  }
@@ -154,19 +147,7 @@ class MEC_user extends MEC_base
154
 
155
  public function wp($id)
156
  {
157
- $cache_key = 'mec_wp_user_'.$id;
158
-
159
- // Get From Cache
160
- if($this->cache->has($cache_key)) return $this->cache->get($cache_key);
161
- else
162
- {
163
- $user = get_userdata($id);
164
-
165
- // Add to Cache
166
- $this->cache->set($cache_key, $user);
167
-
168
- return $user;
169
- }
170
  }
171
 
172
  public function booking($id)
18
  */
19
  public $db;
20
 
 
 
 
 
21
  public $settings;
22
 
23
  /**
32
  // MEC DB Library
33
  $this->db = $this->getDB();
34
 
 
 
 
35
  // MEC settings
36
  $this->settings = $this->main->get_settings();
37
  }
147
 
148
  public function wp($id)
149
  {
150
+ return get_userdata($id);
 
 
 
 
 
 
 
 
 
 
 
 
151
  }
152
 
153
  public function booking($id)
app/modules/booking/default.php CHANGED
@@ -373,6 +373,17 @@ function mec_book_form_submit'.$uniqueid.'()
373
  }
374
  else jQuery(this).removeClass("mec-red-notification");
375
  });
 
 
 
 
 
 
 
 
 
 
 
376
 
377
  if(!valid) return false;
378
  }
373
  }
374
  else jQuery(this).removeClass("mec-red-notification");
375
  });
376
+
377
+ // Manual Username and Password
378
+ jQuery("#mec_book_form'.$uniqueid.' #mec_book_form_username, #mec_book_form'.$uniqueid.' #mec_book_form_password").filter(":visible").each(function(i)
379
+ {
380
+ if(!jQuery(this).val())
381
+ {
382
+ valid = false;
383
+ jQuery(this).addClass("mec-red-notification");
384
+ }
385
+ else jQuery(this).removeClass("mec-red-notification");
386
+ });
387
 
388
  if(!valid) return false;
389
  }
app/modules/booking/steps/form.php CHANGED
@@ -39,7 +39,7 @@ $booking_register = (isset($this->settings['booking_registration']) and !$this->
39
  $booking_userpass = (isset($this->settings['booking_userpass']) and trim($this->settings['booking_userpass'])) ? $this->settings['booking_userpass'] : 'auto';
40
 
41
  // Lock Pre-filled Fields
42
- $lock_prefilled = (isset($this->settings['booking_lock_prefilled']) and trim($this->settings['booking_lock_prefilled']) != '') ? (boolean) $this->settings['booking_lock_prefilled'] : false;
43
 
44
  $mec_email = false;
45
  $mec_name = false;
@@ -200,12 +200,12 @@ if(!$mec_email)
200
  _e($reg_field['placeholder'], 'modern-events-calendar-lite');
201
  } else {
202
  _e($reg_field['label'], 'modern-events-calendar-lite');
203
- }; ?>" required <?php echo ((isset($current_user->user_firstname) and trim($current_user->user_firstname) and $lock_prefilled) ? 'readonly' : ''); ?> />
204
 
205
  <?php /** MEC Email **/ elseif ($reg_field['type'] == 'mec_email') : ?>
206
  <?php $reg_field['label'] = ($reg_field['label']) ? $reg_field['label'] : 'Email'; ?>
207
  <label for="mec_book_reg_field_email<?php echo $reg_field_id; ?>"><?php _e($reg_field['label'], 'modern-events-calendar-lite'); ?><span class="wbmec-mandatory">*</span></label>
208
- <input id="mec_book_reg_field_email<?php echo $reg_field_id; ?>" type="email" name="book[tickets][<?php echo $j; ?>][email]" value="<?php echo isset($current_user->user_email) ? $current_user->user_email : ''; ?>" placeholder="<?php _e('Email', 'modern-events-calendar-lite'); ?>" required <?php echo ((isset($current_user->user_email) and trim($current_user->user_email) and $lock_prefilled) ? 'readonly' : ''); ?> />
209
 
210
  <?php /** Text **/ elseif ($reg_field['type'] == 'text') : ?>
211
  <input id="mec_book_reg_field_reg<?php echo $j . '_' . $reg_field_id; ?>" type="text" name="book[tickets][<?php echo $j; ?>][reg][<?php echo $reg_field_id; ?>]" value="" placeholder="<?php if (isset($reg_field['placeholder']) and $reg_field['placeholder']) {
39
  $booking_userpass = (isset($this->settings['booking_userpass']) and trim($this->settings['booking_userpass'])) ? $this->settings['booking_userpass'] : 'auto';
40
 
41
  // Lock Pre-filled Fields
42
+ $lock_prefilled = (isset($this->settings['booking_lock_prefilled']) and trim($this->settings['booking_lock_prefilled']) != '') ? $this->settings['booking_lock_prefilled'] : 0;
43
 
44
  $mec_email = false;
45
  $mec_name = false;
200
  _e($reg_field['placeholder'], 'modern-events-calendar-lite');
201
  } else {
202
  _e($reg_field['label'], 'modern-events-calendar-lite');
203
+ }; ?>" required <?php echo ((isset($current_user->user_firstname) and trim($current_user->user_firstname) and ($lock_prefilled == 1 or ($lock_prefilled == 2 and $j == 1))) ? 'readonly' : ''); ?> />
204
 
205
  <?php /** MEC Email **/ elseif ($reg_field['type'] == 'mec_email') : ?>
206
  <?php $reg_field['label'] = ($reg_field['label']) ? $reg_field['label'] : 'Email'; ?>
207
  <label for="mec_book_reg_field_email<?php echo $reg_field_id; ?>"><?php _e($reg_field['label'], 'modern-events-calendar-lite'); ?><span class="wbmec-mandatory">*</span></label>
208
+ <input id="mec_book_reg_field_email<?php echo $reg_field_id; ?>" type="email" name="book[tickets][<?php echo $j; ?>][email]" value="<?php echo isset($current_user->user_email) ? $current_user->user_email : ''; ?>" placeholder="<?php _e('Email', 'modern-events-calendar-lite'); ?>" required <?php echo ((isset($current_user->user_email) and trim($current_user->user_email) and ($lock_prefilled == 1 or ($lock_prefilled == 2 and $j == 1))) ? 'readonly' : ''); ?> />
209
 
210
  <?php /** Text **/ elseif ($reg_field['type'] == 'text') : ?>
211
  <input id="mec_book_reg_field_reg<?php echo $j . '_' . $reg_field_id; ?>" type="text" name="book[tickets][<?php echo $j; ?>][reg][<?php echo $reg_field_id; ?>]" value="" placeholder="<?php if (isset($reg_field['placeholder']) and $reg_field['placeholder']) {
app/modules/export/details.php CHANGED
@@ -2,6 +2,8 @@
2
  /** no direct access **/
3
  defined('MECEXEC') or die();
4
 
 
 
5
  // MEC Settings
6
  $settings = $this->get_settings();
7
 
@@ -44,7 +46,7 @@ $gmt_offset_seconds = $this->get_gmt_offset_seconds($start_time, $event);
44
  <div class="mec-export-details">
45
  <ul>
46
  <?php if($settings['sn']['googlecal']): ?><li><a class="mec-events-gcal mec-events-button mec-color mec-bg-color-hover mec-border-color" href="https://www.google.com/calendar/event?action=TEMPLATE&text=<?php echo urlencode($title); ?>&dates=<?php echo gmdate('Ymd\\THi00\\Z', ($start_time - $gmt_offset_seconds)); ?>/<?php echo gmdate('Ymd\\THi00\\Z', ($end_time - $gmt_offset_seconds)); ?>&details=<?php echo urlencode($content).$location; ?>" target="_blank"><?php echo __('+ Add to Google Calendar', 'modern-events-calendar-lite'); ?></a></li><?php endif; ?>
47
- <?php if($settings['sn']['ical']): ?><li><a class="mec-events-gcal mec-events-button mec-color mec-bg-color-hover mec-border-color" href="<?php echo $this->ical_URL($event->data->ID); ?>"><?php echo __('+ iCal / Outlook export', 'modern-events-calendar-lite'); ?></a></li><?php endif; ?>
48
  </ul>
49
  </div>
50
  </div>
2
  /** no direct access **/
3
  defined('MECEXEC') or die();
4
 
5
+ /** @var MEC_main $this */
6
+
7
  // MEC Settings
8
  $settings = $this->get_settings();
9
 
46
  <div class="mec-export-details">
47
  <ul>
48
  <?php if($settings['sn']['googlecal']): ?><li><a class="mec-events-gcal mec-events-button mec-color mec-bg-color-hover mec-border-color" href="https://www.google.com/calendar/event?action=TEMPLATE&text=<?php echo urlencode($title); ?>&dates=<?php echo gmdate('Ymd\\THi00\\Z', ($start_time - $gmt_offset_seconds)); ?>/<?php echo gmdate('Ymd\\THi00\\Z', ($end_time - $gmt_offset_seconds)); ?>&details=<?php echo urlencode($content).$location; ?>" target="_blank"><?php echo __('+ Add to Google Calendar', 'modern-events-calendar-lite'); ?></a></li><?php endif; ?>
49
+ <?php if($settings['sn']['ical']): ?><li><a class="mec-events-gcal mec-events-button mec-color mec-bg-color-hover mec-border-color" href="<?php echo $this->ical_URL($event->data->ID, $occurrence); ?>"><?php echo __('+ iCal / Outlook export', 'modern-events-calendar-lite'); ?></a></li><?php endif; ?>
50
  </ul>
51
  </div>
52
  </div>
app/modules/googlemap/details.php CHANGED
@@ -2,6 +2,8 @@
2
  /** no direct access **/
3
  defined('MECEXEC') or die();
4
 
 
 
5
  // PRO Version is required
6
  if(!$this->getPRO()) return;
7
 
@@ -59,14 +61,14 @@ $map_data->atts = array(
59
  'location_center_long'=>null,
60
  'use_orig_map' => true
61
  );
 
62
  $map_data->events = $this->get_rendered_events(array('post__in'=>array($event->ID)));
63
  $map_data->render = $render;
64
  $map_data->geolocation = '0';
65
  $map_data->sf_status = null;
66
 
67
- $current_event = [$map_data->events[$event->ID]];
68
- $events = apply_filters('mec_location_load_additional', $current_event, $additional_location_ids, $event_locations);
69
- $map_data->events = $events;
70
 
71
  // Initialize MEC Google Maps jQuery plugin
72
  $javascript = '<script type="text/javascript">
2
  /** no direct access **/
3
  defined('MECEXEC') or die();
4
 
5
+ /** @var MEC_Main $this */
6
+
7
  // PRO Version is required
8
  if(!$this->getPRO()) return;
9
 
61
  'location_center_long'=>null,
62
  'use_orig_map' => true
63
  );
64
+
65
  $map_data->events = $this->get_rendered_events(array('post__in'=>array($event->ID)));
66
  $map_data->render = $render;
67
  $map_data->geolocation = '0';
68
  $map_data->sf_status = null;
69
 
70
+ $current_event = (isset($map_data->events[$event->ID]) ? array($map_data->events[$event->ID]) : array());
71
+ $map_data->events = apply_filters('mec_location_load_additional', $current_event, $additional_location_ids, $event_locations);
 
72
 
73
  // Initialize MEC Google Maps jQuery plugin
74
  $javascript = '<script type="text/javascript">
app/skins/list/render.php CHANGED
@@ -82,7 +82,7 @@ $map_events = array();
82
  <h4 class="mec-event-title"><?php echo $this->display_link($event); ?><?php echo $this->main->get_flags($event).$event_color.$this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID ); ?></h4>
83
  <?php if(isset($location['name'])): ?><div class="mec-event-detail"><div class="mec-event-loc-place"><i class="mec-sl-map-marker"></i> <?php echo (isset($location['name']) ? $location['name'] : ''); ?></div></div><?php endif; ?>
84
  <?php echo $this->display_categories($event); ?>
85
- <?php do_action('mec_list_classic_after_location', $event); ?>
86
  <?php echo $this->booking_button($event); ?>
87
  <?php elseif($this->style == 'minimal'): ?>
88
  <div class="col-md-9 col-sm-9">
82
  <h4 class="mec-event-title"><?php echo $this->display_link($event); ?><?php echo $this->main->get_flags($event).$event_color.$this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID ); ?></h4>
83
  <?php if(isset($location['name'])): ?><div class="mec-event-detail"><div class="mec-event-loc-place"><i class="mec-sl-map-marker"></i> <?php echo (isset($location['name']) ? $location['name'] : ''); ?></div></div><?php endif; ?>
84
  <?php echo $this->display_categories($event); ?>
85
+ <?php do_action('mec_list_classic_after_location', $event, $this->skin_options); ?>
86
  <?php echo $this->booking_button($event); ?>
87
  <?php elseif($this->style == 'minimal'): ?>
88
  <div class="col-md-9 col-sm-9">
app/skins/map/tpl.php CHANGED
@@ -31,7 +31,7 @@ if(count($this->events))
31
  icon: "'.apply_filters('mec_marker_icon', $this->main->asset('img/m-04.png')).'",
32
  styles: '.((isset($settings['google_maps_style']) and trim($settings['google_maps_style']) != '') ? $this->main->get_googlemap_style($settings['google_maps_style']) : "''").',
33
  markers: '.json_encode($events_data).',
34
- HTML5geolocation: '.$this->geolocation.',
35
  geolocation_focus: '.$this->geolocation_focus.',
36
  clustering_images: "'.$this->main->asset('img/cluster1/m').'",
37
  getDirection: 0,
31
  icon: "'.apply_filters('mec_marker_icon', $this->main->asset('img/m-04.png')).'",
32
  styles: '.((isset($settings['google_maps_style']) and trim($settings['google_maps_style']) != '') ? $this->main->get_googlemap_style($settings['google_maps_style']) : "''").',
33
  markers: '.json_encode($events_data).',
34
+ geolocation: '.$this->geolocation.',
35
  geolocation_focus: '.$this->geolocation_focus.',
36
  clustering_images: "'.$this->main->asset('img/cluster1/m').'",
37
  getDirection: 0,
app/skins/single.php CHANGED
@@ -557,7 +557,7 @@ class MEC_skin_single extends MEC_skins
557
  $rendered = $this->render->data($this->id, (isset($this->atts['content']) ? $this->atts['content'] : ''));
558
 
559
  // Event Repeat Type
560
- $repeat_type = !empty($rendered->meta['mec_repeat_type']) ? $rendered->meta['mec_repeat_type'] : '';
561
 
562
  $occurrence = isset($_GET['occurrence']) ? sanitize_text_field($_GET['occurrence']) : date('Y-m-d');
563
  $occurrence_time = isset($_GET['time']) ? sanitize_text_field($_GET['time']) : NULL;
@@ -643,6 +643,7 @@ class MEC_skin_single extends MEC_skins
643
  if($this->id != $original_event_id)
644
  {
645
  $original_tickets = get_post_meta($original_event_id, 'mec_tickets', true);
 
646
 
647
  $rendered_tickets = array();
648
  foreach($original_tickets as $ticket_id=>$original_ticket)
557
  $rendered = $this->render->data($this->id, (isset($this->atts['content']) ? $this->atts['content'] : ''));
558
 
559
  // Event Repeat Type
560
+ $repeat_type = (!empty($rendered->meta['mec_repeat_type']) ? $rendered->meta['mec_repeat_type'] : '');
561
 
562
  $occurrence = isset($_GET['occurrence']) ? sanitize_text_field($_GET['occurrence']) : date('Y-m-d');
563
  $occurrence_time = isset($_GET['time']) ? sanitize_text_field($_GET['time']) : NULL;
643
  if($this->id != $original_event_id)
644
  {
645
  $original_tickets = get_post_meta($original_event_id, 'mec_tickets', true);
646
+ if(!is_array($original_tickets)) $original_tickets = array();
647
 
648
  $rendered_tickets = array();
649
  foreach($original_tickets as $ticket_id=>$original_ticket)
app/skins/single/m1.php CHANGED
@@ -88,7 +88,7 @@ if(!is_array($booking_options)) $booking_options = array();
88
 
89
  <div class="col-md-4">
90
 
91
- <div class="mec-event-meta mec-color-before mec-frontbox <?php echo ((!$this->main->can_show_booking_module($event) and in_array($event->data->meta['mec_organizer_id'], array('0', '1'))) ? 'mec-util-hidden' : '') ; ?>">
92
  <?php
93
  // Event Organizer
94
  if(isset($event->data->organizers[$event->data->meta['mec_organizer_id']]) && !empty($event->data->organizers[$event->data->meta['mec_organizer_id']]))
88
 
89
  <div class="col-md-4">
90
 
91
+ <div class="mec-event-meta mec-color-before mec-frontbox <?php echo ((!$this->main->can_show_booking_module($event) and in_array($event->data->meta['mec_organizer_id'], array('0', '1')) and (!trim($event->data->meta['mec_more_info']) or (trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] == 'http://'))) ? 'mec-util-hidden' : ''); ?>">
92
  <?php
93
  // Event Organizer
94
  if(isset($event->data->organizers[$event->data->meta['mec_organizer_id']]) && !empty($event->data->organizers[$event->data->meta['mec_organizer_id']]))
app/skins/single/m2.php CHANGED
@@ -11,7 +11,7 @@ if(!is_array($booking_options)) $booking_options = array();
11
 
12
  <div class="col-md-4">
13
 
14
- <div class="mec-event-meta mec-color-before mec-frontbox <?php echo ((!$this->main->can_show_booking_module($event) and in_array($event->data->meta['mec_organizer_id'], array('0', '1'))) ? 'mec-util-hidden' : '') ; ?>">
15
  <?php
16
  // Event Organizer
17
  if(isset($event->data->organizers[$event->data->meta['mec_organizer_id']]) && !empty($event->data->organizers[$event->data->meta['mec_organizer_id']]))
11
 
12
  <div class="col-md-4">
13
 
14
+ <div class="mec-event-meta mec-color-before mec-frontbox <?php echo ((!$this->main->can_show_booking_module($event) and in_array($event->data->meta['mec_organizer_id'], array('0', '1')) and (!trim($event->data->meta['mec_more_info']) or (trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] == 'http://'))) ? 'mec-util-hidden' : ''); ?>">
15
  <?php
16
  // Event Organizer
17
  if(isset($event->data->organizers[$event->data->meta['mec_organizer_id']]) && !empty($event->data->organizers[$event->data->meta['mec_organizer_id']]))
app/skins/single/modern.php CHANGED
@@ -20,7 +20,7 @@ if(is_plugin_active('schema-markup-rich-snippets/schema-markup-rich-snippets.php
20
 
21
  <!-- start breadcrumbs -->
22
  <?php
23
- $breadcrumbs_settings = isset( $settings['breadcrumbs'] ) ? $settings['breadcrumbs'] : '';
24
  if($breadcrumbs_settings == '1'): $breadcrumbs = new MEC_skin_single(); ?>
25
  <div class="mec-breadcrumbs mec-breadcrumbs-modern">
26
  <?php $breadcrumbs->display_breadcrumb_widget(get_the_ID()); ?>
@@ -31,10 +31,10 @@ if(is_plugin_active('schema-markup-rich-snippets/schema-markup-rich-snippets.php
31
  <div class="mec-events-event-image"><?php echo $event->data->thumbnails['full']; ?><?php do_action('mec_custom_dev_image_section', $event); ?></div>
32
  <div class="col-md-4<?php if (empty($event->data->thumbnails['full'])) echo ' mec-no-image';?>">
33
 
34
- <?php do_action('mec_single_virtual_badge', $event->data->ID ); ?>
35
 
36
- <?php if ( $single->found_value('event_orgnizer', $settings) == 'on' || $single->found_value('register_btn', $settings) == 'on' ) : ?>
37
- <div class="mec-event-meta mec-color-before mec-frontbox <?php echo ((!$this->main->can_show_booking_module($event) and in_array($event->data->meta['mec_organizer_id'], array('0', '1')) and !trim($event->data->meta['mec_more_info'])) ? 'mec-util-hidden' : '') ; ?>">
38
  <?php
39
  // Event Organizer
40
  if(isset($event->data->organizers[$event->data->meta['mec_organizer_id']]) && !empty($event->data->organizers[$event->data->meta['mec_organizer_id']]) and $single->found_value('event_orgnizer', $settings) == 'on')
20
 
21
  <!-- start breadcrumbs -->
22
  <?php
23
+ $breadcrumbs_settings = isset($settings['breadcrumbs']) ? $settings['breadcrumbs'] : '';
24
  if($breadcrumbs_settings == '1'): $breadcrumbs = new MEC_skin_single(); ?>
25
  <div class="mec-breadcrumbs mec-breadcrumbs-modern">
26
  <?php $breadcrumbs->display_breadcrumb_widget(get_the_ID()); ?>
31
  <div class="mec-events-event-image"><?php echo $event->data->thumbnails['full']; ?><?php do_action('mec_custom_dev_image_section', $event); ?></div>
32
  <div class="col-md-4<?php if (empty($event->data->thumbnails['full'])) echo ' mec-no-image';?>">
33
 
34
+ <?php do_action('mec_single_virtual_badge', $event->data->ID); ?>
35
 
36
+ <?php if($single->found_value('event_orgnizer', $settings) == 'on' || $single->found_value('register_btn', $settings) == 'on'): ?>
37
+ <div class="mec-event-meta mec-color-before mec-frontbox <?php echo ((!$this->main->can_show_booking_module($event) and in_array($event->data->meta['mec_organizer_id'], array('0', '1')) and (!trim($event->data->meta['mec_more_info']) or (trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] == 'http://'))) ? 'mec-util-hidden' : ''); ?>">
38
  <?php
39
  // Event Organizer
40
  if(isset($event->data->organizers[$event->data->meta['mec_organizer_id']]) && !empty($event->data->organizers[$event->data->meta['mec_organizer_id']]) and $single->found_value('event_orgnizer', $settings) == 'on')
app/skins/timetable/render.php CHANGED
@@ -24,7 +24,7 @@ else $set_dark = '';
24
  }
25
  ?>
26
  <?php if(count($events)): ?>
27
- <div class="mec-timetable-events-list <?php echo ($date == $this->active_date ? '' : 'mec-util-hidden'); ?> mec-weekly-view-date-events mec-calendar-day-events mec-clear mec-weekly-view-week-<?php echo $this->id; ?>-<?php echo date('Ym', strtotime($date)).$week; ?>" id="mec_weekly_view_date_events<?php echo $this->id; ?>_<?php echo date('Ymd', strtotime($date)); ?>" data-week-number="<?php echo $week; ?>">
28
  <?php foreach($events as $event): ?>
29
  <?php
30
  $location = isset($event->data->locations[$event->data->meta['mec_location_id']]) ? $event->data->locations[$event->data->meta['mec_location_id']] : array();
@@ -57,7 +57,7 @@ else $set_dark = '';
57
  </span>
58
  <span class="mec-timetable-event-span mec-timetable-event-title">
59
  <?php echo $this->display_link($event); ?><?php echo $this->main->get_flags($event).$event_color.$this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?>
60
- <?php if (!empty($label_style)) echo '<span class="mec-fc-style">'.$label_style.'</span>'; ?>
61
  <?php if($this->localtime) echo $this->main->module('local-time.type3', array('event'=>$event)); ?>
62
  </span>
63
 
@@ -79,7 +79,7 @@ else $set_dark = '';
79
  </div>
80
 
81
  <?php elseif(!isset($has_events[$week])): $has_events[$week] = 'printed'; ?>
82
- <div class="mec-timetable-events-list mec-weekly-view-date-events mec-util-hidden mec-calendar-day-events mec-clear mec-weekly-view-week-<?php echo $this->id; ?>-<?php echo date('Ym', strtotime($date)).$week; ?>" id="mec_weekly_view_date_events<?php echo $this->id; ?>_<?php echo date('Ymd', strtotime($date)); ?>" data-week-number="<?php echo $week; ?>">
83
  <article class="mec-event-article"><h4 class="mec-event-title"><?php _e('No Events', 'modern-events-calendar-lite'); ?></h4><div class="mec-event-detail"></div></article>
84
  </div>
85
  <?php endif; ?>
24
  }
25
  ?>
26
  <?php if(count($events)): ?>
27
+ <div class="mec-timetable-events-list <?php echo ($date == $this->active_date ? '' : 'mec-util-hidden'); ?> mec-weekly-view-date-events mec-calendar-day-events mec-clear mec-weekly-view-week-<?php echo $this->id; ?>-<?php echo date('Ym', strtotime($date)).$week; ?> mec_weekly_view_date_events<?php echo $this->id; ?>_<?php echo date('Ymd', strtotime($date)); ?>" id="mec_weekly_view_date_events<?php echo $this->id; ?>_<?php echo date('Ymd', strtotime($date)); ?>" data-week-number="<?php echo $week; ?>">
28
  <?php foreach($events as $event): ?>
29
  <?php
30
  $location = isset($event->data->locations[$event->data->meta['mec_location_id']]) ? $event->data->locations[$event->data->meta['mec_location_id']] : array();
57
  </span>
58
  <span class="mec-timetable-event-span mec-timetable-event-title">
59
  <?php echo $this->display_link($event); ?><?php echo $this->main->get_flags($event).$event_color.$this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?>
60
+ <?php if(!empty($label_style)) echo '<span class="mec-fc-style">'.$label_style.'</span>'; ?>
61
  <?php if($this->localtime) echo $this->main->module('local-time.type3', array('event'=>$event)); ?>
62
  </span>
63
 
79
  </div>
80
 
81
  <?php elseif(!isset($has_events[$week])): $has_events[$week] = 'printed'; ?>
82
+ <div class="mec-timetable-events-list mec-weekly-view-date-events mec-util-hidden mec-calendar-day-events mec-clear mec-weekly-view-week-<?php echo $this->id; ?>-<?php echo date('Ym', strtotime($date)).$week; ?> mec_weekly_view_date_events<?php echo $this->id; ?>_<?php echo date('Ymd', strtotime($date)); ?>" id="mec_weekly_view_date_events<?php echo $this->id; ?>_<?php echo date('Ymd', strtotime($date)); ?>" data-week-number="<?php echo $week; ?>">
83
  <article class="mec-event-article"><h4 class="mec-event-title"><?php _e('No Events', 'modern-events-calendar-lite'); ?></h4><div class="mec-event-detail"></div></article>
84
  </div>
85
  <?php endif; ?>
assets/js/frontend.js CHANGED
@@ -1563,7 +1563,7 @@ jQuery(document).ready(function($)
1563
 
1564
  // Show related events
1565
  $('#mec_skin_' + settings.id + ' .mec-weekly-view-date-events').addClass('mec-util-hidden');
1566
- $('#mec_weekly_view_date_events' + settings.id + '_' + day).removeClass('mec-util-hidden');
1567
  }
1568
 
1569
  function initMonthNavigator(month_id) {
1563
 
1564
  // Show related events
1565
  $('#mec_skin_' + settings.id + ' .mec-weekly-view-date-events').addClass('mec-util-hidden');
1566
+ $('.mec_weekly_view_date_events' + settings.id + '_' + day).removeClass('mec-util-hidden').show();
1567
  }
1568
 
1569
  function initMonthNavigator(month_id) {
assets/js/googlemap.js CHANGED
@@ -11,7 +11,7 @@
11
  icon: '../img/m-01.png',
12
  markers: {},
13
  sf: {},
14
- HTML5geolocation: 0,
15
  getDirection: 0,
16
  directionOptions: {
17
  form: '#mec_get_direction_form',
@@ -144,7 +144,7 @@
144
  }
145
 
146
  // Geolocation
147
- if((settings.HTML5geolocation || (options.geolocation !== 'undefined' && options.geolocation === true)) && navigator.geolocation)
148
  {
149
  navigator.geolocation.getCurrentPosition(function (position)
150
  {
11
  icon: '../img/m-01.png',
12
  markers: {},
13
  sf: {},
14
+ geolocation: 0,
15
  getDirection: 0,
16
  directionOptions: {
17
  form: '#mec_get_direction_form',
144
  }
145
 
146
  // Geolocation
147
+ if((settings.geolocation !== 'undefined' && settings.geolocation) && navigator.geolocation)
148
  {
149
  navigator.geolocation.getCurrentPosition(function (position)
150
  {
changelog.txt CHANGED
@@ -1,4 +1,19 @@
1
- v 5.13.020 October 2020
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  - Added: Learn dash integration by linking a course to any ticket and enrolling the user to learn dash course after booking (pro)
3
  - Added: A new integration with BuddyPress by showing the “Frontend Event Submission” on the profile menu
4
  - Added: Category display to tile, masonry, timeline, daily, weekly and minimal style of list skin (pro)
1
+ v 5.13.128 October 2020
2
+ - Added: An option to disable “Lock pre-filled fields” for other attendees (pro)
3
+ - Added: A new placeholder to show “Event Timezone” in email notifications (pro)
4
+ - Fixed: Registration button box on single event pages (pro)
5
+ - Fixed: Date field in booking form (pro)
6
+ - Fixed: Showing time of multiple day events
7
+ - Fixed: An issue in search bar
8
+ - Fixed: Admin notification (pro)
9
+ - Fixed: Booking module (pro)
10
+ - Fixed: An issue in iCal export module
11
+ - Fixed: An issue in language of Google maps (pro)
12
+ - Fixed: Geolocation feature of map skins (pro)
13
+ - Fixed: Date format of multiple day events
14
+ - Fixed: Some PHP notices and warnings
15
+
16
+ v 5.13.0 – 20 October 2020
17
  - Added: Learn dash integration by linking a course to any ticket and enrolling the user to learn dash course after booking (pro)
18
  - Added: A new integration with BuddyPress by showing the “Frontend Event Submission” on the profile menu
19
  - Added: Category display to tile, masonry, timeline, daily, weekly and minimal style of list skin (pro)
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-10-20 18:11+0330\n"
5
- "PO-Revision-Date: 2020-10-20 18:11+0330\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/import.php:55
26
- #: app/features/ix/thirdparty.php:26 app/features/mec.php:1152
27
- #: app/features/mec.php:1182 app/features/mec/dashboard.php:63
28
  #: app/widgets/MEC.php:33
29
  msgid "Modern Events Calendar"
30
  msgstr "Moderní kalendář událostí"
@@ -87,7 +87,7 @@ msgid "Select Shortcode"
87
  msgstr "Přidat nový zkrácený kód"
88
 
89
  #: app/features/colors.php:50 app/features/fes/form.php:915
90
- #: app/features/mec/settings.php:763
91
  msgid "Event Color"
92
  msgstr "Barva události"
93
 
@@ -100,14 +100,14 @@ msgstr "Barva události"
100
  #: app/features/contextual.php:55 app/features/mec.php:474
101
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
102
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
103
- #: app/libraries/main.php:615
104
  msgid "Settings"
105
  msgstr "Nastavení"
106
 
107
  #: app/features/contextual.php:62 app/features/events.php:1617
108
- #: app/features/events.php:2492 app/features/mec/booking.php:605
109
- #: app/features/mec/booking.php:853 app/features/mec/support.php:29
110
- #: app/libraries/main.php:570
111
  msgid "Booking Form"
112
  msgstr "Rezervační formulář"
113
 
@@ -135,8 +135,8 @@ msgstr ""
135
  "iframe>"
136
 
137
  #: app/features/contextual.php:70 app/features/events.php:1625
138
- #: app/features/mec/booking.php:797 app/features/mec/support-page.php:115
139
- #: app/features/mec/support.php:36 app/libraries/main.php:571
140
  msgid "Payment Gateways"
141
  msgstr "Platební brány"
142
 
@@ -152,7 +152,7 @@ msgstr ""
152
 
153
  #: app/features/contextual.php:77 app/features/events.php:352
154
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
155
- #: app/libraries/main.php:763
156
  msgid "Notifications"
157
  msgstr "Upozornění"
158
 
@@ -238,12 +238,12 @@ msgstr ""
238
  "\"0\" allowfullscreen></iframe>"
239
 
240
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
241
- #: app/features/mec/support-page.php:97 app/libraries/main.php:537
242
  msgid "General Options"
243
  msgstr "Obecné možnosti"
244
 
245
- #: app/features/contextual.php:139 app/features/mec/settings.php:482
246
- #: app/libraries/main.php:539
247
  msgid "Slugs/Permalinks"
248
  msgstr "Název v URL / Trvalé odkazy"
249
 
@@ -251,8 +251,8 @@ msgstr "Název v URL / Trvalé odkazy"
251
  msgid "Event Details/Single Event Page"
252
  msgstr "Podrobnosti o události / Stránka jedné události"
253
 
254
- #: app/features/contextual.php:166 app/features/mec/settings.php:514
255
- #: app/libraries/main.php:540
256
  msgid "Currency Options"
257
  msgstr "Možnosti Měna"
258
 
@@ -260,18 +260,18 @@ msgstr "Možnosti Měna"
260
  msgid "Google Maps Options"
261
  msgstr "Možnosti Google Maps"
262
 
263
- #: app/features/contextual.php:244 app/features/mec/settings.php:571
264
- #: app/libraries/main.php:541
265
  msgid "Google Recaptcha Options"
266
  msgstr "Možnosti Google Recaptcha"
267
 
268
  #: app/features/contextual.php:258 app/features/mec/single.php:248
269
- #: app/libraries/main.php:556
270
  msgid "Countdown Options"
271
  msgstr "Možnosti Odpočítávání"
272
 
273
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
274
- #: app/libraries/main.php:581
275
  msgid "Social Networks"
276
  msgstr "Sociální sítě"
277
 
@@ -279,36 +279,36 @@ msgstr "Sociální sítě"
279
  msgid "Next Event Module"
280
  msgstr "Modul Další události"
281
 
282
- #: app/features/contextual.php:286 app/features/mec/settings.php:611
283
- #: app/features/mec/support-page.php:98 app/libraries/main.php:542
284
  msgid "Frontend Event Submission"
285
  msgstr "Předání události frontendu"
286
 
287
  #: app/features/contextual.php:298 app/features/events.php:345
288
- #: app/libraries/main.php:557
289
  msgid "Exceptional Days"
290
  msgstr "Výjimečné dny"
291
 
292
  #: app/features/contextual.php:308 app/features/events.php:315
293
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
294
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
295
- #: app/libraries/main.php:565 app/libraries/main.php:595
296
- #: app/libraries/main.php:680
297
  msgid "Booking"
298
  msgstr "Rezervace"
299
 
300
- #: app/features/contextual.php:318 app/features/mec/booking.php:427
301
- #: app/features/mec/booking.php:813 app/libraries/main.php:567
302
  msgid "Coupons"
303
  msgstr "Kupóny"
304
 
305
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
306
- #: app/libraries/main.php:583
307
  msgid "BuddyPress Integration"
308
  msgstr "Integrace BuddyPress"
309
 
310
- #: app/features/contextual.php:334 app/features/mec/settings.php:1000
311
- #: app/libraries/main.php:545
312
  msgid "Mailchimp Integration"
313
  msgstr "Integrace Mailchimp"
314
 
@@ -317,7 +317,7 @@ msgid "MEC Activation"
317
  msgstr "Aktivace MEC"
318
 
319
  #: app/features/dlfile.php:121 app/features/events.php:1622
320
- #: app/features/mec/booking.php:347 app/features/mec/settings.php:835
321
  #, fuzzy
322
  #| msgid "Download ICS file"
323
  msgid "Downloadable File"
@@ -356,8 +356,8 @@ msgid "File uploaded!"
356
  msgstr "Obrázek je nahraný!"
357
 
358
  #: app/features/events.php:167 app/features/ix/export.php:34
359
- #: app/features/mec/dashboard.php:265 app/libraries/main.php:5456
360
- #: app/libraries/main.php:5476 app/skins/daily_view/tpl.php:82
361
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
362
  #: app/skins/yearly_view/tpl.php:71
363
  msgid "Events"
@@ -417,11 +417,11 @@ msgstr "V koši nebyly nalezeny žádné události!"
417
  #: app/features/mec/meta_boxes/search_form.php:584
418
  #: app/features/mec/meta_boxes/search_form.php:654
419
  #: app/features/mec/meta_boxes/search_form.php:760
420
- #: app/features/mec/settings.php:907 app/features/mec/settings.php:953
421
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
422
- #: app/features/search.php:68 app/libraries/main.php:6209
423
- #: app/libraries/main.php:6263 app/libraries/skins.php:932
424
- #: app/skins/single.php:992 app/skins/single/default.php:219
425
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
426
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
427
  msgid "Category"
@@ -430,8 +430,8 @@ msgstr "Kategorie"
430
  #: app/features/events.php:193 app/features/events.php:3526
431
  #: app/features/fes/form.php:865 app/features/mec.php:462
432
  #: app/features/mec/meta_boxes/filter.php:69
433
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6208
434
- #: app/libraries/main.php:6262
435
  msgid "Categories"
436
  msgstr "Kategorie"
437
 
@@ -526,7 +526,7 @@ msgid "Event Data"
526
  msgstr "Zobrazit událost"
527
 
528
  #: app/features/events.php:346 app/features/events.php:1360
529
- #: app/features/mec/settings.php:793 app/skins/single.php:1385
530
  msgid "Hourly Schedule"
531
  msgstr "Hodinový rozvrh"
532
 
@@ -557,23 +557,23 @@ msgstr "Odkaz"
557
  #: app/features/mec/meta_boxes/search_form.php:599
558
  #: app/features/mec/meta_boxes/search_form.php:669
559
  #: app/features/mec/meta_boxes/search_form.php:775
560
- #: app/features/mec/settings.php:965 app/features/mec/single.php:335
561
  #: app/features/mec/single.php:377 app/features/organizers.php:58
562
  #: app/features/organizers.php:204 app/features/organizers.php:260
563
  #: app/features/organizers.php:262 app/features/organizers.php:271
564
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
565
- #: app/features/search.php:80 app/libraries/main.php:6215
566
- #: app/libraries/main.php:6269 app/libraries/skins.php:984
567
- #: app/skins/single.php:1240 app/skins/single/default.php:244
568
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
569
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
570
  msgid "Organizer"
571
  msgstr "Organizátor"
572
 
573
  #: app/features/events.php:350 app/features/events.php:1165
574
- #: app/features/fes/form.php:836 app/features/mec/settings.php:904
575
- #: app/libraries/main.php:6246 app/libraries/main.php:6295
576
- #: app/skins/single.php:1018 app/skins/single/default.php:142
577
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
578
  #: app/skins/single/modern.php:237
579
  msgid "Cost"
@@ -598,7 +598,7 @@ msgstr "Údaje hosta"
598
  #: app/features/fes/form.php:795 app/features/labels.php:178
599
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
600
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
601
- #: app/libraries/notifications.php:1379 app/modules/booking/steps/form.php:61
602
  msgid "Name"
603
  msgstr "Jméno"
604
 
@@ -606,15 +606,15 @@ msgstr "Jméno"
606
  #: app/features/events.php:2549 app/features/events.php:2638
607
  #: app/features/events.php:4089 app/features/fes.php:243
608
  #: app/features/fes/form.php:791 app/features/login/login.php:5
609
- #: app/features/mec/booking.php:65 app/features/mec/booking.php:643
610
- #: app/features/mec/booking.php:739 app/features/mec/single.php:191
611
  #: app/features/organizers.php:111 app/features/organizers.php:152
612
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
613
- #: app/features/speakers.php:204 app/libraries/main.php:1838
614
- #: app/libraries/main.php:1907 app/libraries/main.php:3307
615
- #: app/libraries/notifications.php:1380 app/modules/booking/steps/form.php:70
616
- #: app/modules/booking/steps/form.php:208 app/skins/single.php:1257
617
- #: app/skins/single.php:1316 app/skins/single/default.php:261
618
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
619
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
620
  msgid "Email"
@@ -634,7 +634,7 @@ msgstr "Datum a čas"
634
  #: app/features/events.php:3574 app/features/events.php:3762
635
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
636
  #: app/features/ix.php:3980 app/features/ix.php:4022
637
- #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1340
638
  #: app/features/mec/meta_boxes/display_options.php:52
639
  #: app/features/mec/meta_boxes/display_options.php:295
640
  #: app/features/mec/meta_boxes/display_options.php:549
@@ -658,7 +658,7 @@ msgstr "Počátečná den"
658
  #: app/features/events.php:3575 app/features/events.php:3762
659
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
660
  #: app/features/ix.php:3980 app/features/ix.php:4022
661
- #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1341
662
  #: app/features/popup/event.php:92
663
  msgid "End Date"
664
  msgstr "Konečný den"
@@ -707,13 +707,13 @@ msgstr ""
707
  #: app/features/events.php:2408 app/features/events.php:2421
708
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
709
  #: app/features/locations.php:336 app/features/mec/booking.php:117
710
- #: app/features/mec/booking.php:139 app/features/mec/booking.php:211
711
- #: app/features/mec/booking.php:278 app/features/mec/booking.php:291
712
- #: app/features/mec/booking.php:308 app/features/mec/booking.php:348
713
- #: app/features/mec/booking.php:472 app/features/mec/booking.php:501
714
- #: app/features/mec/booking.php:549 app/features/mec/booking.php:559
715
- #: app/features/mec/booking.php:581 app/features/mec/booking.php:591
716
- #: app/features/mec/booking.php:829 app/features/mec/booking.php:855
717
  #: app/features/mec/dashboard.php:71
718
  #: app/features/mec/meta_boxes/display_options.php:85
719
  #: app/features/mec/meta_boxes/display_options.php:98
@@ -750,31 +750,31 @@ msgstr ""
750
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
751
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
752
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
753
- #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:205
754
- #: app/features/mec/notifications.php:324
755
- #: app/features/mec/notifications.php:449
756
- #: app/features/mec/notifications.php:570
757
- #: app/features/mec/notifications.php:693
758
- #: app/features/mec/notifications.php:704
759
- #: app/features/mec/notifications.php:828
760
- #: app/features/mec/notifications.php:912 app/features/mec/settings.php:73
761
- #: app/features/mec/settings.php:92 app/features/mec/settings.php:139
762
- #: app/features/mec/settings.php:174 app/features/mec/settings.php:195
763
- #: app/features/mec/settings.php:240 app/features/mec/settings.php:283
764
- #: app/features/mec/settings.php:360 app/features/mec/settings.php:437
765
- #: app/features/mec/settings.php:454 app/features/mec/settings.php:471
766
- #: app/features/mec/settings.php:490 app/features/mec/settings.php:504
767
- #: app/features/mec/settings.php:532 app/features/mec/settings.php:623
768
- #: app/features/mec/settings.php:875 app/features/mec/settings.php:891
769
- #: app/features/mec/settings.php:1015 app/features/mec/settings.php:1028
770
- #: app/features/mec/settings.php:1044 app/features/mec/single.php:46
771
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
772
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
773
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
774
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
775
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
776
  #: app/features/organizers.php:272 app/features/popup/event.php:126
777
- #: app/features/popup/event.php:173 app/skins/single.php:1103
778
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
779
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
780
  #: app/skins/single/modern.php:163
@@ -826,7 +826,7 @@ msgid "Repeats"
826
  msgstr "Opakování"
827
 
828
  #: app/features/events.php:665 app/features/fes/form.php:372
829
- #: app/features/mec.php:1343 app/skins/default_full_calendar/tpl.php:77
830
  #: app/skins/full_calendar/tpl.php:124
831
  msgid "Daily"
832
  msgstr "Děnně"
@@ -850,13 +850,13 @@ msgid "Weekly"
850
  msgstr "Týdně"
851
 
852
  #: app/features/events.php:700 app/features/fes/form.php:377
853
- #: app/features/mec.php:1344 app/skins/default_full_calendar/tpl.php:75
854
  #: app/skins/full_calendar/tpl.php:122
855
  msgid "Monthly"
856
  msgstr "Měsíčně"
857
 
858
  #: app/features/events.php:707 app/features/fes/form.php:378
859
- #: app/features/mec.php:1345 app/skins/default_full_calendar/tpl.php:74
860
  #: app/skins/full_calendar/tpl.php:121
861
  msgid "Yearly"
862
  msgstr "Ročně"
@@ -965,7 +965,7 @@ msgid "On"
965
  msgstr "Na"
966
 
967
  #: app/features/events.php:1117 app/features/fes/form.php:741
968
- #: app/features/mec/booking.php:169
969
  msgid "After"
970
  msgstr "Po"
971
 
@@ -994,8 +994,8 @@ msgstr "Další výskyt dalších událostí"
994
 
995
  #: app/features/events.php:1161 app/features/events.php:3762
996
  #: app/features/fes/form.php:833 app/features/ix.php:3980
997
- #: app/features/ix.php:4022 app/features/mec/settings.php:739
998
- #: app/libraries/main.php:6245 app/libraries/main.php:6294
999
  #: app/widgets/single.php:103
1000
  msgid "Event Cost"
1001
  msgstr "Cena události"
@@ -1010,11 +1010,11 @@ msgstr "Vyloučit určité dny"
1010
 
1011
  #: app/features/events.php:1269 app/features/events.php:2550
1012
  #: app/features/events.php:2639 app/features/fes.php:243
1013
- #: app/features/mec/booking.php:644 app/features/mec/booking.php:740
1014
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
1015
- #: app/features/wc.php:83 app/libraries/main.php:3394
1016
  #: app/modules/booking/steps/tickets.php:103
1017
- #: app/modules/next-event/details.php:134 app/skins/single.php:1076
1018
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
1019
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
1020
  msgid "Date"
@@ -1057,7 +1057,7 @@ msgstr "Den %s"
1057
  #: app/features/events.php:2397 app/features/events.php:3570
1058
  #: app/features/events.php:3762 app/features/fes/form.php:256
1059
  #: app/features/ix.php:3980 app/features/ix.php:4022
1060
- #: app/features/mec/booking.php:541 app/features/mec/booking.php:573
1061
  #: app/features/mec/styling.php:130
1062
  msgid "Title"
1063
  msgstr "Název"
@@ -1068,16 +1068,16 @@ msgstr "Název"
1068
  #: app/features/events.php:2006 app/features/events.php:2143
1069
  #: app/features/events.php:2242 app/features/events.php:2278
1070
  #: app/features/events.php:2385 app/features/events.php:2427
1071
- #: app/features/mec/booking.php:484 app/features/mec/booking.php:513
1072
- #: app/features/mec/booking.php:564 app/features/mec/booking.php:596
1073
- #: app/libraries/main.php:3229 app/libraries/main.php:3258
1074
- #: app/libraries/main.php:3287 app/libraries/main.php:3316
1075
- #: app/libraries/main.php:3345 app/libraries/main.php:3374
1076
- #: app/libraries/main.php:3403 app/libraries/main.php:3432
1077
- #: app/libraries/main.php:3461 app/libraries/main.php:3482
1078
- #: app/libraries/main.php:3513 app/libraries/main.php:3559
1079
- #: app/libraries/main.php:3605 app/libraries/main.php:3654
1080
- #: app/libraries/main.php:3694
1081
  msgid "Remove"
1082
  msgstr "Odstranit"
1083
 
@@ -1104,9 +1104,9 @@ msgstr "Popis"
1104
  #: app/features/events.php:1425 app/features/events.php:1458
1105
  #: app/features/events.php:1519 app/features/fes/form.php:959
1106
  #: app/features/mec.php:470 app/features/mec/modules.php:51
1107
- #: app/features/mec/settings.php:787 app/features/speakers.php:61
1108
- #: app/libraries/main.php:575 app/libraries/main.php:6216
1109
- #: app/libraries/main.php:6270 app/modules/speakers/details.php:18
1110
  msgid "Speakers"
1111
  msgstr "Řečníci"
1112
 
@@ -1115,13 +1115,13 @@ msgid "New Day"
1115
  msgstr "Nový den"
1116
 
1117
  #: app/features/events.php:1550 app/features/fes/form.php:810
1118
- #: app/features/mec/settings.php:733
1119
  msgid "Event Links"
1120
  msgstr "Odkazy na událost"
1121
 
1122
  #: app/features/events.php:1553 app/features/events.php:1561
1123
- #: app/features/fes/form.php:812 app/features/mec/settings.php:905
1124
- #: app/libraries/main.php:6243 app/libraries/main.php:6292
1125
  msgid "Event Link"
1126
  msgstr "Odkaz na událost"
1127
 
@@ -1150,8 +1150,8 @@ msgid "URL Shortener"
1150
  msgstr "Zkracovač URL"
1151
 
1152
  #: app/features/events.php:1571 app/features/events.php:1584
1153
- #: app/features/fes/form.php:817 app/libraries/main.php:6244
1154
- #: app/libraries/main.php:6293 app/skins/single.php:1102
1155
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1156
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1157
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
@@ -1163,12 +1163,12 @@ msgid "More Information"
1163
  msgstr "Více informací"
1164
 
1165
  #: app/features/events.php:1579 app/features/fes/form.php:821
1166
- #: app/features/mec.php:987 app/features/popup/shortcode.php:477
1167
  msgid "Current Window"
1168
  msgstr "Aktuální okno"
1169
 
1170
  #: app/features/events.php:1580 app/features/fes/form.php:822
1171
- #: app/features/mec.php:988 app/features/popup/shortcode.php:481
1172
  msgid "New Window"
1173
  msgstr "Nové okno"
1174
 
@@ -1180,7 +1180,7 @@ msgstr ""
1180
  "Pokud ji vyplníte, zobrazí se jako volitelný odkaz na stránce s podrobnostmi "
1181
  "o události. Vložte celý odkaz včetně http (s): //"
1182
 
1183
- #: app/features/events.php:1608 app/features/mec/settings.php:801
1184
  msgid "Booking Options"
1185
  msgstr "Možnosti rezervace"
1186
 
@@ -1191,7 +1191,7 @@ msgid "Total User Booking Limits"
1191
  msgstr "Celkové limity rezervace uživatelů"
1192
 
1193
  #: app/features/events.php:1610 app/features/events.php:1814
1194
- #: app/libraries/book.php:61 app/libraries/main.php:6248
1195
  #: app/modules/booking/steps/tickets.php:134
1196
  #: app/modules/booking/steps/tickets.php:140
1197
  msgid "Tickets"
@@ -1202,11 +1202,11 @@ msgid "Fees"
1202
  msgstr "Poplatky"
1203
 
1204
  #: app/features/events.php:1615 app/features/events.php:2311
1205
- #: app/features/mec/settings.php:813
1206
  msgid "Ticket Variations / Options"
1207
  msgstr "Varianty vstupenky / možnosti"
1208
 
1209
- #: app/features/events.php:1619 app/features/mec/booking.php:884
1210
  #: app/features/mec/support-page.php:118
1211
  msgid "Organizer Payment"
1212
  msgstr "Platba organizátora"
@@ -1268,22 +1268,22 @@ msgid ""
1268
  "similar."
1269
  msgstr ""
1270
 
1271
- #: app/features/events.php:1743 app/features/mec/booking.php:145
1272
  #, fuzzy
1273
  #| msgid "General Options"
1274
  msgid "Interval Options"
1275
  msgstr "Obecné možnosti"
1276
 
1277
  #: app/features/events.php:1745 app/features/events.php:1750
1278
- #: app/features/mec/booking.php:147 app/features/mec/booking.php:152
1279
  msgid "Show Booking Form Interval"
1280
  msgstr "Zobrazit Interval rezervačního formuláře"
1281
 
1282
- #: app/features/events.php:1747 app/features/mec/booking.php:149
1283
  msgid "Minutes (e.g 5)"
1284
  msgstr "Minuty (např. 5)"
1285
 
1286
- #: app/features/events.php:1751 app/features/mec/booking.php:153
1287
  #, fuzzy
1288
  #| msgid ""
1289
  #| "You can show booking form only at certain time before event start. If you "
@@ -1369,9 +1369,9 @@ msgstr "Konec"
1369
  #: app/features/events.php:2058 app/features/events.php:2061
1370
  #: app/features/events.php:2139 app/features/events.php:2356
1371
  #: app/features/events.php:2360 app/features/events.php:2402
1372
- #: app/features/events.php:2405 app/features/mec/booking.php:545
1373
- #: app/features/mec/booking.php:548 app/features/mec/booking.php:577
1374
- #: app/features/mec/booking.php:580
1375
  msgid "Price"
1376
  msgstr "Cena"
1377
 
@@ -1449,26 +1449,26 @@ msgstr "Cena za datum"
1449
  #: app/features/mec/meta_boxes/search_form.php:620
1450
  #: app/features/mec/meta_boxes/search_form.php:690
1451
  #: app/features/mec/meta_boxes/search_form.php:796
1452
- #: app/features/mec/settings.php:908 app/features/mec/settings.php:985
1453
  #: app/features/mec/single.php:349 app/features/mec/single.php:391
1454
- #: app/features/search.php:98 app/libraries/skins.php:1062
1455
  msgid "Label"
1456
  msgstr "Štítek"
1457
 
1458
  #: app/features/events.php:2216 app/features/events.php:2254
1459
- #: app/features/mec/booking.php:464 app/features/mec/booking.php:493
1460
  msgid "Fee Title"
1461
  msgstr "Název poplatku"
1462
 
1463
  #: app/features/events.php:2222 app/features/events.php:2226
1464
  #: app/features/events.php:2259 app/features/events.php:2262
1465
- #: app/features/mec/booking.php:468 app/features/mec/booking.php:471
1466
- #: app/features/mec/booking.php:497 app/features/mec/booking.php:500
1467
  msgid "Amount"
1468
  msgstr "Množství"
1469
 
1470
  #: app/features/events.php:2227 app/features/events.php:2263
1471
- #: app/features/mec/booking.php:472 app/features/mec/booking.php:501
1472
  msgid ""
1473
  "Fee amount, considered as fixed amount if you set the type to amount "
1474
  "otherwise considered as percentage"
@@ -1477,95 +1477,95 @@ msgstr ""
1477
  "odpovídající procentuální hodnotě"
1478
 
1479
  #: app/features/events.php:2236 app/features/events.php:2272
1480
- #: app/features/mec/booking.php:479 app/features/mec/booking.php:508
1481
  msgid "Percent"
1482
  msgstr "Procent"
1483
 
1484
  #: app/features/events.php:2237 app/features/events.php:2273
1485
- #: app/features/mec/booking.php:480 app/features/mec/booking.php:509
1486
  msgid "Amount (Per Ticket)"
1487
  msgstr "Částka (za vstupenku)"
1488
 
1489
  #: app/features/events.php:2238 app/features/events.php:2274
1490
- #: app/features/mec/booking.php:481 app/features/mec/booking.php:510
1491
  msgid "Amount (Per Booking)"
1492
  msgstr "Částka (za rezervaci)"
1493
 
1494
  #: app/features/events.php:2361 app/features/events.php:2406
1495
- #: app/features/mec/booking.php:549 app/features/mec/booking.php:581
1496
  msgid "Option Price"
1497
  msgstr "Možnosti ceny"
1498
 
1499
  #: app/features/events.php:2371 app/features/events.php:2375
1500
  #: app/features/events.php:2415 app/features/events.php:2418
1501
- #: app/features/mec/booking.php:555 app/features/mec/booking.php:558
1502
- #: app/features/mec/booking.php:587 app/features/mec/booking.php:590
1503
  msgid "Maximum Per Ticket"
1504
  msgstr "Maximum na jednu vstupenku"
1505
 
1506
  #: app/features/events.php:2376 app/features/events.php:2419
1507
- #: app/features/mec/booking.php:559 app/features/mec/booking.php:591
1508
  #, fuzzy
1509
  #| msgid "Maximum Per Ticket. Leave it blank for unlimited."
1510
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1511
  msgstr "Maximum na jednu vstupenku. Ponechte to prázdné pro neomezené."
1512
 
1513
- #: app/features/events.php:2516 app/features/mec/booking.php:607
1514
  #, fuzzy
1515
  #| msgid "Attendees Limit"
1516
  msgid "Per Attendee Fields"
1517
  msgstr "Limit účastníků"
1518
 
1519
- #: app/features/events.php:2546 app/features/mec/booking.php:640
1520
- #: app/libraries/main.php:3249
1521
  msgid "MEC Name"
1522
  msgstr "MEC Jméno"
1523
 
1524
- #: app/features/events.php:2547 app/features/mec/booking.php:641
1525
- #: app/libraries/main.php:3278
1526
  msgid "MEC Email"
1527
  msgstr "MEC Email"
1528
 
1529
  #: app/features/events.php:2548 app/features/events.php:2637
1530
- #: app/features/mec/booking.php:642 app/features/mec/booking.php:738
1531
- #: app/features/mec/single.php:190 app/libraries/main.php:3220
1532
  msgid "Text"
1533
  msgstr "Text"
1534
 
1535
  #: app/features/events.php:2551 app/features/events.php:2640
1536
- #: app/features/mec/booking.php:645 app/features/mec/booking.php:741
1537
  #: app/features/mec/single.php:194 app/features/organizers.php:103
1538
  #: app/features/organizers.php:148 app/features/speakers.php:119
1539
  #: app/features/speakers.php:200 app/features/speakers.php:285
1540
- #: app/libraries/main.php:3423
1541
  msgid "Tel"
1542
  msgstr "Tel"
1543
 
1544
- #: app/features/events.php:2552 app/features/mec/booking.php:646
1545
- #: app/libraries/main.php:3365
1546
  msgid "File"
1547
  msgstr "Soubor"
1548
 
1549
  #: app/features/events.php:2553 app/features/events.php:2641
1550
- #: app/features/mec/booking.php:647 app/features/mec/booking.php:742
1551
- #: app/features/mec/single.php:195 app/libraries/main.php:3452
1552
  msgid "Textarea"
1553
  msgstr "Plocha textu"
1554
 
1555
  #: app/features/events.php:2554 app/features/events.php:2642
1556
- #: app/features/mec/booking.php:648 app/features/mec/booking.php:743
1557
- #: app/features/mec/single.php:197 app/libraries/main.php:3504
1558
  msgid "Checkboxes"
1559
  msgstr "Zatržítko"
1560
 
1561
  #: app/features/events.php:2555 app/features/events.php:2643
1562
- #: app/features/mec/booking.php:649 app/features/mec/booking.php:744
1563
- #: app/features/mec/single.php:198 app/libraries/main.php:3550
1564
  msgid "Radio Buttons"
1565
  msgstr "Přepínače"
1566
 
1567
  #: app/features/events.php:2556 app/features/events.php:2644
1568
- #: app/features/mec/booking.php:650 app/features/mec/booking.php:745
1569
  #: app/features/mec/meta_boxes/search_form.php:34
1570
  #: app/features/mec/meta_boxes/search_form.php:41
1571
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1642,23 +1642,23 @@ msgstr "Přepínače"
1642
  #: app/features/mec/meta_boxes/search_form.php:792
1643
  #: app/features/mec/meta_boxes/search_form.php:799
1644
  #: app/features/mec/meta_boxes/search_form.php:813
1645
- #: app/features/mec/single.php:199 app/libraries/main.php:3596
1646
  msgid "Dropdown"
1647
  msgstr "Rozbalovací"
1648
 
1649
  #: app/features/events.php:2557 app/features/events.php:2645
1650
- #: app/features/mec/booking.php:651 app/features/mec/booking.php:746
1651
- #: app/libraries/main.php:3645
1652
  msgid "Agreement"
1653
  msgstr "Smlouva"
1654
 
1655
  #: app/features/events.php:2558 app/features/events.php:2646
1656
- #: app/features/mec/booking.php:652 app/features/mec/booking.php:747
1657
- #: app/features/mec/single.php:196 app/libraries/main.php:3481
1658
  msgid "Paragraph"
1659
  msgstr "Paragraf"
1660
 
1661
- #: app/features/events.php:2607 app/features/mec/booking.php:705
1662
  #, fuzzy
1663
  #| msgid "Required Field"
1664
  msgid "Fixed Fields"
@@ -1705,12 +1705,12 @@ msgstr "Limit účastníků"
1705
  #: app/features/mec/meta_boxes/search_form.php:591
1706
  #: app/features/mec/meta_boxes/search_form.php:661
1707
  #: app/features/mec/meta_boxes/search_form.php:767
1708
- #: app/features/mec/settings.php:959 app/features/mec/single.php:339
1709
  #: app/features/mec/single.php:381 app/features/popup/event.php:116
1710
  #: app/features/popup/event.php:125 app/features/search.php:74
1711
- #: app/libraries/main.php:2577 app/libraries/main.php:6213
1712
- #: app/libraries/main.php:6267 app/libraries/skins.php:958
1713
- #: app/skins/single.php:919 app/skins/single.php:1362
1714
  #: app/skins/single/default.php:195 app/skins/single/default.php:428
1715
  #: app/skins/single/m1.php:173 app/skins/single/m2.php:96
1716
  #: app/skins/single/modern.php:116
@@ -1785,8 +1785,8 @@ msgid "%s Email"
1785
  msgstr "%s Email"
1786
 
1787
  #: app/features/events.php:4092 app/features/fes.php:243
1788
- #: app/features/profile/profile.php:183 app/libraries/main.php:2660
1789
- #: app/libraries/main.php:6247
1790
  msgid "Ticket"
1791
  msgstr "Vstupenka"
1792
 
@@ -1856,8 +1856,8 @@ msgstr "Událost byla odebrána!"
1856
  msgid "Order Time"
1857
  msgstr "Konec"
1858
 
1859
- #: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:2608
1860
- #: app/libraries/main.php:2723
1861
  msgid "Transaction ID"
1862
  msgstr "ID transakce"
1863
 
@@ -1943,8 +1943,8 @@ msgstr "Událost byla publikována."
1943
  msgid "Go back to events list"
1944
  msgstr "Přejít zpět na seznam událostí"
1945
 
1946
- #: app/features/fes/form.php:264 app/features/mec/settings.php:827
1947
- #: app/features/mec/settings.php:903
1948
  msgid "Excerpt"
1949
  msgstr ""
1950
 
@@ -1962,43 +1962,43 @@ msgstr ""
1962
 
1963
  #: app/features/fes/form.php:389
1964
  #: app/features/mec/meta_boxes/display_options.php:1309
1965
- #: app/libraries/main.php:415
1966
  msgid "Monday"
1967
  msgstr "Pondělí"
1968
 
1969
  #: app/features/fes/form.php:390
1970
  #: app/features/mec/meta_boxes/display_options.php:1310
1971
- #: app/libraries/main.php:415
1972
  msgid "Tuesday"
1973
  msgstr "Úterý"
1974
 
1975
  #: app/features/fes/form.php:391
1976
  #: app/features/mec/meta_boxes/display_options.php:1311
1977
- #: app/libraries/main.php:415
1978
  msgid "Wednesday"
1979
  msgstr "Středa"
1980
 
1981
  #: app/features/fes/form.php:392
1982
  #: app/features/mec/meta_boxes/display_options.php:1312
1983
- #: app/libraries/main.php:415
1984
  msgid "Thursday"
1985
  msgstr "Čtvrtek"
1986
 
1987
  #: app/features/fes/form.php:393
1988
  #: app/features/mec/meta_boxes/display_options.php:1313
1989
- #: app/libraries/main.php:415
1990
  msgid "Friday"
1991
  msgstr "Pátek"
1992
 
1993
  #: app/features/fes/form.php:394
1994
  #: app/features/mec/meta_boxes/display_options.php:1314
1995
- #: app/libraries/main.php:415
1996
  msgid "Saturday"
1997
  msgstr "Sobota"
1998
 
1999
  #: app/features/fes/form.php:395
2000
  #: app/features/mec/meta_boxes/display_options.php:1308
2001
- #: app/libraries/main.php:415
2002
  msgid "Sunday"
2003
  msgstr "Neděle"
2004
 
@@ -2040,7 +2040,7 @@ msgstr ""
2040
  "Vložte celý odkaz včetně http (s): //"
2041
 
2042
  # v kontextu
2043
- #: app/features/fes/form.php:850 app/features/mec/settings.php:745
2044
  msgid "Featured Image"
2045
  msgstr "Hlavní obrázek"
2046
 
@@ -2051,8 +2051,8 @@ msgstr "Odebrat obrázek"
2051
  #: app/features/fes/form.php:891 app/features/labels.php:61
2052
  #: app/features/labels.php:221 app/features/mec.php:463
2053
  #: app/features/mec/meta_boxes/filter.php:72
2054
- #: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:6210
2055
- #: app/libraries/main.php:6264 app/skins/single.php:1132
2056
  #: app/skins/single/default.php:173 app/skins/single/default.php:405
2057
  #: app/skins/single/m1.php:76 app/skins/single/modern.php:252
2058
  msgid "Labels"
@@ -2116,7 +2116,7 @@ msgid "MEC - Import / Export"
2116
  msgstr "MEC Import / Export"
2117
 
2118
  #: app/features/ix.php:107 app/features/mec/support.php:73
2119
- #: app/libraries/main.php:823
2120
  msgid "Import / Export"
2121
  msgstr "Import / Export"
2122
 
@@ -2136,27 +2136,27 @@ msgstr "Typ souboru by měl být XML nebo ICS."
2136
  msgid "An error occurred during the file upload! Please check permissions!"
2137
  msgstr "Při nahrávání souboru došlo k chybě! Zkontrolujte oprávnění!"
2138
 
2139
- #: app/features/ix.php:265 app/libraries/main.php:6495
2140
- #: app/libraries/main.php:6515
2141
  msgid "Confirmed"
2142
  msgstr "Potvrzeno"
2143
 
2144
- #: app/features/ix.php:266 app/libraries/main.php:6496
2145
- #: app/libraries/main.php:6523
2146
  msgid "Rejected"
2147
  msgstr "Odmítnuto"
2148
 
2149
- #: app/features/ix.php:270 app/features/mec/booking.php:991
2150
- #: app/features/mec/booking.php:1013 app/features/mec/modules.php:415
2151
- #: app/features/mec/modules.php:437 app/features/mec/notifications.php:1046
2152
- #: app/features/mec/notifications.php:1068 app/features/mec/settings.php:1269
2153
- #: app/features/mec/settings.php:1291 app/features/mec/single.php:446
2154
- #: app/features/mec/single.php:468 app/libraries/main.php:6543
2155
  msgid "Verified"
2156
  msgstr "Ověřeno"
2157
 
2158
  #: app/features/ix.php:271 app/features/labels.php:118
2159
- #: app/features/labels.php:143 app/libraries/main.php:6544
2160
  #: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
2161
  #: app/skins/carousel/render.php:38 app/skins/countdown/tpl.php:40
2162
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
@@ -2453,16 +2453,16 @@ msgstr "Přepnout"
2453
  #: app/features/ix/export_g_calendar.php:72
2454
  #: app/features/ix/export_g_calendar.php:151
2455
  #: app/features/ix/export_g_calendar.php:166
2456
- #: app/features/mec/notifications.php:149
2457
- #: app/features/mec/notifications.php:260
2458
- #: app/features/mec/notifications.php:385
2459
- #: app/features/mec/notifications.php:758 app/features/notifications.php:133
2460
  msgid "Add to Google Calendar"
2461
  msgstr "Přidat do Google kalendáře"
2462
 
2463
- #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:993
2464
- #: app/features/mec/modules.php:417 app/features/mec/notifications.php:1048
2465
- #: app/features/mec/settings.php:1271 app/features/mec/single.php:448
2466
  msgid "Checking ..."
2467
  msgstr "Ověřování ..."
2468
 
@@ -2511,9 +2511,9 @@ msgid "ICS Feed"
2511
  msgstr "ICS Feed"
2512
 
2513
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2514
- #: app/features/mec/booking.php:99 app/features/mec/booking.php:414
2515
- #: app/features/mec/booking.php:430 app/features/mec/booking.php:448
2516
- #: app/features/mec/booking.php:525
2517
  #: app/features/mec/meta_boxes/display_options.php:229
2518
  #: app/features/mec/meta_boxes/display_options.php:496
2519
  #: app/features/mec/modules.php:69 app/features/mec/modules.php:211
@@ -2524,8 +2524,8 @@ msgstr "% s je vyžadováno pro použití této funkce."
2524
 
2525
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2526
  #: app/features/ix/sync.php:22 app/features/mec/booking.php:99
2527
- #: app/features/mec/booking.php:414 app/features/mec/booking.php:430
2528
- #: app/features/mec/booking.php:448 app/features/mec/booking.php:525
2529
  #: app/features/mec/meta_boxes/display_options.php:229
2530
  #: app/features/mec/meta_boxes/display_options.php:496
2531
  #: app/features/mec/meta_boxes/display_options.php:537
@@ -2745,7 +2745,7 @@ msgstr "Auto Google Import"
2745
 
2746
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2747
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2748
- #: app/features/mec/notifications.php:646
2749
  msgid "Important Note"
2750
  msgstr "Důležitá poznámka"
2751
 
@@ -2967,8 +2967,8 @@ msgstr "Událost %s"
2967
 
2968
  #: app/features/locations.php:59 app/features/mec.php:464
2969
  #: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
2970
- #: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:6212
2971
- #: app/libraries/main.php:6266
2972
  msgid "Locations"
2973
  msgstr "Umístění"
2974
 
@@ -3047,7 +3047,7 @@ msgstr "Název místa"
3047
  msgid "eg. City Hall"
3048
  msgstr "např. Radnice"
3049
 
3050
- #: app/features/locations.php:347 app/features/mec/settings.php:775
3051
  #: app/features/popup/event.php:143 app/widgets/single.php:115
3052
  msgid "Event Location"
3053
  msgstr "Místo události"
@@ -3087,8 +3087,8 @@ msgstr "Vyberte obrázek"
3087
  msgid "Don't show map in single event page"
3088
  msgstr "Nezobrazovat mapu na jednostránkové události"
3089
 
3090
- #: app/features/locations.php:398 app/libraries/main.php:6250
3091
- #: app/libraries/main.php:6297
3092
  msgid "Other Locations"
3093
  msgstr "Další místa"
3094
 
@@ -3176,7 +3176,7 @@ msgstr "Podpora"
3176
  #: app/features/mec.php:465 app/features/mec/dashboard.php:286
3177
  #: app/features/mec/meta_boxes/filter.php:71
3178
  #: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
3179
- #: app/libraries/main.php:6214 app/libraries/main.php:6268
3180
  msgid "Organizers"
3181
  msgstr "Organizátoři"
3182
 
@@ -3215,7 +3215,7 @@ msgstr "Export"
3215
  msgid "MEC - Go Pro"
3216
  msgstr "MEC - podpora"
3217
 
3218
- #: app/features/mec.php:482 app/features/mec.php:1260
3219
  #: app/features/mec/go-pro.php:9
3220
  msgid "Go Pro"
3221
  msgstr ""
@@ -3256,99 +3256,99 @@ msgstr "Filtrovat možnosti"
3256
  msgid "Search Form"
3257
  msgstr "Vyhledávací formulář"
3258
 
3259
- #: app/features/mec.php:968
3260
  msgid "Display content's images as Popup"
3261
  msgstr "Zobrazit obrázky obsahu jako vyskakovací okno"
3262
 
3263
- #: app/features/mec.php:982 app/features/popup/shortcode.php:473
3264
  msgid "Single Event Display Method"
3265
  msgstr "Metoda zobrazení jedné události"
3266
 
3267
- #: app/features/mec.php:989 app/features/popup/shortcode.php:485
3268
  #, fuzzy
3269
  #| msgid "Modal 1"
3270
  msgid "Modal Popup"
3271
  msgstr "Modal 1"
3272
 
3273
- #: app/features/mec.php:990
3274
  #, fuzzy
3275
  #| msgid "Disabled"
3276
  msgid "Disable Link"
3277
  msgstr "Zakázaný"
3278
 
3279
- #: app/features/mec.php:1003
3280
  #, fuzzy
3281
  #| msgid "Booking Options"
3282
  msgid "Booking Button / Icon"
3283
  msgstr "Možnosti rezervace"
3284
 
3285
- #: app/features/mec.php:1163 app/features/mec.php:1273
3286
  msgid "Total Bookings"
3287
  msgstr "Celkový počet rezervací"
3288
 
3289
- #: app/features/mec.php:1182 app/features/mec/dashboard.php:63
3290
  msgid "Modern Events Calendar (Lite)"
3291
  msgstr "Modern Events Calendar (Lite)"
3292
 
3293
- #: app/features/mec.php:1191 app/features/mec/dashboard.php:297
3294
- #: app/features/mec/settings.php:448
3295
  msgid "Upcoming Events"
3296
  msgstr "Nadcházející události"
3297
 
3298
- #: app/features/mec.php:1246
3299
  #, fuzzy
3300
  #| msgid "Update %s"
3301
  msgid "News & Updates"
3302
  msgstr "Aktualizovat %s"
3303
 
3304
- #: app/features/mec.php:1259
3305
  msgid "Blog"
3306
  msgstr ""
3307
 
3308
- #: app/features/mec.php:1259
3309
  msgid "Help"
3310
  msgstr ""
3311
 
3312
- #: app/features/mec.php:1306
3313
  msgid "This Month"
3314
  msgstr "Tento měsíc"
3315
 
3316
- #: app/features/mec.php:1313
3317
  msgid "Last Month"
3318
  msgstr "Minulý měsíc"
3319
 
3320
- #: app/features/mec.php:1320
3321
  msgid "This Year"
3322
  msgstr "Tento rok"
3323
 
3324
- #: app/features/mec.php:1327
3325
  msgid "Last Year"
3326
  msgstr "Minulý rok"
3327
 
3328
- #: app/features/mec.php:1348
3329
  msgid "Bar"
3330
  msgstr "Pruh"
3331
 
3332
- #: app/features/mec.php:1349
3333
  msgid "Line"
3334
  msgstr "Čára"
3335
 
3336
- #: app/features/mec.php:1351
3337
  msgid "Filter"
3338
  msgstr "Filtr"
3339
 
3340
- #: app/features/mec.php:1367
3341
  #, php-format
3342
  msgid "Total Sells (%s)"
3343
  msgstr "Celkový prodej %s"
3344
 
3345
- #: app/features/mec.php:1395
3346
  #, fuzzy
3347
  #| msgid "Modern Events Calendar"
3348
  msgid "Print Calendar"
3349
  msgstr "Moderní kalendář událostí"
3350
 
3351
- #: app/features/mec.php:1410
3352
  #, fuzzy
3353
  #| msgid "Display Event Price"
3354
  msgid "Display Events"
@@ -3381,21 +3381,21 @@ msgstr ""
3381
  msgid "Search..."
3382
  msgstr "Vyhledávání ..."
3383
 
3384
- #: app/features/mec/booking.php:80 app/features/mec/booking.php:753
3385
- #: app/features/mec/booking.php:909 app/features/mec/booking.php:918
3386
- #: app/features/mec/booking.php:928 app/features/mec/booking.php:1010
3387
- #: app/features/mec/booking.php:1024 app/features/mec/messages.php:15
3388
  #: app/features/mec/messages.php:51 app/features/mec/messages.php:60
3389
  #: app/features/mec/messages.php:94 app/features/mec/messages.php:103
3390
  #: app/features/mec/modules.php:25 app/features/mec/modules.php:382
3391
  #: app/features/mec/modules.php:392 app/features/mec/modules.php:434
3392
  #: app/features/mec/modules.php:448 app/features/mec/notifications.php:14
3393
- #: app/features/mec/notifications.php:953
3394
- #: app/features/mec/notifications.php:965
3395
- #: app/features/mec/notifications.php:1065
3396
- #: app/features/mec/notifications.php:1079 app/features/mec/settings.php:42
3397
- #: app/features/mec/settings.php:1220 app/features/mec/settings.php:1230
3398
- #: app/features/mec/settings.php:1288 app/features/mec/settings.php:1302
3399
  #: app/features/mec/single.php:21 app/features/mec/single.php:413
3400
  #: app/features/mec/single.php:423 app/features/mec/single.php:465
3401
  #: app/features/mec/single.php:479 app/features/mec/styles.php:11
@@ -3442,13 +3442,13 @@ msgstr "Maximum termínů"
3442
  msgid "Default is 6"
3443
  msgstr "Výchozí je 6"
3444
 
3445
- #: app/features/mec/booking.php:130 app/features/mec/booking.php:138
3446
  msgid "Lock Pre-filled Fields"
3447
  msgstr ""
3448
 
3449
- #: app/features/mec/booking.php:133 app/features/mec/booking.php:187
3450
- #: app/features/mec/booking.php:254 app/features/mec/booking.php:823
3451
- #: app/features/mec/booking.php:848
3452
  #: app/features/mec/meta_boxes/search_form.php:33
3453
  #: app/features/mec/meta_boxes/search_form.php:40
3454
  #: app/features/mec/meta_boxes/search_form.php:48
@@ -3547,67 +3547,71 @@ msgstr ""
3547
  #: app/features/mec/meta_boxes/search_form.php:805
3548
  #: app/features/mec/meta_boxes/search_form.php:812
3549
  #: app/features/mec/meta_boxes/search_form.php:819
3550
- #: app/features/mec/modules.php:124 app/features/mec/settings.php:104
3551
- #: app/features/mec/settings.php:466
3552
  msgid "Disabled"
3553
  msgstr "Zakázaný"
3554
 
3555
- #: app/features/mec/booking.php:134 app/features/mec/booking.php:186
3556
- #: app/features/mec/booking.php:253 app/features/mec/booking.php:822
3557
- #: app/features/mec/booking.php:849 app/features/mec/settings.php:105
3558
  msgid "Enabled"
3559
  msgstr "Povoleno"
3560
 
3561
- #: app/features/mec/booking.php:139
 
 
 
 
3562
  msgid ""
3563
  "When users are logged in, name and email fields will be pre-filled but users "
3564
  "can change them. If you enable the lock, then logged in users cannot change "
3565
  "the pre-filled fields."
3566
  msgstr ""
3567
 
3568
- #: app/features/mec/booking.php:160 app/features/mec/booking.php:174
3569
  #, fuzzy
3570
  #| msgid "Booking Cancellation"
3571
  msgid "Cancellation Period"
3572
  msgstr "Zrušení rezervace"
3573
 
3574
- #: app/features/mec/booking.php:162
3575
  msgid "e.g 5"
3576
  msgstr ""
3577
 
3578
- #: app/features/mec/booking.php:163
3579
  msgid "Period"
3580
  msgstr ""
3581
 
3582
- #: app/features/mec/booking.php:164
3583
  #, fuzzy
3584
  #| msgid "hours"
3585
  msgid "Hour(s)"
3586
  msgstr "hodiny"
3587
 
3588
- #: app/features/mec/booking.php:165
3589
  msgid "Day(s)"
3590
  msgstr ""
3591
 
3592
- #: app/features/mec/booking.php:167
3593
  #, fuzzy
3594
  #| msgid "Type 1"
3595
  msgid "Type"
3596
  msgstr "Typ 1"
3597
 
3598
- #: app/features/mec/booking.php:168
3599
  #, fuzzy
3600
  #| msgid "Before $10"
3601
  msgid "Before"
3602
  msgstr "Před $10"
3603
 
3604
- #: app/features/mec/booking.php:171
3605
  #, fuzzy
3606
  #| msgid "On Event Start"
3607
  msgid "Event Start"
3608
  msgstr "Při spuštění události"
3609
 
3610
- #: app/features/mec/booking.php:175
3611
  msgid ""
3612
  "You can restrict the ability to cancel bookings. Leave empty for "
3613
  "cancellation at any time. For example if you insert 5 hours before event "
@@ -3615,63 +3619,63 @@ msgid ""
3615
  "after that they're not able to do that."
3616
  msgstr ""
3617
 
3618
- #: app/features/mec/booking.php:181
3619
  #, fuzzy
3620
  #| msgid "Register Button"
3621
  msgid "User Registration"
3622
  msgstr "Registrační tlačítko"
3623
 
3624
- #: app/features/mec/booking.php:183 app/features/mec/booking.php:191
3625
  #: app/modules/booking/steps/form.php:330
3626
  #, fuzzy
3627
  #| msgid "Register Button"
3628
  msgid "Registration"
3629
  msgstr "Registrační tlačítko"
3630
 
3631
- #: app/features/mec/booking.php:192
3632
  msgid ""
3633
  "If enabled MEC would create a WordPress User for main attendees. It's "
3634
  "recommended to keep it enabled."
3635
  msgstr ""
3636
 
3637
- #: app/features/mec/booking.php:200 app/features/mec/booking.php:210
3638
  #, fuzzy
3639
  #| msgid "User Profile"
3640
  msgid "User Role"
3641
  msgstr "Uživatelský profil"
3642
 
3643
- #: app/features/mec/booking.php:211
3644
  msgid ""
3645
  "MEC creates a user for main attendee after each booking. Default role of the "
3646
  "user is subscriber but you can change it if needed."
3647
  msgstr ""
3648
 
3649
- #: app/features/mec/booking.php:218 app/features/mec/booking.php:226
3650
  msgid "Username & Password"
3651
  msgstr ""
3652
 
3653
- #: app/features/mec/booking.php:221
3654
  msgid "Auto"
3655
  msgstr ""
3656
 
3657
- #: app/features/mec/booking.php:222
3658
  msgid "Manual"
3659
  msgstr ""
3660
 
3661
- #: app/features/mec/booking.php:227
3662
  msgid ""
3663
  "If you set it to manual option then users can insert a username and password "
3664
  "during the booking for registration otherwise MEC use their email and an "
3665
  "auto generated password."
3666
  msgstr ""
3667
 
3668
- #: app/features/mec/booking.php:235
3669
  #, fuzzy
3670
  #| msgid "Location"
3671
  msgid "Limitation"
3672
  msgstr "Umístění"
3673
 
3674
- #: app/features/mec/booking.php:237
3675
  #: app/features/mec/meta_boxes/display_options.php:140
3676
  #: app/features/mec/meta_boxes/display_options.php:417
3677
  #: app/features/mec/meta_boxes/display_options.php:589
@@ -3683,15 +3687,15 @@ msgstr "Umístění"
3683
  msgid "Limit"
3684
  msgstr "Limit"
3685
 
3686
- #: app/features/mec/booking.php:239
3687
  msgid "Default is empty"
3688
  msgstr "Výchozí hodnota je prázdná"
3689
 
3690
- #: app/features/mec/booking.php:242
3691
  msgid "Booking Limit"
3692
  msgstr "Limit rezervace"
3693
 
3694
- #: app/features/mec/booking.php:243
3695
  msgid ""
3696
  "Total tickets that a user can book. It is useful if you're providing free "
3697
  "tickets. Leave it empty for unlimited booking."
@@ -3700,26 +3704,26 @@ msgstr ""
3700
  "pokud poskytujete bezplatné vstupenky. Pro neomezenou rezervaci to nechte "
3701
  "prázdné."
3702
 
3703
- #: app/features/mec/booking.php:250 app/features/mec/booking.php:258
3704
  #, fuzzy
3705
  #| msgid "Description"
3706
  msgid "IP restriction"
3707
  msgstr "Popis"
3708
 
3709
- #: app/features/mec/booking.php:259
3710
  msgid ""
3711
  "If you set limit for total tickets that users can book, MEC will use IP and "
3712
  "email to prevent users to book high tickets. You can disable the IP "
3713
  "restriction if you don't need it."
3714
  msgstr ""
3715
 
3716
- #: app/features/mec/booking.php:265 app/features/mec/booking.php:267
3717
- #: app/features/mec/booking.php:277 app/features/mec/settings.php:656
3718
- #: app/features/mec/settings.php:666
3719
  msgid "Thank You Page"
3720
  msgstr "Stránka s poděkováním"
3721
 
3722
- #: app/features/mec/booking.php:278
3723
  msgid ""
3724
  "User redirects to this page after booking. Leave it empty if you want to "
3725
  "disable it."
@@ -3727,16 +3731,16 @@ msgstr ""
3727
  "Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
3728
  "vypnout, ponechte ji prázdnou."
3729
 
3730
- #: app/features/mec/booking.php:285 app/features/mec/booking.php:290
3731
- #: app/features/mec/settings.php:676 app/features/mec/settings.php:681
3732
  msgid "Thank You Page Time Interval"
3733
  msgstr "Stránka s poděkováním časového intervalu"
3734
 
3735
- #: app/features/mec/booking.php:287 app/features/mec/settings.php:678
3736
  msgid "2000 mean 2 seconds"
3737
  msgstr "2000 znamená 2 vteřiny"
3738
 
3739
- #: app/features/mec/booking.php:291 app/features/mec/settings.php:682
3740
  msgid ""
3741
  "Waiting time before redirecting to thank you page. It's in miliseconds so "
3742
  "2000 means 2 seconds."
@@ -3744,80 +3748,80 @@ msgstr ""
3744
  "Čekací doba před přesměrováním na stránku s poděkováním. Je to v "
3745
  "milisekundách, takže 2000 znamená 2 vteřiny."
3746
 
3747
- #: app/features/mec/booking.php:297
3748
  #, fuzzy
3749
  #| msgid "Book Event"
3750
  msgid "Booking Elements"
3751
  msgstr "Rezervovat událost"
3752
 
3753
- #: app/features/mec/booking.php:303
3754
  msgid "Enable Express Attendees Form"
3755
  msgstr "Povolit formulář Expres účastníci"
3756
 
3757
- #: app/features/mec/booking.php:307
3758
  msgid "Attendees Form"
3759
  msgstr "Formulář účastníků"
3760
 
3761
- #: app/features/mec/booking.php:308
3762
  msgid ""
3763
  "Apply the info from the first attendee to all purchased ticket by that user. "
3764
  "Uncheck if you want every ticket to have its own attendee’s info."
3765
  msgstr ""
3766
 
3767
- #: app/features/mec/booking.php:321
3768
  msgid "Enable Invoice"
3769
  msgstr "Povolit fakturu"
3770
 
3771
- #: app/features/mec/booking.php:332
3772
  msgid "Enable Booking for Ongoing Events"
3773
  msgstr "Povolit rezervaci pro probíhající události"
3774
 
3775
- #: app/features/mec/booking.php:343
3776
  msgid "Enable Downloadable File"
3777
  msgstr ""
3778
 
3779
- #: app/features/mec/booking.php:348
3780
  msgid ""
3781
  "By enabling this feature, You can upload a file for each event and bookers "
3782
  "are able to download it after booking."
3783
  msgstr ""
3784
 
3785
- #: app/features/mec/booking.php:355
3786
  msgid "Email verification"
3787
  msgstr "Ověřovací email"
3788
 
3789
- #: app/features/mec/booking.php:361
3790
  msgid "Auto verification for free bookings"
3791
  msgstr "Automatické ověření pro rezervace zdarma"
3792
 
3793
- #: app/features/mec/booking.php:370
3794
  msgid "Auto verification for paid bookings"
3795
  msgstr "Automatické ověření pro placené rezervace"
3796
 
3797
- #: app/features/mec/booking.php:374 app/features/mec/notifications.php:269
3798
- #: app/features/notifications.php:155 app/libraries/main.php:597
3799
  msgid "Booking Confirmation"
3800
  msgstr "Potvrzení rezervace"
3801
 
3802
- #: app/features/mec/booking.php:380
3803
  msgid "Auto confirmation for free bookings"
3804
  msgstr "Automatické potvrzení pro rezervace zdarma"
3805
 
3806
- #: app/features/mec/booking.php:389
3807
  msgid "Auto confirmation for paid bookings"
3808
  msgstr "Automatické ověření pro placené rezervace"
3809
 
3810
- #: app/features/mec/booking.php:398
3811
  msgid "Send confirmation email in auto confirmation mode"
3812
  msgstr ""
3813
 
3814
- #: app/features/mec/booking.php:411 app/libraries/main.php:566
3815
  #, fuzzy
3816
  #| msgid "Booking Style"
3817
  msgid "Booking Shortcode"
3818
  msgstr "Styl rezervace"
3819
 
3820
- #: app/features/mec/booking.php:419
3821
  #, php-format
3822
  msgid ""
3823
  "Booking module is available in the event details page but if you like to "
@@ -3826,7 +3830,7 @@ msgid ""
3826
  "into the page content and place the event id instead of 1."
3827
  msgstr ""
3828
 
3829
- #: app/features/mec/booking.php:420
3830
  #, php-format
3831
  msgid ""
3832
  "Also, you can insert %s if you like to show only one of the available "
@@ -3834,11 +3838,11 @@ msgid ""
3834
  "This parameter is optional."
3835
  msgstr ""
3836
 
3837
- #: app/features/mec/booking.php:435
3838
  msgid "Enable coupons module"
3839
  msgstr "Povolit modul vstupenek"
3840
 
3841
- #: app/features/mec/booking.php:437
3842
  #, fuzzy
3843
  #| msgid ""
3844
  #| "After enabling and saving the settings,, you should reload the page to "
@@ -3850,36 +3854,36 @@ msgstr ""
3850
  "Po povolení a uložení nastavení byste měli stránku znovu načíst a zobrazit "
3851
  "novou nabídku na řídícím panelu > Rezervace"
3852
 
3853
- #: app/features/mec/booking.php:445 app/features/mec/booking.php:815
3854
- #: app/libraries/main.php:568
3855
  msgid "Taxes / Fees"
3856
  msgstr "Daně / poplatky"
3857
 
3858
- #: app/features/mec/booking.php:453
3859
  msgid "Enable taxes / fees module"
3860
  msgstr "Povolit modul daní / poplatků"
3861
 
3862
- #: app/features/mec/booking.php:458
3863
  msgid "Add Fee"
3864
  msgstr "Přidat poplatek"
3865
 
3866
- #: app/features/mec/booking.php:522 app/libraries/main.php:569
3867
  msgid "Ticket Variations & Options"
3868
  msgstr "Varianty a možnosti vstupenek"
3869
 
3870
- #: app/features/mec/booking.php:530
3871
  msgid "Enable ticket options module"
3872
  msgstr "Povolit modul možností vstupenek"
3873
 
3874
- #: app/features/mec/booking.php:535
3875
  msgid "Add Variation / Option"
3876
  msgstr "Přidat varianty / možnosti"
3877
 
3878
- #: app/features/mec/booking.php:805
3879
  msgid "Use WooCommerce as Payment System"
3880
  msgstr ""
3881
 
3882
- #: app/features/mec/booking.php:807
3883
  msgid ""
3884
  "By enabling this feature, tickets will be added to WooCommerce cart and all "
3885
  "payment process would be done by WooCommerce so all of MEC payment related "
@@ -3887,77 +3891,77 @@ msgid ""
3887
  "fields etc, you need to configure WooCommerce on your website."
3888
  msgstr ""
3889
 
3890
- #: app/features/mec/booking.php:809
3891
  msgid ""
3892
  "You cannot use following MEC features so you should use WooCommerc and its "
3893
  "addons if you need them."
3894
  msgstr ""
3895
 
3896
- #: app/features/mec/booking.php:811
3897
  #, fuzzy
3898
  #| msgid "Payment Gateways"
3899
  msgid "Payment gateways"
3900
  msgstr "Platební brány"
3901
 
3902
- #: app/features/mec/booking.php:812
3903
  #, fuzzy
3904
  #| msgid "Price per Date"
3905
  msgid "Price per dates of tickets"
3906
  msgstr "Cena za datum"
3907
 
3908
- #: app/features/mec/booking.php:814
3909
  #, fuzzy
3910
  #| msgid "Ticket Variations / Options"
3911
  msgid "Ticket variations"
3912
  msgstr "Varianty vstupenky / možnosti"
3913
 
3914
- #: app/features/mec/booking.php:819
3915
  msgid "Automatically complete WooCommerce orders"
3916
  msgstr ""
3917
 
3918
- #: app/features/mec/booking.php:827
3919
  #, fuzzy
3920
  #| msgid "WooCommerce gateways"
3921
  msgid "Auto WooCommerce orders"
3922
  msgstr "Brána WooCommerce"
3923
 
3924
- #: app/features/mec/booking.php:828
3925
  msgid "It applies only to the orders that are related to MEC."
3926
  msgstr ""
3927
 
3928
- #: app/features/mec/booking.php:836
3929
  msgid "After Add to Cart"
3930
  msgstr ""
3931
 
3932
- #: app/features/mec/booking.php:839
3933
  #, fuzzy
3934
  #| msgid "Get Directions"
3935
  msgid "Redirect to Cart"
3936
  msgstr "Získat směr"
3937
 
3938
- #: app/features/mec/booking.php:840
3939
  #, fuzzy
3940
  #| msgid "Get Directions"
3941
  msgid "Redirect to Checkout"
3942
  msgstr "Získat směr"
3943
 
3944
- #: app/features/mec/booking.php:845
3945
  #, fuzzy
3946
  #| msgid "Booking Form"
3947
  msgid "MEC Booking Form"
3948
  msgstr "Rezervační formulář"
3949
 
3950
- #: app/features/mec/booking.php:854
3951
  msgid ""
3952
  "If enabled then users should fill the booking form in MEC and then they will "
3953
  "be redirected to checkout."
3954
  msgstr ""
3955
 
3956
- #: app/features/mec/booking.php:880
3957
  msgid "Enable Organizer Payment Module"
3958
  msgstr "Povolit platební modul organizátora"
3959
 
3960
- #: app/features/mec/booking.php:885
3961
  msgid ""
3962
  "By enabling this module, organizers are able to insert their own payment "
3963
  "credentials for enabled gateways per event and receive the payments directly!"
@@ -3965,17 +3969,17 @@ msgstr ""
3965
  "Po aktivaci tohoto modulu mohou organizátoři vkládat své vlastní platební "
3966
  "údaje pro povolené brány pro události a přijímat platby přímo!"
3967
 
3968
- #: app/features/mec/booking.php:895
3969
  msgid "Disable / Enable payment gateways per event"
3970
  msgstr ""
3971
 
3972
- #: app/features/mec/booking.php:899
3973
  #, fuzzy
3974
  #| msgid "Payment Gateways"
3975
  msgid "Payment Gateways Per Event"
3976
  msgstr "Platební brány"
3977
 
3978
- #: app/features/mec/booking.php:900
3979
  #, fuzzy
3980
  #| msgid ""
3981
  #| "By enabling this module, organizers are able to insert their own payment "
@@ -3988,22 +3992,22 @@ msgstr ""
3988
  "Po aktivaci tohoto modulu mohou organizátoři vkládat své vlastní platební "
3989
  "údaje pro povolené brány pro události a přijímat platby přímo!"
3990
 
3991
- #: app/features/mec/booking.php:988 app/features/mec/messages.php:78
3992
- #: app/features/mec/modules.php:412 app/features/mec/notifications.php:1043
3993
- #: app/features/mec/settings.php:1266 app/features/mec/single.php:443
3994
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3995
  msgid "Saved"
3996
  msgstr "Uloženo"
3997
 
3998
- #: app/features/mec/booking.php:989 app/features/mec/messages.php:79
3999
- #: app/features/mec/modules.php:413 app/features/mec/notifications.php:1044
4000
- #: app/features/mec/settings.php:1267 app/features/mec/single.php:444
4001
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
4002
  msgid "Settings Saved!"
4003
  msgstr "Nastavení uložena!"
4004
 
4005
- #: app/features/mec/booking.php:1015 app/features/mec/modules.php:439
4006
- #: app/features/mec/notifications.php:1070 app/features/mec/settings.php:1293
4007
  #: app/features/mec/single.php:470
4008
  msgid "Please Refresh Page"
4009
  msgstr "Prosím obnovte stránku"
@@ -4133,7 +4137,7 @@ msgid "Download Settings"
4133
  msgstr "Stáhnout nastavení"
4134
 
4135
  #: app/features/mec/messages.php:28 app/features/mec/support-page.php:102
4136
- #: app/features/mec/support.php:66 app/libraries/main.php:816
4137
  msgid "Messages"
4138
  msgstr "Zprávy"
4139
 
@@ -4164,9 +4168,9 @@ msgstr "Vzhled"
4164
  #: app/features/mec/meta_boxes/display_options.php:947
4165
  #: app/features/mec/meta_boxes/display_options.php:1272
4166
  #: app/features/mec/meta_boxes/display_options.php:1559
4167
- #: app/features/mec/settings.php:309 app/features/mec/settings.php:333
4168
- #: app/features/mec/settings.php:342 app/features/mec/settings.php:386
4169
- #: app/features/mec/settings.php:410 app/features/mec/settings.php:419
4170
  #: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
4171
  #: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
4172
  #: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
@@ -4177,8 +4181,8 @@ msgstr "Klasický"
4177
 
4178
  #: app/features/mec/meta_boxes/display_options.php:44
4179
  #: app/features/mec/meta_boxes/display_options.php:286
4180
- #: app/features/mec/settings.php:334 app/features/mec/settings.php:344
4181
- #: app/features/mec/settings.php:411 app/features/mec/settings.php:421
4182
  #: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
4183
  msgid "Minimal"
4184
  msgstr "Minimální"
@@ -4189,10 +4193,10 @@ msgstr "Minimální"
4189
  #: app/features/mec/meta_boxes/display_options.php:949
4190
  #: app/features/mec/meta_boxes/display_options.php:1270
4191
  #: app/features/mec/meta_boxes/display_options.php:1561
4192
- #: app/features/mec/settings.php:311 app/features/mec/settings.php:324
4193
- #: app/features/mec/settings.php:335 app/features/mec/settings.php:345
4194
- #: app/features/mec/settings.php:388 app/features/mec/settings.php:401
4195
- #: app/features/mec/settings.php:412 app/features/mec/settings.php:422
4196
  #: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
4197
  #: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
4198
  #: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
@@ -4200,13 +4204,13 @@ msgid "Modern"
4200
  msgstr "Moderní"
4201
 
4202
  #: app/features/mec/meta_boxes/display_options.php:46
4203
- #: app/features/mec/settings.php:336 app/features/mec/settings.php:413
4204
  #: app/features/popup/shortcode.php:83
4205
  msgid "Standard"
4206
  msgstr "Standardní"
4207
 
4208
  #: app/features/mec/meta_boxes/display_options.php:47
4209
- #: app/features/mec/settings.php:337 app/features/mec/settings.php:414
4210
  #: app/features/popup/shortcode.php:88
4211
  msgid "Accordion"
4212
  msgstr "Akordeon"
@@ -4605,9 +4609,9 @@ msgstr "Přepínač pro oddělovník měsíce"
4605
  #: app/features/mec/meta_boxes/display_options.php:948
4606
  #: app/features/mec/meta_boxes/display_options.php:1271
4607
  #: app/features/mec/meta_boxes/display_options.php:1560
4608
- #: app/features/mec/settings.php:310 app/features/mec/settings.php:325
4609
- #: app/features/mec/settings.php:343 app/features/mec/settings.php:387
4610
- #: app/features/mec/settings.php:402 app/features/mec/settings.php:420
4611
  #: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
4612
  #: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
4613
  #: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
@@ -4617,8 +4621,8 @@ msgstr "Čistý"
4617
  #: app/features/mec/meta_boxes/display_options.php:288
4618
  #: app/features/mec/meta_boxes/display_options.php:687
4619
  #: app/features/mec/meta_boxes/display_options.php:951
4620
- #: app/features/mec/settings.php:313 app/features/mec/settings.php:346
4621
- #: app/features/mec/settings.php:390 app/features/mec/settings.php:423
4622
  #: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
4623
  #: app/features/popup/shortcode.php:219
4624
  msgid "Simple"
@@ -4632,8 +4636,8 @@ msgstr "Plněbarevný"
4632
  #: app/features/mec/meta_boxes/display_options.php:290
4633
  #: app/features/mec/meta_boxes/display_options.php:686
4634
  #: app/features/mec/meta_boxes/display_options.php:950
4635
- #: app/features/mec/settings.php:312 app/features/mec/settings.php:348
4636
- #: app/features/mec/settings.php:389 app/features/mec/settings.php:425
4637
  #: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
4638
  #: app/features/popup/shortcode.php:214
4639
  msgid "Novel"
@@ -4683,21 +4687,21 @@ msgstr "Výchozí zobrazení"
4683
 
4684
  #: app/features/mec/meta_boxes/display_options.php:673
4685
  #: app/features/mec/meta_boxes/display_options.php:697
4686
- #: app/libraries/main.php:335 app/libraries/main.php:2056
4687
- #: app/libraries/main.php:2081
4688
  msgid "List View"
4689
  msgstr "Zobrazení seznamu"
4690
 
4691
  #: app/features/mec/meta_boxes/display_options.php:674
4692
  #: app/features/mec/meta_boxes/display_options.php:718
4693
- #: app/libraries/main.php:336 app/libraries/main.php:2057
4694
- #: app/libraries/main.php:2082
4695
  msgid "Grid View"
4696
  msgstr "Zobrazení mřížky"
4697
 
4698
  #: app/features/mec/meta_boxes/display_options.php:675
4699
  #: app/features/mec/meta_boxes/display_options.php:728
4700
- #: app/libraries/main.php:352
4701
  #, fuzzy
4702
  #| msgid "Timetable View"
4703
  msgid "Tile View"
@@ -4705,8 +4709,8 @@ msgstr "Zobrazení rozvrhu"
4705
 
4706
  #: app/features/mec/meta_boxes/display_options.php:676
4707
  #: app/features/mec/meta_boxes/display_options.php:739
4708
- #: app/libraries/main.php:339 app/libraries/main.php:2050
4709
- #: app/libraries/main.php:2075
4710
  msgid "Yearly View"
4711
  msgstr "Roční zobrazení"
4712
 
@@ -4717,15 +4721,15 @@ msgstr "Měsíční / kalendářní zobrazení"
4717
 
4718
  #: app/features/mec/meta_boxes/display_options.php:678
4719
  #: app/features/mec/meta_boxes/display_options.php:788
4720
- #: app/libraries/main.php:342 app/libraries/main.php:2052
4721
- #: app/libraries/main.php:2077
4722
  msgid "Weekly View"
4723
  msgstr "Týdenní zobrazení"
4724
 
4725
  #: app/features/mec/meta_boxes/display_options.php:679
4726
  #: app/features/mec/meta_boxes/display_options.php:798
4727
- #: app/libraries/main.php:341 app/libraries/main.php:2053
4728
- #: app/libraries/main.php:2078
4729
  msgid "Daily View"
4730
  msgstr "Denní zobrazení"
4731
 
@@ -5153,7 +5157,7 @@ msgstr "Vložte požadované tagy oddělené čárkou."
5153
  msgid "Choose your desired authors for filtering the events."
5154
  msgstr "Vyberte požadované autory pro filtrování událostí."
5155
 
5156
- #: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:449
5157
  msgid "Expired Events"
5158
  msgstr "Události vypršely"
5159
 
@@ -5233,11 +5237,11 @@ msgstr "Zobrazit vyhledávací formulář"
5233
  #: app/features/mec/meta_boxes/search_form.php:606
5234
  #: app/features/mec/meta_boxes/search_form.php:676
5235
  #: app/features/mec/meta_boxes/search_form.php:782
5236
- #: app/features/mec/settings.php:972 app/features/mec/single.php:344
5237
  #: app/features/mec/single.php:386 app/features/search.php:86
5238
  #: app/features/speakers.php:60 app/features/speakers.php:283
5239
- #: app/libraries/main.php:6217 app/libraries/main.php:6271
5240
- #: app/libraries/skins.php:1010 app/modules/speakers/details.php:18
5241
  msgid "Speaker"
5242
  msgstr "Řečník"
5243
 
@@ -5252,9 +5256,9 @@ msgstr "Řečník"
5252
  #: app/features/mec/meta_boxes/search_form.php:613
5253
  #: app/features/mec/meta_boxes/search_form.php:683
5254
  #: app/features/mec/meta_boxes/search_form.php:789
5255
- #: app/features/mec/settings.php:979 app/features/mec/single.php:353
5256
  #: app/features/mec/single.php:395 app/features/search.php:92
5257
- #: app/libraries/skins.php:1036
5258
  msgid "Tag"
5259
  msgstr "Štítek"
5260
 
@@ -5349,7 +5353,7 @@ msgstr ""
5349
  "Po povolení a uložení nastavení byste měli stránku znovu načíst a zobrazit "
5350
  "novou nabídku na řídícím panelu > MEC"
5351
 
5352
- #: app/features/mec/modules.php:66 app/libraries/main.php:576
5353
  #, fuzzy
5354
  #| msgid "Google Maps Options"
5355
  msgid "Map Options"
@@ -5373,8 +5377,8 @@ msgstr "Google Maps API"
5373
  msgid "Google Map Options"
5374
  msgstr "Možnosti Google Maps"
5375
 
5376
- #: app/features/mec/modules.php:85 app/features/mec/settings.php:1015
5377
- #: app/features/mec/settings.php:1028
5378
  msgid "Required!"
5379
  msgstr "Požadované!"
5380
 
@@ -5438,7 +5442,7 @@ msgstr ""
5438
  "Zkontrolujte to, pouze pokud jiný plugin / motiv načítá rozhraní Google Maps "
5439
  "API"
5440
 
5441
- #: app/features/mec/modules.php:167 app/libraries/main.php:577
5442
  msgid "Export Options"
5443
  msgstr "Možnosti exportu"
5444
 
@@ -5453,7 +5457,7 @@ msgstr ""
5453
  msgid "Google Calendar"
5454
  msgstr "Kalendář Google"
5455
 
5456
- #: app/features/mec/modules.php:194 app/libraries/main.php:578
5457
  #: app/modules/local-time/details.php:45 app/modules/local-time/type1.php:42
5458
  #: app/widgets/single.php:99
5459
  msgid "Local Time"
@@ -5465,7 +5469,7 @@ msgstr ""
5465
  "Zobrazit čas události na základě místního času návštěvníka na stránce "
5466
  "události"
5467
 
5468
- #: app/features/mec/modules.php:208 app/libraries/main.php:579
5469
  #: app/modules/qrcode/details.php:38 app/widgets/single.php:155
5470
  msgid "QR Code"
5471
  msgstr "QR kód"
@@ -5475,7 +5479,7 @@ msgid "Show QR code of event in details page and booking invoice"
5475
  msgstr ""
5476
  "Zobrazte QR kód události na stránce s podrobnostmi a fakturaci za rezervaci"
5477
 
5478
- #: app/features/mec/modules.php:226 app/libraries/main.php:580
5479
  #: app/modules/weather/darksky.php:15 app/modules/weather/weatherapi.php:16
5480
  msgid "Weather"
5481
  msgstr "Počasí"
@@ -5514,7 +5518,7 @@ msgstr "Zobrazit tlačítko Změna jednotek počasí"
5514
  msgid "Show social network module"
5515
  msgstr "Zobrazit modul sociální sítě"
5516
 
5517
- #: app/features/mec/modules.php:299 app/libraries/main.php:582
5518
  #: app/modules/next-event/details.php:127
5519
  msgid "Next Event"
5520
  msgstr "Další událost"
@@ -5563,7 +5567,7 @@ msgstr "Přidejte do uživatelského profilu rezervační aktivitu"
5563
  msgid "Add events menu to user profile"
5564
  msgstr "Přidejte do uživatelského profilu rezervační aktivitu"
5565
 
5566
- #: app/features/mec/modules.php:369 app/libraries/main.php:584
5567
  #, fuzzy
5568
  #| msgid "Mailchimp Integration"
5569
  msgid "LearnDash Integration"
@@ -5591,618 +5595,628 @@ msgstr "Povolit upozornění na rezervaci"
5591
  msgid "Sent to attendee after booking to notify them."
5592
  msgstr "Po rezervaci odešle účastníkovi informační upozornění."
5593
 
5594
- #: app/features/mec/notifications.php:46 app/features/mec/notifications.php:161
5595
- #: app/features/mec/notifications.php:280
5596
- #: app/features/mec/notifications.php:405
5597
- #: app/features/mec/notifications.php:526
5598
- #: app/features/mec/notifications.php:649
5599
- #: app/features/mec/notifications.php:784
5600
- #: app/features/mec/notifications.php:868 app/features/mec/report.php:62
5601
  #: app/features/notifications.php:72
5602
  msgid "Email Subject"
5603
  msgstr "Předmět emailové zprávy"
5604
 
5605
  #: app/features/mec/notifications.php:52 app/features/mec/notifications.php:59
5606
- #: app/features/mec/notifications.php:167
5607
- #: app/features/mec/notifications.php:174
5608
- #: app/features/mec/notifications.php:286
5609
- #: app/features/mec/notifications.php:293
5610
- #: app/features/mec/notifications.php:411
5611
- #: app/features/mec/notifications.php:418
5612
- #: app/features/mec/notifications.php:532
5613
- #: app/features/mec/notifications.php:539
5614
- #: app/features/mec/notifications.php:655
5615
- #: app/features/mec/notifications.php:662
5616
- #: app/features/mec/notifications.php:790
5617
- #: app/features/mec/notifications.php:797
5618
- #: app/features/mec/notifications.php:874
5619
- #: app/features/mec/notifications.php:881
5620
  msgid "Receiver Users"
5621
  msgstr ""
5622
 
5623
- #: app/features/mec/notifications.php:60 app/features/mec/notifications.php:175
5624
- #: app/features/mec/notifications.php:294
5625
- #: app/features/mec/notifications.php:419
5626
- #: app/features/mec/notifications.php:540
5627
- #: app/features/mec/notifications.php:663
5628
- #: app/features/mec/notifications.php:798
5629
- #: app/features/mec/notifications.php:882
5630
  msgid "Select users to send a copy of email to them!"
5631
  msgstr ""
5632
 
5633
  #: app/features/mec/notifications.php:69 app/features/mec/notifications.php:76
5634
- #: app/features/mec/notifications.php:184
5635
- #: app/features/mec/notifications.php:191
5636
- #: app/features/mec/notifications.php:303
5637
- #: app/features/mec/notifications.php:310
5638
- #: app/features/mec/notifications.php:428
5639
- #: app/features/mec/notifications.php:435
5640
- #: app/features/mec/notifications.php:549
5641
- #: app/features/mec/notifications.php:556
5642
- #: app/features/mec/notifications.php:672
5643
- #: app/features/mec/notifications.php:679
5644
- #: app/features/mec/notifications.php:807
5645
- #: app/features/mec/notifications.php:814
5646
- #: app/features/mec/notifications.php:891
5647
- #: app/features/mec/notifications.php:898
5648
  msgid "Receiver Roles"
5649
  msgstr ""
5650
 
5651
- #: app/features/mec/notifications.php:77 app/features/mec/notifications.php:192
5652
- #: app/features/mec/notifications.php:311
5653
- #: app/features/mec/notifications.php:436
5654
- #: app/features/mec/notifications.php:557
5655
- #: app/features/mec/notifications.php:680
5656
- #: app/features/mec/notifications.php:815
5657
- #: app/features/mec/notifications.php:899
5658
  msgid "Select users a specific role."
5659
  msgstr ""
5660
 
5661
  #: app/features/mec/notifications.php:85 app/features/mec/notifications.php:89
5662
- #: app/features/mec/notifications.php:200
5663
- #: app/features/mec/notifications.php:204
5664
- #: app/features/mec/notifications.php:319
5665
- #: app/features/mec/notifications.php:323
5666
- #: app/features/mec/notifications.php:444
5667
- #: app/features/mec/notifications.php:448
5668
- #: app/features/mec/notifications.php:565
5669
- #: app/features/mec/notifications.php:569
5670
- #: app/features/mec/notifications.php:688
5671
  #: app/features/mec/notifications.php:692
5672
- #: app/features/mec/notifications.php:823
5673
  #: app/features/mec/notifications.php:827
5674
- #: app/features/mec/notifications.php:907
5675
- #: app/features/mec/notifications.php:911
 
5676
  msgid "Custom Recipients"
5677
  msgstr "Vlastní příjemci"
5678
 
5679
- #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:205
5680
- #: app/features/mec/notifications.php:324
5681
- #: app/features/mec/notifications.php:449
5682
- #: app/features/mec/notifications.php:570
5683
- #: app/features/mec/notifications.php:693
5684
- #: app/features/mec/notifications.php:828
5685
- #: app/features/mec/notifications.php:912
5686
  msgid "Insert comma separated emails for multiple recipients."
5687
  msgstr "Vložte e-maily oddělené čárkami pro více příjemců."
5688
 
5689
- #: app/features/mec/notifications.php:97 app/features/mec/notifications.php:460
5690
- #: app/features/mec/notifications.php:581
5691
  msgid "Send the email to event organizer"
5692
  msgstr "Pošlete e-mail organizátorovi události"
5693
 
5694
  #: app/features/mec/notifications.php:100
5695
- #: app/features/mec/notifications.php:211
5696
- #: app/features/mec/notifications.php:334
5697
- #: app/features/mec/notifications.php:467
5698
- #: app/features/mec/notifications.php:584
5699
- #: app/features/mec/notifications.php:710
5700
- #: app/features/mec/notifications.php:834
5701
- #: app/features/mec/notifications.php:918 app/features/notifications.php:80
5702
  msgid "Email Content"
5703
  msgstr "Obsah zprávy"
5704
 
5705
  #: app/features/mec/notifications.php:103
5706
- #: app/features/mec/notifications.php:214
5707
- #: app/features/mec/notifications.php:337
5708
- #: app/features/mec/notifications.php:470
5709
- #: app/features/mec/notifications.php:587
5710
- #: app/features/mec/notifications.php:713
5711
- #: app/features/mec/notifications.php:837
5712
- #: app/features/mec/notifications.php:921 app/features/mec/report.php:66
5713
  #, fuzzy
5714
  #| msgid "You can use following placeholders"
5715
  msgid "You can use the following placeholders"
5716
  msgstr "Můžete použít následující zástupné symboly"
5717
 
5718
  #: app/features/mec/notifications.php:105
5719
- #: app/features/mec/notifications.php:216
5720
- #: app/features/mec/notifications.php:339
5721
- #: app/features/mec/notifications.php:472
5722
- #: app/features/mec/notifications.php:589
5723
- #: app/features/mec/notifications.php:715 app/features/notifications.php:91
5724
  msgid "First name of attendee"
5725
  msgstr "První jméno účastníka"
5726
 
5727
  #: app/features/mec/notifications.php:106
5728
- #: app/features/mec/notifications.php:217
5729
- #: app/features/mec/notifications.php:340
5730
- #: app/features/mec/notifications.php:473
5731
- #: app/features/mec/notifications.php:590
5732
- #: app/features/mec/notifications.php:716 app/features/notifications.php:92
5733
  msgid "Last name of attendee"
5734
  msgstr "Příjmení účastníka"
5735
 
5736
  #: app/features/mec/notifications.php:107
5737
- #: app/features/mec/notifications.php:218
5738
- #: app/features/mec/notifications.php:341
5739
- #: app/features/mec/notifications.php:474
5740
- #: app/features/mec/notifications.php:591
5741
- #: app/features/mec/notifications.php:717 app/features/notifications.php:93
5742
  msgid "Email of attendee"
5743
  msgstr "Email účastníka"
5744
 
5745
  #: app/features/mec/notifications.php:108
5746
- #: app/features/mec/notifications.php:219
5747
- #: app/features/mec/notifications.php:342
5748
- #: app/features/mec/notifications.php:475
5749
- #: app/features/mec/notifications.php:592
5750
- #: app/features/mec/notifications.php:718 app/features/notifications.php:94
5751
  msgid "Booked date of event"
5752
  msgstr "Datum rezervace akce"
5753
 
5754
  #: app/features/mec/notifications.php:109
5755
- #: app/features/mec/notifications.php:220
5756
- #: app/features/mec/notifications.php:343
5757
- #: app/features/mec/notifications.php:476
5758
- #: app/features/mec/notifications.php:593
5759
- #: app/features/mec/notifications.php:719 app/features/notifications.php:95
5760
  msgid "Booked time of event"
5761
  msgstr "Čas rezervace akce"
5762
 
5763
  #: app/features/mec/notifications.php:110
5764
- #: app/features/mec/notifications.php:221
5765
- #: app/features/mec/notifications.php:344
5766
- #: app/features/mec/notifications.php:477
5767
- #: app/features/mec/notifications.php:594
5768
- #: app/features/mec/notifications.php:720 app/features/notifications.php:96
5769
  #, fuzzy
5770
  #| msgid "Booked date of event"
5771
  msgid "Booked date and time of event"
5772
  msgstr "Datum rezervace akce"
5773
 
5774
  #: app/features/mec/notifications.php:111
5775
- #: app/features/mec/notifications.php:222
5776
- #: app/features/mec/notifications.php:345
5777
- #: app/features/mec/notifications.php:478
5778
- #: app/features/mec/notifications.php:595
5779
- #: app/features/mec/notifications.php:721 app/features/notifications.php:97
5780
  msgid "Date of next 20 occurrences of booked event (including the booked date)"
5781
  msgstr ""
5782
 
5783
  #: app/features/mec/notifications.php:112
5784
- #: app/features/mec/notifications.php:223
5785
- #: app/features/mec/notifications.php:346
5786
- #: app/features/mec/notifications.php:479
5787
- #: app/features/mec/notifications.php:596
5788
- #: app/features/mec/notifications.php:722 app/features/notifications.php:98
5789
  msgid ""
5790
  "Date and Time of next 20 occurrences of booked event (including the booked "
5791
  "date)"
5792
  msgstr ""
5793
 
5794
  #: app/features/mec/notifications.php:113
5795
- #: app/features/mec/notifications.php:224
5796
- #: app/features/mec/notifications.php:347
5797
- #: app/features/mec/notifications.php:480
5798
- #: app/features/mec/notifications.php:597
5799
- #: app/features/mec/notifications.php:723 app/features/notifications.php:99
5800
  msgid "Booking Price"
5801
  msgstr "Cena rezervace"
5802
 
5803
  #: app/features/mec/notifications.php:114
5804
- #: app/features/mec/notifications.php:225
5805
- #: app/features/mec/notifications.php:349
5806
- #: app/features/mec/notifications.php:481
5807
- #: app/features/mec/notifications.php:598
5808
- #: app/features/mec/notifications.php:724 app/features/notifications.php:101
5809
  #, fuzzy
5810
  #| msgid "Cannot find the booking!"
5811
  msgid "Date and time of booking"
5812
  msgstr "Nemohu najít rezervaci!"
5813
 
5814
  #: app/features/mec/notifications.php:115
5815
- #: app/features/mec/notifications.php:226
5816
- #: app/features/mec/notifications.php:350
5817
- #: app/features/mec/notifications.php:482
5818
- #: app/features/mec/notifications.php:599
5819
- #: app/features/mec/notifications.php:725
5820
- #: app/features/mec/notifications.php:845
5821
- #: app/features/mec/notifications.php:929 app/features/notifications.php:102
5822
  msgid "Your website title"
5823
  msgstr "Název vašeho webu"
5824
 
5825
  #: app/features/mec/notifications.php:116
5826
- #: app/features/mec/notifications.php:227
5827
- #: app/features/mec/notifications.php:351
5828
- #: app/features/mec/notifications.php:483
5829
- #: app/features/mec/notifications.php:600
5830
- #: app/features/mec/notifications.php:726
5831
- #: app/features/mec/notifications.php:846
5832
- #: app/features/mec/notifications.php:930 app/features/notifications.php:103
5833
  msgid "Your website URL"
5834
  msgstr "URL vašeho webu"
5835
 
5836
  #: app/features/mec/notifications.php:117
5837
- #: app/features/mec/notifications.php:228
5838
- #: app/features/mec/notifications.php:352
5839
- #: app/features/mec/notifications.php:484
5840
- #: app/features/mec/notifications.php:601
5841
- #: app/features/mec/notifications.php:727
5842
- #: app/features/mec/notifications.php:847
5843
- #: app/features/mec/notifications.php:931 app/features/notifications.php:104
5844
  msgid "Your website description"
5845
  msgstr "Popis vašeho webu"
5846
 
5847
  #: app/features/mec/notifications.php:118
5848
- #: app/features/mec/notifications.php:229
5849
- #: app/features/mec/notifications.php:353
5850
- #: app/features/mec/notifications.php:485
5851
- #: app/features/mec/notifications.php:602
5852
- #: app/features/mec/notifications.php:728 app/features/notifications.php:105
5853
  msgid "Event title"
5854
  msgstr "Název události"
5855
 
5856
  #: app/features/mec/notifications.php:119
5857
- #: app/features/mec/notifications.php:230
5858
- #: app/features/mec/notifications.php:354
5859
- #: app/features/mec/notifications.php:486
5860
- #: app/features/mec/notifications.php:603
5861
- #: app/features/mec/notifications.php:729 app/features/notifications.php:106
5862
  msgid "Event link"
5863
  msgstr "Odkaz události"
5864
 
5865
  #: app/features/mec/notifications.php:120
5866
- #: app/features/mec/notifications.php:231
5867
- #: app/features/mec/notifications.php:355
5868
- #: app/features/mec/notifications.php:841
5869
- #: app/features/mec/notifications.php:925 app/features/notifications.php:135
5870
  #, fuzzy
5871
  #| msgid "Start Date"
5872
  msgid "Event Start Date"
5873
  msgstr "Počátečná den"
5874
 
5875
  #: app/features/mec/notifications.php:121
5876
- #: app/features/mec/notifications.php:232
5877
- #: app/features/mec/notifications.php:356
5878
- #: app/features/mec/notifications.php:842
5879
- #: app/features/mec/notifications.php:926 app/features/notifications.php:136
5880
  #, fuzzy
5881
  #| msgid "End Date"
5882
  msgid "Event End Date"
5883
  msgstr "Konečný den"
5884
 
5885
  #: app/features/mec/notifications.php:122
5886
- #: app/features/mec/notifications.php:233
5887
- #: app/features/mec/notifications.php:357
5888
- #: app/features/mec/notifications.php:487
5889
- #: app/features/mec/notifications.php:604
5890
- #: app/features/mec/notifications.php:730 app/features/notifications.php:107
 
 
 
 
 
 
 
 
 
 
5891
  msgid "Speaker name of booked event"
5892
  msgstr "Jméno řečníka rezervované události"
5893
 
5894
- #: app/features/mec/notifications.php:123
5895
- #: app/features/mec/notifications.php:234
5896
- #: app/features/mec/notifications.php:358
5897
- #: app/features/mec/notifications.php:488
5898
- #: app/features/mec/notifications.php:605
5899
- #: app/features/mec/notifications.php:731 app/features/notifications.php:108
5900
  msgid "Organizer name of booked event"
5901
  msgstr "Jméno organizátora rezervované události"
5902
 
5903
- #: app/features/mec/notifications.php:124
5904
- #: app/features/mec/notifications.php:235
5905
- #: app/features/mec/notifications.php:359
5906
- #: app/features/mec/notifications.php:489
5907
- #: app/features/mec/notifications.php:606
5908
- #: app/features/mec/notifications.php:732 app/features/notifications.php:109
5909
- msgid "Organizer tel of booked event"
5910
- msgstr "Telefon organizátora rezervované události"
5911
-
5912
  #: app/features/mec/notifications.php:125
5913
- #: app/features/mec/notifications.php:236
5914
- #: app/features/mec/notifications.php:360
5915
- #: app/features/mec/notifications.php:490
5916
- #: app/features/mec/notifications.php:607
5917
- #: app/features/mec/notifications.php:733 app/features/notifications.php:110
 
 
 
 
 
 
 
 
 
5918
  msgid "Organizer email of booked event"
5919
  msgstr "Email organizátora rezervované události"
5920
 
5921
- #: app/features/mec/notifications.php:126
5922
- #: app/features/mec/notifications.php:237
5923
- #: app/features/mec/notifications.php:361
5924
- #: app/features/mec/notifications.php:491
5925
- #: app/features/mec/notifications.php:608
5926
- #: app/features/mec/notifications.php:734 app/features/notifications.php:111
5927
  #, fuzzy
5928
  #| msgid "Location name of booked event"
5929
  msgid "Additional organizers name of booked event"
5930
  msgstr "Název místa rezervované události"
5931
 
5932
- #: app/features/mec/notifications.php:127
5933
- #: app/features/mec/notifications.php:238
5934
- #: app/features/mec/notifications.php:362
5935
- #: app/features/mec/notifications.php:492
5936
- #: app/features/mec/notifications.php:609
5937
- #: app/features/mec/notifications.php:735 app/features/notifications.php:112
5938
  #, fuzzy
5939
  #| msgid "Location name of booked event"
5940
  msgid "Additional organizers tel of booked event"
5941
  msgstr "Název místa rezervované události"
5942
 
5943
- #: app/features/mec/notifications.php:128
5944
- #: app/features/mec/notifications.php:239
5945
- #: app/features/mec/notifications.php:363
5946
- #: app/features/mec/notifications.php:493
5947
- #: app/features/mec/notifications.php:610
5948
- #: app/features/mec/notifications.php:736 app/features/notifications.php:113
5949
  #, fuzzy
5950
  #| msgid "Organizer email of booked event"
5951
  msgid "Additional organizers email of booked event"
5952
  msgstr "Email organizátora rezervované události"
5953
 
5954
- #: app/features/mec/notifications.php:129
5955
- #: app/features/mec/notifications.php:240
5956
- #: app/features/mec/notifications.php:364
5957
- #: app/features/mec/notifications.php:494
5958
- #: app/features/mec/notifications.php:611
5959
- #: app/features/mec/notifications.php:737 app/features/notifications.php:114
5960
  msgid "Location name of booked event"
5961
  msgstr "Název místa rezervované události"
5962
 
5963
- #: app/features/mec/notifications.php:130
5964
- #: app/features/mec/notifications.php:241
5965
- #: app/features/mec/notifications.php:365
5966
- #: app/features/mec/notifications.php:495
5967
- #: app/features/mec/notifications.php:612
5968
- #: app/features/mec/notifications.php:738 app/features/notifications.php:115
5969
  msgid "Location address of booked event"
5970
  msgstr "Adresa místa rezervované události"
5971
 
5972
- #: app/features/mec/notifications.php:131
5973
- #: app/features/mec/notifications.php:242
5974
- #: app/features/mec/notifications.php:366
5975
- #: app/features/mec/notifications.php:496
5976
- #: app/features/mec/notifications.php:613
5977
- #: app/features/mec/notifications.php:739 app/features/notifications.php:116
5978
  #, fuzzy
5979
  #| msgid "Location name of booked event"
5980
  msgid "Additional locations name of booked event"
5981
  msgstr "Název místa rezervované události"
5982
 
5983
- #: app/features/mec/notifications.php:132
5984
- #: app/features/mec/notifications.php:243
5985
- #: app/features/mec/notifications.php:367
5986
- #: app/features/mec/notifications.php:497
5987
- #: app/features/mec/notifications.php:614
5988
- #: app/features/mec/notifications.php:740 app/features/notifications.php:117
5989
  #, fuzzy
5990
  #| msgid "Location address of booked event"
5991
  msgid "Additional locations address of booked event"
5992
  msgstr "Adresa místa rezervované události"
5993
 
5994
- #: app/features/mec/notifications.php:133
5995
- #: app/features/mec/notifications.php:244
5996
- #: app/features/mec/notifications.php:368
5997
- #: app/features/mec/notifications.php:498
5998
- #: app/features/mec/notifications.php:615
5999
- #: app/features/mec/notifications.php:741 app/features/notifications.php:118
6000
  #, fuzzy
6001
  #| msgid "Speaker name of booked event"
6002
  msgid "Featured image of booked event"
6003
  msgstr "Jméno řečníka rezervované události"
6004
 
6005
- #: app/features/mec/notifications.php:134
6006
- #: app/features/mec/notifications.php:245
6007
- #: app/features/mec/notifications.php:369
6008
- #: app/features/mec/notifications.php:616
6009
- #: app/features/mec/notifications.php:742 app/features/notifications.php:119
6010
  #, fuzzy
6011
  #| msgid "Event link"
6012
  msgid "Event more info link"
6013
  msgstr "Odkaz události"
6014
 
6015
- #: app/features/mec/notifications.php:135
6016
- #: app/features/mec/notifications.php:246
6017
- #: app/features/mec/notifications.php:370
6018
- #: app/features/mec/notifications.php:617
6019
- #: app/features/mec/notifications.php:743 app/features/notifications.php:120
6020
  #, fuzzy
6021
  #| msgid "Event link"
6022
  msgid "Event other info link"
6023
  msgstr "Odkaz události"
6024
 
6025
- #: app/features/mec/notifications.php:136
6026
- #: app/features/mec/notifications.php:247
6027
- #: app/features/mec/notifications.php:371
6028
- #: app/features/mec/notifications.php:618
6029
- #: app/features/mec/notifications.php:744 app/features/notifications.php:121
6030
  #, fuzzy
6031
  #| msgid "Event link"
6032
  msgid "Event online link"
6033
  msgstr "Odkaz události"
6034
 
6035
- #: app/features/mec/notifications.php:137
6036
- #: app/features/mec/notifications.php:248
6037
- #: app/features/mec/notifications.php:372
6038
- #: app/features/mec/notifications.php:499
6039
- #: app/features/mec/notifications.php:619
6040
- #: app/features/mec/notifications.php:745 app/features/notifications.php:122
6041
  msgid "Full Attendee info such as booking form data, name, email etc."
6042
  msgstr ""
6043
  "Úplné informace o účastnících, jako jsou údaje z rezervačního formuláře, "
6044
  "jméno, e-mail atd."
6045
 
6046
- #: app/features/mec/notifications.php:138
6047
- #: app/features/mec/notifications.php:249
6048
- #: app/features/mec/notifications.php:373
6049
- #: app/features/mec/notifications.php:500
6050
- #: app/features/mec/notifications.php:620
6051
- #: app/features/mec/notifications.php:746 app/features/notifications.php:123
6052
  #, fuzzy
6053
  #| msgid "Booking"
6054
  msgid "Booking ID"
6055
  msgstr "Rezervace"
6056
 
6057
- #: app/features/mec/notifications.php:139
6058
- #: app/features/mec/notifications.php:250
6059
- #: app/features/mec/notifications.php:374
6060
- #: app/features/mec/notifications.php:501
6061
- #: app/features/mec/notifications.php:621
6062
- #: app/features/mec/notifications.php:747 app/features/notifications.php:124
6063
  #, fuzzy
6064
  #| msgid "Transaction ID"
6065
  msgid "Transaction ID of Booking"
6066
  msgstr "ID transakce"
6067
 
6068
- #: app/features/mec/notifications.php:140
6069
- #: app/features/mec/notifications.php:376
6070
- #: app/features/mec/notifications.php:749
6071
  msgid "Invoice Link"
6072
  msgstr "Odkaz na fakturu"
6073
 
6074
- #: app/features/mec/notifications.php:141
6075
- #: app/features/mec/notifications.php:252
6076
- #: app/features/mec/notifications.php:377
6077
- #: app/features/mec/notifications.php:503
6078
- #: app/features/mec/notifications.php:623
6079
- #: app/features/mec/notifications.php:750 app/features/notifications.php:126
6080
  #, fuzzy
6081
  #| msgid "There is no skins"
6082
  msgid "Total attendees of current booking"
6083
  msgstr "Neexistuje žádný vzhled"
6084
 
6085
- #: app/features/mec/notifications.php:142
6086
- #: app/features/mec/notifications.php:253
6087
- #: app/features/mec/notifications.php:378
6088
- #: app/features/mec/notifications.php:504
6089
- #: app/features/mec/notifications.php:624
6090
- #: app/features/mec/notifications.php:751 app/features/notifications.php:127
6091
  msgid "Amount of Booked Tickets (Total attendees of all bookings)"
6092
  msgstr ""
6093
 
6094
- #: app/features/mec/notifications.php:143
6095
- #: app/features/mec/notifications.php:254
6096
- #: app/features/mec/notifications.php:379
6097
- #: app/features/mec/notifications.php:505
6098
- #: app/features/mec/notifications.php:625
6099
- #: app/features/mec/notifications.php:752 app/features/notifications.php:128
6100
  msgid "Ticket name"
6101
  msgstr "Název vstupenky"
6102
 
6103
- #: app/features/mec/notifications.php:144
6104
- #: app/features/mec/notifications.php:255
6105
- #: app/features/mec/notifications.php:380
6106
- #: app/features/mec/notifications.php:506
6107
- #: app/features/mec/notifications.php:626
6108
- #: app/features/mec/notifications.php:753 app/features/notifications.php:129
6109
  msgid "Ticket time"
6110
  msgstr "Čas vstupenky"
6111
 
6112
- #: app/features/mec/notifications.php:145
6113
- #: app/features/mec/notifications.php:256
6114
- #: app/features/mec/notifications.php:381
6115
- #: app/features/mec/notifications.php:507
6116
- #: app/features/mec/notifications.php:627
6117
- #: app/features/mec/notifications.php:754 app/features/notifications.php:130
6118
  #, fuzzy
6119
  #| msgid "Ticket name"
6120
  msgid "Ticket name & time"
6121
  msgstr "Název vstupenky"
6122
 
6123
- #: app/features/mec/notifications.php:146
6124
- #: app/features/mec/notifications.php:257
6125
- #: app/features/mec/notifications.php:382
6126
- #: app/features/mec/notifications.php:508
6127
- #: app/features/mec/notifications.php:628
6128
- #: app/features/mec/notifications.php:755 app/features/notifications.php:131
6129
  #, fuzzy
6130
  #| msgid "Payment Gateways"
6131
  msgid "Payment Gateway"
6132
  msgstr "Platební brány"
6133
 
6134
- #: app/features/mec/notifications.php:147
6135
- #: app/features/mec/notifications.php:258
6136
- #: app/features/mec/notifications.php:383
6137
- #: app/features/mec/notifications.php:509
6138
- #: app/features/mec/notifications.php:629
6139
- #: app/features/mec/notifications.php:756 app/features/notifications.php:132
6140
  msgid "Link to the downloadable file"
6141
  msgstr ""
6142
 
6143
- #: app/features/mec/notifications.php:148
6144
- #: app/features/mec/notifications.php:259
6145
- #: app/features/mec/notifications.php:384
6146
- #: app/features/mec/notifications.php:757
6147
  msgid "Download ICS file"
6148
  msgstr "Stáhnout ICS soubor"
6149
 
6150
- #: app/features/mec/notifications.php:150
6151
- #: app/features/mec/notifications.php:261
6152
- #: app/features/mec/notifications.php:386
6153
- #: app/features/mec/notifications.php:759 app/features/notifications.php:134
6154
  msgid "Add to Google Calendar Links for next 20 occurrences"
6155
  msgstr ""
6156
 
6157
- #: app/features/mec/notifications.php:158 app/libraries/main.php:596
6158
  msgid "Booking Verification"
6159
  msgstr "Ověření rezervace"
6160
 
6161
- #: app/features/mec/notifications.php:159
6162
  msgid "It sends to attendee email for verifying their booking/email."
6163
  msgstr "Odesílá e-mail účastníkovi k ověření jeho rezervace / e-mailu."
6164
 
6165
- #: app/features/mec/notifications.php:251
6166
  msgid "Email/Booking verification link."
6167
  msgstr "Ověřovací odkaz E-mailu / Rezervace."
6168
 
6169
- #: app/features/mec/notifications.php:273
6170
  #, fuzzy
6171
  #| msgid "Enable booking notification"
6172
  msgid "Enable booking confirmation"
6173
  msgstr "Povolit upozornění na rezervaci"
6174
 
6175
- #: app/features/mec/notifications.php:278
6176
  #, fuzzy
6177
  #| msgid "It sends to attendee after confirming the booking by admin."
6178
  msgid "Sent to attendee after confirming the booking by admin."
6179
  msgstr "Po potvrzení rezervace od administrátora odešle účastníkovi."
6180
 
6181
- #: app/features/mec/notifications.php:331
6182
  msgid "Send One Single Email Only To First Attendee"
6183
  msgstr ""
6184
 
6185
- #: app/features/mec/notifications.php:348
6186
  #, fuzzy
6187
  #| msgid "Speakers Names"
6188
  msgid "Attendee Price"
6189
  msgstr "Jméno řečníka"
6190
 
6191
- #: app/features/mec/notifications.php:375
6192
- #: app/features/mec/notifications.php:748
6193
  msgid "Booking cancellation link."
6194
  msgstr "Odkaz na zrušení rezervace."
6195
 
6196
- #: app/features/mec/notifications.php:395 app/features/notifications.php:158
6197
- #: app/libraries/main.php:598
6198
  msgid "Booking Cancellation"
6199
  msgstr "Zrušení rezervace"
6200
 
6201
- #: app/features/mec/notifications.php:399
6202
  msgid "Enable cancellation notification"
6203
  msgstr "Povolit oznámení o zrušení"
6204
 
6205
- #: app/features/mec/notifications.php:403
6206
  #, fuzzy
6207
  #| msgid ""
6208
  #| "It sends to selected recipients after booking cancellation for notifying "
@@ -6210,47 +6224,47 @@ msgstr "Povolit oznámení o zrušení"
6210
  msgid "Sent to selected recipients after booking cancellation to notify them."
6211
  msgstr "Po zrušení rezervace odešle vybraným příjemcům upozornění."
6212
 
6213
- #: app/features/mec/notifications.php:456
6214
- #: app/features/mec/notifications.php:577
6215
- #: app/features/mec/notifications.php:779
6216
  msgid "Send the email to admin"
6217
  msgstr "Odeslat email administrátorovi"
6218
 
6219
- #: app/features/mec/notifications.php:464
6220
  #, fuzzy
6221
  #| msgid "Send the email to booking user"
6222
  msgid "Send the email to the booked user"
6223
  msgstr "Pošlete rezervační e-mail uživateli"
6224
 
6225
- #: app/features/mec/notifications.php:502
6226
- #: app/features/mec/notifications.php:622 app/features/notifications.php:125
6227
  msgid "Admin booking management link."
6228
  msgstr "Odkaz administrátora na správu rezervace."
6229
 
6230
- #: app/features/mec/notifications.php:516 app/libraries/main.php:600
6231
  msgid "Admin"
6232
  msgstr "Administrátor"
6233
 
6234
- #: app/features/mec/notifications.php:520
6235
  msgid "Enable admin notification"
6236
  msgstr "Povolit oznámení správce"
6237
 
6238
- #: app/features/mec/notifications.php:524
6239
  #, fuzzy
6240
  #| msgid "It sends to admin to notify him/her that a new booking received."
6241
  msgid "Sent to admin to notify them that a new booking has been received."
6242
  msgstr "Zašle správci informaci o přijetí nové rezervace."
6243
 
6244
- #: app/features/mec/notifications.php:636 app/features/notifications.php:164
6245
- #: app/libraries/main.php:599 app/libraries/notifications.php:596
6246
  msgid "Booking Reminder"
6247
  msgstr "Připomenutí rezervace"
6248
 
6249
- #: app/features/mec/notifications.php:640
6250
  msgid "Enable booking reminder notification"
6251
  msgstr "Povolit upozornění na připomenutí rezervace"
6252
 
6253
- #: app/features/mec/notifications.php:646
6254
  #, fuzzy, php-format
6255
  #| msgid ""
6256
  #| "Set a cronjob to call %s file once per day otherwise it won't send the "
@@ -6265,37 +6279,37 @@ msgstr ""
6265
  "zasílat připomenutí. Mějte na paměti, že byste měli zavolat tento soubor "
6266
  "% s, jinak může zasílat připomenutí několikrát."
6267
 
6268
- #: app/features/mec/notifications.php:646
6269
  #, fuzzy
6270
  #| msgid "only once per day"
6271
  msgid "only once per hour"
6272
  msgstr "pouze jednou denně"
6273
 
6274
- #: app/features/mec/notifications.php:699 app/libraries/main.php:7299
6275
- #: app/libraries/main.php:7316
6276
  #, fuzzy
6277
  #| msgid "hours"
6278
  msgid "Hours"
6279
  msgstr "hodiny"
6280
 
6281
- #: app/features/mec/notifications.php:703
6282
  msgid "Reminder hours"
6283
  msgstr ""
6284
 
6285
- #: app/features/mec/notifications.php:704
6286
  msgid "Please, insert comma to separate reminder hours."
6287
  msgstr ""
6288
 
6289
- #: app/features/mec/notifications.php:768 app/features/popup/event.php:253
6290
- #: app/libraries/main.php:588
6291
  msgid "New Event"
6292
  msgstr "Nová událost"
6293
 
6294
- #: app/features/mec/notifications.php:772
6295
  msgid "Enable new event notification"
6296
  msgstr "Povolit oznámení na novou událost"
6297
 
6298
- #: app/features/mec/notifications.php:782
6299
  #, fuzzy
6300
  #| msgid ""
6301
  #| "It sends after adding a new event from frontend event submission or from "
@@ -6307,41 +6321,41 @@ msgstr ""
6307
  "Odesílá se po přidání nové události z webových stránek události (frontend) "
6308
  "nebo z administrace webových stránek (backend)."
6309
 
6310
- #: app/features/mec/notifications.php:839
6311
- #: app/features/mec/notifications.php:923
6312
  msgid "Title of event"
6313
  msgstr "Název události"
6314
 
6315
- #: app/features/mec/notifications.php:840
6316
- #: app/features/mec/notifications.php:924
6317
  msgid "Link of event"
6318
  msgstr "Odkaz události"
6319
 
6320
- #: app/features/mec/notifications.php:843
6321
- #: app/features/mec/notifications.php:927 app/features/notifications.php:137
6322
  msgid "Status of event"
6323
  msgstr "Stav události"
6324
 
6325
- #: app/features/mec/notifications.php:844
6326
- #: app/features/mec/notifications.php:928 app/features/mec/settings.php:870
6327
- #: app/features/mec/settings.php:874 app/features/notifications.php:138
6328
  msgid "Event Note"
6329
  msgstr "Poznámka události"
6330
 
6331
- #: app/features/mec/notifications.php:848
6332
- #: app/features/mec/notifications.php:932
6333
  msgid "Admin events management link."
6334
  msgstr "Odkaz administrátora na správu událostí."
6335
 
6336
- #: app/features/mec/notifications.php:858 app/libraries/main.php:589
6337
  msgid "User Event Publishing"
6338
  msgstr "Publikování uživatelských událostí"
6339
 
6340
- #: app/features/mec/notifications.php:862
6341
  msgid "Enable user event publishing notification"
6342
  msgstr "Povolit oznámení o zveřejnění události uživatele"
6343
 
6344
- #: app/features/mec/notifications.php:866
6345
  #, fuzzy
6346
  #| msgid ""
6347
  #| "It sends after published a new event from frontend event submission or "
@@ -6353,13 +6367,13 @@ msgstr ""
6353
  "Odešle po zveřejnění nové události ze zadání z webových stránek (frontend) "
6354
  "nebo z administrace webových stránek (backend)."
6355
 
6356
- #: app/features/mec/notifications.php:940 app/libraries/main.php:603
6357
  #, fuzzy
6358
  #| msgid "Notifications"
6359
  msgid "Notifications Per Event"
6360
  msgstr "Upozornění"
6361
 
6362
- #: app/features/mec/notifications.php:944
6363
  #, fuzzy
6364
  #| msgid "Notifications"
6365
  msgid "Edit Notifications Per Event"
@@ -6445,7 +6459,7 @@ msgstr "Pole možností nemůže být prázdné!"
6445
  msgid "There was an error please try again!"
6446
  msgstr ""
6447
 
6448
- #: app/features/mec/settings.php:62 app/features/mec/settings.php:72
6449
  msgid "Hide Events"
6450
  msgstr "Skrýt události"
6451
 
@@ -6465,32 +6479,32 @@ msgstr "+2 hodiny po zahájení"
6465
  msgid "On Event End"
6466
  msgstr "Na konci události"
6467
 
6468
- #: app/features/mec/settings.php:73
6469
  msgid ""
6470
  "This option is for showing start/end time of events on frontend of website."
6471
  msgstr ""
6472
  "Tato možnost slouží k zobrazení času zahájení / ukončení událostí na "
6473
  "rozhraní webových stránek (frontend)."
6474
 
6475
- #: app/features/mec/settings.php:82 app/features/mec/settings.php:91
6476
  msgid "Multiple Day Events"
6477
  msgstr "Vícedenní událost"
6478
 
6479
- #: app/features/mec/settings.php:85
6480
  #, fuzzy
6481
  #| msgid "Show only first day on List/Grid/Slider skins"
6482
  msgid "Show only first day on List/Grid/Slider/Agenda skins"
6483
  msgstr "Zobrazit pouze první den ve vzhledu Seznam / Mřížka / Posuvník"
6484
 
6485
- #: app/features/mec/settings.php:86
6486
  msgid "Show only first day on all skins"
6487
  msgstr "Zobrazit pouze první den ve všech vzhledech"
6488
 
6489
- #: app/features/mec/settings.php:87
6490
  msgid "Show all days"
6491
  msgstr "Zobrazit všechny dny"
6492
 
6493
- #: app/features/mec/settings.php:92
6494
  msgid ""
6495
  "For showing all days of multiple day events on frontend or only show the "
6496
  "first day."
@@ -6498,43 +6512,43 @@ msgstr ""
6498
  "Pro zobrazení všech dnů vícedenních událostí na webových stránkách "
6499
  "(frontend) nebo zobrazení pouze prvního dne."
6500
 
6501
- #: app/features/mec/settings.php:101
6502
  msgid "Remove MEC Data on Plugin Uninstall"
6503
  msgstr "Odebrat data při odinstalování doplňku MEC"
6504
 
6505
- #: app/features/mec/settings.php:112
6506
  #, fuzzy
6507
  #| msgid "Speakers Names"
6508
  msgid "Sender Name"
6509
  msgstr "Jméno řečníka"
6510
 
6511
- #: app/features/mec/settings.php:115
6512
  msgid "e.g. Webnus"
6513
  msgstr ""
6514
 
6515
- #: app/features/mec/settings.php:122
6516
  #, fuzzy
6517
  #| msgid "Organizer Email"
6518
  msgid "Sender Email"
6519
  msgstr "Organizátor Email"
6520
 
6521
- #: app/features/mec/settings.php:125
6522
  msgid "e.g. info@webnus.biz"
6523
  msgstr ""
6524
 
6525
- #: app/features/mec/settings.php:131
6526
  msgid "Exclude Date Suffix"
6527
  msgstr "Vyloučit příponu data"
6528
 
6529
- #: app/features/mec/settings.php:134
6530
  msgid "Remove suffix from calendars"
6531
  msgstr "Odebrat příponu z kalendářů"
6532
 
6533
- #: app/features/mec/settings.php:138
6534
  msgid "Remove \"Th\" on calendar"
6535
  msgstr "Odebrat „Th“ z kalendáře"
6536
 
6537
- #: app/features/mec/settings.php:139
6538
  msgid ""
6539
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
6540
  "showing just '12' )"
@@ -6542,24 +6556,24 @@ msgstr ""
6542
  "Zaškrtnutím tohoto políčka odstraníte „Th“ z kalendáře (např .: „12Th“ "
6543
  "odstraní Th, zobrazí se pouze „12“)"
6544
 
6545
- #: app/features/mec/settings.php:146 app/features/mec/settings.php:153
6546
  msgid "Schema"
6547
  msgstr "Schéma"
6548
 
6549
- #: app/features/mec/settings.php:149
6550
  msgid "Enable Schema Code"
6551
  msgstr "Povolit kód schématu"
6552
 
6553
- #: app/features/mec/settings.php:154
6554
  msgid "You can enable/disable Schema scripts"
6555
  msgstr "Můžete povolit nebo zakázat skripty schématu"
6556
 
6557
- #: app/features/mec/settings.php:163 app/features/mec/settings.php:173
6558
- #: app/libraries/main.php:6221 app/libraries/main.php:6275
6559
  msgid "Weekdays"
6560
  msgstr "Pracovní dny"
6561
 
6562
- #: app/features/mec/settings.php:174
6563
  msgid ""
6564
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
6565
  "and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings "
@@ -6569,11 +6583,11 @@ msgstr ""
6569
  "Pátek (můžete to změnit pomocí „Začátek týdne“ na řídícím panelu WordPress > "
6570
  "Nastavení > Obecné - spodní část stránky)."
6571
 
6572
- #: app/features/mec/settings.php:184 app/features/mec/settings.php:194
6573
  msgid "Weekends"
6574
  msgstr "Víkendy"
6575
 
6576
- #: app/features/mec/settings.php:195
6577
  #, fuzzy
6578
  #| msgid ""
6579
  #| "Proceed with caution. Default is set to Saturday and Sunday ( you can "
@@ -6588,150 +6602,150 @@ msgstr ""
6588
  "to změnit pomocí „Začátek týdne“ na řídícím panelu WordPress > Nastavení > "
6589
  "Obecné - dolní část stránky )."
6590
 
6591
- #: app/features/mec/settings.php:204
6592
  #, fuzzy
6593
  #| msgid "Date Format"
6594
  msgid "Datepicker Format"
6595
  msgstr "Formát data"
6596
 
6597
- #: app/features/mec/settings.php:212
6598
  msgid "(Y-m-d)"
6599
  msgstr ""
6600
 
6601
- #: app/features/mec/settings.php:213
6602
  msgid "(d-m-Y)"
6603
  msgstr ""
6604
 
6605
- #: app/features/mec/settings.php:216
6606
  msgid "(Y/m/d)"
6607
  msgstr ""
6608
 
6609
- #: app/features/mec/settings.php:217
6610
  msgid "(m/d/Y)"
6611
  msgstr ""
6612
 
6613
- #: app/features/mec/settings.php:220
6614
  msgid "(Y.m.d)"
6615
  msgstr ""
6616
 
6617
- #: app/features/mec/settings.php:221
6618
  msgid "(d.m.Y)"
6619
  msgstr ""
6620
 
6621
- #: app/features/mec/settings.php:227 app/features/mec/settings.php:239
6622
  msgid "Midnight Hour"
6623
  msgstr ""
6624
 
6625
- #: app/features/mec/settings.php:230
6626
  msgid "12 AM"
6627
  msgstr ""
6628
 
6629
- #: app/features/mec/settings.php:231
6630
  msgid "1 AM"
6631
  msgstr ""
6632
 
6633
- #: app/features/mec/settings.php:232
6634
  msgid "2 AM"
6635
  msgstr ""
6636
 
6637
- #: app/features/mec/settings.php:233
6638
  msgid "3 AM"
6639
  msgstr ""
6640
 
6641
- #: app/features/mec/settings.php:234
6642
  msgid "4 AM"
6643
  msgstr ""
6644
 
6645
- #: app/features/mec/settings.php:235
6646
  msgid "5 AM"
6647
  msgstr ""
6648
 
6649
- #: app/features/mec/settings.php:240
6650
  msgid ""
6651
  "12 AM is midnight by default but you can change it if your event ends after "
6652
  "12 AM and you don't want those events considered as multiple days events!"
6653
  msgstr ""
6654
 
6655
- #: app/features/mec/settings.php:248
6656
  #, fuzzy
6657
  #| msgid "Add Shortcode"
6658
  msgid "Open \"Add Event\" as Popup"
6659
  msgstr "Přidat zkrácený kód"
6660
 
6661
- #: app/features/mec/settings.php:251 app/features/mec/settings.php:259
6662
- #: app/features/mec/settings.php:267 app/features/mec/single.php:111
6663
  #, fuzzy
6664
  #| msgid "Enabled"
6665
  msgid "Enable"
6666
  msgstr "Povoleno"
6667
 
6668
- #: app/features/mec/settings.php:256
6669
  #, fuzzy
6670
  #| msgid "Add Shortcode"
6671
  msgid "Open \"Add Shortcode\" as Popup"
6672
  msgstr "Přidat zkrácený kód"
6673
 
6674
  # v kontextu
6675
- #: app/features/mec/settings.php:264
6676
  #, fuzzy
6677
  #| msgid "Featured Image"
6678
  msgid "Include Event Featured Image in Feed"
6679
  msgstr "Hlavní obrázek"
6680
 
6681
- #: app/features/mec/settings.php:274 app/libraries/main.php:538
6682
  msgid "Archive Pages"
6683
  msgstr "Archivní stránky"
6684
 
6685
- #: app/features/mec/settings.php:277 app/features/mec/settings.php:282
6686
  msgid "Archive Page Title"
6687
  msgstr "Název stránky archivu"
6688
 
6689
- #: app/features/mec/settings.php:283
6690
  msgid "Default value is Events - It's title of the page"
6691
  msgstr "Výchozí hodnota je Události - to je název stránky"
6692
 
6693
- #: app/features/mec/settings.php:291 app/features/mec/settings.php:359
6694
  msgid "Archive Page Skin"
6695
  msgstr "Vzhled archivní stránky"
6696
 
6697
- #: app/features/mec/settings.php:299 app/features/mec/settings.php:376
6698
  msgid "Put shortcode..."
6699
  msgstr "Vložte zkrácený kód..."
6700
 
6701
- #: app/features/mec/settings.php:302 app/features/mec/settings.php:317
6702
- #: app/features/mec/settings.php:320 app/features/mec/settings.php:329
6703
- #: app/features/mec/settings.php:355 app/features/mec/settings.php:379
6704
- #: app/features/mec/settings.php:394 app/features/mec/settings.php:397
6705
- #: app/features/mec/settings.php:406 app/features/mec/settings.php:432
6706
  msgid "There is no skins"
6707
  msgstr "Neexistuje žádný vzhled"
6708
 
6709
- #: app/features/mec/settings.php:305 app/features/mec/settings.php:382
6710
  #: app/features/mec/single.php:73
6711
  msgid "Modern Style"
6712
  msgstr "Moderní styl"
6713
 
6714
- #: app/features/mec/settings.php:347 app/features/mec/settings.php:424
6715
  msgid "colorful"
6716
  msgstr "pestrý"
6717
 
6718
- #: app/features/mec/settings.php:352 app/features/mec/settings.php:429
6719
  msgid "Clean Style"
6720
  msgstr "Čistý styl"
6721
 
6722
- #: app/features/mec/settings.php:360
6723
  msgid "Default value is Calendar/Monthly View, But you can change it "
6724
  msgstr "Výchozí hodnota je Kalendář / Měsíční zobrazení, ale můžete ji změnit "
6725
 
6726
- #: app/features/mec/settings.php:360 app/features/mec/settings.php:437
6727
  msgid "See Demo"
6728
  msgstr "Viz Demo"
6729
 
6730
- #: app/features/mec/settings.php:368 app/features/mec/settings.php:436
6731
  msgid "Category Page Skin"
6732
  msgstr "Vzhled stránky kategorie"
6733
 
6734
- #: app/features/mec/settings.php:437
6735
  #, fuzzy
6736
  #| msgid ""
6737
  #| "Default value is List View - But you can change it Set a skin for all "
@@ -6743,24 +6757,24 @@ msgstr ""
6743
  "Výchozí hodnota je Zobrazení seznamu - ale můžete ji změnit Nastavit vzhled "
6744
  "pro všechny kategorie."
6745
 
6746
- #: app/features/mec/settings.php:445 app/features/mec/settings.php:453
6747
  msgid "Category Events Method"
6748
  msgstr "Kategorie Metoda události"
6749
 
6750
- #: app/features/mec/settings.php:454
6751
  msgid "Default value is Upcoming Events"
6752
  msgstr "Výchozí hodnota je Nadcházející události"
6753
 
6754
- #: app/features/mec/settings.php:462 app/features/mec/settings.php:470
6755
  msgid "Events Archive Status"
6756
  msgstr "Stav archivu událostí"
6757
 
6758
- #: app/features/mec/settings.php:465
6759
  msgid "Enabled (Recommended)"
6760
  msgstr "Povoleno (doporučeno)"
6761
 
6762
  # Slug
6763
- #: app/features/mec/settings.php:471
6764
  msgid ""
6765
  "If you disable it, then you should create a page as archive page of MEC. "
6766
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
@@ -6771,11 +6785,11 @@ msgstr ""
6771
  "přepisování MEC."
6772
 
6773
  # Hlavní slug
6774
- #: app/features/mec/settings.php:484 app/features/mec/settings.php:489
6775
  msgid "Main Slug"
6776
  msgstr "Main Slug"
6777
 
6778
- #: app/features/mec/settings.php:490
6779
  msgid ""
6780
  "Default value is events. You can not have a page with this name. MEC allows "
6781
  "you to create custom URLs for the permalinks and archives to enhance the "
@@ -6785,16 +6799,16 @@ msgstr ""
6785
  "umožňuje vytvářet vlastní adresy URL pro permanentní odkazy a archivy, aby "
6786
  "se zvýšila použitelnost a dopředná kompatibilita odkazů."
6787
 
6788
- #: app/features/mec/settings.php:494 app/features/mec/settings.php:508
6789
  msgid "Valid characters are lowercase a-z, - character and numbers."
6790
  msgstr "Platnými znaky jsou malá písmena a-z, - znak a čísla."
6791
 
6792
  # Slug
6793
- #: app/features/mec/settings.php:498 app/features/mec/settings.php:503
6794
  msgid "Category Slug"
6795
  msgstr "Kategorie Slug"
6796
 
6797
- #: app/features/mec/settings.php:504
6798
  msgid ""
6799
  "It's slug of MEC categories, you can change it to events-cat or something "
6800
  "else. Default value is mec-category. You can not have a page with this name."
@@ -6803,93 +6817,93 @@ msgstr ""
6803
  "jiného. Výchozí hodnota je mec-kategorie. Nemůžete mít stránku s tímto "
6804
  "názvem."
6805
 
6806
- #: app/features/mec/settings.php:516
6807
  msgid "Currency"
6808
  msgstr "Měna"
6809
 
6810
- #: app/features/mec/settings.php:526 app/features/mec/settings.php:531
6811
  msgid "Currency Sign"
6812
  msgstr "Symbol měny"
6813
 
6814
- #: app/features/mec/settings.php:532
6815
  msgid "Default value will be \"currency\" if you leave it empty."
6816
  msgstr "Výchozí hodnota bude „měna“, pokud ji necháte prázdnou."
6817
 
6818
- #: app/features/mec/settings.php:539
6819
  msgid "Currency Position"
6820
  msgstr "Pozice měny"
6821
 
6822
- #: app/features/mec/settings.php:542
6823
  msgid "Before $10"
6824
  msgstr "Před $10"
6825
 
6826
- #: app/features/mec/settings.php:543
6827
  msgid "After 10$"
6828
  msgstr "Po 10$"
6829
 
6830
- #: app/features/mec/settings.php:548
6831
  msgid "Thousand Separator"
6832
  msgstr "Oddělovač tisíců"
6833
 
6834
- #: app/features/mec/settings.php:554
6835
  msgid "Decimal Separator"
6836
  msgstr "Oddělovač desítel"
6837
 
6838
- #: app/features/mec/settings.php:564
6839
  msgid "No decimal"
6840
  msgstr "Bez desetinných míst"
6841
 
6842
- #: app/features/mec/settings.php:575
6843
  msgid "Enable Google Recaptcha"
6844
  msgstr "Povolit Google Recaptcha"
6845
 
6846
- #: app/features/mec/settings.php:584
6847
  msgid "Enable on booking form"
6848
  msgstr "Povolit rezervační formulář"
6849
 
6850
- #: app/features/mec/settings.php:592
6851
  msgid "Enable on \"Frontend Event Submission\" form"
6852
  msgstr "Povolit ve formuláři „Odesílání událostí z frontendu“"
6853
 
6854
  # místa
6855
- #: app/features/mec/settings.php:596
6856
  msgid "Site Key"
6857
  msgstr "Klíč webu"
6858
 
6859
- #: app/features/mec/settings.php:602
6860
  msgid "Secret Key"
6861
  msgstr "Tajný klíč"
6862
 
6863
- #: app/features/mec/settings.php:614 app/features/mec/settings.php:622
6864
  msgid "Time Format"
6865
  msgstr "Formát času"
6866
 
6867
- #: app/features/mec/settings.php:617
6868
  msgid "12 hours format with AM/PM"
6869
  msgstr "12 hodinový formát s dop./odp."
6870
 
6871
- #: app/features/mec/settings.php:618
6872
  msgid "24 hours format"
6873
  msgstr "24 hodinový fotmát"
6874
 
6875
- #: app/features/mec/settings.php:623
6876
  msgid "This option, affects the selection of Start/End time."
6877
  msgstr "Tato možnost ovlivňuje výběr času zahájení / ukončení."
6878
 
6879
- #: app/features/mec/settings.php:631
6880
  msgid "Events List Page"
6881
  msgstr "Stránka seznamu událostí"
6882
 
6883
- #: app/features/mec/settings.php:640 app/features/mec/settings.php:652
6884
  #, php-format
6885
  msgid "Put %s shortcode into the page."
6886
  msgstr "Vložte %s na stránku zkrácené kódy."
6887
 
6888
- #: app/features/mec/settings.php:643
6889
  msgid "Add/Edit Events Page"
6890
  msgstr "Přidat / Editovat stránku událostí"
6891
 
6892
- #: app/features/mec/settings.php:667
6893
  #, fuzzy
6894
  #| msgid ""
6895
  #| "User redirects to this page after booking. Leave it empty if you want to "
@@ -6901,92 +6915,92 @@ msgstr ""
6901
  "Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
6902
  "vypnout, ponechte ji prázdnou."
6903
 
6904
- #: app/features/mec/settings.php:690 app/features/mec/settings.php:695
6905
  #, fuzzy
6906
  #| msgid "Maximum file size"
6907
  msgid "Maximum File Size"
6908
  msgstr "Maximální velikost souboru"
6909
 
6910
- #: app/features/mec/settings.php:692
6911
  msgid "in KB"
6912
  msgstr ""
6913
 
6914
- #: app/features/mec/settings.php:696
6915
  msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
6916
  msgstr ""
6917
 
6918
- #: app/features/mec/settings.php:705
6919
  #, fuzzy
6920
  #| msgid "Enable event submission by guest (Not logged-in) users"
6921
  msgid "Enable event submission by guest (Not logged in) users"
6922
  msgstr "Povolit odesílání události hosty (nepřihlášenými uživateli)"
6923
 
6924
- #: app/features/mec/settings.php:712
6925
  msgid "Enable mandatory email and name for guest user"
6926
  msgstr "Povolit povinný e-mail a jméno pro hostujícího uživatele"
6927
 
6928
- #: app/features/mec/settings.php:718
6929
  msgid ""
6930
  "Automatically create users after event publish and assign event to the "
6931
  "created user"
6932
  msgstr ""
6933
 
6934
- #: app/features/mec/settings.php:723
6935
  msgid "Frontend Event Submission Sections"
6936
  msgstr "Sekce pro zasílání událostí z webových stránek (frontend)"
6937
 
6938
- #: app/features/mec/settings.php:727
6939
  #, fuzzy
6940
  #| msgid "Event Details"
6941
  msgid "Event Data Fields"
6942
  msgstr "Podrobnosti události"
6943
 
6944
- #: app/features/mec/settings.php:751 app/widgets/single.php:119
6945
  msgid "Event Categories"
6946
  msgstr "Kategorie události"
6947
 
6948
- #: app/features/mec/settings.php:757
6949
  msgid "Event Labels"
6950
  msgstr "Štítky události"
6951
 
6952
- #: app/features/mec/settings.php:769
6953
  msgid "Event Tags"
6954
  msgstr "Tagy události"
6955
 
6956
- #: app/features/mec/settings.php:781 app/widgets/single.php:123
6957
  msgid "Event Organizer"
6958
  msgstr "Organizátor události"
6959
 
6960
- #: app/features/mec/settings.php:807
6961
  msgid "Fees / Taxes Options"
6962
  msgstr "Možnosti Poplatky / Daně"
6963
 
6964
- #: app/features/mec/settings.php:821 app/features/schema.php:64
6965
  #, fuzzy
6966
  #| msgid "Schema"
6967
  msgid "SEO Schema"
6968
  msgstr "Schéma"
6969
 
6970
- #: app/features/mec/settings.php:844 app/features/occurrences.php:72
6971
  #: app/features/occurrences.php:102
6972
  #, fuzzy
6973
  #| msgid "Occurrences times"
6974
  msgid "Occurrences"
6975
  msgstr "Časy výskytu"
6976
 
6977
- #: app/features/mec/settings.php:853
6978
  #, fuzzy
6979
  #| msgid "Edit Event"
6980
  msgid "Virtual Event"
6981
  msgstr "Editace události"
6982
 
6983
- #: app/features/mec/settings.php:862
6984
  #, fuzzy
6985
  #| msgid "Book Event"
6986
  msgid "Zoom Event"
6987
  msgstr "Rezervovat událost"
6988
 
6989
- #: app/features/mec/settings.php:875
6990
  #, php-format
6991
  msgid ""
6992
  "Users can put a note for editors while they're submitting the event. Also "
@@ -6997,48 +7011,48 @@ msgstr ""
6997
  "oznámení o nové události můžete také vložit %%event_note%%, abyste dostali e-"
6998
  "mail s poznámkami uživatelů."
6999
 
7000
- #: app/features/mec/settings.php:882 app/features/mec/settings.php:890
7001
  #, fuzzy
7002
  #| msgid "Visibility"
7003
  msgid "Note visibility"
7004
  msgstr "Viditelnost"
7005
 
7006
- #: app/features/mec/settings.php:885
7007
  msgid "Always"
7008
  msgstr "Vždy"
7009
 
7010
- #: app/features/mec/settings.php:886
7011
  msgid "While event is not published"
7012
  msgstr "I když událost není zveřejněna"
7013
 
7014
- #: app/features/mec/settings.php:891
7015
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
7016
  msgstr ""
7017
  "Poznámka k události se zobrazí ve formuláři pro zasílání z webových stránek "
7018
  "(frontend) a Upravit událost v administraci stránek (backend)."
7019
 
7020
- #: app/features/mec/settings.php:899
7021
  #, fuzzy
7022
  #| msgid "Required Field"
7023
  msgid "Required Fields"
7024
  msgstr "Požadovaná pole"
7025
 
7026
- #: app/features/mec/settings.php:902
7027
  #, fuzzy
7028
  #| msgid "Description"
7029
  msgid "Event Description"
7030
  msgstr "Popis"
7031
 
7032
- #: app/features/mec/settings.php:906 app/libraries/main.php:6244
7033
- #: app/libraries/main.php:6293
7034
  msgid "More Info Link"
7035
  msgstr "Odkaz na více informací"
7036
 
7037
- #: app/features/mec/settings.php:919 app/libraries/main.php:543
7038
  msgid "User Profile"
7039
  msgstr "Uživatelský profil"
7040
 
7041
- #: app/features/mec/settings.php:921
7042
  #, fuzzy, php-format
7043
  #| msgid ""
7044
  #| "Put %s shortcode into your desired page. Then users are able to see "
@@ -7050,11 +7064,11 @@ msgstr ""
7050
  "Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vidět "
7051
  "historii svých rezervací."
7052
 
7053
- #: app/features/mec/settings.php:926 app/libraries/main.php:544
7054
  msgid "Search Bar"
7055
  msgstr "Vyhledávací panel"
7056
 
7057
- #: app/features/mec/settings.php:928
7058
  #, php-format
7059
  msgid ""
7060
  "Put %s shortcode into your desired page. Then users are able to search events"
@@ -7062,15 +7076,15 @@ msgstr ""
7062
  "Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vyhledávat "
7063
  "události"
7064
 
7065
- #: app/features/mec/settings.php:932
7066
  msgid "Ajax Live mode"
7067
  msgstr "Ajax Live mód"
7068
 
7069
- #: app/features/mec/settings.php:936
7070
  msgid "Ajax mode"
7071
  msgstr "Ajax mód"
7072
 
7073
- #: app/features/mec/settings.php:937
7074
  #, fuzzy
7075
  #| msgid ""
7076
  #| "if you enable this option, search button disappeared and to use this "
@@ -7082,46 +7096,46 @@ msgstr ""
7082
  "pokud tuto možnost povolíte, tlačítko pro vyhledávání zmizelo a pro použití "
7083
  "této funkce musí být povoleno pole pro zadávání textu."
7084
 
7085
- #: app/features/mec/settings.php:945
7086
  msgid "Modern Type"
7087
  msgstr "Moderní typ"
7088
 
7089
- #: app/features/mec/settings.php:949
7090
  msgid "Search bar fields"
7091
  msgstr "Pole vyhledávacího panelu"
7092
 
7093
- #: app/features/mec/settings.php:991
7094
  msgid "Text input"
7095
  msgstr "Zadávání textu"
7096
 
7097
- #: app/features/mec/settings.php:1004
7098
  msgid "Enable Mailchimp Integration"
7099
  msgstr "Povolit integraci Mailchimp"
7100
 
7101
- #: app/features/mec/settings.php:1009 app/features/mec/settings.php:1014
7102
- #: app/features/mec/settings.php:1063 app/features/mec/settings.php:1087
7103
- #: app/features/mec/settings.php:1111 app/features/mec/settings.php:1182
7104
  msgid "API Key"
7105
  msgstr "API Key"
7106
 
7107
- #: app/features/mec/settings.php:1022 app/features/mec/settings.php:1027
7108
- #: app/features/mec/settings.php:1069 app/features/mec/settings.php:1188
7109
  msgid "List ID"
7110
  msgstr "ID seznamu"
7111
 
7112
- #: app/features/mec/settings.php:1035 app/features/mec/settings.php:1043
7113
  msgid "Subscription Status"
7114
  msgstr "Stav odběru"
7115
 
7116
- #: app/features/mec/settings.php:1038
7117
  msgid "Subscribe automatically"
7118
  msgstr "Odebírat automaticky"
7119
 
7120
- #: app/features/mec/settings.php:1039
7121
  msgid "Subscribe by verification"
7122
  msgstr "Přihlaste se k odběru pomocí ověření"
7123
 
7124
- #: app/features/mec/settings.php:1044
7125
  #, fuzzy
7126
  #| msgid ""
7127
  #| "If you choose \"Subscribe by verification\" then an email will send to "
@@ -7133,107 +7147,107 @@ msgstr ""
7133
  "Pokud zvolíte možnost „Přihlásit se k odběru pomocí ověření“, odešle e-mail "
7134
  "uživateli mailchimp k ověření oběru."
7135
 
7136
- #: app/features/mec/settings.php:1054 app/libraries/main.php:546
7137
  #, fuzzy
7138
  #| msgid "Mailchimp Integration"
7139
  msgid "Campaign Monitor Integration"
7140
  msgstr "Integrace Mailchimp"
7141
 
7142
- #: app/features/mec/settings.php:1058
7143
  #, fuzzy
7144
  #| msgid "Enable Mailchimp Integration"
7145
  msgid "Enable Campaign Monitor Integration"
7146
  msgstr "Povolit integraci Mailchimp"
7147
 
7148
- #: app/features/mec/settings.php:1078 app/libraries/main.php:547
7149
  #, fuzzy
7150
  #| msgid "Mailchimp Integration"
7151
  msgid "MailerLite Integration"
7152
  msgstr "Integrace Mailchimp"
7153
 
7154
- #: app/features/mec/settings.php:1082
7155
  #, fuzzy
7156
  #| msgid "Enable Mailchimp Integration"
7157
  msgid "Enable MailerLite Integration"
7158
  msgstr "Povolit integraci Mailchimp"
7159
 
7160
- #: app/features/mec/settings.php:1093
7161
  #, fuzzy
7162
  #| msgid "Group URL"
7163
  msgid "Group ID"
7164
  msgstr "Group URL"
7165
 
7166
- #: app/features/mec/settings.php:1102 app/libraries/main.php:548
7167
  #, fuzzy
7168
  #| msgid "Enable Mailchimp Integration"
7169
  msgid "Constant Contact Integration"
7170
  msgstr "Povolit integraci Mailchimp"
7171
 
7172
- #: app/features/mec/settings.php:1106
7173
  #, fuzzy
7174
  #| msgid "Enable Mailchimp Integration"
7175
  msgid "Enable constantcontact Integration"
7176
  msgstr "Povolit integraci Mailchimp"
7177
 
7178
- #: app/features/mec/settings.php:1117
7179
  #, fuzzy
7180
  #| msgid "Facebook Page Access Token"
7181
  msgid "Access Token"
7182
  msgstr "Token pro přístup na stránku Facebook"
7183
 
7184
- #: app/features/mec/settings.php:1141 app/features/mec/settings.php:1156
7185
  #, fuzzy
7186
  #| msgid "Select icon"
7187
  msgid "Select List"
7188
  msgstr "Vybrat ikonu"
7189
 
7190
- #: app/features/mec/settings.php:1157
7191
  msgid ""
7192
  "Please fill in the API key and Access Token field and save settings. after "
7193
  "that, please refresh the page and select a list."
7194
  msgstr ""
7195
 
7196
- #: app/features/mec/settings.php:1167 app/libraries/main.php:549
7197
  #, fuzzy
7198
  #| msgid "Mailchimp Integration"
7199
  msgid "Active Campaign Integration"
7200
  msgstr "Integrace Mailchimp"
7201
 
7202
- #: app/features/mec/settings.php:1171
7203
  #, fuzzy
7204
  #| msgid "Enable Mailchimp Integration"
7205
  msgid "Enable Active Campaign Integration"
7206
  msgstr "Povolit integraci Mailchimp"
7207
 
7208
- #: app/features/mec/settings.php:1176
7209
  msgid "API URL"
7210
  msgstr ""
7211
 
7212
- #: app/features/mec/settings.php:1197
7213
  msgid "Upload Field Options"
7214
  msgstr "Možnosti pole Nahrát"
7215
 
7216
- #: app/features/mec/settings.php:1199
7217
  msgid "Mime types"
7218
  msgstr "MIME typy"
7219
 
7220
- #: app/features/mec/settings.php:1203
7221
  msgid "Split mime types with \",\"."
7222
  msgstr "Rozdělte typy MIME pomocí “,“."
7223
 
7224
- #: app/features/mec/settings.php:1203
7225
  msgid "Default: jpeg,jpg,png,pdf"
7226
  msgstr "Výchozí: jpeg,jpg,png,pdf"
7227
 
7228
- #: app/features/mec/settings.php:1206
7229
  msgid "Maximum file size"
7230
  msgstr "Maximální velikost souboru"
7231
 
7232
- #: app/features/mec/settings.php:1210
7233
  msgid "The unit is Megabyte \"MB\""
7234
  msgstr "Jednotkou je Megabyte \"MB\""
7235
 
7236
- #: app/features/mec/single.php:38 app/libraries/main.php:554
7237
  msgid "Single Event Page"
7238
  msgstr "Stránka jedné události"
7239
 
@@ -7357,13 +7371,13 @@ msgid ""
7357
  "the settings page.' tab"
7358
  msgstr ""
7359
 
7360
- #: app/features/mec/single.php:162 app/libraries/main.php:555
7361
  #, fuzzy
7362
  #| msgid "Custom Styles"
7363
  msgid "Custom Fields"
7364
  msgstr "Vlastní styly"
7365
 
7366
- #: app/features/mec/single.php:192 app/libraries/main.php:3336
7367
  msgid "URL"
7368
  msgstr ""
7369
 
@@ -7403,7 +7417,7 @@ msgid ""
7403
  msgstr ""
7404
  "Pomocí této možnosti můžete vyloučit určité dny z dat výskytu událostí."
7405
 
7406
- #: app/features/mec/single.php:286 app/libraries/main.php:558
7407
  msgid "Additional Organizers"
7408
  msgstr "Další organizátoři"
7409
 
@@ -7431,7 +7445,7 @@ msgstr ""
7431
  "Zobrazit další umístění na stránce Přidat / Upravit události a na stránce "
7432
  "jediné události."
7433
 
7434
- #: app/features/mec/single.php:318 app/libraries/main.php:560
7435
  #: app/skins/single.php:166 app/skins/single.php:418
7436
  msgid "Related Events"
7437
  msgstr "Související události"
@@ -7446,7 +7460,7 @@ msgstr ""
7446
  msgid "Select Taxonomies:"
7447
  msgstr "Vyberte taxonomie:"
7448
 
7449
- #: app/features/mec/single.php:360 app/libraries/main.php:561
7450
  #, fuzzy
7451
  #| msgid "Next/Previous Buttons"
7452
  msgid "Next / Previous Events"
@@ -7460,7 +7474,7 @@ msgstr ""
7460
  "Zobrazte související události na základě taxonomie na stránce s jednou "
7461
  "událostí."
7462
 
7463
- #: app/features/mec/single.php:402 app/libraries/main.php:604
7464
  #, fuzzy
7465
  #| msgid "Next Occurrence"
7466
  msgid "Edit Per Occurrences"
@@ -7670,7 +7684,7 @@ msgstr "Vytvářejte události pomocí Tvůrce stránek"
7670
  msgid "MEC Settings"
7671
  msgstr "MEC - Nastavení"
7672
 
7673
- #: app/features/mec/support-page.php:99 app/libraries/main.php:656
7674
  msgid "Single Event"
7675
  msgstr "Jedna událost"
7676
 
@@ -8030,11 +8044,11 @@ msgstr ""
8030
  msgid "Create a support ticket"
8031
  msgstr "Vytvořte lístek podpory"
8032
 
8033
- #: app/features/mec/support.php:52 app/libraries/main.php:802
8034
  msgid "Styling Options"
8035
  msgstr "Možnosti stylování"
8036
 
8037
- #: app/features/mec/support.php:59 app/libraries/main.php:809
8038
  msgid "Custom CSS"
8039
  msgstr "Vlastní CSS"
8040
 
@@ -8126,19 +8140,19 @@ msgstr ""
8126
  msgid "Attendee Price (for booking confirmation notification)"
8127
  msgstr "Povolit upozornění na připomenutí rezervace"
8128
 
8129
- #: app/features/notifications.php:149
8130
  #, fuzzy
8131
  #| msgid "Email verification"
8132
  msgid "Email Verification"
8133
  msgstr "Ověřovací email"
8134
 
8135
- #: app/features/notifications.php:152
8136
  #, fuzzy
8137
  #| msgid "Booking Verification"
8138
  msgid "Booking Notification"
8139
  msgstr "Ověření rezervace"
8140
 
8141
- #: app/features/notifications.php:161
8142
  #, fuzzy
8143
  #| msgid "Notifications"
8144
  msgid "Admin Notification"
@@ -8303,8 +8317,8 @@ msgstr "např. info@itreseni.cz"
8303
  msgid "eg. https://webnus.net"
8304
  msgstr "např. https://webnus.net"
8305
 
8306
- #: app/features/organizers.php:312 app/libraries/main.php:6249
8307
- #: app/libraries/main.php:6296 app/skins/single.php:1290
8308
  msgid "Other Organizers"
8309
  msgstr "Další organizátoři"
8310
 
@@ -8494,7 +8508,7 @@ msgstr "Přidat nový zkrácený kód"
8494
  msgid "Please %s/%s in order to see your bookings / profile."
8495
  msgstr "Prosím %s/%s za účelem zobrazení vašich rezervací / profilu."
8496
 
8497
- #: app/features/profile/profile.php:20 app/libraries/main.php:2446
8498
  msgid "Your booking already canceled!"
8499
  msgstr "Vaše rezervace již byla zrušena!"
8500
 
@@ -8502,11 +8516,11 @@ msgstr "Vaše rezervace již byla zrušena!"
8502
  msgid "#"
8503
  msgstr "#"
8504
 
8505
- #: app/features/profile/profile.php:61 app/libraries/main.php:3668
8506
  msgid "Status"
8507
  msgstr "Stav"
8508
 
8509
- #: app/features/profile/profile.php:64 app/libraries/main.php:2644
8510
  msgid "Attendees"
8511
  msgstr "Účastníci"
8512
 
@@ -8562,12 +8576,12 @@ msgstr "Vyhledat"
8562
  msgid "No search result."
8563
  msgstr "Žádný výsledek vyhledávání."
8564
 
8565
- #: app/features/search_bar/search_result.php:12 app/libraries/main.php:6251
8566
- #: app/libraries/main.php:6298 app/libraries/notifications.php:1025
8567
- #: app/libraries/render.php:531 app/libraries/render.php:851
8568
  #: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
8569
  #: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
8570
- #: app/modules/next-event/details.php:145 app/skins/single.php:1182
8571
  #: app/skins/single/default.php:124 app/skins/single/default.php:358
8572
  #: app/skins/single/m1.php:46 app/skins/single/modern.php:222
8573
  #, fuzzy
@@ -8593,7 +8607,7 @@ msgid "Insert speaker email address."
8593
  msgstr "Vložte email řečníka."
8594
 
8595
  #: app/features/speakers.php:135 app/features/speakers.php:208
8596
- #: app/skins/single.php:1264 app/skins/single.php:1323
8597
  #: app/skins/single/default.php:202 app/skins/single/default.php:268
8598
  #: app/skins/single/default.php:435 app/skins/single/default.php:501
8599
  #: app/skins/single/m1.php:126 app/skins/single/m1.php:180
@@ -8662,9 +8676,9 @@ msgstr ""
8662
  "Poznámka: Řečníky můžete použít na vaší stránce úprav / přidání > sekce "
8663
  "hodinového plánu a v sekci widgetu řečníka!"
8664
 
8665
- #: app/features/wc.php:103 app/libraries/notifications.php:1010
8666
- #: app/libraries/notifications.php:1025 app/libraries/notifications.php:1036
8667
- #: app/libraries/notifications.php:1304 app/libraries/notifications.php:1305
8668
  #, php-format
8669
  msgid "%s to %s"
8670
  msgstr ""
@@ -8688,8 +8702,8 @@ msgstr "%s Cena"
8688
  msgid "Discount"
8689
  msgstr "Sleva"
8690
 
8691
- #: app/libraries/book.php:868 app/modules/booking/default.php:415
8692
- #: app/modules/booking/default.php:520
8693
  msgid "Download Invoice"
8694
  msgstr "Stáhnout fakturu"
8695
 
@@ -8764,115 +8778,115 @@ msgstr "Vlastní postranní panel pro jednu a modální stránku MEC."
8764
  msgid "There is no excerpt because this is a protected post."
8765
  msgstr "Neexistuje výňatek, protože se jedná o chráněný příspěvek."
8766
 
8767
- #: app/libraries/main.php:337 app/libraries/main.php:2058
8768
- #: app/libraries/main.php:2083
8769
  msgid "Agenda View"
8770
  msgstr "Zobrazení agendy"
8771
 
8772
- #: app/libraries/main.php:338 app/libraries/main.php:2049
8773
- #: app/libraries/main.php:2074
8774
  msgid "Full Calendar"
8775
  msgstr "Plný kalendář"
8776
 
8777
- #: app/libraries/main.php:340 app/libraries/main.php:2051
8778
- #: app/libraries/main.php:2076
8779
  msgid "Calendar/Monthly View"
8780
  msgstr "Kalendář / zobrazení měsíce"
8781
 
8782
- #: app/libraries/main.php:343 app/libraries/main.php:2054
8783
- #: app/libraries/main.php:2079
8784
  msgid "Timetable View"
8785
  msgstr "Zobrazení rozvrhu"
8786
 
8787
- #: app/libraries/main.php:344 app/libraries/main.php:2055
8788
- #: app/libraries/main.php:2080
8789
  msgid "Masonry View"
8790
  msgstr "Zobrazení zdi"
8791
 
8792
- #: app/libraries/main.php:345 app/libraries/main.php:2059
8793
- #: app/libraries/main.php:2084
8794
  msgid "Map View"
8795
  msgstr "Zobrazení mapy"
8796
 
8797
- #: app/libraries/main.php:346
8798
  msgid "Cover View"
8799
  msgstr "Zobrazení obálky"
8800
 
8801
- #: app/libraries/main.php:347
8802
  msgid "Countdown View"
8803
  msgstr "Zobrazení odpočítávání"
8804
 
8805
  # místo, bod, ....
8806
- #: app/libraries/main.php:348
8807
  msgid "Available Spot"
8808
  msgstr "Dostupný spot"
8809
 
8810
- #: app/libraries/main.php:349
8811
  msgid "Carousel View"
8812
  msgstr "Zobrazení kolotoče"
8813
 
8814
- #: app/libraries/main.php:350
8815
  msgid "Slider View"
8816
  msgstr "Zobrazení posuvníku"
8817
 
8818
- #: app/libraries/main.php:351
8819
  #, fuzzy
8820
  #| msgid "Timetable View"
8821
  msgid "Timeline View"
8822
  msgstr "Zobrazení rozvrhu"
8823
 
8824
- #: app/libraries/main.php:390 app/libraries/main.php:6223
8825
- #: app/libraries/main.php:6277
8826
  msgid "SU"
8827
  msgstr "NE"
8828
 
8829
- #: app/libraries/main.php:391 app/libraries/main.php:6224
8830
- #: app/libraries/main.php:6278
8831
  msgid "MO"
8832
  msgstr "PO"
8833
 
8834
- #: app/libraries/main.php:392 app/libraries/main.php:6225
8835
- #: app/libraries/main.php:6279
8836
  msgid "TU"
8837
  msgstr "ÚT"
8838
 
8839
- #: app/libraries/main.php:393 app/libraries/main.php:6226
8840
- #: app/libraries/main.php:6280
8841
  msgid "WE"
8842
  msgstr "ST"
8843
 
8844
- #: app/libraries/main.php:394 app/libraries/main.php:6227
8845
- #: app/libraries/main.php:6281
8846
  msgid "TH"
8847
  msgstr "ČT"
8848
 
8849
- #: app/libraries/main.php:395 app/libraries/main.php:6228
8850
- #: app/libraries/main.php:6282
8851
  msgid "FR"
8852
  msgstr "PÁ"
8853
 
8854
- #: app/libraries/main.php:396 app/libraries/main.php:6229
8855
- #: app/libraries/main.php:6283
8856
  msgid "SA"
8857
  msgstr "SO"
8858
 
8859
- #: app/libraries/main.php:550
8860
  msgid "Upload Field"
8861
  msgstr "Nahrát pole"
8862
 
8863
- #: app/libraries/main.php:559
8864
  msgid "Additional Locations"
8865
  msgstr "Další umístění"
8866
 
8867
- #: app/libraries/main.php:722
8868
  msgid "Modules"
8869
  msgstr "Moduly"
8870
 
8871
- #: app/libraries/main.php:890
8872
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
8873
  msgstr "Nové doplňky pro MEC! Nyní přizpůsobte MEC v Elementoru"
8874
 
8875
- #: app/libraries/main.php:897
8876
  msgid ""
8877
  "The time has come at last, and the new practical add-ons for MEC have been "
8878
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -8883,7 +8897,7 @@ msgstr ""
8883
  "revoluce ve světě kalendářů událostí. Poskytli jsme vám širokou škálu funkcí "
8884
  "pouze tím, že máme 4 doplňky, viz níže:"
8885
 
8886
- #: app/libraries/main.php:899
8887
  msgid ""
8888
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
8889
  "products) and Woo products at the same time."
@@ -8891,7 +8905,7 @@ msgstr ""
8891
  "<strong>Integrace WooCommerce:</strong> Nyní si můžete zakoupit lístek (jako "
8892
  "produkty) a produkty Woo současně."
8893
 
8894
- #: app/libraries/main.php:900
8895
  msgid ""
8896
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
8897
  "other websites without MEC. Use JSON output features to make your Apps "
@@ -8901,173 +8915,173 @@ msgstr ""
8901
  "událost) na jiných webech bez MEC. Použijte výstupní funkce JSON, aby vaše "
8902
  "aplikace byly kompatibilní s MEC."
8903
 
8904
- #: app/libraries/main.php:901
8905
  msgid ""
8906
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
8907
  "main websites. Changes in the main one will be inherited by the subsites. "
8908
  "you can set these up in the admin panel."
8909
  msgstr ""
8910
 
8911
- #: app/libraries/main.php:902
8912
  msgid ""
8913
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
8914
  "pages can contain ticket purchase information, information about registered "
8915
  "events. Users can now log in to purchase tickets."
8916
  msgstr ""
8917
 
8918
- #: app/libraries/main.php:904
8919
  msgid "find out more"
8920
  msgstr ""
8921
 
8922
- #: app/libraries/main.php:1775
8923
  msgid "Events at this location"
8924
  msgstr "Události na tomto místě"
8925
 
8926
- #: app/libraries/main.php:1775
8927
  msgid "Event at this location"
8928
  msgstr "Událost na tomto místě"
8929
 
8930
- #: app/libraries/main.php:1827
8931
  msgid "Facebook"
8932
  msgstr "Facebook"
8933
 
8934
- #: app/libraries/main.php:1828
8935
  msgid "Twitter"
8936
  msgstr "Twitter"
8937
 
8938
- #: app/libraries/main.php:1829 app/libraries/main.php:1886
8939
  msgid "Linkedin"
8940
  msgstr "Linkedin"
8941
 
8942
- #: app/libraries/main.php:1830 app/libraries/main.php:1922
8943
  msgid "VK"
8944
  msgstr "VK"
8945
 
8946
- #: app/libraries/main.php:1831
8947
  msgid "Tumblr"
8948
  msgstr ""
8949
 
8950
- #: app/libraries/main.php:1832
8951
  msgid "Pinterest"
8952
  msgstr ""
8953
 
8954
- #: app/libraries/main.php:1833
8955
  msgid "Flipboard"
8956
  msgstr ""
8957
 
8958
- #: app/libraries/main.php:1834
8959
  #, fuzzy
8960
  #| msgid "Tickets"
8961
  msgid "GetPocket"
8962
  msgstr "Vstupenky"
8963
 
8964
- #: app/libraries/main.php:1835
8965
  msgid "Reddit"
8966
  msgstr ""
8967
 
8968
- #: app/libraries/main.php:1836
8969
  msgid "WhatsApp"
8970
  msgstr ""
8971
 
8972
- #: app/libraries/main.php:1837
8973
  msgid "Telegram"
8974
  msgstr ""
8975
 
8976
- #: app/libraries/main.php:1856
8977
  msgid "Share on Facebook"
8978
  msgstr "Sdílet na Facebooku"
8979
 
8980
- #: app/libraries/main.php:1871
8981
  msgid "Tweet"
8982
  msgstr "Tweet"
8983
 
8984
- #: app/libraries/main.php:1937
8985
  #, fuzzy
8986
  #| msgid "Share on Facebook"
8987
  msgid "Share on Tumblr"
8988
  msgstr "Sdílet na Facebooku"
8989
 
8990
- #: app/libraries/main.php:1953
8991
  msgid "Share on Pinterest"
8992
  msgstr ""
8993
 
8994
- #: app/libraries/main.php:1969
8995
  #, fuzzy
8996
  #| msgid "Share on Facebook"
8997
  msgid "Share on Flipboard"
8998
  msgstr "Sdílet na Facebooku"
8999
 
9000
- #: app/libraries/main.php:1987
9001
  #, fuzzy
9002
  #| msgid "Share on Facebook"
9003
  msgid "Share on GetPocket"
9004
  msgstr "Sdílet na Facebooku"
9005
 
9006
- #: app/libraries/main.php:2003
9007
  #, fuzzy
9008
  #| msgid "Share on Facebook"
9009
  msgid "Share on Reddit"
9010
  msgstr "Sdílet na Facebooku"
9011
 
9012
- #: app/libraries/main.php:2019
9013
  msgid "Share on Telegram"
9014
  msgstr ""
9015
 
9016
- #: app/libraries/main.php:2037
9017
  msgid "Share on WhatsApp"
9018
  msgstr ""
9019
 
9020
- #: app/libraries/main.php:2060 app/libraries/main.php:2085
9021
  msgid "Custom Shortcode"
9022
  msgstr "Uživatelské zkrácené kódy"
9023
 
9024
- #: app/libraries/main.php:2426
9025
  msgid "Your booking already verified!"
9026
  msgstr "Vaše rezervace již byla ověřena!"
9027
 
9028
- #: app/libraries/main.php:2431
9029
  msgid "Your booking successfully verified."
9030
  msgstr "Vaše rezervace byla úspěšně ověřena."
9031
 
9032
- #: app/libraries/main.php:2432
9033
  msgid "Your booking cannot verify!"
9034
  msgstr "Vaši rezervaci nelze ověřit!"
9035
 
9036
- #: app/libraries/main.php:2457
9037
  #, fuzzy
9038
  #| msgid "The event is finished."
9039
  msgid "The event is already finished!"
9040
  msgstr "Událost je ukončena."
9041
 
9042
- #: app/libraries/main.php:2475
9043
  msgid "The cancelation window is passed."
9044
  msgstr ""
9045
 
9046
- #: app/libraries/main.php:2481
9047
  msgid "Your booking successfully canceled."
9048
  msgstr "Vaše rezervace byla úspěšně zrušena."
9049
 
9050
- #: app/libraries/main.php:2482
9051
  msgid "Your booking cannot be canceled."
9052
  msgstr "Vaši rezervaci nelze zrušit."
9053
 
9054
- #: app/libraries/main.php:2486
9055
  msgid "You canceled the payment successfully."
9056
  msgstr "Platbu jste úspěšně zrušili."
9057
 
9058
- #: app/libraries/main.php:2490
9059
  msgid "You returned from payment gateway successfully."
9060
  msgstr "Úspěšně jste se vrátili z platební brány."
9061
 
9062
- #: app/libraries/main.php:2509
9063
  msgid "Cannot find the invoice!"
9064
  msgstr "Fakturu nelze najít!"
9065
 
9066
- #: app/libraries/main.php:2509
9067
  msgid "Invoice is invalid."
9068
  msgstr "Faktura je neplatná."
9069
 
9070
- #: app/libraries/main.php:2529
9071
  #, fuzzy
9072
  #| msgid ""
9073
  #| "Your booking still is not confirmed. You able download it after "
@@ -9077,245 +9091,245 @@ msgid ""
9077
  msgstr ""
9078
  "Vaše rezervace stále není potvrzena. Můžete si ji stáhnout po potvrzení!"
9079
 
9080
- #: app/libraries/main.php:2529
9081
  msgid "Booking Not Confirmed."
9082
  msgstr "Rezervace nebyla potvrzena."
9083
 
9084
- #: app/libraries/main.php:2535
9085
  msgid "Cannot find the booking!"
9086
  msgstr "Nemohu najít rezervaci!"
9087
 
9088
- #: app/libraries/main.php:2535
9089
  msgid "Booking is invalid."
9090
  msgstr "Rezervace není platná."
9091
 
9092
- #: app/libraries/main.php:2568
9093
  #, php-format
9094
  msgid "%s Invoice"
9095
  msgstr "%s Faktura"
9096
 
9097
- #: app/libraries/main.php:2601
9098
  #, fuzzy
9099
  #| msgid "Date and Time"
9100
  msgid "Date & Time"
9101
  msgstr "Datum a čas"
9102
 
9103
- #: app/libraries/main.php:2618
9104
  #, fuzzy
9105
  #| msgid "Booking Price"
9106
  msgid "Booking Fields"
9107
  msgstr "Cena rezervace"
9108
 
9109
- #: app/libraries/main.php:2690
9110
  msgid "Billing"
9111
  msgstr "Fakturace"
9112
 
9113
- #: app/libraries/main.php:2702
9114
  #, fuzzy
9115
  #| msgid "Coupons"
9116
  msgid "Coupon Code"
9117
  msgstr "Kupóny"
9118
 
9119
- #: app/libraries/main.php:2707
9120
  msgid "Total"
9121
  msgstr "Celkem"
9122
 
9123
- #: app/libraries/main.php:2714
9124
  #, fuzzy
9125
  #| msgid "Payment Gateways"
9126
  msgid "Payment"
9127
  msgstr "Platební brány"
9128
 
9129
- #: app/libraries/main.php:2718
9130
  #, fuzzy
9131
  #| msgid "Payment Gateways"
9132
  msgid "Gateway"
9133
  msgstr "Platební brány"
9134
 
9135
- #: app/libraries/main.php:2731
9136
  #, fuzzy
9137
  #| msgid "Payment Gateways"
9138
  msgid "Payment Time"
9139
  msgstr "Platební brány"
9140
 
9141
- #: app/libraries/main.php:2873
9142
  msgid "Request is not valid."
9143
  msgstr "Požadavek není platný."
9144
 
9145
- #: app/libraries/main.php:2873
9146
  msgid "iCal export stopped!"
9147
  msgstr "iCal export byl zastaven!"
9148
 
9149
- #: app/libraries/main.php:3219 app/libraries/main.php:3248
9150
- #: app/libraries/main.php:3277 app/libraries/main.php:3306
9151
- #: app/libraries/main.php:3335 app/libraries/main.php:3364
9152
- #: app/libraries/main.php:3393 app/libraries/main.php:3422
9153
- #: app/libraries/main.php:3451 app/libraries/main.php:3480
9154
- #: app/libraries/main.php:3503 app/libraries/main.php:3549
9155
- #: app/libraries/main.php:3595 app/libraries/main.php:3644
9156
- #: app/libraries/main.php:3693
9157
  msgid "Sort"
9158
  msgstr "Seřadit"
9159
 
9160
- #: app/libraries/main.php:3226 app/libraries/main.php:3255
9161
- #: app/libraries/main.php:3284 app/libraries/main.php:3313
9162
- #: app/libraries/main.php:3342 app/libraries/main.php:3371
9163
- #: app/libraries/main.php:3400 app/libraries/main.php:3429
9164
- #: app/libraries/main.php:3458 app/libraries/main.php:3510
9165
- #: app/libraries/main.php:3556 app/libraries/main.php:3602
9166
- #: app/libraries/main.php:3651
9167
  msgid "Required Field"
9168
  msgstr "Požadovaná pole"
9169
 
9170
- #: app/libraries/main.php:3232 app/libraries/main.php:3261
9171
- #: app/libraries/main.php:3290 app/libraries/main.php:3319
9172
- #: app/libraries/main.php:3348 app/libraries/main.php:3377
9173
- #: app/libraries/main.php:3406 app/libraries/main.php:3435
9174
- #: app/libraries/main.php:3464 app/libraries/main.php:3516
9175
- #: app/libraries/main.php:3562 app/libraries/main.php:3608
9176
- #: app/libraries/main.php:3657
9177
  msgid "Insert a label for this field"
9178
  msgstr "Vložte štítek pro toto pole"
9179
 
9180
- #: app/libraries/main.php:3486
9181
  msgid "HTML and shortcode are allowed."
9182
  msgstr "HTML a zkrácené kódy jsou povoleny."
9183
 
9184
- #: app/libraries/main.php:3529 app/libraries/main.php:3575
9185
- #: app/libraries/main.php:3621
9186
  msgid "Option"
9187
  msgstr "Možnost"
9188
 
9189
- #: app/libraries/main.php:3657
9190
  #, php-format
9191
  msgid "Instead of %s, the page title with a link will be show."
9192
  msgstr "Místo%s se zobrazí název stránky s odkazem."
9193
 
9194
- #: app/libraries/main.php:3659
9195
  msgid "Agreement Page"
9196
  msgstr "Stránka smlouvy"
9197
 
9198
- #: app/libraries/main.php:3670
9199
  msgid "Checked by default"
9200
  msgstr "Ve výchozím nastavení zaškrtnuto"
9201
 
9202
- #: app/libraries/main.php:3671
9203
  msgid "Unchecked by default"
9204
  msgstr "Ve výchozím nastavení není zaškrtnuto"
9205
 
9206
- #: app/libraries/main.php:3695
9207
  msgid "Insert a label for this option"
9208
  msgstr "Vložte štítek pro tuto možnost"
9209
 
9210
- #: app/libraries/main.php:3708
9211
  msgid "Free"
9212
  msgstr "Zdarma"
9213
 
9214
- #: app/libraries/main.php:4377 app/libraries/main.php:6558
9215
  msgid "M.E. Calender"
9216
  msgstr "M.E. Kalendář"
9217
 
9218
- #: app/libraries/main.php:4533
9219
  #, php-format
9220
  msgid "Copy of %s"
9221
  msgstr "Kopie %s"
9222
 
9223
- #: app/libraries/main.php:5380
9224
  msgid "Booked an event."
9225
  msgstr "Událost byla rezervována."
9226
 
9227
- #: app/libraries/main.php:5421
9228
  #, php-format
9229
  msgid "%s booked %s event."
9230
  msgstr "%s zarezervoval %s událost."
9231
 
9232
- #: app/libraries/main.php:6206 app/libraries/main.php:6260
9233
  msgid "Taxonomies"
9234
  msgstr "Taxonomie"
9235
 
9236
  # Mrknout na kontext
9237
- #: app/libraries/main.php:6208 app/libraries/main.php:6262
9238
  msgid "Category Plural Label"
9239
  msgstr "Štítek množné kategorie"
9240
 
9241
  # Mrknout na kontext
9242
- #: app/libraries/main.php:6209 app/libraries/main.php:6263
9243
  msgid "Category Singular Label"
9244
  msgstr "Štítek jednotné kategorie"
9245
 
9246
- #: app/libraries/main.php:6210 app/libraries/main.php:6264
9247
  msgid "Label Plural Label"
9248
  msgstr "Štítek množného štítku"
9249
 
9250
- #: app/libraries/main.php:6211 app/libraries/main.php:6265
9251
  msgid "Label Singular Label"
9252
  msgstr "Štítek jednotného štítku"
9253
 
9254
- #: app/libraries/main.php:6211 app/libraries/main.php:6265
9255
  msgid "label"
9256
  msgstr "štítek"
9257
 
9258
- #: app/libraries/main.php:6212 app/libraries/main.php:6266
9259
  msgid "Location Plural Label"
9260
  msgstr "Štítek množného umístění"
9261
 
9262
- #: app/libraries/main.php:6213 app/libraries/main.php:6267
9263
  msgid "Location Singular Label"
9264
  msgstr "Štítek jednotného umístění"
9265
 
9266
- #: app/libraries/main.php:6214 app/libraries/main.php:6268
9267
  msgid "Organizer Plural Label"
9268
  msgstr "Štítek množného organizátora"
9269
 
9270
- #: app/libraries/main.php:6215 app/libraries/main.php:6269
9271
  msgid "Organizer Singular Label"
9272
  msgstr "Štítek jednotného organizátora"
9273
 
9274
- #: app/libraries/main.php:6216 app/libraries/main.php:6270
9275
  msgid "Speaker Plural Label"
9276
  msgstr "Štítek množného řečníka"
9277
 
9278
- #: app/libraries/main.php:6217 app/libraries/main.php:6271
9279
  msgid "Speaker Singular Label"
9280
  msgstr "Štítek jednotného řečníka"
9281
 
9282
- #: app/libraries/main.php:6223 app/libraries/main.php:6277
9283
  msgid "Sunday abbreviation"
9284
  msgstr "Neděle zkratka"
9285
 
9286
- #: app/libraries/main.php:6224 app/libraries/main.php:6278
9287
  msgid "Monday abbreviation"
9288
  msgstr "Pondělí zkratka"
9289
 
9290
- #: app/libraries/main.php:6225 app/libraries/main.php:6279
9291
  msgid "Tuesday abbreviation"
9292
  msgstr "Úterý zkratka"
9293
 
9294
- #: app/libraries/main.php:6226 app/libraries/main.php:6280
9295
  msgid "Wednesday abbreviation"
9296
  msgstr "Středa zkratka"
9297
 
9298
- #: app/libraries/main.php:6227 app/libraries/main.php:6281
9299
  msgid "Thursday abbreviation"
9300
  msgstr "Čtvrtek zkratka"
9301
 
9302
- #: app/libraries/main.php:6228 app/libraries/main.php:6282
9303
  msgid "Friday abbreviation"
9304
  msgstr "Pátek zkratka"
9305
 
9306
- #: app/libraries/main.php:6229 app/libraries/main.php:6283
9307
  msgid "Saturday abbreviation"
9308
  msgstr "Sobota zkratka"
9309
 
9310
- #: app/libraries/main.php:6233 app/libraries/main.php:6287
9311
  msgid "Others"
9312
  msgstr "Další"
9313
 
9314
- #: app/libraries/main.php:6235
9315
  msgid "Booking Success Message"
9316
  msgstr "Zpráva o úspěchu rezervace"
9317
 
9318
- #: app/libraries/main.php:6235
9319
  #, fuzzy
9320
  #| msgid ""
9321
  #| "Thanks for your booking. Your tickets booked, booking verification might "
@@ -9327,66 +9341,66 @@ msgstr ""
9327
  "Děkujeme za vaši rezervaci. Vaše vstupenky jsou rezervovány, může být nutné "
9328
  "ověřit rezervaci. Zkontrolujte prosím svůj e-mail."
9329
 
9330
- #: app/libraries/main.php:6236
9331
  #, fuzzy
9332
  #| msgid "Booking Success Message"
9333
  msgid "Booking Restriction Message 1"
9334
  msgstr "Zpráva o úspěchu rezervace"
9335
 
9336
- #: app/libraries/main.php:6236
9337
  #, php-format
9338
  msgid ""
9339
  "You selected %s tickets to book but maximum number of tikets per user is %s "
9340
  "tickets."
9341
  msgstr ""
9342
 
9343
- #: app/libraries/main.php:6237
9344
  #, fuzzy
9345
  #| msgid "Booking Success Message"
9346
  msgid "Booking Restriction Message 2"
9347
  msgstr "Zpráva o úspěchu rezervace"
9348
 
9349
- #: app/libraries/main.php:6237
9350
  #, php-format
9351
  msgid ""
9352
  "You booked %s tickets till now but maximum number of tickets per user is %s "
9353
  "tickets."
9354
  msgstr ""
9355
 
9356
- #: app/libraries/main.php:6238
9357
  #, fuzzy
9358
  #| msgid "Booking Success Message"
9359
  msgid "Booking IP Restriction Message"
9360
  msgstr "Zpráva o úspěchu rezervace"
9361
 
9362
- #: app/libraries/main.php:6238
9363
  #, php-format
9364
  msgid "Maximum allowed number of tickets that you can book is %s."
9365
  msgstr ""
9366
 
9367
- #: app/libraries/main.php:6239
9368
  #, fuzzy
9369
  #| msgid "Booking Options"
9370
  msgid "Booking Button"
9371
  msgstr "Možnosti rezervace"
9372
 
9373
- #: app/libraries/main.php:6239 app/libraries/skins.php:1257
9374
  #: app/modules/booking/steps/tickets.php:99
9375
  msgid "Book Event"
9376
  msgstr "Rezervovat událost"
9377
 
9378
- #: app/libraries/main.php:6240 app/libraries/main.php:6289
9379
  #: app/widgets/single.php:131
9380
  msgid "Register Button"
9381
  msgstr "Registrační tlačítko"
9382
 
9383
- #: app/libraries/main.php:6240 app/libraries/main.php:6289
9384
  #: app/skins/available_spot/tpl.php:208 app/skins/carousel/render.php:106
9385
  #: app/skins/carousel/render.php:144 app/skins/grid/render.php:103
9386
  #: app/skins/grid/render.php:161 app/skins/grid/render.php:219
9387
  #: app/skins/grid/render.php:240 app/skins/list/render.php:70
9388
  #: app/skins/list/render.php:165 app/skins/masonry/render.php:150
9389
- #: app/skins/single.php:478 app/skins/single.php:1203 app/skins/single.php:1206
9390
  #: app/skins/single/default.php:287 app/skins/single/default.php:289
9391
  #: app/skins/single/default.php:520 app/skins/single/default.php:522
9392
  #: app/skins/single/m1.php:143 app/skins/single/m1.php:145
@@ -9398,11 +9412,11 @@ msgstr "Registrační tlačítko"
9398
  msgid "REGISTER"
9399
  msgstr "REGISTROVAT"
9400
 
9401
- #: app/libraries/main.php:6241 app/libraries/main.php:6290
9402
  msgid "View Detail Button"
9403
  msgstr "Tlačítko Zobrazit detail"
9404
 
9405
- #: app/libraries/main.php:6241 app/libraries/main.php:6290
9406
  #: app/skins/carousel/render.php:106 app/skins/carousel/render.php:144
9407
  #: app/skins/grid/render.php:103 app/skins/grid/render.php:161
9408
  #: app/skins/grid/render.php:219 app/skins/grid/render.php:240
@@ -9414,146 +9428,146 @@ msgstr "Tlačítko Zobrazit detail"
9414
  msgid "View Detail"
9415
  msgstr "Zobrazit detail"
9416
 
9417
- #: app/libraries/main.php:6242 app/libraries/main.php:6291
9418
  msgid "Event Detail Button"
9419
  msgstr "Tlačítko Detail události"
9420
 
9421
- #: app/libraries/main.php:6242 app/libraries/main.php:6291
9422
  msgid "Event Detail"
9423
  msgstr "Zobrazit událost"
9424
 
9425
- #: app/libraries/main.php:6247
9426
  msgid "Ticket (Singular)"
9427
  msgstr "Vstupenka (Jednotné)"
9428
 
9429
- #: app/libraries/main.php:6248
9430
  msgid "Tickets (Plural)"
9431
  msgstr "Vstupenky (Množné)"
9432
 
9433
- #: app/libraries/main.php:6406
9434
  msgid "EventON"
9435
  msgstr "EventON"
9436
 
9437
- #: app/libraries/main.php:6407
9438
  msgid "The Events Calendar"
9439
  msgstr "The Events Calendar"
9440
 
9441
- #: app/libraries/main.php:6408
9442
  msgid "Events Schedule WP Plugin"
9443
  msgstr "Events Schedule WP Plugin"
9444
 
9445
- #: app/libraries/main.php:6409
9446
  msgid "Calendarize It"
9447
  msgstr "Calendarize It"
9448
 
9449
- #: app/libraries/main.php:6410
9450
  #, fuzzy
9451
  #| msgid "Event Speakers"
9452
  msgid "Event Espresso"
9453
  msgstr "Řečník události"
9454
 
9455
- #: app/libraries/main.php:6411
9456
  #, fuzzy
9457
  #| msgid "Event Repeating (Recurring events)"
9458
  msgid "Events Manager (Recurring)"
9459
  msgstr "Opakování události (opakující se události)"
9460
 
9461
- #: app/libraries/main.php:6412
9462
  #, fuzzy
9463
  #| msgid "Modern Events Calendar (Lite)"
9464
  msgid "Events Manager (Single)"
9465
  msgstr "Modern Events Calendar (Lite)"
9466
 
9467
- #: app/libraries/main.php:6413
9468
  #, fuzzy
9469
  #| msgid "Modern Events Calendar (Lite)"
9470
  msgid "WP Event Manager"
9471
  msgstr "Modern Events Calendar (Lite)"
9472
 
9473
- #: app/libraries/main.php:6497 app/libraries/main.php:6519
9474
  msgid "Pending"
9475
  msgstr "Nevyřízený"
9476
 
9477
- #: app/libraries/main.php:6545
9478
  msgid "Waiting"
9479
  msgstr "Čekající"
9480
 
9481
- #: app/libraries/main.php:6588
9482
  #, fuzzy
9483
  #| msgid "Sunday"
9484
  msgid "Sun"
9485
  msgstr "Neděle"
9486
 
9487
- #: app/libraries/main.php:6588
9488
  #, fuzzy
9489
  #| msgid "Monday"
9490
  msgid "Mon"
9491
  msgstr "Pondělí"
9492
 
9493
- #: app/libraries/main.php:6588
9494
  #, fuzzy
9495
  #| msgid "Tel"
9496
  msgid "Tue"
9497
  msgstr "Tel"
9498
 
9499
- #: app/libraries/main.php:6588
9500
  msgid "Wed"
9501
  msgstr ""
9502
 
9503
- #: app/libraries/main.php:6588
9504
  msgid "Thu"
9505
  msgstr ""
9506
 
9507
- #: app/libraries/main.php:6588
9508
  #, fuzzy
9509
  #| msgid "Friday"
9510
  msgid "Fri"
9511
  msgstr "Pátek"
9512
 
9513
- #: app/libraries/main.php:6588
9514
  #, fuzzy
9515
  #| msgid "Start"
9516
  msgid "Sat"
9517
  msgstr "Začátek"
9518
 
9519
- #: app/libraries/main.php:6750 app/libraries/render.php:80
9520
  #: app/libraries/render.php:445
9521
  msgid "Skin controller does not exist."
9522
  msgstr "Ovladač vzhledu neexistuje."
9523
 
9524
- #: app/libraries/main.php:6965
9525
  msgid "Sold Out"
9526
  msgstr "Vyprodáno"
9527
 
9528
- #: app/libraries/main.php:6976
9529
  #, fuzzy
9530
  #| msgid "Ticket"
9531
  msgid "Last Few Tickets"
9532
  msgstr "Vstupenka"
9533
 
9534
- #: app/libraries/main.php:7305 app/libraries/main.php:7322
9535
  #, fuzzy
9536
  #| msgid "minutes"
9537
  msgid "Minutes"
9538
  msgstr "minuty"
9539
 
9540
- #: app/libraries/main.php:7327
9541
  msgid "AM / PM"
9542
  msgstr ""
9543
 
9544
- #: app/libraries/main.php:7328
9545
  msgid "AM"
9546
  msgstr "dop."
9547
 
9548
- #: app/libraries/main.php:7329
9549
  msgid "PM"
9550
  msgstr "odp."
9551
 
9552
- #: app/libraries/main.php:7337
9553
  msgid "Ongoing..."
9554
  msgstr ""
9555
 
9556
- #: app/libraries/main.php:7338
9557
  #, fuzzy
9558
  #| msgid "Expired Events"
9559
  msgid "Expired!"
@@ -9583,39 +9597,39 @@ msgstr "Je přijata nová rezervace."
9583
  msgid "A new event is added."
9584
  msgstr "Je přidána se nová událost."
9585
 
9586
- #: app/libraries/notifications.php:834
9587
  msgid "Your event is published."
9588
  msgstr "Vaše událost je zveřejněna."
9589
 
9590
- #: app/libraries/notifications.php:1248
9591
  msgid "to"
9592
  msgstr "do"
9593
 
9594
- #: app/libraries/notifications.php:1269 app/modules/export/details.php:46
9595
  msgid "+ Add to Google Calendar"
9596
  msgstr "+ Přidat do Google kalendáře"
9597
 
9598
- #: app/libraries/notifications.php:1270 app/modules/export/details.php:47
9599
  #, fuzzy
9600
  #| msgid "+ iCal export"
9601
  msgid "+ iCal / Outlook export"
9602
  msgstr "+ iCal export"
9603
 
9604
- #: app/libraries/notifications.php:1319
9605
  #, fuzzy, php-format
9606
  #| msgid "+ Add to Google Calendar"
9607
  msgid "+ %s to Google Calendar"
9608
  msgstr "+ Přidat do Google kalendáře"
9609
 
9610
- #: app/libraries/notifications.php:1399
9611
  msgid "Yes"
9612
  msgstr "Ano"
9613
 
9614
- #: app/libraries/notifications.php:1399
9615
  msgid "No"
9616
  msgstr "Ne"
9617
 
9618
- #: app/libraries/skins.php:1083
9619
  #, fuzzy
9620
  #| msgid "Select All"
9621
  msgid "Select"
@@ -9751,15 +9765,15 @@ msgstr "Událost je ukončena."
9751
  msgid "The event is ongoing."
9752
  msgstr "Událost právě probíhá."
9753
 
9754
- #: app/modules/googlemap/details.php:125
9755
  msgid "Address from ..."
9756
  msgstr "Adresa od ..."
9757
 
9758
- #: app/modules/googlemap/details.php:129
9759
  msgid "Get Directions"
9760
  msgstr "Získat směr"
9761
 
9762
- #: app/modules/links/details.php:17 app/skins/single.php:886
9763
  msgid "Share this event"
9764
  msgstr "Sdílet tuto událost"
9765
 
@@ -9814,7 +9828,7 @@ msgstr "Další výskyt"
9814
  msgid "Go to occurrence page"
9815
  msgstr "Přejít na stránku výskytu"
9816
 
9817
- #: app/modules/next-event/details.php:139 app/skins/single.php:1176
9818
  #: app/skins/single/default.php:118 app/skins/single/default.php:352
9819
  #: app/skins/single/m1.php:40 app/skins/single/modern.php:216
9820
  msgid "Time"
@@ -9971,20 +9985,20 @@ msgstr "Nová událost"
9971
  msgid "Home"
9972
  msgstr "Domů"
9973
 
9974
- #: app/skins/single.php:970 app/skins/single/default.php:64
9975
  #: app/skins/single/m1.php:278 app/skins/single/m2.php:199
9976
  #: app/skins/single/modern.php:300
9977
  msgid "Sold out!"
9978
  msgstr "Vyprodáno!"
9979
 
9980
- #: app/skins/single.php:1250 app/skins/single.php:1309
9981
  #: app/skins/single/default.php:254 app/skins/single/default.php:487
9982
  #: app/skins/single/m1.php:112 app/skins/single/m2.php:35
9983
  #: app/skins/single/modern.php:58
9984
  msgid "Phone"
9985
  msgstr "Telefon"
9986
 
9987
- #: app/skins/single.php:1399
9988
  msgid "Speakers:"
9989
  msgstr "Řečník:"
9990
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar Lite\n"
4
+ "POT-Creation-Date: 2020-10-28 10:07+0330\n"
5
+ "PO-Revision-Date: 2020-10-28 10:07+0330\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/import.php:55
26
+ #: app/features/ix/thirdparty.php:26 app/features/mec.php:1156
27
+ #: app/features/mec.php:1186 app/features/mec/dashboard.php:63
28
  #: app/widgets/MEC.php:33
29
  msgid "Modern Events Calendar"
30
  msgstr "Moderní kalendář událostí"
87
  msgstr "Přidat nový zkrácený kód"
88
 
89
  #: app/features/colors.php:50 app/features/fes/form.php:915
90
+ #: app/features/mec/settings.php:764
91
  msgid "Event Color"
92
  msgstr "Barva události"
93
 
100
  #: app/features/contextual.php:55 app/features/mec.php:474
101
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
102
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
103
+ #: app/libraries/main.php:616
104
  msgid "Settings"
105
  msgstr "Nastavení"
106
 
107
  #: app/features/contextual.php:62 app/features/events.php:1617
108
+ #: app/features/events.php:2492 app/features/mec/booking.php:606
109
+ #: app/features/mec/booking.php:854 app/features/mec/support.php:29
110
+ #: app/libraries/main.php:571
111
  msgid "Booking Form"
112
  msgstr "Rezervační formulář"
113
 
135
  "iframe>"
136
 
137
  #: app/features/contextual.php:70 app/features/events.php:1625
138
+ #: app/features/mec/booking.php:798 app/features/mec/support-page.php:115
139
+ #: app/features/mec/support.php:36 app/libraries/main.php:572
140
  msgid "Payment Gateways"
141
  msgstr "Platební brány"
142
 
152
 
153
  #: app/features/contextual.php:77 app/features/events.php:352
154
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
155
+ #: app/libraries/main.php:764
156
  msgid "Notifications"
157
  msgstr "Upozornění"
158
 
238
  "\"0\" allowfullscreen></iframe>"
239
 
240
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
241
+ #: app/features/mec/support-page.php:97 app/libraries/main.php:538
242
  msgid "General Options"
243
  msgstr "Obecné možnosti"
244
 
245
+ #: app/features/contextual.php:139 app/features/mec/settings.php:483
246
+ #: app/libraries/main.php:540
247
  msgid "Slugs/Permalinks"
248
  msgstr "Název v URL / Trvalé odkazy"
249
 
251
  msgid "Event Details/Single Event Page"
252
  msgstr "Podrobnosti o události / Stránka jedné události"
253
 
254
+ #: app/features/contextual.php:166 app/features/mec/settings.php:515
255
+ #: app/libraries/main.php:541
256
  msgid "Currency Options"
257
  msgstr "Možnosti Měna"
258
 
260
  msgid "Google Maps Options"
261
  msgstr "Možnosti Google Maps"
262
 
263
+ #: app/features/contextual.php:244 app/features/mec/settings.php:572
264
+ #: app/libraries/main.php:542
265
  msgid "Google Recaptcha Options"
266
  msgstr "Možnosti Google Recaptcha"
267
 
268
  #: app/features/contextual.php:258 app/features/mec/single.php:248
269
+ #: app/libraries/main.php:557
270
  msgid "Countdown Options"
271
  msgstr "Možnosti Odpočítávání"
272
 
273
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
274
+ #: app/libraries/main.php:582
275
  msgid "Social Networks"
276
  msgstr "Sociální sítě"
277
 
279
  msgid "Next Event Module"
280
  msgstr "Modul Další události"
281
 
282
+ #: app/features/contextual.php:286 app/features/mec/settings.php:612
283
+ #: app/features/mec/support-page.php:98 app/libraries/main.php:543
284
  msgid "Frontend Event Submission"
285
  msgstr "Předání události frontendu"
286
 
287
  #: app/features/contextual.php:298 app/features/events.php:345
288
+ #: app/libraries/main.php:558
289
  msgid "Exceptional Days"
290
  msgstr "Výjimečné dny"
291
 
292
  #: app/features/contextual.php:308 app/features/events.php:315
293
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
294
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
295
+ #: app/libraries/main.php:566 app/libraries/main.php:596
296
+ #: app/libraries/main.php:681
297
  msgid "Booking"
298
  msgstr "Rezervace"
299
 
300
+ #: app/features/contextual.php:318 app/features/mec/booking.php:428
301
+ #: app/features/mec/booking.php:814 app/libraries/main.php:568
302
  msgid "Coupons"
303
  msgstr "Kupóny"
304
 
305
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
306
+ #: app/libraries/main.php:584
307
  msgid "BuddyPress Integration"
308
  msgstr "Integrace BuddyPress"
309
 
310
+ #: app/features/contextual.php:334 app/features/mec/settings.php:1001
311
+ #: app/libraries/main.php:546
312
  msgid "Mailchimp Integration"
313
  msgstr "Integrace Mailchimp"
314
 
317
  msgstr "Aktivace MEC"
318
 
319
  #: app/features/dlfile.php:121 app/features/events.php:1622
320
+ #: app/features/mec/booking.php:348 app/features/mec/settings.php:836
321
  #, fuzzy
322
  #| msgid "Download ICS file"
323
  msgid "Downloadable File"
356
  msgstr "Obrázek je nahraný!"
357
 
358
  #: app/features/events.php:167 app/features/ix/export.php:34
359
+ #: app/features/mec/dashboard.php:265 app/libraries/main.php:5504
360
+ #: app/libraries/main.php:5524 app/skins/daily_view/tpl.php:82
361
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
362
  #: app/skins/yearly_view/tpl.php:71
363
  msgid "Events"
417
  #: app/features/mec/meta_boxes/search_form.php:584
418
  #: app/features/mec/meta_boxes/search_form.php:654
419
  #: app/features/mec/meta_boxes/search_form.php:760
420
+ #: app/features/mec/settings.php:908 app/features/mec/settings.php:954
421
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
422
+ #: app/features/search.php:68 app/libraries/main.php:6250
423
+ #: app/libraries/main.php:6304 app/libraries/skins.php:934
424
+ #: app/skins/single.php:993 app/skins/single/default.php:219
425
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
426
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
427
  msgid "Category"
430
  #: app/features/events.php:193 app/features/events.php:3526
431
  #: app/features/fes/form.php:865 app/features/mec.php:462
432
  #: app/features/mec/meta_boxes/filter.php:69
433
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6249
434
+ #: app/libraries/main.php:6303
435
  msgid "Categories"
436
  msgstr "Kategorie"
437
 
526
  msgstr "Zobrazit událost"
527
 
528
  #: app/features/events.php:346 app/features/events.php:1360
529
+ #: app/features/mec/settings.php:794 app/skins/single.php:1386
530
  msgid "Hourly Schedule"
531
  msgstr "Hodinový rozvrh"
532
 
557
  #: app/features/mec/meta_boxes/search_form.php:599
558
  #: app/features/mec/meta_boxes/search_form.php:669
559
  #: app/features/mec/meta_boxes/search_form.php:775
560
+ #: app/features/mec/settings.php:966 app/features/mec/single.php:335
561
  #: app/features/mec/single.php:377 app/features/organizers.php:58
562
  #: app/features/organizers.php:204 app/features/organizers.php:260
563
  #: app/features/organizers.php:262 app/features/organizers.php:271
564
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
565
+ #: app/features/search.php:80 app/libraries/main.php:6256
566
+ #: app/libraries/main.php:6310 app/libraries/skins.php:986
567
+ #: app/skins/single.php:1241 app/skins/single/default.php:244
568
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
569
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
570
  msgid "Organizer"
571
  msgstr "Organizátor"
572
 
573
  #: app/features/events.php:350 app/features/events.php:1165
574
+ #: app/features/fes/form.php:836 app/features/mec/settings.php:905
575
+ #: app/libraries/main.php:6287 app/libraries/main.php:6336
576
+ #: app/skins/single.php:1019 app/skins/single/default.php:142
577
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
578
  #: app/skins/single/modern.php:237
579
  msgid "Cost"
598
  #: app/features/fes/form.php:795 app/features/labels.php:178
599
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
600
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
601
+ #: app/libraries/notifications.php:1382 app/modules/booking/steps/form.php:61
602
  msgid "Name"
603
  msgstr "Jméno"
604
 
606
  #: app/features/events.php:2549 app/features/events.php:2638
607
  #: app/features/events.php:4089 app/features/fes.php:243
608
  #: app/features/fes/form.php:791 app/features/login/login.php:5
609
+ #: app/features/mec/booking.php:65 app/features/mec/booking.php:644
610
+ #: app/features/mec/booking.php:740 app/features/mec/single.php:191
611
  #: app/features/organizers.php:111 app/features/organizers.php:152
612
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
613
+ #: app/features/speakers.php:204 app/libraries/main.php:1839
614
+ #: app/libraries/main.php:1908 app/libraries/main.php:3330
615
+ #: app/libraries/notifications.php:1383 app/modules/booking/steps/form.php:70
616
+ #: app/modules/booking/steps/form.php:208 app/skins/single.php:1258
617
+ #: app/skins/single.php:1317 app/skins/single/default.php:261
618
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
619
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
620
  msgid "Email"
634
  #: app/features/events.php:3574 app/features/events.php:3762
635
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
636
  #: app/features/ix.php:3980 app/features/ix.php:4022
637
+ #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1344
638
  #: app/features/mec/meta_boxes/display_options.php:52
639
  #: app/features/mec/meta_boxes/display_options.php:295
640
  #: app/features/mec/meta_boxes/display_options.php:549
658
  #: app/features/events.php:3575 app/features/events.php:3762
659
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
660
  #: app/features/ix.php:3980 app/features/ix.php:4022
661
+ #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1345
662
  #: app/features/popup/event.php:92
663
  msgid "End Date"
664
  msgstr "Konečný den"
707
  #: app/features/events.php:2408 app/features/events.php:2421
708
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
709
  #: app/features/locations.php:336 app/features/mec/booking.php:117
710
+ #: app/features/mec/booking.php:140 app/features/mec/booking.php:212
711
+ #: app/features/mec/booking.php:279 app/features/mec/booking.php:292
712
+ #: app/features/mec/booking.php:309 app/features/mec/booking.php:349
713
+ #: app/features/mec/booking.php:473 app/features/mec/booking.php:502
714
+ #: app/features/mec/booking.php:550 app/features/mec/booking.php:560
715
+ #: app/features/mec/booking.php:582 app/features/mec/booking.php:592
716
+ #: app/features/mec/booking.php:830 app/features/mec/booking.php:856
717
  #: app/features/mec/dashboard.php:71
718
  #: app/features/mec/meta_boxes/display_options.php:85
719
  #: app/features/mec/meta_boxes/display_options.php:98
750
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
751
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
752
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
753
+ #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:206
754
+ #: app/features/mec/notifications.php:326
755
+ #: app/features/mec/notifications.php:452
756
+ #: app/features/mec/notifications.php:573
757
+ #: app/features/mec/notifications.php:697
758
+ #: app/features/mec/notifications.php:708
759
+ #: app/features/mec/notifications.php:832
760
+ #: app/features/mec/notifications.php:917 app/features/mec/settings.php:74
761
+ #: app/features/mec/settings.php:93 app/features/mec/settings.php:140
762
+ #: app/features/mec/settings.php:175 app/features/mec/settings.php:196
763
+ #: app/features/mec/settings.php:241 app/features/mec/settings.php:284
764
+ #: app/features/mec/settings.php:361 app/features/mec/settings.php:438
765
+ #: app/features/mec/settings.php:455 app/features/mec/settings.php:472
766
+ #: app/features/mec/settings.php:491 app/features/mec/settings.php:505
767
+ #: app/features/mec/settings.php:533 app/features/mec/settings.php:624
768
+ #: app/features/mec/settings.php:876 app/features/mec/settings.php:892
769
+ #: app/features/mec/settings.php:1016 app/features/mec/settings.php:1029
770
+ #: app/features/mec/settings.php:1045 app/features/mec/single.php:46
771
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
772
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
773
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
774
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
775
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
776
  #: app/features/organizers.php:272 app/features/popup/event.php:126
777
+ #: app/features/popup/event.php:173 app/skins/single.php:1104
778
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
779
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
780
  #: app/skins/single/modern.php:163
826
  msgstr "Opakování"
827
 
828
  #: app/features/events.php:665 app/features/fes/form.php:372
829
+ #: app/features/mec.php:1347 app/skins/default_full_calendar/tpl.php:77
830
  #: app/skins/full_calendar/tpl.php:124
831
  msgid "Daily"
832
  msgstr "Děnně"
850
  msgstr "Týdně"
851
 
852
  #: app/features/events.php:700 app/features/fes/form.php:377
853
+ #: app/features/mec.php:1348 app/skins/default_full_calendar/tpl.php:75
854
  #: app/skins/full_calendar/tpl.php:122
855
  msgid "Monthly"
856
  msgstr "Měsíčně"
857
 
858
  #: app/features/events.php:707 app/features/fes/form.php:378
859
+ #: app/features/mec.php:1349 app/skins/default_full_calendar/tpl.php:74
860
  #: app/skins/full_calendar/tpl.php:121
861
  msgid "Yearly"
862
  msgstr "Ročně"
965
  msgstr "Na"
966
 
967
  #: app/features/events.php:1117 app/features/fes/form.php:741
968
+ #: app/features/mec/booking.php:170
969
  msgid "After"
970
  msgstr "Po"
971
 
994
 
995
  #: app/features/events.php:1161 app/features/events.php:3762
996
  #: app/features/fes/form.php:833 app/features/ix.php:3980
997
+ #: app/features/ix.php:4022 app/features/mec/settings.php:740
998
+ #: app/libraries/main.php:6286 app/libraries/main.php:6335
999
  #: app/widgets/single.php:103
1000
  msgid "Event Cost"
1001
  msgstr "Cena události"
1010
 
1011
  #: app/features/events.php:1269 app/features/events.php:2550
1012
  #: app/features/events.php:2639 app/features/fes.php:243
1013
+ #: app/features/mec/booking.php:645 app/features/mec/booking.php:741
1014
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
1015
+ #: app/features/wc.php:83 app/libraries/main.php:3417
1016
  #: app/modules/booking/steps/tickets.php:103
1017
+ #: app/modules/next-event/details.php:134 app/skins/single.php:1077
1018
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
1019
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
1020
  msgid "Date"
1057
  #: app/features/events.php:2397 app/features/events.php:3570
1058
  #: app/features/events.php:3762 app/features/fes/form.php:256
1059
  #: app/features/ix.php:3980 app/features/ix.php:4022
1060
+ #: app/features/mec/booking.php:542 app/features/mec/booking.php:574
1061
  #: app/features/mec/styling.php:130
1062
  msgid "Title"
1063
  msgstr "Název"
1068
  #: app/features/events.php:2006 app/features/events.php:2143
1069
  #: app/features/events.php:2242 app/features/events.php:2278
1070
  #: app/features/events.php:2385 app/features/events.php:2427
1071
+ #: app/features/mec/booking.php:485 app/features/mec/booking.php:514
1072
+ #: app/features/mec/booking.php:565 app/features/mec/booking.php:597
1073
+ #: app/libraries/main.php:3252 app/libraries/main.php:3281
1074
+ #: app/libraries/main.php:3310 app/libraries/main.php:3339
1075
+ #: app/libraries/main.php:3368 app/libraries/main.php:3397
1076
+ #: app/libraries/main.php:3426 app/libraries/main.php:3455
1077
+ #: app/libraries/main.php:3484 app/libraries/main.php:3505
1078
+ #: app/libraries/main.php:3536 app/libraries/main.php:3582
1079
+ #: app/libraries/main.php:3628 app/libraries/main.php:3677
1080
+ #: app/libraries/main.php:3717
1081
  msgid "Remove"
1082
  msgstr "Odstranit"
1083
 
1104
  #: app/features/events.php:1425 app/features/events.php:1458
1105
  #: app/features/events.php:1519 app/features/fes/form.php:959
1106
  #: app/features/mec.php:470 app/features/mec/modules.php:51
1107
+ #: app/features/mec/settings.php:788 app/features/speakers.php:61
1108
+ #: app/libraries/main.php:576 app/libraries/main.php:6257
1109
+ #: app/libraries/main.php:6311 app/modules/speakers/details.php:18
1110
  msgid "Speakers"
1111
  msgstr "Řečníci"
1112
 
1115
  msgstr "Nový den"
1116
 
1117
  #: app/features/events.php:1550 app/features/fes/form.php:810
1118
+ #: app/features/mec/settings.php:734
1119
  msgid "Event Links"
1120
  msgstr "Odkazy na událost"
1121
 
1122
  #: app/features/events.php:1553 app/features/events.php:1561
1123
+ #: app/features/fes/form.php:812 app/features/mec/settings.php:906
1124
+ #: app/libraries/main.php:6284 app/libraries/main.php:6333
1125
  msgid "Event Link"
1126
  msgstr "Odkaz na událost"
1127
 
1150
  msgstr "Zkracovač URL"
1151
 
1152
  #: app/features/events.php:1571 app/features/events.php:1584
1153
+ #: app/features/fes/form.php:817 app/libraries/main.php:6285
1154
+ #: app/libraries/main.php:6334 app/skins/single.php:1103
1155
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1156
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1157
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
1163
  msgstr "Více informací"
1164
 
1165
  #: app/features/events.php:1579 app/features/fes/form.php:821
1166
+ #: app/features/mec.php:991 app/features/popup/shortcode.php:477
1167
  msgid "Current Window"
1168
  msgstr "Aktuální okno"
1169
 
1170
  #: app/features/events.php:1580 app/features/fes/form.php:822
1171
+ #: app/features/mec.php:992 app/features/popup/shortcode.php:481
1172
  msgid "New Window"
1173
  msgstr "Nové okno"
1174
 
1180
  "Pokud ji vyplníte, zobrazí se jako volitelný odkaz na stránce s podrobnostmi "
1181
  "o události. Vložte celý odkaz včetně http (s): //"
1182
 
1183
+ #: app/features/events.php:1608 app/features/mec/settings.php:802
1184
  msgid "Booking Options"
1185
  msgstr "Možnosti rezervace"
1186
 
1191
  msgstr "Celkové limity rezervace uživatelů"
1192
 
1193
  #: app/features/events.php:1610 app/features/events.php:1814
1194
+ #: app/libraries/book.php:61 app/libraries/main.php:6289
1195
  #: app/modules/booking/steps/tickets.php:134
1196
  #: app/modules/booking/steps/tickets.php:140
1197
  msgid "Tickets"
1202
  msgstr "Poplatky"
1203
 
1204
  #: app/features/events.php:1615 app/features/events.php:2311
1205
+ #: app/features/mec/settings.php:814
1206
  msgid "Ticket Variations / Options"
1207
  msgstr "Varianty vstupenky / možnosti"
1208
 
1209
+ #: app/features/events.php:1619 app/features/mec/booking.php:885
1210
  #: app/features/mec/support-page.php:118
1211
  msgid "Organizer Payment"
1212
  msgstr "Platba organizátora"
1268
  "similar."
1269
  msgstr ""
1270
 
1271
+ #: app/features/events.php:1743 app/features/mec/booking.php:146
1272
  #, fuzzy
1273
  #| msgid "General Options"
1274
  msgid "Interval Options"
1275
  msgstr "Obecné možnosti"
1276
 
1277
  #: app/features/events.php:1745 app/features/events.php:1750
1278
+ #: app/features/mec/booking.php:148 app/features/mec/booking.php:153
1279
  msgid "Show Booking Form Interval"
1280
  msgstr "Zobrazit Interval rezervačního formuláře"
1281
 
1282
+ #: app/features/events.php:1747 app/features/mec/booking.php:150
1283
  msgid "Minutes (e.g 5)"
1284
  msgstr "Minuty (např. 5)"
1285
 
1286
+ #: app/features/events.php:1751 app/features/mec/booking.php:154
1287
  #, fuzzy
1288
  #| msgid ""
1289
  #| "You can show booking form only at certain time before event start. If you "
1369
  #: app/features/events.php:2058 app/features/events.php:2061
1370
  #: app/features/events.php:2139 app/features/events.php:2356
1371
  #: app/features/events.php:2360 app/features/events.php:2402
1372
+ #: app/features/events.php:2405 app/features/mec/booking.php:546
1373
+ #: app/features/mec/booking.php:549 app/features/mec/booking.php:578
1374
+ #: app/features/mec/booking.php:581
1375
  msgid "Price"
1376
  msgstr "Cena"
1377
 
1449
  #: app/features/mec/meta_boxes/search_form.php:620
1450
  #: app/features/mec/meta_boxes/search_form.php:690
1451
  #: app/features/mec/meta_boxes/search_form.php:796
1452
+ #: app/features/mec/settings.php:909 app/features/mec/settings.php:986
1453
  #: app/features/mec/single.php:349 app/features/mec/single.php:391
1454
+ #: app/features/search.php:98 app/libraries/skins.php:1064
1455
  msgid "Label"
1456
  msgstr "Štítek"
1457
 
1458
  #: app/features/events.php:2216 app/features/events.php:2254
1459
+ #: app/features/mec/booking.php:465 app/features/mec/booking.php:494
1460
  msgid "Fee Title"
1461
  msgstr "Název poplatku"
1462
 
1463
  #: app/features/events.php:2222 app/features/events.php:2226
1464
  #: app/features/events.php:2259 app/features/events.php:2262
1465
+ #: app/features/mec/booking.php:469 app/features/mec/booking.php:472
1466
+ #: app/features/mec/booking.php:498 app/features/mec/booking.php:501
1467
  msgid "Amount"
1468
  msgstr "Množství"
1469
 
1470
  #: app/features/events.php:2227 app/features/events.php:2263
1471
+ #: app/features/mec/booking.php:473 app/features/mec/booking.php:502
1472
  msgid ""
1473
  "Fee amount, considered as fixed amount if you set the type to amount "
1474
  "otherwise considered as percentage"
1477
  "odpovídající procentuální hodnotě"
1478
 
1479
  #: app/features/events.php:2236 app/features/events.php:2272
1480
+ #: app/features/mec/booking.php:480 app/features/mec/booking.php:509
1481
  msgid "Percent"
1482
  msgstr "Procent"
1483
 
1484
  #: app/features/events.php:2237 app/features/events.php:2273
1485
+ #: app/features/mec/booking.php:481 app/features/mec/booking.php:510
1486
  msgid "Amount (Per Ticket)"
1487
  msgstr "Částka (za vstupenku)"
1488
 
1489
  #: app/features/events.php:2238 app/features/events.php:2274
1490
+ #: app/features/mec/booking.php:482 app/features/mec/booking.php:511
1491
  msgid "Amount (Per Booking)"
1492
  msgstr "Částka (za rezervaci)"
1493
 
1494
  #: app/features/events.php:2361 app/features/events.php:2406
1495
+ #: app/features/mec/booking.php:550 app/features/mec/booking.php:582
1496
  msgid "Option Price"
1497
  msgstr "Možnosti ceny"
1498
 
1499
  #: app/features/events.php:2371 app/features/events.php:2375
1500
  #: app/features/events.php:2415 app/features/events.php:2418
1501
+ #: app/features/mec/booking.php:556 app/features/mec/booking.php:559
1502
+ #: app/features/mec/booking.php:588 app/features/mec/booking.php:591
1503
  msgid "Maximum Per Ticket"
1504
  msgstr "Maximum na jednu vstupenku"
1505
 
1506
  #: app/features/events.php:2376 app/features/events.php:2419
1507
+ #: app/features/mec/booking.php:560 app/features/mec/booking.php:592
1508
  #, fuzzy
1509
  #| msgid "Maximum Per Ticket. Leave it blank for unlimited."
1510
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1511
  msgstr "Maximum na jednu vstupenku. Ponechte to prázdné pro neomezené."
1512
 
1513
+ #: app/features/events.php:2516 app/features/mec/booking.php:608
1514
  #, fuzzy
1515
  #| msgid "Attendees Limit"
1516
  msgid "Per Attendee Fields"
1517
  msgstr "Limit účastníků"
1518
 
1519
+ #: app/features/events.php:2546 app/features/mec/booking.php:641
1520
+ #: app/libraries/main.php:3272
1521
  msgid "MEC Name"
1522
  msgstr "MEC Jméno"
1523
 
1524
+ #: app/features/events.php:2547 app/features/mec/booking.php:642
1525
+ #: app/libraries/main.php:3301
1526
  msgid "MEC Email"
1527
  msgstr "MEC Email"
1528
 
1529
  #: app/features/events.php:2548 app/features/events.php:2637
1530
+ #: app/features/mec/booking.php:643 app/features/mec/booking.php:739
1531
+ #: app/features/mec/single.php:190 app/libraries/main.php:3243
1532
  msgid "Text"
1533
  msgstr "Text"
1534
 
1535
  #: app/features/events.php:2551 app/features/events.php:2640
1536
+ #: app/features/mec/booking.php:646 app/features/mec/booking.php:742
1537
  #: app/features/mec/single.php:194 app/features/organizers.php:103
1538
  #: app/features/organizers.php:148 app/features/speakers.php:119
1539
  #: app/features/speakers.php:200 app/features/speakers.php:285
1540
+ #: app/libraries/main.php:3446
1541
  msgid "Tel"
1542
  msgstr "Tel"
1543
 
1544
+ #: app/features/events.php:2552 app/features/mec/booking.php:647
1545
+ #: app/libraries/main.php:3388
1546
  msgid "File"
1547
  msgstr "Soubor"
1548
 
1549
  #: app/features/events.php:2553 app/features/events.php:2641
1550
+ #: app/features/mec/booking.php:648 app/features/mec/booking.php:743
1551
+ #: app/features/mec/single.php:195 app/libraries/main.php:3475
1552
  msgid "Textarea"
1553
  msgstr "Plocha textu"
1554
 
1555
  #: app/features/events.php:2554 app/features/events.php:2642
1556
+ #: app/features/mec/booking.php:649 app/features/mec/booking.php:744
1557
+ #: app/features/mec/single.php:197 app/libraries/main.php:3527
1558
  msgid "Checkboxes"
1559
  msgstr "Zatržítko"
1560
 
1561
  #: app/features/events.php:2555 app/features/events.php:2643
1562
+ #: app/features/mec/booking.php:650 app/features/mec/booking.php:745
1563
+ #: app/features/mec/single.php:198 app/libraries/main.php:3573
1564
  msgid "Radio Buttons"
1565
  msgstr "Přepínače"
1566
 
1567
  #: app/features/events.php:2556 app/features/events.php:2644
1568
+ #: app/features/mec/booking.php:651 app/features/mec/booking.php:746
1569
  #: app/features/mec/meta_boxes/search_form.php:34
1570
  #: app/features/mec/meta_boxes/search_form.php:41
1571
  #: app/features/mec/meta_boxes/search_form.php:49
1642
  #: app/features/mec/meta_boxes/search_form.php:792
1643
  #: app/features/mec/meta_boxes/search_form.php:799
1644
  #: app/features/mec/meta_boxes/search_form.php:813
1645
+ #: app/features/mec/single.php:199 app/libraries/main.php:3619
1646
  msgid "Dropdown"
1647
  msgstr "Rozbalovací"
1648
 
1649
  #: app/features/events.php:2557 app/features/events.php:2645
1650
+ #: app/features/mec/booking.php:652 app/features/mec/booking.php:747
1651
+ #: app/libraries/main.php:3668
1652
  msgid "Agreement"
1653
  msgstr "Smlouva"
1654
 
1655
  #: app/features/events.php:2558 app/features/events.php:2646
1656
+ #: app/features/mec/booking.php:653 app/features/mec/booking.php:748
1657
+ #: app/features/mec/single.php:196 app/libraries/main.php:3504
1658
  msgid "Paragraph"
1659
  msgstr "Paragraf"
1660
 
1661
+ #: app/features/events.php:2607 app/features/mec/booking.php:706
1662
  #, fuzzy
1663
  #| msgid "Required Field"
1664
  msgid "Fixed Fields"
1705
  #: app/features/mec/meta_boxes/search_form.php:591
1706
  #: app/features/mec/meta_boxes/search_form.php:661
1707
  #: app/features/mec/meta_boxes/search_form.php:767
1708
+ #: app/features/mec/settings.php:960 app/features/mec/single.php:339
1709
  #: app/features/mec/single.php:381 app/features/popup/event.php:116
1710
  #: app/features/popup/event.php:125 app/features/search.php:74
1711
+ #: app/libraries/main.php:2578 app/libraries/main.php:6254
1712
+ #: app/libraries/main.php:6308 app/libraries/skins.php:960
1713
+ #: app/skins/single.php:920 app/skins/single.php:1363
1714
  #: app/skins/single/default.php:195 app/skins/single/default.php:428
1715
  #: app/skins/single/m1.php:173 app/skins/single/m2.php:96
1716
  #: app/skins/single/modern.php:116
1785
  msgstr "%s Email"
1786
 
1787
  #: app/features/events.php:4092 app/features/fes.php:243
1788
+ #: app/features/profile/profile.php:183 app/libraries/main.php:2661
1789
+ #: app/libraries/main.php:6288
1790
  msgid "Ticket"
1791
  msgstr "Vstupenka"
1792
 
1856
  msgid "Order Time"
1857
  msgstr "Konec"
1858
 
1859
+ #: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:2609
1860
+ #: app/libraries/main.php:2724
1861
  msgid "Transaction ID"
1862
  msgstr "ID transakce"
1863
 
1943
  msgid "Go back to events list"
1944
  msgstr "Přejít zpět na seznam událostí"
1945
 
1946
+ #: app/features/fes/form.php:264 app/features/mec/settings.php:828
1947
+ #: app/features/mec/settings.php:904
1948
  msgid "Excerpt"
1949
  msgstr ""
1950
 
1962
 
1963
  #: app/features/fes/form.php:389
1964
  #: app/features/mec/meta_boxes/display_options.php:1309
1965
+ #: app/libraries/main.php:416
1966
  msgid "Monday"
1967
  msgstr "Pondělí"
1968
 
1969
  #: app/features/fes/form.php:390
1970
  #: app/features/mec/meta_boxes/display_options.php:1310
1971
+ #: app/libraries/main.php:416
1972
  msgid "Tuesday"
1973
  msgstr "Úterý"
1974
 
1975
  #: app/features/fes/form.php:391
1976
  #: app/features/mec/meta_boxes/display_options.php:1311
1977
+ #: app/libraries/main.php:416
1978
  msgid "Wednesday"
1979
  msgstr "Středa"
1980
 
1981
  #: app/features/fes/form.php:392
1982
  #: app/features/mec/meta_boxes/display_options.php:1312
1983
+ #: app/libraries/main.php:416
1984
  msgid "Thursday"
1985
  msgstr "Čtvrtek"
1986
 
1987
  #: app/features/fes/form.php:393
1988
  #: app/features/mec/meta_boxes/display_options.php:1313
1989
+ #: app/libraries/main.php:416
1990
  msgid "Friday"
1991
  msgstr "Pátek"
1992
 
1993
  #: app/features/fes/form.php:394
1994
  #: app/features/mec/meta_boxes/display_options.php:1314
1995
+ #: app/libraries/main.php:416
1996
  msgid "Saturday"
1997
  msgstr "Sobota"
1998
 
1999
  #: app/features/fes/form.php:395
2000
  #: app/features/mec/meta_boxes/display_options.php:1308
2001
+ #: app/libraries/main.php:416
2002
  msgid "Sunday"
2003
  msgstr "Neděle"
2004
 
2040
  "Vložte celý odkaz včetně http (s): //"
2041
 
2042
  # v kontextu
2043
+ #: app/features/fes/form.php:850 app/features/mec/settings.php:746
2044
  msgid "Featured Image"
2045
  msgstr "Hlavní obrázek"
2046
 
2051
  #: app/features/fes/form.php:891 app/features/labels.php:61
2052
  #: app/features/labels.php:221 app/features/mec.php:463
2053
  #: app/features/mec/meta_boxes/filter.php:72
2054
+ #: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:6251
2055
+ #: app/libraries/main.php:6305 app/skins/single.php:1133
2056
  #: app/skins/single/default.php:173 app/skins/single/default.php:405
2057
  #: app/skins/single/m1.php:76 app/skins/single/modern.php:252
2058
  msgid "Labels"
2116
  msgstr "MEC Import / Export"
2117
 
2118
  #: app/features/ix.php:107 app/features/mec/support.php:73
2119
+ #: app/libraries/main.php:824
2120
  msgid "Import / Export"
2121
  msgstr "Import / Export"
2122
 
2136
  msgid "An error occurred during the file upload! Please check permissions!"
2137
  msgstr "Při nahrávání souboru došlo k chybě! Zkontrolujte oprávnění!"
2138
 
2139
+ #: app/features/ix.php:265 app/libraries/main.php:6536
2140
+ #: app/libraries/main.php:6556
2141
  msgid "Confirmed"
2142
  msgstr "Potvrzeno"
2143
 
2144
+ #: app/features/ix.php:266 app/libraries/main.php:6537
2145
+ #: app/libraries/main.php:6564
2146
  msgid "Rejected"
2147
  msgstr "Odmítnuto"
2148
 
2149
+ #: app/features/ix.php:270 app/features/mec/booking.php:992
2150
+ #: app/features/mec/booking.php:1014 app/features/mec/modules.php:415
2151
+ #: app/features/mec/modules.php:437 app/features/mec/notifications.php:1052
2152
+ #: app/features/mec/notifications.php:1074 app/features/mec/settings.php:1270
2153
+ #: app/features/mec/settings.php:1292 app/features/mec/single.php:446
2154
+ #: app/features/mec/single.php:468 app/libraries/main.php:6584
2155
  msgid "Verified"
2156
  msgstr "Ověřeno"
2157
 
2158
  #: app/features/ix.php:271 app/features/labels.php:118
2159
+ #: app/features/labels.php:143 app/libraries/main.php:6585
2160
  #: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
2161
  #: app/skins/carousel/render.php:38 app/skins/countdown/tpl.php:40
2162
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2453
  #: app/features/ix/export_g_calendar.php:72
2454
  #: app/features/ix/export_g_calendar.php:151
2455
  #: app/features/ix/export_g_calendar.php:166
2456
+ #: app/features/mec/notifications.php:150
2457
+ #: app/features/mec/notifications.php:262
2458
+ #: app/features/mec/notifications.php:388
2459
+ #: app/features/mec/notifications.php:762 app/features/notifications.php:133
2460
  msgid "Add to Google Calendar"
2461
  msgstr "Přidat do Google kalendáře"
2462
 
2463
+ #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:994
2464
+ #: app/features/mec/modules.php:417 app/features/mec/notifications.php:1054
2465
+ #: app/features/mec/settings.php:1272 app/features/mec/single.php:448
2466
  msgid "Checking ..."
2467
  msgstr "Ověřování ..."
2468
 
2511
  msgstr "ICS Feed"
2512
 
2513
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2514
+ #: app/features/mec/booking.php:99 app/features/mec/booking.php:415
2515
+ #: app/features/mec/booking.php:431 app/features/mec/booking.php:449
2516
+ #: app/features/mec/booking.php:526
2517
  #: app/features/mec/meta_boxes/display_options.php:229
2518
  #: app/features/mec/meta_boxes/display_options.php:496
2519
  #: app/features/mec/modules.php:69 app/features/mec/modules.php:211
2524
 
2525
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2526
  #: app/features/ix/sync.php:22 app/features/mec/booking.php:99
2527
+ #: app/features/mec/booking.php:415 app/features/mec/booking.php:431
2528
+ #: app/features/mec/booking.php:449 app/features/mec/booking.php:526
2529
  #: app/features/mec/meta_boxes/display_options.php:229
2530
  #: app/features/mec/meta_boxes/display_options.php:496
2531
  #: app/features/mec/meta_boxes/display_options.php:537
2745
 
2746
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2747
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2748
+ #: app/features/mec/notifications.php:650
2749
  msgid "Important Note"
2750
  msgstr "Důležitá poznámka"
2751
 
2967
 
2968
  #: app/features/locations.php:59 app/features/mec.php:464
2969
  #: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
2970
+ #: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:6253
2971
+ #: app/libraries/main.php:6307
2972
  msgid "Locations"
2973
  msgstr "Umístění"
2974
 
3047
  msgid "eg. City Hall"
3048
  msgstr "např. Radnice"
3049
 
3050
+ #: app/features/locations.php:347 app/features/mec/settings.php:776
3051
  #: app/features/popup/event.php:143 app/widgets/single.php:115
3052
  msgid "Event Location"
3053
  msgstr "Místo události"
3087
  msgid "Don't show map in single event page"
3088
  msgstr "Nezobrazovat mapu na jednostránkové události"
3089
 
3090
+ #: app/features/locations.php:398 app/libraries/main.php:6291
3091
+ #: app/libraries/main.php:6338
3092
  msgid "Other Locations"
3093
  msgstr "Další místa"
3094
 
3176
  #: app/features/mec.php:465 app/features/mec/dashboard.php:286
3177
  #: app/features/mec/meta_boxes/filter.php:71
3178
  #: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
3179
+ #: app/libraries/main.php:6255 app/libraries/main.php:6309
3180
  msgid "Organizers"
3181
  msgstr "Organizátoři"
3182
 
3215
  msgid "MEC - Go Pro"
3216
  msgstr "MEC - podpora"
3217
 
3218
+ #: app/features/mec.php:482 app/features/mec.php:1264
3219
  #: app/features/mec/go-pro.php:9
3220
  msgid "Go Pro"
3221
  msgstr ""
3256
  msgid "Search Form"
3257
  msgstr "Vyhledávací formulář"
3258
 
3259
+ #: app/features/mec.php:972
3260
  msgid "Display content's images as Popup"
3261
  msgstr "Zobrazit obrázky obsahu jako vyskakovací okno"
3262
 
3263
+ #: app/features/mec.php:986 app/features/popup/shortcode.php:473
3264
  msgid "Single Event Display Method"
3265
  msgstr "Metoda zobrazení jedné události"
3266
 
3267
+ #: app/features/mec.php:993 app/features/popup/shortcode.php:485
3268
  #, fuzzy
3269
  #| msgid "Modal 1"
3270
  msgid "Modal Popup"
3271
  msgstr "Modal 1"
3272
 
3273
+ #: app/features/mec.php:994
3274
  #, fuzzy
3275
  #| msgid "Disabled"
3276
  msgid "Disable Link"
3277
  msgstr "Zakázaný"
3278
 
3279
+ #: app/features/mec.php:1007
3280
  #, fuzzy
3281
  #| msgid "Booking Options"
3282
  msgid "Booking Button / Icon"
3283
  msgstr "Možnosti rezervace"
3284
 
3285
+ #: app/features/mec.php:1167 app/features/mec.php:1277
3286
  msgid "Total Bookings"
3287
  msgstr "Celkový počet rezervací"
3288
 
3289
+ #: app/features/mec.php:1186 app/features/mec/dashboard.php:63
3290
  msgid "Modern Events Calendar (Lite)"
3291
  msgstr "Modern Events Calendar (Lite)"
3292
 
3293
+ #: app/features/mec.php:1195 app/features/mec/dashboard.php:297
3294
+ #: app/features/mec/settings.php:449
3295
  msgid "Upcoming Events"
3296
  msgstr "Nadcházející události"
3297
 
3298
+ #: app/features/mec.php:1250
3299
  #, fuzzy
3300
  #| msgid "Update %s"
3301
  msgid "News & Updates"
3302
  msgstr "Aktualizovat %s"
3303
 
3304
+ #: app/features/mec.php:1263
3305
  msgid "Blog"
3306
  msgstr ""
3307
 
3308
+ #: app/features/mec.php:1263
3309
  msgid "Help"
3310
  msgstr ""
3311
 
3312
+ #: app/features/mec.php:1310
3313
  msgid "This Month"
3314
  msgstr "Tento měsíc"
3315
 
3316
+ #: app/features/mec.php:1317
3317
  msgid "Last Month"
3318
  msgstr "Minulý měsíc"
3319
 
3320
+ #: app/features/mec.php:1324
3321
  msgid "This Year"
3322
  msgstr "Tento rok"
3323
 
3324
+ #: app/features/mec.php:1331
3325
  msgid "Last Year"
3326
  msgstr "Minulý rok"
3327
 
3328
+ #: app/features/mec.php:1352
3329
  msgid "Bar"
3330
  msgstr "Pruh"
3331
 
3332
+ #: app/features/mec.php:1353
3333
  msgid "Line"
3334
  msgstr "Čára"
3335
 
3336
+ #: app/features/mec.php:1355
3337
  msgid "Filter"
3338
  msgstr "Filtr"
3339
 
3340
+ #: app/features/mec.php:1371
3341
  #, php-format
3342
  msgid "Total Sells (%s)"
3343
  msgstr "Celkový prodej %s"
3344
 
3345
+ #: app/features/mec.php:1399
3346
  #, fuzzy
3347
  #| msgid "Modern Events Calendar"
3348
  msgid "Print Calendar"
3349
  msgstr "Moderní kalendář událostí"
3350
 
3351
+ #: app/features/mec.php:1414
3352
  #, fuzzy
3353
  #| msgid "Display Event Price"
3354
  msgid "Display Events"
3381
  msgid "Search..."
3382
  msgstr "Vyhledávání ..."
3383
 
3384
+ #: app/features/mec/booking.php:80 app/features/mec/booking.php:754
3385
+ #: app/features/mec/booking.php:910 app/features/mec/booking.php:919
3386
+ #: app/features/mec/booking.php:929 app/features/mec/booking.php:1011
3387
+ #: app/features/mec/booking.php:1025 app/features/mec/messages.php:15
3388
  #: app/features/mec/messages.php:51 app/features/mec/messages.php:60
3389
  #: app/features/mec/messages.php:94 app/features/mec/messages.php:103
3390
  #: app/features/mec/modules.php:25 app/features/mec/modules.php:382
3391
  #: app/features/mec/modules.php:392 app/features/mec/modules.php:434
3392
  #: app/features/mec/modules.php:448 app/features/mec/notifications.php:14
3393
+ #: app/features/mec/notifications.php:959
3394
+ #: app/features/mec/notifications.php:971
3395
+ #: app/features/mec/notifications.php:1071
3396
+ #: app/features/mec/notifications.php:1085 app/features/mec/settings.php:42
3397
+ #: app/features/mec/settings.php:1221 app/features/mec/settings.php:1231
3398
+ #: app/features/mec/settings.php:1289 app/features/mec/settings.php:1303
3399
  #: app/features/mec/single.php:21 app/features/mec/single.php:413
3400
  #: app/features/mec/single.php:423 app/features/mec/single.php:465
3401
  #: app/features/mec/single.php:479 app/features/mec/styles.php:11
3442
  msgid "Default is 6"
3443
  msgstr "Výchozí je 6"
3444
 
3445
+ #: app/features/mec/booking.php:130 app/features/mec/booking.php:139
3446
  msgid "Lock Pre-filled Fields"
3447
  msgstr ""
3448
 
3449
+ #: app/features/mec/booking.php:133 app/features/mec/booking.php:188
3450
+ #: app/features/mec/booking.php:255 app/features/mec/booking.php:824
3451
+ #: app/features/mec/booking.php:849
3452
  #: app/features/mec/meta_boxes/search_form.php:33
3453
  #: app/features/mec/meta_boxes/search_form.php:40
3454
  #: app/features/mec/meta_boxes/search_form.php:48
3547
  #: app/features/mec/meta_boxes/search_form.php:805
3548
  #: app/features/mec/meta_boxes/search_form.php:812
3549
  #: app/features/mec/meta_boxes/search_form.php:819
3550
+ #: app/features/mec/modules.php:124 app/features/mec/settings.php:105
3551
+ #: app/features/mec/settings.php:467
3552
  msgid "Disabled"
3553
  msgstr "Zakázaný"
3554
 
3555
+ #: app/features/mec/booking.php:134 app/features/mec/booking.php:187
3556
+ #: app/features/mec/booking.php:254 app/features/mec/booking.php:823
3557
+ #: app/features/mec/booking.php:850 app/features/mec/settings.php:106
3558
  msgid "Enabled"
3559
  msgstr "Povoleno"
3560
 
3561
+ #: app/features/mec/booking.php:135
3562
+ msgid "Enabled Only for Main Attendee"
3563
+ msgstr ""
3564
+
3565
+ #: app/features/mec/booking.php:140
3566
  msgid ""
3567
  "When users are logged in, name and email fields will be pre-filled but users "
3568
  "can change them. If you enable the lock, then logged in users cannot change "
3569
  "the pre-filled fields."
3570
  msgstr ""
3571
 
3572
+ #: app/features/mec/booking.php:161 app/features/mec/booking.php:175
3573
  #, fuzzy
3574
  #| msgid "Booking Cancellation"
3575
  msgid "Cancellation Period"
3576
  msgstr "Zrušení rezervace"
3577
 
3578
+ #: app/features/mec/booking.php:163
3579
  msgid "e.g 5"
3580
  msgstr ""
3581
 
3582
+ #: app/features/mec/booking.php:164
3583
  msgid "Period"
3584
  msgstr ""
3585
 
3586
+ #: app/features/mec/booking.php:165
3587
  #, fuzzy
3588
  #| msgid "hours"
3589
  msgid "Hour(s)"
3590
  msgstr "hodiny"
3591
 
3592
+ #: app/features/mec/booking.php:166
3593
  msgid "Day(s)"
3594
  msgstr ""
3595
 
3596
+ #: app/features/mec/booking.php:168
3597
  #, fuzzy
3598
  #| msgid "Type 1"
3599
  msgid "Type"
3600
  msgstr "Typ 1"
3601
 
3602
+ #: app/features/mec/booking.php:169
3603
  #, fuzzy
3604
  #| msgid "Before $10"
3605
  msgid "Before"
3606
  msgstr "Před $10"
3607
 
3608
+ #: app/features/mec/booking.php:172
3609
  #, fuzzy
3610
  #| msgid "On Event Start"
3611
  msgid "Event Start"
3612
  msgstr "Při spuštění události"
3613
 
3614
+ #: app/features/mec/booking.php:176
3615
  msgid ""
3616
  "You can restrict the ability to cancel bookings. Leave empty for "
3617
  "cancellation at any time. For example if you insert 5 hours before event "
3619
  "after that they're not able to do that."
3620
  msgstr ""
3621
 
3622
+ #: app/features/mec/booking.php:182
3623
  #, fuzzy
3624
  #| msgid "Register Button"
3625
  msgid "User Registration"
3626
  msgstr "Registrační tlačítko"
3627
 
3628
+ #: app/features/mec/booking.php:184 app/features/mec/booking.php:192
3629
  #: app/modules/booking/steps/form.php:330
3630
  #, fuzzy
3631
  #| msgid "Register Button"
3632
  msgid "Registration"
3633
  msgstr "Registrační tlačítko"
3634
 
3635
+ #: app/features/mec/booking.php:193
3636
  msgid ""
3637
  "If enabled MEC would create a WordPress User for main attendees. It's "
3638
  "recommended to keep it enabled."
3639
  msgstr ""
3640
 
3641
+ #: app/features/mec/booking.php:201 app/features/mec/booking.php:211
3642
  #, fuzzy
3643
  #| msgid "User Profile"
3644
  msgid "User Role"
3645
  msgstr "Uživatelský profil"
3646
 
3647
+ #: app/features/mec/booking.php:212
3648
  msgid ""
3649
  "MEC creates a user for main attendee after each booking. Default role of the "
3650
  "user is subscriber but you can change it if needed."
3651
  msgstr ""
3652
 
3653
+ #: app/features/mec/booking.php:219 app/features/mec/booking.php:227
3654
  msgid "Username & Password"
3655
  msgstr ""
3656
 
3657
+ #: app/features/mec/booking.php:222
3658
  msgid "Auto"
3659
  msgstr ""
3660
 
3661
+ #: app/features/mec/booking.php:223
3662
  msgid "Manual"
3663
  msgstr ""
3664
 
3665
+ #: app/features/mec/booking.php:228
3666
  msgid ""
3667
  "If you set it to manual option then users can insert a username and password "
3668
  "during the booking for registration otherwise MEC use their email and an "
3669
  "auto generated password."
3670
  msgstr ""
3671
 
3672
+ #: app/features/mec/booking.php:236
3673
  #, fuzzy
3674
  #| msgid "Location"
3675
  msgid "Limitation"
3676
  msgstr "Umístění"
3677
 
3678
+ #: app/features/mec/booking.php:238
3679
  #: app/features/mec/meta_boxes/display_options.php:140
3680
  #: app/features/mec/meta_boxes/display_options.php:417
3681
  #: app/features/mec/meta_boxes/display_options.php:589
3687
  msgid "Limit"
3688
  msgstr "Limit"
3689
 
3690
+ #: app/features/mec/booking.php:240
3691
  msgid "Default is empty"
3692
  msgstr "Výchozí hodnota je prázdná"
3693
 
3694
+ #: app/features/mec/booking.php:243
3695
  msgid "Booking Limit"
3696
  msgstr "Limit rezervace"
3697
 
3698
+ #: app/features/mec/booking.php:244
3699
  msgid ""
3700
  "Total tickets that a user can book. It is useful if you're providing free "
3701
  "tickets. Leave it empty for unlimited booking."
3704
  "pokud poskytujete bezplatné vstupenky. Pro neomezenou rezervaci to nechte "
3705
  "prázdné."
3706
 
3707
+ #: app/features/mec/booking.php:251 app/features/mec/booking.php:259
3708
  #, fuzzy
3709
  #| msgid "Description"
3710
  msgid "IP restriction"
3711
  msgstr "Popis"
3712
 
3713
+ #: app/features/mec/booking.php:260
3714
  msgid ""
3715
  "If you set limit for total tickets that users can book, MEC will use IP and "
3716
  "email to prevent users to book high tickets. You can disable the IP "
3717
  "restriction if you don't need it."
3718
  msgstr ""
3719
 
3720
+ #: app/features/mec/booking.php:266 app/features/mec/booking.php:268
3721
+ #: app/features/mec/booking.php:278 app/features/mec/settings.php:657
3722
+ #: app/features/mec/settings.php:667
3723
  msgid "Thank You Page"
3724
  msgstr "Stránka s poděkováním"
3725
 
3726
+ #: app/features/mec/booking.php:279
3727
  msgid ""
3728
  "User redirects to this page after booking. Leave it empty if you want to "
3729
  "disable it."
3731
  "Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
3732
  "vypnout, ponechte ji prázdnou."
3733
 
3734
+ #: app/features/mec/booking.php:286 app/features/mec/booking.php:291
3735
+ #: app/features/mec/settings.php:677 app/features/mec/settings.php:682
3736
  msgid "Thank You Page Time Interval"
3737
  msgstr "Stránka s poděkováním časového intervalu"
3738
 
3739
+ #: app/features/mec/booking.php:288 app/features/mec/settings.php:679
3740
  msgid "2000 mean 2 seconds"
3741
  msgstr "2000 znamená 2 vteřiny"
3742
 
3743
+ #: app/features/mec/booking.php:292 app/features/mec/settings.php:683
3744
  msgid ""
3745
  "Waiting time before redirecting to thank you page. It's in miliseconds so "
3746
  "2000 means 2 seconds."
3748
  "Čekací doba před přesměrováním na stránku s poděkováním. Je to v "
3749
  "milisekundách, takže 2000 znamená 2 vteřiny."
3750
 
3751
+ #: app/features/mec/booking.php:298
3752
  #, fuzzy
3753
  #| msgid "Book Event"
3754
  msgid "Booking Elements"
3755
  msgstr "Rezervovat událost"
3756
 
3757
+ #: app/features/mec/booking.php:304
3758
  msgid "Enable Express Attendees Form"
3759
  msgstr "Povolit formulář Expres účastníci"
3760
 
3761
+ #: app/features/mec/booking.php:308
3762
  msgid "Attendees Form"
3763
  msgstr "Formulář účastníků"
3764
 
3765
+ #: app/features/mec/booking.php:309
3766
  msgid ""
3767
  "Apply the info from the first attendee to all purchased ticket by that user. "
3768
  "Uncheck if you want every ticket to have its own attendee’s info."
3769
  msgstr ""
3770
 
3771
+ #: app/features/mec/booking.php:322
3772
  msgid "Enable Invoice"
3773
  msgstr "Povolit fakturu"
3774
 
3775
+ #: app/features/mec/booking.php:333
3776
  msgid "Enable Booking for Ongoing Events"
3777
  msgstr "Povolit rezervaci pro probíhající události"
3778
 
3779
+ #: app/features/mec/booking.php:344
3780
  msgid "Enable Downloadable File"
3781
  msgstr ""
3782
 
3783
+ #: app/features/mec/booking.php:349
3784
  msgid ""
3785
  "By enabling this feature, You can upload a file for each event and bookers "
3786
  "are able to download it after booking."
3787
  msgstr ""
3788
 
3789
+ #: app/features/mec/booking.php:356
3790
  msgid "Email verification"
3791
  msgstr "Ověřovací email"
3792
 
3793
+ #: app/features/mec/booking.php:362
3794
  msgid "Auto verification for free bookings"
3795
  msgstr "Automatické ověření pro rezervace zdarma"
3796
 
3797
+ #: app/features/mec/booking.php:371
3798
  msgid "Auto verification for paid bookings"
3799
  msgstr "Automatické ověření pro placené rezervace"
3800
 
3801
+ #: app/features/mec/booking.php:375 app/features/mec/notifications.php:271
3802
+ #: app/features/notifications.php:156 app/libraries/main.php:598
3803
  msgid "Booking Confirmation"
3804
  msgstr "Potvrzení rezervace"
3805
 
3806
+ #: app/features/mec/booking.php:381
3807
  msgid "Auto confirmation for free bookings"
3808
  msgstr "Automatické potvrzení pro rezervace zdarma"
3809
 
3810
+ #: app/features/mec/booking.php:390
3811
  msgid "Auto confirmation for paid bookings"
3812
  msgstr "Automatické ověření pro placené rezervace"
3813
 
3814
+ #: app/features/mec/booking.php:399
3815
  msgid "Send confirmation email in auto confirmation mode"
3816
  msgstr ""
3817
 
3818
+ #: app/features/mec/booking.php:412 app/libraries/main.php:567
3819
  #, fuzzy
3820
  #| msgid "Booking Style"
3821
  msgid "Booking Shortcode"
3822
  msgstr "Styl rezervace"
3823
 
3824
+ #: app/features/mec/booking.php:420
3825
  #, php-format
3826
  msgid ""
3827
  "Booking module is available in the event details page but if you like to "
3830
  "into the page content and place the event id instead of 1."
3831
  msgstr ""
3832
 
3833
+ #: app/features/mec/booking.php:421
3834
  #, php-format
3835
  msgid ""
3836
  "Also, you can insert %s if you like to show only one of the available "
3838
  "This parameter is optional."
3839
  msgstr ""
3840
 
3841
+ #: app/features/mec/booking.php:436
3842
  msgid "Enable coupons module"
3843
  msgstr "Povolit modul vstupenek"
3844
 
3845
+ #: app/features/mec/booking.php:438
3846
  #, fuzzy
3847
  #| msgid ""
3848
  #| "After enabling and saving the settings,, you should reload the page to "
3854
  "Po povolení a uložení nastavení byste měli stránku znovu načíst a zobrazit "
3855
  "novou nabídku na řídícím panelu > Rezervace"
3856
 
3857
+ #: app/features/mec/booking.php:446 app/features/mec/booking.php:816
3858
+ #: app/libraries/main.php:569
3859
  msgid "Taxes / Fees"
3860
  msgstr "Daně / poplatky"
3861
 
3862
+ #: app/features/mec/booking.php:454
3863
  msgid "Enable taxes / fees module"
3864
  msgstr "Povolit modul daní / poplatků"
3865
 
3866
+ #: app/features/mec/booking.php:459
3867
  msgid "Add Fee"
3868
  msgstr "Přidat poplatek"
3869
 
3870
+ #: app/features/mec/booking.php:523 app/libraries/main.php:570
3871
  msgid "Ticket Variations & Options"
3872
  msgstr "Varianty a možnosti vstupenek"
3873
 
3874
+ #: app/features/mec/booking.php:531
3875
  msgid "Enable ticket options module"
3876
  msgstr "Povolit modul možností vstupenek"
3877
 
3878
+ #: app/features/mec/booking.php:536
3879
  msgid "Add Variation / Option"
3880
  msgstr "Přidat varianty / možnosti"
3881
 
3882
+ #: app/features/mec/booking.php:806
3883
  msgid "Use WooCommerce as Payment System"
3884
  msgstr ""
3885
 
3886
+ #: app/features/mec/booking.php:808
3887
  msgid ""
3888
  "By enabling this feature, tickets will be added to WooCommerce cart and all "
3889
  "payment process would be done by WooCommerce so all of MEC payment related "
3891
  "fields etc, you need to configure WooCommerce on your website."
3892
  msgstr ""
3893
 
3894
+ #: app/features/mec/booking.php:810
3895
  msgid ""
3896
  "You cannot use following MEC features so you should use WooCommerc and its "
3897
  "addons if you need them."
3898
  msgstr ""
3899
 
3900
+ #: app/features/mec/booking.php:812
3901
  #, fuzzy
3902
  #| msgid "Payment Gateways"
3903
  msgid "Payment gateways"
3904
  msgstr "Platební brány"
3905
 
3906
+ #: app/features/mec/booking.php:813
3907
  #, fuzzy
3908
  #| msgid "Price per Date"
3909
  msgid "Price per dates of tickets"
3910
  msgstr "Cena za datum"
3911
 
3912
+ #: app/features/mec/booking.php:815
3913
  #, fuzzy
3914
  #| msgid "Ticket Variations / Options"
3915
  msgid "Ticket variations"
3916
  msgstr "Varianty vstupenky / možnosti"
3917
 
3918
+ #: app/features/mec/booking.php:820
3919
  msgid "Automatically complete WooCommerce orders"
3920
  msgstr ""
3921
 
3922
+ #: app/features/mec/booking.php:828
3923
  #, fuzzy
3924
  #| msgid "WooCommerce gateways"
3925
  msgid "Auto WooCommerce orders"
3926
  msgstr "Brána WooCommerce"
3927
 
3928
+ #: app/features/mec/booking.php:829
3929
  msgid "It applies only to the orders that are related to MEC."
3930
  msgstr ""
3931
 
3932
+ #: app/features/mec/booking.php:837
3933
  msgid "After Add to Cart"
3934
  msgstr ""
3935
 
3936
+ #: app/features/mec/booking.php:840
3937
  #, fuzzy
3938
  #| msgid "Get Directions"
3939
  msgid "Redirect to Cart"
3940
  msgstr "Získat směr"
3941
 
3942
+ #: app/features/mec/booking.php:841
3943
  #, fuzzy
3944
  #| msgid "Get Directions"
3945
  msgid "Redirect to Checkout"
3946
  msgstr "Získat směr"
3947
 
3948
+ #: app/features/mec/booking.php:846
3949
  #, fuzzy
3950
  #| msgid "Booking Form"
3951
  msgid "MEC Booking Form"
3952
  msgstr "Rezervační formulář"
3953
 
3954
+ #: app/features/mec/booking.php:855
3955
  msgid ""
3956
  "If enabled then users should fill the booking form in MEC and then they will "
3957
  "be redirected to checkout."
3958
  msgstr ""
3959
 
3960
+ #: app/features/mec/booking.php:881
3961
  msgid "Enable Organizer Payment Module"
3962
  msgstr "Povolit platební modul organizátora"
3963
 
3964
+ #: app/features/mec/booking.php:886
3965
  msgid ""
3966
  "By enabling this module, organizers are able to insert their own payment "
3967
  "credentials for enabled gateways per event and receive the payments directly!"
3969
  "Po aktivaci tohoto modulu mohou organizátoři vkládat své vlastní platební "
3970
  "údaje pro povolené brány pro události a přijímat platby přímo!"
3971
 
3972
+ #: app/features/mec/booking.php:896
3973
  msgid "Disable / Enable payment gateways per event"
3974
  msgstr ""
3975
 
3976
+ #: app/features/mec/booking.php:900
3977
  #, fuzzy
3978
  #| msgid "Payment Gateways"
3979
  msgid "Payment Gateways Per Event"
3980
  msgstr "Platební brány"
3981
 
3982
+ #: app/features/mec/booking.php:901
3983
  #, fuzzy
3984
  #| msgid ""
3985
  #| "By enabling this module, organizers are able to insert their own payment "
3992
  "Po aktivaci tohoto modulu mohou organizátoři vkládat své vlastní platební "
3993
  "údaje pro povolené brány pro události a přijímat platby přímo!"
3994
 
3995
+ #: app/features/mec/booking.php:989 app/features/mec/messages.php:78
3996
+ #: app/features/mec/modules.php:412 app/features/mec/notifications.php:1049
3997
+ #: app/features/mec/settings.php:1267 app/features/mec/single.php:443
3998
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3999
  msgid "Saved"
4000
  msgstr "Uloženo"
4001
 
4002
+ #: app/features/mec/booking.php:990 app/features/mec/messages.php:79
4003
+ #: app/features/mec/modules.php:413 app/features/mec/notifications.php:1050
4004
+ #: app/features/mec/settings.php:1268 app/features/mec/single.php:444
4005
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
4006
  msgid "Settings Saved!"
4007
  msgstr "Nastavení uložena!"
4008
 
4009
+ #: app/features/mec/booking.php:1016 app/features/mec/modules.php:439
4010
+ #: app/features/mec/notifications.php:1076 app/features/mec/settings.php:1294
4011
  #: app/features/mec/single.php:470
4012
  msgid "Please Refresh Page"
4013
  msgstr "Prosím obnovte stránku"
4137
  msgstr "Stáhnout nastavení"
4138
 
4139
  #: app/features/mec/messages.php:28 app/features/mec/support-page.php:102
4140
+ #: app/features/mec/support.php:66 app/libraries/main.php:817
4141
  msgid "Messages"
4142
  msgstr "Zprávy"
4143
 
4168
  #: app/features/mec/meta_boxes/display_options.php:947
4169
  #: app/features/mec/meta_boxes/display_options.php:1272
4170
  #: app/features/mec/meta_boxes/display_options.php:1559
4171
+ #: app/features/mec/settings.php:310 app/features/mec/settings.php:334
4172
+ #: app/features/mec/settings.php:343 app/features/mec/settings.php:387
4173
+ #: app/features/mec/settings.php:411 app/features/mec/settings.php:420
4174
  #: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
4175
  #: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
4176
  #: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
4181
 
4182
  #: app/features/mec/meta_boxes/display_options.php:44
4183
  #: app/features/mec/meta_boxes/display_options.php:286
4184
+ #: app/features/mec/settings.php:335 app/features/mec/settings.php:345
4185
+ #: app/features/mec/settings.php:412 app/features/mec/settings.php:422
4186
  #: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
4187
  msgid "Minimal"
4188
  msgstr "Minimální"
4193
  #: app/features/mec/meta_boxes/display_options.php:949
4194
  #: app/features/mec/meta_boxes/display_options.php:1270
4195
  #: app/features/mec/meta_boxes/display_options.php:1561
4196
+ #: app/features/mec/settings.php:312 app/features/mec/settings.php:325
4197
+ #: app/features/mec/settings.php:336 app/features/mec/settings.php:346
4198
+ #: app/features/mec/settings.php:389 app/features/mec/settings.php:402
4199
+ #: app/features/mec/settings.php:413 app/features/mec/settings.php:423
4200
  #: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
4201
  #: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
4202
  #: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
4204
  msgstr "Moderní"
4205
 
4206
  #: app/features/mec/meta_boxes/display_options.php:46
4207
+ #: app/features/mec/settings.php:337 app/features/mec/settings.php:414
4208
  #: app/features/popup/shortcode.php:83
4209
  msgid "Standard"
4210
  msgstr "Standardní"
4211
 
4212
  #: app/features/mec/meta_boxes/display_options.php:47
4213
+ #: app/features/mec/settings.php:338 app/features/mec/settings.php:415
4214
  #: app/features/popup/shortcode.php:88
4215
  msgid "Accordion"
4216
  msgstr "Akordeon"
4609
  #: app/features/mec/meta_boxes/display_options.php:948
4610
  #: app/features/mec/meta_boxes/display_options.php:1271
4611
  #: app/features/mec/meta_boxes/display_options.php:1560
4612
+ #: app/features/mec/settings.php:311 app/features/mec/settings.php:326
4613
+ #: app/features/mec/settings.php:344 app/features/mec/settings.php:388
4614
+ #: app/features/mec/settings.php:403 app/features/mec/settings.php:421
4615
  #: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
4616
  #: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
4617
  #: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
4621
  #: app/features/mec/meta_boxes/display_options.php:288
4622
  #: app/features/mec/meta_boxes/display_options.php:687
4623
  #: app/features/mec/meta_boxes/display_options.php:951
4624
+ #: app/features/mec/settings.php:314 app/features/mec/settings.php:347
4625
+ #: app/features/mec/settings.php:391 app/features/mec/settings.php:424
4626
  #: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
4627
  #: app/features/popup/shortcode.php:219
4628
  msgid "Simple"
4636
  #: app/features/mec/meta_boxes/display_options.php:290
4637
  #: app/features/mec/meta_boxes/display_options.php:686
4638
  #: app/features/mec/meta_boxes/display_options.php:950
4639
+ #: app/features/mec/settings.php:313 app/features/mec/settings.php:349
4640
+ #: app/features/mec/settings.php:390 app/features/mec/settings.php:426
4641
  #: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
4642
  #: app/features/popup/shortcode.php:214
4643
  msgid "Novel"
4687
 
4688
  #: app/features/mec/meta_boxes/display_options.php:673
4689
  #: app/features/mec/meta_boxes/display_options.php:697
4690
+ #: app/libraries/main.php:336 app/libraries/main.php:2057
4691
+ #: app/libraries/main.php:2082
4692
  msgid "List View"
4693
  msgstr "Zobrazení seznamu"
4694
 
4695
  #: app/features/mec/meta_boxes/display_options.php:674
4696
  #: app/features/mec/meta_boxes/display_options.php:718
4697
+ #: app/libraries/main.php:337 app/libraries/main.php:2058
4698
+ #: app/libraries/main.php:2083
4699
  msgid "Grid View"
4700
  msgstr "Zobrazení mřížky"
4701
 
4702
  #: app/features/mec/meta_boxes/display_options.php:675
4703
  #: app/features/mec/meta_boxes/display_options.php:728
4704
+ #: app/libraries/main.php:353
4705
  #, fuzzy
4706
  #| msgid "Timetable View"
4707
  msgid "Tile View"
4709
 
4710
  #: app/features/mec/meta_boxes/display_options.php:676
4711
  #: app/features/mec/meta_boxes/display_options.php:739
4712
+ #: app/libraries/main.php:340 app/libraries/main.php:2051
4713
+ #: app/libraries/main.php:2076
4714
  msgid "Yearly View"
4715
  msgstr "Roční zobrazení"
4716
 
4721
 
4722
  #: app/features/mec/meta_boxes/display_options.php:678
4723
  #: app/features/mec/meta_boxes/display_options.php:788
4724
+ #: app/libraries/main.php:343 app/libraries/main.php:2053
4725
+ #: app/libraries/main.php:2078
4726
  msgid "Weekly View"
4727
  msgstr "Týdenní zobrazení"
4728
 
4729
  #: app/features/mec/meta_boxes/display_options.php:679
4730
  #: app/features/mec/meta_boxes/display_options.php:798
4731
+ #: app/libraries/main.php:342 app/libraries/main.php:2054
4732
+ #: app/libraries/main.php:2079
4733
  msgid "Daily View"
4734
  msgstr "Denní zobrazení"
4735
 
5157
  msgid "Choose your desired authors for filtering the events."
5158
  msgstr "Vyberte požadované autory pro filtrování událostí."
5159
 
5160
+ #: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:450
5161
  msgid "Expired Events"
5162
  msgstr "Události vypršely"
5163
 
5237
  #: app/features/mec/meta_boxes/search_form.php:606
5238
  #: app/features/mec/meta_boxes/search_form.php:676
5239
  #: app/features/mec/meta_boxes/search_form.php:782
5240
+ #: app/features/mec/settings.php:973 app/features/mec/single.php:344
5241
  #: app/features/mec/single.php:386 app/features/search.php:86
5242
  #: app/features/speakers.php:60 app/features/speakers.php:283
5243
+ #: app/libraries/main.php:6258 app/libraries/main.php:6312
5244
+ #: app/libraries/skins.php:1012 app/modules/speakers/details.php:18
5245
  msgid "Speaker"
5246
  msgstr "Řečník"
5247
 
5256
  #: app/features/mec/meta_boxes/search_form.php:613
5257
  #: app/features/mec/meta_boxes/search_form.php:683
5258
  #: app/features/mec/meta_boxes/search_form.php:789
5259
+ #: app/features/mec/settings.php:980 app/features/mec/single.php:353
5260
  #: app/features/mec/single.php:395 app/features/search.php:92
5261
+ #: app/libraries/skins.php:1038
5262
  msgid "Tag"
5263
  msgstr "Štítek"
5264
 
5353
  "Po povolení a uložení nastavení byste měli stránku znovu načíst a zobrazit "
5354
  "novou nabídku na řídícím panelu > MEC"
5355
 
5356
+ #: app/features/mec/modules.php:66 app/libraries/main.php:577
5357
  #, fuzzy
5358
  #| msgid "Google Maps Options"
5359
  msgid "Map Options"
5377
  msgid "Google Map Options"
5378
  msgstr "Možnosti Google Maps"
5379
 
5380
+ #: app/features/mec/modules.php:85 app/features/mec/settings.php:1016
5381
+ #: app/features/mec/settings.php:1029
5382
  msgid "Required!"
5383
  msgstr "Požadované!"
5384
 
5442
  "Zkontrolujte to, pouze pokud jiný plugin / motiv načítá rozhraní Google Maps "
5443
  "API"
5444
 
5445
+ #: app/features/mec/modules.php:167 app/libraries/main.php:578
5446
  msgid "Export Options"
5447
  msgstr "Možnosti exportu"
5448
 
5457
  msgid "Google Calendar"
5458
  msgstr "Kalendář Google"
5459
 
5460
+ #: app/features/mec/modules.php:194 app/libraries/main.php:579
5461
  #: app/modules/local-time/details.php:45 app/modules/local-time/type1.php:42
5462
  #: app/widgets/single.php:99
5463
  msgid "Local Time"
5469
  "Zobrazit čas události na základě místního času návštěvníka na stránce "
5470
  "události"
5471
 
5472
+ #: app/features/mec/modules.php:208 app/libraries/main.php:580
5473
  #: app/modules/qrcode/details.php:38 app/widgets/single.php:155
5474
  msgid "QR Code"
5475
  msgstr "QR kód"
5479
  msgstr ""
5480
  "Zobrazte QR kód události na stránce s podrobnostmi a fakturaci za rezervaci"
5481
 
5482
+ #: app/features/mec/modules.php:226 app/libraries/main.php:581
5483
  #: app/modules/weather/darksky.php:15 app/modules/weather/weatherapi.php:16
5484
  msgid "Weather"
5485
  msgstr "Počasí"
5518
  msgid "Show social network module"
5519
  msgstr "Zobrazit modul sociální sítě"
5520
 
5521
+ #: app/features/mec/modules.php:299 app/libraries/main.php:583
5522
  #: app/modules/next-event/details.php:127
5523
  msgid "Next Event"
5524
  msgstr "Další událost"
5567
  msgid "Add events menu to user profile"
5568
  msgstr "Přidejte do uživatelského profilu rezervační aktivitu"
5569
 
5570
+ #: app/features/mec/modules.php:369 app/libraries/main.php:585
5571
  #, fuzzy
5572
  #| msgid "Mailchimp Integration"
5573
  msgid "LearnDash Integration"
5595
  msgid "Sent to attendee after booking to notify them."
5596
  msgstr "Po rezervaci odešle účastníkovi informační upozornění."
5597
 
5598
+ #: app/features/mec/notifications.php:46 app/features/mec/notifications.php:162
5599
+ #: app/features/mec/notifications.php:282
5600
+ #: app/features/mec/notifications.php:408
5601
+ #: app/features/mec/notifications.php:529
5602
+ #: app/features/mec/notifications.php:653
5603
+ #: app/features/mec/notifications.php:788
5604
+ #: app/features/mec/notifications.php:873 app/features/mec/report.php:62
5605
  #: app/features/notifications.php:72
5606
  msgid "Email Subject"
5607
  msgstr "Předmět emailové zprávy"
5608
 
5609
  #: app/features/mec/notifications.php:52 app/features/mec/notifications.php:59
5610
+ #: app/features/mec/notifications.php:168
5611
+ #: app/features/mec/notifications.php:175
5612
+ #: app/features/mec/notifications.php:288
5613
+ #: app/features/mec/notifications.php:295
5614
+ #: app/features/mec/notifications.php:414
5615
+ #: app/features/mec/notifications.php:421
5616
+ #: app/features/mec/notifications.php:535
5617
+ #: app/features/mec/notifications.php:542
5618
+ #: app/features/mec/notifications.php:659
5619
+ #: app/features/mec/notifications.php:666
5620
+ #: app/features/mec/notifications.php:794
5621
+ #: app/features/mec/notifications.php:801
5622
+ #: app/features/mec/notifications.php:879
5623
+ #: app/features/mec/notifications.php:886
5624
  msgid "Receiver Users"
5625
  msgstr ""
5626
 
5627
+ #: app/features/mec/notifications.php:60 app/features/mec/notifications.php:176
5628
+ #: app/features/mec/notifications.php:296
5629
+ #: app/features/mec/notifications.php:422
5630
+ #: app/features/mec/notifications.php:543
5631
+ #: app/features/mec/notifications.php:667
5632
+ #: app/features/mec/notifications.php:802
5633
+ #: app/features/mec/notifications.php:887
5634
  msgid "Select users to send a copy of email to them!"
5635
  msgstr ""
5636
 
5637
  #: app/features/mec/notifications.php:69 app/features/mec/notifications.php:76
5638
+ #: app/features/mec/notifications.php:185
5639
+ #: app/features/mec/notifications.php:192
5640
+ #: app/features/mec/notifications.php:305
5641
+ #: app/features/mec/notifications.php:312
5642
+ #: app/features/mec/notifications.php:431
5643
+ #: app/features/mec/notifications.php:438
5644
+ #: app/features/mec/notifications.php:552
5645
+ #: app/features/mec/notifications.php:559
5646
+ #: app/features/mec/notifications.php:676
5647
+ #: app/features/mec/notifications.php:683
5648
+ #: app/features/mec/notifications.php:811
5649
+ #: app/features/mec/notifications.php:818
5650
+ #: app/features/mec/notifications.php:896
5651
+ #: app/features/mec/notifications.php:903
5652
  msgid "Receiver Roles"
5653
  msgstr ""
5654
 
5655
+ #: app/features/mec/notifications.php:77 app/features/mec/notifications.php:193
5656
+ #: app/features/mec/notifications.php:313
5657
+ #: app/features/mec/notifications.php:439
5658
+ #: app/features/mec/notifications.php:560
5659
+ #: app/features/mec/notifications.php:684
5660
+ #: app/features/mec/notifications.php:819
5661
+ #: app/features/mec/notifications.php:904
5662
  msgid "Select users a specific role."
5663
  msgstr ""
5664
 
5665
  #: app/features/mec/notifications.php:85 app/features/mec/notifications.php:89
5666
+ #: app/features/mec/notifications.php:201
5667
+ #: app/features/mec/notifications.php:205
5668
+ #: app/features/mec/notifications.php:321
5669
+ #: app/features/mec/notifications.php:325
5670
+ #: app/features/mec/notifications.php:447
5671
+ #: app/features/mec/notifications.php:451
5672
+ #: app/features/mec/notifications.php:568
5673
+ #: app/features/mec/notifications.php:572
 
5674
  #: app/features/mec/notifications.php:692
5675
+ #: app/features/mec/notifications.php:696
5676
  #: app/features/mec/notifications.php:827
5677
+ #: app/features/mec/notifications.php:831
5678
+ #: app/features/mec/notifications.php:912
5679
+ #: app/features/mec/notifications.php:916
5680
  msgid "Custom Recipients"
5681
  msgstr "Vlastní příjemci"
5682
 
5683
+ #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:206
5684
+ #: app/features/mec/notifications.php:326
5685
+ #: app/features/mec/notifications.php:452
5686
+ #: app/features/mec/notifications.php:573
5687
+ #: app/features/mec/notifications.php:697
5688
+ #: app/features/mec/notifications.php:832
5689
+ #: app/features/mec/notifications.php:917
5690
  msgid "Insert comma separated emails for multiple recipients."
5691
  msgstr "Vložte e-maily oddělené čárkami pro více příjemců."
5692
 
5693
+ #: app/features/mec/notifications.php:97 app/features/mec/notifications.php:463
5694
+ #: app/features/mec/notifications.php:585
5695
  msgid "Send the email to event organizer"
5696
  msgstr "Pošlete e-mail organizátorovi události"
5697
 
5698
  #: app/features/mec/notifications.php:100
5699
+ #: app/features/mec/notifications.php:212
5700
+ #: app/features/mec/notifications.php:336
5701
+ #: app/features/mec/notifications.php:470
5702
+ #: app/features/mec/notifications.php:588
5703
+ #: app/features/mec/notifications.php:714
5704
+ #: app/features/mec/notifications.php:838
5705
+ #: app/features/mec/notifications.php:923 app/features/notifications.php:80
5706
  msgid "Email Content"
5707
  msgstr "Obsah zprávy"
5708
 
5709
  #: app/features/mec/notifications.php:103
5710
+ #: app/features/mec/notifications.php:215
5711
+ #: app/features/mec/notifications.php:339
5712
+ #: app/features/mec/notifications.php:473
5713
+ #: app/features/mec/notifications.php:591
5714
+ #: app/features/mec/notifications.php:717
5715
+ #: app/features/mec/notifications.php:841
5716
+ #: app/features/mec/notifications.php:926 app/features/mec/report.php:66
5717
  #, fuzzy
5718
  #| msgid "You can use following placeholders"
5719
  msgid "You can use the following placeholders"
5720
  msgstr "Můžete použít následující zástupné symboly"
5721
 
5722
  #: app/features/mec/notifications.php:105
5723
+ #: app/features/mec/notifications.php:217
5724
+ #: app/features/mec/notifications.php:341
5725
+ #: app/features/mec/notifications.php:475
5726
+ #: app/features/mec/notifications.php:593
5727
+ #: app/features/mec/notifications.php:719 app/features/notifications.php:91
5728
  msgid "First name of attendee"
5729
  msgstr "První jméno účastníka"
5730
 
5731
  #: app/features/mec/notifications.php:106
5732
+ #: app/features/mec/notifications.php:218
5733
+ #: app/features/mec/notifications.php:342
5734
+ #: app/features/mec/notifications.php:476
5735
+ #: app/features/mec/notifications.php:594
5736
+ #: app/features/mec/notifications.php:720 app/features/notifications.php:92
5737
  msgid "Last name of attendee"
5738
  msgstr "Příjmení účastníka"
5739
 
5740
  #: app/features/mec/notifications.php:107
5741
+ #: app/features/mec/notifications.php:219
5742
+ #: app/features/mec/notifications.php:343
5743
+ #: app/features/mec/notifications.php:477
5744
+ #: app/features/mec/notifications.php:595
5745
+ #: app/features/mec/notifications.php:721 app/features/notifications.php:93
5746
  msgid "Email of attendee"
5747
  msgstr "Email účastníka"
5748
 
5749
  #: app/features/mec/notifications.php:108
5750
+ #: app/features/mec/notifications.php:220
5751
+ #: app/features/mec/notifications.php:344
5752
+ #: app/features/mec/notifications.php:478
5753
+ #: app/features/mec/notifications.php:596
5754
+ #: app/features/mec/notifications.php:722 app/features/notifications.php:94
5755
  msgid "Booked date of event"
5756
  msgstr "Datum rezervace akce"
5757
 
5758
  #: app/features/mec/notifications.php:109
5759
+ #: app/features/mec/notifications.php:221
5760
+ #: app/features/mec/notifications.php:345
5761
+ #: app/features/mec/notifications.php:479
5762
+ #: app/features/mec/notifications.php:597
5763
+ #: app/features/mec/notifications.php:723 app/features/notifications.php:95
5764
  msgid "Booked time of event"
5765
  msgstr "Čas rezervace akce"
5766
 
5767
  #: app/features/mec/notifications.php:110
5768
+ #: app/features/mec/notifications.php:222
5769
+ #: app/features/mec/notifications.php:346
5770
+ #: app/features/mec/notifications.php:480
5771
+ #: app/features/mec/notifications.php:598
5772
+ #: app/features/mec/notifications.php:724 app/features/notifications.php:96
5773
  #, fuzzy
5774
  #| msgid "Booked date of event"
5775
  msgid "Booked date and time of event"
5776
  msgstr "Datum rezervace akce"
5777
 
5778
  #: app/features/mec/notifications.php:111
5779
+ #: app/features/mec/notifications.php:223
5780
+ #: app/features/mec/notifications.php:347
5781
+ #: app/features/mec/notifications.php:481
5782
+ #: app/features/mec/notifications.php:599
5783
+ #: app/features/mec/notifications.php:725 app/features/notifications.php:97
5784
  msgid "Date of next 20 occurrences of booked event (including the booked date)"
5785
  msgstr ""
5786
 
5787
  #: app/features/mec/notifications.php:112
5788
+ #: app/features/mec/notifications.php:224
5789
+ #: app/features/mec/notifications.php:348
5790
+ #: app/features/mec/notifications.php:482
5791
+ #: app/features/mec/notifications.php:600
5792
+ #: app/features/mec/notifications.php:726 app/features/notifications.php:98
5793
  msgid ""
5794
  "Date and Time of next 20 occurrences of booked event (including the booked "
5795
  "date)"
5796
  msgstr ""
5797
 
5798
  #: app/features/mec/notifications.php:113
5799
+ #: app/features/mec/notifications.php:225
5800
+ #: app/features/mec/notifications.php:349
5801
+ #: app/features/mec/notifications.php:483
5802
+ #: app/features/mec/notifications.php:601
5803
+ #: app/features/mec/notifications.php:727 app/features/notifications.php:99
5804
  msgid "Booking Price"
5805
  msgstr "Cena rezervace"
5806
 
5807
  #: app/features/mec/notifications.php:114
5808
+ #: app/features/mec/notifications.php:226
5809
+ #: app/features/mec/notifications.php:351
5810
+ #: app/features/mec/notifications.php:484
5811
+ #: app/features/mec/notifications.php:602
5812
+ #: app/features/mec/notifications.php:728 app/features/notifications.php:101
5813
  #, fuzzy
5814
  #| msgid "Cannot find the booking!"
5815
  msgid "Date and time of booking"
5816
  msgstr "Nemohu najít rezervaci!"
5817
 
5818
  #: app/features/mec/notifications.php:115
5819
+ #: app/features/mec/notifications.php:227
5820
+ #: app/features/mec/notifications.php:352
5821
+ #: app/features/mec/notifications.php:485
5822
+ #: app/features/mec/notifications.php:603
5823
+ #: app/features/mec/notifications.php:729
5824
+ #: app/features/mec/notifications.php:850
5825
+ #: app/features/mec/notifications.php:935 app/features/notifications.php:102
5826
  msgid "Your website title"
5827
  msgstr "Název vašeho webu"
5828
 
5829
  #: app/features/mec/notifications.php:116
5830
+ #: app/features/mec/notifications.php:228
5831
+ #: app/features/mec/notifications.php:353
5832
+ #: app/features/mec/notifications.php:486
5833
+ #: app/features/mec/notifications.php:604
5834
+ #: app/features/mec/notifications.php:730
5835
+ #: app/features/mec/notifications.php:851
5836
+ #: app/features/mec/notifications.php:936 app/features/notifications.php:103
5837
  msgid "Your website URL"
5838
  msgstr "URL vašeho webu"
5839
 
5840
  #: app/features/mec/notifications.php:117
5841
+ #: app/features/mec/notifications.php:229
5842
+ #: app/features/mec/notifications.php:354
5843
+ #: app/features/mec/notifications.php:487
5844
+ #: app/features/mec/notifications.php:605
5845
+ #: app/features/mec/notifications.php:731
5846
+ #: app/features/mec/notifications.php:852
5847
+ #: app/features/mec/notifications.php:937 app/features/notifications.php:104
5848
  msgid "Your website description"
5849
  msgstr "Popis vašeho webu"
5850
 
5851
  #: app/features/mec/notifications.php:118
5852
+ #: app/features/mec/notifications.php:230
5853
+ #: app/features/mec/notifications.php:355
5854
+ #: app/features/mec/notifications.php:488
5855
+ #: app/features/mec/notifications.php:606
5856
+ #: app/features/mec/notifications.php:732 app/features/notifications.php:105
5857
  msgid "Event title"
5858
  msgstr "Název události"
5859
 
5860
  #: app/features/mec/notifications.php:119
5861
+ #: app/features/mec/notifications.php:231
5862
+ #: app/features/mec/notifications.php:356
5863
+ #: app/features/mec/notifications.php:489
5864
+ #: app/features/mec/notifications.php:607
5865
+ #: app/features/mec/notifications.php:733 app/features/notifications.php:106
5866
  msgid "Event link"
5867
  msgstr "Odkaz události"
5868
 
5869
  #: app/features/mec/notifications.php:120
5870
+ #: app/features/mec/notifications.php:232
5871
+ #: app/features/mec/notifications.php:357
5872
+ #: app/features/mec/notifications.php:845
5873
+ #: app/features/mec/notifications.php:930 app/features/notifications.php:135
5874
  #, fuzzy
5875
  #| msgid "Start Date"
5876
  msgid "Event Start Date"
5877
  msgstr "Počátečná den"
5878
 
5879
  #: app/features/mec/notifications.php:121
5880
+ #: app/features/mec/notifications.php:233
5881
+ #: app/features/mec/notifications.php:358
5882
+ #: app/features/mec/notifications.php:846
5883
+ #: app/features/mec/notifications.php:931 app/features/notifications.php:136
5884
  #, fuzzy
5885
  #| msgid "End Date"
5886
  msgid "Event End Date"
5887
  msgstr "Konečný den"
5888
 
5889
  #: app/features/mec/notifications.php:122
5890
+ #: app/features/mec/notifications.php:234
5891
+ #: app/features/mec/notifications.php:359
5892
+ #: app/features/mec/notifications.php:847
5893
+ #: app/features/mec/notifications.php:932 app/features/notifications.php:137
5894
+ #, fuzzy
5895
+ #| msgid "Timezone: %s"
5896
+ msgid "Event Timezone"
5897
+ msgstr "Časové pásmo: %s"
5898
+
5899
+ #: app/features/mec/notifications.php:123
5900
+ #: app/features/mec/notifications.php:235
5901
+ #: app/features/mec/notifications.php:360
5902
+ #: app/features/mec/notifications.php:490
5903
+ #: app/features/mec/notifications.php:608
5904
+ #: app/features/mec/notifications.php:734 app/features/notifications.php:107
5905
  msgid "Speaker name of booked event"
5906
  msgstr "Jméno řečníka rezervované události"
5907
 
5908
+ #: app/features/mec/notifications.php:124
5909
+ #: app/features/mec/notifications.php:236
5910
+ #: app/features/mec/notifications.php:361
5911
+ #: app/features/mec/notifications.php:491
5912
+ #: app/features/mec/notifications.php:609
5913
+ #: app/features/mec/notifications.php:735 app/features/notifications.php:108
5914
  msgid "Organizer name of booked event"
5915
  msgstr "Jméno organizátora rezervované události"
5916
 
 
 
 
 
 
 
 
 
 
5917
  #: app/features/mec/notifications.php:125
5918
+ #: app/features/mec/notifications.php:237
5919
+ #: app/features/mec/notifications.php:362
5920
+ #: app/features/mec/notifications.php:492
5921
+ #: app/features/mec/notifications.php:610
5922
+ #: app/features/mec/notifications.php:736 app/features/notifications.php:109
5923
+ msgid "Organizer tel of booked event"
5924
+ msgstr "Telefon organizátora rezervované události"
5925
+
5926
+ #: app/features/mec/notifications.php:126
5927
+ #: app/features/mec/notifications.php:238
5928
+ #: app/features/mec/notifications.php:363
5929
+ #: app/features/mec/notifications.php:493
5930
+ #: app/features/mec/notifications.php:611
5931
+ #: app/features/mec/notifications.php:737 app/features/notifications.php:110
5932
  msgid "Organizer email of booked event"
5933
  msgstr "Email organizátora rezervované události"
5934
 
5935
+ #: app/features/mec/notifications.php:127
5936
+ #: app/features/mec/notifications.php:239
5937
+ #: app/features/mec/notifications.php:364
5938
+ #: app/features/mec/notifications.php:494
5939
+ #: app/features/mec/notifications.php:612
5940
+ #: app/features/mec/notifications.php:738 app/features/notifications.php:111
5941
  #, fuzzy
5942
  #| msgid "Location name of booked event"
5943
  msgid "Additional organizers name of booked event"
5944
  msgstr "Název místa rezervované události"
5945
 
5946
+ #: app/features/mec/notifications.php:128
5947
+ #: app/features/mec/notifications.php:240
5948
+ #: app/features/mec/notifications.php:365
5949
+ #: app/features/mec/notifications.php:495
5950
+ #: app/features/mec/notifications.php:613
5951
+ #: app/features/mec/notifications.php:739 app/features/notifications.php:112
5952
  #, fuzzy
5953
  #| msgid "Location name of booked event"
5954
  msgid "Additional organizers tel of booked event"
5955
  msgstr "Název místa rezervované události"
5956
 
5957
+ #: app/features/mec/notifications.php:129
5958
+ #: app/features/mec/notifications.php:241
5959
+ #: app/features/mec/notifications.php:366
5960
+ #: app/features/mec/notifications.php:496
5961
+ #: app/features/mec/notifications.php:614
5962
+ #: app/features/mec/notifications.php:740 app/features/notifications.php:113
5963
  #, fuzzy
5964
  #| msgid "Organizer email of booked event"
5965
  msgid "Additional organizers email of booked event"
5966
  msgstr "Email organizátora rezervované události"
5967
 
5968
+ #: app/features/mec/notifications.php:130
5969
+ #: app/features/mec/notifications.php:242
5970
+ #: app/features/mec/notifications.php:367
5971
+ #: app/features/mec/notifications.php:497
5972
+ #: app/features/mec/notifications.php:615
5973
+ #: app/features/mec/notifications.php:741 app/features/notifications.php:114
5974
  msgid "Location name of booked event"
5975
  msgstr "Název místa rezervované události"
5976
 
5977
+ #: app/features/mec/notifications.php:131
5978
+ #: app/features/mec/notifications.php:243
5979
+ #: app/features/mec/notifications.php:368
5980
+ #: app/features/mec/notifications.php:498
5981
+ #: app/features/mec/notifications.php:616
5982
+ #: app/features/mec/notifications.php:742 app/features/notifications.php:115
5983
  msgid "Location address of booked event"
5984
  msgstr "Adresa místa rezervované události"
5985
 
5986
+ #: app/features/mec/notifications.php:132
5987
+ #: app/features/mec/notifications.php:244
5988
+ #: app/features/mec/notifications.php:369
5989
+ #: app/features/mec/notifications.php:499
5990
+ #: app/features/mec/notifications.php:617
5991
+ #: app/features/mec/notifications.php:743 app/features/notifications.php:116
5992
  #, fuzzy
5993
  #| msgid "Location name of booked event"
5994
  msgid "Additional locations name of booked event"
5995
  msgstr "Název místa rezervované události"
5996
 
5997
+ #: app/features/mec/notifications.php:133
5998
+ #: app/features/mec/notifications.php:245
5999
+ #: app/features/mec/notifications.php:370
6000
+ #: app/features/mec/notifications.php:500
6001
+ #: app/features/mec/notifications.php:618
6002
+ #: app/features/mec/notifications.php:744 app/features/notifications.php:117
6003
  #, fuzzy
6004
  #| msgid "Location address of booked event"
6005
  msgid "Additional locations address of booked event"
6006
  msgstr "Adresa místa rezervované události"
6007
 
6008
+ #: app/features/mec/notifications.php:134
6009
+ #: app/features/mec/notifications.php:246
6010
+ #: app/features/mec/notifications.php:371
6011
+ #: app/features/mec/notifications.php:501
6012
+ #: app/features/mec/notifications.php:619
6013
+ #: app/features/mec/notifications.php:745 app/features/notifications.php:118
6014
  #, fuzzy
6015
  #| msgid "Speaker name of booked event"
6016
  msgid "Featured image of booked event"
6017
  msgstr "Jméno řečníka rezervované události"
6018
 
6019
+ #: app/features/mec/notifications.php:135
6020
+ #: app/features/mec/notifications.php:247
6021
+ #: app/features/mec/notifications.php:372
6022
+ #: app/features/mec/notifications.php:620
6023
+ #: app/features/mec/notifications.php:746 app/features/notifications.php:119
6024
  #, fuzzy
6025
  #| msgid "Event link"
6026
  msgid "Event more info link"
6027
  msgstr "Odkaz události"
6028
 
6029
+ #: app/features/mec/notifications.php:136
6030
+ #: app/features/mec/notifications.php:248
6031
+ #: app/features/mec/notifications.php:373
6032
+ #: app/features/mec/notifications.php:621
6033
+ #: app/features/mec/notifications.php:747 app/features/notifications.php:120
6034
  #, fuzzy
6035
  #| msgid "Event link"
6036
  msgid "Event other info link"
6037
  msgstr "Odkaz události"
6038
 
6039
+ #: app/features/mec/notifications.php:137
6040
+ #: app/features/mec/notifications.php:249
6041
+ #: app/features/mec/notifications.php:374
6042
+ #: app/features/mec/notifications.php:622
6043
+ #: app/features/mec/notifications.php:748 app/features/notifications.php:121
6044
  #, fuzzy
6045
  #| msgid "Event link"
6046
  msgid "Event online link"
6047
  msgstr "Odkaz události"
6048
 
6049
+ #: app/features/mec/notifications.php:138
6050
+ #: app/features/mec/notifications.php:250
6051
+ #: app/features/mec/notifications.php:375
6052
+ #: app/features/mec/notifications.php:502
6053
+ #: app/features/mec/notifications.php:623
6054
+ #: app/features/mec/notifications.php:749 app/features/notifications.php:122
6055
  msgid "Full Attendee info such as booking form data, name, email etc."
6056
  msgstr ""
6057
  "Úplné informace o účastnících, jako jsou údaje z rezervačního formuláře, "
6058
  "jméno, e-mail atd."
6059
 
6060
+ #: app/features/mec/notifications.php:139
6061
+ #: app/features/mec/notifications.php:251
6062
+ #: app/features/mec/notifications.php:376
6063
+ #: app/features/mec/notifications.php:503
6064
+ #: app/features/mec/notifications.php:624
6065
+ #: app/features/mec/notifications.php:750 app/features/notifications.php:123
6066
  #, fuzzy
6067
  #| msgid "Booking"
6068
  msgid "Booking ID"
6069
  msgstr "Rezervace"
6070
 
6071
+ #: app/features/mec/notifications.php:140
6072
+ #: app/features/mec/notifications.php:252
6073
+ #: app/features/mec/notifications.php:377
6074
+ #: app/features/mec/notifications.php:504
6075
+ #: app/features/mec/notifications.php:625
6076
+ #: app/features/mec/notifications.php:751 app/features/notifications.php:124
6077
  #, fuzzy
6078
  #| msgid "Transaction ID"
6079
  msgid "Transaction ID of Booking"
6080
  msgstr "ID transakce"
6081
 
6082
+ #: app/features/mec/notifications.php:141
6083
+ #: app/features/mec/notifications.php:379
6084
+ #: app/features/mec/notifications.php:753
6085
  msgid "Invoice Link"
6086
  msgstr "Odkaz na fakturu"
6087
 
6088
+ #: app/features/mec/notifications.php:142
6089
+ #: app/features/mec/notifications.php:254
6090
+ #: app/features/mec/notifications.php:380
6091
+ #: app/features/mec/notifications.php:506
6092
+ #: app/features/mec/notifications.php:627
6093
+ #: app/features/mec/notifications.php:754 app/features/notifications.php:126
6094
  #, fuzzy
6095
  #| msgid "There is no skins"
6096
  msgid "Total attendees of current booking"
6097
  msgstr "Neexistuje žádný vzhled"
6098
 
6099
+ #: app/features/mec/notifications.php:143
6100
+ #: app/features/mec/notifications.php:255
6101
+ #: app/features/mec/notifications.php:381
6102
+ #: app/features/mec/notifications.php:507
6103
+ #: app/features/mec/notifications.php:628
6104
+ #: app/features/mec/notifications.php:755 app/features/notifications.php:127
6105
  msgid "Amount of Booked Tickets (Total attendees of all bookings)"
6106
  msgstr ""
6107
 
6108
+ #: app/features/mec/notifications.php:144
6109
+ #: app/features/mec/notifications.php:256
6110
+ #: app/features/mec/notifications.php:382
6111
+ #: app/features/mec/notifications.php:508
6112
+ #: app/features/mec/notifications.php:629
6113
+ #: app/features/mec/notifications.php:756 app/features/notifications.php:128
6114
  msgid "Ticket name"
6115
  msgstr "Název vstupenky"
6116
 
6117
+ #: app/features/mec/notifications.php:145
6118
+ #: app/features/mec/notifications.php:257
6119
+ #: app/features/mec/notifications.php:383
6120
+ #: app/features/mec/notifications.php:509
6121
+ #: app/features/mec/notifications.php:630
6122
+ #: app/features/mec/notifications.php:757 app/features/notifications.php:129
6123
  msgid "Ticket time"
6124
  msgstr "Čas vstupenky"
6125
 
6126
+ #: app/features/mec/notifications.php:146
6127
+ #: app/features/mec/notifications.php:258
6128
+ #: app/features/mec/notifications.php:384
6129
+ #: app/features/mec/notifications.php:510
6130
+ #: app/features/mec/notifications.php:631
6131
+ #: app/features/mec/notifications.php:758 app/features/notifications.php:130
6132
  #, fuzzy
6133
  #| msgid "Ticket name"
6134
  msgid "Ticket name & time"
6135
  msgstr "Název vstupenky"
6136
 
6137
+ #: app/features/mec/notifications.php:147
6138
+ #: app/features/mec/notifications.php:259
6139
+ #: app/features/mec/notifications.php:385
6140
+ #: app/features/mec/notifications.php:511
6141
+ #: app/features/mec/notifications.php:632
6142
+ #: app/features/mec/notifications.php:759 app/features/notifications.php:131
6143
  #, fuzzy
6144
  #| msgid "Payment Gateways"
6145
  msgid "Payment Gateway"
6146
  msgstr "Platební brány"
6147
 
6148
+ #: app/features/mec/notifications.php:148
6149
+ #: app/features/mec/notifications.php:260
6150
+ #: app/features/mec/notifications.php:386
6151
+ #: app/features/mec/notifications.php:512
6152
+ #: app/features/mec/notifications.php:633
6153
+ #: app/features/mec/notifications.php:760 app/features/notifications.php:132
6154
  msgid "Link to the downloadable file"
6155
  msgstr ""
6156
 
6157
+ #: app/features/mec/notifications.php:149
6158
+ #: app/features/mec/notifications.php:261
6159
+ #: app/features/mec/notifications.php:387
6160
+ #: app/features/mec/notifications.php:761
6161
  msgid "Download ICS file"
6162
  msgstr "Stáhnout ICS soubor"
6163
 
6164
+ #: app/features/mec/notifications.php:151
6165
+ #: app/features/mec/notifications.php:263
6166
+ #: app/features/mec/notifications.php:389
6167
+ #: app/features/mec/notifications.php:763 app/features/notifications.php:134
6168
  msgid "Add to Google Calendar Links for next 20 occurrences"
6169
  msgstr ""
6170
 
6171
+ #: app/features/mec/notifications.php:159 app/libraries/main.php:597
6172
  msgid "Booking Verification"
6173
  msgstr "Ověření rezervace"
6174
 
6175
+ #: app/features/mec/notifications.php:160
6176
  msgid "It sends to attendee email for verifying their booking/email."
6177
  msgstr "Odesílá e-mail účastníkovi k ověření jeho rezervace / e-mailu."
6178
 
6179
+ #: app/features/mec/notifications.php:253
6180
  msgid "Email/Booking verification link."
6181
  msgstr "Ověřovací odkaz E-mailu / Rezervace."
6182
 
6183
+ #: app/features/mec/notifications.php:275
6184
  #, fuzzy
6185
  #| msgid "Enable booking notification"
6186
  msgid "Enable booking confirmation"
6187
  msgstr "Povolit upozornění na rezervaci"
6188
 
6189
+ #: app/features/mec/notifications.php:280
6190
  #, fuzzy
6191
  #| msgid "It sends to attendee after confirming the booking by admin."
6192
  msgid "Sent to attendee after confirming the booking by admin."
6193
  msgstr "Po potvrzení rezervace od administrátora odešle účastníkovi."
6194
 
6195
+ #: app/features/mec/notifications.php:333
6196
  msgid "Send One Single Email Only To First Attendee"
6197
  msgstr ""
6198
 
6199
+ #: app/features/mec/notifications.php:350
6200
  #, fuzzy
6201
  #| msgid "Speakers Names"
6202
  msgid "Attendee Price"
6203
  msgstr "Jméno řečníka"
6204
 
6205
+ #: app/features/mec/notifications.php:378
6206
+ #: app/features/mec/notifications.php:752
6207
  msgid "Booking cancellation link."
6208
  msgstr "Odkaz na zrušení rezervace."
6209
 
6210
+ #: app/features/mec/notifications.php:398 app/features/notifications.php:159
6211
+ #: app/libraries/main.php:599
6212
  msgid "Booking Cancellation"
6213
  msgstr "Zrušení rezervace"
6214
 
6215
+ #: app/features/mec/notifications.php:402
6216
  msgid "Enable cancellation notification"
6217
  msgstr "Povolit oznámení o zrušení"
6218
 
6219
+ #: app/features/mec/notifications.php:406
6220
  #, fuzzy
6221
  #| msgid ""
6222
  #| "It sends to selected recipients after booking cancellation for notifying "
6224
  msgid "Sent to selected recipients after booking cancellation to notify them."
6225
  msgstr "Po zrušení rezervace odešle vybraným příjemcům upozornění."
6226
 
6227
+ #: app/features/mec/notifications.php:459
6228
+ #: app/features/mec/notifications.php:581
6229
+ #: app/features/mec/notifications.php:783
6230
  msgid "Send the email to admin"
6231
  msgstr "Odeslat email administrátorovi"
6232
 
6233
+ #: app/features/mec/notifications.php:467
6234
  #, fuzzy
6235
  #| msgid "Send the email to booking user"
6236
  msgid "Send the email to the booked user"
6237
  msgstr "Pošlete rezervační e-mail uživateli"
6238
 
6239
+ #: app/features/mec/notifications.php:505
6240
+ #: app/features/mec/notifications.php:626 app/features/notifications.php:125
6241
  msgid "Admin booking management link."
6242
  msgstr "Odkaz administrátora na správu rezervace."
6243
 
6244
+ #: app/features/mec/notifications.php:519 app/libraries/main.php:601
6245
  msgid "Admin"
6246
  msgstr "Administrátor"
6247
 
6248
+ #: app/features/mec/notifications.php:523
6249
  msgid "Enable admin notification"
6250
  msgstr "Povolit oznámení správce"
6251
 
6252
+ #: app/features/mec/notifications.php:527
6253
  #, fuzzy
6254
  #| msgid "It sends to admin to notify him/her that a new booking received."
6255
  msgid "Sent to admin to notify them that a new booking has been received."
6256
  msgstr "Zašle správci informaci o přijetí nové rezervace."
6257
 
6258
+ #: app/features/mec/notifications.php:640 app/features/notifications.php:165
6259
+ #: app/libraries/main.php:600 app/libraries/notifications.php:596
6260
  msgid "Booking Reminder"
6261
  msgstr "Připomenutí rezervace"
6262
 
6263
+ #: app/features/mec/notifications.php:644
6264
  msgid "Enable booking reminder notification"
6265
  msgstr "Povolit upozornění na připomenutí rezervace"
6266
 
6267
+ #: app/features/mec/notifications.php:650
6268
  #, fuzzy, php-format
6269
  #| msgid ""
6270
  #| "Set a cronjob to call %s file once per day otherwise it won't send the "
6279
  "zasílat připomenutí. Mějte na paměti, že byste měli zavolat tento soubor "
6280
  "% s, jinak může zasílat připomenutí několikrát."
6281
 
6282
+ #: app/features/mec/notifications.php:650
6283
  #, fuzzy
6284
  #| msgid "only once per day"
6285
  msgid "only once per hour"
6286
  msgstr "pouze jednou denně"
6287
 
6288
+ #: app/features/mec/notifications.php:703 app/libraries/main.php:7340
6289
+ #: app/libraries/main.php:7357
6290
  #, fuzzy
6291
  #| msgid "hours"
6292
  msgid "Hours"
6293
  msgstr "hodiny"
6294
 
6295
+ #: app/features/mec/notifications.php:707
6296
  msgid "Reminder hours"
6297
  msgstr ""
6298
 
6299
+ #: app/features/mec/notifications.php:708
6300
  msgid "Please, insert comma to separate reminder hours."
6301
  msgstr ""
6302
 
6303
+ #: app/features/mec/notifications.php:772 app/features/popup/event.php:253
6304
+ #: app/libraries/main.php:589
6305
  msgid "New Event"
6306
  msgstr "Nová událost"
6307
 
6308
+ #: app/features/mec/notifications.php:776
6309
  msgid "Enable new event notification"
6310
  msgstr "Povolit oznámení na novou událost"
6311
 
6312
+ #: app/features/mec/notifications.php:786
6313
  #, fuzzy
6314
  #| msgid ""
6315
  #| "It sends after adding a new event from frontend event submission or from "
6321
  "Odesílá se po přidání nové události z webových stránek události (frontend) "
6322
  "nebo z administrace webových stránek (backend)."
6323
 
6324
+ #: app/features/mec/notifications.php:843
6325
+ #: app/features/mec/notifications.php:928
6326
  msgid "Title of event"
6327
  msgstr "Název události"
6328
 
6329
+ #: app/features/mec/notifications.php:844
6330
+ #: app/features/mec/notifications.php:929
6331
  msgid "Link of event"
6332
  msgstr "Odkaz události"
6333
 
6334
+ #: app/features/mec/notifications.php:848
6335
+ #: app/features/mec/notifications.php:933 app/features/notifications.php:138
6336
  msgid "Status of event"
6337
  msgstr "Stav události"
6338
 
6339
+ #: app/features/mec/notifications.php:849
6340
+ #: app/features/mec/notifications.php:934 app/features/mec/settings.php:871
6341
+ #: app/features/mec/settings.php:875 app/features/notifications.php:139
6342
  msgid "Event Note"
6343
  msgstr "Poznámka události"
6344
 
6345
+ #: app/features/mec/notifications.php:853
6346
+ #: app/features/mec/notifications.php:938
6347
  msgid "Admin events management link."
6348
  msgstr "Odkaz administrátora na správu událostí."
6349
 
6350
+ #: app/features/mec/notifications.php:863 app/libraries/main.php:590
6351
  msgid "User Event Publishing"
6352
  msgstr "Publikování uživatelských událostí"
6353
 
6354
+ #: app/features/mec/notifications.php:867
6355
  msgid "Enable user event publishing notification"
6356
  msgstr "Povolit oznámení o zveřejnění události uživatele"
6357
 
6358
+ #: app/features/mec/notifications.php:871
6359
  #, fuzzy
6360
  #| msgid ""
6361
  #| "It sends after published a new event from frontend event submission or "
6367
  "Odešle po zveřejnění nové události ze zadání z webových stránek (frontend) "
6368
  "nebo z administrace webových stránek (backend)."
6369
 
6370
+ #: app/features/mec/notifications.php:946 app/libraries/main.php:604
6371
  #, fuzzy
6372
  #| msgid "Notifications"
6373
  msgid "Notifications Per Event"
6374
  msgstr "Upozornění"
6375
 
6376
+ #: app/features/mec/notifications.php:950
6377
  #, fuzzy
6378
  #| msgid "Notifications"
6379
  msgid "Edit Notifications Per Event"
6459
  msgid "There was an error please try again!"
6460
  msgstr ""
6461
 
6462
+ #: app/features/mec/settings.php:62 app/features/mec/settings.php:73
6463
  msgid "Hide Events"
6464
  msgstr "Skrýt události"
6465
 
6479
  msgid "On Event End"
6480
  msgstr "Na konci události"
6481
 
6482
+ #: app/features/mec/settings.php:74
6483
  msgid ""
6484
  "This option is for showing start/end time of events on frontend of website."
6485
  msgstr ""
6486
  "Tato možnost slouží k zobrazení času zahájení / ukončení událostí na "
6487
  "rozhraní webových stránek (frontend)."
6488
 
6489
+ #: app/features/mec/settings.php:83 app/features/mec/settings.php:92
6490
  msgid "Multiple Day Events"
6491
  msgstr "Vícedenní událost"
6492
 
6493
+ #: app/features/mec/settings.php:86
6494
  #, fuzzy
6495
  #| msgid "Show only first day on List/Grid/Slider skins"
6496
  msgid "Show only first day on List/Grid/Slider/Agenda skins"
6497
  msgstr "Zobrazit pouze první den ve vzhledu Seznam / Mřížka / Posuvník"
6498
 
6499
+ #: app/features/mec/settings.php:87
6500
  msgid "Show only first day on all skins"
6501
  msgstr "Zobrazit pouze první den ve všech vzhledech"
6502
 
6503
+ #: app/features/mec/settings.php:88
6504
  msgid "Show all days"
6505
  msgstr "Zobrazit všechny dny"
6506
 
6507
+ #: app/features/mec/settings.php:93
6508
  msgid ""
6509
  "For showing all days of multiple day events on frontend or only show the "
6510
  "first day."
6512
  "Pro zobrazení všech dnů vícedenních událostí na webových stránkách "
6513
  "(frontend) nebo zobrazení pouze prvního dne."
6514
 
6515
+ #: app/features/mec/settings.php:102
6516
  msgid "Remove MEC Data on Plugin Uninstall"
6517
  msgstr "Odebrat data při odinstalování doplňku MEC"
6518
 
6519
+ #: app/features/mec/settings.php:113
6520
  #, fuzzy
6521
  #| msgid "Speakers Names"
6522
  msgid "Sender Name"
6523
  msgstr "Jméno řečníka"
6524
 
6525
+ #: app/features/mec/settings.php:116
6526
  msgid "e.g. Webnus"
6527
  msgstr ""
6528
 
6529
+ #: app/features/mec/settings.php:123
6530
  #, fuzzy
6531
  #| msgid "Organizer Email"
6532
  msgid "Sender Email"
6533
  msgstr "Organizátor Email"
6534
 
6535
+ #: app/features/mec/settings.php:126
6536
  msgid "e.g. info@webnus.biz"
6537
  msgstr ""
6538
 
6539
+ #: app/features/mec/settings.php:132
6540
  msgid "Exclude Date Suffix"
6541
  msgstr "Vyloučit příponu data"
6542
 
6543
+ #: app/features/mec/settings.php:135
6544
  msgid "Remove suffix from calendars"
6545
  msgstr "Odebrat příponu z kalendářů"
6546
 
6547
+ #: app/features/mec/settings.php:139
6548
  msgid "Remove \"Th\" on calendar"
6549
  msgstr "Odebrat „Th“ z kalendáře"
6550
 
6551
+ #: app/features/mec/settings.php:140
6552
  msgid ""
6553
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
6554
  "showing just '12' )"
6556
  "Zaškrtnutím tohoto políčka odstraníte „Th“ z kalendáře (např .: „12Th“ "
6557
  "odstraní Th, zobrazí se pouze „12“)"
6558
 
6559
+ #: app/features/mec/settings.php:147 app/features/mec/settings.php:154
6560
  msgid "Schema"
6561
  msgstr "Schéma"
6562
 
6563
+ #: app/features/mec/settings.php:150
6564
  msgid "Enable Schema Code"
6565
  msgstr "Povolit kód schématu"
6566
 
6567
+ #: app/features/mec/settings.php:155
6568
  msgid "You can enable/disable Schema scripts"
6569
  msgstr "Můžete povolit nebo zakázat skripty schématu"
6570
 
6571
+ #: app/features/mec/settings.php:164 app/features/mec/settings.php:174
6572
+ #: app/libraries/main.php:6262 app/libraries/main.php:6316
6573
  msgid "Weekdays"
6574
  msgstr "Pracovní dny"
6575
 
6576
+ #: app/features/mec/settings.php:175
6577
  msgid ""
6578
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
6579
  "and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings "
6583
  "Pátek (můžete to změnit pomocí „Začátek týdne“ na řídícím panelu WordPress > "
6584
  "Nastavení > Obecné - spodní část stránky)."
6585
 
6586
+ #: app/features/mec/settings.php:185 app/features/mec/settings.php:195
6587
  msgid "Weekends"
6588
  msgstr "Víkendy"
6589
 
6590
+ #: app/features/mec/settings.php:196
6591
  #, fuzzy
6592
  #| msgid ""
6593
  #| "Proceed with caution. Default is set to Saturday and Sunday ( you can "
6602
  "to změnit pomocí „Začátek týdne“ na řídícím panelu WordPress > Nastavení > "
6603
  "Obecné - dolní část stránky )."
6604
 
6605
+ #: app/features/mec/settings.php:205
6606
  #, fuzzy
6607
  #| msgid "Date Format"
6608
  msgid "Datepicker Format"
6609
  msgstr "Formát data"
6610
 
6611
+ #: app/features/mec/settings.php:213
6612
  msgid "(Y-m-d)"
6613
  msgstr ""
6614
 
6615
+ #: app/features/mec/settings.php:214
6616
  msgid "(d-m-Y)"
6617
  msgstr ""
6618
 
6619
+ #: app/features/mec/settings.php:217
6620
  msgid "(Y/m/d)"
6621
  msgstr ""
6622
 
6623
+ #: app/features/mec/settings.php:218
6624
  msgid "(m/d/Y)"
6625
  msgstr ""
6626
 
6627
+ #: app/features/mec/settings.php:221
6628
  msgid "(Y.m.d)"
6629
  msgstr ""
6630
 
6631
+ #: app/features/mec/settings.php:222
6632
  msgid "(d.m.Y)"
6633
  msgstr ""
6634
 
6635
+ #: app/features/mec/settings.php:228 app/features/mec/settings.php:240
6636
  msgid "Midnight Hour"
6637
  msgstr ""
6638
 
6639
+ #: app/features/mec/settings.php:231
6640
  msgid "12 AM"
6641
  msgstr ""
6642
 
6643
+ #: app/features/mec/settings.php:232
6644
  msgid "1 AM"
6645
  msgstr ""
6646
 
6647
+ #: app/features/mec/settings.php:233
6648
  msgid "2 AM"
6649
  msgstr ""
6650
 
6651
+ #: app/features/mec/settings.php:234
6652
  msgid "3 AM"
6653
  msgstr ""
6654
 
6655
+ #: app/features/mec/settings.php:235
6656
  msgid "4 AM"
6657
  msgstr ""
6658
 
6659
+ #: app/features/mec/settings.php:236
6660
  msgid "5 AM"
6661
  msgstr ""
6662
 
6663
+ #: app/features/mec/settings.php:241
6664
  msgid ""
6665
  "12 AM is midnight by default but you can change it if your event ends after "
6666
  "12 AM and you don't want those events considered as multiple days events!"
6667
  msgstr ""
6668
 
6669
+ #: app/features/mec/settings.php:249
6670
  #, fuzzy
6671
  #| msgid "Add Shortcode"
6672
  msgid "Open \"Add Event\" as Popup"
6673
  msgstr "Přidat zkrácený kód"
6674
 
6675
+ #: app/features/mec/settings.php:252 app/features/mec/settings.php:260
6676
+ #: app/features/mec/settings.php:268 app/features/mec/single.php:111
6677
  #, fuzzy
6678
  #| msgid "Enabled"
6679
  msgid "Enable"
6680
  msgstr "Povoleno"
6681
 
6682
+ #: app/features/mec/settings.php:257
6683
  #, fuzzy
6684
  #| msgid "Add Shortcode"
6685
  msgid "Open \"Add Shortcode\" as Popup"
6686
  msgstr "Přidat zkrácený kód"
6687
 
6688
  # v kontextu
6689
+ #: app/features/mec/settings.php:265
6690
  #, fuzzy
6691
  #| msgid "Featured Image"
6692
  msgid "Include Event Featured Image in Feed"
6693
  msgstr "Hlavní obrázek"
6694
 
6695
+ #: app/features/mec/settings.php:275 app/libraries/main.php:539
6696
  msgid "Archive Pages"
6697
  msgstr "Archivní stránky"
6698
 
6699
+ #: app/features/mec/settings.php:278 app/features/mec/settings.php:283
6700
  msgid "Archive Page Title"
6701
  msgstr "Název stránky archivu"
6702
 
6703
+ #: app/features/mec/settings.php:284
6704
  msgid "Default value is Events - It's title of the page"
6705
  msgstr "Výchozí hodnota je Události - to je název stránky"
6706
 
6707
+ #: app/features/mec/settings.php:292 app/features/mec/settings.php:360
6708
  msgid "Archive Page Skin"
6709
  msgstr "Vzhled archivní stránky"
6710
 
6711
+ #: app/features/mec/settings.php:300 app/features/mec/settings.php:377
6712
  msgid "Put shortcode..."
6713
  msgstr "Vložte zkrácený kód..."
6714
 
6715
+ #: app/features/mec/settings.php:303 app/features/mec/settings.php:318
6716
+ #: app/features/mec/settings.php:321 app/features/mec/settings.php:330
6717
+ #: app/features/mec/settings.php:356 app/features/mec/settings.php:380
6718
+ #: app/features/mec/settings.php:395 app/features/mec/settings.php:398
6719
+ #: app/features/mec/settings.php:407 app/features/mec/settings.php:433
6720
  msgid "There is no skins"
6721
  msgstr "Neexistuje žádný vzhled"
6722
 
6723
+ #: app/features/mec/settings.php:306 app/features/mec/settings.php:383
6724
  #: app/features/mec/single.php:73
6725
  msgid "Modern Style"
6726
  msgstr "Moderní styl"
6727
 
6728
+ #: app/features/mec/settings.php:348 app/features/mec/settings.php:425
6729
  msgid "colorful"
6730
  msgstr "pestrý"
6731
 
6732
+ #: app/features/mec/settings.php:353 app/features/mec/settings.php:430
6733
  msgid "Clean Style"
6734
  msgstr "Čistý styl"
6735
 
6736
+ #: app/features/mec/settings.php:361
6737
  msgid "Default value is Calendar/Monthly View, But you can change it "
6738
  msgstr "Výchozí hodnota je Kalendář / Měsíční zobrazení, ale můžete ji změnit "
6739
 
6740
+ #: app/features/mec/settings.php:361 app/features/mec/settings.php:438
6741
  msgid "See Demo"
6742
  msgstr "Viz Demo"
6743
 
6744
+ #: app/features/mec/settings.php:369 app/features/mec/settings.php:437
6745
  msgid "Category Page Skin"
6746
  msgstr "Vzhled stránky kategorie"
6747
 
6748
+ #: app/features/mec/settings.php:438
6749
  #, fuzzy
6750
  #| msgid ""
6751
  #| "Default value is List View - But you can change it Set a skin for all "
6757
  "Výchozí hodnota je Zobrazení seznamu - ale můžete ji změnit Nastavit vzhled "
6758
  "pro všechny kategorie."
6759
 
6760
+ #: app/features/mec/settings.php:446 app/features/mec/settings.php:454
6761
  msgid "Category Events Method"
6762
  msgstr "Kategorie Metoda události"
6763
 
6764
+ #: app/features/mec/settings.php:455
6765
  msgid "Default value is Upcoming Events"
6766
  msgstr "Výchozí hodnota je Nadcházející události"
6767
 
6768
+ #: app/features/mec/settings.php:463 app/features/mec/settings.php:471
6769
  msgid "Events Archive Status"
6770
  msgstr "Stav archivu událostí"
6771
 
6772
+ #: app/features/mec/settings.php:466
6773
  msgid "Enabled (Recommended)"
6774
  msgstr "Povoleno (doporučeno)"
6775
 
6776
  # Slug
6777
+ #: app/features/mec/settings.php:472
6778
  msgid ""
6779
  "If you disable it, then you should create a page as archive page of MEC. "
6780
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
6785
  "přepisování MEC."
6786
 
6787
  # Hlavní slug
6788
+ #: app/features/mec/settings.php:485 app/features/mec/settings.php:490
6789
  msgid "Main Slug"
6790
  msgstr "Main Slug"
6791
 
6792
+ #: app/features/mec/settings.php:491
6793
  msgid ""
6794
  "Default value is events. You can not have a page with this name. MEC allows "
6795
  "you to create custom URLs for the permalinks and archives to enhance the "
6799
  "umožňuje vytvářet vlastní adresy URL pro permanentní odkazy a archivy, aby "
6800
  "se zvýšila použitelnost a dopředná kompatibilita odkazů."
6801
 
6802
+ #: app/features/mec/settings.php:495 app/features/mec/settings.php:509
6803
  msgid "Valid characters are lowercase a-z, - character and numbers."
6804
  msgstr "Platnými znaky jsou malá písmena a-z, - znak a čísla."
6805
 
6806
  # Slug
6807
+ #: app/features/mec/settings.php:499 app/features/mec/settings.php:504
6808
  msgid "Category Slug"
6809
  msgstr "Kategorie Slug"
6810
 
6811
+ #: app/features/mec/settings.php:505
6812
  msgid ""
6813
  "It's slug of MEC categories, you can change it to events-cat or something "
6814
  "else. Default value is mec-category. You can not have a page with this name."
6817
  "jiného. Výchozí hodnota je mec-kategorie. Nemůžete mít stránku s tímto "
6818
  "názvem."
6819
 
6820
+ #: app/features/mec/settings.php:517
6821
  msgid "Currency"
6822
  msgstr "Měna"
6823
 
6824
+ #: app/features/mec/settings.php:527 app/features/mec/settings.php:532
6825
  msgid "Currency Sign"
6826
  msgstr "Symbol měny"
6827
 
6828
+ #: app/features/mec/settings.php:533
6829
  msgid "Default value will be \"currency\" if you leave it empty."
6830
  msgstr "Výchozí hodnota bude „měna“, pokud ji necháte prázdnou."
6831
 
6832
+ #: app/features/mec/settings.php:540
6833
  msgid "Currency Position"
6834
  msgstr "Pozice měny"
6835
 
6836
+ #: app/features/mec/settings.php:543
6837
  msgid "Before $10"
6838
  msgstr "Před $10"
6839
 
6840
+ #: app/features/mec/settings.php:544
6841
  msgid "After 10$"
6842
  msgstr "Po 10$"
6843
 
6844
+ #: app/features/mec/settings.php:549
6845
  msgid "Thousand Separator"
6846
  msgstr "Oddělovač tisíců"
6847
 
6848
+ #: app/features/mec/settings.php:555
6849
  msgid "Decimal Separator"
6850
  msgstr "Oddělovač desítel"
6851
 
6852
+ #: app/features/mec/settings.php:565
6853
  msgid "No decimal"
6854
  msgstr "Bez desetinných míst"
6855
 
6856
+ #: app/features/mec/settings.php:576
6857
  msgid "Enable Google Recaptcha"
6858
  msgstr "Povolit Google Recaptcha"
6859
 
6860
+ #: app/features/mec/settings.php:585
6861
  msgid "Enable on booking form"
6862
  msgstr "Povolit rezervační formulář"
6863
 
6864
+ #: app/features/mec/settings.php:593
6865
  msgid "Enable on \"Frontend Event Submission\" form"
6866
  msgstr "Povolit ve formuláři „Odesílání událostí z frontendu“"
6867
 
6868
  # místa
6869
+ #: app/features/mec/settings.php:597
6870
  msgid "Site Key"
6871
  msgstr "Klíč webu"
6872
 
6873
+ #: app/features/mec/settings.php:603
6874
  msgid "Secret Key"
6875
  msgstr "Tajný klíč"
6876
 
6877
+ #: app/features/mec/settings.php:615 app/features/mec/settings.php:623
6878
  msgid "Time Format"
6879
  msgstr "Formát času"
6880
 
6881
+ #: app/features/mec/settings.php:618
6882
  msgid "12 hours format with AM/PM"
6883
  msgstr "12 hodinový formát s dop./odp."
6884
 
6885
+ #: app/features/mec/settings.php:619
6886
  msgid "24 hours format"
6887
  msgstr "24 hodinový fotmát"
6888
 
6889
+ #: app/features/mec/settings.php:624
6890
  msgid "This option, affects the selection of Start/End time."
6891
  msgstr "Tato možnost ovlivňuje výběr času zahájení / ukončení."
6892
 
6893
+ #: app/features/mec/settings.php:632
6894
  msgid "Events List Page"
6895
  msgstr "Stránka seznamu událostí"
6896
 
6897
+ #: app/features/mec/settings.php:641 app/features/mec/settings.php:653
6898
  #, php-format
6899
  msgid "Put %s shortcode into the page."
6900
  msgstr "Vložte %s na stránku zkrácené kódy."
6901
 
6902
+ #: app/features/mec/settings.php:644
6903
  msgid "Add/Edit Events Page"
6904
  msgstr "Přidat / Editovat stránku událostí"
6905
 
6906
+ #: app/features/mec/settings.php:668
6907
  #, fuzzy
6908
  #| msgid ""
6909
  #| "User redirects to this page after booking. Leave it empty if you want to "
6915
  "Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
6916
  "vypnout, ponechte ji prázdnou."
6917
 
6918
+ #: app/features/mec/settings.php:691 app/features/mec/settings.php:696
6919
  #, fuzzy
6920
  #| msgid "Maximum file size"
6921
  msgid "Maximum File Size"
6922
  msgstr "Maximální velikost souboru"
6923
 
6924
+ #: app/features/mec/settings.php:693
6925
  msgid "in KB"
6926
  msgstr ""
6927
 
6928
+ #: app/features/mec/settings.php:697
6929
  msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
6930
  msgstr ""
6931
 
6932
+ #: app/features/mec/settings.php:706
6933
  #, fuzzy
6934
  #| msgid "Enable event submission by guest (Not logged-in) users"
6935
  msgid "Enable event submission by guest (Not logged in) users"
6936
  msgstr "Povolit odesílání události hosty (nepřihlášenými uživateli)"
6937
 
6938
+ #: app/features/mec/settings.php:713
6939
  msgid "Enable mandatory email and name for guest user"
6940
  msgstr "Povolit povinný e-mail a jméno pro hostujícího uživatele"
6941
 
6942
+ #: app/features/mec/settings.php:719
6943
  msgid ""
6944
  "Automatically create users after event publish and assign event to the "
6945
  "created user"
6946
  msgstr ""
6947
 
6948
+ #: app/features/mec/settings.php:724
6949
  msgid "Frontend Event Submission Sections"
6950
  msgstr "Sekce pro zasílání událostí z webových stránek (frontend)"
6951
 
6952
+ #: app/features/mec/settings.php:728
6953
  #, fuzzy
6954
  #| msgid "Event Details"
6955
  msgid "Event Data Fields"
6956
  msgstr "Podrobnosti události"
6957
 
6958
+ #: app/features/mec/settings.php:752 app/widgets/single.php:119
6959
  msgid "Event Categories"
6960
  msgstr "Kategorie události"
6961
 
6962
+ #: app/features/mec/settings.php:758
6963
  msgid "Event Labels"
6964
  msgstr "Štítky události"
6965
 
6966
+ #: app/features/mec/settings.php:770
6967
  msgid "Event Tags"
6968
  msgstr "Tagy události"
6969
 
6970
+ #: app/features/mec/settings.php:782 app/widgets/single.php:123
6971
  msgid "Event Organizer"
6972
  msgstr "Organizátor události"
6973
 
6974
+ #: app/features/mec/settings.php:808
6975
  msgid "Fees / Taxes Options"
6976
  msgstr "Možnosti Poplatky / Daně"
6977
 
6978
+ #: app/features/mec/settings.php:822 app/features/schema.php:64
6979
  #, fuzzy
6980
  #| msgid "Schema"
6981
  msgid "SEO Schema"
6982
  msgstr "Schéma"
6983
 
6984
+ #: app/features/mec/settings.php:845 app/features/occurrences.php:72
6985
  #: app/features/occurrences.php:102
6986
  #, fuzzy
6987
  #| msgid "Occurrences times"
6988
  msgid "Occurrences"
6989
  msgstr "Časy výskytu"
6990
 
6991
+ #: app/features/mec/settings.php:854
6992
  #, fuzzy
6993
  #| msgid "Edit Event"
6994
  msgid "Virtual Event"
6995
  msgstr "Editace události"
6996
 
6997
+ #: app/features/mec/settings.php:863
6998
  #, fuzzy
6999
  #| msgid "Book Event"
7000
  msgid "Zoom Event"
7001
  msgstr "Rezervovat událost"
7002
 
7003
+ #: app/features/mec/settings.php:876
7004
  #, php-format
7005
  msgid ""
7006
  "Users can put a note for editors while they're submitting the event. Also "
7011
  "oznámení o nové události můžete také vložit %%event_note%%, abyste dostali e-"
7012
  "mail s poznámkami uživatelů."
7013
 
7014
+ #: app/features/mec/settings.php:883 app/features/mec/settings.php:891
7015
  #, fuzzy
7016
  #| msgid "Visibility"
7017
  msgid "Note visibility"
7018
  msgstr "Viditelnost"
7019
 
7020
+ #: app/features/mec/settings.php:886
7021
  msgid "Always"
7022
  msgstr "Vždy"
7023
 
7024
+ #: app/features/mec/settings.php:887
7025
  msgid "While event is not published"
7026
  msgstr "I když událost není zveřejněna"
7027
 
7028
+ #: app/features/mec/settings.php:892
7029
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
7030
  msgstr ""
7031
  "Poznámka k události se zobrazí ve formuláři pro zasílání z webových stránek "
7032
  "(frontend) a Upravit událost v administraci stránek (backend)."
7033
 
7034
+ #: app/features/mec/settings.php:900
7035
  #, fuzzy
7036
  #| msgid "Required Field"
7037
  msgid "Required Fields"
7038
  msgstr "Požadovaná pole"
7039
 
7040
+ #: app/features/mec/settings.php:903
7041
  #, fuzzy
7042
  #| msgid "Description"
7043
  msgid "Event Description"
7044
  msgstr "Popis"
7045
 
7046
+ #: app/features/mec/settings.php:907 app/libraries/main.php:6285
7047
+ #: app/libraries/main.php:6334
7048
  msgid "More Info Link"
7049
  msgstr "Odkaz na více informací"
7050
 
7051
+ #: app/features/mec/settings.php:920 app/libraries/main.php:544
7052
  msgid "User Profile"
7053
  msgstr "Uživatelský profil"
7054
 
7055
+ #: app/features/mec/settings.php:922
7056
  #, fuzzy, php-format
7057
  #| msgid ""
7058
  #| "Put %s shortcode into your desired page. Then users are able to see "
7064
  "Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vidět "
7065
  "historii svých rezervací."
7066
 
7067
+ #: app/features/mec/settings.php:927 app/libraries/main.php:545
7068
  msgid "Search Bar"
7069
  msgstr "Vyhledávací panel"
7070
 
7071
+ #: app/features/mec/settings.php:929
7072
  #, php-format
7073
  msgid ""
7074
  "Put %s shortcode into your desired page. Then users are able to search events"
7076
  "Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vyhledávat "
7077
  "události"
7078
 
7079
+ #: app/features/mec/settings.php:933
7080
  msgid "Ajax Live mode"
7081
  msgstr "Ajax Live mód"
7082
 
7083
+ #: app/features/mec/settings.php:937
7084
  msgid "Ajax mode"
7085
  msgstr "Ajax mód"
7086
 
7087
+ #: app/features/mec/settings.php:938
7088
  #, fuzzy
7089
  #| msgid ""
7090
  #| "if you enable this option, search button disappeared and to use this "
7096
  "pokud tuto možnost povolíte, tlačítko pro vyhledávání zmizelo a pro použití "
7097
  "této funkce musí být povoleno pole pro zadávání textu."
7098
 
7099
+ #: app/features/mec/settings.php:946
7100
  msgid "Modern Type"
7101
  msgstr "Moderní typ"
7102
 
7103
+ #: app/features/mec/settings.php:950
7104
  msgid "Search bar fields"
7105
  msgstr "Pole vyhledávacího panelu"
7106
 
7107
+ #: app/features/mec/settings.php:992
7108
  msgid "Text input"
7109
  msgstr "Zadávání textu"
7110
 
7111
+ #: app/features/mec/settings.php:1005
7112
  msgid "Enable Mailchimp Integration"
7113
  msgstr "Povolit integraci Mailchimp"
7114
 
7115
+ #: app/features/mec/settings.php:1010 app/features/mec/settings.php:1015
7116
+ #: app/features/mec/settings.php:1064 app/features/mec/settings.php:1088
7117
+ #: app/features/mec/settings.php:1112 app/features/mec/settings.php:1183
7118
  msgid "API Key"
7119
  msgstr "API Key"
7120
 
7121
+ #: app/features/mec/settings.php:1023 app/features/mec/settings.php:1028
7122
+ #: app/features/mec/settings.php:1070 app/features/mec/settings.php:1189
7123
  msgid "List ID"
7124
  msgstr "ID seznamu"
7125
 
7126
+ #: app/features/mec/settings.php:1036 app/features/mec/settings.php:1044
7127
  msgid "Subscription Status"
7128
  msgstr "Stav odběru"
7129
 
7130
+ #: app/features/mec/settings.php:1039
7131
  msgid "Subscribe automatically"
7132
  msgstr "Odebírat automaticky"
7133
 
7134
+ #: app/features/mec/settings.php:1040
7135
  msgid "Subscribe by verification"
7136
  msgstr "Přihlaste se k odběru pomocí ověření"
7137
 
7138
+ #: app/features/mec/settings.php:1045
7139
  #, fuzzy
7140
  #| msgid ""
7141
  #| "If you choose \"Subscribe by verification\" then an email will send to "
7147
  "Pokud zvolíte možnost „Přihlásit se k odběru pomocí ověření“, odešle e-mail "
7148
  "uživateli mailchimp k ověření oběru."
7149
 
7150
+ #: app/features/mec/settings.php:1055 app/libraries/main.php:547
7151
  #, fuzzy
7152
  #| msgid "Mailchimp Integration"
7153
  msgid "Campaign Monitor Integration"
7154
  msgstr "Integrace Mailchimp"
7155
 
7156
+ #: app/features/mec/settings.php:1059
7157
  #, fuzzy
7158
  #| msgid "Enable Mailchimp Integration"
7159
  msgid "Enable Campaign Monitor Integration"
7160
  msgstr "Povolit integraci Mailchimp"
7161
 
7162
+ #: app/features/mec/settings.php:1079 app/libraries/main.php:548
7163
  #, fuzzy
7164
  #| msgid "Mailchimp Integration"
7165
  msgid "MailerLite Integration"
7166
  msgstr "Integrace Mailchimp"
7167
 
7168
+ #: app/features/mec/settings.php:1083
7169
  #, fuzzy
7170
  #| msgid "Enable Mailchimp Integration"
7171
  msgid "Enable MailerLite Integration"
7172
  msgstr "Povolit integraci Mailchimp"
7173
 
7174
+ #: app/features/mec/settings.php:1094
7175
  #, fuzzy
7176
  #| msgid "Group URL"
7177
  msgid "Group ID"
7178
  msgstr "Group URL"
7179
 
7180
+ #: app/features/mec/settings.php:1103 app/libraries/main.php:549
7181
  #, fuzzy
7182
  #| msgid "Enable Mailchimp Integration"
7183
  msgid "Constant Contact Integration"
7184
  msgstr "Povolit integraci Mailchimp"
7185
 
7186
+ #: app/features/mec/settings.php:1107
7187
  #, fuzzy
7188
  #| msgid "Enable Mailchimp Integration"
7189
  msgid "Enable constantcontact Integration"
7190
  msgstr "Povolit integraci Mailchimp"
7191
 
7192
+ #: app/features/mec/settings.php:1118
7193
  #, fuzzy
7194
  #| msgid "Facebook Page Access Token"
7195
  msgid "Access Token"
7196
  msgstr "Token pro přístup na stránku Facebook"
7197
 
7198
+ #: app/features/mec/settings.php:1142 app/features/mec/settings.php:1157
7199
  #, fuzzy
7200
  #| msgid "Select icon"
7201
  msgid "Select List"
7202
  msgstr "Vybrat ikonu"
7203
 
7204
+ #: app/features/mec/settings.php:1158
7205
  msgid ""
7206
  "Please fill in the API key and Access Token field and save settings. after "
7207
  "that, please refresh the page and select a list."
7208
  msgstr ""
7209
 
7210
+ #: app/features/mec/settings.php:1168 app/libraries/main.php:550
7211
  #, fuzzy
7212
  #| msgid "Mailchimp Integration"
7213
  msgid "Active Campaign Integration"
7214
  msgstr "Integrace Mailchimp"
7215
 
7216
+ #: app/features/mec/settings.php:1172
7217
  #, fuzzy
7218
  #| msgid "Enable Mailchimp Integration"
7219
  msgid "Enable Active Campaign Integration"
7220
  msgstr "Povolit integraci Mailchimp"
7221
 
7222
+ #: app/features/mec/settings.php:1177
7223
  msgid "API URL"
7224
  msgstr ""
7225
 
7226
+ #: app/features/mec/settings.php:1198
7227
  msgid "Upload Field Options"
7228
  msgstr "Možnosti pole Nahrát"
7229
 
7230
+ #: app/features/mec/settings.php:1200
7231
  msgid "Mime types"
7232
  msgstr "MIME typy"
7233
 
7234
+ #: app/features/mec/settings.php:1204
7235
  msgid "Split mime types with \",\"."
7236
  msgstr "Rozdělte typy MIME pomocí “,“."
7237
 
7238
+ #: app/features/mec/settings.php:1204
7239
  msgid "Default: jpeg,jpg,png,pdf"
7240
  msgstr "Výchozí: jpeg,jpg,png,pdf"
7241
 
7242
+ #: app/features/mec/settings.php:1207
7243
  msgid "Maximum file size"
7244
  msgstr "Maximální velikost souboru"
7245
 
7246
+ #: app/features/mec/settings.php:1211
7247
  msgid "The unit is Megabyte \"MB\""
7248
  msgstr "Jednotkou je Megabyte \"MB\""
7249
 
7250
+ #: app/features/mec/single.php:38 app/libraries/main.php:555
7251
  msgid "Single Event Page"
7252
  msgstr "Stránka jedné události"
7253
 
7371
  "the settings page.' tab"
7372
  msgstr ""
7373
 
7374
+ #: app/features/mec/single.php:162 app/libraries/main.php:556
7375
  #, fuzzy
7376
  #| msgid "Custom Styles"
7377
  msgid "Custom Fields"
7378
  msgstr "Vlastní styly"
7379
 
7380
+ #: app/features/mec/single.php:192 app/libraries/main.php:3359
7381
  msgid "URL"
7382
  msgstr ""
7383
 
7417
  msgstr ""
7418
  "Pomocí této možnosti můžete vyloučit určité dny z dat výskytu událostí."
7419
 
7420
+ #: app/features/mec/single.php:286 app/libraries/main.php:559
7421
  msgid "Additional Organizers"
7422
  msgstr "Další organizátoři"
7423
 
7445
  "Zobrazit další umístění na stránce Přidat / Upravit události a na stránce "
7446
  "jediné události."
7447
 
7448
+ #: app/features/mec/single.php:318 app/libraries/main.php:561
7449
  #: app/skins/single.php:166 app/skins/single.php:418
7450
  msgid "Related Events"
7451
  msgstr "Související události"
7460
  msgid "Select Taxonomies:"
7461
  msgstr "Vyberte taxonomie:"
7462
 
7463
+ #: app/features/mec/single.php:360 app/libraries/main.php:562
7464
  #, fuzzy
7465
  #| msgid "Next/Previous Buttons"
7466
  msgid "Next / Previous Events"
7474
  "Zobrazte související události na základě taxonomie na stránce s jednou "
7475
  "událostí."
7476
 
7477
+ #: app/features/mec/single.php:402 app/libraries/main.php:605
7478
  #, fuzzy
7479
  #| msgid "Next Occurrence"
7480
  msgid "Edit Per Occurrences"
7684
  msgid "MEC Settings"
7685
  msgstr "MEC - Nastavení"
7686
 
7687
+ #: app/features/mec/support-page.php:99 app/libraries/main.php:657
7688
  msgid "Single Event"
7689
  msgstr "Jedna událost"
7690
 
8044
  msgid "Create a support ticket"
8045
  msgstr "Vytvořte lístek podpory"
8046
 
8047
+ #: app/features/mec/support.php:52 app/libraries/main.php:803
8048
  msgid "Styling Options"
8049
  msgstr "Možnosti stylování"
8050
 
8051
+ #: app/features/mec/support.php:59 app/libraries/main.php:810
8052
  msgid "Custom CSS"
8053
  msgstr "Vlastní CSS"
8054
 
8140
  msgid "Attendee Price (for booking confirmation notification)"
8141
  msgstr "Povolit upozornění na připomenutí rezervace"
8142
 
8143
+ #: app/features/notifications.php:150
8144
  #, fuzzy
8145
  #| msgid "Email verification"
8146
  msgid "Email Verification"
8147
  msgstr "Ověřovací email"
8148
 
8149
+ #: app/features/notifications.php:153
8150
  #, fuzzy
8151
  #| msgid "Booking Verification"
8152
  msgid "Booking Notification"
8153
  msgstr "Ověření rezervace"
8154
 
8155
+ #: app/features/notifications.php:162
8156
  #, fuzzy
8157
  #| msgid "Notifications"
8158
  msgid "Admin Notification"
8317
  msgid "eg. https://webnus.net"
8318
  msgstr "např. https://webnus.net"
8319
 
8320
+ #: app/features/organizers.php:312 app/libraries/main.php:6290
8321
+ #: app/libraries/main.php:6337 app/skins/single.php:1291
8322
  msgid "Other Organizers"
8323
  msgstr "Další organizátoři"
8324
 
8508
  msgid "Please %s/%s in order to see your bookings / profile."
8509
  msgstr "Prosím %s/%s za účelem zobrazení vašich rezervací / profilu."
8510
 
8511
+ #: app/features/profile/profile.php:20 app/libraries/main.php:2447
8512
  msgid "Your booking already canceled!"
8513
  msgstr "Vaše rezervace již byla zrušena!"
8514
 
8516
  msgid "#"
8517
  msgstr "#"
8518
 
8519
+ #: app/features/profile/profile.php:61 app/libraries/main.php:3691
8520
  msgid "Status"
8521
  msgstr "Stav"
8522
 
8523
+ #: app/features/profile/profile.php:64 app/libraries/main.php:2645
8524
  msgid "Attendees"
8525
  msgstr "Účastníci"
8526
 
8576
  msgid "No search result."
8577
  msgstr "Žádný výsledek vyhledávání."
8578
 
8579
+ #: app/features/search_bar/search_result.php:12 app/libraries/main.php:6292
8580
+ #: app/libraries/main.php:6339 app/libraries/notifications.php:1027
8581
+ #: app/libraries/render.php:531 app/libraries/render.php:853
8582
  #: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
8583
  #: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
8584
+ #: app/modules/next-event/details.php:145 app/skins/single.php:1183
8585
  #: app/skins/single/default.php:124 app/skins/single/default.php:358
8586
  #: app/skins/single/m1.php:46 app/skins/single/modern.php:222
8587
  #, fuzzy
8607
  msgstr "Vložte email řečníka."
8608
 
8609
  #: app/features/speakers.php:135 app/features/speakers.php:208
8610
+ #: app/skins/single.php:1265 app/skins/single.php:1324
8611
  #: app/skins/single/default.php:202 app/skins/single/default.php:268
8612
  #: app/skins/single/default.php:435 app/skins/single/default.php:501
8613
  #: app/skins/single/m1.php:126 app/skins/single/m1.php:180
8676
  "Poznámka: Řečníky můžete použít na vaší stránce úprav / přidání > sekce "
8677
  "hodinového plánu a v sekci widgetu řečníka!"
8678
 
8679
+ #: app/features/wc.php:103 app/libraries/notifications.php:1012
8680
+ #: app/libraries/notifications.php:1027 app/libraries/notifications.php:1038
8681
+ #: app/libraries/notifications.php:1307 app/libraries/notifications.php:1308
8682
  #, php-format
8683
  msgid "%s to %s"
8684
  msgstr ""
8702
  msgid "Discount"
8703
  msgstr "Sleva"
8704
 
8705
+ #: app/libraries/book.php:868 app/modules/booking/default.php:426
8706
+ #: app/modules/booking/default.php:531
8707
  msgid "Download Invoice"
8708
  msgstr "Stáhnout fakturu"
8709
 
8778
  msgid "There is no excerpt because this is a protected post."
8779
  msgstr "Neexistuje výňatek, protože se jedná o chráněný příspěvek."
8780
 
8781
+ #: app/libraries/main.php:338 app/libraries/main.php:2059
8782
+ #: app/libraries/main.php:2084
8783
  msgid "Agenda View"
8784
  msgstr "Zobrazení agendy"
8785
 
8786
+ #: app/libraries/main.php:339 app/libraries/main.php:2050
8787
+ #: app/libraries/main.php:2075
8788
  msgid "Full Calendar"
8789
  msgstr "Plný kalendář"
8790
 
8791
+ #: app/libraries/main.php:341 app/libraries/main.php:2052
8792
+ #: app/libraries/main.php:2077
8793
  msgid "Calendar/Monthly View"
8794
  msgstr "Kalendář / zobrazení měsíce"
8795
 
8796
+ #: app/libraries/main.php:344 app/libraries/main.php:2055
8797
+ #: app/libraries/main.php:2080
8798
  msgid "Timetable View"
8799
  msgstr "Zobrazení rozvrhu"
8800
 
8801
+ #: app/libraries/main.php:345 app/libraries/main.php:2056
8802
+ #: app/libraries/main.php:2081
8803
  msgid "Masonry View"
8804
  msgstr "Zobrazení zdi"
8805
 
8806
+ #: app/libraries/main.php:346 app/libraries/main.php:2060
8807
+ #: app/libraries/main.php:2085
8808
  msgid "Map View"
8809
  msgstr "Zobrazení mapy"
8810
 
8811
+ #: app/libraries/main.php:347
8812
  msgid "Cover View"
8813
  msgstr "Zobrazení obálky"
8814
 
8815
+ #: app/libraries/main.php:348
8816
  msgid "Countdown View"
8817
  msgstr "Zobrazení odpočítávání"
8818
 
8819
  # místo, bod, ....
8820
+ #: app/libraries/main.php:349
8821
  msgid "Available Spot"
8822
  msgstr "Dostupný spot"
8823
 
8824
+ #: app/libraries/main.php:350
8825
  msgid "Carousel View"
8826
  msgstr "Zobrazení kolotoče"
8827
 
8828
+ #: app/libraries/main.php:351
8829
  msgid "Slider View"
8830
  msgstr "Zobrazení posuvníku"
8831
 
8832
+ #: app/libraries/main.php:352
8833
  #, fuzzy
8834
  #| msgid "Timetable View"
8835
  msgid "Timeline View"
8836
  msgstr "Zobrazení rozvrhu"
8837
 
8838
+ #: app/libraries/main.php:391 app/libraries/main.php:6264
8839
+ #: app/libraries/main.php:6318
8840
  msgid "SU"
8841
  msgstr "NE"
8842
 
8843
+ #: app/libraries/main.php:392 app/libraries/main.php:6265
8844
+ #: app/libraries/main.php:6319
8845
  msgid "MO"
8846
  msgstr "PO"
8847
 
8848
+ #: app/libraries/main.php:393 app/libraries/main.php:6266
8849
+ #: app/libraries/main.php:6320
8850
  msgid "TU"
8851
  msgstr "ÚT"
8852
 
8853
+ #: app/libraries/main.php:394 app/libraries/main.php:6267
8854
+ #: app/libraries/main.php:6321
8855
  msgid "WE"
8856
  msgstr "ST"
8857
 
8858
+ #: app/libraries/main.php:395 app/libraries/main.php:6268
8859
+ #: app/libraries/main.php:6322
8860
  msgid "TH"
8861
  msgstr "ČT"
8862
 
8863
+ #: app/libraries/main.php:396 app/libraries/main.php:6269
8864
+ #: app/libraries/main.php:6323
8865
  msgid "FR"
8866
  msgstr "PÁ"
8867
 
8868
+ #: app/libraries/main.php:397 app/libraries/main.php:6270
8869
+ #: app/libraries/main.php:6324
8870
  msgid "SA"
8871
  msgstr "SO"
8872
 
8873
+ #: app/libraries/main.php:551
8874
  msgid "Upload Field"
8875
  msgstr "Nahrát pole"
8876
 
8877
+ #: app/libraries/main.php:560
8878
  msgid "Additional Locations"
8879
  msgstr "Další umístění"
8880
 
8881
+ #: app/libraries/main.php:723
8882
  msgid "Modules"
8883
  msgstr "Moduly"
8884
 
8885
+ #: app/libraries/main.php:891
8886
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
8887
  msgstr "Nové doplňky pro MEC! Nyní přizpůsobte MEC v Elementoru"
8888
 
8889
+ #: app/libraries/main.php:898
8890
  msgid ""
8891
  "The time has come at last, and the new practical add-ons for MEC have been "
8892
  "released. This is a revolution in the world of Event Calendars. We have "
8897
  "revoluce ve světě kalendářů událostí. Poskytli jsme vám širokou škálu funkcí "
8898
  "pouze tím, že máme 4 doplňky, viz níže:"
8899
 
8900
+ #: app/libraries/main.php:900
8901
  msgid ""
8902
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
8903
  "products) and Woo products at the same time."
8905
  "<strong>Integrace WooCommerce:</strong> Nyní si můžete zakoupit lístek (jako "
8906
  "produkty) a produkty Woo současně."
8907
 
8908
+ #: app/libraries/main.php:901
8909
  msgid ""
8910
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
8911
  "other websites without MEC. Use JSON output features to make your Apps "
8915
  "událost) na jiných webech bez MEC. Použijte výstupní funkce JSON, aby vaše "
8916
  "aplikace byly kompatibilní s MEC."
8917
 
8918
+ #: app/libraries/main.php:902
8919
  msgid ""
8920
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
8921
  "main websites. Changes in the main one will be inherited by the subsites. "
8922
  "you can set these up in the admin panel."
8923
  msgstr ""
8924
 
8925
+ #: app/libraries/main.php:903
8926
  msgid ""
8927
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
8928
  "pages can contain ticket purchase information, information about registered "
8929
  "events. Users can now log in to purchase tickets."
8930
  msgstr ""
8931
 
8932
+ #: app/libraries/main.php:905
8933
  msgid "find out more"
8934
  msgstr ""
8935
 
8936
+ #: app/libraries/main.php:1776
8937
  msgid "Events at this location"
8938
  msgstr "Události na tomto místě"
8939
 
8940
+ #: app/libraries/main.php:1776
8941
  msgid "Event at this location"
8942
  msgstr "Událost na tomto místě"
8943
 
8944
+ #: app/libraries/main.php:1828
8945
  msgid "Facebook"
8946
  msgstr "Facebook"
8947
 
8948
+ #: app/libraries/main.php:1829
8949
  msgid "Twitter"
8950
  msgstr "Twitter"
8951
 
8952
+ #: app/libraries/main.php:1830 app/libraries/main.php:1887
8953
  msgid "Linkedin"
8954
  msgstr "Linkedin"
8955
 
8956
+ #: app/libraries/main.php:1831 app/libraries/main.php:1923
8957
  msgid "VK"
8958
  msgstr "VK"
8959
 
8960
+ #: app/libraries/main.php:1832
8961
  msgid "Tumblr"
8962
  msgstr ""
8963
 
8964
+ #: app/libraries/main.php:1833
8965
  msgid "Pinterest"
8966
  msgstr ""
8967
 
8968
+ #: app/libraries/main.php:1834
8969
  msgid "Flipboard"
8970
  msgstr ""
8971
 
8972
+ #: app/libraries/main.php:1835
8973
  #, fuzzy
8974
  #| msgid "Tickets"
8975
  msgid "GetPocket"
8976
  msgstr "Vstupenky"
8977
 
8978
+ #: app/libraries/main.php:1836
8979
  msgid "Reddit"
8980
  msgstr ""
8981
 
8982
+ #: app/libraries/main.php:1837
8983
  msgid "WhatsApp"
8984
  msgstr ""
8985
 
8986
+ #: app/libraries/main.php:1838
8987
  msgid "Telegram"
8988
  msgstr ""
8989
 
8990
+ #: app/libraries/main.php:1857
8991
  msgid "Share on Facebook"
8992
  msgstr "Sdílet na Facebooku"
8993
 
8994
+ #: app/libraries/main.php:1872
8995
  msgid "Tweet"
8996
  msgstr "Tweet"
8997
 
8998
+ #: app/libraries/main.php:1938
8999
  #, fuzzy
9000
  #| msgid "Share on Facebook"
9001
  msgid "Share on Tumblr"
9002
  msgstr "Sdílet na Facebooku"
9003
 
9004
+ #: app/libraries/main.php:1954
9005
  msgid "Share on Pinterest"
9006
  msgstr ""
9007
 
9008
+ #: app/libraries/main.php:1970
9009
  #, fuzzy
9010
  #| msgid "Share on Facebook"
9011
  msgid "Share on Flipboard"
9012
  msgstr "Sdílet na Facebooku"
9013
 
9014
+ #: app/libraries/main.php:1988
9015
  #, fuzzy
9016
  #| msgid "Share on Facebook"
9017
  msgid "Share on GetPocket"
9018
  msgstr "Sdílet na Facebooku"
9019
 
9020
+ #: app/libraries/main.php:2004
9021
  #, fuzzy
9022
  #| msgid "Share on Facebook"
9023
  msgid "Share on Reddit"
9024
  msgstr "Sdílet na Facebooku"
9025
 
9026
+ #: app/libraries/main.php:2020
9027
  msgid "Share on Telegram"
9028
  msgstr ""
9029
 
9030
+ #: app/libraries/main.php:2038
9031
  msgid "Share on WhatsApp"
9032
  msgstr ""
9033
 
9034
+ #: app/libraries/main.php:2061 app/libraries/main.php:2086
9035
  msgid "Custom Shortcode"
9036
  msgstr "Uživatelské zkrácené kódy"
9037
 
9038
+ #: app/libraries/main.php:2427
9039
  msgid "Your booking already verified!"
9040
  msgstr "Vaše rezervace již byla ověřena!"
9041
 
9042
+ #: app/libraries/main.php:2432
9043
  msgid "Your booking successfully verified."
9044
  msgstr "Vaše rezervace byla úspěšně ověřena."
9045
 
9046
+ #: app/libraries/main.php:2433
9047
  msgid "Your booking cannot verify!"
9048
  msgstr "Vaši rezervaci nelze ověřit!"
9049
 
9050
+ #: app/libraries/main.php:2458
9051
  #, fuzzy
9052
  #| msgid "The event is finished."
9053
  msgid "The event is already finished!"
9054
  msgstr "Událost je ukončena."
9055
 
9056
+ #: app/libraries/main.php:2476
9057
  msgid "The cancelation window is passed."
9058
  msgstr ""
9059
 
9060
+ #: app/libraries/main.php:2482
9061
  msgid "Your booking successfully canceled."
9062
  msgstr "Vaše rezervace byla úspěšně zrušena."
9063
 
9064
+ #: app/libraries/main.php:2483
9065
  msgid "Your booking cannot be canceled."
9066
  msgstr "Vaši rezervaci nelze zrušit."
9067
 
9068
+ #: app/libraries/main.php:2487
9069
  msgid "You canceled the payment successfully."
9070
  msgstr "Platbu jste úspěšně zrušili."
9071
 
9072
+ #: app/libraries/main.php:2491
9073
  msgid "You returned from payment gateway successfully."
9074
  msgstr "Úspěšně jste se vrátili z platební brány."
9075
 
9076
+ #: app/libraries/main.php:2510
9077
  msgid "Cannot find the invoice!"
9078
  msgstr "Fakturu nelze najít!"
9079
 
9080
+ #: app/libraries/main.php:2510
9081
  msgid "Invoice is invalid."
9082
  msgstr "Faktura je neplatná."
9083
 
9084
+ #: app/libraries/main.php:2530
9085
  #, fuzzy
9086
  #| msgid ""
9087
  #| "Your booking still is not confirmed. You able download it after "
9091
  msgstr ""
9092
  "Vaše rezervace stále není potvrzena. Můžete si ji stáhnout po potvrzení!"
9093
 
9094
+ #: app/libraries/main.php:2530
9095
  msgid "Booking Not Confirmed."
9096
  msgstr "Rezervace nebyla potvrzena."
9097
 
9098
+ #: app/libraries/main.php:2536
9099
  msgid "Cannot find the booking!"
9100
  msgstr "Nemohu najít rezervaci!"
9101
 
9102
+ #: app/libraries/main.php:2536
9103
  msgid "Booking is invalid."
9104
  msgstr "Rezervace není platná."
9105
 
9106
+ #: app/libraries/main.php:2569
9107
  #, php-format
9108
  msgid "%s Invoice"
9109
  msgstr "%s Faktura"
9110
 
9111
+ #: app/libraries/main.php:2602
9112
  #, fuzzy
9113
  #| msgid "Date and Time"
9114
  msgid "Date & Time"
9115
  msgstr "Datum a čas"
9116
 
9117
+ #: app/libraries/main.php:2619
9118
  #, fuzzy
9119
  #| msgid "Booking Price"
9120
  msgid "Booking Fields"
9121
  msgstr "Cena rezervace"
9122
 
9123
+ #: app/libraries/main.php:2691
9124
  msgid "Billing"
9125
  msgstr "Fakturace"
9126
 
9127
+ #: app/libraries/main.php:2703
9128
  #, fuzzy
9129
  #| msgid "Coupons"
9130
  msgid "Coupon Code"
9131
  msgstr "Kupóny"
9132
 
9133
+ #: app/libraries/main.php:2708
9134
  msgid "Total"
9135
  msgstr "Celkem"
9136
 
9137
+ #: app/libraries/main.php:2715
9138
  #, fuzzy
9139
  #| msgid "Payment Gateways"
9140
  msgid "Payment"
9141
  msgstr "Platební brány"
9142
 
9143
+ #: app/libraries/main.php:2719
9144
  #, fuzzy
9145
  #| msgid "Payment Gateways"
9146
  msgid "Gateway"
9147
  msgstr "Platební brány"
9148
 
9149
+ #: app/libraries/main.php:2732
9150
  #, fuzzy
9151
  #| msgid "Payment Gateways"
9152
  msgid "Payment Time"
9153
  msgstr "Platební brány"
9154
 
9155
+ #: app/libraries/main.php:2874
9156
  msgid "Request is not valid."
9157
  msgstr "Požadavek není platný."
9158
 
9159
+ #: app/libraries/main.php:2874
9160
  msgid "iCal export stopped!"
9161
  msgstr "iCal export byl zastaven!"
9162
 
9163
+ #: app/libraries/main.php:3242 app/libraries/main.php:3271
9164
+ #: app/libraries/main.php:3300 app/libraries/main.php:3329
9165
+ #: app/libraries/main.php:3358 app/libraries/main.php:3387
9166
+ #: app/libraries/main.php:3416 app/libraries/main.php:3445
9167
+ #: app/libraries/main.php:3474 app/libraries/main.php:3503
9168
+ #: app/libraries/main.php:3526 app/libraries/main.php:3572
9169
+ #: app/libraries/main.php:3618 app/libraries/main.php:3667
9170
+ #: app/libraries/main.php:3716
9171
  msgid "Sort"
9172
  msgstr "Seřadit"
9173
 
9174
+ #: app/libraries/main.php:3249 app/libraries/main.php:3278
9175
+ #: app/libraries/main.php:3307 app/libraries/main.php:3336
9176
+ #: app/libraries/main.php:3365 app/libraries/main.php:3394
9177
+ #: app/libraries/main.php:3423 app/libraries/main.php:3452
9178
+ #: app/libraries/main.php:3481 app/libraries/main.php:3533
9179
+ #: app/libraries/main.php:3579 app/libraries/main.php:3625
9180
+ #: app/libraries/main.php:3674
9181
  msgid "Required Field"
9182
  msgstr "Požadovaná pole"
9183
 
9184
+ #: app/libraries/main.php:3255 app/libraries/main.php:3284
9185
+ #: app/libraries/main.php:3313 app/libraries/main.php:3342
9186
+ #: app/libraries/main.php:3371 app/libraries/main.php:3400
9187
+ #: app/libraries/main.php:3429 app/libraries/main.php:3458
9188
+ #: app/libraries/main.php:3487 app/libraries/main.php:3539
9189
+ #: app/libraries/main.php:3585 app/libraries/main.php:3631
9190
+ #: app/libraries/main.php:3680
9191
  msgid "Insert a label for this field"
9192
  msgstr "Vložte štítek pro toto pole"
9193
 
9194
+ #: app/libraries/main.php:3509
9195
  msgid "HTML and shortcode are allowed."
9196
  msgstr "HTML a zkrácené kódy jsou povoleny."
9197
 
9198
+ #: app/libraries/main.php:3552 app/libraries/main.php:3598
9199
+ #: app/libraries/main.php:3644
9200
  msgid "Option"
9201
  msgstr "Možnost"
9202
 
9203
+ #: app/libraries/main.php:3680
9204
  #, php-format
9205
  msgid "Instead of %s, the page title with a link will be show."
9206
  msgstr "Místo%s se zobrazí název stránky s odkazem."
9207
 
9208
+ #: app/libraries/main.php:3682
9209
  msgid "Agreement Page"
9210
  msgstr "Stránka smlouvy"
9211
 
9212
+ #: app/libraries/main.php:3693
9213
  msgid "Checked by default"
9214
  msgstr "Ve výchozím nastavení zaškrtnuto"
9215
 
9216
+ #: app/libraries/main.php:3694
9217
  msgid "Unchecked by default"
9218
  msgstr "Ve výchozím nastavení není zaškrtnuto"
9219
 
9220
+ #: app/libraries/main.php:3718
9221
  msgid "Insert a label for this option"
9222
  msgstr "Vložte štítek pro tuto možnost"
9223
 
9224
+ #: app/libraries/main.php:3731
9225
  msgid "Free"
9226
  msgstr "Zdarma"
9227
 
9228
+ #: app/libraries/main.php:4400 app/libraries/main.php:6599
9229
  msgid "M.E. Calender"
9230
  msgstr "M.E. Kalendář"
9231
 
9232
+ #: app/libraries/main.php:4556
9233
  #, php-format
9234
  msgid "Copy of %s"
9235
  msgstr "Kopie %s"
9236
 
9237
+ #: app/libraries/main.php:5428
9238
  msgid "Booked an event."
9239
  msgstr "Událost byla rezervována."
9240
 
9241
+ #: app/libraries/main.php:5469
9242
  #, php-format
9243
  msgid "%s booked %s event."
9244
  msgstr "%s zarezervoval %s událost."
9245
 
9246
+ #: app/libraries/main.php:6247 app/libraries/main.php:6301
9247
  msgid "Taxonomies"
9248
  msgstr "Taxonomie"
9249
 
9250
  # Mrknout na kontext
9251
+ #: app/libraries/main.php:6249 app/libraries/main.php:6303
9252
  msgid "Category Plural Label"
9253
  msgstr "Štítek množné kategorie"
9254
 
9255
  # Mrknout na kontext
9256
+ #: app/libraries/main.php:6250 app/libraries/main.php:6304
9257
  msgid "Category Singular Label"
9258
  msgstr "Štítek jednotné kategorie"
9259
 
9260
+ #: app/libraries/main.php:6251 app/libraries/main.php:6305
9261
  msgid "Label Plural Label"
9262
  msgstr "Štítek množného štítku"
9263
 
9264
+ #: app/libraries/main.php:6252 app/libraries/main.php:6306
9265
  msgid "Label Singular Label"
9266
  msgstr "Štítek jednotného štítku"
9267
 
9268
+ #: app/libraries/main.php:6252 app/libraries/main.php:6306
9269
  msgid "label"
9270
  msgstr "štítek"
9271
 
9272
+ #: app/libraries/main.php:6253 app/libraries/main.php:6307
9273
  msgid "Location Plural Label"
9274
  msgstr "Štítek množného umístění"
9275
 
9276
+ #: app/libraries/main.php:6254 app/libraries/main.php:6308
9277
  msgid "Location Singular Label"
9278
  msgstr "Štítek jednotného umístění"
9279
 
9280
+ #: app/libraries/main.php:6255 app/libraries/main.php:6309
9281
  msgid "Organizer Plural Label"
9282
  msgstr "Štítek množného organizátora"
9283
 
9284
+ #: app/libraries/main.php:6256 app/libraries/main.php:6310
9285
  msgid "Organizer Singular Label"
9286
  msgstr "Štítek jednotného organizátora"
9287
 
9288
+ #: app/libraries/main.php:6257 app/libraries/main.php:6311
9289
  msgid "Speaker Plural Label"
9290
  msgstr "Štítek množného řečníka"
9291
 
9292
+ #: app/libraries/main.php:6258 app/libraries/main.php:6312
9293
  msgid "Speaker Singular Label"
9294
  msgstr "Štítek jednotného řečníka"
9295
 
9296
+ #: app/libraries/main.php:6264 app/libraries/main.php:6318
9297
  msgid "Sunday abbreviation"
9298
  msgstr "Neděle zkratka"
9299
 
9300
+ #: app/libraries/main.php:6265 app/libraries/main.php:6319
9301
  msgid "Monday abbreviation"
9302
  msgstr "Pondělí zkratka"
9303
 
9304
+ #: app/libraries/main.php:6266 app/libraries/main.php:6320
9305
  msgid "Tuesday abbreviation"
9306
  msgstr "Úterý zkratka"
9307
 
9308
+ #: app/libraries/main.php:6267 app/libraries/main.php:6321
9309
  msgid "Wednesday abbreviation"
9310
  msgstr "Středa zkratka"
9311
 
9312
+ #: app/libraries/main.php:6268 app/libraries/main.php:6322
9313
  msgid "Thursday abbreviation"
9314
  msgstr "Čtvrtek zkratka"
9315
 
9316
+ #: app/libraries/main.php:6269 app/libraries/main.php:6323
9317
  msgid "Friday abbreviation"
9318
  msgstr "Pátek zkratka"
9319
 
9320
+ #: app/libraries/main.php:6270 app/libraries/main.php:6324
9321
  msgid "Saturday abbreviation"
9322
  msgstr "Sobota zkratka"
9323
 
9324
+ #: app/libraries/main.php:6274 app/libraries/main.php:6328
9325
  msgid "Others"
9326
  msgstr "Další"
9327
 
9328
+ #: app/libraries/main.php:6276
9329
  msgid "Booking Success Message"
9330
  msgstr "Zpráva o úspěchu rezervace"
9331
 
9332
+ #: app/libraries/main.php:6276
9333
  #, fuzzy
9334
  #| msgid ""
9335
  #| "Thanks for your booking. Your tickets booked, booking verification might "
9341
  "Děkujeme za vaši rezervaci. Vaše vstupenky jsou rezervovány, může být nutné "
9342
  "ověřit rezervaci. Zkontrolujte prosím svůj e-mail."
9343
 
9344
+ #: app/libraries/main.php:6277
9345
  #, fuzzy
9346
  #| msgid "Booking Success Message"
9347
  msgid "Booking Restriction Message 1"
9348
  msgstr "Zpráva o úspěchu rezervace"
9349
 
9350
+ #: app/libraries/main.php:6277
9351
  #, php-format
9352
  msgid ""
9353
  "You selected %s tickets to book but maximum number of tikets per user is %s "
9354
  "tickets."
9355
  msgstr ""
9356
 
9357
+ #: app/libraries/main.php:6278
9358
  #, fuzzy
9359
  #| msgid "Booking Success Message"
9360
  msgid "Booking Restriction Message 2"
9361
  msgstr "Zpráva o úspěchu rezervace"
9362
 
9363
+ #: app/libraries/main.php:6278
9364
  #, php-format
9365
  msgid ""
9366
  "You booked %s tickets till now but maximum number of tickets per user is %s "
9367
  "tickets."
9368
  msgstr ""
9369
 
9370
+ #: app/libraries/main.php:6279
9371
  #, fuzzy
9372
  #| msgid "Booking Success Message"
9373
  msgid "Booking IP Restriction Message"
9374
  msgstr "Zpráva o úspěchu rezervace"
9375
 
9376
+ #: app/libraries/main.php:6279
9377
  #, php-format
9378
  msgid "Maximum allowed number of tickets that you can book is %s."
9379
  msgstr ""
9380
 
9381
+ #: app/libraries/main.php:6280
9382
  #, fuzzy
9383
  #| msgid "Booking Options"
9384
  msgid "Booking Button"
9385
  msgstr "Možnosti rezervace"
9386
 
9387
+ #: app/libraries/main.php:6280 app/libraries/skins.php:1259
9388
  #: app/modules/booking/steps/tickets.php:99
9389
  msgid "Book Event"
9390
  msgstr "Rezervovat událost"
9391
 
9392
+ #: app/libraries/main.php:6281 app/libraries/main.php:6330
9393
  #: app/widgets/single.php:131
9394
  msgid "Register Button"
9395
  msgstr "Registrační tlačítko"
9396
 
9397
+ #: app/libraries/main.php:6281 app/libraries/main.php:6330
9398
  #: app/skins/available_spot/tpl.php:208 app/skins/carousel/render.php:106
9399
  #: app/skins/carousel/render.php:144 app/skins/grid/render.php:103
9400
  #: app/skins/grid/render.php:161 app/skins/grid/render.php:219
9401
  #: app/skins/grid/render.php:240 app/skins/list/render.php:70
9402
  #: app/skins/list/render.php:165 app/skins/masonry/render.php:150
9403
+ #: app/skins/single.php:478 app/skins/single.php:1204 app/skins/single.php:1207
9404
  #: app/skins/single/default.php:287 app/skins/single/default.php:289
9405
  #: app/skins/single/default.php:520 app/skins/single/default.php:522
9406
  #: app/skins/single/m1.php:143 app/skins/single/m1.php:145
9412
  msgid "REGISTER"
9413
  msgstr "REGISTROVAT"
9414
 
9415
+ #: app/libraries/main.php:6282 app/libraries/main.php:6331
9416
  msgid "View Detail Button"
9417
  msgstr "Tlačítko Zobrazit detail"
9418
 
9419
+ #: app/libraries/main.php:6282 app/libraries/main.php:6331
9420
  #: app/skins/carousel/render.php:106 app/skins/carousel/render.php:144
9421
  #: app/skins/grid/render.php:103 app/skins/grid/render.php:161
9422
  #: app/skins/grid/render.php:219 app/skins/grid/render.php:240
9428
  msgid "View Detail"
9429
  msgstr "Zobrazit detail"
9430
 
9431
+ #: app/libraries/main.php:6283 app/libraries/main.php:6332
9432
  msgid "Event Detail Button"
9433
  msgstr "Tlačítko Detail události"
9434
 
9435
+ #: app/libraries/main.php:6283 app/libraries/main.php:6332
9436
  msgid "Event Detail"
9437
  msgstr "Zobrazit událost"
9438
 
9439
+ #: app/libraries/main.php:6288
9440
  msgid "Ticket (Singular)"
9441
  msgstr "Vstupenka (Jednotné)"
9442
 
9443
+ #: app/libraries/main.php:6289
9444
  msgid "Tickets (Plural)"
9445
  msgstr "Vstupenky (Množné)"
9446
 
9447
+ #: app/libraries/main.php:6447
9448
  msgid "EventON"
9449
  msgstr "EventON"
9450
 
9451
+ #: app/libraries/main.php:6448
9452
  msgid "The Events Calendar"
9453
  msgstr "The Events Calendar"
9454
 
9455
+ #: app/libraries/main.php:6449
9456
  msgid "Events Schedule WP Plugin"
9457
  msgstr "Events Schedule WP Plugin"
9458
 
9459
+ #: app/libraries/main.php:6450
9460
  msgid "Calendarize It"
9461
  msgstr "Calendarize It"
9462
 
9463
+ #: app/libraries/main.php:6451
9464
  #, fuzzy
9465
  #| msgid "Event Speakers"
9466
  msgid "Event Espresso"
9467
  msgstr "Řečník události"
9468
 
9469
+ #: app/libraries/main.php:6452
9470
  #, fuzzy
9471
  #| msgid "Event Repeating (Recurring events)"
9472
  msgid "Events Manager (Recurring)"
9473
  msgstr "Opakování události (opakující se události)"
9474
 
9475
+ #: app/libraries/main.php:6453
9476
  #, fuzzy
9477
  #| msgid "Modern Events Calendar (Lite)"
9478
  msgid "Events Manager (Single)"
9479
  msgstr "Modern Events Calendar (Lite)"
9480
 
9481
+ #: app/libraries/main.php:6454
9482
  #, fuzzy
9483
  #| msgid "Modern Events Calendar (Lite)"
9484
  msgid "WP Event Manager"
9485
  msgstr "Modern Events Calendar (Lite)"
9486
 
9487
+ #: app/libraries/main.php:6538 app/libraries/main.php:6560
9488
  msgid "Pending"
9489
  msgstr "Nevyřízený"
9490
 
9491
+ #: app/libraries/main.php:6586
9492
  msgid "Waiting"
9493
  msgstr "Čekající"
9494
 
9495
+ #: app/libraries/main.php:6629
9496
  #, fuzzy
9497
  #| msgid "Sunday"
9498
  msgid "Sun"
9499
  msgstr "Neděle"
9500
 
9501
+ #: app/libraries/main.php:6629
9502
  #, fuzzy
9503
  #| msgid "Monday"
9504
  msgid "Mon"
9505
  msgstr "Pondělí"
9506
 
9507
+ #: app/libraries/main.php:6629
9508
  #, fuzzy
9509
  #| msgid "Tel"
9510
  msgid "Tue"
9511
  msgstr "Tel"
9512
 
9513
+ #: app/libraries/main.php:6629
9514
  msgid "Wed"
9515
  msgstr ""
9516
 
9517
+ #: app/libraries/main.php:6629
9518
  msgid "Thu"
9519
  msgstr ""
9520
 
9521
+ #: app/libraries/main.php:6629
9522
  #, fuzzy
9523
  #| msgid "Friday"
9524
  msgid "Fri"
9525
  msgstr "Pátek"
9526
 
9527
+ #: app/libraries/main.php:6629
9528
  #, fuzzy
9529
  #| msgid "Start"
9530
  msgid "Sat"
9531
  msgstr "Začátek"
9532
 
9533
+ #: app/libraries/main.php:6791 app/libraries/render.php:80
9534
  #: app/libraries/render.php:445
9535
  msgid "Skin controller does not exist."
9536
  msgstr "Ovladač vzhledu neexistuje."
9537
 
9538
+ #: app/libraries/main.php:7006
9539
  msgid "Sold Out"
9540
  msgstr "Vyprodáno"
9541
 
9542
+ #: app/libraries/main.php:7017
9543
  #, fuzzy
9544
  #| msgid "Ticket"
9545
  msgid "Last Few Tickets"
9546
  msgstr "Vstupenka"
9547
 
9548
+ #: app/libraries/main.php:7346 app/libraries/main.php:7363
9549
  #, fuzzy
9550
  #| msgid "minutes"
9551
  msgid "Minutes"
9552
  msgstr "minuty"
9553
 
9554
+ #: app/libraries/main.php:7368
9555
  msgid "AM / PM"
9556
  msgstr ""
9557
 
9558
+ #: app/libraries/main.php:7369
9559
  msgid "AM"
9560
  msgstr "dop."
9561
 
9562
+ #: app/libraries/main.php:7370
9563
  msgid "PM"
9564
  msgstr "odp."
9565
 
9566
+ #: app/libraries/main.php:7378
9567
  msgid "Ongoing..."
9568
  msgstr ""
9569
 
9570
+ #: app/libraries/main.php:7379
9571
  #, fuzzy
9572
  #| msgid "Expired Events"
9573
  msgid "Expired!"
9597
  msgid "A new event is added."
9598
  msgstr "Je přidána se nová událost."
9599
 
9600
+ #: app/libraries/notifications.php:835
9601
  msgid "Your event is published."
9602
  msgstr "Vaše událost je zveřejněna."
9603
 
9604
+ #: app/libraries/notifications.php:1251
9605
  msgid "to"
9606
  msgstr "do"
9607
 
9608
+ #: app/libraries/notifications.php:1272 app/modules/export/details.php:48
9609
  msgid "+ Add to Google Calendar"
9610
  msgstr "+ Přidat do Google kalendáře"
9611
 
9612
+ #: app/libraries/notifications.php:1273 app/modules/export/details.php:49
9613
  #, fuzzy
9614
  #| msgid "+ iCal export"
9615
  msgid "+ iCal / Outlook export"
9616
  msgstr "+ iCal export"
9617
 
9618
+ #: app/libraries/notifications.php:1322
9619
  #, fuzzy, php-format
9620
  #| msgid "+ Add to Google Calendar"
9621
  msgid "+ %s to Google Calendar"
9622
  msgstr "+ Přidat do Google kalendáře"
9623
 
9624
+ #: app/libraries/notifications.php:1402
9625
  msgid "Yes"
9626
  msgstr "Ano"
9627
 
9628
+ #: app/libraries/notifications.php:1402
9629
  msgid "No"
9630
  msgstr "Ne"
9631
 
9632
+ #: app/libraries/skins.php:1085
9633
  #, fuzzy
9634
  #| msgid "Select All"
9635
  msgid "Select"
9765
  msgid "The event is ongoing."
9766
  msgstr "Událost právě probíhá."
9767
 
9768
+ #: app/modules/googlemap/details.php:127
9769
  msgid "Address from ..."
9770
  msgstr "Adresa od ..."
9771
 
9772
+ #: app/modules/googlemap/details.php:131
9773
  msgid "Get Directions"
9774
  msgstr "Získat směr"
9775
 
9776
+ #: app/modules/links/details.php:17 app/skins/single.php:887
9777
  msgid "Share this event"
9778
  msgstr "Sdílet tuto událost"
9779
 
9828
  msgid "Go to occurrence page"
9829
  msgstr "Přejít na stránku výskytu"
9830
 
9831
+ #: app/modules/next-event/details.php:139 app/skins/single.php:1177
9832
  #: app/skins/single/default.php:118 app/skins/single/default.php:352
9833
  #: app/skins/single/m1.php:40 app/skins/single/modern.php:216
9834
  msgid "Time"
9985
  msgid "Home"
9986
  msgstr "Domů"
9987
 
9988
+ #: app/skins/single.php:971 app/skins/single/default.php:64
9989
  #: app/skins/single/m1.php:278 app/skins/single/m2.php:199
9990
  #: app/skins/single/modern.php:300
9991
  msgid "Sold out!"
9992
  msgstr "Vyprodáno!"
9993
 
9994
+ #: app/skins/single.php:1251 app/skins/single.php:1310
9995
  #: app/skins/single/default.php:254 app/skins/single/default.php:487
9996
  #: app/skins/single/m1.php:112 app/skins/single/m2.php:35
9997
  #: app/skins/single/modern.php:58
9998
  msgid "Phone"
9999
  msgstr "Telefon"
10000
 
10001
+ #: app/skins/single.php:1400
10002
  msgid "Speakers:"
10003
  msgstr "Řečník:"
10004
 
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-10-20 18:11+0330\n"
6
- "PO-Revision-Date: 2020-10-20 18:12+0330\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/import.php:55
22
- #: app/features/ix/thirdparty.php:26 app/features/mec.php:1152
23
- #: app/features/mec.php:1182 app/features/mec/dashboard.php:63
24
  #: app/widgets/MEC.php:33
25
  msgid "Modern Events Calendar"
26
  msgstr "Moderner Event Kalender "
@@ -89,7 +89,7 @@ msgid "Select Shortcode"
89
  msgstr "Neuen Shortcode hinzufügen"
90
 
91
  #: app/features/colors.php:50 app/features/fes/form.php:915
92
- #: app/features/mec/settings.php:763
93
  msgid "Event Color"
94
  msgstr "Farbe der Veranstaltung"
95
 
@@ -102,14 +102,14 @@ msgstr "Farbe der Veranstaltung"
102
  #: app/features/contextual.php:55 app/features/mec.php:474
103
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
104
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
105
- #: app/libraries/main.php:615
106
  msgid "Settings"
107
  msgstr "Einstellungen"
108
 
109
  #: app/features/contextual.php:62 app/features/events.php:1617
110
- #: app/features/events.php:2492 app/features/mec/booking.php:605
111
- #: app/features/mec/booking.php:853 app/features/mec/support.php:29
112
- #: app/libraries/main.php:570
113
  msgid "Booking Form"
114
  msgstr "Buchungsformular"
115
 
@@ -136,8 +136,8 @@ msgstr ""
136
  "YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
137
 
138
  #: app/features/contextual.php:70 app/features/events.php:1625
139
- #: app/features/mec/booking.php:797 app/features/mec/support-page.php:115
140
- #: app/features/mec/support.php:36 app/libraries/main.php:571
141
  msgid "Payment Gateways"
142
  msgstr "Zahlungs-Gateways"
143
 
@@ -153,7 +153,7 @@ msgstr ""
153
 
154
  #: app/features/contextual.php:77 app/features/events.php:352
155
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
156
- #: app/libraries/main.php:763
157
  msgid "Notifications"
158
  msgstr "Benachrichtigungen"
159
 
@@ -239,12 +239,12 @@ msgstr ""
239
  "\"0\" allowfullscreen></iframe>"
240
 
241
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
242
- #: app/features/mec/support-page.php:97 app/libraries/main.php:537
243
  msgid "General Options"
244
  msgstr "Allgemeine Einstellungen"
245
 
246
- #: app/features/contextual.php:139 app/features/mec/settings.php:482
247
- #: app/libraries/main.php:539
248
  msgid "Slugs/Permalinks"
249
  msgstr "Slug/Permalinks"
250
 
@@ -252,8 +252,8 @@ msgstr "Slug/Permalinks"
252
  msgid "Event Details/Single Event Page"
253
  msgstr "Event Details / Einzelveranstaltungsseite"
254
 
255
- #: app/features/contextual.php:166 app/features/mec/settings.php:514
256
- #: app/libraries/main.php:540
257
  msgid "Currency Options"
258
  msgstr "Währungseinstellungen"
259
 
@@ -261,18 +261,18 @@ msgstr "Währungseinstellungen"
261
  msgid "Google Maps Options"
262
  msgstr "Google Maps Einstellungen"
263
 
264
- #: app/features/contextual.php:244 app/features/mec/settings.php:571
265
- #: app/libraries/main.php:541
266
  msgid "Google Recaptcha Options"
267
  msgstr "Google Recaptcha Einstellungen"
268
 
269
  #: app/features/contextual.php:258 app/features/mec/single.php:248
270
- #: app/libraries/main.php:556
271
  msgid "Countdown Options"
272
  msgstr "Countdown Einstellungsoptionen"
273
 
274
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
275
- #: app/libraries/main.php:581
276
  msgid "Social Networks"
277
  msgstr "Soziale Netzwerke"
278
 
@@ -280,36 +280,36 @@ msgstr "Soziale Netzwerke"
280
  msgid "Next Event Module"
281
  msgstr "Nächstes Veranstaltung Modul"
282
 
283
- #: app/features/contextual.php:286 app/features/mec/settings.php:611
284
- #: app/features/mec/support-page.php:98 app/libraries/main.php:542
285
  msgid "Frontend Event Submission"
286
  msgstr "Erstellung von Veranstaltungen im Frontend"
287
 
288
  #: app/features/contextual.php:298 app/features/events.php:345
289
- #: app/libraries/main.php:557
290
  msgid "Exceptional Days"
291
  msgstr "Herausgenommene Tage "
292
 
293
  #: app/features/contextual.php:308 app/features/events.php:315
294
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
295
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
296
- #: app/libraries/main.php:565 app/libraries/main.php:595
297
- #: app/libraries/main.php:680
298
  msgid "Booking"
299
  msgstr "Buchung / Reservierung"
300
 
301
- #: app/features/contextual.php:318 app/features/mec/booking.php:427
302
- #: app/features/mec/booking.php:813 app/libraries/main.php:567
303
  msgid "Coupons"
304
  msgstr "Gutscheine"
305
 
306
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
307
- #: app/libraries/main.php:583
308
  msgid "BuddyPress Integration"
309
  msgstr "Buddy Press Integration"
310
 
311
- #: app/features/contextual.php:334 app/features/mec/settings.php:1000
312
- #: app/libraries/main.php:545
313
  msgid "Mailchimp Integration"
314
  msgstr "Mailchimp Integration"
315
 
@@ -318,7 +318,7 @@ msgid "MEC Activation"
318
  msgstr "MEC Aktivierung"
319
 
320
  #: app/features/dlfile.php:121 app/features/events.php:1622
321
- #: app/features/mec/booking.php:347 app/features/mec/settings.php:835
322
  #, fuzzy
323
  #| msgid "Download ICS file"
324
  msgid "Downloadable File"
@@ -355,8 +355,8 @@ msgid "File uploaded!"
355
  msgstr "Das Bild ist hochgeladen"
356
 
357
  #: app/features/events.php:167 app/features/ix/export.php:34
358
- #: app/features/mec/dashboard.php:265 app/libraries/main.php:5456
359
- #: app/libraries/main.php:5476 app/skins/daily_view/tpl.php:82
360
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
361
  #: app/skins/yearly_view/tpl.php:71
362
  msgid "Events"
@@ -416,11 +416,11 @@ msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
416
  #: app/features/mec/meta_boxes/search_form.php:584
417
  #: app/features/mec/meta_boxes/search_form.php:654
418
  #: app/features/mec/meta_boxes/search_form.php:760
419
- #: app/features/mec/settings.php:907 app/features/mec/settings.php:953
420
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
421
- #: app/features/search.php:68 app/libraries/main.php:6209
422
- #: app/libraries/main.php:6263 app/libraries/skins.php:932
423
- #: app/skins/single.php:992 app/skins/single/default.php:219
424
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
425
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
426
  msgid "Category"
@@ -429,8 +429,8 @@ msgstr "Kategorie"
429
  #: app/features/events.php:193 app/features/events.php:3526
430
  #: app/features/fes/form.php:865 app/features/mec.php:462
431
  #: app/features/mec/meta_boxes/filter.php:69
432
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6208
433
- #: app/libraries/main.php:6262
434
  msgid "Categories"
435
  msgstr "Kategorien"
436
 
@@ -523,7 +523,7 @@ msgid "Event Data"
523
  msgstr "Veranstaltungsdetails"
524
 
525
  #: app/features/events.php:346 app/features/events.php:1360
526
- #: app/features/mec/settings.php:793 app/skins/single.php:1385
527
  msgid "Hourly Schedule"
528
  msgstr "Stundenplan"
529
 
@@ -550,23 +550,23 @@ msgstr "Links"
550
  #: app/features/mec/meta_boxes/search_form.php:599
551
  #: app/features/mec/meta_boxes/search_form.php:669
552
  #: app/features/mec/meta_boxes/search_form.php:775
553
- #: app/features/mec/settings.php:965 app/features/mec/single.php:335
554
  #: app/features/mec/single.php:377 app/features/organizers.php:58
555
  #: app/features/organizers.php:204 app/features/organizers.php:260
556
  #: app/features/organizers.php:262 app/features/organizers.php:271
557
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
558
- #: app/features/search.php:80 app/libraries/main.php:6215
559
- #: app/libraries/main.php:6269 app/libraries/skins.php:984
560
- #: app/skins/single.php:1240 app/skins/single/default.php:244
561
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
562
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
563
  msgid "Organizer"
564
  msgstr "Veranstalter"
565
 
566
  #: app/features/events.php:350 app/features/events.php:1165
567
- #: app/features/fes/form.php:836 app/features/mec/settings.php:904
568
- #: app/libraries/main.php:6246 app/libraries/main.php:6295
569
- #: app/skins/single.php:1018 app/skins/single/default.php:142
570
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
571
  #: app/skins/single/modern.php:237
572
  msgid "Cost"
@@ -591,7 +591,7 @@ msgstr "Gäste Daten"
591
  #: app/features/fes/form.php:795 app/features/labels.php:178
592
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
593
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
594
- #: app/libraries/notifications.php:1379 app/modules/booking/steps/form.php:61
595
  msgid "Name"
596
  msgstr "Name"
597
 
@@ -599,15 +599,15 @@ msgstr "Name"
599
  #: app/features/events.php:2549 app/features/events.php:2638
600
  #: app/features/events.php:4089 app/features/fes.php:243
601
  #: app/features/fes/form.php:791 app/features/login/login.php:5
602
- #: app/features/mec/booking.php:65 app/features/mec/booking.php:643
603
- #: app/features/mec/booking.php:739 app/features/mec/single.php:191
604
  #: app/features/organizers.php:111 app/features/organizers.php:152
605
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
606
- #: app/features/speakers.php:204 app/libraries/main.php:1838
607
- #: app/libraries/main.php:1907 app/libraries/main.php:3307
608
- #: app/libraries/notifications.php:1380 app/modules/booking/steps/form.php:70
609
- #: app/modules/booking/steps/form.php:208 app/skins/single.php:1257
610
- #: app/skins/single.php:1316 app/skins/single/default.php:261
611
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
612
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
613
  msgid "Email"
@@ -627,7 +627,7 @@ msgstr "Datum und Uhrzeit"
627
  #: app/features/events.php:3574 app/features/events.php:3762
628
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
629
  #: app/features/ix.php:3980 app/features/ix.php:4022
630
- #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1340
631
  #: app/features/mec/meta_boxes/display_options.php:52
632
  #: app/features/mec/meta_boxes/display_options.php:295
633
  #: app/features/mec/meta_boxes/display_options.php:549
@@ -651,7 +651,7 @@ msgstr "Start Datum"
651
  #: app/features/events.php:3575 app/features/events.php:3762
652
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
653
  #: app/features/ix.php:3980 app/features/ix.php:4022
654
- #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1341
655
  #: app/features/popup/event.php:92
656
  msgid "End Date"
657
  msgstr "Ende Datum"
@@ -700,13 +700,13 @@ msgstr ""
700
  #: app/features/events.php:2408 app/features/events.php:2421
701
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
702
  #: app/features/locations.php:336 app/features/mec/booking.php:117
703
- #: app/features/mec/booking.php:139 app/features/mec/booking.php:211
704
- #: app/features/mec/booking.php:278 app/features/mec/booking.php:291
705
- #: app/features/mec/booking.php:308 app/features/mec/booking.php:348
706
- #: app/features/mec/booking.php:472 app/features/mec/booking.php:501
707
- #: app/features/mec/booking.php:549 app/features/mec/booking.php:559
708
- #: app/features/mec/booking.php:581 app/features/mec/booking.php:591
709
- #: app/features/mec/booking.php:829 app/features/mec/booking.php:855
710
  #: app/features/mec/dashboard.php:71
711
  #: app/features/mec/meta_boxes/display_options.php:85
712
  #: app/features/mec/meta_boxes/display_options.php:98
@@ -743,31 +743,31 @@ msgstr ""
743
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
744
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
745
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
746
- #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:205
747
- #: app/features/mec/notifications.php:324
748
- #: app/features/mec/notifications.php:449
749
- #: app/features/mec/notifications.php:570
750
- #: app/features/mec/notifications.php:693
751
- #: app/features/mec/notifications.php:704
752
- #: app/features/mec/notifications.php:828
753
- #: app/features/mec/notifications.php:912 app/features/mec/settings.php:73
754
- #: app/features/mec/settings.php:92 app/features/mec/settings.php:139
755
- #: app/features/mec/settings.php:174 app/features/mec/settings.php:195
756
- #: app/features/mec/settings.php:240 app/features/mec/settings.php:283
757
- #: app/features/mec/settings.php:360 app/features/mec/settings.php:437
758
- #: app/features/mec/settings.php:454 app/features/mec/settings.php:471
759
- #: app/features/mec/settings.php:490 app/features/mec/settings.php:504
760
- #: app/features/mec/settings.php:532 app/features/mec/settings.php:623
761
- #: app/features/mec/settings.php:875 app/features/mec/settings.php:891
762
- #: app/features/mec/settings.php:1015 app/features/mec/settings.php:1028
763
- #: app/features/mec/settings.php:1044 app/features/mec/single.php:46
764
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
765
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
766
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
767
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
768
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
769
  #: app/features/organizers.php:272 app/features/popup/event.php:126
770
- #: app/features/popup/event.php:173 app/skins/single.php:1103
771
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
772
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
773
  #: app/skins/single/modern.php:163
@@ -819,7 +819,7 @@ msgid "Repeats"
819
  msgstr "Wiederholend"
820
 
821
  #: app/features/events.php:665 app/features/fes/form.php:372
822
- #: app/features/mec.php:1343 app/skins/default_full_calendar/tpl.php:77
823
  #: app/skins/full_calendar/tpl.php:124
824
  msgid "Daily"
825
  msgstr "Täglich"
@@ -843,13 +843,13 @@ msgid "Weekly"
843
  msgstr "Wöchentlich"
844
 
845
  #: app/features/events.php:700 app/features/fes/form.php:377
846
- #: app/features/mec.php:1344 app/skins/default_full_calendar/tpl.php:75
847
  #: app/skins/full_calendar/tpl.php:122
848
  msgid "Monthly"
849
  msgstr "Monatlich"
850
 
851
  #: app/features/events.php:707 app/features/fes/form.php:378
852
- #: app/features/mec.php:1345 app/skins/default_full_calendar/tpl.php:74
853
  #: app/skins/full_calendar/tpl.php:121
854
  msgid "Yearly"
855
  msgstr "Jährlich"
@@ -949,7 +949,7 @@ msgid "On"
949
  msgstr "Am"
950
 
951
  #: app/features/events.php:1117 app/features/fes/form.php:741
952
- #: app/features/mec/booking.php:169
953
  msgid "After"
954
  msgstr "Nach"
955
 
@@ -978,8 +978,8 @@ msgstr "Nächstes Auftreten von anderen Events."
978
 
979
  #: app/features/events.php:1161 app/features/events.php:3762
980
  #: app/features/fes/form.php:833 app/features/ix.php:3980
981
- #: app/features/ix.php:4022 app/features/mec/settings.php:739
982
- #: app/libraries/main.php:6245 app/libraries/main.php:6294
983
  #: app/widgets/single.php:103
984
  msgid "Event Cost"
985
  msgstr ""
@@ -997,11 +997,11 @@ msgstr "Ausschluss bestimmter Tage"
997
 
998
  #: app/features/events.php:1269 app/features/events.php:2550
999
  #: app/features/events.php:2639 app/features/fes.php:243
1000
- #: app/features/mec/booking.php:644 app/features/mec/booking.php:740
1001
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
1002
- #: app/features/wc.php:83 app/libraries/main.php:3394
1003
  #: app/modules/booking/steps/tickets.php:103
1004
- #: app/modules/next-event/details.php:134 app/skins/single.php:1076
1005
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
1006
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
1007
  msgid "Date"
@@ -1039,7 +1039,7 @@ msgstr ""
1039
  #: app/features/events.php:2397 app/features/events.php:3570
1040
  #: app/features/events.php:3762 app/features/fes/form.php:256
1041
  #: app/features/ix.php:3980 app/features/ix.php:4022
1042
- #: app/features/mec/booking.php:541 app/features/mec/booking.php:573
1043
  #: app/features/mec/styling.php:130
1044
  msgid "Title"
1045
  msgstr "Titel"
@@ -1050,16 +1050,16 @@ msgstr "Titel"
1050
  #: app/features/events.php:2006 app/features/events.php:2143
1051
  #: app/features/events.php:2242 app/features/events.php:2278
1052
  #: app/features/events.php:2385 app/features/events.php:2427
1053
- #: app/features/mec/booking.php:484 app/features/mec/booking.php:513
1054
- #: app/features/mec/booking.php:564 app/features/mec/booking.php:596
1055
- #: app/libraries/main.php:3229 app/libraries/main.php:3258
1056
- #: app/libraries/main.php:3287 app/libraries/main.php:3316
1057
- #: app/libraries/main.php:3345 app/libraries/main.php:3374
1058
- #: app/libraries/main.php:3403 app/libraries/main.php:3432
1059
- #: app/libraries/main.php:3461 app/libraries/main.php:3482
1060
- #: app/libraries/main.php:3513 app/libraries/main.php:3559
1061
- #: app/libraries/main.php:3605 app/libraries/main.php:3654
1062
- #: app/libraries/main.php:3694
1063
  msgid "Remove"
1064
  msgstr "Entfernen"
1065
 
@@ -1086,9 +1086,9 @@ msgstr "Beschreibung"
1086
  #: app/features/events.php:1425 app/features/events.php:1458
1087
  #: app/features/events.php:1519 app/features/fes/form.php:959
1088
  #: app/features/mec.php:470 app/features/mec/modules.php:51
1089
- #: app/features/mec/settings.php:787 app/features/speakers.php:61
1090
- #: app/libraries/main.php:575 app/libraries/main.php:6216
1091
- #: app/libraries/main.php:6270 app/modules/speakers/details.php:18
1092
  msgid "Speakers"
1093
  msgstr "Sprecher"
1094
 
@@ -1097,13 +1097,13 @@ msgid "New Day"
1097
  msgstr "Neuer Tag"
1098
 
1099
  #: app/features/events.php:1550 app/features/fes/form.php:810
1100
- #: app/features/mec/settings.php:733
1101
  msgid "Event Links"
1102
  msgstr "Veranstaltungslinks"
1103
 
1104
  #: app/features/events.php:1553 app/features/events.php:1561
1105
- #: app/features/fes/form.php:812 app/features/mec/settings.php:905
1106
- #: app/libraries/main.php:6243 app/libraries/main.php:6292
1107
  msgid "Event Link"
1108
  msgstr "Veranstaltungslink"
1109
 
@@ -1131,8 +1131,8 @@ msgid "URL Shortener"
1131
  msgstr ""
1132
 
1133
  #: app/features/events.php:1571 app/features/events.php:1584
1134
- #: app/features/fes/form.php:817 app/libraries/main.php:6244
1135
- #: app/libraries/main.php:6293 app/skins/single.php:1102
1136
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1137
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1138
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
@@ -1144,12 +1144,12 @@ msgid "More Information"
1144
  msgstr "z.B. Noch mehr Informationen "
1145
 
1146
  #: app/features/events.php:1579 app/features/fes/form.php:821
1147
- #: app/features/mec.php:987 app/features/popup/shortcode.php:477
1148
  msgid "Current Window"
1149
  msgstr "Aktuelles Fenster"
1150
 
1151
  #: app/features/events.php:1580 app/features/fes/form.php:822
1152
- #: app/features/mec.php:988 app/features/popup/shortcode.php:481
1153
  msgid "New Window"
1154
  msgstr "Neues Fenster"
1155
 
@@ -1164,7 +1164,7 @@ msgstr ""
1164
  "Text angezeigt werden soll: zum Beispiel: Noch mehr Informationen oder Hier "
1165
  "zur Anmeldung (z.B. bei Webinaren sinnvoll) "
1166
 
1167
- #: app/features/events.php:1608 app/features/mec/settings.php:801
1168
  msgid "Booking Options"
1169
  msgstr "Buchungsoptionen"
1170
 
@@ -1175,7 +1175,7 @@ msgid "Total User Booking Limits"
1175
  msgstr "Gesamt Verfügbare Plätze"
1176
 
1177
  #: app/features/events.php:1610 app/features/events.php:1814
1178
- #: app/libraries/book.php:61 app/libraries/main.php:6248
1179
  #: app/modules/booking/steps/tickets.php:134
1180
  #: app/modules/booking/steps/tickets.php:140
1181
  msgid "Tickets"
@@ -1186,11 +1186,11 @@ msgid "Fees"
1186
  msgstr "Gebühren"
1187
 
1188
  #: app/features/events.php:1615 app/features/events.php:2311
1189
- #: app/features/mec/settings.php:813
1190
  msgid "Ticket Variations / Options"
1191
  msgstr ""
1192
 
1193
- #: app/features/events.php:1619 app/features/mec/booking.php:884
1194
  #: app/features/mec/support-page.php:118
1195
  #, fuzzy
1196
  #| msgid "Organizer Tel"
@@ -1254,24 +1254,24 @@ msgid ""
1254
  "similar."
1255
  msgstr ""
1256
 
1257
- #: app/features/events.php:1743 app/features/mec/booking.php:145
1258
  #, fuzzy
1259
  #| msgid "General Options"
1260
  msgid "Interval Options"
1261
  msgstr "Allgemeine Einstellungen"
1262
 
1263
  #: app/features/events.php:1745 app/features/events.php:1750
1264
- #: app/features/mec/booking.php:147 app/features/mec/booking.php:152
1265
  #, fuzzy
1266
  #| msgid "Booking Form"
1267
  msgid "Show Booking Form Interval"
1268
  msgstr "Buchungsformular"
1269
 
1270
- #: app/features/events.php:1747 app/features/mec/booking.php:149
1271
  msgid "Minutes (e.g 5)"
1272
  msgstr "Minuten (z.B. 5)"
1273
 
1274
- #: app/features/events.php:1751 app/features/mec/booking.php:153
1275
  msgid ""
1276
  "You can show booking form only at certain times before event start. If you "
1277
  "set this option to 30 then booking form will open only 30 minutes before "
@@ -1346,9 +1346,9 @@ msgstr "Uhrzeit Ende"
1346
  #: app/features/events.php:2058 app/features/events.php:2061
1347
  #: app/features/events.php:2139 app/features/events.php:2356
1348
  #: app/features/events.php:2360 app/features/events.php:2402
1349
- #: app/features/events.php:2405 app/features/mec/booking.php:545
1350
- #: app/features/mec/booking.php:548 app/features/mec/booking.php:577
1351
- #: app/features/mec/booking.php:580
1352
  msgid "Price"
1353
  msgstr "Preis"
1354
 
@@ -1420,26 +1420,26 @@ msgstr "Preis pro Datum"
1420
  #: app/features/mec/meta_boxes/search_form.php:620
1421
  #: app/features/mec/meta_boxes/search_form.php:690
1422
  #: app/features/mec/meta_boxes/search_form.php:796
1423
- #: app/features/mec/settings.php:908 app/features/mec/settings.php:985
1424
  #: app/features/mec/single.php:349 app/features/mec/single.php:391
1425
- #: app/features/search.php:98 app/libraries/skins.php:1062
1426
  msgid "Label"
1427
  msgstr "Label"
1428
 
1429
  #: app/features/events.php:2216 app/features/events.php:2254
1430
- #: app/features/mec/booking.php:464 app/features/mec/booking.php:493
1431
  msgid "Fee Title"
1432
  msgstr "Gebühren Name"
1433
 
1434
  #: app/features/events.php:2222 app/features/events.php:2226
1435
  #: app/features/events.php:2259 app/features/events.php:2262
1436
- #: app/features/mec/booking.php:468 app/features/mec/booking.php:471
1437
- #: app/features/mec/booking.php:497 app/features/mec/booking.php:500
1438
  msgid "Amount"
1439
  msgstr "Betrag"
1440
 
1441
  #: app/features/events.php:2227 app/features/events.php:2263
1442
- #: app/features/mec/booking.php:472 app/features/mec/booking.php:501
1443
  msgid ""
1444
  "Fee amount, considered as fixed amount if you set the type to amount "
1445
  "otherwise considered as percentage"
@@ -1448,95 +1448,95 @@ msgstr ""
1448
  "sonst als Prozentsatz"
1449
 
1450
  #: app/features/events.php:2236 app/features/events.php:2272
1451
- #: app/features/mec/booking.php:479 app/features/mec/booking.php:508
1452
  msgid "Percent"
1453
  msgstr "Prozent"
1454
 
1455
  #: app/features/events.php:2237 app/features/events.php:2273
1456
- #: app/features/mec/booking.php:480 app/features/mec/booking.php:509
1457
  msgid "Amount (Per Ticket)"
1458
  msgstr "Betrag (pro Ticket)"
1459
 
1460
  #: app/features/events.php:2238 app/features/events.php:2274
1461
- #: app/features/mec/booking.php:481 app/features/mec/booking.php:510
1462
  msgid "Amount (Per Booking)"
1463
  msgstr "Betrag (pro Buchung)"
1464
 
1465
  #: app/features/events.php:2361 app/features/events.php:2406
1466
- #: app/features/mec/booking.php:549 app/features/mec/booking.php:581
1467
  msgid "Option Price"
1468
  msgstr "Preis Optionen"
1469
 
1470
  #: app/features/events.php:2371 app/features/events.php:2375
1471
  #: app/features/events.php:2415 app/features/events.php:2418
1472
- #: app/features/mec/booking.php:555 app/features/mec/booking.php:558
1473
- #: app/features/mec/booking.php:587 app/features/mec/booking.php:590
1474
  msgid "Maximum Per Ticket"
1475
  msgstr "Maximum pro Ticket"
1476
 
1477
  #: app/features/events.php:2376 app/features/events.php:2419
1478
- #: app/features/mec/booking.php:559 app/features/mec/booking.php:591
1479
  #, fuzzy
1480
  #| msgid "Maximum Per Ticket. Leave it blank for unlimited."
1481
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1482
  msgstr "Maximum pro Ticket. Leerlassen für unendlich."
1483
 
1484
- #: app/features/events.php:2516 app/features/mec/booking.php:607
1485
  #, fuzzy
1486
  #| msgid "Attendees List"
1487
  msgid "Per Attendee Fields"
1488
  msgstr "Teilnehmer Liste"
1489
 
1490
- #: app/features/events.php:2546 app/features/mec/booking.php:640
1491
- #: app/libraries/main.php:3249
1492
  msgid "MEC Name"
1493
  msgstr "MEC Name"
1494
 
1495
- #: app/features/events.php:2547 app/features/mec/booking.php:641
1496
- #: app/libraries/main.php:3278
1497
  msgid "MEC Email"
1498
  msgstr "MEC Email"
1499
 
1500
  #: app/features/events.php:2548 app/features/events.php:2637
1501
- #: app/features/mec/booking.php:642 app/features/mec/booking.php:738
1502
- #: app/features/mec/single.php:190 app/libraries/main.php:3220
1503
  msgid "Text"
1504
  msgstr "Text"
1505
 
1506
  #: app/features/events.php:2551 app/features/events.php:2640
1507
- #: app/features/mec/booking.php:645 app/features/mec/booking.php:741
1508
  #: app/features/mec/single.php:194 app/features/organizers.php:103
1509
  #: app/features/organizers.php:148 app/features/speakers.php:119
1510
  #: app/features/speakers.php:200 app/features/speakers.php:285
1511
- #: app/libraries/main.php:3423
1512
  msgid "Tel"
1513
  msgstr "Tel"
1514
 
1515
- #: app/features/events.php:2552 app/features/mec/booking.php:646
1516
- #: app/libraries/main.php:3365
1517
  msgid "File"
1518
  msgstr "Datei"
1519
 
1520
  #: app/features/events.php:2553 app/features/events.php:2641
1521
- #: app/features/mec/booking.php:647 app/features/mec/booking.php:742
1522
- #: app/features/mec/single.php:195 app/libraries/main.php:3452
1523
  msgid "Textarea"
1524
  msgstr "Textbereich"
1525
 
1526
  #: app/features/events.php:2554 app/features/events.php:2642
1527
- #: app/features/mec/booking.php:648 app/features/mec/booking.php:743
1528
- #: app/features/mec/single.php:197 app/libraries/main.php:3504
1529
  msgid "Checkboxes"
1530
  msgstr "Checkboxes"
1531
 
1532
  #: app/features/events.php:2555 app/features/events.php:2643
1533
- #: app/features/mec/booking.php:649 app/features/mec/booking.php:744
1534
- #: app/features/mec/single.php:198 app/libraries/main.php:3550
1535
  msgid "Radio Buttons"
1536
  msgstr "Radio Buttons"
1537
 
1538
  #: app/features/events.php:2556 app/features/events.php:2644
1539
- #: app/features/mec/booking.php:650 app/features/mec/booking.php:745
1540
  #: app/features/mec/meta_boxes/search_form.php:34
1541
  #: app/features/mec/meta_boxes/search_form.php:41
1542
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1613,23 +1613,23 @@ msgstr "Radio Buttons"
1613
  #: app/features/mec/meta_boxes/search_form.php:792
1614
  #: app/features/mec/meta_boxes/search_form.php:799
1615
  #: app/features/mec/meta_boxes/search_form.php:813
1616
- #: app/features/mec/single.php:199 app/libraries/main.php:3596
1617
  msgid "Dropdown"
1618
  msgstr "Dropdown"
1619
 
1620
  #: app/features/events.php:2557 app/features/events.php:2645
1621
- #: app/features/mec/booking.php:651 app/features/mec/booking.php:746
1622
- #: app/libraries/main.php:3645
1623
  msgid "Agreement"
1624
  msgstr "Zustimmung"
1625
 
1626
  #: app/features/events.php:2558 app/features/events.php:2646
1627
- #: app/features/mec/booking.php:652 app/features/mec/booking.php:747
1628
- #: app/features/mec/single.php:196 app/libraries/main.php:3481
1629
  msgid "Paragraph"
1630
  msgstr "Absatz"
1631
 
1632
- #: app/features/events.php:2607 app/features/mec/booking.php:705
1633
  #, fuzzy
1634
  #| msgid "Required Field"
1635
  msgid "Fixed Fields"
@@ -1674,12 +1674,12 @@ msgstr "Teilnehmer Liste"
1674
  #: app/features/mec/meta_boxes/search_form.php:591
1675
  #: app/features/mec/meta_boxes/search_form.php:661
1676
  #: app/features/mec/meta_boxes/search_form.php:767
1677
- #: app/features/mec/settings.php:959 app/features/mec/single.php:339
1678
  #: app/features/mec/single.php:381 app/features/popup/event.php:116
1679
  #: app/features/popup/event.php:125 app/features/search.php:74
1680
- #: app/libraries/main.php:2577 app/libraries/main.php:6213
1681
- #: app/libraries/main.php:6267 app/libraries/skins.php:958
1682
- #: app/skins/single.php:919 app/skins/single.php:1362
1683
  #: app/skins/single/default.php:195 app/skins/single/default.php:428
1684
  #: app/skins/single/m1.php:173 app/skins/single/m2.php:96
1685
  #: app/skins/single/modern.php:116
@@ -1754,8 +1754,8 @@ msgid "%s Email"
1754
  msgstr "%s Email"
1755
 
1756
  #: app/features/events.php:4092 app/features/fes.php:243
1757
- #: app/features/profile/profile.php:183 app/libraries/main.php:2660
1758
- #: app/libraries/main.php:6247
1759
  msgid "Ticket"
1760
  msgstr "Ticket"
1761
 
@@ -1821,8 +1821,8 @@ msgstr "Die Veranstaltung wurde entfernt."
1821
  msgid "Order Time"
1822
  msgstr "Uhrzeit Bestellung"
1823
 
1824
- #: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:2608
1825
- #: app/libraries/main.php:2723
1826
  msgid "Transaction ID"
1827
  msgstr "Transaktions-ID"
1828
 
@@ -1906,8 +1906,8 @@ msgstr "Die Veranstaltung wurde veröffentlicht."
1906
  msgid "Go back to events list"
1907
  msgstr "Zurück zur Liste der Veranstaltungen"
1908
 
1909
- #: app/features/fes/form.php:264 app/features/mec/settings.php:827
1910
- #: app/features/mec/settings.php:903
1911
  msgid "Excerpt"
1912
  msgstr ""
1913
 
@@ -1925,43 +1925,43 @@ msgstr ""
1925
 
1926
  #: app/features/fes/form.php:389
1927
  #: app/features/mec/meta_boxes/display_options.php:1309
1928
- #: app/libraries/main.php:415
1929
  msgid "Monday"
1930
  msgstr "Montag"
1931
 
1932
  #: app/features/fes/form.php:390
1933
  #: app/features/mec/meta_boxes/display_options.php:1310
1934
- #: app/libraries/main.php:415
1935
  msgid "Tuesday"
1936
  msgstr "Dienstag"
1937
 
1938
  #: app/features/fes/form.php:391
1939
  #: app/features/mec/meta_boxes/display_options.php:1311
1940
- #: app/libraries/main.php:415
1941
  msgid "Wednesday"
1942
  msgstr "Mittwoch"
1943
 
1944
  #: app/features/fes/form.php:392
1945
  #: app/features/mec/meta_boxes/display_options.php:1312
1946
- #: app/libraries/main.php:415
1947
  msgid "Thursday"
1948
  msgstr "Donnerstag"
1949
 
1950
  #: app/features/fes/form.php:393
1951
  #: app/features/mec/meta_boxes/display_options.php:1313
1952
- #: app/libraries/main.php:415
1953
  msgid "Friday"
1954
  msgstr "Freitag"
1955
 
1956
  #: app/features/fes/form.php:394
1957
  #: app/features/mec/meta_boxes/display_options.php:1314
1958
- #: app/libraries/main.php:415
1959
  msgid "Saturday"
1960
  msgstr "Samstag"
1961
 
1962
  #: app/features/fes/form.php:395
1963
  #: app/features/mec/meta_boxes/display_options.php:1308
1964
- #: app/libraries/main.php:415
1965
  msgid "Sunday"
1966
  msgstr "Sonntag"
1967
 
@@ -2003,7 +2003,7 @@ msgstr ""
2003
  "dieser durch einen neuen link ersetzt werden. Vollständigen Link einfügen, "
2004
  "einschließlich http(s)://"
2005
 
2006
- #: app/features/fes/form.php:850 app/features/mec/settings.php:745
2007
  msgid "Featured Image"
2008
  msgstr "Ausgewähltes Bild"
2009
 
@@ -2014,8 +2014,8 @@ msgstr "Bild entfernen"
2014
  #: app/features/fes/form.php:891 app/features/labels.php:61
2015
  #: app/features/labels.php:221 app/features/mec.php:463
2016
  #: app/features/mec/meta_boxes/filter.php:72
2017
- #: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:6210
2018
- #: app/libraries/main.php:6264 app/skins/single.php:1132
2019
  #: app/skins/single/default.php:173 app/skins/single/default.php:405
2020
  #: app/skins/single/m1.php:76 app/skins/single/modern.php:252
2021
  msgid "Labels"
@@ -2080,7 +2080,7 @@ msgid "MEC - Import / Export"
2080
  msgstr "MEC - Import / Export"
2081
 
2082
  #: app/features/ix.php:107 app/features/mec/support.php:73
2083
- #: app/libraries/main.php:823
2084
  msgid "Import / Export"
2085
  msgstr "Import / Export"
2086
 
@@ -2098,27 +2098,27 @@ msgstr "Der Datei Typ muss XML oder ICS sein."
2098
  msgid "An error occurred during the file upload! Please check permissions!"
2099
  msgstr ""
2100
 
2101
- #: app/features/ix.php:265 app/libraries/main.php:6495
2102
- #: app/libraries/main.php:6515
2103
  msgid "Confirmed"
2104
  msgstr "Bestätigt"
2105
 
2106
- #: app/features/ix.php:266 app/libraries/main.php:6496
2107
- #: app/libraries/main.php:6523
2108
  msgid "Rejected"
2109
  msgstr "Abgelehnt"
2110
 
2111
- #: app/features/ix.php:270 app/features/mec/booking.php:991
2112
- #: app/features/mec/booking.php:1013 app/features/mec/modules.php:415
2113
- #: app/features/mec/modules.php:437 app/features/mec/notifications.php:1046
2114
- #: app/features/mec/notifications.php:1068 app/features/mec/settings.php:1269
2115
- #: app/features/mec/settings.php:1291 app/features/mec/single.php:446
2116
- #: app/features/mec/single.php:468 app/libraries/main.php:6543
2117
  msgid "Verified"
2118
  msgstr "Verifiziert"
2119
 
2120
  #: app/features/ix.php:271 app/features/labels.php:118
2121
- #: app/features/labels.php:143 app/libraries/main.php:6544
2122
  #: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
2123
  #: app/skins/carousel/render.php:38 app/skins/countdown/tpl.php:40
2124
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
@@ -2417,16 +2417,16 @@ msgstr "Umschalten"
2417
  #: app/features/ix/export_g_calendar.php:72
2418
  #: app/features/ix/export_g_calendar.php:151
2419
  #: app/features/ix/export_g_calendar.php:166
2420
- #: app/features/mec/notifications.php:149
2421
- #: app/features/mec/notifications.php:260
2422
- #: app/features/mec/notifications.php:385
2423
- #: app/features/mec/notifications.php:758 app/features/notifications.php:133
2424
  msgid "Add to Google Calendar"
2425
  msgstr "Zum Google Kalender hinzufügen"
2426
 
2427
- #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:993
2428
- #: app/features/mec/modules.php:417 app/features/mec/notifications.php:1048
2429
- #: app/features/mec/settings.php:1271 app/features/mec/single.php:448
2430
  msgid "Checking ..."
2431
  msgstr "Überprüfung"
2432
 
@@ -2470,9 +2470,9 @@ msgid "ICS Feed"
2470
  msgstr ""
2471
 
2472
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2473
- #: app/features/mec/booking.php:99 app/features/mec/booking.php:414
2474
- #: app/features/mec/booking.php:430 app/features/mec/booking.php:448
2475
- #: app/features/mec/booking.php:525
2476
  #: app/features/mec/meta_boxes/display_options.php:229
2477
  #: app/features/mec/meta_boxes/display_options.php:496
2478
  #: app/features/mec/modules.php:69 app/features/mec/modules.php:211
@@ -2483,8 +2483,8 @@ msgstr ""
2483
 
2484
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2485
  #: app/features/ix/sync.php:22 app/features/mec/booking.php:99
2486
- #: app/features/mec/booking.php:414 app/features/mec/booking.php:430
2487
- #: app/features/mec/booking.php:448 app/features/mec/booking.php:525
2488
  #: app/features/mec/meta_boxes/display_options.php:229
2489
  #: app/features/mec/meta_boxes/display_options.php:496
2490
  #: app/features/mec/meta_boxes/display_options.php:537
@@ -2723,7 +2723,7 @@ msgstr "Automatischer Google Calender Import"
2723
 
2724
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2725
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2726
- #: app/features/mec/notifications.php:646
2727
  msgid "Important Note"
2728
  msgstr "Important Note"
2729
 
@@ -2951,8 +2951,8 @@ msgstr "Event %s"
2951
 
2952
  #: app/features/locations.php:59 app/features/mec.php:464
2953
  #: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
2954
- #: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:6212
2955
- #: app/libraries/main.php:6266
2956
  msgid "Locations"
2957
  msgstr "Orte"
2958
 
@@ -3034,7 +3034,7 @@ msgstr ""
3034
  "z.B. Karlsruhe Schlosshotel oder Frankfurt Allianz oder Dortmund "
3035
  "Westfalenhalle"
3036
 
3037
- #: app/features/locations.php:347 app/features/mec/settings.php:775
3038
  #: app/features/popup/event.php:143 app/widgets/single.php:115
3039
  msgid "Event Location"
3040
  msgstr "Veranstaltungsort"
@@ -3073,8 +3073,8 @@ msgstr "Bild wählen"
3073
  msgid "Don't show map in single event page"
3074
  msgstr "Karte in Einzelansicht nicht anzeigen"
3075
 
3076
- #: app/features/locations.php:398 app/libraries/main.php:6250
3077
- #: app/libraries/main.php:6297
3078
  msgid "Other Locations"
3079
  msgstr "Andere Orte"
3080
 
@@ -3158,7 +3158,7 @@ msgstr "Support"
3158
  #: app/features/mec.php:465 app/features/mec/dashboard.php:286
3159
  #: app/features/mec/meta_boxes/filter.php:71
3160
  #: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
3161
- #: app/libraries/main.php:6214 app/libraries/main.php:6268
3162
  msgid "Organizers"
3163
  msgstr "Veranstalter"
3164
 
@@ -3197,7 +3197,7 @@ msgstr "Export"
3197
  msgid "MEC - Go Pro"
3198
  msgstr "Support"
3199
 
3200
- #: app/features/mec.php:482 app/features/mec.php:1260
3201
  #: app/features/mec/go-pro.php:9
3202
  msgid "Go Pro"
3203
  msgstr ""
@@ -3238,99 +3238,99 @@ msgstr "Filteroptionen"
3238
  msgid "Search Form"
3239
  msgstr "Suche Formular"
3240
 
3241
- #: app/features/mec.php:968
3242
  msgid "Display content's images as Popup"
3243
  msgstr ""
3244
 
3245
- #: app/features/mec.php:982 app/features/popup/shortcode.php:473
3246
  msgid "Single Event Display Method"
3247
  msgstr "Single Event Anzeigemethode"
3248
 
3249
- #: app/features/mec.php:989 app/features/popup/shortcode.php:485
3250
  #, fuzzy
3251
  #| msgid "Modal 1"
3252
  msgid "Modal Popup"
3253
  msgstr "Modal 1"
3254
 
3255
- #: app/features/mec.php:990
3256
  #, fuzzy
3257
  #| msgid "Disabled"
3258
  msgid "Disable Link"
3259
  msgstr "Deaktiviert"
3260
 
3261
- #: app/features/mec.php:1003
3262
  #, fuzzy
3263
  #| msgid "Booking Options"
3264
  msgid "Booking Button / Icon"
3265
  msgstr "Buchungsoptionen"
3266
 
3267
- #: app/features/mec.php:1163 app/features/mec.php:1273
3268
  msgid "Total Bookings"
3269
  msgstr "Gesamte Buchungen"
3270
 
3271
- #: app/features/mec.php:1182 app/features/mec/dashboard.php:63
3272
  msgid "Modern Events Calendar (Lite)"
3273
  msgstr "Moderner Event Kalender (Lite)"
3274
 
3275
- #: app/features/mec.php:1191 app/features/mec/dashboard.php:297
3276
- #: app/features/mec/settings.php:448
3277
  msgid "Upcoming Events"
3278
  msgstr "Bevorstehende Events"
3279
 
3280
- #: app/features/mec.php:1246
3281
  #, fuzzy
3282
  #| msgid "Update %s"
3283
  msgid "News & Updates"
3284
  msgstr "Update %s"
3285
 
3286
- #: app/features/mec.php:1259
3287
  msgid "Blog"
3288
  msgstr ""
3289
 
3290
- #: app/features/mec.php:1259
3291
  msgid "Help"
3292
  msgstr ""
3293
 
3294
- #: app/features/mec.php:1306
3295
  msgid "This Month"
3296
  msgstr "Diesen Monat"
3297
 
3298
- #: app/features/mec.php:1313
3299
  msgid "Last Month"
3300
  msgstr "Letzten Monat"
3301
 
3302
- #: app/features/mec.php:1320
3303
  msgid "This Year"
3304
  msgstr "Diese Jahr"
3305
 
3306
- #: app/features/mec.php:1327
3307
  msgid "Last Year"
3308
  msgstr "Letztes Jahr"
3309
 
3310
- #: app/features/mec.php:1348
3311
  msgid "Bar"
3312
  msgstr "Bar"
3313
 
3314
- #: app/features/mec.php:1349
3315
  msgid "Line"
3316
  msgstr "Linie"
3317
 
3318
- #: app/features/mec.php:1351
3319
  msgid "Filter"
3320
  msgstr "Filter"
3321
 
3322
- #: app/features/mec.php:1367
3323
  #, php-format
3324
  msgid "Total Sells (%s)"
3325
  msgstr "Alle Verkäufe (%s)"
3326
 
3327
- #: app/features/mec.php:1395
3328
  #, fuzzy
3329
  #| msgid "Modern Events Calendar"
3330
  msgid "Print Calendar"
3331
  msgstr "Moderner Event Kalender "
3332
 
3333
- #: app/features/mec.php:1410
3334
  #, fuzzy
3335
  #| msgid "Multiple Day Events"
3336
  msgid "Display Events"
@@ -3360,21 +3360,21 @@ msgstr ""
3360
  msgid "Search..."
3361
  msgstr "Suche…"
3362
 
3363
- #: app/features/mec/booking.php:80 app/features/mec/booking.php:753
3364
- #: app/features/mec/booking.php:909 app/features/mec/booking.php:918
3365
- #: app/features/mec/booking.php:928 app/features/mec/booking.php:1010
3366
- #: app/features/mec/booking.php:1024 app/features/mec/messages.php:15
3367
  #: app/features/mec/messages.php:51 app/features/mec/messages.php:60
3368
  #: app/features/mec/messages.php:94 app/features/mec/messages.php:103
3369
  #: app/features/mec/modules.php:25 app/features/mec/modules.php:382
3370
  #: app/features/mec/modules.php:392 app/features/mec/modules.php:434
3371
  #: app/features/mec/modules.php:448 app/features/mec/notifications.php:14
3372
- #: app/features/mec/notifications.php:953
3373
- #: app/features/mec/notifications.php:965
3374
- #: app/features/mec/notifications.php:1065
3375
- #: app/features/mec/notifications.php:1079 app/features/mec/settings.php:42
3376
- #: app/features/mec/settings.php:1220 app/features/mec/settings.php:1230
3377
- #: app/features/mec/settings.php:1288 app/features/mec/settings.php:1302
3378
  #: app/features/mec/single.php:21 app/features/mec/single.php:413
3379
  #: app/features/mec/single.php:423 app/features/mec/single.php:465
3380
  #: app/features/mec/single.php:479 app/features/mec/styles.php:11
@@ -3419,13 +3419,13 @@ msgstr "Maximale Anzahl von Daten"
3419
  msgid "Default is 6"
3420
  msgstr "Die Voreinstellung ist 6"
3421
 
3422
- #: app/features/mec/booking.php:130 app/features/mec/booking.php:138
3423
  msgid "Lock Pre-filled Fields"
3424
  msgstr ""
3425
 
3426
- #: app/features/mec/booking.php:133 app/features/mec/booking.php:187
3427
- #: app/features/mec/booking.php:254 app/features/mec/booking.php:823
3428
- #: app/features/mec/booking.php:848
3429
  #: app/features/mec/meta_boxes/search_form.php:33
3430
  #: app/features/mec/meta_boxes/search_form.php:40
3431
  #: app/features/mec/meta_boxes/search_form.php:48
@@ -3524,67 +3524,71 @@ msgstr ""
3524
  #: app/features/mec/meta_boxes/search_form.php:805
3525
  #: app/features/mec/meta_boxes/search_form.php:812
3526
  #: app/features/mec/meta_boxes/search_form.php:819
3527
- #: app/features/mec/modules.php:124 app/features/mec/settings.php:104
3528
- #: app/features/mec/settings.php:466
3529
  msgid "Disabled"
3530
  msgstr "Deaktiviert"
3531
 
3532
- #: app/features/mec/booking.php:134 app/features/mec/booking.php:186
3533
- #: app/features/mec/booking.php:253 app/features/mec/booking.php:822
3534
- #: app/features/mec/booking.php:849 app/features/mec/settings.php:105
3535
  msgid "Enabled"
3536
  msgstr "Aktiviert"
3537
 
3538
- #: app/features/mec/booking.php:139
 
 
 
 
3539
  msgid ""
3540
  "When users are logged in, name and email fields will be pre-filled but users "
3541
  "can change them. If you enable the lock, then logged in users cannot change "
3542
  "the pre-filled fields."
3543
  msgstr ""
3544
 
3545
- #: app/features/mec/booking.php:160 app/features/mec/booking.php:174
3546
  #, fuzzy
3547
  #| msgid "Cancellation Date"
3548
  msgid "Cancellation Period"
3549
  msgstr "Datum Stornierung"
3550
 
3551
- #: app/features/mec/booking.php:162
3552
  msgid "e.g 5"
3553
  msgstr ""
3554
 
3555
- #: app/features/mec/booking.php:163
3556
  msgid "Period"
3557
  msgstr ""
3558
 
3559
- #: app/features/mec/booking.php:164
3560
  #, fuzzy
3561
  #| msgid "Hour"
3562
  msgid "Hour(s)"
3563
  msgstr "Stunde"
3564
 
3565
- #: app/features/mec/booking.php:165
3566
  msgid "Day(s)"
3567
  msgstr ""
3568
 
3569
- #: app/features/mec/booking.php:167
3570
  #, fuzzy
3571
  #| msgid "Type 1"
3572
  msgid "Type"
3573
  msgstr "Typ 1"
3574
 
3575
- #: app/features/mec/booking.php:168
3576
  #, fuzzy
3577
  #| msgid "Before $10"
3578
  msgid "Before"
3579
  msgstr "Vor €10"
3580
 
3581
- #: app/features/mec/booking.php:171
3582
  #, fuzzy
3583
  #| msgid "On Event Start"
3584
  msgid "Event Start"
3585
  msgstr "Am Event Start"
3586
 
3587
- #: app/features/mec/booking.php:175
3588
  msgid ""
3589
  "You can restrict the ability to cancel bookings. Leave empty for "
3590
  "cancellation at any time. For example if you insert 5 hours before event "
@@ -3592,63 +3596,63 @@ msgid ""
3592
  "after that they're not able to do that."
3593
  msgstr ""
3594
 
3595
- #: app/features/mec/booking.php:181
3596
  #, fuzzy
3597
  #| msgid "Register Button"
3598
  msgid "User Registration"
3599
  msgstr "Register Button"
3600
 
3601
- #: app/features/mec/booking.php:183 app/features/mec/booking.php:191
3602
  #: app/modules/booking/steps/form.php:330
3603
  #, fuzzy
3604
  #| msgid "Register Button"
3605
  msgid "Registration"
3606
  msgstr "Register Button"
3607
 
3608
- #: app/features/mec/booking.php:192
3609
  msgid ""
3610
  "If enabled MEC would create a WordPress User for main attendees. It's "
3611
  "recommended to keep it enabled."
3612
  msgstr ""
3613
 
3614
- #: app/features/mec/booking.php:200 app/features/mec/booking.php:210
3615
  #, fuzzy
3616
  #| msgid "User Profile"
3617
  msgid "User Role"
3618
  msgstr "Benutzer Profil"
3619
 
3620
- #: app/features/mec/booking.php:211
3621
  msgid ""
3622
  "MEC creates a user for main attendee after each booking. Default role of the "
3623
  "user is subscriber but you can change it if needed."
3624
  msgstr ""
3625
 
3626
- #: app/features/mec/booking.php:218 app/features/mec/booking.php:226
3627
  msgid "Username & Password"
3628
  msgstr ""
3629
 
3630
- #: app/features/mec/booking.php:221
3631
  msgid "Auto"
3632
  msgstr ""
3633
 
3634
- #: app/features/mec/booking.php:222
3635
  msgid "Manual"
3636
  msgstr ""
3637
 
3638
- #: app/features/mec/booking.php:227
3639
  msgid ""
3640
  "If you set it to manual option then users can insert a username and password "
3641
  "during the booking for registration otherwise MEC use their email and an "
3642
  "auto generated password."
3643
  msgstr ""
3644
 
3645
- #: app/features/mec/booking.php:235
3646
  #, fuzzy
3647
  #| msgid "Location"
3648
  msgid "Limitation"
3649
  msgstr "Ort"
3650
 
3651
- #: app/features/mec/booking.php:237
3652
  #: app/features/mec/meta_boxes/display_options.php:140
3653
  #: app/features/mec/meta_boxes/display_options.php:417
3654
  #: app/features/mec/meta_boxes/display_options.php:589
@@ -3660,40 +3664,40 @@ msgstr "Ort"
3660
  msgid "Limit"
3661
  msgstr "Limit"
3662
 
3663
- #: app/features/mec/booking.php:239
3664
  msgid "Default is empty"
3665
  msgstr "Standart ist leer "
3666
 
3667
- #: app/features/mec/booking.php:242
3668
  msgid "Booking Limit"
3669
  msgstr "Buchungs Limit"
3670
 
3671
- #: app/features/mec/booking.php:243
3672
  msgid ""
3673
  "Total tickets that a user can book. It is useful if you're providing free "
3674
  "tickets. Leave it empty for unlimited booking."
3675
  msgstr ""
3676
 
3677
- #: app/features/mec/booking.php:250 app/features/mec/booking.php:258
3678
  #, fuzzy
3679
  #| msgid "Description"
3680
  msgid "IP restriction"
3681
  msgstr "Beschreibung"
3682
 
3683
- #: app/features/mec/booking.php:259
3684
  msgid ""
3685
  "If you set limit for total tickets that users can book, MEC will use IP and "
3686
  "email to prevent users to book high tickets. You can disable the IP "
3687
  "restriction if you don't need it."
3688
  msgstr ""
3689
 
3690
- #: app/features/mec/booking.php:265 app/features/mec/booking.php:267
3691
- #: app/features/mec/booking.php:277 app/features/mec/settings.php:656
3692
- #: app/features/mec/settings.php:666
3693
  msgid "Thank You Page"
3694
  msgstr "Danke Seite"
3695
 
3696
- #: app/features/mec/booking.php:278
3697
  msgid ""
3698
  "User redirects to this page after booking. Leave it empty if you want to "
3699
  "disable it."
@@ -3701,95 +3705,95 @@ msgstr ""
3701
  "Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
3702
  "es leer, wenn Sie es deaktivieren möchten."
3703
 
3704
- #: app/features/mec/booking.php:285 app/features/mec/booking.php:290
3705
- #: app/features/mec/settings.php:676 app/features/mec/settings.php:681
3706
  msgid "Thank You Page Time Interval"
3707
  msgstr "Dauer bis zur Weiterleitung auf die Danke Seite"
3708
 
3709
- #: app/features/mec/booking.php:287 app/features/mec/settings.php:678
3710
  msgid "2000 mean 2 seconds"
3711
  msgstr "2000 bedeutet 2 Sekunden"
3712
 
3713
- #: app/features/mec/booking.php:291 app/features/mec/settings.php:682
3714
  msgid ""
3715
  "Waiting time before redirecting to thank you page. It's in miliseconds so "
3716
  "2000 means 2 seconds."
3717
  msgstr ""
3718
 
3719
- #: app/features/mec/booking.php:297
3720
  #, fuzzy
3721
  #| msgid "Book Event"
3722
  msgid "Booking Elements"
3723
  msgstr "Veranstaltung buchen"
3724
 
3725
- #: app/features/mec/booking.php:303
3726
  msgid "Enable Express Attendees Form"
3727
  msgstr "Aktivieren Sie das Express-Teilnehmerformular"
3728
 
3729
- #: app/features/mec/booking.php:307
3730
  msgid "Attendees Form"
3731
  msgstr "Teilnahmeformular"
3732
 
3733
- #: app/features/mec/booking.php:308
3734
  msgid ""
3735
  "Apply the info from the first attendee to all purchased ticket by that user. "
3736
  "Uncheck if you want every ticket to have its own attendee’s info."
3737
  msgstr ""
3738
 
3739
- #: app/features/mec/booking.php:321
3740
  msgid "Enable Invoice"
3741
  msgstr "Rechnungen aktivieren"
3742
 
3743
- #: app/features/mec/booking.php:332
3744
  msgid "Enable Booking for Ongoing Events"
3745
  msgstr "Aktiviere Buchung für bereits laufende Events"
3746
 
3747
- #: app/features/mec/booking.php:343
3748
  msgid "Enable Downloadable File"
3749
  msgstr ""
3750
 
3751
- #: app/features/mec/booking.php:348
3752
  msgid ""
3753
  "By enabling this feature, You can upload a file for each event and bookers "
3754
  "are able to download it after booking."
3755
  msgstr ""
3756
 
3757
- #: app/features/mec/booking.php:355
3758
  msgid "Email verification"
3759
  msgstr "Email-Verifizierung"
3760
 
3761
- #: app/features/mec/booking.php:361
3762
  msgid "Auto verification for free bookings"
3763
  msgstr "Automatische Verifizierung für kostenlose Buchungen"
3764
 
3765
- #: app/features/mec/booking.php:370
3766
  msgid "Auto verification for paid bookings"
3767
  msgstr "Automatische Verifizierung für kostenpflichtige Buchungen"
3768
 
3769
- #: app/features/mec/booking.php:374 app/features/mec/notifications.php:269
3770
- #: app/features/notifications.php:155 app/libraries/main.php:597
3771
  msgid "Booking Confirmation"
3772
  msgstr "Buchungsbestätigung"
3773
 
3774
- #: app/features/mec/booking.php:380
3775
  msgid "Auto confirmation for free bookings"
3776
  msgstr "Automatische Bestätigung für kostenlose Buchungen"
3777
 
3778
- #: app/features/mec/booking.php:389
3779
  msgid "Auto confirmation for paid bookings"
3780
  msgstr "Automatische Bestätigung für kostenpflichtige Buchungen"
3781
 
3782
- #: app/features/mec/booking.php:398
3783
  msgid "Send confirmation email in auto confirmation mode"
3784
  msgstr ""
3785
 
3786
- #: app/features/mec/booking.php:411 app/libraries/main.php:566
3787
  #, fuzzy
3788
  #| msgid "Booking"
3789
  msgid "Booking Shortcode"
3790
  msgstr "Buchung / Reservierung"
3791
 
3792
- #: app/features/mec/booking.php:419
3793
  #, php-format
3794
  msgid ""
3795
  "Booking module is available in the event details page but if you like to "
@@ -3798,7 +3802,7 @@ msgid ""
3798
  "into the page content and place the event id instead of 1."
3799
  msgstr ""
3800
 
3801
- #: app/features/mec/booking.php:420
3802
  #, php-format
3803
  msgid ""
3804
  "Also, you can insert %s if you like to show only one of the available "
@@ -3806,46 +3810,46 @@ msgid ""
3806
  "This parameter is optional."
3807
  msgstr ""
3808
 
3809
- #: app/features/mec/booking.php:435
3810
  msgid "Enable coupons module"
3811
  msgstr "Gutscheinmodul aktivieren"
3812
 
3813
- #: app/features/mec/booking.php:437
3814
  msgid ""
3815
  "After enabling and saving the settings, you should reload the page to see a "
3816
  "new menu on the Dashboard > Booking"
3817
  msgstr ""
3818
 
3819
- #: app/features/mec/booking.php:445 app/features/mec/booking.php:815
3820
- #: app/libraries/main.php:568
3821
  msgid "Taxes / Fees"
3822
  msgstr "Steuern/Gebühren"
3823
 
3824
- #: app/features/mec/booking.php:453
3825
  msgid "Enable taxes / fees module"
3826
  msgstr "Modul für Gebühren/Steuern aktivieren"
3827
 
3828
- #: app/features/mec/booking.php:458
3829
  msgid "Add Fee"
3830
  msgstr "Gebühr hinzufügen"
3831
 
3832
- #: app/features/mec/booking.php:522 app/libraries/main.php:569
3833
  msgid "Ticket Variations & Options"
3834
  msgstr ""
3835
 
3836
- #: app/features/mec/booking.php:530
3837
  msgid "Enable ticket options module"
3838
  msgstr "Ticket Optionen aktivieren"
3839
 
3840
- #: app/features/mec/booking.php:535
3841
  msgid "Add Variation / Option"
3842
  msgstr ""
3843
 
3844
- #: app/features/mec/booking.php:805
3845
  msgid "Use WooCommerce as Payment System"
3846
  msgstr ""
3847
 
3848
- #: app/features/mec/booking.php:807
3849
  msgid ""
3850
  "By enabling this feature, tickets will be added to WooCommerce cart and all "
3851
  "payment process would be done by WooCommerce so all of MEC payment related "
@@ -3853,118 +3857,118 @@ msgid ""
3853
  "fields etc, you need to configure WooCommerce on your website."
3854
  msgstr ""
3855
 
3856
- #: app/features/mec/booking.php:809
3857
  msgid ""
3858
  "You cannot use following MEC features so you should use WooCommerc and its "
3859
  "addons if you need them."
3860
  msgstr ""
3861
 
3862
- #: app/features/mec/booking.php:811
3863
  #, fuzzy
3864
  #| msgid "Payment Gateways"
3865
  msgid "Payment gateways"
3866
  msgstr "Zahlungs-Gateways"
3867
 
3868
- #: app/features/mec/booking.php:812
3869
  #, fuzzy
3870
  #| msgid "Price per Date"
3871
  msgid "Price per dates of tickets"
3872
  msgstr "Preis pro Datum"
3873
 
3874
- #: app/features/mec/booking.php:814
3875
  #, fuzzy
3876
  #| msgid "Ticket Variation"
3877
  msgid "Ticket variations"
3878
  msgstr "Ticket Variationen"
3879
 
3880
- #: app/features/mec/booking.php:819
3881
  #, fuzzy
3882
  #| msgid "Automatically complete WC orders"
3883
  msgid "Automatically complete WooCommerce orders"
3884
  msgstr "WC-Aufträge automatisch abschließen"
3885
 
3886
- #: app/features/mec/booking.php:827
3887
  #, fuzzy
3888
  #| msgid "Automatically complete WC orders"
3889
  msgid "Auto WooCommerce orders"
3890
  msgstr "WC-Aufträge automatisch abschließen"
3891
 
3892
- #: app/features/mec/booking.php:828
3893
  msgid "It applies only to the orders that are related to MEC."
3894
  msgstr "Sie gilt nur für Aufträge, die mit MEC zusammenhängen."
3895
 
3896
- #: app/features/mec/booking.php:836
3897
  #, fuzzy
3898
  #| msgid "Add to Cart"
3899
  msgid "After Add to Cart"
3900
  msgstr "in den Warenkorb legen"
3901
 
3902
- #: app/features/mec/booking.php:839
3903
  #, fuzzy
3904
  #| msgid "Redirection Page"
3905
  msgid "Redirect to Cart"
3906
  msgstr "Weiterleitungs Seite "
3907
 
3908
- #: app/features/mec/booking.php:840
3909
  #, fuzzy
3910
  #| msgid "Redirection Page"
3911
  msgid "Redirect to Checkout"
3912
  msgstr "Weiterleitungs Seite "
3913
 
3914
- #: app/features/mec/booking.php:845
3915
  #, fuzzy
3916
  #| msgid "Booking Form"
3917
  msgid "MEC Booking Form"
3918
  msgstr "Buchungsformular"
3919
 
3920
- #: app/features/mec/booking.php:854
3921
  msgid ""
3922
  "If enabled then users should fill the booking form in MEC and then they will "
3923
  "be redirected to checkout."
3924
  msgstr ""
3925
 
3926
- #: app/features/mec/booking.php:880
3927
  msgid "Enable Organizer Payment Module"
3928
  msgstr ""
3929
 
3930
- #: app/features/mec/booking.php:885
3931
  msgid ""
3932
  "By enabling this module, organizers are able to insert their own payment "
3933
  "credentials for enabled gateways per event and receive the payments directly!"
3934
  msgstr ""
3935
 
3936
- #: app/features/mec/booking.php:895
3937
  msgid "Disable / Enable payment gateways per event"
3938
  msgstr ""
3939
 
3940
- #: app/features/mec/booking.php:899
3941
  #, fuzzy
3942
  #| msgid "Payment Gateways"
3943
  msgid "Payment Gateways Per Event"
3944
  msgstr "Zahlungs-Gateways"
3945
 
3946
- #: app/features/mec/booking.php:900
3947
  msgid ""
3948
  "By enabling this module, users are able to disable / enable payment gateways "
3949
  "per event"
3950
  msgstr ""
3951
 
3952
- #: app/features/mec/booking.php:988 app/features/mec/messages.php:78
3953
- #: app/features/mec/modules.php:412 app/features/mec/notifications.php:1043
3954
- #: app/features/mec/settings.php:1266 app/features/mec/single.php:443
3955
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3956
  msgid "Saved"
3957
  msgstr "Gesichert"
3958
 
3959
- #: app/features/mec/booking.php:989 app/features/mec/messages.php:79
3960
- #: app/features/mec/modules.php:413 app/features/mec/notifications.php:1044
3961
- #: app/features/mec/settings.php:1267 app/features/mec/single.php:444
3962
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3963
  msgid "Settings Saved!"
3964
  msgstr "Einstellungen gespeichert!"
3965
 
3966
- #: app/features/mec/booking.php:1015 app/features/mec/modules.php:439
3967
- #: app/features/mec/notifications.php:1070 app/features/mec/settings.php:1293
3968
  #: app/features/mec/single.php:470
3969
  msgid "Please Refresh Page"
3970
  msgstr "Bitte Seiten Refresh vornehmen"
@@ -4081,7 +4085,7 @@ msgid "Download Settings"
4081
  msgstr "Einstellungen Herunterladen"
4082
 
4083
  #: app/features/mec/messages.php:28 app/features/mec/support-page.php:102
4084
- #: app/features/mec/support.php:66 app/libraries/main.php:816
4085
  msgid "Messages"
4086
  msgstr "Nachrichten"
4087
 
@@ -4112,9 +4116,9 @@ msgstr "Skin"
4112
  #: app/features/mec/meta_boxes/display_options.php:947
4113
  #: app/features/mec/meta_boxes/display_options.php:1272
4114
  #: app/features/mec/meta_boxes/display_options.php:1559
4115
- #: app/features/mec/settings.php:309 app/features/mec/settings.php:333
4116
- #: app/features/mec/settings.php:342 app/features/mec/settings.php:386
4117
- #: app/features/mec/settings.php:410 app/features/mec/settings.php:419
4118
  #: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
4119
  #: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
4120
  #: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
@@ -4125,8 +4129,8 @@ msgstr "Klassisch"
4125
 
4126
  #: app/features/mec/meta_boxes/display_options.php:44
4127
  #: app/features/mec/meta_boxes/display_options.php:286
4128
- #: app/features/mec/settings.php:334 app/features/mec/settings.php:344
4129
- #: app/features/mec/settings.php:411 app/features/mec/settings.php:421
4130
  #: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
4131
  msgid "Minimal"
4132
  msgstr "Minimal"
@@ -4137,10 +4141,10 @@ msgstr "Minimal"
4137
  #: app/features/mec/meta_boxes/display_options.php:949
4138
  #: app/features/mec/meta_boxes/display_options.php:1270
4139
  #: app/features/mec/meta_boxes/display_options.php:1561
4140
- #: app/features/mec/settings.php:311 app/features/mec/settings.php:324
4141
- #: app/features/mec/settings.php:335 app/features/mec/settings.php:345
4142
- #: app/features/mec/settings.php:388 app/features/mec/settings.php:401
4143
- #: app/features/mec/settings.php:412 app/features/mec/settings.php:422
4144
  #: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
4145
  #: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
4146
  #: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
@@ -4148,13 +4152,13 @@ msgid "Modern"
4148
  msgstr "Modern"
4149
 
4150
  #: app/features/mec/meta_boxes/display_options.php:46
4151
- #: app/features/mec/settings.php:336 app/features/mec/settings.php:413
4152
  #: app/features/popup/shortcode.php:83
4153
  msgid "Standard"
4154
  msgstr "Standard"
4155
 
4156
  #: app/features/mec/meta_boxes/display_options.php:47
4157
- #: app/features/mec/settings.php:337 app/features/mec/settings.php:414
4158
  #: app/features/popup/shortcode.php:88
4159
  msgid "Accordion"
4160
  msgstr "Accordion"
@@ -4557,9 +4561,9 @@ msgstr "Zeige Monatsteilung"
4557
  #: app/features/mec/meta_boxes/display_options.php:948
4558
  #: app/features/mec/meta_boxes/display_options.php:1271
4559
  #: app/features/mec/meta_boxes/display_options.php:1560
4560
- #: app/features/mec/settings.php:310 app/features/mec/settings.php:325
4561
- #: app/features/mec/settings.php:343 app/features/mec/settings.php:387
4562
- #: app/features/mec/settings.php:402 app/features/mec/settings.php:420
4563
  #: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
4564
  #: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
4565
  #: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
@@ -4569,8 +4573,8 @@ msgstr "Clean"
4569
  #: app/features/mec/meta_boxes/display_options.php:288
4570
  #: app/features/mec/meta_boxes/display_options.php:687
4571
  #: app/features/mec/meta_boxes/display_options.php:951
4572
- #: app/features/mec/settings.php:313 app/features/mec/settings.php:346
4573
- #: app/features/mec/settings.php:390 app/features/mec/settings.php:423
4574
  #: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
4575
  #: app/features/popup/shortcode.php:219
4576
  msgid "Simple"
@@ -4584,8 +4588,8 @@ msgstr "Farbenfroh"
4584
  #: app/features/mec/meta_boxes/display_options.php:290
4585
  #: app/features/mec/meta_boxes/display_options.php:686
4586
  #: app/features/mec/meta_boxes/display_options.php:950
4587
- #: app/features/mec/settings.php:312 app/features/mec/settings.php:348
4588
- #: app/features/mec/settings.php:389 app/features/mec/settings.php:425
4589
  #: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
4590
  #: app/features/popup/shortcode.php:214
4591
  msgid "Novel"
@@ -4635,21 +4639,21 @@ msgstr "Standardansicht"
4635
 
4636
  #: app/features/mec/meta_boxes/display_options.php:673
4637
  #: app/features/mec/meta_boxes/display_options.php:697
4638
- #: app/libraries/main.php:335 app/libraries/main.php:2056
4639
- #: app/libraries/main.php:2081
4640
  msgid "List View"
4641
  msgstr "Listenansicht"
4642
 
4643
  #: app/features/mec/meta_boxes/display_options.php:674
4644
  #: app/features/mec/meta_boxes/display_options.php:718
4645
- #: app/libraries/main.php:336 app/libraries/main.php:2057
4646
- #: app/libraries/main.php:2082
4647
  msgid "Grid View"
4648
  msgstr "Rasterdarstellung"
4649
 
4650
  #: app/features/mec/meta_boxes/display_options.php:675
4651
  #: app/features/mec/meta_boxes/display_options.php:728
4652
- #: app/libraries/main.php:352
4653
  #, fuzzy
4654
  #| msgid "Timetable View"
4655
  msgid "Tile View"
@@ -4657,8 +4661,8 @@ msgstr "Stundenplan"
4657
 
4658
  #: app/features/mec/meta_boxes/display_options.php:676
4659
  #: app/features/mec/meta_boxes/display_options.php:739
4660
- #: app/libraries/main.php:339 app/libraries/main.php:2050
4661
- #: app/libraries/main.php:2075
4662
  msgid "Yearly View"
4663
  msgstr "Jahresansicht"
4664
 
@@ -4669,15 +4673,15 @@ msgstr "Monatliche Kalenderansicht"
4669
 
4670
  #: app/features/mec/meta_boxes/display_options.php:678
4671
  #: app/features/mec/meta_boxes/display_options.php:788
4672
- #: app/libraries/main.php:342 app/libraries/main.php:2052
4673
- #: app/libraries/main.php:2077
4674
  msgid "Weekly View"
4675
  msgstr "Wochenansicht"
4676
 
4677
  #: app/features/mec/meta_boxes/display_options.php:679
4678
  #: app/features/mec/meta_boxes/display_options.php:798
4679
- #: app/libraries/main.php:341 app/libraries/main.php:2053
4680
- #: app/libraries/main.php:2078
4681
  msgid "Daily View"
4682
  msgstr "Tagesansicht"
4683
 
@@ -5114,7 +5118,7 @@ msgstr "Geben Sie die gewünschten Tags (Schlagworte) durch Komma getrennt ein"
5114
  msgid "Choose your desired authors for filtering the events."
5115
  msgstr "Wählen Sie die gewünschten Autoren zum Filtern aus"
5116
 
5117
- #: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:449
5118
  msgid "Expired Events"
5119
  msgstr "Abgelaufene Events"
5120
 
@@ -5189,11 +5193,11 @@ msgstr "Such Formular anzeigen"
5189
  #: app/features/mec/meta_boxes/search_form.php:606
5190
  #: app/features/mec/meta_boxes/search_form.php:676
5191
  #: app/features/mec/meta_boxes/search_form.php:782
5192
- #: app/features/mec/settings.php:972 app/features/mec/single.php:344
5193
  #: app/features/mec/single.php:386 app/features/search.php:86
5194
  #: app/features/speakers.php:60 app/features/speakers.php:283
5195
- #: app/libraries/main.php:6217 app/libraries/main.php:6271
5196
- #: app/libraries/skins.php:1010 app/modules/speakers/details.php:18
5197
  msgid "Speaker"
5198
  msgstr "Sprecher"
5199
 
@@ -5208,9 +5212,9 @@ msgstr "Sprecher"
5208
  #: app/features/mec/meta_boxes/search_form.php:613
5209
  #: app/features/mec/meta_boxes/search_form.php:683
5210
  #: app/features/mec/meta_boxes/search_form.php:789
5211
- #: app/features/mec/settings.php:979 app/features/mec/single.php:353
5212
  #: app/features/mec/single.php:395 app/features/search.php:92
5213
- #: app/libraries/skins.php:1036
5214
  msgid "Tag"
5215
  msgstr "Schlagwort"
5216
 
@@ -5302,7 +5306,7 @@ msgid ""
5302
  "new menu on the Dashboard > MEC"
5303
  msgstr ""
5304
 
5305
- #: app/features/mec/modules.php:66 app/libraries/main.php:576
5306
  #, fuzzy
5307
  #| msgid "Google Maps Options"
5308
  msgid "Map Options"
@@ -5326,8 +5330,8 @@ msgstr "Google Maps API"
5326
  msgid "Google Map Options"
5327
  msgstr "Google Maps Einstellungen"
5328
 
5329
- #: app/features/mec/modules.php:85 app/features/mec/settings.php:1015
5330
- #: app/features/mec/settings.php:1028
5331
  msgid "Required!"
5332
  msgstr "Erforderlich (Pflichtfeld)"
5333
 
@@ -5391,7 +5395,7 @@ msgid "Check only if another plugin/theme is loading the Google Maps API"
5391
  msgstr ""
5392
  "Checken Sie es nur wenn ein anderes plugin/Thema die Google Maps API lädt."
5393
 
5394
- #: app/features/mec/modules.php:167 app/libraries/main.php:577
5395
  msgid "Export Options"
5396
  msgstr "Export Optionen"
5397
 
@@ -5406,7 +5410,7 @@ msgstr ""
5406
  msgid "Google Calendar"
5407
  msgstr "Google Calendar"
5408
 
5409
- #: app/features/mec/modules.php:194 app/libraries/main.php:578
5410
  #: app/modules/local-time/details.php:45 app/modules/local-time/type1.php:42
5411
  #: app/widgets/single.php:99
5412
  msgid "Local Time"
@@ -5418,7 +5422,7 @@ msgstr ""
5418
  "Zeige die Eventzeit basierend auf der Ortszeit des Besuchers auf der "
5419
  "Eventseite"
5420
 
5421
- #: app/features/mec/modules.php:208 app/libraries/main.php:579
5422
  #: app/modules/qrcode/details.php:38 app/widgets/single.php:155
5423
  msgid "QR Code"
5424
  msgstr "QR Code"
@@ -5429,7 +5433,7 @@ msgstr ""
5429
  "Zeigen Sie QR-Code des Events in der Detailseite und in der Buchungsrechnung "
5430
  "an"
5431
 
5432
- #: app/features/mec/modules.php:226 app/libraries/main.php:580
5433
  #: app/modules/weather/darksky.php:15 app/modules/weather/weatherapi.php:16
5434
  msgid "Weather"
5435
  msgstr "Wetter"
@@ -5470,7 +5474,7 @@ msgstr ""
5470
  msgid "Show social network module"
5471
  msgstr "Modul für Soziale Netzwerke anzeigen"
5472
 
5473
- #: app/features/mec/modules.php:299 app/libraries/main.php:582
5474
  #: app/modules/next-event/details.php:127
5475
  msgid "Next Event"
5476
  msgstr "Nächstes Event"
@@ -5519,7 +5523,7 @@ msgstr "Fügt Buchungsaktivitäten dem Benutzerprofil hinzu"
5519
  msgid "Add events menu to user profile"
5520
  msgstr "Fügt Buchungsaktivitäten dem Benutzerprofil hinzu"
5521
 
5522
- #: app/features/mec/modules.php:369 app/libraries/main.php:584
5523
  #, fuzzy
5524
  #| msgid "Mailchimp Integration"
5525
  msgid "LearnDash Integration"
@@ -5549,617 +5553,627 @@ msgstr ""
5549
  "Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
5550
  "benachrichtigen."
5551
 
5552
- #: app/features/mec/notifications.php:46 app/features/mec/notifications.php:161
5553
- #: app/features/mec/notifications.php:280
5554
- #: app/features/mec/notifications.php:405
5555
- #: app/features/mec/notifications.php:526
5556
- #: app/features/mec/notifications.php:649
5557
- #: app/features/mec/notifications.php:784
5558
- #: app/features/mec/notifications.php:868 app/features/mec/report.php:62
5559
  #: app/features/notifications.php:72
5560
  msgid "Email Subject"
5561
  msgstr "Email Betreff"
5562
 
5563
  #: app/features/mec/notifications.php:52 app/features/mec/notifications.php:59
5564
- #: app/features/mec/notifications.php:167
5565
- #: app/features/mec/notifications.php:174
5566
- #: app/features/mec/notifications.php:286
5567
- #: app/features/mec/notifications.php:293
5568
- #: app/features/mec/notifications.php:411
5569
- #: app/features/mec/notifications.php:418
5570
- #: app/features/mec/notifications.php:532
5571
- #: app/features/mec/notifications.php:539
5572
- #: app/features/mec/notifications.php:655
5573
- #: app/features/mec/notifications.php:662
5574
- #: app/features/mec/notifications.php:790
5575
- #: app/features/mec/notifications.php:797
5576
- #: app/features/mec/notifications.php:874
5577
- #: app/features/mec/notifications.php:881
5578
  msgid "Receiver Users"
5579
  msgstr ""
5580
 
5581
- #: app/features/mec/notifications.php:60 app/features/mec/notifications.php:175
5582
- #: app/features/mec/notifications.php:294
5583
- #: app/features/mec/notifications.php:419
5584
- #: app/features/mec/notifications.php:540
5585
- #: app/features/mec/notifications.php:663
5586
- #: app/features/mec/notifications.php:798
5587
- #: app/features/mec/notifications.php:882
5588
  msgid "Select users to send a copy of email to them!"
5589
  msgstr ""
5590
 
5591
  #: app/features/mec/notifications.php:69 app/features/mec/notifications.php:76
5592
- #: app/features/mec/notifications.php:184
5593
- #: app/features/mec/notifications.php:191
5594
- #: app/features/mec/notifications.php:303
5595
- #: app/features/mec/notifications.php:310
5596
- #: app/features/mec/notifications.php:428
5597
- #: app/features/mec/notifications.php:435
5598
- #: app/features/mec/notifications.php:549
5599
- #: app/features/mec/notifications.php:556
5600
- #: app/features/mec/notifications.php:672
5601
- #: app/features/mec/notifications.php:679
5602
- #: app/features/mec/notifications.php:807
5603
- #: app/features/mec/notifications.php:814
5604
- #: app/features/mec/notifications.php:891
5605
- #: app/features/mec/notifications.php:898
5606
  msgid "Receiver Roles"
5607
  msgstr ""
5608
 
5609
- #: app/features/mec/notifications.php:77 app/features/mec/notifications.php:192
5610
- #: app/features/mec/notifications.php:311
5611
- #: app/features/mec/notifications.php:436
5612
- #: app/features/mec/notifications.php:557
5613
- #: app/features/mec/notifications.php:680
5614
- #: app/features/mec/notifications.php:815
5615
- #: app/features/mec/notifications.php:899
5616
  msgid "Select users a specific role."
5617
  msgstr ""
5618
 
5619
  #: app/features/mec/notifications.php:85 app/features/mec/notifications.php:89
5620
- #: app/features/mec/notifications.php:200
5621
- #: app/features/mec/notifications.php:204
5622
- #: app/features/mec/notifications.php:319
5623
- #: app/features/mec/notifications.php:323
5624
- #: app/features/mec/notifications.php:444
5625
- #: app/features/mec/notifications.php:448
5626
- #: app/features/mec/notifications.php:565
5627
- #: app/features/mec/notifications.php:569
5628
- #: app/features/mec/notifications.php:688
5629
  #: app/features/mec/notifications.php:692
5630
- #: app/features/mec/notifications.php:823
5631
  #: app/features/mec/notifications.php:827
5632
- #: app/features/mec/notifications.php:907
5633
- #: app/features/mec/notifications.php:911
 
5634
  msgid "Custom Recipients"
5635
  msgstr "Individuelle Empfänger"
5636
 
5637
- #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:205
5638
- #: app/features/mec/notifications.php:324
5639
- #: app/features/mec/notifications.php:449
5640
- #: app/features/mec/notifications.php:570
5641
- #: app/features/mec/notifications.php:693
5642
- #: app/features/mec/notifications.php:828
5643
- #: app/features/mec/notifications.php:912
5644
  msgid "Insert comma separated emails for multiple recipients."
5645
  msgstr "Geben Sie mit Komma getrennte email-Adressen ein für mehrere Empfänger"
5646
 
5647
- #: app/features/mec/notifications.php:97 app/features/mec/notifications.php:460
5648
- #: app/features/mec/notifications.php:581
5649
  msgid "Send the email to event organizer"
5650
  msgstr "Sendet das Email zum Event Organisator"
5651
 
5652
  #: app/features/mec/notifications.php:100
5653
- #: app/features/mec/notifications.php:211
5654
- #: app/features/mec/notifications.php:334
5655
- #: app/features/mec/notifications.php:467
5656
- #: app/features/mec/notifications.php:584
5657
- #: app/features/mec/notifications.php:710
5658
- #: app/features/mec/notifications.php:834
5659
- #: app/features/mec/notifications.php:918 app/features/notifications.php:80
5660
  msgid "Email Content"
5661
  msgstr "Email Inhalt"
5662
 
5663
  #: app/features/mec/notifications.php:103
5664
- #: app/features/mec/notifications.php:214
5665
- #: app/features/mec/notifications.php:337
5666
- #: app/features/mec/notifications.php:470
5667
- #: app/features/mec/notifications.php:587
5668
- #: app/features/mec/notifications.php:713
5669
- #: app/features/mec/notifications.php:837
5670
- #: app/features/mec/notifications.php:921 app/features/mec/report.php:66
5671
  #, fuzzy
5672
  #| msgid "You can use following placeholders"
5673
  msgid "You can use the following placeholders"
5674
  msgstr "Sie können die folgenden Platzhalter wählen"
5675
 
5676
  #: app/features/mec/notifications.php:105
5677
- #: app/features/mec/notifications.php:216
5678
- #: app/features/mec/notifications.php:339
5679
- #: app/features/mec/notifications.php:472
5680
- #: app/features/mec/notifications.php:589
5681
- #: app/features/mec/notifications.php:715 app/features/notifications.php:91
5682
  msgid "First name of attendee"
5683
  msgstr "Vorname des Teilnehmers"
5684
 
5685
  #: app/features/mec/notifications.php:106
5686
- #: app/features/mec/notifications.php:217
5687
- #: app/features/mec/notifications.php:340
5688
- #: app/features/mec/notifications.php:473
5689
- #: app/features/mec/notifications.php:590
5690
- #: app/features/mec/notifications.php:716 app/features/notifications.php:92
5691
  msgid "Last name of attendee"
5692
  msgstr "Nachname des Teilnehmers"
5693
 
5694
  #: app/features/mec/notifications.php:107
5695
- #: app/features/mec/notifications.php:218
5696
- #: app/features/mec/notifications.php:341
5697
- #: app/features/mec/notifications.php:474
5698
- #: app/features/mec/notifications.php:591
5699
- #: app/features/mec/notifications.php:717 app/features/notifications.php:93
5700
  msgid "Email of attendee"
5701
  msgstr "Email des Teilnehmers"
5702
 
5703
  #: app/features/mec/notifications.php:108
5704
- #: app/features/mec/notifications.php:219
5705
- #: app/features/mec/notifications.php:342
5706
- #: app/features/mec/notifications.php:475
5707
- #: app/features/mec/notifications.php:592
5708
- #: app/features/mec/notifications.php:718 app/features/notifications.php:94
5709
  msgid "Booked date of event"
5710
  msgstr "Gebuchtes Datum der Veranstaltung"
5711
 
5712
  #: app/features/mec/notifications.php:109
5713
- #: app/features/mec/notifications.php:220
5714
- #: app/features/mec/notifications.php:343
5715
- #: app/features/mec/notifications.php:476
5716
- #: app/features/mec/notifications.php:593
5717
- #: app/features/mec/notifications.php:719 app/features/notifications.php:95
5718
  msgid "Booked time of event"
5719
  msgstr "Gebuchte Zeit der Veranstaltung"
5720
 
5721
  #: app/features/mec/notifications.php:110
5722
- #: app/features/mec/notifications.php:221
5723
- #: app/features/mec/notifications.php:344
5724
- #: app/features/mec/notifications.php:477
5725
- #: app/features/mec/notifications.php:594
5726
- #: app/features/mec/notifications.php:720 app/features/notifications.php:96
5727
  #, fuzzy
5728
  #| msgid "Booked date of event"
5729
  msgid "Booked date and time of event"
5730
  msgstr "Gebuchtes Datum der Veranstaltung"
5731
 
5732
  #: app/features/mec/notifications.php:111
5733
- #: app/features/mec/notifications.php:222
5734
- #: app/features/mec/notifications.php:345
5735
- #: app/features/mec/notifications.php:478
5736
- #: app/features/mec/notifications.php:595
5737
- #: app/features/mec/notifications.php:721 app/features/notifications.php:97
5738
  msgid "Date of next 20 occurrences of booked event (including the booked date)"
5739
  msgstr ""
5740
 
5741
  #: app/features/mec/notifications.php:112
5742
- #: app/features/mec/notifications.php:223
5743
- #: app/features/mec/notifications.php:346
5744
- #: app/features/mec/notifications.php:479
5745
- #: app/features/mec/notifications.php:596
5746
- #: app/features/mec/notifications.php:722 app/features/notifications.php:98
5747
  msgid ""
5748
  "Date and Time of next 20 occurrences of booked event (including the booked "
5749
  "date)"
5750
  msgstr ""
5751
 
5752
  #: app/features/mec/notifications.php:113
5753
- #: app/features/mec/notifications.php:224
5754
- #: app/features/mec/notifications.php:347
5755
- #: app/features/mec/notifications.php:480
5756
- #: app/features/mec/notifications.php:597
5757
- #: app/features/mec/notifications.php:723 app/features/notifications.php:99
5758
  msgid "Booking Price"
5759
  msgstr "Buchungspreis"
5760
 
5761
  #: app/features/mec/notifications.php:114
5762
- #: app/features/mec/notifications.php:225
5763
- #: app/features/mec/notifications.php:349
5764
- #: app/features/mec/notifications.php:481
5765
- #: app/features/mec/notifications.php:598
5766
- #: app/features/mec/notifications.php:724 app/features/notifications.php:101
5767
  #, fuzzy
5768
  #| msgid "Date and time of placing booking"
5769
  msgid "Date and time of booking"
5770
  msgstr "Datum und Uhrzeit der Buchung"
5771
 
5772
  #: app/features/mec/notifications.php:115
5773
- #: app/features/mec/notifications.php:226
5774
- #: app/features/mec/notifications.php:350
5775
- #: app/features/mec/notifications.php:482
5776
- #: app/features/mec/notifications.php:599
5777
- #: app/features/mec/notifications.php:725
5778
- #: app/features/mec/notifications.php:845
5779
- #: app/features/mec/notifications.php:929 app/features/notifications.php:102
5780
  msgid "Your website title"
5781
  msgstr "Titel Ihrer Webseite"
5782
 
5783
  #: app/features/mec/notifications.php:116
5784
- #: app/features/mec/notifications.php:227
5785
- #: app/features/mec/notifications.php:351
5786
- #: app/features/mec/notifications.php:483
5787
- #: app/features/mec/notifications.php:600
5788
- #: app/features/mec/notifications.php:726
5789
- #: app/features/mec/notifications.php:846
5790
- #: app/features/mec/notifications.php:930 app/features/notifications.php:103
5791
  msgid "Your website URL"
5792
  msgstr "URL Ihrer Webseite"
5793
 
5794
  #: app/features/mec/notifications.php:117
5795
- #: app/features/mec/notifications.php:228
5796
- #: app/features/mec/notifications.php:352
5797
- #: app/features/mec/notifications.php:484
5798
- #: app/features/mec/notifications.php:601
5799
- #: app/features/mec/notifications.php:727
5800
- #: app/features/mec/notifications.php:847
5801
- #: app/features/mec/notifications.php:931 app/features/notifications.php:104
5802
  msgid "Your website description"
5803
  msgstr "Beschreibung Ihrer Webseite"
5804
 
5805
  #: app/features/mec/notifications.php:118
5806
- #: app/features/mec/notifications.php:229
5807
- #: app/features/mec/notifications.php:353
5808
- #: app/features/mec/notifications.php:485
5809
- #: app/features/mec/notifications.php:602
5810
- #: app/features/mec/notifications.php:728 app/features/notifications.php:105
5811
  msgid "Event title"
5812
  msgstr "Titel der Veranstaltung"
5813
 
5814
  #: app/features/mec/notifications.php:119
5815
- #: app/features/mec/notifications.php:230
5816
- #: app/features/mec/notifications.php:354
5817
- #: app/features/mec/notifications.php:486
5818
- #: app/features/mec/notifications.php:603
5819
- #: app/features/mec/notifications.php:729 app/features/notifications.php:106
5820
  msgid "Event link"
5821
  msgstr "Veranstaltungslink"
5822
 
5823
  #: app/features/mec/notifications.php:120
5824
- #: app/features/mec/notifications.php:231
5825
- #: app/features/mec/notifications.php:355
5826
- #: app/features/mec/notifications.php:841
5827
- #: app/features/mec/notifications.php:925 app/features/notifications.php:135
5828
  msgid "Event Start Date"
5829
  msgstr "Event Start Datum "
5830
 
5831
  #: app/features/mec/notifications.php:121
5832
- #: app/features/mec/notifications.php:232
5833
- #: app/features/mec/notifications.php:356
5834
- #: app/features/mec/notifications.php:842
5835
- #: app/features/mec/notifications.php:926 app/features/notifications.php:136
5836
  msgid "Event End Date"
5837
  msgstr "Event End Datum"
5838
 
5839
  #: app/features/mec/notifications.php:122
5840
- #: app/features/mec/notifications.php:233
5841
- #: app/features/mec/notifications.php:357
5842
- #: app/features/mec/notifications.php:487
5843
- #: app/features/mec/notifications.php:604
5844
- #: app/features/mec/notifications.php:730 app/features/notifications.php:107
 
 
 
 
 
 
 
 
 
 
5845
  #, fuzzy
5846
  #| msgid "Organizer name of booked event"
5847
  msgid "Speaker name of booked event"
5848
  msgstr "Name des Veranstalters des gebuchten Events"
5849
 
5850
- #: app/features/mec/notifications.php:123
5851
- #: app/features/mec/notifications.php:234
5852
- #: app/features/mec/notifications.php:358
5853
- #: app/features/mec/notifications.php:488
5854
- #: app/features/mec/notifications.php:605
5855
- #: app/features/mec/notifications.php:731 app/features/notifications.php:108
5856
  msgid "Organizer name of booked event"
5857
  msgstr "Name des Veranstalters des gebuchten Events"
5858
 
5859
- #: app/features/mec/notifications.php:124
5860
- #: app/features/mec/notifications.php:235
5861
- #: app/features/mec/notifications.php:359
5862
- #: app/features/mec/notifications.php:489
5863
- #: app/features/mec/notifications.php:606
5864
- #: app/features/mec/notifications.php:732 app/features/notifications.php:109
5865
- msgid "Organizer tel of booked event"
5866
- msgstr "Tel des Veranstalters"
5867
-
5868
  #: app/features/mec/notifications.php:125
5869
- #: app/features/mec/notifications.php:236
5870
- #: app/features/mec/notifications.php:360
5871
- #: app/features/mec/notifications.php:490
5872
- #: app/features/mec/notifications.php:607
5873
- #: app/features/mec/notifications.php:733 app/features/notifications.php:110
 
 
 
 
 
 
 
 
 
5874
  msgid "Organizer email of booked event"
5875
  msgstr "Email des Veranstalters des gebuchten events"
5876
 
5877
- #: app/features/mec/notifications.php:126
5878
- #: app/features/mec/notifications.php:237
5879
- #: app/features/mec/notifications.php:361
5880
- #: app/features/mec/notifications.php:491
5881
- #: app/features/mec/notifications.php:608
5882
- #: app/features/mec/notifications.php:734 app/features/notifications.php:111
5883
  #, fuzzy
5884
  #| msgid "Location name of booked event"
5885
  msgid "Additional organizers name of booked event"
5886
  msgstr "Veranstaltungsort"
5887
 
5888
- #: app/features/mec/notifications.php:127
5889
- #: app/features/mec/notifications.php:238
5890
- #: app/features/mec/notifications.php:362
5891
- #: app/features/mec/notifications.php:492
5892
- #: app/features/mec/notifications.php:609
5893
- #: app/features/mec/notifications.php:735 app/features/notifications.php:112
5894
  #, fuzzy
5895
  #| msgid "Location name of booked event"
5896
  msgid "Additional organizers tel of booked event"
5897
  msgstr "Veranstaltungsort"
5898
 
5899
- #: app/features/mec/notifications.php:128
5900
- #: app/features/mec/notifications.php:239
5901
- #: app/features/mec/notifications.php:363
5902
- #: app/features/mec/notifications.php:493
5903
- #: app/features/mec/notifications.php:610
5904
- #: app/features/mec/notifications.php:736 app/features/notifications.php:113
5905
  #, fuzzy
5906
  #| msgid "Organizer email of booked event"
5907
  msgid "Additional organizers email of booked event"
5908
  msgstr "Email des Veranstalters des gebuchten events"
5909
 
5910
- #: app/features/mec/notifications.php:129
5911
- #: app/features/mec/notifications.php:240
5912
- #: app/features/mec/notifications.php:364
5913
- #: app/features/mec/notifications.php:494
5914
- #: app/features/mec/notifications.php:611
5915
- #: app/features/mec/notifications.php:737 app/features/notifications.php:114
5916
  msgid "Location name of booked event"
5917
  msgstr "Veranstaltungsort"
5918
 
5919
- #: app/features/mec/notifications.php:130
5920
- #: app/features/mec/notifications.php:241
5921
- #: app/features/mec/notifications.php:365
5922
- #: app/features/mec/notifications.php:495
5923
- #: app/features/mec/notifications.php:612
5924
- #: app/features/mec/notifications.php:738 app/features/notifications.php:115
5925
  msgid "Location address of booked event"
5926
  msgstr "Adresse der gebuchten Veranstaltung"
5927
 
5928
- #: app/features/mec/notifications.php:131
5929
- #: app/features/mec/notifications.php:242
5930
- #: app/features/mec/notifications.php:366
5931
- #: app/features/mec/notifications.php:496
5932
- #: app/features/mec/notifications.php:613
5933
- #: app/features/mec/notifications.php:739 app/features/notifications.php:116
5934
  #, fuzzy
5935
  #| msgid "Location name of booked event"
5936
  msgid "Additional locations name of booked event"
5937
  msgstr "Veranstaltungsort"
5938
 
5939
- #: app/features/mec/notifications.php:132
5940
- #: app/features/mec/notifications.php:243
5941
- #: app/features/mec/notifications.php:367
5942
- #: app/features/mec/notifications.php:497
5943
- #: app/features/mec/notifications.php:614
5944
- #: app/features/mec/notifications.php:740 app/features/notifications.php:117
5945
  #, fuzzy
5946
  #| msgid "Location address of booked event"
5947
  msgid "Additional locations address of booked event"
5948
  msgstr "Adresse der gebuchten Veranstaltung"
5949
 
5950
- #: app/features/mec/notifications.php:133
5951
- #: app/features/mec/notifications.php:244
5952
- #: app/features/mec/notifications.php:368
5953
- #: app/features/mec/notifications.php:498
5954
- #: app/features/mec/notifications.php:615
5955
- #: app/features/mec/notifications.php:741 app/features/notifications.php:118
5956
  msgid "Featured image of booked event"
5957
  msgstr "Vorschau Bild des gebuchten Events"
5958
 
5959
- #: app/features/mec/notifications.php:134
5960
- #: app/features/mec/notifications.php:245
5961
- #: app/features/mec/notifications.php:369
5962
- #: app/features/mec/notifications.php:616
5963
- #: app/features/mec/notifications.php:742 app/features/notifications.php:119
5964
  #, fuzzy
5965
  #| msgid "Event link"
5966
  msgid "Event more info link"
5967
  msgstr "Veranstaltungslink"
5968
 
5969
- #: app/features/mec/notifications.php:135
5970
- #: app/features/mec/notifications.php:246
5971
- #: app/features/mec/notifications.php:370
5972
- #: app/features/mec/notifications.php:617
5973
- #: app/features/mec/notifications.php:743 app/features/notifications.php:120
5974
  #, fuzzy
5975
  #| msgid "Event link"
5976
  msgid "Event other info link"
5977
  msgstr "Veranstaltungslink"
5978
 
5979
- #: app/features/mec/notifications.php:136
5980
- #: app/features/mec/notifications.php:247
5981
- #: app/features/mec/notifications.php:371
5982
- #: app/features/mec/notifications.php:618
5983
- #: app/features/mec/notifications.php:744 app/features/notifications.php:121
5984
  #, fuzzy
5985
  #| msgid "Event link"
5986
  msgid "Event online link"
5987
  msgstr "Veranstaltungslink"
5988
 
5989
- #: app/features/mec/notifications.php:137
5990
- #: app/features/mec/notifications.php:248
5991
- #: app/features/mec/notifications.php:372
5992
- #: app/features/mec/notifications.php:499
5993
- #: app/features/mec/notifications.php:619
5994
- #: app/features/mec/notifications.php:745 app/features/notifications.php:122
5995
  msgid "Full Attendee info such as booking form data, name, email etc."
5996
  msgstr ""
5997
  "Gesamte Teinehmerinformationen wie z.B. Daten aus dem Buchungsformular, "
5998
  "Name, email, etc."
5999
 
6000
- #: app/features/mec/notifications.php:138
6001
- #: app/features/mec/notifications.php:249
6002
- #: app/features/mec/notifications.php:373
6003
- #: app/features/mec/notifications.php:500
6004
- #: app/features/mec/notifications.php:620
6005
- #: app/features/mec/notifications.php:746 app/features/notifications.php:123
6006
  #, fuzzy
6007
  #| msgid "Booking"
6008
  msgid "Booking ID"
6009
  msgstr "Buchung / Reservierung"
6010
 
6011
- #: app/features/mec/notifications.php:139
6012
- #: app/features/mec/notifications.php:250
6013
- #: app/features/mec/notifications.php:374
6014
- #: app/features/mec/notifications.php:501
6015
- #: app/features/mec/notifications.php:621
6016
- #: app/features/mec/notifications.php:747 app/features/notifications.php:124
6017
  #, fuzzy
6018
  #| msgid "Transaction ID"
6019
  msgid "Transaction ID of Booking"
6020
  msgstr "Transaktions-ID"
6021
 
6022
- #: app/features/mec/notifications.php:140
6023
- #: app/features/mec/notifications.php:376
6024
- #: app/features/mec/notifications.php:749
6025
  msgid "Invoice Link"
6026
  msgstr "Rechnungslink"
6027
 
6028
- #: app/features/mec/notifications.php:141
6029
- #: app/features/mec/notifications.php:252
6030
- #: app/features/mec/notifications.php:377
6031
- #: app/features/mec/notifications.php:503
6032
- #: app/features/mec/notifications.php:623
6033
- #: app/features/mec/notifications.php:750 app/features/notifications.php:126
6034
  #, fuzzy
6035
  #| msgid "There is no attendee for booking!"
6036
  msgid "Total attendees of current booking"
6037
  msgstr "Es gibt keinen Teilnehmer für die Buchung!"
6038
 
6039
- #: app/features/mec/notifications.php:142
6040
- #: app/features/mec/notifications.php:253
6041
- #: app/features/mec/notifications.php:378
6042
- #: app/features/mec/notifications.php:504
6043
- #: app/features/mec/notifications.php:624
6044
- #: app/features/mec/notifications.php:751 app/features/notifications.php:127
6045
  msgid "Amount of Booked Tickets (Total attendees of all bookings)"
6046
  msgstr ""
6047
 
6048
- #: app/features/mec/notifications.php:143
6049
- #: app/features/mec/notifications.php:254
6050
- #: app/features/mec/notifications.php:379
6051
- #: app/features/mec/notifications.php:505
6052
- #: app/features/mec/notifications.php:625
6053
- #: app/features/mec/notifications.php:752 app/features/notifications.php:128
6054
  msgid "Ticket name"
6055
  msgstr "Ticket Name"
6056
 
6057
- #: app/features/mec/notifications.php:144
6058
- #: app/features/mec/notifications.php:255
6059
- #: app/features/mec/notifications.php:380
6060
- #: app/features/mec/notifications.php:506
6061
- #: app/features/mec/notifications.php:626
6062
- #: app/features/mec/notifications.php:753 app/features/notifications.php:129
6063
  msgid "Ticket time"
6064
  msgstr "Ticket Uhrzeit"
6065
 
6066
- #: app/features/mec/notifications.php:145
6067
- #: app/features/mec/notifications.php:256
6068
- #: app/features/mec/notifications.php:381
6069
- #: app/features/mec/notifications.php:507
6070
- #: app/features/mec/notifications.php:627
6071
- #: app/features/mec/notifications.php:754 app/features/notifications.php:130
6072
  #, fuzzy
6073
  #| msgid "Ticket name"
6074
  msgid "Ticket name & time"
6075
  msgstr "Ticket Name"
6076
 
6077
- #: app/features/mec/notifications.php:146
6078
- #: app/features/mec/notifications.php:257
6079
- #: app/features/mec/notifications.php:382
6080
- #: app/features/mec/notifications.php:508
6081
- #: app/features/mec/notifications.php:628
6082
- #: app/features/mec/notifications.php:755 app/features/notifications.php:131
6083
  #, fuzzy
6084
  #| msgid "Payment Gateways"
6085
  msgid "Payment Gateway"
6086
  msgstr "Zahlungs-Gateways"
6087
 
6088
- #: app/features/mec/notifications.php:147
6089
- #: app/features/mec/notifications.php:258
6090
- #: app/features/mec/notifications.php:383
6091
- #: app/features/mec/notifications.php:509
6092
- #: app/features/mec/notifications.php:629
6093
- #: app/features/mec/notifications.php:756 app/features/notifications.php:132
6094
  msgid "Link to the downloadable file"
6095
  msgstr ""
6096
 
6097
- #: app/features/mec/notifications.php:148
6098
- #: app/features/mec/notifications.php:259
6099
- #: app/features/mec/notifications.php:384
6100
- #: app/features/mec/notifications.php:757
6101
  msgid "Download ICS file"
6102
  msgstr "Download ICS Datei"
6103
 
6104
- #: app/features/mec/notifications.php:150
6105
- #: app/features/mec/notifications.php:261
6106
- #: app/features/mec/notifications.php:386
6107
- #: app/features/mec/notifications.php:759 app/features/notifications.php:134
6108
  msgid "Add to Google Calendar Links for next 20 occurrences"
6109
  msgstr ""
6110
 
6111
- #: app/features/mec/notifications.php:158 app/libraries/main.php:596
6112
  msgid "Booking Verification"
6113
  msgstr "Verifizierung der Buchung"
6114
 
6115
- #: app/features/mec/notifications.php:159
6116
  msgid "It sends to attendee email for verifying their booking/email."
6117
  msgstr ""
6118
  "Versendet an den Teilnehmer eine Email um dessen Buchung/Mail zu "
6119
  "verifizieren."
6120
 
6121
- #: app/features/mec/notifications.php:251
6122
  msgid "Email/Booking verification link."
6123
  msgstr "Bestätigungslink für Email/Buchung"
6124
 
6125
- #: app/features/mec/notifications.php:273
6126
  #, fuzzy
6127
  #| msgid "Enable booking notification"
6128
  msgid "Enable booking confirmation"
6129
  msgstr "Buchungsbenachrichtigung aktivieren"
6130
 
6131
- #: app/features/mec/notifications.php:278
6132
  #, fuzzy
6133
  #| msgid "It sends to attendee after confirming the booking by admin."
6134
  msgid "Sent to attendee after confirming the booking by admin."
6135
  msgstr ""
6136
  "Es wird an den Teilnehmer gesendet nach Bestätigung der Buchung vom admin."
6137
 
6138
- #: app/features/mec/notifications.php:331
6139
  msgid "Send One Single Email Only To First Attendee"
6140
  msgstr "Nur ein E-Mail zum ersten Teilnehmer senden"
6141
 
6142
- #: app/features/mec/notifications.php:348
6143
  #, fuzzy
6144
  #| msgid "Attendee Name"
6145
  msgid "Attendee Price"
6146
  msgstr "Name des Veranstalters"
6147
 
6148
- #: app/features/mec/notifications.php:375
6149
- #: app/features/mec/notifications.php:748
6150
  msgid "Booking cancellation link."
6151
  msgstr "Link zur Stornierung der Buchung"
6152
 
6153
- #: app/features/mec/notifications.php:395 app/features/notifications.php:158
6154
- #: app/libraries/main.php:598
6155
  msgid "Booking Cancellation"
6156
  msgstr "Buchung stornieren"
6157
 
6158
- #: app/features/mec/notifications.php:399
6159
  msgid "Enable cancellation notification"
6160
  msgstr "Benachrichtigung bei stornierter Buchung"
6161
 
6162
- #: app/features/mec/notifications.php:403
6163
  #, fuzzy
6164
  #| msgid "It sends to attendee after booking for notifying him/her."
6165
  msgid "Sent to selected recipients after booking cancellation to notify them."
@@ -6167,32 +6181,32 @@ msgstr ""
6167
  "Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
6168
  "benachrichtigen."
6169
 
6170
- #: app/features/mec/notifications.php:456
6171
- #: app/features/mec/notifications.php:577
6172
- #: app/features/mec/notifications.php:779
6173
  msgid "Send the email to admin"
6174
  msgstr "Sendet die E-Mail zum Admin"
6175
 
6176
- #: app/features/mec/notifications.php:464
6177
  #, fuzzy
6178
  #| msgid "Send the email to booking user"
6179
  msgid "Send the email to the booked user"
6180
  msgstr "Sendet die Email zum Buchungs "
6181
 
6182
- #: app/features/mec/notifications.php:502
6183
- #: app/features/mec/notifications.php:622 app/features/notifications.php:125
6184
  msgid "Admin booking management link."
6185
  msgstr "Admin-link zur Buchungsverwaltung"
6186
 
6187
- #: app/features/mec/notifications.php:516 app/libraries/main.php:600
6188
  msgid "Admin"
6189
  msgstr "Admin"
6190
 
6191
- #: app/features/mec/notifications.php:520
6192
  msgid "Enable admin notification"
6193
  msgstr "Buchungsbenachrichtigung aktivieren (Admin)"
6194
 
6195
- #: app/features/mec/notifications.php:524
6196
  #, fuzzy
6197
  #| msgid "It sends to admin to notify him/her that a new booking received."
6198
  msgid "Sent to admin to notify them that a new booking has been received."
@@ -6200,16 +6214,16 @@ msgstr ""
6200
  "Sendet eine Benachrichtigung an den Adminstrator um diesen darüber zu "
6201
  "Informieren, dass eine neue Buchung eingegangen ist."
6202
 
6203
- #: app/features/mec/notifications.php:636 app/features/notifications.php:164
6204
- #: app/libraries/main.php:599 app/libraries/notifications.php:596
6205
  msgid "Booking Reminder"
6206
  msgstr "Buchungs Erinnerung"
6207
 
6208
- #: app/features/mec/notifications.php:640
6209
  msgid "Enable booking reminder notification"
6210
  msgstr "Aktivieren Sie die Erinnerung für die Buchungserinnerung"
6211
 
6212
- #: app/features/mec/notifications.php:646
6213
  #, fuzzy, php-format
6214
  #| msgid ""
6215
  #| "Set a cronjob to call %s file once per day otherwise it won't send the "
@@ -6225,37 +6239,37 @@ msgstr ""
6225
  "Sie diese Datei% s aufrufen sollten, sonst könnten die Erinnerungen mehrmals "
6226
  "gesendet werden."
6227
 
6228
- #: app/features/mec/notifications.php:646
6229
  #, fuzzy
6230
  #| msgid "only once per day"
6231
  msgid "only once per hour"
6232
  msgstr "nur einmal pro Tag"
6233
 
6234
- #: app/features/mec/notifications.php:699 app/libraries/main.php:7299
6235
- #: app/libraries/main.php:7316
6236
  #, fuzzy
6237
  #| msgid "Hour"
6238
  msgid "Hours"
6239
  msgstr "Stunde"
6240
 
6241
- #: app/features/mec/notifications.php:703
6242
  msgid "Reminder hours"
6243
  msgstr ""
6244
 
6245
- #: app/features/mec/notifications.php:704
6246
  msgid "Please, insert comma to separate reminder hours."
6247
  msgstr ""
6248
 
6249
- #: app/features/mec/notifications.php:768 app/features/popup/event.php:253
6250
- #: app/libraries/main.php:588
6251
  msgid "New Event"
6252
  msgstr "Neue Veranstaltung"
6253
 
6254
- #: app/features/mec/notifications.php:772
6255
  msgid "Enable new event notification"
6256
  msgstr "Benachrichtigung bei neuen Veranstaltungen aktivieren"
6257
 
6258
- #: app/features/mec/notifications.php:782
6259
  #, fuzzy
6260
  #| msgid ""
6261
  #| "It sends after adding a new event from frontend event submission or from "
@@ -6267,41 +6281,41 @@ msgstr ""
6267
  "Wird nach dem Hinzufügen einer neuen Veranstaltung aus der Frontend-"
6268
  "Übermittlung oder dem Backend versandt."
6269
 
6270
- #: app/features/mec/notifications.php:839
6271
- #: app/features/mec/notifications.php:923
6272
  msgid "Title of event"
6273
  msgstr "Titel der Veranstaltung"
6274
 
6275
- #: app/features/mec/notifications.php:840
6276
- #: app/features/mec/notifications.php:924
6277
  msgid "Link of event"
6278
  msgstr "Link der Veranstaltung"
6279
 
6280
- #: app/features/mec/notifications.php:843
6281
- #: app/features/mec/notifications.php:927 app/features/notifications.php:137
6282
  msgid "Status of event"
6283
  msgstr "Status der Veranstaltung"
6284
 
6285
- #: app/features/mec/notifications.php:844
6286
- #: app/features/mec/notifications.php:928 app/features/mec/settings.php:870
6287
- #: app/features/mec/settings.php:874 app/features/notifications.php:138
6288
  msgid "Event Note"
6289
  msgstr "Veranstaltungsnotiz"
6290
 
6291
- #: app/features/mec/notifications.php:848
6292
- #: app/features/mec/notifications.php:932
6293
  msgid "Admin events management link."
6294
  msgstr "Admin-link zur Veranstaltungsverwaltung"
6295
 
6296
- #: app/features/mec/notifications.php:858 app/libraries/main.php:589
6297
  msgid "User Event Publishing"
6298
  msgstr "Nutzer Event wurde veröffentlicht."
6299
 
6300
- #: app/features/mec/notifications.php:862
6301
  msgid "Enable user event publishing notification"
6302
  msgstr "Benachrichtigung bei neuen Nutzer Veranstaltungen aktivieren"
6303
 
6304
- #: app/features/mec/notifications.php:866
6305
  #, fuzzy
6306
  #| msgid ""
6307
  #| "It sends after adding a new event from frontend event submission or from "
@@ -6313,13 +6327,13 @@ msgstr ""
6313
  "Wird nach dem Hinzufügen einer neuen Veranstaltung aus der Frontend-"
6314
  "Übermittlung oder dem Backend versandt."
6315
 
6316
- #: app/features/mec/notifications.php:940 app/libraries/main.php:603
6317
  #, fuzzy
6318
  #| msgid "Notifications"
6319
  msgid "Notifications Per Event"
6320
  msgstr "Benachrichtigungen"
6321
 
6322
- #: app/features/mec/notifications.php:944
6323
  #, fuzzy
6324
  #| msgid "Admin Notification"
6325
  msgid "Edit Notifications Per Event"
@@ -6395,7 +6409,7 @@ msgstr "E-Mail Inhalt darf nicht leer sein!"
6395
  msgid "There was an error please try again!"
6396
  msgstr "Es ist ein Fehler aufgetreten, bitte erneut Versuchen!"
6397
 
6398
- #: app/features/mec/settings.php:62 app/features/mec/settings.php:72
6399
  msgid "Hide Events"
6400
  msgstr "Events verbergen"
6401
 
@@ -6415,32 +6429,32 @@ msgstr "+2 Stunden nach dem Start"
6415
  msgid "On Event End"
6416
  msgstr "Am Event Ende"
6417
 
6418
- #: app/features/mec/settings.php:73
6419
  msgid ""
6420
  "This option is for showing start/end time of events on frontend of website."
6421
  msgstr ""
6422
  "Diese Option ist um die Start/Endezeit von Events im Frontend der Webseite "
6423
  "anzuzeigen"
6424
 
6425
- #: app/features/mec/settings.php:82 app/features/mec/settings.php:91
6426
  msgid "Multiple Day Events"
6427
  msgstr "Mehrtagesveranstaltung"
6428
 
6429
- #: app/features/mec/settings.php:85
6430
  #, fuzzy
6431
  #| msgid "Show only first day on List/Grid/Slider skins"
6432
  msgid "Show only first day on List/Grid/Slider/Agenda skins"
6433
  msgstr "Zeige nur den ersten Tag auf Listen/Raster(Grid)/Slider skins."
6434
 
6435
- #: app/features/mec/settings.php:86
6436
  msgid "Show only first day on all skins"
6437
  msgstr "Nur den ersten Tag in allen Ansichten zeigen"
6438
 
6439
- #: app/features/mec/settings.php:87
6440
  msgid "Show all days"
6441
  msgstr "Alle Tage anzeigen"
6442
 
6443
- #: app/features/mec/settings.php:92
6444
  msgid ""
6445
  "For showing all days of multiple day events on frontend or only show the "
6446
  "first day."
@@ -6448,68 +6462,68 @@ msgstr ""
6448
  "Um alle Tage anzuzeigen bei Events über mehrere Tage im Frontend oder nur "
6449
  "den ersten Tag anzeigen"
6450
 
6451
- #: app/features/mec/settings.php:101
6452
  msgid "Remove MEC Data on Plugin Uninstall"
6453
  msgstr "Entfernen von MEC Data auf dem Plugin Deinstallierer"
6454
 
6455
- #: app/features/mec/settings.php:112
6456
  #, fuzzy
6457
  #| msgid "No Search Options"
6458
  msgid "Sender Name"
6459
  msgstr "Keine Suchoptionen"
6460
 
6461
- #: app/features/mec/settings.php:115
6462
  msgid "e.g. Webnus"
6463
  msgstr "z.B. Webnus"
6464
 
6465
- #: app/features/mec/settings.php:122
6466
  msgid "Sender Email"
6467
  msgstr "Absender (E-Mail)"
6468
 
6469
- #: app/features/mec/settings.php:125
6470
  msgid "e.g. info@webnus.biz"
6471
  msgstr "z.B. info@webnus.biz"
6472
 
6473
- #: app/features/mec/settings.php:131
6474
  msgid "Exclude Date Suffix"
6475
  msgstr "Ausschlussdatum Suffix"
6476
 
6477
- #: app/features/mec/settings.php:134
6478
  msgid "Remove suffix from calendars"
6479
  msgstr "Suffix aus den Kalendern entfernen"
6480
 
6481
- #: app/features/mec/settings.php:138
6482
  #, fuzzy
6483
  #| msgid "Remove suffix from calendars"
6484
  msgid "Remove \"Th\" on calendar"
6485
  msgstr "Suffix aus den Kalendern entfernen"
6486
 
6487
- #: app/features/mec/settings.php:139
6488
  msgid ""
6489
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
6490
  "showing just '12' )"
6491
  msgstr ""
6492
 
6493
- #: app/features/mec/settings.php:146 app/features/mec/settings.php:153
6494
  msgid "Schema"
6495
  msgstr ""
6496
 
6497
- #: app/features/mec/settings.php:149
6498
  #, fuzzy
6499
  #| msgid "Enable coupons module"
6500
  msgid "Enable Schema Code"
6501
  msgstr "Gutscheinmodul aktivieren"
6502
 
6503
- #: app/features/mec/settings.php:154
6504
  msgid "You can enable/disable Schema scripts"
6505
  msgstr ""
6506
 
6507
- #: app/features/mec/settings.php:163 app/features/mec/settings.php:173
6508
- #: app/libraries/main.php:6221 app/libraries/main.php:6275
6509
  msgid "Weekdays"
6510
  msgstr "Wochentage"
6511
 
6512
- #: app/features/mec/settings.php:174
6513
  #, fuzzy
6514
  #| msgid ""
6515
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
@@ -6522,11 +6536,11 @@ msgstr ""
6522
  "Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
6523
  "Donnerstag und Freitag gesetzt."
6524
 
6525
- #: app/features/mec/settings.php:184 app/features/mec/settings.php:194
6526
  msgid "Weekends"
6527
  msgstr "Wochenenden"
6528
 
6529
- #: app/features/mec/settings.php:195
6530
  #, fuzzy
6531
  #| msgid ""
6532
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
@@ -6539,159 +6553,159 @@ msgstr ""
6539
  "Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
6540
  "Donnerstag und Freitag gesetzt."
6541
 
6542
- #: app/features/mec/settings.php:204
6543
  #, fuzzy
6544
  #| msgid "Date Format"
6545
  msgid "Datepicker Format"
6546
  msgstr "Datumsformat"
6547
 
6548
- #: app/features/mec/settings.php:212
6549
  msgid "(Y-m-d)"
6550
  msgstr ""
6551
 
6552
- #: app/features/mec/settings.php:213
6553
  msgid "(d-m-Y)"
6554
  msgstr ""
6555
 
6556
- #: app/features/mec/settings.php:216
6557
  msgid "(Y/m/d)"
6558
  msgstr ""
6559
 
6560
- #: app/features/mec/settings.php:217
6561
  msgid "(m/d/Y)"
6562
  msgstr ""
6563
 
6564
- #: app/features/mec/settings.php:220
6565
  msgid "(Y.m.d)"
6566
  msgstr ""
6567
 
6568
- #: app/features/mec/settings.php:221
6569
  msgid "(d.m.Y)"
6570
  msgstr ""
6571
 
6572
- #: app/features/mec/settings.php:227 app/features/mec/settings.php:239
6573
  msgid "Midnight Hour"
6574
  msgstr "Mitternacht"
6575
 
6576
- #: app/features/mec/settings.php:230
6577
  msgid "12 AM"
6578
  msgstr "00:00"
6579
 
6580
- #: app/features/mec/settings.php:231
6581
  msgid "1 AM"
6582
  msgstr "01:00"
6583
 
6584
- #: app/features/mec/settings.php:232
6585
  msgid "2 AM"
6586
  msgstr "02:00"
6587
 
6588
- #: app/features/mec/settings.php:233
6589
  msgid "3 AM"
6590
  msgstr "03:00"
6591
 
6592
- #: app/features/mec/settings.php:234
6593
  msgid "4 AM"
6594
  msgstr "04:00"
6595
 
6596
- #: app/features/mec/settings.php:235
6597
  msgid "5 AM"
6598
  msgstr "05:00"
6599
 
6600
- #: app/features/mec/settings.php:240
6601
  msgid ""
6602
  "12 AM is midnight by default but you can change it if your event ends after "
6603
  "12 AM and you don't want those events considered as multiple days events!"
6604
  msgstr ""
6605
 
6606
- #: app/features/mec/settings.php:248
6607
  #, fuzzy
6608
  #| msgid "Add Shortcode"
6609
  msgid "Open \"Add Event\" as Popup"
6610
  msgstr "Shortcode hinzufügen"
6611
 
6612
- #: app/features/mec/settings.php:251 app/features/mec/settings.php:259
6613
- #: app/features/mec/settings.php:267 app/features/mec/single.php:111
6614
  #, fuzzy
6615
  #| msgid "Enabled"
6616
  msgid "Enable"
6617
  msgstr "Aktiviert"
6618
 
6619
- #: app/features/mec/settings.php:256
6620
  #, fuzzy
6621
  #| msgid "Add Shortcode"
6622
  msgid "Open \"Add Shortcode\" as Popup"
6623
  msgstr "Shortcode hinzufügen"
6624
 
6625
- #: app/features/mec/settings.php:264
6626
  #, fuzzy
6627
  #| msgid "Featured Image"
6628
  msgid "Include Event Featured Image in Feed"
6629
  msgstr "Ausgewähltes Bild"
6630
 
6631
- #: app/features/mec/settings.php:274 app/libraries/main.php:538
6632
  msgid "Archive Pages"
6633
  msgstr ""
6634
 
6635
- #: app/features/mec/settings.php:277 app/features/mec/settings.php:282
6636
  msgid "Archive Page Title"
6637
  msgstr "Titel der Archivseite"
6638
 
6639
- #: app/features/mec/settings.php:283
6640
  #, fuzzy
6641
  #| msgid "Default value is Events"
6642
  msgid "Default value is Events - It's title of the page"
6643
  msgstr "Der Standardwert ist Ereignisse (Events)"
6644
 
6645
- #: app/features/mec/settings.php:291 app/features/mec/settings.php:359
6646
  msgid "Archive Page Skin"
6647
  msgstr "Skin Seite Archiv"
6648
 
6649
- #: app/features/mec/settings.php:299 app/features/mec/settings.php:376
6650
  #, fuzzy
6651
  #| msgid "Edit shortcodes"
6652
  msgid "Put shortcode..."
6653
  msgstr "Shortcode ändern"
6654
 
6655
- #: app/features/mec/settings.php:302 app/features/mec/settings.php:317
6656
- #: app/features/mec/settings.php:320 app/features/mec/settings.php:329
6657
- #: app/features/mec/settings.php:355 app/features/mec/settings.php:379
6658
- #: app/features/mec/settings.php:394 app/features/mec/settings.php:397
6659
- #: app/features/mec/settings.php:406 app/features/mec/settings.php:432
6660
  #, fuzzy
6661
  #| msgid "The event is ongoing."
6662
  msgid "There is no skins"
6663
  msgstr "Die Veranstaltung ist im Gange."
6664
 
6665
- #: app/features/mec/settings.php:305 app/features/mec/settings.php:382
6666
  #: app/features/mec/single.php:73
6667
  msgid "Modern Style"
6668
  msgstr "Moderner Stil"
6669
 
6670
- #: app/features/mec/settings.php:347 app/features/mec/settings.php:424
6671
  msgid "colorful"
6672
  msgstr "Farbenfroh"
6673
 
6674
- #: app/features/mec/settings.php:352 app/features/mec/settings.php:429
6675
  #, fuzzy
6676
  #| msgid "Plain Style"
6677
  msgid "Clean Style"
6678
  msgstr "Einfacher schlichter Stil"
6679
 
6680
- #: app/features/mec/settings.php:360
6681
  #, fuzzy
6682
  #| msgid "Default value is Calendar/Monthly View"
6683
  msgid "Default value is Calendar/Monthly View, But you can change it "
6684
  msgstr "Der Standardwert ist Kalender / Monatsansicht"
6685
 
6686
- #: app/features/mec/settings.php:360 app/features/mec/settings.php:437
6687
  msgid "See Demo"
6688
  msgstr ""
6689
 
6690
- #: app/features/mec/settings.php:368 app/features/mec/settings.php:436
6691
  msgid "Category Page Skin"
6692
  msgstr "Kategorie Seiten Skin"
6693
 
6694
- #: app/features/mec/settings.php:437
6695
  #, fuzzy
6696
  #| msgid "Default value is Calendar/Monthly View"
6697
  msgid ""
@@ -6699,23 +6713,23 @@ msgid ""
6699
  "categories."
6700
  msgstr "Der Standardwert ist Kalender / Monatsansicht"
6701
 
6702
- #: app/features/mec/settings.php:445 app/features/mec/settings.php:453
6703
  msgid "Category Events Method"
6704
  msgstr ""
6705
 
6706
- #: app/features/mec/settings.php:454
6707
  msgid "Default value is Upcoming Events"
6708
  msgstr ""
6709
 
6710
- #: app/features/mec/settings.php:462 app/features/mec/settings.php:470
6711
  msgid "Events Archive Status"
6712
  msgstr "Events Archiv Status"
6713
 
6714
- #: app/features/mec/settings.php:465
6715
  msgid "Enabled (Recommended)"
6716
  msgstr "Ist aktiviert (empfohlen)"
6717
 
6718
- #: app/features/mec/settings.php:471
6719
  msgid ""
6720
  "If you disable it, then you should create a page as archive page of MEC. "
6721
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
@@ -6725,18 +6739,18 @@ msgstr ""
6725
  "erstellen. Page´s slug muss gleich sein wie \"Main Slug\" von MEC. Außerdem "
6726
  "werden alle MEC-Rewrite-Regeln deaktiviert."
6727
 
6728
- #: app/features/mec/settings.php:484 app/features/mec/settings.php:489
6729
  msgid "Main Slug"
6730
  msgstr "Main Slug"
6731
 
6732
- #: app/features/mec/settings.php:490
6733
  msgid ""
6734
  "Default value is events. You can not have a page with this name. MEC allows "
6735
  "you to create custom URLs for the permalinks and archives to enhance the "
6736
  "applicability and forward-compatibility of the links."
6737
  msgstr ""
6738
 
6739
- #: app/features/mec/settings.php:494 app/features/mec/settings.php:508
6740
  #, fuzzy
6741
  #| msgid ""
6742
  #| "Default value is events. Valid characters are lowercase a-z, - character "
@@ -6746,11 +6760,11 @@ msgstr ""
6746
  "Standardwert ist Events. Gültige Zeichen sind Kleinbuchstaben a-z, - Zeichen "
6747
  "und Zahlen."
6748
 
6749
- #: app/features/mec/settings.php:498 app/features/mec/settings.php:503
6750
  msgid "Category Slug"
6751
  msgstr "Category Slug"
6752
 
6753
- #: app/features/mec/settings.php:504
6754
  #, fuzzy
6755
  #| msgid ""
6756
  #| "It's slug of MEC categories, you can change it to events-cat or something "
@@ -6766,94 +6780,94 @@ msgstr ""
6766
  "für den link. Zum Beispiel example.com/events-cat oder example.com/mec-"
6767
  "category"
6768
 
6769
- #: app/features/mec/settings.php:516
6770
  msgid "Currency"
6771
  msgstr "Währung"
6772
 
6773
- #: app/features/mec/settings.php:526 app/features/mec/settings.php:531
6774
  msgid "Currency Sign"
6775
  msgstr "Währungssymbol"
6776
 
6777
- #: app/features/mec/settings.php:532
6778
  msgid "Default value will be \"currency\" if you leave it empty."
6779
  msgstr "Standardwert wird \"currency\" sein wenn Sie es leer lassen"
6780
 
6781
- #: app/features/mec/settings.php:539
6782
  msgid "Currency Position"
6783
  msgstr "Position des Währungssymbols"
6784
 
6785
- #: app/features/mec/settings.php:542
6786
  msgid "Before $10"
6787
  msgstr "Vor €10"
6788
 
6789
- #: app/features/mec/settings.php:543
6790
  msgid "After 10$"
6791
  msgstr "Nach 10€"
6792
 
6793
- #: app/features/mec/settings.php:548
6794
  msgid "Thousand Separator"
6795
  msgstr "Tausendertrennzeichen"
6796
 
6797
- #: app/features/mec/settings.php:554
6798
  msgid "Decimal Separator"
6799
  msgstr "Dezimaltrennzeichen"
6800
 
6801
- #: app/features/mec/settings.php:564
6802
  msgid "No decimal"
6803
  msgstr "Keine Dezimale"
6804
 
6805
- #: app/features/mec/settings.php:575
6806
  msgid "Enable Google Recaptcha"
6807
  msgstr "Google Recaptcha aktivieren"
6808
 
6809
- #: app/features/mec/settings.php:584
6810
  msgid "Enable on booking form"
6811
  msgstr "Auf dem Buchungsformular aktivieren"
6812
 
6813
- #: app/features/mec/settings.php:592
6814
  #, fuzzy
6815
  #| msgid "Enable on \"Frontend Event Submittion\" form"
6816
  msgid "Enable on \"Frontend Event Submission\" form"
6817
  msgstr "Aktivieren auf dem \"Frontend Event Submittion\" Formular"
6818
 
6819
- #: app/features/mec/settings.php:596
6820
  msgid "Site Key"
6821
  msgstr "Site Key (Seitenschlüssel)"
6822
 
6823
- #: app/features/mec/settings.php:602
6824
  msgid "Secret Key"
6825
  msgstr "Geheimschlüssel"
6826
 
6827
- #: app/features/mec/settings.php:614 app/features/mec/settings.php:622
6828
  msgid "Time Format"
6829
  msgstr "Zeitformat"
6830
 
6831
- #: app/features/mec/settings.php:617
6832
  msgid "12 hours format with AM/PM"
6833
  msgstr "12-Stunden-Format mit AM/FM"
6834
 
6835
- #: app/features/mec/settings.php:618
6836
  msgid "24 hours format"
6837
  msgstr "24-Stunden-Format"
6838
 
6839
- #: app/features/mec/settings.php:623
6840
  msgid "This option, affects the selection of Start/End time."
6841
  msgstr ""
6842
 
6843
- #: app/features/mec/settings.php:631
6844
  msgid "Events List Page"
6845
  msgstr "Seite Liste der Veranstaltungen"
6846
 
6847
- #: app/features/mec/settings.php:640 app/features/mec/settings.php:652
6848
  #, php-format
6849
  msgid "Put %s shortcode into the page."
6850
  msgstr "%s shortcode in die Seite einfügen"
6851
 
6852
- #: app/features/mec/settings.php:643
6853
  msgid "Add/Edit Events Page"
6854
  msgstr "Veranstaltungsseite hinzufügen/bearbeiten"
6855
 
6856
- #: app/features/mec/settings.php:667
6857
  #, fuzzy
6858
  #| msgid ""
6859
  #| "User redirects to this page after new event submission. Leave it empty if "
@@ -6865,21 +6879,21 @@ msgstr ""
6865
  "Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
6866
  "es leer, wenn Sie es deaktivieren möchten."
6867
 
6868
- #: app/features/mec/settings.php:690 app/features/mec/settings.php:695
6869
  #, fuzzy
6870
  #| msgid "Amount (Per Ticket)"
6871
  msgid "Maximum File Size"
6872
  msgstr "Betrag (pro Ticket)"
6873
 
6874
- #: app/features/mec/settings.php:692
6875
  msgid "in KB"
6876
  msgstr ""
6877
 
6878
- #: app/features/mec/settings.php:696
6879
  msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
6880
  msgstr ""
6881
 
6882
- #: app/features/mec/settings.php:705
6883
  #, fuzzy
6884
  #| msgid "Enable event submission by guest (Not logged-in) users"
6885
  msgid "Enable event submission by guest (Not logged in) users"
@@ -6887,73 +6901,73 @@ msgstr ""
6887
  "Das Erstellen von Veranstaltungen durch Gäste (nicht angemeldete Nutzer) "
6888
  "erlauben"
6889
 
6890
- #: app/features/mec/settings.php:712
6891
  msgid "Enable mandatory email and name for guest user"
6892
  msgstr ""
6893
  "Aktivieren Sie die obligatorische E-Mail und den Namen für Gastbenutzer"
6894
 
6895
- #: app/features/mec/settings.php:718
6896
  msgid ""
6897
  "Automatically create users after event publish and assign event to the "
6898
  "created user"
6899
  msgstr ""
6900
 
6901
- #: app/features/mec/settings.php:723
6902
  msgid "Frontend Event Submission Sections"
6903
  msgstr "Frontend Veranstaltungen Einreichung Sektionen"
6904
 
6905
- #: app/features/mec/settings.php:727
6906
  #, fuzzy
6907
  #| msgid "Event Details"
6908
  msgid "Event Data Fields"
6909
  msgstr "Veranstaltungsdetails"
6910
 
6911
- #: app/features/mec/settings.php:751 app/widgets/single.php:119
6912
  msgid "Event Categories"
6913
  msgstr "Veranstaltungskategorien"
6914
 
6915
- #: app/features/mec/settings.php:757
6916
  msgid "Event Labels"
6917
  msgstr "Event Labels"
6918
 
6919
- #: app/features/mec/settings.php:769
6920
  msgid "Event Tags"
6921
  msgstr "Event Schlagworte"
6922
 
6923
- #: app/features/mec/settings.php:781 app/widgets/single.php:123
6924
  msgid "Event Organizer"
6925
  msgstr "Veranstaltungsmanager"
6926
 
6927
- #: app/features/mec/settings.php:807
6928
  #, fuzzy
6929
  #| msgid "Fees/Taxes Options"
6930
  msgid "Fees / Taxes Options"
6931
  msgstr "Gebühren/Steuer Optionen"
6932
 
6933
- #: app/features/mec/settings.php:821 app/features/schema.php:64
6934
  msgid "SEO Schema"
6935
  msgstr ""
6936
 
6937
- #: app/features/mec/settings.php:844 app/features/occurrences.php:72
6938
  #: app/features/occurrences.php:102
6939
  #, fuzzy
6940
  #| msgid "Occurrences times"
6941
  msgid "Occurrences"
6942
  msgstr " mal vorkommen"
6943
 
6944
- #: app/features/mec/settings.php:853
6945
  #, fuzzy
6946
  #| msgid "Edit Event"
6947
  msgid "Virtual Event"
6948
  msgstr "Event Bearbeiten"
6949
 
6950
- #: app/features/mec/settings.php:862
6951
  #, fuzzy
6952
  #| msgid "Book Event"
6953
  msgid "Zoom Event"
6954
  msgstr "Veranstaltung buchen"
6955
 
6956
- #: app/features/mec/settings.php:875
6957
  #, php-format
6958
  msgid ""
6959
  "Users can put a note for editors while they're submitting the event. Also "
@@ -6965,124 +6979,124 @@ msgstr ""
6965
  "Eventbenachrichtigung setzen, um die Notizen der Benutzer in der E-Mail zu "
6966
  "erhalten."
6967
 
6968
- #: app/features/mec/settings.php:882 app/features/mec/settings.php:890
6969
  #, fuzzy
6970
  #| msgid "Visibility"
6971
  msgid "Note visibility"
6972
  msgstr "Sichtbarkeit"
6973
 
6974
- #: app/features/mec/settings.php:885
6975
  msgid "Always"
6976
  msgstr "Immer"
6977
 
6978
- #: app/features/mec/settings.php:886
6979
  msgid "While event is not published"
6980
  msgstr "Das Ereignis wird nicht veröffentlicht"
6981
 
6982
- #: app/features/mec/settings.php:891
6983
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
6984
  msgstr ""
6985
  "Die Ereignisnotiz wird im Frontend-Einreichungsformular angezeigt und das "
6986
  "Ereignis im Backend bearbeitet."
6987
 
6988
- #: app/features/mec/settings.php:899
6989
  #, fuzzy
6990
  #| msgid "Required Field"
6991
  msgid "Required Fields"
6992
  msgstr "Pflichtfeld"
6993
 
6994
- #: app/features/mec/settings.php:902
6995
  #, fuzzy
6996
  #| msgid "Description"
6997
  msgid "Event Description"
6998
  msgstr "Beschreibung"
6999
 
7000
- #: app/features/mec/settings.php:906 app/libraries/main.php:6244
7001
- #: app/libraries/main.php:6293
7002
  msgid "More Info Link"
7003
  msgstr "Link Mehr Informationen"
7004
 
7005
- #: app/features/mec/settings.php:919 app/libraries/main.php:543
7006
  msgid "User Profile"
7007
  msgstr "Benutzer Profil"
7008
 
7009
- #: app/features/mec/settings.php:921
7010
  #, php-format
7011
  msgid ""
7012
  "Put %s shortcode into your desired page. Then users are able to see the "
7013
  "history of their bookings."
7014
  msgstr ""
7015
 
7016
- #: app/features/mec/settings.php:926 app/libraries/main.php:544
7017
  msgid "Search Bar"
7018
  msgstr "Suche"
7019
 
7020
- #: app/features/mec/settings.php:928
7021
  #, php-format
7022
  msgid ""
7023
  "Put %s shortcode into your desired page. Then users are able to search events"
7024
  msgstr ""
7025
 
7026
- #: app/features/mec/settings.php:932
7027
  msgid "Ajax Live mode"
7028
  msgstr ""
7029
 
7030
- #: app/features/mec/settings.php:936
7031
  msgid "Ajax mode"
7032
  msgstr ""
7033
 
7034
- #: app/features/mec/settings.php:937
7035
  msgid ""
7036
  "if you enable this option, the search button will disappear. To use this "
7037
  "feature, text input field must be enabled."
7038
  msgstr ""
7039
 
7040
- #: app/features/mec/settings.php:945
7041
  #, fuzzy
7042
  #| msgid "Modern Style"
7043
  msgid "Modern Type"
7044
  msgstr "Moderner Stil"
7045
 
7046
- #: app/features/mec/settings.php:949
7047
  msgid "Search bar fields"
7048
  msgstr "Such Felder"
7049
 
7050
- #: app/features/mec/settings.php:991
7051
  #, fuzzy
7052
  #| msgid "Text Input"
7053
  msgid "Text input"
7054
  msgstr "Text eingeben"
7055
 
7056
- #: app/features/mec/settings.php:1004
7057
  msgid "Enable Mailchimp Integration"
7058
  msgstr "Mailchimp Integration deaktivieren"
7059
 
7060
- #: app/features/mec/settings.php:1009 app/features/mec/settings.php:1014
7061
- #: app/features/mec/settings.php:1063 app/features/mec/settings.php:1087
7062
- #: app/features/mec/settings.php:1111 app/features/mec/settings.php:1182
7063
  msgid "API Key"
7064
  msgstr "API Schlüssel"
7065
 
7066
- #: app/features/mec/settings.php:1022 app/features/mec/settings.php:1027
7067
- #: app/features/mec/settings.php:1069 app/features/mec/settings.php:1188
7068
  msgid "List ID"
7069
  msgstr "List ID"
7070
 
7071
- #: app/features/mec/settings.php:1035 app/features/mec/settings.php:1043
7072
  msgid "Subscription Status"
7073
  msgstr "Buchungsstatus"
7074
 
7075
- #: app/features/mec/settings.php:1038
7076
  msgid "Subscribe automatically"
7077
  msgstr "automatisch Anmelden/Abonnieren"
7078
 
7079
- #: app/features/mec/settings.php:1039
7080
  msgid "Subscribe by verification"
7081
  msgstr ""
7082
  "Anmelden/Abonnieren durch Bestätigung\n"
7083
  " "
7084
 
7085
- #: app/features/mec/settings.php:1044
7086
  #, fuzzy
7087
  #| msgid ""
7088
  #| "If you choose \"Subscribe by verification\" then an email will send to "
@@ -7094,109 +7108,109 @@ msgstr ""
7094
  "Wenn Sie \"Anmelden durch Verifizierung\" wählen, wird eine E-Mail an den "
7095
  "Benutzer per Mailchimp zur Bestätigung gesendet."
7096
 
7097
- #: app/features/mec/settings.php:1054 app/libraries/main.php:546
7098
  #, fuzzy
7099
  #| msgid "Mailchimp Integration"
7100
  msgid "Campaign Monitor Integration"
7101
  msgstr "Mailchimp Integration"
7102
 
7103
- #: app/features/mec/settings.php:1058
7104
  #, fuzzy
7105
  #| msgid "Enable Mailchimp Integration"
7106
  msgid "Enable Campaign Monitor Integration"
7107
  msgstr "Mailchimp Integration deaktivieren"
7108
 
7109
- #: app/features/mec/settings.php:1078 app/libraries/main.php:547
7110
  #, fuzzy
7111
  #| msgid "Mailchimp Integration"
7112
  msgid "MailerLite Integration"
7113
  msgstr "Mailchimp Integration"
7114
 
7115
- #: app/features/mec/settings.php:1082
7116
  #, fuzzy
7117
  #| msgid "Enable Mailchimp Integration"
7118
  msgid "Enable MailerLite Integration"
7119
  msgstr "Mailchimp Integration deaktivieren"
7120
 
7121
- #: app/features/mec/settings.php:1093
7122
  msgid "Group ID"
7123
  msgstr "Gruppen ID "
7124
 
7125
- #: app/features/mec/settings.php:1102 app/libraries/main.php:548
7126
  #, fuzzy
7127
  #| msgid "BuddyPress Integration"
7128
  msgid "Constant Contact Integration"
7129
  msgstr "Buddy Press Integration"
7130
 
7131
- #: app/features/mec/settings.php:1106
7132
  #, fuzzy
7133
  #| msgid "Enable Mailchimp Integration"
7134
  msgid "Enable constantcontact Integration"
7135
  msgstr "Mailchimp Integration deaktivieren"
7136
 
7137
- #: app/features/mec/settings.php:1117
7138
  #, fuzzy
7139
  #| msgid "Facebook Page Link"
7140
  msgid "Access Token"
7141
  msgstr "Facebook Seiten Link"
7142
 
7143
- #: app/features/mec/settings.php:1141 app/features/mec/settings.php:1156
7144
  #, fuzzy
7145
  #| msgid "Select icon"
7146
  msgid "Select List"
7147
  msgstr "Wählen Sie ein Symbol"
7148
 
7149
- #: app/features/mec/settings.php:1157
7150
  msgid ""
7151
  "Please fill in the API key and Access Token field and save settings. after "
7152
  "that, please refresh the page and select a list."
7153
  msgstr ""
7154
 
7155
- #: app/features/mec/settings.php:1167 app/libraries/main.php:549
7156
  #, fuzzy
7157
  #| msgid "Mailchimp Integration"
7158
  msgid "Active Campaign Integration"
7159
  msgstr "Mailchimp Integration"
7160
 
7161
- #: app/features/mec/settings.php:1171
7162
  #, fuzzy
7163
  #| msgid "Enable Mailchimp Integration"
7164
  msgid "Enable Active Campaign Integration"
7165
  msgstr "Mailchimp Integration deaktivieren"
7166
 
7167
- #: app/features/mec/settings.php:1176
7168
  msgid "API URL"
7169
  msgstr ""
7170
 
7171
- #: app/features/mec/settings.php:1197
7172
  #, fuzzy
7173
  #| msgid "Filter Options"
7174
  msgid "Upload Field Options"
7175
  msgstr "Filteroptionen"
7176
 
7177
- #: app/features/mec/settings.php:1199
7178
  msgid "Mime types"
7179
  msgstr ""
7180
 
7181
- #: app/features/mec/settings.php:1203
7182
  msgid "Split mime types with \",\"."
7183
  msgstr ""
7184
 
7185
- #: app/features/mec/settings.php:1203
7186
  msgid "Default: jpeg,jpg,png,pdf"
7187
  msgstr ""
7188
 
7189
- #: app/features/mec/settings.php:1206
7190
  #, fuzzy
7191
  #| msgid "Amount (Per Ticket)"
7192
  msgid "Maximum file size"
7193
  msgstr "Betrag (pro Ticket)"
7194
 
7195
- #: app/features/mec/settings.php:1210
7196
  msgid "The unit is Megabyte \"MB\""
7197
  msgstr ""
7198
 
7199
- #: app/features/mec/single.php:38 app/libraries/main.php:554
7200
  #, fuzzy
7201
  #| msgid "Single Event Style"
7202
  msgid "Single Event Page"
@@ -7318,13 +7332,13 @@ msgid ""
7318
  "the settings page.' tab"
7319
  msgstr ""
7320
 
7321
- #: app/features/mec/single.php:162 app/libraries/main.php:555
7322
  #, fuzzy
7323
  #| msgid "Custom Styles"
7324
  msgid "Custom Fields"
7325
  msgstr "Benutzerdefinierte Stile"
7326
 
7327
- #: app/features/mec/single.php:192 app/libraries/main.php:3336
7328
  msgid "URL"
7329
  msgstr ""
7330
 
@@ -7373,7 +7387,7 @@ msgstr ""
7373
  "Mit dieser Option können Sie bestimmte Tage von vorkommenden Eventdaten ein-/"
7374
  "ausschließen."
7375
 
7376
- #: app/features/mec/single.php:286 app/libraries/main.php:558
7377
  msgid "Additional Organizers"
7378
  msgstr "Zusätzliche Organisatoren"
7379
 
@@ -7405,7 +7419,7 @@ msgstr ""
7405
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
7406
  "bearbeiten und auf der Seite für einzelne Events an."
7407
 
7408
- #: app/features/mec/single.php:318 app/libraries/main.php:560
7409
  #: app/skins/single.php:166 app/skins/single.php:418
7410
  msgid "Related Events"
7411
  msgstr "Vorgeschlagene Veranstaltungen"
@@ -7420,7 +7434,7 @@ msgstr ""
7420
  msgid "Select Taxonomies:"
7421
  msgstr "Klassifizierung "
7422
 
7423
- #: app/features/mec/single.php:360 app/libraries/main.php:561
7424
  #, fuzzy
7425
  #| msgid "Next/Previous Buttons"
7426
  msgid "Next / Previous Events"
@@ -7430,7 +7444,7 @@ msgstr "Schaltfläche \"Nächste/Letzte\""
7430
  msgid "Display next / previous events based on taxonomy in single event page."
7431
  msgstr ""
7432
 
7433
- #: app/features/mec/single.php:402 app/libraries/main.php:604
7434
  #, fuzzy
7435
  #| msgid "Next Occurrence"
7436
  msgid "Edit Per Occurrences"
@@ -7638,7 +7652,7 @@ msgstr ""
7638
  msgid "MEC Settings"
7639
  msgstr "MEC - Einstellungen"
7640
 
7641
- #: app/features/mec/support-page.php:99 app/libraries/main.php:656
7642
  #, fuzzy
7643
  #| msgid "Single Event Style"
7644
  msgid "Single Event"
@@ -8003,11 +8017,11 @@ msgstr ""
8003
  msgid "Create a support ticket"
8004
  msgstr "Erstelle ein Support-Ticket"
8005
 
8006
- #: app/features/mec/support.php:52 app/libraries/main.php:802
8007
  msgid "Styling Options"
8008
  msgstr "Styling-Optionen"
8009
 
8010
- #: app/features/mec/support.php:59 app/libraries/main.php:809
8011
  msgid "Custom CSS"
8012
  msgstr "Custom CSS"
8013
 
@@ -8094,17 +8108,17 @@ msgstr ""
8094
  msgid "Attendee Price (for booking confirmation notification)"
8095
  msgstr "Aktivieren Sie die Erinnerung für die Buchungserinnerung"
8096
 
8097
- #: app/features/notifications.php:149
8098
  #, fuzzy
8099
  #| msgid "Email verification"
8100
  msgid "Email Verification"
8101
  msgstr "Email-Verifizierung"
8102
 
8103
- #: app/features/notifications.php:152
8104
  msgid "Booking Notification"
8105
  msgstr "Buchungsbenachrichtigung"
8106
 
8107
- #: app/features/notifications.php:161
8108
  msgid "Admin Notification"
8109
  msgstr "Admin-Benachrichtiung"
8110
 
@@ -8271,8 +8285,8 @@ msgstr "z.B.. max@mustermann.com"
8271
  msgid "eg. https://webnus.net"
8272
  msgstr "http://webnus.net"
8273
 
8274
- #: app/features/organizers.php:312 app/libraries/main.php:6249
8275
- #: app/libraries/main.php:6296 app/skins/single.php:1290
8276
  msgid "Other Organizers"
8277
  msgstr "Andere Veranstalter"
8278
 
@@ -8462,7 +8476,7 @@ msgstr "Neuen Shortcode hinzufügen"
8462
  msgid "Please %s/%s in order to see your bookings / profile."
8463
  msgstr "Um neue Veranstaltungen einzugeben, bitte %s/%s"
8464
 
8465
- #: app/features/profile/profile.php:20 app/libraries/main.php:2446
8466
  msgid "Your booking already canceled!"
8467
  msgstr "Ihre Buchung wurde bereits storniert."
8468
 
@@ -8470,11 +8484,11 @@ msgstr "Ihre Buchung wurde bereits storniert."
8470
  msgid "#"
8471
  msgstr ""
8472
 
8473
- #: app/features/profile/profile.php:61 app/libraries/main.php:3668
8474
  msgid "Status"
8475
  msgstr ""
8476
 
8477
- #: app/features/profile/profile.php:64 app/libraries/main.php:2644
8478
  msgid "Attendees"
8479
  msgstr "Teilnehmer"
8480
 
@@ -8534,12 +8548,12 @@ msgstr "Suche %s"
8534
  msgid "No search result."
8535
  msgstr "Kein Suchergebnis"
8536
 
8537
- #: app/features/search_bar/search_result.php:12 app/libraries/main.php:6251
8538
- #: app/libraries/main.php:6298 app/libraries/notifications.php:1025
8539
- #: app/libraries/render.php:531 app/libraries/render.php:851
8540
  #: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
8541
  #: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
8542
- #: app/modules/next-event/details.php:145 app/skins/single.php:1182
8543
  #: app/skins/single/default.php:124 app/skins/single/default.php:358
8544
  #: app/skins/single/m1.php:46 app/skins/single/modern.php:222
8545
  #, fuzzy
@@ -8565,7 +8579,7 @@ msgid "Insert speaker email address."
8565
  msgstr "Veranstalter Email-Adresse hinzufügen"
8566
 
8567
  #: app/features/speakers.php:135 app/features/speakers.php:208
8568
- #: app/skins/single.php:1264 app/skins/single.php:1323
8569
  #: app/skins/single/default.php:202 app/skins/single/default.php:268
8570
  #: app/skins/single/default.php:435 app/skins/single/default.php:501
8571
  #: app/skins/single/m1.php:126 app/skins/single/m1.php:180
@@ -8642,9 +8656,9 @@ msgid ""
8642
  "section and speaker widget section!"
8643
  msgstr ""
8644
 
8645
- #: app/features/wc.php:103 app/libraries/notifications.php:1010
8646
- #: app/libraries/notifications.php:1025 app/libraries/notifications.php:1036
8647
- #: app/libraries/notifications.php:1304 app/libraries/notifications.php:1305
8648
  #, php-format
8649
  msgid "%s to %s"
8650
  msgstr "%s zu %s"
@@ -8668,8 +8682,8 @@ msgstr "%s Preis"
8668
  msgid "Discount"
8669
  msgstr "Rabatt"
8670
 
8671
- #: app/libraries/book.php:868 app/modules/booking/default.php:415
8672
- #: app/modules/booking/default.php:520
8673
  msgid "Download Invoice"
8674
  msgstr "Download Rechnung"
8675
 
@@ -8748,118 +8762,118 @@ msgstr ""
8748
  "Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
8749
  "Beitrag handelt."
8750
 
8751
- #: app/libraries/main.php:337 app/libraries/main.php:2058
8752
- #: app/libraries/main.php:2083
8753
  msgid "Agenda View"
8754
  msgstr "Agendaansicht"
8755
 
8756
- #: app/libraries/main.php:338 app/libraries/main.php:2049
8757
- #: app/libraries/main.php:2074
8758
  msgid "Full Calendar"
8759
  msgstr "Ganzer Kalender"
8760
 
8761
- #: app/libraries/main.php:340 app/libraries/main.php:2051
8762
- #: app/libraries/main.php:2076
8763
  msgid "Calendar/Monthly View"
8764
  msgstr "Kalender-/Monatsansicht"
8765
 
8766
- #: app/libraries/main.php:343 app/libraries/main.php:2054
8767
- #: app/libraries/main.php:2079
8768
  msgid "Timetable View"
8769
  msgstr "Stundenplan"
8770
 
8771
- #: app/libraries/main.php:344 app/libraries/main.php:2055
8772
- #: app/libraries/main.php:2080
8773
  msgid "Masonry View"
8774
  msgstr "Kachel Ansicht"
8775
 
8776
- #: app/libraries/main.php:345 app/libraries/main.php:2059
8777
- #: app/libraries/main.php:2084
8778
  msgid "Map View"
8779
  msgstr "Kartenansicht"
8780
 
8781
- #: app/libraries/main.php:346
8782
  msgid "Cover View"
8783
  msgstr "Deckblattansicht"
8784
 
8785
- #: app/libraries/main.php:347
8786
  msgid "Countdown View"
8787
  msgstr "Countdownansicht"
8788
 
8789
- #: app/libraries/main.php:348
8790
  msgid "Available Spot"
8791
  msgstr "Verfügbarer Spot"
8792
 
8793
- #: app/libraries/main.php:349
8794
  msgid "Carousel View"
8795
  msgstr "Karussellansicht"
8796
 
8797
- #: app/libraries/main.php:350
8798
  msgid "Slider View"
8799
  msgstr "Slideransicht"
8800
 
8801
- #: app/libraries/main.php:351
8802
  #, fuzzy
8803
  #| msgid "Timetable View"
8804
  msgid "Timeline View"
8805
  msgstr "Stundenplan"
8806
 
8807
- #: app/libraries/main.php:390 app/libraries/main.php:6223
8808
- #: app/libraries/main.php:6277
8809
  msgid "SU"
8810
  msgstr "SO"
8811
 
8812
- #: app/libraries/main.php:391 app/libraries/main.php:6224
8813
- #: app/libraries/main.php:6278
8814
  msgid "MO"
8815
  msgstr "MO"
8816
 
8817
- #: app/libraries/main.php:392 app/libraries/main.php:6225
8818
- #: app/libraries/main.php:6279
8819
  msgid "TU"
8820
  msgstr "DI"
8821
 
8822
- #: app/libraries/main.php:393 app/libraries/main.php:6226
8823
- #: app/libraries/main.php:6280
8824
  msgid "WE"
8825
  msgstr "MI"
8826
 
8827
- #: app/libraries/main.php:394 app/libraries/main.php:6227
8828
- #: app/libraries/main.php:6281
8829
  msgid "TH"
8830
  msgstr "DO"
8831
 
8832
- #: app/libraries/main.php:395 app/libraries/main.php:6228
8833
- #: app/libraries/main.php:6282
8834
  msgid "FR"
8835
  msgstr "FR"
8836
 
8837
- #: app/libraries/main.php:396 app/libraries/main.php:6229
8838
- #: app/libraries/main.php:6283
8839
  msgid "SA"
8840
  msgstr "SA"
8841
 
8842
- #: app/libraries/main.php:550
8843
  #, fuzzy
8844
  #| msgid "Upload/Add image"
8845
  msgid "Upload Field"
8846
  msgstr "Bild hochladen/hinzufügen"
8847
 
8848
- #: app/libraries/main.php:559
8849
  msgid "Additional Locations"
8850
  msgstr "Zusätzliche Locations"
8851
 
8852
- #: app/libraries/main.php:722
8853
  #, fuzzy
8854
  #| msgid "Social Module : "
8855
  msgid "Modules"
8856
  msgstr "Social Modul:"
8857
 
8858
- #: app/libraries/main.php:890
8859
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
8860
  msgstr ""
8861
 
8862
- #: app/libraries/main.php:897
8863
  msgid ""
8864
  "The time has come at last, and the new practical add-ons for MEC have been "
8865
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -8867,427 +8881,427 @@ msgid ""
8867
  "below:"
8868
  msgstr ""
8869
 
8870
- #: app/libraries/main.php:899
8871
  msgid ""
8872
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
8873
  "products) and Woo products at the same time."
8874
  msgstr ""
8875
 
8876
- #: app/libraries/main.php:900
8877
  msgid ""
8878
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
8879
  "other websites without MEC. Use JSON output features to make your Apps "
8880
  "compatible with MEC."
8881
  msgstr ""
8882
 
8883
- #: app/libraries/main.php:901
8884
  msgid ""
8885
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
8886
  "main websites. Changes in the main one will be inherited by the subsites. "
8887
  "you can set these up in the admin panel."
8888
  msgstr ""
8889
 
8890
- #: app/libraries/main.php:902
8891
  msgid ""
8892
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
8893
  "pages can contain ticket purchase information, information about registered "
8894
  "events. Users can now log in to purchase tickets."
8895
  msgstr ""
8896
 
8897
- #: app/libraries/main.php:904
8898
  msgid "find out more"
8899
  msgstr ""
8900
 
8901
- #: app/libraries/main.php:1775
8902
  msgid "Events at this location"
8903
  msgstr "Veranstaltungen an diesem Ort "
8904
 
8905
- #: app/libraries/main.php:1775
8906
  msgid "Event at this location"
8907
  msgstr "Veranstaltung an diesem Ort "
8908
 
8909
- #: app/libraries/main.php:1827
8910
  msgid "Facebook"
8911
  msgstr "Facebook"
8912
 
8913
- #: app/libraries/main.php:1828
8914
  msgid "Twitter"
8915
  msgstr "Twitter"
8916
 
8917
- #: app/libraries/main.php:1829 app/libraries/main.php:1886
8918
  msgid "Linkedin"
8919
  msgstr "Linkedin"
8920
 
8921
- #: app/libraries/main.php:1830 app/libraries/main.php:1922
8922
  msgid "VK"
8923
  msgstr ""
8924
 
8925
- #: app/libraries/main.php:1831
8926
  msgid "Tumblr"
8927
  msgstr ""
8928
 
8929
- #: app/libraries/main.php:1832
8930
  msgid "Pinterest"
8931
  msgstr ""
8932
 
8933
- #: app/libraries/main.php:1833
8934
  msgid "Flipboard"
8935
  msgstr ""
8936
 
8937
- #: app/libraries/main.php:1834
8938
  #, fuzzy
8939
  #| msgid "Tickets"
8940
  msgid "GetPocket"
8941
  msgstr "Tickets"
8942
 
8943
- #: app/libraries/main.php:1835
8944
  msgid "Reddit"
8945
  msgstr ""
8946
 
8947
- #: app/libraries/main.php:1836
8948
  msgid "WhatsApp"
8949
  msgstr ""
8950
 
8951
- #: app/libraries/main.php:1837
8952
  msgid "Telegram"
8953
  msgstr ""
8954
 
8955
- #: app/libraries/main.php:1856
8956
  msgid "Share on Facebook"
8957
  msgstr "Teilen auf Facebook"
8958
 
8959
- #: app/libraries/main.php:1871
8960
  msgid "Tweet"
8961
  msgstr "Tweet"
8962
 
8963
- #: app/libraries/main.php:1937
8964
  #, fuzzy
8965
  #| msgid "Share on Facebook"
8966
  msgid "Share on Tumblr"
8967
  msgstr "Teilen auf Facebook"
8968
 
8969
- #: app/libraries/main.php:1953
8970
  msgid "Share on Pinterest"
8971
  msgstr ""
8972
 
8973
- #: app/libraries/main.php:1969
8974
  #, fuzzy
8975
  #| msgid "Share on Facebook"
8976
  msgid "Share on Flipboard"
8977
  msgstr "Teilen auf Facebook"
8978
 
8979
- #: app/libraries/main.php:1987
8980
  #, fuzzy
8981
  #| msgid "Share on Facebook"
8982
  msgid "Share on GetPocket"
8983
  msgstr "Teilen auf Facebook"
8984
 
8985
- #: app/libraries/main.php:2003
8986
  #, fuzzy
8987
  #| msgid "Share on Facebook"
8988
  msgid "Share on Reddit"
8989
  msgstr "Teilen auf Facebook"
8990
 
8991
- #: app/libraries/main.php:2019
8992
  msgid "Share on Telegram"
8993
  msgstr ""
8994
 
8995
- #: app/libraries/main.php:2037
8996
  msgid "Share on WhatsApp"
8997
  msgstr ""
8998
 
8999
- #: app/libraries/main.php:2060 app/libraries/main.php:2085
9000
  #, fuzzy
9001
  #| msgid "Shortcode"
9002
  msgid "Custom Shortcode"
9003
  msgstr "Shortcode"
9004
 
9005
- #: app/libraries/main.php:2426
9006
  msgid "Your booking already verified!"
9007
  msgstr "Ihre Buchung wurde bereits verifiziert."
9008
 
9009
- #: app/libraries/main.php:2431
9010
  msgid "Your booking successfully verified."
9011
  msgstr "Ihre Buchung wurde erfolgreich verifiziert."
9012
 
9013
- #: app/libraries/main.php:2432
9014
  msgid "Your booking cannot verify!"
9015
  msgstr "Ihre Buchung kann nicht verifiziert werden!"
9016
 
9017
- #: app/libraries/main.php:2457
9018
  #, fuzzy
9019
  #| msgid "The event is finished."
9020
  msgid "The event is already finished!"
9021
  msgstr "Das Event ist beendet"
9022
 
9023
- #: app/libraries/main.php:2475
9024
  msgid "The cancelation window is passed."
9025
  msgstr ""
9026
 
9027
- #: app/libraries/main.php:2481
9028
  msgid "Your booking successfully canceled."
9029
  msgstr "Ihre Buchung wurde erfolgreich storniert."
9030
 
9031
- #: app/libraries/main.php:2482
9032
  msgid "Your booking cannot be canceled."
9033
  msgstr "Ihre Buchung kann nicht storniert werden."
9034
 
9035
- #: app/libraries/main.php:2486
9036
  msgid "You canceled the payment successfully."
9037
  msgstr "Sie haben die Zahlung erfolgreich storniert."
9038
 
9039
- #: app/libraries/main.php:2490
9040
  msgid "You returned from payment gateway successfully."
9041
  msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
9042
 
9043
- #: app/libraries/main.php:2509
9044
  msgid "Cannot find the invoice!"
9045
  msgstr "Die Buchung kann nicht gefunden werden."
9046
 
9047
- #: app/libraries/main.php:2509
9048
  msgid "Invoice is invalid."
9049
  msgstr "Die Buchung ist ungültig."
9050
 
9051
- #: app/libraries/main.php:2529
9052
  msgid ""
9053
  "Your booking still is not confirmed. You can download it after confirmation!"
9054
  msgstr ""
9055
 
9056
- #: app/libraries/main.php:2529
9057
  msgid "Booking Not Confirmed."
9058
  msgstr "Die Buchung ist nicht Bestätigt."
9059
 
9060
- #: app/libraries/main.php:2535
9061
  msgid "Cannot find the booking!"
9062
  msgstr "Die Buchung kann nicht gefunden werden!"
9063
 
9064
- #: app/libraries/main.php:2535
9065
  msgid "Booking is invalid."
9066
  msgstr "Buchung ist ungültig."
9067
 
9068
- #: app/libraries/main.php:2568
9069
  #, php-format
9070
  msgid "%s Invoice"
9071
  msgstr "% s Rechnung"
9072
 
9073
- #: app/libraries/main.php:2601
9074
  #, fuzzy
9075
  #| msgid "Date And Time"
9076
  msgid "Date & Time"
9077
  msgstr "Datum und Uhrzeit"
9078
 
9079
- #: app/libraries/main.php:2618
9080
  #, fuzzy
9081
  #| msgid "Booking Price"
9082
  msgid "Booking Fields"
9083
  msgstr "Buchungspreis"
9084
 
9085
- #: app/libraries/main.php:2690
9086
  msgid "Billing"
9087
  msgstr "Abrechnung"
9088
 
9089
- #: app/libraries/main.php:2702
9090
  #, fuzzy
9091
  #| msgid "Coupon"
9092
  msgid "Coupon Code"
9093
  msgstr "Gutschein"
9094
 
9095
- #: app/libraries/main.php:2707
9096
  msgid "Total"
9097
  msgstr "Gesamt"
9098
 
9099
- #: app/libraries/main.php:2714
9100
  msgid "Payment"
9101
  msgstr "Bezahlung"
9102
 
9103
- #: app/libraries/main.php:2718
9104
  msgid "Gateway"
9105
  msgstr "Gateway"
9106
 
9107
- #: app/libraries/main.php:2731
9108
  msgid "Payment Time"
9109
  msgstr "Bezahlung "
9110
 
9111
- #: app/libraries/main.php:2873
9112
  msgid "Request is not valid."
9113
  msgstr "Die Anfrage ist ungültig!"
9114
 
9115
- #: app/libraries/main.php:2873
9116
  msgid "iCal export stopped!"
9117
  msgstr "iCal Export wurde unterbrochen!"
9118
 
9119
- #: app/libraries/main.php:3219 app/libraries/main.php:3248
9120
- #: app/libraries/main.php:3277 app/libraries/main.php:3306
9121
- #: app/libraries/main.php:3335 app/libraries/main.php:3364
9122
- #: app/libraries/main.php:3393 app/libraries/main.php:3422
9123
- #: app/libraries/main.php:3451 app/libraries/main.php:3480
9124
- #: app/libraries/main.php:3503 app/libraries/main.php:3549
9125
- #: app/libraries/main.php:3595 app/libraries/main.php:3644
9126
- #: app/libraries/main.php:3693
9127
  msgid "Sort"
9128
  msgstr "Sortieren"
9129
 
9130
- #: app/libraries/main.php:3226 app/libraries/main.php:3255
9131
- #: app/libraries/main.php:3284 app/libraries/main.php:3313
9132
- #: app/libraries/main.php:3342 app/libraries/main.php:3371
9133
- #: app/libraries/main.php:3400 app/libraries/main.php:3429
9134
- #: app/libraries/main.php:3458 app/libraries/main.php:3510
9135
- #: app/libraries/main.php:3556 app/libraries/main.php:3602
9136
- #: app/libraries/main.php:3651
9137
  msgid "Required Field"
9138
  msgstr "Pflichtfeld"
9139
 
9140
- #: app/libraries/main.php:3232 app/libraries/main.php:3261
9141
- #: app/libraries/main.php:3290 app/libraries/main.php:3319
9142
- #: app/libraries/main.php:3348 app/libraries/main.php:3377
9143
- #: app/libraries/main.php:3406 app/libraries/main.php:3435
9144
- #: app/libraries/main.php:3464 app/libraries/main.php:3516
9145
- #: app/libraries/main.php:3562 app/libraries/main.php:3608
9146
- #: app/libraries/main.php:3657
9147
  msgid "Insert a label for this field"
9148
  msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
9149
 
9150
- #: app/libraries/main.php:3486
9151
  msgid "HTML and shortcode are allowed."
9152
  msgstr "HTML und shortcodes sind erlaubt."
9153
 
9154
- #: app/libraries/main.php:3529 app/libraries/main.php:3575
9155
- #: app/libraries/main.php:3621
9156
  msgid "Option"
9157
  msgstr "Option"
9158
 
9159
- #: app/libraries/main.php:3657
9160
  #, php-format
9161
  msgid "Instead of %s, the page title with a link will be show."
9162
  msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
9163
 
9164
- #: app/libraries/main.php:3659
9165
  msgid "Agreement Page"
9166
  msgstr "Zustimmungsseite"
9167
 
9168
- #: app/libraries/main.php:3670
9169
  msgid "Checked by default"
9170
  msgstr ""
9171
 
9172
- #: app/libraries/main.php:3671
9173
  msgid "Unchecked by default"
9174
  msgstr ""
9175
 
9176
- #: app/libraries/main.php:3695
9177
  msgid "Insert a label for this option"
9178
  msgstr "Ein neues Label für diese Option einfügen"
9179
 
9180
- #: app/libraries/main.php:3708
9181
  msgid "Free"
9182
  msgstr "kostenfrei"
9183
 
9184
- #: app/libraries/main.php:4377 app/libraries/main.php:6558
9185
  msgid "M.E. Calender"
9186
  msgstr "M.E. Calender"
9187
 
9188
- #: app/libraries/main.php:4533
9189
  #, php-format
9190
  msgid "Copy of %s"
9191
  msgstr "Kopie von %s"
9192
 
9193
- #: app/libraries/main.php:5380
9194
  msgid "Booked an event."
9195
  msgstr "Eine Veranstaltung wurde gebucht."
9196
 
9197
- #: app/libraries/main.php:5421
9198
  #, php-format
9199
  msgid "%s booked %s event."
9200
  msgstr "%s gebuchtes %s Event"
9201
 
9202
- #: app/libraries/main.php:6206 app/libraries/main.php:6260
9203
  msgid "Taxonomies"
9204
  msgstr "Klassifizierung "
9205
 
9206
- #: app/libraries/main.php:6208 app/libraries/main.php:6262
9207
  msgid "Category Plural Label"
9208
  msgstr "Kategorien"
9209
 
9210
- #: app/libraries/main.php:6209 app/libraries/main.php:6263
9211
  msgid "Category Singular Label"
9212
  msgstr "Kategorie"
9213
 
9214
- #: app/libraries/main.php:6210 app/libraries/main.php:6264
9215
  msgid "Label Plural Label"
9216
  msgstr "Labels"
9217
 
9218
- #: app/libraries/main.php:6211 app/libraries/main.php:6265
9219
  msgid "Label Singular Label"
9220
  msgstr "Label"
9221
 
9222
- #: app/libraries/main.php:6211 app/libraries/main.php:6265
9223
  msgid "label"
9224
  msgstr "label"
9225
 
9226
- #: app/libraries/main.php:6212 app/libraries/main.php:6266
9227
  msgid "Location Plural Label"
9228
  msgstr "Veranstaltungsorte"
9229
 
9230
- #: app/libraries/main.php:6213 app/libraries/main.php:6267
9231
  msgid "Location Singular Label"
9232
  msgstr "Veranstaltungsort"
9233
 
9234
- #: app/libraries/main.php:6214 app/libraries/main.php:6268
9235
  msgid "Organizer Plural Label"
9236
  msgstr "Veranstalter"
9237
 
9238
- #: app/libraries/main.php:6215 app/libraries/main.php:6269
9239
  msgid "Organizer Singular Label"
9240
  msgstr "Veranstalter"
9241
 
9242
- #: app/libraries/main.php:6216 app/libraries/main.php:6270
9243
  #, fuzzy
9244
  #| msgid "Label Plural Label"
9245
  msgid "Speaker Plural Label"
9246
  msgstr "Labels"
9247
 
9248
- #: app/libraries/main.php:6217 app/libraries/main.php:6271
9249
  #, fuzzy
9250
  #| msgid "Label Singular Label"
9251
  msgid "Speaker Singular Label"
9252
  msgstr "Label"
9253
 
9254
- #: app/libraries/main.php:6223 app/libraries/main.php:6277
9255
  msgid "Sunday abbreviation"
9256
  msgstr "Sonntag Abkürzung"
9257
 
9258
- #: app/libraries/main.php:6224 app/libraries/main.php:6278
9259
  msgid "Monday abbreviation"
9260
  msgstr "Montag Abkürzung"
9261
 
9262
- #: app/libraries/main.php:6225 app/libraries/main.php:6279
9263
  msgid "Tuesday abbreviation"
9264
  msgstr "Dienstag Abkürzung"
9265
 
9266
- #: app/libraries/main.php:6226 app/libraries/main.php:6280
9267
  msgid "Wednesday abbreviation"
9268
  msgstr "Mittwoch Abkürzung"
9269
 
9270
- #: app/libraries/main.php:6227 app/libraries/main.php:6281
9271
  msgid "Thursday abbreviation"
9272
  msgstr "Donnerstag Abkürzung"
9273
 
9274
- #: app/libraries/main.php:6228 app/libraries/main.php:6282
9275
  msgid "Friday abbreviation"
9276
  msgstr "Freitag Abkürzung"
9277
 
9278
- #: app/libraries/main.php:6229 app/libraries/main.php:6283
9279
  msgid "Saturday abbreviation"
9280
  msgstr "Samstag Abkürzung "
9281
 
9282
- #: app/libraries/main.php:6233 app/libraries/main.php:6287
9283
  msgid "Others"
9284
  msgstr "Andere"
9285
 
9286
- #: app/libraries/main.php:6235
9287
  msgid "Booking Success Message"
9288
  msgstr "Buchung erfolgreich Mitteilung"
9289
 
9290
- #: app/libraries/main.php:6235
9291
  #, fuzzy
9292
  #| msgid ""
9293
  #| "Thanks for your booking. Your tickets booked, booking verification might "
@@ -9299,66 +9313,66 @@ msgstr ""
9299
  "Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
9300
  "Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
9301
 
9302
- #: app/libraries/main.php:6236
9303
  #, fuzzy
9304
  #| msgid "Booking Success Message"
9305
  msgid "Booking Restriction Message 1"
9306
  msgstr "Buchung erfolgreich Mitteilung"
9307
 
9308
- #: app/libraries/main.php:6236
9309
  #, php-format
9310
  msgid ""
9311
  "You selected %s tickets to book but maximum number of tikets per user is %s "
9312
  "tickets."
9313
  msgstr ""
9314
 
9315
- #: app/libraries/main.php:6237
9316
  #, fuzzy
9317
  #| msgid "Booking Success Message"
9318
  msgid "Booking Restriction Message 2"
9319
  msgstr "Buchung erfolgreich Mitteilung"
9320
 
9321
- #: app/libraries/main.php:6237
9322
  #, php-format
9323
  msgid ""
9324
  "You booked %s tickets till now but maximum number of tickets per user is %s "
9325
  "tickets."
9326
  msgstr ""
9327
 
9328
- #: app/libraries/main.php:6238
9329
  #, fuzzy
9330
  #| msgid "Booking Success Message"
9331
  msgid "Booking IP Restriction Message"
9332
  msgstr "Buchung erfolgreich Mitteilung"
9333
 
9334
- #: app/libraries/main.php:6238
9335
  #, php-format
9336
  msgid "Maximum allowed number of tickets that you can book is %s."
9337
  msgstr ""
9338
 
9339
- #: app/libraries/main.php:6239
9340
  #, fuzzy
9341
  #| msgid "Booking Options"
9342
  msgid "Booking Button"
9343
  msgstr "Buchungsoptionen"
9344
 
9345
- #: app/libraries/main.php:6239 app/libraries/skins.php:1257
9346
  #: app/modules/booking/steps/tickets.php:99
9347
  msgid "Book Event"
9348
  msgstr "Veranstaltung buchen"
9349
 
9350
- #: app/libraries/main.php:6240 app/libraries/main.php:6289
9351
  #: app/widgets/single.php:131
9352
  msgid "Register Button"
9353
  msgstr "Register Button"
9354
 
9355
- #: app/libraries/main.php:6240 app/libraries/main.php:6289
9356
  #: app/skins/available_spot/tpl.php:208 app/skins/carousel/render.php:106
9357
  #: app/skins/carousel/render.php:144 app/skins/grid/render.php:103
9358
  #: app/skins/grid/render.php:161 app/skins/grid/render.php:219
9359
  #: app/skins/grid/render.php:240 app/skins/list/render.php:70
9360
  #: app/skins/list/render.php:165 app/skins/masonry/render.php:150
9361
- #: app/skins/single.php:478 app/skins/single.php:1203 app/skins/single.php:1206
9362
  #: app/skins/single/default.php:287 app/skins/single/default.php:289
9363
  #: app/skins/single/default.php:520 app/skins/single/default.php:522
9364
  #: app/skins/single/m1.php:143 app/skins/single/m1.php:145
@@ -9370,11 +9384,11 @@ msgstr "Register Button"
9370
  msgid "REGISTER"
9371
  msgstr "ANMELDEN"
9372
 
9373
- #: app/libraries/main.php:6241 app/libraries/main.php:6290
9374
  msgid "View Detail Button"
9375
  msgstr "Ansicht Detail Button"
9376
 
9377
- #: app/libraries/main.php:6241 app/libraries/main.php:6290
9378
  #: app/skins/carousel/render.php:106 app/skins/carousel/render.php:144
9379
  #: app/skins/grid/render.php:103 app/skins/grid/render.php:161
9380
  #: app/skins/grid/render.php:219 app/skins/grid/render.php:240
@@ -9386,142 +9400,142 @@ msgstr "Ansicht Detail Button"
9386
  msgid "View Detail"
9387
  msgstr "Details "
9388
 
9389
- #: app/libraries/main.php:6242 app/libraries/main.php:6291
9390
  msgid "Event Detail Button"
9391
  msgstr "Event Detail Button"
9392
 
9393
- #: app/libraries/main.php:6242 app/libraries/main.php:6291
9394
  msgid "Event Detail"
9395
  msgstr "Veranstaltungsdetails"
9396
 
9397
- #: app/libraries/main.php:6247
9398
  msgid "Ticket (Singular)"
9399
  msgstr "Ticket"
9400
 
9401
- #: app/libraries/main.php:6248
9402
  msgid "Tickets (Plural)"
9403
  msgstr "Tickets"
9404
 
9405
- #: app/libraries/main.php:6406
9406
  msgid "EventON"
9407
  msgstr "EventON"
9408
 
9409
- #: app/libraries/main.php:6407
9410
  msgid "The Events Calendar"
9411
  msgstr "The Events Calendar"
9412
 
9413
- #: app/libraries/main.php:6408
9414
  msgid "Events Schedule WP Plugin"
9415
  msgstr "Event Zeitplan WP-Plugin"
9416
 
9417
- #: app/libraries/main.php:6409
9418
  msgid "Calendarize It"
9419
  msgstr ""
9420
 
9421
- #: app/libraries/main.php:6410
9422
  #, fuzzy
9423
  #| msgid "No Search Options"
9424
  msgid "Event Espresso"
9425
  msgstr "Keine Suchoptionen"
9426
 
9427
- #: app/libraries/main.php:6411
9428
  msgid "Events Manager (Recurring)"
9429
  msgstr "Wiederholende Veranstaltung"
9430
 
9431
- #: app/libraries/main.php:6412
9432
  msgid "Events Manager (Single)"
9433
  msgstr "Moderner Event Kalender"
9434
 
9435
- #: app/libraries/main.php:6413
9436
  #, fuzzy
9437
  #| msgid "Events Manager (Single)"
9438
  msgid "WP Event Manager"
9439
  msgstr "Moderner Event Kalender"
9440
 
9441
- #: app/libraries/main.php:6497 app/libraries/main.php:6519
9442
  msgid "Pending"
9443
  msgstr "Ausstehend"
9444
 
9445
- #: app/libraries/main.php:6545
9446
  msgid "Waiting"
9447
  msgstr "in Bearbeitung"
9448
 
9449
- #: app/libraries/main.php:6588
9450
  #, fuzzy
9451
  #| msgid "Sunday"
9452
  msgid "Sun"
9453
  msgstr "Sonntag"
9454
 
9455
- #: app/libraries/main.php:6588
9456
  #, fuzzy
9457
  #| msgid "Month"
9458
  msgid "Mon"
9459
  msgstr "Monat "
9460
 
9461
- #: app/libraries/main.php:6588
9462
  #, fuzzy
9463
  #| msgid "Tel"
9464
  msgid "Tue"
9465
  msgstr "Tel"
9466
 
9467
- #: app/libraries/main.php:6588
9468
  msgid "Wed"
9469
  msgstr ""
9470
 
9471
- #: app/libraries/main.php:6588
9472
  msgid "Thu"
9473
  msgstr ""
9474
 
9475
- #: app/libraries/main.php:6588
9476
  #, fuzzy
9477
  #| msgid "Friday"
9478
  msgid "Fri"
9479
  msgstr "Freitag"
9480
 
9481
- #: app/libraries/main.php:6588
9482
  #, fuzzy
9483
  #| msgid "Start"
9484
  msgid "Sat"
9485
  msgstr "Start"
9486
 
9487
- #: app/libraries/main.php:6750 app/libraries/render.php:80
9488
  #: app/libraries/render.php:445
9489
  msgid "Skin controller does not exist."
9490
  msgstr "Skin contoller existiert nicht."
9491
 
9492
- #: app/libraries/main.php:6965
9493
  msgid "Sold Out"
9494
  msgstr "Ausgebucht"
9495
 
9496
- #: app/libraries/main.php:6976
9497
  msgid "Last Few Tickets"
9498
  msgstr "Nur noch wenige Tickets verfügbar."
9499
 
9500
- #: app/libraries/main.php:7305 app/libraries/main.php:7322
9501
  #, fuzzy
9502
  #| msgid "minutes"
9503
  msgid "Minutes"
9504
  msgstr "Minuten"
9505
 
9506
- #: app/libraries/main.php:7327
9507
  msgid "AM / PM"
9508
  msgstr ""
9509
 
9510
- #: app/libraries/main.php:7328
9511
  msgid "AM"
9512
  msgstr "AM"
9513
 
9514
- #: app/libraries/main.php:7329
9515
  msgid "PM"
9516
  msgstr "PM"
9517
 
9518
- #: app/libraries/main.php:7337
9519
  #, fuzzy
9520
  #| msgid "Loading..."
9521
  msgid "Ongoing..."
9522
  msgstr "Laden…"
9523
 
9524
- #: app/libraries/main.php:7338
9525
  #, fuzzy
9526
  #| msgid "Expired Events"
9527
  msgid "Expired!"
@@ -9551,39 +9565,39 @@ msgstr "Eine neue Buchung ist eingegangen."
9551
  msgid "A new event is added."
9552
  msgstr "Eine neue Veranstaltung wurde hinzugefügt."
9553
 
9554
- #: app/libraries/notifications.php:834
9555
  msgid "Your event is published."
9556
  msgstr "Die Veranstaltung wurde veröffentlicht."
9557
 
9558
- #: app/libraries/notifications.php:1248
9559
  msgid "to"
9560
  msgstr ""
9561
 
9562
- #: app/libraries/notifications.php:1269 app/modules/export/details.php:46
9563
  msgid "+ Add to Google Calendar"
9564
  msgstr "+ zum Google Calendar hinzufügen"
9565
 
9566
- #: app/libraries/notifications.php:1270 app/modules/export/details.php:47
9567
  #, fuzzy
9568
  #| msgid "+ iCal export"
9569
  msgid "+ iCal / Outlook export"
9570
  msgstr "+ zu iCal exportieren"
9571
 
9572
- #: app/libraries/notifications.php:1319
9573
  #, fuzzy, php-format
9574
  #| msgid "+ Add to Google Calendar"
9575
  msgid "+ %s to Google Calendar"
9576
  msgstr "+ zum Google Calendar hinzufügen"
9577
 
9578
- #: app/libraries/notifications.php:1399
9579
  msgid "Yes"
9580
  msgstr "Ja"
9581
 
9582
- #: app/libraries/notifications.php:1399
9583
  msgid "No"
9584
  msgstr "Nein"
9585
 
9586
- #: app/libraries/skins.php:1083
9587
  msgid "Select"
9588
  msgstr "Auswählen"
9589
 
@@ -9715,15 +9729,15 @@ msgstr "Das Event ist beendet"
9715
  msgid "The event is ongoing."
9716
  msgstr "Die Veranstaltung ist im Gange."
9717
 
9718
- #: app/modules/googlemap/details.php:125
9719
  msgid "Address from ..."
9720
  msgstr "Adresse von..."
9721
 
9722
- #: app/modules/googlemap/details.php:129
9723
  msgid "Get Directions"
9724
  msgstr "Wegbeschreibung"
9725
 
9726
- #: app/modules/links/details.php:17 app/skins/single.php:886
9727
  msgid "Share this event"
9728
  msgstr "Diese Veranstaltung teilen"
9729
 
@@ -9778,7 +9792,7 @@ msgstr "Nächstes Event"
9778
  msgid "Go to occurrence page"
9779
  msgstr "Zum Event"
9780
 
9781
- #: app/modules/next-event/details.php:139 app/skins/single.php:1176
9782
  #: app/skins/single/default.php:118 app/skins/single/default.php:352
9783
  #: app/skins/single/m1.php:40 app/skins/single/modern.php:216
9784
  msgid "Time"
@@ -9935,20 +9949,20 @@ msgstr "Neue Veranstaltung"
9935
  msgid "Home"
9936
  msgstr ""
9937
 
9938
- #: app/skins/single.php:970 app/skins/single/default.php:64
9939
  #: app/skins/single/m1.php:278 app/skins/single/m2.php:199
9940
  #: app/skins/single/modern.php:300
9941
  msgid "Sold out!"
9942
  msgstr "Ausverkauft!"
9943
 
9944
- #: app/skins/single.php:1250 app/skins/single.php:1309
9945
  #: app/skins/single/default.php:254 app/skins/single/default.php:487
9946
  #: app/skins/single/m1.php:112 app/skins/single/m2.php:35
9947
  #: app/skins/single/modern.php:58
9948
  msgid "Phone"
9949
  msgstr "Phone"
9950
 
9951
- #: app/skins/single.php:1399
9952
  msgid "Speakers:"
9953
  msgstr "Veranstalter"
9954
 
2
  msgstr ""
3
  "Project-Id-Version: ME Calender\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-10-28 10:07+0330\n"
6
+ "PO-Revision-Date: 2020-10-28 10:07+0330\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/import.php:55
22
+ #: app/features/ix/thirdparty.php:26 app/features/mec.php:1156
23
+ #: app/features/mec.php:1186 app/features/mec/dashboard.php:63
24
  #: app/widgets/MEC.php:33
25
  msgid "Modern Events Calendar"
26
  msgstr "Moderner Event Kalender "
89
  msgstr "Neuen Shortcode hinzufügen"
90
 
91
  #: app/features/colors.php:50 app/features/fes/form.php:915
92
+ #: app/features/mec/settings.php:764
93
  msgid "Event Color"
94
  msgstr "Farbe der Veranstaltung"
95
 
102
  #: app/features/contextual.php:55 app/features/mec.php:474
103
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
104
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
105
+ #: app/libraries/main.php:616
106
  msgid "Settings"
107
  msgstr "Einstellungen"
108
 
109
  #: app/features/contextual.php:62 app/features/events.php:1617
110
+ #: app/features/events.php:2492 app/features/mec/booking.php:606
111
+ #: app/features/mec/booking.php:854 app/features/mec/support.php:29
112
+ #: app/libraries/main.php:571
113
  msgid "Booking Form"
114
  msgstr "Buchungsformular"
115
 
136
  "YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
137
 
138
  #: app/features/contextual.php:70 app/features/events.php:1625
139
+ #: app/features/mec/booking.php:798 app/features/mec/support-page.php:115
140
+ #: app/features/mec/support.php:36 app/libraries/main.php:572
141
  msgid "Payment Gateways"
142
  msgstr "Zahlungs-Gateways"
143
 
153
 
154
  #: app/features/contextual.php:77 app/features/events.php:352
155
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
156
+ #: app/libraries/main.php:764
157
  msgid "Notifications"
158
  msgstr "Benachrichtigungen"
159
 
239
  "\"0\" allowfullscreen></iframe>"
240
 
241
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
242
+ #: app/features/mec/support-page.php:97 app/libraries/main.php:538
243
  msgid "General Options"
244
  msgstr "Allgemeine Einstellungen"
245
 
246
+ #: app/features/contextual.php:139 app/features/mec/settings.php:483
247
+ #: app/libraries/main.php:540
248
  msgid "Slugs/Permalinks"
249
  msgstr "Slug/Permalinks"
250
 
252
  msgid "Event Details/Single Event Page"
253
  msgstr "Event Details / Einzelveranstaltungsseite"
254
 
255
+ #: app/features/contextual.php:166 app/features/mec/settings.php:515
256
+ #: app/libraries/main.php:541
257
  msgid "Currency Options"
258
  msgstr "Währungseinstellungen"
259
 
261
  msgid "Google Maps Options"
262
  msgstr "Google Maps Einstellungen"
263
 
264
+ #: app/features/contextual.php:244 app/features/mec/settings.php:572
265
+ #: app/libraries/main.php:542
266
  msgid "Google Recaptcha Options"
267
  msgstr "Google Recaptcha Einstellungen"
268
 
269
  #: app/features/contextual.php:258 app/features/mec/single.php:248
270
+ #: app/libraries/main.php:557
271
  msgid "Countdown Options"
272
  msgstr "Countdown Einstellungsoptionen"
273
 
274
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
275
+ #: app/libraries/main.php:582
276
  msgid "Social Networks"
277
  msgstr "Soziale Netzwerke"
278
 
280
  msgid "Next Event Module"
281
  msgstr "Nächstes Veranstaltung Modul"
282
 
283
+ #: app/features/contextual.php:286 app/features/mec/settings.php:612
284
+ #: app/features/mec/support-page.php:98 app/libraries/main.php:543
285
  msgid "Frontend Event Submission"
286
  msgstr "Erstellung von Veranstaltungen im Frontend"
287
 
288
  #: app/features/contextual.php:298 app/features/events.php:345
289
+ #: app/libraries/main.php:558
290
  msgid "Exceptional Days"
291
  msgstr "Herausgenommene Tage "
292
 
293
  #: app/features/contextual.php:308 app/features/events.php:315
294
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
295
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
296
+ #: app/libraries/main.php:566 app/libraries/main.php:596
297
+ #: app/libraries/main.php:681
298
  msgid "Booking"
299
  msgstr "Buchung / Reservierung"
300
 
301
+ #: app/features/contextual.php:318 app/features/mec/booking.php:428
302
+ #: app/features/mec/booking.php:814 app/libraries/main.php:568
303
  msgid "Coupons"
304
  msgstr "Gutscheine"
305
 
306
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
307
+ #: app/libraries/main.php:584
308
  msgid "BuddyPress Integration"
309
  msgstr "Buddy Press Integration"
310
 
311
+ #: app/features/contextual.php:334 app/features/mec/settings.php:1001
312
+ #: app/libraries/main.php:546
313
  msgid "Mailchimp Integration"
314
  msgstr "Mailchimp Integration"
315
 
318
  msgstr "MEC Aktivierung"
319
 
320
  #: app/features/dlfile.php:121 app/features/events.php:1622
321
+ #: app/features/mec/booking.php:348 app/features/mec/settings.php:836
322
  #, fuzzy
323
  #| msgid "Download ICS file"
324
  msgid "Downloadable File"
355
  msgstr "Das Bild ist hochgeladen"
356
 
357
  #: app/features/events.php:167 app/features/ix/export.php:34
358
+ #: app/features/mec/dashboard.php:265 app/libraries/main.php:5504
359
+ #: app/libraries/main.php:5524 app/skins/daily_view/tpl.php:82
360
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
361
  #: app/skins/yearly_view/tpl.php:71
362
  msgid "Events"
416
  #: app/features/mec/meta_boxes/search_form.php:584
417
  #: app/features/mec/meta_boxes/search_form.php:654
418
  #: app/features/mec/meta_boxes/search_form.php:760
419
+ #: app/features/mec/settings.php:908 app/features/mec/settings.php:954
420
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
421
+ #: app/features/search.php:68 app/libraries/main.php:6250
422
+ #: app/libraries/main.php:6304 app/libraries/skins.php:934
423
+ #: app/skins/single.php:993 app/skins/single/default.php:219
424
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
425
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
426
  msgid "Category"
429
  #: app/features/events.php:193 app/features/events.php:3526
430
  #: app/features/fes/form.php:865 app/features/mec.php:462
431
  #: app/features/mec/meta_boxes/filter.php:69
432
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6249
433
+ #: app/libraries/main.php:6303
434
  msgid "Categories"
435
  msgstr "Kategorien"
436
 
523
  msgstr "Veranstaltungsdetails"
524
 
525
  #: app/features/events.php:346 app/features/events.php:1360
526
+ #: app/features/mec/settings.php:794 app/skins/single.php:1386
527
  msgid "Hourly Schedule"
528
  msgstr "Stundenplan"
529
 
550
  #: app/features/mec/meta_boxes/search_form.php:599
551
  #: app/features/mec/meta_boxes/search_form.php:669
552
  #: app/features/mec/meta_boxes/search_form.php:775
553
+ #: app/features/mec/settings.php:966 app/features/mec/single.php:335
554
  #: app/features/mec/single.php:377 app/features/organizers.php:58
555
  #: app/features/organizers.php:204 app/features/organizers.php:260
556
  #: app/features/organizers.php:262 app/features/organizers.php:271
557
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
558
+ #: app/features/search.php:80 app/libraries/main.php:6256
559
+ #: app/libraries/main.php:6310 app/libraries/skins.php:986
560
+ #: app/skins/single.php:1241 app/skins/single/default.php:244
561
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
562
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
563
  msgid "Organizer"
564
  msgstr "Veranstalter"
565
 
566
  #: app/features/events.php:350 app/features/events.php:1165
567
+ #: app/features/fes/form.php:836 app/features/mec/settings.php:905
568
+ #: app/libraries/main.php:6287 app/libraries/main.php:6336
569
+ #: app/skins/single.php:1019 app/skins/single/default.php:142
570
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
571
  #: app/skins/single/modern.php:237
572
  msgid "Cost"
591
  #: app/features/fes/form.php:795 app/features/labels.php:178
592
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
593
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
594
+ #: app/libraries/notifications.php:1382 app/modules/booking/steps/form.php:61
595
  msgid "Name"
596
  msgstr "Name"
597
 
599
  #: app/features/events.php:2549 app/features/events.php:2638
600
  #: app/features/events.php:4089 app/features/fes.php:243
601
  #: app/features/fes/form.php:791 app/features/login/login.php:5
602
+ #: app/features/mec/booking.php:65 app/features/mec/booking.php:644
603
+ #: app/features/mec/booking.php:740 app/features/mec/single.php:191
604
  #: app/features/organizers.php:111 app/features/organizers.php:152
605
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
606
+ #: app/features/speakers.php:204 app/libraries/main.php:1839
607
+ #: app/libraries/main.php:1908 app/libraries/main.php:3330
608
+ #: app/libraries/notifications.php:1383 app/modules/booking/steps/form.php:70
609
+ #: app/modules/booking/steps/form.php:208 app/skins/single.php:1258
610
+ #: app/skins/single.php:1317 app/skins/single/default.php:261
611
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
612
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
613
  msgid "Email"
627
  #: app/features/events.php:3574 app/features/events.php:3762
628
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
629
  #: app/features/ix.php:3980 app/features/ix.php:4022
630
+ #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1344
631
  #: app/features/mec/meta_boxes/display_options.php:52
632
  #: app/features/mec/meta_boxes/display_options.php:295
633
  #: app/features/mec/meta_boxes/display_options.php:549
651
  #: app/features/events.php:3575 app/features/events.php:3762
652
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
653
  #: app/features/ix.php:3980 app/features/ix.php:4022
654
+ #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1345
655
  #: app/features/popup/event.php:92
656
  msgid "End Date"
657
  msgstr "Ende Datum"
700
  #: app/features/events.php:2408 app/features/events.php:2421
701
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
702
  #: app/features/locations.php:336 app/features/mec/booking.php:117
703
+ #: app/features/mec/booking.php:140 app/features/mec/booking.php:212
704
+ #: app/features/mec/booking.php:279 app/features/mec/booking.php:292
705
+ #: app/features/mec/booking.php:309 app/features/mec/booking.php:349
706
+ #: app/features/mec/booking.php:473 app/features/mec/booking.php:502
707
+ #: app/features/mec/booking.php:550 app/features/mec/booking.php:560
708
+ #: app/features/mec/booking.php:582 app/features/mec/booking.php:592
709
+ #: app/features/mec/booking.php:830 app/features/mec/booking.php:856
710
  #: app/features/mec/dashboard.php:71
711
  #: app/features/mec/meta_boxes/display_options.php:85
712
  #: app/features/mec/meta_boxes/display_options.php:98
743
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
744
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
745
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
746
+ #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:206
747
+ #: app/features/mec/notifications.php:326
748
+ #: app/features/mec/notifications.php:452
749
+ #: app/features/mec/notifications.php:573
750
+ #: app/features/mec/notifications.php:697
751
+ #: app/features/mec/notifications.php:708
752
+ #: app/features/mec/notifications.php:832
753
+ #: app/features/mec/notifications.php:917 app/features/mec/settings.php:74
754
+ #: app/features/mec/settings.php:93 app/features/mec/settings.php:140
755
+ #: app/features/mec/settings.php:175 app/features/mec/settings.php:196
756
+ #: app/features/mec/settings.php:241 app/features/mec/settings.php:284
757
+ #: app/features/mec/settings.php:361 app/features/mec/settings.php:438
758
+ #: app/features/mec/settings.php:455 app/features/mec/settings.php:472
759
+ #: app/features/mec/settings.php:491 app/features/mec/settings.php:505
760
+ #: app/features/mec/settings.php:533 app/features/mec/settings.php:624
761
+ #: app/features/mec/settings.php:876 app/features/mec/settings.php:892
762
+ #: app/features/mec/settings.php:1016 app/features/mec/settings.php:1029
763
+ #: app/features/mec/settings.php:1045 app/features/mec/single.php:46
764
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
765
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
766
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
767
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
768
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
769
  #: app/features/organizers.php:272 app/features/popup/event.php:126
770
+ #: app/features/popup/event.php:173 app/skins/single.php:1104
771
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
772
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
773
  #: app/skins/single/modern.php:163
819
  msgstr "Wiederholend"
820
 
821
  #: app/features/events.php:665 app/features/fes/form.php:372
822
+ #: app/features/mec.php:1347 app/skins/default_full_calendar/tpl.php:77
823
  #: app/skins/full_calendar/tpl.php:124
824
  msgid "Daily"
825
  msgstr "Täglich"
843
  msgstr "Wöchentlich"
844
 
845
  #: app/features/events.php:700 app/features/fes/form.php:377
846
+ #: app/features/mec.php:1348 app/skins/default_full_calendar/tpl.php:75
847
  #: app/skins/full_calendar/tpl.php:122
848
  msgid "Monthly"
849
  msgstr "Monatlich"
850
 
851
  #: app/features/events.php:707 app/features/fes/form.php:378
852
+ #: app/features/mec.php:1349 app/skins/default_full_calendar/tpl.php:74
853
  #: app/skins/full_calendar/tpl.php:121
854
  msgid "Yearly"
855
  msgstr "Jährlich"
949
  msgstr "Am"
950
 
951
  #: app/features/events.php:1117 app/features/fes/form.php:741
952
+ #: app/features/mec/booking.php:170
953
  msgid "After"
954
  msgstr "Nach"
955
 
978
 
979
  #: app/features/events.php:1161 app/features/events.php:3762
980
  #: app/features/fes/form.php:833 app/features/ix.php:3980
981
+ #: app/features/ix.php:4022 app/features/mec/settings.php:740
982
+ #: app/libraries/main.php:6286 app/libraries/main.php:6335
983
  #: app/widgets/single.php:103
984
  msgid "Event Cost"
985
  msgstr ""
997
 
998
  #: app/features/events.php:1269 app/features/events.php:2550
999
  #: app/features/events.php:2639 app/features/fes.php:243
1000
+ #: app/features/mec/booking.php:645 app/features/mec/booking.php:741
1001
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
1002
+ #: app/features/wc.php:83 app/libraries/main.php:3417
1003
  #: app/modules/booking/steps/tickets.php:103
1004
+ #: app/modules/next-event/details.php:134 app/skins/single.php:1077
1005
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
1006
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
1007
  msgid "Date"
1039
  #: app/features/events.php:2397 app/features/events.php:3570
1040
  #: app/features/events.php:3762 app/features/fes/form.php:256
1041
  #: app/features/ix.php:3980 app/features/ix.php:4022
1042
+ #: app/features/mec/booking.php:542 app/features/mec/booking.php:574
1043
  #: app/features/mec/styling.php:130
1044
  msgid "Title"
1045
  msgstr "Titel"
1050
  #: app/features/events.php:2006 app/features/events.php:2143
1051
  #: app/features/events.php:2242 app/features/events.php:2278
1052
  #: app/features/events.php:2385 app/features/events.php:2427
1053
+ #: app/features/mec/booking.php:485 app/features/mec/booking.php:514
1054
+ #: app/features/mec/booking.php:565 app/features/mec/booking.php:597
1055
+ #: app/libraries/main.php:3252 app/libraries/main.php:3281
1056
+ #: app/libraries/main.php:3310 app/libraries/main.php:3339
1057
+ #: app/libraries/main.php:3368 app/libraries/main.php:3397
1058
+ #: app/libraries/main.php:3426 app/libraries/main.php:3455
1059
+ #: app/libraries/main.php:3484 app/libraries/main.php:3505
1060
+ #: app/libraries/main.php:3536 app/libraries/main.php:3582
1061
+ #: app/libraries/main.php:3628 app/libraries/main.php:3677
1062
+ #: app/libraries/main.php:3717
1063
  msgid "Remove"
1064
  msgstr "Entfernen"
1065
 
1086
  #: app/features/events.php:1425 app/features/events.php:1458
1087
  #: app/features/events.php:1519 app/features/fes/form.php:959
1088
  #: app/features/mec.php:470 app/features/mec/modules.php:51
1089
+ #: app/features/mec/settings.php:788 app/features/speakers.php:61
1090
+ #: app/libraries/main.php:576 app/libraries/main.php:6257
1091
+ #: app/libraries/main.php:6311 app/modules/speakers/details.php:18
1092
  msgid "Speakers"
1093
  msgstr "Sprecher"
1094
 
1097
  msgstr "Neuer Tag"
1098
 
1099
  #: app/features/events.php:1550 app/features/fes/form.php:810
1100
+ #: app/features/mec/settings.php:734
1101
  msgid "Event Links"
1102
  msgstr "Veranstaltungslinks"
1103
 
1104
  #: app/features/events.php:1553 app/features/events.php:1561
1105
+ #: app/features/fes/form.php:812 app/features/mec/settings.php:906
1106
+ #: app/libraries/main.php:6284 app/libraries/main.php:6333
1107
  msgid "Event Link"
1108
  msgstr "Veranstaltungslink"
1109
 
1131
  msgstr ""
1132
 
1133
  #: app/features/events.php:1571 app/features/events.php:1584
1134
+ #: app/features/fes/form.php:817 app/libraries/main.php:6285
1135
+ #: app/libraries/main.php:6334 app/skins/single.php:1103
1136
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1137
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1138
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
1144
  msgstr "z.B. Noch mehr Informationen "
1145
 
1146
  #: app/features/events.php:1579 app/features/fes/form.php:821
1147
+ #: app/features/mec.php:991 app/features/popup/shortcode.php:477
1148
  msgid "Current Window"
1149
  msgstr "Aktuelles Fenster"
1150
 
1151
  #: app/features/events.php:1580 app/features/fes/form.php:822
1152
+ #: app/features/mec.php:992 app/features/popup/shortcode.php:481
1153
  msgid "New Window"
1154
  msgstr "Neues Fenster"
1155
 
1164
  "Text angezeigt werden soll: zum Beispiel: Noch mehr Informationen oder Hier "
1165
  "zur Anmeldung (z.B. bei Webinaren sinnvoll) "
1166
 
1167
+ #: app/features/events.php:1608 app/features/mec/settings.php:802
1168
  msgid "Booking Options"
1169
  msgstr "Buchungsoptionen"
1170
 
1175
  msgstr "Gesamt Verfügbare Plätze"
1176
 
1177
  #: app/features/events.php:1610 app/features/events.php:1814
1178
+ #: app/libraries/book.php:61 app/libraries/main.php:6289
1179
  #: app/modules/booking/steps/tickets.php:134
1180
  #: app/modules/booking/steps/tickets.php:140
1181
  msgid "Tickets"
1186
  msgstr "Gebühren"
1187
 
1188
  #: app/features/events.php:1615 app/features/events.php:2311
1189
+ #: app/features/mec/settings.php:814
1190
  msgid "Ticket Variations / Options"
1191
  msgstr ""
1192
 
1193
+ #: app/features/events.php:1619 app/features/mec/booking.php:885
1194
  #: app/features/mec/support-page.php:118
1195
  #, fuzzy
1196
  #| msgid "Organizer Tel"
1254
  "similar."
1255
  msgstr ""
1256
 
1257
+ #: app/features/events.php:1743 app/features/mec/booking.php:146
1258
  #, fuzzy
1259
  #| msgid "General Options"
1260
  msgid "Interval Options"
1261
  msgstr "Allgemeine Einstellungen"
1262
 
1263
  #: app/features/events.php:1745 app/features/events.php:1750
1264
+ #: app/features/mec/booking.php:148 app/features/mec/booking.php:153
1265
  #, fuzzy
1266
  #| msgid "Booking Form"
1267
  msgid "Show Booking Form Interval"
1268
  msgstr "Buchungsformular"
1269
 
1270
+ #: app/features/events.php:1747 app/features/mec/booking.php:150
1271
  msgid "Minutes (e.g 5)"
1272
  msgstr "Minuten (z.B. 5)"
1273
 
1274
+ #: app/features/events.php:1751 app/features/mec/booking.php:154
1275
  msgid ""
1276
  "You can show booking form only at certain times before event start. If you "
1277
  "set this option to 30 then booking form will open only 30 minutes before "
1346
  #: app/features/events.php:2058 app/features/events.php:2061
1347
  #: app/features/events.php:2139 app/features/events.php:2356
1348
  #: app/features/events.php:2360 app/features/events.php:2402
1349
+ #: app/features/events.php:2405 app/features/mec/booking.php:546
1350
+ #: app/features/mec/booking.php:549 app/features/mec/booking.php:578
1351
+ #: app/features/mec/booking.php:581
1352
  msgid "Price"
1353
  msgstr "Preis"
1354
 
1420
  #: app/features/mec/meta_boxes/search_form.php:620
1421
  #: app/features/mec/meta_boxes/search_form.php:690
1422
  #: app/features/mec/meta_boxes/search_form.php:796
1423
+ #: app/features/mec/settings.php:909 app/features/mec/settings.php:986
1424
  #: app/features/mec/single.php:349 app/features/mec/single.php:391
1425
+ #: app/features/search.php:98 app/libraries/skins.php:1064
1426
  msgid "Label"
1427
  msgstr "Label"
1428
 
1429
  #: app/features/events.php:2216 app/features/events.php:2254
1430
+ #: app/features/mec/booking.php:465 app/features/mec/booking.php:494
1431
  msgid "Fee Title"
1432
  msgstr "Gebühren Name"
1433
 
1434
  #: app/features/events.php:2222 app/features/events.php:2226
1435
  #: app/features/events.php:2259 app/features/events.php:2262
1436
+ #: app/features/mec/booking.php:469 app/features/mec/booking.php:472
1437
+ #: app/features/mec/booking.php:498 app/features/mec/booking.php:501
1438
  msgid "Amount"
1439
  msgstr "Betrag"
1440
 
1441
  #: app/features/events.php:2227 app/features/events.php:2263
1442
+ #: app/features/mec/booking.php:473 app/features/mec/booking.php:502
1443
  msgid ""
1444
  "Fee amount, considered as fixed amount if you set the type to amount "
1445
  "otherwise considered as percentage"
1448
  "sonst als Prozentsatz"
1449
 
1450
  #: app/features/events.php:2236 app/features/events.php:2272
1451
+ #: app/features/mec/booking.php:480 app/features/mec/booking.php:509
1452
  msgid "Percent"
1453
  msgstr "Prozent"
1454
 
1455
  #: app/features/events.php:2237 app/features/events.php:2273
1456
+ #: app/features/mec/booking.php:481 app/features/mec/booking.php:510
1457
  msgid "Amount (Per Ticket)"
1458
  msgstr "Betrag (pro Ticket)"
1459
 
1460
  #: app/features/events.php:2238 app/features/events.php:2274
1461
+ #: app/features/mec/booking.php:482 app/features/mec/booking.php:511
1462
  msgid "Amount (Per Booking)"
1463
  msgstr "Betrag (pro Buchung)"
1464
 
1465
  #: app/features/events.php:2361 app/features/events.php:2406
1466
+ #: app/features/mec/booking.php:550 app/features/mec/booking.php:582
1467
  msgid "Option Price"
1468
  msgstr "Preis Optionen"
1469
 
1470
  #: app/features/events.php:2371 app/features/events.php:2375
1471
  #: app/features/events.php:2415 app/features/events.php:2418
1472
+ #: app/features/mec/booking.php:556 app/features/mec/booking.php:559
1473
+ #: app/features/mec/booking.php:588 app/features/mec/booking.php:591
1474
  msgid "Maximum Per Ticket"
1475
  msgstr "Maximum pro Ticket"
1476
 
1477
  #: app/features/events.php:2376 app/features/events.php:2419
1478
+ #: app/features/mec/booking.php:560 app/features/mec/booking.php:592
1479
  #, fuzzy
1480
  #| msgid "Maximum Per Ticket. Leave it blank for unlimited."
1481
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1482
  msgstr "Maximum pro Ticket. Leerlassen für unendlich."
1483
 
1484
+ #: app/features/events.php:2516 app/features/mec/booking.php:608
1485
  #, fuzzy
1486
  #| msgid "Attendees List"
1487
  msgid "Per Attendee Fields"
1488
  msgstr "Teilnehmer Liste"
1489
 
1490
+ #: app/features/events.php:2546 app/features/mec/booking.php:641
1491
+ #: app/libraries/main.php:3272
1492
  msgid "MEC Name"
1493
  msgstr "MEC Name"
1494
 
1495
+ #: app/features/events.php:2547 app/features/mec/booking.php:642
1496
+ #: app/libraries/main.php:3301
1497
  msgid "MEC Email"
1498
  msgstr "MEC Email"
1499
 
1500
  #: app/features/events.php:2548 app/features/events.php:2637
1501
+ #: app/features/mec/booking.php:643 app/features/mec/booking.php:739
1502
+ #: app/features/mec/single.php:190 app/libraries/main.php:3243
1503
  msgid "Text"
1504
  msgstr "Text"
1505
 
1506
  #: app/features/events.php:2551 app/features/events.php:2640
1507
+ #: app/features/mec/booking.php:646 app/features/mec/booking.php:742
1508
  #: app/features/mec/single.php:194 app/features/organizers.php:103
1509
  #: app/features/organizers.php:148 app/features/speakers.php:119
1510
  #: app/features/speakers.php:200 app/features/speakers.php:285
1511
+ #: app/libraries/main.php:3446
1512
  msgid "Tel"
1513
  msgstr "Tel"
1514
 
1515
+ #: app/features/events.php:2552 app/features/mec/booking.php:647
1516
+ #: app/libraries/main.php:3388
1517
  msgid "File"
1518
  msgstr "Datei"
1519
 
1520
  #: app/features/events.php:2553 app/features/events.php:2641
1521
+ #: app/features/mec/booking.php:648 app/features/mec/booking.php:743
1522
+ #: app/features/mec/single.php:195 app/libraries/main.php:3475
1523
  msgid "Textarea"
1524
  msgstr "Textbereich"
1525
 
1526
  #: app/features/events.php:2554 app/features/events.php:2642
1527
+ #: app/features/mec/booking.php:649 app/features/mec/booking.php:744
1528
+ #: app/features/mec/single.php:197 app/libraries/main.php:3527
1529
  msgid "Checkboxes"
1530
  msgstr "Checkboxes"
1531
 
1532
  #: app/features/events.php:2555 app/features/events.php:2643
1533
+ #: app/features/mec/booking.php:650 app/features/mec/booking.php:745
1534
+ #: app/features/mec/single.php:198 app/libraries/main.php:3573
1535
  msgid "Radio Buttons"
1536
  msgstr "Radio Buttons"
1537
 
1538
  #: app/features/events.php:2556 app/features/events.php:2644
1539
+ #: app/features/mec/booking.php:651 app/features/mec/booking.php:746
1540
  #: app/features/mec/meta_boxes/search_form.php:34
1541
  #: app/features/mec/meta_boxes/search_form.php:41
1542
  #: app/features/mec/meta_boxes/search_form.php:49
1613
  #: app/features/mec/meta_boxes/search_form.php:792
1614
  #: app/features/mec/meta_boxes/search_form.php:799
1615
  #: app/features/mec/meta_boxes/search_form.php:813
1616
+ #: app/features/mec/single.php:199 app/libraries/main.php:3619
1617
  msgid "Dropdown"
1618
  msgstr "Dropdown"
1619
 
1620
  #: app/features/events.php:2557 app/features/events.php:2645
1621
+ #: app/features/mec/booking.php:652 app/features/mec/booking.php:747
1622
+ #: app/libraries/main.php:3668
1623
  msgid "Agreement"
1624
  msgstr "Zustimmung"
1625
 
1626
  #: app/features/events.php:2558 app/features/events.php:2646
1627
+ #: app/features/mec/booking.php:653 app/features/mec/booking.php:748
1628
+ #: app/features/mec/single.php:196 app/libraries/main.php:3504
1629
  msgid "Paragraph"
1630
  msgstr "Absatz"
1631
 
1632
+ #: app/features/events.php:2607 app/features/mec/booking.php:706
1633
  #, fuzzy
1634
  #| msgid "Required Field"
1635
  msgid "Fixed Fields"
1674
  #: app/features/mec/meta_boxes/search_form.php:591
1675
  #: app/features/mec/meta_boxes/search_form.php:661
1676
  #: app/features/mec/meta_boxes/search_form.php:767
1677
+ #: app/features/mec/settings.php:960 app/features/mec/single.php:339
1678
  #: app/features/mec/single.php:381 app/features/popup/event.php:116
1679
  #: app/features/popup/event.php:125 app/features/search.php:74
1680
+ #: app/libraries/main.php:2578 app/libraries/main.php:6254
1681
+ #: app/libraries/main.php:6308 app/libraries/skins.php:960
1682
+ #: app/skins/single.php:920 app/skins/single.php:1363
1683
  #: app/skins/single/default.php:195 app/skins/single/default.php:428
1684
  #: app/skins/single/m1.php:173 app/skins/single/m2.php:96
1685
  #: app/skins/single/modern.php:116
1754
  msgstr "%s Email"
1755
 
1756
  #: app/features/events.php:4092 app/features/fes.php:243
1757
+ #: app/features/profile/profile.php:183 app/libraries/main.php:2661
1758
+ #: app/libraries/main.php:6288
1759
  msgid "Ticket"
1760
  msgstr "Ticket"
1761
 
1821
  msgid "Order Time"
1822
  msgstr "Uhrzeit Bestellung"
1823
 
1824
+ #: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:2609
1825
+ #: app/libraries/main.php:2724
1826
  msgid "Transaction ID"
1827
  msgstr "Transaktions-ID"
1828
 
1906
  msgid "Go back to events list"
1907
  msgstr "Zurück zur Liste der Veranstaltungen"
1908
 
1909
+ #: app/features/fes/form.php:264 app/features/mec/settings.php:828
1910
+ #: app/features/mec/settings.php:904
1911
  msgid "Excerpt"
1912
  msgstr ""
1913
 
1925
 
1926
  #: app/features/fes/form.php:389
1927
  #: app/features/mec/meta_boxes/display_options.php:1309
1928
+ #: app/libraries/main.php:416
1929
  msgid "Monday"
1930
  msgstr "Montag"
1931
 
1932
  #: app/features/fes/form.php:390
1933
  #: app/features/mec/meta_boxes/display_options.php:1310
1934
+ #: app/libraries/main.php:416
1935
  msgid "Tuesday"
1936
  msgstr "Dienstag"
1937
 
1938
  #: app/features/fes/form.php:391
1939
  #: app/features/mec/meta_boxes/display_options.php:1311
1940
+ #: app/libraries/main.php:416
1941
  msgid "Wednesday"
1942
  msgstr "Mittwoch"
1943
 
1944
  #: app/features/fes/form.php:392
1945
  #: app/features/mec/meta_boxes/display_options.php:1312
1946
+ #: app/libraries/main.php:416
1947
  msgid "Thursday"
1948
  msgstr "Donnerstag"
1949
 
1950
  #: app/features/fes/form.php:393
1951
  #: app/features/mec/meta_boxes/display_options.php:1313
1952
+ #: app/libraries/main.php:416
1953
  msgid "Friday"
1954
  msgstr "Freitag"
1955
 
1956
  #: app/features/fes/form.php:394
1957
  #: app/features/mec/meta_boxes/display_options.php:1314
1958
+ #: app/libraries/main.php:416
1959
  msgid "Saturday"
1960
  msgstr "Samstag"
1961
 
1962
  #: app/features/fes/form.php:395
1963
  #: app/features/mec/meta_boxes/display_options.php:1308
1964
+ #: app/libraries/main.php:416
1965
  msgid "Sunday"
1966
  msgstr "Sonntag"
1967
 
2003
  "dieser durch einen neuen link ersetzt werden. Vollständigen Link einfügen, "
2004
  "einschließlich http(s)://"
2005
 
2006
+ #: app/features/fes/form.php:850 app/features/mec/settings.php:746
2007
  msgid "Featured Image"
2008
  msgstr "Ausgewähltes Bild"
2009
 
2014
  #: app/features/fes/form.php:891 app/features/labels.php:61
2015
  #: app/features/labels.php:221 app/features/mec.php:463
2016
  #: app/features/mec/meta_boxes/filter.php:72
2017
+ #: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:6251
2018
+ #: app/libraries/main.php:6305 app/skins/single.php:1133
2019
  #: app/skins/single/default.php:173 app/skins/single/default.php:405
2020
  #: app/skins/single/m1.php:76 app/skins/single/modern.php:252
2021
  msgid "Labels"
2080
  msgstr "MEC - Import / Export"
2081
 
2082
  #: app/features/ix.php:107 app/features/mec/support.php:73
2083
+ #: app/libraries/main.php:824
2084
  msgid "Import / Export"
2085
  msgstr "Import / Export"
2086
 
2098
  msgid "An error occurred during the file upload! Please check permissions!"
2099
  msgstr ""
2100
 
2101
+ #: app/features/ix.php:265 app/libraries/main.php:6536
2102
+ #: app/libraries/main.php:6556
2103
  msgid "Confirmed"
2104
  msgstr "Bestätigt"
2105
 
2106
+ #: app/features/ix.php:266 app/libraries/main.php:6537
2107
+ #: app/libraries/main.php:6564
2108
  msgid "Rejected"
2109
  msgstr "Abgelehnt"
2110
 
2111
+ #: app/features/ix.php:270 app/features/mec/booking.php:992
2112
+ #: app/features/mec/booking.php:1014 app/features/mec/modules.php:415
2113
+ #: app/features/mec/modules.php:437 app/features/mec/notifications.php:1052
2114
+ #: app/features/mec/notifications.php:1074 app/features/mec/settings.php:1270
2115
+ #: app/features/mec/settings.php:1292 app/features/mec/single.php:446
2116
+ #: app/features/mec/single.php:468 app/libraries/main.php:6584
2117
  msgid "Verified"
2118
  msgstr "Verifiziert"
2119
 
2120
  #: app/features/ix.php:271 app/features/labels.php:118
2121
+ #: app/features/labels.php:143 app/libraries/main.php:6585
2122
  #: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
2123
  #: app/skins/carousel/render.php:38 app/skins/countdown/tpl.php:40
2124
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2417
  #: app/features/ix/export_g_calendar.php:72
2418
  #: app/features/ix/export_g_calendar.php:151
2419
  #: app/features/ix/export_g_calendar.php:166
2420
+ #: app/features/mec/notifications.php:150
2421
+ #: app/features/mec/notifications.php:262
2422
+ #: app/features/mec/notifications.php:388
2423
+ #: app/features/mec/notifications.php:762 app/features/notifications.php:133
2424
  msgid "Add to Google Calendar"
2425
  msgstr "Zum Google Kalender hinzufügen"
2426
 
2427
+ #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:994
2428
+ #: app/features/mec/modules.php:417 app/features/mec/notifications.php:1054
2429
+ #: app/features/mec/settings.php:1272 app/features/mec/single.php:448
2430
  msgid "Checking ..."
2431
  msgstr "Überprüfung"
2432
 
2470
  msgstr ""
2471
 
2472
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2473
+ #: app/features/mec/booking.php:99 app/features/mec/booking.php:415
2474
+ #: app/features/mec/booking.php:431 app/features/mec/booking.php:449
2475
+ #: app/features/mec/booking.php:526
2476
  #: app/features/mec/meta_boxes/display_options.php:229
2477
  #: app/features/mec/meta_boxes/display_options.php:496
2478
  #: app/features/mec/modules.php:69 app/features/mec/modules.php:211
2483
 
2484
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2485
  #: app/features/ix/sync.php:22 app/features/mec/booking.php:99
2486
+ #: app/features/mec/booking.php:415 app/features/mec/booking.php:431
2487
+ #: app/features/mec/booking.php:449 app/features/mec/booking.php:526
2488
  #: app/features/mec/meta_boxes/display_options.php:229
2489
  #: app/features/mec/meta_boxes/display_options.php:496
2490
  #: app/features/mec/meta_boxes/display_options.php:537
2723
 
2724
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2725
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2726
+ #: app/features/mec/notifications.php:650
2727
  msgid "Important Note"
2728
  msgstr "Important Note"
2729
 
2951
 
2952
  #: app/features/locations.php:59 app/features/mec.php:464
2953
  #: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
2954
+ #: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:6253
2955
+ #: app/libraries/main.php:6307
2956
  msgid "Locations"
2957
  msgstr "Orte"
2958
 
3034
  "z.B. Karlsruhe Schlosshotel oder Frankfurt Allianz oder Dortmund "
3035
  "Westfalenhalle"
3036
 
3037
+ #: app/features/locations.php:347 app/features/mec/settings.php:776
3038
  #: app/features/popup/event.php:143 app/widgets/single.php:115
3039
  msgid "Event Location"
3040
  msgstr "Veranstaltungsort"
3073
  msgid "Don't show map in single event page"
3074
  msgstr "Karte in Einzelansicht nicht anzeigen"
3075
 
3076
+ #: app/features/locations.php:398 app/libraries/main.php:6291
3077
+ #: app/libraries/main.php:6338
3078
  msgid "Other Locations"
3079
  msgstr "Andere Orte"
3080
 
3158
  #: app/features/mec.php:465 app/features/mec/dashboard.php:286
3159
  #: app/features/mec/meta_boxes/filter.php:71
3160
  #: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
3161
+ #: app/libraries/main.php:6255 app/libraries/main.php:6309
3162
  msgid "Organizers"
3163
  msgstr "Veranstalter"
3164
 
3197
  msgid "MEC - Go Pro"
3198
  msgstr "Support"
3199
 
3200
+ #: app/features/mec.php:482 app/features/mec.php:1264
3201
  #: app/features/mec/go-pro.php:9
3202
  msgid "Go Pro"
3203
  msgstr ""
3238
  msgid "Search Form"
3239
  msgstr "Suche Formular"
3240
 
3241
+ #: app/features/mec.php:972
3242
  msgid "Display content's images as Popup"
3243
  msgstr ""
3244
 
3245
+ #: app/features/mec.php:986 app/features/popup/shortcode.php:473
3246
  msgid "Single Event Display Method"
3247
  msgstr "Single Event Anzeigemethode"
3248
 
3249
+ #: app/features/mec.php:993 app/features/popup/shortcode.php:485
3250
  #, fuzzy
3251
  #| msgid "Modal 1"
3252
  msgid "Modal Popup"
3253
  msgstr "Modal 1"
3254
 
3255
+ #: app/features/mec.php:994
3256
  #, fuzzy
3257
  #| msgid "Disabled"
3258
  msgid "Disable Link"
3259
  msgstr "Deaktiviert"
3260
 
3261
+ #: app/features/mec.php:1007
3262
  #, fuzzy
3263
  #| msgid "Booking Options"
3264
  msgid "Booking Button / Icon"
3265
  msgstr "Buchungsoptionen"
3266
 
3267
+ #: app/features/mec.php:1167 app/features/mec.php:1277
3268
  msgid "Total Bookings"
3269
  msgstr "Gesamte Buchungen"
3270
 
3271
+ #: app/features/mec.php:1186 app/features/mec/dashboard.php:63
3272
  msgid "Modern Events Calendar (Lite)"
3273
  msgstr "Moderner Event Kalender (Lite)"
3274
 
3275
+ #: app/features/mec.php:1195 app/features/mec/dashboard.php:297
3276
+ #: app/features/mec/settings.php:449
3277
  msgid "Upcoming Events"
3278
  msgstr "Bevorstehende Events"
3279
 
3280
+ #: app/features/mec.php:1250
3281
  #, fuzzy
3282
  #| msgid "Update %s"
3283
  msgid "News & Updates"
3284
  msgstr "Update %s"
3285
 
3286
+ #: app/features/mec.php:1263
3287
  msgid "Blog"
3288
  msgstr ""
3289
 
3290
+ #: app/features/mec.php:1263
3291
  msgid "Help"
3292
  msgstr ""
3293
 
3294
+ #: app/features/mec.php:1310
3295
  msgid "This Month"
3296
  msgstr "Diesen Monat"
3297
 
3298
+ #: app/features/mec.php:1317
3299
  msgid "Last Month"
3300
  msgstr "Letzten Monat"
3301
 
3302
+ #: app/features/mec.php:1324
3303
  msgid "This Year"
3304
  msgstr "Diese Jahr"
3305
 
3306
+ #: app/features/mec.php:1331
3307
  msgid "Last Year"
3308
  msgstr "Letztes Jahr"
3309
 
3310
+ #: app/features/mec.php:1352
3311
  msgid "Bar"
3312
  msgstr "Bar"
3313
 
3314
+ #: app/features/mec.php:1353
3315
  msgid "Line"
3316
  msgstr "Linie"
3317
 
3318
+ #: app/features/mec.php:1355
3319
  msgid "Filter"
3320
  msgstr "Filter"
3321
 
3322
+ #: app/features/mec.php:1371
3323
  #, php-format
3324
  msgid "Total Sells (%s)"
3325
  msgstr "Alle Verkäufe (%s)"
3326
 
3327
+ #: app/features/mec.php:1399
3328
  #, fuzzy
3329
  #| msgid "Modern Events Calendar"
3330
  msgid "Print Calendar"
3331
  msgstr "Moderner Event Kalender "
3332
 
3333
+ #: app/features/mec.php:1414
3334
  #, fuzzy
3335
  #| msgid "Multiple Day Events"
3336
  msgid "Display Events"
3360
  msgid "Search..."
3361
  msgstr "Suche…"
3362
 
3363
+ #: app/features/mec/booking.php:80 app/features/mec/booking.php:754
3364
+ #: app/features/mec/booking.php:910 app/features/mec/booking.php:919
3365
+ #: app/features/mec/booking.php:929 app/features/mec/booking.php:1011
3366
+ #: app/features/mec/booking.php:1025 app/features/mec/messages.php:15
3367
  #: app/features/mec/messages.php:51 app/features/mec/messages.php:60
3368
  #: app/features/mec/messages.php:94 app/features/mec/messages.php:103
3369
  #: app/features/mec/modules.php:25 app/features/mec/modules.php:382
3370
  #: app/features/mec/modules.php:392 app/features/mec/modules.php:434
3371
  #: app/features/mec/modules.php:448 app/features/mec/notifications.php:14
3372
+ #: app/features/mec/notifications.php:959
3373
+ #: app/features/mec/notifications.php:971
3374
+ #: app/features/mec/notifications.php:1071
3375
+ #: app/features/mec/notifications.php:1085 app/features/mec/settings.php:42
3376
+ #: app/features/mec/settings.php:1221 app/features/mec/settings.php:1231
3377
+ #: app/features/mec/settings.php:1289 app/features/mec/settings.php:1303
3378
  #: app/features/mec/single.php:21 app/features/mec/single.php:413
3379
  #: app/features/mec/single.php:423 app/features/mec/single.php:465
3380
  #: app/features/mec/single.php:479 app/features/mec/styles.php:11
3419
  msgid "Default is 6"
3420
  msgstr "Die Voreinstellung ist 6"
3421
 
3422
+ #: app/features/mec/booking.php:130 app/features/mec/booking.php:139
3423
  msgid "Lock Pre-filled Fields"
3424
  msgstr ""
3425
 
3426
+ #: app/features/mec/booking.php:133 app/features/mec/booking.php:188
3427
+ #: app/features/mec/booking.php:255 app/features/mec/booking.php:824
3428
+ #: app/features/mec/booking.php:849
3429
  #: app/features/mec/meta_boxes/search_form.php:33
3430
  #: app/features/mec/meta_boxes/search_form.php:40
3431
  #: app/features/mec/meta_boxes/search_form.php:48
3524
  #: app/features/mec/meta_boxes/search_form.php:805
3525
  #: app/features/mec/meta_boxes/search_form.php:812
3526
  #: app/features/mec/meta_boxes/search_form.php:819
3527
+ #: app/features/mec/modules.php:124 app/features/mec/settings.php:105
3528
+ #: app/features/mec/settings.php:467
3529
  msgid "Disabled"
3530
  msgstr "Deaktiviert"
3531
 
3532
+ #: app/features/mec/booking.php:134 app/features/mec/booking.php:187
3533
+ #: app/features/mec/booking.php:254 app/features/mec/booking.php:823
3534
+ #: app/features/mec/booking.php:850 app/features/mec/settings.php:106
3535
  msgid "Enabled"
3536
  msgstr "Aktiviert"
3537
 
3538
+ #: app/features/mec/booking.php:135
3539
+ msgid "Enabled Only for Main Attendee"
3540
+ msgstr ""
3541
+
3542
+ #: app/features/mec/booking.php:140
3543
  msgid ""
3544
  "When users are logged in, name and email fields will be pre-filled but users "
3545
  "can change them. If you enable the lock, then logged in users cannot change "
3546
  "the pre-filled fields."
3547
  msgstr ""
3548
 
3549
+ #: app/features/mec/booking.php:161 app/features/mec/booking.php:175
3550
  #, fuzzy
3551
  #| msgid "Cancellation Date"
3552
  msgid "Cancellation Period"
3553
  msgstr "Datum Stornierung"
3554
 
3555
+ #: app/features/mec/booking.php:163
3556
  msgid "e.g 5"
3557
  msgstr ""
3558
 
3559
+ #: app/features/mec/booking.php:164
3560
  msgid "Period"
3561
  msgstr ""
3562
 
3563
+ #: app/features/mec/booking.php:165
3564
  #, fuzzy
3565
  #| msgid "Hour"
3566
  msgid "Hour(s)"
3567
  msgstr "Stunde"
3568
 
3569
+ #: app/features/mec/booking.php:166
3570
  msgid "Day(s)"
3571
  msgstr ""
3572
 
3573
+ #: app/features/mec/booking.php:168
3574
  #, fuzzy
3575
  #| msgid "Type 1"
3576
  msgid "Type"
3577
  msgstr "Typ 1"
3578
 
3579
+ #: app/features/mec/booking.php:169
3580
  #, fuzzy
3581
  #| msgid "Before $10"
3582
  msgid "Before"
3583
  msgstr "Vor €10"
3584
 
3585
+ #: app/features/mec/booking.php:172
3586
  #, fuzzy
3587
  #| msgid "On Event Start"
3588
  msgid "Event Start"
3589
  msgstr "Am Event Start"
3590
 
3591
+ #: app/features/mec/booking.php:176
3592
  msgid ""
3593
  "You can restrict the ability to cancel bookings. Leave empty for "
3594
  "cancellation at any time. For example if you insert 5 hours before event "
3596
  "after that they're not able to do that."
3597
  msgstr ""
3598
 
3599
+ #: app/features/mec/booking.php:182
3600
  #, fuzzy
3601
  #| msgid "Register Button"
3602
  msgid "User Registration"
3603
  msgstr "Register Button"
3604
 
3605
+ #: app/features/mec/booking.php:184 app/features/mec/booking.php:192
3606
  #: app/modules/booking/steps/form.php:330
3607
  #, fuzzy
3608
  #| msgid "Register Button"
3609
  msgid "Registration"
3610
  msgstr "Register Button"
3611
 
3612
+ #: app/features/mec/booking.php:193
3613
  msgid ""
3614
  "If enabled MEC would create a WordPress User for main attendees. It's "
3615
  "recommended to keep it enabled."
3616
  msgstr ""
3617
 
3618
+ #: app/features/mec/booking.php:201 app/features/mec/booking.php:211
3619
  #, fuzzy
3620
  #| msgid "User Profile"
3621
  msgid "User Role"
3622
  msgstr "Benutzer Profil"
3623
 
3624
+ #: app/features/mec/booking.php:212
3625
  msgid ""
3626
  "MEC creates a user for main attendee after each booking. Default role of the "
3627
  "user is subscriber but you can change it if needed."
3628
  msgstr ""
3629
 
3630
+ #: app/features/mec/booking.php:219 app/features/mec/booking.php:227
3631
  msgid "Username & Password"
3632
  msgstr ""
3633
 
3634
+ #: app/features/mec/booking.php:222
3635
  msgid "Auto"
3636
  msgstr ""
3637
 
3638
+ #: app/features/mec/booking.php:223
3639
  msgid "Manual"
3640
  msgstr ""
3641
 
3642
+ #: app/features/mec/booking.php:228
3643
  msgid ""
3644
  "If you set it to manual option then users can insert a username and password "
3645
  "during the booking for registration otherwise MEC use their email and an "
3646
  "auto generated password."
3647
  msgstr ""
3648
 
3649
+ #: app/features/mec/booking.php:236
3650
  #, fuzzy
3651
  #| msgid "Location"
3652
  msgid "Limitation"
3653
  msgstr "Ort"
3654
 
3655
+ #: app/features/mec/booking.php:238
3656
  #: app/features/mec/meta_boxes/display_options.php:140
3657
  #: app/features/mec/meta_boxes/display_options.php:417
3658
  #: app/features/mec/meta_boxes/display_options.php:589
3664
  msgid "Limit"
3665
  msgstr "Limit"
3666
 
3667
+ #: app/features/mec/booking.php:240
3668
  msgid "Default is empty"
3669
  msgstr "Standart ist leer "
3670
 
3671
+ #: app/features/mec/booking.php:243
3672
  msgid "Booking Limit"
3673
  msgstr "Buchungs Limit"
3674
 
3675
+ #: app/features/mec/booking.php:244
3676
  msgid ""
3677
  "Total tickets that a user can book. It is useful if you're providing free "
3678
  "tickets. Leave it empty for unlimited booking."
3679
  msgstr ""
3680
 
3681
+ #: app/features/mec/booking.php:251 app/features/mec/booking.php:259
3682
  #, fuzzy
3683
  #| msgid "Description"
3684
  msgid "IP restriction"
3685
  msgstr "Beschreibung"
3686
 
3687
+ #: app/features/mec/booking.php:260
3688
  msgid ""
3689
  "If you set limit for total tickets that users can book, MEC will use IP and "
3690
  "email to prevent users to book high tickets. You can disable the IP "
3691
  "restriction if you don't need it."
3692
  msgstr ""
3693
 
3694
+ #: app/features/mec/booking.php:266 app/features/mec/booking.php:268
3695
+ #: app/features/mec/booking.php:278 app/features/mec/settings.php:657
3696
+ #: app/features/mec/settings.php:667
3697
  msgid "Thank You Page"
3698
  msgstr "Danke Seite"
3699
 
3700
+ #: app/features/mec/booking.php:279
3701
  msgid ""
3702
  "User redirects to this page after booking. Leave it empty if you want to "
3703
  "disable it."
3705
  "Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
3706
  "es leer, wenn Sie es deaktivieren möchten."
3707
 
3708
+ #: app/features/mec/booking.php:286 app/features/mec/booking.php:291
3709
+ #: app/features/mec/settings.php:677 app/features/mec/settings.php:682
3710
  msgid "Thank You Page Time Interval"
3711
  msgstr "Dauer bis zur Weiterleitung auf die Danke Seite"
3712
 
3713
+ #: app/features/mec/booking.php:288 app/features/mec/settings.php:679
3714
  msgid "2000 mean 2 seconds"
3715
  msgstr "2000 bedeutet 2 Sekunden"
3716
 
3717
+ #: app/features/mec/booking.php:292 app/features/mec/settings.php:683
3718
  msgid ""
3719
  "Waiting time before redirecting to thank you page. It's in miliseconds so "
3720
  "2000 means 2 seconds."
3721
  msgstr ""
3722
 
3723
+ #: app/features/mec/booking.php:298
3724
  #, fuzzy
3725
  #| msgid "Book Event"
3726
  msgid "Booking Elements"
3727
  msgstr "Veranstaltung buchen"
3728
 
3729
+ #: app/features/mec/booking.php:304
3730
  msgid "Enable Express Attendees Form"
3731
  msgstr "Aktivieren Sie das Express-Teilnehmerformular"
3732
 
3733
+ #: app/features/mec/booking.php:308
3734
  msgid "Attendees Form"
3735
  msgstr "Teilnahmeformular"
3736
 
3737
+ #: app/features/mec/booking.php:309
3738
  msgid ""
3739
  "Apply the info from the first attendee to all purchased ticket by that user. "
3740
  "Uncheck if you want every ticket to have its own attendee’s info."
3741
  msgstr ""
3742
 
3743
+ #: app/features/mec/booking.php:322
3744
  msgid "Enable Invoice"
3745
  msgstr "Rechnungen aktivieren"
3746
 
3747
+ #: app/features/mec/booking.php:333
3748
  msgid "Enable Booking for Ongoing Events"
3749
  msgstr "Aktiviere Buchung für bereits laufende Events"
3750
 
3751
+ #: app/features/mec/booking.php:344
3752
  msgid "Enable Downloadable File"
3753
  msgstr ""
3754
 
3755
+ #: app/features/mec/booking.php:349
3756
  msgid ""
3757
  "By enabling this feature, You can upload a file for each event and bookers "
3758
  "are able to download it after booking."
3759
  msgstr ""
3760
 
3761
+ #: app/features/mec/booking.php:356
3762
  msgid "Email verification"
3763
  msgstr "Email-Verifizierung"
3764
 
3765
+ #: app/features/mec/booking.php:362
3766
  msgid "Auto verification for free bookings"
3767
  msgstr "Automatische Verifizierung für kostenlose Buchungen"
3768
 
3769
+ #: app/features/mec/booking.php:371
3770
  msgid "Auto verification for paid bookings"
3771
  msgstr "Automatische Verifizierung für kostenpflichtige Buchungen"
3772
 
3773
+ #: app/features/mec/booking.php:375 app/features/mec/notifications.php:271
3774
+ #: app/features/notifications.php:156 app/libraries/main.php:598
3775
  msgid "Booking Confirmation"
3776
  msgstr "Buchungsbestätigung"
3777
 
3778
+ #: app/features/mec/booking.php:381
3779
  msgid "Auto confirmation for free bookings"
3780
  msgstr "Automatische Bestätigung für kostenlose Buchungen"
3781
 
3782
+ #: app/features/mec/booking.php:390
3783
  msgid "Auto confirmation for paid bookings"
3784
  msgstr "Automatische Bestätigung für kostenpflichtige Buchungen"
3785
 
3786
+ #: app/features/mec/booking.php:399
3787
  msgid "Send confirmation email in auto confirmation mode"
3788
  msgstr ""
3789
 
3790
+ #: app/features/mec/booking.php:412 app/libraries/main.php:567
3791
  #, fuzzy
3792
  #| msgid "Booking"
3793
  msgid "Booking Shortcode"
3794
  msgstr "Buchung / Reservierung"
3795
 
3796
+ #: app/features/mec/booking.php:420
3797
  #, php-format
3798
  msgid ""
3799
  "Booking module is available in the event details page but if you like to "
3802
  "into the page content and place the event id instead of 1."
3803
  msgstr ""
3804
 
3805
+ #: app/features/mec/booking.php:421
3806
  #, php-format
3807
  msgid ""
3808
  "Also, you can insert %s if you like to show only one of the available "
3810
  "This parameter is optional."
3811
  msgstr ""
3812
 
3813
+ #: app/features/mec/booking.php:436
3814
  msgid "Enable coupons module"
3815
  msgstr "Gutscheinmodul aktivieren"
3816
 
3817
+ #: app/features/mec/booking.php:438
3818
  msgid ""
3819
  "After enabling and saving the settings, you should reload the page to see a "
3820
  "new menu on the Dashboard > Booking"
3821
  msgstr ""
3822
 
3823
+ #: app/features/mec/booking.php:446 app/features/mec/booking.php:816
3824
+ #: app/libraries/main.php:569
3825
  msgid "Taxes / Fees"
3826
  msgstr "Steuern/Gebühren"
3827
 
3828
+ #: app/features/mec/booking.php:454
3829
  msgid "Enable taxes / fees module"
3830
  msgstr "Modul für Gebühren/Steuern aktivieren"
3831
 
3832
+ #: app/features/mec/booking.php:459
3833
  msgid "Add Fee"
3834
  msgstr "Gebühr hinzufügen"
3835
 
3836
+ #: app/features/mec/booking.php:523 app/libraries/main.php:570
3837
  msgid "Ticket Variations & Options"
3838
  msgstr ""
3839
 
3840
+ #: app/features/mec/booking.php:531
3841
  msgid "Enable ticket options module"
3842
  msgstr "Ticket Optionen aktivieren"
3843
 
3844
+ #: app/features/mec/booking.php:536
3845
  msgid "Add Variation / Option"
3846
  msgstr ""
3847
 
3848
+ #: app/features/mec/booking.php:806
3849
  msgid "Use WooCommerce as Payment System"
3850
  msgstr ""
3851
 
3852
+ #: app/features/mec/booking.php:808
3853
  msgid ""
3854
  "By enabling this feature, tickets will be added to WooCommerce cart and all "
3855
  "payment process would be done by WooCommerce so all of MEC payment related "
3857
  "fields etc, you need to configure WooCommerce on your website."
3858
  msgstr ""
3859
 
3860
+ #: app/features/mec/booking.php:810
3861
  msgid ""
3862
  "You cannot use following MEC features so you should use WooCommerc and its "
3863
  "addons if you need them."
3864
  msgstr ""
3865
 
3866
+ #: app/features/mec/booking.php:812
3867
  #, fuzzy
3868
  #| msgid "Payment Gateways"
3869
  msgid "Payment gateways"
3870
  msgstr "Zahlungs-Gateways"
3871
 
3872
+ #: app/features/mec/booking.php:813
3873
  #, fuzzy
3874
  #| msgid "Price per Date"
3875
  msgid "Price per dates of tickets"
3876
  msgstr "Preis pro Datum"
3877
 
3878
+ #: app/features/mec/booking.php:815
3879
  #, fuzzy
3880
  #| msgid "Ticket Variation"
3881
  msgid "Ticket variations"
3882
  msgstr "Ticket Variationen"
3883
 
3884
+ #: app/features/mec/booking.php:820
3885
  #, fuzzy
3886
  #| msgid "Automatically complete WC orders"
3887
  msgid "Automatically complete WooCommerce orders"
3888
  msgstr "WC-Aufträge automatisch abschließen"
3889
 
3890
+ #: app/features/mec/booking.php:828
3891
  #, fuzzy
3892
  #| msgid "Automatically complete WC orders"
3893
  msgid "Auto WooCommerce orders"
3894
  msgstr "WC-Aufträge automatisch abschließen"
3895
 
3896
+ #: app/features/mec/booking.php:829
3897
  msgid "It applies only to the orders that are related to MEC."
3898
  msgstr "Sie gilt nur für Aufträge, die mit MEC zusammenhängen."
3899
 
3900
+ #: app/features/mec/booking.php:837
3901
  #, fuzzy
3902
  #| msgid "Add to Cart"
3903
  msgid "After Add to Cart"
3904
  msgstr "in den Warenkorb legen"
3905
 
3906
+ #: app/features/mec/booking.php:840
3907
  #, fuzzy
3908
  #| msgid "Redirection Page"
3909
  msgid "Redirect to Cart"
3910
  msgstr "Weiterleitungs Seite "
3911
 
3912
+ #: app/features/mec/booking.php:841
3913
  #, fuzzy
3914
  #| msgid "Redirection Page"
3915
  msgid "Redirect to Checkout"
3916
  msgstr "Weiterleitungs Seite "
3917
 
3918
+ #: app/features/mec/booking.php:846
3919
  #, fuzzy
3920
  #| msgid "Booking Form"
3921
  msgid "MEC Booking Form"
3922
  msgstr "Buchungsformular"
3923
 
3924
+ #: app/features/mec/booking.php:855
3925
  msgid ""
3926
  "If enabled then users should fill the booking form in MEC and then they will "
3927
  "be redirected to checkout."
3928
  msgstr ""
3929
 
3930
+ #: app/features/mec/booking.php:881
3931
  msgid "Enable Organizer Payment Module"
3932
  msgstr ""
3933
 
3934
+ #: app/features/mec/booking.php:886
3935
  msgid ""
3936
  "By enabling this module, organizers are able to insert their own payment "
3937
  "credentials for enabled gateways per event and receive the payments directly!"
3938
  msgstr ""
3939
 
3940
+ #: app/features/mec/booking.php:896
3941
  msgid "Disable / Enable payment gateways per event"
3942
  msgstr ""
3943
 
3944
+ #: app/features/mec/booking.php:900
3945
  #, fuzzy
3946
  #| msgid "Payment Gateways"
3947
  msgid "Payment Gateways Per Event"
3948
  msgstr "Zahlungs-Gateways"
3949
 
3950
+ #: app/features/mec/booking.php:901
3951
  msgid ""
3952
  "By enabling this module, users are able to disable / enable payment gateways "
3953
  "per event"
3954
  msgstr ""
3955
 
3956
+ #: app/features/mec/booking.php:989 app/features/mec/messages.php:78
3957
+ #: app/features/mec/modules.php:412 app/features/mec/notifications.php:1049
3958
+ #: app/features/mec/settings.php:1267 app/features/mec/single.php:443
3959
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3960
  msgid "Saved"
3961
  msgstr "Gesichert"
3962
 
3963
+ #: app/features/mec/booking.php:990 app/features/mec/messages.php:79
3964
+ #: app/features/mec/modules.php:413 app/features/mec/notifications.php:1050
3965
+ #: app/features/mec/settings.php:1268 app/features/mec/single.php:444
3966
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3967
  msgid "Settings Saved!"
3968
  msgstr "Einstellungen gespeichert!"
3969
 
3970
+ #: app/features/mec/booking.php:1016 app/features/mec/modules.php:439
3971
+ #: app/features/mec/notifications.php:1076 app/features/mec/settings.php:1294
3972
  #: app/features/mec/single.php:470
3973
  msgid "Please Refresh Page"
3974
  msgstr "Bitte Seiten Refresh vornehmen"
4085
  msgstr "Einstellungen Herunterladen"
4086
 
4087
  #: app/features/mec/messages.php:28 app/features/mec/support-page.php:102
4088
+ #: app/features/mec/support.php:66 app/libraries/main.php:817
4089
  msgid "Messages"
4090
  msgstr "Nachrichten"
4091
 
4116
  #: app/features/mec/meta_boxes/display_options.php:947
4117
  #: app/features/mec/meta_boxes/display_options.php:1272
4118
  #: app/features/mec/meta_boxes/display_options.php:1559
4119
+ #: app/features/mec/settings.php:310 app/features/mec/settings.php:334
4120
+ #: app/features/mec/settings.php:343 app/features/mec/settings.php:387
4121
+ #: app/features/mec/settings.php:411 app/features/mec/settings.php:420
4122
  #: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
4123
  #: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
4124
  #: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
4129
 
4130
  #: app/features/mec/meta_boxes/display_options.php:44
4131
  #: app/features/mec/meta_boxes/display_options.php:286
4132
+ #: app/features/mec/settings.php:335 app/features/mec/settings.php:345
4133
+ #: app/features/mec/settings.php:412 app/features/mec/settings.php:422
4134
  #: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
4135
  msgid "Minimal"
4136
  msgstr "Minimal"
4141
  #: app/features/mec/meta_boxes/display_options.php:949
4142
  #: app/features/mec/meta_boxes/display_options.php:1270
4143
  #: app/features/mec/meta_boxes/display_options.php:1561
4144
+ #: app/features/mec/settings.php:312 app/features/mec/settings.php:325
4145
+ #: app/features/mec/settings.php:336 app/features/mec/settings.php:346
4146
+ #: app/features/mec/settings.php:389 app/features/mec/settings.php:402
4147
+ #: app/features/mec/settings.php:413 app/features/mec/settings.php:423
4148
  #: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
4149
  #: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
4150
  #: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
4152
  msgstr "Modern"
4153
 
4154
  #: app/features/mec/meta_boxes/display_options.php:46
4155
+ #: app/features/mec/settings.php:337 app/features/mec/settings.php:414
4156
  #: app/features/popup/shortcode.php:83
4157
  msgid "Standard"
4158
  msgstr "Standard"
4159
 
4160
  #: app/features/mec/meta_boxes/display_options.php:47
4161
+ #: app/features/mec/settings.php:338 app/features/mec/settings.php:415
4162
  #: app/features/popup/shortcode.php:88
4163
  msgid "Accordion"
4164
  msgstr "Accordion"
4561
  #: app/features/mec/meta_boxes/display_options.php:948
4562
  #: app/features/mec/meta_boxes/display_options.php:1271
4563
  #: app/features/mec/meta_boxes/display_options.php:1560
4564
+ #: app/features/mec/settings.php:311 app/features/mec/settings.php:326
4565
+ #: app/features/mec/settings.php:344 app/features/mec/settings.php:388
4566
+ #: app/features/mec/settings.php:403 app/features/mec/settings.php:421
4567
  #: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
4568
  #: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
4569
  #: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
4573
  #: app/features/mec/meta_boxes/display_options.php:288
4574
  #: app/features/mec/meta_boxes/display_options.php:687
4575
  #: app/features/mec/meta_boxes/display_options.php:951
4576
+ #: app/features/mec/settings.php:314 app/features/mec/settings.php:347
4577
+ #: app/features/mec/settings.php:391 app/features/mec/settings.php:424
4578
  #: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
4579
  #: app/features/popup/shortcode.php:219
4580
  msgid "Simple"
4588
  #: app/features/mec/meta_boxes/display_options.php:290
4589
  #: app/features/mec/meta_boxes/display_options.php:686
4590
  #: app/features/mec/meta_boxes/display_options.php:950
4591
+ #: app/features/mec/settings.php:313 app/features/mec/settings.php:349
4592
+ #: app/features/mec/settings.php:390 app/features/mec/settings.php:426
4593
  #: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
4594
  #: app/features/popup/shortcode.php:214
4595
  msgid "Novel"
4639
 
4640
  #: app/features/mec/meta_boxes/display_options.php:673
4641
  #: app/features/mec/meta_boxes/display_options.php:697
4642
+ #: app/libraries/main.php:336 app/libraries/main.php:2057
4643
+ #: app/libraries/main.php:2082
4644
  msgid "List View"
4645
  msgstr "Listenansicht"
4646
 
4647
  #: app/features/mec/meta_boxes/display_options.php:674
4648
  #: app/features/mec/meta_boxes/display_options.php:718
4649
+ #: app/libraries/main.php:337 app/libraries/main.php:2058
4650
+ #: app/libraries/main.php:2083
4651
  msgid "Grid View"
4652
  msgstr "Rasterdarstellung"
4653
 
4654
  #: app/features/mec/meta_boxes/display_options.php:675
4655
  #: app/features/mec/meta_boxes/display_options.php:728
4656
+ #: app/libraries/main.php:353
4657
  #, fuzzy
4658
  #| msgid "Timetable View"
4659
  msgid "Tile View"
4661
 
4662
  #: app/features/mec/meta_boxes/display_options.php:676
4663
  #: app/features/mec/meta_boxes/display_options.php:739
4664
+ #: app/libraries/main.php:340 app/libraries/main.php:2051
4665
+ #: app/libraries/main.php:2076
4666
  msgid "Yearly View"
4667
  msgstr "Jahresansicht"
4668
 
4673
 
4674
  #: app/features/mec/meta_boxes/display_options.php:678
4675
  #: app/features/mec/meta_boxes/display_options.php:788
4676
+ #: app/libraries/main.php:343 app/libraries/main.php:2053
4677
+ #: app/libraries/main.php:2078
4678
  msgid "Weekly View"
4679
  msgstr "Wochenansicht"
4680
 
4681
  #: app/features/mec/meta_boxes/display_options.php:679
4682
  #: app/features/mec/meta_boxes/display_options.php:798
4683
+ #: app/libraries/main.php:342 app/libraries/main.php:2054
4684
+ #: app/libraries/main.php:2079
4685
  msgid "Daily View"
4686
  msgstr "Tagesansicht"
4687
 
5118
  msgid "Choose your desired authors for filtering the events."
5119
  msgstr "Wählen Sie die gewünschten Autoren zum Filtern aus"
5120
 
5121
+ #: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:450
5122
  msgid "Expired Events"
5123
  msgstr "Abgelaufene Events"
5124
 
5193
  #: app/features/mec/meta_boxes/search_form.php:606
5194
  #: app/features/mec/meta_boxes/search_form.php:676
5195
  #: app/features/mec/meta_boxes/search_form.php:782
5196
+ #: app/features/mec/settings.php:973 app/features/mec/single.php:344
5197
  #: app/features/mec/single.php:386 app/features/search.php:86
5198
  #: app/features/speakers.php:60 app/features/speakers.php:283
5199
+ #: app/libraries/main.php:6258 app/libraries/main.php:6312
5200
+ #: app/libraries/skins.php:1012 app/modules/speakers/details.php:18
5201
  msgid "Speaker"
5202
  msgstr "Sprecher"
5203
 
5212
  #: app/features/mec/meta_boxes/search_form.php:613
5213
  #: app/features/mec/meta_boxes/search_form.php:683
5214
  #: app/features/mec/meta_boxes/search_form.php:789
5215
+ #: app/features/mec/settings.php:980 app/features/mec/single.php:353
5216
  #: app/features/mec/single.php:395 app/features/search.php:92
5217
+ #: app/libraries/skins.php:1038
5218
  msgid "Tag"
5219
  msgstr "Schlagwort"
5220
 
5306
  "new menu on the Dashboard > MEC"
5307
  msgstr ""
5308
 
5309
+ #: app/features/mec/modules.php:66 app/libraries/main.php:577
5310
  #, fuzzy
5311
  #| msgid "Google Maps Options"
5312
  msgid "Map Options"
5330
  msgid "Google Map Options"
5331
  msgstr "Google Maps Einstellungen"
5332
 
5333
+ #: app/features/mec/modules.php:85 app/features/mec/settings.php:1016
5334
+ #: app/features/mec/settings.php:1029
5335
  msgid "Required!"
5336
  msgstr "Erforderlich (Pflichtfeld)"
5337
 
5395
  msgstr ""
5396
  "Checken Sie es nur wenn ein anderes plugin/Thema die Google Maps API lädt."
5397
 
5398
+ #: app/features/mec/modules.php:167 app/libraries/main.php:578
5399
  msgid "Export Options"
5400
  msgstr "Export Optionen"
5401
 
5410
  msgid "Google Calendar"
5411
  msgstr "Google Calendar"
5412
 
5413
+ #: app/features/mec/modules.php:194 app/libraries/main.php:579
5414
  #: app/modules/local-time/details.php:45 app/modules/local-time/type1.php:42
5415
  #: app/widgets/single.php:99
5416
  msgid "Local Time"
5422
  "Zeige die Eventzeit basierend auf der Ortszeit des Besuchers auf der "
5423
  "Eventseite"
5424
 
5425
+ #: app/features/mec/modules.php:208 app/libraries/main.php:580
5426
  #: app/modules/qrcode/details.php:38 app/widgets/single.php:155
5427
  msgid "QR Code"
5428
  msgstr "QR Code"
5433
  "Zeigen Sie QR-Code des Events in der Detailseite und in der Buchungsrechnung "
5434
  "an"
5435
 
5436
+ #: app/features/mec/modules.php:226 app/libraries/main.php:581
5437
  #: app/modules/weather/darksky.php:15 app/modules/weather/weatherapi.php:16
5438
  msgid "Weather"
5439
  msgstr "Wetter"
5474
  msgid "Show social network module"
5475
  msgstr "Modul für Soziale Netzwerke anzeigen"
5476
 
5477
+ #: app/features/mec/modules.php:299 app/libraries/main.php:583
5478
  #: app/modules/next-event/details.php:127
5479
  msgid "Next Event"
5480
  msgstr "Nächstes Event"
5523
  msgid "Add events menu to user profile"
5524
  msgstr "Fügt Buchungsaktivitäten dem Benutzerprofil hinzu"
5525
 
5526
+ #: app/features/mec/modules.php:369 app/libraries/main.php:585
5527
  #, fuzzy
5528
  #| msgid "Mailchimp Integration"
5529
  msgid "LearnDash Integration"
5553
  "Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
5554
  "benachrichtigen."
5555
 
5556
+ #: app/features/mec/notifications.php:46 app/features/mec/notifications.php:162
5557
+ #: app/features/mec/notifications.php:282
5558
+ #: app/features/mec/notifications.php:408
5559
+ #: app/features/mec/notifications.php:529
5560
+ #: app/features/mec/notifications.php:653
5561
+ #: app/features/mec/notifications.php:788
5562
+ #: app/features/mec/notifications.php:873 app/features/mec/report.php:62
5563
  #: app/features/notifications.php:72
5564
  msgid "Email Subject"
5565
  msgstr "Email Betreff"
5566
 
5567
  #: app/features/mec/notifications.php:52 app/features/mec/notifications.php:59
5568
+ #: app/features/mec/notifications.php:168
5569
+ #: app/features/mec/notifications.php:175
5570
+ #: app/features/mec/notifications.php:288
5571
+ #: app/features/mec/notifications.php:295
5572
+ #: app/features/mec/notifications.php:414
5573
+ #: app/features/mec/notifications.php:421
5574
+ #: app/features/mec/notifications.php:535
5575
+ #: app/features/mec/notifications.php:542
5576
+ #: app/features/mec/notifications.php:659
5577
+ #: app/features/mec/notifications.php:666
5578
+ #: app/features/mec/notifications.php:794
5579
+ #: app/features/mec/notifications.php:801
5580
+ #: app/features/mec/notifications.php:879
5581
+ #: app/features/mec/notifications.php:886
5582
  msgid "Receiver Users"
5583
  msgstr ""
5584
 
5585
+ #: app/features/mec/notifications.php:60 app/features/mec/notifications.php:176
5586
+ #: app/features/mec/notifications.php:296
5587
+ #: app/features/mec/notifications.php:422
5588
+ #: app/features/mec/notifications.php:543
5589
+ #: app/features/mec/notifications.php:667
5590
+ #: app/features/mec/notifications.php:802
5591
+ #: app/features/mec/notifications.php:887
5592
  msgid "Select users to send a copy of email to them!"
5593
  msgstr ""
5594
 
5595
  #: app/features/mec/notifications.php:69 app/features/mec/notifications.php:76
5596
+ #: app/features/mec/notifications.php:185
5597
+ #: app/features/mec/notifications.php:192
5598
+ #: app/features/mec/notifications.php:305
5599
+ #: app/features/mec/notifications.php:312
5600
+ #: app/features/mec/notifications.php:431
5601
+ #: app/features/mec/notifications.php:438
5602
+ #: app/features/mec/notifications.php:552
5603
+ #: app/features/mec/notifications.php:559
5604
+ #: app/features/mec/notifications.php:676
5605
+ #: app/features/mec/notifications.php:683
5606
+ #: app/features/mec/notifications.php:811
5607
+ #: app/features/mec/notifications.php:818
5608
+ #: app/features/mec/notifications.php:896
5609
+ #: app/features/mec/notifications.php:903
5610
  msgid "Receiver Roles"
5611
  msgstr ""
5612
 
5613
+ #: app/features/mec/notifications.php:77 app/features/mec/notifications.php:193
5614
+ #: app/features/mec/notifications.php:313
5615
+ #: app/features/mec/notifications.php:439
5616
+ #: app/features/mec/notifications.php:560
5617
+ #: app/features/mec/notifications.php:684
5618
+ #: app/features/mec/notifications.php:819
5619
+ #: app/features/mec/notifications.php:904
5620
  msgid "Select users a specific role."
5621
  msgstr ""
5622
 
5623
  #: app/features/mec/notifications.php:85 app/features/mec/notifications.php:89
5624
+ #: app/features/mec/notifications.php:201
5625
+ #: app/features/mec/notifications.php:205
5626
+ #: app/features/mec/notifications.php:321
5627
+ #: app/features/mec/notifications.php:325
5628
+ #: app/features/mec/notifications.php:447
5629
+ #: app/features/mec/notifications.php:451
5630
+ #: app/features/mec/notifications.php:568
5631
+ #: app/features/mec/notifications.php:572
 
5632
  #: app/features/mec/notifications.php:692
5633
+ #: app/features/mec/notifications.php:696
5634
  #: app/features/mec/notifications.php:827
5635
+ #: app/features/mec/notifications.php:831
5636
+ #: app/features/mec/notifications.php:912
5637
+ #: app/features/mec/notifications.php:916
5638
  msgid "Custom Recipients"
5639
  msgstr "Individuelle Empfänger"
5640
 
5641
+ #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:206
5642
+ #: app/features/mec/notifications.php:326
5643
+ #: app/features/mec/notifications.php:452
5644
+ #: app/features/mec/notifications.php:573
5645
+ #: app/features/mec/notifications.php:697
5646
+ #: app/features/mec/notifications.php:832
5647
+ #: app/features/mec/notifications.php:917
5648
  msgid "Insert comma separated emails for multiple recipients."
5649
  msgstr "Geben Sie mit Komma getrennte email-Adressen ein für mehrere Empfänger"
5650
 
5651
+ #: app/features/mec/notifications.php:97 app/features/mec/notifications.php:463
5652
+ #: app/features/mec/notifications.php:585
5653
  msgid "Send the email to event organizer"
5654
  msgstr "Sendet das Email zum Event Organisator"
5655
 
5656
  #: app/features/mec/notifications.php:100
5657
+ #: app/features/mec/notifications.php:212
5658
+ #: app/features/mec/notifications.php:336
5659
+ #: app/features/mec/notifications.php:470
5660
+ #: app/features/mec/notifications.php:588
5661
+ #: app/features/mec/notifications.php:714
5662
+ #: app/features/mec/notifications.php:838
5663
+ #: app/features/mec/notifications.php:923 app/features/notifications.php:80
5664
  msgid "Email Content"
5665
  msgstr "Email Inhalt"
5666
 
5667
  #: app/features/mec/notifications.php:103
5668
+ #: app/features/mec/notifications.php:215
5669
+ #: app/features/mec/notifications.php:339
5670
+ #: app/features/mec/notifications.php:473
5671
+ #: app/features/mec/notifications.php:591
5672
+ #: app/features/mec/notifications.php:717
5673
+ #: app/features/mec/notifications.php:841
5674
+ #: app/features/mec/notifications.php:926 app/features/mec/report.php:66
5675
  #, fuzzy
5676
  #| msgid "You can use following placeholders"
5677
  msgid "You can use the following placeholders"
5678
  msgstr "Sie können die folgenden Platzhalter wählen"
5679
 
5680
  #: app/features/mec/notifications.php:105
5681
+ #: app/features/mec/notifications.php:217
5682
+ #: app/features/mec/notifications.php:341
5683
+ #: app/features/mec/notifications.php:475
5684
+ #: app/features/mec/notifications.php:593
5685
+ #: app/features/mec/notifications.php:719 app/features/notifications.php:91
5686
  msgid "First name of attendee"
5687
  msgstr "Vorname des Teilnehmers"
5688
 
5689
  #: app/features/mec/notifications.php:106
5690
+ #: app/features/mec/notifications.php:218
5691
+ #: app/features/mec/notifications.php:342
5692
+ #: app/features/mec/notifications.php:476
5693
+ #: app/features/mec/notifications.php:594
5694
+ #: app/features/mec/notifications.php:720 app/features/notifications.php:92
5695
  msgid "Last name of attendee"
5696
  msgstr "Nachname des Teilnehmers"
5697
 
5698
  #: app/features/mec/notifications.php:107
5699
+ #: app/features/mec/notifications.php:219
5700
+ #: app/features/mec/notifications.php:343
5701
+ #: app/features/mec/notifications.php:477
5702
+ #: app/features/mec/notifications.php:595
5703
+ #: app/features/mec/notifications.php:721 app/features/notifications.php:93
5704
  msgid "Email of attendee"
5705
  msgstr "Email des Teilnehmers"
5706
 
5707
  #: app/features/mec/notifications.php:108
5708
+ #: app/features/mec/notifications.php:220
5709
+ #: app/features/mec/notifications.php:344
5710
+ #: app/features/mec/notifications.php:478
5711
+ #: app/features/mec/notifications.php:596
5712
+ #: app/features/mec/notifications.php:722 app/features/notifications.php:94
5713
  msgid "Booked date of event"
5714
  msgstr "Gebuchtes Datum der Veranstaltung"
5715
 
5716
  #: app/features/mec/notifications.php:109
5717
+ #: app/features/mec/notifications.php:221
5718
+ #: app/features/mec/notifications.php:345
5719
+ #: app/features/mec/notifications.php:479
5720
+ #: app/features/mec/notifications.php:597
5721
+ #: app/features/mec/notifications.php:723 app/features/notifications.php:95
5722
  msgid "Booked time of event"
5723
  msgstr "Gebuchte Zeit der Veranstaltung"
5724
 
5725
  #: app/features/mec/notifications.php:110
5726
+ #: app/features/mec/notifications.php:222
5727
+ #: app/features/mec/notifications.php:346
5728
+ #: app/features/mec/notifications.php:480
5729
+ #: app/features/mec/notifications.php:598
5730
+ #: app/features/mec/notifications.php:724 app/features/notifications.php:96
5731
  #, fuzzy
5732
  #| msgid "Booked date of event"
5733
  msgid "Booked date and time of event"
5734
  msgstr "Gebuchtes Datum der Veranstaltung"
5735
 
5736
  #: app/features/mec/notifications.php:111
5737
+ #: app/features/mec/notifications.php:223
5738
+ #: app/features/mec/notifications.php:347
5739
+ #: app/features/mec/notifications.php:481
5740
+ #: app/features/mec/notifications.php:599
5741
+ #: app/features/mec/notifications.php:725 app/features/notifications.php:97
5742
  msgid "Date of next 20 occurrences of booked event (including the booked date)"
5743
  msgstr ""
5744
 
5745
  #: app/features/mec/notifications.php:112
5746
+ #: app/features/mec/notifications.php:224
5747
+ #: app/features/mec/notifications.php:348
5748
+ #: app/features/mec/notifications.php:482
5749
+ #: app/features/mec/notifications.php:600
5750
+ #: app/features/mec/notifications.php:726 app/features/notifications.php:98
5751
  msgid ""
5752
  "Date and Time of next 20 occurrences of booked event (including the booked "
5753
  "date)"
5754
  msgstr ""
5755
 
5756
  #: app/features/mec/notifications.php:113
5757
+ #: app/features/mec/notifications.php:225
5758
+ #: app/features/mec/notifications.php:349
5759
+ #: app/features/mec/notifications.php:483
5760
+ #: app/features/mec/notifications.php:601
5761
+ #: app/features/mec/notifications.php:727 app/features/notifications.php:99
5762
  msgid "Booking Price"
5763
  msgstr "Buchungspreis"
5764
 
5765
  #: app/features/mec/notifications.php:114
5766
+ #: app/features/mec/notifications.php:226
5767
+ #: app/features/mec/notifications.php:351
5768
+ #: app/features/mec/notifications.php:484
5769
+ #: app/features/mec/notifications.php:602
5770
+ #: app/features/mec/notifications.php:728 app/features/notifications.php:101
5771
  #, fuzzy
5772
  #| msgid "Date and time of placing booking"
5773
  msgid "Date and time of booking"
5774
  msgstr "Datum und Uhrzeit der Buchung"
5775
 
5776
  #: app/features/mec/notifications.php:115
5777
+ #: app/features/mec/notifications.php:227
5778
+ #: app/features/mec/notifications.php:352
5779
+ #: app/features/mec/notifications.php:485
5780
+ #: app/features/mec/notifications.php:603
5781
+ #: app/features/mec/notifications.php:729
5782
+ #: app/features/mec/notifications.php:850
5783
+ #: app/features/mec/notifications.php:935 app/features/notifications.php:102
5784
  msgid "Your website title"
5785
  msgstr "Titel Ihrer Webseite"
5786
 
5787
  #: app/features/mec/notifications.php:116
5788
+ #: app/features/mec/notifications.php:228
5789
+ #: app/features/mec/notifications.php:353
5790
+ #: app/features/mec/notifications.php:486
5791
+ #: app/features/mec/notifications.php:604
5792
+ #: app/features/mec/notifications.php:730
5793
+ #: app/features/mec/notifications.php:851
5794
+ #: app/features/mec/notifications.php:936 app/features/notifications.php:103
5795
  msgid "Your website URL"
5796
  msgstr "URL Ihrer Webseite"
5797
 
5798
  #: app/features/mec/notifications.php:117
5799
+ #: app/features/mec/notifications.php:229
5800
+ #: app/features/mec/notifications.php:354
5801
+ #: app/features/mec/notifications.php:487
5802
+ #: app/features/mec/notifications.php:605
5803
+ #: app/features/mec/notifications.php:731
5804
+ #: app/features/mec/notifications.php:852
5805
+ #: app/features/mec/notifications.php:937 app/features/notifications.php:104
5806
  msgid "Your website description"
5807
  msgstr "Beschreibung Ihrer Webseite"
5808
 
5809
  #: app/features/mec/notifications.php:118
5810
+ #: app/features/mec/notifications.php:230
5811
+ #: app/features/mec/notifications.php:355
5812
+ #: app/features/mec/notifications.php:488
5813
+ #: app/features/mec/notifications.php:606
5814
+ #: app/features/mec/notifications.php:732 app/features/notifications.php:105
5815
  msgid "Event title"
5816
  msgstr "Titel der Veranstaltung"
5817
 
5818
  #: app/features/mec/notifications.php:119
5819
+ #: app/features/mec/notifications.php:231
5820
+ #: app/features/mec/notifications.php:356
5821
+ #: app/features/mec/notifications.php:489
5822
+ #: app/features/mec/notifications.php:607
5823
+ #: app/features/mec/notifications.php:733 app/features/notifications.php:106
5824
  msgid "Event link"
5825
  msgstr "Veranstaltungslink"
5826
 
5827
  #: app/features/mec/notifications.php:120
5828
+ #: app/features/mec/notifications.php:232
5829
+ #: app/features/mec/notifications.php:357
5830
+ #: app/features/mec/notifications.php:845
5831
+ #: app/features/mec/notifications.php:930 app/features/notifications.php:135
5832
  msgid "Event Start Date"
5833
  msgstr "Event Start Datum "
5834
 
5835
  #: app/features/mec/notifications.php:121
5836
+ #: app/features/mec/notifications.php:233
5837
+ #: app/features/mec/notifications.php:358
5838
+ #: app/features/mec/notifications.php:846
5839
+ #: app/features/mec/notifications.php:931 app/features/notifications.php:136
5840
  msgid "Event End Date"
5841
  msgstr "Event End Datum"
5842
 
5843
  #: app/features/mec/notifications.php:122
5844
+ #: app/features/mec/notifications.php:234
5845
+ #: app/features/mec/notifications.php:359
5846
+ #: app/features/mec/notifications.php:847
5847
+ #: app/features/mec/notifications.php:932 app/features/notifications.php:137
5848
+ #, fuzzy
5849
+ #| msgid "Timezone: %s"
5850
+ msgid "Event Timezone"
5851
+ msgstr "Zeitzone: %s"
5852
+
5853
+ #: app/features/mec/notifications.php:123
5854
+ #: app/features/mec/notifications.php:235
5855
+ #: app/features/mec/notifications.php:360
5856
+ #: app/features/mec/notifications.php:490
5857
+ #: app/features/mec/notifications.php:608
5858
+ #: app/features/mec/notifications.php:734 app/features/notifications.php:107
5859
  #, fuzzy
5860
  #| msgid "Organizer name of booked event"
5861
  msgid "Speaker name of booked event"
5862
  msgstr "Name des Veranstalters des gebuchten Events"
5863
 
5864
+ #: app/features/mec/notifications.php:124
5865
+ #: app/features/mec/notifications.php:236
5866
+ #: app/features/mec/notifications.php:361
5867
+ #: app/features/mec/notifications.php:491
5868
+ #: app/features/mec/notifications.php:609
5869
+ #: app/features/mec/notifications.php:735 app/features/notifications.php:108
5870
  msgid "Organizer name of booked event"
5871
  msgstr "Name des Veranstalters des gebuchten Events"
5872
 
 
 
 
 
 
 
 
 
 
5873
  #: app/features/mec/notifications.php:125
5874
+ #: app/features/mec/notifications.php:237
5875
+ #: app/features/mec/notifications.php:362
5876
+ #: app/features/mec/notifications.php:492
5877
+ #: app/features/mec/notifications.php:610
5878
+ #: app/features/mec/notifications.php:736 app/features/notifications.php:109
5879
+ msgid "Organizer tel of booked event"
5880
+ msgstr "Tel des Veranstalters"
5881
+
5882
+ #: app/features/mec/notifications.php:126
5883
+ #: app/features/mec/notifications.php:238
5884
+ #: app/features/mec/notifications.php:363
5885
+ #: app/features/mec/notifications.php:493
5886
+ #: app/features/mec/notifications.php:611
5887
+ #: app/features/mec/notifications.php:737 app/features/notifications.php:110
5888
  msgid "Organizer email of booked event"
5889
  msgstr "Email des Veranstalters des gebuchten events"
5890
 
5891
+ #: app/features/mec/notifications.php:127
5892
+ #: app/features/mec/notifications.php:239
5893
+ #: app/features/mec/notifications.php:364
5894
+ #: app/features/mec/notifications.php:494
5895
+ #: app/features/mec/notifications.php:612
5896
+ #: app/features/mec/notifications.php:738 app/features/notifications.php:111
5897
  #, fuzzy
5898
  #| msgid "Location name of booked event"
5899
  msgid "Additional organizers name of booked event"
5900
  msgstr "Veranstaltungsort"
5901
 
5902
+ #: app/features/mec/notifications.php:128
5903
+ #: app/features/mec/notifications.php:240
5904
+ #: app/features/mec/notifications.php:365
5905
+ #: app/features/mec/notifications.php:495
5906
+ #: app/features/mec/notifications.php:613
5907
+ #: app/features/mec/notifications.php:739 app/features/notifications.php:112
5908
  #, fuzzy
5909
  #| msgid "Location name of booked event"
5910
  msgid "Additional organizers tel of booked event"
5911
  msgstr "Veranstaltungsort"
5912
 
5913
+ #: app/features/mec/notifications.php:129
5914
+ #: app/features/mec/notifications.php:241
5915
+ #: app/features/mec/notifications.php:366
5916
+ #: app/features/mec/notifications.php:496
5917
+ #: app/features/mec/notifications.php:614
5918
+ #: app/features/mec/notifications.php:740 app/features/notifications.php:113
5919
  #, fuzzy
5920
  #| msgid "Organizer email of booked event"
5921
  msgid "Additional organizers email of booked event"
5922
  msgstr "Email des Veranstalters des gebuchten events"
5923
 
5924
+ #: app/features/mec/notifications.php:130
5925
+ #: app/features/mec/notifications.php:242
5926
+ #: app/features/mec/notifications.php:367
5927
+ #: app/features/mec/notifications.php:497
5928
+ #: app/features/mec/notifications.php:615
5929
+ #: app/features/mec/notifications.php:741 app/features/notifications.php:114
5930
  msgid "Location name of booked event"
5931
  msgstr "Veranstaltungsort"
5932
 
5933
+ #: app/features/mec/notifications.php:131
5934
+ #: app/features/mec/notifications.php:243
5935
+ #: app/features/mec/notifications.php:368
5936
+ #: app/features/mec/notifications.php:498
5937
+ #: app/features/mec/notifications.php:616
5938
+ #: app/features/mec/notifications.php:742 app/features/notifications.php:115
5939
  msgid "Location address of booked event"
5940
  msgstr "Adresse der gebuchten Veranstaltung"
5941
 
5942
+ #: app/features/mec/notifications.php:132
5943
+ #: app/features/mec/notifications.php:244
5944
+ #: app/features/mec/notifications.php:369
5945
+ #: app/features/mec/notifications.php:499
5946
+ #: app/features/mec/notifications.php:617
5947
+ #: app/features/mec/notifications.php:743 app/features/notifications.php:116
5948
  #, fuzzy
5949
  #| msgid "Location name of booked event"
5950
  msgid "Additional locations name of booked event"
5951
  msgstr "Veranstaltungsort"
5952
 
5953
+ #: app/features/mec/notifications.php:133
5954
+ #: app/features/mec/notifications.php:245
5955
+ #: app/features/mec/notifications.php:370
5956
+ #: app/features/mec/notifications.php:500
5957
+ #: app/features/mec/notifications.php:618
5958
+ #: app/features/mec/notifications.php:744 app/features/notifications.php:117
5959
  #, fuzzy
5960
  #| msgid "Location address of booked event"
5961
  msgid "Additional locations address of booked event"
5962
  msgstr "Adresse der gebuchten Veranstaltung"
5963
 
5964
+ #: app/features/mec/notifications.php:134
5965
+ #: app/features/mec/notifications.php:246
5966
+ #: app/features/mec/notifications.php:371
5967
+ #: app/features/mec/notifications.php:501
5968
+ #: app/features/mec/notifications.php:619
5969
+ #: app/features/mec/notifications.php:745 app/features/notifications.php:118
5970
  msgid "Featured image of booked event"
5971
  msgstr "Vorschau Bild des gebuchten Events"
5972
 
5973
+ #: app/features/mec/notifications.php:135
5974
+ #: app/features/mec/notifications.php:247
5975
+ #: app/features/mec/notifications.php:372
5976
+ #: app/features/mec/notifications.php:620
5977
+ #: app/features/mec/notifications.php:746 app/features/notifications.php:119
5978
  #, fuzzy
5979
  #| msgid "Event link"
5980
  msgid "Event more info link"
5981
  msgstr "Veranstaltungslink"
5982
 
5983
+ #: app/features/mec/notifications.php:136
5984
+ #: app/features/mec/notifications.php:248
5985
+ #: app/features/mec/notifications.php:373
5986
+ #: app/features/mec/notifications.php:621
5987
+ #: app/features/mec/notifications.php:747 app/features/notifications.php:120
5988
  #, fuzzy
5989
  #| msgid "Event link"
5990
  msgid "Event other info link"
5991
  msgstr "Veranstaltungslink"
5992
 
5993
+ #: app/features/mec/notifications.php:137
5994
+ #: app/features/mec/notifications.php:249
5995
+ #: app/features/mec/notifications.php:374
5996
+ #: app/features/mec/notifications.php:622
5997
+ #: app/features/mec/notifications.php:748 app/features/notifications.php:121
5998
  #, fuzzy
5999
  #| msgid "Event link"
6000
  msgid "Event online link"
6001
  msgstr "Veranstaltungslink"
6002
 
6003
+ #: app/features/mec/notifications.php:138
6004
+ #: app/features/mec/notifications.php:250
6005
+ #: app/features/mec/notifications.php:375
6006
+ #: app/features/mec/notifications.php:502
6007
+ #: app/features/mec/notifications.php:623
6008
+ #: app/features/mec/notifications.php:749 app/features/notifications.php:122
6009
  msgid "Full Attendee info such as booking form data, name, email etc."
6010
  msgstr ""
6011
  "Gesamte Teinehmerinformationen wie z.B. Daten aus dem Buchungsformular, "
6012
  "Name, email, etc."
6013
 
6014
+ #: app/features/mec/notifications.php:139
6015
+ #: app/features/mec/notifications.php:251
6016
+ #: app/features/mec/notifications.php:376
6017
+ #: app/features/mec/notifications.php:503
6018
+ #: app/features/mec/notifications.php:624
6019
+ #: app/features/mec/notifications.php:750 app/features/notifications.php:123
6020
  #, fuzzy
6021
  #| msgid "Booking"
6022
  msgid "Booking ID"
6023
  msgstr "Buchung / Reservierung"
6024
 
6025
+ #: app/features/mec/notifications.php:140
6026
+ #: app/features/mec/notifications.php:252
6027
+ #: app/features/mec/notifications.php:377
6028
+ #: app/features/mec/notifications.php:504
6029
+ #: app/features/mec/notifications.php:625
6030
+ #: app/features/mec/notifications.php:751 app/features/notifications.php:124
6031
  #, fuzzy
6032
  #| msgid "Transaction ID"
6033
  msgid "Transaction ID of Booking"
6034
  msgstr "Transaktions-ID"
6035
 
6036
+ #: app/features/mec/notifications.php:141
6037
+ #: app/features/mec/notifications.php:379
6038
+ #: app/features/mec/notifications.php:753
6039
  msgid "Invoice Link"
6040
  msgstr "Rechnungslink"
6041
 
6042
+ #: app/features/mec/notifications.php:142
6043
+ #: app/features/mec/notifications.php:254
6044
+ #: app/features/mec/notifications.php:380
6045
+ #: app/features/mec/notifications.php:506
6046
+ #: app/features/mec/notifications.php:627
6047
+ #: app/features/mec/notifications.php:754 app/features/notifications.php:126
6048
  #, fuzzy
6049
  #| msgid "There is no attendee for booking!"
6050
  msgid "Total attendees of current booking"
6051
  msgstr "Es gibt keinen Teilnehmer für die Buchung!"
6052
 
6053
+ #: app/features/mec/notifications.php:143
6054
+ #: app/features/mec/notifications.php:255
6055
+ #: app/features/mec/notifications.php:381
6056
+ #: app/features/mec/notifications.php:507
6057
+ #: app/features/mec/notifications.php:628
6058
+ #: app/features/mec/notifications.php:755 app/features/notifications.php:127
6059
  msgid "Amount of Booked Tickets (Total attendees of all bookings)"
6060
  msgstr ""
6061
 
6062
+ #: app/features/mec/notifications.php:144
6063
+ #: app/features/mec/notifications.php:256
6064
+ #: app/features/mec/notifications.php:382
6065
+ #: app/features/mec/notifications.php:508
6066
+ #: app/features/mec/notifications.php:629
6067
+ #: app/features/mec/notifications.php:756 app/features/notifications.php:128
6068
  msgid "Ticket name"
6069
  msgstr "Ticket Name"
6070
 
6071
+ #: app/features/mec/notifications.php:145
6072
+ #: app/features/mec/notifications.php:257
6073
+ #: app/features/mec/notifications.php:383
6074
+ #: app/features/mec/notifications.php:509
6075
+ #: app/features/mec/notifications.php:630
6076
+ #: app/features/mec/notifications.php:757 app/features/notifications.php:129
6077
  msgid "Ticket time"
6078
  msgstr "Ticket Uhrzeit"
6079
 
6080
+ #: app/features/mec/notifications.php:146
6081
+ #: app/features/mec/notifications.php:258
6082
+ #: app/features/mec/notifications.php:384
6083
+ #: app/features/mec/notifications.php:510
6084
+ #: app/features/mec/notifications.php:631
6085
+ #: app/features/mec/notifications.php:758 app/features/notifications.php:130
6086
  #, fuzzy
6087
  #| msgid "Ticket name"
6088
  msgid "Ticket name & time"
6089
  msgstr "Ticket Name"
6090
 
6091
+ #: app/features/mec/notifications.php:147
6092
+ #: app/features/mec/notifications.php:259
6093
+ #: app/features/mec/notifications.php:385
6094
+ #: app/features/mec/notifications.php:511
6095
+ #: app/features/mec/notifications.php:632
6096
+ #: app/features/mec/notifications.php:759 app/features/notifications.php:131
6097
  #, fuzzy
6098
  #| msgid "Payment Gateways"
6099
  msgid "Payment Gateway"
6100
  msgstr "Zahlungs-Gateways"
6101
 
6102
+ #: app/features/mec/notifications.php:148
6103
+ #: app/features/mec/notifications.php:260
6104
+ #: app/features/mec/notifications.php:386
6105
+ #: app/features/mec/notifications.php:512
6106
+ #: app/features/mec/notifications.php:633
6107
+ #: app/features/mec/notifications.php:760 app/features/notifications.php:132
6108
  msgid "Link to the downloadable file"
6109
  msgstr ""
6110
 
6111
+ #: app/features/mec/notifications.php:149
6112
+ #: app/features/mec/notifications.php:261
6113
+ #: app/features/mec/notifications.php:387
6114
+ #: app/features/mec/notifications.php:761
6115
  msgid "Download ICS file"
6116
  msgstr "Download ICS Datei"
6117
 
6118
+ #: app/features/mec/notifications.php:151
6119
+ #: app/features/mec/notifications.php:263
6120
+ #: app/features/mec/notifications.php:389
6121
+ #: app/features/mec/notifications.php:763 app/features/notifications.php:134
6122
  msgid "Add to Google Calendar Links for next 20 occurrences"
6123
  msgstr ""
6124
 
6125
+ #: app/features/mec/notifications.php:159 app/libraries/main.php:597
6126
  msgid "Booking Verification"
6127
  msgstr "Verifizierung der Buchung"
6128
 
6129
+ #: app/features/mec/notifications.php:160
6130
  msgid "It sends to attendee email for verifying their booking/email."
6131
  msgstr ""
6132
  "Versendet an den Teilnehmer eine Email um dessen Buchung/Mail zu "
6133
  "verifizieren."
6134
 
6135
+ #: app/features/mec/notifications.php:253
6136
  msgid "Email/Booking verification link."
6137
  msgstr "Bestätigungslink für Email/Buchung"
6138
 
6139
+ #: app/features/mec/notifications.php:275
6140
  #, fuzzy
6141
  #| msgid "Enable booking notification"
6142
  msgid "Enable booking confirmation"
6143
  msgstr "Buchungsbenachrichtigung aktivieren"
6144
 
6145
+ #: app/features/mec/notifications.php:280
6146
  #, fuzzy
6147
  #| msgid "It sends to attendee after confirming the booking by admin."
6148
  msgid "Sent to attendee after confirming the booking by admin."
6149
  msgstr ""
6150
  "Es wird an den Teilnehmer gesendet nach Bestätigung der Buchung vom admin."
6151
 
6152
+ #: app/features/mec/notifications.php:333
6153
  msgid "Send One Single Email Only To First Attendee"
6154
  msgstr "Nur ein E-Mail zum ersten Teilnehmer senden"
6155
 
6156
+ #: app/features/mec/notifications.php:350
6157
  #, fuzzy
6158
  #| msgid "Attendee Name"
6159
  msgid "Attendee Price"
6160
  msgstr "Name des Veranstalters"
6161
 
6162
+ #: app/features/mec/notifications.php:378
6163
+ #: app/features/mec/notifications.php:752
6164
  msgid "Booking cancellation link."
6165
  msgstr "Link zur Stornierung der Buchung"
6166
 
6167
+ #: app/features/mec/notifications.php:398 app/features/notifications.php:159
6168
+ #: app/libraries/main.php:599
6169
  msgid "Booking Cancellation"
6170
  msgstr "Buchung stornieren"
6171
 
6172
+ #: app/features/mec/notifications.php:402
6173
  msgid "Enable cancellation notification"
6174
  msgstr "Benachrichtigung bei stornierter Buchung"
6175
 
6176
+ #: app/features/mec/notifications.php:406
6177
  #, fuzzy
6178
  #| msgid "It sends to attendee after booking for notifying him/her."
6179
  msgid "Sent to selected recipients after booking cancellation to notify them."
6181
  "Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
6182
  "benachrichtigen."
6183
 
6184
+ #: app/features/mec/notifications.php:459
6185
+ #: app/features/mec/notifications.php:581
6186
+ #: app/features/mec/notifications.php:783
6187
  msgid "Send the email to admin"
6188
  msgstr "Sendet die E-Mail zum Admin"
6189
 
6190
+ #: app/features/mec/notifications.php:467
6191
  #, fuzzy
6192
  #| msgid "Send the email to booking user"
6193
  msgid "Send the email to the booked user"
6194
  msgstr "Sendet die Email zum Buchungs "
6195
 
6196
+ #: app/features/mec/notifications.php:505
6197
+ #: app/features/mec/notifications.php:626 app/features/notifications.php:125
6198
  msgid "Admin booking management link."
6199
  msgstr "Admin-link zur Buchungsverwaltung"
6200
 
6201
+ #: app/features/mec/notifications.php:519 app/libraries/main.php:601
6202
  msgid "Admin"
6203
  msgstr "Admin"
6204
 
6205
+ #: app/features/mec/notifications.php:523
6206
  msgid "Enable admin notification"
6207
  msgstr "Buchungsbenachrichtigung aktivieren (Admin)"
6208
 
6209
+ #: app/features/mec/notifications.php:527
6210
  #, fuzzy
6211
  #| msgid "It sends to admin to notify him/her that a new booking received."
6212
  msgid "Sent to admin to notify them that a new booking has been received."
6214
  "Sendet eine Benachrichtigung an den Adminstrator um diesen darüber zu "
6215
  "Informieren, dass eine neue Buchung eingegangen ist."
6216
 
6217
+ #: app/features/mec/notifications.php:640 app/features/notifications.php:165
6218
+ #: app/libraries/main.php:600 app/libraries/notifications.php:596
6219
  msgid "Booking Reminder"
6220
  msgstr "Buchungs Erinnerung"
6221
 
6222
+ #: app/features/mec/notifications.php:644
6223
  msgid "Enable booking reminder notification"
6224
  msgstr "Aktivieren Sie die Erinnerung für die Buchungserinnerung"
6225
 
6226
+ #: app/features/mec/notifications.php:650
6227
  #, fuzzy, php-format
6228
  #| msgid ""
6229
  #| "Set a cronjob to call %s file once per day otherwise it won't send the "
6239
  "Sie diese Datei% s aufrufen sollten, sonst könnten die Erinnerungen mehrmals "
6240
  "gesendet werden."
6241
 
6242
+ #: app/features/mec/notifications.php:650
6243
  #, fuzzy
6244
  #| msgid "only once per day"
6245
  msgid "only once per hour"
6246
  msgstr "nur einmal pro Tag"
6247
 
6248
+ #: app/features/mec/notifications.php:703 app/libraries/main.php:7340
6249
+ #: app/libraries/main.php:7357
6250
  #, fuzzy
6251
  #| msgid "Hour"
6252
  msgid "Hours"
6253
  msgstr "Stunde"
6254
 
6255
+ #: app/features/mec/notifications.php:707
6256
  msgid "Reminder hours"
6257
  msgstr ""
6258
 
6259
+ #: app/features/mec/notifications.php:708
6260
  msgid "Please, insert comma to separate reminder hours."
6261
  msgstr ""
6262
 
6263
+ #: app/features/mec/notifications.php:772 app/features/popup/event.php:253
6264
+ #: app/libraries/main.php:589
6265
  msgid "New Event"
6266
  msgstr "Neue Veranstaltung"
6267
 
6268
+ #: app/features/mec/notifications.php:776
6269
  msgid "Enable new event notification"
6270
  msgstr "Benachrichtigung bei neuen Veranstaltungen aktivieren"
6271
 
6272
+ #: app/features/mec/notifications.php:786
6273
  #, fuzzy
6274
  #| msgid ""
6275
  #| "It sends after adding a new event from frontend event submission or from "
6281
  "Wird nach dem Hinzufügen einer neuen Veranstaltung aus der Frontend-"
6282
  "Übermittlung oder dem Backend versandt."
6283
 
6284
+ #: app/features/mec/notifications.php:843
6285
+ #: app/features/mec/notifications.php:928
6286
  msgid "Title of event"
6287
  msgstr "Titel der Veranstaltung"
6288
 
6289
+ #: app/features/mec/notifications.php:844
6290
+ #: app/features/mec/notifications.php:929
6291
  msgid "Link of event"
6292
  msgstr "Link der Veranstaltung"
6293
 
6294
+ #: app/features/mec/notifications.php:848
6295
+ #: app/features/mec/notifications.php:933 app/features/notifications.php:138
6296
  msgid "Status of event"
6297
  msgstr "Status der Veranstaltung"
6298
 
6299
+ #: app/features/mec/notifications.php:849
6300
+ #: app/features/mec/notifications.php:934 app/features/mec/settings.php:871
6301
+ #: app/features/mec/settings.php:875 app/features/notifications.php:139
6302
  msgid "Event Note"
6303
  msgstr "Veranstaltungsnotiz"
6304
 
6305
+ #: app/features/mec/notifications.php:853
6306
+ #: app/features/mec/notifications.php:938
6307
  msgid "Admin events management link."
6308
  msgstr "Admin-link zur Veranstaltungsverwaltung"
6309
 
6310
+ #: app/features/mec/notifications.php:863 app/libraries/main.php:590
6311
  msgid "User Event Publishing"
6312
  msgstr "Nutzer Event wurde veröffentlicht."
6313
 
6314
+ #: app/features/mec/notifications.php:867
6315
  msgid "Enable user event publishing notification"
6316
  msgstr "Benachrichtigung bei neuen Nutzer Veranstaltungen aktivieren"
6317
 
6318
+ #: app/features/mec/notifications.php:871
6319
  #, fuzzy
6320
  #| msgid ""
6321
  #| "It sends after adding a new event from frontend event submission or from "
6327
  "Wird nach dem Hinzufügen einer neuen Veranstaltung aus der Frontend-"
6328
  "Übermittlung oder dem Backend versandt."
6329
 
6330
+ #: app/features/mec/notifications.php:946 app/libraries/main.php:604
6331
  #, fuzzy
6332
  #| msgid "Notifications"
6333
  msgid "Notifications Per Event"
6334
  msgstr "Benachrichtigungen"
6335
 
6336
+ #: app/features/mec/notifications.php:950
6337
  #, fuzzy
6338
  #| msgid "Admin Notification"
6339
  msgid "Edit Notifications Per Event"
6409
  msgid "There was an error please try again!"
6410
  msgstr "Es ist ein Fehler aufgetreten, bitte erneut Versuchen!"
6411
 
6412
+ #: app/features/mec/settings.php:62 app/features/mec/settings.php:73
6413
  msgid "Hide Events"
6414
  msgstr "Events verbergen"
6415
 
6429
  msgid "On Event End"
6430
  msgstr "Am Event Ende"
6431
 
6432
+ #: app/features/mec/settings.php:74
6433
  msgid ""
6434
  "This option is for showing start/end time of events on frontend of website."
6435
  msgstr ""
6436
  "Diese Option ist um die Start/Endezeit von Events im Frontend der Webseite "
6437
  "anzuzeigen"
6438
 
6439
+ #: app/features/mec/settings.php:83 app/features/mec/settings.php:92
6440
  msgid "Multiple Day Events"
6441
  msgstr "Mehrtagesveranstaltung"
6442
 
6443
+ #: app/features/mec/settings.php:86
6444
  #, fuzzy
6445
  #| msgid "Show only first day on List/Grid/Slider skins"
6446
  msgid "Show only first day on List/Grid/Slider/Agenda skins"
6447
  msgstr "Zeige nur den ersten Tag auf Listen/Raster(Grid)/Slider skins."
6448
 
6449
+ #: app/features/mec/settings.php:87
6450
  msgid "Show only first day on all skins"
6451
  msgstr "Nur den ersten Tag in allen Ansichten zeigen"
6452
 
6453
+ #: app/features/mec/settings.php:88
6454
  msgid "Show all days"
6455
  msgstr "Alle Tage anzeigen"
6456
 
6457
+ #: app/features/mec/settings.php:93
6458
  msgid ""
6459
  "For showing all days of multiple day events on frontend or only show the "
6460
  "first day."
6462
  "Um alle Tage anzuzeigen bei Events über mehrere Tage im Frontend oder nur "
6463
  "den ersten Tag anzeigen"
6464
 
6465
+ #: app/features/mec/settings.php:102
6466
  msgid "Remove MEC Data on Plugin Uninstall"
6467
  msgstr "Entfernen von MEC Data auf dem Plugin Deinstallierer"
6468
 
6469
+ #: app/features/mec/settings.php:113
6470
  #, fuzzy
6471
  #| msgid "No Search Options"
6472
  msgid "Sender Name"
6473
  msgstr "Keine Suchoptionen"
6474
 
6475
+ #: app/features/mec/settings.php:116
6476
  msgid "e.g. Webnus"
6477
  msgstr "z.B. Webnus"
6478
 
6479
+ #: app/features/mec/settings.php:123
6480
  msgid "Sender Email"
6481
  msgstr "Absender (E-Mail)"
6482
 
6483
+ #: app/features/mec/settings.php:126
6484
  msgid "e.g. info@webnus.biz"
6485
  msgstr "z.B. info@webnus.biz"
6486
 
6487
+ #: app/features/mec/settings.php:132
6488
  msgid "Exclude Date Suffix"
6489
  msgstr "Ausschlussdatum Suffix"
6490
 
6491
+ #: app/features/mec/settings.php:135
6492
  msgid "Remove suffix from calendars"
6493
  msgstr "Suffix aus den Kalendern entfernen"
6494
 
6495
+ #: app/features/mec/settings.php:139
6496
  #, fuzzy
6497
  #| msgid "Remove suffix from calendars"
6498
  msgid "Remove \"Th\" on calendar"
6499
  msgstr "Suffix aus den Kalendern entfernen"
6500
 
6501
+ #: app/features/mec/settings.php:140
6502
  msgid ""
6503
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
6504
  "showing just '12' )"
6505
  msgstr ""
6506
 
6507
+ #: app/features/mec/settings.php:147 app/features/mec/settings.php:154
6508
  msgid "Schema"
6509
  msgstr ""
6510
 
6511
+ #: app/features/mec/settings.php:150
6512
  #, fuzzy
6513
  #| msgid "Enable coupons module"
6514
  msgid "Enable Schema Code"
6515
  msgstr "Gutscheinmodul aktivieren"
6516
 
6517
+ #: app/features/mec/settings.php:155
6518
  msgid "You can enable/disable Schema scripts"
6519
  msgstr ""
6520
 
6521
+ #: app/features/mec/settings.php:164 app/features/mec/settings.php:174
6522
+ #: app/libraries/main.php:6262 app/libraries/main.php:6316
6523
  msgid "Weekdays"
6524
  msgstr "Wochentage"
6525
 
6526
+ #: app/features/mec/settings.php:175
6527
  #, fuzzy
6528
  #| msgid ""
6529
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
6536
  "Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
6537
  "Donnerstag und Freitag gesetzt."
6538
 
6539
+ #: app/features/mec/settings.php:185 app/features/mec/settings.php:195
6540
  msgid "Weekends"
6541
  msgstr "Wochenenden"
6542
 
6543
+ #: app/features/mec/settings.php:196
6544
  #, fuzzy
6545
  #| msgid ""
6546
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
6553
  "Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
6554
  "Donnerstag und Freitag gesetzt."
6555
 
6556
+ #: app/features/mec/settings.php:205
6557
  #, fuzzy
6558
  #| msgid "Date Format"
6559
  msgid "Datepicker Format"
6560
  msgstr "Datumsformat"
6561
 
6562
+ #: app/features/mec/settings.php:213
6563
  msgid "(Y-m-d)"
6564
  msgstr ""
6565
 
6566
+ #: app/features/mec/settings.php:214
6567
  msgid "(d-m-Y)"
6568
  msgstr ""
6569
 
6570
+ #: app/features/mec/settings.php:217
6571
  msgid "(Y/m/d)"
6572
  msgstr ""
6573
 
6574
+ #: app/features/mec/settings.php:218
6575
  msgid "(m/d/Y)"
6576
  msgstr ""
6577
 
6578
+ #: app/features/mec/settings.php:221
6579
  msgid "(Y.m.d)"
6580
  msgstr ""
6581
 
6582
+ #: app/features/mec/settings.php:222
6583
  msgid "(d.m.Y)"
6584
  msgstr ""
6585
 
6586
+ #: app/features/mec/settings.php:228 app/features/mec/settings.php:240
6587
  msgid "Midnight Hour"
6588
  msgstr "Mitternacht"
6589
 
6590
+ #: app/features/mec/settings.php:231
6591
  msgid "12 AM"
6592
  msgstr "00:00"
6593
 
6594
+ #: app/features/mec/settings.php:232
6595
  msgid "1 AM"
6596
  msgstr "01:00"
6597
 
6598
+ #: app/features/mec/settings.php:233
6599
  msgid "2 AM"
6600
  msgstr "02:00"
6601
 
6602
+ #: app/features/mec/settings.php:234
6603
  msgid "3 AM"
6604
  msgstr "03:00"
6605
 
6606
+ #: app/features/mec/settings.php:235
6607
  msgid "4 AM"
6608
  msgstr "04:00"
6609
 
6610
+ #: app/features/mec/settings.php:236
6611
  msgid "5 AM"
6612
  msgstr "05:00"
6613
 
6614
+ #: app/features/mec/settings.php:241
6615
  msgid ""
6616
  "12 AM is midnight by default but you can change it if your event ends after "
6617
  "12 AM and you don't want those events considered as multiple days events!"
6618
  msgstr ""
6619
 
6620
+ #: app/features/mec/settings.php:249
6621
  #, fuzzy
6622
  #| msgid "Add Shortcode"
6623
  msgid "Open \"Add Event\" as Popup"
6624
  msgstr "Shortcode hinzufügen"
6625
 
6626
+ #: app/features/mec/settings.php:252 app/features/mec/settings.php:260
6627
+ #: app/features/mec/settings.php:268 app/features/mec/single.php:111
6628
  #, fuzzy
6629
  #| msgid "Enabled"
6630
  msgid "Enable"
6631
  msgstr "Aktiviert"
6632
 
6633
+ #: app/features/mec/settings.php:257
6634
  #, fuzzy
6635
  #| msgid "Add Shortcode"
6636
  msgid "Open \"Add Shortcode\" as Popup"
6637
  msgstr "Shortcode hinzufügen"
6638
 
6639
+ #: app/features/mec/settings.php:265
6640
  #, fuzzy
6641
  #| msgid "Featured Image"
6642
  msgid "Include Event Featured Image in Feed"
6643
  msgstr "Ausgewähltes Bild"
6644
 
6645
+ #: app/features/mec/settings.php:275 app/libraries/main.php:539
6646
  msgid "Archive Pages"
6647
  msgstr ""
6648
 
6649
+ #: app/features/mec/settings.php:278 app/features/mec/settings.php:283
6650
  msgid "Archive Page Title"
6651
  msgstr "Titel der Archivseite"
6652
 
6653
+ #: app/features/mec/settings.php:284
6654
  #, fuzzy
6655
  #| msgid "Default value is Events"
6656
  msgid "Default value is Events - It's title of the page"
6657
  msgstr "Der Standardwert ist Ereignisse (Events)"
6658
 
6659
+ #: app/features/mec/settings.php:292 app/features/mec/settings.php:360
6660
  msgid "Archive Page Skin"
6661
  msgstr "Skin Seite Archiv"
6662
 
6663
+ #: app/features/mec/settings.php:300 app/features/mec/settings.php:377
6664
  #, fuzzy
6665
  #| msgid "Edit shortcodes"
6666
  msgid "Put shortcode..."
6667
  msgstr "Shortcode ändern"
6668
 
6669
+ #: app/features/mec/settings.php:303 app/features/mec/settings.php:318
6670
+ #: app/features/mec/settings.php:321 app/features/mec/settings.php:330
6671
+ #: app/features/mec/settings.php:356 app/features/mec/settings.php:380
6672
+ #: app/features/mec/settings.php:395 app/features/mec/settings.php:398
6673
+ #: app/features/mec/settings.php:407 app/features/mec/settings.php:433
6674
  #, fuzzy
6675
  #| msgid "The event is ongoing."
6676
  msgid "There is no skins"
6677
  msgstr "Die Veranstaltung ist im Gange."
6678
 
6679
+ #: app/features/mec/settings.php:306 app/features/mec/settings.php:383
6680
  #: app/features/mec/single.php:73
6681
  msgid "Modern Style"
6682
  msgstr "Moderner Stil"
6683
 
6684
+ #: app/features/mec/settings.php:348 app/features/mec/settings.php:425
6685
  msgid "colorful"
6686
  msgstr "Farbenfroh"
6687
 
6688
+ #: app/features/mec/settings.php:353 app/features/mec/settings.php:430
6689
  #, fuzzy
6690
  #| msgid "Plain Style"
6691
  msgid "Clean Style"
6692
  msgstr "Einfacher schlichter Stil"
6693
 
6694
+ #: app/features/mec/settings.php:361
6695
  #, fuzzy
6696
  #| msgid "Default value is Calendar/Monthly View"
6697
  msgid "Default value is Calendar/Monthly View, But you can change it "
6698
  msgstr "Der Standardwert ist Kalender / Monatsansicht"
6699
 
6700
+ #: app/features/mec/settings.php:361 app/features/mec/settings.php:438
6701
  msgid "See Demo"
6702
  msgstr ""
6703
 
6704
+ #: app/features/mec/settings.php:369 app/features/mec/settings.php:437
6705
  msgid "Category Page Skin"
6706
  msgstr "Kategorie Seiten Skin"
6707
 
6708
+ #: app/features/mec/settings.php:438
6709
  #, fuzzy
6710
  #| msgid "Default value is Calendar/Monthly View"
6711
  msgid ""
6713
  "categories."
6714
  msgstr "Der Standardwert ist Kalender / Monatsansicht"
6715
 
6716
+ #: app/features/mec/settings.php:446 app/features/mec/settings.php:454
6717
  msgid "Category Events Method"
6718
  msgstr ""
6719
 
6720
+ #: app/features/mec/settings.php:455
6721
  msgid "Default value is Upcoming Events"
6722
  msgstr ""
6723
 
6724
+ #: app/features/mec/settings.php:463 app/features/mec/settings.php:471
6725
  msgid "Events Archive Status"
6726
  msgstr "Events Archiv Status"
6727
 
6728
+ #: app/features/mec/settings.php:466
6729
  msgid "Enabled (Recommended)"
6730
  msgstr "Ist aktiviert (empfohlen)"
6731
 
6732
+ #: app/features/mec/settings.php:472
6733
  msgid ""
6734
  "If you disable it, then you should create a page as archive page of MEC. "
6735
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
6739
  "erstellen. Page´s slug muss gleich sein wie \"Main Slug\" von MEC. Außerdem "
6740
  "werden alle MEC-Rewrite-Regeln deaktiviert."
6741
 
6742
+ #: app/features/mec/settings.php:485 app/features/mec/settings.php:490
6743
  msgid "Main Slug"
6744
  msgstr "Main Slug"
6745
 
6746
+ #: app/features/mec/settings.php:491
6747
  msgid ""
6748
  "Default value is events. You can not have a page with this name. MEC allows "
6749
  "you to create custom URLs for the permalinks and archives to enhance the "
6750
  "applicability and forward-compatibility of the links."
6751
  msgstr ""
6752
 
6753
+ #: app/features/mec/settings.php:495 app/features/mec/settings.php:509
6754
  #, fuzzy
6755
  #| msgid ""
6756
  #| "Default value is events. Valid characters are lowercase a-z, - character "
6760
  "Standardwert ist Events. Gültige Zeichen sind Kleinbuchstaben a-z, - Zeichen "
6761
  "und Zahlen."
6762
 
6763
+ #: app/features/mec/settings.php:499 app/features/mec/settings.php:504
6764
  msgid "Category Slug"
6765
  msgstr "Category Slug"
6766
 
6767
+ #: app/features/mec/settings.php:505
6768
  #, fuzzy
6769
  #| msgid ""
6770
  #| "It's slug of MEC categories, you can change it to events-cat or something "
6780
  "für den link. Zum Beispiel example.com/events-cat oder example.com/mec-"
6781
  "category"
6782
 
6783
+ #: app/features/mec/settings.php:517
6784
  msgid "Currency"
6785
  msgstr "Währung"
6786
 
6787
+ #: app/features/mec/settings.php:527 app/features/mec/settings.php:532
6788
  msgid "Currency Sign"
6789
  msgstr "Währungssymbol"
6790
 
6791
+ #: app/features/mec/settings.php:533
6792
  msgid "Default value will be \"currency\" if you leave it empty."
6793
  msgstr "Standardwert wird \"currency\" sein wenn Sie es leer lassen"
6794
 
6795
+ #: app/features/mec/settings.php:540
6796
  msgid "Currency Position"
6797
  msgstr "Position des Währungssymbols"
6798
 
6799
+ #: app/features/mec/settings.php:543
6800
  msgid "Before $10"
6801
  msgstr "Vor €10"
6802
 
6803
+ #: app/features/mec/settings.php:544
6804
  msgid "After 10$"
6805
  msgstr "Nach 10€"
6806
 
6807
+ #: app/features/mec/settings.php:549
6808
  msgid "Thousand Separator"
6809
  msgstr "Tausendertrennzeichen"
6810
 
6811
+ #: app/features/mec/settings.php:555
6812
  msgid "Decimal Separator"
6813
  msgstr "Dezimaltrennzeichen"
6814
 
6815
+ #: app/features/mec/settings.php:565
6816
  msgid "No decimal"
6817
  msgstr "Keine Dezimale"
6818
 
6819
+ #: app/features/mec/settings.php:576
6820
  msgid "Enable Google Recaptcha"
6821
  msgstr "Google Recaptcha aktivieren"
6822
 
6823
+ #: app/features/mec/settings.php:585
6824
  msgid "Enable on booking form"
6825
  msgstr "Auf dem Buchungsformular aktivieren"
6826
 
6827
+ #: app/features/mec/settings.php:593
6828
  #, fuzzy
6829
  #| msgid "Enable on \"Frontend Event Submittion\" form"
6830
  msgid "Enable on \"Frontend Event Submission\" form"
6831
  msgstr "Aktivieren auf dem \"Frontend Event Submittion\" Formular"
6832
 
6833
+ #: app/features/mec/settings.php:597
6834
  msgid "Site Key"
6835
  msgstr "Site Key (Seitenschlüssel)"
6836
 
6837
+ #: app/features/mec/settings.php:603
6838
  msgid "Secret Key"
6839
  msgstr "Geheimschlüssel"
6840
 
6841
+ #: app/features/mec/settings.php:615 app/features/mec/settings.php:623
6842
  msgid "Time Format"
6843
  msgstr "Zeitformat"
6844
 
6845
+ #: app/features/mec/settings.php:618
6846
  msgid "12 hours format with AM/PM"
6847
  msgstr "12-Stunden-Format mit AM/FM"
6848
 
6849
+ #: app/features/mec/settings.php:619
6850
  msgid "24 hours format"
6851
  msgstr "24-Stunden-Format"
6852
 
6853
+ #: app/features/mec/settings.php:624
6854
  msgid "This option, affects the selection of Start/End time."
6855
  msgstr ""
6856
 
6857
+ #: app/features/mec/settings.php:632
6858
  msgid "Events List Page"
6859
  msgstr "Seite Liste der Veranstaltungen"
6860
 
6861
+ #: app/features/mec/settings.php:641 app/features/mec/settings.php:653
6862
  #, php-format
6863
  msgid "Put %s shortcode into the page."
6864
  msgstr "%s shortcode in die Seite einfügen"
6865
 
6866
+ #: app/features/mec/settings.php:644
6867
  msgid "Add/Edit Events Page"
6868
  msgstr "Veranstaltungsseite hinzufügen/bearbeiten"
6869
 
6870
+ #: app/features/mec/settings.php:668
6871
  #, fuzzy
6872
  #| msgid ""
6873
  #| "User redirects to this page after new event submission. Leave it empty if "
6879
  "Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
6880
  "es leer, wenn Sie es deaktivieren möchten."
6881
 
6882
+ #: app/features/mec/settings.php:691 app/features/mec/settings.php:696
6883
  #, fuzzy
6884
  #| msgid "Amount (Per Ticket)"
6885
  msgid "Maximum File Size"
6886
  msgstr "Betrag (pro Ticket)"
6887
 
6888
+ #: app/features/mec/settings.php:693
6889
  msgid "in KB"
6890
  msgstr ""
6891
 
6892
+ #: app/features/mec/settings.php:697
6893
  msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
6894
  msgstr ""
6895
 
6896
+ #: app/features/mec/settings.php:706
6897
  #, fuzzy
6898
  #| msgid "Enable event submission by guest (Not logged-in) users"
6899
  msgid "Enable event submission by guest (Not logged in) users"
6901
  "Das Erstellen von Veranstaltungen durch Gäste (nicht angemeldete Nutzer) "
6902
  "erlauben"
6903
 
6904
+ #: app/features/mec/settings.php:713
6905
  msgid "Enable mandatory email and name for guest user"
6906
  msgstr ""
6907
  "Aktivieren Sie die obligatorische E-Mail und den Namen für Gastbenutzer"
6908
 
6909
+ #: app/features/mec/settings.php:719
6910
  msgid ""
6911
  "Automatically create users after event publish and assign event to the "
6912
  "created user"
6913
  msgstr ""
6914
 
6915
+ #: app/features/mec/settings.php:724
6916
  msgid "Frontend Event Submission Sections"
6917
  msgstr "Frontend Veranstaltungen Einreichung Sektionen"
6918
 
6919
+ #: app/features/mec/settings.php:728
6920
  #, fuzzy
6921
  #| msgid "Event Details"
6922
  msgid "Event Data Fields"
6923
  msgstr "Veranstaltungsdetails"
6924
 
6925
+ #: app/features/mec/settings.php:752 app/widgets/single.php:119
6926
  msgid "Event Categories"
6927
  msgstr "Veranstaltungskategorien"
6928
 
6929
+ #: app/features/mec/settings.php:758
6930
  msgid "Event Labels"
6931
  msgstr "Event Labels"
6932
 
6933
+ #: app/features/mec/settings.php:770
6934
  msgid "Event Tags"
6935
  msgstr "Event Schlagworte"
6936
 
6937
+ #: app/features/mec/settings.php:782 app/widgets/single.php:123
6938
  msgid "Event Organizer"
6939
  msgstr "Veranstaltungsmanager"
6940
 
6941
+ #: app/features/mec/settings.php:808
6942
  #, fuzzy
6943
  #| msgid "Fees/Taxes Options"
6944
  msgid "Fees / Taxes Options"
6945
  msgstr "Gebühren/Steuer Optionen"
6946
 
6947
+ #: app/features/mec/settings.php:822 app/features/schema.php:64
6948
  msgid "SEO Schema"
6949
  msgstr ""
6950
 
6951
+ #: app/features/mec/settings.php:845 app/features/occurrences.php:72
6952
  #: app/features/occurrences.php:102
6953
  #, fuzzy
6954
  #| msgid "Occurrences times"
6955
  msgid "Occurrences"
6956
  msgstr " mal vorkommen"
6957
 
6958
+ #: app/features/mec/settings.php:854
6959
  #, fuzzy
6960
  #| msgid "Edit Event"
6961
  msgid "Virtual Event"
6962
  msgstr "Event Bearbeiten"
6963
 
6964
+ #: app/features/mec/settings.php:863
6965
  #, fuzzy
6966
  #| msgid "Book Event"
6967
  msgid "Zoom Event"
6968
  msgstr "Veranstaltung buchen"
6969
 
6970
+ #: app/features/mec/settings.php:876
6971
  #, php-format
6972
  msgid ""
6973
  "Users can put a note for editors while they're submitting the event. Also "
6979
  "Eventbenachrichtigung setzen, um die Notizen der Benutzer in der E-Mail zu "
6980
  "erhalten."
6981
 
6982
+ #: app/features/mec/settings.php:883 app/features/mec/settings.php:891
6983
  #, fuzzy
6984
  #| msgid "Visibility"
6985
  msgid "Note visibility"
6986
  msgstr "Sichtbarkeit"
6987
 
6988
+ #: app/features/mec/settings.php:886
6989
  msgid "Always"
6990
  msgstr "Immer"
6991
 
6992
+ #: app/features/mec/settings.php:887
6993
  msgid "While event is not published"
6994
  msgstr "Das Ereignis wird nicht veröffentlicht"
6995
 
6996
+ #: app/features/mec/settings.php:892
6997
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
6998
  msgstr ""
6999
  "Die Ereignisnotiz wird im Frontend-Einreichungsformular angezeigt und das "
7000
  "Ereignis im Backend bearbeitet."
7001
 
7002
+ #: app/features/mec/settings.php:900
7003
  #, fuzzy
7004
  #| msgid "Required Field"
7005
  msgid "Required Fields"
7006
  msgstr "Pflichtfeld"
7007
 
7008
+ #: app/features/mec/settings.php:903
7009
  #, fuzzy
7010
  #| msgid "Description"
7011
  msgid "Event Description"
7012
  msgstr "Beschreibung"
7013
 
7014
+ #: app/features/mec/settings.php:907 app/libraries/main.php:6285
7015
+ #: app/libraries/main.php:6334
7016
  msgid "More Info Link"
7017
  msgstr "Link Mehr Informationen"
7018
 
7019
+ #: app/features/mec/settings.php:920 app/libraries/main.php:544
7020
  msgid "User Profile"
7021
  msgstr "Benutzer Profil"
7022
 
7023
+ #: app/features/mec/settings.php:922
7024
  #, php-format
7025
  msgid ""
7026
  "Put %s shortcode into your desired page. Then users are able to see the "
7027
  "history of their bookings."
7028
  msgstr ""
7029
 
7030
+ #: app/features/mec/settings.php:927 app/libraries/main.php:545
7031
  msgid "Search Bar"
7032
  msgstr "Suche"
7033
 
7034
+ #: app/features/mec/settings.php:929
7035
  #, php-format
7036
  msgid ""
7037
  "Put %s shortcode into your desired page. Then users are able to search events"
7038
  msgstr ""
7039
 
7040
+ #: app/features/mec/settings.php:933
7041
  msgid "Ajax Live mode"
7042
  msgstr ""
7043
 
7044
+ #: app/features/mec/settings.php:937
7045
  msgid "Ajax mode"
7046
  msgstr ""
7047
 
7048
+ #: app/features/mec/settings.php:938
7049
  msgid ""
7050
  "if you enable this option, the search button will disappear. To use this "
7051
  "feature, text input field must be enabled."
7052
  msgstr ""
7053
 
7054
+ #: app/features/mec/settings.php:946
7055
  #, fuzzy
7056
  #| msgid "Modern Style"
7057
  msgid "Modern Type"
7058
  msgstr "Moderner Stil"
7059
 
7060
+ #: app/features/mec/settings.php:950
7061
  msgid "Search bar fields"
7062
  msgstr "Such Felder"
7063
 
7064
+ #: app/features/mec/settings.php:992
7065
  #, fuzzy
7066
  #| msgid "Text Input"
7067
  msgid "Text input"
7068
  msgstr "Text eingeben"
7069
 
7070
+ #: app/features/mec/settings.php:1005
7071
  msgid "Enable Mailchimp Integration"
7072
  msgstr "Mailchimp Integration deaktivieren"
7073
 
7074
+ #: app/features/mec/settings.php:1010 app/features/mec/settings.php:1015
7075
+ #: app/features/mec/settings.php:1064 app/features/mec/settings.php:1088
7076
+ #: app/features/mec/settings.php:1112 app/features/mec/settings.php:1183
7077
  msgid "API Key"
7078
  msgstr "API Schlüssel"
7079
 
7080
+ #: app/features/mec/settings.php:1023 app/features/mec/settings.php:1028
7081
+ #: app/features/mec/settings.php:1070 app/features/mec/settings.php:1189
7082
  msgid "List ID"
7083
  msgstr "List ID"
7084
 
7085
+ #: app/features/mec/settings.php:1036 app/features/mec/settings.php:1044
7086
  msgid "Subscription Status"
7087
  msgstr "Buchungsstatus"
7088
 
7089
+ #: app/features/mec/settings.php:1039
7090
  msgid "Subscribe automatically"
7091
  msgstr "automatisch Anmelden/Abonnieren"
7092
 
7093
+ #: app/features/mec/settings.php:1040
7094
  msgid "Subscribe by verification"
7095
  msgstr ""
7096
  "Anmelden/Abonnieren durch Bestätigung\n"
7097
  " "
7098
 
7099
+ #: app/features/mec/settings.php:1045
7100
  #, fuzzy
7101
  #| msgid ""
7102
  #| "If you choose \"Subscribe by verification\" then an email will send to "
7108
  "Wenn Sie \"Anmelden durch Verifizierung\" wählen, wird eine E-Mail an den "
7109
  "Benutzer per Mailchimp zur Bestätigung gesendet."
7110
 
7111
+ #: app/features/mec/settings.php:1055 app/libraries/main.php:547
7112
  #, fuzzy
7113
  #| msgid "Mailchimp Integration"
7114
  msgid "Campaign Monitor Integration"
7115
  msgstr "Mailchimp Integration"
7116
 
7117
+ #: app/features/mec/settings.php:1059
7118
  #, fuzzy
7119
  #| msgid "Enable Mailchimp Integration"
7120
  msgid "Enable Campaign Monitor Integration"
7121
  msgstr "Mailchimp Integration deaktivieren"
7122
 
7123
+ #: app/features/mec/settings.php:1079 app/libraries/main.php:548
7124
  #, fuzzy
7125
  #| msgid "Mailchimp Integration"
7126
  msgid "MailerLite Integration"
7127
  msgstr "Mailchimp Integration"
7128
 
7129
+ #: app/features/mec/settings.php:1083
7130
  #, fuzzy
7131
  #| msgid "Enable Mailchimp Integration"
7132
  msgid "Enable MailerLite Integration"
7133
  msgstr "Mailchimp Integration deaktivieren"
7134
 
7135
+ #: app/features/mec/settings.php:1094
7136
  msgid "Group ID"
7137
  msgstr "Gruppen ID "
7138
 
7139
+ #: app/features/mec/settings.php:1103 app/libraries/main.php:549
7140
  #, fuzzy
7141
  #| msgid "BuddyPress Integration"
7142
  msgid "Constant Contact Integration"
7143
  msgstr "Buddy Press Integration"
7144
 
7145
+ #: app/features/mec/settings.php:1107
7146
  #, fuzzy
7147
  #| msgid "Enable Mailchimp Integration"
7148
  msgid "Enable constantcontact Integration"
7149
  msgstr "Mailchimp Integration deaktivieren"
7150
 
7151
+ #: app/features/mec/settings.php:1118
7152
  #, fuzzy
7153
  #| msgid "Facebook Page Link"
7154
  msgid "Access Token"
7155
  msgstr "Facebook Seiten Link"
7156
 
7157
+ #: app/features/mec/settings.php:1142 app/features/mec/settings.php:1157
7158
  #, fuzzy
7159
  #| msgid "Select icon"
7160
  msgid "Select List"
7161
  msgstr "Wählen Sie ein Symbol"
7162
 
7163
+ #: app/features/mec/settings.php:1158
7164
  msgid ""
7165
  "Please fill in the API key and Access Token field and save settings. after "
7166
  "that, please refresh the page and select a list."
7167
  msgstr ""
7168
 
7169
+ #: app/features/mec/settings.php:1168 app/libraries/main.php:550
7170
  #, fuzzy
7171
  #| msgid "Mailchimp Integration"
7172
  msgid "Active Campaign Integration"
7173
  msgstr "Mailchimp Integration"
7174
 
7175
+ #: app/features/mec/settings.php:1172
7176
  #, fuzzy
7177
  #| msgid "Enable Mailchimp Integration"
7178
  msgid "Enable Active Campaign Integration"
7179
  msgstr "Mailchimp Integration deaktivieren"
7180
 
7181
+ #: app/features/mec/settings.php:1177
7182
  msgid "API URL"
7183
  msgstr ""
7184
 
7185
+ #: app/features/mec/settings.php:1198
7186
  #, fuzzy
7187
  #| msgid "Filter Options"
7188
  msgid "Upload Field Options"
7189
  msgstr "Filteroptionen"
7190
 
7191
+ #: app/features/mec/settings.php:1200
7192
  msgid "Mime types"
7193
  msgstr ""
7194
 
7195
+ #: app/features/mec/settings.php:1204
7196
  msgid "Split mime types with \",\"."
7197
  msgstr ""
7198
 
7199
+ #: app/features/mec/settings.php:1204
7200
  msgid "Default: jpeg,jpg,png,pdf"
7201
  msgstr ""
7202
 
7203
+ #: app/features/mec/settings.php:1207
7204
  #, fuzzy
7205
  #| msgid "Amount (Per Ticket)"
7206
  msgid "Maximum file size"
7207
  msgstr "Betrag (pro Ticket)"
7208
 
7209
+ #: app/features/mec/settings.php:1211
7210
  msgid "The unit is Megabyte \"MB\""
7211
  msgstr ""
7212
 
7213
+ #: app/features/mec/single.php:38 app/libraries/main.php:555
7214
  #, fuzzy
7215
  #| msgid "Single Event Style"
7216
  msgid "Single Event Page"
7332
  "the settings page.' tab"
7333
  msgstr ""
7334
 
7335
+ #: app/features/mec/single.php:162 app/libraries/main.php:556
7336
  #, fuzzy
7337
  #| msgid "Custom Styles"
7338
  msgid "Custom Fields"
7339
  msgstr "Benutzerdefinierte Stile"
7340
 
7341
+ #: app/features/mec/single.php:192 app/libraries/main.php:3359
7342
  msgid "URL"
7343
  msgstr ""
7344
 
7387
  "Mit dieser Option können Sie bestimmte Tage von vorkommenden Eventdaten ein-/"
7388
  "ausschließen."
7389
 
7390
+ #: app/features/mec/single.php:286 app/libraries/main.php:559
7391
  msgid "Additional Organizers"
7392
  msgstr "Zusätzliche Organisatoren"
7393
 
7419
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
7420
  "bearbeiten und auf der Seite für einzelne Events an."
7421
 
7422
+ #: app/features/mec/single.php:318 app/libraries/main.php:561
7423
  #: app/skins/single.php:166 app/skins/single.php:418
7424
  msgid "Related Events"
7425
  msgstr "Vorgeschlagene Veranstaltungen"
7434
  msgid "Select Taxonomies:"
7435
  msgstr "Klassifizierung "
7436
 
7437
+ #: app/features/mec/single.php:360 app/libraries/main.php:562
7438
  #, fuzzy
7439
  #| msgid "Next/Previous Buttons"
7440
  msgid "Next / Previous Events"
7444
  msgid "Display next / previous events based on taxonomy in single event page."
7445
  msgstr ""
7446
 
7447
+ #: app/features/mec/single.php:402 app/libraries/main.php:605
7448
  #, fuzzy
7449
  #| msgid "Next Occurrence"
7450
  msgid "Edit Per Occurrences"
7652
  msgid "MEC Settings"
7653
  msgstr "MEC - Einstellungen"
7654
 
7655
+ #: app/features/mec/support-page.php:99 app/libraries/main.php:657
7656
  #, fuzzy
7657
  #| msgid "Single Event Style"
7658
  msgid "Single Event"
8017
  msgid "Create a support ticket"
8018
  msgstr "Erstelle ein Support-Ticket"
8019
 
8020
+ #: app/features/mec/support.php:52 app/libraries/main.php:803
8021
  msgid "Styling Options"
8022
  msgstr "Styling-Optionen"
8023
 
8024
+ #: app/features/mec/support.php:59 app/libraries/main.php:810
8025
  msgid "Custom CSS"
8026
  msgstr "Custom CSS"
8027
 
8108
  msgid "Attendee Price (for booking confirmation notification)"
8109
  msgstr "Aktivieren Sie die Erinnerung für die Buchungserinnerung"
8110
 
8111
+ #: app/features/notifications.php:150
8112
  #, fuzzy
8113
  #| msgid "Email verification"
8114
  msgid "Email Verification"
8115
  msgstr "Email-Verifizierung"
8116
 
8117
+ #: app/features/notifications.php:153
8118
  msgid "Booking Notification"
8119
  msgstr "Buchungsbenachrichtigung"
8120
 
8121
+ #: app/features/notifications.php:162
8122
  msgid "Admin Notification"
8123
  msgstr "Admin-Benachrichtiung"
8124
 
8285
  msgid "eg. https://webnus.net"
8286
  msgstr "http://webnus.net"
8287
 
8288
+ #: app/features/organizers.php:312 app/libraries/main.php:6290
8289
+ #: app/libraries/main.php:6337 app/skins/single.php:1291
8290
  msgid "Other Organizers"
8291
  msgstr "Andere Veranstalter"
8292
 
8476
  msgid "Please %s/%s in order to see your bookings / profile."
8477
  msgstr "Um neue Veranstaltungen einzugeben, bitte %s/%s"
8478
 
8479
+ #: app/features/profile/profile.php:20 app/libraries/main.php:2447
8480
  msgid "Your booking already canceled!"
8481
  msgstr "Ihre Buchung wurde bereits storniert."
8482
 
8484
  msgid "#"
8485
  msgstr ""
8486
 
8487
+ #: app/features/profile/profile.php:61 app/libraries/main.php:3691
8488
  msgid "Status"
8489
  msgstr ""
8490
 
8491
+ #: app/features/profile/profile.php:64 app/libraries/main.php:2645
8492
  msgid "Attendees"
8493
  msgstr "Teilnehmer"
8494
 
8548
  msgid "No search result."
8549
  msgstr "Kein Suchergebnis"
8550
 
8551
+ #: app/features/search_bar/search_result.php:12 app/libraries/main.php:6292
8552
+ #: app/libraries/main.php:6339 app/libraries/notifications.php:1027
8553
+ #: app/libraries/render.php:531 app/libraries/render.php:853
8554
  #: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
8555
  #: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
8556
+ #: app/modules/next-event/details.php:145 app/skins/single.php:1183
8557
  #: app/skins/single/default.php:124 app/skins/single/default.php:358
8558
  #: app/skins/single/m1.php:46 app/skins/single/modern.php:222
8559
  #, fuzzy
8579
  msgstr "Veranstalter Email-Adresse hinzufügen"
8580
 
8581
  #: app/features/speakers.php:135 app/features/speakers.php:208
8582
+ #: app/skins/single.php:1265 app/skins/single.php:1324
8583
  #: app/skins/single/default.php:202 app/skins/single/default.php:268
8584
  #: app/skins/single/default.php:435 app/skins/single/default.php:501
8585
  #: app/skins/single/m1.php:126 app/skins/single/m1.php:180
8656
  "section and speaker widget section!"
8657
  msgstr ""
8658
 
8659
+ #: app/features/wc.php:103 app/libraries/notifications.php:1012
8660
+ #: app/libraries/notifications.php:1027 app/libraries/notifications.php:1038
8661
+ #: app/libraries/notifications.php:1307 app/libraries/notifications.php:1308
8662
  #, php-format
8663
  msgid "%s to %s"
8664
  msgstr "%s zu %s"
8682
  msgid "Discount"
8683
  msgstr "Rabatt"
8684
 
8685
+ #: app/libraries/book.php:868 app/modules/booking/default.php:426
8686
+ #: app/modules/booking/default.php:531
8687
  msgid "Download Invoice"
8688
  msgstr "Download Rechnung"
8689
 
8762
  "Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
8763
  "Beitrag handelt."
8764
 
8765
+ #: app/libraries/main.php:338 app/libraries/main.php:2059
8766
+ #: app/libraries/main.php:2084
8767
  msgid "Agenda View"
8768
  msgstr "Agendaansicht"
8769
 
8770
+ #: app/libraries/main.php:339 app/libraries/main.php:2050
8771
+ #: app/libraries/main.php:2075
8772
  msgid "Full Calendar"
8773
  msgstr "Ganzer Kalender"
8774
 
8775
+ #: app/libraries/main.php:341 app/libraries/main.php:2052
8776
+ #: app/libraries/main.php:2077
8777
  msgid "Calendar/Monthly View"
8778
  msgstr "Kalender-/Monatsansicht"
8779
 
8780
+ #: app/libraries/main.php:344 app/libraries/main.php:2055
8781
+ #: app/libraries/main.php:2080
8782
  msgid "Timetable View"
8783
  msgstr "Stundenplan"
8784
 
8785
+ #: app/libraries/main.php:345 app/libraries/main.php:2056
8786
+ #: app/libraries/main.php:2081
8787
  msgid "Masonry View"
8788
  msgstr "Kachel Ansicht"
8789
 
8790
+ #: app/libraries/main.php:346 app/libraries/main.php:2060
8791
+ #: app/libraries/main.php:2085
8792
  msgid "Map View"
8793
  msgstr "Kartenansicht"
8794
 
8795
+ #: app/libraries/main.php:347
8796
  msgid "Cover View"
8797
  msgstr "Deckblattansicht"
8798
 
8799
+ #: app/libraries/main.php:348
8800
  msgid "Countdown View"
8801
  msgstr "Countdownansicht"
8802
 
8803
+ #: app/libraries/main.php:349
8804
  msgid "Available Spot"
8805
  msgstr "Verfügbarer Spot"
8806
 
8807
+ #: app/libraries/main.php:350
8808
  msgid "Carousel View"
8809
  msgstr "Karussellansicht"
8810
 
8811
+ #: app/libraries/main.php:351
8812
  msgid "Slider View"
8813
  msgstr "Slideransicht"
8814
 
8815
+ #: app/libraries/main.php:352
8816
  #, fuzzy
8817
  #| msgid "Timetable View"
8818
  msgid "Timeline View"
8819
  msgstr "Stundenplan"
8820
 
8821
+ #: app/libraries/main.php:391 app/libraries/main.php:6264
8822
+ #: app/libraries/main.php:6318
8823
  msgid "SU"
8824
  msgstr "SO"
8825
 
8826
+ #: app/libraries/main.php:392 app/libraries/main.php:6265
8827
+ #: app/libraries/main.php:6319
8828
  msgid "MO"
8829
  msgstr "MO"
8830
 
8831
+ #: app/libraries/main.php:393 app/libraries/main.php:6266
8832
+ #: app/libraries/main.php:6320
8833
  msgid "TU"
8834
  msgstr "DI"
8835
 
8836
+ #: app/libraries/main.php:394 app/libraries/main.php:6267
8837
+ #: app/libraries/main.php:6321
8838
  msgid "WE"
8839
  msgstr "MI"
8840
 
8841
+ #: app/libraries/main.php:395 app/libraries/main.php:6268
8842
+ #: app/libraries/main.php:6322
8843
  msgid "TH"
8844
  msgstr "DO"
8845
 
8846
+ #: app/libraries/main.php:396 app/libraries/main.php:6269
8847
+ #: app/libraries/main.php:6323
8848
  msgid "FR"
8849
  msgstr "FR"
8850
 
8851
+ #: app/libraries/main.php:397 app/libraries/main.php:6270
8852
+ #: app/libraries/main.php:6324
8853
  msgid "SA"
8854
  msgstr "SA"
8855
 
8856
+ #: app/libraries/main.php:551
8857
  #, fuzzy
8858
  #| msgid "Upload/Add image"
8859
  msgid "Upload Field"
8860
  msgstr "Bild hochladen/hinzufügen"
8861
 
8862
+ #: app/libraries/main.php:560
8863
  msgid "Additional Locations"
8864
  msgstr "Zusätzliche Locations"
8865
 
8866
+ #: app/libraries/main.php:723
8867
  #, fuzzy
8868
  #| msgid "Social Module : "
8869
  msgid "Modules"
8870
  msgstr "Social Modul:"
8871
 
8872
+ #: app/libraries/main.php:891
8873
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
8874
  msgstr ""
8875
 
8876
+ #: app/libraries/main.php:898
8877
  msgid ""
8878
  "The time has come at last, and the new practical add-ons for MEC have been "
8879
  "released. This is a revolution in the world of Event Calendars. We have "
8881
  "below:"
8882
  msgstr ""
8883
 
8884
+ #: app/libraries/main.php:900
8885
  msgid ""
8886
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
8887
  "products) and Woo products at the same time."
8888
  msgstr ""
8889
 
8890
+ #: app/libraries/main.php:901
8891
  msgid ""
8892
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
8893
  "other websites without MEC. Use JSON output features to make your Apps "
8894
  "compatible with MEC."
8895
  msgstr ""
8896
 
8897
+ #: app/libraries/main.php:902
8898
  msgid ""
8899
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
8900
  "main websites. Changes in the main one will be inherited by the subsites. "
8901
  "you can set these up in the admin panel."
8902
  msgstr ""
8903
 
8904
+ #: app/libraries/main.php:903
8905
  msgid ""
8906
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
8907
  "pages can contain ticket purchase information, information about registered "
8908
  "events. Users can now log in to purchase tickets."
8909
  msgstr ""
8910
 
8911
+ #: app/libraries/main.php:905
8912
  msgid "find out more"
8913
  msgstr ""
8914
 
8915
+ #: app/libraries/main.php:1776
8916
  msgid "Events at this location"
8917
  msgstr "Veranstaltungen an diesem Ort "
8918
 
8919
+ #: app/libraries/main.php:1776
8920
  msgid "Event at this location"
8921
  msgstr "Veranstaltung an diesem Ort "
8922
 
8923
+ #: app/libraries/main.php:1828
8924
  msgid "Facebook"
8925
  msgstr "Facebook"
8926
 
8927
+ #: app/libraries/main.php:1829
8928
  msgid "Twitter"
8929
  msgstr "Twitter"
8930
 
8931
+ #: app/libraries/main.php:1830 app/libraries/main.php:1887
8932
  msgid "Linkedin"
8933
  msgstr "Linkedin"
8934
 
8935
+ #: app/libraries/main.php:1831 app/libraries/main.php:1923
8936
  msgid "VK"
8937
  msgstr ""
8938
 
8939
+ #: app/libraries/main.php:1832
8940
  msgid "Tumblr"
8941
  msgstr ""
8942
 
8943
+ #: app/libraries/main.php:1833
8944
  msgid "Pinterest"
8945
  msgstr ""
8946
 
8947
+ #: app/libraries/main.php:1834
8948
  msgid "Flipboard"
8949
  msgstr ""
8950
 
8951
+ #: app/libraries/main.php:1835
8952
  #, fuzzy
8953
  #| msgid "Tickets"
8954
  msgid "GetPocket"
8955
  msgstr "Tickets"
8956
 
8957
+ #: app/libraries/main.php:1836
8958
  msgid "Reddit"
8959
  msgstr ""
8960
 
8961
+ #: app/libraries/main.php:1837
8962
  msgid "WhatsApp"
8963
  msgstr ""
8964
 
8965
+ #: app/libraries/main.php:1838
8966
  msgid "Telegram"
8967
  msgstr ""
8968
 
8969
+ #: app/libraries/main.php:1857
8970
  msgid "Share on Facebook"
8971
  msgstr "Teilen auf Facebook"
8972
 
8973
+ #: app/libraries/main.php:1872
8974
  msgid "Tweet"
8975
  msgstr "Tweet"
8976
 
8977
+ #: app/libraries/main.php:1938
8978
  #, fuzzy
8979
  #| msgid "Share on Facebook"
8980
  msgid "Share on Tumblr"
8981
  msgstr "Teilen auf Facebook"
8982
 
8983
+ #: app/libraries/main.php:1954
8984
  msgid "Share on Pinterest"
8985
  msgstr ""
8986
 
8987
+ #: app/libraries/main.php:1970
8988
  #, fuzzy
8989
  #| msgid "Share on Facebook"
8990
  msgid "Share on Flipboard"
8991
  msgstr "Teilen auf Facebook"
8992
 
8993
+ #: app/libraries/main.php:1988
8994
  #, fuzzy
8995
  #| msgid "Share on Facebook"
8996
  msgid "Share on GetPocket"
8997
  msgstr "Teilen auf Facebook"
8998
 
8999
+ #: app/libraries/main.php:2004
9000
  #, fuzzy
9001
  #| msgid "Share on Facebook"
9002
  msgid "Share on Reddit"
9003
  msgstr "Teilen auf Facebook"
9004
 
9005
+ #: app/libraries/main.php:2020
9006
  msgid "Share on Telegram"
9007
  msgstr ""
9008
 
9009
+ #: app/libraries/main.php:2038
9010
  msgid "Share on WhatsApp"
9011
  msgstr ""
9012
 
9013
+ #: app/libraries/main.php:2061 app/libraries/main.php:2086
9014
  #, fuzzy
9015
  #| msgid "Shortcode"
9016
  msgid "Custom Shortcode"
9017
  msgstr "Shortcode"
9018
 
9019
+ #: app/libraries/main.php:2427
9020
  msgid "Your booking already verified!"
9021
  msgstr "Ihre Buchung wurde bereits verifiziert."
9022
 
9023
+ #: app/libraries/main.php:2432
9024
  msgid "Your booking successfully verified."
9025
  msgstr "Ihre Buchung wurde erfolgreich verifiziert."
9026
 
9027
+ #: app/libraries/main.php:2433
9028
  msgid "Your booking cannot verify!"
9029
  msgstr "Ihre Buchung kann nicht verifiziert werden!"
9030
 
9031
+ #: app/libraries/main.php:2458
9032
  #, fuzzy
9033
  #| msgid "The event is finished."
9034
  msgid "The event is already finished!"
9035
  msgstr "Das Event ist beendet"
9036
 
9037
+ #: app/libraries/main.php:2476
9038
  msgid "The cancelation window is passed."
9039
  msgstr ""
9040
 
9041
+ #: app/libraries/main.php:2482
9042
  msgid "Your booking successfully canceled."
9043
  msgstr "Ihre Buchung wurde erfolgreich storniert."
9044
 
9045
+ #: app/libraries/main.php:2483
9046
  msgid "Your booking cannot be canceled."
9047
  msgstr "Ihre Buchung kann nicht storniert werden."
9048
 
9049
+ #: app/libraries/main.php:2487
9050
  msgid "You canceled the payment successfully."
9051
  msgstr "Sie haben die Zahlung erfolgreich storniert."
9052
 
9053
+ #: app/libraries/main.php:2491
9054
  msgid "You returned from payment gateway successfully."
9055
  msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
9056
 
9057
+ #: app/libraries/main.php:2510
9058
  msgid "Cannot find the invoice!"
9059
  msgstr "Die Buchung kann nicht gefunden werden."
9060
 
9061
+ #: app/libraries/main.php:2510
9062
  msgid "Invoice is invalid."
9063
  msgstr "Die Buchung ist ungültig."
9064
 
9065
+ #: app/libraries/main.php:2530
9066
  msgid ""
9067
  "Your booking still is not confirmed. You can download it after confirmation!"
9068
  msgstr ""
9069
 
9070
+ #: app/libraries/main.php:2530
9071
  msgid "Booking Not Confirmed."
9072
  msgstr "Die Buchung ist nicht Bestätigt."
9073
 
9074
+ #: app/libraries/main.php:2536
9075
  msgid "Cannot find the booking!"
9076
  msgstr "Die Buchung kann nicht gefunden werden!"
9077
 
9078
+ #: app/libraries/main.php:2536
9079
  msgid "Booking is invalid."
9080
  msgstr "Buchung ist ungültig."
9081
 
9082
+ #: app/libraries/main.php:2569
9083
  #, php-format
9084
  msgid "%s Invoice"
9085
  msgstr "% s Rechnung"
9086
 
9087
+ #: app/libraries/main.php:2602
9088
  #, fuzzy
9089
  #| msgid "Date And Time"
9090
  msgid "Date & Time"
9091
  msgstr "Datum und Uhrzeit"
9092
 
9093
+ #: app/libraries/main.php:2619
9094
  #, fuzzy
9095
  #| msgid "Booking Price"
9096
  msgid "Booking Fields"
9097
  msgstr "Buchungspreis"
9098
 
9099
+ #: app/libraries/main.php:2691
9100
  msgid "Billing"
9101
  msgstr "Abrechnung"
9102
 
9103
+ #: app/libraries/main.php:2703
9104
  #, fuzzy
9105
  #| msgid "Coupon"
9106
  msgid "Coupon Code"
9107
  msgstr "Gutschein"
9108
 
9109
+ #: app/libraries/main.php:2708
9110
  msgid "Total"
9111
  msgstr "Gesamt"
9112
 
9113
+ #: app/libraries/main.php:2715
9114
  msgid "Payment"
9115
  msgstr "Bezahlung"
9116
 
9117
+ #: app/libraries/main.php:2719
9118
  msgid "Gateway"
9119
  msgstr "Gateway"
9120
 
9121
+ #: app/libraries/main.php:2732
9122
  msgid "Payment Time"
9123
  msgstr "Bezahlung "
9124
 
9125
+ #: app/libraries/main.php:2874
9126
  msgid "Request is not valid."
9127
  msgstr "Die Anfrage ist ungültig!"
9128
 
9129
+ #: app/libraries/main.php:2874
9130
  msgid "iCal export stopped!"
9131
  msgstr "iCal Export wurde unterbrochen!"
9132
 
9133
+ #: app/libraries/main.php:3242 app/libraries/main.php:3271
9134
+ #: app/libraries/main.php:3300 app/libraries/main.php:3329
9135
+ #: app/libraries/main.php:3358 app/libraries/main.php:3387
9136
+ #: app/libraries/main.php:3416 app/libraries/main.php:3445
9137
+ #: app/libraries/main.php:3474 app/libraries/main.php:3503
9138
+ #: app/libraries/main.php:3526 app/libraries/main.php:3572
9139
+ #: app/libraries/main.php:3618 app/libraries/main.php:3667
9140
+ #: app/libraries/main.php:3716
9141
  msgid "Sort"
9142
  msgstr "Sortieren"
9143
 
9144
+ #: app/libraries/main.php:3249 app/libraries/main.php:3278
9145
+ #: app/libraries/main.php:3307 app/libraries/main.php:3336
9146
+ #: app/libraries/main.php:3365 app/libraries/main.php:3394
9147
+ #: app/libraries/main.php:3423 app/libraries/main.php:3452
9148
+ #: app/libraries/main.php:3481 app/libraries/main.php:3533
9149
+ #: app/libraries/main.php:3579 app/libraries/main.php:3625
9150
+ #: app/libraries/main.php:3674
9151
  msgid "Required Field"
9152
  msgstr "Pflichtfeld"
9153
 
9154
+ #: app/libraries/main.php:3255 app/libraries/main.php:3284
9155
+ #: app/libraries/main.php:3313 app/libraries/main.php:3342
9156
+ #: app/libraries/main.php:3371 app/libraries/main.php:3400
9157
+ #: app/libraries/main.php:3429 app/libraries/main.php:3458
9158
+ #: app/libraries/main.php:3487 app/libraries/main.php:3539
9159
+ #: app/libraries/main.php:3585 app/libraries/main.php:3631
9160
+ #: app/libraries/main.php:3680
9161
  msgid "Insert a label for this field"
9162
  msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
9163
 
9164
+ #: app/libraries/main.php:3509
9165
  msgid "HTML and shortcode are allowed."
9166
  msgstr "HTML und shortcodes sind erlaubt."
9167
 
9168
+ #: app/libraries/main.php:3552 app/libraries/main.php:3598
9169
+ #: app/libraries/main.php:3644
9170
  msgid "Option"
9171
  msgstr "Option"
9172
 
9173
+ #: app/libraries/main.php:3680
9174
  #, php-format
9175
  msgid "Instead of %s, the page title with a link will be show."
9176
  msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
9177
 
9178
+ #: app/libraries/main.php:3682
9179
  msgid "Agreement Page"
9180
  msgstr "Zustimmungsseite"
9181
 
9182
+ #: app/libraries/main.php:3693
9183
  msgid "Checked by default"
9184
  msgstr ""
9185
 
9186
+ #: app/libraries/main.php:3694
9187
  msgid "Unchecked by default"
9188
  msgstr ""
9189
 
9190
+ #: app/libraries/main.php:3718
9191
  msgid "Insert a label for this option"
9192
  msgstr "Ein neues Label für diese Option einfügen"
9193
 
9194
+ #: app/libraries/main.php:3731
9195
  msgid "Free"
9196
  msgstr "kostenfrei"
9197
 
9198
+ #: app/libraries/main.php:4400 app/libraries/main.php:6599
9199
  msgid "M.E. Calender"
9200
  msgstr "M.E. Calender"
9201
 
9202
+ #: app/libraries/main.php:4556
9203
  #, php-format
9204
  msgid "Copy of %s"
9205
  msgstr "Kopie von %s"
9206
 
9207
+ #: app/libraries/main.php:5428
9208
  msgid "Booked an event."
9209
  msgstr "Eine Veranstaltung wurde gebucht."
9210
 
9211
+ #: app/libraries/main.php:5469
9212
  #, php-format
9213
  msgid "%s booked %s event."
9214
  msgstr "%s gebuchtes %s Event"
9215
 
9216
+ #: app/libraries/main.php:6247 app/libraries/main.php:6301
9217
  msgid "Taxonomies"
9218
  msgstr "Klassifizierung "
9219
 
9220
+ #: app/libraries/main.php:6249 app/libraries/main.php:6303
9221
  msgid "Category Plural Label"
9222
  msgstr "Kategorien"
9223
 
9224
+ #: app/libraries/main.php:6250 app/libraries/main.php:6304
9225
  msgid "Category Singular Label"
9226
  msgstr "Kategorie"
9227
 
9228
+ #: app/libraries/main.php:6251 app/libraries/main.php:6305
9229
  msgid "Label Plural Label"
9230
  msgstr "Labels"
9231
 
9232
+ #: app/libraries/main.php:6252 app/libraries/main.php:6306
9233
  msgid "Label Singular Label"
9234
  msgstr "Label"
9235
 
9236
+ #: app/libraries/main.php:6252 app/libraries/main.php:6306
9237
  msgid "label"
9238
  msgstr "label"
9239
 
9240
+ #: app/libraries/main.php:6253 app/libraries/main.php:6307
9241
  msgid "Location Plural Label"
9242
  msgstr "Veranstaltungsorte"
9243
 
9244
+ #: app/libraries/main.php:6254 app/libraries/main.php:6308
9245
  msgid "Location Singular Label"
9246
  msgstr "Veranstaltungsort"
9247
 
9248
+ #: app/libraries/main.php:6255 app/libraries/main.php:6309
9249
  msgid "Organizer Plural Label"
9250
  msgstr "Veranstalter"
9251
 
9252
+ #: app/libraries/main.php:6256 app/libraries/main.php:6310
9253
  msgid "Organizer Singular Label"
9254
  msgstr "Veranstalter"
9255
 
9256
+ #: app/libraries/main.php:6257 app/libraries/main.php:6311
9257
  #, fuzzy
9258
  #| msgid "Label Plural Label"
9259
  msgid "Speaker Plural Label"
9260
  msgstr "Labels"
9261
 
9262
+ #: app/libraries/main.php:6258 app/libraries/main.php:6312
9263
  #, fuzzy
9264
  #| msgid "Label Singular Label"
9265
  msgid "Speaker Singular Label"
9266
  msgstr "Label"
9267
 
9268
+ #: app/libraries/main.php:6264 app/libraries/main.php:6318
9269
  msgid "Sunday abbreviation"
9270
  msgstr "Sonntag Abkürzung"
9271
 
9272
+ #: app/libraries/main.php:6265 app/libraries/main.php:6319
9273
  msgid "Monday abbreviation"
9274
  msgstr "Montag Abkürzung"
9275
 
9276
+ #: app/libraries/main.php:6266 app/libraries/main.php:6320
9277
  msgid "Tuesday abbreviation"
9278
  msgstr "Dienstag Abkürzung"
9279
 
9280
+ #: app/libraries/main.php:6267 app/libraries/main.php:6321
9281
  msgid "Wednesday abbreviation"
9282
  msgstr "Mittwoch Abkürzung"
9283
 
9284
+ #: app/libraries/main.php:6268 app/libraries/main.php:6322
9285
  msgid "Thursday abbreviation"
9286
  msgstr "Donnerstag Abkürzung"
9287
 
9288
+ #: app/libraries/main.php:6269 app/libraries/main.php:6323
9289
  msgid "Friday abbreviation"
9290
  msgstr "Freitag Abkürzung"
9291
 
9292
+ #: app/libraries/main.php:6270 app/libraries/main.php:6324
9293
  msgid "Saturday abbreviation"
9294
  msgstr "Samstag Abkürzung "
9295
 
9296
+ #: app/libraries/main.php:6274 app/libraries/main.php:6328
9297
  msgid "Others"
9298
  msgstr "Andere"
9299
 
9300
+ #: app/libraries/main.php:6276
9301
  msgid "Booking Success Message"
9302
  msgstr "Buchung erfolgreich Mitteilung"
9303
 
9304
+ #: app/libraries/main.php:6276
9305
  #, fuzzy
9306
  #| msgid ""
9307
  #| "Thanks for your booking. Your tickets booked, booking verification might "
9313
  "Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
9314
  "Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
9315
 
9316
+ #: app/libraries/main.php:6277
9317
  #, fuzzy
9318
  #| msgid "Booking Success Message"
9319
  msgid "Booking Restriction Message 1"
9320
  msgstr "Buchung erfolgreich Mitteilung"
9321
 
9322
+ #: app/libraries/main.php:6277
9323
  #, php-format
9324
  msgid ""
9325
  "You selected %s tickets to book but maximum number of tikets per user is %s "
9326
  "tickets."
9327
  msgstr ""
9328
 
9329
+ #: app/libraries/main.php:6278
9330
  #, fuzzy
9331
  #| msgid "Booking Success Message"
9332
  msgid "Booking Restriction Message 2"
9333
  msgstr "Buchung erfolgreich Mitteilung"
9334
 
9335
+ #: app/libraries/main.php:6278
9336
  #, php-format
9337
  msgid ""
9338
  "You booked %s tickets till now but maximum number of tickets per user is %s "
9339
  "tickets."
9340
  msgstr ""
9341
 
9342
+ #: app/libraries/main.php:6279
9343
  #, fuzzy
9344
  #| msgid "Booking Success Message"
9345
  msgid "Booking IP Restriction Message"
9346
  msgstr "Buchung erfolgreich Mitteilung"
9347
 
9348
+ #: app/libraries/main.php:6279
9349
  #, php-format
9350
  msgid "Maximum allowed number of tickets that you can book is %s."
9351
  msgstr ""
9352
 
9353
+ #: app/libraries/main.php:6280
9354
  #, fuzzy
9355
  #| msgid "Booking Options"
9356
  msgid "Booking Button"
9357
  msgstr "Buchungsoptionen"
9358
 
9359
+ #: app/libraries/main.php:6280 app/libraries/skins.php:1259
9360
  #: app/modules/booking/steps/tickets.php:99
9361
  msgid "Book Event"
9362
  msgstr "Veranstaltung buchen"
9363
 
9364
+ #: app/libraries/main.php:6281 app/libraries/main.php:6330
9365
  #: app/widgets/single.php:131
9366
  msgid "Register Button"
9367
  msgstr "Register Button"
9368
 
9369
+ #: app/libraries/main.php:6281 app/libraries/main.php:6330
9370
  #: app/skins/available_spot/tpl.php:208 app/skins/carousel/render.php:106
9371
  #: app/skins/carousel/render.php:144 app/skins/grid/render.php:103
9372
  #: app/skins/grid/render.php:161 app/skins/grid/render.php:219
9373
  #: app/skins/grid/render.php:240 app/skins/list/render.php:70
9374
  #: app/skins/list/render.php:165 app/skins/masonry/render.php:150
9375
+ #: app/skins/single.php:478 app/skins/single.php:1204 app/skins/single.php:1207
9376
  #: app/skins/single/default.php:287 app/skins/single/default.php:289
9377
  #: app/skins/single/default.php:520 app/skins/single/default.php:522
9378
  #: app/skins/single/m1.php:143 app/skins/single/m1.php:145
9384
  msgid "REGISTER"
9385
  msgstr "ANMELDEN"
9386
 
9387
+ #: app/libraries/main.php:6282 app/libraries/main.php:6331
9388
  msgid "View Detail Button"
9389
  msgstr "Ansicht Detail Button"
9390
 
9391
+ #: app/libraries/main.php:6282 app/libraries/main.php:6331
9392
  #: app/skins/carousel/render.php:106 app/skins/carousel/render.php:144
9393
  #: app/skins/grid/render.php:103 app/skins/grid/render.php:161
9394
  #: app/skins/grid/render.php:219 app/skins/grid/render.php:240
9400
  msgid "View Detail"
9401
  msgstr "Details "
9402
 
9403
+ #: app/libraries/main.php:6283 app/libraries/main.php:6332
9404
  msgid "Event Detail Button"
9405
  msgstr "Event Detail Button"
9406
 
9407
+ #: app/libraries/main.php:6283 app/libraries/main.php:6332
9408
  msgid "Event Detail"
9409
  msgstr "Veranstaltungsdetails"
9410
 
9411
+ #: app/libraries/main.php:6288
9412
  msgid "Ticket (Singular)"
9413
  msgstr "Ticket"
9414
 
9415
+ #: app/libraries/main.php:6289
9416
  msgid "Tickets (Plural)"
9417
  msgstr "Tickets"
9418
 
9419
+ #: app/libraries/main.php:6447
9420
  msgid "EventON"
9421
  msgstr "EventON"
9422
 
9423
+ #: app/libraries/main.php:6448
9424
  msgid "The Events Calendar"
9425
  msgstr "The Events Calendar"
9426
 
9427
+ #: app/libraries/main.php:6449
9428
  msgid "Events Schedule WP Plugin"
9429
  msgstr "Event Zeitplan WP-Plugin"
9430
 
9431
+ #: app/libraries/main.php:6450
9432
  msgid "Calendarize It"
9433
  msgstr ""
9434
 
9435
+ #: app/libraries/main.php:6451
9436
  #, fuzzy
9437
  #| msgid "No Search Options"
9438
  msgid "Event Espresso"
9439
  msgstr "Keine Suchoptionen"
9440
 
9441
+ #: app/libraries/main.php:6452
9442
  msgid "Events Manager (Recurring)"
9443
  msgstr "Wiederholende Veranstaltung"
9444
 
9445
+ #: app/libraries/main.php:6453
9446
  msgid "Events Manager (Single)"
9447
  msgstr "Moderner Event Kalender"
9448
 
9449
+ #: app/libraries/main.php:6454
9450
  #, fuzzy
9451
  #| msgid "Events Manager (Single)"
9452
  msgid "WP Event Manager"
9453
  msgstr "Moderner Event Kalender"
9454
 
9455
+ #: app/libraries/main.php:6538 app/libraries/main.php:6560
9456
  msgid "Pending"
9457
  msgstr "Ausstehend"
9458
 
9459
+ #: app/libraries/main.php:6586
9460
  msgid "Waiting"
9461
  msgstr "in Bearbeitung"
9462
 
9463
+ #: app/libraries/main.php:6629
9464
  #, fuzzy
9465
  #| msgid "Sunday"
9466
  msgid "Sun"
9467
  msgstr "Sonntag"
9468
 
9469
+ #: app/libraries/main.php:6629
9470
  #, fuzzy
9471
  #| msgid "Month"
9472
  msgid "Mon"
9473
  msgstr "Monat "
9474
 
9475
+ #: app/libraries/main.php:6629
9476
  #, fuzzy
9477
  #| msgid "Tel"
9478
  msgid "Tue"
9479
  msgstr "Tel"
9480
 
9481
+ #: app/libraries/main.php:6629
9482
  msgid "Wed"
9483
  msgstr ""
9484
 
9485
+ #: app/libraries/main.php:6629
9486
  msgid "Thu"
9487
  msgstr ""
9488
 
9489
+ #: app/libraries/main.php:6629
9490
  #, fuzzy
9491
  #| msgid "Friday"
9492
  msgid "Fri"
9493
  msgstr "Freitag"
9494
 
9495
+ #: app/libraries/main.php:6629
9496
  #, fuzzy
9497
  #| msgid "Start"
9498
  msgid "Sat"
9499
  msgstr "Start"
9500
 
9501
+ #: app/libraries/main.php:6791 app/libraries/render.php:80
9502
  #: app/libraries/render.php:445
9503
  msgid "Skin controller does not exist."
9504
  msgstr "Skin contoller existiert nicht."
9505
 
9506
+ #: app/libraries/main.php:7006
9507
  msgid "Sold Out"
9508
  msgstr "Ausgebucht"
9509
 
9510
+ #: app/libraries/main.php:7017
9511
  msgid "Last Few Tickets"
9512
  msgstr "Nur noch wenige Tickets verfügbar."
9513
 
9514
+ #: app/libraries/main.php:7346 app/libraries/main.php:7363
9515
  #, fuzzy
9516
  #| msgid "minutes"
9517
  msgid "Minutes"
9518
  msgstr "Minuten"
9519
 
9520
+ #: app/libraries/main.php:7368
9521
  msgid "AM / PM"
9522
  msgstr ""
9523
 
9524
+ #: app/libraries/main.php:7369
9525
  msgid "AM"
9526
  msgstr "AM"
9527
 
9528
+ #: app/libraries/main.php:7370
9529
  msgid "PM"
9530
  msgstr "PM"
9531
 
9532
+ #: app/libraries/main.php:7378
9533
  #, fuzzy
9534
  #| msgid "Loading..."
9535
  msgid "Ongoing..."
9536
  msgstr "Laden…"
9537
 
9538
+ #: app/libraries/main.php:7379
9539
  #, fuzzy
9540
  #| msgid "Expired Events"
9541
  msgid "Expired!"
9565
  msgid "A new event is added."
9566
  msgstr "Eine neue Veranstaltung wurde hinzugefügt."
9567
 
9568
+ #: app/libraries/notifications.php:835
9569
  msgid "Your event is published."
9570
  msgstr "Die Veranstaltung wurde veröffentlicht."
9571
 
9572
+ #: app/libraries/notifications.php:1251
9573
  msgid "to"
9574
  msgstr ""
9575
 
9576
+ #: app/libraries/notifications.php:1272 app/modules/export/details.php:48
9577
  msgid "+ Add to Google Calendar"
9578
  msgstr "+ zum Google Calendar hinzufügen"
9579
 
9580
+ #: app/libraries/notifications.php:1273 app/modules/export/details.php:49
9581
  #, fuzzy
9582
  #| msgid "+ iCal export"
9583
  msgid "+ iCal / Outlook export"
9584
  msgstr "+ zu iCal exportieren"
9585
 
9586
+ #: app/libraries/notifications.php:1322
9587
  #, fuzzy, php-format
9588
  #| msgid "+ Add to Google Calendar"
9589
  msgid "+ %s to Google Calendar"
9590
  msgstr "+ zum Google Calendar hinzufügen"
9591
 
9592
+ #: app/libraries/notifications.php:1402
9593
  msgid "Yes"
9594
  msgstr "Ja"
9595
 
9596
+ #: app/libraries/notifications.php:1402
9597
  msgid "No"
9598
  msgstr "Nein"
9599
 
9600
+ #: app/libraries/skins.php:1085
9601
  msgid "Select"
9602
  msgstr "Auswählen"
9603
 
9729
  msgid "The event is ongoing."
9730
  msgstr "Die Veranstaltung ist im Gange."
9731
 
9732
+ #: app/modules/googlemap/details.php:127
9733
  msgid "Address from ..."
9734
  msgstr "Adresse von..."
9735
 
9736
+ #: app/modules/googlemap/details.php:131
9737
  msgid "Get Directions"
9738
  msgstr "Wegbeschreibung"
9739
 
9740
+ #: app/modules/links/details.php:17 app/skins/single.php:887
9741
  msgid "Share this event"
9742
  msgstr "Diese Veranstaltung teilen"
9743
 
9792
  msgid "Go to occurrence page"
9793
  msgstr "Zum Event"
9794
 
9795
+ #: app/modules/next-event/details.php:139 app/skins/single.php:1177
9796
  #: app/skins/single/default.php:118 app/skins/single/default.php:352
9797
  #: app/skins/single/m1.php:40 app/skins/single/modern.php:216
9798
  msgid "Time"
9949
  msgid "Home"
9950
  msgstr ""
9951
 
9952
+ #: app/skins/single.php:971 app/skins/single/default.php:64
9953
  #: app/skins/single/m1.php:278 app/skins/single/m2.php:199
9954
  #: app/skins/single/modern.php:300
9955
  msgid "Sold out!"
9956
  msgstr "Ausverkauft!"
9957
 
9958
+ #: app/skins/single.php:1251 app/skins/single.php:1310
9959
  #: app/skins/single/default.php:254 app/skins/single/default.php:487
9960
  #: app/skins/single/m1.php:112 app/skins/single/m2.php:35
9961
  #: app/skins/single/modern.php:58
9962
  msgid "Phone"
9963
  msgstr "Phone"
9964
 
9965
+ #: app/skins/single.php:1400
9966
  msgid "Speakers:"
9967
  msgstr "Veranstalter"
9968
 
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-10-20 18:11+0330\n"
5
- "PO-Revision-Date: 2020-10-20 18:12+0330\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
@@ -18,8 +18,8 @@ msgstr ""
18
 
19
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
20
  #: app/features/ix/import.php:37 app/features/ix/import.php:55
21
- #: app/features/ix/thirdparty.php:26 app/features/mec.php:1152
22
- #: app/features/mec.php:1182 app/features/mec/dashboard.php:63
23
  #: app/widgets/MEC.php:33
24
  msgid "Modern Events Calendar"
25
  msgstr ""
@@ -76,7 +76,7 @@ msgid "Select Shortcode"
76
  msgstr ""
77
 
78
  #: app/features/colors.php:50 app/features/fes/form.php:915
79
- #: app/features/mec/settings.php:763
80
  msgid "Event Color"
81
  msgstr ""
82
 
@@ -87,14 +87,14 @@ msgstr ""
87
  #: app/features/contextual.php:55 app/features/mec.php:474
88
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
89
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
90
- #: app/libraries/main.php:615
91
  msgid "Settings"
92
  msgstr ""
93
 
94
  #: app/features/contextual.php:62 app/features/events.php:1617
95
- #: app/features/events.php:2492 app/features/mec/booking.php:605
96
- #: app/features/mec/booking.php:853 app/features/mec/support.php:29
97
- #: app/libraries/main.php:570
98
  msgid "Booking Form"
99
  msgstr ""
100
 
@@ -108,8 +108,8 @@ msgid ""
108
  msgstr ""
109
 
110
  #: app/features/contextual.php:70 app/features/events.php:1625
111
- #: app/features/mec/booking.php:797 app/features/mec/support-page.php:115
112
- #: app/features/mec/support.php:36 app/libraries/main.php:571
113
  msgid "Payment Gateways"
114
  msgstr ""
115
 
@@ -122,7 +122,7 @@ msgstr ""
122
 
123
  #: app/features/contextual.php:77 app/features/events.php:352
124
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
125
- #: app/libraries/main.php:763
126
  msgid "Notifications"
127
  msgstr ""
128
 
@@ -186,12 +186,12 @@ msgid ""
186
  msgstr ""
187
 
188
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
189
- #: app/features/mec/support-page.php:97 app/libraries/main.php:537
190
  msgid "General Options"
191
  msgstr ""
192
 
193
- #: app/features/contextual.php:139 app/features/mec/settings.php:482
194
- #: app/libraries/main.php:539
195
  msgid "Slugs/Permalinks"
196
  msgstr ""
197
 
@@ -199,8 +199,8 @@ msgstr ""
199
  msgid "Event Details/Single Event Page"
200
  msgstr ""
201
 
202
- #: app/features/contextual.php:166 app/features/mec/settings.php:514
203
- #: app/libraries/main.php:540
204
  msgid "Currency Options"
205
  msgstr ""
206
 
@@ -208,18 +208,18 @@ msgstr ""
208
  msgid "Google Maps Options"
209
  msgstr ""
210
 
211
- #: app/features/contextual.php:244 app/features/mec/settings.php:571
212
- #: app/libraries/main.php:541
213
  msgid "Google Recaptcha Options"
214
  msgstr ""
215
 
216
  #: app/features/contextual.php:258 app/features/mec/single.php:248
217
- #: app/libraries/main.php:556
218
  msgid "Countdown Options"
219
  msgstr ""
220
 
221
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
222
- #: app/libraries/main.php:581
223
  msgid "Social Networks"
224
  msgstr ""
225
 
@@ -227,36 +227,36 @@ msgstr ""
227
  msgid "Next Event Module"
228
  msgstr ""
229
 
230
- #: app/features/contextual.php:286 app/features/mec/settings.php:611
231
- #: app/features/mec/support-page.php:98 app/libraries/main.php:542
232
  msgid "Frontend Event Submission"
233
  msgstr ""
234
 
235
  #: app/features/contextual.php:298 app/features/events.php:345
236
- #: app/libraries/main.php:557
237
  msgid "Exceptional Days"
238
  msgstr ""
239
 
240
  #: app/features/contextual.php:308 app/features/events.php:315
241
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
242
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
243
- #: app/libraries/main.php:565 app/libraries/main.php:595
244
- #: app/libraries/main.php:680
245
  msgid "Booking"
246
  msgstr ""
247
 
248
- #: app/features/contextual.php:318 app/features/mec/booking.php:427
249
- #: app/features/mec/booking.php:813 app/libraries/main.php:567
250
  msgid "Coupons"
251
  msgstr ""
252
 
253
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
254
- #: app/libraries/main.php:583
255
  msgid "BuddyPress Integration"
256
  msgstr ""
257
 
258
- #: app/features/contextual.php:334 app/features/mec/settings.php:1000
259
- #: app/libraries/main.php:545
260
  msgid "Mailchimp Integration"
261
  msgstr ""
262
 
@@ -265,7 +265,7 @@ msgid "MEC Activation"
265
  msgstr ""
266
 
267
  #: app/features/dlfile.php:121 app/features/events.php:1622
268
- #: app/features/mec/booking.php:347 app/features/mec/settings.php:835
269
  msgid "Downloadable File"
270
  msgstr ""
271
 
@@ -296,8 +296,8 @@ msgid "File uploaded!"
296
  msgstr ""
297
 
298
  #: app/features/events.php:167 app/features/ix/export.php:34
299
- #: app/features/mec/dashboard.php:265 app/libraries/main.php:5456
300
- #: app/libraries/main.php:5476 app/skins/daily_view/tpl.php:82
301
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
302
  #: app/skins/yearly_view/tpl.php:71
303
  msgid "Events"
@@ -357,11 +357,11 @@ msgstr ""
357
  #: app/features/mec/meta_boxes/search_form.php:584
358
  #: app/features/mec/meta_boxes/search_form.php:654
359
  #: app/features/mec/meta_boxes/search_form.php:760
360
- #: app/features/mec/settings.php:907 app/features/mec/settings.php:953
361
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
362
- #: app/features/search.php:68 app/libraries/main.php:6209
363
- #: app/libraries/main.php:6263 app/libraries/skins.php:932
364
- #: app/skins/single.php:992 app/skins/single/default.php:219
365
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
366
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
367
  msgid "Category"
@@ -370,8 +370,8 @@ msgstr ""
370
  #: app/features/events.php:193 app/features/events.php:3526
371
  #: app/features/fes/form.php:865 app/features/mec.php:462
372
  #: app/features/mec/meta_boxes/filter.php:69
373
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6208
374
- #: app/libraries/main.php:6262
375
  msgid "Categories"
376
  msgstr ""
377
 
@@ -460,7 +460,7 @@ msgid "Event Data"
460
  msgstr ""
461
 
462
  #: app/features/events.php:346 app/features/events.php:1360
463
- #: app/features/mec/settings.php:793 app/skins/single.php:1385
464
  msgid "Hourly Schedule"
465
  msgstr ""
466
 
@@ -487,23 +487,23 @@ msgstr ""
487
  #: app/features/mec/meta_boxes/search_form.php:599
488
  #: app/features/mec/meta_boxes/search_form.php:669
489
  #: app/features/mec/meta_boxes/search_form.php:775
490
- #: app/features/mec/settings.php:965 app/features/mec/single.php:335
491
  #: app/features/mec/single.php:377 app/features/organizers.php:58
492
  #: app/features/organizers.php:204 app/features/organizers.php:260
493
  #: app/features/organizers.php:262 app/features/organizers.php:271
494
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
495
- #: app/features/search.php:80 app/libraries/main.php:6215
496
- #: app/libraries/main.php:6269 app/libraries/skins.php:984
497
- #: app/skins/single.php:1240 app/skins/single/default.php:244
498
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
499
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
500
  msgid "Organizer"
501
  msgstr ""
502
 
503
  #: app/features/events.php:350 app/features/events.php:1165
504
- #: app/features/fes/form.php:836 app/features/mec/settings.php:904
505
- #: app/libraries/main.php:6246 app/libraries/main.php:6295
506
- #: app/skins/single.php:1018 app/skins/single/default.php:142
507
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
508
  #: app/skins/single/modern.php:237
509
  msgid "Cost"
@@ -526,7 +526,7 @@ msgstr ""
526
  #: app/features/fes/form.php:795 app/features/labels.php:178
527
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
528
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
529
- #: app/libraries/notifications.php:1379 app/modules/booking/steps/form.php:61
530
  msgid "Name"
531
  msgstr ""
532
 
@@ -534,15 +534,15 @@ msgstr ""
534
  #: app/features/events.php:2549 app/features/events.php:2638
535
  #: app/features/events.php:4089 app/features/fes.php:243
536
  #: app/features/fes/form.php:791 app/features/login/login.php:5
537
- #: app/features/mec/booking.php:65 app/features/mec/booking.php:643
538
- #: app/features/mec/booking.php:739 app/features/mec/single.php:191
539
  #: app/features/organizers.php:111 app/features/organizers.php:152
540
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
541
- #: app/features/speakers.php:204 app/libraries/main.php:1838
542
- #: app/libraries/main.php:1907 app/libraries/main.php:3307
543
- #: app/libraries/notifications.php:1380 app/modules/booking/steps/form.php:70
544
- #: app/modules/booking/steps/form.php:208 app/skins/single.php:1257
545
- #: app/skins/single.php:1316 app/skins/single/default.php:261
546
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
547
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
548
  msgid "Email"
@@ -562,7 +562,7 @@ msgstr ""
562
  #: app/features/events.php:3574 app/features/events.php:3762
563
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
564
  #: app/features/ix.php:3980 app/features/ix.php:4022
565
- #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1340
566
  #: app/features/mec/meta_boxes/display_options.php:52
567
  #: app/features/mec/meta_boxes/display_options.php:295
568
  #: app/features/mec/meta_boxes/display_options.php:549
@@ -586,7 +586,7 @@ msgstr ""
586
  #: app/features/events.php:3575 app/features/events.php:3762
587
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
588
  #: app/features/ix.php:3980 app/features/ix.php:4022
589
- #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1341
590
  #: app/features/popup/event.php:92
591
  msgid "End Date"
592
  msgstr ""
@@ -625,13 +625,13 @@ msgstr ""
625
  #: app/features/events.php:2408 app/features/events.php:2421
626
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
627
  #: app/features/locations.php:336 app/features/mec/booking.php:117
628
- #: app/features/mec/booking.php:139 app/features/mec/booking.php:211
629
- #: app/features/mec/booking.php:278 app/features/mec/booking.php:291
630
- #: app/features/mec/booking.php:308 app/features/mec/booking.php:348
631
- #: app/features/mec/booking.php:472 app/features/mec/booking.php:501
632
- #: app/features/mec/booking.php:549 app/features/mec/booking.php:559
633
- #: app/features/mec/booking.php:581 app/features/mec/booking.php:591
634
- #: app/features/mec/booking.php:829 app/features/mec/booking.php:855
635
  #: app/features/mec/dashboard.php:71
636
  #: app/features/mec/meta_boxes/display_options.php:85
637
  #: app/features/mec/meta_boxes/display_options.php:98
@@ -668,31 +668,31 @@ msgstr ""
668
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
669
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
670
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
671
- #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:205
672
- #: app/features/mec/notifications.php:324
673
- #: app/features/mec/notifications.php:449
674
- #: app/features/mec/notifications.php:570
675
- #: app/features/mec/notifications.php:693
676
- #: app/features/mec/notifications.php:704
677
- #: app/features/mec/notifications.php:828
678
- #: app/features/mec/notifications.php:912 app/features/mec/settings.php:73
679
- #: app/features/mec/settings.php:92 app/features/mec/settings.php:139
680
- #: app/features/mec/settings.php:174 app/features/mec/settings.php:195
681
- #: app/features/mec/settings.php:240 app/features/mec/settings.php:283
682
- #: app/features/mec/settings.php:360 app/features/mec/settings.php:437
683
- #: app/features/mec/settings.php:454 app/features/mec/settings.php:471
684
- #: app/features/mec/settings.php:490 app/features/mec/settings.php:504
685
- #: app/features/mec/settings.php:532 app/features/mec/settings.php:623
686
- #: app/features/mec/settings.php:875 app/features/mec/settings.php:891
687
- #: app/features/mec/settings.php:1015 app/features/mec/settings.php:1028
688
- #: app/features/mec/settings.php:1044 app/features/mec/single.php:46
689
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
690
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
691
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
692
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
693
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
694
  #: app/features/organizers.php:272 app/features/popup/event.php:126
695
- #: app/features/popup/event.php:173 app/skins/single.php:1103
696
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
697
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
698
  #: app/skins/single/modern.php:163
@@ -736,7 +736,7 @@ msgid "Repeats"
736
  msgstr ""
737
 
738
  #: app/features/events.php:665 app/features/fes/form.php:372
739
- #: app/features/mec.php:1343 app/skins/default_full_calendar/tpl.php:77
740
  #: app/skins/full_calendar/tpl.php:124
741
  msgid "Daily"
742
  msgstr ""
@@ -760,13 +760,13 @@ msgid "Weekly"
760
  msgstr ""
761
 
762
  #: app/features/events.php:700 app/features/fes/form.php:377
763
- #: app/features/mec.php:1344 app/skins/default_full_calendar/tpl.php:75
764
  #: app/skins/full_calendar/tpl.php:122
765
  msgid "Monthly"
766
  msgstr ""
767
 
768
  #: app/features/events.php:707 app/features/fes/form.php:378
769
- #: app/features/mec.php:1345 app/skins/default_full_calendar/tpl.php:74
770
  #: app/skins/full_calendar/tpl.php:121
771
  msgid "Yearly"
772
  msgstr ""
@@ -864,7 +864,7 @@ msgid "On"
864
  msgstr ""
865
 
866
  #: app/features/events.php:1117 app/features/fes/form.php:741
867
- #: app/features/mec/booking.php:169
868
  msgid "After"
869
  msgstr ""
870
 
@@ -885,8 +885,8 @@ msgstr ""
885
 
886
  #: app/features/events.php:1161 app/features/events.php:3762
887
  #: app/features/fes/form.php:833 app/features/ix.php:3980
888
- #: app/features/ix.php:4022 app/features/mec/settings.php:739
889
- #: app/libraries/main.php:6245 app/libraries/main.php:6294
890
  #: app/widgets/single.php:103
891
  msgid "Event Cost"
892
  msgstr ""
@@ -901,11 +901,11 @@ msgstr ""
901
 
902
  #: app/features/events.php:1269 app/features/events.php:2550
903
  #: app/features/events.php:2639 app/features/fes.php:243
904
- #: app/features/mec/booking.php:644 app/features/mec/booking.php:740
905
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
906
- #: app/features/wc.php:83 app/libraries/main.php:3394
907
  #: app/modules/booking/steps/tickets.php:103
908
- #: app/modules/next-event/details.php:134 app/skins/single.php:1076
909
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
910
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
911
  msgid "Date"
@@ -943,7 +943,7 @@ msgstr ""
943
  #: app/features/events.php:2397 app/features/events.php:3570
944
  #: app/features/events.php:3762 app/features/fes/form.php:256
945
  #: app/features/ix.php:3980 app/features/ix.php:4022
946
- #: app/features/mec/booking.php:541 app/features/mec/booking.php:573
947
  #: app/features/mec/styling.php:130
948
  msgid "Title"
949
  msgstr ""
@@ -954,16 +954,16 @@ msgstr ""
954
  #: app/features/events.php:2006 app/features/events.php:2143
955
  #: app/features/events.php:2242 app/features/events.php:2278
956
  #: app/features/events.php:2385 app/features/events.php:2427
957
- #: app/features/mec/booking.php:484 app/features/mec/booking.php:513
958
- #: app/features/mec/booking.php:564 app/features/mec/booking.php:596
959
- #: app/libraries/main.php:3229 app/libraries/main.php:3258
960
- #: app/libraries/main.php:3287 app/libraries/main.php:3316
961
- #: app/libraries/main.php:3345 app/libraries/main.php:3374
962
- #: app/libraries/main.php:3403 app/libraries/main.php:3432
963
- #: app/libraries/main.php:3461 app/libraries/main.php:3482
964
- #: app/libraries/main.php:3513 app/libraries/main.php:3559
965
- #: app/libraries/main.php:3605 app/libraries/main.php:3654
966
- #: app/libraries/main.php:3694
967
  msgid "Remove"
968
  msgstr ""
969
 
@@ -990,9 +990,9 @@ msgstr ""
990
  #: app/features/events.php:1425 app/features/events.php:1458
991
  #: app/features/events.php:1519 app/features/fes/form.php:959
992
  #: app/features/mec.php:470 app/features/mec/modules.php:51
993
- #: app/features/mec/settings.php:787 app/features/speakers.php:61
994
- #: app/libraries/main.php:575 app/libraries/main.php:6216
995
- #: app/libraries/main.php:6270 app/modules/speakers/details.php:18
996
  msgid "Speakers"
997
  msgstr ""
998
 
@@ -1001,13 +1001,13 @@ msgid "New Day"
1001
  msgstr ""
1002
 
1003
  #: app/features/events.php:1550 app/features/fes/form.php:810
1004
- #: app/features/mec/settings.php:733
1005
  msgid "Event Links"
1006
  msgstr ""
1007
 
1008
  #: app/features/events.php:1553 app/features/events.php:1561
1009
- #: app/features/fes/form.php:812 app/features/mec/settings.php:905
1010
- #: app/libraries/main.php:6243 app/libraries/main.php:6292
1011
  msgid "Event Link"
1012
  msgstr ""
1013
 
@@ -1028,8 +1028,8 @@ msgid "URL Shortener"
1028
  msgstr ""
1029
 
1030
  #: app/features/events.php:1571 app/features/events.php:1584
1031
- #: app/features/fes/form.php:817 app/libraries/main.php:6244
1032
- #: app/libraries/main.php:6293 app/skins/single.php:1102
1033
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1034
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1035
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
@@ -1041,12 +1041,12 @@ msgid "More Information"
1041
  msgstr ""
1042
 
1043
  #: app/features/events.php:1579 app/features/fes/form.php:821
1044
- #: app/features/mec.php:987 app/features/popup/shortcode.php:477
1045
  msgid "Current Window"
1046
  msgstr ""
1047
 
1048
  #: app/features/events.php:1580 app/features/fes/form.php:822
1049
- #: app/features/mec.php:988 app/features/popup/shortcode.php:481
1050
  msgid "New Window"
1051
  msgstr ""
1052
 
@@ -1056,7 +1056,7 @@ msgid ""
1056
  "Insert full link including http(s)://"
1057
  msgstr ""
1058
 
1059
- #: app/features/events.php:1608 app/features/mec/settings.php:801
1060
  msgid "Booking Options"
1061
  msgstr ""
1062
 
@@ -1065,7 +1065,7 @@ msgid "Total User Booking Limits"
1065
  msgstr ""
1066
 
1067
  #: app/features/events.php:1610 app/features/events.php:1814
1068
- #: app/libraries/book.php:61 app/libraries/main.php:6248
1069
  #: app/modules/booking/steps/tickets.php:134
1070
  #: app/modules/booking/steps/tickets.php:140
1071
  msgid "Tickets"
@@ -1076,11 +1076,11 @@ msgid "Fees"
1076
  msgstr ""
1077
 
1078
  #: app/features/events.php:1615 app/features/events.php:2311
1079
- #: app/features/mec/settings.php:813
1080
  msgid "Ticket Variations / Options"
1081
  msgstr ""
1082
 
1083
- #: app/features/events.php:1619 app/features/mec/booking.php:884
1084
  #: app/features/mec/support-page.php:118
1085
  msgid "Organizer Payment"
1086
  msgstr ""
@@ -1134,20 +1134,20 @@ msgid ""
1134
  "similar."
1135
  msgstr ""
1136
 
1137
- #: app/features/events.php:1743 app/features/mec/booking.php:145
1138
  msgid "Interval Options"
1139
  msgstr ""
1140
 
1141
  #: app/features/events.php:1745 app/features/events.php:1750
1142
- #: app/features/mec/booking.php:147 app/features/mec/booking.php:152
1143
  msgid "Show Booking Form Interval"
1144
  msgstr ""
1145
 
1146
- #: app/features/events.php:1747 app/features/mec/booking.php:149
1147
  msgid "Minutes (e.g 5)"
1148
  msgstr ""
1149
 
1150
- #: app/features/events.php:1751 app/features/mec/booking.php:153
1151
  msgid ""
1152
  "You can show booking form only at certain times before event start. If you "
1153
  "set this option to 30 then booking form will open only 30 minutes before "
@@ -1216,9 +1216,9 @@ msgstr ""
1216
  #: app/features/events.php:2058 app/features/events.php:2061
1217
  #: app/features/events.php:2139 app/features/events.php:2356
1218
  #: app/features/events.php:2360 app/features/events.php:2402
1219
- #: app/features/events.php:2405 app/features/mec/booking.php:545
1220
- #: app/features/mec/booking.php:548 app/features/mec/booking.php:577
1221
- #: app/features/mec/booking.php:580
1222
  msgid "Price"
1223
  msgstr ""
1224
 
@@ -1288,117 +1288,117 @@ msgstr ""
1288
  #: app/features/mec/meta_boxes/search_form.php:620
1289
  #: app/features/mec/meta_boxes/search_form.php:690
1290
  #: app/features/mec/meta_boxes/search_form.php:796
1291
- #: app/features/mec/settings.php:908 app/features/mec/settings.php:985
1292
  #: app/features/mec/single.php:349 app/features/mec/single.php:391
1293
- #: app/features/search.php:98 app/libraries/skins.php:1062
1294
  msgid "Label"
1295
  msgstr ""
1296
 
1297
  #: app/features/events.php:2216 app/features/events.php:2254
1298
- #: app/features/mec/booking.php:464 app/features/mec/booking.php:493
1299
  msgid "Fee Title"
1300
  msgstr ""
1301
 
1302
  #: app/features/events.php:2222 app/features/events.php:2226
1303
  #: app/features/events.php:2259 app/features/events.php:2262
1304
- #: app/features/mec/booking.php:468 app/features/mec/booking.php:471
1305
- #: app/features/mec/booking.php:497 app/features/mec/booking.php:500
1306
  msgid "Amount"
1307
  msgstr ""
1308
 
1309
  #: app/features/events.php:2227 app/features/events.php:2263
1310
- #: app/features/mec/booking.php:472 app/features/mec/booking.php:501
1311
  msgid ""
1312
  "Fee amount, considered as fixed amount if you set the type to amount "
1313
  "otherwise considered as percentage"
1314
  msgstr ""
1315
 
1316
  #: app/features/events.php:2236 app/features/events.php:2272
1317
- #: app/features/mec/booking.php:479 app/features/mec/booking.php:508
1318
  msgid "Percent"
1319
  msgstr ""
1320
 
1321
  #: app/features/events.php:2237 app/features/events.php:2273
1322
- #: app/features/mec/booking.php:480 app/features/mec/booking.php:509
1323
  msgid "Amount (Per Ticket)"
1324
  msgstr ""
1325
 
1326
  #: app/features/events.php:2238 app/features/events.php:2274
1327
- #: app/features/mec/booking.php:481 app/features/mec/booking.php:510
1328
  msgid "Amount (Per Booking)"
1329
  msgstr ""
1330
 
1331
  #: app/features/events.php:2361 app/features/events.php:2406
1332
- #: app/features/mec/booking.php:549 app/features/mec/booking.php:581
1333
  msgid "Option Price"
1334
  msgstr ""
1335
 
1336
  #: app/features/events.php:2371 app/features/events.php:2375
1337
  #: app/features/events.php:2415 app/features/events.php:2418
1338
- #: app/features/mec/booking.php:555 app/features/mec/booking.php:558
1339
- #: app/features/mec/booking.php:587 app/features/mec/booking.php:590
1340
  msgid "Maximum Per Ticket"
1341
  msgstr ""
1342
 
1343
  #: app/features/events.php:2376 app/features/events.php:2419
1344
- #: app/features/mec/booking.php:559 app/features/mec/booking.php:591
1345
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1346
  msgstr ""
1347
 
1348
- #: app/features/events.php:2516 app/features/mec/booking.php:607
1349
  msgid "Per Attendee Fields"
1350
  msgstr ""
1351
 
1352
- #: app/features/events.php:2546 app/features/mec/booking.php:640
1353
- #: app/libraries/main.php:3249
1354
  msgid "MEC Name"
1355
  msgstr ""
1356
 
1357
- #: app/features/events.php:2547 app/features/mec/booking.php:641
1358
- #: app/libraries/main.php:3278
1359
  msgid "MEC Email"
1360
  msgstr ""
1361
 
1362
  #: app/features/events.php:2548 app/features/events.php:2637
1363
- #: app/features/mec/booking.php:642 app/features/mec/booking.php:738
1364
- #: app/features/mec/single.php:190 app/libraries/main.php:3220
1365
  msgid "Text"
1366
  msgstr ""
1367
 
1368
  #: app/features/events.php:2551 app/features/events.php:2640
1369
- #: app/features/mec/booking.php:645 app/features/mec/booking.php:741
1370
  #: app/features/mec/single.php:194 app/features/organizers.php:103
1371
  #: app/features/organizers.php:148 app/features/speakers.php:119
1372
  #: app/features/speakers.php:200 app/features/speakers.php:285
1373
- #: app/libraries/main.php:3423
1374
  msgid "Tel"
1375
  msgstr ""
1376
 
1377
- #: app/features/events.php:2552 app/features/mec/booking.php:646
1378
- #: app/libraries/main.php:3365
1379
  msgid "File"
1380
  msgstr ""
1381
 
1382
  #: app/features/events.php:2553 app/features/events.php:2641
1383
- #: app/features/mec/booking.php:647 app/features/mec/booking.php:742
1384
- #: app/features/mec/single.php:195 app/libraries/main.php:3452
1385
  msgid "Textarea"
1386
  msgstr ""
1387
 
1388
  #: app/features/events.php:2554 app/features/events.php:2642
1389
- #: app/features/mec/booking.php:648 app/features/mec/booking.php:743
1390
- #: app/features/mec/single.php:197 app/libraries/main.php:3504
1391
  msgid "Checkboxes"
1392
  msgstr ""
1393
 
1394
  #: app/features/events.php:2555 app/features/events.php:2643
1395
- #: app/features/mec/booking.php:649 app/features/mec/booking.php:744
1396
- #: app/features/mec/single.php:198 app/libraries/main.php:3550
1397
  msgid "Radio Buttons"
1398
  msgstr ""
1399
 
1400
  #: app/features/events.php:2556 app/features/events.php:2644
1401
- #: app/features/mec/booking.php:650 app/features/mec/booking.php:745
1402
  #: app/features/mec/meta_boxes/search_form.php:34
1403
  #: app/features/mec/meta_boxes/search_form.php:41
1404
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1475,23 +1475,23 @@ msgstr ""
1475
  #: app/features/mec/meta_boxes/search_form.php:792
1476
  #: app/features/mec/meta_boxes/search_form.php:799
1477
  #: app/features/mec/meta_boxes/search_form.php:813
1478
- #: app/features/mec/single.php:199 app/libraries/main.php:3596
1479
  msgid "Dropdown"
1480
  msgstr ""
1481
 
1482
  #: app/features/events.php:2557 app/features/events.php:2645
1483
- #: app/features/mec/booking.php:651 app/features/mec/booking.php:746
1484
- #: app/libraries/main.php:3645
1485
  msgid "Agreement"
1486
  msgstr ""
1487
 
1488
  #: app/features/events.php:2558 app/features/events.php:2646
1489
- #: app/features/mec/booking.php:652 app/features/mec/booking.php:747
1490
- #: app/features/mec/single.php:196 app/libraries/main.php:3481
1491
  msgid "Paragraph"
1492
  msgstr ""
1493
 
1494
- #: app/features/events.php:2607 app/features/mec/booking.php:705
1495
  msgid "Fixed Fields"
1496
  msgstr ""
1497
 
@@ -1534,12 +1534,12 @@ msgstr ""
1534
  #: app/features/mec/meta_boxes/search_form.php:591
1535
  #: app/features/mec/meta_boxes/search_form.php:661
1536
  #: app/features/mec/meta_boxes/search_form.php:767
1537
- #: app/features/mec/settings.php:959 app/features/mec/single.php:339
1538
  #: app/features/mec/single.php:381 app/features/popup/event.php:116
1539
  #: app/features/popup/event.php:125 app/features/search.php:74
1540
- #: app/libraries/main.php:2577 app/libraries/main.php:6213
1541
- #: app/libraries/main.php:6267 app/libraries/skins.php:958
1542
- #: app/skins/single.php:919 app/skins/single.php:1362
1543
  #: app/skins/single/default.php:195 app/skins/single/default.php:428
1544
  #: app/skins/single/m1.php:173 app/skins/single/m2.php:96
1545
  #: app/skins/single/modern.php:116
@@ -1612,8 +1612,8 @@ msgid "%s Email"
1612
  msgstr ""
1613
 
1614
  #: app/features/events.php:4092 app/features/fes.php:243
1615
- #: app/features/profile/profile.php:183 app/libraries/main.php:2660
1616
- #: app/libraries/main.php:6247
1617
  msgid "Ticket"
1618
  msgstr ""
1619
 
@@ -1674,8 +1674,8 @@ msgstr ""
1674
  msgid "Order Time"
1675
  msgstr ""
1676
 
1677
- #: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:2608
1678
- #: app/libraries/main.php:2723
1679
  msgid "Transaction ID"
1680
  msgstr ""
1681
 
@@ -1745,8 +1745,8 @@ msgstr ""
1745
  msgid "Go back to events list"
1746
  msgstr ""
1747
 
1748
- #: app/features/fes/form.php:264 app/features/mec/settings.php:827
1749
- #: app/features/mec/settings.php:903
1750
  msgid "Excerpt"
1751
  msgstr ""
1752
 
@@ -1762,43 +1762,43 @@ msgstr ""
1762
 
1763
  #: app/features/fes/form.php:389
1764
  #: app/features/mec/meta_boxes/display_options.php:1309
1765
- #: app/libraries/main.php:415
1766
  msgid "Monday"
1767
  msgstr ""
1768
 
1769
  #: app/features/fes/form.php:390
1770
  #: app/features/mec/meta_boxes/display_options.php:1310
1771
- #: app/libraries/main.php:415
1772
  msgid "Tuesday"
1773
  msgstr ""
1774
 
1775
  #: app/features/fes/form.php:391
1776
  #: app/features/mec/meta_boxes/display_options.php:1311
1777
- #: app/libraries/main.php:415
1778
  msgid "Wednesday"
1779
  msgstr ""
1780
 
1781
  #: app/features/fes/form.php:392
1782
  #: app/features/mec/meta_boxes/display_options.php:1312
1783
- #: app/libraries/main.php:415
1784
  msgid "Thursday"
1785
  msgstr ""
1786
 
1787
  #: app/features/fes/form.php:393
1788
  #: app/features/mec/meta_boxes/display_options.php:1313
1789
- #: app/libraries/main.php:415
1790
  msgid "Friday"
1791
  msgstr ""
1792
 
1793
  #: app/features/fes/form.php:394
1794
  #: app/features/mec/meta_boxes/display_options.php:1314
1795
- #: app/libraries/main.php:415
1796
  msgid "Saturday"
1797
  msgstr ""
1798
 
1799
  #: app/features/fes/form.php:395
1800
  #: app/features/mec/meta_boxes/display_options.php:1308
1801
- #: app/libraries/main.php:415
1802
  msgid "Sunday"
1803
  msgstr ""
1804
 
@@ -1831,7 +1831,7 @@ msgid ""
1831
  "link including http(s)://"
1832
  msgstr ""
1833
 
1834
- #: app/features/fes/form.php:850 app/features/mec/settings.php:745
1835
  msgid "Featured Image"
1836
  msgstr ""
1837
 
@@ -1842,8 +1842,8 @@ msgstr ""
1842
  #: app/features/fes/form.php:891 app/features/labels.php:61
1843
  #: app/features/labels.php:221 app/features/mec.php:463
1844
  #: app/features/mec/meta_boxes/filter.php:72
1845
- #: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:6210
1846
- #: app/libraries/main.php:6264 app/skins/single.php:1132
1847
  #: app/skins/single/default.php:173 app/skins/single/default.php:405
1848
  #: app/skins/single/m1.php:76 app/skins/single/modern.php:252
1849
  msgid "Labels"
@@ -1905,7 +1905,7 @@ msgid "MEC - Import / Export"
1905
  msgstr ""
1906
 
1907
  #: app/features/ix.php:107 app/features/mec/support.php:73
1908
- #: app/libraries/main.php:823
1909
  msgid "Import / Export"
1910
  msgstr ""
1911
 
@@ -1921,27 +1921,27 @@ msgstr ""
1921
  msgid "An error occurred during the file upload! Please check permissions!"
1922
  msgstr ""
1923
 
1924
- #: app/features/ix.php:265 app/libraries/main.php:6495
1925
- #: app/libraries/main.php:6515
1926
  msgid "Confirmed"
1927
  msgstr ""
1928
 
1929
- #: app/features/ix.php:266 app/libraries/main.php:6496
1930
- #: app/libraries/main.php:6523
1931
  msgid "Rejected"
1932
  msgstr ""
1933
 
1934
- #: app/features/ix.php:270 app/features/mec/booking.php:991
1935
- #: app/features/mec/booking.php:1013 app/features/mec/modules.php:415
1936
- #: app/features/mec/modules.php:437 app/features/mec/notifications.php:1046
1937
- #: app/features/mec/notifications.php:1068 app/features/mec/settings.php:1269
1938
- #: app/features/mec/settings.php:1291 app/features/mec/single.php:446
1939
- #: app/features/mec/single.php:468 app/libraries/main.php:6543
1940
  msgid "Verified"
1941
  msgstr ""
1942
 
1943
  #: app/features/ix.php:271 app/features/labels.php:118
1944
- #: app/features/labels.php:143 app/libraries/main.php:6544
1945
  #: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
1946
  #: app/skins/carousel/render.php:38 app/skins/countdown/tpl.php:40
1947
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
@@ -2206,16 +2206,16 @@ msgstr ""
2206
  #: app/features/ix/export_g_calendar.php:72
2207
  #: app/features/ix/export_g_calendar.php:151
2208
  #: app/features/ix/export_g_calendar.php:166
2209
- #: app/features/mec/notifications.php:149
2210
- #: app/features/mec/notifications.php:260
2211
- #: app/features/mec/notifications.php:385
2212
- #: app/features/mec/notifications.php:758 app/features/notifications.php:133
2213
  msgid "Add to Google Calendar"
2214
  msgstr ""
2215
 
2216
- #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:993
2217
- #: app/features/mec/modules.php:417 app/features/mec/notifications.php:1048
2218
- #: app/features/mec/settings.php:1271 app/features/mec/single.php:448
2219
  msgid "Checking ..."
2220
  msgstr ""
2221
 
@@ -2259,9 +2259,9 @@ msgid "ICS Feed"
2259
  msgstr ""
2260
 
2261
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2262
- #: app/features/mec/booking.php:99 app/features/mec/booking.php:414
2263
- #: app/features/mec/booking.php:430 app/features/mec/booking.php:448
2264
- #: app/features/mec/booking.php:525
2265
  #: app/features/mec/meta_boxes/display_options.php:229
2266
  #: app/features/mec/meta_boxes/display_options.php:496
2267
  #: app/features/mec/modules.php:69 app/features/mec/modules.php:211
@@ -2272,8 +2272,8 @@ msgstr ""
2272
 
2273
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2274
  #: app/features/ix/sync.php:22 app/features/mec/booking.php:99
2275
- #: app/features/mec/booking.php:414 app/features/mec/booking.php:430
2276
- #: app/features/mec/booking.php:448 app/features/mec/booking.php:525
2277
  #: app/features/mec/meta_boxes/display_options.php:229
2278
  #: app/features/mec/meta_boxes/display_options.php:496
2279
  #: app/features/mec/meta_boxes/display_options.php:537
@@ -2476,7 +2476,7 @@ msgstr ""
2476
 
2477
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2478
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2479
- #: app/features/mec/notifications.php:646
2480
  msgid "Important Note"
2481
  msgstr ""
2482
 
@@ -2671,8 +2671,8 @@ msgstr ""
2671
 
2672
  #: app/features/locations.php:59 app/features/mec.php:464
2673
  #: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
2674
- #: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:6212
2675
- #: app/libraries/main.php:6266
2676
  msgid "Locations"
2677
  msgstr ""
2678
 
@@ -2747,7 +2747,7 @@ msgstr ""
2747
  msgid "eg. City Hall"
2748
  msgstr ""
2749
 
2750
- #: app/features/locations.php:347 app/features/mec/settings.php:775
2751
  #: app/features/popup/event.php:143 app/widgets/single.php:115
2752
  msgid "Event Location"
2753
  msgstr ""
@@ -2782,8 +2782,8 @@ msgstr ""
2782
  msgid "Don't show map in single event page"
2783
  msgstr ""
2784
 
2785
- #: app/features/locations.php:398 app/libraries/main.php:6250
2786
- #: app/libraries/main.php:6297
2787
  msgid "Other Locations"
2788
  msgstr ""
2789
 
@@ -2856,7 +2856,7 @@ msgstr ""
2856
  #: app/features/mec.php:465 app/features/mec/dashboard.php:286
2857
  #: app/features/mec/meta_boxes/filter.php:71
2858
  #: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
2859
- #: app/libraries/main.php:6214 app/libraries/main.php:6268
2860
  msgid "Organizers"
2861
  msgstr ""
2862
 
@@ -2889,7 +2889,7 @@ msgstr ""
2889
  msgid "MEC - Go Pro"
2890
  msgstr ""
2891
 
2892
- #: app/features/mec.php:482 app/features/mec.php:1260
2893
  #: app/features/mec/go-pro.php:9
2894
  msgid "Go Pro"
2895
  msgstr ""
@@ -2930,89 +2930,89 @@ msgstr ""
2930
  msgid "Search Form"
2931
  msgstr ""
2932
 
2933
- #: app/features/mec.php:968
2934
  msgid "Display content's images as Popup"
2935
  msgstr ""
2936
 
2937
- #: app/features/mec.php:982 app/features/popup/shortcode.php:473
2938
  msgid "Single Event Display Method"
2939
  msgstr ""
2940
 
2941
- #: app/features/mec.php:989 app/features/popup/shortcode.php:485
2942
  msgid "Modal Popup"
2943
  msgstr ""
2944
 
2945
- #: app/features/mec.php:990
2946
  msgid "Disable Link"
2947
  msgstr ""
2948
 
2949
- #: app/features/mec.php:1003
2950
  msgid "Booking Button / Icon"
2951
  msgstr ""
2952
 
2953
- #: app/features/mec.php:1163 app/features/mec.php:1273
2954
  msgid "Total Bookings"
2955
  msgstr ""
2956
 
2957
- #: app/features/mec.php:1182 app/features/mec/dashboard.php:63
2958
  msgid "Modern Events Calendar (Lite)"
2959
  msgstr ""
2960
 
2961
- #: app/features/mec.php:1191 app/features/mec/dashboard.php:297
2962
- #: app/features/mec/settings.php:448
2963
  msgid "Upcoming Events"
2964
  msgstr ""
2965
 
2966
- #: app/features/mec.php:1246
2967
  msgid "News & Updates"
2968
  msgstr ""
2969
 
2970
- #: app/features/mec.php:1259
2971
  msgid "Blog"
2972
  msgstr ""
2973
 
2974
- #: app/features/mec.php:1259
2975
  msgid "Help"
2976
  msgstr ""
2977
 
2978
- #: app/features/mec.php:1306
2979
  msgid "This Month"
2980
  msgstr ""
2981
 
2982
- #: app/features/mec.php:1313
2983
  msgid "Last Month"
2984
  msgstr ""
2985
 
2986
- #: app/features/mec.php:1320
2987
  msgid "This Year"
2988
  msgstr ""
2989
 
2990
- #: app/features/mec.php:1327
2991
  msgid "Last Year"
2992
  msgstr ""
2993
 
2994
- #: app/features/mec.php:1348
2995
  msgid "Bar"
2996
  msgstr ""
2997
 
2998
- #: app/features/mec.php:1349
2999
  msgid "Line"
3000
  msgstr ""
3001
 
3002
- #: app/features/mec.php:1351
3003
  msgid "Filter"
3004
  msgstr ""
3005
 
3006
- #: app/features/mec.php:1367
3007
  #, php-format
3008
  msgid "Total Sells (%s)"
3009
  msgstr ""
3010
 
3011
- #: app/features/mec.php:1395
3012
  msgid "Print Calendar"
3013
  msgstr ""
3014
 
3015
- #: app/features/mec.php:1410
3016
  msgid "Display Events"
3017
  msgstr ""
3018
 
@@ -3040,21 +3040,21 @@ msgstr ""
3040
  msgid "Search..."
3041
  msgstr ""
3042
 
3043
- #: app/features/mec/booking.php:80 app/features/mec/booking.php:753
3044
- #: app/features/mec/booking.php:909 app/features/mec/booking.php:918
3045
- #: app/features/mec/booking.php:928 app/features/mec/booking.php:1010
3046
- #: app/features/mec/booking.php:1024 app/features/mec/messages.php:15
3047
  #: app/features/mec/messages.php:51 app/features/mec/messages.php:60
3048
  #: app/features/mec/messages.php:94 app/features/mec/messages.php:103
3049
  #: app/features/mec/modules.php:25 app/features/mec/modules.php:382
3050
  #: app/features/mec/modules.php:392 app/features/mec/modules.php:434
3051
  #: app/features/mec/modules.php:448 app/features/mec/notifications.php:14
3052
- #: app/features/mec/notifications.php:953
3053
- #: app/features/mec/notifications.php:965
3054
- #: app/features/mec/notifications.php:1065
3055
- #: app/features/mec/notifications.php:1079 app/features/mec/settings.php:42
3056
- #: app/features/mec/settings.php:1220 app/features/mec/settings.php:1230
3057
- #: app/features/mec/settings.php:1288 app/features/mec/settings.php:1302
3058
  #: app/features/mec/single.php:21 app/features/mec/single.php:413
3059
  #: app/features/mec/single.php:423 app/features/mec/single.php:465
3060
  #: app/features/mec/single.php:479 app/features/mec/styles.php:11
@@ -3097,13 +3097,13 @@ msgstr ""
3097
  msgid "Default is 6"
3098
  msgstr ""
3099
 
3100
- #: app/features/mec/booking.php:130 app/features/mec/booking.php:138
3101
  msgid "Lock Pre-filled Fields"
3102
  msgstr ""
3103
 
3104
- #: app/features/mec/booking.php:133 app/features/mec/booking.php:187
3105
- #: app/features/mec/booking.php:254 app/features/mec/booking.php:823
3106
- #: app/features/mec/booking.php:848
3107
  #: app/features/mec/meta_boxes/search_form.php:33
3108
  #: app/features/mec/meta_boxes/search_form.php:40
3109
  #: app/features/mec/meta_boxes/search_form.php:48
@@ -3202,57 +3202,61 @@ msgstr ""
3202
  #: app/features/mec/meta_boxes/search_form.php:805
3203
  #: app/features/mec/meta_boxes/search_form.php:812
3204
  #: app/features/mec/meta_boxes/search_form.php:819
3205
- #: app/features/mec/modules.php:124 app/features/mec/settings.php:104
3206
- #: app/features/mec/settings.php:466
3207
  msgid "Disabled"
3208
  msgstr ""
3209
 
3210
- #: app/features/mec/booking.php:134 app/features/mec/booking.php:186
3211
- #: app/features/mec/booking.php:253 app/features/mec/booking.php:822
3212
- #: app/features/mec/booking.php:849 app/features/mec/settings.php:105
3213
  msgid "Enabled"
3214
  msgstr ""
3215
 
3216
- #: app/features/mec/booking.php:139
 
 
 
 
3217
  msgid ""
3218
  "When users are logged in, name and email fields will be pre-filled but users "
3219
  "can change them. If you enable the lock, then logged in users cannot change "
3220
  "the pre-filled fields."
3221
  msgstr ""
3222
 
3223
- #: app/features/mec/booking.php:160 app/features/mec/booking.php:174
3224
  msgid "Cancellation Period"
3225
  msgstr ""
3226
 
3227
- #: app/features/mec/booking.php:162
3228
  msgid "e.g 5"
3229
  msgstr ""
3230
 
3231
- #: app/features/mec/booking.php:163
3232
  msgid "Period"
3233
  msgstr ""
3234
 
3235
- #: app/features/mec/booking.php:164
3236
  msgid "Hour(s)"
3237
  msgstr ""
3238
 
3239
- #: app/features/mec/booking.php:165
3240
  msgid "Day(s)"
3241
  msgstr ""
3242
 
3243
- #: app/features/mec/booking.php:167
3244
  msgid "Type"
3245
  msgstr ""
3246
 
3247
- #: app/features/mec/booking.php:168
3248
  msgid "Before"
3249
  msgstr ""
3250
 
3251
- #: app/features/mec/booking.php:171
3252
  msgid "Event Start"
3253
  msgstr ""
3254
 
3255
- #: app/features/mec/booking.php:175
3256
  msgid ""
3257
  "You can restrict the ability to cancel bookings. Leave empty for "
3258
  "cancellation at any time. For example if you insert 5 hours before event "
@@ -3260,55 +3264,55 @@ msgid ""
3260
  "after that they're not able to do that."
3261
  msgstr ""
3262
 
3263
- #: app/features/mec/booking.php:181
3264
  msgid "User Registration"
3265
  msgstr ""
3266
 
3267
- #: app/features/mec/booking.php:183 app/features/mec/booking.php:191
3268
  #: app/modules/booking/steps/form.php:330
3269
  msgid "Registration"
3270
  msgstr ""
3271
 
3272
- #: app/features/mec/booking.php:192
3273
  msgid ""
3274
  "If enabled MEC would create a WordPress User for main attendees. It's "
3275
  "recommended to keep it enabled."
3276
  msgstr ""
3277
 
3278
- #: app/features/mec/booking.php:200 app/features/mec/booking.php:210
3279
  msgid "User Role"
3280
  msgstr ""
3281
 
3282
- #: app/features/mec/booking.php:211
3283
  msgid ""
3284
  "MEC creates a user for main attendee after each booking. Default role of the "
3285
  "user is subscriber but you can change it if needed."
3286
  msgstr ""
3287
 
3288
- #: app/features/mec/booking.php:218 app/features/mec/booking.php:226
3289
  msgid "Username & Password"
3290
  msgstr ""
3291
 
3292
- #: app/features/mec/booking.php:221
3293
  msgid "Auto"
3294
  msgstr ""
3295
 
3296
- #: app/features/mec/booking.php:222
3297
  msgid "Manual"
3298
  msgstr ""
3299
 
3300
- #: app/features/mec/booking.php:227
3301
  msgid ""
3302
  "If you set it to manual option then users can insert a username and password "
3303
  "during the booking for registration otherwise MEC use their email and an "
3304
  "auto generated password."
3305
  msgstr ""
3306
 
3307
- #: app/features/mec/booking.php:235
3308
  msgid "Limitation"
3309
  msgstr ""
3310
 
3311
- #: app/features/mec/booking.php:237
3312
  #: app/features/mec/meta_boxes/display_options.php:140
3313
  #: app/features/mec/meta_boxes/display_options.php:417
3314
  #: app/features/mec/meta_boxes/display_options.php:589
@@ -3320,128 +3324,128 @@ msgstr ""
3320
  msgid "Limit"
3321
  msgstr ""
3322
 
3323
- #: app/features/mec/booking.php:239
3324
  msgid "Default is empty"
3325
  msgstr ""
3326
 
3327
- #: app/features/mec/booking.php:242
3328
  msgid "Booking Limit"
3329
  msgstr ""
3330
 
3331
- #: app/features/mec/booking.php:243
3332
  msgid ""
3333
  "Total tickets that a user can book. It is useful if you're providing free "
3334
  "tickets. Leave it empty for unlimited booking."
3335
  msgstr ""
3336
 
3337
- #: app/features/mec/booking.php:250 app/features/mec/booking.php:258
3338
  msgid "IP restriction"
3339
  msgstr ""
3340
 
3341
- #: app/features/mec/booking.php:259
3342
  msgid ""
3343
  "If you set limit for total tickets that users can book, MEC will use IP and "
3344
  "email to prevent users to book high tickets. You can disable the IP "
3345
  "restriction if you don't need it."
3346
  msgstr ""
3347
 
3348
- #: app/features/mec/booking.php:265 app/features/mec/booking.php:267
3349
- #: app/features/mec/booking.php:277 app/features/mec/settings.php:656
3350
- #: app/features/mec/settings.php:666
3351
  msgid "Thank You Page"
3352
  msgstr ""
3353
 
3354
- #: app/features/mec/booking.php:278
3355
  msgid ""
3356
  "User redirects to this page after booking. Leave it empty if you want to "
3357
  "disable it."
3358
  msgstr ""
3359
 
3360
- #: app/features/mec/booking.php:285 app/features/mec/booking.php:290
3361
- #: app/features/mec/settings.php:676 app/features/mec/settings.php:681
3362
  msgid "Thank You Page Time Interval"
3363
  msgstr ""
3364
 
3365
- #: app/features/mec/booking.php:287 app/features/mec/settings.php:678
3366
  msgid "2000 mean 2 seconds"
3367
  msgstr ""
3368
 
3369
- #: app/features/mec/booking.php:291 app/features/mec/settings.php:682
3370
  msgid ""
3371
  "Waiting time before redirecting to thank you page. It's in miliseconds so "
3372
  "2000 means 2 seconds."
3373
  msgstr ""
3374
 
3375
- #: app/features/mec/booking.php:297
3376
  msgid "Booking Elements"
3377
  msgstr ""
3378
 
3379
- #: app/features/mec/booking.php:303
3380
  msgid "Enable Express Attendees Form"
3381
  msgstr ""
3382
 
3383
- #: app/features/mec/booking.php:307
3384
  msgid "Attendees Form"
3385
  msgstr ""
3386
 
3387
- #: app/features/mec/booking.php:308
3388
  msgid ""
3389
  "Apply the info from the first attendee to all purchased ticket by that user. "
3390
  "Uncheck if you want every ticket to have its own attendee’s info."
3391
  msgstr ""
3392
 
3393
- #: app/features/mec/booking.php:321
3394
  msgid "Enable Invoice"
3395
  msgstr ""
3396
 
3397
- #: app/features/mec/booking.php:332
3398
  msgid "Enable Booking for Ongoing Events"
3399
  msgstr ""
3400
 
3401
- #: app/features/mec/booking.php:343
3402
  msgid "Enable Downloadable File"
3403
  msgstr ""
3404
 
3405
- #: app/features/mec/booking.php:348
3406
  msgid ""
3407
  "By enabling this feature, You can upload a file for each event and bookers "
3408
  "are able to download it after booking."
3409
  msgstr ""
3410
 
3411
- #: app/features/mec/booking.php:355
3412
  msgid "Email verification"
3413
  msgstr ""
3414
 
3415
- #: app/features/mec/booking.php:361
3416
  msgid "Auto verification for free bookings"
3417
  msgstr ""
3418
 
3419
- #: app/features/mec/booking.php:370
3420
  msgid "Auto verification for paid bookings"
3421
  msgstr ""
3422
 
3423
- #: app/features/mec/booking.php:374 app/features/mec/notifications.php:269
3424
- #: app/features/notifications.php:155 app/libraries/main.php:597
3425
  msgid "Booking Confirmation"
3426
  msgstr ""
3427
 
3428
- #: app/features/mec/booking.php:380
3429
  msgid "Auto confirmation for free bookings"
3430
  msgstr ""
3431
 
3432
- #: app/features/mec/booking.php:389
3433
  msgid "Auto confirmation for paid bookings"
3434
  msgstr ""
3435
 
3436
- #: app/features/mec/booking.php:398
3437
  msgid "Send confirmation email in auto confirmation mode"
3438
  msgstr ""
3439
 
3440
- #: app/features/mec/booking.php:411 app/libraries/main.php:566
3441
  msgid "Booking Shortcode"
3442
  msgstr ""
3443
 
3444
- #: app/features/mec/booking.php:419
3445
  #, php-format
3446
  msgid ""
3447
  "Booking module is available in the event details page but if you like to "
@@ -3450,7 +3454,7 @@ msgid ""
3450
  "into the page content and place the event id instead of 1."
3451
  msgstr ""
3452
 
3453
- #: app/features/mec/booking.php:420
3454
  #, php-format
3455
  msgid ""
3456
  "Also, you can insert %s if you like to show only one of the available "
@@ -3458,46 +3462,46 @@ msgid ""
3458
  "This parameter is optional."
3459
  msgstr ""
3460
 
3461
- #: app/features/mec/booking.php:435
3462
  msgid "Enable coupons module"
3463
  msgstr ""
3464
 
3465
- #: app/features/mec/booking.php:437
3466
  msgid ""
3467
  "After enabling and saving the settings, you should reload the page to see a "
3468
  "new menu on the Dashboard > Booking"
3469
  msgstr ""
3470
 
3471
- #: app/features/mec/booking.php:445 app/features/mec/booking.php:815
3472
- #: app/libraries/main.php:568
3473
  msgid "Taxes / Fees"
3474
  msgstr ""
3475
 
3476
- #: app/features/mec/booking.php:453
3477
  msgid "Enable taxes / fees module"
3478
  msgstr ""
3479
 
3480
- #: app/features/mec/booking.php:458
3481
  msgid "Add Fee"
3482
  msgstr ""
3483
 
3484
- #: app/features/mec/booking.php:522 app/libraries/main.php:569
3485
  msgid "Ticket Variations & Options"
3486
  msgstr ""
3487
 
3488
- #: app/features/mec/booking.php:530
3489
  msgid "Enable ticket options module"
3490
  msgstr ""
3491
 
3492
- #: app/features/mec/booking.php:535
3493
  msgid "Add Variation / Option"
3494
  msgstr ""
3495
 
3496
- #: app/features/mec/booking.php:805
3497
  msgid "Use WooCommerce as Payment System"
3498
  msgstr ""
3499
 
3500
- #: app/features/mec/booking.php:807
3501
  msgid ""
3502
  "By enabling this feature, tickets will be added to WooCommerce cart and all "
3503
  "payment process would be done by WooCommerce so all of MEC payment related "
@@ -3505,98 +3509,98 @@ msgid ""
3505
  "fields etc, you need to configure WooCommerce on your website."
3506
  msgstr ""
3507
 
3508
- #: app/features/mec/booking.php:809
3509
  msgid ""
3510
  "You cannot use following MEC features so you should use WooCommerc and its "
3511
  "addons if you need them."
3512
  msgstr ""
3513
 
3514
- #: app/features/mec/booking.php:811
3515
  msgid "Payment gateways"
3516
  msgstr ""
3517
 
3518
- #: app/features/mec/booking.php:812
3519
  msgid "Price per dates of tickets"
3520
  msgstr ""
3521
 
3522
- #: app/features/mec/booking.php:814
3523
  msgid "Ticket variations"
3524
  msgstr ""
3525
 
3526
- #: app/features/mec/booking.php:819
3527
  msgid "Automatically complete WooCommerce orders"
3528
  msgstr ""
3529
 
3530
- #: app/features/mec/booking.php:827
3531
  msgid "Auto WooCommerce orders"
3532
  msgstr ""
3533
 
3534
- #: app/features/mec/booking.php:828
3535
  msgid "It applies only to the orders that are related to MEC."
3536
  msgstr ""
3537
 
3538
- #: app/features/mec/booking.php:836
3539
  msgid "After Add to Cart"
3540
  msgstr ""
3541
 
3542
- #: app/features/mec/booking.php:839
3543
  msgid "Redirect to Cart"
3544
  msgstr ""
3545
 
3546
- #: app/features/mec/booking.php:840
3547
  msgid "Redirect to Checkout"
3548
  msgstr ""
3549
 
3550
- #: app/features/mec/booking.php:845
3551
  msgid "MEC Booking Form"
3552
  msgstr ""
3553
 
3554
- #: app/features/mec/booking.php:854
3555
  msgid ""
3556
  "If enabled then users should fill the booking form in MEC and then they will "
3557
  "be redirected to checkout."
3558
  msgstr ""
3559
 
3560
- #: app/features/mec/booking.php:880
3561
  msgid "Enable Organizer Payment Module"
3562
  msgstr ""
3563
 
3564
- #: app/features/mec/booking.php:885
3565
  msgid ""
3566
  "By enabling this module, organizers are able to insert their own payment "
3567
  "credentials for enabled gateways per event and receive the payments directly!"
3568
  msgstr ""
3569
 
3570
- #: app/features/mec/booking.php:895
3571
  msgid "Disable / Enable payment gateways per event"
3572
  msgstr ""
3573
 
3574
- #: app/features/mec/booking.php:899
3575
  msgid "Payment Gateways Per Event"
3576
  msgstr ""
3577
 
3578
- #: app/features/mec/booking.php:900
3579
  msgid ""
3580
  "By enabling this module, users are able to disable / enable payment gateways "
3581
  "per event"
3582
  msgstr ""
3583
 
3584
- #: app/features/mec/booking.php:988 app/features/mec/messages.php:78
3585
- #: app/features/mec/modules.php:412 app/features/mec/notifications.php:1043
3586
- #: app/features/mec/settings.php:1266 app/features/mec/single.php:443
3587
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3588
  msgid "Saved"
3589
  msgstr ""
3590
 
3591
- #: app/features/mec/booking.php:989 app/features/mec/messages.php:79
3592
- #: app/features/mec/modules.php:413 app/features/mec/notifications.php:1044
3593
- #: app/features/mec/settings.php:1267 app/features/mec/single.php:444
3594
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3595
  msgid "Settings Saved!"
3596
  msgstr ""
3597
 
3598
- #: app/features/mec/booking.php:1015 app/features/mec/modules.php:439
3599
- #: app/features/mec/notifications.php:1070 app/features/mec/settings.php:1293
3600
  #: app/features/mec/single.php:470
3601
  msgid "Please Refresh Page"
3602
  msgstr ""
@@ -3713,7 +3717,7 @@ msgid "Download Settings"
3713
  msgstr ""
3714
 
3715
  #: app/features/mec/messages.php:28 app/features/mec/support-page.php:102
3716
- #: app/features/mec/support.php:66 app/libraries/main.php:816
3717
  msgid "Messages"
3718
  msgstr ""
3719
 
@@ -3734,9 +3738,9 @@ msgstr ""
3734
  #: app/features/mec/meta_boxes/display_options.php:947
3735
  #: app/features/mec/meta_boxes/display_options.php:1272
3736
  #: app/features/mec/meta_boxes/display_options.php:1559
3737
- #: app/features/mec/settings.php:309 app/features/mec/settings.php:333
3738
- #: app/features/mec/settings.php:342 app/features/mec/settings.php:386
3739
- #: app/features/mec/settings.php:410 app/features/mec/settings.php:419
3740
  #: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
3741
  #: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
3742
  #: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
@@ -3747,8 +3751,8 @@ msgstr ""
3747
 
3748
  #: app/features/mec/meta_boxes/display_options.php:44
3749
  #: app/features/mec/meta_boxes/display_options.php:286
3750
- #: app/features/mec/settings.php:334 app/features/mec/settings.php:344
3751
- #: app/features/mec/settings.php:411 app/features/mec/settings.php:421
3752
  #: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
3753
  msgid "Minimal"
3754
  msgstr ""
@@ -3759,10 +3763,10 @@ msgstr ""
3759
  #: app/features/mec/meta_boxes/display_options.php:949
3760
  #: app/features/mec/meta_boxes/display_options.php:1270
3761
  #: app/features/mec/meta_boxes/display_options.php:1561
3762
- #: app/features/mec/settings.php:311 app/features/mec/settings.php:324
3763
- #: app/features/mec/settings.php:335 app/features/mec/settings.php:345
3764
- #: app/features/mec/settings.php:388 app/features/mec/settings.php:401
3765
- #: app/features/mec/settings.php:412 app/features/mec/settings.php:422
3766
  #: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
3767
  #: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
3768
  #: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
@@ -3770,13 +3774,13 @@ msgid "Modern"
3770
  msgstr ""
3771
 
3772
  #: app/features/mec/meta_boxes/display_options.php:46
3773
- #: app/features/mec/settings.php:336 app/features/mec/settings.php:413
3774
  #: app/features/popup/shortcode.php:83
3775
  msgid "Standard"
3776
  msgstr ""
3777
 
3778
  #: app/features/mec/meta_boxes/display_options.php:47
3779
- #: app/features/mec/settings.php:337 app/features/mec/settings.php:414
3780
  #: app/features/popup/shortcode.php:88
3781
  msgid "Accordion"
3782
  msgstr ""
@@ -4158,9 +4162,9 @@ msgstr ""
4158
  #: app/features/mec/meta_boxes/display_options.php:948
4159
  #: app/features/mec/meta_boxes/display_options.php:1271
4160
  #: app/features/mec/meta_boxes/display_options.php:1560
4161
- #: app/features/mec/settings.php:310 app/features/mec/settings.php:325
4162
- #: app/features/mec/settings.php:343 app/features/mec/settings.php:387
4163
- #: app/features/mec/settings.php:402 app/features/mec/settings.php:420
4164
  #: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
4165
  #: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
4166
  #: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
@@ -4170,8 +4174,8 @@ msgstr ""
4170
  #: app/features/mec/meta_boxes/display_options.php:288
4171
  #: app/features/mec/meta_boxes/display_options.php:687
4172
  #: app/features/mec/meta_boxes/display_options.php:951
4173
- #: app/features/mec/settings.php:313 app/features/mec/settings.php:346
4174
- #: app/features/mec/settings.php:390 app/features/mec/settings.php:423
4175
  #: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
4176
  #: app/features/popup/shortcode.php:219
4177
  msgid "Simple"
@@ -4185,8 +4189,8 @@ msgstr ""
4185
  #: app/features/mec/meta_boxes/display_options.php:290
4186
  #: app/features/mec/meta_boxes/display_options.php:686
4187
  #: app/features/mec/meta_boxes/display_options.php:950
4188
- #: app/features/mec/settings.php:312 app/features/mec/settings.php:348
4189
- #: app/features/mec/settings.php:389 app/features/mec/settings.php:425
4190
  #: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
4191
  #: app/features/popup/shortcode.php:214
4192
  msgid "Novel"
@@ -4236,28 +4240,28 @@ msgstr ""
4236
 
4237
  #: app/features/mec/meta_boxes/display_options.php:673
4238
  #: app/features/mec/meta_boxes/display_options.php:697
4239
- #: app/libraries/main.php:335 app/libraries/main.php:2056
4240
- #: app/libraries/main.php:2081
4241
  msgid "List View"
4242
  msgstr ""
4243
 
4244
  #: app/features/mec/meta_boxes/display_options.php:674
4245
  #: app/features/mec/meta_boxes/display_options.php:718
4246
- #: app/libraries/main.php:336 app/libraries/main.php:2057
4247
- #: app/libraries/main.php:2082
4248
  msgid "Grid View"
4249
  msgstr ""
4250
 
4251
  #: app/features/mec/meta_boxes/display_options.php:675
4252
  #: app/features/mec/meta_boxes/display_options.php:728
4253
- #: app/libraries/main.php:352
4254
  msgid "Tile View"
4255
  msgstr ""
4256
 
4257
  #: app/features/mec/meta_boxes/display_options.php:676
4258
  #: app/features/mec/meta_boxes/display_options.php:739
4259
- #: app/libraries/main.php:339 app/libraries/main.php:2050
4260
- #: app/libraries/main.php:2075
4261
  msgid "Yearly View"
4262
  msgstr ""
4263
 
@@ -4268,15 +4272,15 @@ msgstr ""
4268
 
4269
  #: app/features/mec/meta_boxes/display_options.php:678
4270
  #: app/features/mec/meta_boxes/display_options.php:788
4271
- #: app/libraries/main.php:342 app/libraries/main.php:2052
4272
- #: app/libraries/main.php:2077
4273
  msgid "Weekly View"
4274
  msgstr ""
4275
 
4276
  #: app/features/mec/meta_boxes/display_options.php:679
4277
  #: app/features/mec/meta_boxes/display_options.php:798
4278
- #: app/libraries/main.php:341 app/libraries/main.php:2053
4279
- #: app/libraries/main.php:2078
4280
  msgid "Daily View"
4281
  msgstr ""
4282
 
@@ -4688,7 +4692,7 @@ msgstr ""
4688
  msgid "Choose your desired authors for filtering the events."
4689
  msgstr ""
4690
 
4691
- #: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:449
4692
  msgid "Expired Events"
4693
  msgstr ""
4694
 
@@ -4752,11 +4756,11 @@ msgstr ""
4752
  #: app/features/mec/meta_boxes/search_form.php:606
4753
  #: app/features/mec/meta_boxes/search_form.php:676
4754
  #: app/features/mec/meta_boxes/search_form.php:782
4755
- #: app/features/mec/settings.php:972 app/features/mec/single.php:344
4756
  #: app/features/mec/single.php:386 app/features/search.php:86
4757
  #: app/features/speakers.php:60 app/features/speakers.php:283
4758
- #: app/libraries/main.php:6217 app/libraries/main.php:6271
4759
- #: app/libraries/skins.php:1010 app/modules/speakers/details.php:18
4760
  msgid "Speaker"
4761
  msgstr ""
4762
 
@@ -4771,9 +4775,9 @@ msgstr ""
4771
  #: app/features/mec/meta_boxes/search_form.php:613
4772
  #: app/features/mec/meta_boxes/search_form.php:683
4773
  #: app/features/mec/meta_boxes/search_form.php:789
4774
- #: app/features/mec/settings.php:979 app/features/mec/single.php:353
4775
  #: app/features/mec/single.php:395 app/features/search.php:92
4776
- #: app/libraries/skins.php:1036
4777
  msgid "Tag"
4778
  msgstr ""
4779
 
@@ -4861,7 +4865,7 @@ msgid ""
4861
  "new menu on the Dashboard > MEC"
4862
  msgstr ""
4863
 
4864
- #: app/features/mec/modules.php:66 app/libraries/main.php:576
4865
  msgid "Map Options"
4866
  msgstr ""
4867
 
@@ -4877,8 +4881,8 @@ msgstr ""
4877
  msgid "Google Map Options"
4878
  msgstr ""
4879
 
4880
- #: app/features/mec/modules.php:85 app/features/mec/settings.php:1015
4881
- #: app/features/mec/settings.php:1028
4882
  msgid "Required!"
4883
  msgstr ""
4884
 
@@ -4932,7 +4936,7 @@ msgstr ""
4932
  msgid "Check only if another plugin/theme is loading the Google Maps API"
4933
  msgstr ""
4934
 
4935
- #: app/features/mec/modules.php:167 app/libraries/main.php:577
4936
  msgid "Export Options"
4937
  msgstr ""
4938
 
@@ -4945,7 +4949,7 @@ msgstr ""
4945
  msgid "Google Calendar"
4946
  msgstr ""
4947
 
4948
- #: app/features/mec/modules.php:194 app/libraries/main.php:578
4949
  #: app/modules/local-time/details.php:45 app/modules/local-time/type1.php:42
4950
  #: app/widgets/single.php:99
4951
  msgid "Local Time"
@@ -4955,7 +4959,7 @@ msgstr ""
4955
  msgid "Show event time based on local time of visitor on event page"
4956
  msgstr ""
4957
 
4958
- #: app/features/mec/modules.php:208 app/libraries/main.php:579
4959
  #: app/modules/qrcode/details.php:38 app/widgets/single.php:155
4960
  msgid "QR Code"
4961
  msgstr ""
@@ -4964,7 +4968,7 @@ msgstr ""
4964
  msgid "Show QR code of event in details page and booking invoice"
4965
  msgstr ""
4966
 
4967
- #: app/features/mec/modules.php:226 app/libraries/main.php:580
4968
  #: app/modules/weather/darksky.php:15 app/modules/weather/weatherapi.php:16
4969
  msgid "Weather"
4970
  msgstr ""
@@ -4998,7 +5002,7 @@ msgstr ""
4998
  msgid "Show social network module"
4999
  msgstr ""
5000
 
5001
- #: app/features/mec/modules.php:299 app/libraries/main.php:582
5002
  #: app/modules/next-event/details.php:127
5003
  msgid "Next Event"
5004
  msgstr ""
@@ -5043,7 +5047,7 @@ msgstr ""
5043
  msgid "Add events menu to user profile"
5044
  msgstr ""
5045
 
5046
- #: app/features/mec/modules.php:369 app/libraries/main.php:584
5047
  msgid "LearnDash Integration"
5048
  msgstr ""
5049
 
@@ -5063,612 +5067,620 @@ msgstr ""
5063
  msgid "Sent to attendee after booking to notify them."
5064
  msgstr ""
5065
 
5066
- #: app/features/mec/notifications.php:46 app/features/mec/notifications.php:161
5067
- #: app/features/mec/notifications.php:280
5068
- #: app/features/mec/notifications.php:405
5069
- #: app/features/mec/notifications.php:526
5070
- #: app/features/mec/notifications.php:649
5071
- #: app/features/mec/notifications.php:784
5072
- #: app/features/mec/notifications.php:868 app/features/mec/report.php:62
5073
  #: app/features/notifications.php:72
5074
  msgid "Email Subject"
5075
  msgstr ""
5076
 
5077
  #: app/features/mec/notifications.php:52 app/features/mec/notifications.php:59
5078
- #: app/features/mec/notifications.php:167
5079
- #: app/features/mec/notifications.php:174
5080
- #: app/features/mec/notifications.php:286
5081
- #: app/features/mec/notifications.php:293
5082
- #: app/features/mec/notifications.php:411
5083
- #: app/features/mec/notifications.php:418
5084
- #: app/features/mec/notifications.php:532
5085
- #: app/features/mec/notifications.php:539
5086
- #: app/features/mec/notifications.php:655
5087
- #: app/features/mec/notifications.php:662
5088
- #: app/features/mec/notifications.php:790
5089
- #: app/features/mec/notifications.php:797
5090
- #: app/features/mec/notifications.php:874
5091
- #: app/features/mec/notifications.php:881
5092
  msgid "Receiver Users"
5093
  msgstr ""
5094
 
5095
- #: app/features/mec/notifications.php:60 app/features/mec/notifications.php:175
5096
- #: app/features/mec/notifications.php:294
5097
- #: app/features/mec/notifications.php:419
5098
- #: app/features/mec/notifications.php:540
5099
- #: app/features/mec/notifications.php:663
5100
- #: app/features/mec/notifications.php:798
5101
- #: app/features/mec/notifications.php:882
5102
  msgid "Select users to send a copy of email to them!"
5103
  msgstr ""
5104
 
5105
  #: app/features/mec/notifications.php:69 app/features/mec/notifications.php:76
5106
- #: app/features/mec/notifications.php:184
5107
- #: app/features/mec/notifications.php:191
5108
- #: app/features/mec/notifications.php:303
5109
- #: app/features/mec/notifications.php:310
5110
- #: app/features/mec/notifications.php:428
5111
- #: app/features/mec/notifications.php:435
5112
- #: app/features/mec/notifications.php:549
5113
- #: app/features/mec/notifications.php:556
5114
- #: app/features/mec/notifications.php:672
5115
- #: app/features/mec/notifications.php:679
5116
- #: app/features/mec/notifications.php:807
5117
- #: app/features/mec/notifications.php:814
5118
- #: app/features/mec/notifications.php:891
5119
- #: app/features/mec/notifications.php:898
5120
  msgid "Receiver Roles"
5121
  msgstr ""
5122
 
5123
- #: app/features/mec/notifications.php:77 app/features/mec/notifications.php:192
5124
- #: app/features/mec/notifications.php:311
5125
- #: app/features/mec/notifications.php:436
5126
- #: app/features/mec/notifications.php:557
5127
- #: app/features/mec/notifications.php:680
5128
- #: app/features/mec/notifications.php:815
5129
- #: app/features/mec/notifications.php:899
5130
  msgid "Select users a specific role."
5131
  msgstr ""
5132
 
5133
  #: app/features/mec/notifications.php:85 app/features/mec/notifications.php:89
5134
- #: app/features/mec/notifications.php:200
5135
- #: app/features/mec/notifications.php:204
5136
- #: app/features/mec/notifications.php:319
5137
- #: app/features/mec/notifications.php:323
5138
- #: app/features/mec/notifications.php:444
5139
- #: app/features/mec/notifications.php:448
5140
- #: app/features/mec/notifications.php:565
5141
- #: app/features/mec/notifications.php:569
5142
- #: app/features/mec/notifications.php:688
5143
  #: app/features/mec/notifications.php:692
5144
- #: app/features/mec/notifications.php:823
5145
  #: app/features/mec/notifications.php:827
5146
- #: app/features/mec/notifications.php:907
5147
- #: app/features/mec/notifications.php:911
 
5148
  msgid "Custom Recipients"
5149
  msgstr ""
5150
 
5151
- #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:205
5152
- #: app/features/mec/notifications.php:324
5153
- #: app/features/mec/notifications.php:449
5154
- #: app/features/mec/notifications.php:570
5155
- #: app/features/mec/notifications.php:693
5156
- #: app/features/mec/notifications.php:828
5157
- #: app/features/mec/notifications.php:912
5158
  msgid "Insert comma separated emails for multiple recipients."
5159
  msgstr ""
5160
 
5161
- #: app/features/mec/notifications.php:97 app/features/mec/notifications.php:460
5162
- #: app/features/mec/notifications.php:581
5163
  msgid "Send the email to event organizer"
5164
  msgstr ""
5165
 
5166
  #: app/features/mec/notifications.php:100
5167
- #: app/features/mec/notifications.php:211
5168
- #: app/features/mec/notifications.php:334
5169
- #: app/features/mec/notifications.php:467
5170
- #: app/features/mec/notifications.php:584
5171
- #: app/features/mec/notifications.php:710
5172
- #: app/features/mec/notifications.php:834
5173
- #: app/features/mec/notifications.php:918 app/features/notifications.php:80
5174
  msgid "Email Content"
5175
  msgstr ""
5176
 
5177
  #: app/features/mec/notifications.php:103
5178
- #: app/features/mec/notifications.php:214
5179
- #: app/features/mec/notifications.php:337
5180
- #: app/features/mec/notifications.php:470
5181
- #: app/features/mec/notifications.php:587
5182
- #: app/features/mec/notifications.php:713
5183
- #: app/features/mec/notifications.php:837
5184
- #: app/features/mec/notifications.php:921 app/features/mec/report.php:66
5185
  msgid "You can use the following placeholders"
5186
  msgstr ""
5187
 
5188
  #: app/features/mec/notifications.php:105
5189
- #: app/features/mec/notifications.php:216
5190
- #: app/features/mec/notifications.php:339
5191
- #: app/features/mec/notifications.php:472
5192
- #: app/features/mec/notifications.php:589
5193
- #: app/features/mec/notifications.php:715 app/features/notifications.php:91
5194
  msgid "First name of attendee"
5195
  msgstr ""
5196
 
5197
  #: app/features/mec/notifications.php:106
5198
- #: app/features/mec/notifications.php:217
5199
- #: app/features/mec/notifications.php:340
5200
- #: app/features/mec/notifications.php:473
5201
- #: app/features/mec/notifications.php:590
5202
- #: app/features/mec/notifications.php:716 app/features/notifications.php:92
5203
  msgid "Last name of attendee"
5204
  msgstr ""
5205
 
5206
  #: app/features/mec/notifications.php:107
5207
- #: app/features/mec/notifications.php:218
5208
- #: app/features/mec/notifications.php:341
5209
- #: app/features/mec/notifications.php:474
5210
- #: app/features/mec/notifications.php:591
5211
- #: app/features/mec/notifications.php:717 app/features/notifications.php:93
5212
  msgid "Email of attendee"
5213
  msgstr ""
5214
 
5215
  #: app/features/mec/notifications.php:108
5216
- #: app/features/mec/notifications.php:219
5217
- #: app/features/mec/notifications.php:342
5218
- #: app/features/mec/notifications.php:475
5219
- #: app/features/mec/notifications.php:592
5220
- #: app/features/mec/notifications.php:718 app/features/notifications.php:94
5221
  msgid "Booked date of event"
5222
  msgstr ""
5223
 
5224
  #: app/features/mec/notifications.php:109
5225
- #: app/features/mec/notifications.php:220
5226
- #: app/features/mec/notifications.php:343
5227
- #: app/features/mec/notifications.php:476
5228
- #: app/features/mec/notifications.php:593
5229
- #: app/features/mec/notifications.php:719 app/features/notifications.php:95
5230
  msgid "Booked time of event"
5231
  msgstr ""
5232
 
5233
  #: app/features/mec/notifications.php:110
5234
- #: app/features/mec/notifications.php:221
5235
- #: app/features/mec/notifications.php:344
5236
- #: app/features/mec/notifications.php:477
5237
- #: app/features/mec/notifications.php:594
5238
- #: app/features/mec/notifications.php:720 app/features/notifications.php:96
5239
  msgid "Booked date and time of event"
5240
  msgstr ""
5241
 
5242
  #: app/features/mec/notifications.php:111
5243
- #: app/features/mec/notifications.php:222
5244
- #: app/features/mec/notifications.php:345
5245
- #: app/features/mec/notifications.php:478
5246
- #: app/features/mec/notifications.php:595
5247
- #: app/features/mec/notifications.php:721 app/features/notifications.php:97
5248
  msgid "Date of next 20 occurrences of booked event (including the booked date)"
5249
  msgstr ""
5250
 
5251
  #: app/features/mec/notifications.php:112
5252
- #: app/features/mec/notifications.php:223
5253
- #: app/features/mec/notifications.php:346
5254
- #: app/features/mec/notifications.php:479
5255
- #: app/features/mec/notifications.php:596
5256
- #: app/features/mec/notifications.php:722 app/features/notifications.php:98
5257
  msgid ""
5258
  "Date and Time of next 20 occurrences of booked event (including the booked "
5259
  "date)"
5260
  msgstr ""
5261
 
5262
  #: app/features/mec/notifications.php:113
5263
- #: app/features/mec/notifications.php:224
5264
- #: app/features/mec/notifications.php:347
5265
- #: app/features/mec/notifications.php:480
5266
- #: app/features/mec/notifications.php:597
5267
- #: app/features/mec/notifications.php:723 app/features/notifications.php:99
5268
  msgid "Booking Price"
5269
  msgstr ""
5270
 
5271
  #: app/features/mec/notifications.php:114
5272
- #: app/features/mec/notifications.php:225
5273
- #: app/features/mec/notifications.php:349
5274
- #: app/features/mec/notifications.php:481
5275
- #: app/features/mec/notifications.php:598
5276
- #: app/features/mec/notifications.php:724 app/features/notifications.php:101
5277
  msgid "Date and time of booking"
5278
  msgstr ""
5279
 
5280
  #: app/features/mec/notifications.php:115
5281
- #: app/features/mec/notifications.php:226
5282
- #: app/features/mec/notifications.php:350
5283
- #: app/features/mec/notifications.php:482
5284
- #: app/features/mec/notifications.php:599
5285
- #: app/features/mec/notifications.php:725
5286
- #: app/features/mec/notifications.php:845
5287
- #: app/features/mec/notifications.php:929 app/features/notifications.php:102
5288
  msgid "Your website title"
5289
  msgstr ""
5290
 
5291
  #: app/features/mec/notifications.php:116
5292
- #: app/features/mec/notifications.php:227
5293
- #: app/features/mec/notifications.php:351
5294
- #: app/features/mec/notifications.php:483
5295
- #: app/features/mec/notifications.php:600
5296
- #: app/features/mec/notifications.php:726
5297
- #: app/features/mec/notifications.php:846
5298
- #: app/features/mec/notifications.php:930 app/features/notifications.php:103
5299
  msgid "Your website URL"
5300
  msgstr ""
5301
 
5302
  #: app/features/mec/notifications.php:117
5303
- #: app/features/mec/notifications.php:228
5304
- #: app/features/mec/notifications.php:352
5305
- #: app/features/mec/notifications.php:484
5306
- #: app/features/mec/notifications.php:601
5307
- #: app/features/mec/notifications.php:727
5308
- #: app/features/mec/notifications.php:847
5309
- #: app/features/mec/notifications.php:931 app/features/notifications.php:104
5310
  msgid "Your website description"
5311
  msgstr ""
5312
 
5313
  #: app/features/mec/notifications.php:118
5314
- #: app/features/mec/notifications.php:229
5315
- #: app/features/mec/notifications.php:353
5316
- #: app/features/mec/notifications.php:485
5317
- #: app/features/mec/notifications.php:602
5318
- #: app/features/mec/notifications.php:728 app/features/notifications.php:105
5319
  msgid "Event title"
5320
  msgstr ""
5321
 
5322
  #: app/features/mec/notifications.php:119
5323
- #: app/features/mec/notifications.php:230
5324
- #: app/features/mec/notifications.php:354
5325
- #: app/features/mec/notifications.php:486
5326
- #: app/features/mec/notifications.php:603
5327
- #: app/features/mec/notifications.php:729 app/features/notifications.php:106
5328
  msgid "Event link"
5329
  msgstr ""
5330
 
5331
  #: app/features/mec/notifications.php:120
5332
- #: app/features/mec/notifications.php:231
5333
- #: app/features/mec/notifications.php:355
5334
- #: app/features/mec/notifications.php:841
5335
- #: app/features/mec/notifications.php:925 app/features/notifications.php:135
5336
  msgid "Event Start Date"
5337
  msgstr ""
5338
 
5339
  #: app/features/mec/notifications.php:121
5340
- #: app/features/mec/notifications.php:232
5341
- #: app/features/mec/notifications.php:356
5342
- #: app/features/mec/notifications.php:842
5343
- #: app/features/mec/notifications.php:926 app/features/notifications.php:136
5344
  msgid "Event End Date"
5345
  msgstr ""
5346
 
5347
  #: app/features/mec/notifications.php:122
5348
- #: app/features/mec/notifications.php:233
5349
- #: app/features/mec/notifications.php:357
5350
- #: app/features/mec/notifications.php:487
5351
- #: app/features/mec/notifications.php:604
5352
- #: app/features/mec/notifications.php:730 app/features/notifications.php:107
5353
- msgid "Speaker name of booked event"
5354
- msgstr ""
5355
-
5356
- #: app/features/mec/notifications.php:123
5357
  #: app/features/mec/notifications.php:234
5358
- #: app/features/mec/notifications.php:358
5359
- #: app/features/mec/notifications.php:488
5360
- #: app/features/mec/notifications.php:605
5361
- #: app/features/mec/notifications.php:731 app/features/notifications.php:108
5362
- msgid "Organizer name of booked event"
5363
- msgstr ""
5364
-
5365
- #: app/features/mec/notifications.php:124
5366
- #: app/features/mec/notifications.php:235
5367
  #: app/features/mec/notifications.php:359
5368
- #: app/features/mec/notifications.php:489
5369
- #: app/features/mec/notifications.php:606
5370
- #: app/features/mec/notifications.php:732 app/features/notifications.php:109
5371
- msgid "Organizer tel of booked event"
5372
  msgstr ""
5373
 
5374
- #: app/features/mec/notifications.php:125
5375
- #: app/features/mec/notifications.php:236
5376
  #: app/features/mec/notifications.php:360
5377
  #: app/features/mec/notifications.php:490
5378
- #: app/features/mec/notifications.php:607
5379
- #: app/features/mec/notifications.php:733 app/features/notifications.php:110
5380
- msgid "Organizer email of booked event"
5381
  msgstr ""
5382
 
5383
- #: app/features/mec/notifications.php:126
5384
- #: app/features/mec/notifications.php:237
5385
  #: app/features/mec/notifications.php:361
5386
  #: app/features/mec/notifications.php:491
5387
- #: app/features/mec/notifications.php:608
5388
- #: app/features/mec/notifications.php:734 app/features/notifications.php:111
5389
- msgid "Additional organizers name of booked event"
5390
  msgstr ""
5391
 
5392
- #: app/features/mec/notifications.php:127
5393
- #: app/features/mec/notifications.php:238
5394
  #: app/features/mec/notifications.php:362
5395
  #: app/features/mec/notifications.php:492
5396
- #: app/features/mec/notifications.php:609
5397
- #: app/features/mec/notifications.php:735 app/features/notifications.php:112
5398
- msgid "Additional organizers tel of booked event"
5399
  msgstr ""
5400
 
5401
- #: app/features/mec/notifications.php:128
5402
- #: app/features/mec/notifications.php:239
5403
  #: app/features/mec/notifications.php:363
5404
  #: app/features/mec/notifications.php:493
5405
- #: app/features/mec/notifications.php:610
5406
- #: app/features/mec/notifications.php:736 app/features/notifications.php:113
5407
- msgid "Additional organizers email of booked event"
5408
  msgstr ""
5409
 
5410
- #: app/features/mec/notifications.php:129
5411
- #: app/features/mec/notifications.php:240
5412
  #: app/features/mec/notifications.php:364
5413
  #: app/features/mec/notifications.php:494
5414
- #: app/features/mec/notifications.php:611
5415
- #: app/features/mec/notifications.php:737 app/features/notifications.php:114
5416
- msgid "Location name of booked event"
5417
  msgstr ""
5418
 
5419
- #: app/features/mec/notifications.php:130
5420
- #: app/features/mec/notifications.php:241
5421
  #: app/features/mec/notifications.php:365
5422
  #: app/features/mec/notifications.php:495
5423
- #: app/features/mec/notifications.php:612
5424
- #: app/features/mec/notifications.php:738 app/features/notifications.php:115
5425
- msgid "Location address of booked event"
5426
  msgstr ""
5427
 
5428
- #: app/features/mec/notifications.php:131
5429
- #: app/features/mec/notifications.php:242
5430
  #: app/features/mec/notifications.php:366
5431
  #: app/features/mec/notifications.php:496
5432
- #: app/features/mec/notifications.php:613
5433
- #: app/features/mec/notifications.php:739 app/features/notifications.php:116
5434
- msgid "Additional locations name of booked event"
5435
  msgstr ""
5436
 
5437
- #: app/features/mec/notifications.php:132
5438
- #: app/features/mec/notifications.php:243
5439
  #: app/features/mec/notifications.php:367
5440
  #: app/features/mec/notifications.php:497
5441
- #: app/features/mec/notifications.php:614
5442
- #: app/features/mec/notifications.php:740 app/features/notifications.php:117
5443
- msgid "Additional locations address of booked event"
5444
  msgstr ""
5445
 
5446
- #: app/features/mec/notifications.php:133
5447
- #: app/features/mec/notifications.php:244
5448
  #: app/features/mec/notifications.php:368
5449
  #: app/features/mec/notifications.php:498
5450
- #: app/features/mec/notifications.php:615
5451
- #: app/features/mec/notifications.php:741 app/features/notifications.php:118
5452
- msgid "Featured image of booked event"
5453
  msgstr ""
5454
 
5455
- #: app/features/mec/notifications.php:134
5456
- #: app/features/mec/notifications.php:245
5457
  #: app/features/mec/notifications.php:369
5458
- #: app/features/mec/notifications.php:616
5459
- #: app/features/mec/notifications.php:742 app/features/notifications.php:119
5460
- msgid "Event more info link"
 
5461
  msgstr ""
5462
 
5463
- #: app/features/mec/notifications.php:135
5464
- #: app/features/mec/notifications.php:246
5465
  #: app/features/mec/notifications.php:370
5466
- #: app/features/mec/notifications.php:617
5467
- #: app/features/mec/notifications.php:743 app/features/notifications.php:120
5468
- msgid "Event other info link"
 
5469
  msgstr ""
5470
 
5471
- #: app/features/mec/notifications.php:136
5472
- #: app/features/mec/notifications.php:247
5473
  #: app/features/mec/notifications.php:371
5474
- #: app/features/mec/notifications.php:618
5475
- #: app/features/mec/notifications.php:744 app/features/notifications.php:121
5476
- msgid "Event online link"
 
5477
  msgstr ""
5478
 
5479
- #: app/features/mec/notifications.php:137
5480
- #: app/features/mec/notifications.php:248
5481
  #: app/features/mec/notifications.php:372
5482
- #: app/features/mec/notifications.php:499
5483
- #: app/features/mec/notifications.php:619
5484
- #: app/features/mec/notifications.php:745 app/features/notifications.php:122
5485
- msgid "Full Attendee info such as booking form data, name, email etc."
5486
  msgstr ""
5487
 
5488
- #: app/features/mec/notifications.php:138
5489
- #: app/features/mec/notifications.php:249
5490
  #: app/features/mec/notifications.php:373
5491
- #: app/features/mec/notifications.php:500
5492
- #: app/features/mec/notifications.php:620
5493
- #: app/features/mec/notifications.php:746 app/features/notifications.php:123
5494
- msgid "Booking ID"
5495
  msgstr ""
5496
 
5497
- #: app/features/mec/notifications.php:139
5498
- #: app/features/mec/notifications.php:250
5499
  #: app/features/mec/notifications.php:374
5500
- #: app/features/mec/notifications.php:501
5501
- #: app/features/mec/notifications.php:621
5502
- #: app/features/mec/notifications.php:747 app/features/notifications.php:124
5503
- msgid "Transaction ID of Booking"
5504
  msgstr ""
5505
 
5506
- #: app/features/mec/notifications.php:140
5507
- #: app/features/mec/notifications.php:376
5508
- #: app/features/mec/notifications.php:749
5509
- msgid "Invoice Link"
 
 
 
5510
  msgstr ""
5511
 
5512
- #: app/features/mec/notifications.php:141
5513
- #: app/features/mec/notifications.php:252
5514
- #: app/features/mec/notifications.php:377
5515
  #: app/features/mec/notifications.php:503
5516
- #: app/features/mec/notifications.php:623
5517
- #: app/features/mec/notifications.php:750 app/features/notifications.php:126
5518
- msgid "Total attendees of current booking"
5519
  msgstr ""
5520
 
5521
- #: app/features/mec/notifications.php:142
5522
- #: app/features/mec/notifications.php:253
5523
- #: app/features/mec/notifications.php:378
5524
  #: app/features/mec/notifications.php:504
5525
- #: app/features/mec/notifications.php:624
5526
- #: app/features/mec/notifications.php:751 app/features/notifications.php:127
5527
- msgid "Amount of Booked Tickets (Total attendees of all bookings)"
5528
  msgstr ""
5529
 
5530
- #: app/features/mec/notifications.php:143
5531
- #: app/features/mec/notifications.php:254
5532
  #: app/features/mec/notifications.php:379
5533
- #: app/features/mec/notifications.php:505
5534
- #: app/features/mec/notifications.php:625
5535
- #: app/features/mec/notifications.php:752 app/features/notifications.php:128
5536
- msgid "Ticket name"
5537
  msgstr ""
5538
 
5539
- #: app/features/mec/notifications.php:144
5540
- #: app/features/mec/notifications.php:255
5541
  #: app/features/mec/notifications.php:380
5542
  #: app/features/mec/notifications.php:506
5543
- #: app/features/mec/notifications.php:626
5544
- #: app/features/mec/notifications.php:753 app/features/notifications.php:129
5545
- msgid "Ticket time"
5546
  msgstr ""
5547
 
5548
- #: app/features/mec/notifications.php:145
5549
- #: app/features/mec/notifications.php:256
5550
  #: app/features/mec/notifications.php:381
5551
  #: app/features/mec/notifications.php:507
5552
- #: app/features/mec/notifications.php:627
5553
- #: app/features/mec/notifications.php:754 app/features/notifications.php:130
5554
- msgid "Ticket name & time"
5555
  msgstr ""
5556
 
5557
- #: app/features/mec/notifications.php:146
5558
- #: app/features/mec/notifications.php:257
5559
  #: app/features/mec/notifications.php:382
5560
  #: app/features/mec/notifications.php:508
5561
- #: app/features/mec/notifications.php:628
5562
- #: app/features/mec/notifications.php:755 app/features/notifications.php:131
5563
- msgid "Payment Gateway"
5564
  msgstr ""
5565
 
5566
- #: app/features/mec/notifications.php:147
5567
- #: app/features/mec/notifications.php:258
5568
  #: app/features/mec/notifications.php:383
5569
  #: app/features/mec/notifications.php:509
5570
- #: app/features/mec/notifications.php:629
5571
- #: app/features/mec/notifications.php:756 app/features/notifications.php:132
5572
- msgid "Link to the downloadable file"
5573
  msgstr ""
5574
 
5575
- #: app/features/mec/notifications.php:148
5576
- #: app/features/mec/notifications.php:259
5577
  #: app/features/mec/notifications.php:384
5578
- #: app/features/mec/notifications.php:757
5579
- msgid "Download ICS file"
 
 
5580
  msgstr ""
5581
 
5582
- #: app/features/mec/notifications.php:150
5583
- #: app/features/mec/notifications.php:261
 
 
 
 
 
 
 
 
 
5584
  #: app/features/mec/notifications.php:386
5585
- #: app/features/mec/notifications.php:759 app/features/notifications.php:134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5586
  msgid "Add to Google Calendar Links for next 20 occurrences"
5587
  msgstr ""
5588
 
5589
- #: app/features/mec/notifications.php:158 app/libraries/main.php:596
5590
  msgid "Booking Verification"
5591
  msgstr ""
5592
 
5593
- #: app/features/mec/notifications.php:159
5594
  msgid "It sends to attendee email for verifying their booking/email."
5595
  msgstr ""
5596
 
5597
- #: app/features/mec/notifications.php:251
5598
  msgid "Email/Booking verification link."
5599
  msgstr ""
5600
 
5601
- #: app/features/mec/notifications.php:273
5602
  msgid "Enable booking confirmation"
5603
  msgstr ""
5604
 
5605
- #: app/features/mec/notifications.php:278
5606
  msgid "Sent to attendee after confirming the booking by admin."
5607
  msgstr ""
5608
 
5609
- #: app/features/mec/notifications.php:331
5610
  msgid "Send One Single Email Only To First Attendee"
5611
  msgstr ""
5612
 
5613
- #: app/features/mec/notifications.php:348
5614
  msgid "Attendee Price"
5615
  msgstr ""
5616
 
5617
- #: app/features/mec/notifications.php:375
5618
- #: app/features/mec/notifications.php:748
5619
  msgid "Booking cancellation link."
5620
  msgstr ""
5621
 
5622
- #: app/features/mec/notifications.php:395 app/features/notifications.php:158
5623
- #: app/libraries/main.php:598
5624
  msgid "Booking Cancellation"
5625
  msgstr ""
5626
 
5627
- #: app/features/mec/notifications.php:399
5628
  msgid "Enable cancellation notification"
5629
  msgstr ""
5630
 
5631
- #: app/features/mec/notifications.php:403
5632
  msgid "Sent to selected recipients after booking cancellation to notify them."
5633
  msgstr ""
5634
 
5635
- #: app/features/mec/notifications.php:456
5636
- #: app/features/mec/notifications.php:577
5637
- #: app/features/mec/notifications.php:779
5638
  msgid "Send the email to admin"
5639
  msgstr ""
5640
 
5641
- #: app/features/mec/notifications.php:464
5642
  msgid "Send the email to the booked user"
5643
  msgstr ""
5644
 
5645
- #: app/features/mec/notifications.php:502
5646
- #: app/features/mec/notifications.php:622 app/features/notifications.php:125
5647
  msgid "Admin booking management link."
5648
  msgstr ""
5649
 
5650
- #: app/features/mec/notifications.php:516 app/libraries/main.php:600
5651
  msgid "Admin"
5652
  msgstr ""
5653
 
5654
- #: app/features/mec/notifications.php:520
5655
  msgid "Enable admin notification"
5656
  msgstr ""
5657
 
5658
- #: app/features/mec/notifications.php:524
5659
  msgid "Sent to admin to notify them that a new booking has been received."
5660
  msgstr ""
5661
 
5662
- #: app/features/mec/notifications.php:636 app/features/notifications.php:164
5663
- #: app/libraries/main.php:599 app/libraries/notifications.php:596
5664
  msgid "Booking Reminder"
5665
  msgstr ""
5666
 
5667
- #: app/features/mec/notifications.php:640
5668
  msgid "Enable booking reminder notification"
5669
  msgstr ""
5670
 
5671
- #: app/features/mec/notifications.php:646
5672
  #, php-format
5673
  msgid ""
5674
  "Set a cronjob to call %s file once per hour otherwise it won't send the "
@@ -5676,83 +5688,83 @@ msgid ""
5676
  "send the reminders multiple times."
5677
  msgstr ""
5678
 
5679
- #: app/features/mec/notifications.php:646
5680
  msgid "only once per hour"
5681
  msgstr ""
5682
 
5683
- #: app/features/mec/notifications.php:699 app/libraries/main.php:7299
5684
- #: app/libraries/main.php:7316
5685
  msgid "Hours"
5686
  msgstr ""
5687
 
5688
- #: app/features/mec/notifications.php:703
5689
  msgid "Reminder hours"
5690
  msgstr ""
5691
 
5692
- #: app/features/mec/notifications.php:704
5693
  msgid "Please, insert comma to separate reminder hours."
5694
  msgstr ""
5695
 
5696
- #: app/features/mec/notifications.php:768 app/features/popup/event.php:253
5697
- #: app/libraries/main.php:588
5698
  msgid "New Event"
5699
  msgstr ""
5700
 
5701
- #: app/features/mec/notifications.php:772
5702
  msgid "Enable new event notification"
5703
  msgstr ""
5704
 
5705
- #: app/features/mec/notifications.php:782
5706
  msgid ""
5707
  "Sent after adding a new event from frontend event submission or from website "
5708
  "backend."
5709
  msgstr ""
5710
 
5711
- #: app/features/mec/notifications.php:839
5712
- #: app/features/mec/notifications.php:923
5713
  msgid "Title of event"
5714
  msgstr ""
5715
 
5716
- #: app/features/mec/notifications.php:840
5717
- #: app/features/mec/notifications.php:924
5718
  msgid "Link of event"
5719
  msgstr ""
5720
 
5721
- #: app/features/mec/notifications.php:843
5722
- #: app/features/mec/notifications.php:927 app/features/notifications.php:137
5723
  msgid "Status of event"
5724
  msgstr ""
5725
 
5726
- #: app/features/mec/notifications.php:844
5727
- #: app/features/mec/notifications.php:928 app/features/mec/settings.php:870
5728
- #: app/features/mec/settings.php:874 app/features/notifications.php:138
5729
  msgid "Event Note"
5730
  msgstr ""
5731
 
5732
- #: app/features/mec/notifications.php:848
5733
- #: app/features/mec/notifications.php:932
5734
  msgid "Admin events management link."
5735
  msgstr ""
5736
 
5737
- #: app/features/mec/notifications.php:858 app/libraries/main.php:589
5738
  msgid "User Event Publishing"
5739
  msgstr ""
5740
 
5741
- #: app/features/mec/notifications.php:862
5742
  msgid "Enable user event publishing notification"
5743
  msgstr ""
5744
 
5745
- #: app/features/mec/notifications.php:866
5746
  msgid ""
5747
  "Sent after publishing a new event from frontend event submission or from "
5748
  "website backend."
5749
  msgstr ""
5750
 
5751
- #: app/features/mec/notifications.php:940 app/libraries/main.php:603
5752
  msgid "Notifications Per Event"
5753
  msgstr ""
5754
 
5755
- #: app/features/mec/notifications.php:944
5756
  msgid "Edit Notifications Per Event"
5757
  msgstr ""
5758
 
@@ -5820,7 +5832,7 @@ msgstr ""
5820
  msgid "There was an error please try again!"
5821
  msgstr ""
5822
 
5823
- #: app/features/mec/settings.php:62 app/features/mec/settings.php:72
5824
  msgid "Hide Events"
5825
  msgstr ""
5826
 
@@ -5840,455 +5852,455 @@ msgstr ""
5840
  msgid "On Event End"
5841
  msgstr ""
5842
 
5843
- #: app/features/mec/settings.php:73
5844
  msgid ""
5845
  "This option is for showing start/end time of events on frontend of website."
5846
  msgstr ""
5847
 
5848
- #: app/features/mec/settings.php:82 app/features/mec/settings.php:91
5849
  msgid "Multiple Day Events"
5850
  msgstr ""
5851
 
5852
- #: app/features/mec/settings.php:85
5853
  msgid "Show only first day on List/Grid/Slider/Agenda skins"
5854
  msgstr ""
5855
 
5856
- #: app/features/mec/settings.php:86
5857
  msgid "Show only first day on all skins"
5858
  msgstr ""
5859
 
5860
- #: app/features/mec/settings.php:87
5861
  msgid "Show all days"
5862
  msgstr ""
5863
 
5864
- #: app/features/mec/settings.php:92
5865
  msgid ""
5866
  "For showing all days of multiple day events on frontend or only show the "
5867
  "first day."
5868
  msgstr ""
5869
 
5870
- #: app/features/mec/settings.php:101
5871
  msgid "Remove MEC Data on Plugin Uninstall"
5872
  msgstr ""
5873
 
5874
- #: app/features/mec/settings.php:112
5875
  msgid "Sender Name"
5876
  msgstr ""
5877
 
5878
- #: app/features/mec/settings.php:115
5879
  msgid "e.g. Webnus"
5880
  msgstr ""
5881
 
5882
- #: app/features/mec/settings.php:122
5883
  msgid "Sender Email"
5884
  msgstr ""
5885
 
5886
- #: app/features/mec/settings.php:125
5887
  msgid "e.g. info@webnus.biz"
5888
  msgstr ""
5889
 
5890
- #: app/features/mec/settings.php:131
5891
  msgid "Exclude Date Suffix"
5892
  msgstr ""
5893
 
5894
- #: app/features/mec/settings.php:134
5895
  msgid "Remove suffix from calendars"
5896
  msgstr ""
5897
 
5898
- #: app/features/mec/settings.php:138
5899
  msgid "Remove \"Th\" on calendar"
5900
  msgstr ""
5901
 
5902
- #: app/features/mec/settings.php:139
5903
  msgid ""
5904
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
5905
  "showing just '12' )"
5906
  msgstr ""
5907
 
5908
- #: app/features/mec/settings.php:146 app/features/mec/settings.php:153
5909
  msgid "Schema"
5910
  msgstr ""
5911
 
5912
- #: app/features/mec/settings.php:149
5913
  msgid "Enable Schema Code"
5914
  msgstr ""
5915
 
5916
- #: app/features/mec/settings.php:154
5917
  msgid "You can enable/disable Schema scripts"
5918
  msgstr ""
5919
 
5920
- #: app/features/mec/settings.php:163 app/features/mec/settings.php:173
5921
- #: app/libraries/main.php:6221 app/libraries/main.php:6275
5922
  msgid "Weekdays"
5923
  msgstr ""
5924
 
5925
- #: app/features/mec/settings.php:174
5926
  msgid ""
5927
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
5928
  "and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings "
5929
  "> General - bottom of the page )."
5930
  msgstr ""
5931
 
5932
- #: app/features/mec/settings.php:184 app/features/mec/settings.php:194
5933
  msgid "Weekends"
5934
  msgstr ""
5935
 
5936
- #: app/features/mec/settings.php:195
5937
  msgid ""
5938
  "Proceed with caution. Default is set to Saturday and Sunday (you can change "
5939
  "'Week Starts' on WordPress Dashboard > Settings > General - bottom of the "
5940
  "page)."
5941
  msgstr ""
5942
 
5943
- #: app/features/mec/settings.php:204
5944
  msgid "Datepicker Format"
5945
  msgstr ""
5946
 
5947
- #: app/features/mec/settings.php:212
5948
  msgid "(Y-m-d)"
5949
  msgstr ""
5950
 
5951
- #: app/features/mec/settings.php:213
5952
  msgid "(d-m-Y)"
5953
  msgstr ""
5954
 
5955
- #: app/features/mec/settings.php:216
5956
  msgid "(Y/m/d)"
5957
  msgstr ""
5958
 
5959
- #: app/features/mec/settings.php:217
5960
  msgid "(m/d/Y)"
5961
  msgstr ""
5962
 
5963
- #: app/features/mec/settings.php:220
5964
  msgid "(Y.m.d)"
5965
  msgstr ""
5966
 
5967
- #: app/features/mec/settings.php:221
5968
  msgid "(d.m.Y)"
5969
  msgstr ""
5970
 
5971
- #: app/features/mec/settings.php:227 app/features/mec/settings.php:239
5972
  msgid "Midnight Hour"
5973
  msgstr ""
5974
 
5975
- #: app/features/mec/settings.php:230
5976
  msgid "12 AM"
5977
  msgstr ""
5978
 
5979
- #: app/features/mec/settings.php:231
5980
  msgid "1 AM"
5981
  msgstr ""
5982
 
5983
- #: app/features/mec/settings.php:232
5984
  msgid "2 AM"
5985
  msgstr ""
5986
 
5987
- #: app/features/mec/settings.php:233
5988
  msgid "3 AM"
5989
  msgstr ""
5990
 
5991
- #: app/features/mec/settings.php:234
5992
  msgid "4 AM"
5993
  msgstr ""
5994
 
5995
- #: app/features/mec/settings.php:235
5996
  msgid "5 AM"
5997
  msgstr ""
5998
 
5999
- #: app/features/mec/settings.php:240
6000
  msgid ""
6001
  "12 AM is midnight by default but you can change it if your event ends after "
6002
  "12 AM and you don't want those events considered as multiple days events!"
6003
  msgstr ""
6004
 
6005
- #: app/features/mec/settings.php:248
6006
  msgid "Open \"Add Event\" as Popup"
6007
  msgstr ""
6008
 
6009
- #: app/features/mec/settings.php:251 app/features/mec/settings.php:259
6010
- #: app/features/mec/settings.php:267 app/features/mec/single.php:111
6011
  msgid "Enable"
6012
  msgstr ""
6013
 
6014
- #: app/features/mec/settings.php:256
6015
  msgid "Open \"Add Shortcode\" as Popup"
6016
  msgstr ""
6017
 
6018
- #: app/features/mec/settings.php:264
6019
  msgid "Include Event Featured Image in Feed"
6020
  msgstr ""
6021
 
6022
- #: app/features/mec/settings.php:274 app/libraries/main.php:538
6023
  msgid "Archive Pages"
6024
  msgstr ""
6025
 
6026
- #: app/features/mec/settings.php:277 app/features/mec/settings.php:282
6027
  msgid "Archive Page Title"
6028
  msgstr ""
6029
 
6030
- #: app/features/mec/settings.php:283
6031
  msgid "Default value is Events - It's title of the page"
6032
  msgstr ""
6033
 
6034
- #: app/features/mec/settings.php:291 app/features/mec/settings.php:359
6035
  msgid "Archive Page Skin"
6036
  msgstr ""
6037
 
6038
- #: app/features/mec/settings.php:299 app/features/mec/settings.php:376
6039
  msgid "Put shortcode..."
6040
  msgstr ""
6041
 
6042
- #: app/features/mec/settings.php:302 app/features/mec/settings.php:317
6043
- #: app/features/mec/settings.php:320 app/features/mec/settings.php:329
6044
- #: app/features/mec/settings.php:355 app/features/mec/settings.php:379
6045
- #: app/features/mec/settings.php:394 app/features/mec/settings.php:397
6046
- #: app/features/mec/settings.php:406 app/features/mec/settings.php:432
6047
  msgid "There is no skins"
6048
  msgstr ""
6049
 
6050
- #: app/features/mec/settings.php:305 app/features/mec/settings.php:382
6051
  #: app/features/mec/single.php:73
6052
  msgid "Modern Style"
6053
  msgstr ""
6054
 
6055
- #: app/features/mec/settings.php:347 app/features/mec/settings.php:424
6056
  msgid "colorful"
6057
  msgstr ""
6058
 
6059
- #: app/features/mec/settings.php:352 app/features/mec/settings.php:429
6060
  msgid "Clean Style"
6061
  msgstr ""
6062
 
6063
- #: app/features/mec/settings.php:360
6064
  msgid "Default value is Calendar/Monthly View, But you can change it "
6065
  msgstr ""
6066
 
6067
- #: app/features/mec/settings.php:360 app/features/mec/settings.php:437
6068
  msgid "See Demo"
6069
  msgstr ""
6070
 
6071
- #: app/features/mec/settings.php:368 app/features/mec/settings.php:436
6072
  msgid "Category Page Skin"
6073
  msgstr ""
6074
 
6075
- #: app/features/mec/settings.php:437
6076
  msgid ""
6077
  "Default value is List View - But you can change it to set a skin for all "
6078
  "categories."
6079
  msgstr ""
6080
 
6081
- #: app/features/mec/settings.php:445 app/features/mec/settings.php:453
6082
  msgid "Category Events Method"
6083
  msgstr ""
6084
 
6085
- #: app/features/mec/settings.php:454
6086
  msgid "Default value is Upcoming Events"
6087
  msgstr ""
6088
 
6089
- #: app/features/mec/settings.php:462 app/features/mec/settings.php:470
6090
  msgid "Events Archive Status"
6091
  msgstr ""
6092
 
6093
- #: app/features/mec/settings.php:465
6094
  msgid "Enabled (Recommended)"
6095
  msgstr ""
6096
 
6097
- #: app/features/mec/settings.php:471
6098
  msgid ""
6099
  "If you disable it, then you should create a page as archive page of MEC. "
6100
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
6101
  "MEC rewrite rules."
6102
  msgstr ""
6103
 
6104
- #: app/features/mec/settings.php:484 app/features/mec/settings.php:489
6105
  msgid "Main Slug"
6106
  msgstr ""
6107
 
6108
- #: app/features/mec/settings.php:490
6109
  msgid ""
6110
  "Default value is events. You can not have a page with this name. MEC allows "
6111
  "you to create custom URLs for the permalinks and archives to enhance the "
6112
  "applicability and forward-compatibility of the links."
6113
  msgstr ""
6114
 
6115
- #: app/features/mec/settings.php:494 app/features/mec/settings.php:508
6116
  msgid "Valid characters are lowercase a-z, - character and numbers."
6117
  msgstr ""
6118
 
6119
- #: app/features/mec/settings.php:498 app/features/mec/settings.php:503
6120
  msgid "Category Slug"
6121
  msgstr ""
6122
 
6123
- #: app/features/mec/settings.php:504
6124
  msgid ""
6125
  "It's slug of MEC categories, you can change it to events-cat or something "
6126
  "else. Default value is mec-category. You can not have a page with this name."
6127
  msgstr ""
6128
 
6129
- #: app/features/mec/settings.php:516
6130
  msgid "Currency"
6131
  msgstr ""
6132
 
6133
- #: app/features/mec/settings.php:526 app/features/mec/settings.php:531
6134
  msgid "Currency Sign"
6135
  msgstr ""
6136
 
6137
- #: app/features/mec/settings.php:532
6138
  msgid "Default value will be \"currency\" if you leave it empty."
6139
  msgstr ""
6140
 
6141
- #: app/features/mec/settings.php:539
6142
  msgid "Currency Position"
6143
  msgstr ""
6144
 
6145
- #: app/features/mec/settings.php:542
6146
  msgid "Before $10"
6147
  msgstr ""
6148
 
6149
- #: app/features/mec/settings.php:543
6150
  msgid "After 10$"
6151
  msgstr ""
6152
 
6153
- #: app/features/mec/settings.php:548
6154
  msgid "Thousand Separator"
6155
  msgstr ""
6156
 
6157
- #: app/features/mec/settings.php:554
6158
  msgid "Decimal Separator"
6159
  msgstr ""
6160
 
6161
- #: app/features/mec/settings.php:564
6162
  msgid "No decimal"
6163
  msgstr ""
6164
 
6165
- #: app/features/mec/settings.php:575
6166
  msgid "Enable Google Recaptcha"
6167
  msgstr ""
6168
 
6169
- #: app/features/mec/settings.php:584
6170
  msgid "Enable on booking form"
6171
  msgstr ""
6172
 
6173
- #: app/features/mec/settings.php:592
6174
  msgid "Enable on \"Frontend Event Submission\" form"
6175
  msgstr ""
6176
 
6177
- #: app/features/mec/settings.php:596
6178
  msgid "Site Key"
6179
  msgstr ""
6180
 
6181
- #: app/features/mec/settings.php:602
6182
  msgid "Secret Key"
6183
  msgstr ""
6184
 
6185
- #: app/features/mec/settings.php:614 app/features/mec/settings.php:622
6186
  msgid "Time Format"
6187
  msgstr ""
6188
 
6189
- #: app/features/mec/settings.php:617
6190
  msgid "12 hours format with AM/PM"
6191
  msgstr ""
6192
 
6193
- #: app/features/mec/settings.php:618
6194
  msgid "24 hours format"
6195
  msgstr ""
6196
 
6197
- #: app/features/mec/settings.php:623
6198
  msgid "This option, affects the selection of Start/End time."
6199
  msgstr ""
6200
 
6201
- #: app/features/mec/settings.php:631
6202
  msgid "Events List Page"
6203
  msgstr ""
6204
 
6205
- #: app/features/mec/settings.php:640 app/features/mec/settings.php:652
6206
  #, php-format
6207
  msgid "Put %s shortcode into the page."
6208
  msgstr ""
6209
 
6210
- #: app/features/mec/settings.php:643
6211
  msgid "Add/Edit Events Page"
6212
  msgstr ""
6213
 
6214
- #: app/features/mec/settings.php:667
6215
  msgid ""
6216
  "User is redirected to this page after a new event submission. Leave it empty "
6217
  "if you want it disabled."
6218
  msgstr ""
6219
 
6220
- #: app/features/mec/settings.php:690 app/features/mec/settings.php:695
6221
  msgid "Maximum File Size"
6222
  msgstr ""
6223
 
6224
- #: app/features/mec/settings.php:692
6225
  msgid "in KB"
6226
  msgstr ""
6227
 
6228
- #: app/features/mec/settings.php:696
6229
  msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
6230
  msgstr ""
6231
 
6232
- #: app/features/mec/settings.php:705
6233
  msgid "Enable event submission by guest (Not logged in) users"
6234
  msgstr ""
6235
 
6236
- #: app/features/mec/settings.php:712
6237
  msgid "Enable mandatory email and name for guest user"
6238
  msgstr ""
6239
 
6240
- #: app/features/mec/settings.php:718
6241
  msgid ""
6242
  "Automatically create users after event publish and assign event to the "
6243
  "created user"
6244
  msgstr ""
6245
 
6246
- #: app/features/mec/settings.php:723
6247
  msgid "Frontend Event Submission Sections"
6248
  msgstr ""
6249
 
6250
- #: app/features/mec/settings.php:727
6251
  msgid "Event Data Fields"
6252
  msgstr ""
6253
 
6254
- #: app/features/mec/settings.php:751 app/widgets/single.php:119
6255
  msgid "Event Categories"
6256
  msgstr ""
6257
 
6258
- #: app/features/mec/settings.php:757
6259
  msgid "Event Labels"
6260
  msgstr ""
6261
 
6262
- #: app/features/mec/settings.php:769
6263
  msgid "Event Tags"
6264
  msgstr ""
6265
 
6266
- #: app/features/mec/settings.php:781 app/widgets/single.php:123
6267
  msgid "Event Organizer"
6268
  msgstr ""
6269
 
6270
- #: app/features/mec/settings.php:807
6271
  msgid "Fees / Taxes Options"
6272
  msgstr ""
6273
 
6274
- #: app/features/mec/settings.php:821 app/features/schema.php:64
6275
  msgid "SEO Schema"
6276
  msgstr ""
6277
 
6278
- #: app/features/mec/settings.php:844 app/features/occurrences.php:72
6279
  #: app/features/occurrences.php:102
6280
  msgid "Occurrences"
6281
  msgstr ""
6282
 
6283
- #: app/features/mec/settings.php:853
6284
  msgid "Virtual Event"
6285
  msgstr ""
6286
 
6287
- #: app/features/mec/settings.php:862
6288
  msgid "Zoom Event"
6289
  msgstr ""
6290
 
6291
- #: app/features/mec/settings.php:875
6292
  #, php-format
6293
  msgid ""
6294
  "Users can put a note for editors while they're submitting the event. Also "
@@ -6296,194 +6308,194 @@ msgid ""
6296
  "users' note in email."
6297
  msgstr ""
6298
 
6299
- #: app/features/mec/settings.php:882 app/features/mec/settings.php:890
6300
  msgid "Note visibility"
6301
  msgstr ""
6302
 
6303
- #: app/features/mec/settings.php:885
6304
  msgid "Always"
6305
  msgstr ""
6306
 
6307
- #: app/features/mec/settings.php:886
6308
  msgid "While event is not published"
6309
  msgstr ""
6310
 
6311
- #: app/features/mec/settings.php:891
6312
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
6313
  msgstr ""
6314
 
6315
- #: app/features/mec/settings.php:899
6316
  msgid "Required Fields"
6317
  msgstr ""
6318
 
6319
- #: app/features/mec/settings.php:902
6320
  msgid "Event Description"
6321
  msgstr ""
6322
 
6323
- #: app/features/mec/settings.php:906 app/libraries/main.php:6244
6324
- #: app/libraries/main.php:6293
6325
  msgid "More Info Link"
6326
  msgstr ""
6327
 
6328
- #: app/features/mec/settings.php:919 app/libraries/main.php:543
6329
  msgid "User Profile"
6330
  msgstr ""
6331
 
6332
- #: app/features/mec/settings.php:921
6333
  #, php-format
6334
  msgid ""
6335
  "Put %s shortcode into your desired page. Then users are able to see the "
6336
  "history of their bookings."
6337
  msgstr ""
6338
 
6339
- #: app/features/mec/settings.php:926 app/libraries/main.php:544
6340
  msgid "Search Bar"
6341
  msgstr ""
6342
 
6343
- #: app/features/mec/settings.php:928
6344
  #, php-format
6345
  msgid ""
6346
  "Put %s shortcode into your desired page. Then users are able to search events"
6347
  msgstr ""
6348
 
6349
- #: app/features/mec/settings.php:932
6350
  msgid "Ajax Live mode"
6351
  msgstr ""
6352
 
6353
- #: app/features/mec/settings.php:936
6354
  msgid "Ajax mode"
6355
  msgstr ""
6356
 
6357
- #: app/features/mec/settings.php:937
6358
  msgid ""
6359
  "if you enable this option, the search button will disappear. To use this "
6360
  "feature, text input field must be enabled."
6361
  msgstr ""
6362
 
6363
- #: app/features/mec/settings.php:945
6364
  msgid "Modern Type"
6365
  msgstr ""
6366
 
6367
- #: app/features/mec/settings.php:949
6368
  msgid "Search bar fields"
6369
  msgstr ""
6370
 
6371
- #: app/features/mec/settings.php:991
6372
  msgid "Text input"
6373
  msgstr ""
6374
 
6375
- #: app/features/mec/settings.php:1004
6376
  msgid "Enable Mailchimp Integration"
6377
  msgstr ""
6378
 
6379
- #: app/features/mec/settings.php:1009 app/features/mec/settings.php:1014
6380
- #: app/features/mec/settings.php:1063 app/features/mec/settings.php:1087
6381
- #: app/features/mec/settings.php:1111 app/features/mec/settings.php:1182
6382
  msgid "API Key"
6383
  msgstr ""
6384
 
6385
- #: app/features/mec/settings.php:1022 app/features/mec/settings.php:1027
6386
- #: app/features/mec/settings.php:1069 app/features/mec/settings.php:1188
6387
  msgid "List ID"
6388
  msgstr ""
6389
 
6390
- #: app/features/mec/settings.php:1035 app/features/mec/settings.php:1043
6391
  msgid "Subscription Status"
6392
  msgstr ""
6393
 
6394
- #: app/features/mec/settings.php:1038
6395
  msgid "Subscribe automatically"
6396
  msgstr ""
6397
 
6398
- #: app/features/mec/settings.php:1039
6399
  msgid "Subscribe by verification"
6400
  msgstr ""
6401
 
6402
- #: app/features/mec/settings.php:1044
6403
  msgid ""
6404
  "If you choose \"Subscribe by verification\" then an email will be send to "
6405
  "the user by mailchimp for subscription verification."
6406
  msgstr ""
6407
 
6408
- #: app/features/mec/settings.php:1054 app/libraries/main.php:546
6409
  msgid "Campaign Monitor Integration"
6410
  msgstr ""
6411
 
6412
- #: app/features/mec/settings.php:1058
6413
  msgid "Enable Campaign Monitor Integration"
6414
  msgstr ""
6415
 
6416
- #: app/features/mec/settings.php:1078 app/libraries/main.php:547
6417
  msgid "MailerLite Integration"
6418
  msgstr ""
6419
 
6420
- #: app/features/mec/settings.php:1082
6421
  msgid "Enable MailerLite Integration"
6422
  msgstr ""
6423
 
6424
- #: app/features/mec/settings.php:1093
6425
  msgid "Group ID"
6426
  msgstr ""
6427
 
6428
- #: app/features/mec/settings.php:1102 app/libraries/main.php:548
6429
  msgid "Constant Contact Integration"
6430
  msgstr ""
6431
 
6432
- #: app/features/mec/settings.php:1106
6433
  msgid "Enable constantcontact Integration"
6434
  msgstr ""
6435
 
6436
- #: app/features/mec/settings.php:1117
6437
  msgid "Access Token"
6438
  msgstr ""
6439
 
6440
- #: app/features/mec/settings.php:1141 app/features/mec/settings.php:1156
6441
  msgid "Select List"
6442
  msgstr ""
6443
 
6444
- #: app/features/mec/settings.php:1157
6445
  msgid ""
6446
  "Please fill in the API key and Access Token field and save settings. after "
6447
  "that, please refresh the page and select a list."
6448
  msgstr ""
6449
 
6450
- #: app/features/mec/settings.php:1167 app/libraries/main.php:549
6451
  msgid "Active Campaign Integration"
6452
  msgstr ""
6453
 
6454
- #: app/features/mec/settings.php:1171
6455
  msgid "Enable Active Campaign Integration"
6456
  msgstr ""
6457
 
6458
- #: app/features/mec/settings.php:1176
6459
  msgid "API URL"
6460
  msgstr ""
6461
 
6462
- #: app/features/mec/settings.php:1197
6463
  msgid "Upload Field Options"
6464
  msgstr ""
6465
 
6466
- #: app/features/mec/settings.php:1199
6467
  msgid "Mime types"
6468
  msgstr ""
6469
 
6470
- #: app/features/mec/settings.php:1203
6471
  msgid "Split mime types with \",\"."
6472
  msgstr ""
6473
 
6474
- #: app/features/mec/settings.php:1203
6475
  msgid "Default: jpeg,jpg,png,pdf"
6476
  msgstr ""
6477
 
6478
- #: app/features/mec/settings.php:1206
6479
  msgid "Maximum file size"
6480
  msgstr ""
6481
 
6482
- #: app/features/mec/settings.php:1210
6483
  msgid "The unit is Megabyte \"MB\""
6484
  msgstr ""
6485
 
6486
- #: app/features/mec/single.php:38 app/libraries/main.php:554
6487
  msgid "Single Event Page"
6488
  msgstr ""
6489
 
@@ -6587,11 +6599,11 @@ msgid ""
6587
  "the settings page.' tab"
6588
  msgstr ""
6589
 
6590
- #: app/features/mec/single.php:162 app/libraries/main.php:555
6591
  msgid "Custom Fields"
6592
  msgstr ""
6593
 
6594
- #: app/features/mec/single.php:192 app/libraries/main.php:3336
6595
  msgid "URL"
6596
  msgstr ""
6597
 
@@ -6628,7 +6640,7 @@ msgid ""
6628
  "Using this option you can exclude certain days from event occurrence dates."
6629
  msgstr ""
6630
 
6631
- #: app/features/mec/single.php:286 app/libraries/main.php:558
6632
  msgid "Additional Organizers"
6633
  msgstr ""
6634
 
@@ -6652,7 +6664,7 @@ msgid ""
6652
  "page."
6653
  msgstr ""
6654
 
6655
- #: app/features/mec/single.php:318 app/libraries/main.php:560
6656
  #: app/skins/single.php:166 app/skins/single.php:418
6657
  msgid "Related Events"
6658
  msgstr ""
@@ -6665,7 +6677,7 @@ msgstr ""
6665
  msgid "Select Taxonomies:"
6666
  msgstr ""
6667
 
6668
- #: app/features/mec/single.php:360 app/libraries/main.php:561
6669
  msgid "Next / Previous Events"
6670
  msgstr ""
6671
 
@@ -6673,7 +6685,7 @@ msgstr ""
6673
  msgid "Display next / previous events based on taxonomy in single event page."
6674
  msgstr ""
6675
 
6676
- #: app/features/mec/single.php:402 app/libraries/main.php:604
6677
  msgid "Edit Per Occurrences"
6678
  msgstr ""
6679
 
@@ -6848,7 +6860,7 @@ msgstr ""
6848
  msgid "MEC Settings"
6849
  msgstr ""
6850
 
6851
- #: app/features/mec/support-page.php:99 app/libraries/main.php:656
6852
  msgid "Single Event"
6853
  msgstr ""
6854
 
@@ -7145,11 +7157,11 @@ msgstr ""
7145
  msgid "Create a support ticket"
7146
  msgstr ""
7147
 
7148
- #: app/features/mec/support.php:52 app/libraries/main.php:802
7149
  msgid "Styling Options"
7150
  msgstr ""
7151
 
7152
- #: app/features/mec/support.php:59 app/libraries/main.php:809
7153
  msgid "Custom CSS"
7154
  msgstr ""
7155
 
@@ -7221,15 +7233,15 @@ msgstr ""
7221
  msgid "Attendee Price (for booking confirmation notification)"
7222
  msgstr ""
7223
 
7224
- #: app/features/notifications.php:149
7225
  msgid "Email Verification"
7226
  msgstr ""
7227
 
7228
- #: app/features/notifications.php:152
7229
  msgid "Booking Notification"
7230
  msgstr ""
7231
 
7232
- #: app/features/notifications.php:161
7233
  msgid "Admin Notification"
7234
  msgstr ""
7235
 
@@ -7368,8 +7380,8 @@ msgstr ""
7368
  msgid "eg. https://webnus.net"
7369
  msgstr ""
7370
 
7371
- #: app/features/organizers.php:312 app/libraries/main.php:6249
7372
- #: app/libraries/main.php:6296 app/skins/single.php:1290
7373
  msgid "Other Organizers"
7374
  msgstr ""
7375
 
@@ -7515,7 +7527,7 @@ msgstr ""
7515
  msgid "Please %s/%s in order to see your bookings / profile."
7516
  msgstr ""
7517
 
7518
- #: app/features/profile/profile.php:20 app/libraries/main.php:2446
7519
  msgid "Your booking already canceled!"
7520
  msgstr ""
7521
 
@@ -7523,11 +7535,11 @@ msgstr ""
7523
  msgid "#"
7524
  msgstr ""
7525
 
7526
- #: app/features/profile/profile.php:61 app/libraries/main.php:3668
7527
  msgid "Status"
7528
  msgstr ""
7529
 
7530
- #: app/features/profile/profile.php:64 app/libraries/main.php:2644
7531
  msgid "Attendees"
7532
  msgstr ""
7533
 
@@ -7583,12 +7595,12 @@ msgstr ""
7583
  msgid "No search result."
7584
  msgstr ""
7585
 
7586
- #: app/features/search_bar/search_result.php:12 app/libraries/main.php:6251
7587
- #: app/libraries/main.php:6298 app/libraries/notifications.php:1025
7588
- #: app/libraries/render.php:531 app/libraries/render.php:851
7589
  #: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
7590
  #: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
7591
- #: app/modules/next-event/details.php:145 app/skins/single.php:1182
7592
  #: app/skins/single/default.php:124 app/skins/single/default.php:358
7593
  #: app/skins/single/m1.php:46 app/skins/single/modern.php:222
7594
  msgid "All Day"
@@ -7612,7 +7624,7 @@ msgid "Insert speaker email address."
7612
  msgstr ""
7613
 
7614
  #: app/features/speakers.php:135 app/features/speakers.php:208
7615
- #: app/skins/single.php:1264 app/skins/single.php:1323
7616
  #: app/skins/single/default.php:202 app/skins/single/default.php:268
7617
  #: app/skins/single/default.php:435 app/skins/single/default.php:501
7618
  #: app/skins/single/m1.php:126 app/skins/single/m1.php:180
@@ -7671,9 +7683,9 @@ msgid ""
7671
  "section and speaker widget section!"
7672
  msgstr ""
7673
 
7674
- #: app/features/wc.php:103 app/libraries/notifications.php:1010
7675
- #: app/libraries/notifications.php:1025 app/libraries/notifications.php:1036
7676
- #: app/libraries/notifications.php:1304 app/libraries/notifications.php:1305
7677
  #, php-format
7678
  msgid "%s to %s"
7679
  msgstr ""
@@ -7697,8 +7709,8 @@ msgstr ""
7697
  msgid "Discount"
7698
  msgstr ""
7699
 
7700
- #: app/libraries/book.php:868 app/modules/booking/default.php:415
7701
- #: app/modules/booking/default.php:520
7702
  msgid "Download Invoice"
7703
  msgstr ""
7704
 
@@ -7773,112 +7785,112 @@ msgstr ""
7773
  msgid "There is no excerpt because this is a protected post."
7774
  msgstr ""
7775
 
7776
- #: app/libraries/main.php:337 app/libraries/main.php:2058
7777
- #: app/libraries/main.php:2083
7778
  msgid "Agenda View"
7779
  msgstr ""
7780
 
7781
- #: app/libraries/main.php:338 app/libraries/main.php:2049
7782
- #: app/libraries/main.php:2074
7783
  msgid "Full Calendar"
7784
  msgstr ""
7785
 
7786
- #: app/libraries/main.php:340 app/libraries/main.php:2051
7787
- #: app/libraries/main.php:2076
7788
  msgid "Calendar/Monthly View"
7789
  msgstr ""
7790
 
7791
- #: app/libraries/main.php:343 app/libraries/main.php:2054
7792
- #: app/libraries/main.php:2079
7793
  msgid "Timetable View"
7794
  msgstr ""
7795
 
7796
- #: app/libraries/main.php:344 app/libraries/main.php:2055
7797
- #: app/libraries/main.php:2080
7798
  msgid "Masonry View"
7799
  msgstr ""
7800
 
7801
- #: app/libraries/main.php:345 app/libraries/main.php:2059
7802
- #: app/libraries/main.php:2084
7803
  msgid "Map View"
7804
  msgstr ""
7805
 
7806
- #: app/libraries/main.php:346
7807
  msgid "Cover View"
7808
  msgstr ""
7809
 
7810
- #: app/libraries/main.php:347
7811
  msgid "Countdown View"
7812
  msgstr ""
7813
 
7814
- #: app/libraries/main.php:348
7815
  msgid "Available Spot"
7816
  msgstr ""
7817
 
7818
- #: app/libraries/main.php:349
7819
  msgid "Carousel View"
7820
  msgstr ""
7821
 
7822
- #: app/libraries/main.php:350
7823
  msgid "Slider View"
7824
  msgstr ""
7825
 
7826
- #: app/libraries/main.php:351
7827
  msgid "Timeline View"
7828
  msgstr ""
7829
 
7830
- #: app/libraries/main.php:390 app/libraries/main.php:6223
7831
- #: app/libraries/main.php:6277
7832
  msgid "SU"
7833
  msgstr ""
7834
 
7835
- #: app/libraries/main.php:391 app/libraries/main.php:6224
7836
- #: app/libraries/main.php:6278
7837
  msgid "MO"
7838
  msgstr ""
7839
 
7840
- #: app/libraries/main.php:392 app/libraries/main.php:6225
7841
- #: app/libraries/main.php:6279
7842
  msgid "TU"
7843
  msgstr ""
7844
 
7845
- #: app/libraries/main.php:393 app/libraries/main.php:6226
7846
- #: app/libraries/main.php:6280
7847
  msgid "WE"
7848
  msgstr ""
7849
 
7850
- #: app/libraries/main.php:394 app/libraries/main.php:6227
7851
- #: app/libraries/main.php:6281
7852
  msgid "TH"
7853
  msgstr ""
7854
 
7855
- #: app/libraries/main.php:395 app/libraries/main.php:6228
7856
- #: app/libraries/main.php:6282
7857
  msgid "FR"
7858
  msgstr ""
7859
 
7860
- #: app/libraries/main.php:396 app/libraries/main.php:6229
7861
- #: app/libraries/main.php:6283
7862
  msgid "SA"
7863
  msgstr ""
7864
 
7865
- #: app/libraries/main.php:550
7866
  msgid "Upload Field"
7867
  msgstr ""
7868
 
7869
- #: app/libraries/main.php:559
7870
  msgid "Additional Locations"
7871
  msgstr ""
7872
 
7873
- #: app/libraries/main.php:722
7874
  msgid "Modules"
7875
  msgstr ""
7876
 
7877
- #: app/libraries/main.php:890
7878
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7879
  msgstr ""
7880
 
7881
- #: app/libraries/main.php:897
7882
  msgid ""
7883
  "The time has come at last, and the new practical add-ons for MEC have been "
7884
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -7886,460 +7898,460 @@ msgid ""
7886
  "below:"
7887
  msgstr ""
7888
 
7889
- #: app/libraries/main.php:899
7890
  msgid ""
7891
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7892
  "products) and Woo products at the same time."
7893
  msgstr ""
7894
 
7895
- #: app/libraries/main.php:900
7896
  msgid ""
7897
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7898
  "other websites without MEC. Use JSON output features to make your Apps "
7899
  "compatible with MEC."
7900
  msgstr ""
7901
 
7902
- #: app/libraries/main.php:901
7903
  msgid ""
7904
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7905
  "main websites. Changes in the main one will be inherited by the subsites. "
7906
  "you can set these up in the admin panel."
7907
  msgstr ""
7908
 
7909
- #: app/libraries/main.php:902
7910
  msgid ""
7911
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7912
  "pages can contain ticket purchase information, information about registered "
7913
  "events. Users can now log in to purchase tickets."
7914
  msgstr ""
7915
 
7916
- #: app/libraries/main.php:904
7917
  msgid "find out more"
7918
  msgstr ""
7919
 
7920
- #: app/libraries/main.php:1775
7921
  msgid "Events at this location"
7922
  msgstr ""
7923
 
7924
- #: app/libraries/main.php:1775
7925
  msgid "Event at this location"
7926
  msgstr ""
7927
 
7928
- #: app/libraries/main.php:1827
7929
  msgid "Facebook"
7930
  msgstr ""
7931
 
7932
- #: app/libraries/main.php:1828
7933
  msgid "Twitter"
7934
  msgstr ""
7935
 
7936
- #: app/libraries/main.php:1829 app/libraries/main.php:1886
7937
  msgid "Linkedin"
7938
  msgstr ""
7939
 
7940
- #: app/libraries/main.php:1830 app/libraries/main.php:1922
7941
  msgid "VK"
7942
  msgstr ""
7943
 
7944
- #: app/libraries/main.php:1831
7945
  msgid "Tumblr"
7946
  msgstr ""
7947
 
7948
- #: app/libraries/main.php:1832
7949
  msgid "Pinterest"
7950
  msgstr ""
7951
 
7952
- #: app/libraries/main.php:1833
7953
  msgid "Flipboard"
7954
  msgstr ""
7955
 
7956
- #: app/libraries/main.php:1834
7957
  msgid "GetPocket"
7958
  msgstr ""
7959
 
7960
- #: app/libraries/main.php:1835
7961
  msgid "Reddit"
7962
  msgstr ""
7963
 
7964
- #: app/libraries/main.php:1836
7965
  msgid "WhatsApp"
7966
  msgstr ""
7967
 
7968
- #: app/libraries/main.php:1837
7969
  msgid "Telegram"
7970
  msgstr ""
7971
 
7972
- #: app/libraries/main.php:1856
7973
  msgid "Share on Facebook"
7974
  msgstr ""
7975
 
7976
- #: app/libraries/main.php:1871
7977
  msgid "Tweet"
7978
  msgstr ""
7979
 
7980
- #: app/libraries/main.php:1937
7981
  msgid "Share on Tumblr"
7982
  msgstr ""
7983
 
7984
- #: app/libraries/main.php:1953
7985
  msgid "Share on Pinterest"
7986
  msgstr ""
7987
 
7988
- #: app/libraries/main.php:1969
7989
  msgid "Share on Flipboard"
7990
  msgstr ""
7991
 
7992
- #: app/libraries/main.php:1987
7993
  msgid "Share on GetPocket"
7994
  msgstr ""
7995
 
7996
- #: app/libraries/main.php:2003
7997
  msgid "Share on Reddit"
7998
  msgstr ""
7999
 
8000
- #: app/libraries/main.php:2019
8001
  msgid "Share on Telegram"
8002
  msgstr ""
8003
 
8004
- #: app/libraries/main.php:2037
8005
  msgid "Share on WhatsApp"
8006
  msgstr ""
8007
 
8008
- #: app/libraries/main.php:2060 app/libraries/main.php:2085
8009
  msgid "Custom Shortcode"
8010
  msgstr ""
8011
 
8012
- #: app/libraries/main.php:2426
8013
  msgid "Your booking already verified!"
8014
  msgstr ""
8015
 
8016
- #: app/libraries/main.php:2431
8017
  msgid "Your booking successfully verified."
8018
  msgstr ""
8019
 
8020
- #: app/libraries/main.php:2432
8021
  msgid "Your booking cannot verify!"
8022
  msgstr ""
8023
 
8024
- #: app/libraries/main.php:2457
8025
  msgid "The event is already finished!"
8026
  msgstr ""
8027
 
8028
- #: app/libraries/main.php:2475
8029
  msgid "The cancelation window is passed."
8030
  msgstr ""
8031
 
8032
- #: app/libraries/main.php:2481
8033
  msgid "Your booking successfully canceled."
8034
  msgstr ""
8035
 
8036
- #: app/libraries/main.php:2482
8037
  msgid "Your booking cannot be canceled."
8038
  msgstr ""
8039
 
8040
- #: app/libraries/main.php:2486
8041
  msgid "You canceled the payment successfully."
8042
  msgstr ""
8043
 
8044
- #: app/libraries/main.php:2490
8045
  msgid "You returned from payment gateway successfully."
8046
  msgstr ""
8047
 
8048
- #: app/libraries/main.php:2509
8049
  msgid "Cannot find the invoice!"
8050
  msgstr ""
8051
 
8052
- #: app/libraries/main.php:2509
8053
  msgid "Invoice is invalid."
8054
  msgstr ""
8055
 
8056
- #: app/libraries/main.php:2529
8057
  msgid ""
8058
  "Your booking still is not confirmed. You can download it after confirmation!"
8059
  msgstr ""
8060
 
8061
- #: app/libraries/main.php:2529
8062
  msgid "Booking Not Confirmed."
8063
  msgstr ""
8064
 
8065
- #: app/libraries/main.php:2535
8066
  msgid "Cannot find the booking!"
8067
  msgstr ""
8068
 
8069
- #: app/libraries/main.php:2535
8070
  msgid "Booking is invalid."
8071
  msgstr ""
8072
 
8073
- #: app/libraries/main.php:2568
8074
  #, php-format
8075
  msgid "%s Invoice"
8076
  msgstr ""
8077
 
8078
- #: app/libraries/main.php:2601
8079
  msgid "Date & Time"
8080
  msgstr ""
8081
 
8082
- #: app/libraries/main.php:2618
8083
  msgid "Booking Fields"
8084
  msgstr ""
8085
 
8086
- #: app/libraries/main.php:2690
8087
  msgid "Billing"
8088
  msgstr ""
8089
 
8090
- #: app/libraries/main.php:2702
8091
  msgid "Coupon Code"
8092
  msgstr ""
8093
 
8094
- #: app/libraries/main.php:2707
8095
  msgid "Total"
8096
  msgstr ""
8097
 
8098
- #: app/libraries/main.php:2714
8099
  msgid "Payment"
8100
  msgstr ""
8101
 
8102
- #: app/libraries/main.php:2718
8103
  msgid "Gateway"
8104
  msgstr ""
8105
 
8106
- #: app/libraries/main.php:2731
8107
  msgid "Payment Time"
8108
  msgstr ""
8109
 
8110
- #: app/libraries/main.php:2873
8111
  msgid "Request is not valid."
8112
  msgstr ""
8113
 
8114
- #: app/libraries/main.php:2873
8115
  msgid "iCal export stopped!"
8116
  msgstr ""
8117
 
8118
- #: app/libraries/main.php:3219 app/libraries/main.php:3248
8119
- #: app/libraries/main.php:3277 app/libraries/main.php:3306
8120
- #: app/libraries/main.php:3335 app/libraries/main.php:3364
8121
- #: app/libraries/main.php:3393 app/libraries/main.php:3422
8122
- #: app/libraries/main.php:3451 app/libraries/main.php:3480
8123
- #: app/libraries/main.php:3503 app/libraries/main.php:3549
8124
- #: app/libraries/main.php:3595 app/libraries/main.php:3644
8125
- #: app/libraries/main.php:3693
8126
  msgid "Sort"
8127
  msgstr ""
8128
 
8129
- #: app/libraries/main.php:3226 app/libraries/main.php:3255
8130
- #: app/libraries/main.php:3284 app/libraries/main.php:3313
8131
- #: app/libraries/main.php:3342 app/libraries/main.php:3371
8132
- #: app/libraries/main.php:3400 app/libraries/main.php:3429
8133
- #: app/libraries/main.php:3458 app/libraries/main.php:3510
8134
- #: app/libraries/main.php:3556 app/libraries/main.php:3602
8135
- #: app/libraries/main.php:3651
8136
  msgid "Required Field"
8137
  msgstr ""
8138
 
8139
- #: app/libraries/main.php:3232 app/libraries/main.php:3261
8140
- #: app/libraries/main.php:3290 app/libraries/main.php:3319
8141
- #: app/libraries/main.php:3348 app/libraries/main.php:3377
8142
- #: app/libraries/main.php:3406 app/libraries/main.php:3435
8143
- #: app/libraries/main.php:3464 app/libraries/main.php:3516
8144
- #: app/libraries/main.php:3562 app/libraries/main.php:3608
8145
- #: app/libraries/main.php:3657
8146
  msgid "Insert a label for this field"
8147
  msgstr ""
8148
 
8149
- #: app/libraries/main.php:3486
8150
  msgid "HTML and shortcode are allowed."
8151
  msgstr ""
8152
 
8153
- #: app/libraries/main.php:3529 app/libraries/main.php:3575
8154
- #: app/libraries/main.php:3621
8155
  msgid "Option"
8156
  msgstr ""
8157
 
8158
- #: app/libraries/main.php:3657
8159
  #, php-format
8160
  msgid "Instead of %s, the page title with a link will be show."
8161
  msgstr ""
8162
 
8163
- #: app/libraries/main.php:3659
8164
  msgid "Agreement Page"
8165
  msgstr ""
8166
 
8167
- #: app/libraries/main.php:3670
8168
  msgid "Checked by default"
8169
  msgstr ""
8170
 
8171
- #: app/libraries/main.php:3671
8172
  msgid "Unchecked by default"
8173
  msgstr ""
8174
 
8175
- #: app/libraries/main.php:3695
8176
  msgid "Insert a label for this option"
8177
  msgstr ""
8178
 
8179
- #: app/libraries/main.php:3708
8180
  msgid "Free"
8181
  msgstr ""
8182
 
8183
- #: app/libraries/main.php:4377 app/libraries/main.php:6558
8184
  msgid "M.E. Calender"
8185
  msgstr ""
8186
 
8187
- #: app/libraries/main.php:4533
8188
  #, php-format
8189
  msgid "Copy of %s"
8190
  msgstr ""
8191
 
8192
- #: app/libraries/main.php:5380
8193
  msgid "Booked an event."
8194
  msgstr ""
8195
 
8196
- #: app/libraries/main.php:5421
8197
  #, php-format
8198
  msgid "%s booked %s event."
8199
  msgstr ""
8200
 
8201
- #: app/libraries/main.php:6206 app/libraries/main.php:6260
8202
  msgid "Taxonomies"
8203
  msgstr ""
8204
 
8205
- #: app/libraries/main.php:6208 app/libraries/main.php:6262
8206
  msgid "Category Plural Label"
8207
  msgstr ""
8208
 
8209
- #: app/libraries/main.php:6209 app/libraries/main.php:6263
8210
  msgid "Category Singular Label"
8211
  msgstr ""
8212
 
8213
- #: app/libraries/main.php:6210 app/libraries/main.php:6264
8214
  msgid "Label Plural Label"
8215
  msgstr ""
8216
 
8217
- #: app/libraries/main.php:6211 app/libraries/main.php:6265
8218
  msgid "Label Singular Label"
8219
  msgstr ""
8220
 
8221
- #: app/libraries/main.php:6211 app/libraries/main.php:6265
8222
  msgid "label"
8223
  msgstr ""
8224
 
8225
- #: app/libraries/main.php:6212 app/libraries/main.php:6266
8226
  msgid "Location Plural Label"
8227
  msgstr ""
8228
 
8229
- #: app/libraries/main.php:6213 app/libraries/main.php:6267
8230
  msgid "Location Singular Label"
8231
  msgstr ""
8232
 
8233
- #: app/libraries/main.php:6214 app/libraries/main.php:6268
8234
  msgid "Organizer Plural Label"
8235
  msgstr ""
8236
 
8237
- #: app/libraries/main.php:6215 app/libraries/main.php:6269
8238
  msgid "Organizer Singular Label"
8239
  msgstr ""
8240
 
8241
- #: app/libraries/main.php:6216 app/libraries/main.php:6270
8242
  msgid "Speaker Plural Label"
8243
  msgstr ""
8244
 
8245
- #: app/libraries/main.php:6217 app/libraries/main.php:6271
8246
  msgid "Speaker Singular Label"
8247
  msgstr ""
8248
 
8249
- #: app/libraries/main.php:6223 app/libraries/main.php:6277
8250
  msgid "Sunday abbreviation"
8251
  msgstr ""
8252
 
8253
- #: app/libraries/main.php:6224 app/libraries/main.php:6278
8254
  msgid "Monday abbreviation"
8255
  msgstr ""
8256
 
8257
- #: app/libraries/main.php:6225 app/libraries/main.php:6279
8258
  msgid "Tuesday abbreviation"
8259
  msgstr ""
8260
 
8261
- #: app/libraries/main.php:6226 app/libraries/main.php:6280
8262
  msgid "Wednesday abbreviation"
8263
  msgstr ""
8264
 
8265
- #: app/libraries/main.php:6227 app/libraries/main.php:6281
8266
  msgid "Thursday abbreviation"
8267
  msgstr ""
8268
 
8269
- #: app/libraries/main.php:6228 app/libraries/main.php:6282
8270
  msgid "Friday abbreviation"
8271
  msgstr ""
8272
 
8273
- #: app/libraries/main.php:6229 app/libraries/main.php:6283
8274
  msgid "Saturday abbreviation"
8275
  msgstr ""
8276
 
8277
- #: app/libraries/main.php:6233 app/libraries/main.php:6287
8278
  msgid "Others"
8279
  msgstr ""
8280
 
8281
- #: app/libraries/main.php:6235
8282
  msgid "Booking Success Message"
8283
  msgstr ""
8284
 
8285
- #: app/libraries/main.php:6235
8286
  msgid ""
8287
  "Thanks you for booking. Your tickets are booked, booking verification might "
8288
  "be needed, please check your email."
8289
  msgstr ""
8290
 
8291
- #: app/libraries/main.php:6236
8292
  msgid "Booking Restriction Message 1"
8293
  msgstr ""
8294
 
8295
- #: app/libraries/main.php:6236
8296
  #, php-format
8297
  msgid ""
8298
  "You selected %s tickets to book but maximum number of tikets per user is %s "
8299
  "tickets."
8300
  msgstr ""
8301
 
8302
- #: app/libraries/main.php:6237
8303
  msgid "Booking Restriction Message 2"
8304
  msgstr ""
8305
 
8306
- #: app/libraries/main.php:6237
8307
  #, php-format
8308
  msgid ""
8309
  "You booked %s tickets till now but maximum number of tickets per user is %s "
8310
  "tickets."
8311
  msgstr ""
8312
 
8313
- #: app/libraries/main.php:6238
8314
  msgid "Booking IP Restriction Message"
8315
  msgstr ""
8316
 
8317
- #: app/libraries/main.php:6238
8318
  #, php-format
8319
  msgid "Maximum allowed number of tickets that you can book is %s."
8320
  msgstr ""
8321
 
8322
- #: app/libraries/main.php:6239
8323
  msgid "Booking Button"
8324
  msgstr ""
8325
 
8326
- #: app/libraries/main.php:6239 app/libraries/skins.php:1257
8327
  #: app/modules/booking/steps/tickets.php:99
8328
  msgid "Book Event"
8329
  msgstr ""
8330
 
8331
- #: app/libraries/main.php:6240 app/libraries/main.php:6289
8332
  #: app/widgets/single.php:131
8333
  msgid "Register Button"
8334
  msgstr ""
8335
 
8336
- #: app/libraries/main.php:6240 app/libraries/main.php:6289
8337
  #: app/skins/available_spot/tpl.php:208 app/skins/carousel/render.php:106
8338
  #: app/skins/carousel/render.php:144 app/skins/grid/render.php:103
8339
  #: app/skins/grid/render.php:161 app/skins/grid/render.php:219
8340
  #: app/skins/grid/render.php:240 app/skins/list/render.php:70
8341
  #: app/skins/list/render.php:165 app/skins/masonry/render.php:150
8342
- #: app/skins/single.php:478 app/skins/single.php:1203 app/skins/single.php:1206
8343
  #: app/skins/single/default.php:287 app/skins/single/default.php:289
8344
  #: app/skins/single/default.php:520 app/skins/single/default.php:522
8345
  #: app/skins/single/m1.php:143 app/skins/single/m1.php:145
@@ -8351,11 +8363,11 @@ msgstr ""
8351
  msgid "REGISTER"
8352
  msgstr ""
8353
 
8354
- #: app/libraries/main.php:6241 app/libraries/main.php:6290
8355
  msgid "View Detail Button"
8356
  msgstr ""
8357
 
8358
- #: app/libraries/main.php:6241 app/libraries/main.php:6290
8359
  #: app/skins/carousel/render.php:106 app/skins/carousel/render.php:144
8360
  #: app/skins/grid/render.php:103 app/skins/grid/render.php:161
8361
  #: app/skins/grid/render.php:219 app/skins/grid/render.php:240
@@ -8367,124 +8379,124 @@ msgstr ""
8367
  msgid "View Detail"
8368
  msgstr ""
8369
 
8370
- #: app/libraries/main.php:6242 app/libraries/main.php:6291
8371
  msgid "Event Detail Button"
8372
  msgstr ""
8373
 
8374
- #: app/libraries/main.php:6242 app/libraries/main.php:6291
8375
  msgid "Event Detail"
8376
  msgstr ""
8377
 
8378
- #: app/libraries/main.php:6247
8379
  msgid "Ticket (Singular)"
8380
  msgstr ""
8381
 
8382
- #: app/libraries/main.php:6248
8383
  msgid "Tickets (Plural)"
8384
  msgstr ""
8385
 
8386
- #: app/libraries/main.php:6406
8387
  msgid "EventON"
8388
  msgstr ""
8389
 
8390
- #: app/libraries/main.php:6407
8391
  msgid "The Events Calendar"
8392
  msgstr ""
8393
 
8394
- #: app/libraries/main.php:6408
8395
  msgid "Events Schedule WP Plugin"
8396
  msgstr ""
8397
 
8398
- #: app/libraries/main.php:6409
8399
  msgid "Calendarize It"
8400
  msgstr ""
8401
 
8402
- #: app/libraries/main.php:6410
8403
  msgid "Event Espresso"
8404
  msgstr ""
8405
 
8406
- #: app/libraries/main.php:6411
8407
  msgid "Events Manager (Recurring)"
8408
  msgstr ""
8409
 
8410
- #: app/libraries/main.php:6412
8411
  msgid "Events Manager (Single)"
8412
  msgstr ""
8413
 
8414
- #: app/libraries/main.php:6413
8415
  msgid "WP Event Manager"
8416
  msgstr ""
8417
 
8418
- #: app/libraries/main.php:6497 app/libraries/main.php:6519
8419
  msgid "Pending"
8420
  msgstr ""
8421
 
8422
- #: app/libraries/main.php:6545
8423
  msgid "Waiting"
8424
  msgstr ""
8425
 
8426
- #: app/libraries/main.php:6588
8427
  msgid "Sun"
8428
  msgstr ""
8429
 
8430
- #: app/libraries/main.php:6588
8431
  msgid "Mon"
8432
  msgstr ""
8433
 
8434
- #: app/libraries/main.php:6588
8435
  msgid "Tue"
8436
  msgstr ""
8437
 
8438
- #: app/libraries/main.php:6588
8439
  msgid "Wed"
8440
  msgstr ""
8441
 
8442
- #: app/libraries/main.php:6588
8443
  msgid "Thu"
8444
  msgstr ""
8445
 
8446
- #: app/libraries/main.php:6588
8447
  msgid "Fri"
8448
  msgstr ""
8449
 
8450
- #: app/libraries/main.php:6588
8451
  msgid "Sat"
8452
  msgstr ""
8453
 
8454
- #: app/libraries/main.php:6750 app/libraries/render.php:80
8455
  #: app/libraries/render.php:445
8456
  msgid "Skin controller does not exist."
8457
  msgstr ""
8458
 
8459
- #: app/libraries/main.php:6965
8460
  msgid "Sold Out"
8461
  msgstr ""
8462
 
8463
- #: app/libraries/main.php:6976
8464
  msgid "Last Few Tickets"
8465
  msgstr ""
8466
 
8467
- #: app/libraries/main.php:7305 app/libraries/main.php:7322
8468
  msgid "Minutes"
8469
  msgstr ""
8470
 
8471
- #: app/libraries/main.php:7327
8472
  msgid "AM / PM"
8473
  msgstr ""
8474
 
8475
- #: app/libraries/main.php:7328
8476
  msgid "AM"
8477
  msgstr ""
8478
 
8479
- #: app/libraries/main.php:7329
8480
  msgid "PM"
8481
  msgstr ""
8482
 
8483
- #: app/libraries/main.php:7337
8484
  msgid "Ongoing..."
8485
  msgstr ""
8486
 
8487
- #: app/libraries/main.php:7338
8488
  msgid "Expired!"
8489
  msgstr ""
8490
 
@@ -8512,36 +8524,36 @@ msgstr ""
8512
  msgid "A new event is added."
8513
  msgstr ""
8514
 
8515
- #: app/libraries/notifications.php:834
8516
  msgid "Your event is published."
8517
  msgstr ""
8518
 
8519
- #: app/libraries/notifications.php:1248
8520
  msgid "to"
8521
  msgstr ""
8522
 
8523
- #: app/libraries/notifications.php:1269 app/modules/export/details.php:46
8524
  msgid "+ Add to Google Calendar"
8525
  msgstr ""
8526
 
8527
- #: app/libraries/notifications.php:1270 app/modules/export/details.php:47
8528
  msgid "+ iCal / Outlook export"
8529
  msgstr ""
8530
 
8531
- #: app/libraries/notifications.php:1319
8532
  #, php-format
8533
  msgid "+ %s to Google Calendar"
8534
  msgstr ""
8535
 
8536
- #: app/libraries/notifications.php:1399
8537
  msgid "Yes"
8538
  msgstr ""
8539
 
8540
- #: app/libraries/notifications.php:1399
8541
  msgid "No"
8542
  msgstr ""
8543
 
8544
- #: app/libraries/skins.php:1083
8545
  msgid "Select"
8546
  msgstr ""
8547
 
@@ -8656,15 +8668,15 @@ msgstr ""
8656
  msgid "The event is ongoing."
8657
  msgstr ""
8658
 
8659
- #: app/modules/googlemap/details.php:125
8660
  msgid "Address from ..."
8661
  msgstr ""
8662
 
8663
- #: app/modules/googlemap/details.php:129
8664
  msgid "Get Directions"
8665
  msgstr ""
8666
 
8667
- #: app/modules/links/details.php:17 app/skins/single.php:886
8668
  msgid "Share this event"
8669
  msgstr ""
8670
 
@@ -8715,7 +8727,7 @@ msgstr ""
8715
  msgid "Go to occurrence page"
8716
  msgstr ""
8717
 
8718
- #: app/modules/next-event/details.php:139 app/skins/single.php:1176
8719
  #: app/skins/single/default.php:118 app/skins/single/default.php:352
8720
  #: app/skins/single/m1.php:40 app/skins/single/modern.php:216
8721
  msgid "Time"
@@ -8863,20 +8875,20 @@ msgstr ""
8863
  msgid "Home"
8864
  msgstr ""
8865
 
8866
- #: app/skins/single.php:970 app/skins/single/default.php:64
8867
  #: app/skins/single/m1.php:278 app/skins/single/m2.php:199
8868
  #: app/skins/single/modern.php:300
8869
  msgid "Sold out!"
8870
  msgstr ""
8871
 
8872
- #: app/skins/single.php:1250 app/skins/single.php:1309
8873
  #: app/skins/single/default.php:254 app/skins/single/default.php:487
8874
  #: app/skins/single/m1.php:112 app/skins/single/m2.php:35
8875
  #: app/skins/single/modern.php:58
8876
  msgid "Phone"
8877
  msgstr ""
8878
 
8879
- #: app/skins/single.php:1399
8880
  msgid "Speakers:"
8881
  msgstr ""
8882
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: modern-events-calendar\n"
4
+ "POT-Creation-Date: 2020-10-28 10:07+0330\n"
5
+ "PO-Revision-Date: 2020-10-28 10:07+0330\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
18
 
19
  #: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
20
  #: app/features/ix/import.php:37 app/features/ix/import.php:55
21
+ #: app/features/ix/thirdparty.php:26 app/features/mec.php:1156
22
+ #: app/features/mec.php:1186 app/features/mec/dashboard.php:63
23
  #: app/widgets/MEC.php:33
24
  msgid "Modern Events Calendar"
25
  msgstr ""
76
  msgstr ""
77
 
78
  #: app/features/colors.php:50 app/features/fes/form.php:915
79
+ #: app/features/mec/settings.php:764
80
  msgid "Event Color"
81
  msgstr ""
82
 
87
  #: app/features/contextual.php:55 app/features/mec.php:474
88
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
89
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
90
+ #: app/libraries/main.php:616
91
  msgid "Settings"
92
  msgstr ""
93
 
94
  #: app/features/contextual.php:62 app/features/events.php:1617
95
+ #: app/features/events.php:2492 app/features/mec/booking.php:606
96
+ #: app/features/mec/booking.php:854 app/features/mec/support.php:29
97
+ #: app/libraries/main.php:571
98
  msgid "Booking Form"
99
  msgstr ""
100
 
108
  msgstr ""
109
 
110
  #: app/features/contextual.php:70 app/features/events.php:1625
111
+ #: app/features/mec/booking.php:798 app/features/mec/support-page.php:115
112
+ #: app/features/mec/support.php:36 app/libraries/main.php:572
113
  msgid "Payment Gateways"
114
  msgstr ""
115
 
122
 
123
  #: app/features/contextual.php:77 app/features/events.php:352
124
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
125
+ #: app/libraries/main.php:764
126
  msgid "Notifications"
127
  msgstr ""
128
 
186
  msgstr ""
187
 
188
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
189
+ #: app/features/mec/support-page.php:97 app/libraries/main.php:538
190
  msgid "General Options"
191
  msgstr ""
192
 
193
+ #: app/features/contextual.php:139 app/features/mec/settings.php:483
194
+ #: app/libraries/main.php:540
195
  msgid "Slugs/Permalinks"
196
  msgstr ""
197
 
199
  msgid "Event Details/Single Event Page"
200
  msgstr ""
201
 
202
+ #: app/features/contextual.php:166 app/features/mec/settings.php:515
203
+ #: app/libraries/main.php:541
204
  msgid "Currency Options"
205
  msgstr ""
206
 
208
  msgid "Google Maps Options"
209
  msgstr ""
210
 
211
+ #: app/features/contextual.php:244 app/features/mec/settings.php:572
212
+ #: app/libraries/main.php:542
213
  msgid "Google Recaptcha Options"
214
  msgstr ""
215
 
216
  #: app/features/contextual.php:258 app/features/mec/single.php:248
217
+ #: app/libraries/main.php:557
218
  msgid "Countdown Options"
219
  msgstr ""
220
 
221
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
222
+ #: app/libraries/main.php:582
223
  msgid "Social Networks"
224
  msgstr ""
225
 
227
  msgid "Next Event Module"
228
  msgstr ""
229
 
230
+ #: app/features/contextual.php:286 app/features/mec/settings.php:612
231
+ #: app/features/mec/support-page.php:98 app/libraries/main.php:543
232
  msgid "Frontend Event Submission"
233
  msgstr ""
234
 
235
  #: app/features/contextual.php:298 app/features/events.php:345
236
+ #: app/libraries/main.php:558
237
  msgid "Exceptional Days"
238
  msgstr ""
239
 
240
  #: app/features/contextual.php:308 app/features/events.php:315
241
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
242
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
243
+ #: app/libraries/main.php:566 app/libraries/main.php:596
244
+ #: app/libraries/main.php:681
245
  msgid "Booking"
246
  msgstr ""
247
 
248
+ #: app/features/contextual.php:318 app/features/mec/booking.php:428
249
+ #: app/features/mec/booking.php:814 app/libraries/main.php:568
250
  msgid "Coupons"
251
  msgstr ""
252
 
253
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
254
+ #: app/libraries/main.php:584
255
  msgid "BuddyPress Integration"
256
  msgstr ""
257
 
258
+ #: app/features/contextual.php:334 app/features/mec/settings.php:1001
259
+ #: app/libraries/main.php:546
260
  msgid "Mailchimp Integration"
261
  msgstr ""
262
 
265
  msgstr ""
266
 
267
  #: app/features/dlfile.php:121 app/features/events.php:1622
268
+ #: app/features/mec/booking.php:348 app/features/mec/settings.php:836
269
  msgid "Downloadable File"
270
  msgstr ""
271
 
296
  msgstr ""
297
 
298
  #: app/features/events.php:167 app/features/ix/export.php:34
299
+ #: app/features/mec/dashboard.php:265 app/libraries/main.php:5504
300
+ #: app/libraries/main.php:5524 app/skins/daily_view/tpl.php:82
301
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
302
  #: app/skins/yearly_view/tpl.php:71
303
  msgid "Events"
357
  #: app/features/mec/meta_boxes/search_form.php:584
358
  #: app/features/mec/meta_boxes/search_form.php:654
359
  #: app/features/mec/meta_boxes/search_form.php:760
360
+ #: app/features/mec/settings.php:908 app/features/mec/settings.php:954
361
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
362
+ #: app/features/search.php:68 app/libraries/main.php:6250
363
+ #: app/libraries/main.php:6304 app/libraries/skins.php:934
364
+ #: app/skins/single.php:993 app/skins/single/default.php:219
365
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
366
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
367
  msgid "Category"
370
  #: app/features/events.php:193 app/features/events.php:3526
371
  #: app/features/fes/form.php:865 app/features/mec.php:462
372
  #: app/features/mec/meta_boxes/filter.php:69
373
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6249
374
+ #: app/libraries/main.php:6303
375
  msgid "Categories"
376
  msgstr ""
377
 
460
  msgstr ""
461
 
462
  #: app/features/events.php:346 app/features/events.php:1360
463
+ #: app/features/mec/settings.php:794 app/skins/single.php:1386
464
  msgid "Hourly Schedule"
465
  msgstr ""
466
 
487
  #: app/features/mec/meta_boxes/search_form.php:599
488
  #: app/features/mec/meta_boxes/search_form.php:669
489
  #: app/features/mec/meta_boxes/search_form.php:775
490
+ #: app/features/mec/settings.php:966 app/features/mec/single.php:335
491
  #: app/features/mec/single.php:377 app/features/organizers.php:58
492
  #: app/features/organizers.php:204 app/features/organizers.php:260
493
  #: app/features/organizers.php:262 app/features/organizers.php:271
494
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
495
+ #: app/features/search.php:80 app/libraries/main.php:6256
496
+ #: app/libraries/main.php:6310 app/libraries/skins.php:986
497
+ #: app/skins/single.php:1241 app/skins/single/default.php:244
498
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
499
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
500
  msgid "Organizer"
501
  msgstr ""
502
 
503
  #: app/features/events.php:350 app/features/events.php:1165
504
+ #: app/features/fes/form.php:836 app/features/mec/settings.php:905
505
+ #: app/libraries/main.php:6287 app/libraries/main.php:6336
506
+ #: app/skins/single.php:1019 app/skins/single/default.php:142
507
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
508
  #: app/skins/single/modern.php:237
509
  msgid "Cost"
526
  #: app/features/fes/form.php:795 app/features/labels.php:178
527
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
528
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
529
+ #: app/libraries/notifications.php:1382 app/modules/booking/steps/form.php:61
530
  msgid "Name"
531
  msgstr ""
532
 
534
  #: app/features/events.php:2549 app/features/events.php:2638
535
  #: app/features/events.php:4089 app/features/fes.php:243
536
  #: app/features/fes/form.php:791 app/features/login/login.php:5
537
+ #: app/features/mec/booking.php:65 app/features/mec/booking.php:644
538
+ #: app/features/mec/booking.php:740 app/features/mec/single.php:191
539
  #: app/features/organizers.php:111 app/features/organizers.php:152
540
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
541
+ #: app/features/speakers.php:204 app/libraries/main.php:1839
542
+ #: app/libraries/main.php:1908 app/libraries/main.php:3330
543
+ #: app/libraries/notifications.php:1383 app/modules/booking/steps/form.php:70
544
+ #: app/modules/booking/steps/form.php:208 app/skins/single.php:1258
545
+ #: app/skins/single.php:1317 app/skins/single/default.php:261
546
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
547
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
548
  msgid "Email"
562
  #: app/features/events.php:3574 app/features/events.php:3762
563
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
564
  #: app/features/ix.php:3980 app/features/ix.php:4022
565
+ #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1344
566
  #: app/features/mec/meta_boxes/display_options.php:52
567
  #: app/features/mec/meta_boxes/display_options.php:295
568
  #: app/features/mec/meta_boxes/display_options.php:549
586
  #: app/features/events.php:3575 app/features/events.php:3762
587
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
588
  #: app/features/ix.php:3980 app/features/ix.php:4022
589
+ #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1345
590
  #: app/features/popup/event.php:92
591
  msgid "End Date"
592
  msgstr ""
625
  #: app/features/events.php:2408 app/features/events.php:2421
626
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
627
  #: app/features/locations.php:336 app/features/mec/booking.php:117
628
+ #: app/features/mec/booking.php:140 app/features/mec/booking.php:212
629
+ #: app/features/mec/booking.php:279 app/features/mec/booking.php:292
630
+ #: app/features/mec/booking.php:309 app/features/mec/booking.php:349
631
+ #: app/features/mec/booking.php:473 app/features/mec/booking.php:502
632
+ #: app/features/mec/booking.php:550 app/features/mec/booking.php:560
633
+ #: app/features/mec/booking.php:582 app/features/mec/booking.php:592
634
+ #: app/features/mec/booking.php:830 app/features/mec/booking.php:856
635
  #: app/features/mec/dashboard.php:71
636
  #: app/features/mec/meta_boxes/display_options.php:85
637
  #: app/features/mec/meta_boxes/display_options.php:98
668
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
669
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
670
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
671
+ #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:206
672
+ #: app/features/mec/notifications.php:326
673
+ #: app/features/mec/notifications.php:452
674
+ #: app/features/mec/notifications.php:573
675
+ #: app/features/mec/notifications.php:697
676
+ #: app/features/mec/notifications.php:708
677
+ #: app/features/mec/notifications.php:832
678
+ #: app/features/mec/notifications.php:917 app/features/mec/settings.php:74
679
+ #: app/features/mec/settings.php:93 app/features/mec/settings.php:140
680
+ #: app/features/mec/settings.php:175 app/features/mec/settings.php:196
681
+ #: app/features/mec/settings.php:241 app/features/mec/settings.php:284
682
+ #: app/features/mec/settings.php:361 app/features/mec/settings.php:438
683
+ #: app/features/mec/settings.php:455 app/features/mec/settings.php:472
684
+ #: app/features/mec/settings.php:491 app/features/mec/settings.php:505
685
+ #: app/features/mec/settings.php:533 app/features/mec/settings.php:624
686
+ #: app/features/mec/settings.php:876 app/features/mec/settings.php:892
687
+ #: app/features/mec/settings.php:1016 app/features/mec/settings.php:1029
688
+ #: app/features/mec/settings.php:1045 app/features/mec/single.php:46
689
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
690
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
691
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
692
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
693
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
694
  #: app/features/organizers.php:272 app/features/popup/event.php:126
695
+ #: app/features/popup/event.php:173 app/skins/single.php:1104
696
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
697
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
698
  #: app/skins/single/modern.php:163
736
  msgstr ""
737
 
738
  #: app/features/events.php:665 app/features/fes/form.php:372
739
+ #: app/features/mec.php:1347 app/skins/default_full_calendar/tpl.php:77
740
  #: app/skins/full_calendar/tpl.php:124
741
  msgid "Daily"
742
  msgstr ""
760
  msgstr ""
761
 
762
  #: app/features/events.php:700 app/features/fes/form.php:377
763
+ #: app/features/mec.php:1348 app/skins/default_full_calendar/tpl.php:75
764
  #: app/skins/full_calendar/tpl.php:122
765
  msgid "Monthly"
766
  msgstr ""
767
 
768
  #: app/features/events.php:707 app/features/fes/form.php:378
769
+ #: app/features/mec.php:1349 app/skins/default_full_calendar/tpl.php:74
770
  #: app/skins/full_calendar/tpl.php:121
771
  msgid "Yearly"
772
  msgstr ""
864
  msgstr ""
865
 
866
  #: app/features/events.php:1117 app/features/fes/form.php:741
867
+ #: app/features/mec/booking.php:170
868
  msgid "After"
869
  msgstr ""
870
 
885
 
886
  #: app/features/events.php:1161 app/features/events.php:3762
887
  #: app/features/fes/form.php:833 app/features/ix.php:3980
888
+ #: app/features/ix.php:4022 app/features/mec/settings.php:740
889
+ #: app/libraries/main.php:6286 app/libraries/main.php:6335
890
  #: app/widgets/single.php:103
891
  msgid "Event Cost"
892
  msgstr ""
901
 
902
  #: app/features/events.php:1269 app/features/events.php:2550
903
  #: app/features/events.php:2639 app/features/fes.php:243
904
+ #: app/features/mec/booking.php:645 app/features/mec/booking.php:741
905
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
906
+ #: app/features/wc.php:83 app/libraries/main.php:3417
907
  #: app/modules/booking/steps/tickets.php:103
908
+ #: app/modules/next-event/details.php:134 app/skins/single.php:1077
909
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
910
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
911
  msgid "Date"
943
  #: app/features/events.php:2397 app/features/events.php:3570
944
  #: app/features/events.php:3762 app/features/fes/form.php:256
945
  #: app/features/ix.php:3980 app/features/ix.php:4022
946
+ #: app/features/mec/booking.php:542 app/features/mec/booking.php:574
947
  #: app/features/mec/styling.php:130
948
  msgid "Title"
949
  msgstr ""
954
  #: app/features/events.php:2006 app/features/events.php:2143
955
  #: app/features/events.php:2242 app/features/events.php:2278
956
  #: app/features/events.php:2385 app/features/events.php:2427
957
+ #: app/features/mec/booking.php:485 app/features/mec/booking.php:514
958
+ #: app/features/mec/booking.php:565 app/features/mec/booking.php:597
959
+ #: app/libraries/main.php:3252 app/libraries/main.php:3281
960
+ #: app/libraries/main.php:3310 app/libraries/main.php:3339
961
+ #: app/libraries/main.php:3368 app/libraries/main.php:3397
962
+ #: app/libraries/main.php:3426 app/libraries/main.php:3455
963
+ #: app/libraries/main.php:3484 app/libraries/main.php:3505
964
+ #: app/libraries/main.php:3536 app/libraries/main.php:3582
965
+ #: app/libraries/main.php:3628 app/libraries/main.php:3677
966
+ #: app/libraries/main.php:3717
967
  msgid "Remove"
968
  msgstr ""
969
 
990
  #: app/features/events.php:1425 app/features/events.php:1458
991
  #: app/features/events.php:1519 app/features/fes/form.php:959
992
  #: app/features/mec.php:470 app/features/mec/modules.php:51
993
+ #: app/features/mec/settings.php:788 app/features/speakers.php:61
994
+ #: app/libraries/main.php:576 app/libraries/main.php:6257
995
+ #: app/libraries/main.php:6311 app/modules/speakers/details.php:18
996
  msgid "Speakers"
997
  msgstr ""
998
 
1001
  msgstr ""
1002
 
1003
  #: app/features/events.php:1550 app/features/fes/form.php:810
1004
+ #: app/features/mec/settings.php:734
1005
  msgid "Event Links"
1006
  msgstr ""
1007
 
1008
  #: app/features/events.php:1553 app/features/events.php:1561
1009
+ #: app/features/fes/form.php:812 app/features/mec/settings.php:906
1010
+ #: app/libraries/main.php:6284 app/libraries/main.php:6333
1011
  msgid "Event Link"
1012
  msgstr ""
1013
 
1028
  msgstr ""
1029
 
1030
  #: app/features/events.php:1571 app/features/events.php:1584
1031
+ #: app/features/fes/form.php:817 app/libraries/main.php:6285
1032
+ #: app/libraries/main.php:6334 app/skins/single.php:1103
1033
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1034
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1035
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
1041
  msgstr ""
1042
 
1043
  #: app/features/events.php:1579 app/features/fes/form.php:821
1044
+ #: app/features/mec.php:991 app/features/popup/shortcode.php:477
1045
  msgid "Current Window"
1046
  msgstr ""
1047
 
1048
  #: app/features/events.php:1580 app/features/fes/form.php:822
1049
+ #: app/features/mec.php:992 app/features/popup/shortcode.php:481
1050
  msgid "New Window"
1051
  msgstr ""
1052
 
1056
  "Insert full link including http(s)://"
1057
  msgstr ""
1058
 
1059
+ #: app/features/events.php:1608 app/features/mec/settings.php:802
1060
  msgid "Booking Options"
1061
  msgstr ""
1062
 
1065
  msgstr ""
1066
 
1067
  #: app/features/events.php:1610 app/features/events.php:1814
1068
+ #: app/libraries/book.php:61 app/libraries/main.php:6289
1069
  #: app/modules/booking/steps/tickets.php:134
1070
  #: app/modules/booking/steps/tickets.php:140
1071
  msgid "Tickets"
1076
  msgstr ""
1077
 
1078
  #: app/features/events.php:1615 app/features/events.php:2311
1079
+ #: app/features/mec/settings.php:814
1080
  msgid "Ticket Variations / Options"
1081
  msgstr ""
1082
 
1083
+ #: app/features/events.php:1619 app/features/mec/booking.php:885
1084
  #: app/features/mec/support-page.php:118
1085
  msgid "Organizer Payment"
1086
  msgstr ""
1134
  "similar."
1135
  msgstr ""
1136
 
1137
+ #: app/features/events.php:1743 app/features/mec/booking.php:146
1138
  msgid "Interval Options"
1139
  msgstr ""
1140
 
1141
  #: app/features/events.php:1745 app/features/events.php:1750
1142
+ #: app/features/mec/booking.php:148 app/features/mec/booking.php:153
1143
  msgid "Show Booking Form Interval"
1144
  msgstr ""
1145
 
1146
+ #: app/features/events.php:1747 app/features/mec/booking.php:150
1147
  msgid "Minutes (e.g 5)"
1148
  msgstr ""
1149
 
1150
+ #: app/features/events.php:1751 app/features/mec/booking.php:154
1151
  msgid ""
1152
  "You can show booking form only at certain times before event start. If you "
1153
  "set this option to 30 then booking form will open only 30 minutes before "
1216
  #: app/features/events.php:2058 app/features/events.php:2061
1217
  #: app/features/events.php:2139 app/features/events.php:2356
1218
  #: app/features/events.php:2360 app/features/events.php:2402
1219
+ #: app/features/events.php:2405 app/features/mec/booking.php:546
1220
+ #: app/features/mec/booking.php:549 app/features/mec/booking.php:578
1221
+ #: app/features/mec/booking.php:581
1222
  msgid "Price"
1223
  msgstr ""
1224
 
1288
  #: app/features/mec/meta_boxes/search_form.php:620
1289
  #: app/features/mec/meta_boxes/search_form.php:690
1290
  #: app/features/mec/meta_boxes/search_form.php:796
1291
+ #: app/features/mec/settings.php:909 app/features/mec/settings.php:986
1292
  #: app/features/mec/single.php:349 app/features/mec/single.php:391
1293
+ #: app/features/search.php:98 app/libraries/skins.php:1064
1294
  msgid "Label"
1295
  msgstr ""
1296
 
1297
  #: app/features/events.php:2216 app/features/events.php:2254
1298
+ #: app/features/mec/booking.php:465 app/features/mec/booking.php:494
1299
  msgid "Fee Title"
1300
  msgstr ""
1301
 
1302
  #: app/features/events.php:2222 app/features/events.php:2226
1303
  #: app/features/events.php:2259 app/features/events.php:2262
1304
+ #: app/features/mec/booking.php:469 app/features/mec/booking.php:472
1305
+ #: app/features/mec/booking.php:498 app/features/mec/booking.php:501
1306
  msgid "Amount"
1307
  msgstr ""
1308
 
1309
  #: app/features/events.php:2227 app/features/events.php:2263
1310
+ #: app/features/mec/booking.php:473 app/features/mec/booking.php:502
1311
  msgid ""
1312
  "Fee amount, considered as fixed amount if you set the type to amount "
1313
  "otherwise considered as percentage"
1314
  msgstr ""
1315
 
1316
  #: app/features/events.php:2236 app/features/events.php:2272
1317
+ #: app/features/mec/booking.php:480 app/features/mec/booking.php:509
1318
  msgid "Percent"
1319
  msgstr ""
1320
 
1321
  #: app/features/events.php:2237 app/features/events.php:2273
1322
+ #: app/features/mec/booking.php:481 app/features/mec/booking.php:510
1323
  msgid "Amount (Per Ticket)"
1324
  msgstr ""
1325
 
1326
  #: app/features/events.php:2238 app/features/events.php:2274
1327
+ #: app/features/mec/booking.php:482 app/features/mec/booking.php:511
1328
  msgid "Amount (Per Booking)"
1329
  msgstr ""
1330
 
1331
  #: app/features/events.php:2361 app/features/events.php:2406
1332
+ #: app/features/mec/booking.php:550 app/features/mec/booking.php:582
1333
  msgid "Option Price"
1334
  msgstr ""
1335
 
1336
  #: app/features/events.php:2371 app/features/events.php:2375
1337
  #: app/features/events.php:2415 app/features/events.php:2418
1338
+ #: app/features/mec/booking.php:556 app/features/mec/booking.php:559
1339
+ #: app/features/mec/booking.php:588 app/features/mec/booking.php:591
1340
  msgid "Maximum Per Ticket"
1341
  msgstr ""
1342
 
1343
  #: app/features/events.php:2376 app/features/events.php:2419
1344
+ #: app/features/mec/booking.php:560 app/features/mec/booking.php:592
1345
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1346
  msgstr ""
1347
 
1348
+ #: app/features/events.php:2516 app/features/mec/booking.php:608
1349
  msgid "Per Attendee Fields"
1350
  msgstr ""
1351
 
1352
+ #: app/features/events.php:2546 app/features/mec/booking.php:641
1353
+ #: app/libraries/main.php:3272
1354
  msgid "MEC Name"
1355
  msgstr ""
1356
 
1357
+ #: app/features/events.php:2547 app/features/mec/booking.php:642
1358
+ #: app/libraries/main.php:3301
1359
  msgid "MEC Email"
1360
  msgstr ""
1361
 
1362
  #: app/features/events.php:2548 app/features/events.php:2637
1363
+ #: app/features/mec/booking.php:643 app/features/mec/booking.php:739
1364
+ #: app/features/mec/single.php:190 app/libraries/main.php:3243
1365
  msgid "Text"
1366
  msgstr ""
1367
 
1368
  #: app/features/events.php:2551 app/features/events.php:2640
1369
+ #: app/features/mec/booking.php:646 app/features/mec/booking.php:742
1370
  #: app/features/mec/single.php:194 app/features/organizers.php:103
1371
  #: app/features/organizers.php:148 app/features/speakers.php:119
1372
  #: app/features/speakers.php:200 app/features/speakers.php:285
1373
+ #: app/libraries/main.php:3446
1374
  msgid "Tel"
1375
  msgstr ""
1376
 
1377
+ #: app/features/events.php:2552 app/features/mec/booking.php:647
1378
+ #: app/libraries/main.php:3388
1379
  msgid "File"
1380
  msgstr ""
1381
 
1382
  #: app/features/events.php:2553 app/features/events.php:2641
1383
+ #: app/features/mec/booking.php:648 app/features/mec/booking.php:743
1384
+ #: app/features/mec/single.php:195 app/libraries/main.php:3475
1385
  msgid "Textarea"
1386
  msgstr ""
1387
 
1388
  #: app/features/events.php:2554 app/features/events.php:2642
1389
+ #: app/features/mec/booking.php:649 app/features/mec/booking.php:744
1390
+ #: app/features/mec/single.php:197 app/libraries/main.php:3527
1391
  msgid "Checkboxes"
1392
  msgstr ""
1393
 
1394
  #: app/features/events.php:2555 app/features/events.php:2643
1395
+ #: app/features/mec/booking.php:650 app/features/mec/booking.php:745
1396
+ #: app/features/mec/single.php:198 app/libraries/main.php:3573
1397
  msgid "Radio Buttons"
1398
  msgstr ""
1399
 
1400
  #: app/features/events.php:2556 app/features/events.php:2644
1401
+ #: app/features/mec/booking.php:651 app/features/mec/booking.php:746
1402
  #: app/features/mec/meta_boxes/search_form.php:34
1403
  #: app/features/mec/meta_boxes/search_form.php:41
1404
  #: app/features/mec/meta_boxes/search_form.php:49
1475
  #: app/features/mec/meta_boxes/search_form.php:792
1476
  #: app/features/mec/meta_boxes/search_form.php:799
1477
  #: app/features/mec/meta_boxes/search_form.php:813
1478
+ #: app/features/mec/single.php:199 app/libraries/main.php:3619
1479
  msgid "Dropdown"
1480
  msgstr ""
1481
 
1482
  #: app/features/events.php:2557 app/features/events.php:2645
1483
+ #: app/features/mec/booking.php:652 app/features/mec/booking.php:747
1484
+ #: app/libraries/main.php:3668
1485
  msgid "Agreement"
1486
  msgstr ""
1487
 
1488
  #: app/features/events.php:2558 app/features/events.php:2646
1489
+ #: app/features/mec/booking.php:653 app/features/mec/booking.php:748
1490
+ #: app/features/mec/single.php:196 app/libraries/main.php:3504
1491
  msgid "Paragraph"
1492
  msgstr ""
1493
 
1494
+ #: app/features/events.php:2607 app/features/mec/booking.php:706
1495
  msgid "Fixed Fields"
1496
  msgstr ""
1497
 
1534
  #: app/features/mec/meta_boxes/search_form.php:591
1535
  #: app/features/mec/meta_boxes/search_form.php:661
1536
  #: app/features/mec/meta_boxes/search_form.php:767
1537
+ #: app/features/mec/settings.php:960 app/features/mec/single.php:339
1538
  #: app/features/mec/single.php:381 app/features/popup/event.php:116
1539
  #: app/features/popup/event.php:125 app/features/search.php:74
1540
+ #: app/libraries/main.php:2578 app/libraries/main.php:6254
1541
+ #: app/libraries/main.php:6308 app/libraries/skins.php:960
1542
+ #: app/skins/single.php:920 app/skins/single.php:1363
1543
  #: app/skins/single/default.php:195 app/skins/single/default.php:428
1544
  #: app/skins/single/m1.php:173 app/skins/single/m2.php:96
1545
  #: app/skins/single/modern.php:116
1612
  msgstr ""
1613
 
1614
  #: app/features/events.php:4092 app/features/fes.php:243
1615
+ #: app/features/profile/profile.php:183 app/libraries/main.php:2661
1616
+ #: app/libraries/main.php:6288
1617
  msgid "Ticket"
1618
  msgstr ""
1619
 
1674
  msgid "Order Time"
1675
  msgstr ""
1676
 
1677
+ #: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:2609
1678
+ #: app/libraries/main.php:2724
1679
  msgid "Transaction ID"
1680
  msgstr ""
1681
 
1745
  msgid "Go back to events list"
1746
  msgstr ""
1747
 
1748
+ #: app/features/fes/form.php:264 app/features/mec/settings.php:828
1749
+ #: app/features/mec/settings.php:904
1750
  msgid "Excerpt"
1751
  msgstr ""
1752
 
1762
 
1763
  #: app/features/fes/form.php:389
1764
  #: app/features/mec/meta_boxes/display_options.php:1309
1765
+ #: app/libraries/main.php:416
1766
  msgid "Monday"
1767
  msgstr ""
1768
 
1769
  #: app/features/fes/form.php:390
1770
  #: app/features/mec/meta_boxes/display_options.php:1310
1771
+ #: app/libraries/main.php:416
1772
  msgid "Tuesday"
1773
  msgstr ""
1774
 
1775
  #: app/features/fes/form.php:391
1776
  #: app/features/mec/meta_boxes/display_options.php:1311
1777
+ #: app/libraries/main.php:416
1778
  msgid "Wednesday"
1779
  msgstr ""
1780
 
1781
  #: app/features/fes/form.php:392
1782
  #: app/features/mec/meta_boxes/display_options.php:1312
1783
+ #: app/libraries/main.php:416
1784
  msgid "Thursday"
1785
  msgstr ""
1786
 
1787
  #: app/features/fes/form.php:393
1788
  #: app/features/mec/meta_boxes/display_options.php:1313
1789
+ #: app/libraries/main.php:416
1790
  msgid "Friday"
1791
  msgstr ""
1792
 
1793
  #: app/features/fes/form.php:394
1794
  #: app/features/mec/meta_boxes/display_options.php:1314
1795
+ #: app/libraries/main.php:416
1796
  msgid "Saturday"
1797
  msgstr ""
1798
 
1799
  #: app/features/fes/form.php:395
1800
  #: app/features/mec/meta_boxes/display_options.php:1308
1801
+ #: app/libraries/main.php:416
1802
  msgid "Sunday"
1803
  msgstr ""
1804
 
1831
  "link including http(s)://"
1832
  msgstr ""
1833
 
1834
+ #: app/features/fes/form.php:850 app/features/mec/settings.php:746
1835
  msgid "Featured Image"
1836
  msgstr ""
1837
 
1842
  #: app/features/fes/form.php:891 app/features/labels.php:61
1843
  #: app/features/labels.php:221 app/features/mec.php:463
1844
  #: app/features/mec/meta_boxes/filter.php:72
1845
+ #: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:6251
1846
+ #: app/libraries/main.php:6305 app/skins/single.php:1133
1847
  #: app/skins/single/default.php:173 app/skins/single/default.php:405
1848
  #: app/skins/single/m1.php:76 app/skins/single/modern.php:252
1849
  msgid "Labels"
1905
  msgstr ""
1906
 
1907
  #: app/features/ix.php:107 app/features/mec/support.php:73
1908
+ #: app/libraries/main.php:824
1909
  msgid "Import / Export"
1910
  msgstr ""
1911
 
1921
  msgid "An error occurred during the file upload! Please check permissions!"
1922
  msgstr ""
1923
 
1924
+ #: app/features/ix.php:265 app/libraries/main.php:6536
1925
+ #: app/libraries/main.php:6556
1926
  msgid "Confirmed"
1927
  msgstr ""
1928
 
1929
+ #: app/features/ix.php:266 app/libraries/main.php:6537
1930
+ #: app/libraries/main.php:6564
1931
  msgid "Rejected"
1932
  msgstr ""
1933
 
1934
+ #: app/features/ix.php:270 app/features/mec/booking.php:992
1935
+ #: app/features/mec/booking.php:1014 app/features/mec/modules.php:415
1936
+ #: app/features/mec/modules.php:437 app/features/mec/notifications.php:1052
1937
+ #: app/features/mec/notifications.php:1074 app/features/mec/settings.php:1270
1938
+ #: app/features/mec/settings.php:1292 app/features/mec/single.php:446
1939
+ #: app/features/mec/single.php:468 app/libraries/main.php:6584
1940
  msgid "Verified"
1941
  msgstr ""
1942
 
1943
  #: app/features/ix.php:271 app/features/labels.php:118
1944
+ #: app/features/labels.php:143 app/libraries/main.php:6585
1945
  #: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
1946
  #: app/skins/carousel/render.php:38 app/skins/countdown/tpl.php:40
1947
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2206
  #: app/features/ix/export_g_calendar.php:72
2207
  #: app/features/ix/export_g_calendar.php:151
2208
  #: app/features/ix/export_g_calendar.php:166
2209
+ #: app/features/mec/notifications.php:150
2210
+ #: app/features/mec/notifications.php:262
2211
+ #: app/features/mec/notifications.php:388
2212
+ #: app/features/mec/notifications.php:762 app/features/notifications.php:133
2213
  msgid "Add to Google Calendar"
2214
  msgstr ""
2215
 
2216
+ #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:994
2217
+ #: app/features/mec/modules.php:417 app/features/mec/notifications.php:1054
2218
+ #: app/features/mec/settings.php:1272 app/features/mec/single.php:448
2219
  msgid "Checking ..."
2220
  msgstr ""
2221
 
2259
  msgstr ""
2260
 
2261
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2262
+ #: app/features/mec/booking.php:99 app/features/mec/booking.php:415
2263
+ #: app/features/mec/booking.php:431 app/features/mec/booking.php:449
2264
+ #: app/features/mec/booking.php:526
2265
  #: app/features/mec/meta_boxes/display_options.php:229
2266
  #: app/features/mec/meta_boxes/display_options.php:496
2267
  #: app/features/mec/modules.php:69 app/features/mec/modules.php:211
2272
 
2273
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2274
  #: app/features/ix/sync.php:22 app/features/mec/booking.php:99
2275
+ #: app/features/mec/booking.php:415 app/features/mec/booking.php:431
2276
+ #: app/features/mec/booking.php:449 app/features/mec/booking.php:526
2277
  #: app/features/mec/meta_boxes/display_options.php:229
2278
  #: app/features/mec/meta_boxes/display_options.php:496
2279
  #: app/features/mec/meta_boxes/display_options.php:537
2476
 
2477
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2478
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2479
+ #: app/features/mec/notifications.php:650
2480
  msgid "Important Note"
2481
  msgstr ""
2482
 
2671
 
2672
  #: app/features/locations.php:59 app/features/mec.php:464
2673
  #: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
2674
+ #: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:6253
2675
+ #: app/libraries/main.php:6307
2676
  msgid "Locations"
2677
  msgstr ""
2678
 
2747
  msgid "eg. City Hall"
2748
  msgstr ""
2749
 
2750
+ #: app/features/locations.php:347 app/features/mec/settings.php:776
2751
  #: app/features/popup/event.php:143 app/widgets/single.php:115
2752
  msgid "Event Location"
2753
  msgstr ""
2782
  msgid "Don't show map in single event page"
2783
  msgstr ""
2784
 
2785
+ #: app/features/locations.php:398 app/libraries/main.php:6291
2786
+ #: app/libraries/main.php:6338
2787
  msgid "Other Locations"
2788
  msgstr ""
2789
 
2856
  #: app/features/mec.php:465 app/features/mec/dashboard.php:286
2857
  #: app/features/mec/meta_boxes/filter.php:71
2858
  #: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
2859
+ #: app/libraries/main.php:6255 app/libraries/main.php:6309
2860
  msgid "Organizers"
2861
  msgstr ""
2862
 
2889
  msgid "MEC - Go Pro"
2890
  msgstr ""
2891
 
2892
+ #: app/features/mec.php:482 app/features/mec.php:1264
2893
  #: app/features/mec/go-pro.php:9
2894
  msgid "Go Pro"
2895
  msgstr ""
2930
  msgid "Search Form"
2931
  msgstr ""
2932
 
2933
+ #: app/features/mec.php:972
2934
  msgid "Display content's images as Popup"
2935
  msgstr ""
2936
 
2937
+ #: app/features/mec.php:986 app/features/popup/shortcode.php:473
2938
  msgid "Single Event Display Method"
2939
  msgstr ""
2940
 
2941
+ #: app/features/mec.php:993 app/features/popup/shortcode.php:485
2942
  msgid "Modal Popup"
2943
  msgstr ""
2944
 
2945
+ #: app/features/mec.php:994
2946
  msgid "Disable Link"
2947
  msgstr ""
2948
 
2949
+ #: app/features/mec.php:1007
2950
  msgid "Booking Button / Icon"
2951
  msgstr ""
2952
 
2953
+ #: app/features/mec.php:1167 app/features/mec.php:1277
2954
  msgid "Total Bookings"
2955
  msgstr ""
2956
 
2957
+ #: app/features/mec.php:1186 app/features/mec/dashboard.php:63
2958
  msgid "Modern Events Calendar (Lite)"
2959
  msgstr ""
2960
 
2961
+ #: app/features/mec.php:1195 app/features/mec/dashboard.php:297
2962
+ #: app/features/mec/settings.php:449
2963
  msgid "Upcoming Events"
2964
  msgstr ""
2965
 
2966
+ #: app/features/mec.php:1250
2967
  msgid "News & Updates"
2968
  msgstr ""
2969
 
2970
+ #: app/features/mec.php:1263
2971
  msgid "Blog"
2972
  msgstr ""
2973
 
2974
+ #: app/features/mec.php:1263
2975
  msgid "Help"
2976
  msgstr ""
2977
 
2978
+ #: app/features/mec.php:1310
2979
  msgid "This Month"
2980
  msgstr ""
2981
 
2982
+ #: app/features/mec.php:1317
2983
  msgid "Last Month"
2984
  msgstr ""
2985
 
2986
+ #: app/features/mec.php:1324
2987
  msgid "This Year"
2988
  msgstr ""
2989
 
2990
+ #: app/features/mec.php:1331
2991
  msgid "Last Year"
2992
  msgstr ""
2993
 
2994
+ #: app/features/mec.php:1352
2995
  msgid "Bar"
2996
  msgstr ""
2997
 
2998
+ #: app/features/mec.php:1353
2999
  msgid "Line"
3000
  msgstr ""
3001
 
3002
+ #: app/features/mec.php:1355
3003
  msgid "Filter"
3004
  msgstr ""
3005
 
3006
+ #: app/features/mec.php:1371
3007
  #, php-format
3008
  msgid "Total Sells (%s)"
3009
  msgstr ""
3010
 
3011
+ #: app/features/mec.php:1399
3012
  msgid "Print Calendar"
3013
  msgstr ""
3014
 
3015
+ #: app/features/mec.php:1414
3016
  msgid "Display Events"
3017
  msgstr ""
3018
 
3040
  msgid "Search..."
3041
  msgstr ""
3042
 
3043
+ #: app/features/mec/booking.php:80 app/features/mec/booking.php:754
3044
+ #: app/features/mec/booking.php:910 app/features/mec/booking.php:919
3045
+ #: app/features/mec/booking.php:929 app/features/mec/booking.php:1011
3046
+ #: app/features/mec/booking.php:1025 app/features/mec/messages.php:15
3047
  #: app/features/mec/messages.php:51 app/features/mec/messages.php:60
3048
  #: app/features/mec/messages.php:94 app/features/mec/messages.php:103
3049
  #: app/features/mec/modules.php:25 app/features/mec/modules.php:382
3050
  #: app/features/mec/modules.php:392 app/features/mec/modules.php:434
3051
  #: app/features/mec/modules.php:448 app/features/mec/notifications.php:14
3052
+ #: app/features/mec/notifications.php:959
3053
+ #: app/features/mec/notifications.php:971
3054
+ #: app/features/mec/notifications.php:1071
3055
+ #: app/features/mec/notifications.php:1085 app/features/mec/settings.php:42
3056
+ #: app/features/mec/settings.php:1221 app/features/mec/settings.php:1231
3057
+ #: app/features/mec/settings.php:1289 app/features/mec/settings.php:1303
3058
  #: app/features/mec/single.php:21 app/features/mec/single.php:413
3059
  #: app/features/mec/single.php:423 app/features/mec/single.php:465
3060
  #: app/features/mec/single.php:479 app/features/mec/styles.php:11
3097
  msgid "Default is 6"
3098
  msgstr ""
3099
 
3100
+ #: app/features/mec/booking.php:130 app/features/mec/booking.php:139
3101
  msgid "Lock Pre-filled Fields"
3102
  msgstr ""
3103
 
3104
+ #: app/features/mec/booking.php:133 app/features/mec/booking.php:188
3105
+ #: app/features/mec/booking.php:255 app/features/mec/booking.php:824
3106
+ #: app/features/mec/booking.php:849
3107
  #: app/features/mec/meta_boxes/search_form.php:33
3108
  #: app/features/mec/meta_boxes/search_form.php:40
3109
  #: app/features/mec/meta_boxes/search_form.php:48
3202
  #: app/features/mec/meta_boxes/search_form.php:805
3203
  #: app/features/mec/meta_boxes/search_form.php:812
3204
  #: app/features/mec/meta_boxes/search_form.php:819
3205
+ #: app/features/mec/modules.php:124 app/features/mec/settings.php:105
3206
+ #: app/features/mec/settings.php:467
3207
  msgid "Disabled"
3208
  msgstr ""
3209
 
3210
+ #: app/features/mec/booking.php:134 app/features/mec/booking.php:187
3211
+ #: app/features/mec/booking.php:254 app/features/mec/booking.php:823
3212
+ #: app/features/mec/booking.php:850 app/features/mec/settings.php:106
3213
  msgid "Enabled"
3214
  msgstr ""
3215
 
3216
+ #: app/features/mec/booking.php:135
3217
+ msgid "Enabled Only for Main Attendee"
3218
+ msgstr ""
3219
+
3220
+ #: app/features/mec/booking.php:140
3221
  msgid ""
3222
  "When users are logged in, name and email fields will be pre-filled but users "
3223
  "can change them. If you enable the lock, then logged in users cannot change "
3224
  "the pre-filled fields."
3225
  msgstr ""
3226
 
3227
+ #: app/features/mec/booking.php:161 app/features/mec/booking.php:175
3228
  msgid "Cancellation Period"
3229
  msgstr ""
3230
 
3231
+ #: app/features/mec/booking.php:163
3232
  msgid "e.g 5"
3233
  msgstr ""
3234
 
3235
+ #: app/features/mec/booking.php:164
3236
  msgid "Period"
3237
  msgstr ""
3238
 
3239
+ #: app/features/mec/booking.php:165
3240
  msgid "Hour(s)"
3241
  msgstr ""
3242
 
3243
+ #: app/features/mec/booking.php:166
3244
  msgid "Day(s)"
3245
  msgstr ""
3246
 
3247
+ #: app/features/mec/booking.php:168
3248
  msgid "Type"
3249
  msgstr ""
3250
 
3251
+ #: app/features/mec/booking.php:169
3252
  msgid "Before"
3253
  msgstr ""
3254
 
3255
+ #: app/features/mec/booking.php:172
3256
  msgid "Event Start"
3257
  msgstr ""
3258
 
3259
+ #: app/features/mec/booking.php:176
3260
  msgid ""
3261
  "You can restrict the ability to cancel bookings. Leave empty for "
3262
  "cancellation at any time. For example if you insert 5 hours before event "
3264
  "after that they're not able to do that."
3265
  msgstr ""
3266
 
3267
+ #: app/features/mec/booking.php:182
3268
  msgid "User Registration"
3269
  msgstr ""
3270
 
3271
+ #: app/features/mec/booking.php:184 app/features/mec/booking.php:192
3272
  #: app/modules/booking/steps/form.php:330
3273
  msgid "Registration"
3274
  msgstr ""
3275
 
3276
+ #: app/features/mec/booking.php:193
3277
  msgid ""
3278
  "If enabled MEC would create a WordPress User for main attendees. It's "
3279
  "recommended to keep it enabled."
3280
  msgstr ""
3281
 
3282
+ #: app/features/mec/booking.php:201 app/features/mec/booking.php:211
3283
  msgid "User Role"
3284
  msgstr ""
3285
 
3286
+ #: app/features/mec/booking.php:212
3287
  msgid ""
3288
  "MEC creates a user for main attendee after each booking. Default role of the "
3289
  "user is subscriber but you can change it if needed."
3290
  msgstr ""
3291
 
3292
+ #: app/features/mec/booking.php:219 app/features/mec/booking.php:227
3293
  msgid "Username & Password"
3294
  msgstr ""
3295
 
3296
+ #: app/features/mec/booking.php:222
3297
  msgid "Auto"
3298
  msgstr ""
3299
 
3300
+ #: app/features/mec/booking.php:223
3301
  msgid "Manual"
3302
  msgstr ""
3303
 
3304
+ #: app/features/mec/booking.php:228
3305
  msgid ""
3306
  "If you set it to manual option then users can insert a username and password "
3307
  "during the booking for registration otherwise MEC use their email and an "
3308
  "auto generated password."
3309
  msgstr ""
3310
 
3311
+ #: app/features/mec/booking.php:236
3312
  msgid "Limitation"
3313
  msgstr ""
3314
 
3315
+ #: app/features/mec/booking.php:238
3316
  #: app/features/mec/meta_boxes/display_options.php:140
3317
  #: app/features/mec/meta_boxes/display_options.php:417
3318
  #: app/features/mec/meta_boxes/display_options.php:589
3324
  msgid "Limit"
3325
  msgstr ""
3326
 
3327
+ #: app/features/mec/booking.php:240
3328
  msgid "Default is empty"
3329
  msgstr ""
3330
 
3331
+ #: app/features/mec/booking.php:243
3332
  msgid "Booking Limit"
3333
  msgstr ""
3334
 
3335
+ #: app/features/mec/booking.php:244
3336
  msgid ""
3337
  "Total tickets that a user can book. It is useful if you're providing free "
3338
  "tickets. Leave it empty for unlimited booking."
3339
  msgstr ""
3340
 
3341
+ #: app/features/mec/booking.php:251 app/features/mec/booking.php:259
3342
  msgid "IP restriction"
3343
  msgstr ""
3344
 
3345
+ #: app/features/mec/booking.php:260
3346
  msgid ""
3347
  "If you set limit for total tickets that users can book, MEC will use IP and "
3348
  "email to prevent users to book high tickets. You can disable the IP "
3349
  "restriction if you don't need it."
3350
  msgstr ""
3351
 
3352
+ #: app/features/mec/booking.php:266 app/features/mec/booking.php:268
3353
+ #: app/features/mec/booking.php:278 app/features/mec/settings.php:657
3354
+ #: app/features/mec/settings.php:667
3355
  msgid "Thank You Page"
3356
  msgstr ""
3357
 
3358
+ #: app/features/mec/booking.php:279
3359
  msgid ""
3360
  "User redirects to this page after booking. Leave it empty if you want to "
3361
  "disable it."
3362
  msgstr ""
3363
 
3364
+ #: app/features/mec/booking.php:286 app/features/mec/booking.php:291
3365
+ #: app/features/mec/settings.php:677 app/features/mec/settings.php:682
3366
  msgid "Thank You Page Time Interval"
3367
  msgstr ""
3368
 
3369
+ #: app/features/mec/booking.php:288 app/features/mec/settings.php:679
3370
  msgid "2000 mean 2 seconds"
3371
  msgstr ""
3372
 
3373
+ #: app/features/mec/booking.php:292 app/features/mec/settings.php:683
3374
  msgid ""
3375
  "Waiting time before redirecting to thank you page. It's in miliseconds so "
3376
  "2000 means 2 seconds."
3377
  msgstr ""
3378
 
3379
+ #: app/features/mec/booking.php:298
3380
  msgid "Booking Elements"
3381
  msgstr ""
3382
 
3383
+ #: app/features/mec/booking.php:304
3384
  msgid "Enable Express Attendees Form"
3385
  msgstr ""
3386
 
3387
+ #: app/features/mec/booking.php:308
3388
  msgid "Attendees Form"
3389
  msgstr ""
3390
 
3391
+ #: app/features/mec/booking.php:309
3392
  msgid ""
3393
  "Apply the info from the first attendee to all purchased ticket by that user. "
3394
  "Uncheck if you want every ticket to have its own attendee’s info."
3395
  msgstr ""
3396
 
3397
+ #: app/features/mec/booking.php:322
3398
  msgid "Enable Invoice"
3399
  msgstr ""
3400
 
3401
+ #: app/features/mec/booking.php:333
3402
  msgid "Enable Booking for Ongoing Events"
3403
  msgstr ""
3404
 
3405
+ #: app/features/mec/booking.php:344
3406
  msgid "Enable Downloadable File"
3407
  msgstr ""
3408
 
3409
+ #: app/features/mec/booking.php:349
3410
  msgid ""
3411
  "By enabling this feature, You can upload a file for each event and bookers "
3412
  "are able to download it after booking."
3413
  msgstr ""
3414
 
3415
+ #: app/features/mec/booking.php:356
3416
  msgid "Email verification"
3417
  msgstr ""
3418
 
3419
+ #: app/features/mec/booking.php:362
3420
  msgid "Auto verification for free bookings"
3421
  msgstr ""
3422
 
3423
+ #: app/features/mec/booking.php:371
3424
  msgid "Auto verification for paid bookings"
3425
  msgstr ""
3426
 
3427
+ #: app/features/mec/booking.php:375 app/features/mec/notifications.php:271
3428
+ #: app/features/notifications.php:156 app/libraries/main.php:598
3429
  msgid "Booking Confirmation"
3430
  msgstr ""
3431
 
3432
+ #: app/features/mec/booking.php:381
3433
  msgid "Auto confirmation for free bookings"
3434
  msgstr ""
3435
 
3436
+ #: app/features/mec/booking.php:390
3437
  msgid "Auto confirmation for paid bookings"
3438
  msgstr ""
3439
 
3440
+ #: app/features/mec/booking.php:399
3441
  msgid "Send confirmation email in auto confirmation mode"
3442
  msgstr ""
3443
 
3444
+ #: app/features/mec/booking.php:412 app/libraries/main.php:567
3445
  msgid "Booking Shortcode"
3446
  msgstr ""
3447
 
3448
+ #: app/features/mec/booking.php:420
3449
  #, php-format
3450
  msgid ""
3451
  "Booking module is available in the event details page but if you like to "
3454
  "into the page content and place the event id instead of 1."
3455
  msgstr ""
3456
 
3457
+ #: app/features/mec/booking.php:421
3458
  #, php-format
3459
  msgid ""
3460
  "Also, you can insert %s if you like to show only one of the available "
3462
  "This parameter is optional."
3463
  msgstr ""
3464
 
3465
+ #: app/features/mec/booking.php:436
3466
  msgid "Enable coupons module"
3467
  msgstr ""
3468
 
3469
+ #: app/features/mec/booking.php:438
3470
  msgid ""
3471
  "After enabling and saving the settings, you should reload the page to see a "
3472
  "new menu on the Dashboard > Booking"
3473
  msgstr ""
3474
 
3475
+ #: app/features/mec/booking.php:446 app/features/mec/booking.php:816
3476
+ #: app/libraries/main.php:569
3477
  msgid "Taxes / Fees"
3478
  msgstr ""
3479
 
3480
+ #: app/features/mec/booking.php:454
3481
  msgid "Enable taxes / fees module"
3482
  msgstr ""
3483
 
3484
+ #: app/features/mec/booking.php:459
3485
  msgid "Add Fee"
3486
  msgstr ""
3487
 
3488
+ #: app/features/mec/booking.php:523 app/libraries/main.php:570
3489
  msgid "Ticket Variations & Options"
3490
  msgstr ""
3491
 
3492
+ #: app/features/mec/booking.php:531
3493
  msgid "Enable ticket options module"
3494
  msgstr ""
3495
 
3496
+ #: app/features/mec/booking.php:536
3497
  msgid "Add Variation / Option"
3498
  msgstr ""
3499
 
3500
+ #: app/features/mec/booking.php:806
3501
  msgid "Use WooCommerce as Payment System"
3502
  msgstr ""
3503
 
3504
+ #: app/features/mec/booking.php:808
3505
  msgid ""
3506
  "By enabling this feature, tickets will be added to WooCommerce cart and all "
3507
  "payment process would be done by WooCommerce so all of MEC payment related "
3509
  "fields etc, you need to configure WooCommerce on your website."
3510
  msgstr ""
3511
 
3512
+ #: app/features/mec/booking.php:810
3513
  msgid ""
3514
  "You cannot use following MEC features so you should use WooCommerc and its "
3515
  "addons if you need them."
3516
  msgstr ""
3517
 
3518
+ #: app/features/mec/booking.php:812
3519
  msgid "Payment gateways"
3520
  msgstr ""
3521
 
3522
+ #: app/features/mec/booking.php:813
3523
  msgid "Price per dates of tickets"
3524
  msgstr ""
3525
 
3526
+ #: app/features/mec/booking.php:815
3527
  msgid "Ticket variations"
3528
  msgstr ""
3529
 
3530
+ #: app/features/mec/booking.php:820
3531
  msgid "Automatically complete WooCommerce orders"
3532
  msgstr ""
3533
 
3534
+ #: app/features/mec/booking.php:828
3535
  msgid "Auto WooCommerce orders"
3536
  msgstr ""
3537
 
3538
+ #: app/features/mec/booking.php:829
3539
  msgid "It applies only to the orders that are related to MEC."
3540
  msgstr ""
3541
 
3542
+ #: app/features/mec/booking.php:837
3543
  msgid "After Add to Cart"
3544
  msgstr ""
3545
 
3546
+ #: app/features/mec/booking.php:840
3547
  msgid "Redirect to Cart"
3548
  msgstr ""
3549
 
3550
+ #: app/features/mec/booking.php:841
3551
  msgid "Redirect to Checkout"
3552
  msgstr ""
3553
 
3554
+ #: app/features/mec/booking.php:846
3555
  msgid "MEC Booking Form"
3556
  msgstr ""
3557
 
3558
+ #: app/features/mec/booking.php:855
3559
  msgid ""
3560
  "If enabled then users should fill the booking form in MEC and then they will "
3561
  "be redirected to checkout."
3562
  msgstr ""
3563
 
3564
+ #: app/features/mec/booking.php:881
3565
  msgid "Enable Organizer Payment Module"
3566
  msgstr ""
3567
 
3568
+ #: app/features/mec/booking.php:886
3569
  msgid ""
3570
  "By enabling this module, organizers are able to insert their own payment "
3571
  "credentials for enabled gateways per event and receive the payments directly!"
3572
  msgstr ""
3573
 
3574
+ #: app/features/mec/booking.php:896
3575
  msgid "Disable / Enable payment gateways per event"
3576
  msgstr ""
3577
 
3578
+ #: app/features/mec/booking.php:900
3579
  msgid "Payment Gateways Per Event"
3580
  msgstr ""
3581
 
3582
+ #: app/features/mec/booking.php:901
3583
  msgid ""
3584
  "By enabling this module, users are able to disable / enable payment gateways "
3585
  "per event"
3586
  msgstr ""
3587
 
3588
+ #: app/features/mec/booking.php:989 app/features/mec/messages.php:78
3589
+ #: app/features/mec/modules.php:412 app/features/mec/notifications.php:1049
3590
+ #: app/features/mec/settings.php:1267 app/features/mec/single.php:443
3591
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3592
  msgid "Saved"
3593
  msgstr ""
3594
 
3595
+ #: app/features/mec/booking.php:990 app/features/mec/messages.php:79
3596
+ #: app/features/mec/modules.php:413 app/features/mec/notifications.php:1050
3597
+ #: app/features/mec/settings.php:1268 app/features/mec/single.php:444
3598
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3599
  msgid "Settings Saved!"
3600
  msgstr ""
3601
 
3602
+ #: app/features/mec/booking.php:1016 app/features/mec/modules.php:439
3603
+ #: app/features/mec/notifications.php:1076 app/features/mec/settings.php:1294
3604
  #: app/features/mec/single.php:470
3605
  msgid "Please Refresh Page"
3606
  msgstr ""
3717
  msgstr ""
3718
 
3719
  #: app/features/mec/messages.php:28 app/features/mec/support-page.php:102
3720
+ #: app/features/mec/support.php:66 app/libraries/main.php:817
3721
  msgid "Messages"
3722
  msgstr ""
3723
 
3738
  #: app/features/mec/meta_boxes/display_options.php:947
3739
  #: app/features/mec/meta_boxes/display_options.php:1272
3740
  #: app/features/mec/meta_boxes/display_options.php:1559
3741
+ #: app/features/mec/settings.php:310 app/features/mec/settings.php:334
3742
+ #: app/features/mec/settings.php:343 app/features/mec/settings.php:387
3743
+ #: app/features/mec/settings.php:411 app/features/mec/settings.php:420
3744
  #: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
3745
  #: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
3746
  #: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
3751
 
3752
  #: app/features/mec/meta_boxes/display_options.php:44
3753
  #: app/features/mec/meta_boxes/display_options.php:286
3754
+ #: app/features/mec/settings.php:335 app/features/mec/settings.php:345
3755
+ #: app/features/mec/settings.php:412 app/features/mec/settings.php:422
3756
  #: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
3757
  msgid "Minimal"
3758
  msgstr ""
3763
  #: app/features/mec/meta_boxes/display_options.php:949
3764
  #: app/features/mec/meta_boxes/display_options.php:1270
3765
  #: app/features/mec/meta_boxes/display_options.php:1561
3766
+ #: app/features/mec/settings.php:312 app/features/mec/settings.php:325
3767
+ #: app/features/mec/settings.php:336 app/features/mec/settings.php:346
3768
+ #: app/features/mec/settings.php:389 app/features/mec/settings.php:402
3769
+ #: app/features/mec/settings.php:413 app/features/mec/settings.php:423
3770
  #: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
3771
  #: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
3772
  #: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
3774
  msgstr ""
3775
 
3776
  #: app/features/mec/meta_boxes/display_options.php:46
3777
+ #: app/features/mec/settings.php:337 app/features/mec/settings.php:414
3778
  #: app/features/popup/shortcode.php:83
3779
  msgid "Standard"
3780
  msgstr ""
3781
 
3782
  #: app/features/mec/meta_boxes/display_options.php:47
3783
+ #: app/features/mec/settings.php:338 app/features/mec/settings.php:415
3784
  #: app/features/popup/shortcode.php:88
3785
  msgid "Accordion"
3786
  msgstr ""
4162
  #: app/features/mec/meta_boxes/display_options.php:948
4163
  #: app/features/mec/meta_boxes/display_options.php:1271
4164
  #: app/features/mec/meta_boxes/display_options.php:1560
4165
+ #: app/features/mec/settings.php:311 app/features/mec/settings.php:326
4166
+ #: app/features/mec/settings.php:344 app/features/mec/settings.php:388
4167
+ #: app/features/mec/settings.php:403 app/features/mec/settings.php:421
4168
  #: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
4169
  #: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
4170
  #: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
4174
  #: app/features/mec/meta_boxes/display_options.php:288
4175
  #: app/features/mec/meta_boxes/display_options.php:687
4176
  #: app/features/mec/meta_boxes/display_options.php:951
4177
+ #: app/features/mec/settings.php:314 app/features/mec/settings.php:347
4178
+ #: app/features/mec/settings.php:391 app/features/mec/settings.php:424
4179
  #: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
4180
  #: app/features/popup/shortcode.php:219
4181
  msgid "Simple"
4189
  #: app/features/mec/meta_boxes/display_options.php:290
4190
  #: app/features/mec/meta_boxes/display_options.php:686
4191
  #: app/features/mec/meta_boxes/display_options.php:950
4192
+ #: app/features/mec/settings.php:313 app/features/mec/settings.php:349
4193
+ #: app/features/mec/settings.php:390 app/features/mec/settings.php:426
4194
  #: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
4195
  #: app/features/popup/shortcode.php:214
4196
  msgid "Novel"
4240
 
4241
  #: app/features/mec/meta_boxes/display_options.php:673
4242
  #: app/features/mec/meta_boxes/display_options.php:697
4243
+ #: app/libraries/main.php:336 app/libraries/main.php:2057
4244
+ #: app/libraries/main.php:2082
4245
  msgid "List View"
4246
  msgstr ""
4247
 
4248
  #: app/features/mec/meta_boxes/display_options.php:674
4249
  #: app/features/mec/meta_boxes/display_options.php:718
4250
+ #: app/libraries/main.php:337 app/libraries/main.php:2058
4251
+ #: app/libraries/main.php:2083
4252
  msgid "Grid View"
4253
  msgstr ""
4254
 
4255
  #: app/features/mec/meta_boxes/display_options.php:675
4256
  #: app/features/mec/meta_boxes/display_options.php:728
4257
+ #: app/libraries/main.php:353
4258
  msgid "Tile View"
4259
  msgstr ""
4260
 
4261
  #: app/features/mec/meta_boxes/display_options.php:676
4262
  #: app/features/mec/meta_boxes/display_options.php:739
4263
+ #: app/libraries/main.php:340 app/libraries/main.php:2051
4264
+ #: app/libraries/main.php:2076
4265
  msgid "Yearly View"
4266
  msgstr ""
4267
 
4272
 
4273
  #: app/features/mec/meta_boxes/display_options.php:678
4274
  #: app/features/mec/meta_boxes/display_options.php:788
4275
+ #: app/libraries/main.php:343 app/libraries/main.php:2053
4276
+ #: app/libraries/main.php:2078
4277
  msgid "Weekly View"
4278
  msgstr ""
4279
 
4280
  #: app/features/mec/meta_boxes/display_options.php:679
4281
  #: app/features/mec/meta_boxes/display_options.php:798
4282
+ #: app/libraries/main.php:342 app/libraries/main.php:2054
4283
+ #: app/libraries/main.php:2079
4284
  msgid "Daily View"
4285
  msgstr ""
4286
 
4692
  msgid "Choose your desired authors for filtering the events."
4693
  msgstr ""
4694
 
4695
+ #: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:450
4696
  msgid "Expired Events"
4697
  msgstr ""
4698
 
4756
  #: app/features/mec/meta_boxes/search_form.php:606
4757
  #: app/features/mec/meta_boxes/search_form.php:676
4758
  #: app/features/mec/meta_boxes/search_form.php:782
4759
+ #: app/features/mec/settings.php:973 app/features/mec/single.php:344
4760
  #: app/features/mec/single.php:386 app/features/search.php:86
4761
  #: app/features/speakers.php:60 app/features/speakers.php:283
4762
+ #: app/libraries/main.php:6258 app/libraries/main.php:6312
4763
+ #: app/libraries/skins.php:1012 app/modules/speakers/details.php:18
4764
  msgid "Speaker"
4765
  msgstr ""
4766
 
4775
  #: app/features/mec/meta_boxes/search_form.php:613
4776
  #: app/features/mec/meta_boxes/search_form.php:683
4777
  #: app/features/mec/meta_boxes/search_form.php:789
4778
+ #: app/features/mec/settings.php:980 app/features/mec/single.php:353
4779
  #: app/features/mec/single.php:395 app/features/search.php:92
4780
+ #: app/libraries/skins.php:1038
4781
  msgid "Tag"
4782
  msgstr ""
4783
 
4865
  "new menu on the Dashboard > MEC"
4866
  msgstr ""
4867
 
4868
+ #: app/features/mec/modules.php:66 app/libraries/main.php:577
4869
  msgid "Map Options"
4870
  msgstr ""
4871
 
4881
  msgid "Google Map Options"
4882
  msgstr ""
4883
 
4884
+ #: app/features/mec/modules.php:85 app/features/mec/settings.php:1016
4885
+ #: app/features/mec/settings.php:1029
4886
  msgid "Required!"
4887
  msgstr ""
4888
 
4936
  msgid "Check only if another plugin/theme is loading the Google Maps API"
4937
  msgstr ""
4938
 
4939
+ #: app/features/mec/modules.php:167 app/libraries/main.php:578
4940
  msgid "Export Options"
4941
  msgstr ""
4942
 
4949
  msgid "Google Calendar"
4950
  msgstr ""
4951
 
4952
+ #: app/features/mec/modules.php:194 app/libraries/main.php:579
4953
  #: app/modules/local-time/details.php:45 app/modules/local-time/type1.php:42
4954
  #: app/widgets/single.php:99
4955
  msgid "Local Time"
4959
  msgid "Show event time based on local time of visitor on event page"
4960
  msgstr ""
4961
 
4962
+ #: app/features/mec/modules.php:208 app/libraries/main.php:580
4963
  #: app/modules/qrcode/details.php:38 app/widgets/single.php:155
4964
  msgid "QR Code"
4965
  msgstr ""
4968
  msgid "Show QR code of event in details page and booking invoice"
4969
  msgstr ""
4970
 
4971
+ #: app/features/mec/modules.php:226 app/libraries/main.php:581
4972
  #: app/modules/weather/darksky.php:15 app/modules/weather/weatherapi.php:16
4973
  msgid "Weather"
4974
  msgstr ""
5002
  msgid "Show social network module"
5003
  msgstr ""
5004
 
5005
+ #: app/features/mec/modules.php:299 app/libraries/main.php:583
5006
  #: app/modules/next-event/details.php:127
5007
  msgid "Next Event"
5008
  msgstr ""
5047
  msgid "Add events menu to user profile"
5048
  msgstr ""
5049
 
5050
+ #: app/features/mec/modules.php:369 app/libraries/main.php:585
5051
  msgid "LearnDash Integration"
5052
  msgstr ""
5053
 
5067
  msgid "Sent to attendee after booking to notify them."
5068
  msgstr ""
5069
 
5070
+ #: app/features/mec/notifications.php:46 app/features/mec/notifications.php:162
5071
+ #: app/features/mec/notifications.php:282
5072
+ #: app/features/mec/notifications.php:408
5073
+ #: app/features/mec/notifications.php:529
5074
+ #: app/features/mec/notifications.php:653
5075
+ #: app/features/mec/notifications.php:788
5076
+ #: app/features/mec/notifications.php:873 app/features/mec/report.php:62
5077
  #: app/features/notifications.php:72
5078
  msgid "Email Subject"
5079
  msgstr ""
5080
 
5081
  #: app/features/mec/notifications.php:52 app/features/mec/notifications.php:59
5082
+ #: app/features/mec/notifications.php:168
5083
+ #: app/features/mec/notifications.php:175
5084
+ #: app/features/mec/notifications.php:288
5085
+ #: app/features/mec/notifications.php:295
5086
+ #: app/features/mec/notifications.php:414
5087
+ #: app/features/mec/notifications.php:421
5088
+ #: app/features/mec/notifications.php:535
5089
+ #: app/features/mec/notifications.php:542
5090
+ #: app/features/mec/notifications.php:659
5091
+ #: app/features/mec/notifications.php:666
5092
+ #: app/features/mec/notifications.php:794
5093
+ #: app/features/mec/notifications.php:801
5094
+ #: app/features/mec/notifications.php:879
5095
+ #: app/features/mec/notifications.php:886
5096
  msgid "Receiver Users"
5097
  msgstr ""
5098
 
5099
+ #: app/features/mec/notifications.php:60 app/features/mec/notifications.php:176
5100
+ #: app/features/mec/notifications.php:296
5101
+ #: app/features/mec/notifications.php:422
5102
+ #: app/features/mec/notifications.php:543
5103
+ #: app/features/mec/notifications.php:667
5104
+ #: app/features/mec/notifications.php:802
5105
+ #: app/features/mec/notifications.php:887
5106
  msgid "Select users to send a copy of email to them!"
5107
  msgstr ""
5108
 
5109
  #: app/features/mec/notifications.php:69 app/features/mec/notifications.php:76
5110
+ #: app/features/mec/notifications.php:185
5111
+ #: app/features/mec/notifications.php:192
5112
+ #: app/features/mec/notifications.php:305
5113
+ #: app/features/mec/notifications.php:312
5114
+ #: app/features/mec/notifications.php:431
5115
+ #: app/features/mec/notifications.php:438
5116
+ #: app/features/mec/notifications.php:552
5117
+ #: app/features/mec/notifications.php:559
5118
+ #: app/features/mec/notifications.php:676
5119
+ #: app/features/mec/notifications.php:683
5120
+ #: app/features/mec/notifications.php:811
5121
+ #: app/features/mec/notifications.php:818
5122
+ #: app/features/mec/notifications.php:896
5123
+ #: app/features/mec/notifications.php:903
5124
  msgid "Receiver Roles"
5125
  msgstr ""
5126
 
5127
+ #: app/features/mec/notifications.php:77 app/features/mec/notifications.php:193
5128
+ #: app/features/mec/notifications.php:313
5129
+ #: app/features/mec/notifications.php:439
5130
+ #: app/features/mec/notifications.php:560
5131
+ #: app/features/mec/notifications.php:684
5132
+ #: app/features/mec/notifications.php:819
5133
+ #: app/features/mec/notifications.php:904
5134
  msgid "Select users a specific role."
5135
  msgstr ""
5136
 
5137
  #: app/features/mec/notifications.php:85 app/features/mec/notifications.php:89
5138
+ #: app/features/mec/notifications.php:201
5139
+ #: app/features/mec/notifications.php:205
5140
+ #: app/features/mec/notifications.php:321
5141
+ #: app/features/mec/notifications.php:325
5142
+ #: app/features/mec/notifications.php:447
5143
+ #: app/features/mec/notifications.php:451
5144
+ #: app/features/mec/notifications.php:568
5145
+ #: app/features/mec/notifications.php:572
 
5146
  #: app/features/mec/notifications.php:692
5147
+ #: app/features/mec/notifications.php:696
5148
  #: app/features/mec/notifications.php:827
5149
+ #: app/features/mec/notifications.php:831
5150
+ #: app/features/mec/notifications.php:912
5151
+ #: app/features/mec/notifications.php:916
5152
  msgid "Custom Recipients"
5153
  msgstr ""
5154
 
5155
+ #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:206
5156
+ #: app/features/mec/notifications.php:326
5157
+ #: app/features/mec/notifications.php:452
5158
+ #: app/features/mec/notifications.php:573
5159
+ #: app/features/mec/notifications.php:697
5160
+ #: app/features/mec/notifications.php:832
5161
+ #: app/features/mec/notifications.php:917
5162
  msgid "Insert comma separated emails for multiple recipients."
5163
  msgstr ""
5164
 
5165
+ #: app/features/mec/notifications.php:97 app/features/mec/notifications.php:463
5166
+ #: app/features/mec/notifications.php:585
5167
  msgid "Send the email to event organizer"
5168
  msgstr ""
5169
 
5170
  #: app/features/mec/notifications.php:100
5171
+ #: app/features/mec/notifications.php:212
5172
+ #: app/features/mec/notifications.php:336
5173
+ #: app/features/mec/notifications.php:470
5174
+ #: app/features/mec/notifications.php:588
5175
+ #: app/features/mec/notifications.php:714
5176
+ #: app/features/mec/notifications.php:838
5177
+ #: app/features/mec/notifications.php:923 app/features/notifications.php:80
5178
  msgid "Email Content"
5179
  msgstr ""
5180
 
5181
  #: app/features/mec/notifications.php:103
5182
+ #: app/features/mec/notifications.php:215
5183
+ #: app/features/mec/notifications.php:339
5184
+ #: app/features/mec/notifications.php:473
5185
+ #: app/features/mec/notifications.php:591
5186
+ #: app/features/mec/notifications.php:717
5187
+ #: app/features/mec/notifications.php:841
5188
+ #: app/features/mec/notifications.php:926 app/features/mec/report.php:66
5189
  msgid "You can use the following placeholders"
5190
  msgstr ""
5191
 
5192
  #: app/features/mec/notifications.php:105
5193
+ #: app/features/mec/notifications.php:217
5194
+ #: app/features/mec/notifications.php:341
5195
+ #: app/features/mec/notifications.php:475
5196
+ #: app/features/mec/notifications.php:593
5197
+ #: app/features/mec/notifications.php:719 app/features/notifications.php:91
5198
  msgid "First name of attendee"
5199
  msgstr ""
5200
 
5201
  #: app/features/mec/notifications.php:106
5202
+ #: app/features/mec/notifications.php:218
5203
+ #: app/features/mec/notifications.php:342
5204
+ #: app/features/mec/notifications.php:476
5205
+ #: app/features/mec/notifications.php:594
5206
+ #: app/features/mec/notifications.php:720 app/features/notifications.php:92
5207
  msgid "Last name of attendee"
5208
  msgstr ""
5209
 
5210
  #: app/features/mec/notifications.php:107
5211
+ #: app/features/mec/notifications.php:219
5212
+ #: app/features/mec/notifications.php:343
5213
+ #: app/features/mec/notifications.php:477
5214
+ #: app/features/mec/notifications.php:595
5215
+ #: app/features/mec/notifications.php:721 app/features/notifications.php:93
5216
  msgid "Email of attendee"
5217
  msgstr ""
5218
 
5219
  #: app/features/mec/notifications.php:108
5220
+ #: app/features/mec/notifications.php:220
5221
+ #: app/features/mec/notifications.php:344
5222
+ #: app/features/mec/notifications.php:478
5223
+ #: app/features/mec/notifications.php:596
5224
+ #: app/features/mec/notifications.php:722 app/features/notifications.php:94
5225
  msgid "Booked date of event"
5226
  msgstr ""
5227
 
5228
  #: app/features/mec/notifications.php:109
5229
+ #: app/features/mec/notifications.php:221
5230
+ #: app/features/mec/notifications.php:345
5231
+ #: app/features/mec/notifications.php:479
5232
+ #: app/features/mec/notifications.php:597
5233
+ #: app/features/mec/notifications.php:723 app/features/notifications.php:95
5234
  msgid "Booked time of event"
5235
  msgstr ""
5236
 
5237
  #: app/features/mec/notifications.php:110
5238
+ #: app/features/mec/notifications.php:222
5239
+ #: app/features/mec/notifications.php:346
5240
+ #: app/features/mec/notifications.php:480
5241
+ #: app/features/mec/notifications.php:598
5242
+ #: app/features/mec/notifications.php:724 app/features/notifications.php:96
5243
  msgid "Booked date and time of event"
5244
  msgstr ""
5245
 
5246
  #: app/features/mec/notifications.php:111
5247
+ #: app/features/mec/notifications.php:223
5248
+ #: app/features/mec/notifications.php:347
5249
+ #: app/features/mec/notifications.php:481
5250
+ #: app/features/mec/notifications.php:599
5251
+ #: app/features/mec/notifications.php:725 app/features/notifications.php:97
5252
  msgid "Date of next 20 occurrences of booked event (including the booked date)"
5253
  msgstr ""
5254
 
5255
  #: app/features/mec/notifications.php:112
5256
+ #: app/features/mec/notifications.php:224
5257
+ #: app/features/mec/notifications.php:348
5258
+ #: app/features/mec/notifications.php:482
5259
+ #: app/features/mec/notifications.php:600
5260
+ #: app/features/mec/notifications.php:726 app/features/notifications.php:98
5261
  msgid ""
5262
  "Date and Time of next 20 occurrences of booked event (including the booked "
5263
  "date)"
5264
  msgstr ""
5265
 
5266
  #: app/features/mec/notifications.php:113
5267
+ #: app/features/mec/notifications.php:225
5268
+ #: app/features/mec/notifications.php:349
5269
+ #: app/features/mec/notifications.php:483
5270
+ #: app/features/mec/notifications.php:601
5271
+ #: app/features/mec/notifications.php:727 app/features/notifications.php:99
5272
  msgid "Booking Price"
5273
  msgstr ""
5274
 
5275
  #: app/features/mec/notifications.php:114
5276
+ #: app/features/mec/notifications.php:226
5277
+ #: app/features/mec/notifications.php:351
5278
+ #: app/features/mec/notifications.php:484
5279
+ #: app/features/mec/notifications.php:602
5280
+ #: app/features/mec/notifications.php:728 app/features/notifications.php:101
5281
  msgid "Date and time of booking"
5282
  msgstr ""
5283
 
5284
  #: app/features/mec/notifications.php:115
5285
+ #: app/features/mec/notifications.php:227
5286
+ #: app/features/mec/notifications.php:352
5287
+ #: app/features/mec/notifications.php:485
5288
+ #: app/features/mec/notifications.php:603
5289
+ #: app/features/mec/notifications.php:729
5290
+ #: app/features/mec/notifications.php:850
5291
+ #: app/features/mec/notifications.php:935 app/features/notifications.php:102
5292
  msgid "Your website title"
5293
  msgstr ""
5294
 
5295
  #: app/features/mec/notifications.php:116
5296
+ #: app/features/mec/notifications.php:228
5297
+ #: app/features/mec/notifications.php:353
5298
+ #: app/features/mec/notifications.php:486
5299
+ #: app/features/mec/notifications.php:604
5300
+ #: app/features/mec/notifications.php:730
5301
+ #: app/features/mec/notifications.php:851
5302
+ #: app/features/mec/notifications.php:936 app/features/notifications.php:103
5303
  msgid "Your website URL"
5304
  msgstr ""
5305
 
5306
  #: app/features/mec/notifications.php:117
5307
+ #: app/features/mec/notifications.php:229
5308
+ #: app/features/mec/notifications.php:354
5309
+ #: app/features/mec/notifications.php:487
5310
+ #: app/features/mec/notifications.php:605
5311
+ #: app/features/mec/notifications.php:731
5312
+ #: app/features/mec/notifications.php:852
5313
+ #: app/features/mec/notifications.php:937 app/features/notifications.php:104
5314
  msgid "Your website description"
5315
  msgstr ""
5316
 
5317
  #: app/features/mec/notifications.php:118
5318
+ #: app/features/mec/notifications.php:230
5319
+ #: app/features/mec/notifications.php:355
5320
+ #: app/features/mec/notifications.php:488
5321
+ #: app/features/mec/notifications.php:606
5322
+ #: app/features/mec/notifications.php:732 app/features/notifications.php:105
5323
  msgid "Event title"
5324
  msgstr ""
5325
 
5326
  #: app/features/mec/notifications.php:119
5327
+ #: app/features/mec/notifications.php:231
5328
+ #: app/features/mec/notifications.php:356
5329
+ #: app/features/mec/notifications.php:489
5330
+ #: app/features/mec/notifications.php:607
5331
+ #: app/features/mec/notifications.php:733 app/features/notifications.php:106
5332
  msgid "Event link"
5333
  msgstr ""
5334
 
5335
  #: app/features/mec/notifications.php:120
5336
+ #: app/features/mec/notifications.php:232
5337
+ #: app/features/mec/notifications.php:357
5338
+ #: app/features/mec/notifications.php:845
5339
+ #: app/features/mec/notifications.php:930 app/features/notifications.php:135
5340
  msgid "Event Start Date"
5341
  msgstr ""
5342
 
5343
  #: app/features/mec/notifications.php:121
5344
+ #: app/features/mec/notifications.php:233
5345
+ #: app/features/mec/notifications.php:358
5346
+ #: app/features/mec/notifications.php:846
5347
+ #: app/features/mec/notifications.php:931 app/features/notifications.php:136
5348
  msgid "Event End Date"
5349
  msgstr ""
5350
 
5351
  #: app/features/mec/notifications.php:122
 
 
 
 
 
 
 
 
 
5352
  #: app/features/mec/notifications.php:234
 
 
 
 
 
 
 
 
 
5353
  #: app/features/mec/notifications.php:359
5354
+ #: app/features/mec/notifications.php:847
5355
+ #: app/features/mec/notifications.php:932 app/features/notifications.php:137
5356
+ msgid "Event Timezone"
 
5357
  msgstr ""
5358
 
5359
+ #: app/features/mec/notifications.php:123
5360
+ #: app/features/mec/notifications.php:235
5361
  #: app/features/mec/notifications.php:360
5362
  #: app/features/mec/notifications.php:490
5363
+ #: app/features/mec/notifications.php:608
5364
+ #: app/features/mec/notifications.php:734 app/features/notifications.php:107
5365
+ msgid "Speaker name of booked event"
5366
  msgstr ""
5367
 
5368
+ #: app/features/mec/notifications.php:124
5369
+ #: app/features/mec/notifications.php:236
5370
  #: app/features/mec/notifications.php:361
5371
  #: app/features/mec/notifications.php:491
5372
+ #: app/features/mec/notifications.php:609
5373
+ #: app/features/mec/notifications.php:735 app/features/notifications.php:108
5374
+ msgid "Organizer name of booked event"
5375
  msgstr ""
5376
 
5377
+ #: app/features/mec/notifications.php:125
5378
+ #: app/features/mec/notifications.php:237
5379
  #: app/features/mec/notifications.php:362
5380
  #: app/features/mec/notifications.php:492
5381
+ #: app/features/mec/notifications.php:610
5382
+ #: app/features/mec/notifications.php:736 app/features/notifications.php:109
5383
+ msgid "Organizer tel of booked event"
5384
  msgstr ""
5385
 
5386
+ #: app/features/mec/notifications.php:126
5387
+ #: app/features/mec/notifications.php:238
5388
  #: app/features/mec/notifications.php:363
5389
  #: app/features/mec/notifications.php:493
5390
+ #: app/features/mec/notifications.php:611
5391
+ #: app/features/mec/notifications.php:737 app/features/notifications.php:110
5392
+ msgid "Organizer email of booked event"
5393
  msgstr ""
5394
 
5395
+ #: app/features/mec/notifications.php:127
5396
+ #: app/features/mec/notifications.php:239
5397
  #: app/features/mec/notifications.php:364
5398
  #: app/features/mec/notifications.php:494
5399
+ #: app/features/mec/notifications.php:612
5400
+ #: app/features/mec/notifications.php:738 app/features/notifications.php:111
5401
+ msgid "Additional organizers name of booked event"
5402
  msgstr ""
5403
 
5404
+ #: app/features/mec/notifications.php:128
5405
+ #: app/features/mec/notifications.php:240
5406
  #: app/features/mec/notifications.php:365
5407
  #: app/features/mec/notifications.php:495
5408
+ #: app/features/mec/notifications.php:613
5409
+ #: app/features/mec/notifications.php:739 app/features/notifications.php:112
5410
+ msgid "Additional organizers tel of booked event"
5411
  msgstr ""
5412
 
5413
+ #: app/features/mec/notifications.php:129
5414
+ #: app/features/mec/notifications.php:241
5415
  #: app/features/mec/notifications.php:366
5416
  #: app/features/mec/notifications.php:496
5417
+ #: app/features/mec/notifications.php:614
5418
+ #: app/features/mec/notifications.php:740 app/features/notifications.php:113
5419
+ msgid "Additional organizers email of booked event"
5420
  msgstr ""
5421
 
5422
+ #: app/features/mec/notifications.php:130
5423
+ #: app/features/mec/notifications.php:242
5424
  #: app/features/mec/notifications.php:367
5425
  #: app/features/mec/notifications.php:497
5426
+ #: app/features/mec/notifications.php:615
5427
+ #: app/features/mec/notifications.php:741 app/features/notifications.php:114
5428
+ msgid "Location name of booked event"
5429
  msgstr ""
5430
 
5431
+ #: app/features/mec/notifications.php:131
5432
+ #: app/features/mec/notifications.php:243
5433
  #: app/features/mec/notifications.php:368
5434
  #: app/features/mec/notifications.php:498
5435
+ #: app/features/mec/notifications.php:616
5436
+ #: app/features/mec/notifications.php:742 app/features/notifications.php:115
5437
+ msgid "Location address of booked event"
5438
  msgstr ""
5439
 
5440
+ #: app/features/mec/notifications.php:132
5441
+ #: app/features/mec/notifications.php:244
5442
  #: app/features/mec/notifications.php:369
5443
+ #: app/features/mec/notifications.php:499
5444
+ #: app/features/mec/notifications.php:617
5445
+ #: app/features/mec/notifications.php:743 app/features/notifications.php:116
5446
+ msgid "Additional locations name of booked event"
5447
  msgstr ""
5448
 
5449
+ #: app/features/mec/notifications.php:133
5450
+ #: app/features/mec/notifications.php:245
5451
  #: app/features/mec/notifications.php:370
5452
+ #: app/features/mec/notifications.php:500
5453
+ #: app/features/mec/notifications.php:618
5454
+ #: app/features/mec/notifications.php:744 app/features/notifications.php:117
5455
+ msgid "Additional locations address of booked event"
5456
  msgstr ""
5457
 
5458
+ #: app/features/mec/notifications.php:134
5459
+ #: app/features/mec/notifications.php:246
5460
  #: app/features/mec/notifications.php:371
5461
+ #: app/features/mec/notifications.php:501
5462
+ #: app/features/mec/notifications.php:619
5463
+ #: app/features/mec/notifications.php:745 app/features/notifications.php:118
5464
+ msgid "Featured image of booked event"
5465
  msgstr ""
5466
 
5467
+ #: app/features/mec/notifications.php:135
5468
+ #: app/features/mec/notifications.php:247
5469
  #: app/features/mec/notifications.php:372
5470
+ #: app/features/mec/notifications.php:620
5471
+ #: app/features/mec/notifications.php:746 app/features/notifications.php:119
5472
+ msgid "Event more info link"
 
5473
  msgstr ""
5474
 
5475
+ #: app/features/mec/notifications.php:136
5476
+ #: app/features/mec/notifications.php:248
5477
  #: app/features/mec/notifications.php:373
5478
+ #: app/features/mec/notifications.php:621
5479
+ #: app/features/mec/notifications.php:747 app/features/notifications.php:120
5480
+ msgid "Event other info link"
 
5481
  msgstr ""
5482
 
5483
+ #: app/features/mec/notifications.php:137
5484
+ #: app/features/mec/notifications.php:249
5485
  #: app/features/mec/notifications.php:374
5486
+ #: app/features/mec/notifications.php:622
5487
+ #: app/features/mec/notifications.php:748 app/features/notifications.php:121
5488
+ msgid "Event online link"
 
5489
  msgstr ""
5490
 
5491
+ #: app/features/mec/notifications.php:138
5492
+ #: app/features/mec/notifications.php:250
5493
+ #: app/features/mec/notifications.php:375
5494
+ #: app/features/mec/notifications.php:502
5495
+ #: app/features/mec/notifications.php:623
5496
+ #: app/features/mec/notifications.php:749 app/features/notifications.php:122
5497
+ msgid "Full Attendee info such as booking form data, name, email etc."
5498
  msgstr ""
5499
 
5500
+ #: app/features/mec/notifications.php:139
5501
+ #: app/features/mec/notifications.php:251
5502
+ #: app/features/mec/notifications.php:376
5503
  #: app/features/mec/notifications.php:503
5504
+ #: app/features/mec/notifications.php:624
5505
+ #: app/features/mec/notifications.php:750 app/features/notifications.php:123
5506
+ msgid "Booking ID"
5507
  msgstr ""
5508
 
5509
+ #: app/features/mec/notifications.php:140
5510
+ #: app/features/mec/notifications.php:252
5511
+ #: app/features/mec/notifications.php:377
5512
  #: app/features/mec/notifications.php:504
5513
+ #: app/features/mec/notifications.php:625
5514
+ #: app/features/mec/notifications.php:751 app/features/notifications.php:124
5515
+ msgid "Transaction ID of Booking"
5516
  msgstr ""
5517
 
5518
+ #: app/features/mec/notifications.php:141
 
5519
  #: app/features/mec/notifications.php:379
5520
+ #: app/features/mec/notifications.php:753
5521
+ msgid "Invoice Link"
 
 
5522
  msgstr ""
5523
 
5524
+ #: app/features/mec/notifications.php:142
5525
+ #: app/features/mec/notifications.php:254
5526
  #: app/features/mec/notifications.php:380
5527
  #: app/features/mec/notifications.php:506
5528
+ #: app/features/mec/notifications.php:627
5529
+ #: app/features/mec/notifications.php:754 app/features/notifications.php:126
5530
+ msgid "Total attendees of current booking"
5531
  msgstr ""
5532
 
5533
+ #: app/features/mec/notifications.php:143
5534
+ #: app/features/mec/notifications.php:255
5535
  #: app/features/mec/notifications.php:381
5536
  #: app/features/mec/notifications.php:507
5537
+ #: app/features/mec/notifications.php:628
5538
+ #: app/features/mec/notifications.php:755 app/features/notifications.php:127
5539
+ msgid "Amount of Booked Tickets (Total attendees of all bookings)"
5540
  msgstr ""
5541
 
5542
+ #: app/features/mec/notifications.php:144
5543
+ #: app/features/mec/notifications.php:256
5544
  #: app/features/mec/notifications.php:382
5545
  #: app/features/mec/notifications.php:508
5546
+ #: app/features/mec/notifications.php:629
5547
+ #: app/features/mec/notifications.php:756 app/features/notifications.php:128
5548
+ msgid "Ticket name"
5549
  msgstr ""
5550
 
5551
+ #: app/features/mec/notifications.php:145
5552
+ #: app/features/mec/notifications.php:257
5553
  #: app/features/mec/notifications.php:383
5554
  #: app/features/mec/notifications.php:509
5555
+ #: app/features/mec/notifications.php:630
5556
+ #: app/features/mec/notifications.php:757 app/features/notifications.php:129
5557
+ msgid "Ticket time"
5558
  msgstr ""
5559
 
5560
+ #: app/features/mec/notifications.php:146
5561
+ #: app/features/mec/notifications.php:258
5562
  #: app/features/mec/notifications.php:384
5563
+ #: app/features/mec/notifications.php:510
5564
+ #: app/features/mec/notifications.php:631
5565
+ #: app/features/mec/notifications.php:758 app/features/notifications.php:130
5566
+ msgid "Ticket name & time"
5567
  msgstr ""
5568
 
5569
+ #: app/features/mec/notifications.php:147
5570
+ #: app/features/mec/notifications.php:259
5571
+ #: app/features/mec/notifications.php:385
5572
+ #: app/features/mec/notifications.php:511
5573
+ #: app/features/mec/notifications.php:632
5574
+ #: app/features/mec/notifications.php:759 app/features/notifications.php:131
5575
+ msgid "Payment Gateway"
5576
+ msgstr ""
5577
+
5578
+ #: app/features/mec/notifications.php:148
5579
+ #: app/features/mec/notifications.php:260
5580
  #: app/features/mec/notifications.php:386
5581
+ #: app/features/mec/notifications.php:512
5582
+ #: app/features/mec/notifications.php:633
5583
+ #: app/features/mec/notifications.php:760 app/features/notifications.php:132
5584
+ msgid "Link to the downloadable file"
5585
+ msgstr ""
5586
+
5587
+ #: app/features/mec/notifications.php:149
5588
+ #: app/features/mec/notifications.php:261
5589
+ #: app/features/mec/notifications.php:387
5590
+ #: app/features/mec/notifications.php:761
5591
+ msgid "Download ICS file"
5592
+ msgstr ""
5593
+
5594
+ #: app/features/mec/notifications.php:151
5595
+ #: app/features/mec/notifications.php:263
5596
+ #: app/features/mec/notifications.php:389
5597
+ #: app/features/mec/notifications.php:763 app/features/notifications.php:134
5598
  msgid "Add to Google Calendar Links for next 20 occurrences"
5599
  msgstr ""
5600
 
5601
+ #: app/features/mec/notifications.php:159 app/libraries/main.php:597
5602
  msgid "Booking Verification"
5603
  msgstr ""
5604
 
5605
+ #: app/features/mec/notifications.php:160
5606
  msgid "It sends to attendee email for verifying their booking/email."
5607
  msgstr ""
5608
 
5609
+ #: app/features/mec/notifications.php:253
5610
  msgid "Email/Booking verification link."
5611
  msgstr ""
5612
 
5613
+ #: app/features/mec/notifications.php:275
5614
  msgid "Enable booking confirmation"
5615
  msgstr ""
5616
 
5617
+ #: app/features/mec/notifications.php:280
5618
  msgid "Sent to attendee after confirming the booking by admin."
5619
  msgstr ""
5620
 
5621
+ #: app/features/mec/notifications.php:333
5622
  msgid "Send One Single Email Only To First Attendee"
5623
  msgstr ""
5624
 
5625
+ #: app/features/mec/notifications.php:350
5626
  msgid "Attendee Price"
5627
  msgstr ""
5628
 
5629
+ #: app/features/mec/notifications.php:378
5630
+ #: app/features/mec/notifications.php:752
5631
  msgid "Booking cancellation link."
5632
  msgstr ""
5633
 
5634
+ #: app/features/mec/notifications.php:398 app/features/notifications.php:159
5635
+ #: app/libraries/main.php:599
5636
  msgid "Booking Cancellation"
5637
  msgstr ""
5638
 
5639
+ #: app/features/mec/notifications.php:402
5640
  msgid "Enable cancellation notification"
5641
  msgstr ""
5642
 
5643
+ #: app/features/mec/notifications.php:406
5644
  msgid "Sent to selected recipients after booking cancellation to notify them."
5645
  msgstr ""
5646
 
5647
+ #: app/features/mec/notifications.php:459
5648
+ #: app/features/mec/notifications.php:581
5649
+ #: app/features/mec/notifications.php:783
5650
  msgid "Send the email to admin"
5651
  msgstr ""
5652
 
5653
+ #: app/features/mec/notifications.php:467
5654
  msgid "Send the email to the booked user"
5655
  msgstr ""
5656
 
5657
+ #: app/features/mec/notifications.php:505
5658
+ #: app/features/mec/notifications.php:626 app/features/notifications.php:125
5659
  msgid "Admin booking management link."
5660
  msgstr ""
5661
 
5662
+ #: app/features/mec/notifications.php:519 app/libraries/main.php:601
5663
  msgid "Admin"
5664
  msgstr ""
5665
 
5666
+ #: app/features/mec/notifications.php:523
5667
  msgid "Enable admin notification"
5668
  msgstr ""
5669
 
5670
+ #: app/features/mec/notifications.php:527
5671
  msgid "Sent to admin to notify them that a new booking has been received."
5672
  msgstr ""
5673
 
5674
+ #: app/features/mec/notifications.php:640 app/features/notifications.php:165
5675
+ #: app/libraries/main.php:600 app/libraries/notifications.php:596
5676
  msgid "Booking Reminder"
5677
  msgstr ""
5678
 
5679
+ #: app/features/mec/notifications.php:644
5680
  msgid "Enable booking reminder notification"
5681
  msgstr ""
5682
 
5683
+ #: app/features/mec/notifications.php:650
5684
  #, php-format
5685
  msgid ""
5686
  "Set a cronjob to call %s file once per hour otherwise it won't send the "
5688
  "send the reminders multiple times."
5689
  msgstr ""
5690
 
5691
+ #: app/features/mec/notifications.php:650
5692
  msgid "only once per hour"
5693
  msgstr ""
5694
 
5695
+ #: app/features/mec/notifications.php:703 app/libraries/main.php:7340
5696
+ #: app/libraries/main.php:7357
5697
  msgid "Hours"
5698
  msgstr ""
5699
 
5700
+ #: app/features/mec/notifications.php:707
5701
  msgid "Reminder hours"
5702
  msgstr ""
5703
 
5704
+ #: app/features/mec/notifications.php:708
5705
  msgid "Please, insert comma to separate reminder hours."
5706
  msgstr ""
5707
 
5708
+ #: app/features/mec/notifications.php:772 app/features/popup/event.php:253
5709
+ #: app/libraries/main.php:589
5710
  msgid "New Event"
5711
  msgstr ""
5712
 
5713
+ #: app/features/mec/notifications.php:776
5714
  msgid "Enable new event notification"
5715
  msgstr ""
5716
 
5717
+ #: app/features/mec/notifications.php:786
5718
  msgid ""
5719
  "Sent after adding a new event from frontend event submission or from website "
5720
  "backend."
5721
  msgstr ""
5722
 
5723
+ #: app/features/mec/notifications.php:843
5724
+ #: app/features/mec/notifications.php:928
5725
  msgid "Title of event"
5726
  msgstr ""
5727
 
5728
+ #: app/features/mec/notifications.php:844
5729
+ #: app/features/mec/notifications.php:929
5730
  msgid "Link of event"
5731
  msgstr ""
5732
 
5733
+ #: app/features/mec/notifications.php:848
5734
+ #: app/features/mec/notifications.php:933 app/features/notifications.php:138
5735
  msgid "Status of event"
5736
  msgstr ""
5737
 
5738
+ #: app/features/mec/notifications.php:849
5739
+ #: app/features/mec/notifications.php:934 app/features/mec/settings.php:871
5740
+ #: app/features/mec/settings.php:875 app/features/notifications.php:139
5741
  msgid "Event Note"
5742
  msgstr ""
5743
 
5744
+ #: app/features/mec/notifications.php:853
5745
+ #: app/features/mec/notifications.php:938
5746
  msgid "Admin events management link."
5747
  msgstr ""
5748
 
5749
+ #: app/features/mec/notifications.php:863 app/libraries/main.php:590
5750
  msgid "User Event Publishing"
5751
  msgstr ""
5752
 
5753
+ #: app/features/mec/notifications.php:867
5754
  msgid "Enable user event publishing notification"
5755
  msgstr ""
5756
 
5757
+ #: app/features/mec/notifications.php:871
5758
  msgid ""
5759
  "Sent after publishing a new event from frontend event submission or from "
5760
  "website backend."
5761
  msgstr ""
5762
 
5763
+ #: app/features/mec/notifications.php:946 app/libraries/main.php:604
5764
  msgid "Notifications Per Event"
5765
  msgstr ""
5766
 
5767
+ #: app/features/mec/notifications.php:950
5768
  msgid "Edit Notifications Per Event"
5769
  msgstr ""
5770
 
5832
  msgid "There was an error please try again!"
5833
  msgstr ""
5834
 
5835
+ #: app/features/mec/settings.php:62 app/features/mec/settings.php:73
5836
  msgid "Hide Events"
5837
  msgstr ""
5838
 
5852
  msgid "On Event End"
5853
  msgstr ""
5854
 
5855
+ #: app/features/mec/settings.php:74
5856
  msgid ""
5857
  "This option is for showing start/end time of events on frontend of website."
5858
  msgstr ""
5859
 
5860
+ #: app/features/mec/settings.php:83 app/features/mec/settings.php:92
5861
  msgid "Multiple Day Events"
5862
  msgstr ""
5863
 
5864
+ #: app/features/mec/settings.php:86
5865
  msgid "Show only first day on List/Grid/Slider/Agenda skins"
5866
  msgstr ""
5867
 
5868
+ #: app/features/mec/settings.php:87
5869
  msgid "Show only first day on all skins"
5870
  msgstr ""
5871
 
5872
+ #: app/features/mec/settings.php:88
5873
  msgid "Show all days"
5874
  msgstr ""
5875
 
5876
+ #: app/features/mec/settings.php:93
5877
  msgid ""
5878
  "For showing all days of multiple day events on frontend or only show the "
5879
  "first day."
5880
  msgstr ""
5881
 
5882
+ #: app/features/mec/settings.php:102
5883
  msgid "Remove MEC Data on Plugin Uninstall"
5884
  msgstr ""
5885
 
5886
+ #: app/features/mec/settings.php:113
5887
  msgid "Sender Name"
5888
  msgstr ""
5889
 
5890
+ #: app/features/mec/settings.php:116
5891
  msgid "e.g. Webnus"
5892
  msgstr ""
5893
 
5894
+ #: app/features/mec/settings.php:123
5895
  msgid "Sender Email"
5896
  msgstr ""
5897
 
5898
+ #: app/features/mec/settings.php:126
5899
  msgid "e.g. info@webnus.biz"
5900
  msgstr ""
5901
 
5902
+ #: app/features/mec/settings.php:132
5903
  msgid "Exclude Date Suffix"
5904
  msgstr ""
5905
 
5906
+ #: app/features/mec/settings.php:135
5907
  msgid "Remove suffix from calendars"
5908
  msgstr ""
5909
 
5910
+ #: app/features/mec/settings.php:139
5911
  msgid "Remove \"Th\" on calendar"
5912
  msgstr ""
5913
 
5914
+ #: app/features/mec/settings.php:140
5915
  msgid ""
5916
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
5917
  "showing just '12' )"
5918
  msgstr ""
5919
 
5920
+ #: app/features/mec/settings.php:147 app/features/mec/settings.php:154
5921
  msgid "Schema"
5922
  msgstr ""
5923
 
5924
+ #: app/features/mec/settings.php:150
5925
  msgid "Enable Schema Code"
5926
  msgstr ""
5927
 
5928
+ #: app/features/mec/settings.php:155
5929
  msgid "You can enable/disable Schema scripts"
5930
  msgstr ""
5931
 
5932
+ #: app/features/mec/settings.php:164 app/features/mec/settings.php:174
5933
+ #: app/libraries/main.php:6262 app/libraries/main.php:6316
5934
  msgid "Weekdays"
5935
  msgstr ""
5936
 
5937
+ #: app/features/mec/settings.php:175
5938
  msgid ""
5939
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
5940
  "and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings "
5941
  "> General - bottom of the page )."
5942
  msgstr ""
5943
 
5944
+ #: app/features/mec/settings.php:185 app/features/mec/settings.php:195
5945
  msgid "Weekends"
5946
  msgstr ""
5947
 
5948
+ #: app/features/mec/settings.php:196
5949
  msgid ""
5950
  "Proceed with caution. Default is set to Saturday and Sunday (you can change "
5951
  "'Week Starts' on WordPress Dashboard > Settings > General - bottom of the "
5952
  "page)."
5953
  msgstr ""
5954
 
5955
+ #: app/features/mec/settings.php:205
5956
  msgid "Datepicker Format"
5957
  msgstr ""
5958
 
5959
+ #: app/features/mec/settings.php:213
5960
  msgid "(Y-m-d)"
5961
  msgstr ""
5962
 
5963
+ #: app/features/mec/settings.php:214
5964
  msgid "(d-m-Y)"
5965
  msgstr ""
5966
 
5967
+ #: app/features/mec/settings.php:217
5968
  msgid "(Y/m/d)"
5969
  msgstr ""
5970
 
5971
+ #: app/features/mec/settings.php:218
5972
  msgid "(m/d/Y)"
5973
  msgstr ""
5974
 
5975
+ #: app/features/mec/settings.php:221
5976
  msgid "(Y.m.d)"
5977
  msgstr ""
5978
 
5979
+ #: app/features/mec/settings.php:222
5980
  msgid "(d.m.Y)"
5981
  msgstr ""
5982
 
5983
+ #: app/features/mec/settings.php:228 app/features/mec/settings.php:240
5984
  msgid "Midnight Hour"
5985
  msgstr ""
5986
 
5987
+ #: app/features/mec/settings.php:231
5988
  msgid "12 AM"
5989
  msgstr ""
5990
 
5991
+ #: app/features/mec/settings.php:232
5992
  msgid "1 AM"
5993
  msgstr ""
5994
 
5995
+ #: app/features/mec/settings.php:233
5996
  msgid "2 AM"
5997
  msgstr ""
5998
 
5999
+ #: app/features/mec/settings.php:234
6000
  msgid "3 AM"
6001
  msgstr ""
6002
 
6003
+ #: app/features/mec/settings.php:235
6004
  msgid "4 AM"
6005
  msgstr ""
6006
 
6007
+ #: app/features/mec/settings.php:236
6008
  msgid "5 AM"
6009
  msgstr ""
6010
 
6011
+ #: app/features/mec/settings.php:241
6012
  msgid ""
6013
  "12 AM is midnight by default but you can change it if your event ends after "
6014
  "12 AM and you don't want those events considered as multiple days events!"
6015
  msgstr ""
6016
 
6017
+ #: app/features/mec/settings.php:249
6018
  msgid "Open \"Add Event\" as Popup"
6019
  msgstr ""
6020
 
6021
+ #: app/features/mec/settings.php:252 app/features/mec/settings.php:260
6022
+ #: app/features/mec/settings.php:268 app/features/mec/single.php:111
6023
  msgid "Enable"
6024
  msgstr ""
6025
 
6026
+ #: app/features/mec/settings.php:257
6027
  msgid "Open \"Add Shortcode\" as Popup"
6028
  msgstr ""
6029
 
6030
+ #: app/features/mec/settings.php:265
6031
  msgid "Include Event Featured Image in Feed"
6032
  msgstr ""
6033
 
6034
+ #: app/features/mec/settings.php:275 app/libraries/main.php:539
6035
  msgid "Archive Pages"
6036
  msgstr ""
6037
 
6038
+ #: app/features/mec/settings.php:278 app/features/mec/settings.php:283
6039
  msgid "Archive Page Title"
6040
  msgstr ""
6041
 
6042
+ #: app/features/mec/settings.php:284
6043
  msgid "Default value is Events - It's title of the page"
6044
  msgstr ""
6045
 
6046
+ #: app/features/mec/settings.php:292 app/features/mec/settings.php:360
6047
  msgid "Archive Page Skin"
6048
  msgstr ""
6049
 
6050
+ #: app/features/mec/settings.php:300 app/features/mec/settings.php:377
6051
  msgid "Put shortcode..."
6052
  msgstr ""
6053
 
6054
+ #: app/features/mec/settings.php:303 app/features/mec/settings.php:318
6055
+ #: app/features/mec/settings.php:321 app/features/mec/settings.php:330
6056
+ #: app/features/mec/settings.php:356 app/features/mec/settings.php:380
6057
+ #: app/features/mec/settings.php:395 app/features/mec/settings.php:398
6058
+ #: app/features/mec/settings.php:407 app/features/mec/settings.php:433
6059
  msgid "There is no skins"
6060
  msgstr ""
6061
 
6062
+ #: app/features/mec/settings.php:306 app/features/mec/settings.php:383
6063
  #: app/features/mec/single.php:73
6064
  msgid "Modern Style"
6065
  msgstr ""
6066
 
6067
+ #: app/features/mec/settings.php:348 app/features/mec/settings.php:425
6068
  msgid "colorful"
6069
  msgstr ""
6070
 
6071
+ #: app/features/mec/settings.php:353 app/features/mec/settings.php:430
6072
  msgid "Clean Style"
6073
  msgstr ""
6074
 
6075
+ #: app/features/mec/settings.php:361
6076
  msgid "Default value is Calendar/Monthly View, But you can change it "
6077
  msgstr ""
6078
 
6079
+ #: app/features/mec/settings.php:361 app/features/mec/settings.php:438
6080
  msgid "See Demo"
6081
  msgstr ""
6082
 
6083
+ #: app/features/mec/settings.php:369 app/features/mec/settings.php:437
6084
  msgid "Category Page Skin"
6085
  msgstr ""
6086
 
6087
+ #: app/features/mec/settings.php:438
6088
  msgid ""
6089
  "Default value is List View - But you can change it to set a skin for all "
6090
  "categories."
6091
  msgstr ""
6092
 
6093
+ #: app/features/mec/settings.php:446 app/features/mec/settings.php:454
6094
  msgid "Category Events Method"
6095
  msgstr ""
6096
 
6097
+ #: app/features/mec/settings.php:455
6098
  msgid "Default value is Upcoming Events"
6099
  msgstr ""
6100
 
6101
+ #: app/features/mec/settings.php:463 app/features/mec/settings.php:471
6102
  msgid "Events Archive Status"
6103
  msgstr ""
6104
 
6105
+ #: app/features/mec/settings.php:466
6106
  msgid "Enabled (Recommended)"
6107
  msgstr ""
6108
 
6109
+ #: app/features/mec/settings.php:472
6110
  msgid ""
6111
  "If you disable it, then you should create a page as archive page of MEC. "
6112
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
6113
  "MEC rewrite rules."
6114
  msgstr ""
6115
 
6116
+ #: app/features/mec/settings.php:485 app/features/mec/settings.php:490
6117
  msgid "Main Slug"
6118
  msgstr ""
6119
 
6120
+ #: app/features/mec/settings.php:491
6121
  msgid ""
6122
  "Default value is events. You can not have a page with this name. MEC allows "
6123
  "you to create custom URLs for the permalinks and archives to enhance the "
6124
  "applicability and forward-compatibility of the links."
6125
  msgstr ""
6126
 
6127
+ #: app/features/mec/settings.php:495 app/features/mec/settings.php:509
6128
  msgid "Valid characters are lowercase a-z, - character and numbers."
6129
  msgstr ""
6130
 
6131
+ #: app/features/mec/settings.php:499 app/features/mec/settings.php:504
6132
  msgid "Category Slug"
6133
  msgstr ""
6134
 
6135
+ #: app/features/mec/settings.php:505
6136
  msgid ""
6137
  "It's slug of MEC categories, you can change it to events-cat or something "
6138
  "else. Default value is mec-category. You can not have a page with this name."
6139
  msgstr ""
6140
 
6141
+ #: app/features/mec/settings.php:517
6142
  msgid "Currency"
6143
  msgstr ""
6144
 
6145
+ #: app/features/mec/settings.php:527 app/features/mec/settings.php:532
6146
  msgid "Currency Sign"
6147
  msgstr ""
6148
 
6149
+ #: app/features/mec/settings.php:533
6150
  msgid "Default value will be \"currency\" if you leave it empty."
6151
  msgstr ""
6152
 
6153
+ #: app/features/mec/settings.php:540
6154
  msgid "Currency Position"
6155
  msgstr ""
6156
 
6157
+ #: app/features/mec/settings.php:543
6158
  msgid "Before $10"
6159
  msgstr ""
6160
 
6161
+ #: app/features/mec/settings.php:544
6162
  msgid "After 10$"
6163
  msgstr ""
6164
 
6165
+ #: app/features/mec/settings.php:549
6166
  msgid "Thousand Separator"
6167
  msgstr ""
6168
 
6169
+ #: app/features/mec/settings.php:555
6170
  msgid "Decimal Separator"
6171
  msgstr ""
6172
 
6173
+ #: app/features/mec/settings.php:565
6174
  msgid "No decimal"
6175
  msgstr ""
6176
 
6177
+ #: app/features/mec/settings.php:576
6178
  msgid "Enable Google Recaptcha"
6179
  msgstr ""
6180
 
6181
+ #: app/features/mec/settings.php:585
6182
  msgid "Enable on booking form"
6183
  msgstr ""
6184
 
6185
+ #: app/features/mec/settings.php:593
6186
  msgid "Enable on \"Frontend Event Submission\" form"
6187
  msgstr ""
6188
 
6189
+ #: app/features/mec/settings.php:597
6190
  msgid "Site Key"
6191
  msgstr ""
6192
 
6193
+ #: app/features/mec/settings.php:603
6194
  msgid "Secret Key"
6195
  msgstr ""
6196
 
6197
+ #: app/features/mec/settings.php:615 app/features/mec/settings.php:623
6198
  msgid "Time Format"
6199
  msgstr ""
6200
 
6201
+ #: app/features/mec/settings.php:618
6202
  msgid "12 hours format with AM/PM"
6203
  msgstr ""
6204
 
6205
+ #: app/features/mec/settings.php:619
6206
  msgid "24 hours format"
6207
  msgstr ""
6208
 
6209
+ #: app/features/mec/settings.php:624
6210
  msgid "This option, affects the selection of Start/End time."
6211
  msgstr ""
6212
 
6213
+ #: app/features/mec/settings.php:632
6214
  msgid "Events List Page"
6215
  msgstr ""
6216
 
6217
+ #: app/features/mec/settings.php:641 app/features/mec/settings.php:653
6218
  #, php-format
6219
  msgid "Put %s shortcode into the page."
6220
  msgstr ""
6221
 
6222
+ #: app/features/mec/settings.php:644
6223
  msgid "Add/Edit Events Page"
6224
  msgstr ""
6225
 
6226
+ #: app/features/mec/settings.php:668
6227
  msgid ""
6228
  "User is redirected to this page after a new event submission. Leave it empty "
6229
  "if you want it disabled."
6230
  msgstr ""
6231
 
6232
+ #: app/features/mec/settings.php:691 app/features/mec/settings.php:696
6233
  msgid "Maximum File Size"
6234
  msgstr ""
6235
 
6236
+ #: app/features/mec/settings.php:693
6237
  msgid "in KB"
6238
  msgstr ""
6239
 
6240
+ #: app/features/mec/settings.php:697
6241
  msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
6242
  msgstr ""
6243
 
6244
+ #: app/features/mec/settings.php:706
6245
  msgid "Enable event submission by guest (Not logged in) users"
6246
  msgstr ""
6247
 
6248
+ #: app/features/mec/settings.php:713
6249
  msgid "Enable mandatory email and name for guest user"
6250
  msgstr ""
6251
 
6252
+ #: app/features/mec/settings.php:719
6253
  msgid ""
6254
  "Automatically create users after event publish and assign event to the "
6255
  "created user"
6256
  msgstr ""
6257
 
6258
+ #: app/features/mec/settings.php:724
6259
  msgid "Frontend Event Submission Sections"
6260
  msgstr ""
6261
 
6262
+ #: app/features/mec/settings.php:728
6263
  msgid "Event Data Fields"
6264
  msgstr ""
6265
 
6266
+ #: app/features/mec/settings.php:752 app/widgets/single.php:119
6267
  msgid "Event Categories"
6268
  msgstr ""
6269
 
6270
+ #: app/features/mec/settings.php:758
6271
  msgid "Event Labels"
6272
  msgstr ""
6273
 
6274
+ #: app/features/mec/settings.php:770
6275
  msgid "Event Tags"
6276
  msgstr ""
6277
 
6278
+ #: app/features/mec/settings.php:782 app/widgets/single.php:123
6279
  msgid "Event Organizer"
6280
  msgstr ""
6281
 
6282
+ #: app/features/mec/settings.php:808
6283
  msgid "Fees / Taxes Options"
6284
  msgstr ""
6285
 
6286
+ #: app/features/mec/settings.php:822 app/features/schema.php:64
6287
  msgid "SEO Schema"
6288
  msgstr ""
6289
 
6290
+ #: app/features/mec/settings.php:845 app/features/occurrences.php:72
6291
  #: app/features/occurrences.php:102
6292
  msgid "Occurrences"
6293
  msgstr ""
6294
 
6295
+ #: app/features/mec/settings.php:854
6296
  msgid "Virtual Event"
6297
  msgstr ""
6298
 
6299
+ #: app/features/mec/settings.php:863
6300
  msgid "Zoom Event"
6301
  msgstr ""
6302
 
6303
+ #: app/features/mec/settings.php:876
6304
  #, php-format
6305
  msgid ""
6306
  "Users can put a note for editors while they're submitting the event. Also "
6308
  "users' note in email."
6309
  msgstr ""
6310
 
6311
+ #: app/features/mec/settings.php:883 app/features/mec/settings.php:891
6312
  msgid "Note visibility"
6313
  msgstr ""
6314
 
6315
+ #: app/features/mec/settings.php:886
6316
  msgid "Always"
6317
  msgstr ""
6318
 
6319
+ #: app/features/mec/settings.php:887
6320
  msgid "While event is not published"
6321
  msgstr ""
6322
 
6323
+ #: app/features/mec/settings.php:892
6324
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
6325
  msgstr ""
6326
 
6327
+ #: app/features/mec/settings.php:900
6328
  msgid "Required Fields"
6329
  msgstr ""
6330
 
6331
+ #: app/features/mec/settings.php:903
6332
  msgid "Event Description"
6333
  msgstr ""
6334
 
6335
+ #: app/features/mec/settings.php:907 app/libraries/main.php:6285
6336
+ #: app/libraries/main.php:6334
6337
  msgid "More Info Link"
6338
  msgstr ""
6339
 
6340
+ #: app/features/mec/settings.php:920 app/libraries/main.php:544
6341
  msgid "User Profile"
6342
  msgstr ""
6343
 
6344
+ #: app/features/mec/settings.php:922
6345
  #, php-format
6346
  msgid ""
6347
  "Put %s shortcode into your desired page. Then users are able to see the "
6348
  "history of their bookings."
6349
  msgstr ""
6350
 
6351
+ #: app/features/mec/settings.php:927 app/libraries/main.php:545
6352
  msgid "Search Bar"
6353
  msgstr ""
6354
 
6355
+ #: app/features/mec/settings.php:929
6356
  #, php-format
6357
  msgid ""
6358
  "Put %s shortcode into your desired page. Then users are able to search events"
6359
  msgstr ""
6360
 
6361
+ #: app/features/mec/settings.php:933
6362
  msgid "Ajax Live mode"
6363
  msgstr ""
6364
 
6365
+ #: app/features/mec/settings.php:937
6366
  msgid "Ajax mode"
6367
  msgstr ""
6368
 
6369
+ #: app/features/mec/settings.php:938
6370
  msgid ""
6371
  "if you enable this option, the search button will disappear. To use this "
6372
  "feature, text input field must be enabled."
6373
  msgstr ""
6374
 
6375
+ #: app/features/mec/settings.php:946
6376
  msgid "Modern Type"
6377
  msgstr ""
6378
 
6379
+ #: app/features/mec/settings.php:950
6380
  msgid "Search bar fields"
6381
  msgstr ""
6382
 
6383
+ #: app/features/mec/settings.php:992
6384
  msgid "Text input"
6385
  msgstr ""
6386
 
6387
+ #: app/features/mec/settings.php:1005
6388
  msgid "Enable Mailchimp Integration"
6389
  msgstr ""
6390
 
6391
+ #: app/features/mec/settings.php:1010 app/features/mec/settings.php:1015
6392
+ #: app/features/mec/settings.php:1064 app/features/mec/settings.php:1088
6393
+ #: app/features/mec/settings.php:1112 app/features/mec/settings.php:1183
6394
  msgid "API Key"
6395
  msgstr ""
6396
 
6397
+ #: app/features/mec/settings.php:1023 app/features/mec/settings.php:1028
6398
+ #: app/features/mec/settings.php:1070 app/features/mec/settings.php:1189
6399
  msgid "List ID"
6400
  msgstr ""
6401
 
6402
+ #: app/features/mec/settings.php:1036 app/features/mec/settings.php:1044
6403
  msgid "Subscription Status"
6404
  msgstr ""
6405
 
6406
+ #: app/features/mec/settings.php:1039
6407
  msgid "Subscribe automatically"
6408
  msgstr ""
6409
 
6410
+ #: app/features/mec/settings.php:1040
6411
  msgid "Subscribe by verification"
6412
  msgstr ""
6413
 
6414
+ #: app/features/mec/settings.php:1045
6415
  msgid ""
6416
  "If you choose \"Subscribe by verification\" then an email will be send to "
6417
  "the user by mailchimp for subscription verification."
6418
  msgstr ""
6419
 
6420
+ #: app/features/mec/settings.php:1055 app/libraries/main.php:547
6421
  msgid "Campaign Monitor Integration"
6422
  msgstr ""
6423
 
6424
+ #: app/features/mec/settings.php:1059
6425
  msgid "Enable Campaign Monitor Integration"
6426
  msgstr ""
6427
 
6428
+ #: app/features/mec/settings.php:1079 app/libraries/main.php:548
6429
  msgid "MailerLite Integration"
6430
  msgstr ""
6431
 
6432
+ #: app/features/mec/settings.php:1083
6433
  msgid "Enable MailerLite Integration"
6434
  msgstr ""
6435
 
6436
+ #: app/features/mec/settings.php:1094
6437
  msgid "Group ID"
6438
  msgstr ""
6439
 
6440
+ #: app/features/mec/settings.php:1103 app/libraries/main.php:549
6441
  msgid "Constant Contact Integration"
6442
  msgstr ""
6443
 
6444
+ #: app/features/mec/settings.php:1107
6445
  msgid "Enable constantcontact Integration"
6446
  msgstr ""
6447
 
6448
+ #: app/features/mec/settings.php:1118
6449
  msgid "Access Token"
6450
  msgstr ""
6451
 
6452
+ #: app/features/mec/settings.php:1142 app/features/mec/settings.php:1157
6453
  msgid "Select List"
6454
  msgstr ""
6455
 
6456
+ #: app/features/mec/settings.php:1158
6457
  msgid ""
6458
  "Please fill in the API key and Access Token field and save settings. after "
6459
  "that, please refresh the page and select a list."
6460
  msgstr ""
6461
 
6462
+ #: app/features/mec/settings.php:1168 app/libraries/main.php:550
6463
  msgid "Active Campaign Integration"
6464
  msgstr ""
6465
 
6466
+ #: app/features/mec/settings.php:1172
6467
  msgid "Enable Active Campaign Integration"
6468
  msgstr ""
6469
 
6470
+ #: app/features/mec/settings.php:1177
6471
  msgid "API URL"
6472
  msgstr ""
6473
 
6474
+ #: app/features/mec/settings.php:1198
6475
  msgid "Upload Field Options"
6476
  msgstr ""
6477
 
6478
+ #: app/features/mec/settings.php:1200
6479
  msgid "Mime types"
6480
  msgstr ""
6481
 
6482
+ #: app/features/mec/settings.php:1204
6483
  msgid "Split mime types with \",\"."
6484
  msgstr ""
6485
 
6486
+ #: app/features/mec/settings.php:1204
6487
  msgid "Default: jpeg,jpg,png,pdf"
6488
  msgstr ""
6489
 
6490
+ #: app/features/mec/settings.php:1207
6491
  msgid "Maximum file size"
6492
  msgstr ""
6493
 
6494
+ #: app/features/mec/settings.php:1211
6495
  msgid "The unit is Megabyte \"MB\""
6496
  msgstr ""
6497
 
6498
+ #: app/features/mec/single.php:38 app/libraries/main.php:555
6499
  msgid "Single Event Page"
6500
  msgstr ""
6501
 
6599
  "the settings page.' tab"
6600
  msgstr ""
6601
 
6602
+ #: app/features/mec/single.php:162 app/libraries/main.php:556
6603
  msgid "Custom Fields"
6604
  msgstr ""
6605
 
6606
+ #: app/features/mec/single.php:192 app/libraries/main.php:3359
6607
  msgid "URL"
6608
  msgstr ""
6609
 
6640
  "Using this option you can exclude certain days from event occurrence dates."
6641
  msgstr ""
6642
 
6643
+ #: app/features/mec/single.php:286 app/libraries/main.php:559
6644
  msgid "Additional Organizers"
6645
  msgstr ""
6646
 
6664
  "page."
6665
  msgstr ""
6666
 
6667
+ #: app/features/mec/single.php:318 app/libraries/main.php:561
6668
  #: app/skins/single.php:166 app/skins/single.php:418
6669
  msgid "Related Events"
6670
  msgstr ""
6677
  msgid "Select Taxonomies:"
6678
  msgstr ""
6679
 
6680
+ #: app/features/mec/single.php:360 app/libraries/main.php:562
6681
  msgid "Next / Previous Events"
6682
  msgstr ""
6683
 
6685
  msgid "Display next / previous events based on taxonomy in single event page."
6686
  msgstr ""
6687
 
6688
+ #: app/features/mec/single.php:402 app/libraries/main.php:605
6689
  msgid "Edit Per Occurrences"
6690
  msgstr ""
6691
 
6860
  msgid "MEC Settings"
6861
  msgstr ""
6862
 
6863
+ #: app/features/mec/support-page.php:99 app/libraries/main.php:657
6864
  msgid "Single Event"
6865
  msgstr ""
6866
 
7157
  msgid "Create a support ticket"
7158
  msgstr ""
7159
 
7160
+ #: app/features/mec/support.php:52 app/libraries/main.php:803
7161
  msgid "Styling Options"
7162
  msgstr ""
7163
 
7164
+ #: app/features/mec/support.php:59 app/libraries/main.php:810
7165
  msgid "Custom CSS"
7166
  msgstr ""
7167
 
7233
  msgid "Attendee Price (for booking confirmation notification)"
7234
  msgstr ""
7235
 
7236
+ #: app/features/notifications.php:150
7237
  msgid "Email Verification"
7238
  msgstr ""
7239
 
7240
+ #: app/features/notifications.php:153
7241
  msgid "Booking Notification"
7242
  msgstr ""
7243
 
7244
+ #: app/features/notifications.php:162
7245
  msgid "Admin Notification"
7246
  msgstr ""
7247
 
7380
  msgid "eg. https://webnus.net"
7381
  msgstr ""
7382
 
7383
+ #: app/features/organizers.php:312 app/libraries/main.php:6290
7384
+ #: app/libraries/main.php:6337 app/skins/single.php:1291
7385
  msgid "Other Organizers"
7386
  msgstr ""
7387
 
7527
  msgid "Please %s/%s in order to see your bookings / profile."
7528
  msgstr ""
7529
 
7530
+ #: app/features/profile/profile.php:20 app/libraries/main.php:2447
7531
  msgid "Your booking already canceled!"
7532
  msgstr ""
7533
 
7535
  msgid "#"
7536
  msgstr ""
7537
 
7538
+ #: app/features/profile/profile.php:61 app/libraries/main.php:3691
7539
  msgid "Status"
7540
  msgstr ""
7541
 
7542
+ #: app/features/profile/profile.php:64 app/libraries/main.php:2645
7543
  msgid "Attendees"
7544
  msgstr ""
7545
 
7595
  msgid "No search result."
7596
  msgstr ""
7597
 
7598
+ #: app/features/search_bar/search_result.php:12 app/libraries/main.php:6292
7599
+ #: app/libraries/main.php:6339 app/libraries/notifications.php:1027
7600
+ #: app/libraries/render.php:531 app/libraries/render.php:853
7601
  #: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
7602
  #: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
7603
+ #: app/modules/next-event/details.php:145 app/skins/single.php:1183
7604
  #: app/skins/single/default.php:124 app/skins/single/default.php:358
7605
  #: app/skins/single/m1.php:46 app/skins/single/modern.php:222
7606
  msgid "All Day"
7624
  msgstr ""
7625
 
7626
  #: app/features/speakers.php:135 app/features/speakers.php:208
7627
+ #: app/skins/single.php:1265 app/skins/single.php:1324
7628
  #: app/skins/single/default.php:202 app/skins/single/default.php:268
7629
  #: app/skins/single/default.php:435 app/skins/single/default.php:501
7630
  #: app/skins/single/m1.php:126 app/skins/single/m1.php:180
7683
  "section and speaker widget section!"
7684
  msgstr ""
7685
 
7686
+ #: app/features/wc.php:103 app/libraries/notifications.php:1012
7687
+ #: app/libraries/notifications.php:1027 app/libraries/notifications.php:1038
7688
+ #: app/libraries/notifications.php:1307 app/libraries/notifications.php:1308
7689
  #, php-format
7690
  msgid "%s to %s"
7691
  msgstr ""
7709
  msgid "Discount"
7710
  msgstr ""
7711
 
7712
+ #: app/libraries/book.php:868 app/modules/booking/default.php:426
7713
+ #: app/modules/booking/default.php:531
7714
  msgid "Download Invoice"
7715
  msgstr ""
7716
 
7785
  msgid "There is no excerpt because this is a protected post."
7786
  msgstr ""
7787
 
7788
+ #: app/libraries/main.php:338 app/libraries/main.php:2059
7789
+ #: app/libraries/main.php:2084
7790
  msgid "Agenda View"
7791
  msgstr ""
7792
 
7793
+ #: app/libraries/main.php:339 app/libraries/main.php:2050
7794
+ #: app/libraries/main.php:2075
7795
  msgid "Full Calendar"
7796
  msgstr ""
7797
 
7798
+ #: app/libraries/main.php:341 app/libraries/main.php:2052
7799
+ #: app/libraries/main.php:2077
7800
  msgid "Calendar/Monthly View"
7801
  msgstr ""
7802
 
7803
+ #: app/libraries/main.php:344 app/libraries/main.php:2055
7804
+ #: app/libraries/main.php:2080
7805
  msgid "Timetable View"
7806
  msgstr ""
7807
 
7808
+ #: app/libraries/main.php:345 app/libraries/main.php:2056
7809
+ #: app/libraries/main.php:2081
7810
  msgid "Masonry View"
7811
  msgstr ""
7812
 
7813
+ #: app/libraries/main.php:346 app/libraries/main.php:2060
7814
+ #: app/libraries/main.php:2085
7815
  msgid "Map View"
7816
  msgstr ""
7817
 
7818
+ #: app/libraries/main.php:347
7819
  msgid "Cover View"
7820
  msgstr ""
7821
 
7822
+ #: app/libraries/main.php:348
7823
  msgid "Countdown View"
7824
  msgstr ""
7825
 
7826
+ #: app/libraries/main.php:349
7827
  msgid "Available Spot"
7828
  msgstr ""
7829
 
7830
+ #: app/libraries/main.php:350
7831
  msgid "Carousel View"
7832
  msgstr ""
7833
 
7834
+ #: app/libraries/main.php:351
7835
  msgid "Slider View"
7836
  msgstr ""
7837
 
7838
+ #: app/libraries/main.php:352
7839
  msgid "Timeline View"
7840
  msgstr ""
7841
 
7842
+ #: app/libraries/main.php:391 app/libraries/main.php:6264
7843
+ #: app/libraries/main.php:6318
7844
  msgid "SU"
7845
  msgstr ""
7846
 
7847
+ #: app/libraries/main.php:392 app/libraries/main.php:6265
7848
+ #: app/libraries/main.php:6319
7849
  msgid "MO"
7850
  msgstr ""
7851
 
7852
+ #: app/libraries/main.php:393 app/libraries/main.php:6266
7853
+ #: app/libraries/main.php:6320
7854
  msgid "TU"
7855
  msgstr ""
7856
 
7857
+ #: app/libraries/main.php:394 app/libraries/main.php:6267
7858
+ #: app/libraries/main.php:6321
7859
  msgid "WE"
7860
  msgstr ""
7861
 
7862
+ #: app/libraries/main.php:395 app/libraries/main.php:6268
7863
+ #: app/libraries/main.php:6322
7864
  msgid "TH"
7865
  msgstr ""
7866
 
7867
+ #: app/libraries/main.php:396 app/libraries/main.php:6269
7868
+ #: app/libraries/main.php:6323
7869
  msgid "FR"
7870
  msgstr ""
7871
 
7872
+ #: app/libraries/main.php:397 app/libraries/main.php:6270
7873
+ #: app/libraries/main.php:6324
7874
  msgid "SA"
7875
  msgstr ""
7876
 
7877
+ #: app/libraries/main.php:551
7878
  msgid "Upload Field"
7879
  msgstr ""
7880
 
7881
+ #: app/libraries/main.php:560
7882
  msgid "Additional Locations"
7883
  msgstr ""
7884
 
7885
+ #: app/libraries/main.php:723
7886
  msgid "Modules"
7887
  msgstr ""
7888
 
7889
+ #: app/libraries/main.php:891
7890
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
7891
  msgstr ""
7892
 
7893
+ #: app/libraries/main.php:898
7894
  msgid ""
7895
  "The time has come at last, and the new practical add-ons for MEC have been "
7896
  "released. This is a revolution in the world of Event Calendars. We have "
7898
  "below:"
7899
  msgstr ""
7900
 
7901
+ #: app/libraries/main.php:900
7902
  msgid ""
7903
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
7904
  "products) and Woo products at the same time."
7905
  msgstr ""
7906
 
7907
+ #: app/libraries/main.php:901
7908
  msgid ""
7909
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
7910
  "other websites without MEC. Use JSON output features to make your Apps "
7911
  "compatible with MEC."
7912
  msgstr ""
7913
 
7914
+ #: app/libraries/main.php:902
7915
  msgid ""
7916
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
7917
  "main websites. Changes in the main one will be inherited by the subsites. "
7918
  "you can set these up in the admin panel."
7919
  msgstr ""
7920
 
7921
+ #: app/libraries/main.php:903
7922
  msgid ""
7923
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
7924
  "pages can contain ticket purchase information, information about registered "
7925
  "events. Users can now log in to purchase tickets."
7926
  msgstr ""
7927
 
7928
+ #: app/libraries/main.php:905
7929
  msgid "find out more"
7930
  msgstr ""
7931
 
7932
+ #: app/libraries/main.php:1776
7933
  msgid "Events at this location"
7934
  msgstr ""
7935
 
7936
+ #: app/libraries/main.php:1776
7937
  msgid "Event at this location"
7938
  msgstr ""
7939
 
7940
+ #: app/libraries/main.php:1828
7941
  msgid "Facebook"
7942
  msgstr ""
7943
 
7944
+ #: app/libraries/main.php:1829
7945
  msgid "Twitter"
7946
  msgstr ""
7947
 
7948
+ #: app/libraries/main.php:1830 app/libraries/main.php:1887
7949
  msgid "Linkedin"
7950
  msgstr ""
7951
 
7952
+ #: app/libraries/main.php:1831 app/libraries/main.php:1923
7953
  msgid "VK"
7954
  msgstr ""
7955
 
7956
+ #: app/libraries/main.php:1832
7957
  msgid "Tumblr"
7958
  msgstr ""
7959
 
7960
+ #: app/libraries/main.php:1833
7961
  msgid "Pinterest"
7962
  msgstr ""
7963
 
7964
+ #: app/libraries/main.php:1834
7965
  msgid "Flipboard"
7966
  msgstr ""
7967
 
7968
+ #: app/libraries/main.php:1835
7969
  msgid "GetPocket"
7970
  msgstr ""
7971
 
7972
+ #: app/libraries/main.php:1836
7973
  msgid "Reddit"
7974
  msgstr ""
7975
 
7976
+ #: app/libraries/main.php:1837
7977
  msgid "WhatsApp"
7978
  msgstr ""
7979
 
7980
+ #: app/libraries/main.php:1838
7981
  msgid "Telegram"
7982
  msgstr ""
7983
 
7984
+ #: app/libraries/main.php:1857
7985
  msgid "Share on Facebook"
7986
  msgstr ""
7987
 
7988
+ #: app/libraries/main.php:1872
7989
  msgid "Tweet"
7990
  msgstr ""
7991
 
7992
+ #: app/libraries/main.php:1938
7993
  msgid "Share on Tumblr"
7994
  msgstr ""
7995
 
7996
+ #: app/libraries/main.php:1954
7997
  msgid "Share on Pinterest"
7998
  msgstr ""
7999
 
8000
+ #: app/libraries/main.php:1970
8001
  msgid "Share on Flipboard"
8002
  msgstr ""
8003
 
8004
+ #: app/libraries/main.php:1988
8005
  msgid "Share on GetPocket"
8006
  msgstr ""
8007
 
8008
+ #: app/libraries/main.php:2004
8009
  msgid "Share on Reddit"
8010
  msgstr ""
8011
 
8012
+ #: app/libraries/main.php:2020
8013
  msgid "Share on Telegram"
8014
  msgstr ""
8015
 
8016
+ #: app/libraries/main.php:2038
8017
  msgid "Share on WhatsApp"
8018
  msgstr ""
8019
 
8020
+ #: app/libraries/main.php:2061 app/libraries/main.php:2086
8021
  msgid "Custom Shortcode"
8022
  msgstr ""
8023
 
8024
+ #: app/libraries/main.php:2427
8025
  msgid "Your booking already verified!"
8026
  msgstr ""
8027
 
8028
+ #: app/libraries/main.php:2432
8029
  msgid "Your booking successfully verified."
8030
  msgstr ""
8031
 
8032
+ #: app/libraries/main.php:2433
8033
  msgid "Your booking cannot verify!"
8034
  msgstr ""
8035
 
8036
+ #: app/libraries/main.php:2458
8037
  msgid "The event is already finished!"
8038
  msgstr ""
8039
 
8040
+ #: app/libraries/main.php:2476
8041
  msgid "The cancelation window is passed."
8042
  msgstr ""
8043
 
8044
+ #: app/libraries/main.php:2482
8045
  msgid "Your booking successfully canceled."
8046
  msgstr ""
8047
 
8048
+ #: app/libraries/main.php:2483
8049
  msgid "Your booking cannot be canceled."
8050
  msgstr ""
8051
 
8052
+ #: app/libraries/main.php:2487
8053
  msgid "You canceled the payment successfully."
8054
  msgstr ""
8055
 
8056
+ #: app/libraries/main.php:2491
8057
  msgid "You returned from payment gateway successfully."
8058
  msgstr ""
8059
 
8060
+ #: app/libraries/main.php:2510
8061
  msgid "Cannot find the invoice!"
8062
  msgstr ""
8063
 
8064
+ #: app/libraries/main.php:2510
8065
  msgid "Invoice is invalid."
8066
  msgstr ""
8067
 
8068
+ #: app/libraries/main.php:2530
8069
  msgid ""
8070
  "Your booking still is not confirmed. You can download it after confirmation!"
8071
  msgstr ""
8072
 
8073
+ #: app/libraries/main.php:2530
8074
  msgid "Booking Not Confirmed."
8075
  msgstr ""
8076
 
8077
+ #: app/libraries/main.php:2536
8078
  msgid "Cannot find the booking!"
8079
  msgstr ""
8080
 
8081
+ #: app/libraries/main.php:2536
8082
  msgid "Booking is invalid."
8083
  msgstr ""
8084
 
8085
+ #: app/libraries/main.php:2569
8086
  #, php-format
8087
  msgid "%s Invoice"
8088
  msgstr ""
8089
 
8090
+ #: app/libraries/main.php:2602
8091
  msgid "Date & Time"
8092
  msgstr ""
8093
 
8094
+ #: app/libraries/main.php:2619
8095
  msgid "Booking Fields"
8096
  msgstr ""
8097
 
8098
+ #: app/libraries/main.php:2691
8099
  msgid "Billing"
8100
  msgstr ""
8101
 
8102
+ #: app/libraries/main.php:2703
8103
  msgid "Coupon Code"
8104
  msgstr ""
8105
 
8106
+ #: app/libraries/main.php:2708
8107
  msgid "Total"
8108
  msgstr ""
8109
 
8110
+ #: app/libraries/main.php:2715
8111
  msgid "Payment"
8112
  msgstr ""
8113
 
8114
+ #: app/libraries/main.php:2719
8115
  msgid "Gateway"
8116
  msgstr ""
8117
 
8118
+ #: app/libraries/main.php:2732
8119
  msgid "Payment Time"
8120
  msgstr ""
8121
 
8122
+ #: app/libraries/main.php:2874
8123
  msgid "Request is not valid."
8124
  msgstr ""
8125
 
8126
+ #: app/libraries/main.php:2874
8127
  msgid "iCal export stopped!"
8128
  msgstr ""
8129
 
8130
+ #: app/libraries/main.php:3242 app/libraries/main.php:3271
8131
+ #: app/libraries/main.php:3300 app/libraries/main.php:3329
8132
+ #: app/libraries/main.php:3358 app/libraries/main.php:3387
8133
+ #: app/libraries/main.php:3416 app/libraries/main.php:3445
8134
+ #: app/libraries/main.php:3474 app/libraries/main.php:3503
8135
+ #: app/libraries/main.php:3526 app/libraries/main.php:3572
8136
+ #: app/libraries/main.php:3618 app/libraries/main.php:3667
8137
+ #: app/libraries/main.php:3716
8138
  msgid "Sort"
8139
  msgstr ""
8140
 
8141
+ #: app/libraries/main.php:3249 app/libraries/main.php:3278
8142
+ #: app/libraries/main.php:3307 app/libraries/main.php:3336
8143
+ #: app/libraries/main.php:3365 app/libraries/main.php:3394
8144
+ #: app/libraries/main.php:3423 app/libraries/main.php:3452
8145
+ #: app/libraries/main.php:3481 app/libraries/main.php:3533
8146
+ #: app/libraries/main.php:3579 app/libraries/main.php:3625
8147
+ #: app/libraries/main.php:3674
8148
  msgid "Required Field"
8149
  msgstr ""
8150
 
8151
+ #: app/libraries/main.php:3255 app/libraries/main.php:3284
8152
+ #: app/libraries/main.php:3313 app/libraries/main.php:3342
8153
+ #: app/libraries/main.php:3371 app/libraries/main.php:3400
8154
+ #: app/libraries/main.php:3429 app/libraries/main.php:3458
8155
+ #: app/libraries/main.php:3487 app/libraries/main.php:3539
8156
+ #: app/libraries/main.php:3585 app/libraries/main.php:3631
8157
+ #: app/libraries/main.php:3680
8158
  msgid "Insert a label for this field"
8159
  msgstr ""
8160
 
8161
+ #: app/libraries/main.php:3509
8162
  msgid "HTML and shortcode are allowed."
8163
  msgstr ""
8164
 
8165
+ #: app/libraries/main.php:3552 app/libraries/main.php:3598
8166
+ #: app/libraries/main.php:3644
8167
  msgid "Option"
8168
  msgstr ""
8169
 
8170
+ #: app/libraries/main.php:3680
8171
  #, php-format
8172
  msgid "Instead of %s, the page title with a link will be show."
8173
  msgstr ""
8174
 
8175
+ #: app/libraries/main.php:3682
8176
  msgid "Agreement Page"
8177
  msgstr ""
8178
 
8179
+ #: app/libraries/main.php:3693
8180
  msgid "Checked by default"
8181
  msgstr ""
8182
 
8183
+ #: app/libraries/main.php:3694
8184
  msgid "Unchecked by default"
8185
  msgstr ""
8186
 
8187
+ #: app/libraries/main.php:3718
8188
  msgid "Insert a label for this option"
8189
  msgstr ""
8190
 
8191
+ #: app/libraries/main.php:3731
8192
  msgid "Free"
8193
  msgstr ""
8194
 
8195
+ #: app/libraries/main.php:4400 app/libraries/main.php:6599
8196
  msgid "M.E. Calender"
8197
  msgstr ""
8198
 
8199
+ #: app/libraries/main.php:4556
8200
  #, php-format
8201
  msgid "Copy of %s"
8202
  msgstr ""
8203
 
8204
+ #: app/libraries/main.php:5428
8205
  msgid "Booked an event."
8206
  msgstr ""
8207
 
8208
+ #: app/libraries/main.php:5469
8209
  #, php-format
8210
  msgid "%s booked %s event."
8211
  msgstr ""
8212
 
8213
+ #: app/libraries/main.php:6247 app/libraries/main.php:6301
8214
  msgid "Taxonomies"
8215
  msgstr ""
8216
 
8217
+ #: app/libraries/main.php:6249 app/libraries/main.php:6303
8218
  msgid "Category Plural Label"
8219
  msgstr ""
8220
 
8221
+ #: app/libraries/main.php:6250 app/libraries/main.php:6304
8222
  msgid "Category Singular Label"
8223
  msgstr ""
8224
 
8225
+ #: app/libraries/main.php:6251 app/libraries/main.php:6305
8226
  msgid "Label Plural Label"
8227
  msgstr ""
8228
 
8229
+ #: app/libraries/main.php:6252 app/libraries/main.php:6306
8230
  msgid "Label Singular Label"
8231
  msgstr ""
8232
 
8233
+ #: app/libraries/main.php:6252 app/libraries/main.php:6306
8234
  msgid "label"
8235
  msgstr ""
8236
 
8237
+ #: app/libraries/main.php:6253 app/libraries/main.php:6307
8238
  msgid "Location Plural Label"
8239
  msgstr ""
8240
 
8241
+ #: app/libraries/main.php:6254 app/libraries/main.php:6308
8242
  msgid "Location Singular Label"
8243
  msgstr ""
8244
 
8245
+ #: app/libraries/main.php:6255 app/libraries/main.php:6309
8246
  msgid "Organizer Plural Label"
8247
  msgstr ""
8248
 
8249
+ #: app/libraries/main.php:6256 app/libraries/main.php:6310
8250
  msgid "Organizer Singular Label"
8251
  msgstr ""
8252
 
8253
+ #: app/libraries/main.php:6257 app/libraries/main.php:6311
8254
  msgid "Speaker Plural Label"
8255
  msgstr ""
8256
 
8257
+ #: app/libraries/main.php:6258 app/libraries/main.php:6312
8258
  msgid "Speaker Singular Label"
8259
  msgstr ""
8260
 
8261
+ #: app/libraries/main.php:6264 app/libraries/main.php:6318
8262
  msgid "Sunday abbreviation"
8263
  msgstr ""
8264
 
8265
+ #: app/libraries/main.php:6265 app/libraries/main.php:6319
8266
  msgid "Monday abbreviation"
8267
  msgstr ""
8268
 
8269
+ #: app/libraries/main.php:6266 app/libraries/main.php:6320
8270
  msgid "Tuesday abbreviation"
8271
  msgstr ""
8272
 
8273
+ #: app/libraries/main.php:6267 app/libraries/main.php:6321
8274
  msgid "Wednesday abbreviation"
8275
  msgstr ""
8276
 
8277
+ #: app/libraries/main.php:6268 app/libraries/main.php:6322
8278
  msgid "Thursday abbreviation"
8279
  msgstr ""
8280
 
8281
+ #: app/libraries/main.php:6269 app/libraries/main.php:6323
8282
  msgid "Friday abbreviation"
8283
  msgstr ""
8284
 
8285
+ #: app/libraries/main.php:6270 app/libraries/main.php:6324
8286
  msgid "Saturday abbreviation"
8287
  msgstr ""
8288
 
8289
+ #: app/libraries/main.php:6274 app/libraries/main.php:6328
8290
  msgid "Others"
8291
  msgstr ""
8292
 
8293
+ #: app/libraries/main.php:6276
8294
  msgid "Booking Success Message"
8295
  msgstr ""
8296
 
8297
+ #: app/libraries/main.php:6276
8298
  msgid ""
8299
  "Thanks you for booking. Your tickets are booked, booking verification might "
8300
  "be needed, please check your email."
8301
  msgstr ""
8302
 
8303
+ #: app/libraries/main.php:6277
8304
  msgid "Booking Restriction Message 1"
8305
  msgstr ""
8306
 
8307
+ #: app/libraries/main.php:6277
8308
  #, php-format
8309
  msgid ""
8310
  "You selected %s tickets to book but maximum number of tikets per user is %s "
8311
  "tickets."
8312
  msgstr ""
8313
 
8314
+ #: app/libraries/main.php:6278
8315
  msgid "Booking Restriction Message 2"
8316
  msgstr ""
8317
 
8318
+ #: app/libraries/main.php:6278
8319
  #, php-format
8320
  msgid ""
8321
  "You booked %s tickets till now but maximum number of tickets per user is %s "
8322
  "tickets."
8323
  msgstr ""
8324
 
8325
+ #: app/libraries/main.php:6279
8326
  msgid "Booking IP Restriction Message"
8327
  msgstr ""
8328
 
8329
+ #: app/libraries/main.php:6279
8330
  #, php-format
8331
  msgid "Maximum allowed number of tickets that you can book is %s."
8332
  msgstr ""
8333
 
8334
+ #: app/libraries/main.php:6280
8335
  msgid "Booking Button"
8336
  msgstr ""
8337
 
8338
+ #: app/libraries/main.php:6280 app/libraries/skins.php:1259
8339
  #: app/modules/booking/steps/tickets.php:99
8340
  msgid "Book Event"
8341
  msgstr ""
8342
 
8343
+ #: app/libraries/main.php:6281 app/libraries/main.php:6330
8344
  #: app/widgets/single.php:131
8345
  msgid "Register Button"
8346
  msgstr ""
8347
 
8348
+ #: app/libraries/main.php:6281 app/libraries/main.php:6330
8349
  #: app/skins/available_spot/tpl.php:208 app/skins/carousel/render.php:106
8350
  #: app/skins/carousel/render.php:144 app/skins/grid/render.php:103
8351
  #: app/skins/grid/render.php:161 app/skins/grid/render.php:219
8352
  #: app/skins/grid/render.php:240 app/skins/list/render.php:70
8353
  #: app/skins/list/render.php:165 app/skins/masonry/render.php:150
8354
+ #: app/skins/single.php:478 app/skins/single.php:1204 app/skins/single.php:1207
8355
  #: app/skins/single/default.php:287 app/skins/single/default.php:289
8356
  #: app/skins/single/default.php:520 app/skins/single/default.php:522
8357
  #: app/skins/single/m1.php:143 app/skins/single/m1.php:145
8363
  msgid "REGISTER"
8364
  msgstr ""
8365
 
8366
+ #: app/libraries/main.php:6282 app/libraries/main.php:6331
8367
  msgid "View Detail Button"
8368
  msgstr ""
8369
 
8370
+ #: app/libraries/main.php:6282 app/libraries/main.php:6331
8371
  #: app/skins/carousel/render.php:106 app/skins/carousel/render.php:144
8372
  #: app/skins/grid/render.php:103 app/skins/grid/render.php:161
8373
  #: app/skins/grid/render.php:219 app/skins/grid/render.php:240
8379
  msgid "View Detail"
8380
  msgstr ""
8381
 
8382
+ #: app/libraries/main.php:6283 app/libraries/main.php:6332
8383
  msgid "Event Detail Button"
8384
  msgstr ""
8385
 
8386
+ #: app/libraries/main.php:6283 app/libraries/main.php:6332
8387
  msgid "Event Detail"
8388
  msgstr ""
8389
 
8390
+ #: app/libraries/main.php:6288
8391
  msgid "Ticket (Singular)"
8392
  msgstr ""
8393
 
8394
+ #: app/libraries/main.php:6289
8395
  msgid "Tickets (Plural)"
8396
  msgstr ""
8397
 
8398
+ #: app/libraries/main.php:6447
8399
  msgid "EventON"
8400
  msgstr ""
8401
 
8402
+ #: app/libraries/main.php:6448
8403
  msgid "The Events Calendar"
8404
  msgstr ""
8405
 
8406
+ #: app/libraries/main.php:6449
8407
  msgid "Events Schedule WP Plugin"
8408
  msgstr ""
8409
 
8410
+ #: app/libraries/main.php:6450
8411
  msgid "Calendarize It"
8412
  msgstr ""
8413
 
8414
+ #: app/libraries/main.php:6451
8415
  msgid "Event Espresso"
8416
  msgstr ""
8417
 
8418
+ #: app/libraries/main.php:6452
8419
  msgid "Events Manager (Recurring)"
8420
  msgstr ""
8421
 
8422
+ #: app/libraries/main.php:6453
8423
  msgid "Events Manager (Single)"
8424
  msgstr ""
8425
 
8426
+ #: app/libraries/main.php:6454
8427
  msgid "WP Event Manager"
8428
  msgstr ""
8429
 
8430
+ #: app/libraries/main.php:6538 app/libraries/main.php:6560
8431
  msgid "Pending"
8432
  msgstr ""
8433
 
8434
+ #: app/libraries/main.php:6586
8435
  msgid "Waiting"
8436
  msgstr ""
8437
 
8438
+ #: app/libraries/main.php:6629
8439
  msgid "Sun"
8440
  msgstr ""
8441
 
8442
+ #: app/libraries/main.php:6629
8443
  msgid "Mon"
8444
  msgstr ""
8445
 
8446
+ #: app/libraries/main.php:6629
8447
  msgid "Tue"
8448
  msgstr ""
8449
 
8450
+ #: app/libraries/main.php:6629
8451
  msgid "Wed"
8452
  msgstr ""
8453
 
8454
+ #: app/libraries/main.php:6629
8455
  msgid "Thu"
8456
  msgstr ""
8457
 
8458
+ #: app/libraries/main.php:6629
8459
  msgid "Fri"
8460
  msgstr ""
8461
 
8462
+ #: app/libraries/main.php:6629
8463
  msgid "Sat"
8464
  msgstr ""
8465
 
8466
+ #: app/libraries/main.php:6791 app/libraries/render.php:80
8467
  #: app/libraries/render.php:445
8468
  msgid "Skin controller does not exist."
8469
  msgstr ""
8470
 
8471
+ #: app/libraries/main.php:7006
8472
  msgid "Sold Out"
8473
  msgstr ""
8474
 
8475
+ #: app/libraries/main.php:7017
8476
  msgid "Last Few Tickets"
8477
  msgstr ""
8478
 
8479
+ #: app/libraries/main.php:7346 app/libraries/main.php:7363
8480
  msgid "Minutes"
8481
  msgstr ""
8482
 
8483
+ #: app/libraries/main.php:7368
8484
  msgid "AM / PM"
8485
  msgstr ""
8486
 
8487
+ #: app/libraries/main.php:7369
8488
  msgid "AM"
8489
  msgstr ""
8490
 
8491
+ #: app/libraries/main.php:7370
8492
  msgid "PM"
8493
  msgstr ""
8494
 
8495
+ #: app/libraries/main.php:7378
8496
  msgid "Ongoing..."
8497
  msgstr ""
8498
 
8499
+ #: app/libraries/main.php:7379
8500
  msgid "Expired!"
8501
  msgstr ""
8502
 
8524
  msgid "A new event is added."
8525
  msgstr ""
8526
 
8527
+ #: app/libraries/notifications.php:835
8528
  msgid "Your event is published."
8529
  msgstr ""
8530
 
8531
+ #: app/libraries/notifications.php:1251
8532
  msgid "to"
8533
  msgstr ""
8534
 
8535
+ #: app/libraries/notifications.php:1272 app/modules/export/details.php:48
8536
  msgid "+ Add to Google Calendar"
8537
  msgstr ""
8538
 
8539
+ #: app/libraries/notifications.php:1273 app/modules/export/details.php:49
8540
  msgid "+ iCal / Outlook export"
8541
  msgstr ""
8542
 
8543
+ #: app/libraries/notifications.php:1322
8544
  #, php-format
8545
  msgid "+ %s to Google Calendar"
8546
  msgstr ""
8547
 
8548
+ #: app/libraries/notifications.php:1402
8549
  msgid "Yes"
8550
  msgstr ""
8551
 
8552
+ #: app/libraries/notifications.php:1402
8553
  msgid "No"
8554
  msgstr ""
8555
 
8556
+ #: app/libraries/skins.php:1085
8557
  msgid "Select"
8558
  msgstr ""
8559
 
8668
  msgid "The event is ongoing."
8669
  msgstr ""
8670
 
8671
+ #: app/modules/googlemap/details.php:127
8672
  msgid "Address from ..."
8673
  msgstr ""
8674
 
8675
+ #: app/modules/googlemap/details.php:131
8676
  msgid "Get Directions"
8677
  msgstr ""
8678
 
8679
+ #: app/modules/links/details.php:17 app/skins/single.php:887
8680
  msgid "Share this event"
8681
  msgstr ""
8682
 
8727
  msgid "Go to occurrence page"
8728
  msgstr ""
8729
 
8730
+ #: app/modules/next-event/details.php:139 app/skins/single.php:1177
8731
  #: app/skins/single/default.php:118 app/skins/single/default.php:352
8732
  #: app/skins/single/m1.php:40 app/skins/single/modern.php:216
8733
  msgid "Time"
8875
  msgid "Home"
8876
  msgstr ""
8877
 
8878
+ #: app/skins/single.php:971 app/skins/single/default.php:64
8879
  #: app/skins/single/m1.php:278 app/skins/single/m2.php:199
8880
  #: app/skins/single/modern.php:300
8881
  msgid "Sold out!"
8882
  msgstr ""
8883
 
8884
+ #: app/skins/single.php:1251 app/skins/single.php:1310
8885
  #: app/skins/single/default.php:254 app/skins/single/default.php:487
8886
  #: app/skins/single/m1.php:112 app/skins/single/m2.php:35
8887
  #: app/skins/single/modern.php:58
8888
  msgid "Phone"
8889
  msgstr ""
8890
 
8891
+ #: app/skins/single.php:1400
8892
  msgid "Speakers:"
8893
  msgstr ""
8894
 
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-10-20 18:11+0330\n"
8
- "PO-Revision-Date: 2020-10-20 18:12+0330\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/import.php:55
20
- #: app/features/ix/thirdparty.php:26 app/features/mec.php:1152
21
- #: app/features/mec.php:1182 app/features/mec/dashboard.php:63
22
  #: app/widgets/MEC.php:33
23
  msgid "Modern Events Calendar"
24
  msgstr "Modern Events Calendar"
@@ -83,7 +83,7 @@ msgid "Select Shortcode"
83
  msgstr "Añadir nuevo Shortcode"
84
 
85
  #: app/features/colors.php:50 app/features/fes/form.php:915
86
- #: app/features/mec/settings.php:763
87
  msgid "Event Color"
88
  msgstr "Color del evento"
89
 
@@ -96,14 +96,14 @@ msgstr "Color del evento"
96
  #: app/features/contextual.php:55 app/features/mec.php:474
97
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
98
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
99
- #: app/libraries/main.php:615
100
  msgid "Settings"
101
  msgstr "Ajustes"
102
 
103
  #: app/features/contextual.php:62 app/features/events.php:1617
104
- #: app/features/events.php:2492 app/features/mec/booking.php:605
105
- #: app/features/mec/booking.php:853 app/features/mec/support.php:29
106
- #: app/libraries/main.php:570
107
  msgid "Booking Form"
108
  msgstr "Formulario de Reservas"
109
 
@@ -131,8 +131,8 @@ msgstr ""
131
  "iframe>"
132
 
133
  #: app/features/contextual.php:70 app/features/events.php:1625
134
- #: app/features/mec/booking.php:797 app/features/mec/support-page.php:115
135
- #: app/features/mec/support.php:36 app/libraries/main.php:571
136
  msgid "Payment Gateways"
137
  msgstr "Pasarelas de pago"
138
 
@@ -148,7 +148,7 @@ msgstr ""
148
 
149
  #: app/features/contextual.php:77 app/features/events.php:352
150
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
151
- #: app/libraries/main.php:763
152
  msgid "Notifications"
153
  msgstr "Avisos"
154
 
@@ -234,12 +234,12 @@ msgstr ""
234
  "\" frameborder=\"0\" allowfullscreen></iframe>"
235
 
236
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
237
- #: app/features/mec/support-page.php:97 app/libraries/main.php:537
238
  msgid "General Options"
239
  msgstr "Opciones generales"
240
 
241
- #: app/features/contextual.php:139 app/features/mec/settings.php:482
242
- #: app/libraries/main.php:539
243
  msgid "Slugs/Permalinks"
244
  msgstr "Enlaces permanentes"
245
 
@@ -247,8 +247,8 @@ msgstr "Enlaces permanentes"
247
  msgid "Event Details/Single Event Page"
248
  msgstr "Detalles del Evento/Página de Evento Único"
249
 
250
- #: app/features/contextual.php:166 app/features/mec/settings.php:514
251
- #: app/libraries/main.php:540
252
  msgid "Currency Options"
253
  msgstr "Opciones de moneda"
254
 
@@ -256,18 +256,18 @@ msgstr "Opciones de moneda"
256
  msgid "Google Maps Options"
257
  msgstr "Opciones de Google Maps"
258
 
259
- #: app/features/contextual.php:244 app/features/mec/settings.php:571
260
- #: app/libraries/main.php:541
261
  msgid "Google Recaptcha Options"
262
  msgstr "Opciones de Google Recaptcha"
263
 
264
  #: app/features/contextual.php:258 app/features/mec/single.php:248
265
- #: app/libraries/main.php:556
266
  msgid "Countdown Options"
267
  msgstr "Opciones de cuenta atrás"
268
 
269
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
270
- #: app/libraries/main.php:581
271
  msgid "Social Networks"
272
  msgstr "Redes Sociales"
273
 
@@ -275,36 +275,36 @@ msgstr "Redes Sociales"
275
  msgid "Next Event Module"
276
  msgstr "Módulo de Siguiente Evento"
277
 
278
- #: app/features/contextual.php:286 app/features/mec/settings.php:611
279
- #: app/features/mec/support-page.php:98 app/libraries/main.php:542
280
  msgid "Frontend Event Submission"
281
  msgstr "Presentación del evento Frontend"
282
 
283
  #: app/features/contextual.php:298 app/features/events.php:345
284
- #: app/libraries/main.php:557
285
  msgid "Exceptional Days"
286
  msgstr "Días excepcionales"
287
 
288
  #: app/features/contextual.php:308 app/features/events.php:315
289
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
290
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
291
- #: app/libraries/main.php:565 app/libraries/main.php:595
292
- #: app/libraries/main.php:680
293
  msgid "Booking"
294
  msgstr "Reserva"
295
 
296
- #: app/features/contextual.php:318 app/features/mec/booking.php:427
297
- #: app/features/mec/booking.php:813 app/libraries/main.php:567
298
  msgid "Coupons"
299
  msgstr "Cupones"
300
 
301
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
302
- #: app/libraries/main.php:583
303
  msgid "BuddyPress Integration"
304
  msgstr "Integración de BuddyPress"
305
 
306
- #: app/features/contextual.php:334 app/features/mec/settings.php:1000
307
- #: app/libraries/main.php:545
308
  msgid "Mailchimp Integration"
309
  msgstr "Integración de MailChimp"
310
 
@@ -313,7 +313,7 @@ msgid "MEC Activation"
313
  msgstr "Activación MEC"
314
 
315
  #: app/features/dlfile.php:121 app/features/events.php:1622
316
- #: app/features/mec/booking.php:347 app/features/mec/settings.php:835
317
  #, fuzzy
318
  #| msgid "Download ICS file"
319
  msgid "Downloadable File"
@@ -352,8 +352,8 @@ msgid "File uploaded!"
352
  msgstr "¡La imagen está subida!"
353
 
354
  #: app/features/events.php:167 app/features/ix/export.php:34
355
- #: app/features/mec/dashboard.php:265 app/libraries/main.php:5456
356
- #: app/libraries/main.php:5476 app/skins/daily_view/tpl.php:82
357
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
358
  #: app/skins/yearly_view/tpl.php:71
359
  msgid "Events"
@@ -413,11 +413,11 @@ msgstr "No hay eventos en la papelera"
413
  #: app/features/mec/meta_boxes/search_form.php:584
414
  #: app/features/mec/meta_boxes/search_form.php:654
415
  #: app/features/mec/meta_boxes/search_form.php:760
416
- #: app/features/mec/settings.php:907 app/features/mec/settings.php:953
417
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
418
- #: app/features/search.php:68 app/libraries/main.php:6209
419
- #: app/libraries/main.php:6263 app/libraries/skins.php:932
420
- #: app/skins/single.php:992 app/skins/single/default.php:219
421
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
422
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
423
  msgid "Category"
@@ -426,8 +426,8 @@ msgstr "Categoría"
426
  #: app/features/events.php:193 app/features/events.php:3526
427
  #: app/features/fes/form.php:865 app/features/mec.php:462
428
  #: app/features/mec/meta_boxes/filter.php:69
429
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6208
430
- #: app/libraries/main.php:6262
431
  msgid "Categories"
432
  msgstr "Categorías"
433
 
@@ -522,7 +522,7 @@ msgid "Event Data"
522
  msgstr "Detalle del evento"
523
 
524
  #: app/features/events.php:346 app/features/events.php:1360
525
- #: app/features/mec/settings.php:793 app/skins/single.php:1385
526
  msgid "Hourly Schedule"
527
  msgstr "Programación horaria"
528
 
@@ -553,23 +553,23 @@ msgstr "Enlace"
553
  #: app/features/mec/meta_boxes/search_form.php:599
554
  #: app/features/mec/meta_boxes/search_form.php:669
555
  #: app/features/mec/meta_boxes/search_form.php:775
556
- #: app/features/mec/settings.php:965 app/features/mec/single.php:335
557
  #: app/features/mec/single.php:377 app/features/organizers.php:58
558
  #: app/features/organizers.php:204 app/features/organizers.php:260
559
  #: app/features/organizers.php:262 app/features/organizers.php:271
560
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
561
- #: app/features/search.php:80 app/libraries/main.php:6215
562
- #: app/libraries/main.php:6269 app/libraries/skins.php:984
563
- #: app/skins/single.php:1240 app/skins/single/default.php:244
564
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
565
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
566
  msgid "Organizer"
567
  msgstr "Organizador"
568
 
569
  #: app/features/events.php:350 app/features/events.php:1165
570
- #: app/features/fes/form.php:836 app/features/mec/settings.php:904
571
- #: app/libraries/main.php:6246 app/libraries/main.php:6295
572
- #: app/skins/single.php:1018 app/skins/single/default.php:142
573
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
574
  #: app/skins/single/modern.php:237
575
  msgid "Cost"
@@ -594,7 +594,7 @@ msgstr "Datos del invitado"
594
  #: app/features/fes/form.php:795 app/features/labels.php:178
595
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
596
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
597
- #: app/libraries/notifications.php:1379 app/modules/booking/steps/form.php:61
598
  msgid "Name"
599
  msgstr "Nombre"
600
 
@@ -602,15 +602,15 @@ msgstr "Nombre"
602
  #: app/features/events.php:2549 app/features/events.php:2638
603
  #: app/features/events.php:4089 app/features/fes.php:243
604
  #: app/features/fes/form.php:791 app/features/login/login.php:5
605
- #: app/features/mec/booking.php:65 app/features/mec/booking.php:643
606
- #: app/features/mec/booking.php:739 app/features/mec/single.php:191
607
  #: app/features/organizers.php:111 app/features/organizers.php:152
608
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
609
- #: app/features/speakers.php:204 app/libraries/main.php:1838
610
- #: app/libraries/main.php:1907 app/libraries/main.php:3307
611
- #: app/libraries/notifications.php:1380 app/modules/booking/steps/form.php:70
612
- #: app/modules/booking/steps/form.php:208 app/skins/single.php:1257
613
- #: app/skins/single.php:1316 app/skins/single/default.php:261
614
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
615
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
616
  msgid "Email"
@@ -630,7 +630,7 @@ msgstr "Día y hora"
630
  #: app/features/events.php:3574 app/features/events.php:3762
631
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
632
  #: app/features/ix.php:3980 app/features/ix.php:4022
633
- #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1340
634
  #: app/features/mec/meta_boxes/display_options.php:52
635
  #: app/features/mec/meta_boxes/display_options.php:295
636
  #: app/features/mec/meta_boxes/display_options.php:549
@@ -654,7 +654,7 @@ msgstr "Día de inicio"
654
  #: app/features/events.php:3575 app/features/events.php:3762
655
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
656
  #: app/features/ix.php:3980 app/features/ix.php:4022
657
- #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1341
658
  #: app/features/popup/event.php:92
659
  msgid "End Date"
660
  msgstr "Día final"
@@ -703,13 +703,13 @@ msgstr ""
703
  #: app/features/events.php:2408 app/features/events.php:2421
704
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
705
  #: app/features/locations.php:336 app/features/mec/booking.php:117
706
- #: app/features/mec/booking.php:139 app/features/mec/booking.php:211
707
- #: app/features/mec/booking.php:278 app/features/mec/booking.php:291
708
- #: app/features/mec/booking.php:308 app/features/mec/booking.php:348
709
- #: app/features/mec/booking.php:472 app/features/mec/booking.php:501
710
- #: app/features/mec/booking.php:549 app/features/mec/booking.php:559
711
- #: app/features/mec/booking.php:581 app/features/mec/booking.php:591
712
- #: app/features/mec/booking.php:829 app/features/mec/booking.php:855
713
  #: app/features/mec/dashboard.php:71
714
  #: app/features/mec/meta_boxes/display_options.php:85
715
  #: app/features/mec/meta_boxes/display_options.php:98
@@ -746,31 +746,31 @@ msgstr ""
746
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
747
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
748
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
749
- #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:205
750
- #: app/features/mec/notifications.php:324
751
- #: app/features/mec/notifications.php:449
752
- #: app/features/mec/notifications.php:570
753
- #: app/features/mec/notifications.php:693
754
- #: app/features/mec/notifications.php:704
755
- #: app/features/mec/notifications.php:828
756
- #: app/features/mec/notifications.php:912 app/features/mec/settings.php:73
757
- #: app/features/mec/settings.php:92 app/features/mec/settings.php:139
758
- #: app/features/mec/settings.php:174 app/features/mec/settings.php:195
759
- #: app/features/mec/settings.php:240 app/features/mec/settings.php:283
760
- #: app/features/mec/settings.php:360 app/features/mec/settings.php:437
761
- #: app/features/mec/settings.php:454 app/features/mec/settings.php:471
762
- #: app/features/mec/settings.php:490 app/features/mec/settings.php:504
763
- #: app/features/mec/settings.php:532 app/features/mec/settings.php:623
764
- #: app/features/mec/settings.php:875 app/features/mec/settings.php:891
765
- #: app/features/mec/settings.php:1015 app/features/mec/settings.php:1028
766
- #: app/features/mec/settings.php:1044 app/features/mec/single.php:46
767
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
768
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
769
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
770
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
771
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
772
  #: app/features/organizers.php:272 app/features/popup/event.php:126
773
- #: app/features/popup/event.php:173 app/skins/single.php:1103
774
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
775
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
776
  #: app/skins/single/modern.php:163
@@ -826,7 +826,7 @@ msgid "Repeats"
826
  msgstr "Repeticiones"
827
 
828
  #: app/features/events.php:665 app/features/fes/form.php:372
829
- #: app/features/mec.php:1343 app/skins/default_full_calendar/tpl.php:77
830
  #: app/skins/full_calendar/tpl.php:124
831
  msgid "Daily"
832
  msgstr "Diariamente"
@@ -850,13 +850,13 @@ msgid "Weekly"
850
  msgstr "Semanal"
851
 
852
  #: app/features/events.php:700 app/features/fes/form.php:377
853
- #: app/features/mec.php:1344 app/skins/default_full_calendar/tpl.php:75
854
  #: app/skins/full_calendar/tpl.php:122
855
  msgid "Monthly"
856
  msgstr "Mensual"
857
 
858
  #: app/features/events.php:707 app/features/fes/form.php:378
859
- #: app/features/mec.php:1345 app/skins/default_full_calendar/tpl.php:74
860
  #: app/skins/full_calendar/tpl.php:121
861
  msgid "Yearly"
862
  msgstr "Anual"
@@ -968,7 +968,7 @@ msgid "On"
968
  msgstr "On"
969
 
970
  #: app/features/events.php:1117 app/features/fes/form.php:741
971
- #: app/features/mec/booking.php:169
972
  msgid "After"
973
  msgstr "Después"
974
 
@@ -997,8 +997,8 @@ msgstr "Próxima aparición de otros eventos"
997
 
998
  #: app/features/events.php:1161 app/features/events.php:3762
999
  #: app/features/fes/form.php:833 app/features/ix.php:3980
1000
- #: app/features/ix.php:4022 app/features/mec/settings.php:739
1001
- #: app/libraries/main.php:6245 app/libraries/main.php:6294
1002
  #: app/widgets/single.php:103
1003
  msgid "Event Cost"
1004
  msgstr "Coste del evento"
@@ -1015,11 +1015,11 @@ msgstr "Excluir ciertos días"
1015
 
1016
  #: app/features/events.php:1269 app/features/events.php:2550
1017
  #: app/features/events.php:2639 app/features/fes.php:243
1018
- #: app/features/mec/booking.php:644 app/features/mec/booking.php:740
1019
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
1020
- #: app/features/wc.php:83 app/libraries/main.php:3394
1021
  #: app/modules/booking/steps/tickets.php:103
1022
- #: app/modules/next-event/details.php:134 app/skins/single.php:1076
1023
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
1024
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
1025
  msgid "Date"
@@ -1057,7 +1057,7 @@ msgstr ""
1057
  #: app/features/events.php:2397 app/features/events.php:3570
1058
  #: app/features/events.php:3762 app/features/fes/form.php:256
1059
  #: app/features/ix.php:3980 app/features/ix.php:4022
1060
- #: app/features/mec/booking.php:541 app/features/mec/booking.php:573
1061
  #: app/features/mec/styling.php:130
1062
  msgid "Title"
1063
  msgstr "Titulo"
@@ -1068,16 +1068,16 @@ msgstr "Titulo"
1068
  #: app/features/events.php:2006 app/features/events.php:2143
1069
  #: app/features/events.php:2242 app/features/events.php:2278
1070
  #: app/features/events.php:2385 app/features/events.php:2427
1071
- #: app/features/mec/booking.php:484 app/features/mec/booking.php:513
1072
- #: app/features/mec/booking.php:564 app/features/mec/booking.php:596
1073
- #: app/libraries/main.php:3229 app/libraries/main.php:3258
1074
- #: app/libraries/main.php:3287 app/libraries/main.php:3316
1075
- #: app/libraries/main.php:3345 app/libraries/main.php:3374
1076
- #: app/libraries/main.php:3403 app/libraries/main.php:3432
1077
- #: app/libraries/main.php:3461 app/libraries/main.php:3482
1078
- #: app/libraries/main.php:3513 app/libraries/main.php:3559
1079
- #: app/libraries/main.php:3605 app/libraries/main.php:3654
1080
- #: app/libraries/main.php:3694
1081
  msgid "Remove"
1082
  msgstr "Eliminar"
1083
 
@@ -1104,9 +1104,9 @@ msgstr "Descripción"
1104
  #: app/features/events.php:1425 app/features/events.php:1458
1105
  #: app/features/events.php:1519 app/features/fes/form.php:959
1106
  #: app/features/mec.php:470 app/features/mec/modules.php:51
1107
- #: app/features/mec/settings.php:787 app/features/speakers.php:61
1108
- #: app/libraries/main.php:575 app/libraries/main.php:6216
1109
- #: app/libraries/main.php:6270 app/modules/speakers/details.php:18
1110
  msgid "Speakers"
1111
  msgstr ""
1112
 
@@ -1117,13 +1117,13 @@ msgid "New Day"
1117
  msgstr "Días de semana"
1118
 
1119
  #: app/features/events.php:1550 app/features/fes/form.php:810
1120
- #: app/features/mec/settings.php:733
1121
  msgid "Event Links"
1122
  msgstr "Enlaces de eventos"
1123
 
1124
  #: app/features/events.php:1553 app/features/events.php:1561
1125
- #: app/features/fes/form.php:812 app/features/mec/settings.php:905
1126
- #: app/libraries/main.php:6243 app/libraries/main.php:6292
1127
  msgid "Event Link"
1128
  msgstr "Enlace del evento"
1129
 
@@ -1150,8 +1150,8 @@ msgid "URL Shortener"
1150
  msgstr ""
1151
 
1152
  #: app/features/events.php:1571 app/features/events.php:1584
1153
- #: app/features/fes/form.php:817 app/libraries/main.php:6244
1154
- #: app/libraries/main.php:6293 app/skins/single.php:1102
1155
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1156
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1157
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
@@ -1163,12 +1163,12 @@ msgid "More Information"
1163
  msgstr "Más Información"
1164
 
1165
  #: app/features/events.php:1579 app/features/fes/form.php:821
1166
- #: app/features/mec.php:987 app/features/popup/shortcode.php:477
1167
  msgid "Current Window"
1168
  msgstr "Ventana actual"
1169
 
1170
  #: app/features/events.php:1580 app/features/fes/form.php:822
1171
- #: app/features/mec.php:988 app/features/popup/shortcode.php:481
1172
  msgid "New Window"
1173
  msgstr "Nueva ventana"
1174
 
@@ -1180,7 +1180,7 @@ msgstr ""
1180
  "Si lo rellenas, se mostrará en la página de detalles del evento como enlace "
1181
  "opcional. Inserta todo el enlace incluyendo http(s)://"
1182
 
1183
- #: app/features/events.php:1608 app/features/mec/settings.php:801
1184
  msgid "Booking Options"
1185
  msgstr "Opciones de reserva"
1186
 
@@ -1191,7 +1191,7 @@ msgid "Total User Booking Limits"
1191
  msgstr "Límite total de reservas"
1192
 
1193
  #: app/features/events.php:1610 app/features/events.php:1814
1194
- #: app/libraries/book.php:61 app/libraries/main.php:6248
1195
  #: app/modules/booking/steps/tickets.php:134
1196
  #: app/modules/booking/steps/tickets.php:140
1197
  msgid "Tickets"
@@ -1202,11 +1202,11 @@ msgid "Fees"
1202
  msgstr "Tasas"
1203
 
1204
  #: app/features/events.php:1615 app/features/events.php:2311
1205
- #: app/features/mec/settings.php:813
1206
  msgid "Ticket Variations / Options"
1207
  msgstr ""
1208
 
1209
- #: app/features/events.php:1619 app/features/mec/booking.php:884
1210
  #: app/features/mec/support-page.php:118
1211
  #, fuzzy
1212
  #| msgid "Organizer Tel"
@@ -1268,24 +1268,24 @@ msgid ""
1268
  "similar."
1269
  msgstr ""
1270
 
1271
- #: app/features/events.php:1743 app/features/mec/booking.php:145
1272
  #, fuzzy
1273
  #| msgid "General Options"
1274
  msgid "Interval Options"
1275
  msgstr "Opciones generales"
1276
 
1277
  #: app/features/events.php:1745 app/features/events.php:1750
1278
- #: app/features/mec/booking.php:147 app/features/mec/booking.php:152
1279
  #, fuzzy
1280
  #| msgid "Booking Form"
1281
  msgid "Show Booking Form Interval"
1282
  msgstr "Formulario de Reservas"
1283
 
1284
- #: app/features/events.php:1747 app/features/mec/booking.php:149
1285
  msgid "Minutes (e.g 5)"
1286
  msgstr ""
1287
 
1288
- #: app/features/events.php:1751 app/features/mec/booking.php:153
1289
  msgid ""
1290
  "You can show booking form only at certain times before event start. If you "
1291
  "set this option to 30 then booking form will open only 30 minutes before "
@@ -1366,9 +1366,9 @@ msgstr "Hora de finalización"
1366
  #: app/features/events.php:2058 app/features/events.php:2061
1367
  #: app/features/events.php:2139 app/features/events.php:2356
1368
  #: app/features/events.php:2360 app/features/events.php:2402
1369
- #: app/features/events.php:2405 app/features/mec/booking.php:545
1370
- #: app/features/mec/booking.php:548 app/features/mec/booking.php:577
1371
- #: app/features/mec/booking.php:580
1372
  msgid "Price"
1373
  msgstr "Precio"
1374
 
@@ -1444,26 +1444,26 @@ msgstr ""
1444
  #: app/features/mec/meta_boxes/search_form.php:620
1445
  #: app/features/mec/meta_boxes/search_form.php:690
1446
  #: app/features/mec/meta_boxes/search_form.php:796
1447
- #: app/features/mec/settings.php:908 app/features/mec/settings.php:985
1448
  #: app/features/mec/single.php:349 app/features/mec/single.php:391
1449
- #: app/features/search.php:98 app/libraries/skins.php:1062
1450
  msgid "Label"
1451
  msgstr "Etiqueta"
1452
 
1453
  #: app/features/events.php:2216 app/features/events.php:2254
1454
- #: app/features/mec/booking.php:464 app/features/mec/booking.php:493
1455
  msgid "Fee Title"
1456
  msgstr "Título de la cuota"
1457
 
1458
  #: app/features/events.php:2222 app/features/events.php:2226
1459
  #: app/features/events.php:2259 app/features/events.php:2262
1460
- #: app/features/mec/booking.php:468 app/features/mec/booking.php:471
1461
- #: app/features/mec/booking.php:497 app/features/mec/booking.php:500
1462
  msgid "Amount"
1463
  msgstr "Cantidad"
1464
 
1465
  #: app/features/events.php:2227 app/features/events.php:2263
1466
- #: app/features/mec/booking.php:472 app/features/mec/booking.php:501
1467
  msgid ""
1468
  "Fee amount, considered as fixed amount if you set the type to amount "
1469
  "otherwise considered as percentage"
@@ -1472,97 +1472,97 @@ msgstr ""
1472
  "cantidad, si no será considerada como porcentaje"
1473
 
1474
  #: app/features/events.php:2236 app/features/events.php:2272
1475
- #: app/features/mec/booking.php:479 app/features/mec/booking.php:508
1476
  msgid "Percent"
1477
  msgstr "Porcentaje"
1478
 
1479
  #: app/features/events.php:2237 app/features/events.php:2273
1480
- #: app/features/mec/booking.php:480 app/features/mec/booking.php:509
1481
  msgid "Amount (Per Ticket)"
1482
  msgstr "Cantidad (Por ticket)"
1483
 
1484
  #: app/features/events.php:2238 app/features/events.php:2274
1485
- #: app/features/mec/booking.php:481 app/features/mec/booking.php:510
1486
  msgid "Amount (Per Booking)"
1487
  msgstr "Cantidad (por reservas)"
1488
 
1489
  #: app/features/events.php:2361 app/features/events.php:2406
1490
- #: app/features/mec/booking.php:549 app/features/mec/booking.php:581
1491
  msgid "Option Price"
1492
  msgstr ""
1493
 
1494
  #: app/features/events.php:2371 app/features/events.php:2375
1495
  #: app/features/events.php:2415 app/features/events.php:2418
1496
- #: app/features/mec/booking.php:555 app/features/mec/booking.php:558
1497
- #: app/features/mec/booking.php:587 app/features/mec/booking.php:590
1498
  msgid "Maximum Per Ticket"
1499
  msgstr ""
1500
 
1501
  #: app/features/events.php:2376 app/features/events.php:2419
1502
- #: app/features/mec/booking.php:559 app/features/mec/booking.php:591
1503
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1504
  msgstr ""
1505
 
1506
- #: app/features/events.php:2516 app/features/mec/booking.php:607
1507
  #, fuzzy
1508
  #| msgid "Attendees Limit"
1509
  msgid "Per Attendee Fields"
1510
  msgstr "Límite de asistentes"
1511
 
1512
- #: app/features/events.php:2546 app/features/mec/booking.php:640
1513
- #: app/libraries/main.php:3249
1514
  #, fuzzy
1515
  #| msgid "Name"
1516
  msgid "MEC Name"
1517
  msgstr "Nombre"
1518
 
1519
- #: app/features/events.php:2547 app/features/mec/booking.php:641
1520
- #: app/libraries/main.php:3278
1521
  #, fuzzy
1522
  #| msgid "Email"
1523
  msgid "MEC Email"
1524
  msgstr "Correo electrónico"
1525
 
1526
  #: app/features/events.php:2548 app/features/events.php:2637
1527
- #: app/features/mec/booking.php:642 app/features/mec/booking.php:738
1528
- #: app/features/mec/single.php:190 app/libraries/main.php:3220
1529
  msgid "Text"
1530
  msgstr "Texto"
1531
 
1532
  #: app/features/events.php:2551 app/features/events.php:2640
1533
- #: app/features/mec/booking.php:645 app/features/mec/booking.php:741
1534
  #: app/features/mec/single.php:194 app/features/organizers.php:103
1535
  #: app/features/organizers.php:148 app/features/speakers.php:119
1536
  #: app/features/speakers.php:200 app/features/speakers.php:285
1537
- #: app/libraries/main.php:3423
1538
  msgid "Tel"
1539
  msgstr "Tel"
1540
 
1541
- #: app/features/events.php:2552 app/features/mec/booking.php:646
1542
- #: app/libraries/main.php:3365
1543
  msgid "File"
1544
  msgstr ""
1545
 
1546
  #: app/features/events.php:2553 app/features/events.php:2641
1547
- #: app/features/mec/booking.php:647 app/features/mec/booking.php:742
1548
- #: app/features/mec/single.php:195 app/libraries/main.php:3452
1549
  msgid "Textarea"
1550
  msgstr "Área de texto"
1551
 
1552
  #: app/features/events.php:2554 app/features/events.php:2642
1553
- #: app/features/mec/booking.php:648 app/features/mec/booking.php:743
1554
- #: app/features/mec/single.php:197 app/libraries/main.php:3504
1555
  msgid "Checkboxes"
1556
  msgstr "Checkboxes"
1557
 
1558
  #: app/features/events.php:2555 app/features/events.php:2643
1559
- #: app/features/mec/booking.php:649 app/features/mec/booking.php:744
1560
- #: app/features/mec/single.php:198 app/libraries/main.php:3550
1561
  msgid "Radio Buttons"
1562
  msgstr "Botón tipo radio"
1563
 
1564
  #: app/features/events.php:2556 app/features/events.php:2644
1565
- #: app/features/mec/booking.php:650 app/features/mec/booking.php:745
1566
  #: app/features/mec/meta_boxes/search_form.php:34
1567
  #: app/features/mec/meta_boxes/search_form.php:41
1568
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1639,23 +1639,23 @@ msgstr "Botón tipo radio"
1639
  #: app/features/mec/meta_boxes/search_form.php:792
1640
  #: app/features/mec/meta_boxes/search_form.php:799
1641
  #: app/features/mec/meta_boxes/search_form.php:813
1642
- #: app/features/mec/single.php:199 app/libraries/main.php:3596
1643
  msgid "Dropdown"
1644
  msgstr "Desplegable"
1645
 
1646
  #: app/features/events.php:2557 app/features/events.php:2645
1647
- #: app/features/mec/booking.php:651 app/features/mec/booking.php:746
1648
- #: app/libraries/main.php:3645
1649
  msgid "Agreement"
1650
  msgstr "Acuerdo"
1651
 
1652
  #: app/features/events.php:2558 app/features/events.php:2646
1653
- #: app/features/mec/booking.php:652 app/features/mec/booking.php:747
1654
- #: app/features/mec/single.php:196 app/libraries/main.php:3481
1655
  msgid "Paragraph"
1656
  msgstr "Párrafo"
1657
 
1658
- #: app/features/events.php:2607 app/features/mec/booking.php:705
1659
  #, fuzzy
1660
  #| msgid "Required Field"
1661
  msgid "Fixed Fields"
@@ -1702,12 +1702,12 @@ msgstr "Límite de asistentes"
1702
  #: app/features/mec/meta_boxes/search_form.php:591
1703
  #: app/features/mec/meta_boxes/search_form.php:661
1704
  #: app/features/mec/meta_boxes/search_form.php:767
1705
- #: app/features/mec/settings.php:959 app/features/mec/single.php:339
1706
  #: app/features/mec/single.php:381 app/features/popup/event.php:116
1707
  #: app/features/popup/event.php:125 app/features/search.php:74
1708
- #: app/libraries/main.php:2577 app/libraries/main.php:6213
1709
- #: app/libraries/main.php:6267 app/libraries/skins.php:958
1710
- #: app/skins/single.php:919 app/skins/single.php:1362
1711
  #: app/skins/single/default.php:195 app/skins/single/default.php:428
1712
  #: app/skins/single/m1.php:173 app/skins/single/m2.php:96
1713
  #: app/skins/single/modern.php:116
@@ -1782,8 +1782,8 @@ msgid "%s Email"
1782
  msgstr "%s Correo electrónico"
1783
 
1784
  #: app/features/events.php:4092 app/features/fes.php:243
1785
- #: app/features/profile/profile.php:183 app/libraries/main.php:2660
1786
- #: app/libraries/main.php:6247
1787
  msgid "Ticket"
1788
  msgstr "Ticket"
1789
 
@@ -1852,8 +1852,8 @@ msgstr "¡El evento ha sido eliminado!"
1852
  msgid "Order Time"
1853
  msgstr "Hora de finalización"
1854
 
1855
- #: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:2608
1856
- #: app/libraries/main.php:2723
1857
  msgid "Transaction ID"
1858
  msgstr "ID Transacción"
1859
 
@@ -1947,8 +1947,8 @@ msgstr "El evento a sido publicado."
1947
  msgid "Go back to events list"
1948
  msgstr "Regrese a la lista de eventos."
1949
 
1950
- #: app/features/fes/form.php:264 app/features/mec/settings.php:827
1951
- #: app/features/mec/settings.php:903
1952
  msgid "Excerpt"
1953
  msgstr ""
1954
 
@@ -1966,43 +1966,43 @@ msgstr ""
1966
 
1967
  #: app/features/fes/form.php:389
1968
  #: app/features/mec/meta_boxes/display_options.php:1309
1969
- #: app/libraries/main.php:415
1970
  msgid "Monday"
1971
  msgstr "Lunes"
1972
 
1973
  #: app/features/fes/form.php:390
1974
  #: app/features/mec/meta_boxes/display_options.php:1310
1975
- #: app/libraries/main.php:415
1976
  msgid "Tuesday"
1977
  msgstr "Martes"
1978
 
1979
  #: app/features/fes/form.php:391
1980
  #: app/features/mec/meta_boxes/display_options.php:1311
1981
- #: app/libraries/main.php:415
1982
  msgid "Wednesday"
1983
  msgstr "Miércoles"
1984
 
1985
  #: app/features/fes/form.php:392
1986
  #: app/features/mec/meta_boxes/display_options.php:1312
1987
- #: app/libraries/main.php:415
1988
  msgid "Thursday"
1989
  msgstr "Jueves"
1990
 
1991
  #: app/features/fes/form.php:393
1992
  #: app/features/mec/meta_boxes/display_options.php:1313
1993
- #: app/libraries/main.php:415
1994
  msgid "Friday"
1995
  msgstr "Viernes"
1996
 
1997
  #: app/features/fes/form.php:394
1998
  #: app/features/mec/meta_boxes/display_options.php:1314
1999
- #: app/libraries/main.php:415
2000
  msgid "Saturday"
2001
  msgstr "Sábado"
2002
 
2003
  #: app/features/fes/form.php:395
2004
  #: app/features/mec/meta_boxes/display_options.php:1308
2005
- #: app/libraries/main.php:415
2006
  msgid "Sunday"
2007
  msgstr "Domingo"
2008
 
@@ -2043,7 +2043,7 @@ msgstr ""
2043
  "Si lo rellenas, se reemplazará en vez del enlace de la página del evento por "
2044
  "defecto. Inserta todo el enlace incluyendo http(s)://"
2045
 
2046
- #: app/features/fes/form.php:850 app/features/mec/settings.php:745
2047
  msgid "Featured Image"
2048
  msgstr "Imagen destacada"
2049
 
@@ -2054,8 +2054,8 @@ msgstr "Eliminar imagen"
2054
  #: app/features/fes/form.php:891 app/features/labels.php:61
2055
  #: app/features/labels.php:221 app/features/mec.php:463
2056
  #: app/features/mec/meta_boxes/filter.php:72
2057
- #: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:6210
2058
- #: app/libraries/main.php:6264 app/skins/single.php:1132
2059
  #: app/skins/single/default.php:173 app/skins/single/default.php:405
2060
  #: app/skins/single/m1.php:76 app/skins/single/modern.php:252
2061
  msgid "Labels"
@@ -2121,7 +2121,7 @@ msgid "MEC - Import / Export"
2121
  msgstr "MEC - Importar / Exportar"
2122
 
2123
  #: app/features/ix.php:107 app/features/mec/support.php:73
2124
- #: app/libraries/main.php:823
2125
  msgid "Import / Export"
2126
  msgstr "Import / Export"
2127
 
@@ -2143,27 +2143,27 @@ msgstr ""
2143
  "¡Ha ocurrido un error durante la subida del archivo! ¡Por favor, revisa los "
2144
  "permisos!"
2145
 
2146
- #: app/features/ix.php:265 app/libraries/main.php:6495
2147
- #: app/libraries/main.php:6515
2148
  msgid "Confirmed"
2149
  msgstr ""
2150
 
2151
- #: app/features/ix.php:266 app/libraries/main.php:6496
2152
- #: app/libraries/main.php:6523
2153
  msgid "Rejected"
2154
  msgstr ""
2155
 
2156
- #: app/features/ix.php:270 app/features/mec/booking.php:991
2157
- #: app/features/mec/booking.php:1013 app/features/mec/modules.php:415
2158
- #: app/features/mec/modules.php:437 app/features/mec/notifications.php:1046
2159
- #: app/features/mec/notifications.php:1068 app/features/mec/settings.php:1269
2160
- #: app/features/mec/settings.php:1291 app/features/mec/single.php:446
2161
- #: app/features/mec/single.php:468 app/libraries/main.php:6543
2162
  msgid "Verified"
2163
  msgstr "Verificado"
2164
 
2165
  #: app/features/ix.php:271 app/features/labels.php:118
2166
- #: app/features/labels.php:143 app/libraries/main.php:6544
2167
  #: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
2168
  #: app/skins/carousel/render.php:38 app/skins/countdown/tpl.php:40
2169
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
@@ -2459,16 +2459,16 @@ msgstr "Toggle"
2459
  #: app/features/ix/export_g_calendar.php:72
2460
  #: app/features/ix/export_g_calendar.php:151
2461
  #: app/features/ix/export_g_calendar.php:166
2462
- #: app/features/mec/notifications.php:149
2463
- #: app/features/mec/notifications.php:260
2464
- #: app/features/mec/notifications.php:385
2465
- #: app/features/mec/notifications.php:758 app/features/notifications.php:133
2466
  msgid "Add to Google Calendar"
2467
  msgstr "Añadir a Google Calendar"
2468
 
2469
- #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:993
2470
- #: app/features/mec/modules.php:417 app/features/mec/notifications.php:1048
2471
- #: app/features/mec/settings.php:1271 app/features/mec/single.php:448
2472
  msgid "Checking ..."
2473
  msgstr "Verificando…"
2474
 
@@ -2517,9 +2517,9 @@ msgid "ICS Feed"
2517
  msgstr "ICS Feed"
2518
 
2519
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2520
- #: app/features/mec/booking.php:99 app/features/mec/booking.php:414
2521
- #: app/features/mec/booking.php:430 app/features/mec/booking.php:448
2522
- #: app/features/mec/booking.php:525
2523
  #: app/features/mec/meta_boxes/display_options.php:229
2524
  #: app/features/mec/meta_boxes/display_options.php:496
2525
  #: app/features/mec/modules.php:69 app/features/mec/modules.php:211
@@ -2530,8 +2530,8 @@ msgstr "Se requiere %s para usar esta funcionalidad."
2530
 
2531
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2532
  #: app/features/ix/sync.php:22 app/features/mec/booking.php:99
2533
- #: app/features/mec/booking.php:414 app/features/mec/booking.php:430
2534
- #: app/features/mec/booking.php:448 app/features/mec/booking.php:525
2535
  #: app/features/mec/meta_boxes/display_options.php:229
2536
  #: app/features/mec/meta_boxes/display_options.php:496
2537
  #: app/features/mec/meta_boxes/display_options.php:537
@@ -2752,7 +2752,7 @@ msgstr "Importación automática a Google"
2752
 
2753
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2754
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2755
- #: app/features/mec/notifications.php:646
2756
  msgid "Important Note"
2757
  msgstr "Nota importante"
2758
 
@@ -2960,8 +2960,8 @@ msgstr "Evento %s"
2960
 
2961
  #: app/features/locations.php:59 app/features/mec.php:464
2962
  #: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
2963
- #: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:6212
2964
- #: app/libraries/main.php:6266
2965
  msgid "Locations"
2966
  msgstr "Lugar"
2967
 
@@ -3040,7 +3040,7 @@ msgstr "Nombre del lugar"
3040
  msgid "eg. City Hall"
3041
  msgstr "ej. Almería"
3042
 
3043
- #: app/features/locations.php:347 app/features/mec/settings.php:775
3044
  #: app/features/popup/event.php:143 app/widgets/single.php:115
3045
  msgid "Event Location"
3046
  msgstr "Lugar del evento"
@@ -3077,8 +3077,8 @@ msgstr "Elegir imagen"
3077
  msgid "Don't show map in single event page"
3078
  msgstr "No mostrar el mapa en la página del detalle del evento"
3079
 
3080
- #: app/features/locations.php:398 app/libraries/main.php:6250
3081
- #: app/libraries/main.php:6297
3082
  #, fuzzy
3083
  #| msgid "Locations"
3084
  msgid "Other Locations"
@@ -3162,7 +3162,7 @@ msgstr "Soporte"
3162
  #: app/features/mec.php:465 app/features/mec/dashboard.php:286
3163
  #: app/features/mec/meta_boxes/filter.php:71
3164
  #: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
3165
- #: app/libraries/main.php:6214 app/libraries/main.php:6268
3166
  msgid "Organizers"
3167
  msgstr "Organizadores"
3168
 
@@ -3203,7 +3203,7 @@ msgstr "Exportar"
3203
  msgid "MEC - Go Pro"
3204
  msgstr "Soporte"
3205
 
3206
- #: app/features/mec.php:482 app/features/mec.php:1260
3207
  #: app/features/mec/go-pro.php:9
3208
  msgid "Go Pro"
3209
  msgstr ""
@@ -3244,99 +3244,99 @@ msgstr "Opciones de filtros"
3244
  msgid "Search Form"
3245
  msgstr "Formulario de Búsqueda"
3246
 
3247
- #: app/features/mec.php:968
3248
  msgid "Display content's images as Popup"
3249
  msgstr ""
3250
 
3251
- #: app/features/mec.php:982 app/features/popup/shortcode.php:473
3252
  msgid "Single Event Display Method"
3253
  msgstr "Método de vista para página del evento"
3254
 
3255
- #: app/features/mec.php:989 app/features/popup/shortcode.php:485
3256
  #, fuzzy
3257
  #| msgid "Modal 1"
3258
  msgid "Modal Popup"
3259
  msgstr "Modal 1"
3260
 
3261
- #: app/features/mec.php:990
3262
  #, fuzzy
3263
  #| msgid "Disabled"
3264
  msgid "Disable Link"
3265
  msgstr "Desactivado"
3266
 
3267
- #: app/features/mec.php:1003
3268
  #, fuzzy
3269
  #| msgid "Booking Options"
3270
  msgid "Booking Button / Icon"
3271
  msgstr "Opciones de reserva"
3272
 
3273
- #: app/features/mec.php:1163 app/features/mec.php:1273
3274
  msgid "Total Bookings"
3275
  msgstr "Total reservas"
3276
 
3277
- #: app/features/mec.php:1182 app/features/mec/dashboard.php:63
3278
  msgid "Modern Events Calendar (Lite)"
3279
  msgstr "Modern Events Calendar (Lite)"
3280
 
3281
- #: app/features/mec.php:1191 app/features/mec/dashboard.php:297
3282
- #: app/features/mec/settings.php:448
3283
  msgid "Upcoming Events"
3284
  msgstr "Próximos Eventos"
3285
 
3286
- #: app/features/mec.php:1246
3287
  #, fuzzy
3288
  #| msgid "Update %s"
3289
  msgid "News & Updates"
3290
  msgstr "Actualizar %s"
3291
 
3292
- #: app/features/mec.php:1259
3293
  msgid "Blog"
3294
  msgstr ""
3295
 
3296
- #: app/features/mec.php:1259
3297
  msgid "Help"
3298
  msgstr ""
3299
 
3300
- #: app/features/mec.php:1306
3301
  msgid "This Month"
3302
  msgstr "Este mes"
3303
 
3304
- #: app/features/mec.php:1313
3305
  msgid "Last Month"
3306
  msgstr "Último mes"
3307
 
3308
- #: app/features/mec.php:1320
3309
  msgid "This Year"
3310
  msgstr "Este año"
3311
 
3312
- #: app/features/mec.php:1327
3313
  msgid "Last Year"
3314
  msgstr "Año pasado"
3315
 
3316
- #: app/features/mec.php:1348
3317
  msgid "Bar"
3318
  msgstr "Barra"
3319
 
3320
- #: app/features/mec.php:1349
3321
  msgid "Line"
3322
  msgstr "Línea"
3323
 
3324
- #: app/features/mec.php:1351
3325
  msgid "Filter"
3326
  msgstr "Filtrar"
3327
 
3328
- #: app/features/mec.php:1367
3329
  #, php-format
3330
  msgid "Total Sells (%s)"
3331
  msgstr "Ventas Totales (%s)"
3332
 
3333
- #: app/features/mec.php:1395
3334
  #, fuzzy
3335
  #| msgid "Modern Events Calendar"
3336
  msgid "Print Calendar"
3337
  msgstr "Modern Events Calendar"
3338
 
3339
- #: app/features/mec.php:1410
3340
  #, fuzzy
3341
  #| msgid "Display Event Price"
3342
  msgid "Display Events"
@@ -3368,21 +3368,21 @@ msgstr ""
3368
  msgid "Search..."
3369
  msgstr "Buscar %s"
3370
 
3371
- #: app/features/mec/booking.php:80 app/features/mec/booking.php:753
3372
- #: app/features/mec/booking.php:909 app/features/mec/booking.php:918
3373
- #: app/features/mec/booking.php:928 app/features/mec/booking.php:1010
3374
- #: app/features/mec/booking.php:1024 app/features/mec/messages.php:15
3375
  #: app/features/mec/messages.php:51 app/features/mec/messages.php:60
3376
  #: app/features/mec/messages.php:94 app/features/mec/messages.php:103
3377
  #: app/features/mec/modules.php:25 app/features/mec/modules.php:382
3378
  #: app/features/mec/modules.php:392 app/features/mec/modules.php:434
3379
  #: app/features/mec/modules.php:448 app/features/mec/notifications.php:14
3380
- #: app/features/mec/notifications.php:953
3381
- #: app/features/mec/notifications.php:965
3382
- #: app/features/mec/notifications.php:1065
3383
- #: app/features/mec/notifications.php:1079 app/features/mec/settings.php:42
3384
- #: app/features/mec/settings.php:1220 app/features/mec/settings.php:1230
3385
- #: app/features/mec/settings.php:1288 app/features/mec/settings.php:1302
3386
  #: app/features/mec/single.php:21 app/features/mec/single.php:413
3387
  #: app/features/mec/single.php:423 app/features/mec/single.php:465
3388
  #: app/features/mec/single.php:479 app/features/mec/styles.php:11
@@ -3427,13 +3427,13 @@ msgstr "Fechas máximas"
3427
  msgid "Default is 6"
3428
  msgstr "El valor predeterminado es 6"
3429
 
3430
- #: app/features/mec/booking.php:130 app/features/mec/booking.php:138
3431
  msgid "Lock Pre-filled Fields"
3432
  msgstr ""
3433
 
3434
- #: app/features/mec/booking.php:133 app/features/mec/booking.php:187
3435
- #: app/features/mec/booking.php:254 app/features/mec/booking.php:823
3436
- #: app/features/mec/booking.php:848
3437
  #: app/features/mec/meta_boxes/search_form.php:33
3438
  #: app/features/mec/meta_boxes/search_form.php:40
3439
  #: app/features/mec/meta_boxes/search_form.php:48
@@ -3532,67 +3532,71 @@ msgstr ""
3532
  #: app/features/mec/meta_boxes/search_form.php:805
3533
  #: app/features/mec/meta_boxes/search_form.php:812
3534
  #: app/features/mec/meta_boxes/search_form.php:819
3535
- #: app/features/mec/modules.php:124 app/features/mec/settings.php:104
3536
- #: app/features/mec/settings.php:466
3537
  msgid "Disabled"
3538
  msgstr "Desactivado"
3539
 
3540
- #: app/features/mec/booking.php:134 app/features/mec/booking.php:186
3541
- #: app/features/mec/booking.php:253 app/features/mec/booking.php:822
3542
- #: app/features/mec/booking.php:849 app/features/mec/settings.php:105
3543
  msgid "Enabled"
3544
  msgstr "Habilitado"
3545
 
3546
- #: app/features/mec/booking.php:139
 
 
 
 
3547
  msgid ""
3548
  "When users are logged in, name and email fields will be pre-filled but users "
3549
  "can change them. If you enable the lock, then logged in users cannot change "
3550
  "the pre-filled fields."
3551
  msgstr ""
3552
 
3553
- #: app/features/mec/booking.php:160 app/features/mec/booking.php:174
3554
  #, fuzzy
3555
  #| msgid "Booking cancellation link."
3556
  msgid "Cancellation Period"
3557
  msgstr "Enlace de cancelación de la reserva."
3558
 
3559
- #: app/features/mec/booking.php:162
3560
  msgid "e.g 5"
3561
  msgstr ""
3562
 
3563
- #: app/features/mec/booking.php:163
3564
  msgid "Period"
3565
  msgstr ""
3566
 
3567
- #: app/features/mec/booking.php:164
3568
  #, fuzzy
3569
  #| msgid "hours"
3570
  msgid "Hour(s)"
3571
  msgstr "horas"
3572
 
3573
- #: app/features/mec/booking.php:165
3574
  msgid "Day(s)"
3575
  msgstr ""
3576
 
3577
- #: app/features/mec/booking.php:167
3578
  #, fuzzy
3579
  #| msgid "Type 1"
3580
  msgid "Type"
3581
  msgstr "Tipo 1"
3582
 
3583
- #: app/features/mec/booking.php:168
3584
  #, fuzzy
3585
  #| msgid "Before $10"
3586
  msgid "Before"
3587
  msgstr "Menos de 10€"
3588
 
3589
- #: app/features/mec/booking.php:171
3590
  #, fuzzy
3591
  #| msgid "On Event Start"
3592
  msgid "Event Start"
3593
  msgstr "En el inicio del evento"
3594
 
3595
- #: app/features/mec/booking.php:175
3596
  msgid ""
3597
  "You can restrict the ability to cancel bookings. Leave empty for "
3598
  "cancellation at any time. For example if you insert 5 hours before event "
@@ -3600,61 +3604,61 @@ msgid ""
3600
  "after that they're not able to do that."
3601
  msgstr ""
3602
 
3603
- #: app/features/mec/booking.php:181
3604
  #, fuzzy
3605
  #| msgid "Register Button"
3606
  msgid "User Registration"
3607
  msgstr "Botón de registro"
3608
 
3609
- #: app/features/mec/booking.php:183 app/features/mec/booking.php:191
3610
  #: app/modules/booking/steps/form.php:330
3611
  #, fuzzy
3612
  #| msgid "Register Button"
3613
  msgid "Registration"
3614
  msgstr "Botón de registro"
3615
 
3616
- #: app/features/mec/booking.php:192
3617
  msgid ""
3618
  "If enabled MEC would create a WordPress User for main attendees. It's "
3619
  "recommended to keep it enabled."
3620
  msgstr ""
3621
 
3622
- #: app/features/mec/booking.php:200 app/features/mec/booking.php:210
3623
  msgid "User Role"
3624
  msgstr ""
3625
 
3626
- #: app/features/mec/booking.php:211
3627
  msgid ""
3628
  "MEC creates a user for main attendee after each booking. Default role of the "
3629
  "user is subscriber but you can change it if needed."
3630
  msgstr ""
3631
 
3632
- #: app/features/mec/booking.php:218 app/features/mec/booking.php:226
3633
  msgid "Username & Password"
3634
  msgstr ""
3635
 
3636
- #: app/features/mec/booking.php:221
3637
  msgid "Auto"
3638
  msgstr ""
3639
 
3640
- #: app/features/mec/booking.php:222
3641
  msgid "Manual"
3642
  msgstr ""
3643
 
3644
- #: app/features/mec/booking.php:227
3645
  msgid ""
3646
  "If you set it to manual option then users can insert a username and password "
3647
  "during the booking for registration otherwise MEC use their email and an "
3648
  "auto generated password."
3649
  msgstr ""
3650
 
3651
- #: app/features/mec/booking.php:235
3652
  #, fuzzy
3653
  #| msgid "Location"
3654
  msgid "Limitation"
3655
  msgstr "Localización"
3656
 
3657
- #: app/features/mec/booking.php:237
3658
  #: app/features/mec/meta_boxes/display_options.php:140
3659
  #: app/features/mec/meta_boxes/display_options.php:417
3660
  #: app/features/mec/meta_boxes/display_options.php:589
@@ -3666,44 +3670,44 @@ msgstr "Localización"
3666
  msgid "Limit"
3667
  msgstr "Límite"
3668
 
3669
- #: app/features/mec/booking.php:239
3670
  #, fuzzy
3671
  #| msgid "Default is 6"
3672
  msgid "Default is empty"
3673
  msgstr "El valor predeterminado es 6"
3674
 
3675
- #: app/features/mec/booking.php:242
3676
  #, fuzzy
3677
  #| msgid "Booking Form"
3678
  msgid "Booking Limit"
3679
  msgstr "Formulario de Reservas"
3680
 
3681
- #: app/features/mec/booking.php:243
3682
  msgid ""
3683
  "Total tickets that a user can book. It is useful if you're providing free "
3684
  "tickets. Leave it empty for unlimited booking."
3685
  msgstr ""
3686
 
3687
- #: app/features/mec/booking.php:250 app/features/mec/booking.php:258
3688
  #, fuzzy
3689
  #| msgid "Description"
3690
  msgid "IP restriction"
3691
  msgstr "Descripción"
3692
 
3693
- #: app/features/mec/booking.php:259
3694
  msgid ""
3695
  "If you set limit for total tickets that users can book, MEC will use IP and "
3696
  "email to prevent users to book high tickets. You can disable the IP "
3697
  "restriction if you don't need it."
3698
  msgstr ""
3699
 
3700
- #: app/features/mec/booking.php:265 app/features/mec/booking.php:267
3701
- #: app/features/mec/booking.php:277 app/features/mec/settings.php:656
3702
- #: app/features/mec/settings.php:666
3703
  msgid "Thank You Page"
3704
  msgstr "Página de agradecimiento"
3705
 
3706
- #: app/features/mec/booking.php:278
3707
  msgid ""
3708
  "User redirects to this page after booking. Leave it empty if you want to "
3709
  "disable it."
@@ -3711,101 +3715,101 @@ msgstr ""
3711
  "Se redirecciona al usuario a esta pagina una vez que completa la reserva. "
3712
  "Déjalo vacío si lo deseas desactivado."
3713
 
3714
- #: app/features/mec/booking.php:285 app/features/mec/booking.php:290
3715
- #: app/features/mec/settings.php:676 app/features/mec/settings.php:681
3716
  #, fuzzy
3717
  #| msgid "Thank You Page"
3718
  msgid "Thank You Page Time Interval"
3719
  msgstr "Página de agradecimiento"
3720
 
3721
- #: app/features/mec/booking.php:287 app/features/mec/settings.php:678
3722
  msgid "2000 mean 2 seconds"
3723
  msgstr ""
3724
 
3725
- #: app/features/mec/booking.php:291 app/features/mec/settings.php:682
3726
  msgid ""
3727
  "Waiting time before redirecting to thank you page. It's in miliseconds so "
3728
  "2000 means 2 seconds."
3729
  msgstr ""
3730
 
3731
- #: app/features/mec/booking.php:297
3732
  #, fuzzy
3733
  #| msgid "Book Event"
3734
  msgid "Booking Elements"
3735
  msgstr "Reservar evento"
3736
 
3737
- #: app/features/mec/booking.php:303
3738
  msgid "Enable Express Attendees Form"
3739
  msgstr "Habilitar formulario de asistentes exprés"
3740
 
3741
- #: app/features/mec/booking.php:307
3742
  msgid "Attendees Form"
3743
  msgstr "Asistentes"
3744
 
3745
- #: app/features/mec/booking.php:308
3746
  msgid ""
3747
  "Apply the info from the first attendee to all purchased ticket by that user. "
3748
  "Uncheck if you want every ticket to have its own attendee’s info."
3749
  msgstr ""
3750
 
3751
- #: app/features/mec/booking.php:321
3752
  #, fuzzy
3753
  #| msgid "Download Invoice"
3754
  msgid "Enable Invoice"
3755
  msgstr "Descargar factura"
3756
 
3757
- #: app/features/mec/booking.php:332
3758
  #, fuzzy
3759
  #| msgid "Enable booking notification"
3760
  msgid "Enable Booking for Ongoing Events"
3761
  msgstr "Activar notificación de reservas"
3762
 
3763
- #: app/features/mec/booking.php:343
3764
  msgid "Enable Downloadable File"
3765
  msgstr ""
3766
 
3767
- #: app/features/mec/booking.php:348
3768
  msgid ""
3769
  "By enabling this feature, You can upload a file for each event and bookers "
3770
  "are able to download it after booking."
3771
  msgstr ""
3772
 
3773
- #: app/features/mec/booking.php:355
3774
  msgid "Email verification"
3775
  msgstr "Verificación por email"
3776
 
3777
- #: app/features/mec/booking.php:361
3778
  msgid "Auto verification for free bookings"
3779
  msgstr "Auto verificación para reservas gratuitas"
3780
 
3781
- #: app/features/mec/booking.php:370
3782
  msgid "Auto verification for paid bookings"
3783
  msgstr "Auto verificación para reservas de pago"
3784
 
3785
- #: app/features/mec/booking.php:374 app/features/mec/notifications.php:269
3786
- #: app/features/notifications.php:155 app/libraries/main.php:597
3787
  msgid "Booking Confirmation"
3788
  msgstr "Confirmación de reserva"
3789
 
3790
- #: app/features/mec/booking.php:380
3791
  msgid "Auto confirmation for free bookings"
3792
  msgstr "Confirmación automática para reservas gratuitas"
3793
 
3794
- #: app/features/mec/booking.php:389
3795
  msgid "Auto confirmation for paid bookings"
3796
  msgstr "Confirmación automática para reservas pagas"
3797
 
3798
- #: app/features/mec/booking.php:398
3799
  msgid "Send confirmation email in auto confirmation mode"
3800
  msgstr ""
3801
 
3802
- #: app/features/mec/booking.php:411 app/libraries/main.php:566
3803
  #, fuzzy
3804
  #| msgid "Booking Price"
3805
  msgid "Booking Shortcode"
3806
  msgstr "Precio de la reserva"
3807
 
3808
- #: app/features/mec/booking.php:419
3809
  #, php-format
3810
  msgid ""
3811
  "Booking module is available in the event details page but if you like to "
@@ -3814,7 +3818,7 @@ msgid ""
3814
  "into the page content and place the event id instead of 1."
3815
  msgstr ""
3816
 
3817
- #: app/features/mec/booking.php:420
3818
  #, php-format
3819
  msgid ""
3820
  "Also, you can insert %s if you like to show only one of the available "
@@ -3822,46 +3826,46 @@ msgid ""
3822
  "This parameter is optional."
3823
  msgstr ""
3824
 
3825
- #: app/features/mec/booking.php:435
3826
  msgid "Enable coupons module"
3827
  msgstr "Activar módulo de cupones"
3828
 
3829
- #: app/features/mec/booking.php:437
3830
  msgid ""
3831
  "After enabling and saving the settings, you should reload the page to see a "
3832
  "new menu on the Dashboard > Booking"
3833
  msgstr ""
3834
 
3835
- #: app/features/mec/booking.php:445 app/features/mec/booking.php:815
3836
- #: app/libraries/main.php:568
3837
  msgid "Taxes / Fees"
3838
  msgstr "Impuestos/Tasas"
3839
 
3840
- #: app/features/mec/booking.php:453
3841
  msgid "Enable taxes / fees module"
3842
  msgstr "Activar módulo de Impuestos/Tasas"
3843
 
3844
- #: app/features/mec/booking.php:458
3845
  msgid "Add Fee"
3846
  msgstr "Nueva tasa"
3847
 
3848
- #: app/features/mec/booking.php:522 app/libraries/main.php:569
3849
  msgid "Ticket Variations & Options"
3850
  msgstr ""
3851
 
3852
- #: app/features/mec/booking.php:530
3853
  msgid "Enable ticket options module"
3854
  msgstr ""
3855
 
3856
- #: app/features/mec/booking.php:535
3857
  msgid "Add Variation / Option"
3858
  msgstr ""
3859
 
3860
- #: app/features/mec/booking.php:805
3861
  msgid "Use WooCommerce as Payment System"
3862
  msgstr ""
3863
 
3864
- #: app/features/mec/booking.php:807
3865
  msgid ""
3866
  "By enabling this feature, tickets will be added to WooCommerce cart and all "
3867
  "payment process would be done by WooCommerce so all of MEC payment related "
@@ -3869,112 +3873,112 @@ msgid ""
3869
  "fields etc, you need to configure WooCommerce on your website."
3870
  msgstr ""
3871
 
3872
- #: app/features/mec/booking.php:809
3873
  msgid ""
3874
  "You cannot use following MEC features so you should use WooCommerc and its "
3875
  "addons if you need them."
3876
  msgstr ""
3877
 
3878
- #: app/features/mec/booking.php:811
3879
  #, fuzzy
3880
  #| msgid "Payment Gateways"
3881
  msgid "Payment gateways"
3882
  msgstr "Pasarelas de pago"
3883
 
3884
- #: app/features/mec/booking.php:812
3885
  msgid "Price per dates of tickets"
3886
  msgstr ""
3887
 
3888
- #: app/features/mec/booking.php:814
3889
  #, fuzzy
3890
  #| msgid "Ticket time"
3891
  msgid "Ticket variations"
3892
  msgstr "Hora de la entrada"
3893
 
3894
- #: app/features/mec/booking.php:819
3895
  msgid "Automatically complete WooCommerce orders"
3896
  msgstr ""
3897
 
3898
- #: app/features/mec/booking.php:827
3899
  msgid "Auto WooCommerce orders"
3900
  msgstr ""
3901
 
3902
- #: app/features/mec/booking.php:828
3903
  msgid "It applies only to the orders that are related to MEC."
3904
  msgstr ""
3905
 
3906
- #: app/features/mec/booking.php:836
3907
  #, fuzzy
3908
  #| msgid "Add to Google Calendar"
3909
  msgid "After Add to Cart"
3910
  msgstr "Añadir a Google Calendar"
3911
 
3912
- #: app/features/mec/booking.php:839
3913
  #, fuzzy
3914
  #| msgid "Get Directions"
3915
  msgid "Redirect to Cart"
3916
  msgstr "Cómo llegar"
3917
 
3918
- #: app/features/mec/booking.php:840
3919
  #, fuzzy
3920
  #| msgid "Get Directions"
3921
  msgid "Redirect to Checkout"
3922
  msgstr "Cómo llegar"
3923
 
3924
- #: app/features/mec/booking.php:845
3925
  #, fuzzy
3926
  #| msgid "Booking Form"
3927
  msgid "MEC Booking Form"
3928
  msgstr "Formulario de Reservas"
3929
 
3930
- #: app/features/mec/booking.php:854
3931
  msgid ""
3932
  "If enabled then users should fill the booking form in MEC and then they will "
3933
  "be redirected to checkout."
3934
  msgstr ""
3935
 
3936
- #: app/features/mec/booking.php:880
3937
  msgid "Enable Organizer Payment Module"
3938
  msgstr ""
3939
 
3940
- #: app/features/mec/booking.php:885
3941
  msgid ""
3942
  "By enabling this module, organizers are able to insert their own payment "
3943
  "credentials for enabled gateways per event and receive the payments directly!"
3944
  msgstr ""
3945
 
3946
- #: app/features/mec/booking.php:895
3947
  msgid "Disable / Enable payment gateways per event"
3948
  msgstr ""
3949
 
3950
- #: app/features/mec/booking.php:899
3951
  #, fuzzy
3952
  #| msgid "Payment Gateways"
3953
  msgid "Payment Gateways Per Event"
3954
  msgstr "Pasarelas de pago"
3955
 
3956
- #: app/features/mec/booking.php:900
3957
  msgid ""
3958
  "By enabling this module, users are able to disable / enable payment gateways "
3959
  "per event"
3960
  msgstr ""
3961
 
3962
- #: app/features/mec/booking.php:988 app/features/mec/messages.php:78
3963
- #: app/features/mec/modules.php:412 app/features/mec/notifications.php:1043
3964
- #: app/features/mec/settings.php:1266 app/features/mec/single.php:443
3965
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3966
  msgid "Saved"
3967
  msgstr "Guardado"
3968
 
3969
- #: app/features/mec/booking.php:989 app/features/mec/messages.php:79
3970
- #: app/features/mec/modules.php:413 app/features/mec/notifications.php:1044
3971
- #: app/features/mec/settings.php:1267 app/features/mec/single.php:444
3972
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3973
  msgid "Settings Saved!"
3974
  msgstr "¡Ajustes guardados!"
3975
 
3976
- #: app/features/mec/booking.php:1015 app/features/mec/modules.php:439
3977
- #: app/features/mec/notifications.php:1070 app/features/mec/settings.php:1293
3978
  #: app/features/mec/single.php:470
3979
  msgid "Please Refresh Page"
3980
  msgstr "Por favor, actualiza la página"
@@ -4108,7 +4112,7 @@ msgid "Download Settings"
4108
  msgstr ""
4109
 
4110
  #: app/features/mec/messages.php:28 app/features/mec/support-page.php:102
4111
- #: app/features/mec/support.php:66 app/libraries/main.php:816
4112
  msgid "Messages"
4113
  msgstr "Mensajes"
4114
 
@@ -4139,9 +4143,9 @@ msgstr "Tema"
4139
  #: app/features/mec/meta_boxes/display_options.php:947
4140
  #: app/features/mec/meta_boxes/display_options.php:1272
4141
  #: app/features/mec/meta_boxes/display_options.php:1559
4142
- #: app/features/mec/settings.php:309 app/features/mec/settings.php:333
4143
- #: app/features/mec/settings.php:342 app/features/mec/settings.php:386
4144
- #: app/features/mec/settings.php:410 app/features/mec/settings.php:419
4145
  #: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
4146
  #: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
4147
  #: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
@@ -4152,8 +4156,8 @@ msgstr "Clásico"
4152
 
4153
  #: app/features/mec/meta_boxes/display_options.php:44
4154
  #: app/features/mec/meta_boxes/display_options.php:286
4155
- #: app/features/mec/settings.php:334 app/features/mec/settings.php:344
4156
- #: app/features/mec/settings.php:411 app/features/mec/settings.php:421
4157
  #: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
4158
  msgid "Minimal"
4159
  msgstr "Mínimo"
@@ -4164,10 +4168,10 @@ msgstr "Mínimo"
4164
  #: app/features/mec/meta_boxes/display_options.php:949
4165
  #: app/features/mec/meta_boxes/display_options.php:1270
4166
  #: app/features/mec/meta_boxes/display_options.php:1561
4167
- #: app/features/mec/settings.php:311 app/features/mec/settings.php:324
4168
- #: app/features/mec/settings.php:335 app/features/mec/settings.php:345
4169
- #: app/features/mec/settings.php:388 app/features/mec/settings.php:401
4170
- #: app/features/mec/settings.php:412 app/features/mec/settings.php:422
4171
  #: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
4172
  #: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
4173
  #: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
@@ -4175,13 +4179,13 @@ msgid "Modern"
4175
  msgstr "Moderno"
4176
 
4177
  #: app/features/mec/meta_boxes/display_options.php:46
4178
- #: app/features/mec/settings.php:336 app/features/mec/settings.php:413
4179
  #: app/features/popup/shortcode.php:83
4180
  msgid "Standard"
4181
  msgstr "Estándar"
4182
 
4183
  #: app/features/mec/meta_boxes/display_options.php:47
4184
- #: app/features/mec/settings.php:337 app/features/mec/settings.php:414
4185
  #: app/features/popup/shortcode.php:88
4186
  msgid "Accordion"
4187
  msgstr "Acordeón"
@@ -4581,9 +4585,9 @@ msgstr ""
4581
  #: app/features/mec/meta_boxes/display_options.php:948
4582
  #: app/features/mec/meta_boxes/display_options.php:1271
4583
  #: app/features/mec/meta_boxes/display_options.php:1560
4584
- #: app/features/mec/settings.php:310 app/features/mec/settings.php:325
4585
- #: app/features/mec/settings.php:343 app/features/mec/settings.php:387
4586
- #: app/features/mec/settings.php:402 app/features/mec/settings.php:420
4587
  #: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
4588
  #: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
4589
  #: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
@@ -4593,8 +4597,8 @@ msgstr "Limpio"
4593
  #: app/features/mec/meta_boxes/display_options.php:288
4594
  #: app/features/mec/meta_boxes/display_options.php:687
4595
  #: app/features/mec/meta_boxes/display_options.php:951
4596
- #: app/features/mec/settings.php:313 app/features/mec/settings.php:346
4597
- #: app/features/mec/settings.php:390 app/features/mec/settings.php:423
4598
  #: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
4599
  #: app/features/popup/shortcode.php:219
4600
  msgid "Simple"
@@ -4608,8 +4612,8 @@ msgstr "Colorido"
4608
  #: app/features/mec/meta_boxes/display_options.php:290
4609
  #: app/features/mec/meta_boxes/display_options.php:686
4610
  #: app/features/mec/meta_boxes/display_options.php:950
4611
- #: app/features/mec/settings.php:312 app/features/mec/settings.php:348
4612
- #: app/features/mec/settings.php:389 app/features/mec/settings.php:425
4613
  #: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
4614
  #: app/features/popup/shortcode.php:214
4615
  msgid "Novel"
@@ -4661,21 +4665,21 @@ msgstr "Vista por defecto"
4661
 
4662
  #: app/features/mec/meta_boxes/display_options.php:673
4663
  #: app/features/mec/meta_boxes/display_options.php:697
4664
- #: app/libraries/main.php:335 app/libraries/main.php:2056
4665
- #: app/libraries/main.php:2081
4666
  msgid "List View"
4667
  msgstr "Vista de lista"
4668
 
4669
  #: app/features/mec/meta_boxes/display_options.php:674
4670
  #: app/features/mec/meta_boxes/display_options.php:718
4671
- #: app/libraries/main.php:336 app/libraries/main.php:2057
4672
- #: app/libraries/main.php:2082
4673
  msgid "Grid View"
4674
  msgstr "Vista cuadrícula"
4675
 
4676
  #: app/features/mec/meta_boxes/display_options.php:675
4677
  #: app/features/mec/meta_boxes/display_options.php:728
4678
- #: app/libraries/main.php:352
4679
  #, fuzzy
4680
  #| msgid "Timetable View"
4681
  msgid "Tile View"
@@ -4683,8 +4687,8 @@ msgstr "Vista de Horario"
4683
 
4684
  #: app/features/mec/meta_boxes/display_options.php:676
4685
  #: app/features/mec/meta_boxes/display_options.php:739
4686
- #: app/libraries/main.php:339 app/libraries/main.php:2050
4687
- #: app/libraries/main.php:2075
4688
  msgid "Yearly View"
4689
  msgstr "Vista anual"
4690
 
@@ -4695,15 +4699,15 @@ msgstr "Vista Mensual/Calendario"
4695
 
4696
  #: app/features/mec/meta_boxes/display_options.php:678
4697
  #: app/features/mec/meta_boxes/display_options.php:788
4698
- #: app/libraries/main.php:342 app/libraries/main.php:2052
4699
- #: app/libraries/main.php:2077
4700
  msgid "Weekly View"
4701
  msgstr "Vista de semana"
4702
 
4703
  #: app/features/mec/meta_boxes/display_options.php:679
4704
  #: app/features/mec/meta_boxes/display_options.php:798
4705
- #: app/libraries/main.php:341 app/libraries/main.php:2053
4706
- #: app/libraries/main.php:2078
4707
  msgid "Daily View"
4708
  msgstr "Vista de día"
4709
 
@@ -5142,7 +5146,7 @@ msgstr "Inserta las etiquetas que desees separadas con coma."
5142
  msgid "Choose your desired authors for filtering the events."
5143
  msgstr "Elije los autores deseados para filtrar los eventos."
5144
 
5145
- #: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:449
5146
  msgid "Expired Events"
5147
  msgstr "Eventos pasados"
5148
 
@@ -5218,11 +5222,11 @@ msgstr "Mostrar formulario búsqueda"
5218
  #: app/features/mec/meta_boxes/search_form.php:606
5219
  #: app/features/mec/meta_boxes/search_form.php:676
5220
  #: app/features/mec/meta_boxes/search_form.php:782
5221
- #: app/features/mec/settings.php:972 app/features/mec/single.php:344
5222
  #: app/features/mec/single.php:386 app/features/search.php:86
5223
  #: app/features/speakers.php:60 app/features/speakers.php:283
5224
- #: app/libraries/main.php:6217 app/libraries/main.php:6271
5225
- #: app/libraries/skins.php:1010 app/modules/speakers/details.php:18
5226
  msgid "Speaker"
5227
  msgstr ""
5228
 
@@ -5237,9 +5241,9 @@ msgstr ""
5237
  #: app/features/mec/meta_boxes/search_form.php:613
5238
  #: app/features/mec/meta_boxes/search_form.php:683
5239
  #: app/features/mec/meta_boxes/search_form.php:789
5240
- #: app/features/mec/settings.php:979 app/features/mec/single.php:353
5241
  #: app/features/mec/single.php:395 app/features/search.php:92
5242
- #: app/libraries/skins.php:1036
5243
  #, fuzzy
5244
  #| msgid "Tags"
5245
  msgid "Tag"
@@ -5331,7 +5335,7 @@ msgid ""
5331
  "new menu on the Dashboard > MEC"
5332
  msgstr ""
5333
 
5334
- #: app/features/mec/modules.php:66 app/libraries/main.php:576
5335
  #, fuzzy
5336
  #| msgid "Google Maps Options"
5337
  msgid "Map Options"
@@ -5355,8 +5359,8 @@ msgstr "Google Maps API"
5355
  msgid "Google Map Options"
5356
  msgstr "Opciones de Google Maps"
5357
 
5358
- #: app/features/mec/modules.php:85 app/features/mec/settings.php:1015
5359
- #: app/features/mec/settings.php:1028
5360
  msgid "Required!"
5361
  msgstr "¡Obligatorio!"
5362
 
@@ -5419,7 +5423,7 @@ msgstr "No carga la biblioteca de la API de Google Maps"
5419
  msgid "Check only if another plugin/theme is loading the Google Maps API"
5420
  msgstr "Marcalo sólo si en otro plugin/tema se carga la API de Google Maps"
5421
 
5422
- #: app/features/mec/modules.php:167 app/libraries/main.php:577
5423
  #, fuzzy
5424
  #| msgid "Import Options"
5425
  msgid "Export Options"
@@ -5434,7 +5438,7 @@ msgstr "Ver módulo exportado (iCal y Google Calendars) en la página del evento
5434
  msgid "Google Calendar"
5435
  msgstr "Google Calendar"
5436
 
5437
- #: app/features/mec/modules.php:194 app/libraries/main.php:578
5438
  #: app/modules/local-time/details.php:45 app/modules/local-time/type1.php:42
5439
  #: app/widgets/single.php:99
5440
  msgid "Local Time"
@@ -5446,7 +5450,7 @@ msgstr ""
5446
  "Mostrar el tiempo del evento basado en la hora local del visitante en la "
5447
  "página del evento"
5448
 
5449
- #: app/features/mec/modules.php:208 app/libraries/main.php:579
5450
  #: app/modules/qrcode/details.php:38 app/widgets/single.php:155
5451
  msgid "QR Code"
5452
  msgstr "Código QR"
@@ -5457,7 +5461,7 @@ msgstr ""
5457
  "Mostrar código QR del evento en la pagina de detalles de la pagina y en el "
5458
  "recibo de la reservación"
5459
 
5460
- #: app/features/mec/modules.php:226 app/libraries/main.php:580
5461
  #: app/modules/weather/darksky.php:15 app/modules/weather/weatherapi.php:16
5462
  msgid "Weather"
5463
  msgstr "El Tiempo"
@@ -5494,7 +5498,7 @@ msgstr ""
5494
  msgid "Show social network module"
5495
  msgstr "Ver módulo de redes sociales"
5496
 
5497
- #: app/features/mec/modules.php:299 app/libraries/main.php:582
5498
  #: app/modules/next-event/details.php:127
5499
  msgid "Next Event"
5500
  msgstr "Próximo Evento"
@@ -5543,7 +5547,7 @@ msgstr "Añadir actividad de reservaciones en el perfil del usuario"
5543
  msgid "Add events menu to user profile"
5544
  msgstr "Añadir actividad de reservaciones en el perfil del usuario"
5545
 
5546
- #: app/features/mec/modules.php:369 app/libraries/main.php:584
5547
  #, fuzzy
5548
  #| msgid "Mailchimp Integration"
5549
  msgid "LearnDash Integration"
@@ -5571,593 +5575,603 @@ msgstr "Activar notificación de reservas"
5571
  msgid "Sent to attendee after booking to notify them."
5572
  msgstr "Se envía a los asistentes después de la reserva."
5573
 
5574
- #: app/features/mec/notifications.php:46 app/features/mec/notifications.php:161
5575
- #: app/features/mec/notifications.php:280
5576
- #: app/features/mec/notifications.php:405
5577
- #: app/features/mec/notifications.php:526
5578
- #: app/features/mec/notifications.php:649
5579
- #: app/features/mec/notifications.php:784
5580
- #: app/features/mec/notifications.php:868 app/features/mec/report.php:62
5581
  #: app/features/notifications.php:72
5582
  msgid "Email Subject"
5583
  msgstr "Asunto del correo electrónico"
5584
 
5585
  #: app/features/mec/notifications.php:52 app/features/mec/notifications.php:59
5586
- #: app/features/mec/notifications.php:167
5587
- #: app/features/mec/notifications.php:174
5588
- #: app/features/mec/notifications.php:286
5589
- #: app/features/mec/notifications.php:293
5590
- #: app/features/mec/notifications.php:411
5591
- #: app/features/mec/notifications.php:418
5592
- #: app/features/mec/notifications.php:532
5593
- #: app/features/mec/notifications.php:539
5594
- #: app/features/mec/notifications.php:655
5595
- #: app/features/mec/notifications.php:662
5596
- #: app/features/mec/notifications.php:790
5597
- #: app/features/mec/notifications.php:797
5598
- #: app/features/mec/notifications.php:874
5599
- #: app/features/mec/notifications.php:881
5600
  msgid "Receiver Users"
5601
  msgstr ""
5602
 
5603
- #: app/features/mec/notifications.php:60 app/features/mec/notifications.php:175
5604
- #: app/features/mec/notifications.php:294
5605
- #: app/features/mec/notifications.php:419
5606
- #: app/features/mec/notifications.php:540
5607
- #: app/features/mec/notifications.php:663
5608
- #: app/features/mec/notifications.php:798
5609
- #: app/features/mec/notifications.php:882
5610
  msgid "Select users to send a copy of email to them!"
5611
  msgstr ""
5612
 
5613
  #: app/features/mec/notifications.php:69 app/features/mec/notifications.php:76
5614
- #: app/features/mec/notifications.php:184
5615
- #: app/features/mec/notifications.php:191
5616
- #: app/features/mec/notifications.php:303
5617
- #: app/features/mec/notifications.php:310
5618
- #: app/features/mec/notifications.php:428
5619
- #: app/features/mec/notifications.php:435
5620
- #: app/features/mec/notifications.php:549
5621
- #: app/features/mec/notifications.php:556
5622
- #: app/features/mec/notifications.php:672
5623
- #: app/features/mec/notifications.php:679
5624
- #: app/features/mec/notifications.php:807
5625
- #: app/features/mec/notifications.php:814
5626
- #: app/features/mec/notifications.php:891
5627
- #: app/features/mec/notifications.php:898
5628
  msgid "Receiver Roles"
5629
  msgstr ""
5630
 
5631
- #: app/features/mec/notifications.php:77 app/features/mec/notifications.php:192
5632
- #: app/features/mec/notifications.php:311
5633
- #: app/features/mec/notifications.php:436
5634
- #: app/features/mec/notifications.php:557
5635
- #: app/features/mec/notifications.php:680
5636
- #: app/features/mec/notifications.php:815
5637
- #: app/features/mec/notifications.php:899
5638
  msgid "Select users a specific role."
5639
  msgstr ""
5640
 
5641
  #: app/features/mec/notifications.php:85 app/features/mec/notifications.php:89
5642
- #: app/features/mec/notifications.php:200
5643
- #: app/features/mec/notifications.php:204
5644
- #: app/features/mec/notifications.php:319
5645
- #: app/features/mec/notifications.php:323
5646
- #: app/features/mec/notifications.php:444
5647
- #: app/features/mec/notifications.php:448
5648
- #: app/features/mec/notifications.php:565
5649
- #: app/features/mec/notifications.php:569
5650
- #: app/features/mec/notifications.php:688
5651
  #: app/features/mec/notifications.php:692
5652
- #: app/features/mec/notifications.php:823
5653
  #: app/features/mec/notifications.php:827
5654
- #: app/features/mec/notifications.php:907
5655
- #: app/features/mec/notifications.php:911
 
5656
  msgid "Custom Recipients"
5657
  msgstr "Destinatarios personalizados"
5658
 
5659
- #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:205
5660
- #: app/features/mec/notifications.php:324
5661
- #: app/features/mec/notifications.php:449
5662
- #: app/features/mec/notifications.php:570
5663
- #: app/features/mec/notifications.php:693
5664
- #: app/features/mec/notifications.php:828
5665
- #: app/features/mec/notifications.php:912
5666
  msgid "Insert comma separated emails for multiple recipients."
5667
  msgstr "Inserta los correos separados por coma para múltiples destinatarios."
5668
 
5669
- #: app/features/mec/notifications.php:97 app/features/mec/notifications.php:460
5670
- #: app/features/mec/notifications.php:581
5671
  msgid "Send the email to event organizer"
5672
  msgstr "Enviar correo al organizador del evento"
5673
 
5674
  #: app/features/mec/notifications.php:100
5675
- #: app/features/mec/notifications.php:211
5676
- #: app/features/mec/notifications.php:334
5677
- #: app/features/mec/notifications.php:467
5678
- #: app/features/mec/notifications.php:584
5679
- #: app/features/mec/notifications.php:710
5680
- #: app/features/mec/notifications.php:834
5681
- #: app/features/mec/notifications.php:918 app/features/notifications.php:80
5682
  msgid "Email Content"
5683
  msgstr "Contenido del correo"
5684
 
5685
  #: app/features/mec/notifications.php:103
5686
- #: app/features/mec/notifications.php:214
5687
- #: app/features/mec/notifications.php:337
5688
- #: app/features/mec/notifications.php:470
5689
- #: app/features/mec/notifications.php:587
5690
- #: app/features/mec/notifications.php:713
5691
- #: app/features/mec/notifications.php:837
5692
- #: app/features/mec/notifications.php:921 app/features/mec/report.php:66
5693
  #, fuzzy
5694
  #| msgid "You can use following placeholders"
5695
  msgid "You can use the following placeholders"
5696
  msgstr "Puedes utilizar los siguientes marcadores de posición"
5697
 
5698
  #: app/features/mec/notifications.php:105
5699
- #: app/features/mec/notifications.php:216
5700
- #: app/features/mec/notifications.php:339
5701
- #: app/features/mec/notifications.php:472
5702
- #: app/features/mec/notifications.php:589
5703
- #: app/features/mec/notifications.php:715 app/features/notifications.php:91
5704
  msgid "First name of attendee"
5705
  msgstr "Nombre del asistente"
5706
 
5707
  #: app/features/mec/notifications.php:106
5708
- #: app/features/mec/notifications.php:217
5709
- #: app/features/mec/notifications.php:340
5710
- #: app/features/mec/notifications.php:473
5711
- #: app/features/mec/notifications.php:590
5712
- #: app/features/mec/notifications.php:716 app/features/notifications.php:92
5713
  msgid "Last name of attendee"
5714
  msgstr "Apellidos del asistente"
5715
 
5716
  #: app/features/mec/notifications.php:107
5717
- #: app/features/mec/notifications.php:218
5718
- #: app/features/mec/notifications.php:341
5719
- #: app/features/mec/notifications.php:474
5720
- #: app/features/mec/notifications.php:591
5721
- #: app/features/mec/notifications.php:717 app/features/notifications.php:93
5722
  msgid "Email of attendee"
5723
  msgstr "Correo electrónico del asistente"
5724
 
5725
  #: app/features/mec/notifications.php:108
5726
- #: app/features/mec/notifications.php:219
5727
- #: app/features/mec/notifications.php:342
5728
- #: app/features/mec/notifications.php:475
5729
- #: app/features/mec/notifications.php:592
5730
- #: app/features/mec/notifications.php:718 app/features/notifications.php:94
5731
  msgid "Booked date of event"
5732
  msgstr "Fecha de reserva del evento"
5733
 
5734
  #: app/features/mec/notifications.php:109
5735
- #: app/features/mec/notifications.php:220
5736
- #: app/features/mec/notifications.php:343
5737
- #: app/features/mec/notifications.php:476
5738
- #: app/features/mec/notifications.php:593
5739
- #: app/features/mec/notifications.php:719 app/features/notifications.php:95
5740
  #, fuzzy
5741
  #| msgid "Booked date of event"
5742
  msgid "Booked time of event"
5743
  msgstr "Fecha de reserva del evento"
5744
 
5745
  #: app/features/mec/notifications.php:110
5746
- #: app/features/mec/notifications.php:221
5747
- #: app/features/mec/notifications.php:344
5748
- #: app/features/mec/notifications.php:477
5749
- #: app/features/mec/notifications.php:594
5750
- #: app/features/mec/notifications.php:720 app/features/notifications.php:96
5751
  #, fuzzy
5752
  #| msgid "Booked date of event"
5753
  msgid "Booked date and time of event"
5754
  msgstr "Fecha de reserva del evento"
5755
 
5756
  #: app/features/mec/notifications.php:111
5757
- #: app/features/mec/notifications.php:222
5758
- #: app/features/mec/notifications.php:345
5759
- #: app/features/mec/notifications.php:478
5760
- #: app/features/mec/notifications.php:595
5761
- #: app/features/mec/notifications.php:721 app/features/notifications.php:97
5762
  msgid "Date of next 20 occurrences of booked event (including the booked date)"
5763
  msgstr ""
5764
 
5765
  #: app/features/mec/notifications.php:112
5766
- #: app/features/mec/notifications.php:223
5767
- #: app/features/mec/notifications.php:346
5768
- #: app/features/mec/notifications.php:479
5769
- #: app/features/mec/notifications.php:596
5770
- #: app/features/mec/notifications.php:722 app/features/notifications.php:98
5771
  msgid ""
5772
  "Date and Time of next 20 occurrences of booked event (including the booked "
5773
  "date)"
5774
  msgstr ""
5775
 
5776
  #: app/features/mec/notifications.php:113
5777
- #: app/features/mec/notifications.php:224
5778
- #: app/features/mec/notifications.php:347
5779
- #: app/features/mec/notifications.php:480
5780
- #: app/features/mec/notifications.php:597
5781
- #: app/features/mec/notifications.php:723 app/features/notifications.php:99
5782
  msgid "Booking Price"
5783
  msgstr "Precio de la reserva"
5784
 
5785
  #: app/features/mec/notifications.php:114
5786
- #: app/features/mec/notifications.php:225
5787
- #: app/features/mec/notifications.php:349
5788
- #: app/features/mec/notifications.php:481
5789
- #: app/features/mec/notifications.php:598
5790
- #: app/features/mec/notifications.php:724 app/features/notifications.php:101
5791
  #, fuzzy
5792
  #| msgid "Cannot find the booking!"
5793
  msgid "Date and time of booking"
5794
  msgstr "¡No se pudo encontrar la reserva!"
5795
 
5796
  #: app/features/mec/notifications.php:115
5797
- #: app/features/mec/notifications.php:226
5798
- #: app/features/mec/notifications.php:350
5799
- #: app/features/mec/notifications.php:482
5800
- #: app/features/mec/notifications.php:599
5801
- #: app/features/mec/notifications.php:725
5802
- #: app/features/mec/notifications.php:845
5803
- #: app/features/mec/notifications.php:929 app/features/notifications.php:102
5804
  msgid "Your website title"
5805
  msgstr "Título de tu web"
5806
 
5807
  #: app/features/mec/notifications.php:116
5808
- #: app/features/mec/notifications.php:227
5809
- #: app/features/mec/notifications.php:351
5810
- #: app/features/mec/notifications.php:483
5811
- #: app/features/mec/notifications.php:600
5812
- #: app/features/mec/notifications.php:726
5813
- #: app/features/mec/notifications.php:846
5814
- #: app/features/mec/notifications.php:930 app/features/notifications.php:103
5815
  msgid "Your website URL"
5816
  msgstr "URL de tu sitio web"
5817
 
5818
  #: app/features/mec/notifications.php:117
5819
- #: app/features/mec/notifications.php:228
5820
- #: app/features/mec/notifications.php:352
5821
- #: app/features/mec/notifications.php:484
5822
- #: app/features/mec/notifications.php:601
5823
- #: app/features/mec/notifications.php:727
5824
- #: app/features/mec/notifications.php:847
5825
- #: app/features/mec/notifications.php:931 app/features/notifications.php:104
5826
  msgid "Your website description"
5827
  msgstr "Descripción de tu web"
5828
 
5829
  #: app/features/mec/notifications.php:118
5830
- #: app/features/mec/notifications.php:229
5831
- #: app/features/mec/notifications.php:353
5832
- #: app/features/mec/notifications.php:485
5833
- #: app/features/mec/notifications.php:602
5834
- #: app/features/mec/notifications.php:728 app/features/notifications.php:105
5835
  msgid "Event title"
5836
  msgstr "Título del evento"
5837
 
5838
  #: app/features/mec/notifications.php:119
5839
- #: app/features/mec/notifications.php:230
5840
- #: app/features/mec/notifications.php:354
5841
- #: app/features/mec/notifications.php:486
5842
- #: app/features/mec/notifications.php:603
5843
- #: app/features/mec/notifications.php:729 app/features/notifications.php:106
5844
  #, fuzzy
5845
  #| msgid "Event Link"
5846
  msgid "Event link"
5847
  msgstr "Enlace del evento"
5848
 
5849
  #: app/features/mec/notifications.php:120
5850
- #: app/features/mec/notifications.php:231
5851
- #: app/features/mec/notifications.php:355
5852
- #: app/features/mec/notifications.php:841
5853
- #: app/features/mec/notifications.php:925 app/features/notifications.php:135
5854
  #, fuzzy
5855
  #| msgid "Start Date"
5856
  msgid "Event Start Date"
5857
  msgstr "Día de inicio"
5858
 
5859
  #: app/features/mec/notifications.php:121
5860
- #: app/features/mec/notifications.php:232
5861
- #: app/features/mec/notifications.php:356
5862
- #: app/features/mec/notifications.php:842
5863
- #: app/features/mec/notifications.php:926 app/features/notifications.php:136
5864
  #, fuzzy
5865
  #| msgid "End Date"
5866
  msgid "Event End Date"
5867
  msgstr "Día final"
5868
 
5869
  #: app/features/mec/notifications.php:122
5870
- #: app/features/mec/notifications.php:233
5871
- #: app/features/mec/notifications.php:357
5872
- #: app/features/mec/notifications.php:487
5873
- #: app/features/mec/notifications.php:604
5874
- #: app/features/mec/notifications.php:730 app/features/notifications.php:107
 
 
 
 
 
 
 
 
 
 
5875
  #, fuzzy
5876
  #| msgid "Organizer name of booked event"
5877
  msgid "Speaker name of booked event"
5878
  msgstr "Nombre del organizador del evento reservado"
5879
 
5880
- #: app/features/mec/notifications.php:123
5881
- #: app/features/mec/notifications.php:234
5882
- #: app/features/mec/notifications.php:358
5883
- #: app/features/mec/notifications.php:488
5884
- #: app/features/mec/notifications.php:605
5885
- #: app/features/mec/notifications.php:731 app/features/notifications.php:108
5886
  msgid "Organizer name of booked event"
5887
  msgstr "Nombre del organizador del evento reservado"
5888
 
5889
- #: app/features/mec/notifications.php:124
5890
- #: app/features/mec/notifications.php:235
5891
- #: app/features/mec/notifications.php:359
5892
- #: app/features/mec/notifications.php:489
5893
- #: app/features/mec/notifications.php:606
5894
- #: app/features/mec/notifications.php:732 app/features/notifications.php:109
5895
- msgid "Organizer tel of booked event"
5896
- msgstr "Teléfono del organizador del evento reservado"
5897
-
5898
  #: app/features/mec/notifications.php:125
5899
- #: app/features/mec/notifications.php:236
5900
- #: app/features/mec/notifications.php:360
5901
- #: app/features/mec/notifications.php:490
5902
- #: app/features/mec/notifications.php:607
5903
- #: app/features/mec/notifications.php:733 app/features/notifications.php:110
 
 
 
 
 
 
 
 
 
5904
  msgid "Organizer email of booked event"
5905
  msgstr "Correo electrónico del organizar de un evento reservado"
5906
 
5907
- #: app/features/mec/notifications.php:126
5908
- #: app/features/mec/notifications.php:237
5909
- #: app/features/mec/notifications.php:361
5910
- #: app/features/mec/notifications.php:491
5911
- #: app/features/mec/notifications.php:608
5912
- #: app/features/mec/notifications.php:734 app/features/notifications.php:111
5913
  #, fuzzy
5914
  #| msgid "Location name of booked event"
5915
  msgid "Additional organizers name of booked event"
5916
  msgstr "Nombre del lugar del organizador del evento reservado"
5917
 
5918
- #: app/features/mec/notifications.php:127
5919
- #: app/features/mec/notifications.php:238
5920
- #: app/features/mec/notifications.php:362
5921
- #: app/features/mec/notifications.php:492
5922
- #: app/features/mec/notifications.php:609
5923
- #: app/features/mec/notifications.php:735 app/features/notifications.php:112
5924
  #, fuzzy
5925
  #| msgid "Location name of booked event"
5926
  msgid "Additional organizers tel of booked event"
5927
  msgstr "Nombre del lugar del organizador del evento reservado"
5928
 
5929
- #: app/features/mec/notifications.php:128
5930
- #: app/features/mec/notifications.php:239
5931
- #: app/features/mec/notifications.php:363
5932
- #: app/features/mec/notifications.php:493
5933
- #: app/features/mec/notifications.php:610
5934
- #: app/features/mec/notifications.php:736 app/features/notifications.php:113
5935
  #, fuzzy
5936
  #| msgid "Organizer email of booked event"
5937
  msgid "Additional organizers email of booked event"
5938
  msgstr "Correo electrónico del organizar de un evento reservado"
5939
 
5940
- #: app/features/mec/notifications.php:129
5941
- #: app/features/mec/notifications.php:240
5942
- #: app/features/mec/notifications.php:364
5943
- #: app/features/mec/notifications.php:494
5944
- #: app/features/mec/notifications.php:611
5945
- #: app/features/mec/notifications.php:737 app/features/notifications.php:114
5946
  msgid "Location name of booked event"
5947
  msgstr "Nombre del lugar del organizador del evento reservado"
5948
 
5949
- #: app/features/mec/notifications.php:130
5950
- #: app/features/mec/notifications.php:241
5951
- #: app/features/mec/notifications.php:365
5952
- #: app/features/mec/notifications.php:495
5953
- #: app/features/mec/notifications.php:612
5954
- #: app/features/mec/notifications.php:738 app/features/notifications.php:115
5955
  msgid "Location address of booked event"
5956
  msgstr "Dirección del organizador del evento reservado"
5957
 
5958
- #: app/features/mec/notifications.php:131
5959
- #: app/features/mec/notifications.php:242
5960
- #: app/features/mec/notifications.php:366
5961
- #: app/features/mec/notifications.php:496
5962
- #: app/features/mec/notifications.php:613
5963
- #: app/features/mec/notifications.php:739 app/features/notifications.php:116
5964
  #, fuzzy
5965
  #| msgid "Location name of booked event"
5966
  msgid "Additional locations name of booked event"
5967
  msgstr "Nombre del lugar del organizador del evento reservado"
5968
 
5969
- #: app/features/mec/notifications.php:132
5970
- #: app/features/mec/notifications.php:243
5971
- #: app/features/mec/notifications.php:367
5972
- #: app/features/mec/notifications.php:497
5973
- #: app/features/mec/notifications.php:614
5974
- #: app/features/mec/notifications.php:740 app/features/notifications.php:117
5975
  #, fuzzy
5976
  #| msgid "Location address of booked event"
5977
  msgid "Additional locations address of booked event"
5978
  msgstr "Dirección del organizador del evento reservado"
5979
 
5980
- #: app/features/mec/notifications.php:133
5981
- #: app/features/mec/notifications.php:244
5982
- #: app/features/mec/notifications.php:368
5983
- #: app/features/mec/notifications.php:498
5984
- #: app/features/mec/notifications.php:615
5985
- #: app/features/mec/notifications.php:741 app/features/notifications.php:118
5986
  #, fuzzy
5987
  #| msgid "Organizer name of booked event"
5988
  msgid "Featured image of booked event"
5989
  msgstr "Nombre del organizador del evento reservado"
5990
 
5991
- #: app/features/mec/notifications.php:134
5992
- #: app/features/mec/notifications.php:245
5993
- #: app/features/mec/notifications.php:369
5994
- #: app/features/mec/notifications.php:616
5995
- #: app/features/mec/notifications.php:742 app/features/notifications.php:119
5996
  #, fuzzy
5997
  #| msgid "Event Link"
5998
  msgid "Event more info link"
5999
  msgstr "Enlace del evento"
6000
 
6001
- #: app/features/mec/notifications.php:135
6002
- #: app/features/mec/notifications.php:246
6003
- #: app/features/mec/notifications.php:370
6004
- #: app/features/mec/notifications.php:617
6005
- #: app/features/mec/notifications.php:743 app/features/notifications.php:120
6006
  #, fuzzy
6007
  #| msgid "Event Link"
6008
  msgid "Event other info link"
6009
  msgstr "Enlace del evento"
6010
 
6011
- #: app/features/mec/notifications.php:136
6012
- #: app/features/mec/notifications.php:247
6013
- #: app/features/mec/notifications.php:371
6014
- #: app/features/mec/notifications.php:618
6015
- #: app/features/mec/notifications.php:744 app/features/notifications.php:121
6016
  #, fuzzy
6017
  #| msgid "Event Link"
6018
  msgid "Event online link"
6019
  msgstr "Enlace del evento"
6020
 
6021
- #: app/features/mec/notifications.php:137
6022
- #: app/features/mec/notifications.php:248
6023
- #: app/features/mec/notifications.php:372
6024
- #: app/features/mec/notifications.php:499
6025
- #: app/features/mec/notifications.php:619
6026
- #: app/features/mec/notifications.php:745 app/features/notifications.php:122
6027
  msgid "Full Attendee info such as booking form data, name, email etc."
6028
  msgstr ""
6029
  "Información completa del asistente, como datos de formulario de reserva, "
6030
  "nombre, correo electrónico, etc."
6031
 
6032
- #: app/features/mec/notifications.php:138
6033
- #: app/features/mec/notifications.php:249
6034
- #: app/features/mec/notifications.php:373
6035
- #: app/features/mec/notifications.php:500
6036
- #: app/features/mec/notifications.php:620
6037
- #: app/features/mec/notifications.php:746 app/features/notifications.php:123
6038
  #, fuzzy
6039
  #| msgid "Booking"
6040
  msgid "Booking ID"
6041
  msgstr "Reserva"
6042
 
6043
- #: app/features/mec/notifications.php:139
6044
- #: app/features/mec/notifications.php:250
6045
- #: app/features/mec/notifications.php:374
6046
- #: app/features/mec/notifications.php:501
6047
- #: app/features/mec/notifications.php:621
6048
- #: app/features/mec/notifications.php:747 app/features/notifications.php:124
6049
  #, fuzzy
6050
  #| msgid "Transaction ID"
6051
  msgid "Transaction ID of Booking"
6052
  msgstr "ID Transacción"
6053
 
6054
- #: app/features/mec/notifications.php:140
6055
- #: app/features/mec/notifications.php:376
6056
- #: app/features/mec/notifications.php:749
6057
  msgid "Invoice Link"
6058
  msgstr "Enlace de factura"
6059
 
6060
- #: app/features/mec/notifications.php:141
6061
- #: app/features/mec/notifications.php:252
6062
- #: app/features/mec/notifications.php:377
6063
- #: app/features/mec/notifications.php:503
6064
- #: app/features/mec/notifications.php:623
6065
- #: app/features/mec/notifications.php:750 app/features/notifications.php:126
6066
  msgid "Total attendees of current booking"
6067
  msgstr ""
6068
 
6069
- #: app/features/mec/notifications.php:142
6070
- #: app/features/mec/notifications.php:253
6071
- #: app/features/mec/notifications.php:378
6072
- #: app/features/mec/notifications.php:504
6073
- #: app/features/mec/notifications.php:624
6074
- #: app/features/mec/notifications.php:751 app/features/notifications.php:127
6075
  msgid "Amount of Booked Tickets (Total attendees of all bookings)"
6076
  msgstr ""
6077
 
6078
- #: app/features/mec/notifications.php:143
6079
- #: app/features/mec/notifications.php:254
6080
- #: app/features/mec/notifications.php:379
6081
- #: app/features/mec/notifications.php:505
6082
- #: app/features/mec/notifications.php:625
6083
- #: app/features/mec/notifications.php:752 app/features/notifications.php:128
6084
  msgid "Ticket name"
6085
  msgstr "Nombre de la entrada"
6086
 
6087
- #: app/features/mec/notifications.php:144
6088
- #: app/features/mec/notifications.php:255
6089
- #: app/features/mec/notifications.php:380
6090
- #: app/features/mec/notifications.php:506
6091
- #: app/features/mec/notifications.php:626
6092
- #: app/features/mec/notifications.php:753 app/features/notifications.php:129
6093
  msgid "Ticket time"
6094
  msgstr "Hora de la entrada"
6095
 
6096
- #: app/features/mec/notifications.php:145
6097
- #: app/features/mec/notifications.php:256
6098
- #: app/features/mec/notifications.php:381
6099
- #: app/features/mec/notifications.php:507
6100
- #: app/features/mec/notifications.php:627
6101
- #: app/features/mec/notifications.php:754 app/features/notifications.php:130
6102
  #, fuzzy
6103
  #| msgid "Ticket name"
6104
  msgid "Ticket name & time"
6105
  msgstr "Nombre de la entrada"
6106
 
6107
- #: app/features/mec/notifications.php:146
6108
- #: app/features/mec/notifications.php:257
6109
- #: app/features/mec/notifications.php:382
6110
- #: app/features/mec/notifications.php:508
6111
- #: app/features/mec/notifications.php:628
6112
- #: app/features/mec/notifications.php:755 app/features/notifications.php:131
6113
  #, fuzzy
6114
  #| msgid "Payment Gateways"
6115
  msgid "Payment Gateway"
6116
  msgstr "Pasarelas de pago"
6117
 
6118
- #: app/features/mec/notifications.php:147
6119
- #: app/features/mec/notifications.php:258
6120
- #: app/features/mec/notifications.php:383
6121
- #: app/features/mec/notifications.php:509
6122
- #: app/features/mec/notifications.php:629
6123
- #: app/features/mec/notifications.php:756 app/features/notifications.php:132
6124
  msgid "Link to the downloadable file"
6125
  msgstr ""
6126
 
6127
- #: app/features/mec/notifications.php:148
6128
- #: app/features/mec/notifications.php:259
6129
- #: app/features/mec/notifications.php:384
6130
- #: app/features/mec/notifications.php:757
6131
  msgid "Download ICS file"
6132
  msgstr "Descarga el archivo ICS"
6133
 
6134
- #: app/features/mec/notifications.php:150
6135
- #: app/features/mec/notifications.php:261
6136
- #: app/features/mec/notifications.php:386
6137
- #: app/features/mec/notifications.php:759 app/features/notifications.php:134
6138
  msgid "Add to Google Calendar Links for next 20 occurrences"
6139
  msgstr ""
6140
 
6141
- #: app/features/mec/notifications.php:158 app/libraries/main.php:596
6142
  msgid "Booking Verification"
6143
  msgstr "Verificación de la reserva"
6144
 
6145
- #: app/features/mec/notifications.php:159
6146
  msgid "It sends to attendee email for verifying their booking/email."
6147
  msgstr ""
6148
  "Se envía a los asistentes un correo electrónico para verificar su reserva."
6149
 
6150
- #: app/features/mec/notifications.php:251
6151
  msgid "Email/Booking verification link."
6152
  msgstr "Enlace de verificación de correo electrónico/reserva."
6153
 
6154
- #: app/features/mec/notifications.php:273
6155
  #, fuzzy
6156
  #| msgid "Enable booking notification"
6157
  msgid "Enable booking confirmation"
6158
  msgstr "Activar notificación de reservas"
6159
 
6160
- #: app/features/mec/notifications.php:278
6161
  #, fuzzy
6162
  #| msgid "It sends to attendee after confirming the booking by admin."
6163
  msgid "Sent to attendee after confirming the booking by admin."
@@ -6165,85 +6179,85 @@ msgstr ""
6165
  "Se envía a los asistentes después de confirmar la reserva por el "
6166
  "administrador."
6167
 
6168
- #: app/features/mec/notifications.php:331
6169
  msgid "Send One Single Email Only To First Attendee"
6170
  msgstr ""
6171
 
6172
- #: app/features/mec/notifications.php:348
6173
  #, fuzzy
6174
  #| msgid "Attendees Form"
6175
  msgid "Attendee Price"
6176
  msgstr "Asistentes"
6177
 
6178
- #: app/features/mec/notifications.php:375
6179
- #: app/features/mec/notifications.php:748
6180
  msgid "Booking cancellation link."
6181
  msgstr "Enlace de cancelación de la reserva."
6182
 
6183
- #: app/features/mec/notifications.php:395 app/features/notifications.php:158
6184
- #: app/libraries/main.php:598
6185
  #, fuzzy
6186
  #| msgid "Booking cancellation link."
6187
  msgid "Booking Cancellation"
6188
  msgstr "Enlace de cancelación de la reserva."
6189
 
6190
- #: app/features/mec/notifications.php:399
6191
  #, fuzzy
6192
  #| msgid "Enable new event notification"
6193
  msgid "Enable cancellation notification"
6194
  msgstr "Activa los avisos de nuevos eventos"
6195
 
6196
- #: app/features/mec/notifications.php:403
6197
  #, fuzzy
6198
  #| msgid "It sends to attendee after booking for notifying him/her."
6199
  msgid "Sent to selected recipients after booking cancellation to notify them."
6200
  msgstr "Se envía a los asistentes después de la reserva."
6201
 
6202
- #: app/features/mec/notifications.php:456
6203
- #: app/features/mec/notifications.php:577
6204
- #: app/features/mec/notifications.php:779
6205
  #, fuzzy
6206
  #| msgid "Send the email to event organizer"
6207
  msgid "Send the email to admin"
6208
  msgstr "Enviar correo al organizador del evento"
6209
 
6210
- #: app/features/mec/notifications.php:464
6211
  #, fuzzy
6212
  #| msgid "Send the email to event organizer"
6213
  msgid "Send the email to the booked user"
6214
  msgstr "Enviar correo al organizador del evento"
6215
 
6216
- #: app/features/mec/notifications.php:502
6217
- #: app/features/mec/notifications.php:622 app/features/notifications.php:125
6218
  msgid "Admin booking management link."
6219
  msgstr "Enlace del administrador de reservas."
6220
 
6221
- #: app/features/mec/notifications.php:516 app/libraries/main.php:600
6222
  msgid "Admin"
6223
  msgstr ""
6224
 
6225
- #: app/features/mec/notifications.php:520
6226
  #, fuzzy
6227
  #| msgid "Enable booking notification"
6228
  msgid "Enable admin notification"
6229
  msgstr "Activar notificación de reservas"
6230
 
6231
- #: app/features/mec/notifications.php:524
6232
  #, fuzzy
6233
  #| msgid "It sends to admin to notify him/her that a new booking received."
6234
  msgid "Sent to admin to notify them that a new booking has been received."
6235
  msgstr "Se envía al administrador para notificarle una nueva reserva recibida."
6236
 
6237
- #: app/features/mec/notifications.php:636 app/features/notifications.php:164
6238
- #: app/libraries/main.php:599 app/libraries/notifications.php:596
6239
  msgid "Booking Reminder"
6240
  msgstr "Recordatorio de reserva"
6241
 
6242
- #: app/features/mec/notifications.php:640
6243
  msgid "Enable booking reminder notification"
6244
  msgstr "Activar recordatorio de reservas del evento."
6245
 
6246
- #: app/features/mec/notifications.php:646
6247
  #, fuzzy, php-format
6248
  #| msgid ""
6249
  #| "Set a cronjob to call %s file once per day otherwise it won't send the "
@@ -6259,37 +6273,37 @@ msgstr ""
6259
  "este archivo %s, de lo contrario, puede enviar los recordatorios varias "
6260
  "veces."
6261
 
6262
- #: app/features/mec/notifications.php:646
6263
  #, fuzzy
6264
  #| msgid "only once per day"
6265
  msgid "only once per hour"
6266
  msgstr "una vez al día"
6267
 
6268
- #: app/features/mec/notifications.php:699 app/libraries/main.php:7299
6269
- #: app/libraries/main.php:7316
6270
  #, fuzzy
6271
  #| msgid "hours"
6272
  msgid "Hours"
6273
  msgstr "horas"
6274
 
6275
- #: app/features/mec/notifications.php:703
6276
  msgid "Reminder hours"
6277
  msgstr ""
6278
 
6279
- #: app/features/mec/notifications.php:704
6280
  msgid "Please, insert comma to separate reminder hours."
6281
  msgstr ""
6282
 
6283
- #: app/features/mec/notifications.php:768 app/features/popup/event.php:253
6284
- #: app/libraries/main.php:588
6285
  msgid "New Event"
6286
  msgstr "Nuevo evento"
6287
 
6288
- #: app/features/mec/notifications.php:772
6289
  msgid "Enable new event notification"
6290
  msgstr "Activa los avisos de nuevos eventos"
6291
 
6292
- #: app/features/mec/notifications.php:782
6293
  #, fuzzy
6294
  #| msgid ""
6295
  #| "It sends after adding a new event from frontend event submission or from "
@@ -6301,47 +6315,47 @@ msgstr ""
6301
  "Se envía después de agregar un nuevo evento de presentación de evento de "
6302
  "frontend o desde el sitio web backend."
6303
 
6304
- #: app/features/mec/notifications.php:839
6305
- #: app/features/mec/notifications.php:923
6306
  msgid "Title of event"
6307
  msgstr "Título del evento"
6308
 
6309
- #: app/features/mec/notifications.php:840
6310
- #: app/features/mec/notifications.php:924
6311
  #, fuzzy
6312
  #| msgid "Title of event"
6313
  msgid "Link of event"
6314
  msgstr "Título del evento"
6315
 
6316
- #: app/features/mec/notifications.php:843
6317
- #: app/features/mec/notifications.php:927 app/features/notifications.php:137
6318
  msgid "Status of event"
6319
  msgstr "Estado del evento"
6320
 
6321
- #: app/features/mec/notifications.php:844
6322
- #: app/features/mec/notifications.php:928 app/features/mec/settings.php:870
6323
- #: app/features/mec/settings.php:874 app/features/notifications.php:138
6324
  msgid "Event Note"
6325
  msgstr "Nota de evento"
6326
 
6327
- #: app/features/mec/notifications.php:848
6328
- #: app/features/mec/notifications.php:932
6329
  msgid "Admin events management link."
6330
  msgstr "Enlace del administrador de reservas."
6331
 
6332
- #: app/features/mec/notifications.php:858 app/libraries/main.php:589
6333
  #, fuzzy
6334
  #| msgid "The event published."
6335
  msgid "User Event Publishing"
6336
  msgstr "El evento a sido publicado."
6337
 
6338
- #: app/features/mec/notifications.php:862
6339
  #, fuzzy
6340
  #| msgid "Enable new event notification"
6341
  msgid "Enable user event publishing notification"
6342
  msgstr "Activa los avisos de nuevos eventos"
6343
 
6344
- #: app/features/mec/notifications.php:866
6345
  #, fuzzy
6346
  #| msgid ""
6347
  #| "It sends after adding a new event from frontend event submission or from "
@@ -6353,13 +6367,13 @@ msgstr ""
6353
  "Se envía después de agregar un nuevo evento de presentación de evento de "
6354
  "frontend o desde el sitio web backend."
6355
 
6356
- #: app/features/mec/notifications.php:940 app/libraries/main.php:603
6357
  #, fuzzy
6358
  #| msgid "Notifications"
6359
  msgid "Notifications Per Event"
6360
  msgstr "Avisos"
6361
 
6362
- #: app/features/mec/notifications.php:944
6363
  #, fuzzy
6364
  #| msgid "Admin Notification"
6365
  msgid "Edit Notifications Per Event"
@@ -6441,7 +6455,7 @@ msgstr ""
6441
  msgid "There was an error please try again!"
6442
  msgstr ""
6443
 
6444
- #: app/features/mec/settings.php:62 app/features/mec/settings.php:72
6445
  msgid "Hide Events"
6446
  msgstr "Ocultar eventos"
6447
 
@@ -6461,33 +6475,33 @@ msgstr "+2 horas después del inicio"
6461
  msgid "On Event End"
6462
  msgstr "El fin del evento"
6463
 
6464
- #: app/features/mec/settings.php:73
6465
  msgid ""
6466
  "This option is for showing start/end time of events on frontend of website."
6467
  msgstr ""
6468
  "Esta opción es para mostrar el tiempo de inicio / finalización de los "
6469
  "eventos en la interfaz del sitio web."
6470
 
6471
- #: app/features/mec/settings.php:82 app/features/mec/settings.php:91
6472
  msgid "Multiple Day Events"
6473
  msgstr "Eventos de varios días"
6474
 
6475
- #: app/features/mec/settings.php:85
6476
  #, fuzzy
6477
  #| msgid "Show only first day on List/Grid/Slider skins"
6478
  msgid "Show only first day on List/Grid/Slider/Agenda skins"
6479
  msgstr ""
6480
  "Muestra únicamente el primer día en los temas de Lista, Cuadricula y Rotativo"
6481
 
6482
- #: app/features/mec/settings.php:86
6483
  msgid "Show only first day on all skins"
6484
  msgstr "Mostrar solo el primer día en todas los temas"
6485
 
6486
- #: app/features/mec/settings.php:87
6487
  msgid "Show all days"
6488
  msgstr "Mostrar todos los días"
6489
 
6490
- #: app/features/mec/settings.php:92
6491
  msgid ""
6492
  "For showing all days of multiple day events on frontend or only show the "
6493
  "first day."
@@ -6495,68 +6509,68 @@ msgstr ""
6495
  "Para mostrar todos los días en un evento multidía en la pagina o solo "
6496
  "mostrar el primer día."
6497
 
6498
- #: app/features/mec/settings.php:101
6499
  msgid "Remove MEC Data on Plugin Uninstall"
6500
  msgstr "Elimina los datos de MEC al desinstalar el plugin."
6501
 
6502
- #: app/features/mec/settings.php:112
6503
  msgid "Sender Name"
6504
  msgstr ""
6505
 
6506
- #: app/features/mec/settings.php:115
6507
  msgid "e.g. Webnus"
6508
  msgstr ""
6509
 
6510
- #: app/features/mec/settings.php:122
6511
  #, fuzzy
6512
  #| msgid "Organizer Email"
6513
  msgid "Sender Email"
6514
  msgstr "Correo electrónico del organizador"
6515
 
6516
- #: app/features/mec/settings.php:125
6517
  msgid "e.g. info@webnus.biz"
6518
  msgstr ""
6519
 
6520
- #: app/features/mec/settings.php:131
6521
  msgid "Exclude Date Suffix"
6522
  msgstr "Excluir sufijo de la fecha"
6523
 
6524
- #: app/features/mec/settings.php:134
6525
  msgid "Remove suffix from calendars"
6526
  msgstr "Elimina el sufijo de los calendarios."
6527
 
6528
- #: app/features/mec/settings.php:138
6529
  #, fuzzy
6530
  #| msgid "Remove suffix from calendars"
6531
  msgid "Remove \"Th\" on calendar"
6532
  msgstr "Elimina el sufijo de los calendarios."
6533
 
6534
- #: app/features/mec/settings.php:139
6535
  msgid ""
6536
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
6537
  "showing just '12' )"
6538
  msgstr ""
6539
 
6540
- #: app/features/mec/settings.php:146 app/features/mec/settings.php:153
6541
  msgid "Schema"
6542
  msgstr ""
6543
 
6544
- #: app/features/mec/settings.php:149
6545
  #, fuzzy
6546
  #| msgid "Enable coupons module"
6547
  msgid "Enable Schema Code"
6548
  msgstr "Activar módulo de cupones"
6549
 
6550
- #: app/features/mec/settings.php:154
6551
  msgid "You can enable/disable Schema scripts"
6552
  msgstr ""
6553
 
6554
- #: app/features/mec/settings.php:163 app/features/mec/settings.php:173
6555
- #: app/libraries/main.php:6221 app/libraries/main.php:6275
6556
  msgid "Weekdays"
6557
  msgstr "Días de la semana"
6558
 
6559
- #: app/features/mec/settings.php:174
6560
  #, fuzzy
6561
  #| msgid ""
6562
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
@@ -6568,11 +6582,11 @@ msgid ""
6568
  msgstr ""
6569
  "Ten cuidado. El predeterminado es Lunes, Martes, Miércoles, Jueves y Viernes."
6570
 
6571
- #: app/features/mec/settings.php:184 app/features/mec/settings.php:194
6572
  msgid "Weekends"
6573
  msgstr "Fines de semana"
6574
 
6575
- #: app/features/mec/settings.php:195
6576
  #, fuzzy
6577
  #| msgid ""
6578
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
@@ -6584,161 +6598,161 @@ msgid ""
6584
  msgstr ""
6585
  "Ten cuidado. El predeterminado es Lunes, Martes, Miércoles, Jueves y Viernes."
6586
 
6587
- #: app/features/mec/settings.php:204
6588
  #, fuzzy
6589
  #| msgid "Date Format"
6590
  msgid "Datepicker Format"
6591
  msgstr "Formato de fecha"
6592
 
6593
- #: app/features/mec/settings.php:212
6594
  msgid "(Y-m-d)"
6595
  msgstr ""
6596
 
6597
- #: app/features/mec/settings.php:213
6598
  msgid "(d-m-Y)"
6599
  msgstr ""
6600
 
6601
- #: app/features/mec/settings.php:216
6602
  msgid "(Y/m/d)"
6603
  msgstr ""
6604
 
6605
- #: app/features/mec/settings.php:217
6606
  msgid "(m/d/Y)"
6607
  msgstr ""
6608
 
6609
- #: app/features/mec/settings.php:220
6610
  msgid "(Y.m.d)"
6611
  msgstr ""
6612
 
6613
- #: app/features/mec/settings.php:221
6614
  msgid "(d.m.Y)"
6615
  msgstr ""
6616
 
6617
- #: app/features/mec/settings.php:227 app/features/mec/settings.php:239
6618
  msgid "Midnight Hour"
6619
  msgstr ""
6620
 
6621
- #: app/features/mec/settings.php:230
6622
  msgid "12 AM"
6623
  msgstr ""
6624
 
6625
- #: app/features/mec/settings.php:231
6626
  msgid "1 AM"
6627
  msgstr ""
6628
 
6629
- #: app/features/mec/settings.php:232
6630
  msgid "2 AM"
6631
  msgstr ""
6632
 
6633
- #: app/features/mec/settings.php:233
6634
  msgid "3 AM"
6635
  msgstr ""
6636
 
6637
- #: app/features/mec/settings.php:234
6638
  msgid "4 AM"
6639
  msgstr ""
6640
 
6641
- #: app/features/mec/settings.php:235
6642
  msgid "5 AM"
6643
  msgstr ""
6644
 
6645
- #: app/features/mec/settings.php:240
6646
  msgid ""
6647
  "12 AM is midnight by default but you can change it if your event ends after "
6648
  "12 AM and you don't want those events considered as multiple days events!"
6649
  msgstr ""
6650
 
6651
- #: app/features/mec/settings.php:248
6652
  #, fuzzy
6653
  #| msgid "Add Shortcode"
6654
  msgid "Open \"Add Event\" as Popup"
6655
  msgstr "Nuevo Shortcode"
6656
 
6657
- #: app/features/mec/settings.php:251 app/features/mec/settings.php:259
6658
- #: app/features/mec/settings.php:267 app/features/mec/single.php:111
6659
  #, fuzzy
6660
  #| msgid "Enabled"
6661
  msgid "Enable"
6662
  msgstr "Habilitado"
6663
 
6664
- #: app/features/mec/settings.php:256
6665
  #, fuzzy
6666
  #| msgid "Add Shortcode"
6667
  msgid "Open \"Add Shortcode\" as Popup"
6668
  msgstr "Nuevo Shortcode"
6669
 
6670
- #: app/features/mec/settings.php:264
6671
  #, fuzzy
6672
  #| msgid "Featured Image"
6673
  msgid "Include Event Featured Image in Feed"
6674
  msgstr "Imagen destacada"
6675
 
6676
- #: app/features/mec/settings.php:274 app/libraries/main.php:538
6677
  msgid "Archive Pages"
6678
  msgstr "Páginas de archivo"
6679
 
6680
- #: app/features/mec/settings.php:277 app/features/mec/settings.php:282
6681
  msgid "Archive Page Title"
6682
  msgstr "Título de la página de archivo"
6683
 
6684
- #: app/features/mec/settings.php:283
6685
  #, fuzzy
6686
  #| msgid "Default value is Events"
6687
  msgid "Default value is Events - It's title of the page"
6688
  msgstr "Valor por defecto del evento"
6689
 
6690
- #: app/features/mec/settings.php:291 app/features/mec/settings.php:359
6691
  msgid "Archive Page Skin"
6692
  msgstr "Tema de la página de archivo"
6693
 
6694
- #: app/features/mec/settings.php:299 app/features/mec/settings.php:376
6695
  #, fuzzy
6696
  #| msgid "Edit shortcodes"
6697
  msgid "Put shortcode..."
6698
  msgstr "Editar Shortcodes"
6699
 
6700
- #: app/features/mec/settings.php:302 app/features/mec/settings.php:317
6701
- #: app/features/mec/settings.php:320 app/features/mec/settings.php:329
6702
- #: app/features/mec/settings.php:355 app/features/mec/settings.php:379
6703
- #: app/features/mec/settings.php:394 app/features/mec/settings.php:397
6704
- #: app/features/mec/settings.php:406 app/features/mec/settings.php:432
6705
  #, fuzzy
6706
  #| msgid "The event is ongoing."
6707
  msgid "There is no skins"
6708
  msgstr "El evento está en curso."
6709
 
6710
- #: app/features/mec/settings.php:305 app/features/mec/settings.php:382
6711
  #: app/features/mec/single.php:73
6712
  msgid "Modern Style"
6713
  msgstr "Estilo moderno"
6714
 
6715
- #: app/features/mec/settings.php:347 app/features/mec/settings.php:424
6716
  #, fuzzy
6717
  #| msgid "Colorful"
6718
  msgid "colorful"
6719
  msgstr "Colorido"
6720
 
6721
- #: app/features/mec/settings.php:352 app/features/mec/settings.php:429
6722
  #, fuzzy
6723
  #| msgid "Plain Style"
6724
  msgid "Clean Style"
6725
  msgstr "Estilo simple"
6726
 
6727
- #: app/features/mec/settings.php:360
6728
  #, fuzzy
6729
  #| msgid "Default value is Calendar/Monthly View"
6730
  msgid "Default value is Calendar/Monthly View, But you can change it "
6731
  msgstr "El valor predeterminado es calendario / vista mensual"
6732
 
6733
- #: app/features/mec/settings.php:360 app/features/mec/settings.php:437
6734
  msgid "See Demo"
6735
  msgstr ""
6736
 
6737
- #: app/features/mec/settings.php:368 app/features/mec/settings.php:436
6738
  msgid "Category Page Skin"
6739
  msgstr "Skin de página de categoría"
6740
 
6741
- #: app/features/mec/settings.php:437
6742
  #, fuzzy
6743
  #| msgid "Default value is Calendar/Monthly View"
6744
  msgid ""
@@ -6746,23 +6760,23 @@ msgid ""
6746
  "categories."
6747
  msgstr "El valor predeterminado es calendario / vista mensual"
6748
 
6749
- #: app/features/mec/settings.php:445 app/features/mec/settings.php:453
6750
  msgid "Category Events Method"
6751
  msgstr "Método de categoría de eventos"
6752
 
6753
- #: app/features/mec/settings.php:454
6754
  msgid "Default value is Upcoming Events"
6755
  msgstr "El valor predeterminado es Próximos eventos"
6756
 
6757
- #: app/features/mec/settings.php:462 app/features/mec/settings.php:470
6758
  msgid "Events Archive Status"
6759
  msgstr "Estado del archivo de eventos"
6760
 
6761
- #: app/features/mec/settings.php:465
6762
  msgid "Enabled (Recommended)"
6763
  msgstr "Activado (recomendado)"
6764
 
6765
- #: app/features/mec/settings.php:471
6766
  msgid ""
6767
  "If you disable it, then you should create a page as archive page of MEC. "
6768
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
@@ -6772,18 +6786,18 @@ msgstr ""
6772
  "archivo de MEC. El slug debe igualarse al slug principal de MEC. También "
6773
  "desactivará todas las reglas de sobreescripción."
6774
 
6775
- #: app/features/mec/settings.php:484 app/features/mec/settings.php:489
6776
  msgid "Main Slug"
6777
  msgstr "Slug principal"
6778
 
6779
- #: app/features/mec/settings.php:490
6780
  msgid ""
6781
  "Default value is events. You can not have a page with this name. MEC allows "
6782
  "you to create custom URLs for the permalinks and archives to enhance the "
6783
  "applicability and forward-compatibility of the links."
6784
  msgstr ""
6785
 
6786
- #: app/features/mec/settings.php:494 app/features/mec/settings.php:508
6787
  #, fuzzy
6788
  #| msgid ""
6789
  #| "Default value is events. Valid characters are lowercase a-z, - character "
@@ -6793,11 +6807,11 @@ msgstr ""
6793
  "El valor por defecto es eventos. Los caracteres válidos son a-z minúsculas, "
6794
  "- carácteres y números."
6795
 
6796
- #: app/features/mec/settings.php:498 app/features/mec/settings.php:503
6797
  msgid "Category Slug"
6798
  msgstr "Slug de la categoría"
6799
 
6800
- #: app/features/mec/settings.php:504
6801
  #, fuzzy
6802
  #| msgid ""
6803
  #| "It's slug of MEC categories, you can change it to events-cat or something "
@@ -6811,92 +6825,92 @@ msgstr ""
6811
  "cat o a algo más. El valor por defecto es mec-category. Se pueden utilizar "
6812
  "letras de la a-z en minúsculas y numerosas."
6813
 
6814
- #: app/features/mec/settings.php:516
6815
  msgid "Currency"
6816
  msgstr "Moneda corriente"
6817
 
6818
- #: app/features/mec/settings.php:526 app/features/mec/settings.php:531
6819
  msgid "Currency Sign"
6820
  msgstr "Tipo de moneda"
6821
 
6822
- #: app/features/mec/settings.php:532
6823
  msgid "Default value will be \"currency\" if you leave it empty."
6824
  msgstr "El valor por defecto será \"moneda\" si lo dejas en blanco."
6825
 
6826
- #: app/features/mec/settings.php:539
6827
  msgid "Currency Position"
6828
  msgstr "Posición en moneda extranjera"
6829
 
6830
- #: app/features/mec/settings.php:542
6831
  msgid "Before $10"
6832
  msgstr "Menos de 10€"
6833
 
6834
- #: app/features/mec/settings.php:543
6835
  msgid "After 10$"
6836
  msgstr "Más de 10€"
6837
 
6838
- #: app/features/mec/settings.php:548
6839
  msgid "Thousand Separator"
6840
  msgstr "Separador de miles"
6841
 
6842
- #: app/features/mec/settings.php:554
6843
  msgid "Decimal Separator"
6844
  msgstr "Separador de decimales"
6845
 
6846
- #: app/features/mec/settings.php:564
6847
  msgid "No decimal"
6848
  msgstr "No decimal"
6849
 
6850
- #: app/features/mec/settings.php:575
6851
  msgid "Enable Google Recaptcha"
6852
  msgstr "Habilitar Google Recaptcha"
6853
 
6854
- #: app/features/mec/settings.php:584
6855
  msgid "Enable on booking form"
6856
  msgstr "Activar en el formulario de reserva"
6857
 
6858
- #: app/features/mec/settings.php:592
6859
  msgid "Enable on \"Frontend Event Submission\" form"
6860
  msgstr "Activa el formulario \"Envío de eventos desde portada\""
6861
 
6862
- #: app/features/mec/settings.php:596
6863
  msgid "Site Key"
6864
  msgstr "Clave del Sitio"
6865
 
6866
- #: app/features/mec/settings.php:602
6867
  msgid "Secret Key"
6868
  msgstr "Clave secreta"
6869
 
6870
- #: app/features/mec/settings.php:614 app/features/mec/settings.php:622
6871
  msgid "Time Format"
6872
  msgstr "Formato de la hora"
6873
 
6874
- #: app/features/mec/settings.php:617
6875
  msgid "12 hours format with AM/PM"
6876
  msgstr "Formato de 12 horas con AM / PM"
6877
 
6878
- #: app/features/mec/settings.php:618
6879
  msgid "24 hours format"
6880
  msgstr "Formato de 24 horas"
6881
 
6882
- #: app/features/mec/settings.php:623
6883
  msgid "This option, affects the selection of Start/End time."
6884
  msgstr ""
6885
 
6886
- #: app/features/mec/settings.php:631
6887
  msgid "Events List Page"
6888
  msgstr "Página de lista de eventos"
6889
 
6890
- #: app/features/mec/settings.php:640 app/features/mec/settings.php:652
6891
  #, php-format
6892
  msgid "Put %s shortcode into the page."
6893
  msgstr "Pon el shortcode %s en la página."
6894
 
6895
- #: app/features/mec/settings.php:643
6896
  msgid "Add/Edit Events Page"
6897
  msgstr "Añadir/Editar página de eventos"
6898
 
6899
- #: app/features/mec/settings.php:667
6900
  #, fuzzy
6901
  #| msgid ""
6902
  #| "User redirects to this page after booking. Leave it empty if you want to "
@@ -6908,21 +6922,21 @@ msgstr ""
6908
  "Se redirecciona al usuario a esta pagina una vez que completa la reserva. "
6909
  "Déjalo vacío si lo deseas desactivado."
6910
 
6911
- #: app/features/mec/settings.php:690 app/features/mec/settings.php:695
6912
  #, fuzzy
6913
  #| msgid "Maximum Dates"
6914
  msgid "Maximum File Size"
6915
  msgstr "Fechas máximas"
6916
 
6917
- #: app/features/mec/settings.php:692
6918
  msgid "in KB"
6919
  msgstr ""
6920
 
6921
- #: app/features/mec/settings.php:696
6922
  msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
6923
  msgstr ""
6924
 
6925
- #: app/features/mec/settings.php:705
6926
  #, fuzzy
6927
  #| msgid "Enable event submission by guest (Not logged-in) users"
6928
  msgid "Enable event submission by guest (Not logged in) users"
@@ -6930,72 +6944,72 @@ msgstr ""
6930
  "Habilitar la presentación de eventos por los usuarios invitados (no "
6931
  "conectados)"
6932
 
6933
- #: app/features/mec/settings.php:712
6934
  msgid "Enable mandatory email and name for guest user"
6935
  msgstr ""
6936
  "Activa que sea obligatorio el correo y nombre del usuario para el usuario "
6937
  "invitado"
6938
 
6939
- #: app/features/mec/settings.php:718
6940
  msgid ""
6941
  "Automatically create users after event publish and assign event to the "
6942
  "created user"
6943
  msgstr ""
6944
 
6945
- #: app/features/mec/settings.php:723
6946
  msgid "Frontend Event Submission Sections"
6947
  msgstr "Secciones de envío de eventos en la pagina."
6948
 
6949
- #: app/features/mec/settings.php:727
6950
  #, fuzzy
6951
  #| msgid "Event Details"
6952
  msgid "Event Data Fields"
6953
  msgstr "Detalle de evento"
6954
 
6955
- #: app/features/mec/settings.php:751 app/widgets/single.php:119
6956
  msgid "Event Categories"
6957
  msgstr "Categorías de evento"
6958
 
6959
- #: app/features/mec/settings.php:757
6960
  msgid "Event Labels"
6961
  msgstr "Etiqueta de eventos"
6962
 
6963
- #: app/features/mec/settings.php:769
6964
  msgid "Event Tags"
6965
  msgstr "Etiquetas del Evento"
6966
 
6967
- #: app/features/mec/settings.php:781 app/widgets/single.php:123
6968
  msgid "Event Organizer"
6969
  msgstr "Organizador de eventos"
6970
 
6971
- #: app/features/mec/settings.php:807
6972
  msgid "Fees / Taxes Options"
6973
  msgstr "Opciones de Cuotas/Impuestos"
6974
 
6975
- #: app/features/mec/settings.php:821 app/features/schema.php:64
6976
  msgid "SEO Schema"
6977
  msgstr ""
6978
 
6979
- #: app/features/mec/settings.php:844 app/features/occurrences.php:72
6980
  #: app/features/occurrences.php:102
6981
  #, fuzzy
6982
  #| msgid "Occurrences times"
6983
  msgid "Occurrences"
6984
  msgstr "Ocurrencias del evento"
6985
 
6986
- #: app/features/mec/settings.php:853
6987
  #, fuzzy
6988
  #| msgid "Edit Event"
6989
  msgid "Virtual Event"
6990
  msgstr "Editar Evento"
6991
 
6992
- #: app/features/mec/settings.php:862
6993
  #, fuzzy
6994
  #| msgid "Book Event"
6995
  msgid "Zoom Event"
6996
  msgstr "Reservar evento"
6997
 
6998
- #: app/features/mec/settings.php:875
6999
  #, php-format
7000
  msgid ""
7001
  "Users can put a note for editors while they're submitting the event. Also "
@@ -7006,126 +7020,126 @@ msgstr ""
7006
  "evento. También puede poner %%event_note%% en la notificación de nuevo "
7007
  "evento para obtener la nota de los usuarios en el correo electrónico."
7008
 
7009
- #: app/features/mec/settings.php:882 app/features/mec/settings.php:890
7010
  #, fuzzy
7011
  #| msgid "Visibility"
7012
  msgid "Note visibility"
7013
  msgstr "Visibilidad"
7014
 
7015
- #: app/features/mec/settings.php:885
7016
  msgid "Always"
7017
  msgstr "Siempre"
7018
 
7019
- #: app/features/mec/settings.php:886
7020
  msgid "While event is not published"
7021
  msgstr "Mientras no se publique el evento"
7022
 
7023
- #: app/features/mec/settings.php:891
7024
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
7025
  msgstr ""
7026
  "La nota de evento se muestra en el formulario de presentación de Frontend y "
7027
  "Editar evento en el backend."
7028
 
7029
- #: app/features/mec/settings.php:899
7030
  #, fuzzy
7031
  #| msgid "Required Field"
7032
  msgid "Required Fields"
7033
  msgstr "Campo obligatorio"
7034
 
7035
- #: app/features/mec/settings.php:902
7036
  #, fuzzy
7037
  #| msgid "Description"
7038
  msgid "Event Description"
7039
  msgstr "Descripción"
7040
 
7041
- #: app/features/mec/settings.php:906 app/libraries/main.php:6244
7042
- #: app/libraries/main.php:6293
7043
  msgid "More Info Link"
7044
  msgstr "Enlace a Más Información"
7045
 
7046
- #: app/features/mec/settings.php:919 app/libraries/main.php:543
7047
  msgid "User Profile"
7048
  msgstr ""
7049
 
7050
- #: app/features/mec/settings.php:921
7051
  #, php-format
7052
  msgid ""
7053
  "Put %s shortcode into your desired page. Then users are able to see the "
7054
  "history of their bookings."
7055
  msgstr ""
7056
 
7057
- #: app/features/mec/settings.php:926 app/libraries/main.php:544
7058
  #, fuzzy
7059
  #| msgid "Search Form"
7060
  msgid "Search Bar"
7061
  msgstr "Formulario de Búsqueda"
7062
 
7063
- #: app/features/mec/settings.php:928
7064
  #, php-format
7065
  msgid ""
7066
  "Put %s shortcode into your desired page. Then users are able to search events"
7067
  msgstr ""
7068
 
7069
- #: app/features/mec/settings.php:932
7070
  msgid "Ajax Live mode"
7071
  msgstr ""
7072
 
7073
- #: app/features/mec/settings.php:936
7074
  msgid "Ajax mode"
7075
  msgstr ""
7076
 
7077
- #: app/features/mec/settings.php:937
7078
  msgid ""
7079
  "if you enable this option, the search button will disappear. To use this "
7080
  "feature, text input field must be enabled."
7081
  msgstr ""
7082
 
7083
- #: app/features/mec/settings.php:945
7084
  #, fuzzy
7085
  #| msgid "Modern Style"
7086
  msgid "Modern Type"
7087
  msgstr "Estilo moderno"
7088
 
7089
- #: app/features/mec/settings.php:949
7090
  #, fuzzy
7091
  #| msgid "Search Form"
7092
  msgid "Search bar fields"
7093
  msgstr "Formulario de Búsqueda"
7094
 
7095
- #: app/features/mec/settings.php:991
7096
  #, fuzzy
7097
  #| msgid "Text Input"
7098
  msgid "Text input"
7099
  msgstr "Campo de texto"
7100
 
7101
- #: app/features/mec/settings.php:1004
7102
  msgid "Enable Mailchimp Integration"
7103
  msgstr "Activar integración con MailChimp"
7104
 
7105
- #: app/features/mec/settings.php:1009 app/features/mec/settings.php:1014
7106
- #: app/features/mec/settings.php:1063 app/features/mec/settings.php:1087
7107
- #: app/features/mec/settings.php:1111 app/features/mec/settings.php:1182
7108
  msgid "API Key"
7109
  msgstr "API Key"
7110
 
7111
- #: app/features/mec/settings.php:1022 app/features/mec/settings.php:1027
7112
- #: app/features/mec/settings.php:1069 app/features/mec/settings.php:1188
7113
  msgid "List ID"
7114
  msgstr "ID de la lista"
7115
 
7116
- #: app/features/mec/settings.php:1035 app/features/mec/settings.php:1043
7117
  msgid "Subscription Status"
7118
  msgstr "Estado Suscripción"
7119
 
7120
- #: app/features/mec/settings.php:1038
7121
  msgid "Subscribe automatically"
7122
  msgstr "Suscribirse automáticamente "
7123
 
7124
- #: app/features/mec/settings.php:1039
7125
  msgid "Subscribe by verification"
7126
  msgstr "Suscribirse por verificación"
7127
 
7128
- #: app/features/mec/settings.php:1044
7129
  #, fuzzy
7130
  #| msgid ""
7131
  #| "If you choose \"Subscribe by verification\" then an email will send to "
@@ -7137,109 +7151,109 @@ msgstr ""
7137
  "Si eliges “Suscribir por verificación” entonces un email de verificación de "
7138
  "suscripción se le enviará al usuario."
7139
 
7140
- #: app/features/mec/settings.php:1054 app/libraries/main.php:546
7141
  #, fuzzy
7142
  #| msgid "Mailchimp Integration"
7143
  msgid "Campaign Monitor Integration"
7144
  msgstr "Integración de MailChimp"
7145
 
7146
- #: app/features/mec/settings.php:1058
7147
  #, fuzzy
7148
  #| msgid "Enable Mailchimp Integration"
7149
  msgid "Enable Campaign Monitor Integration"
7150
  msgstr "Activar integración con MailChimp"
7151
 
7152
- #: app/features/mec/settings.php:1078 app/libraries/main.php:547
7153
  #, fuzzy
7154
  #| msgid "Mailchimp Integration"
7155
  msgid "MailerLite Integration"
7156
  msgstr "Integración de MailChimp"
7157
 
7158
- #: app/features/mec/settings.php:1082
7159
  #, fuzzy
7160
  #| msgid "Enable Mailchimp Integration"
7161
  msgid "Enable MailerLite Integration"
7162
  msgstr "Activar integración con MailChimp"
7163
 
7164
- #: app/features/mec/settings.php:1093
7165
  msgid "Group ID"
7166
  msgstr ""
7167
 
7168
- #: app/features/mec/settings.php:1102 app/libraries/main.php:548
7169
  #, fuzzy
7170
  #| msgid "BuddyPress Integration"
7171
  msgid "Constant Contact Integration"
7172
  msgstr "Integración de BuddyPress"
7173
 
7174
- #: app/features/mec/settings.php:1106
7175
  #, fuzzy
7176
  #| msgid "Enable Mailchimp Integration"
7177
  msgid "Enable constantcontact Integration"
7178
  msgstr "Activar integración con MailChimp"
7179
 
7180
- #: app/features/mec/settings.php:1117
7181
  #, fuzzy
7182
  #| msgid "Facebook Page Link"
7183
  msgid "Access Token"
7184
  msgstr "Enlace de página Facebook enlace"
7185
 
7186
- #: app/features/mec/settings.php:1141 app/features/mec/settings.php:1156
7187
  #, fuzzy
7188
  #| msgid "Select icon"
7189
  msgid "Select List"
7190
  msgstr "Seleccionar icono"
7191
 
7192
- #: app/features/mec/settings.php:1157
7193
  msgid ""
7194
  "Please fill in the API key and Access Token field and save settings. after "
7195
  "that, please refresh the page and select a list."
7196
  msgstr ""
7197
 
7198
- #: app/features/mec/settings.php:1167 app/libraries/main.php:549
7199
  #, fuzzy
7200
  #| msgid "Mailchimp Integration"
7201
  msgid "Active Campaign Integration"
7202
  msgstr "Integración de MailChimp"
7203
 
7204
- #: app/features/mec/settings.php:1171
7205
  #, fuzzy
7206
  #| msgid "Enable Mailchimp Integration"
7207
  msgid "Enable Active Campaign Integration"
7208
  msgstr "Activar integración con MailChimp"
7209
 
7210
- #: app/features/mec/settings.php:1176
7211
  msgid "API URL"
7212
  msgstr ""
7213
 
7214
- #: app/features/mec/settings.php:1197
7215
  #, fuzzy
7216
  #| msgid "Filter Options"
7217
  msgid "Upload Field Options"
7218
  msgstr "Opciones de filtros"
7219
 
7220
- #: app/features/mec/settings.php:1199
7221
  msgid "Mime types"
7222
  msgstr ""
7223
 
7224
- #: app/features/mec/settings.php:1203
7225
  msgid "Split mime types with \",\"."
7226
  msgstr ""
7227
 
7228
- #: app/features/mec/settings.php:1203
7229
  msgid "Default: jpeg,jpg,png,pdf"
7230
  msgstr ""
7231
 
7232
- #: app/features/mec/settings.php:1206
7233
  #, fuzzy
7234
  #| msgid "Maximum Dates"
7235
  msgid "Maximum file size"
7236
  msgstr "Fechas máximas"
7237
 
7238
- #: app/features/mec/settings.php:1210
7239
  msgid "The unit is Megabyte \"MB\""
7240
  msgstr ""
7241
 
7242
- #: app/features/mec/single.php:38 app/libraries/main.php:554
7243
  #, fuzzy
7244
  #| msgid "Single Event Style"
7245
  msgid "Single Event Page"
@@ -7357,13 +7371,13 @@ msgid ""
7357
  "the settings page.' tab"
7358
  msgstr ""
7359
 
7360
- #: app/features/mec/single.php:162 app/libraries/main.php:555
7361
  #, fuzzy
7362
  #| msgid "Custom Styles"
7363
  msgid "Custom Fields"
7364
  msgstr "Estilo personalizado"
7365
 
7366
- #: app/features/mec/single.php:192 app/libraries/main.php:3336
7367
  msgid "URL"
7368
  msgstr ""
7369
 
@@ -7411,7 +7425,7 @@ msgstr ""
7411
  "Usar esta opción permite incluir o excluir ciertos días para la ocurrencia "
7412
  "de eventos."
7413
 
7414
- #: app/features/mec/single.php:286 app/libraries/main.php:558
7415
  msgid "Additional Organizers"
7416
  msgstr "Organizadores adicionales"
7417
 
@@ -7445,7 +7459,7 @@ msgstr ""
7445
  "Mostrar la opción de organizadores adicionales en la pagina de añadir "
7446
  "eventos y la pagina de evento individual."
7447
 
7448
- #: app/features/mec/single.php:318 app/libraries/main.php:560
7449
  #: app/skins/single.php:166 app/skins/single.php:418
7450
  #, fuzzy
7451
  #| msgid "featured event"
@@ -7462,7 +7476,7 @@ msgstr ""
7462
  msgid "Select Taxonomies:"
7463
  msgstr "Taxonomías"
7464
 
7465
- #: app/features/mec/single.php:360 app/libraries/main.php:561
7466
  #, fuzzy
7467
  #| msgid "Next/Previous Buttons"
7468
  msgid "Next / Previous Events"
@@ -7472,7 +7486,7 @@ msgstr "Botones Siguiente/Anterior"
7472
  msgid "Display next / previous events based on taxonomy in single event page."
7473
  msgstr ""
7474
 
7475
- #: app/features/mec/single.php:402 app/libraries/main.php:604
7476
  #, fuzzy
7477
  #| msgid "Next Occurrence"
7478
  msgid "Edit Per Occurrences"
@@ -7679,7 +7693,7 @@ msgstr ""
7679
  msgid "MEC Settings"
7680
  msgstr "Ajustes MEC"
7681
 
7682
- #: app/features/mec/support-page.php:99 app/libraries/main.php:656
7683
  #, fuzzy
7684
  #| msgid "Single Event Style"
7685
  msgid "Single Event"
@@ -8040,11 +8054,11 @@ msgstr ""
8040
  msgid "Create a support ticket"
8041
  msgstr "Añadir nuevo Shortcode"
8042
 
8043
- #: app/features/mec/support.php:52 app/libraries/main.php:802
8044
  msgid "Styling Options"
8045
  msgstr "Opciones visuales"
8046
 
8047
- #: app/features/mec/support.php:59 app/libraries/main.php:809
8048
  msgid "Custom CSS"
8049
  msgstr "CSS personalizado"
8050
 
@@ -8134,17 +8148,17 @@ msgstr ""
8134
  msgid "Attendee Price (for booking confirmation notification)"
8135
  msgstr "Activar recordatorio de reservas del evento."
8136
 
8137
- #: app/features/notifications.php:149
8138
  #, fuzzy
8139
  #| msgid "Email verification"
8140
  msgid "Email Verification"
8141
  msgstr "Verificación por email"
8142
 
8143
- #: app/features/notifications.php:152
8144
  msgid "Booking Notification"
8145
  msgstr "Avisos de reservas"
8146
 
8147
- #: app/features/notifications.php:161
8148
  msgid "Admin Notification"
8149
  msgstr "Notificación de administrador"
8150
 
@@ -8307,8 +8321,8 @@ msgstr "ej. user@yoursite.com"
8307
  msgid "eg. https://webnus.net"
8308
  msgstr "ej. https://webnus.net"
8309
 
8310
- #: app/features/organizers.php:312 app/libraries/main.php:6249
8311
- #: app/libraries/main.php:6296 app/skins/single.php:1290
8312
  msgid "Other Organizers"
8313
  msgstr "En común"
8314
 
@@ -8499,7 +8513,7 @@ msgstr "Añadir nuevo Shortcode"
8499
  msgid "Please %s/%s in order to see your bookings / profile."
8500
  msgstr ""
8501
 
8502
- #: app/features/profile/profile.php:20 app/libraries/main.php:2446
8503
  #, fuzzy
8504
  #| msgid "Your booking cannot be canceled."
8505
  msgid "Your booking already canceled!"
@@ -8509,11 +8523,11 @@ msgstr "La reserva no puede cancelarse."
8509
  msgid "#"
8510
  msgstr ""
8511
 
8512
- #: app/features/profile/profile.php:61 app/libraries/main.php:3668
8513
  msgid "Status"
8514
  msgstr "Estado"
8515
 
8516
- #: app/features/profile/profile.php:64 app/libraries/main.php:2644
8517
  msgid "Attendees"
8518
  msgstr "Asistentes"
8519
 
@@ -8571,12 +8585,12 @@ msgstr "Buscar %s"
8571
  msgid "No search result."
8572
  msgstr ""
8573
 
8574
- #: app/features/search_bar/search_result.php:12 app/libraries/main.php:6251
8575
- #: app/libraries/main.php:6298 app/libraries/notifications.php:1025
8576
- #: app/libraries/render.php:531 app/libraries/render.php:851
8577
  #: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
8578
  #: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
8579
- #: app/modules/next-event/details.php:145 app/skins/single.php:1182
8580
  #: app/skins/single/default.php:124 app/skins/single/default.php:358
8581
  #: app/skins/single/m1.php:46 app/skins/single/modern.php:222
8582
  #, fuzzy
@@ -8602,7 +8616,7 @@ msgid "Insert speaker email address."
8602
  msgstr ""
8603
 
8604
  #: app/features/speakers.php:135 app/features/speakers.php:208
8605
- #: app/skins/single.php:1264 app/skins/single.php:1323
8606
  #: app/skins/single/default.php:202 app/skins/single/default.php:268
8607
  #: app/skins/single/default.php:435 app/skins/single/default.php:501
8608
  #: app/skins/single/m1.php:126 app/skins/single/m1.php:180
@@ -8663,9 +8677,9 @@ msgid ""
8663
  "section and speaker widget section!"
8664
  msgstr ""
8665
 
8666
- #: app/features/wc.php:103 app/libraries/notifications.php:1010
8667
- #: app/libraries/notifications.php:1025 app/libraries/notifications.php:1036
8668
- #: app/libraries/notifications.php:1304 app/libraries/notifications.php:1305
8669
  #, php-format
8670
  msgid "%s to %s"
8671
  msgstr ""
@@ -8689,8 +8703,8 @@ msgstr "%s Precio"
8689
  msgid "Discount"
8690
  msgstr "Descuento"
8691
 
8692
- #: app/libraries/book.php:868 app/modules/booking/default.php:415
8693
- #: app/modules/booking/default.php:520
8694
  msgid "Download Invoice"
8695
  msgstr "Descargar factura"
8696
 
@@ -8765,120 +8779,120 @@ msgstr "Barra lateral personalizaba para la pagina individual y modal de MEC"
8765
  msgid "There is no excerpt because this is a protected post."
8766
  msgstr "No hay extracto porque es una entrada protegida."
8767
 
8768
- #: app/libraries/main.php:337 app/libraries/main.php:2058
8769
- #: app/libraries/main.php:2083
8770
  msgid "Agenda View"
8771
  msgstr "Vista de Agenda"
8772
 
8773
- #: app/libraries/main.php:338 app/libraries/main.php:2049
8774
- #: app/libraries/main.php:2074
8775
  msgid "Full Calendar"
8776
  msgstr "Calendario completo"
8777
 
8778
- #: app/libraries/main.php:340 app/libraries/main.php:2051
8779
- #: app/libraries/main.php:2076
8780
  msgid "Calendar/Monthly View"
8781
  msgstr "Ver Calendario/Mes"
8782
 
8783
- #: app/libraries/main.php:343 app/libraries/main.php:2054
8784
- #: app/libraries/main.php:2079
8785
  msgid "Timetable View"
8786
  msgstr "Vista de Horario"
8787
 
8788
- #: app/libraries/main.php:344 app/libraries/main.php:2055
8789
- #: app/libraries/main.php:2080
8790
  msgid "Masonry View"
8791
  msgstr "Vista en mosaico"
8792
 
8793
- #: app/libraries/main.php:345 app/libraries/main.php:2059
8794
- #: app/libraries/main.php:2084
8795
  msgid "Map View"
8796
  msgstr "Vista de mapa"
8797
 
8798
- #: app/libraries/main.php:346
8799
  msgid "Cover View"
8800
  msgstr "Vista de portada"
8801
 
8802
- #: app/libraries/main.php:347
8803
  msgid "Countdown View"
8804
  msgstr "Vista de cuenta regresiva"
8805
 
8806
- #: app/libraries/main.php:348
8807
  msgid "Available Spot"
8808
  msgstr "Sitios disponibles"
8809
 
8810
- #: app/libraries/main.php:349
8811
  msgid "Carousel View"
8812
  msgstr "Vista carrusel"
8813
 
8814
- #: app/libraries/main.php:350
8815
  msgid "Slider View"
8816
  msgstr "Vista del rotativo"
8817
 
8818
- #: app/libraries/main.php:351
8819
  #, fuzzy
8820
  #| msgid "Timetable View"
8821
  msgid "Timeline View"
8822
  msgstr "Vista de Horario"
8823
 
8824
- #: app/libraries/main.php:390 app/libraries/main.php:6223
8825
- #: app/libraries/main.php:6277
8826
  msgid "SU"
8827
  msgstr "DO"
8828
 
8829
- #: app/libraries/main.php:391 app/libraries/main.php:6224
8830
- #: app/libraries/main.php:6278
8831
  msgid "MO"
8832
  msgstr "LU"
8833
 
8834
- #: app/libraries/main.php:392 app/libraries/main.php:6225
8835
- #: app/libraries/main.php:6279
8836
  msgid "TU"
8837
  msgstr "MA"
8838
 
8839
- #: app/libraries/main.php:393 app/libraries/main.php:6226
8840
- #: app/libraries/main.php:6280
8841
  msgid "WE"
8842
  msgstr "MI"
8843
 
8844
- #: app/libraries/main.php:394 app/libraries/main.php:6227
8845
- #: app/libraries/main.php:6281
8846
  msgid "TH"
8847
  msgstr "JU"
8848
 
8849
- #: app/libraries/main.php:395 app/libraries/main.php:6228
8850
- #: app/libraries/main.php:6282
8851
  msgid "FR"
8852
  msgstr "VI"
8853
 
8854
- #: app/libraries/main.php:396 app/libraries/main.php:6229
8855
- #: app/libraries/main.php:6283
8856
  msgid "SA"
8857
  msgstr "SA"
8858
 
8859
- #: app/libraries/main.php:550
8860
  #, fuzzy
8861
  #| msgid "Upload/Add image"
8862
  msgid "Upload Field"
8863
  msgstr "Subir/Añadir imagen"
8864
 
8865
- #: app/libraries/main.php:559
8866
  #, fuzzy
8867
  #| msgid "Additional Organizers"
8868
  msgid "Additional Locations"
8869
  msgstr "Organizadores adicionales"
8870
 
8871
- #: app/libraries/main.php:722
8872
  #, fuzzy
8873
  #| msgid "Social Module"
8874
  msgid "Modules"
8875
  msgstr "Módulo social"
8876
 
8877
- #: app/libraries/main.php:890
8878
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
8879
  msgstr ""
8880
 
8881
- #: app/libraries/main.php:897
8882
  msgid ""
8883
  "The time has come at last, and the new practical add-ons for MEC have been "
8884
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -8886,439 +8900,439 @@ msgid ""
8886
  "below:"
8887
  msgstr ""
8888
 
8889
- #: app/libraries/main.php:899
8890
  msgid ""
8891
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
8892
  "products) and Woo products at the same time."
8893
  msgstr ""
8894
 
8895
- #: app/libraries/main.php:900
8896
  msgid ""
8897
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
8898
  "other websites without MEC. Use JSON output features to make your Apps "
8899
  "compatible with MEC."
8900
  msgstr ""
8901
 
8902
- #: app/libraries/main.php:901
8903
  msgid ""
8904
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
8905
  "main websites. Changes in the main one will be inherited by the subsites. "
8906
  "you can set these up in the admin panel."
8907
  msgstr ""
8908
 
8909
- #: app/libraries/main.php:902
8910
  msgid ""
8911
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
8912
  "pages can contain ticket purchase information, information about registered "
8913
  "events. Users can now log in to purchase tickets."
8914
  msgstr ""
8915
 
8916
- #: app/libraries/main.php:904
8917
  msgid "find out more"
8918
  msgstr ""
8919
 
8920
- #: app/libraries/main.php:1775
8921
  msgid "Events at this location"
8922
  msgstr "Eventos en este lugar"
8923
 
8924
- #: app/libraries/main.php:1775
8925
  msgid "Event at this location"
8926
  msgstr "Evento en este lugar"
8927
 
8928
- #: app/libraries/main.php:1827
8929
  msgid "Facebook"
8930
  msgstr "Facebook"
8931
 
8932
- #: app/libraries/main.php:1828
8933
  msgid "Twitter"
8934
  msgstr "Twitter"
8935
 
8936
- #: app/libraries/main.php:1829 app/libraries/main.php:1886
8937
  msgid "Linkedin"
8938
  msgstr "LinkedIn"
8939
 
8940
- #: app/libraries/main.php:1830 app/libraries/main.php:1922
8941
  msgid "VK"
8942
  msgstr "VK"
8943
 
8944
- #: app/libraries/main.php:1831
8945
  msgid "Tumblr"
8946
  msgstr ""
8947
 
8948
- #: app/libraries/main.php:1832
8949
  msgid "Pinterest"
8950
  msgstr ""
8951
 
8952
- #: app/libraries/main.php:1833
8953
  msgid "Flipboard"
8954
  msgstr ""
8955
 
8956
- #: app/libraries/main.php:1834
8957
  #, fuzzy
8958
  #| msgid "Tickets"
8959
  msgid "GetPocket"
8960
  msgstr "Tickets"
8961
 
8962
- #: app/libraries/main.php:1835
8963
  msgid "Reddit"
8964
  msgstr ""
8965
 
8966
- #: app/libraries/main.php:1836
8967
  msgid "WhatsApp"
8968
  msgstr ""
8969
 
8970
- #: app/libraries/main.php:1837
8971
  msgid "Telegram"
8972
  msgstr ""
8973
 
8974
- #: app/libraries/main.php:1856
8975
  msgid "Share on Facebook"
8976
  msgstr "Compartir en Facebook"
8977
 
8978
- #: app/libraries/main.php:1871
8979
  msgid "Tweet"
8980
  msgstr "Tweet"
8981
 
8982
- #: app/libraries/main.php:1937
8983
  #, fuzzy
8984
  #| msgid "Share on Facebook"
8985
  msgid "Share on Tumblr"
8986
  msgstr "Compartir en Facebook"
8987
 
8988
- #: app/libraries/main.php:1953
8989
  msgid "Share on Pinterest"
8990
  msgstr ""
8991
 
8992
- #: app/libraries/main.php:1969
8993
  #, fuzzy
8994
  #| msgid "Share on Facebook"
8995
  msgid "Share on Flipboard"
8996
  msgstr "Compartir en Facebook"
8997
 
8998
- #: app/libraries/main.php:1987
8999
  #, fuzzy
9000
  #| msgid "Share on Facebook"
9001
  msgid "Share on GetPocket"
9002
  msgstr "Compartir en Facebook"
9003
 
9004
- #: app/libraries/main.php:2003
9005
  #, fuzzy
9006
  #| msgid "Share on Facebook"
9007
  msgid "Share on Reddit"
9008
  msgstr "Compartir en Facebook"
9009
 
9010
- #: app/libraries/main.php:2019
9011
  msgid "Share on Telegram"
9012
  msgstr ""
9013
 
9014
- #: app/libraries/main.php:2037
9015
  msgid "Share on WhatsApp"
9016
  msgstr ""
9017
 
9018
- #: app/libraries/main.php:2060 app/libraries/main.php:2085
9019
  #, fuzzy
9020
  #| msgid "Shortcode"
9021
  msgid "Custom Shortcode"
9022
  msgstr "Shortcode"
9023
 
9024
- #: app/libraries/main.php:2426
9025
  #, fuzzy
9026
  #| msgid "Your booking successfully verified."
9027
  msgid "Your booking already verified!"
9028
  msgstr "Tu reserva se ha verificado correctamente."
9029
 
9030
- #: app/libraries/main.php:2431
9031
  msgid "Your booking successfully verified."
9032
  msgstr "Tu reserva se ha verificado correctamente."
9033
 
9034
- #: app/libraries/main.php:2432
9035
  msgid "Your booking cannot verify!"
9036
  msgstr "¡Tu reserva no se puede verificar!"
9037
 
9038
- #: app/libraries/main.php:2457
9039
  #, fuzzy
9040
  #| msgid "The event is finished."
9041
  msgid "The event is already finished!"
9042
  msgstr "El evento está terminado."
9043
 
9044
- #: app/libraries/main.php:2475
9045
  msgid "The cancelation window is passed."
9046
  msgstr ""
9047
 
9048
- #: app/libraries/main.php:2481
9049
  msgid "Your booking successfully canceled."
9050
  msgstr "Tu reserva se ha cancelado correctamente."
9051
 
9052
- #: app/libraries/main.php:2482
9053
  msgid "Your booking cannot be canceled."
9054
  msgstr "La reserva no puede cancelarse."
9055
 
9056
- #: app/libraries/main.php:2486
9057
  msgid "You canceled the payment successfully."
9058
  msgstr "Has cancelado el pago correctamente."
9059
 
9060
- #: app/libraries/main.php:2490
9061
  msgid "You returned from payment gateway successfully."
9062
  msgstr "Has vuelto correctamente de tu pasarela de pago."
9063
 
9064
- #: app/libraries/main.php:2509
9065
  #, fuzzy
9066
  #| msgid "Cannot find the booking!"
9067
  msgid "Cannot find the invoice!"
9068
  msgstr "¡No se pudo encontrar la reserva!"
9069
 
9070
- #: app/libraries/main.php:2509
9071
  #, fuzzy
9072
  #| msgid "Booking is invalid."
9073
  msgid "Invoice is invalid."
9074
  msgstr "Reserva no válida."
9075
 
9076
- #: app/libraries/main.php:2529
9077
  msgid ""
9078
  "Your booking still is not confirmed. You can download it after confirmation!"
9079
  msgstr ""
9080
 
9081
- #: app/libraries/main.php:2529
9082
  #, fuzzy
9083
  #| msgid "Booking Confirmation"
9084
  msgid "Booking Not Confirmed."
9085
  msgstr "Confirmación de reserva"
9086
 
9087
- #: app/libraries/main.php:2535
9088
  msgid "Cannot find the booking!"
9089
  msgstr "¡No se pudo encontrar la reserva!"
9090
 
9091
- #: app/libraries/main.php:2535
9092
  msgid "Booking is invalid."
9093
  msgstr "Reserva no válida."
9094
 
9095
- #: app/libraries/main.php:2568
9096
  #, php-format
9097
  msgid "%s Invoice"
9098
  msgstr "%s Factura"
9099
 
9100
- #: app/libraries/main.php:2601
9101
  #, fuzzy
9102
  #| msgid "Date and Time"
9103
  msgid "Date & Time"
9104
  msgstr "Día y hora"
9105
 
9106
- #: app/libraries/main.php:2618
9107
  #, fuzzy
9108
  #| msgid "Booking Price"
9109
  msgid "Booking Fields"
9110
  msgstr "Precio de la reserva"
9111
 
9112
- #: app/libraries/main.php:2690
9113
  msgid "Billing"
9114
  msgstr "Facturación"
9115
 
9116
- #: app/libraries/main.php:2702
9117
  #, fuzzy
9118
  #| msgid "Coupons"
9119
  msgid "Coupon Code"
9120
  msgstr "Cupones"
9121
 
9122
- #: app/libraries/main.php:2707
9123
  msgid "Total"
9124
  msgstr "Total "
9125
 
9126
- #: app/libraries/main.php:2714
9127
  #, fuzzy
9128
  #| msgid "Payment Gateways"
9129
  msgid "Payment"
9130
  msgstr "Pasarelas de pago"
9131
 
9132
- #: app/libraries/main.php:2718
9133
  #, fuzzy
9134
  #| msgid "Popular Gateways"
9135
  msgid "Gateway"
9136
  msgstr "Pasarelas de pago populares"
9137
 
9138
- #: app/libraries/main.php:2731
9139
  #, fuzzy
9140
  #| msgid "Payment Gateways"
9141
  msgid "Payment Time"
9142
  msgstr "Pasarelas de pago"
9143
 
9144
- #: app/libraries/main.php:2873
9145
  msgid "Request is not valid."
9146
  msgstr "La solicitud no es válida."
9147
 
9148
- #: app/libraries/main.php:2873
9149
  msgid "iCal export stopped!"
9150
  msgstr "¡La exportación de iCal se detuvo!"
9151
 
9152
- #: app/libraries/main.php:3219 app/libraries/main.php:3248
9153
- #: app/libraries/main.php:3277 app/libraries/main.php:3306
9154
- #: app/libraries/main.php:3335 app/libraries/main.php:3364
9155
- #: app/libraries/main.php:3393 app/libraries/main.php:3422
9156
- #: app/libraries/main.php:3451 app/libraries/main.php:3480
9157
- #: app/libraries/main.php:3503 app/libraries/main.php:3549
9158
- #: app/libraries/main.php:3595 app/libraries/main.php:3644
9159
- #: app/libraries/main.php:3693
9160
  msgid "Sort"
9161
  msgstr "Orden"
9162
 
9163
- #: app/libraries/main.php:3226 app/libraries/main.php:3255
9164
- #: app/libraries/main.php:3284 app/libraries/main.php:3313
9165
- #: app/libraries/main.php:3342 app/libraries/main.php:3371
9166
- #: app/libraries/main.php:3400 app/libraries/main.php:3429
9167
- #: app/libraries/main.php:3458 app/libraries/main.php:3510
9168
- #: app/libraries/main.php:3556 app/libraries/main.php:3602
9169
- #: app/libraries/main.php:3651
9170
  msgid "Required Field"
9171
  msgstr "Campo obligatorio"
9172
 
9173
- #: app/libraries/main.php:3232 app/libraries/main.php:3261
9174
- #: app/libraries/main.php:3290 app/libraries/main.php:3319
9175
- #: app/libraries/main.php:3348 app/libraries/main.php:3377
9176
- #: app/libraries/main.php:3406 app/libraries/main.php:3435
9177
- #: app/libraries/main.php:3464 app/libraries/main.php:3516
9178
- #: app/libraries/main.php:3562 app/libraries/main.php:3608
9179
- #: app/libraries/main.php:3657
9180
  msgid "Insert a label for this field"
9181
  msgstr "Introduce una etiqueta para este campo"
9182
 
9183
- #: app/libraries/main.php:3486
9184
  msgid "HTML and shortcode are allowed."
9185
  msgstr "Se permite HTML"
9186
 
9187
- #: app/libraries/main.php:3529 app/libraries/main.php:3575
9188
- #: app/libraries/main.php:3621
9189
  msgid "Option"
9190
  msgstr "Opción"
9191
 
9192
- #: app/libraries/main.php:3657
9193
  #, php-format
9194
  msgid "Instead of %s, the page title with a link will be show."
9195
  msgstr "En lugar de %s, se mostrará el título de la página con un enlace."
9196
 
9197
- #: app/libraries/main.php:3659
9198
  msgid "Agreement Page"
9199
  msgstr "Página de Acuerdo"
9200
 
9201
- #: app/libraries/main.php:3670
9202
  msgid "Checked by default"
9203
  msgstr "Marcado por defecto"
9204
 
9205
- #: app/libraries/main.php:3671
9206
  msgid "Unchecked by default"
9207
  msgstr "Sin marcar por defecto"
9208
 
9209
- #: app/libraries/main.php:3695
9210
  msgid "Insert a label for this option"
9211
  msgstr "Introduce una etiqueta para esta opción"
9212
 
9213
- #: app/libraries/main.php:3708
9214
  msgid "Free"
9215
  msgstr "Gratis"
9216
 
9217
- #: app/libraries/main.php:4377 app/libraries/main.php:6558
9218
  #, fuzzy
9219
  #| msgid "M.E. Calendar"
9220
  msgid "M.E. Calender"
9221
  msgstr "M.E. Calendario"
9222
 
9223
- #: app/libraries/main.php:4533
9224
  #, php-format
9225
  msgid "Copy of %s"
9226
  msgstr "Copia de %s"
9227
 
9228
- #: app/libraries/main.php:5380
9229
  msgid "Booked an event."
9230
  msgstr "Has reservado para un evento."
9231
 
9232
- #: app/libraries/main.php:5421
9233
  #, php-format
9234
  msgid "%s booked %s event."
9235
  msgstr "%s reservado %s evento."
9236
 
9237
- #: app/libraries/main.php:6206 app/libraries/main.php:6260
9238
  msgid "Taxonomies"
9239
  msgstr "Taxonomías"
9240
 
9241
- #: app/libraries/main.php:6208 app/libraries/main.php:6262
9242
  msgid "Category Plural Label"
9243
  msgstr "Categoría Etiqueta plural"
9244
 
9245
- #: app/libraries/main.php:6209 app/libraries/main.php:6263
9246
  msgid "Category Singular Label"
9247
  msgstr "Categoría Etiqueta Singular"
9248
 
9249
- #: app/libraries/main.php:6210 app/libraries/main.php:6264
9250
  msgid "Label Plural Label"
9251
  msgstr "Etiqueta plural"
9252
 
9253
- #: app/libraries/main.php:6211 app/libraries/main.php:6265
9254
  msgid "Label Singular Label"
9255
  msgstr "Etiqueta singular de la etiqueta"
9256
 
9257
- #: app/libraries/main.php:6211 app/libraries/main.php:6265
9258
  msgid "label"
9259
  msgstr "etiqueta"
9260
 
9261
- #: app/libraries/main.php:6212 app/libraries/main.php:6266
9262
  msgid "Location Plural Label"
9263
  msgstr "Ubicación Etiqueta plural"
9264
 
9265
- #: app/libraries/main.php:6213 app/libraries/main.php:6267
9266
  msgid "Location Singular Label"
9267
  msgstr "Etiqueta de ubicación en singular"
9268
 
9269
- #: app/libraries/main.php:6214 app/libraries/main.php:6268
9270
  msgid "Organizer Plural Label"
9271
  msgstr "Etiqueta del organizador en plural"
9272
 
9273
- #: app/libraries/main.php:6215 app/libraries/main.php:6269
9274
  msgid "Organizer Singular Label"
9275
  msgstr "Etiqueta Singular del Organizador"
9276
 
9277
- #: app/libraries/main.php:6216 app/libraries/main.php:6270
9278
  msgid "Speaker Plural Label"
9279
  msgstr ""
9280
 
9281
- #: app/libraries/main.php:6217 app/libraries/main.php:6271
9282
  msgid "Speaker Singular Label"
9283
  msgstr ""
9284
 
9285
- #: app/libraries/main.php:6223 app/libraries/main.php:6277
9286
  msgid "Sunday abbreviation"
9287
  msgstr "Abreviatura de Domingo"
9288
 
9289
- #: app/libraries/main.php:6224 app/libraries/main.php:6278
9290
  msgid "Monday abbreviation"
9291
  msgstr "Abreviatura de Lunes"
9292
 
9293
- #: app/libraries/main.php:6225 app/libraries/main.php:6279
9294
  msgid "Tuesday abbreviation"
9295
  msgstr "Abreviatura de Martes"
9296
 
9297
- #: app/libraries/main.php:6226 app/libraries/main.php:6280
9298
  msgid "Wednesday abbreviation"
9299
  msgstr "Abreviatura de Miércoles "
9300
 
9301
- #: app/libraries/main.php:6227 app/libraries/main.php:6281
9302
  msgid "Thursday abbreviation"
9303
  msgstr "Abreviatura de Jueves"
9304
 
9305
- #: app/libraries/main.php:6228 app/libraries/main.php:6282
9306
  msgid "Friday abbreviation"
9307
  msgstr "Abreviatura de Viernes"
9308
 
9309
- #: app/libraries/main.php:6229 app/libraries/main.php:6283
9310
  msgid "Saturday abbreviation"
9311
  msgstr "Abreviatura de Sábado "
9312
 
9313
- #: app/libraries/main.php:6233 app/libraries/main.php:6287
9314
  msgid "Others"
9315
  msgstr "Otros"
9316
 
9317
- #: app/libraries/main.php:6235
9318
  msgid "Booking Success Message"
9319
  msgstr "Mensaje de reserva correcta"
9320
 
9321
- #: app/libraries/main.php:6235
9322
  #, fuzzy
9323
  #| msgid ""
9324
  #| "Thanks for your booking. Your tickets booked, booking verification might "
@@ -9330,66 +9344,66 @@ msgstr ""
9330
  "Gracias por tu reserva. Tus entradas han sido reservadas, podrías necesitar "
9331
  "una verificación, por favor consulta tu correo."
9332
 
9333
- #: app/libraries/main.php:6236
9334
  #, fuzzy
9335
  #| msgid "Booking Success Message"
9336
  msgid "Booking Restriction Message 1"
9337
  msgstr "Mensaje de reserva correcta"
9338
 
9339
- #: app/libraries/main.php:6236
9340
  #, php-format
9341
  msgid ""
9342
  "You selected %s tickets to book but maximum number of tikets per user is %s "
9343
  "tickets."
9344
  msgstr ""
9345
 
9346
- #: app/libraries/main.php:6237
9347
  #, fuzzy
9348
  #| msgid "Booking Success Message"
9349
  msgid "Booking Restriction Message 2"
9350
  msgstr "Mensaje de reserva correcta"
9351
 
9352
- #: app/libraries/main.php:6237
9353
  #, php-format
9354
  msgid ""
9355
  "You booked %s tickets till now but maximum number of tickets per user is %s "
9356
  "tickets."
9357
  msgstr ""
9358
 
9359
- #: app/libraries/main.php:6238
9360
  #, fuzzy
9361
  #| msgid "Booking Success Message"
9362
  msgid "Booking IP Restriction Message"
9363
  msgstr "Mensaje de reserva correcta"
9364
 
9365
- #: app/libraries/main.php:6238
9366
  #, php-format
9367
  msgid "Maximum allowed number of tickets that you can book is %s."
9368
  msgstr ""
9369
 
9370
- #: app/libraries/main.php:6239
9371
  #, fuzzy
9372
  #| msgid "Booking Options"
9373
  msgid "Booking Button"
9374
  msgstr "Opciones de reserva"
9375
 
9376
- #: app/libraries/main.php:6239 app/libraries/skins.php:1257
9377
  #: app/modules/booking/steps/tickets.php:99
9378
  msgid "Book Event"
9379
  msgstr "Reservar evento"
9380
 
9381
- #: app/libraries/main.php:6240 app/libraries/main.php:6289
9382
  #: app/widgets/single.php:131
9383
  msgid "Register Button"
9384
  msgstr "Botón de registro"
9385
 
9386
- #: app/libraries/main.php:6240 app/libraries/main.php:6289
9387
  #: app/skins/available_spot/tpl.php:208 app/skins/carousel/render.php:106
9388
  #: app/skins/carousel/render.php:144 app/skins/grid/render.php:103
9389
  #: app/skins/grid/render.php:161 app/skins/grid/render.php:219
9390
  #: app/skins/grid/render.php:240 app/skins/list/render.php:70
9391
  #: app/skins/list/render.php:165 app/skins/masonry/render.php:150
9392
- #: app/skins/single.php:478 app/skins/single.php:1203 app/skins/single.php:1206
9393
  #: app/skins/single/default.php:287 app/skins/single/default.php:289
9394
  #: app/skins/single/default.php:520 app/skins/single/default.php:522
9395
  #: app/skins/single/m1.php:143 app/skins/single/m1.php:145
@@ -9401,11 +9415,11 @@ msgstr "Botón de registro"
9401
  msgid "REGISTER"
9402
  msgstr "REGISTRO"
9403
 
9404
- #: app/libraries/main.php:6241 app/libraries/main.php:6290
9405
  msgid "View Detail Button"
9406
  msgstr "Ver detalle del botón"
9407
 
9408
- #: app/libraries/main.php:6241 app/libraries/main.php:6290
9409
  #: app/skins/carousel/render.php:106 app/skins/carousel/render.php:144
9410
  #: app/skins/grid/render.php:103 app/skins/grid/render.php:161
9411
  #: app/skins/grid/render.php:219 app/skins/grid/render.php:240
@@ -9417,148 +9431,148 @@ msgstr "Ver detalle del botón"
9417
  msgid "View Detail"
9418
  msgstr "Ver detalle"
9419
 
9420
- #: app/libraries/main.php:6242 app/libraries/main.php:6291
9421
  msgid "Event Detail Button"
9422
  msgstr "Botón de detalle del evento"
9423
 
9424
- #: app/libraries/main.php:6242 app/libraries/main.php:6291
9425
  msgid "Event Detail"
9426
  msgstr "Detalle del evento"
9427
 
9428
- #: app/libraries/main.php:6247
9429
  msgid "Ticket (Singular)"
9430
  msgstr "Entrada (Singular)"
9431
 
9432
- #: app/libraries/main.php:6248
9433
  msgid "Tickets (Plural)"
9434
  msgstr "Entradas (Plural)"
9435
 
9436
- #: app/libraries/main.php:6406
9437
  msgid "EventON"
9438
  msgstr "EventON"
9439
 
9440
- #: app/libraries/main.php:6407
9441
  msgid "The Events Calendar"
9442
  msgstr "The Events Calendar"
9443
 
9444
- #: app/libraries/main.php:6408
9445
  msgid "Events Schedule WP Plugin"
9446
  msgstr "Events Schedule WP Plugin"
9447
 
9448
- #: app/libraries/main.php:6409
9449
  msgid "Calendarize It"
9450
  msgstr "Ponlo al calendario"
9451
 
9452
- #: app/libraries/main.php:6410
9453
  #, fuzzy
9454
  #| msgid "Event %s"
9455
  msgid "Event Espresso"
9456
  msgstr "Evento %s"
9457
 
9458
- #: app/libraries/main.php:6411
9459
  #, fuzzy
9460
  #| msgid "Event Repeating"
9461
  msgid "Events Manager (Recurring)"
9462
  msgstr "Repetir el evento"
9463
 
9464
- #: app/libraries/main.php:6412
9465
  #, fuzzy
9466
  #| msgid "Modern Events Calendar (Lite)"
9467
  msgid "Events Manager (Single)"
9468
  msgstr "Modern Events Calendar (Lite)"
9469
 
9470
- #: app/libraries/main.php:6413
9471
  #, fuzzy
9472
  #| msgid "Modern Events Calendar (Lite)"
9473
  msgid "WP Event Manager"
9474
  msgstr "Modern Events Calendar (Lite)"
9475
 
9476
- #: app/libraries/main.php:6497 app/libraries/main.php:6519
9477
  msgid "Pending"
9478
  msgstr ""
9479
 
9480
- #: app/libraries/main.php:6545
9481
  msgid "Waiting"
9482
  msgstr ""
9483
 
9484
- #: app/libraries/main.php:6588
9485
  #, fuzzy
9486
  #| msgid "Sunday"
9487
  msgid "Sun"
9488
  msgstr "Domingo"
9489
 
9490
- #: app/libraries/main.php:6588
9491
  #, fuzzy
9492
  #| msgid "Monthly"
9493
  msgid "Mon"
9494
  msgstr "Mensual"
9495
 
9496
- #: app/libraries/main.php:6588
9497
  #, fuzzy
9498
  #| msgid "Tel"
9499
  msgid "Tue"
9500
  msgstr "Tel"
9501
 
9502
- #: app/libraries/main.php:6588
9503
  msgid "Wed"
9504
  msgstr ""
9505
 
9506
- #: app/libraries/main.php:6588
9507
  msgid "Thu"
9508
  msgstr ""
9509
 
9510
- #: app/libraries/main.php:6588
9511
  #, fuzzy
9512
  #| msgid "Friday"
9513
  msgid "Fri"
9514
  msgstr "Viernes"
9515
 
9516
- #: app/libraries/main.php:6588
9517
  #, fuzzy
9518
  #| msgid "Start"
9519
  msgid "Sat"
9520
  msgstr "Inicio"
9521
 
9522
- #: app/libraries/main.php:6750 app/libraries/render.php:80
9523
  #: app/libraries/render.php:445
9524
  msgid "Skin controller does not exist."
9525
  msgstr "No existe skin controller."
9526
 
9527
- #: app/libraries/main.php:6965
9528
  #, fuzzy
9529
  #| msgid "Sold out!"
9530
  msgid "Sold Out"
9531
  msgstr "¡Agotado!"
9532
 
9533
- #: app/libraries/main.php:6976
9534
  #, fuzzy
9535
  #| msgid "Ticket"
9536
  msgid "Last Few Tickets"
9537
  msgstr "Ticket"
9538
 
9539
- #: app/libraries/main.php:7305 app/libraries/main.php:7322
9540
  #, fuzzy
9541
  #| msgid "minutes"
9542
  msgid "Minutes"
9543
  msgstr "minutos"
9544
 
9545
- #: app/libraries/main.php:7327
9546
  msgid "AM / PM"
9547
  msgstr ""
9548
 
9549
- #: app/libraries/main.php:7328
9550
  msgid "AM"
9551
  msgstr "AM"
9552
 
9553
- #: app/libraries/main.php:7329
9554
  msgid "PM"
9555
  msgstr "PM"
9556
 
9557
- #: app/libraries/main.php:7337
9558
  msgid "Ongoing..."
9559
  msgstr ""
9560
 
9561
- #: app/libraries/main.php:7338
9562
  #, fuzzy
9563
  #| msgid "Expired Events"
9564
  msgid "Expired!"
@@ -9590,41 +9604,41 @@ msgstr "Nueva reserva recibida."
9590
  msgid "A new event is added."
9591
  msgstr "Se ha añadido un nuevo evento."
9592
 
9593
- #: app/libraries/notifications.php:834
9594
  #, fuzzy
9595
  #| msgid "The event published."
9596
  msgid "Your event is published."
9597
  msgstr "El evento a sido publicado."
9598
 
9599
- #: app/libraries/notifications.php:1248
9600
  msgid "to"
9601
  msgstr "a"
9602
 
9603
- #: app/libraries/notifications.php:1269 app/modules/export/details.php:46
9604
  msgid "+ Add to Google Calendar"
9605
  msgstr "+ Añadir Google Calendar"
9606
 
9607
- #: app/libraries/notifications.php:1270 app/modules/export/details.php:47
9608
  #, fuzzy
9609
  #| msgid "+ iCal export"
9610
  msgid "+ iCal / Outlook export"
9611
  msgstr "Exportación + iCal"
9612
 
9613
- #: app/libraries/notifications.php:1319
9614
  #, fuzzy, php-format
9615
  #| msgid "+ Add to Google Calendar"
9616
  msgid "+ %s to Google Calendar"
9617
  msgstr "+ Añadir Google Calendar"
9618
 
9619
- #: app/libraries/notifications.php:1399
9620
  msgid "Yes"
9621
  msgstr "Sí"
9622
 
9623
- #: app/libraries/notifications.php:1399
9624
  msgid "No"
9625
  msgstr "No"
9626
 
9627
- #: app/libraries/skins.php:1083
9628
  #, fuzzy
9629
  #| msgid "Select All"
9630
  msgid "Select"
@@ -9762,15 +9776,15 @@ msgstr "El evento está terminado."
9762
  msgid "The event is ongoing."
9763
  msgstr "El evento está en curso."
9764
 
9765
- #: app/modules/googlemap/details.php:125
9766
  msgid "Address from ..."
9767
  msgstr "Dirección de…"
9768
 
9769
- #: app/modules/googlemap/details.php:129
9770
  msgid "Get Directions"
9771
  msgstr "Cómo llegar"
9772
 
9773
- #: app/modules/links/details.php:17 app/skins/single.php:886
9774
  msgid "Share this event"
9775
  msgstr "Compartir este evento"
9776
 
@@ -9825,7 +9839,7 @@ msgstr "Siguiente repetición"
9825
  msgid "Go to occurrence page"
9826
  msgstr "Ir a la página de repetición"
9827
 
9828
- #: app/modules/next-event/details.php:139 app/skins/single.php:1176
9829
  #: app/skins/single/default.php:118 app/skins/single/default.php:352
9830
  #: app/skins/single/m1.php:40 app/skins/single/modern.php:216
9831
  msgid "Time"
@@ -9986,20 +10000,20 @@ msgstr "Nuevo evento"
9986
  msgid "Home"
9987
  msgstr ""
9988
 
9989
- #: app/skins/single.php:970 app/skins/single/default.php:64
9990
  #: app/skins/single/m1.php:278 app/skins/single/m2.php:199
9991
  #: app/skins/single/modern.php:300
9992
  msgid "Sold out!"
9993
  msgstr "¡Agotado!"
9994
 
9995
- #: app/skins/single.php:1250 app/skins/single.php:1309
9996
  #: app/skins/single/default.php:254 app/skins/single/default.php:487
9997
  #: app/skins/single/m1.php:112 app/skins/single/m2.php:35
9998
  #: app/skins/single/modern.php:58
9999
  msgid "Phone"
10000
  msgstr "Teléfono"
10001
 
10002
- #: app/skins/single.php:1399
10003
  msgid "Speakers:"
10004
  msgstr ""
10005
 
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Modern Events Calendar Lite - Stable (latest "
6
  "release)\n"
7
+ "POT-Creation-Date: 2020-10-28 10:07+0330\n"
8
+ "PO-Revision-Date: 2020-10-28 10:09+0330\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/import.php:55
20
+ #: app/features/ix/thirdparty.php:26 app/features/mec.php:1156
21
+ #: app/features/mec.php:1186 app/features/mec/dashboard.php:63
22
  #: app/widgets/MEC.php:33
23
  msgid "Modern Events Calendar"
24
  msgstr "Modern Events Calendar"
83
  msgstr "Añadir nuevo Shortcode"
84
 
85
  #: app/features/colors.php:50 app/features/fes/form.php:915
86
+ #: app/features/mec/settings.php:764
87
  msgid "Event Color"
88
  msgstr "Color del evento"
89
 
96
  #: app/features/contextual.php:55 app/features/mec.php:474
97
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
98
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
99
+ #: app/libraries/main.php:616
100
  msgid "Settings"
101
  msgstr "Ajustes"
102
 
103
  #: app/features/contextual.php:62 app/features/events.php:1617
104
+ #: app/features/events.php:2492 app/features/mec/booking.php:606
105
+ #: app/features/mec/booking.php:854 app/features/mec/support.php:29
106
+ #: app/libraries/main.php:571
107
  msgid "Booking Form"
108
  msgstr "Formulario de Reservas"
109
 
131
  "iframe>"
132
 
133
  #: app/features/contextual.php:70 app/features/events.php:1625
134
+ #: app/features/mec/booking.php:798 app/features/mec/support-page.php:115
135
+ #: app/features/mec/support.php:36 app/libraries/main.php:572
136
  msgid "Payment Gateways"
137
  msgstr "Pasarelas de pago"
138
 
148
 
149
  #: app/features/contextual.php:77 app/features/events.php:352
150
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
151
+ #: app/libraries/main.php:764
152
  msgid "Notifications"
153
  msgstr "Avisos"
154
 
234
  "\" frameborder=\"0\" allowfullscreen></iframe>"
235
 
236
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
237
+ #: app/features/mec/support-page.php:97 app/libraries/main.php:538
238
  msgid "General Options"
239
  msgstr "Opciones generales"
240
 
241
+ #: app/features/contextual.php:139 app/features/mec/settings.php:483
242
+ #: app/libraries/main.php:540
243
  msgid "Slugs/Permalinks"
244
  msgstr "Enlaces permanentes"
245
 
247
  msgid "Event Details/Single Event Page"
248
  msgstr "Detalles del Evento/Página de Evento Único"
249
 
250
+ #: app/features/contextual.php:166 app/features/mec/settings.php:515
251
+ #: app/libraries/main.php:541
252
  msgid "Currency Options"
253
  msgstr "Opciones de moneda"
254
 
256
  msgid "Google Maps Options"
257
  msgstr "Opciones de Google Maps"
258
 
259
+ #: app/features/contextual.php:244 app/features/mec/settings.php:572
260
+ #: app/libraries/main.php:542
261
  msgid "Google Recaptcha Options"
262
  msgstr "Opciones de Google Recaptcha"
263
 
264
  #: app/features/contextual.php:258 app/features/mec/single.php:248
265
+ #: app/libraries/main.php:557
266
  msgid "Countdown Options"
267
  msgstr "Opciones de cuenta atrás"
268
 
269
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
270
+ #: app/libraries/main.php:582
271
  msgid "Social Networks"
272
  msgstr "Redes Sociales"
273
 
275
  msgid "Next Event Module"
276
  msgstr "Módulo de Siguiente Evento"
277
 
278
+ #: app/features/contextual.php:286 app/features/mec/settings.php:612
279
+ #: app/features/mec/support-page.php:98 app/libraries/main.php:543
280
  msgid "Frontend Event Submission"
281
  msgstr "Presentación del evento Frontend"
282
 
283
  #: app/features/contextual.php:298 app/features/events.php:345
284
+ #: app/libraries/main.php:558
285
  msgid "Exceptional Days"
286
  msgstr "Días excepcionales"
287
 
288
  #: app/features/contextual.php:308 app/features/events.php:315
289
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
290
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
291
+ #: app/libraries/main.php:566 app/libraries/main.php:596
292
+ #: app/libraries/main.php:681
293
  msgid "Booking"
294
  msgstr "Reserva"
295
 
296
+ #: app/features/contextual.php:318 app/features/mec/booking.php:428
297
+ #: app/features/mec/booking.php:814 app/libraries/main.php:568
298
  msgid "Coupons"
299
  msgstr "Cupones"
300
 
301
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
302
+ #: app/libraries/main.php:584
303
  msgid "BuddyPress Integration"
304
  msgstr "Integración de BuddyPress"
305
 
306
+ #: app/features/contextual.php:334 app/features/mec/settings.php:1001
307
+ #: app/libraries/main.php:546
308
  msgid "Mailchimp Integration"
309
  msgstr "Integración de MailChimp"
310
 
313
  msgstr "Activación MEC"
314
 
315
  #: app/features/dlfile.php:121 app/features/events.php:1622
316
+ #: app/features/mec/booking.php:348 app/features/mec/settings.php:836
317
  #, fuzzy
318
  #| msgid "Download ICS file"
319
  msgid "Downloadable File"
352
  msgstr "¡La imagen está subida!"
353
 
354
  #: app/features/events.php:167 app/features/ix/export.php:34
355
+ #: app/features/mec/dashboard.php:265 app/libraries/main.php:5504
356
+ #: app/libraries/main.php:5524 app/skins/daily_view/tpl.php:82
357
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
358
  #: app/skins/yearly_view/tpl.php:71
359
  msgid "Events"
413
  #: app/features/mec/meta_boxes/search_form.php:584
414
  #: app/features/mec/meta_boxes/search_form.php:654
415
  #: app/features/mec/meta_boxes/search_form.php:760
416
+ #: app/features/mec/settings.php:908 app/features/mec/settings.php:954
417
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
418
+ #: app/features/search.php:68 app/libraries/main.php:6250
419
+ #: app/libraries/main.php:6304 app/libraries/skins.php:934
420
+ #: app/skins/single.php:993 app/skins/single/default.php:219
421
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
422
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
423
  msgid "Category"
426
  #: app/features/events.php:193 app/features/events.php:3526
427
  #: app/features/fes/form.php:865 app/features/mec.php:462
428
  #: app/features/mec/meta_boxes/filter.php:69
429
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6249
430
+ #: app/libraries/main.php:6303
431
  msgid "Categories"
432
  msgstr "Categorías"
433
 
522
  msgstr "Detalle del evento"
523
 
524
  #: app/features/events.php:346 app/features/events.php:1360
525
+ #: app/features/mec/settings.php:794 app/skins/single.php:1386
526
  msgid "Hourly Schedule"
527
  msgstr "Programación horaria"
528
 
553
  #: app/features/mec/meta_boxes/search_form.php:599
554
  #: app/features/mec/meta_boxes/search_form.php:669
555
  #: app/features/mec/meta_boxes/search_form.php:775
556
+ #: app/features/mec/settings.php:966 app/features/mec/single.php:335
557
  #: app/features/mec/single.php:377 app/features/organizers.php:58
558
  #: app/features/organizers.php:204 app/features/organizers.php:260
559
  #: app/features/organizers.php:262 app/features/organizers.php:271
560
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
561
+ #: app/features/search.php:80 app/libraries/main.php:6256
562
+ #: app/libraries/main.php:6310 app/libraries/skins.php:986
563
+ #: app/skins/single.php:1241 app/skins/single/default.php:244
564
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
565
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
566
  msgid "Organizer"
567
  msgstr "Organizador"
568
 
569
  #: app/features/events.php:350 app/features/events.php:1165
570
+ #: app/features/fes/form.php:836 app/features/mec/settings.php:905
571
+ #: app/libraries/main.php:6287 app/libraries/main.php:6336
572
+ #: app/skins/single.php:1019 app/skins/single/default.php:142
573
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
574
  #: app/skins/single/modern.php:237
575
  msgid "Cost"
594
  #: app/features/fes/form.php:795 app/features/labels.php:178
595
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
596
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
597
+ #: app/libraries/notifications.php:1382 app/modules/booking/steps/form.php:61
598
  msgid "Name"
599
  msgstr "Nombre"
600
 
602
  #: app/features/events.php:2549 app/features/events.php:2638
603
  #: app/features/events.php:4089 app/features/fes.php:243
604
  #: app/features/fes/form.php:791 app/features/login/login.php:5
605
+ #: app/features/mec/booking.php:65 app/features/mec/booking.php:644
606
+ #: app/features/mec/booking.php:740 app/features/mec/single.php:191
607
  #: app/features/organizers.php:111 app/features/organizers.php:152
608
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
609
+ #: app/features/speakers.php:204 app/libraries/main.php:1839
610
+ #: app/libraries/main.php:1908 app/libraries/main.php:3330
611
+ #: app/libraries/notifications.php:1383 app/modules/booking/steps/form.php:70
612
+ #: app/modules/booking/steps/form.php:208 app/skins/single.php:1258
613
+ #: app/skins/single.php:1317 app/skins/single/default.php:261
614
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
615
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
616
  msgid "Email"
630
  #: app/features/events.php:3574 app/features/events.php:3762
631
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
632
  #: app/features/ix.php:3980 app/features/ix.php:4022
633
+ #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1344
634
  #: app/features/mec/meta_boxes/display_options.php:52
635
  #: app/features/mec/meta_boxes/display_options.php:295
636
  #: app/features/mec/meta_boxes/display_options.php:549
654
  #: app/features/events.php:3575 app/features/events.php:3762
655
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
656
  #: app/features/ix.php:3980 app/features/ix.php:4022
657
+ #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1345
658
  #: app/features/popup/event.php:92
659
  msgid "End Date"
660
  msgstr "Día final"
703
  #: app/features/events.php:2408 app/features/events.php:2421
704
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
705
  #: app/features/locations.php:336 app/features/mec/booking.php:117
706
+ #: app/features/mec/booking.php:140 app/features/mec/booking.php:212
707
+ #: app/features/mec/booking.php:279 app/features/mec/booking.php:292
708
+ #: app/features/mec/booking.php:309 app/features/mec/booking.php:349
709
+ #: app/features/mec/booking.php:473 app/features/mec/booking.php:502
710
+ #: app/features/mec/booking.php:550 app/features/mec/booking.php:560
711
+ #: app/features/mec/booking.php:582 app/features/mec/booking.php:592
712
+ #: app/features/mec/booking.php:830 app/features/mec/booking.php:856
713
  #: app/features/mec/dashboard.php:71
714
  #: app/features/mec/meta_boxes/display_options.php:85
715
  #: app/features/mec/meta_boxes/display_options.php:98
746
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
747
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
748
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
749
+ #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:206
750
+ #: app/features/mec/notifications.php:326
751
+ #: app/features/mec/notifications.php:452
752
+ #: app/features/mec/notifications.php:573
753
+ #: app/features/mec/notifications.php:697
754
+ #: app/features/mec/notifications.php:708
755
+ #: app/features/mec/notifications.php:832
756
+ #: app/features/mec/notifications.php:917 app/features/mec/settings.php:74
757
+ #: app/features/mec/settings.php:93 app/features/mec/settings.php:140
758
+ #: app/features/mec/settings.php:175 app/features/mec/settings.php:196
759
+ #: app/features/mec/settings.php:241 app/features/mec/settings.php:284
760
+ #: app/features/mec/settings.php:361 app/features/mec/settings.php:438
761
+ #: app/features/mec/settings.php:455 app/features/mec/settings.php:472
762
+ #: app/features/mec/settings.php:491 app/features/mec/settings.php:505
763
+ #: app/features/mec/settings.php:533 app/features/mec/settings.php:624
764
+ #: app/features/mec/settings.php:876 app/features/mec/settings.php:892
765
+ #: app/features/mec/settings.php:1016 app/features/mec/settings.php:1029
766
+ #: app/features/mec/settings.php:1045 app/features/mec/single.php:46
767
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
768
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
769
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
770
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
771
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
772
  #: app/features/organizers.php:272 app/features/popup/event.php:126
773
+ #: app/features/popup/event.php:173 app/skins/single.php:1104
774
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
775
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
776
  #: app/skins/single/modern.php:163
826
  msgstr "Repeticiones"
827
 
828
  #: app/features/events.php:665 app/features/fes/form.php:372
829
+ #: app/features/mec.php:1347 app/skins/default_full_calendar/tpl.php:77
830
  #: app/skins/full_calendar/tpl.php:124
831
  msgid "Daily"
832
  msgstr "Diariamente"
850
  msgstr "Semanal"
851
 
852
  #: app/features/events.php:700 app/features/fes/form.php:377
853
+ #: app/features/mec.php:1348 app/skins/default_full_calendar/tpl.php:75
854
  #: app/skins/full_calendar/tpl.php:122
855
  msgid "Monthly"
856
  msgstr "Mensual"
857
 
858
  #: app/features/events.php:707 app/features/fes/form.php:378
859
+ #: app/features/mec.php:1349 app/skins/default_full_calendar/tpl.php:74
860
  #: app/skins/full_calendar/tpl.php:121
861
  msgid "Yearly"
862
  msgstr "Anual"
968
  msgstr "On"
969
 
970
  #: app/features/events.php:1117 app/features/fes/form.php:741
971
+ #: app/features/mec/booking.php:170
972
  msgid "After"
973
  msgstr "Después"
974
 
997
 
998
  #: app/features/events.php:1161 app/features/events.php:3762
999
  #: app/features/fes/form.php:833 app/features/ix.php:3980
1000
+ #: app/features/ix.php:4022 app/features/mec/settings.php:740
1001
+ #: app/libraries/main.php:6286 app/libraries/main.php:6335
1002
  #: app/widgets/single.php:103
1003
  msgid "Event Cost"
1004
  msgstr "Coste del evento"
1015
 
1016
  #: app/features/events.php:1269 app/features/events.php:2550
1017
  #: app/features/events.php:2639 app/features/fes.php:243
1018
+ #: app/features/mec/booking.php:645 app/features/mec/booking.php:741
1019
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
1020
+ #: app/features/wc.php:83 app/libraries/main.php:3417
1021
  #: app/modules/booking/steps/tickets.php:103
1022
+ #: app/modules/next-event/details.php:134 app/skins/single.php:1077
1023
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
1024
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
1025
  msgid "Date"
1057
  #: app/features/events.php:2397 app/features/events.php:3570
1058
  #: app/features/events.php:3762 app/features/fes/form.php:256
1059
  #: app/features/ix.php:3980 app/features/ix.php:4022
1060
+ #: app/features/mec/booking.php:542 app/features/mec/booking.php:574
1061
  #: app/features/mec/styling.php:130
1062
  msgid "Title"
1063
  msgstr "Titulo"
1068
  #: app/features/events.php:2006 app/features/events.php:2143
1069
  #: app/features/events.php:2242 app/features/events.php:2278
1070
  #: app/features/events.php:2385 app/features/events.php:2427
1071
+ #: app/features/mec/booking.php:485 app/features/mec/booking.php:514
1072
+ #: app/features/mec/booking.php:565 app/features/mec/booking.php:597
1073
+ #: app/libraries/main.php:3252 app/libraries/main.php:3281
1074
+ #: app/libraries/main.php:3310 app/libraries/main.php:3339
1075
+ #: app/libraries/main.php:3368 app/libraries/main.php:3397
1076
+ #: app/libraries/main.php:3426 app/libraries/main.php:3455
1077
+ #: app/libraries/main.php:3484 app/libraries/main.php:3505
1078
+ #: app/libraries/main.php:3536 app/libraries/main.php:3582
1079
+ #: app/libraries/main.php:3628 app/libraries/main.php:3677
1080
+ #: app/libraries/main.php:3717
1081
  msgid "Remove"
1082
  msgstr "Eliminar"
1083
 
1104
  #: app/features/events.php:1425 app/features/events.php:1458
1105
  #: app/features/events.php:1519 app/features/fes/form.php:959
1106
  #: app/features/mec.php:470 app/features/mec/modules.php:51
1107
+ #: app/features/mec/settings.php:788 app/features/speakers.php:61
1108
+ #: app/libraries/main.php:576 app/libraries/main.php:6257
1109
+ #: app/libraries/main.php:6311 app/modules/speakers/details.php:18
1110
  msgid "Speakers"
1111
  msgstr ""
1112
 
1117
  msgstr "Días de semana"
1118
 
1119
  #: app/features/events.php:1550 app/features/fes/form.php:810
1120
+ #: app/features/mec/settings.php:734
1121
  msgid "Event Links"
1122
  msgstr "Enlaces de eventos"
1123
 
1124
  #: app/features/events.php:1553 app/features/events.php:1561
1125
+ #: app/features/fes/form.php:812 app/features/mec/settings.php:906
1126
+ #: app/libraries/main.php:6284 app/libraries/main.php:6333
1127
  msgid "Event Link"
1128
  msgstr "Enlace del evento"
1129
 
1150
  msgstr ""
1151
 
1152
  #: app/features/events.php:1571 app/features/events.php:1584
1153
+ #: app/features/fes/form.php:817 app/libraries/main.php:6285
1154
+ #: app/libraries/main.php:6334 app/skins/single.php:1103
1155
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1156
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1157
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
1163
  msgstr "Más Información"
1164
 
1165
  #: app/features/events.php:1579 app/features/fes/form.php:821
1166
+ #: app/features/mec.php:991 app/features/popup/shortcode.php:477
1167
  msgid "Current Window"
1168
  msgstr "Ventana actual"
1169
 
1170
  #: app/features/events.php:1580 app/features/fes/form.php:822
1171
+ #: app/features/mec.php:992 app/features/popup/shortcode.php:481
1172
  msgid "New Window"
1173
  msgstr "Nueva ventana"
1174
 
1180
  "Si lo rellenas, se mostrará en la página de detalles del evento como enlace "
1181
  "opcional. Inserta todo el enlace incluyendo http(s)://"
1182
 
1183
+ #: app/features/events.php:1608 app/features/mec/settings.php:802
1184
  msgid "Booking Options"
1185
  msgstr "Opciones de reserva"
1186
 
1191
  msgstr "Límite total de reservas"
1192
 
1193
  #: app/features/events.php:1610 app/features/events.php:1814
1194
+ #: app/libraries/book.php:61 app/libraries/main.php:6289
1195
  #: app/modules/booking/steps/tickets.php:134
1196
  #: app/modules/booking/steps/tickets.php:140
1197
  msgid "Tickets"
1202
  msgstr "Tasas"
1203
 
1204
  #: app/features/events.php:1615 app/features/events.php:2311
1205
+ #: app/features/mec/settings.php:814
1206
  msgid "Ticket Variations / Options"
1207
  msgstr ""
1208
 
1209
+ #: app/features/events.php:1619 app/features/mec/booking.php:885
1210
  #: app/features/mec/support-page.php:118
1211
  #, fuzzy
1212
  #| msgid "Organizer Tel"
1268
  "similar."
1269
  msgstr ""
1270
 
1271
+ #: app/features/events.php:1743 app/features/mec/booking.php:146
1272
  #, fuzzy
1273
  #| msgid "General Options"
1274
  msgid "Interval Options"
1275
  msgstr "Opciones generales"
1276
 
1277
  #: app/features/events.php:1745 app/features/events.php:1750
1278
+ #: app/features/mec/booking.php:148 app/features/mec/booking.php:153
1279
  #, fuzzy
1280
  #| msgid "Booking Form"
1281
  msgid "Show Booking Form Interval"
1282
  msgstr "Formulario de Reservas"
1283
 
1284
+ #: app/features/events.php:1747 app/features/mec/booking.php:150
1285
  msgid "Minutes (e.g 5)"
1286
  msgstr ""
1287
 
1288
+ #: app/features/events.php:1751 app/features/mec/booking.php:154
1289
  msgid ""
1290
  "You can show booking form only at certain times before event start. If you "
1291
  "set this option to 30 then booking form will open only 30 minutes before "
1366
  #: app/features/events.php:2058 app/features/events.php:2061
1367
  #: app/features/events.php:2139 app/features/events.php:2356
1368
  #: app/features/events.php:2360 app/features/events.php:2402
1369
+ #: app/features/events.php:2405 app/features/mec/booking.php:546
1370
+ #: app/features/mec/booking.php:549 app/features/mec/booking.php:578
1371
+ #: app/features/mec/booking.php:581
1372
  msgid "Price"
1373
  msgstr "Precio"
1374
 
1444
  #: app/features/mec/meta_boxes/search_form.php:620
1445
  #: app/features/mec/meta_boxes/search_form.php:690
1446
  #: app/features/mec/meta_boxes/search_form.php:796
1447
+ #: app/features/mec/settings.php:909 app/features/mec/settings.php:986
1448
  #: app/features/mec/single.php:349 app/features/mec/single.php:391
1449
+ #: app/features/search.php:98 app/libraries/skins.php:1064
1450
  msgid "Label"
1451
  msgstr "Etiqueta"
1452
 
1453
  #: app/features/events.php:2216 app/features/events.php:2254
1454
+ #: app/features/mec/booking.php:465 app/features/mec/booking.php:494
1455
  msgid "Fee Title"
1456
  msgstr "Título de la cuota"
1457
 
1458
  #: app/features/events.php:2222 app/features/events.php:2226
1459
  #: app/features/events.php:2259 app/features/events.php:2262
1460
+ #: app/features/mec/booking.php:469 app/features/mec/booking.php:472
1461
+ #: app/features/mec/booking.php:498 app/features/mec/booking.php:501
1462
  msgid "Amount"
1463
  msgstr "Cantidad"
1464
 
1465
  #: app/features/events.php:2227 app/features/events.php:2263
1466
+ #: app/features/mec/booking.php:473 app/features/mec/booking.php:502
1467
  msgid ""
1468
  "Fee amount, considered as fixed amount if you set the type to amount "
1469
  "otherwise considered as percentage"
1472
  "cantidad, si no será considerada como porcentaje"
1473
 
1474
  #: app/features/events.php:2236 app/features/events.php:2272
1475
+ #: app/features/mec/booking.php:480 app/features/mec/booking.php:509
1476
  msgid "Percent"
1477
  msgstr "Porcentaje"
1478
 
1479
  #: app/features/events.php:2237 app/features/events.php:2273
1480
+ #: app/features/mec/booking.php:481 app/features/mec/booking.php:510
1481
  msgid "Amount (Per Ticket)"
1482
  msgstr "Cantidad (Por ticket)"
1483
 
1484
  #: app/features/events.php:2238 app/features/events.php:2274
1485
+ #: app/features/mec/booking.php:482 app/features/mec/booking.php:511
1486
  msgid "Amount (Per Booking)"
1487
  msgstr "Cantidad (por reservas)"
1488
 
1489
  #: app/features/events.php:2361 app/features/events.php:2406
1490
+ #: app/features/mec/booking.php:550 app/features/mec/booking.php:582
1491
  msgid "Option Price"
1492
  msgstr ""
1493
 
1494
  #: app/features/events.php:2371 app/features/events.php:2375
1495
  #: app/features/events.php:2415 app/features/events.php:2418
1496
+ #: app/features/mec/booking.php:556 app/features/mec/booking.php:559
1497
+ #: app/features/mec/booking.php:588 app/features/mec/booking.php:591
1498
  msgid "Maximum Per Ticket"
1499
  msgstr ""
1500
 
1501
  #: app/features/events.php:2376 app/features/events.php:2419
1502
+ #: app/features/mec/booking.php:560 app/features/mec/booking.php:592
1503
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1504
  msgstr ""
1505
 
1506
+ #: app/features/events.php:2516 app/features/mec/booking.php:608
1507
  #, fuzzy
1508
  #| msgid "Attendees Limit"
1509
  msgid "Per Attendee Fields"
1510
  msgstr "Límite de asistentes"
1511
 
1512
+ #: app/features/events.php:2546 app/features/mec/booking.php:641
1513
+ #: app/libraries/main.php:3272
1514
  #, fuzzy
1515
  #| msgid "Name"
1516
  msgid "MEC Name"
1517
  msgstr "Nombre"
1518
 
1519
+ #: app/features/events.php:2547 app/features/mec/booking.php:642
1520
+ #: app/libraries/main.php:3301
1521
  #, fuzzy
1522
  #| msgid "Email"
1523
  msgid "MEC Email"
1524
  msgstr "Correo electrónico"
1525
 
1526
  #: app/features/events.php:2548 app/features/events.php:2637
1527
+ #: app/features/mec/booking.php:643 app/features/mec/booking.php:739
1528
+ #: app/features/mec/single.php:190 app/libraries/main.php:3243
1529
  msgid "Text"
1530
  msgstr "Texto"
1531
 
1532
  #: app/features/events.php:2551 app/features/events.php:2640
1533
+ #: app/features/mec/booking.php:646 app/features/mec/booking.php:742
1534
  #: app/features/mec/single.php:194 app/features/organizers.php:103
1535
  #: app/features/organizers.php:148 app/features/speakers.php:119
1536
  #: app/features/speakers.php:200 app/features/speakers.php:285
1537
+ #: app/libraries/main.php:3446
1538
  msgid "Tel"
1539
  msgstr "Tel"
1540
 
1541
+ #: app/features/events.php:2552 app/features/mec/booking.php:647
1542
+ #: app/libraries/main.php:3388
1543
  msgid "File"
1544
  msgstr ""
1545
 
1546
  #: app/features/events.php:2553 app/features/events.php:2641
1547
+ #: app/features/mec/booking.php:648 app/features/mec/booking.php:743
1548
+ #: app/features/mec/single.php:195 app/libraries/main.php:3475
1549
  msgid "Textarea"
1550
  msgstr "Área de texto"
1551
 
1552
  #: app/features/events.php:2554 app/features/events.php:2642
1553
+ #: app/features/mec/booking.php:649 app/features/mec/booking.php:744
1554
+ #: app/features/mec/single.php:197 app/libraries/main.php:3527
1555
  msgid "Checkboxes"
1556
  msgstr "Checkboxes"
1557
 
1558
  #: app/features/events.php:2555 app/features/events.php:2643
1559
+ #: app/features/mec/booking.php:650 app/features/mec/booking.php:745
1560
+ #: app/features/mec/single.php:198 app/libraries/main.php:3573
1561
  msgid "Radio Buttons"
1562
  msgstr "Botón tipo radio"
1563
 
1564
  #: app/features/events.php:2556 app/features/events.php:2644
1565
+ #: app/features/mec/booking.php:651 app/features/mec/booking.php:746
1566
  #: app/features/mec/meta_boxes/search_form.php:34
1567
  #: app/features/mec/meta_boxes/search_form.php:41
1568
  #: app/features/mec/meta_boxes/search_form.php:49
1639
  #: app/features/mec/meta_boxes/search_form.php:792
1640
  #: app/features/mec/meta_boxes/search_form.php:799
1641
  #: app/features/mec/meta_boxes/search_form.php:813
1642
+ #: app/features/mec/single.php:199 app/libraries/main.php:3619
1643
  msgid "Dropdown"
1644
  msgstr "Desplegable"
1645
 
1646
  #: app/features/events.php:2557 app/features/events.php:2645
1647
+ #: app/features/mec/booking.php:652 app/features/mec/booking.php:747
1648
+ #: app/libraries/main.php:3668
1649
  msgid "Agreement"
1650
  msgstr "Acuerdo"
1651
 
1652
  #: app/features/events.php:2558 app/features/events.php:2646
1653
+ #: app/features/mec/booking.php:653 app/features/mec/booking.php:748
1654
+ #: app/features/mec/single.php:196 app/libraries/main.php:3504
1655
  msgid "Paragraph"
1656
  msgstr "Párrafo"
1657
 
1658
+ #: app/features/events.php:2607 app/features/mec/booking.php:706
1659
  #, fuzzy
1660
  #| msgid "Required Field"
1661
  msgid "Fixed Fields"
1702
  #: app/features/mec/meta_boxes/search_form.php:591
1703
  #: app/features/mec/meta_boxes/search_form.php:661
1704
  #: app/features/mec/meta_boxes/search_form.php:767
1705
+ #: app/features/mec/settings.php:960 app/features/mec/single.php:339
1706
  #: app/features/mec/single.php:381 app/features/popup/event.php:116
1707
  #: app/features/popup/event.php:125 app/features/search.php:74
1708
+ #: app/libraries/main.php:2578 app/libraries/main.php:6254
1709
+ #: app/libraries/main.php:6308 app/libraries/skins.php:960
1710
+ #: app/skins/single.php:920 app/skins/single.php:1363
1711
  #: app/skins/single/default.php:195 app/skins/single/default.php:428
1712
  #: app/skins/single/m1.php:173 app/skins/single/m2.php:96
1713
  #: app/skins/single/modern.php:116
1782
  msgstr "%s Correo electrónico"
1783
 
1784
  #: app/features/events.php:4092 app/features/fes.php:243
1785
+ #: app/features/profile/profile.php:183 app/libraries/main.php:2661
1786
+ #: app/libraries/main.php:6288
1787
  msgid "Ticket"
1788
  msgstr "Ticket"
1789
 
1852
  msgid "Order Time"
1853
  msgstr "Hora de finalización"
1854
 
1855
+ #: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:2609
1856
+ #: app/libraries/main.php:2724
1857
  msgid "Transaction ID"
1858
  msgstr "ID Transacción"
1859
 
1947
  msgid "Go back to events list"
1948
  msgstr "Regrese a la lista de eventos."
1949
 
1950
+ #: app/features/fes/form.php:264 app/features/mec/settings.php:828
1951
+ #: app/features/mec/settings.php:904
1952
  msgid "Excerpt"
1953
  msgstr ""
1954
 
1966
 
1967
  #: app/features/fes/form.php:389
1968
  #: app/features/mec/meta_boxes/display_options.php:1309
1969
+ #: app/libraries/main.php:416
1970
  msgid "Monday"
1971
  msgstr "Lunes"
1972
 
1973
  #: app/features/fes/form.php:390
1974
  #: app/features/mec/meta_boxes/display_options.php:1310
1975
+ #: app/libraries/main.php:416
1976
  msgid "Tuesday"
1977
  msgstr "Martes"
1978
 
1979
  #: app/features/fes/form.php:391
1980
  #: app/features/mec/meta_boxes/display_options.php:1311
1981
+ #: app/libraries/main.php:416
1982
  msgid "Wednesday"
1983
  msgstr "Miércoles"
1984
 
1985
  #: app/features/fes/form.php:392
1986
  #: app/features/mec/meta_boxes/display_options.php:1312
1987
+ #: app/libraries/main.php:416
1988
  msgid "Thursday"
1989
  msgstr "Jueves"
1990
 
1991
  #: app/features/fes/form.php:393
1992
  #: app/features/mec/meta_boxes/display_options.php:1313
1993
+ #: app/libraries/main.php:416
1994
  msgid "Friday"
1995
  msgstr "Viernes"
1996
 
1997
  #: app/features/fes/form.php:394
1998
  #: app/features/mec/meta_boxes/display_options.php:1314
1999
+ #: app/libraries/main.php:416
2000
  msgid "Saturday"
2001
  msgstr "Sábado"
2002
 
2003
  #: app/features/fes/form.php:395
2004
  #: app/features/mec/meta_boxes/display_options.php:1308
2005
+ #: app/libraries/main.php:416
2006
  msgid "Sunday"
2007
  msgstr "Domingo"
2008
 
2043
  "Si lo rellenas, se reemplazará en vez del enlace de la página del evento por "
2044
  "defecto. Inserta todo el enlace incluyendo http(s)://"
2045
 
2046
+ #: app/features/fes/form.php:850 app/features/mec/settings.php:746
2047
  msgid "Featured Image"
2048
  msgstr "Imagen destacada"
2049
 
2054
  #: app/features/fes/form.php:891 app/features/labels.php:61
2055
  #: app/features/labels.php:221 app/features/mec.php:463
2056
  #: app/features/mec/meta_boxes/filter.php:72
2057
+ #: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:6251
2058
+ #: app/libraries/main.php:6305 app/skins/single.php:1133
2059
  #: app/skins/single/default.php:173 app/skins/single/default.php:405
2060
  #: app/skins/single/m1.php:76 app/skins/single/modern.php:252
2061
  msgid "Labels"
2121
  msgstr "MEC - Importar / Exportar"
2122
 
2123
  #: app/features/ix.php:107 app/features/mec/support.php:73
2124
+ #: app/libraries/main.php:824
2125
  msgid "Import / Export"
2126
  msgstr "Import / Export"
2127
 
2143
  "¡Ha ocurrido un error durante la subida del archivo! ¡Por favor, revisa los "
2144
  "permisos!"
2145
 
2146
+ #: app/features/ix.php:265 app/libraries/main.php:6536
2147
+ #: app/libraries/main.php:6556
2148
  msgid "Confirmed"
2149
  msgstr ""
2150
 
2151
+ #: app/features/ix.php:266 app/libraries/main.php:6537
2152
+ #: app/libraries/main.php:6564
2153
  msgid "Rejected"
2154
  msgstr ""
2155
 
2156
+ #: app/features/ix.php:270 app/features/mec/booking.php:992
2157
+ #: app/features/mec/booking.php:1014 app/features/mec/modules.php:415
2158
+ #: app/features/mec/modules.php:437 app/features/mec/notifications.php:1052
2159
+ #: app/features/mec/notifications.php:1074 app/features/mec/settings.php:1270
2160
+ #: app/features/mec/settings.php:1292 app/features/mec/single.php:446
2161
+ #: app/features/mec/single.php:468 app/libraries/main.php:6584
2162
  msgid "Verified"
2163
  msgstr "Verificado"
2164
 
2165
  #: app/features/ix.php:271 app/features/labels.php:118
2166
+ #: app/features/labels.php:143 app/libraries/main.php:6585
2167
  #: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
2168
  #: app/skins/carousel/render.php:38 app/skins/countdown/tpl.php:40
2169
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2459
  #: app/features/ix/export_g_calendar.php:72
2460
  #: app/features/ix/export_g_calendar.php:151
2461
  #: app/features/ix/export_g_calendar.php:166
2462
+ #: app/features/mec/notifications.php:150
2463
+ #: app/features/mec/notifications.php:262
2464
+ #: app/features/mec/notifications.php:388
2465
+ #: app/features/mec/notifications.php:762 app/features/notifications.php:133
2466
  msgid "Add to Google Calendar"
2467
  msgstr "Añadir a Google Calendar"
2468
 
2469
+ #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:994
2470
+ #: app/features/mec/modules.php:417 app/features/mec/notifications.php:1054
2471
+ #: app/features/mec/settings.php:1272 app/features/mec/single.php:448
2472
  msgid "Checking ..."
2473
  msgstr "Verificando…"
2474
 
2517
  msgstr "ICS Feed"
2518
 
2519
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2520
+ #: app/features/mec/booking.php:99 app/features/mec/booking.php:415
2521
+ #: app/features/mec/booking.php:431 app/features/mec/booking.php:449
2522
+ #: app/features/mec/booking.php:526
2523
  #: app/features/mec/meta_boxes/display_options.php:229
2524
  #: app/features/mec/meta_boxes/display_options.php:496
2525
  #: app/features/mec/modules.php:69 app/features/mec/modules.php:211
2530
 
2531
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2532
  #: app/features/ix/sync.php:22 app/features/mec/booking.php:99
2533
+ #: app/features/mec/booking.php:415 app/features/mec/booking.php:431
2534
+ #: app/features/mec/booking.php:449 app/features/mec/booking.php:526
2535
  #: app/features/mec/meta_boxes/display_options.php:229
2536
  #: app/features/mec/meta_boxes/display_options.php:496
2537
  #: app/features/mec/meta_boxes/display_options.php:537
2752
 
2753
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2754
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2755
+ #: app/features/mec/notifications.php:650
2756
  msgid "Important Note"
2757
  msgstr "Nota importante"
2758
 
2960
 
2961
  #: app/features/locations.php:59 app/features/mec.php:464
2962
  #: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
2963
+ #: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:6253
2964
+ #: app/libraries/main.php:6307
2965
  msgid "Locations"
2966
  msgstr "Lugar"
2967
 
3040
  msgid "eg. City Hall"
3041
  msgstr "ej. Almería"
3042
 
3043
+ #: app/features/locations.php:347 app/features/mec/settings.php:776
3044
  #: app/features/popup/event.php:143 app/widgets/single.php:115
3045
  msgid "Event Location"
3046
  msgstr "Lugar del evento"
3077
  msgid "Don't show map in single event page"
3078
  msgstr "No mostrar el mapa en la página del detalle del evento"
3079
 
3080
+ #: app/features/locations.php:398 app/libraries/main.php:6291
3081
+ #: app/libraries/main.php:6338
3082
  #, fuzzy
3083
  #| msgid "Locations"
3084
  msgid "Other Locations"
3162
  #: app/features/mec.php:465 app/features/mec/dashboard.php:286
3163
  #: app/features/mec/meta_boxes/filter.php:71
3164
  #: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
3165
+ #: app/libraries/main.php:6255 app/libraries/main.php:6309
3166
  msgid "Organizers"
3167
  msgstr "Organizadores"
3168
 
3203
  msgid "MEC - Go Pro"
3204
  msgstr "Soporte"
3205
 
3206
+ #: app/features/mec.php:482 app/features/mec.php:1264
3207
  #: app/features/mec/go-pro.php:9
3208
  msgid "Go Pro"
3209
  msgstr ""
3244
  msgid "Search Form"
3245
  msgstr "Formulario de Búsqueda"
3246
 
3247
+ #: app/features/mec.php:972
3248
  msgid "Display content's images as Popup"
3249
  msgstr ""
3250
 
3251
+ #: app/features/mec.php:986 app/features/popup/shortcode.php:473
3252
  msgid "Single Event Display Method"
3253
  msgstr "Método de vista para página del evento"
3254
 
3255
+ #: app/features/mec.php:993 app/features/popup/shortcode.php:485
3256
  #, fuzzy
3257
  #| msgid "Modal 1"
3258
  msgid "Modal Popup"
3259
  msgstr "Modal 1"
3260
 
3261
+ #: app/features/mec.php:994
3262
  #, fuzzy
3263
  #| msgid "Disabled"
3264
  msgid "Disable Link"
3265
  msgstr "Desactivado"
3266
 
3267
+ #: app/features/mec.php:1007
3268
  #, fuzzy
3269
  #| msgid "Booking Options"
3270
  msgid "Booking Button / Icon"
3271
  msgstr "Opciones de reserva"
3272
 
3273
+ #: app/features/mec.php:1167 app/features/mec.php:1277
3274
  msgid "Total Bookings"
3275
  msgstr "Total reservas"
3276
 
3277
+ #: app/features/mec.php:1186 app/features/mec/dashboard.php:63
3278
  msgid "Modern Events Calendar (Lite)"
3279
  msgstr "Modern Events Calendar (Lite)"
3280
 
3281
+ #: app/features/mec.php:1195 app/features/mec/dashboard.php:297
3282
+ #: app/features/mec/settings.php:449
3283
  msgid "Upcoming Events"
3284
  msgstr "Próximos Eventos"
3285
 
3286
+ #: app/features/mec.php:1250
3287
  #, fuzzy
3288
  #| msgid "Update %s"
3289
  msgid "News & Updates"
3290
  msgstr "Actualizar %s"
3291
 
3292
+ #: app/features/mec.php:1263
3293
  msgid "Blog"
3294
  msgstr ""
3295
 
3296
+ #: app/features/mec.php:1263
3297
  msgid "Help"
3298
  msgstr ""
3299
 
3300
+ #: app/features/mec.php:1310
3301
  msgid "This Month"
3302
  msgstr "Este mes"
3303
 
3304
+ #: app/features/mec.php:1317
3305
  msgid "Last Month"
3306
  msgstr "Último mes"
3307
 
3308
+ #: app/features/mec.php:1324
3309
  msgid "This Year"
3310
  msgstr "Este año"
3311
 
3312
+ #: app/features/mec.php:1331
3313
  msgid "Last Year"
3314
  msgstr "Año pasado"
3315
 
3316
+ #: app/features/mec.php:1352
3317
  msgid "Bar"
3318
  msgstr "Barra"
3319
 
3320
+ #: app/features/mec.php:1353
3321
  msgid "Line"
3322
  msgstr "Línea"
3323
 
3324
+ #: app/features/mec.php:1355
3325
  msgid "Filter"
3326
  msgstr "Filtrar"
3327
 
3328
+ #: app/features/mec.php:1371
3329
  #, php-format
3330
  msgid "Total Sells (%s)"
3331
  msgstr "Ventas Totales (%s)"
3332
 
3333
+ #: app/features/mec.php:1399
3334
  #, fuzzy
3335
  #| msgid "Modern Events Calendar"
3336
  msgid "Print Calendar"
3337
  msgstr "Modern Events Calendar"
3338
 
3339
+ #: app/features/mec.php:1414
3340
  #, fuzzy
3341
  #| msgid "Display Event Price"
3342
  msgid "Display Events"
3368
  msgid "Search..."
3369
  msgstr "Buscar %s"
3370
 
3371
+ #: app/features/mec/booking.php:80 app/features/mec/booking.php:754
3372
+ #: app/features/mec/booking.php:910 app/features/mec/booking.php:919
3373
+ #: app/features/mec/booking.php:929 app/features/mec/booking.php:1011
3374
+ #: app/features/mec/booking.php:1025 app/features/mec/messages.php:15
3375
  #: app/features/mec/messages.php:51 app/features/mec/messages.php:60
3376
  #: app/features/mec/messages.php:94 app/features/mec/messages.php:103
3377
  #: app/features/mec/modules.php:25 app/features/mec/modules.php:382
3378
  #: app/features/mec/modules.php:392 app/features/mec/modules.php:434
3379
  #: app/features/mec/modules.php:448 app/features/mec/notifications.php:14
3380
+ #: app/features/mec/notifications.php:959
3381
+ #: app/features/mec/notifications.php:971
3382
+ #: app/features/mec/notifications.php:1071
3383
+ #: app/features/mec/notifications.php:1085 app/features/mec/settings.php:42
3384
+ #: app/features/mec/settings.php:1221 app/features/mec/settings.php:1231
3385
+ #: app/features/mec/settings.php:1289 app/features/mec/settings.php:1303
3386
  #: app/features/mec/single.php:21 app/features/mec/single.php:413
3387
  #: app/features/mec/single.php:423 app/features/mec/single.php:465
3388
  #: app/features/mec/single.php:479 app/features/mec/styles.php:11
3427
  msgid "Default is 6"
3428
  msgstr "El valor predeterminado es 6"
3429
 
3430
+ #: app/features/mec/booking.php:130 app/features/mec/booking.php:139
3431
  msgid "Lock Pre-filled Fields"
3432
  msgstr ""
3433
 
3434
+ #: app/features/mec/booking.php:133 app/features/mec/booking.php:188
3435
+ #: app/features/mec/booking.php:255 app/features/mec/booking.php:824
3436
+ #: app/features/mec/booking.php:849
3437
  #: app/features/mec/meta_boxes/search_form.php:33
3438
  #: app/features/mec/meta_boxes/search_form.php:40
3439
  #: app/features/mec/meta_boxes/search_form.php:48
3532
  #: app/features/mec/meta_boxes/search_form.php:805
3533
  #: app/features/mec/meta_boxes/search_form.php:812
3534
  #: app/features/mec/meta_boxes/search_form.php:819
3535
+ #: app/features/mec/modules.php:124 app/features/mec/settings.php:105
3536
+ #: app/features/mec/settings.php:467
3537
  msgid "Disabled"
3538
  msgstr "Desactivado"
3539
 
3540
+ #: app/features/mec/booking.php:134 app/features/mec/booking.php:187
3541
+ #: app/features/mec/booking.php:254 app/features/mec/booking.php:823
3542
+ #: app/features/mec/booking.php:850 app/features/mec/settings.php:106
3543
  msgid "Enabled"
3544
  msgstr "Habilitado"
3545
 
3546
+ #: app/features/mec/booking.php:135
3547
+ msgid "Enabled Only for Main Attendee"
3548
+ msgstr ""
3549
+
3550
+ #: app/features/mec/booking.php:140
3551
  msgid ""
3552
  "When users are logged in, name and email fields will be pre-filled but users "
3553
  "can change them. If you enable the lock, then logged in users cannot change "
3554
  "the pre-filled fields."
3555
  msgstr ""
3556
 
3557
+ #: app/features/mec/booking.php:161 app/features/mec/booking.php:175
3558
  #, fuzzy
3559
  #| msgid "Booking cancellation link."
3560
  msgid "Cancellation Period"
3561
  msgstr "Enlace de cancelación de la reserva."
3562
 
3563
+ #: app/features/mec/booking.php:163
3564
  msgid "e.g 5"
3565
  msgstr ""
3566
 
3567
+ #: app/features/mec/booking.php:164
3568
  msgid "Period"
3569
  msgstr ""
3570
 
3571
+ #: app/features/mec/booking.php:165
3572
  #, fuzzy
3573
  #| msgid "hours"
3574
  msgid "Hour(s)"
3575
  msgstr "horas"
3576
 
3577
+ #: app/features/mec/booking.php:166
3578
  msgid "Day(s)"
3579
  msgstr ""
3580
 
3581
+ #: app/features/mec/booking.php:168
3582
  #, fuzzy
3583
  #| msgid "Type 1"
3584
  msgid "Type"
3585
  msgstr "Tipo 1"
3586
 
3587
+ #: app/features/mec/booking.php:169
3588
  #, fuzzy
3589
  #| msgid "Before $10"
3590
  msgid "Before"
3591
  msgstr "Menos de 10€"
3592
 
3593
+ #: app/features/mec/booking.php:172
3594
  #, fuzzy
3595
  #| msgid "On Event Start"
3596
  msgid "Event Start"
3597
  msgstr "En el inicio del evento"
3598
 
3599
+ #: app/features/mec/booking.php:176
3600
  msgid ""
3601
  "You can restrict the ability to cancel bookings. Leave empty for "
3602
  "cancellation at any time. For example if you insert 5 hours before event "
3604
  "after that they're not able to do that."
3605
  msgstr ""
3606
 
3607
+ #: app/features/mec/booking.php:182
3608
  #, fuzzy
3609
  #| msgid "Register Button"
3610
  msgid "User Registration"
3611
  msgstr "Botón de registro"
3612
 
3613
+ #: app/features/mec/booking.php:184 app/features/mec/booking.php:192
3614
  #: app/modules/booking/steps/form.php:330
3615
  #, fuzzy
3616
  #| msgid "Register Button"
3617
  msgid "Registration"
3618
  msgstr "Botón de registro"
3619
 
3620
+ #: app/features/mec/booking.php:193
3621
  msgid ""
3622
  "If enabled MEC would create a WordPress User for main attendees. It's "
3623
  "recommended to keep it enabled."
3624
  msgstr ""
3625
 
3626
+ #: app/features/mec/booking.php:201 app/features/mec/booking.php:211
3627
  msgid "User Role"
3628
  msgstr ""
3629
 
3630
+ #: app/features/mec/booking.php:212
3631
  msgid ""
3632
  "MEC creates a user for main attendee after each booking. Default role of the "
3633
  "user is subscriber but you can change it if needed."
3634
  msgstr ""
3635
 
3636
+ #: app/features/mec/booking.php:219 app/features/mec/booking.php:227
3637
  msgid "Username & Password"
3638
  msgstr ""
3639
 
3640
+ #: app/features/mec/booking.php:222
3641
  msgid "Auto"
3642
  msgstr ""
3643
 
3644
+ #: app/features/mec/booking.php:223
3645
  msgid "Manual"
3646
  msgstr ""
3647
 
3648
+ #: app/features/mec/booking.php:228
3649
  msgid ""
3650
  "If you set it to manual option then users can insert a username and password "
3651
  "during the booking for registration otherwise MEC use their email and an "
3652
  "auto generated password."
3653
  msgstr ""
3654
 
3655
+ #: app/features/mec/booking.php:236
3656
  #, fuzzy
3657
  #| msgid "Location"
3658
  msgid "Limitation"
3659
  msgstr "Localización"
3660
 
3661
+ #: app/features/mec/booking.php:238
3662
  #: app/features/mec/meta_boxes/display_options.php:140
3663
  #: app/features/mec/meta_boxes/display_options.php:417
3664
  #: app/features/mec/meta_boxes/display_options.php:589
3670
  msgid "Limit"
3671
  msgstr "Límite"
3672
 
3673
+ #: app/features/mec/booking.php:240
3674
  #, fuzzy
3675
  #| msgid "Default is 6"
3676
  msgid "Default is empty"
3677
  msgstr "El valor predeterminado es 6"
3678
 
3679
+ #: app/features/mec/booking.php:243
3680
  #, fuzzy
3681
  #| msgid "Booking Form"
3682
  msgid "Booking Limit"
3683
  msgstr "Formulario de Reservas"
3684
 
3685
+ #: app/features/mec/booking.php:244
3686
  msgid ""
3687
  "Total tickets that a user can book. It is useful if you're providing free "
3688
  "tickets. Leave it empty for unlimited booking."
3689
  msgstr ""
3690
 
3691
+ #: app/features/mec/booking.php:251 app/features/mec/booking.php:259
3692
  #, fuzzy
3693
  #| msgid "Description"
3694
  msgid "IP restriction"
3695
  msgstr "Descripción"
3696
 
3697
+ #: app/features/mec/booking.php:260
3698
  msgid ""
3699
  "If you set limit for total tickets that users can book, MEC will use IP and "
3700
  "email to prevent users to book high tickets. You can disable the IP "
3701
  "restriction if you don't need it."
3702
  msgstr ""
3703
 
3704
+ #: app/features/mec/booking.php:266 app/features/mec/booking.php:268
3705
+ #: app/features/mec/booking.php:278 app/features/mec/settings.php:657
3706
+ #: app/features/mec/settings.php:667
3707
  msgid "Thank You Page"
3708
  msgstr "Página de agradecimiento"
3709
 
3710
+ #: app/features/mec/booking.php:279
3711
  msgid ""
3712
  "User redirects to this page after booking. Leave it empty if you want to "
3713
  "disable it."
3715
  "Se redirecciona al usuario a esta pagina una vez que completa la reserva. "
3716
  "Déjalo vacío si lo deseas desactivado."
3717
 
3718
+ #: app/features/mec/booking.php:286 app/features/mec/booking.php:291
3719
+ #: app/features/mec/settings.php:677 app/features/mec/settings.php:682
3720
  #, fuzzy
3721
  #| msgid "Thank You Page"
3722
  msgid "Thank You Page Time Interval"
3723
  msgstr "Página de agradecimiento"
3724
 
3725
+ #: app/features/mec/booking.php:288 app/features/mec/settings.php:679
3726
  msgid "2000 mean 2 seconds"
3727
  msgstr ""
3728
 
3729
+ #: app/features/mec/booking.php:292 app/features/mec/settings.php:683
3730
  msgid ""
3731
  "Waiting time before redirecting to thank you page. It's in miliseconds so "
3732
  "2000 means 2 seconds."
3733
  msgstr ""
3734
 
3735
+ #: app/features/mec/booking.php:298
3736
  #, fuzzy
3737
  #| msgid "Book Event"
3738
  msgid "Booking Elements"
3739
  msgstr "Reservar evento"
3740
 
3741
+ #: app/features/mec/booking.php:304
3742
  msgid "Enable Express Attendees Form"
3743
  msgstr "Habilitar formulario de asistentes exprés"
3744
 
3745
+ #: app/features/mec/booking.php:308
3746
  msgid "Attendees Form"
3747
  msgstr "Asistentes"
3748
 
3749
+ #: app/features/mec/booking.php:309
3750
  msgid ""
3751
  "Apply the info from the first attendee to all purchased ticket by that user. "
3752
  "Uncheck if you want every ticket to have its own attendee’s info."
3753
  msgstr ""
3754
 
3755
+ #: app/features/mec/booking.php:322
3756
  #, fuzzy
3757
  #| msgid "Download Invoice"
3758
  msgid "Enable Invoice"
3759
  msgstr "Descargar factura"
3760
 
3761
+ #: app/features/mec/booking.php:333
3762
  #, fuzzy
3763
  #| msgid "Enable booking notification"
3764
  msgid "Enable Booking for Ongoing Events"
3765
  msgstr "Activar notificación de reservas"
3766
 
3767
+ #: app/features/mec/booking.php:344
3768
  msgid "Enable Downloadable File"
3769
  msgstr ""
3770
 
3771
+ #: app/features/mec/booking.php:349
3772
  msgid ""
3773
  "By enabling this feature, You can upload a file for each event and bookers "
3774
  "are able to download it after booking."
3775
  msgstr ""
3776
 
3777
+ #: app/features/mec/booking.php:356
3778
  msgid "Email verification"
3779
  msgstr "Verificación por email"
3780
 
3781
+ #: app/features/mec/booking.php:362
3782
  msgid "Auto verification for free bookings"
3783
  msgstr "Auto verificación para reservas gratuitas"
3784
 
3785
+ #: app/features/mec/booking.php:371
3786
  msgid "Auto verification for paid bookings"
3787
  msgstr "Auto verificación para reservas de pago"
3788
 
3789
+ #: app/features/mec/booking.php:375 app/features/mec/notifications.php:271
3790
+ #: app/features/notifications.php:156 app/libraries/main.php:598
3791
  msgid "Booking Confirmation"
3792
  msgstr "Confirmación de reserva"
3793
 
3794
+ #: app/features/mec/booking.php:381
3795
  msgid "Auto confirmation for free bookings"
3796
  msgstr "Confirmación automática para reservas gratuitas"
3797
 
3798
+ #: app/features/mec/booking.php:390
3799
  msgid "Auto confirmation for paid bookings"
3800
  msgstr "Confirmación automática para reservas pagas"
3801
 
3802
+ #: app/features/mec/booking.php:399
3803
  msgid "Send confirmation email in auto confirmation mode"
3804
  msgstr ""
3805
 
3806
+ #: app/features/mec/booking.php:412 app/libraries/main.php:567
3807
  #, fuzzy
3808
  #| msgid "Booking Price"
3809
  msgid "Booking Shortcode"
3810
  msgstr "Precio de la reserva"
3811
 
3812
+ #: app/features/mec/booking.php:420
3813
  #, php-format
3814
  msgid ""
3815
  "Booking module is available in the event details page but if you like to "
3818
  "into the page content and place the event id instead of 1."
3819
  msgstr ""
3820
 
3821
+ #: app/features/mec/booking.php:421
3822
  #, php-format
3823
  msgid ""
3824
  "Also, you can insert %s if you like to show only one of the available "
3826
  "This parameter is optional."
3827
  msgstr ""
3828
 
3829
+ #: app/features/mec/booking.php:436
3830
  msgid "Enable coupons module"
3831
  msgstr "Activar módulo de cupones"
3832
 
3833
+ #: app/features/mec/booking.php:438
3834
  msgid ""
3835
  "After enabling and saving the settings, you should reload the page to see a "
3836
  "new menu on the Dashboard > Booking"
3837
  msgstr ""
3838
 
3839
+ #: app/features/mec/booking.php:446 app/features/mec/booking.php:816
3840
+ #: app/libraries/main.php:569
3841
  msgid "Taxes / Fees"
3842
  msgstr "Impuestos/Tasas"
3843
 
3844
+ #: app/features/mec/booking.php:454
3845
  msgid "Enable taxes / fees module"
3846
  msgstr "Activar módulo de Impuestos/Tasas"
3847
 
3848
+ #: app/features/mec/booking.php:459
3849
  msgid "Add Fee"
3850
  msgstr "Nueva tasa"
3851
 
3852
+ #: app/features/mec/booking.php:523 app/libraries/main.php:570
3853
  msgid "Ticket Variations & Options"
3854
  msgstr ""
3855
 
3856
+ #: app/features/mec/booking.php:531
3857
  msgid "Enable ticket options module"
3858
  msgstr ""
3859
 
3860
+ #: app/features/mec/booking.php:536
3861
  msgid "Add Variation / Option"
3862
  msgstr ""
3863
 
3864
+ #: app/features/mec/booking.php:806
3865
  msgid "Use WooCommerce as Payment System"
3866
  msgstr ""
3867
 
3868
+ #: app/features/mec/booking.php:808
3869
  msgid ""
3870
  "By enabling this feature, tickets will be added to WooCommerce cart and all "
3871
  "payment process would be done by WooCommerce so all of MEC payment related "
3873
  "fields etc, you need to configure WooCommerce on your website."
3874
  msgstr ""
3875
 
3876
+ #: app/features/mec/booking.php:810
3877
  msgid ""
3878
  "You cannot use following MEC features so you should use WooCommerc and its "
3879
  "addons if you need them."
3880
  msgstr ""
3881
 
3882
+ #: app/features/mec/booking.php:812
3883
  #, fuzzy
3884
  #| msgid "Payment Gateways"
3885
  msgid "Payment gateways"
3886
  msgstr "Pasarelas de pago"
3887
 
3888
+ #: app/features/mec/booking.php:813
3889
  msgid "Price per dates of tickets"
3890
  msgstr ""
3891
 
3892
+ #: app/features/mec/booking.php:815
3893
  #, fuzzy
3894
  #| msgid "Ticket time"
3895
  msgid "Ticket variations"
3896
  msgstr "Hora de la entrada"
3897
 
3898
+ #: app/features/mec/booking.php:820
3899
  msgid "Automatically complete WooCommerce orders"
3900
  msgstr ""
3901
 
3902
+ #: app/features/mec/booking.php:828
3903
  msgid "Auto WooCommerce orders"
3904
  msgstr ""
3905
 
3906
+ #: app/features/mec/booking.php:829
3907
  msgid "It applies only to the orders that are related to MEC."
3908
  msgstr ""
3909
 
3910
+ #: app/features/mec/booking.php:837
3911
  #, fuzzy
3912
  #| msgid "Add to Google Calendar"
3913
  msgid "After Add to Cart"
3914
  msgstr "Añadir a Google Calendar"
3915
 
3916
+ #: app/features/mec/booking.php:840
3917
  #, fuzzy
3918
  #| msgid "Get Directions"
3919
  msgid "Redirect to Cart"
3920
  msgstr "Cómo llegar"
3921
 
3922
+ #: app/features/mec/booking.php:841
3923
  #, fuzzy
3924
  #| msgid "Get Directions"
3925
  msgid "Redirect to Checkout"
3926
  msgstr "Cómo llegar"
3927
 
3928
+ #: app/features/mec/booking.php:846
3929
  #, fuzzy
3930
  #| msgid "Booking Form"
3931
  msgid "MEC Booking Form"
3932
  msgstr "Formulario de Reservas"
3933
 
3934
+ #: app/features/mec/booking.php:855
3935
  msgid ""
3936
  "If enabled then users should fill the booking form in MEC and then they will "
3937
  "be redirected to checkout."
3938
  msgstr ""
3939
 
3940
+ #: app/features/mec/booking.php:881
3941
  msgid "Enable Organizer Payment Module"
3942
  msgstr ""
3943
 
3944
+ #: app/features/mec/booking.php:886
3945
  msgid ""
3946
  "By enabling this module, organizers are able to insert their own payment "
3947
  "credentials for enabled gateways per event and receive the payments directly!"
3948
  msgstr ""
3949
 
3950
+ #: app/features/mec/booking.php:896
3951
  msgid "Disable / Enable payment gateways per event"
3952
  msgstr ""
3953
 
3954
+ #: app/features/mec/booking.php:900
3955
  #, fuzzy
3956
  #| msgid "Payment Gateways"
3957
  msgid "Payment Gateways Per Event"
3958
  msgstr "Pasarelas de pago"
3959
 
3960
+ #: app/features/mec/booking.php:901
3961
  msgid ""
3962
  "By enabling this module, users are able to disable / enable payment gateways "
3963
  "per event"
3964
  msgstr ""
3965
 
3966
+ #: app/features/mec/booking.php:989 app/features/mec/messages.php:78
3967
+ #: app/features/mec/modules.php:412 app/features/mec/notifications.php:1049
3968
+ #: app/features/mec/settings.php:1267 app/features/mec/single.php:443
3969
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3970
  msgid "Saved"
3971
  msgstr "Guardado"
3972
 
3973
+ #: app/features/mec/booking.php:990 app/features/mec/messages.php:79
3974
+ #: app/features/mec/modules.php:413 app/features/mec/notifications.php:1050
3975
+ #: app/features/mec/settings.php:1268 app/features/mec/single.php:444
3976
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3977
  msgid "Settings Saved!"
3978
  msgstr "¡Ajustes guardados!"
3979
 
3980
+ #: app/features/mec/booking.php:1016 app/features/mec/modules.php:439
3981
+ #: app/features/mec/notifications.php:1076 app/features/mec/settings.php:1294
3982
  #: app/features/mec/single.php:470
3983
  msgid "Please Refresh Page"
3984
  msgstr "Por favor, actualiza la página"
4112
  msgstr ""
4113
 
4114
  #: app/features/mec/messages.php:28 app/features/mec/support-page.php:102
4115
+ #: app/features/mec/support.php:66 app/libraries/main.php:817
4116
  msgid "Messages"
4117
  msgstr "Mensajes"
4118
 
4143
  #: app/features/mec/meta_boxes/display_options.php:947
4144
  #: app/features/mec/meta_boxes/display_options.php:1272
4145
  #: app/features/mec/meta_boxes/display_options.php:1559
4146
+ #: app/features/mec/settings.php:310 app/features/mec/settings.php:334
4147
+ #: app/features/mec/settings.php:343 app/features/mec/settings.php:387
4148
+ #: app/features/mec/settings.php:411 app/features/mec/settings.php:420
4149
  #: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
4150
  #: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
4151
  #: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
4156
 
4157
  #: app/features/mec/meta_boxes/display_options.php:44
4158
  #: app/features/mec/meta_boxes/display_options.php:286
4159
+ #: app/features/mec/settings.php:335 app/features/mec/settings.php:345
4160
+ #: app/features/mec/settings.php:412 app/features/mec/settings.php:422
4161
  #: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
4162
  msgid "Minimal"
4163
  msgstr "Mínimo"
4168
  #: app/features/mec/meta_boxes/display_options.php:949
4169
  #: app/features/mec/meta_boxes/display_options.php:1270
4170
  #: app/features/mec/meta_boxes/display_options.php:1561
4171
+ #: app/features/mec/settings.php:312 app/features/mec/settings.php:325
4172
+ #: app/features/mec/settings.php:336 app/features/mec/settings.php:346
4173
+ #: app/features/mec/settings.php:389 app/features/mec/settings.php:402
4174
+ #: app/features/mec/settings.php:413 app/features/mec/settings.php:423
4175
  #: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
4176
  #: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
4177
  #: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
4179
  msgstr "Moderno"
4180
 
4181
  #: app/features/mec/meta_boxes/display_options.php:46
4182
+ #: app/features/mec/settings.php:337 app/features/mec/settings.php:414
4183
  #: app/features/popup/shortcode.php:83
4184
  msgid "Standard"
4185
  msgstr "Estándar"
4186
 
4187
  #: app/features/mec/meta_boxes/display_options.php:47
4188
+ #: app/features/mec/settings.php:338 app/features/mec/settings.php:415
4189
  #: app/features/popup/shortcode.php:88
4190
  msgid "Accordion"
4191
  msgstr "Acordeón"
4585
  #: app/features/mec/meta_boxes/display_options.php:948
4586
  #: app/features/mec/meta_boxes/display_options.php:1271
4587
  #: app/features/mec/meta_boxes/display_options.php:1560
4588
+ #: app/features/mec/settings.php:311 app/features/mec/settings.php:326
4589
+ #: app/features/mec/settings.php:344 app/features/mec/settings.php:388
4590
+ #: app/features/mec/settings.php:403 app/features/mec/settings.php:421
4591
  #: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
4592
  #: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
4593
  #: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
4597
  #: app/features/mec/meta_boxes/display_options.php:288
4598
  #: app/features/mec/meta_boxes/display_options.php:687
4599
  #: app/features/mec/meta_boxes/display_options.php:951
4600
+ #: app/features/mec/settings.php:314 app/features/mec/settings.php:347
4601
+ #: app/features/mec/settings.php:391 app/features/mec/settings.php:424
4602
  #: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
4603
  #: app/features/popup/shortcode.php:219
4604
  msgid "Simple"
4612
  #: app/features/mec/meta_boxes/display_options.php:290
4613
  #: app/features/mec/meta_boxes/display_options.php:686
4614
  #: app/features/mec/meta_boxes/display_options.php:950
4615
+ #: app/features/mec/settings.php:313 app/features/mec/settings.php:349
4616
+ #: app/features/mec/settings.php:390 app/features/mec/settings.php:426
4617
  #: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
4618
  #: app/features/popup/shortcode.php:214
4619
  msgid "Novel"
4665
 
4666
  #: app/features/mec/meta_boxes/display_options.php:673
4667
  #: app/features/mec/meta_boxes/display_options.php:697
4668
+ #: app/libraries/main.php:336 app/libraries/main.php:2057
4669
+ #: app/libraries/main.php:2082
4670
  msgid "List View"
4671
  msgstr "Vista de lista"
4672
 
4673
  #: app/features/mec/meta_boxes/display_options.php:674
4674
  #: app/features/mec/meta_boxes/display_options.php:718
4675
+ #: app/libraries/main.php:337 app/libraries/main.php:2058
4676
+ #: app/libraries/main.php:2083
4677
  msgid "Grid View"
4678
  msgstr "Vista cuadrícula"
4679
 
4680
  #: app/features/mec/meta_boxes/display_options.php:675
4681
  #: app/features/mec/meta_boxes/display_options.php:728
4682
+ #: app/libraries/main.php:353
4683
  #, fuzzy
4684
  #| msgid "Timetable View"
4685
  msgid "Tile View"
4687
 
4688
  #: app/features/mec/meta_boxes/display_options.php:676
4689
  #: app/features/mec/meta_boxes/display_options.php:739
4690
+ #: app/libraries/main.php:340 app/libraries/main.php:2051
4691
+ #: app/libraries/main.php:2076
4692
  msgid "Yearly View"
4693
  msgstr "Vista anual"
4694
 
4699
 
4700
  #: app/features/mec/meta_boxes/display_options.php:678
4701
  #: app/features/mec/meta_boxes/display_options.php:788
4702
+ #: app/libraries/main.php:343 app/libraries/main.php:2053
4703
+ #: app/libraries/main.php:2078
4704
  msgid "Weekly View"
4705
  msgstr "Vista de semana"
4706
 
4707
  #: app/features/mec/meta_boxes/display_options.php:679
4708
  #: app/features/mec/meta_boxes/display_options.php:798
4709
+ #: app/libraries/main.php:342 app/libraries/main.php:2054
4710
+ #: app/libraries/main.php:2079
4711
  msgid "Daily View"
4712
  msgstr "Vista de día"
4713
 
5146
  msgid "Choose your desired authors for filtering the events."
5147
  msgstr "Elije los autores deseados para filtrar los eventos."
5148
 
5149
+ #: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:450
5150
  msgid "Expired Events"
5151
  msgstr "Eventos pasados"
5152
 
5222
  #: app/features/mec/meta_boxes/search_form.php:606
5223
  #: app/features/mec/meta_boxes/search_form.php:676
5224
  #: app/features/mec/meta_boxes/search_form.php:782
5225
+ #: app/features/mec/settings.php:973 app/features/mec/single.php:344
5226
  #: app/features/mec/single.php:386 app/features/search.php:86
5227
  #: app/features/speakers.php:60 app/features/speakers.php:283
5228
+ #: app/libraries/main.php:6258 app/libraries/main.php:6312
5229
+ #: app/libraries/skins.php:1012 app/modules/speakers/details.php:18
5230
  msgid "Speaker"
5231
  msgstr ""
5232
 
5241
  #: app/features/mec/meta_boxes/search_form.php:613
5242
  #: app/features/mec/meta_boxes/search_form.php:683
5243
  #: app/features/mec/meta_boxes/search_form.php:789
5244
+ #: app/features/mec/settings.php:980 app/features/mec/single.php:353
5245
  #: app/features/mec/single.php:395 app/features/search.php:92
5246
+ #: app/libraries/skins.php:1038
5247
  #, fuzzy
5248
  #| msgid "Tags"
5249
  msgid "Tag"
5335
  "new menu on the Dashboard > MEC"
5336
  msgstr ""
5337
 
5338
+ #: app/features/mec/modules.php:66 app/libraries/main.php:577
5339
  #, fuzzy
5340
  #| msgid "Google Maps Options"
5341
  msgid "Map Options"
5359
  msgid "Google Map Options"
5360
  msgstr "Opciones de Google Maps"
5361
 
5362
+ #: app/features/mec/modules.php:85 app/features/mec/settings.php:1016
5363
+ #: app/features/mec/settings.php:1029
5364
  msgid "Required!"
5365
  msgstr "¡Obligatorio!"
5366
 
5423
  msgid "Check only if another plugin/theme is loading the Google Maps API"
5424
  msgstr "Marcalo sólo si en otro plugin/tema se carga la API de Google Maps"
5425
 
5426
+ #: app/features/mec/modules.php:167 app/libraries/main.php:578
5427
  #, fuzzy
5428
  #| msgid "Import Options"
5429
  msgid "Export Options"
5438
  msgid "Google Calendar"
5439
  msgstr "Google Calendar"
5440
 
5441
+ #: app/features/mec/modules.php:194 app/libraries/main.php:579
5442
  #: app/modules/local-time/details.php:45 app/modules/local-time/type1.php:42
5443
  #: app/widgets/single.php:99
5444
  msgid "Local Time"
5450
  "Mostrar el tiempo del evento basado en la hora local del visitante en la "
5451
  "página del evento"
5452
 
5453
+ #: app/features/mec/modules.php:208 app/libraries/main.php:580
5454
  #: app/modules/qrcode/details.php:38 app/widgets/single.php:155
5455
  msgid "QR Code"
5456
  msgstr "Código QR"
5461
  "Mostrar código QR del evento en la pagina de detalles de la pagina y en el "
5462
  "recibo de la reservación"
5463
 
5464
+ #: app/features/mec/modules.php:226 app/libraries/main.php:581
5465
  #: app/modules/weather/darksky.php:15 app/modules/weather/weatherapi.php:16
5466
  msgid "Weather"
5467
  msgstr "El Tiempo"
5498
  msgid "Show social network module"
5499
  msgstr "Ver módulo de redes sociales"
5500
 
5501
+ #: app/features/mec/modules.php:299 app/libraries/main.php:583
5502
  #: app/modules/next-event/details.php:127
5503
  msgid "Next Event"
5504
  msgstr "Próximo Evento"
5547
  msgid "Add events menu to user profile"
5548
  msgstr "Añadir actividad de reservaciones en el perfil del usuario"
5549
 
5550
+ #: app/features/mec/modules.php:369 app/libraries/main.php:585
5551
  #, fuzzy
5552
  #| msgid "Mailchimp Integration"
5553
  msgid "LearnDash Integration"
5575
  msgid "Sent to attendee after booking to notify them."
5576
  msgstr "Se envía a los asistentes después de la reserva."
5577
 
5578
+ #: app/features/mec/notifications.php:46 app/features/mec/notifications.php:162
5579
+ #: app/features/mec/notifications.php:282
5580
+ #: app/features/mec/notifications.php:408
5581
+ #: app/features/mec/notifications.php:529
5582
+ #: app/features/mec/notifications.php:653
5583
+ #: app/features/mec/notifications.php:788
5584
+ #: app/features/mec/notifications.php:873 app/features/mec/report.php:62
5585
  #: app/features/notifications.php:72
5586
  msgid "Email Subject"
5587
  msgstr "Asunto del correo electrónico"
5588
 
5589
  #: app/features/mec/notifications.php:52 app/features/mec/notifications.php:59
5590
+ #: app/features/mec/notifications.php:168
5591
+ #: app/features/mec/notifications.php:175
5592
+ #: app/features/mec/notifications.php:288
5593
+ #: app/features/mec/notifications.php:295
5594
+ #: app/features/mec/notifications.php:414
5595
+ #: app/features/mec/notifications.php:421
5596
+ #: app/features/mec/notifications.php:535
5597
+ #: app/features/mec/notifications.php:542
5598
+ #: app/features/mec/notifications.php:659
5599
+ #: app/features/mec/notifications.php:666
5600
+ #: app/features/mec/notifications.php:794
5601
+ #: app/features/mec/notifications.php:801
5602
+ #: app/features/mec/notifications.php:879
5603
+ #: app/features/mec/notifications.php:886
5604
  msgid "Receiver Users"
5605
  msgstr ""
5606
 
5607
+ #: app/features/mec/notifications.php:60 app/features/mec/notifications.php:176
5608
+ #: app/features/mec/notifications.php:296
5609
+ #: app/features/mec/notifications.php:422
5610
+ #: app/features/mec/notifications.php:543
5611
+ #: app/features/mec/notifications.php:667
5612
+ #: app/features/mec/notifications.php:802
5613
+ #: app/features/mec/notifications.php:887
5614
  msgid "Select users to send a copy of email to them!"
5615
  msgstr ""
5616
 
5617
  #: app/features/mec/notifications.php:69 app/features/mec/notifications.php:76
5618
+ #: app/features/mec/notifications.php:185
5619
+ #: app/features/mec/notifications.php:192
5620
+ #: app/features/mec/notifications.php:305
5621
+ #: app/features/mec/notifications.php:312
5622
+ #: app/features/mec/notifications.php:431
5623
+ #: app/features/mec/notifications.php:438
5624
+ #: app/features/mec/notifications.php:552
5625
+ #: app/features/mec/notifications.php:559
5626
+ #: app/features/mec/notifications.php:676
5627
+ #: app/features/mec/notifications.php:683
5628
+ #: app/features/mec/notifications.php:811
5629
+ #: app/features/mec/notifications.php:818
5630
+ #: app/features/mec/notifications.php:896
5631
+ #: app/features/mec/notifications.php:903
5632
  msgid "Receiver Roles"
5633
  msgstr ""
5634
 
5635
+ #: app/features/mec/notifications.php:77 app/features/mec/notifications.php:193
5636
+ #: app/features/mec/notifications.php:313
5637
+ #: app/features/mec/notifications.php:439
5638
+ #: app/features/mec/notifications.php:560
5639
+ #: app/features/mec/notifications.php:684
5640
+ #: app/features/mec/notifications.php:819
5641
+ #: app/features/mec/notifications.php:904
5642
  msgid "Select users a specific role."
5643
  msgstr ""
5644
 
5645
  #: app/features/mec/notifications.php:85 app/features/mec/notifications.php:89
5646
+ #: app/features/mec/notifications.php:201
5647
+ #: app/features/mec/notifications.php:205
5648
+ #: app/features/mec/notifications.php:321
5649
+ #: app/features/mec/notifications.php:325
5650
+ #: app/features/mec/notifications.php:447
5651
+ #: app/features/mec/notifications.php:451
5652
+ #: app/features/mec/notifications.php:568
5653
+ #: app/features/mec/notifications.php:572
 
5654
  #: app/features/mec/notifications.php:692
5655
+ #: app/features/mec/notifications.php:696
5656
  #: app/features/mec/notifications.php:827
5657
+ #: app/features/mec/notifications.php:831
5658
+ #: app/features/mec/notifications.php:912
5659
+ #: app/features/mec/notifications.php:916
5660
  msgid "Custom Recipients"
5661
  msgstr "Destinatarios personalizados"
5662
 
5663
+ #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:206
5664
+ #: app/features/mec/notifications.php:326
5665
+ #: app/features/mec/notifications.php:452
5666
+ #: app/features/mec/notifications.php:573
5667
+ #: app/features/mec/notifications.php:697
5668
+ #: app/features/mec/notifications.php:832
5669
+ #: app/features/mec/notifications.php:917
5670
  msgid "Insert comma separated emails for multiple recipients."
5671
  msgstr "Inserta los correos separados por coma para múltiples destinatarios."
5672
 
5673
+ #: app/features/mec/notifications.php:97 app/features/mec/notifications.php:463
5674
+ #: app/features/mec/notifications.php:585
5675
  msgid "Send the email to event organizer"
5676
  msgstr "Enviar correo al organizador del evento"
5677
 
5678
  #: app/features/mec/notifications.php:100
5679
+ #: app/features/mec/notifications.php:212
5680
+ #: app/features/mec/notifications.php:336
5681
+ #: app/features/mec/notifications.php:470
5682
+ #: app/features/mec/notifications.php:588
5683
+ #: app/features/mec/notifications.php:714
5684
+ #: app/features/mec/notifications.php:838
5685
+ #: app/features/mec/notifications.php:923 app/features/notifications.php:80
5686
  msgid "Email Content"
5687
  msgstr "Contenido del correo"
5688
 
5689
  #: app/features/mec/notifications.php:103
5690
+ #: app/features/mec/notifications.php:215
5691
+ #: app/features/mec/notifications.php:339
5692
+ #: app/features/mec/notifications.php:473
5693
+ #: app/features/mec/notifications.php:591
5694
+ #: app/features/mec/notifications.php:717
5695
+ #: app/features/mec/notifications.php:841
5696
+ #: app/features/mec/notifications.php:926 app/features/mec/report.php:66
5697
  #, fuzzy
5698
  #| msgid "You can use following placeholders"
5699
  msgid "You can use the following placeholders"
5700
  msgstr "Puedes utilizar los siguientes marcadores de posición"
5701
 
5702
  #: app/features/mec/notifications.php:105
5703
+ #: app/features/mec/notifications.php:217
5704
+ #: app/features/mec/notifications.php:341
5705
+ #: app/features/mec/notifications.php:475
5706
+ #: app/features/mec/notifications.php:593
5707
+ #: app/features/mec/notifications.php:719 app/features/notifications.php:91
5708
  msgid "First name of attendee"
5709
  msgstr "Nombre del asistente"
5710
 
5711
  #: app/features/mec/notifications.php:106
5712
+ #: app/features/mec/notifications.php:218
5713
+ #: app/features/mec/notifications.php:342
5714
+ #: app/features/mec/notifications.php:476
5715
+ #: app/features/mec/notifications.php:594
5716
+ #: app/features/mec/notifications.php:720 app/features/notifications.php:92
5717
  msgid "Last name of attendee"
5718
  msgstr "Apellidos del asistente"
5719
 
5720
  #: app/features/mec/notifications.php:107
5721
+ #: app/features/mec/notifications.php:219
5722
+ #: app/features/mec/notifications.php:343
5723
+ #: app/features/mec/notifications.php:477
5724
+ #: app/features/mec/notifications.php:595
5725
+ #: app/features/mec/notifications.php:721 app/features/notifications.php:93
5726
  msgid "Email of attendee"
5727
  msgstr "Correo electrónico del asistente"
5728
 
5729
  #: app/features/mec/notifications.php:108
5730
+ #: app/features/mec/notifications.php:220
5731
+ #: app/features/mec/notifications.php:344
5732
+ #: app/features/mec/notifications.php:478
5733
+ #: app/features/mec/notifications.php:596
5734
+ #: app/features/mec/notifications.php:722 app/features/notifications.php:94
5735
  msgid "Booked date of event"
5736
  msgstr "Fecha de reserva del evento"
5737
 
5738
  #: app/features/mec/notifications.php:109
5739
+ #: app/features/mec/notifications.php:221
5740
+ #: app/features/mec/notifications.php:345
5741
+ #: app/features/mec/notifications.php:479
5742
+ #: app/features/mec/notifications.php:597
5743
+ #: app/features/mec/notifications.php:723 app/features/notifications.php:95
5744
  #, fuzzy
5745
  #| msgid "Booked date of event"
5746
  msgid "Booked time of event"
5747
  msgstr "Fecha de reserva del evento"
5748
 
5749
  #: app/features/mec/notifications.php:110
5750
+ #: app/features/mec/notifications.php:222
5751
+ #: app/features/mec/notifications.php:346
5752
+ #: app/features/mec/notifications.php:480
5753
+ #: app/features/mec/notifications.php:598
5754
+ #: app/features/mec/notifications.php:724 app/features/notifications.php:96
5755
  #, fuzzy
5756
  #| msgid "Booked date of event"
5757
  msgid "Booked date and time of event"
5758
  msgstr "Fecha de reserva del evento"
5759
 
5760
  #: app/features/mec/notifications.php:111
5761
+ #: app/features/mec/notifications.php:223
5762
+ #: app/features/mec/notifications.php:347
5763
+ #: app/features/mec/notifications.php:481
5764
+ #: app/features/mec/notifications.php:599
5765
+ #: app/features/mec/notifications.php:725 app/features/notifications.php:97
5766
  msgid "Date of next 20 occurrences of booked event (including the booked date)"
5767
  msgstr ""
5768
 
5769
  #: app/features/mec/notifications.php:112
5770
+ #: app/features/mec/notifications.php:224
5771
+ #: app/features/mec/notifications.php:348
5772
+ #: app/features/mec/notifications.php:482
5773
+ #: app/features/mec/notifications.php:600
5774
+ #: app/features/mec/notifications.php:726 app/features/notifications.php:98
5775
  msgid ""
5776
  "Date and Time of next 20 occurrences of booked event (including the booked "
5777
  "date)"
5778
  msgstr ""
5779
 
5780
  #: app/features/mec/notifications.php:113
5781
+ #: app/features/mec/notifications.php:225
5782
+ #: app/features/mec/notifications.php:349
5783
+ #: app/features/mec/notifications.php:483
5784
+ #: app/features/mec/notifications.php:601
5785
+ #: app/features/mec/notifications.php:727 app/features/notifications.php:99
5786
  msgid "Booking Price"
5787
  msgstr "Precio de la reserva"
5788
 
5789
  #: app/features/mec/notifications.php:114
5790
+ #: app/features/mec/notifications.php:226
5791
+ #: app/features/mec/notifications.php:351
5792
+ #: app/features/mec/notifications.php:484
5793
+ #: app/features/mec/notifications.php:602
5794
+ #: app/features/mec/notifications.php:728 app/features/notifications.php:101
5795
  #, fuzzy
5796
  #| msgid "Cannot find the booking!"
5797
  msgid "Date and time of booking"
5798
  msgstr "¡No se pudo encontrar la reserva!"
5799
 
5800
  #: app/features/mec/notifications.php:115
5801
+ #: app/features/mec/notifications.php:227
5802
+ #: app/features/mec/notifications.php:352
5803
+ #: app/features/mec/notifications.php:485
5804
+ #: app/features/mec/notifications.php:603
5805
+ #: app/features/mec/notifications.php:729
5806
+ #: app/features/mec/notifications.php:850
5807
+ #: app/features/mec/notifications.php:935 app/features/notifications.php:102
5808
  msgid "Your website title"
5809
  msgstr "Título de tu web"
5810
 
5811
  #: app/features/mec/notifications.php:116
5812
+ #: app/features/mec/notifications.php:228
5813
+ #: app/features/mec/notifications.php:353
5814
+ #: app/features/mec/notifications.php:486
5815
+ #: app/features/mec/notifications.php:604
5816
+ #: app/features/mec/notifications.php:730
5817
+ #: app/features/mec/notifications.php:851
5818
+ #: app/features/mec/notifications.php:936 app/features/notifications.php:103
5819
  msgid "Your website URL"
5820
  msgstr "URL de tu sitio web"
5821
 
5822
  #: app/features/mec/notifications.php:117
5823
+ #: app/features/mec/notifications.php:229
5824
+ #: app/features/mec/notifications.php:354
5825
+ #: app/features/mec/notifications.php:487
5826
+ #: app/features/mec/notifications.php:605
5827
+ #: app/features/mec/notifications.php:731
5828
+ #: app/features/mec/notifications.php:852
5829
+ #: app/features/mec/notifications.php:937 app/features/notifications.php:104
5830
  msgid "Your website description"
5831
  msgstr "Descripción de tu web"
5832
 
5833
  #: app/features/mec/notifications.php:118
5834
+ #: app/features/mec/notifications.php:230
5835
+ #: app/features/mec/notifications.php:355
5836
+ #: app/features/mec/notifications.php:488
5837
+ #: app/features/mec/notifications.php:606
5838
+ #: app/features/mec/notifications.php:732 app/features/notifications.php:105
5839
  msgid "Event title"
5840
  msgstr "Título del evento"
5841
 
5842
  #: app/features/mec/notifications.php:119
5843
+ #: app/features/mec/notifications.php:231
5844
+ #: app/features/mec/notifications.php:356
5845
+ #: app/features/mec/notifications.php:489
5846
+ #: app/features/mec/notifications.php:607
5847
+ #: app/features/mec/notifications.php:733 app/features/notifications.php:106
5848
  #, fuzzy
5849
  #| msgid "Event Link"
5850
  msgid "Event link"
5851
  msgstr "Enlace del evento"
5852
 
5853
  #: app/features/mec/notifications.php:120
5854
+ #: app/features/mec/notifications.php:232
5855
+ #: app/features/mec/notifications.php:357
5856
+ #: app/features/mec/notifications.php:845
5857
+ #: app/features/mec/notifications.php:930 app/features/notifications.php:135
5858
  #, fuzzy
5859
  #| msgid "Start Date"
5860
  msgid "Event Start Date"
5861
  msgstr "Día de inicio"
5862
 
5863
  #: app/features/mec/notifications.php:121
5864
+ #: app/features/mec/notifications.php:233
5865
+ #: app/features/mec/notifications.php:358
5866
+ #: app/features/mec/notifications.php:846
5867
+ #: app/features/mec/notifications.php:931 app/features/notifications.php:136
5868
  #, fuzzy
5869
  #| msgid "End Date"
5870
  msgid "Event End Date"
5871
  msgstr "Día final"
5872
 
5873
  #: app/features/mec/notifications.php:122
5874
+ #: app/features/mec/notifications.php:234
5875
+ #: app/features/mec/notifications.php:359
5876
+ #: app/features/mec/notifications.php:847
5877
+ #: app/features/mec/notifications.php:932 app/features/notifications.php:137
5878
+ #, fuzzy
5879
+ #| msgid "Timezone: %s"
5880
+ msgid "Event Timezone"
5881
+ msgstr "Zona horaria: %s"
5882
+
5883
+ #: app/features/mec/notifications.php:123
5884
+ #: app/features/mec/notifications.php:235
5885
+ #: app/features/mec/notifications.php:360
5886
+ #: app/features/mec/notifications.php:490
5887
+ #: app/features/mec/notifications.php:608
5888
+ #: app/features/mec/notifications.php:734 app/features/notifications.php:107
5889
  #, fuzzy
5890
  #| msgid "Organizer name of booked event"
5891
  msgid "Speaker name of booked event"
5892
  msgstr "Nombre del organizador del evento reservado"
5893
 
5894
+ #: app/features/mec/notifications.php:124
5895
+ #: app/features/mec/notifications.php:236
5896
+ #: app/features/mec/notifications.php:361
5897
+ #: app/features/mec/notifications.php:491
5898
+ #: app/features/mec/notifications.php:609
5899
+ #: app/features/mec/notifications.php:735 app/features/notifications.php:108
5900
  msgid "Organizer name of booked event"
5901
  msgstr "Nombre del organizador del evento reservado"
5902
 
 
 
 
 
 
 
 
 
 
5903
  #: app/features/mec/notifications.php:125
5904
+ #: app/features/mec/notifications.php:237
5905
+ #: app/features/mec/notifications.php:362
5906
+ #: app/features/mec/notifications.php:492
5907
+ #: app/features/mec/notifications.php:610
5908
+ #: app/features/mec/notifications.php:736 app/features/notifications.php:109
5909
+ msgid "Organizer tel of booked event"
5910
+ msgstr "Teléfono del organizador del evento reservado"
5911
+
5912
+ #: app/features/mec/notifications.php:126
5913
+ #: app/features/mec/notifications.php:238
5914
+ #: app/features/mec/notifications.php:363
5915
+ #: app/features/mec/notifications.php:493
5916
+ #: app/features/mec/notifications.php:611
5917
+ #: app/features/mec/notifications.php:737 app/features/notifications.php:110
5918
  msgid "Organizer email of booked event"
5919
  msgstr "Correo electrónico del organizar de un evento reservado"
5920
 
5921
+ #: app/features/mec/notifications.php:127
5922
+ #: app/features/mec/notifications.php:239
5923
+ #: app/features/mec/notifications.php:364
5924
+ #: app/features/mec/notifications.php:494
5925
+ #: app/features/mec/notifications.php:612
5926
+ #: app/features/mec/notifications.php:738 app/features/notifications.php:111
5927
  #, fuzzy
5928
  #| msgid "Location name of booked event"
5929
  msgid "Additional organizers name of booked event"
5930
  msgstr "Nombre del lugar del organizador del evento reservado"
5931
 
5932
+ #: app/features/mec/notifications.php:128
5933
+ #: app/features/mec/notifications.php:240
5934
+ #: app/features/mec/notifications.php:365
5935
+ #: app/features/mec/notifications.php:495
5936
+ #: app/features/mec/notifications.php:613
5937
+ #: app/features/mec/notifications.php:739 app/features/notifications.php:112
5938
  #, fuzzy
5939
  #| msgid "Location name of booked event"
5940
  msgid "Additional organizers tel of booked event"
5941
  msgstr "Nombre del lugar del organizador del evento reservado"
5942
 
5943
+ #: app/features/mec/notifications.php:129
5944
+ #: app/features/mec/notifications.php:241
5945
+ #: app/features/mec/notifications.php:366
5946
+ #: app/features/mec/notifications.php:496
5947
+ #: app/features/mec/notifications.php:614
5948
+ #: app/features/mec/notifications.php:740 app/features/notifications.php:113
5949
  #, fuzzy
5950
  #| msgid "Organizer email of booked event"
5951
  msgid "Additional organizers email of booked event"
5952
  msgstr "Correo electrónico del organizar de un evento reservado"
5953
 
5954
+ #: app/features/mec/notifications.php:130
5955
+ #: app/features/mec/notifications.php:242
5956
+ #: app/features/mec/notifications.php:367
5957
+ #: app/features/mec/notifications.php:497
5958
+ #: app/features/mec/notifications.php:615
5959
+ #: app/features/mec/notifications.php:741 app/features/notifications.php:114
5960
  msgid "Location name of booked event"
5961
  msgstr "Nombre del lugar del organizador del evento reservado"
5962
 
5963
+ #: app/features/mec/notifications.php:131
5964
+ #: app/features/mec/notifications.php:243
5965
+ #: app/features/mec/notifications.php:368
5966
+ #: app/features/mec/notifications.php:498
5967
+ #: app/features/mec/notifications.php:616
5968
+ #: app/features/mec/notifications.php:742 app/features/notifications.php:115
5969
  msgid "Location address of booked event"
5970
  msgstr "Dirección del organizador del evento reservado"
5971
 
5972
+ #: app/features/mec/notifications.php:132
5973
+ #: app/features/mec/notifications.php:244
5974
+ #: app/features/mec/notifications.php:369
5975
+ #: app/features/mec/notifications.php:499
5976
+ #: app/features/mec/notifications.php:617
5977
+ #: app/features/mec/notifications.php:743 app/features/notifications.php:116
5978
  #, fuzzy
5979
  #| msgid "Location name of booked event"
5980
  msgid "Additional locations name of booked event"
5981
  msgstr "Nombre del lugar del organizador del evento reservado"
5982
 
5983
+ #: app/features/mec/notifications.php:133
5984
+ #: app/features/mec/notifications.php:245
5985
+ #: app/features/mec/notifications.php:370
5986
+ #: app/features/mec/notifications.php:500
5987
+ #: app/features/mec/notifications.php:618
5988
+ #: app/features/mec/notifications.php:744 app/features/notifications.php:117
5989
  #, fuzzy
5990
  #| msgid "Location address of booked event"
5991
  msgid "Additional locations address of booked event"
5992
  msgstr "Dirección del organizador del evento reservado"
5993
 
5994
+ #: app/features/mec/notifications.php:134
5995
+ #: app/features/mec/notifications.php:246
5996
+ #: app/features/mec/notifications.php:371
5997
+ #: app/features/mec/notifications.php:501
5998
+ #: app/features/mec/notifications.php:619
5999
+ #: app/features/mec/notifications.php:745 app/features/notifications.php:118
6000
  #, fuzzy
6001
  #| msgid "Organizer name of booked event"
6002
  msgid "Featured image of booked event"
6003
  msgstr "Nombre del organizador del evento reservado"
6004
 
6005
+ #: app/features/mec/notifications.php:135
6006
+ #: app/features/mec/notifications.php:247
6007
+ #: app/features/mec/notifications.php:372
6008
+ #: app/features/mec/notifications.php:620
6009
+ #: app/features/mec/notifications.php:746 app/features/notifications.php:119
6010
  #, fuzzy
6011
  #| msgid "Event Link"
6012
  msgid "Event more info link"
6013
  msgstr "Enlace del evento"
6014
 
6015
+ #: app/features/mec/notifications.php:136
6016
+ #: app/features/mec/notifications.php:248
6017
+ #: app/features/mec/notifications.php:373
6018
+ #: app/features/mec/notifications.php:621
6019
+ #: app/features/mec/notifications.php:747 app/features/notifications.php:120
6020
  #, fuzzy
6021
  #| msgid "Event Link"
6022
  msgid "Event other info link"
6023
  msgstr "Enlace del evento"
6024
 
6025
+ #: app/features/mec/notifications.php:137
6026
+ #: app/features/mec/notifications.php:249
6027
+ #: app/features/mec/notifications.php:374
6028
+ #: app/features/mec/notifications.php:622
6029
+ #: app/features/mec/notifications.php:748 app/features/notifications.php:121
6030
  #, fuzzy
6031
  #| msgid "Event Link"
6032
  msgid "Event online link"
6033
  msgstr "Enlace del evento"
6034
 
6035
+ #: app/features/mec/notifications.php:138
6036
+ #: app/features/mec/notifications.php:250
6037
+ #: app/features/mec/notifications.php:375
6038
+ #: app/features/mec/notifications.php:502
6039
+ #: app/features/mec/notifications.php:623
6040
+ #: app/features/mec/notifications.php:749 app/features/notifications.php:122
6041
  msgid "Full Attendee info such as booking form data, name, email etc."
6042
  msgstr ""
6043
  "Información completa del asistente, como datos de formulario de reserva, "
6044
  "nombre, correo electrónico, etc."
6045
 
6046
+ #: app/features/mec/notifications.php:139
6047
+ #: app/features/mec/notifications.php:251
6048
+ #: app/features/mec/notifications.php:376
6049
+ #: app/features/mec/notifications.php:503
6050
+ #: app/features/mec/notifications.php:624
6051
+ #: app/features/mec/notifications.php:750 app/features/notifications.php:123
6052
  #, fuzzy
6053
  #| msgid "Booking"
6054
  msgid "Booking ID"
6055
  msgstr "Reserva"
6056
 
6057
+ #: app/features/mec/notifications.php:140
6058
+ #: app/features/mec/notifications.php:252
6059
+ #: app/features/mec/notifications.php:377
6060
+ #: app/features/mec/notifications.php:504
6061
+ #: app/features/mec/notifications.php:625
6062
+ #: app/features/mec/notifications.php:751 app/features/notifications.php:124
6063
  #, fuzzy
6064
  #| msgid "Transaction ID"
6065
  msgid "Transaction ID of Booking"
6066
  msgstr "ID Transacción"
6067
 
6068
+ #: app/features/mec/notifications.php:141
6069
+ #: app/features/mec/notifications.php:379
6070
+ #: app/features/mec/notifications.php:753
6071
  msgid "Invoice Link"
6072
  msgstr "Enlace de factura"
6073
 
6074
+ #: app/features/mec/notifications.php:142
6075
+ #: app/features/mec/notifications.php:254
6076
+ #: app/features/mec/notifications.php:380
6077
+ #: app/features/mec/notifications.php:506
6078
+ #: app/features/mec/notifications.php:627
6079
+ #: app/features/mec/notifications.php:754 app/features/notifications.php:126
6080
  msgid "Total attendees of current booking"
6081
  msgstr ""
6082
 
6083
+ #: app/features/mec/notifications.php:143
6084
+ #: app/features/mec/notifications.php:255
6085
+ #: app/features/mec/notifications.php:381
6086
+ #: app/features/mec/notifications.php:507
6087
+ #: app/features/mec/notifications.php:628
6088
+ #: app/features/mec/notifications.php:755 app/features/notifications.php:127
6089
  msgid "Amount of Booked Tickets (Total attendees of all bookings)"
6090
  msgstr ""
6091
 
6092
+ #: app/features/mec/notifications.php:144
6093
+ #: app/features/mec/notifications.php:256
6094
+ #: app/features/mec/notifications.php:382
6095
+ #: app/features/mec/notifications.php:508
6096
+ #: app/features/mec/notifications.php:629
6097
+ #: app/features/mec/notifications.php:756 app/features/notifications.php:128
6098
  msgid "Ticket name"
6099
  msgstr "Nombre de la entrada"
6100
 
6101
+ #: app/features/mec/notifications.php:145
6102
+ #: app/features/mec/notifications.php:257
6103
+ #: app/features/mec/notifications.php:383
6104
+ #: app/features/mec/notifications.php:509
6105
+ #: app/features/mec/notifications.php:630
6106
+ #: app/features/mec/notifications.php:757 app/features/notifications.php:129
6107
  msgid "Ticket time"
6108
  msgstr "Hora de la entrada"
6109
 
6110
+ #: app/features/mec/notifications.php:146
6111
+ #: app/features/mec/notifications.php:258
6112
+ #: app/features/mec/notifications.php:384
6113
+ #: app/features/mec/notifications.php:510
6114
+ #: app/features/mec/notifications.php:631
6115
+ #: app/features/mec/notifications.php:758 app/features/notifications.php:130
6116
  #, fuzzy
6117
  #| msgid "Ticket name"
6118
  msgid "Ticket name & time"
6119
  msgstr "Nombre de la entrada"
6120
 
6121
+ #: app/features/mec/notifications.php:147
6122
+ #: app/features/mec/notifications.php:259
6123
+ #: app/features/mec/notifications.php:385
6124
+ #: app/features/mec/notifications.php:511
6125
+ #: app/features/mec/notifications.php:632
6126
+ #: app/features/mec/notifications.php:759 app/features/notifications.php:131
6127
  #, fuzzy
6128
  #| msgid "Payment Gateways"
6129
  msgid "Payment Gateway"
6130
  msgstr "Pasarelas de pago"
6131
 
6132
+ #: app/features/mec/notifications.php:148
6133
+ #: app/features/mec/notifications.php:260
6134
+ #: app/features/mec/notifications.php:386
6135
+ #: app/features/mec/notifications.php:512
6136
+ #: app/features/mec/notifications.php:633
6137
+ #: app/features/mec/notifications.php:760 app/features/notifications.php:132
6138
  msgid "Link to the downloadable file"
6139
  msgstr ""
6140
 
6141
+ #: app/features/mec/notifications.php:149
6142
+ #: app/features/mec/notifications.php:261
6143
+ #: app/features/mec/notifications.php:387
6144
+ #: app/features/mec/notifications.php:761
6145
  msgid "Download ICS file"
6146
  msgstr "Descarga el archivo ICS"
6147
 
6148
+ #: app/features/mec/notifications.php:151
6149
+ #: app/features/mec/notifications.php:263
6150
+ #: app/features/mec/notifications.php:389
6151
+ #: app/features/mec/notifications.php:763 app/features/notifications.php:134
6152
  msgid "Add to Google Calendar Links for next 20 occurrences"
6153
  msgstr ""
6154
 
6155
+ #: app/features/mec/notifications.php:159 app/libraries/main.php:597
6156
  msgid "Booking Verification"
6157
  msgstr "Verificación de la reserva"
6158
 
6159
+ #: app/features/mec/notifications.php:160
6160
  msgid "It sends to attendee email for verifying their booking/email."
6161
  msgstr ""
6162
  "Se envía a los asistentes un correo electrónico para verificar su reserva."
6163
 
6164
+ #: app/features/mec/notifications.php:253
6165
  msgid "Email/Booking verification link."
6166
  msgstr "Enlace de verificación de correo electrónico/reserva."
6167
 
6168
+ #: app/features/mec/notifications.php:275
6169
  #, fuzzy
6170
  #| msgid "Enable booking notification"
6171
  msgid "Enable booking confirmation"
6172
  msgstr "Activar notificación de reservas"
6173
 
6174
+ #: app/features/mec/notifications.php:280
6175
  #, fuzzy
6176
  #| msgid "It sends to attendee after confirming the booking by admin."
6177
  msgid "Sent to attendee after confirming the booking by admin."
6179
  "Se envía a los asistentes después de confirmar la reserva por el "
6180
  "administrador."
6181
 
6182
+ #: app/features/mec/notifications.php:333
6183
  msgid "Send One Single Email Only To First Attendee"
6184
  msgstr ""
6185
 
6186
+ #: app/features/mec/notifications.php:350
6187
  #, fuzzy
6188
  #| msgid "Attendees Form"
6189
  msgid "Attendee Price"
6190
  msgstr "Asistentes"
6191
 
6192
+ #: app/features/mec/notifications.php:378
6193
+ #: app/features/mec/notifications.php:752
6194
  msgid "Booking cancellation link."
6195
  msgstr "Enlace de cancelación de la reserva."
6196
 
6197
+ #: app/features/mec/notifications.php:398 app/features/notifications.php:159
6198
+ #: app/libraries/main.php:599
6199
  #, fuzzy
6200
  #| msgid "Booking cancellation link."
6201
  msgid "Booking Cancellation"
6202
  msgstr "Enlace de cancelación de la reserva."
6203
 
6204
+ #: app/features/mec/notifications.php:402
6205
  #, fuzzy
6206
  #| msgid "Enable new event notification"
6207
  msgid "Enable cancellation notification"
6208
  msgstr "Activa los avisos de nuevos eventos"
6209
 
6210
+ #: app/features/mec/notifications.php:406
6211
  #, fuzzy
6212
  #| msgid "It sends to attendee after booking for notifying him/her."
6213
  msgid "Sent to selected recipients after booking cancellation to notify them."
6214
  msgstr "Se envía a los asistentes después de la reserva."
6215
 
6216
+ #: app/features/mec/notifications.php:459
6217
+ #: app/features/mec/notifications.php:581
6218
+ #: app/features/mec/notifications.php:783
6219
  #, fuzzy
6220
  #| msgid "Send the email to event organizer"
6221
  msgid "Send the email to admin"
6222
  msgstr "Enviar correo al organizador del evento"
6223
 
6224
+ #: app/features/mec/notifications.php:467
6225
  #, fuzzy
6226
  #| msgid "Send the email to event organizer"
6227
  msgid "Send the email to the booked user"
6228
  msgstr "Enviar correo al organizador del evento"
6229
 
6230
+ #: app/features/mec/notifications.php:505
6231
+ #: app/features/mec/notifications.php:626 app/features/notifications.php:125
6232
  msgid "Admin booking management link."
6233
  msgstr "Enlace del administrador de reservas."
6234
 
6235
+ #: app/features/mec/notifications.php:519 app/libraries/main.php:601
6236
  msgid "Admin"
6237
  msgstr ""
6238
 
6239
+ #: app/features/mec/notifications.php:523
6240
  #, fuzzy
6241
  #| msgid "Enable booking notification"
6242
  msgid "Enable admin notification"
6243
  msgstr "Activar notificación de reservas"
6244
 
6245
+ #: app/features/mec/notifications.php:527
6246
  #, fuzzy
6247
  #| msgid "It sends to admin to notify him/her that a new booking received."
6248
  msgid "Sent to admin to notify them that a new booking has been received."
6249
  msgstr "Se envía al administrador para notificarle una nueva reserva recibida."
6250
 
6251
+ #: app/features/mec/notifications.php:640 app/features/notifications.php:165
6252
+ #: app/libraries/main.php:600 app/libraries/notifications.php:596
6253
  msgid "Booking Reminder"
6254
  msgstr "Recordatorio de reserva"
6255
 
6256
+ #: app/features/mec/notifications.php:644
6257
  msgid "Enable booking reminder notification"
6258
  msgstr "Activar recordatorio de reservas del evento."
6259
 
6260
+ #: app/features/mec/notifications.php:650
6261
  #, fuzzy, php-format
6262
  #| msgid ""
6263
  #| "Set a cronjob to call %s file once per day otherwise it won't send the "
6273
  "este archivo %s, de lo contrario, puede enviar los recordatorios varias "
6274
  "veces."
6275
 
6276
+ #: app/features/mec/notifications.php:650
6277
  #, fuzzy
6278
  #| msgid "only once per day"
6279
  msgid "only once per hour"
6280
  msgstr "una vez al día"
6281
 
6282
+ #: app/features/mec/notifications.php:703 app/libraries/main.php:7340
6283
+ #: app/libraries/main.php:7357
6284
  #, fuzzy
6285
  #| msgid "hours"
6286
  msgid "Hours"
6287
  msgstr "horas"
6288
 
6289
+ #: app/features/mec/notifications.php:707
6290
  msgid "Reminder hours"
6291
  msgstr ""
6292
 
6293
+ #: app/features/mec/notifications.php:708
6294
  msgid "Please, insert comma to separate reminder hours."
6295
  msgstr ""
6296
 
6297
+ #: app/features/mec/notifications.php:772 app/features/popup/event.php:253
6298
+ #: app/libraries/main.php:589
6299
  msgid "New Event"
6300
  msgstr "Nuevo evento"
6301
 
6302
+ #: app/features/mec/notifications.php:776
6303
  msgid "Enable new event notification"
6304
  msgstr "Activa los avisos de nuevos eventos"
6305
 
6306
+ #: app/features/mec/notifications.php:786
6307
  #, fuzzy
6308
  #| msgid ""
6309
  #| "It sends after adding a new event from frontend event submission or from "
6315
  "Se envía después de agregar un nuevo evento de presentación de evento de "
6316
  "frontend o desde el sitio web backend."
6317
 
6318
+ #: app/features/mec/notifications.php:843
6319
+ #: app/features/mec/notifications.php:928
6320
  msgid "Title of event"
6321
  msgstr "Título del evento"
6322
 
6323
+ #: app/features/mec/notifications.php:844
6324
+ #: app/features/mec/notifications.php:929
6325
  #, fuzzy
6326
  #| msgid "Title of event"
6327
  msgid "Link of event"
6328
  msgstr "Título del evento"
6329
 
6330
+ #: app/features/mec/notifications.php:848
6331
+ #: app/features/mec/notifications.php:933 app/features/notifications.php:138
6332
  msgid "Status of event"
6333
  msgstr "Estado del evento"
6334
 
6335
+ #: app/features/mec/notifications.php:849
6336
+ #: app/features/mec/notifications.php:934 app/features/mec/settings.php:871
6337
+ #: app/features/mec/settings.php:875 app/features/notifications.php:139
6338
  msgid "Event Note"
6339
  msgstr "Nota de evento"
6340
 
6341
+ #: app/features/mec/notifications.php:853
6342
+ #: app/features/mec/notifications.php:938
6343
  msgid "Admin events management link."
6344
  msgstr "Enlace del administrador de reservas."
6345
 
6346
+ #: app/features/mec/notifications.php:863 app/libraries/main.php:590
6347
  #, fuzzy
6348
  #| msgid "The event published."
6349
  msgid "User Event Publishing"
6350
  msgstr "El evento a sido publicado."
6351
 
6352
+ #: app/features/mec/notifications.php:867
6353
  #, fuzzy
6354
  #| msgid "Enable new event notification"
6355
  msgid "Enable user event publishing notification"
6356
  msgstr "Activa los avisos de nuevos eventos"
6357
 
6358
+ #: app/features/mec/notifications.php:871
6359
  #, fuzzy
6360
  #| msgid ""
6361
  #| "It sends after adding a new event from frontend event submission or from "
6367
  "Se envía después de agregar un nuevo evento de presentación de evento de "
6368
  "frontend o desde el sitio web backend."
6369
 
6370
+ #: app/features/mec/notifications.php:946 app/libraries/main.php:604
6371
  #, fuzzy
6372
  #| msgid "Notifications"
6373
  msgid "Notifications Per Event"
6374
  msgstr "Avisos"
6375
 
6376
+ #: app/features/mec/notifications.php:950
6377
  #, fuzzy
6378
  #| msgid "Admin Notification"
6379
  msgid "Edit Notifications Per Event"
6455
  msgid "There was an error please try again!"
6456
  msgstr ""
6457
 
6458
+ #: app/features/mec/settings.php:62 app/features/mec/settings.php:73
6459
  msgid "Hide Events"
6460
  msgstr "Ocultar eventos"
6461
 
6475
  msgid "On Event End"
6476
  msgstr "El fin del evento"
6477
 
6478
+ #: app/features/mec/settings.php:74
6479
  msgid ""
6480
  "This option is for showing start/end time of events on frontend of website."
6481
  msgstr ""
6482
  "Esta opción es para mostrar el tiempo de inicio / finalización de los "
6483
  "eventos en la interfaz del sitio web."
6484
 
6485
+ #: app/features/mec/settings.php:83 app/features/mec/settings.php:92
6486
  msgid "Multiple Day Events"
6487
  msgstr "Eventos de varios días"
6488
 
6489
+ #: app/features/mec/settings.php:86
6490
  #, fuzzy
6491
  #| msgid "Show only first day on List/Grid/Slider skins"
6492
  msgid "Show only first day on List/Grid/Slider/Agenda skins"
6493
  msgstr ""
6494
  "Muestra únicamente el primer día en los temas de Lista, Cuadricula y Rotativo"
6495
 
6496
+ #: app/features/mec/settings.php:87
6497
  msgid "Show only first day on all skins"
6498
  msgstr "Mostrar solo el primer día en todas los temas"
6499
 
6500
+ #: app/features/mec/settings.php:88
6501
  msgid "Show all days"
6502
  msgstr "Mostrar todos los días"
6503
 
6504
+ #: app/features/mec/settings.php:93
6505
  msgid ""
6506
  "For showing all days of multiple day events on frontend or only show the "
6507
  "first day."
6509
  "Para mostrar todos los días en un evento multidía en la pagina o solo "
6510
  "mostrar el primer día."
6511
 
6512
+ #: app/features/mec/settings.php:102
6513
  msgid "Remove MEC Data on Plugin Uninstall"
6514
  msgstr "Elimina los datos de MEC al desinstalar el plugin."
6515
 
6516
+ #: app/features/mec/settings.php:113
6517
  msgid "Sender Name"
6518
  msgstr ""
6519
 
6520
+ #: app/features/mec/settings.php:116
6521
  msgid "e.g. Webnus"
6522
  msgstr ""
6523
 
6524
+ #: app/features/mec/settings.php:123
6525
  #, fuzzy
6526
  #| msgid "Organizer Email"
6527
  msgid "Sender Email"
6528
  msgstr "Correo electrónico del organizador"
6529
 
6530
+ #: app/features/mec/settings.php:126
6531
  msgid "e.g. info@webnus.biz"
6532
  msgstr ""
6533
 
6534
+ #: app/features/mec/settings.php:132
6535
  msgid "Exclude Date Suffix"
6536
  msgstr "Excluir sufijo de la fecha"
6537
 
6538
+ #: app/features/mec/settings.php:135
6539
  msgid "Remove suffix from calendars"
6540
  msgstr "Elimina el sufijo de los calendarios."
6541
 
6542
+ #: app/features/mec/settings.php:139
6543
  #, fuzzy
6544
  #| msgid "Remove suffix from calendars"
6545
  msgid "Remove \"Th\" on calendar"
6546
  msgstr "Elimina el sufijo de los calendarios."
6547
 
6548
+ #: app/features/mec/settings.php:140
6549
  msgid ""
6550
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
6551
  "showing just '12' )"
6552
  msgstr ""
6553
 
6554
+ #: app/features/mec/settings.php:147 app/features/mec/settings.php:154
6555
  msgid "Schema"
6556
  msgstr ""
6557
 
6558
+ #: app/features/mec/settings.php:150
6559
  #, fuzzy
6560
  #| msgid "Enable coupons module"
6561
  msgid "Enable Schema Code"
6562
  msgstr "Activar módulo de cupones"
6563
 
6564
+ #: app/features/mec/settings.php:155
6565
  msgid "You can enable/disable Schema scripts"
6566
  msgstr ""
6567
 
6568
+ #: app/features/mec/settings.php:164 app/features/mec/settings.php:174
6569
+ #: app/libraries/main.php:6262 app/libraries/main.php:6316
6570
  msgid "Weekdays"
6571
  msgstr "Días de la semana"
6572
 
6573
+ #: app/features/mec/settings.php:175
6574
  #, fuzzy
6575
  #| msgid ""
6576
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
6582
  msgstr ""
6583
  "Ten cuidado. El predeterminado es Lunes, Martes, Miércoles, Jueves y Viernes."
6584
 
6585
+ #: app/features/mec/settings.php:185 app/features/mec/settings.php:195
6586
  msgid "Weekends"
6587
  msgstr "Fines de semana"
6588
 
6589
+ #: app/features/mec/settings.php:196
6590
  #, fuzzy
6591
  #| msgid ""
6592
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
6598
  msgstr ""
6599
  "Ten cuidado. El predeterminado es Lunes, Martes, Miércoles, Jueves y Viernes."
6600
 
6601
+ #: app/features/mec/settings.php:205
6602
  #, fuzzy
6603
  #| msgid "Date Format"
6604
  msgid "Datepicker Format"
6605
  msgstr "Formato de fecha"
6606
 
6607
+ #: app/features/mec/settings.php:213
6608
  msgid "(Y-m-d)"
6609
  msgstr ""
6610
 
6611
+ #: app/features/mec/settings.php:214
6612
  msgid "(d-m-Y)"
6613
  msgstr ""
6614
 
6615
+ #: app/features/mec/settings.php:217
6616
  msgid "(Y/m/d)"
6617
  msgstr ""
6618
 
6619
+ #: app/features/mec/settings.php:218
6620
  msgid "(m/d/Y)"
6621
  msgstr ""
6622
 
6623
+ #: app/features/mec/settings.php:221
6624
  msgid "(Y.m.d)"
6625
  msgstr ""
6626
 
6627
+ #: app/features/mec/settings.php:222
6628
  msgid "(d.m.Y)"
6629
  msgstr ""
6630
 
6631
+ #: app/features/mec/settings.php:228 app/features/mec/settings.php:240
6632
  msgid "Midnight Hour"
6633
  msgstr ""
6634
 
6635
+ #: app/features/mec/settings.php:231
6636
  msgid "12 AM"
6637
  msgstr ""
6638
 
6639
+ #: app/features/mec/settings.php:232
6640
  msgid "1 AM"
6641
  msgstr ""
6642
 
6643
+ #: app/features/mec/settings.php:233
6644
  msgid "2 AM"
6645
  msgstr ""
6646
 
6647
+ #: app/features/mec/settings.php:234
6648
  msgid "3 AM"
6649
  msgstr ""
6650
 
6651
+ #: app/features/mec/settings.php:235
6652
  msgid "4 AM"
6653
  msgstr ""
6654
 
6655
+ #: app/features/mec/settings.php:236
6656
  msgid "5 AM"
6657
  msgstr ""
6658
 
6659
+ #: app/features/mec/settings.php:241
6660
  msgid ""
6661
  "12 AM is midnight by default but you can change it if your event ends after "
6662
  "12 AM and you don't want those events considered as multiple days events!"
6663
  msgstr ""
6664
 
6665
+ #: app/features/mec/settings.php:249
6666
  #, fuzzy
6667
  #| msgid "Add Shortcode"
6668
  msgid "Open \"Add Event\" as Popup"
6669
  msgstr "Nuevo Shortcode"
6670
 
6671
+ #: app/features/mec/settings.php:252 app/features/mec/settings.php:260
6672
+ #: app/features/mec/settings.php:268 app/features/mec/single.php:111
6673
  #, fuzzy
6674
  #| msgid "Enabled"
6675
  msgid "Enable"
6676
  msgstr "Habilitado"
6677
 
6678
+ #: app/features/mec/settings.php:257
6679
  #, fuzzy
6680
  #| msgid "Add Shortcode"
6681
  msgid "Open \"Add Shortcode\" as Popup"
6682
  msgstr "Nuevo Shortcode"
6683
 
6684
+ #: app/features/mec/settings.php:265
6685
  #, fuzzy
6686
  #| msgid "Featured Image"
6687
  msgid "Include Event Featured Image in Feed"
6688
  msgstr "Imagen destacada"
6689
 
6690
+ #: app/features/mec/settings.php:275 app/libraries/main.php:539
6691
  msgid "Archive Pages"
6692
  msgstr "Páginas de archivo"
6693
 
6694
+ #: app/features/mec/settings.php:278 app/features/mec/settings.php:283
6695
  msgid "Archive Page Title"
6696
  msgstr "Título de la página de archivo"
6697
 
6698
+ #: app/features/mec/settings.php:284
6699
  #, fuzzy
6700
  #| msgid "Default value is Events"
6701
  msgid "Default value is Events - It's title of the page"
6702
  msgstr "Valor por defecto del evento"
6703
 
6704
+ #: app/features/mec/settings.php:292 app/features/mec/settings.php:360
6705
  msgid "Archive Page Skin"
6706
  msgstr "Tema de la página de archivo"
6707
 
6708
+ #: app/features/mec/settings.php:300 app/features/mec/settings.php:377
6709
  #, fuzzy
6710
  #| msgid "Edit shortcodes"
6711
  msgid "Put shortcode..."
6712
  msgstr "Editar Shortcodes"
6713
 
6714
+ #: app/features/mec/settings.php:303 app/features/mec/settings.php:318
6715
+ #: app/features/mec/settings.php:321 app/features/mec/settings.php:330
6716
+ #: app/features/mec/settings.php:356 app/features/mec/settings.php:380
6717
+ #: app/features/mec/settings.php:395 app/features/mec/settings.php:398
6718
+ #: app/features/mec/settings.php:407 app/features/mec/settings.php:433
6719
  #, fuzzy
6720
  #| msgid "The event is ongoing."
6721
  msgid "There is no skins"
6722
  msgstr "El evento está en curso."
6723
 
6724
+ #: app/features/mec/settings.php:306 app/features/mec/settings.php:383
6725
  #: app/features/mec/single.php:73
6726
  msgid "Modern Style"
6727
  msgstr "Estilo moderno"
6728
 
6729
+ #: app/features/mec/settings.php:348 app/features/mec/settings.php:425
6730
  #, fuzzy
6731
  #| msgid "Colorful"
6732
  msgid "colorful"
6733
  msgstr "Colorido"
6734
 
6735
+ #: app/features/mec/settings.php:353 app/features/mec/settings.php:430
6736
  #, fuzzy
6737
  #| msgid "Plain Style"
6738
  msgid "Clean Style"
6739
  msgstr "Estilo simple"
6740
 
6741
+ #: app/features/mec/settings.php:361
6742
  #, fuzzy
6743
  #| msgid "Default value is Calendar/Monthly View"
6744
  msgid "Default value is Calendar/Monthly View, But you can change it "
6745
  msgstr "El valor predeterminado es calendario / vista mensual"
6746
 
6747
+ #: app/features/mec/settings.php:361 app/features/mec/settings.php:438
6748
  msgid "See Demo"
6749
  msgstr ""
6750
 
6751
+ #: app/features/mec/settings.php:369 app/features/mec/settings.php:437
6752
  msgid "Category Page Skin"
6753
  msgstr "Skin de página de categoría"
6754
 
6755
+ #: app/features/mec/settings.php:438
6756
  #, fuzzy
6757
  #| msgid "Default value is Calendar/Monthly View"
6758
  msgid ""
6760
  "categories."
6761
  msgstr "El valor predeterminado es calendario / vista mensual"
6762
 
6763
+ #: app/features/mec/settings.php:446 app/features/mec/settings.php:454
6764
  msgid "Category Events Method"
6765
  msgstr "Método de categoría de eventos"
6766
 
6767
+ #: app/features/mec/settings.php:455
6768
  msgid "Default value is Upcoming Events"
6769
  msgstr "El valor predeterminado es Próximos eventos"
6770
 
6771
+ #: app/features/mec/settings.php:463 app/features/mec/settings.php:471
6772
  msgid "Events Archive Status"
6773
  msgstr "Estado del archivo de eventos"
6774
 
6775
+ #: app/features/mec/settings.php:466
6776
  msgid "Enabled (Recommended)"
6777
  msgstr "Activado (recomendado)"
6778
 
6779
+ #: app/features/mec/settings.php:472
6780
  msgid ""
6781
  "If you disable it, then you should create a page as archive page of MEC. "
6782
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
6786
  "archivo de MEC. El slug debe igualarse al slug principal de MEC. También "
6787
  "desactivará todas las reglas de sobreescripción."
6788
 
6789
+ #: app/features/mec/settings.php:485 app/features/mec/settings.php:490
6790
  msgid "Main Slug"
6791
  msgstr "Slug principal"
6792
 
6793
+ #: app/features/mec/settings.php:491
6794
  msgid ""
6795
  "Default value is events. You can not have a page with this name. MEC allows "
6796
  "you to create custom URLs for the permalinks and archives to enhance the "
6797
  "applicability and forward-compatibility of the links."
6798
  msgstr ""
6799
 
6800
+ #: app/features/mec/settings.php:495 app/features/mec/settings.php:509
6801
  #, fuzzy
6802
  #| msgid ""
6803
  #| "Default value is events. Valid characters are lowercase a-z, - character "
6807
  "El valor por defecto es eventos. Los caracteres válidos son a-z minúsculas, "
6808
  "- carácteres y números."
6809
 
6810
+ #: app/features/mec/settings.php:499 app/features/mec/settings.php:504
6811
  msgid "Category Slug"
6812
  msgstr "Slug de la categoría"
6813
 
6814
+ #: app/features/mec/settings.php:505
6815
  #, fuzzy
6816
  #| msgid ""
6817
  #| "It's slug of MEC categories, you can change it to events-cat or something "
6825
  "cat o a algo más. El valor por defecto es mec-category. Se pueden utilizar "
6826
  "letras de la a-z en minúsculas y numerosas."
6827
 
6828
+ #: app/features/mec/settings.php:517
6829
  msgid "Currency"
6830
  msgstr "Moneda corriente"
6831
 
6832
+ #: app/features/mec/settings.php:527 app/features/mec/settings.php:532
6833
  msgid "Currency Sign"
6834
  msgstr "Tipo de moneda"
6835
 
6836
+ #: app/features/mec/settings.php:533
6837
  msgid "Default value will be \"currency\" if you leave it empty."
6838
  msgstr "El valor por defecto será \"moneda\" si lo dejas en blanco."
6839
 
6840
+ #: app/features/mec/settings.php:540
6841
  msgid "Currency Position"
6842
  msgstr "Posición en moneda extranjera"
6843
 
6844
+ #: app/features/mec/settings.php:543
6845
  msgid "Before $10"
6846
  msgstr "Menos de 10€"
6847
 
6848
+ #: app/features/mec/settings.php:544
6849
  msgid "After 10$"
6850
  msgstr "Más de 10€"
6851
 
6852
+ #: app/features/mec/settings.php:549
6853
  msgid "Thousand Separator"
6854
  msgstr "Separador de miles"
6855
 
6856
+ #: app/features/mec/settings.php:555
6857
  msgid "Decimal Separator"
6858
  msgstr "Separador de decimales"
6859
 
6860
+ #: app/features/mec/settings.php:565
6861
  msgid "No decimal"
6862
  msgstr "No decimal"
6863
 
6864
+ #: app/features/mec/settings.php:576
6865
  msgid "Enable Google Recaptcha"
6866
  msgstr "Habilitar Google Recaptcha"
6867
 
6868
+ #: app/features/mec/settings.php:585
6869
  msgid "Enable on booking form"
6870
  msgstr "Activar en el formulario de reserva"
6871
 
6872
+ #: app/features/mec/settings.php:593
6873
  msgid "Enable on \"Frontend Event Submission\" form"
6874
  msgstr "Activa el formulario \"Envío de eventos desde portada\""
6875
 
6876
+ #: app/features/mec/settings.php:597
6877
  msgid "Site Key"
6878
  msgstr "Clave del Sitio"
6879
 
6880
+ #: app/features/mec/settings.php:603
6881
  msgid "Secret Key"
6882
  msgstr "Clave secreta"
6883
 
6884
+ #: app/features/mec/settings.php:615 app/features/mec/settings.php:623
6885
  msgid "Time Format"
6886
  msgstr "Formato de la hora"
6887
 
6888
+ #: app/features/mec/settings.php:618
6889
  msgid "12 hours format with AM/PM"
6890
  msgstr "Formato de 12 horas con AM / PM"
6891
 
6892
+ #: app/features/mec/settings.php:619
6893
  msgid "24 hours format"
6894
  msgstr "Formato de 24 horas"
6895
 
6896
+ #: app/features/mec/settings.php:624
6897
  msgid "This option, affects the selection of Start/End time."
6898
  msgstr ""
6899
 
6900
+ #: app/features/mec/settings.php:632
6901
  msgid "Events List Page"
6902
  msgstr "Página de lista de eventos"
6903
 
6904
+ #: app/features/mec/settings.php:641 app/features/mec/settings.php:653
6905
  #, php-format
6906
  msgid "Put %s shortcode into the page."
6907
  msgstr "Pon el shortcode %s en la página."
6908
 
6909
+ #: app/features/mec/settings.php:644
6910
  msgid "Add/Edit Events Page"
6911
  msgstr "Añadir/Editar página de eventos"
6912
 
6913
+ #: app/features/mec/settings.php:668
6914
  #, fuzzy
6915
  #| msgid ""
6916
  #| "User redirects to this page after booking. Leave it empty if you want to "
6922
  "Se redirecciona al usuario a esta pagina una vez que completa la reserva. "
6923
  "Déjalo vacío si lo deseas desactivado."
6924
 
6925
+ #: app/features/mec/settings.php:691 app/features/mec/settings.php:696
6926
  #, fuzzy
6927
  #| msgid "Maximum Dates"
6928
  msgid "Maximum File Size"
6929
  msgstr "Fechas máximas"
6930
 
6931
+ #: app/features/mec/settings.php:693
6932
  msgid "in KB"
6933
  msgstr ""
6934
 
6935
+ #: app/features/mec/settings.php:697
6936
  msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
6937
  msgstr ""
6938
 
6939
+ #: app/features/mec/settings.php:706
6940
  #, fuzzy
6941
  #| msgid "Enable event submission by guest (Not logged-in) users"
6942
  msgid "Enable event submission by guest (Not logged in) users"
6944
  "Habilitar la presentación de eventos por los usuarios invitados (no "
6945
  "conectados)"
6946
 
6947
+ #: app/features/mec/settings.php:713
6948
  msgid "Enable mandatory email and name for guest user"
6949
  msgstr ""
6950
  "Activa que sea obligatorio el correo y nombre del usuario para el usuario "
6951
  "invitado"
6952
 
6953
+ #: app/features/mec/settings.php:719
6954
  msgid ""
6955
  "Automatically create users after event publish and assign event to the "
6956
  "created user"
6957
  msgstr ""
6958
 
6959
+ #: app/features/mec/settings.php:724
6960
  msgid "Frontend Event Submission Sections"
6961
  msgstr "Secciones de envío de eventos en la pagina."
6962
 
6963
+ #: app/features/mec/settings.php:728
6964
  #, fuzzy
6965
  #| msgid "Event Details"
6966
  msgid "Event Data Fields"
6967
  msgstr "Detalle de evento"
6968
 
6969
+ #: app/features/mec/settings.php:752 app/widgets/single.php:119
6970
  msgid "Event Categories"
6971
  msgstr "Categorías de evento"
6972
 
6973
+ #: app/features/mec/settings.php:758
6974
  msgid "Event Labels"
6975
  msgstr "Etiqueta de eventos"
6976
 
6977
+ #: app/features/mec/settings.php:770
6978
  msgid "Event Tags"
6979
  msgstr "Etiquetas del Evento"
6980
 
6981
+ #: app/features/mec/settings.php:782 app/widgets/single.php:123
6982
  msgid "Event Organizer"
6983
  msgstr "Organizador de eventos"
6984
 
6985
+ #: app/features/mec/settings.php:808
6986
  msgid "Fees / Taxes Options"
6987
  msgstr "Opciones de Cuotas/Impuestos"
6988
 
6989
+ #: app/features/mec/settings.php:822 app/features/schema.php:64
6990
  msgid "SEO Schema"
6991
  msgstr ""
6992
 
6993
+ #: app/features/mec/settings.php:845 app/features/occurrences.php:72
6994
  #: app/features/occurrences.php:102
6995
  #, fuzzy
6996
  #| msgid "Occurrences times"
6997
  msgid "Occurrences"
6998
  msgstr "Ocurrencias del evento"
6999
 
7000
+ #: app/features/mec/settings.php:854
7001
  #, fuzzy
7002
  #| msgid "Edit Event"
7003
  msgid "Virtual Event"
7004
  msgstr "Editar Evento"
7005
 
7006
+ #: app/features/mec/settings.php:863
7007
  #, fuzzy
7008
  #| msgid "Book Event"
7009
  msgid "Zoom Event"
7010
  msgstr "Reservar evento"
7011
 
7012
+ #: app/features/mec/settings.php:876
7013
  #, php-format
7014
  msgid ""
7015
  "Users can put a note for editors while they're submitting the event. Also "
7020
  "evento. También puede poner %%event_note%% en la notificación de nuevo "
7021
  "evento para obtener la nota de los usuarios en el correo electrónico."
7022
 
7023
+ #: app/features/mec/settings.php:883 app/features/mec/settings.php:891
7024
  #, fuzzy
7025
  #| msgid "Visibility"
7026
  msgid "Note visibility"
7027
  msgstr "Visibilidad"
7028
 
7029
+ #: app/features/mec/settings.php:886
7030
  msgid "Always"
7031
  msgstr "Siempre"
7032
 
7033
+ #: app/features/mec/settings.php:887
7034
  msgid "While event is not published"
7035
  msgstr "Mientras no se publique el evento"
7036
 
7037
+ #: app/features/mec/settings.php:892
7038
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
7039
  msgstr ""
7040
  "La nota de evento se muestra en el formulario de presentación de Frontend y "
7041
  "Editar evento en el backend."
7042
 
7043
+ #: app/features/mec/settings.php:900
7044
  #, fuzzy
7045
  #| msgid "Required Field"
7046
  msgid "Required Fields"
7047
  msgstr "Campo obligatorio"
7048
 
7049
+ #: app/features/mec/settings.php:903
7050
  #, fuzzy
7051
  #| msgid "Description"
7052
  msgid "Event Description"
7053
  msgstr "Descripción"
7054
 
7055
+ #: app/features/mec/settings.php:907 app/libraries/main.php:6285
7056
+ #: app/libraries/main.php:6334
7057
  msgid "More Info Link"
7058
  msgstr "Enlace a Más Información"
7059
 
7060
+ #: app/features/mec/settings.php:920 app/libraries/main.php:544
7061
  msgid "User Profile"
7062
  msgstr ""
7063
 
7064
+ #: app/features/mec/settings.php:922
7065
  #, php-format
7066
  msgid ""
7067
  "Put %s shortcode into your desired page. Then users are able to see the "
7068
  "history of their bookings."
7069
  msgstr ""
7070
 
7071
+ #: app/features/mec/settings.php:927 app/libraries/main.php:545
7072
  #, fuzzy
7073
  #| msgid "Search Form"
7074
  msgid "Search Bar"
7075
  msgstr "Formulario de Búsqueda"
7076
 
7077
+ #: app/features/mec/settings.php:929
7078
  #, php-format
7079
  msgid ""
7080
  "Put %s shortcode into your desired page. Then users are able to search events"
7081
  msgstr ""
7082
 
7083
+ #: app/features/mec/settings.php:933
7084
  msgid "Ajax Live mode"
7085
  msgstr ""
7086
 
7087
+ #: app/features/mec/settings.php:937
7088
  msgid "Ajax mode"
7089
  msgstr ""
7090
 
7091
+ #: app/features/mec/settings.php:938
7092
  msgid ""
7093
  "if you enable this option, the search button will disappear. To use this "
7094
  "feature, text input field must be enabled."
7095
  msgstr ""
7096
 
7097
+ #: app/features/mec/settings.php:946
7098
  #, fuzzy
7099
  #| msgid "Modern Style"
7100
  msgid "Modern Type"
7101
  msgstr "Estilo moderno"
7102
 
7103
+ #: app/features/mec/settings.php:950
7104
  #, fuzzy
7105
  #| msgid "Search Form"
7106
  msgid "Search bar fields"
7107
  msgstr "Formulario de Búsqueda"
7108
 
7109
+ #: app/features/mec/settings.php:992
7110
  #, fuzzy
7111
  #| msgid "Text Input"
7112
  msgid "Text input"
7113
  msgstr "Campo de texto"
7114
 
7115
+ #: app/features/mec/settings.php:1005
7116
  msgid "Enable Mailchimp Integration"
7117
  msgstr "Activar integración con MailChimp"
7118
 
7119
+ #: app/features/mec/settings.php:1010 app/features/mec/settings.php:1015
7120
+ #: app/features/mec/settings.php:1064 app/features/mec/settings.php:1088
7121
+ #: app/features/mec/settings.php:1112 app/features/mec/settings.php:1183
7122
  msgid "API Key"
7123
  msgstr "API Key"
7124
 
7125
+ #: app/features/mec/settings.php:1023 app/features/mec/settings.php:1028
7126
+ #: app/features/mec/settings.php:1070 app/features/mec/settings.php:1189
7127
  msgid "List ID"
7128
  msgstr "ID de la lista"
7129
 
7130
+ #: app/features/mec/settings.php:1036 app/features/mec/settings.php:1044
7131
  msgid "Subscription Status"
7132
  msgstr "Estado Suscripción"
7133
 
7134
+ #: app/features/mec/settings.php:1039
7135
  msgid "Subscribe automatically"
7136
  msgstr "Suscribirse automáticamente "
7137
 
7138
+ #: app/features/mec/settings.php:1040
7139
  msgid "Subscribe by verification"
7140
  msgstr "Suscribirse por verificación"
7141
 
7142
+ #: app/features/mec/settings.php:1045
7143
  #, fuzzy
7144
  #| msgid ""
7145
  #| "If you choose \"Subscribe by verification\" then an email will send to "
7151
  "Si eliges “Suscribir por verificación” entonces un email de verificación de "
7152
  "suscripción se le enviará al usuario."
7153
 
7154
+ #: app/features/mec/settings.php:1055 app/libraries/main.php:547
7155
  #, fuzzy
7156
  #| msgid "Mailchimp Integration"
7157
  msgid "Campaign Monitor Integration"
7158
  msgstr "Integración de MailChimp"
7159
 
7160
+ #: app/features/mec/settings.php:1059
7161
  #, fuzzy
7162
  #| msgid "Enable Mailchimp Integration"
7163
  msgid "Enable Campaign Monitor Integration"
7164
  msgstr "Activar integración con MailChimp"
7165
 
7166
+ #: app/features/mec/settings.php:1079 app/libraries/main.php:548
7167
  #, fuzzy
7168
  #| msgid "Mailchimp Integration"
7169
  msgid "MailerLite Integration"
7170
  msgstr "Integración de MailChimp"
7171
 
7172
+ #: app/features/mec/settings.php:1083
7173
  #, fuzzy
7174
  #| msgid "Enable Mailchimp Integration"
7175
  msgid "Enable MailerLite Integration"
7176
  msgstr "Activar integración con MailChimp"
7177
 
7178
+ #: app/features/mec/settings.php:1094
7179
  msgid "Group ID"
7180
  msgstr ""
7181
 
7182
+ #: app/features/mec/settings.php:1103 app/libraries/main.php:549
7183
  #, fuzzy
7184
  #| msgid "BuddyPress Integration"
7185
  msgid "Constant Contact Integration"
7186
  msgstr "Integración de BuddyPress"
7187
 
7188
+ #: app/features/mec/settings.php:1107
7189
  #, fuzzy
7190
  #| msgid "Enable Mailchimp Integration"
7191
  msgid "Enable constantcontact Integration"
7192
  msgstr "Activar integración con MailChimp"
7193
 
7194
+ #: app/features/mec/settings.php:1118
7195
  #, fuzzy
7196
  #| msgid "Facebook Page Link"
7197
  msgid "Access Token"
7198
  msgstr "Enlace de página Facebook enlace"
7199
 
7200
+ #: app/features/mec/settings.php:1142 app/features/mec/settings.php:1157
7201
  #, fuzzy
7202
  #| msgid "Select icon"
7203
  msgid "Select List"
7204
  msgstr "Seleccionar icono"
7205
 
7206
+ #: app/features/mec/settings.php:1158
7207
  msgid ""
7208
  "Please fill in the API key and Access Token field and save settings. after "
7209
  "that, please refresh the page and select a list."
7210
  msgstr ""
7211
 
7212
+ #: app/features/mec/settings.php:1168 app/libraries/main.php:550
7213
  #, fuzzy
7214
  #| msgid "Mailchimp Integration"
7215
  msgid "Active Campaign Integration"
7216
  msgstr "Integración de MailChimp"
7217
 
7218
+ #: app/features/mec/settings.php:1172
7219
  #, fuzzy
7220
  #| msgid "Enable Mailchimp Integration"
7221
  msgid "Enable Active Campaign Integration"
7222
  msgstr "Activar integración con MailChimp"
7223
 
7224
+ #: app/features/mec/settings.php:1177
7225
  msgid "API URL"
7226
  msgstr ""
7227
 
7228
+ #: app/features/mec/settings.php:1198
7229
  #, fuzzy
7230
  #| msgid "Filter Options"
7231
  msgid "Upload Field Options"
7232
  msgstr "Opciones de filtros"
7233
 
7234
+ #: app/features/mec/settings.php:1200
7235
  msgid "Mime types"
7236
  msgstr ""
7237
 
7238
+ #: app/features/mec/settings.php:1204
7239
  msgid "Split mime types with \",\"."
7240
  msgstr ""
7241
 
7242
+ #: app/features/mec/settings.php:1204
7243
  msgid "Default: jpeg,jpg,png,pdf"
7244
  msgstr ""
7245
 
7246
+ #: app/features/mec/settings.php:1207
7247
  #, fuzzy
7248
  #| msgid "Maximum Dates"
7249
  msgid "Maximum file size"
7250
  msgstr "Fechas máximas"
7251
 
7252
+ #: app/features/mec/settings.php:1211
7253
  msgid "The unit is Megabyte \"MB\""
7254
  msgstr ""
7255
 
7256
+ #: app/features/mec/single.php:38 app/libraries/main.php:555
7257
  #, fuzzy
7258
  #| msgid "Single Event Style"
7259
  msgid "Single Event Page"
7371
  "the settings page.' tab"
7372
  msgstr ""
7373
 
7374
+ #: app/features/mec/single.php:162 app/libraries/main.php:556
7375
  #, fuzzy
7376
  #| msgid "Custom Styles"
7377
  msgid "Custom Fields"
7378
  msgstr "Estilo personalizado"
7379
 
7380
+ #: app/features/mec/single.php:192 app/libraries/main.php:3359
7381
  msgid "URL"
7382
  msgstr ""
7383
 
7425
  "Usar esta opción permite incluir o excluir ciertos días para la ocurrencia "
7426
  "de eventos."
7427
 
7428
+ #: app/features/mec/single.php:286 app/libraries/main.php:559
7429
  msgid "Additional Organizers"
7430
  msgstr "Organizadores adicionales"
7431
 
7459
  "Mostrar la opción de organizadores adicionales en la pagina de añadir "
7460
  "eventos y la pagina de evento individual."
7461
 
7462
+ #: app/features/mec/single.php:318 app/libraries/main.php:561
7463
  #: app/skins/single.php:166 app/skins/single.php:418
7464
  #, fuzzy
7465
  #| msgid "featured event"
7476
  msgid "Select Taxonomies:"
7477
  msgstr "Taxonomías"
7478
 
7479
+ #: app/features/mec/single.php:360 app/libraries/main.php:562
7480
  #, fuzzy
7481
  #| msgid "Next/Previous Buttons"
7482
  msgid "Next / Previous Events"
7486
  msgid "Display next / previous events based on taxonomy in single event page."
7487
  msgstr ""
7488
 
7489
+ #: app/features/mec/single.php:402 app/libraries/main.php:605
7490
  #, fuzzy
7491
  #| msgid "Next Occurrence"
7492
  msgid "Edit Per Occurrences"
7693
  msgid "MEC Settings"
7694
  msgstr "Ajustes MEC"
7695
 
7696
+ #: app/features/mec/support-page.php:99 app/libraries/main.php:657
7697
  #, fuzzy
7698
  #| msgid "Single Event Style"
7699
  msgid "Single Event"
8054
  msgid "Create a support ticket"
8055
  msgstr "Añadir nuevo Shortcode"
8056
 
8057
+ #: app/features/mec/support.php:52 app/libraries/main.php:803
8058
  msgid "Styling Options"
8059
  msgstr "Opciones visuales"
8060
 
8061
+ #: app/features/mec/support.php:59 app/libraries/main.php:810
8062
  msgid "Custom CSS"
8063
  msgstr "CSS personalizado"
8064
 
8148
  msgid "Attendee Price (for booking confirmation notification)"
8149
  msgstr "Activar recordatorio de reservas del evento."
8150
 
8151
+ #: app/features/notifications.php:150
8152
  #, fuzzy
8153
  #| msgid "Email verification"
8154
  msgid "Email Verification"
8155
  msgstr "Verificación por email"
8156
 
8157
+ #: app/features/notifications.php:153
8158
  msgid "Booking Notification"
8159
  msgstr "Avisos de reservas"
8160
 
8161
+ #: app/features/notifications.php:162
8162
  msgid "Admin Notification"
8163
  msgstr "Notificación de administrador"
8164
 
8321
  msgid "eg. https://webnus.net"
8322
  msgstr "ej. https://webnus.net"
8323
 
8324
+ #: app/features/organizers.php:312 app/libraries/main.php:6290
8325
+ #: app/libraries/main.php:6337 app/skins/single.php:1291
8326
  msgid "Other Organizers"
8327
  msgstr "En común"
8328
 
8513
  msgid "Please %s/%s in order to see your bookings / profile."
8514
  msgstr ""
8515
 
8516
+ #: app/features/profile/profile.php:20 app/libraries/main.php:2447
8517
  #, fuzzy
8518
  #| msgid "Your booking cannot be canceled."
8519
  msgid "Your booking already canceled!"
8523
  msgid "#"
8524
  msgstr ""
8525
 
8526
+ #: app/features/profile/profile.php:61 app/libraries/main.php:3691
8527
  msgid "Status"
8528
  msgstr "Estado"
8529
 
8530
+ #: app/features/profile/profile.php:64 app/libraries/main.php:2645
8531
  msgid "Attendees"
8532
  msgstr "Asistentes"
8533
 
8585
  msgid "No search result."
8586
  msgstr ""
8587
 
8588
+ #: app/features/search_bar/search_result.php:12 app/libraries/main.php:6292
8589
+ #: app/libraries/main.php:6339 app/libraries/notifications.php:1027
8590
+ #: app/libraries/render.php:531 app/libraries/render.php:853
8591
  #: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
8592
  #: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
8593
+ #: app/modules/next-event/details.php:145 app/skins/single.php:1183
8594
  #: app/skins/single/default.php:124 app/skins/single/default.php:358
8595
  #: app/skins/single/m1.php:46 app/skins/single/modern.php:222
8596
  #, fuzzy
8616
  msgstr ""
8617
 
8618
  #: app/features/speakers.php:135 app/features/speakers.php:208
8619
+ #: app/skins/single.php:1265 app/skins/single.php:1324
8620
  #: app/skins/single/default.php:202 app/skins/single/default.php:268
8621
  #: app/skins/single/default.php:435 app/skins/single/default.php:501
8622
  #: app/skins/single/m1.php:126 app/skins/single/m1.php:180
8677
  "section and speaker widget section!"
8678
  msgstr ""
8679
 
8680
+ #: app/features/wc.php:103 app/libraries/notifications.php:1012
8681
+ #: app/libraries/notifications.php:1027 app/libraries/notifications.php:1038
8682
+ #: app/libraries/notifications.php:1307 app/libraries/notifications.php:1308
8683
  #, php-format
8684
  msgid "%s to %s"
8685
  msgstr ""
8703
  msgid "Discount"
8704
  msgstr "Descuento"
8705
 
8706
+ #: app/libraries/book.php:868 app/modules/booking/default.php:426
8707
+ #: app/modules/booking/default.php:531
8708
  msgid "Download Invoice"
8709
  msgstr "Descargar factura"
8710
 
8779
  msgid "There is no excerpt because this is a protected post."
8780
  msgstr "No hay extracto porque es una entrada protegida."
8781
 
8782
+ #: app/libraries/main.php:338 app/libraries/main.php:2059
8783
+ #: app/libraries/main.php:2084
8784
  msgid "Agenda View"
8785
  msgstr "Vista de Agenda"
8786
 
8787
+ #: app/libraries/main.php:339 app/libraries/main.php:2050
8788
+ #: app/libraries/main.php:2075
8789
  msgid "Full Calendar"
8790
  msgstr "Calendario completo"
8791
 
8792
+ #: app/libraries/main.php:341 app/libraries/main.php:2052
8793
+ #: app/libraries/main.php:2077
8794
  msgid "Calendar/Monthly View"
8795
  msgstr "Ver Calendario/Mes"
8796
 
8797
+ #: app/libraries/main.php:344 app/libraries/main.php:2055
8798
+ #: app/libraries/main.php:2080
8799
  msgid "Timetable View"
8800
  msgstr "Vista de Horario"
8801
 
8802
+ #: app/libraries/main.php:345 app/libraries/main.php:2056
8803
+ #: app/libraries/main.php:2081
8804
  msgid "Masonry View"
8805
  msgstr "Vista en mosaico"
8806
 
8807
+ #: app/libraries/main.php:346 app/libraries/main.php:2060
8808
+ #: app/libraries/main.php:2085
8809
  msgid "Map View"
8810
  msgstr "Vista de mapa"
8811
 
8812
+ #: app/libraries/main.php:347
8813
  msgid "Cover View"
8814
  msgstr "Vista de portada"
8815
 
8816
+ #: app/libraries/main.php:348
8817
  msgid "Countdown View"
8818
  msgstr "Vista de cuenta regresiva"
8819
 
8820
+ #: app/libraries/main.php:349
8821
  msgid "Available Spot"
8822
  msgstr "Sitios disponibles"
8823
 
8824
+ #: app/libraries/main.php:350
8825
  msgid "Carousel View"
8826
  msgstr "Vista carrusel"
8827
 
8828
+ #: app/libraries/main.php:351
8829
  msgid "Slider View"
8830
  msgstr "Vista del rotativo"
8831
 
8832
+ #: app/libraries/main.php:352
8833
  #, fuzzy
8834
  #| msgid "Timetable View"
8835
  msgid "Timeline View"
8836
  msgstr "Vista de Horario"
8837
 
8838
+ #: app/libraries/main.php:391 app/libraries/main.php:6264
8839
+ #: app/libraries/main.php:6318
8840
  msgid "SU"
8841
  msgstr "DO"
8842
 
8843
+ #: app/libraries/main.php:392 app/libraries/main.php:6265
8844
+ #: app/libraries/main.php:6319
8845
  msgid "MO"
8846
  msgstr "LU"
8847
 
8848
+ #: app/libraries/main.php:393 app/libraries/main.php:6266
8849
+ #: app/libraries/main.php:6320
8850
  msgid "TU"
8851
  msgstr "MA"
8852
 
8853
+ #: app/libraries/main.php:394 app/libraries/main.php:6267
8854
+ #: app/libraries/main.php:6321
8855
  msgid "WE"
8856
  msgstr "MI"
8857
 
8858
+ #: app/libraries/main.php:395 app/libraries/main.php:6268
8859
+ #: app/libraries/main.php:6322
8860
  msgid "TH"
8861
  msgstr "JU"
8862
 
8863
+ #: app/libraries/main.php:396 app/libraries/main.php:6269
8864
+ #: app/libraries/main.php:6323
8865
  msgid "FR"
8866
  msgstr "VI"
8867
 
8868
+ #: app/libraries/main.php:397 app/libraries/main.php:6270
8869
+ #: app/libraries/main.php:6324
8870
  msgid "SA"
8871
  msgstr "SA"
8872
 
8873
+ #: app/libraries/main.php:551
8874
  #, fuzzy
8875
  #| msgid "Upload/Add image"
8876
  msgid "Upload Field"
8877
  msgstr "Subir/Añadir imagen"
8878
 
8879
+ #: app/libraries/main.php:560
8880
  #, fuzzy
8881
  #| msgid "Additional Organizers"
8882
  msgid "Additional Locations"
8883
  msgstr "Organizadores adicionales"
8884
 
8885
+ #: app/libraries/main.php:723
8886
  #, fuzzy
8887
  #| msgid "Social Module"
8888
  msgid "Modules"
8889
  msgstr "Módulo social"
8890
 
8891
+ #: app/libraries/main.php:891
8892
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
8893
  msgstr ""
8894
 
8895
+ #: app/libraries/main.php:898
8896
  msgid ""
8897
  "The time has come at last, and the new practical add-ons for MEC have been "
8898
  "released. This is a revolution in the world of Event Calendars. We have "
8900
  "below:"
8901
  msgstr ""
8902
 
8903
+ #: app/libraries/main.php:900
8904
  msgid ""
8905
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
8906
  "products) and Woo products at the same time."
8907
  msgstr ""
8908
 
8909
+ #: app/libraries/main.php:901
8910
  msgid ""
8911
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
8912
  "other websites without MEC. Use JSON output features to make your Apps "
8913
  "compatible with MEC."
8914
  msgstr ""
8915
 
8916
+ #: app/libraries/main.php:902
8917
  msgid ""
8918
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
8919
  "main websites. Changes in the main one will be inherited by the subsites. "
8920
  "you can set these up in the admin panel."
8921
  msgstr ""
8922
 
8923
+ #: app/libraries/main.php:903
8924
  msgid ""
8925
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
8926
  "pages can contain ticket purchase information, information about registered "
8927
  "events. Users can now log in to purchase tickets."
8928
  msgstr ""
8929
 
8930
+ #: app/libraries/main.php:905
8931
  msgid "find out more"
8932
  msgstr ""
8933
 
8934
+ #: app/libraries/main.php:1776
8935
  msgid "Events at this location"
8936
  msgstr "Eventos en este lugar"
8937
 
8938
+ #: app/libraries/main.php:1776
8939
  msgid "Event at this location"
8940
  msgstr "Evento en este lugar"
8941
 
8942
+ #: app/libraries/main.php:1828
8943
  msgid "Facebook"
8944
  msgstr "Facebook"
8945
 
8946
+ #: app/libraries/main.php:1829
8947
  msgid "Twitter"
8948
  msgstr "Twitter"
8949
 
8950
+ #: app/libraries/main.php:1830 app/libraries/main.php:1887
8951
  msgid "Linkedin"
8952
  msgstr "LinkedIn"
8953
 
8954
+ #: app/libraries/main.php:1831 app/libraries/main.php:1923
8955
  msgid "VK"
8956
  msgstr "VK"
8957
 
8958
+ #: app/libraries/main.php:1832
8959
  msgid "Tumblr"
8960
  msgstr ""
8961
 
8962
+ #: app/libraries/main.php:1833
8963
  msgid "Pinterest"
8964
  msgstr ""
8965
 
8966
+ #: app/libraries/main.php:1834
8967
  msgid "Flipboard"
8968
  msgstr ""
8969
 
8970
+ #: app/libraries/main.php:1835
8971
  #, fuzzy
8972
  #| msgid "Tickets"
8973
  msgid "GetPocket"
8974
  msgstr "Tickets"
8975
 
8976
+ #: app/libraries/main.php:1836
8977
  msgid "Reddit"
8978
  msgstr ""
8979
 
8980
+ #: app/libraries/main.php:1837
8981
  msgid "WhatsApp"
8982
  msgstr ""
8983
 
8984
+ #: app/libraries/main.php:1838
8985
  msgid "Telegram"
8986
  msgstr ""
8987
 
8988
+ #: app/libraries/main.php:1857
8989
  msgid "Share on Facebook"
8990
  msgstr "Compartir en Facebook"
8991
 
8992
+ #: app/libraries/main.php:1872
8993
  msgid "Tweet"
8994
  msgstr "Tweet"
8995
 
8996
+ #: app/libraries/main.php:1938
8997
  #, fuzzy
8998
  #| msgid "Share on Facebook"
8999
  msgid "Share on Tumblr"
9000
  msgstr "Compartir en Facebook"
9001
 
9002
+ #: app/libraries/main.php:1954
9003
  msgid "Share on Pinterest"
9004
  msgstr ""
9005
 
9006
+ #: app/libraries/main.php:1970
9007
  #, fuzzy
9008
  #| msgid "Share on Facebook"
9009
  msgid "Share on Flipboard"
9010
  msgstr "Compartir en Facebook"
9011
 
9012
+ #: app/libraries/main.php:1988
9013
  #, fuzzy
9014
  #| msgid "Share on Facebook"
9015
  msgid "Share on GetPocket"
9016
  msgstr "Compartir en Facebook"
9017
 
9018
+ #: app/libraries/main.php:2004
9019
  #, fuzzy
9020
  #| msgid "Share on Facebook"
9021
  msgid "Share on Reddit"
9022
  msgstr "Compartir en Facebook"
9023
 
9024
+ #: app/libraries/main.php:2020
9025
  msgid "Share on Telegram"
9026
  msgstr ""
9027
 
9028
+ #: app/libraries/main.php:2038
9029
  msgid "Share on WhatsApp"
9030
  msgstr ""
9031
 
9032
+ #: app/libraries/main.php:2061 app/libraries/main.php:2086
9033
  #, fuzzy
9034
  #| msgid "Shortcode"
9035
  msgid "Custom Shortcode"
9036
  msgstr "Shortcode"
9037
 
9038
+ #: app/libraries/main.php:2427
9039
  #, fuzzy
9040
  #| msgid "Your booking successfully verified."
9041
  msgid "Your booking already verified!"
9042
  msgstr "Tu reserva se ha verificado correctamente."
9043
 
9044
+ #: app/libraries/main.php:2432
9045
  msgid "Your booking successfully verified."
9046
  msgstr "Tu reserva se ha verificado correctamente."
9047
 
9048
+ #: app/libraries/main.php:2433
9049
  msgid "Your booking cannot verify!"
9050
  msgstr "¡Tu reserva no se puede verificar!"
9051
 
9052
+ #: app/libraries/main.php:2458
9053
  #, fuzzy
9054
  #| msgid "The event is finished."
9055
  msgid "The event is already finished!"
9056
  msgstr "El evento está terminado."
9057
 
9058
+ #: app/libraries/main.php:2476
9059
  msgid "The cancelation window is passed."
9060
  msgstr ""
9061
 
9062
+ #: app/libraries/main.php:2482
9063
  msgid "Your booking successfully canceled."
9064
  msgstr "Tu reserva se ha cancelado correctamente."
9065
 
9066
+ #: app/libraries/main.php:2483
9067
  msgid "Your booking cannot be canceled."
9068
  msgstr "La reserva no puede cancelarse."
9069
 
9070
+ #: app/libraries/main.php:2487
9071
  msgid "You canceled the payment successfully."
9072
  msgstr "Has cancelado el pago correctamente."
9073
 
9074
+ #: app/libraries/main.php:2491
9075
  msgid "You returned from payment gateway successfully."
9076
  msgstr "Has vuelto correctamente de tu pasarela de pago."
9077
 
9078
+ #: app/libraries/main.php:2510
9079
  #, fuzzy
9080
  #| msgid "Cannot find the booking!"
9081
  msgid "Cannot find the invoice!"
9082
  msgstr "¡No se pudo encontrar la reserva!"
9083
 
9084
+ #: app/libraries/main.php:2510
9085
  #, fuzzy
9086
  #| msgid "Booking is invalid."
9087
  msgid "Invoice is invalid."
9088
  msgstr "Reserva no válida."
9089
 
9090
+ #: app/libraries/main.php:2530
9091
  msgid ""
9092
  "Your booking still is not confirmed. You can download it after confirmation!"
9093
  msgstr ""
9094
 
9095
+ #: app/libraries/main.php:2530
9096
  #, fuzzy
9097
  #| msgid "Booking Confirmation"
9098
  msgid "Booking Not Confirmed."
9099
  msgstr "Confirmación de reserva"
9100
 
9101
+ #: app/libraries/main.php:2536
9102
  msgid "Cannot find the booking!"
9103
  msgstr "¡No se pudo encontrar la reserva!"
9104
 
9105
+ #: app/libraries/main.php:2536
9106
  msgid "Booking is invalid."
9107
  msgstr "Reserva no válida."
9108
 
9109
+ #: app/libraries/main.php:2569
9110
  #, php-format
9111
  msgid "%s Invoice"
9112
  msgstr "%s Factura"
9113
 
9114
+ #: app/libraries/main.php:2602
9115
  #, fuzzy
9116
  #| msgid "Date and Time"
9117
  msgid "Date & Time"
9118
  msgstr "Día y hora"
9119
 
9120
+ #: app/libraries/main.php:2619
9121
  #, fuzzy
9122
  #| msgid "Booking Price"
9123
  msgid "Booking Fields"
9124
  msgstr "Precio de la reserva"
9125
 
9126
+ #: app/libraries/main.php:2691
9127
  msgid "Billing"
9128
  msgstr "Facturación"
9129
 
9130
+ #: app/libraries/main.php:2703
9131
  #, fuzzy
9132
  #| msgid "Coupons"
9133
  msgid "Coupon Code"
9134
  msgstr "Cupones"
9135
 
9136
+ #: app/libraries/main.php:2708
9137
  msgid "Total"
9138
  msgstr "Total "
9139
 
9140
+ #: app/libraries/main.php:2715
9141
  #, fuzzy
9142
  #| msgid "Payment Gateways"
9143
  msgid "Payment"
9144
  msgstr "Pasarelas de pago"
9145
 
9146
+ #: app/libraries/main.php:2719
9147
  #, fuzzy
9148
  #| msgid "Popular Gateways"
9149
  msgid "Gateway"
9150
  msgstr "Pasarelas de pago populares"
9151
 
9152
+ #: app/libraries/main.php:2732
9153
  #, fuzzy
9154
  #| msgid "Payment Gateways"
9155
  msgid "Payment Time"
9156
  msgstr "Pasarelas de pago"
9157
 
9158
+ #: app/libraries/main.php:2874
9159
  msgid "Request is not valid."
9160
  msgstr "La solicitud no es válida."
9161
 
9162
+ #: app/libraries/main.php:2874
9163
  msgid "iCal export stopped!"
9164
  msgstr "¡La exportación de iCal se detuvo!"
9165
 
9166
+ #: app/libraries/main.php:3242 app/libraries/main.php:3271
9167
+ #: app/libraries/main.php:3300 app/libraries/main.php:3329
9168
+ #: app/libraries/main.php:3358 app/libraries/main.php:3387
9169
+ #: app/libraries/main.php:3416 app/libraries/main.php:3445
9170
+ #: app/libraries/main.php:3474 app/libraries/main.php:3503
9171
+ #: app/libraries/main.php:3526 app/libraries/main.php:3572
9172
+ #: app/libraries/main.php:3618 app/libraries/main.php:3667
9173
+ #: app/libraries/main.php:3716
9174
  msgid "Sort"
9175
  msgstr "Orden"
9176
 
9177
+ #: app/libraries/main.php:3249 app/libraries/main.php:3278
9178
+ #: app/libraries/main.php:3307 app/libraries/main.php:3336
9179
+ #: app/libraries/main.php:3365 app/libraries/main.php:3394
9180
+ #: app/libraries/main.php:3423 app/libraries/main.php:3452
9181
+ #: app/libraries/main.php:3481 app/libraries/main.php:3533
9182
+ #: app/libraries/main.php:3579 app/libraries/main.php:3625
9183
+ #: app/libraries/main.php:3674
9184
  msgid "Required Field"
9185
  msgstr "Campo obligatorio"
9186
 
9187
+ #: app/libraries/main.php:3255 app/libraries/main.php:3284
9188
+ #: app/libraries/main.php:3313 app/libraries/main.php:3342
9189
+ #: app/libraries/main.php:3371 app/libraries/main.php:3400
9190
+ #: app/libraries/main.php:3429 app/libraries/main.php:3458
9191
+ #: app/libraries/main.php:3487 app/libraries/main.php:3539
9192
+ #: app/libraries/main.php:3585 app/libraries/main.php:3631
9193
+ #: app/libraries/main.php:3680
9194
  msgid "Insert a label for this field"
9195
  msgstr "Introduce una etiqueta para este campo"
9196
 
9197
+ #: app/libraries/main.php:3509
9198
  msgid "HTML and shortcode are allowed."
9199
  msgstr "Se permite HTML"
9200
 
9201
+ #: app/libraries/main.php:3552 app/libraries/main.php:3598
9202
+ #: app/libraries/main.php:3644
9203
  msgid "Option"
9204
  msgstr "Opción"
9205
 
9206
+ #: app/libraries/main.php:3680
9207
  #, php-format
9208
  msgid "Instead of %s, the page title with a link will be show."
9209
  msgstr "En lugar de %s, se mostrará el título de la página con un enlace."
9210
 
9211
+ #: app/libraries/main.php:3682
9212
  msgid "Agreement Page"
9213
  msgstr "Página de Acuerdo"
9214
 
9215
+ #: app/libraries/main.php:3693
9216
  msgid "Checked by default"
9217
  msgstr "Marcado por defecto"
9218
 
9219
+ #: app/libraries/main.php:3694
9220
  msgid "Unchecked by default"
9221
  msgstr "Sin marcar por defecto"
9222
 
9223
+ #: app/libraries/main.php:3718
9224
  msgid "Insert a label for this option"
9225
  msgstr "Introduce una etiqueta para esta opción"
9226
 
9227
+ #: app/libraries/main.php:3731
9228
  msgid "Free"
9229
  msgstr "Gratis"
9230
 
9231
+ #: app/libraries/main.php:4400 app/libraries/main.php:6599
9232
  #, fuzzy
9233
  #| msgid "M.E. Calendar"
9234
  msgid "M.E. Calender"
9235
  msgstr "M.E. Calendario"
9236
 
9237
+ #: app/libraries/main.php:4556
9238
  #, php-format
9239
  msgid "Copy of %s"
9240
  msgstr "Copia de %s"
9241
 
9242
+ #: app/libraries/main.php:5428
9243
  msgid "Booked an event."
9244
  msgstr "Has reservado para un evento."
9245
 
9246
+ #: app/libraries/main.php:5469
9247
  #, php-format
9248
  msgid "%s booked %s event."
9249
  msgstr "%s reservado %s evento."
9250
 
9251
+ #: app/libraries/main.php:6247 app/libraries/main.php:6301
9252
  msgid "Taxonomies"
9253
  msgstr "Taxonomías"
9254
 
9255
+ #: app/libraries/main.php:6249 app/libraries/main.php:6303
9256
  msgid "Category Plural Label"
9257
  msgstr "Categoría Etiqueta plural"
9258
 
9259
+ #: app/libraries/main.php:6250 app/libraries/main.php:6304
9260
  msgid "Category Singular Label"
9261
  msgstr "Categoría Etiqueta Singular"
9262
 
9263
+ #: app/libraries/main.php:6251 app/libraries/main.php:6305
9264
  msgid "Label Plural Label"
9265
  msgstr "Etiqueta plural"
9266
 
9267
+ #: app/libraries/main.php:6252 app/libraries/main.php:6306
9268
  msgid "Label Singular Label"
9269
  msgstr "Etiqueta singular de la etiqueta"
9270
 
9271
+ #: app/libraries/main.php:6252 app/libraries/main.php:6306
9272
  msgid "label"
9273
  msgstr "etiqueta"
9274
 
9275
+ #: app/libraries/main.php:6253 app/libraries/main.php:6307
9276
  msgid "Location Plural Label"
9277
  msgstr "Ubicación Etiqueta plural"
9278
 
9279
+ #: app/libraries/main.php:6254 app/libraries/main.php:6308
9280
  msgid "Location Singular Label"
9281
  msgstr "Etiqueta de ubicación en singular"
9282
 
9283
+ #: app/libraries/main.php:6255 app/libraries/main.php:6309
9284
  msgid "Organizer Plural Label"
9285
  msgstr "Etiqueta del organizador en plural"
9286
 
9287
+ #: app/libraries/main.php:6256 app/libraries/main.php:6310
9288
  msgid "Organizer Singular Label"
9289
  msgstr "Etiqueta Singular del Organizador"
9290
 
9291
+ #: app/libraries/main.php:6257 app/libraries/main.php:6311
9292
  msgid "Speaker Plural Label"
9293
  msgstr ""
9294
 
9295
+ #: app/libraries/main.php:6258 app/libraries/main.php:6312
9296
  msgid "Speaker Singular Label"
9297
  msgstr ""
9298
 
9299
+ #: app/libraries/main.php:6264 app/libraries/main.php:6318
9300
  msgid "Sunday abbreviation"
9301
  msgstr "Abreviatura de Domingo"
9302
 
9303
+ #: app/libraries/main.php:6265 app/libraries/main.php:6319
9304
  msgid "Monday abbreviation"
9305
  msgstr "Abreviatura de Lunes"
9306
 
9307
+ #: app/libraries/main.php:6266 app/libraries/main.php:6320
9308
  msgid "Tuesday abbreviation"
9309
  msgstr "Abreviatura de Martes"
9310
 
9311
+ #: app/libraries/main.php:6267 app/libraries/main.php:6321
9312
  msgid "Wednesday abbreviation"
9313
  msgstr "Abreviatura de Miércoles "
9314
 
9315
+ #: app/libraries/main.php:6268 app/libraries/main.php:6322
9316
  msgid "Thursday abbreviation"
9317
  msgstr "Abreviatura de Jueves"
9318
 
9319
+ #: app/libraries/main.php:6269 app/libraries/main.php:6323
9320
  msgid "Friday abbreviation"
9321
  msgstr "Abreviatura de Viernes"
9322
 
9323
+ #: app/libraries/main.php:6270 app/libraries/main.php:6324
9324
  msgid "Saturday abbreviation"
9325
  msgstr "Abreviatura de Sábado "
9326
 
9327
+ #: app/libraries/main.php:6274 app/libraries/main.php:6328
9328
  msgid "Others"
9329
  msgstr "Otros"
9330
 
9331
+ #: app/libraries/main.php:6276
9332
  msgid "Booking Success Message"
9333
  msgstr "Mensaje de reserva correcta"
9334
 
9335
+ #: app/libraries/main.php:6276
9336
  #, fuzzy
9337
  #| msgid ""
9338
  #| "Thanks for your booking. Your tickets booked, booking verification might "
9344
  "Gracias por tu reserva. Tus entradas han sido reservadas, podrías necesitar "
9345
  "una verificación, por favor consulta tu correo."
9346
 
9347
+ #: app/libraries/main.php:6277
9348
  #, fuzzy
9349
  #| msgid "Booking Success Message"
9350
  msgid "Booking Restriction Message 1"
9351
  msgstr "Mensaje de reserva correcta"
9352
 
9353
+ #: app/libraries/main.php:6277
9354
  #, php-format
9355
  msgid ""
9356
  "You selected %s tickets to book but maximum number of tikets per user is %s "
9357
  "tickets."
9358
  msgstr ""
9359
 
9360
+ #: app/libraries/main.php:6278
9361
  #, fuzzy
9362
  #| msgid "Booking Success Message"
9363
  msgid "Booking Restriction Message 2"
9364
  msgstr "Mensaje de reserva correcta"
9365
 
9366
+ #: app/libraries/main.php:6278
9367
  #, php-format
9368
  msgid ""
9369
  "You booked %s tickets till now but maximum number of tickets per user is %s "
9370
  "tickets."
9371
  msgstr ""
9372
 
9373
+ #: app/libraries/main.php:6279
9374
  #, fuzzy
9375
  #| msgid "Booking Success Message"
9376
  msgid "Booking IP Restriction Message"
9377
  msgstr "Mensaje de reserva correcta"
9378
 
9379
+ #: app/libraries/main.php:6279
9380
  #, php-format
9381
  msgid "Maximum allowed number of tickets that you can book is %s."
9382
  msgstr ""
9383
 
9384
+ #: app/libraries/main.php:6280
9385
  #, fuzzy
9386
  #| msgid "Booking Options"
9387
  msgid "Booking Button"
9388
  msgstr "Opciones de reserva"
9389
 
9390
+ #: app/libraries/main.php:6280 app/libraries/skins.php:1259
9391
  #: app/modules/booking/steps/tickets.php:99
9392
  msgid "Book Event"
9393
  msgstr "Reservar evento"
9394
 
9395
+ #: app/libraries/main.php:6281 app/libraries/main.php:6330
9396
  #: app/widgets/single.php:131
9397
  msgid "Register Button"
9398
  msgstr "Botón de registro"
9399
 
9400
+ #: app/libraries/main.php:6281 app/libraries/main.php:6330
9401
  #: app/skins/available_spot/tpl.php:208 app/skins/carousel/render.php:106
9402
  #: app/skins/carousel/render.php:144 app/skins/grid/render.php:103
9403
  #: app/skins/grid/render.php:161 app/skins/grid/render.php:219
9404
  #: app/skins/grid/render.php:240 app/skins/list/render.php:70
9405
  #: app/skins/list/render.php:165 app/skins/masonry/render.php:150
9406
+ #: app/skins/single.php:478 app/skins/single.php:1204 app/skins/single.php:1207
9407
  #: app/skins/single/default.php:287 app/skins/single/default.php:289
9408
  #: app/skins/single/default.php:520 app/skins/single/default.php:522
9409
  #: app/skins/single/m1.php:143 app/skins/single/m1.php:145
9415
  msgid "REGISTER"
9416
  msgstr "REGISTRO"
9417
 
9418
+ #: app/libraries/main.php:6282 app/libraries/main.php:6331
9419
  msgid "View Detail Button"
9420
  msgstr "Ver detalle del botón"
9421
 
9422
+ #: app/libraries/main.php:6282 app/libraries/main.php:6331
9423
  #: app/skins/carousel/render.php:106 app/skins/carousel/render.php:144
9424
  #: app/skins/grid/render.php:103 app/skins/grid/render.php:161
9425
  #: app/skins/grid/render.php:219 app/skins/grid/render.php:240
9431
  msgid "View Detail"
9432
  msgstr "Ver detalle"
9433
 
9434
+ #: app/libraries/main.php:6283 app/libraries/main.php:6332
9435
  msgid "Event Detail Button"
9436
  msgstr "Botón de detalle del evento"
9437
 
9438
+ #: app/libraries/main.php:6283 app/libraries/main.php:6332
9439
  msgid "Event Detail"
9440
  msgstr "Detalle del evento"
9441
 
9442
+ #: app/libraries/main.php:6288
9443
  msgid "Ticket (Singular)"
9444
  msgstr "Entrada (Singular)"
9445
 
9446
+ #: app/libraries/main.php:6289
9447
  msgid "Tickets (Plural)"
9448
  msgstr "Entradas (Plural)"
9449
 
9450
+ #: app/libraries/main.php:6447
9451
  msgid "EventON"
9452
  msgstr "EventON"
9453
 
9454
+ #: app/libraries/main.php:6448
9455
  msgid "The Events Calendar"
9456
  msgstr "The Events Calendar"
9457
 
9458
+ #: app/libraries/main.php:6449
9459
  msgid "Events Schedule WP Plugin"
9460
  msgstr "Events Schedule WP Plugin"
9461
 
9462
+ #: app/libraries/main.php:6450
9463
  msgid "Calendarize It"
9464
  msgstr "Ponlo al calendario"
9465
 
9466
+ #: app/libraries/main.php:6451
9467
  #, fuzzy
9468
  #| msgid "Event %s"
9469
  msgid "Event Espresso"
9470
  msgstr "Evento %s"
9471
 
9472
+ #: app/libraries/main.php:6452
9473
  #, fuzzy
9474
  #| msgid "Event Repeating"
9475
  msgid "Events Manager (Recurring)"
9476
  msgstr "Repetir el evento"
9477
 
9478
+ #: app/libraries/main.php:6453
9479
  #, fuzzy
9480
  #| msgid "Modern Events Calendar (Lite)"
9481
  msgid "Events Manager (Single)"
9482
  msgstr "Modern Events Calendar (Lite)"
9483
 
9484
+ #: app/libraries/main.php:6454
9485
  #, fuzzy
9486
  #| msgid "Modern Events Calendar (Lite)"
9487
  msgid "WP Event Manager"
9488
  msgstr "Modern Events Calendar (Lite)"
9489
 
9490
+ #: app/libraries/main.php:6538 app/libraries/main.php:6560
9491
  msgid "Pending"
9492
  msgstr ""
9493
 
9494
+ #: app/libraries/main.php:6586
9495
  msgid "Waiting"
9496
  msgstr ""
9497
 
9498
+ #: app/libraries/main.php:6629
9499
  #, fuzzy
9500
  #| msgid "Sunday"
9501
  msgid "Sun"
9502
  msgstr "Domingo"
9503
 
9504
+ #: app/libraries/main.php:6629
9505
  #, fuzzy
9506
  #| msgid "Monthly"
9507
  msgid "Mon"
9508
  msgstr "Mensual"
9509
 
9510
+ #: app/libraries/main.php:6629
9511
  #, fuzzy
9512
  #| msgid "Tel"
9513
  msgid "Tue"
9514
  msgstr "Tel"
9515
 
9516
+ #: app/libraries/main.php:6629
9517
  msgid "Wed"
9518
  msgstr ""
9519
 
9520
+ #: app/libraries/main.php:6629
9521
  msgid "Thu"
9522
  msgstr ""
9523
 
9524
+ #: app/libraries/main.php:6629
9525
  #, fuzzy
9526
  #| msgid "Friday"
9527
  msgid "Fri"
9528
  msgstr "Viernes"
9529
 
9530
+ #: app/libraries/main.php:6629
9531
  #, fuzzy
9532
  #| msgid "Start"
9533
  msgid "Sat"
9534
  msgstr "Inicio"
9535
 
9536
+ #: app/libraries/main.php:6791 app/libraries/render.php:80
9537
  #: app/libraries/render.php:445
9538
  msgid "Skin controller does not exist."
9539
  msgstr "No existe skin controller."
9540
 
9541
+ #: app/libraries/main.php:7006
9542
  #, fuzzy
9543
  #| msgid "Sold out!"
9544
  msgid "Sold Out"
9545
  msgstr "¡Agotado!"
9546
 
9547
+ #: app/libraries/main.php:7017
9548
  #, fuzzy
9549
  #| msgid "Ticket"
9550
  msgid "Last Few Tickets"
9551
  msgstr "Ticket"
9552
 
9553
+ #: app/libraries/main.php:7346 app/libraries/main.php:7363
9554
  #, fuzzy
9555
  #| msgid "minutes"
9556
  msgid "Minutes"
9557
  msgstr "minutos"
9558
 
9559
+ #: app/libraries/main.php:7368
9560
  msgid "AM / PM"
9561
  msgstr ""
9562
 
9563
+ #: app/libraries/main.php:7369
9564
  msgid "AM"
9565
  msgstr "AM"
9566
 
9567
+ #: app/libraries/main.php:7370
9568
  msgid "PM"
9569
  msgstr "PM"
9570
 
9571
+ #: app/libraries/main.php:7378
9572
  msgid "Ongoing..."
9573
  msgstr ""
9574
 
9575
+ #: app/libraries/main.php:7379
9576
  #, fuzzy
9577
  #| msgid "Expired Events"
9578
  msgid "Expired!"
9604
  msgid "A new event is added."
9605
  msgstr "Se ha añadido un nuevo evento."
9606
 
9607
+ #: app/libraries/notifications.php:835
9608
  #, fuzzy
9609
  #| msgid "The event published."
9610
  msgid "Your event is published."
9611
  msgstr "El evento a sido publicado."
9612
 
9613
+ #: app/libraries/notifications.php:1251
9614
  msgid "to"
9615
  msgstr "a"
9616
 
9617
+ #: app/libraries/notifications.php:1272 app/modules/export/details.php:48
9618
  msgid "+ Add to Google Calendar"
9619
  msgstr "+ Añadir Google Calendar"
9620
 
9621
+ #: app/libraries/notifications.php:1273 app/modules/export/details.php:49
9622
  #, fuzzy
9623
  #| msgid "+ iCal export"
9624
  msgid "+ iCal / Outlook export"
9625
  msgstr "Exportación + iCal"
9626
 
9627
+ #: app/libraries/notifications.php:1322
9628
  #, fuzzy, php-format
9629
  #| msgid "+ Add to Google Calendar"
9630
  msgid "+ %s to Google Calendar"
9631
  msgstr "+ Añadir Google Calendar"
9632
 
9633
+ #: app/libraries/notifications.php:1402
9634
  msgid "Yes"
9635
  msgstr "Sí"
9636
 
9637
+ #: app/libraries/notifications.php:1402
9638
  msgid "No"
9639
  msgstr "No"
9640
 
9641
+ #: app/libraries/skins.php:1085
9642
  #, fuzzy
9643
  #| msgid "Select All"
9644
  msgid "Select"
9776
  msgid "The event is ongoing."
9777
  msgstr "El evento está en curso."
9778
 
9779
+ #: app/modules/googlemap/details.php:127
9780
  msgid "Address from ..."
9781
  msgstr "Dirección de…"
9782
 
9783
+ #: app/modules/googlemap/details.php:131
9784
  msgid "Get Directions"
9785
  msgstr "Cómo llegar"
9786
 
9787
+ #: app/modules/links/details.php:17 app/skins/single.php:887
9788
  msgid "Share this event"
9789
  msgstr "Compartir este evento"
9790
 
9839
  msgid "Go to occurrence page"
9840
  msgstr "Ir a la página de repetición"
9841
 
9842
+ #: app/modules/next-event/details.php:139 app/skins/single.php:1177
9843
  #: app/skins/single/default.php:118 app/skins/single/default.php:352
9844
  #: app/skins/single/m1.php:40 app/skins/single/modern.php:216
9845
  msgid "Time"
10000
  msgid "Home"
10001
  msgstr ""
10002
 
10003
+ #: app/skins/single.php:971 app/skins/single/default.php:64
10004
  #: app/skins/single/m1.php:278 app/skins/single/m2.php:199
10005
  #: app/skins/single/modern.php:300
10006
  msgid "Sold out!"
10007
  msgstr "¡Agotado!"
10008
 
10009
+ #: app/skins/single.php:1251 app/skins/single.php:1310
10010
  #: app/skins/single/default.php:254 app/skins/single/default.php:487
10011
  #: app/skins/single/m1.php:112 app/skins/single/m2.php:35
10012
  #: app/skins/single/modern.php:58
10013
  msgid "Phone"
10014
  msgstr "Teléfono"
10015
 
10016
+ #: app/skins/single.php:1400
10017
  msgid "Speakers:"
10018
  msgstr ""
10019
 
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-10-20 18:11+0330\n"
5
- "PO-Revision-Date: 2020-10-20 18:12+0330\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/import.php:55
25
- #: app/features/ix/thirdparty.php:26 app/features/mec.php:1152
26
- #: app/features/mec.php:1182 app/features/mec/dashboard.php:63
27
  #: app/widgets/MEC.php:33
28
  msgid "Modern Events Calendar"
29
  msgstr "Modern Events Calendar"
@@ -86,7 +86,7 @@ msgid "Select Shortcode"
86
  msgstr "Ajouter un nouveau Shortcode"
87
 
88
  #: app/features/colors.php:50 app/features/fes/form.php:915
89
- #: app/features/mec/settings.php:763
90
  msgid "Event Color"
91
  msgstr "Couleur de l'événement"
92
 
@@ -99,14 +99,14 @@ msgstr "Couleur de l'événement"
99
  #: app/features/contextual.php:55 app/features/mec.php:474
100
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
101
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
102
- #: app/libraries/main.php:615
103
  msgid "Settings"
104
  msgstr "Paramètres"
105
 
106
  #: app/features/contextual.php:62 app/features/events.php:1617
107
- #: app/features/events.php:2492 app/features/mec/booking.php:605
108
- #: app/features/mec/booking.php:853 app/features/mec/support.php:29
109
- #: app/libraries/main.php:570
110
  msgid "Booking Form"
111
  msgstr "Formulaire de réservation"
112
 
@@ -120,8 +120,8 @@ msgid ""
120
  msgstr ""
121
 
122
  #: app/features/contextual.php:70 app/features/events.php:1625
123
- #: app/features/mec/booking.php:797 app/features/mec/support-page.php:115
124
- #: app/features/mec/support.php:36 app/libraries/main.php:571
125
  msgid "Payment Gateways"
126
  msgstr "Passerelle de paiement"
127
 
@@ -134,7 +134,7 @@ msgstr ""
134
 
135
  #: app/features/contextual.php:77 app/features/events.php:352
136
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
137
- #: app/libraries/main.php:763
138
  msgid "Notifications"
139
  msgstr "Notifications"
140
 
@@ -198,12 +198,12 @@ msgid ""
198
  msgstr ""
199
 
200
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
201
- #: app/features/mec/support-page.php:97 app/libraries/main.php:537
202
  msgid "General Options"
203
  msgstr "Options générales"
204
 
205
- #: app/features/contextual.php:139 app/features/mec/settings.php:482
206
- #: app/libraries/main.php:539
207
  msgid "Slugs/Permalinks"
208
  msgstr "Permaliens/Ancres"
209
 
@@ -211,8 +211,8 @@ msgstr "Permaliens/Ancres"
211
  msgid "Event Details/Single Event Page"
212
  msgstr "Détail de l'événement/Page de l'événement"
213
 
214
- #: app/features/contextual.php:166 app/features/mec/settings.php:514
215
- #: app/libraries/main.php:540
216
  msgid "Currency Options"
217
  msgstr "Options de devise"
218
 
@@ -220,18 +220,18 @@ msgstr "Options de devise"
220
  msgid "Google Maps Options"
221
  msgstr "Option du plugin Google Maps"
222
 
223
- #: app/features/contextual.php:244 app/features/mec/settings.php:571
224
- #: app/libraries/main.php:541
225
  msgid "Google Recaptcha Options"
226
  msgstr "Options de Google reCAPTCHA"
227
 
228
  #: app/features/contextual.php:258 app/features/mec/single.php:248
229
- #: app/libraries/main.php:556
230
  msgid "Countdown Options"
231
  msgstr "Options du Compte à Rebours"
232
 
233
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
234
- #: app/libraries/main.php:581
235
  msgid "Social Networks"
236
  msgstr "Réseaux Sociaux"
237
 
@@ -239,36 +239,36 @@ msgstr "Réseaux Sociaux"
239
  msgid "Next Event Module"
240
  msgstr "Module événement suivant"
241
 
242
- #: app/features/contextual.php:286 app/features/mec/settings.php:611
243
- #: app/features/mec/support-page.php:98 app/libraries/main.php:542
244
  msgid "Frontend Event Submission"
245
  msgstr "Réglages du formulaire de création d’événements"
246
 
247
  #: app/features/contextual.php:298 app/features/events.php:345
248
- #: app/libraries/main.php:557
249
  msgid "Exceptional Days"
250
  msgstr "Journées Exceptionnelles"
251
 
252
  #: app/features/contextual.php:308 app/features/events.php:315
253
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
254
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
255
- #: app/libraries/main.php:565 app/libraries/main.php:595
256
- #: app/libraries/main.php:680
257
  msgid "Booking"
258
  msgstr "Réservation"
259
 
260
- #: app/features/contextual.php:318 app/features/mec/booking.php:427
261
- #: app/features/mec/booking.php:813 app/libraries/main.php:567
262
  msgid "Coupons"
263
  msgstr "Bons de réduction"
264
 
265
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
266
- #: app/libraries/main.php:583
267
  msgid "BuddyPress Integration"
268
  msgstr "Intégration BuddyPress"
269
 
270
- #: app/features/contextual.php:334 app/features/mec/settings.php:1000
271
- #: app/libraries/main.php:545
272
  msgid "Mailchimp Integration"
273
  msgstr "Intégration de Mailchimp"
274
 
@@ -277,7 +277,7 @@ msgid "MEC Activation"
277
  msgstr "Activation de l'extension"
278
 
279
  #: app/features/dlfile.php:121 app/features/events.php:1622
280
- #: app/features/mec/booking.php:347 app/features/mec/settings.php:835
281
  #, fuzzy
282
  #| msgid "Download the Plugin"
283
  msgid "Downloadable File"
@@ -312,8 +312,8 @@ msgid "File uploaded!"
312
  msgstr ""
313
 
314
  #: app/features/events.php:167 app/features/ix/export.php:34
315
- #: app/features/mec/dashboard.php:265 app/libraries/main.php:5456
316
- #: app/libraries/main.php:5476 app/skins/daily_view/tpl.php:82
317
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
318
  #: app/skins/yearly_view/tpl.php:71
319
  msgid "Events"
@@ -373,11 +373,11 @@ msgstr "Aucun événement trouvé dans la corbeille !"
373
  #: app/features/mec/meta_boxes/search_form.php:584
374
  #: app/features/mec/meta_boxes/search_form.php:654
375
  #: app/features/mec/meta_boxes/search_form.php:760
376
- #: app/features/mec/settings.php:907 app/features/mec/settings.php:953
377
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
378
- #: app/features/search.php:68 app/libraries/main.php:6209
379
- #: app/libraries/main.php:6263 app/libraries/skins.php:932
380
- #: app/skins/single.php:992 app/skins/single/default.php:219
381
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
382
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
383
  msgid "Category"
@@ -386,8 +386,8 @@ msgstr "Catégorie"
386
  #: app/features/events.php:193 app/features/events.php:3526
387
  #: app/features/fes/form.php:865 app/features/mec.php:462
388
  #: app/features/mec/meta_boxes/filter.php:69
389
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6208
390
- #: app/libraries/main.php:6262
391
  msgid "Categories"
392
  msgstr "Catégories"
393
 
@@ -478,7 +478,7 @@ msgid "Event Data"
478
  msgstr "Détails"
479
 
480
  #: app/features/events.php:346 app/features/events.php:1360
481
- #: app/features/mec/settings.php:793 app/skins/single.php:1385
482
  msgid "Hourly Schedule"
483
  msgstr "Programme"
484
 
@@ -505,23 +505,23 @@ msgstr "Lien"
505
  #: app/features/mec/meta_boxes/search_form.php:599
506
  #: app/features/mec/meta_boxes/search_form.php:669
507
  #: app/features/mec/meta_boxes/search_form.php:775
508
- #: app/features/mec/settings.php:965 app/features/mec/single.php:335
509
  #: app/features/mec/single.php:377 app/features/organizers.php:58
510
  #: app/features/organizers.php:204 app/features/organizers.php:260
511
  #: app/features/organizers.php:262 app/features/organizers.php:271
512
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
513
- #: app/features/search.php:80 app/libraries/main.php:6215
514
- #: app/libraries/main.php:6269 app/libraries/skins.php:984
515
- #: app/skins/single.php:1240 app/skins/single/default.php:244
516
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
517
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
518
  msgid "Organizer"
519
  msgstr "Organisateur"
520
 
521
  #: app/features/events.php:350 app/features/events.php:1165
522
- #: app/features/fes/form.php:836 app/features/mec/settings.php:904
523
- #: app/libraries/main.php:6246 app/libraries/main.php:6295
524
- #: app/skins/single.php:1018 app/skins/single/default.php:142
525
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
526
  #: app/skins/single/modern.php:237
527
  msgid "Cost"
@@ -546,7 +546,7 @@ msgstr "Coordonnées de l'Invité"
546
  #: app/features/fes/form.php:795 app/features/labels.php:178
547
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
548
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
549
- #: app/libraries/notifications.php:1379 app/modules/booking/steps/form.php:61
550
  msgid "Name"
551
  msgstr "Nom"
552
 
@@ -554,15 +554,15 @@ msgstr "Nom"
554
  #: app/features/events.php:2549 app/features/events.php:2638
555
  #: app/features/events.php:4089 app/features/fes.php:243
556
  #: app/features/fes/form.php:791 app/features/login/login.php:5
557
- #: app/features/mec/booking.php:65 app/features/mec/booking.php:643
558
- #: app/features/mec/booking.php:739 app/features/mec/single.php:191
559
  #: app/features/organizers.php:111 app/features/organizers.php:152
560
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
561
- #: app/features/speakers.php:204 app/libraries/main.php:1838
562
- #: app/libraries/main.php:1907 app/libraries/main.php:3307
563
- #: app/libraries/notifications.php:1380 app/modules/booking/steps/form.php:70
564
- #: app/modules/booking/steps/form.php:208 app/skins/single.php:1257
565
- #: app/skins/single.php:1316 app/skins/single/default.php:261
566
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
567
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
568
  msgid "Email"
@@ -582,7 +582,7 @@ msgstr "Date et heure"
582
  #: app/features/events.php:3574 app/features/events.php:3762
583
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
584
  #: app/features/ix.php:3980 app/features/ix.php:4022
585
- #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1340
586
  #: app/features/mec/meta_boxes/display_options.php:52
587
  #: app/features/mec/meta_boxes/display_options.php:295
588
  #: app/features/mec/meta_boxes/display_options.php:549
@@ -606,7 +606,7 @@ msgstr "Date de début"
606
  #: app/features/events.php:3575 app/features/events.php:3762
607
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
608
  #: app/features/ix.php:3980 app/features/ix.php:4022
609
- #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1341
610
  #: app/features/popup/event.php:92
611
  msgid "End Date"
612
  msgstr "Date de fin"
@@ -655,13 +655,13 @@ msgstr ""
655
  #: app/features/events.php:2408 app/features/events.php:2421
656
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
657
  #: app/features/locations.php:336 app/features/mec/booking.php:117
658
- #: app/features/mec/booking.php:139 app/features/mec/booking.php:211
659
- #: app/features/mec/booking.php:278 app/features/mec/booking.php:291
660
- #: app/features/mec/booking.php:308 app/features/mec/booking.php:348
661
- #: app/features/mec/booking.php:472 app/features/mec/booking.php:501
662
- #: app/features/mec/booking.php:549 app/features/mec/booking.php:559
663
- #: app/features/mec/booking.php:581 app/features/mec/booking.php:591
664
- #: app/features/mec/booking.php:829 app/features/mec/booking.php:855
665
  #: app/features/mec/dashboard.php:71
666
  #: app/features/mec/meta_boxes/display_options.php:85
667
  #: app/features/mec/meta_boxes/display_options.php:98
@@ -698,31 +698,31 @@ msgstr ""
698
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
699
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
700
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
701
- #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:205
702
- #: app/features/mec/notifications.php:324
703
- #: app/features/mec/notifications.php:449
704
- #: app/features/mec/notifications.php:570
705
- #: app/features/mec/notifications.php:693
706
- #: app/features/mec/notifications.php:704
707
- #: app/features/mec/notifications.php:828
708
- #: app/features/mec/notifications.php:912 app/features/mec/settings.php:73
709
- #: app/features/mec/settings.php:92 app/features/mec/settings.php:139
710
- #: app/features/mec/settings.php:174 app/features/mec/settings.php:195
711
- #: app/features/mec/settings.php:240 app/features/mec/settings.php:283
712
- #: app/features/mec/settings.php:360 app/features/mec/settings.php:437
713
- #: app/features/mec/settings.php:454 app/features/mec/settings.php:471
714
- #: app/features/mec/settings.php:490 app/features/mec/settings.php:504
715
- #: app/features/mec/settings.php:532 app/features/mec/settings.php:623
716
- #: app/features/mec/settings.php:875 app/features/mec/settings.php:891
717
- #: app/features/mec/settings.php:1015 app/features/mec/settings.php:1028
718
- #: app/features/mec/settings.php:1044 app/features/mec/single.php:46
719
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
720
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
721
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
722
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
723
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
724
  #: app/features/organizers.php:272 app/features/popup/event.php:126
725
- #: app/features/popup/event.php:173 app/skins/single.php:1103
726
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
727
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
728
  #: app/skins/single/modern.php:163
@@ -774,7 +774,7 @@ msgid "Repeats"
774
  msgstr "Récurrence"
775
 
776
  #: app/features/events.php:665 app/features/fes/form.php:372
777
- #: app/features/mec.php:1343 app/skins/default_full_calendar/tpl.php:77
778
  #: app/skins/full_calendar/tpl.php:124
779
  msgid "Daily"
780
  msgstr "Quotidienne"
@@ -798,13 +798,13 @@ msgid "Weekly"
798
  msgstr "Hebdomadaire"
799
 
800
  #: app/features/events.php:700 app/features/fes/form.php:377
801
- #: app/features/mec.php:1344 app/skins/default_full_calendar/tpl.php:75
802
  #: app/skins/full_calendar/tpl.php:122
803
  msgid "Monthly"
804
  msgstr "Mensuelle"
805
 
806
  #: app/features/events.php:707 app/features/fes/form.php:378
807
- #: app/features/mec.php:1345 app/skins/default_full_calendar/tpl.php:74
808
  #: app/skins/full_calendar/tpl.php:121
809
  msgid "Yearly"
810
  msgstr "Annuelle"
@@ -908,7 +908,7 @@ msgid "On"
908
  msgstr "Date de fin"
909
 
910
  #: app/features/events.php:1117 app/features/fes/form.php:741
911
- #: app/features/mec/booking.php:169
912
  msgid "After"
913
  msgstr "Après X répétitions"
914
 
@@ -936,8 +936,8 @@ msgstr "Afficher uniquement une occurence pour cet événement"
936
 
937
  #: app/features/events.php:1161 app/features/events.php:3762
938
  #: app/features/fes/form.php:833 app/features/ix.php:3980
939
- #: app/features/ix.php:4022 app/features/mec/settings.php:739
940
- #: app/libraries/main.php:6245 app/libraries/main.php:6294
941
  #: app/widgets/single.php:103
942
  msgid "Event Cost"
943
  msgstr "Tarif de l'événement"
@@ -952,11 +952,11 @@ msgstr "Exclure certains jours"
952
 
953
  #: app/features/events.php:1269 app/features/events.php:2550
954
  #: app/features/events.php:2639 app/features/fes.php:243
955
- #: app/features/mec/booking.php:644 app/features/mec/booking.php:740
956
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
957
- #: app/features/wc.php:83 app/libraries/main.php:3394
958
  #: app/modules/booking/steps/tickets.php:103
959
- #: app/modules/next-event/details.php:134 app/skins/single.php:1076
960
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
961
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
962
  msgid "Date"
@@ -996,7 +996,7 @@ msgstr "%s jour(s)"
996
  #: app/features/events.php:2397 app/features/events.php:3570
997
  #: app/features/events.php:3762 app/features/fes/form.php:256
998
  #: app/features/ix.php:3980 app/features/ix.php:4022
999
- #: app/features/mec/booking.php:541 app/features/mec/booking.php:573
1000
  #: app/features/mec/styling.php:130
1001
  msgid "Title"
1002
  msgstr "Titre"
@@ -1007,16 +1007,16 @@ msgstr "Titre"
1007
  #: app/features/events.php:2006 app/features/events.php:2143
1008
  #: app/features/events.php:2242 app/features/events.php:2278
1009
  #: app/features/events.php:2385 app/features/events.php:2427
1010
- #: app/features/mec/booking.php:484 app/features/mec/booking.php:513
1011
- #: app/features/mec/booking.php:564 app/features/mec/booking.php:596
1012
- #: app/libraries/main.php:3229 app/libraries/main.php:3258
1013
- #: app/libraries/main.php:3287 app/libraries/main.php:3316
1014
- #: app/libraries/main.php:3345 app/libraries/main.php:3374
1015
- #: app/libraries/main.php:3403 app/libraries/main.php:3432
1016
- #: app/libraries/main.php:3461 app/libraries/main.php:3482
1017
- #: app/libraries/main.php:3513 app/libraries/main.php:3559
1018
- #: app/libraries/main.php:3605 app/libraries/main.php:3654
1019
- #: app/libraries/main.php:3694
1020
  msgid "Remove"
1021
  msgstr "Supprimer"
1022
 
@@ -1043,9 +1043,9 @@ msgstr "Description"
1043
  #: app/features/events.php:1425 app/features/events.php:1458
1044
  #: app/features/events.php:1519 app/features/fes/form.php:959
1045
  #: app/features/mec.php:470 app/features/mec/modules.php:51
1046
- #: app/features/mec/settings.php:787 app/features/speakers.php:61
1047
- #: app/libraries/main.php:575 app/libraries/main.php:6216
1048
- #: app/libraries/main.php:6270 app/modules/speakers/details.php:18
1049
  msgid "Speakers"
1050
  msgstr "Orateurs"
1051
 
@@ -1054,13 +1054,13 @@ msgid "New Day"
1054
  msgstr "Jour suivant"
1055
 
1056
  #: app/features/events.php:1550 app/features/fes/form.php:810
1057
- #: app/features/mec/settings.php:733
1058
  msgid "Event Links"
1059
  msgstr "Liens de l'évenements"
1060
 
1061
  #: app/features/events.php:1553 app/features/events.php:1561
1062
- #: app/features/fes/form.php:812 app/features/mec/settings.php:905
1063
- #: app/libraries/main.php:6243 app/libraries/main.php:6292
1064
  msgid "Event Link"
1065
  msgstr "Lien de l'événement"
1066
 
@@ -1085,8 +1085,8 @@ msgid "URL Shortener"
1085
  msgstr ""
1086
 
1087
  #: app/features/events.php:1571 app/features/events.php:1584
1088
- #: app/features/fes/form.php:817 app/libraries/main.php:6244
1089
- #: app/libraries/main.php:6293 app/skins/single.php:1102
1090
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1091
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1092
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
@@ -1098,12 +1098,12 @@ msgid "More Information"
1098
  msgstr "Plus d'Informations"
1099
 
1100
  #: app/features/events.php:1579 app/features/fes/form.php:821
1101
- #: app/features/mec.php:987 app/features/popup/shortcode.php:477
1102
  msgid "Current Window"
1103
  msgstr "Ouvrir dans l'onglet actuel"
1104
 
1105
  #: app/features/events.php:1580 app/features/fes/form.php:822
1106
- #: app/features/mec.php:988 app/features/popup/shortcode.php:481
1107
  msgid "New Window"
1108
  msgstr "Ouvrir dans un nouvel onglet"
1109
 
@@ -1113,7 +1113,7 @@ msgid ""
1113
  "Insert full link including http(s)://"
1114
  msgstr "Lien Optionnel. Affiché sur la page de Détails"
1115
 
1116
- #: app/features/events.php:1608 app/features/mec/settings.php:801
1117
  msgid "Booking Options"
1118
  msgstr "Options de Réservation"
1119
 
@@ -1124,7 +1124,7 @@ msgid "Total User Booking Limits"
1124
  msgstr "Nombre limite de réservation"
1125
 
1126
  #: app/features/events.php:1610 app/features/events.php:1814
1127
- #: app/libraries/book.php:61 app/libraries/main.php:6248
1128
  #: app/modules/booking/steps/tickets.php:134
1129
  #: app/modules/booking/steps/tickets.php:140
1130
  msgid "Tickets"
@@ -1135,11 +1135,11 @@ msgid "Fees"
1135
  msgstr "Frais"
1136
 
1137
  #: app/features/events.php:1615 app/features/events.php:2311
1138
- #: app/features/mec/settings.php:813
1139
  msgid "Ticket Variations / Options"
1140
  msgstr "Variations de tickets / options"
1141
 
1142
- #: app/features/events.php:1619 app/features/mec/booking.php:884
1143
  #: app/features/mec/support-page.php:118
1144
  msgid "Organizer Payment"
1145
  msgstr "Paiement de l’organisateur"
@@ -1201,24 +1201,24 @@ msgid ""
1201
  "similar."
1202
  msgstr ""
1203
 
1204
- #: app/features/events.php:1743 app/features/mec/booking.php:145
1205
  #, fuzzy
1206
  #| msgid "General Options"
1207
  msgid "Interval Options"
1208
  msgstr "Options générales"
1209
 
1210
  #: app/features/events.php:1745 app/features/events.php:1750
1211
- #: app/features/mec/booking.php:147 app/features/mec/booking.php:152
1212
  #, fuzzy
1213
  #| msgid "Booking Form"
1214
  msgid "Show Booking Form Interval"
1215
  msgstr "Formulaire de réservation"
1216
 
1217
- #: app/features/events.php:1747 app/features/mec/booking.php:149
1218
  msgid "Minutes (e.g 5)"
1219
  msgstr ""
1220
 
1221
- #: app/features/events.php:1751 app/features/mec/booking.php:153
1222
  msgid ""
1223
  "You can show booking form only at certain times before event start. If you "
1224
  "set this option to 30 then booking form will open only 30 minutes before "
@@ -1291,9 +1291,9 @@ msgstr "Fin"
1291
  #: app/features/events.php:2058 app/features/events.php:2061
1292
  #: app/features/events.php:2139 app/features/events.php:2356
1293
  #: app/features/events.php:2360 app/features/events.php:2402
1294
- #: app/features/events.php:2405 app/features/mec/booking.php:545
1295
- #: app/features/mec/booking.php:548 app/features/mec/booking.php:577
1296
- #: app/features/mec/booking.php:580
1297
  msgid "Price"
1298
  msgstr "Tarif"
1299
 
@@ -1365,26 +1365,26 @@ msgstr "Prix par date"
1365
  #: app/features/mec/meta_boxes/search_form.php:620
1366
  #: app/features/mec/meta_boxes/search_form.php:690
1367
  #: app/features/mec/meta_boxes/search_form.php:796
1368
- #: app/features/mec/settings.php:908 app/features/mec/settings.php:985
1369
  #: app/features/mec/single.php:349 app/features/mec/single.php:391
1370
- #: app/features/search.php:98 app/libraries/skins.php:1062
1371
  msgid "Label"
1372
  msgstr "Label"
1373
 
1374
  #: app/features/events.php:2216 app/features/events.php:2254
1375
- #: app/features/mec/booking.php:464 app/features/mec/booking.php:493
1376
  msgid "Fee Title"
1377
  msgstr "Titre"
1378
 
1379
  #: app/features/events.php:2222 app/features/events.php:2226
1380
  #: app/features/events.php:2259 app/features/events.php:2262
1381
- #: app/features/mec/booking.php:468 app/features/mec/booking.php:471
1382
- #: app/features/mec/booking.php:497 app/features/mec/booking.php:500
1383
  msgid "Amount"
1384
  msgstr "Montant"
1385
 
1386
  #: app/features/events.php:2227 app/features/events.php:2263
1387
- #: app/features/mec/booking.php:472 app/features/mec/booking.php:501
1388
  msgid ""
1389
  "Fee amount, considered as fixed amount if you set the type to amount "
1390
  "otherwise considered as percentage"
@@ -1393,93 +1393,93 @@ msgstr ""
1393
  "considéré comme pourcentage à ajouter au prix"
1394
 
1395
  #: app/features/events.php:2236 app/features/events.php:2272
1396
- #: app/features/mec/booking.php:479 app/features/mec/booking.php:508
1397
  msgid "Percent"
1398
  msgstr "Pourcentage"
1399
 
1400
  #: app/features/events.php:2237 app/features/events.php:2273
1401
- #: app/features/mec/booking.php:480 app/features/mec/booking.php:509
1402
  msgid "Amount (Per Ticket)"
1403
  msgstr "Montant (par Billet)"
1404
 
1405
  #: app/features/events.php:2238 app/features/events.php:2274
1406
- #: app/features/mec/booking.php:481 app/features/mec/booking.php:510
1407
  msgid "Amount (Per Booking)"
1408
  msgstr "Montant (par réservation)"
1409
 
1410
  #: app/features/events.php:2361 app/features/events.php:2406
1411
- #: app/features/mec/booking.php:549 app/features/mec/booking.php:581
1412
  msgid "Option Price"
1413
  msgstr "Option de prix"
1414
 
1415
  #: app/features/events.php:2371 app/features/events.php:2375
1416
  #: app/features/events.php:2415 app/features/events.php:2418
1417
- #: app/features/mec/booking.php:555 app/features/mec/booking.php:558
1418
- #: app/features/mec/booking.php:587 app/features/mec/booking.php:590
1419
  msgid "Maximum Per Ticket"
1420
  msgstr "Maximum par Billet"
1421
 
1422
  #: app/features/events.php:2376 app/features/events.php:2419
1423
- #: app/features/mec/booking.php:559 app/features/mec/booking.php:591
1424
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1425
  msgstr ""
1426
 
1427
- #: app/features/events.php:2516 app/features/mec/booking.php:607
1428
  #, fuzzy
1429
  #| msgid "Attendees List"
1430
  msgid "Per Attendee Fields"
1431
  msgstr "Liste des participants"
1432
 
1433
- #: app/features/events.php:2546 app/features/mec/booking.php:640
1434
- #: app/libraries/main.php:3249
1435
  msgid "MEC Name"
1436
  msgstr "Nom"
1437
 
1438
- #: app/features/events.php:2547 app/features/mec/booking.php:641
1439
- #: app/libraries/main.php:3278
1440
  msgid "MEC Email"
1441
  msgstr "Email"
1442
 
1443
  #: app/features/events.php:2548 app/features/events.php:2637
1444
- #: app/features/mec/booking.php:642 app/features/mec/booking.php:738
1445
- #: app/features/mec/single.php:190 app/libraries/main.php:3220
1446
  msgid "Text"
1447
  msgstr "Texte"
1448
 
1449
  #: app/features/events.php:2551 app/features/events.php:2640
1450
- #: app/features/mec/booking.php:645 app/features/mec/booking.php:741
1451
  #: app/features/mec/single.php:194 app/features/organizers.php:103
1452
  #: app/features/organizers.php:148 app/features/speakers.php:119
1453
  #: app/features/speakers.php:200 app/features/speakers.php:285
1454
- #: app/libraries/main.php:3423
1455
  msgid "Tel"
1456
  msgstr "Téléphone"
1457
 
1458
- #: app/features/events.php:2552 app/features/mec/booking.php:646
1459
- #: app/libraries/main.php:3365
1460
  msgid "File"
1461
  msgstr "Fichier"
1462
 
1463
  #: app/features/events.php:2553 app/features/events.php:2641
1464
- #: app/features/mec/booking.php:647 app/features/mec/booking.php:742
1465
- #: app/features/mec/single.php:195 app/libraries/main.php:3452
1466
  msgid "Textarea"
1467
  msgstr "Zone de texte"
1468
 
1469
  #: app/features/events.php:2554 app/features/events.php:2642
1470
- #: app/features/mec/booking.php:648 app/features/mec/booking.php:743
1471
- #: app/features/mec/single.php:197 app/libraries/main.php:3504
1472
  msgid "Checkboxes"
1473
  msgstr "Boîtes à cocher"
1474
 
1475
  #: app/features/events.php:2555 app/features/events.php:2643
1476
- #: app/features/mec/booking.php:649 app/features/mec/booking.php:744
1477
- #: app/features/mec/single.php:198 app/libraries/main.php:3550
1478
  msgid "Radio Buttons"
1479
  msgstr "Boutons Radio"
1480
 
1481
  #: app/features/events.php:2556 app/features/events.php:2644
1482
- #: app/features/mec/booking.php:650 app/features/mec/booking.php:745
1483
  #: app/features/mec/meta_boxes/search_form.php:34
1484
  #: app/features/mec/meta_boxes/search_form.php:41
1485
  #: app/features/mec/meta_boxes/search_form.php:49
@@ -1556,23 +1556,23 @@ msgstr "Boutons Radio"
1556
  #: app/features/mec/meta_boxes/search_form.php:792
1557
  #: app/features/mec/meta_boxes/search_form.php:799
1558
  #: app/features/mec/meta_boxes/search_form.php:813
1559
- #: app/features/mec/single.php:199 app/libraries/main.php:3596
1560
  msgid "Dropdown"
1561
  msgstr "Menu déroulant"
1562
 
1563
  #: app/features/events.php:2557 app/features/events.php:2645
1564
- #: app/features/mec/booking.php:651 app/features/mec/booking.php:746
1565
- #: app/libraries/main.php:3645
1566
  msgid "Agreement"
1567
  msgstr "Accord"
1568
 
1569
  #: app/features/events.php:2558 app/features/events.php:2646
1570
- #: app/features/mec/booking.php:652 app/features/mec/booking.php:747
1571
- #: app/features/mec/single.php:196 app/libraries/main.php:3481
1572
  msgid "Paragraph"
1573
  msgstr "Paragraphe"
1574
 
1575
- #: app/features/events.php:2607 app/features/mec/booking.php:705
1576
  #, fuzzy
1577
  #| msgid "Required Field"
1578
  msgid "Fixed Fields"
@@ -1617,12 +1617,12 @@ msgstr "Liste des participants"
1617
  #: app/features/mec/meta_boxes/search_form.php:591
1618
  #: app/features/mec/meta_boxes/search_form.php:661
1619
  #: app/features/mec/meta_boxes/search_form.php:767
1620
- #: app/features/mec/settings.php:959 app/features/mec/single.php:339
1621
  #: app/features/mec/single.php:381 app/features/popup/event.php:116
1622
  #: app/features/popup/event.php:125 app/features/search.php:74
1623
- #: app/libraries/main.php:2577 app/libraries/main.php:6213
1624
- #: app/libraries/main.php:6267 app/libraries/skins.php:958
1625
- #: app/skins/single.php:919 app/skins/single.php:1362
1626
  #: app/skins/single/default.php:195 app/skins/single/default.php:428
1627
  #: app/skins/single/m1.php:173 app/skins/single/m2.php:96
1628
  #: app/skins/single/modern.php:116
@@ -1697,8 +1697,8 @@ msgid "%s Email"
1697
  msgstr "%s mail"
1698
 
1699
  #: app/features/events.php:4092 app/features/fes.php:243
1700
- #: app/features/profile/profile.php:183 app/libraries/main.php:2660
1701
- #: app/libraries/main.php:6247
1702
  msgid "Ticket"
1703
  msgstr "Billets"
1704
 
@@ -1761,8 +1761,8 @@ msgstr "Événement supprimé !"
1761
  msgid "Order Time"
1762
  msgstr "Date de commande"
1763
 
1764
- #: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:2608
1765
- #: app/libraries/main.php:2723
1766
  msgid "Transaction ID"
1767
  msgstr "Numéro de transaction"
1768
 
@@ -1842,8 +1842,8 @@ msgstr "Événement Publié."
1842
  msgid "Go back to events list"
1843
  msgstr "Retourner à la liste des évènements."
1844
 
1845
- #: app/features/fes/form.php:264 app/features/mec/settings.php:827
1846
- #: app/features/mec/settings.php:903
1847
  msgid "Excerpt"
1848
  msgstr ""
1849
 
@@ -1861,43 +1861,43 @@ msgstr ""
1861
 
1862
  #: app/features/fes/form.php:389
1863
  #: app/features/mec/meta_boxes/display_options.php:1309
1864
- #: app/libraries/main.php:415
1865
  msgid "Monday"
1866
  msgstr "Lundi"
1867
 
1868
  #: app/features/fes/form.php:390
1869
  #: app/features/mec/meta_boxes/display_options.php:1310
1870
- #: app/libraries/main.php:415
1871
  msgid "Tuesday"
1872
  msgstr "Mardi"
1873
 
1874
  #: app/features/fes/form.php:391
1875
  #: app/features/mec/meta_boxes/display_options.php:1311
1876
- #: app/libraries/main.php:415
1877
  msgid "Wednesday"
1878
  msgstr "Mercredi"
1879
 
1880
  #: app/features/fes/form.php:392
1881
  #: app/features/mec/meta_boxes/display_options.php:1312
1882
- #: app/libraries/main.php:415
1883
  msgid "Thursday"
1884
  msgstr "Jeudi"
1885
 
1886
  #: app/features/fes/form.php:393
1887
  #: app/features/mec/meta_boxes/display_options.php:1313
1888
- #: app/libraries/main.php:415
1889
  msgid "Friday"
1890
  msgstr "Vendredi"
1891
 
1892
  #: app/features/fes/form.php:394
1893
  #: app/features/mec/meta_boxes/display_options.php:1314
1894
- #: app/libraries/main.php:415
1895
  msgid "Saturday"
1896
  msgstr "Samedi"
1897
 
1898
  #: app/features/fes/form.php:395
1899
  #: app/features/mec/meta_boxes/display_options.php:1308
1900
- #: app/libraries/main.php:415
1901
  msgid "Sunday"
1902
  msgstr "Dimanche"
1903
 
@@ -1937,7 +1937,7 @@ msgid ""
1937
  "link including http(s)://"
1938
  msgstr "Lien principal. Affiché sur la page de l'événement"
1939
 
1940
- #: app/features/fes/form.php:850 app/features/mec/settings.php:745
1941
  msgid "Featured Image"
1942
  msgstr "Image Principale"
1943
 
@@ -1948,8 +1948,8 @@ msgstr "Supprimer l'image"
1948
  #: app/features/fes/form.php:891 app/features/labels.php:61
1949
  #: app/features/labels.php:221 app/features/mec.php:463
1950
  #: app/features/mec/meta_boxes/filter.php:72
1951
- #: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:6210
1952
- #: app/libraries/main.php:6264 app/skins/single.php:1132
1953
  #: app/skins/single/default.php:173 app/skins/single/default.php:405
1954
  #: app/skins/single/m1.php:76 app/skins/single/modern.php:252
1955
  msgid "Labels"
@@ -2011,7 +2011,7 @@ msgid "MEC - Import / Export"
2011
  msgstr "M.E.C. - Importer / Exporter"
2012
 
2013
  #: app/features/ix.php:107 app/features/mec/support.php:73
2014
- #: app/libraries/main.php:823
2015
  msgid "Import / Export"
2016
  msgstr "Importer/Exporter"
2017
 
@@ -2027,27 +2027,27 @@ msgstr ""
2027
  msgid "An error occurred during the file upload! Please check permissions!"
2028
  msgstr ""
2029
 
2030
- #: app/features/ix.php:265 app/libraries/main.php:6495
2031
- #: app/libraries/main.php:6515
2032
  msgid "Confirmed"
2033
  msgstr "Confirmé"
2034
 
2035
- #: app/features/ix.php:266 app/libraries/main.php:6496
2036
- #: app/libraries/main.php:6523
2037
  msgid "Rejected"
2038
  msgstr "Rejeté"
2039
 
2040
- #: app/features/ix.php:270 app/features/mec/booking.php:991
2041
- #: app/features/mec/booking.php:1013 app/features/mec/modules.php:415
2042
- #: app/features/mec/modules.php:437 app/features/mec/notifications.php:1046
2043
- #: app/features/mec/notifications.php:1068 app/features/mec/settings.php:1269
2044
- #: app/features/mec/settings.php:1291 app/features/mec/single.php:446
2045
- #: app/features/mec/single.php:468 app/libraries/main.php:6543
2046
  msgid "Verified"
2047
  msgstr "Vérifié"
2048
 
2049
  #: app/features/ix.php:271 app/features/labels.php:118
2050
- #: app/features/labels.php:143 app/libraries/main.php:6544
2051
  #: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
2052
  #: app/skins/carousel/render.php:38 app/skins/countdown/tpl.php:40
2053
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
@@ -2340,16 +2340,16 @@ msgstr "Basculer"
2340
  #: app/features/ix/export_g_calendar.php:72
2341
  #: app/features/ix/export_g_calendar.php:151
2342
  #: app/features/ix/export_g_calendar.php:166
2343
- #: app/features/mec/notifications.php:149
2344
- #: app/features/mec/notifications.php:260
2345
- #: app/features/mec/notifications.php:385
2346
- #: app/features/mec/notifications.php:758 app/features/notifications.php:133
2347
  msgid "Add to Google Calendar"
2348
  msgstr "Ajouter à Google Agenda"
2349
 
2350
- #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:993
2351
- #: app/features/mec/modules.php:417 app/features/mec/notifications.php:1048
2352
- #: app/features/mec/settings.php:1271 app/features/mec/single.php:448
2353
  msgid "Checking ..."
2354
  msgstr "Vérification..."
2355
 
@@ -2393,9 +2393,9 @@ msgid "ICS Feed"
2393
  msgstr ""
2394
 
2395
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2396
- #: app/features/mec/booking.php:99 app/features/mec/booking.php:414
2397
- #: app/features/mec/booking.php:430 app/features/mec/booking.php:448
2398
- #: app/features/mec/booking.php:525
2399
  #: app/features/mec/meta_boxes/display_options.php:229
2400
  #: app/features/mec/meta_boxes/display_options.php:496
2401
  #: app/features/mec/modules.php:69 app/features/mec/modules.php:211
@@ -2406,8 +2406,8 @@ msgstr ""
2406
 
2407
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2408
  #: app/features/ix/sync.php:22 app/features/mec/booking.php:99
2409
- #: app/features/mec/booking.php:414 app/features/mec/booking.php:430
2410
- #: app/features/mec/booking.php:448 app/features/mec/booking.php:525
2411
  #: app/features/mec/meta_boxes/display_options.php:229
2412
  #: app/features/mec/meta_boxes/display_options.php:496
2413
  #: app/features/mec/meta_boxes/display_options.php:537
@@ -2639,7 +2639,7 @@ msgstr "Import auto depuis Google Agenda"
2639
 
2640
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2641
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2642
- #: app/features/mec/notifications.php:646
2643
  msgid "Important Note"
2644
  msgstr "Note Importante"
2645
 
@@ -2853,8 +2853,8 @@ msgstr "%s événement"
2853
 
2854
  #: app/features/locations.php:59 app/features/mec.php:464
2855
  #: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
2856
- #: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:6212
2857
- #: app/libraries/main.php:6266
2858
  msgid "Locations"
2859
  msgstr "Lieux"
2860
 
@@ -2933,7 +2933,7 @@ msgstr "Nom du Lieu"
2933
  msgid "eg. City Hall"
2934
  msgstr "Ex : La Source"
2935
 
2936
- #: app/features/locations.php:347 app/features/mec/settings.php:775
2937
  #: app/features/popup/event.php:143 app/widgets/single.php:115
2938
  msgid "Event Location"
2939
  msgstr "Lieu de l'événement"
@@ -2968,8 +2968,8 @@ msgstr "Choisir une image"
2968
  msgid "Don't show map in single event page"
2969
  msgstr "Ne pas afficher de carte pour cet événement"
2970
 
2971
- #: app/features/locations.php:398 app/libraries/main.php:6250
2972
- #: app/libraries/main.php:6297
2973
  msgid "Other Locations"
2974
  msgstr "Autres lieux"
2975
 
@@ -3054,7 +3054,7 @@ msgstr "Aide"
3054
  #: app/features/mec.php:465 app/features/mec/dashboard.php:286
3055
  #: app/features/mec/meta_boxes/filter.php:71
3056
  #: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
3057
- #: app/libraries/main.php:6214 app/libraries/main.php:6268
3058
  msgid "Organizers"
3059
  msgstr "Organisateurs"
3060
 
@@ -3089,7 +3089,7 @@ msgstr "Reporter"
3089
  msgid "MEC - Go Pro"
3090
  msgstr "MEC - Rapports"
3091
 
3092
- #: app/features/mec.php:482 app/features/mec.php:1260
3093
  #: app/features/mec/go-pro.php:9
3094
  msgid "Go Pro"
3095
  msgstr ""
@@ -3130,101 +3130,101 @@ msgstr "Options des filtres"
3130
  msgid "Search Form"
3131
  msgstr "Formulaire de Recherche"
3132
 
3133
- #: app/features/mec.php:968
3134
  msgid "Display content's images as Popup"
3135
  msgstr ""
3136
 
3137
- #: app/features/mec.php:982 app/features/popup/shortcode.php:473
3138
  msgid "Single Event Display Method"
3139
  msgstr "Méthode d'affichage"
3140
 
3141
- #: app/features/mec.php:989 app/features/popup/shortcode.php:485
3142
  #, fuzzy
3143
  #| msgid "Modal 1"
3144
  msgid "Modal Popup"
3145
  msgstr "Pop-up"
3146
 
3147
- #: app/features/mec.php:990
3148
  #, fuzzy
3149
  #| msgid "Disabled"
3150
  msgid "Disable Link"
3151
  msgstr "Désactivé"
3152
 
3153
- #: app/features/mec.php:1003
3154
  #, fuzzy
3155
  #| msgid "Booking Options"
3156
  msgid "Booking Button / Icon"
3157
  msgstr "Options de Réservation"
3158
 
3159
- #: app/features/mec.php:1163 app/features/mec.php:1273
3160
  msgid "Total Bookings"
3161
  msgstr "Total de réservation"
3162
 
3163
- #: app/features/mec.php:1182 app/features/mec/dashboard.php:63
3164
  #, fuzzy
3165
  #| msgid "Modern Events Calendar"
3166
  msgid "Modern Events Calendar (Lite)"
3167
  msgstr "Modern Events Calendar"
3168
 
3169
- #: app/features/mec.php:1191 app/features/mec/dashboard.php:297
3170
- #: app/features/mec/settings.php:448
3171
  msgid "Upcoming Events"
3172
  msgstr "Prochains évenements"
3173
 
3174
- #: app/features/mec.php:1246
3175
  #, fuzzy
3176
  #| msgid "Update %s"
3177
  msgid "News & Updates"
3178
  msgstr "Mettre à jour %s"
3179
 
3180
- #: app/features/mec.php:1259
3181
  msgid "Blog"
3182
  msgstr ""
3183
 
3184
- #: app/features/mec.php:1259
3185
  msgid "Help"
3186
  msgstr ""
3187
 
3188
- #: app/features/mec.php:1306
3189
  msgid "This Month"
3190
  msgstr "Ce mois"
3191
 
3192
- #: app/features/mec.php:1313
3193
  msgid "Last Month"
3194
  msgstr "Le mois dernier"
3195
 
3196
- #: app/features/mec.php:1320
3197
  msgid "This Year"
3198
  msgstr "Cette année"
3199
 
3200
- #: app/features/mec.php:1327
3201
  msgid "Last Year"
3202
  msgstr "L'année dernière"
3203
 
3204
- #: app/features/mec.php:1348
3205
  msgid "Bar"
3206
  msgstr "Barre"
3207
 
3208
- #: app/features/mec.php:1349
3209
  msgid "Line"
3210
  msgstr "Ligne"
3211
 
3212
- #: app/features/mec.php:1351
3213
  msgid "Filter"
3214
  msgstr "Filtre"
3215
 
3216
- #: app/features/mec.php:1367
3217
  #, php-format
3218
  msgid "Total Sells (%s)"
3219
  msgstr "Ventes totales (%s)"
3220
 
3221
- #: app/features/mec.php:1395
3222
  #, fuzzy
3223
  #| msgid "Modern Events Calendar"
3224
  msgid "Print Calendar"
3225
  msgstr "Modern Events Calendar"
3226
 
3227
- #: app/features/mec.php:1410
3228
  #, fuzzy
3229
  #| msgid "Multiple Day Events"
3230
  msgid "Display Events"
@@ -3254,21 +3254,21 @@ msgstr ""
3254
  msgid "Search..."
3255
  msgstr "Recherche…"
3256
 
3257
- #: app/features/mec/booking.php:80 app/features/mec/booking.php:753
3258
- #: app/features/mec/booking.php:909 app/features/mec/booking.php:918
3259
- #: app/features/mec/booking.php:928 app/features/mec/booking.php:1010
3260
- #: app/features/mec/booking.php:1024 app/features/mec/messages.php:15
3261
  #: app/features/mec/messages.php:51 app/features/mec/messages.php:60
3262
  #: app/features/mec/messages.php:94 app/features/mec/messages.php:103
3263
  #: app/features/mec/modules.php:25 app/features/mec/modules.php:382
3264
  #: app/features/mec/modules.php:392 app/features/mec/modules.php:434
3265
  #: app/features/mec/modules.php:448 app/features/mec/notifications.php:14
3266
- #: app/features/mec/notifications.php:953
3267
- #: app/features/mec/notifications.php:965
3268
- #: app/features/mec/notifications.php:1065
3269
- #: app/features/mec/notifications.php:1079 app/features/mec/settings.php:42
3270
- #: app/features/mec/settings.php:1220 app/features/mec/settings.php:1230
3271
- #: app/features/mec/settings.php:1288 app/features/mec/settings.php:1302
3272
  #: app/features/mec/single.php:21 app/features/mec/single.php:413
3273
  #: app/features/mec/single.php:423 app/features/mec/single.php:465
3274
  #: app/features/mec/single.php:479 app/features/mec/styles.php:11
@@ -3313,13 +3313,13 @@ msgstr "Nb d'événements maximum"
3313
  msgid "Default is 6"
3314
  msgstr "Par défaut: 6"
3315
 
3316
- #: app/features/mec/booking.php:130 app/features/mec/booking.php:138
3317
  msgid "Lock Pre-filled Fields"
3318
  msgstr ""
3319
 
3320
- #: app/features/mec/booking.php:133 app/features/mec/booking.php:187
3321
- #: app/features/mec/booking.php:254 app/features/mec/booking.php:823
3322
- #: app/features/mec/booking.php:848
3323
  #: app/features/mec/meta_boxes/search_form.php:33
3324
  #: app/features/mec/meta_boxes/search_form.php:40
3325
  #: app/features/mec/meta_boxes/search_form.php:48
@@ -3418,67 +3418,71 @@ msgstr ""
3418
  #: app/features/mec/meta_boxes/search_form.php:805
3419
  #: app/features/mec/meta_boxes/search_form.php:812
3420
  #: app/features/mec/meta_boxes/search_form.php:819
3421
- #: app/features/mec/modules.php:124 app/features/mec/settings.php:104
3422
- #: app/features/mec/settings.php:466
3423
  msgid "Disabled"
3424
  msgstr "Désactivé"
3425
 
3426
- #: app/features/mec/booking.php:134 app/features/mec/booking.php:186
3427
- #: app/features/mec/booking.php:253 app/features/mec/booking.php:822
3428
- #: app/features/mec/booking.php:849 app/features/mec/settings.php:105
3429
  msgid "Enabled"
3430
  msgstr "Activé"
3431
 
3432
- #: app/features/mec/booking.php:139
 
 
 
 
3433
  msgid ""
3434
  "When users are logged in, name and email fields will be pre-filled but users "
3435
  "can change them. If you enable the lock, then logged in users cannot change "
3436
  "the pre-filled fields."
3437
  msgstr ""
3438
 
3439
- #: app/features/mec/booking.php:160 app/features/mec/booking.php:174
3440
  #, fuzzy
3441
  #| msgid "Cancellation Date"
3442
  msgid "Cancellation Period"
3443
  msgstr "Date d’annulation"
3444
 
3445
- #: app/features/mec/booking.php:162
3446
  msgid "e.g 5"
3447
  msgstr ""
3448
 
3449
- #: app/features/mec/booking.php:163
3450
  msgid "Period"
3451
  msgstr ""
3452
 
3453
- #: app/features/mec/booking.php:164
3454
  #, fuzzy
3455
  #| msgid "Hour"
3456
  msgid "Hour(s)"
3457
  msgstr "Heure(s)"
3458
 
3459
- #: app/features/mec/booking.php:165
3460
  msgid "Day(s)"
3461
  msgstr ""
3462
 
3463
- #: app/features/mec/booking.php:167
3464
  #, fuzzy
3465
  #| msgid "Type 1"
3466
  msgid "Type"
3467
  msgstr "Type 1"
3468
 
3469
- #: app/features/mec/booking.php:168
3470
  #, fuzzy
3471
  #| msgid "Before $10"
3472
  msgid "Before"
3473
  msgstr "Avant €10"
3474
 
3475
- #: app/features/mec/booking.php:171
3476
  #, fuzzy
3477
  #| msgid "On Event Start"
3478
  msgid "Event Start"
3479
  msgstr "Au début de l'événement"
3480
 
3481
- #: app/features/mec/booking.php:175
3482
  msgid ""
3483
  "You can restrict the ability to cancel bookings. Leave empty for "
3484
  "cancellation at any time. For example if you insert 5 hours before event "
@@ -3486,63 +3490,63 @@ msgid ""
3486
  "after that they're not able to do that."
3487
  msgstr ""
3488
 
3489
- #: app/features/mec/booking.php:181
3490
  #, fuzzy
3491
  #| msgid "Register Button"
3492
  msgid "User Registration"
3493
  msgstr "Boutons d'inscription"
3494
 
3495
- #: app/features/mec/booking.php:183 app/features/mec/booking.php:191
3496
  #: app/modules/booking/steps/form.php:330
3497
  #, fuzzy
3498
  #| msgid "Register Button"
3499
  msgid "Registration"
3500
  msgstr "Boutons d'inscription"
3501
 
3502
- #: app/features/mec/booking.php:192
3503
  msgid ""
3504
  "If enabled MEC would create a WordPress User for main attendees. It's "
3505
  "recommended to keep it enabled."
3506
  msgstr ""
3507
 
3508
- #: app/features/mec/booking.php:200 app/features/mec/booking.php:210
3509
  #, fuzzy
3510
  #| msgid "Receiver Roles"
3511
  msgid "User Role"
3512
  msgstr "Sélectionner des rôles qui recevront le mail en copie."
3513
 
3514
- #: app/features/mec/booking.php:211
3515
  msgid ""
3516
  "MEC creates a user for main attendee after each booking. Default role of the "
3517
  "user is subscriber but you can change it if needed."
3518
  msgstr ""
3519
 
3520
- #: app/features/mec/booking.php:218 app/features/mec/booking.php:226
3521
  msgid "Username & Password"
3522
  msgstr ""
3523
 
3524
- #: app/features/mec/booking.php:221
3525
  msgid "Auto"
3526
  msgstr ""
3527
 
3528
- #: app/features/mec/booking.php:222
3529
  msgid "Manual"
3530
  msgstr ""
3531
 
3532
- #: app/features/mec/booking.php:227
3533
  msgid ""
3534
  "If you set it to manual option then users can insert a username and password "
3535
  "during the booking for registration otherwise MEC use their email and an "
3536
  "auto generated password."
3537
  msgstr ""
3538
 
3539
- #: app/features/mec/booking.php:235
3540
  #, fuzzy
3541
  #| msgid "Location"
3542
  msgid "Limitation"
3543
  msgstr "Lieu"
3544
 
3545
- #: app/features/mec/booking.php:237
3546
  #: app/features/mec/meta_boxes/display_options.php:140
3547
  #: app/features/mec/meta_boxes/display_options.php:417
3548
  #: app/features/mec/meta_boxes/display_options.php:589
@@ -3554,15 +3558,15 @@ msgstr "Lieu"
3554
  msgid "Limit"
3555
  msgstr "Nombre maximum"
3556
 
3557
- #: app/features/mec/booking.php:239
3558
  msgid "Default is empty"
3559
  msgstr "Par défaut: vide"
3560
 
3561
- #: app/features/mec/booking.php:242
3562
  msgid "Booking Limit"
3563
  msgstr "Limite de réservation"
3564
 
3565
- #: app/features/mec/booking.php:243
3566
  msgid ""
3567
  "Total tickets that a user can book. It is useful if you're providing free "
3568
  "tickets. Leave it empty for unlimited booking."
@@ -3570,26 +3574,26 @@ msgstr ""
3570
  "Nombre de tickets max qu’un utilisateur peut réserver. Utile si vous "
3571
  "fournissez des tickets gratuits. Laisser vide pour illimité."
3572
 
3573
- #: app/features/mec/booking.php:250 app/features/mec/booking.php:258
3574
  #, fuzzy
3575
  #| msgid "Description"
3576
  msgid "IP restriction"
3577
  msgstr "Description"
3578
 
3579
- #: app/features/mec/booking.php:259
3580
  msgid ""
3581
  "If you set limit for total tickets that users can book, MEC will use IP and "
3582
  "email to prevent users to book high tickets. You can disable the IP "
3583
  "restriction if you don't need it."
3584
  msgstr ""
3585
 
3586
- #: app/features/mec/booking.php:265 app/features/mec/booking.php:267
3587
- #: app/features/mec/booking.php:277 app/features/mec/settings.php:656
3588
- #: app/features/mec/settings.php:666
3589
  msgid "Thank You Page"
3590
  msgstr "Page de Remerciement"
3591
 
3592
- #: app/features/mec/booking.php:278
3593
  msgid ""
3594
  "User redirects to this page after booking. Leave it empty if you want to "
3595
  "disable it."
@@ -3597,95 +3601,95 @@ msgstr ""
3597
  "L'Utilisateur est redirigé vers cette page après avoir réservé. Laisser vide "
3598
  "pour désactiver."
3599
 
3600
- #: app/features/mec/booking.php:285 app/features/mec/booking.php:290
3601
- #: app/features/mec/settings.php:676 app/features/mec/settings.php:681
3602
  msgid "Thank You Page Time Interval"
3603
  msgstr "Intervalle de temps de la Page de Remerciement"
3604
 
3605
- #: app/features/mec/booking.php:287 app/features/mec/settings.php:678
3606
  msgid "2000 mean 2 seconds"
3607
  msgstr "2000 signifie 2 secondes"
3608
 
3609
- #: app/features/mec/booking.php:291 app/features/mec/settings.php:682
3610
  msgid ""
3611
  "Waiting time before redirecting to thank you page. It's in miliseconds so "
3612
  "2000 means 2 seconds."
3613
  msgstr ""
3614
 
3615
- #: app/features/mec/booking.php:297
3616
  #, fuzzy
3617
  #| msgid "Book Event"
3618
  msgid "Booking Elements"
3619
  msgstr "Réservez pour cet événement"
3620
 
3621
- #: app/features/mec/booking.php:303
3622
  msgid "Enable Express Attendees Form"
3623
  msgstr "Activer les réservation express"
3624
 
3625
- #: app/features/mec/booking.php:307
3626
  msgid "Attendees Form"
3627
  msgstr "Formulaire de réservation"
3628
 
3629
- #: app/features/mec/booking.php:308
3630
  msgid ""
3631
  "Apply the info from the first attendee to all purchased ticket by that user. "
3632
  "Uncheck if you want every ticket to have its own attendee’s info."
3633
  msgstr ""
3634
 
3635
- #: app/features/mec/booking.php:321
3636
  msgid "Enable Invoice"
3637
  msgstr "Activer les factures"
3638
 
3639
- #: app/features/mec/booking.php:332
3640
  msgid "Enable Booking for Ongoing Events"
3641
  msgstr "Activer le formulaire de réservation pour les prochains événements"
3642
 
3643
- #: app/features/mec/booking.php:343
3644
  msgid "Enable Downloadable File"
3645
  msgstr ""
3646
 
3647
- #: app/features/mec/booking.php:348
3648
  msgid ""
3649
  "By enabling this feature, You can upload a file for each event and bookers "
3650
  "are able to download it after booking."
3651
  msgstr ""
3652
 
3653
- #: app/features/mec/booking.php:355
3654
  msgid "Email verification"
3655
  msgstr "Vérification de l’email"
3656
 
3657
- #: app/features/mec/booking.php:361
3658
  msgid "Auto verification for free bookings"
3659
  msgstr "Vérification automatique pour les réservations gratuites"
3660
 
3661
- #: app/features/mec/booking.php:370
3662
  msgid "Auto verification for paid bookings"
3663
  msgstr "Vérification automatique des réservations payées"
3664
 
3665
- #: app/features/mec/booking.php:374 app/features/mec/notifications.php:269
3666
- #: app/features/notifications.php:155 app/libraries/main.php:597
3667
  msgid "Booking Confirmation"
3668
  msgstr "Confirmation de réservation"
3669
 
3670
- #: app/features/mec/booking.php:380
3671
  msgid "Auto confirmation for free bookings"
3672
  msgstr "Confirmation automatique pour les réservations gratuites"
3673
 
3674
- #: app/features/mec/booking.php:389
3675
  msgid "Auto confirmation for paid bookings"
3676
  msgstr "Confirmation automatique pour les réservations payées"
3677
 
3678
- #: app/features/mec/booking.php:398
3679
  msgid "Send confirmation email in auto confirmation mode"
3680
  msgstr ""
3681
 
3682
- #: app/features/mec/booking.php:411 app/libraries/main.php:566
3683
  #, fuzzy
3684
  #| msgid "Booking Style"
3685
  msgid "Booking Shortcode"
3686
  msgstr "Style de réservation"
3687
 
3688
- #: app/features/mec/booking.php:419
3689
  #, php-format
3690
  msgid ""
3691
  "Booking module is available in the event details page but if you like to "
@@ -3694,7 +3698,7 @@ msgid ""
3694
  "into the page content and place the event id instead of 1."
3695
  msgstr ""
3696
 
3697
- #: app/features/mec/booking.php:420
3698
  #, php-format
3699
  msgid ""
3700
  "Also, you can insert %s if you like to show only one of the available "
@@ -3702,46 +3706,46 @@ msgid ""
3702
  "This parameter is optional."
3703
  msgstr ""
3704
 
3705
- #: app/features/mec/booking.php:435
3706
  msgid "Enable coupons module"
3707
  msgstr "Activer module de coupons"
3708
 
3709
- #: app/features/mec/booking.php:437
3710
  msgid ""
3711
  "After enabling and saving the settings, you should reload the page to see a "
3712
  "new menu on the Dashboard > Booking"
3713
  msgstr ""
3714
 
3715
- #: app/features/mec/booking.php:445 app/features/mec/booking.php:815
3716
- #: app/libraries/main.php:568
3717
  msgid "Taxes / Fees"
3718
  msgstr "Taxes et frais"
3719
 
3720
- #: app/features/mec/booking.php:453
3721
  msgid "Enable taxes / fees module"
3722
  msgstr "Activer le module de taxes / frais"
3723
 
3724
- #: app/features/mec/booking.php:458
3725
  msgid "Add Fee"
3726
  msgstr "Ajouter frais"
3727
 
3728
- #: app/features/mec/booking.php:522 app/libraries/main.php:569
3729
  msgid "Ticket Variations & Options"
3730
  msgstr "Variations de tickets & Options"
3731
 
3732
- #: app/features/mec/booking.php:530
3733
  msgid "Enable ticket options module"
3734
  msgstr "Activer module de d’options de tickets"
3735
 
3736
- #: app/features/mec/booking.php:535
3737
  msgid "Add Variation / Option"
3738
  msgstr "Ajouter une variation / option"
3739
 
3740
- #: app/features/mec/booking.php:805
3741
  msgid "Use WooCommerce as Payment System"
3742
  msgstr ""
3743
 
3744
- #: app/features/mec/booking.php:807
3745
  msgid ""
3746
  "By enabling this feature, tickets will be added to WooCommerce cart and all "
3747
  "payment process would be done by WooCommerce so all of MEC payment related "
@@ -3749,116 +3753,116 @@ msgid ""
3749
  "fields etc, you need to configure WooCommerce on your website."
3750
  msgstr ""
3751
 
3752
- #: app/features/mec/booking.php:809
3753
  msgid ""
3754
  "You cannot use following MEC features so you should use WooCommerc and its "
3755
  "addons if you need them."
3756
  msgstr ""
3757
 
3758
- #: app/features/mec/booking.php:811
3759
  #, fuzzy
3760
  #| msgid "Payment Gateways"
3761
  msgid "Payment gateways"
3762
  msgstr "Passerelle de paiement"
3763
 
3764
- #: app/features/mec/booking.php:812
3765
  #, fuzzy
3766
  #| msgid "Price per Date"
3767
  msgid "Price per dates of tickets"
3768
  msgstr "Prix par date"
3769
 
3770
- #: app/features/mec/booking.php:814
3771
  #, fuzzy
3772
  #| msgid "Ticket Variation"
3773
  msgid "Ticket variations"
3774
  msgstr "Vérification de ticket"
3775
 
3776
- #: app/features/mec/booking.php:819
3777
  #, fuzzy
3778
  #| msgid "Automatically complete WC orders"
3779
  msgid "Automatically complete WooCommerce orders"
3780
  msgstr "Compléter automatiquement les commandes WooCommerce"
3781
 
3782
- #: app/features/mec/booking.php:827
3783
  #, fuzzy
3784
  #| msgid "Automatically complete WC orders"
3785
  msgid "Auto WooCommerce orders"
3786
  msgstr "Compléter automatiquement les commandes WooCommerce"
3787
 
3788
- #: app/features/mec/booking.php:828
3789
  msgid "It applies only to the orders that are related to MEC."
3790
  msgstr "Cela s'applique uniquement aux commandes liées a l'extension M.E.C."
3791
 
3792
- #: app/features/mec/booking.php:836
3793
  msgid "After Add to Cart"
3794
  msgstr ""
3795
 
3796
- #: app/features/mec/booking.php:839
3797
  #, fuzzy
3798
  #| msgid "Redirection Page"
3799
  msgid "Redirect to Cart"
3800
  msgstr "Redirection"
3801
 
3802
- #: app/features/mec/booking.php:840
3803
  #, fuzzy
3804
  #| msgid "Redirection Page"
3805
  msgid "Redirect to Checkout"
3806
  msgstr "Redirection"
3807
 
3808
- #: app/features/mec/booking.php:845
3809
  #, fuzzy
3810
  #| msgid "Booking Form"
3811
  msgid "MEC Booking Form"
3812
  msgstr "Formulaire de réservation"
3813
 
3814
- #: app/features/mec/booking.php:854
3815
  msgid ""
3816
  "If enabled then users should fill the booking form in MEC and then they will "
3817
  "be redirected to checkout."
3818
  msgstr ""
3819
 
3820
- #: app/features/mec/booking.php:880
3821
  msgid "Enable Organizer Payment Module"
3822
  msgstr "Activer module de coupons"
3823
 
3824
- #: app/features/mec/booking.php:885
3825
  msgid ""
3826
  "By enabling this module, organizers are able to insert their own payment "
3827
  "credentials for enabled gateways per event and receive the payments directly!"
3828
  msgstr ""
3829
 
3830
- #: app/features/mec/booking.php:895
3831
  msgid "Disable / Enable payment gateways per event"
3832
  msgstr ""
3833
 
3834
- #: app/features/mec/booking.php:899
3835
  #, fuzzy
3836
  #| msgid "Payment Gateways"
3837
  msgid "Payment Gateways Per Event"
3838
  msgstr "Passerelle de paiement"
3839
 
3840
- #: app/features/mec/booking.php:900
3841
  msgid ""
3842
  "By enabling this module, users are able to disable / enable payment gateways "
3843
  "per event"
3844
  msgstr ""
3845
 
3846
- #: app/features/mec/booking.php:988 app/features/mec/messages.php:78
3847
- #: app/features/mec/modules.php:412 app/features/mec/notifications.php:1043
3848
- #: app/features/mec/settings.php:1266 app/features/mec/single.php:443
3849
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3850
  msgid "Saved"
3851
  msgstr "Sauvegardé"
3852
 
3853
- #: app/features/mec/booking.php:989 app/features/mec/messages.php:79
3854
- #: app/features/mec/modules.php:413 app/features/mec/notifications.php:1044
3855
- #: app/features/mec/settings.php:1267 app/features/mec/single.php:444
3856
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3857
  msgid "Settings Saved!"
3858
  msgstr ""
3859
 
3860
- #: app/features/mec/booking.php:1015 app/features/mec/modules.php:439
3861
- #: app/features/mec/notifications.php:1070 app/features/mec/settings.php:1293
3862
  #: app/features/mec/single.php:470
3863
  msgid "Please Refresh Page"
3864
  msgstr "Merci de Rafraichir la Page"
@@ -3992,7 +3996,7 @@ msgid "Download Settings"
3992
  msgstr "Paramètres"
3993
 
3994
  #: app/features/mec/messages.php:28 app/features/mec/support-page.php:102
3995
- #: app/features/mec/support.php:66 app/libraries/main.php:816
3996
  msgid "Messages"
3997
  msgstr "Messages"
3998
 
@@ -4024,9 +4028,9 @@ msgstr "Apparence"
4024
  #: app/features/mec/meta_boxes/display_options.php:947
4025
  #: app/features/mec/meta_boxes/display_options.php:1272
4026
  #: app/features/mec/meta_boxes/display_options.php:1559
4027
- #: app/features/mec/settings.php:309 app/features/mec/settings.php:333
4028
- #: app/features/mec/settings.php:342 app/features/mec/settings.php:386
4029
- #: app/features/mec/settings.php:410 app/features/mec/settings.php:419
4030
  #: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
4031
  #: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
4032
  #: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
@@ -4037,8 +4041,8 @@ msgstr "Classique"
4037
 
4038
  #: app/features/mec/meta_boxes/display_options.php:44
4039
  #: app/features/mec/meta_boxes/display_options.php:286
4040
- #: app/features/mec/settings.php:334 app/features/mec/settings.php:344
4041
- #: app/features/mec/settings.php:411 app/features/mec/settings.php:421
4042
  #: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
4043
  msgid "Minimal"
4044
  msgstr "Minimal"
@@ -4049,10 +4053,10 @@ msgstr "Minimal"
4049
  #: app/features/mec/meta_boxes/display_options.php:949
4050
  #: app/features/mec/meta_boxes/display_options.php:1270
4051
  #: app/features/mec/meta_boxes/display_options.php:1561
4052
- #: app/features/mec/settings.php:311 app/features/mec/settings.php:324
4053
- #: app/features/mec/settings.php:335 app/features/mec/settings.php:345
4054
- #: app/features/mec/settings.php:388 app/features/mec/settings.php:401
4055
- #: app/features/mec/settings.php:412 app/features/mec/settings.php:422
4056
  #: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
4057
  #: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
4058
  #: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
@@ -4060,13 +4064,13 @@ msgid "Modern"
4060
  msgstr "Moderne"
4061
 
4062
  #: app/features/mec/meta_boxes/display_options.php:46
4063
- #: app/features/mec/settings.php:336 app/features/mec/settings.php:413
4064
  #: app/features/popup/shortcode.php:83
4065
  msgid "Standard"
4066
  msgstr "Standard"
4067
 
4068
  #: app/features/mec/meta_boxes/display_options.php:47
4069
- #: app/features/mec/settings.php:337 app/features/mec/settings.php:414
4070
  #: app/features/popup/shortcode.php:88
4071
  msgid "Accordion"
4072
  msgstr "Accordéon"
@@ -4470,9 +4474,9 @@ msgstr "Afficher le séparateur de mois"
4470
  #: app/features/mec/meta_boxes/display_options.php:948
4471
  #: app/features/mec/meta_boxes/display_options.php:1271
4472
  #: app/features/mec/meta_boxes/display_options.php:1560
4473
- #: app/features/mec/settings.php:310 app/features/mec/settings.php:325
4474
- #: app/features/mec/settings.php:343 app/features/mec/settings.php:387
4475
- #: app/features/mec/settings.php:402 app/features/mec/settings.php:420
4476
  #: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
4477
  #: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
4478
  #: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
@@ -4482,8 +4486,8 @@ msgstr "Propre"
4482
  #: app/features/mec/meta_boxes/display_options.php:288
4483
  #: app/features/mec/meta_boxes/display_options.php:687
4484
  #: app/features/mec/meta_boxes/display_options.php:951
4485
- #: app/features/mec/settings.php:313 app/features/mec/settings.php:346
4486
- #: app/features/mec/settings.php:390 app/features/mec/settings.php:423
4487
  #: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
4488
  #: app/features/popup/shortcode.php:219
4489
  msgid "Simple"
@@ -4497,8 +4501,8 @@ msgstr "Coloré"
4497
  #: app/features/mec/meta_boxes/display_options.php:290
4498
  #: app/features/mec/meta_boxes/display_options.php:686
4499
  #: app/features/mec/meta_boxes/display_options.php:950
4500
- #: app/features/mec/settings.php:312 app/features/mec/settings.php:348
4501
- #: app/features/mec/settings.php:389 app/features/mec/settings.php:425
4502
  #: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
4503
  #: app/features/popup/shortcode.php:214
4504
  msgid "Novel"
@@ -4550,28 +4554,28 @@ msgstr "Vue par Défaut"
4550
 
4551
  #: app/features/mec/meta_boxes/display_options.php:673
4552
  #: app/features/mec/meta_boxes/display_options.php:697
4553
- #: app/libraries/main.php:335 app/libraries/main.php:2056
4554
- #: app/libraries/main.php:2081
4555
  msgid "List View"
4556
  msgstr "Vue liste"
4557
 
4558
  #: app/features/mec/meta_boxes/display_options.php:674
4559
  #: app/features/mec/meta_boxes/display_options.php:718
4560
- #: app/libraries/main.php:336 app/libraries/main.php:2057
4561
- #: app/libraries/main.php:2082
4562
  msgid "Grid View"
4563
  msgstr "Vue en grille"
4564
 
4565
  #: app/features/mec/meta_boxes/display_options.php:675
4566
  #: app/features/mec/meta_boxes/display_options.php:728
4567
- #: app/libraries/main.php:352
4568
  msgid "Tile View"
4569
  msgstr "Vue en tuile"
4570
 
4571
  #: app/features/mec/meta_boxes/display_options.php:676
4572
  #: app/features/mec/meta_boxes/display_options.php:739
4573
- #: app/libraries/main.php:339 app/libraries/main.php:2050
4574
- #: app/libraries/main.php:2075
4575
  msgid "Yearly View"
4576
  msgstr ""
4577
 
@@ -4582,15 +4586,15 @@ msgstr "Vue Calendrier / Mensuelle"
4582
 
4583
  #: app/features/mec/meta_boxes/display_options.php:678
4584
  #: app/features/mec/meta_boxes/display_options.php:788
4585
- #: app/libraries/main.php:342 app/libraries/main.php:2052
4586
- #: app/libraries/main.php:2077
4587
  msgid "Weekly View"
4588
  msgstr "Vue Hebdomadaire"
4589
 
4590
  #: app/features/mec/meta_boxes/display_options.php:679
4591
  #: app/features/mec/meta_boxes/display_options.php:798
4592
- #: app/libraries/main.php:341 app/libraries/main.php:2053
4593
- #: app/libraries/main.php:2078
4594
  msgid "Daily View"
4595
  msgstr "Vue Quotidienne"
4596
 
@@ -5022,7 +5026,7 @@ msgstr "Insérez les étiquettes souhaitées séparés par des virgules."
5022
  msgid "Choose your desired authors for filtering the events."
5023
  msgstr "Choisissez les auteurs souhaités pour filtrer les événements."
5024
 
5025
- #: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:449
5026
  msgid "Expired Events"
5027
  msgstr "Evénements éxpirés"
5028
 
@@ -5098,11 +5102,11 @@ msgstr "Afficher le champ de recherche"
5098
  #: app/features/mec/meta_boxes/search_form.php:606
5099
  #: app/features/mec/meta_boxes/search_form.php:676
5100
  #: app/features/mec/meta_boxes/search_form.php:782
5101
- #: app/features/mec/settings.php:972 app/features/mec/single.php:344
5102
  #: app/features/mec/single.php:386 app/features/search.php:86
5103
  #: app/features/speakers.php:60 app/features/speakers.php:283
5104
- #: app/libraries/main.php:6217 app/libraries/main.php:6271
5105
- #: app/libraries/skins.php:1010 app/modules/speakers/details.php:18
5106
  msgid "Speaker"
5107
  msgstr ""
5108
 
@@ -5117,9 +5121,9 @@ msgstr ""
5117
  #: app/features/mec/meta_boxes/search_form.php:613
5118
  #: app/features/mec/meta_boxes/search_form.php:683
5119
  #: app/features/mec/meta_boxes/search_form.php:789
5120
- #: app/features/mec/settings.php:979 app/features/mec/single.php:353
5121
  #: app/features/mec/single.php:395 app/features/search.php:92
5122
- #: app/libraries/skins.php:1036
5123
  msgid "Tag"
5124
  msgstr "Étiquettes"
5125
 
@@ -5209,7 +5213,7 @@ msgid ""
5209
  "new menu on the Dashboard > MEC"
5210
  msgstr ""
5211
 
5212
- #: app/features/mec/modules.php:66 app/libraries/main.php:576
5213
  #, fuzzy
5214
  #| msgid "Google Maps Options"
5215
  msgid "Map Options"
@@ -5233,8 +5237,8 @@ msgstr "Google Maps API"
5233
  msgid "Google Map Options"
5234
  msgstr "Option du plugin Google Maps"
5235
 
5236
- #: app/features/mec/modules.php:85 app/features/mec/settings.php:1015
5237
- #: app/features/mec/settings.php:1028
5238
  msgid "Required!"
5239
  msgstr "Requis !"
5240
 
@@ -5298,7 +5302,7 @@ msgid "Check only if another plugin/theme is loading the Google Maps API"
5298
  msgstr ""
5299
  "Cochez-le uniquement si un autre plug-in / thème charge l'API Google Maps"
5300
 
5301
- #: app/features/mec/modules.php:167 app/libraries/main.php:577
5302
  msgid "Export Options"
5303
  msgstr "Exporter les options"
5304
 
@@ -5313,7 +5317,7 @@ msgstr ""
5313
  msgid "Google Calendar"
5314
  msgstr "Google Calendar"
5315
 
5316
- #: app/features/mec/modules.php:194 app/libraries/main.php:578
5317
  #: app/modules/local-time/details.php:45 app/modules/local-time/type1.php:42
5318
  #: app/widgets/single.php:99
5319
  msgid "Local Time"
@@ -5324,7 +5328,7 @@ msgid "Show event time based on local time of visitor on event page"
5324
  msgstr ""
5325
  "Afficher l'heure des événement en fonction de l'heure locale des visiteurs"
5326
 
5327
- #: app/features/mec/modules.php:208 app/libraries/main.php:579
5328
  #: app/modules/qrcode/details.php:38 app/widgets/single.php:155
5329
  msgid "QR Code"
5330
  msgstr ""
@@ -5333,7 +5337,7 @@ msgstr ""
5333
  msgid "Show QR code of event in details page and booking invoice"
5334
  msgstr ""
5335
 
5336
- #: app/features/mec/modules.php:226 app/libraries/main.php:580
5337
  #: app/modules/weather/darksky.php:15 app/modules/weather/weatherapi.php:16
5338
  msgid "Weather"
5339
  msgstr ""
@@ -5371,7 +5375,7 @@ msgstr ""
5371
  msgid "Show social network module"
5372
  msgstr "Afficher le Module de Réseau Social"
5373
 
5374
- #: app/features/mec/modules.php:299 app/libraries/main.php:582
5375
  #: app/modules/next-event/details.php:127
5376
  msgid "Next Event"
5377
  msgstr "Prochain Événement"
@@ -5420,7 +5424,7 @@ msgstr "Ajouter les activités de réservation sur les profiles"
5420
  msgid "Add events menu to user profile"
5421
  msgstr "Ajouter les activités de réservation sur les profiles"
5422
 
5423
- #: app/features/mec/modules.php:369 app/libraries/main.php:584
5424
  #, fuzzy
5425
  #| msgid "Mailchimp Integration"
5426
  msgid "LearnDash Integration"
@@ -5449,585 +5453,595 @@ msgid "Sent to attendee after booking to notify them."
5449
  msgstr ""
5450
  "Elle est envoyée aux participants après leur réservation pour les avertir."
5451
 
5452
- #: app/features/mec/notifications.php:46 app/features/mec/notifications.php:161
5453
- #: app/features/mec/notifications.php:280
5454
- #: app/features/mec/notifications.php:405
5455
- #: app/features/mec/notifications.php:526
5456
- #: app/features/mec/notifications.php:649
5457
- #: app/features/mec/notifications.php:784
5458
- #: app/features/mec/notifications.php:868 app/features/mec/report.php:62
5459
  #: app/features/notifications.php:72
5460
  msgid "Email Subject"
5461
  msgstr "Sujet"
5462
 
5463
  #: app/features/mec/notifications.php:52 app/features/mec/notifications.php:59
5464
- #: app/features/mec/notifications.php:167
5465
- #: app/features/mec/notifications.php:174
5466
- #: app/features/mec/notifications.php:286
5467
- #: app/features/mec/notifications.php:293
5468
- #: app/features/mec/notifications.php:411
5469
- #: app/features/mec/notifications.php:418
5470
- #: app/features/mec/notifications.php:532
5471
- #: app/features/mec/notifications.php:539
5472
- #: app/features/mec/notifications.php:655
5473
- #: app/features/mec/notifications.php:662
5474
- #: app/features/mec/notifications.php:790
5475
- #: app/features/mec/notifications.php:797
5476
- #: app/features/mec/notifications.php:874
5477
- #: app/features/mec/notifications.php:881
5478
  msgid "Receiver Users"
5479
  msgstr "Utilisateurs en copie"
5480
 
5481
- #: app/features/mec/notifications.php:60 app/features/mec/notifications.php:175
5482
- #: app/features/mec/notifications.php:294
5483
- #: app/features/mec/notifications.php:419
5484
- #: app/features/mec/notifications.php:540
5485
- #: app/features/mec/notifications.php:663
5486
- #: app/features/mec/notifications.php:798
5487
- #: app/features/mec/notifications.php:882
5488
  #, fuzzy
5489
  #| msgid "Select your desired users to send a copy of email to them!"
5490
  msgid "Select users to send a copy of email to them!"
5491
  msgstr "Sélectionner des utilisateurs qui recevront le mail en copie."
5492
 
5493
  #: app/features/mec/notifications.php:69 app/features/mec/notifications.php:76
5494
- #: app/features/mec/notifications.php:184
5495
- #: app/features/mec/notifications.php:191
5496
- #: app/features/mec/notifications.php:303
5497
- #: app/features/mec/notifications.php:310
5498
- #: app/features/mec/notifications.php:428
5499
- #: app/features/mec/notifications.php:435
5500
- #: app/features/mec/notifications.php:549
5501
- #: app/features/mec/notifications.php:556
5502
- #: app/features/mec/notifications.php:672
5503
- #: app/features/mec/notifications.php:679
5504
- #: app/features/mec/notifications.php:807
5505
- #: app/features/mec/notifications.php:814
5506
- #: app/features/mec/notifications.php:891
5507
- #: app/features/mec/notifications.php:898
5508
  msgid "Receiver Roles"
5509
  msgstr "Sélectionner des rôles qui recevront le mail en copie."
5510
 
5511
- #: app/features/mec/notifications.php:77 app/features/mec/notifications.php:192
5512
- #: app/features/mec/notifications.php:311
5513
- #: app/features/mec/notifications.php:436
5514
- #: app/features/mec/notifications.php:557
5515
- #: app/features/mec/notifications.php:680
5516
- #: app/features/mec/notifications.php:815
5517
- #: app/features/mec/notifications.php:899
5518
  msgid "Select users a specific role."
5519
  msgstr ""
5520
 
5521
  #: app/features/mec/notifications.php:85 app/features/mec/notifications.php:89
5522
- #: app/features/mec/notifications.php:200
5523
- #: app/features/mec/notifications.php:204
5524
- #: app/features/mec/notifications.php:319
5525
- #: app/features/mec/notifications.php:323
5526
- #: app/features/mec/notifications.php:444
5527
- #: app/features/mec/notifications.php:448
5528
- #: app/features/mec/notifications.php:565
5529
- #: app/features/mec/notifications.php:569
5530
- #: app/features/mec/notifications.php:688
5531
  #: app/features/mec/notifications.php:692
5532
- #: app/features/mec/notifications.php:823
5533
  #: app/features/mec/notifications.php:827
5534
- #: app/features/mec/notifications.php:907
5535
- #: app/features/mec/notifications.php:911
 
5536
  msgid "Custom Recipients"
5537
  msgstr "Destinataires personnalisés"
5538
 
5539
- #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:205
5540
- #: app/features/mec/notifications.php:324
5541
- #: app/features/mec/notifications.php:449
5542
- #: app/features/mec/notifications.php:570
5543
- #: app/features/mec/notifications.php:693
5544
- #: app/features/mec/notifications.php:828
5545
- #: app/features/mec/notifications.php:912
5546
  msgid "Insert comma separated emails for multiple recipients."
5547
  msgstr ""
5548
  "Insérez une virgule entre chaque emails pour séparés plusieurs destinataires."
5549
 
5550
- #: app/features/mec/notifications.php:97 app/features/mec/notifications.php:460
5551
- #: app/features/mec/notifications.php:581
5552
  msgid "Send the email to event organizer"
5553
  msgstr "Envoyer l'email à l'organisateur de l'événement"
5554
 
5555
  #: app/features/mec/notifications.php:100
5556
- #: app/features/mec/notifications.php:211
5557
- #: app/features/mec/notifications.php:334
5558
- #: app/features/mec/notifications.php:467
5559
- #: app/features/mec/notifications.php:584
5560
- #: app/features/mec/notifications.php:710
5561
- #: app/features/mec/notifications.php:834
5562
- #: app/features/mec/notifications.php:918 app/features/notifications.php:80
5563
  msgid "Email Content"
5564
  msgstr "Contenu de l'email"
5565
 
5566
  #: app/features/mec/notifications.php:103
5567
- #: app/features/mec/notifications.php:214
5568
- #: app/features/mec/notifications.php:337
5569
- #: app/features/mec/notifications.php:470
5570
- #: app/features/mec/notifications.php:587
5571
- #: app/features/mec/notifications.php:713
5572
- #: app/features/mec/notifications.php:837
5573
- #: app/features/mec/notifications.php:921 app/features/mec/report.php:66
5574
  #, fuzzy
5575
  #| msgid "You can use following placeholders"
5576
  msgid "You can use the following placeholders"
5577
  msgstr "Vous pouvez utiliser les variables suivantes"
5578
 
5579
  #: app/features/mec/notifications.php:105
5580
- #: app/features/mec/notifications.php:216
5581
- #: app/features/mec/notifications.php:339
5582
- #: app/features/mec/notifications.php:472
5583
- #: app/features/mec/notifications.php:589
5584
- #: app/features/mec/notifications.php:715 app/features/notifications.php:91
5585
  msgid "First name of attendee"
5586
  msgstr "Prénom du participant"
5587
 
5588
  #: app/features/mec/notifications.php:106
5589
- #: app/features/mec/notifications.php:217
5590
- #: app/features/mec/notifications.php:340
5591
- #: app/features/mec/notifications.php:473
5592
- #: app/features/mec/notifications.php:590
5593
- #: app/features/mec/notifications.php:716 app/features/notifications.php:92
5594
  msgid "Last name of attendee"
5595
  msgstr "Nom du participant"
5596
 
5597
  #: app/features/mec/notifications.php:107
5598
- #: app/features/mec/notifications.php:218
5599
- #: app/features/mec/notifications.php:341
5600
- #: app/features/mec/notifications.php:474
5601
- #: app/features/mec/notifications.php:591
5602
- #: app/features/mec/notifications.php:717 app/features/notifications.php:93
5603
  msgid "Email of attendee"
5604
  msgstr "Email du participant"
5605
 
5606
  #: app/features/mec/notifications.php:108
5607
- #: app/features/mec/notifications.php:219
5608
- #: app/features/mec/notifications.php:342
5609
- #: app/features/mec/notifications.php:475
5610
- #: app/features/mec/notifications.php:592
5611
- #: app/features/mec/notifications.php:718 app/features/notifications.php:94
5612
  msgid "Booked date of event"
5613
  msgstr "Date de réservation"
5614
 
5615
  #: app/features/mec/notifications.php:109
5616
- #: app/features/mec/notifications.php:220
5617
- #: app/features/mec/notifications.php:343
5618
- #: app/features/mec/notifications.php:476
5619
- #: app/features/mec/notifications.php:593
5620
- #: app/features/mec/notifications.php:719 app/features/notifications.php:95
5621
  msgid "Booked time of event"
5622
  msgstr "Heure de réservation"
5623
 
5624
  #: app/features/mec/notifications.php:110
5625
- #: app/features/mec/notifications.php:221
5626
- #: app/features/mec/notifications.php:344
5627
- #: app/features/mec/notifications.php:477
5628
- #: app/features/mec/notifications.php:594
5629
- #: app/features/mec/notifications.php:720 app/features/notifications.php:96
5630
  #, fuzzy
5631
  #| msgid "Booked date of event"
5632
  msgid "Booked date and time of event"
5633
  msgstr "Date de réservation"
5634
 
5635
  #: app/features/mec/notifications.php:111
5636
- #: app/features/mec/notifications.php:222
5637
- #: app/features/mec/notifications.php:345
5638
- #: app/features/mec/notifications.php:478
5639
- #: app/features/mec/notifications.php:595
5640
- #: app/features/mec/notifications.php:721 app/features/notifications.php:97
5641
  msgid "Date of next 20 occurrences of booked event (including the booked date)"
5642
  msgstr ""
5643
 
5644
  #: app/features/mec/notifications.php:112
5645
- #: app/features/mec/notifications.php:223
5646
- #: app/features/mec/notifications.php:346
5647
- #: app/features/mec/notifications.php:479
5648
- #: app/features/mec/notifications.php:596
5649
- #: app/features/mec/notifications.php:722 app/features/notifications.php:98
5650
  msgid ""
5651
  "Date and Time of next 20 occurrences of booked event (including the booked "
5652
  "date)"
5653
  msgstr ""
5654
 
5655
  #: app/features/mec/notifications.php:113
5656
- #: app/features/mec/notifications.php:224
5657
- #: app/features/mec/notifications.php:347
5658
- #: app/features/mec/notifications.php:480
5659
- #: app/features/mec/notifications.php:597
5660
- #: app/features/mec/notifications.php:723 app/features/notifications.php:99
5661
  msgid "Booking Price"
5662
  msgstr "Prix de la réservation"
5663
 
5664
  #: app/features/mec/notifications.php:114
5665
- #: app/features/mec/notifications.php:225
5666
- #: app/features/mec/notifications.php:349
5667
- #: app/features/mec/notifications.php:481
5668
- #: app/features/mec/notifications.php:598
5669
- #: app/features/mec/notifications.php:724 app/features/notifications.php:101
5670
  #, fuzzy
5671
  #| msgid "Date and Time"
5672
  msgid "Date and time of booking"
5673
  msgstr "Date et heure"
5674
 
5675
  #: app/features/mec/notifications.php:115
5676
- #: app/features/mec/notifications.php:226
5677
- #: app/features/mec/notifications.php:350
5678
- #: app/features/mec/notifications.php:482
5679
- #: app/features/mec/notifications.php:599
5680
- #: app/features/mec/notifications.php:725
5681
- #: app/features/mec/notifications.php:845
5682
- #: app/features/mec/notifications.php:929 app/features/notifications.php:102
5683
  msgid "Your website title"
5684
  msgstr "Titre de votre site"
5685
 
5686
  #: app/features/mec/notifications.php:116
5687
- #: app/features/mec/notifications.php:227
5688
- #: app/features/mec/notifications.php:351
5689
- #: app/features/mec/notifications.php:483
5690
- #: app/features/mec/notifications.php:600
5691
- #: app/features/mec/notifications.php:726
5692
- #: app/features/mec/notifications.php:846
5693
- #: app/features/mec/notifications.php:930 app/features/notifications.php:103
5694
  msgid "Your website URL"
5695
  msgstr "URL de votre site"
5696
 
5697
  #: app/features/mec/notifications.php:117
5698
- #: app/features/mec/notifications.php:228
5699
- #: app/features/mec/notifications.php:352
5700
- #: app/features/mec/notifications.php:484
5701
- #: app/features/mec/notifications.php:601
5702
- #: app/features/mec/notifications.php:727
5703
- #: app/features/mec/notifications.php:847
5704
- #: app/features/mec/notifications.php:931 app/features/notifications.php:104
5705
  msgid "Your website description"
5706
  msgstr "Description de votre site"
5707
 
5708
  #: app/features/mec/notifications.php:118
5709
- #: app/features/mec/notifications.php:229
5710
- #: app/features/mec/notifications.php:353
5711
- #: app/features/mec/notifications.php:485
5712
- #: app/features/mec/notifications.php:602
5713
- #: app/features/mec/notifications.php:728 app/features/notifications.php:105
5714
  msgid "Event title"
5715
  msgstr "Nom de l'événement"
5716
 
5717
  #: app/features/mec/notifications.php:119
5718
- #: app/features/mec/notifications.php:230
5719
- #: app/features/mec/notifications.php:354
5720
- #: app/features/mec/notifications.php:486
5721
- #: app/features/mec/notifications.php:603
5722
- #: app/features/mec/notifications.php:729 app/features/notifications.php:106
5723
  msgid "Event link"
5724
  msgstr "Lien de l'événement"
5725
 
5726
  #: app/features/mec/notifications.php:120
5727
- #: app/features/mec/notifications.php:231
5728
- #: app/features/mec/notifications.php:355
5729
- #: app/features/mec/notifications.php:841
5730
- #: app/features/mec/notifications.php:925 app/features/notifications.php:135
5731
  msgid "Event Start Date"
5732
  msgstr "Date de début"
5733
 
5734
  #: app/features/mec/notifications.php:121
5735
- #: app/features/mec/notifications.php:232
5736
- #: app/features/mec/notifications.php:356
5737
- #: app/features/mec/notifications.php:842
5738
- #: app/features/mec/notifications.php:926 app/features/notifications.php:136
5739
  msgid "Event End Date"
5740
  msgstr "Date de fin"
5741
 
5742
  #: app/features/mec/notifications.php:122
5743
- #: app/features/mec/notifications.php:233
5744
- #: app/features/mec/notifications.php:357
5745
- #: app/features/mec/notifications.php:487
5746
- #: app/features/mec/notifications.php:604
5747
- #: app/features/mec/notifications.php:730 app/features/notifications.php:107
 
 
 
 
 
 
 
 
 
 
5748
  msgid "Speaker name of booked event"
5749
  msgstr "Orateur de l'événement réservé"
5750
 
5751
- #: app/features/mec/notifications.php:123
5752
- #: app/features/mec/notifications.php:234
5753
- #: app/features/mec/notifications.php:358
5754
- #: app/features/mec/notifications.php:488
5755
- #: app/features/mec/notifications.php:605
5756
- #: app/features/mec/notifications.php:731 app/features/notifications.php:108
5757
  msgid "Organizer name of booked event"
5758
  msgstr "Organisateur de l'événement réservé"
5759
 
5760
- #: app/features/mec/notifications.php:124
5761
- #: app/features/mec/notifications.php:235
5762
- #: app/features/mec/notifications.php:359
5763
- #: app/features/mec/notifications.php:489
5764
- #: app/features/mec/notifications.php:606
5765
- #: app/features/mec/notifications.php:732 app/features/notifications.php:109
5766
- msgid "Organizer tel of booked event"
5767
- msgstr "Tel de l'organisateur de l'événement réservé"
5768
-
5769
  #: app/features/mec/notifications.php:125
5770
- #: app/features/mec/notifications.php:236
5771
- #: app/features/mec/notifications.php:360
5772
- #: app/features/mec/notifications.php:490
5773
- #: app/features/mec/notifications.php:607
5774
- #: app/features/mec/notifications.php:733 app/features/notifications.php:110
 
 
 
 
 
 
 
 
 
5775
  msgid "Organizer email of booked event"
5776
  msgstr "Email de l'organisateur de l'événement réservé"
5777
 
5778
- #: app/features/mec/notifications.php:126
5779
- #: app/features/mec/notifications.php:237
5780
- #: app/features/mec/notifications.php:361
5781
- #: app/features/mec/notifications.php:491
5782
- #: app/features/mec/notifications.php:608
5783
- #: app/features/mec/notifications.php:734 app/features/notifications.php:111
5784
  #, fuzzy
5785
  #| msgid "Location name of booked event"
5786
  msgid "Additional organizers name of booked event"
5787
  msgstr "Nom du lieu de l'événement réservé"
5788
 
5789
- #: app/features/mec/notifications.php:127
5790
- #: app/features/mec/notifications.php:238
5791
- #: app/features/mec/notifications.php:362
5792
- #: app/features/mec/notifications.php:492
5793
- #: app/features/mec/notifications.php:609
5794
- #: app/features/mec/notifications.php:735 app/features/notifications.php:112
5795
  #, fuzzy
5796
  #| msgid "Location name of booked event"
5797
  msgid "Additional organizers tel of booked event"
5798
  msgstr "Nom du lieu de l'événement réservé"
5799
 
5800
- #: app/features/mec/notifications.php:128
5801
- #: app/features/mec/notifications.php:239
5802
- #: app/features/mec/notifications.php:363
5803
- #: app/features/mec/notifications.php:493
5804
- #: app/features/mec/notifications.php:610
5805
- #: app/features/mec/notifications.php:736 app/features/notifications.php:113
5806
  #, fuzzy
5807
  #| msgid "Organizer email of booked event"
5808
  msgid "Additional organizers email of booked event"
5809
  msgstr "Email de l'organisateur de l'événement réservé"
5810
 
5811
- #: app/features/mec/notifications.php:129
5812
- #: app/features/mec/notifications.php:240
5813
- #: app/features/mec/notifications.php:364
5814
- #: app/features/mec/notifications.php:494
5815
- #: app/features/mec/notifications.php:611
5816
- #: app/features/mec/notifications.php:737 app/features/notifications.php:114
5817
  msgid "Location name of booked event"
5818
  msgstr "Nom du lieu de l'événement réservé"
5819
 
5820
- #: app/features/mec/notifications.php:130
5821
- #: app/features/mec/notifications.php:241
5822
- #: app/features/mec/notifications.php:365
5823
- #: app/features/mec/notifications.php:495
5824
- #: app/features/mec/notifications.php:612
5825
- #: app/features/mec/notifications.php:738 app/features/notifications.php:115
5826
  msgid "Location address of booked event"
5827
  msgstr "Adresse lieu de l'événement réservé"
5828
 
5829
- #: app/features/mec/notifications.php:131
5830
- #: app/features/mec/notifications.php:242
5831
- #: app/features/mec/notifications.php:366
5832
- #: app/features/mec/notifications.php:496
5833
- #: app/features/mec/notifications.php:613
5834
- #: app/features/mec/notifications.php:739 app/features/notifications.php:116
5835
  #, fuzzy
5836
  #| msgid "Location name of booked event"
5837
  msgid "Additional locations name of booked event"
5838
  msgstr "Nom du lieu de l'événement réservé"
5839
 
5840
- #: app/features/mec/notifications.php:132
5841
- #: app/features/mec/notifications.php:243
5842
- #: app/features/mec/notifications.php:367
5843
- #: app/features/mec/notifications.php:497
5844
- #: app/features/mec/notifications.php:614
5845
- #: app/features/mec/notifications.php:740 app/features/notifications.php:117
5846
  #, fuzzy
5847
  #| msgid "Location address of booked event"
5848
  msgid "Additional locations address of booked event"
5849
  msgstr "Adresse lieu de l'événement réservé"
5850
 
5851
- #: app/features/mec/notifications.php:133
5852
- #: app/features/mec/notifications.php:244
5853
- #: app/features/mec/notifications.php:368
5854
- #: app/features/mec/notifications.php:498
5855
- #: app/features/mec/notifications.php:615
5856
- #: app/features/mec/notifications.php:741 app/features/notifications.php:118
5857
  msgid "Featured image of booked event"
5858
  msgstr "Image de l’événement"
5859
 
5860
- #: app/features/mec/notifications.php:134
5861
- #: app/features/mec/notifications.php:245
5862
- #: app/features/mec/notifications.php:369
5863
- #: app/features/mec/notifications.php:616
5864
- #: app/features/mec/notifications.php:742 app/features/notifications.php:119
5865
  #, fuzzy
5866
  #| msgid "Event link"
5867
  msgid "Event more info link"
5868
  msgstr "Lien de l'événement"
5869
 
5870
- #: app/features/mec/notifications.php:135
5871
- #: app/features/mec/notifications.php:246
5872
- #: app/features/mec/notifications.php:370
5873
- #: app/features/mec/notifications.php:617
5874
- #: app/features/mec/notifications.php:743 app/features/notifications.php:120
5875
  #, fuzzy
5876
  #| msgid "Event link"
5877
  msgid "Event other info link"
5878
  msgstr "Lien de l'événement"
5879
 
5880
- #: app/features/mec/notifications.php:136
5881
- #: app/features/mec/notifications.php:247
5882
- #: app/features/mec/notifications.php:371
5883
- #: app/features/mec/notifications.php:618
5884
- #: app/features/mec/notifications.php:744 app/features/notifications.php:121
5885
  #, fuzzy
5886
  #| msgid "Event link"
5887
  msgid "Event online link"
5888
  msgstr "Lien de l'événement"
5889
 
5890
- #: app/features/mec/notifications.php:137
5891
- #: app/features/mec/notifications.php:248
5892
- #: app/features/mec/notifications.php:372
5893
- #: app/features/mec/notifications.php:499
5894
- #: app/features/mec/notifications.php:619
5895
- #: app/features/mec/notifications.php:745 app/features/notifications.php:122
5896
  msgid "Full Attendee info such as booking form data, name, email etc."
5897
  msgstr ""
5898
  "Information complète des participants tels que les données de formulaire de "
5899
  "réservation, nom, email, etc."
5900
 
5901
- #: app/features/mec/notifications.php:138
5902
- #: app/features/mec/notifications.php:249
5903
- #: app/features/mec/notifications.php:373
5904
- #: app/features/mec/notifications.php:500
5905
- #: app/features/mec/notifications.php:620
5906
- #: app/features/mec/notifications.php:746 app/features/notifications.php:123
5907
  #, fuzzy
5908
  #| msgid "Booking"
5909
  msgid "Booking ID"
5910
  msgstr "Réservation"
5911
 
5912
- #: app/features/mec/notifications.php:139
5913
- #: app/features/mec/notifications.php:250
5914
- #: app/features/mec/notifications.php:374
5915
- #: app/features/mec/notifications.php:501
5916
- #: app/features/mec/notifications.php:621
5917
- #: app/features/mec/notifications.php:747 app/features/notifications.php:124
5918
  #, fuzzy
5919
  #| msgid "Transaction ID"
5920
  msgid "Transaction ID of Booking"
5921
  msgstr "Numéro de transaction"
5922
 
5923
- #: app/features/mec/notifications.php:140
5924
- #: app/features/mec/notifications.php:376
5925
- #: app/features/mec/notifications.php:749
5926
  msgid "Invoice Link"
5927
  msgstr ""
5928
 
5929
- #: app/features/mec/notifications.php:141
5930
- #: app/features/mec/notifications.php:252
5931
- #: app/features/mec/notifications.php:377
5932
- #: app/features/mec/notifications.php:503
5933
- #: app/features/mec/notifications.php:623
5934
- #: app/features/mec/notifications.php:750 app/features/notifications.php:126
5935
  #, fuzzy
5936
  #| msgid "There is no attendee for booking!"
5937
  msgid "Total attendees of current booking"
5938
  msgstr "Il n'y a pas encore de participants inscrits depuis le site !"
5939
 
5940
- #: app/features/mec/notifications.php:142
5941
- #: app/features/mec/notifications.php:253
5942
- #: app/features/mec/notifications.php:378
5943
- #: app/features/mec/notifications.php:504
5944
- #: app/features/mec/notifications.php:624
5945
- #: app/features/mec/notifications.php:751 app/features/notifications.php:127
5946
  msgid "Amount of Booked Tickets (Total attendees of all bookings)"
5947
  msgstr ""
5948
 
5949
- #: app/features/mec/notifications.php:143
5950
- #: app/features/mec/notifications.php:254
5951
- #: app/features/mec/notifications.php:379
5952
- #: app/features/mec/notifications.php:505
5953
- #: app/features/mec/notifications.php:625
5954
- #: app/features/mec/notifications.php:752 app/features/notifications.php:128
5955
  msgid "Ticket name"
5956
  msgstr "Nom du billet"
5957
 
5958
- #: app/features/mec/notifications.php:144
5959
- #: app/features/mec/notifications.php:255
5960
- #: app/features/mec/notifications.php:380
5961
- #: app/features/mec/notifications.php:506
5962
- #: app/features/mec/notifications.php:626
5963
- #: app/features/mec/notifications.php:753 app/features/notifications.php:129
5964
  msgid "Ticket time"
5965
  msgstr "Heure du billet"
5966
 
5967
- #: app/features/mec/notifications.php:145
5968
- #: app/features/mec/notifications.php:256
5969
- #: app/features/mec/notifications.php:381
5970
- #: app/features/mec/notifications.php:507
5971
- #: app/features/mec/notifications.php:627
5972
- #: app/features/mec/notifications.php:754 app/features/notifications.php:130
5973
  #, fuzzy
5974
  #| msgid "Ticket name"
5975
  msgid "Ticket name & time"
5976
  msgstr "Nom du billet"
5977
 
5978
- #: app/features/mec/notifications.php:146
5979
- #: app/features/mec/notifications.php:257
5980
- #: app/features/mec/notifications.php:382
5981
- #: app/features/mec/notifications.php:508
5982
- #: app/features/mec/notifications.php:628
5983
- #: app/features/mec/notifications.php:755 app/features/notifications.php:131
5984
  #, fuzzy
5985
  #| msgid "Payment Gateways"
5986
  msgid "Payment Gateway"
5987
  msgstr "Passerelle de paiement"
5988
 
5989
- #: app/features/mec/notifications.php:147
5990
- #: app/features/mec/notifications.php:258
5991
- #: app/features/mec/notifications.php:383
5992
- #: app/features/mec/notifications.php:509
5993
- #: app/features/mec/notifications.php:629
5994
- #: app/features/mec/notifications.php:756 app/features/notifications.php:132
5995
  msgid "Link to the downloadable file"
5996
  msgstr ""
5997
 
5998
- #: app/features/mec/notifications.php:148
5999
- #: app/features/mec/notifications.php:259
6000
- #: app/features/mec/notifications.php:384
6001
- #: app/features/mec/notifications.php:757
6002
  msgid "Download ICS file"
6003
  msgstr ""
6004
 
6005
- #: app/features/mec/notifications.php:150
6006
- #: app/features/mec/notifications.php:261
6007
- #: app/features/mec/notifications.php:386
6008
- #: app/features/mec/notifications.php:759 app/features/notifications.php:134
6009
  msgid "Add to Google Calendar Links for next 20 occurrences"
6010
  msgstr ""
6011
 
6012
- #: app/features/mec/notifications.php:158 app/libraries/main.php:596
6013
  msgid "Booking Verification"
6014
  msgstr "Vérification de réservation"
6015
 
6016
- #: app/features/mec/notifications.php:159
6017
  msgid "It sends to attendee email for verifying their booking/email."
6018
  msgstr "Envoyé par mail au participant pour vérification de réservation/email."
6019
 
6020
- #: app/features/mec/notifications.php:251
6021
  msgid "Email/Booking verification link."
6022
  msgstr "Vérification des réservations."
6023
 
6024
- #: app/features/mec/notifications.php:273
6025
  #, fuzzy
6026
  #| msgid "Booking Confirmation"
6027
  msgid "Enable booking confirmation"
6028
  msgstr "Confirmation de réservation"
6029
 
6030
- #: app/features/mec/notifications.php:278
6031
  #, fuzzy
6032
  #| msgid "It sends to attendee after confirming the booking by admin."
6033
  msgid "Sent to attendee after confirming the booking by admin."
@@ -6035,31 +6049,31 @@ msgstr ""
6035
  "Vous envoie un mail vous avertissant lorsqu'un visiteur confirme sa demande "
6036
  "d'ajout d'événement."
6037
 
6038
- #: app/features/mec/notifications.php:331
6039
  msgid "Send One Single Email Only To First Attendee"
6040
  msgstr ""
6041
 
6042
- #: app/features/mec/notifications.php:348
6043
  #, fuzzy
6044
  #| msgid "Attendee Name"
6045
  msgid "Attendee Price"
6046
  msgstr "Nom du participant"
6047
 
6048
- #: app/features/mec/notifications.php:375
6049
- #: app/features/mec/notifications.php:748
6050
  msgid "Booking cancellation link."
6051
  msgstr "Lien d'annulation de la réservation."
6052
 
6053
- #: app/features/mec/notifications.php:395 app/features/notifications.php:158
6054
- #: app/libraries/main.php:598
6055
  msgid "Booking Cancellation"
6056
  msgstr "Lien d'annulation de la réservation."
6057
 
6058
- #: app/features/mec/notifications.php:399
6059
  msgid "Enable cancellation notification"
6060
  msgstr "Activer la notification d’annulation"
6061
 
6062
- #: app/features/mec/notifications.php:403
6063
  #, fuzzy
6064
  #| msgid ""
6065
  #| "It sends to selected recipients after booking cancellation for notifying "
@@ -6067,32 +6081,32 @@ msgstr "Activer la notification d’annulation"
6067
  msgid "Sent to selected recipients after booking cancellation to notify them."
6068
  msgstr "Elle est envoyée aux participants après l’annulation pour les avertir."
6069
 
6070
- #: app/features/mec/notifications.php:456
6071
- #: app/features/mec/notifications.php:577
6072
- #: app/features/mec/notifications.php:779
6073
  msgid "Send the email to admin"
6074
  msgstr "Envoyer l'email à l'organisateur de l'événement"
6075
 
6076
- #: app/features/mec/notifications.php:464
6077
  #, fuzzy
6078
  #| msgid "Send the email to booking user"
6079
  msgid "Send the email to the booked user"
6080
  msgstr "Envoyer l'email au client"
6081
 
6082
- #: app/features/mec/notifications.php:502
6083
- #: app/features/mec/notifications.php:622 app/features/notifications.php:125
6084
  msgid "Admin booking management link."
6085
  msgstr "Administrateur lien de gestion des réservations."
6086
 
6087
- #: app/features/mec/notifications.php:516 app/libraries/main.php:600
6088
  msgid "Admin"
6089
  msgstr "Admin"
6090
 
6091
- #: app/features/mec/notifications.php:520
6092
  msgid "Enable admin notification"
6093
  msgstr "Activer la notification d’amin"
6094
 
6095
- #: app/features/mec/notifications.php:524
6096
  #, fuzzy
6097
  #| msgid "It sends to admin to notify him/her that a new booking received."
6098
  msgid "Sent to admin to notify them that a new booking has been received."
@@ -6100,16 +6114,16 @@ msgstr ""
6100
  "Il est envoyé à admin pour l'informer qu'il y a une nouvelle réservation "
6101
  "reçue."
6102
 
6103
- #: app/features/mec/notifications.php:636 app/features/notifications.php:164
6104
- #: app/libraries/main.php:599 app/libraries/notifications.php:596
6105
  msgid "Booking Reminder"
6106
  msgstr "Rappel d’inscription"
6107
 
6108
- #: app/features/mec/notifications.php:640
6109
  msgid "Enable booking reminder notification"
6110
  msgstr "Activer le rappel d’inscription"
6111
 
6112
- #: app/features/mec/notifications.php:646
6113
  #, fuzzy, php-format
6114
  #| msgid ""
6115
  #| "Set a cronjob to call %s file once per day otherwise it won't send the "
@@ -6124,37 +6138,37 @@ msgstr ""
6124
  "aucun rappel ne sera envoyer. N’appelez le fichier qu’%s sinon le rappel "
6125
  "sera envoyé plusieurs fois."
6126
 
6127
- #: app/features/mec/notifications.php:646
6128
  #, fuzzy
6129
  #| msgid "only once per day"
6130
  msgid "only once per hour"
6131
  msgstr "une fois par jour"
6132
 
6133
- #: app/features/mec/notifications.php:699 app/libraries/main.php:7299
6134
- #: app/libraries/main.php:7316
6135
  #, fuzzy
6136
  #| msgid "Hour"
6137
  msgid "Hours"
6138
  msgstr "Heure(s)"
6139
 
6140
- #: app/features/mec/notifications.php:703
6141
  msgid "Reminder hours"
6142
  msgstr ""
6143
 
6144
- #: app/features/mec/notifications.php:704
6145
  msgid "Please, insert comma to separate reminder hours."
6146
  msgstr ""
6147
 
6148
- #: app/features/mec/notifications.php:768 app/features/popup/event.php:253
6149
- #: app/libraries/main.php:588
6150
  msgid "New Event"
6151
  msgstr "Nouvel événement"
6152
 
6153
- #: app/features/mec/notifications.php:772
6154
  msgid "Enable new event notification"
6155
  msgstr "Activer la notification d'ajout d'un nouvel événement"
6156
 
6157
- #: app/features/mec/notifications.php:782
6158
  #, fuzzy
6159
  #| msgid ""
6160
  #| "It sends after adding a new event from frontend event submission or from "
@@ -6166,41 +6180,41 @@ msgstr ""
6166
  "S'envoie lorsqu'un nouvel événement est ajouté depuis le formulaire de "
6167
  "soumission ou depuis le tableau de bord du site."
6168
 
6169
- #: app/features/mec/notifications.php:839
6170
- #: app/features/mec/notifications.php:923
6171
  msgid "Title of event"
6172
  msgstr "Titre de l'événement"
6173
 
6174
- #: app/features/mec/notifications.php:840
6175
- #: app/features/mec/notifications.php:924
6176
  msgid "Link of event"
6177
  msgstr "Lien de l'événement"
6178
 
6179
- #: app/features/mec/notifications.php:843
6180
- #: app/features/mec/notifications.php:927 app/features/notifications.php:137
6181
  msgid "Status of event"
6182
  msgstr "Statut de l'événement"
6183
 
6184
- #: app/features/mec/notifications.php:844
6185
- #: app/features/mec/notifications.php:928 app/features/mec/settings.php:870
6186
- #: app/features/mec/settings.php:874 app/features/notifications.php:138
6187
  msgid "Event Note"
6188
  msgstr "Note sur l'événement"
6189
 
6190
- #: app/features/mec/notifications.php:848
6191
- #: app/features/mec/notifications.php:932
6192
  msgid "Admin events management link."
6193
  msgstr "Lien d'administration d'événements."
6194
 
6195
- #: app/features/mec/notifications.php:858 app/libraries/main.php:589
6196
  msgid "User Event Publishing"
6197
  msgstr "Événement Publié"
6198
 
6199
- #: app/features/mec/notifications.php:862
6200
  msgid "Enable user event publishing notification"
6201
  msgstr "Activer la notification d'ajout d'un nouvel événement"
6202
 
6203
- #: app/features/mec/notifications.php:866
6204
  #, fuzzy
6205
  #| msgid ""
6206
  #| "It sends after published a new event from frontend event submission or "
@@ -6212,13 +6226,13 @@ msgstr ""
6212
  "S'envoie lorsqu'un nouvel événement est ajouté depuis le formulaire de "
6213
  "soumission ou depuis le tableau de bord du site."
6214
 
6215
- #: app/features/mec/notifications.php:940 app/libraries/main.php:603
6216
  #, fuzzy
6217
  #| msgid "Notifications"
6218
  msgid "Notifications Per Event"
6219
  msgstr "Notifications"
6220
 
6221
- #: app/features/mec/notifications.php:944
6222
  #, fuzzy
6223
  #| msgid "Admin Notification"
6224
  msgid "Edit Notifications Per Event"
@@ -6294,7 +6308,7 @@ msgstr "Le contenu du mail ne peut être vide!"
6294
  msgid "There was an error please try again!"
6295
  msgstr "Il y a eu une erreur, veuillez recommencer!"
6296
 
6297
- #: app/features/mec/settings.php:62 app/features/mec/settings.php:72
6298
  msgid "Hide Events"
6299
  msgstr "Cacher l'évenements"
6300
 
@@ -6314,33 +6328,33 @@ msgstr "2 Heures après le début"
6314
  msgid "On Event End"
6315
  msgstr "À la fin de l'événement"
6316
 
6317
- #: app/features/mec/settings.php:73
6318
  msgid ""
6319
  "This option is for showing start/end time of events on frontend of website."
6320
  msgstr ""
6321
  "Cette option sert à montrer le temps de début/fin, des événements sur "
6322
  "l'affichage du site"
6323
 
6324
- #: app/features/mec/settings.php:82 app/features/mec/settings.php:91
6325
  msgid "Multiple Day Events"
6326
  msgstr "Événements à Dates Multiples"
6327
 
6328
- #: app/features/mec/settings.php:85
6329
  #, fuzzy
6330
  #| msgid "Show only first day on List/Grid/Slider skins"
6331
  msgid "Show only first day on List/Grid/Slider/Agenda skins"
6332
  msgstr ""
6333
  "Afficher uniquement le premier jour sous forme de Liste/Grille/Carrousel"
6334
 
6335
- #: app/features/mec/settings.php:86
6336
  msgid "Show only first day on all skins"
6337
  msgstr "Afficher uniquement le premier jour sur tous les styles"
6338
 
6339
- #: app/features/mec/settings.php:87
6340
  msgid "Show all days"
6341
  msgstr "Afficher tous les jours"
6342
 
6343
- #: app/features/mec/settings.php:92
6344
  msgid ""
6345
  "For showing all days of multiple day events on frontend or only show the "
6346
  "first day."
@@ -6348,64 +6362,64 @@ msgstr ""
6348
  "Pour afficher toutes les dates d'un événement de plusieurs jours sur le "
6349
  "frontend ou seulement afficher le premier jour."
6350
 
6351
- #: app/features/mec/settings.php:101
6352
  msgid "Remove MEC Data on Plugin Uninstall"
6353
  msgstr "Retirer les données de M.E.C. lors de la désinstallation"
6354
 
6355
- #: app/features/mec/settings.php:112
6356
  msgid "Sender Name"
6357
  msgstr "Nom de l’expéditeur"
6358
 
6359
- #: app/features/mec/settings.php:115
6360
  msgid "e.g. Webnus"
6361
  msgstr "e.g. Webnus"
6362
 
6363
- #: app/features/mec/settings.php:122
6364
  msgid "Sender Email"
6365
  msgstr "Mail de l’expéditeur"
6366
 
6367
- #: app/features/mec/settings.php:125
6368
  msgid "e.g. info@webnus.biz"
6369
  msgstr ""
6370
 
6371
- #: app/features/mec/settings.php:131
6372
  msgid "Exclude Date Suffix"
6373
  msgstr "Retirer les suffixes de dates"
6374
 
6375
- #: app/features/mec/settings.php:134
6376
  msgid "Remove suffix from calendars"
6377
  msgstr "Retirer les suffixes de date des Calendriers"
6378
 
6379
- #: app/features/mec/settings.php:138
6380
  msgid "Remove \"Th\" on calendar"
6381
  msgstr "Retirer les suffixes de date des Calendriers"
6382
 
6383
- #: app/features/mec/settings.php:139
6384
  msgid ""
6385
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
6386
  "showing just '12' )"
6387
  msgstr ""
6388
 
6389
- #: app/features/mec/settings.php:146 app/features/mec/settings.php:153
6390
  msgid "Schema"
6391
  msgstr ""
6392
 
6393
- #: app/features/mec/settings.php:149
6394
  #, fuzzy
6395
  #| msgid "Enable coupons module"
6396
  msgid "Enable Schema Code"
6397
  msgstr "Activer module de coupons"
6398
 
6399
- #: app/features/mec/settings.php:154
6400
  msgid "You can enable/disable Schema scripts"
6401
  msgstr ""
6402
 
6403
- #: app/features/mec/settings.php:163 app/features/mec/settings.php:173
6404
- #: app/libraries/main.php:6221 app/libraries/main.php:6275
6405
  msgid "Weekdays"
6406
  msgstr "Jours de la Semaine"
6407
 
6408
- #: app/features/mec/settings.php:174
6409
  msgid ""
6410
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
6411
  "and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings "
@@ -6415,11 +6429,11 @@ msgstr ""
6415
  "pouvez changer le jour de début de semaine dans WordPress Dashboard > "
6416
  "Réglages > General - fin de page )."
6417
 
6418
- #: app/features/mec/settings.php:184 app/features/mec/settings.php:194
6419
  msgid "Weekends"
6420
  msgstr "Jour du Week End"
6421
 
6422
- #: app/features/mec/settings.php:195
6423
  #, fuzzy
6424
  #| msgid ""
6425
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
@@ -6434,151 +6448,151 @@ msgstr ""
6434
  "pouvez changer le jour de début de semaine dans WordPress Dashboard > "
6435
  "Réglages > General - fin de page )."
6436
 
6437
- #: app/features/mec/settings.php:204
6438
  #, fuzzy
6439
  #| msgid "Date Format"
6440
  msgid "Datepicker Format"
6441
  msgstr "Format de date"
6442
 
6443
- #: app/features/mec/settings.php:212
6444
  msgid "(Y-m-d)"
6445
  msgstr ""
6446
 
6447
- #: app/features/mec/settings.php:213
6448
  msgid "(d-m-Y)"
6449
  msgstr ""
6450
 
6451
- #: app/features/mec/settings.php:216
6452
  msgid "(Y/m/d)"
6453
  msgstr ""
6454
 
6455
- #: app/features/mec/settings.php:217
6456
  msgid "(m/d/Y)"
6457
  msgstr ""
6458
 
6459
- #: app/features/mec/settings.php:220
6460
  msgid "(Y.m.d)"
6461
  msgstr ""
6462
 
6463
- #: app/features/mec/settings.php:221
6464
  msgid "(d.m.Y)"
6465
  msgstr ""
6466
 
6467
- #: app/features/mec/settings.php:227 app/features/mec/settings.php:239
6468
  msgid "Midnight Hour"
6469
  msgstr ""
6470
 
6471
- #: app/features/mec/settings.php:230
6472
  msgid "12 AM"
6473
  msgstr ""
6474
 
6475
- #: app/features/mec/settings.php:231
6476
  msgid "1 AM"
6477
  msgstr ""
6478
 
6479
- #: app/features/mec/settings.php:232
6480
  msgid "2 AM"
6481
  msgstr ""
6482
 
6483
- #: app/features/mec/settings.php:233
6484
  msgid "3 AM"
6485
  msgstr ""
6486
 
6487
- #: app/features/mec/settings.php:234
6488
  msgid "4 AM"
6489
  msgstr ""
6490
 
6491
- #: app/features/mec/settings.php:235
6492
  msgid "5 AM"
6493
  msgstr ""
6494
 
6495
- #: app/features/mec/settings.php:240
6496
  msgid ""
6497
  "12 AM is midnight by default but you can change it if your event ends after "
6498
  "12 AM and you don't want those events considered as multiple days events!"
6499
  msgstr ""
6500
 
6501
- #: app/features/mec/settings.php:248
6502
  #, fuzzy
6503
  #| msgid "Add Shortcode"
6504
  msgid "Open \"Add Event\" as Popup"
6505
  msgstr "Ajouter un Shortcode"
6506
 
6507
- #: app/features/mec/settings.php:251 app/features/mec/settings.php:259
6508
- #: app/features/mec/settings.php:267 app/features/mec/single.php:111
6509
  #, fuzzy
6510
  #| msgid "Enabled"
6511
  msgid "Enable"
6512
  msgstr "Activé"
6513
 
6514
- #: app/features/mec/settings.php:256
6515
  #, fuzzy
6516
  #| msgid "Add Shortcode"
6517
  msgid "Open \"Add Shortcode\" as Popup"
6518
  msgstr "Ajouter un Shortcode"
6519
 
6520
- #: app/features/mec/settings.php:264
6521
  #, fuzzy
6522
  #| msgid "Featured Image"
6523
  msgid "Include Event Featured Image in Feed"
6524
  msgstr "Image Principale"
6525
 
6526
- #: app/features/mec/settings.php:274 app/libraries/main.php:538
6527
  msgid "Archive Pages"
6528
  msgstr ""
6529
 
6530
- #: app/features/mec/settings.php:277 app/features/mec/settings.php:282
6531
  msgid "Archive Page Title"
6532
  msgstr "Titre de la page archive"
6533
 
6534
- #: app/features/mec/settings.php:283
6535
  msgid "Default value is Events - It's title of the page"
6536
  msgstr "La valeur par défaut est \"Events\" - C’est le titre de la page"
6537
 
6538
- #: app/features/mec/settings.php:291 app/features/mec/settings.php:359
6539
  msgid "Archive Page Skin"
6540
  msgstr "Style de la page des archives"
6541
 
6542
- #: app/features/mec/settings.php:299 app/features/mec/settings.php:376
6543
  msgid "Put shortcode..."
6544
  msgstr "Mettre un shortcode…"
6545
 
6546
- #: app/features/mec/settings.php:302 app/features/mec/settings.php:317
6547
- #: app/features/mec/settings.php:320 app/features/mec/settings.php:329
6548
- #: app/features/mec/settings.php:355 app/features/mec/settings.php:379
6549
- #: app/features/mec/settings.php:394 app/features/mec/settings.php:397
6550
- #: app/features/mec/settings.php:406 app/features/mec/settings.php:432
6551
  msgid "There is no skins"
6552
  msgstr "Aucun thème"
6553
 
6554
- #: app/features/mec/settings.php:305 app/features/mec/settings.php:382
6555
  #: app/features/mec/single.php:73
6556
  msgid "Modern Style"
6557
  msgstr "Style moderne"
6558
 
6559
- #: app/features/mec/settings.php:347 app/features/mec/settings.php:424
6560
  msgid "colorful"
6561
  msgstr "Coloré"
6562
 
6563
- #: app/features/mec/settings.php:352 app/features/mec/settings.php:429
6564
  msgid "Clean Style"
6565
  msgstr "Style Simple"
6566
 
6567
- #: app/features/mec/settings.php:360
6568
  #, fuzzy
6569
  #| msgid "Default value is Calendar/Monthly View"
6570
  msgid "Default value is Calendar/Monthly View, But you can change it "
6571
  msgstr "La valeur par défaut est Calendrier / Mensuel"
6572
 
6573
- #: app/features/mec/settings.php:360 app/features/mec/settings.php:437
6574
  msgid "See Demo"
6575
  msgstr "Voir démo"
6576
 
6577
- #: app/features/mec/settings.php:368 app/features/mec/settings.php:436
6578
  msgid "Category Page Skin"
6579
  msgstr "Apparence page de catégorie"
6580
 
6581
- #: app/features/mec/settings.php:437
6582
  #, fuzzy
6583
  #| msgid "Default value is Calendar/Monthly View"
6584
  msgid ""
@@ -6586,23 +6600,23 @@ msgid ""
6586
  "categories."
6587
  msgstr "La valeur par défaut est Calendrier / Mensuel"
6588
 
6589
- #: app/features/mec/settings.php:445 app/features/mec/settings.php:453
6590
  msgid "Category Events Method"
6591
  msgstr ""
6592
 
6593
- #: app/features/mec/settings.php:454
6594
  msgid "Default value is Upcoming Events"
6595
  msgstr "Valeur par défaut: Prochains événements"
6596
 
6597
- #: app/features/mec/settings.php:462 app/features/mec/settings.php:470
6598
  msgid "Events Archive Status"
6599
  msgstr "Archivage des Événements"
6600
 
6601
- #: app/features/mec/settings.php:465
6602
  msgid "Enabled (Recommended)"
6603
  msgstr "Activé (Recommandé)"
6604
 
6605
- #: app/features/mec/settings.php:471
6606
  msgid ""
6607
  "If you disable it, then you should create a page as archive page of MEC. "
6608
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
@@ -6613,18 +6627,18 @@ msgstr ""
6613
  "E.C. . Aussi, cela désactivera également toutes les règles de réécriture de "
6614
  "M.E.C. ."
6615
 
6616
- #: app/features/mec/settings.php:484 app/features/mec/settings.php:489
6617
  msgid "Main Slug"
6618
  msgstr "Identifiant des événements"
6619
 
6620
- #: app/features/mec/settings.php:490
6621
  msgid ""
6622
  "Default value is events. You can not have a page with this name. MEC allows "
6623
  "you to create custom URLs for the permalinks and archives to enhance the "
6624
  "applicability and forward-compatibility of the links."
6625
  msgstr ""
6626
 
6627
- #: app/features/mec/settings.php:494 app/features/mec/settings.php:508
6628
  #, fuzzy
6629
  #| msgid ""
6630
  #| "Default value is events. Valid characters are lowercase a-z, - character "
@@ -6634,11 +6648,11 @@ msgstr ""
6634
  "La valeur par défaut est events. Les caractères valides sont les lettres "
6635
  "minuscules (a-z) et les chiffres"
6636
 
6637
- #: app/features/mec/settings.php:498 app/features/mec/settings.php:503
6638
  msgid "Category Slug"
6639
  msgstr "Identifiant de la catégorie"
6640
 
6641
- #: app/features/mec/settings.php:504
6642
  #, fuzzy
6643
  #| msgid ""
6644
  #| "It's slug of MEC categories, you can change it to events-cat or something "
@@ -6648,94 +6662,94 @@ msgid ""
6648
  "else. Default value is mec-category. You can not have a page with this name."
6649
  msgstr "Catégories"
6650
 
6651
- #: app/features/mec/settings.php:516
6652
  msgid "Currency"
6653
  msgstr "Devise"
6654
 
6655
- #: app/features/mec/settings.php:526 app/features/mec/settings.php:531
6656
  msgid "Currency Sign"
6657
  msgstr "Symbole de la devise"
6658
 
6659
- #: app/features/mec/settings.php:532
6660
  msgid "Default value will be \"currency\" if you leave it empty."
6661
  msgstr "Si elle est vide, la valeur par défaut sera utilisée."
6662
 
6663
- #: app/features/mec/settings.php:539
6664
  msgid "Currency Position"
6665
  msgstr "Position du symbole de devise"
6666
 
6667
- #: app/features/mec/settings.php:542
6668
  msgid "Before $10"
6669
  msgstr "Avant €10"
6670
 
6671
- #: app/features/mec/settings.php:543
6672
  msgid "After 10$"
6673
  msgstr "Après 10€"
6674
 
6675
- #: app/features/mec/settings.php:548
6676
  msgid "Thousand Separator"
6677
  msgstr "Séparateur des milliers"
6678
 
6679
- #: app/features/mec/settings.php:554
6680
  msgid "Decimal Separator"
6681
  msgstr "Séparateur des décimales"
6682
 
6683
- #: app/features/mec/settings.php:564
6684
  msgid "No decimal"
6685
  msgstr "Pas de décimales"
6686
 
6687
- #: app/features/mec/settings.php:575
6688
  msgid "Enable Google Recaptcha"
6689
  msgstr "Activer Google Recaptcha"
6690
 
6691
- #: app/features/mec/settings.php:584
6692
  msgid "Enable on booking form"
6693
  msgstr "Activer le formulaire de réservation"
6694
 
6695
- #: app/features/mec/settings.php:592
6696
  #, fuzzy
6697
  #| msgid "Enable on \"Frontend Event Submittion\" form"
6698
  msgid "Enable on \"Frontend Event Submission\" form"
6699
  msgstr "Activer le formulaire d'ajout d'événement"
6700
 
6701
- #: app/features/mec/settings.php:596
6702
  msgid "Site Key"
6703
  msgstr "Site Key"
6704
 
6705
- #: app/features/mec/settings.php:602
6706
  msgid "Secret Key"
6707
  msgstr "Clef secrète"
6708
 
6709
- #: app/features/mec/settings.php:614 app/features/mec/settings.php:622
6710
  msgid "Time Format"
6711
  msgstr "Format d'heure"
6712
 
6713
- #: app/features/mec/settings.php:617
6714
  msgid "12 hours format with AM/PM"
6715
  msgstr "Affichage sur 12 heures avec \"du matin\" / \"de l'après midi\""
6716
 
6717
- #: app/features/mec/settings.php:618
6718
  msgid "24 hours format"
6719
  msgstr "Affichage sur 24 heures"
6720
 
6721
- #: app/features/mec/settings.php:623
6722
  msgid "This option, affects the selection of Start/End time."
6723
  msgstr ""
6724
 
6725
- #: app/features/mec/settings.php:631
6726
  msgid "Events List Page"
6727
  msgstr "Page liste des événements"
6728
 
6729
- #: app/features/mec/settings.php:640 app/features/mec/settings.php:652
6730
  #, php-format
6731
  msgid "Put %s shortcode into the page."
6732
  msgstr "Mettez %s le shortcode de dans la page."
6733
 
6734
- #: app/features/mec/settings.php:643
6735
  msgid "Add/Edit Events Page"
6736
  msgstr "Ajouter/Éditer page d'événement"
6737
 
6738
- #: app/features/mec/settings.php:667
6739
  #, fuzzy
6740
  #| msgid ""
6741
  #| "User redirects to this page after new event submission. Leave it empty if "
@@ -6747,21 +6761,21 @@ msgstr ""
6747
  "L'Utilisateur est redirigé vers cette page après avoir réservé. Laisser vide "
6748
  "pour désactiver."
6749
 
6750
- #: app/features/mec/settings.php:690 app/features/mec/settings.php:695
6751
  #, fuzzy
6752
  #| msgid "Maximum file size"
6753
  msgid "Maximum File Size"
6754
  msgstr "Taille maximale de fichier"
6755
 
6756
- #: app/features/mec/settings.php:692
6757
  msgid "in KB"
6758
  msgstr ""
6759
 
6760
- #: app/features/mec/settings.php:696
6761
  msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
6762
  msgstr ""
6763
 
6764
- #: app/features/mec/settings.php:705
6765
  #, fuzzy
6766
  #| msgid "Enable event submission by guest (Not logged-in) users"
6767
  msgid "Enable event submission by guest (Not logged in) users"
@@ -6769,70 +6783,70 @@ msgstr ""
6769
  "Activer l'inscription d’événements pour les utilisateurs invités (non "
6770
  "connecté)."
6771
 
6772
- #: app/features/mec/settings.php:712
6773
  msgid "Enable mandatory email and name for guest user"
6774
  msgstr "Activer la demande de Nom / Mail pour les utilisateurs invités"
6775
 
6776
- #: app/features/mec/settings.php:718
6777
  msgid ""
6778
  "Automatically create users after event publish and assign event to the "
6779
  "created user"
6780
  msgstr ""
6781
 
6782
- #: app/features/mec/settings.php:723
6783
  msgid "Frontend Event Submission Sections"
6784
  msgstr "Réglages du formulaire de Création d’Événements"
6785
 
6786
- #: app/features/mec/settings.php:727
6787
  #, fuzzy
6788
  #| msgid "Event Details"
6789
  msgid "Event Data Fields"
6790
  msgstr "Détails"
6791
 
6792
- #: app/features/mec/settings.php:751 app/widgets/single.php:119
6793
  msgid "Event Categories"
6794
  msgstr "Catégories de l'évènements"
6795
 
6796
- #: app/features/mec/settings.php:757
6797
  msgid "Event Labels"
6798
  msgstr "Labels d'événement"
6799
 
6800
- #: app/features/mec/settings.php:769
6801
  msgid "Event Tags"
6802
  msgstr "Étiquettes de l'évenement"
6803
 
6804
- #: app/features/mec/settings.php:781 app/widgets/single.php:123
6805
  msgid "Event Organizer"
6806
  msgstr "Organisateur d'événements"
6807
 
6808
- #: app/features/mec/settings.php:807
6809
  msgid "Fees / Taxes Options"
6810
  msgstr "Options de Frais/Taxes"
6811
 
6812
- #: app/features/mec/settings.php:821 app/features/schema.php:64
6813
  msgid "SEO Schema"
6814
  msgstr ""
6815
 
6816
- #: app/features/mec/settings.php:844 app/features/occurrences.php:72
6817
  #: app/features/occurrences.php:102
6818
  #, fuzzy
6819
  #| msgid "Occurrences times"
6820
  msgid "Occurrences"
6821
  msgstr "Nombre de répétition de l'événement"
6822
 
6823
- #: app/features/mec/settings.php:853
6824
  #, fuzzy
6825
  #| msgid "View Event"
6826
  msgid "Virtual Event"
6827
  msgstr "Voir l'événement"
6828
 
6829
- #: app/features/mec/settings.php:862
6830
  #, fuzzy
6831
  #| msgid "Book Event"
6832
  msgid "Zoom Event"
6833
  msgstr "Réservez pour cet événement"
6834
 
6835
- #: app/features/mec/settings.php:875
6836
  #, php-format
6837
  msgid ""
6838
  "Users can put a note for editors while they're submitting the event. Also "
@@ -6843,116 +6857,116 @@ msgstr ""
6843
  "Ajouter %%event_note%% dans le formulaire de notification par mail pour les "
6844
  "recevoir."
6845
 
6846
- #: app/features/mec/settings.php:882 app/features/mec/settings.php:890
6847
  msgid "Note visibility"
6848
  msgstr ""
6849
 
6850
- #: app/features/mec/settings.php:885
6851
  msgid "Always"
6852
  msgstr "Toujours"
6853
 
6854
- #: app/features/mec/settings.php:886
6855
  msgid "While event is not published"
6856
  msgstr "Tant que l'événement n'est pas publié"
6857
 
6858
- #: app/features/mec/settings.php:891
6859
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
6860
  msgstr ""
6861
  "La Note est visible sur le formulaire de soumission d'événement et dans le "
6862
  "menu d'édition d'un événement en backend."
6863
 
6864
- #: app/features/mec/settings.php:899
6865
  #, fuzzy
6866
  #| msgid "Required Field"
6867
  msgid "Required Fields"
6868
  msgstr "Champ obligatoire"
6869
 
6870
- #: app/features/mec/settings.php:902
6871
  #, fuzzy
6872
  #| msgid "Description"
6873
  msgid "Event Description"
6874
  msgstr "Description"
6875
 
6876
- #: app/features/mec/settings.php:906 app/libraries/main.php:6244
6877
- #: app/libraries/main.php:6293
6878
  msgid "More Info Link"
6879
  msgstr "Plus de lien d'info"
6880
 
6881
- #: app/features/mec/settings.php:919 app/libraries/main.php:543
6882
  msgid "User Profile"
6883
  msgstr ""
6884
 
6885
- #: app/features/mec/settings.php:921
6886
  #, php-format
6887
  msgid ""
6888
  "Put %s shortcode into your desired page. Then users are able to see the "
6889
  "history of their bookings."
6890
  msgstr ""
6891
 
6892
- #: app/features/mec/settings.php:926 app/libraries/main.php:544
6893
  msgid "Search Bar"
6894
  msgstr "Formulaire de Recherche"
6895
 
6896
- #: app/features/mec/settings.php:928
6897
  #, php-format
6898
  msgid ""
6899
  "Put %s shortcode into your desired page. Then users are able to search events"
6900
  msgstr ""
6901
 
6902
- #: app/features/mec/settings.php:932
6903
  msgid "Ajax Live mode"
6904
  msgstr ""
6905
 
6906
- #: app/features/mec/settings.php:936
6907
  msgid "Ajax mode"
6908
  msgstr ""
6909
 
6910
- #: app/features/mec/settings.php:937
6911
  msgid ""
6912
  "if you enable this option, the search button will disappear. To use this "
6913
  "feature, text input field must be enabled."
6914
  msgstr ""
6915
 
6916
- #: app/features/mec/settings.php:945
6917
  msgid "Modern Type"
6918
  msgstr "Style moderne"
6919
 
6920
- #: app/features/mec/settings.php:949
6921
  msgid "Search bar fields"
6922
  msgstr "Rechercher des étiquettes"
6923
 
6924
- #: app/features/mec/settings.php:991
6925
  msgid "Text input"
6926
  msgstr "Texte à rentrer"
6927
 
6928
- #: app/features/mec/settings.php:1004
6929
  msgid "Enable Mailchimp Integration"
6930
  msgstr "Activer l'intégration de MailChimp"
6931
 
6932
- #: app/features/mec/settings.php:1009 app/features/mec/settings.php:1014
6933
- #: app/features/mec/settings.php:1063 app/features/mec/settings.php:1087
6934
- #: app/features/mec/settings.php:1111 app/features/mec/settings.php:1182
6935
  msgid "API Key"
6936
  msgstr "Clés API"
6937
 
6938
- #: app/features/mec/settings.php:1022 app/features/mec/settings.php:1027
6939
- #: app/features/mec/settings.php:1069 app/features/mec/settings.php:1188
6940
  msgid "List ID"
6941
  msgstr "ID de Liste"
6942
 
6943
- #: app/features/mec/settings.php:1035 app/features/mec/settings.php:1043
6944
  msgid "Subscription Status"
6945
  msgstr "Statut des Souscriptions"
6946
 
6947
- #: app/features/mec/settings.php:1038
6948
  msgid "Subscribe automatically"
6949
  msgstr "Souscrire Automatiquement"
6950
 
6951
- #: app/features/mec/settings.php:1039
6952
  msgid "Subscribe by verification"
6953
  msgstr "Souscrire après vérification"
6954
 
6955
- #: app/features/mec/settings.php:1044
6956
  #, fuzzy
6957
  #| msgid ""
6958
  #| "If you choose \"Subscribe by verification\" then an email will send to "
@@ -6964,107 +6978,107 @@ msgstr ""
6964
  "Si vous choisissez \"Souscrire après vérification\", un email sera envoyé à "
6965
  "l'utilisateur par Mailchimp pour valider son inscription."
6966
 
6967
- #: app/features/mec/settings.php:1054 app/libraries/main.php:546
6968
  #, fuzzy
6969
  #| msgid "Mailchimp Integration"
6970
  msgid "Campaign Monitor Integration"
6971
  msgstr "Intégration de Mailchimp"
6972
 
6973
- #: app/features/mec/settings.php:1058
6974
  #, fuzzy
6975
  #| msgid "Enable Mailchimp Integration"
6976
  msgid "Enable Campaign Monitor Integration"
6977
  msgstr "Activer l'intégration de MailChimp"
6978
 
6979
- #: app/features/mec/settings.php:1078 app/libraries/main.php:547
6980
  #, fuzzy
6981
  #| msgid "Mailchimp Integration"
6982
  msgid "MailerLite Integration"
6983
  msgstr "Intégration de Mailchimp"
6984
 
6985
- #: app/features/mec/settings.php:1082
6986
  #, fuzzy
6987
  #| msgid "Enable Mailchimp Integration"
6988
  msgid "Enable MailerLite Integration"
6989
  msgstr "Activer l'intégration de MailChimp"
6990
 
6991
- #: app/features/mec/settings.php:1093
6992
  msgid "Group ID"
6993
  msgstr ""
6994
 
6995
- #: app/features/mec/settings.php:1102 app/libraries/main.php:548
6996
  #, fuzzy
6997
  #| msgid "BuddyPress Integration"
6998
  msgid "Constant Contact Integration"
6999
  msgstr "Intégration BuddyPress"
7000
 
7001
- #: app/features/mec/settings.php:1106
7002
  #, fuzzy
7003
  #| msgid "Enable Mailchimp Integration"
7004
  msgid "Enable constantcontact Integration"
7005
  msgstr "Activer l'intégration de MailChimp"
7006
 
7007
- #: app/features/mec/settings.php:1117
7008
  #, fuzzy
7009
  #| msgid "Facebook Page Access Token"
7010
  msgid "Access Token"
7011
  msgstr "Facebook Access Token"
7012
 
7013
- #: app/features/mec/settings.php:1141 app/features/mec/settings.php:1156
7014
  #, fuzzy
7015
  #| msgid "Select Type"
7016
  msgid "Select List"
7017
  msgstr "Sélectionner"
7018
 
7019
- #: app/features/mec/settings.php:1157
7020
  msgid ""
7021
  "Please fill in the API key and Access Token field and save settings. after "
7022
  "that, please refresh the page and select a list."
7023
  msgstr ""
7024
 
7025
- #: app/features/mec/settings.php:1167 app/libraries/main.php:549
7026
  #, fuzzy
7027
  #| msgid "Mailchimp Integration"
7028
  msgid "Active Campaign Integration"
7029
  msgstr "Intégration de Mailchimp"
7030
 
7031
- #: app/features/mec/settings.php:1171
7032
  #, fuzzy
7033
  #| msgid "Enable Mailchimp Integration"
7034
  msgid "Enable Active Campaign Integration"
7035
  msgstr "Activer l'intégration de MailChimp"
7036
 
7037
- #: app/features/mec/settings.php:1176
7038
  msgid "API URL"
7039
  msgstr ""
7040
 
7041
- #: app/features/mec/settings.php:1197
7042
  #, fuzzy
7043
  #| msgid "Filter Options"
7044
  msgid "Upload Field Options"
7045
  msgstr "Options des filtres"
7046
 
7047
- #: app/features/mec/settings.php:1199
7048
  msgid "Mime types"
7049
  msgstr ""
7050
 
7051
- #: app/features/mec/settings.php:1203
7052
  msgid "Split mime types with \",\"."
7053
  msgstr ""
7054
 
7055
- #: app/features/mec/settings.php:1203
7056
  msgid "Default: jpeg,jpg,png,pdf"
7057
  msgstr ""
7058
 
7059
- #: app/features/mec/settings.php:1206
7060
  msgid "Maximum file size"
7061
  msgstr "Taille maximale de fichier"
7062
 
7063
- #: app/features/mec/settings.php:1210
7064
  msgid "The unit is Megabyte \"MB\""
7065
  msgstr ""
7066
 
7067
- #: app/features/mec/single.php:38 app/libraries/main.php:554
7068
  msgid "Single Event Page"
7069
  msgstr "Page d’événement"
7070
 
@@ -7174,13 +7188,13 @@ msgid ""
7174
  "the settings page.' tab"
7175
  msgstr ""
7176
 
7177
- #: app/features/mec/single.php:162 app/libraries/main.php:555
7178
  #, fuzzy
7179
  #| msgid "Custom Styles"
7180
  msgid "Custom Fields"
7181
  msgstr "Styles personnalisés"
7182
 
7183
- #: app/features/mec/single.php:192 app/libraries/main.php:3336
7184
  msgid "URL"
7185
  msgstr ""
7186
 
@@ -7225,7 +7239,7 @@ msgstr ""
7225
  "En utilisant cette option, vous pouvez inclure / exclure certains jours des "
7226
  "dates d'occurrence d'un événement."
7227
 
7228
- #: app/features/mec/single.php:286 app/libraries/main.php:558
7229
  msgid "Additional Organizers"
7230
  msgstr "Organisateur additionnels"
7231
 
@@ -7254,7 +7268,7 @@ msgstr ""
7254
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
7255
  "la page d'un événement"
7256
 
7257
- #: app/features/mec/single.php:318 app/libraries/main.php:560
7258
  #: app/skins/single.php:166 app/skins/single.php:418
7259
  msgid "Related Events"
7260
  msgstr "Evénement à la une"
@@ -7267,7 +7281,7 @@ msgstr ""
7267
  msgid "Select Taxonomies:"
7268
  msgstr "Taxonomies"
7269
 
7270
- #: app/features/mec/single.php:360 app/libraries/main.php:561
7271
  #, fuzzy
7272
  #| msgid "Next/Previous Buttons"
7273
  msgid "Next / Previous Events"
@@ -7277,7 +7291,7 @@ msgstr "Boutons Suivant/Précédent"
7277
  msgid "Display next / previous events based on taxonomy in single event page."
7278
  msgstr ""
7279
 
7280
- #: app/features/mec/single.php:402 app/libraries/main.php:604
7281
  #, fuzzy
7282
  #| msgid "Next Occurrence"
7283
  msgid "Edit Per Occurrences"
@@ -7480,7 +7494,7 @@ msgstr ""
7480
  msgid "MEC Settings"
7481
  msgstr "Agenda - Paramètres"
7482
 
7483
- #: app/features/mec/support-page.php:99 app/libraries/main.php:656
7484
  msgid "Single Event"
7485
  msgstr "Style de la page d'événement"
7486
 
@@ -7813,11 +7827,11 @@ msgstr ""
7813
  msgid "Create a support ticket"
7814
  msgstr "Ajouter une demande de support"
7815
 
7816
- #: app/features/mec/support.php:52 app/libraries/main.php:802
7817
  msgid "Styling Options"
7818
  msgstr "Options de style"
7819
 
7820
- #: app/features/mec/support.php:59 app/libraries/main.php:809
7821
  msgid "Custom CSS"
7822
  msgstr "Modifier le CSS"
7823
 
@@ -7911,17 +7925,17 @@ msgstr ""
7911
  msgid "Attendee Price (for booking confirmation notification)"
7912
  msgstr "Activer le rappel d’inscription"
7913
 
7914
- #: app/features/notifications.php:149
7915
  #, fuzzy
7916
  #| msgid "Email verification"
7917
  msgid "Email Verification"
7918
  msgstr "Vérification de l’email"
7919
 
7920
- #: app/features/notifications.php:152
7921
  msgid "Booking Notification"
7922
  msgstr "Notification de réservation"
7923
 
7924
- #: app/features/notifications.php:161
7925
  msgid "Admin Notification"
7926
  msgstr "Notification de l'administrateur"
7927
 
@@ -8084,8 +8098,8 @@ msgstr "ex : votre@surnom.com"
8084
  msgid "eg. https://webnus.net"
8085
  msgstr "eg. https://webnus.net"
8086
 
8087
- #: app/features/organizers.php:312 app/libraries/main.php:6249
8088
- #: app/libraries/main.php:6296 app/skins/single.php:1290
8089
  msgid "Other Organizers"
8090
  msgstr "Autres organisateurs"
8091
 
@@ -8276,7 +8290,7 @@ msgstr "Ajouter un nouveau Shortcode"
8276
  msgid "Please %s/%s in order to see your bookings / profile."
8277
  msgstr "Merco de vous %s/%s pour sélectionner une image associée."
8278
 
8279
- #: app/features/profile/profile.php:20 app/libraries/main.php:2446
8280
  msgid "Your booking already canceled!"
8281
  msgstr "Votre réservation est déjà annulée."
8282
 
@@ -8284,11 +8298,11 @@ msgstr "Votre réservation est déjà annulée."
8284
  msgid "#"
8285
  msgstr ""
8286
 
8287
- #: app/features/profile/profile.php:61 app/libraries/main.php:3668
8288
  msgid "Status"
8289
  msgstr ""
8290
 
8291
- #: app/features/profile/profile.php:64 app/libraries/main.php:2644
8292
  msgid "Attendees"
8293
  msgstr "Participants"
8294
 
@@ -8344,12 +8358,12 @@ msgstr "Recherche"
8344
  msgid "No search result."
8345
  msgstr ""
8346
 
8347
- #: app/features/search_bar/search_result.php:12 app/libraries/main.php:6251
8348
- #: app/libraries/main.php:6298 app/libraries/notifications.php:1025
8349
- #: app/libraries/render.php:531 app/libraries/render.php:851
8350
  #: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
8351
  #: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
8352
- #: app/modules/next-event/details.php:145 app/skins/single.php:1182
8353
  #: app/skins/single/default.php:124 app/skins/single/default.php:358
8354
  #: app/skins/single/m1.php:46 app/skins/single/modern.php:222
8355
  #, fuzzy
@@ -8375,7 +8389,7 @@ msgid "Insert speaker email address."
8375
  msgstr "Ajouter l'email de l'organisateur."
8376
 
8377
  #: app/features/speakers.php:135 app/features/speakers.php:208
8378
- #: app/skins/single.php:1264 app/skins/single.php:1323
8379
  #: app/skins/single/default.php:202 app/skins/single/default.php:268
8380
  #: app/skins/single/default.php:435 app/skins/single/default.php:501
8381
  #: app/skins/single/m1.php:126 app/skins/single/m1.php:180
@@ -8436,9 +8450,9 @@ msgid ""
8436
  "section and speaker widget section!"
8437
  msgstr ""
8438
 
8439
- #: app/features/wc.php:103 app/libraries/notifications.php:1010
8440
- #: app/libraries/notifications.php:1025 app/libraries/notifications.php:1036
8441
- #: app/libraries/notifications.php:1304 app/libraries/notifications.php:1305
8442
  #, php-format
8443
  msgid "%s to %s"
8444
  msgstr "%s en %s"
@@ -8462,8 +8476,8 @@ msgstr ""
8462
  msgid "Discount"
8463
  msgstr "Réduction"
8464
 
8465
- #: app/libraries/book.php:868 app/modules/booking/default.php:415
8466
- #: app/modules/booking/default.php:520
8467
  msgid "Download Invoice"
8468
  msgstr ""
8469
 
@@ -8540,112 +8554,112 @@ msgstr ""
8540
  msgid "There is no excerpt because this is a protected post."
8541
  msgstr "Il n’y a aucun extrait car ce post est protégé."
8542
 
8543
- #: app/libraries/main.php:337 app/libraries/main.php:2058
8544
- #: app/libraries/main.php:2083
8545
  msgid "Agenda View"
8546
  msgstr "Vue agenda"
8547
 
8548
- #: app/libraries/main.php:338 app/libraries/main.php:2049
8549
- #: app/libraries/main.php:2074
8550
  msgid "Full Calendar"
8551
  msgstr "Calendrier complet"
8552
 
8553
- #: app/libraries/main.php:340 app/libraries/main.php:2051
8554
- #: app/libraries/main.php:2076
8555
  msgid "Calendar/Monthly View"
8556
  msgstr "Calendrier / Mensuel"
8557
 
8558
- #: app/libraries/main.php:343 app/libraries/main.php:2054
8559
- #: app/libraries/main.php:2079
8560
  msgid "Timetable View"
8561
  msgstr ""
8562
 
8563
- #: app/libraries/main.php:344 app/libraries/main.php:2055
8564
- #: app/libraries/main.php:2080
8565
  msgid "Masonry View"
8566
  msgstr ""
8567
 
8568
- #: app/libraries/main.php:345 app/libraries/main.php:2059
8569
- #: app/libraries/main.php:2084
8570
  msgid "Map View"
8571
  msgstr "Vue sur Carte (Map)"
8572
 
8573
- #: app/libraries/main.php:346
8574
  msgid "Cover View"
8575
  msgstr "Couverture"
8576
 
8577
- #: app/libraries/main.php:347
8578
  msgid "Countdown View"
8579
  msgstr "Vue sur Compte à Rebours"
8580
 
8581
- #: app/libraries/main.php:348
8582
  msgid "Available Spot"
8583
  msgstr ""
8584
 
8585
- #: app/libraries/main.php:349
8586
  msgid "Carousel View"
8587
  msgstr "Vue Caroussel"
8588
 
8589
- #: app/libraries/main.php:350
8590
  msgid "Slider View"
8591
  msgstr "Vue sur Slider"
8592
 
8593
- #: app/libraries/main.php:351
8594
  msgid "Timeline View"
8595
  msgstr "Vue chronologique"
8596
 
8597
- #: app/libraries/main.php:390 app/libraries/main.php:6223
8598
- #: app/libraries/main.php:6277
8599
  msgid "SU"
8600
  msgstr "DIM."
8601
 
8602
- #: app/libraries/main.php:391 app/libraries/main.php:6224
8603
- #: app/libraries/main.php:6278
8604
  msgid "MO"
8605
  msgstr "LUN."
8606
 
8607
- #: app/libraries/main.php:392 app/libraries/main.php:6225
8608
- #: app/libraries/main.php:6279
8609
  msgid "TU"
8610
  msgstr "MAR."
8611
 
8612
- #: app/libraries/main.php:393 app/libraries/main.php:6226
8613
- #: app/libraries/main.php:6280
8614
  msgid "WE"
8615
  msgstr "MER."
8616
 
8617
- #: app/libraries/main.php:394 app/libraries/main.php:6227
8618
- #: app/libraries/main.php:6281
8619
  msgid "TH"
8620
  msgstr "JEU."
8621
 
8622
- #: app/libraries/main.php:395 app/libraries/main.php:6228
8623
- #: app/libraries/main.php:6282
8624
  msgid "FR"
8625
  msgstr "VEN."
8626
 
8627
- #: app/libraries/main.php:396 app/libraries/main.php:6229
8628
- #: app/libraries/main.php:6283
8629
  msgid "SA"
8630
  msgstr "SAM."
8631
 
8632
- #: app/libraries/main.php:550
8633
  msgid "Upload Field"
8634
  msgstr "Mettre une image en ligne"
8635
 
8636
- #: app/libraries/main.php:559
8637
  msgid "Additional Locations"
8638
  msgstr "Lieux additionnels"
8639
 
8640
- #: app/libraries/main.php:722
8641
  msgid "Modules"
8642
  msgstr "Modules"
8643
 
8644
- #: app/libraries/main.php:890
8645
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
8646
  msgstr ""
8647
 
8648
- #: app/libraries/main.php:897
8649
  msgid ""
8650
  "The time has come at last, and the new practical add-ons for MEC have been "
8651
  "released. This is a revolution in the world of Event Calendars. We have "
@@ -8653,413 +8667,413 @@ msgid ""
8653
  "below:"
8654
  msgstr ""
8655
 
8656
- #: app/libraries/main.php:899
8657
  msgid ""
8658
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
8659
  "products) and Woo products at the same time."
8660
  msgstr ""
8661
 
8662
- #: app/libraries/main.php:900
8663
  msgid ""
8664
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
8665
  "other websites without MEC. Use JSON output features to make your Apps "
8666
  "compatible with MEC."
8667
  msgstr ""
8668
 
8669
- #: app/libraries/main.php:901
8670
  msgid ""
8671
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
8672
  "main websites. Changes in the main one will be inherited by the subsites. "
8673
  "you can set these up in the admin panel."
8674
  msgstr ""
8675
 
8676
- #: app/libraries/main.php:902
8677
  msgid ""
8678
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
8679
  "pages can contain ticket purchase information, information about registered "
8680
  "events. Users can now log in to purchase tickets."
8681
  msgstr ""
8682
 
8683
- #: app/libraries/main.php:904
8684
  msgid "find out more"
8685
  msgstr ""
8686
 
8687
- #: app/libraries/main.php:1775
8688
  msgid "Events at this location"
8689
  msgstr "Événements à :"
8690
 
8691
- #: app/libraries/main.php:1775
8692
  msgid "Event at this location"
8693
  msgstr "Événement à :"
8694
 
8695
- #: app/libraries/main.php:1827
8696
  msgid "Facebook"
8697
  msgstr "Facebook"
8698
 
8699
- #: app/libraries/main.php:1828
8700
  msgid "Twitter"
8701
  msgstr "Twitter"
8702
 
8703
- #: app/libraries/main.php:1829 app/libraries/main.php:1886
8704
  msgid "Linkedin"
8705
  msgstr "Linkedin"
8706
 
8707
- #: app/libraries/main.php:1830 app/libraries/main.php:1922
8708
  msgid "VK"
8709
  msgstr ""
8710
 
8711
- #: app/libraries/main.php:1831
8712
  msgid "Tumblr"
8713
  msgstr ""
8714
 
8715
- #: app/libraries/main.php:1832
8716
  msgid "Pinterest"
8717
  msgstr ""
8718
 
8719
- #: app/libraries/main.php:1833
8720
  msgid "Flipboard"
8721
  msgstr ""
8722
 
8723
- #: app/libraries/main.php:1834
8724
  msgid "GetPocket"
8725
  msgstr "GetPocket"
8726
 
8727
- #: app/libraries/main.php:1835
8728
  msgid "Reddit"
8729
  msgstr ""
8730
 
8731
- #: app/libraries/main.php:1836
8732
  msgid "WhatsApp"
8733
  msgstr ""
8734
 
8735
- #: app/libraries/main.php:1837
8736
  msgid "Telegram"
8737
  msgstr ""
8738
 
8739
- #: app/libraries/main.php:1856
8740
  msgid "Share on Facebook"
8741
  msgstr "Partager sur Facebook"
8742
 
8743
- #: app/libraries/main.php:1871
8744
  msgid "Tweet"
8745
  msgstr "Tweeter"
8746
 
8747
- #: app/libraries/main.php:1937
8748
  msgid "Share on Tumblr"
8749
  msgstr "Partager sur Tumblr"
8750
 
8751
- #: app/libraries/main.php:1953
8752
  msgid "Share on Pinterest"
8753
  msgstr ""
8754
 
8755
- #: app/libraries/main.php:1969
8756
  msgid "Share on Flipboard"
8757
  msgstr "Partager sur Flipboard"
8758
 
8759
- #: app/libraries/main.php:1987
8760
  msgid "Share on GetPocket"
8761
  msgstr "Partager sur GetPocket"
8762
 
8763
- #: app/libraries/main.php:2003
8764
  msgid "Share on Reddit"
8765
  msgstr "Partager sur Reddit"
8766
 
8767
- #: app/libraries/main.php:2019
8768
  msgid "Share on Telegram"
8769
  msgstr ""
8770
 
8771
- #: app/libraries/main.php:2037
8772
  msgid "Share on WhatsApp"
8773
  msgstr ""
8774
 
8775
- #: app/libraries/main.php:2060 app/libraries/main.php:2085
8776
  msgid "Custom Shortcode"
8777
  msgstr "Shortcode personnalisé"
8778
 
8779
- #: app/libraries/main.php:2426
8780
  msgid "Your booking already verified!"
8781
  msgstr "Votre réservation est déjà vérifiée."
8782
 
8783
- #: app/libraries/main.php:2431
8784
  msgid "Your booking successfully verified."
8785
  msgstr "Votre réservation est vérifiée avec succès."
8786
 
8787
- #: app/libraries/main.php:2432
8788
  msgid "Your booking cannot verify!"
8789
  msgstr "Votre réservation ne peut pas être vérifiée!"
8790
 
8791
- #: app/libraries/main.php:2457
8792
  #, fuzzy
8793
  #| msgid "The event is finished."
8794
  msgid "The event is already finished!"
8795
  msgstr "L'événement est terminé."
8796
 
8797
- #: app/libraries/main.php:2475
8798
  msgid "The cancelation window is passed."
8799
  msgstr ""
8800
 
8801
- #: app/libraries/main.php:2481
8802
  msgid "Your booking successfully canceled."
8803
  msgstr "Votre réservation est annulée."
8804
 
8805
- #: app/libraries/main.php:2482
8806
  msgid "Your booking cannot be canceled."
8807
  msgstr "Votre réservation ne peut être annulée."
8808
 
8809
- #: app/libraries/main.php:2486
8810
  msgid "You canceled the payment successfully."
8811
  msgstr "Vous avez annulé le paiement avec succès."
8812
 
8813
- #: app/libraries/main.php:2490
8814
  msgid "You returned from payment gateway successfully."
8815
  msgstr "Votre paiement à bien été validé."
8816
 
8817
- #: app/libraries/main.php:2509
8818
  msgid "Cannot find the invoice!"
8819
  msgstr ""
8820
 
8821
- #: app/libraries/main.php:2509
8822
  #, fuzzy
8823
  #| msgid "Security nonce is invalid."
8824
  msgid "Invoice is invalid."
8825
  msgstr "Le code de sécurité de la carte n'est pas correct."
8826
 
8827
- #: app/libraries/main.php:2529
8828
  msgid ""
8829
  "Your booking still is not confirmed. You can download it after confirmation!"
8830
  msgstr ""
8831
 
8832
- #: app/libraries/main.php:2529
8833
  msgid "Booking Not Confirmed."
8834
  msgstr "Réservation non confirmée."
8835
 
8836
- #: app/libraries/main.php:2535
8837
  msgid "Cannot find the booking!"
8838
  msgstr ""
8839
 
8840
- #: app/libraries/main.php:2535
8841
  msgid "Booking is invalid."
8842
  msgstr ""
8843
 
8844
- #: app/libraries/main.php:2568
8845
  #, php-format
8846
  msgid "%s Invoice"
8847
  msgstr ""
8848
 
8849
- #: app/libraries/main.php:2601
8850
  #, fuzzy
8851
  #| msgid "Date And Time"
8852
  msgid "Date & Time"
8853
  msgstr "Date et heure"
8854
 
8855
- #: app/libraries/main.php:2618
8856
  #, fuzzy
8857
  #| msgid "Booking Price"
8858
  msgid "Booking Fields"
8859
  msgstr "Prix de la réservation"
8860
 
8861
- #: app/libraries/main.php:2690
8862
  msgid "Billing"
8863
  msgstr ""
8864
 
8865
- #: app/libraries/main.php:2702
8866
  #, fuzzy
8867
  #| msgid "Coupon"
8868
  msgid "Coupon Code"
8869
  msgstr "Coupon"
8870
 
8871
- #: app/libraries/main.php:2707
8872
  msgid "Total"
8873
  msgstr ""
8874
 
8875
- #: app/libraries/main.php:2714
8876
  msgid "Payment"
8877
  msgstr "Paiement"
8878
 
8879
- #: app/libraries/main.php:2718
8880
  msgid "Gateway"
8881
  msgstr "Passerelle"
8882
 
8883
- #: app/libraries/main.php:2731
8884
  msgid "Payment Time"
8885
  msgstr "Date de Paiement"
8886
 
8887
- #: app/libraries/main.php:2873
8888
  msgid "Request is not valid."
8889
  msgstr "Requête invalide !"
8890
 
8891
- #: app/libraries/main.php:2873
8892
  msgid "iCal export stopped!"
8893
  msgstr "Export vers iCal arrêté !"
8894
 
8895
- #: app/libraries/main.php:3219 app/libraries/main.php:3248
8896
- #: app/libraries/main.php:3277 app/libraries/main.php:3306
8897
- #: app/libraries/main.php:3335 app/libraries/main.php:3364
8898
- #: app/libraries/main.php:3393 app/libraries/main.php:3422
8899
- #: app/libraries/main.php:3451 app/libraries/main.php:3480
8900
- #: app/libraries/main.php:3503 app/libraries/main.php:3549
8901
- #: app/libraries/main.php:3595 app/libraries/main.php:3644
8902
- #: app/libraries/main.php:3693
8903
  msgid "Sort"
8904
  msgstr "Trier"
8905
 
8906
- #: app/libraries/main.php:3226 app/libraries/main.php:3255
8907
- #: app/libraries/main.php:3284 app/libraries/main.php:3313
8908
- #: app/libraries/main.php:3342 app/libraries/main.php:3371
8909
- #: app/libraries/main.php:3400 app/libraries/main.php:3429
8910
- #: app/libraries/main.php:3458 app/libraries/main.php:3510
8911
- #: app/libraries/main.php:3556 app/libraries/main.php:3602
8912
- #: app/libraries/main.php:3651
8913
  msgid "Required Field"
8914
  msgstr "Champ obligatoire"
8915
 
8916
- #: app/libraries/main.php:3232 app/libraries/main.php:3261
8917
- #: app/libraries/main.php:3290 app/libraries/main.php:3319
8918
- #: app/libraries/main.php:3348 app/libraries/main.php:3377
8919
- #: app/libraries/main.php:3406 app/libraries/main.php:3435
8920
- #: app/libraries/main.php:3464 app/libraries/main.php:3516
8921
- #: app/libraries/main.php:3562 app/libraries/main.php:3608
8922
- #: app/libraries/main.php:3657
8923
  msgid "Insert a label for this field"
8924
  msgstr "Insérez une label pour ce champ"
8925
 
8926
- #: app/libraries/main.php:3486
8927
  msgid "HTML and shortcode are allowed."
8928
  msgstr "HTML et shortcode sont autorisés."
8929
 
8930
- #: app/libraries/main.php:3529 app/libraries/main.php:3575
8931
- #: app/libraries/main.php:3621
8932
  msgid "Option"
8933
  msgstr "Option"
8934
 
8935
- #: app/libraries/main.php:3657
8936
  #, php-format
8937
  msgid "Instead of %s, the page title with a link will be show."
8938
  msgstr ""
8939
 
8940
- #: app/libraries/main.php:3659
8941
  msgid "Agreement Page"
8942
  msgstr ""
8943
 
8944
- #: app/libraries/main.php:3670
8945
  msgid "Checked by default"
8946
  msgstr ""
8947
 
8948
- #: app/libraries/main.php:3671
8949
  msgid "Unchecked by default"
8950
  msgstr ""
8951
 
8952
- #: app/libraries/main.php:3695
8953
  msgid "Insert a label for this option"
8954
  msgstr "Insérez une étiquette pour cette option"
8955
 
8956
- #: app/libraries/main.php:3708
8957
  msgid "Free"
8958
  msgstr "Gratuite"
8959
 
8960
- #: app/libraries/main.php:4377 app/libraries/main.php:6558
8961
  msgid "M.E. Calender"
8962
  msgstr "M.E Calendrier"
8963
 
8964
- #: app/libraries/main.php:4533
8965
  #, php-format
8966
  msgid "Copy of %s"
8967
  msgstr "Copie de %s"
8968
 
8969
- #: app/libraries/main.php:5380
8970
  msgid "Booked an event."
8971
  msgstr "Réserver un événement"
8972
 
8973
- #: app/libraries/main.php:5421
8974
  #, php-format
8975
  msgid "%s booked %s event."
8976
  msgstr "%s réservé %s événement"
8977
 
8978
- #: app/libraries/main.php:6206 app/libraries/main.php:6260
8979
  msgid "Taxonomies"
8980
  msgstr "Taxonomies"
8981
 
8982
- #: app/libraries/main.php:6208 app/libraries/main.php:6262
8983
  msgid "Category Plural Label"
8984
  msgstr "Catégorie au pluriel"
8985
 
8986
- #: app/libraries/main.php:6209 app/libraries/main.php:6263
8987
  msgid "Category Singular Label"
8988
  msgstr "Catégorie au singulier"
8989
 
8990
- #: app/libraries/main.php:6210 app/libraries/main.php:6264
8991
  msgid "Label Plural Label"
8992
  msgstr "Étiquettes au pluriel"
8993
 
8994
- #: app/libraries/main.php:6211 app/libraries/main.php:6265
8995
  msgid "Label Singular Label"
8996
  msgstr "Étiquettes au singulier"
8997
 
8998
- #: app/libraries/main.php:6211 app/libraries/main.php:6265
8999
  msgid "label"
9000
  msgstr "texte"
9001
 
9002
- #: app/libraries/main.php:6212 app/libraries/main.php:6266
9003
  msgid "Location Plural Label"
9004
  msgstr "Lieu au pluriel"
9005
 
9006
- #: app/libraries/main.php:6213 app/libraries/main.php:6267
9007
  msgid "Location Singular Label"
9008
  msgstr "Lieu au singulier"
9009
 
9010
- #: app/libraries/main.php:6214 app/libraries/main.php:6268
9011
  msgid "Organizer Plural Label"
9012
  msgstr "Organisateur au pluriel"
9013
 
9014
- #: app/libraries/main.php:6215 app/libraries/main.php:6269
9015
  msgid "Organizer Singular Label"
9016
  msgstr "Organisateur au singulier"
9017
 
9018
- #: app/libraries/main.php:6216 app/libraries/main.php:6270
9019
  msgid "Speaker Plural Label"
9020
  msgstr "Étiquettes au pluriel"
9021
 
9022
- #: app/libraries/main.php:6217 app/libraries/main.php:6271
9023
  msgid "Speaker Singular Label"
9024
  msgstr "Étiquettes au singulier"
9025
 
9026
- #: app/libraries/main.php:6223 app/libraries/main.php:6277
9027
  msgid "Sunday abbreviation"
9028
  msgstr "Abréviation de Dimanche"
9029
 
9030
- #: app/libraries/main.php:6224 app/libraries/main.php:6278
9031
  msgid "Monday abbreviation"
9032
  msgstr "Abréviation de Lundi"
9033
 
9034
- #: app/libraries/main.php:6225 app/libraries/main.php:6279
9035
  msgid "Tuesday abbreviation"
9036
  msgstr "Abréviation de Mardi"
9037
 
9038
- #: app/libraries/main.php:6226 app/libraries/main.php:6280
9039
  msgid "Wednesday abbreviation"
9040
  msgstr "Abréviation de Mercredi"
9041
 
9042
- #: app/libraries/main.php:6227 app/libraries/main.php:6281
9043
  msgid "Thursday abbreviation"
9044
  msgstr "Abréviation de Jeudi"
9045
 
9046
- #: app/libraries/main.php:6228 app/libraries/main.php:6282
9047
  msgid "Friday abbreviation"
9048
  msgstr "Abréviation de Vendredi"
9049
 
9050
- #: app/libraries/main.php:6229 app/libraries/main.php:6283
9051
  msgid "Saturday abbreviation"
9052
  msgstr "Abréviation de Samedi"
9053
 
9054
- #: app/libraries/main.php:6233 app/libraries/main.php:6287
9055
  msgid "Others"
9056
  msgstr "Autres"
9057
 
9058
- #: app/libraries/main.php:6235
9059
  msgid "Booking Success Message"
9060
  msgstr "Message de succès de réservation"
9061
 
9062
- #: app/libraries/main.php:6235
9063
  #, fuzzy
9064
  #| msgid ""
9065
  #| "Thanks for your booking. Your tickets booked, booking verification might "
@@ -9071,66 +9085,66 @@ msgstr ""
9071
  "Merci pour votre réservation. Vos billets sont réservés, cependant une "
9072
  "vérification peut être nécessaires, contrôlez votre boite mail."
9073
 
9074
- #: app/libraries/main.php:6236
9075
  #, fuzzy
9076
  #| msgid "Booking Success Message"
9077
  msgid "Booking Restriction Message 1"
9078
  msgstr "Message de succès de réservation"
9079
 
9080
- #: app/libraries/main.php:6236
9081
  #, php-format
9082
  msgid ""
9083
  "You selected %s tickets to book but maximum number of tikets per user is %s "
9084
  "tickets."
9085
  msgstr ""
9086
 
9087
- #: app/libraries/main.php:6237
9088
  #, fuzzy
9089
  #| msgid "Booking Success Message"
9090
  msgid "Booking Restriction Message 2"
9091
  msgstr "Message de succès de réservation"
9092
 
9093
- #: app/libraries/main.php:6237
9094
  #, php-format
9095
  msgid ""
9096
  "You booked %s tickets till now but maximum number of tickets per user is %s "
9097
  "tickets."
9098
  msgstr ""
9099
 
9100
- #: app/libraries/main.php:6238
9101
  #, fuzzy
9102
  #| msgid "Booking Success Message"
9103
  msgid "Booking IP Restriction Message"
9104
  msgstr "Message de succès de réservation"
9105
 
9106
- #: app/libraries/main.php:6238
9107
  #, php-format
9108
  msgid "Maximum allowed number of tickets that you can book is %s."
9109
  msgstr ""
9110
 
9111
- #: app/libraries/main.php:6239
9112
  #, fuzzy
9113
  #| msgid "Booking Options"
9114
  msgid "Booking Button"
9115
  msgstr "Options de Réservation"
9116
 
9117
- #: app/libraries/main.php:6239 app/libraries/skins.php:1257
9118
  #: app/modules/booking/steps/tickets.php:99
9119
  msgid "Book Event"
9120
  msgstr "Réservez pour cet événement"
9121
 
9122
- #: app/libraries/main.php:6240 app/libraries/main.php:6289
9123
  #: app/widgets/single.php:131
9124
  msgid "Register Button"
9125
  msgstr "Boutons d'inscription"
9126
 
9127
- #: app/libraries/main.php:6240 app/libraries/main.php:6289
9128
  #: app/skins/available_spot/tpl.php:208 app/skins/carousel/render.php:106
9129
  #: app/skins/carousel/render.php:144 app/skins/grid/render.php:103
9130
  #: app/skins/grid/render.php:161 app/skins/grid/render.php:219
9131
  #: app/skins/grid/render.php:240 app/skins/list/render.php:70
9132
  #: app/skins/list/render.php:165 app/skins/masonry/render.php:150
9133
- #: app/skins/single.php:478 app/skins/single.php:1203 app/skins/single.php:1206
9134
  #: app/skins/single/default.php:287 app/skins/single/default.php:289
9135
  #: app/skins/single/default.php:520 app/skins/single/default.php:522
9136
  #: app/skins/single/m1.php:143 app/skins/single/m1.php:145
@@ -9142,11 +9156,11 @@ msgstr "Boutons d'inscription"
9142
  msgid "REGISTER"
9143
  msgstr "S'INSCRIRE"
9144
 
9145
- #: app/libraries/main.php:6241 app/libraries/main.php:6290
9146
  msgid "View Detail Button"
9147
  msgstr "Afficher le boutons de détail"
9148
 
9149
- #: app/libraries/main.php:6241 app/libraries/main.php:6290
9150
  #: app/skins/carousel/render.php:106 app/skins/carousel/render.php:144
9151
  #: app/skins/grid/render.php:103 app/skins/grid/render.php:161
9152
  #: app/skins/grid/render.php:219 app/skins/grid/render.php:240
@@ -9158,138 +9172,138 @@ msgstr "Afficher le boutons de détail"
9158
  msgid "View Detail"
9159
  msgstr "En savoir plus"
9160
 
9161
- #: app/libraries/main.php:6242 app/libraries/main.php:6291
9162
  msgid "Event Detail Button"
9163
  msgstr "Bouton de détail de l'événement"
9164
 
9165
- #: app/libraries/main.php:6242 app/libraries/main.php:6291
9166
  msgid "Event Detail"
9167
  msgstr "Détails"
9168
 
9169
- #: app/libraries/main.php:6247
9170
  msgid "Ticket (Singular)"
9171
  msgstr ""
9172
 
9173
- #: app/libraries/main.php:6248
9174
  msgid "Tickets (Plural)"
9175
  msgstr ""
9176
 
9177
- #: app/libraries/main.php:6406
9178
  msgid "EventON"
9179
  msgstr ""
9180
 
9181
- #: app/libraries/main.php:6407
9182
  msgid "The Events Calendar"
9183
  msgstr ""
9184
 
9185
- #: app/libraries/main.php:6408
9186
  msgid "Events Schedule WP Plugin"
9187
  msgstr ""
9188
 
9189
- #: app/libraries/main.php:6409
9190
  msgid "Calendarize It"
9191
  msgstr ""
9192
 
9193
- #: app/libraries/main.php:6410
9194
  msgid "Event Espresso"
9195
  msgstr "Labels d'événement"
9196
 
9197
- #: app/libraries/main.php:6411
9198
  msgid "Events Manager (Recurring)"
9199
  msgstr "Événement récurrent"
9200
 
9201
- #: app/libraries/main.php:6412
9202
  msgid "Events Manager (Single)"
9203
  msgstr "Modern Events Calendar"
9204
 
9205
- #: app/libraries/main.php:6413
9206
  #, fuzzy
9207
  #| msgid "Events Manager (Single)"
9208
  msgid "WP Event Manager"
9209
  msgstr "Modern Events Calendar"
9210
 
9211
- #: app/libraries/main.php:6497 app/libraries/main.php:6519
9212
  msgid "Pending"
9213
  msgstr "En attente"
9214
 
9215
- #: app/libraries/main.php:6545
9216
  msgid "Waiting"
9217
  msgstr "En attente"
9218
 
9219
- #: app/libraries/main.php:6588
9220
  #, fuzzy
9221
  #| msgid "Sunday"
9222
  msgid "Sun"
9223
  msgstr "Dimanche"
9224
 
9225
- #: app/libraries/main.php:6588
9226
  #, fuzzy
9227
  #| msgid "Month"
9228
  msgid "Mon"
9229
  msgstr "Mois"
9230
 
9231
- #: app/libraries/main.php:6588
9232
  #, fuzzy
9233
  #| msgid "Tel"
9234
  msgid "Tue"
9235
  msgstr "Téléphone"
9236
 
9237
- #: app/libraries/main.php:6588
9238
  msgid "Wed"
9239
  msgstr ""
9240
 
9241
- #: app/libraries/main.php:6588
9242
  msgid "Thu"
9243
  msgstr ""
9244
 
9245
- #: app/libraries/main.php:6588
9246
  #, fuzzy
9247
  #| msgid "Friday"
9248
  msgid "Fri"
9249
  msgstr "Vendredi"
9250
 
9251
- #: app/libraries/main.php:6588
9252
  #, fuzzy
9253
  #| msgid "Start"
9254
  msgid "Sat"
9255
  msgstr "Démarrer"
9256
 
9257
- #: app/libraries/main.php:6750 app/libraries/render.php:80
9258
  #: app/libraries/render.php:445
9259
  msgid "Skin controller does not exist."
9260
  msgstr "Le contrôleur de Skin n'existe pas."
9261
 
9262
- #: app/libraries/main.php:6965
9263
  msgid "Sold Out"
9264
  msgstr "Épuisé!"
9265
 
9266
- #: app/libraries/main.php:6976
9267
  msgid "Last Few Tickets"
9268
  msgstr "Bientôt complet"
9269
 
9270
- #: app/libraries/main.php:7305 app/libraries/main.php:7322
9271
  #, fuzzy
9272
  #| msgid "minutes"
9273
  msgid "Minutes"
9274
  msgstr "minutes"
9275
 
9276
- #: app/libraries/main.php:7327
9277
  msgid "AM / PM"
9278
  msgstr ""
9279
 
9280
- #: app/libraries/main.php:7328
9281
  msgid "AM"
9282
  msgstr "du matin"
9283
 
9284
- #: app/libraries/main.php:7329
9285
  msgid "PM"
9286
  msgstr "de l'après midi"
9287
 
9288
- #: app/libraries/main.php:7337
9289
  msgid "Ongoing..."
9290
  msgstr ""
9291
 
9292
- #: app/libraries/main.php:7338
9293
  #, fuzzy
9294
  #| msgid "Expired Events"
9295
  msgid "Expired!"
@@ -9319,39 +9333,39 @@ msgstr "Une nouvelle réservation est enregistrée."
9319
  msgid "A new event is added."
9320
  msgstr "Un nouvel événement est ajouté."
9321
 
9322
- #: app/libraries/notifications.php:834
9323
  msgid "Your event is published."
9324
  msgstr "Événement Publié."
9325
 
9326
- #: app/libraries/notifications.php:1248
9327
  msgid "to"
9328
  msgstr ""
9329
 
9330
- #: app/libraries/notifications.php:1269 app/modules/export/details.php:46
9331
  msgid "+ Add to Google Calendar"
9332
  msgstr "+ Ajouter à mon Agenda Google"
9333
 
9334
- #: app/libraries/notifications.php:1270 app/modules/export/details.php:47
9335
  #, fuzzy
9336
  #| msgid "+ iCal export"
9337
  msgid "+ iCal / Outlook export"
9338
  msgstr "+ Exporter vers iCal"
9339
 
9340
- #: app/libraries/notifications.php:1319
9341
  #, fuzzy, php-format
9342
  #| msgid "+ Add to Google Calendar"
9343
  msgid "+ %s to Google Calendar"
9344
  msgstr "+ Ajouter à mon Agenda Google"
9345
 
9346
- #: app/libraries/notifications.php:1399
9347
  msgid "Yes"
9348
  msgstr "Oui"
9349
 
9350
- #: app/libraries/notifications.php:1399
9351
  msgid "No"
9352
  msgstr "Non"
9353
 
9354
- #: app/libraries/skins.php:1083
9355
  msgid "Select"
9356
  msgstr "Tout sélectionner"
9357
 
@@ -9483,15 +9497,15 @@ msgstr "L'événement est terminé."
9483
  msgid "The event is ongoing."
9484
  msgstr "L'événement est en cours."
9485
 
9486
- #: app/modules/googlemap/details.php:125
9487
  msgid "Address from ..."
9488
  msgstr "Entrez votre adresse ..."
9489
 
9490
- #: app/modules/googlemap/details.php:129
9491
  msgid "Get Directions"
9492
  msgstr ""
9493
 
9494
- #: app/modules/links/details.php:17 app/skins/single.php:886
9495
  msgid "Share this event"
9496
  msgstr "Partagez cet événement"
9497
 
@@ -9546,7 +9560,7 @@ msgstr "Prochain déroulement"
9546
  msgid "Go to occurrence page"
9547
  msgstr "Aller à la Page"
9548
 
9549
- #: app/modules/next-event/details.php:139 app/skins/single.php:1176
9550
  #: app/skins/single/default.php:118 app/skins/single/default.php:352
9551
  #: app/skins/single/m1.php:40 app/skins/single/modern.php:216
9552
  msgid "Time"
@@ -9703,20 +9717,20 @@ msgstr "Nouvel événement"
9703
  msgid "Home"
9704
  msgstr ""
9705
 
9706
- #: app/skins/single.php:970 app/skins/single/default.php:64
9707
  #: app/skins/single/m1.php:278 app/skins/single/m2.php:199
9708
  #: app/skins/single/modern.php:300
9709
  msgid "Sold out!"
9710
  msgstr "Épuisé !"
9711
 
9712
- #: app/skins/single.php:1250 app/skins/single.php:1309
9713
  #: app/skins/single/default.php:254 app/skins/single/default.php:487
9714
  #: app/skins/single/m1.php:112 app/skins/single/m2.php:35
9715
  #: app/skins/single/modern.php:58
9716
  msgid "Phone"
9717
  msgstr "Téléphone"
9718
 
9719
- #: app/skins/single.php:1399
9720
  msgid "Speakers:"
9721
  msgstr "Orateurs:"
9722
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2020-10-28 10:07+0330\n"
5
+ "PO-Revision-Date: 2020-10-28 10:09+0330\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/import.php:55
25
+ #: app/features/ix/thirdparty.php:26 app/features/mec.php:1156
26
+ #: app/features/mec.php:1186 app/features/mec/dashboard.php:63
27
  #: app/widgets/MEC.php:33
28
  msgid "Modern Events Calendar"
29
  msgstr "Modern Events Calendar"
86
  msgstr "Ajouter un nouveau Shortcode"
87
 
88
  #: app/features/colors.php:50 app/features/fes/form.php:915
89
+ #: app/features/mec/settings.php:764
90
  msgid "Event Color"
91
  msgstr "Couleur de l'événement"
92
 
99
  #: app/features/contextual.php:55 app/features/mec.php:474
100
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
101
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
102
+ #: app/libraries/main.php:616
103
  msgid "Settings"
104
  msgstr "Paramètres"
105
 
106
  #: app/features/contextual.php:62 app/features/events.php:1617
107
+ #: app/features/events.php:2492 app/features/mec/booking.php:606
108
+ #: app/features/mec/booking.php:854 app/features/mec/support.php:29
109
+ #: app/libraries/main.php:571
110
  msgid "Booking Form"
111
  msgstr "Formulaire de réservation"
112
 
120
  msgstr ""
121
 
122
  #: app/features/contextual.php:70 app/features/events.php:1625
123
+ #: app/features/mec/booking.php:798 app/features/mec/support-page.php:115
124
+ #: app/features/mec/support.php:36 app/libraries/main.php:572
125
  msgid "Payment Gateways"
126
  msgstr "Passerelle de paiement"
127
 
134
 
135
  #: app/features/contextual.php:77 app/features/events.php:352
136
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
137
+ #: app/libraries/main.php:764
138
  msgid "Notifications"
139
  msgstr "Notifications"
140
 
198
  msgstr ""
199
 
200
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
201
+ #: app/features/mec/support-page.php:97 app/libraries/main.php:538
202
  msgid "General Options"
203
  msgstr "Options générales"
204
 
205
+ #: app/features/contextual.php:139 app/features/mec/settings.php:483
206
+ #: app/libraries/main.php:540
207
  msgid "Slugs/Permalinks"
208
  msgstr "Permaliens/Ancres"
209
 
211
  msgid "Event Details/Single Event Page"
212
  msgstr "Détail de l'événement/Page de l'événement"
213
 
214
+ #: app/features/contextual.php:166 app/features/mec/settings.php:515
215
+ #: app/libraries/main.php:541
216
  msgid "Currency Options"
217
  msgstr "Options de devise"
218
 
220
  msgid "Google Maps Options"
221
  msgstr "Option du plugin Google Maps"
222
 
223
+ #: app/features/contextual.php:244 app/features/mec/settings.php:572
224
+ #: app/libraries/main.php:542
225
  msgid "Google Recaptcha Options"
226
  msgstr "Options de Google reCAPTCHA"
227
 
228
  #: app/features/contextual.php:258 app/features/mec/single.php:248
229
+ #: app/libraries/main.php:557
230
  msgid "Countdown Options"
231
  msgstr "Options du Compte à Rebours"
232
 
233
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
234
+ #: app/libraries/main.php:582
235
  msgid "Social Networks"
236
  msgstr "Réseaux Sociaux"
237
 
239
  msgid "Next Event Module"
240
  msgstr "Module événement suivant"
241
 
242
+ #: app/features/contextual.php:286 app/features/mec/settings.php:612
243
+ #: app/features/mec/support-page.php:98 app/libraries/main.php:543
244
  msgid "Frontend Event Submission"
245
  msgstr "Réglages du formulaire de création d’événements"
246
 
247
  #: app/features/contextual.php:298 app/features/events.php:345
248
+ #: app/libraries/main.php:558
249
  msgid "Exceptional Days"
250
  msgstr "Journées Exceptionnelles"
251
 
252
  #: app/features/contextual.php:308 app/features/events.php:315
253
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
254
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
255
+ #: app/libraries/main.php:566 app/libraries/main.php:596
256
+ #: app/libraries/main.php:681
257
  msgid "Booking"
258
  msgstr "Réservation"
259
 
260
+ #: app/features/contextual.php:318 app/features/mec/booking.php:428
261
+ #: app/features/mec/booking.php:814 app/libraries/main.php:568
262
  msgid "Coupons"
263
  msgstr "Bons de réduction"
264
 
265
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
266
+ #: app/libraries/main.php:584
267
  msgid "BuddyPress Integration"
268
  msgstr "Intégration BuddyPress"
269
 
270
+ #: app/features/contextual.php:334 app/features/mec/settings.php:1001
271
+ #: app/libraries/main.php:546
272
  msgid "Mailchimp Integration"
273
  msgstr "Intégration de Mailchimp"
274
 
277
  msgstr "Activation de l'extension"
278
 
279
  #: app/features/dlfile.php:121 app/features/events.php:1622
280
+ #: app/features/mec/booking.php:348 app/features/mec/settings.php:836
281
  #, fuzzy
282
  #| msgid "Download the Plugin"
283
  msgid "Downloadable File"
312
  msgstr ""
313
 
314
  #: app/features/events.php:167 app/features/ix/export.php:34
315
+ #: app/features/mec/dashboard.php:265 app/libraries/main.php:5504
316
+ #: app/libraries/main.php:5524 app/skins/daily_view/tpl.php:82
317
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
318
  #: app/skins/yearly_view/tpl.php:71
319
  msgid "Events"
373
  #: app/features/mec/meta_boxes/search_form.php:584
374
  #: app/features/mec/meta_boxes/search_form.php:654
375
  #: app/features/mec/meta_boxes/search_form.php:760
376
+ #: app/features/mec/settings.php:908 app/features/mec/settings.php:954
377
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
378
+ #: app/features/search.php:68 app/libraries/main.php:6250
379
+ #: app/libraries/main.php:6304 app/libraries/skins.php:934
380
+ #: app/skins/single.php:993 app/skins/single/default.php:219
381
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
382
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
383
  msgid "Category"
386
  #: app/features/events.php:193 app/features/events.php:3526
387
  #: app/features/fes/form.php:865 app/features/mec.php:462
388
  #: app/features/mec/meta_boxes/filter.php:69
389
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6249
390
+ #: app/libraries/main.php:6303
391
  msgid "Categories"
392
  msgstr "Catégories"
393
 
478
  msgstr "Détails"
479
 
480
  #: app/features/events.php:346 app/features/events.php:1360
481
+ #: app/features/mec/settings.php:794 app/skins/single.php:1386
482
  msgid "Hourly Schedule"
483
  msgstr "Programme"
484
 
505
  #: app/features/mec/meta_boxes/search_form.php:599
506
  #: app/features/mec/meta_boxes/search_form.php:669
507
  #: app/features/mec/meta_boxes/search_form.php:775
508
+ #: app/features/mec/settings.php:966 app/features/mec/single.php:335
509
  #: app/features/mec/single.php:377 app/features/organizers.php:58
510
  #: app/features/organizers.php:204 app/features/organizers.php:260
511
  #: app/features/organizers.php:262 app/features/organizers.php:271
512
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
513
+ #: app/features/search.php:80 app/libraries/main.php:6256
514
+ #: app/libraries/main.php:6310 app/libraries/skins.php:986
515
+ #: app/skins/single.php:1241 app/skins/single/default.php:244
516
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
517
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
518
  msgid "Organizer"
519
  msgstr "Organisateur"
520
 
521
  #: app/features/events.php:350 app/features/events.php:1165
522
+ #: app/features/fes/form.php:836 app/features/mec/settings.php:905
523
+ #: app/libraries/main.php:6287 app/libraries/main.php:6336
524
+ #: app/skins/single.php:1019 app/skins/single/default.php:142
525
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
526
  #: app/skins/single/modern.php:237
527
  msgid "Cost"
546
  #: app/features/fes/form.php:795 app/features/labels.php:178
547
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
548
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
549
+ #: app/libraries/notifications.php:1382 app/modules/booking/steps/form.php:61
550
  msgid "Name"
551
  msgstr "Nom"
552
 
554
  #: app/features/events.php:2549 app/features/events.php:2638
555
  #: app/features/events.php:4089 app/features/fes.php:243
556
  #: app/features/fes/form.php:791 app/features/login/login.php:5
557
+ #: app/features/mec/booking.php:65 app/features/mec/booking.php:644
558
+ #: app/features/mec/booking.php:740 app/features/mec/single.php:191
559
  #: app/features/organizers.php:111 app/features/organizers.php:152
560
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
561
+ #: app/features/speakers.php:204 app/libraries/main.php:1839
562
+ #: app/libraries/main.php:1908 app/libraries/main.php:3330
563
+ #: app/libraries/notifications.php:1383 app/modules/booking/steps/form.php:70
564
+ #: app/modules/booking/steps/form.php:208 app/skins/single.php:1258
565
+ #: app/skins/single.php:1317 app/skins/single/default.php:261
566
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
567
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
568
  msgid "Email"
582
  #: app/features/events.php:3574 app/features/events.php:3762
583
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
584
  #: app/features/ix.php:3980 app/features/ix.php:4022
585
+ #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1344
586
  #: app/features/mec/meta_boxes/display_options.php:52
587
  #: app/features/mec/meta_boxes/display_options.php:295
588
  #: app/features/mec/meta_boxes/display_options.php:549
606
  #: app/features/events.php:3575 app/features/events.php:3762
607
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
608
  #: app/features/ix.php:3980 app/features/ix.php:4022
609
+ #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1345
610
  #: app/features/popup/event.php:92
611
  msgid "End Date"
612
  msgstr "Date de fin"
655
  #: app/features/events.php:2408 app/features/events.php:2421
656
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
657
  #: app/features/locations.php:336 app/features/mec/booking.php:117
658
+ #: app/features/mec/booking.php:140 app/features/mec/booking.php:212
659
+ #: app/features/mec/booking.php:279 app/features/mec/booking.php:292
660
+ #: app/features/mec/booking.php:309 app/features/mec/booking.php:349
661
+ #: app/features/mec/booking.php:473 app/features/mec/booking.php:502
662
+ #: app/features/mec/booking.php:550 app/features/mec/booking.php:560
663
+ #: app/features/mec/booking.php:582 app/features/mec/booking.php:592
664
+ #: app/features/mec/booking.php:830 app/features/mec/booking.php:856
665
  #: app/features/mec/dashboard.php:71
666
  #: app/features/mec/meta_boxes/display_options.php:85
667
  #: app/features/mec/meta_boxes/display_options.php:98
698
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
699
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
700
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
701
+ #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:206
702
+ #: app/features/mec/notifications.php:326
703
+ #: app/features/mec/notifications.php:452
704
+ #: app/features/mec/notifications.php:573
705
+ #: app/features/mec/notifications.php:697
706
+ #: app/features/mec/notifications.php:708
707
+ #: app/features/mec/notifications.php:832
708
+ #: app/features/mec/notifications.php:917 app/features/mec/settings.php:74
709
+ #: app/features/mec/settings.php:93 app/features/mec/settings.php:140
710
+ #: app/features/mec/settings.php:175 app/features/mec/settings.php:196
711
+ #: app/features/mec/settings.php:241 app/features/mec/settings.php:284
712
+ #: app/features/mec/settings.php:361 app/features/mec/settings.php:438
713
+ #: app/features/mec/settings.php:455 app/features/mec/settings.php:472
714
+ #: app/features/mec/settings.php:491 app/features/mec/settings.php:505
715
+ #: app/features/mec/settings.php:533 app/features/mec/settings.php:624
716
+ #: app/features/mec/settings.php:876 app/features/mec/settings.php:892
717
+ #: app/features/mec/settings.php:1016 app/features/mec/settings.php:1029
718
+ #: app/features/mec/settings.php:1045 app/features/mec/single.php:46
719
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
720
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
721
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
722
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
723
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
724
  #: app/features/organizers.php:272 app/features/popup/event.php:126
725
+ #: app/features/popup/event.php:173 app/skins/single.php:1104
726
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
727
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
728
  #: app/skins/single/modern.php:163
774
  msgstr "Récurrence"
775
 
776
  #: app/features/events.php:665 app/features/fes/form.php:372
777
+ #: app/features/mec.php:1347 app/skins/default_full_calendar/tpl.php:77
778
  #: app/skins/full_calendar/tpl.php:124
779
  msgid "Daily"
780
  msgstr "Quotidienne"
798
  msgstr "Hebdomadaire"
799
 
800
  #: app/features/events.php:700 app/features/fes/form.php:377
801
+ #: app/features/mec.php:1348 app/skins/default_full_calendar/tpl.php:75
802
  #: app/skins/full_calendar/tpl.php:122
803
  msgid "Monthly"
804
  msgstr "Mensuelle"
805
 
806
  #: app/features/events.php:707 app/features/fes/form.php:378
807
+ #: app/features/mec.php:1349 app/skins/default_full_calendar/tpl.php:74
808
  #: app/skins/full_calendar/tpl.php:121
809
  msgid "Yearly"
810
  msgstr "Annuelle"
908
  msgstr "Date de fin"
909
 
910
  #: app/features/events.php:1117 app/features/fes/form.php:741
911
+ #: app/features/mec/booking.php:170
912
  msgid "After"
913
  msgstr "Après X répétitions"
914
 
936
 
937
  #: app/features/events.php:1161 app/features/events.php:3762
938
  #: app/features/fes/form.php:833 app/features/ix.php:3980
939
+ #: app/features/ix.php:4022 app/features/mec/settings.php:740
940
+ #: app/libraries/main.php:6286 app/libraries/main.php:6335
941
  #: app/widgets/single.php:103
942
  msgid "Event Cost"
943
  msgstr "Tarif de l'événement"
952
 
953
  #: app/features/events.php:1269 app/features/events.php:2550
954
  #: app/features/events.php:2639 app/features/fes.php:243
955
+ #: app/features/mec/booking.php:645 app/features/mec/booking.php:741
956
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
957
+ #: app/features/wc.php:83 app/libraries/main.php:3417
958
  #: app/modules/booking/steps/tickets.php:103
959
+ #: app/modules/next-event/details.php:134 app/skins/single.php:1077
960
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
961
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
962
  msgid "Date"
996
  #: app/features/events.php:2397 app/features/events.php:3570
997
  #: app/features/events.php:3762 app/features/fes/form.php:256
998
  #: app/features/ix.php:3980 app/features/ix.php:4022
999
+ #: app/features/mec/booking.php:542 app/features/mec/booking.php:574
1000
  #: app/features/mec/styling.php:130
1001
  msgid "Title"
1002
  msgstr "Titre"
1007
  #: app/features/events.php:2006 app/features/events.php:2143
1008
  #: app/features/events.php:2242 app/features/events.php:2278
1009
  #: app/features/events.php:2385 app/features/events.php:2427
1010
+ #: app/features/mec/booking.php:485 app/features/mec/booking.php:514
1011
+ #: app/features/mec/booking.php:565 app/features/mec/booking.php:597
1012
+ #: app/libraries/main.php:3252 app/libraries/main.php:3281
1013
+ #: app/libraries/main.php:3310 app/libraries/main.php:3339
1014
+ #: app/libraries/main.php:3368 app/libraries/main.php:3397
1015
+ #: app/libraries/main.php:3426 app/libraries/main.php:3455
1016
+ #: app/libraries/main.php:3484 app/libraries/main.php:3505
1017
+ #: app/libraries/main.php:3536 app/libraries/main.php:3582
1018
+ #: app/libraries/main.php:3628 app/libraries/main.php:3677
1019
+ #: app/libraries/main.php:3717
1020
  msgid "Remove"
1021
  msgstr "Supprimer"
1022
 
1043
  #: app/features/events.php:1425 app/features/events.php:1458
1044
  #: app/features/events.php:1519 app/features/fes/form.php:959
1045
  #: app/features/mec.php:470 app/features/mec/modules.php:51
1046
+ #: app/features/mec/settings.php:788 app/features/speakers.php:61
1047
+ #: app/libraries/main.php:576 app/libraries/main.php:6257
1048
+ #: app/libraries/main.php:6311 app/modules/speakers/details.php:18
1049
  msgid "Speakers"
1050
  msgstr "Orateurs"
1051
 
1054
  msgstr "Jour suivant"
1055
 
1056
  #: app/features/events.php:1550 app/features/fes/form.php:810
1057
+ #: app/features/mec/settings.php:734
1058
  msgid "Event Links"
1059
  msgstr "Liens de l'évenements"
1060
 
1061
  #: app/features/events.php:1553 app/features/events.php:1561
1062
+ #: app/features/fes/form.php:812 app/features/mec/settings.php:906
1063
+ #: app/libraries/main.php:6284 app/libraries/main.php:6333
1064
  msgid "Event Link"
1065
  msgstr "Lien de l'événement"
1066
 
1085
  msgstr ""
1086
 
1087
  #: app/features/events.php:1571 app/features/events.php:1584
1088
+ #: app/features/fes/form.php:817 app/libraries/main.php:6285
1089
+ #: app/libraries/main.php:6334 app/skins/single.php:1103
1090
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1091
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1092
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
1098
  msgstr "Plus d'Informations"
1099
 
1100
  #: app/features/events.php:1579 app/features/fes/form.php:821
1101
+ #: app/features/mec.php:991 app/features/popup/shortcode.php:477
1102
  msgid "Current Window"
1103
  msgstr "Ouvrir dans l'onglet actuel"
1104
 
1105
  #: app/features/events.php:1580 app/features/fes/form.php:822
1106
+ #: app/features/mec.php:992 app/features/popup/shortcode.php:481
1107
  msgid "New Window"
1108
  msgstr "Ouvrir dans un nouvel onglet"
1109
 
1113
  "Insert full link including http(s)://"
1114
  msgstr "Lien Optionnel. Affiché sur la page de Détails"
1115
 
1116
+ #: app/features/events.php:1608 app/features/mec/settings.php:802
1117
  msgid "Booking Options"
1118
  msgstr "Options de Réservation"
1119
 
1124
  msgstr "Nombre limite de réservation"
1125
 
1126
  #: app/features/events.php:1610 app/features/events.php:1814
1127
+ #: app/libraries/book.php:61 app/libraries/main.php:6289
1128
  #: app/modules/booking/steps/tickets.php:134
1129
  #: app/modules/booking/steps/tickets.php:140
1130
  msgid "Tickets"
1135
  msgstr "Frais"
1136
 
1137
  #: app/features/events.php:1615 app/features/events.php:2311
1138
+ #: app/features/mec/settings.php:814
1139
  msgid "Ticket Variations / Options"
1140
  msgstr "Variations de tickets / options"
1141
 
1142
+ #: app/features/events.php:1619 app/features/mec/booking.php:885
1143
  #: app/features/mec/support-page.php:118
1144
  msgid "Organizer Payment"
1145
  msgstr "Paiement de l’organisateur"
1201
  "similar."
1202
  msgstr ""
1203
 
1204
+ #: app/features/events.php:1743 app/features/mec/booking.php:146
1205
  #, fuzzy
1206
  #| msgid "General Options"
1207
  msgid "Interval Options"
1208
  msgstr "Options générales"
1209
 
1210
  #: app/features/events.php:1745 app/features/events.php:1750
1211
+ #: app/features/mec/booking.php:148 app/features/mec/booking.php:153
1212
  #, fuzzy
1213
  #| msgid "Booking Form"
1214
  msgid "Show Booking Form Interval"
1215
  msgstr "Formulaire de réservation"
1216
 
1217
+ #: app/features/events.php:1747 app/features/mec/booking.php:150
1218
  msgid "Minutes (e.g 5)"
1219
  msgstr ""
1220
 
1221
+ #: app/features/events.php:1751 app/features/mec/booking.php:154
1222
  msgid ""
1223
  "You can show booking form only at certain times before event start. If you "
1224
  "set this option to 30 then booking form will open only 30 minutes before "
1291
  #: app/features/events.php:2058 app/features/events.php:2061
1292
  #: app/features/events.php:2139 app/features/events.php:2356
1293
  #: app/features/events.php:2360 app/features/events.php:2402
1294
+ #: app/features/events.php:2405 app/features/mec/booking.php:546
1295
+ #: app/features/mec/booking.php:549 app/features/mec/booking.php:578
1296
+ #: app/features/mec/booking.php:581
1297
  msgid "Price"
1298
  msgstr "Tarif"
1299
 
1365
  #: app/features/mec/meta_boxes/search_form.php:620
1366
  #: app/features/mec/meta_boxes/search_form.php:690
1367
  #: app/features/mec/meta_boxes/search_form.php:796
1368
+ #: app/features/mec/settings.php:909 app/features/mec/settings.php:986
1369
  #: app/features/mec/single.php:349 app/features/mec/single.php:391
1370
+ #: app/features/search.php:98 app/libraries/skins.php:1064
1371
  msgid "Label"
1372
  msgstr "Label"
1373
 
1374
  #: app/features/events.php:2216 app/features/events.php:2254
1375
+ #: app/features/mec/booking.php:465 app/features/mec/booking.php:494
1376
  msgid "Fee Title"
1377
  msgstr "Titre"
1378
 
1379
  #: app/features/events.php:2222 app/features/events.php:2226
1380
  #: app/features/events.php:2259 app/features/events.php:2262
1381
+ #: app/features/mec/booking.php:469 app/features/mec/booking.php:472
1382
+ #: app/features/mec/booking.php:498 app/features/mec/booking.php:501
1383
  msgid "Amount"
1384
  msgstr "Montant"
1385
 
1386
  #: app/features/events.php:2227 app/features/events.php:2263
1387
+ #: app/features/mec/booking.php:473 app/features/mec/booking.php:502
1388
  msgid ""
1389
  "Fee amount, considered as fixed amount if you set the type to amount "
1390
  "otherwise considered as percentage"
1393
  "considéré comme pourcentage à ajouter au prix"
1394
 
1395
  #: app/features/events.php:2236 app/features/events.php:2272
1396
+ #: app/features/mec/booking.php:480 app/features/mec/booking.php:509
1397
  msgid "Percent"
1398
  msgstr "Pourcentage"
1399
 
1400
  #: app/features/events.php:2237 app/features/events.php:2273
1401
+ #: app/features/mec/booking.php:481 app/features/mec/booking.php:510
1402
  msgid "Amount (Per Ticket)"
1403
  msgstr "Montant (par Billet)"
1404
 
1405
  #: app/features/events.php:2238 app/features/events.php:2274
1406
+ #: app/features/mec/booking.php:482 app/features/mec/booking.php:511
1407
  msgid "Amount (Per Booking)"
1408
  msgstr "Montant (par réservation)"
1409
 
1410
  #: app/features/events.php:2361 app/features/events.php:2406
1411
+ #: app/features/mec/booking.php:550 app/features/mec/booking.php:582
1412
  msgid "Option Price"
1413
  msgstr "Option de prix"
1414
 
1415
  #: app/features/events.php:2371 app/features/events.php:2375
1416
  #: app/features/events.php:2415 app/features/events.php:2418
1417
+ #: app/features/mec/booking.php:556 app/features/mec/booking.php:559
1418
+ #: app/features/mec/booking.php:588 app/features/mec/booking.php:591
1419
  msgid "Maximum Per Ticket"
1420
  msgstr "Maximum par Billet"
1421
 
1422
  #: app/features/events.php:2376 app/features/events.php:2419
1423
+ #: app/features/mec/booking.php:560 app/features/mec/booking.php:592
1424
  msgid "Maximum Per Ticket. Leave blank for unlimited."
1425
  msgstr ""
1426
 
1427
+ #: app/features/events.php:2516 app/features/mec/booking.php:608
1428
  #, fuzzy
1429
  #| msgid "Attendees List"
1430
  msgid "Per Attendee Fields"
1431
  msgstr "Liste des participants"
1432
 
1433
+ #: app/features/events.php:2546 app/features/mec/booking.php:641
1434
+ #: app/libraries/main.php:3272
1435
  msgid "MEC Name"
1436
  msgstr "Nom"
1437
 
1438
+ #: app/features/events.php:2547 app/features/mec/booking.php:642
1439
+ #: app/libraries/main.php:3301
1440
  msgid "MEC Email"
1441
  msgstr "Email"
1442
 
1443
  #: app/features/events.php:2548 app/features/events.php:2637
1444
+ #: app/features/mec/booking.php:643 app/features/mec/booking.php:739
1445
+ #: app/features/mec/single.php:190 app/libraries/main.php:3243
1446
  msgid "Text"
1447
  msgstr "Texte"
1448
 
1449
  #: app/features/events.php:2551 app/features/events.php:2640
1450
+ #: app/features/mec/booking.php:646 app/features/mec/booking.php:742
1451
  #: app/features/mec/single.php:194 app/features/organizers.php:103
1452
  #: app/features/organizers.php:148 app/features/speakers.php:119
1453
  #: app/features/speakers.php:200 app/features/speakers.php:285
1454
+ #: app/libraries/main.php:3446
1455
  msgid "Tel"
1456
  msgstr "Téléphone"
1457
 
1458
+ #: app/features/events.php:2552 app/features/mec/booking.php:647
1459
+ #: app/libraries/main.php:3388
1460
  msgid "File"
1461
  msgstr "Fichier"
1462
 
1463
  #: app/features/events.php:2553 app/features/events.php:2641
1464
+ #: app/features/mec/booking.php:648 app/features/mec/booking.php:743
1465
+ #: app/features/mec/single.php:195 app/libraries/main.php:3475
1466
  msgid "Textarea"
1467
  msgstr "Zone de texte"
1468
 
1469
  #: app/features/events.php:2554 app/features/events.php:2642
1470
+ #: app/features/mec/booking.php:649 app/features/mec/booking.php:744
1471
+ #: app/features/mec/single.php:197 app/libraries/main.php:3527
1472
  msgid "Checkboxes"
1473
  msgstr "Boîtes à cocher"
1474
 
1475
  #: app/features/events.php:2555 app/features/events.php:2643
1476
+ #: app/features/mec/booking.php:650 app/features/mec/booking.php:745
1477
+ #: app/features/mec/single.php:198 app/libraries/main.php:3573
1478
  msgid "Radio Buttons"
1479
  msgstr "Boutons Radio"
1480
 
1481
  #: app/features/events.php:2556 app/features/events.php:2644
1482
+ #: app/features/mec/booking.php:651 app/features/mec/booking.php:746
1483
  #: app/features/mec/meta_boxes/search_form.php:34
1484
  #: app/features/mec/meta_boxes/search_form.php:41
1485
  #: app/features/mec/meta_boxes/search_form.php:49
1556
  #: app/features/mec/meta_boxes/search_form.php:792
1557
  #: app/features/mec/meta_boxes/search_form.php:799
1558
  #: app/features/mec/meta_boxes/search_form.php:813
1559
+ #: app/features/mec/single.php:199 app/libraries/main.php:3619
1560
  msgid "Dropdown"
1561
  msgstr "Menu déroulant"
1562
 
1563
  #: app/features/events.php:2557 app/features/events.php:2645
1564
+ #: app/features/mec/booking.php:652 app/features/mec/booking.php:747
1565
+ #: app/libraries/main.php:3668
1566
  msgid "Agreement"
1567
  msgstr "Accord"
1568
 
1569
  #: app/features/events.php:2558 app/features/events.php:2646
1570
+ #: app/features/mec/booking.php:653 app/features/mec/booking.php:748
1571
+ #: app/features/mec/single.php:196 app/libraries/main.php:3504
1572
  msgid "Paragraph"
1573
  msgstr "Paragraphe"
1574
 
1575
+ #: app/features/events.php:2607 app/features/mec/booking.php:706
1576
  #, fuzzy
1577
  #| msgid "Required Field"
1578
  msgid "Fixed Fields"
1617
  #: app/features/mec/meta_boxes/search_form.php:591
1618
  #: app/features/mec/meta_boxes/search_form.php:661
1619
  #: app/features/mec/meta_boxes/search_form.php:767
1620
+ #: app/features/mec/settings.php:960 app/features/mec/single.php:339
1621
  #: app/features/mec/single.php:381 app/features/popup/event.php:116
1622
  #: app/features/popup/event.php:125 app/features/search.php:74
1623
+ #: app/libraries/main.php:2578 app/libraries/main.php:6254
1624
+ #: app/libraries/main.php:6308 app/libraries/skins.php:960
1625
+ #: app/skins/single.php:920 app/skins/single.php:1363
1626
  #: app/skins/single/default.php:195 app/skins/single/default.php:428
1627
  #: app/skins/single/m1.php:173 app/skins/single/m2.php:96
1628
  #: app/skins/single/modern.php:116
1697
  msgstr "%s mail"
1698
 
1699
  #: app/features/events.php:4092 app/features/fes.php:243
1700
+ #: app/features/profile/profile.php:183 app/libraries/main.php:2661
1701
+ #: app/libraries/main.php:6288
1702
  msgid "Ticket"
1703
  msgstr "Billets"
1704
 
1761
  msgid "Order Time"
1762
  msgstr "Date de commande"
1763
 
1764
+ #: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:2609
1765
+ #: app/libraries/main.php:2724
1766
  msgid "Transaction ID"
1767
  msgstr "Numéro de transaction"
1768
 
1842
  msgid "Go back to events list"
1843
  msgstr "Retourner à la liste des évènements."
1844
 
1845
+ #: app/features/fes/form.php:264 app/features/mec/settings.php:828
1846
+ #: app/features/mec/settings.php:904
1847
  msgid "Excerpt"
1848
  msgstr ""
1849
 
1861
 
1862
  #: app/features/fes/form.php:389
1863
  #: app/features/mec/meta_boxes/display_options.php:1309
1864
+ #: app/libraries/main.php:416
1865
  msgid "Monday"
1866
  msgstr "Lundi"
1867
 
1868
  #: app/features/fes/form.php:390
1869
  #: app/features/mec/meta_boxes/display_options.php:1310
1870
+ #: app/libraries/main.php:416
1871
  msgid "Tuesday"
1872
  msgstr "Mardi"
1873
 
1874
  #: app/features/fes/form.php:391
1875
  #: app/features/mec/meta_boxes/display_options.php:1311
1876
+ #: app/libraries/main.php:416
1877
  msgid "Wednesday"
1878
  msgstr "Mercredi"
1879
 
1880
  #: app/features/fes/form.php:392
1881
  #: app/features/mec/meta_boxes/display_options.php:1312
1882
+ #: app/libraries/main.php:416
1883
  msgid "Thursday"
1884
  msgstr "Jeudi"
1885
 
1886
  #: app/features/fes/form.php:393
1887
  #: app/features/mec/meta_boxes/display_options.php:1313
1888
+ #: app/libraries/main.php:416
1889
  msgid "Friday"
1890
  msgstr "Vendredi"
1891
 
1892
  #: app/features/fes/form.php:394
1893
  #: app/features/mec/meta_boxes/display_options.php:1314
1894
+ #: app/libraries/main.php:416
1895
  msgid "Saturday"
1896
  msgstr "Samedi"
1897
 
1898
  #: app/features/fes/form.php:395
1899
  #: app/features/mec/meta_boxes/display_options.php:1308
1900
+ #: app/libraries/main.php:416
1901
  msgid "Sunday"
1902
  msgstr "Dimanche"
1903
 
1937
  "link including http(s)://"
1938
  msgstr "Lien principal. Affiché sur la page de l'événement"
1939
 
1940
+ #: app/features/fes/form.php:850 app/features/mec/settings.php:746
1941
  msgid "Featured Image"
1942
  msgstr "Image Principale"
1943
 
1948
  #: app/features/fes/form.php:891 app/features/labels.php:61
1949
  #: app/features/labels.php:221 app/features/mec.php:463
1950
  #: app/features/mec/meta_boxes/filter.php:72
1951
+ #: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:6251
1952
+ #: app/libraries/main.php:6305 app/skins/single.php:1133
1953
  #: app/skins/single/default.php:173 app/skins/single/default.php:405
1954
  #: app/skins/single/m1.php:76 app/skins/single/modern.php:252
1955
  msgid "Labels"
2011
  msgstr "M.E.C. - Importer / Exporter"
2012
 
2013
  #: app/features/ix.php:107 app/features/mec/support.php:73
2014
+ #: app/libraries/main.php:824
2015
  msgid "Import / Export"
2016
  msgstr "Importer/Exporter"
2017
 
2027
  msgid "An error occurred during the file upload! Please check permissions!"
2028
  msgstr ""
2029
 
2030
+ #: app/features/ix.php:265 app/libraries/main.php:6536
2031
+ #: app/libraries/main.php:6556
2032
  msgid "Confirmed"
2033
  msgstr "Confirmé"
2034
 
2035
+ #: app/features/ix.php:266 app/libraries/main.php:6537
2036
+ #: app/libraries/main.php:6564
2037
  msgid "Rejected"
2038
  msgstr "Rejeté"
2039
 
2040
+ #: app/features/ix.php:270 app/features/mec/booking.php:992
2041
+ #: app/features/mec/booking.php:1014 app/features/mec/modules.php:415
2042
+ #: app/features/mec/modules.php:437 app/features/mec/notifications.php:1052
2043
+ #: app/features/mec/notifications.php:1074 app/features/mec/settings.php:1270
2044
+ #: app/features/mec/settings.php:1292 app/features/mec/single.php:446
2045
+ #: app/features/mec/single.php:468 app/libraries/main.php:6584
2046
  msgid "Verified"
2047
  msgstr "Vérifié"
2048
 
2049
  #: app/features/ix.php:271 app/features/labels.php:118
2050
+ #: app/features/labels.php:143 app/libraries/main.php:6585
2051
  #: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
2052
  #: app/skins/carousel/render.php:38 app/skins/countdown/tpl.php:40
2053
  #: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
2340
  #: app/features/ix/export_g_calendar.php:72
2341
  #: app/features/ix/export_g_calendar.php:151
2342
  #: app/features/ix/export_g_calendar.php:166
2343
+ #: app/features/mec/notifications.php:150
2344
+ #: app/features/mec/notifications.php:262
2345
+ #: app/features/mec/notifications.php:388
2346
+ #: app/features/mec/notifications.php:762 app/features/notifications.php:133
2347
  msgid "Add to Google Calendar"
2348
  msgstr "Ajouter à Google Agenda"
2349
 
2350
+ #: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:994
2351
+ #: app/features/mec/modules.php:417 app/features/mec/notifications.php:1054
2352
+ #: app/features/mec/settings.php:1272 app/features/mec/single.php:448
2353
  msgid "Checking ..."
2354
  msgstr "Vérification..."
2355
 
2393
  msgstr ""
2394
 
2395
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2396
+ #: app/features/mec/booking.php:99 app/features/mec/booking.php:415
2397
+ #: app/features/mec/booking.php:431 app/features/mec/booking.php:449
2398
+ #: app/features/mec/booking.php:526
2399
  #: app/features/mec/meta_boxes/display_options.php:229
2400
  #: app/features/mec/meta_boxes/display_options.php:496
2401
  #: app/features/mec/modules.php:69 app/features/mec/modules.php:211
2406
 
2407
  #: app/features/ix/import.php:46 app/features/ix/import.php:65
2408
  #: app/features/ix/sync.php:22 app/features/mec/booking.php:99
2409
+ #: app/features/mec/booking.php:415 app/features/mec/booking.php:431
2410
+ #: app/features/mec/booking.php:449 app/features/mec/booking.php:526
2411
  #: app/features/mec/meta_boxes/display_options.php:229
2412
  #: app/features/mec/meta_boxes/display_options.php:496
2413
  #: app/features/mec/meta_boxes/display_options.php:537
2639
 
2640
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2641
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2642
+ #: app/features/mec/notifications.php:650
2643
  msgid "Important Note"
2644
  msgstr "Note Importante"
2645
 
2853
 
2854
  #: app/features/locations.php:59 app/features/mec.php:464
2855
  #: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
2856
+ #: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:6253
2857
+ #: app/libraries/main.php:6307
2858
  msgid "Locations"
2859
  msgstr "Lieux"
2860
 
2933
  msgid "eg. City Hall"
2934
  msgstr "Ex : La Source"
2935
 
2936
+ #: app/features/locations.php:347 app/features/mec/settings.php:776
2937
  #: app/features/popup/event.php:143 app/widgets/single.php:115
2938
  msgid "Event Location"
2939
  msgstr "Lieu de l'événement"
2968
  msgid "Don't show map in single event page"
2969
  msgstr "Ne pas afficher de carte pour cet événement"
2970
 
2971
+ #: app/features/locations.php:398 app/libraries/main.php:6291
2972
+ #: app/libraries/main.php:6338
2973
  msgid "Other Locations"
2974
  msgstr "Autres lieux"
2975
 
3054
  #: app/features/mec.php:465 app/features/mec/dashboard.php:286
3055
  #: app/features/mec/meta_boxes/filter.php:71
3056
  #: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
3057
+ #: app/libraries/main.php:6255 app/libraries/main.php:6309
3058
  msgid "Organizers"
3059
  msgstr "Organisateurs"
3060
 
3089
  msgid "MEC - Go Pro"
3090
  msgstr "MEC - Rapports"
3091
 
3092
+ #: app/features/mec.php:482 app/features/mec.php:1264
3093
  #: app/features/mec/go-pro.php:9
3094
  msgid "Go Pro"
3095
  msgstr ""
3130
  msgid "Search Form"
3131
  msgstr "Formulaire de Recherche"
3132
 
3133
+ #: app/features/mec.php:972
3134
  msgid "Display content's images as Popup"
3135
  msgstr ""
3136
 
3137
+ #: app/features/mec.php:986 app/features/popup/shortcode.php:473
3138
  msgid "Single Event Display Method"
3139
  msgstr "Méthode d'affichage"
3140
 
3141
+ #: app/features/mec.php:993 app/features/popup/shortcode.php:485
3142
  #, fuzzy
3143
  #| msgid "Modal 1"
3144
  msgid "Modal Popup"
3145
  msgstr "Pop-up"
3146
 
3147
+ #: app/features/mec.php:994
3148
  #, fuzzy
3149
  #| msgid "Disabled"
3150
  msgid "Disable Link"
3151
  msgstr "Désactivé"
3152
 
3153
+ #: app/features/mec.php:1007
3154
  #, fuzzy
3155
  #| msgid "Booking Options"
3156
  msgid "Booking Button / Icon"
3157
  msgstr "Options de Réservation"
3158
 
3159
+ #: app/features/mec.php:1167 app/features/mec.php:1277
3160
  msgid "Total Bookings"
3161
  msgstr "Total de réservation"
3162
 
3163
+ #: app/features/mec.php:1186 app/features/mec/dashboard.php:63
3164
  #, fuzzy
3165
  #| msgid "Modern Events Calendar"
3166
  msgid "Modern Events Calendar (Lite)"
3167
  msgstr "Modern Events Calendar"
3168
 
3169
+ #: app/features/mec.php:1195 app/features/mec/dashboard.php:297
3170
+ #: app/features/mec/settings.php:449
3171
  msgid "Upcoming Events"
3172
  msgstr "Prochains évenements"
3173
 
3174
+ #: app/features/mec.php:1250
3175
  #, fuzzy
3176
  #| msgid "Update %s"
3177
  msgid "News & Updates"
3178
  msgstr "Mettre à jour %s"
3179
 
3180
+ #: app/features/mec.php:1263
3181
  msgid "Blog"
3182
  msgstr ""
3183
 
3184
+ #: app/features/mec.php:1263
3185
  msgid "Help"
3186
  msgstr ""
3187
 
3188
+ #: app/features/mec.php:1310
3189
  msgid "This Month"
3190
  msgstr "Ce mois"
3191
 
3192
+ #: app/features/mec.php:1317
3193
  msgid "Last Month"
3194
  msgstr "Le mois dernier"
3195
 
3196
+ #: app/features/mec.php:1324
3197
  msgid "This Year"
3198
  msgstr "Cette année"
3199
 
3200
+ #: app/features/mec.php:1331
3201
  msgid "Last Year"
3202
  msgstr "L'année dernière"
3203
 
3204
+ #: app/features/mec.php:1352
3205
  msgid "Bar"
3206
  msgstr "Barre"
3207
 
3208
+ #: app/features/mec.php:1353
3209
  msgid "Line"
3210
  msgstr "Ligne"
3211
 
3212
+ #: app/features/mec.php:1355
3213
  msgid "Filter"
3214
  msgstr "Filtre"
3215
 
3216
+ #: app/features/mec.php:1371
3217
  #, php-format
3218
  msgid "Total Sells (%s)"
3219
  msgstr "Ventes totales (%s)"
3220
 
3221
+ #: app/features/mec.php:1399
3222
  #, fuzzy
3223
  #| msgid "Modern Events Calendar"
3224
  msgid "Print Calendar"
3225
  msgstr "Modern Events Calendar"
3226
 
3227
+ #: app/features/mec.php:1414
3228
  #, fuzzy
3229
  #| msgid "Multiple Day Events"
3230
  msgid "Display Events"
3254
  msgid "Search..."
3255
  msgstr "Recherche…"
3256
 
3257
+ #: app/features/mec/booking.php:80 app/features/mec/booking.php:754
3258
+ #: app/features/mec/booking.php:910 app/features/mec/booking.php:919
3259
+ #: app/features/mec/booking.php:929 app/features/mec/booking.php:1011
3260
+ #: app/features/mec/booking.php:1025 app/features/mec/messages.php:15
3261
  #: app/features/mec/messages.php:51 app/features/mec/messages.php:60
3262
  #: app/features/mec/messages.php:94 app/features/mec/messages.php:103
3263
  #: app/features/mec/modules.php:25 app/features/mec/modules.php:382
3264
  #: app/features/mec/modules.php:392 app/features/mec/modules.php:434
3265
  #: app/features/mec/modules.php:448 app/features/mec/notifications.php:14
3266
+ #: app/features/mec/notifications.php:959
3267
+ #: app/features/mec/notifications.php:971
3268
+ #: app/features/mec/notifications.php:1071
3269
+ #: app/features/mec/notifications.php:1085 app/features/mec/settings.php:42
3270
+ #: app/features/mec/settings.php:1221 app/features/mec/settings.php:1231
3271
+ #: app/features/mec/settings.php:1289 app/features/mec/settings.php:1303
3272
  #: app/features/mec/single.php:21 app/features/mec/single.php:413
3273
  #: app/features/mec/single.php:423 app/features/mec/single.php:465
3274
  #: app/features/mec/single.php:479 app/features/mec/styles.php:11
3313
  msgid "Default is 6"
3314
  msgstr "Par défaut: 6"
3315
 
3316
+ #: app/features/mec/booking.php:130 app/features/mec/booking.php:139
3317
  msgid "Lock Pre-filled Fields"
3318
  msgstr ""
3319
 
3320
+ #: app/features/mec/booking.php:133 app/features/mec/booking.php:188
3321
+ #: app/features/mec/booking.php:255 app/features/mec/booking.php:824
3322
+ #: app/features/mec/booking.php:849
3323
  #: app/features/mec/meta_boxes/search_form.php:33
3324
  #: app/features/mec/meta_boxes/search_form.php:40
3325
  #: app/features/mec/meta_boxes/search_form.php:48
3418
  #: app/features/mec/meta_boxes/search_form.php:805
3419
  #: app/features/mec/meta_boxes/search_form.php:812
3420
  #: app/features/mec/meta_boxes/search_form.php:819
3421
+ #: app/features/mec/modules.php:124 app/features/mec/settings.php:105
3422
+ #: app/features/mec/settings.php:467
3423
  msgid "Disabled"
3424
  msgstr "Désactivé"
3425
 
3426
+ #: app/features/mec/booking.php:134 app/features/mec/booking.php:187
3427
+ #: app/features/mec/booking.php:254 app/features/mec/booking.php:823
3428
+ #: app/features/mec/booking.php:850 app/features/mec/settings.php:106
3429
  msgid "Enabled"
3430
  msgstr "Activé"
3431
 
3432
+ #: app/features/mec/booking.php:135
3433
+ msgid "Enabled Only for Main Attendee"
3434
+ msgstr ""
3435
+
3436
+ #: app/features/mec/booking.php:140
3437
  msgid ""
3438
  "When users are logged in, name and email fields will be pre-filled but users "
3439
  "can change them. If you enable the lock, then logged in users cannot change "
3440
  "the pre-filled fields."
3441
  msgstr ""
3442
 
3443
+ #: app/features/mec/booking.php:161 app/features/mec/booking.php:175
3444
  #, fuzzy
3445
  #| msgid "Cancellation Date"
3446
  msgid "Cancellation Period"
3447
  msgstr "Date d’annulation"
3448
 
3449
+ #: app/features/mec/booking.php:163
3450
  msgid "e.g 5"
3451
  msgstr ""
3452
 
3453
+ #: app/features/mec/booking.php:164
3454
  msgid "Period"
3455
  msgstr ""
3456
 
3457
+ #: app/features/mec/booking.php:165
3458
  #, fuzzy
3459
  #| msgid "Hour"
3460
  msgid "Hour(s)"
3461
  msgstr "Heure(s)"
3462
 
3463
+ #: app/features/mec/booking.php:166
3464
  msgid "Day(s)"
3465
  msgstr ""
3466
 
3467
+ #: app/features/mec/booking.php:168
3468
  #, fuzzy
3469
  #| msgid "Type 1"
3470
  msgid "Type"
3471
  msgstr "Type 1"
3472
 
3473
+ #: app/features/mec/booking.php:169
3474
  #, fuzzy
3475
  #| msgid "Before $10"
3476
  msgid "Before"
3477
  msgstr "Avant €10"
3478
 
3479
+ #: app/features/mec/booking.php:172
3480
  #, fuzzy
3481
  #| msgid "On Event Start"
3482
  msgid "Event Start"
3483
  msgstr "Au début de l'événement"
3484
 
3485
+ #: app/features/mec/booking.php:176
3486
  msgid ""
3487
  "You can restrict the ability to cancel bookings. Leave empty for "
3488
  "cancellation at any time. For example if you insert 5 hours before event "
3490
  "after that they're not able to do that."
3491
  msgstr ""
3492
 
3493
+ #: app/features/mec/booking.php:182
3494
  #, fuzzy
3495
  #| msgid "Register Button"
3496
  msgid "User Registration"
3497
  msgstr "Boutons d'inscription"
3498
 
3499
+ #: app/features/mec/booking.php:184 app/features/mec/booking.php:192
3500
  #: app/modules/booking/steps/form.php:330
3501
  #, fuzzy
3502
  #| msgid "Register Button"
3503
  msgid "Registration"
3504
  msgstr "Boutons d'inscription"
3505
 
3506
+ #: app/features/mec/booking.php:193
3507
  msgid ""
3508
  "If enabled MEC would create a WordPress User for main attendees. It's "
3509
  "recommended to keep it enabled."
3510
  msgstr ""
3511
 
3512
+ #: app/features/mec/booking.php:201 app/features/mec/booking.php:211
3513
  #, fuzzy
3514
  #| msgid "Receiver Roles"
3515
  msgid "User Role"
3516
  msgstr "Sélectionner des rôles qui recevront le mail en copie."
3517
 
3518
+ #: app/features/mec/booking.php:212
3519
  msgid ""
3520
  "MEC creates a user for main attendee after each booking. Default role of the "
3521
  "user is subscriber but you can change it if needed."
3522
  msgstr ""
3523
 
3524
+ #: app/features/mec/booking.php:219 app/features/mec/booking.php:227
3525
  msgid "Username & Password"
3526
  msgstr ""
3527
 
3528
+ #: app/features/mec/booking.php:222
3529
  msgid "Auto"
3530
  msgstr ""
3531
 
3532
+ #: app/features/mec/booking.php:223
3533
  msgid "Manual"
3534
  msgstr ""
3535
 
3536
+ #: app/features/mec/booking.php:228
3537
  msgid ""
3538
  "If you set it to manual option then users can insert a username and password "
3539
  "during the booking for registration otherwise MEC use their email and an "
3540
  "auto generated password."
3541
  msgstr ""
3542
 
3543
+ #: app/features/mec/booking.php:236
3544
  #, fuzzy
3545
  #| msgid "Location"
3546
  msgid "Limitation"
3547
  msgstr "Lieu"
3548
 
3549
+ #: app/features/mec/booking.php:238
3550
  #: app/features/mec/meta_boxes/display_options.php:140
3551
  #: app/features/mec/meta_boxes/display_options.php:417
3552
  #: app/features/mec/meta_boxes/display_options.php:589
3558
  msgid "Limit"
3559
  msgstr "Nombre maximum"
3560
 
3561
+ #: app/features/mec/booking.php:240
3562
  msgid "Default is empty"
3563
  msgstr "Par défaut: vide"
3564
 
3565
+ #: app/features/mec/booking.php:243
3566
  msgid "Booking Limit"
3567
  msgstr "Limite de réservation"
3568
 
3569
+ #: app/features/mec/booking.php:244
3570
  msgid ""
3571
  "Total tickets that a user can book. It is useful if you're providing free "
3572
  "tickets. Leave it empty for unlimited booking."
3574
  "Nombre de tickets max qu’un utilisateur peut réserver. Utile si vous "
3575
  "fournissez des tickets gratuits. Laisser vide pour illimité."
3576
 
3577
+ #: app/features/mec/booking.php:251 app/features/mec/booking.php:259
3578
  #, fuzzy
3579
  #| msgid "Description"
3580
  msgid "IP restriction"
3581
  msgstr "Description"
3582
 
3583
+ #: app/features/mec/booking.php:260
3584
  msgid ""
3585
  "If you set limit for total tickets that users can book, MEC will use IP and "
3586
  "email to prevent users to book high tickets. You can disable the IP "
3587
  "restriction if you don't need it."
3588
  msgstr ""
3589
 
3590
+ #: app/features/mec/booking.php:266 app/features/mec/booking.php:268
3591
+ #: app/features/mec/booking.php:278 app/features/mec/settings.php:657
3592
+ #: app/features/mec/settings.php:667
3593
  msgid "Thank You Page"
3594
  msgstr "Page de Remerciement"
3595
 
3596
+ #: app/features/mec/booking.php:279
3597
  msgid ""
3598
  "User redirects to this page after booking. Leave it empty if you want to "
3599
  "disable it."
3601
  "L'Utilisateur est redirigé vers cette page après avoir réservé. Laisser vide "
3602
  "pour désactiver."
3603
 
3604
+ #: app/features/mec/booking.php:286 app/features/mec/booking.php:291
3605
+ #: app/features/mec/settings.php:677 app/features/mec/settings.php:682
3606
  msgid "Thank You Page Time Interval"
3607
  msgstr "Intervalle de temps de la Page de Remerciement"
3608
 
3609
+ #: app/features/mec/booking.php:288 app/features/mec/settings.php:679
3610
  msgid "2000 mean 2 seconds"
3611
  msgstr "2000 signifie 2 secondes"
3612
 
3613
+ #: app/features/mec/booking.php:292 app/features/mec/settings.php:683
3614
  msgid ""
3615
  "Waiting time before redirecting to thank you page. It's in miliseconds so "
3616
  "2000 means 2 seconds."
3617
  msgstr ""
3618
 
3619
+ #: app/features/mec/booking.php:298
3620
  #, fuzzy
3621
  #| msgid "Book Event"
3622
  msgid "Booking Elements"
3623
  msgstr "Réservez pour cet événement"
3624
 
3625
+ #: app/features/mec/booking.php:304
3626
  msgid "Enable Express Attendees Form"
3627
  msgstr "Activer les réservation express"
3628
 
3629
+ #: app/features/mec/booking.php:308
3630
  msgid "Attendees Form"
3631
  msgstr "Formulaire de réservation"
3632
 
3633
+ #: app/features/mec/booking.php:309
3634
  msgid ""
3635
  "Apply the info from the first attendee to all purchased ticket by that user. "
3636
  "Uncheck if you want every ticket to have its own attendee’s info."
3637
  msgstr ""
3638
 
3639
+ #: app/features/mec/booking.php:322
3640
  msgid "Enable Invoice"
3641
  msgstr "Activer les factures"
3642
 
3643
+ #: app/features/mec/booking.php:333
3644
  msgid "Enable Booking for Ongoing Events"
3645
  msgstr "Activer le formulaire de réservation pour les prochains événements"
3646
 
3647
+ #: app/features/mec/booking.php:344
3648
  msgid "Enable Downloadable File"
3649
  msgstr ""
3650
 
3651
+ #: app/features/mec/booking.php:349
3652
  msgid ""
3653
  "By enabling this feature, You can upload a file for each event and bookers "
3654
  "are able to download it after booking."
3655
  msgstr ""
3656
 
3657
+ #: app/features/mec/booking.php:356
3658
  msgid "Email verification"
3659
  msgstr "Vérification de l’email"
3660
 
3661
+ #: app/features/mec/booking.php:362
3662
  msgid "Auto verification for free bookings"
3663
  msgstr "Vérification automatique pour les réservations gratuites"
3664
 
3665
+ #: app/features/mec/booking.php:371
3666
  msgid "Auto verification for paid bookings"
3667
  msgstr "Vérification automatique des réservations payées"
3668
 
3669
+ #: app/features/mec/booking.php:375 app/features/mec/notifications.php:271
3670
+ #: app/features/notifications.php:156 app/libraries/main.php:598
3671
  msgid "Booking Confirmation"
3672
  msgstr "Confirmation de réservation"
3673
 
3674
+ #: app/features/mec/booking.php:381
3675
  msgid "Auto confirmation for free bookings"
3676
  msgstr "Confirmation automatique pour les réservations gratuites"
3677
 
3678
+ #: app/features/mec/booking.php:390
3679
  msgid "Auto confirmation for paid bookings"
3680
  msgstr "Confirmation automatique pour les réservations payées"
3681
 
3682
+ #: app/features/mec/booking.php:399
3683
  msgid "Send confirmation email in auto confirmation mode"
3684
  msgstr ""
3685
 
3686
+ #: app/features/mec/booking.php:412 app/libraries/main.php:567
3687
  #, fuzzy
3688
  #| msgid "Booking Style"
3689
  msgid "Booking Shortcode"
3690
  msgstr "Style de réservation"
3691
 
3692
+ #: app/features/mec/booking.php:420
3693
  #, php-format
3694
  msgid ""
3695
  "Booking module is available in the event details page but if you like to "
3698
  "into the page content and place the event id instead of 1."
3699
  msgstr ""
3700
 
3701
+ #: app/features/mec/booking.php:421
3702
  #, php-format
3703
  msgid ""
3704
  "Also, you can insert %s if you like to show only one of the available "
3706
  "This parameter is optional."
3707
  msgstr ""
3708
 
3709
+ #: app/features/mec/booking.php:436
3710
  msgid "Enable coupons module"
3711
  msgstr "Activer module de coupons"
3712
 
3713
+ #: app/features/mec/booking.php:438
3714
  msgid ""
3715
  "After enabling and saving the settings, you should reload the page to see a "
3716
  "new menu on the Dashboard > Booking"
3717
  msgstr ""
3718
 
3719
+ #: app/features/mec/booking.php:446 app/features/mec/booking.php:816
3720
+ #: app/libraries/main.php:569
3721
  msgid "Taxes / Fees"
3722
  msgstr "Taxes et frais"
3723
 
3724
+ #: app/features/mec/booking.php:454
3725
  msgid "Enable taxes / fees module"
3726
  msgstr "Activer le module de taxes / frais"
3727
 
3728
+ #: app/features/mec/booking.php:459
3729
  msgid "Add Fee"
3730
  msgstr "Ajouter frais"
3731
 
3732
+ #: app/features/mec/booking.php:523 app/libraries/main.php:570
3733
  msgid "Ticket Variations & Options"
3734
  msgstr "Variations de tickets & Options"
3735
 
3736
+ #: app/features/mec/booking.php:531
3737
  msgid "Enable ticket options module"
3738
  msgstr "Activer module de d’options de tickets"
3739
 
3740
+ #: app/features/mec/booking.php:536
3741
  msgid "Add Variation / Option"
3742
  msgstr "Ajouter une variation / option"
3743
 
3744
+ #: app/features/mec/booking.php:806
3745
  msgid "Use WooCommerce as Payment System"
3746
  msgstr ""
3747
 
3748
+ #: app/features/mec/booking.php:808
3749
  msgid ""
3750
  "By enabling this feature, tickets will be added to WooCommerce cart and all "
3751
  "payment process would be done by WooCommerce so all of MEC payment related "
3753
  "fields etc, you need to configure WooCommerce on your website."
3754
  msgstr ""
3755
 
3756
+ #: app/features/mec/booking.php:810
3757
  msgid ""
3758
  "You cannot use following MEC features so you should use WooCommerc and its "
3759
  "addons if you need them."
3760
  msgstr ""
3761
 
3762
+ #: app/features/mec/booking.php:812
3763
  #, fuzzy
3764
  #| msgid "Payment Gateways"
3765
  msgid "Payment gateways"
3766
  msgstr "Passerelle de paiement"
3767
 
3768
+ #: app/features/mec/booking.php:813
3769
  #, fuzzy
3770
  #| msgid "Price per Date"
3771
  msgid "Price per dates of tickets"
3772
  msgstr "Prix par date"
3773
 
3774
+ #: app/features/mec/booking.php:815
3775
  #, fuzzy
3776
  #| msgid "Ticket Variation"
3777
  msgid "Ticket variations"
3778
  msgstr "Vérification de ticket"
3779
 
3780
+ #: app/features/mec/booking.php:820
3781
  #, fuzzy
3782
  #| msgid "Automatically complete WC orders"
3783
  msgid "Automatically complete WooCommerce orders"
3784
  msgstr "Compléter automatiquement les commandes WooCommerce"
3785
 
3786
+ #: app/features/mec/booking.php:828
3787
  #, fuzzy
3788
  #| msgid "Automatically complete WC orders"
3789
  msgid "Auto WooCommerce orders"
3790
  msgstr "Compléter automatiquement les commandes WooCommerce"
3791
 
3792
+ #: app/features/mec/booking.php:829
3793
  msgid "It applies only to the orders that are related to MEC."
3794
  msgstr "Cela s'applique uniquement aux commandes liées a l'extension M.E.C."
3795
 
3796
+ #: app/features/mec/booking.php:837
3797
  msgid "After Add to Cart"
3798
  msgstr ""
3799
 
3800
+ #: app/features/mec/booking.php:840
3801
  #, fuzzy
3802
  #| msgid "Redirection Page"
3803
  msgid "Redirect to Cart"
3804
  msgstr "Redirection"
3805
 
3806
+ #: app/features/mec/booking.php:841
3807
  #, fuzzy
3808
  #| msgid "Redirection Page"
3809
  msgid "Redirect to Checkout"
3810
  msgstr "Redirection"
3811
 
3812
+ #: app/features/mec/booking.php:846
3813
  #, fuzzy
3814
  #| msgid "Booking Form"
3815
  msgid "MEC Booking Form"
3816
  msgstr "Formulaire de réservation"
3817
 
3818
+ #: app/features/mec/booking.php:855
3819
  msgid ""
3820
  "If enabled then users should fill the booking form in MEC and then they will "
3821
  "be redirected to checkout."
3822
  msgstr ""
3823
 
3824
+ #: app/features/mec/booking.php:881
3825
  msgid "Enable Organizer Payment Module"
3826
  msgstr "Activer module de coupons"
3827
 
3828
+ #: app/features/mec/booking.php:886
3829
  msgid ""
3830
  "By enabling this module, organizers are able to insert their own payment "
3831
  "credentials for enabled gateways per event and receive the payments directly!"
3832
  msgstr ""
3833
 
3834
+ #: app/features/mec/booking.php:896
3835
  msgid "Disable / Enable payment gateways per event"
3836
  msgstr ""
3837
 
3838
+ #: app/features/mec/booking.php:900
3839
  #, fuzzy
3840
  #| msgid "Payment Gateways"
3841
  msgid "Payment Gateways Per Event"
3842
  msgstr "Passerelle de paiement"
3843
 
3844
+ #: app/features/mec/booking.php:901
3845
  msgid ""
3846
  "By enabling this module, users are able to disable / enable payment gateways "
3847
  "per event"
3848
  msgstr ""
3849
 
3850
+ #: app/features/mec/booking.php:989 app/features/mec/messages.php:78
3851
+ #: app/features/mec/modules.php:412 app/features/mec/notifications.php:1049
3852
+ #: app/features/mec/settings.php:1267 app/features/mec/single.php:443
3853
  #: app/features/mec/styles.php:60 app/features/mec/styling.php:311
3854
  msgid "Saved"
3855
  msgstr "Sauvegardé"
3856
 
3857
+ #: app/features/mec/booking.php:990 app/features/mec/messages.php:79
3858
+ #: app/features/mec/modules.php:413 app/features/mec/notifications.php:1050
3859
+ #: app/features/mec/settings.php:1268 app/features/mec/single.php:444
3860
  #: app/features/mec/styles.php:61 app/features/mec/styling.php:312
3861
  msgid "Settings Saved!"
3862
  msgstr ""
3863
 
3864
+ #: app/features/mec/booking.php:1016 app/features/mec/modules.php:439
3865
+ #: app/features/mec/notifications.php:1076 app/features/mec/settings.php:1294
3866
  #: app/features/mec/single.php:470
3867
  msgid "Please Refresh Page"
3868
  msgstr "Merci de Rafraichir la Page"
3996
  msgstr "Paramètres"
3997
 
3998
  #: app/features/mec/messages.php:28 app/features/mec/support-page.php:102
3999
+ #: app/features/mec/support.php:66 app/libraries/main.php:817
4000
  msgid "Messages"
4001
  msgstr "Messages"
4002
 
4028
  #: app/features/mec/meta_boxes/display_options.php:947
4029
  #: app/features/mec/meta_boxes/display_options.php:1272
4030
  #: app/features/mec/meta_boxes/display_options.php:1559
4031
+ #: app/features/mec/settings.php:310 app/features/mec/settings.php:334
4032
+ #: app/features/mec/settings.php:343 app/features/mec/settings.php:387
4033
+ #: app/features/mec/settings.php:411 app/features/mec/settings.php:420
4034
  #: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
4035
  #: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
4036
  #: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
4041
 
4042
  #: app/features/mec/meta_boxes/display_options.php:44
4043
  #: app/features/mec/meta_boxes/display_options.php:286
4044
+ #: app/features/mec/settings.php:335 app/features/mec/settings.php:345
4045
+ #: app/features/mec/settings.php:412 app/features/mec/settings.php:422
4046
  #: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
4047
  msgid "Minimal"
4048
  msgstr "Minimal"
4053
  #: app/features/mec/meta_boxes/display_options.php:949
4054
  #: app/features/mec/meta_boxes/display_options.php:1270
4055
  #: app/features/mec/meta_boxes/display_options.php:1561
4056
+ #: app/features/mec/settings.php:312 app/features/mec/settings.php:325
4057
+ #: app/features/mec/settings.php:336 app/features/mec/settings.php:346
4058
+ #: app/features/mec/settings.php:389 app/features/mec/settings.php:402
4059
+ #: app/features/mec/settings.php:413 app/features/mec/settings.php:423
4060
  #: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
4061
  #: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
4062
  #: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
4064
  msgstr "Moderne"
4065
 
4066
  #: app/features/mec/meta_boxes/display_options.php:46
4067
+ #: app/features/mec/settings.php:337 app/features/mec/settings.php:414
4068
  #: app/features/popup/shortcode.php:83
4069
  msgid "Standard"
4070
  msgstr "Standard"
4071
 
4072
  #: app/features/mec/meta_boxes/display_options.php:47
4073
+ #: app/features/mec/settings.php:338 app/features/mec/settings.php:415
4074
  #: app/features/popup/shortcode.php:88
4075
  msgid "Accordion"
4076
  msgstr "Accordéon"
4474
  #: app/features/mec/meta_boxes/display_options.php:948
4475
  #: app/features/mec/meta_boxes/display_options.php:1271
4476
  #: app/features/mec/meta_boxes/display_options.php:1560
4477
+ #: app/features/mec/settings.php:311 app/features/mec/settings.php:326
4478
+ #: app/features/mec/settings.php:344 app/features/mec/settings.php:388
4479
+ #: app/features/mec/settings.php:403 app/features/mec/settings.php:421
4480
  #: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
4481
  #: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
4482
  #: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
4486
  #: app/features/mec/meta_boxes/display_options.php:288
4487
  #: app/features/mec/meta_boxes/display_options.php:687
4488
  #: app/features/mec/meta_boxes/display_options.php:951
4489
+ #: app/features/mec/settings.php:314 app/features/mec/settings.php:347
4490
+ #: app/features/mec/settings.php:391 app/features/mec/settings.php:424
4491
  #: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
4492
  #: app/features/popup/shortcode.php:219
4493
  msgid "Simple"
4501
  #: app/features/mec/meta_boxes/display_options.php:290
4502
  #: app/features/mec/meta_boxes/display_options.php:686
4503
  #: app/features/mec/meta_boxes/display_options.php:950
4504
+ #: app/features/mec/settings.php:313 app/features/mec/settings.php:349
4505
+ #: app/features/mec/settings.php:390 app/features/mec/settings.php:426
4506
  #: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
4507
  #: app/features/popup/shortcode.php:214
4508
  msgid "Novel"
4554
 
4555
  #: app/features/mec/meta_boxes/display_options.php:673
4556
  #: app/features/mec/meta_boxes/display_options.php:697
4557
+ #: app/libraries/main.php:336 app/libraries/main.php:2057
4558
+ #: app/libraries/main.php:2082
4559
  msgid "List View"
4560
  msgstr "Vue liste"
4561
 
4562
  #: app/features/mec/meta_boxes/display_options.php:674
4563
  #: app/features/mec/meta_boxes/display_options.php:718
4564
+ #: app/libraries/main.php:337 app/libraries/main.php:2058
4565
+ #: app/libraries/main.php:2083
4566
  msgid "Grid View"
4567
  msgstr "Vue en grille"
4568
 
4569
  #: app/features/mec/meta_boxes/display_options.php:675
4570
  #: app/features/mec/meta_boxes/display_options.php:728
4571
+ #: app/libraries/main.php:353
4572
  msgid "Tile View"
4573
  msgstr "Vue en tuile"
4574
 
4575
  #: app/features/mec/meta_boxes/display_options.php:676
4576
  #: app/features/mec/meta_boxes/display_options.php:739
4577
+ #: app/libraries/main.php:340 app/libraries/main.php:2051
4578
+ #: app/libraries/main.php:2076
4579
  msgid "Yearly View"
4580
  msgstr ""
4581
 
4586
 
4587
  #: app/features/mec/meta_boxes/display_options.php:678
4588
  #: app/features/mec/meta_boxes/display_options.php:788
4589
+ #: app/libraries/main.php:343 app/libraries/main.php:2053
4590
+ #: app/libraries/main.php:2078
4591
  msgid "Weekly View"
4592
  msgstr "Vue Hebdomadaire"
4593
 
4594
  #: app/features/mec/meta_boxes/display_options.php:679
4595
  #: app/features/mec/meta_boxes/display_options.php:798
4596
+ #: app/libraries/main.php:342 app/libraries/main.php:2054
4597
+ #: app/libraries/main.php:2079
4598
  msgid "Daily View"
4599
  msgstr "Vue Quotidienne"
4600
 
5026
  msgid "Choose your desired authors for filtering the events."
5027
  msgstr "Choisissez les auteurs souhaités pour filtrer les événements."
5028
 
5029
+ #: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:450
5030
  msgid "Expired Events"
5031
  msgstr "Evénements éxpirés"
5032
 
5102
  #: app/features/mec/meta_boxes/search_form.php:606
5103
  #: app/features/mec/meta_boxes/search_form.php:676
5104
  #: app/features/mec/meta_boxes/search_form.php:782
5105
+ #: app/features/mec/settings.php:973 app/features/mec/single.php:344
5106
  #: app/features/mec/single.php:386 app/features/search.php:86
5107
  #: app/features/speakers.php:60 app/features/speakers.php:283
5108
+ #: app/libraries/main.php:6258 app/libraries/main.php:6312
5109
+ #: app/libraries/skins.php:1012 app/modules/speakers/details.php:18
5110
  msgid "Speaker"
5111
  msgstr ""
5112
 
5121
  #: app/features/mec/meta_boxes/search_form.php:613
5122
  #: app/features/mec/meta_boxes/search_form.php:683
5123
  #: app/features/mec/meta_boxes/search_form.php:789
5124
+ #: app/features/mec/settings.php:980 app/features/mec/single.php:353
5125
  #: app/features/mec/single.php:395 app/features/search.php:92
5126
+ #: app/libraries/skins.php:1038
5127
  msgid "Tag"
5128
  msgstr "Étiquettes"
5129
 
5213
  "new menu on the Dashboard > MEC"
5214
  msgstr ""
5215
 
5216
+ #: app/features/mec/modules.php:66 app/libraries/main.php:577
5217
  #, fuzzy
5218
  #| msgid "Google Maps Options"
5219
  msgid "Map Options"
5237
  msgid "Google Map Options"
5238
  msgstr "Option du plugin Google Maps"
5239
 
5240
+ #: app/features/mec/modules.php:85 app/features/mec/settings.php:1016
5241
+ #: app/features/mec/settings.php:1029
5242
  msgid "Required!"
5243
  msgstr "Requis !"
5244
 
5302
  msgstr ""
5303
  "Cochez-le uniquement si un autre plug-in / thème charge l'API Google Maps"
5304
 
5305
+ #: app/features/mec/modules.php:167 app/libraries/main.php:578
5306
  msgid "Export Options"
5307
  msgstr "Exporter les options"
5308
 
5317
  msgid "Google Calendar"
5318
  msgstr "Google Calendar"
5319
 
5320
+ #: app/features/mec/modules.php:194 app/libraries/main.php:579
5321
  #: app/modules/local-time/details.php:45 app/modules/local-time/type1.php:42
5322
  #: app/widgets/single.php:99
5323
  msgid "Local Time"
5328
  msgstr ""
5329
  "Afficher l'heure des événement en fonction de l'heure locale des visiteurs"
5330
 
5331
+ #: app/features/mec/modules.php:208 app/libraries/main.php:580
5332
  #: app/modules/qrcode/details.php:38 app/widgets/single.php:155
5333
  msgid "QR Code"
5334
  msgstr ""
5337
  msgid "Show QR code of event in details page and booking invoice"
5338
  msgstr ""
5339
 
5340
+ #: app/features/mec/modules.php:226 app/libraries/main.php:581
5341
  #: app/modules/weather/darksky.php:15 app/modules/weather/weatherapi.php:16
5342
  msgid "Weather"
5343
  msgstr ""
5375
  msgid "Show social network module"
5376
  msgstr "Afficher le Module de Réseau Social"
5377
 
5378
+ #: app/features/mec/modules.php:299 app/libraries/main.php:583
5379
  #: app/modules/next-event/details.php:127
5380
  msgid "Next Event"
5381
  msgstr "Prochain Événement"
5424
  msgid "Add events menu to user profile"
5425
  msgstr "Ajouter les activités de réservation sur les profiles"
5426
 
5427
+ #: app/features/mec/modules.php:369 app/libraries/main.php:585
5428
  #, fuzzy
5429
  #| msgid "Mailchimp Integration"
5430
  msgid "LearnDash Integration"
5453
  msgstr ""
5454
  "Elle est envoyée aux participants après leur réservation pour les avertir."
5455
 
5456
+ #: app/features/mec/notifications.php:46 app/features/mec/notifications.php:162
5457
+ #: app/features/mec/notifications.php:282
5458
+ #: app/features/mec/notifications.php:408
5459
+ #: app/features/mec/notifications.php:529
5460
+ #: app/features/mec/notifications.php:653
5461
+ #: app/features/mec/notifications.php:788
5462
+ #: app/features/mec/notifications.php:873 app/features/mec/report.php:62
5463
  #: app/features/notifications.php:72
5464
  msgid "Email Subject"
5465
  msgstr "Sujet"
5466
 
5467
  #: app/features/mec/notifications.php:52 app/features/mec/notifications.php:59
5468
+ #: app/features/mec/notifications.php:168
5469
+ #: app/features/mec/notifications.php:175
5470
+ #: app/features/mec/notifications.php:288
5471
+ #: app/features/mec/notifications.php:295
5472
+ #: app/features/mec/notifications.php:414
5473
+ #: app/features/mec/notifications.php:421
5474
+ #: app/features/mec/notifications.php:535
5475
+ #: app/features/mec/notifications.php:542
5476
+ #: app/features/mec/notifications.php:659
5477
+ #: app/features/mec/notifications.php:666
5478
+ #: app/features/mec/notifications.php:794
5479
+ #: app/features/mec/notifications.php:801
5480
+ #: app/features/mec/notifications.php:879
5481
+ #: app/features/mec/notifications.php:886
5482
  msgid "Receiver Users"
5483
  msgstr "Utilisateurs en copie"
5484
 
5485
+ #: app/features/mec/notifications.php:60 app/features/mec/notifications.php:176
5486
+ #: app/features/mec/notifications.php:296
5487
+ #: app/features/mec/notifications.php:422
5488
+ #: app/features/mec/notifications.php:543
5489
+ #: app/features/mec/notifications.php:667
5490
+ #: app/features/mec/notifications.php:802
5491
+ #: app/features/mec/notifications.php:887
5492
  #, fuzzy
5493
  #| msgid "Select your desired users to send a copy of email to them!"
5494
  msgid "Select users to send a copy of email to them!"
5495
  msgstr "Sélectionner des utilisateurs qui recevront le mail en copie."
5496
 
5497
  #: app/features/mec/notifications.php:69 app/features/mec/notifications.php:76
5498
+ #: app/features/mec/notifications.php:185
5499
+ #: app/features/mec/notifications.php:192
5500
+ #: app/features/mec/notifications.php:305
5501
+ #: app/features/mec/notifications.php:312
5502
+ #: app/features/mec/notifications.php:431
5503
+ #: app/features/mec/notifications.php:438
5504
+ #: app/features/mec/notifications.php:552
5505
+ #: app/features/mec/notifications.php:559
5506
+ #: app/features/mec/notifications.php:676
5507
+ #: app/features/mec/notifications.php:683
5508
+ #: app/features/mec/notifications.php:811
5509
+ #: app/features/mec/notifications.php:818
5510
+ #: app/features/mec/notifications.php:896
5511
+ #: app/features/mec/notifications.php:903
5512
  msgid "Receiver Roles"
5513
  msgstr "Sélectionner des rôles qui recevront le mail en copie."
5514
 
5515
+ #: app/features/mec/notifications.php:77 app/features/mec/notifications.php:193
5516
+ #: app/features/mec/notifications.php:313
5517
+ #: app/features/mec/notifications.php:439
5518
+ #: app/features/mec/notifications.php:560
5519
+ #: app/features/mec/notifications.php:684
5520
+ #: app/features/mec/notifications.php:819
5521
+ #: app/features/mec/notifications.php:904
5522
  msgid "Select users a specific role."
5523
  msgstr ""
5524
 
5525
  #: app/features/mec/notifications.php:85 app/features/mec/notifications.php:89
5526
+ #: app/features/mec/notifications.php:201
5527
+ #: app/features/mec/notifications.php:205
5528
+ #: app/features/mec/notifications.php:321
5529
+ #: app/features/mec/notifications.php:325
5530
+ #: app/features/mec/notifications.php:447
5531
+ #: app/features/mec/notifications.php:451
5532
+ #: app/features/mec/notifications.php:568
5533
+ #: app/features/mec/notifications.php:572
 
5534
  #: app/features/mec/notifications.php:692
5535
+ #: app/features/mec/notifications.php:696
5536
  #: app/features/mec/notifications.php:827
5537
+ #: app/features/mec/notifications.php:831
5538
+ #: app/features/mec/notifications.php:912
5539
+ #: app/features/mec/notifications.php:916
5540
  msgid "Custom Recipients"
5541
  msgstr "Destinataires personnalisés"
5542
 
5543
+ #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:206
5544
+ #: app/features/mec/notifications.php:326
5545
+ #: app/features/mec/notifications.php:452
5546
+ #: app/features/mec/notifications.php:573
5547
+ #: app/features/mec/notifications.php:697
5548
+ #: app/features/mec/notifications.php:832
5549
+ #: app/features/mec/notifications.php:917
5550
  msgid "Insert comma separated emails for multiple recipients."
5551
  msgstr ""
5552
  "Insérez une virgule entre chaque emails pour séparés plusieurs destinataires."
5553
 
5554
+ #: app/features/mec/notifications.php:97 app/features/mec/notifications.php:463
5555
+ #: app/features/mec/notifications.php:585
5556
  msgid "Send the email to event organizer"
5557
  msgstr "Envoyer l'email à l'organisateur de l'événement"
5558
 
5559
  #: app/features/mec/notifications.php:100
5560
+ #: app/features/mec/notifications.php:212
5561
+ #: app/features/mec/notifications.php:336
5562
+ #: app/features/mec/notifications.php:470
5563
+ #: app/features/mec/notifications.php:588
5564
+ #: app/features/mec/notifications.php:714
5565
+ #: app/features/mec/notifications.php:838
5566
+ #: app/features/mec/notifications.php:923 app/features/notifications.php:80
5567
  msgid "Email Content"
5568
  msgstr "Contenu de l'email"
5569
 
5570
  #: app/features/mec/notifications.php:103
5571
+ #: app/features/mec/notifications.php:215
5572
+ #: app/features/mec/notifications.php:339
5573
+ #: app/features/mec/notifications.php:473
5574
+ #: app/features/mec/notifications.php:591
5575
+ #: app/features/mec/notifications.php:717
5576
+ #: app/features/mec/notifications.php:841
5577
+ #: app/features/mec/notifications.php:926 app/features/mec/report.php:66
5578
  #, fuzzy
5579
  #| msgid "You can use following placeholders"
5580
  msgid "You can use the following placeholders"
5581
  msgstr "Vous pouvez utiliser les variables suivantes"
5582
 
5583
  #: app/features/mec/notifications.php:105
5584
+ #: app/features/mec/notifications.php:217
5585
+ #: app/features/mec/notifications.php:341
5586
+ #: app/features/mec/notifications.php:475
5587
+ #: app/features/mec/notifications.php:593
5588
+ #: app/features/mec/notifications.php:719 app/features/notifications.php:91
5589
  msgid "First name of attendee"
5590
  msgstr "Prénom du participant"
5591
 
5592
  #: app/features/mec/notifications.php:106
5593
+ #: app/features/mec/notifications.php:218
5594
+ #: app/features/mec/notifications.php:342
5595
+ #: app/features/mec/notifications.php:476
5596
+ #: app/features/mec/notifications.php:594
5597
+ #: app/features/mec/notifications.php:720 app/features/notifications.php:92
5598
  msgid "Last name of attendee"
5599
  msgstr "Nom du participant"
5600
 
5601
  #: app/features/mec/notifications.php:107
5602
+ #: app/features/mec/notifications.php:219
5603
+ #: app/features/mec/notifications.php:343
5604
+ #: app/features/mec/notifications.php:477
5605
+ #: app/features/mec/notifications.php:595
5606
+ #: app/features/mec/notifications.php:721 app/features/notifications.php:93
5607
  msgid "Email of attendee"
5608
  msgstr "Email du participant"
5609
 
5610
  #: app/features/mec/notifications.php:108
5611
+ #: app/features/mec/notifications.php:220
5612
+ #: app/features/mec/notifications.php:344
5613
+ #: app/features/mec/notifications.php:478
5614
+ #: app/features/mec/notifications.php:596
5615
+ #: app/features/mec/notifications.php:722 app/features/notifications.php:94
5616
  msgid "Booked date of event"
5617
  msgstr "Date de réservation"
5618
 
5619
  #: app/features/mec/notifications.php:109
5620
+ #: app/features/mec/notifications.php:221
5621
+ #: app/features/mec/notifications.php:345
5622
+ #: app/features/mec/notifications.php:479
5623
+ #: app/features/mec/notifications.php:597
5624
+ #: app/features/mec/notifications.php:723 app/features/notifications.php:95
5625
  msgid "Booked time of event"
5626
  msgstr "Heure de réservation"
5627
 
5628
  #: app/features/mec/notifications.php:110
5629
+ #: app/features/mec/notifications.php:222
5630
+ #: app/features/mec/notifications.php:346
5631
+ #: app/features/mec/notifications.php:480
5632
+ #: app/features/mec/notifications.php:598
5633
+ #: app/features/mec/notifications.php:724 app/features/notifications.php:96
5634
  #, fuzzy
5635
  #| msgid "Booked date of event"
5636
  msgid "Booked date and time of event"
5637
  msgstr "Date de réservation"
5638
 
5639
  #: app/features/mec/notifications.php:111
5640
+ #: app/features/mec/notifications.php:223
5641
+ #: app/features/mec/notifications.php:347
5642
+ #: app/features/mec/notifications.php:481
5643
+ #: app/features/mec/notifications.php:599
5644
+ #: app/features/mec/notifications.php:725 app/features/notifications.php:97
5645
  msgid "Date of next 20 occurrences of booked event (including the booked date)"
5646
  msgstr ""
5647
 
5648
  #: app/features/mec/notifications.php:112
5649
+ #: app/features/mec/notifications.php:224
5650
+ #: app/features/mec/notifications.php:348
5651
+ #: app/features/mec/notifications.php:482
5652
+ #: app/features/mec/notifications.php:600
5653
+ #: app/features/mec/notifications.php:726 app/features/notifications.php:98
5654
  msgid ""
5655
  "Date and Time of next 20 occurrences of booked event (including the booked "
5656
  "date)"
5657
  msgstr ""
5658
 
5659
  #: app/features/mec/notifications.php:113
5660
+ #: app/features/mec/notifications.php:225
5661
+ #: app/features/mec/notifications.php:349
5662
+ #: app/features/mec/notifications.php:483
5663
+ #: app/features/mec/notifications.php:601
5664
+ #: app/features/mec/notifications.php:727 app/features/notifications.php:99
5665
  msgid "Booking Price"
5666
  msgstr "Prix de la réservation"
5667
 
5668
  #: app/features/mec/notifications.php:114
5669
+ #: app/features/mec/notifications.php:226
5670
+ #: app/features/mec/notifications.php:351
5671
+ #: app/features/mec/notifications.php:484
5672
+ #: app/features/mec/notifications.php:602
5673
+ #: app/features/mec/notifications.php:728 app/features/notifications.php:101
5674
  #, fuzzy
5675
  #| msgid "Date and Time"
5676
  msgid "Date and time of booking"
5677
  msgstr "Date et heure"
5678
 
5679
  #: app/features/mec/notifications.php:115
5680
+ #: app/features/mec/notifications.php:227
5681
+ #: app/features/mec/notifications.php:352
5682
+ #: app/features/mec/notifications.php:485
5683
+ #: app/features/mec/notifications.php:603
5684
+ #: app/features/mec/notifications.php:729
5685
+ #: app/features/mec/notifications.php:850
5686
+ #: app/features/mec/notifications.php:935 app/features/notifications.php:102
5687
  msgid "Your website title"
5688
  msgstr "Titre de votre site"
5689
 
5690
  #: app/features/mec/notifications.php:116
5691
+ #: app/features/mec/notifications.php:228
5692
+ #: app/features/mec/notifications.php:353
5693
+ #: app/features/mec/notifications.php:486
5694
+ #: app/features/mec/notifications.php:604
5695
+ #: app/features/mec/notifications.php:730
5696
+ #: app/features/mec/notifications.php:851
5697
+ #: app/features/mec/notifications.php:936 app/features/notifications.php:103
5698
  msgid "Your website URL"
5699
  msgstr "URL de votre site"
5700
 
5701
  #: app/features/mec/notifications.php:117
5702
+ #: app/features/mec/notifications.php:229
5703
+ #: app/features/mec/notifications.php:354
5704
+ #: app/features/mec/notifications.php:487
5705
+ #: app/features/mec/notifications.php:605
5706
+ #: app/features/mec/notifications.php:731
5707
+ #: app/features/mec/notifications.php:852
5708
+ #: app/features/mec/notifications.php:937 app/features/notifications.php:104
5709
  msgid "Your website description"
5710
  msgstr "Description de votre site"
5711
 
5712
  #: app/features/mec/notifications.php:118
5713
+ #: app/features/mec/notifications.php:230
5714
+ #: app/features/mec/notifications.php:355
5715
+ #: app/features/mec/notifications.php:488
5716
+ #: app/features/mec/notifications.php:606
5717
+ #: app/features/mec/notifications.php:732 app/features/notifications.php:105
5718
  msgid "Event title"
5719
  msgstr "Nom de l'événement"
5720
 
5721
  #: app/features/mec/notifications.php:119
5722
+ #: app/features/mec/notifications.php:231
5723
+ #: app/features/mec/notifications.php:356
5724
+ #: app/features/mec/notifications.php:489
5725
+ #: app/features/mec/notifications.php:607
5726
+ #: app/features/mec/notifications.php:733 app/features/notifications.php:106
5727
  msgid "Event link"
5728
  msgstr "Lien de l'événement"
5729
 
5730
  #: app/features/mec/notifications.php:120
5731
+ #: app/features/mec/notifications.php:232
5732
+ #: app/features/mec/notifications.php:357
5733
+ #: app/features/mec/notifications.php:845
5734
+ #: app/features/mec/notifications.php:930 app/features/notifications.php:135
5735
  msgid "Event Start Date"
5736
  msgstr "Date de début"
5737
 
5738
  #: app/features/mec/notifications.php:121
5739
+ #: app/features/mec/notifications.php:233
5740
+ #: app/features/mec/notifications.php:358
5741
+ #: app/features/mec/notifications.php:846
5742
+ #: app/features/mec/notifications.php:931 app/features/notifications.php:136
5743
  msgid "Event End Date"
5744
  msgstr "Date de fin"
5745
 
5746
  #: app/features/mec/notifications.php:122
5747
+ #: app/features/mec/notifications.php:234
5748
+ #: app/features/mec/notifications.php:359
5749
+ #: app/features/mec/notifications.php:847
5750
+ #: app/features/mec/notifications.php:932 app/features/notifications.php:137
5751
+ #, fuzzy
5752
+ #| msgid "Timezone: %s"
5753
+ msgid "Event Timezone"
5754
+ msgstr "Fuseau Horaire : %s"
5755
+
5756
+ #: app/features/mec/notifications.php:123
5757
+ #: app/features/mec/notifications.php:235
5758
+ #: app/features/mec/notifications.php:360
5759
+ #: app/features/mec/notifications.php:490
5760
+ #: app/features/mec/notifications.php:608
5761
+ #: app/features/mec/notifications.php:734 app/features/notifications.php:107
5762
  msgid "Speaker name of booked event"
5763
  msgstr "Orateur de l'événement réservé"
5764
 
5765
+ #: app/features/mec/notifications.php:124
5766
+ #: app/features/mec/notifications.php:236
5767
+ #: app/features/mec/notifications.php:361
5768
+ #: app/features/mec/notifications.php:491
5769
+ #: app/features/mec/notifications.php:609
5770
+ #: app/features/mec/notifications.php:735 app/features/notifications.php:108
5771
  msgid "Organizer name of booked event"
5772
  msgstr "Organisateur de l'événement réservé"
5773
 
 
 
 
 
 
 
 
 
 
5774
  #: app/features/mec/notifications.php:125
5775
+ #: app/features/mec/notifications.php:237
5776
+ #: app/features/mec/notifications.php:362
5777
+ #: app/features/mec/notifications.php:492
5778
+ #: app/features/mec/notifications.php:610
5779
+ #: app/features/mec/notifications.php:736 app/features/notifications.php:109
5780
+ msgid "Organizer tel of booked event"
5781
+ msgstr "Tel de l'organisateur de l'événement réservé"
5782
+
5783
+ #: app/features/mec/notifications.php:126
5784
+ #: app/features/mec/notifications.php:238
5785
+ #: app/features/mec/notifications.php:363
5786
+ #: app/features/mec/notifications.php:493
5787
+ #: app/features/mec/notifications.php:611
5788
+ #: app/features/mec/notifications.php:737 app/features/notifications.php:110
5789
  msgid "Organizer email of booked event"
5790
  msgstr "Email de l'organisateur de l'événement réservé"
5791
 
5792
+ #: app/features/mec/notifications.php:127
5793
+ #: app/features/mec/notifications.php:239
5794
+ #: app/features/mec/notifications.php:364
5795
+ #: app/features/mec/notifications.php:494
5796
+ #: app/features/mec/notifications.php:612
5797
+ #: app/features/mec/notifications.php:738 app/features/notifications.php:111
5798
  #, fuzzy
5799
  #| msgid "Location name of booked event"
5800
  msgid "Additional organizers name of booked event"
5801
  msgstr "Nom du lieu de l'événement réservé"
5802
 
5803
+ #: app/features/mec/notifications.php:128
5804
+ #: app/features/mec/notifications.php:240
5805
+ #: app/features/mec/notifications.php:365
5806
+ #: app/features/mec/notifications.php:495
5807
+ #: app/features/mec/notifications.php:613
5808
+ #: app/features/mec/notifications.php:739 app/features/notifications.php:112
5809
  #, fuzzy
5810
  #| msgid "Location name of booked event"
5811
  msgid "Additional organizers tel of booked event"
5812
  msgstr "Nom du lieu de l'événement réservé"
5813
 
5814
+ #: app/features/mec/notifications.php:129
5815
+ #: app/features/mec/notifications.php:241
5816
+ #: app/features/mec/notifications.php:366
5817
+ #: app/features/mec/notifications.php:496
5818
+ #: app/features/mec/notifications.php:614
5819
+ #: app/features/mec/notifications.php:740 app/features/notifications.php:113
5820
  #, fuzzy
5821
  #| msgid "Organizer email of booked event"
5822
  msgid "Additional organizers email of booked event"
5823
  msgstr "Email de l'organisateur de l'événement réservé"
5824
 
5825
+ #: app/features/mec/notifications.php:130
5826
+ #: app/features/mec/notifications.php:242
5827
+ #: app/features/mec/notifications.php:367
5828
+ #: app/features/mec/notifications.php:497
5829
+ #: app/features/mec/notifications.php:615
5830
+ #: app/features/mec/notifications.php:741 app/features/notifications.php:114
5831
  msgid "Location name of booked event"
5832
  msgstr "Nom du lieu de l'événement réservé"
5833
 
5834
+ #: app/features/mec/notifications.php:131
5835
+ #: app/features/mec/notifications.php:243
5836
+ #: app/features/mec/notifications.php:368
5837
+ #: app/features/mec/notifications.php:498
5838
+ #: app/features/mec/notifications.php:616
5839
+ #: app/features/mec/notifications.php:742 app/features/notifications.php:115
5840
  msgid "Location address of booked event"
5841
  msgstr "Adresse lieu de l'événement réservé"
5842
 
5843
+ #: app/features/mec/notifications.php:132
5844
+ #: app/features/mec/notifications.php:244
5845
+ #: app/features/mec/notifications.php:369
5846
+ #: app/features/mec/notifications.php:499
5847
+ #: app/features/mec/notifications.php:617
5848
+ #: app/features/mec/notifications.php:743 app/features/notifications.php:116
5849
  #, fuzzy
5850
  #| msgid "Location name of booked event"
5851
  msgid "Additional locations name of booked event"
5852
  msgstr "Nom du lieu de l'événement réservé"
5853
 
5854
+ #: app/features/mec/notifications.php:133
5855
+ #: app/features/mec/notifications.php:245
5856
+ #: app/features/mec/notifications.php:370
5857
+ #: app/features/mec/notifications.php:500
5858
+ #: app/features/mec/notifications.php:618
5859
+ #: app/features/mec/notifications.php:744 app/features/notifications.php:117
5860
  #, fuzzy
5861
  #| msgid "Location address of booked event"
5862
  msgid "Additional locations address of booked event"
5863
  msgstr "Adresse lieu de l'événement réservé"
5864
 
5865
+ #: app/features/mec/notifications.php:134
5866
+ #: app/features/mec/notifications.php:246
5867
+ #: app/features/mec/notifications.php:371
5868
+ #: app/features/mec/notifications.php:501
5869
+ #: app/features/mec/notifications.php:619
5870
+ #: app/features/mec/notifications.php:745 app/features/notifications.php:118
5871
  msgid "Featured image of booked event"
5872
  msgstr "Image de l’événement"
5873
 
5874
+ #: app/features/mec/notifications.php:135
5875
+ #: app/features/mec/notifications.php:247
5876
+ #: app/features/mec/notifications.php:372
5877
+ #: app/features/mec/notifications.php:620
5878
+ #: app/features/mec/notifications.php:746 app/features/notifications.php:119
5879
  #, fuzzy
5880
  #| msgid "Event link"
5881
  msgid "Event more info link"
5882
  msgstr "Lien de l'événement"
5883
 
5884
+ #: app/features/mec/notifications.php:136
5885
+ #: app/features/mec/notifications.php:248
5886
+ #: app/features/mec/notifications.php:373
5887
+ #: app/features/mec/notifications.php:621
5888
+ #: app/features/mec/notifications.php:747 app/features/notifications.php:120
5889
  #, fuzzy
5890
  #| msgid "Event link"
5891
  msgid "Event other info link"
5892
  msgstr "Lien de l'événement"
5893
 
5894
+ #: app/features/mec/notifications.php:137
5895
+ #: app/features/mec/notifications.php:249
5896
+ #: app/features/mec/notifications.php:374
5897
+ #: app/features/mec/notifications.php:622
5898
+ #: app/features/mec/notifications.php:748 app/features/notifications.php:121
5899
  #, fuzzy
5900
  #| msgid "Event link"
5901
  msgid "Event online link"
5902
  msgstr "Lien de l'événement"
5903
 
5904
+ #: app/features/mec/notifications.php:138
5905
+ #: app/features/mec/notifications.php:250
5906
+ #: app/features/mec/notifications.php:375
5907
+ #: app/features/mec/notifications.php:502
5908
+ #: app/features/mec/notifications.php:623
5909
+ #: app/features/mec/notifications.php:749 app/features/notifications.php:122
5910
  msgid "Full Attendee info such as booking form data, name, email etc."
5911
  msgstr ""
5912
  "Information complète des participants tels que les données de formulaire de "
5913
  "réservation, nom, email, etc."
5914
 
5915
+ #: app/features/mec/notifications.php:139
5916
+ #: app/features/mec/notifications.php:251
5917
+ #: app/features/mec/notifications.php:376
5918
+ #: app/features/mec/notifications.php:503
5919
+ #: app/features/mec/notifications.php:624
5920
+ #: app/features/mec/notifications.php:750 app/features/notifications.php:123
5921
  #, fuzzy
5922
  #| msgid "Booking"
5923
  msgid "Booking ID"
5924
  msgstr "Réservation"
5925
 
5926
+ #: app/features/mec/notifications.php:140
5927
+ #: app/features/mec/notifications.php:252
5928
+ #: app/features/mec/notifications.php:377
5929
+ #: app/features/mec/notifications.php:504
5930
+ #: app/features/mec/notifications.php:625
5931
+ #: app/features/mec/notifications.php:751 app/features/notifications.php:124
5932
  #, fuzzy
5933
  #| msgid "Transaction ID"
5934
  msgid "Transaction ID of Booking"
5935
  msgstr "Numéro de transaction"
5936
 
5937
+ #: app/features/mec/notifications.php:141
5938
+ #: app/features/mec/notifications.php:379
5939
+ #: app/features/mec/notifications.php:753
5940
  msgid "Invoice Link"
5941
  msgstr ""
5942
 
5943
+ #: app/features/mec/notifications.php:142
5944
+ #: app/features/mec/notifications.php:254
5945
+ #: app/features/mec/notifications.php:380
5946
+ #: app/features/mec/notifications.php:506
5947
+ #: app/features/mec/notifications.php:627
5948
+ #: app/features/mec/notifications.php:754 app/features/notifications.php:126
5949
  #, fuzzy
5950
  #| msgid "There is no attendee for booking!"
5951
  msgid "Total attendees of current booking"
5952
  msgstr "Il n'y a pas encore de participants inscrits depuis le site !"
5953
 
5954
+ #: app/features/mec/notifications.php:143
5955
+ #: app/features/mec/notifications.php:255
5956
+ #: app/features/mec/notifications.php:381
5957
+ #: app/features/mec/notifications.php:507
5958
+ #: app/features/mec/notifications.php:628
5959
+ #: app/features/mec/notifications.php:755 app/features/notifications.php:127
5960
  msgid "Amount of Booked Tickets (Total attendees of all bookings)"
5961
  msgstr ""
5962
 
5963
+ #: app/features/mec/notifications.php:144
5964
+ #: app/features/mec/notifications.php:256
5965
+ #: app/features/mec/notifications.php:382
5966
+ #: app/features/mec/notifications.php:508
5967
+ #: app/features/mec/notifications.php:629
5968
+ #: app/features/mec/notifications.php:756 app/features/notifications.php:128
5969
  msgid "Ticket name"
5970
  msgstr "Nom du billet"
5971
 
5972
+ #: app/features/mec/notifications.php:145
5973
+ #: app/features/mec/notifications.php:257
5974
+ #: app/features/mec/notifications.php:383
5975
+ #: app/features/mec/notifications.php:509
5976
+ #: app/features/mec/notifications.php:630
5977
+ #: app/features/mec/notifications.php:757 app/features/notifications.php:129
5978
  msgid "Ticket time"
5979
  msgstr "Heure du billet"
5980
 
5981
+ #: app/features/mec/notifications.php:146
5982
+ #: app/features/mec/notifications.php:258
5983
+ #: app/features/mec/notifications.php:384
5984
+ #: app/features/mec/notifications.php:510
5985
+ #: app/features/mec/notifications.php:631
5986
+ #: app/features/mec/notifications.php:758 app/features/notifications.php:130
5987
  #, fuzzy
5988
  #| msgid "Ticket name"
5989
  msgid "Ticket name & time"
5990
  msgstr "Nom du billet"
5991
 
5992
+ #: app/features/mec/notifications.php:147
5993
+ #: app/features/mec/notifications.php:259
5994
+ #: app/features/mec/notifications.php:385
5995
+ #: app/features/mec/notifications.php:511
5996
+ #: app/features/mec/notifications.php:632
5997
+ #: app/features/mec/notifications.php:759 app/features/notifications.php:131
5998
  #, fuzzy
5999
  #| msgid "Payment Gateways"
6000
  msgid "Payment Gateway"
6001
  msgstr "Passerelle de paiement"
6002
 
6003
+ #: app/features/mec/notifications.php:148
6004
+ #: app/features/mec/notifications.php:260
6005
+ #: app/features/mec/notifications.php:386
6006
+ #: app/features/mec/notifications.php:512
6007
+ #: app/features/mec/notifications.php:633
6008
+ #: app/features/mec/notifications.php:760 app/features/notifications.php:132
6009
  msgid "Link to the downloadable file"
6010
  msgstr ""
6011
 
6012
+ #: app/features/mec/notifications.php:149
6013
+ #: app/features/mec/notifications.php:261
6014
+ #: app/features/mec/notifications.php:387
6015
+ #: app/features/mec/notifications.php:761
6016
  msgid "Download ICS file"
6017
  msgstr ""
6018
 
6019
+ #: app/features/mec/notifications.php:151
6020
+ #: app/features/mec/notifications.php:263
6021
+ #: app/features/mec/notifications.php:389
6022
+ #: app/features/mec/notifications.php:763 app/features/notifications.php:134
6023
  msgid "Add to Google Calendar Links for next 20 occurrences"
6024
  msgstr ""
6025
 
6026
+ #: app/features/mec/notifications.php:159 app/libraries/main.php:597
6027
  msgid "Booking Verification"
6028
  msgstr "Vérification de réservation"
6029
 
6030
+ #: app/features/mec/notifications.php:160
6031
  msgid "It sends to attendee email for verifying their booking/email."
6032
  msgstr "Envoyé par mail au participant pour vérification de réservation/email."
6033
 
6034
+ #: app/features/mec/notifications.php:253
6035
  msgid "Email/Booking verification link."
6036
  msgstr "Vérification des réservations."
6037
 
6038
+ #: app/features/mec/notifications.php:275
6039
  #, fuzzy
6040
  #| msgid "Booking Confirmation"
6041
  msgid "Enable booking confirmation"
6042
  msgstr "Confirmation de réservation"
6043
 
6044
+ #: app/features/mec/notifications.php:280
6045
  #, fuzzy
6046
  #| msgid "It sends to attendee after confirming the booking by admin."
6047
  msgid "Sent to attendee after confirming the booking by admin."
6049
  "Vous envoie un mail vous avertissant lorsqu'un visiteur confirme sa demande "
6050
  "d'ajout d'événement."
6051
 
6052
+ #: app/features/mec/notifications.php:333
6053
  msgid "Send One Single Email Only To First Attendee"
6054
  msgstr ""
6055
 
6056
+ #: app/features/mec/notifications.php:350
6057
  #, fuzzy
6058
  #| msgid "Attendee Name"
6059
  msgid "Attendee Price"
6060
  msgstr "Nom du participant"
6061
 
6062
+ #: app/features/mec/notifications.php:378
6063
+ #: app/features/mec/notifications.php:752
6064
  msgid "Booking cancellation link."
6065
  msgstr "Lien d'annulation de la réservation."
6066
 
6067
+ #: app/features/mec/notifications.php:398 app/features/notifications.php:159
6068
+ #: app/libraries/main.php:599
6069
  msgid "Booking Cancellation"
6070
  msgstr "Lien d'annulation de la réservation."
6071
 
6072
+ #: app/features/mec/notifications.php:402
6073
  msgid "Enable cancellation notification"
6074
  msgstr "Activer la notification d’annulation"
6075
 
6076
+ #: app/features/mec/notifications.php:406
6077
  #, fuzzy
6078
  #| msgid ""
6079
  #| "It sends to selected recipients after booking cancellation for notifying "
6081
  msgid "Sent to selected recipients after booking cancellation to notify them."
6082
  msgstr "Elle est envoyée aux participants après l’annulation pour les avertir."
6083
 
6084
+ #: app/features/mec/notifications.php:459
6085
+ #: app/features/mec/notifications.php:581
6086
+ #: app/features/mec/notifications.php:783
6087
  msgid "Send the email to admin"
6088
  msgstr "Envoyer l'email à l'organisateur de l'événement"
6089
 
6090
+ #: app/features/mec/notifications.php:467
6091
  #, fuzzy
6092
  #| msgid "Send the email to booking user"
6093
  msgid "Send the email to the booked user"
6094
  msgstr "Envoyer l'email au client"
6095
 
6096
+ #: app/features/mec/notifications.php:505
6097
+ #: app/features/mec/notifications.php:626 app/features/notifications.php:125
6098
  msgid "Admin booking management link."
6099
  msgstr "Administrateur lien de gestion des réservations."
6100
 
6101
+ #: app/features/mec/notifications.php:519 app/libraries/main.php:601
6102
  msgid "Admin"
6103
  msgstr "Admin"
6104
 
6105
+ #: app/features/mec/notifications.php:523
6106
  msgid "Enable admin notification"
6107
  msgstr "Activer la notification d’amin"
6108
 
6109
+ #: app/features/mec/notifications.php:527
6110
  #, fuzzy
6111
  #| msgid "It sends to admin to notify him/her that a new booking received."
6112
  msgid "Sent to admin to notify them that a new booking has been received."
6114
  "Il est envoyé à admin pour l'informer qu'il y a une nouvelle réservation "
6115
  "reçue."
6116
 
6117
+ #: app/features/mec/notifications.php:640 app/features/notifications.php:165
6118
+ #: app/libraries/main.php:600 app/libraries/notifications.php:596
6119
  msgid "Booking Reminder"
6120
  msgstr "Rappel d’inscription"
6121
 
6122
+ #: app/features/mec/notifications.php:644
6123
  msgid "Enable booking reminder notification"
6124
  msgstr "Activer le rappel d’inscription"
6125
 
6126
+ #: app/features/mec/notifications.php:650
6127
  #, fuzzy, php-format
6128
  #| msgid ""
6129
  #| "Set a cronjob to call %s file once per day otherwise it won't send the "
6138
  "aucun rappel ne sera envoyer. N’appelez le fichier qu’%s sinon le rappel "
6139
  "sera envoyé plusieurs fois."
6140
 
6141
+ #: app/features/mec/notifications.php:650
6142
  #, fuzzy
6143
  #| msgid "only once per day"
6144
  msgid "only once per hour"
6145
  msgstr "une fois par jour"
6146
 
6147
+ #: app/features/mec/notifications.php:703 app/libraries/main.php:7340
6148
+ #: app/libraries/main.php:7357
6149
  #, fuzzy
6150
  #| msgid "Hour"
6151
  msgid "Hours"
6152
  msgstr "Heure(s)"
6153
 
6154
+ #: app/features/mec/notifications.php:707
6155
  msgid "Reminder hours"
6156
  msgstr ""
6157
 
6158
+ #: app/features/mec/notifications.php:708
6159
  msgid "Please, insert comma to separate reminder hours."
6160
  msgstr ""
6161
 
6162
+ #: app/features/mec/notifications.php:772 app/features/popup/event.php:253
6163
+ #: app/libraries/main.php:589
6164
  msgid "New Event"
6165
  msgstr "Nouvel événement"
6166
 
6167
+ #: app/features/mec/notifications.php:776
6168
  msgid "Enable new event notification"
6169
  msgstr "Activer la notification d'ajout d'un nouvel événement"
6170
 
6171
+ #: app/features/mec/notifications.php:786
6172
  #, fuzzy
6173
  #| msgid ""
6174
  #| "It sends after adding a new event from frontend event submission or from "
6180
  "S'envoie lorsqu'un nouvel événement est ajouté depuis le formulaire de "
6181
  "soumission ou depuis le tableau de bord du site."
6182
 
6183
+ #: app/features/mec/notifications.php:843
6184
+ #: app/features/mec/notifications.php:928
6185
  msgid "Title of event"
6186
  msgstr "Titre de l'événement"
6187
 
6188
+ #: app/features/mec/notifications.php:844
6189
+ #: app/features/mec/notifications.php:929
6190
  msgid "Link of event"
6191
  msgstr "Lien de l'événement"
6192
 
6193
+ #: app/features/mec/notifications.php:848
6194
+ #: app/features/mec/notifications.php:933 app/features/notifications.php:138
6195
  msgid "Status of event"
6196
  msgstr "Statut de l'événement"
6197
 
6198
+ #: app/features/mec/notifications.php:849
6199
+ #: app/features/mec/notifications.php:934 app/features/mec/settings.php:871
6200
+ #: app/features/mec/settings.php:875 app/features/notifications.php:139
6201
  msgid "Event Note"
6202
  msgstr "Note sur l'événement"
6203
 
6204
+ #: app/features/mec/notifications.php:853
6205
+ #: app/features/mec/notifications.php:938
6206
  msgid "Admin events management link."
6207
  msgstr "Lien d'administration d'événements."
6208
 
6209
+ #: app/features/mec/notifications.php:863 app/libraries/main.php:590
6210
  msgid "User Event Publishing"
6211
  msgstr "Événement Publié"
6212
 
6213
+ #: app/features/mec/notifications.php:867
6214
  msgid "Enable user event publishing notification"
6215
  msgstr "Activer la notification d'ajout d'un nouvel événement"
6216
 
6217
+ #: app/features/mec/notifications.php:871
6218
  #, fuzzy
6219
  #| msgid ""
6220
  #| "It sends after published a new event from frontend event submission or "
6226
  "S'envoie lorsqu'un nouvel événement est ajouté depuis le formulaire de "
6227
  "soumission ou depuis le tableau de bord du site."
6228
 
6229
+ #: app/features/mec/notifications.php:946 app/libraries/main.php:604
6230
  #, fuzzy
6231
  #| msgid "Notifications"
6232
  msgid "Notifications Per Event"
6233
  msgstr "Notifications"
6234
 
6235
+ #: app/features/mec/notifications.php:950
6236
  #, fuzzy
6237
  #| msgid "Admin Notification"
6238
  msgid "Edit Notifications Per Event"
6308
  msgid "There was an error please try again!"
6309
  msgstr "Il y a eu une erreur, veuillez recommencer!"
6310
 
6311
+ #: app/features/mec/settings.php:62 app/features/mec/settings.php:73
6312
  msgid "Hide Events"
6313
  msgstr "Cacher l'évenements"
6314
 
6328
  msgid "On Event End"
6329
  msgstr "À la fin de l'événement"
6330
 
6331
+ #: app/features/mec/settings.php:74
6332
  msgid ""
6333
  "This option is for showing start/end time of events on frontend of website."
6334
  msgstr ""
6335
  "Cette option sert à montrer le temps de début/fin, des événements sur "
6336
  "l'affichage du site"
6337
 
6338
+ #: app/features/mec/settings.php:83 app/features/mec/settings.php:92
6339
  msgid "Multiple Day Events"
6340
  msgstr "Événements à Dates Multiples"
6341
 
6342
+ #: app/features/mec/settings.php:86
6343
  #, fuzzy
6344
  #| msgid "Show only first day on List/Grid/Slider skins"
6345
  msgid "Show only first day on List/Grid/Slider/Agenda skins"
6346
  msgstr ""
6347
  "Afficher uniquement le premier jour sous forme de Liste/Grille/Carrousel"
6348
 
6349
+ #: app/features/mec/settings.php:87
6350
  msgid "Show only first day on all skins"
6351
  msgstr "Afficher uniquement le premier jour sur tous les styles"
6352
 
6353
+ #: app/features/mec/settings.php:88
6354
  msgid "Show all days"
6355
  msgstr "Afficher tous les jours"
6356
 
6357
+ #: app/features/mec/settings.php:93
6358
  msgid ""
6359
  "For showing all days of multiple day events on frontend or only show the "
6360
  "first day."
6362
  "Pour afficher toutes les dates d'un événement de plusieurs jours sur le "
6363
  "frontend ou seulement afficher le premier jour."
6364
 
6365
+ #: app/features/mec/settings.php:102
6366
  msgid "Remove MEC Data on Plugin Uninstall"
6367
  msgstr "Retirer les données de M.E.C. lors de la désinstallation"
6368
 
6369
+ #: app/features/mec/settings.php:113
6370
  msgid "Sender Name"
6371
  msgstr "Nom de l’expéditeur"
6372
 
6373
+ #: app/features/mec/settings.php:116
6374
  msgid "e.g. Webnus"
6375
  msgstr "e.g. Webnus"
6376
 
6377
+ #: app/features/mec/settings.php:123
6378
  msgid "Sender Email"
6379
  msgstr "Mail de l’expéditeur"
6380
 
6381
+ #: app/features/mec/settings.php:126
6382
  msgid "e.g. info@webnus.biz"
6383
  msgstr ""
6384
 
6385
+ #: app/features/mec/settings.php:132
6386
  msgid "Exclude Date Suffix"
6387
  msgstr "Retirer les suffixes de dates"
6388
 
6389
+ #: app/features/mec/settings.php:135
6390
  msgid "Remove suffix from calendars"
6391
  msgstr "Retirer les suffixes de date des Calendriers"
6392
 
6393
+ #: app/features/mec/settings.php:139
6394
  msgid "Remove \"Th\" on calendar"
6395
  msgstr "Retirer les suffixes de date des Calendriers"
6396
 
6397
+ #: app/features/mec/settings.php:140
6398
  msgid ""
6399
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
6400
  "showing just '12' )"
6401
  msgstr ""
6402
 
6403
+ #: app/features/mec/settings.php:147 app/features/mec/settings.php:154
6404
  msgid "Schema"
6405
  msgstr ""
6406
 
6407
+ #: app/features/mec/settings.php:150
6408
  #, fuzzy
6409
  #| msgid "Enable coupons module"
6410
  msgid "Enable Schema Code"
6411
  msgstr "Activer module de coupons"
6412
 
6413
+ #: app/features/mec/settings.php:155
6414
  msgid "You can enable/disable Schema scripts"
6415
  msgstr ""
6416
 
6417
+ #: app/features/mec/settings.php:164 app/features/mec/settings.php:174
6418
+ #: app/libraries/main.php:6262 app/libraries/main.php:6316
6419
  msgid "Weekdays"
6420
  msgstr "Jours de la Semaine"
6421
 
6422
+ #: app/features/mec/settings.php:175
6423
  msgid ""
6424
  "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
6425
  "and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings "
6429
  "pouvez changer le jour de début de semaine dans WordPress Dashboard > "
6430
  "Réglages > General - fin de page )."
6431
 
6432
+ #: app/features/mec/settings.php:185 app/features/mec/settings.php:195
6433
  msgid "Weekends"
6434
  msgstr "Jour du Week End"
6435
 
6436
+ #: app/features/mec/settings.php:196
6437
  #, fuzzy
6438
  #| msgid ""
6439
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
6448
  "pouvez changer le jour de début de semaine dans WordPress Dashboard > "
6449
  "Réglages > General - fin de page )."
6450
 
6451
+ #: app/features/mec/settings.php:205
6452
  #, fuzzy
6453
  #| msgid "Date Format"
6454
  msgid "Datepicker Format"
6455
  msgstr "Format de date"
6456
 
6457
+ #: app/features/mec/settings.php:213
6458
  msgid "(Y-m-d)"
6459
  msgstr ""
6460
 
6461
+ #: app/features/mec/settings.php:214
6462
  msgid "(d-m-Y)"
6463
  msgstr ""
6464
 
6465
+ #: app/features/mec/settings.php:217
6466
  msgid "(Y/m/d)"
6467
  msgstr ""
6468
 
6469
+ #: app/features/mec/settings.php:218
6470
  msgid "(m/d/Y)"
6471
  msgstr ""
6472
 
6473
+ #: app/features/mec/settings.php:221
6474
  msgid "(Y.m.d)"
6475
  msgstr ""
6476
 
6477
+ #: app/features/mec/settings.php:222
6478
  msgid "(d.m.Y)"
6479
  msgstr ""
6480
 
6481
+ #: app/features/mec/settings.php:228 app/features/mec/settings.php:240
6482
  msgid "Midnight Hour"
6483
  msgstr ""
6484
 
6485
+ #: app/features/mec/settings.php:231
6486
  msgid "12 AM"
6487
  msgstr ""
6488
 
6489
+ #: app/features/mec/settings.php:232
6490
  msgid "1 AM"
6491
  msgstr ""
6492
 
6493
+ #: app/features/mec/settings.php:233
6494
  msgid "2 AM"
6495
  msgstr ""
6496
 
6497
+ #: app/features/mec/settings.php:234
6498
  msgid "3 AM"
6499
  msgstr ""
6500
 
6501
+ #: app/features/mec/settings.php:235
6502
  msgid "4 AM"
6503
  msgstr ""
6504
 
6505
+ #: app/features/mec/settings.php:236
6506
  msgid "5 AM"
6507
  msgstr ""
6508
 
6509
+ #: app/features/mec/settings.php:241
6510
  msgid ""
6511
  "12 AM is midnight by default but you can change it if your event ends after "
6512
  "12 AM and you don't want those events considered as multiple days events!"
6513
  msgstr ""
6514
 
6515
+ #: app/features/mec/settings.php:249
6516
  #, fuzzy
6517
  #| msgid "Add Shortcode"
6518
  msgid "Open \"Add Event\" as Popup"
6519
  msgstr "Ajouter un Shortcode"
6520
 
6521
+ #: app/features/mec/settings.php:252 app/features/mec/settings.php:260
6522
+ #: app/features/mec/settings.php:268 app/features/mec/single.php:111
6523
  #, fuzzy
6524
  #| msgid "Enabled"
6525
  msgid "Enable"
6526
  msgstr "Activé"
6527
 
6528
+ #: app/features/mec/settings.php:257
6529
  #, fuzzy
6530
  #| msgid "Add Shortcode"
6531
  msgid "Open \"Add Shortcode\" as Popup"
6532
  msgstr "Ajouter un Shortcode"
6533
 
6534
+ #: app/features/mec/settings.php:265
6535
  #, fuzzy
6536
  #| msgid "Featured Image"
6537
  msgid "Include Event Featured Image in Feed"
6538
  msgstr "Image Principale"
6539
 
6540
+ #: app/features/mec/settings.php:275 app/libraries/main.php:539
6541
  msgid "Archive Pages"
6542
  msgstr ""
6543
 
6544
+ #: app/features/mec/settings.php:278 app/features/mec/settings.php:283
6545
  msgid "Archive Page Title"
6546
  msgstr "Titre de la page archive"
6547
 
6548
+ #: app/features/mec/settings.php:284
6549
  msgid "Default value is Events - It's title of the page"
6550
  msgstr "La valeur par défaut est \"Events\" - C’est le titre de la page"
6551
 
6552
+ #: app/features/mec/settings.php:292 app/features/mec/settings.php:360
6553
  msgid "Archive Page Skin"
6554
  msgstr "Style de la page des archives"
6555
 
6556
+ #: app/features/mec/settings.php:300 app/features/mec/settings.php:377
6557
  msgid "Put shortcode..."
6558
  msgstr "Mettre un shortcode…"
6559
 
6560
+ #: app/features/mec/settings.php:303 app/features/mec/settings.php:318
6561
+ #: app/features/mec/settings.php:321 app/features/mec/settings.php:330
6562
+ #: app/features/mec/settings.php:356 app/features/mec/settings.php:380
6563
+ #: app/features/mec/settings.php:395 app/features/mec/settings.php:398
6564
+ #: app/features/mec/settings.php:407 app/features/mec/settings.php:433
6565
  msgid "There is no skins"
6566
  msgstr "Aucun thème"
6567
 
6568
+ #: app/features/mec/settings.php:306 app/features/mec/settings.php:383
6569
  #: app/features/mec/single.php:73
6570
  msgid "Modern Style"
6571
  msgstr "Style moderne"
6572
 
6573
+ #: app/features/mec/settings.php:348 app/features/mec/settings.php:425
6574
  msgid "colorful"
6575
  msgstr "Coloré"
6576
 
6577
+ #: app/features/mec/settings.php:353 app/features/mec/settings.php:430
6578
  msgid "Clean Style"
6579
  msgstr "Style Simple"
6580
 
6581
+ #: app/features/mec/settings.php:361
6582
  #, fuzzy
6583
  #| msgid "Default value is Calendar/Monthly View"
6584
  msgid "Default value is Calendar/Monthly View, But you can change it "
6585
  msgstr "La valeur par défaut est Calendrier / Mensuel"
6586
 
6587
+ #: app/features/mec/settings.php:361 app/features/mec/settings.php:438
6588
  msgid "See Demo"
6589
  msgstr "Voir démo"
6590
 
6591
+ #: app/features/mec/settings.php:369 app/features/mec/settings.php:437
6592
  msgid "Category Page Skin"
6593
  msgstr "Apparence page de catégorie"
6594
 
6595
+ #: app/features/mec/settings.php:438
6596
  #, fuzzy
6597
  #| msgid "Default value is Calendar/Monthly View"
6598
  msgid ""
6600
  "categories."
6601
  msgstr "La valeur par défaut est Calendrier / Mensuel"
6602
 
6603
+ #: app/features/mec/settings.php:446 app/features/mec/settings.php:454
6604
  msgid "Category Events Method"
6605
  msgstr ""
6606
 
6607
+ #: app/features/mec/settings.php:455
6608
  msgid "Default value is Upcoming Events"
6609
  msgstr "Valeur par défaut: Prochains événements"
6610
 
6611
+ #: app/features/mec/settings.php:463 app/features/mec/settings.php:471
6612
  msgid "Events Archive Status"
6613
  msgstr "Archivage des Événements"
6614
 
6615
+ #: app/features/mec/settings.php:466
6616
  msgid "Enabled (Recommended)"
6617
  msgstr "Activé (Recommandé)"
6618
 
6619
+ #: app/features/mec/settings.php:472
6620
  msgid ""
6621
  "If you disable it, then you should create a page as archive page of MEC. "
6622
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
6627
  "E.C. . Aussi, cela désactivera également toutes les règles de réécriture de "
6628
  "M.E.C. ."
6629
 
6630
+ #: app/features/mec/settings.php:485 app/features/mec/settings.php:490
6631
  msgid "Main Slug"
6632
  msgstr "Identifiant des événements"
6633
 
6634
+ #: app/features/mec/settings.php:491
6635
  msgid ""
6636
  "Default value is events. You can not have a page with this name. MEC allows "
6637
  "you to create custom URLs for the permalinks and archives to enhance the "
6638
  "applicability and forward-compatibility of the links."
6639
  msgstr ""
6640
 
6641
+ #: app/features/mec/settings.php:495 app/features/mec/settings.php:509
6642
  #, fuzzy
6643
  #| msgid ""
6644
  #| "Default value is events. Valid characters are lowercase a-z, - character "
6648
  "La valeur par défaut est events. Les caractères valides sont les lettres "
6649
  "minuscules (a-z) et les chiffres"
6650
 
6651
+ #: app/features/mec/settings.php:499 app/features/mec/settings.php:504
6652
  msgid "Category Slug"
6653
  msgstr "Identifiant de la catégorie"
6654
 
6655
+ #: app/features/mec/settings.php:505
6656
  #, fuzzy
6657
  #| msgid ""
6658
  #| "It's slug of MEC categories, you can change it to events-cat or something "
6662
  "else. Default value is mec-category. You can not have a page with this name."
6663
  msgstr "Catégories"
6664
 
6665
+ #: app/features/mec/settings.php:517
6666
  msgid "Currency"
6667
  msgstr "Devise"
6668
 
6669
+ #: app/features/mec/settings.php:527 app/features/mec/settings.php:532
6670
  msgid "Currency Sign"
6671
  msgstr "Symbole de la devise"
6672
 
6673
+ #: app/features/mec/settings.php:533
6674
  msgid "Default value will be \"currency\" if you leave it empty."
6675
  msgstr "Si elle est vide, la valeur par défaut sera utilisée."
6676
 
6677
+ #: app/features/mec/settings.php:540
6678
  msgid "Currency Position"
6679
  msgstr "Position du symbole de devise"
6680
 
6681
+ #: app/features/mec/settings.php:543
6682
  msgid "Before $10"
6683
  msgstr "Avant €10"
6684
 
6685
+ #: app/features/mec/settings.php:544
6686
  msgid "After 10$"
6687
  msgstr "Après 10€"
6688
 
6689
+ #: app/features/mec/settings.php:549
6690
  msgid "Thousand Separator"
6691
  msgstr "Séparateur des milliers"
6692
 
6693
+ #: app/features/mec/settings.php:555
6694
  msgid "Decimal Separator"
6695
  msgstr "Séparateur des décimales"
6696
 
6697
+ #: app/features/mec/settings.php:565
6698
  msgid "No decimal"
6699
  msgstr "Pas de décimales"
6700
 
6701
+ #: app/features/mec/settings.php:576
6702
  msgid "Enable Google Recaptcha"
6703
  msgstr "Activer Google Recaptcha"
6704
 
6705
+ #: app/features/mec/settings.php:585
6706
  msgid "Enable on booking form"
6707
  msgstr "Activer le formulaire de réservation"
6708
 
6709
+ #: app/features/mec/settings.php:593
6710
  #, fuzzy
6711
  #| msgid "Enable on \"Frontend Event Submittion\" form"
6712
  msgid "Enable on \"Frontend Event Submission\" form"
6713
  msgstr "Activer le formulaire d'ajout d'événement"
6714
 
6715
+ #: app/features/mec/settings.php:597
6716
  msgid "Site Key"
6717
  msgstr "Site Key"
6718
 
6719
+ #: app/features/mec/settings.php:603
6720
  msgid "Secret Key"
6721
  msgstr "Clef secrète"
6722
 
6723
+ #: app/features/mec/settings.php:615 app/features/mec/settings.php:623
6724
  msgid "Time Format"
6725
  msgstr "Format d'heure"
6726
 
6727
+ #: app/features/mec/settings.php:618
6728
  msgid "12 hours format with AM/PM"
6729
  msgstr "Affichage sur 12 heures avec \"du matin\" / \"de l'après midi\""
6730
 
6731
+ #: app/features/mec/settings.php:619
6732
  msgid "24 hours format"
6733
  msgstr "Affichage sur 24 heures"
6734
 
6735
+ #: app/features/mec/settings.php:624
6736
  msgid "This option, affects the selection of Start/End time."
6737
  msgstr ""
6738
 
6739
+ #: app/features/mec/settings.php:632
6740
  msgid "Events List Page"
6741
  msgstr "Page liste des événements"
6742
 
6743
+ #: app/features/mec/settings.php:641 app/features/mec/settings.php:653
6744
  #, php-format
6745
  msgid "Put %s shortcode into the page."
6746
  msgstr "Mettez %s le shortcode de dans la page."
6747
 
6748
+ #: app/features/mec/settings.php:644
6749
  msgid "Add/Edit Events Page"
6750
  msgstr "Ajouter/Éditer page d'événement"
6751
 
6752
+ #: app/features/mec/settings.php:668
6753
  #, fuzzy
6754
  #| msgid ""
6755
  #| "User redirects to this page after new event submission. Leave it empty if "
6761
  "L'Utilisateur est redirigé vers cette page après avoir réservé. Laisser vide "
6762
  "pour désactiver."
6763
 
6764
+ #: app/features/mec/settings.php:691 app/features/mec/settings.php:696
6765
  #, fuzzy
6766
  #| msgid "Maximum file size"
6767
  msgid "Maximum File Size"
6768
  msgstr "Taille maximale de fichier"
6769
 
6770
+ #: app/features/mec/settings.php:693
6771
  msgid "in KB"
6772
  msgstr ""
6773
 
6774
+ #: app/features/mec/settings.php:697
6775
  msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
6776
  msgstr ""
6777
 
6778
+ #: app/features/mec/settings.php:706
6779
  #, fuzzy
6780
  #| msgid "Enable event submission by guest (Not logged-in) users"
6781
  msgid "Enable event submission by guest (Not logged in) users"
6783
  "Activer l'inscription d’événements pour les utilisateurs invités (non "
6784
  "connecté)."
6785
 
6786
+ #: app/features/mec/settings.php:713
6787
  msgid "Enable mandatory email and name for guest user"
6788
  msgstr "Activer la demande de Nom / Mail pour les utilisateurs invités"
6789
 
6790
+ #: app/features/mec/settings.php:719
6791
  msgid ""
6792
  "Automatically create users after event publish and assign event to the "
6793
  "created user"
6794
  msgstr ""
6795
 
6796
+ #: app/features/mec/settings.php:724
6797
  msgid "Frontend Event Submission Sections"
6798
  msgstr "Réglages du formulaire de Création d’Événements"
6799
 
6800
+ #: app/features/mec/settings.php:728
6801
  #, fuzzy
6802
  #| msgid "Event Details"
6803
  msgid "Event Data Fields"
6804
  msgstr "Détails"
6805
 
6806
+ #: app/features/mec/settings.php:752 app/widgets/single.php:119
6807
  msgid "Event Categories"
6808
  msgstr "Catégories de l'évènements"
6809
 
6810
+ #: app/features/mec/settings.php:758
6811
  msgid "Event Labels"
6812
  msgstr "Labels d'événement"
6813
 
6814
+ #: app/features/mec/settings.php:770
6815
  msgid "Event Tags"
6816
  msgstr "Étiquettes de l'évenement"
6817
 
6818
+ #: app/features/mec/settings.php:782 app/widgets/single.php:123
6819
  msgid "Event Organizer"
6820
  msgstr "Organisateur d'événements"
6821
 
6822
+ #: app/features/mec/settings.php:808
6823
  msgid "Fees / Taxes Options"
6824
  msgstr "Options de Frais/Taxes"
6825
 
6826
+ #: app/features/mec/settings.php:822 app/features/schema.php:64
6827
  msgid "SEO Schema"
6828
  msgstr ""
6829
 
6830
+ #: app/features/mec/settings.php:845 app/features/occurrences.php:72
6831
  #: app/features/occurrences.php:102
6832
  #, fuzzy
6833
  #| msgid "Occurrences times"
6834
  msgid "Occurrences"
6835
  msgstr "Nombre de répétition de l'événement"
6836
 
6837
+ #: app/features/mec/settings.php:854
6838
  #, fuzzy
6839
  #| msgid "View Event"
6840
  msgid "Virtual Event"
6841
  msgstr "Voir l'événement"
6842
 
6843
+ #: app/features/mec/settings.php:863
6844
  #, fuzzy
6845
  #| msgid "Book Event"
6846
  msgid "Zoom Event"
6847
  msgstr "Réservez pour cet événement"
6848
 
6849
+ #: app/features/mec/settings.php:876
6850
  #, php-format
6851
  msgid ""
6852
  "Users can put a note for editors while they're submitting the event. Also "
6857
  "Ajouter %%event_note%% dans le formulaire de notification par mail pour les "
6858
  "recevoir."
6859
 
6860
+ #: app/features/mec/settings.php:883 app/features/mec/settings.php:891
6861
  msgid "Note visibility"
6862
  msgstr ""
6863
 
6864
+ #: app/features/mec/settings.php:886
6865
  msgid "Always"
6866
  msgstr "Toujours"
6867
 
6868
+ #: app/features/mec/settings.php:887
6869
  msgid "While event is not published"
6870
  msgstr "Tant que l'événement n'est pas publié"
6871
 
6872
+ #: app/features/mec/settings.php:892
6873
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
6874
  msgstr ""
6875
  "La Note est visible sur le formulaire de soumission d'événement et dans le "
6876
  "menu d'édition d'un événement en backend."
6877
 
6878
+ #: app/features/mec/settings.php:900
6879
  #, fuzzy
6880
  #| msgid "Required Field"
6881
  msgid "Required Fields"
6882
  msgstr "Champ obligatoire"
6883
 
6884
+ #: app/features/mec/settings.php:903
6885
  #, fuzzy
6886
  #| msgid "Description"
6887
  msgid "Event Description"
6888
  msgstr "Description"
6889
 
6890
+ #: app/features/mec/settings.php:907 app/libraries/main.php:6285
6891
+ #: app/libraries/main.php:6334
6892
  msgid "More Info Link"
6893
  msgstr "Plus de lien d'info"
6894
 
6895
+ #: app/features/mec/settings.php:920 app/libraries/main.php:544
6896
  msgid "User Profile"
6897
  msgstr ""
6898
 
6899
+ #: app/features/mec/settings.php:922
6900
  #, php-format
6901
  msgid ""
6902
  "Put %s shortcode into your desired page. Then users are able to see the "
6903
  "history of their bookings."
6904
  msgstr ""
6905
 
6906
+ #: app/features/mec/settings.php:927 app/libraries/main.php:545
6907
  msgid "Search Bar"
6908
  msgstr "Formulaire de Recherche"
6909
 
6910
+ #: app/features/mec/settings.php:929
6911
  #, php-format
6912
  msgid ""
6913
  "Put %s shortcode into your desired page. Then users are able to search events"
6914
  msgstr ""
6915
 
6916
+ #: app/features/mec/settings.php:933
6917
  msgid "Ajax Live mode"
6918
  msgstr ""
6919
 
6920
+ #: app/features/mec/settings.php:937
6921
  msgid "Ajax mode"
6922
  msgstr ""
6923
 
6924
+ #: app/features/mec/settings.php:938
6925
  msgid ""
6926
  "if you enable this option, the search button will disappear. To use this "
6927
  "feature, text input field must be enabled."
6928
  msgstr ""
6929
 
6930
+ #: app/features/mec/settings.php:946
6931
  msgid "Modern Type"
6932
  msgstr "Style moderne"
6933
 
6934
+ #: app/features/mec/settings.php:950
6935
  msgid "Search bar fields"
6936
  msgstr "Rechercher des étiquettes"
6937
 
6938
+ #: app/features/mec/settings.php:992
6939
  msgid "Text input"
6940
  msgstr "Texte à rentrer"
6941
 
6942
+ #: app/features/mec/settings.php:1005
6943
  msgid "Enable Mailchimp Integration"
6944
  msgstr "Activer l'intégration de MailChimp"
6945
 
6946
+ #: app/features/mec/settings.php:1010 app/features/mec/settings.php:1015
6947
+ #: app/features/mec/settings.php:1064 app/features/mec/settings.php:1088
6948
+ #: app/features/mec/settings.php:1112 app/features/mec/settings.php:1183
6949
  msgid "API Key"
6950
  msgstr "Clés API"
6951
 
6952
+ #: app/features/mec/settings.php:1023 app/features/mec/settings.php:1028
6953
+ #: app/features/mec/settings.php:1070 app/features/mec/settings.php:1189
6954
  msgid "List ID"
6955
  msgstr "ID de Liste"
6956
 
6957
+ #: app/features/mec/settings.php:1036 app/features/mec/settings.php:1044
6958
  msgid "Subscription Status"
6959
  msgstr "Statut des Souscriptions"
6960
 
6961
+ #: app/features/mec/settings.php:1039
6962
  msgid "Subscribe automatically"
6963
  msgstr "Souscrire Automatiquement"
6964
 
6965
+ #: app/features/mec/settings.php:1040
6966
  msgid "Subscribe by verification"
6967
  msgstr "Souscrire après vérification"
6968
 
6969
+ #: app/features/mec/settings.php:1045
6970
  #, fuzzy
6971
  #| msgid ""
6972
  #| "If you choose \"Subscribe by verification\" then an email will send to "
6978
  "Si vous choisissez \"Souscrire après vérification\", un email sera envoyé à "
6979
  "l'utilisateur par Mailchimp pour valider son inscription."
6980
 
6981
+ #: app/features/mec/settings.php:1055 app/libraries/main.php:547
6982
  #, fuzzy
6983
  #| msgid "Mailchimp Integration"
6984
  msgid "Campaign Monitor Integration"
6985
  msgstr "Intégration de Mailchimp"
6986
 
6987
+ #: app/features/mec/settings.php:1059
6988
  #, fuzzy
6989
  #| msgid "Enable Mailchimp Integration"
6990
  msgid "Enable Campaign Monitor Integration"
6991
  msgstr "Activer l'intégration de MailChimp"
6992
 
6993
+ #: app/features/mec/settings.php:1079 app/libraries/main.php:548
6994
  #, fuzzy
6995
  #| msgid "Mailchimp Integration"
6996
  msgid "MailerLite Integration"
6997
  msgstr "Intégration de Mailchimp"
6998
 
6999
+ #: app/features/mec/settings.php:1083
7000
  #, fuzzy
7001
  #| msgid "Enable Mailchimp Integration"
7002
  msgid "Enable MailerLite Integration"
7003
  msgstr "Activer l'intégration de MailChimp"
7004
 
7005
+ #: app/features/mec/settings.php:1094
7006
  msgid "Group ID"
7007
  msgstr ""
7008
 
7009
+ #: app/features/mec/settings.php:1103 app/libraries/main.php:549
7010
  #, fuzzy
7011
  #| msgid "BuddyPress Integration"
7012
  msgid "Constant Contact Integration"
7013
  msgstr "Intégration BuddyPress"
7014
 
7015
+ #: app/features/mec/settings.php:1107
7016
  #, fuzzy
7017
  #| msgid "Enable Mailchimp Integration"
7018
  msgid "Enable constantcontact Integration"
7019
  msgstr "Activer l'intégration de MailChimp"
7020
 
7021
+ #: app/features/mec/settings.php:1118
7022
  #, fuzzy
7023
  #| msgid "Facebook Page Access Token"
7024
  msgid "Access Token"
7025
  msgstr "Facebook Access Token"
7026
 
7027
+ #: app/features/mec/settings.php:1142 app/features/mec/settings.php:1157
7028
  #, fuzzy
7029
  #| msgid "Select Type"
7030
  msgid "Select List"
7031
  msgstr "Sélectionner"
7032
 
7033
+ #: app/features/mec/settings.php:1158
7034
  msgid ""
7035
  "Please fill in the API key and Access Token field and save settings. after "
7036
  "that, please refresh the page and select a list."
7037
  msgstr ""
7038
 
7039
+ #: app/features/mec/settings.php:1168 app/libraries/main.php:550
7040
  #, fuzzy
7041
  #| msgid "Mailchimp Integration"
7042
  msgid "Active Campaign Integration"
7043
  msgstr "Intégration de Mailchimp"
7044
 
7045
+ #: app/features/mec/settings.php:1172
7046
  #, fuzzy
7047
  #| msgid "Enable Mailchimp Integration"
7048
  msgid "Enable Active Campaign Integration"
7049
  msgstr "Activer l'intégration de MailChimp"
7050
 
7051
+ #: app/features/mec/settings.php:1177
7052
  msgid "API URL"
7053
  msgstr ""
7054
 
7055
+ #: app/features/mec/settings.php:1198
7056
  #, fuzzy
7057
  #| msgid "Filter Options"
7058
  msgid "Upload Field Options"
7059
  msgstr "Options des filtres"
7060
 
7061
+ #: app/features/mec/settings.php:1200
7062
  msgid "Mime types"
7063
  msgstr ""
7064
 
7065
+ #: app/features/mec/settings.php:1204
7066
  msgid "Split mime types with \",\"."
7067
  msgstr ""
7068
 
7069
+ #: app/features/mec/settings.php:1204
7070
  msgid "Default: jpeg,jpg,png,pdf"
7071
  msgstr ""
7072
 
7073
+ #: app/features/mec/settings.php:1207
7074
  msgid "Maximum file size"
7075
  msgstr "Taille maximale de fichier"
7076
 
7077
+ #: app/features/mec/settings.php:1211
7078
  msgid "The unit is Megabyte \"MB\""
7079
  msgstr ""
7080
 
7081
+ #: app/features/mec/single.php:38 app/libraries/main.php:555
7082
  msgid "Single Event Page"
7083
  msgstr "Page d’événement"
7084
 
7188
  "the settings page.' tab"
7189
  msgstr ""
7190
 
7191
+ #: app/features/mec/single.php:162 app/libraries/main.php:556
7192
  #, fuzzy
7193
  #| msgid "Custom Styles"
7194
  msgid "Custom Fields"
7195
  msgstr "Styles personnalisés"
7196
 
7197
+ #: app/features/mec/single.php:192 app/libraries/main.php:3359
7198
  msgid "URL"
7199
  msgstr ""
7200
 
7239
  "En utilisant cette option, vous pouvez inclure / exclure certains jours des "
7240
  "dates d'occurrence d'un événement."
7241
 
7242
+ #: app/features/mec/single.php:286 app/libraries/main.php:559
7243
  msgid "Additional Organizers"
7244
  msgstr "Organisateur additionnels"
7245
 
7268
  "Afficher l'option \"Journée Exceptionnelle\" lors de la création/édition de "
7269
  "la page d'un événement"
7270
 
7271
+ #: app/features/mec/single.php:318 app/libraries/main.php:561
7272
  #: app/skins/single.php:166 app/skins/single.php:418
7273
  msgid "Related Events"
7274
  msgstr "Evénement à la une"
7281
  msgid "Select Taxonomies:"
7282
  msgstr "Taxonomies"
7283
 
7284
+ #: app/features/mec/single.php:360 app/libraries/main.php:562
7285
  #, fuzzy
7286
  #| msgid "Next/Previous Buttons"
7287
  msgid "Next / Previous Events"
7291
  msgid "Display next / previous events based on taxonomy in single event page."
7292
  msgstr ""
7293
 
7294
+ #: app/features/mec/single.php:402 app/libraries/main.php:605
7295
  #, fuzzy
7296
  #| msgid "Next Occurrence"
7297
  msgid "Edit Per Occurrences"
7494
  msgid "MEC Settings"
7495
  msgstr "Agenda - Paramètres"
7496
 
7497
+ #: app/features/mec/support-page.php:99 app/libraries/main.php:657
7498
  msgid "Single Event"
7499
  msgstr "Style de la page d'événement"
7500
 
7827
  msgid "Create a support ticket"
7828
  msgstr "Ajouter une demande de support"
7829
 
7830
+ #: app/features/mec/support.php:52 app/libraries/main.php:803
7831
  msgid "Styling Options"
7832
  msgstr "Options de style"
7833
 
7834
+ #: app/features/mec/support.php:59 app/libraries/main.php:810
7835
  msgid "Custom CSS"
7836
  msgstr "Modifier le CSS"
7837
 
7925
  msgid "Attendee Price (for booking confirmation notification)"
7926
  msgstr "Activer le rappel d’inscription"
7927
 
7928
+ #: app/features/notifications.php:150
7929
  #, fuzzy
7930
  #| msgid "Email verification"
7931
  msgid "Email Verification"
7932
  msgstr "Vérification de l’email"
7933
 
7934
+ #: app/features/notifications.php:153
7935
  msgid "Booking Notification"
7936
  msgstr "Notification de réservation"
7937
 
7938
+ #: app/features/notifications.php:162
7939
  msgid "Admin Notification"
7940
  msgstr "Notification de l'administrateur"
7941
 
8098
  msgid "eg. https://webnus.net"
8099
  msgstr "eg. https://webnus.net"
8100
 
8101
+ #: app/features/organizers.php:312 app/libraries/main.php:6290
8102
+ #: app/libraries/main.php:6337 app/skins/single.php:1291
8103
  msgid "Other Organizers"
8104
  msgstr "Autres organisateurs"
8105
 
8290
  msgid "Please %s/%s in order to see your bookings / profile."
8291
  msgstr "Merco de vous %s/%s pour sélectionner une image associée."
8292
 
8293
+ #: app/features/profile/profile.php:20 app/libraries/main.php:2447
8294
  msgid "Your booking already canceled!"
8295
  msgstr "Votre réservation est déjà annulée."
8296
 
8298
  msgid "#"
8299
  msgstr ""
8300
 
8301
+ #: app/features/profile/profile.php:61 app/libraries/main.php:3691
8302
  msgid "Status"
8303
  msgstr ""
8304
 
8305
+ #: app/features/profile/profile.php:64 app/libraries/main.php:2645
8306
  msgid "Attendees"
8307
  msgstr "Participants"
8308
 
8358
  msgid "No search result."
8359
  msgstr ""
8360
 
8361
+ #: app/features/search_bar/search_result.php:12 app/libraries/main.php:6292
8362
+ #: app/libraries/main.php:6339 app/libraries/notifications.php:1027
8363
+ #: app/libraries/render.php:531 app/libraries/render.php:853
8364
  #: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
8365
  #: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
8366
+ #: app/modules/next-event/details.php:145 app/skins/single.php:1183
8367
  #: app/skins/single/default.php:124 app/skins/single/default.php:358
8368
  #: app/skins/single/m1.php:46 app/skins/single/modern.php:222
8369
  #, fuzzy
8389
  msgstr "Ajouter l'email de l'organisateur."
8390
 
8391
  #: app/features/speakers.php:135 app/features/speakers.php:208
8392
+ #: app/skins/single.php:1265 app/skins/single.php:1324
8393
  #: app/skins/single/default.php:202 app/skins/single/default.php:268
8394
  #: app/skins/single/default.php:435 app/skins/single/default.php:501
8395
  #: app/skins/single/m1.php:126 app/skins/single/m1.php:180
8450
  "section and speaker widget section!"
8451
  msgstr ""
8452
 
8453
+ #: app/features/wc.php:103 app/libraries/notifications.php:1012
8454
+ #: app/libraries/notifications.php:1027 app/libraries/notifications.php:1038
8455
+ #: app/libraries/notifications.php:1307 app/libraries/notifications.php:1308
8456
  #, php-format
8457
  msgid "%s to %s"
8458
  msgstr "%s en %s"
8476
  msgid "Discount"
8477
  msgstr "Réduction"
8478
 
8479
+ #: app/libraries/book.php:868 app/modules/booking/default.php:426
8480
+ #: app/modules/booking/default.php:531
8481
  msgid "Download Invoice"
8482
  msgstr ""
8483
 
8554
  msgid "There is no excerpt because this is a protected post."
8555
  msgstr "Il n’y a aucun extrait car ce post est protégé."
8556
 
8557
+ #: app/libraries/main.php:338 app/libraries/main.php:2059
8558
+ #: app/libraries/main.php:2084
8559
  msgid "Agenda View"
8560
  msgstr "Vue agenda"
8561
 
8562
+ #: app/libraries/main.php:339 app/libraries/main.php:2050
8563
+ #: app/libraries/main.php:2075
8564
  msgid "Full Calendar"
8565
  msgstr "Calendrier complet"
8566
 
8567
+ #: app/libraries/main.php:341 app/libraries/main.php:2052
8568
+ #: app/libraries/main.php:2077
8569
  msgid "Calendar/Monthly View"
8570
  msgstr "Calendrier / Mensuel"
8571
 
8572
+ #: app/libraries/main.php:344 app/libraries/main.php:2055
8573
+ #: app/libraries/main.php:2080
8574
  msgid "Timetable View"
8575
  msgstr ""
8576
 
8577
+ #: app/libraries/main.php:345 app/libraries/main.php:2056
8578
+ #: app/libraries/main.php:2081
8579
  msgid "Masonry View"
8580
  msgstr ""
8581
 
8582
+ #: app/libraries/main.php:346 app/libraries/main.php:2060
8583
+ #: app/libraries/main.php:2085
8584
  msgid "Map View"
8585
  msgstr "Vue sur Carte (Map)"
8586
 
8587
+ #: app/libraries/main.php:347
8588
  msgid "Cover View"
8589
  msgstr "Couverture"
8590
 
8591
+ #: app/libraries/main.php:348
8592
  msgid "Countdown View"
8593
  msgstr "Vue sur Compte à Rebours"
8594
 
8595
+ #: app/libraries/main.php:349
8596
  msgid "Available Spot"
8597
  msgstr ""
8598
 
8599
+ #: app/libraries/main.php:350
8600
  msgid "Carousel View"
8601
  msgstr "Vue Caroussel"
8602
 
8603
+ #: app/libraries/main.php:351
8604
  msgid "Slider View"
8605
  msgstr "Vue sur Slider"
8606
 
8607
+ #: app/libraries/main.php:352
8608
  msgid "Timeline View"
8609
  msgstr "Vue chronologique"
8610
 
8611
+ #: app/libraries/main.php:391 app/libraries/main.php:6264
8612
+ #: app/libraries/main.php:6318
8613
  msgid "SU"
8614
  msgstr "DIM."
8615
 
8616
+ #: app/libraries/main.php:392 app/libraries/main.php:6265
8617
+ #: app/libraries/main.php:6319
8618
  msgid "MO"
8619
  msgstr "LUN."
8620
 
8621
+ #: app/libraries/main.php:393 app/libraries/main.php:6266
8622
+ #: app/libraries/main.php:6320
8623
  msgid "TU"
8624
  msgstr "MAR."
8625
 
8626
+ #: app/libraries/main.php:394 app/libraries/main.php:6267
8627
+ #: app/libraries/main.php:6321
8628
  msgid "WE"
8629
  msgstr "MER."
8630
 
8631
+ #: app/libraries/main.php:395 app/libraries/main.php:6268
8632
+ #: app/libraries/main.php:6322
8633
  msgid "TH"
8634
  msgstr "JEU."
8635
 
8636
+ #: app/libraries/main.php:396 app/libraries/main.php:6269
8637
+ #: app/libraries/main.php:6323
8638
  msgid "FR"
8639
  msgstr "VEN."
8640
 
8641
+ #: app/libraries/main.php:397 app/libraries/main.php:6270
8642
+ #: app/libraries/main.php:6324
8643
  msgid "SA"
8644
  msgstr "SAM."
8645
 
8646
+ #: app/libraries/main.php:551
8647
  msgid "Upload Field"
8648
  msgstr "Mettre une image en ligne"
8649
 
8650
+ #: app/libraries/main.php:560
8651
  msgid "Additional Locations"
8652
  msgstr "Lieux additionnels"
8653
 
8654
+ #: app/libraries/main.php:723
8655
  msgid "Modules"
8656
  msgstr "Modules"
8657
 
8658
+ #: app/libraries/main.php:891
8659
  msgid "New Addons For MEC! Now Customize MEC in Elementor"
8660
  msgstr ""
8661
 
8662
+ #: app/libraries/main.php:898
8663
  msgid ""
8664
  "The time has come at last, and the new practical add-ons for MEC have been "
8665
  "released. This is a revolution in the world of Event Calendars. We have "
8667
  "below:"
8668
  msgstr ""
8669
 
8670
+ #: app/libraries/main.php:900
8671
  msgid ""
8672
  "<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
8673
  "products) and Woo products at the same time."
8674
  msgstr ""
8675
 
8676
+ #: app/libraries/main.php:901
8677
  msgid ""
8678
  "<strong>Event API:</strong> display your events (shortcodes/single event) on "
8679
  "other websites without MEC. Use JSON output features to make your Apps "
8680
  "compatible with MEC."
8681
  msgstr ""
8682
 
8683
+ #: app/libraries/main.php:902
8684
  msgid ""
8685
  "<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
8686
  "main websites. Changes in the main one will be inherited by the subsites. "
8687
  "you can set these up in the admin panel."
8688
  msgstr ""
8689
 
8690
+ #: app/libraries/main.php:903
8691
  msgid ""
8692
  "<strong>User Dashboard:</strong> Create exclusive pages for users. These "
8693
  "pages can contain ticket purchase information, information about registered "
8694
  "events. Users can now log in to purchase tickets."
8695
  msgstr ""
8696
 
8697
+ #: app/libraries/main.php:905
8698
  msgid "find out more"
8699
  msgstr ""
8700
 
8701
+ #: app/libraries/main.php:1776
8702
  msgid "Events at this location"
8703
  msgstr "Événements à :"
8704
 
8705
+ #: app/libraries/main.php:1776
8706
  msgid "Event at this location"
8707
  msgstr "Événement à :"
8708
 
8709
+ #: app/libraries/main.php:1828
8710
  msgid "Facebook"
8711
  msgstr "Facebook"
8712
 
8713
+ #: app/libraries/main.php:1829
8714
  msgid "Twitter"
8715
  msgstr "Twitter"
8716
 
8717
+ #: app/libraries/main.php:1830 app/libraries/main.php:1887
8718
  msgid "Linkedin"
8719
  msgstr "Linkedin"
8720
 
8721
+ #: app/libraries/main.php:1831 app/libraries/main.php:1923
8722
  msgid "VK"
8723
  msgstr ""
8724
 
8725
+ #: app/libraries/main.php:1832
8726
  msgid "Tumblr"
8727
  msgstr ""
8728
 
8729
+ #: app/libraries/main.php:1833
8730
  msgid "Pinterest"
8731
  msgstr ""
8732
 
8733
+ #: app/libraries/main.php:1834
8734
  msgid "Flipboard"
8735
  msgstr ""
8736
 
8737
+ #: app/libraries/main.php:1835
8738
  msgid "GetPocket"
8739
  msgstr "GetPocket"
8740
 
8741
+ #: app/libraries/main.php:1836
8742
  msgid "Reddit"
8743
  msgstr ""
8744
 
8745
+ #: app/libraries/main.php:1837
8746
  msgid "WhatsApp"
8747
  msgstr ""
8748
 
8749
+ #: app/libraries/main.php:1838
8750
  msgid "Telegram"
8751
  msgstr ""
8752
 
8753
+ #: app/libraries/main.php:1857
8754
  msgid "Share on Facebook"
8755
  msgstr "Partager sur Facebook"
8756
 
8757
+ #: app/libraries/main.php:1872
8758
  msgid "Tweet"
8759
  msgstr "Tweeter"
8760
 
8761
+ #: app/libraries/main.php:1938
8762
  msgid "Share on Tumblr"
8763
  msgstr "Partager sur Tumblr"
8764
 
8765
+ #: app/libraries/main.php:1954
8766
  msgid "Share on Pinterest"
8767
  msgstr ""
8768
 
8769
+ #: app/libraries/main.php:1970
8770
  msgid "Share on Flipboard"
8771
  msgstr "Partager sur Flipboard"
8772
 
8773
+ #: app/libraries/main.php:1988
8774
  msgid "Share on GetPocket"
8775
  msgstr "Partager sur GetPocket"
8776
 
8777
+ #: app/libraries/main.php:2004
8778
  msgid "Share on Reddit"
8779
  msgstr "Partager sur Reddit"
8780
 
8781
+ #: app/libraries/main.php:2020
8782
  msgid "Share on Telegram"
8783
  msgstr ""
8784
 
8785
+ #: app/libraries/main.php:2038
8786
  msgid "Share on WhatsApp"
8787
  msgstr ""
8788
 
8789
+ #: app/libraries/main.php:2061 app/libraries/main.php:2086
8790
  msgid "Custom Shortcode"
8791
  msgstr "Shortcode personnalisé"
8792
 
8793
+ #: app/libraries/main.php:2427
8794
  msgid "Your booking already verified!"
8795
  msgstr "Votre réservation est déjà vérifiée."
8796
 
8797
+ #: app/libraries/main.php:2432
8798
  msgid "Your booking successfully verified."
8799
  msgstr "Votre réservation est vérifiée avec succès."
8800
 
8801
+ #: app/libraries/main.php:2433
8802
  msgid "Your booking cannot verify!"
8803
  msgstr "Votre réservation ne peut pas être vérifiée!"
8804
 
8805
+ #: app/libraries/main.php:2458
8806
  #, fuzzy
8807
  #| msgid "The event is finished."
8808
  msgid "The event is already finished!"
8809
  msgstr "L'événement est terminé."
8810
 
8811
+ #: app/libraries/main.php:2476
8812
  msgid "The cancelation window is passed."
8813
  msgstr ""
8814
 
8815
+ #: app/libraries/main.php:2482
8816
  msgid "Your booking successfully canceled."
8817
  msgstr "Votre réservation est annulée."
8818
 
8819
+ #: app/libraries/main.php:2483
8820
  msgid "Your booking cannot be canceled."
8821
  msgstr "Votre réservation ne peut être annulée."
8822
 
8823
+ #: app/libraries/main.php:2487
8824
  msgid "You canceled the payment successfully."
8825
  msgstr "Vous avez annulé le paiement avec succès."
8826
 
8827
+ #: app/libraries/main.php:2491
8828
  msgid "You returned from payment gateway successfully."
8829
  msgstr "Votre paiement à bien été validé."
8830
 
8831
+ #: app/libraries/main.php:2510
8832
  msgid "Cannot find the invoice!"
8833
  msgstr ""
8834
 
8835
+ #: app/libraries/main.php:2510
8836
  #, fuzzy
8837
  #| msgid "Security nonce is invalid."
8838
  msgid "Invoice is invalid."
8839
  msgstr "Le code de sécurité de la carte n'est pas correct."
8840
 
8841
+ #: app/libraries/main.php:2530
8842
  msgid ""
8843
  "Your booking still is not confirmed. You can download it after confirmation!"
8844
  msgstr ""
8845
 
8846
+ #: app/libraries/main.php:2530
8847
  msgid "Booking Not Confirmed."
8848
  msgstr "Réservation non confirmée."
8849
 
8850
+ #: app/libraries/main.php:2536
8851
  msgid "Cannot find the booking!"
8852
  msgstr ""
8853
 
8854
+ #: app/libraries/main.php:2536
8855
  msgid "Booking is invalid."
8856
  msgstr ""
8857
 
8858
+ #: app/libraries/main.php:2569
8859
  #, php-format
8860
  msgid "%s Invoice"
8861
  msgstr ""
8862
 
8863
+ #: app/libraries/main.php:2602
8864
  #, fuzzy
8865
  #| msgid "Date And Time"
8866
  msgid "Date & Time"
8867
  msgstr "Date et heure"
8868
 
8869
+ #: app/libraries/main.php:2619
8870
  #, fuzzy
8871
  #| msgid "Booking Price"
8872
  msgid "Booking Fields"
8873
  msgstr "Prix de la réservation"
8874
 
8875
+ #: app/libraries/main.php:2691
8876
  msgid "Billing"
8877
  msgstr ""
8878
 
8879
+ #: app/libraries/main.php:2703
8880
  #, fuzzy
8881
  #| msgid "Coupon"
8882
  msgid "Coupon Code"
8883
  msgstr "Coupon"
8884
 
8885
+ #: app/libraries/main.php:2708
8886
  msgid "Total"
8887
  msgstr ""
8888
 
8889
+ #: app/libraries/main.php:2715
8890
  msgid "Payment"
8891
  msgstr "Paiement"
8892
 
8893
+ #: app/libraries/main.php:2719
8894
  msgid "Gateway"
8895
  msgstr "Passerelle"
8896
 
8897
+ #: app/libraries/main.php:2732
8898
  msgid "Payment Time"
8899
  msgstr "Date de Paiement"
8900
 
8901
+ #: app/libraries/main.php:2874
8902
  msgid "Request is not valid."
8903
  msgstr "Requête invalide !"
8904
 
8905
+ #: app/libraries/main.php:2874
8906
  msgid "iCal export stopped!"
8907
  msgstr "Export vers iCal arrêté !"
8908
 
8909
+ #: app/libraries/main.php:3242 app/libraries/main.php:3271
8910
+ #: app/libraries/main.php:3300 app/libraries/main.php:3329
8911
+ #: app/libraries/main.php:3358 app/libraries/main.php:3387
8912
+ #: app/libraries/main.php:3416 app/libraries/main.php:3445
8913
+ #: app/libraries/main.php:3474 app/libraries/main.php:3503
8914
+ #: app/libraries/main.php:3526 app/libraries/main.php:3572
8915
+ #: app/libraries/main.php:3618 app/libraries/main.php:3667
8916
+ #: app/libraries/main.php:3716
8917
  msgid "Sort"
8918
  msgstr "Trier"
8919
 
8920
+ #: app/libraries/main.php:3249 app/libraries/main.php:3278
8921
+ #: app/libraries/main.php:3307 app/libraries/main.php:3336
8922
+ #: app/libraries/main.php:3365 app/libraries/main.php:3394
8923
+ #: app/libraries/main.php:3423 app/libraries/main.php:3452
8924
+ #: app/libraries/main.php:3481 app/libraries/main.php:3533
8925
+ #: app/libraries/main.php:3579 app/libraries/main.php:3625
8926
+ #: app/libraries/main.php:3674
8927
  msgid "Required Field"
8928
  msgstr "Champ obligatoire"
8929
 
8930
+ #: app/libraries/main.php:3255 app/libraries/main.php:3284
8931
+ #: app/libraries/main.php:3313 app/libraries/main.php:3342
8932
+ #: app/libraries/main.php:3371 app/libraries/main.php:3400
8933
+ #: app/libraries/main.php:3429 app/libraries/main.php:3458
8934
+ #: app/libraries/main.php:3487 app/libraries/main.php:3539
8935
+ #: app/libraries/main.php:3585 app/libraries/main.php:3631
8936
+ #: app/libraries/main.php:3680
8937
  msgid "Insert a label for this field"
8938
  msgstr "Insérez une label pour ce champ"
8939
 
8940
+ #: app/libraries/main.php:3509
8941
  msgid "HTML and shortcode are allowed."
8942
  msgstr "HTML et shortcode sont autorisés."
8943
 
8944
+ #: app/libraries/main.php:3552 app/libraries/main.php:3598
8945
+ #: app/libraries/main.php:3644
8946
  msgid "Option"
8947
  msgstr "Option"
8948
 
8949
+ #: app/libraries/main.php:3680
8950
  #, php-format
8951
  msgid "Instead of %s, the page title with a link will be show."
8952
  msgstr ""
8953
 
8954
+ #: app/libraries/main.php:3682
8955
  msgid "Agreement Page"
8956
  msgstr ""
8957
 
8958
+ #: app/libraries/main.php:3693
8959
  msgid "Checked by default"
8960
  msgstr ""
8961
 
8962
+ #: app/libraries/main.php:3694
8963
  msgid "Unchecked by default"
8964
  msgstr ""
8965
 
8966
+ #: app/libraries/main.php:3718
8967
  msgid "Insert a label for this option"
8968
  msgstr "Insérez une étiquette pour cette option"
8969
 
8970
+ #: app/libraries/main.php:3731
8971
  msgid "Free"
8972
  msgstr "Gratuite"
8973
 
8974
+ #: app/libraries/main.php:4400 app/libraries/main.php:6599
8975
  msgid "M.E. Calender"
8976
  msgstr "M.E Calendrier"
8977
 
8978
+ #: app/libraries/main.php:4556
8979
  #, php-format
8980
  msgid "Copy of %s"
8981
  msgstr "Copie de %s"
8982
 
8983
+ #: app/libraries/main.php:5428
8984
  msgid "Booked an event."
8985
  msgstr "Réserver un événement"
8986
 
8987
+ #: app/libraries/main.php:5469
8988
  #, php-format
8989
  msgid "%s booked %s event."
8990
  msgstr "%s réservé %s événement"
8991
 
8992
+ #: app/libraries/main.php:6247 app/libraries/main.php:6301
8993
  msgid "Taxonomies"
8994
  msgstr "Taxonomies"
8995
 
8996
+ #: app/libraries/main.php:6249 app/libraries/main.php:6303
8997
  msgid "Category Plural Label"
8998
  msgstr "Catégorie au pluriel"
8999
 
9000
+ #: app/libraries/main.php:6250 app/libraries/main.php:6304
9001
  msgid "Category Singular Label"
9002
  msgstr "Catégorie au singulier"
9003
 
9004
+ #: app/libraries/main.php:6251 app/libraries/main.php:6305
9005
  msgid "Label Plural Label"
9006
  msgstr "Étiquettes au pluriel"
9007
 
9008
+ #: app/libraries/main.php:6252 app/libraries/main.php:6306
9009
  msgid "Label Singular Label"
9010
  msgstr "Étiquettes au singulier"
9011
 
9012
+ #: app/libraries/main.php:6252 app/libraries/main.php:6306
9013
  msgid "label"
9014
  msgstr "texte"
9015
 
9016
+ #: app/libraries/main.php:6253 app/libraries/main.php:6307
9017
  msgid "Location Plural Label"
9018
  msgstr "Lieu au pluriel"
9019
 
9020
+ #: app/libraries/main.php:6254 app/libraries/main.php:6308
9021
  msgid "Location Singular Label"
9022
  msgstr "Lieu au singulier"
9023
 
9024
+ #: app/libraries/main.php:6255 app/libraries/main.php:6309
9025
  msgid "Organizer Plural Label"
9026
  msgstr "Organisateur au pluriel"
9027
 
9028
+ #: app/libraries/main.php:6256 app/libraries/main.php:6310
9029
  msgid "Organizer Singular Label"
9030
  msgstr "Organisateur au singulier"
9031
 
9032
+ #: app/libraries/main.php:6257 app/libraries/main.php:6311
9033
  msgid "Speaker Plural Label"
9034
  msgstr "Étiquettes au pluriel"
9035
 
9036
+ #: app/libraries/main.php:6258 app/libraries/main.php:6312
9037
  msgid "Speaker Singular Label"
9038
  msgstr "Étiquettes au singulier"
9039
 
9040
+ #: app/libraries/main.php:6264 app/libraries/main.php:6318
9041
  msgid "Sunday abbreviation"
9042
  msgstr "Abréviation de Dimanche"
9043
 
9044
+ #: app/libraries/main.php:6265 app/libraries/main.php:6319
9045
  msgid "Monday abbreviation"
9046
  msgstr "Abréviation de Lundi"
9047
 
9048
+ #: app/libraries/main.php:6266 app/libraries/main.php:6320
9049
  msgid "Tuesday abbreviation"
9050
  msgstr "Abréviation de Mardi"
9051
 
9052
+ #: app/libraries/main.php:6267 app/libraries/main.php:6321
9053
  msgid "Wednesday abbreviation"
9054
  msgstr "Abréviation de Mercredi"
9055
 
9056
+ #: app/libraries/main.php:6268 app/libraries/main.php:6322
9057
  msgid "Thursday abbreviation"
9058
  msgstr "Abréviation de Jeudi"
9059
 
9060
+ #: app/libraries/main.php:6269 app/libraries/main.php:6323
9061
  msgid "Friday abbreviation"
9062
  msgstr "Abréviation de Vendredi"
9063
 
9064
+ #: app/libraries/main.php:6270 app/libraries/main.php:6324
9065
  msgid "Saturday abbreviation"
9066
  msgstr "Abréviation de Samedi"
9067
 
9068
+ #: app/libraries/main.php:6274 app/libraries/main.php:6328
9069
  msgid "Others"
9070
  msgstr "Autres"
9071
 
9072
+ #: app/libraries/main.php:6276
9073
  msgid "Booking Success Message"
9074
  msgstr "Message de succès de réservation"
9075
 
9076
+ #: app/libraries/main.php:6276
9077
  #, fuzzy
9078
  #| msgid ""
9079
  #| "Thanks for your booking. Your tickets booked, booking verification might "
9085
  "Merci pour votre réservation. Vos billets sont réservés, cependant une "
9086
  "vérification peut être nécessaires, contrôlez votre boite mail."
9087
 
9088
+ #: app/libraries/main.php:6277
9089
  #, fuzzy
9090
  #| msgid "Booking Success Message"
9091
  msgid "Booking Restriction Message 1"
9092
  msgstr "Message de succès de réservation"
9093
 
9094
+ #: app/libraries/main.php:6277
9095
  #, php-format
9096
  msgid ""
9097
  "You selected %s tickets to book but maximum number of tikets per user is %s "
9098
  "tickets."
9099
  msgstr ""
9100
 
9101
+ #: app/libraries/main.php:6278
9102
  #, fuzzy
9103
  #| msgid "Booking Success Message"
9104
  msgid "Booking Restriction Message 2"
9105
  msgstr "Message de succès de réservation"
9106
 
9107
+ #: app/libraries/main.php:6278
9108
  #, php-format
9109
  msgid ""
9110
  "You booked %s tickets till now but maximum number of tickets per user is %s "
9111
  "tickets."
9112
  msgstr ""
9113
 
9114
+ #: app/libraries/main.php:6279
9115
  #, fuzzy
9116
  #| msgid "Booking Success Message"
9117
  msgid "Booking IP Restriction Message"
9118
  msgstr "Message de succès de réservation"
9119
 
9120
+ #: app/libraries/main.php:6279
9121
  #, php-format
9122
  msgid "Maximum allowed number of tickets that you can book is %s."
9123
  msgstr ""
9124
 
9125
+ #: app/libraries/main.php:6280
9126
  #, fuzzy
9127
  #| msgid "Booking Options"
9128
  msgid "Booking Button"
9129
  msgstr "Options de Réservation"
9130
 
9131
+ #: app/libraries/main.php:6280 app/libraries/skins.php:1259
9132
  #: app/modules/booking/steps/tickets.php:99
9133
  msgid "Book Event"
9134
  msgstr "Réservez pour cet événement"
9135
 
9136
+ #: app/libraries/main.php:6281 app/libraries/main.php:6330
9137
  #: app/widgets/single.php:131
9138
  msgid "Register Button"
9139
  msgstr "Boutons d'inscription"
9140
 
9141
+ #: app/libraries/main.php:6281 app/libraries/main.php:6330
9142
  #: app/skins/available_spot/tpl.php:208 app/skins/carousel/render.php:106
9143
  #: app/skins/carousel/render.php:144 app/skins/grid/render.php:103
9144
  #: app/skins/grid/render.php:161 app/skins/grid/render.php:219
9145
  #: app/skins/grid/render.php:240 app/skins/list/render.php:70
9146
  #: app/skins/list/render.php:165 app/skins/masonry/render.php:150
9147
+ #: app/skins/single.php:478 app/skins/single.php:1204 app/skins/single.php:1207
9148
  #: app/skins/single/default.php:287 app/skins/single/default.php:289
9149
  #: app/skins/single/default.php:520 app/skins/single/default.php:522
9150
  #: app/skins/single/m1.php:143 app/skins/single/m1.php:145
9156
  msgid "REGISTER"
9157
  msgstr "S'INSCRIRE"
9158
 
9159
+ #: app/libraries/main.php:6282 app/libraries/main.php:6331
9160
  msgid "View Detail Button"
9161
  msgstr "Afficher le boutons de détail"
9162
 
9163
+ #: app/libraries/main.php:6282 app/libraries/main.php:6331
9164
  #: app/skins/carousel/render.php:106 app/skins/carousel/render.php:144
9165
  #: app/skins/grid/render.php:103 app/skins/grid/render.php:161
9166
  #: app/skins/grid/render.php:219 app/skins/grid/render.php:240
9172
  msgid "View Detail"
9173
  msgstr "En savoir plus"
9174
 
9175
+ #: app/libraries/main.php:6283 app/libraries/main.php:6332
9176
  msgid "Event Detail Button"
9177
  msgstr "Bouton de détail de l'événement"
9178
 
9179
+ #: app/libraries/main.php:6283 app/libraries/main.php:6332
9180
  msgid "Event Detail"
9181
  msgstr "Détails"
9182
 
9183
+ #: app/libraries/main.php:6288
9184
  msgid "Ticket (Singular)"
9185
  msgstr ""
9186
 
9187
+ #: app/libraries/main.php:6289
9188
  msgid "Tickets (Plural)"
9189
  msgstr ""
9190
 
9191
+ #: app/libraries/main.php:6447
9192
  msgid "EventON"
9193
  msgstr ""
9194
 
9195
+ #: app/libraries/main.php:6448
9196
  msgid "The Events Calendar"
9197
  msgstr ""
9198
 
9199
+ #: app/libraries/main.php:6449
9200
  msgid "Events Schedule WP Plugin"
9201
  msgstr ""
9202
 
9203
+ #: app/libraries/main.php:6450
9204
  msgid "Calendarize It"
9205
  msgstr ""
9206
 
9207
+ #: app/libraries/main.php:6451
9208
  msgid "Event Espresso"
9209
  msgstr "Labels d'événement"
9210
 
9211
+ #: app/libraries/main.php:6452
9212
  msgid "Events Manager (Recurring)"
9213
  msgstr "Événement récurrent"
9214
 
9215
+ #: app/libraries/main.php:6453
9216
  msgid "Events Manager (Single)"
9217
  msgstr "Modern Events Calendar"
9218
 
9219
+ #: app/libraries/main.php:6454
9220
  #, fuzzy
9221
  #| msgid "Events Manager (Single)"
9222
  msgid "WP Event Manager"
9223
  msgstr "Modern Events Calendar"
9224
 
9225
+ #: app/libraries/main.php:6538 app/libraries/main.php:6560
9226
  msgid "Pending"
9227
  msgstr "En attente"
9228
 
9229
+ #: app/libraries/main.php:6586
9230
  msgid "Waiting"
9231
  msgstr "En attente"
9232
 
9233
+ #: app/libraries/main.php:6629
9234
  #, fuzzy
9235
  #| msgid "Sunday"
9236
  msgid "Sun"
9237
  msgstr "Dimanche"
9238
 
9239
+ #: app/libraries/main.php:6629
9240
  #, fuzzy
9241
  #| msgid "Month"
9242
  msgid "Mon"
9243
  msgstr "Mois"
9244
 
9245
+ #: app/libraries/main.php:6629
9246
  #, fuzzy
9247
  #| msgid "Tel"
9248
  msgid "Tue"
9249
  msgstr "Téléphone"
9250
 
9251
+ #: app/libraries/main.php:6629
9252
  msgid "Wed"
9253
  msgstr ""
9254
 
9255
+ #: app/libraries/main.php:6629
9256
  msgid "Thu"
9257
  msgstr ""
9258
 
9259
+ #: app/libraries/main.php:6629
9260
  #, fuzzy
9261
  #| msgid "Friday"
9262
  msgid "Fri"
9263
  msgstr "Vendredi"
9264
 
9265
+ #: app/libraries/main.php:6629
9266
  #, fuzzy
9267
  #| msgid "Start"
9268
  msgid "Sat"
9269
  msgstr "Démarrer"
9270
 
9271
+ #: app/libraries/main.php:6791 app/libraries/render.php:80
9272
  #: app/libraries/render.php:445
9273
  msgid "Skin controller does not exist."
9274
  msgstr "Le contrôleur de Skin n'existe pas."
9275
 
9276
+ #: app/libraries/main.php:7006
9277
  msgid "Sold Out"
9278
  msgstr "Épuisé!"
9279
 
9280
+ #: app/libraries/main.php:7017
9281
  msgid "Last Few Tickets"
9282
  msgstr "Bientôt complet"
9283
 
9284
+ #: app/libraries/main.php:7346 app/libraries/main.php:7363
9285
  #, fuzzy
9286
  #| msgid "minutes"
9287
  msgid "Minutes"
9288
  msgstr "minutes"
9289
 
9290
+ #: app/libraries/main.php:7368
9291
  msgid "AM / PM"
9292
  msgstr ""
9293
 
9294
+ #: app/libraries/main.php:7369
9295
  msgid "AM"
9296
  msgstr "du matin"
9297
 
9298
+ #: app/libraries/main.php:7370
9299
  msgid "PM"
9300
  msgstr "de l'après midi"
9301
 
9302
+ #: app/libraries/main.php:7378
9303
  msgid "Ongoing..."
9304
  msgstr ""
9305
 
9306
+ #: app/libraries/main.php:7379
9307
  #, fuzzy
9308
  #| msgid "Expired Events"
9309
  msgid "Expired!"
9333
  msgid "A new event is added."
9334
  msgstr "Un nouvel événement est ajouté."
9335
 
9336
+ #: app/libraries/notifications.php:835
9337
  msgid "Your event is published."
9338
  msgstr "Événement Publié."
9339
 
9340
+ #: app/libraries/notifications.php:1251
9341
  msgid "to"
9342
  msgstr ""
9343
 
9344
+ #: app/libraries/notifications.php:1272 app/modules/export/details.php:48
9345
  msgid "+ Add to Google Calendar"
9346
  msgstr "+ Ajouter à mon Agenda Google"
9347
 
9348
+ #: app/libraries/notifications.php:1273 app/modules/export/details.php:49
9349
  #, fuzzy
9350
  #| msgid "+ iCal export"
9351
  msgid "+ iCal / Outlook export"
9352
  msgstr "+ Exporter vers iCal"
9353
 
9354
+ #: app/libraries/notifications.php:1322
9355
  #, fuzzy, php-format
9356
  #| msgid "+ Add to Google Calendar"
9357
  msgid "+ %s to Google Calendar"
9358
  msgstr "+ Ajouter à mon Agenda Google"
9359
 
9360
+ #: app/libraries/notifications.php:1402
9361
  msgid "Yes"
9362
  msgstr "Oui"
9363
 
9364
+ #: app/libraries/notifications.php:1402
9365
  msgid "No"
9366
  msgstr "Non"
9367
 
9368
+ #: app/libraries/skins.php:1085
9369
  msgid "Select"
9370
  msgstr "Tout sélectionner"
9371
 
9497
  msgid "The event is ongoing."
9498
  msgstr "L'événement est en cours."
9499
 
9500
+ #: app/modules/googlemap/details.php:127
9501
  msgid "Address from ..."
9502
  msgstr "Entrez votre adresse ..."
9503
 
9504
+ #: app/modules/googlemap/details.php:131
9505
  msgid "Get Directions"
9506
  msgstr ""
9507
 
9508
+ #: app/modules/links/details.php:17 app/skins/single.php:887
9509
  msgid "Share this event"
9510
  msgstr "Partagez cet événement"
9511
 
9560
  msgid "Go to occurrence page"
9561
  msgstr "Aller à la Page"
9562
 
9563
+ #: app/modules/next-event/details.php:139 app/skins/single.php:1177
9564
  #: app/skins/single/default.php:118 app/skins/single/default.php:352
9565
  #: app/skins/single/m1.php:40 app/skins/single/modern.php:216
9566
  msgid "Time"
9717
  msgid "Home"
9718
  msgstr ""
9719
 
9720
+ #: app/skins/single.php:971 app/skins/single/default.php:64
9721
  #: app/skins/single/m1.php:278 app/skins/single/m2.php:199
9722
  #: app/skins/single/modern.php:300
9723
  msgid "Sold out!"
9724
  msgstr "Épuisé !"
9725
 
9726
+ #: app/skins/single.php:1251 app/skins/single.php:1310
9727
  #: app/skins/single/default.php:254 app/skins/single/default.php:487
9728
  #: app/skins/single/m1.php:112 app/skins/single/m2.php:35
9729
  #: app/skins/single/modern.php:58
9730
  msgid "Phone"
9731
  msgstr "Téléphone"
9732
 
9733
+ #: app/skins/single.php:1400
9734
  msgid "Speakers:"
9735
  msgstr "Orateurs:"
9736
 
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-10-20 18:11+0330\n"
5
- "PO-Revision-Date: 2020-10-20 18:12+0330\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/import.php:55
25
- #: app/features/ix/thirdparty.php:26 app/features/mec.php:1152
26
- #: app/features/mec.php:1182 app/features/mec/dashboard.php:63
27
  #: app/widgets/MEC.php:33
28
  msgid "Modern Events Calendar"
29
  msgstr ""
@@ -82,7 +82,7 @@ msgid "Select Shortcode"
82
  msgstr "Facebook események"
83
 
84
  #: app/features/colors.php:50 app/features/fes/form.php:915
85
- #: app/features/mec/settings.php:763
86
  msgid "Event Color"
87
  msgstr ""
88
 
@@ -93,14 +93,14 @@ msgstr ""
93
  #: app/features/contextual.php:55 app/features/mec.php:474
94
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
95
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
96
- #: app/libraries/main.php:615
97
  msgid "Settings"
98
  msgstr ""
99
 
100
  #: app/features/contextual.php:62 app/features/events.php:1617
101
- #: app/features/events.php:2492 app/features/mec/booking.php:605
102
- #: app/features/mec/booking.php:853 app/features/mec/support.php:29
103
- #: app/libraries/main.php:570
104
  msgid "Booking Form"
105
  msgstr ""
106
 
@@ -114,8 +114,8 @@ msgid ""
114
  msgstr ""
115
 
116
  #: app/features/contextual.php:70 app/features/events.php:1625
117
- #: app/features/mec/booking.php:797 app/features/mec/support-page.php:115
118
- #: app/features/mec/support.php:36 app/libraries/main.php:571
119
  msgid "Payment Gateways"
120
  msgstr ""
121
 
@@ -128,7 +128,7 @@ msgstr ""
128
 
129
  #: app/features/contextual.php:77 app/features/events.php:352
130
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
131
- #: app/libraries/main.php:763
132
  msgid "Notifications"
133
  msgstr ""
134
 
@@ -192,12 +192,12 @@ msgid ""
192
  msgstr ""
193
 
194
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
195
- #: app/features/mec/support-page.php:97 app/libraries/main.php:537
196
  msgid "General Options"
197
  msgstr ""
198
 
199
- #: app/features/contextual.php:139 app/features/mec/settings.php:482
200
- #: app/libraries/main.php:539
201
  msgid "Slugs/Permalinks"
202
  msgstr ""
203
 
@@ -205,8 +205,8 @@ msgstr ""
205
  msgid "Event Details/Single Event Page"
206
  msgstr ""
207
 
208
- #: app/features/contextual.php:166 app/features/mec/settings.php:514
209
- #: app/libraries/main.php:540
210
  msgid "Currency Options"
211
  msgstr ""
212
 
@@ -214,18 +214,18 @@ msgstr ""
214
  msgid "Google Maps Options"
215
  msgstr ""
216
 
217
- #: app/features/contextual.php:244 app/features/mec/settings.php:571
218
- #: app/libraries/main.php:541
219
  msgid "Google Recaptcha Options"
220
  msgstr ""
221
 
222
  #: app/features/contextual.php:258 app/features/mec/single.php:248
223
- #: app/libraries/main.php:556
224
  msgid "Countdown Options"
225
  msgstr ""
226
 
227
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
228
- #: app/libraries/main.php:581
229
  msgid "Social Networks"
230
  msgstr ""
231
 
@@ -233,36 +233,36 @@ msgstr ""
233
  msgid "Next Event Module"
234
  msgstr ""
235
 
236
- #: app/features/contextual.php:286 app/features/mec/settings.php:611
237
- #: app/features/mec/support-page.php:98 app/libraries/main.php:542
238
  msgid "Frontend Event Submission"
239
  msgstr ""
240
 
241
  #: app/features/contextual.php:298 app/features/events.php:345
242
- #: app/libraries/main.php:557
243
  msgid "Exceptional Days"
244
  msgstr ""
245
 
246
  #: app/features/contextual.php:308 app/features/events.php:315
247
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
248
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
249
- #: app/libraries/main.php:565 app/libraries/main.php:595
250
- #: app/libraries/main.php:680
251
  msgid "Booking"
252
  msgstr ""
253
 
254
- #: app/features/contextual.php:318 app/features/mec/booking.php:427
255
- #: app/features/mec/booking.php:813 app/libraries/main.php:567
256
  msgid "Coupons"
257
  msgstr ""
258
 
259
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
260
- #: app/libraries/main.php:583
261
  msgid "BuddyPress Integration"
262
  msgstr ""
263
 
264
- #: app/features/contextual.php:334 app/features/mec/settings.php:1000
265
- #: app/libraries/main.php:545
266
  msgid "Mailchimp Integration"
267
  msgstr ""
268
 
@@ -271,7 +271,7 @@ msgid "MEC Activation"
271
  msgstr ""
272
 
273
  #: app/features/dlfile.php:121 app/features/events.php:1622
274
- #: app/features/mec/booking.php:347 app/features/mec/settings.php:835
275
  msgid "Downloadable File"
276
  msgstr ""
277
 
@@ -304,8 +304,8 @@ msgid "File uploaded!"
304
  msgstr ""
305
 
306
  #: app/features/events.php:167 app/features/ix/export.php:34
307
- #: app/features/mec/dashboard.php:265 app/libraries/main.php:5456
308
- #: app/libraries/main.php:5476 app/skins/daily_view/tpl.php:82
309
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
310
  #: app/skins/yearly_view/tpl.php:71
311
  msgid "Events"
@@ -365,11 +365,11 @@ msgstr ""
365
  #: app/features/mec/meta_boxes/search_form.php:584
366
  #: app/features/mec/meta_boxes/search_form.php:654
367
  #: app/features/mec/meta_boxes/search_form.php:760
368
- #: app/features/mec/settings.php:907 app/features/mec/settings.php:953
369
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
370
- #: app/features/search.php:68 app/libraries/main.php:6209
371
- #: app/libraries/main.php:6263 app/libraries/skins.php:932
372
- #: app/skins/single.php:992 app/skins/single/default.php:219
373
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
374
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
375
  msgid "Category"
@@ -378,8 +378,8 @@ msgstr "kategória"
378
  #: app/features/events.php:193 app/features/events.php:3526
379
  #: app/features/fes/form.php:865 app/features/mec.php:462
380
  #: app/features/mec/meta_boxes/filter.php:69
381
- #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6208
382
- #: app/libraries/main.php:6262
383
  msgid "Categories"
384
  msgstr ""
385
 
@@ -470,7 +470,7 @@ msgid "Event Data"
470
  msgstr "Név"
471
 
472
  #: app/features/events.php:346 app/features/events.php:1360
473
- #: app/features/mec/settings.php:793 app/skins/single.php:1385
474
  msgid "Hourly Schedule"
475
  msgstr "Programterv"
476
 
@@ -499,23 +499,23 @@ msgstr ""
499
  #: app/features/mec/meta_boxes/search_form.php:599
500
  #: app/features/mec/meta_boxes/search_form.php:669
501
  #: app/features/mec/meta_boxes/search_form.php:775
502
- #: app/features/mec/settings.php:965 app/features/mec/single.php:335
503
  #: app/features/mec/single.php:377 app/features/organizers.php:58
504
  #: app/features/organizers.php:204 app/features/organizers.php:260
505
  #: app/features/organizers.php:262 app/features/organizers.php:271
506
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
507
- #: app/features/search.php:80 app/libraries/main.php:6215
508
- #: app/libraries/main.php:6269 app/libraries/skins.php:984
509
- #: app/skins/single.php:1240 app/skins/single/default.php:244
510
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
511
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
512
  msgid "Organizer"
513
  msgstr "Szervező"
514
 
515
  #: app/features/events.php:350 app/features/events.php:1165
516
- #: app/features/fes/form.php:836 app/features/mec/settings.php:904
517
- #: app/libraries/main.php:6246 app/libraries/main.php:6295
518
- #: app/skins/single.php:1018 app/skins/single/default.php:142
519
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
520
  #: app/skins/single/modern.php:237
521
  msgid "Cost"
@@ -538,7 +538,7 @@ msgstr ""
538
  #: app/features/fes/form.php:795 app/features/labels.php:178
539
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
540
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
541
- #: app/libraries/notifications.php:1379 app/modules/booking/steps/form.php:61
542
  msgid "Name"
543
  msgstr "Név"
544
 
@@ -546,15 +546,15 @@ msgstr "Név"
546
  #: app/features/events.php:2549 app/features/events.php:2638
547
  #: app/features/events.php:4089 app/features/fes.php:243
548
  #: app/features/fes/form.php:791 app/features/login/login.php:5
549
- #: app/features/mec/booking.php:65 app/features/mec/booking.php:643
550
- #: app/features/mec/booking.php:739 app/features/mec/single.php:191
551
  #: app/features/organizers.php:111 app/features/organizers.php:152
552
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
553
- #: app/features/speakers.php:204 app/libraries/main.php:1838
554
- #: app/libraries/main.php:1907 app/libraries/main.php:3307
555
- #: app/libraries/notifications.php:1380 app/modules/booking/steps/form.php:70
556
- #: app/modules/booking/steps/form.php:208 app/skins/single.php:1257
557
- #: app/skins/single.php:1316 app/skins/single/default.php:261
558
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
559
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
560
  msgid "Email"
@@ -574,7 +574,7 @@ msgstr ""
574
  #: app/features/events.php:3574 app/features/events.php:3762
575
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
576
  #: app/features/ix.php:3980 app/features/ix.php:4022
577
- #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1340
578
  #: app/features/mec/meta_boxes/display_options.php:52
579
  #: app/features/mec/meta_boxes/display_options.php:295
580
  #: app/features/mec/meta_boxes/display_options.php:549
@@ -598,7 +598,7 @@ msgstr ""
598
  #: app/features/events.php:3575 app/features/events.php:3762
599
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
600
  #: app/features/ix.php:3980 app/features/ix.php:4022
601
- #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1341
602
  #: app/features/popup/event.php:92
603
  msgid "End Date"
604
  msgstr ""
@@ -637,13 +637,13 @@ msgstr ""
637
  #: app/features/events.php:2408 app/features/events.php:2421
638
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
639
  #: app/features/locations.php:336 app/features/mec/booking.php:117
640
- #: app/features/mec/booking.php:139 app/features/mec/booking.php:211
641
- #: app/features/mec/booking.php:278 app/features/mec/booking.php:291
642
- #: app/features/mec/booking.php:308 app/features/mec/booking.php:348
643
- #: app/features/mec/booking.php:472 app/features/mec/booking.php:501
644
- #: app/features/mec/booking.php:549 app/features/mec/booking.php:559
645
- #: app/features/mec/booking.php:581 app/features/mec/booking.php:591
646
- #: app/features/mec/booking.php:829 app/features/mec/booking.php:855
647
  #: app/features/mec/dashboard.php:71
648
  #: app/features/mec/meta_boxes/display_options.php:85
649
  #: app/features/mec/meta_boxes/display_options.php:98
@@ -680,31 +680,31 @@ msgstr ""
680
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
681
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
682
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
683
- #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:205
684
- #: app/features/mec/notifications.php:324
685
- #: app/features/mec/notifications.php:449
686
- #: app/features/mec/notifications.php:570
687
- #: app/features/mec/notifications.php:693
688
- #: app/features/mec/notifications.php:704
689
- #: app/features/mec/notifications.php:828
690
- #: app/features/mec/notifications.php:912 app/features/mec/settings.php:73
691
- #: app/features/mec/settings.php:92 app/features/mec/settings.php:139
692
- #: app/features/mec/settings.php:174 app/features/mec/settings.php:195
693
- #: app/features/mec/settings.php:240 app/features/mec/settings.php:283
694
- #: app/features/mec/settings.php:360 app/features/mec/settings.php:437
695
- #: app/features/mec/settings.php:454 app/features/mec/settings.php:471
696
- #: app/features/mec/settings.php:490 app/features/mec/settings.php:504
697
- #: app/features/mec/settings.php:532 app/features/mec/settings.php:623
698
- #: app/features/mec/settings.php:875 app/features/mec/settings.php:891
699
- #: app/features/mec/settings.php:1015 app/features/mec/settings.php:1028
700
- #: app/features/mec/settings.php:1044 app/features/mec/single.php:46
701
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
702
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
703
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
704
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
705
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
706
  #: app/features/organizers.php:272 app/features/popup/event.php:126
707
- #: app/features/popup/event.php:173 app/skins/single.php:1103
708
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
709
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
710
  #: app/skins/single/modern.php:163
@@ -752,7 +752,7 @@ msgid "Repeats"
752
  msgstr ""
753
 
754
  #: app/features/events.php:665 app/features/fes/form.php:372
755
- #: app/features/mec.php:1343 app/skins/default_full_calendar/tpl.php:77
756
  #: app/skins/full_calendar/tpl.php:124
757
  msgid "Daily"
758
  msgstr ""
@@ -776,13 +776,13 @@ msgid "Weekly"
776
  msgstr ""
777
 
778
  #: app/features/events.php:700 app/features/fes/form.php:377
779
- #: app/features/mec.php:1344 app/skins/default_full_calendar/tpl.php:75
780
  #: app/skins/full_calendar/tpl.php:122
781
  msgid "Monthly"
782
  msgstr ""
783
 
784
  #: app/features/events.php:707 app/features/fes/form.php:378
785
- #: app/features/mec.php:1345 app/skins/default_full_calendar/tpl.php:74
786
  #: app/skins/full_calendar/tpl.php:121
787
  msgid "Yearly"
788
  msgstr ""
@@ -886,7 +886,7 @@ msgid "On"
886
  msgstr ""
887
 
888
  #: app/features/events.php:1117 app/features/fes/form.php:741
889
- #: app/features/mec/booking.php:169
890
  msgid "After"
891
  msgstr ""
892
 
@@ -907,8 +907,8 @@ msgstr ""
907
 
908
  #: app/features/events.php:1161 app/features/events.php:3762
909
  #: app/features/fes/form.php:833 app/features/ix.php:3980
910
- #: app/features/ix.php:4022 app/features/mec/settings.php:739
911
- #: app/libraries/main.php:6245 app/libraries/main.php:6294
912
  #: app/widgets/single.php:103
913
  msgid "Event Cost"
914
  msgstr ""
@@ -923,11 +923,11 @@ msgstr ""
923
 
924
  #: app/features/events.php:1269 app/features/events.php:2550
925
  #: app/features/events.php:2639 app/features/fes.php:243
926
- #: app/features/mec/booking.php:644 app/features/mec/booking.php:740
927
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
928
- #: app/features/wc.php:83 app/libraries/main.php:3394
929
  #: app/modules/booking/steps/tickets.php:103
930
- #: app/modules/next-event/details.php:134 app/skins/single.php:1076
931
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
932
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
933
  msgid "Date"
@@ -965,7 +965,7 @@ msgstr ""
965
  #: app/features/events.php:2397 app/features/events.php:3570
966
  #: app/features/events.php:3762 app/features/fes/form.php:256
967
  #: app/features/ix.php:3980 app/features/ix.php:4022
968
- #: app/features/mec/booking.php:541 app/features/mec/booking.php:573
969
  #: app/features/mec/styling.php:130
970
  msgid "Title"
971
  msgstr ""
@@ -976,16 +976,16 @@ msgstr ""
976
  #: app/features/events.php:2006 app/features/events.php:2143
977
  #: app/features/events.php:2242 app/features/events.php:2278
978
  #: app/features/events.php:2385 app/features/events.php:2427
979
- #: app/features/mec/booking.php:484 app/features/mec/booking.php:513
980
- #: app/features/mec/booking.php:564 app/features/mec/booking.php:596
981
- #: app/libraries/main.php:3229 app/libraries/main.php:3258
982
- #: app/libraries/main.php:3287 app/libraries/main.php:3316
983
- #: app/libraries/main.php:3345 app/libraries/main.php:3374
984
- #: app/libraries/main.php:3403 app/libraries/main.php:3432
985
- #: app/libraries/main.php:3461 app/libraries/main.php:3482
986
- #: app/libraries/main.php:3513 app/libraries/main.php:3559
987
- #: app/libraries/main.php:3605 app/libraries/main.php:3654
988
- #: app/libraries/main.php:3694
989
  msgid "Remove"
990
  msgstr ""
991
 
@@ -1012,9 +1012,9 @@ msgstr ""
1012
  #: app/features/events.php:1425 app/features/events.php:1458
1013
  #: app/features/events.php:1519 app/features/fes/form.php:959
1014
  #: app/features/mec.php:470 app/features/mec/modules.php:51
1015
- #: app/features/mec/settings.php:787 app/features/speakers.php:61
1016
- #: app/libraries/main.php:575 app/libraries/main.php:6216
1017
- #: app/libraries/main.php:6270 app/modules/speakers/details.php:18
1018
  msgid "Speakers"
1019
  msgstr ""
1020
 
@@ -1023,13 +1023,13 @@ msgid "New Day"
1023
  msgstr ""
1024
 
1025
  #: app/features/events.php:1550 app/features/fes/form.php:810
1026
- #: app/features/mec/settings.php:733
1027
  msgid "Event Links"
1028
  msgstr ""
1029
 
1030
  #: app/features/events.php:1553 app/features/events.php:1561
1031
- #: app/features/fes/form.php:812 app/features/mec/settings.php:905
1032
- #: app/libraries/main.php:6243 app/libraries/main.php:6292
1033
  msgid "Event Link"
1034
  msgstr ""
1035
 
@@ -1050,8 +1050,8 @@ msgid "URL Shortener"
1050
  msgstr ""
1051
 
1052
  #: app/features/events.php:1571 app/features/events.php:1584
1053
- #: app/features/fes/form.php:817 app/libraries/main.php:6244
1054
- #: app/libraries/main.php:6293 app/skins/single.php:1102
1055
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1056
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1057
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
@@ -1063,12 +1063,12 @@ msgid "More Information"
1063
  msgstr ""
1064
 
1065
  #: app/features/events.php:1579 app/features/fes/form.php:821
1066
- #: app/features/mec.php:987 app/features/popup/shortcode.php:477
1067
  msgid "Current Window"
1068
  msgstr ""
1069
 
1070
  #: app/features/events.php:1580 app/features/fes/form.php:822
1071
- #: app/features/mec.php:988 app/features/popup/shortcode.php:481
1072
  msgid "New Window"
1073
  msgstr ""
1074
 
@@ -1078,7 +1078,7 @@ msgid ""
1078
  "Insert full link including http(s)://"
1079
  msgstr ""
1080
 
1081
- #: app/features/events.php:1608 app/features/mec/settings.php:801
1082
  msgid "Booking Options"
1083
  msgstr ""
1084
 
@@ -1089,7 +1089,7 @@ msgid "Total User Booking Limits"
1089
  msgstr "Foglalások"
1090
 
1091
  #: app/features/events.php:1610 app/features/events.php:1814
1092
- #: app/libraries/book.php:61 app/libraries/main.php:6248
1093
  #: app/modules/booking/steps/tickets.php:134
1094
  #: app/modules/booking/steps/tickets.php:140
1095
  msgid "Tickets"
@@ -1100,11 +1100,11 @@ msgid "Fees"
1100
  msgstr ""
1101
 
1102
  #: app/features/events.php:1615 app/features/events.php:2311
1103
- #: app/features/mec/settings.php:813
1104
  msgid "Ticket Variations / Options"
1105
  msgstr ""
1106
 
1107
- #: app/features/events.php:1619 app/features/mec/booking.php:884
1108
  #: app/features/mec/support-page.php:118
1109
  #, fuzzy
1110
  #| msgid "Organizer"
@@ -1162,20 +1162,20 @@ msgid ""
1162
  "similar."
1163
  msgstr ""
1164
 
1165
- #: app/features/events.php:1743 app/features/mec/booking.php:145
1166
  msgid "Interval Options"
1167
  msgstr ""
1168
 
1169
  #: app/features/events.php:1745 app/features/events.php:1750
1170
- #: app/features/mec/booking.php:147 app/features/mec/booking.php:152
1171
  msgid "Show Booking Form Interval"
1172
  msgstr ""
1173
 
1174
- #: app/features/events.php:1747 app/features/mec/booking.php:149
1175
  msgid "Minutes (e.g 5)"
1176
  msgstr ""
1177
 
1178
- #: app/features/events.php:1751 app/features/mec/booking.php:153
1179
  msgid ""
1180
  "You can show booking form only at certain times before event start. If you "
1181
  "set this option to 30 then booking form will open only 30 minutes before "
@@ -1248,9 +1248,9 @@ msgstr ""
1248
  #: app/features/events.php:2058 app/features/events.php:2061
1249
  #: app/features/events.php:2139 app/features/events.php:2356
1250
  #: app/features/events.php:2360 app/features/events.php:2402
1251
- #: app/features/events.php:2405 app/features/mec/booking.php:545
1252
- #: app/features/mec/booking.php:548 app/features/mec/booking.php:577
1253
- #: app/features/mec/booking.php:580
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2020-10-28 10:07+0330\n"
5
+ "PO-Revision-Date: 2020-10-28 10:09+0330\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/import.php:55
25
+ #: app/features/ix/thirdparty.php:26 app/features/mec.php:1156
26
+ #: app/features/mec.php:1186 app/features/mec/dashboard.php:63
27
  #: app/widgets/MEC.php:33
28
  msgid "Modern Events Calendar"
29
  msgstr ""
82
  msgstr "Facebook események"
83
 
84
  #: app/features/colors.php:50 app/features/fes/form.php:915
85
+ #: app/features/mec/settings.php:764
86
  msgid "Event Color"
87
  msgstr ""
88
 
93
  #: app/features/contextual.php:55 app/features/mec.php:474
94
  #: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
95
  #: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
96
+ #: app/libraries/main.php:616
97
  msgid "Settings"
98
  msgstr ""
99
 
100
  #: app/features/contextual.php:62 app/features/events.php:1617
101
+ #: app/features/events.php:2492 app/features/mec/booking.php:606
102
+ #: app/features/mec/booking.php:854 app/features/mec/support.php:29
103
+ #: app/libraries/main.php:571
104
  msgid "Booking Form"
105
  msgstr ""
106
 
114
  msgstr ""
115
 
116
  #: app/features/contextual.php:70 app/features/events.php:1625
117
+ #: app/features/mec/booking.php:798 app/features/mec/support-page.php:115
118
+ #: app/features/mec/support.php:36 app/libraries/main.php:572
119
  msgid "Payment Gateways"
120
  msgstr ""
121
 
128
 
129
  #: app/features/contextual.php:77 app/features/events.php:352
130
  #: app/features/mec/support-page.php:117 app/features/mec/support.php:45
131
+ #: app/libraries/main.php:764
132
  msgid "Notifications"
133
  msgstr ""
134
 
192
  msgstr ""
193
 
194
  #: app/features/contextual.php:117 app/features/mec/settings.php:59
195
+ #: app/features/mec/support-page.php:97 app/libraries/main.php:538
196
  msgid "General Options"
197
  msgstr ""
198
 
199
+ #: app/features/contextual.php:139 app/features/mec/settings.php:483
200
+ #: app/libraries/main.php:540
201
  msgid "Slugs/Permalinks"
202
  msgstr ""
203
 
205
  msgid "Event Details/Single Event Page"
206
  msgstr ""
207
 
208
+ #: app/features/contextual.php:166 app/features/mec/settings.php:515
209
+ #: app/libraries/main.php:541
210
  msgid "Currency Options"
211
  msgstr ""
212
 
214
  msgid "Google Maps Options"
215
  msgstr ""
216
 
217
+ #: app/features/contextual.php:244 app/features/mec/settings.php:572
218
+ #: app/libraries/main.php:542
219
  msgid "Google Recaptcha Options"
220
  msgstr ""
221
 
222
  #: app/features/contextual.php:258 app/features/mec/single.php:248
223
+ #: app/libraries/main.php:557
224
  msgid "Countdown Options"
225
  msgstr ""
226
 
227
  #: app/features/contextual.php:268 app/features/mec/modules.php:269
228
+ #: app/libraries/main.php:582
229
  msgid "Social Networks"
230
  msgstr ""
231
 
233
  msgid "Next Event Module"
234
  msgstr ""
235
 
236
+ #: app/features/contextual.php:286 app/features/mec/settings.php:612
237
+ #: app/features/mec/support-page.php:98 app/libraries/main.php:543
238
  msgid "Frontend Event Submission"
239
  msgstr ""
240
 
241
  #: app/features/contextual.php:298 app/features/events.php:345
242
+ #: app/libraries/main.php:558
243
  msgid "Exceptional Days"
244
  msgstr ""
245
 
246
  #: app/features/contextual.php:308 app/features/events.php:315
247
  #: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
248
  #: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
249
+ #: app/libraries/main.php:566 app/libraries/main.php:596
250
+ #: app/libraries/main.php:681
251
  msgid "Booking"
252
  msgstr ""
253
 
254
+ #: app/features/contextual.php:318 app/features/mec/booking.php:428
255
+ #: app/features/mec/booking.php:814 app/libraries/main.php:568
256
  msgid "Coupons"
257
  msgstr ""
258
 
259
  #: app/features/contextual.php:326 app/features/mec/modules.php:334
260
+ #: app/libraries/main.php:584
261
  msgid "BuddyPress Integration"
262
  msgstr ""
263
 
264
+ #: app/features/contextual.php:334 app/features/mec/settings.php:1001
265
+ #: app/libraries/main.php:546
266
  msgid "Mailchimp Integration"
267
  msgstr ""
268
 
271
  msgstr ""
272
 
273
  #: app/features/dlfile.php:121 app/features/events.php:1622
274
+ #: app/features/mec/booking.php:348 app/features/mec/settings.php:836
275
  msgid "Downloadable File"
276
  msgstr ""
277
 
304
  msgstr ""
305
 
306
  #: app/features/events.php:167 app/features/ix/export.php:34
307
+ #: app/features/mec/dashboard.php:265 app/libraries/main.php:5504
308
+ #: app/libraries/main.php:5524 app/skins/daily_view/tpl.php:82
309
  #: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
310
  #: app/skins/yearly_view/tpl.php:71
311
  msgid "Events"
365
  #: app/features/mec/meta_boxes/search_form.php:584
366
  #: app/features/mec/meta_boxes/search_form.php:654
367
  #: app/features/mec/meta_boxes/search_form.php:760
368
+ #: app/features/mec/settings.php:908 app/features/mec/settings.php:954
369
  #: app/features/mec/single.php:331 app/features/mec/single.php:373
370
+ #: app/features/search.php:68 app/libraries/main.php:6250
371
+ #: app/libraries/main.php:6304 app/libraries/skins.php:934
372
+ #: app/skins/single.php:993 app/skins/single/default.php:219
373
  #: app/skins/single/default.php:452 app/skins/single/m1.php:196
374
  #: app/skins/single/m2.php:119 app/skins/single/modern.php:140
375
  msgid "Category"
378
  #: app/features/events.php:193 app/features/events.php:3526
379
  #: app/features/fes/form.php:865 app/features/mec.php:462
380
  #: app/features/mec/meta_boxes/filter.php:69
381
+ #: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6249
382
+ #: app/libraries/main.php:6303
383
  msgid "Categories"
384
  msgstr ""
385
 
470
  msgstr "Név"
471
 
472
  #: app/features/events.php:346 app/features/events.php:1360
473
+ #: app/features/mec/settings.php:794 app/skins/single.php:1386
474
  msgid "Hourly Schedule"
475
  msgstr "Programterv"
476
 
499
  #: app/features/mec/meta_boxes/search_form.php:599
500
  #: app/features/mec/meta_boxes/search_form.php:669
501
  #: app/features/mec/meta_boxes/search_form.php:775
502
+ #: app/features/mec/settings.php:966 app/features/mec/single.php:335
503
  #: app/features/mec/single.php:377 app/features/organizers.php:58
504
  #: app/features/organizers.php:204 app/features/organizers.php:260
505
  #: app/features/organizers.php:262 app/features/organizers.php:271
506
  #: app/features/popup/event.php:163 app/features/popup/event.php:172
507
+ #: app/features/search.php:80 app/libraries/main.php:6256
508
+ #: app/libraries/main.php:6310 app/libraries/skins.php:986
509
+ #: app/skins/single.php:1241 app/skins/single/default.php:244
510
  #: app/skins/single/default.php:477 app/skins/single/m1.php:102
511
  #: app/skins/single/m2.php:25 app/skins/single/modern.php:48
512
  msgid "Organizer"
513
  msgstr "Szervező"
514
 
515
  #: app/features/events.php:350 app/features/events.php:1165
516
+ #: app/features/fes/form.php:836 app/features/mec/settings.php:905
517
+ #: app/libraries/main.php:6287 app/libraries/main.php:6336
518
+ #: app/skins/single.php:1019 app/skins/single/default.php:142
519
  #: app/skins/single/default.php:376 app/skins/single/m1.php:61
520
  #: app/skins/single/modern.php:237
521
  msgid "Cost"
538
  #: app/features/fes/form.php:795 app/features/labels.php:178
539
  #: app/features/mec/booking.php:53 app/features/organizers.php:279
540
  #: app/features/popup/event.php:182 app/features/profile/profile.php:177
541
+ #: app/libraries/notifications.php:1382 app/modules/booking/steps/form.php:61
542
  msgid "Name"
543
  msgstr "Név"
544
 
546
  #: app/features/events.php:2549 app/features/events.php:2638
547
  #: app/features/events.php:4089 app/features/fes.php:243
548
  #: app/features/fes/form.php:791 app/features/login/login.php:5
549
+ #: app/features/mec/booking.php:65 app/features/mec/booking.php:644
550
+ #: app/features/mec/booking.php:740 app/features/mec/single.php:191
551
  #: app/features/organizers.php:111 app/features/organizers.php:152
552
  #: app/features/profile/profile.php:180 app/features/speakers.php:127
553
+ #: app/features/speakers.php:204 app/libraries/main.php:1839
554
+ #: app/libraries/main.php:1908 app/libraries/main.php:3330
555
+ #: app/libraries/notifications.php:1383 app/modules/booking/steps/form.php:70
556
+ #: app/modules/booking/steps/form.php:208 app/skins/single.php:1258
557
+ #: app/skins/single.php:1317 app/skins/single/default.php:261
558
  #: app/skins/single/default.php:494 app/skins/single/m1.php:119
559
  #: app/skins/single/m2.php:42 app/skins/single/modern.php:65
560
  msgid "Email"
574
  #: app/features/events.php:3574 app/features/events.php:3762
575
  #: app/features/fes/form.php:282 app/features/fes/form.php:286
576
  #: app/features/ix.php:3980 app/features/ix.php:4022
577
+ #: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1344
578
  #: app/features/mec/meta_boxes/display_options.php:52
579
  #: app/features/mec/meta_boxes/display_options.php:295
580
  #: app/features/mec/meta_boxes/display_options.php:549
598
  #: app/features/events.php:3575 app/features/events.php:3762
599
  #: app/features/fes/form.php:301 app/features/fes/form.php:305
600
  #: app/features/ix.php:3980 app/features/ix.php:4022
601
+ #: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1345
602
  #: app/features/popup/event.php:92
603
  msgid "End Date"
604
  msgstr ""
637
  #: app/features/events.php:2408 app/features/events.php:2421
638
  #: app/features/fes/form.php:439 app/features/fes/form.php:747
639
  #: app/features/locations.php:336 app/features/mec/booking.php:117
640
+ #: app/features/mec/booking.php:140 app/features/mec/booking.php:212
641
+ #: app/features/mec/booking.php:279 app/features/mec/booking.php:292
642
+ #: app/features/mec/booking.php:309 app/features/mec/booking.php:349
643
+ #: app/features/mec/booking.php:473 app/features/mec/booking.php:502
644
+ #: app/features/mec/booking.php:550 app/features/mec/booking.php:560
645
+ #: app/features/mec/booking.php:582 app/features/mec/booking.php:592
646
+ #: app/features/mec/booking.php:830 app/features/mec/booking.php:856
647
  #: app/features/mec/dashboard.php:71
648
  #: app/features/mec/meta_boxes/display_options.php:85
649
  #: app/features/mec/meta_boxes/display_options.php:98
680
  #: app/features/mec/modules.php:52 app/features/mec/modules.php:85
681
  #: app/features/mec/modules.php:102 app/features/mec/modules.php:137
682
  #: app/features/mec/modules.php:153 app/features/mec/modules.php:323
683
+ #: app/features/mec/notifications.php:90 app/features/mec/notifications.php:206
684
+ #: app/features/mec/notifications.php:326
685
+ #: app/features/mec/notifications.php:452
686
+ #: app/features/mec/notifications.php:573
687
+ #: app/features/mec/notifications.php:697
688
+ #: app/features/mec/notifications.php:708
689
+ #: app/features/mec/notifications.php:832
690
+ #: app/features/mec/notifications.php:917 app/features/mec/settings.php:74
691
+ #: app/features/mec/settings.php:93 app/features/mec/settings.php:140
692
+ #: app/features/mec/settings.php:175 app/features/mec/settings.php:196
693
+ #: app/features/mec/settings.php:241 app/features/mec/settings.php:284
694
+ #: app/features/mec/settings.php:361 app/features/mec/settings.php:438
695
+ #: app/features/mec/settings.php:455 app/features/mec/settings.php:472
696
+ #: app/features/mec/settings.php:491 app/features/mec/settings.php:505
697
+ #: app/features/mec/settings.php:533 app/features/mec/settings.php:624
698
+ #: app/features/mec/settings.php:876 app/features/mec/settings.php:892
699
+ #: app/features/mec/settings.php:1016 app/features/mec/settings.php:1029
700
+ #: app/features/mec/settings.php:1045 app/features/mec/single.php:46
701
  #: app/features/mec/single.php:62 app/features/mec/single.php:82
702
  #: app/features/mec/single.php:100 app/features/mec/single.php:123
703
  #: app/features/mec/single.php:138 app/features/mec/single.php:277
704
  #: app/features/mec/styling.php:119 app/features/mec/styling.php:218
705
  #: app/features/mec/styling.php:235 app/features/mec/styling.php:248
706
  #: app/features/organizers.php:272 app/features/popup/event.php:126
707
+ #: app/features/popup/event.php:173 app/skins/single.php:1104
708
  #: app/skins/single/default.php:159 app/skins/single/default.php:391
709
  #: app/skins/single/m1.php:218 app/skins/single/m2.php:142
710
  #: app/skins/single/modern.php:163
752
  msgstr ""
753
 
754
  #: app/features/events.php:665 app/features/fes/form.php:372
755
+ #: app/features/mec.php:1347 app/skins/default_full_calendar/tpl.php:77
756
  #: app/skins/full_calendar/tpl.php:124
757
  msgid "Daily"
758
  msgstr ""
776
  msgstr ""
777
 
778
  #: app/features/events.php:700 app/features/fes/form.php:377
779
+ #: app/features/mec.php:1348 app/skins/default_full_calendar/tpl.php:75
780
  #: app/skins/full_calendar/tpl.php:122
781
  msgid "Monthly"
782
  msgstr ""
783
 
784
  #: app/features/events.php:707 app/features/fes/form.php:378
785
+ #: app/features/mec.php:1349 app/skins/default_full_calendar/tpl.php:74
786
  #: app/skins/full_calendar/tpl.php:121
787
  msgid "Yearly"
788
  msgstr ""
886
  msgstr ""
887
 
888
  #: app/features/events.php:1117 app/features/fes/form.php:741
889
+ #: app/features/mec/booking.php:170
890
  msgid "After"
891
  msgstr ""
892
 
907
 
908
  #: app/features/events.php:1161 app/features/events.php:3762
909
  #: app/features/fes/form.php:833 app/features/ix.php:3980
910
+ #: app/features/ix.php:4022 app/features/mec/settings.php:740
911
+ #: app/libraries/main.php:6286 app/libraries/main.php:6335
912
  #: app/widgets/single.php:103
913
  msgid "Event Cost"
914
  msgstr ""
923
 
924
  #: app/features/events.php:1269 app/features/events.php:2550
925
  #: app/features/events.php:2639 app/features/fes.php:243
926
+ #: app/features/mec/booking.php:645 app/features/mec/booking.php:741
927
  #: app/features/mec/single.php:193 app/features/profile/profile.php:58
928
+ #: app/features/wc.php:83 app/libraries/main.php:3417
929
  #: app/modules/booking/steps/tickets.php:103
930
+ #: app/modules/next-event/details.php:134 app/skins/single.php:1077
931
  #: app/skins/single/default.php:99 app/skins/single/default.php:333
932
  #: app/skins/single/m1.php:21 app/skins/single/modern.php:197
933
  msgid "Date"
965
  #: app/features/events.php:2397 app/features/events.php:3570
966
  #: app/features/events.php:3762 app/features/fes/form.php:256
967
  #: app/features/ix.php:3980 app/features/ix.php:4022
968
+ #: app/features/mec/booking.php:542 app/features/mec/booking.php:574
969
  #: app/features/mec/styling.php:130
970
  msgid "Title"
971
  msgstr ""
976
  #: app/features/events.php:2006 app/features/events.php:2143
977
  #: app/features/events.php:2242 app/features/events.php:2278
978
  #: app/features/events.php:2385 app/features/events.php:2427
979
+ #: app/features/mec/booking.php:485 app/features/mec/booking.php:514
980
+ #: app/features/mec/booking.php:565 app/features/mec/booking.php:597
981
+ #: app/libraries/main.php:3252 app/libraries/main.php:3281
982
+ #: app/libraries/main.php:3310 app/libraries/main.php:3339
983
+ #: app/libraries/main.php:3368 app/libraries/main.php:3397
984
+ #: app/libraries/main.php:3426 app/libraries/main.php:3455
985
+ #: app/libraries/main.php:3484 app/libraries/main.php:3505
986
+ #: app/libraries/main.php:3536 app/libraries/main.php:3582
987
+ #: app/libraries/main.php:3628 app/libraries/main.php:3677
988
+ #: app/libraries/main.php:3717
989
  msgid "Remove"
990
  msgstr ""
991
 
1012
  #: app/features/events.php:1425 app/features/events.php:1458
1013
  #: app/features/events.php:1519 app/features/fes/form.php:959
1014
  #: app/features/mec.php:470 app/features/mec/modules.php:51
1015
+ #: app/features/mec/settings.php:788 app/features/speakers.php:61
1016
+ #: app/libraries/main.php:576 app/libraries/main.php:6257
1017
+ #: app/libraries/main.php:6311 app/modules/speakers/details.php:18
1018
  msgid "Speakers"
1019
  msgstr ""
1020
 
1023
  msgstr ""
1024
 
1025
  #: app/features/events.php:1550 app/features/fes/form.php:810
1026
+ #: app/features/mec/settings.php:734
1027
  msgid "Event Links"
1028
  msgstr ""
1029
 
1030
  #: app/features/events.php:1553 app/features/events.php:1561
1031
+ #: app/features/fes/form.php:812 app/features/mec/settings.php:906
1032
+ #: app/libraries/main.php:6284 app/libraries/main.php:6333
1033
  msgid "Event Link"
1034
  msgstr ""
1035
 
1050
  msgstr ""
1051
 
1052
  #: app/features/events.php:1571 app/features/events.php:1584
1053
+ #: app/features/fes/form.php:817 app/libraries/main.php:6285
1054
+ #: app/libraries/main.php:6334 app/skins/single.php:1103
1055
  #: app/skins/single/default.php:158 app/skins/single/default.php:390
1056
  #: app/skins/single/m1.php:217 app/skins/single/m2.php:141
1057
  #: app/skins/single/modern.php:162 app/widgets/single.php:107
1063
  msgstr ""
1064
 
1065
  #: app/features/events.php:1579 app/features/fes/form.php:821
1066
+ #: app/features/mec.php:991 app/features/popup/shortcode.php:477
1067
  msgid "Current Window"
1068
  msgstr ""
1069
 
1070
  #: app/features/events.php:1580 app/features/fes/form.php:822
1071
+ #: app/features/mec.php:992 app/features/popup/shortcode.php:481
1072
  msgid "New Window"
1073
  msgstr ""
1074
 
1078
  "Insert full link including http(s)://"
1079
  msgstr ""
1080
 
1081
+ #: app/features/events.php:1608 app/features/mec/settings.php:802
1082
  msgid "Booking Options"
1083
  msgstr ""
1084
 
1089
  msgstr "Foglalások"
1090
 
1091
  #: app/features/events.php:1610 app/features/events.php:1814
1092
+ #: app/libraries/book.php:61 app/libraries/main.php:6289
1093
  #: app/modules/booking/steps/tickets.php:134
1094
  #: app/modules/booking/steps/tickets.php:140
1095
  msgid "Tickets"
1100
  msgstr ""
1101
 
1102
  #: app/features/events.php:1615 app/features/events.php:2311
1103
+ #: app/features/mec/settings.php:814
1104
  msgid "Ticket Variations / Options"
1105
  msgstr ""
1106
 
1107
+ #: app/features/events.php:1619 app/features/mec/booking.php:885
1108
  #: app/features/mec/support-page.php:118
1109
  #, fuzzy
1110
  #| msgid "Organizer"
1162
  "similar."
1163
  msgstr ""
1164
 
1165
+ #: app/features/events.php:1743 app/features/mec/booking.php:146
1166
  msgid "Interval Options"
1167
  msgstr ""
1168
 
1169
  #: app/features/events.php:1745 app/features/events.php:1750
1170
+ #: app/features/mec/booking.php:148 app/features/mec/booking.php:153
1171
  msgid "Show Booking Form Interval"
1172
  msgstr ""
1173
 
1174
+ #: app/features/events.php:1747 app/features/mec/booking.php:150
1175
  msgid "Minutes (e.g 5)"
1176
  msgstr ""
1177
 
1178
+ #: app/features/events.php:1751 app/features/mec/booking.php:154
1179
  msgid ""
1180
  "You can show booking form only at certain times before event start. If you "
1181
  "set this option to 30 then booking form will open only 30 minutes before "
1248
  #: app/features/events.php:2058 app/features/events.php:2061
1249
  #: app/features/events.php:2139 app/features/events.php:2356
1250
  #: app/features/events.php:2360 app/features/events.php:2402
1251
+ #: app/features/events.php:2405 app/features/mec/booking.php:546
1252
+ #: app/features/mec/booking.php:549 app/feat