Version Description
9 July 2020 = - Refactored: The booking reminder to accept hours interval instead of days (pro) - Added: A download-able file feature. This file can be downloaded after confirmed booking by bookers (pro) - Added: A placeholder to include the downloadable file link in booking notifications (pro) - Added: An option to disable confirmation email (pro) - Added: A feature to show attendees of bookings in main booking manage page (pro) - Added: Featured image of events into the RSS feed - Added: Available tickets if user is restricted to book only 1 ticket (pro) - Improved: The stripe payment by sending payer email (pro) - Improved: The display of time for those multiple days events that last after midnight - Improved: The search module to show searched events - Improved: The Show Booking Form Interval option to be more compatible with Sell All Occurrences events (pro) - Updated: Polish translation (Thanks to Monika Osowicz) - Fixed: Some issues in fixed and per attendee booking fields (pro) - Fixed: Some issues in event fields - Fixed: Some translation issue in single event modules - Fixed: An issue in booking module loaded in popup event (pro) - Fixed: An issue in google calendar link in email notifications - Fixed: An issue in event link for recurring events in email notifications - Fixed: An issue in archive page meta title
Release Info
Developer | webnus |
Plugin | Modern Events Calendar Lite |
Version | 5.7.5 |
Comparing to | |
See all releases |
Code changes from version 5.7.0 to 5.7.5
- app/features/dlfile.php +201 -0
- app/features/events.php +11 -1
- app/features/fes.php +7 -0
- app/features/mec.php +15 -0
- app/features/mec/booking.php +18 -16
- app/features/mec/dashboard.php +1 -0
- app/features/mec/notifications.php +11 -5
- app/features/mec/settings.php +14 -1
- app/features/update.php +30 -0
- app/libraries/book.php +40 -0
- app/libraries/cache.php +11 -0
- app/libraries/envato.php +4 -6
- app/libraries/factory.php +4 -0
- app/libraries/main.php +83 -49
- app/libraries/notifications.php +9 -5
- app/libraries/parser.php +10 -0
- app/libraries/render.php +72 -1
- app/libraries/skins.php +8 -10
- app/modules/booking/steps/tickets.php +6 -5
- app/skins/available_spot.php +1 -1
- app/skins/countdown.php +1 -1
- app/skins/cover.php +1 -1
- app/skins/custom/render.php +1 -1
- app/skins/daily_view.php +2 -2
- app/skins/grid.php +2 -2
- app/skins/list.php +2 -2
- app/skins/map.php +1 -1
- app/skins/map/tpl.php +1 -1
- app/skins/monthly_view.php +2 -2
- app/skins/single.php +3 -3
- app/skins/tile.php +2 -2
- app/skins/timetable.php +1 -1
- app/skins/weekly_view.php +2 -2
- app/skins/yearly_view.php +1 -1
- assets/css/backend.css +91 -0
- assets/css/backend.min.css +1 -1
- assets/js/backend.js +16 -0
- changelog.txt +23 -2
- languages/modern-events-calendar-lite-cs_CZ.mo +0 -0
- languages/modern-events-calendar-lite-cs_CZ.po +1202 -1140
- languages/modern-events-calendar-lite-de_DE.mo +0 -0
- languages/modern-events-calendar-lite-de_DE.po +1201 -1141
- languages/modern-events-calendar-lite-en_US.mo +0 -0
- languages/modern-events-calendar-lite-en_US.po +1176 -1134
- languages/modern-events-calendar-lite-es_ES.mo +0 -0
- languages/modern-events-calendar-lite-es_ES.po +287 -246
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/** no direct access **/
|
3 |
+
defined('MECEXEC') or die();
|
4 |
+
|
5 |
+
/**
|
6 |
+
* Webnus MEC Downloadable File class.
|
7 |
+
* @author Webnus <info@webnus.biz>
|
8 |
+
*/
|
9 |
+
class MEC_feature_dlfile extends MEC_base
|
10 |
+
{
|
11 |
+
public $factory;
|
12 |
+
public $main;
|
13 |
+
public $settings;
|
14 |
+
|
15 |
+
/**
|
16 |
+
* Constructor method
|
17 |
+
* @author Webnus <info@webnus.biz>
|
18 |
+
*/
|
19 |
+
public function __construct()
|
20 |
+
{
|
21 |
+
// Import MEC Factory
|
22 |
+
$this->factory = $this->getFactory();
|
23 |
+
|
24 |
+
// Import MEC Main
|
25 |
+
$this->main = $this->getMain();
|
26 |
+
|
27 |
+
// MEC Settings
|
28 |
+
$this->settings = $this->main->get_settings();
|
29 |
+
}
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Initialize locations feature
|
33 |
+
* @author Webnus <info@webnus.biz>
|
34 |
+
*/
|
35 |
+
public function init()
|
36 |
+
{
|
37 |
+
// Booking Status
|
38 |
+
$booking_status = (isset($this->settings['booking_status']) and $this->settings['booking_status']) ? true : false;
|
39 |
+
|
40 |
+
// Downloadable Status
|
41 |
+
$downloadable_status = (isset($this->settings['downloadable_file_status']) and $this->settings['downloadable_file_status']);
|
42 |
+
|
43 |
+
// Feature is not enabled
|
44 |
+
if(!$booking_status or !$downloadable_status) return;
|
45 |
+
|
46 |
+
// Metabox
|
47 |
+
$this->factory->action('mec_metabox_booking', array($this, 'meta_box_downloadable_file'), 17);
|
48 |
+
|
49 |
+
// Downloadable File for FES
|
50 |
+
if(!isset($this->settings['fes_section_downloadable_file']) or (isset($this->settings['fes_section_downloadable_file']) and $this->settings['fes_section_downloadable_file'])) $this->factory->action('mec_fes_metabox_details', array($this, 'meta_box_downloadable_file'), 47);
|
51 |
+
|
52 |
+
// AJAX
|
53 |
+
$this->factory->action('wp_ajax_mec_downloadable_file_upload', array($this, 'upload'));
|
54 |
+
}
|
55 |
+
|
56 |
+
/**
|
57 |
+
* Show downloadable file of event into the Add/Edit event page
|
58 |
+
*
|
59 |
+
* @author Webnus <info@webnus.biz>
|
60 |
+
* @param object $post
|
61 |
+
*/
|
62 |
+
public function meta_box_downloadable_file($post)
|
63 |
+
{
|
64 |
+
// Disable For Guest
|
65 |
+
if(!get_current_user_id()) return;
|
66 |
+
|
67 |
+
$file_id = get_post_meta($post->ID, 'mec_dl_file', true);
|
68 |
+
if(trim($file_id) == '') $file_id = '';
|
69 |
+
|
70 |
+
$file_url = $file_id ? wp_get_attachment_url($file_id) : '';
|
71 |
+
?>
|
72 |
+
<script>
|
73 |
+
jQuery(document).ready(function()
|
74 |
+
{
|
75 |
+
jQuery("#mec_downloadable_file_uploader").on('change', function()
|
76 |
+
{
|
77 |
+
var fd = new FormData();
|
78 |
+
fd.append("action", "mec_downloadable_file_upload");
|
79 |
+
fd.append("_wpnonce", "<?php echo wp_create_nonce('mec_downloadable_file_upload'); ?>");
|
80 |
+
fd.append("file", jQuery("#mec_downloadable_file_uploader").prop("files")[0]);
|
81 |
+
|
82 |
+
jQuery("#mec_downloadable_file_error").html("").addClass("mec-util-hidden");
|
83 |
+
jQuery.ajax(
|
84 |
+
{
|
85 |
+
url: "<?php echo admin_url('admin-ajax.php', NULL); ?>",
|
86 |
+
type: "POST",
|
87 |
+
data: fd,
|
88 |
+
dataType: "json",
|
89 |
+
processData: false,
|
90 |
+
contentType: false
|
91 |
+
})
|
92 |
+
.done(function(response)
|
93 |
+
{
|
94 |
+
if(response.success)
|
95 |
+
{
|
96 |
+
jQuery("#mec_downloadable_file_link").html('<a href="'+response.data.url+'" target="_blank">'+response.data.url+'</a>').removeClass("mec-util-hidden");
|
97 |
+
jQuery("#mec_downloadable_file").val(response.data.id);
|
98 |
+
jQuery("#mec_downloadable_file_remove_image_button").removeClass("mec-util-hidden");
|
99 |
+
}
|
100 |
+
else
|
101 |
+
{
|
102 |
+
jQuery("#mec_downloadable_file_error").html(response.message).removeClass("mec-util-hidden");
|
103 |
+
}
|
104 |
+
|
105 |
+
// Reset File Input
|
106 |
+
jQuery("#mec_downloadable_file_uploader").val('');
|
107 |
+
});
|
108 |
+
|
109 |
+
return false;
|
110 |
+
});
|
111 |
+
|
112 |
+
jQuery("#mec_downloadable_file_remove_image_button").on('click', function()
|
113 |
+
{
|
114 |
+
jQuery("#mec_downloadable_file_link").html('').addClass("mec-util-hidden");
|
115 |
+
jQuery("#mec_downloadable_file").val('');
|
116 |
+
jQuery("#mec_downloadable_file_remove_image_button").addClass("mec-util-hidden");
|
117 |
+
});
|
118 |
+
});
|
119 |
+
</script>
|
120 |
+
<div class="mec-meta-box-fields mec-event-tab-content" id="mec-downloadable-file">
|
121 |
+
<h4><?php _e('Downloadable File', 'modern-events-calendar-lite'); ?></h4>
|
122 |
+
<div id="mec_meta_box_downloadable_file_options">
|
123 |
+
<input type="hidden" id="mec_downloadable_file" name="mec[downloadable_file]" value="<?php echo $file_id; ?>">
|
124 |
+
<input type="file" id="mec_downloadable_file_uploader">
|
125 |
+
<p class="description"><?php esc_html_e('pdf,zip,png,jpg and gif files are allowed.', 'modern-events-calendar-lite'); ?></p>
|
126 |
+
<div id="mec_downloadable_file_link" class="<?php echo (trim($file_id) ? '' : 'mec-util-hidden'); ?>"><?php echo ($file_id ? '<a href="'.$file_url.'" target="_blank">'.$file_url.'</a>' : ''); ?></div>
|
127 |
+
<button type="button" id="mec_downloadable_file_remove_image_button" class="<?php echo (trim($file_id) ? '' : 'mec-util-hidden'); ?>"><?php _e('Remove File', 'modern-events-calendar-lite'); ?></button>
|
128 |
+
<div class="mec-error mec-util-hidden" id="mec_downloadable_file_error"></div>
|
129 |
+
</div>
|
130 |
+
</div>
|
131 |
+
<?php
|
132 |
+
}
|
133 |
+
|
134 |
+
public function upload()
|
135 |
+
{
|
136 |
+
// Check if our nonce is set.
|
137 |
+
if(!isset($_POST['_wpnonce'])) $this->main->response(array('success'=>0, 'code'=>'NONCE_MISSING'));
|
138 |
+
|
139 |
+
// Verify that the nonce is valid.
|
140 |
+
if(!wp_verify_nonce(sanitize_text_field($_POST['_wpnonce']), 'mec_downloadable_file_upload')) $this->main->response(array('success'=>0, 'code'=>'NONCE_IS_INVALID'));
|
141 |
+
|
142 |
+
$uploaded_file = isset($_FILES['file']) ? $_FILES['file'] : NULL;
|
143 |
+
|
144 |
+
// No file
|
145 |
+
if(!$uploaded_file) $this->main->response(array('success'=>0, 'code'=>'NO_FILE', 'message'=>esc_html__('Please upload a file.', 'modern-events-calendar-lite')));
|
146 |
+
|
147 |
+
$allowed = array('gif', 'jpeg', 'jpg', 'png', 'pdf', 'zip');
|
148 |
+
|
149 |
+
$ex = explode('.', $uploaded_file['name']);
|
150 |
+
$extension = end($ex);
|
151 |
+
|
152 |
+
// Invalid Extension
|
153 |
+
if(!in_array($extension, $allowed)) $this->main->response(array('success'=>0, 'code'=>'INVALID_EXTENSION', 'message'=>sprintf(esc_html__('File extension is invalid. You can upload %s files.', 'modern-events-calendar-lite'), implode(', ', $allowed))));
|
154 |
+
|
155 |
+
// Maximum File Size
|
156 |
+
$max_file_size = isset($this->settings['fes_max_file_size']) ? (int) ($this->settings['fes_max_file_size'] * 1000) : (5000 * 1000);
|
157 |
+
|
158 |
+
// Invalid Size
|
159 |
+
if($uploaded_file['size'] > $max_file_size) $this->main->response(array('success'=>0, 'code'=>'IMAGE_IS_TOO_BIG', 'message'=>sprintf(esc_html__('File is too big. Maximum size is %s KB.', 'modern-events-calendar-lite'), ($max_file_size / 1000))));
|
160 |
+
|
161 |
+
// Include the functions
|
162 |
+
if(!function_exists('wp_handle_upload'))
|
163 |
+
{
|
164 |
+
require_once ABSPATH.'wp-admin/includes/file.php';
|
165 |
+
require_once(ABSPATH.'wp-admin/includes/image.php');
|
166 |
+
}
|
167 |
+
|
168 |
+
$upload = wp_upload_bits($uploaded_file['name'], NULL, file_get_contents($uploaded_file['tmp_name']));
|
169 |
+
$wp_filetype = wp_check_filetype(basename($upload['file']), NULL);
|
170 |
+
|
171 |
+
$wp_upload_dir = wp_upload_dir();
|
172 |
+
$attachment = array(
|
173 |
+
'guid' => $wp_upload_dir['baseurl'] . _wp_relative_upload_path($upload['file']),
|
174 |
+
'post_mime_type' => $wp_filetype['type'],
|
175 |
+
'post_title' => preg_replace('/\.[^.]+$/', '', basename($upload['file'])),
|
176 |
+
'post_content' => '',
|
177 |
+
'post_status' => 'inherit'
|
178 |
+
);
|
179 |
+
|
180 |
+
$attach_id = wp_insert_attachment($attachment, $upload['file']);
|
181 |
+
wp_update_attachment_metadata($attach_id, wp_generate_attachment_metadata($attach_id, $upload['file']));
|
182 |
+
|
183 |
+
$success = 0;
|
184 |
+
$data = array();
|
185 |
+
|
186 |
+
if($attach_id and (!isset($upload['error']) or (isset($upload['error']) and !$upload['error'])))
|
187 |
+
{
|
188 |
+
$success = 1;
|
189 |
+
$message = __('File uploaded!', 'modern-events-calendar-lite');
|
190 |
+
|
191 |
+
$data['url'] = $upload['url'];
|
192 |
+
$data['id'] = $attach_id;
|
193 |
+
}
|
194 |
+
else
|
195 |
+
{
|
196 |
+
$message = $upload['error'];
|
197 |
+
}
|
198 |
+
|
199 |
+
$this->main->response(array('success'=>$success, 'message'=>$message, 'data'=>$data));
|
200 |
+
}
|
201 |
+
}
|
@@ -121,7 +121,7 @@ class MEC_feature_events extends MEC_base
|
|
121 |
}
|
122 |
|
123 |
// Show ticket variations meta box only if the module is enabled
|
124 |
-
if(isset($this->settings['ticket_variations_status']) and $this->settings['ticket_variations_status'])
|
125 |
{
|
126 |
$this->factory->action('mec_metabox_booking', array($this, 'meta_box_ticket_variations'), 16);
|
127 |
|
@@ -1559,6 +1559,9 @@ class MEC_feature_events extends MEC_base
|
|
1559 |
<?php if(isset($gateway_settings['op_status']) && $gateway_settings['op_status'] == 1): ?>
|
1560 |
<a class="mec-add-booking-tabs-link" data-href="mec_meta_box_op_form" href="#"><?php echo esc_html__('Organizer Payment' ,'modern-events-calendar-lite'); ?></a>
|
1561 |
<?php endif; ?>
|
|
|
|
|
|
|
1562 |
<?php do_action('add_event_booking_sections_left_menu'); ?>
|
1563 |
</div>
|
1564 |
<div class="mec-add-booking-tabs-right">
|
@@ -3259,6 +3262,13 @@ class MEC_feature_events extends MEC_base
|
|
3259 |
$fields = (isset($_mec['fields']) and is_array($_mec['fields'])) ? $_mec['fields'] : array();
|
3260 |
update_post_meta($post_id, 'mec_fields', $fields);
|
3261 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3262 |
$mec_update = (isset($_REQUEST['original_publish']) and strtolower(trim($_REQUEST['original_publish'])) == 'publish') ? false : true;
|
3263 |
do_action('mec_after_publish_admin_event', $post_id, $mec_update);
|
3264 |
}
|
121 |
}
|
122 |
|
123 |
// Show ticket variations meta box only if the module is enabled
|
124 |
+
if($booking_status and isset($this->settings['ticket_variations_status']) and $this->settings['ticket_variations_status'])
|
125 |
{
|
126 |
$this->factory->action('mec_metabox_booking', array($this, 'meta_box_ticket_variations'), 16);
|
127 |
|
1559 |
<?php if(isset($gateway_settings['op_status']) && $gateway_settings['op_status'] == 1): ?>
|
1560 |
<a class="mec-add-booking-tabs-link" data-href="mec_meta_box_op_form" href="#"><?php echo esc_html__('Organizer Payment' ,'modern-events-calendar-lite'); ?></a>
|
1561 |
<?php endif; ?>
|
1562 |
+
<?php if(isset($this->settings['downloadable_file_status']) and $this->settings['downloadable_file_status']): ?>
|
1563 |
+
<a class="mec-add-booking-tabs-link" data-href="mec-downloadable-file" href="#"><?php echo esc_html__('Downloadable File' ,'modern-events-calendar-lite'); ?></a>
|
1564 |
+
<?php endif; ?>
|
1565 |
<?php do_action('add_event_booking_sections_left_menu'); ?>
|
1566 |
</div>
|
1567 |
<div class="mec-add-booking-tabs-right">
|
3262 |
$fields = (isset($_mec['fields']) and is_array($_mec['fields'])) ? $_mec['fields'] : array();
|
3263 |
update_post_meta($post_id, 'mec_fields', $fields);
|
3264 |
|
3265 |
+
// Downloadable File
|
3266 |
+
if(isset($_mec['downloadable_file']))
|
3267 |
+
{
|
3268 |
+
$dl_file = isset($_mec['downloadable_file']) ? $_mec['downloadable_file'] : '';
|
3269 |
+
update_post_meta($post_id, 'mec_dl_file', $dl_file);
|
3270 |
+
}
|
3271 |
+
|
3272 |
$mec_update = (isset($_REQUEST['original_publish']) and strtolower(trim($_REQUEST['original_publish'])) == 'publish') ? false : true;
|
3273 |
do_action('mec_after_publish_admin_event', $post_id, $mec_update);
|
3274 |
}
|
@@ -1237,6 +1237,13 @@ class MEC_feature_fes extends MEC_base
|
|
1237 |
$fields = (isset($mec['fields']) and is_array($mec['fields'])) ? $mec['fields'] : array();
|
1238 |
update_post_meta($post_id, 'mec_fields', $fields);
|
1239 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1240 |
do_action('save_fes_meta_action', $post_id, $mec);
|
1241 |
|
1242 |
// For Event Notification Badge.
|
1237 |
$fields = (isset($mec['fields']) and is_array($mec['fields'])) ? $mec['fields'] : array();
|
1238 |
update_post_meta($post_id, 'mec_fields', $fields);
|
1239 |
|
1240 |
+
// Downloadable File
|
1241 |
+
if(isset($mec['downloadable_file']))
|
1242 |
+
{
|
1243 |
+
$dl_file = isset($mec['downloadable_file']) ? $mec['downloadable_file'] : '';
|
1244 |
+
update_post_meta($post_id, 'mec_dl_file', $dl_file);
|
1245 |
+
}
|
1246 |
+
|
1247 |
do_action('save_fes_meta_action', $post_id, $mec);
|
1248 |
|
1249 |
// For Event Notification Badge.
|
@@ -138,6 +138,7 @@ class MEC_feature_mec extends MEC_base
|
|
138 |
|
139 |
// Close Custom Text Notification
|
140 |
$this->factory->action('wp_ajax_close_cmsg_notification', array($this, 'close_cmsg_notification'));
|
|
|
141 |
|
142 |
// Close Custom Text Notification
|
143 |
$this->factory->action('wp_ajax_report_event_dates', array($this, 'report_event_dates'));
|
@@ -228,6 +229,20 @@ class MEC_feature_mec extends MEC_base
|
|
228 |
wp_die();
|
229 |
}
|
230 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
/* Close addons notification */
|
232 |
public function close_cmsg_notification()
|
233 |
{
|
138 |
|
139 |
// Close Custom Text Notification
|
140 |
$this->factory->action('wp_ajax_close_cmsg_notification', array($this, 'close_cmsg_notification'));
|
141 |
+
$this->factory->action('wp_ajax_close_cmsg_2_notification', array($this, 'close_cmsg_2_notification'));
|
142 |
|
143 |
// Close Custom Text Notification
|
144 |
$this->factory->action('wp_ajax_report_event_dates', array($this, 'report_event_dates'));
|
229 |
wp_die();
|
230 |
}
|
231 |
|
232 |
+
/* Close addons notification */
|
233 |
+
public function close_cmsg_2_notification()
|
234 |
+
{
|
235 |
+
// Current User is not Permitted
|
236 |
+
if(!current_user_can('manage_options')) $this->main->response(array('success'=>0, 'code'=>'ADMIN_ONLY'));
|
237 |
+
|
238 |
+
if(!wp_verify_nonce( $_REQUEST['nonce'], 'mec_settings_nonce'))
|
239 |
+
{
|
240 |
+
exit();
|
241 |
+
}
|
242 |
+
update_option('mec_custom_msg_2_close_option', 'open');
|
243 |
+
wp_die();
|
244 |
+
}
|
245 |
+
|
246 |
/* Close addons notification */
|
247 |
public function close_cmsg_notification()
|
248 |
{
|
@@ -132,22 +132,6 @@ $gateways_options = $this->main->get_gateways_options();
|
|
132 |
</span>
|
133 |
</div>
|
134 |
</div>
|
135 |
-
<div class="mec-form-row">
|
136 |
-
<div class="mec-col-12">
|
137 |
-
<label for="mec_settings_booking_limit_collapse">
|
138 |
-
<input type="hidden" name="mec[settings][booking_limit_collapse]" value="0" />
|
139 |
-
<input type="checkbox" name="mec[settings][booking_limit_collapse]" id="mec_settings_booking_limit_collapse" <?php echo ((!isset($settings['booking_limit_collapse']) or (isset($settings['booking_limit_collapse']) and $settings['booking_limit_collapse'] == '1')) ? 'checked="checked"' : ''); ?> value="1" />
|
140 |
-
<?php _e('Collapse Ticket Selection', 'modern-events-calendar-lite'); ?>
|
141 |
-
</label>
|
142 |
-
<span class="mec-tooltip">
|
143 |
-
<div class="box top">
|
144 |
-
<h5 class="title"><?php _e('Collapse Ticket Selection', 'modern-events-calendar-lite'); ?></h5>
|
145 |
-
<div class="content"><p><?php esc_attr_e("If you set the user limit to 1 then MEC collapse the ticket selection in booking form if your event has only 1 ticket. You can disable this feature by unchecking this checkbox.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/booking/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
|
146 |
-
</div>
|
147 |
-
<i title="" class="dashicons-before dashicons-editor-help"></i>
|
148 |
-
</span>
|
149 |
-
</div>
|
150 |
-
</div>
|
151 |
<div class="mec-form-row">
|
152 |
<label class="mec-col-3" for="mec_settings_booking_ip_restriction"><?php _e('IP restriction', 'modern-events-calendar-lite'); ?></label>
|
153 |
<div class="mec-col-4">
|
@@ -270,6 +254,24 @@ $gateways_options = $this->main->get_gateways_options();
|
|
270 |
</label>
|
271 |
</div>
|
272 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
<?php do_action('add_booking_variables', $settings); ?>
|
274 |
<h5 class="mec-form-subtitle"><?php _e('Email verification', 'modern-events-calendar-lite'); ?></h5>
|
275 |
<div class="mec-form-row">
|
132 |
</span>
|
133 |
</div>
|
134 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
<div class="mec-form-row">
|
136 |
<label class="mec-col-3" for="mec_settings_booking_ip_restriction"><?php _e('IP restriction', 'modern-events-calendar-lite'); ?></label>
|
137 |
<div class="mec-col-4">
|
254 |
</label>
|
255 |
</div>
|
256 |
</div>
|
257 |
+
<div class="mec-form-row">
|
258 |
+
<div class="mec-col-12">
|
259 |
+
<label for="mec_settings_booking_downloadable_file_status">
|
260 |
+
<input type="hidden" name="mec[settings][downloadable_file_status]" value="0" />
|
261 |
+
<input type="checkbox" name="mec[settings][downloadable_file_status]" id="mec_settings_booking_downloadable_file_status"
|
262 |
+
<?php echo ((isset($settings['downloadable_file_status']) and $settings['downloadable_file_status'] == '1') ? 'checked="checked"' : ''); ?>
|
263 |
+
value="1" />
|
264 |
+
<?php _e('Enable Downloadable File', 'modern-events-calendar-lite'); ?>
|
265 |
+
</label>
|
266 |
+
<span class="mec-tooltip">
|
267 |
+
<div class="box top">
|
268 |
+
<h5 class="title"><?php _e('Downloadable File', 'modern-events-calendar-lite'); ?></h5>
|
269 |
+
<div class="content"><p><?php esc_attr_e("By enabling this feature, You can upload a file for each event and bookers are able to download it after booking.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/booking/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
|
270 |
+
</div>
|
271 |
+
<i title="" class="dashicons-before dashicons-editor-help"></i>
|
272 |
+
</span>
|
273 |
+
</div>
|
274 |
+
</div>
|
275 |
<?php do_action('add_booking_variables', $settings); ?>
|
276 |
<h5 class="mec-form-subtitle"><?php _e('Email verification', 'modern-events-calendar-lite'); ?></h5>
|
277 |
<div class="mec-form-row">
|
@@ -123,6 +123,7 @@ $box_stats = apply_filters('mec_dashboard_box_stats', true);
|
|
123 |
</div>
|
124 |
</div>
|
125 |
<?php endif; ?>
|
|
|
126 |
<?php echo $this->mec_custom_msg('yes', 'yes'); ?>
|
127 |
<?php //echo $this->addons_msg(); ?>
|
128 |
<div class="w-row">
|
123 |
</div>
|
124 |
</div>
|
125 |
<?php endif; ?>
|
126 |
+
<?php echo $this->mec_custom_msg_2('yes', 'yes'); ?>
|
127 |
<?php echo $this->mec_custom_msg('yes', 'yes'); ?>
|
128 |
<?php //echo $this->addons_msg(); ?>
|
129 |
<div class="w-row">
|
@@ -132,6 +132,7 @@ $notifications = $this->main->get_notifications();
|
|
132 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
133 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
134 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
|
|
135 |
<li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
|
136 |
<li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
|
137 |
</ul>
|
@@ -231,6 +232,7 @@ $notifications = $this->main->get_notifications();
|
|
231 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
232 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
233 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
|
|
234 |
<li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
|
235 |
<li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
|
236 |
</ul>
|
@@ -343,6 +345,7 @@ $notifications = $this->main->get_notifications();
|
|
343 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
344 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
345 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
|
|
346 |
<li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
|
347 |
<li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
|
348 |
</ul>
|
@@ -460,6 +463,7 @@ $notifications = $this->main->get_notifications();
|
|
460 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
461 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
462 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
|
|
463 |
</ul>
|
464 |
</div>
|
465 |
</div>
|
@@ -566,6 +570,7 @@ $notifications = $this->main->get_notifications();
|
|
566 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
567 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
568 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
|
|
569 |
</ul>
|
570 |
</div>
|
571 |
</div>
|
@@ -582,7 +587,7 @@ $notifications = $this->main->get_notifications();
|
|
582 |
<div id="mec_notification_booking_reminder_container_toggle" class="<?php if((isset($notifications['booking_reminder']) and !$notifications['booking_reminder']['status']) or !isset($notifications['booking_reminder'])) echo 'mec-util-hidden'; ?>">
|
583 |
<div class="mec-form-row">
|
584 |
<?php $cron = MEC_ABSPATH.'app'.DS.'crons'.DS.'booking-reminder.php'; ?>
|
585 |
-
<p class="mec-col-12"><strong><?php _e('Important Note', 'modern-events-calendar-lite'); ?>: </strong><?php echo sprintf(__("Set a cronjob to call %s file once per
|
586 |
</div>
|
587 |
<div class="mec-form-row">
|
588 |
<label for="mec_notifications_booking_reminder_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
|
@@ -635,12 +640,12 @@ $notifications = $this->main->get_notifications();
|
|
635 |
</span>
|
636 |
</div>
|
637 |
<div class="mec-form-row">
|
638 |
-
<label for="
|
639 |
-
<input type="text" name="mec[notifications][booking_reminder][
|
640 |
<span class="mec-tooltip">
|
641 |
<div class="box top">
|
642 |
-
<h5 class="title"><?php _e('
|
643 |
-
<div class="content"><p><?php esc_attr_e('Please, insert comma to separate reminder
|
644 |
</div>
|
645 |
<i title="" class="dashicons-before dashicons-editor-help"></i>
|
646 |
</span>
|
@@ -683,6 +688,7 @@ $notifications = $this->main->get_notifications();
|
|
683 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
684 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
685 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
|
|
686 |
<li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
|
687 |
<li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
|
688 |
</ul>
|
132 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
133 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
134 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
135 |
+
<li><span>%%dl_file%%</span>: <?php _e('Link to the downloadable file', 'modern-events-calendar-lite'); ?></li>
|
136 |
<li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
|
137 |
<li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
|
138 |
</ul>
|
232 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
233 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
234 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
235 |
+
<li><span>%%dl_file%%</span>: <?php _e('Link to the downloadable file', 'modern-events-calendar-lite'); ?></li>
|
236 |
<li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
|
237 |
<li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
|
238 |
</ul>
|
345 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
346 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
347 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
348 |
+
<li><span>%%dl_file%%</span>: <?php _e('Link to the downloadable file', 'modern-events-calendar-lite'); ?></li>
|
349 |
<li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
|
350 |
<li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
|
351 |
</ul>
|
463 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
464 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
465 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
466 |
+
<li><span>%%dl_file%%</span>: <?php _e('Link to the downloadable file', 'modern-events-calendar-lite'); ?></li>
|
467 |
</ul>
|
468 |
</div>
|
469 |
</div>
|
570 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
571 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
572 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
573 |
+
<li><span>%%dl_file%%</span>: <?php _e('Link to the downloadable file', 'modern-events-calendar-lite'); ?></li>
|
574 |
</ul>
|
575 |
</div>
|
576 |
</div>
|
587 |
<div id="mec_notification_booking_reminder_container_toggle" class="<?php if((isset($notifications['booking_reminder']) and !$notifications['booking_reminder']['status']) or !isset($notifications['booking_reminder'])) echo 'mec-util-hidden'; ?>">
|
588 |
<div class="mec-form-row">
|
589 |
<?php $cron = MEC_ABSPATH.'app'.DS.'crons'.DS.'booking-reminder.php'; ?>
|
590 |
+
<p class="mec-col-12"><strong><?php _e('Important Note', 'modern-events-calendar-lite'); ?>: </strong><?php echo sprintf(__("Set a cronjob to call %s file once per hour otherwise it won't send the reminders. Please note that you should call this file %s otherwise it may send the reminders multiple times.", 'modern-events-calendar-lite'), '<code>'.$cron.'</code>', '<strong>'.__('only once per hour', 'modern-events-calendar-lite').'</strong>'); ?></p>
|
591 |
</div>
|
592 |
<div class="mec-form-row">
|
593 |
<label for="mec_notifications_booking_reminder_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
|
640 |
</span>
|
641 |
</div>
|
642 |
<div class="mec-form-row">
|
643 |
+
<label for="mec_notifications_booking_reminder_hours"><?php _e('Hours', 'modern-events-calendar-lite'); ?></label>
|
644 |
+
<input type="text" name="mec[notifications][booking_reminder][hours]" id="mec_notifications_booking_reminder_hours" value="<?php echo ((isset($notifications['booking_reminder']) and isset($notifications['booking_reminder']['hours'])) ? $notifications['booking_reminder']['hours'] : '24,72,168'); ?>" />
|
645 |
<span class="mec-tooltip">
|
646 |
<div class="box top">
|
647 |
+
<h5 class="title"><?php _e('Reminder hours', 'modern-events-calendar-lite'); ?></h5>
|
648 |
+
<div class="content"><p><?php esc_attr_e('Please, insert comma to separate reminder hours.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
|
649 |
</div>
|
650 |
<i title="" class="dashicons-before dashicons-editor-help"></i>
|
651 |
</span>
|
688 |
<li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
|
689 |
<li><span>%%ticket_name_time%%</span>: <?php _e('Ticket name & time', 'modern-events-calendar-lite'); ?></li>
|
690 |
<li><span>%%payment_gateway%%</span>: <?php _e('Payment Gateway', 'modern-events-calendar-lite'); ?></li>
|
691 |
+
<li><span>%%dl_file%%</span>: <?php _e('Link to the downloadable file', 'modern-events-calendar-lite'); ?></li>
|
692 |
<li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
|
693 |
<li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
|
694 |
</ul>
|
@@ -21,6 +21,7 @@ if($this->getPRO())
|
|
21 |
$verify = $envato->get_MEC_info('dl');
|
22 |
}
|
23 |
|
|
|
24 |
echo $this->main->mec_custom_msg('', '');
|
25 |
|
26 |
// Display Addons Notification
|
@@ -768,7 +769,8 @@ $get_n_option = get_option('mec_addons_notification_option');
|
|
768 |
<input value="1" type="checkbox" name="mec[settings][fes_section_hourly_schedule]" <?php if(!isset($settings['fes_section_hourly_schedule']) or (isset($settings['fes_section_hourly_schedule']) and $settings['fes_section_hourly_schedule'])) echo 'checked="checked"'; ?> /> <?php _e('Hourly Schedule', 'modern-events-calendar-lite'); ?>
|
769 |
</label>
|
770 |
</div>
|
771 |
-
|
|
|
772 |
<div class="mec-form-row">
|
773 |
<label>
|
774 |
<input type="hidden" name="mec[settings][fes_section_booking]" value="0" />
|
@@ -788,6 +790,7 @@ $get_n_option = get_option('mec_addons_notification_option');
|
|
788 |
</label>
|
789 |
</div>
|
790 |
<?php endif; ?>
|
|
|
791 |
<div class="mec-form-row">
|
792 |
<label>
|
793 |
<input type="hidden" name="mec[settings][fes_section_schema]" value="0" />
|
@@ -800,6 +803,16 @@ $get_n_option = get_option('mec_addons_notification_option');
|
|
800 |
<input value="1" type="checkbox" name="mec[settings][fes_section_excerpt]" <?php if(isset($settings['fes_section_excerpt']) and $settings['fes_section_excerpt']) echo 'checked="checked"'; ?> /> <?php _e('Excerpt', 'modern-events-calendar-lite'); ?>
|
801 |
</label>
|
802 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
803 |
<div class="mec-form-row">
|
804 |
<label>
|
805 |
<input type="hidden" name="mec[settings][fes_note]" value="0" />
|
21 |
$verify = $envato->get_MEC_info('dl');
|
22 |
}
|
23 |
|
24 |
+
echo $this->main->mec_custom_msg_2('yes', 'yes');
|
25 |
echo $this->main->mec_custom_msg('', '');
|
26 |
|
27 |
// Display Addons Notification
|
769 |
<input value="1" type="checkbox" name="mec[settings][fes_section_hourly_schedule]" <?php if(!isset($settings['fes_section_hourly_schedule']) or (isset($settings['fes_section_hourly_schedule']) and $settings['fes_section_hourly_schedule'])) echo 'checked="checked"'; ?> /> <?php _e('Hourly Schedule', 'modern-events-calendar-lite'); ?>
|
770 |
</label>
|
771 |
</div>
|
772 |
+
|
773 |
+
<?php if($this->getPRO()): ?>
|
774 |
<div class="mec-form-row">
|
775 |
<label>
|
776 |
<input type="hidden" name="mec[settings][fes_section_booking]" value="0" />
|
790 |
</label>
|
791 |
</div>
|
792 |
<?php endif; ?>
|
793 |
+
|
794 |
<div class="mec-form-row">
|
795 |
<label>
|
796 |
<input type="hidden" name="mec[settings][fes_section_schema]" value="0" />
|
803 |
<input value="1" type="checkbox" name="mec[settings][fes_section_excerpt]" <?php if(isset($settings['fes_section_excerpt']) and $settings['fes_section_excerpt']) echo 'checked="checked"'; ?> /> <?php _e('Excerpt', 'modern-events-calendar-lite'); ?>
|
804 |
</label>
|
805 |
</div>
|
806 |
+
|
807 |
+
<?php if(isset($settings['downloadable_file_status']) and $settings['downloadable_file_status']): ?>
|
808 |
+
<div class="mec-form-row">
|
809 |
+
<label>
|
810 |
+
<input type="hidden" name="mec[settings][fes_section_downloadable_file]" value="0" />
|
811 |
+
<input value="1" type="checkbox" name="mec[settings][fes_section_downloadable_file]" <?php if(!isset($settings['fes_section_downloadable_file']) or (isset($settings['fes_section_downloadable_file']) and $settings['fes_section_downloadable_file'])) echo 'checked="checked"'; ?> /> <?php _e('Downloadable File', 'modern-events-calendar-lite'); ?>
|
812 |
+
</label>
|
813 |
+
</div>
|
814 |
+
<?php endif; ?>
|
815 |
+
|
816 |
<div class="mec-form-row">
|
817 |
<label>
|
818 |
<input type="hidden" name="mec[settings][fes_note]" value="0" />
|
@@ -63,6 +63,7 @@ class MEC_feature_update extends MEC_base
|
|
63 |
if(version_compare($version, '4.9.0', '<')) $this->version490();
|
64 |
if(version_compare($version, '5.0.5', '<')) $this->version505();
|
65 |
if(version_compare($version, '5.5.1', '<')) $this->version551();
|
|
|
66 |
|
67 |
// Update to latest version to prevent running the code twice
|
68 |
update_option('mec_version', $this->main->get_version());
|
@@ -364,4 +365,33 @@ class MEC_feature_update extends MEC_base
|
|
364 |
));
|
365 |
}
|
366 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
367 |
}
|
63 |
if(version_compare($version, '4.9.0', '<')) $this->version490();
|
64 |
if(version_compare($version, '5.0.5', '<')) $this->version505();
|
65 |
if(version_compare($version, '5.5.1', '<')) $this->version551();
|
66 |
+
if(version_compare($version, '5.7.1', '<')) $this->version571();
|
67 |
|
68 |
// Update to latest version to prevent running the code twice
|
69 |
update_option('mec_version', $this->main->get_version());
|
365 |
));
|
366 |
}
|
367 |
}
|
368 |
+
|
369 |
+
public function version571()
|
370 |
+
{
|
371 |
+
// Get current MEC options
|
372 |
+
$current = get_option('mec_options', array());
|
373 |
+
if(is_string($current) and trim($current) == '') $current = array();
|
374 |
+
|
375 |
+
if(!isset($current['notifications']['booking_reminder'])) return;
|
376 |
+
if(isset($current['notifications']['booking_reminder']['hours'])) return;
|
377 |
+
|
378 |
+
// Change Days to Hours
|
379 |
+
$days = explode(',', trim($current['notifications']['booking_reminder']['days'], ', '));
|
380 |
+
|
381 |
+
$hours = '';
|
382 |
+
foreach($days as $day)
|
383 |
+
{
|
384 |
+
$hours .= ($day * 24).',';
|
385 |
+
}
|
386 |
+
|
387 |
+
$current['notifications']['booking_reminder']['hours'] = trim($hours, ', ');
|
388 |
+
unset($current['notifications']['booking_reminder']['days']);
|
389 |
+
|
390 |
+
// Update it only if options already exists.
|
391 |
+
if(get_option('mec_options') !== false)
|
392 |
+
{
|
393 |
+
// Save new options
|
394 |
+
update_option('mec_options', $current);
|
395 |
+
}
|
396 |
+
}
|
397 |
}
|
@@ -807,6 +807,22 @@ class MEC_book extends MEC_base
|
|
807 |
return apply_filters('mec_booking_invoice_url', $main->add_qs_var('id', $transaction_id, $url), $transaction_id);
|
808 |
}
|
809 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
810 |
public function get_bookings_by_transaction_id($transaction_id)
|
811 |
{
|
812 |
$main = $this->getMain();
|
@@ -855,6 +871,24 @@ class MEC_book extends MEC_base
|
|
855 |
return $count;
|
856 |
}
|
857 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
858 |
public function get_transaction_id_book_id($book_id)
|
859 |
{
|
860 |
return get_post_meta($book_id, 'mec_transaction_id', true);
|
@@ -956,4 +990,10 @@ class MEC_book extends MEC_base
|
|
956 |
|
957 |
return strtotime($start_time).':'.strtotime($end_time);
|
958 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
959 |
}
|
807 |
return apply_filters('mec_booking_invoice_url', $main->add_qs_var('id', $transaction_id, $url), $transaction_id);
|
808 |
}
|
809 |
|
810 |
+
/**
|
811 |
+
* Get Downloadable file link for certain transaction
|
812 |
+
* @author Webnus <info@webnus.biz>
|
813 |
+
* @param $book_id
|
814 |
+
* @return string
|
815 |
+
*/
|
816 |
+
public function get_dl_file_link($book_id)
|
817 |
+
{
|
818 |
+
if(!isset($this->settings['downloadable_file_status']) or (isset($this->settings['downloadable_file_status']) and !$this->settings['downloadable_file_status'])) return '';
|
819 |
+
|
820 |
+
$event_id = get_post_meta($book_id, 'mec_event_id', true);
|
821 |
+
$dl_file_id = get_post_meta($event_id, 'mec_dl_file', true);
|
822 |
+
|
823 |
+
return apply_filters('mec_booking_dl_file_url', ($dl_file_id ? wp_get_attachment_url($dl_file_id) : ''), $book_id);
|
824 |
+
}
|
825 |
+
|
826 |
public function get_bookings_by_transaction_id($transaction_id)
|
827 |
{
|
828 |
$main = $this->getMain();
|
871 |
return $count;
|
872 |
}
|
873 |
|
874 |
+
public function get_attendees($book_id)
|
875 |
+
{
|
876 |
+
$attendees = get_post_meta($book_id, 'mec_attendees', true);
|
877 |
+
$clean = array();
|
878 |
+
|
879 |
+
if(is_array($attendees))
|
880 |
+
{
|
881 |
+
foreach($attendees as $key => $attendee)
|
882 |
+
{
|
883 |
+
if($key === 'attachments') continue;
|
884 |
+
|
885 |
+
$clean[$key] = $attendee;
|
886 |
+
}
|
887 |
+
}
|
888 |
+
|
889 |
+
return $clean;
|
890 |
+
}
|
891 |
+
|
892 |
public function get_transaction_id_book_id($book_id)
|
893 |
{
|
894 |
return get_post_meta($book_id, 'mec_transaction_id', true);
|
990 |
|
991 |
return strtotime($start_time).':'.strtotime($end_time);
|
992 |
}
|
993 |
+
|
994 |
+
public function get_event_id_by_transaction_id($transaction_id)
|
995 |
+
{
|
996 |
+
$transaction = $this->get_transaction($transaction_id);
|
997 |
+
return (isset($transaction['event_id']) ? $transaction['event_id'] : 0);
|
998 |
+
}
|
999 |
}
|
@@ -50,4 +50,15 @@ class MEC_cache
|
|
50 |
{
|
51 |
return (isset(self::$cache[$key]) ? self::$cache[$key] : NULL);
|
52 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
}
|
50 |
{
|
51 |
return (isset(self::$cache[$key]) ? self::$cache[$key] : NULL);
|
52 |
}
|
53 |
+
|
54 |
+
public static function delete($key)
|
55 |
+
{
|
56 |
+
if(MEC_cache::has($key))
|
57 |
+
{
|
58 |
+
unset(self::$cache[$key]);
|
59 |
+
return true;
|
60 |
+
}
|
61 |
+
|
62 |
+
return false;
|
63 |
+
}
|
64 |
}
|
@@ -84,12 +84,8 @@ class MEC_envato extends MEC_base
|
|
84 |
{
|
85 |
if(ini_get('allow_url_fopen'))
|
86 |
{
|
87 |
-
|
88 |
-
|
89 |
-
$api_url = 'https://webnus.net/api';
|
90 |
-
} else {
|
91 |
-
$api_url = 'http://webnus.biz/webnus.net';
|
92 |
-
}
|
93 |
}
|
94 |
else
|
95 |
{
|
@@ -237,6 +233,7 @@ class MEC_envato extends MEC_base
|
|
237 |
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
|
238 |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
239 |
curl_setopt($ch, CURLOPT_URL, $data_url);
|
|
|
240 |
$result = curl_exec($ch);
|
241 |
curl_close($ch);
|
242 |
$obj = json_decode($result);
|
@@ -323,6 +320,7 @@ class MEC_envato extends MEC_base
|
|
323 |
'body' => null,
|
324 |
'timeout' => '120',
|
325 |
'redirection' => '10',
|
|
|
326 |
)));
|
327 |
|
328 |
if($JSON != '') return json_decode($JSON);
|
84 |
{
|
85 |
if(ini_get('allow_url_fopen'))
|
86 |
{
|
87 |
+
if(get_headers('https://webnus.biz')[0] != 'HTTP/1.1 200 OK') $api_url = 'https://webnus.net/api';
|
88 |
+
else $api_url = 'http://webnus.biz/webnus.net';
|
|
|
|
|
|
|
|
|
89 |
}
|
90 |
else
|
91 |
{
|
233 |
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
|
234 |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
235 |
curl_setopt($ch, CURLOPT_URL, $data_url);
|
236 |
+
|
237 |
$result = curl_exec($ch);
|
238 |
curl_close($ch);
|
239 |
$obj = json_decode($result);
|
320 |
'body' => null,
|
321 |
'timeout' => '120',
|
322 |
'redirection' => '10',
|
323 |
+
'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36',
|
324 |
)));
|
325 |
|
326 |
if($JSON != '') return json_decode($JSON);
|
@@ -151,6 +151,8 @@ class MEC_factory extends MEC_base
|
|
151 |
$this->filter('mec_vagenda_atts', array($this->main, 'add_search_filters'));
|
152 |
$this->filter('mce_buttons', array($this->main, 'add_mce_buttons'));
|
153 |
$this->filter('mce_external_plugins', array($this->main, 'add_mce_external_plugins'));
|
|
|
|
|
154 |
}
|
155 |
|
156 |
/**
|
@@ -1013,7 +1015,9 @@ class MEC_factory extends MEC_base
|
|
1013 |
delete_option('mec_gfont');
|
1014 |
delete_option('mec_dyncss');
|
1015 |
delete_option('mec_custom_msg_display_option');
|
|
|
1016 |
delete_option('mec_custom_msg_close_option');
|
|
|
1017 |
delete_option('mec_category_children');
|
1018 |
}
|
1019 |
}
|
151 |
$this->filter('mec_vagenda_atts', array($this->main, 'add_search_filters'));
|
152 |
$this->filter('mce_buttons', array($this->main, 'add_mce_buttons'));
|
153 |
$this->filter('mce_external_plugins', array($this->main, 'add_mce_external_plugins'));
|
154 |
+
|
155 |
+
$this->filter('pre_get_document_title', array($this->parser, 'archive_document_title'));
|
156 |
}
|
157 |
|
158 |
/**
|
1015 |
delete_option('mec_gfont');
|
1016 |
delete_option('mec_dyncss');
|
1017 |
delete_option('mec_custom_msg_display_option');
|
1018 |
+
delete_option('mec_custom_msg_2_display_option');
|
1019 |
delete_option('mec_custom_msg_close_option');
|
1020 |
+
delete_option('mec_custom_msg_2_close_option');
|
1021 |
delete_option('mec_category_children');
|
1022 |
}
|
1023 |
}
|
@@ -892,6 +892,66 @@ class MEC_main extends MEC_base
|
|
892 |
';
|
893 |
}
|
894 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
895 |
/**
|
896 |
* Returns MEC custom message
|
897 |
* @author Webnus <info@webnus.biz>
|
@@ -1181,20 +1241,7 @@ class MEC_main extends MEC_base
|
|
1181 |
// Bellow conditional block codes is used for sortable booking form items.
|
1182 |
if(isset($filtered['reg_fields']))
|
1183 |
{
|
1184 |
-
if(is_array($filtered['reg_fields']))
|
1185 |
-
{
|
1186 |
-
$filtered_reg_fields_count = count($filtered['reg_fields']);
|
1187 |
-
if($filtered_reg_fields_count)
|
1188 |
-
{
|
1189 |
-
$filtered_reg_fields_slice_first = array_slice($filtered['reg_fields'], 0, $filtered_reg_fields_count - 2);
|
1190 |
-
$filtered_reg_fields_slice_last = array_slice($filtered['reg_fields'], ($filtered_reg_fields_count - 2), $filtered_reg_fields_count, true);
|
1191 |
-
$filtered['reg_fields'] = array_merge($filtered_reg_fields_slice_first, $filtered_reg_fields_slice_last);
|
1192 |
-
}
|
1193 |
-
}
|
1194 |
-
else
|
1195 |
-
{
|
1196 |
-
$filtered['reg_fields'] = array();
|
1197 |
-
}
|
1198 |
}
|
1199 |
|
1200 |
if(isset($current['reg_fields']) and isset($filtered['reg_fields']))
|
@@ -1206,20 +1253,7 @@ class MEC_main extends MEC_base
|
|
1206 |
// Bellow conditional block codes is used for sortable booking fixed form items.
|
1207 |
if(isset($filtered['bfixed_fields']))
|
1208 |
{
|
1209 |
-
if(is_array($filtered['bfixed_fields']))
|
1210 |
-
{
|
1211 |
-
$filtered_bfixed_fields_count = count($filtered['bfixed_fields']);
|
1212 |
-
if($filtered_bfixed_fields_count)
|
1213 |
-
{
|
1214 |
-
$filtered_bfixed_fields_slice_first = array_slice($filtered['bfixed_fields'], 0, $filtered_bfixed_fields_count - 2);
|
1215 |
-
$filtered_bfixed_fields_slice_last = array_slice($filtered['bfixed_fields'], ($filtered_bfixed_fields_count - 2), $filtered_bfixed_fields_count, true);
|
1216 |
-
$filtered['bfixed_fields'] = array_merge($filtered_bfixed_fields_slice_first, $filtered_bfixed_fields_slice_last);
|
1217 |
-
}
|
1218 |
-
}
|
1219 |
-
else
|
1220 |
-
{
|
1221 |
-
$filtered['bfixed_fields'] = array();
|
1222 |
-
}
|
1223 |
}
|
1224 |
|
1225 |
if(isset($current['bfixed_fields']) and isset($filtered['bfixed_fields']))
|
@@ -1231,20 +1265,7 @@ class MEC_main extends MEC_base
|
|
1231 |
// Bellow conditional block codes is used for sortable event form items.
|
1232 |
if(isset($filtered['event_fields']))
|
1233 |
{
|
1234 |
-
if(is_array($filtered['event_fields']))
|
1235 |
-
{
|
1236 |
-
$filtered_event_fields_count = count($filtered['event_fields']);
|
1237 |
-
if($filtered_event_fields_count)
|
1238 |
-
{
|
1239 |
-
$filtered_event_fields_slice_first = array_slice($filtered['event_fields'], 0, $filtered_event_fields_count - 2);
|
1240 |
-
$filtered_event_fields_slice_last = array_slice($filtered['event_fields'], ($filtered_event_fields_count - 2), $filtered_event_fields_count, true);
|
1241 |
-
$filtered['event_fields'] = array_merge($filtered_event_fields_slice_first, $filtered_event_fields_slice_last);
|
1242 |
-
}
|
1243 |
-
}
|
1244 |
-
else
|
1245 |
-
{
|
1246 |
-
$filtered['event_fields'] = array();
|
1247 |
-
}
|
1248 |
}
|
1249 |
|
1250 |
if(isset($current['event_fields']) and isset($filtered['event_fields']))
|
@@ -3717,13 +3738,25 @@ class MEC_main extends MEC_base
|
|
3717 |
// No Dates or no Tickets
|
3718 |
if(!count($dates) or !count($tickets)) return false;
|
3719 |
|
|
|
|
|
|
|
3720 |
$show_booking_form_interval = (isset($settings['show_booking_form_interval'])) ? $settings['show_booking_form_interval'] : 0;
|
3721 |
|
3722 |
// Check Show Booking Form Time
|
3723 |
if($show_booking_form_interval)
|
3724 |
{
|
3725 |
-
|
3726 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3727 |
|
3728 |
if($this->check_date_time_validation('Y-m-d h:i a', strtolower($render_date)))
|
3729 |
{
|
@@ -5033,7 +5066,7 @@ class MEC_main extends MEC_base
|
|
5033 |
// Event Permalink
|
5034 |
$url = $event->data->permalink;
|
5035 |
|
5036 |
-
// Return same URL if
|
5037 |
if(is_null($date)) return $url;
|
5038 |
|
5039 |
// Single Page Date method is set to next date
|
@@ -6637,16 +6670,17 @@ class MEC_main extends MEC_base
|
|
6637 |
$start_timestamp = strtotime($event->date['start']['date']);
|
6638 |
$end_timestamp = strtotime($event->date['end']['date']);
|
6639 |
|
6640 |
-
$
|
6641 |
-
$
|
6642 |
-
|
|
|
6643 |
|
6644 |
// Midnight Hour
|
6645 |
$midnight_hour = (isset($settings['midnight_hour']) and $settings['midnight_hour']) ? $settings['midnight_hour'] : 0;
|
6646 |
$midnight = $end_timestamp+(3600*$midnight_hour);
|
6647 |
|
6648 |
// End Date is before Midnight
|
6649 |
-
if($start_timestamp < $end_timestamp and $midnight >= strtotime($event->date['end']['date'].' '.$time)) return true;
|
6650 |
|
6651 |
return false;
|
6652 |
}
|
892 |
';
|
893 |
}
|
894 |
|
895 |
+
/**
|
896 |
+
* Returns MEC custom message 2
|
897 |
+
* @author Webnus <info@webnus.biz>
|
898 |
+
* @return array
|
899 |
+
*/
|
900 |
+
public function mec_custom_msg_2($display_option = '', $message = '')
|
901 |
+
{
|
902 |
+
$get_cmsg_display_option = get_option('mec_custom_msg_2_display_option');
|
903 |
+
|
904 |
+
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/mec-extra-content-2.json';
|
905 |
+
if( function_exists('file_get_contents') && ini_get('allow_url_fopen') )
|
906 |
+
{
|
907 |
+
$ctx = stream_context_create(array('http'=>
|
908 |
+
array(
|
909 |
+
'timeout' => 20,
|
910 |
+
)
|
911 |
+
));
|
912 |
+
$get_data = file_get_contents($data_url, false, $ctx);
|
913 |
+
if ( $get_data !== false AND !empty($get_data) )
|
914 |
+
{
|
915 |
+
$obj = json_decode($get_data);
|
916 |
+
$i = count((array)$obj);
|
917 |
+
}
|
918 |
+
}
|
919 |
+
elseif ( function_exists('curl_version') )
|
920 |
+
{
|
921 |
+
$ch = curl_init();
|
922 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
|
923 |
+
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
924 |
+
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0);
|
925 |
+
curl_setopt($ch, CURLOPT_TIMEOUT, 20); //timeout in seconds
|
926 |
+
curl_setopt($ch, CURLOPT_URL, $data_url);
|
927 |
+
$result = curl_exec($ch);
|
928 |
+
curl_close($ch);
|
929 |
+
$obj = json_decode($result);
|
930 |
+
$i = count((array)$obj);
|
931 |
+
} else {
|
932 |
+
$obj = '';
|
933 |
+
}
|
934 |
+
|
935 |
+
if ( !empty( $obj ) ) :
|
936 |
+
foreach ($obj as $key => $value) {
|
937 |
+
$html = $value->html;
|
938 |
+
$display = $value->display;
|
939 |
+
}
|
940 |
+
|
941 |
+
if ( $get_cmsg_display_option != $display ) :
|
942 |
+
update_option( 'mec_custom_msg_2_display_option', $display );
|
943 |
+
update_option('mec_custom_msg_2_close_option', 'close');
|
944 |
+
return $html;
|
945 |
+
elseif ( $get_cmsg_display_option == $display ) :
|
946 |
+
$get_cmsg_close_option = get_option('mec_custom_msg_2_close_option');
|
947 |
+
if ( $get_cmsg_close_option == 'open' ) return;
|
948 |
+
return $html;
|
949 |
+
endif;
|
950 |
+
else:
|
951 |
+
return '';
|
952 |
+
endif;
|
953 |
+
}
|
954 |
+
|
955 |
/**
|
956 |
* Returns MEC custom message
|
957 |
* @author Webnus <info@webnus.biz>
|
1241 |
// Bellow conditional block codes is used for sortable booking form items.
|
1242 |
if(isset($filtered['reg_fields']))
|
1243 |
{
|
1244 |
+
if(!is_array($filtered['reg_fields'])) $filtered['reg_fields'] = array();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1245 |
}
|
1246 |
|
1247 |
if(isset($current['reg_fields']) and isset($filtered['reg_fields']))
|
1253 |
// Bellow conditional block codes is used for sortable booking fixed form items.
|
1254 |
if(isset($filtered['bfixed_fields']))
|
1255 |
{
|
1256 |
+
if(!is_array($filtered['bfixed_fields'])) $filtered['bfixed_fields'] = array();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1257 |
}
|
1258 |
|
1259 |
if(isset($current['bfixed_fields']) and isset($filtered['bfixed_fields']))
|
1265 |
// Bellow conditional block codes is used for sortable event form items.
|
1266 |
if(isset($filtered['event_fields']))
|
1267 |
{
|
1268 |
+
if(!is_array($filtered['event_fields'])) $filtered['event_fields'] = array();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1269 |
}
|
1270 |
|
1271 |
if(isset($current['event_fields']) and isset($filtered['event_fields']))
|
3738 |
// No Dates or no Tickets
|
3739 |
if(!count($dates) or !count($tickets)) return false;
|
3740 |
|
3741 |
+
$book_all_occurrences = 0;
|
3742 |
+
if(isset($event->data) and isset($event->data->meta) and isset($event->data->meta['mec_booking']) and isset($event->data->meta['mec_booking']['bookings_all_occurrences'])) $book_all_occurrences = (int) $event->data->meta['mec_booking']['bookings_all_occurrences'];
|
3743 |
+
|
3744 |
$show_booking_form_interval = (isset($settings['show_booking_form_interval'])) ? $settings['show_booking_form_interval'] : 0;
|
3745 |
|
3746 |
// Check Show Booking Form Time
|
3747 |
if($show_booking_form_interval)
|
3748 |
{
|
3749 |
+
if($book_all_occurrences)
|
3750 |
+
{
|
3751 |
+
$db = $this->getDB();
|
3752 |
+
$first_timestamp = $db->select("SELECT `tstart` FROM `#__mec_dates` WHERE `post_id`='".$event->data->ID."' ORDER BY `tstart` ASC LIMIT 1", 'loadResult');
|
3753 |
+
$render_date = date('Y-m-d h:i a', $first_timestamp);
|
3754 |
+
}
|
3755 |
+
else
|
3756 |
+
{
|
3757 |
+
$render_date = (isset($next_date['start']['date']) ? trim($next_date['start']['date']) : date('Y-m-d')) .' '. (isset($next_date['start']['hour']) ? trim(sprintf('%02d', $next_date['start']['hour'])) : date('h', current_time('timestamp', 0))) .':'
|
3758 |
+
. (isset($next_date['start']['minutes']) ? trim(sprintf('%02d', $next_date['start']['minutes'])) : date('i', current_time('timestamp', 0))) . ' '.(isset($next_date['start']['ampm']) ? trim($next_date['start']['ampm']) : date('a', current_time('timestamp', 0)));
|
3759 |
+
}
|
3760 |
|
3761 |
if($this->check_date_time_validation('Y-m-d h:i a', strtolower($render_date)))
|
3762 |
{
|
5066 |
// Event Permalink
|
5067 |
$url = $event->data->permalink;
|
5068 |
|
5069 |
+
// Return same URL if date is not provided
|
5070 |
if(is_null($date)) return $url;
|
5071 |
|
5072 |
// Single Page Date method is set to next date
|
6670 |
$start_timestamp = strtotime($event->date['start']['date']);
|
6671 |
$end_timestamp = strtotime($event->date['end']['date']);
|
6672 |
|
6673 |
+
$diff = $this->date_diff($event->date['start']['date'], $event->date['end']['date']);
|
6674 |
+
$days = (isset($diff->days) and !$diff->invert) ? $diff->days : 0;
|
6675 |
+
|
6676 |
+
$time = $event->data->time['end_raw'];
|
6677 |
|
6678 |
// Midnight Hour
|
6679 |
$midnight_hour = (isset($settings['midnight_hour']) and $settings['midnight_hour']) ? $settings['midnight_hour'] : 0;
|
6680 |
$midnight = $end_timestamp+(3600*$midnight_hour);
|
6681 |
|
6682 |
// End Date is before Midnight
|
6683 |
+
if($days == 1 and $start_timestamp < $end_timestamp and $midnight >= strtotime($event->date['end']['date'].' '.$time)) return true;
|
6684 |
|
6685 |
return false;
|
6686 |
}
|
@@ -1013,7 +1013,7 @@ class MEC_notifications extends MEC_base
|
|
1013 |
}
|
1014 |
|
1015 |
$message = str_replace('%%event_title%%', get_the_title($event_id), $message);
|
1016 |
-
$message = str_replace('%%event_link%%',
|
1017 |
$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);
|
1018 |
$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);
|
1019 |
|
@@ -1111,13 +1111,17 @@ class MEC_notifications extends MEC_base
|
|
1111 |
$event_info = get_post($event_id);
|
1112 |
$event_content = trim($event_info->post_content) ? strip_shortcodes(strip_tags($event_info->post_content)) : $event_title;
|
1113 |
|
1114 |
-
$
|
1115 |
-
$
|
1116 |
-
$ical_export_link = '<a
|
1117 |
|
1118 |
-
$message = str_replace('%%google_calendar_link%%', $
|
1119 |
$message = str_replace('%%ics_link%%', $ical_export_link, $message);
|
1120 |
|
|
|
|
|
|
|
|
|
1121 |
return $message;
|
1122 |
}
|
1123 |
|
1013 |
}
|
1014 |
|
1015 |
$message = str_replace('%%event_title%%', get_the_title($event_id), $message);
|
1016 |
+
$message = str_replace('%%event_link%%', $this->main->get_event_date_permalink(get_permalink($event_id), date('Y-m-d', $start_timestamp)), $message);
|
1017 |
$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);
|
1018 |
$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);
|
1019 |
|
1111 |
$event_info = get_post($event_id);
|
1112 |
$event_content = trim($event_info->post_content) ? strip_shortcodes(strip_tags($event_info->post_content)) : $event_title;
|
1113 |
|
1114 |
+
$google_calendar_location = get_term_meta($location_id, 'address', true);
|
1115 |
+
$google_calendar_link = '<a href="https://www.google.com/calendar/event?action=TEMPLATE&text=' . $event_title . '&dates='. gmdate('Ymd\\THi00\\Z', ($start_timestamp - $gmt_offset_seconds)) . '/' . gmdate('Ymd\\THi00\\Z', ($end_timestamp - $gmt_offset_seconds)) . '&details=' . urlencode($event_content) . (trim($google_calendar_location) ? '&location=' . urlencode($google_calendar_location) : ''). '" target="_blank">' . __('+ Add to Google Calendar', 'modern-events-calendar-lite') . '</a>';
|
1116 |
+
$ical_export_link = '<a href="' . $this->main->ical_URL_email($event_id, $book_id, get_the_date('Y-m-d', $book_id)) . '">'. __('+ iCal export', 'modern-events-calendar-lite') . '</a>';
|
1117 |
|
1118 |
+
$message = str_replace('%%google_calendar_link%%', $google_calendar_link, $message);
|
1119 |
$message = str_replace('%%ics_link%%', $ical_export_link, $message);
|
1120 |
|
1121 |
+
// Downloadable File
|
1122 |
+
$dl_file = $this->book->get_dl_file_link($book_id);
|
1123 |
+
$message = str_replace('%%dl_file%%', $dl_file, $message);
|
1124 |
+
|
1125 |
return $message;
|
1126 |
}
|
1127 |
|
@@ -253,4 +253,14 @@ class MEC_parser extends MEC_base
|
|
253 |
$event_id = get_the_ID();
|
254 |
return $this->render->vsingle(array('id'=>$event_id, 'content'=>$content));
|
255 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
}
|
253 |
$event_id = get_the_ID();
|
254 |
return $this->render->vsingle(array('id'=>$event_id, 'content'=>$content));
|
255 |
}
|
256 |
+
|
257 |
+
public function archive_document_title($title)
|
258 |
+
{
|
259 |
+
if(is_post_type_archive($this->main->get_main_post_type()) && !is_search())
|
260 |
+
{
|
261 |
+
return $this->main->get_archive_title();
|
262 |
+
}
|
263 |
+
|
264 |
+
return $title;
|
265 |
+
}
|
266 |
}
|
@@ -650,7 +650,13 @@ class MEC_render extends MEC_base
|
|
650 |
return $data;
|
651 |
}
|
652 |
|
653 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
654 |
{
|
655 |
// If event is custom days and current date is available
|
656 |
if(isset($event->data) and isset($event->data->meta) and isset($event->data->meta['mec_repeat_type']) and $event->data->meta['mec_repeat_type'] === 'custom_days' and isset($event->data->mec) and isset($event->data->mec->days) and isset($event->date) and is_array($event->date) and isset($event->date['start']) and isset($event->date['start']['date']))
|
@@ -753,6 +759,71 @@ class MEC_render extends MEC_base
|
|
753 |
}
|
754 |
}
|
755 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
756 |
return $event;
|
757 |
}
|
758 |
|
650 |
return $data;
|
651 |
}
|
652 |
|
653 |
+
/**
|
654 |
+
* @param $event
|
655 |
+
* @param MEC_skins $skin
|
656 |
+
* @param int $serie
|
657 |
+
* @return mixed
|
658 |
+
*/
|
659 |
+
public function after_render($event, $skin, $serie = 1)
|
660 |
{
|
661 |
// If event is custom days and current date is available
|
662 |
if(isset($event->data) and isset($event->data->meta) and isset($event->data->meta['mec_repeat_type']) and $event->data->meta['mec_repeat_type'] === 'custom_days' and isset($event->data->mec) and isset($event->data->mec->days) and isset($event->date) and is_array($event->date) and isset($event->date['start']) and isset($event->date['start']['date']))
|
759 |
}
|
760 |
}
|
761 |
|
762 |
+
if($skin->skin != 'single' and !($skin->multiple_days_method == 'first_day' or ($skin->multiple_days_method == 'first_day_listgrid' and in_array($skin->skin, array('list', 'grid', 'slider', 'carousel', 'agenda', 'tile')))))
|
763 |
+
{
|
764 |
+
// MEC Cache
|
765 |
+
$cache = $this->getCache();
|
766 |
+
|
767 |
+
// Cache Key
|
768 |
+
$key = $event->data->ID.'-'.$event->date['end']['date'];
|
769 |
+
|
770 |
+
// Is Midnight Event
|
771 |
+
$midnight = $this->main->is_midnight_event($event);
|
772 |
+
|
773 |
+
// Improve Time for Multiple Day Events
|
774 |
+
if($cache->has($key) or ($event->date['start']['date'] !== $event->date['end']['date'] and !$midnight))
|
775 |
+
{
|
776 |
+
$allday = isset($event->data->meta['mec_allday']) ? $event->data->meta['mec_allday'] : 0;
|
777 |
+
$hide_time = isset($event->data->meta['mec_hide_time']) ? $event->data->meta['mec_hide_time'] : 0;
|
778 |
+
$hide_end_time = isset($event->data->meta['mec_hide_end_time']) ? $event->data->meta['mec_hide_end_time'] : 0;
|
779 |
+
|
780 |
+
// Get From Cache (Last Day)
|
781 |
+
if($cache->has($key) and $event->date['start']['date'] === $event->date['end']['date'])
|
782 |
+
{
|
783 |
+
list($new_start_time, $new_end_time) = $cache->get($key);
|
784 |
+
|
785 |
+
// Delete the Cache
|
786 |
+
$cache->delete($key);
|
787 |
+
}
|
788 |
+
// Get From Cache (Between Days)
|
789 |
+
elseif($cache->has($key) and $event->date['start']['date'] !== $event->date['end']['date'])
|
790 |
+
{
|
791 |
+
$new_start_time = $this->main->get_time(0);
|
792 |
+
$new_end_time = $this->main->get_time((24*3600));
|
793 |
+
}
|
794 |
+
// First Day
|
795 |
+
else
|
796 |
+
{
|
797 |
+
$new_start_time = $event->data->time['start_raw'];
|
798 |
+
$new_end_time = $this->main->get_time((24*3600));
|
799 |
+
$second_start_time = $this->main->get_time(0);
|
800 |
+
$second_end_time = $event->data->time['end_raw'];
|
801 |
+
|
802 |
+
// Set to Cache
|
803 |
+
$cache->set($key, array($second_start_time, $second_end_time));
|
804 |
+
}
|
805 |
+
|
806 |
+
$event->data->time['start_raw'] = $new_start_time;
|
807 |
+
$event->data->time['end_raw'] = $new_end_time;
|
808 |
+
|
809 |
+
if($hide_time)
|
810 |
+
{
|
811 |
+
$event->data->time['start'] = '';
|
812 |
+
$event->data->time['end'] = '';
|
813 |
+
}
|
814 |
+
elseif($allday)
|
815 |
+
{
|
816 |
+
$event->data->time['start'] = $this->main->m('all_day', __('All Day' , 'modern-events-calendar-lite'));
|
817 |
+
$event->data->time['end'] = '';
|
818 |
+
}
|
819 |
+
else
|
820 |
+
{
|
821 |
+
$event->data->time['start'] = $new_start_time;
|
822 |
+
$event->data->time['end'] = ($hide_end_time ? '' : $new_end_time);
|
823 |
+
}
|
824 |
+
}
|
825 |
+
}
|
826 |
+
|
827 |
return $event;
|
828 |
}
|
829 |
|
@@ -585,6 +585,9 @@ class MEC_skins extends MEC_base
|
|
585 |
}
|
586 |
else
|
587 |
{
|
|
|
|
|
|
|
588 |
while($s <= $e)
|
589 |
{
|
590 |
if((!$this->show_only_expired_events and $seconds_start <= $s and $s <= $seconds_end) or ($this->show_only_expired_events and $seconds_start >= $s and $s >= $seconds_end))
|
@@ -613,7 +616,7 @@ class MEC_skins extends MEC_base
|
|
613 |
if(strpos($days, $d) === false)
|
614 |
{
|
615 |
$midnight = $s+(3600*$midnight_hour);
|
616 |
-
if($midnight >= $mec_date->tend) break;
|
617 |
|
618 |
$dates[$d][] = $mec_date->post_id;
|
619 |
}
|
@@ -622,7 +625,7 @@ class MEC_skins extends MEC_base
|
|
622 |
else
|
623 |
{
|
624 |
$midnight = $s+(3600*$midnight_hour);
|
625 |
-
if($midnight >= $mec_date->tend) break;
|
626 |
|
627 |
$dates[$d][] = $mec_date->post_id;
|
628 |
}
|
@@ -744,7 +747,7 @@ class MEC_skins extends MEC_base
|
|
744 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
745 |
);
|
746 |
|
747 |
-
$d[] = $this->render->after_render($data, $i);
|
748 |
$found++;
|
749 |
}
|
750 |
|
@@ -1220,16 +1223,11 @@ class MEC_skins extends MEC_base
|
|
1220 |
|
1221 |
public function sort_day_events($a, $b)
|
1222 |
{
|
1223 |
-
$a_timestamp = $a->data->time['start_timestamp'];
|
1224 |
-
$b_timestamp = $b->data->time['start_timestamp'];
|
1225 |
-
|
1226 |
$a_start_date = $a->date['start']['date'];
|
1227 |
-
$a_end_date = $a->date['end']['date'];
|
1228 |
$b_start_date = $b->date['start']['date'];
|
1229 |
-
$b_end_date = $b->date['end']['date'];
|
1230 |
|
1231 |
-
|
1232 |
-
|
1233 |
|
1234 |
if($a_timestamp == $b_timestamp) return 0;
|
1235 |
return ($a_timestamp > $b_timestamp) ? +1 : -1;
|
585 |
}
|
586 |
else
|
587 |
{
|
588 |
+
$diff = $this->main->date_diff($mec_date->dstart, $mec_date->dend);
|
589 |
+
$days_long = (isset($diff->days) and !$diff->invert) ? $diff->days : 0;
|
590 |
+
|
591 |
while($s <= $e)
|
592 |
{
|
593 |
if((!$this->show_only_expired_events and $seconds_start <= $s and $s <= $seconds_end) or ($this->show_only_expired_events and $seconds_start >= $s and $s >= $seconds_end))
|
616 |
if(strpos($days, $d) === false)
|
617 |
{
|
618 |
$midnight = $s+(3600*$midnight_hour);
|
619 |
+
if($days_long == '1' and $midnight >= $mec_date->tend) break;
|
620 |
|
621 |
$dates[$d][] = $mec_date->post_id;
|
622 |
}
|
625 |
else
|
626 |
{
|
627 |
$midnight = $s+(3600*$midnight_hour);
|
628 |
+
if($days_long == '1' and $midnight >= $mec_date->tend) break;
|
629 |
|
630 |
$dates[$d][] = $mec_date->post_id;
|
631 |
}
|
747 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
748 |
);
|
749 |
|
750 |
+
$d[] = $this->render->after_render($data, $this, $i);
|
751 |
$found++;
|
752 |
}
|
753 |
|
1223 |
|
1224 |
public function sort_day_events($a, $b)
|
1225 |
{
|
|
|
|
|
|
|
1226 |
$a_start_date = $a->date['start']['date'];
|
|
|
1227 |
$b_start_date = $b->date['start']['date'];
|
|
|
1228 |
|
1229 |
+
$a_timestamp = strtotime($a_start_date.' '.$a->data->time['start_raw']);
|
1230 |
+
$b_timestamp = strtotime($b_start_date.' '.$b->data->time['start_raw']);
|
1231 |
|
1232 |
if($a_timestamp == $b_timestamp) return 0;
|
1233 |
return ($a_timestamp > $b_timestamp) ? +1 : -1;
|
@@ -49,8 +49,6 @@ if($show_booking_form_interval)
|
|
49 |
|
50 |
$dates = $filtered_dates;
|
51 |
}
|
52 |
-
|
53 |
-
$collapse_ticket_selection = (!isset($settings['booking_limit_collapse']) or (isset($settings['booking_limit_collapse']) and $settings['booking_limit_collapse']) ? true : false);
|
54 |
?>
|
55 |
<form id="mec_book_form<?php echo $uniqueid; ?>" onsubmit="mec_book_form_submit(event, <?php echo $uniqueid; ?>);">
|
56 |
<h4><?php _e('Book Event', 'modern-events-calendar-lite'); ?></h4>
|
@@ -67,7 +65,7 @@ $collapse_ticket_selection = (!isset($settings['booking_limit_collapse']) or (is
|
|
67 |
</select>
|
68 |
</div>
|
69 |
<?php else: ?>
|
70 |
-
<input type="hidden" name="book[date]" value="<?php echo $book->timestamp($dates[0]['start'], $dates[0]['end']); ?>">
|
71 |
<?php endif; ?>
|
72 |
|
73 |
<div class="mec-event-tickets-list" id="mec_book_form_tickets_container<?php echo $uniqueid; ?>" data-total-booking-limit="<?php echo isset($availability['total']) ? $availability['total'] : '-1'; ?>">
|
@@ -78,9 +76,12 @@ $collapse_ticket_selection = (!isset($settings['booking_limit_collapse']) or (is
|
|
78 |
<span class="mec-event-ticket-price"><?php echo (isset($ticket['price_label']) ? $book->get_ticket_price_label($ticket, current_time('Y-m-d')) : ''); ?></span>
|
79 |
<?php if(isset($ticket['description']) and trim($ticket['description'])): ?><p class="mec-event-ticket-description"><?php echo __($ticket['description'], 'modern-events-calendar-lite'); ?></p><?php endif; ?>
|
80 |
|
81 |
-
<?php if(!$user_ticket_unlimited and $user_ticket_limit == 1 and count($tickets) == 1
|
82 |
<input type="hidden" name="book[tickets][<?php echo $ticket_id; ?>]" value="1" />
|
83 |
-
<p
|
|
|
|
|
|
|
84 |
<?php else: ?>
|
85 |
<div>
|
86 |
<input type="number" class="mec-book-ticket-limit" name="book[tickets][<?php echo $ticket_id; ?>]" title="<?php esc_attr_e('Count', 'modern-events-calendar-lite'); ?>" placeholder="<?php esc_attr_e('Count', 'modern-events-calendar-lite'); ?>" value="<?php echo $default_ticket_number; ?>" min="0" max="<?php echo ($ticket_limit != '-1' ? $ticket_limit : ''); ?>" onchange="mec_check_tickets_availability<?php echo $uniqueid; ?>(<?php echo $ticket_id; ?>, this.value);" />
|
49 |
|
50 |
$dates = $filtered_dates;
|
51 |
}
|
|
|
|
|
52 |
?>
|
53 |
<form id="mec_book_form<?php echo $uniqueid; ?>" onsubmit="mec_book_form_submit(event, <?php echo $uniqueid; ?>);">
|
54 |
<h4><?php _e('Book Event', 'modern-events-calendar-lite'); ?></h4>
|
65 |
</select>
|
66 |
</div>
|
67 |
<?php else: ?>
|
68 |
+
<input type="hidden" name="book[date]" id="mec_book_form_date<?php echo $uniqueid; ?>" value="<?php echo $book->timestamp($dates[0]['start'], $dates[0]['end']); ?>">
|
69 |
<?php endif; ?>
|
70 |
|
71 |
<div class="mec-event-tickets-list" id="mec_book_form_tickets_container<?php echo $uniqueid; ?>" data-total-booking-limit="<?php echo isset($availability['total']) ? $availability['total'] : '-1'; ?>">
|
76 |
<span class="mec-event-ticket-price"><?php echo (isset($ticket['price_label']) ? $book->get_ticket_price_label($ticket, current_time('Y-m-d')) : ''); ?></span>
|
77 |
<?php if(isset($ticket['description']) and trim($ticket['description'])): ?><p class="mec-event-ticket-description"><?php echo __($ticket['description'], 'modern-events-calendar-lite'); ?></p><?php endif; ?>
|
78 |
|
79 |
+
<?php if(!$user_ticket_unlimited and $user_ticket_limit == 1 and count($tickets) == 1): ?>
|
80 |
<input type="hidden" name="book[tickets][<?php echo $ticket_id; ?>]" value="1" />
|
81 |
+
<p>
|
82 |
+
<?php _e('1 Ticket selected.', 'modern-events-calendar-lite'); ?>
|
83 |
+
<div class="mec-event-ticket-available"><?php echo sprintf(__('Available %s: <span>%s</span>', 'modern-events-calendar-lite'), $this->m('tickets', __('Tickets', 'modern-events-calendar-lite')), ($ticket['unlimited'] ? __('Unlimited', 'modern-events-calendar-lite') : ($ticket_limit != '-1' ? $ticket_limit : __('Unlimited', 'modern-events-calendar-lite')))); ?></div>
|
84 |
+
</p>
|
85 |
<?php else: ?>
|
86 |
<div>
|
87 |
<input type="number" class="mec-book-ticket-limit" name="book[tickets][<?php echo $ticket_id; ?>]" title="<?php esc_attr_e('Count', 'modern-events-calendar-lite'); ?>" placeholder="<?php esc_attr_e('Count', 'modern-events-calendar-lite'); ?>" value="<?php echo $default_ticket_number; ?>" min="0" max="<?php echo ($ticket_limit != '-1' ? $ticket_limit : ''); ?>" onchange="mec_check_tickets_availability<?php echo $uniqueid; ?>(<?php echo $ticket_id; ?>, this.value);" />
|
@@ -106,7 +106,7 @@ class MEC_skin_available_spot extends MEC_skins
|
|
106 |
$data->dates = $this->render->dates($this->event_id, $rendered, $this->maximum_dates);
|
107 |
$data->date = isset($data->dates[0]) ? $data->dates[0] : array();
|
108 |
|
109 |
-
$events[] = $this->render->after_render($data);
|
110 |
}
|
111 |
|
112 |
return $events;
|
106 |
$data->dates = $this->render->dates($this->event_id, $rendered, $this->maximum_dates);
|
107 |
$data->date = isset($data->dates[0]) ? $data->dates[0] : array();
|
108 |
|
109 |
+
$events[] = $this->render->after_render($data, $this);
|
110 |
}
|
111 |
|
112 |
return $events;
|
@@ -117,7 +117,7 @@ class MEC_skin_countdown extends MEC_skins
|
|
117 |
$data->dates = $this->render->dates($this->event_id, $rendered, $this->maximum_dates);
|
118 |
$data->date = isset($data->dates[0]) ? $data->dates[0] : array();
|
119 |
|
120 |
-
$events[] = $this->render->after_render($data);
|
121 |
}
|
122 |
|
123 |
return $events;
|
117 |
$data->dates = $this->render->dates($this->event_id, $rendered, $this->maximum_dates);
|
118 |
$data->date = isset($data->dates[0]) ? $data->dates[0] : array();
|
119 |
|
120 |
+
$events[] = $this->render->after_render($data, $this);
|
121 |
}
|
122 |
|
123 |
return $events;
|
@@ -108,7 +108,7 @@ class MEC_skin_cover extends MEC_skins
|
|
108 |
$data->dates = $this->render->dates($this->event_id, $rendered, $this->maximum_dates);
|
109 |
$data->date = isset($data->dates[0]) ? $data->dates[0] : array();
|
110 |
|
111 |
-
$events[] = $this->render->after_render($data);
|
112 |
|
113 |
return $events;
|
114 |
}
|
108 |
$data->dates = $this->render->dates($this->event_id, $rendered, $this->maximum_dates);
|
109 |
$data->date = isset($data->dates[0]) ? $data->dates[0] : array();
|
110 |
|
111 |
+
$events[] = $this->render->after_render($data, $this);
|
112 |
|
113 |
return $events;
|
114 |
}
|
@@ -126,7 +126,7 @@ if($this->style == 'colorful')
|
|
126 |
<?php endif;
|
127 |
|
128 |
|
129 |
-
$events[$date][] = $this->render->after_render($data, $i);
|
130 |
update_option( 'mec_sd_time_option', $data->date['start']['date'], true);
|
131 |
update_option( 'mec_sdn_time_option', $data->date['end']['date'], true);
|
132 |
update_option( 'mec_st_time_option', $data->data->time['start'], true);
|
126 |
<?php endif;
|
127 |
|
128 |
|
129 |
+
$events[$date][] = $this->render->after_render($data, $this, $i);
|
130 |
update_option( 'mec_sd_time_option', $data->date['start']['date'], true);
|
131 |
update_option( 'mec_sdn_time_option', $data->date['end']['date'], true);
|
132 |
update_option( 'mec_st_time_option', $data->data->time['start'], true);
|
@@ -228,7 +228,7 @@ class MEC_skin_daily_view extends MEC_skins
|
|
228 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
229 |
);
|
230 |
|
231 |
-
$d[] = $this->render->after_render($data, $i);
|
232 |
}
|
233 |
}
|
234 |
|
@@ -320,7 +320,7 @@ class MEC_skin_daily_view extends MEC_skins
|
|
320 |
|
321 |
do
|
322 |
{
|
323 |
-
if($c >
|
324 |
if($c and !$break)
|
325 |
{
|
326 |
if(intval($this->month == 12))
|
228 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
229 |
);
|
230 |
|
231 |
+
$d[] = $this->render->after_render($data, $this, $i);
|
232 |
}
|
233 |
}
|
234 |
|
320 |
|
321 |
do
|
322 |
{
|
323 |
+
if($c > 12) $break=true;
|
324 |
if($c and !$break)
|
325 |
{
|
326 |
if(intval($this->month == 12))
|
@@ -363,7 +363,7 @@ class MEC_skin_grid extends MEC_skins
|
|
363 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
364 |
);
|
365 |
|
366 |
-
$d[] = $this->render->after_render($data, $i);
|
367 |
$found++;
|
368 |
}
|
369 |
|
@@ -512,7 +512,7 @@ class MEC_skin_grid extends MEC_skins
|
|
512 |
|
513 |
do
|
514 |
{
|
515 |
-
if($c >
|
516 |
if($c and !$break)
|
517 |
{
|
518 |
if(intval($this->month) == 12)
|
363 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
364 |
);
|
365 |
|
366 |
+
$d[] = $this->render->after_render($data, $this, $i);
|
367 |
$found++;
|
368 |
}
|
369 |
|
512 |
|
513 |
do
|
514 |
{
|
515 |
+
if($c > 12) $break = true;
|
516 |
if($c and !$break)
|
517 |
{
|
518 |
if(intval($this->month) == 12)
|
@@ -369,7 +369,7 @@ class MEC_skin_list extends MEC_skins
|
|
369 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
370 |
);
|
371 |
|
372 |
-
$d[] = $this->render->after_render($data, $i);
|
373 |
$found++;
|
374 |
}
|
375 |
|
@@ -518,7 +518,7 @@ class MEC_skin_list extends MEC_skins
|
|
518 |
|
519 |
do
|
520 |
{
|
521 |
-
if($c >
|
522 |
if($c and !$break)
|
523 |
{
|
524 |
if(intval($this->month) == 12)
|
369 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
370 |
);
|
371 |
|
372 |
+
$d[] = $this->render->after_render($data, $this, $i);
|
373 |
$found++;
|
374 |
}
|
375 |
|
518 |
|
519 |
do
|
520 |
{
|
521 |
+
if($c > 12) $break = true;
|
522 |
if($c and !$break)
|
523 |
{
|
524 |
if(intval($this->month) == 12)
|
@@ -176,7 +176,7 @@ class MEC_skin_map extends MEC_skins
|
|
176 |
|
177 |
// Add the event into the to be sorted array
|
178 |
if(!isset($sorted[$event_start_time])) $sorted[$event_start_time] = array();
|
179 |
-
$sorted[$event_start_time][] = $this->render->after_render($data);
|
180 |
}
|
181 |
|
182 |
ksort($sorted, SORT_NUMERIC);
|
176 |
|
177 |
// Add the event into the to be sorted array
|
178 |
if(!isset($sorted[$event_start_time])) $sorted[$event_start_time] = array();
|
179 |
+
$sorted[$event_start_time][] = $this->render->after_render($data, $this);
|
180 |
}
|
181 |
|
182 |
ksort($sorted, SORT_NUMERIC);
|
@@ -4,7 +4,7 @@ defined('MECEXEC') or die();
|
|
4 |
|
5 |
// MEC Settings
|
6 |
$settings = $this->main->get_settings();
|
7 |
-
$settings['view_mode'] = isset($this->atts['
|
8 |
$settings['map'] = isset($settings['default_maps_view'])?$settings['default_maps_view']:'google';
|
9 |
|
10 |
// Return the data if called by AJAX
|
4 |
|
5 |
// MEC Settings
|
6 |
$settings = $this->main->get_settings();
|
7 |
+
$settings['view_mode'] = isset($this->atts['location_view_mode'])?$this->atts['location_view_mode']:'normal';
|
8 |
$settings['map'] = isset($settings['default_maps_view'])?$settings['default_maps_view']:'google';
|
9 |
|
10 |
// Return the data if called by AJAX
|
@@ -216,7 +216,7 @@ class MEC_skin_monthly_view extends MEC_skins
|
|
216 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
217 |
);
|
218 |
|
219 |
-
$d[] = $this->render->after_render($data, $i);
|
220 |
}
|
221 |
}
|
222 |
|
@@ -284,7 +284,7 @@ class MEC_skin_monthly_view extends MEC_skins
|
|
284 |
|
285 |
do
|
286 |
{
|
287 |
-
if($c >
|
288 |
if($c and !$break)
|
289 |
{
|
290 |
if(intval($this->month) == 12)
|
216 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
217 |
);
|
218 |
|
219 |
+
$d[] = $this->render->after_render($data, $this, $i);
|
220 |
}
|
221 |
}
|
222 |
|
284 |
|
285 |
do
|
286 |
{
|
287 |
+
if($c > 12) $break = true;
|
288 |
if($c and !$break)
|
289 |
{
|
290 |
if(intval($this->month) == 12)
|
@@ -317,7 +317,7 @@ class MEC_skin_single extends MEC_skins
|
|
317 |
$data->dates = $dates;
|
318 |
$data->date = $dates[0];
|
319 |
|
320 |
-
$event = $this->render->after_render($data);
|
321 |
?>
|
322 |
<div class="mec-event-date">
|
323 |
<span class="mec-event-day-num"><?php echo $this->main->date_i18n('d', strtotime($event->date['start']['date'])); ?></span>
|
@@ -546,7 +546,7 @@ class MEC_skin_single extends MEC_skins
|
|
546 |
$data->date = isset($data->dates[0]) ? $data->dates[0] : array();
|
547 |
}
|
548 |
|
549 |
-
$events[] = $this->render->after_render($data);
|
550 |
return $events;
|
551 |
}
|
552 |
|
@@ -675,7 +675,7 @@ class MEC_skin_single extends MEC_skins
|
|
675 |
$data->date = isset($data->dates[0]) ? $data->dates[0] : array();
|
676 |
}
|
677 |
|
678 |
-
$events[] = $this->render->after_render($data);
|
679 |
return $events;
|
680 |
}
|
681 |
|
317 |
$data->dates = $dates;
|
318 |
$data->date = $dates[0];
|
319 |
|
320 |
+
$event = $this->render->after_render($data, $this);
|
321 |
?>
|
322 |
<div class="mec-event-date">
|
323 |
<span class="mec-event-day-num"><?php echo $this->main->date_i18n('d', strtotime($event->date['start']['date'])); ?></span>
|
546 |
$data->date = isset($data->dates[0]) ? $data->dates[0] : array();
|
547 |
}
|
548 |
|
549 |
+
$events[] = $this->render->after_render($data, $this);
|
550 |
return $events;
|
551 |
}
|
552 |
|
675 |
$data->date = isset($data->dates[0]) ? $data->dates[0] : array();
|
676 |
}
|
677 |
|
678 |
+
$events[] = $this->render->after_render($data, $this);
|
679 |
return $events;
|
680 |
}
|
681 |
|
@@ -245,7 +245,7 @@ class MEC_skin_tile extends MEC_skins
|
|
245 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
246 |
);
|
247 |
|
248 |
-
$d[] = $this->render->after_render($data, $i);
|
249 |
$found++;
|
250 |
}
|
251 |
|
@@ -333,7 +333,7 @@ class MEC_skin_tile extends MEC_skins
|
|
333 |
|
334 |
do
|
335 |
{
|
336 |
-
if($c >
|
337 |
if($c and !$break)
|
338 |
{
|
339 |
if(intval($this->month) == 12)
|
245 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
246 |
);
|
247 |
|
248 |
+
$d[] = $this->render->after_render($data, $this, $i);
|
249 |
$found++;
|
250 |
}
|
251 |
|
333 |
|
334 |
do
|
335 |
{
|
336 |
+
if($c > 12) $break = true;
|
337 |
if($c and !$break)
|
338 |
{
|
339 |
if(intval($this->month) == 12)
|
@@ -251,7 +251,7 @@ class MEC_skin_timetable extends MEC_skins
|
|
251 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
252 |
);
|
253 |
|
254 |
-
$d[] = $this->render->after_render($data, $i);
|
255 |
}
|
256 |
}
|
257 |
|
251 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
252 |
);
|
253 |
|
254 |
+
$d[] = $this->render->after_render($data, $this, $i);
|
255 |
}
|
256 |
}
|
257 |
|
@@ -244,7 +244,7 @@ class MEC_skin_weekly_view extends MEC_skins
|
|
244 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
245 |
);
|
246 |
|
247 |
-
$d[] = $this->render->after_render($data, $i);
|
248 |
}
|
249 |
}
|
250 |
|
@@ -325,7 +325,7 @@ class MEC_skin_weekly_view extends MEC_skins
|
|
325 |
|
326 |
do
|
327 |
{
|
328 |
-
if($c >
|
329 |
if($c and !$break)
|
330 |
{
|
331 |
if(intval($this->month == 12))
|
244 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
245 |
);
|
246 |
|
247 |
+
$d[] = $this->render->after_render($data, $this, $i);
|
248 |
}
|
249 |
}
|
250 |
|
325 |
|
326 |
do
|
327 |
{
|
328 |
+
if($c > 12) $break=true;
|
329 |
if($c and !$break)
|
330 |
{
|
331 |
if(intval($this->month == 12))
|
@@ -212,7 +212,7 @@ class MEC_skin_yearly_view extends MEC_skins
|
|
212 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
213 |
);
|
214 |
|
215 |
-
$d[] = $this->render->after_render($data, $i);
|
216 |
}
|
217 |
}
|
218 |
|
212 |
'end'=>array('date'=>$this->main->get_end_date($date, $rendered))
|
213 |
);
|
214 |
|
215 |
+
$d[] = $this->render->after_render($data, $this, $i);
|
216 |
}
|
217 |
}
|
218 |
|
@@ -4759,6 +4759,7 @@ form#mec_reg_fields_form label {
|
|
4759 |
}
|
4760 |
|
4761 |
.w-clearfix.w-box.mec-addons-notification-box-wrap span,
|
|
|
4762 |
.w-clearfix.w-box.mec-cmsg-notification-box-wrap span {
|
4763 |
right: 0;
|
4764 |
left: unset;
|
@@ -4768,6 +4769,7 @@ form#mec_reg_fields_form label {
|
|
4768 |
}
|
4769 |
|
4770 |
.w-clearfix.w-box.mec-addons-notification-box-wrap span i,
|
|
|
4771 |
.w-clearfix.w-box.mec-cmsg-notification-box-wrap span i {
|
4772 |
font-size: 28px;
|
4773 |
vertical-align: sub;
|
@@ -6020,12 +6022,17 @@ a.mec-create-shortcode-tabs-link {
|
|
6020 |
margin-right: 6px;
|
6021 |
}
|
6022 |
|
|
|
6023 |
.mec-meta-box-fields .mec-form-row .button:not(.wp-color-result) {
|
6024 |
height: 37px;
|
6025 |
margin-top: 1px;
|
6026 |
box-shadow: inset 0 2px 4px #fff, inset 0 -2px 4px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .06);
|
6027 |
}
|
6028 |
|
|
|
|
|
|
|
|
|
6029 |
#mec-read-more .mec-form-row span.mec-tooltip {
|
6030 |
top: 2px;
|
6031 |
left: -4px;
|
@@ -9138,6 +9145,7 @@ div#mec_meta_box_date_form .mec-form-row {
|
|
9138 |
.mec-admin-dark-mode .w-box-content pre,
|
9139 |
.mec-admin-dark-mode .w-clearfix.w-box.mec-addons-notification-box-wrap span,
|
9140 |
.mec-admin-dark-mode .w-clearfix.w-box.mec-cmsg-notification-box-wrap span,
|
|
|
9141 |
.mec-admin-dark-mode .w-box,
|
9142 |
.mec-admin-dark-mode #webnus-dashboard .mec-pro-notice .info-msg,
|
9143 |
.mec-admin-dark-mode .wns-be-main,
|
@@ -9965,6 +9973,89 @@ div#mec_meta_box_date_form .mec-form-row {
|
|
9965 |
background: #000 !important;
|
9966 |
}
|
9967 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9968 |
|
9969 |
|
9970 |
/* Dashboard Widget */
|
4759 |
}
|
4760 |
|
4761 |
.w-clearfix.w-box.mec-addons-notification-box-wrap span,
|
4762 |
+
.w-clearfix.w-box.mec-cmsg-2-notification-box-wrap span,
|
4763 |
.w-clearfix.w-box.mec-cmsg-notification-box-wrap span {
|
4764 |
right: 0;
|
4765 |
left: unset;
|
4769 |
}
|
4770 |
|
4771 |
.w-clearfix.w-box.mec-addons-notification-box-wrap span i,
|
4772 |
+
.w-clearfix.w-box.mec-cmsg-2-notification-box-wrap span i,
|
4773 |
.w-clearfix.w-box.mec-cmsg-notification-box-wrap span i {
|
4774 |
font-size: 28px;
|
4775 |
vertical-align: sub;
|
6022 |
margin-right: 6px;
|
6023 |
}
|
6024 |
|
6025 |
+
#mec_meta_box_downloadable_file_options #mec_downloadable_file_remove_image_button,
|
6026 |
.mec-meta-box-fields .mec-form-row .button:not(.wp-color-result) {
|
6027 |
height: 37px;
|
6028 |
margin-top: 1px;
|
6029 |
box-shadow: inset 0 2px 4px #fff, inset 0 -2px 4px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .06);
|
6030 |
}
|
6031 |
|
6032 |
+
#mec_meta_box_downloadable_file_options #mec_downloadable_file_remove_image_button {
|
6033 |
+
margin-top: 12px;
|
6034 |
+
}
|
6035 |
+
|
6036 |
#mec-read-more .mec-form-row span.mec-tooltip {
|
6037 |
top: 2px;
|
6038 |
left: -4px;
|
9145 |
.mec-admin-dark-mode .w-box-content pre,
|
9146 |
.mec-admin-dark-mode .w-clearfix.w-box.mec-addons-notification-box-wrap span,
|
9147 |
.mec-admin-dark-mode .w-clearfix.w-box.mec-cmsg-notification-box-wrap span,
|
9148 |
+
.mec-admin-dark-mode .w-clearfix.w-box.mec-cmsg-2-notification-box-wrap span,
|
9149 |
.mec-admin-dark-mode .w-box,
|
9150 |
.mec-admin-dark-mode #webnus-dashboard .mec-pro-notice .info-msg,
|
9151 |
.mec-admin-dark-mode .wns-be-main,
|
9973 |
background: #000 !important;
|
9974 |
}
|
9975 |
|
9976 |
+
/* MEC Booking Attendees Hover Box - Attendees Tooltip */
|
9977 |
+
.post-type-mec-books .attendees .mec-booking-attendees-tooltip {
|
9978 |
+
position: relative;
|
9979 |
+
}
|
9980 |
+
|
9981 |
+
.post-type-mec-books .attendees strong {
|
9982 |
+
line-height: 26px;
|
9983 |
+
padding-left: 26px;
|
9984 |
+
}
|
9985 |
+
|
9986 |
+
.post-type-mec-books .attendees .mec-booking-attendees-tooltip:before {
|
9987 |
+
position: absolute;
|
9988 |
+
content: "\e001";
|
9989 |
+
font-family: simple-line-icons;
|
9990 |
+
margin: 12px 0;
|
9991 |
+
top: -30px;
|
9992 |
+
left: 0;
|
9993 |
+
font-size: 18px;
|
9994 |
+
line-height: 12px;
|
9995 |
+
color: #40d9f1;
|
9996 |
+
padding: 0 60px 5px 0;
|
9997 |
+
}
|
9998 |
+
|
9999 |
+
.post-type-mec-books .attendees .mec-booking-attendees-tooltip ul {
|
10000 |
+
position: absolute;
|
10001 |
+
min-width: 300px;
|
10002 |
+
max-width: 600px;
|
10003 |
+
display: inline-block;
|
10004 |
+
left: 60px;
|
10005 |
+
top: 50%;
|
10006 |
+
transform: translateY(-50%);
|
10007 |
+
background-color: #535a61;
|
10008 |
+
color: #fff;
|
10009 |
+
font-weight: 300;
|
10010 |
+
font-size: 14px;
|
10011 |
+
letter-spacing: .5px;
|
10012 |
+
line-height: 1.3;
|
10013 |
+
z-index: 9999999;
|
10014 |
+
box-sizing: border-box;
|
10015 |
+
box-shadow: 0 4px 45px -8px #444b50;
|
10016 |
+
visibility: hidden;
|
10017 |
+
opacity: 0;
|
10018 |
+
transition: opacity .23s;
|
10019 |
+
padding: 23px 20px 20px 20px;
|
10020 |
+
border-radius: 8px;
|
10021 |
+
margin-top: -13px;
|
10022 |
+
}
|
10023 |
+
|
10024 |
+
.post-type-mec-books .attendees .mec-booking-attendees-tooltip ul:before {
|
10025 |
+
display: block;
|
10026 |
+
content: ''!important;
|
10027 |
+
position: absolute!important;
|
10028 |
+
width: 12px;
|
10029 |
+
height: 12px;
|
10030 |
+
left: -10px!important;
|
10031 |
+
top: 50%!important;
|
10032 |
+
transform: translate(50%,-50%) rotate(-45deg)!important;
|
10033 |
+
background-color: #535a61!important;
|
10034 |
+
box-shadow: 0 8px 9px -4px #535a61!important;
|
10035 |
+
z-index: 0!important;
|
10036 |
+
}
|
10037 |
+
|
10038 |
+
.post-type-mec-books .attendees .mec-booking-attendees-tooltip:hover ul {
|
10039 |
+
visibility: visible;
|
10040 |
+
opacity: 1;
|
10041 |
+
}
|
10042 |
+
|
10043 |
+
.post-type-mec-books .attendees .mec-booking-attendees-tooltip ul a {
|
10044 |
+
color: #40d9f1;
|
10045 |
+
margin-bottom: 14px;
|
10046 |
+
margin-left: 0;
|
10047 |
+
font-weight: 400;
|
10048 |
+
font-size: 14px;
|
10049 |
+
letter-spacing: .5px;
|
10050 |
+
position: relative;
|
10051 |
+
text-decoration: none;
|
10052 |
+
display: block;
|
10053 |
+
width: max-content;
|
10054 |
+
}
|
10055 |
+
|
10056 |
+
.post-type-mec-books .attendees .mec-booking-attendees-tooltip ul li:last-child a {
|
10057 |
+
margin-bottom: 0;
|
10058 |
+
}
|
10059 |
|
10060 |
|
10061 |
/* Dashboard Widget */
|
@@ -2,4 +2,4 @@
|
|
2 |
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
3 |
* Copyright 2011-2016 Twitter, Inc.
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5 |
-
*/#webnus-dashboard button,#webnus-dashboard input,#webnus-dashboard select,#webnus-dashboard textarea{font-family:inherit;font-size:inherit;line-height:inherit}#webnus-dashboard a{color:#337ab7;text-decoration:none}#webnus-dashboard a:focus,#webnus-dashboard a:hover{color:#23527c}#webnus-dashboard a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}#webnus-dashboard figure{margin:0}#webnus-dashboard img{vertical-align:middle}.w-img-responsive{display:block;max-width:100%;height:auto}.w-img-rounded{border-radius:6px}.w-img-thumbnail{padding:4px;line-height:1w-42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0w-2s ease-in-out;-o-transition:all 0w-2s ease-in-out;transition:all 0w-2s ease-in-out;display:inline-block;max-width:100%;height:auto}.w-img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.w-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.w-sr-only-focusable:active,.w-sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.w-container,.w-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}[role=button]{cursor:pointer}@media (min-width:768px){.w-container{width:750px}}@media (min-width:992px){.w-container{width:970px}}@media (min-width:1200px){.w-container{width:1170px}}.w-row{margin-left:-15px;margin-right:-15px}.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9,.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9,.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9,.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{float:left}.w-col-xs-12{width:100%}.w-col-xs-11{width:91.66666667%}.w-col-xs-10{width:83.33333333%}.w-col-xs-9{width:75%}.w-col-xs-8{width:66.66666667%}.w-col-xs-7{width:58.33333333%}.w-col-xs-6{width:50%}.w-col-xs-5{width:41.66666667%}.w-col-xs-4{width:33.33333333%}.w-col-xs-3{width:25%}.w-col-xs-2{width:16.66666667%}.w-col-xs-1{width:8w-33333333%}.w-col-xs-pull-12{right:100%}.w-col-xs-pull-11{right:91.66666667%}.w-col-xs-pull-10{right:83.33333333%}.w-col-xs-pull-9{right:75%}.w-col-xs-pull-8{right:66.66666667%}.w-col-xs-pull-7{right:58.33333333%}.w-col-xs-pull-6{right:50%}.w-col-xs-pull-5{right:41.66666667%}.w-col-xs-pull-4{right:33.33333333%}.w-col-xs-pull-3{right:25%}.w-col-xs-pull-2{right:16.66666667%}.w-col-xs-pull-1{right:8w-33333333%}.w-col-xs-pull-0{right:auto}.w-col-xs-push-12{left:100%}.w-col-xs-push-11{left:91.66666667%}.w-col-xs-push-10{left:83.33333333%}.w-col-xs-push-9{left:75%}.w-col-xs-push-8{left:66.66666667%}.w-col-xs-push-7{left:58.33333333%}.w-col-xs-push-6{left:50%}.w-col-xs-push-5{left:41.66666667%}.w-col-xs-push-4{left:33.33333333%}.w-col-xs-push-3{left:25%}.w-col-xs-push-2{left:16.66666667%}.w-col-xs-push-1{left:8w-33333333%}.w-col-xs-push-0{left:auto}.w-col-xs-offset-12{margin-left:100%}.w-col-xs-offset-11{margin-left:91.66666667%}.w-col-xs-offset-10{margin-left:83.33333333%}.w-col-xs-offset-9{margin-left:75%}.w-col-xs-offset-8{margin-left:66.66666667%}.w-col-xs-offset-7{margin-left:58.33333333%}.w-col-xs-offset-6{margin-left:50%}.w-col-xs-offset-5{margin-left:41.66666667%}.w-col-xs-offset-4{margin-left:33.33333333%}.w-col-xs-offset-3{margin-left:25%}.w-col-xs-offset-2{margin-left:16.66666667%}.w-col-xs-offset-1{margin-left:8w-33333333%}.w-col-xs-offset-0{margin-left:0}@media (min-width:768px){.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9{float:left}.w-col-sm-12{width:100%}.w-col-sm-11{width:91.66666667%}.w-col-sm-10{width:83.33333333%}.w-col-sm-9{width:75%}.w-col-sm-8{width:66.66666667%}.w-col-sm-7{width:58.33333333%}.w-col-sm-6{width:50%}.w-col-sm-5{width:41.66666667%}.w-col-sm-4{width:33.33333333%}.w-col-sm-3{width:25%}.w-col-sm-2{width:16.66666667%}.w-col-sm-1{width:8w-33333333%}.w-col-sm-pull-12{right:100%}.w-col-sm-pull-11{right:91.66666667%}.w-col-sm-pull-10{right:83.33333333%}.w-col-sm-pull-9{right:75%}.w-col-sm-pull-8{right:66.66666667%}.w-col-sm-pull-7{right:58.33333333%}.w-col-sm-pull-6{right:50%}.w-col-sm-pull-5{right:41.66666667%}.w-col-sm-pull-4{right:33.33333333%}.w-col-sm-pull-3{right:25%}.w-col-sm-pull-2{right:16.66666667%}.w-col-sm-pull-1{right:8w-33333333%}.w-col-sm-pull-0{right:auto}.w-col-sm-push-12{left:100%}.w-col-sm-push-11{left:91.66666667%}.w-col-sm-push-10{left:83.33333333%}.w-col-sm-push-9{left:75%}.w-col-sm-push-8{left:66.66666667%}.w-col-sm-push-7{left:58.33333333%}.w-col-sm-push-6{left:50%}.w-col-sm-push-5{left:41.66666667%}.w-col-sm-push-4{left:33.33333333%}.w-col-sm-push-3{left:25%}.w-col-sm-push-2{left:16.66666667%}.w-col-sm-push-1{left:8w-33333333%}.w-col-sm-push-0{left:auto}.w-col-sm-offset-12{margin-left:100%}.w-col-sm-offset-11{margin-left:91.66666667%}.w-col-sm-offset-10{margin-left:83.33333333%}.w-col-sm-offset-9{margin-left:75%}.w-col-sm-offset-8{margin-left:66.66666667%}.w-col-sm-offset-7{margin-left:58.33333333%}.w-col-sm-offset-6{margin-left:50%}.w-col-sm-offset-5{margin-left:41.66666667%}.w-col-sm-offset-4{margin-left:33.33333333%}.w-col-sm-offset-3{margin-left:25%}.w-col-sm-offset-2{margin-left:16.66666667%}.w-col-sm-offset-1{margin-left:8w-33333333%}.w-col-sm-offset-0{margin-left:0}}@media (min-width:992px){.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9{float:left}.w-col-md-12{width:100%}.w-col-md-11{width:91.66666667%}.w-col-md-10{width:83.33333333%}.w-col-md-9{width:75%}.w-col-md-8{width:66.66666667%}.w-col-md-7{width:58.33333333%}.w-col-md-6{width:50%}.w-col-md-5{width:41.66666667%}.w-col-md-4{width:33.33333333%}.w-col-md-3{width:25%}.w-col-md-2{width:16.66666667%}.w-col-md-1{width:8w-33333333%}.w-col-md-pull-12{right:100%}.w-col-md-pull-11{right:91.66666667%}.w-col-md-pull-10{right:83.33333333%}.w-col-md-pull-9{right:75%}.w-col-md-pull-8{right:66.66666667%}.w-col-md-pull-7{right:58.33333333%}.w-col-md-pull-6{right:50%}.w-col-md-pull-5{right:41.66666667%}.w-col-md-pull-4{right:33.33333333%}.w-col-md-pull-3{right:25%}.w-col-md-pull-2{right:16.66666667%}.w-col-md-pull-1{right:8w-33333333%}.w-col-md-pull-0{right:auto}.w-col-md-push-12{left:100%}.w-col-md-push-11{left:91.66666667%}.w-col-md-push-10{left:83.33333333%}.w-col-md-push-9{left:75%}.w-col-md-push-8{left:66.66666667%}.w-col-md-push-7{left:58.33333333%}.w-col-md-push-6{left:50%}.w-col-md-push-5{left:41.66666667%}.w-col-md-push-4{left:33.33333333%}.w-col-md-push-3{left:25%}.w-col-md-push-2{left:16.66666667%}.w-col-md-push-1{left:8w-33333333%}.w-col-md-push-0{left:auto}.w-col-md-offset-12{margin-left:100%}.w-col-md-offset-11{margin-left:91.66666667%}.w-col-md-offset-10{margin-left:83.33333333%}.w-col-md-offset-9{margin-left:75%}.w-col-md-offset-8{margin-left:66.66666667%}.w-col-md-offset-7{margin-left:58.33333333%}.w-col-md-offset-6{margin-left:50%}.w-col-md-offset-5{margin-left:41.66666667%}.w-col-md-offset-4{margin-left:33.33333333%}.w-col-md-offset-3{margin-left:25%}.w-col-md-offset-2{margin-left:16.66666667%}.w-col-md-offset-1{margin-left:8w-33333333%}.w-col-md-offset-0{margin-left:0}}@media (min-width:1200px){.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9{float:left}.w-col-lg-12{width:100%}.w-col-lg-11{width:91.66666667%}.w-col-lg-10{width:83.33333333%}.w-col-lg-9{width:75%}.w-col-lg-8{width:66.66666667%}.w-col-lg-7{width:58.33333333%}.w-col-lg-6{width:50%}.w-col-lg-5{width:41.66666667%}.w-col-lg-4{width:33.33333333%}.w-col-lg-3{width:25%}.w-col-lg-2{width:16.66666667%}.w-col-lg-1{width:8w-33333333%}.w-col-lg-pull-12{right:100%}.w-col-lg-pull-11{right:91.66666667%}.w-col-lg-pull-10{right:83.33333333%}.w-col-lg-pull-9{right:75%}.w-col-lg-pull-8{right:66.66666667%}.w-col-lg-pull-7{right:58.33333333%}.w-col-lg-pull-6{right:50%}.w-col-lg-pull-5{right:41.66666667%}.w-col-lg-pull-4{right:33.33333333%}.w-col-lg-pull-3{right:25%}.w-col-lg-pull-2{right:16.66666667%}.w-col-lg-pull-1{right:8w-33333333%}.w-col-lg-pull-0{right:auto}.w-col-lg-push-12{left:100%}.w-col-lg-push-11{left:91.66666667%}.w-col-lg-push-10{left:83.33333333%}.w-col-lg-push-9{left:75%}.w-col-lg-push-8{left:66.66666667%}.w-col-lg-push-7{left:58.33333333%}.w-col-lg-push-6{left:50%}.w-col-lg-push-5{left:41.66666667%}.w-col-lg-push-4{left:33.33333333%}.w-col-lg-push-3{left:25%}.w-col-lg-push-2{left:16.66666667%}.w-col-lg-push-1{left:8w-33333333%}.w-col-lg-push-0{left:auto}.w-col-lg-offset-12{margin-left:100%}.w-col-lg-offset-11{margin-left:91.66666667%}.w-col-lg-offset-10{margin-left:83.33333333%}.w-col-lg-offset-9{margin-left:75%}.w-col-lg-offset-8{margin-left:66.66666667%}.w-col-lg-offset-7{margin-left:58.33333333%}.w-col-lg-offset-6{margin-left:50%}.w-col-lg-offset-5{margin-left:41.66666667%}.w-col-lg-offset-4{margin-left:33.33333333%}.w-col-lg-offset-3{margin-left:25%}.w-col-lg-offset-2{margin-left:16.66666667%}.w-col-lg-offset-1{margin-left:8w-33333333%}.w-col-lg-offset-0{margin-left:0}}.w-clearfix:after,.w-clearfix:before,.w-container-fluid:after,.w-container-fluid:before,.w-container:after,.w-container:before,.w-row:after,.w-row:before{content:" ";display:table}.w-clearfix:after,.w-container-fluid:after,.w-container:after,.w-row:after{clear:both}.w-center-block{display:block;margin-left:auto;margin-right:auto}.w-pull-right{float:right!important}.w-pull-left{float:left!important}.w-hide{display:none!important}.w-show{display:block!important}.w-invisible{visibility:hidden}.w-text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.w-hidden{display:none!important}.w-affix{position:fixed}.mec-image-popup-wrap{display:none}#wns-be-infobar.sticky{position:fixed;top:32px;background:#fff;z-index:9999;width:82%}.wns-be-main .wns-saved-settings.sticky{position:fixed;width:62.5%;top:111px;z-index:999999999999999999}.mec-export-settings,.mec-import-settings{font-weight:700;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:8px 32px;height:36px;letter-spacing:.2px;line-height:36px;font-size:13px;color:#fff;text-decoration:none;display:inline-block}.mec-export-settings:hover,.mec-import-settings:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);color:#fff}textarea.mec-import-settings-content{display:block;width:100%;min-height:120px;margin-bottom:25px;padding:10px 15px}.mec-import-options-notification{display:inline-block}.mec-import-options-notification .mec-message-import-error,.mec-import-options-notification .mec-message-import-success{display:inline-block;padding:15px 12px;margin-left:12px;opacity:0;visibility:hidden;font-weight:700}.mec-import-options-notification .mec-message-import-success{opacity:1;visibility:visible;border:2px solid green}.mec-import-options-notification .mec-message-import-error{opacity:1;visibility:visible;border:2px solid #e62117}.mec-export-settings:focus,.mec-import-settings:focus{color:#fff}.mec-import-settings-wrap{position:relative}.mec-loarder-wrap{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(202,202,202,.7);z-index:9999}.mec-loarder-wrap.mec-settings-loader{top:34px}.mec-loarder{position:absolute;width:64px;height:64px;top:calc(50% - 32px);left:calc(50% - 36px)}.mec-loarder div{display:inline-block;position:absolute;left:6px;width:4px;background:#fff;animation:mec-loarder 1.2s cubic-bezier(0,.5,.5,1) infinite}.mec-loarder div:nth-child(1){left:27px;animation-delay:-.24s;background:#0075ff}.mec-loarder div:nth-child(2){left:36px;animation-delay:-.12s;background:#028bff}.mec-loarder div:nth-child(3){left:45px;animation-delay:0;background:#32a0ff}@keyframes mec-loarder{0%{top:6px;height:51px}100%,50%{top:19px;height:26px}}.w-box.support-page.searchbox{background:#008aff;background:linear-gradient(180deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;min-height:260px;text-align:center;border-radius:2px}#webnus-dashboard .search-form input{background:rgba(255,255,255,.2);border:none;width:50%;outline:0;color:rgba(255,255,255,.7);font-size:18px;border-radius:4px 0 0 4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.03);-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s;padding:20px 32px;margin:0}#webnus-dashboard .search-form button{background:rgba(255,255,255,.2);border:none;padding:20px 32px;margin-left:-2px;color:#fff;border-radius:0 4px 4px 0;font-size:18px;cursor:pointer;-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s}#webnus-dashboard .search-form button:hover{background:#fff;color:#3a3c4c}.w-box.support-page.searchbox p{font-size:30px}.search-form input::-webkit-input-placeholder{color:rgba(255,255,255,.7)}.search-form input::-moz-placeholder{color:rgba(255,255,255,.7)}.search-form input:-ms-input-placeholder{color:rgba(255,255,255,.7)}.search-form input:-moz-placeholder{color:rgba(255,255,255,.7)}#webnus-dashboard .search-form input:active,#webnus-dashboard .search-form input:focus{box-shadow:0 10px 20px rgba(0,0,0,.14);background:#fff;color:#3a3c4c}#webnus-dashboard .search-form input:active::-webkit-input-placeholder,#webnus-dashboard .search-form input:focus::-webkit-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active::-moz-placeholder,#webnus-dashboard .search-form input:focus::-moz-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-ms-input-placeholder,#webnus-dashboard .search-form input:focus:-ms-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-moz-placeholder,#webnus-dashboard .search-form input:focus:-moz-placeholder{color:#3a3c4c}#webnus-dashboard .w-box.support-page.mec-ticksy{text-align:center;min-height:260px}#webnus-dashboard .w-box.support-page.mec-ticksy p{font-size:20px;width:70%;margin:0 auto;margin-bottom:40px;margin-top:40px}#webnus-dashboard .support-box a,#webnus-dashboard .w-box.support-page.mec-ticksy a{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:12px 20px;cursor:pointer;margin-bottom:40px;display:inline-block}#webnus-dashboard .support-box a:hover,#webnus-dashboard .w-box.support-page.mec-ticksy a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#webnus-dashboard .support-box a{margin:40px 4px 0 4px}.mec-faq-accordion>.mec-faq-accordion-content{display:none}#webnus-dashboard .mec-faq-accordion-trigger a{font-size:16px;padding:12px;background:#f1f1f1;display:block;color:#222;line-height:17px;outline:0}.mec-faq-accordion-trigger{margin-bottom:5px;position:relative}#webnus-dashboard .mec-faq-accordion-trigger a:after{font-family:simple-line-icons;content:"\e095";position:absolute;right:12px;font-weight:700}.mec-faq-accordion-content{padding:5px 14px 25px}#webnus-dashboard .mec-faq-accordion-trigger a.active:after{content:"\e082"}#webnus-dashboard .support-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}#webnus-dashboard .support-page-links a:hover,#webnus-dashboard .w-box.support-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .support-page-links{display:inline-block;margin:12px 4px 16px 0}.support-page-links.link-to-doc a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.support-page-links.link-to-videos a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}.support-page-links.link-to-articles a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}.w-box.support-page.articles-box .w-box-content a{display:block;padding:6px 0}#webnus-dashboard .w-box.support-page.videobox .w-button a{color:#fff;font-size:10px;padding:5px 15px;min-height:10px;font-weight:500;border-radius:22px;box-shadow:0 3px 10px -4px #ff5a35;text-shadow:none;background:#ff5a35;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);border:none;transition:.24s}.w-box.support-page.articles-box,.w-box.support-page.faq-box{min-height:500px}.w-box.support-page.videobox{border-radius:2px;min-height:282px;box-shadow:0 1px 6px rgba(0,0,0,.039)!important}#webnus-dashboard .w-box.support-page.videobox .w-button a i{margin-right:6px}.support-page .w-box-content ul{margin-top:5px;padding-left:5px}.support-page .w-box-content ul li{font-size:13px}.support-page .w-box-content ul li i{font-size:17px;vertical-align:text-bottom;margin-right:7px;color:#999}.w-box.mec-activation{background:#fff url(../img/dp-dsb-support.jpg) no-repeat top right}.w-box.mec-activation .w-box-head{color:#40d8f0;width:75%}.w-box.mec-activation .w-box-content{padding:10px 30px}.w-box.mec-activation input[type=radio]{display:none}.w-box.mec-activation input[type=radio]+label{color:#000;font-size:13px;line-height:14px!important;color:#7b7b7b}.w-box.mec-activation input[type=radio].checked+label{color:#40d8f0}.w-box.mec-activation input[type=radio]+label span{display:inline-block;margin:-2px 6px 0 0;vertical-align:middle;cursor:pointer;height:14px;width:14px;text-align:center;background-color:#fff;border:1px solid #d4d4d4;border-radius:100%;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.w-box.mec-activation input[type=radio].checked+label span{background-color:#40d8f0;border-color:#40d8f0;box-shadow:0 2px 14px -3px #40d8f0}.w-box.mec-activation input[type=radio].checked+label span:after{content:'';display:block;position:absolute;top:4px;left:4px;width:4px;height:4px;background:#fff;border-radius:100%}.w-box.mec-activation .LicenseType label{padding-right:20px;font-weight:500}.w-box.mec-activation .LicenseField{display:inline-block;position:relative;margin-top:20px}.w-box.mec-activation input[name=MECPurchaseCode]{box-shadow:inset 0 1px 2px rgba(0,0,0,.07);min-width:220px;background:#f4f4f4;border:none;border-radius:33px;width:500px;min-height:50px;margin:0;padding-left:20px;text-align:left}#webnus-dashboard .w-box.mec-activation input[type=submit]{height:40px;line-height:40px;font-weight:600;border:none;cursor:pointer;padding:0 30px;border-radius:33px;color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:12px;background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67;transition:all .28s ease;position:absolute;right:5px;top:4px;font-size:12px}#webnus-dashboard .w-box.mec-activation input[type=submit]:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#MECActivation .MECPurchaseStatus,.addon-activation-form .MECPurchaseStatus{display:inline-block;width:40px;height:40px;text-align:center;padding-top:9px;color:#fff;font-weight:700;font-size:18px;border-radius:50%;padding-top:8px;position:absolute;right:-51px;top:calc(50% - 20px)}.MECPurchaseStatus:after,.MECPurchaseStatus:before{position:absolute;border-radius:50px;background:#fff;content:'';transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:before{width:22px;height:4px;right:9px;top:18px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:after{width:22px;height:4px;right:9px;top:18px;transform:rotate(-45deg)}.MECPurchaseStatus.PurchaseSuccess:before{width:13px;height:4px;right:19px;top:21px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseSuccess:after{width:22px;height:4px;right:5px;top:18px;transform:rotate(-45deg)}#MECActivation .MECPurchaseStatus.PurchaseError,.addon-activation-form .MECPurchaseStatus.PurchaseError{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}#MECActivation .MECPurchaseStatus.PurchaseSuccess,.addon-activation-form .MECPurchaseStatus.PurchaseSuccess{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.wna-spinner-wrap{position:absolute;background:#000;width:509px;height:64px;top:-8px;border-radius:50px;z-index:999;background-color:#fff;opacity:.9}.wna-spinner{width:40px;height:40px;position:relative;margin:6px auto}.wna-spinner .double-bounce1,.wna-spinner .double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#40d8f0;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.wna-spinner .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}#MECActivation .MECLicenseMessage,.addon-activation-form .MECLicenseMessage{margin-top:24px;color:#f64;max-width:570px}.box-addon-activation-toggle-content,.box-addon-activation-toggle-head{display:none}.addon-activation-form h3{font-size:15px;font-weight:400;margin:34px 0 -7px}.box-addon-activation-toggle-head{line-height:1.5;font-size:16px;margin-top:20px;cursor:pointer}.box-addon-activation-toggle-head i{margin-right:7px;cursor:pointer;font-weight:700}#mec-advanced-wraper div:first-child>ul{display:block;margin:5px 0;padding:5px 0;width:390px;border:1px solid #e1e2e3;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.05)}#mec-advanced-wraper div:first-child>ul span{display:none}#mec-advanced-wraper div:first-child>ul *{display:inline-block;background:#fff;font-size:12px;color:#717273;text-align:center}#mec-advanced-wraper div:first-child>ul>li{width:60px;font-weight:700;margin:0 10px 0 0;padding:4px 0;border-right:1px solid #e1e2e3}#mec-advanced-wraper div:first-child>ul>ul>li{margin:0;padding:2px 10px;cursor:pointer;border-radius:2px;transition:all .18s ease}#mec-advanced-wraper div:first-child>ul>ul>li:hover,.mec-active{background:#008aff!important;color:#fff!important}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.w-col-sm-3 .w-box.addon{min-height:auto;box-shadow:0 3px 16px -5px rgba(0,0,0,.1);border-radius:2px}.w-box-child.mec-addon-box{padding:20px 20px}.mec-addon-box-head{border-bottom:1px solid #e8e8e8;padding-bottom:5px;margin-bottom:14px;position:relative}.mec-addon-box-version{position:relative;background:#eaeaea;border-radius:1px;padding:0 8px;color:#5a5a5a;font-size:11px;letter-spacing:.2px;line-height:21px;display:inline-block;margin:10px 0}.mec-addon-box-head img{display:block;width:60px;height:60px;margin-bottom:10px}.mec-addon-box-title{font-weight:600;font-size:17px;line-height:25px}.mec-addon-box-title a span{color:#444;font-size:15px}.mec-addon-box-content p{color:#777;font-size:13px;letter-spacing:.1px}.mec-addon-box-mec-version{background:#f3f3f3;padding:10px;font-size:13px}#webnus-dashboard .addons-page-links{display:inline-block;margin:12px 4px 16px 0}#webnus-dashboard .addons-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}.addons-page-links.link-to-purchase a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.addons-page-links.link-to-install-addons a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}#webnus-dashboard .addons-page-links a:hover,#webnus-dashboard .w-box.addons-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}.mec-addon-box-footer{margin-top:25px;text-align:center}#webnus-dashboard .mec-addon-box-footer a{background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);margin-top:10px;display:inline-block;text-shadow:none;border:none;transition:.24s;position:relative;margin-right:7px;font-size:12px;font-weight:500;border-radius:7px;padding:9px 18px 8px;width:53px;height:34px;line-height:21px;box-shadow:0 2px 8px -3px #008aff}#webnus-dashboard .mec-addon-box-footer a:last-of-type{margin-right:0}#webnus-dashboard .mec-addon-box-footer a.mec-addon-box-intro{box-shadow:0 3px 10px -4px #ff3535;background:linear-gradient(95deg,#ff6c6c 0,#f55 50%,#ff3535 100%)}#webnus-dashboard .mec-addon-box-footer a:hover{background:#222!important;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%)!important;box-shadow:0 5px 23px -7px rgba(0,0,0,.5)!important;cursor:pointer!important}#webnus-dashboard .mec-addon-box-footer a i{color:#fff;font-size:16px}@media(max-width:1366px){.wns-be-container #wns-be-content{padding:5px 15px 0}.mec-form-row .mec-col-8 label{font-size:10px}#webnus-dashboard .mec-tooltip .box p,.mec-tooltip .box p{font-size:10px}}@media (max-width:780px){.wns-be-container #wns-be-content{padding:10px 0}.wns-be-container .mec-form-row .mec-col-8 label{width:50%;display:block}.wns-be-container .mec-form-row input[type=checkbox]{width:14px;height:14px}.wns-be-container .wns-be-sidebar li .subsection a{padding-left:30px}.wns-be-container .wns-be-sidebar{width:200px}.wns-be-container .wns-be-main{margin-left:200px}.wns-be-container .mec-tooltip .box{min-width:235px!important}.wns-be-container .mec-tooltip .box p{font-size:12px!important}#wns-be-infobar.sticky{position:unset}}@media (max-width:480px){.wns-be-container .wns-be-sidebar{width:100%;position:unset;float:none}.wns-be-container .wns-be-main{margin-left:0;width:100%;position:unset}.wns-be-container{margin-top:50px}.wns-be-container #wns-be-infobar:before{width:100%}.wns-be-container #wns-be-infobar{height:150px}#mec-search-settings{margin-top:80px;width:181px}}#mec_tickets .mec-box{position:relative;padding:25px 10px}#mec_fees_list input[type=text].mec-col-12,#mec_ticket_variations_list input[type=text].mec-col-12{max-width:625px}#taxes_option .mec-form-row input[type=text].mec-col-12,#ticket_variations_option input[type=text].mec-col-12{max-width:554px}.mec-booking-tab-content .mec-form-row textarea{max-width:762px}#mec_tickets .button.remove{padding:0;min-height:28px;height:28px;width:28px;margin:0;border-radius:50%;position:absolute;top:20px;right:20px;color:#ea6485;box-shadow:0 2px 6px -3px #ea6485;background:#fff;border-color:#ffd2dd;font-size:20px;line-height:1.5}#mec_tickets .button.remove svg{fill:#ea6485!important}#mec_tickets .button.remove:hover{color:#fff;border:2px solid #ea6485;background:#ea6485}#mec_tickets .button.remove:hover svg{fill:#fff!important}@media(max-width:480px){#mec_tickets .button.remove{top:5px;right:5px}}#mec_meta_box_hourly_schedule_days .mec-form-row input[type=text],#mec_meta_box_tickets_form .mec-form-row input[type=text]{max-width:400px}#mec_exceptions_not_in_days_date{width:100%}#mec-event-data input[type=date],#mec-event-data input[type=email],#mec-event-data input[type=tel],#mec-event-data input[type=text],#mec-event-data input[type=url],#mec-event-data select,#mec-event-data textarea,#mec_select_tags.mec-create-shortcode-tab-content input[type=text],#mec_settings_weather_module_api_key{width:262px}#mec-event-data input[type=date],#mec-event-data input[type=email],#mec-event-data input[type=tel],#mec-event-data input[type=text],#mec-event-data input[type=url],#mec-event-data select,#mec-event-data textarea,#mec_exceptions_not_in_days_date,#mec_meta_box_date_form input[type=text]{max-width:262px}#mec-event-data input[type=text].mec_date_picker.mec-col-4 #mec_meta_box_calendar_skin_options input[type=text].mec_date_picker.mec-col-4{max-width:32.33333333%}#payment_gateways_option .mec-col-4 input[type=number],#payment_gateways_option .mec-col-4 input[type=text],#payment_gateways_option .mec-col-4 select,#payment_gateways_option .mec-col-4 textarea{width:75%}.mec-form-repeating-event-row .mec-col-6 input[type=text]{width:35%}.addons-page-error,.addons-page-notice{display:block;margin-top:15px;margin-bottom:0;background:#fff;border-left:4px solid #00a0d2;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:1px 12px}.addons-page-error p,.addons-page-notice p{margin:.5em 0;padding:2px;font-size:13px}.addons-page-error{border-left-color:#dc3232}.mec-addon-box-comingsoon{background:#eaeaea;padding:8px 11px;color:#5a5a5a;font-size:14px;font-weight:500;text-align:center}.mec-addons .w-row .w-col-sm-3:nth-child(4n+1){clear:left}@media (min-width:960px){#webnus-dashboard .mec-addon-box-footer .w-button{text-align:right}}@media (min-width:1401px){.mec-addon-box-title a span{font-size:17px}}.mec-pro-notice{margin-top:24px;line-height:30px}.mec-pro-notice .info-msg{padding:50px 30px;margin-bottom:0}#webnus-dashboard .mec-pro-notice .info-msg{background:#fff;box-shadow:0 1px 16px rgba(0,0,0,.034);text-align:center;color:#000}#webnus-dashboard a.info-msg-link{background:#e66f52;background:linear-gradient(95deg,#ff8162 0,#e66f52 50%,#ff4c20 100%);box-shadow:0 5px 10px -5px #e66f52;border-radius:2px;padding:12px 50px;font-size:16px;line-height:24px;border:none;margin:20px auto 0;color:#fff;transition:all .3s ease;display:inline-block}#webnus-dashboard a.info-msg-link:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .info-msg p{width:70%;margin:0 auto;line-height:1.8}#webnus-dashboard .info-msg-coupon{font-size:13px;color:#777;max-width:600px;line-height:1.68;margin:25px auto 0}#webnus-dashboard .info-msg-coupon strong{font-weight:700;color:#19ce18}.info-msg .socialfollow{padding-top:20px}.info-msg .socialfollow a{margin:0 2px;display:inline-block}.info-msg .socialfollow a i{background:#96a4b1;color:#fff;padding:6px;border-radius:3px;font-size:18px;box-shadow:0 2px 3px rgba(0,0,0,.1);transition:all .25s}.info-msg .socialfollow a:hover i{background:#008aff}.mec-intro-section .w-box-content{text-align:center}.mec-intro-section .w-box-content.mec-intro-section-welcome{max-width:600px;margin:0 auto}.mec-intro-section .w-box-content.mec-intro-section-welcome h3{font-size:27px}a.mec-intro-section-link-tag.button.button-hero{margin:0 10px 40px}a.mec-intro-section-link-tag.button.button-primary.button-hero{color:#fff!important}a.mec-intro-section-link-tag.button.button-secondary.button-hero{color:#000!important}.mec-intro-section-ifarme iframe{border:1px solid #e7e7e7;border-radius:3px;padding:10px;box-shadow:0 3px 10px -6px rgba(0,0,0,.2)}.w-box-content.mec-intro-section-welcome p{margin-bottom:0}.mec-tooltip a:focus{box-shadow:none}#mec_booking_form .mec-options-fields,#mec_modules_form .mec-options-fields,#mec_settings_form .mec-options-fields,#mec_single_form .mec-options-fields{padding-bottom:150px!important}#mec_taxes_fees_container_toggle{margin-bottom:60px}#mec_taxes_fees_container_toggle{margin-bottom:60px}.wns-be-sidebar li{position:relative}.wns-be-sidebar li .submneu-hover{position:absolute;top:-1px;right:-222px;width:220px;z-index:9;background:#fff;border:1px;border-style:solid;border-color:#dedede;margin:0;overflow:visible;opacity:0;visibility:hidden;transition:all .23s ease;padding-top:8px;padding-bottom:12px}.wns-be-sidebar li:hover{background:#fff}.wns-be-sidebar li:hover .submneu-hover{opacity:1;visibility:visible}.wns-be-sidebar li .submneu-hover a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 26px}.wns-be-sidebar li .submneu-hover a:hover{background:#f6f6f6;color:#222}.wns-be-sidebar li .submneu-hover:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-15px;top:14px;border-right-color:#c5c5c5;right:0}.wns-be-sidebar li .submneu-hover:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-14px;top:14px}.wns-be-sidebar li a:focus,.wns-be-sidebar li:focus{outline:-webkit-focus-ring-color auto 0;border:0;box-shadow:none}@media (max-width:480px){.wns-be-sidebar li .submneu-hover{width:175px;right:0}.wns-be-sidebar li .submneu-hover a{font-size:11px;padding:5px 5px 5px 20px}}.mec-tooltip:hover:after,.mec-tooltip:hover:before{display:none}.mec-tooltip{display:inline-flex;bottom:7px}.mec-tooltip .box{min-width:300px;max-width:600px;display:inline-block;left:26px;top:50%;transform:translateY(-50%);padding:0;margin-top:8px;background-color:#535a61;color:#fff;font-weight:300;font-size:14px;letter-spacing:.5px;line-height:1.3;position:absolute;z-index:9999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #444b50;visibility:hidden;opacity:0;transition:opacity .23s}#webnus-dashboard .mec-tooltip .box p,.mec-tooltip .box p{color:#fff;font-size:14px;line-height:1.3;margin:0;font-style:normal}.mec-tooltip:hover .box{visibility:visible;opacity:1}.mec-tooltip:hover .box{padding:20px;border-radius:8px}.mec-tooltip .box h5{color:#fff;font-size:17px;font-weight:600;margin:-30px -20px;padding:15px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #30353a;border-radius:6px 6px 0 0;z-index:9999}#webnus-dashboard .mec-tooltip .box p a,.mec-tooltip .box p a{color:#40d9f1;margin-top:10px;margin-left:0;font-weight:400;position:relative;text-decoration:none;display:block;width:max-content}.mec-tooltip .box a:hover{color:#f90}.mec-tooltip .box:after{display:block;position:absolute!important;top:100%!important;right:50%!important;margin-top:-6px!important;margin-right:-6px!important;width:12px!important;height:24px!important;overflow:hidden!important;transform:rotate(-90deg)!important}.mec-tooltip .box:before{display:block;content:''!important;position:absolute!important;width:12px;height:12px;left:-10px!important;top:50%!important;transform:translate(50%,-50%) rotate(-45deg)!important;background-color:#535a61!important;box-shadow:0 8px 9px -4px #535a61!important;z-index:0!important}.mec-tooltip .box.top{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.top:after{top:50%!important;right:100%!important}.mec-tooltip .box.top:before{left:50%!important;top:100%!important}.mec-tooltip .box.bottom{left:50%;top:auto;bottom:0;transform:translate(-50%,100%);margin-bottom:-20px;margin-left:-10px}.mec-tooltip .box.bottom:after{top:0!important;right:50%!important;background-color:#3a3f44!important}.mec-tooltip .box.bottom:before{left:50%!important;top:-7px!important;transform:translateX(-50%);background-color:#3a3f44!important}.mec-tooltip .box.left{left:auto;right:26px;top:50%;transform:translateY(-50%)}.mec-tooltip .box.left:before{right:0!important;left:auto!important;top:50%!important}form#mec_reg_fields_form input[type=radio]:before{content:"";display:inline-block;background:#fff;border-radius:18px;width:14px;height:14px;margin:-1px 0 0 -2px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32)}form#mec_reg_fields_form input[type=radio]:checked:before{border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff;width:4px;height:4px}form#mec_reg_fields_form input[type=radio]{min-height:0;margin-right:6px}form#mec_reg_fields_form label{margin-right:20px}@media(min-width:1200px) and (max-width:1366px){.mec-tooltip .box.left{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.left:after{top:50%!important;right:100%!important}.mec-tooltip .box.left:before{left:50%!important;top:100%!important}.mec-tooltip .box{min-width:225px}.mec-tooltip .box h5{font-size:15px}.mec-tooltip .box .content{font-size:12px}}@media(max-width:1366px){.wns-be-container .wns-be-group-tab p{margin-top:0}}.mec-addons-notification-box-wrap .w-col-sm-12,.mec-cmsg-notification-box-wrap .w-col-sm-12{padding:0}.mec-addons-notification-box-wrap img{width:auto}.mec-addons-notification-box-image{width:555px;display:inline-block;vertical-align:top}.mec-addons-notification-box-content{width:calc(100% - 559px);display:inline-block}.mec-addons-notification-box-content p{margin-top:1%;line-height:1.5;font-size:16px}.mec-addons-notification-box-content .w-box-content{padding-top:0;padding-bottom:0}.mec-addons-notification-box-content ol{font-size:16px}.mec-addons-notification-box-content a{background:#38d5ed;color:#fff!important;padding:10px 26px;margin-top:5px;display:inline-block;border-radius:3px;text-transform:capitalize;font-size:16px;letter-spacing:.4px;transition:all .1s ease;font-weight:600;text-decoration:none}.mec-addons-notification-box-content a:hover{background:#000}.w-clearfix.w-box.mec-addons-notification-box-wrap span,.w-clearfix.w-box.mec-cmsg-notification-box-wrap span{right:0;left:unset;cursor:pointer;background:#fff;padding:0 16px}.w-clearfix.w-box.mec-addons-notification-box-wrap span i,.w-clearfix.w-box.mec-cmsg-notification-box-wrap span i{font-size:28px;vertical-align:sub;color:#f2113e}.mec-custom-msg-notification-wrap,.wns-be-container .mec-addons-notification-wrap{padding:0;margin:0}.mec-custom-msg-notification-wrap .w-col-sm-12,.wns-be-container .mec-addons-notification-wrap .w-col-sm-12{padding:0}.wns-be-container .w-box{margin-top:0}.wns-be-container.mec-addons-notification-set-box{margin-right:15px;margin-top:50px;margin-bottom:27px}@media(max-width:1200px){.mec-addons-notification-box-content,.mec-addons-notification-box-image{width:100%;display:block}.mec-addons-notification-box-image{text-align:center}}@media(max-width:768px){.mec-addons-notification-box-image img{width:100%;height:auto}}body.rtl .wns-be-sidebar{width:260px;float:right;position:relative}body.rtl .wns-be-main{margin-left:0;border-left:0;margin-right:260px;border-right:1px solid #dedede}body.rtl .w-box.mec-activation .LicenseField{direction:rtl}body.rtl .w-box.mec-activation input[name=MECPurchaseCode]{text-align:right;padding-right:20px}body.rtl #MECActivation .MECPurchaseStatus,body.rtl .addon-activation-form .MECPurchaseStatus{right:auto;left:-51px}body.rtl #webnus-dashboard .w-box.mec-activation input[type=submit]{right:auto;left:5px}body.rtl .wns-be-sidebar .wns-be-group-menu li a{padding:13px 20px 13px 4px}body.rtl .wns-be-sidebar .wns-be-group-tab-link-a span.wns-be-group-menu-title{padding-left:0;padding-right:24px}body.rtl .wns-be-sidebar .has-sub span.extra-icon{float:left}body.rtl .wns-be-sidebar .wns-be-group-tab-link-a span.extra-icon i{right:auto;left:10px}body.rtl .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,body.rtl .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:transparent;border-left-color:#fff;right:auto;left:-1px;top:10px}body.rtl .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:transparent;border-left-color:#c5c5c5;right:auto;left:0}body.rtl .mec-col-1,body.rtl .mec-col-10,body.rtl .mec-col-11,body.rtl .mec-col-12,body.rtl .mec-col-2,body.rtl .mec-col-3,body.rtl .mec-col-4,body.rtl .mec-col-5,body.rtl .mec-col-6,body.rtl .mec-col-7,body.rtl .mec-col-8,body.rtl .mec-col-9{float:right;margin:0 1% 0 0}body.rtl .wns-be-sidebar li .submneu-hover{right:auto;left:-222px}body.rtl .wns-be-sidebar li .submneu-hover:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:auto;right:-1px;top:14px}body.rtl #mec_styles_form #mec_styles_CSS{direction:ltr}body.rtl .w-box.mec-activation{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleX(-1)}body.rtl .w-box.mec-activation .w-box-content,body.rtl .w-box.mec-activation .w-box-head{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleX(-1);display:block}body.rtl .w-box.mec-activation .w-box-head{width:100%}body.rtl .wns-be-container #wns-be-infobar:before{left:auto;right:0}body.rtl .wns-be-container .dpr-btn.dpr-save-btn{float:left}body.rtl .wns-be-container .wns-be-group-tab h2:before,body.rtl .wns-be-container .wns-be-group-tab h4:before{left:auto;right:0;margin-right:0;margin-left:5px}body.rtl #mec_gateways_form .mec-tooltip{float:left}.mec-details-addons-container{margin-top:20px}.mec-details-addons-wrap img{float:left;width:19%;margin-right:17px}.mec-details-addons-wrap{clear:both;margin-bottom:80px;display:block;position:relative}.mec-details-addons-wrap a{text-decoration:none}.mec-details-addons-wrap p{float:left;width:340px;margin-top:0;margin-bottom:30px}.mec-details-addons-title{font-weight:700}.mec-details-addons-title a{color:#444}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx{border-radius:10px!important;box-shadow:0 4px 38px rgba(0,0,0,.14)!important}body .crisp-client .crisp-1rjpbb7 .crisp-13qutdl,body .crisp-client .crisp-1rjpbb7 .crisp-13qutdl *,body .crisp-client .crisp-1rjpbb7 .crisp-9dgo7z,body .crisp-client .crisp-1rjpbb7 .crisp-9dgo7z *{font-family:proxima-nova,-apple-system,BlinkMacSystemFont,"Segoe UI",Catamaran,sans-serif!important}body .crisp-client .crisp-1rjpbb7 .crisp-145mbcr,body .crisp-client .crisp-1rjpbb7 .crisp-1jrqqbm:hover{background-color:#fff!important}body .crisp-client .crisp-1rjpbb7 .crisp-14u434g{border-color:#e7e8e9!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-1bkorcf .crisp-1vzg1qq{font-size:20px!important;width:14px!important;height:19px!important;opacity:.85}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-1bkorcf .crisp-1vzg1qq:hover{opacity:.99}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-1sps3eb .crisp-1vd2grm .crisp-12w4w1a{font-size:13px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-1sps3eb .crisp-1vd2grm .crisp-12w4w1a::-webkit-input-placeholder{color:#717273!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=visitor] .crisp-z89v5n .crisp-162m9xf{background-color:#008aff!important;color:#fff!important;box-shadow:none!important;border-radius:5px!important;padding:15px 25px 15px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=visitor] .crisp-z89v5n .crisp-162m9xf .crisp-1o2g4mc{color:#fff!important;font-size:13px!important;letter-spacing:.3px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-z89v5n .crisp-162m9xf{background-color:#f1f2f3!important;border-radius:5px!important;padding:15px 25px 15px!important;box-shadow:none!important;color:#121314!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-type=audio] .crisp-z89v5n .crisp-162m9xf{background-color:#d1d7dc!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=operator] .crisp-z89v5n .crisp-1o2g4mc{color:#121314!important;-webkit-text-fill-color:#121314!important;font-size:13px!important;letter-spacing:.3px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-mkirz6 .crisp-12qaym5 .crisp-39hskb{opacity:.4;margin-right:5px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-mkirz6 .crisp-12qaym5 .crisp-ehr6mw{opacity:.68;font-size:12px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg{background-image:linear-gradient(125deg,#008aff -10%,#0066b1 100%)!important;height:110px!important;padding-top:35px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-1uw6f17,body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-85evuk,body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-nu40j6{font-size:17px!important;line-height:28px!important;padding-top:10px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-kquevr .crisp-x94m06{background-color:#008aff!important;background-image:linear-gradient(125deg,#008aff -10%,#008af0 100%)!important;box-shadow:0 5px 34px -6px #008aff!important}body .crisp-client .crisp-1rjpbb7 .crisp-4oo1n4{background-color:transparent!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx[data-chat-status=ongoing] .crisp-1784wh6 .crisp-1xmtdlg .crisp-172kolj{margin-top:-10px!important}body .crisp-client .crisp-1rjpbb7[data-last-operator-face=false] .crisp-1rf4xdh .crisp-kquevr .crisp-x94m06 .crisp-16qgsyi .crisp-101bp3x[data-is-ongoing=false]{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSI1NSIgdmlld0JveD0iMCAwIDU4IDU1Ij4NCiAgPGcgaWQ9ImNoYXQtc3ZncmVwby1jb21fMV8iIGRhdGEtbmFtZT0iY2hhdC1zdmdyZXBvLWNvbSAoMSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEuNSkiPg0KICAgIDxwYXRoIGlkPSJQYXRoXzEiIGRhdGEtbmFtZT0iUGF0aCAxIiBkPSJNMjksMS41YzE2LjAxNiwwLDI5LDExLjY0MSwyOSwyNmEyNC4wMSwyNC4wMSwwLDAsMS00LjgsMTQuMzE4Yy40LDQuNzQ1LDEuNTQyLDExLjQyOCw0LjgsMTQuNjgyLDAsMC05Ljk0My0xLjQtMTYuNjc3LTUuNDYybC0uMDIyLjAwOWMtMi43NjQtMS44LTUuNTMyLTMuNjU2LTYuMS00LjEyNmExLDEsMCwwLDAtMS4zMy0uMjc3LDEuMDE3LDEuMDE3LDAsMCwwLS40ODkuODQ4Yy0uMDEuNjIyLjAwNS43ODQsNS41ODUsNC40MjFBMzEuOTE0LDMxLjkxNCwwLDAsMSwyOSw1My41Yy0xNi4wMTYsMC0yOS0xMS42NDEtMjktMjZTMTIuOTg0LDEuNSwyOSwxLjVaIiBmaWxsPSIjZmZmIi8+DQogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8xIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjMiIGN5PSIzIiByPSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiAyNC41KSIgZmlsbD0iIzAwOGFmZiIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMiIgZGF0YS1uYW1lPSJFbGxpcHNlIDIiIGN4PSIzIiBjeT0iMyIgcj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYgMjQuNSkiIGZpbGw9IiMwMDhhZmYiLz4NCiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzMiIGRhdGEtbmFtZT0iRWxsaXBzZSAzIiBjeD0iMyIgY3k9IjMiIHI9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwIDI0LjUpIiBmaWxsPSIjMDA4YWZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K)!important;height:31px!important;top:16px!important;left:14px!important}body .csh-category-item a h6{text-align:left}.mec-form-row.mec-syn-schedule{background:#f7f7f7;padding:20px;border:1px solid #eee;box-shadow:0 1px 11px rgba(0,0,0,.034);margin-bottom:20px}.mec-form-row.mec-syn-schedule p{padding-left:26px}.mec-form-row.mec-syn-schedule h2{margin-top:0}.mec-form-row.mec-syn-schedule h4{margin:10px 0}li.wns-be-group-menu-li.mec-settings-menu .mec-settings-submenu{position:absolute;top:-1px;right:-222px;width:220px;z-index:9;background:#fff;border:1px;border-style:solid;border-color:#dedede;margin:0;overflow:visible;opacity:0;visibility:hidden;transition:all .23s ease;padding-top:8px;padding-bottom:12px}li.wns-be-group-menu-li.mec-settings-menu:hover>.mec-settings-submenu{visibility:visible;opacity:1}.mec-settings-menu .mec-settings-submenu:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-15px;top:14px;border-right-color:#c5c5c5;right:0}.mec-settings-menu .mec-settings-submenu:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-14px;top:14px}.wns-be-sidebar .mec-settings-menu .mec-settings-submenu a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 26px}.mec-form-row.mec-skin-countdown-date-format-container input[type=text],.mec-form-row.mec-skin-grid-date-format-container input[type=text],.mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-skin-options-container input[type=text]{max-width:unset}.wn-mec-select{width:32.33333333%!important;clear:unset!important}.wn-mec-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:3px;border:1px solid #ddd;margin-bottom:8px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;box-shadow:0 3px 13px -5px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.07)}.wn-mec-select:hover{border-color:#dbdbdb}.wn-mec-select.open .list{overflow:unset;width:100%;margin:0}.wn-mec-select .list{background-color:#fff;border-radius:2px;box-shadow:0 2px 33px -2px rgba(0,0,0,.2),inset 0 1px 2px rgba(0,0,0,.07);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.wn-mec-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.wn-mec-select:hover{border-color:#dbdbdb}.wn-mec-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.wn-mec-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.wn-mec-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.wn-mec-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.wn-mec-select.disabled:after{border-color:#ccc}.wn-mec-select.wide{width:100%}.wn-mec-select.wide .list{left:0!important;right:0!important}.wn-mec-select.right{float:right}.wn-mec-select.right .list{left:auto;right:0}.wn-mec-select.small{font-size:12px;height:36px;line-height:34px}.wn-mec-select.small:after{height:4px;width:4px}.wn-mec-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.wn-mec-select .list:hover .option:not(:hover){background-color:transparent!important}.wn-mec-select .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:28px!important;min-height:28px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wn-mec-select .option .wn-hover-img-sh img{position:absolute;padding:3px;top:-1px;left:100%;box-shadow:0 4px 42px -5px rgba(0,0,0,.16);visibility:hidden;opacity:0;border:1px solid #e3e3e3;border-radius:2px;z-index:99999999;background:#fff}.wn-mec-select .option:hover .wn-hover-img-sh img{visibility:visible;opacity:1}.wn-mec-select .option.focus,.wn-mec-select .option.selected.focus,.wn-mec-select .option:hover{background-color:#f6f6f6}.wn-mec-select .option.selected{font-weight:700}.wn-mec-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .wn-mec-select .list{display:none}.no-csspointerevents .wn-mec-select.open .list{display:block}.mec-custom-nice-select ul.list li.option{width:30%!important;float:left!important;min-height:135px!important;height:135px;margin:1.66%!important;box-sizing:border-box;text-align:center;padding:10px!important;border-radius:3px;border:1px solid #eee;box-shadow:0 1px 3px rgba(0,0,0,.025);background:#fff!important}.mec-custom-nice-select ul.list li.option:hover{box-shadow:0 2px 7px rgba(0,0,0,.06);borde-color:#e0e0e0}.mec-custom-nice-select .list:hover .option:not(:hover),.mec-custom-nice-select ul.list:hover li.option{background:#fff!important}.mec-custom-nice-select ul.list{min-width:600px!important;padding:20px 10px!important;background:#fcfbfd;border:1px solid #e9e9e9;box-shadow:0 1px 4px rgba(0,0,0,.05)}.mec-custom-nice-select ul.list li.option.selected{border:1px solid #40d9f1;box-shadow:0 1px 8px -3px #40d9f1 inset;color:#00cae6;padding:12px 0 0 0!important}.mec-custom-nice-select .wn-img-sh img{margin:4px 0 1px 1px;line-height:1;max-width:68px;max-height:56px;filter:grayscale(1);-webkit-filter:grayscale(1);transition:all .22s ease;-webkit-transition:all .22s ease;-moz-transition:all .22s ease;-ms-transition:all .22s ease;-o-transition:all .22s ease}.wn-mec-select .option.focus .wn-img-sh img,.wn-mec-select .option.selected.focus .wn-img-sh img,.wn-mec-select .option:hover .wn-img-sh img{background-color:#f6f6f6;filter:grayscale(0);-webkit-filter:grayscale(0)}@media(max-width:768px){.wn-mec-select{width:45%!important}.mec-custom-nice-select ul.list{margin-left:-24px!important;min-width:404px!important}.mec-custom-nice-select ul.list li.option{width:46.6%!important}.wn-hover-img-sh{display:none}}@media(max-width:480px){.wn-mec-select{width:100%!important}.mec-custom-nice-select ul.list{min-width:337px!important}}@media(max-width:320px){.mec-custom-nice-select ul.list li.option{width:100%!important}.mec-custom-nice-select ul.list{min-width:298px!important}}.mec-sed-methods li{line-height:28px;padding-left:38px;position:relative}.mec-sed-methods li:before{margin-right:0}.mec-sed-methods li:before{border-radius:18px}.mec-custom-nice-select ul.list li .wn-mec-text:after,.mec-sed-methods li:before{content:"";position:absolute;display:inline-block;background:#fff;border-radius:2px;width:12px;height:12px;margin:-1px 0 0 -1px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32);border-radius:50%}.mec-custom-nice-select ul.list li .wn-mec-text{position:relative;padding-top:0;padding-bottom:28px}.mec-custom-nice-select ul.list li .wn-mec-text:after{left:calc(50% - 7px);top:auto;bottom:1px}.mec-custom-nice-select ul.list li .wn-img-sh{line-height:1}.mec-sed-methods li:before{left:9px;top:calc(50% - 7px)}.mec-custom-nice-select ul.list li.option.selected .wn-mec-text:after,.mec-sed-methods li.active:before{width:4px;height:4px;border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff}.menu-icon-mec-books .wp-menu-image img,.toplevel_page_mec-intro .wp-menu-image img{width:18px!important;padding-top:7px!important}.mec-add-booking-tabs-wrap,.mec-add-event-tabs-wrap,.mec-create-shortcode-tabs-wrap{display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{flex:1}.mec-add-booking-tabs-right,.mec-add-event-tabs-right,.mec-create-shortcode-tabs-right{flex:6}a.mec-add-booking-tabs-link,a.mec-add-event-tabs-link,a.mec-create-shortcode-tabs-link{display:block}.mec-booking-tab-content,.mec-create-shortcode-tab-content,.mec-event-tab-content{display:none;transition:all .3s ease}.mec-booking-tab-content.mec-tab-active,.mec-create-shortcode-tab-content.mec-tab-active,.mec-event-tab-content.mec-tab-active{display:block}.mec-add-booking-tabs-wrap,.mec-add-event-tabs-wrap{background:#fff;margin:-6px -12px -12px}.mec-create-shortcode-tabs-wrap{margin:-30px -22px -42px}.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{padding:0 0 38px;background:#fff;min-width:210px}.mec-add-booking-tabs-left a,.mec-add-event-tabs-left a,.mec-create-shortcode-tabs-left a{line-height:16px;font-size:13px;font-weight:600;letter-spacing:.3px;color:#6a6f77;text-decoration:none;background:#f7f7f7;padding:13px 20px;border-bottom:1px solid #e3e3e3;outline:0;box-shadow:none;transition:all .2s ease}.mec-add-booking-tabs-left a:hover,.mec-add-event-tabs-left a:hover,.mec-create-shortcode-tabs-left a:hover{color:#008aff;background:#fff}.mec-add-booking-tabs-left a.mec-tab-active,.mec-add-event-tabs-left a.mec-tab-active,.mec-create-shortcode-tabs-left a.mec-tab-active{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;margin:0 -6px;border-radius:5px;box-shadow:0 2px 12px -5px #36a2ff;border-bottom-color:transparent;position:relative}.mec-add-booking-tabs-right,.mec-add-event-tabs-right,.mec-create-shortcode-tabs-right{padding:0 30px 40px;border-left:1px solid #e2e2e2}.mec-booking-tab-content.mec-tab-active,.mec-create-shortcode-tab-content.mec-tab-active,.mec-event-tab-content.mec-tab-active{animation:fadeEffect2 .31s}@media (max-width:550px){.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{min-width:100px}.mec-add-booking-tabs-left a,.mec-add-event-tabs-left a,.mec-create-shortcode-tabs-left a{font-size:11px;padding:12px 8px;line-height:1.2;letter-spacing:0}}@keyframes fadeEffect2{from{opacity:0;transform:translateX(11px)}to{opacity:1;transform:translateX(0)}}.mec-form-row .mec-col-8 label{padding-right:20px}#mec-event-data .mec-form-row label{margin-right:14px}.mec-form-row input[type=date]::-webkit-calendar-picker-indicator{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0QjQ2N0QwQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0QjQ2N0QxQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDRCNDY3Q0VCNDgzMTFFQThEN0VERkNFNTExRURFMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDRCNDY3Q0ZCNDgzMTFFQThEN0VERkNFNTExRURFMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WW71PAAAGIklEQVR42qRXS28bVRQ+586Mx3ZC1DSpVFojRU2CqMIGiSKxAVoUduzoDjYIlhU/Av4AYsdjRXfkD0Cjom6QqIqEqEhRo1aRkkZpkpY6j7GduQ++c2dsj1+BlInGztxvzj3nfudpPlM/otc2W2QjJmU0rZ0uUytUpBxNnN9p/FYhctF0+XUi2nPGkX7WJOfwxNRzqXxtbfI4eUvm7xY1o4iiI0d/vFiisL2BgTAz0yvbCRnLhP0uNEtqrgUseZRcwPPvJewaldSA8o48vo+Tj0U+CnrkOgZwvkEzEmGm1PF9fzK5Y3U/YlllsjRUv19zXl7571HyAjooc/kmYerpcmPO0Mfa0SyxEtji44ynOjPuayjecd7M46/MQOdGyIs9ThnzMLD0XRrwIdeetmoLm41fWiG95Ar792tydLLrOPkAlpW027hbG3+T37lf/5EtvYcXUuhfBjWp9wHRBO63c5lbEkQj2B92uaHy4l2EAQ66GFgbmiD4id/9q661ooAtf8rsvmUEilAHEqcgtJvvNq3YPTkJA8PksT9ZFxD8+4my9pvAOqOMxIMoJHfPZoJkJNiYat3duOac6hxt1N3GR8lnt0O623s+c2CVZEGaZ8Oks1mElvxu7hGYaQjpHLpH3q/YFQE7Oh5Y6gFTaHhAXlasxmoWpZO5L9Ow4DTv+UBZBAkWNO+CqhkbSOzaXWWyzY+n3WcACdVscnklz5CHYsmv1L/RyUJ/cs7zdT3Ey8pTgw/QgNNuS4XjNMvffwvBNmwDH+pdeZ3J+1qDdW15vS0iBhjZWzF9ge8HWl7zNLluYhP/9/jvFANXyL+ufF4jZvOCZsK8isp77+sixf10n7QQjJT39bBtjzdA5chtLG61n7kgk6UvDy29z4HL4c/ifkN0hYV+cA3Bc7stKAfossgSSF06+3HOu8QovE8eThDlv4pu1TbUOpqySDNUKMSDQRIo6QgVRHbFcID1mCITUGgNKLI9uBbcCC59xUi+DsiHBq0XOLb3utqOUYV+LglH9XJASRAsRNqt4xHVj59Exqw3AlrYi0PaiwNqBKoX12Y9iQSP/GkD4xZC0yt/GPFCvZzhUBoMtmPftRwMEEtpupy2auzadLraXtlNoXLhKQYLbjrWRx0cXNf24wxPSmWw5aZPNXSNOi5ytXqZpjTwSqs3PsJi0I61LG29EFG9GtyaeqgvxU17TrAkDjbvnq/eKcTYrbcemi5eHoI/OLgUt7r4n+cqd04llmZ3mjBSDQ4kYtERLLz4OKGt0xGKA9+RgiSGSRV7+UlCVvka72lEvHRx04vLGW2f/PzTBk3VtddRrGlhMXVaIdME5sLJ3ZQOTPQBNqj58uzcxsXtZEkqmQ7IB9ihLeA2x6FQqyG4cRuvbh8uNZSigzBCALhBBtrjkwjjQItQ+kPXWY6eBuEi/lmOlC8kvTh38ZLH3QC+y+GiIl4OqbeZ9RggQZgcVIXe1ep48jPkz/oGw7x1yoytIq1o59AH1Wp1rNHBSXA9tip87zYyvFzpx8dXLVTvqySvhUMNsN6+1ERrrNQVQs57H4K6cR35GrapffICb16RpO7glOHrrQyvjHXxQHB0/j1ugV0LpcFwAzS4n6hiZoIvEp2znwcSigfGJhxpMmseLc0dvFjcvRuLvdEdNyl2+0DOALwE863TM/jnJqhfQa6v4AfJzUNOZ/aVlhqIUpoO4PuU4XFsqFrSM866m9hxBXSvWPx/wHpGqA96Vfa5AH9HnMjYNI96dbkwaVzcCw/nAK+xHzp4Hp89eD04nENzX6v4cYrnrVWXXQF/Fh7MQfWasmogCNsmaT+qwD0g4gYsuYqnWlboeKMUumUr86LycxdwdRUb+zQTvAzcgL0jLXFkbkQUX5UKyFTE2bvZD0a5B8SAUu6dPf+7AInssja2VPSZRud2Ni/NKse5M2VQqkO4BxSzZLmV8Wwpa8S9OHsK3X6+Lc7F/JidOwvkc7z3FbIgzd7smy1c35TEg7NGrg6Ucs88UsCliOLHH1+Td8HYFl++W//QxfT9iSee/3lJWy5X6aMwtK3rTVWJUU4/g4GzdLLp73ku8cEDxNmXUZhc/0eAAQAVgX0RHvvILQAAAABJRU5ErkJggg==);background-position:center;background-size:cover;width:10px;height:12px;display:block}.mec-calendar-metabox .wn-mec-select,.mec-form-row input[type=date],.mec-form-row input[type=email],.mec-form-row input[type=number],.mec-form-row input[type=tel],.mec-form-row input[type=text],.mec-form-row input[type=url],.mec-form-row select,.mec-form-row textarea,.mec-form-row.mec-skin-list-date-format-container input[type=text]{border:solid 1px #ddd;border-radius:2px;height:40px;line-height:38px;padding-left:10px;box-shadow:0 3px 10px -2px rgba(0,0,0,.05),inset 0 1px 2px rgba(0,0,0,.02)}.mec-calendar-metabox .wn-mec-select.open .list{border-radius:0 0 2px 2px;box-shadow:0 0 0 1px #ddd,0 2px 6px rgba(0,0,0,.07)}.mec-calendar-metabox .mec-custom-nice-select.open ul.list{border-radius:3px;box-shadow:0 2px 6px rgba(0,0,0,.07);margin-left:0!important;transform:translateX(-50%);left:50%}.mec-custom-nice-select ul.list li.option.selected .wn-mec-text:after{border:6px solid #40d9f1;box-shadow:0 3px 16px -3px #40d9f1}.mec-form-row input[type=checkbox]{background-color:#fff;border:1px solid #cacece;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:9px;border-radius:3px;min-width:24px;min-height:24px;display:inline-block;transition:all .18s ease;outline:0;margin:2px 4px 4px 0}.mec-form-row input[type=checkbox]:focus{outline:0}.mec-form-row input[type=checkbox]:hover{border-color:#62b6ff}.mec-form-row input[type=checkbox]:checked{box-shadow:0 1px 6px -2px #008aff;border-color:#008aff;background:#008aff;border-radius:2px;position:relative}.mec-form-row.mec-switcher input[type=checkbox]{position:absolute}.mec-form-row input[type=checkbox]:checked:before{content:"";font:normal;position:absolute;top:12px;left:8px;border-right:2px solid transparent;border-bottom:2px solid transparent;transform:rotate(45deg);transform-origin:0 100%;color:#fff;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards}@keyframes checkbox-check{0%{width:0;height:0;border-color:#fff;transform:translate3d(0,0,0) rotate(45deg)}33%{width:5px;height:0;transform:translate3d(0,0,0) rotate(45deg)}100%{width:5px;height:11px;border-color:#fff;transform:translate3d(0,-11px,0) rotate(45deg)}}.mec-form-row input+span.mec-tooltip,.mec-form-row select+span.mec-tooltip{bottom:10px}.mec-form-row label+span.mec-tooltip{bottom:8px}.mec-form-row textarea+span.mec-tooltip{bottom:auto;vertical-align:top;top:12px}.mec-form-row span+span.mec-tooltip{bottom:0;vertical-align:middle}.mec-form-row .mec-col-8 input[type=text],.mec-form-row .mec-col-8 select,.mec-form-row .mec-col-8 span.mec-archive-skins{vertical-align:top}.mec-form-row .mec-col-8 span.mec-archive-skins input[type=text]{max-width:225px}.mec-form-row input:disabled{opacity:.6;background:#f6f6f6}.wns-be-group-tab h5{font-size:16px;font-weight:600;color:#444;margin:45px 0 25px}.mec-form-row textarea{height:auto;margin-bottom:0;min-height:60px}.mec-form-row .wp-picker-container input[type=text].wp-color-picker{height:25px;vertical-align:top;margin:0}.mec-form-row .wp-picker-container label{margin:0}.mec-image-select-wrap li span:hover{border-color:#fff;box-shadow:0 1px 8px rgba(0,0,0,.12)}.mec-message-categories li.mec-acc-label:after{content:"\e604";font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;display:block;font-size:13px;color:#999;position:absolute;right:27px;top:26px}.mec-message-categories>li.mec-acc-label[data-status=open]:after{content:"\e607";color:#008aff}.mec-message-categories>li.mec-acc-label[data-status=open]{color:#008aff}.mec-message-categories>li.mec-acc-label:last-of-type{border-bottom:none}.mec-message-categories>li.mec-acc-label[data-status=open]{border-bottom:1px solid #e6e6e6}.mec-form-row ul.mec-message-categories{box-shadow:0 2px 16px rgba(0,0,0,.03);border-radius:5px;overflow:hidden;margin-top:30px;background:#f5f5f5;border:2px solid #e6e6e6;max-width:700px}.mec-form-row ul.mec-message-categories li ul{padding:10px 40px 40px;margin:25px -30px -25px;background:#f5f5f5;box-shadow:inset 0 4px 7px rgba(0,0,0,.04);cursor:default}.mec-form-row ul.mec-message-categories ul label{margin:25px 8px 7px;font-weight:600!important;font-size:13px;color:#888;cursor:default}.wns-be-sidebar li:hover a i,.wns-be-sidebar>li:hover a{color:#008aff}.mec-form-row.mec-skin-list-date-format-container span.mec-tooltip{top:2px}.mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-meta-box-fields .mec-form-row input[type=checkbox]{margin-right:6px}.mec-meta-box-fields .mec-form-row .button:not(.wp-color-result){height:37px;margin-top:1px;box-shadow:inset 0 2px 4px #fff,inset 0 -2px 4px rgba(0,0,0,.05),0 2px 2px rgba(0,0,0,.06)}#mec-read-more .mec-form-row span.mec-tooltip{top:2px;left:-4px}#mec-search-settings{border-radius:21px;min-height:32px;box-shadow:inset 0 1px 2px rgba(0,0,0,.06);padding:9px 10px 12px 34px;margin-right:10px;color:#7c838a;font-size:13px;width:260px;background:#f5f5f5;border:none;z-index:1;transition:all .18s ease;outline:0;line-height:normal}#mec-search-settings:focus{background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.07),0 0 0 1px #e6e6e6;width:270px}.mec-search-settings-wrap{display:inline-block;position:relative}.mec-search-settings-wrap i{position:absolute;left:14px;top:14px;font-size:13px;color:#7e8c98;display:block;z-index:2}#mec-search-settings::-webkit-input-placeholder{color:#7c838a}#mec-search-settings::-moz-placeholder{color:#7c838a}#mec-search-settings:-ms-input-placeholder{color:#7c838a}#mec-search-settings:-moz-placeholder{color:#7c838a}.ui-datepicker.ui-widget{border:1px solid #e8e8e8;box-shadow:0 1px 9px rgba(0,0,0,.12)}.ui-datepicker.ui-widget select{font-weight:600;font-size:12px;border-radius:2px;padding:2px 10px;margin:1px 3px 5px}.ui-datepicker.ui-widget table{border-spacing:2px}.ui-datepicker.ui-widget td,.ui-datepicker.ui-widget tr{padding:0;background:0 0!important}.ui-datepicker.ui-widget td a{color:#777;font-weight:600;width:30px;height:30px;line-height:30px;display:inline-block;border-radius:33px;padding:0;background:#fff;transition:all .2s ease}.ui-datepicker.ui-widget td a.ui-state-active,.ui-datepicker.ui-widget td a:hover{background:#40d9f1;color:#fff}.ui-datepicker.ui-widget .ui-datepicker-next,.ui-datepicker.ui-widget .ui-datepicker-prev{color:#40d9f1;width:30px;height:30px;line-height:30px;display:inline-block;text-align:center;border-radius:33px;background:#ecfcff;transition:all .2s ease}.ui-datepicker.ui-widget .ui-datepicker-next:hover,.ui-datepicker.ui-widget .ui-datepicker-prev:hover{background:#fff;box-shadow:0 0 7px -3px rgba(0,0,0,.4)}#mec-wrap{width:92%;margin:20px auto;max-width:1384px}#mec-wrap h2.nav-tab-wrapper{margin-bottom:40px;padding:0;border:none;margin-top:35px;clear:both;background:#fff;box-shadow:0 3px 12px -4px rgba(0,0,0,.13)}#mec-wrap .nav-tab-wrapper .nav-tab{position:relative;padding:28px 22px;border:none;margin:0;background:#fff;font-size:13px;color:#444;outline:0;box-shadow:none}#mec-wrap .nav-tab-wrapper .nav-tab:hover{color:#008aff}#mec-wrap .nav-tab-wrapper .nav-tab:after{content:"";display:inline-block;width:1px;height:30%;position:absolute;right:0;top:35%;background:#e9e9e9}#mec-wrap .nav-tab-wrapper .nav-tab-active,#mec-wrap .nav-tab-wrapper .nav-tab-active:focus,#mec-wrap .nav-tab-wrapper .nav-tab-active:focus:active,#mec-wrap .nav-tab-wrapper .nav-tab-active:hover{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;outline:0;box-shadow:0 5px 25px -7px #008aff;margin-left:-1px;z-index:2}#mec-wrap .nav-tab-wrapper .nav-tab-active:after{content:'';position:absolute;display:block;background:0 0;top:auto;height:auto;bottom:-20px;left:50%;margin-left:-10px;width:0;border-width:10px;border-style:solid;border-color:#008aff transparent transparent}#mec-wrap .mec-container{padding:25px 40px 40px;box-shadow:0 3px 10px -4px rgba(0,0,0,.1)}#wpwrap .mec-button-primary{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s}#wpwrap .mec-button-primary:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 15px -7px rgba(0,0,0,.5);cursor:pointer}.wn-p-t-right{min-width:300px;max-width:400px;display:inline-block;top:-8px;left:50%;margin-top:0;transform:translate(-50%,-100%);padding:0;background-color:#535a61;color:#fff;font-weight:300;font-size:14px;letter-spacing:.5px;line-height:1.5;position:absolute;z-index:99999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #444b50;visibility:hidden;opacity:0;transition:opacity .23s;padding:20px;border-radius:8px}.wn-p-t-right i{position:absolute!important;top:100%;right:50%;margin-top:-6px!important;margin-right:-6px!important;width:12px;height:24px;overflow:hidden;transform:rotate(-90deg)}.wn-p-t-right i:after{content:'';position:absolute;width:12px;height:12px;left:0;top:50%;transform:translate(50%,-50%) rotate(-45deg);background-color:#535a61;box-shadow:0 8px 9px -4px #535a61}.wn-p-t-right .wn-p-t-text-content h5{color:#fff;font-size:17px;font-weight:600;margin:-20px;padding:15px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #32363a;border-radius:6px 6px 0 0}.mec-addon-box-footer a:hover .wn-p-t-right{visibility:visible;opacity:1}#mec_organizer_user+.select2-container,#mec_speaker_user+.select2-container{min-width:224px!important}.mec-add-event-tabs-wrap .select2-container,.mec-create-shortcode-tab-content .select2-container{min-height:38px;height:auto;box-sizing:border-box;margin-bottom:8px;padding:0 6px;border-radius:2px;border:1px solid #ddd;box-shadow:inset 0 1px 6px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;transition:50ms border-color ease-in-out;min-width:200px;font-size:14px}.mec-add-event-tabs-wrap .select2-selection,.mec-create-shortcode-tab-content .select2-selection{border:none;background:0 0;padding-top:3px;width:100%;height:100%}.mec-add-event-tabs-wrap .select2-container--default.select2-container--focus .select2-selection,.mec-create-shortcode-tab-content .select2-container--default.select2-container--focus .select2-selection{border:none!important;outline:0}.mec-add-event-tabs-wrap .select2-container--default .select2-selection--single .select2-selection__arrow,.mec-create-shortcode-tab-content .select2-container--default .select2-selection--single .select2-selection__arrow{top:5px;right:4px}.fs-webform-container div .fserv-container{width:100%!important;max-width:none!important;min-height:208px!important;box-shadow:0 1px 16px rgba(0,0,0,.034)!important;border-radius:2px!important;padding:0!important;margin-bottom:0!important;margin-top:30px!important}.fserv-container .fserv-form-name{font-weight:600!important;position:relative!important;font-size:20px!important;padding:20px!important;border-bottom:1px solid #ededed!important;text-align:left!important;margin:0!important}.fserv-form-description{padding:10px 30px!important;margin:1em 0 0!important;line-height:1.5!important;font-size:16px!important}.fserv-container form{padding:0!important;padding-left:28px!important}.fserv-container .fserv-label{display:none!important}.fserv-field{display:inline-block;width:41%!important;padding:0!important;margin:0!important;margin-right:25px!important}.fserv-field+div:not(.fserv-field){margin:0!important;border:none!important;text-align:left!important;padding-left:4px!important;margin-top:0!important;padding-top:0!important;display:inline-block;margin-right:10px!important}.fserv-container .powered-by{display:none!important}#webnus-dashboard .mec-intro-section .mec-intro-section-link-tag{font-weight:500;border-radius:2px;text-shadow:none;box-shadow:0 1px 3px rgba(0,0,0,.06);background:#fff;background:linear-gradient(95deg,#fff 0,#fff 50%,#fff 100%)!important;border:1px solid #e7e7e7;transition:.24s}#webnus-dashboard .mec-intro-section .mec-intro-section-link-tag.button-primary,#webnus-dashboard .total-bookings button,button.fserv-button-submit{color:#fff!important;font-weight:500!important;border-radius:2px!important;box-shadow:0 3px 10px -4px #008aff!important;text-shadow:none!important;background:#008aff!important;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%)!important;border:none!important;transition:.24s!important}#webnus-dashboard .total-bookings button{line-height:39px;padding:0 36px}#webnus-dashboard .mec-intro-section .mec-intro-section-link-tag.button-primary,#webnus-dashboard .mec-intro-section .mec-intro-section-link-tag:hover{color:#fff!important}#webnus-dashboard .mec-intro-section .mec-intro-section-link-tag:hover,#webnus-dashboard .total-bookings button:hover,button.fserv-button-submit:hover{background:#222!important;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%)!important;box-shadow:0 5px 23px -7px rgba(0,0,0,.5)!important;cursor:pointer!important}.fserv-container input::-webkit-input-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input::-moz-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input:-ms-input-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input:-moz-placeholder{font-family:Inherit!important;font-size:14px}input.fserv-input-text{height:38px;box-sizing:border-box;margin-bottom:8px;padding:0 6px;box-shadow:none;border-radius:2px;box-shadow:inset 0 1px 5px rgba(0,0,0,.05)}.fserv-field label.error{display:none!important}.fs-notifier{position:fixed!important;top:40px!important;width:300px!important;max-width:300px!important;margin:0!important;right:20px!important;left:unset!important}.post-type-mec-events .lity{background:#edf0f3}.post-type-mec-events .lity-container{width:60vW;max-width:883px;margin:0 auto;border-radius:7px}.post-type-mec-events .lity-content:after{display:none}.mec-manage-events-lightbox{box-shadow:0 3px 20px rgba(0,0,0,.05)}.w-clearfix.mec-attendees-content img{display:inline-block;width:25px;height:25px;vertical-align:middle;margin-right:7px}.post-type-mec-events .mec-attendees-list-head{background:#008aff;color:#fff;text-align:center;padding:17px 0;text-transform:capitalize;font-size:26px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;border-radius:7px 7px 0 0;line-height:43px;box-shadow:0 3px 15px rgba(0,138,255,.25);z-index:99}.mec-attendees-list-wrap{display:flex;width:100%;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;background:#fff;box-shadow:0 3px 20px rgba(0,0,0,.05);border-radius:0 0 5px 5px;overflow:hidden}.mec-attendees-list-left{flex:1;background:#f6f8fa;padding:0;border-radius:0;position:relative}.mec-attendees-list-right,.mec-send-email-form-wrap{flex:1;border-radius:0 0 5px 5px;padding:0 20px 20px;background:#f2f4f7}.mec-attendees-list-left-menu a{display:inline-block;line-height:22px;font-size:12px;color:#000;font-weight:500;border-bottom:1px solid #eaebec;border-left:1px solid #eaebec;padding-bottom:0;padding:7px 6px;margin-bottom:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;transition:all .2s ease;text-decoration:none;text-align:center}.mec-attendees-list-left-menu a.selected-day{color:#008aff}.mec-attendees-list-left-menu .owl-item:last-child a{border-right:1px solid #eaebec}.mec-attendees-list-right table{width:100%}.w-clearfix.mec-attendees-head{margin-top:30px;border-bottom:2px solid #008aff;padding-bottom:18px;margin-bottom:3px}.w-clearfix.mec-attendees-content [class^=w-col-xs-],.w-clearfix.mec-attendees-head [class^=w-col-xs-]{padding:0}.w-clearfix.mec-attendees-head span{font-weight:600;color:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;font-size:17px}.w-clearfix.mec-attendees-content{background:#fff;margin-bottom:2px;padding:10px 20px}.mec-attendees-list-left-menu{height:36px;margin-left:35px;margin-right:36px}.mec-attendees-list-left-menu a:active,.mec-attendees-list-left-menu a:focus,.mec-attendees-list-left-menu a:visited{outline:0;box-shadow:none}.mec-attendees-list-left-menu .owl-item{display:inline-block}.mec-attendees-list-left-menu .owl-stage{min-width:800px!important}.owl-nav.disabled .owl-next{position:absolute;right:0;top:0}.owl-nav.disabled .owl-prev{position:absolute;left:0;top:0}.owl-nav.disabled button{background:#fff;box-shadow:none;border:1px solid #ccc;height:36px;width:36px;font-size:54px;line-height:54px}.owl-nav.disabled button span{margin-top:-18px;display:block}.mec-cover-loader:after{content:'';position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(255,255,255,.5);z-index:99999}.mec-loader{background:rgba(0,0,0,0);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9}.mec-loader,.mec-loader:after{border-radius:50%;width:5em;height:5em;z-index:999999999999}.mec-loader{font-size:10px;text-indent:-9999em;border-top:.5em solid rgba(0,0,0,.2);border-right:.5em solid rgba(0,0,0,.2);border-bottom:.5em solid rgba(0,0,0,.2);border-left:.5em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:mecloader 1.1s infinite linear;animation:mecloader 1.1s infinite linear}@media(max-width:992px){.post-type-mec-events .lity-container{width:80vw}}@-webkit-keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mec-report-backtoselect-wrap,.mec-report-sendmail-form-wrap{display:none}.mec-report-select-event-wrap .select2{width:100%!important}.mec-report-select-event-wrap .select2-container--default .select2-selection--single{border-radius:2px;border:1px solid #e2e3e4;height:38px;padding-top:5px;width:100%;box-shadow:0 2px 3px rgba(0,0,0,.03)}.mec-report-select-event-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{height:36px}.mec-report-select-event-wrap .select2-container--open .select2-dropdown--below{box-shadow:0 2px 8px rgba(0,0,0,.12);border-color:#d7d8d9}.select2-container--default .select2-search--dropdown .select2-search__field{box-shadow:0 2px 8px rgba(0,0,0,.06) inset;border-color:#d7d8d9;border-radius:2px}.mec-report-select-event-wrap input[type=text],.mec-report-select-event-wrap select{border:1px solid #e2e3e4;font-size:13px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;margin-bottom:15px;border-radius:2px;box-shadow:0 2px 3px rgba(0,0,0,.03);max-width:150px}.mec-report-select-event-wrap .select2-container--default{max-width:400px}.mec-report-select-event-wrap select.mec-reports-selectbox-dates{height:38px;min-width:260px;margin:0 0 0 10px;padding-left:15px}.mec-report-sendmail-form-wrap,.mec-report-sendmail-wrap{padding:30px 15px;background:#fff;border:1px solid #e2e3e4;margin:15px 0 5px;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.02)}.mec-report-sendmail-wrap .w-col-sm-12:before{background:url(../img/email-document.png) no-repeat left top;content:"";display:block;width:90px;height:70px;z-index:100;float:left}.mec-report-sendmail-wrap p{margin:0 0 15px;font-size:15px;color:#7d8284}.mec-report-backtoselect-wrap button,.mec-report-sendmail-wrap .w-col-sm-12 button,.mec-send-email-form-wrap .mec-send-email-button{background:#19cde9;border:none;color:#fff;font-size:13px!important;padding:6px 16px;border-radius:2px;cursor:pointer;box-shadow:0 1px 2px rgba(25,205,233,.25);transition:all .2s ease}.mec-report-backtoselect-wrap button:hover,.mec-report-sendmail-wrap .w-col-sm-12 button:hover,.mec-send-email-form-wrap .mec-send-email-button:hover{background:#04bfdc;box-shadow:0 1px 2px rgba(25,205,233,.05)}.mec-report-backtoselect-wrap button{margin-top:15px}.mec-report-selected-event-attendees-wrap{border:1px solid #96e3ef;padding:0;margin:20px 0;border-radius:3px;box-shadow:0 2px 14px rgba(25,205,233,.1);display:none}.mec-report-sendmail-wrap{display:none}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head{background:#c7eef4;border-bottom:1px solid #96e3ef;padding:15px;margin:0;border-radius:3px 3px 0 0}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content{margin:0;padding:8px 15px;border-bottom:1px solid #e4eef0;font-size:13px;line-height:25px}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content:hover{background:#f3fdfe}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content:last-child{border-bottom:none;border-radius:0 0 3px 3px}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content img{border-radius:25px;margin-left:8px}.mec-report-selected-event-attendees-wrap input[type=checkbox]{border-radius:3px;margin-top:0}.mec-report-selected-event-attendees-wrap .mec-attendees-head .w-col-xs-2.name{padding-left:10px}.mec-report-selected-event-attendees-wrap .checkin_status span{font-weight:600}.mec-report-selected-event-attendees-wrap .w-col-sm-12>p{text-align:center}.mec-attendees-list-right,.mec-send-email-form-wrap{flex:1;border-radius:0;padding:0;background:0 0;max-width:674px;margin:0 auto}.mec-report-sendmail-form-wrap{padding:0 30px 45px}.mec-send-email-form-wrap h2{background:url(../img/email-document.png) no-repeat center top;padding-top:70px;font-size:22px;font-weight:600;text-align:center;padding-bottom:10px;padding-left:10px;margin-bottom:0}#webnus-dashboard .mec-send-email-form-wrap .wp-editor-tools button{font-size:13px;font-weight:400;color:#444;line-height:1;margin-bottom:0}#webnus-dashboard .mec-send-email-form-wrap .wp-editor-tabs button{min-height:30px}.mec-send-email-form-wrap input.widefat{min-height:40px;border:1px solid #e2e3e4;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.02)}.mec-send-email-form-wrap input.widefat:focus{border:1px solid #96e3ef}.mec-send-email-form-wrap h4.mec-send-email-count{font-weight:400;text-align:center;margin-bottom:30px;margin-top:0;padding-top:0}.mec-send-email-form-wrap .mec-send-email-button{min-height:40px;line-height:40px;padding:0;font-size:17px!important;font-weight:600}.mec-send-email-form-wrap .mce-menubtn.mce-fixed-width span{height:20px;padding-top:2px}.lity.mec-add-shortcode-popup{background-color:#b7e4e3}.lity.mec-add-shortcode-popup .lity-content{box-shadow:0 3px 20px 0 rgba(91,188,190,.55);border-radius:10px;height:100%}.mec-add-shortcode-popup .lity-container{width:930px;height:620px}.mec-add-shortcode-popup .lity-content:after{display:none}.mec-add-shortcode-popup div#mec_popup_shortcode{background:#fff;overflow:hidden;display:flex;width:100%;border-radius:10px;height:100%}.mec-steps-container{width:92px;text-align:center;background:#fff}.mec-steps-panel{width:calc(100% - 92px);background:#eef4f5}.mec-steps-container ul{text-align:center;display:block;margin-top:62px}.mec-steps-container ul li{width:22px;height:70px;margin:0 auto;position:relative}.mec-steps-container ul li span{border-radius:50px;background-color:rgba(26,175,251,.16);width:22px;height:22px;display:inline-block;padding-top:2px;font-size:11px;font-weight:700;color:#1aaffb}.mec-steps-container ul li:after,.mec-steps-container ul li:before{content:'';display:block;height:24px;width:2px;background:rgba(26,175,251,.16);margin-left:calc(50% - 1px)}.mec-steps-container ul li:first-of-type:before,.mec-steps-container ul li:last-of-type:after{display:none}.mec-steps-container ul li:first-of-type{height:46px}li.mec-step.mec-step-passed span,li.mec-step.mec-step-passed:after,li.mec-step.mec-step-passed:before{background-color:#2dcb73;color:#fff}.mec-steps-container img{margin-top:27px}.mec-steps-header{display:flex;background:#fff;border-radius:5px;box-shadow:0 3px 22px 0 rgba(11,121,125,.01);padding:12px 22px;margin-bottom:50px}.mec-steps-header-settings{width:65px}.mec-steps-header-userinfo{width:calc(100% - 65px)}.mec-steps-panel{padding:35px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.mec-steps-header-userinfo span{display:inline-block;vertical-align:middle}.mec-steps-header-userinfo span img{height:40px;border-radius:50px;margin-right:8px;vertical-align:middle}.mec-steps-header-userinfo span.mec-steps-header-name{font-size:14px;color:#778182}span.mec-steps-header-add-text{color:#839294;font-size:12px;margin-left:5px}.mec-steps-header-settings a{height:100%;display:block;padding-top:11px;text-decoration:none;font-size:12px;color:#707070}.mec-steps-header-settings a i{color:#1aaffb;font-size:16px;vertical-align:text-top;margin-right:5px}.mec-next-previous-buttons{clear:both}.mec-next-previous-buttons button.mec-button-next{float:right;background:#008aff;border:none;color:#fff;cursor:pointer;width:123px;text-align:left;padding:8px 18px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);transition:all .3s ease;outline:0}.mec-next-previous-buttons button:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}.mec-next-previous-buttons button.mec-button-next img{position:absolute;top:16px;right:18px}.mec-next-previous-buttons button{position:relative}.mec-next-previous-buttons button.mec-button-prev{background:#fff;border:none;color:#000;cursor:pointer;width:123px;text-align:right;padding:8px 15px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(11,121,125,.01);transition:all .3s ease;outline:0}.mec-next-previous-buttons button.mec-button-prev img{position:absolute;top:16px;left:18px}.mec-next-previous-buttons button.mec-button-prev:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3);color:#fff}.mec-next-previous-buttons button.mec-button-new{background:#008aff;float:right;border:none;color:#fff;cursor:pointer;width:154px;text-align:left;padding:8px 18px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);transition:all .3s ease;outline:0}.mec-next-previous-buttons button.mec-button-new:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}.mec-next-previous-buttons button.mec-button-new img{vertical-align:sub;margin-left:-3px;margin-right:8px}div#mec_popup_shortcode_form{height:calc(100% - 37px)}.mec-steps-content-container{display:flex;flex-direction:column;height:100%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1{background:url(../../assets/img/popup/first-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .popup-sh-name-required{color:red;display:none;font-style:italic;font-size:12px;margin-top:8px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1{top:50%;position:absolute;width:360px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]{width:360px;height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]::-webkit-input-placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]:-ms-input-placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]::placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/add-sh-icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul{height:386px;overflow-x:hidden;overflow-y:scroll;padding-left:60px;margin-top:-22px;margin-bottom:0;position:relative;padding-bottom:19px!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li{width:193px!important;float:left!important;min-height:135px!important;height:160px;margin:1.66%!important;box-sizing:border-box;text-align:center;padding:10px!important;border-radius:5px;border:2px solid #c4edff;background:#fff!important;cursor:pointer}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li.active{border-color:#00acf8;box-shadow:0 3px 5px rgba(0,172,248,.2)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-img img{margin:4px 0 1px 1px;line-height:1;max-width:68px;max-height:56px;filter:grayscale(1);-webkit-filter:grayscale(1);transition:all .22s ease;-webkit-transition:all .22s ease;-moz-transition:all .22s ease;-ms-transition:all .22s ease;-o-transition:all .22s ease}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text input{display:block;margin:0 auto;margin-top:6px;border:2px solid #e1e7ed;box-shadow:0 3px 6px 0 rgba(0,0,0,.05);position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-img{padding-top:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li .mec-step-popup-skin-text input{display:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text:before{width:14px;height:14px;content:'';border-radius:50px;background:#fff;display:block;position:absolute;left:calc(50% - 7px);top:24px;z-index:99;border:2px solid #e1e7ed;box-shadow:0 3px 6px 0 rgba(0,0,0,.05)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text{position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 li.active .mec-step-popup-skin-text:before{background:#008aff;border:none;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);width:16px;height:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 li.active .mec-step-popup-skin-text:after{width:4px;height:4px;display:block;content:'';position:absolute;background:#fff;left:calc(50% - 1px);top:30px;z-index:999;border-radius:50px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 span.wn-hover-img-sh{display:block}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles{height:386px;overflow-x:hidden;padding-left:60px;padding-bottom:19px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label{width:193px!important;float:left!important;margin:1.66%!important;text-align:center}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label span{width:193px!important;float:left!important;min-height:135px!important;height:150px;box-sizing:border-box;border-radius:5px;border:2px solid #c4edff;background:#fff!important;cursor:pointer;margin-bottom:5px;margin-top:-6px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label.active span{border-color:#00acf8;box-shadow:0 3px 5px rgba(0,172,248,.2)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label div{font-size:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label.active div{color:#008aff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles input{opacity:0;display:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-steps-content.mec-steps-content-3{margin-top:-18px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 span.wn-hover-img-sh img{width:189px;height:146px;border-radius:5px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4{background:url(../../assets/img/popup/fourth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 .nice-select{border:none;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4{top:40%;position:absolute;width:330px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 h3{font-size:13px;font-weight:400;color:#707070}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div{border:2px dashed #dce2e3;border-radius:3px;padding:20px 20px 6px;background:#fcfcfc}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div label{display:block;margin-bottom:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup{box-shadow:0 3px 13px -5px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.07);clear:unset!important;-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:300px!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup:hover{border-color:#dbdbdb}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open .list{overflow:unset;width:100%;margin:0}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.disabled{border-color:#ededed;color:#999;pointer-events:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.disabled:after{border-color:#ccc}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .list:hover .option:not(:hover){background-color:transparent!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:28px!important;min-height:28px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option .wn-hover-img-sh img{position:absolute;padding:3px;top:-1px;left:100%;box-shadow:0 4px 42px -5px rgba(0,0,0,.16);visibility:hidden;opacity:0;border:1px solid #e3e3e3;border-radius:2px;z-index:99999999;background:#fff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option:hover .wn-hover-img-sh img{visibility:visible;opacity:1}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.focus,.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.selected.focus,.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option:hover{background-color:#f6f6f6}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.selected{font-weight:700}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.disabled{background-color:transparent;color:#999;cursor:default}.mec-add-shortcode-popup .no-csspointerevents .wn-mec-select-popup .list{display:none}.mec-add-shortcode-popup .no-csspointerevents .wn-mec-select-popup.open .list{display:block}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input{background:#fff;position:relative;width:24px;height:24px;border:1px solid #cacece}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input:before{disaply:none}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label.active input{background:#008aff;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);border:none}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label.active input:before{background:#fff;width:6px;height:6px;top:6px;left:6px;position:absolute}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5{background:url(../../assets/img/popup/fifth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5{width:360px;margin-top:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher label{color:#707070;font-size:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher p{color:#8a8a8a;font-style:italic;font-size:12px;margin-top:7px;margin-bottom:0}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher{padding-bottom:30px;margin-bottom:34px;border-bottom:2px dashed #dce2e3;position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher:last-of-type{padding-bottom:0;margin-bottom:0;border:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher div:last-of-type label{position:absolute;top:-4px;right:0;width:52px;height:26px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input:checked+label:after{margin-left:26px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input+label:after,.mec-add-shortcode-popup .mec-switcher input+label:before{display:block;position:absolute;top:2px;left:1px;bottom:2px;content:""}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input+label:after{width:23px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6{background:url(../../assets/img/popup/sixth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-content.mec-steps-content-6{margin-top:56px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode{width:325px;border:2px dashed #dce2e3;background:#fcfcfc;padding:42px 42px 47px;text-align:center}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode h3{font-size:16px;font-weight:400;color:#707070;margin-top:7px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code{border-radius:3px;background:rgba(154,214,222,.35);width:243px;margin:0 auto;padding:14px 17px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code code{background:0 0;color:#000;font-size:14px;font-weight:600;margin-left:-11px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button{border:none;background:#fff;border-radius:3px;padding:3px 8px 6px;margin-left:46px;cursor:pointer}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button:hover{background:#000;color:#fff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-results p{width:325px;text-align:center;font-size:12px;margin-top:5px;color:#8a8a8a}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-loading{width:325px;border:2px dashed #dce2e3;background:#fcfcfc;padding:42px 42px 47px;text-align:center;height:182px;position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-loading .mec-loader{position:absolute;left:136px;top:65px}.mec-add-event-popup button.lity-close,.mec-add-shortcode-popup button.lity-close{right:0;top:-52px;border-radius:50%;width:37px;height:37px;background:#fff;color:#a2afbc;text-shadow:none;padding-top:1px;transition:all .2s ease;position:absolute;box-shadow:0 3px 8px 0 rgba(91,188,190,.55)}.mec-add-event-popup button.lity-close:hover,.mec-add-shortcode-popup button.lity-close:hover{background:#000;color:#fff;box-shadow:0 3px 8px 0 rgba(0,0,0,.55)}.mec-skin-styles.mec-styles-full_calendar h3{padding-left:12px}.lity.mec-add-event-popup{background-color:#b7e4e3}.mec-add-event-popup .lity-container{width:930px;height:620px;max-width:unset}.mec-add-event-popup div#mec_popup_event{background:#fff;overflow:hidden;display:flex;width:100%;border-radius:10px;height:100%}.lity.mec-add-event-popup .lity-content{box-shadow:0 3px 20px 0 rgba(91,188,190,.55);border-radius:10px;height:100%}div#mec_popup_event_form{height:calc(100% - 37px)}.mec-add-event-popup .mec-steps-container ul{margin-top:42px}.mec-add-event-popup .mec-steps-container ul li:first-of-type{height:41px}.mec-add-shortcode-popup .mec-steps-container ul li:after,.mec-add-shortcode-popup .mec-steps-container ul li:before{height:24px}.mec-add-event-popup .mec-steps-container ul li:after,.mec-add-event-popup .mec-steps-container ul li:before{height:19px}.mec-add-event-popup .mec-steps-container ul li{height:60px}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup{box-shadow:0 3px 22px 0 rgba(11,121,125,.01);border:none;clear:unset!important;-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:3px;box-sizing:border-box;cursor:pointer;display:block;float:left;font-family:inherit;font-size:12px;font-weight:400;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;height:46px;margin-right:6px;padding-top:3px;color:#707070}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open{border-radius:3px 3px 0 0}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup:hover{border-color:#dbdbdb}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open .list{overflow:unset;width:100%;margin:0}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:0 0 0 0 rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9;margin-top:1px!important}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup:after{border-bottom:2px solid #00acf8;border-right:2px solid #00acf8;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:15px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.disabled{border-color:#ededed;color:#999;pointer-events:none}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.disabled:after{border-color:#ccc}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list:hover .option:not(:hover){background-color:transparent!important}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:22px!important;min-height:22px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.focus,.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.selected.focus,.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option:hover{background-color:#f6f6f6}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.selected{font-weight:700}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.disabled{background-color:transparent;color:#999;cursor:default}.mec-add-event-popup .no-csspointerevents .wn-mec-select-popup .list{display:none}.mec-add-event-popup .no-csspointerevents .wn-mec-select-popup.open .list{display:block}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1{background:url(../../assets/img/popup/add-event-first-step.png) no-repeat 100% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name{width:100%;height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name::-webkit-input-placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name:-ms-input-placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/calendar_icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1{top:210px;position:absolute;width:370px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .popup-sh-name-required{color:red;display:none;font-style:italic;font-size:12px;margin-top:8px}.mec-add-event-popup .mec-meta-box-colors-container{background:#fff;padding:17px;border-radius:3px;box-shadow:0 3px 22px rgba(11,121,125,.01);margin-top:15px}.mec-add-event-popup .wp-picker-container .wp-color-result.button{border-color:#f1f2f4;border-radius:3px;box-shadow:0 2px 2px rgba(0,0,0,.04)}.mec-add-event-popup .mec-recent-color-sec{display:block!important;font-size:12px;color:#707070}.mec-add-event-popup .mec-form-row.mec-available-color-row{border:2px dashed #dce2e3;padding:13px 20px;background:#fcfcfc;border-radius:3px}.mec-add-event-popup .wp-color-result-text{background:#f7f7f7;border-radius:unset;border-left:none;color:#555;display:block;line-height:2.54545455;padding:0 6px;text-align:center}.mec-add-event-popup .mec-form-row.mec-available-color-row .mec-color{width:12px;height:12px;position:absolute;top:-5px;left:0;z-index:99}.mec-add-event-popup span.mec-color-meta-box-popup{display:inline-block!important;width:20px;height:20px;border-radius:50px;position:absolute;top:1px;left:6px;z-index:9}.mec-add-event-popup span.mec-recent-color-sec-wrap{width:20px;height:20px;display:inline-block;margin-right:12px;margin-top:7px;margin-left:-6px;position:relative}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2{background:url(../../assets/img/popup/sixth-step.png) no-repeat 95% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4{width:auto}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/calendar_icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4 input{padding-left:36px;width:148px;padding:22px 17px 22px 34px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form select{height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#707070;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-form-row .time-dv{float:left;margin-left:-2px;margin-right:4px;margin-top:12px;color:#b1b2b4}div#mec_meta_box_date_form .mec-form-row{margin-bottom:9px}.mec-add-event-popup .mec-steps-content.mec-steps-content-2{margin-top:60px}.mec-add-event-popup .mec-steps-content.mec-steps-content-2 .mec-form-row.mec-all-day-event label{font-size:14px;color:#707070}.mec-add-event-popup .mec-steps-content.mec-steps-content-2 .mec-form-row.mec-all-day-event{margin-top:13px!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-3,.mec-add-event-popup .mec-steps-content.mec-steps-content-4{margin-top:-9px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-3{background:url(../../assets/img/popup/fifth-step.png) no-repeat 90% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-4{background:url(../../assets/img/popup/add-organizer.png) no-repeat 95% 70%}.nice-select.mec_popup_location_id.wn-mec-select-popup,.nice-select.mec_popup_organizer_id.wn-mec-select-popup{position:relative;width:166px;padding-left:36px}.nice-select.mec_popup_location_id.wn-mec-select-popup:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/pointer.png) no-repeat center center;position:absolute;top:17px;left:17px}.nice-select.mec_popup_organizer_id.wn-mec-select-popup:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/pointer.png) no-repeat center center;position:absolute;top:17px;left:17px}#mec_popup_event button#mec_popup_add_location:before,#mec_popup_event button#mec_popup_add_organizer:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content-container .nice-select.mec_popup_location_id.wn-mec-select-popup.open .list li,.mec-add-event-popup .mec-steps-content-container .nice-select.mec_popup_organizer_id.wn-mec-select-popup.open .list li{line-height:32px!important;min-height:32px!important}#mec_popup_event .mec-steps-content .mec-tooltip{bottom:8px}#mec_popup_event .mec-steps-content .mec-tooltip .dashicons-before:before{color:#008aff}#mec_popup_event button#mec_organizer_thumbnail_button,#mec_popup_event button#mec_popup_add_location,#mec_popup_event button#mec_popup_add_organizer{background:#008aff;border-radius:3px;border:none;color:#fff;width:146px;height:46px;margin-left:10px;box-shadow:0 3px 3px 0 rgba(0,138,255,.22);font-size:14px;cursor:pointer;transition:all .2s ease;outline:0;position:relative;padding-left:20px}#mec_popup_event button#mec_organizer_thumbnail_button:hover,#mec_popup_event button#mec_popup_add_location:hover,#mec_popup_event button#mec_popup_add_organizer:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}#mec_popup_event label[for=mec_location_dont_show_map]{font-size:14px;margin-left:4px;margin-top:12px!important;display:inline-block;margin-bottom:7px}#mec_popup_event input#mec_location_dont_show_map{margin-top:9px!important}#mec_popup_event div#mec_location_new_container,#mec_popup_event div#mec_organizer_new_container{border-top:2px dashed #dce2e3;width:360px;padding-top:25px;margin-top:20px}#mec_popup_event div#mec_location_new_container input,#mec_popup_event div#mec_organizer_new_container input{width:100%;height:46px;border:none;border-radius:3px;padding-left:17px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}#mec_popup_event div#mec_location_new_container .description,#mec_popup_event div#mec_organizer_new_container .description{border:none;padding:0;margin:0;margin-left:16px;line-height:19px;font-size:12px;color:#707070;font-style:normal;margin-top:-4px;display:block}#mec_popup_event .mec-form-row.mec-lat-lng-row input{width:44%!important}#mec_popup_event .mec-form-row.mec-lat-lng-row input:first-of-type{margin-right:10px}#mec_popup_event div#mec_organizer_new_container{margin-top:30px}#mec_popup_event div#mec_organizer_new_container .mec-form-row:first-of-type .mec-col-6:first-of-type{margin-right:14px!important}#mec_popup_event div#mec_organizer_new_container .mec-form-row:first-of-type .mec-col-6{width:48%;margin:0}#mec_popup_event button#mec_organizer_thumbnail_button:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/picture.png) no-repeat center center;position:absolute;top:16px;left:15px}#mec_popup_event button#mec_organizer_thumbnail_button{width:96%;padding-left:30px}.mec-add-event-popup .mec-steps-content.mec-steps-content-4 div#mec_organizer_thumbnail_img{position:absolute;right:10px;top:-20px}.mec-add-event-popup .mec-steps-content.mec-steps-content-4 div#mec_organizer_thumbnail_img img{max-width:110px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5{background:url(../../assets/img/popup/fourth-step.png) no-repeat 90% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input{height:30px;border:none;border-radius:3px;padding-left:10px;margin-left:20px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01);float:right;margin-top:-4px}.mec-add-event-popup .mec-steps-content.mec-steps-content-5{width:326px;margin-top:48px}.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li{display:inline-block;background:#fff;border:none;cursor:pointer;padding:12px 18px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;margin-right:10px;height:42px;color:#008aff;font-size:14px;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li.mec-categories-tab-selected,.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li:hover{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3)}.mec-add-event-popup .mec-categories-tab-contents{background:#fff;padding:20px;border:2px dashed #dce2e3;margin-bottom:13px;margin-top:-5px}.mec-add-event-popup .mec-categories-tab-contents ul,.mec-add-event-popup .mec-categories-tab-contents ul li:last-of-type{margin:0}.mec-add-event-popup .mec-categories-tab-contents ul li{font-size:14px;color:#707070}.mec-add-event-popup .mec-categories-tab-contents.mec-form-row input[type=checkbox]{margin-top:0}.mec-add-event-popup span#mec_popup_new_category_button{cursor:pointer;position:relative;padding-left:18px;font-size:14px}.mec-add-event-popup span#mec_popup_new_category_button:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus-blue.png) no-repeat center center;position:absolute;top:3px;left:0}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content.mec-steps-content-6.mec-steps-content-active{margin-top:-10px;height:70%}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-tinymce.mce-container.mce-panel{height:100%;border:1px solid #ececec!important;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)!important;border-radius:3px!important;overflow:hidden}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container-body.mce-stack-layout{height:100%;background:#f5f5f5}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container *{border:none!important;box-shadow:none!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item{height:90%}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last{display:none!important}.mec-add-event-popup .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item iframe{height:100%!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-7.mec-steps-content-active{height:70%;background:#fff;border:2px dashed #dce2e3;border-radius:3px;text-align:center;vertical-align:middle;margin-top:-10px;position:relative}.mec-add-event-popup .mec-event-popup-featured-image-wrapper{display:flex;justify-content:center;align-items:center;height:100%}.mec-add-event-popup button#mec_popup_upload_image_button{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3);display:inline-block;border:none;cursor:pointer;padding:12px 18px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;height:42px;font-size:14px;margin-right:0}.mec-add-event-popup div#mec_event_popup_featured_image_preview img{max-height:300px;max-width:740px;margin-top:20px;margin-bottom:0}.mec-add-event-popup button#mec_popup_upload_image_button:hover{background:#000;box-shadow:0 3px 3px 0 rgba(0,0,0,.3)}.mec-add-event-popup .mec-event-popup-featured-image-wrapper span i{border-radius:50px;color:#bb353f;right:10px;top:10px;font-size:30px;position:absolute;cursor:pointer}.mec-add-event-popup .mec-steps-content.mec-steps-content-8{height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results .mec-steps-8-results-wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-loading .mec-loader{left:calc(50% - 2.5em);top:calc(50% - 2.5em)}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results{height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view{display:inline-block;background:#fff;border:none;cursor:pointer;padding:12px 22px 12px 36px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;margin-right:10px;height:46px;font-size:14px;box-shadow:0 3px 3px 0 rgba(0,0,0,.04);text-decoration:none;color:#000;position:relative;line-height:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view:hover{background-color:#000;color:#fff}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/eye.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3);display:inline-block;border:none;cursor:pointer;padding:11px 22px 11px 36px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;height:46px;font-size:14px;margin-right:0;position:relative;line-height:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new:hover{background:#000;box-shadow:0 3px 3px 0 rgba(0,0,0,.3)}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-popup-final-buttons{margin-top:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results-wrap h3{font-size:26px;font-weight:400}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup{min-width:64px}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup .list{overflow-y:scroll!important;height:288px;margin-top:4px!important;box-shadow:0 1px 9px rgba(0,0,0,.1);border-radius:0}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup .list::-webkit-scrollbar-track{background-color:#f6f6f6}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup .list::-webkit-scrollbar{width:3px;background-color:#f6f6f6}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup .list::-webkit-scrollbar-thumb{background-color:rgba(26,175,251,.16)}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup:last-child .list{overflow:unset!important;height:unset}.ac-mec-events.ac-search-enabled .tablenav .ac-search>:not(#ac-s).lity-hide{display:none}.mec-go-pro-content-title{font-size:20px;font-weight:600;margin-bottom:12px}.mec-go-pro-features-wrap p{font-size:14px}.mec-go-pro-features-wrap .mec-addons-notification-box-content{width:calc(100% - 590px);display:inline-block;padding-left:20px}.mec-go-pro-features-wrap ul{float:left;width:50%;margin:0 0 12px}.mec-go-pro-features-wrap ul li{margin-bottom:1px;font-size:13px;color:#717479;padding-left:18px;position:relative}.mec-go-pro-features-wrap ul li:before{position:absolute;left:-1px;top:6px;color:#36da74;font-size:13px;font-weight:700;vertical-align:middle;font-family:simple-line-icons;border-radius:50%;padding:0;width:13px;height:13px;line-height:13px;z-index:3;background:rgba(64,241,147,.12);content:"\e080"}.post-type-mec-books.taxonomy-mec_coupon .metabox-prefs .screen-options label,.post-type-mec-events.taxonomy-mec_category .metabox-prefs .screen-options label,.post-type-mec-events.taxonomy-mec_label .metabox-prefs .screen-options label,.post-type-mec-events.taxonomy-post_tag .metabox-prefs .screen-options label,.taxonomy-mec_location .metabox-prefs .screen-options label,.taxonomy-mec_organizer .metabox-prefs .screen-options label,.taxonomy-mec_speaker .metabox-prefs .screen-options label{margin-top:-15px}.post-type-mec-books.taxonomy-mec_coupon #mec_thumbnail_img img,.post-type-mec-events.taxonomy-mec_category #mec_thumbnail_img img,.post-type-mec-events.taxonomy-mec_label #mec_thumbnail_img img,.post-type-mec-events.taxonomy-post_tag #mec_thumbnail_img img,.taxonomy-mec_location #mec_thumbnail_img img,.taxonomy-mec_organizer #mec_thumbnail_img img,.taxonomy-mec_speaker #mec_thumbnail_img img{margin:0 0 20px 0;border:solid 1px #ddd;border-radius:2px}.post-type-mec-books.taxonomy-mec_coupon .form-wrap label,.post-type-mec-events.taxonomy-mec_category .form-wrap label,.post-type-mec-events.taxonomy-mec_label .form-wrap label,.post-type-mec-events.taxonomy-post_tag .form-wrap label,.taxonomy-mec_location .form-wrap label,.taxonomy-mec_organizer .form-wrap label,.taxonomy-mec_speaker .form-wrap label{padding:0;margin:10px 0}.post-type-mec-books.taxonomy-mec_coupon input[type=number],.post-type-mec-books.taxonomy-mec_coupon input[type=search],.post-type-mec-books.taxonomy-mec_coupon input[type=text],.post-type-mec-books.taxonomy-mec_coupon input[type=url],.post-type-mec-books.taxonomy-mec_coupon select,.post-type-mec-books.taxonomy-mec_coupon textarea,.post-type-mec-events.taxonomy-mec_category input[type=number],.post-type-mec-events.taxonomy-mec_category input[type=search],.post-type-mec-events.taxonomy-mec_category input[type=text],.post-type-mec-events.taxonomy-mec_category input[type=url],.post-type-mec-events.taxonomy-mec_category select,.post-type-mec-events.taxonomy-mec_category textarea,.post-type-mec-events.taxonomy-mec_label input[type=number],.post-type-mec-events.taxonomy-mec_label input[type=search],.post-type-mec-events.taxonomy-mec_label input[type=text],.post-type-mec-events.taxonomy-mec_label input[type=url],.post-type-mec-events.taxonomy-mec_label select,.post-type-mec-events.taxonomy-mec_label textarea,.post-type-mec-events.taxonomy-post_tag input[type=number],.post-type-mec-events.taxonomy-post_tag input[type=search],.post-type-mec-events.taxonomy-post_tag input[type=text],.post-type-mec-events.taxonomy-post_tag input[type=url],.post-type-mec-events.taxonomy-post_tag select,.post-type-mec-events.taxonomy-post_tag textarea,.taxonomy-mec_location input[type=number],.taxonomy-mec_location input[type=search],.taxonomy-mec_location input[type=text],.taxonomy-mec_location input[type=url],.taxonomy-mec_location select,.taxonomy-mec_location textarea,.taxonomy-mec_organizer input[type=number],.taxonomy-mec_organizer input[type=search],.taxonomy-mec_organizer input[type=text],.taxonomy-mec_organizer input[type=url],.taxonomy-mec_organizer select,.taxonomy-mec_organizer textarea,.taxonomy-mec_speaker input[type=number],.taxonomy-mec_speaker input[type=search],.taxonomy-mec_speaker input[type=text],.taxonomy-mec_speaker input[type=url],.taxonomy-mec_speaker select,.taxonomy-mec_speaker textarea{border:solid 1px #ddd;border-radius:2px;height:40px;line-height:38px;padding-left:10px;box-shadow:0 3px 10px -2px rgba(0,0,0,.05),inset 0 1px 2px rgba(0,0,0,.02);margin-bottom:15px}.post-type-mec-books.taxonomy-mec_coupon textarea,.post-type-mec-events.taxonomy-mec_category textarea,.post-type-mec-events.taxonomy-mec_label textarea,.post-type-mec-events.taxonomy-post_tag textarea,.taxonomy-mec_location textarea,.taxonomy-mec_organizer textarea,.taxonomy-mec_speaker textarea{min-height:86px}.post-type-mec-books.taxonomy-mec_coupon .button,.post-type-mec-books.taxonomy-mec_coupon .button-secondary,.post-type-mec-events.taxonomy-mec_category .button,.post-type-mec-events.taxonomy-mec_category .button-secondary,.post-type-mec-events.taxonomy-mec_label .button,.post-type-mec-events.taxonomy-mec_label .button-secondary,.post-type-mec-events.taxonomy-post_tag .button,.post-type-mec-events.taxonomy-post_tag .button-secondary,.taxonomy-mec_location .button,.taxonomy-mec_location .button-secondary,.taxonomy-mec_organizer .button,.taxonomy-mec_organizer .button-secondary,.taxonomy-mec_speaker .button{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:6px 22px}.post-type-mec-books.taxonomy-mec_coupon .mec_upload_image_button,.post-type-mec-events.taxonomy-mec_category .mec_upload_image_button,.post-type-mec-events.taxonomy-mec_label .mec_upload_image_button,.post-type-mec-events.taxonomy-post_tag .mec_upload_image_button,.taxonomy-mec_location .mec_upload_image_button,.taxonomy-mec_organizer .mec_upload_image_button,.taxonomy-mec_speaker .mec_upload_image_button{margin-bottom:20px}.post-type-mec-books.taxonomy-mec_coupon .button-secondary:focus,.post-type-mec-books.taxonomy-mec_coupon .button-secondary:hover,.post-type-mec-books.taxonomy-mec_coupon .button.focus,.post-type-mec-books.taxonomy-mec_coupon .button:focus,.post-type-mec-books.taxonomy-mec_coupon .button:hover,.post-type-mec-events.taxonomy-mec_category .button-secondary:focus,.post-type-mec-events.taxonomy-mec_category .button-secondary:hover,.post-type-mec-events.taxonomy-mec_category .button.focus,.post-type-mec-events.taxonomy-mec_category .button:focus,.post-type-mec-events.taxonomy-mec_category .button:hover,.post-type-mec-events.taxonomy-mec_label .button-secondary:focus,.post-type-mec-events.taxonomy-mec_label .button-secondary:hover,.post-type-mec-events.taxonomy-mec_label .button.focus,.post-type-mec-events.taxonomy-mec_label .button:focus,.post-type-mec-events.taxonomy-mec_label .button:hover,.post-type-mec-events.taxonomy-post_tag .button-secondary:focus,.post-type-mec-events.taxonomy-post_tag .button-secondary:hover,.post-type-mec-events.taxonomy-post_tag .button.focus,.post-type-mec-events.taxonomy-post_tag .button:focus,.post-type-mec-events.taxonomy-post_tag .button:hover,.taxonomy-mec_location .button-secondary:focus,.taxonomy-mec_location .button-secondary:hover,.taxonomy-mec_location .button.focus,.taxonomy-mec_location .button:focus,.taxonomy-mec_location .button:hover,.taxonomy-mec_organizer .button-secondary:focus,.taxonomy-mec_organizer .button-secondary:hover,.taxonomy-mec_organizer .button.focus,.taxonomy-mec_organizer .button:focus,.taxonomy-mec_organizer .button:hover,.taxonomy-mec_speaker .button-secondary:focus,.taxonomy-mec_speaker .button-secondary:hover,.taxonomy-mec_speaker .button.focus,.taxonomy-mec_speaker .button:focus,.taxonomy-mec_speaker .button:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);cursor:pointer;color:#fff}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container .fserv-form-description,.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container form{padding-left:105px!important}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container form .fserv-field{width:40.33333%!important}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container .fserv-form-description{position:relative!important}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container:before{background:url(../img/newsletter-document.png) no-repeat left top;content:"";width:100px;height:100px;position:absolute;top:96px;left:12px}@media (max-width:480px){.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container .fserv-form-description,.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container form{padding-left:90px!important}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container form .fserv-field{width:40%!important}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container:before{top:100px;left:10px}}.post-type-mec-events.taxonomy-mec_label .button.wp-color-result{background:0 0;text-align:right;padding:0 0 0 32px;border-radius:4px;box-shadow:unset;border:1px solid #ddd}.post-type-mec-events.taxonomy-mec_label .button.wp-color-result .wp-color-result-text{height:30px}.post-type-mec-events.taxonomy-mec_label .wp-picker-container input[type=text].wp-color-picker{width:70px;margin-top:-10px;height:32px}.post-type-mec-events.taxonomy-mec_label .wp-picker-default{height:32px;padding-top:2px;padding-bottom:2px}.post-type-mec-events.taxonomy-mec_label .wp-picker-container .iris-picker{margin-top:-10px}.mec-admin-dark-mode #mec_calendar_filter,.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left,.mec-admin-dark-mode #mec_metabox_booking,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left,.mec-admin-dark-mode #mec_metabox_details,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left,.mec-admin-dark-mode #webnus-dashboard .mec-pro-notice .info-msg,.mec-admin-dark-mode .w-box,.mec-admin-dark-mode .w-box-content pre,.mec-admin-dark-mode .w-clearfix.w-box.mec-addons-notification-box-wrap span,.mec-admin-dark-mode .w-clearfix.w-box.mec-cmsg-notification-box-wrap span,.mec-admin-dark-mode .wns-be-main,.mec-admin-dark-mode .wns-be-main .mec-container,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix .mec-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_bfixed_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_bfixed_form_fields li,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_event_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_event_form_fields li,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields li,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-pro-notice .info-msg,.mec-admin-dark-mode.post-type-mec-books .postbox,.mec-admin-dark-mode.post-type-mec-events #major-publishing-actions,.mec-admin-dark-mode.post-type-mec-events #mec_event_form_fields li,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields li,.mec-admin-dark-mode.post-type-mec-events #post-status-info,.mec-admin-dark-mode.post-type-mec-events #screen-meta,.mec-admin-dark-mode.post-type-mec-events #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec-events .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .components-popover__content,.mec-admin-dark-mode.post-type-mec-events .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .postbox,.mec-admin-dark-mode.post-type-mec-events .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-events .wp-tab-active,.mec-admin-dark-mode.post-type-mec-events .wp-tab-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec-events ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec-events ul.category-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars #major-publishing-actions,.mec-admin-dark-mode.post-type-mec_calendars #post-status-info,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec_calendars .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .postbox,.mec-admin-dark-mode.post-type-mec_calendars .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-active,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec_calendars ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars ul.category-tabs li.tabs{background:#1f1f1f;color:#fff}.mec-admin-dark-mode .mec-form-row .mec-box,.mec-admin-dark-mode .mec-form-row input[type=checkbox],.mec-admin-dark-mode .mec-form-row ul.mec-message-categories li ul,.mec-admin-dark-mode .mec-meta-box-fields .mec-box,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-faq-accordion-trigger a{background:#282828;border-color:#353535;box-shadow:0 1px 6px -2px #000}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix .mec-form-row.mec-syn-schedule,.mec-admin-dark-mode.post-type-mec-events #mec_event_form_fields,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields,.mec-admin-dark-mode.post-type-mec-events .select2-search--dropdown,.mec-admin-dark-mode.post-type-mec_calendars .select2-search--dropdown{background:#282828;border-color:#353535}.mec-admin-dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice{color:#000}.mec-admin-dark-mode ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode ul#adminmenu>li.current>a.current:after{border-right-color:#23282d}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_gateways_form li .mec-gateway-options-form,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #payment_gateways_option li .mec-gateway-options-form,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list{background:#000;box-shadow:0 2px 12px -5px #000}.mec-admin-dark-mode .extra .w-box-head,.mec-admin-dark-mode .mec-form-row ul.mec-message-categories,.mec-admin-dark-mode .mec-message-categories li.mec-acc-label,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mce-btn-group:not(:first-child),.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-search--dropdown .select2-search__field,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_bfixed_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_event_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-custom-msg-notification-set-box.extra,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple .select2-selection__choice,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-footer,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar:before,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-core-ui .quicktags-toolbar input.button.button-small,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-books .postbox,.mec-admin-dark-mode.post-type-mec-books .postbox .hndle,.mec-admin-dark-mode.post-type-mec-books .postbox hr,.mec-admin-dark-mode.post-type-mec-events #major-publishing-actions,.mec-admin-dark-mode.post-type-mec-events #post-status-info,.mec-admin-dark-mode.post-type-mec-events #screen-meta,.mec-admin-dark-mode.post-type-mec-events #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec-events .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .components-popover__content,.mec-admin-dark-mode.post-type-mec-events .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff .stuffbox>h3,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff h2.hndle,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff h3.hndle,.mec-admin-dark-mode.post-type-mec-events .postbox,.mec-admin-dark-mode.post-type-mec-events .postbox h2,.mec-admin-dark-mode.post-type-mec-events .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .wp-editor-container,.mec-admin-dark-mode.post-type-mec-events .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-events .wp-tab-active,.mec-admin-dark-mode.post-type-mec-events .wp-tab-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec-events ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec-events ul.category-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars #major-publishing-actions,.mec-admin-dark-mode.post-type-mec_calendars #post-status-info,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec_calendars .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option,.mec-admin-dark-mode.post-type-mec_calendars .mec-sed-methods li,.mec-admin-dark-mode.post-type-mec_calendars .postbox,.mec-admin-dark-mode.post-type-mec_calendars .postbox h2,.mec-admin-dark-mode.post-type-mec_calendars .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .wp-editor-container,.mec-admin-dark-mode.post-type-mec_calendars .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-active,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec_calendars ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars ul.category-tabs li.tabs{border-color:#353535}.mec-admin-dark-mode #mec_calendar_filter .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=number],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=text],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=url],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row select,.mec-admin-dark-mode #mec_calendar_filter .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_booking .mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_booking .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=number],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=text],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=url],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row select,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode #mec_metabox_booking .mec-meta-box-fields .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_details .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=number],.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=text],.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=url],.mec-admin-dark-mode #mec_metabox_details .mec-form-row select,.mec-admin-dark-mode #mec_metabox_details .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_details .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode #mec_metabox_details .mec-meta-box-fields .mec-form-row input[type=checkbox],.mec-admin-dark-mode .mec-addon-box-version,.mec-admin-dark-mode .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode .mec-form-row input[type=number],.mec-admin-dark-mode .mec-form-row input[type=text],.mec-admin-dark-mode .mec-form-row input[type=url],.mec-admin-dark-mode .mec-form-row select,.mec-admin-dark-mode .mec-form-row textarea,.mec-admin-dark-mode .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode.m-e-calendar_page_MEC-addons,.mec-admin-dark-mode.m-e-calendar_page_MEC-go-pro,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-select-event-wrap .select2-container--default .select2-selection--single,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-sendmail-form-wrap,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-sendmail-wrap,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-send-email-form-wrap input.widefat,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-results__option--highlighted[aria-selected],.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-search--dropdown .select2-search__field,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .wp-switch-editor,.mec-admin-dark-mode.m-e-calendar_page_MEC-report div.mce-toolbar-grp,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec-invoice-custom-css,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_event_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #titlediv #title,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .quicktags-toolbar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-results__option[aria-selected],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-core-ui .quicktags-toolbar input.button.button-small,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=checkbox],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=color],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=date],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=datetime-local],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=datetime],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=email],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=month],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=number],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=password],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=radio],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=search],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=tel],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=text],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=time],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=url],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=week],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings select,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings textarea,.mec-admin-dark-mode.post-type-mec-books .wn-mec-select,.mec-admin-dark-mode.post-type-mec-books input[type=email],.mec-admin-dark-mode.post-type-mec-books input[type=number],.mec-admin-dark-mode.post-type-mec-books input[type=text],.mec-admin-dark-mode.post-type-mec-books input[type=url],.mec-admin-dark-mode.post-type-mec-books select,.mec-admin-dark-mode.post-type-mec-books textarea,.mec-admin-dark-mode.post-type-mec-events #mec_event_form_fields button,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_field_types button,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields button,.mec-admin-dark-mode.post-type-mec-events #titlediv #title,.mec-admin-dark-mode.post-type-mec-events .components-form-token-field__input-container,.mec-admin-dark-mode.post-type-mec-events .components-panel__body,.mec-admin-dark-mode.post-type-mec-events .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.post-type-mec-events .mec-certain-day>div,.mec-admin-dark-mode.post-type-mec-events .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.post-type-mec-events .mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-admin-dark-mode.post-type-mec-events .mec-xi-google-import-events .mec-select-deselect-actions li,.mec-admin-dark-mode.post-type-mec-events .select2-dropdown,.mec-admin-dark-mode.post-type-mec-events .select2-results__option[aria-selected],.mec-admin-dark-mode.post-type-mec-events .wp-admin p label input[type=checkbox],.mec-admin-dark-mode.post-type-mec-events input[type=checkbox],.mec-admin-dark-mode.post-type-mec-events input[type=color],.mec-admin-dark-mode.post-type-mec-events input[type=date],.mec-admin-dark-mode.post-type-mec-events input[type=datetime-local],.mec-admin-dark-mode.post-type-mec-events input[type=datetime],.mec-admin-dark-mode.post-type-mec-events input[type=email],.mec-admin-dark-mode.post-type-mec-events input[type=month],.mec-admin-dark-mode.post-type-mec-events input[type=number],.mec-admin-dark-mode.post-type-mec-events input[type=password],.mec-admin-dark-mode.post-type-mec-events input[type=radio],.mec-admin-dark-mode.post-type-mec-events input[type=search],.mec-admin-dark-mode.post-type-mec-events input[type=tel],.mec-admin-dark-mode.post-type-mec-events input[type=text],.mec-admin-dark-mode.post-type-mec-events input[type=time],.mec-admin-dark-mode.post-type-mec-events input[type=url],.mec-admin-dark-mode.post-type-mec-events input[type=week],.mec-admin-dark-mode.post-type-mec-events select,.mec-admin-dark-mode.post-type-mec-events textarea,.mec-admin-dark-mode.post-type-mec_calendars #titlediv #title,.mec-admin-dark-mode.post-type-mec_calendars .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode.post-type-mec_calendars .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.post-type-mec_calendars .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode.post-type-mec_calendars .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.post-type-mec_calendars .select2-container--default .select2-selection--multiple .select2-selection__choice,.mec-admin-dark-mode.post-type-mec_calendars .select2-dropdown,.mec-admin-dark-mode.post-type-mec_calendars .select2-results__option[aria-selected],.mec-admin-dark-mode.post-type-mec_calendars input[type=checkbox],.mec-admin-dark-mode.post-type-mec_calendars input[type=color],.mec-admin-dark-mode.post-type-mec_calendars input[type=date],.mec-admin-dark-mode.post-type-mec_calendars input[type=datetime-local],.mec-admin-dark-mode.post-type-mec_calendars input[type=datetime],.mec-admin-dark-mode.post-type-mec_calendars input[type=email],.mec-admin-dark-mode.post-type-mec_calendars input[type=month],.mec-admin-dark-mode.post-type-mec_calendars input[type=number],.mec-admin-dark-mode.post-type-mec_calendars input[type=password],.mec-admin-dark-mode.post-type-mec_calendars input[type=radio],.mec-admin-dark-mode.post-type-mec_calendars input[type=search],.mec-admin-dark-mode.post-type-mec_calendars input[type=tel],.mec-admin-dark-mode.post-type-mec_calendars input[type=text],.mec-admin-dark-mode.post-type-mec_calendars input[type=time],.mec-admin-dark-mode.post-type-mec_calendars input[type=url],.mec-admin-dark-mode.post-type-mec_calendars input[type=week],.mec-admin-dark-mode.post-type-mec_calendars select,.mec-admin-dark-mode.post-type-mec_calendars textarea,.mec-admin-dark-mode.toplevel_page_mec-intro .w-box.mec-activation input[name=MECPurchaseCode],.mec-admin-dark-mode.toplevel_page_mec-intro .w-box.mec-activation input[type=radio]+label span,.mec-select-deselect-actions li{background:#282828;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=checkbox]:checked,.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=checkbox]:checked,.mec-admin-dark-mode .mec-custom-nice-select ul.list li .wn-mec-text:after,.mec-admin-dark-mode .mec-sed-methods li:before{box-shadow:0 1px 6px -2px #000;border-color:#353535;background:#222}.mec-admin-dark-mode .mec-switcher input+label,.mec-admin-dark-mode .mec-switcher input+label:before,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-results__option{background-color:#000}.mec-admin-dark-mode .wn-mec-select .option.focus .wn-img-sh img,.mec-admin-dark-mode .wn-mec-select .option.selected.focus .wn-img-sh img,.mec-admin-dark-mode .wn-mec-select .option:hover .wn-img-sh img{background:0 0}.mec-admin-dark-mode .ui-datepicker{background-color:#000;border:1px solid #000;box-shadow:0 0 8px rgba(33,33,33,.6)}.mec-admin-dark-mode .ui-datepicker.ui-widget td a,.mec-admin-dark-mode .w-box.upcoming-events .mec-event-article .mec-detail-button,.mec-admin-dark-mode.post-type-mec-events,.mec-admin-dark-mode.post-type-mec-events .postbox h2,.mec-admin-dark-mode.post-type-mec_calendars .postbox h2{color:#d2d2d2;background:#282828}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul *{background:#282828}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul>ul>li,.mec-admin-dark-mode #mec_styles_form #mec_styles_CSS,.mec-admin-dark-mode .mec-message-categories li.mec-acc-label,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_bfixed_form_fields,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_event_form_fields,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields{background:#000}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul>ul>li:hover,.mec-admin-dark-mode .mec-active,.mec-admin-dark-mode.post-type-mec-events .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#888!important}.mec-admin-dark-mode.post-type-mec_calendars .mec-calendar-metabox .wn-mec-select .list{border-radius:0 0 2px 2px;box-shadow:0 0 0 1px #353535,0 2px 6px rgba(0,0,0,.07)}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .ui-sortable-handle,.mec-admin-dark-mode #mec_gateways_form li .mec-gateway-options-form,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .ui-sortable-handle,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_metabox_details .ui-sortable-handle,.mec-admin-dark-mode #payment_gateways_option li .mec-gateway-options-form,.mec-admin-dark-mode .mec-meta-box-fields h4{border-color:#000!important}.mec-admin-dark-mode .wns-be-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content,.mec-admin-dark-mode.post-type-mec-events #wp-content-editor-tools,.mec-admin-dark-mode.post-type-mec_calendars,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .list{background-color:#282828;border-color:#353535}.mec-admin-dark-mode .mec-intro-section-ifarme iframe,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container *,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container *{background:#1f1f1f!important;border-color:#353535!important}.mec-admin-dark-mode .block-editor-block-types-list__item-icon,.mec-admin-dark-mode .block-editor-block-types-list__item-title,.mec-admin-dark-mode .w-box.upcoming-events .mec-event-article h4.mec-event-title,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-selection--single .select2-selection__rendered,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .about-wrap h3,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container .fserv-form-name,.mec-admin-dark-mode.toplevel_page_mec-intro .about-wrap h3,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container .fserv-form-name{color:#d2d2d2!important}.mec-admin-dark-mode .wns-be-sidebar li a:hover,.mec-admin-dark-mode .wns-be-sidebar li:hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option:hover{background:#000;color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar li a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h2,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h3,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h4,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head span,.mec-admin-dark-mode.m-e-calendar_page_MEC-report h2,.mec-admin-dark-mode.m-e-calendar_page_MEC-report h4,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-faq-accordion-trigger a,.mec-admin-dark-mode.post-type-mec-books .postbox h1,.mec-admin-dark-mode.post-type-mec-books .postbox h2,.mec-admin-dark-mode.post-type-mec-books .postbox h3,.mec-admin-dark-mode.post-type-mec-events .components-panel__body-toggle.components-button,.mec-admin-dark-mode.post-type-mec-events .wrap h1.wp-heading-inline,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option .wn-mec-text{color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a:hover{background:#282828;background:linear-gradient(95deg,#282828 0,#222 50%,#282828 100%);color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar li.active ul.subsection{background:#282828;border-bottom:1px solid #353535}.mec-admin-dark-mode .wns-be-sidebar li .subsection a{background:#282828;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 46px}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main{box-shadow:0 2px 12px -5px #000}.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h4,.mec-admin-dark-mode .wns-be-sidebar .mec-settings-menu .mec-settings-submenu a,.mec-admin-dark-mode li.wns-be-group-menu-li.mec-settings-menu .mec-settings-submenu,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option.focus,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option.selected.focus,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option:hover{background:#000;color:#d2d2d2;border-color:#353535}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option{background:#000!important;color:#fff!important}.mec-admin-dark-mode.m-e-calendar_page_MEC-addons,.mec-admin-dark-mode.m-e-calendar_page_MEC-addons .about-wrap h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-go-pro,.mec-admin-dark-mode.m-e-calendar_page_MEC-go-pro h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-report,.mec-admin-dark-mode.m-e-calendar_page_MEC-report h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings div.mce-panel,.mec-admin-dark-mode.m-e-calendar_page_MEC-support,.mec-admin-dark-mode.m-e-calendar_page_MEC-support h1,.mec-admin-dark-mode.post-type-mec-books,.mec-admin-dark-mode.post-type-mec-books h1,.mec-admin-dark-mode.post-type-mec_calendars,.mec-admin-dark-mode.post-type-mec_calendars .wrap h1.wp-heading-inline,.mec-admin-dark-mode.toplevel_page_mec-intro,.mec-admin-dark-mode.toplevel_page_mec-intro .about-wrap h1{background:#282828!important;color:#d2d2d2}.mec-admin-dark-mode .w-theme-version{box-shadow:0 3px 30px -4px #000;background:#000;background:linear-gradient(95deg,#000 0,#282828 50%,#1f1f1f 100%)}.mec-admin-dark-mode .mec-sed-methods li.active,.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h2,.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h4,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap .nav-tab-wrapper .nav-tab,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap h2.nav-tab-wrapper,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple .select2-selection__choice{color:#d2d2d2;background:#000}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li a:hover{color:#008aff}.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap .nav-tab-wrapper .nav-tab-active{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%)}.mec-admin-dark-mode .wns-be-container #wns-be-infobar:before{content:"";width:261px;height:78px;display:block;position:absolute;left:0;top:0;background:#1f1f1f url(../img/webnus-logo2.png) no-repeat center;border-bottom:1px solid #dedede;background-size:220px;z-index:997}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-footer,.mec-admin-dark-mode.post-type-mec-books #titlediv #title,.mec-admin-dark-mode.post-type-mec-books .postbox h1{background:#1f1f1f!important}.mec-admin-dark-mode .mec-settings-menu .mec-settings-submenu:after,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:#353535}.mec-admin-dark-mode .mec-switcher input:checked+label:before{background-color:#000;background:linear-gradient(95deg,#1f1f1f 0,#222 50%,#000 100%)}.mec-admin-dark-mode .mec-switcher input:checked+label{box-shadow:0 3px 11px -7px #000}.mec-admin-dark-mode .lity.mec-add-event-popup,.mec-admin-dark-mode .lity.mec-add-shortcode-popup,.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup,.mec-admin-dark-mode .mec-add-shortcode-popup div#mec_popup_shortcode{background:#282828}.mec-admin-dark-mode .lity.mec-add-event-popup .lity-content,.mec-admin-dark-mode .lity.mec-add-shortcode-popup .lity-content{box-shadow:0 3px 20px 0 rgba(0,0,0,.55)}.mec-admin-dark-mode .mec-add-event-popup .mec-meta-box-colors-container,.mec-admin-dark-mode .mec-steps-container,.mec-admin-dark-mode .mec-steps-header{background:#000}.mec-admin-dark-mode .mec-add-event-popup div#mec_popup_event,.mec-admin-dark-mode .mec-steps-panel{background:#1f1f1f}.mec-admin-dark-mode button.lity-close{background:#000;box-shadow:0 3px 8px 0 rgba(0,0,0,.55)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li{border:2px solid #282828;background:#000!important}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text:before,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input{background:#282828;border-color:#1f1f1f;box-shadow:0 3px 6px 0 rgba(0,0,0,.05)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li.active{box-shadow:0 3px 5px rgba(0,0,0,.2)}.mec-admin-dark-mode .nicescroll-cursors{background-color:#000!important}.mec-admin-dark-mode .mec-add-event-popup .mec-categories-tab-contents,.mec-admin-dark-mode .mec-add-event-popup .mec-form-row.mec-available-color-row,.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content.mec-steps-content-7.mec-steps-content-active,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode{border-color:#282828;background:#000}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code{background:rgba(266,266,266,.35)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code code,.mec-admin-dark-mode .mec-steps-content h3{color:#d2d2d2}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.focus,.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.selected.focus,.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option:hover{background:#000}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list{background:#282828}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list::-webkit-scrollbar-track{background-color:#333}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list::-webkit-scrollbar{width:3px;background-color:#333}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button{margin-left:unset}.mec-admin-dark-mode .wp-picker-container .wp-color-result.button{background:inherit}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container-body.mce-stack-layout{background:#000;border-color:#000!important}.mec-admin-dark-mode .attachments-browser .media-toolbar,.mec-admin-dark-mode .media-frame-content,.mec-admin-dark-mode .media-modal-content,.mec-admin-dark-mode .media-modal-content h1,.mec-admin-dark-mode .media-modal-content h2,.mec-admin-dark-mode .media-modal-content p,.mec-admin-dark-mode .media-sidebar{background:#000;color:#d2d2d2!important;border-color:#282828}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup{background-color:#000;border-color:#282828}.mec-admin-dark-mode.post-type-mec-books table.widefat,.mec-admin-dark-mode.post-type-mec_calendars table.widefat,.post-type-mec-events.mec-admin-dark-mode table.widefat{background:#1f1f1f;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode.post-type-mec-books .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-books ul.striped>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-events .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-events ul.striped>:nth-child(odd),.mec-admin-dark-mode.post-type-mec_calendars .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec_calendars ul.striped>:nth-child(odd){background:#282828;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode.post-type-mec-books .widefat td,.mec-admin-dark-mode.post-type-mec-books .widefat th,.mec-admin-dark-mode.post-type-mec-events .widefat td,.mec-admin-dark-mode.post-type-mec-events .widefat th,.mec-admin-dark-mode.post-type-mec_calendars .widefat td,.mec-admin-dark-mode.post-type-mec_calendars .widefat th{border-color:#000;color:#d2d2d2}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings ul#adminmenu>li.current>a.current:after,.mec-admin-dark-mode.post-type-mec-events ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.post-type-mec-events ul#adminmenu>li.current>a.current:after,.mec-admin-dark-mode.post-type-mec_calendars ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.post-type-mec_calendars ul#adminmenu>li.current>a.current:after{border-right-color:#1f1f1f}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button-secondary,.mec-admin-dark-mode.post-type-mec-events .button,.mec-admin-dark-mode.post-type-mec-events .button-secondary,.mec-admin-dark-mode.post-type-mec-events .wp-heading-inline+.page-title-action,.mec-admin-dark-mode.post-type-mec_calendars .button,.mec-admin-dark-mode.post-type-mec_calendars .wp-heading-inline+.page-title-action{color:#d2d2d2!important;border-color:#353535!important;background:#0000!important}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button-secondary:hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button.hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button:hover,.mec-admin-dark-mode.post-type-mec-events .button-secondary:hover,.mec-admin-dark-mode.post-type-mec-events .button.hover,.mec-admin-dark-mode.post-type-mec-events .button:hover,.mec-admin-dark-mode.post-type-mec_calendars .button-secondary:hover,.mec-admin-dark-mode.post-type-mec_calendars .button.hover,.mec-admin-dark-mode.post-type-mec_calendars .button:hover{background:#000!important;border-color:#333!important;color:#fff!important}.mec-admin-dark-mode.post-type-mec-events .mec-form-row .button:not(.wp-color-result){height:37px;margin-top:1px;box-shadow:inset 0 2px 4px #282828,inset 0 -2px 4px rgba(0,0,0,.05),0 2px 2px rgba(0,0,0,.06)}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-color-result-text,.mec-admin-dark-mode.post-type-mec-events .wp-color-result-text{border-left:1px solid #353535;color:#d2d2d2;background:#000}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec-search-settings{color:#d2d2d2;background:#282828}.mec-admin-dark-mode.taxonomy-mec_category .button,.mec-admin-dark-mode.taxonomy-mec_label .button,.mec-admin-dark-mode.taxonomy-mec_location .button,.mec-admin-dark-mode.taxonomy-mec_organizer .button,.mec-admin-dark-mode.taxonomy-mec_speaker .button,.mec-admin-dark-mode.taxonomy-mec_tag .button{box-shadow:0 3px 10px -4px #000!important}.mec-admin-dark-mode.post-type-mec_calendars .mec-switcher input+label:after,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option .wn-hover-img-sh img{background:#282828}.mec-admin-dark-mode .media-router .media-menu-item:focus{box-shadow:unset}.mec-admin-dark-mode .media-router .media-menu-item{background:#282828;color:#ffff}.mec-admin-dark-mode .media-router .media-menu-item:hover{color:#d2d2d2}.mec-admin-dark-mode .media-router .active,.mec-admin-dark-mode .media-router .media-menu-item.active:last-child{background:#000;color:#666;border-color:#282828}.mec-admin-dark-mode .attachment-info,.mec-admin-dark-mode .media-frame-toolbar .media-toolbar{border-color:#282828}.mec-admin-dark-mode .wp-core-ui .attachment-preview,.mec-admin-dark-mode.post-type-mec-events .button:hover{background:#000!important}.mec-metabox-head-version img,.mec-metabox-head-version p{float:left}.mec-metabox-head-version a{float:right}.mec-metabox-head-version p{margin-top:3px;margin-left:5px;margin-bottom:34px}h3.mec-metabox-feed-head{border-top:1px solid #ccc}div#mec_widget_news_features .inside{padding:0}.mec-metabox-head-wrap{padding:0 12px}#dashboard-widgets h3.mec-metabox-feed-head{padding:8px 12px;border-top:1px solid #eee;border-bottom:1px solid #eee;font-weight:700}.mec-metabox-feed-content{padding:0 12px}.mec-metabox-feed-content ul li a{font-weight:600;display:block}.mec-metabox-feed-content ul li p{margin:3px 0 24px}.mec-metabox-footer a span{font-size:17px;vertical-align:middle;margin-left:2px}.mec-metabox-footer a{text-decoration:none;border-right:1px solid #eee;padding-right:10px;margin-right:12px}.mec-metabox-footer{padding:11px 12px 10px;border-top:1px solid #eee}.mec-metabox-footer a:last-of-type{border:none}.mec-metabox-upcoming-wrap h3{border-top:none!important;padding-top:13px!important}.mec-metabox-head-wrap{box-shadow:0 5px 8px rgba(0,0,0,.05)}.mec-metabox-upcoming-wrap ul li span{float:left}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event{float:left;margin-left:10px}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event-date{float:right}.mec-metabox-upcoming-wrap ul{padding:0 12px;background:#f7f7f7;margin:0}.mec-metabox-upcoming-wrap ul li{border-bottom:1px solid #eee;padding:14px 0;margin-bottom:0}.mec-metabox-upcoming-wrap ul li:last-of-type{border:none}.mec-metabox-upcoming-wrap h3{margin-bottom:0!important}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event a{font-weight:600}.mec-metabox-head-version a span{vertical-align:middle}.mec-metabox-head-version a{padding-left:6px!important}#mec_widget_total_bookings .w-box.total-bookings ul li:first-child{margin-left:1px}#mec_widget_total_bookings .w-box.total-bookings ul li{padding:4px 13px 4px 13px;margin-right:4px}#mec_widget_total_bookings .w-box.total-bookings ul li:last-child{margin-right:0}#mec_widget_total_bookings{overflow:hidden}#mec_widget_total_bookings .inside,#mec_widget_total_bookings .w-box{margin:0;padding-bottom:0}#mec_widget_total_bookings .w-col-sm-12{padding:0}#mec_widget_total_bookings .w-box-content button{color:#fff!important;font-weight:500!important;border-radius:2px!important;box-shadow:0 3px 10px -4px #008aff!important;text-shadow:none!important;background:#008aff!important;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%)!important;border:none!important;transition:.24s!important;line-height:39px;padding:0 36px;width:calc(33% - 7px);margin-bottom:14px}#mec_widget_total_bookings .w-box-content input[type=text],#mec_widget_total_bookings .w-box-content select{border:solid 1px #ddd;border-radius:2px;height:40px;line-height:38px;padding-left:10px;box-shadow:0 3px 10px -2px rgba(0,0,0,.05),inset 0 1px 2px rgba(0,0,0,.02)}#mec_widget_total_bookings .w-box-content input[type=text]{width:calc(50% - 5px)}#mec_widget_total_bookings .w-box-content select{width:calc(33% - 2px);margin-bottom:24px;margin-top:20px}div#mec-schema .mec-form-row label{display:inline-block;width:111px}.event-status-schema{background:#f7f7f7;padding:20px;margin-bottom:15px;border-radius:3px}div#mec_cancelled_reason_wrapper label{width:166px!important}.mec-fluent-hidden{display:none}#webnus-dashboard .total-bookings input[type=text],#webnus-dashboard .total-bookings select{border:solid 1px #ddd;border-radius:2px;height:40px;line-height:38px;padding-left:10px;box-shadow:0 3px 10px -2px rgba(0,0,0,.05),inset 0 1px 2px rgba(0,0,0,.02)}#webnus-dashboard select{margin-top:-5px}#mec_styles_CSS{line-height:1.6}@media(max-width:480px){.toplevel_page_mec-intro .mec-intro-section-ifarme iframe{width:auto!important;height:auto!important}.w-box.mec-activation input[name=MECPurchaseCode]{min-width:200px!important;width:330px}.w-box.mec-activation{background:#fff}.mec-addons{padding-right:15px}.mec-report-wrap{margin-top:20px}.mec-report-select-event-wrap .select2-container--default,.mec-report-select-event-wrap select.mec-reports-selectbox-dates{max-width:100%;width:100%;margin:10px 0}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content,.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head{padding:10px}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head span{font-size:13px}.mec-report-selected-event-attendees-wrap .mec-attendees-content .w-col-xs-3{word-wrap:break-word}.mec-report-selected-event-attendees-wrap .w-col-xs-3.name img{display:block}.mec-report-selected-event-attendees-wrap input[type=checkbox],.mec-report-selected-event-attendees-wrap input[type=radio]{height:.85rem;width:.85rem}.wns-be-container .dpr-btn.dpr-save-btn{margin:0!important}#mec_booking_form .mec-container{padding-left:0;padding-right:0}#mec_event_form_fields,#mec_reg_form_fields{padding:10px}.mec-search-forms-options-container .mec-form-row select{width:100%}#mec_skin_monthly_view_start_date_container{display:unset}#mec_calendar_display_options input[type=number],#mec_calendar_display_options input[type=text],#mec_calendar_display_options select{max-width:100%!important;width:100%;margin:10px 0}#mec_select_tags.mec-create-shortcode-tab-content input[type=text]{width:auto}.mec-add-booking-tabs-right,.mec-add-event-tabs-right,.mec-create-shortcode-tabs-right{padding-left:14px;padding-right:14px}#mec_tickets .mec-box{padding:20px 7px}.fserv-container form,.fserv-form-description{padding:10px 15px!important}.fserv-field{display:inline-block;width:25%!important;padding:0!important;margin:0!important;margin-right:10px!important}#webnus-dashboard .total-bookings button{margin:15px 0}}.mec-skin-styles.mec-styles-custom{padding-left:0!important;top:40%;position:absolute;width:330px;height:auto!important;overflow:visible!important}.mec-skin-styles.mec-styles-custom .nice-select{box-shadow:0 3px 13px -5px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.07);clear:unset!important;-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:300px!important}.mec-styles-custom h3{font-size:13px;font-weight:400;color:#707070}
|
2 |
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
3 |
* Copyright 2011-2016 Twitter, Inc.
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5 |
+
*/#webnus-dashboard button,#webnus-dashboard input,#webnus-dashboard select,#webnus-dashboard textarea{font-family:inherit;font-size:inherit;line-height:inherit}#webnus-dashboard a{color:#337ab7;text-decoration:none}#webnus-dashboard a:focus,#webnus-dashboard a:hover{color:#23527c}#webnus-dashboard a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}#webnus-dashboard figure{margin:0}#webnus-dashboard img{vertical-align:middle}.w-img-responsive{display:block;max-width:100%;height:auto}.w-img-rounded{border-radius:6px}.w-img-thumbnail{padding:4px;line-height:1w-42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0w-2s ease-in-out;-o-transition:all 0w-2s ease-in-out;transition:all 0w-2s ease-in-out;display:inline-block;max-width:100%;height:auto}.w-img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.w-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.w-sr-only-focusable:active,.w-sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.w-container,.w-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}[role=button]{cursor:pointer}@media (min-width:768px){.w-container{width:750px}}@media (min-width:992px){.w-container{width:970px}}@media (min-width:1200px){.w-container{width:1170px}}.w-row{margin-left:-15px;margin-right:-15px}.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9,.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9,.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9,.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{float:left}.w-col-xs-12{width:100%}.w-col-xs-11{width:91.66666667%}.w-col-xs-10{width:83.33333333%}.w-col-xs-9{width:75%}.w-col-xs-8{width:66.66666667%}.w-col-xs-7{width:58.33333333%}.w-col-xs-6{width:50%}.w-col-xs-5{width:41.66666667%}.w-col-xs-4{width:33.33333333%}.w-col-xs-3{width:25%}.w-col-xs-2{width:16.66666667%}.w-col-xs-1{width:8w-33333333%}.w-col-xs-pull-12{right:100%}.w-col-xs-pull-11{right:91.66666667%}.w-col-xs-pull-10{right:83.33333333%}.w-col-xs-pull-9{right:75%}.w-col-xs-pull-8{right:66.66666667%}.w-col-xs-pull-7{right:58.33333333%}.w-col-xs-pull-6{right:50%}.w-col-xs-pull-5{right:41.66666667%}.w-col-xs-pull-4{right:33.33333333%}.w-col-xs-pull-3{right:25%}.w-col-xs-pull-2{right:16.66666667%}.w-col-xs-pull-1{right:8w-33333333%}.w-col-xs-pull-0{right:auto}.w-col-xs-push-12{left:100%}.w-col-xs-push-11{left:91.66666667%}.w-col-xs-push-10{left:83.33333333%}.w-col-xs-push-9{left:75%}.w-col-xs-push-8{left:66.66666667%}.w-col-xs-push-7{left:58.33333333%}.w-col-xs-push-6{left:50%}.w-col-xs-push-5{left:41.66666667%}.w-col-xs-push-4{left:33.33333333%}.w-col-xs-push-3{left:25%}.w-col-xs-push-2{left:16.66666667%}.w-col-xs-push-1{left:8w-33333333%}.w-col-xs-push-0{left:auto}.w-col-xs-offset-12{margin-left:100%}.w-col-xs-offset-11{margin-left:91.66666667%}.w-col-xs-offset-10{margin-left:83.33333333%}.w-col-xs-offset-9{margin-left:75%}.w-col-xs-offset-8{margin-left:66.66666667%}.w-col-xs-offset-7{margin-left:58.33333333%}.w-col-xs-offset-6{margin-left:50%}.w-col-xs-offset-5{margin-left:41.66666667%}.w-col-xs-offset-4{margin-left:33.33333333%}.w-col-xs-offset-3{margin-left:25%}.w-col-xs-offset-2{margin-left:16.66666667%}.w-col-xs-offset-1{margin-left:8w-33333333%}.w-col-xs-offset-0{margin-left:0}@media (min-width:768px){.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9{float:left}.w-col-sm-12{width:100%}.w-col-sm-11{width:91.66666667%}.w-col-sm-10{width:83.33333333%}.w-col-sm-9{width:75%}.w-col-sm-8{width:66.66666667%}.w-col-sm-7{width:58.33333333%}.w-col-sm-6{width:50%}.w-col-sm-5{width:41.66666667%}.w-col-sm-4{width:33.33333333%}.w-col-sm-3{width:25%}.w-col-sm-2{width:16.66666667%}.w-col-sm-1{width:8w-33333333%}.w-col-sm-pull-12{right:100%}.w-col-sm-pull-11{right:91.66666667%}.w-col-sm-pull-10{right:83.33333333%}.w-col-sm-pull-9{right:75%}.w-col-sm-pull-8{right:66.66666667%}.w-col-sm-pull-7{right:58.33333333%}.w-col-sm-pull-6{right:50%}.w-col-sm-pull-5{right:41.66666667%}.w-col-sm-pull-4{right:33.33333333%}.w-col-sm-pull-3{right:25%}.w-col-sm-pull-2{right:16.66666667%}.w-col-sm-pull-1{right:8w-33333333%}.w-col-sm-pull-0{right:auto}.w-col-sm-push-12{left:100%}.w-col-sm-push-11{left:91.66666667%}.w-col-sm-push-10{left:83.33333333%}.w-col-sm-push-9{left:75%}.w-col-sm-push-8{left:66.66666667%}.w-col-sm-push-7{left:58.33333333%}.w-col-sm-push-6{left:50%}.w-col-sm-push-5{left:41.66666667%}.w-col-sm-push-4{left:33.33333333%}.w-col-sm-push-3{left:25%}.w-col-sm-push-2{left:16.66666667%}.w-col-sm-push-1{left:8w-33333333%}.w-col-sm-push-0{left:auto}.w-col-sm-offset-12{margin-left:100%}.w-col-sm-offset-11{margin-left:91.66666667%}.w-col-sm-offset-10{margin-left:83.33333333%}.w-col-sm-offset-9{margin-left:75%}.w-col-sm-offset-8{margin-left:66.66666667%}.w-col-sm-offset-7{margin-left:58.33333333%}.w-col-sm-offset-6{margin-left:50%}.w-col-sm-offset-5{margin-left:41.66666667%}.w-col-sm-offset-4{margin-left:33.33333333%}.w-col-sm-offset-3{margin-left:25%}.w-col-sm-offset-2{margin-left:16.66666667%}.w-col-sm-offset-1{margin-left:8w-33333333%}.w-col-sm-offset-0{margin-left:0}}@media (min-width:992px){.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9{float:left}.w-col-md-12{width:100%}.w-col-md-11{width:91.66666667%}.w-col-md-10{width:83.33333333%}.w-col-md-9{width:75%}.w-col-md-8{width:66.66666667%}.w-col-md-7{width:58.33333333%}.w-col-md-6{width:50%}.w-col-md-5{width:41.66666667%}.w-col-md-4{width:33.33333333%}.w-col-md-3{width:25%}.w-col-md-2{width:16.66666667%}.w-col-md-1{width:8w-33333333%}.w-col-md-pull-12{right:100%}.w-col-md-pull-11{right:91.66666667%}.w-col-md-pull-10{right:83.33333333%}.w-col-md-pull-9{right:75%}.w-col-md-pull-8{right:66.66666667%}.w-col-md-pull-7{right:58.33333333%}.w-col-md-pull-6{right:50%}.w-col-md-pull-5{right:41.66666667%}.w-col-md-pull-4{right:33.33333333%}.w-col-md-pull-3{right:25%}.w-col-md-pull-2{right:16.66666667%}.w-col-md-pull-1{right:8w-33333333%}.w-col-md-pull-0{right:auto}.w-col-md-push-12{left:100%}.w-col-md-push-11{left:91.66666667%}.w-col-md-push-10{left:83.33333333%}.w-col-md-push-9{left:75%}.w-col-md-push-8{left:66.66666667%}.w-col-md-push-7{left:58.33333333%}.w-col-md-push-6{left:50%}.w-col-md-push-5{left:41.66666667%}.w-col-md-push-4{left:33.33333333%}.w-col-md-push-3{left:25%}.w-col-md-push-2{left:16.66666667%}.w-col-md-push-1{left:8w-33333333%}.w-col-md-push-0{left:auto}.w-col-md-offset-12{margin-left:100%}.w-col-md-offset-11{margin-left:91.66666667%}.w-col-md-offset-10{margin-left:83.33333333%}.w-col-md-offset-9{margin-left:75%}.w-col-md-offset-8{margin-left:66.66666667%}.w-col-md-offset-7{margin-left:58.33333333%}.w-col-md-offset-6{margin-left:50%}.w-col-md-offset-5{margin-left:41.66666667%}.w-col-md-offset-4{margin-left:33.33333333%}.w-col-md-offset-3{margin-left:25%}.w-col-md-offset-2{margin-left:16.66666667%}.w-col-md-offset-1{margin-left:8w-33333333%}.w-col-md-offset-0{margin-left:0}}@media (min-width:1200px){.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9{float:left}.w-col-lg-12{width:100%}.w-col-lg-11{width:91.66666667%}.w-col-lg-10{width:83.33333333%}.w-col-lg-9{width:75%}.w-col-lg-8{width:66.66666667%}.w-col-lg-7{width:58.33333333%}.w-col-lg-6{width:50%}.w-col-lg-5{width:41.66666667%}.w-col-lg-4{width:33.33333333%}.w-col-lg-3{width:25%}.w-col-lg-2{width:16.66666667%}.w-col-lg-1{width:8w-33333333%}.w-col-lg-pull-12{right:100%}.w-col-lg-pull-11{right:91.66666667%}.w-col-lg-pull-10{right:83.33333333%}.w-col-lg-pull-9{right:75%}.w-col-lg-pull-8{right:66.66666667%}.w-col-lg-pull-7{right:58.33333333%}.w-col-lg-pull-6{right:50%}.w-col-lg-pull-5{right:41.66666667%}.w-col-lg-pull-4{right:33.33333333%}.w-col-lg-pull-3{right:25%}.w-col-lg-pull-2{right:16.66666667%}.w-col-lg-pull-1{right:8w-33333333%}.w-col-lg-pull-0{right:auto}.w-col-lg-push-12{left:100%}.w-col-lg-push-11{left:91.66666667%}.w-col-lg-push-10{left:83.33333333%}.w-col-lg-push-9{left:75%}.w-col-lg-push-8{left:66.66666667%}.w-col-lg-push-7{left:58.33333333%}.w-col-lg-push-6{left:50%}.w-col-lg-push-5{left:41.66666667%}.w-col-lg-push-4{left:33.33333333%}.w-col-lg-push-3{left:25%}.w-col-lg-push-2{left:16.66666667%}.w-col-lg-push-1{left:8w-33333333%}.w-col-lg-push-0{left:auto}.w-col-lg-offset-12{margin-left:100%}.w-col-lg-offset-11{margin-left:91.66666667%}.w-col-lg-offset-10{margin-left:83.33333333%}.w-col-lg-offset-9{margin-left:75%}.w-col-lg-offset-8{margin-left:66.66666667%}.w-col-lg-offset-7{margin-left:58.33333333%}.w-col-lg-offset-6{margin-left:50%}.w-col-lg-offset-5{margin-left:41.66666667%}.w-col-lg-offset-4{margin-left:33.33333333%}.w-col-lg-offset-3{margin-left:25%}.w-col-lg-offset-2{margin-left:16.66666667%}.w-col-lg-offset-1{margin-left:8w-33333333%}.w-col-lg-offset-0{margin-left:0}}.w-clearfix:after,.w-clearfix:before,.w-container-fluid:after,.w-container-fluid:before,.w-container:after,.w-container:before,.w-row:after,.w-row:before{content:" ";display:table}.w-clearfix:after,.w-container-fluid:after,.w-container:after,.w-row:after{clear:both}.w-center-block{display:block;margin-left:auto;margin-right:auto}.w-pull-right{float:right!important}.w-pull-left{float:left!important}.w-hide{display:none!important}.w-show{display:block!important}.w-invisible{visibility:hidden}.w-text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.w-hidden{display:none!important}.w-affix{position:fixed}.mec-image-popup-wrap{display:none}#wns-be-infobar.sticky{position:fixed;top:32px;background:#fff;z-index:9999;width:82%}.wns-be-main .wns-saved-settings.sticky{position:fixed;width:62.5%;top:111px;z-index:999999999999999999}.mec-export-settings,.mec-import-settings{font-weight:700;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:8px 32px;height:36px;letter-spacing:.2px;line-height:36px;font-size:13px;color:#fff;text-decoration:none;display:inline-block}.mec-export-settings:hover,.mec-import-settings:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);color:#fff}textarea.mec-import-settings-content{display:block;width:100%;min-height:120px;margin-bottom:25px;padding:10px 15px}.mec-import-options-notification{display:inline-block}.mec-import-options-notification .mec-message-import-error,.mec-import-options-notification .mec-message-import-success{display:inline-block;padding:15px 12px;margin-left:12px;opacity:0;visibility:hidden;font-weight:700}.mec-import-options-notification .mec-message-import-success{opacity:1;visibility:visible;border:2px solid green}.mec-import-options-notification .mec-message-import-error{opacity:1;visibility:visible;border:2px solid #e62117}.mec-export-settings:focus,.mec-import-settings:focus{color:#fff}.mec-import-settings-wrap{position:relative}.mec-loarder-wrap{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(202,202,202,.7);z-index:9999}.mec-loarder-wrap.mec-settings-loader{top:34px}.mec-loarder{position:absolute;width:64px;height:64px;top:calc(50% - 32px);left:calc(50% - 36px)}.mec-loarder div{display:inline-block;position:absolute;left:6px;width:4px;background:#fff;animation:mec-loarder 1.2s cubic-bezier(0,.5,.5,1) infinite}.mec-loarder div:nth-child(1){left:27px;animation-delay:-.24s;background:#0075ff}.mec-loarder div:nth-child(2){left:36px;animation-delay:-.12s;background:#028bff}.mec-loarder div:nth-child(3){left:45px;animation-delay:0;background:#32a0ff}@keyframes mec-loarder{0%{top:6px;height:51px}100%,50%{top:19px;height:26px}}.w-box.support-page.searchbox{background:#008aff;background:linear-gradient(180deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;min-height:260px;text-align:center;border-radius:2px}#webnus-dashboard .search-form input{background:rgba(255,255,255,.2);border:none;width:50%;outline:0;color:rgba(255,255,255,.7);font-size:18px;border-radius:4px 0 0 4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.03);-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s;padding:20px 32px;margin:0}#webnus-dashboard .search-form button{background:rgba(255,255,255,.2);border:none;padding:20px 32px;margin-left:-2px;color:#fff;border-radius:0 4px 4px 0;font-size:18px;cursor:pointer;-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s}#webnus-dashboard .search-form button:hover{background:#fff;color:#3a3c4c}.w-box.support-page.searchbox p{font-size:30px}.search-form input::-webkit-input-placeholder{color:rgba(255,255,255,.7)}.search-form input::-moz-placeholder{color:rgba(255,255,255,.7)}.search-form input:-ms-input-placeholder{color:rgba(255,255,255,.7)}.search-form input:-moz-placeholder{color:rgba(255,255,255,.7)}#webnus-dashboard .search-form input:active,#webnus-dashboard .search-form input:focus{box-shadow:0 10px 20px rgba(0,0,0,.14);background:#fff;color:#3a3c4c}#webnus-dashboard .search-form input:active::-webkit-input-placeholder,#webnus-dashboard .search-form input:focus::-webkit-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active::-moz-placeholder,#webnus-dashboard .search-form input:focus::-moz-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-ms-input-placeholder,#webnus-dashboard .search-form input:focus:-ms-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-moz-placeholder,#webnus-dashboard .search-form input:focus:-moz-placeholder{color:#3a3c4c}#webnus-dashboard .w-box.support-page.mec-ticksy{text-align:center;min-height:260px}#webnus-dashboard .w-box.support-page.mec-ticksy p{font-size:20px;width:70%;margin:0 auto;margin-bottom:40px;margin-top:40px}#webnus-dashboard .support-box a,#webnus-dashboard .w-box.support-page.mec-ticksy a{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:12px 20px;cursor:pointer;margin-bottom:40px;display:inline-block}#webnus-dashboard .support-box a:hover,#webnus-dashboard .w-box.support-page.mec-ticksy a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#webnus-dashboard .support-box a{margin:40px 4px 0 4px}.mec-faq-accordion>.mec-faq-accordion-content{display:none}#webnus-dashboard .mec-faq-accordion-trigger a{font-size:16px;padding:12px;background:#f1f1f1;display:block;color:#222;line-height:17px;outline:0}.mec-faq-accordion-trigger{margin-bottom:5px;position:relative}#webnus-dashboard .mec-faq-accordion-trigger a:after{font-family:simple-line-icons;content:"\e095";position:absolute;right:12px;font-weight:700}.mec-faq-accordion-content{padding:5px 14px 25px}#webnus-dashboard .mec-faq-accordion-trigger a.active:after{content:"\e082"}#webnus-dashboard .support-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}#webnus-dashboard .support-page-links a:hover,#webnus-dashboard .w-box.support-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .support-page-links{display:inline-block;margin:12px 4px 16px 0}.support-page-links.link-to-doc a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.support-page-links.link-to-videos a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}.support-page-links.link-to-articles a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}.w-box.support-page.articles-box .w-box-content a{display:block;padding:6px 0}#webnus-dashboard .w-box.support-page.videobox .w-button a{color:#fff;font-size:10px;padding:5px 15px;min-height:10px;font-weight:500;border-radius:22px;box-shadow:0 3px 10px -4px #ff5a35;text-shadow:none;background:#ff5a35;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);border:none;transition:.24s}.w-box.support-page.articles-box,.w-box.support-page.faq-box{min-height:500px}.w-box.support-page.videobox{border-radius:2px;min-height:282px;box-shadow:0 1px 6px rgba(0,0,0,.039)!important}#webnus-dashboard .w-box.support-page.videobox .w-button a i{margin-right:6px}.support-page .w-box-content ul{margin-top:5px;padding-left:5px}.support-page .w-box-content ul li{font-size:13px}.support-page .w-box-content ul li i{font-size:17px;vertical-align:text-bottom;margin-right:7px;color:#999}.w-box.mec-activation{background:#fff url(../img/dp-dsb-support.jpg) no-repeat top right}.w-box.mec-activation .w-box-head{color:#40d8f0;width:75%}.w-box.mec-activation .w-box-content{padding:10px 30px}.w-box.mec-activation input[type=radio]{display:none}.w-box.mec-activation input[type=radio]+label{color:#000;font-size:13px;line-height:14px!important;color:#7b7b7b}.w-box.mec-activation input[type=radio].checked+label{color:#40d8f0}.w-box.mec-activation input[type=radio]+label span{display:inline-block;margin:-2px 6px 0 0;vertical-align:middle;cursor:pointer;height:14px;width:14px;text-align:center;background-color:#fff;border:1px solid #d4d4d4;border-radius:100%;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.w-box.mec-activation input[type=radio].checked+label span{background-color:#40d8f0;border-color:#40d8f0;box-shadow:0 2px 14px -3px #40d8f0}.w-box.mec-activation input[type=radio].checked+label span:after{content:'';display:block;position:absolute;top:4px;left:4px;width:4px;height:4px;background:#fff;border-radius:100%}.w-box.mec-activation .LicenseType label{padding-right:20px;font-weight:500}.w-box.mec-activation .LicenseField{display:inline-block;position:relative;margin-top:20px}.w-box.mec-activation input[name=MECPurchaseCode]{box-shadow:inset 0 1px 2px rgba(0,0,0,.07);min-width:220px;background:#f4f4f4;border:none;border-radius:33px;width:500px;min-height:50px;margin:0;padding-left:20px;text-align:left}#webnus-dashboard .w-box.mec-activation input[type=submit]{height:40px;line-height:40px;font-weight:600;border:none;cursor:pointer;padding:0 30px;border-radius:33px;color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:12px;background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67;transition:all .28s ease;position:absolute;right:5px;top:4px;font-size:12px}#webnus-dashboard .w-box.mec-activation input[type=submit]:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#MECActivation .MECPurchaseStatus,.addon-activation-form .MECPurchaseStatus{display:inline-block;width:40px;height:40px;text-align:center;padding-top:9px;color:#fff;font-weight:700;font-size:18px;border-radius:50%;padding-top:8px;position:absolute;right:-51px;top:calc(50% - 20px)}.MECPurchaseStatus:after,.MECPurchaseStatus:before{position:absolute;border-radius:50px;background:#fff;content:'';transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:before{width:22px;height:4px;right:9px;top:18px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:after{width:22px;height:4px;right:9px;top:18px;transform:rotate(-45deg)}.MECPurchaseStatus.PurchaseSuccess:before{width:13px;height:4px;right:19px;top:21px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseSuccess:after{width:22px;height:4px;right:5px;top:18px;transform:rotate(-45deg)}#MECActivation .MECPurchaseStatus.PurchaseError,.addon-activation-form .MECPurchaseStatus.PurchaseError{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}#MECActivation .MECPurchaseStatus.PurchaseSuccess,.addon-activation-form .MECPurchaseStatus.PurchaseSuccess{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.wna-spinner-wrap{position:absolute;background:#000;width:509px;height:64px;top:-8px;border-radius:50px;z-index:999;background-color:#fff;opacity:.9}.wna-spinner{width:40px;height:40px;position:relative;margin:6px auto}.wna-spinner .double-bounce1,.wna-spinner .double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#40d8f0;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.wna-spinner .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}#MECActivation .MECLicenseMessage,.addon-activation-form .MECLicenseMessage{margin-top:24px;color:#f64;max-width:570px}.box-addon-activation-toggle-content,.box-addon-activation-toggle-head{display:none}.addon-activation-form h3{font-size:15px;font-weight:400;margin:34px 0 -7px}.box-addon-activation-toggle-head{line-height:1.5;font-size:16px;margin-top:20px;cursor:pointer}.box-addon-activation-toggle-head i{margin-right:7px;cursor:pointer;font-weight:700}#mec-advanced-wraper div:first-child>ul{display:block;margin:5px 0;padding:5px 0;width:390px;border:1px solid #e1e2e3;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.05)}#mec-advanced-wraper div:first-child>ul span{display:none}#mec-advanced-wraper div:first-child>ul *{display:inline-block;background:#fff;font-size:12px;color:#717273;text-align:center}#mec-advanced-wraper div:first-child>ul>li{width:60px;font-weight:700;margin:0 10px 0 0;padding:4px 0;border-right:1px solid #e1e2e3}#mec-advanced-wraper div:first-child>ul>ul>li{margin:0;padding:2px 10px;cursor:pointer;border-radius:2px;transition:all .18s ease}#mec-advanced-wraper div:first-child>ul>ul>li:hover,.mec-active{background:#008aff!important;color:#fff!important}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.w-col-sm-3 .w-box.addon{min-height:auto;box-shadow:0 3px 16px -5px rgba(0,0,0,.1);border-radius:2px}.w-box-child.mec-addon-box{padding:20px 20px}.mec-addon-box-head{border-bottom:1px solid #e8e8e8;padding-bottom:5px;margin-bottom:14px;position:relative}.mec-addon-box-version{position:relative;background:#eaeaea;border-radius:1px;padding:0 8px;color:#5a5a5a;font-size:11px;letter-spacing:.2px;line-height:21px;display:inline-block;margin:10px 0}.mec-addon-box-head img{display:block;width:60px;height:60px;margin-bottom:10px}.mec-addon-box-title{font-weight:600;font-size:17px;line-height:25px}.mec-addon-box-title a span{color:#444;font-size:15px}.mec-addon-box-content p{color:#777;font-size:13px;letter-spacing:.1px}.mec-addon-box-mec-version{background:#f3f3f3;padding:10px;font-size:13px}#webnus-dashboard .addons-page-links{display:inline-block;margin:12px 4px 16px 0}#webnus-dashboard .addons-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}.addons-page-links.link-to-purchase a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.addons-page-links.link-to-install-addons a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}#webnus-dashboard .addons-page-links a:hover,#webnus-dashboard .w-box.addons-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}.mec-addon-box-footer{margin-top:25px;text-align:center}#webnus-dashboard .mec-addon-box-footer a{background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);margin-top:10px;display:inline-block;text-shadow:none;border:none;transition:.24s;position:relative;margin-right:7px;font-size:12px;font-weight:500;border-radius:7px;padding:9px 18px 8px;width:53px;height:34px;line-height:21px;box-shadow:0 2px 8px -3px #008aff}#webnus-dashboard .mec-addon-box-footer a:last-of-type{margin-right:0}#webnus-dashboard .mec-addon-box-footer a.mec-addon-box-intro{box-shadow:0 3px 10px -4px #ff3535;background:linear-gradient(95deg,#ff6c6c 0,#f55 50%,#ff3535 100%)}#webnus-dashboard .mec-addon-box-footer a:hover{background:#222!important;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%)!important;box-shadow:0 5px 23px -7px rgba(0,0,0,.5)!important;cursor:pointer!important}#webnus-dashboard .mec-addon-box-footer a i{color:#fff;font-size:16px}@media(max-width:1366px){.wns-be-container #wns-be-content{padding:5px 15px 0}.mec-form-row .mec-col-8 label{font-size:10px}#webnus-dashboard .mec-tooltip .box p,.mec-tooltip .box p{font-size:10px}}@media (max-width:780px){.wns-be-container #wns-be-content{padding:10px 0}.wns-be-container .mec-form-row .mec-col-8 label{width:50%;display:block}.wns-be-container .mec-form-row input[type=checkbox]{width:14px;height:14px}.wns-be-container .wns-be-sidebar li .subsection a{padding-left:30px}.wns-be-container .wns-be-sidebar{width:200px}.wns-be-container .wns-be-main{margin-left:200px}.wns-be-container .mec-tooltip .box{min-width:235px!important}.wns-be-container .mec-tooltip .box p{font-size:12px!important}#wns-be-infobar.sticky{position:unset}}@media (max-width:480px){.wns-be-container .wns-be-sidebar{width:100%;position:unset;float:none}.wns-be-container .wns-be-main{margin-left:0;width:100%;position:unset}.wns-be-container{margin-top:50px}.wns-be-container #wns-be-infobar:before{width:100%}.wns-be-container #wns-be-infobar{height:150px}#mec-search-settings{margin-top:80px;width:181px}}#mec_tickets .mec-box{position:relative;padding:25px 10px}#mec_fees_list input[type=text].mec-col-12,#mec_ticket_variations_list input[type=text].mec-col-12{max-width:625px}#taxes_option .mec-form-row input[type=text].mec-col-12,#ticket_variations_option input[type=text].mec-col-12{max-width:554px}.mec-booking-tab-content .mec-form-row textarea{max-width:762px}#mec_tickets .button.remove{padding:0;min-height:28px;height:28px;width:28px;margin:0;border-radius:50%;position:absolute;top:20px;right:20px;color:#ea6485;box-shadow:0 2px 6px -3px #ea6485;background:#fff;border-color:#ffd2dd;font-size:20px;line-height:1.5}#mec_tickets .button.remove svg{fill:#ea6485!important}#mec_tickets .button.remove:hover{color:#fff;border:2px solid #ea6485;background:#ea6485}#mec_tickets .button.remove:hover svg{fill:#fff!important}@media(max-width:480px){#mec_tickets .button.remove{top:5px;right:5px}}#mec_meta_box_hourly_schedule_days .mec-form-row input[type=text],#mec_meta_box_tickets_form .mec-form-row input[type=text]{max-width:400px}#mec_exceptions_not_in_days_date{width:100%}#mec-event-data input[type=date],#mec-event-data input[type=email],#mec-event-data input[type=tel],#mec-event-data input[type=text],#mec-event-data input[type=url],#mec-event-data select,#mec-event-data textarea,#mec_select_tags.mec-create-shortcode-tab-content input[type=text],#mec_settings_weather_module_api_key{width:262px}#mec-event-data input[type=date],#mec-event-data input[type=email],#mec-event-data input[type=tel],#mec-event-data input[type=text],#mec-event-data input[type=url],#mec-event-data select,#mec-event-data textarea,#mec_exceptions_not_in_days_date,#mec_meta_box_date_form input[type=text]{max-width:262px}#mec-event-data input[type=text].mec_date_picker.mec-col-4 #mec_meta_box_calendar_skin_options input[type=text].mec_date_picker.mec-col-4{max-width:32.33333333%}#payment_gateways_option .mec-col-4 input[type=number],#payment_gateways_option .mec-col-4 input[type=text],#payment_gateways_option .mec-col-4 select,#payment_gateways_option .mec-col-4 textarea{width:75%}.mec-form-repeating-event-row .mec-col-6 input[type=text]{width:35%}.addons-page-error,.addons-page-notice{display:block;margin-top:15px;margin-bottom:0;background:#fff;border-left:4px solid #00a0d2;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:1px 12px}.addons-page-error p,.addons-page-notice p{margin:.5em 0;padding:2px;font-size:13px}.addons-page-error{border-left-color:#dc3232}.mec-addon-box-comingsoon{background:#eaeaea;padding:8px 11px;color:#5a5a5a;font-size:14px;font-weight:500;text-align:center}.mec-addons .w-row .w-col-sm-3:nth-child(4n+1){clear:left}@media (min-width:960px){#webnus-dashboard .mec-addon-box-footer .w-button{text-align:right}}@media (min-width:1401px){.mec-addon-box-title a span{font-size:17px}}.mec-pro-notice{margin-top:24px;line-height:30px}.mec-pro-notice .info-msg{padding:50px 30px;margin-bottom:0}#webnus-dashboard .mec-pro-notice .info-msg{background:#fff;box-shadow:0 1px 16px rgba(0,0,0,.034);text-align:center;color:#000}#webnus-dashboard a.info-msg-link{background:#e66f52;background:linear-gradient(95deg,#ff8162 0,#e66f52 50%,#ff4c20 100%);box-shadow:0 5px 10px -5px #e66f52;border-radius:2px;padding:12px 50px;font-size:16px;line-height:24px;border:none;margin:20px auto 0;color:#fff;transition:all .3s ease;display:inline-block}#webnus-dashboard a.info-msg-link:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .info-msg p{width:70%;margin:0 auto;line-height:1.8}#webnus-dashboard .info-msg-coupon{font-size:13px;color:#777;max-width:600px;line-height:1.68;margin:25px auto 0}#webnus-dashboard .info-msg-coupon strong{font-weight:700;color:#19ce18}.info-msg .socialfollow{padding-top:20px}.info-msg .socialfollow a{margin:0 2px;display:inline-block}.info-msg .socialfollow a i{background:#96a4b1;color:#fff;padding:6px;border-radius:3px;font-size:18px;box-shadow:0 2px 3px rgba(0,0,0,.1);transition:all .25s}.info-msg .socialfollow a:hover i{background:#008aff}.mec-intro-section .w-box-content{text-align:center}.mec-intro-section .w-box-content.mec-intro-section-welcome{max-width:600px;margin:0 auto}.mec-intro-section .w-box-content.mec-intro-section-welcome h3{font-size:27px}a.mec-intro-section-link-tag.button.button-hero{margin:0 10px 40px}a.mec-intro-section-link-tag.button.button-primary.button-hero{color:#fff!important}a.mec-intro-section-link-tag.button.button-secondary.button-hero{color:#000!important}.mec-intro-section-ifarme iframe{border:1px solid #e7e7e7;border-radius:3px;padding:10px;box-shadow:0 3px 10px -6px rgba(0,0,0,.2)}.w-box-content.mec-intro-section-welcome p{margin-bottom:0}.mec-tooltip a:focus{box-shadow:none}#mec_booking_form .mec-options-fields,#mec_modules_form .mec-options-fields,#mec_settings_form .mec-options-fields,#mec_single_form .mec-options-fields{padding-bottom:150px!important}#mec_taxes_fees_container_toggle{margin-bottom:60px}#mec_taxes_fees_container_toggle{margin-bottom:60px}.wns-be-sidebar li{position:relative}.wns-be-sidebar li .submneu-hover{position:absolute;top:-1px;right:-222px;width:220px;z-index:9;background:#fff;border:1px;border-style:solid;border-color:#dedede;margin:0;overflow:visible;opacity:0;visibility:hidden;transition:all .23s ease;padding-top:8px;padding-bottom:12px}.wns-be-sidebar li:hover{background:#fff}.wns-be-sidebar li:hover .submneu-hover{opacity:1;visibility:visible}.wns-be-sidebar li .submneu-hover a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 26px}.wns-be-sidebar li .submneu-hover a:hover{background:#f6f6f6;color:#222}.wns-be-sidebar li .submneu-hover:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-15px;top:14px;border-right-color:#c5c5c5;right:0}.wns-be-sidebar li .submneu-hover:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-14px;top:14px}.wns-be-sidebar li a:focus,.wns-be-sidebar li:focus{outline:-webkit-focus-ring-color auto 0;border:0;box-shadow:none}@media (max-width:480px){.wns-be-sidebar li .submneu-hover{width:175px;right:0}.wns-be-sidebar li .submneu-hover a{font-size:11px;padding:5px 5px 5px 20px}}.mec-tooltip:hover:after,.mec-tooltip:hover:before{display:none}.mec-tooltip{display:inline-flex;bottom:7px}.mec-tooltip .box{min-width:300px;max-width:600px;display:inline-block;left:26px;top:50%;transform:translateY(-50%);padding:0;margin-top:8px;background-color:#535a61;color:#fff;font-weight:300;font-size:14px;letter-spacing:.5px;line-height:1.3;position:absolute;z-index:9999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #444b50;visibility:hidden;opacity:0;transition:opacity .23s}#webnus-dashboard .mec-tooltip .box p,.mec-tooltip .box p{color:#fff;font-size:14px;line-height:1.3;margin:0;font-style:normal}.mec-tooltip:hover .box{visibility:visible;opacity:1}.mec-tooltip:hover .box{padding:20px;border-radius:8px}.mec-tooltip .box h5{color:#fff;font-size:17px;font-weight:600;margin:-30px -20px;padding:15px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #30353a;border-radius:6px 6px 0 0;z-index:9999}#webnus-dashboard .mec-tooltip .box p a,.mec-tooltip .box p a{color:#40d9f1;margin-top:10px;margin-left:0;font-weight:400;position:relative;text-decoration:none;display:block;width:max-content}.mec-tooltip .box a:hover{color:#f90}.mec-tooltip .box:after{display:block;position:absolute!important;top:100%!important;right:50%!important;margin-top:-6px!important;margin-right:-6px!important;width:12px!important;height:24px!important;overflow:hidden!important;transform:rotate(-90deg)!important}.mec-tooltip .box:before{display:block;content:''!important;position:absolute!important;width:12px;height:12px;left:-10px!important;top:50%!important;transform:translate(50%,-50%) rotate(-45deg)!important;background-color:#535a61!important;box-shadow:0 8px 9px -4px #535a61!important;z-index:0!important}.mec-tooltip .box.top{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.top:after{top:50%!important;right:100%!important}.mec-tooltip .box.top:before{left:50%!important;top:100%!important}.mec-tooltip .box.bottom{left:50%;top:auto;bottom:0;transform:translate(-50%,100%);margin-bottom:-20px;margin-left:-10px}.mec-tooltip .box.bottom:after{top:0!important;right:50%!important;background-color:#3a3f44!important}.mec-tooltip .box.bottom:before{left:50%!important;top:-7px!important;transform:translateX(-50%);background-color:#3a3f44!important}.mec-tooltip .box.left{left:auto;right:26px;top:50%;transform:translateY(-50%)}.mec-tooltip .box.left:before{right:0!important;left:auto!important;top:50%!important}form#mec_reg_fields_form input[type=radio]:before{content:"";display:inline-block;background:#fff;border-radius:18px;width:14px;height:14px;margin:-1px 0 0 -2px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32)}form#mec_reg_fields_form input[type=radio]:checked:before{border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff;width:4px;height:4px}form#mec_reg_fields_form input[type=radio]{min-height:0;margin-right:6px}form#mec_reg_fields_form label{margin-right:20px}@media(min-width:1200px) and (max-width:1366px){.mec-tooltip .box.left{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.left:after{top:50%!important;right:100%!important}.mec-tooltip .box.left:before{left:50%!important;top:100%!important}.mec-tooltip .box{min-width:225px}.mec-tooltip .box h5{font-size:15px}.mec-tooltip .box .content{font-size:12px}}@media(max-width:1366px){.wns-be-container .wns-be-group-tab p{margin-top:0}}.mec-addons-notification-box-wrap .w-col-sm-12,.mec-cmsg-notification-box-wrap .w-col-sm-12{padding:0}.mec-addons-notification-box-wrap img{width:auto}.mec-addons-notification-box-image{width:555px;display:inline-block;vertical-align:top}.mec-addons-notification-box-content{width:calc(100% - 559px);display:inline-block}.mec-addons-notification-box-content p{margin-top:1%;line-height:1.5;font-size:16px}.mec-addons-notification-box-content .w-box-content{padding-top:0;padding-bottom:0}.mec-addons-notification-box-content ol{font-size:16px}.mec-addons-notification-box-content a{background:#38d5ed;color:#fff!important;padding:10px 26px;margin-top:5px;display:inline-block;border-radius:3px;text-transform:capitalize;font-size:16px;letter-spacing:.4px;transition:all .1s ease;font-weight:600;text-decoration:none}.mec-addons-notification-box-content a:hover{background:#000}.w-clearfix.w-box.mec-addons-notification-box-wrap span,.w-clearfix.w-box.mec-cmsg-2-notification-box-wrap span,.w-clearfix.w-box.mec-cmsg-notification-box-wrap span{right:0;left:unset;cursor:pointer;background:#fff;padding:0 16px}.w-clearfix.w-box.mec-addons-notification-box-wrap span i,.w-clearfix.w-box.mec-cmsg-2-notification-box-wrap span i,.w-clearfix.w-box.mec-cmsg-notification-box-wrap span i{font-size:28px;vertical-align:sub;color:#f2113e}.mec-custom-msg-notification-wrap,.wns-be-container .mec-addons-notification-wrap{padding:0;margin:0}.mec-custom-msg-notification-wrap .w-col-sm-12,.wns-be-container .mec-addons-notification-wrap .w-col-sm-12{padding:0}.wns-be-container .w-box{margin-top:0}.wns-be-container.mec-addons-notification-set-box{margin-right:15px;margin-top:50px;margin-bottom:27px}@media(max-width:1200px){.mec-addons-notification-box-content,.mec-addons-notification-box-image{width:100%;display:block}.mec-addons-notification-box-image{text-align:center}}@media(max-width:768px){.mec-addons-notification-box-image img{width:100%;height:auto}}body.rtl .wns-be-sidebar{width:260px;float:right;position:relative}body.rtl .wns-be-main{margin-left:0;border-left:0;margin-right:260px;border-right:1px solid #dedede}body.rtl .w-box.mec-activation .LicenseField{direction:rtl}body.rtl .w-box.mec-activation input[name=MECPurchaseCode]{text-align:right;padding-right:20px}body.rtl #MECActivation .MECPurchaseStatus,body.rtl .addon-activation-form .MECPurchaseStatus{right:auto;left:-51px}body.rtl #webnus-dashboard .w-box.mec-activation input[type=submit]{right:auto;left:5px}body.rtl .wns-be-sidebar .wns-be-group-menu li a{padding:13px 20px 13px 4px}body.rtl .wns-be-sidebar .wns-be-group-tab-link-a span.wns-be-group-menu-title{padding-left:0;padding-right:24px}body.rtl .wns-be-sidebar .has-sub span.extra-icon{float:left}body.rtl .wns-be-sidebar .wns-be-group-tab-link-a span.extra-icon i{right:auto;left:10px}body.rtl .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,body.rtl .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:transparent;border-left-color:#fff;right:auto;left:-1px;top:10px}body.rtl .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:transparent;border-left-color:#c5c5c5;right:auto;left:0}body.rtl .mec-col-1,body.rtl .mec-col-10,body.rtl .mec-col-11,body.rtl .mec-col-12,body.rtl .mec-col-2,body.rtl .mec-col-3,body.rtl .mec-col-4,body.rtl .mec-col-5,body.rtl .mec-col-6,body.rtl .mec-col-7,body.rtl .mec-col-8,body.rtl .mec-col-9{float:right;margin:0 1% 0 0}body.rtl .wns-be-sidebar li .submneu-hover{right:auto;left:-222px}body.rtl .wns-be-sidebar li .submneu-hover:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:auto;right:-1px;top:14px}body.rtl #mec_styles_form #mec_styles_CSS{direction:ltr}body.rtl .w-box.mec-activation{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleX(-1)}body.rtl .w-box.mec-activation .w-box-content,body.rtl .w-box.mec-activation .w-box-head{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleX(-1);display:block}body.rtl .w-box.mec-activation .w-box-head{width:100%}body.rtl .wns-be-container #wns-be-infobar:before{left:auto;right:0}body.rtl .wns-be-container .dpr-btn.dpr-save-btn{float:left}body.rtl .wns-be-container .wns-be-group-tab h2:before,body.rtl .wns-be-container .wns-be-group-tab h4:before{left:auto;right:0;margin-right:0;margin-left:5px}body.rtl #mec_gateways_form .mec-tooltip{float:left}.mec-details-addons-container{margin-top:20px}.mec-details-addons-wrap img{float:left;width:19%;margin-right:17px}.mec-details-addons-wrap{clear:both;margin-bottom:80px;display:block;position:relative}.mec-details-addons-wrap a{text-decoration:none}.mec-details-addons-wrap p{float:left;width:340px;margin-top:0;margin-bottom:30px}.mec-details-addons-title{font-weight:700}.mec-details-addons-title a{color:#444}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx{border-radius:10px!important;box-shadow:0 4px 38px rgba(0,0,0,.14)!important}body .crisp-client .crisp-1rjpbb7 .crisp-13qutdl,body .crisp-client .crisp-1rjpbb7 .crisp-13qutdl *,body .crisp-client .crisp-1rjpbb7 .crisp-9dgo7z,body .crisp-client .crisp-1rjpbb7 .crisp-9dgo7z *{font-family:proxima-nova,-apple-system,BlinkMacSystemFont,"Segoe UI",Catamaran,sans-serif!important}body .crisp-client .crisp-1rjpbb7 .crisp-145mbcr,body .crisp-client .crisp-1rjpbb7 .crisp-1jrqqbm:hover{background-color:#fff!important}body .crisp-client .crisp-1rjpbb7 .crisp-14u434g{border-color:#e7e8e9!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-1bkorcf .crisp-1vzg1qq{font-size:20px!important;width:14px!important;height:19px!important;opacity:.85}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-1bkorcf .crisp-1vzg1qq:hover{opacity:.99}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-1sps3eb .crisp-1vd2grm .crisp-12w4w1a{font-size:13px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-1sps3eb .crisp-1vd2grm .crisp-12w4w1a::-webkit-input-placeholder{color:#717273!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=visitor] .crisp-z89v5n .crisp-162m9xf{background-color:#008aff!important;color:#fff!important;box-shadow:none!important;border-radius:5px!important;padding:15px 25px 15px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=visitor] .crisp-z89v5n .crisp-162m9xf .crisp-1o2g4mc{color:#fff!important;font-size:13px!important;letter-spacing:.3px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-z89v5n .crisp-162m9xf{background-color:#f1f2f3!important;border-radius:5px!important;padding:15px 25px 15px!important;box-shadow:none!important;color:#121314!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-type=audio] .crisp-z89v5n .crisp-162m9xf{background-color:#d1d7dc!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv[data-from=operator] .crisp-z89v5n .crisp-1o2g4mc{color:#121314!important;-webkit-text-fill-color:#121314!important;font-size:13px!important;letter-spacing:.3px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-mkirz6 .crisp-12qaym5 .crisp-39hskb{opacity:.4;margin-right:5px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-z7oo2o .crisp-lgu84d .crisp-1ohjrf0 .crisp-dqw9ko .crisp-bhspdv .crisp-mkirz6 .crisp-12qaym5 .crisp-ehr6mw{opacity:.68;font-size:12px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg{background-image:linear-gradient(125deg,#008aff -10%,#0066b1 100%)!important;height:110px!important;padding-top:35px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-1uw6f17,body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-85evuk,body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-rhv8pz .crisp-nu40j6{font-size:17px!important;line-height:28px!important;padding-top:10px!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-kquevr .crisp-x94m06{background-color:#008aff!important;background-image:linear-gradient(125deg,#008aff -10%,#008af0 100%)!important;box-shadow:0 5px 34px -6px #008aff!important}body .crisp-client .crisp-1rjpbb7 .crisp-4oo1n4{background-color:transparent!important}body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx[data-chat-status=ongoing] .crisp-1784wh6 .crisp-1xmtdlg .crisp-172kolj{margin-top:-10px!important}body .crisp-client .crisp-1rjpbb7[data-last-operator-face=false] .crisp-1rf4xdh .crisp-kquevr .crisp-x94m06 .crisp-16qgsyi .crisp-101bp3x[data-is-ongoing=false]{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSI1NSIgdmlld0JveD0iMCAwIDU4IDU1Ij4NCiAgPGcgaWQ9ImNoYXQtc3ZncmVwby1jb21fMV8iIGRhdGEtbmFtZT0iY2hhdC1zdmdyZXBvLWNvbSAoMSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEuNSkiPg0KICAgIDxwYXRoIGlkPSJQYXRoXzEiIGRhdGEtbmFtZT0iUGF0aCAxIiBkPSJNMjksMS41YzE2LjAxNiwwLDI5LDExLjY0MSwyOSwyNmEyNC4wMSwyNC4wMSwwLDAsMS00LjgsMTQuMzE4Yy40LDQuNzQ1LDEuNTQyLDExLjQyOCw0LjgsMTQuNjgyLDAsMC05Ljk0My0xLjQtMTYuNjc3LTUuNDYybC0uMDIyLjAwOWMtMi43NjQtMS44LTUuNTMyLTMuNjU2LTYuMS00LjEyNmExLDEsMCwwLDAtMS4zMy0uMjc3LDEuMDE3LDEuMDE3LDAsMCwwLS40ODkuODQ4Yy0uMDEuNjIyLjAwNS43ODQsNS41ODUsNC40MjFBMzEuOTE0LDMxLjkxNCwwLDAsMSwyOSw1My41Yy0xNi4wMTYsMC0yOS0xMS42NDEtMjktMjZTMTIuOTg0LDEuNSwyOSwxLjVaIiBmaWxsPSIjZmZmIi8+DQogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8xIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjMiIGN5PSIzIiByPSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiAyNC41KSIgZmlsbD0iIzAwOGFmZiIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMiIgZGF0YS1uYW1lPSJFbGxpcHNlIDIiIGN4PSIzIiBjeT0iMyIgcj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYgMjQuNSkiIGZpbGw9IiMwMDhhZmYiLz4NCiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzMiIGRhdGEtbmFtZT0iRWxsaXBzZSAzIiBjeD0iMyIgY3k9IjMiIHI9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwIDI0LjUpIiBmaWxsPSIjMDA4YWZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K)!important;height:31px!important;top:16px!important;left:14px!important}body .csh-category-item a h6{text-align:left}.mec-form-row.mec-syn-schedule{background:#f7f7f7;padding:20px;border:1px solid #eee;box-shadow:0 1px 11px rgba(0,0,0,.034);margin-bottom:20px}.mec-form-row.mec-syn-schedule p{padding-left:26px}.mec-form-row.mec-syn-schedule h2{margin-top:0}.mec-form-row.mec-syn-schedule h4{margin:10px 0}li.wns-be-group-menu-li.mec-settings-menu .mec-settings-submenu{position:absolute;top:-1px;right:-222px;width:220px;z-index:9;background:#fff;border:1px;border-style:solid;border-color:#dedede;margin:0;overflow:visible;opacity:0;visibility:hidden;transition:all .23s ease;padding-top:8px;padding-bottom:12px}li.wns-be-group-menu-li.mec-settings-menu:hover>.mec-settings-submenu{visibility:visible;opacity:1}.mec-settings-menu .mec-settings-submenu:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-15px;top:14px;border-right-color:#c5c5c5;right:0}.mec-settings-menu .mec-settings-submenu:after{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;left:-14px;top:14px}.wns-be-sidebar .mec-settings-menu .mec-settings-submenu a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 26px}.mec-form-row.mec-skin-countdown-date-format-container input[type=text],.mec-form-row.mec-skin-grid-date-format-container input[type=text],.mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-skin-options-container input[type=text]{max-width:unset}.wn-mec-select{width:32.33333333%!important;clear:unset!important}.wn-mec-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:3px;border:1px solid #ddd;margin-bottom:8px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;box-shadow:0 3px 13px -5px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.07)}.wn-mec-select:hover{border-color:#dbdbdb}.wn-mec-select.open .list{overflow:unset;width:100%;margin:0}.wn-mec-select .list{background-color:#fff;border-radius:2px;box-shadow:0 2px 33px -2px rgba(0,0,0,.2),inset 0 1px 2px rgba(0,0,0,.07);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.wn-mec-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.wn-mec-select:hover{border-color:#dbdbdb}.wn-mec-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.wn-mec-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.wn-mec-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.wn-mec-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.wn-mec-select.disabled:after{border-color:#ccc}.wn-mec-select.wide{width:100%}.wn-mec-select.wide .list{left:0!important;right:0!important}.wn-mec-select.right{float:right}.wn-mec-select.right .list{left:auto;right:0}.wn-mec-select.small{font-size:12px;height:36px;line-height:34px}.wn-mec-select.small:after{height:4px;width:4px}.wn-mec-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.wn-mec-select .list:hover .option:not(:hover){background-color:transparent!important}.wn-mec-select .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:28px!important;min-height:28px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wn-mec-select .option .wn-hover-img-sh img{position:absolute;padding:3px;top:-1px;left:100%;box-shadow:0 4px 42px -5px rgba(0,0,0,.16);visibility:hidden;opacity:0;border:1px solid #e3e3e3;border-radius:2px;z-index:99999999;background:#fff}.wn-mec-select .option:hover .wn-hover-img-sh img{visibility:visible;opacity:1}.wn-mec-select .option.focus,.wn-mec-select .option.selected.focus,.wn-mec-select .option:hover{background-color:#f6f6f6}.wn-mec-select .option.selected{font-weight:700}.wn-mec-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .wn-mec-select .list{display:none}.no-csspointerevents .wn-mec-select.open .list{display:block}.mec-custom-nice-select ul.list li.option{width:30%!important;float:left!important;min-height:135px!important;height:135px;margin:1.66%!important;box-sizing:border-box;text-align:center;padding:10px!important;border-radius:3px;border:1px solid #eee;box-shadow:0 1px 3px rgba(0,0,0,.025);background:#fff!important}.mec-custom-nice-select ul.list li.option:hover{box-shadow:0 2px 7px rgba(0,0,0,.06);borde-color:#e0e0e0}.mec-custom-nice-select .list:hover .option:not(:hover),.mec-custom-nice-select ul.list:hover li.option{background:#fff!important}.mec-custom-nice-select ul.list{min-width:600px!important;padding:20px 10px!important;background:#fcfbfd;border:1px solid #e9e9e9;box-shadow:0 1px 4px rgba(0,0,0,.05)}.mec-custom-nice-select ul.list li.option.selected{border:1px solid #40d9f1;box-shadow:0 1px 8px -3px #40d9f1 inset;color:#00cae6;padding:12px 0 0 0!important}.mec-custom-nice-select .wn-img-sh img{margin:4px 0 1px 1px;line-height:1;max-width:68px;max-height:56px;filter:grayscale(1);-webkit-filter:grayscale(1);transition:all .22s ease;-webkit-transition:all .22s ease;-moz-transition:all .22s ease;-ms-transition:all .22s ease;-o-transition:all .22s ease}.wn-mec-select .option.focus .wn-img-sh img,.wn-mec-select .option.selected.focus .wn-img-sh img,.wn-mec-select .option:hover .wn-img-sh img{background-color:#f6f6f6;filter:grayscale(0);-webkit-filter:grayscale(0)}@media(max-width:768px){.wn-mec-select{width:45%!important}.mec-custom-nice-select ul.list{margin-left:-24px!important;min-width:404px!important}.mec-custom-nice-select ul.list li.option{width:46.6%!important}.wn-hover-img-sh{display:none}}@media(max-width:480px){.wn-mec-select{width:100%!important}.mec-custom-nice-select ul.list{min-width:337px!important}}@media(max-width:320px){.mec-custom-nice-select ul.list li.option{width:100%!important}.mec-custom-nice-select ul.list{min-width:298px!important}}.mec-sed-methods li{line-height:28px;padding-left:38px;position:relative}.mec-sed-methods li:before{margin-right:0}.mec-sed-methods li:before{border-radius:18px}.mec-custom-nice-select ul.list li .wn-mec-text:after,.mec-sed-methods li:before{content:"";position:absolute;display:inline-block;background:#fff;border-radius:2px;width:12px;height:12px;margin:-1px 0 0 -1px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32);border-radius:50%}.mec-custom-nice-select ul.list li .wn-mec-text{position:relative;padding-top:0;padding-bottom:28px}.mec-custom-nice-select ul.list li .wn-mec-text:after{left:calc(50% - 7px);top:auto;bottom:1px}.mec-custom-nice-select ul.list li .wn-img-sh{line-height:1}.mec-sed-methods li:before{left:9px;top:calc(50% - 7px)}.mec-custom-nice-select ul.list li.option.selected .wn-mec-text:after,.mec-sed-methods li.active:before{width:4px;height:4px;border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff}.menu-icon-mec-books .wp-menu-image img,.toplevel_page_mec-intro .wp-menu-image img{width:18px!important;padding-top:7px!important}.mec-add-booking-tabs-wrap,.mec-add-event-tabs-wrap,.mec-create-shortcode-tabs-wrap{display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{flex:1}.mec-add-booking-tabs-right,.mec-add-event-tabs-right,.mec-create-shortcode-tabs-right{flex:6}a.mec-add-booking-tabs-link,a.mec-add-event-tabs-link,a.mec-create-shortcode-tabs-link{display:block}.mec-booking-tab-content,.mec-create-shortcode-tab-content,.mec-event-tab-content{display:none;transition:all .3s ease}.mec-booking-tab-content.mec-tab-active,.mec-create-shortcode-tab-content.mec-tab-active,.mec-event-tab-content.mec-tab-active{display:block}.mec-add-booking-tabs-wrap,.mec-add-event-tabs-wrap{background:#fff;margin:-6px -12px -12px}.mec-create-shortcode-tabs-wrap{margin:-30px -22px -42px}.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{padding:0 0 38px;background:#fff;min-width:210px}.mec-add-booking-tabs-left a,.mec-add-event-tabs-left a,.mec-create-shortcode-tabs-left a{line-height:16px;font-size:13px;font-weight:600;letter-spacing:.3px;color:#6a6f77;text-decoration:none;background:#f7f7f7;padding:13px 20px;border-bottom:1px solid #e3e3e3;outline:0;box-shadow:none;transition:all .2s ease}.mec-add-booking-tabs-left a:hover,.mec-add-event-tabs-left a:hover,.mec-create-shortcode-tabs-left a:hover{color:#008aff;background:#fff}.mec-add-booking-tabs-left a.mec-tab-active,.mec-add-event-tabs-left a.mec-tab-active,.mec-create-shortcode-tabs-left a.mec-tab-active{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;margin:0 -6px;border-radius:5px;box-shadow:0 2px 12px -5px #36a2ff;border-bottom-color:transparent;position:relative}.mec-add-booking-tabs-right,.mec-add-event-tabs-right,.mec-create-shortcode-tabs-right{padding:0 30px 40px;border-left:1px solid #e2e2e2}.mec-booking-tab-content.mec-tab-active,.mec-create-shortcode-tab-content.mec-tab-active,.mec-event-tab-content.mec-tab-active{animation:fadeEffect2 .31s}@media (max-width:550px){.mec-add-booking-tabs-left,.mec-add-event-tabs-left,.mec-create-shortcode-tabs-left{min-width:100px}.mec-add-booking-tabs-left a,.mec-add-event-tabs-left a,.mec-create-shortcode-tabs-left a{font-size:11px;padding:12px 8px;line-height:1.2;letter-spacing:0}}@keyframes fadeEffect2{from{opacity:0;transform:translateX(11px)}to{opacity:1;transform:translateX(0)}}.mec-form-row .mec-col-8 label{padding-right:20px}#mec-event-data .mec-form-row label{margin-right:14px}.mec-form-row input[type=date]::-webkit-calendar-picker-indicator{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0QjQ2N0QwQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0QjQ2N0QxQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDRCNDY3Q0VCNDgzMTFFQThEN0VERkNFNTExRURFMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDRCNDY3Q0ZCNDgzMTFFQThEN0VERkNFNTExRURFMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WW71PAAAGIklEQVR42qRXS28bVRQ+586Mx3ZC1DSpVFojRU2CqMIGiSKxAVoUduzoDjYIlhU/Av4AYsdjRXfkD0Cjom6QqIqEqEhRo1aRkkZpkpY6j7GduQ++c2dsj1+BlInGztxvzj3nfudpPlM/otc2W2QjJmU0rZ0uUytUpBxNnN9p/FYhctF0+XUi2nPGkX7WJOfwxNRzqXxtbfI4eUvm7xY1o4iiI0d/vFiisL2BgTAz0yvbCRnLhP0uNEtqrgUseZRcwPPvJewaldSA8o48vo+Tj0U+CnrkOgZwvkEzEmGm1PF9fzK5Y3U/YlllsjRUv19zXl7571HyAjooc/kmYerpcmPO0Mfa0SyxEtji44ynOjPuayjecd7M46/MQOdGyIs9ThnzMLD0XRrwIdeetmoLm41fWiG95Ar792tydLLrOPkAlpW027hbG3+T37lf/5EtvYcXUuhfBjWp9wHRBO63c5lbEkQj2B92uaHy4l2EAQ66GFgbmiD4id/9q661ooAtf8rsvmUEilAHEqcgtJvvNq3YPTkJA8PksT9ZFxD8+4my9pvAOqOMxIMoJHfPZoJkJNiYat3duOac6hxt1N3GR8lnt0O623s+c2CVZEGaZ8Oks1mElvxu7hGYaQjpHLpH3q/YFQE7Oh5Y6gFTaHhAXlasxmoWpZO5L9Ow4DTv+UBZBAkWNO+CqhkbSOzaXWWyzY+n3WcACdVscnklz5CHYsmv1L/RyUJ/cs7zdT3Ey8pTgw/QgNNuS4XjNMvffwvBNmwDH+pdeZ3J+1qDdW15vS0iBhjZWzF9ge8HWl7zNLluYhP/9/jvFANXyL+ufF4jZvOCZsK8isp77+sixf10n7QQjJT39bBtjzdA5chtLG61n7kgk6UvDy29z4HL4c/ifkN0hYV+cA3Bc7stKAfossgSSF06+3HOu8QovE8eThDlv4pu1TbUOpqySDNUKMSDQRIo6QgVRHbFcID1mCITUGgNKLI9uBbcCC59xUi+DsiHBq0XOLb3utqOUYV+LglH9XJASRAsRNqt4xHVj59Exqw3AlrYi0PaiwNqBKoX12Y9iQSP/GkD4xZC0yt/GPFCvZzhUBoMtmPftRwMEEtpupy2auzadLraXtlNoXLhKQYLbjrWRx0cXNf24wxPSmWw5aZPNXSNOi5ytXqZpjTwSqs3PsJi0I61LG29EFG9GtyaeqgvxU17TrAkDjbvnq/eKcTYrbcemi5eHoI/OLgUt7r4n+cqd04llmZ3mjBSDQ4kYtERLLz4OKGt0xGKA9+RgiSGSRV7+UlCVvka72lEvHRx04vLGW2f/PzTBk3VtddRrGlhMXVaIdME5sLJ3ZQOTPQBNqj58uzcxsXtZEkqmQ7IB9ihLeA2x6FQqyG4cRuvbh8uNZSigzBCALhBBtrjkwjjQItQ+kPXWY6eBuEi/lmOlC8kvTh38ZLH3QC+y+GiIl4OqbeZ9RggQZgcVIXe1ep48jPkz/oGw7x1yoytIq1o59AH1Wp1rNHBSXA9tip87zYyvFzpx8dXLVTvqySvhUMNsN6+1ERrrNQVQs57H4K6cR35GrapffICb16RpO7glOHrrQyvjHXxQHB0/j1ugV0LpcFwAzS4n6hiZoIvEp2znwcSigfGJhxpMmseLc0dvFjcvRuLvdEdNyl2+0DOALwE863TM/jnJqhfQa6v4AfJzUNOZ/aVlhqIUpoO4PuU4XFsqFrSM866m9hxBXSvWPx/wHpGqA96Vfa5AH9HnMjYNI96dbkwaVzcCw/nAK+xHzp4Hp89eD04nENzX6v4cYrnrVWXXQF/Fh7MQfWasmogCNsmaT+qwD0g4gYsuYqnWlboeKMUumUr86LycxdwdRUb+zQTvAzcgL0jLXFkbkQUX5UKyFTE2bvZD0a5B8SAUu6dPf+7AInssja2VPSZRud2Ni/NKse5M2VQqkO4BxSzZLmV8Wwpa8S9OHsK3X6+Lc7F/JidOwvkc7z3FbIgzd7smy1c35TEg7NGrg6Ucs88UsCliOLHH1+Td8HYFl++W//QxfT9iSee/3lJWy5X6aMwtK3rTVWJUU4/g4GzdLLp73ku8cEDxNmXUZhc/0eAAQAVgX0RHvvILQAAAABJRU5ErkJggg==);background-position:center;background-size:cover;width:10px;height:12px;display:block}.mec-calendar-metabox .wn-mec-select,.mec-form-row input[type=date],.mec-form-row input[type=email],.mec-form-row input[type=number],.mec-form-row input[type=tel],.mec-form-row input[type=text],.mec-form-row input[type=url],.mec-form-row select,.mec-form-row textarea,.mec-form-row.mec-skin-list-date-format-container input[type=text]{border:solid 1px #ddd;border-radius:2px;height:40px;line-height:38px;padding-left:10px;box-shadow:0 3px 10px -2px rgba(0,0,0,.05),inset 0 1px 2px rgba(0,0,0,.02)}.mec-calendar-metabox .wn-mec-select.open .list{border-radius:0 0 2px 2px;box-shadow:0 0 0 1px #ddd,0 2px 6px rgba(0,0,0,.07)}.mec-calendar-metabox .mec-custom-nice-select.open ul.list{border-radius:3px;box-shadow:0 2px 6px rgba(0,0,0,.07);margin-left:0!important;transform:translateX(-50%);left:50%}.mec-custom-nice-select ul.list li.option.selected .wn-mec-text:after{border:6px solid #40d9f1;box-shadow:0 3px 16px -3px #40d9f1}.mec-form-row input[type=checkbox]{background-color:#fff;border:1px solid #cacece;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:9px;border-radius:3px;min-width:24px;min-height:24px;display:inline-block;transition:all .18s ease;outline:0;margin:2px 4px 4px 0}.mec-form-row input[type=checkbox]:focus{outline:0}.mec-form-row input[type=checkbox]:hover{border-color:#62b6ff}.mec-form-row input[type=checkbox]:checked{box-shadow:0 1px 6px -2px #008aff;border-color:#008aff;background:#008aff;border-radius:2px;position:relative}.mec-form-row.mec-switcher input[type=checkbox]{position:absolute}.mec-form-row input[type=checkbox]:checked:before{content:"";font:normal;position:absolute;top:12px;left:8px;border-right:2px solid transparent;border-bottom:2px solid transparent;transform:rotate(45deg);transform-origin:0 100%;color:#fff;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards}@keyframes checkbox-check{0%{width:0;height:0;border-color:#fff;transform:translate3d(0,0,0) rotate(45deg)}33%{width:5px;height:0;transform:translate3d(0,0,0) rotate(45deg)}100%{width:5px;height:11px;border-color:#fff;transform:translate3d(0,-11px,0) rotate(45deg)}}.mec-form-row input+span.mec-tooltip,.mec-form-row select+span.mec-tooltip{bottom:10px}.mec-form-row label+span.mec-tooltip{bottom:8px}.mec-form-row textarea+span.mec-tooltip{bottom:auto;vertical-align:top;top:12px}.mec-form-row span+span.mec-tooltip{bottom:0;vertical-align:middle}.mec-form-row .mec-col-8 input[type=text],.mec-form-row .mec-col-8 select,.mec-form-row .mec-col-8 span.mec-archive-skins{vertical-align:top}.mec-form-row .mec-col-8 span.mec-archive-skins input[type=text]{max-width:225px}.mec-form-row input:disabled{opacity:.6;background:#f6f6f6}.wns-be-group-tab h5{font-size:16px;font-weight:600;color:#444;margin:45px 0 25px}.mec-form-row textarea{height:auto;margin-bottom:0;min-height:60px}.mec-form-row .wp-picker-container input[type=text].wp-color-picker{height:25px;vertical-align:top;margin:0}.mec-form-row .wp-picker-container label{margin:0}.mec-image-select-wrap li span:hover{border-color:#fff;box-shadow:0 1px 8px rgba(0,0,0,.12)}.mec-message-categories li.mec-acc-label:after{content:"\e604";font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;display:block;font-size:13px;color:#999;position:absolute;right:27px;top:26px}.mec-message-categories>li.mec-acc-label[data-status=open]:after{content:"\e607";color:#008aff}.mec-message-categories>li.mec-acc-label[data-status=open]{color:#008aff}.mec-message-categories>li.mec-acc-label:last-of-type{border-bottom:none}.mec-message-categories>li.mec-acc-label[data-status=open]{border-bottom:1px solid #e6e6e6}.mec-form-row ul.mec-message-categories{box-shadow:0 2px 16px rgba(0,0,0,.03);border-radius:5px;overflow:hidden;margin-top:30px;background:#f5f5f5;border:2px solid #e6e6e6;max-width:700px}.mec-form-row ul.mec-message-categories li ul{padding:10px 40px 40px;margin:25px -30px -25px;background:#f5f5f5;box-shadow:inset 0 4px 7px rgba(0,0,0,.04);cursor:default}.mec-form-row ul.mec-message-categories ul label{margin:25px 8px 7px;font-weight:600!important;font-size:13px;color:#888;cursor:default}.wns-be-sidebar li:hover a i,.wns-be-sidebar>li:hover a{color:#008aff}.mec-form-row.mec-skin-list-date-format-container span.mec-tooltip{top:2px}.mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-meta-box-fields .mec-form-row input[type=checkbox]{margin-right:6px}#mec_meta_box_downloadable_file_options #mec_downloadable_file_remove_image_button,.mec-meta-box-fields .mec-form-row .button:not(.wp-color-result){height:37px;margin-top:1px;box-shadow:inset 0 2px 4px #fff,inset 0 -2px 4px rgba(0,0,0,.05),0 2px 2px rgba(0,0,0,.06)}#mec_meta_box_downloadable_file_options #mec_downloadable_file_remove_image_button{margin-top:12px}#mec-read-more .mec-form-row span.mec-tooltip{top:2px;left:-4px}#mec-search-settings{border-radius:21px;min-height:32px;box-shadow:inset 0 1px 2px rgba(0,0,0,.06);padding:9px 10px 12px 34px;margin-right:10px;color:#7c838a;font-size:13px;width:260px;background:#f5f5f5;border:none;z-index:1;transition:all .18s ease;outline:0;line-height:normal}#mec-search-settings:focus{background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.07),0 0 0 1px #e6e6e6;width:270px}.mec-search-settings-wrap{display:inline-block;position:relative}.mec-search-settings-wrap i{position:absolute;left:14px;top:14px;font-size:13px;color:#7e8c98;display:block;z-index:2}#mec-search-settings::-webkit-input-placeholder{color:#7c838a}#mec-search-settings::-moz-placeholder{color:#7c838a}#mec-search-settings:-ms-input-placeholder{color:#7c838a}#mec-search-settings:-moz-placeholder{color:#7c838a}.ui-datepicker.ui-widget{border:1px solid #e8e8e8;box-shadow:0 1px 9px rgba(0,0,0,.12)}.ui-datepicker.ui-widget select{font-weight:600;font-size:12px;border-radius:2px;padding:2px 10px;margin:1px 3px 5px}.ui-datepicker.ui-widget table{border-spacing:2px}.ui-datepicker.ui-widget td,.ui-datepicker.ui-widget tr{padding:0;background:0 0!important}.ui-datepicker.ui-widget td a{color:#777;font-weight:600;width:30px;height:30px;line-height:30px;display:inline-block;border-radius:33px;padding:0;background:#fff;transition:all .2s ease}.ui-datepicker.ui-widget td a.ui-state-active,.ui-datepicker.ui-widget td a:hover{background:#40d9f1;color:#fff}.ui-datepicker.ui-widget .ui-datepicker-next,.ui-datepicker.ui-widget .ui-datepicker-prev{color:#40d9f1;width:30px;height:30px;line-height:30px;display:inline-block;text-align:center;border-radius:33px;background:#ecfcff;transition:all .2s ease}.ui-datepicker.ui-widget .ui-datepicker-next:hover,.ui-datepicker.ui-widget .ui-datepicker-prev:hover{background:#fff;box-shadow:0 0 7px -3px rgba(0,0,0,.4)}#mec-wrap{width:92%;margin:20px auto;max-width:1384px}#mec-wrap h2.nav-tab-wrapper{margin-bottom:40px;padding:0;border:none;margin-top:35px;clear:both;background:#fff;box-shadow:0 3px 12px -4px rgba(0,0,0,.13)}#mec-wrap .nav-tab-wrapper .nav-tab{position:relative;padding:28px 22px;border:none;margin:0;background:#fff;font-size:13px;color:#444;outline:0;box-shadow:none}#mec-wrap .nav-tab-wrapper .nav-tab:hover{color:#008aff}#mec-wrap .nav-tab-wrapper .nav-tab:after{content:"";display:inline-block;width:1px;height:30%;position:absolute;right:0;top:35%;background:#e9e9e9}#mec-wrap .nav-tab-wrapper .nav-tab-active,#mec-wrap .nav-tab-wrapper .nav-tab-active:focus,#mec-wrap .nav-tab-wrapper .nav-tab-active:focus:active,#mec-wrap .nav-tab-wrapper .nav-tab-active:hover{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;outline:0;box-shadow:0 5px 25px -7px #008aff;margin-left:-1px;z-index:2}#mec-wrap .nav-tab-wrapper .nav-tab-active:after{content:'';position:absolute;display:block;background:0 0;top:auto;height:auto;bottom:-20px;left:50%;margin-left:-10px;width:0;border-width:10px;border-style:solid;border-color:#008aff transparent transparent}#mec-wrap .mec-container{padding:25px 40px 40px;box-shadow:0 3px 10px -4px rgba(0,0,0,.1)}#wpwrap .mec-button-primary{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s}#wpwrap .mec-button-primary:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 15px -7px rgba(0,0,0,.5);cursor:pointer}.wn-p-t-right{min-width:300px;max-width:400px;display:inline-block;top:-8px;left:50%;margin-top:0;transform:translate(-50%,-100%);padding:0;background-color:#535a61;color:#fff;font-weight:300;font-size:14px;letter-spacing:.5px;line-height:1.5;position:absolute;z-index:99999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #444b50;visibility:hidden;opacity:0;transition:opacity .23s;padding:20px;border-radius:8px}.wn-p-t-right i{position:absolute!important;top:100%;right:50%;margin-top:-6px!important;margin-right:-6px!important;width:12px;height:24px;overflow:hidden;transform:rotate(-90deg)}.wn-p-t-right i:after{content:'';position:absolute;width:12px;height:12px;left:0;top:50%;transform:translate(50%,-50%) rotate(-45deg);background-color:#535a61;box-shadow:0 8px 9px -4px #535a61}.wn-p-t-right .wn-p-t-text-content h5{color:#fff;font-size:17px;font-weight:600;margin:-20px;padding:15px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #32363a;border-radius:6px 6px 0 0}.mec-addon-box-footer a:hover .wn-p-t-right{visibility:visible;opacity:1}#mec_organizer_user+.select2-container,#mec_speaker_user+.select2-container{min-width:224px!important}.mec-add-event-tabs-wrap .select2-container,.mec-create-shortcode-tab-content .select2-container{min-height:38px;height:auto;box-sizing:border-box;margin-bottom:8px;padding:0 6px;border-radius:2px;border:1px solid #ddd;box-shadow:inset 0 1px 6px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;transition:50ms border-color ease-in-out;min-width:200px;font-size:14px}.mec-add-event-tabs-wrap .select2-selection,.mec-create-shortcode-tab-content .select2-selection{border:none;background:0 0;padding-top:3px;width:100%;height:100%}.mec-add-event-tabs-wrap .select2-container--default.select2-container--focus .select2-selection,.mec-create-shortcode-tab-content .select2-container--default.select2-container--focus .select2-selection{border:none!important;outline:0}.mec-add-event-tabs-wrap .select2-container--default .select2-selection--single .select2-selection__arrow,.mec-create-shortcode-tab-content .select2-container--default .select2-selection--single .select2-selection__arrow{top:5px;right:4px}.fs-webform-container div .fserv-container{width:100%!important;max-width:none!important;min-height:208px!important;box-shadow:0 1px 16px rgba(0,0,0,.034)!important;border-radius:2px!important;padding:0!important;margin-bottom:0!important;margin-top:30px!important}.fserv-container .fserv-form-name{font-weight:600!important;position:relative!important;font-size:20px!important;padding:20px!important;border-bottom:1px solid #ededed!important;text-align:left!important;margin:0!important}.fserv-form-description{padding:10px 30px!important;margin:1em 0 0!important;line-height:1.5!important;font-size:16px!important}.fserv-container form{padding:0!important;padding-left:28px!important}.fserv-container .fserv-label{display:none!important}.fserv-field{display:inline-block;width:41%!important;padding:0!important;margin:0!important;margin-right:25px!important}.fserv-field+div:not(.fserv-field){margin:0!important;border:none!important;text-align:left!important;padding-left:4px!important;margin-top:0!important;padding-top:0!important;display:inline-block;margin-right:10px!important}.fserv-container .powered-by{display:none!important}#webnus-dashboard .mec-intro-section .mec-intro-section-link-tag{font-weight:500;border-radius:2px;text-shadow:none;box-shadow:0 1px 3px rgba(0,0,0,.06);background:#fff;background:linear-gradient(95deg,#fff 0,#fff 50%,#fff 100%)!important;border:1px solid #e7e7e7;transition:.24s}#webnus-dashboard .mec-intro-section .mec-intro-section-link-tag.button-primary,#webnus-dashboard .total-bookings button,button.fserv-button-submit{color:#fff!important;font-weight:500!important;border-radius:2px!important;box-shadow:0 3px 10px -4px #008aff!important;text-shadow:none!important;background:#008aff!important;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%)!important;border:none!important;transition:.24s!important}#webnus-dashboard .total-bookings button{line-height:39px;padding:0 36px}#webnus-dashboard .mec-intro-section .mec-intro-section-link-tag.button-primary,#webnus-dashboard .mec-intro-section .mec-intro-section-link-tag:hover{color:#fff!important}#webnus-dashboard .mec-intro-section .mec-intro-section-link-tag:hover,#webnus-dashboard .total-bookings button:hover,button.fserv-button-submit:hover{background:#222!important;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%)!important;box-shadow:0 5px 23px -7px rgba(0,0,0,.5)!important;cursor:pointer!important}.fserv-container input::-webkit-input-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input::-moz-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input:-ms-input-placeholder{font-family:Inherit!important;font-size:14px}.fserv-container input:-moz-placeholder{font-family:Inherit!important;font-size:14px}input.fserv-input-text{height:38px;box-sizing:border-box;margin-bottom:8px;padding:0 6px;box-shadow:none;border-radius:2px;box-shadow:inset 0 1px 5px rgba(0,0,0,.05)}.fserv-field label.error{display:none!important}.fs-notifier{position:fixed!important;top:40px!important;width:300px!important;max-width:300px!important;margin:0!important;right:20px!important;left:unset!important}.post-type-mec-events .lity{background:#edf0f3}.post-type-mec-events .lity-container{width:60vW;max-width:883px;margin:0 auto;border-radius:7px}.post-type-mec-events .lity-content:after{display:none}.mec-manage-events-lightbox{box-shadow:0 3px 20px rgba(0,0,0,.05)}.w-clearfix.mec-attendees-content img{display:inline-block;width:25px;height:25px;vertical-align:middle;margin-right:7px}.post-type-mec-events .mec-attendees-list-head{background:#008aff;color:#fff;text-align:center;padding:17px 0;text-transform:capitalize;font-size:26px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;border-radius:7px 7px 0 0;line-height:43px;box-shadow:0 3px 15px rgba(0,138,255,.25);z-index:99}.mec-attendees-list-wrap{display:flex;width:100%;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;background:#fff;box-shadow:0 3px 20px rgba(0,0,0,.05);border-radius:0 0 5px 5px;overflow:hidden}.mec-attendees-list-left{flex:1;background:#f6f8fa;padding:0;border-radius:0;position:relative}.mec-attendees-list-right,.mec-send-email-form-wrap{flex:1;border-radius:0 0 5px 5px;padding:0 20px 20px;background:#f2f4f7}.mec-attendees-list-left-menu a{display:inline-block;line-height:22px;font-size:12px;color:#000;font-weight:500;border-bottom:1px solid #eaebec;border-left:1px solid #eaebec;padding-bottom:0;padding:7px 6px;margin-bottom:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;transition:all .2s ease;text-decoration:none;text-align:center}.mec-attendees-list-left-menu a.selected-day{color:#008aff}.mec-attendees-list-left-menu .owl-item:last-child a{border-right:1px solid #eaebec}.mec-attendees-list-right table{width:100%}.w-clearfix.mec-attendees-head{margin-top:30px;border-bottom:2px solid #008aff;padding-bottom:18px;margin-bottom:3px}.w-clearfix.mec-attendees-content [class^=w-col-xs-],.w-clearfix.mec-attendees-head [class^=w-col-xs-]{padding:0}.w-clearfix.mec-attendees-head span{font-weight:600;color:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;font-size:17px}.w-clearfix.mec-attendees-content{background:#fff;margin-bottom:2px;padding:10px 20px}.mec-attendees-list-left-menu{height:36px;margin-left:35px;margin-right:36px}.mec-attendees-list-left-menu a:active,.mec-attendees-list-left-menu a:focus,.mec-attendees-list-left-menu a:visited{outline:0;box-shadow:none}.mec-attendees-list-left-menu .owl-item{display:inline-block}.mec-attendees-list-left-menu .owl-stage{min-width:800px!important}.owl-nav.disabled .owl-next{position:absolute;right:0;top:0}.owl-nav.disabled .owl-prev{position:absolute;left:0;top:0}.owl-nav.disabled button{background:#fff;box-shadow:none;border:1px solid #ccc;height:36px;width:36px;font-size:54px;line-height:54px}.owl-nav.disabled button span{margin-top:-18px;display:block}.mec-cover-loader:after{content:'';position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(255,255,255,.5);z-index:99999}.mec-loader{background:rgba(0,0,0,0);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9}.mec-loader,.mec-loader:after{border-radius:50%;width:5em;height:5em;z-index:999999999999}.mec-loader{font-size:10px;text-indent:-9999em;border-top:.5em solid rgba(0,0,0,.2);border-right:.5em solid rgba(0,0,0,.2);border-bottom:.5em solid rgba(0,0,0,.2);border-left:.5em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:mecloader 1.1s infinite linear;animation:mecloader 1.1s infinite linear}@media(max-width:992px){.post-type-mec-events .lity-container{width:80vw}}@-webkit-keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mec-report-backtoselect-wrap,.mec-report-sendmail-form-wrap{display:none}.mec-report-select-event-wrap .select2{width:100%!important}.mec-report-select-event-wrap .select2-container--default .select2-selection--single{border-radius:2px;border:1px solid #e2e3e4;height:38px;padding-top:5px;width:100%;box-shadow:0 2px 3px rgba(0,0,0,.03)}.mec-report-select-event-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{height:36px}.mec-report-select-event-wrap .select2-container--open .select2-dropdown--below{box-shadow:0 2px 8px rgba(0,0,0,.12);border-color:#d7d8d9}.select2-container--default .select2-search--dropdown .select2-search__field{box-shadow:0 2px 8px rgba(0,0,0,.06) inset;border-color:#d7d8d9;border-radius:2px}.mec-report-select-event-wrap input[type=text],.mec-report-select-event-wrap select{border:1px solid #e2e3e4;font-size:13px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;margin-bottom:15px;border-radius:2px;box-shadow:0 2px 3px rgba(0,0,0,.03);max-width:150px}.mec-report-select-event-wrap .select2-container--default{max-width:400px}.mec-report-select-event-wrap select.mec-reports-selectbox-dates{height:38px;min-width:260px;margin:0 0 0 10px;padding-left:15px}.mec-report-sendmail-form-wrap,.mec-report-sendmail-wrap{padding:30px 15px;background:#fff;border:1px solid #e2e3e4;margin:15px 0 5px;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.02)}.mec-report-sendmail-wrap .w-col-sm-12:before{background:url(../img/email-document.png) no-repeat left top;content:"";display:block;width:90px;height:70px;z-index:100;float:left}.mec-report-sendmail-wrap p{margin:0 0 15px;font-size:15px;color:#7d8284}.mec-report-backtoselect-wrap button,.mec-report-sendmail-wrap .w-col-sm-12 button,.mec-send-email-form-wrap .mec-send-email-button{background:#19cde9;border:none;color:#fff;font-size:13px!important;padding:6px 16px;border-radius:2px;cursor:pointer;box-shadow:0 1px 2px rgba(25,205,233,.25);transition:all .2s ease}.mec-report-backtoselect-wrap button:hover,.mec-report-sendmail-wrap .w-col-sm-12 button:hover,.mec-send-email-form-wrap .mec-send-email-button:hover{background:#04bfdc;box-shadow:0 1px 2px rgba(25,205,233,.05)}.mec-report-backtoselect-wrap button{margin-top:15px}.mec-report-selected-event-attendees-wrap{border:1px solid #96e3ef;padding:0;margin:20px 0;border-radius:3px;box-shadow:0 2px 14px rgba(25,205,233,.1);display:none}.mec-report-sendmail-wrap{display:none}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head{background:#c7eef4;border-bottom:1px solid #96e3ef;padding:15px;margin:0;border-radius:3px 3px 0 0}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content{margin:0;padding:8px 15px;border-bottom:1px solid #e4eef0;font-size:13px;line-height:25px}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content:hover{background:#f3fdfe}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content:last-child{border-bottom:none;border-radius:0 0 3px 3px}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content img{border-radius:25px;margin-left:8px}.mec-report-selected-event-attendees-wrap input[type=checkbox]{border-radius:3px;margin-top:0}.mec-report-selected-event-attendees-wrap .mec-attendees-head .w-col-xs-2.name{padding-left:10px}.mec-report-selected-event-attendees-wrap .checkin_status span{font-weight:600}.mec-report-selected-event-attendees-wrap .w-col-sm-12>p{text-align:center}.mec-attendees-list-right,.mec-send-email-form-wrap{flex:1;border-radius:0;padding:0;background:0 0;max-width:674px;margin:0 auto}.mec-report-sendmail-form-wrap{padding:0 30px 45px}.mec-send-email-form-wrap h2{background:url(../img/email-document.png) no-repeat center top;padding-top:70px;font-size:22px;font-weight:600;text-align:center;padding-bottom:10px;padding-left:10px;margin-bottom:0}#webnus-dashboard .mec-send-email-form-wrap .wp-editor-tools button{font-size:13px;font-weight:400;color:#444;line-height:1;margin-bottom:0}#webnus-dashboard .mec-send-email-form-wrap .wp-editor-tabs button{min-height:30px}.mec-send-email-form-wrap input.widefat{min-height:40px;border:1px solid #e2e3e4;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.02)}.mec-send-email-form-wrap input.widefat:focus{border:1px solid #96e3ef}.mec-send-email-form-wrap h4.mec-send-email-count{font-weight:400;text-align:center;margin-bottom:30px;margin-top:0;padding-top:0}.mec-send-email-form-wrap .mec-send-email-button{min-height:40px;line-height:40px;padding:0;font-size:17px!important;font-weight:600}.mec-send-email-form-wrap .mce-menubtn.mce-fixed-width span{height:20px;padding-top:2px}.lity.mec-add-shortcode-popup{background-color:#b7e4e3}.lity.mec-add-shortcode-popup .lity-content{box-shadow:0 3px 20px 0 rgba(91,188,190,.55);border-radius:10px;height:100%}.mec-add-shortcode-popup .lity-container{width:930px;height:620px}.mec-add-shortcode-popup .lity-content:after{display:none}.mec-add-shortcode-popup div#mec_popup_shortcode{background:#fff;overflow:hidden;display:flex;width:100%;border-radius:10px;height:100%}.mec-steps-container{width:92px;text-align:center;background:#fff}.mec-steps-panel{width:calc(100% - 92px);background:#eef4f5}.mec-steps-container ul{text-align:center;display:block;margin-top:62px}.mec-steps-container ul li{width:22px;height:70px;margin:0 auto;position:relative}.mec-steps-container ul li span{border-radius:50px;background-color:rgba(26,175,251,.16);width:22px;height:22px;display:inline-block;padding-top:2px;font-size:11px;font-weight:700;color:#1aaffb}.mec-steps-container ul li:after,.mec-steps-container ul li:before{content:'';display:block;height:24px;width:2px;background:rgba(26,175,251,.16);margin-left:calc(50% - 1px)}.mec-steps-container ul li:first-of-type:before,.mec-steps-container ul li:last-of-type:after{display:none}.mec-steps-container ul li:first-of-type{height:46px}li.mec-step.mec-step-passed span,li.mec-step.mec-step-passed:after,li.mec-step.mec-step-passed:before{background-color:#2dcb73;color:#fff}.mec-steps-container img{margin-top:27px}.mec-steps-header{display:flex;background:#fff;border-radius:5px;box-shadow:0 3px 22px 0 rgba(11,121,125,.01);padding:12px 22px;margin-bottom:50px}.mec-steps-header-settings{width:65px}.mec-steps-header-userinfo{width:calc(100% - 65px)}.mec-steps-panel{padding:35px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.mec-steps-header-userinfo span{display:inline-block;vertical-align:middle}.mec-steps-header-userinfo span img{height:40px;border-radius:50px;margin-right:8px;vertical-align:middle}.mec-steps-header-userinfo span.mec-steps-header-name{font-size:14px;color:#778182}span.mec-steps-header-add-text{color:#839294;font-size:12px;margin-left:5px}.mec-steps-header-settings a{height:100%;display:block;padding-top:11px;text-decoration:none;font-size:12px;color:#707070}.mec-steps-header-settings a i{color:#1aaffb;font-size:16px;vertical-align:text-top;margin-right:5px}.mec-next-previous-buttons{clear:both}.mec-next-previous-buttons button.mec-button-next{float:right;background:#008aff;border:none;color:#fff;cursor:pointer;width:123px;text-align:left;padding:8px 18px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);transition:all .3s ease;outline:0}.mec-next-previous-buttons button:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}.mec-next-previous-buttons button.mec-button-next img{position:absolute;top:16px;right:18px}.mec-next-previous-buttons button{position:relative}.mec-next-previous-buttons button.mec-button-prev{background:#fff;border:none;color:#000;cursor:pointer;width:123px;text-align:right;padding:8px 15px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(11,121,125,.01);transition:all .3s ease;outline:0}.mec-next-previous-buttons button.mec-button-prev img{position:absolute;top:16px;left:18px}.mec-next-previous-buttons button.mec-button-prev:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3);color:#fff}.mec-next-previous-buttons button.mec-button-new{background:#008aff;float:right;border:none;color:#fff;cursor:pointer;width:154px;text-align:left;padding:8px 18px 9px;border-radius:3px;font-size:14px;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);transition:all .3s ease;outline:0}.mec-next-previous-buttons button.mec-button-new:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}.mec-next-previous-buttons button.mec-button-new img{vertical-align:sub;margin-left:-3px;margin-right:8px}div#mec_popup_shortcode_form{height:calc(100% - 37px)}.mec-steps-content-container{display:flex;flex-direction:column;height:100%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1{background:url(../../assets/img/popup/first-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .popup-sh-name-required{color:red;display:none;font-style:italic;font-size:12px;margin-top:8px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1{top:50%;position:absolute;width:360px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]{width:360px;height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]::-webkit-input-placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]:-ms-input-placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 input[name="shortcode[name]"]::placeholder{color:#b1b2b4}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/add-sh-icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul{height:386px;overflow-x:hidden;overflow-y:scroll;padding-left:60px;margin-top:-22px;margin-bottom:0;position:relative;padding-bottom:19px!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li{width:193px!important;float:left!important;min-height:135px!important;height:160px;margin:1.66%!important;box-sizing:border-box;text-align:center;padding:10px!important;border-radius:5px;border:2px solid #c4edff;background:#fff!important;cursor:pointer}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li.active{border-color:#00acf8;box-shadow:0 3px 5px rgba(0,172,248,.2)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-img img{margin:4px 0 1px 1px;line-height:1;max-width:68px;max-height:56px;filter:grayscale(1);-webkit-filter:grayscale(1);transition:all .22s ease;-webkit-transition:all .22s ease;-moz-transition:all .22s ease;-ms-transition:all .22s ease;-o-transition:all .22s ease}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text input{display:block;margin:0 auto;margin-top:6px;border:2px solid #e1e7ed;box-shadow:0 3px 6px 0 rgba(0,0,0,.05);position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-img{padding-top:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li .mec-step-popup-skin-text input{display:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text:before{width:14px;height:14px;content:'';border-radius:50px;background:#fff;display:block;position:absolute;left:calc(50% - 7px);top:24px;z-index:99;border:2px solid #e1e7ed;box-shadow:0 3px 6px 0 rgba(0,0,0,.05)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text{position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 li.active .mec-step-popup-skin-text:before{background:#008aff;border:none;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);width:16px;height:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 li.active .mec-step-popup-skin-text:after{width:4px;height:4px;display:block;content:'';position:absolute;background:#fff;left:calc(50% - 1px);top:30px;z-index:999;border-radius:50px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 span.wn-hover-img-sh{display:block}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles{height:386px;overflow-x:hidden;padding-left:60px;padding-bottom:19px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label{width:193px!important;float:left!important;margin:1.66%!important;text-align:center}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label span{width:193px!important;float:left!important;min-height:135px!important;height:150px;box-sizing:border-box;border-radius:5px;border:2px solid #c4edff;background:#fff!important;cursor:pointer;margin-bottom:5px;margin-top:-6px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label.active span{border-color:#00acf8;box-shadow:0 3px 5px rgba(0,172,248,.2)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label div{font-size:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles label.active div{color:#008aff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-skin-styles input{opacity:0;display:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 .mec-steps-content.mec-steps-content-3{margin-top:-18px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-3 span.wn-hover-img-sh img{width:189px;height:146px;border-radius:5px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4{background:url(../../assets/img/popup/fourth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 .nice-select{border:none;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4{top:40%;position:absolute;width:330px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 h3{font-size:13px;font-weight:400;color:#707070}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div{border:2px dashed #dce2e3;border-radius:3px;padding:20px 20px 6px;background:#fcfcfc}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div label{display:block;margin-bottom:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup{box-shadow:0 3px 13px -5px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.07);clear:unset!important;-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:300px!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup:hover{border-color:#dbdbdb}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open .list{overflow:unset;width:100%;margin:0}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.disabled{border-color:#ededed;color:#999;pointer-events:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup.disabled:after{border-color:#ccc}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .list:hover .option:not(:hover){background-color:transparent!important}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:28px!important;min-height:28px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option .wn-hover-img-sh img{position:absolute;padding:3px;top:-1px;left:100%;box-shadow:0 4px 42px -5px rgba(0,0,0,.16);visibility:hidden;opacity:0;border:1px solid #e3e3e3;border-radius:2px;z-index:99999999;background:#fff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option:hover .wn-hover-img-sh img{visibility:visible;opacity:1}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.focus,.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.selected.focus,.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option:hover{background-color:#f6f6f6}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.selected{font-weight:700}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup .option.disabled{background-color:transparent;color:#999;cursor:default}.mec-add-shortcode-popup .no-csspointerevents .wn-mec-select-popup .list{display:none}.mec-add-shortcode-popup .no-csspointerevents .wn-mec-select-popup.open .list{display:block}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input{background:#fff;position:relative;width:24px;height:24px;border:1px solid #cacece}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input:before{disaply:none}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label.active input{background:#008aff;box-shadow:0 5px 10px 0 rgba(0,138,255,.3);border:none}.mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label.active input:before{background:#fff;width:6px;height:6px;top:6px;left:6px;position:absolute}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5{background:url(../../assets/img/popup/fifth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5{width:360px;margin-top:16px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher label{color:#707070;font-size:14px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher p{color:#8a8a8a;font-style:italic;font-size:12px;margin-top:7px;margin-bottom:0}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher{padding-bottom:30px;margin-bottom:34px;border-bottom:2px dashed #dce2e3;position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher:last-of-type{padding-bottom:0;margin-bottom:0;border:none}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher div:last-of-type label{position:absolute;top:-4px;right:0;width:52px;height:26px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input:checked+label:after{margin-left:26px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input+label:after,.mec-add-shortcode-popup .mec-switcher input+label:before{display:block;position:absolute;top:2px;left:1px;bottom:2px;content:""}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-5 .mec-steps-content.mec-steps-content-5 .mec-switcher input+label:after{width:23px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6{background:url(../../assets/img/popup/sixth-step.png) no-repeat 90% 70%}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-content.mec-steps-content-6{margin-top:56px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode{width:325px;border:2px dashed #dce2e3;background:#fcfcfc;padding:42px 42px 47px;text-align:center}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode h3{font-size:16px;font-weight:400;color:#707070;margin-top:7px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code{border-radius:3px;background:rgba(154,214,222,.35);width:243px;margin:0 auto;padding:14px 17px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code code{background:0 0;color:#000;font-size:14px;font-weight:600;margin-left:-11px}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button{border:none;background:#fff;border-radius:3px;padding:3px 8px 6px;margin-left:46px;cursor:pointer}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button:hover{background:#000;color:#fff}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-results p{width:325px;text-align:center;font-size:12px;margin-top:5px;color:#8a8a8a}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-loading{width:325px;border:2px dashed #dce2e3;background:#fcfcfc;padding:42px 42px 47px;text-align:center;height:182px;position:relative}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-steps-6-loading .mec-loader{position:absolute;left:136px;top:65px}.mec-add-event-popup button.lity-close,.mec-add-shortcode-popup button.lity-close{right:0;top:-52px;border-radius:50%;width:37px;height:37px;background:#fff;color:#a2afbc;text-shadow:none;padding-top:1px;transition:all .2s ease;position:absolute;box-shadow:0 3px 8px 0 rgba(91,188,190,.55)}.mec-add-event-popup button.lity-close:hover,.mec-add-shortcode-popup button.lity-close:hover{background:#000;color:#fff;box-shadow:0 3px 8px 0 rgba(0,0,0,.55)}.mec-skin-styles.mec-styles-full_calendar h3{padding-left:12px}.lity.mec-add-event-popup{background-color:#b7e4e3}.mec-add-event-popup .lity-container{width:930px;height:620px;max-width:unset}.mec-add-event-popup div#mec_popup_event{background:#fff;overflow:hidden;display:flex;width:100%;border-radius:10px;height:100%}.lity.mec-add-event-popup .lity-content{box-shadow:0 3px 20px 0 rgba(91,188,190,.55);border-radius:10px;height:100%}div#mec_popup_event_form{height:calc(100% - 37px)}.mec-add-event-popup .mec-steps-container ul{margin-top:42px}.mec-add-event-popup .mec-steps-container ul li:first-of-type{height:41px}.mec-add-shortcode-popup .mec-steps-container ul li:after,.mec-add-shortcode-popup .mec-steps-container ul li:before{height:24px}.mec-add-event-popup .mec-steps-container ul li:after,.mec-add-event-popup .mec-steps-container ul li:before{height:19px}.mec-add-event-popup .mec-steps-container ul li{height:60px}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup{box-shadow:0 3px 22px 0 rgba(11,121,125,.01);border:none;clear:unset!important;-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:3px;box-sizing:border-box;cursor:pointer;display:block;float:left;font-family:inherit;font-size:12px;font-weight:400;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;height:46px;margin-right:6px;padding-top:3px;color:#707070}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open{border-radius:3px 3px 0 0}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup:hover{border-color:#dbdbdb}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open .list{overflow:unset;width:100%;margin:0}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:0 0 0 0 rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9;margin-top:1px!important}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup:after{border-bottom:2px solid #00acf8;border-right:2px solid #00acf8;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:15px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.disabled{border-color:#ededed;color:#999;pointer-events:none}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup.disabled:after{border-color:#ccc}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list:hover .option:not(:hover){background-color:transparent!important}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option{cursor:pointer;font-weight:400;list-style:none;min-height:40px;outline:0;text-align:left;position:relative;font-size:12px!important;padding:1px 12px!important;margin:0!important;line-height:22px!important;min-height:22px!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.focus,.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.selected.focus,.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option:hover{background-color:#f6f6f6}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.selected{font-weight:700}.mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.disabled{background-color:transparent;color:#999;cursor:default}.mec-add-event-popup .no-csspointerevents .wn-mec-select-popup .list{display:none}.mec-add-event-popup .no-csspointerevents .wn-mec-select-popup.open .list{display:block}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1{background:url(../../assets/img/popup/add-event-first-step.png) no-repeat 100% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name{width:100%;height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name::-webkit-input-placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name:-ms-input-placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1 #mec_event_name::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/calendar_icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .mec-steps-content.mec-steps-content-1{top:210px;position:absolute;width:370px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-1 .popup-sh-name-required{color:red;display:none;font-style:italic;font-size:12px;margin-top:8px}.mec-add-event-popup .mec-meta-box-colors-container{background:#fff;padding:17px;border-radius:3px;box-shadow:0 3px 22px rgba(11,121,125,.01);margin-top:15px}.mec-add-event-popup .wp-picker-container .wp-color-result.button{border-color:#f1f2f4;border-radius:3px;box-shadow:0 2px 2px rgba(0,0,0,.04)}.mec-add-event-popup .mec-recent-color-sec{display:block!important;font-size:12px;color:#707070}.mec-add-event-popup .mec-form-row.mec-available-color-row{border:2px dashed #dce2e3;padding:13px 20px;background:#fcfcfc;border-radius:3px}.mec-add-event-popup .wp-color-result-text{background:#f7f7f7;border-radius:unset;border-left:none;color:#555;display:block;line-height:2.54545455;padding:0 6px;text-align:center}.mec-add-event-popup .mec-form-row.mec-available-color-row .mec-color{width:12px;height:12px;position:absolute;top:-5px;left:0;z-index:99}.mec-add-event-popup span.mec-color-meta-box-popup{display:inline-block!important;width:20px;height:20px;border-radius:50px;position:absolute;top:1px;left:6px;z-index:9}.mec-add-event-popup span.mec-recent-color-sec-wrap{width:20px;height:20px;display:inline-block;margin-right:12px;margin-top:7px;margin-left:-6px;position:relative}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2{background:url(../../assets/img/popup/sixth-step.png) no-repeat 95% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4{width:auto}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/calendar_icon.png) no-repeat center center;position:absolute;top:17px;left:17px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form .mec-col-4 input{padding-left:36px;width:148px;padding:22px 17px 22px 34px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form select{height:46px;border:none;border-radius:3px;padding-left:36px;font-size:12px;color:#707070;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_end_date::placeholder,.mec-add-event-popup .mec-steps-content-container.mec-steps-content-2 #mec_meta_box_date_form input#mec_start_date::placeholder{color:#b1b2b4}.mec-add-event-popup .mec-form-row .time-dv{float:left;margin-left:-2px;margin-right:4px;margin-top:12px;color:#b1b2b4}div#mec_meta_box_date_form .mec-form-row{margin-bottom:9px}.mec-add-event-popup .mec-steps-content.mec-steps-content-2{margin-top:60px}.mec-add-event-popup .mec-steps-content.mec-steps-content-2 .mec-form-row.mec-all-day-event label{font-size:14px;color:#707070}.mec-add-event-popup .mec-steps-content.mec-steps-content-2 .mec-form-row.mec-all-day-event{margin-top:13px!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-3,.mec-add-event-popup .mec-steps-content.mec-steps-content-4{margin-top:-9px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-3{background:url(../../assets/img/popup/fifth-step.png) no-repeat 90% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-4{background:url(../../assets/img/popup/add-organizer.png) no-repeat 95% 70%}.nice-select.mec_popup_location_id.wn-mec-select-popup,.nice-select.mec_popup_organizer_id.wn-mec-select-popup{position:relative;width:166px;padding-left:36px}.nice-select.mec_popup_location_id.wn-mec-select-popup:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/pointer.png) no-repeat center center;position:absolute;top:17px;left:17px}.nice-select.mec_popup_organizer_id.wn-mec-select-popup:before{content:'';width:14px;height:14px;background:url(../../assets/img/popup/pointer.png) no-repeat center center;position:absolute;top:17px;left:17px}#mec_popup_event button#mec_popup_add_location:before,#mec_popup_event button#mec_popup_add_organizer:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content-container .nice-select.mec_popup_location_id.wn-mec-select-popup.open .list li,.mec-add-event-popup .mec-steps-content-container .nice-select.mec_popup_organizer_id.wn-mec-select-popup.open .list li{line-height:32px!important;min-height:32px!important}#mec_popup_event .mec-steps-content .mec-tooltip{bottom:8px}#mec_popup_event .mec-steps-content .mec-tooltip .dashicons-before:before{color:#008aff}#mec_popup_event button#mec_organizer_thumbnail_button,#mec_popup_event button#mec_popup_add_location,#mec_popup_event button#mec_popup_add_organizer{background:#008aff;border-radius:3px;border:none;color:#fff;width:146px;height:46px;margin-left:10px;box-shadow:0 3px 3px 0 rgba(0,138,255,.22);font-size:14px;cursor:pointer;transition:all .2s ease;outline:0;position:relative;padding-left:20px}#mec_popup_event button#mec_organizer_thumbnail_button:hover,#mec_popup_event button#mec_popup_add_location:hover,#mec_popup_event button#mec_popup_add_organizer:hover{background:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3)}#mec_popup_event label[for=mec_location_dont_show_map]{font-size:14px;margin-left:4px;margin-top:12px!important;display:inline-block;margin-bottom:7px}#mec_popup_event input#mec_location_dont_show_map{margin-top:9px!important}#mec_popup_event div#mec_location_new_container,#mec_popup_event div#mec_organizer_new_container{border-top:2px dashed #dce2e3;width:360px;padding-top:25px;margin-top:20px}#mec_popup_event div#mec_location_new_container input,#mec_popup_event div#mec_organizer_new_container input{width:100%;height:46px;border:none;border-radius:3px;padding-left:17px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}#mec_popup_event div#mec_location_new_container .description,#mec_popup_event div#mec_organizer_new_container .description{border:none;padding:0;margin:0;margin-left:16px;line-height:19px;font-size:12px;color:#707070;font-style:normal;margin-top:-4px;display:block}#mec_popup_event .mec-form-row.mec-lat-lng-row input{width:44%!important}#mec_popup_event .mec-form-row.mec-lat-lng-row input:first-of-type{margin-right:10px}#mec_popup_event div#mec_organizer_new_container{margin-top:30px}#mec_popup_event div#mec_organizer_new_container .mec-form-row:first-of-type .mec-col-6:first-of-type{margin-right:14px!important}#mec_popup_event div#mec_organizer_new_container .mec-form-row:first-of-type .mec-col-6{width:48%;margin:0}#mec_popup_event button#mec_organizer_thumbnail_button:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/picture.png) no-repeat center center;position:absolute;top:16px;left:15px}#mec_popup_event button#mec_organizer_thumbnail_button{width:96%;padding-left:30px}.mec-add-event-popup .mec-steps-content.mec-steps-content-4 div#mec_organizer_thumbnail_img{position:absolute;right:10px;top:-20px}.mec-add-event-popup .mec-steps-content.mec-steps-content-4 div#mec_organizer_thumbnail_img img{max-width:110px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5{background:url(../../assets/img/popup/fourth-step.png) no-repeat 90% 70%}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input{height:30px;border:none;border-radius:3px;padding-left:10px;margin-left:20px;font-size:12px;color:#b1b2b4;box-shadow:0 3px 22px 0 rgba(11,121,125,.01);float:right;margin-top:-4px}.mec-add-event-popup .mec-steps-content.mec-steps-content-5{width:326px;margin-top:48px}.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li{display:inline-block;background:#fff;border:none;cursor:pointer;padding:12px 18px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;margin-right:10px;height:42px;color:#008aff;font-size:14px;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)}.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li.mec-categories-tab-selected,.mec-add-event-popup .mec-steps-content.mec-steps-content-5 .mec-categories-tabs ul li:hover{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3)}.mec-add-event-popup .mec-categories-tab-contents{background:#fff;padding:20px;border:2px dashed #dce2e3;margin-bottom:13px;margin-top:-5px}.mec-add-event-popup .mec-categories-tab-contents ul,.mec-add-event-popup .mec-categories-tab-contents ul li:last-of-type{margin:0}.mec-add-event-popup .mec-categories-tab-contents ul li{font-size:14px;color:#707070}.mec-add-event-popup .mec-categories-tab-contents.mec-form-row input[type=checkbox]{margin-top:0}.mec-add-event-popup span#mec_popup_new_category_button{cursor:pointer;position:relative;padding-left:18px;font-size:14px}.mec-add-event-popup span#mec_popup_new_category_button:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus-blue.png) no-repeat center center;position:absolute;top:3px;left:0}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content-container.mec-steps-content-5 .mec-categories-add-new input::placeholder{color:#b1b2b4;font-size:11px}.mec-add-event-popup .mec-steps-content.mec-steps-content-6.mec-steps-content-active{margin-top:-10px;height:70%}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-tinymce.mce-container.mce-panel{height:100%;border:1px solid #ececec!important;box-shadow:0 3px 22px 0 rgba(11,121,125,.01)!important;border-radius:3px!important;overflow:hidden}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container-body.mce-stack-layout{height:100%;background:#f5f5f5}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container *{border:none!important;box-shadow:none!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item{height:90%}.mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last{display:none!important}.mec-add-event-popup .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item iframe{height:100%!important}.mec-add-event-popup .mec-steps-content.mec-steps-content-7.mec-steps-content-active{height:70%;background:#fff;border:2px dashed #dce2e3;border-radius:3px;text-align:center;vertical-align:middle;margin-top:-10px;position:relative}.mec-add-event-popup .mec-event-popup-featured-image-wrapper{display:flex;justify-content:center;align-items:center;height:100%}.mec-add-event-popup button#mec_popup_upload_image_button{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3);display:inline-block;border:none;cursor:pointer;padding:12px 18px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;height:42px;font-size:14px;margin-right:0}.mec-add-event-popup div#mec_event_popup_featured_image_preview img{max-height:300px;max-width:740px;margin-top:20px;margin-bottom:0}.mec-add-event-popup button#mec_popup_upload_image_button:hover{background:#000;box-shadow:0 3px 3px 0 rgba(0,0,0,.3)}.mec-add-event-popup .mec-event-popup-featured-image-wrapper span i{border-radius:50px;color:#bb353f;right:10px;top:10px;font-size:30px;position:absolute;cursor:pointer}.mec-add-event-popup .mec-steps-content.mec-steps-content-8{height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results .mec-steps-8-results-wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-loading .mec-loader{left:calc(50% - 2.5em);top:calc(50% - 2.5em)}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results{height:100%}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view{display:inline-block;background:#fff;border:none;cursor:pointer;padding:12px 22px 12px 36px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;margin-right:10px;height:46px;font-size:14px;box-shadow:0 3px 3px 0 rgba(0,0,0,.04);text-decoration:none;color:#000;position:relative;line-height:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view:hover{background-color:#000;color:#fff}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 a.mec-button-view:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/eye.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new{background:#008aff;color:#fff;box-shadow:0 3px 3px 0 rgba(0,138,255,.3);display:inline-block;border:none;cursor:pointer;padding:11px 22px 11px 36px;border-radius:3px;transition:all .3s ease;outline:0;text-align:center;height:46px;font-size:14px;margin-right:0;position:relative;line-height:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new:hover{background:#000;box-shadow:0 3px 3px 0 rgba(0,0,0,.3)}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 button.mec-button-new:before{content:'';width:15px;height:15px;background:url(../../assets/img/popup/plus.png) no-repeat center center;position:absolute;top:16px;left:15px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-popup-final-buttons{margin-top:22px}.mec-add-event-popup .mec-steps-content.mec-steps-content-8 .mec-steps-8-results-wrap h3{font-size:26px;font-weight:400}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup{min-width:64px}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup .list{overflow-y:scroll!important;height:288px;margin-top:4px!important;box-shadow:0 1px 9px rgba(0,0,0,.1);border-radius:0}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup .list::-webkit-scrollbar-track{background-color:#f6f6f6}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup .list::-webkit-scrollbar{width:3px;background-color:#f6f6f6}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup .list::-webkit-scrollbar-thumb{background-color:rgba(26,175,251,.16)}.mec-add-event-popup .mec-steps-content-container .mec-time-picker .wn-mec-select-popup:last-child .list{overflow:unset!important;height:unset}.ac-mec-events.ac-search-enabled .tablenav .ac-search>:not(#ac-s).lity-hide{display:none}.mec-go-pro-content-title{font-size:20px;font-weight:600;margin-bottom:12px}.mec-go-pro-features-wrap p{font-size:14px}.mec-go-pro-features-wrap .mec-addons-notification-box-content{width:calc(100% - 590px);display:inline-block;padding-left:20px}.mec-go-pro-features-wrap ul{float:left;width:50%;margin:0 0 12px}.mec-go-pro-features-wrap ul li{margin-bottom:1px;font-size:13px;color:#717479;padding-left:18px;position:relative}.mec-go-pro-features-wrap ul li:before{position:absolute;left:-1px;top:6px;color:#36da74;font-size:13px;font-weight:700;vertical-align:middle;font-family:simple-line-icons;border-radius:50%;padding:0;width:13px;height:13px;line-height:13px;z-index:3;background:rgba(64,241,147,.12);content:"\e080"}.post-type-mec-books.taxonomy-mec_coupon .metabox-prefs .screen-options label,.post-type-mec-events.taxonomy-mec_category .metabox-prefs .screen-options label,.post-type-mec-events.taxonomy-mec_label .metabox-prefs .screen-options label,.post-type-mec-events.taxonomy-post_tag .metabox-prefs .screen-options label,.taxonomy-mec_location .metabox-prefs .screen-options label,.taxonomy-mec_organizer .metabox-prefs .screen-options label,.taxonomy-mec_speaker .metabox-prefs .screen-options label{margin-top:-15px}.post-type-mec-books.taxonomy-mec_coupon #mec_thumbnail_img img,.post-type-mec-events.taxonomy-mec_category #mec_thumbnail_img img,.post-type-mec-events.taxonomy-mec_label #mec_thumbnail_img img,.post-type-mec-events.taxonomy-post_tag #mec_thumbnail_img img,.taxonomy-mec_location #mec_thumbnail_img img,.taxonomy-mec_organizer #mec_thumbnail_img img,.taxonomy-mec_speaker #mec_thumbnail_img img{margin:0 0 20px 0;border:solid 1px #ddd;border-radius:2px}.post-type-mec-books.taxonomy-mec_coupon .form-wrap label,.post-type-mec-events.taxonomy-mec_category .form-wrap label,.post-type-mec-events.taxonomy-mec_label .form-wrap label,.post-type-mec-events.taxonomy-post_tag .form-wrap label,.taxonomy-mec_location .form-wrap label,.taxonomy-mec_organizer .form-wrap label,.taxonomy-mec_speaker .form-wrap label{padding:0;margin:10px 0}.post-type-mec-books.taxonomy-mec_coupon input[type=number],.post-type-mec-books.taxonomy-mec_coupon input[type=search],.post-type-mec-books.taxonomy-mec_coupon input[type=text],.post-type-mec-books.taxonomy-mec_coupon input[type=url],.post-type-mec-books.taxonomy-mec_coupon select,.post-type-mec-books.taxonomy-mec_coupon textarea,.post-type-mec-events.taxonomy-mec_category input[type=number],.post-type-mec-events.taxonomy-mec_category input[type=search],.post-type-mec-events.taxonomy-mec_category input[type=text],.post-type-mec-events.taxonomy-mec_category input[type=url],.post-type-mec-events.taxonomy-mec_category select,.post-type-mec-events.taxonomy-mec_category textarea,.post-type-mec-events.taxonomy-mec_label input[type=number],.post-type-mec-events.taxonomy-mec_label input[type=search],.post-type-mec-events.taxonomy-mec_label input[type=text],.post-type-mec-events.taxonomy-mec_label input[type=url],.post-type-mec-events.taxonomy-mec_label select,.post-type-mec-events.taxonomy-mec_label textarea,.post-type-mec-events.taxonomy-post_tag input[type=number],.post-type-mec-events.taxonomy-post_tag input[type=search],.post-type-mec-events.taxonomy-post_tag input[type=text],.post-type-mec-events.taxonomy-post_tag input[type=url],.post-type-mec-events.taxonomy-post_tag select,.post-type-mec-events.taxonomy-post_tag textarea,.taxonomy-mec_location input[type=number],.taxonomy-mec_location input[type=search],.taxonomy-mec_location input[type=text],.taxonomy-mec_location input[type=url],.taxonomy-mec_location select,.taxonomy-mec_location textarea,.taxonomy-mec_organizer input[type=number],.taxonomy-mec_organizer input[type=search],.taxonomy-mec_organizer input[type=text],.taxonomy-mec_organizer input[type=url],.taxonomy-mec_organizer select,.taxonomy-mec_organizer textarea,.taxonomy-mec_speaker input[type=number],.taxonomy-mec_speaker input[type=search],.taxonomy-mec_speaker input[type=text],.taxonomy-mec_speaker input[type=url],.taxonomy-mec_speaker select,.taxonomy-mec_speaker textarea{border:solid 1px #ddd;border-radius:2px;height:40px;line-height:38px;padding-left:10px;box-shadow:0 3px 10px -2px rgba(0,0,0,.05),inset 0 1px 2px rgba(0,0,0,.02);margin-bottom:15px}.post-type-mec-books.taxonomy-mec_coupon textarea,.post-type-mec-events.taxonomy-mec_category textarea,.post-type-mec-events.taxonomy-mec_label textarea,.post-type-mec-events.taxonomy-post_tag textarea,.taxonomy-mec_location textarea,.taxonomy-mec_organizer textarea,.taxonomy-mec_speaker textarea{min-height:86px}.post-type-mec-books.taxonomy-mec_coupon .button,.post-type-mec-books.taxonomy-mec_coupon .button-secondary,.post-type-mec-events.taxonomy-mec_category .button,.post-type-mec-events.taxonomy-mec_category .button-secondary,.post-type-mec-events.taxonomy-mec_label .button,.post-type-mec-events.taxonomy-mec_label .button-secondary,.post-type-mec-events.taxonomy-post_tag .button,.post-type-mec-events.taxonomy-post_tag .button-secondary,.taxonomy-mec_location .button,.taxonomy-mec_location .button-secondary,.taxonomy-mec_organizer .button,.taxonomy-mec_organizer .button-secondary,.taxonomy-mec_speaker .button{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:6px 22px}.post-type-mec-books.taxonomy-mec_coupon .mec_upload_image_button,.post-type-mec-events.taxonomy-mec_category .mec_upload_image_button,.post-type-mec-events.taxonomy-mec_label .mec_upload_image_button,.post-type-mec-events.taxonomy-post_tag .mec_upload_image_button,.taxonomy-mec_location .mec_upload_image_button,.taxonomy-mec_organizer .mec_upload_image_button,.taxonomy-mec_speaker .mec_upload_image_button{margin-bottom:20px}.post-type-mec-books.taxonomy-mec_coupon .button-secondary:focus,.post-type-mec-books.taxonomy-mec_coupon .button-secondary:hover,.post-type-mec-books.taxonomy-mec_coupon .button.focus,.post-type-mec-books.taxonomy-mec_coupon .button:focus,.post-type-mec-books.taxonomy-mec_coupon .button:hover,.post-type-mec-events.taxonomy-mec_category .button-secondary:focus,.post-type-mec-events.taxonomy-mec_category .button-secondary:hover,.post-type-mec-events.taxonomy-mec_category .button.focus,.post-type-mec-events.taxonomy-mec_category .button:focus,.post-type-mec-events.taxonomy-mec_category .button:hover,.post-type-mec-events.taxonomy-mec_label .button-secondary:focus,.post-type-mec-events.taxonomy-mec_label .button-secondary:hover,.post-type-mec-events.taxonomy-mec_label .button.focus,.post-type-mec-events.taxonomy-mec_label .button:focus,.post-type-mec-events.taxonomy-mec_label .button:hover,.post-type-mec-events.taxonomy-post_tag .button-secondary:focus,.post-type-mec-events.taxonomy-post_tag .button-secondary:hover,.post-type-mec-events.taxonomy-post_tag .button.focus,.post-type-mec-events.taxonomy-post_tag .button:focus,.post-type-mec-events.taxonomy-post_tag .button:hover,.taxonomy-mec_location .button-secondary:focus,.taxonomy-mec_location .button-secondary:hover,.taxonomy-mec_location .button.focus,.taxonomy-mec_location .button:focus,.taxonomy-mec_location .button:hover,.taxonomy-mec_organizer .button-secondary:focus,.taxonomy-mec_organizer .button-secondary:hover,.taxonomy-mec_organizer .button.focus,.taxonomy-mec_organizer .button:focus,.taxonomy-mec_organizer .button:hover,.taxonomy-mec_speaker .button-secondary:focus,.taxonomy-mec_speaker .button-secondary:hover,.taxonomy-mec_speaker .button.focus,.taxonomy-mec_speaker .button:focus,.taxonomy-mec_speaker .button:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);cursor:pointer;color:#fff}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container .fserv-form-description,.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container form{padding-left:105px!important}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container form .fserv-field{width:40.33333%!important}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container .fserv-form-description{position:relative!important}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container:before{background:url(../img/newsletter-document.png) no-repeat left top;content:"";width:100px;height:100px;position:absolute;top:96px;left:12px}@media (max-width:480px){.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container .fserv-form-description,.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container form{padding-left:90px!important}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container form .fserv-field{width:40%!important}.m-e-calendar_page_MEC-support #wpwrap .welcome-content .fserv-container:before{top:100px;left:10px}}.post-type-mec-events.taxonomy-mec_label .button.wp-color-result{background:0 0;text-align:right;padding:0 0 0 32px;border-radius:4px;box-shadow:unset;border:1px solid #ddd}.post-type-mec-events.taxonomy-mec_label .button.wp-color-result .wp-color-result-text{height:30px}.post-type-mec-events.taxonomy-mec_label .wp-picker-container input[type=text].wp-color-picker{width:70px;margin-top:-10px;height:32px}.post-type-mec-events.taxonomy-mec_label .wp-picker-default{height:32px;padding-top:2px;padding-bottom:2px}.post-type-mec-events.taxonomy-mec_label .wp-picker-container .iris-picker{margin-top:-10px}.mec-admin-dark-mode #mec_calendar_filter,.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left,.mec-admin-dark-mode #mec_metabox_booking,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left,.mec-admin-dark-mode #mec_metabox_details,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-wrap,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left,.mec-admin-dark-mode #webnus-dashboard .mec-pro-notice .info-msg,.mec-admin-dark-mode .w-box,.mec-admin-dark-mode .w-box-content pre,.mec-admin-dark-mode .w-clearfix.w-box.mec-addons-notification-box-wrap span,.mec-admin-dark-mode .w-clearfix.w-box.mec-cmsg-2-notification-box-wrap span,.mec-admin-dark-mode .w-clearfix.w-box.mec-cmsg-notification-box-wrap span,.mec-admin-dark-mode .wns-be-main,.mec-admin-dark-mode .wns-be-main .mec-container,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix .mec-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_bfixed_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_bfixed_form_fields li,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_event_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_event_form_fields li,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields li,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-pro-notice .info-msg,.mec-admin-dark-mode.post-type-mec-books .postbox,.mec-admin-dark-mode.post-type-mec-events #major-publishing-actions,.mec-admin-dark-mode.post-type-mec-events #mec_event_form_fields li,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields li,.mec-admin-dark-mode.post-type-mec-events #post-status-info,.mec-admin-dark-mode.post-type-mec-events #screen-meta,.mec-admin-dark-mode.post-type-mec-events #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec-events .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .components-popover__content,.mec-admin-dark-mode.post-type-mec-events .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .postbox,.mec-admin-dark-mode.post-type-mec-events .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-events .wp-tab-active,.mec-admin-dark-mode.post-type-mec-events .wp-tab-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec-events ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec-events ul.category-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars #major-publishing-actions,.mec-admin-dark-mode.post-type-mec_calendars #post-status-info,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec_calendars .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .postbox,.mec-admin-dark-mode.post-type-mec_calendars .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-active,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec_calendars ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars ul.category-tabs li.tabs{background:#1f1f1f;color:#fff}.mec-admin-dark-mode .mec-form-row .mec-box,.mec-admin-dark-mode .mec-form-row input[type=checkbox],.mec-admin-dark-mode .mec-form-row ul.mec-message-categories li ul,.mec-admin-dark-mode .mec-meta-box-fields .mec-box,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-faq-accordion-trigger a{background:#282828;border-color:#353535;box-shadow:0 1px 6px -2px #000}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left a,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix .mec-form-row.mec-syn-schedule,.mec-admin-dark-mode.post-type-mec-events #mec_event_form_fields,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields,.mec-admin-dark-mode.post-type-mec-events .select2-search--dropdown,.mec-admin-dark-mode.post-type-mec_calendars .select2-search--dropdown{background:#282828;border-color:#353535}.mec-admin-dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice{color:#000}.mec-admin-dark-mode ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode ul#adminmenu>li.current>a.current:after{border-right-color:#23282d}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-left a.mec-tab-active,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-left a.mec-tab-active,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_gateways_form li .mec-gateway-options-form,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #payment_gateways_option li .mec-gateway-options-form,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list{background:#000;box-shadow:0 2px 12px -5px #000}.mec-admin-dark-mode .extra .w-box-head,.mec-admin-dark-mode .mec-form-row ul.mec-message-categories,.mec-admin-dark-mode .mec-message-categories li.mec-acc-label,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mce-btn-group:not(:first-child),.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-search--dropdown .select2-search__field,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_bfixed_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_event_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-custom-msg-notification-set-box.extra,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple .select2-selection__choice,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-footer,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar:before,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-core-ui .quicktags-toolbar input.button.button-small,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-editor-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-books .postbox,.mec-admin-dark-mode.post-type-mec-books .postbox .hndle,.mec-admin-dark-mode.post-type-mec-books .postbox hr,.mec-admin-dark-mode.post-type-mec-events #major-publishing-actions,.mec-admin-dark-mode.post-type-mec-events #post-status-info,.mec-admin-dark-mode.post-type-mec-events #screen-meta,.mec-admin-dark-mode.post-type-mec-events #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec-events .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .components-popover__content,.mec-admin-dark-mode.post-type-mec-events .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff .stuffbox>h3,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff h2.hndle,.mec-admin-dark-mode.post-type-mec-events .edit-post-meta-boxes-area #poststuff h3.hndle,.mec-admin-dark-mode.post-type-mec-events .postbox,.mec-admin-dark-mode.post-type-mec-events .postbox h2,.mec-admin-dark-mode.post-type-mec-events .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec-events .wp-editor-container,.mec-admin-dark-mode.post-type-mec-events .wp-switch-editor,.mec-admin-dark-mode.post-type-mec-events .wp-tab-active,.mec-admin-dark-mode.post-type-mec-events .wp-tab-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-panel,.mec-admin-dark-mode.post-type-mec-events div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec-events ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec-events ul.category-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars #major-publishing-actions,.mec-admin-dark-mode.post-type-mec_calendars #post-status-info,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta,.mec-admin-dark-mode.post-type-mec_calendars #screen-meta-links .show-settings,.mec-admin-dark-mode.post-type-mec_calendars .categorydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .customlinkdiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option,.mec-admin-dark-mode.post-type-mec_calendars .mec-sed-methods li,.mec-admin-dark-mode.post-type-mec_calendars .postbox,.mec-admin-dark-mode.post-type-mec_calendars .postbox h2,.mec-admin-dark-mode.post-type-mec_calendars .posttypediv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .taxonomydiv div.tabs-panel,.mec-admin-dark-mode.post-type-mec_calendars .wp-editor-container,.mec-admin-dark-mode.post-type-mec_calendars .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-active,.mec-admin-dark-mode.post-type-mec_calendars .wp-tab-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-panel,.mec-admin-dark-mode.post-type-mec_calendars div.mce-toolbar-grp,.mec-admin-dark-mode.post-type-mec_calendars ul.add-menu-item-tabs li.tabs,.mec-admin-dark-mode.post-type-mec_calendars ul.category-tabs li.tabs{border-color:#353535}.mec-admin-dark-mode #mec_calendar_filter .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=number],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=text],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row input[type=url],.mec-admin-dark-mode #mec_calendar_filter .mec-form-row select,.mec-admin-dark-mode #mec_calendar_filter .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_booking .mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_booking .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=number],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=text],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=url],.mec-admin-dark-mode #mec_metabox_booking .mec-form-row select,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_booking .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode #mec_metabox_booking .mec-meta-box-fields .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-calendar-metabox .mec-form-row input[type=checkbox],.mec-admin-dark-mode #mec_metabox_details .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=number],.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=text],.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=url],.mec-admin-dark-mode #mec_metabox_details .mec-form-row select,.mec-admin-dark-mode #mec_metabox_details .mec-form-row textarea,.mec-admin-dark-mode #mec_metabox_details .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode #mec_metabox_details .mec-meta-box-fields .mec-form-row input[type=checkbox],.mec-admin-dark-mode .mec-addon-box-version,.mec-admin-dark-mode .mec-calendar-metabox .wn-mec-select,.mec-admin-dark-mode .mec-form-row input[type=number],.mec-admin-dark-mode .mec-form-row input[type=text],.mec-admin-dark-mode .mec-form-row input[type=url],.mec-admin-dark-mode .mec-form-row select,.mec-admin-dark-mode .mec-form-row textarea,.mec-admin-dark-mode .mec-form-row.mec-skin-list-date-format-container input[type=text],.mec-admin-dark-mode.m-e-calendar_page_MEC-addons,.mec-admin-dark-mode.m-e-calendar_page_MEC-go-pro,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-select-event-wrap .select2-container--default .select2-selection--single,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-sendmail-form-wrap,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-sendmail-wrap,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-send-email-form-wrap input.widefat,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-results__option--highlighted[aria-selected],.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-search--dropdown .select2-search__field,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .wp-switch-editor,.mec-admin-dark-mode.m-e-calendar_page_MEC-report div.mce-toolbar-grp,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec-invoice-custom-css,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_event_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_field_types button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #titlediv #title,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .quicktags-toolbar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-dropdown,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-results__option[aria-selected],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-core-ui .quicktags-toolbar input.button.button-small,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=checkbox],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=color],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=date],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=datetime-local],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=datetime],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=email],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=month],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=number],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=password],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=radio],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=search],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=tel],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=text],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=time],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=url],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings input[type=week],.mec-admin-dark-mode.m-e-calendar_page_MEC-settings select,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings textarea,.mec-admin-dark-mode.post-type-mec-books .wn-mec-select,.mec-admin-dark-mode.post-type-mec-books input[type=email],.mec-admin-dark-mode.post-type-mec-books input[type=number],.mec-admin-dark-mode.post-type-mec-books input[type=text],.mec-admin-dark-mode.post-type-mec-books input[type=url],.mec-admin-dark-mode.post-type-mec-books select,.mec-admin-dark-mode.post-type-mec-books textarea,.mec-admin-dark-mode.post-type-mec-events #mec_event_form_fields button,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_field_types button,.mec-admin-dark-mode.post-type-mec-events #mec_reg_form_fields button,.mec-admin-dark-mode.post-type-mec-events #titlediv #title,.mec-admin-dark-mode.post-type-mec-events .components-form-token-field__input-container,.mec-admin-dark-mode.post-type-mec-events .components-panel__body,.mec-admin-dark-mode.post-type-mec-events .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.post-type-mec-events .mec-certain-day>div,.mec-admin-dark-mode.post-type-mec-events .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.post-type-mec-events .mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-admin-dark-mode.post-type-mec-events .mec-xi-google-import-events .mec-select-deselect-actions li,.mec-admin-dark-mode.post-type-mec-events .select2-dropdown,.mec-admin-dark-mode.post-type-mec-events .select2-results__option[aria-selected],.mec-admin-dark-mode.post-type-mec-events .wp-admin p label input[type=checkbox],.mec-admin-dark-mode.post-type-mec-events input[type=checkbox],.mec-admin-dark-mode.post-type-mec-events input[type=color],.mec-admin-dark-mode.post-type-mec-events input[type=date],.mec-admin-dark-mode.post-type-mec-events input[type=datetime-local],.mec-admin-dark-mode.post-type-mec-events input[type=datetime],.mec-admin-dark-mode.post-type-mec-events input[type=email],.mec-admin-dark-mode.post-type-mec-events input[type=month],.mec-admin-dark-mode.post-type-mec-events input[type=number],.mec-admin-dark-mode.post-type-mec-events input[type=password],.mec-admin-dark-mode.post-type-mec-events input[type=radio],.mec-admin-dark-mode.post-type-mec-events input[type=search],.mec-admin-dark-mode.post-type-mec-events input[type=tel],.mec-admin-dark-mode.post-type-mec-events input[type=text],.mec-admin-dark-mode.post-type-mec-events input[type=time],.mec-admin-dark-mode.post-type-mec-events input[type=url],.mec-admin-dark-mode.post-type-mec-events input[type=week],.mec-admin-dark-mode.post-type-mec-events select,.mec-admin-dark-mode.post-type-mec-events textarea,.mec-admin-dark-mode.post-type-mec_calendars #titlediv #title,.mec-admin-dark-mode.post-type-mec_calendars .mec-add-event-tabs-wrap .select2-container,.mec-admin-dark-mode.post-type-mec_calendars .mec-add-event-tabs-wrap .select2-container span,.mec-admin-dark-mode.post-type-mec_calendars .mec-create-shortcode-tab-content .select2-container,.mec-admin-dark-mode.post-type-mec_calendars .mec-create-shortcode-tab-content .select2-container span,.mec-admin-dark-mode.post-type-mec_calendars .select2-container--default .select2-selection--multiple .select2-selection__choice,.mec-admin-dark-mode.post-type-mec_calendars .select2-dropdown,.mec-admin-dark-mode.post-type-mec_calendars .select2-results__option[aria-selected],.mec-admin-dark-mode.post-type-mec_calendars input[type=checkbox],.mec-admin-dark-mode.post-type-mec_calendars input[type=color],.mec-admin-dark-mode.post-type-mec_calendars input[type=date],.mec-admin-dark-mode.post-type-mec_calendars input[type=datetime-local],.mec-admin-dark-mode.post-type-mec_calendars input[type=datetime],.mec-admin-dark-mode.post-type-mec_calendars input[type=email],.mec-admin-dark-mode.post-type-mec_calendars input[type=month],.mec-admin-dark-mode.post-type-mec_calendars input[type=number],.mec-admin-dark-mode.post-type-mec_calendars input[type=password],.mec-admin-dark-mode.post-type-mec_calendars input[type=radio],.mec-admin-dark-mode.post-type-mec_calendars input[type=search],.mec-admin-dark-mode.post-type-mec_calendars input[type=tel],.mec-admin-dark-mode.post-type-mec_calendars input[type=text],.mec-admin-dark-mode.post-type-mec_calendars input[type=time],.mec-admin-dark-mode.post-type-mec_calendars input[type=url],.mec-admin-dark-mode.post-type-mec_calendars input[type=week],.mec-admin-dark-mode.post-type-mec_calendars select,.mec-admin-dark-mode.post-type-mec_calendars textarea,.mec-admin-dark-mode.toplevel_page_mec-intro .w-box.mec-activation input[name=MECPurchaseCode],.mec-admin-dark-mode.toplevel_page_mec-intro .w-box.mec-activation input[type=radio]+label span,.mec-select-deselect-actions li{background:#282828;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode #mec_metabox_booking .mec-form-row input[type=checkbox]:checked,.mec-admin-dark-mode #mec_metabox_details .mec-form-row input[type=checkbox]:checked,.mec-admin-dark-mode .mec-custom-nice-select ul.list li .wn-mec-text:after,.mec-admin-dark-mode .mec-sed-methods li:before{box-shadow:0 1px 6px -2px #000;border-color:#353535;background:#222}.mec-admin-dark-mode .mec-switcher input+label,.mec-admin-dark-mode .mec-switcher input+label:before,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-results__option{background-color:#000}.mec-admin-dark-mode .wn-mec-select .option.focus .wn-img-sh img,.mec-admin-dark-mode .wn-mec-select .option.selected.focus .wn-img-sh img,.mec-admin-dark-mode .wn-mec-select .option:hover .wn-img-sh img{background:0 0}.mec-admin-dark-mode .ui-datepicker{background-color:#000;border:1px solid #000;box-shadow:0 0 8px rgba(33,33,33,.6)}.mec-admin-dark-mode .ui-datepicker.ui-widget td a,.mec-admin-dark-mode .w-box.upcoming-events .mec-event-article .mec-detail-button,.mec-admin-dark-mode.post-type-mec-events,.mec-admin-dark-mode.post-type-mec-events .postbox h2,.mec-admin-dark-mode.post-type-mec_calendars .postbox h2{color:#d2d2d2;background:#282828}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul *{background:#282828}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul>ul>li,.mec-admin-dark-mode #mec_styles_form #mec_styles_CSS,.mec-admin-dark-mode .mec-message-categories li.mec-acc-label,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_bfixed_form_fields,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_event_form_fields,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_reg_form_fields{background:#000}.mec-admin-dark-mode #mec-advanced-wraper div:first-child>ul>ul>li:hover,.mec-admin-dark-mode .mec-active,.mec-admin-dark-mode.post-type-mec-events .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#888!important}.mec-admin-dark-mode.post-type-mec_calendars .mec-calendar-metabox .wn-mec-select .list{border-radius:0 0 2px 2px;box-shadow:0 0 0 1px #353535,0 2px 6px rgba(0,0,0,.07)}.mec-admin-dark-mode #mec_calendar_filter .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_calendar_filter .ui-sortable-handle,.mec-admin-dark-mode #mec_gateways_form li .mec-gateway-options-form,.mec-admin-dark-mode #mec_metabox_booking .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_metabox_booking .ui-sortable-handle,.mec-admin-dark-mode #mec_metabox_details .mec-add-booking-tabs-right,.mec-admin-dark-mode #mec_metabox_details .mec-add-event-tabs-right,.mec-admin-dark-mode #mec_metabox_details .mec-create-shortcode-tabs-right,.mec-admin-dark-mode #mec_metabox_details .ui-sortable-handle,.mec-admin-dark-mode #payment_gateways_option li .mec-gateway-options-form,.mec-admin-dark-mode .mec-meta-box-fields h4{border-color:#000!important}.mec-admin-dark-mode .wns-be-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content,.mec-admin-dark-mode.post-type-mec-events #wp-content-editor-tools,.mec-admin-dark-mode.post-type-mec_calendars,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .list{background-color:#282828;border-color:#353535}.mec-admin-dark-mode .mec-intro-section-ifarme iframe,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container *,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container *{background:#1f1f1f!important;border-color:#353535!important}.mec-admin-dark-mode .block-editor-block-types-list__item-icon,.mec-admin-dark-mode .block-editor-block-types-list__item-title,.mec-admin-dark-mode .w-box.upcoming-events .mec-event-article h4.mec-event-title,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .select2-container--default .select2-selection--single .select2-selection__rendered,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .about-wrap h3,.mec-admin-dark-mode.m-e-calendar_page_MEC-support .fserv-container .fserv-form-name,.mec-admin-dark-mode.toplevel_page_mec-intro .about-wrap h3,.mec-admin-dark-mode.toplevel_page_mec-intro .fserv-container .fserv-form-name{color:#d2d2d2!important}.mec-admin-dark-mode .wns-be-sidebar li a:hover,.mec-admin-dark-mode .wns-be-sidebar li:hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .html-active .switch-html,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .tmce-active .switch-tmce,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-switch-editor,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option:hover{background:#000;color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar li a,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h2,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h3,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h4,.mec-admin-dark-mode.m-e-calendar_page_MEC-report .mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head span,.mec-admin-dark-mode.m-e-calendar_page_MEC-report h2,.mec-admin-dark-mode.m-e-calendar_page_MEC-report h4,.mec-admin-dark-mode.m-e-calendar_page_MEC-support #webnus-dashboard .mec-faq-accordion-trigger a,.mec-admin-dark-mode.post-type-mec-books .postbox h1,.mec-admin-dark-mode.post-type-mec-books .postbox h2,.mec-admin-dark-mode.post-type-mec-books .postbox h3,.mec-admin-dark-mode.post-type-mec-events .components-panel__body-toggle.components-button,.mec-admin-dark-mode.post-type-mec-events .wrap h1.wp-heading-inline,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option .wn-mec-text{color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a:hover{background:#282828;background:linear-gradient(95deg,#282828 0,#222 50%,#282828 100%);color:#d2d2d2}.mec-admin-dark-mode .wns-be-sidebar li.active ul.subsection{background:#282828;border-bottom:1px solid #353535}.mec-admin-dark-mode .wns-be-sidebar li .subsection a{background:#282828;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 46px}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu>li.active>a,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-infobar,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-main{box-shadow:0 2px 12px -5px #000}.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h4,.mec-admin-dark-mode .wns-be-sidebar .mec-settings-menu .mec-settings-submenu a,.mec-admin-dark-mode li.wns-be-group-menu-li.mec-settings-menu .mec-settings-submenu,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option.focus,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option.selected.focus,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option:hover{background:#000;color:#d2d2d2;border-color:#353535}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings,.mec-admin-dark-mode.post-type-mec_calendars .mec-custom-nice-select ul.list li.option{background:#000!important;color:#fff!important}.mec-admin-dark-mode.m-e-calendar_page_MEC-addons,.mec-admin-dark-mode.m-e-calendar_page_MEC-addons .about-wrap h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-go-pro,.mec-admin-dark-mode.m-e-calendar_page_MEC-go-pro h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-report,.mec-admin-dark-mode.m-e-calendar_page_MEC-report h1,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings div.mce-panel,.mec-admin-dark-mode.m-e-calendar_page_MEC-support,.mec-admin-dark-mode.m-e-calendar_page_MEC-support h1,.mec-admin-dark-mode.post-type-mec-books,.mec-admin-dark-mode.post-type-mec-books h1,.mec-admin-dark-mode.post-type-mec_calendars,.mec-admin-dark-mode.post-type-mec_calendars .wrap h1.wp-heading-inline,.mec-admin-dark-mode.toplevel_page_mec-intro,.mec-admin-dark-mode.toplevel_page_mec-intro .about-wrap h1{background:#282828!important;color:#d2d2d2}.mec-admin-dark-mode .w-theme-version{box-shadow:0 3px 30px -4px #000;background:#000;background:linear-gradient(95deg,#000 0,#282828 50%,#1f1f1f 100%)}.mec-admin-dark-mode .mec-sed-methods li.active,.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h2,.mec-admin-dark-mode .wns-be-container .wns-be-group-tab h4,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap .nav-tab-wrapper .nav-tab,.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap h2.nav-tab-wrapper,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .select2-container--default .select2-selection--multiple .select2-selection__choice{color:#d2d2d2;background:#000}.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li a:hover{color:#008aff}.mec-admin-dark-mode.m-e-calendar_page_MEC-ix #mec-wrap .nav-tab-wrapper .nav-tab-active{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%)}.mec-admin-dark-mode .wns-be-container #wns-be-infobar:before{content:"";width:261px;height:78px;display:block;position:absolute;left:0;top:0;background:#1f1f1f url(../img/webnus-logo2.png) no-repeat center;border-bottom:1px solid #dedede;background-size:220px;z-index:997}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wns-be-container #wns-be-footer,.mec-admin-dark-mode.post-type-mec-books #titlediv #title,.mec-admin-dark-mode.post-type-mec-books .postbox h1{background:#1f1f1f!important}.mec-admin-dark-mode .mec-settings-menu .mec-settings-submenu:after,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,.mec-admin-dark-mode .wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:#353535}.mec-admin-dark-mode .mec-switcher input:checked+label:before{background-color:#000;background:linear-gradient(95deg,#1f1f1f 0,#222 50%,#000 100%)}.mec-admin-dark-mode .mec-switcher input:checked+label{box-shadow:0 3px 11px -7px #000}.mec-admin-dark-mode .lity.mec-add-event-popup,.mec-admin-dark-mode .lity.mec-add-shortcode-popup,.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup,.mec-admin-dark-mode .mec-add-shortcode-popup div#mec_popup_shortcode{background:#282828}.mec-admin-dark-mode .lity.mec-add-event-popup .lity-content,.mec-admin-dark-mode .lity.mec-add-shortcode-popup .lity-content{box-shadow:0 3px 20px 0 rgba(0,0,0,.55)}.mec-admin-dark-mode .mec-add-event-popup .mec-meta-box-colors-container,.mec-admin-dark-mode .mec-steps-container,.mec-admin-dark-mode .mec-steps-header{background:#000}.mec-admin-dark-mode .mec-add-event-popup div#mec_popup_event,.mec-admin-dark-mode .mec-steps-panel{background:#1f1f1f}.mec-admin-dark-mode button.lity-close{background:#000;box-shadow:0 3px 8px 0 rgba(0,0,0,.55)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li{border:2px solid #282828;background:#000!important}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-step-popup-skin-text:before,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content.mec-steps-content-4 label input{background:#282828;border-color:#1f1f1f;box-shadow:0 3px 6px 0 rgba(0,0,0,.05)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-2 .mec-steps-content.mec-steps-content-2 ul li.active{box-shadow:0 3px 5px rgba(0,0,0,.2)}.mec-admin-dark-mode .nicescroll-cursors{background-color:#000!important}.mec-admin-dark-mode .mec-add-event-popup .mec-categories-tab-contents,.mec-admin-dark-mode .mec-add-event-popup .mec-form-row.mec-available-color-row,.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content.mec-steps-content-7.mec-steps-content-active,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .mec-steps-content.mec-steps-content-4 .mec-multiple-skin-options div,.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode{border-color:#282828;background:#000}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code{background:rgba(266,266,266,.35)}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code code,.mec-admin-dark-mode .mec-steps-content h3{color:#d2d2d2}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.focus,.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option.selected.focus,.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .option:hover{background:#000}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list{background:#282828}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list::-webkit-scrollbar-track{background-color:#333}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content-container .wn-mec-select-popup .list::-webkit-scrollbar{width:3px;background-color:#333}.mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-6 .mec-popup-shortcode-code button{margin-left:unset}.mec-admin-dark-mode .wp-picker-container .wp-color-result.button{background:inherit}.mec-admin-dark-mode .mec-add-event-popup .mec-steps-content.mec-steps-content-6 .mce-container-body.mce-stack-layout{background:#000;border-color:#000!important}.mec-admin-dark-mode .attachments-browser .media-toolbar,.mec-admin-dark-mode .media-frame-content,.mec-admin-dark-mode .media-modal-content,.mec-admin-dark-mode .media-modal-content h1,.mec-admin-dark-mode .media-modal-content h2,.mec-admin-dark-mode .media-modal-content p,.mec-admin-dark-mode .media-sidebar{background:#000;color:#d2d2d2!important;border-color:#282828}.mec-admin-dark-mode .mec-add-shortcode-popup .mec-steps-content-container.mec-steps-content-4 .wn-mec-select-popup{background-color:#000;border-color:#282828}.mec-admin-dark-mode.post-type-mec-books table.widefat,.mec-admin-dark-mode.post-type-mec_calendars table.widefat,.post-type-mec-events.mec-admin-dark-mode table.widefat{background:#1f1f1f;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode.post-type-mec-books .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-books ul.striped>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-events .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec-events ul.striped>:nth-child(odd),.mec-admin-dark-mode.post-type-mec_calendars .striped>tbody>:nth-child(odd),.mec-admin-dark-mode.post-type-mec_calendars ul.striped>:nth-child(odd){background:#282828;border-color:#353535;color:#d2d2d2}.mec-admin-dark-mode.post-type-mec-books .widefat td,.mec-admin-dark-mode.post-type-mec-books .widefat th,.mec-admin-dark-mode.post-type-mec-events .widefat td,.mec-admin-dark-mode.post-type-mec-events .widefat th,.mec-admin-dark-mode.post-type-mec_calendars .widefat td,.mec-admin-dark-mode.post-type-mec_calendars .widefat th{border-color:#000;color:#d2d2d2}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings ul#adminmenu>li.current>a.current:after,.mec-admin-dark-mode.post-type-mec-events ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.post-type-mec-events ul#adminmenu>li.current>a.current:after,.mec-admin-dark-mode.post-type-mec_calendars ul#adminmenu a.wp-has-current-submenu:after,.mec-admin-dark-mode.post-type-mec_calendars ul#adminmenu>li.current>a.current:after{border-right-color:#1f1f1f}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button-secondary,.mec-admin-dark-mode.post-type-mec-events .button,.mec-admin-dark-mode.post-type-mec-events .button-secondary,.mec-admin-dark-mode.post-type-mec-events .wp-heading-inline+.page-title-action,.mec-admin-dark-mode.post-type-mec_calendars .button,.mec-admin-dark-mode.post-type-mec_calendars .wp-heading-inline+.page-title-action{color:#d2d2d2!important;border-color:#353535!important;background:#0000!important}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button-secondary:hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button.hover,.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .button:hover,.mec-admin-dark-mode.post-type-mec-events .button-secondary:hover,.mec-admin-dark-mode.post-type-mec-events .button.hover,.mec-admin-dark-mode.post-type-mec-events .button:hover,.mec-admin-dark-mode.post-type-mec_calendars .button-secondary:hover,.mec-admin-dark-mode.post-type-mec_calendars .button.hover,.mec-admin-dark-mode.post-type-mec_calendars .button:hover{background:#000!important;border-color:#333!important;color:#fff!important}.mec-admin-dark-mode.post-type-mec-events .mec-form-row .button:not(.wp-color-result){height:37px;margin-top:1px;box-shadow:inset 0 2px 4px #282828,inset 0 -2px 4px rgba(0,0,0,.05),0 2px 2px rgba(0,0,0,.06)}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings .wp-color-result-text,.mec-admin-dark-mode.post-type-mec-events .wp-color-result-text{border-left:1px solid #353535;color:#d2d2d2;background:#000}.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec-search-settings{color:#d2d2d2;background:#282828}.mec-admin-dark-mode.taxonomy-mec_category .button,.mec-admin-dark-mode.taxonomy-mec_label .button,.mec-admin-dark-mode.taxonomy-mec_location .button,.mec-admin-dark-mode.taxonomy-mec_organizer .button,.mec-admin-dark-mode.taxonomy-mec_speaker .button,.mec-admin-dark-mode.taxonomy-mec_tag .button{box-shadow:0 3px 10px -4px #000!important}.mec-admin-dark-mode.post-type-mec_calendars .mec-switcher input+label:after,.mec-admin-dark-mode.post-type-mec_calendars .wn-mec-select .option .wn-hover-img-sh img{background:#282828}.mec-admin-dark-mode .media-router .media-menu-item:focus{box-shadow:unset}.mec-admin-dark-mode .media-router .media-menu-item{background:#282828;color:#ffff}.mec-admin-dark-mode .media-router .media-menu-item:hover{color:#d2d2d2}.mec-admin-dark-mode .media-router .active,.mec-admin-dark-mode .media-router .media-menu-item.active:last-child{background:#000;color:#666;border-color:#282828}.mec-admin-dark-mode .attachment-info,.mec-admin-dark-mode .media-frame-toolbar .media-toolbar{border-color:#282828}.mec-admin-dark-mode .wp-core-ui .attachment-preview,.mec-admin-dark-mode.post-type-mec-events .button:hover{background:#000!important}.post-type-mec-books .attendees .mec-booking-attendees-tooltip{position:relative}.post-type-mec-books .attendees strong{line-height:26px;padding-left:26px}.post-type-mec-books .attendees .mec-booking-attendees-tooltip:before{position:absolute;content:"\e001";font-family:simple-line-icons;margin:12px 0;top:-30px;left:0;font-size:18px;line-height:12px;color:#40d9f1;padding:0 60px 5px 0}.post-type-mec-books .attendees .mec-booking-attendees-tooltip ul{position:absolute;min-width:300px;max-width:600px;display:inline-block;left:60px;top:50%;transform:translateY(-50%);background-color:#535a61;color:#fff;font-weight:300;font-size:14px;letter-spacing:.5px;line-height:1.3;z-index:9999999;box-sizing:border-box;box-shadow:0 4px 45px -8px #444b50;visibility:hidden;opacity:0;transition:opacity .23s;padding:23px 20px 20px 20px;border-radius:8px;margin-top:-13px}.post-type-mec-books .attendees .mec-booking-attendees-tooltip ul:before{display:block;content:''!important;position:absolute!important;width:12px;height:12px;left:-10px!important;top:50%!important;transform:translate(50%,-50%) rotate(-45deg)!important;background-color:#535a61!important;box-shadow:0 8px 9px -4px #535a61!important;z-index:0!important}.post-type-mec-books .attendees .mec-booking-attendees-tooltip:hover ul{visibility:visible;opacity:1}.post-type-mec-books .attendees .mec-booking-attendees-tooltip ul a{color:#40d9f1;margin-bottom:14px;margin-left:0;font-weight:400;font-size:14px;letter-spacing:.5px;position:relative;text-decoration:none;display:block;width:max-content}.post-type-mec-books .attendees .mec-booking-attendees-tooltip ul li:last-child a{margin-bottom:0}.mec-metabox-head-version img,.mec-metabox-head-version p{float:left}.mec-metabox-head-version a{float:right}.mec-metabox-head-version p{margin-top:3px;margin-left:5px;margin-bottom:34px}h3.mec-metabox-feed-head{border-top:1px solid #ccc}div#mec_widget_news_features .inside{padding:0}.mec-metabox-head-wrap{padding:0 12px}#dashboard-widgets h3.mec-metabox-feed-head{padding:8px 12px;border-top:1px solid #eee;border-bottom:1px solid #eee;font-weight:700}.mec-metabox-feed-content{padding:0 12px}.mec-metabox-feed-content ul li a{font-weight:600;display:block}.mec-metabox-feed-content ul li p{margin:3px 0 24px}.mec-metabox-footer a span{font-size:17px;vertical-align:middle;margin-left:2px}.mec-metabox-footer a{text-decoration:none;border-right:1px solid #eee;padding-right:10px;margin-right:12px}.mec-metabox-footer{padding:11px 12px 10px;border-top:1px solid #eee}.mec-metabox-footer a:last-of-type{border:none}.mec-metabox-upcoming-wrap h3{border-top:none!important;padding-top:13px!important}.mec-metabox-head-wrap{box-shadow:0 5px 8px rgba(0,0,0,.05)}.mec-metabox-upcoming-wrap ul li span{float:left}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event{float:left;margin-left:10px}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event-date{float:right}.mec-metabox-upcoming-wrap ul{padding:0 12px;background:#f7f7f7;margin:0}.mec-metabox-upcoming-wrap ul li{border-bottom:1px solid #eee;padding:14px 0;margin-bottom:0}.mec-metabox-upcoming-wrap ul li:last-of-type{border:none}.mec-metabox-upcoming-wrap h3{margin-bottom:0!important}.mec-metabox-upcoming-wrap ul li .mec-metabox-upcoming-event a{font-weight:600}.mec-metabox-head-version a span{vertical-align:middle}.mec-metabox-head-version a{padding-left:6px!important}#mec_widget_total_bookings .w-box.total-bookings ul li:first-child{margin-left:1px}#mec_widget_total_bookings .w-box.total-bookings ul li{padding:4px 13px 4px 13px;margin-right:4px}#mec_widget_total_bookings .w-box.total-bookings ul li:last-child{margin-right:0}#mec_widget_total_bookings{overflow:hidden}#mec_widget_total_bookings .inside,#mec_widget_total_bookings .w-box{margin:0;padding-bottom:0}#mec_widget_total_bookings .w-col-sm-12{padding:0}#mec_widget_total_bookings .w-box-content button{color:#fff!important;font-weight:500!important;border-radius:2px!important;box-shadow:0 3px 10px -4px #008aff!important;text-shadow:none!important;background:#008aff!important;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%)!important;border:none!important;transition:.24s!important;line-height:39px;padding:0 36px;width:calc(33% - 7px);margin-bottom:14px}#mec_widget_total_bookings .w-box-content input[type=text],#mec_widget_total_bookings .w-box-content select{border:solid 1px #ddd;border-radius:2px;height:40px;line-height:38px;padding-left:10px;box-shadow:0 3px 10px -2px rgba(0,0,0,.05),inset 0 1px 2px rgba(0,0,0,.02)}#mec_widget_total_bookings .w-box-content input[type=text]{width:calc(50% - 5px)}#mec_widget_total_bookings .w-box-content select{width:calc(33% - 2px);margin-bottom:24px;margin-top:20px}div#mec-schema .mec-form-row label{display:inline-block;width:111px}.event-status-schema{background:#f7f7f7;padding:20px;margin-bottom:15px;border-radius:3px}div#mec_cancelled_reason_wrapper label{width:166px!important}.mec-fluent-hidden{display:none}#webnus-dashboard .total-bookings input[type=text],#webnus-dashboard .total-bookings select{border:solid 1px #ddd;border-radius:2px;height:40px;line-height:38px;padding-left:10px;box-shadow:0 3px 10px -2px rgba(0,0,0,.05),inset 0 1px 2px rgba(0,0,0,.02)}#webnus-dashboard select{margin-top:-5px}#mec_styles_CSS{line-height:1.6}@media(max-width:480px){.toplevel_page_mec-intro .mec-intro-section-ifarme iframe{width:auto!important;height:auto!important}.w-box.mec-activation input[name=MECPurchaseCode]{min-width:200px!important;width:330px}.w-box.mec-activation{background:#fff}.mec-addons{padding-right:15px}.mec-report-wrap{margin-top:20px}.mec-report-select-event-wrap .select2-container--default,.mec-report-select-event-wrap select.mec-reports-selectbox-dates{max-width:100%;width:100%;margin:10px 0}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-content,.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head{padding:10px}.mec-report-selected-event-attendees-wrap .w-clearfix.mec-attendees-head span{font-size:13px}.mec-report-selected-event-attendees-wrap .mec-attendees-content .w-col-xs-3{word-wrap:break-word}.mec-report-selected-event-attendees-wrap .w-col-xs-3.name img{display:block}.mec-report-selected-event-attendees-wrap input[type=checkbox],.mec-report-selected-event-attendees-wrap input[type=radio]{height:.85rem;width:.85rem}.wns-be-container .dpr-btn.dpr-save-btn{margin:0!important}#mec_booking_form .mec-container{padding-left:0;padding-right:0}#mec_event_form_fields,#mec_reg_form_fields{padding:10px}.mec-search-forms-options-container .mec-form-row select{width:100%}#mec_skin_monthly_view_start_date_container{display:unset}#mec_calendar_display_options input[type=number],#mec_calendar_display_options input[type=text],#mec_calendar_display_options select{max-width:100%!important;width:100%;margin:10px 0}#mec_select_tags.mec-create-shortcode-tab-content input[type=text]{width:auto}.mec-add-booking-tabs-right,.mec-add-event-tabs-right,.mec-create-shortcode-tabs-right{padding-left:14px;padding-right:14px}#mec_tickets .mec-box{padding:20px 7px}.fserv-container form,.fserv-form-description{padding:10px 15px!important}.fserv-field{display:inline-block;width:25%!important;padding:0!important;margin:0!important;margin-right:10px!important}#webnus-dashboard .total-bookings button{margin:15px 0}}.mec-skin-styles.mec-styles-custom{padding-left:0!important;top:40%;position:absolute;width:330px;height:auto!important;overflow:visible!important}.mec-skin-styles.mec-styles-custom .nice-select{box-shadow:0 3px 13px -5px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.07);clear:unset!important;-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:300px!important}.mec-styles-custom h3{font-size:13px;font-weight:400;color:#707070}
|
@@ -368,6 +368,22 @@ jQuery(document).ready(function($)
|
|
368 |
});
|
369 |
});
|
370 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
/* Load event dates in Report page */
|
372 |
if ( $('.mec-reports-selectbox-event').length > 0 )
|
373 |
{
|
368 |
});
|
369 |
});
|
370 |
|
371 |
+
$('.mec-cmsg-2-notification-box-wrap span').on('click', function (e) {
|
372 |
+
e.preventDefault();
|
373 |
+
$.ajax({
|
374 |
+
url: mec_admin_localize.ajax_url,
|
375 |
+
type: 'POST',
|
376 |
+
data: {
|
377 |
+
action: 'close_cmsg_2_notification',
|
378 |
+
nonce: mec_admin_localize.ajax_nonce,
|
379 |
+
},
|
380 |
+
success: function (response) {
|
381 |
+
$(".mec-custom-msg-2-notification-set-box").fadeOut(100, function () { $(this).remove(); });
|
382 |
+
$(".mec-custom-msg-2-notification-wrap").fadeOut(100, function () { $(this).remove(); });
|
383 |
+
},
|
384 |
+
});
|
385 |
+
});
|
386 |
+
|
387 |
/* Load event dates in Report page */
|
388 |
if ( $('.mec-reports-selectbox-event').length > 0 )
|
389 |
{
|
@@ -1,4 +1,25 @@
|
|
1 |
-
v 5.7.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
- Added: WeatherAPI.com provider for weather module (pro)
|
3 |
- Added: A new feature to sort payment gateways in backend and frontend (pro)
|
4 |
- Added: A new feature to assign a certain role to users created after booking (pro)
|
@@ -8,7 +29,7 @@
|
|
8 |
- Added: %%payment_gateway%% placeholder (pro)
|
9 |
- Added: %%booking_id%% placeholder (pro)
|
10 |
- Added: %%booking_transaction_id%% placeholder (pro)
|
11 |
-
- Added: %%
|
12 |
- Improved: The Facebook Importer
|
13 |
- Improved: The attendees section of Frontend Submission
|
14 |
- Fixed: An issue related to event time in booking notifications (pro)
|
1 |
+
v 5.7.5 – 9 July 2020
|
2 |
+
- Refactored: The booking reminder to accept hours interval instead of days (pro)
|
3 |
+
- Added: A download-able file feature. This file can be downloaded after confirmed booking by bookers (pro)
|
4 |
+
- Added: A placeholder to include the downloadable file link in booking notifications (pro)
|
5 |
+
- Added: An option to disable confirmation email (pro)
|
6 |
+
- Added: A feature to show attendees of bookings in main booking manage page (pro)
|
7 |
+
- Added: Featured image of events into the RSS feed
|
8 |
+
- Added: Available tickets if user is restricted to book only 1 ticket (pro)
|
9 |
+
- Improved: The stripe payment by sending payer email (pro)
|
10 |
+
- Improved: The display of time for those multiple days events that last after midnight
|
11 |
+
- Improved: The search module to show searched events
|
12 |
+
- Improved: The “Show Booking Form Interval” option to be more compatible with “Sell All Occurrences” events (pro)
|
13 |
+
- Updated: Polish translation (Thanks to Monika Osowicz)
|
14 |
+
- Fixed: Some issues in fixed and per attendee booking fields (pro)
|
15 |
+
- Fixed: Some issues in event fields
|
16 |
+
- Fixed: Some translation issue in single event modules
|
17 |
+
- Fixed: An issue in booking module loaded in popup event (pro)
|
18 |
+
- Fixed: An issue in google calendar link in email notifications
|
19 |
+
- Fixed: An issue in event link for recurring events in email notifications
|
20 |
+
- Fixed: An issue in archive page meta title
|
21 |
+
|
22 |
+
v 5.7.0 – 1 July 2020
|
23 |
- Added: WeatherAPI.com provider for weather module (pro)
|
24 |
- Added: A new feature to sort payment gateways in backend and frontend (pro)
|
25 |
- Added: A new feature to assign a certain role to users created after booking (pro)
|
29 |
- Added: %%payment_gateway%% placeholder (pro)
|
30 |
- Added: %%booking_id%% placeholder (pro)
|
31 |
- Added: %%booking_transaction_id%% placeholder (pro)
|
32 |
+
- Added: %%ticket_name%% and %%ticket_time%% placeholders to notifications (pro)
|
33 |
- Improved: The Facebook Importer
|
34 |
- Improved: The attendees section of Frontend Submission
|
35 |
- Fixed: An issue related to event time in booking notifications (pro)
|
Binary file
|
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Modern Events Calendar Lite\n"
|
4 |
-
"POT-Creation-Date: 2020-07-
|
5 |
-
"PO-Revision-Date: 2020-07-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: cs_CZ\n"
|
@@ -23,7 +23,7 @@ msgstr ""
|
|
23 |
|
24 |
#: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
|
25 |
#: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
|
26 |
-
#: app/features/mec.php:
|
27 |
#: app/features/mec/dashboard.php:63 app/widgets/MEC.php:33
|
28 |
msgid "Modern Events Calendar"
|
29 |
msgstr "Moderní kalendář událostí"
|
@@ -34,8 +34,8 @@ msgstr "Moderní kalendář událostí"
|
|
34 |
msgid "Content"
|
35 |
msgstr "Obsah"
|
36 |
|
37 |
-
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:
|
38 |
-
#: app/features/mec.php:
|
39 |
msgid "Shortcode"
|
40 |
msgstr "Zkrácený kód"
|
41 |
|
@@ -80,7 +80,7 @@ msgid "Select Shortcode"
|
|
80 |
msgstr "Přidat nový zkrácený kód"
|
81 |
|
82 |
#: app/features/colors.php:50 app/features/fes/form.php:872
|
83 |
-
#: app/features/mec/settings.php:
|
84 |
msgid "Event Color"
|
85 |
msgstr "Barva události"
|
86 |
|
@@ -90,15 +90,15 @@ msgstr "Barva události"
|
|
90 |
msgid "Recent Colors"
|
91 |
msgstr "Barva události"
|
92 |
|
93 |
-
#: app/features/contextual.php:55 app/features/mec.php:
|
94 |
-
#: app/features/mec/dashboard.php:
|
95 |
#: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
|
96 |
#: app/libraries/main.php:596
|
97 |
msgid "Settings"
|
98 |
msgstr "Nastavení"
|
99 |
|
100 |
#: app/features/contextual.php:62 app/features/events.php:1558
|
101 |
-
#: app/features/events.php:
|
102 |
#: app/features/mec/support.php:29 app/libraries/main.php:563
|
103 |
msgid "Booking Form"
|
104 |
msgstr "Rezervační formulář"
|
@@ -126,7 +126,7 @@ msgstr ""
|
|
126 |
"www.youtube.com/embed/YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></"
|
127 |
"iframe>"
|
128 |
|
129 |
-
#: app/features/contextual.php:70 app/features/mec/booking.php:
|
130 |
#: app/features/mec/support-page.php:115 app/features/mec/support.php:36
|
131 |
#: app/libraries/main.php:564
|
132 |
msgid "Payment Gateways"
|
@@ -228,12 +228,12 @@ msgstr ""
|
|
228 |
"height=\"420\" src=\"https://www.youtube.com/embed/dqgt1b8X8hs\" frameborder="
|
229 |
"\"0\" allowfullscreen></iframe>"
|
230 |
|
231 |
-
#: app/features/contextual.php:117 app/features/mec/settings.php:
|
232 |
#: app/features/mec/support-page.php:97 app/libraries/main.php:532
|
233 |
msgid "General Options"
|
234 |
msgstr "Obecné možnosti"
|
235 |
|
236 |
-
#: app/features/contextual.php:139 app/features/mec/settings.php:
|
237 |
#: app/libraries/main.php:534
|
238 |
msgid "Slugs/Permalinks"
|
239 |
msgstr "Název v URL / Trvalé odkazy"
|
@@ -242,7 +242,7 @@ msgstr "Název v URL / Trvalé odkazy"
|
|
242 |
msgid "Event Details/Single Event Page"
|
243 |
msgstr "Podrobnosti o události / Stránka jedné události"
|
244 |
|
245 |
-
#: app/features/contextual.php:166 app/features/mec/settings.php:
|
246 |
#: app/libraries/main.php:535
|
247 |
msgid "Currency Options"
|
248 |
msgstr "Možnosti Měna"
|
@@ -251,7 +251,7 @@ msgstr "Možnosti Měna"
|
|
251 |
msgid "Google Maps Options"
|
252 |
msgstr "Možnosti Google Maps"
|
253 |
|
254 |
-
#: app/features/contextual.php:244 app/features/mec/settings.php:
|
255 |
#: app/libraries/main.php:536
|
256 |
msgid "Google Recaptcha Options"
|
257 |
msgstr "Možnosti Google Recaptcha"
|
@@ -270,7 +270,7 @@ msgstr "Sociální sítě"
|
|
270 |
msgid "Next Event Module"
|
271 |
msgstr "Modul Další události"
|
272 |
|
273 |
-
#: app/features/contextual.php:286 app/features/mec/settings.php:
|
274 |
#: app/features/mec/support-page.php:98 app/libraries/main.php:537
|
275 |
msgid "Frontend Event Submission"
|
276 |
msgstr "Předání události frontendu"
|
@@ -288,7 +288,7 @@ msgstr "Výjimečné dny"
|
|
288 |
msgid "Booking"
|
289 |
msgstr "Rezervace"
|
290 |
|
291 |
-
#: app/features/contextual.php:318 app/features/mec/booking.php:
|
292 |
#: app/libraries/main.php:560
|
293 |
msgid "Coupons"
|
294 |
msgstr "Kupóny"
|
@@ -298,7 +298,7 @@ msgstr "Kupóny"
|
|
298 |
msgid "BuddyPress Integration"
|
299 |
msgstr "Integrace BuddyPress"
|
300 |
|
301 |
-
#: app/features/contextual.php:334 app/features/mec/settings.php:
|
302 |
#: app/libraries/main.php:540
|
303 |
msgid "Mailchimp Integration"
|
304 |
msgstr "Integrace Mailchimp"
|
@@ -307,8 +307,47 @@ msgstr "Integrace Mailchimp"
|
|
307 |
msgid "MEC Activation"
|
308 |
msgstr "Aktivace MEC"
|
309 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
310 |
#: app/features/events.php:167 app/features/ix/export.php:34
|
311 |
-
#: app/features/mec/dashboard.php:
|
312 |
#: app/skins/monthly_view/tpl.php:70 app/skins/tile/tpl.php:80
|
313 |
#: app/skins/yearly_view/tpl.php:68
|
314 |
msgid "Events"
|
@@ -324,11 +363,11 @@ msgstr "Události"
|
|
324 |
msgid "Event"
|
325 |
msgstr "Událost"
|
326 |
|
327 |
-
#: app/features/events.php:169 app/features/mec.php:
|
328 |
msgid "Add Event"
|
329 |
msgstr "Přidat událost"
|
330 |
|
331 |
-
#: app/features/events.php:170 app/features/mec/dashboard.php:
|
332 |
msgid "Add New Event"
|
333 |
msgstr "Přidat novou událost"
|
334 |
|
@@ -355,7 +394,7 @@ msgstr "Zobrazit událost"
|
|
355 |
msgid "No events found in Trash!"
|
356 |
msgstr "V koši nebyly nalezeny žádné události!"
|
357 |
|
358 |
-
#: app/features/events.php:192 app/features/events.php:
|
359 |
#: app/features/mec/meta_boxes/display_options.php:1386
|
360 |
#: app/features/mec/meta_boxes/search_form.php:31
|
361 |
#: app/features/mec/meta_boxes/search_form.php:101
|
@@ -368,20 +407,20 @@ msgstr "V koši nebyly nalezeny žádné události!"
|
|
368 |
#: app/features/mec/meta_boxes/search_form.php:584
|
369 |
#: app/features/mec/meta_boxes/search_form.php:654
|
370 |
#: app/features/mec/meta_boxes/search_form.php:760
|
371 |
-
#: app/features/mec/settings.php:
|
372 |
-
#: app/features/search.php:68 app/libraries/main.php:
|
373 |
-
#: app/libraries/main.php:
|
374 |
#: app/skins/single.php:854 app/skins/single/default.php:215
|
375 |
#: app/skins/single/default.php:446 app/skins/single/m1.php:195
|
376 |
#: app/skins/single/m2.php:118 app/skins/single/modern.php:137
|
377 |
msgid "Category"
|
378 |
msgstr "Kategorie"
|
379 |
|
380 |
-
#: app/features/events.php:193 app/features/events.php:
|
381 |
-
#: app/features/fes/form.php:822 app/features/mec.php:
|
382 |
#: app/features/mec/meta_boxes/filter.php:69
|
383 |
-
#: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:
|
384 |
-
#: app/libraries/main.php:
|
385 |
msgid "Categories"
|
386 |
msgstr "Kategorie"
|
387 |
|
@@ -476,7 +515,7 @@ msgid "Event Data"
|
|
476 |
msgstr "Zobrazit událost"
|
477 |
|
478 |
#: app/features/events.php:346 app/features/events.php:1303
|
479 |
-
#: app/features/mec/settings.php:
|
480 |
msgid "Hourly Schedule"
|
481 |
msgstr "Hodinový rozvrh"
|
482 |
|
@@ -492,8 +531,8 @@ msgstr "Umístění"
|
|
492 |
msgid "Links"
|
493 |
msgstr "Odkaz"
|
494 |
|
495 |
-
#: app/features/events.php:349 app/features/events.php:
|
496 |
-
#: app/features/events.php:
|
497 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
498 |
#: app/features/mec/meta_boxes/display_options.php:1389
|
499 |
#: app/features/mec/meta_boxes/search_form.php:46
|
@@ -507,13 +546,13 @@ msgstr "Odkaz"
|
|
507 |
#: app/features/mec/meta_boxes/search_form.php:599
|
508 |
#: app/features/mec/meta_boxes/search_form.php:669
|
509 |
#: app/features/mec/meta_boxes/search_form.php:775
|
510 |
-
#: app/features/mec/settings.php:
|
511 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
512 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
513 |
#: app/features/organizers.php:271 app/features/popup/event.php:163
|
514 |
#: app/features/popup/event.php:172 app/features/search.php:80
|
515 |
-
#: app/libraries/main.php:
|
516 |
-
#: app/libraries/skins.php:
|
517 |
#: app/skins/single/default.php:240 app/skins/single/default.php:471
|
518 |
#: app/skins/single/m1.php:103 app/skins/single/m2.php:26
|
519 |
#: app/skins/single/modern.php:45
|
@@ -521,8 +560,8 @@ msgid "Organizer"
|
|
521 |
msgstr "Organizátor"
|
522 |
|
523 |
#: app/features/events.php:350 app/features/events.php:1108
|
524 |
-
#: app/features/fes/form.php:793 app/libraries/main.php:
|
525 |
-
#: app/libraries/main.php:
|
526 |
#: app/skins/single/default.php:141 app/skins/single/default.php:372
|
527 |
#: app/skins/single/m1.php:62 app/skins/single/modern.php:234
|
528 |
msgid "Cost"
|
@@ -542,26 +581,26 @@ msgstr "Poznámka pro recenzenta"
|
|
542 |
msgid "Guest Data"
|
543 |
msgstr "Údaje hosta"
|
544 |
|
545 |
-
#: app/features/events.php:489 app/features/events.php:
|
546 |
-
#: app/features/events.php:
|
547 |
#: app/features/fes/form.php:752 app/features/labels.php:178
|
548 |
#: app/features/mec/booking.php:53 app/features/organizers.php:279
|
549 |
#: app/features/popup/event.php:182 app/features/profile/profile.php:177
|
550 |
-
#: app/libraries/notifications.php:
|
551 |
msgid "Name"
|
552 |
msgstr "Jméno"
|
553 |
|
554 |
-
#: app/features/events.php:490 app/features/events.php:
|
555 |
-
#: app/features/events.php:
|
556 |
-
#: app/features/events.php:
|
557 |
#: app/features/fes/form.php:748 app/features/login/login.php:5
|
558 |
-
#: app/features/mec/booking.php:65 app/features/mec/booking.php:
|
559 |
-
#: app/features/mec/booking.php:
|
560 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
561 |
#: app/features/profile/profile.php:180 app/features/speakers.php:127
|
562 |
-
#: app/features/speakers.php:196 app/libraries/main.php:
|
563 |
-
#: app/libraries/main.php:
|
564 |
-
#: app/libraries/notifications.php:
|
565 |
#: app/modules/booking/steps/form.php:157 app/skins/single.php:1119
|
566 |
#: app/skins/single.php:1178 app/skins/single/default.php:257
|
567 |
#: app/skins/single/default.php:488 app/skins/single/m1.php:120
|
@@ -574,11 +613,11 @@ msgid "Date and Time"
|
|
574 |
msgstr "Datum a čas"
|
575 |
|
576 |
#: app/features/events.php:501 app/features/events.php:505
|
577 |
-
#: app/features/events.php:
|
578 |
-
#: app/features/events.php:
|
579 |
#: app/features/fes/form.php:273 app/features/ix.php:3509
|
580 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:38
|
581 |
-
#: app/features/mec.php:
|
582 |
#: app/features/mec/meta_boxes/display_options.php:279
|
583 |
#: app/features/mec/meta_boxes/display_options.php:518
|
584 |
#: app/features/mec/meta_boxes/display_options.php:624
|
@@ -598,11 +637,11 @@ msgid "Start Date"
|
|
598 |
msgstr "Počátečná den"
|
599 |
|
600 |
#: app/features/events.php:520 app/features/events.php:524
|
601 |
-
#: app/features/events.php:
|
602 |
-
#: app/features/events.php:
|
603 |
#: app/features/fes/form.php:292 app/features/ix.php:3509
|
604 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:44
|
605 |
-
#: app/features/mec.php:
|
606 |
msgid "End Date"
|
607 |
msgstr "Konečný den"
|
608 |
|
@@ -642,20 +681,20 @@ msgstr ""
|
|
642 |
|
643 |
#: app/features/events.php:579 app/features/events.php:718
|
644 |
#: app/features/events.php:1071 app/features/events.php:1220
|
645 |
-
#: app/features/events.php:1528 app/features/events.php:
|
646 |
-
#: app/features/events.php:
|
647 |
-
#: app/features/events.php:
|
648 |
-
#: app/features/events.php:
|
649 |
-
#: app/features/events.php:
|
650 |
-
#: app/features/events.php:
|
651 |
#: app/features/fes/form.php:396 app/features/fes/form.php:704
|
652 |
#: app/features/locations.php:334 app/features/mec/booking.php:116
|
653 |
-
#: app/features/mec/booking.php:
|
654 |
-
#: app/features/mec/booking.php:
|
655 |
-
#: app/features/mec/booking.php:
|
656 |
-
#: app/features/mec/booking.php:
|
657 |
-
#: app/features/mec/booking.php:
|
658 |
-
#: app/features/mec/booking.php:
|
659 |
#: app/features/mec/meta_boxes/display_options.php:82
|
660 |
#: app/features/mec/meta_boxes/display_options.php:95
|
661 |
#: app/features/mec/meta_boxes/display_options.php:108
|
@@ -691,24 +730,24 @@ msgstr ""
|
|
691 |
#: app/features/mec/modules.php:52 app/features/mec/modules.php:85
|
692 |
#: app/features/mec/modules.php:102 app/features/mec/modules.php:137
|
693 |
#: app/features/mec/modules.php:153 app/features/mec/modules.php:323
|
694 |
-
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:
|
695 |
-
#: app/features/mec/notifications.php:
|
696 |
-
#: app/features/mec/notifications.php:
|
697 |
-
#: app/features/mec/notifications.php:
|
698 |
-
#: app/features/mec/notifications.php:
|
699 |
-
#: app/features/mec/notifications.php:
|
700 |
-
#: app/features/mec/notifications.php:
|
701 |
-
#: app/features/mec/notifications.php:
|
702 |
-
#: app/features/mec/settings.php:
|
703 |
-
#: app/features/mec/settings.php:
|
704 |
-
#: app/features/mec/settings.php:
|
705 |
-
#: app/features/mec/settings.php:
|
706 |
-
#: app/features/mec/settings.php:
|
707 |
-
#: app/features/mec/settings.php:
|
708 |
-
#: app/features/mec/settings.php:
|
709 |
-
#: app/features/mec/settings.php:
|
710 |
-
#: app/features/mec/settings.php:
|
711 |
-
#: app/features/mec/settings.php:
|
712 |
#: app/features/mec/single.php:62 app/features/mec/single.php:82
|
713 |
#: app/features/mec/single.php:99 app/features/mec/single.php:115
|
714 |
#: app/features/mec/single.php:130 app/features/mec/single.php:269
|
@@ -735,7 +774,7 @@ msgid "Repeats"
|
|
735 |
msgstr "Opakování"
|
736 |
|
737 |
#: app/features/events.php:608 app/features/fes/form.php:329
|
738 |
-
#: app/features/mec.php:
|
739 |
#: app/skins/full_calendar/tpl.php:121
|
740 |
msgid "Daily"
|
741 |
msgstr "Děnně"
|
@@ -759,13 +798,13 @@ msgid "Weekly"
|
|
759 |
msgstr "Týdně"
|
760 |
|
761 |
#: app/features/events.php:643 app/features/fes/form.php:334
|
762 |
-
#: app/features/mec.php:
|
763 |
#: app/skins/full_calendar/tpl.php:119
|
764 |
msgid "Monthly"
|
765 |
msgstr "Měsíčně"
|
766 |
|
767 |
#: app/features/events.php:650 app/features/fes/form.php:335
|
768 |
-
#: app/features/mec.php:
|
769 |
#: app/skins/full_calendar/tpl.php:118
|
770 |
msgid "Yearly"
|
771 |
msgstr "Ročně"
|
@@ -798,8 +837,8 @@ msgid ""
|
|
798 |
"Calendar."
|
799 |
msgstr "Pro verze doplňku Modern Events Calendar"
|
800 |
|
801 |
-
#: app/features/events.php:698 app/features/events.php:
|
802 |
-
#: app/features/events.php:
|
803 |
#: app/features/fes/form.php:359 app/features/ix/import_f_calendar.php:42
|
804 |
#: app/features/ix/import_g_calendar.php:51
|
805 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
@@ -808,8 +847,8 @@ msgstr "Začátek"
|
|
808 |
|
809 |
#: app/features/events.php:711 app/features/events.php:1214
|
810 |
#: app/features/events.php:1334 app/features/events.php:1439
|
811 |
-
#: app/features/events.php:
|
812 |
-
#: app/features/events.php:
|
813 |
#: app/features/fes/form.php:389 app/features/fes/form.php:920
|
814 |
msgid "Add"
|
815 |
msgstr "Přidat"
|
@@ -833,8 +872,8 @@ msgstr ""
|
|
833 |
"datum zahájení a ukončení by mělo být stejné. Pokud máte vícedenní událost, "
|
834 |
"datum zahájení a ukončení musí odpovídat počátečnímu datu."
|
835 |
|
836 |
-
#: app/features/events.php:728 app/features/events.php:
|
837 |
-
#: app/features/events.php:
|
838 |
#: app/features/fes/form.php:374
|
839 |
msgid "End"
|
840 |
msgstr "Konec"
|
@@ -899,11 +938,11 @@ msgstr ""
|
|
899 |
msgid "Show only one occurrence of this event"
|
900 |
msgstr "Další výskyt dalších událostí"
|
901 |
|
902 |
-
#: app/features/events.php:1104 app/features/events.php:
|
903 |
-
#: app/features/events.php:
|
904 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
905 |
-
#: app/features/mec/settings.php:
|
906 |
-
#: app/libraries/main.php:
|
907 |
msgid "Event Cost"
|
908 |
msgstr "Cena události"
|
909 |
|
@@ -915,11 +954,11 @@ msgstr "Výjimečné dny (vyjma dat)"
|
|
915 |
msgid "Exclude certain days"
|
916 |
msgstr "Vyloučit určité dny"
|
917 |
|
918 |
-
#: app/features/events.php:1212 app/features/events.php:
|
919 |
-
#: app/features/events.php:
|
920 |
-
#: app/features/mec/booking.php:
|
921 |
#: app/features/mec/single.php:185 app/features/profile/profile.php:58
|
922 |
-
#: app/libraries/main.php:
|
923 |
#: app/modules/next-event/details.php:134 app/skins/single.php:938
|
924 |
#: app/skins/single/default.php:98 app/skins/single/default.php:329
|
925 |
#: app/skins/single/m1.php:22 app/skins/single/modern.php:194
|
@@ -959,31 +998,31 @@ msgstr "Den %s"
|
|
959 |
|
960 |
#: app/features/events.php:1319 app/features/events.php:1358
|
961 |
#: app/features/events.php:1393 app/features/events.php:1425
|
962 |
-
#: app/features/events.php:1454 app/features/events.php:
|
963 |
-
#: app/features/events.php:
|
964 |
-
#: app/features/events.php:
|
965 |
#: app/features/fes/form.php:248 app/features/ix.php:3509
|
966 |
-
#: app/features/ix.php:3550 app/features/mec/booking.php:
|
967 |
-
#: app/features/mec/booking.php:
|
968 |
msgid "Title"
|
969 |
msgstr "Název"
|
970 |
|
971 |
#: app/features/events.php:1328 app/features/events.php:1365
|
972 |
#: app/features/events.php:1398 app/features/events.php:1433
|
973 |
-
#: app/features/events.php:1459 app/features/events.php:
|
974 |
-
#: app/features/events.php:
|
975 |
-
#: app/features/events.php:
|
976 |
-
#: app/features/events.php:
|
977 |
-
#: app/features/mec/booking.php:
|
978 |
-
#: app/features/mec/booking.php:
|
979 |
-
#: app/libraries/main.php:
|
980 |
-
#: app/libraries/main.php:
|
981 |
-
#: app/libraries/main.php:
|
982 |
-
#: app/libraries/main.php:
|
983 |
-
#: app/libraries/main.php:
|
984 |
-
#: app/libraries/main.php:
|
985 |
-
#: app/libraries/main.php:
|
986 |
-
#: app/libraries/main.php:
|
987 |
msgid "Remove"
|
988 |
msgstr "Odstranit"
|
989 |
|
@@ -1002,17 +1041,17 @@ msgid "To e.g. 8:45"
|
|
1002 |
msgstr "Do např. 8:45"
|
1003 |
|
1004 |
#: app/features/events.php:1362 app/features/events.php:1396
|
1005 |
-
#: app/features/events.php:1457 app/features/events.php:
|
1006 |
-
#: app/features/events.php:
|
1007 |
msgid "Description"
|
1008 |
msgstr "Popis"
|
1009 |
|
1010 |
#: app/features/events.php:1368 app/features/events.php:1401
|
1011 |
#: app/features/events.php:1462 app/features/fes/form.php:916
|
1012 |
-
#: app/features/mec.php:
|
1013 |
-
#: app/features/mec/settings.php:
|
1014 |
-
#: app/libraries/main.php:568 app/libraries/main.php:
|
1015 |
-
#: app/libraries/main.php:
|
1016 |
msgid "Speakers"
|
1017 |
msgstr "Řečníci"
|
1018 |
|
@@ -1021,13 +1060,13 @@ msgid "New Day"
|
|
1021 |
msgstr "Nový den"
|
1022 |
|
1023 |
#: app/features/events.php:1493 app/features/fes/form.php:767
|
1024 |
-
#: app/features/mec/settings.php:
|
1025 |
msgid "Event Links"
|
1026 |
msgstr "Odkazy na událost"
|
1027 |
|
1028 |
#: app/features/events.php:1496 app/features/events.php:1502
|
1029 |
-
#: app/features/fes/form.php:769 app/libraries/main.php:
|
1030 |
-
#: app/libraries/main.php:
|
1031 |
msgid "Event Link"
|
1032 |
msgstr "Odkaz na událost"
|
1033 |
|
@@ -1056,8 +1095,8 @@ msgid "URL Shortener"
|
|
1056 |
msgstr "Zkracovač URL"
|
1057 |
|
1058 |
#: app/features/events.php:1512 app/features/events.php:1525
|
1059 |
-
#: app/features/fes/form.php:774 app/libraries/main.php:
|
1060 |
-
#: app/libraries/main.php:
|
1061 |
#: app/skins/single/default.php:155 app/skins/single/default.php:386
|
1062 |
#: app/skins/single/m1.php:216 app/skins/single/m2.php:140
|
1063 |
#: app/skins/single/modern.php:159 app/widgets/single.php:107
|
@@ -1084,7 +1123,7 @@ msgstr ""
|
|
1084 |
"Pokud ji vyplníte, zobrazí se jako volitelný odkaz na stránce s podrobnostmi "
|
1085 |
"o události. Vložte celý odkaz včetně http (s): //"
|
1086 |
|
1087 |
-
#: app/features/events.php:1549 app/features/mec/settings.php:
|
1088 |
msgid "Booking Options"
|
1089 |
msgstr "Možnosti rezervace"
|
1090 |
|
@@ -1094,40 +1133,42 @@ msgstr "Možnosti rezervace"
|
|
1094 |
msgid "Total User Booking Limits"
|
1095 |
msgstr "Celkové limity rezervace uživatelů"
|
1096 |
|
1097 |
-
#: app/features/events.php:1551 app/features/events.php:
|
1098 |
-
#: app/libraries/book.php:60 app/libraries/main.php:
|
1099 |
-
#: app/modules/booking/steps/tickets.php:
|
|
|
1100 |
msgid "Tickets"
|
1101 |
msgstr "Vstupenky"
|
1102 |
|
1103 |
-
#: app/features/events.php:1553 app/features/events.php:
|
1104 |
msgid "Fees"
|
1105 |
msgstr "Poplatky"
|
1106 |
|
1107 |
-
#: app/features/events.php:1556 app/features/events.php:
|
1108 |
-
#: app/features/mec/settings.php:
|
1109 |
msgid "Ticket Variations / Options"
|
1110 |
msgstr "Varianty vstupenky / možnosti"
|
1111 |
|
1112 |
-
#: app/features/events.php:1560 app/features/mec/booking.php:
|
1113 |
#: app/features/mec/support-page.php:118
|
1114 |
msgid "Organizer Payment"
|
1115 |
msgstr "Platba organizátora"
|
1116 |
|
1117 |
-
#: app/features/events.php:
|
1118 |
#, fuzzy
|
1119 |
#| msgid "Total booking limits"
|
1120 |
msgid "Total booking limit"
|
1121 |
msgstr "Celkové limity rezervace"
|
1122 |
|
1123 |
-
#: app/features/events.php:
|
1124 |
-
#: app/features/events.php:
|
1125 |
-
#: app/modules/booking/steps/tickets.php:
|
|
|
1126 |
#: app/skins/available_spot/tpl.php:142
|
1127 |
msgid "Unlimited"
|
1128 |
msgstr "Neomezené"
|
1129 |
|
1130 |
-
#: app/features/events.php:
|
1131 |
msgid ""
|
1132 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1133 |
"limitation number."
|
@@ -1135,45 +1176,45 @@ msgstr ""
|
|
1135 |
"Pokud chcete nastavit limit na všechny lístky, zrušte zaškrtnutí tohoto "
|
1136 |
"políčka a zadejte číslo omezení."
|
1137 |
|
1138 |
-
#: app/features/events.php:
|
1139 |
msgid "Read About A Booking System"
|
1140 |
msgstr "Přečtěte si o rezervačním systému"
|
1141 |
|
1142 |
-
#: app/features/events.php:
|
1143 |
msgid "100"
|
1144 |
msgstr "100"
|
1145 |
|
1146 |
-
#: app/features/events.php:
|
1147 |
#, fuzzy
|
1148 |
#| msgid "Next Occurrence"
|
1149 |
msgid "Book All Occurrences"
|
1150 |
msgstr "Další výskyt"
|
1151 |
|
1152 |
-
#: app/features/events.php:
|
1153 |
msgid "Sell all occurrences by one booking"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
-
#: app/features/events.php:
|
1157 |
msgid ""
|
1158 |
"If you have a series of events and you want to sell all of them at once, "
|
1159 |
"this option is for you! For example a weekly yoga course or something "
|
1160 |
"similar."
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: app/features/events.php:
|
1164 |
msgid "Total user booking limits"
|
1165 |
msgstr "Celkové limity rezervace uživatelů"
|
1166 |
|
1167 |
-
#: app/features/events.php:
|
1168 |
-
#: app/features/events.php:
|
1169 |
msgid "Inherit from global options"
|
1170 |
msgstr "Zdědí z globálních možností"
|
1171 |
|
1172 |
-
#: app/features/events.php:
|
1173 |
msgid "12"
|
1174 |
msgstr "12"
|
1175 |
|
1176 |
-
#: app/features/events.php:
|
1177 |
msgid ""
|
1178 |
"You're translating an event so MEC will use the original event for tickets "
|
1179 |
"and booking. You can only translate the ticket name and description. Please "
|
@@ -1183,40 +1224,40 @@ msgstr ""
|
|
1183 |
"vstupenek a rezervace. Můžete přeložit pouze název a popis vstupenky. Prosím "
|
1184 |
"definujte určité vstupenky, které jste definovali v původní události."
|
1185 |
|
1186 |
-
#: app/features/events.php:
|
1187 |
#, fuzzy
|
1188 |
#| msgid "Ticket"
|
1189 |
msgid "Add Ticket"
|
1190 |
msgstr "Vstupenka"
|
1191 |
|
1192 |
-
#: app/features/events.php:
|
1193 |
msgid "Ticket Name"
|
1194 |
msgstr "Název vstupenky"
|
1195 |
|
1196 |
-
#: app/features/events.php:
|
1197 |
-
#: app/features/events.php:
|
1198 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1199 |
msgid "Start Time"
|
1200 |
msgstr "Začátek"
|
1201 |
|
1202 |
-
#: app/features/events.php:
|
1203 |
-
#: app/features/events.php:
|
1204 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1205 |
msgid "End Time"
|
1206 |
msgstr "Konec"
|
1207 |
|
1208 |
-
#: app/features/events.php:
|
1209 |
-
#: app/features/events.php:
|
1210 |
-
#: app/features/events.php:
|
1211 |
-
#: app/features/events.php:
|
1212 |
-
#: app/features/events.php:
|
1213 |
-
#: app/features/events.php:
|
1214 |
-
#: app/features/mec/booking.php:
|
1215 |
-
#: app/features/mec/booking.php:
|
1216 |
msgid "Price"
|
1217 |
msgstr "Cena"
|
1218 |
|
1219 |
-
#: app/features/events.php:
|
1220 |
#, fuzzy
|
1221 |
#| msgid "Insert 0 for free ticket. Only numbers please."
|
1222 |
msgid ""
|
@@ -1224,60 +1265,60 @@ msgid ""
|
|
1224 |
"any symbols or characters."
|
1225 |
msgstr "Vložte 0 pro vstupenku zdarma. Prosím pouze čísla."
|
1226 |
|
1227 |
-
#: app/features/events.php:
|
1228 |
-
#: app/features/events.php:
|
1229 |
msgid "Price Label"
|
1230 |
msgstr "Cenový štítek"
|
1231 |
|
1232 |
-
#: app/features/events.php:
|
1233 |
msgid "For showing on website. e.g. $15"
|
1234 |
msgstr "Pro zobrazení na webu. např. 15 $"
|
1235 |
|
1236 |
-
#: app/features/events.php:
|
1237 |
msgid "Available Tickets"
|
1238 |
msgstr "Dostupné vstupenky"
|
1239 |
|
1240 |
-
#: app/features/events.php:
|
1241 |
#, fuzzy
|
1242 |
#| msgid "Maximum Per Ticket"
|
1243 |
msgid "Minimum Ticket e.g. 3"
|
1244 |
msgstr "Maximum na jednu vstupenku"
|
1245 |
|
1246 |
-
#: app/features/events.php:
|
1247 |
#, fuzzy
|
1248 |
#| msgid "Maximum Per Ticket"
|
1249 |
msgid "MinimumTicket"
|
1250 |
msgstr "Maximum na jednu vstupenku"
|
1251 |
|
1252 |
-
#: app/features/events.php:
|
1253 |
msgid "Set a number for the minimum ticket reservation possible"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: app/features/events.php:
|
1257 |
msgid "e.g. 0"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: app/features/events.php:
|
1261 |
#, fuzzy
|
1262 |
#| msgid "Days"
|
1263 |
msgid "Day"
|
1264 |
msgstr "Dny"
|
1265 |
|
1266 |
-
#: app/features/events.php:
|
1267 |
msgid "Hour"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: app/features/events.php:
|
1271 |
#, php-format
|
1272 |
msgid "Stop selling ticket %s before event start."
|
1273 |
msgstr ""
|
1274 |
|
1275 |
-
#: app/features/events.php:
|
1276 |
msgid "Price per Date"
|
1277 |
msgstr "Cena za datum"
|
1278 |
|
1279 |
-
#: app/features/events.php:
|
1280 |
-
#: app/features/events.php:
|
1281 |
#: app/features/mec/meta_boxes/display_options.php:1387
|
1282 |
#: app/features/mec/meta_boxes/search_form.php:67
|
1283 |
#: app/features/mec/meta_boxes/search_form.php:137
|
@@ -1290,25 +1331,25 @@ msgstr "Cena za datum"
|
|
1290 |
#: app/features/mec/meta_boxes/search_form.php:620
|
1291 |
#: app/features/mec/meta_boxes/search_form.php:690
|
1292 |
#: app/features/mec/meta_boxes/search_form.php:796
|
1293 |
-
#: app/features/mec/settings.php:
|
1294 |
-
#: app/features/search.php:98 app/libraries/skins.php:
|
1295 |
msgid "Label"
|
1296 |
msgstr "Štítek"
|
1297 |
|
1298 |
-
#: app/features/events.php:
|
1299 |
-
#: app/features/mec/booking.php:
|
1300 |
msgid "Fee Title"
|
1301 |
msgstr "Název poplatku"
|
1302 |
|
1303 |
-
#: app/features/events.php:
|
1304 |
-
#: app/features/events.php:
|
1305 |
-
#: app/features/mec/booking.php:
|
1306 |
-
#: app/features/mec/booking.php:
|
1307 |
msgid "Amount"
|
1308 |
msgstr "Množství"
|
1309 |
|
1310 |
-
#: app/features/events.php:
|
1311 |
-
#: app/features/mec/booking.php:
|
1312 |
msgid ""
|
1313 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1314 |
"otherwise considered as percentage"
|
@@ -1316,96 +1357,96 @@ msgstr ""
|
|
1316 |
"Výše poplatku, je považovaná za pevnou částku, pokud nastavíte typ na částku "
|
1317 |
"odpovídající procentuální hodnotě"
|
1318 |
|
1319 |
-
#: app/features/events.php:
|
1320 |
-
#: app/features/mec/booking.php:
|
1321 |
msgid "Percent"
|
1322 |
msgstr "Procent"
|
1323 |
|
1324 |
-
#: app/features/events.php:
|
1325 |
-
#: app/features/mec/booking.php:
|
1326 |
msgid "Amount (Per Ticket)"
|
1327 |
msgstr "Částka (za vstupenku)"
|
1328 |
|
1329 |
-
#: app/features/events.php:
|
1330 |
-
#: app/features/mec/booking.php:
|
1331 |
msgid "Amount (Per Booking)"
|
1332 |
msgstr "Částka (za rezervaci)"
|
1333 |
|
1334 |
-
#: app/features/events.php:
|
1335 |
-
#: app/features/mec/booking.php:
|
1336 |
msgid "Option Price"
|
1337 |
msgstr "Možnosti ceny"
|
1338 |
|
1339 |
-
#: app/features/events.php:
|
1340 |
-
#: app/features/events.php:
|
1341 |
-
#: app/features/mec/booking.php:
|
1342 |
-
#: app/features/mec/booking.php:
|
1343 |
msgid "Maximum Per Ticket"
|
1344 |
msgstr "Maximum na jednu vstupenku"
|
1345 |
|
1346 |
-
#: app/features/events.php:
|
1347 |
-
#: app/features/mec/booking.php:
|
1348 |
#, fuzzy
|
1349 |
#| msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1350 |
msgid "Maximum Per Ticket. Leave blank for unlimited."
|
1351 |
msgstr "Maximum na jednu vstupenku. Ponechte to prázdné pro neomezené."
|
1352 |
|
1353 |
-
#: app/features/events.php:
|
1354 |
#, fuzzy
|
1355 |
#| msgid "Attendees Limit"
|
1356 |
msgid "Per Attendee Fields"
|
1357 |
msgstr "Limit účastníků"
|
1358 |
|
1359 |
-
#: app/features/events.php:
|
1360 |
-
#: app/libraries/main.php:
|
1361 |
msgid "MEC Name"
|
1362 |
msgstr "MEC Jméno"
|
1363 |
|
1364 |
-
#: app/features/events.php:
|
1365 |
-
#: app/libraries/main.php:
|
1366 |
msgid "MEC Email"
|
1367 |
msgstr "MEC Email"
|
1368 |
|
1369 |
-
#: app/features/events.php:
|
1370 |
-
#: app/features/mec/booking.php:
|
1371 |
-
#: app/features/mec/single.php:182 app/libraries/main.php:
|
1372 |
msgid "Text"
|
1373 |
msgstr "Text"
|
1374 |
|
1375 |
-
#: app/features/events.php:
|
1376 |
-
#: app/features/mec/booking.php:
|
1377 |
#: app/features/mec/single.php:186 app/features/organizers.php:103
|
1378 |
#: app/features/organizers.php:148 app/features/speakers.php:119
|
1379 |
#: app/features/speakers.php:192 app/features/speakers.php:271
|
1380 |
-
#: app/libraries/main.php:
|
1381 |
msgid "Tel"
|
1382 |
msgstr "Tel"
|
1383 |
|
1384 |
-
#: app/features/events.php:
|
1385 |
-
#: app/libraries/main.php:
|
1386 |
msgid "File"
|
1387 |
msgstr "Soubor"
|
1388 |
|
1389 |
-
#: app/features/events.php:
|
1390 |
-
#: app/features/mec/booking.php:
|
1391 |
-
#: app/features/mec/single.php:187 app/libraries/main.php:
|
1392 |
msgid "Textarea"
|
1393 |
msgstr "Plocha textu"
|
1394 |
|
1395 |
-
#: app/features/events.php:
|
1396 |
-
#: app/features/mec/booking.php:
|
1397 |
-
#: app/features/mec/single.php:189 app/libraries/main.php:
|
1398 |
msgid "Checkboxes"
|
1399 |
msgstr "Zatržítko"
|
1400 |
|
1401 |
-
#: app/features/events.php:
|
1402 |
-
#: app/features/mec/booking.php:
|
1403 |
-
#: app/features/mec/single.php:190 app/libraries/main.php:
|
1404 |
msgid "Radio Buttons"
|
1405 |
msgstr "Přepínače"
|
1406 |
|
1407 |
-
#: app/features/events.php:
|
1408 |
-
#: app/features/mec/booking.php:
|
1409 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1410 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1411 |
#: app/features/mec/meta_boxes/search_form.php:49
|
@@ -1482,54 +1523,54 @@ msgstr "Přepínače"
|
|
1482 |
#: app/features/mec/meta_boxes/search_form.php:792
|
1483 |
#: app/features/mec/meta_boxes/search_form.php:799
|
1484 |
#: app/features/mec/meta_boxes/search_form.php:813
|
1485 |
-
#: app/features/mec/single.php:191 app/libraries/main.php:
|
1486 |
msgid "Dropdown"
|
1487 |
msgstr "Rozbalovací"
|
1488 |
|
1489 |
-
#: app/features/events.php:
|
1490 |
-
#: app/features/mec/booking.php:
|
1491 |
-
#: app/libraries/main.php:
|
1492 |
msgid "Agreement"
|
1493 |
msgstr "Smlouva"
|
1494 |
|
1495 |
-
#: app/features/events.php:
|
1496 |
-
#: app/features/mec/booking.php:
|
1497 |
-
#: app/features/mec/single.php:188 app/libraries/main.php:
|
1498 |
msgid "Paragraph"
|
1499 |
msgstr "Paragraf"
|
1500 |
|
1501 |
-
#: app/features/events.php:
|
1502 |
#, fuzzy
|
1503 |
#| msgid "Required Field"
|
1504 |
msgid "Fixed Fields"
|
1505 |
msgstr "Požadovaná pole"
|
1506 |
|
1507 |
-
#: app/features/events.php:
|
1508 |
-
#: app/features/events.php:
|
1509 |
#, php-format
|
1510 |
msgid "Show all %s"
|
1511 |
msgstr "Ukázat všechny %s"
|
1512 |
|
1513 |
-
#: app/features/events.php:
|
1514 |
msgid "labels"
|
1515 |
msgstr "štítky"
|
1516 |
|
1517 |
-
#: app/features/events.php:
|
1518 |
msgid "locations"
|
1519 |
msgstr "umístění"
|
1520 |
|
1521 |
-
#: app/features/events.php:
|
1522 |
msgid "organizers"
|
1523 |
msgstr "organizátoři"
|
1524 |
|
1525 |
-
#: app/features/events.php:
|
1526 |
#, fuzzy
|
1527 |
#| msgid "Attendees Limit"
|
1528 |
msgid "Attendees List"
|
1529 |
msgstr "Limit účastníků"
|
1530 |
|
1531 |
-
#: app/features/events.php:
|
1532 |
-
#: app/features/events.php:
|
1533 |
#: app/features/ix.php:3550 app/features/locations.php:58
|
1534 |
#: app/features/locations.php:261 app/features/locations.php:322
|
1535 |
#: app/features/locations.php:324 app/features/locations.php:333
|
@@ -1545,99 +1586,99 @@ msgstr "Limit účastníků"
|
|
1545 |
#: app/features/mec/meta_boxes/search_form.php:591
|
1546 |
#: app/features/mec/meta_boxes/search_form.php:661
|
1547 |
#: app/features/mec/meta_boxes/search_form.php:767
|
1548 |
-
#: app/features/mec/settings.php:
|
1549 |
#: app/features/popup/event.php:116 app/features/popup/event.php:125
|
1550 |
-
#: app/features/search.php:74 app/libraries/main.php:
|
1551 |
-
#: app/libraries/main.php:
|
1552 |
-
#: app/libraries/skins.php:
|
1553 |
#: app/skins/single.php:1224 app/skins/single/default.php:191
|
1554 |
#: app/skins/single/default.php:422 app/skins/single/m1.php:172
|
1555 |
#: app/skins/single/m2.php:95 app/skins/single/modern.php:113
|
1556 |
msgid "Location"
|
1557 |
msgstr "Umístění"
|
1558 |
|
1559 |
-
#: app/features/events.php:
|
1560 |
msgid "Repeat"
|
1561 |
msgstr "Opakovat"
|
1562 |
|
1563 |
-
#: app/features/events.php:
|
1564 |
msgid "Author"
|
1565 |
msgstr "Autor"
|
1566 |
|
1567 |
-
#: app/features/events.php:
|
1568 |
msgid "iCal Export"
|
1569 |
msgstr "iCal Export"
|
1570 |
|
1571 |
-
#: app/features/events.php:
|
1572 |
msgid "CSV Export"
|
1573 |
msgstr "CSV Export"
|
1574 |
|
1575 |
-
#: app/features/events.php:
|
1576 |
msgid "MS Excel Export"
|
1577 |
msgstr "MS Excel Export"
|
1578 |
|
1579 |
-
#: app/features/events.php:
|
1580 |
msgid "XML Export"
|
1581 |
msgstr "XML Export"
|
1582 |
|
1583 |
-
#: app/features/events.php:
|
1584 |
msgid "JSON Export"
|
1585 |
msgstr "JSON Export"
|
1586 |
|
1587 |
-
#: app/features/events.php:
|
1588 |
-
#: app/features/events.php:
|
1589 |
msgid "Duplicate"
|
1590 |
msgstr "Duplikát"
|
1591 |
|
1592 |
-
#: app/features/events.php:
|
1593 |
#: app/features/fes.php:233 app/features/ix.php:3509 app/features/ix.php:3550
|
1594 |
#: app/features/labels.php:177 app/features/locations.php:260
|
1595 |
#: app/features/organizers.php:203 app/features/speakers.php:268
|
1596 |
msgid "ID"
|
1597 |
msgstr "ID"
|
1598 |
|
1599 |
-
#: app/features/events.php:
|
1600 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1601 |
msgid "Link"
|
1602 |
msgstr "Odkaz"
|
1603 |
|
1604 |
-
#: app/features/events.php:
|
1605 |
#, php-format
|
1606 |
msgid "%s Tel"
|
1607 |
msgstr "%s Tel"
|
1608 |
|
1609 |
-
#: app/features/events.php:
|
1610 |
#, php-format
|
1611 |
msgid "%s Email"
|
1612 |
msgstr "%s Email"
|
1613 |
|
1614 |
-
#: app/features/events.php:
|
1615 |
-
#: app/features/profile/profile.php:183 app/libraries/main.php:
|
1616 |
-
#: app/libraries/main.php:
|
1617 |
msgid "Ticket"
|
1618 |
msgstr "Vstupenka"
|
1619 |
|
1620 |
-
#: app/features/events.php:
|
1621 |
msgid "Variations"
|
1622 |
msgstr "Variace"
|
1623 |
|
1624 |
-
#: app/features/events.php:
|
1625 |
msgid "Unknown"
|
1626 |
msgstr "Neznámý"
|
1627 |
|
1628 |
-
#: app/features/events.php:
|
1629 |
msgid ""
|
1630 |
"If you want to send an email, first select your attendees and then click in "
|
1631 |
"the button below, please."
|
1632 |
msgstr ""
|
1633 |
|
1634 |
-
#: app/features/events.php:
|
1635 |
#, fuzzy
|
1636 |
#| msgid "Organizer Email"
|
1637 |
msgid "Send Email"
|
1638 |
msgstr "Organizátor Email"
|
1639 |
|
1640 |
-
#: app/features/events.php:
|
1641 |
#, fuzzy
|
1642 |
#| msgid "Attendees Form"
|
1643 |
msgid "No Attendees Found!"
|
@@ -1683,8 +1724,8 @@ msgstr "Událost byla odebrána!"
|
|
1683 |
msgid "Order Time"
|
1684 |
msgstr "Konec"
|
1685 |
|
1686 |
-
#: app/features/fes.php:233 app/libraries/main.php:
|
1687 |
-
#: app/libraries/main.php:
|
1688 |
msgid "Transaction ID"
|
1689 |
msgstr "ID transakce"
|
1690 |
|
@@ -1738,13 +1779,13 @@ msgstr "Captcha je neplatná! Prosím zkuste to znovu."
|
|
1738 |
msgid "Please fill event title field!"
|
1739 |
msgstr "Vyplňte prosím pole názvu události!"
|
1740 |
|
1741 |
-
#: app/features/fes.php:
|
1742 |
#, fuzzy
|
1743 |
#| msgid "The event submitted. It will publish as soon as possible."
|
1744 |
msgid "Event submitted. It will publish as soon as possible."
|
1745 |
msgstr "Událost byla odeslána. Zveřejní se co nejdříve."
|
1746 |
|
1747 |
-
#: app/features/fes.php:
|
1748 |
msgid "The event published."
|
1749 |
msgstr "Událost byla publikována."
|
1750 |
|
@@ -1752,7 +1793,7 @@ msgstr "Událost byla publikována."
|
|
1752 |
msgid "Go back to events list"
|
1753 |
msgstr "Přejít zpět na seznam událostí"
|
1754 |
|
1755 |
-
#: app/features/fes/form.php:256 app/features/mec/settings.php:
|
1756 |
msgid "Excerpt"
|
1757 |
msgstr ""
|
1758 |
|
@@ -1842,7 +1883,7 @@ msgstr ""
|
|
1842 |
"Vložte celý odkaz včetně http (s): //"
|
1843 |
|
1844 |
# v kontextu
|
1845 |
-
#: app/features/fes/form.php:807 app/features/mec/settings.php:
|
1846 |
msgid "Featured Image"
|
1847 |
msgstr "Hlavní obrázek"
|
1848 |
|
@@ -1851,16 +1892,16 @@ msgid "Remove Image"
|
|
1851 |
msgstr "Odebrat obrázek"
|
1852 |
|
1853 |
#: app/features/fes/form.php:848 app/features/labels.php:61
|
1854 |
-
#: app/features/labels.php:221 app/features/mec.php:
|
1855 |
#: app/features/mec/meta_boxes/filter.php:72
|
1856 |
-
#: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:
|
1857 |
-
#: app/libraries/main.php:
|
1858 |
#: app/skins/single/default.php:170 app/skins/single/default.php:401
|
1859 |
#: app/skins/single/m1.php:77 app/skins/single/modern.php:249
|
1860 |
msgid "Labels"
|
1861 |
msgstr "Štítky"
|
1862 |
|
1863 |
-
#: app/features/fes/form.php:894 app/features/mec.php:
|
1864 |
#: app/features/mec/meta_boxes/filter.php:73
|
1865 |
#: app/features/mec/meta_boxes/filter.php:151
|
1866 |
msgid "Tags"
|
@@ -2199,16 +2240,16 @@ msgstr "Přepnout"
|
|
2199 |
#: app/features/ix/export_g_calendar.php:72
|
2200 |
#: app/features/ix/export_g_calendar.php:151
|
2201 |
#: app/features/ix/export_g_calendar.php:166
|
2202 |
-
#: app/features/mec/notifications.php:
|
2203 |
-
#: app/features/mec/notifications.php:
|
2204 |
-
#: app/features/mec/notifications.php:
|
2205 |
-
#: app/features/mec/notifications.php:
|
2206 |
msgid "Add to Google Calendar"
|
2207 |
msgstr "Přidat do Google kalendáře"
|
2208 |
|
2209 |
-
#: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:
|
2210 |
-
#: app/features/mec/modules.php:403 app/features/mec/notifications.php:
|
2211 |
-
#: app/features/mec/settings.php:
|
2212 |
msgid "Checking ..."
|
2213 |
msgstr "Ověřování ..."
|
2214 |
|
@@ -2256,8 +2297,8 @@ msgid "ICS Feed"
|
|
2256 |
msgstr "ICS Feed"
|
2257 |
|
2258 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:99
|
2259 |
-
#: app/features/mec/booking.php:
|
2260 |
-
#: app/features/mec/booking.php:
|
2261 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2262 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2263 |
#: app/features/mec/modules.php:69 app/features/mec/modules.php:211
|
@@ -2267,8 +2308,8 @@ msgid "%s is required to use this feature."
|
|
2267 |
msgstr "% s je vyžadováno pro použití této funkce."
|
2268 |
|
2269 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
2270 |
-
#: app/features/mec/booking.php:99 app/features/mec/booking.php:
|
2271 |
-
#: app/features/mec/booking.php:
|
2272 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2273 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2274 |
#: app/features/mec/meta_boxes/display_options.php:506
|
@@ -2295,7 +2336,7 @@ msgstr "Import z Facebook kalendáře"
|
|
2295 |
msgid "Import all of your Facebook events into MEC."
|
2296 |
msgstr "Importujte všechny své události na Facebooku do MEC."
|
2297 |
|
2298 |
-
#: app/features/ix/import_f_calendar.php:27 app/features/mec/dashboard.php:
|
2299 |
#: app/features/mec/support-page.php:11 app/features/mec/support.php:100
|
2300 |
msgid "Documentation"
|
2301 |
msgstr "Dokumentace"
|
@@ -2462,7 +2503,7 @@ msgstr "Auto Google Import"
|
|
2462 |
|
2463 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
2464 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
2465 |
-
#: app/features/mec/notifications.php:
|
2466 |
msgid "Important Note"
|
2467 |
msgstr "Důležitá poznámka"
|
2468 |
|
@@ -2658,7 +2699,7 @@ msgid "Featured"
|
|
2658 |
msgstr "Ztvárněná"
|
2659 |
|
2660 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2661 |
-
#: app/libraries/main.php:
|
2662 |
#: app/skins/available_spot/tpl.php:58 app/skins/carousel/render.php:38
|
2663 |
#: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
|
2664 |
#: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
|
@@ -2678,7 +2719,7 @@ msgstr "Vybrané a zrušené události můžete zobrazit jiným stylem!"
|
|
2678 |
|
2679 |
#: app/features/labels.php:180 app/features/locations.php:263
|
2680 |
#: app/features/organizers.php:206 app/features/speakers.php:272
|
2681 |
-
#: app/modules/booking/steps/tickets.php:
|
2682 |
msgid "Count"
|
2683 |
msgstr "Spočítat"
|
2684 |
|
@@ -2693,10 +2734,10 @@ msgstr "Slug"
|
|
2693 |
msgid "Event %s"
|
2694 |
msgstr "Událost %s"
|
2695 |
|
2696 |
-
#: app/features/locations.php:59 app/features/mec.php:
|
2697 |
-
#: app/features/mec/dashboard.php:
|
2698 |
-
#: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:
|
2699 |
-
#: app/libraries/main.php:
|
2700 |
msgid "Locations"
|
2701 |
msgstr "Umístění"
|
2702 |
|
@@ -2791,7 +2832,7 @@ msgstr "Název místa"
|
|
2791 |
msgid "eg. City Hall"
|
2792 |
msgstr "např. Radnice"
|
2793 |
|
2794 |
-
#: app/features/locations.php:345 app/features/mec/settings.php:
|
2795 |
#: app/features/popup/event.php:143 app/widgets/single.php:115
|
2796 |
msgid "Event Location"
|
2797 |
msgstr "Místo události"
|
@@ -2831,8 +2872,8 @@ msgstr "Vyberte obrázek"
|
|
2831 |
msgid "Don't show map in single event page"
|
2832 |
msgstr "Nezobrazovat mapu na jednostránkové události"
|
2833 |
|
2834 |
-
#: app/features/locations.php:396 app/libraries/main.php:
|
2835 |
-
#: app/libraries/main.php:
|
2836 |
msgid "Other Locations"
|
2837 |
msgstr "Další místa"
|
2838 |
|
@@ -2861,7 +2902,7 @@ msgstr ""
|
|
2861 |
msgid "Forgot Password?"
|
2862 |
msgstr ""
|
2863 |
|
2864 |
-
#: app/features/mec.php:
|
2865 |
#, fuzzy
|
2866 |
#| msgid ""
|
2867 |
#| "Activation faild. Please check your purchase code or license type."
|
@@ -2874,21 +2915,21 @@ msgstr ""
|
|
2874 |
"<br> <b> Poznámka: Váš nákupní kód by se měl shodovat s vaším typem licence. "
|
2875 |
"</b>"
|
2876 |
|
2877 |
-
#: app/features/mec.php:
|
2878 |
msgid "Troubleshooting"
|
2879 |
msgstr "Odstraňování problémů"
|
2880 |
|
2881 |
-
#: app/features/mec.php:
|
2882 |
#, fuzzy
|
2883 |
#| msgid "Select Type"
|
2884 |
msgid "Select Date"
|
2885 |
msgstr "Vyberte typ"
|
2886 |
|
2887 |
-
#: app/features/mec.php:
|
2888 |
msgid "All"
|
2889 |
msgstr "Vše"
|
2890 |
|
2891 |
-
#: app/features/mec.php:
|
2892 |
#, fuzzy
|
2893 |
#| msgid ""
|
2894 |
#| "Your options is not in JSON format. Please insert correct options in this "
|
@@ -2900,191 +2941,191 @@ msgstr ""
|
|
2900 |
"Vaše možnosti nejsou ve formátu JSON. Do tohoto pole vložte správné možnosti "
|
2901 |
"a zkuste to znovu."
|
2902 |
|
2903 |
-
#: app/features/mec.php:
|
2904 |
msgid "Your options field can not be empty!"
|
2905 |
msgstr "Pole možností nemůže být prázdné!"
|
2906 |
|
2907 |
-
#: app/features/mec.php:
|
2908 |
msgid "Your options imported successfuly."
|
2909 |
msgstr "Vaše možnosti byly úspěšně importovány."
|
2910 |
|
2911 |
-
#: app/features/mec.php:
|
2912 |
msgid "MEC - Support"
|
2913 |
msgstr "MEC - podpora"
|
2914 |
|
2915 |
-
#: app/features/mec.php:
|
2916 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2917 |
msgid "Support"
|
2918 |
msgstr "Podpora"
|
2919 |
|
2920 |
-
#: app/features/mec.php:
|
2921 |
#: app/features/mec/meta_boxes/filter.php:71
|
2922 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2923 |
-
#: app/libraries/main.php:
|
2924 |
msgid "Organizers"
|
2925 |
msgstr "Organizátoři"
|
2926 |
|
2927 |
-
#: app/features/mec.php:
|
2928 |
-
#: app/features/mec/dashboard.php:
|
2929 |
msgid "Shortcodes"
|
2930 |
msgstr "Zkrácené kódy"
|
2931 |
|
2932 |
-
#: app/features/mec.php:
|
2933 |
msgid "MEC - Settings"
|
2934 |
msgstr "MEC - Nastavení"
|
2935 |
|
2936 |
-
#: app/features/mec.php:
|
2937 |
msgid "MEC - Addons"
|
2938 |
msgstr "MEC - doplňky"
|
2939 |
|
2940 |
-
#: app/features/mec.php:
|
2941 |
msgid "Addons"
|
2942 |
msgstr "Doplňky"
|
2943 |
|
2944 |
-
#: app/features/mec.php:
|
2945 |
#, fuzzy
|
2946 |
#| msgid "MEC - Support"
|
2947 |
msgid "MEC - Report"
|
2948 |
msgstr "MEC - podpora"
|
2949 |
|
2950 |
-
#: app/features/mec.php:
|
2951 |
#, fuzzy
|
2952 |
#| msgid "Export"
|
2953 |
msgid "Report"
|
2954 |
msgstr "Export"
|
2955 |
|
2956 |
-
#: app/features/mec.php:
|
2957 |
#, fuzzy
|
2958 |
#| msgid "MEC - Support"
|
2959 |
msgid "MEC - Go Pro"
|
2960 |
msgstr "MEC - podpora"
|
2961 |
|
2962 |
-
#: app/features/mec.php:
|
2963 |
#: app/features/mec/go-pro.php:9
|
2964 |
msgid "Go Pro"
|
2965 |
msgstr ""
|
2966 |
|
2967 |
-
#: app/features/mec.php:
|
2968 |
msgid "Add Shortcode"
|
2969 |
msgstr "Přidat zkrácený kód"
|
2970 |
|
2971 |
-
#: app/features/mec.php:
|
2972 |
msgid "Add New Shortcode"
|
2973 |
msgstr "Přidat nový zkrácený kód"
|
2974 |
|
2975 |
-
#: app/features/mec.php:
|
2976 |
msgid "No shortcodes found!"
|
2977 |
msgstr "Nebyly nalezeny žádné zkrácené kódy!"
|
2978 |
|
2979 |
-
#: app/features/mec.php:
|
2980 |
msgid "All Shortcodes"
|
2981 |
msgstr "Všechny zkrácené kódy"
|
2982 |
|
2983 |
-
#: app/features/mec.php:
|
2984 |
msgid "Edit shortcodes"
|
2985 |
msgstr "Editace zkrácených kódů"
|
2986 |
|
2987 |
-
#: app/features/mec.php:
|
2988 |
msgid "No shortcodes found in Trash!"
|
2989 |
msgstr "V koši nebyly nalezeny žádné zkrácené kódy!"
|
2990 |
|
2991 |
-
#: app/features/mec.php:
|
2992 |
msgid "Display Options"
|
2993 |
msgstr "Zobrazit možnosti"
|
2994 |
|
2995 |
-
#: app/features/mec.php:
|
2996 |
msgid "Filter Options"
|
2997 |
msgstr "Filtrovat možnosti"
|
2998 |
|
2999 |
-
#: app/features/mec.php:
|
3000 |
msgid "Search Form"
|
3001 |
msgstr "Vyhledávací formulář"
|
3002 |
|
3003 |
-
#: app/features/mec.php:
|
3004 |
msgid "Display content's images as Popup"
|
3005 |
msgstr "Zobrazit obrázky obsahu jako vyskakovací okno"
|
3006 |
|
3007 |
-
#: app/features/mec.php:
|
3008 |
msgid "Single Event Display Method"
|
3009 |
msgstr "Metoda zobrazení jedné události"
|
3010 |
|
3011 |
-
#: app/features/mec.php:
|
3012 |
msgid "Separate Window"
|
3013 |
msgstr "Samostatné okno"
|
3014 |
|
3015 |
-
#: app/features/mec.php:
|
3016 |
#, fuzzy
|
3017 |
#| msgid "Modal 1"
|
3018 |
msgid "Modal Popup"
|
3019 |
msgstr "Modal 1"
|
3020 |
|
3021 |
-
#: app/features/mec.php:
|
3022 |
msgid "Total Bookings"
|
3023 |
msgstr "Celkový počet rezervací"
|
3024 |
|
3025 |
-
#: app/features/mec.php:
|
3026 |
msgid "Modern Events Calendar (Lite)"
|
3027 |
msgstr "Modern Events Calendar (Lite)"
|
3028 |
|
3029 |
-
#: app/features/mec.php:
|
3030 |
-
#: app/features/mec/settings.php:
|
3031 |
msgid "Upcoming Events"
|
3032 |
msgstr "Nadcházející události"
|
3033 |
|
3034 |
-
#: app/features/mec.php:
|
3035 |
#, fuzzy
|
3036 |
#| msgid "Update %s"
|
3037 |
msgid "News & Updates"
|
3038 |
msgstr "Aktualizovat %s"
|
3039 |
|
3040 |
-
#: app/features/mec.php:
|
3041 |
msgid "Blog"
|
3042 |
msgstr ""
|
3043 |
|
3044 |
-
#: app/features/mec.php:
|
3045 |
msgid "Help"
|
3046 |
msgstr ""
|
3047 |
|
3048 |
-
#: app/features/mec.php:
|
3049 |
msgid "This Month"
|
3050 |
msgstr "Tento měsíc"
|
3051 |
|
3052 |
-
#: app/features/mec.php:
|
3053 |
msgid "Last Month"
|
3054 |
msgstr "Minulý měsíc"
|
3055 |
|
3056 |
-
#: app/features/mec.php:
|
3057 |
msgid "This Year"
|
3058 |
msgstr "Tento rok"
|
3059 |
|
3060 |
-
#: app/features/mec.php:
|
3061 |
msgid "Last Year"
|
3062 |
msgstr "Minulý rok"
|
3063 |
|
3064 |
-
#: app/features/mec.php:
|
3065 |
msgid "Bar"
|
3066 |
msgstr "Pruh"
|
3067 |
|
3068 |
-
#: app/features/mec.php:
|
3069 |
msgid "Line"
|
3070 |
msgstr "Čára"
|
3071 |
|
3072 |
-
#: app/features/mec.php:
|
3073 |
msgid "Filter"
|
3074 |
msgstr "Filtr"
|
3075 |
|
3076 |
-
#: app/features/mec.php:
|
3077 |
#, php-format
|
3078 |
msgid "Total Sells (%s)"
|
3079 |
msgstr "Celkový prodej %s"
|
3080 |
|
3081 |
-
#: app/features/mec.php:
|
3082 |
#, fuzzy
|
3083 |
#| msgid "Modern Events Calendar"
|
3084 |
msgid "Print Calendar"
|
3085 |
msgstr "Moderní kalendář událostí"
|
3086 |
|
3087 |
-
#: app/features/mec.php:
|
3088 |
#, fuzzy
|
3089 |
#| msgid "Display Event Price"
|
3090 |
msgid "Display Events"
|
@@ -3112,26 +3153,26 @@ msgstr ""
|
|
3112 |
|
3113 |
#: app/features/mec/booking.php:78 app/features/mec/messages.php:13
|
3114 |
#: app/features/mec/modules.php:23 app/features/mec/notifications.php:11
|
3115 |
-
#: app/features/mec/settings.php:
|
3116 |
#: app/features/mec/styling.php:35
|
3117 |
msgid "Search..."
|
3118 |
msgstr "Vyhledávání ..."
|
3119 |
|
3120 |
-
#: app/features/mec/booking.php:80 app/features/mec/booking.php:
|
3121 |
-
#: app/features/mec/booking.php:
|
3122 |
-
#: app/features/mec/booking.php:
|
3123 |
-
#: app/features/mec/booking.php:
|
3124 |
#: app/features/mec/messages.php:51 app/features/mec/messages.php:60
|
3125 |
#: app/features/mec/messages.php:94 app/features/mec/messages.php:103
|
3126 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:368
|
3127 |
#: app/features/mec/modules.php:378 app/features/mec/modules.php:420
|
3128 |
#: app/features/mec/modules.php:434 app/features/mec/notifications.php:13
|
3129 |
-
#: app/features/mec/notifications.php:
|
3130 |
-
#: app/features/mec/notifications.php:
|
3131 |
-
#: app/features/mec/notifications.php:
|
3132 |
-
#: app/features/mec/notifications.php:
|
3133 |
-
#: app/features/mec/settings.php:
|
3134 |
-
#: app/features/mec/settings.php:
|
3135 |
#: app/features/mec/single.php:21 app/features/mec/single.php:353
|
3136 |
#: app/features/mec/single.php:363 app/features/mec/single.php:405
|
3137 |
#: app/features/mec/single.php:419 app/features/mec/styles.php:11
|
@@ -3193,30 +3234,17 @@ msgstr ""
|
|
3193 |
"pokud poskytujete bezplatné vstupenky. Pro neomezenou rezervaci to nechte "
|
3194 |
"prázdné."
|
3195 |
|
3196 |
-
#: app/features/mec/booking.php:
|
3197 |
-
#, fuzzy
|
3198 |
-
#| msgid "Ticket time"
|
3199 |
-
msgid "Collapse Ticket Selection"
|
3200 |
-
msgstr "Čas vstupenky"
|
3201 |
-
|
3202 |
-
#: app/features/mec/booking.php:145
|
3203 |
-
msgid ""
|
3204 |
-
"If you set the user limit to 1 then MEC collapse the ticket selection in "
|
3205 |
-
"booking form if your event has only 1 ticket. You can disable this feature "
|
3206 |
-
"by unchecking this checkbox."
|
3207 |
-
msgstr ""
|
3208 |
-
|
3209 |
-
#: app/features/mec/booking.php:152 app/features/mec/booking.php:160
|
3210 |
#, fuzzy
|
3211 |
#| msgid "Description"
|
3212 |
msgid "IP restriction"
|
3213 |
msgstr "Popis"
|
3214 |
|
3215 |
-
#: app/features/mec/booking.php:
|
3216 |
msgid "Enabled"
|
3217 |
msgstr "Povoleno"
|
3218 |
|
3219 |
-
#: app/features/mec/booking.php:
|
3220 |
#: app/features/mec/meta_boxes/search_form.php:33
|
3221 |
#: app/features/mec/meta_boxes/search_form.php:40
|
3222 |
#: app/features/mec/meta_boxes/search_form.php:48
|
@@ -3315,35 +3343,35 @@ msgstr "Povoleno"
|
|
3315 |
#: app/features/mec/meta_boxes/search_form.php:805
|
3316 |
#: app/features/mec/meta_boxes/search_form.php:812
|
3317 |
#: app/features/mec/meta_boxes/search_form.php:819
|
3318 |
-
#: app/features/mec/modules.php:124 app/features/mec/settings.php:
|
3319 |
-
#: app/features/mec/settings.php:
|
3320 |
msgid "Disabled"
|
3321 |
msgstr "Zakázaný"
|
3322 |
|
3323 |
-
#: app/features/mec/booking.php:
|
3324 |
msgid ""
|
3325 |
"If you set limit for total tickets that users can book, MEC will use IP and "
|
3326 |
"email to prevent users to book high tickets. You can disable the IP "
|
3327 |
"restriction if you don't need it."
|
3328 |
msgstr ""
|
3329 |
|
3330 |
-
#: app/features/mec/booking.php:
|
3331 |
msgid "Maximum Dates"
|
3332 |
msgstr "Maximum termínů"
|
3333 |
|
3334 |
-
#: app/features/mec/booking.php:
|
3335 |
msgid "Default is 6"
|
3336 |
msgstr "Výchozí je 6"
|
3337 |
|
3338 |
-
#: app/features/mec/booking.php:
|
3339 |
msgid "Show Booking Form Interval"
|
3340 |
msgstr "Zobrazit Interval rezervačního formuláře"
|
3341 |
|
3342 |
-
#: app/features/mec/booking.php:
|
3343 |
msgid "Minutes (e.g 5)"
|
3344 |
msgstr "Minuty (např. 5)"
|
3345 |
|
3346 |
-
#: app/features/mec/booking.php:
|
3347 |
#, fuzzy
|
3348 |
#| msgid ""
|
3349 |
#| "You can show booking form only at certain time before event start. If you "
|
@@ -3358,12 +3386,12 @@ msgstr ""
|
|
3358 |
"Pokud nastavíte tuto možnost na 30, rezervační formulář se otevře pouze 30 "
|
3359 |
"minut před zahájením akce!"
|
3360 |
|
3361 |
-
#: app/features/mec/booking.php:
|
3362 |
-
#: app/features/mec/settings.php:
|
3363 |
msgid "Thank You Page"
|
3364 |
msgstr "Stránka s poděkováním"
|
3365 |
|
3366 |
-
#: app/features/mec/booking.php:
|
3367 |
msgid ""
|
3368 |
"User redirects to this page after booking. Leave it empty if you want to "
|
3369 |
"disable it."
|
@@ -3371,16 +3399,16 @@ msgstr ""
|
|
3371 |
"Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
|
3372 |
"vypnout, ponechte ji prázdnou."
|
3373 |
|
3374 |
-
#: app/features/mec/booking.php:
|
3375 |
-
#: app/features/mec/settings.php:
|
3376 |
msgid "Thank You Page Time Interval"
|
3377 |
msgstr "Stránka s poděkováním časového intervalu"
|
3378 |
|
3379 |
-
#: app/features/mec/booking.php:
|
3380 |
msgid "2000 mean 2 seconds"
|
3381 |
msgstr "2000 znamená 2 vteřiny"
|
3382 |
|
3383 |
-
#: app/features/mec/booking.php:
|
3384 |
msgid ""
|
3385 |
"Waiting time before redirecting to thank you page. It's in miliseconds so "
|
3386 |
"2000 means 2 seconds."
|
@@ -3388,74 +3416,84 @@ msgstr ""
|
|
3388 |
"Čekací doba před přesměrováním na stránku s poděkováním. Je to v "
|
3389 |
"milisekundách, takže 2000 znamená 2 vteřiny."
|
3390 |
|
3391 |
-
#: app/features/mec/booking.php:
|
3392 |
#, fuzzy
|
3393 |
#| msgid "User Profile"
|
3394 |
msgid "User Role"
|
3395 |
msgstr "Uživatelský profil"
|
3396 |
|
3397 |
-
#: app/features/mec/booking.php:
|
3398 |
msgid ""
|
3399 |
"MEC creates a user for main attendee after each booking. Default role of the "
|
3400 |
"user is subscriber but you can change it if needed."
|
3401 |
msgstr ""
|
3402 |
|
3403 |
-
#: app/features/mec/booking.php:
|
3404 |
msgid "Enable Express Attendees Form"
|
3405 |
msgstr "Povolit formulář Expres účastníci"
|
3406 |
|
3407 |
-
#: app/features/mec/booking.php:
|
3408 |
msgid "Attendees Form"
|
3409 |
msgstr "Formulář účastníků"
|
3410 |
|
3411 |
-
#: app/features/mec/booking.php:
|
3412 |
msgid ""
|
3413 |
"Apply the info from the first attendee to all purchased ticket by that user. "
|
3414 |
"Uncheck if you want every ticket to have its own attendee’s info."
|
3415 |
msgstr ""
|
3416 |
|
3417 |
-
#: app/features/mec/booking.php:
|
3418 |
msgid "Enable Invoice"
|
3419 |
msgstr "Povolit fakturu"
|
3420 |
|
3421 |
-
#: app/features/mec/booking.php:
|
3422 |
msgid "Enable Booking for Ongoing Events"
|
3423 |
msgstr "Povolit rezervaci pro probíhající události"
|
3424 |
|
3425 |
-
#: app/features/mec/booking.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3426 |
msgid "Email verification"
|
3427 |
msgstr "Ověřovací email"
|
3428 |
|
3429 |
-
#: app/features/mec/booking.php:
|
3430 |
msgid "Auto verification for free bookings"
|
3431 |
msgstr "Automatické ověření pro rezervace zdarma"
|
3432 |
|
3433 |
-
#: app/features/mec/booking.php:
|
3434 |
msgid "Auto verification for paid bookings"
|
3435 |
msgstr "Automatické ověření pro placené rezervace"
|
3436 |
|
3437 |
-
#: app/features/mec/booking.php:
|
3438 |
#: app/libraries/main.php:582
|
3439 |
msgid "Booking Confirmation"
|
3440 |
msgstr "Potvrzení rezervace"
|
3441 |
|
3442 |
-
#: app/features/mec/booking.php:
|
3443 |
msgid "Auto confirmation for free bookings"
|
3444 |
msgstr "Automatické potvrzení pro rezervace zdarma"
|
3445 |
|
3446 |
-
#: app/features/mec/booking.php:
|
3447 |
msgid "Auto confirmation for paid bookings"
|
3448 |
msgstr "Automatické ověření pro placené rezervace"
|
3449 |
|
3450 |
-
#: app/features/mec/booking.php:
|
3451 |
msgid "Send confirmation email in auto confirmation mode"
|
3452 |
msgstr ""
|
3453 |
|
3454 |
-
#: app/features/mec/booking.php:
|
3455 |
msgid "Enable coupons module"
|
3456 |
msgstr "Povolit modul vstupenek"
|
3457 |
|
3458 |
-
#: app/features/mec/booking.php:
|
3459 |
#, fuzzy
|
3460 |
#| msgid ""
|
3461 |
#| "After enabling and saving the settings,, you should reload the page to "
|
@@ -3467,35 +3505,35 @@ msgstr ""
|
|
3467 |
"Po povolení a uložení nastavení byste měli stránku znovu načíst a zobrazit "
|
3468 |
"novou nabídku na řídícím panelu > Rezervace"
|
3469 |
|
3470 |
-
#: app/features/mec/booking.php:
|
3471 |
msgid "Taxes / Fees"
|
3472 |
msgstr "Daně / poplatky"
|
3473 |
|
3474 |
-
#: app/features/mec/booking.php:
|
3475 |
msgid "Enable taxes / fees module"
|
3476 |
msgstr "Povolit modul daní / poplatků"
|
3477 |
|
3478 |
-
#: app/features/mec/booking.php:
|
3479 |
msgid "Add Fee"
|
3480 |
msgstr "Přidat poplatek"
|
3481 |
|
3482 |
-
#: app/features/mec/booking.php:
|
3483 |
msgid "Ticket Variations & Options"
|
3484 |
msgstr "Varianty a možnosti vstupenek"
|
3485 |
|
3486 |
-
#: app/features/mec/booking.php:
|
3487 |
msgid "Enable ticket options module"
|
3488 |
msgstr "Povolit modul možností vstupenek"
|
3489 |
|
3490 |
-
#: app/features/mec/booking.php:
|
3491 |
msgid "Add Variation / Option"
|
3492 |
msgstr "Přidat varianty / možnosti"
|
3493 |
|
3494 |
-
#: app/features/mec/booking.php:
|
3495 |
msgid "Enable Organizer Payment Module"
|
3496 |
msgstr "Povolit platební modul organizátora"
|
3497 |
|
3498 |
-
#: app/features/mec/booking.php:
|
3499 |
msgid ""
|
3500 |
"By enabling this module, organizers are able to insert their own payment "
|
3501 |
"credentials for enabled gateways per event and receive the payments directly!"
|
@@ -3503,31 +3541,31 @@ msgstr ""
|
|
3503 |
"Po aktivaci tohoto modulu mohou organizátoři vkládat své vlastní platební "
|
3504 |
"údaje pro povolené brány pro události a přijímat platby přímo!"
|
3505 |
|
3506 |
-
#: app/features/mec/booking.php:
|
3507 |
-
#: app/features/mec/modules.php:398 app/features/mec/notifications.php:
|
3508 |
-
#: app/features/mec/settings.php:
|
3509 |
#: app/features/mec/styles.php:60 app/features/mec/styling.php:311
|
3510 |
msgid "Saved"
|
3511 |
msgstr "Uloženo"
|
3512 |
|
3513 |
-
#: app/features/mec/booking.php:
|
3514 |
-
#: app/features/mec/modules.php:399 app/features/mec/notifications.php:
|
3515 |
-
#: app/features/mec/settings.php:
|
3516 |
#: app/features/mec/styles.php:61 app/features/mec/styling.php:312
|
3517 |
msgid "Settings Saved!"
|
3518 |
msgstr "Nastavení uložena!"
|
3519 |
|
3520 |
-
#: app/features/mec/booking.php:
|
3521 |
#: app/features/mec/modules.php:401 app/features/mec/modules.php:423
|
3522 |
-
#: app/features/mec/notifications.php:
|
3523 |
-
#: app/features/mec/notifications.php:
|
3524 |
-
#: app/features/mec/settings.php:
|
3525 |
-
#: app/features/mec/single.php:408 app/libraries/main.php:
|
3526 |
msgid "Verified"
|
3527 |
msgstr "Ověřeno"
|
3528 |
|
3529 |
-
#: app/features/mec/booking.php:
|
3530 |
-
#: app/features/mec/notifications.php:
|
3531 |
#: app/features/mec/single.php:410
|
3532 |
msgid "Please Refresh Page"
|
3533 |
msgstr "Prosím obnovte stránku"
|
@@ -3542,7 +3580,7 @@ msgstr "Vítejte %s"
|
|
3542 |
msgid "%s - Most Powerful & Easy to Use Events Management System"
|
3543 |
msgstr "%s - Nejvýkonnější a snadno použitelný systém pro správu událostí"
|
3544 |
|
3545 |
-
#: app/features/mec/dashboard.php:65 app/libraries/factory.php:
|
3546 |
msgctxt "plugin rate"
|
3547 |
msgid "Rate the plugin ★★★★★"
|
3548 |
msgstr "Ohodnoťe doplněk ★★★★★"
|
@@ -3588,11 +3626,11 @@ msgstr "WordPress"
|
|
3588 |
msgid "Copouns!"
|
3589 |
msgstr "Kupóny!"
|
3590 |
|
3591 |
-
#: app/features/mec/dashboard.php:
|
3592 |
msgid "Getting started with Modern Events Calendar"
|
3593 |
msgstr "Začínáme s Modern Events Calendar"
|
3594 |
|
3595 |
-
#: app/features/mec/dashboard.php:
|
3596 |
msgid ""
|
3597 |
"In this short video, you can learn how to make an event and put a calendar "
|
3598 |
"on your website. Please watch this 2 minutes video to the end."
|
@@ -3600,19 +3638,19 @@ msgstr ""
|
|
3600 |
"V tomto krátkém videu se dozvíte, jak vytvořit událost a umístit kalendář na "
|
3601 |
"svoje stránky. Sledujte prosím toto 2minutové video až do konce."
|
3602 |
|
3603 |
-
#: app/features/mec/dashboard.php:
|
3604 |
msgid "MEC Activate"
|
3605 |
msgstr "MEC aktivace"
|
3606 |
|
3607 |
-
#: app/features/mec/dashboard.php:
|
3608 |
msgid "Activate Addons"
|
3609 |
msgstr "Aktivovat doplňky"
|
3610 |
|
3611 |
-
#: app/features/mec/dashboard.php:
|
3612 |
msgid "You cannot access this section."
|
3613 |
msgstr "Nemáte přístup do této části."
|
3614 |
|
3615 |
-
#: app/features/mec/dashboard.php:
|
3616 |
msgid ""
|
3617 |
"In order to use all plugin features and options, please enter your purchase "
|
3618 |
"code."
|
@@ -3620,11 +3658,11 @@ msgstr ""
|
|
3620 |
"Chcete-li využívat všechny funkce a možnosti doplňku, zadejte prosím "
|
3621 |
"zakoupený kód."
|
3622 |
|
3623 |
-
#: app/features/mec/dashboard.php:
|
3624 |
msgid "Popular Gateways"
|
3625 |
msgstr "Oblíbené platební brány"
|
3626 |
|
3627 |
-
#: app/features/mec/dashboard.php:
|
3628 |
msgid "Change Log"
|
3629 |
msgstr "Změna logu"
|
3630 |
|
@@ -3688,9 +3726,9 @@ msgstr "Vzhled"
|
|
3688 |
#: app/features/mec/meta_boxes/display_options.php:909
|
3689 |
#: app/features/mec/meta_boxes/display_options.php:1200
|
3690 |
#: app/features/mec/meta_boxes/display_options.php:1470
|
3691 |
-
#: app/features/mec/settings.php:
|
3692 |
-
#: app/features/mec/settings.php:
|
3693 |
-
#: app/features/mec/settings.php:
|
3694 |
#: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
|
3695 |
#: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
|
3696 |
#: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
|
@@ -3701,8 +3739,8 @@ msgstr "Klasický"
|
|
3701 |
|
3702 |
#: app/features/mec/meta_boxes/display_options.php:43
|
3703 |
#: app/features/mec/meta_boxes/display_options.php:270
|
3704 |
-
#: app/features/mec/settings.php:
|
3705 |
-
#: app/features/mec/settings.php:
|
3706 |
#: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
|
3707 |
msgid "Minimal"
|
3708 |
msgstr "Minimální"
|
@@ -3713,10 +3751,10 @@ msgstr "Minimální"
|
|
3713 |
#: app/features/mec/meta_boxes/display_options.php:911
|
3714 |
#: app/features/mec/meta_boxes/display_options.php:1198
|
3715 |
#: app/features/mec/meta_boxes/display_options.php:1472
|
3716 |
-
#: app/features/mec/settings.php:
|
3717 |
-
#: app/features/mec/settings.php:
|
3718 |
-
#: app/features/mec/settings.php:
|
3719 |
-
#: app/features/mec/settings.php:
|
3720 |
#: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
|
3721 |
#: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
|
3722 |
#: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
|
@@ -3724,13 +3762,13 @@ msgid "Modern"
|
|
3724 |
msgstr "Moderní"
|
3725 |
|
3726 |
#: app/features/mec/meta_boxes/display_options.php:45
|
3727 |
-
#: app/features/mec/settings.php:
|
3728 |
#: app/features/popup/shortcode.php:83
|
3729 |
msgid "Standard"
|
3730 |
msgstr "Standardní"
|
3731 |
|
3732 |
#: app/features/mec/meta_boxes/display_options.php:46
|
3733 |
-
#: app/features/mec/settings.php:
|
3734 |
#: app/features/popup/shortcode.php:88
|
3735 |
msgid "Accordion"
|
3736 |
msgstr "Akordeon"
|
@@ -4085,9 +4123,9 @@ msgstr "Přepínač pro oddělovník měsíce"
|
|
4085 |
#: app/features/mec/meta_boxes/display_options.php:910
|
4086 |
#: app/features/mec/meta_boxes/display_options.php:1199
|
4087 |
#: app/features/mec/meta_boxes/display_options.php:1471
|
4088 |
-
#: app/features/mec/settings.php:
|
4089 |
-
#: app/features/mec/settings.php:
|
4090 |
-
#: app/features/mec/settings.php:
|
4091 |
#: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
|
4092 |
#: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
|
4093 |
#: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
|
@@ -4097,8 +4135,8 @@ msgstr "Čistý"
|
|
4097 |
#: app/features/mec/meta_boxes/display_options.php:272
|
4098 |
#: app/features/mec/meta_boxes/display_options.php:652
|
4099 |
#: app/features/mec/meta_boxes/display_options.php:913
|
4100 |
-
#: app/features/mec/settings.php:
|
4101 |
-
#: app/features/mec/settings.php:
|
4102 |
#: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
|
4103 |
#: app/features/popup/shortcode.php:219
|
4104 |
msgid "Simple"
|
@@ -4112,8 +4150,8 @@ msgstr "Plněbarevný"
|
|
4112 |
#: app/features/mec/meta_boxes/display_options.php:274
|
4113 |
#: app/features/mec/meta_boxes/display_options.php:651
|
4114 |
#: app/features/mec/meta_boxes/display_options.php:912
|
4115 |
-
#: app/features/mec/settings.php:
|
4116 |
-
#: app/features/mec/settings.php:
|
4117 |
#: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
|
4118 |
#: app/features/popup/shortcode.php:214
|
4119 |
msgid "Novel"
|
@@ -4163,15 +4201,15 @@ msgstr "Výchozí zobrazení"
|
|
4163 |
|
4164 |
#: app/features/mec/meta_boxes/display_options.php:638
|
4165 |
#: app/features/mec/meta_boxes/display_options.php:662
|
4166 |
-
#: app/libraries/main.php:330 app/libraries/main.php:
|
4167 |
-
#: app/libraries/main.php:
|
4168 |
msgid "List View"
|
4169 |
msgstr "Zobrazení seznamu"
|
4170 |
|
4171 |
#: app/features/mec/meta_boxes/display_options.php:639
|
4172 |
#: app/features/mec/meta_boxes/display_options.php:683
|
4173 |
-
#: app/libraries/main.php:331 app/libraries/main.php:
|
4174 |
-
#: app/libraries/main.php:
|
4175 |
msgid "Grid View"
|
4176 |
msgstr "Zobrazení mřížky"
|
4177 |
|
@@ -4185,8 +4223,8 @@ msgstr "Zobrazení rozvrhu"
|
|
4185 |
|
4186 |
#: app/features/mec/meta_boxes/display_options.php:641
|
4187 |
#: app/features/mec/meta_boxes/display_options.php:704
|
4188 |
-
#: app/libraries/main.php:334 app/libraries/main.php:
|
4189 |
-
#: app/libraries/main.php:
|
4190 |
msgid "Yearly View"
|
4191 |
msgstr "Roční zobrazení"
|
4192 |
|
@@ -4197,15 +4235,15 @@ msgstr "Měsíční / kalendářní zobrazení"
|
|
4197 |
|
4198 |
#: app/features/mec/meta_boxes/display_options.php:643
|
4199 |
#: app/features/mec/meta_boxes/display_options.php:753
|
4200 |
-
#: app/libraries/main.php:337 app/libraries/main.php:
|
4201 |
-
#: app/libraries/main.php:
|
4202 |
msgid "Weekly View"
|
4203 |
msgstr "Týdenní zobrazení"
|
4204 |
|
4205 |
#: app/features/mec/meta_boxes/display_options.php:644
|
4206 |
#: app/features/mec/meta_boxes/display_options.php:763
|
4207 |
-
#: app/libraries/main.php:336 app/libraries/main.php:
|
4208 |
-
#: app/libraries/main.php:
|
4209 |
msgid "Daily View"
|
4210 |
msgstr "Denní zobrazení"
|
4211 |
|
@@ -4620,7 +4658,7 @@ msgstr "Vložte požadované tagy oddělené čárkou."
|
|
4620 |
msgid "Choose your desired authors for filtering the events."
|
4621 |
msgstr "Vyberte požadované autory pro filtrování událostí."
|
4622 |
|
4623 |
-
#: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:
|
4624 |
msgid "Expired Events"
|
4625 |
msgstr "Události vypršely"
|
4626 |
|
@@ -4700,10 +4738,10 @@ msgstr "Zobrazit vyhledávací formulář"
|
|
4700 |
#: app/features/mec/meta_boxes/search_form.php:606
|
4701 |
#: app/features/mec/meta_boxes/search_form.php:676
|
4702 |
#: app/features/mec/meta_boxes/search_form.php:782
|
4703 |
-
#: app/features/mec/settings.php:
|
4704 |
#: app/features/search.php:86 app/features/speakers.php:61
|
4705 |
-
#: app/features/speakers.php:269 app/libraries/main.php:
|
4706 |
-
#: app/libraries/main.php:
|
4707 |
#: app/modules/speakers/details.php:18
|
4708 |
msgid "Speaker"
|
4709 |
msgstr "Řečník"
|
@@ -4719,8 +4757,8 @@ msgstr "Řečník"
|
|
4719 |
#: app/features/mec/meta_boxes/search_form.php:613
|
4720 |
#: app/features/mec/meta_boxes/search_form.php:683
|
4721 |
#: app/features/mec/meta_boxes/search_form.php:789
|
4722 |
-
#: app/features/mec/settings.php:
|
4723 |
-
#: app/features/search.php:92 app/libraries/skins.php:
|
4724 |
msgid "Tag"
|
4725 |
msgstr "Štítek"
|
4726 |
|
@@ -4839,8 +4877,8 @@ msgstr "Google Maps API"
|
|
4839 |
msgid "Google Map Options"
|
4840 |
msgstr "Možnosti Google Maps"
|
4841 |
|
4842 |
-
#: app/features/mec/modules.php:85 app/features/mec/settings.php:
|
4843 |
-
#: app/features/mec/settings.php:
|
4844 |
msgid "Required!"
|
4845 |
msgstr "Požadované!"
|
4846 |
|
@@ -5033,500 +5071,508 @@ msgstr "Povolit upozornění na rezervaci"
|
|
5033 |
msgid "Sent to attendee after booking to notify them."
|
5034 |
msgstr "Po rezervaci odešle účastníkovi informační upozornění."
|
5035 |
|
5036 |
-
#: app/features/mec/notifications.php:43 app/features/mec/notifications.php:
|
5037 |
-
#: app/features/mec/notifications.php:
|
5038 |
-
#: app/features/mec/notifications.php:
|
5039 |
-
#: app/features/mec/notifications.php:
|
5040 |
-
#: app/features/mec/notifications.php:
|
5041 |
-
#: app/features/mec/notifications.php:
|
5042 |
-
#: app/features/mec/notifications.php:
|
5043 |
msgid "Email Subject"
|
5044 |
msgstr "Předmět emailové zprávy"
|
5045 |
|
5046 |
#: app/features/mec/notifications.php:49 app/features/mec/notifications.php:56
|
5047 |
-
#: app/features/mec/notifications.php:
|
5048 |
-
#: app/features/mec/notifications.php:
|
5049 |
-
#: app/features/mec/notifications.php:
|
5050 |
-
#: app/features/mec/notifications.php:
|
5051 |
-
#: app/features/mec/notifications.php:
|
5052 |
-
#: app/features/mec/notifications.php:
|
5053 |
-
#: app/features/mec/notifications.php:
|
5054 |
-
#: app/features/mec/notifications.php:
|
5055 |
-
#: app/features/mec/notifications.php:
|
5056 |
-
#: app/features/mec/notifications.php:
|
5057 |
-
#: app/features/mec/notifications.php:
|
5058 |
-
#: app/features/mec/notifications.php:
|
5059 |
-
#: app/features/mec/notifications.php:
|
5060 |
-
#: app/features/mec/notifications.php:
|
5061 |
msgid "Receiver Users"
|
5062 |
msgstr ""
|
5063 |
|
5064 |
-
#: app/features/mec/notifications.php:57 app/features/mec/notifications.php:
|
5065 |
-
#: app/features/mec/notifications.php:
|
5066 |
-
#: app/features/mec/notifications.php:
|
5067 |
-
#: app/features/mec/notifications.php:
|
5068 |
-
#: app/features/mec/notifications.php:
|
5069 |
-
#: app/features/mec/notifications.php:
|
5070 |
-
#: app/features/mec/notifications.php:
|
5071 |
msgid "Select users to send a copy of email to them!"
|
5072 |
msgstr ""
|
5073 |
|
5074 |
#: app/features/mec/notifications.php:66 app/features/mec/notifications.php:73
|
5075 |
-
#: app/features/mec/notifications.php:
|
5076 |
-
#: app/features/mec/notifications.php:
|
5077 |
-
#: app/features/mec/notifications.php:
|
5078 |
-
#: app/features/mec/notifications.php:
|
5079 |
-
#: app/features/mec/notifications.php:
|
5080 |
-
#: app/features/mec/notifications.php:
|
5081 |
-
#: app/features/mec/notifications.php:
|
5082 |
-
#: app/features/mec/notifications.php:
|
5083 |
-
#: app/features/mec/notifications.php:
|
5084 |
-
#: app/features/mec/notifications.php:
|
5085 |
-
#: app/features/mec/notifications.php:
|
5086 |
-
#: app/features/mec/notifications.php:
|
5087 |
-
#: app/features/mec/notifications.php:
|
5088 |
-
#: app/features/mec/notifications.php:
|
5089 |
msgid "Receiver Roles"
|
5090 |
msgstr ""
|
5091 |
|
5092 |
-
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:
|
5093 |
-
#: app/features/mec/notifications.php:
|
5094 |
-
#: app/features/mec/notifications.php:
|
5095 |
-
#: app/features/mec/notifications.php:
|
5096 |
-
#: app/features/mec/notifications.php:
|
5097 |
-
#: app/features/mec/notifications.php:
|
5098 |
-
#: app/features/mec/notifications.php:
|
5099 |
msgid "Select users a specific role."
|
5100 |
msgstr ""
|
5101 |
|
5102 |
#: app/features/mec/notifications.php:82 app/features/mec/notifications.php:86
|
5103 |
-
#: app/features/mec/notifications.php:
|
5104 |
-
#: app/features/mec/notifications.php:
|
5105 |
-
#: app/features/mec/notifications.php:
|
5106 |
-
#: app/features/mec/notifications.php:
|
5107 |
-
#: app/features/mec/notifications.php:
|
5108 |
-
#: app/features/mec/notifications.php:
|
5109 |
-
#: app/features/mec/notifications.php:518
|
5110 |
#: app/features/mec/notifications.php:522
|
5111 |
-
#: app/features/mec/notifications.php:
|
5112 |
-
#: app/features/mec/notifications.php:
|
5113 |
-
#: app/features/mec/notifications.php:
|
5114 |
-
#: app/features/mec/notifications.php:
|
5115 |
-
#: app/features/mec/notifications.php:
|
5116 |
-
#: app/features/mec/notifications.php:
|
5117 |
-
#: app/features/mec/notifications.php:
|
5118 |
msgid "Custom Recipients"
|
5119 |
msgstr "Vlastní příjemci"
|
5120 |
|
5121 |
-
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:
|
5122 |
-
#: app/features/mec/notifications.php:
|
5123 |
-
#: app/features/mec/notifications.php:
|
5124 |
-
#: app/features/mec/notifications.php:
|
5125 |
-
#: app/features/mec/notifications.php:
|
5126 |
-
#: app/features/mec/notifications.php:
|
5127 |
-
#: app/features/mec/notifications.php:
|
5128 |
msgid "Insert comma separated emails for multiple recipients."
|
5129 |
msgstr "Vložte e-maily oddělené čárkami pro více příjemců."
|
5130 |
|
5131 |
-
#: app/features/mec/notifications.php:94 app/features/mec/notifications.php:
|
5132 |
-
#: app/features/mec/notifications.php:
|
5133 |
msgid "Send the email to event organizer"
|
5134 |
msgstr "Pošlete e-mail organizátorovi události"
|
5135 |
|
5136 |
-
#: app/features/mec/notifications.php:97 app/features/mec/notifications.php:
|
5137 |
-
#: app/features/mec/notifications.php:
|
5138 |
-
#: app/features/mec/notifications.php:
|
5139 |
-
#: app/features/mec/notifications.php:
|
5140 |
-
#: app/features/mec/notifications.php:
|
5141 |
-
#: app/features/mec/notifications.php:
|
5142 |
-
#: app/features/mec/notifications.php:
|
5143 |
msgid "Email Content"
|
5144 |
msgstr "Obsah zprávy"
|
5145 |
|
5146 |
#: app/features/mec/notifications.php:100
|
5147 |
-
#: app/features/mec/notifications.php:
|
5148 |
-
#: app/features/mec/notifications.php:
|
5149 |
-
#: app/features/mec/notifications.php:
|
5150 |
-
#: app/features/mec/notifications.php:
|
5151 |
-
#: app/features/mec/notifications.php:
|
5152 |
-
#: app/features/mec/notifications.php:
|
5153 |
-
#: app/features/mec/notifications.php:
|
5154 |
#, fuzzy
|
5155 |
#| msgid "You can use following placeholders"
|
5156 |
msgid "You can use the following placeholders"
|
5157 |
msgstr "Můžete použít následující zástupné symboly"
|
5158 |
|
5159 |
#: app/features/mec/notifications.php:102
|
5160 |
-
#: app/features/mec/notifications.php:
|
5161 |
-
#: app/features/mec/notifications.php:
|
5162 |
-
#: app/features/mec/notifications.php:
|
5163 |
-
#: app/features/mec/notifications.php:
|
5164 |
-
#: app/features/mec/notifications.php:
|
5165 |
msgid "First name of attendee"
|
5166 |
msgstr "První jméno účastníka"
|
5167 |
|
5168 |
#: app/features/mec/notifications.php:103
|
5169 |
-
#: app/features/mec/notifications.php:
|
5170 |
-
#: app/features/mec/notifications.php:
|
5171 |
-
#: app/features/mec/notifications.php:
|
5172 |
-
#: app/features/mec/notifications.php:
|
5173 |
-
#: app/features/mec/notifications.php:
|
5174 |
msgid "Last name of attendee"
|
5175 |
msgstr "Příjmení účastníka"
|
5176 |
|
5177 |
#: app/features/mec/notifications.php:104
|
5178 |
-
#: app/features/mec/notifications.php:
|
5179 |
-
#: app/features/mec/notifications.php:
|
5180 |
-
#: app/features/mec/notifications.php:
|
5181 |
-
#: app/features/mec/notifications.php:
|
5182 |
-
#: app/features/mec/notifications.php:
|
5183 |
msgid "Email of attendee"
|
5184 |
msgstr "Email účastníka"
|
5185 |
|
5186 |
#: app/features/mec/notifications.php:105
|
5187 |
-
#: app/features/mec/notifications.php:
|
5188 |
-
#: app/features/mec/notifications.php:
|
5189 |
-
#: app/features/mec/notifications.php:
|
5190 |
-
#: app/features/mec/notifications.php:
|
5191 |
-
#: app/features/mec/notifications.php:
|
5192 |
msgid "Booked date of event"
|
5193 |
msgstr "Datum rezervace akce"
|
5194 |
|
5195 |
#: app/features/mec/notifications.php:106
|
5196 |
-
#: app/features/mec/notifications.php:
|
5197 |
-
#: app/features/mec/notifications.php:
|
5198 |
-
#: app/features/mec/notifications.php:
|
5199 |
-
#: app/features/mec/notifications.php:
|
5200 |
-
#: app/features/mec/notifications.php:
|
5201 |
msgid "Booked time of event"
|
5202 |
msgstr "Čas rezervace akce"
|
5203 |
|
5204 |
#: app/features/mec/notifications.php:107
|
5205 |
-
#: app/features/mec/notifications.php:
|
5206 |
-
#: app/features/mec/notifications.php:
|
5207 |
-
#: app/features/mec/notifications.php:
|
5208 |
-
#: app/features/mec/notifications.php:
|
5209 |
-
#: app/features/mec/notifications.php:
|
5210 |
msgid "Booking Price"
|
5211 |
msgstr "Cena rezervace"
|
5212 |
|
5213 |
#: app/features/mec/notifications.php:108
|
5214 |
-
#: app/features/mec/notifications.php:
|
5215 |
-
#: app/features/mec/notifications.php:
|
5216 |
-
#: app/features/mec/notifications.php:
|
5217 |
-
#: app/features/mec/notifications.php:
|
5218 |
-
#: app/features/mec/notifications.php:
|
5219 |
#, fuzzy
|
5220 |
#| msgid "Cannot find the booking!"
|
5221 |
msgid "Date and time of booking"
|
5222 |
msgstr "Nemohu najít rezervaci!"
|
5223 |
|
5224 |
#: app/features/mec/notifications.php:109
|
5225 |
-
#: app/features/mec/notifications.php:
|
5226 |
-
#: app/features/mec/notifications.php:
|
5227 |
-
#: app/features/mec/notifications.php:
|
5228 |
-
#: app/features/mec/notifications.php:
|
5229 |
-
#: app/features/mec/notifications.php:
|
5230 |
-
#: app/features/mec/notifications.php:
|
5231 |
-
#: app/features/mec/notifications.php:
|
5232 |
msgid "Your website title"
|
5233 |
msgstr "Název vašeho webu"
|
5234 |
|
5235 |
#: app/features/mec/notifications.php:110
|
5236 |
-
#: app/features/mec/notifications.php:
|
5237 |
-
#: app/features/mec/notifications.php:
|
5238 |
-
#: app/features/mec/notifications.php:
|
5239 |
-
#: app/features/mec/notifications.php:
|
5240 |
-
#: app/features/mec/notifications.php:
|
5241 |
-
#: app/features/mec/notifications.php:
|
5242 |
-
#: app/features/mec/notifications.php:
|
5243 |
msgid "Your website URL"
|
5244 |
msgstr "URL vašeho webu"
|
5245 |
|
5246 |
#: app/features/mec/notifications.php:111
|
5247 |
-
#: app/features/mec/notifications.php:
|
5248 |
-
#: app/features/mec/notifications.php:
|
5249 |
-
#: app/features/mec/notifications.php:
|
5250 |
-
#: app/features/mec/notifications.php:
|
5251 |
-
#: app/features/mec/notifications.php:
|
5252 |
-
#: app/features/mec/notifications.php:
|
5253 |
-
#: app/features/mec/notifications.php:
|
5254 |
msgid "Your website description"
|
5255 |
msgstr "Popis vašeho webu"
|
5256 |
|
5257 |
#: app/features/mec/notifications.php:112
|
5258 |
-
#: app/features/mec/notifications.php:
|
5259 |
-
#: app/features/mec/notifications.php:
|
5260 |
-
#: app/features/mec/notifications.php:
|
5261 |
-
#: app/features/mec/notifications.php:
|
5262 |
-
#: app/features/mec/notifications.php:
|
5263 |
msgid "Event title"
|
5264 |
msgstr "Název události"
|
5265 |
|
5266 |
#: app/features/mec/notifications.php:113
|
5267 |
-
#: app/features/mec/notifications.php:
|
5268 |
-
#: app/features/mec/notifications.php:
|
5269 |
-
#: app/features/mec/notifications.php:
|
5270 |
-
#: app/features/mec/notifications.php:
|
5271 |
-
#: app/features/mec/notifications.php:
|
5272 |
msgid "Event link"
|
5273 |
msgstr "Odkaz události"
|
5274 |
|
5275 |
#: app/features/mec/notifications.php:114
|
5276 |
-
#: app/features/mec/notifications.php:
|
5277 |
-
#: app/features/mec/notifications.php:
|
5278 |
-
#: app/features/mec/notifications.php:
|
5279 |
-
#: app/features/mec/notifications.php:
|
5280 |
#, fuzzy
|
5281 |
#| msgid "Start Date"
|
5282 |
msgid "Event Start Date"
|
5283 |
msgstr "Počátečná den"
|
5284 |
|
5285 |
#: app/features/mec/notifications.php:115
|
5286 |
-
#: app/features/mec/notifications.php:
|
5287 |
-
#: app/features/mec/notifications.php:
|
5288 |
-
#: app/features/mec/notifications.php:
|
5289 |
-
#: app/features/mec/notifications.php:
|
5290 |
#, fuzzy
|
5291 |
#| msgid "End Date"
|
5292 |
msgid "Event End Date"
|
5293 |
msgstr "Konečný den"
|
5294 |
|
5295 |
#: app/features/mec/notifications.php:116
|
5296 |
-
#: app/features/mec/notifications.php:
|
5297 |
-
#: app/features/mec/notifications.php:
|
5298 |
-
#: app/features/mec/notifications.php:
|
5299 |
-
#: app/features/mec/notifications.php:
|
5300 |
-
#: app/features/mec/notifications.php:
|
5301 |
msgid "Speaker name of booked event"
|
5302 |
msgstr "Jméno řečníka rezervované události"
|
5303 |
|
5304 |
#: app/features/mec/notifications.php:117
|
5305 |
-
#: app/features/mec/notifications.php:
|
5306 |
-
#: app/features/mec/notifications.php:
|
5307 |
-
#: app/features/mec/notifications.php:
|
5308 |
-
#: app/features/mec/notifications.php:
|
5309 |
-
#: app/features/mec/notifications.php:
|
5310 |
msgid "Organizer name of booked event"
|
5311 |
msgstr "Jméno organizátora rezervované události"
|
5312 |
|
5313 |
#: app/features/mec/notifications.php:118
|
5314 |
-
#: app/features/mec/notifications.php:
|
5315 |
-
#: app/features/mec/notifications.php:
|
5316 |
-
#: app/features/mec/notifications.php:
|
5317 |
-
#: app/features/mec/notifications.php:
|
5318 |
-
#: app/features/mec/notifications.php:
|
5319 |
msgid "Organizer tel of booked event"
|
5320 |
msgstr "Telefon organizátora rezervované události"
|
5321 |
|
5322 |
#: app/features/mec/notifications.php:119
|
5323 |
-
#: app/features/mec/notifications.php:
|
5324 |
-
#: app/features/mec/notifications.php:
|
5325 |
-
#: app/features/mec/notifications.php:
|
5326 |
-
#: app/features/mec/notifications.php:
|
5327 |
-
#: app/features/mec/notifications.php:
|
5328 |
msgid "Organizer email of booked event"
|
5329 |
msgstr "Email organizátora rezervované události"
|
5330 |
|
5331 |
#: app/features/mec/notifications.php:120
|
5332 |
-
#: app/features/mec/notifications.php:
|
5333 |
-
#: app/features/mec/notifications.php:
|
5334 |
-
#: app/features/mec/notifications.php:
|
5335 |
-
#: app/features/mec/notifications.php:
|
5336 |
-
#: app/features/mec/notifications.php:
|
5337 |
msgid "Location name of booked event"
|
5338 |
msgstr "Název místa rezervované události"
|
5339 |
|
5340 |
#: app/features/mec/notifications.php:121
|
5341 |
-
#: app/features/mec/notifications.php:
|
5342 |
-
#: app/features/mec/notifications.php:
|
5343 |
-
#: app/features/mec/notifications.php:
|
5344 |
-
#: app/features/mec/notifications.php:
|
5345 |
-
#: app/features/mec/notifications.php:
|
5346 |
msgid "Location address of booked event"
|
5347 |
msgstr "Adresa místa rezervované události"
|
5348 |
|
5349 |
#: app/features/mec/notifications.php:122
|
5350 |
-
#: app/features/mec/notifications.php:
|
5351 |
-
#: app/features/mec/notifications.php:
|
5352 |
-
#: app/features/mec/notifications.php:
|
5353 |
-
#: app/features/mec/notifications.php:
|
5354 |
-
#: app/features/mec/notifications.php:
|
5355 |
#, fuzzy
|
5356 |
#| msgid "Location name of booked event"
|
5357 |
msgid "Additional locations name of booked event"
|
5358 |
msgstr "Název místa rezervované události"
|
5359 |
|
5360 |
#: app/features/mec/notifications.php:123
|
5361 |
-
#: app/features/mec/notifications.php:
|
5362 |
-
#: app/features/mec/notifications.php:
|
5363 |
-
#: app/features/mec/notifications.php:
|
5364 |
-
#: app/features/mec/notifications.php:
|
5365 |
-
#: app/features/mec/notifications.php:
|
5366 |
#, fuzzy
|
5367 |
#| msgid "Location address of booked event"
|
5368 |
msgid "Additional locations address of booked event"
|
5369 |
msgstr "Adresa místa rezervované události"
|
5370 |
|
5371 |
#: app/features/mec/notifications.php:124
|
5372 |
-
#: app/features/mec/notifications.php:
|
5373 |
-
#: app/features/mec/notifications.php:
|
5374 |
-
#: app/features/mec/notifications.php:
|
5375 |
-
#: app/features/mec/notifications.php:
|
5376 |
-
#: app/features/mec/notifications.php:
|
5377 |
#, fuzzy
|
5378 |
#| msgid "Speaker name of booked event"
|
5379 |
msgid "Featured image of booked event"
|
5380 |
msgstr "Jméno řečníka rezervované události"
|
5381 |
|
5382 |
#: app/features/mec/notifications.php:125
|
5383 |
-
#: app/features/mec/notifications.php:
|
5384 |
-
#: app/features/mec/notifications.php:
|
5385 |
-
#: app/features/mec/notifications.php:
|
5386 |
-
#: app/features/mec/notifications.php:
|
5387 |
-
#: app/features/mec/notifications.php:
|
5388 |
msgid "Full Attendee info such as booking form data, name, email etc."
|
5389 |
msgstr ""
|
5390 |
"Úplné informace o účastnících, jako jsou údaje z rezervačního formuláře, "
|
5391 |
"jméno, e-mail atd."
|
5392 |
|
5393 |
#: app/features/mec/notifications.php:126
|
5394 |
-
#: app/features/mec/notifications.php:
|
5395 |
-
#: app/features/mec/notifications.php:
|
5396 |
-
#: app/features/mec/notifications.php:
|
5397 |
-
#: app/features/mec/notifications.php:
|
5398 |
-
#: app/features/mec/notifications.php:
|
5399 |
#, fuzzy
|
5400 |
#| msgid "Booking"
|
5401 |
msgid "Booking ID"
|
5402 |
msgstr "Rezervace"
|
5403 |
|
5404 |
#: app/features/mec/notifications.php:127
|
5405 |
-
#: app/features/mec/notifications.php:
|
5406 |
-
#: app/features/mec/notifications.php:
|
5407 |
-
#: app/features/mec/notifications.php:
|
5408 |
-
#: app/features/mec/notifications.php:
|
5409 |
-
#: app/features/mec/notifications.php:
|
5410 |
#, fuzzy
|
5411 |
#| msgid "Transaction ID"
|
5412 |
msgid "Transaction ID of Booking"
|
5413 |
msgstr "ID transakce"
|
5414 |
|
5415 |
#: app/features/mec/notifications.php:128
|
5416 |
-
#: app/features/mec/notifications.php:
|
5417 |
-
#: app/features/mec/notifications.php:
|
5418 |
msgid "Invoice Link"
|
5419 |
msgstr "Odkaz na fakturu"
|
5420 |
|
5421 |
#: app/features/mec/notifications.php:129
|
5422 |
-
#: app/features/mec/notifications.php:
|
5423 |
-
#: app/features/mec/notifications.php:
|
5424 |
-
#: app/features/mec/notifications.php:
|
5425 |
-
#: app/features/mec/notifications.php:
|
5426 |
-
#: app/features/mec/notifications.php:
|
5427 |
#, fuzzy
|
5428 |
#| msgid "There is no skins"
|
5429 |
msgid "Total attendees of current booking"
|
5430 |
msgstr "Neexistuje žádný vzhled"
|
5431 |
|
5432 |
#: app/features/mec/notifications.php:130
|
5433 |
-
#: app/features/mec/notifications.php:
|
5434 |
-
#: app/features/mec/notifications.php:
|
5435 |
-
#: app/features/mec/notifications.php:
|
5436 |
-
#: app/features/mec/notifications.php:
|
5437 |
-
#: app/features/mec/notifications.php:
|
5438 |
msgid "Amount of Booked Tickets (Total attendees of all bookings)"
|
5439 |
msgstr ""
|
5440 |
|
5441 |
#: app/features/mec/notifications.php:131
|
5442 |
-
#: app/features/mec/notifications.php:
|
5443 |
-
#: app/features/mec/notifications.php:
|
5444 |
-
#: app/features/mec/notifications.php:
|
5445 |
-
#: app/features/mec/notifications.php:
|
5446 |
-
#: app/features/mec/notifications.php:
|
5447 |
msgid "Ticket name"
|
5448 |
msgstr "Název vstupenky"
|
5449 |
|
5450 |
#: app/features/mec/notifications.php:132
|
5451 |
-
#: app/features/mec/notifications.php:
|
5452 |
-
#: app/features/mec/notifications.php:
|
5453 |
-
#: app/features/mec/notifications.php:
|
5454 |
-
#: app/features/mec/notifications.php:
|
5455 |
-
#: app/features/mec/notifications.php:
|
5456 |
msgid "Ticket time"
|
5457 |
msgstr "Čas vstupenky"
|
5458 |
|
5459 |
#: app/features/mec/notifications.php:133
|
5460 |
-
#: app/features/mec/notifications.php:
|
5461 |
-
#: app/features/mec/notifications.php:
|
5462 |
-
#: app/features/mec/notifications.php:
|
5463 |
-
#: app/features/mec/notifications.php:
|
5464 |
-
#: app/features/mec/notifications.php:
|
5465 |
#, fuzzy
|
5466 |
#| msgid "Ticket name"
|
5467 |
msgid "Ticket name & time"
|
5468 |
msgstr "Název vstupenky"
|
5469 |
|
5470 |
#: app/features/mec/notifications.php:134
|
5471 |
-
#: app/features/mec/notifications.php:
|
5472 |
-
#: app/features/mec/notifications.php:
|
5473 |
-
#: app/features/mec/notifications.php:
|
5474 |
-
#: app/features/mec/notifications.php:
|
5475 |
-
#: app/features/mec/notifications.php:
|
5476 |
#, fuzzy
|
5477 |
#| msgid "Payment Gateways"
|
5478 |
msgid "Payment Gateway"
|
5479 |
msgstr "Platební brány"
|
5480 |
|
5481 |
#: app/features/mec/notifications.php:135
|
5482 |
-
#: app/features/mec/notifications.php:
|
5483 |
-
#: app/features/mec/notifications.php:
|
5484 |
-
#: app/features/mec/notifications.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5485 |
msgid "Download ICS file"
|
5486 |
msgstr "Stáhnout ICS soubor"
|
5487 |
|
5488 |
-
#: app/features/mec/notifications.php:
|
5489 |
msgid "Booking Verification"
|
5490 |
msgstr "Ověření rezervace"
|
5491 |
|
5492 |
-
#: app/features/mec/notifications.php:
|
5493 |
msgid "It sends to attendee email for verifying their booking/email."
|
5494 |
msgstr "Odesílá e-mail účastníkovi k ověření jeho rezervace / e-mailu."
|
5495 |
|
5496 |
-
#: app/features/mec/notifications.php:
|
5497 |
msgid "Email/Booking verification link."
|
5498 |
msgstr "Ověřovací odkaz E-mailu / Rezervace."
|
5499 |
|
5500 |
-
#: app/features/mec/notifications.php:
|
5501 |
#, fuzzy
|
5502 |
#| msgid "Enable booking notification"
|
5503 |
msgid "Enable booking confirmation"
|
5504 |
msgstr "Povolit upozornění na rezervaci"
|
5505 |
|
5506 |
-
#: app/features/mec/notifications.php:
|
5507 |
#, fuzzy
|
5508 |
#| msgid "It sends to attendee after confirming the booking by admin."
|
5509 |
msgid "Sent to attendee after confirming the booking by admin."
|
5510 |
msgstr "Po potvrzení rezervace od administrátora odešle účastníkovi."
|
5511 |
|
5512 |
-
#: app/features/mec/notifications.php:
|
5513 |
msgid "Send One Single Email Only To First Attendee"
|
5514 |
msgstr ""
|
5515 |
|
5516 |
-
#: app/features/mec/notifications.php:
|
5517 |
-
#: app/features/mec/notifications.php:
|
5518 |
msgid "Booking cancellation link."
|
5519 |
msgstr "Odkaz na zrušení rezervace."
|
5520 |
|
5521 |
-
#: app/features/mec/notifications.php:
|
5522 |
msgid "Booking Cancellation"
|
5523 |
msgstr "Zrušení rezervace"
|
5524 |
|
5525 |
-
#: app/features/mec/notifications.php:
|
5526 |
msgid "Enable cancellation notification"
|
5527 |
msgstr "Povolit oznámení o zrušení"
|
5528 |
|
5529 |
-
#: app/features/mec/notifications.php:
|
5530 |
#, fuzzy
|
5531 |
#| msgid ""
|
5532 |
#| "It sends to selected recipients after booking cancellation for notifying "
|
@@ -5534,49 +5580,53 @@ msgstr "Povolit oznámení o zrušení"
|
|
5534 |
msgid "Sent to selected recipients after booking cancellation to notify them."
|
5535 |
msgstr "Po zrušení rezervace odešle vybraným příjemcům upozornění."
|
5536 |
|
5537 |
-
#: app/features/mec/notifications.php:
|
5538 |
-
#: app/features/mec/notifications.php:
|
5539 |
msgid "Send the email to admin"
|
5540 |
msgstr "Odeslat email administrátorovi"
|
5541 |
|
5542 |
-
#: app/features/mec/notifications.php:
|
5543 |
#, fuzzy
|
5544 |
#| msgid "Send the email to booking user"
|
5545 |
msgid "Send the email to the booked user"
|
5546 |
msgstr "Pošlete rezervační e-mail uživateli"
|
5547 |
|
5548 |
-
#: app/features/mec/notifications.php:
|
5549 |
-
#: app/features/mec/notifications.php:
|
5550 |
msgid "Admin booking management link."
|
5551 |
msgstr "Odkaz administrátora na správu rezervace."
|
5552 |
|
5553 |
-
#: app/features/mec/notifications.php:
|
5554 |
msgid "Admin"
|
5555 |
msgstr "Administrátor"
|
5556 |
|
5557 |
-
#: app/features/mec/notifications.php:
|
5558 |
msgid "Enable admin notification"
|
5559 |
msgstr "Povolit oznámení správce"
|
5560 |
|
5561 |
-
#: app/features/mec/notifications.php:
|
5562 |
#, fuzzy
|
5563 |
#| msgid "It sends to admin to notify him/her that a new booking received."
|
5564 |
msgid "Sent to admin to notify them that a new booking has been received."
|
5565 |
msgstr "Zašle správci informaci o přijetí nové rezervace."
|
5566 |
|
5567 |
-
#: app/features/mec/notifications.php:
|
5568 |
#: app/libraries/notifications.php:550
|
5569 |
msgid "Booking Reminder"
|
5570 |
msgstr "Připomenutí rezervace"
|
5571 |
|
5572 |
-
#: app/features/mec/notifications.php:
|
5573 |
msgid "Enable booking reminder notification"
|
5574 |
msgstr "Povolit upozornění na připomenutí rezervace"
|
5575 |
|
5576 |
-
#: app/features/mec/notifications.php:
|
5577 |
-
#, php-format
|
|
|
|
|
|
|
|
|
5578 |
msgid ""
|
5579 |
-
"Set a cronjob to call %s file once per
|
5580 |
"reminders. Please note that you should call this file %s otherwise it may "
|
5581 |
"send the reminders multiple times."
|
5582 |
msgstr ""
|
@@ -5584,28 +5634,37 @@ msgstr ""
|
|
5584 |
"zasílat připomenutí. Mějte na paměti, že byste měli zavolat tento soubor "
|
5585 |
"% s, jinak může zasílat připomenutí několikrát."
|
5586 |
|
5587 |
-
#: app/features/mec/notifications.php:
|
5588 |
-
|
|
|
|
|
5589 |
msgstr "pouze jednou denně"
|
5590 |
|
5591 |
-
#: app/features/mec/notifications.php:
|
5592 |
-
|
5593 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5594 |
|
5595 |
-
#: app/features/mec/notifications.php:
|
5596 |
-
msgid "Please, insert comma to separate reminder
|
5597 |
msgstr ""
|
5598 |
|
5599 |
-
#: app/features/mec/notifications.php:
|
5600 |
#: app/libraries/main.php:586
|
5601 |
msgid "New Event"
|
5602 |
msgstr "Nová událost"
|
5603 |
|
5604 |
-
#: app/features/mec/notifications.php:
|
5605 |
msgid "Enable new event notification"
|
5606 |
msgstr "Povolit oznámení na novou událost"
|
5607 |
|
5608 |
-
#: app/features/mec/notifications.php:
|
5609 |
#, fuzzy
|
5610 |
#| msgid ""
|
5611 |
#| "It sends after adding a new event from frontend event submission or from "
|
@@ -5617,41 +5676,41 @@ msgstr ""
|
|
5617 |
"Odesílá se po přidání nové události z webových stránek události (frontend) "
|
5618 |
"nebo z administrace webových stránek (backend)."
|
5619 |
|
5620 |
-
#: app/features/mec/notifications.php:
|
5621 |
-
#: app/features/mec/notifications.php:
|
5622 |
msgid "Title of event"
|
5623 |
msgstr "Název události"
|
5624 |
|
5625 |
-
#: app/features/mec/notifications.php:
|
5626 |
-
#: app/features/mec/notifications.php:
|
5627 |
msgid "Link of event"
|
5628 |
msgstr "Odkaz události"
|
5629 |
|
5630 |
-
#: app/features/mec/notifications.php:
|
5631 |
-
#: app/features/mec/notifications.php:
|
5632 |
msgid "Status of event"
|
5633 |
msgstr "Stav události"
|
5634 |
|
5635 |
-
#: app/features/mec/notifications.php:
|
5636 |
-
#: app/features/mec/notifications.php:
|
5637 |
-
#: app/features/mec/settings.php:
|
5638 |
msgid "Event Note"
|
5639 |
msgstr "Poznámka události"
|
5640 |
|
5641 |
-
#: app/features/mec/notifications.php:
|
5642 |
-
#: app/features/mec/notifications.php:
|
5643 |
msgid "Admin events management link."
|
5644 |
msgstr "Odkaz administrátora na správu událostí."
|
5645 |
|
5646 |
-
#: app/features/mec/notifications.php:
|
5647 |
msgid "User Event Publishing"
|
5648 |
msgstr "Publikování uživatelských událostí"
|
5649 |
|
5650 |
-
#: app/features/mec/notifications.php:
|
5651 |
msgid "Enable user event publishing notification"
|
5652 |
msgstr "Povolit oznámení o zveřejnění události uživatele"
|
5653 |
|
5654 |
-
#: app/features/mec/notifications.php:
|
5655 |
#, fuzzy
|
5656 |
#| msgid ""
|
5657 |
#| "It sends after published a new event from frontend event submission or "
|
@@ -5732,50 +5791,50 @@ msgstr "Pole možností nemůže být prázdné!"
|
|
5732 |
msgid "There was an error please try again!"
|
5733 |
msgstr ""
|
5734 |
|
5735 |
-
#: app/features/mec/settings.php:
|
5736 |
msgid "Hide Events"
|
5737 |
msgstr "Skrýt události"
|
5738 |
|
5739 |
-
#: app/features/mec/settings.php:
|
5740 |
msgid "On Event Start"
|
5741 |
msgstr "Při spuštění události"
|
5742 |
|
5743 |
-
#: app/features/mec/settings.php:
|
5744 |
msgid "+1 Hour after start"
|
5745 |
msgstr "+1 hodinu po zahájení"
|
5746 |
|
5747 |
-
#: app/features/mec/settings.php:
|
5748 |
msgid "+2 Hours after start"
|
5749 |
msgstr "+2 hodiny po zahájení"
|
5750 |
|
5751 |
-
#: app/features/mec/settings.php:
|
5752 |
msgid "On Event End"
|
5753 |
msgstr "Na konci události"
|
5754 |
|
5755 |
-
#: app/features/mec/settings.php:
|
5756 |
msgid ""
|
5757 |
"This option is for showing start/end time of events on frontend of website."
|
5758 |
msgstr ""
|
5759 |
"Tato možnost slouží k zobrazení času zahájení / ukončení událostí na "
|
5760 |
"rozhraní webových stránek (frontend)."
|
5761 |
|
5762 |
-
#: app/features/mec/settings.php:
|
5763 |
msgid "Multiple Day Events"
|
5764 |
msgstr "Vícedenní událost"
|
5765 |
|
5766 |
-
#: app/features/mec/settings.php:
|
5767 |
msgid "Show only first day on List/Grid/Slider skins"
|
5768 |
msgstr "Zobrazit pouze první den ve vzhledu Seznam / Mřížka / Posuvník"
|
5769 |
|
5770 |
-
#: app/features/mec/settings.php:
|
5771 |
msgid "Show only first day on all skins"
|
5772 |
msgstr "Zobrazit pouze první den ve všech vzhledech"
|
5773 |
|
5774 |
-
#: app/features/mec/settings.php:
|
5775 |
msgid "Show all days"
|
5776 |
msgstr "Zobrazit všechny dny"
|
5777 |
|
5778 |
-
#: app/features/mec/settings.php:
|
5779 |
msgid ""
|
5780 |
"For showing all days of multiple day events on frontend or only show the "
|
5781 |
"first day."
|
@@ -5783,43 +5842,43 @@ msgstr ""
|
|
5783 |
"Pro zobrazení všech dnů vícedenních událostí na webových stránkách "
|
5784 |
"(frontend) nebo zobrazení pouze prvního dne."
|
5785 |
|
5786 |
-
#: app/features/mec/settings.php:
|
5787 |
msgid "Remove MEC Data on Plugin Uninstall"
|
5788 |
msgstr "Odebrat data při odinstalování doplňku MEC"
|
5789 |
|
5790 |
-
#: app/features/mec/settings.php:
|
5791 |
#, fuzzy
|
5792 |
#| msgid "Speakers Names"
|
5793 |
msgid "Sender Name"
|
5794 |
msgstr "Jméno řečníka"
|
5795 |
|
5796 |
-
#: app/features/mec/settings.php:
|
5797 |
msgid "e.g. Webnus"
|
5798 |
msgstr ""
|
5799 |
|
5800 |
-
#: app/features/mec/settings.php:
|
5801 |
#, fuzzy
|
5802 |
#| msgid "Organizer Email"
|
5803 |
msgid "Sender Email"
|
5804 |
msgstr "Organizátor Email"
|
5805 |
|
5806 |
-
#: app/features/mec/settings.php:
|
5807 |
msgid "e.g. info@webnus.biz"
|
5808 |
msgstr ""
|
5809 |
|
5810 |
-
#: app/features/mec/settings.php:
|
5811 |
msgid "Exclude Date Suffix"
|
5812 |
msgstr "Vyloučit příponu data"
|
5813 |
|
5814 |
-
#: app/features/mec/settings.php:
|
5815 |
msgid "Remove suffix from calendars"
|
5816 |
msgstr "Odebrat příponu z kalendářů"
|
5817 |
|
5818 |
-
#: app/features/mec/settings.php:
|
5819 |
msgid "Remove \"Th\" on calendar"
|
5820 |
msgstr "Odebrat „Th“ z kalendáře"
|
5821 |
|
5822 |
-
#: app/features/mec/settings.php:
|
5823 |
msgid ""
|
5824 |
"Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
|
5825 |
"showing just '12' )"
|
@@ -5827,24 +5886,24 @@ msgstr ""
|
|
5827 |
"Zaškrtnutím tohoto políčka odstraníte „Th“ z kalendáře (např .: „12Th“ "
|
5828 |
"odstraní Th, zobrazí se pouze „12“)"
|
5829 |
|
5830 |
-
#: app/features/mec/settings.php:
|
5831 |
msgid "Schema"
|
5832 |
msgstr "Schéma"
|
5833 |
|
5834 |
-
#: app/features/mec/settings.php:
|
5835 |
msgid "Enable Schema Code"
|
5836 |
msgstr "Povolit kód schématu"
|
5837 |
|
5838 |
-
#: app/features/mec/settings.php:
|
5839 |
msgid "You can enable/disable Schema scripts"
|
5840 |
msgstr "Můžete povolit nebo zakázat skripty schématu"
|
5841 |
|
5842 |
-
#: app/features/mec/settings.php:
|
5843 |
-
#: app/libraries/main.php:
|
5844 |
msgid "Weekdays"
|
5845 |
msgstr "Pracovní dny"
|
5846 |
|
5847 |
-
#: app/features/mec/settings.php:
|
5848 |
msgid ""
|
5849 |
"Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
|
5850 |
"and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings "
|
@@ -5854,11 +5913,11 @@ msgstr ""
|
|
5854 |
"Pátek (můžete to změnit pomocí „Začátek týdne“ na řídícím panelu WordPress > "
|
5855 |
"Nastavení > Obecné - spodní část stránky)."
|
5856 |
|
5857 |
-
#: app/features/mec/settings.php:
|
5858 |
msgid "Weekends"
|
5859 |
msgstr "Víkendy"
|
5860 |
|
5861 |
-
#: app/features/mec/settings.php:
|
5862 |
#, fuzzy
|
5863 |
#| msgid ""
|
5864 |
#| "Proceed with caution. Default is set to Saturday and Sunday ( you can "
|
@@ -5873,142 +5932,142 @@ msgstr ""
|
|
5873 |
"to změnit pomocí „Začátek týdne“ na řídícím panelu WordPress > Nastavení > "
|
5874 |
"Obecné - dolní část stránky )."
|
5875 |
|
5876 |
-
#: app/features/mec/settings.php:
|
5877 |
#, fuzzy
|
5878 |
#| msgid "Date Format"
|
5879 |
msgid "Datepicker Format"
|
5880 |
msgstr "Formát data"
|
5881 |
|
5882 |
-
#: app/features/mec/settings.php:
|
5883 |
msgid "(Y-m-d)"
|
5884 |
msgstr ""
|
5885 |
|
5886 |
-
#: app/features/mec/settings.php:
|
5887 |
msgid "(d-m-Y)"
|
5888 |
msgstr ""
|
5889 |
|
5890 |
-
#: app/features/mec/settings.php:
|
5891 |
msgid "(Y/m/d)"
|
5892 |
msgstr ""
|
5893 |
|
5894 |
-
#: app/features/mec/settings.php:
|
5895 |
msgid "(m/d/Y)"
|
5896 |
msgstr ""
|
5897 |
|
5898 |
-
#: app/features/mec/settings.php:
|
5899 |
msgid "(Y.m.d)"
|
5900 |
msgstr ""
|
5901 |
|
5902 |
-
#: app/features/mec/settings.php:
|
5903 |
msgid "(d.m.Y)"
|
5904 |
msgstr ""
|
5905 |
|
5906 |
-
#: app/features/mec/settings.php:
|
5907 |
msgid "Midnight Hour"
|
5908 |
msgstr ""
|
5909 |
|
5910 |
-
#: app/features/mec/settings.php:
|
5911 |
msgid "12 AM"
|
5912 |
msgstr ""
|
5913 |
|
5914 |
-
#: app/features/mec/settings.php:
|
5915 |
msgid "1 AM"
|
5916 |
msgstr ""
|
5917 |
|
5918 |
-
#: app/features/mec/settings.php:
|
5919 |
msgid "2 AM"
|
5920 |
msgstr ""
|
5921 |
|
5922 |
-
#: app/features/mec/settings.php:
|
5923 |
msgid "3 AM"
|
5924 |
msgstr ""
|
5925 |
|
5926 |
-
#: app/features/mec/settings.php:
|
5927 |
msgid "4 AM"
|
5928 |
msgstr ""
|
5929 |
|
5930 |
-
#: app/features/mec/settings.php:
|
5931 |
msgid "5 AM"
|
5932 |
msgstr ""
|
5933 |
|
5934 |
-
#: app/features/mec/settings.php:
|
5935 |
msgid ""
|
5936 |
"12 AM is midnight by default but you can change it if your event ends after "
|
5937 |
"12 AM and you don't want those events considered as multiple days events!"
|
5938 |
msgstr ""
|
5939 |
|
5940 |
-
#: app/features/mec/settings.php:
|
5941 |
#, fuzzy
|
5942 |
#| msgid "Add Shortcode"
|
5943 |
msgid "Open \"Add Event\" as Popup"
|
5944 |
msgstr "Přidat zkrácený kód"
|
5945 |
|
5946 |
-
#: app/features/mec/settings.php:
|
5947 |
#, fuzzy
|
5948 |
#| msgid "Enabled"
|
5949 |
msgid "Enable"
|
5950 |
msgstr "Povoleno"
|
5951 |
|
5952 |
-
#: app/features/mec/settings.php:
|
5953 |
#, fuzzy
|
5954 |
#| msgid "Add Shortcode"
|
5955 |
msgid "Open \"Add Shortcode\" as Popup"
|
5956 |
msgstr "Přidat zkrácený kód"
|
5957 |
|
5958 |
-
#: app/features/mec/settings.php:
|
5959 |
msgid "Archive Pages"
|
5960 |
msgstr "Archivní stránky"
|
5961 |
|
5962 |
-
#: app/features/mec/settings.php:
|
5963 |
msgid "Archive Page Title"
|
5964 |
msgstr "Název stránky archivu"
|
5965 |
|
5966 |
-
#: app/features/mec/settings.php:
|
5967 |
msgid "Default value is Events - It's title of the page"
|
5968 |
msgstr "Výchozí hodnota je Události - to je název stránky"
|
5969 |
|
5970 |
-
#: app/features/mec/settings.php:
|
5971 |
msgid "Archive Page Skin"
|
5972 |
msgstr "Vzhled archivní stránky"
|
5973 |
|
5974 |
-
#: app/features/mec/settings.php:
|
5975 |
msgid "Put shortcode..."
|
5976 |
msgstr "Vložte zkrácený kód..."
|
5977 |
|
5978 |
-
#: app/features/mec/settings.php:
|
5979 |
-
#: app/features/mec/settings.php:
|
5980 |
-
#: app/features/mec/settings.php:
|
5981 |
-
#: app/features/mec/settings.php:
|
5982 |
-
#: app/features/mec/settings.php:
|
5983 |
msgid "There is no skins"
|
5984 |
msgstr "Neexistuje žádný vzhled"
|
5985 |
|
5986 |
-
#: app/features/mec/settings.php:
|
5987 |
#: app/features/mec/single.php:73
|
5988 |
msgid "Modern Style"
|
5989 |
msgstr "Moderní styl"
|
5990 |
|
5991 |
-
#: app/features/mec/settings.php:
|
5992 |
msgid "colorful"
|
5993 |
msgstr "pestrý"
|
5994 |
|
5995 |
-
#: app/features/mec/settings.php:
|
5996 |
msgid "Clean Style"
|
5997 |
msgstr "Čistý styl"
|
5998 |
|
5999 |
-
#: app/features/mec/settings.php:
|
6000 |
msgid "Default value is Calendar/Monthly View, But you can change it "
|
6001 |
msgstr "Výchozí hodnota je Kalendář / Měsíční zobrazení, ale můžete ji změnit "
|
6002 |
|
6003 |
-
#: app/features/mec/settings.php:
|
6004 |
msgid "See Demo"
|
6005 |
msgstr "Viz Demo"
|
6006 |
|
6007 |
-
#: app/features/mec/settings.php:
|
6008 |
msgid "Category Page Skin"
|
6009 |
msgstr "Vzhled stránky kategorie"
|
6010 |
|
6011 |
-
#: app/features/mec/settings.php:
|
6012 |
#, fuzzy
|
6013 |
#| msgid ""
|
6014 |
#| "Default value is List View - But you can change it Set a skin for all "
|
@@ -6020,24 +6079,24 @@ msgstr ""
|
|
6020 |
"Výchozí hodnota je Zobrazení seznamu - ale můžete ji změnit Nastavit vzhled "
|
6021 |
"pro všechny kategorie."
|
6022 |
|
6023 |
-
#: app/features/mec/settings.php:
|
6024 |
msgid "Category Events Method"
|
6025 |
msgstr "Kategorie Metoda události"
|
6026 |
|
6027 |
-
#: app/features/mec/settings.php:
|
6028 |
msgid "Default value is Upcoming Events"
|
6029 |
msgstr "Výchozí hodnota je Nadcházející události"
|
6030 |
|
6031 |
-
#: app/features/mec/settings.php:
|
6032 |
msgid "Events Archive Status"
|
6033 |
msgstr "Stav archivu událostí"
|
6034 |
|
6035 |
-
#: app/features/mec/settings.php:
|
6036 |
msgid "Enabled (Recommended)"
|
6037 |
msgstr "Povoleno (doporučeno)"
|
6038 |
|
6039 |
# Slug
|
6040 |
-
#: app/features/mec/settings.php:
|
6041 |
msgid ""
|
6042 |
"If you disable it, then you should create a page as archive page of MEC. "
|
6043 |
"Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
|
@@ -6048,11 +6107,11 @@ msgstr ""
|
|
6048 |
"přepisování MEC."
|
6049 |
|
6050 |
# Hlavní slug
|
6051 |
-
#: app/features/mec/settings.php:
|
6052 |
msgid "Main Slug"
|
6053 |
msgstr "Main Slug"
|
6054 |
|
6055 |
-
#: app/features/mec/settings.php:
|
6056 |
msgid ""
|
6057 |
"Default value is events. You can not have a page with this name. MEC allows "
|
6058 |
"you to create custom URLs for the permalinks and archives to enhance the "
|
@@ -6062,16 +6121,16 @@ msgstr ""
|
|
6062 |
"umožňuje vytvářet vlastní adresy URL pro permanentní odkazy a archivy, aby "
|
6063 |
"se zvýšila použitelnost a dopředná kompatibilita odkazů."
|
6064 |
|
6065 |
-
#: app/features/mec/settings.php:
|
6066 |
msgid "Valid characters are lowercase a-z, - character and numbers."
|
6067 |
msgstr "Platnými znaky jsou malá písmena a-z, - znak a čísla."
|
6068 |
|
6069 |
# Slug
|
6070 |
-
#: app/features/mec/settings.php:
|
6071 |
msgid "Category Slug"
|
6072 |
msgstr "Kategorie Slug"
|
6073 |
|
6074 |
-
#: app/features/mec/settings.php:
|
6075 |
msgid ""
|
6076 |
"It's slug of MEC categories, you can change it to events-cat or something "
|
6077 |
"else. Default value is mec-category. You can not have a page with this name."
|
@@ -6080,93 +6139,93 @@ msgstr ""
|
|
6080 |
"jiného. Výchozí hodnota je mec-kategorie. Nemůžete mít stránku s tímto "
|
6081 |
"názvem."
|
6082 |
|
6083 |
-
#: app/features/mec/settings.php:
|
6084 |
msgid "Currency"
|
6085 |
msgstr "Měna"
|
6086 |
|
6087 |
-
#: app/features/mec/settings.php:
|
6088 |
msgid "Currency Sign"
|
6089 |
msgstr "Symbol měny"
|
6090 |
|
6091 |
-
#: app/features/mec/settings.php:
|
6092 |
msgid "Default value will be \"currency\" if you leave it empty."
|
6093 |
msgstr "Výchozí hodnota bude „měna“, pokud ji necháte prázdnou."
|
6094 |
|
6095 |
-
#: app/features/mec/settings.php:
|
6096 |
msgid "Currency Position"
|
6097 |
msgstr "Pozice měny"
|
6098 |
|
6099 |
-
#: app/features/mec/settings.php:
|
6100 |
msgid "Before $10"
|
6101 |
msgstr "Před $10"
|
6102 |
|
6103 |
-
#: app/features/mec/settings.php:
|
6104 |
msgid "After 10$"
|
6105 |
msgstr "Po 10$"
|
6106 |
|
6107 |
-
#: app/features/mec/settings.php:
|
6108 |
msgid "Thousand Separator"
|
6109 |
msgstr "Oddělovač tisíců"
|
6110 |
|
6111 |
-
#: app/features/mec/settings.php:
|
6112 |
msgid "Decimal Separator"
|
6113 |
msgstr "Oddělovač desítel"
|
6114 |
|
6115 |
-
#: app/features/mec/settings.php:
|
6116 |
msgid "No decimal"
|
6117 |
msgstr "Bez desetinných míst"
|
6118 |
|
6119 |
-
#: app/features/mec/settings.php:
|
6120 |
msgid "Enable Google Recaptcha"
|
6121 |
msgstr "Povolit Google Recaptcha"
|
6122 |
|
6123 |
-
#: app/features/mec/settings.php:
|
6124 |
msgid "Enable on booking form"
|
6125 |
msgstr "Povolit rezervační formulář"
|
6126 |
|
6127 |
-
#: app/features/mec/settings.php:
|
6128 |
msgid "Enable on \"Frontend Event Submission\" form"
|
6129 |
msgstr "Povolit ve formuláři „Odesílání událostí z frontendu“"
|
6130 |
|
6131 |
# místa
|
6132 |
-
#: app/features/mec/settings.php:
|
6133 |
msgid "Site Key"
|
6134 |
msgstr "Klíč webu"
|
6135 |
|
6136 |
-
#: app/features/mec/settings.php:
|
6137 |
msgid "Secret Key"
|
6138 |
msgstr "Tajný klíč"
|
6139 |
|
6140 |
-
#: app/features/mec/settings.php:
|
6141 |
msgid "Time Format"
|
6142 |
msgstr "Formát času"
|
6143 |
|
6144 |
-
#: app/features/mec/settings.php:
|
6145 |
msgid "12 hours format with AM/PM"
|
6146 |
msgstr "12 hodinový formát s dop./odp."
|
6147 |
|
6148 |
-
#: app/features/mec/settings.php:
|
6149 |
msgid "24 hours format"
|
6150 |
msgstr "24 hodinový fotmát"
|
6151 |
|
6152 |
-
#: app/features/mec/settings.php:
|
6153 |
msgid "This option, affects the selection of Start/End time."
|
6154 |
msgstr "Tato možnost ovlivňuje výběr času zahájení / ukončení."
|
6155 |
|
6156 |
-
#: app/features/mec/settings.php:
|
6157 |
msgid "Events List Page"
|
6158 |
msgstr "Stránka seznamu událostí"
|
6159 |
|
6160 |
-
#: app/features/mec/settings.php:
|
6161 |
#, php-format
|
6162 |
msgid "Put %s shortcode into the page."
|
6163 |
msgstr "Vložte %s na stránku zkrácené kódy."
|
6164 |
|
6165 |
-
#: app/features/mec/settings.php:
|
6166 |
msgid "Add/Edit Events Page"
|
6167 |
msgstr "Přidat / Editovat stránku událostí"
|
6168 |
|
6169 |
-
#: app/features/mec/settings.php:
|
6170 |
#, fuzzy
|
6171 |
#| msgid ""
|
6172 |
#| "User redirects to this page after booking. Leave it empty if you want to "
|
@@ -6178,67 +6237,67 @@ msgstr ""
|
|
6178 |
"Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
|
6179 |
"vypnout, ponechte ji prázdnou."
|
6180 |
|
6181 |
-
#: app/features/mec/settings.php:
|
6182 |
#, fuzzy
|
6183 |
#| msgid "Maximum file size"
|
6184 |
msgid "Maximum File Size"
|
6185 |
msgstr "Maximální velikost souboru"
|
6186 |
|
6187 |
-
#: app/features/mec/settings.php:
|
6188 |
msgid "in KB"
|
6189 |
msgstr ""
|
6190 |
|
6191 |
-
#: app/features/mec/settings.php:
|
6192 |
msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
|
6193 |
msgstr ""
|
6194 |
|
6195 |
-
#: app/features/mec/settings.php:
|
6196 |
#, fuzzy
|
6197 |
#| msgid "Enable event submission by guest (Not logged-in) users"
|
6198 |
msgid "Enable event submission by guest (Not logged in) users"
|
6199 |
msgstr "Povolit odesílání události hosty (nepřihlášenými uživateli)"
|
6200 |
|
6201 |
-
#: app/features/mec/settings.php:
|
6202 |
msgid "Enable mandatory email and name for guest user"
|
6203 |
msgstr "Povolit povinný e-mail a jméno pro hostujícího uživatele"
|
6204 |
|
6205 |
-
#: app/features/mec/settings.php:
|
6206 |
msgid "Frontend Event Submission Sections"
|
6207 |
msgstr "Sekce pro zasílání událostí z webových stránek (frontend)"
|
6208 |
|
6209 |
-
#: app/features/mec/settings.php:
|
6210 |
#, fuzzy
|
6211 |
#| msgid "Event Details"
|
6212 |
msgid "Event Data Fields"
|
6213 |
msgstr "Podrobnosti události"
|
6214 |
|
6215 |
-
#: app/features/mec/settings.php:
|
6216 |
msgid "Event Categories"
|
6217 |
msgstr "Kategorie události"
|
6218 |
|
6219 |
-
#: app/features/mec/settings.php:
|
6220 |
msgid "Event Labels"
|
6221 |
msgstr "Štítky události"
|
6222 |
|
6223 |
-
#: app/features/mec/settings.php:
|
6224 |
msgid "Event Tags"
|
6225 |
msgstr "Tagy události"
|
6226 |
|
6227 |
-
#: app/features/mec/settings.php:
|
6228 |
msgid "Event Organizer"
|
6229 |
msgstr "Organizátor události"
|
6230 |
|
6231 |
-
#: app/features/mec/settings.php:
|
6232 |
msgid "Fees / Taxes Options"
|
6233 |
msgstr "Možnosti Poplatky / Daně"
|
6234 |
|
6235 |
-
#: app/features/mec/settings.php:
|
6236 |
#, fuzzy
|
6237 |
#| msgid "Schema"
|
6238 |
msgid "SEO Schema"
|
6239 |
msgstr "Schéma"
|
6240 |
|
6241 |
-
#: app/features/mec/settings.php:
|
6242 |
#, php-format
|
6243 |
msgid ""
|
6244 |
"Users can put a note for editors while they're submitting the event. Also "
|
@@ -6249,31 +6308,31 @@ msgstr ""
|
|
6249 |
"oznámení o nové události můžete také vložit %%event_note%%, abyste dostali e-"
|
6250 |
"mail s poznámkami uživatelů."
|
6251 |
|
6252 |
-
#: app/features/mec/settings.php:
|
6253 |
#, fuzzy
|
6254 |
#| msgid "Visibility"
|
6255 |
msgid "Note visibility"
|
6256 |
msgstr "Viditelnost"
|
6257 |
|
6258 |
-
#: app/features/mec/settings.php:
|
6259 |
msgid "Always"
|
6260 |
msgstr "Vždy"
|
6261 |
|
6262 |
-
#: app/features/mec/settings.php:
|
6263 |
msgid "While event is not published"
|
6264 |
msgstr "I když událost není zveřejněna"
|
6265 |
|
6266 |
-
#: app/features/mec/settings.php:
|
6267 |
msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
|
6268 |
msgstr ""
|
6269 |
"Poznámka k události se zobrazí ve formuláři pro zasílání z webových stránek "
|
6270 |
"(frontend) a Upravit událost v administraci stránek (backend)."
|
6271 |
|
6272 |
-
#: app/features/mec/settings.php:
|
6273 |
msgid "User Profile"
|
6274 |
msgstr "Uživatelský profil"
|
6275 |
|
6276 |
-
#: app/features/mec/settings.php:
|
6277 |
#, fuzzy, php-format
|
6278 |
#| msgid ""
|
6279 |
#| "Put %s shortcode into your desired page. Then users are able to see "
|
@@ -6285,11 +6344,11 @@ msgstr ""
|
|
6285 |
"Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vidět "
|
6286 |
"historii svých rezervací."
|
6287 |
|
6288 |
-
#: app/features/mec/settings.php:
|
6289 |
msgid "Search Bar"
|
6290 |
msgstr "Vyhledávací panel"
|
6291 |
|
6292 |
-
#: app/features/mec/settings.php:
|
6293 |
#, php-format
|
6294 |
msgid ""
|
6295 |
"Put %s shortcode into your desired page. Then users are able to search events"
|
@@ -6297,15 +6356,15 @@ msgstr ""
|
|
6297 |
"Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vyhledávat "
|
6298 |
"události"
|
6299 |
|
6300 |
-
#: app/features/mec/settings.php:
|
6301 |
msgid "Ajax Live mode"
|
6302 |
msgstr "Ajax Live mód"
|
6303 |
|
6304 |
-
#: app/features/mec/settings.php:
|
6305 |
msgid "Ajax mode"
|
6306 |
msgstr "Ajax mód"
|
6307 |
|
6308 |
-
#: app/features/mec/settings.php:
|
6309 |
#, fuzzy
|
6310 |
#| msgid ""
|
6311 |
#| "if you enable this option, search button disappeared and to use this "
|
@@ -6317,47 +6376,47 @@ msgstr ""
|
|
6317 |
"pokud tuto možnost povolíte, tlačítko pro vyhledávání zmizelo a pro použití "
|
6318 |
"této funkce musí být povoleno pole pro zadávání textu."
|
6319 |
|
6320 |
-
#: app/features/mec/settings.php:
|
6321 |
msgid "Modern Type"
|
6322 |
msgstr "Moderní typ"
|
6323 |
|
6324 |
-
#: app/features/mec/settings.php:
|
6325 |
msgid "Search bar fields"
|
6326 |
msgstr "Pole vyhledávacího panelu"
|
6327 |
|
6328 |
-
#: app/features/mec/settings.php:
|
6329 |
msgid "Text input"
|
6330 |
msgstr "Zadávání textu"
|
6331 |
|
6332 |
-
#: app/features/mec/settings.php:
|
6333 |
msgid "Enable Mailchimp Integration"
|
6334 |
msgstr "Povolit integraci Mailchimp"
|
6335 |
|
6336 |
-
#: app/features/mec/settings.php:
|
6337 |
-
#: app/features/mec/settings.php:
|
6338 |
-
#: app/features/mec/settings.php:
|
6339 |
msgid "API Key"
|
6340 |
msgstr "API Key"
|
6341 |
|
6342 |
-
#: app/features/mec/settings.php:
|
6343 |
-
#: app/features/mec/settings.php:
|
6344 |
-
#: app/features/mec/settings.php:
|
6345 |
msgid "List ID"
|
6346 |
msgstr "ID seznamu"
|
6347 |
|
6348 |
-
#: app/features/mec/settings.php:
|
6349 |
msgid "Subscription Status"
|
6350 |
msgstr "Stav odběru"
|
6351 |
|
6352 |
-
#: app/features/mec/settings.php:
|
6353 |
msgid "Subscribe automatically"
|
6354 |
msgstr "Odebírat automaticky"
|
6355 |
|
6356 |
-
#: app/features/mec/settings.php:
|
6357 |
msgid "Subscribe by verification"
|
6358 |
msgstr "Přihlaste se k odběru pomocí ověření"
|
6359 |
|
6360 |
-
#: app/features/mec/settings.php:
|
6361 |
#, fuzzy
|
6362 |
#| msgid ""
|
6363 |
#| "If you choose \"Subscribe by verification\" then an email will send to "
|
@@ -6369,85 +6428,85 @@ msgstr ""
|
|
6369 |
"Pokud zvolíte možnost „Přihlásit se k odběru pomocí ověření“, odešle e-mail "
|
6370 |
"uživateli mailchimp k ověření oběru."
|
6371 |
|
6372 |
-
#: app/features/mec/settings.php:
|
6373 |
#, fuzzy
|
6374 |
#| msgid "Mailchimp Integration"
|
6375 |
msgid "Campaign Monitor Integration"
|
6376 |
msgstr "Integrace Mailchimp"
|
6377 |
|
6378 |
-
#: app/features/mec/settings.php:
|
6379 |
#, fuzzy
|
6380 |
#| msgid "Enable Mailchimp Integration"
|
6381 |
msgid "Enable Campaign Monitor Integration"
|
6382 |
msgstr "Povolit integraci Mailchimp"
|
6383 |
|
6384 |
-
#: app/features/mec/settings.php:
|
6385 |
#, fuzzy
|
6386 |
#| msgid "Mailchimp Integration"
|
6387 |
msgid "MailerLite Integration"
|
6388 |
msgstr "Integrace Mailchimp"
|
6389 |
|
6390 |
-
#: app/features/mec/settings.php:
|
6391 |
#, fuzzy
|
6392 |
#| msgid "Enable Mailchimp Integration"
|
6393 |
msgid "Enable MailerLite Integration"
|
6394 |
msgstr "Povolit integraci Mailchimp"
|
6395 |
|
6396 |
-
#: app/features/mec/settings.php:
|
6397 |
#, fuzzy
|
6398 |
#| msgid "Group URL"
|
6399 |
msgid "Group ID"
|
6400 |
msgstr "Group URL"
|
6401 |
|
6402 |
-
#: app/features/mec/settings.php:
|
6403 |
#, fuzzy
|
6404 |
#| msgid "Enable Mailchimp Integration"
|
6405 |
msgid "Constant Contact Integration"
|
6406 |
msgstr "Povolit integraci Mailchimp"
|
6407 |
|
6408 |
-
#: app/features/mec/settings.php:
|
6409 |
#, fuzzy
|
6410 |
#| msgid "Enable Mailchimp Integration"
|
6411 |
msgid "Enable constantcontact Integration"
|
6412 |
msgstr "Povolit integraci Mailchimp"
|
6413 |
|
6414 |
-
#: app/features/mec/settings.php:
|
6415 |
#, fuzzy
|
6416 |
#| msgid "Mailchimp Integration"
|
6417 |
msgid "Active Campaign Integration"
|
6418 |
msgstr "Integrace Mailchimp"
|
6419 |
|
6420 |
-
#: app/features/mec/settings.php:
|
6421 |
#, fuzzy
|
6422 |
#| msgid "Enable Mailchimp Integration"
|
6423 |
msgid "Enable Active Campaign Integration"
|
6424 |
msgstr "Povolit integraci Mailchimp"
|
6425 |
|
6426 |
-
#: app/features/mec/settings.php:
|
6427 |
msgid "API URL"
|
6428 |
msgstr ""
|
6429 |
|
6430 |
-
#: app/features/mec/settings.php:
|
6431 |
msgid "Upload Field Options"
|
6432 |
msgstr "Možnosti pole Nahrát"
|
6433 |
|
6434 |
-
#: app/features/mec/settings.php:
|
6435 |
msgid "Mime types"
|
6436 |
msgstr "MIME typy"
|
6437 |
|
6438 |
-
#: app/features/mec/settings.php:
|
6439 |
msgid "Split mime types with \",\"."
|
6440 |
msgstr "Rozdělte typy MIME pomocí “,“."
|
6441 |
|
6442 |
-
#: app/features/mec/settings.php:
|
6443 |
msgid "Default: jpeg,jpg,png,pdf"
|
6444 |
msgstr "Výchozí: jpeg,jpg,png,pdf"
|
6445 |
|
6446 |
-
#: app/features/mec/settings.php:
|
6447 |
msgid "Maximum file size"
|
6448 |
msgstr "Maximální velikost souboru"
|
6449 |
|
6450 |
-
#: app/features/mec/settings.php:
|
6451 |
msgid "The unit is Megabyte \"MB\""
|
6452 |
msgstr "Jednotkou je Megabyte \"MB\""
|
6453 |
|
@@ -6575,7 +6634,7 @@ msgstr ""
|
|
6575 |
msgid "Custom Fields"
|
6576 |
msgstr "Vlastní styly"
|
6577 |
|
6578 |
-
#: app/features/mec/single.php:184 app/libraries/main.php:
|
6579 |
msgid "URL"
|
6580 |
msgstr ""
|
6581 |
|
@@ -7360,8 +7419,8 @@ msgstr "např. info@itreseni.cz"
|
|
7360 |
msgid "eg. https://webnus.net"
|
7361 |
msgstr "např. https://webnus.net"
|
7362 |
|
7363 |
-
#: app/features/organizers.php:312 app/libraries/main.php:
|
7364 |
-
#: app/libraries/main.php:
|
7365 |
msgid "Other Organizers"
|
7366 |
msgstr "Další organizátoři"
|
7367 |
|
@@ -7438,7 +7497,7 @@ msgstr ""
|
|
7438 |
|
7439 |
#: app/features/popup/event.php:262 app/features/popup/shortcode.php:546
|
7440 |
#: app/modules/booking/steps/form.php:254
|
7441 |
-
#: app/modules/booking/steps/tickets.php:
|
7442 |
#: app/skins/countdown/tpl.php:163 app/skins/countdown/tpl.php:210
|
7443 |
msgid "Next"
|
7444 |
msgstr "Další"
|
@@ -7551,7 +7610,7 @@ msgstr "Přidat nový zkrácený kód"
|
|
7551 |
msgid "Please %s/%s in order to see your bookings / profile."
|
7552 |
msgstr "Prosím %s/%s za účelem zobrazení vašich rezervací / profilu."
|
7553 |
|
7554 |
-
#: app/features/profile/profile.php:20 app/libraries/main.php:
|
7555 |
msgid "Your booking already canceled!"
|
7556 |
msgstr "Vaše rezervace již byla zrušena!"
|
7557 |
|
@@ -7559,11 +7618,11 @@ msgstr "Vaše rezervace již byla zrušena!"
|
|
7559 |
msgid "#"
|
7560 |
msgstr "#"
|
7561 |
|
7562 |
-
#: app/features/profile/profile.php:61 app/libraries/main.php:
|
7563 |
msgid "Status"
|
7564 |
msgstr "Stav"
|
7565 |
|
7566 |
-
#: app/features/profile/profile.php:64 app/libraries/main.php:
|
7567 |
msgid "Attendees"
|
7568 |
msgstr "Účastníci"
|
7569 |
|
@@ -7684,14 +7743,14 @@ msgstr "Vyhledat"
|
|
7684 |
msgid "No search result."
|
7685 |
msgstr "Žádný výsledek vyhledávání."
|
7686 |
|
7687 |
-
#: app/features/search_bar/search_result.php:12 app/libraries/main.php:
|
7688 |
-
#: app/libraries/main.php:
|
7689 |
-
#: app/libraries/render.php:516 app/
|
7690 |
-
#: app/modules/local-time/
|
7691 |
-
#: app/modules/local-time/
|
7692 |
-
#: app/
|
7693 |
-
#: app/skins/single/default.php:
|
7694 |
-
#: app/skins/single/modern.php:219
|
7695 |
#, fuzzy
|
7696 |
#| msgid "Add Day"
|
7697 |
msgid "All Day"
|
@@ -7777,75 +7836,75 @@ msgstr "%s Cena"
|
|
7777 |
msgid "Discount"
|
7778 |
msgstr "Sleva"
|
7779 |
|
7780 |
-
#: app/libraries/book.php:
|
7781 |
#: app/modules/booking/default.php:499
|
7782 |
msgid "Download Invoice"
|
7783 |
msgstr "Stáhnout fakturu"
|
7784 |
|
7785 |
-
#: app/libraries/factory.php:
|
7786 |
msgid "M.E. Calendar"
|
7787 |
msgstr "M.E. Kalendář"
|
7788 |
|
7789 |
-
#: app/libraries/factory.php:
|
7790 |
msgctxt "plugin link"
|
7791 |
msgid "Upgrade to Pro Version"
|
7792 |
msgstr "Upgrade na verzi PRO"
|
7793 |
|
7794 |
-
#: app/libraries/factory.php:
|
7795 |
msgctxt "plugin link"
|
7796 |
msgid "Settings"
|
7797 |
msgstr "Nastavení"
|
7798 |
|
7799 |
-
#: app/libraries/factory.php:
|
7800 |
msgctxt "plugin link"
|
7801 |
msgid "Upgrade"
|
7802 |
msgstr "Upgrade"
|
7803 |
|
7804 |
-
#: app/libraries/factory.php:
|
7805 |
msgid "day"
|
7806 |
msgstr "den"
|
7807 |
|
7808 |
-
#: app/libraries/factory.php:
|
7809 |
#: app/skins/available_spot/tpl.php:149 app/skins/countdown/tpl.php:131
|
7810 |
#: app/skins/countdown/tpl.php:177 app/skins/countdown/tpl.php:228
|
7811 |
msgid "days"
|
7812 |
msgstr "dny"
|
7813 |
|
7814 |
-
#: app/libraries/factory.php:
|
7815 |
msgid "hour"
|
7816 |
msgstr "hodina"
|
7817 |
|
7818 |
-
#: app/libraries/factory.php:
|
7819 |
#: app/skins/available_spot/tpl.php:153 app/skins/countdown/tpl.php:137
|
7820 |
#: app/skins/countdown/tpl.php:183 app/skins/countdown/tpl.php:234
|
7821 |
msgid "hours"
|
7822 |
msgstr "hodiny"
|
7823 |
|
7824 |
-
#: app/libraries/factory.php:
|
7825 |
msgid "minute"
|
7826 |
msgstr "minuta"
|
7827 |
|
7828 |
-
#: app/libraries/factory.php:
|
7829 |
#: app/skins/available_spot/tpl.php:157 app/skins/countdown/tpl.php:143
|
7830 |
#: app/skins/countdown/tpl.php:189 app/skins/countdown/tpl.php:240
|
7831 |
msgid "minutes"
|
7832 |
msgstr "minuty"
|
7833 |
|
7834 |
-
#: app/libraries/factory.php:
|
7835 |
msgid "second"
|
7836 |
msgstr "vteřina"
|
7837 |
|
7838 |
-
#: app/libraries/factory.php:
|
7839 |
#: app/skins/available_spot/tpl.php:161 app/skins/countdown/tpl.php:149
|
7840 |
#: app/skins/countdown/tpl.php:195 app/skins/countdown/tpl.php:246
|
7841 |
msgid "seconds"
|
7842 |
msgstr "vteřiny"
|
7843 |
|
7844 |
-
#: app/libraries/factory.php:
|
7845 |
msgid "MEC Single Sidebar"
|
7846 |
msgstr "MEC Postranní panel"
|
7847 |
|
7848 |
-
#: app/libraries/factory.php:
|
7849 |
msgid "Custom sidebar for single and modal page of MEC."
|
7850 |
msgstr "Vlastní postranní panel pro jednu a modální stránku MEC."
|
7851 |
|
@@ -7853,33 +7912,33 @@ msgstr "Vlastní postranní panel pro jednu a modální stránku MEC."
|
|
7853 |
msgid "There is no excerpt because this is a protected post."
|
7854 |
msgstr "Neexistuje výňatek, protože se jedná o chráněný příspěvek."
|
7855 |
|
7856 |
-
#: app/libraries/main.php:332 app/libraries/main.php:
|
7857 |
-
#: app/libraries/main.php:
|
7858 |
msgid "Agenda View"
|
7859 |
msgstr "Zobrazení agendy"
|
7860 |
|
7861 |
-
#: app/libraries/main.php:333 app/libraries/main.php:
|
7862 |
-
#: app/libraries/main.php:
|
7863 |
msgid "Full Calendar"
|
7864 |
msgstr "Plný kalendář"
|
7865 |
|
7866 |
-
#: app/libraries/main.php:335 app/libraries/main.php:
|
7867 |
-
#: app/libraries/main.php:
|
7868 |
msgid "Calendar/Monthly View"
|
7869 |
msgstr "Kalendář / zobrazení měsíce"
|
7870 |
|
7871 |
-
#: app/libraries/main.php:338 app/libraries/main.php:
|
7872 |
-
#: app/libraries/main.php:
|
7873 |
msgid "Timetable View"
|
7874 |
msgstr "Zobrazení rozvrhu"
|
7875 |
|
7876 |
-
#: app/libraries/main.php:339 app/libraries/main.php:
|
7877 |
-
#: app/libraries/main.php:
|
7878 |
msgid "Masonry View"
|
7879 |
msgstr "Zobrazení zdi"
|
7880 |
|
7881 |
-
#: app/libraries/main.php:340 app/libraries/main.php:
|
7882 |
-
#: app/libraries/main.php:
|
7883 |
msgid "Map View"
|
7884 |
msgstr "Zobrazení mapy"
|
7885 |
|
@@ -7910,38 +7969,38 @@ msgstr "Zobrazení posuvníku"
|
|
7910 |
msgid "Timeline View"
|
7911 |
msgstr "Zobrazení rozvrhu"
|
7912 |
|
7913 |
-
#: app/libraries/main.php:385 app/libraries/main.php:
|
7914 |
-
#: app/libraries/main.php:
|
7915 |
msgid "SU"
|
7916 |
msgstr "NE"
|
7917 |
|
7918 |
-
#: app/libraries/main.php:386 app/libraries/main.php:
|
7919 |
-
#: app/libraries/main.php:
|
7920 |
msgid "MO"
|
7921 |
msgstr "PO"
|
7922 |
|
7923 |
-
#: app/libraries/main.php:387 app/libraries/main.php:
|
7924 |
-
#: app/libraries/main.php:
|
7925 |
msgid "TU"
|
7926 |
msgstr "ÚT"
|
7927 |
|
7928 |
-
#: app/libraries/main.php:388 app/libraries/main.php:
|
7929 |
-
#: app/libraries/main.php:
|
7930 |
msgid "WE"
|
7931 |
msgstr "ST"
|
7932 |
|
7933 |
-
#: app/libraries/main.php:389 app/libraries/main.php:
|
7934 |
-
#: app/libraries/main.php:
|
7935 |
msgid "TH"
|
7936 |
msgstr "ČT"
|
7937 |
|
7938 |
-
#: app/libraries/main.php:390 app/libraries/main.php:
|
7939 |
-
#: app/libraries/main.php:
|
7940 |
msgid "FR"
|
7941 |
msgstr "PÁ"
|
7942 |
|
7943 |
-
#: app/libraries/main.php:391 app/libraries/main.php:
|
7944 |
-
#: app/libraries/main.php:
|
7945 |
msgid "SA"
|
7946 |
msgstr "SO"
|
7947 |
|
@@ -8004,145 +8063,145 @@ msgid ""
|
|
8004 |
"events. Users can now log in to purchase tickets."
|
8005 |
msgstr ""
|
8006 |
|
8007 |
-
#: app/libraries/main.php:
|
8008 |
msgid "Events at this location"
|
8009 |
msgstr "Události na tomto místě"
|
8010 |
|
8011 |
-
#: app/libraries/main.php:
|
8012 |
msgid "Event at this location"
|
8013 |
msgstr "Událost na tomto místě"
|
8014 |
|
8015 |
-
#: app/libraries/main.php:
|
8016 |
msgid "Facebook"
|
8017 |
msgstr "Facebook"
|
8018 |
|
8019 |
-
#: app/libraries/main.php:
|
8020 |
msgid "Twitter"
|
8021 |
msgstr "Twitter"
|
8022 |
|
8023 |
-
#: app/libraries/main.php:
|
8024 |
msgid "Linkedin"
|
8025 |
msgstr "Linkedin"
|
8026 |
|
8027 |
-
#: app/libraries/main.php:
|
8028 |
msgid "VK"
|
8029 |
msgstr "VK"
|
8030 |
|
8031 |
-
#: app/libraries/main.php:
|
8032 |
msgid "Tumblr"
|
8033 |
msgstr ""
|
8034 |
|
8035 |
-
#: app/libraries/main.php:
|
8036 |
msgid "Pinterest"
|
8037 |
msgstr ""
|
8038 |
|
8039 |
-
#: app/libraries/main.php:
|
8040 |
msgid "Flipboard"
|
8041 |
msgstr ""
|
8042 |
|
8043 |
-
#: app/libraries/main.php:
|
8044 |
#, fuzzy
|
8045 |
#| msgid "Tickets"
|
8046 |
msgid "GetPocket"
|
8047 |
msgstr "Vstupenky"
|
8048 |
|
8049 |
-
#: app/libraries/main.php:
|
8050 |
msgid "Reddit"
|
8051 |
msgstr ""
|
8052 |
|
8053 |
-
#: app/libraries/main.php:
|
8054 |
msgid "WhatsApp"
|
8055 |
msgstr ""
|
8056 |
|
8057 |
-
#: app/libraries/main.php:
|
8058 |
msgid "Telegram"
|
8059 |
msgstr ""
|
8060 |
|
8061 |
-
#: app/libraries/main.php:
|
8062 |
msgid "Share on Facebook"
|
8063 |
msgstr "Sdílet na Facebooku"
|
8064 |
|
8065 |
-
#: app/libraries/main.php:
|
8066 |
msgid "Tweet"
|
8067 |
msgstr "Tweet"
|
8068 |
|
8069 |
-
#: app/libraries/main.php:
|
8070 |
#, fuzzy
|
8071 |
#| msgid "Share on Facebook"
|
8072 |
msgid "Share on Tumblr"
|
8073 |
msgstr "Sdílet na Facebooku"
|
8074 |
|
8075 |
-
#: app/libraries/main.php:
|
8076 |
msgid "Share on Pinterest"
|
8077 |
msgstr ""
|
8078 |
|
8079 |
-
#: app/libraries/main.php:
|
8080 |
#, fuzzy
|
8081 |
#| msgid "Share on Facebook"
|
8082 |
msgid "Share on Flipboard"
|
8083 |
msgstr "Sdílet na Facebooku"
|
8084 |
|
8085 |
-
#: app/libraries/main.php:
|
8086 |
#, fuzzy
|
8087 |
#| msgid "Share on Facebook"
|
8088 |
msgid "Share on GetPocket"
|
8089 |
msgstr "Sdílet na Facebooku"
|
8090 |
|
8091 |
-
#: app/libraries/main.php:
|
8092 |
#, fuzzy
|
8093 |
#| msgid "Share on Facebook"
|
8094 |
msgid "Share on Reddit"
|
8095 |
msgstr "Sdílet na Facebooku"
|
8096 |
|
8097 |
-
#: app/libraries/main.php:
|
8098 |
msgid "Share on Telegram"
|
8099 |
msgstr ""
|
8100 |
|
8101 |
-
#: app/libraries/main.php:
|
8102 |
msgid "Share on WhatsApp"
|
8103 |
msgstr ""
|
8104 |
|
8105 |
-
#: app/libraries/main.php:
|
8106 |
msgid "Custom Shortcode"
|
8107 |
msgstr "Uživatelské zkrácené kódy"
|
8108 |
|
8109 |
-
#: app/libraries/main.php:
|
8110 |
msgid "Your booking already verified!"
|
8111 |
msgstr "Vaše rezervace již byla ověřena!"
|
8112 |
|
8113 |
-
#: app/libraries/main.php:
|
8114 |
msgid "Your booking successfully verified."
|
8115 |
msgstr "Vaše rezervace byla úspěšně ověřena."
|
8116 |
|
8117 |
-
#: app/libraries/main.php:
|
8118 |
msgid "Your booking cannot verify!"
|
8119 |
msgstr "Vaši rezervaci nelze ověřit!"
|
8120 |
|
8121 |
-
#: app/libraries/main.php:
|
8122 |
msgid "Your booking successfully canceled."
|
8123 |
msgstr "Vaše rezervace byla úspěšně zrušena."
|
8124 |
|
8125 |
-
#: app/libraries/main.php:
|
8126 |
msgid "Your booking cannot be canceled."
|
8127 |
msgstr "Vaši rezervaci nelze zrušit."
|
8128 |
|
8129 |
-
#: app/libraries/main.php:
|
8130 |
msgid "You canceled the payment successfully."
|
8131 |
msgstr "Platbu jste úspěšně zrušili."
|
8132 |
|
8133 |
-
#: app/libraries/main.php:
|
8134 |
msgid "You returned from payment gateway successfully."
|
8135 |
msgstr "Úspěšně jste se vrátili z platební brány."
|
8136 |
|
8137 |
-
#: app/libraries/main.php:
|
8138 |
msgid "Cannot find the invoice!"
|
8139 |
msgstr "Fakturu nelze najít!"
|
8140 |
|
8141 |
-
#: app/libraries/main.php:
|
8142 |
msgid "Invoice is invalid."
|
8143 |
msgstr "Faktura je neplatná."
|
8144 |
|
8145 |
-
#: app/libraries/main.php:
|
8146 |
#, fuzzy
|
8147 |
#| msgid ""
|
8148 |
#| "Your booking still is not confirmed. You able download it after "
|
@@ -8152,245 +8211,245 @@ msgid ""
|
|
8152 |
msgstr ""
|
8153 |
"Vaše rezervace stále není potvrzena. Můžete si ji stáhnout po potvrzení!"
|
8154 |
|
8155 |
-
#: app/libraries/main.php:
|
8156 |
msgid "Booking Not Confirmed."
|
8157 |
msgstr "Rezervace nebyla potvrzena."
|
8158 |
|
8159 |
-
#: app/libraries/main.php:
|
8160 |
msgid "Cannot find the booking!"
|
8161 |
msgstr "Nemohu najít rezervaci!"
|
8162 |
|
8163 |
-
#: app/libraries/main.php:
|
8164 |
msgid "Booking is invalid."
|
8165 |
msgstr "Rezervace není platná."
|
8166 |
|
8167 |
-
#: app/libraries/main.php:
|
8168 |
#, php-format
|
8169 |
msgid "%s Invoice"
|
8170 |
msgstr "%s Faktura"
|
8171 |
|
8172 |
-
#: app/libraries/main.php:
|
8173 |
#, fuzzy
|
8174 |
#| msgid "Date and Time"
|
8175 |
msgid "Date & Time"
|
8176 |
msgstr "Datum a čas"
|
8177 |
|
8178 |
-
#: app/libraries/main.php:
|
8179 |
#, fuzzy
|
8180 |
#| msgid "Booking Price"
|
8181 |
msgid "Booking Fields"
|
8182 |
msgstr "Cena rezervace"
|
8183 |
|
8184 |
-
#: app/libraries/main.php:
|
8185 |
msgid "Billing"
|
8186 |
msgstr "Fakturace"
|
8187 |
|
8188 |
-
#: app/libraries/main.php:
|
8189 |
#, fuzzy
|
8190 |
#| msgid "Coupons"
|
8191 |
msgid "Coupon Code"
|
8192 |
msgstr "Kupóny"
|
8193 |
|
8194 |
-
#: app/libraries/main.php:
|
8195 |
msgid "Total"
|
8196 |
msgstr "Celkem"
|
8197 |
|
8198 |
-
#: app/libraries/main.php:
|
8199 |
#, fuzzy
|
8200 |
#| msgid "Payment Gateways"
|
8201 |
msgid "Payment"
|
8202 |
msgstr "Platební brány"
|
8203 |
|
8204 |
-
#: app/libraries/main.php:
|
8205 |
#, fuzzy
|
8206 |
#| msgid "Payment Gateways"
|
8207 |
msgid "Gateway"
|
8208 |
msgstr "Platební brány"
|
8209 |
|
8210 |
-
#: app/libraries/main.php:
|
8211 |
#, fuzzy
|
8212 |
#| msgid "Payment Gateways"
|
8213 |
msgid "Payment Time"
|
8214 |
msgstr "Platební brány"
|
8215 |
|
8216 |
-
#: app/libraries/main.php:
|
8217 |
msgid "Request is not valid."
|
8218 |
msgstr "Požadavek není platný."
|
8219 |
|
8220 |
-
#: app/libraries/main.php:
|
8221 |
msgid "iCal export stopped!"
|
8222 |
msgstr "iCal export byl zastaven!"
|
8223 |
|
8224 |
-
#: app/libraries/main.php:
|
8225 |
-
#: app/libraries/main.php:
|
8226 |
-
#: app/libraries/main.php:
|
8227 |
-
#: app/libraries/main.php:
|
8228 |
-
#: app/libraries/main.php:
|
8229 |
-
#: app/libraries/main.php:
|
8230 |
-
#: app/libraries/main.php:
|
8231 |
-
#: app/libraries/main.php:
|
8232 |
msgid "Sort"
|
8233 |
msgstr "Seřadit"
|
8234 |
|
8235 |
-
#: app/libraries/main.php:
|
8236 |
-
#: app/libraries/main.php:
|
8237 |
-
#: app/libraries/main.php:
|
8238 |
-
#: app/libraries/main.php:
|
8239 |
-
#: app/libraries/main.php:
|
8240 |
-
#: app/libraries/main.php:
|
8241 |
-
#: app/libraries/main.php:
|
8242 |
msgid "Required Field"
|
8243 |
msgstr "Požadovaná pole"
|
8244 |
|
8245 |
-
#: app/libraries/main.php:
|
8246 |
-
#: app/libraries/main.php:
|
8247 |
-
#: app/libraries/main.php:
|
8248 |
-
#: app/libraries/main.php:
|
8249 |
-
#: app/libraries/main.php:
|
8250 |
-
#: app/libraries/main.php:
|
8251 |
-
#: app/libraries/main.php:
|
8252 |
msgid "Insert a label for this field"
|
8253 |
msgstr "Vložte štítek pro toto pole"
|
8254 |
|
8255 |
-
#: app/libraries/main.php:
|
8256 |
msgid "HTML and shortcode are allowed."
|
8257 |
msgstr "HTML a zkrácené kódy jsou povoleny."
|
8258 |
|
8259 |
-
#: app/libraries/main.php:
|
8260 |
-
#: app/libraries/main.php:
|
8261 |
msgid "Option"
|
8262 |
msgstr "Možnost"
|
8263 |
|
8264 |
-
#: app/libraries/main.php:
|
8265 |
#, php-format
|
8266 |
msgid "Instead of %s, the page title with a link will be show."
|
8267 |
msgstr "Místo%s se zobrazí název stránky s odkazem."
|
8268 |
|
8269 |
-
#: app/libraries/main.php:
|
8270 |
msgid "Agreement Page"
|
8271 |
msgstr "Stránka smlouvy"
|
8272 |
|
8273 |
-
#: app/libraries/main.php:
|
8274 |
msgid "Checked by default"
|
8275 |
msgstr "Ve výchozím nastavení zaškrtnuto"
|
8276 |
|
8277 |
-
#: app/libraries/main.php:
|
8278 |
msgid "Unchecked by default"
|
8279 |
msgstr "Ve výchozím nastavení není zaškrtnuto"
|
8280 |
|
8281 |
-
#: app/libraries/main.php:
|
8282 |
msgid "Insert a label for this option"
|
8283 |
msgstr "Vložte štítek pro tuto možnost"
|
8284 |
|
8285 |
-
#: app/libraries/main.php:
|
8286 |
msgid "Free"
|
8287 |
msgstr "Zdarma"
|
8288 |
|
8289 |
-
#: app/libraries/main.php:
|
8290 |
msgid "M.E. Calender"
|
8291 |
msgstr "M.E. Kalendář"
|
8292 |
|
8293 |
-
#: app/libraries/main.php:
|
8294 |
#, php-format
|
8295 |
msgid "Copy of %s"
|
8296 |
msgstr "Kopie %s"
|
8297 |
|
8298 |
-
#: app/libraries/main.php:
|
8299 |
msgid "Booked an event."
|
8300 |
msgstr "Událost byla rezervována."
|
8301 |
|
8302 |
-
#: app/libraries/main.php:
|
8303 |
#, php-format
|
8304 |
msgid "%s booked %s event."
|
8305 |
msgstr "%s zarezervoval %s událost."
|
8306 |
|
8307 |
-
#: app/libraries/main.php:
|
8308 |
msgid "Taxonomies"
|
8309 |
msgstr "Taxonomie"
|
8310 |
|
8311 |
# Mrknout na kontext
|
8312 |
-
#: app/libraries/main.php:
|
8313 |
msgid "Category Plural Label"
|
8314 |
msgstr "Štítek množné kategorie"
|
8315 |
|
8316 |
# Mrknout na kontext
|
8317 |
-
#: app/libraries/main.php:
|
8318 |
msgid "Category Singular Label"
|
8319 |
msgstr "Štítek jednotné kategorie"
|
8320 |
|
8321 |
-
#: app/libraries/main.php:
|
8322 |
msgid "Label Plural Label"
|
8323 |
msgstr "Štítek množného štítku"
|
8324 |
|
8325 |
-
#: app/libraries/main.php:
|
8326 |
msgid "Label Singular Label"
|
8327 |
msgstr "Štítek jednotného štítku"
|
8328 |
|
8329 |
-
#: app/libraries/main.php:
|
8330 |
msgid "label"
|
8331 |
msgstr "štítek"
|
8332 |
|
8333 |
-
#: app/libraries/main.php:
|
8334 |
msgid "Location Plural Label"
|
8335 |
msgstr "Štítek množného umístění"
|
8336 |
|
8337 |
-
#: app/libraries/main.php:
|
8338 |
msgid "Location Singular Label"
|
8339 |
msgstr "Štítek jednotného umístění"
|
8340 |
|
8341 |
-
#: app/libraries/main.php:
|
8342 |
msgid "Organizer Plural Label"
|
8343 |
msgstr "Štítek množného organizátora"
|
8344 |
|
8345 |
-
#: app/libraries/main.php:
|
8346 |
msgid "Organizer Singular Label"
|
8347 |
msgstr "Štítek jednotného organizátora"
|
8348 |
|
8349 |
-
#: app/libraries/main.php:
|
8350 |
msgid "Speaker Plural Label"
|
8351 |
msgstr "Štítek množného řečníka"
|
8352 |
|
8353 |
-
#: app/libraries/main.php:
|
8354 |
msgid "Speaker Singular Label"
|
8355 |
msgstr "Štítek jednotného řečníka"
|
8356 |
|
8357 |
-
#: app/libraries/main.php:
|
8358 |
msgid "Sunday abbreviation"
|
8359 |
msgstr "Neděle zkratka"
|
8360 |
|
8361 |
-
#: app/libraries/main.php:
|
8362 |
msgid "Monday abbreviation"
|
8363 |
msgstr "Pondělí zkratka"
|
8364 |
|
8365 |
-
#: app/libraries/main.php:
|
8366 |
msgid "Tuesday abbreviation"
|
8367 |
msgstr "Úterý zkratka"
|
8368 |
|
8369 |
-
#: app/libraries/main.php:
|
8370 |
msgid "Wednesday abbreviation"
|
8371 |
msgstr "Středa zkratka"
|
8372 |
|
8373 |
-
#: app/libraries/main.php:
|
8374 |
msgid "Thursday abbreviation"
|
8375 |
msgstr "Čtvrtek zkratka"
|
8376 |
|
8377 |
-
#: app/libraries/main.php:
|
8378 |
msgid "Friday abbreviation"
|
8379 |
msgstr "Pátek zkratka"
|
8380 |
|
8381 |
-
#: app/libraries/main.php:
|
8382 |
msgid "Saturday abbreviation"
|
8383 |
msgstr "Sobota zkratka"
|
8384 |
|
8385 |
-
#: app/libraries/main.php:
|
8386 |
msgid "Others"
|
8387 |
msgstr "Další"
|
8388 |
|
8389 |
-
#: app/libraries/main.php:
|
8390 |
msgid "Booking Success Message"
|
8391 |
msgstr "Zpráva o úspěchu rezervace"
|
8392 |
|
8393 |
-
#: app/libraries/main.php:
|
8394 |
#, fuzzy
|
8395 |
#| msgid ""
|
8396 |
#| "Thanks for your booking. Your tickets booked, booking verification might "
|
@@ -8402,12 +8461,12 @@ msgstr ""
|
|
8402 |
"Děkujeme za vaši rezervaci. Vaše vstupenky jsou rezervovány, může být nutné "
|
8403 |
"ověřit rezervaci. Zkontrolujte prosím svůj e-mail."
|
8404 |
|
8405 |
-
#: app/libraries/main.php:
|
8406 |
#: app/widgets/single.php:131
|
8407 |
msgid "Register Button"
|
8408 |
msgstr "Registrační tlačítko"
|
8409 |
|
8410 |
-
#: app/libraries/main.php:
|
8411 |
#: app/skins/available_spot/tpl.php:209 app/skins/carousel/render.php:109
|
8412 |
#: app/skins/carousel/render.php:148 app/skins/grid/render.php:98
|
8413 |
#: app/skins/grid/render.php:153 app/skins/grid/render.php:203
|
@@ -8425,11 +8484,11 @@ msgstr "Registrační tlačítko"
|
|
8425 |
msgid "REGISTER"
|
8426 |
msgstr "REGISTROVAT"
|
8427 |
|
8428 |
-
#: app/libraries/main.php:
|
8429 |
msgid "View Detail Button"
|
8430 |
msgstr "Tlačítko Zobrazit detail"
|
8431 |
|
8432 |
-
#: app/libraries/main.php:
|
8433 |
#: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
|
8434 |
#: app/skins/grid/render.php:98 app/skins/grid/render.php:153
|
8435 |
#: app/skins/grid/render.php:203 app/skins/grid/render.php:223
|
@@ -8441,159 +8500,153 @@ msgstr "Tlačítko Zobrazit detail"
|
|
8441 |
msgid "View Detail"
|
8442 |
msgstr "Zobrazit detail"
|
8443 |
|
8444 |
-
#: app/libraries/main.php:
|
8445 |
msgid "Event Detail Button"
|
8446 |
msgstr "Tlačítko Detail události"
|
8447 |
|
8448 |
-
#: app/libraries/main.php:
|
8449 |
#: app/skins/countdown/tpl.php:221
|
8450 |
msgid "Event Detail"
|
8451 |
msgstr "Zobrazit událost"
|
8452 |
|
8453 |
-
#: app/libraries/main.php:
|
8454 |
msgid "More Info Link"
|
8455 |
msgstr "Odkaz na více informací"
|
8456 |
|
8457 |
-
#: app/libraries/main.php:
|
8458 |
msgid "Ticket (Singular)"
|
8459 |
msgstr "Vstupenka (Jednotné)"
|
8460 |
|
8461 |
-
#: app/libraries/main.php:
|
8462 |
msgid "Tickets (Plural)"
|
8463 |
msgstr "Vstupenky (Množné)"
|
8464 |
|
8465 |
-
#: app/libraries/main.php:
|
8466 |
msgid "EventON"
|
8467 |
msgstr "EventON"
|
8468 |
|
8469 |
-
#: app/libraries/main.php:
|
8470 |
msgid "The Events Calendar"
|
8471 |
msgstr "The Events Calendar"
|
8472 |
|
8473 |
-
#: app/libraries/main.php:
|
8474 |
msgid "Events Schedule WP Plugin"
|
8475 |
msgstr "Events Schedule WP Plugin"
|
8476 |
|
8477 |
-
#: app/libraries/main.php:
|
8478 |
msgid "Calendarize It"
|
8479 |
msgstr "Calendarize It"
|
8480 |
|
8481 |
-
#: app/libraries/main.php:
|
8482 |
#, fuzzy
|
8483 |
#| msgid "Event Speakers"
|
8484 |
msgid "Event Espresso"
|
8485 |
msgstr "Řečník události"
|
8486 |
|
8487 |
-
#: app/libraries/main.php:
|
8488 |
#, fuzzy
|
8489 |
#| msgid "Event Repeating (Recurring events)"
|
8490 |
msgid "Events Manager (Recurring)"
|
8491 |
msgstr "Opakování události (opakující se události)"
|
8492 |
|
8493 |
-
#: app/libraries/main.php:
|
8494 |
#, fuzzy
|
8495 |
#| msgid "Modern Events Calendar (Lite)"
|
8496 |
msgid "Events Manager (Single)"
|
8497 |
msgstr "Modern Events Calendar (Lite)"
|
8498 |
|
8499 |
-
#: app/libraries/main.php:
|
8500 |
msgid "Confirmed"
|
8501 |
msgstr "Potvrzeno"
|
8502 |
|
8503 |
-
#: app/libraries/main.php:
|
8504 |
msgid "Rejected"
|
8505 |
msgstr "Odmítnuto"
|
8506 |
|
8507 |
-
#: app/libraries/main.php:
|
8508 |
msgid "Pending"
|
8509 |
msgstr "Nevyřízený"
|
8510 |
|
8511 |
-
#: app/libraries/main.php:
|
8512 |
msgid "Waiting"
|
8513 |
msgstr "Čekající"
|
8514 |
|
8515 |
-
#: app/libraries/main.php:
|
8516 |
#, fuzzy
|
8517 |
#| msgid "Sunday"
|
8518 |
msgid "Sun"
|
8519 |
msgstr "Neděle"
|
8520 |
|
8521 |
-
#: app/libraries/main.php:
|
8522 |
#, fuzzy
|
8523 |
#| msgid "Monday"
|
8524 |
msgid "Mon"
|
8525 |
msgstr "Pondělí"
|
8526 |
|
8527 |
-
#: app/libraries/main.php:
|
8528 |
#, fuzzy
|
8529 |
#| msgid "Tel"
|
8530 |
msgid "Tue"
|
8531 |
msgstr "Tel"
|
8532 |
|
8533 |
-
#: app/libraries/main.php:
|
8534 |
msgid "Wed"
|
8535 |
msgstr ""
|
8536 |
|
8537 |
-
#: app/libraries/main.php:
|
8538 |
msgid "Thu"
|
8539 |
msgstr ""
|
8540 |
|
8541 |
-
#: app/libraries/main.php:
|
8542 |
#, fuzzy
|
8543 |
#| msgid "Friday"
|
8544 |
msgid "Fri"
|
8545 |
msgstr "Pátek"
|
8546 |
|
8547 |
-
#: app/libraries/main.php:
|
8548 |
#, fuzzy
|
8549 |
#| msgid "Start"
|
8550 |
msgid "Sat"
|
8551 |
msgstr "Začátek"
|
8552 |
|
8553 |
-
#: app/libraries/main.php:
|
8554 |
#: app/libraries/render.php:432
|
8555 |
msgid "Skin controller does not exist."
|
8556 |
msgstr "Ovladač vzhledu neexistuje."
|
8557 |
|
8558 |
-
#: app/libraries/main.php:
|
8559 |
msgid "Sold Out"
|
8560 |
msgstr "Vyprodáno"
|
8561 |
|
8562 |
-
#: app/libraries/main.php:
|
8563 |
#, fuzzy
|
8564 |
#| msgid "Ticket"
|
8565 |
msgid "Last Few Tickets"
|
8566 |
msgstr "Vstupenka"
|
8567 |
|
8568 |
-
#: app/libraries/main.php:
|
8569 |
-
#, fuzzy
|
8570 |
-
#| msgid "hours"
|
8571 |
-
msgid "Hours"
|
8572 |
-
msgstr "hodiny"
|
8573 |
-
|
8574 |
-
#: app/libraries/main.php:6885 app/libraries/main.php:6902
|
8575 |
#, fuzzy
|
8576 |
#| msgid "minutes"
|
8577 |
msgid "Minutes"
|
8578 |
msgstr "minuty"
|
8579 |
|
8580 |
-
#: app/libraries/main.php:
|
8581 |
msgid "AM / PM"
|
8582 |
msgstr ""
|
8583 |
|
8584 |
-
#: app/libraries/main.php:
|
8585 |
msgid "AM"
|
8586 |
msgstr "dop."
|
8587 |
|
8588 |
-
#: app/libraries/main.php:
|
8589 |
msgid "PM"
|
8590 |
msgstr "odp."
|
8591 |
|
8592 |
-
#: app/libraries/main.php:
|
8593 |
msgid "Ongoing..."
|
8594 |
msgstr ""
|
8595 |
|
8596 |
-
#: app/libraries/main.php:
|
8597 |
#, fuzzy
|
8598 |
#| msgid "Expired Events"
|
8599 |
msgid "Expired!"
|
@@ -8644,15 +8697,15 @@ msgstr "+ Přidat do Google kalendáře"
|
|
8644 |
msgid "+ iCal export"
|
8645 |
msgstr "+ iCal export"
|
8646 |
|
8647 |
-
#: app/libraries/notifications.php:
|
8648 |
msgid "Yes"
|
8649 |
msgstr "Ano"
|
8650 |
|
8651 |
-
#: app/libraries/notifications.php:
|
8652 |
msgid "No"
|
8653 |
msgstr "Ne"
|
8654 |
|
8655 |
-
#: app/libraries/skins.php:
|
8656 |
#, fuzzy
|
8657 |
#| msgid "Select All"
|
8658 |
msgid "Select"
|
@@ -8734,27 +8787,28 @@ msgstr "Formulář účastníků"
|
|
8734 |
msgid "Fill other attendees information like the first form."
|
8735 |
msgstr "Vyplňte informace o dalších účastnících, jako v prvním formuláři."
|
8736 |
|
8737 |
-
#: app/modules/booking/steps/tickets.php:
|
8738 |
msgid "Book Event"
|
8739 |
msgstr "Rezervovat událost"
|
8740 |
|
8741 |
-
#: app/modules/booking/steps/tickets.php:
|
8742 |
#, fuzzy
|
8743 |
#| msgid "Ticket time"
|
8744 |
msgid "1 Ticket selected."
|
8745 |
msgstr "Čas vstupenky"
|
8746 |
|
8747 |
-
#: app/modules/booking/steps/tickets.php:
|
|
|
8748 |
#, php-format
|
8749 |
msgid "Available %s: <span>%s</span>"
|
8750 |
msgstr "K dispozici %s: <span>%s</span>"
|
8751 |
|
8752 |
-
#: app/modules/booking/steps/tickets.php:
|
8753 |
#, php-format
|
8754 |
msgid "The %s ticket sales has stopped!"
|
8755 |
msgstr ""
|
8756 |
|
8757 |
-
#: app/modules/booking/steps/tickets.php:
|
8758 |
#, php-format
|
8759 |
msgid "The %s ticket is sold out. You can try another ticket or another date."
|
8760 |
msgstr ""
|
@@ -9103,6 +9157,14 @@ msgstr "Webnus Team"
|
|
9103 |
msgid "http://webnus.net"
|
9104 |
msgstr "http://webnus.net"
|
9105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9106 |
#~ msgid "Total Attendees"
|
9107 |
#~ msgstr "Celkový počet účastníků"
|
9108 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Modern Events Calendar Lite\n"
|
4 |
+
"POT-Creation-Date: 2020-07-09 15:43+0430\n"
|
5 |
+
"PO-Revision-Date: 2020-07-09 16:00+0430\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: cs_CZ\n"
|
23 |
|
24 |
#: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
|
25 |
#: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
|
26 |
+
#: app/features/mec.php:1123 app/features/mec.php:1153
|
27 |
#: app/features/mec/dashboard.php:63 app/widgets/MEC.php:33
|
28 |
msgid "Modern Events Calendar"
|
29 |
msgstr "Moderní kalendář událostí"
|
34 |
msgid "Content"
|
35 |
msgstr "Obsah"
|
36 |
|
37 |
+
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:497
|
38 |
+
#: app/features/mec.php:528 app/features/mec.php:558
|
39 |
msgid "Shortcode"
|
40 |
msgstr "Zkrácený kód"
|
41 |
|
80 |
msgstr "Přidat nový zkrácený kód"
|
81 |
|
82 |
#: app/features/colors.php:50 app/features/fes/form.php:872
|
83 |
+
#: app/features/mec/settings.php:739
|
84 |
msgid "Event Color"
|
85 |
msgstr "Barva události"
|
86 |
|
90 |
msgid "Recent Colors"
|
91 |
msgstr "Barva události"
|
92 |
|
93 |
+
#: app/features/contextual.php:55 app/features/mec.php:473
|
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:596
|
97 |
msgid "Settings"
|
98 |
msgstr "Nastavení"
|
99 |
|
100 |
#: app/features/contextual.php:62 app/features/events.php:1558
|
101 |
+
#: app/features/events.php:2371 app/features/mec/booking.php:508
|
102 |
#: app/features/mec/support.php:29 app/libraries/main.php:563
|
103 |
msgid "Booking Form"
|
104 |
msgstr "Rezervační formulář"
|
126 |
"www.youtube.com/embed/YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></"
|
127 |
"iframe>"
|
128 |
|
129 |
+
#: app/features/contextual.php:70 app/features/mec/booking.php:700
|
130 |
#: app/features/mec/support-page.php:115 app/features/mec/support.php:36
|
131 |
#: app/libraries/main.php:564
|
132 |
msgid "Payment Gateways"
|
228 |
"height=\"420\" src=\"https://www.youtube.com/embed/dqgt1b8X8hs\" frameborder="
|
229 |
"\"0\" allowfullscreen></iframe>"
|
230 |
|
231 |
+
#: app/features/contextual.php:117 app/features/mec/settings.php:53
|
232 |
#: app/features/mec/support-page.php:97 app/libraries/main.php:532
|
233 |
msgid "General Options"
|
234 |
msgstr "Obecné možnosti"
|
235 |
|
236 |
+
#: app/features/contextual.php:139 app/features/mec/settings.php:465
|
237 |
#: app/libraries/main.php:534
|
238 |
msgid "Slugs/Permalinks"
|
239 |
msgstr "Název v URL / Trvalé odkazy"
|
242 |
msgid "Event Details/Single Event Page"
|
243 |
msgstr "Podrobnosti o události / Stránka jedné události"
|
244 |
|
245 |
+
#: app/features/contextual.php:166 app/features/mec/settings.php:497
|
246 |
#: app/libraries/main.php:535
|
247 |
msgid "Currency Options"
|
248 |
msgstr "Možnosti Měna"
|
251 |
msgid "Google Maps Options"
|
252 |
msgstr "Možnosti Google Maps"
|
253 |
|
254 |
+
#: app/features/contextual.php:244 app/features/mec/settings.php:554
|
255 |
#: app/libraries/main.php:536
|
256 |
msgid "Google Recaptcha Options"
|
257 |
msgstr "Možnosti Google Recaptcha"
|
270 |
msgid "Next Event Module"
|
271 |
msgstr "Modul Další události"
|
272 |
|
273 |
+
#: app/features/contextual.php:286 app/features/mec/settings.php:594
|
274 |
#: app/features/mec/support-page.php:98 app/libraries/main.php:537
|
275 |
msgid "Frontend Event Submission"
|
276 |
msgstr "Předání události frontendu"
|
288 |
msgid "Booking"
|
289 |
msgstr "Rezervace"
|
290 |
|
291 |
+
#: app/features/contextual.php:318 app/features/mec/booking.php:330
|
292 |
#: app/libraries/main.php:560
|
293 |
msgid "Coupons"
|
294 |
msgstr "Kupóny"
|
298 |
msgid "BuddyPress Integration"
|
299 |
msgstr "Integrace BuddyPress"
|
300 |
|
301 |
+
#: app/features/contextual.php:334 app/features/mec/settings.php:932
|
302 |
#: app/libraries/main.php:540
|
303 |
msgid "Mailchimp Integration"
|
304 |
msgstr "Integrace Mailchimp"
|
307 |
msgid "MEC Activation"
|
308 |
msgstr "Aktivace MEC"
|
309 |
|
310 |
+
#: app/features/dlfile.php:121 app/features/events.php:1563
|
311 |
+
#: app/features/mec/booking.php:268 app/features/mec/settings.php:811
|
312 |
+
#, fuzzy
|
313 |
+
#| msgid "Download ICS file"
|
314 |
+
msgid "Downloadable File"
|
315 |
+
msgstr "Stáhnout ICS soubor"
|
316 |
+
|
317 |
+
#: app/features/dlfile.php:125
|
318 |
+
msgid "pdf,zip,png,jpg and gif files are allowed."
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: app/features/dlfile.php:127
|
322 |
+
#, fuzzy
|
323 |
+
#| msgid "Remove image"
|
324 |
+
msgid "Remove File"
|
325 |
+
msgstr "Odebrat obrázek"
|
326 |
+
|
327 |
+
#: app/features/dlfile.php:145
|
328 |
+
#, fuzzy
|
329 |
+
#| msgid "Please upload the feed file."
|
330 |
+
msgid "Please upload a file."
|
331 |
+
msgstr "Nahrajte prosím zdrojový soubor."
|
332 |
+
|
333 |
+
#: app/features/dlfile.php:153
|
334 |
+
#, php-format
|
335 |
+
msgid "File extension is invalid. You can upload %s files."
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: app/features/dlfile.php:159
|
339 |
+
#, php-format
|
340 |
+
msgid "File is too big. Maximum size is %s KB."
|
341 |
+
msgstr ""
|
342 |
+
|
343 |
+
#: app/features/dlfile.php:189
|
344 |
+
#, fuzzy
|
345 |
+
#| msgid "The image is uploaded!"
|
346 |
+
msgid "File uploaded!"
|
347 |
+
msgstr "Obrázek je nahraný!"
|
348 |
+
|
349 |
#: app/features/events.php:167 app/features/ix/export.php:34
|
350 |
+
#: app/features/mec/dashboard.php:259 app/skins/daily_view/tpl.php:79
|
351 |
#: app/skins/monthly_view/tpl.php:70 app/skins/tile/tpl.php:80
|
352 |
#: app/skins/yearly_view/tpl.php:68
|
353 |
msgid "Events"
|
363 |
msgid "Event"
|
364 |
msgstr "Událost"
|
365 |
|
366 |
+
#: app/features/events.php:169 app/features/mec.php:459
|
367 |
msgid "Add Event"
|
368 |
msgstr "Přidat událost"
|
369 |
|
370 |
+
#: app/features/events.php:170 app/features/mec/dashboard.php:140
|
371 |
msgid "Add New Event"
|
372 |
msgstr "Přidat novou událost"
|
373 |
|
394 |
msgid "No events found in Trash!"
|
395 |
msgstr "V koši nebyly nalezeny žádné události!"
|
396 |
|
397 |
+
#: app/features/events.php:192 app/features/events.php:3435
|
398 |
#: app/features/mec/meta_boxes/display_options.php:1386
|
399 |
#: app/features/mec/meta_boxes/search_form.php:31
|
400 |
#: app/features/mec/meta_boxes/search_form.php:101
|
407 |
#: app/features/mec/meta_boxes/search_form.php:584
|
408 |
#: app/features/mec/meta_boxes/search_form.php:654
|
409 |
#: app/features/mec/meta_boxes/search_form.php:760
|
410 |
+
#: app/features/mec/settings.php:885 app/features/mec/single.php:323
|
411 |
+
#: app/features/search.php:68 app/libraries/main.php:5851
|
412 |
+
#: app/libraries/main.php:5899 app/libraries/skins.php:928
|
413 |
#: app/skins/single.php:854 app/skins/single/default.php:215
|
414 |
#: app/skins/single/default.php:446 app/skins/single/m1.php:195
|
415 |
#: app/skins/single/m2.php:118 app/skins/single/modern.php:137
|
416 |
msgid "Category"
|
417 |
msgstr "Kategorie"
|
418 |
|
419 |
+
#: app/features/events.php:193 app/features/events.php:3390
|
420 |
+
#: app/features/fes/form.php:822 app/features/mec.php:461
|
421 |
#: app/features/mec/meta_boxes/filter.php:69
|
422 |
+
#: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5850
|
423 |
+
#: app/libraries/main.php:5898
|
424 |
msgid "Categories"
|
425 |
msgstr "Kategorie"
|
426 |
|
515 |
msgstr "Zobrazit událost"
|
516 |
|
517 |
#: app/features/events.php:346 app/features/events.php:1303
|
518 |
+
#: app/features/mec/settings.php:769 app/skins/single.php:1247
|
519 |
msgid "Hourly Schedule"
|
520 |
msgstr "Hodinový rozvrh"
|
521 |
|
531 |
msgid "Links"
|
532 |
msgstr "Odkaz"
|
533 |
|
534 |
+
#: app/features/events.php:349 app/features/events.php:3437
|
535 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
536 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
537 |
#: app/features/mec/meta_boxes/display_options.php:1389
|
538 |
#: app/features/mec/meta_boxes/search_form.php:46
|
546 |
#: app/features/mec/meta_boxes/search_form.php:599
|
547 |
#: app/features/mec/meta_boxes/search_form.php:669
|
548 |
#: app/features/mec/meta_boxes/search_form.php:775
|
549 |
+
#: app/features/mec/settings.php:897 app/features/mec/single.php:327
|
550 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
551 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
552 |
#: app/features/organizers.php:271 app/features/popup/event.php:163
|
553 |
#: app/features/popup/event.php:172 app/features/search.php:80
|
554 |
+
#: app/libraries/main.php:5857 app/libraries/main.php:5905
|
555 |
+
#: app/libraries/skins.php:980 app/skins/single.php:1102
|
556 |
#: app/skins/single/default.php:240 app/skins/single/default.php:471
|
557 |
#: app/skins/single/m1.php:103 app/skins/single/m2.php:26
|
558 |
#: app/skins/single/modern.php:45
|
560 |
msgstr "Organizátor"
|
561 |
|
562 |
#: app/features/events.php:350 app/features/events.php:1108
|
563 |
+
#: app/features/fes/form.php:793 app/libraries/main.php:5884
|
564 |
+
#: app/libraries/main.php:5931 app/skins/single.php:880
|
565 |
#: app/skins/single/default.php:141 app/skins/single/default.php:372
|
566 |
#: app/skins/single/m1.php:62 app/skins/single/modern.php:234
|
567 |
msgid "Cost"
|
581 |
msgid "Guest Data"
|
582 |
msgstr "Údaje hosta"
|
583 |
|
584 |
+
#: app/features/events.php:489 app/features/events.php:2357
|
585 |
+
#: app/features/events.php:3967 app/features/fes.php:233
|
586 |
#: app/features/fes/form.php:752 app/features/labels.php:178
|
587 |
#: app/features/mec/booking.php:53 app/features/organizers.php:279
|
588 |
#: app/features/popup/event.php:182 app/features/profile/profile.php:177
|
589 |
+
#: app/libraries/notifications.php:1178 app/modules/booking/steps/form.php:48
|
590 |
msgid "Name"
|
591 |
msgstr "Jméno"
|
592 |
|
593 |
+
#: app/features/events.php:490 app/features/events.php:2366
|
594 |
+
#: app/features/events.php:2428 app/features/events.php:2517
|
595 |
+
#: app/features/events.php:3970 app/features/fes.php:233
|
596 |
#: app/features/fes/form.php:748 app/features/login/login.php:5
|
597 |
+
#: app/features/mec/booking.php:65 app/features/mec/booking.php:546
|
598 |
+
#: app/features/mec/booking.php:642 app/features/mec/single.php:183
|
599 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
600 |
#: app/features/profile/profile.php:180 app/features/speakers.php:127
|
601 |
+
#: app/features/speakers.php:196 app/libraries/main.php:1708
|
602 |
+
#: app/libraries/main.php:1777 app/libraries/main.php:3111
|
603 |
+
#: app/libraries/notifications.php:1179 app/modules/booking/steps/form.php:57
|
604 |
#: app/modules/booking/steps/form.php:157 app/skins/single.php:1119
|
605 |
#: app/skins/single.php:1178 app/skins/single/default.php:257
|
606 |
#: app/skins/single/default.php:488 app/skins/single/m1.php:120
|
613 |
msgstr "Datum a čas"
|
614 |
|
615 |
#: app/features/events.php:501 app/features/events.php:505
|
616 |
+
#: app/features/events.php:3438 app/features/events.php:3628
|
617 |
+
#: app/features/events.php:3670 app/features/fes/form.php:269
|
618 |
#: app/features/fes/form.php:273 app/features/ix.php:3509
|
619 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:38
|
620 |
+
#: app/features/mec.php:1306 app/features/mec/meta_boxes/display_options.php:51
|
621 |
#: app/features/mec/meta_boxes/display_options.php:279
|
622 |
#: app/features/mec/meta_boxes/display_options.php:518
|
623 |
#: app/features/mec/meta_boxes/display_options.php:624
|
637 |
msgstr "Počátečná den"
|
638 |
|
639 |
#: app/features/events.php:520 app/features/events.php:524
|
640 |
+
#: app/features/events.php:3439 app/features/events.php:3628
|
641 |
+
#: app/features/events.php:3670 app/features/fes/form.php:288
|
642 |
#: app/features/fes/form.php:292 app/features/ix.php:3509
|
643 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:44
|
644 |
+
#: app/features/mec.php:1307 app/features/popup/event.php:92
|
645 |
msgid "End Date"
|
646 |
msgstr "Konečný den"
|
647 |
|
681 |
|
682 |
#: app/features/events.php:579 app/features/events.php:718
|
683 |
#: app/features/events.php:1071 app/features/events.php:1220
|
684 |
+
#: app/features/events.php:1528 app/features/events.php:1621
|
685 |
+
#: app/features/events.php:1764 app/features/events.php:1779
|
686 |
+
#: app/features/events.php:1944 app/features/events.php:1957
|
687 |
+
#: app/features/events.php:2108 app/features/events.php:2144
|
688 |
+
#: app/features/events.php:2242 app/features/events.php:2257
|
689 |
+
#: app/features/events.php:2287 app/features/events.php:2300
|
690 |
#: app/features/fes/form.php:396 app/features/fes/form.php:704
|
691 |
#: app/features/locations.php:334 app/features/mec/booking.php:116
|
692 |
+
#: app/features/mec/booking.php:182 app/features/mec/booking.php:195
|
693 |
+
#: app/features/mec/booking.php:213 app/features/mec/booking.php:229
|
694 |
+
#: app/features/mec/booking.php:269 app/features/mec/booking.php:375
|
695 |
+
#: app/features/mec/booking.php:404 app/features/mec/booking.php:452
|
696 |
+
#: app/features/mec/booking.php:462 app/features/mec/booking.php:484
|
697 |
+
#: app/features/mec/booking.php:494 app/features/mec/dashboard.php:71
|
698 |
#: app/features/mec/meta_boxes/display_options.php:82
|
699 |
#: app/features/mec/meta_boxes/display_options.php:95
|
700 |
#: app/features/mec/meta_boxes/display_options.php:108
|
730 |
#: app/features/mec/modules.php:52 app/features/mec/modules.php:85
|
731 |
#: app/features/mec/modules.php:102 app/features/mec/modules.php:137
|
732 |
#: app/features/mec/modules.php:153 app/features/mec/modules.php:323
|
733 |
+
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:191
|
734 |
+
#: app/features/mec/notifications.php:299
|
735 |
+
#: app/features/mec/notifications.php:412
|
736 |
+
#: app/features/mec/notifications.php:527
|
737 |
+
#: app/features/mec/notifications.php:637
|
738 |
+
#: app/features/mec/notifications.php:648
|
739 |
+
#: app/features/mec/notifications.php:762
|
740 |
+
#: app/features/mec/notifications.php:845 app/features/mec/settings.php:67
|
741 |
+
#: app/features/mec/settings.php:86 app/features/mec/settings.php:133
|
742 |
+
#: app/features/mec/settings.php:168 app/features/mec/settings.php:189
|
743 |
+
#: app/features/mec/settings.php:234 app/features/mec/settings.php:269
|
744 |
+
#: app/features/mec/settings.php:346 app/features/mec/settings.php:420
|
745 |
+
#: app/features/mec/settings.php:437 app/features/mec/settings.php:454
|
746 |
+
#: app/features/mec/settings.php:473 app/features/mec/settings.php:487
|
747 |
+
#: app/features/mec/settings.php:515 app/features/mec/settings.php:606
|
748 |
+
#: app/features/mec/settings.php:824 app/features/mec/settings.php:840
|
749 |
+
#: app/features/mec/settings.php:947 app/features/mec/settings.php:960
|
750 |
+
#: app/features/mec/settings.php:976 app/features/mec/single.php:46
|
751 |
#: app/features/mec/single.php:62 app/features/mec/single.php:82
|
752 |
#: app/features/mec/single.php:99 app/features/mec/single.php:115
|
753 |
#: app/features/mec/single.php:130 app/features/mec/single.php:269
|
774 |
msgstr "Opakování"
|
775 |
|
776 |
#: app/features/events.php:608 app/features/fes/form.php:329
|
777 |
+
#: app/features/mec.php:1309 app/skins/default_full_calendar/tpl.php:74
|
778 |
#: app/skins/full_calendar/tpl.php:121
|
779 |
msgid "Daily"
|
780 |
msgstr "Děnně"
|
798 |
msgstr "Týdně"
|
799 |
|
800 |
#: app/features/events.php:643 app/features/fes/form.php:334
|
801 |
+
#: app/features/mec.php:1310 app/skins/default_full_calendar/tpl.php:72
|
802 |
#: app/skins/full_calendar/tpl.php:119
|
803 |
msgid "Monthly"
|
804 |
msgstr "Měsíčně"
|
805 |
|
806 |
#: app/features/events.php:650 app/features/fes/form.php:335
|
807 |
+
#: app/features/mec.php:1311 app/skins/default_full_calendar/tpl.php:71
|
808 |
#: app/skins/full_calendar/tpl.php:118
|
809 |
msgid "Yearly"
|
810 |
msgstr "Ročně"
|
837 |
"Calendar."
|
838 |
msgstr "Pro verze doplňku Modern Events Calendar"
|
839 |
|
840 |
+
#: app/features/events.php:698 app/features/events.php:1847
|
841 |
+
#: app/features/events.php:1875 app/features/events.php:2012
|
842 |
#: app/features/fes/form.php:359 app/features/ix/import_f_calendar.php:42
|
843 |
#: app/features/ix/import_g_calendar.php:51
|
844 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
847 |
|
848 |
#: app/features/events.php:711 app/features/events.php:1214
|
849 |
#: app/features/events.php:1334 app/features/events.php:1439
|
850 |
+
#: app/features/events.php:1831 app/features/events.php:2001
|
851 |
+
#: app/features/events.php:2081 app/features/events.php:2214
|
852 |
#: app/features/fes/form.php:389 app/features/fes/form.php:920
|
853 |
msgid "Add"
|
854 |
msgstr "Přidat"
|
872 |
"datum zahájení a ukončení by mělo být stejné. Pokud máte vícedenní událost, "
|
873 |
"datum zahájení a ukončení musí odpovídat počátečnímu datu."
|
874 |
|
875 |
+
#: app/features/events.php:728 app/features/events.php:1851
|
876 |
+
#: app/features/events.php:1879 app/features/events.php:2016
|
877 |
#: app/features/fes/form.php:374
|
878 |
msgid "End"
|
879 |
msgstr "Konec"
|
938 |
msgid "Show only one occurrence of this event"
|
939 |
msgstr "Další výskyt dalších událostí"
|
940 |
|
941 |
+
#: app/features/events.php:1104 app/features/events.php:3628
|
942 |
+
#: app/features/events.php:3670 app/features/fes/form.php:790
|
943 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
944 |
+
#: app/features/mec/settings.php:715 app/libraries/main.php:5883
|
945 |
+
#: app/libraries/main.php:5930 app/widgets/single.php:103
|
946 |
msgid "Event Cost"
|
947 |
msgstr "Cena události"
|
948 |
|
954 |
msgid "Exclude certain days"
|
955 |
msgstr "Vyloučit určité dny"
|
956 |
|
957 |
+
#: app/features/events.php:1212 app/features/events.php:2429
|
958 |
+
#: app/features/events.php:2518 app/features/fes.php:233
|
959 |
+
#: app/features/mec/booking.php:547 app/features/mec/booking.php:643
|
960 |
#: app/features/mec/single.php:185 app/features/profile/profile.php:58
|
961 |
+
#: app/libraries/main.php:3198 app/modules/booking/steps/tickets.php:58
|
962 |
#: app/modules/next-event/details.php:134 app/skins/single.php:938
|
963 |
#: app/skins/single/default.php:98 app/skins/single/default.php:329
|
964 |
#: app/skins/single/m1.php:22 app/skins/single/modern.php:194
|
998 |
|
999 |
#: app/features/events.php:1319 app/features/events.php:1358
|
1000 |
#: app/features/events.php:1393 app/features/events.php:1425
|
1001 |
+
#: app/features/events.php:1454 app/features/events.php:2229
|
1002 |
+
#: app/features/events.php:2276 app/features/events.php:3434
|
1003 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1004 |
#: app/features/fes/form.php:248 app/features/ix.php:3509
|
1005 |
+
#: app/features/ix.php:3550 app/features/mec/booking.php:444
|
1006 |
+
#: app/features/mec/booking.php:476 app/features/mec/styling.php:130
|
1007 |
msgid "Title"
|
1008 |
msgstr "Název"
|
1009 |
|
1010 |
#: app/features/events.php:1328 app/features/events.php:1365
|
1011 |
#: app/features/events.php:1398 app/features/events.php:1433
|
1012 |
+
#: app/features/events.php:1459 app/features/events.php:1861
|
1013 |
+
#: app/features/events.php:1887 app/features/events.php:2022
|
1014 |
+
#: app/features/events.php:2121 app/features/events.php:2157
|
1015 |
+
#: app/features/events.php:2264 app/features/events.php:2306
|
1016 |
+
#: app/features/mec/booking.php:387 app/features/mec/booking.php:416
|
1017 |
+
#: app/features/mec/booking.php:467 app/features/mec/booking.php:499
|
1018 |
+
#: app/libraries/main.php:3033 app/libraries/main.php:3062
|
1019 |
+
#: app/libraries/main.php:3091 app/libraries/main.php:3120
|
1020 |
+
#: app/libraries/main.php:3149 app/libraries/main.php:3178
|
1021 |
+
#: app/libraries/main.php:3207 app/libraries/main.php:3236
|
1022 |
+
#: app/libraries/main.php:3265 app/libraries/main.php:3286
|
1023 |
+
#: app/libraries/main.php:3317 app/libraries/main.php:3363
|
1024 |
+
#: app/libraries/main.php:3409 app/libraries/main.php:3458
|
1025 |
+
#: app/libraries/main.php:3498
|
1026 |
msgid "Remove"
|
1027 |
msgstr "Odstranit"
|
1028 |
|
1041 |
msgstr "Do např. 8:45"
|
1042 |
|
1043 |
#: app/features/events.php:1362 app/features/events.php:1396
|
1044 |
+
#: app/features/events.php:1457 app/features/events.php:1752
|
1045 |
+
#: app/features/events.php:1933
|
1046 |
msgid "Description"
|
1047 |
msgstr "Popis"
|
1048 |
|
1049 |
#: app/features/events.php:1368 app/features/events.php:1401
|
1050 |
#: app/features/events.php:1462 app/features/fes/form.php:916
|
1051 |
+
#: app/features/mec.php:469 app/features/mec/modules.php:51
|
1052 |
+
#: app/features/mec/settings.php:763 app/features/speakers.php:62
|
1053 |
+
#: app/libraries/main.php:568 app/libraries/main.php:5858
|
1054 |
+
#: app/libraries/main.php:5906 app/modules/speakers/details.php:18
|
1055 |
msgid "Speakers"
|
1056 |
msgstr "Řečníci"
|
1057 |
|
1060 |
msgstr "Nový den"
|
1061 |
|
1062 |
#: app/features/events.php:1493 app/features/fes/form.php:767
|
1063 |
+
#: app/features/mec/settings.php:709
|
1064 |
msgid "Event Links"
|
1065 |
msgstr "Odkazy na událost"
|
1066 |
|
1067 |
#: app/features/events.php:1496 app/features/events.php:1502
|
1068 |
+
#: app/features/fes/form.php:769 app/libraries/main.php:5881
|
1069 |
+
#: app/libraries/main.php:5928
|
1070 |
msgid "Event Link"
|
1071 |
msgstr "Odkaz na událost"
|
1072 |
|
1095 |
msgstr "Zkracovač URL"
|
1096 |
|
1097 |
#: app/features/events.php:1512 app/features/events.php:1525
|
1098 |
+
#: app/features/fes/form.php:774 app/libraries/main.php:5882
|
1099 |
+
#: app/libraries/main.php:5929 app/skins/single.php:964
|
1100 |
#: app/skins/single/default.php:155 app/skins/single/default.php:386
|
1101 |
#: app/skins/single/m1.php:216 app/skins/single/m2.php:140
|
1102 |
#: app/skins/single/modern.php:159 app/widgets/single.php:107
|
1123 |
"Pokud ji vyplníte, zobrazí se jako volitelný odkaz na stránce s podrobnostmi "
|
1124 |
"o události. Vložte celý odkaz včetně http (s): //"
|
1125 |
|
1126 |
+
#: app/features/events.php:1549 app/features/mec/settings.php:777
|
1127 |
msgid "Booking Options"
|
1128 |
msgstr "Možnosti rezervace"
|
1129 |
|
1133 |
msgid "Total User Booking Limits"
|
1134 |
msgstr "Celkové limity rezervace uživatelů"
|
1135 |
|
1136 |
+
#: app/features/events.php:1551 app/features/events.php:1696
|
1137 |
+
#: app/libraries/book.php:60 app/libraries/main.php:5886
|
1138 |
+
#: app/modules/booking/steps/tickets.php:83
|
1139 |
+
#: app/modules/booking/steps/tickets.php:89
|
1140 |
msgid "Tickets"
|
1141 |
msgstr "Vstupenky"
|
1142 |
|
1143 |
+
#: app/features/events.php:1553 app/features/events.php:2058
|
1144 |
msgid "Fees"
|
1145 |
msgstr "Poplatky"
|
1146 |
|
1147 |
+
#: app/features/events.php:1556 app/features/events.php:2190
|
1148 |
+
#: app/features/mec/settings.php:789
|
1149 |
msgid "Ticket Variations / Options"
|
1150 |
msgstr "Varianty vstupenky / možnosti"
|
1151 |
|
1152 |
+
#: app/features/events.php:1560 app/features/mec/booking.php:719
|
1153 |
#: app/features/mec/support-page.php:118
|
1154 |
msgid "Organizer Payment"
|
1155 |
msgstr "Platba organizátora"
|
1156 |
|
1157 |
+
#: app/features/events.php:1603 app/features/events.php:1617
|
1158 |
#, fuzzy
|
1159 |
#| msgid "Total booking limits"
|
1160 |
msgid "Total booking limit"
|
1161 |
msgstr "Celkové limity rezervace"
|
1162 |
|
1163 |
+
#: app/features/events.php:1614 app/features/events.php:1800
|
1164 |
+
#: app/features/events.php:1971 app/modules/booking/default.php:86
|
1165 |
+
#: app/modules/booking/steps/tickets.php:83
|
1166 |
+
#: app/modules/booking/steps/tickets.php:89
|
1167 |
#: app/skins/available_spot/tpl.php:142
|
1168 |
msgid "Unlimited"
|
1169 |
msgstr "Neomezené"
|
1170 |
|
1171 |
+
#: app/features/events.php:1620
|
1172 |
msgid ""
|
1173 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1174 |
"limitation number."
|
1176 |
"Pokud chcete nastavit limit na všechny lístky, zrušte zaškrtnutí tohoto "
|
1177 |
"políčka a zadejte číslo omezení."
|
1178 |
|
1179 |
+
#: app/features/events.php:1622
|
1180 |
msgid "Read About A Booking System"
|
1181 |
msgstr "Přečtěte si o rezervačním systému"
|
1182 |
|
1183 |
+
#: app/features/events.php:1630
|
1184 |
msgid "100"
|
1185 |
msgstr "100"
|
1186 |
|
1187 |
+
#: app/features/events.php:1632 app/features/events.php:1646
|
1188 |
#, fuzzy
|
1189 |
#| msgid "Next Occurrence"
|
1190 |
msgid "Book All Occurrences"
|
1191 |
msgstr "Další výskyt"
|
1192 |
|
1193 |
+
#: app/features/events.php:1643
|
1194 |
msgid "Sell all occurrences by one booking"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: app/features/events.php:1649
|
1198 |
msgid ""
|
1199 |
"If you have a series of events and you want to sell all of them at once, "
|
1200 |
"this option is for you! For example a weekly yoga course or something "
|
1201 |
"similar."
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: app/features/events.php:1659
|
1205 |
msgid "Total user booking limits"
|
1206 |
msgstr "Celkové limity rezervace uživatelů"
|
1207 |
|
1208 |
+
#: app/features/events.php:1670 app/features/events.php:2070
|
1209 |
+
#: app/features/events.php:2202 app/features/events.php:2383
|
1210 |
msgid "Inherit from global options"
|
1211 |
msgstr "Zdědí z globálních možností"
|
1212 |
|
1213 |
+
#: app/features/events.php:1673
|
1214 |
msgid "12"
|
1215 |
msgstr "12"
|
1216 |
|
1217 |
+
#: app/features/events.php:1699
|
1218 |
msgid ""
|
1219 |
"You're translating an event so MEC will use the original event for tickets "
|
1220 |
"and booking. You can only translate the ticket name and description. Please "
|
1224 |
"vstupenek a rezervace. Můžete přeložit pouze název a popis vstupenky. Prosím "
|
1225 |
"definujte určité vstupenky, které jste definovali v původní události."
|
1226 |
|
1227 |
+
#: app/features/events.php:1704
|
1228 |
#, fuzzy
|
1229 |
#| msgid "Ticket"
|
1230 |
msgid "Add Ticket"
|
1231 |
msgstr "Vstupenka"
|
1232 |
|
1233 |
+
#: app/features/events.php:1718 app/features/events.php:1901
|
1234 |
msgid "Ticket Name"
|
1235 |
msgstr "Název vstupenky"
|
1236 |
|
1237 |
+
#: app/features/events.php:1723 app/features/events.php:1905
|
1238 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1239 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1240 |
msgid "Start Time"
|
1241 |
msgstr "Začátek"
|
1242 |
|
1243 |
+
#: app/features/events.php:1736 app/features/events.php:1918
|
1244 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1245 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1246 |
msgid "End Time"
|
1247 |
msgstr "Konec"
|
1248 |
|
1249 |
+
#: app/features/events.php:1757 app/features/events.php:1761
|
1250 |
+
#: app/features/events.php:1855 app/features/events.php:1882
|
1251 |
+
#: app/features/events.php:1938 app/features/events.php:1941
|
1252 |
+
#: app/features/events.php:2018 app/features/events.php:2235
|
1253 |
+
#: app/features/events.php:2239 app/features/events.php:2281
|
1254 |
+
#: app/features/events.php:2284 app/features/mec/booking.php:448
|
1255 |
+
#: app/features/mec/booking.php:451 app/features/mec/booking.php:480
|
1256 |
+
#: app/features/mec/booking.php:483
|
1257 |
msgid "Price"
|
1258 |
msgstr "Cena"
|
1259 |
|
1260 |
+
#: app/features/events.php:1762 app/features/events.php:1942
|
1261 |
#, fuzzy
|
1262 |
#| msgid "Insert 0 for free ticket. Only numbers please."
|
1263 |
msgid ""
|
1265 |
"any symbols or characters."
|
1266 |
msgstr "Vložte 0 pro vstupenku zdarma. Prosím pouze čísla."
|
1267 |
|
1268 |
+
#: app/features/events.php:1771 app/features/events.php:1776
|
1269 |
+
#: app/features/events.php:1951 app/features/events.php:1954
|
1270 |
msgid "Price Label"
|
1271 |
msgstr "Cenový štítek"
|
1272 |
|
1273 |
+
#: app/features/events.php:1777 app/features/events.php:1955
|
1274 |
msgid "For showing on website. e.g. $15"
|
1275 |
msgstr "Pro zobrazení na webu. např. 15 $"
|
1276 |
|
1277 |
+
#: app/features/events.php:1787 app/features/events.php:1965
|
1278 |
msgid "Available Tickets"
|
1279 |
msgstr "Dostupné vstupenky"
|
1280 |
|
1281 |
+
#: app/features/events.php:1804 app/features/events.php:1975
|
1282 |
#, fuzzy
|
1283 |
#| msgid "Maximum Per Ticket"
|
1284 |
msgid "Minimum Ticket e.g. 3"
|
1285 |
msgstr "Maximum na jednu vstupenku"
|
1286 |
|
1287 |
+
#: app/features/events.php:1807 app/features/events.php:1978
|
1288 |
#, fuzzy
|
1289 |
#| msgid "Maximum Per Ticket"
|
1290 |
msgid "MinimumTicket"
|
1291 |
msgstr "Maximum na jednu vstupenku"
|
1292 |
|
1293 |
+
#: app/features/events.php:1809 app/features/events.php:1980
|
1294 |
msgid "Set a number for the minimum ticket reservation possible"
|
1295 |
msgstr ""
|
1296 |
|
1297 |
+
#: app/features/events.php:1817 app/features/events.php:1988
|
1298 |
msgid "e.g. 0"
|
1299 |
msgstr ""
|
1300 |
|
1301 |
+
#: app/features/events.php:1819 app/features/events.php:1990
|
1302 |
#, fuzzy
|
1303 |
#| msgid "Days"
|
1304 |
msgid "Day"
|
1305 |
msgstr "Dny"
|
1306 |
|
1307 |
+
#: app/features/events.php:1820 app/features/events.php:1991
|
1308 |
msgid "Hour"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: app/features/events.php:1822 app/features/events.php:1993
|
1312 |
#, php-format
|
1313 |
msgid "Stop selling ticket %s before event start."
|
1314 |
msgstr ""
|
1315 |
|
1316 |
+
#: app/features/events.php:1829 app/features/events.php:1999
|
1317 |
msgid "Price per Date"
|
1318 |
msgstr "Cena za datum"
|
1319 |
|
1320 |
+
#: app/features/events.php:1859 app/features/events.php:1885
|
1321 |
+
#: app/features/events.php:2020 app/features/labels.php:60
|
1322 |
#: app/features/mec/meta_boxes/display_options.php:1387
|
1323 |
#: app/features/mec/meta_boxes/search_form.php:67
|
1324 |
#: app/features/mec/meta_boxes/search_form.php:137
|
1331 |
#: app/features/mec/meta_boxes/search_form.php:620
|
1332 |
#: app/features/mec/meta_boxes/search_form.php:690
|
1333 |
#: app/features/mec/meta_boxes/search_form.php:796
|
1334 |
+
#: app/features/mec/settings.php:917 app/features/mec/single.php:341
|
1335 |
+
#: app/features/search.php:98 app/libraries/skins.php:1058
|
1336 |
msgid "Label"
|
1337 |
msgstr "Štítek"
|
1338 |
|
1339 |
+
#: app/features/events.php:2095 app/features/events.php:2133
|
1340 |
+
#: app/features/mec/booking.php:367 app/features/mec/booking.php:396
|
1341 |
msgid "Fee Title"
|
1342 |
msgstr "Název poplatku"
|
1343 |
|
1344 |
+
#: app/features/events.php:2101 app/features/events.php:2105
|
1345 |
+
#: app/features/events.php:2138 app/features/events.php:2141
|
1346 |
+
#: app/features/mec/booking.php:371 app/features/mec/booking.php:374
|
1347 |
+
#: app/features/mec/booking.php:400 app/features/mec/booking.php:403
|
1348 |
msgid "Amount"
|
1349 |
msgstr "Množství"
|
1350 |
|
1351 |
+
#: app/features/events.php:2106 app/features/events.php:2142
|
1352 |
+
#: app/features/mec/booking.php:375 app/features/mec/booking.php:404
|
1353 |
msgid ""
|
1354 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1355 |
"otherwise considered as percentage"
|
1357 |
"Výše poplatku, je považovaná za pevnou částku, pokud nastavíte typ na částku "
|
1358 |
"odpovídající procentuální hodnotě"
|
1359 |
|
1360 |
+
#: app/features/events.php:2115 app/features/events.php:2151
|
1361 |
+
#: app/features/mec/booking.php:382 app/features/mec/booking.php:411
|
1362 |
msgid "Percent"
|
1363 |
msgstr "Procent"
|
1364 |
|
1365 |
+
#: app/features/events.php:2116 app/features/events.php:2152
|
1366 |
+
#: app/features/mec/booking.php:383 app/features/mec/booking.php:412
|
1367 |
msgid "Amount (Per Ticket)"
|
1368 |
msgstr "Částka (za vstupenku)"
|
1369 |
|
1370 |
+
#: app/features/events.php:2117 app/features/events.php:2153
|
1371 |
+
#: app/features/mec/booking.php:384 app/features/mec/booking.php:413
|
1372 |
msgid "Amount (Per Booking)"
|
1373 |
msgstr "Částka (za rezervaci)"
|
1374 |
|
1375 |
+
#: app/features/events.php:2240 app/features/events.php:2285
|
1376 |
+
#: app/features/mec/booking.php:452 app/features/mec/booking.php:484
|
1377 |
msgid "Option Price"
|
1378 |
msgstr "Možnosti ceny"
|
1379 |
|
1380 |
+
#: app/features/events.php:2250 app/features/events.php:2254
|
1381 |
+
#: app/features/events.php:2294 app/features/events.php:2297
|
1382 |
+
#: app/features/mec/booking.php:458 app/features/mec/booking.php:461
|
1383 |
+
#: app/features/mec/booking.php:490 app/features/mec/booking.php:493
|
1384 |
msgid "Maximum Per Ticket"
|
1385 |
msgstr "Maximum na jednu vstupenku"
|
1386 |
|
1387 |
+
#: app/features/events.php:2255 app/features/events.php:2298
|
1388 |
+
#: app/features/mec/booking.php:462 app/features/mec/booking.php:494
|
1389 |
#, fuzzy
|
1390 |
#| msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1391 |
msgid "Maximum Per Ticket. Leave blank for unlimited."
|
1392 |
msgstr "Maximum na jednu vstupenku. Ponechte to prázdné pro neomezené."
|
1393 |
|
1394 |
+
#: app/features/events.php:2395 app/features/mec/booking.php:510
|
1395 |
#, fuzzy
|
1396 |
#| msgid "Attendees Limit"
|
1397 |
msgid "Per Attendee Fields"
|
1398 |
msgstr "Limit účastníků"
|
1399 |
|
1400 |
+
#: app/features/events.php:2425 app/features/mec/booking.php:543
|
1401 |
+
#: app/libraries/main.php:3053
|
1402 |
msgid "MEC Name"
|
1403 |
msgstr "MEC Jméno"
|
1404 |
|
1405 |
+
#: app/features/events.php:2426 app/features/mec/booking.php:544
|
1406 |
+
#: app/libraries/main.php:3082
|
1407 |
msgid "MEC Email"
|
1408 |
msgstr "MEC Email"
|
1409 |
|
1410 |
+
#: app/features/events.php:2427 app/features/events.php:2516
|
1411 |
+
#: app/features/mec/booking.php:545 app/features/mec/booking.php:641
|
1412 |
+
#: app/features/mec/single.php:182 app/libraries/main.php:3024
|
1413 |
msgid "Text"
|
1414 |
msgstr "Text"
|
1415 |
|
1416 |
+
#: app/features/events.php:2430 app/features/events.php:2519
|
1417 |
+
#: app/features/mec/booking.php:548 app/features/mec/booking.php:644
|
1418 |
#: app/features/mec/single.php:186 app/features/organizers.php:103
|
1419 |
#: app/features/organizers.php:148 app/features/speakers.php:119
|
1420 |
#: app/features/speakers.php:192 app/features/speakers.php:271
|
1421 |
+
#: app/libraries/main.php:3227
|
1422 |
msgid "Tel"
|
1423 |
msgstr "Tel"
|
1424 |
|
1425 |
+
#: app/features/events.php:2431 app/features/mec/booking.php:549
|
1426 |
+
#: app/libraries/main.php:3169
|
1427 |
msgid "File"
|
1428 |
msgstr "Soubor"
|
1429 |
|
1430 |
+
#: app/features/events.php:2432 app/features/events.php:2520
|
1431 |
+
#: app/features/mec/booking.php:550 app/features/mec/booking.php:645
|
1432 |
+
#: app/features/mec/single.php:187 app/libraries/main.php:3256
|
1433 |
msgid "Textarea"
|
1434 |
msgstr "Plocha textu"
|
1435 |
|
1436 |
+
#: app/features/events.php:2433 app/features/events.php:2521
|
1437 |
+
#: app/features/mec/booking.php:551 app/features/mec/booking.php:646
|
1438 |
+
#: app/features/mec/single.php:189 app/libraries/main.php:3308
|
1439 |
msgid "Checkboxes"
|
1440 |
msgstr "Zatržítko"
|
1441 |
|
1442 |
+
#: app/features/events.php:2434 app/features/events.php:2522
|
1443 |
+
#: app/features/mec/booking.php:552 app/features/mec/booking.php:647
|
1444 |
+
#: app/features/mec/single.php:190 app/libraries/main.php:3354
|
1445 |
msgid "Radio Buttons"
|
1446 |
msgstr "Přepínače"
|
1447 |
|
1448 |
+
#: app/features/events.php:2435 app/features/events.php:2523
|
1449 |
+
#: app/features/mec/booking.php:553 app/features/mec/booking.php:648
|
1450 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1451 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1452 |
#: app/features/mec/meta_boxes/search_form.php:49
|
1523 |
#: app/features/mec/meta_boxes/search_form.php:792
|
1524 |
#: app/features/mec/meta_boxes/search_form.php:799
|
1525 |
#: app/features/mec/meta_boxes/search_form.php:813
|
1526 |
+
#: app/features/mec/single.php:191 app/libraries/main.php:3400
|
1527 |
msgid "Dropdown"
|
1528 |
msgstr "Rozbalovací"
|
1529 |
|
1530 |
+
#: app/features/events.php:2436 app/features/events.php:2524
|
1531 |
+
#: app/features/mec/booking.php:554 app/features/mec/booking.php:649
|
1532 |
+
#: app/libraries/main.php:3449
|
1533 |
msgid "Agreement"
|
1534 |
msgstr "Smlouva"
|
1535 |
|
1536 |
+
#: app/features/events.php:2437 app/features/events.php:2525
|
1537 |
+
#: app/features/mec/booking.php:555 app/features/mec/booking.php:650
|
1538 |
+
#: app/features/mec/single.php:188 app/libraries/main.php:3285
|
1539 |
msgid "Paragraph"
|
1540 |
msgstr "Paragraf"
|
1541 |
|
1542 |
+
#: app/features/events.php:2486 app/features/mec/booking.php:608
|
1543 |
#, fuzzy
|
1544 |
#| msgid "Required Field"
|
1545 |
msgid "Fixed Fields"
|
1546 |
msgstr "Požadovaná pole"
|
1547 |
|
1548 |
+
#: app/features/events.php:3336 app/features/events.php:3354
|
1549 |
+
#: app/features/events.php:3372 app/features/events.php:3390
|
1550 |
#, php-format
|
1551 |
msgid "Show all %s"
|
1552 |
msgstr "Ukázat všechny %s"
|
1553 |
|
1554 |
+
#: app/features/events.php:3336
|
1555 |
msgid "labels"
|
1556 |
msgstr "štítky"
|
1557 |
|
1558 |
+
#: app/features/events.php:3354
|
1559 |
msgid "locations"
|
1560 |
msgstr "umístění"
|
1561 |
|
1562 |
+
#: app/features/events.php:3372
|
1563 |
msgid "organizers"
|
1564 |
msgstr "organizátoři"
|
1565 |
|
1566 |
+
#: app/features/events.php:3406
|
1567 |
#, fuzzy
|
1568 |
#| msgid "Attendees Limit"
|
1569 |
msgid "Attendees List"
|
1570 |
msgstr "Limit účastníků"
|
1571 |
|
1572 |
+
#: app/features/events.php:3436 app/features/events.php:3628
|
1573 |
+
#: app/features/events.php:3670 app/features/ix.php:3509
|
1574 |
#: app/features/ix.php:3550 app/features/locations.php:58
|
1575 |
#: app/features/locations.php:261 app/features/locations.php:322
|
1576 |
#: app/features/locations.php:324 app/features/locations.php:333
|
1586 |
#: app/features/mec/meta_boxes/search_form.php:591
|
1587 |
#: app/features/mec/meta_boxes/search_form.php:661
|
1588 |
#: app/features/mec/meta_boxes/search_form.php:767
|
1589 |
+
#: app/features/mec/settings.php:891 app/features/mec/single.php:331
|
1590 |
#: app/features/popup/event.php:116 app/features/popup/event.php:125
|
1591 |
+
#: app/features/search.php:74 app/libraries/main.php:2413
|
1592 |
+
#: app/libraries/main.php:5855 app/libraries/main.php:5903
|
1593 |
+
#: app/libraries/skins.php:954 app/skins/single.php:781
|
1594 |
#: app/skins/single.php:1224 app/skins/single/default.php:191
|
1595 |
#: app/skins/single/default.php:422 app/skins/single/m1.php:172
|
1596 |
#: app/skins/single/m2.php:95 app/skins/single/modern.php:113
|
1597 |
msgid "Location"
|
1598 |
msgstr "Umístění"
|
1599 |
|
1600 |
+
#: app/features/events.php:3441
|
1601 |
msgid "Repeat"
|
1602 |
msgstr "Opakovat"
|
1603 |
|
1604 |
+
#: app/features/events.php:3442
|
1605 |
msgid "Author"
|
1606 |
msgstr "Autor"
|
1607 |
|
1608 |
+
#: app/features/events.php:3563 app/features/events.php:3564
|
1609 |
msgid "iCal Export"
|
1610 |
msgstr "iCal Export"
|
1611 |
|
1612 |
+
#: app/features/events.php:3566 app/features/events.php:3567
|
1613 |
msgid "CSV Export"
|
1614 |
msgstr "CSV Export"
|
1615 |
|
1616 |
+
#: app/features/events.php:3569 app/features/events.php:3570
|
1617 |
msgid "MS Excel Export"
|
1618 |
msgstr "MS Excel Export"
|
1619 |
|
1620 |
+
#: app/features/events.php:3572 app/features/events.php:3573
|
1621 |
msgid "XML Export"
|
1622 |
msgstr "XML Export"
|
1623 |
|
1624 |
+
#: app/features/events.php:3575 app/features/events.php:3576
|
1625 |
msgid "JSON Export"
|
1626 |
msgstr "JSON Export"
|
1627 |
|
1628 |
+
#: app/features/events.php:3578 app/features/events.php:3579
|
1629 |
+
#: app/features/events.php:3761
|
1630 |
msgid "Duplicate"
|
1631 |
msgstr "Duplikát"
|
1632 |
|
1633 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1634 |
#: app/features/fes.php:233 app/features/ix.php:3509 app/features/ix.php:3550
|
1635 |
#: app/features/labels.php:177 app/features/locations.php:260
|
1636 |
#: app/features/organizers.php:203 app/features/speakers.php:268
|
1637 |
msgid "ID"
|
1638 |
msgstr "ID"
|
1639 |
|
1640 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1641 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1642 |
msgid "Link"
|
1643 |
msgstr "Odkaz"
|
1644 |
|
1645 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1646 |
#, php-format
|
1647 |
msgid "%s Tel"
|
1648 |
msgstr "%s Tel"
|
1649 |
|
1650 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1651 |
#, php-format
|
1652 |
msgid "%s Email"
|
1653 |
msgstr "%s Email"
|
1654 |
|
1655 |
+
#: app/features/events.php:3973 app/features/fes.php:233
|
1656 |
+
#: app/features/profile/profile.php:183 app/libraries/main.php:2496
|
1657 |
+
#: app/libraries/main.php:5885
|
1658 |
msgid "Ticket"
|
1659 |
msgstr "Vstupenka"
|
1660 |
|
1661 |
+
#: app/features/events.php:3976 app/features/profile/profile.php:186
|
1662 |
msgid "Variations"
|
1663 |
msgstr "Variace"
|
1664 |
|
1665 |
+
#: app/features/events.php:3991 app/features/fes.php:304
|
1666 |
msgid "Unknown"
|
1667 |
msgstr "Neznámý"
|
1668 |
|
1669 |
+
#: app/features/events.php:4017
|
1670 |
msgid ""
|
1671 |
"If you want to send an email, first select your attendees and then click in "
|
1672 |
"the button below, please."
|
1673 |
msgstr ""
|
1674 |
|
1675 |
+
#: app/features/events.php:4017 app/features/mec/report.php:50
|
1676 |
#, fuzzy
|
1677 |
#| msgid "Organizer Email"
|
1678 |
msgid "Send Email"
|
1679 |
msgstr "Organizátor Email"
|
1680 |
|
1681 |
+
#: app/features/events.php:4021
|
1682 |
#, fuzzy
|
1683 |
#| msgid "Attendees Form"
|
1684 |
msgid "No Attendees Found!"
|
1724 |
msgid "Order Time"
|
1725 |
msgstr "Konec"
|
1726 |
|
1727 |
+
#: app/features/fes.php:233 app/libraries/main.php:2444
|
1728 |
+
#: app/libraries/main.php:2559
|
1729 |
msgid "Transaction ID"
|
1730 |
msgstr "ID transakce"
|
1731 |
|
1779 |
msgid "Please fill event title field!"
|
1780 |
msgstr "Vyplňte prosím pole názvu události!"
|
1781 |
|
1782 |
+
#: app/features/fes.php:1253
|
1783 |
#, fuzzy
|
1784 |
#| msgid "The event submitted. It will publish as soon as possible."
|
1785 |
msgid "Event submitted. It will publish as soon as possible."
|
1786 |
msgstr "Událost byla odeslána. Zveřejní se co nejdříve."
|
1787 |
|
1788 |
+
#: app/features/fes.php:1254
|
1789 |
msgid "The event published."
|
1790 |
msgstr "Událost byla publikována."
|
1791 |
|
1793 |
msgid "Go back to events list"
|
1794 |
msgstr "Přejít zpět na seznam událostí"
|
1795 |
|
1796 |
+
#: app/features/fes/form.php:256 app/features/mec/settings.php:803
|
1797 |
msgid "Excerpt"
|
1798 |
msgstr ""
|
1799 |
|
1883 |
"Vložte celý odkaz včetně http (s): //"
|
1884 |
|
1885 |
# v kontextu
|
1886 |
+
#: app/features/fes/form.php:807 app/features/mec/settings.php:721
|
1887 |
msgid "Featured Image"
|
1888 |
msgstr "Hlavní obrázek"
|
1889 |
|
1892 |
msgstr "Odebrat obrázek"
|
1893 |
|
1894 |
#: app/features/fes/form.php:848 app/features/labels.php:61
|
1895 |
+
#: app/features/labels.php:221 app/features/mec.php:462
|
1896 |
#: app/features/mec/meta_boxes/filter.php:72
|
1897 |
+
#: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:5852
|
1898 |
+
#: app/libraries/main.php:5900 app/skins/single.php:994
|
1899 |
#: app/skins/single/default.php:170 app/skins/single/default.php:401
|
1900 |
#: app/skins/single/m1.php:77 app/skins/single/modern.php:249
|
1901 |
msgid "Labels"
|
1902 |
msgstr "Štítky"
|
1903 |
|
1904 |
+
#: app/features/fes/form.php:894 app/features/mec.php:460
|
1905 |
#: app/features/mec/meta_boxes/filter.php:73
|
1906 |
#: app/features/mec/meta_boxes/filter.php:151
|
1907 |
msgid "Tags"
|
2240 |
#: app/features/ix/export_g_calendar.php:72
|
2241 |
#: app/features/ix/export_g_calendar.php:151
|
2242 |
#: app/features/ix/export_g_calendar.php:166
|
2243 |
+
#: app/features/mec/notifications.php:137
|
2244 |
+
#: app/features/mec/notifications.php:237
|
2245 |
+
#: app/features/mec/notifications.php:350
|
2246 |
+
#: app/features/mec/notifications.php:693
|
2247 |
msgid "Add to Google Calendar"
|
2248 |
msgstr "Přidat do Google kalendáře"
|
2249 |
|
2250 |
+
#: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:812
|
2251 |
+
#: app/features/mec/modules.php:403 app/features/mec/notifications.php:967
|
2252 |
+
#: app/features/mec/settings.php:1162 app/features/mec/single.php:388
|
2253 |
msgid "Checking ..."
|
2254 |
msgstr "Ověřování ..."
|
2255 |
|
2297 |
msgstr "ICS Feed"
|
2298 |
|
2299 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:99
|
2300 |
+
#: app/features/mec/booking.php:333 app/features/mec/booking.php:351
|
2301 |
+
#: app/features/mec/booking.php:428
|
2302 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2303 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2304 |
#: app/features/mec/modules.php:69 app/features/mec/modules.php:211
|
2308 |
msgstr "% s je vyžadováno pro použití této funkce."
|
2309 |
|
2310 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
2311 |
+
#: app/features/mec/booking.php:99 app/features/mec/booking.php:333
|
2312 |
+
#: app/features/mec/booking.php:351 app/features/mec/booking.php:428
|
2313 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2314 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2315 |
#: app/features/mec/meta_boxes/display_options.php:506
|
2336 |
msgid "Import all of your Facebook events into MEC."
|
2337 |
msgstr "Importujte všechny své události na Facebooku do MEC."
|
2338 |
|
2339 |
+
#: app/features/ix/import_f_calendar.php:27 app/features/mec/dashboard.php:142
|
2340 |
#: app/features/mec/support-page.php:11 app/features/mec/support.php:100
|
2341 |
msgid "Documentation"
|
2342 |
msgstr "Dokumentace"
|
2503 |
|
2504 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
2505 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
2506 |
+
#: app/features/mec/notifications.php:590
|
2507 |
msgid "Important Note"
|
2508 |
msgstr "Důležitá poznámka"
|
2509 |
|
2699 |
msgstr "Ztvárněná"
|
2700 |
|
2701 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2702 |
+
#: app/libraries/main.php:6169 app/skins/agenda/render.php:43
|
2703 |
#: app/skins/available_spot/tpl.php:58 app/skins/carousel/render.php:38
|
2704 |
#: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
|
2705 |
#: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
|
2719 |
|
2720 |
#: app/features/labels.php:180 app/features/locations.php:263
|
2721 |
#: app/features/organizers.php:206 app/features/speakers.php:272
|
2722 |
+
#: app/modules/booking/steps/tickets.php:87
|
2723 |
msgid "Count"
|
2724 |
msgstr "Spočítat"
|
2725 |
|
2734 |
msgid "Event %s"
|
2735 |
msgstr "Událost %s"
|
2736 |
|
2737 |
+
#: app/features/locations.php:59 app/features/mec.php:463
|
2738 |
+
#: app/features/mec/dashboard.php:273 app/features/mec/meta_boxes/filter.php:70
|
2739 |
+
#: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:5854
|
2740 |
+
#: app/libraries/main.php:5902
|
2741 |
msgid "Locations"
|
2742 |
msgstr "Umístění"
|
2743 |
|
2832 |
msgid "eg. City Hall"
|
2833 |
msgstr "např. Radnice"
|
2834 |
|
2835 |
+
#: app/features/locations.php:345 app/features/mec/settings.php:751
|
2836 |
#: app/features/popup/event.php:143 app/widgets/single.php:115
|
2837 |
msgid "Event Location"
|
2838 |
msgstr "Místo události"
|
2872 |
msgid "Don't show map in single event page"
|
2873 |
msgstr "Nezobrazovat mapu na jednostránkové události"
|
2874 |
|
2875 |
+
#: app/features/locations.php:396 app/libraries/main.php:5888
|
2876 |
+
#: app/libraries/main.php:5933
|
2877 |
msgid "Other Locations"
|
2878 |
msgstr "Další místa"
|
2879 |
|
2902 |
msgid "Forgot Password?"
|
2903 |
msgstr ""
|
2904 |
|
2905 |
+
#: app/features/mec.php:187
|
2906 |
#, fuzzy
|
2907 |
#| msgid ""
|
2908 |
#| "Activation faild. Please check your purchase code or license type."
|
2915 |
"<br> <b> Poznámka: Váš nákupní kód by se měl shodovat s vaším typem licence. "
|
2916 |
"</b>"
|
2917 |
|
2918 |
+
#: app/features/mec.php:187 app/features/mec/support-page.php:136
|
2919 |
msgid "Troubleshooting"
|
2920 |
msgstr "Odstraňování problémů"
|
2921 |
|
2922 |
+
#: app/features/mec.php:287
|
2923 |
#, fuzzy
|
2924 |
#| msgid "Select Type"
|
2925 |
msgid "Select Date"
|
2926 |
msgstr "Vyberte typ"
|
2927 |
|
2928 |
+
#: app/features/mec.php:291 app/skins/masonry.php:255
|
2929 |
msgid "All"
|
2930 |
msgstr "Vše"
|
2931 |
|
2932 |
+
#: app/features/mec.php:337
|
2933 |
#, fuzzy
|
2934 |
#| msgid ""
|
2935 |
#| "Your options is not in JSON format. Please insert correct options in this "
|
2941 |
"Vaše možnosti nejsou ve formátu JSON. Do tohoto pole vložte správné možnosti "
|
2942 |
"a zkuste to znovu."
|
2943 |
|
2944 |
+
#: app/features/mec.php:344
|
2945 |
msgid "Your options field can not be empty!"
|
2946 |
msgstr "Pole možností nemůže být prázdné!"
|
2947 |
|
2948 |
+
#: app/features/mec.php:350
|
2949 |
msgid "Your options imported successfuly."
|
2950 |
msgstr "Vaše možnosti byly úspěšně importovány."
|
2951 |
|
2952 |
+
#: app/features/mec.php:443
|
2953 |
msgid "MEC - Support"
|
2954 |
msgstr "MEC - podpora"
|
2955 |
|
2956 |
+
#: app/features/mec.php:443 app/features/mec/support-page.php:9
|
2957 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2958 |
msgid "Support"
|
2959 |
msgstr "Podpora"
|
2960 |
|
2961 |
+
#: app/features/mec.php:464 app/features/mec/dashboard.php:280
|
2962 |
#: app/features/mec/meta_boxes/filter.php:71
|
2963 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2964 |
+
#: app/libraries/main.php:5856 app/libraries/main.php:5904
|
2965 |
msgid "Organizers"
|
2966 |
msgstr "Organizátoři"
|
2967 |
|
2968 |
+
#: app/features/mec.php:472 app/features/mec.php:496
|
2969 |
+
#: app/features/mec/dashboard.php:266
|
2970 |
msgid "Shortcodes"
|
2971 |
msgstr "Zkrácené kódy"
|
2972 |
|
2973 |
+
#: app/features/mec.php:473
|
2974 |
msgid "MEC - Settings"
|
2975 |
msgstr "MEC - Nastavení"
|
2976 |
|
2977 |
+
#: app/features/mec.php:474
|
2978 |
msgid "MEC - Addons"
|
2979 |
msgstr "MEC - doplňky"
|
2980 |
|
2981 |
+
#: app/features/mec.php:474 app/features/mec/addons.php:22
|
2982 |
msgid "Addons"
|
2983 |
msgstr "Doplňky"
|
2984 |
|
2985 |
+
#: app/features/mec.php:477
|
2986 |
#, fuzzy
|
2987 |
#| msgid "MEC - Support"
|
2988 |
msgid "MEC - Report"
|
2989 |
msgstr "MEC - podpora"
|
2990 |
|
2991 |
+
#: app/features/mec.php:477
|
2992 |
#, fuzzy
|
2993 |
#| msgid "Export"
|
2994 |
msgid "Report"
|
2995 |
msgstr "Export"
|
2996 |
|
2997 |
+
#: app/features/mec.php:479
|
2998 |
#, fuzzy
|
2999 |
#| msgid "MEC - Support"
|
3000 |
msgid "MEC - Go Pro"
|
3001 |
msgstr "MEC - podpora"
|
3002 |
|
3003 |
+
#: app/features/mec.php:479 app/features/mec.php:1239
|
3004 |
#: app/features/mec/go-pro.php:9
|
3005 |
msgid "Go Pro"
|
3006 |
msgstr ""
|
3007 |
|
3008 |
+
#: app/features/mec.php:498
|
3009 |
msgid "Add Shortcode"
|
3010 |
msgstr "Přidat zkrácený kód"
|
3011 |
|
3012 |
+
#: app/features/mec.php:499
|
3013 |
msgid "Add New Shortcode"
|
3014 |
msgstr "Přidat nový zkrácený kód"
|
3015 |
|
3016 |
+
#: app/features/mec.php:500
|
3017 |
msgid "No shortcodes found!"
|
3018 |
msgstr "Nebyly nalezeny žádné zkrácené kódy!"
|
3019 |
|
3020 |
+
#: app/features/mec.php:501
|
3021 |
msgid "All Shortcodes"
|
3022 |
msgstr "Všechny zkrácené kódy"
|
3023 |
|
3024 |
+
#: app/features/mec.php:502
|
3025 |
msgid "Edit shortcodes"
|
3026 |
msgstr "Editace zkrácených kódů"
|
3027 |
|
3028 |
+
#: app/features/mec.php:503
|
3029 |
msgid "No shortcodes found in Trash!"
|
3030 |
msgstr "V koši nebyly nalezeny žádné zkrácené kódy!"
|
3031 |
|
3032 |
+
#: app/features/mec.php:556
|
3033 |
msgid "Display Options"
|
3034 |
msgstr "Zobrazit možnosti"
|
3035 |
|
3036 |
+
#: app/features/mec.php:557
|
3037 |
msgid "Filter Options"
|
3038 |
msgstr "Filtrovat možnosti"
|
3039 |
|
3040 |
+
#: app/features/mec.php:559
|
3041 |
msgid "Search Form"
|
3042 |
msgstr "Vyhledávací formulář"
|
3043 |
|
3044 |
+
#: app/features/mec.php:957
|
3045 |
msgid "Display content's images as Popup"
|
3046 |
msgstr "Zobrazit obrázky obsahu jako vyskakovací okno"
|
3047 |
|
3048 |
+
#: app/features/mec.php:971 app/features/popup/shortcode.php:473
|
3049 |
msgid "Single Event Display Method"
|
3050 |
msgstr "Metoda zobrazení jedné události"
|
3051 |
|
3052 |
+
#: app/features/mec.php:976 app/features/popup/shortcode.php:477
|
3053 |
msgid "Separate Window"
|
3054 |
msgstr "Samostatné okno"
|
3055 |
|
3056 |
+
#: app/features/mec.php:977 app/features/popup/shortcode.php:481
|
3057 |
#, fuzzy
|
3058 |
#| msgid "Modal 1"
|
3059 |
msgid "Modal Popup"
|
3060 |
msgstr "Modal 1"
|
3061 |
|
3062 |
+
#: app/features/mec.php:1134 app/features/mec.php:1252
|
3063 |
msgid "Total Bookings"
|
3064 |
msgstr "Celkový počet rezervací"
|
3065 |
|
3066 |
+
#: app/features/mec.php:1153 app/features/mec/dashboard.php:63
|
3067 |
msgid "Modern Events Calendar (Lite)"
|
3068 |
msgstr "Modern Events Calendar (Lite)"
|
3069 |
|
3070 |
+
#: app/features/mec.php:1162 app/features/mec/dashboard.php:291
|
3071 |
+
#: app/features/mec/settings.php:431
|
3072 |
msgid "Upcoming Events"
|
3073 |
msgstr "Nadcházející události"
|
3074 |
|
3075 |
+
#: app/features/mec.php:1225
|
3076 |
#, fuzzy
|
3077 |
#| msgid "Update %s"
|
3078 |
msgid "News & Updates"
|
3079 |
msgstr "Aktualizovat %s"
|
3080 |
|
3081 |
+
#: app/features/mec.php:1238
|
3082 |
msgid "Blog"
|
3083 |
msgstr ""
|
3084 |
|
3085 |
+
#: app/features/mec.php:1238
|
3086 |
msgid "Help"
|
3087 |
msgstr ""
|
3088 |
|
3089 |
+
#: app/features/mec.php:1284
|
3090 |
msgid "This Month"
|
3091 |
msgstr "Tento měsíc"
|
3092 |
|
3093 |
+
#: app/features/mec.php:1290
|
3094 |
msgid "Last Month"
|
3095 |
msgstr "Minulý měsíc"
|
3096 |
|
3097 |
+
#: app/features/mec.php:1296
|
3098 |
msgid "This Year"
|
3099 |
msgstr "Tento rok"
|
3100 |
|
3101 |
+
#: app/features/mec.php:1302
|
3102 |
msgid "Last Year"
|
3103 |
msgstr "Minulý rok"
|
3104 |
|
3105 |
+
#: app/features/mec.php:1314
|
3106 |
msgid "Bar"
|
3107 |
msgstr "Pruh"
|
3108 |
|
3109 |
+
#: app/features/mec.php:1315
|
3110 |
msgid "Line"
|
3111 |
msgstr "Čára"
|
3112 |
|
3113 |
+
#: app/features/mec.php:1317
|
3114 |
msgid "Filter"
|
3115 |
msgstr "Filtr"
|
3116 |
|
3117 |
+
#: app/features/mec.php:1333
|
3118 |
#, php-format
|
3119 |
msgid "Total Sells (%s)"
|
3120 |
msgstr "Celkový prodej %s"
|
3121 |
|
3122 |
+
#: app/features/mec.php:1361
|
3123 |
#, fuzzy
|
3124 |
#| msgid "Modern Events Calendar"
|
3125 |
msgid "Print Calendar"
|
3126 |
msgstr "Moderní kalendář událostí"
|
3127 |
|
3128 |
+
#: app/features/mec.php:1376
|
3129 |
#, fuzzy
|
3130 |
#| msgid "Display Event Price"
|
3131 |
msgid "Display Events"
|
3153 |
|
3154 |
#: app/features/mec/booking.php:78 app/features/mec/messages.php:13
|
3155 |
#: app/features/mec/modules.php:23 app/features/mec/notifications.php:11
|
3156 |
+
#: app/features/mec/settings.php:34 app/features/mec/single.php:19
|
3157 |
#: app/features/mec/styling.php:35
|
3158 |
msgid "Search..."
|
3159 |
msgstr "Vyhledávání ..."
|
3160 |
|
3161 |
+
#: app/features/mec/booking.php:80 app/features/mec/booking.php:656
|
3162 |
+
#: app/features/mec/booking.php:728 app/features/mec/booking.php:737
|
3163 |
+
#: app/features/mec/booking.php:747 app/features/mec/booking.php:829
|
3164 |
+
#: app/features/mec/booking.php:843 app/features/mec/messages.php:15
|
3165 |
#: app/features/mec/messages.php:51 app/features/mec/messages.php:60
|
3166 |
#: app/features/mec/messages.php:94 app/features/mec/messages.php:103
|
3167 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:368
|
3168 |
#: app/features/mec/modules.php:378 app/features/mec/modules.php:420
|
3169 |
#: app/features/mec/modules.php:434 app/features/mec/notifications.php:13
|
3170 |
+
#: app/features/mec/notifications.php:874
|
3171 |
+
#: app/features/mec/notifications.php:886
|
3172 |
+
#: app/features/mec/notifications.php:984
|
3173 |
+
#: app/features/mec/notifications.php:998 app/features/mec/settings.php:36
|
3174 |
+
#: app/features/mec/settings.php:1111 app/features/mec/settings.php:1121
|
3175 |
+
#: app/features/mec/settings.php:1179 app/features/mec/settings.php:1193
|
3176 |
#: app/features/mec/single.php:21 app/features/mec/single.php:353
|
3177 |
#: app/features/mec/single.php:363 app/features/mec/single.php:405
|
3178 |
#: app/features/mec/single.php:419 app/features/mec/styles.php:11
|
3234 |
"pokud poskytujete bezplatné vstupenky. Pro neomezenou rezervaci to nechte "
|
3235 |
"prázdné."
|
3236 |
|
3237 |
+
#: app/features/mec/booking.php:136 app/features/mec/booking.php:144
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3238 |
#, fuzzy
|
3239 |
#| msgid "Description"
|
3240 |
msgid "IP restriction"
|
3241 |
msgstr "Popis"
|
3242 |
|
3243 |
+
#: app/features/mec/booking.php:139 app/features/mec/settings.php:99
|
3244 |
msgid "Enabled"
|
3245 |
msgstr "Povoleno"
|
3246 |
|
3247 |
+
#: app/features/mec/booking.php:140
|
3248 |
#: app/features/mec/meta_boxes/search_form.php:33
|
3249 |
#: app/features/mec/meta_boxes/search_form.php:40
|
3250 |
#: app/features/mec/meta_boxes/search_form.php:48
|
3343 |
#: app/features/mec/meta_boxes/search_form.php:805
|
3344 |
#: app/features/mec/meta_boxes/search_form.php:812
|
3345 |
#: app/features/mec/meta_boxes/search_form.php:819
|
3346 |
+
#: app/features/mec/modules.php:124 app/features/mec/settings.php:98
|
3347 |
+
#: app/features/mec/settings.php:449
|
3348 |
msgid "Disabled"
|
3349 |
msgstr "Zakázaný"
|
3350 |
|
3351 |
+
#: app/features/mec/booking.php:145
|
3352 |
msgid ""
|
3353 |
"If you set limit for total tickets that users can book, MEC will use IP and "
|
3354 |
"email to prevent users to book high tickets. You can disable the IP "
|
3355 |
"restriction if you don't need it."
|
3356 |
msgstr ""
|
3357 |
|
3358 |
+
#: app/features/mec/booking.php:152
|
3359 |
msgid "Maximum Dates"
|
3360 |
msgstr "Maximum termínů"
|
3361 |
|
3362 |
+
#: app/features/mec/booking.php:154
|
3363 |
msgid "Default is 6"
|
3364 |
msgstr "Výchozí je 6"
|
3365 |
|
3366 |
+
#: app/features/mec/booking.php:158 app/features/mec/booking.php:163
|
3367 |
msgid "Show Booking Form Interval"
|
3368 |
msgstr "Zobrazit Interval rezervačního formuláře"
|
3369 |
|
3370 |
+
#: app/features/mec/booking.php:160
|
3371 |
msgid "Minutes (e.g 5)"
|
3372 |
msgstr "Minuty (např. 5)"
|
3373 |
|
3374 |
+
#: app/features/mec/booking.php:164
|
3375 |
#, fuzzy
|
3376 |
#| msgid ""
|
3377 |
#| "You can show booking form only at certain time before event start. If you "
|
3386 |
"Pokud nastavíte tuto možnost na 30, rezervační formulář se otevře pouze 30 "
|
3387 |
"minut před zahájením akce!"
|
3388 |
|
3389 |
+
#: app/features/mec/booking.php:171 app/features/mec/booking.php:181
|
3390 |
+
#: app/features/mec/settings.php:639 app/features/mec/settings.php:649
|
3391 |
msgid "Thank You Page"
|
3392 |
msgstr "Stránka s poděkováním"
|
3393 |
|
3394 |
+
#: app/features/mec/booking.php:182
|
3395 |
msgid ""
|
3396 |
"User redirects to this page after booking. Leave it empty if you want to "
|
3397 |
"disable it."
|
3399 |
"Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
|
3400 |
"vypnout, ponechte ji prázdnou."
|
3401 |
|
3402 |
+
#: app/features/mec/booking.php:189 app/features/mec/booking.php:194
|
3403 |
+
#: app/features/mec/settings.php:659 app/features/mec/settings.php:664
|
3404 |
msgid "Thank You Page Time Interval"
|
3405 |
msgstr "Stránka s poděkováním časového intervalu"
|
3406 |
|
3407 |
+
#: app/features/mec/booking.php:191 app/features/mec/settings.php:661
|
3408 |
msgid "2000 mean 2 seconds"
|
3409 |
msgstr "2000 znamená 2 vteřiny"
|
3410 |
|
3411 |
+
#: app/features/mec/booking.php:195 app/features/mec/settings.php:665
|
3412 |
msgid ""
|
3413 |
"Waiting time before redirecting to thank you page. It's in miliseconds so "
|
3414 |
"2000 means 2 seconds."
|
3416 |
"Čekací doba před přesměrováním na stránku s poděkováním. Je to v "
|
3417 |
"milisekundách, takže 2000 znamená 2 vteřiny."
|
3418 |
|
3419 |
+
#: app/features/mec/booking.php:202 app/features/mec/booking.php:212
|
3420 |
#, fuzzy
|
3421 |
#| msgid "User Profile"
|
3422 |
msgid "User Role"
|
3423 |
msgstr "Uživatelský profil"
|
3424 |
|
3425 |
+
#: app/features/mec/booking.php:213
|
3426 |
msgid ""
|
3427 |
"MEC creates a user for main attendee after each booking. Default role of the "
|
3428 |
"user is subscriber but you can change it if needed."
|
3429 |
msgstr ""
|
3430 |
|
3431 |
+
#: app/features/mec/booking.php:224
|
3432 |
msgid "Enable Express Attendees Form"
|
3433 |
msgstr "Povolit formulář Expres účastníci"
|
3434 |
|
3435 |
+
#: app/features/mec/booking.php:228
|
3436 |
msgid "Attendees Form"
|
3437 |
msgstr "Formulář účastníků"
|
3438 |
|
3439 |
+
#: app/features/mec/booking.php:229
|
3440 |
msgid ""
|
3441 |
"Apply the info from the first attendee to all purchased ticket by that user. "
|
3442 |
"Uncheck if you want every ticket to have its own attendee’s info."
|
3443 |
msgstr ""
|
3444 |
|
3445 |
+
#: app/features/mec/booking.php:242
|
3446 |
msgid "Enable Invoice"
|
3447 |
msgstr "Povolit fakturu"
|
3448 |
|
3449 |
+
#: app/features/mec/booking.php:253
|
3450 |
msgid "Enable Booking for Ongoing Events"
|
3451 |
msgstr "Povolit rezervaci pro probíhající události"
|
3452 |
|
3453 |
+
#: app/features/mec/booking.php:264
|
3454 |
+
msgid "Enable Downloadable File"
|
3455 |
+
msgstr ""
|
3456 |
+
|
3457 |
+
#: app/features/mec/booking.php:269
|
3458 |
+
msgid ""
|
3459 |
+
"By enabling this feature, You can upload a file for each event and bookers "
|
3460 |
+
"are able to download it after booking."
|
3461 |
+
msgstr ""
|
3462 |
+
|
3463 |
+
#: app/features/mec/booking.php:276
|
3464 |
msgid "Email verification"
|
3465 |
msgstr "Ověřovací email"
|
3466 |
|
3467 |
+
#: app/features/mec/booking.php:282
|
3468 |
msgid "Auto verification for free bookings"
|
3469 |
msgstr "Automatické ověření pro rezervace zdarma"
|
3470 |
|
3471 |
+
#: app/features/mec/booking.php:291
|
3472 |
msgid "Auto verification for paid bookings"
|
3473 |
msgstr "Automatické ověření pro placené rezervace"
|
3474 |
|
3475 |
+
#: app/features/mec/booking.php:295 app/features/mec/notifications.php:244
|
3476 |
#: app/libraries/main.php:582
|
3477 |
msgid "Booking Confirmation"
|
3478 |
msgstr "Potvrzení rezervace"
|
3479 |
|
3480 |
+
#: app/features/mec/booking.php:301
|
3481 |
msgid "Auto confirmation for free bookings"
|
3482 |
msgstr "Automatické potvrzení pro rezervace zdarma"
|
3483 |
|
3484 |
+
#: app/features/mec/booking.php:310
|
3485 |
msgid "Auto confirmation for paid bookings"
|
3486 |
msgstr "Automatické ověření pro placené rezervace"
|
3487 |
|
3488 |
+
#: app/features/mec/booking.php:319
|
3489 |
msgid "Send confirmation email in auto confirmation mode"
|
3490 |
msgstr ""
|
3491 |
|
3492 |
+
#: app/features/mec/booking.php:338
|
3493 |
msgid "Enable coupons module"
|
3494 |
msgstr "Povolit modul vstupenek"
|
3495 |
|
3496 |
+
#: app/features/mec/booking.php:340
|
3497 |
#, fuzzy
|
3498 |
#| msgid ""
|
3499 |
#| "After enabling and saving the settings,, you should reload the page to "
|
3505 |
"Po povolení a uložení nastavení byste měli stránku znovu načíst a zobrazit "
|
3506 |
"novou nabídku na řídícím panelu > Rezervace"
|
3507 |
|
3508 |
+
#: app/features/mec/booking.php:348 app/libraries/main.php:561
|
3509 |
msgid "Taxes / Fees"
|
3510 |
msgstr "Daně / poplatky"
|
3511 |
|
3512 |
+
#: app/features/mec/booking.php:356
|
3513 |
msgid "Enable taxes / fees module"
|
3514 |
msgstr "Povolit modul daní / poplatků"
|
3515 |
|
3516 |
+
#: app/features/mec/booking.php:361
|
3517 |
msgid "Add Fee"
|
3518 |
msgstr "Přidat poplatek"
|
3519 |
|
3520 |
+
#: app/features/mec/booking.php:425 app/libraries/main.php:562
|
3521 |
msgid "Ticket Variations & Options"
|
3522 |
msgstr "Varianty a možnosti vstupenek"
|
3523 |
|
3524 |
+
#: app/features/mec/booking.php:433
|
3525 |
msgid "Enable ticket options module"
|
3526 |
msgstr "Povolit modul možností vstupenek"
|
3527 |
|
3528 |
+
#: app/features/mec/booking.php:438
|
3529 |
msgid "Add Variation / Option"
|
3530 |
msgstr "Přidat varianty / možnosti"
|
3531 |
|
3532 |
+
#: app/features/mec/booking.php:715
|
3533 |
msgid "Enable Organizer Payment Module"
|
3534 |
msgstr "Povolit platební modul organizátora"
|
3535 |
|
3536 |
+
#: app/features/mec/booking.php:720
|
3537 |
msgid ""
|
3538 |
"By enabling this module, organizers are able to insert their own payment "
|
3539 |
"credentials for enabled gateways per event and receive the payments directly!"
|
3541 |
"Po aktivaci tohoto modulu mohou organizátoři vkládat své vlastní platební "
|
3542 |
"údaje pro povolené brány pro události a přijímat platby přímo!"
|
3543 |
|
3544 |
+
#: app/features/mec/booking.php:807 app/features/mec/messages.php:78
|
3545 |
+
#: app/features/mec/modules.php:398 app/features/mec/notifications.php:962
|
3546 |
+
#: app/features/mec/settings.php:1157 app/features/mec/single.php:383
|
3547 |
#: app/features/mec/styles.php:60 app/features/mec/styling.php:311
|
3548 |
msgid "Saved"
|
3549 |
msgstr "Uloženo"
|
3550 |
|
3551 |
+
#: app/features/mec/booking.php:808 app/features/mec/messages.php:79
|
3552 |
+
#: app/features/mec/modules.php:399 app/features/mec/notifications.php:963
|
3553 |
+
#: app/features/mec/settings.php:1158 app/features/mec/single.php:384
|
3554 |
#: app/features/mec/styles.php:61 app/features/mec/styling.php:312
|
3555 |
msgid "Settings Saved!"
|
3556 |
msgstr "Nastavení uložena!"
|
3557 |
|
3558 |
+
#: app/features/mec/booking.php:810 app/features/mec/booking.php:832
|
3559 |
#: app/features/mec/modules.php:401 app/features/mec/modules.php:423
|
3560 |
+
#: app/features/mec/notifications.php:965
|
3561 |
+
#: app/features/mec/notifications.php:987 app/features/mec/settings.php:1160
|
3562 |
+
#: app/features/mec/settings.php:1182 app/features/mec/single.php:386
|
3563 |
+
#: app/features/mec/single.php:408 app/libraries/main.php:6168
|
3564 |
msgid "Verified"
|
3565 |
msgstr "Ověřeno"
|
3566 |
|
3567 |
+
#: app/features/mec/booking.php:834 app/features/mec/modules.php:425
|
3568 |
+
#: app/features/mec/notifications.php:989 app/features/mec/settings.php:1184
|
3569 |
#: app/features/mec/single.php:410
|
3570 |
msgid "Please Refresh Page"
|
3571 |
msgstr "Prosím obnovte stránku"
|
3580 |
msgid "%s - Most Powerful & Easy to Use Events Management System"
|
3581 |
msgstr "%s - Nejvýkonnější a snadno použitelný systém pro správu událostí"
|
3582 |
|
3583 |
+
#: app/features/mec/dashboard.php:65 app/libraries/factory.php:204
|
3584 |
msgctxt "plugin rate"
|
3585 |
msgid "Rate the plugin ★★★★★"
|
3586 |
msgstr "Ohodnoťe doplněk ★★★★★"
|
3626 |
msgid "Copouns!"
|
3627 |
msgstr "Kupóny!"
|
3628 |
|
3629 |
+
#: app/features/mec/dashboard.php:133
|
3630 |
msgid "Getting started with Modern Events Calendar"
|
3631 |
msgstr "Začínáme s Modern Events Calendar"
|
3632 |
|
3633 |
+
#: app/features/mec/dashboard.php:134
|
3634 |
msgid ""
|
3635 |
"In this short video, you can learn how to make an event and put a calendar "
|
3636 |
"on your website. Please watch this 2 minutes video to the end."
|
3638 |
"V tomto krátkém videu se dozvíte, jak vytvořit událost a umístit kalendář na "
|
3639 |
"svoje stránky. Sledujte prosím toto 2minutové video až do konce."
|
3640 |
|
3641 |
+
#: app/features/mec/dashboard.php:150 app/features/mec/dashboard.php:174
|
3642 |
msgid "MEC Activate"
|
3643 |
msgstr "MEC aktivace"
|
3644 |
|
3645 |
+
#: app/features/mec/dashboard.php:156 app/features/mec/dashboard.php:238
|
3646 |
msgid "Activate Addons"
|
3647 |
msgstr "Aktivovat doplňky"
|
3648 |
|
3649 |
+
#: app/features/mec/dashboard.php:164 app/features/mec/dashboard.php:247
|
3650 |
msgid "You cannot access this section."
|
3651 |
msgstr "Nemáte přístup do této části."
|
3652 |
|
3653 |
+
#: app/features/mec/dashboard.php:180
|
3654 |
msgid ""
|
3655 |
"In order to use all plugin features and options, please enter your purchase "
|
3656 |
"code."
|
3658 |
"Chcete-li využívat všechny funkce a možnosti doplňku, zadejte prosím "
|
3659 |
"zakoupený kód."
|
3660 |
|
3661 |
+
#: app/features/mec/dashboard.php:315
|
3662 |
msgid "Popular Gateways"
|
3663 |
msgstr "Oblíbené platební brány"
|
3664 |
|
3665 |
+
#: app/features/mec/dashboard.php:373
|
3666 |
msgid "Change Log"
|
3667 |
msgstr "Změna logu"
|
3668 |
|
3726 |
#: app/features/mec/meta_boxes/display_options.php:909
|
3727 |
#: app/features/mec/meta_boxes/display_options.php:1200
|
3728 |
#: app/features/mec/meta_boxes/display_options.php:1470
|
3729 |
+
#: app/features/mec/settings.php:295 app/features/mec/settings.php:319
|
3730 |
+
#: app/features/mec/settings.php:328 app/features/mec/settings.php:369
|
3731 |
+
#: app/features/mec/settings.php:393 app/features/mec/settings.php:402
|
3732 |
#: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
|
3733 |
#: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
|
3734 |
#: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
|
3739 |
|
3740 |
#: app/features/mec/meta_boxes/display_options.php:43
|
3741 |
#: app/features/mec/meta_boxes/display_options.php:270
|
3742 |
+
#: app/features/mec/settings.php:320 app/features/mec/settings.php:330
|
3743 |
+
#: app/features/mec/settings.php:394 app/features/mec/settings.php:404
|
3744 |
#: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
|
3745 |
msgid "Minimal"
|
3746 |
msgstr "Minimální"
|
3751 |
#: app/features/mec/meta_boxes/display_options.php:911
|
3752 |
#: app/features/mec/meta_boxes/display_options.php:1198
|
3753 |
#: app/features/mec/meta_boxes/display_options.php:1472
|
3754 |
+
#: app/features/mec/settings.php:297 app/features/mec/settings.php:310
|
3755 |
+
#: app/features/mec/settings.php:321 app/features/mec/settings.php:331
|
3756 |
+
#: app/features/mec/settings.php:371 app/features/mec/settings.php:384
|
3757 |
+
#: app/features/mec/settings.php:395 app/features/mec/settings.php:405
|
3758 |
#: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
|
3759 |
#: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
|
3760 |
#: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
|
3762 |
msgstr "Moderní"
|
3763 |
|
3764 |
#: app/features/mec/meta_boxes/display_options.php:45
|
3765 |
+
#: app/features/mec/settings.php:322 app/features/mec/settings.php:396
|
3766 |
#: app/features/popup/shortcode.php:83
|
3767 |
msgid "Standard"
|
3768 |
msgstr "Standardní"
|
3769 |
|
3770 |
#: app/features/mec/meta_boxes/display_options.php:46
|
3771 |
+
#: app/features/mec/settings.php:323 app/features/mec/settings.php:397
|
3772 |
#: app/features/popup/shortcode.php:88
|
3773 |
msgid "Accordion"
|
3774 |
msgstr "Akordeon"
|
4123 |
#: app/features/mec/meta_boxes/display_options.php:910
|
4124 |
#: app/features/mec/meta_boxes/display_options.php:1199
|
4125 |
#: app/features/mec/meta_boxes/display_options.php:1471
|
4126 |
+
#: app/features/mec/settings.php:296 app/features/mec/settings.php:311
|
4127 |
+
#: app/features/mec/settings.php:329 app/features/mec/settings.php:370
|
4128 |
+
#: app/features/mec/settings.php:385 app/features/mec/settings.php:403
|
4129 |
#: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
|
4130 |
#: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
|
4131 |
#: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
|
4135 |
#: app/features/mec/meta_boxes/display_options.php:272
|
4136 |
#: app/features/mec/meta_boxes/display_options.php:652
|
4137 |
#: app/features/mec/meta_boxes/display_options.php:913
|
4138 |
+
#: app/features/mec/settings.php:299 app/features/mec/settings.php:332
|
4139 |
+
#: app/features/mec/settings.php:373 app/features/mec/settings.php:406
|
4140 |
#: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
|
4141 |
#: app/features/popup/shortcode.php:219
|
4142 |
msgid "Simple"
|
4150 |
#: app/features/mec/meta_boxes/display_options.php:274
|
4151 |
#: app/features/mec/meta_boxes/display_options.php:651
|
4152 |
#: app/features/mec/meta_boxes/display_options.php:912
|
4153 |
+
#: app/features/mec/settings.php:298 app/features/mec/settings.php:334
|
4154 |
+
#: app/features/mec/settings.php:372 app/features/mec/settings.php:408
|
4155 |
#: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
|
4156 |
#: app/features/popup/shortcode.php:214
|
4157 |
msgid "Novel"
|
4201 |
|
4202 |
#: app/features/mec/meta_boxes/display_options.php:638
|
4203 |
#: app/features/mec/meta_boxes/display_options.php:662
|
4204 |
+
#: app/libraries/main.php:330 app/libraries/main.php:1926
|
4205 |
+
#: app/libraries/main.php:1951
|
4206 |
msgid "List View"
|
4207 |
msgstr "Zobrazení seznamu"
|
4208 |
|
4209 |
#: app/features/mec/meta_boxes/display_options.php:639
|
4210 |
#: app/features/mec/meta_boxes/display_options.php:683
|
4211 |
+
#: app/libraries/main.php:331 app/libraries/main.php:1927
|
4212 |
+
#: app/libraries/main.php:1952
|
4213 |
msgid "Grid View"
|
4214 |
msgstr "Zobrazení mřížky"
|
4215 |
|
4223 |
|
4224 |
#: app/features/mec/meta_boxes/display_options.php:641
|
4225 |
#: app/features/mec/meta_boxes/display_options.php:704
|
4226 |
+
#: app/libraries/main.php:334 app/libraries/main.php:1920
|
4227 |
+
#: app/libraries/main.php:1945
|
4228 |
msgid "Yearly View"
|
4229 |
msgstr "Roční zobrazení"
|
4230 |
|
4235 |
|
4236 |
#: app/features/mec/meta_boxes/display_options.php:643
|
4237 |
#: app/features/mec/meta_boxes/display_options.php:753
|
4238 |
+
#: app/libraries/main.php:337 app/libraries/main.php:1922
|
4239 |
+
#: app/libraries/main.php:1947
|
4240 |
msgid "Weekly View"
|
4241 |
msgstr "Týdenní zobrazení"
|
4242 |
|
4243 |
#: app/features/mec/meta_boxes/display_options.php:644
|
4244 |
#: app/features/mec/meta_boxes/display_options.php:763
|
4245 |
+
#: app/libraries/main.php:336 app/libraries/main.php:1923
|
4246 |
+
#: app/libraries/main.php:1948
|
4247 |
msgid "Daily View"
|
4248 |
msgstr "Denní zobrazení"
|
4249 |
|
4658 |
msgid "Choose your desired authors for filtering the events."
|
4659 |
msgstr "Vyberte požadované autory pro filtrování událostí."
|
4660 |
|
4661 |
+
#: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:432
|
4662 |
msgid "Expired Events"
|
4663 |
msgstr "Události vypršely"
|
4664 |
|
4738 |
#: app/features/mec/meta_boxes/search_form.php:606
|
4739 |
#: app/features/mec/meta_boxes/search_form.php:676
|
4740 |
#: app/features/mec/meta_boxes/search_form.php:782
|
4741 |
+
#: app/features/mec/settings.php:904 app/features/mec/single.php:336
|
4742 |
#: app/features/search.php:86 app/features/speakers.php:61
|
4743 |
+
#: app/features/speakers.php:269 app/libraries/main.php:5859
|
4744 |
+
#: app/libraries/main.php:5907 app/libraries/skins.php:1006
|
4745 |
#: app/modules/speakers/details.php:18
|
4746 |
msgid "Speaker"
|
4747 |
msgstr "Řečník"
|
4757 |
#: app/features/mec/meta_boxes/search_form.php:613
|
4758 |
#: app/features/mec/meta_boxes/search_form.php:683
|
4759 |
#: app/features/mec/meta_boxes/search_form.php:789
|
4760 |
+
#: app/features/mec/settings.php:911 app/features/mec/single.php:345
|
4761 |
+
#: app/features/search.php:92 app/libraries/skins.php:1032
|
4762 |
msgid "Tag"
|
4763 |
msgstr "Štítek"
|
4764 |
|
4877 |
msgid "Google Map Options"
|
4878 |
msgstr "Možnosti Google Maps"
|
4879 |
|
4880 |
+
#: app/features/mec/modules.php:85 app/features/mec/settings.php:947
|
4881 |
+
#: app/features/mec/settings.php:960
|
4882 |
msgid "Required!"
|
4883 |
msgstr "Požadované!"
|
4884 |
|
5071 |
msgid "Sent to attendee after booking to notify them."
|
5072 |
msgstr "Po rezervaci odešle účastníkovi informační upozornění."
|
5073 |
|
5074 |
+
#: app/features/mec/notifications.php:43 app/features/mec/notifications.php:147
|
5075 |
+
#: app/features/mec/notifications.php:255
|
5076 |
+
#: app/features/mec/notifications.php:368
|
5077 |
+
#: app/features/mec/notifications.php:483
|
5078 |
+
#: app/features/mec/notifications.php:593
|
5079 |
+
#: app/features/mec/notifications.php:718
|
5080 |
+
#: app/features/mec/notifications.php:801 app/features/mec/report.php:54
|
5081 |
msgid "Email Subject"
|
5082 |
msgstr "Předmět emailové zprávy"
|
5083 |
|
5084 |
#: app/features/mec/notifications.php:49 app/features/mec/notifications.php:56
|
5085 |
+
#: app/features/mec/notifications.php:153
|
5086 |
+
#: app/features/mec/notifications.php:160
|
5087 |
+
#: app/features/mec/notifications.php:261
|
5088 |
+
#: app/features/mec/notifications.php:268
|
5089 |
+
#: app/features/mec/notifications.php:374
|
5090 |
+
#: app/features/mec/notifications.php:381
|
5091 |
+
#: app/features/mec/notifications.php:489
|
5092 |
+
#: app/features/mec/notifications.php:496
|
5093 |
+
#: app/features/mec/notifications.php:599
|
5094 |
+
#: app/features/mec/notifications.php:606
|
5095 |
+
#: app/features/mec/notifications.php:724
|
5096 |
+
#: app/features/mec/notifications.php:731
|
5097 |
+
#: app/features/mec/notifications.php:807
|
5098 |
+
#: app/features/mec/notifications.php:814
|
5099 |
msgid "Receiver Users"
|
5100 |
msgstr ""
|
5101 |
|
5102 |
+
#: app/features/mec/notifications.php:57 app/features/mec/notifications.php:161
|
5103 |
+
#: app/features/mec/notifications.php:269
|
5104 |
+
#: app/features/mec/notifications.php:382
|
5105 |
+
#: app/features/mec/notifications.php:497
|
5106 |
+
#: app/features/mec/notifications.php:607
|
5107 |
+
#: app/features/mec/notifications.php:732
|
5108 |
+
#: app/features/mec/notifications.php:815
|
5109 |
msgid "Select users to send a copy of email to them!"
|
5110 |
msgstr ""
|
5111 |
|
5112 |
#: app/features/mec/notifications.php:66 app/features/mec/notifications.php:73
|
5113 |
+
#: app/features/mec/notifications.php:170
|
5114 |
+
#: app/features/mec/notifications.php:177
|
5115 |
+
#: app/features/mec/notifications.php:278
|
5116 |
+
#: app/features/mec/notifications.php:285
|
5117 |
+
#: app/features/mec/notifications.php:391
|
5118 |
+
#: app/features/mec/notifications.php:398
|
5119 |
+
#: app/features/mec/notifications.php:506
|
5120 |
+
#: app/features/mec/notifications.php:513
|
5121 |
+
#: app/features/mec/notifications.php:616
|
5122 |
+
#: app/features/mec/notifications.php:623
|
5123 |
+
#: app/features/mec/notifications.php:741
|
5124 |
+
#: app/features/mec/notifications.php:748
|
5125 |
+
#: app/features/mec/notifications.php:824
|
5126 |
+
#: app/features/mec/notifications.php:831
|
5127 |
msgid "Receiver Roles"
|
5128 |
msgstr ""
|
5129 |
|
5130 |
+
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:178
|
5131 |
+
#: app/features/mec/notifications.php:286
|
5132 |
+
#: app/features/mec/notifications.php:399
|
5133 |
+
#: app/features/mec/notifications.php:514
|
5134 |
+
#: app/features/mec/notifications.php:624
|
5135 |
+
#: app/features/mec/notifications.php:749
|
5136 |
+
#: app/features/mec/notifications.php:832
|
5137 |
msgid "Select users a specific role."
|
5138 |
msgstr ""
|
5139 |
|
5140 |
#: app/features/mec/notifications.php:82 app/features/mec/notifications.php:86
|
5141 |
+
#: app/features/mec/notifications.php:186
|
5142 |
+
#: app/features/mec/notifications.php:190
|
5143 |
+
#: app/features/mec/notifications.php:294
|
5144 |
+
#: app/features/mec/notifications.php:298
|
5145 |
+
#: app/features/mec/notifications.php:407
|
5146 |
+
#: app/features/mec/notifications.php:411
|
|
|
5147 |
#: app/features/mec/notifications.php:522
|
5148 |
+
#: app/features/mec/notifications.php:526
|
5149 |
+
#: app/features/mec/notifications.php:632
|
5150 |
+
#: app/features/mec/notifications.php:636
|
5151 |
+
#: app/features/mec/notifications.php:757
|
5152 |
+
#: app/features/mec/notifications.php:761
|
5153 |
+
#: app/features/mec/notifications.php:840
|
5154 |
+
#: app/features/mec/notifications.php:844
|
5155 |
msgid "Custom Recipients"
|
5156 |
msgstr "Vlastní příjemci"
|
5157 |
|
5158 |
+
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:191
|
5159 |
+
#: app/features/mec/notifications.php:299
|
5160 |
+
#: app/features/mec/notifications.php:412
|
5161 |
+
#: app/features/mec/notifications.php:527
|
5162 |
+
#: app/features/mec/notifications.php:637
|
5163 |
+
#: app/features/mec/notifications.php:762
|
5164 |
+
#: app/features/mec/notifications.php:845
|
5165 |
msgid "Insert comma separated emails for multiple recipients."
|
5166 |
msgstr "Vložte e-maily oddělené čárkami pro více příjemců."
|
5167 |
|
5168 |
+
#: app/features/mec/notifications.php:94 app/features/mec/notifications.php:423
|
5169 |
+
#: app/features/mec/notifications.php:534
|
5170 |
msgid "Send the email to event organizer"
|
5171 |
msgstr "Pošlete e-mail organizátorovi události"
|
5172 |
|
5173 |
+
#: app/features/mec/notifications.php:97 app/features/mec/notifications.php:197
|
5174 |
+
#: app/features/mec/notifications.php:309
|
5175 |
+
#: app/features/mec/notifications.php:430
|
5176 |
+
#: app/features/mec/notifications.php:537
|
5177 |
+
#: app/features/mec/notifications.php:654
|
5178 |
+
#: app/features/mec/notifications.php:768
|
5179 |
+
#: app/features/mec/notifications.php:851
|
5180 |
msgid "Email Content"
|
5181 |
msgstr "Obsah zprávy"
|
5182 |
|
5183 |
#: app/features/mec/notifications.php:100
|
5184 |
+
#: app/features/mec/notifications.php:200
|
5185 |
+
#: app/features/mec/notifications.php:312
|
5186 |
+
#: app/features/mec/notifications.php:433
|
5187 |
+
#: app/features/mec/notifications.php:540
|
5188 |
+
#: app/features/mec/notifications.php:657
|
5189 |
+
#: app/features/mec/notifications.php:771
|
5190 |
+
#: app/features/mec/notifications.php:854 app/features/mec/report.php:56
|
5191 |
#, fuzzy
|
5192 |
#| msgid "You can use following placeholders"
|
5193 |
msgid "You can use the following placeholders"
|
5194 |
msgstr "Můžete použít následující zástupné symboly"
|
5195 |
|
5196 |
#: app/features/mec/notifications.php:102
|
5197 |
+
#: app/features/mec/notifications.php:202
|
5198 |
+
#: app/features/mec/notifications.php:314
|
5199 |
+
#: app/features/mec/notifications.php:435
|
5200 |
+
#: app/features/mec/notifications.php:542
|
5201 |
+
#: app/features/mec/notifications.php:659
|
5202 |
msgid "First name of attendee"
|
5203 |
msgstr "První jméno účastníka"
|
5204 |
|
5205 |
#: app/features/mec/notifications.php:103
|
5206 |
+
#: app/features/mec/notifications.php:203
|
5207 |
+
#: app/features/mec/notifications.php:315
|
5208 |
+
#: app/features/mec/notifications.php:436
|
5209 |
+
#: app/features/mec/notifications.php:543
|
5210 |
+
#: app/features/mec/notifications.php:660
|
5211 |
msgid "Last name of attendee"
|
5212 |
msgstr "Příjmení účastníka"
|
5213 |
|
5214 |
#: app/features/mec/notifications.php:104
|
5215 |
+
#: app/features/mec/notifications.php:204
|
5216 |
+
#: app/features/mec/notifications.php:316
|
5217 |
+
#: app/features/mec/notifications.php:437
|
5218 |
+
#: app/features/mec/notifications.php:544
|
5219 |
+
#: app/features/mec/notifications.php:661
|
5220 |
msgid "Email of attendee"
|
5221 |
msgstr "Email účastníka"
|
5222 |
|
5223 |
#: app/features/mec/notifications.php:105
|
5224 |
+
#: app/features/mec/notifications.php:205
|
5225 |
+
#: app/features/mec/notifications.php:317
|
5226 |
+
#: app/features/mec/notifications.php:438
|
5227 |
+
#: app/features/mec/notifications.php:545
|
5228 |
+
#: app/features/mec/notifications.php:662
|
5229 |
msgid "Booked date of event"
|
5230 |
msgstr "Datum rezervace akce"
|
5231 |
|
5232 |
#: app/features/mec/notifications.php:106
|
5233 |
+
#: app/features/mec/notifications.php:206
|
5234 |
+
#: app/features/mec/notifications.php:318
|
5235 |
+
#: app/features/mec/notifications.php:439
|
5236 |
+
#: app/features/mec/notifications.php:546
|
5237 |
+
#: app/features/mec/notifications.php:663
|
5238 |
msgid "Booked time of event"
|
5239 |
msgstr "Čas rezervace akce"
|
5240 |
|
5241 |
#: app/features/mec/notifications.php:107
|
5242 |
+
#: app/features/mec/notifications.php:207
|
5243 |
+
#: app/features/mec/notifications.php:319
|
5244 |
+
#: app/features/mec/notifications.php:440
|
5245 |
+
#: app/features/mec/notifications.php:547
|
5246 |
+
#: app/features/mec/notifications.php:664
|
5247 |
msgid "Booking Price"
|
5248 |
msgstr "Cena rezervace"
|
5249 |
|
5250 |
#: app/features/mec/notifications.php:108
|
5251 |
+
#: app/features/mec/notifications.php:208
|
5252 |
+
#: app/features/mec/notifications.php:320
|
5253 |
+
#: app/features/mec/notifications.php:441
|
5254 |
+
#: app/features/mec/notifications.php:548
|
5255 |
+
#: app/features/mec/notifications.php:665
|
5256 |
#, fuzzy
|
5257 |
#| msgid "Cannot find the booking!"
|
5258 |
msgid "Date and time of booking"
|
5259 |
msgstr "Nemohu najít rezervaci!"
|
5260 |
|
5261 |
#: app/features/mec/notifications.php:109
|
5262 |
+
#: app/features/mec/notifications.php:209
|
5263 |
+
#: app/features/mec/notifications.php:321
|
5264 |
+
#: app/features/mec/notifications.php:442
|
5265 |
+
#: app/features/mec/notifications.php:549
|
5266 |
+
#: app/features/mec/notifications.php:666
|
5267 |
+
#: app/features/mec/notifications.php:779
|
5268 |
+
#: app/features/mec/notifications.php:862
|
5269 |
msgid "Your website title"
|
5270 |
msgstr "Název vašeho webu"
|
5271 |
|
5272 |
#: app/features/mec/notifications.php:110
|
5273 |
+
#: app/features/mec/notifications.php:210
|
5274 |
+
#: app/features/mec/notifications.php:322
|
5275 |
+
#: app/features/mec/notifications.php:443
|
5276 |
+
#: app/features/mec/notifications.php:550
|
5277 |
+
#: app/features/mec/notifications.php:667
|
5278 |
+
#: app/features/mec/notifications.php:780
|
5279 |
+
#: app/features/mec/notifications.php:863
|
5280 |
msgid "Your website URL"
|
5281 |
msgstr "URL vašeho webu"
|
5282 |
|
5283 |
#: app/features/mec/notifications.php:111
|
5284 |
+
#: app/features/mec/notifications.php:211
|
5285 |
+
#: app/features/mec/notifications.php:323
|
5286 |
+
#: app/features/mec/notifications.php:444
|
5287 |
+
#: app/features/mec/notifications.php:551
|
5288 |
+
#: app/features/mec/notifications.php:668
|
5289 |
+
#: app/features/mec/notifications.php:781
|
5290 |
+
#: app/features/mec/notifications.php:864
|
5291 |
msgid "Your website description"
|
5292 |
msgstr "Popis vašeho webu"
|
5293 |
|
5294 |
#: app/features/mec/notifications.php:112
|
5295 |
+
#: app/features/mec/notifications.php:212
|
5296 |
+
#: app/features/mec/notifications.php:324
|
5297 |
+
#: app/features/mec/notifications.php:445
|
5298 |
+
#: app/features/mec/notifications.php:552
|
5299 |
+
#: app/features/mec/notifications.php:669
|
5300 |
msgid "Event title"
|
5301 |
msgstr "Název události"
|
5302 |
|
5303 |
#: app/features/mec/notifications.php:113
|
5304 |
+
#: app/features/mec/notifications.php:213
|
5305 |
+
#: app/features/mec/notifications.php:325
|
5306 |
+
#: app/features/mec/notifications.php:446
|
5307 |
+
#: app/features/mec/notifications.php:553
|
5308 |
+
#: app/features/mec/notifications.php:670
|
5309 |
msgid "Event link"
|
5310 |
msgstr "Odkaz události"
|
5311 |
|
5312 |
#: app/features/mec/notifications.php:114
|
5313 |
+
#: app/features/mec/notifications.php:214
|
5314 |
+
#: app/features/mec/notifications.php:326
|
5315 |
+
#: app/features/mec/notifications.php:775
|
5316 |
+
#: app/features/mec/notifications.php:858
|
5317 |
#, fuzzy
|
5318 |
#| msgid "Start Date"
|
5319 |
msgid "Event Start Date"
|
5320 |
msgstr "Počátečná den"
|
5321 |
|
5322 |
#: app/features/mec/notifications.php:115
|
5323 |
+
#: app/features/mec/notifications.php:215
|
5324 |
+
#: app/features/mec/notifications.php:327
|
5325 |
+
#: app/features/mec/notifications.php:776
|
5326 |
+
#: app/features/mec/notifications.php:859
|
5327 |
#, fuzzy
|
5328 |
#| msgid "End Date"
|
5329 |
msgid "Event End Date"
|
5330 |
msgstr "Konečný den"
|
5331 |
|
5332 |
#: app/features/mec/notifications.php:116
|
5333 |
+
#: app/features/mec/notifications.php:216
|
5334 |
+
#: app/features/mec/notifications.php:328
|
5335 |
+
#: app/features/mec/notifications.php:447
|
5336 |
+
#: app/features/mec/notifications.php:554
|
5337 |
+
#: app/features/mec/notifications.php:671
|
5338 |
msgid "Speaker name of booked event"
|
5339 |
msgstr "Jméno řečníka rezervované události"
|
5340 |
|
5341 |
#: app/features/mec/notifications.php:117
|
5342 |
+
#: app/features/mec/notifications.php:217
|
5343 |
+
#: app/features/mec/notifications.php:329
|
5344 |
+
#: app/features/mec/notifications.php:448
|
5345 |
+
#: app/features/mec/notifications.php:555
|
5346 |
+
#: app/features/mec/notifications.php:672
|
5347 |
msgid "Organizer name of booked event"
|
5348 |
msgstr "Jméno organizátora rezervované události"
|
5349 |
|
5350 |
#: app/features/mec/notifications.php:118
|
5351 |
+
#: app/features/mec/notifications.php:218
|
5352 |
+
#: app/features/mec/notifications.php:330
|
5353 |
+
#: app/features/mec/notifications.php:449
|
5354 |
+
#: app/features/mec/notifications.php:556
|
5355 |
+
#: app/features/mec/notifications.php:673
|
5356 |
msgid "Organizer tel of booked event"
|
5357 |
msgstr "Telefon organizátora rezervované události"
|
5358 |
|
5359 |
#: app/features/mec/notifications.php:119
|
5360 |
+
#: app/features/mec/notifications.php:219
|
5361 |
+
#: app/features/mec/notifications.php:331
|
5362 |
+
#: app/features/mec/notifications.php:450
|
5363 |
+
#: app/features/mec/notifications.php:557
|
5364 |
+
#: app/features/mec/notifications.php:674
|
5365 |
msgid "Organizer email of booked event"
|
5366 |
msgstr "Email organizátora rezervované události"
|
5367 |
|
5368 |
#: app/features/mec/notifications.php:120
|
5369 |
+
#: app/features/mec/notifications.php:220
|
5370 |
+
#: app/features/mec/notifications.php:332
|
5371 |
+
#: app/features/mec/notifications.php:451
|
5372 |
+
#: app/features/mec/notifications.php:558
|
5373 |
+
#: app/features/mec/notifications.php:675
|
5374 |
msgid "Location name of booked event"
|
5375 |
msgstr "Název místa rezervované události"
|
5376 |
|
5377 |
#: app/features/mec/notifications.php:121
|
5378 |
+
#: app/features/mec/notifications.php:221
|
5379 |
+
#: app/features/mec/notifications.php:333
|
5380 |
+
#: app/features/mec/notifications.php:452
|
5381 |
+
#: app/features/mec/notifications.php:559
|
5382 |
+
#: app/features/mec/notifications.php:676
|
5383 |
msgid "Location address of booked event"
|
5384 |
msgstr "Adresa místa rezervované události"
|
5385 |
|
5386 |
#: app/features/mec/notifications.php:122
|
5387 |
+
#: app/features/mec/notifications.php:222
|
5388 |
+
#: app/features/mec/notifications.php:334
|
5389 |
+
#: app/features/mec/notifications.php:453
|
5390 |
+
#: app/features/mec/notifications.php:560
|
5391 |
+
#: app/features/mec/notifications.php:677
|
5392 |
#, fuzzy
|
5393 |
#| msgid "Location name of booked event"
|
5394 |
msgid "Additional locations name of booked event"
|
5395 |
msgstr "Název místa rezervované události"
|
5396 |
|
5397 |
#: app/features/mec/notifications.php:123
|
5398 |
+
#: app/features/mec/notifications.php:223
|
5399 |
+
#: app/features/mec/notifications.php:335
|
5400 |
+
#: app/features/mec/notifications.php:454
|
5401 |
+
#: app/features/mec/notifications.php:561
|
5402 |
+
#: app/features/mec/notifications.php:678
|
5403 |
#, fuzzy
|
5404 |
#| msgid "Location address of booked event"
|
5405 |
msgid "Additional locations address of booked event"
|
5406 |
msgstr "Adresa místa rezervované události"
|
5407 |
|
5408 |
#: app/features/mec/notifications.php:124
|
5409 |
+
#: app/features/mec/notifications.php:224
|
5410 |
+
#: app/features/mec/notifications.php:336
|
5411 |
+
#: app/features/mec/notifications.php:455
|
5412 |
+
#: app/features/mec/notifications.php:562
|
5413 |
+
#: app/features/mec/notifications.php:679
|
5414 |
#, fuzzy
|
5415 |
#| msgid "Speaker name of booked event"
|
5416 |
msgid "Featured image of booked event"
|
5417 |
msgstr "Jméno řečníka rezervované události"
|
5418 |
|
5419 |
#: app/features/mec/notifications.php:125
|
5420 |
+
#: app/features/mec/notifications.php:225
|
5421 |
+
#: app/features/mec/notifications.php:337
|
5422 |
+
#: app/features/mec/notifications.php:456
|
5423 |
+
#: app/features/mec/notifications.php:563
|
5424 |
+
#: app/features/mec/notifications.php:680
|
5425 |
msgid "Full Attendee info such as booking form data, name, email etc."
|
5426 |
msgstr ""
|
5427 |
"Úplné informace o účastnících, jako jsou údaje z rezervačního formuláře, "
|
5428 |
"jméno, e-mail atd."
|
5429 |
|
5430 |
#: app/features/mec/notifications.php:126
|
5431 |
+
#: app/features/mec/notifications.php:226
|
5432 |
+
#: app/features/mec/notifications.php:338
|
5433 |
+
#: app/features/mec/notifications.php:457
|
5434 |
+
#: app/features/mec/notifications.php:564
|
5435 |
+
#: app/features/mec/notifications.php:681
|
5436 |
#, fuzzy
|
5437 |
#| msgid "Booking"
|
5438 |
msgid "Booking ID"
|
5439 |
msgstr "Rezervace"
|
5440 |
|
5441 |
#: app/features/mec/notifications.php:127
|
5442 |
+
#: app/features/mec/notifications.php:227
|
5443 |
+
#: app/features/mec/notifications.php:339
|
5444 |
+
#: app/features/mec/notifications.php:458
|
5445 |
+
#: app/features/mec/notifications.php:565
|
5446 |
+
#: app/features/mec/notifications.php:682
|
5447 |
#, fuzzy
|
5448 |
#| msgid "Transaction ID"
|
5449 |
msgid "Transaction ID of Booking"
|
5450 |
msgstr "ID transakce"
|
5451 |
|
5452 |
#: app/features/mec/notifications.php:128
|
5453 |
+
#: app/features/mec/notifications.php:341
|
5454 |
+
#: app/features/mec/notifications.php:684
|
5455 |
msgid "Invoice Link"
|
5456 |
msgstr "Odkaz na fakturu"
|
5457 |
|
5458 |
#: app/features/mec/notifications.php:129
|
5459 |
+
#: app/features/mec/notifications.php:229
|
5460 |
+
#: app/features/mec/notifications.php:342
|
5461 |
+
#: app/features/mec/notifications.php:460
|
5462 |
+
#: app/features/mec/notifications.php:567
|
5463 |
+
#: app/features/mec/notifications.php:685
|
5464 |
#, fuzzy
|
5465 |
#| msgid "There is no skins"
|
5466 |
msgid "Total attendees of current booking"
|
5467 |
msgstr "Neexistuje žádný vzhled"
|
5468 |
|
5469 |
#: app/features/mec/notifications.php:130
|
5470 |
+
#: app/features/mec/notifications.php:230
|
5471 |
+
#: app/features/mec/notifications.php:343
|
5472 |
+
#: app/features/mec/notifications.php:461
|
5473 |
+
#: app/features/mec/notifications.php:568
|
5474 |
+
#: app/features/mec/notifications.php:686
|
5475 |
msgid "Amount of Booked Tickets (Total attendees of all bookings)"
|
5476 |
msgstr ""
|
5477 |
|
5478 |
#: app/features/mec/notifications.php:131
|
5479 |
+
#: app/features/mec/notifications.php:231
|
5480 |
+
#: app/features/mec/notifications.php:344
|
5481 |
+
#: app/features/mec/notifications.php:462
|
5482 |
+
#: app/features/mec/notifications.php:569
|
5483 |
+
#: app/features/mec/notifications.php:687
|
5484 |
msgid "Ticket name"
|
5485 |
msgstr "Název vstupenky"
|
5486 |
|
5487 |
#: app/features/mec/notifications.php:132
|
5488 |
+
#: app/features/mec/notifications.php:232
|
5489 |
+
#: app/features/mec/notifications.php:345
|
5490 |
+
#: app/features/mec/notifications.php:463
|
5491 |
+
#: app/features/mec/notifications.php:570
|
5492 |
+
#: app/features/mec/notifications.php:688
|
5493 |
msgid "Ticket time"
|
5494 |
msgstr "Čas vstupenky"
|
5495 |
|
5496 |
#: app/features/mec/notifications.php:133
|
5497 |
+
#: app/features/mec/notifications.php:233
|
5498 |
+
#: app/features/mec/notifications.php:346
|
5499 |
+
#: app/features/mec/notifications.php:464
|
5500 |
+
#: app/features/mec/notifications.php:571
|
5501 |
+
#: app/features/mec/notifications.php:689
|
5502 |
#, fuzzy
|
5503 |
#| msgid "Ticket name"
|
5504 |
msgid "Ticket name & time"
|
5505 |
msgstr "Název vstupenky"
|
5506 |
|
5507 |
#: app/features/mec/notifications.php:134
|
5508 |
+
#: app/features/mec/notifications.php:234
|
5509 |
+
#: app/features/mec/notifications.php:347
|
5510 |
+
#: app/features/mec/notifications.php:465
|
5511 |
+
#: app/features/mec/notifications.php:572
|
5512 |
+
#: app/features/mec/notifications.php:690
|
5513 |
#, fuzzy
|
5514 |
#| msgid "Payment Gateways"
|
5515 |
msgid "Payment Gateway"
|
5516 |
msgstr "Platební brány"
|
5517 |
|
5518 |
#: app/features/mec/notifications.php:135
|
5519 |
+
#: app/features/mec/notifications.php:235
|
5520 |
+
#: app/features/mec/notifications.php:348
|
5521 |
+
#: app/features/mec/notifications.php:466
|
5522 |
+
#: app/features/mec/notifications.php:573
|
5523 |
+
#: app/features/mec/notifications.php:691
|
5524 |
+
msgid "Link to the downloadable file"
|
5525 |
+
msgstr ""
|
5526 |
+
|
5527 |
+
#: app/features/mec/notifications.php:136
|
5528 |
+
#: app/features/mec/notifications.php:236
|
5529 |
+
#: app/features/mec/notifications.php:349
|
5530 |
+
#: app/features/mec/notifications.php:692
|
5531 |
msgid "Download ICS file"
|
5532 |
msgstr "Stáhnout ICS soubor"
|
5533 |
|
5534 |
+
#: app/features/mec/notifications.php:144 app/libraries/main.php:581
|
5535 |
msgid "Booking Verification"
|
5536 |
msgstr "Ověření rezervace"
|
5537 |
|
5538 |
+
#: app/features/mec/notifications.php:145
|
5539 |
msgid "It sends to attendee email for verifying their booking/email."
|
5540 |
msgstr "Odesílá e-mail účastníkovi k ověření jeho rezervace / e-mailu."
|
5541 |
|
5542 |
+
#: app/features/mec/notifications.php:228
|
5543 |
msgid "Email/Booking verification link."
|
5544 |
msgstr "Ověřovací odkaz E-mailu / Rezervace."
|
5545 |
|
5546 |
+
#: app/features/mec/notifications.php:248
|
5547 |
#, fuzzy
|
5548 |
#| msgid "Enable booking notification"
|
5549 |
msgid "Enable booking confirmation"
|
5550 |
msgstr "Povolit upozornění na rezervaci"
|
5551 |
|
5552 |
+
#: app/features/mec/notifications.php:253
|
5553 |
#, fuzzy
|
5554 |
#| msgid "It sends to attendee after confirming the booking by admin."
|
5555 |
msgid "Sent to attendee after confirming the booking by admin."
|
5556 |
msgstr "Po potvrzení rezervace od administrátora odešle účastníkovi."
|
5557 |
|
5558 |
+
#: app/features/mec/notifications.php:306
|
5559 |
msgid "Send One Single Email Only To First Attendee"
|
5560 |
msgstr ""
|
5561 |
|
5562 |
+
#: app/features/mec/notifications.php:340
|
5563 |
+
#: app/features/mec/notifications.php:683
|
5564 |
msgid "Booking cancellation link."
|
5565 |
msgstr "Odkaz na zrušení rezervace."
|
5566 |
|
5567 |
+
#: app/features/mec/notifications.php:358 app/libraries/main.php:583
|
5568 |
msgid "Booking Cancellation"
|
5569 |
msgstr "Zrušení rezervace"
|
5570 |
|
5571 |
+
#: app/features/mec/notifications.php:362
|
5572 |
msgid "Enable cancellation notification"
|
5573 |
msgstr "Povolit oznámení o zrušení"
|
5574 |
|
5575 |
+
#: app/features/mec/notifications.php:366
|
5576 |
#, fuzzy
|
5577 |
#| msgid ""
|
5578 |
#| "It sends to selected recipients after booking cancellation for notifying "
|
5580 |
msgid "Sent to selected recipients after booking cancellation to notify them."
|
5581 |
msgstr "Po zrušení rezervace odešle vybraným příjemcům upozornění."
|
5582 |
|
5583 |
+
#: app/features/mec/notifications.php:419
|
5584 |
+
#: app/features/mec/notifications.php:713
|
5585 |
msgid "Send the email to admin"
|
5586 |
msgstr "Odeslat email administrátorovi"
|
5587 |
|
5588 |
+
#: app/features/mec/notifications.php:427
|
5589 |
#, fuzzy
|
5590 |
#| msgid "Send the email to booking user"
|
5591 |
msgid "Send the email to the booked user"
|
5592 |
msgstr "Pošlete rezervační e-mail uživateli"
|
5593 |
|
5594 |
+
#: app/features/mec/notifications.php:459
|
5595 |
+
#: app/features/mec/notifications.php:566
|
5596 |
msgid "Admin booking management link."
|
5597 |
msgstr "Odkaz administrátora na správu rezervace."
|
5598 |
|
5599 |
+
#: app/features/mec/notifications.php:473 app/libraries/main.php:585
|
5600 |
msgid "Admin"
|
5601 |
msgstr "Administrátor"
|
5602 |
|
5603 |
+
#: app/features/mec/notifications.php:477
|
5604 |
msgid "Enable admin notification"
|
5605 |
msgstr "Povolit oznámení správce"
|
5606 |
|
5607 |
+
#: app/features/mec/notifications.php:481
|
5608 |
#, fuzzy
|
5609 |
#| msgid "It sends to admin to notify him/her that a new booking received."
|
5610 |
msgid "Sent to admin to notify them that a new booking has been received."
|
5611 |
msgstr "Zašle správci informaci o přijetí nové rezervace."
|
5612 |
|
5613 |
+
#: app/features/mec/notifications.php:580 app/libraries/main.php:584
|
5614 |
#: app/libraries/notifications.php:550
|
5615 |
msgid "Booking Reminder"
|
5616 |
msgstr "Připomenutí rezervace"
|
5617 |
|
5618 |
+
#: app/features/mec/notifications.php:584
|
5619 |
msgid "Enable booking reminder notification"
|
5620 |
msgstr "Povolit upozornění na připomenutí rezervace"
|
5621 |
|
5622 |
+
#: app/features/mec/notifications.php:590
|
5623 |
+
#, fuzzy, php-format
|
5624 |
+
#| msgid ""
|
5625 |
+
#| "Set a cronjob to call %s file once per day otherwise it won't send the "
|
5626 |
+
#| "reminders. Please note that you should call this file %s otherwise it may "
|
5627 |
+
#| "send the reminders multiple times."
|
5628 |
msgid ""
|
5629 |
+
"Set a cronjob to call %s file once per hour otherwise it won't send the "
|
5630 |
"reminders. Please note that you should call this file %s otherwise it may "
|
5631 |
"send the reminders multiple times."
|
5632 |
msgstr ""
|
5634 |
"zasílat připomenutí. Mějte na paměti, že byste měli zavolat tento soubor "
|
5635 |
"% s, jinak může zasílat připomenutí několikrát."
|
5636 |
|
5637 |
+
#: app/features/mec/notifications.php:590
|
5638 |
+
#, fuzzy
|
5639 |
+
#| msgid "only once per day"
|
5640 |
+
msgid "only once per hour"
|
5641 |
msgstr "pouze jednou denně"
|
5642 |
|
5643 |
+
#: app/features/mec/notifications.php:643 app/libraries/main.php:6913
|
5644 |
+
#: app/libraries/main.php:6930
|
5645 |
+
#, fuzzy
|
5646 |
+
#| msgid "hours"
|
5647 |
+
msgid "Hours"
|
5648 |
+
msgstr "hodiny"
|
5649 |
+
|
5650 |
+
#: app/features/mec/notifications.php:647
|
5651 |
+
msgid "Reminder hours"
|
5652 |
+
msgstr ""
|
5653 |
|
5654 |
+
#: app/features/mec/notifications.php:648
|
5655 |
+
msgid "Please, insert comma to separate reminder hours."
|
5656 |
msgstr ""
|
5657 |
|
5658 |
+
#: app/features/mec/notifications.php:702 app/features/popup/event.php:253
|
5659 |
#: app/libraries/main.php:586
|
5660 |
msgid "New Event"
|
5661 |
msgstr "Nová událost"
|
5662 |
|
5663 |
+
#: app/features/mec/notifications.php:706
|
5664 |
msgid "Enable new event notification"
|
5665 |
msgstr "Povolit oznámení na novou událost"
|
5666 |
|
5667 |
+
#: app/features/mec/notifications.php:716
|
5668 |
#, fuzzy
|
5669 |
#| msgid ""
|
5670 |
#| "It sends after adding a new event from frontend event submission or from "
|
5676 |
"Odesílá se po přidání nové události z webových stránek události (frontend) "
|
5677 |
"nebo z administrace webových stránek (backend)."
|
5678 |
|
5679 |
+
#: app/features/mec/notifications.php:773
|
5680 |
+
#: app/features/mec/notifications.php:856
|
5681 |
msgid "Title of event"
|
5682 |
msgstr "Název události"
|
5683 |
|
5684 |
+
#: app/features/mec/notifications.php:774
|
5685 |
+
#: app/features/mec/notifications.php:857
|
5686 |
msgid "Link of event"
|
5687 |
msgstr "Odkaz události"
|
5688 |
|
5689 |
+
#: app/features/mec/notifications.php:777
|
5690 |
+
#: app/features/mec/notifications.php:860
|
5691 |
msgid "Status of event"
|
5692 |
msgstr "Stav události"
|
5693 |
|
5694 |
+
#: app/features/mec/notifications.php:778
|
5695 |
+
#: app/features/mec/notifications.php:861 app/features/mec/settings.php:819
|
5696 |
+
#: app/features/mec/settings.php:823
|
5697 |
msgid "Event Note"
|
5698 |
msgstr "Poznámka události"
|
5699 |
|
5700 |
+
#: app/features/mec/notifications.php:782
|
5701 |
+
#: app/features/mec/notifications.php:865
|
5702 |
msgid "Admin events management link."
|
5703 |
msgstr "Odkaz administrátora na správu událostí."
|
5704 |
|
5705 |
+
#: app/features/mec/notifications.php:791 app/libraries/main.php:587
|
5706 |
msgid "User Event Publishing"
|
5707 |
msgstr "Publikování uživatelských událostí"
|
5708 |
|
5709 |
+
#: app/features/mec/notifications.php:795
|
5710 |
msgid "Enable user event publishing notification"
|
5711 |
msgstr "Povolit oznámení o zveřejnění události uživatele"
|
5712 |
|
5713 |
+
#: app/features/mec/notifications.php:799
|
5714 |
#, fuzzy
|
5715 |
#| msgid ""
|
5716 |
#| "It sends after published a new event from frontend event submission or "
|
5791 |
msgid "There was an error please try again!"
|
5792 |
msgstr ""
|
5793 |
|
5794 |
+
#: app/features/mec/settings.php:56 app/features/mec/settings.php:66
|
5795 |
msgid "Hide Events"
|
5796 |
msgstr "Skrýt události"
|
5797 |
|
5798 |
+
#: app/features/mec/settings.php:59
|
5799 |
msgid "On Event Start"
|
5800 |
msgstr "Při spuštění události"
|
5801 |
|
5802 |
+
#: app/features/mec/settings.php:60
|
5803 |
msgid "+1 Hour after start"
|
5804 |
msgstr "+1 hodinu po zahájení"
|
5805 |
|
5806 |
+
#: app/features/mec/settings.php:61
|
5807 |
msgid "+2 Hours after start"
|
5808 |
msgstr "+2 hodiny po zahájení"
|
5809 |
|
5810 |
+
#: app/features/mec/settings.php:62
|
5811 |
msgid "On Event End"
|
5812 |
msgstr "Na konci události"
|
5813 |
|
5814 |
+
#: app/features/mec/settings.php:67
|
5815 |
msgid ""
|
5816 |
"This option is for showing start/end time of events on frontend of website."
|
5817 |
msgstr ""
|
5818 |
"Tato možnost slouží k zobrazení času zahájení / ukončení událostí na "
|
5819 |
"rozhraní webových stránek (frontend)."
|
5820 |
|
5821 |
+
#: app/features/mec/settings.php:76 app/features/mec/settings.php:85
|
5822 |
msgid "Multiple Day Events"
|
5823 |
msgstr "Vícedenní událost"
|
5824 |
|
5825 |
+
#: app/features/mec/settings.php:79
|
5826 |
msgid "Show only first day on List/Grid/Slider skins"
|
5827 |
msgstr "Zobrazit pouze první den ve vzhledu Seznam / Mřížka / Posuvník"
|
5828 |
|
5829 |
+
#: app/features/mec/settings.php:80
|
5830 |
msgid "Show only first day on all skins"
|
5831 |
msgstr "Zobrazit pouze první den ve všech vzhledech"
|
5832 |
|
5833 |
+
#: app/features/mec/settings.php:81
|
5834 |
msgid "Show all days"
|
5835 |
msgstr "Zobrazit všechny dny"
|
5836 |
|
5837 |
+
#: app/features/mec/settings.php:86
|
5838 |
msgid ""
|
5839 |
"For showing all days of multiple day events on frontend or only show the "
|
5840 |
"first day."
|
5842 |
"Pro zobrazení všech dnů vícedenních událostí na webových stránkách "
|
5843 |
"(frontend) nebo zobrazení pouze prvního dne."
|
5844 |
|
5845 |
+
#: app/features/mec/settings.php:95
|
5846 |
msgid "Remove MEC Data on Plugin Uninstall"
|
5847 |
msgstr "Odebrat data při odinstalování doplňku MEC"
|
5848 |
|
5849 |
+
#: app/features/mec/settings.php:106
|
5850 |
#, fuzzy
|
5851 |
#| msgid "Speakers Names"
|
5852 |
msgid "Sender Name"
|
5853 |
msgstr "Jméno řečníka"
|
5854 |
|
5855 |
+
#: app/features/mec/settings.php:109
|
5856 |
msgid "e.g. Webnus"
|
5857 |
msgstr ""
|
5858 |
|
5859 |
+
#: app/features/mec/settings.php:116
|
5860 |
#, fuzzy
|
5861 |
#| msgid "Organizer Email"
|
5862 |
msgid "Sender Email"
|
5863 |
msgstr "Organizátor Email"
|
5864 |
|
5865 |
+
#: app/features/mec/settings.php:119
|
5866 |
msgid "e.g. info@webnus.biz"
|
5867 |
msgstr ""
|
5868 |
|
5869 |
+
#: app/features/mec/settings.php:125
|
5870 |
msgid "Exclude Date Suffix"
|
5871 |
msgstr "Vyloučit příponu data"
|
5872 |
|
5873 |
+
#: app/features/mec/settings.php:128
|
5874 |
msgid "Remove suffix from calendars"
|
5875 |
msgstr "Odebrat příponu z kalendářů"
|
5876 |
|
5877 |
+
#: app/features/mec/settings.php:132
|
5878 |
msgid "Remove \"Th\" on calendar"
|
5879 |
msgstr "Odebrat „Th“ z kalendáře"
|
5880 |
|
5881 |
+
#: app/features/mec/settings.php:133
|
5882 |
msgid ""
|
5883 |
"Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
|
5884 |
"showing just '12' )"
|
5886 |
"Zaškrtnutím tohoto políčka odstraníte „Th“ z kalendáře (např .: „12Th“ "
|
5887 |
"odstraní Th, zobrazí se pouze „12“)"
|
5888 |
|
5889 |
+
#: app/features/mec/settings.php:140 app/features/mec/settings.php:147
|
5890 |
msgid "Schema"
|
5891 |
msgstr "Schéma"
|
5892 |
|
5893 |
+
#: app/features/mec/settings.php:143
|
5894 |
msgid "Enable Schema Code"
|
5895 |
msgstr "Povolit kód schématu"
|
5896 |
|
5897 |
+
#: app/features/mec/settings.php:148
|
5898 |
msgid "You can enable/disable Schema scripts"
|
5899 |
msgstr "Můžete povolit nebo zakázat skripty schématu"
|
5900 |
|
5901 |
+
#: app/features/mec/settings.php:157 app/features/mec/settings.php:167
|
5902 |
+
#: app/libraries/main.php:5863 app/libraries/main.php:5911
|
5903 |
msgid "Weekdays"
|
5904 |
msgstr "Pracovní dny"
|
5905 |
|
5906 |
+
#: app/features/mec/settings.php:168
|
5907 |
msgid ""
|
5908 |
"Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
|
5909 |
"and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings "
|
5913 |
"Pátek (můžete to změnit pomocí „Začátek týdne“ na řídícím panelu WordPress > "
|
5914 |
"Nastavení > Obecné - spodní část stránky)."
|
5915 |
|
5916 |
+
#: app/features/mec/settings.php:178 app/features/mec/settings.php:188
|
5917 |
msgid "Weekends"
|
5918 |
msgstr "Víkendy"
|
5919 |
|
5920 |
+
#: app/features/mec/settings.php:189
|
5921 |
#, fuzzy
|
5922 |
#| msgid ""
|
5923 |
#| "Proceed with caution. Default is set to Saturday and Sunday ( you can "
|
5932 |
"to změnit pomocí „Začátek týdne“ na řídícím panelu WordPress > Nastavení > "
|
5933 |
"Obecné - dolní část stránky )."
|
5934 |
|
5935 |
+
#: app/features/mec/settings.php:198
|
5936 |
#, fuzzy
|
5937 |
#| msgid "Date Format"
|
5938 |
msgid "Datepicker Format"
|
5939 |
msgstr "Formát data"
|
5940 |
|
5941 |
+
#: app/features/mec/settings.php:206
|
5942 |
msgid "(Y-m-d)"
|
5943 |
msgstr ""
|
5944 |
|
5945 |
+
#: app/features/mec/settings.php:207
|
5946 |
msgid "(d-m-Y)"
|
5947 |
msgstr ""
|
5948 |
|
5949 |
+
#: app/features/mec/settings.php:210
|
5950 |
msgid "(Y/m/d)"
|
5951 |
msgstr ""
|
5952 |
|
5953 |
+
#: app/features/mec/settings.php:211
|
5954 |
msgid "(m/d/Y)"
|
5955 |
msgstr ""
|
5956 |
|
5957 |
+
#: app/features/mec/settings.php:214
|
5958 |
msgid "(Y.m.d)"
|
5959 |
msgstr ""
|
5960 |
|
5961 |
+
#: app/features/mec/settings.php:215
|
5962 |
msgid "(d.m.Y)"
|
5963 |
msgstr ""
|
5964 |
|
5965 |
+
#: app/features/mec/settings.php:221 app/features/mec/settings.php:233
|
5966 |
msgid "Midnight Hour"
|
5967 |
msgstr ""
|
5968 |
|
5969 |
+
#: app/features/mec/settings.php:224
|
5970 |
msgid "12 AM"
|
5971 |
msgstr ""
|
5972 |
|
5973 |
+
#: app/features/mec/settings.php:225
|
5974 |
msgid "1 AM"
|
5975 |
msgstr ""
|
5976 |
|
5977 |
+
#: app/features/mec/settings.php:226
|
5978 |
msgid "2 AM"
|
5979 |
msgstr ""
|
5980 |
|
5981 |
+
#: app/features/mec/settings.php:227
|
5982 |
msgid "3 AM"
|
5983 |
msgstr ""
|
5984 |
|
5985 |
+
#: app/features/mec/settings.php:228
|
5986 |
msgid "4 AM"
|
5987 |
msgstr ""
|
5988 |
|
5989 |
+
#: app/features/mec/settings.php:229
|
5990 |
msgid "5 AM"
|
5991 |
msgstr ""
|
5992 |
|
5993 |
+
#: app/features/mec/settings.php:234
|
5994 |
msgid ""
|
5995 |
"12 AM is midnight by default but you can change it if your event ends after "
|
5996 |
"12 AM and you don't want those events considered as multiple days events!"
|
5997 |
msgstr ""
|
5998 |
|
5999 |
+
#: app/features/mec/settings.php:242
|
6000 |
#, fuzzy
|
6001 |
#| msgid "Add Shortcode"
|
6002 |
msgid "Open \"Add Event\" as Popup"
|
6003 |
msgstr "Přidat zkrácený kód"
|
6004 |
|
6005 |
+
#: app/features/mec/settings.php:245 app/features/mec/settings.php:253
|
6006 |
#, fuzzy
|
6007 |
#| msgid "Enabled"
|
6008 |
msgid "Enable"
|
6009 |
msgstr "Povoleno"
|
6010 |
|
6011 |
+
#: app/features/mec/settings.php:250
|
6012 |
#, fuzzy
|
6013 |
#| msgid "Add Shortcode"
|
6014 |
msgid "Open \"Add Shortcode\" as Popup"
|
6015 |
msgstr "Přidat zkrácený kód"
|
6016 |
|
6017 |
+
#: app/features/mec/settings.php:260 app/libraries/main.php:533
|
6018 |
msgid "Archive Pages"
|
6019 |
msgstr "Archivní stránky"
|
6020 |
|
6021 |
+
#: app/features/mec/settings.php:263 app/features/mec/settings.php:268
|
6022 |
msgid "Archive Page Title"
|
6023 |
msgstr "Název stránky archivu"
|
6024 |
|
6025 |
+
#: app/features/mec/settings.php:269
|
6026 |
msgid "Default value is Events - It's title of the page"
|
6027 |
msgstr "Výchozí hodnota je Události - to je název stránky"
|
6028 |
|
6029 |
+
#: app/features/mec/settings.php:277 app/features/mec/settings.php:345
|
6030 |
msgid "Archive Page Skin"
|
6031 |
msgstr "Vzhled archivní stránky"
|
6032 |
|
6033 |
+
#: app/features/mec/settings.php:285
|
6034 |
msgid "Put shortcode..."
|
6035 |
msgstr "Vložte zkrácený kód..."
|
6036 |
|
6037 |
+
#: app/features/mec/settings.php:288 app/features/mec/settings.php:303
|
6038 |
+
#: app/features/mec/settings.php:306 app/features/mec/settings.php:315
|
6039 |
+
#: app/features/mec/settings.php:341 app/features/mec/settings.php:362
|
6040 |
+
#: app/features/mec/settings.php:377 app/features/mec/settings.php:380
|
6041 |
+
#: app/features/mec/settings.php:389 app/features/mec/settings.php:415
|
6042 |
msgid "There is no skins"
|
6043 |
msgstr "Neexistuje žádný vzhled"
|
6044 |
|
6045 |
+
#: app/features/mec/settings.php:291 app/features/mec/settings.php:365
|
6046 |
#: app/features/mec/single.php:73
|
6047 |
msgid "Modern Style"
|
6048 |
msgstr "Moderní styl"
|
6049 |
|
6050 |
+
#: app/features/mec/settings.php:333 app/features/mec/settings.php:407
|
6051 |
msgid "colorful"
|
6052 |
msgstr "pestrý"
|
6053 |
|
6054 |
+
#: app/features/mec/settings.php:338 app/features/mec/settings.php:412
|
6055 |
msgid "Clean Style"
|
6056 |
msgstr "Čistý styl"
|
6057 |
|
6058 |
+
#: app/features/mec/settings.php:346
|
6059 |
msgid "Default value is Calendar/Monthly View, But you can change it "
|
6060 |
msgstr "Výchozí hodnota je Kalendář / Měsíční zobrazení, ale můžete ji změnit "
|
6061 |
|
6062 |
+
#: app/features/mec/settings.php:346 app/features/mec/settings.php:420
|
6063 |
msgid "See Demo"
|
6064 |
msgstr "Viz Demo"
|
6065 |
|
6066 |
+
#: app/features/mec/settings.php:354 app/features/mec/settings.php:419
|
6067 |
msgid "Category Page Skin"
|
6068 |
msgstr "Vzhled stránky kategorie"
|
6069 |
|
6070 |
+
#: app/features/mec/settings.php:420
|
6071 |
#, fuzzy
|
6072 |
#| msgid ""
|
6073 |
#| "Default value is List View - But you can change it Set a skin for all "
|
6079 |
"Výchozí hodnota je Zobrazení seznamu - ale můžete ji změnit Nastavit vzhled "
|
6080 |
"pro všechny kategorie."
|
6081 |
|
6082 |
+
#: app/features/mec/settings.php:428 app/features/mec/settings.php:436
|
6083 |
msgid "Category Events Method"
|
6084 |
msgstr "Kategorie Metoda události"
|
6085 |
|
6086 |
+
#: app/features/mec/settings.php:437
|
6087 |
msgid "Default value is Upcoming Events"
|
6088 |
msgstr "Výchozí hodnota je Nadcházející události"
|
6089 |
|
6090 |
+
#: app/features/mec/settings.php:445 app/features/mec/settings.php:453
|
6091 |
msgid "Events Archive Status"
|
6092 |
msgstr "Stav archivu událostí"
|
6093 |
|
6094 |
+
#: app/features/mec/settings.php:448
|
6095 |
msgid "Enabled (Recommended)"
|
6096 |
msgstr "Povoleno (doporučeno)"
|
6097 |
|
6098 |
# Slug
|
6099 |
+
#: app/features/mec/settings.php:454
|
6100 |
msgid ""
|
6101 |
"If you disable it, then you should create a page as archive page of MEC. "
|
6102 |
"Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
|
6107 |
"přepisování MEC."
|
6108 |
|
6109 |
# Hlavní slug
|
6110 |
+
#: app/features/mec/settings.php:467 app/features/mec/settings.php:472
|
6111 |
msgid "Main Slug"
|
6112 |
msgstr "Main Slug"
|
6113 |
|
6114 |
+
#: app/features/mec/settings.php:473
|
6115 |
msgid ""
|
6116 |
"Default value is events. You can not have a page with this name. MEC allows "
|
6117 |
"you to create custom URLs for the permalinks and archives to enhance the "
|
6121 |
"umožňuje vytvářet vlastní adresy URL pro permanentní odkazy a archivy, aby "
|
6122 |
"se zvýšila použitelnost a dopředná kompatibilita odkazů."
|
6123 |
|
6124 |
+
#: app/features/mec/settings.php:477 app/features/mec/settings.php:491
|
6125 |
msgid "Valid characters are lowercase a-z, - character and numbers."
|
6126 |
msgstr "Platnými znaky jsou malá písmena a-z, - znak a čísla."
|
6127 |
|
6128 |
# Slug
|
6129 |
+
#: app/features/mec/settings.php:481 app/features/mec/settings.php:486
|
6130 |
msgid "Category Slug"
|
6131 |
msgstr "Kategorie Slug"
|
6132 |
|
6133 |
+
#: app/features/mec/settings.php:487
|
6134 |
msgid ""
|
6135 |
"It's slug of MEC categories, you can change it to events-cat or something "
|
6136 |
"else. Default value is mec-category. You can not have a page with this name."
|
6139 |
"jiného. Výchozí hodnota je mec-kategorie. Nemůžete mít stránku s tímto "
|
6140 |
"názvem."
|
6141 |
|
6142 |
+
#: app/features/mec/settings.php:499
|
6143 |
msgid "Currency"
|
6144 |
msgstr "Měna"
|
6145 |
|
6146 |
+
#: app/features/mec/settings.php:509 app/features/mec/settings.php:514
|
6147 |
msgid "Currency Sign"
|
6148 |
msgstr "Symbol měny"
|
6149 |
|
6150 |
+
#: app/features/mec/settings.php:515
|
6151 |
msgid "Default value will be \"currency\" if you leave it empty."
|
6152 |
msgstr "Výchozí hodnota bude „měna“, pokud ji necháte prázdnou."
|
6153 |
|
6154 |
+
#: app/features/mec/settings.php:522
|
6155 |
msgid "Currency Position"
|
6156 |
msgstr "Pozice měny"
|
6157 |
|
6158 |
+
#: app/features/mec/settings.php:525
|
6159 |
msgid "Before $10"
|
6160 |
msgstr "Před $10"
|
6161 |
|
6162 |
+
#: app/features/mec/settings.php:526
|
6163 |
msgid "After 10$"
|
6164 |
msgstr "Po 10$"
|
6165 |
|
6166 |
+
#: app/features/mec/settings.php:531
|
6167 |
msgid "Thousand Separator"
|
6168 |
msgstr "Oddělovač tisíců"
|
6169 |
|
6170 |
+
#: app/features/mec/settings.php:537
|
6171 |
msgid "Decimal Separator"
|
6172 |
msgstr "Oddělovač desítel"
|
6173 |
|
6174 |
+
#: app/features/mec/settings.php:547
|
6175 |
msgid "No decimal"
|
6176 |
msgstr "Bez desetinných míst"
|
6177 |
|
6178 |
+
#: app/features/mec/settings.php:558
|
6179 |
msgid "Enable Google Recaptcha"
|
6180 |
msgstr "Povolit Google Recaptcha"
|
6181 |
|
6182 |
+
#: app/features/mec/settings.php:567
|
6183 |
msgid "Enable on booking form"
|
6184 |
msgstr "Povolit rezervační formulář"
|
6185 |
|
6186 |
+
#: app/features/mec/settings.php:575
|
6187 |
msgid "Enable on \"Frontend Event Submission\" form"
|
6188 |
msgstr "Povolit ve formuláři „Odesílání událostí z frontendu“"
|
6189 |
|
6190 |
# místa
|
6191 |
+
#: app/features/mec/settings.php:579
|
6192 |
msgid "Site Key"
|
6193 |
msgstr "Klíč webu"
|
6194 |
|
6195 |
+
#: app/features/mec/settings.php:585
|
6196 |
msgid "Secret Key"
|
6197 |
msgstr "Tajný klíč"
|
6198 |
|
6199 |
+
#: app/features/mec/settings.php:597 app/features/mec/settings.php:605
|
6200 |
msgid "Time Format"
|
6201 |
msgstr "Formát času"
|
6202 |
|
6203 |
+
#: app/features/mec/settings.php:600
|
6204 |
msgid "12 hours format with AM/PM"
|
6205 |
msgstr "12 hodinový formát s dop./odp."
|
6206 |
|
6207 |
+
#: app/features/mec/settings.php:601
|
6208 |
msgid "24 hours format"
|
6209 |
msgstr "24 hodinový fotmát"
|
6210 |
|
6211 |
+
#: app/features/mec/settings.php:606
|
6212 |
msgid "This option, affects the selection of Start/End time."
|
6213 |
msgstr "Tato možnost ovlivňuje výběr času zahájení / ukončení."
|
6214 |
|
6215 |
+
#: app/features/mec/settings.php:614
|
6216 |
msgid "Events List Page"
|
6217 |
msgstr "Stránka seznamu událostí"
|
6218 |
|
6219 |
+
#: app/features/mec/settings.php:623 app/features/mec/settings.php:635
|
6220 |
#, php-format
|
6221 |
msgid "Put %s shortcode into the page."
|
6222 |
msgstr "Vložte %s na stránku zkrácené kódy."
|
6223 |
|
6224 |
+
#: app/features/mec/settings.php:626
|
6225 |
msgid "Add/Edit Events Page"
|
6226 |
msgstr "Přidat / Editovat stránku událostí"
|
6227 |
|
6228 |
+
#: app/features/mec/settings.php:650
|
6229 |
#, fuzzy
|
6230 |
#| msgid ""
|
6231 |
#| "User redirects to this page after booking. Leave it empty if you want to "
|
6237 |
"Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
|
6238 |
"vypnout, ponechte ji prázdnou."
|
6239 |
|
6240 |
+
#: app/features/mec/settings.php:673 app/features/mec/settings.php:678
|
6241 |
#, fuzzy
|
6242 |
#| msgid "Maximum file size"
|
6243 |
msgid "Maximum File Size"
|
6244 |
msgstr "Maximální velikost souboru"
|
6245 |
|
6246 |
+
#: app/features/mec/settings.php:675
|
6247 |
msgid "in KB"
|
6248 |
msgstr ""
|
6249 |
|
6250 |
+
#: app/features/mec/settings.php:679
|
6251 |
msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
|
6252 |
msgstr ""
|
6253 |
|
6254 |
+
#: app/features/mec/settings.php:688
|
6255 |
#, fuzzy
|
6256 |
#| msgid "Enable event submission by guest (Not logged-in) users"
|
6257 |
msgid "Enable event submission by guest (Not logged in) users"
|
6258 |
msgstr "Povolit odesílání události hosty (nepřihlášenými uživateli)"
|
6259 |
|
6260 |
+
#: app/features/mec/settings.php:695
|
6261 |
msgid "Enable mandatory email and name for guest user"
|
6262 |
msgstr "Povolit povinný e-mail a jméno pro hostujícího uživatele"
|
6263 |
|
6264 |
+
#: app/features/mec/settings.php:699
|
6265 |
msgid "Frontend Event Submission Sections"
|
6266 |
msgstr "Sekce pro zasílání událostí z webových stránek (frontend)"
|
6267 |
|
6268 |
+
#: app/features/mec/settings.php:703
|
6269 |
#, fuzzy
|
6270 |
#| msgid "Event Details"
|
6271 |
msgid "Event Data Fields"
|
6272 |
msgstr "Podrobnosti události"
|
6273 |
|
6274 |
+
#: app/features/mec/settings.php:727 app/widgets/single.php:119
|
6275 |
msgid "Event Categories"
|
6276 |
msgstr "Kategorie události"
|
6277 |
|
6278 |
+
#: app/features/mec/settings.php:733
|
6279 |
msgid "Event Labels"
|
6280 |
msgstr "Štítky události"
|
6281 |
|
6282 |
+
#: app/features/mec/settings.php:745
|
6283 |
msgid "Event Tags"
|
6284 |
msgstr "Tagy události"
|
6285 |
|
6286 |
+
#: app/features/mec/settings.php:757 app/widgets/single.php:123
|
6287 |
msgid "Event Organizer"
|
6288 |
msgstr "Organizátor události"
|
6289 |
|
6290 |
+
#: app/features/mec/settings.php:783
|
6291 |
msgid "Fees / Taxes Options"
|
6292 |
msgstr "Možnosti Poplatky / Daně"
|
6293 |
|
6294 |
+
#: app/features/mec/settings.php:797 app/features/schema.php:64
|
6295 |
#, fuzzy
|
6296 |
#| msgid "Schema"
|
6297 |
msgid "SEO Schema"
|
6298 |
msgstr "Schéma"
|
6299 |
|
6300 |
+
#: app/features/mec/settings.php:824
|
6301 |
#, php-format
|
6302 |
msgid ""
|
6303 |
"Users can put a note for editors while they're submitting the event. Also "
|
6308 |
"oznámení o nové události můžete také vložit %%event_note%%, abyste dostali e-"
|
6309 |
"mail s poznámkami uživatelů."
|
6310 |
|
6311 |
+
#: app/features/mec/settings.php:831 app/features/mec/settings.php:839
|
6312 |
#, fuzzy
|
6313 |
#| msgid "Visibility"
|
6314 |
msgid "Note visibility"
|
6315 |
msgstr "Viditelnost"
|
6316 |
|
6317 |
+
#: app/features/mec/settings.php:834
|
6318 |
msgid "Always"
|
6319 |
msgstr "Vždy"
|
6320 |
|
6321 |
+
#: app/features/mec/settings.php:835
|
6322 |
msgid "While event is not published"
|
6323 |
msgstr "I když událost není zveřejněna"
|
6324 |
|
6325 |
+
#: app/features/mec/settings.php:840
|
6326 |
msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
|
6327 |
msgstr ""
|
6328 |
"Poznámka k události se zobrazí ve formuláři pro zasílání z webových stránek "
|
6329 |
"(frontend) a Upravit událost v administraci stránek (backend)."
|
6330 |
|
6331 |
+
#: app/features/mec/settings.php:851 app/libraries/main.php:538
|
6332 |
msgid "User Profile"
|
6333 |
msgstr "Uživatelský profil"
|
6334 |
|
6335 |
+
#: app/features/mec/settings.php:853
|
6336 |
#, fuzzy, php-format
|
6337 |
#| msgid ""
|
6338 |
#| "Put %s shortcode into your desired page. Then users are able to see "
|
6344 |
"Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vidět "
|
6345 |
"historii svých rezervací."
|
6346 |
|
6347 |
+
#: app/features/mec/settings.php:858 app/libraries/main.php:539
|
6348 |
msgid "Search Bar"
|
6349 |
msgstr "Vyhledávací panel"
|
6350 |
|
6351 |
+
#: app/features/mec/settings.php:860
|
6352 |
#, php-format
|
6353 |
msgid ""
|
6354 |
"Put %s shortcode into your desired page. Then users are able to search events"
|
6356 |
"Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vyhledávat "
|
6357 |
"události"
|
6358 |
|
6359 |
+
#: app/features/mec/settings.php:864
|
6360 |
msgid "Ajax Live mode"
|
6361 |
msgstr "Ajax Live mód"
|
6362 |
|
6363 |
+
#: app/features/mec/settings.php:868
|
6364 |
msgid "Ajax mode"
|
6365 |
msgstr "Ajax mód"
|
6366 |
|
6367 |
+
#: app/features/mec/settings.php:869
|
6368 |
#, fuzzy
|
6369 |
#| msgid ""
|
6370 |
#| "if you enable this option, search button disappeared and to use this "
|
6376 |
"pokud tuto možnost povolíte, tlačítko pro vyhledávání zmizelo a pro použití "
|
6377 |
"této funkce musí být povoleno pole pro zadávání textu."
|
6378 |
|
6379 |
+
#: app/features/mec/settings.php:877
|
6380 |
msgid "Modern Type"
|
6381 |
msgstr "Moderní typ"
|
6382 |
|
6383 |
+
#: app/features/mec/settings.php:881
|
6384 |
msgid "Search bar fields"
|
6385 |
msgstr "Pole vyhledávacího panelu"
|
6386 |
|
6387 |
+
#: app/features/mec/settings.php:923
|
6388 |
msgid "Text input"
|
6389 |
msgstr "Zadávání textu"
|
6390 |
|
6391 |
+
#: app/features/mec/settings.php:936
|
6392 |
msgid "Enable Mailchimp Integration"
|
6393 |
msgstr "Povolit integraci Mailchimp"
|
6394 |
|
6395 |
+
#: app/features/mec/settings.php:941 app/features/mec/settings.php:946
|
6396 |
+
#: app/features/mec/settings.php:995 app/features/mec/settings.php:1019
|
6397 |
+
#: app/features/mec/settings.php:1043 app/features/mec/settings.php:1073
|
6398 |
msgid "API Key"
|
6399 |
msgstr "API Key"
|
6400 |
|
6401 |
+
#: app/features/mec/settings.php:954 app/features/mec/settings.php:959
|
6402 |
+
#: app/features/mec/settings.php:1001 app/features/mec/settings.php:1049
|
6403 |
+
#: app/features/mec/settings.php:1079
|
6404 |
msgid "List ID"
|
6405 |
msgstr "ID seznamu"
|
6406 |
|
6407 |
+
#: app/features/mec/settings.php:967 app/features/mec/settings.php:975
|
6408 |
msgid "Subscription Status"
|
6409 |
msgstr "Stav odběru"
|
6410 |
|
6411 |
+
#: app/features/mec/settings.php:970
|
6412 |
msgid "Subscribe automatically"
|
6413 |
msgstr "Odebírat automaticky"
|
6414 |
|
6415 |
+
#: app/features/mec/settings.php:971
|
6416 |
msgid "Subscribe by verification"
|
6417 |
msgstr "Přihlaste se k odběru pomocí ověření"
|
6418 |
|
6419 |
+
#: app/features/mec/settings.php:976
|
6420 |
#, fuzzy
|
6421 |
#| msgid ""
|
6422 |
#| "If you choose \"Subscribe by verification\" then an email will send to "
|
6428 |
"Pokud zvolíte možnost „Přihlásit se k odběru pomocí ověření“, odešle e-mail "
|
6429 |
"uživateli mailchimp k ověření oběru."
|
6430 |
|
6431 |
+
#: app/features/mec/settings.php:986 app/libraries/main.php:541
|
6432 |
#, fuzzy
|
6433 |
#| msgid "Mailchimp Integration"
|
6434 |
msgid "Campaign Monitor Integration"
|
6435 |
msgstr "Integrace Mailchimp"
|
6436 |
|
6437 |
+
#: app/features/mec/settings.php:990
|
6438 |
#, fuzzy
|
6439 |
#| msgid "Enable Mailchimp Integration"
|
6440 |
msgid "Enable Campaign Monitor Integration"
|
6441 |
msgstr "Povolit integraci Mailchimp"
|
6442 |
|
6443 |
+
#: app/features/mec/settings.php:1010 app/libraries/main.php:542
|
6444 |
#, fuzzy
|
6445 |
#| msgid "Mailchimp Integration"
|
6446 |
msgid "MailerLite Integration"
|
6447 |
msgstr "Integrace Mailchimp"
|
6448 |
|
6449 |
+
#: app/features/mec/settings.php:1014
|
6450 |
#, fuzzy
|
6451 |
#| msgid "Enable Mailchimp Integration"
|
6452 |
msgid "Enable MailerLite Integration"
|
6453 |
msgstr "Povolit integraci Mailchimp"
|
6454 |
|
6455 |
+
#: app/features/mec/settings.php:1025
|
6456 |
#, fuzzy
|
6457 |
#| msgid "Group URL"
|
6458 |
msgid "Group ID"
|
6459 |
msgstr "Group URL"
|
6460 |
|
6461 |
+
#: app/features/mec/settings.php:1034 app/libraries/main.php:543
|
6462 |
#, fuzzy
|
6463 |
#| msgid "Enable Mailchimp Integration"
|
6464 |
msgid "Constant Contact Integration"
|
6465 |
msgstr "Povolit integraci Mailchimp"
|
6466 |
|
6467 |
+
#: app/features/mec/settings.php:1038
|
6468 |
#, fuzzy
|
6469 |
#| msgid "Enable Mailchimp Integration"
|
6470 |
msgid "Enable constantcontact Integration"
|
6471 |
msgstr "Povolit integraci Mailchimp"
|
6472 |
|
6473 |
+
#: app/features/mec/settings.php:1058 app/libraries/main.php:544
|
6474 |
#, fuzzy
|
6475 |
#| msgid "Mailchimp Integration"
|
6476 |
msgid "Active Campaign Integration"
|
6477 |
msgstr "Integrace Mailchimp"
|
6478 |
|
6479 |
+
#: app/features/mec/settings.php:1062
|
6480 |
#, fuzzy
|
6481 |
#| msgid "Enable Mailchimp Integration"
|
6482 |
msgid "Enable Active Campaign Integration"
|
6483 |
msgstr "Povolit integraci Mailchimp"
|
6484 |
|
6485 |
+
#: app/features/mec/settings.php:1067
|
6486 |
msgid "API URL"
|
6487 |
msgstr ""
|
6488 |
|
6489 |
+
#: app/features/mec/settings.php:1088
|
6490 |
msgid "Upload Field Options"
|
6491 |
msgstr "Možnosti pole Nahrát"
|
6492 |
|
6493 |
+
#: app/features/mec/settings.php:1090
|
6494 |
msgid "Mime types"
|
6495 |
msgstr "MIME typy"
|
6496 |
|
6497 |
+
#: app/features/mec/settings.php:1094
|
6498 |
msgid "Split mime types with \",\"."
|
6499 |
msgstr "Rozdělte typy MIME pomocí “,“."
|
6500 |
|
6501 |
+
#: app/features/mec/settings.php:1094
|
6502 |
msgid "Default: jpeg,jpg,png,pdf"
|
6503 |
msgstr "Výchozí: jpeg,jpg,png,pdf"
|
6504 |
|
6505 |
+
#: app/features/mec/settings.php:1097
|
6506 |
msgid "Maximum file size"
|
6507 |
msgstr "Maximální velikost souboru"
|
6508 |
|
6509 |
+
#: app/features/mec/settings.php:1101
|
6510 |
msgid "The unit is Megabyte \"MB\""
|
6511 |
msgstr "Jednotkou je Megabyte \"MB\""
|
6512 |
|
6634 |
msgid "Custom Fields"
|
6635 |
msgstr "Vlastní styly"
|
6636 |
|
6637 |
+
#: app/features/mec/single.php:184 app/libraries/main.php:3140
|
6638 |
msgid "URL"
|
6639 |
msgstr ""
|
6640 |
|
7419 |
msgid "eg. https://webnus.net"
|
7420 |
msgstr "např. https://webnus.net"
|
7421 |
|
7422 |
+
#: app/features/organizers.php:312 app/libraries/main.php:5887
|
7423 |
+
#: app/libraries/main.php:5932 app/skins/single.php:1152
|
7424 |
msgid "Other Organizers"
|
7425 |
msgstr "Další organizátoři"
|
7426 |
|
7497 |
|
7498 |
#: app/features/popup/event.php:262 app/features/popup/shortcode.php:546
|
7499 |
#: app/modules/booking/steps/form.php:254
|
7500 |
+
#: app/modules/booking/steps/tickets.php:124 app/skins/countdown/tpl.php:117
|
7501 |
#: app/skins/countdown/tpl.php:163 app/skins/countdown/tpl.php:210
|
7502 |
msgid "Next"
|
7503 |
msgstr "Další"
|
7610 |
msgid "Please %s/%s in order to see your bookings / profile."
|
7611 |
msgstr "Prosím %s/%s za účelem zobrazení vašich rezervací / profilu."
|
7612 |
|
7613 |
+
#: app/features/profile/profile.php:20 app/libraries/main.php:2312
|
7614 |
msgid "Your booking already canceled!"
|
7615 |
msgstr "Vaše rezervace již byla zrušena!"
|
7616 |
|
7618 |
msgid "#"
|
7619 |
msgstr "#"
|
7620 |
|
7621 |
+
#: app/features/profile/profile.php:61 app/libraries/main.php:3472
|
7622 |
msgid "Status"
|
7623 |
msgstr "Stav"
|
7624 |
|
7625 |
+
#: app/features/profile/profile.php:64 app/libraries/main.php:2480
|
7626 |
msgid "Attendees"
|
7627 |
msgstr "Účastníci"
|
7628 |
|
7743 |
msgid "No search result."
|
7744 |
msgstr "Žádný výsledek vyhledávání."
|
7745 |
|
7746 |
+
#: app/features/search_bar/search_result.php:12 app/libraries/main.php:5889
|
7747 |
+
#: app/libraries/main.php:5934 app/libraries/notifications.php:928
|
7748 |
+
#: app/libraries/render.php:516 app/libraries/render.php:816
|
7749 |
+
#: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:45
|
7750 |
+
#: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
|
7751 |
+
#: app/modules/next-event/details.php:145 app/skins/single.php:1044
|
7752 |
+
#: app/skins/single/default.php:123 app/skins/single/default.php:354
|
7753 |
+
#: app/skins/single/m1.php:47 app/skins/single/modern.php:219
|
7754 |
#, fuzzy
|
7755 |
#| msgid "Add Day"
|
7756 |
msgid "All Day"
|
7836 |
msgid "Discount"
|
7837 |
msgstr "Sleva"
|
7838 |
|
7839 |
+
#: app/libraries/book.php:852 app/modules/booking/default.php:394
|
7840 |
#: app/modules/booking/default.php:499
|
7841 |
msgid "Download Invoice"
|
7842 |
msgstr "Stáhnout fakturu"
|
7843 |
|
7844 |
+
#: app/libraries/factory.php:164
|
7845 |
msgid "M.E. Calendar"
|
7846 |
msgstr "M.E. Kalendář"
|
7847 |
|
7848 |
+
#: app/libraries/factory.php:203
|
7849 |
msgctxt "plugin link"
|
7850 |
msgid "Upgrade to Pro Version"
|
7851 |
msgstr "Upgrade na verzi PRO"
|
7852 |
|
7853 |
+
#: app/libraries/factory.php:221
|
7854 |
msgctxt "plugin link"
|
7855 |
msgid "Settings"
|
7856 |
msgstr "Nastavení"
|
7857 |
|
7858 |
+
#: app/libraries/factory.php:226
|
7859 |
msgctxt "plugin link"
|
7860 |
msgid "Upgrade"
|
7861 |
msgstr "Upgrade"
|
7862 |
|
7863 |
+
#: app/libraries/factory.php:370
|
7864 |
msgid "day"
|
7865 |
msgstr "den"
|
7866 |
|
7867 |
+
#: app/libraries/factory.php:371 app/modules/countdown/details.php:138
|
7868 |
#: app/skins/available_spot/tpl.php:149 app/skins/countdown/tpl.php:131
|
7869 |
#: app/skins/countdown/tpl.php:177 app/skins/countdown/tpl.php:228
|
7870 |
msgid "days"
|
7871 |
msgstr "dny"
|
7872 |
|
7873 |
+
#: app/libraries/factory.php:372
|
7874 |
msgid "hour"
|
7875 |
msgstr "hodina"
|
7876 |
|
7877 |
+
#: app/libraries/factory.php:373 app/modules/countdown/details.php:145
|
7878 |
#: app/skins/available_spot/tpl.php:153 app/skins/countdown/tpl.php:137
|
7879 |
#: app/skins/countdown/tpl.php:183 app/skins/countdown/tpl.php:234
|
7880 |
msgid "hours"
|
7881 |
msgstr "hodiny"
|
7882 |
|
7883 |
+
#: app/libraries/factory.php:374
|
7884 |
msgid "minute"
|
7885 |
msgstr "minuta"
|
7886 |
|
7887 |
+
#: app/libraries/factory.php:375 app/modules/countdown/details.php:152
|
7888 |
#: app/skins/available_spot/tpl.php:157 app/skins/countdown/tpl.php:143
|
7889 |
#: app/skins/countdown/tpl.php:189 app/skins/countdown/tpl.php:240
|
7890 |
msgid "minutes"
|
7891 |
msgstr "minuty"
|
7892 |
|
7893 |
+
#: app/libraries/factory.php:376
|
7894 |
msgid "second"
|
7895 |
msgstr "vteřina"
|
7896 |
|
7897 |
+
#: app/libraries/factory.php:377 app/modules/countdown/details.php:159
|
7898 |
#: app/skins/available_spot/tpl.php:161 app/skins/countdown/tpl.php:149
|
7899 |
#: app/skins/countdown/tpl.php:195 app/skins/countdown/tpl.php:246
|
7900 |
msgid "seconds"
|
7901 |
msgstr "vteřiny"
|
7902 |
|
7903 |
+
#: app/libraries/factory.php:429
|
7904 |
msgid "MEC Single Sidebar"
|
7905 |
msgstr "MEC Postranní panel"
|
7906 |
|
7907 |
+
#: app/libraries/factory.php:430
|
7908 |
msgid "Custom sidebar for single and modal page of MEC."
|
7909 |
msgstr "Vlastní postranní panel pro jednu a modální stránku MEC."
|
7910 |
|
7912 |
msgid "There is no excerpt because this is a protected post."
|
7913 |
msgstr "Neexistuje výňatek, protože se jedná o chráněný příspěvek."
|
7914 |
|
7915 |
+
#: app/libraries/main.php:332 app/libraries/main.php:1928
|
7916 |
+
#: app/libraries/main.php:1953
|
7917 |
msgid "Agenda View"
|
7918 |
msgstr "Zobrazení agendy"
|
7919 |
|
7920 |
+
#: app/libraries/main.php:333 app/libraries/main.php:1919
|
7921 |
+
#: app/libraries/main.php:1944
|
7922 |
msgid "Full Calendar"
|
7923 |
msgstr "Plný kalendář"
|
7924 |
|
7925 |
+
#: app/libraries/main.php:335 app/libraries/main.php:1921
|
7926 |
+
#: app/libraries/main.php:1946
|
7927 |
msgid "Calendar/Monthly View"
|
7928 |
msgstr "Kalendář / zobrazení měsíce"
|
7929 |
|
7930 |
+
#: app/libraries/main.php:338 app/libraries/main.php:1924
|
7931 |
+
#: app/libraries/main.php:1949
|
7932 |
msgid "Timetable View"
|
7933 |
msgstr "Zobrazení rozvrhu"
|
7934 |
|
7935 |
+
#: app/libraries/main.php:339 app/libraries/main.php:1925
|
7936 |
+
#: app/libraries/main.php:1950
|
7937 |
msgid "Masonry View"
|
7938 |
msgstr "Zobrazení zdi"
|
7939 |
|
7940 |
+
#: app/libraries/main.php:340 app/libraries/main.php:1929
|
7941 |
+
#: app/libraries/main.php:1954
|
7942 |
msgid "Map View"
|
7943 |
msgstr "Zobrazení mapy"
|
7944 |
|
7969 |
msgid "Timeline View"
|
7970 |
msgstr "Zobrazení rozvrhu"
|
7971 |
|
7972 |
+
#: app/libraries/main.php:385 app/libraries/main.php:5865
|
7973 |
+
#: app/libraries/main.php:5913
|
7974 |
msgid "SU"
|
7975 |
msgstr "NE"
|
7976 |
|
7977 |
+
#: app/libraries/main.php:386 app/libraries/main.php:5866
|
7978 |
+
#: app/libraries/main.php:5914
|
7979 |
msgid "MO"
|
7980 |
msgstr "PO"
|
7981 |
|
7982 |
+
#: app/libraries/main.php:387 app/libraries/main.php:5867
|
7983 |
+
#: app/libraries/main.php:5915
|
7984 |
msgid "TU"
|
7985 |
msgstr "ÚT"
|
7986 |
|
7987 |
+
#: app/libraries/main.php:388 app/libraries/main.php:5868
|
7988 |
+
#: app/libraries/main.php:5916
|
7989 |
msgid "WE"
|
7990 |
msgstr "ST"
|
7991 |
|
7992 |
+
#: app/libraries/main.php:389 app/libraries/main.php:5869
|
7993 |
+
#: app/libraries/main.php:5917
|
7994 |
msgid "TH"
|
7995 |
msgstr "ČT"
|
7996 |
|
7997 |
+
#: app/libraries/main.php:390 app/libraries/main.php:5870
|
7998 |
+
#: app/libraries/main.php:5918
|
7999 |
msgid "FR"
|
8000 |
msgstr "PÁ"
|
8001 |
|
8002 |
+
#: app/libraries/main.php:391 app/libraries/main.php:5871
|
8003 |
+
#: app/libraries/main.php:5919
|
8004 |
msgid "SA"
|
8005 |
msgstr "SO"
|
8006 |
|
8063 |
"events. Users can now log in to purchase tickets."
|
8064 |
msgstr ""
|
8065 |
|
8066 |
+
#: app/libraries/main.php:1645
|
8067 |
msgid "Events at this location"
|
8068 |
msgstr "Události na tomto místě"
|
8069 |
|
8070 |
+
#: app/libraries/main.php:1645
|
8071 |
msgid "Event at this location"
|
8072 |
msgstr "Událost na tomto místě"
|
8073 |
|
8074 |
+
#: app/libraries/main.php:1697
|
8075 |
msgid "Facebook"
|
8076 |
msgstr "Facebook"
|
8077 |
|
8078 |
+
#: app/libraries/main.php:1698
|
8079 |
msgid "Twitter"
|
8080 |
msgstr "Twitter"
|
8081 |
|
8082 |
+
#: app/libraries/main.php:1699 app/libraries/main.php:1756
|
8083 |
msgid "Linkedin"
|
8084 |
msgstr "Linkedin"
|
8085 |
|
8086 |
+
#: app/libraries/main.php:1700 app/libraries/main.php:1792
|
8087 |
msgid "VK"
|
8088 |
msgstr "VK"
|
8089 |
|
8090 |
+
#: app/libraries/main.php:1701
|
8091 |
msgid "Tumblr"
|
8092 |
msgstr ""
|
8093 |
|
8094 |
+
#: app/libraries/main.php:1702
|
8095 |
msgid "Pinterest"
|
8096 |
msgstr ""
|
8097 |
|
8098 |
+
#: app/libraries/main.php:1703
|
8099 |
msgid "Flipboard"
|
8100 |
msgstr ""
|
8101 |
|
8102 |
+
#: app/libraries/main.php:1704
|
8103 |
#, fuzzy
|
8104 |
#| msgid "Tickets"
|
8105 |
msgid "GetPocket"
|
8106 |
msgstr "Vstupenky"
|
8107 |
|
8108 |
+
#: app/libraries/main.php:1705
|
8109 |
msgid "Reddit"
|
8110 |
msgstr ""
|
8111 |
|
8112 |
+
#: app/libraries/main.php:1706
|
8113 |
msgid "WhatsApp"
|
8114 |
msgstr ""
|
8115 |
|
8116 |
+
#: app/libraries/main.php:1707
|
8117 |
msgid "Telegram"
|
8118 |
msgstr ""
|
8119 |
|
8120 |
+
#: app/libraries/main.php:1726
|
8121 |
msgid "Share on Facebook"
|
8122 |
msgstr "Sdílet na Facebooku"
|
8123 |
|
8124 |
+
#: app/libraries/main.php:1741
|
8125 |
msgid "Tweet"
|
8126 |
msgstr "Tweet"
|
8127 |
|
8128 |
+
#: app/libraries/main.php:1807
|
8129 |
#, fuzzy
|
8130 |
#| msgid "Share on Facebook"
|
8131 |
msgid "Share on Tumblr"
|
8132 |
msgstr "Sdílet na Facebooku"
|
8133 |
|
8134 |
+
#: app/libraries/main.php:1823
|
8135 |
msgid "Share on Pinterest"
|
8136 |
msgstr ""
|
8137 |
|
8138 |
+
#: app/libraries/main.php:1839
|
8139 |
#, fuzzy
|
8140 |
#| msgid "Share on Facebook"
|
8141 |
msgid "Share on Flipboard"
|
8142 |
msgstr "Sdílet na Facebooku"
|
8143 |
|
8144 |
+
#: app/libraries/main.php:1857
|
8145 |
#, fuzzy
|
8146 |
#| msgid "Share on Facebook"
|
8147 |
msgid "Share on GetPocket"
|
8148 |
msgstr "Sdílet na Facebooku"
|
8149 |
|
8150 |
+
#: app/libraries/main.php:1873
|
8151 |
#, fuzzy
|
8152 |
#| msgid "Share on Facebook"
|
8153 |
msgid "Share on Reddit"
|
8154 |
msgstr "Sdílet na Facebooku"
|
8155 |
|
8156 |
+
#: app/libraries/main.php:1889
|
8157 |
msgid "Share on Telegram"
|
8158 |
msgstr ""
|
8159 |
|
8160 |
+
#: app/libraries/main.php:1907
|
8161 |
msgid "Share on WhatsApp"
|
8162 |
msgstr ""
|
8163 |
|
8164 |
+
#: app/libraries/main.php:1930
|
8165 |
msgid "Custom Shortcode"
|
8166 |
msgstr "Uživatelské zkrácené kódy"
|
8167 |
|
8168 |
+
#: app/libraries/main.php:2292
|
8169 |
msgid "Your booking already verified!"
|
8170 |
msgstr "Vaše rezervace již byla ověřena!"
|
8171 |
|
8172 |
+
#: app/libraries/main.php:2297
|
8173 |
msgid "Your booking successfully verified."
|
8174 |
msgstr "Vaše rezervace byla úspěšně ověřena."
|
8175 |
|
8176 |
+
#: app/libraries/main.php:2298
|
8177 |
msgid "Your booking cannot verify!"
|
8178 |
msgstr "Vaši rezervaci nelze ověřit!"
|
8179 |
|
8180 |
+
#: app/libraries/main.php:2317
|
8181 |
msgid "Your booking successfully canceled."
|
8182 |
msgstr "Vaše rezervace byla úspěšně zrušena."
|
8183 |
|
8184 |
+
#: app/libraries/main.php:2318
|
8185 |
msgid "Your booking cannot be canceled."
|
8186 |
msgstr "Vaši rezervaci nelze zrušit."
|
8187 |
|
8188 |
+
#: app/libraries/main.php:2322
|
8189 |
msgid "You canceled the payment successfully."
|
8190 |
msgstr "Platbu jste úspěšně zrušili."
|
8191 |
|
8192 |
+
#: app/libraries/main.php:2326
|
8193 |
msgid "You returned from payment gateway successfully."
|
8194 |
msgstr "Úspěšně jste se vrátili z platební brány."
|
8195 |
|
8196 |
+
#: app/libraries/main.php:2345
|
8197 |
msgid "Cannot find the invoice!"
|
8198 |
msgstr "Fakturu nelze najít!"
|
8199 |
|
8200 |
+
#: app/libraries/main.php:2345
|
8201 |
msgid "Invoice is invalid."
|
8202 |
msgstr "Faktura je neplatná."
|
8203 |
|
8204 |
+
#: app/libraries/main.php:2365
|
8205 |
#, fuzzy
|
8206 |
#| msgid ""
|
8207 |
#| "Your booking still is not confirmed. You able download it after "
|
8211 |
msgstr ""
|
8212 |
"Vaše rezervace stále není potvrzena. Můžete si ji stáhnout po potvrzení!"
|
8213 |
|
8214 |
+
#: app/libraries/main.php:2365
|
8215 |
msgid "Booking Not Confirmed."
|
8216 |
msgstr "Rezervace nebyla potvrzena."
|
8217 |
|
8218 |
+
#: app/libraries/main.php:2371
|
8219 |
msgid "Cannot find the booking!"
|
8220 |
msgstr "Nemohu najít rezervaci!"
|
8221 |
|
8222 |
+
#: app/libraries/main.php:2371
|
8223 |
msgid "Booking is invalid."
|
8224 |
msgstr "Rezervace není platná."
|
8225 |
|
8226 |
+
#: app/libraries/main.php:2404
|
8227 |
#, php-format
|
8228 |
msgid "%s Invoice"
|
8229 |
msgstr "%s Faktura"
|
8230 |
|
8231 |
+
#: app/libraries/main.php:2437
|
8232 |
#, fuzzy
|
8233 |
#| msgid "Date and Time"
|
8234 |
msgid "Date & Time"
|
8235 |
msgstr "Datum a čas"
|
8236 |
|
8237 |
+
#: app/libraries/main.php:2454
|
8238 |
#, fuzzy
|
8239 |
#| msgid "Booking Price"
|
8240 |
msgid "Booking Fields"
|
8241 |
msgstr "Cena rezervace"
|
8242 |
|
8243 |
+
#: app/libraries/main.php:2526
|
8244 |
msgid "Billing"
|
8245 |
msgstr "Fakturace"
|
8246 |
|
8247 |
+
#: app/libraries/main.php:2538
|
8248 |
#, fuzzy
|
8249 |
#| msgid "Coupons"
|
8250 |
msgid "Coupon Code"
|
8251 |
msgstr "Kupóny"
|
8252 |
|
8253 |
+
#: app/libraries/main.php:2543
|
8254 |
msgid "Total"
|
8255 |
msgstr "Celkem"
|
8256 |
|
8257 |
+
#: app/libraries/main.php:2550
|
8258 |
#, fuzzy
|
8259 |
#| msgid "Payment Gateways"
|
8260 |
msgid "Payment"
|
8261 |
msgstr "Platební brány"
|
8262 |
|
8263 |
+
#: app/libraries/main.php:2554
|
8264 |
#, fuzzy
|
8265 |
#| msgid "Payment Gateways"
|
8266 |
msgid "Gateway"
|
8267 |
msgstr "Platební brány"
|
8268 |
|
8269 |
+
#: app/libraries/main.php:2567
|
8270 |
#, fuzzy
|
8271 |
#| msgid "Payment Gateways"
|
8272 |
msgid "Payment Time"
|
8273 |
msgstr "Platební brány"
|
8274 |
|
8275 |
+
#: app/libraries/main.php:2677
|
8276 |
msgid "Request is not valid."
|
8277 |
msgstr "Požadavek není platný."
|
8278 |
|
8279 |
+
#: app/libraries/main.php:2677
|
8280 |
msgid "iCal export stopped!"
|
8281 |
msgstr "iCal export byl zastaven!"
|
8282 |
|
8283 |
+
#: app/libraries/main.php:3023 app/libraries/main.php:3052
|
8284 |
+
#: app/libraries/main.php:3081 app/libraries/main.php:3110
|
8285 |
+
#: app/libraries/main.php:3139 app/libraries/main.php:3168
|
8286 |
+
#: app/libraries/main.php:3197 app/libraries/main.php:3226
|
8287 |
+
#: app/libraries/main.php:3255 app/libraries/main.php:3284
|
8288 |
+
#: app/libraries/main.php:3307 app/libraries/main.php:3353
|
8289 |
+
#: app/libraries/main.php:3399 app/libraries/main.php:3448
|
8290 |
+
#: app/libraries/main.php:3497
|
8291 |
msgid "Sort"
|
8292 |
msgstr "Seřadit"
|
8293 |
|
8294 |
+
#: app/libraries/main.php:3030 app/libraries/main.php:3059
|
8295 |
+
#: app/libraries/main.php:3088 app/libraries/main.php:3117
|
8296 |
+
#: app/libraries/main.php:3146 app/libraries/main.php:3175
|
8297 |
+
#: app/libraries/main.php:3204 app/libraries/main.php:3233
|
8298 |
+
#: app/libraries/main.php:3262 app/libraries/main.php:3314
|
8299 |
+
#: app/libraries/main.php:3360 app/libraries/main.php:3406
|
8300 |
+
#: app/libraries/main.php:3455
|
8301 |
msgid "Required Field"
|
8302 |
msgstr "Požadovaná pole"
|
8303 |
|
8304 |
+
#: app/libraries/main.php:3036 app/libraries/main.php:3065
|
8305 |
+
#: app/libraries/main.php:3094 app/libraries/main.php:3123
|
8306 |
+
#: app/libraries/main.php:3152 app/libraries/main.php:3181
|
8307 |
+
#: app/libraries/main.php:3210 app/libraries/main.php:3239
|
8308 |
+
#: app/libraries/main.php:3268 app/libraries/main.php:3320
|
8309 |
+
#: app/libraries/main.php:3366 app/libraries/main.php:3412
|
8310 |
+
#: app/libraries/main.php:3461
|
8311 |
msgid "Insert a label for this field"
|
8312 |
msgstr "Vložte štítek pro toto pole"
|
8313 |
|
8314 |
+
#: app/libraries/main.php:3290
|
8315 |
msgid "HTML and shortcode are allowed."
|
8316 |
msgstr "HTML a zkrácené kódy jsou povoleny."
|
8317 |
|
8318 |
+
#: app/libraries/main.php:3333 app/libraries/main.php:3379
|
8319 |
+
#: app/libraries/main.php:3425
|
8320 |
msgid "Option"
|
8321 |
msgstr "Možnost"
|
8322 |
|
8323 |
+
#: app/libraries/main.php:3461
|
8324 |
#, php-format
|
8325 |
msgid "Instead of %s, the page title with a link will be show."
|
8326 |
msgstr "Místo%s se zobrazí název stránky s odkazem."
|
8327 |
|
8328 |
+
#: app/libraries/main.php:3463
|
8329 |
msgid "Agreement Page"
|
8330 |
msgstr "Stránka smlouvy"
|
8331 |
|
8332 |
+
#: app/libraries/main.php:3474
|
8333 |
msgid "Checked by default"
|
8334 |
msgstr "Ve výchozím nastavení zaškrtnuto"
|
8335 |
|
8336 |
+
#: app/libraries/main.php:3475
|
8337 |
msgid "Unchecked by default"
|
8338 |
msgstr "Ve výchozím nastavení není zaškrtnuto"
|
8339 |
|
8340 |
+
#: app/libraries/main.php:3499
|
8341 |
msgid "Insert a label for this option"
|
8342 |
msgstr "Vložte štítek pro tuto možnost"
|
8343 |
|
8344 |
+
#: app/libraries/main.php:3512
|
8345 |
msgid "Free"
|
8346 |
msgstr "Zdarma"
|
8347 |
|
8348 |
+
#: app/libraries/main.php:4139 app/libraries/main.php:6183
|
8349 |
msgid "M.E. Calender"
|
8350 |
msgstr "M.E. Kalendář"
|
8351 |
|
8352 |
+
#: app/libraries/main.php:4295
|
8353 |
#, php-format
|
8354 |
msgid "Copy of %s"
|
8355 |
msgstr "Kopie %s"
|
8356 |
|
8357 |
+
#: app/libraries/main.php:5113
|
8358 |
msgid "Booked an event."
|
8359 |
msgstr "Událost byla rezervována."
|
8360 |
|
8361 |
+
#: app/libraries/main.php:5154
|
8362 |
#, php-format
|
8363 |
msgid "%s booked %s event."
|
8364 |
msgstr "%s zarezervoval %s událost."
|
8365 |
|
8366 |
+
#: app/libraries/main.php:5848 app/libraries/main.php:5896
|
8367 |
msgid "Taxonomies"
|
8368 |
msgstr "Taxonomie"
|
8369 |
|
8370 |
# Mrknout na kontext
|
8371 |
+
#: app/libraries/main.php:5850 app/libraries/main.php:5898
|
8372 |
msgid "Category Plural Label"
|
8373 |
msgstr "Štítek množné kategorie"
|
8374 |
|
8375 |
# Mrknout na kontext
|
8376 |
+
#: app/libraries/main.php:5851 app/libraries/main.php:5899
|
8377 |
msgid "Category Singular Label"
|
8378 |
msgstr "Štítek jednotné kategorie"
|
8379 |
|
8380 |
+
#: app/libraries/main.php:5852 app/libraries/main.php:5900
|
8381 |
msgid "Label Plural Label"
|
8382 |
msgstr "Štítek množného štítku"
|
8383 |
|
8384 |
+
#: app/libraries/main.php:5853 app/libraries/main.php:5901
|
8385 |
msgid "Label Singular Label"
|
8386 |
msgstr "Štítek jednotného štítku"
|
8387 |
|
8388 |
+
#: app/libraries/main.php:5853 app/libraries/main.php:5901
|
8389 |
msgid "label"
|
8390 |
msgstr "štítek"
|
8391 |
|
8392 |
+
#: app/libraries/main.php:5854 app/libraries/main.php:5902
|
8393 |
msgid "Location Plural Label"
|
8394 |
msgstr "Štítek množného umístění"
|
8395 |
|
8396 |
+
#: app/libraries/main.php:5855 app/libraries/main.php:5903
|
8397 |
msgid "Location Singular Label"
|
8398 |
msgstr "Štítek jednotného umístění"
|
8399 |
|
8400 |
+
#: app/libraries/main.php:5856 app/libraries/main.php:5904
|
8401 |
msgid "Organizer Plural Label"
|
8402 |
msgstr "Štítek množného organizátora"
|
8403 |
|
8404 |
+
#: app/libraries/main.php:5857 app/libraries/main.php:5905
|
8405 |
msgid "Organizer Singular Label"
|
8406 |
msgstr "Štítek jednotného organizátora"
|
8407 |
|
8408 |
+
#: app/libraries/main.php:5858 app/libraries/main.php:5906
|
8409 |
msgid "Speaker Plural Label"
|
8410 |
msgstr "Štítek množného řečníka"
|
8411 |
|
8412 |
+
#: app/libraries/main.php:5859 app/libraries/main.php:5907
|
8413 |
msgid "Speaker Singular Label"
|
8414 |
msgstr "Štítek jednotného řečníka"
|
8415 |
|
8416 |
+
#: app/libraries/main.php:5865 app/libraries/main.php:5913
|
8417 |
msgid "Sunday abbreviation"
|
8418 |
msgstr "Neděle zkratka"
|
8419 |
|
8420 |
+
#: app/libraries/main.php:5866 app/libraries/main.php:5914
|
8421 |
msgid "Monday abbreviation"
|
8422 |
msgstr "Pondělí zkratka"
|
8423 |
|
8424 |
+
#: app/libraries/main.php:5867 app/libraries/main.php:5915
|
8425 |
msgid "Tuesday abbreviation"
|
8426 |
msgstr "Úterý zkratka"
|
8427 |
|
8428 |
+
#: app/libraries/main.php:5868 app/libraries/main.php:5916
|
8429 |
msgid "Wednesday abbreviation"
|
8430 |
msgstr "Středa zkratka"
|
8431 |
|
8432 |
+
#: app/libraries/main.php:5869 app/libraries/main.php:5917
|
8433 |
msgid "Thursday abbreviation"
|
8434 |
msgstr "Čtvrtek zkratka"
|
8435 |
|
8436 |
+
#: app/libraries/main.php:5870 app/libraries/main.php:5918
|
8437 |
msgid "Friday abbreviation"
|
8438 |
msgstr "Pátek zkratka"
|
8439 |
|
8440 |
+
#: app/libraries/main.php:5871 app/libraries/main.php:5919
|
8441 |
msgid "Saturday abbreviation"
|
8442 |
msgstr "Sobota zkratka"
|
8443 |
|
8444 |
+
#: app/libraries/main.php:5875 app/libraries/main.php:5923
|
8445 |
msgid "Others"
|
8446 |
msgstr "Další"
|
8447 |
|
8448 |
+
#: app/libraries/main.php:5877
|
8449 |
msgid "Booking Success Message"
|
8450 |
msgstr "Zpráva o úspěchu rezervace"
|
8451 |
|
8452 |
+
#: app/libraries/main.php:5877
|
8453 |
#, fuzzy
|
8454 |
#| msgid ""
|
8455 |
#| "Thanks for your booking. Your tickets booked, booking verification might "
|
8461 |
"Děkujeme za vaši rezervaci. Vaše vstupenky jsou rezervovány, může být nutné "
|
8462 |
"ověřit rezervaci. Zkontrolujte prosím svůj e-mail."
|
8463 |
|
8464 |
+
#: app/libraries/main.php:5878 app/libraries/main.php:5925
|
8465 |
#: app/widgets/single.php:131
|
8466 |
msgid "Register Button"
|
8467 |
msgstr "Registrační tlačítko"
|
8468 |
|
8469 |
+
#: app/libraries/main.php:5878 app/libraries/main.php:5925
|
8470 |
#: app/skins/available_spot/tpl.php:209 app/skins/carousel/render.php:109
|
8471 |
#: app/skins/carousel/render.php:148 app/skins/grid/render.php:98
|
8472 |
#: app/skins/grid/render.php:153 app/skins/grid/render.php:203
|
8484 |
msgid "REGISTER"
|
8485 |
msgstr "REGISTROVAT"
|
8486 |
|
8487 |
+
#: app/libraries/main.php:5879 app/libraries/main.php:5926
|
8488 |
msgid "View Detail Button"
|
8489 |
msgstr "Tlačítko Zobrazit detail"
|
8490 |
|
8491 |
+
#: app/libraries/main.php:5879 app/libraries/main.php:5926
|
8492 |
#: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
|
8493 |
#: app/skins/grid/render.php:98 app/skins/grid/render.php:153
|
8494 |
#: app/skins/grid/render.php:203 app/skins/grid/render.php:223
|
8500 |
msgid "View Detail"
|
8501 |
msgstr "Zobrazit detail"
|
8502 |
|
8503 |
+
#: app/libraries/main.php:5880 app/libraries/main.php:5927
|
8504 |
msgid "Event Detail Button"
|
8505 |
msgstr "Tlačítko Detail události"
|
8506 |
|
8507 |
+
#: app/libraries/main.php:5880 app/libraries/main.php:5927
|
8508 |
#: app/skins/countdown/tpl.php:221
|
8509 |
msgid "Event Detail"
|
8510 |
msgstr "Zobrazit událost"
|
8511 |
|
8512 |
+
#: app/libraries/main.php:5882 app/libraries/main.php:5929
|
8513 |
msgid "More Info Link"
|
8514 |
msgstr "Odkaz na více informací"
|
8515 |
|
8516 |
+
#: app/libraries/main.php:5885
|
8517 |
msgid "Ticket (Singular)"
|
8518 |
msgstr "Vstupenka (Jednotné)"
|
8519 |
|
8520 |
+
#: app/libraries/main.php:5886
|
8521 |
msgid "Tickets (Plural)"
|
8522 |
msgstr "Vstupenky (Množné)"
|
8523 |
|
8524 |
+
#: app/libraries/main.php:6042
|
8525 |
msgid "EventON"
|
8526 |
msgstr "EventON"
|
8527 |
|
8528 |
+
#: app/libraries/main.php:6043
|
8529 |
msgid "The Events Calendar"
|
8530 |
msgstr "The Events Calendar"
|
8531 |
|
8532 |
+
#: app/libraries/main.php:6044
|
8533 |
msgid "Events Schedule WP Plugin"
|
8534 |
msgstr "Events Schedule WP Plugin"
|
8535 |
|
8536 |
+
#: app/libraries/main.php:6045
|
8537 |
msgid "Calendarize It"
|
8538 |
msgstr "Calendarize It"
|
8539 |
|
8540 |
+
#: app/libraries/main.php:6046
|
8541 |
#, fuzzy
|
8542 |
#| msgid "Event Speakers"
|
8543 |
msgid "Event Espresso"
|
8544 |
msgstr "Řečník události"
|
8545 |
|
8546 |
+
#: app/libraries/main.php:6047
|
8547 |
#, fuzzy
|
8548 |
#| msgid "Event Repeating (Recurring events)"
|
8549 |
msgid "Events Manager (Recurring)"
|
8550 |
msgstr "Opakování události (opakující se události)"
|
8551 |
|
8552 |
+
#: app/libraries/main.php:6048
|
8553 |
#, fuzzy
|
8554 |
#| msgid "Modern Events Calendar (Lite)"
|
8555 |
msgid "Events Manager (Single)"
|
8556 |
msgstr "Modern Events Calendar (Lite)"
|
8557 |
|
8558 |
+
#: app/libraries/main.php:6120 app/libraries/main.php:6140
|
8559 |
msgid "Confirmed"
|
8560 |
msgstr "Potvrzeno"
|
8561 |
|
8562 |
+
#: app/libraries/main.php:6121 app/libraries/main.php:6148
|
8563 |
msgid "Rejected"
|
8564 |
msgstr "Odmítnuto"
|
8565 |
|
8566 |
+
#: app/libraries/main.php:6122 app/libraries/main.php:6144
|
8567 |
msgid "Pending"
|
8568 |
msgstr "Nevyřízený"
|
8569 |
|
8570 |
+
#: app/libraries/main.php:6170
|
8571 |
msgid "Waiting"
|
8572 |
msgstr "Čekající"
|
8573 |
|
8574 |
+
#: app/libraries/main.php:6213
|
8575 |
#, fuzzy
|
8576 |
#| msgid "Sunday"
|
8577 |
msgid "Sun"
|
8578 |
msgstr "Neděle"
|
8579 |
|
8580 |
+
#: app/libraries/main.php:6213
|
8581 |
#, fuzzy
|
8582 |
#| msgid "Monday"
|
8583 |
msgid "Mon"
|
8584 |
msgstr "Pondělí"
|
8585 |
|
8586 |
+
#: app/libraries/main.php:6213
|
8587 |
#, fuzzy
|
8588 |
#| msgid "Tel"
|
8589 |
msgid "Tue"
|
8590 |
msgstr "Tel"
|
8591 |
|
8592 |
+
#: app/libraries/main.php:6213
|
8593 |
msgid "Wed"
|
8594 |
msgstr ""
|
8595 |
|
8596 |
+
#: app/libraries/main.php:6213
|
8597 |
msgid "Thu"
|
8598 |
msgstr ""
|
8599 |
|
8600 |
+
#: app/libraries/main.php:6213
|
8601 |
#, fuzzy
|
8602 |
#| msgid "Friday"
|
8603 |
msgid "Fri"
|
8604 |
msgstr "Pátek"
|
8605 |
|
8606 |
+
#: app/libraries/main.php:6213
|
8607 |
#, fuzzy
|
8608 |
#| msgid "Start"
|
8609 |
msgid "Sat"
|
8610 |
msgstr "Začátek"
|
8611 |
|
8612 |
+
#: app/libraries/main.php:6375 app/libraries/render.php:80
|
8613 |
#: app/libraries/render.php:432
|
8614 |
msgid "Skin controller does not exist."
|
8615 |
msgstr "Ovladač vzhledu neexistuje."
|
8616 |
|
8617 |
+
#: app/libraries/main.php:6590
|
8618 |
msgid "Sold Out"
|
8619 |
msgstr "Vyprodáno"
|
8620 |
|
8621 |
+
#: app/libraries/main.php:6598
|
8622 |
#, fuzzy
|
8623 |
#| msgid "Ticket"
|
8624 |
msgid "Last Few Tickets"
|
8625 |
msgstr "Vstupenka"
|
8626 |
|
8627 |
+
#: app/libraries/main.php:6919 app/libraries/main.php:6936
|
|
|
|
|
|
|
|
|
|
|
|
|
8628 |
#, fuzzy
|
8629 |
#| msgid "minutes"
|
8630 |
msgid "Minutes"
|
8631 |
msgstr "minuty"
|
8632 |
|
8633 |
+
#: app/libraries/main.php:6941
|
8634 |
msgid "AM / PM"
|
8635 |
msgstr ""
|
8636 |
|
8637 |
+
#: app/libraries/main.php:6942
|
8638 |
msgid "AM"
|
8639 |
msgstr "dop."
|
8640 |
|
8641 |
+
#: app/libraries/main.php:6943
|
8642 |
msgid "PM"
|
8643 |
msgstr "odp."
|
8644 |
|
8645 |
+
#: app/libraries/main.php:6951
|
8646 |
msgid "Ongoing..."
|
8647 |
msgstr ""
|
8648 |
|
8649 |
+
#: app/libraries/main.php:6952
|
8650 |
#, fuzzy
|
8651 |
#| msgid "Expired Events"
|
8652 |
msgid "Expired!"
|
8697 |
msgid "+ iCal export"
|
8698 |
msgstr "+ iCal export"
|
8699 |
|
8700 |
+
#: app/libraries/notifications.php:1196
|
8701 |
msgid "Yes"
|
8702 |
msgstr "Ano"
|
8703 |
|
8704 |
+
#: app/libraries/notifications.php:1196
|
8705 |
msgid "No"
|
8706 |
msgstr "Ne"
|
8707 |
|
8708 |
+
#: app/libraries/skins.php:1078
|
8709 |
#, fuzzy
|
8710 |
#| msgid "Select All"
|
8711 |
msgid "Select"
|
8787 |
msgid "Fill other attendees information like the first form."
|
8788 |
msgstr "Vyplňte informace o dalších účastnících, jako v prvním formuláři."
|
8789 |
|
8790 |
+
#: app/modules/booking/steps/tickets.php:54
|
8791 |
msgid "Book Event"
|
8792 |
msgstr "Rezervovat událost"
|
8793 |
|
8794 |
+
#: app/modules/booking/steps/tickets.php:82
|
8795 |
#, fuzzy
|
8796 |
#| msgid "Ticket time"
|
8797 |
msgid "1 Ticket selected."
|
8798 |
msgstr "Čas vstupenky"
|
8799 |
|
8800 |
+
#: app/modules/booking/steps/tickets.php:83
|
8801 |
+
#: app/modules/booking/steps/tickets.php:89
|
8802 |
#, php-format
|
8803 |
msgid "Available %s: <span>%s</span>"
|
8804 |
msgstr "K dispozici %s: <span>%s</span>"
|
8805 |
|
8806 |
+
#: app/modules/booking/steps/tickets.php:94
|
8807 |
#, php-format
|
8808 |
msgid "The %s ticket sales has stopped!"
|
8809 |
msgstr ""
|
8810 |
|
8811 |
+
#: app/modules/booking/steps/tickets.php:95
|
8812 |
#, php-format
|
8813 |
msgid "The %s ticket is sold out. You can try another ticket or another date."
|
8814 |
msgstr ""
|
9157 |
msgid "http://webnus.net"
|
9158 |
msgstr "http://webnus.net"
|
9159 |
|
9160 |
+
#, fuzzy
|
9161 |
+
#~| msgid "Ticket time"
|
9162 |
+
#~ msgid "Collapse Ticket Selection"
|
9163 |
+
#~ msgstr "Čas vstupenky"
|
9164 |
+
|
9165 |
+
#~ msgid "Days"
|
9166 |
+
#~ msgstr "Dny"
|
9167 |
+
|
9168 |
#~ msgid "Total Attendees"
|
9169 |
#~ msgstr "Celkový počet účastníků"
|
9170 |
|
Binary file
|
@@ -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-07-
|
6 |
-
"PO-Revision-Date: 2020-07-
|
7 |
"Last-Translator: Jogon <koenig@kafinanz.de>\n"
|
8 |
"Language-Team: German\n"
|
9 |
"Language: de_DE\n"
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
19 |
|
20 |
#: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
|
21 |
#: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
|
22 |
-
#: app/features/mec.php:
|
23 |
#: app/features/mec/dashboard.php:63 app/widgets/MEC.php:33
|
24 |
msgid "Modern Events Calendar"
|
25 |
msgstr "Moderner Event Kalender "
|
@@ -30,8 +30,8 @@ msgstr "Moderner Event Kalender "
|
|
30 |
msgid "Content"
|
31 |
msgstr "Inhalt"
|
32 |
|
33 |
-
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:
|
34 |
-
#: app/features/mec.php:
|
35 |
msgid "Shortcode"
|
36 |
msgstr "Shortcode"
|
37 |
|
@@ -82,7 +82,7 @@ msgid "Select Shortcode"
|
|
82 |
msgstr "Neuen Shortcode hinzufügen"
|
83 |
|
84 |
#: app/features/colors.php:50 app/features/fes/form.php:872
|
85 |
-
#: app/features/mec/settings.php:
|
86 |
msgid "Event Color"
|
87 |
msgstr "Farbe der Veranstaltung"
|
88 |
|
@@ -92,15 +92,15 @@ msgstr "Farbe der Veranstaltung"
|
|
92 |
msgid "Recent Colors"
|
93 |
msgstr "Farbe der Veranstaltung"
|
94 |
|
95 |
-
#: app/features/contextual.php:55 app/features/mec.php:
|
96 |
-
#: app/features/mec/dashboard.php:
|
97 |
#: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
|
98 |
#: app/libraries/main.php:596
|
99 |
msgid "Settings"
|
100 |
msgstr "Einstellungen"
|
101 |
|
102 |
#: app/features/contextual.php:62 app/features/events.php:1558
|
103 |
-
#: app/features/events.php:
|
104 |
#: app/features/mec/support.php:29 app/libraries/main.php:563
|
105 |
msgid "Booking Form"
|
106 |
msgstr "Buchungsformular"
|
@@ -127,7 +127,7 @@ msgstr ""
|
|
127 |
"<iframe width=\"600\" height=\"300\" src=\"https://www.youtube.com/embed/"
|
128 |
"YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
|
129 |
|
130 |
-
#: app/features/contextual.php:70 app/features/mec/booking.php:
|
131 |
#: app/features/mec/support-page.php:115 app/features/mec/support.php:36
|
132 |
#: app/libraries/main.php:564
|
133 |
msgid "Payment Gateways"
|
@@ -229,12 +229,12 @@ msgstr ""
|
|
229 |
"height=\"420\" src=\"https://www.youtube.com/embed/dqgt1b8X8hs\" frameborder="
|
230 |
"\"0\" allowfullscreen></iframe>"
|
231 |
|
232 |
-
#: app/features/contextual.php:117 app/features/mec/settings.php:
|
233 |
#: app/features/mec/support-page.php:97 app/libraries/main.php:532
|
234 |
msgid "General Options"
|
235 |
msgstr "Allgemeine Einstellungen"
|
236 |
|
237 |
-
#: app/features/contextual.php:139 app/features/mec/settings.php:
|
238 |
#: app/libraries/main.php:534
|
239 |
msgid "Slugs/Permalinks"
|
240 |
msgstr "Slug/Permalinks"
|
@@ -243,7 +243,7 @@ msgstr "Slug/Permalinks"
|
|
243 |
msgid "Event Details/Single Event Page"
|
244 |
msgstr "Event Details / Einzelveranstaltungsseite"
|
245 |
|
246 |
-
#: app/features/contextual.php:166 app/features/mec/settings.php:
|
247 |
#: app/libraries/main.php:535
|
248 |
msgid "Currency Options"
|
249 |
msgstr "Währungseinstellungen"
|
@@ -252,7 +252,7 @@ msgstr "Währungseinstellungen"
|
|
252 |
msgid "Google Maps Options"
|
253 |
msgstr "Google Maps Einstellungen"
|
254 |
|
255 |
-
#: app/features/contextual.php:244 app/features/mec/settings.php:
|
256 |
#: app/libraries/main.php:536
|
257 |
msgid "Google Recaptcha Options"
|
258 |
msgstr "Google Recaptcha Einstellungen"
|
@@ -271,7 +271,7 @@ msgstr "Soziale Netzwerke"
|
|
271 |
msgid "Next Event Module"
|
272 |
msgstr "Nächstes Veranstaltung Modul"
|
273 |
|
274 |
-
#: app/features/contextual.php:286 app/features/mec/settings.php:
|
275 |
#: app/features/mec/support-page.php:98 app/libraries/main.php:537
|
276 |
msgid "Frontend Event Submission"
|
277 |
msgstr "Erstellung von Veranstaltungen im Frontend"
|
@@ -289,7 +289,7 @@ msgstr "Herausgenommene Tage "
|
|
289 |
msgid "Booking"
|
290 |
msgstr "Buchung / Reservierung"
|
291 |
|
292 |
-
#: app/features/contextual.php:318 app/features/mec/booking.php:
|
293 |
#: app/libraries/main.php:560
|
294 |
msgid "Coupons"
|
295 |
msgstr "Gutscheine"
|
@@ -299,7 +299,7 @@ msgstr "Gutscheine"
|
|
299 |
msgid "BuddyPress Integration"
|
300 |
msgstr "Buddy Press Integration"
|
301 |
|
302 |
-
#: app/features/contextual.php:334 app/features/mec/settings.php:
|
303 |
#: app/libraries/main.php:540
|
304 |
msgid "Mailchimp Integration"
|
305 |
msgstr "Mailchimp Integration"
|
@@ -308,8 +308,45 @@ msgstr "Mailchimp Integration"
|
|
308 |
msgid "MEC Activation"
|
309 |
msgstr "MEC Aktivierung"
|
310 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
#: app/features/events.php:167 app/features/ix/export.php:34
|
312 |
-
#: app/features/mec/dashboard.php:
|
313 |
#: app/skins/monthly_view/tpl.php:70 app/skins/tile/tpl.php:80
|
314 |
#: app/skins/yearly_view/tpl.php:68
|
315 |
msgid "Events"
|
@@ -325,11 +362,11 @@ msgstr "Veranstaltungen"
|
|
325 |
msgid "Event"
|
326 |
msgstr "Veranstaltung"
|
327 |
|
328 |
-
#: app/features/events.php:169 app/features/mec.php:
|
329 |
msgid "Add Event"
|
330 |
msgstr "Veranstaltung hinzufügen"
|
331 |
|
332 |
-
#: app/features/events.php:170 app/features/mec/dashboard.php:
|
333 |
msgid "Add New Event"
|
334 |
msgstr "Neue Veranstaltung hinzufügen"
|
335 |
|
@@ -356,7 +393,7 @@ msgstr "Veranstaltung ansehen"
|
|
356 |
msgid "No events found in Trash!"
|
357 |
msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
|
358 |
|
359 |
-
#: app/features/events.php:192 app/features/events.php:
|
360 |
#: app/features/mec/meta_boxes/display_options.php:1386
|
361 |
#: app/features/mec/meta_boxes/search_form.php:31
|
362 |
#: app/features/mec/meta_boxes/search_form.php:101
|
@@ -369,20 +406,20 @@ msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
|
|
369 |
#: app/features/mec/meta_boxes/search_form.php:584
|
370 |
#: app/features/mec/meta_boxes/search_form.php:654
|
371 |
#: app/features/mec/meta_boxes/search_form.php:760
|
372 |
-
#: app/features/mec/settings.php:
|
373 |
-
#: app/features/search.php:68 app/libraries/main.php:
|
374 |
-
#: app/libraries/main.php:
|
375 |
#: app/skins/single.php:854 app/skins/single/default.php:215
|
376 |
#: app/skins/single/default.php:446 app/skins/single/m1.php:195
|
377 |
#: app/skins/single/m2.php:118 app/skins/single/modern.php:137
|
378 |
msgid "Category"
|
379 |
msgstr "Kategorie"
|
380 |
|
381 |
-
#: app/features/events.php:193 app/features/events.php:
|
382 |
-
#: app/features/fes/form.php:822 app/features/mec.php:
|
383 |
#: app/features/mec/meta_boxes/filter.php:69
|
384 |
-
#: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:
|
385 |
-
#: app/libraries/main.php:
|
386 |
msgid "Categories"
|
387 |
msgstr "Kategorien"
|
388 |
|
@@ -475,7 +512,7 @@ msgid "Event Data"
|
|
475 |
msgstr "Veranstaltungsdetails"
|
476 |
|
477 |
#: app/features/events.php:346 app/features/events.php:1303
|
478 |
-
#: app/features/mec/settings.php:
|
479 |
msgid "Hourly Schedule"
|
480 |
msgstr "Stundenplan"
|
481 |
|
@@ -487,8 +524,8 @@ msgstr "Ort"
|
|
487 |
msgid "Links"
|
488 |
msgstr "Links"
|
489 |
|
490 |
-
#: app/features/events.php:349 app/features/events.php:
|
491 |
-
#: app/features/events.php:
|
492 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
493 |
#: app/features/mec/meta_boxes/display_options.php:1389
|
494 |
#: app/features/mec/meta_boxes/search_form.php:46
|
@@ -502,13 +539,13 @@ msgstr "Links"
|
|
502 |
#: app/features/mec/meta_boxes/search_form.php:599
|
503 |
#: app/features/mec/meta_boxes/search_form.php:669
|
504 |
#: app/features/mec/meta_boxes/search_form.php:775
|
505 |
-
#: app/features/mec/settings.php:
|
506 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
507 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
508 |
#: app/features/organizers.php:271 app/features/popup/event.php:163
|
509 |
#: app/features/popup/event.php:172 app/features/search.php:80
|
510 |
-
#: app/libraries/main.php:
|
511 |
-
#: app/libraries/skins.php:
|
512 |
#: app/skins/single/default.php:240 app/skins/single/default.php:471
|
513 |
#: app/skins/single/m1.php:103 app/skins/single/m2.php:26
|
514 |
#: app/skins/single/modern.php:45
|
@@ -516,8 +553,8 @@ msgid "Organizer"
|
|
516 |
msgstr "Veranstalter"
|
517 |
|
518 |
#: app/features/events.php:350 app/features/events.php:1108
|
519 |
-
#: app/features/fes/form.php:793 app/libraries/main.php:
|
520 |
-
#: app/libraries/main.php:
|
521 |
#: app/skins/single/default.php:141 app/skins/single/default.php:372
|
522 |
#: app/skins/single/m1.php:62 app/skins/single/modern.php:234
|
523 |
msgid "Cost"
|
@@ -537,26 +574,26 @@ msgstr "Zusätzliche Anmerkungen zum Event "
|
|
537 |
msgid "Guest Data"
|
538 |
msgstr "Gäste Daten"
|
539 |
|
540 |
-
#: app/features/events.php:489 app/features/events.php:
|
541 |
-
#: app/features/events.php:
|
542 |
#: app/features/fes/form.php:752 app/features/labels.php:178
|
543 |
#: app/features/mec/booking.php:53 app/features/organizers.php:279
|
544 |
#: app/features/popup/event.php:182 app/features/profile/profile.php:177
|
545 |
-
#: app/libraries/notifications.php:
|
546 |
msgid "Name"
|
547 |
msgstr "Name"
|
548 |
|
549 |
-
#: app/features/events.php:490 app/features/events.php:
|
550 |
-
#: app/features/events.php:
|
551 |
-
#: app/features/events.php:
|
552 |
#: app/features/fes/form.php:748 app/features/login/login.php:5
|
553 |
-
#: app/features/mec/booking.php:65 app/features/mec/booking.php:
|
554 |
-
#: app/features/mec/booking.php:
|
555 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
556 |
#: app/features/profile/profile.php:180 app/features/speakers.php:127
|
557 |
-
#: app/features/speakers.php:196 app/libraries/main.php:
|
558 |
-
#: app/libraries/main.php:
|
559 |
-
#: app/libraries/notifications.php:
|
560 |
#: app/modules/booking/steps/form.php:157 app/skins/single.php:1119
|
561 |
#: app/skins/single.php:1178 app/skins/single/default.php:257
|
562 |
#: app/skins/single/default.php:488 app/skins/single/m1.php:120
|
@@ -569,11 +606,11 @@ msgid "Date and Time"
|
|
569 |
msgstr "Datum und Uhrzeit"
|
570 |
|
571 |
#: app/features/events.php:501 app/features/events.php:505
|
572 |
-
#: app/features/events.php:
|
573 |
-
#: app/features/events.php:
|
574 |
#: app/features/fes/form.php:273 app/features/ix.php:3509
|
575 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:38
|
576 |
-
#: app/features/mec.php:
|
577 |
#: app/features/mec/meta_boxes/display_options.php:279
|
578 |
#: app/features/mec/meta_boxes/display_options.php:518
|
579 |
#: app/features/mec/meta_boxes/display_options.php:624
|
@@ -593,11 +630,11 @@ msgid "Start Date"
|
|
593 |
msgstr "Start Datum"
|
594 |
|
595 |
#: app/features/events.php:520 app/features/events.php:524
|
596 |
-
#: app/features/events.php:
|
597 |
-
#: app/features/events.php:
|
598 |
#: app/features/fes/form.php:292 app/features/ix.php:3509
|
599 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:44
|
600 |
-
#: app/features/mec.php:
|
601 |
msgid "End Date"
|
602 |
msgstr "Ende Datum"
|
603 |
|
@@ -637,20 +674,20 @@ msgstr ""
|
|
637 |
|
638 |
#: app/features/events.php:579 app/features/events.php:718
|
639 |
#: app/features/events.php:1071 app/features/events.php:1220
|
640 |
-
#: app/features/events.php:1528 app/features/events.php:
|
641 |
-
#: app/features/events.php:
|
642 |
-
#: app/features/events.php:
|
643 |
-
#: app/features/events.php:
|
644 |
-
#: app/features/events.php:
|
645 |
-
#: app/features/events.php:
|
646 |
#: app/features/fes/form.php:396 app/features/fes/form.php:704
|
647 |
#: app/features/locations.php:334 app/features/mec/booking.php:116
|
648 |
-
#: app/features/mec/booking.php:
|
649 |
-
#: app/features/mec/booking.php:
|
650 |
-
#: app/features/mec/booking.php:
|
651 |
-
#: app/features/mec/booking.php:
|
652 |
-
#: app/features/mec/booking.php:
|
653 |
-
#: app/features/mec/booking.php:
|
654 |
#: app/features/mec/meta_boxes/display_options.php:82
|
655 |
#: app/features/mec/meta_boxes/display_options.php:95
|
656 |
#: app/features/mec/meta_boxes/display_options.php:108
|
@@ -686,24 +723,24 @@ msgstr ""
|
|
686 |
#: app/features/mec/modules.php:52 app/features/mec/modules.php:85
|
687 |
#: app/features/mec/modules.php:102 app/features/mec/modules.php:137
|
688 |
#: app/features/mec/modules.php:153 app/features/mec/modules.php:323
|
689 |
-
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:
|
690 |
-
#: app/features/mec/notifications.php:
|
691 |
-
#: app/features/mec/notifications.php:
|
692 |
-
#: app/features/mec/notifications.php:
|
693 |
-
#: app/features/mec/notifications.php:
|
694 |
-
#: app/features/mec/notifications.php:
|
695 |
-
#: app/features/mec/notifications.php:
|
696 |
-
#: app/features/mec/notifications.php:
|
697 |
-
#: app/features/mec/settings.php:
|
698 |
-
#: app/features/mec/settings.php:
|
699 |
-
#: app/features/mec/settings.php:
|
700 |
-
#: app/features/mec/settings.php:
|
701 |
-
#: app/features/mec/settings.php:
|
702 |
-
#: app/features/mec/settings.php:
|
703 |
-
#: app/features/mec/settings.php:
|
704 |
-
#: app/features/mec/settings.php:
|
705 |
-
#: app/features/mec/settings.php:
|
706 |
-
#: app/features/mec/settings.php:
|
707 |
#: app/features/mec/single.php:62 app/features/mec/single.php:82
|
708 |
#: app/features/mec/single.php:99 app/features/mec/single.php:115
|
709 |
#: app/features/mec/single.php:130 app/features/mec/single.php:269
|
@@ -730,7 +767,7 @@ msgid "Repeats"
|
|
730 |
msgstr "Wiederholend"
|
731 |
|
732 |
#: app/features/events.php:608 app/features/fes/form.php:329
|
733 |
-
#: app/features/mec.php:
|
734 |
#: app/skins/full_calendar/tpl.php:121
|
735 |
msgid "Daily"
|
736 |
msgstr "Täglich"
|
@@ -754,13 +791,13 @@ msgid "Weekly"
|
|
754 |
msgstr "Wöchentlich"
|
755 |
|
756 |
#: app/features/events.php:643 app/features/fes/form.php:334
|
757 |
-
#: app/features/mec.php:
|
758 |
#: app/skins/full_calendar/tpl.php:119
|
759 |
msgid "Monthly"
|
760 |
msgstr "Monatlich"
|
761 |
|
762 |
#: app/features/events.php:650 app/features/fes/form.php:335
|
763 |
-
#: app/features/mec.php:
|
764 |
#: app/skins/full_calendar/tpl.php:118
|
765 |
msgid "Yearly"
|
766 |
msgstr "Jährlich"
|
@@ -793,8 +830,8 @@ msgid ""
|
|
793 |
"Calendar."
|
794 |
msgstr "Pro Version vom Modernen Event Calendar"
|
795 |
|
796 |
-
#: app/features/events.php:698 app/features/events.php:
|
797 |
-
#: app/features/events.php:
|
798 |
#: app/features/fes/form.php:359 app/features/ix/import_f_calendar.php:42
|
799 |
#: app/features/ix/import_g_calendar.php:51
|
800 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
@@ -803,8 +840,8 @@ msgstr "Start"
|
|
803 |
|
804 |
#: app/features/events.php:711 app/features/events.php:1214
|
805 |
#: app/features/events.php:1334 app/features/events.php:1439
|
806 |
-
#: app/features/events.php:
|
807 |
-
#: app/features/events.php:
|
808 |
#: app/features/fes/form.php:389 app/features/fes/form.php:920
|
809 |
msgid "Add"
|
810 |
msgstr "Hinzufügen"
|
@@ -820,8 +857,8 @@ msgid ""
|
|
820 |
"the start and end dates must be commensurate with the initial date."
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: app/features/events.php:728 app/features/events.php:
|
824 |
-
#: app/features/events.php:
|
825 |
#: app/features/fes/form.php:374
|
826 |
msgid "End"
|
827 |
msgstr "Ende"
|
@@ -885,11 +922,11 @@ msgstr ""
|
|
885 |
msgid "Show only one occurrence of this event"
|
886 |
msgstr "Nächstes Auftreten von anderen Events."
|
887 |
|
888 |
-
#: app/features/events.php:1104 app/features/events.php:
|
889 |
-
#: app/features/events.php:
|
890 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
891 |
-
#: app/features/mec/settings.php:
|
892 |
-
#: app/libraries/main.php:
|
893 |
msgid "Event Cost"
|
894 |
msgstr ""
|
895 |
"Bruttopreis des Events in Euro, 0 für kostenlos oder z.B. 39, ohne €-Zeichen"
|
@@ -904,11 +941,11 @@ msgstr "Herausgenommene Tage "
|
|
904 |
msgid "Exclude certain days"
|
905 |
msgstr "Ausschluss bestimmter Tage"
|
906 |
|
907 |
-
#: app/features/events.php:1212 app/features/events.php:
|
908 |
-
#: app/features/events.php:
|
909 |
-
#: app/features/mec/booking.php:
|
910 |
#: app/features/mec/single.php:185 app/features/profile/profile.php:58
|
911 |
-
#: app/libraries/main.php:
|
912 |
#: app/modules/next-event/details.php:134 app/skins/single.php:938
|
913 |
#: app/skins/single/default.php:98 app/skins/single/default.php:329
|
914 |
#: app/skins/single/m1.php:22 app/skins/single/modern.php:194
|
@@ -943,31 +980,31 @@ msgstr ""
|
|
943 |
|
944 |
#: app/features/events.php:1319 app/features/events.php:1358
|
945 |
#: app/features/events.php:1393 app/features/events.php:1425
|
946 |
-
#: app/features/events.php:1454 app/features/events.php:
|
947 |
-
#: app/features/events.php:
|
948 |
-
#: app/features/events.php:
|
949 |
#: app/features/fes/form.php:248 app/features/ix.php:3509
|
950 |
-
#: app/features/ix.php:3550 app/features/mec/booking.php:
|
951 |
-
#: app/features/mec/booking.php:
|
952 |
msgid "Title"
|
953 |
msgstr "Titel"
|
954 |
|
955 |
#: app/features/events.php:1328 app/features/events.php:1365
|
956 |
#: app/features/events.php:1398 app/features/events.php:1433
|
957 |
-
#: app/features/events.php:1459 app/features/events.php:
|
958 |
-
#: app/features/events.php:
|
959 |
-
#: app/features/events.php:
|
960 |
-
#: app/features/events.php:
|
961 |
-
#: app/features/mec/booking.php:
|
962 |
-
#: app/features/mec/booking.php:
|
963 |
-
#: app/libraries/main.php:
|
964 |
-
#: app/libraries/main.php:
|
965 |
-
#: app/libraries/main.php:
|
966 |
-
#: app/libraries/main.php:
|
967 |
-
#: app/libraries/main.php:
|
968 |
-
#: app/libraries/main.php:
|
969 |
-
#: app/libraries/main.php:
|
970 |
-
#: app/libraries/main.php:
|
971 |
msgid "Remove"
|
972 |
msgstr "Entfernen"
|
973 |
|
@@ -986,17 +1023,17 @@ msgid "To e.g. 8:45"
|
|
986 |
msgstr "bis zum Beispiel 08:45 Uhr"
|
987 |
|
988 |
#: app/features/events.php:1362 app/features/events.php:1396
|
989 |
-
#: app/features/events.php:1457 app/features/events.php:
|
990 |
-
#: app/features/events.php:
|
991 |
msgid "Description"
|
992 |
msgstr "Beschreibung"
|
993 |
|
994 |
#: app/features/events.php:1368 app/features/events.php:1401
|
995 |
#: app/features/events.php:1462 app/features/fes/form.php:916
|
996 |
-
#: app/features/mec.php:
|
997 |
-
#: app/features/mec/settings.php:
|
998 |
-
#: app/libraries/main.php:568 app/libraries/main.php:
|
999 |
-
#: app/libraries/main.php:
|
1000 |
msgid "Speakers"
|
1001 |
msgstr "Sprecher"
|
1002 |
|
@@ -1005,13 +1042,13 @@ msgid "New Day"
|
|
1005 |
msgstr "Neuer Tag"
|
1006 |
|
1007 |
#: app/features/events.php:1493 app/features/fes/form.php:767
|
1008 |
-
#: app/features/mec/settings.php:
|
1009 |
msgid "Event Links"
|
1010 |
msgstr "Veranstaltungslinks"
|
1011 |
|
1012 |
#: app/features/events.php:1496 app/features/events.php:1502
|
1013 |
-
#: app/features/fes/form.php:769 app/libraries/main.php:
|
1014 |
-
#: app/libraries/main.php:
|
1015 |
msgid "Event Link"
|
1016 |
msgstr "Veranstaltungslink"
|
1017 |
|
@@ -1039,8 +1076,8 @@ msgid "URL Shortener"
|
|
1039 |
msgstr ""
|
1040 |
|
1041 |
#: app/features/events.php:1512 app/features/events.php:1525
|
1042 |
-
#: app/features/fes/form.php:774 app/libraries/main.php:
|
1043 |
-
#: app/libraries/main.php:
|
1044 |
#: app/skins/single/default.php:155 app/skins/single/default.php:386
|
1045 |
#: app/skins/single/m1.php:216 app/skins/single/m2.php:140
|
1046 |
#: app/skins/single/modern.php:159 app/widgets/single.php:107
|
@@ -1070,7 +1107,7 @@ msgstr ""
|
|
1070 |
"Text angezeigt werden soll: zum Beispiel: Noch mehr Informationen oder Hier "
|
1071 |
"zur Anmeldung (z.B. bei Webinaren sinnvoll) "
|
1072 |
|
1073 |
-
#: app/features/events.php:1549 app/features/mec/settings.php:
|
1074 |
msgid "Booking Options"
|
1075 |
msgstr "Buchungsoptionen"
|
1076 |
|
@@ -1080,128 +1117,130 @@ msgstr "Buchungsoptionen"
|
|
1080 |
msgid "Total User Booking Limits"
|
1081 |
msgstr "Gesamt Verfügbare Plätze"
|
1082 |
|
1083 |
-
#: app/features/events.php:1551 app/features/events.php:
|
1084 |
-
#: app/libraries/book.php:60 app/libraries/main.php:
|
1085 |
-
#: app/modules/booking/steps/tickets.php:
|
|
|
1086 |
msgid "Tickets"
|
1087 |
msgstr "Tickets"
|
1088 |
|
1089 |
-
#: app/features/events.php:1553 app/features/events.php:
|
1090 |
msgid "Fees"
|
1091 |
msgstr "Gebühren"
|
1092 |
|
1093 |
-
#: app/features/events.php:1556 app/features/events.php:
|
1094 |
-
#: app/features/mec/settings.php:
|
1095 |
msgid "Ticket Variations / Options"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
-
#: app/features/events.php:1560 app/features/mec/booking.php:
|
1099 |
#: app/features/mec/support-page.php:118
|
1100 |
#, fuzzy
|
1101 |
#| msgid "Organizer Tel"
|
1102 |
msgid "Organizer Payment"
|
1103 |
msgstr "Organisator Telefon"
|
1104 |
|
1105 |
-
#: app/features/events.php:
|
1106 |
#, fuzzy
|
1107 |
#| msgid "Total booking limits"
|
1108 |
msgid "Total booking limit"
|
1109 |
msgstr "Gesamt Verfügbare Plätze"
|
1110 |
|
1111 |
-
#: app/features/events.php:
|
1112 |
-
#: app/features/events.php:
|
1113 |
-
#: app/modules/booking/steps/tickets.php:
|
|
|
1114 |
#: app/skins/available_spot/tpl.php:142
|
1115 |
msgid "Unlimited"
|
1116 |
msgstr "Unlimitiert"
|
1117 |
|
1118 |
-
#: app/features/events.php:
|
1119 |
msgid ""
|
1120 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1121 |
"limitation number."
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: app/features/events.php:
|
1125 |
#, fuzzy
|
1126 |
#| msgid "Choose your single event style."
|
1127 |
msgid "Read About A Booking System"
|
1128 |
msgstr "Wählen Sie Ihren Single Event Stil"
|
1129 |
|
1130 |
-
#: app/features/events.php:
|
1131 |
msgid "100"
|
1132 |
msgstr "z.B. 100"
|
1133 |
|
1134 |
-
#: app/features/events.php:
|
1135 |
#, fuzzy
|
1136 |
#| msgid "Next Occurrence"
|
1137 |
msgid "Book All Occurrences"
|
1138 |
msgstr "Nächstes Event"
|
1139 |
|
1140 |
-
#: app/features/events.php:
|
1141 |
msgid "Sell all occurrences by one booking"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
-
#: app/features/events.php:
|
1145 |
msgid ""
|
1146 |
"If you have a series of events and you want to sell all of them at once, "
|
1147 |
"this option is for you! For example a weekly yoga course or something "
|
1148 |
"similar."
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#: app/features/events.php:
|
1152 |
#, fuzzy
|
1153 |
#| msgid "Total booking limits"
|
1154 |
msgid "Total user booking limits"
|
1155 |
msgstr "Gesamt Verfügbare Plätze"
|
1156 |
|
1157 |
-
#: app/features/events.php:
|
1158 |
-
#: app/features/events.php:
|
1159 |
msgid "Inherit from global options"
|
1160 |
msgstr "Aus den globalen Einstellungen übernehmen"
|
1161 |
|
1162 |
-
#: app/features/events.php:
|
1163 |
msgid "12"
|
1164 |
msgstr "12"
|
1165 |
|
1166 |
-
#: app/features/events.php:
|
1167 |
msgid ""
|
1168 |
"You're translating an event so MEC will use the original event for tickets "
|
1169 |
"and booking. You can only translate the ticket name and description. Please "
|
1170 |
"define exact tickets that you defined in the original event here."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: app/features/events.php:
|
1174 |
msgid "Add Ticket"
|
1175 |
msgstr "Ticket hinzufügen"
|
1176 |
|
1177 |
-
#: app/features/events.php:
|
1178 |
msgid "Ticket Name"
|
1179 |
msgstr "Ticket Name"
|
1180 |
|
1181 |
-
#: app/features/events.php:
|
1182 |
-
#: app/features/events.php:
|
1183 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1184 |
msgid "Start Time"
|
1185 |
msgstr "Uhrzeit des Beginns"
|
1186 |
|
1187 |
-
#: app/features/events.php:
|
1188 |
-
#: app/features/events.php:
|
1189 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1190 |
msgid "End Time"
|
1191 |
msgstr "Uhrzeit Ende"
|
1192 |
|
1193 |
-
#: app/features/events.php:
|
1194 |
-
#: app/features/events.php:
|
1195 |
-
#: app/features/events.php:
|
1196 |
-
#: app/features/events.php:
|
1197 |
-
#: app/features/events.php:
|
1198 |
-
#: app/features/events.php:
|
1199 |
-
#: app/features/mec/booking.php:
|
1200 |
-
#: app/features/mec/booking.php:
|
1201 |
msgid "Price"
|
1202 |
msgstr "Preis"
|
1203 |
|
1204 |
-
#: app/features/events.php:
|
1205 |
#, fuzzy
|
1206 |
#| msgid "Insert 0 for free ticket. Only numbers please."
|
1207 |
msgid ""
|
@@ -1209,54 +1248,54 @@ msgid ""
|
|
1209 |
"any symbols or characters."
|
1210 |
msgstr "Bitte 0 für kostenloses Ticket eingeben. Bitte nur Zahlen eintragen"
|
1211 |
|
1212 |
-
#: app/features/events.php:
|
1213 |
-
#: app/features/events.php:
|
1214 |
msgid "Price Label"
|
1215 |
msgstr "Preisschild"
|
1216 |
|
1217 |
-
#: app/features/events.php:
|
1218 |
msgid "For showing on website. e.g. $15"
|
1219 |
msgstr "Um das auf der Webseite anzuzeigen zum Beispiel 15 €"
|
1220 |
|
1221 |
-
#: app/features/events.php:
|
1222 |
msgid "Available Tickets"
|
1223 |
msgstr "Verfügbare Tickets: %s "
|
1224 |
|
1225 |
-
#: app/features/events.php:
|
1226 |
msgid "Minimum Ticket e.g. 3"
|
1227 |
msgstr "Ticket minimum z.B. 3"
|
1228 |
|
1229 |
-
#: app/features/events.php:
|
1230 |
msgid "MinimumTicket"
|
1231 |
msgstr "Ticket minimum"
|
1232 |
|
1233 |
-
#: app/features/events.php:
|
1234 |
msgid "Set a number for the minimum ticket reservation possible"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: app/features/events.php:
|
1238 |
msgid "e.g. 0"
|
1239 |
msgstr "z.B. 0"
|
1240 |
|
1241 |
-
#: app/features/events.php:
|
1242 |
msgid "Day"
|
1243 |
msgstr "Tag"
|
1244 |
|
1245 |
-
#: app/features/events.php:
|
1246 |
msgid "Hour"
|
1247 |
msgstr "Stunde"
|
1248 |
|
1249 |
-
#: app/features/events.php:
|
1250 |
#, php-format
|
1251 |
msgid "Stop selling ticket %s before event start."
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: app/features/events.php:
|
1255 |
msgid "Price per Date"
|
1256 |
msgstr "Preis pro Datum"
|
1257 |
|
1258 |
-
#: app/features/events.php:
|
1259 |
-
#: app/features/events.php:
|
1260 |
#: app/features/mec/meta_boxes/display_options.php:1387
|
1261 |
#: app/features/mec/meta_boxes/search_form.php:67
|
1262 |
#: app/features/mec/meta_boxes/search_form.php:137
|
@@ -1269,25 +1308,25 @@ msgstr "Preis pro Datum"
|
|
1269 |
#: app/features/mec/meta_boxes/search_form.php:620
|
1270 |
#: app/features/mec/meta_boxes/search_form.php:690
|
1271 |
#: app/features/mec/meta_boxes/search_form.php:796
|
1272 |
-
#: app/features/mec/settings.php:
|
1273 |
-
#: app/features/search.php:98 app/libraries/skins.php:
|
1274 |
msgid "Label"
|
1275 |
msgstr "Label"
|
1276 |
|
1277 |
-
#: app/features/events.php:
|
1278 |
-
#: app/features/mec/booking.php:
|
1279 |
msgid "Fee Title"
|
1280 |
msgstr "Gebühren Name"
|
1281 |
|
1282 |
-
#: app/features/events.php:
|
1283 |
-
#: app/features/events.php:
|
1284 |
-
#: app/features/mec/booking.php:
|
1285 |
-
#: app/features/mec/booking.php:
|
1286 |
msgid "Amount"
|
1287 |
msgstr "Betrag"
|
1288 |
|
1289 |
-
#: app/features/events.php:
|
1290 |
-
#: app/features/mec/booking.php:
|
1291 |
msgid ""
|
1292 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1293 |
"otherwise considered as percentage"
|
@@ -1295,96 +1334,96 @@ msgstr ""
|
|
1295 |
"Gebührenbetrag, gilt als fester Betrag, wenn Sie die Art auf Betrag setzen, "
|
1296 |
"sonst als Prozentsatz"
|
1297 |
|
1298 |
-
#: app/features/events.php:
|
1299 |
-
#: app/features/mec/booking.php:
|
1300 |
msgid "Percent"
|
1301 |
msgstr "Prozent"
|
1302 |
|
1303 |
-
#: app/features/events.php:
|
1304 |
-
#: app/features/mec/booking.php:
|
1305 |
msgid "Amount (Per Ticket)"
|
1306 |
msgstr "Betrag (pro Ticket)"
|
1307 |
|
1308 |
-
#: app/features/events.php:
|
1309 |
-
#: app/features/mec/booking.php:
|
1310 |
msgid "Amount (Per Booking)"
|
1311 |
msgstr "Betrag (pro Buchung)"
|
1312 |
|
1313 |
-
#: app/features/events.php:
|
1314 |
-
#: app/features/mec/booking.php:
|
1315 |
msgid "Option Price"
|
1316 |
msgstr "Preis Optionen"
|
1317 |
|
1318 |
-
#: app/features/events.php:
|
1319 |
-
#: app/features/events.php:
|
1320 |
-
#: app/features/mec/booking.php:
|
1321 |
-
#: app/features/mec/booking.php:
|
1322 |
msgid "Maximum Per Ticket"
|
1323 |
msgstr "Maximum pro Ticket"
|
1324 |
|
1325 |
-
#: app/features/events.php:
|
1326 |
-
#: app/features/mec/booking.php:
|
1327 |
#, fuzzy
|
1328 |
#| msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1329 |
msgid "Maximum Per Ticket. Leave blank for unlimited."
|
1330 |
msgstr "Maximum pro Ticket. Leerlassen für unendlich."
|
1331 |
|
1332 |
-
#: app/features/events.php:
|
1333 |
#, fuzzy
|
1334 |
#| msgid "Attendees List"
|
1335 |
msgid "Per Attendee Fields"
|
1336 |
msgstr "Teilnehmer Liste"
|
1337 |
|
1338 |
-
#: app/features/events.php:
|
1339 |
-
#: app/libraries/main.php:
|
1340 |
msgid "MEC Name"
|
1341 |
msgstr "MEC Name"
|
1342 |
|
1343 |
-
#: app/features/events.php:
|
1344 |
-
#: app/libraries/main.php:
|
1345 |
msgid "MEC Email"
|
1346 |
msgstr "MEC Email"
|
1347 |
|
1348 |
-
#: app/features/events.php:
|
1349 |
-
#: app/features/mec/booking.php:
|
1350 |
-
#: app/features/mec/single.php:182 app/libraries/main.php:
|
1351 |
msgid "Text"
|
1352 |
msgstr "Text"
|
1353 |
|
1354 |
-
#: app/features/events.php:
|
1355 |
-
#: app/features/mec/booking.php:
|
1356 |
#: app/features/mec/single.php:186 app/features/organizers.php:103
|
1357 |
#: app/features/organizers.php:148 app/features/speakers.php:119
|
1358 |
#: app/features/speakers.php:192 app/features/speakers.php:271
|
1359 |
-
#: app/libraries/main.php:
|
1360 |
msgid "Tel"
|
1361 |
msgstr "Tel"
|
1362 |
|
1363 |
-
#: app/features/events.php:
|
1364 |
-
#: app/libraries/main.php:
|
1365 |
msgid "File"
|
1366 |
msgstr "Datei"
|
1367 |
|
1368 |
-
#: app/features/events.php:
|
1369 |
-
#: app/features/mec/booking.php:
|
1370 |
-
#: app/features/mec/single.php:187 app/libraries/main.php:
|
1371 |
msgid "Textarea"
|
1372 |
msgstr "Textbereich"
|
1373 |
|
1374 |
-
#: app/features/events.php:
|
1375 |
-
#: app/features/mec/booking.php:
|
1376 |
-
#: app/features/mec/single.php:189 app/libraries/main.php:
|
1377 |
msgid "Checkboxes"
|
1378 |
msgstr "Checkboxes"
|
1379 |
|
1380 |
-
#: app/features/events.php:
|
1381 |
-
#: app/features/mec/booking.php:
|
1382 |
-
#: app/features/mec/single.php:190 app/libraries/main.php:
|
1383 |
msgid "Radio Buttons"
|
1384 |
msgstr "Radio Buttons"
|
1385 |
|
1386 |
-
#: app/features/events.php:
|
1387 |
-
#: app/features/mec/booking.php:
|
1388 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1389 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1390 |
#: app/features/mec/meta_boxes/search_form.php:49
|
@@ -1461,52 +1500,52 @@ msgstr "Radio Buttons"
|
|
1461 |
#: app/features/mec/meta_boxes/search_form.php:792
|
1462 |
#: app/features/mec/meta_boxes/search_form.php:799
|
1463 |
#: app/features/mec/meta_boxes/search_form.php:813
|
1464 |
-
#: app/features/mec/single.php:191 app/libraries/main.php:
|
1465 |
msgid "Dropdown"
|
1466 |
msgstr "Dropdown"
|
1467 |
|
1468 |
-
#: app/features/events.php:
|
1469 |
-
#: app/features/mec/booking.php:
|
1470 |
-
#: app/libraries/main.php:
|
1471 |
msgid "Agreement"
|
1472 |
msgstr "Zustimmung"
|
1473 |
|
1474 |
-
#: app/features/events.php:
|
1475 |
-
#: app/features/mec/booking.php:
|
1476 |
-
#: app/features/mec/single.php:188 app/libraries/main.php:
|
1477 |
msgid "Paragraph"
|
1478 |
msgstr "Absatz"
|
1479 |
|
1480 |
-
#: app/features/events.php:
|
1481 |
#, fuzzy
|
1482 |
#| msgid "Required Field"
|
1483 |
msgid "Fixed Fields"
|
1484 |
msgstr "Pflichtfeld"
|
1485 |
|
1486 |
-
#: app/features/events.php:
|
1487 |
-
#: app/features/events.php:
|
1488 |
#, php-format
|
1489 |
msgid "Show all %s"
|
1490 |
msgstr "Zeige alle %s"
|
1491 |
|
1492 |
-
#: app/features/events.php:
|
1493 |
msgid "labels"
|
1494 |
msgstr "Labels + Eventstatus"
|
1495 |
|
1496 |
-
#: app/features/events.php:
|
1497 |
msgid "locations"
|
1498 |
msgstr "Orte"
|
1499 |
|
1500 |
-
#: app/features/events.php:
|
1501 |
msgid "organizers"
|
1502 |
msgstr "Veranstalter"
|
1503 |
|
1504 |
-
#: app/features/events.php:
|
1505 |
msgid "Attendees List"
|
1506 |
msgstr "Teilnehmer Liste"
|
1507 |
|
1508 |
-
#: app/features/events.php:
|
1509 |
-
#: app/features/events.php:
|
1510 |
#: app/features/ix.php:3550 app/features/locations.php:58
|
1511 |
#: app/features/locations.php:261 app/features/locations.php:322
|
1512 |
#: app/features/locations.php:324 app/features/locations.php:333
|
@@ -1522,97 +1561,97 @@ msgstr "Teilnehmer Liste"
|
|
1522 |
#: app/features/mec/meta_boxes/search_form.php:591
|
1523 |
#: app/features/mec/meta_boxes/search_form.php:661
|
1524 |
#: app/features/mec/meta_boxes/search_form.php:767
|
1525 |
-
#: app/features/mec/settings.php:
|
1526 |
#: app/features/popup/event.php:116 app/features/popup/event.php:125
|
1527 |
-
#: app/features/search.php:74 app/libraries/main.php:
|
1528 |
-
#: app/libraries/main.php:
|
1529 |
-
#: app/libraries/skins.php:
|
1530 |
#: app/skins/single.php:1224 app/skins/single/default.php:191
|
1531 |
#: app/skins/single/default.php:422 app/skins/single/m1.php:172
|
1532 |
#: app/skins/single/m2.php:95 app/skins/single/modern.php:113
|
1533 |
msgid "Location"
|
1534 |
msgstr "Ort"
|
1535 |
|
1536 |
-
#: app/features/events.php:
|
1537 |
msgid "Repeat"
|
1538 |
msgstr "Wiederholen"
|
1539 |
|
1540 |
-
#: app/features/events.php:
|
1541 |
msgid "Author"
|
1542 |
msgstr "Autor"
|
1543 |
|
1544 |
-
#: app/features/events.php:
|
1545 |
msgid "iCal Export"
|
1546 |
msgstr "ical Export"
|
1547 |
|
1548 |
-
#: app/features/events.php:
|
1549 |
msgid "CSV Export"
|
1550 |
msgstr "CSV Export"
|
1551 |
|
1552 |
-
#: app/features/events.php:
|
1553 |
msgid "MS Excel Export"
|
1554 |
msgstr "MS Excel Export"
|
1555 |
|
1556 |
-
#: app/features/events.php:
|
1557 |
msgid "XML Export"
|
1558 |
msgstr "XML Export"
|
1559 |
|
1560 |
-
#: app/features/events.php:
|
1561 |
msgid "JSON Export"
|
1562 |
msgstr "JSON Export"
|
1563 |
|
1564 |
-
#: app/features/events.php:
|
1565 |
-
#: app/features/events.php:
|
1566 |
msgid "Duplicate"
|
1567 |
msgstr "Kopie"
|
1568 |
|
1569 |
-
#: app/features/events.php:
|
1570 |
#: app/features/fes.php:233 app/features/ix.php:3509 app/features/ix.php:3550
|
1571 |
#: app/features/labels.php:177 app/features/locations.php:260
|
1572 |
#: app/features/organizers.php:203 app/features/speakers.php:268
|
1573 |
msgid "ID"
|
1574 |
msgstr "ID"
|
1575 |
|
1576 |
-
#: app/features/events.php:
|
1577 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1578 |
msgid "Link"
|
1579 |
msgstr "Link"
|
1580 |
|
1581 |
-
#: app/features/events.php:
|
1582 |
#, php-format
|
1583 |
msgid "%s Tel"
|
1584 |
msgstr "%s Tel"
|
1585 |
|
1586 |
-
#: app/features/events.php:
|
1587 |
#, php-format
|
1588 |
msgid "%s Email"
|
1589 |
msgstr "%s Email"
|
1590 |
|
1591 |
-
#: app/features/events.php:
|
1592 |
-
#: app/features/profile/profile.php:183 app/libraries/main.php:
|
1593 |
-
#: app/libraries/main.php:
|
1594 |
msgid "Ticket"
|
1595 |
msgstr "Ticket"
|
1596 |
|
1597 |
-
#: app/features/events.php:
|
1598 |
msgid "Variations"
|
1599 |
msgstr "Variationen"
|
1600 |
|
1601 |
-
#: app/features/events.php:
|
1602 |
msgid "Unknown"
|
1603 |
msgstr "Unbekannt"
|
1604 |
|
1605 |
-
#: app/features/events.php:
|
1606 |
msgid ""
|
1607 |
"If you want to send an email, first select your attendees and then click in "
|
1608 |
"the button below, please."
|
1609 |
msgstr ""
|
1610 |
|
1611 |
-
#: app/features/events.php:
|
1612 |
msgid "Send Email"
|
1613 |
msgstr "E-Mail senden"
|
1614 |
|
1615 |
-
#: app/features/events.php:
|
1616 |
msgid "No Attendees Found!"
|
1617 |
msgstr "Keine Teilnehmer gefunden!"
|
1618 |
|
@@ -1656,8 +1695,8 @@ msgstr "Die Veranstaltung wurde entfernt."
|
|
1656 |
msgid "Order Time"
|
1657 |
msgstr "Uhrzeit Bestellung"
|
1658 |
|
1659 |
-
#: app/features/fes.php:233 app/libraries/main.php:
|
1660 |
-
#: app/libraries/main.php:
|
1661 |
msgid "Transaction ID"
|
1662 |
msgstr "Transaktions-ID"
|
1663 |
|
@@ -1707,7 +1746,7 @@ msgstr "Das eingegebene Captcha ist ungültig! Bitte versuchen Sie es erneut."
|
|
1707 |
msgid "Please fill event title field!"
|
1708 |
msgstr "Bitte füllen Sie das Event Titelfeld"
|
1709 |
|
1710 |
-
#: app/features/fes.php:
|
1711 |
#, fuzzy
|
1712 |
#| msgid "The event submitted. It will publish as soon as possible."
|
1713 |
msgid "Event submitted. It will publish as soon as possible."
|
@@ -1715,7 +1754,7 @@ msgstr ""
|
|
1715 |
"Die Veranstaltung wurde übermittelt. Sie wird sobald wie möglich "
|
1716 |
"veröffentlicht werden."
|
1717 |
|
1718 |
-
#: app/features/fes.php:
|
1719 |
msgid "The event published."
|
1720 |
msgstr "Die Veranstaltung wurde veröffentlicht."
|
1721 |
|
@@ -1723,7 +1762,7 @@ msgstr "Die Veranstaltung wurde veröffentlicht."
|
|
1723 |
msgid "Go back to events list"
|
1724 |
msgstr "Zurück zur Liste der Veranstaltungen"
|
1725 |
|
1726 |
-
#: app/features/fes/form.php:256 app/features/mec/settings.php:
|
1727 |
msgid "Excerpt"
|
1728 |
msgstr ""
|
1729 |
|
@@ -1813,7 +1852,7 @@ msgstr ""
|
|
1813 |
"dieser durch einen neuen link ersetzt werden. Vollständigen Link einfügen, "
|
1814 |
"einschließlich http(s)://"
|
1815 |
|
1816 |
-
#: app/features/fes/form.php:807 app/features/mec/settings.php:
|
1817 |
msgid "Featured Image"
|
1818 |
msgstr "Ausgewähltes Bild"
|
1819 |
|
@@ -1822,16 +1861,16 @@ msgid "Remove Image"
|
|
1822 |
msgstr "Bild entfernen"
|
1823 |
|
1824 |
#: app/features/fes/form.php:848 app/features/labels.php:61
|
1825 |
-
#: app/features/labels.php:221 app/features/mec.php:
|
1826 |
#: app/features/mec/meta_boxes/filter.php:72
|
1827 |
-
#: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:
|
1828 |
-
#: app/libraries/main.php:
|
1829 |
#: app/skins/single/default.php:170 app/skins/single/default.php:401
|
1830 |
#: app/skins/single/m1.php:77 app/skins/single/modern.php:249
|
1831 |
msgid "Labels"
|
1832 |
msgstr "Labels"
|
1833 |
|
1834 |
-
#: app/features/fes/form.php:894 app/features/mec.php:
|
1835 |
#: app/features/mec/meta_boxes/filter.php:73
|
1836 |
#: app/features/mec/meta_boxes/filter.php:151
|
1837 |
msgid "Tags"
|
@@ -2173,16 +2212,16 @@ msgstr "Umschalten"
|
|
2173 |
#: app/features/ix/export_g_calendar.php:72
|
2174 |
#: app/features/ix/export_g_calendar.php:151
|
2175 |
#: app/features/ix/export_g_calendar.php:166
|
2176 |
-
#: app/features/mec/notifications.php:
|
2177 |
-
#: app/features/mec/notifications.php:
|
2178 |
-
#: app/features/mec/notifications.php:
|
2179 |
-
#: app/features/mec/notifications.php:
|
2180 |
msgid "Add to Google Calendar"
|
2181 |
msgstr "Zum Google Kalender hinzufügen"
|
2182 |
|
2183 |
-
#: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:
|
2184 |
-
#: app/features/mec/modules.php:403 app/features/mec/notifications.php:
|
2185 |
-
#: app/features/mec/settings.php:
|
2186 |
msgid "Checking ..."
|
2187 |
msgstr "Überprüfung"
|
2188 |
|
@@ -2225,8 +2264,8 @@ msgid "ICS Feed"
|
|
2225 |
msgstr ""
|
2226 |
|
2227 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:99
|
2228 |
-
#: app/features/mec/booking.php:
|
2229 |
-
#: app/features/mec/booking.php:
|
2230 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2231 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2232 |
#: app/features/mec/modules.php:69 app/features/mec/modules.php:211
|
@@ -2236,8 +2275,8 @@ msgid "%s is required to use this feature."
|
|
2236 |
msgstr ""
|
2237 |
|
2238 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
2239 |
-
#: app/features/mec/booking.php:99 app/features/mec/booking.php:
|
2240 |
-
#: app/features/mec/booking.php:
|
2241 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2242 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2243 |
#: app/features/mec/meta_boxes/display_options.php:506
|
@@ -2266,7 +2305,7 @@ msgstr "Vom Facebook Kalender Importieren"
|
|
2266 |
msgid "Import all of your Facebook events into MEC."
|
2267 |
msgstr "Importiere alle Deine Facebook Events zum MEC"
|
2268 |
|
2269 |
-
#: app/features/ix/import_f_calendar.php:27 app/features/mec/dashboard.php:
|
2270 |
#: app/features/mec/support-page.php:11 app/features/mec/support.php:100
|
2271 |
msgid "Documentation"
|
2272 |
msgstr "Dokumentation"
|
@@ -2450,7 +2489,7 @@ msgstr "Automatischer Google Calender Import"
|
|
2450 |
|
2451 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
2452 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
2453 |
-
#: app/features/mec/notifications.php:
|
2454 |
msgid "Important Note"
|
2455 |
msgstr "Important Note"
|
2456 |
|
@@ -2653,7 +2692,7 @@ msgid "Featured"
|
|
2653 |
msgstr "Vorgeschlagen"
|
2654 |
|
2655 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2656 |
-
#: app/libraries/main.php:
|
2657 |
#: app/skins/available_spot/tpl.php:58 app/skins/carousel/render.php:38
|
2658 |
#: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
|
2659 |
#: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
|
@@ -2673,7 +2712,7 @@ msgstr ""
|
|
2673 |
|
2674 |
#: app/features/labels.php:180 app/features/locations.php:263
|
2675 |
#: app/features/organizers.php:206 app/features/speakers.php:272
|
2676 |
-
#: app/modules/booking/steps/tickets.php:
|
2677 |
msgid "Count"
|
2678 |
msgstr "Zähler"
|
2679 |
|
@@ -2687,10 +2726,10 @@ msgstr "Slug"
|
|
2687 |
msgid "Event %s"
|
2688 |
msgstr "Event %s"
|
2689 |
|
2690 |
-
#: app/features/locations.php:59 app/features/mec.php:
|
2691 |
-
#: app/features/mec/dashboard.php:
|
2692 |
-
#: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:
|
2693 |
-
#: app/libraries/main.php:
|
2694 |
msgid "Locations"
|
2695 |
msgstr "Orte"
|
2696 |
|
@@ -2788,7 +2827,7 @@ msgstr ""
|
|
2788 |
"z.B. Karlsruhe Schlosshotel oder Frankfurt Allianz oder Dortmund "
|
2789 |
"Westfalenhalle"
|
2790 |
|
2791 |
-
#: app/features/locations.php:345 app/features/mec/settings.php:
|
2792 |
#: app/features/popup/event.php:143 app/widgets/single.php:115
|
2793 |
msgid "Event Location"
|
2794 |
msgstr "Veranstaltungsort"
|
@@ -2827,8 +2866,8 @@ msgstr "Bild wählen"
|
|
2827 |
msgid "Don't show map in single event page"
|
2828 |
msgstr "Karte in Einzelansicht nicht anzeigen"
|
2829 |
|
2830 |
-
#: app/features/locations.php:396 app/libraries/main.php:
|
2831 |
-
#: app/libraries/main.php:
|
2832 |
msgid "Other Locations"
|
2833 |
msgstr "Andere Orte"
|
2834 |
|
@@ -2866,217 +2905,217 @@ msgstr "API Passwort"
|
|
2866 |
msgid "Forgot Password?"
|
2867 |
msgstr "API Passwort"
|
2868 |
|
2869 |
-
#: app/features/mec.php:
|
2870 |
msgid ""
|
2871 |
"Activation failed. Please check your purchase code or license type."
|
2872 |
"<br><b>Note: Your purchase code should match your licesne type.</b>"
|
2873 |
msgstr ""
|
2874 |
|
2875 |
-
#: app/features/mec.php:
|
2876 |
msgid "Troubleshooting"
|
2877 |
msgstr "Problembehebung"
|
2878 |
|
2879 |
-
#: app/features/mec.php:
|
2880 |
#, fuzzy
|
2881 |
#| msgid "Select All"
|
2882 |
msgid "Select Date"
|
2883 |
msgstr "Alles Auswählen"
|
2884 |
|
2885 |
-
#: app/features/mec.php:
|
2886 |
msgid "All"
|
2887 |
msgstr "Alle"
|
2888 |
|
2889 |
-
#: app/features/mec.php:
|
2890 |
msgid ""
|
2891 |
"Your option is not in JSON format. Please insert correct options in this "
|
2892 |
"field and try again."
|
2893 |
msgstr ""
|
2894 |
|
2895 |
-
#: app/features/mec.php:
|
2896 |
msgid "Your options field can not be empty!"
|
2897 |
msgstr "Ihr Optionen Feld darf nicht leer sein!"
|
2898 |
|
2899 |
-
#: app/features/mec.php:
|
2900 |
msgid "Your options imported successfuly."
|
2901 |
msgstr "Ihre Einstellungen wurden erfolgreich importiert."
|
2902 |
|
2903 |
-
#: app/features/mec.php:
|
2904 |
msgid "MEC - Support"
|
2905 |
msgstr "MEC - Support"
|
2906 |
|
2907 |
-
#: app/features/mec.php:
|
2908 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2909 |
msgid "Support"
|
2910 |
msgstr "Support"
|
2911 |
|
2912 |
-
#: app/features/mec.php:
|
2913 |
#: app/features/mec/meta_boxes/filter.php:71
|
2914 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2915 |
-
#: app/libraries/main.php:
|
2916 |
msgid "Organizers"
|
2917 |
msgstr "Veranstalter"
|
2918 |
|
2919 |
-
#: app/features/mec.php:
|
2920 |
-
#: app/features/mec/dashboard.php:
|
2921 |
msgid "Shortcodes"
|
2922 |
msgstr "Shortcodes"
|
2923 |
|
2924 |
-
#: app/features/mec.php:
|
2925 |
msgid "MEC - Settings"
|
2926 |
msgstr "MEC - Einstellungen"
|
2927 |
|
2928 |
-
#: app/features/mec.php:
|
2929 |
msgid "MEC - Addons"
|
2930 |
msgstr "MEC - Erweiterungen"
|
2931 |
|
2932 |
-
#: app/features/mec.php:
|
2933 |
msgid "Addons"
|
2934 |
msgstr "Erweiterungen"
|
2935 |
|
2936 |
-
#: app/features/mec.php:
|
2937 |
#, fuzzy
|
2938 |
#| msgid "Support"
|
2939 |
msgid "MEC - Report"
|
2940 |
msgstr "Support"
|
2941 |
|
2942 |
-
#: app/features/mec.php:
|
2943 |
#, fuzzy
|
2944 |
#| msgid "Export"
|
2945 |
msgid "Report"
|
2946 |
msgstr "Export"
|
2947 |
|
2948 |
-
#: app/features/mec.php:
|
2949 |
#, fuzzy
|
2950 |
#| msgid "Support"
|
2951 |
msgid "MEC - Go Pro"
|
2952 |
msgstr "Support"
|
2953 |
|
2954 |
-
#: app/features/mec.php:
|
2955 |
#: app/features/mec/go-pro.php:9
|
2956 |
msgid "Go Pro"
|
2957 |
msgstr ""
|
2958 |
|
2959 |
-
#: app/features/mec.php:
|
2960 |
msgid "Add Shortcode"
|
2961 |
msgstr "Shortcode hinzufügen"
|
2962 |
|
2963 |
-
#: app/features/mec.php:
|
2964 |
msgid "Add New Shortcode"
|
2965 |
msgstr "Neuen Shortcode hinzufügen"
|
2966 |
|
2967 |
-
#: app/features/mec.php:
|
2968 |
msgid "No shortcodes found!"
|
2969 |
msgstr "Keine Shortcodes gefunden!"
|
2970 |
|
2971 |
-
#: app/features/mec.php:
|
2972 |
msgid "All Shortcodes"
|
2973 |
msgstr "Alle Shortcodes"
|
2974 |
|
2975 |
-
#: app/features/mec.php:
|
2976 |
msgid "Edit shortcodes"
|
2977 |
msgstr "Shortcode ändern"
|
2978 |
|
2979 |
-
#: app/features/mec.php:
|
2980 |
msgid "No shortcodes found in Trash!"
|
2981 |
msgstr "Keine Shortcodes im Papierkorb gefunden!"
|
2982 |
|
2983 |
-
#: app/features/mec.php:
|
2984 |
msgid "Display Options"
|
2985 |
msgstr "Darstellungsoptionen"
|
2986 |
|
2987 |
-
#: app/features/mec.php:
|
2988 |
msgid "Filter Options"
|
2989 |
msgstr "Filteroptionen"
|
2990 |
|
2991 |
-
#: app/features/mec.php:
|
2992 |
msgid "Search Form"
|
2993 |
msgstr "Suche Formular"
|
2994 |
|
2995 |
-
#: app/features/mec.php:
|
2996 |
msgid "Display content's images as Popup"
|
2997 |
msgstr ""
|
2998 |
|
2999 |
-
#: app/features/mec.php:
|
3000 |
msgid "Single Event Display Method"
|
3001 |
msgstr "Single Event Anzeigemethode"
|
3002 |
|
3003 |
-
#: app/features/mec.php:
|
3004 |
msgid "Separate Window"
|
3005 |
msgstr "Separates Fenster"
|
3006 |
|
3007 |
-
#: app/features/mec.php:
|
3008 |
#, fuzzy
|
3009 |
#| msgid "Modal 1"
|
3010 |
msgid "Modal Popup"
|
3011 |
msgstr "Modal 1"
|
3012 |
|
3013 |
-
#: app/features/mec.php:
|
3014 |
msgid "Total Bookings"
|
3015 |
msgstr "Gesamte Buchungen"
|
3016 |
|
3017 |
-
#: app/features/mec.php:
|
3018 |
msgid "Modern Events Calendar (Lite)"
|
3019 |
msgstr "Moderner Event Kalender (Lite)"
|
3020 |
|
3021 |
-
#: app/features/mec.php:
|
3022 |
-
#: app/features/mec/settings.php:
|
3023 |
msgid "Upcoming Events"
|
3024 |
msgstr "Bevorstehende Events"
|
3025 |
|
3026 |
-
#: app/features/mec.php:
|
3027 |
#, fuzzy
|
3028 |
#| msgid "Update %s"
|
3029 |
msgid "News & Updates"
|
3030 |
msgstr "Update %s"
|
3031 |
|
3032 |
-
#: app/features/mec.php:
|
3033 |
msgid "Blog"
|
3034 |
msgstr ""
|
3035 |
|
3036 |
-
#: app/features/mec.php:
|
3037 |
msgid "Help"
|
3038 |
msgstr ""
|
3039 |
|
3040 |
-
#: app/features/mec.php:
|
3041 |
msgid "This Month"
|
3042 |
msgstr "Diesen Monat"
|
3043 |
|
3044 |
-
#: app/features/mec.php:
|
3045 |
msgid "Last Month"
|
3046 |
msgstr "Letzten Monat"
|
3047 |
|
3048 |
-
#: app/features/mec.php:
|
3049 |
msgid "This Year"
|
3050 |
msgstr "Diese Jahr"
|
3051 |
|
3052 |
-
#: app/features/mec.php:
|
3053 |
msgid "Last Year"
|
3054 |
msgstr "Letztes Jahr"
|
3055 |
|
3056 |
-
#: app/features/mec.php:
|
3057 |
msgid "Bar"
|
3058 |
msgstr "Bar"
|
3059 |
|
3060 |
-
#: app/features/mec.php:
|
3061 |
msgid "Line"
|
3062 |
msgstr "Linie"
|
3063 |
|
3064 |
-
#: app/features/mec.php:
|
3065 |
msgid "Filter"
|
3066 |
msgstr "Filter"
|
3067 |
|
3068 |
-
#: app/features/mec.php:
|
3069 |
#, php-format
|
3070 |
msgid "Total Sells (%s)"
|
3071 |
msgstr "Alle Verkäufe (%s)"
|
3072 |
|
3073 |
-
#: app/features/mec.php:
|
3074 |
#, fuzzy
|
3075 |
#| msgid "Modern Events Calendar"
|
3076 |
msgid "Print Calendar"
|
3077 |
msgstr "Moderner Event Kalender "
|
3078 |
|
3079 |
-
#: app/features/mec.php:
|
3080 |
#, fuzzy
|
3081 |
#| msgid "Multiple Day Events"
|
3082 |
msgid "Display Events"
|
@@ -3101,26 +3140,26 @@ msgstr ""
|
|
3101 |
|
3102 |
#: app/features/mec/booking.php:78 app/features/mec/messages.php:13
|
3103 |
#: app/features/mec/modules.php:23 app/features/mec/notifications.php:11
|
3104 |
-
#: app/features/mec/settings.php:
|
3105 |
#: app/features/mec/styling.php:35
|
3106 |
msgid "Search..."
|
3107 |
msgstr "Suche…"
|
3108 |
|
3109 |
-
#: app/features/mec/booking.php:80 app/features/mec/booking.php:
|
3110 |
-
#: app/features/mec/booking.php:
|
3111 |
-
#: app/features/mec/booking.php:
|
3112 |
-
#: app/features/mec/booking.php:
|
3113 |
#: app/features/mec/messages.php:51 app/features/mec/messages.php:60
|
3114 |
#: app/features/mec/messages.php:94 app/features/mec/messages.php:103
|
3115 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:368
|
3116 |
#: app/features/mec/modules.php:378 app/features/mec/modules.php:420
|
3117 |
#: app/features/mec/modules.php:434 app/features/mec/notifications.php:13
|
3118 |
-
#: app/features/mec/notifications.php:
|
3119 |
-
#: app/features/mec/notifications.php:
|
3120 |
-
#: app/features/mec/notifications.php:
|
3121 |
-
#: app/features/mec/notifications.php:
|
3122 |
-
#: app/features/mec/settings.php:
|
3123 |
-
#: app/features/mec/settings.php:
|
3124 |
#: app/features/mec/single.php:21 app/features/mec/single.php:353
|
3125 |
#: app/features/mec/single.php:363 app/features/mec/single.php:405
|
3126 |
#: app/features/mec/single.php:419 app/features/mec/styles.php:11
|
@@ -3177,30 +3216,17 @@ msgid ""
|
|
3177 |
"tickets. Leave it empty for unlimited booking."
|
3178 |
msgstr ""
|
3179 |
|
3180 |
-
#: app/features/mec/booking.php:
|
3181 |
-
#, fuzzy
|
3182 |
-
#| msgid "No user selected!"
|
3183 |
-
msgid "Collapse Ticket Selection"
|
3184 |
-
msgstr "Kein Nutzer ausgewählt"
|
3185 |
-
|
3186 |
-
#: app/features/mec/booking.php:145
|
3187 |
-
msgid ""
|
3188 |
-
"If you set the user limit to 1 then MEC collapse the ticket selection in "
|
3189 |
-
"booking form if your event has only 1 ticket. You can disable this feature "
|
3190 |
-
"by unchecking this checkbox."
|
3191 |
-
msgstr ""
|
3192 |
-
|
3193 |
-
#: app/features/mec/booking.php:152 app/features/mec/booking.php:160
|
3194 |
#, fuzzy
|
3195 |
#| msgid "Description"
|
3196 |
msgid "IP restriction"
|
3197 |
msgstr "Beschreibung"
|
3198 |
|
3199 |
-
#: app/features/mec/booking.php:
|
3200 |
msgid "Enabled"
|
3201 |
msgstr "Aktiviert"
|
3202 |
|
3203 |
-
#: app/features/mec/booking.php:
|
3204 |
#: app/features/mec/meta_boxes/search_form.php:33
|
3205 |
#: app/features/mec/meta_boxes/search_form.php:40
|
3206 |
#: app/features/mec/meta_boxes/search_form.php:48
|
@@ -3299,49 +3325,49 @@ msgstr "Aktiviert"
|
|
3299 |
#: app/features/mec/meta_boxes/search_form.php:805
|
3300 |
#: app/features/mec/meta_boxes/search_form.php:812
|
3301 |
#: app/features/mec/meta_boxes/search_form.php:819
|
3302 |
-
#: app/features/mec/modules.php:124 app/features/mec/settings.php:
|
3303 |
-
#: app/features/mec/settings.php:
|
3304 |
msgid "Disabled"
|
3305 |
msgstr "Deaktiviert"
|
3306 |
|
3307 |
-
#: app/features/mec/booking.php:
|
3308 |
msgid ""
|
3309 |
"If you set limit for total tickets that users can book, MEC will use IP and "
|
3310 |
"email to prevent users to book high tickets. You can disable the IP "
|
3311 |
"restriction if you don't need it."
|
3312 |
msgstr ""
|
3313 |
|
3314 |
-
#: app/features/mec/booking.php:
|
3315 |
msgid "Maximum Dates"
|
3316 |
msgstr "Maximale Anzahl von Daten"
|
3317 |
|
3318 |
-
#: app/features/mec/booking.php:
|
3319 |
msgid "Default is 6"
|
3320 |
msgstr "Die Voreinstellung ist 6"
|
3321 |
|
3322 |
-
#: app/features/mec/booking.php:
|
3323 |
#, fuzzy
|
3324 |
#| msgid "Booking Form"
|
3325 |
msgid "Show Booking Form Interval"
|
3326 |
msgstr "Buchungsformular"
|
3327 |
|
3328 |
-
#: app/features/mec/booking.php:
|
3329 |
msgid "Minutes (e.g 5)"
|
3330 |
msgstr "Minuten (z.B. 5)"
|
3331 |
|
3332 |
-
#: app/features/mec/booking.php:
|
3333 |
msgid ""
|
3334 |
"You can show booking form only at certain times before event start. If you "
|
3335 |
"set this option to 30 then booking form will open only 30 minutes before "
|
3336 |
"starting the event!"
|
3337 |
msgstr ""
|
3338 |
|
3339 |
-
#: app/features/mec/booking.php:
|
3340 |
-
#: app/features/mec/settings.php:
|
3341 |
msgid "Thank You Page"
|
3342 |
msgstr "Danke Seite"
|
3343 |
|
3344 |
-
#: app/features/mec/booking.php:
|
3345 |
msgid ""
|
3346 |
"User redirects to this page after booking. Leave it empty if you want to "
|
3347 |
"disable it."
|
@@ -3349,153 +3375,163 @@ msgstr ""
|
|
3349 |
"Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
|
3350 |
"es leer, wenn Sie es deaktivieren möchten."
|
3351 |
|
3352 |
-
#: app/features/mec/booking.php:
|
3353 |
-
#: app/features/mec/settings.php:
|
3354 |
msgid "Thank You Page Time Interval"
|
3355 |
msgstr "Dauer bis zur Weiterleitung auf die Danke Seite"
|
3356 |
|
3357 |
-
#: app/features/mec/booking.php:
|
3358 |
msgid "2000 mean 2 seconds"
|
3359 |
msgstr "2000 bedeutet 2 Sekunden"
|
3360 |
|
3361 |
-
#: app/features/mec/booking.php:
|
3362 |
msgid ""
|
3363 |
"Waiting time before redirecting to thank you page. It's in miliseconds so "
|
3364 |
"2000 means 2 seconds."
|
3365 |
msgstr ""
|
3366 |
|
3367 |
-
#: app/features/mec/booking.php:
|
3368 |
#, fuzzy
|
3369 |
#| msgid "User Profile"
|
3370 |
msgid "User Role"
|
3371 |
msgstr "Benutzer Profil"
|
3372 |
|
3373 |
-
#: app/features/mec/booking.php:
|
3374 |
msgid ""
|
3375 |
"MEC creates a user for main attendee after each booking. Default role of the "
|
3376 |
"user is subscriber but you can change it if needed."
|
3377 |
msgstr ""
|
3378 |
|
3379 |
-
#: app/features/mec/booking.php:
|
3380 |
msgid "Enable Express Attendees Form"
|
3381 |
msgstr "Aktivieren Sie das Express-Teilnehmerformular"
|
3382 |
|
3383 |
-
#: app/features/mec/booking.php:
|
3384 |
msgid "Attendees Form"
|
3385 |
msgstr "Teilnahmeformular"
|
3386 |
|
3387 |
-
#: app/features/mec/booking.php:
|
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:
|
3394 |
msgid "Enable Invoice"
|
3395 |
msgstr "Rechnungen aktivieren"
|
3396 |
|
3397 |
-
#: app/features/mec/booking.php:
|
3398 |
msgid "Enable Booking for Ongoing Events"
|
3399 |
msgstr "Aktiviere Buchung für bereits laufende Events"
|
3400 |
|
3401 |
-
#: app/features/mec/booking.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3402 |
msgid "Email verification"
|
3403 |
msgstr "Email-Verifizierung"
|
3404 |
|
3405 |
-
#: app/features/mec/booking.php:
|
3406 |
msgid "Auto verification for free bookings"
|
3407 |
msgstr "Automatische Verifizierung für kostenlose Buchungen"
|
3408 |
|
3409 |
-
#: app/features/mec/booking.php:
|
3410 |
msgid "Auto verification for paid bookings"
|
3411 |
msgstr "Automatische Verifizierung für kostenpflichtige Buchungen"
|
3412 |
|
3413 |
-
#: app/features/mec/booking.php:
|
3414 |
#: app/libraries/main.php:582
|
3415 |
msgid "Booking Confirmation"
|
3416 |
msgstr "Buchungsbestätigung"
|
3417 |
|
3418 |
-
#: app/features/mec/booking.php:
|
3419 |
msgid "Auto confirmation for free bookings"
|
3420 |
msgstr "Automatische Bestätigung für kostenlose Buchungen"
|
3421 |
|
3422 |
-
#: app/features/mec/booking.php:
|
3423 |
msgid "Auto confirmation for paid bookings"
|
3424 |
msgstr "Automatische Bestätigung für kostenpflichtige Buchungen"
|
3425 |
|
3426 |
-
#: app/features/mec/booking.php:
|
3427 |
msgid "Send confirmation email in auto confirmation mode"
|
3428 |
msgstr ""
|
3429 |
|
3430 |
-
#: app/features/mec/booking.php:
|
3431 |
msgid "Enable coupons module"
|
3432 |
msgstr "Gutscheinmodul aktivieren"
|
3433 |
|
3434 |
-
#: app/features/mec/booking.php:
|
3435 |
msgid ""
|
3436 |
"After enabling and saving the settings, you should reload the page to see a "
|
3437 |
"new menu on the Dashboard > Booking"
|
3438 |
msgstr ""
|
3439 |
|
3440 |
-
#: app/features/mec/booking.php:
|
3441 |
msgid "Taxes / Fees"
|
3442 |
msgstr "Steuern/Gebühren"
|
3443 |
|
3444 |
-
#: app/features/mec/booking.php:
|
3445 |
msgid "Enable taxes / fees module"
|
3446 |
msgstr "Modul für Gebühren/Steuern aktivieren"
|
3447 |
|
3448 |
-
#: app/features/mec/booking.php:
|
3449 |
msgid "Add Fee"
|
3450 |
msgstr "Gebühr hinzufügen"
|
3451 |
|
3452 |
-
#: app/features/mec/booking.php:
|
3453 |
msgid "Ticket Variations & Options"
|
3454 |
msgstr ""
|
3455 |
|
3456 |
-
#: app/features/mec/booking.php:
|
3457 |
msgid "Enable ticket options module"
|
3458 |
msgstr "Ticket Optionen aktivieren"
|
3459 |
|
3460 |
-
#: app/features/mec/booking.php:
|
3461 |
msgid "Add Variation / Option"
|
3462 |
msgstr ""
|
3463 |
|
3464 |
-
#: app/features/mec/booking.php:
|
3465 |
msgid "Enable Organizer Payment Module"
|
3466 |
msgstr ""
|
3467 |
|
3468 |
-
#: app/features/mec/booking.php:
|
3469 |
msgid ""
|
3470 |
"By enabling this module, organizers are able to insert their own payment "
|
3471 |
"credentials for enabled gateways per event and receive the payments directly!"
|
3472 |
msgstr ""
|
3473 |
|
3474 |
-
#: app/features/mec/booking.php:
|
3475 |
-
#: app/features/mec/modules.php:398 app/features/mec/notifications.php:
|
3476 |
-
#: app/features/mec/settings.php:
|
3477 |
#: app/features/mec/styles.php:60 app/features/mec/styling.php:311
|
3478 |
msgid "Saved"
|
3479 |
msgstr "Gesichert"
|
3480 |
|
3481 |
-
#: app/features/mec/booking.php:
|
3482 |
-
#: app/features/mec/modules.php:399 app/features/mec/notifications.php:
|
3483 |
-
#: app/features/mec/settings.php:
|
3484 |
#: app/features/mec/styles.php:61 app/features/mec/styling.php:312
|
3485 |
msgid "Settings Saved!"
|
3486 |
msgstr "Einstellungen gespeichert!"
|
3487 |
|
3488 |
-
#: app/features/mec/booking.php:
|
3489 |
#: app/features/mec/modules.php:401 app/features/mec/modules.php:423
|
3490 |
-
#: app/features/mec/notifications.php:
|
3491 |
-
#: app/features/mec/notifications.php:
|
3492 |
-
#: app/features/mec/settings.php:
|
3493 |
-
#: app/features/mec/single.php:408 app/libraries/main.php:
|
3494 |
msgid "Verified"
|
3495 |
msgstr "Verifiziert"
|
3496 |
|
3497 |
-
#: app/features/mec/booking.php:
|
3498 |
-
#: app/features/mec/notifications.php:
|
3499 |
#: app/features/mec/single.php:410
|
3500 |
msgid "Please Refresh Page"
|
3501 |
msgstr "Bitte Seiten Refresh vornehmen"
|
@@ -3510,7 +3546,7 @@ msgstr "Willkommen %s"
|
|
3510 |
msgid "%s - Most Powerful & Easy to Use Events Management System"
|
3511 |
msgstr ""
|
3512 |
|
3513 |
-
#: app/features/mec/dashboard.php:65 app/libraries/factory.php:
|
3514 |
msgctxt "plugin rate"
|
3515 |
msgid "Rate the plugin ★★★★★"
|
3516 |
msgstr "Bewerte das Plugin ★★★★★"
|
@@ -3551,39 +3587,39 @@ msgstr "WordPress"
|
|
3551 |
msgid "Copouns!"
|
3552 |
msgstr "Gutscheine!"
|
3553 |
|
3554 |
-
#: app/features/mec/dashboard.php:
|
3555 |
msgid "Getting started with Modern Events Calendar"
|
3556 |
msgstr "Lege los mit dem Modernen Event Kalender "
|
3557 |
|
3558 |
-
#: app/features/mec/dashboard.php:
|
3559 |
msgid ""
|
3560 |
"In this short video, you can learn how to make an event and put a calendar "
|
3561 |
"on your website. Please watch this 2 minutes video to the end."
|
3562 |
msgstr ""
|
3563 |
|
3564 |
-
#: app/features/mec/dashboard.php:
|
3565 |
msgid "MEC Activate"
|
3566 |
msgstr "MEC Aktivieren"
|
3567 |
|
3568 |
-
#: app/features/mec/dashboard.php:
|
3569 |
msgid "Activate Addons"
|
3570 |
msgstr "MEC Erweiterungen Aktivieren"
|
3571 |
|
3572 |
-
#: app/features/mec/dashboard.php:
|
3573 |
msgid "You cannot access this section."
|
3574 |
msgstr ""
|
3575 |
|
3576 |
-
#: app/features/mec/dashboard.php:
|
3577 |
msgid ""
|
3578 |
"In order to use all plugin features and options, please enter your purchase "
|
3579 |
"code."
|
3580 |
msgstr ""
|
3581 |
|
3582 |
-
#: app/features/mec/dashboard.php:
|
3583 |
msgid "Popular Gateways"
|
3584 |
msgstr "Beliebte Zahlungsgateways"
|
3585 |
|
3586 |
-
#: app/features/mec/dashboard.php:
|
3587 |
msgid "Change Log"
|
3588 |
msgstr "Änderungsprotokoll"
|
3589 |
|
@@ -3643,9 +3679,9 @@ msgstr "Skin"
|
|
3643 |
#: app/features/mec/meta_boxes/display_options.php:909
|
3644 |
#: app/features/mec/meta_boxes/display_options.php:1200
|
3645 |
#: app/features/mec/meta_boxes/display_options.php:1470
|
3646 |
-
#: app/features/mec/settings.php:
|
3647 |
-
#: app/features/mec/settings.php:
|
3648 |
-
#: app/features/mec/settings.php:
|
3649 |
#: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
|
3650 |
#: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
|
3651 |
#: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
|
@@ -3656,8 +3692,8 @@ msgstr "Klassisch"
|
|
3656 |
|
3657 |
#: app/features/mec/meta_boxes/display_options.php:43
|
3658 |
#: app/features/mec/meta_boxes/display_options.php:270
|
3659 |
-
#: app/features/mec/settings.php:
|
3660 |
-
#: app/features/mec/settings.php:
|
3661 |
#: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
|
3662 |
msgid "Minimal"
|
3663 |
msgstr "Minimal"
|
@@ -3668,10 +3704,10 @@ msgstr "Minimal"
|
|
3668 |
#: app/features/mec/meta_boxes/display_options.php:911
|
3669 |
#: app/features/mec/meta_boxes/display_options.php:1198
|
3670 |
#: app/features/mec/meta_boxes/display_options.php:1472
|
3671 |
-
#: app/features/mec/settings.php:
|
3672 |
-
#: app/features/mec/settings.php:
|
3673 |
-
#: app/features/mec/settings.php:
|
3674 |
-
#: app/features/mec/settings.php:
|
3675 |
#: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
|
3676 |
#: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
|
3677 |
#: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
|
@@ -3679,13 +3715,13 @@ msgid "Modern"
|
|
3679 |
msgstr "Modern"
|
3680 |
|
3681 |
#: app/features/mec/meta_boxes/display_options.php:45
|
3682 |
-
#: app/features/mec/settings.php:
|
3683 |
#: app/features/popup/shortcode.php:83
|
3684 |
msgid "Standard"
|
3685 |
msgstr "Standard"
|
3686 |
|
3687 |
#: app/features/mec/meta_boxes/display_options.php:46
|
3688 |
-
#: app/features/mec/settings.php:
|
3689 |
#: app/features/popup/shortcode.php:88
|
3690 |
msgid "Accordion"
|
3691 |
msgstr "Accordion"
|
@@ -4044,9 +4080,9 @@ msgstr "Zeige Monatsteilung"
|
|
4044 |
#: app/features/mec/meta_boxes/display_options.php:910
|
4045 |
#: app/features/mec/meta_boxes/display_options.php:1199
|
4046 |
#: app/features/mec/meta_boxes/display_options.php:1471
|
4047 |
-
#: app/features/mec/settings.php:
|
4048 |
-
#: app/features/mec/settings.php:
|
4049 |
-
#: app/features/mec/settings.php:
|
4050 |
#: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
|
4051 |
#: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
|
4052 |
#: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
|
@@ -4056,8 +4092,8 @@ msgstr "Clean"
|
|
4056 |
#: app/features/mec/meta_boxes/display_options.php:272
|
4057 |
#: app/features/mec/meta_boxes/display_options.php:652
|
4058 |
#: app/features/mec/meta_boxes/display_options.php:913
|
4059 |
-
#: app/features/mec/settings.php:
|
4060 |
-
#: app/features/mec/settings.php:
|
4061 |
#: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
|
4062 |
#: app/features/popup/shortcode.php:219
|
4063 |
msgid "Simple"
|
@@ -4071,8 +4107,8 @@ msgstr "Farbenfroh"
|
|
4071 |
#: app/features/mec/meta_boxes/display_options.php:274
|
4072 |
#: app/features/mec/meta_boxes/display_options.php:651
|
4073 |
#: app/features/mec/meta_boxes/display_options.php:912
|
4074 |
-
#: app/features/mec/settings.php:
|
4075 |
-
#: app/features/mec/settings.php:
|
4076 |
#: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
|
4077 |
#: app/features/popup/shortcode.php:214
|
4078 |
msgid "Novel"
|
@@ -4122,15 +4158,15 @@ msgstr "Standardansicht"
|
|
4122 |
|
4123 |
#: app/features/mec/meta_boxes/display_options.php:638
|
4124 |
#: app/features/mec/meta_boxes/display_options.php:662
|
4125 |
-
#: app/libraries/main.php:330 app/libraries/main.php:
|
4126 |
-
#: app/libraries/main.php:
|
4127 |
msgid "List View"
|
4128 |
msgstr "Listenansicht"
|
4129 |
|
4130 |
#: app/features/mec/meta_boxes/display_options.php:639
|
4131 |
#: app/features/mec/meta_boxes/display_options.php:683
|
4132 |
-
#: app/libraries/main.php:331 app/libraries/main.php:
|
4133 |
-
#: app/libraries/main.php:
|
4134 |
msgid "Grid View"
|
4135 |
msgstr "Rasterdarstellung"
|
4136 |
|
@@ -4144,8 +4180,8 @@ msgstr "Stundenplan"
|
|
4144 |
|
4145 |
#: app/features/mec/meta_boxes/display_options.php:641
|
4146 |
#: app/features/mec/meta_boxes/display_options.php:704
|
4147 |
-
#: app/libraries/main.php:334 app/libraries/main.php:
|
4148 |
-
#: app/libraries/main.php:
|
4149 |
msgid "Yearly View"
|
4150 |
msgstr "Jahresansicht"
|
4151 |
|
@@ -4156,15 +4192,15 @@ msgstr "Monatliche Kalenderansicht"
|
|
4156 |
|
4157 |
#: app/features/mec/meta_boxes/display_options.php:643
|
4158 |
#: app/features/mec/meta_boxes/display_options.php:753
|
4159 |
-
#: app/libraries/main.php:337 app/libraries/main.php:
|
4160 |
-
#: app/libraries/main.php:
|
4161 |
msgid "Weekly View"
|
4162 |
msgstr "Wochenansicht"
|
4163 |
|
4164 |
#: app/features/mec/meta_boxes/display_options.php:644
|
4165 |
#: app/features/mec/meta_boxes/display_options.php:763
|
4166 |
-
#: app/libraries/main.php:336 app/libraries/main.php:
|
4167 |
-
#: app/libraries/main.php:
|
4168 |
msgid "Daily View"
|
4169 |
msgstr "Tagesansicht"
|
4170 |
|
@@ -4588,7 +4624,7 @@ msgstr "Geben Sie die gewünschten Tags (Schlagworte) durch Komma getrennt ein"
|
|
4588 |
msgid "Choose your desired authors for filtering the events."
|
4589 |
msgstr "Wählen Sie die gewünschten Autoren zum Filtern aus"
|
4590 |
|
4591 |
-
#: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:
|
4592 |
msgid "Expired Events"
|
4593 |
msgstr "Abgelaufene Events"
|
4594 |
|
@@ -4663,10 +4699,10 @@ msgstr "Such Formular anzeigen"
|
|
4663 |
#: app/features/mec/meta_boxes/search_form.php:606
|
4664 |
#: app/features/mec/meta_boxes/search_form.php:676
|
4665 |
#: app/features/mec/meta_boxes/search_form.php:782
|
4666 |
-
#: app/features/mec/settings.php:
|
4667 |
#: app/features/search.php:86 app/features/speakers.php:61
|
4668 |
-
#: app/features/speakers.php:269 app/libraries/main.php:
|
4669 |
-
#: app/libraries/main.php:
|
4670 |
#: app/modules/speakers/details.php:18
|
4671 |
msgid "Speaker"
|
4672 |
msgstr "Sprecher"
|
@@ -4682,8 +4718,8 @@ msgstr "Sprecher"
|
|
4682 |
#: app/features/mec/meta_boxes/search_form.php:613
|
4683 |
#: app/features/mec/meta_boxes/search_form.php:683
|
4684 |
#: app/features/mec/meta_boxes/search_form.php:789
|
4685 |
-
#: app/features/mec/settings.php:
|
4686 |
-
#: app/features/search.php:92 app/libraries/skins.php:
|
4687 |
msgid "Tag"
|
4688 |
msgstr "Schlagwort"
|
4689 |
|
@@ -4799,8 +4835,8 @@ msgstr "Google Maps API"
|
|
4799 |
msgid "Google Map Options"
|
4800 |
msgstr "Google Maps Einstellungen"
|
4801 |
|
4802 |
-
#: app/features/mec/modules.php:85 app/features/mec/settings.php:
|
4803 |
-
#: app/features/mec/settings.php:
|
4804 |
msgid "Required!"
|
4805 |
msgstr "Erforderlich (Pflichtfeld)"
|
4806 |
|
@@ -4998,499 +5034,507 @@ msgstr ""
|
|
4998 |
"Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
|
4999 |
"benachrichtigen."
|
5000 |
|
5001 |
-
#: app/features/mec/notifications.php:43 app/features/mec/notifications.php:
|
5002 |
-
#: app/features/mec/notifications.php:
|
5003 |
-
#: app/features/mec/notifications.php:
|
5004 |
-
#: app/features/mec/notifications.php:
|
5005 |
-
#: app/features/mec/notifications.php:
|
5006 |
-
#: app/features/mec/notifications.php:
|
5007 |
-
#: app/features/mec/notifications.php:
|
5008 |
msgid "Email Subject"
|
5009 |
msgstr "Email Betreff"
|
5010 |
|
5011 |
#: app/features/mec/notifications.php:49 app/features/mec/notifications.php:56
|
5012 |
-
#: app/features/mec/notifications.php:
|
5013 |
-
#: app/features/mec/notifications.php:
|
5014 |
-
#: app/features/mec/notifications.php:
|
5015 |
-
#: app/features/mec/notifications.php:
|
5016 |
-
#: app/features/mec/notifications.php:
|
5017 |
-
#: app/features/mec/notifications.php:
|
5018 |
-
#: app/features/mec/notifications.php:
|
5019 |
-
#: app/features/mec/notifications.php:
|
5020 |
-
#: app/features/mec/notifications.php:
|
5021 |
-
#: app/features/mec/notifications.php:
|
5022 |
-
#: app/features/mec/notifications.php:
|
5023 |
-
#: app/features/mec/notifications.php:
|
5024 |
-
#: app/features/mec/notifications.php:
|
5025 |
-
#: app/features/mec/notifications.php:
|
5026 |
msgid "Receiver Users"
|
5027 |
msgstr ""
|
5028 |
|
5029 |
-
#: app/features/mec/notifications.php:57 app/features/mec/notifications.php:
|
5030 |
-
#: app/features/mec/notifications.php:
|
5031 |
-
#: app/features/mec/notifications.php:
|
5032 |
-
#: app/features/mec/notifications.php:
|
5033 |
-
#: app/features/mec/notifications.php:
|
5034 |
-
#: app/features/mec/notifications.php:
|
5035 |
-
#: app/features/mec/notifications.php:
|
5036 |
msgid "Select users to send a copy of email to them!"
|
5037 |
msgstr ""
|
5038 |
|
5039 |
#: app/features/mec/notifications.php:66 app/features/mec/notifications.php:73
|
5040 |
-
#: app/features/mec/notifications.php:
|
5041 |
-
#: app/features/mec/notifications.php:
|
5042 |
-
#: app/features/mec/notifications.php:
|
5043 |
-
#: app/features/mec/notifications.php:
|
5044 |
-
#: app/features/mec/notifications.php:
|
5045 |
-
#: app/features/mec/notifications.php:
|
5046 |
-
#: app/features/mec/notifications.php:
|
5047 |
-
#: app/features/mec/notifications.php:
|
5048 |
-
#: app/features/mec/notifications.php:
|
5049 |
-
#: app/features/mec/notifications.php:
|
5050 |
-
#: app/features/mec/notifications.php:
|
5051 |
-
#: app/features/mec/notifications.php:
|
5052 |
-
#: app/features/mec/notifications.php:
|
5053 |
-
#: app/features/mec/notifications.php:
|
5054 |
msgid "Receiver Roles"
|
5055 |
msgstr ""
|
5056 |
|
5057 |
-
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:
|
5058 |
-
#: app/features/mec/notifications.php:
|
5059 |
-
#: app/features/mec/notifications.php:
|
5060 |
-
#: app/features/mec/notifications.php:
|
5061 |
-
#: app/features/mec/notifications.php:
|
5062 |
-
#: app/features/mec/notifications.php:
|
5063 |
-
#: app/features/mec/notifications.php:
|
5064 |
msgid "Select users a specific role."
|
5065 |
msgstr ""
|
5066 |
|
5067 |
#: app/features/mec/notifications.php:82 app/features/mec/notifications.php:86
|
5068 |
-
#: app/features/mec/notifications.php:
|
5069 |
-
#: app/features/mec/notifications.php:
|
5070 |
-
#: app/features/mec/notifications.php:
|
5071 |
-
#: app/features/mec/notifications.php:
|
5072 |
-
#: app/features/mec/notifications.php:
|
5073 |
-
#: app/features/mec/notifications.php:
|
5074 |
-
#: app/features/mec/notifications.php:518
|
5075 |
#: app/features/mec/notifications.php:522
|
5076 |
-
#: app/features/mec/notifications.php:
|
5077 |
-
#: app/features/mec/notifications.php:
|
5078 |
-
#: app/features/mec/notifications.php:
|
5079 |
-
#: app/features/mec/notifications.php:
|
5080 |
-
#: app/features/mec/notifications.php:
|
5081 |
-
#: app/features/mec/notifications.php:
|
5082 |
-
#: app/features/mec/notifications.php:
|
5083 |
msgid "Custom Recipients"
|
5084 |
msgstr "Individuelle Empfänger"
|
5085 |
|
5086 |
-
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:
|
5087 |
-
#: app/features/mec/notifications.php:
|
5088 |
-
#: app/features/mec/notifications.php:
|
5089 |
-
#: app/features/mec/notifications.php:
|
5090 |
-
#: app/features/mec/notifications.php:
|
5091 |
-
#: app/features/mec/notifications.php:
|
5092 |
-
#: app/features/mec/notifications.php:
|
5093 |
msgid "Insert comma separated emails for multiple recipients."
|
5094 |
msgstr "Geben Sie mit Komma getrennte email-Adressen ein für mehrere Empfänger"
|
5095 |
|
5096 |
-
#: app/features/mec/notifications.php:94 app/features/mec/notifications.php:
|
5097 |
-
#: app/features/mec/notifications.php:
|
5098 |
msgid "Send the email to event organizer"
|
5099 |
msgstr "Sendet das Email zum Event Organisator"
|
5100 |
|
5101 |
-
#: app/features/mec/notifications.php:97 app/features/mec/notifications.php:
|
5102 |
-
#: app/features/mec/notifications.php:
|
5103 |
-
#: app/features/mec/notifications.php:
|
5104 |
-
#: app/features/mec/notifications.php:
|
5105 |
-
#: app/features/mec/notifications.php:
|
5106 |
-
#: app/features/mec/notifications.php:
|
5107 |
-
#: app/features/mec/notifications.php:
|
5108 |
msgid "Email Content"
|
5109 |
msgstr "Email Inhalt"
|
5110 |
|
5111 |
#: app/features/mec/notifications.php:100
|
5112 |
-
#: app/features/mec/notifications.php:
|
5113 |
-
#: app/features/mec/notifications.php:
|
5114 |
-
#: app/features/mec/notifications.php:
|
5115 |
-
#: app/features/mec/notifications.php:
|
5116 |
-
#: app/features/mec/notifications.php:
|
5117 |
-
#: app/features/mec/notifications.php:
|
5118 |
-
#: app/features/mec/notifications.php:
|
5119 |
#, fuzzy
|
5120 |
#| msgid "You can use following placeholders"
|
5121 |
msgid "You can use the following placeholders"
|
5122 |
msgstr "Sie können die folgenden Platzhalter wählen"
|
5123 |
|
5124 |
#: app/features/mec/notifications.php:102
|
5125 |
-
#: app/features/mec/notifications.php:
|
5126 |
-
#: app/features/mec/notifications.php:
|
5127 |
-
#: app/features/mec/notifications.php:
|
5128 |
-
#: app/features/mec/notifications.php:
|
5129 |
-
#: app/features/mec/notifications.php:
|
5130 |
msgid "First name of attendee"
|
5131 |
msgstr "Vorname des Teilnehmers"
|
5132 |
|
5133 |
#: app/features/mec/notifications.php:103
|
5134 |
-
#: app/features/mec/notifications.php:
|
5135 |
-
#: app/features/mec/notifications.php:
|
5136 |
-
#: app/features/mec/notifications.php:
|
5137 |
-
#: app/features/mec/notifications.php:
|
5138 |
-
#: app/features/mec/notifications.php:
|
5139 |
msgid "Last name of attendee"
|
5140 |
msgstr "Nachname des Teilnehmers"
|
5141 |
|
5142 |
#: app/features/mec/notifications.php:104
|
5143 |
-
#: app/features/mec/notifications.php:
|
5144 |
-
#: app/features/mec/notifications.php:
|
5145 |
-
#: app/features/mec/notifications.php:
|
5146 |
-
#: app/features/mec/notifications.php:
|
5147 |
-
#: app/features/mec/notifications.php:
|
5148 |
msgid "Email of attendee"
|
5149 |
msgstr "Email des Teilnehmers"
|
5150 |
|
5151 |
#: app/features/mec/notifications.php:105
|
5152 |
-
#: app/features/mec/notifications.php:
|
5153 |
-
#: app/features/mec/notifications.php:
|
5154 |
-
#: app/features/mec/notifications.php:
|
5155 |
-
#: app/features/mec/notifications.php:
|
5156 |
-
#: app/features/mec/notifications.php:
|
5157 |
msgid "Booked date of event"
|
5158 |
msgstr "Gebuchtes Datum der Veranstaltung"
|
5159 |
|
5160 |
#: app/features/mec/notifications.php:106
|
5161 |
-
#: app/features/mec/notifications.php:
|
5162 |
-
#: app/features/mec/notifications.php:
|
5163 |
-
#: app/features/mec/notifications.php:
|
5164 |
-
#: app/features/mec/notifications.php:
|
5165 |
-
#: app/features/mec/notifications.php:
|
5166 |
msgid "Booked time of event"
|
5167 |
msgstr "Gebuchte Zeit der Veranstaltung"
|
5168 |
|
5169 |
#: app/features/mec/notifications.php:107
|
5170 |
-
#: app/features/mec/notifications.php:
|
5171 |
-
#: app/features/mec/notifications.php:
|
5172 |
-
#: app/features/mec/notifications.php:
|
5173 |
-
#: app/features/mec/notifications.php:
|
5174 |
-
#: app/features/mec/notifications.php:
|
5175 |
msgid "Booking Price"
|
5176 |
msgstr "Buchungspreis"
|
5177 |
|
5178 |
#: app/features/mec/notifications.php:108
|
5179 |
-
#: app/features/mec/notifications.php:
|
5180 |
-
#: app/features/mec/notifications.php:
|
5181 |
-
#: app/features/mec/notifications.php:
|
5182 |
-
#: app/features/mec/notifications.php:
|
5183 |
-
#: app/features/mec/notifications.php:
|
5184 |
#, fuzzy
|
5185 |
#| msgid "Date and time of placing booking"
|
5186 |
msgid "Date and time of booking"
|
5187 |
msgstr "Datum und Uhrzeit der Buchung"
|
5188 |
|
5189 |
#: app/features/mec/notifications.php:109
|
5190 |
-
#: app/features/mec/notifications.php:
|
5191 |
-
#: app/features/mec/notifications.php:
|
5192 |
-
#: app/features/mec/notifications.php:
|
5193 |
-
#: app/features/mec/notifications.php:
|
5194 |
-
#: app/features/mec/notifications.php:
|
5195 |
-
#: app/features/mec/notifications.php:
|
5196 |
-
#: app/features/mec/notifications.php:
|
5197 |
msgid "Your website title"
|
5198 |
msgstr "Titel Ihrer Webseite"
|
5199 |
|
5200 |
#: app/features/mec/notifications.php:110
|
5201 |
-
#: app/features/mec/notifications.php:
|
5202 |
-
#: app/features/mec/notifications.php:
|
5203 |
-
#: app/features/mec/notifications.php:
|
5204 |
-
#: app/features/mec/notifications.php:
|
5205 |
-
#: app/features/mec/notifications.php:
|
5206 |
-
#: app/features/mec/notifications.php:
|
5207 |
-
#: app/features/mec/notifications.php:
|
5208 |
msgid "Your website URL"
|
5209 |
msgstr "URL Ihrer Webseite"
|
5210 |
|
5211 |
#: app/features/mec/notifications.php:111
|
5212 |
-
#: app/features/mec/notifications.php:
|
5213 |
-
#: app/features/mec/notifications.php:
|
5214 |
-
#: app/features/mec/notifications.php:
|
5215 |
-
#: app/features/mec/notifications.php:
|
5216 |
-
#: app/features/mec/notifications.php:
|
5217 |
-
#: app/features/mec/notifications.php:
|
5218 |
-
#: app/features/mec/notifications.php:
|
5219 |
msgid "Your website description"
|
5220 |
msgstr "Beschreibung Ihrer Webseite"
|
5221 |
|
5222 |
#: app/features/mec/notifications.php:112
|
5223 |
-
#: app/features/mec/notifications.php:
|
5224 |
-
#: app/features/mec/notifications.php:
|
5225 |
-
#: app/features/mec/notifications.php:
|
5226 |
-
#: app/features/mec/notifications.php:
|
5227 |
-
#: app/features/mec/notifications.php:
|
5228 |
msgid "Event title"
|
5229 |
msgstr "Titel der Veranstaltung"
|
5230 |
|
5231 |
#: app/features/mec/notifications.php:113
|
5232 |
-
#: app/features/mec/notifications.php:
|
5233 |
-
#: app/features/mec/notifications.php:
|
5234 |
-
#: app/features/mec/notifications.php:
|
5235 |
-
#: app/features/mec/notifications.php:
|
5236 |
-
#: app/features/mec/notifications.php:
|
5237 |
msgid "Event link"
|
5238 |
msgstr "Veranstaltungslink"
|
5239 |
|
5240 |
#: app/features/mec/notifications.php:114
|
5241 |
-
#: app/features/mec/notifications.php:
|
5242 |
-
#: app/features/mec/notifications.php:
|
5243 |
-
#: app/features/mec/notifications.php:
|
5244 |
-
#: app/features/mec/notifications.php:
|
5245 |
msgid "Event Start Date"
|
5246 |
msgstr "Event Start Datum "
|
5247 |
|
5248 |
#: app/features/mec/notifications.php:115
|
5249 |
-
#: app/features/mec/notifications.php:
|
5250 |
-
#: app/features/mec/notifications.php:
|
5251 |
-
#: app/features/mec/notifications.php:
|
5252 |
-
#: app/features/mec/notifications.php:
|
5253 |
msgid "Event End Date"
|
5254 |
msgstr "Event End Datum"
|
5255 |
|
5256 |
#: app/features/mec/notifications.php:116
|
5257 |
-
#: app/features/mec/notifications.php:
|
5258 |
-
#: app/features/mec/notifications.php:
|
5259 |
-
#: app/features/mec/notifications.php:
|
5260 |
-
#: app/features/mec/notifications.php:
|
5261 |
-
#: app/features/mec/notifications.php:
|
5262 |
#, fuzzy
|
5263 |
#| msgid "Organizer name of booked event"
|
5264 |
msgid "Speaker name of booked event"
|
5265 |
msgstr "Name des Veranstalters des gebuchten Events"
|
5266 |
|
5267 |
#: app/features/mec/notifications.php:117
|
5268 |
-
#: app/features/mec/notifications.php:
|
5269 |
-
#: app/features/mec/notifications.php:
|
5270 |
-
#: app/features/mec/notifications.php:
|
5271 |
-
#: app/features/mec/notifications.php:
|
5272 |
-
#: app/features/mec/notifications.php:
|
5273 |
-
msgid "Organizer name of booked event"
|
5274 |
msgstr "Name des Veranstalters des gebuchten Events"
|
5275 |
|
5276 |
#: app/features/mec/notifications.php:118
|
5277 |
-
#: app/features/mec/notifications.php:
|
5278 |
-
#: app/features/mec/notifications.php:
|
5279 |
-
#: app/features/mec/notifications.php:
|
5280 |
-
#: app/features/mec/notifications.php:
|
5281 |
-
#: app/features/mec/notifications.php:
|
5282 |
msgid "Organizer tel of booked event"
|
5283 |
msgstr "Tel des Veranstalters"
|
5284 |
|
5285 |
#: app/features/mec/notifications.php:119
|
5286 |
-
#: app/features/mec/notifications.php:
|
5287 |
-
#: app/features/mec/notifications.php:
|
5288 |
-
#: app/features/mec/notifications.php:
|
5289 |
-
#: app/features/mec/notifications.php:
|
5290 |
-
#: app/features/mec/notifications.php:
|
5291 |
msgid "Organizer email of booked event"
|
5292 |
msgstr "Email des Veranstalters des gebuchten events"
|
5293 |
|
5294 |
#: app/features/mec/notifications.php:120
|
5295 |
-
#: app/features/mec/notifications.php:
|
5296 |
-
#: app/features/mec/notifications.php:
|
5297 |
-
#: app/features/mec/notifications.php:
|
5298 |
-
#: app/features/mec/notifications.php:
|
5299 |
-
#: app/features/mec/notifications.php:
|
5300 |
msgid "Location name of booked event"
|
5301 |
msgstr "Veranstaltungsort"
|
5302 |
|
5303 |
#: app/features/mec/notifications.php:121
|
5304 |
-
#: app/features/mec/notifications.php:
|
5305 |
-
#: app/features/mec/notifications.php:
|
5306 |
-
#: app/features/mec/notifications.php:
|
5307 |
-
#: app/features/mec/notifications.php:
|
5308 |
-
#: app/features/mec/notifications.php:
|
5309 |
msgid "Location address of booked event"
|
5310 |
msgstr "Adresse der gebuchten Veranstaltung"
|
5311 |
|
5312 |
#: app/features/mec/notifications.php:122
|
5313 |
-
#: app/features/mec/notifications.php:
|
5314 |
-
#: app/features/mec/notifications.php:
|
5315 |
-
#: app/features/mec/notifications.php:
|
5316 |
-
#: app/features/mec/notifications.php:
|
5317 |
-
#: app/features/mec/notifications.php:
|
5318 |
#, fuzzy
|
5319 |
#| msgid "Location name of booked event"
|
5320 |
msgid "Additional locations name of booked event"
|
5321 |
msgstr "Veranstaltungsort"
|
5322 |
|
5323 |
#: app/features/mec/notifications.php:123
|
5324 |
-
#: app/features/mec/notifications.php:
|
5325 |
-
#: app/features/mec/notifications.php:
|
5326 |
-
#: app/features/mec/notifications.php:
|
5327 |
-
#: app/features/mec/notifications.php:
|
5328 |
-
#: app/features/mec/notifications.php:
|
5329 |
#, fuzzy
|
5330 |
#| msgid "Location address of booked event"
|
5331 |
msgid "Additional locations address of booked event"
|
5332 |
msgstr "Adresse der gebuchten Veranstaltung"
|
5333 |
|
5334 |
#: app/features/mec/notifications.php:124
|
5335 |
-
#: app/features/mec/notifications.php:
|
5336 |
-
#: app/features/mec/notifications.php:
|
5337 |
-
#: app/features/mec/notifications.php:
|
5338 |
-
#: app/features/mec/notifications.php:
|
5339 |
-
#: app/features/mec/notifications.php:
|
5340 |
msgid "Featured image of booked event"
|
5341 |
msgstr "Vorschau Bild des gebuchten Events"
|
5342 |
|
5343 |
#: app/features/mec/notifications.php:125
|
5344 |
-
#: app/features/mec/notifications.php:
|
5345 |
-
#: app/features/mec/notifications.php:
|
5346 |
-
#: app/features/mec/notifications.php:
|
5347 |
-
#: app/features/mec/notifications.php:
|
5348 |
-
#: app/features/mec/notifications.php:
|
5349 |
msgid "Full Attendee info such as booking form data, name, email etc."
|
5350 |
msgstr ""
|
5351 |
"Gesamte Teinehmerinformationen wie z.B. Daten aus dem Buchungsformular, "
|
5352 |
"Name, email, etc."
|
5353 |
|
5354 |
#: app/features/mec/notifications.php:126
|
5355 |
-
#: app/features/mec/notifications.php:
|
5356 |
-
#: app/features/mec/notifications.php:
|
5357 |
-
#: app/features/mec/notifications.php:
|
5358 |
-
#: app/features/mec/notifications.php:
|
5359 |
-
#: app/features/mec/notifications.php:
|
5360 |
#, fuzzy
|
5361 |
#| msgid "Booking"
|
5362 |
msgid "Booking ID"
|
5363 |
msgstr "Buchung / Reservierung"
|
5364 |
|
5365 |
#: app/features/mec/notifications.php:127
|
5366 |
-
#: app/features/mec/notifications.php:
|
5367 |
-
#: app/features/mec/notifications.php:
|
5368 |
-
#: app/features/mec/notifications.php:
|
5369 |
-
#: app/features/mec/notifications.php:
|
5370 |
-
#: app/features/mec/notifications.php:
|
5371 |
#, fuzzy
|
5372 |
#| msgid "Transaction ID"
|
5373 |
msgid "Transaction ID of Booking"
|
5374 |
msgstr "Transaktions-ID"
|
5375 |
|
5376 |
#: app/features/mec/notifications.php:128
|
5377 |
-
#: app/features/mec/notifications.php:
|
5378 |
-
#: app/features/mec/notifications.php:
|
5379 |
msgid "Invoice Link"
|
5380 |
msgstr "Rechnungslink"
|
5381 |
|
5382 |
#: app/features/mec/notifications.php:129
|
5383 |
-
#: app/features/mec/notifications.php:
|
5384 |
-
#: app/features/mec/notifications.php:
|
5385 |
-
#: app/features/mec/notifications.php:
|
5386 |
-
#: app/features/mec/notifications.php:
|
5387 |
-
#: app/features/mec/notifications.php:
|
5388 |
#, fuzzy
|
5389 |
#| msgid "There is no attendee for booking!"
|
5390 |
msgid "Total attendees of current booking"
|
5391 |
msgstr "Es gibt keinen Teilnehmer für die Buchung!"
|
5392 |
|
5393 |
#: app/features/mec/notifications.php:130
|
5394 |
-
#: app/features/mec/notifications.php:
|
5395 |
-
#: app/features/mec/notifications.php:
|
5396 |
-
#: app/features/mec/notifications.php:
|
5397 |
-
#: app/features/mec/notifications.php:
|
5398 |
-
#: app/features/mec/notifications.php:
|
5399 |
msgid "Amount of Booked Tickets (Total attendees of all bookings)"
|
5400 |
msgstr ""
|
5401 |
|
5402 |
#: app/features/mec/notifications.php:131
|
5403 |
-
#: app/features/mec/notifications.php:
|
5404 |
-
#: app/features/mec/notifications.php:
|
5405 |
-
#: app/features/mec/notifications.php:
|
5406 |
-
#: app/features/mec/notifications.php:
|
5407 |
-
#: app/features/mec/notifications.php:
|
5408 |
msgid "Ticket name"
|
5409 |
msgstr "Ticket Name"
|
5410 |
|
5411 |
#: app/features/mec/notifications.php:132
|
5412 |
-
#: app/features/mec/notifications.php:
|
5413 |
-
#: app/features/mec/notifications.php:
|
5414 |
-
#: app/features/mec/notifications.php:
|
5415 |
-
#: app/features/mec/notifications.php:
|
5416 |
-
#: app/features/mec/notifications.php:
|
5417 |
msgid "Ticket time"
|
5418 |
msgstr "Ticket Uhrzeit"
|
5419 |
|
5420 |
#: app/features/mec/notifications.php:133
|
5421 |
-
#: app/features/mec/notifications.php:
|
5422 |
-
#: app/features/mec/notifications.php:
|
5423 |
-
#: app/features/mec/notifications.php:
|
5424 |
-
#: app/features/mec/notifications.php:
|
5425 |
-
#: app/features/mec/notifications.php:
|
5426 |
#, fuzzy
|
5427 |
#| msgid "Ticket name"
|
5428 |
msgid "Ticket name & time"
|
5429 |
msgstr "Ticket Name"
|
5430 |
|
5431 |
#: app/features/mec/notifications.php:134
|
5432 |
-
#: app/features/mec/notifications.php:
|
5433 |
-
#: app/features/mec/notifications.php:
|
5434 |
-
#: app/features/mec/notifications.php:
|
5435 |
-
#: app/features/mec/notifications.php:
|
5436 |
-
#: app/features/mec/notifications.php:
|
5437 |
#, fuzzy
|
5438 |
#| msgid "Payment Gateways"
|
5439 |
msgid "Payment Gateway"
|
5440 |
msgstr "Zahlungs-Gateways"
|
5441 |
|
5442 |
#: app/features/mec/notifications.php:135
|
5443 |
-
#: app/features/mec/notifications.php:
|
5444 |
-
#: app/features/mec/notifications.php:
|
5445 |
-
#: app/features/mec/notifications.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5446 |
msgid "Download ICS file"
|
5447 |
msgstr "Download ICS Datei"
|
5448 |
|
5449 |
-
#: app/features/mec/notifications.php:
|
5450 |
msgid "Booking Verification"
|
5451 |
msgstr "Verifizierung der Buchung"
|
5452 |
|
5453 |
-
#: app/features/mec/notifications.php:
|
5454 |
msgid "It sends to attendee email for verifying their booking/email."
|
5455 |
msgstr ""
|
5456 |
"Versendet an den Teilnehmer eine Email um dessen Buchung/Mail zu "
|
5457 |
"verifizieren."
|
5458 |
|
5459 |
-
#: app/features/mec/notifications.php:
|
5460 |
msgid "Email/Booking verification link."
|
5461 |
msgstr "Bestätigungslink für Email/Buchung"
|
5462 |
|
5463 |
-
#: app/features/mec/notifications.php:
|
5464 |
#, fuzzy
|
5465 |
#| msgid "Enable booking notification"
|
5466 |
msgid "Enable booking confirmation"
|
5467 |
msgstr "Buchungsbenachrichtigung aktivieren"
|
5468 |
|
5469 |
-
#: app/features/mec/notifications.php:
|
5470 |
#, fuzzy
|
5471 |
#| msgid "It sends to attendee after confirming the booking by admin."
|
5472 |
msgid "Sent to attendee after confirming the booking by admin."
|
5473 |
msgstr ""
|
5474 |
"Es wird an den Teilnehmer gesendet nach Bestätigung der Buchung vom admin."
|
5475 |
|
5476 |
-
#: app/features/mec/notifications.php:
|
5477 |
msgid "Send One Single Email Only To First Attendee"
|
5478 |
msgstr "Nur ein E-Mail zum ersten Teilnehmer senden"
|
5479 |
|
5480 |
-
#: app/features/mec/notifications.php:
|
5481 |
-
#: app/features/mec/notifications.php:
|
5482 |
msgid "Booking cancellation link."
|
5483 |
msgstr "Link zur Stornierung der Buchung"
|
5484 |
|
5485 |
-
#: app/features/mec/notifications.php:
|
5486 |
msgid "Booking Cancellation"
|
5487 |
msgstr "Buchung stornieren"
|
5488 |
|
5489 |
-
#: app/features/mec/notifications.php:
|
5490 |
msgid "Enable cancellation notification"
|
5491 |
msgstr "Benachrichtigung bei stornierter Buchung"
|
5492 |
|
5493 |
-
#: app/features/mec/notifications.php:
|
5494 |
#, fuzzy
|
5495 |
#| msgid "It sends to attendee after booking for notifying him/her."
|
5496 |
msgid "Sent to selected recipients after booking cancellation to notify them."
|
@@ -5498,31 +5542,31 @@ msgstr ""
|
|
5498 |
"Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
|
5499 |
"benachrichtigen."
|
5500 |
|
5501 |
-
#: app/features/mec/notifications.php:
|
5502 |
-
#: app/features/mec/notifications.php:
|
5503 |
msgid "Send the email to admin"
|
5504 |
msgstr "Sendet die E-Mail zum Admin"
|
5505 |
|
5506 |
-
#: app/features/mec/notifications.php:
|
5507 |
#, fuzzy
|
5508 |
#| msgid "Send the email to booking user"
|
5509 |
msgid "Send the email to the booked user"
|
5510 |
msgstr "Sendet die Email zum Buchungs "
|
5511 |
|
5512 |
-
#: app/features/mec/notifications.php:
|
5513 |
-
#: app/features/mec/notifications.php:
|
5514 |
msgid "Admin booking management link."
|
5515 |
msgstr "Admin-link zur Buchungsverwaltung"
|
5516 |
|
5517 |
-
#: app/features/mec/notifications.php:
|
5518 |
msgid "Admin"
|
5519 |
msgstr "Admin"
|
5520 |
|
5521 |
-
#: app/features/mec/notifications.php:
|
5522 |
msgid "Enable admin notification"
|
5523 |
msgstr "Buchungsbenachrichtigung aktivieren (Admin)"
|
5524 |
|
5525 |
-
#: app/features/mec/notifications.php:
|
5526 |
#, fuzzy
|
5527 |
#| msgid "It sends to admin to notify him/her that a new booking received."
|
5528 |
msgid "Sent to admin to notify them that a new booking has been received."
|
@@ -5530,19 +5574,23 @@ msgstr ""
|
|
5530 |
"Sendet eine Benachrichtigung an den Adminstrator um diesen darüber zu "
|
5531 |
"Informieren, dass eine neue Buchung eingegangen ist."
|
5532 |
|
5533 |
-
#: app/features/mec/notifications.php:
|
5534 |
#: app/libraries/notifications.php:550
|
5535 |
msgid "Booking Reminder"
|
5536 |
msgstr "Buchungs Erinnerung"
|
5537 |
|
5538 |
-
#: app/features/mec/notifications.php:
|
5539 |
msgid "Enable booking reminder notification"
|
5540 |
msgstr "Aktivieren Sie die Erinnerung für die Buchungserinnerung"
|
5541 |
|
5542 |
-
#: app/features/mec/notifications.php:
|
5543 |
-
#, php-format
|
|
|
|
|
|
|
|
|
5544 |
msgid ""
|
5545 |
-
"Set a cronjob to call %s file once per
|
5546 |
"reminders. Please note that you should call this file %s otherwise it may "
|
5547 |
"send the reminders multiple times."
|
5548 |
msgstr ""
|
@@ -5551,28 +5599,37 @@ msgstr ""
|
|
5551 |
"Sie diese Datei% s aufrufen sollten, sonst könnten die Erinnerungen mehrmals "
|
5552 |
"gesendet werden."
|
5553 |
|
5554 |
-
#: app/features/mec/notifications.php:
|
5555 |
-
|
|
|
|
|
5556 |
msgstr "nur einmal pro Tag"
|
5557 |
|
5558 |
-
#: app/features/mec/notifications.php:
|
5559 |
-
|
5560 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5561 |
|
5562 |
-
#: app/features/mec/notifications.php:
|
5563 |
-
msgid "Please, insert comma to separate reminder
|
5564 |
msgstr ""
|
5565 |
|
5566 |
-
#: app/features/mec/notifications.php:
|
5567 |
#: app/libraries/main.php:586
|
5568 |
msgid "New Event"
|
5569 |
msgstr "Neue Veranstaltung"
|
5570 |
|
5571 |
-
#: app/features/mec/notifications.php:
|
5572 |
msgid "Enable new event notification"
|
5573 |
msgstr "Benachrichtigung bei neuen Veranstaltungen aktivieren"
|
5574 |
|
5575 |
-
#: app/features/mec/notifications.php:
|
5576 |
#, fuzzy
|
5577 |
#| msgid ""
|
5578 |
#| "It sends after adding a new event from frontend event submission or from "
|
@@ -5584,41 +5641,41 @@ msgstr ""
|
|
5584 |
"Wird nach dem Hinzufügen einer neuen Veranstaltung aus der Frontend-"
|
5585 |
"Übermittlung oder dem Backend versandt."
|
5586 |
|
5587 |
-
#: app/features/mec/notifications.php:
|
5588 |
-
#: app/features/mec/notifications.php:
|
5589 |
msgid "Title of event"
|
5590 |
msgstr "Titel der Veranstaltung"
|
5591 |
|
5592 |
-
#: app/features/mec/notifications.php:
|
5593 |
-
#: app/features/mec/notifications.php:
|
5594 |
msgid "Link of event"
|
5595 |
msgstr "Link der Veranstaltung"
|
5596 |
|
5597 |
-
#: app/features/mec/notifications.php:
|
5598 |
-
#: app/features/mec/notifications.php:
|
5599 |
msgid "Status of event"
|
5600 |
msgstr "Status der Veranstaltung"
|
5601 |
|
5602 |
-
#: app/features/mec/notifications.php:
|
5603 |
-
#: app/features/mec/notifications.php:
|
5604 |
-
#: app/features/mec/settings.php:
|
5605 |
msgid "Event Note"
|
5606 |
msgstr "Veranstaltungsnotiz"
|
5607 |
|
5608 |
-
#: app/features/mec/notifications.php:
|
5609 |
-
#: app/features/mec/notifications.php:
|
5610 |
msgid "Admin events management link."
|
5611 |
msgstr "Admin-link zur Veranstaltungsverwaltung"
|
5612 |
|
5613 |
-
#: app/features/mec/notifications.php:
|
5614 |
msgid "User Event Publishing"
|
5615 |
msgstr "Nutzer Event wurde veröffentlicht."
|
5616 |
|
5617 |
-
#: app/features/mec/notifications.php:
|
5618 |
msgid "Enable user event publishing notification"
|
5619 |
msgstr "Benachrichtigung bei neuen Nutzer Veranstaltungen aktivieren"
|
5620 |
|
5621 |
-
#: app/features/mec/notifications.php:
|
5622 |
#, fuzzy
|
5623 |
#| msgid ""
|
5624 |
#| "It sends after adding a new event from frontend event submission or from "
|
@@ -5689,50 +5746,50 @@ msgstr "E-Mail Inhalt darf nicht leer sein!"
|
|
5689 |
msgid "There was an error please try again!"
|
5690 |
msgstr "Es ist ein Fehler aufgetreten, bitte erneut Versuchen!"
|
5691 |
|
5692 |
-
#: app/features/mec/settings.php:
|
5693 |
msgid "Hide Events"
|
5694 |
msgstr "Events verbergen"
|
5695 |
|
5696 |
-
#: app/features/mec/settings.php:
|
5697 |
msgid "On Event Start"
|
5698 |
msgstr "Am Event Start"
|
5699 |
|
5700 |
-
#: app/features/mec/settings.php:
|
5701 |
msgid "+1 Hour after start"
|
5702 |
msgstr "+1 Stunde nach dem Start"
|
5703 |
|
5704 |
-
#: app/features/mec/settings.php:
|
5705 |
msgid "+2 Hours after start"
|
5706 |
msgstr "+2 Stunden nach dem Start"
|
5707 |
|
5708 |
-
#: app/features/mec/settings.php:
|
5709 |
msgid "On Event End"
|
5710 |
msgstr "Am Event Ende"
|
5711 |
|
5712 |
-
#: app/features/mec/settings.php:
|
5713 |
msgid ""
|
5714 |
"This option is for showing start/end time of events on frontend of website."
|
5715 |
msgstr ""
|
5716 |
"Diese Option ist um die Start/Endezeit von Events im Frontend der Webseite "
|
5717 |
"anzuzeigen"
|
5718 |
|
5719 |
-
#: app/features/mec/settings.php:
|
5720 |
msgid "Multiple Day Events"
|
5721 |
msgstr "Mehrtagesveranstaltung"
|
5722 |
|
5723 |
-
#: app/features/mec/settings.php:
|
5724 |
msgid "Show only first day on List/Grid/Slider skins"
|
5725 |
msgstr "Zeige nur den ersten Tag auf Listen/Raster(Grid)/Slider skins."
|
5726 |
|
5727 |
-
#: app/features/mec/settings.php:
|
5728 |
msgid "Show only first day on all skins"
|
5729 |
msgstr "Nur den ersten Tag in allen Ansichten zeigen"
|
5730 |
|
5731 |
-
#: app/features/mec/settings.php:
|
5732 |
msgid "Show all days"
|
5733 |
msgstr "Alle Tage anzeigen"
|
5734 |
|
5735 |
-
#: app/features/mec/settings.php:
|
5736 |
msgid ""
|
5737 |
"For showing all days of multiple day events on frontend or only show the "
|
5738 |
"first day."
|
@@ -5740,68 +5797,68 @@ msgstr ""
|
|
5740 |
"Um alle Tage anzuzeigen bei Events über mehrere Tage im Frontend oder nur "
|
5741 |
"den ersten Tag anzeigen"
|
5742 |
|
5743 |
-
#: app/features/mec/settings.php:
|
5744 |
msgid "Remove MEC Data on Plugin Uninstall"
|
5745 |
msgstr "Entfernen von MEC Data auf dem Plugin Deinstallierer"
|
5746 |
|
5747 |
-
#: app/features/mec/settings.php:
|
5748 |
#, fuzzy
|
5749 |
#| msgid "No Search Options"
|
5750 |
msgid "Sender Name"
|
5751 |
msgstr "Keine Suchoptionen"
|
5752 |
|
5753 |
-
#: app/features/mec/settings.php:
|
5754 |
msgid "e.g. Webnus"
|
5755 |
msgstr "z.B. Webnus"
|
5756 |
|
5757 |
-
#: app/features/mec/settings.php:
|
5758 |
msgid "Sender Email"
|
5759 |
msgstr "Absender (E-Mail)"
|
5760 |
|
5761 |
-
#: app/features/mec/settings.php:
|
5762 |
msgid "e.g. info@webnus.biz"
|
5763 |
msgstr "z.B. info@webnus.biz"
|
5764 |
|
5765 |
-
#: app/features/mec/settings.php:
|
5766 |
msgid "Exclude Date Suffix"
|
5767 |
msgstr "Ausschlussdatum Suffix"
|
5768 |
|
5769 |
-
#: app/features/mec/settings.php:
|
5770 |
msgid "Remove suffix from calendars"
|
5771 |
msgstr "Suffix aus den Kalendern entfernen"
|
5772 |
|
5773 |
-
#: app/features/mec/settings.php:
|
5774 |
#, fuzzy
|
5775 |
#| msgid "Remove suffix from calendars"
|
5776 |
msgid "Remove \"Th\" on calendar"
|
5777 |
msgstr "Suffix aus den Kalendern entfernen"
|
5778 |
|
5779 |
-
#: app/features/mec/settings.php:
|
5780 |
msgid ""
|
5781 |
"Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
|
5782 |
"showing just '12' )"
|
5783 |
msgstr ""
|
5784 |
|
5785 |
-
#: app/features/mec/settings.php:
|
5786 |
msgid "Schema"
|
5787 |
msgstr ""
|
5788 |
|
5789 |
-
#: app/features/mec/settings.php:
|
5790 |
#, fuzzy
|
5791 |
#| msgid "Enable coupons module"
|
5792 |
msgid "Enable Schema Code"
|
5793 |
msgstr "Gutscheinmodul aktivieren"
|
5794 |
|
5795 |
-
#: app/features/mec/settings.php:
|
5796 |
msgid "You can enable/disable Schema scripts"
|
5797 |
msgstr ""
|
5798 |
|
5799 |
-
#: app/features/mec/settings.php:
|
5800 |
-
#: app/libraries/main.php:
|
5801 |
msgid "Weekdays"
|
5802 |
msgstr "Wochentage"
|
5803 |
|
5804 |
-
#: app/features/mec/settings.php:
|
5805 |
#, fuzzy
|
5806 |
#| msgid ""
|
5807 |
#| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
|
@@ -5814,11 +5871,11 @@ msgstr ""
|
|
5814 |
"Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
|
5815 |
"Donnerstag und Freitag gesetzt."
|
5816 |
|
5817 |
-
#: app/features/mec/settings.php:
|
5818 |
msgid "Weekends"
|
5819 |
msgstr "Wochenenden"
|
5820 |
|
5821 |
-
#: app/features/mec/settings.php:
|
5822 |
#, fuzzy
|
5823 |
#| msgid ""
|
5824 |
#| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
|
@@ -5831,152 +5888,152 @@ msgstr ""
|
|
5831 |
"Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
|
5832 |
"Donnerstag und Freitag gesetzt."
|
5833 |
|
5834 |
-
#: app/features/mec/settings.php:
|
5835 |
#, fuzzy
|
5836 |
#| msgid "Date Format"
|
5837 |
msgid "Datepicker Format"
|
5838 |
msgstr "Datumsformat"
|
5839 |
|
5840 |
-
#: app/features/mec/settings.php:
|
5841 |
msgid "(Y-m-d)"
|
5842 |
msgstr ""
|
5843 |
|
5844 |
-
#: app/features/mec/settings.php:
|
5845 |
msgid "(d-m-Y)"
|
5846 |
msgstr ""
|
5847 |
|
5848 |
-
#: app/features/mec/settings.php:
|
5849 |
msgid "(Y/m/d)"
|
5850 |
msgstr ""
|
5851 |
|
5852 |
-
#: app/features/mec/settings.php:
|
5853 |
msgid "(m/d/Y)"
|
5854 |
msgstr ""
|
5855 |
|
5856 |
-
#: app/features/mec/settings.php:
|
5857 |
msgid "(Y.m.d)"
|
5858 |
msgstr ""
|
5859 |
|
5860 |
-
#: app/features/mec/settings.php:
|
5861 |
msgid "(d.m.Y)"
|
5862 |
msgstr ""
|
5863 |
|
5864 |
-
#: app/features/mec/settings.php:
|
5865 |
msgid "Midnight Hour"
|
5866 |
msgstr "Mitternacht"
|
5867 |
|
5868 |
-
#: app/features/mec/settings.php:
|
5869 |
msgid "12 AM"
|
5870 |
msgstr "00:00"
|
5871 |
|
5872 |
-
#: app/features/mec/settings.php:
|
5873 |
msgid "1 AM"
|
5874 |
msgstr "01:00"
|
5875 |
|
5876 |
-
#: app/features/mec/settings.php:
|
5877 |
msgid "2 AM"
|
5878 |
msgstr "02:00"
|
5879 |
|
5880 |
-
#: app/features/mec/settings.php:
|
5881 |
msgid "3 AM"
|
5882 |
msgstr "03:00"
|
5883 |
|
5884 |
-
#: app/features/mec/settings.php:
|
5885 |
msgid "4 AM"
|
5886 |
msgstr "04:00"
|
5887 |
|
5888 |
-
#: app/features/mec/settings.php:
|
5889 |
msgid "5 AM"
|
5890 |
msgstr "05:00"
|
5891 |
|
5892 |
-
#: app/features/mec/settings.php:
|
5893 |
msgid ""
|
5894 |
"12 AM is midnight by default but you can change it if your event ends after "
|
5895 |
"12 AM and you don't want those events considered as multiple days events!"
|
5896 |
msgstr ""
|
5897 |
|
5898 |
-
#: app/features/mec/settings.php:
|
5899 |
#, fuzzy
|
5900 |
#| msgid "Add Shortcode"
|
5901 |
msgid "Open \"Add Event\" as Popup"
|
5902 |
msgstr "Shortcode hinzufügen"
|
5903 |
|
5904 |
-
#: app/features/mec/settings.php:
|
5905 |
#, fuzzy
|
5906 |
#| msgid "Enabled"
|
5907 |
msgid "Enable"
|
5908 |
msgstr "Aktiviert"
|
5909 |
|
5910 |
-
#: app/features/mec/settings.php:
|
5911 |
#, fuzzy
|
5912 |
#| msgid "Add Shortcode"
|
5913 |
msgid "Open \"Add Shortcode\" as Popup"
|
5914 |
msgstr "Shortcode hinzufügen"
|
5915 |
|
5916 |
-
#: app/features/mec/settings.php:
|
5917 |
msgid "Archive Pages"
|
5918 |
msgstr ""
|
5919 |
|
5920 |
-
#: app/features/mec/settings.php:
|
5921 |
msgid "Archive Page Title"
|
5922 |
msgstr "Titel der Archivseite"
|
5923 |
|
5924 |
-
#: app/features/mec/settings.php:
|
5925 |
#, fuzzy
|
5926 |
#| msgid "Default value is Events"
|
5927 |
msgid "Default value is Events - It's title of the page"
|
5928 |
msgstr "Der Standardwert ist Ereignisse (Events)"
|
5929 |
|
5930 |
-
#: app/features/mec/settings.php:
|
5931 |
msgid "Archive Page Skin"
|
5932 |
msgstr "Skin Seite Archiv"
|
5933 |
|
5934 |
-
#: app/features/mec/settings.php:
|
5935 |
#, fuzzy
|
5936 |
#| msgid "Edit shortcodes"
|
5937 |
msgid "Put shortcode..."
|
5938 |
msgstr "Shortcode ändern"
|
5939 |
|
5940 |
-
#: app/features/mec/settings.php:
|
5941 |
-
#: app/features/mec/settings.php:
|
5942 |
-
#: app/features/mec/settings.php:
|
5943 |
-
#: app/features/mec/settings.php:
|
5944 |
-
#: app/features/mec/settings.php:
|
5945 |
#, fuzzy
|
5946 |
#| msgid "The event is ongoing."
|
5947 |
msgid "There is no skins"
|
5948 |
msgstr "Die Veranstaltung ist im Gange."
|
5949 |
|
5950 |
-
#: app/features/mec/settings.php:
|
5951 |
#: app/features/mec/single.php:73
|
5952 |
msgid "Modern Style"
|
5953 |
msgstr "Moderner Stil"
|
5954 |
|
5955 |
-
#: app/features/mec/settings.php:
|
5956 |
msgid "colorful"
|
5957 |
msgstr "Farbenfroh"
|
5958 |
|
5959 |
-
#: app/features/mec/settings.php:
|
5960 |
#, fuzzy
|
5961 |
#| msgid "Plain Style"
|
5962 |
msgid "Clean Style"
|
5963 |
msgstr "Einfacher schlichter Stil"
|
5964 |
|
5965 |
-
#: app/features/mec/settings.php:
|
5966 |
#, fuzzy
|
5967 |
#| msgid "Default value is Calendar/Monthly View"
|
5968 |
msgid "Default value is Calendar/Monthly View, But you can change it "
|
5969 |
msgstr "Der Standardwert ist Kalender / Monatsansicht"
|
5970 |
|
5971 |
-
#: app/features/mec/settings.php:
|
5972 |
msgid "See Demo"
|
5973 |
msgstr ""
|
5974 |
|
5975 |
-
#: app/features/mec/settings.php:
|
5976 |
msgid "Category Page Skin"
|
5977 |
msgstr "Kategorie Seiten Skin"
|
5978 |
|
5979 |
-
#: app/features/mec/settings.php:
|
5980 |
#, fuzzy
|
5981 |
#| msgid "Default value is Calendar/Monthly View"
|
5982 |
msgid ""
|
@@ -5984,23 +6041,23 @@ msgid ""
|
|
5984 |
"categories."
|
5985 |
msgstr "Der Standardwert ist Kalender / Monatsansicht"
|
5986 |
|
5987 |
-
#: app/features/mec/settings.php:
|
5988 |
msgid "Category Events Method"
|
5989 |
msgstr ""
|
5990 |
|
5991 |
-
#: app/features/mec/settings.php:
|
5992 |
msgid "Default value is Upcoming Events"
|
5993 |
msgstr ""
|
5994 |
|
5995 |
-
#: app/features/mec/settings.php:
|
5996 |
msgid "Events Archive Status"
|
5997 |
msgstr "Events Archiv Status"
|
5998 |
|
5999 |
-
#: app/features/mec/settings.php:
|
6000 |
msgid "Enabled (Recommended)"
|
6001 |
msgstr "Ist aktiviert (empfohlen)"
|
6002 |
|
6003 |
-
#: app/features/mec/settings.php:
|
6004 |
msgid ""
|
6005 |
"If you disable it, then you should create a page as archive page of MEC. "
|
6006 |
"Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
|
@@ -6010,18 +6067,18 @@ msgstr ""
|
|
6010 |
"erstellen. Page´s slug muss gleich sein wie \"Main Slug\" von MEC. Außerdem "
|
6011 |
"werden alle MEC-Rewrite-Regeln deaktiviert."
|
6012 |
|
6013 |
-
#: app/features/mec/settings.php:
|
6014 |
msgid "Main Slug"
|
6015 |
msgstr "Main Slug"
|
6016 |
|
6017 |
-
#: app/features/mec/settings.php:
|
6018 |
msgid ""
|
6019 |
"Default value is events. You can not have a page with this name. MEC allows "
|
6020 |
"you to create custom URLs for the permalinks and archives to enhance the "
|
6021 |
"applicability and forward-compatibility of the links."
|
6022 |
msgstr ""
|
6023 |
|
6024 |
-
#: app/features/mec/settings.php:
|
6025 |
#, fuzzy
|
6026 |
#| msgid ""
|
6027 |
#| "Default value is events. Valid characters are lowercase a-z, - character "
|
@@ -6031,11 +6088,11 @@ msgstr ""
|
|
6031 |
"Standardwert ist Events. Gültige Zeichen sind Kleinbuchstaben a-z, - Zeichen "
|
6032 |
"und Zahlen."
|
6033 |
|
6034 |
-
#: app/features/mec/settings.php:
|
6035 |
msgid "Category Slug"
|
6036 |
msgstr "Category Slug"
|
6037 |
|
6038 |
-
#: app/features/mec/settings.php:
|
6039 |
#, fuzzy
|
6040 |
#| msgid ""
|
6041 |
#| "It's slug of MEC categories, you can change it to events-cat or something "
|
@@ -6051,94 +6108,94 @@ msgstr ""
|
|
6051 |
"für den link. Zum Beispiel example.com/events-cat oder example.com/mec-"
|
6052 |
"category"
|
6053 |
|
6054 |
-
#: app/features/mec/settings.php:
|
6055 |
msgid "Currency"
|
6056 |
msgstr "Währung"
|
6057 |
|
6058 |
-
#: app/features/mec/settings.php:
|
6059 |
msgid "Currency Sign"
|
6060 |
msgstr "Währungssymbol"
|
6061 |
|
6062 |
-
#: app/features/mec/settings.php:
|
6063 |
msgid "Default value will be \"currency\" if you leave it empty."
|
6064 |
msgstr "Standardwert wird \"currency\" sein wenn Sie es leer lassen"
|
6065 |
|
6066 |
-
#: app/features/mec/settings.php:
|
6067 |
msgid "Currency Position"
|
6068 |
msgstr "Position des Währungssymbols"
|
6069 |
|
6070 |
-
#: app/features/mec/settings.php:
|
6071 |
msgid "Before $10"
|
6072 |
msgstr "Vor €10"
|
6073 |
|
6074 |
-
#: app/features/mec/settings.php:
|
6075 |
msgid "After 10$"
|
6076 |
msgstr "Nach 10€"
|
6077 |
|
6078 |
-
#: app/features/mec/settings.php:
|
6079 |
msgid "Thousand Separator"
|
6080 |
msgstr "Tausendertrennzeichen"
|
6081 |
|
6082 |
-
#: app/features/mec/settings.php:
|
6083 |
msgid "Decimal Separator"
|
6084 |
msgstr "Dezimaltrennzeichen"
|
6085 |
|
6086 |
-
#: app/features/mec/settings.php:
|
6087 |
msgid "No decimal"
|
6088 |
msgstr "Keine Dezimale"
|
6089 |
|
6090 |
-
#: app/features/mec/settings.php:
|
6091 |
msgid "Enable Google Recaptcha"
|
6092 |
msgstr "Google Recaptcha aktivieren"
|
6093 |
|
6094 |
-
#: app/features/mec/settings.php:
|
6095 |
msgid "Enable on booking form"
|
6096 |
msgstr "Auf dem Buchungsformular aktivieren"
|
6097 |
|
6098 |
-
#: app/features/mec/settings.php:
|
6099 |
#, fuzzy
|
6100 |
#| msgid "Enable on \"Frontend Event Submittion\" form"
|
6101 |
msgid "Enable on \"Frontend Event Submission\" form"
|
6102 |
msgstr "Aktivieren auf dem \"Frontend Event Submittion\" Formular"
|
6103 |
|
6104 |
-
#: app/features/mec/settings.php:
|
6105 |
msgid "Site Key"
|
6106 |
msgstr "Site Key (Seitenschlüssel)"
|
6107 |
|
6108 |
-
#: app/features/mec/settings.php:
|
6109 |
msgid "Secret Key"
|
6110 |
msgstr "Geheimschlüssel"
|
6111 |
|
6112 |
-
#: app/features/mec/settings.php:
|
6113 |
msgid "Time Format"
|
6114 |
msgstr "Zeitformat"
|
6115 |
|
6116 |
-
#: app/features/mec/settings.php:
|
6117 |
msgid "12 hours format with AM/PM"
|
6118 |
msgstr "12-Stunden-Format mit AM/FM"
|
6119 |
|
6120 |
-
#: app/features/mec/settings.php:
|
6121 |
msgid "24 hours format"
|
6122 |
msgstr "24-Stunden-Format"
|
6123 |
|
6124 |
-
#: app/features/mec/settings.php:
|
6125 |
msgid "This option, affects the selection of Start/End time."
|
6126 |
msgstr ""
|
6127 |
|
6128 |
-
#: app/features/mec/settings.php:
|
6129 |
msgid "Events List Page"
|
6130 |
msgstr "Seite Liste der Veranstaltungen"
|
6131 |
|
6132 |
-
#: app/features/mec/settings.php:
|
6133 |
#, php-format
|
6134 |
msgid "Put %s shortcode into the page."
|
6135 |
msgstr "%s shortcode in die Seite einfügen"
|
6136 |
|
6137 |
-
#: app/features/mec/settings.php:
|
6138 |
msgid "Add/Edit Events Page"
|
6139 |
msgstr "Veranstaltungsseite hinzufügen/bearbeiten"
|
6140 |
|
6141 |
-
#: app/features/mec/settings.php:
|
6142 |
#, fuzzy
|
6143 |
#| msgid ""
|
6144 |
#| "User redirects to this page after new event submission. Leave it empty if "
|
@@ -6150,21 +6207,21 @@ msgstr ""
|
|
6150 |
"Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
|
6151 |
"es leer, wenn Sie es deaktivieren möchten."
|
6152 |
|
6153 |
-
#: app/features/mec/settings.php:
|
6154 |
#, fuzzy
|
6155 |
#| msgid "Amount (Per Ticket)"
|
6156 |
msgid "Maximum File Size"
|
6157 |
msgstr "Betrag (pro Ticket)"
|
6158 |
|
6159 |
-
#: app/features/mec/settings.php:
|
6160 |
msgid "in KB"
|
6161 |
msgstr ""
|
6162 |
|
6163 |
-
#: app/features/mec/settings.php:
|
6164 |
msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
|
6165 |
msgstr ""
|
6166 |
|
6167 |
-
#: app/features/mec/settings.php:
|
6168 |
#, fuzzy
|
6169 |
#| msgid "Enable event submission by guest (Not logged-in) users"
|
6170 |
msgid "Enable event submission by guest (Not logged in) users"
|
@@ -6172,48 +6229,48 @@ msgstr ""
|
|
6172 |
"Das Erstellen von Veranstaltungen durch Gäste (nicht angemeldete Nutzer) "
|
6173 |
"erlauben"
|
6174 |
|
6175 |
-
#: app/features/mec/settings.php:
|
6176 |
msgid "Enable mandatory email and name for guest user"
|
6177 |
msgstr ""
|
6178 |
"Aktivieren Sie die obligatorische E-Mail und den Namen für Gastbenutzer"
|
6179 |
|
6180 |
-
#: app/features/mec/settings.php:
|
6181 |
msgid "Frontend Event Submission Sections"
|
6182 |
msgstr "Frontend Veranstaltungen Einreichung Sektionen"
|
6183 |
|
6184 |
-
#: app/features/mec/settings.php:
|
6185 |
#, fuzzy
|
6186 |
#| msgid "Event Details"
|
6187 |
msgid "Event Data Fields"
|
6188 |
msgstr "Veranstaltungsdetails"
|
6189 |
|
6190 |
-
#: app/features/mec/settings.php:
|
6191 |
msgid "Event Categories"
|
6192 |
msgstr "Veranstaltungskategorien"
|
6193 |
|
6194 |
-
#: app/features/mec/settings.php:
|
6195 |
msgid "Event Labels"
|
6196 |
msgstr "Event Labels"
|
6197 |
|
6198 |
-
#: app/features/mec/settings.php:
|
6199 |
msgid "Event Tags"
|
6200 |
msgstr "Event Schlagworte"
|
6201 |
|
6202 |
-
#: app/features/mec/settings.php:
|
6203 |
msgid "Event Organizer"
|
6204 |
msgstr "Veranstaltungsmanager"
|
6205 |
|
6206 |
-
#: app/features/mec/settings.php:
|
6207 |
#, fuzzy
|
6208 |
#| msgid "Fees/Taxes Options"
|
6209 |
msgid "Fees / Taxes Options"
|
6210 |
msgstr "Gebühren/Steuer Optionen"
|
6211 |
|
6212 |
-
#: app/features/mec/settings.php:
|
6213 |
msgid "SEO Schema"
|
6214 |
msgstr ""
|
6215 |
|
6216 |
-
#: app/features/mec/settings.php:
|
6217 |
#, php-format
|
6218 |
msgid ""
|
6219 |
"Users can put a note for editors while they're submitting the event. Also "
|
@@ -6225,108 +6282,108 @@ msgstr ""
|
|
6225 |
"Eventbenachrichtigung setzen, um die Notizen der Benutzer in der E-Mail zu "
|
6226 |
"erhalten."
|
6227 |
|
6228 |
-
#: app/features/mec/settings.php:
|
6229 |
#, fuzzy
|
6230 |
#| msgid "Visibility"
|
6231 |
msgid "Note visibility"
|
6232 |
msgstr "Sichtbarkeit"
|
6233 |
|
6234 |
-
#: app/features/mec/settings.php:
|
6235 |
msgid "Always"
|
6236 |
msgstr "Immer"
|
6237 |
|
6238 |
-
#: app/features/mec/settings.php:
|
6239 |
msgid "While event is not published"
|
6240 |
msgstr "Das Ereignis wird nicht veröffentlicht"
|
6241 |
|
6242 |
-
#: app/features/mec/settings.php:
|
6243 |
msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
|
6244 |
msgstr ""
|
6245 |
"Die Ereignisnotiz wird im Frontend-Einreichungsformular angezeigt und das "
|
6246 |
"Ereignis im Backend bearbeitet."
|
6247 |
|
6248 |
-
#: app/features/mec/settings.php:
|
6249 |
msgid "User Profile"
|
6250 |
msgstr "Benutzer Profil"
|
6251 |
|
6252 |
-
#: app/features/mec/settings.php:
|
6253 |
#, php-format
|
6254 |
msgid ""
|
6255 |
"Put %s shortcode into your desired page. Then users are able to see the "
|
6256 |
"history of their bookings."
|
6257 |
msgstr ""
|
6258 |
|
6259 |
-
#: app/features/mec/settings.php:
|
6260 |
msgid "Search Bar"
|
6261 |
msgstr "Suche"
|
6262 |
|
6263 |
-
#: app/features/mec/settings.php:
|
6264 |
#, php-format
|
6265 |
msgid ""
|
6266 |
"Put %s shortcode into your desired page. Then users are able to search events"
|
6267 |
msgstr ""
|
6268 |
|
6269 |
-
#: app/features/mec/settings.php:
|
6270 |
msgid "Ajax Live mode"
|
6271 |
msgstr ""
|
6272 |
|
6273 |
-
#: app/features/mec/settings.php:
|
6274 |
msgid "Ajax mode"
|
6275 |
msgstr ""
|
6276 |
|
6277 |
-
#: app/features/mec/settings.php:
|
6278 |
msgid ""
|
6279 |
"if you enable this option, the search button will disappear. To use this "
|
6280 |
"feature, text input field must be enabled."
|
6281 |
msgstr ""
|
6282 |
|
6283 |
-
#: app/features/mec/settings.php:
|
6284 |
#, fuzzy
|
6285 |
#| msgid "Modern Style"
|
6286 |
msgid "Modern Type"
|
6287 |
msgstr "Moderner Stil"
|
6288 |
|
6289 |
-
#: app/features/mec/settings.php:
|
6290 |
msgid "Search bar fields"
|
6291 |
msgstr "Such Felder"
|
6292 |
|
6293 |
-
#: app/features/mec/settings.php:
|
6294 |
#, fuzzy
|
6295 |
#| msgid "Text Input"
|
6296 |
msgid "Text input"
|
6297 |
msgstr "Text eingeben"
|
6298 |
|
6299 |
-
#: app/features/mec/settings.php:
|
6300 |
msgid "Enable Mailchimp Integration"
|
6301 |
msgstr "Mailchimp Integration deaktivieren"
|
6302 |
|
6303 |
-
#: app/features/mec/settings.php:
|
6304 |
-
#: app/features/mec/settings.php:
|
6305 |
-
#: app/features/mec/settings.php:
|
6306 |
msgid "API Key"
|
6307 |
msgstr "API Schlüssel"
|
6308 |
|
6309 |
-
#: app/features/mec/settings.php:
|
6310 |
-
#: app/features/mec/settings.php:
|
6311 |
-
#: app/features/mec/settings.php:
|
6312 |
msgid "List ID"
|
6313 |
msgstr "List ID"
|
6314 |
|
6315 |
-
#: app/features/mec/settings.php:
|
6316 |
msgid "Subscription Status"
|
6317 |
msgstr "Buchungsstatus"
|
6318 |
|
6319 |
-
#: app/features/mec/settings.php:
|
6320 |
msgid "Subscribe automatically"
|
6321 |
msgstr "automatisch Anmelden/Abonnieren"
|
6322 |
|
6323 |
-
#: app/features/mec/settings.php:
|
6324 |
msgid "Subscribe by verification"
|
6325 |
msgstr ""
|
6326 |
"Anmelden/Abonnieren durch Bestätigung\n"
|
6327 |
" "
|
6328 |
|
6329 |
-
#: app/features/mec/settings.php:
|
6330 |
#, fuzzy
|
6331 |
#| msgid ""
|
6332 |
#| "If you choose \"Subscribe by verification\" then an email will send to "
|
@@ -6338,87 +6395,87 @@ msgstr ""
|
|
6338 |
"Wenn Sie \"Anmelden durch Verifizierung\" wählen, wird eine E-Mail an den "
|
6339 |
"Benutzer per Mailchimp zur Bestätigung gesendet."
|
6340 |
|
6341 |
-
#: app/features/mec/settings.php:
|
6342 |
#, fuzzy
|
6343 |
#| msgid "Mailchimp Integration"
|
6344 |
msgid "Campaign Monitor Integration"
|
6345 |
msgstr "Mailchimp Integration"
|
6346 |
|
6347 |
-
#: app/features/mec/settings.php:
|
6348 |
#, fuzzy
|
6349 |
#| msgid "Enable Mailchimp Integration"
|
6350 |
msgid "Enable Campaign Monitor Integration"
|
6351 |
msgstr "Mailchimp Integration deaktivieren"
|
6352 |
|
6353 |
-
#: app/features/mec/settings.php:
|
6354 |
#, fuzzy
|
6355 |
#| msgid "Mailchimp Integration"
|
6356 |
msgid "MailerLite Integration"
|
6357 |
msgstr "Mailchimp Integration"
|
6358 |
|
6359 |
-
#: app/features/mec/settings.php:
|
6360 |
#, fuzzy
|
6361 |
#| msgid "Enable Mailchimp Integration"
|
6362 |
msgid "Enable MailerLite Integration"
|
6363 |
msgstr "Mailchimp Integration deaktivieren"
|
6364 |
|
6365 |
-
#: app/features/mec/settings.php:
|
6366 |
msgid "Group ID"
|
6367 |
msgstr "Gruppen ID "
|
6368 |
|
6369 |
-
#: app/features/mec/settings.php:
|
6370 |
#, fuzzy
|
6371 |
#| msgid "BuddyPress Integration"
|
6372 |
msgid "Constant Contact Integration"
|
6373 |
msgstr "Buddy Press Integration"
|
6374 |
|
6375 |
-
#: app/features/mec/settings.php:
|
6376 |
#, fuzzy
|
6377 |
#| msgid "Enable Mailchimp Integration"
|
6378 |
msgid "Enable constantcontact Integration"
|
6379 |
msgstr "Mailchimp Integration deaktivieren"
|
6380 |
|
6381 |
-
#: app/features/mec/settings.php:
|
6382 |
#, fuzzy
|
6383 |
#| msgid "Mailchimp Integration"
|
6384 |
msgid "Active Campaign Integration"
|
6385 |
msgstr "Mailchimp Integration"
|
6386 |
|
6387 |
-
#: app/features/mec/settings.php:
|
6388 |
#, fuzzy
|
6389 |
#| msgid "Enable Mailchimp Integration"
|
6390 |
msgid "Enable Active Campaign Integration"
|
6391 |
msgstr "Mailchimp Integration deaktivieren"
|
6392 |
|
6393 |
-
#: app/features/mec/settings.php:
|
6394 |
msgid "API URL"
|
6395 |
msgstr ""
|
6396 |
|
6397 |
-
#: app/features/mec/settings.php:
|
6398 |
#, fuzzy
|
6399 |
#| msgid "Filter Options"
|
6400 |
msgid "Upload Field Options"
|
6401 |
msgstr "Filteroptionen"
|
6402 |
|
6403 |
-
#: app/features/mec/settings.php:
|
6404 |
msgid "Mime types"
|
6405 |
msgstr ""
|
6406 |
|
6407 |
-
#: app/features/mec/settings.php:
|
6408 |
msgid "Split mime types with \",\"."
|
6409 |
msgstr ""
|
6410 |
|
6411 |
-
#: app/features/mec/settings.php:
|
6412 |
msgid "Default: jpeg,jpg,png,pdf"
|
6413 |
msgstr ""
|
6414 |
|
6415 |
-
#: app/features/mec/settings.php:
|
6416 |
#, fuzzy
|
6417 |
#| msgid "Amount (Per Ticket)"
|
6418 |
msgid "Maximum file size"
|
6419 |
msgstr "Betrag (pro Ticket)"
|
6420 |
|
6421 |
-
#: app/features/mec/settings.php:
|
6422 |
msgid "The unit is Megabyte \"MB\""
|
6423 |
msgstr ""
|
6424 |
|
@@ -6544,7 +6601,7 @@ msgstr ""
|
|
6544 |
msgid "Custom Fields"
|
6545 |
msgstr "Benutzerdefinierte Stile"
|
6546 |
|
6547 |
-
#: app/features/mec/single.php:184 app/libraries/main.php:
|
6548 |
msgid "URL"
|
6549 |
msgstr ""
|
6550 |
|
@@ -7344,8 +7401,8 @@ msgstr "z.B.. max@mustermann.com"
|
|
7344 |
msgid "eg. https://webnus.net"
|
7345 |
msgstr "http://webnus.net"
|
7346 |
|
7347 |
-
#: app/features/organizers.php:312 app/libraries/main.php:
|
7348 |
-
#: app/libraries/main.php:
|
7349 |
msgid "Other Organizers"
|
7350 |
msgstr "Andere Veranstalter"
|
7351 |
|
@@ -7423,7 +7480,7 @@ msgstr ""
|
|
7423 |
|
7424 |
#: app/features/popup/event.php:262 app/features/popup/shortcode.php:546
|
7425 |
#: app/modules/booking/steps/form.php:254
|
7426 |
-
#: app/modules/booking/steps/tickets.php:
|
7427 |
#: app/skins/countdown/tpl.php:163 app/skins/countdown/tpl.php:210
|
7428 |
msgid "Next"
|
7429 |
msgstr "Weiter"
|
@@ -7535,7 +7592,7 @@ msgstr "Neuen Shortcode hinzufügen"
|
|
7535 |
msgid "Please %s/%s in order to see your bookings / profile."
|
7536 |
msgstr "Um neue Veranstaltungen einzugeben, bitte %s/%s"
|
7537 |
|
7538 |
-
#: app/features/profile/profile.php:20 app/libraries/main.php:
|
7539 |
msgid "Your booking already canceled!"
|
7540 |
msgstr "Ihre Buchung wurde bereits storniert."
|
7541 |
|
@@ -7543,11 +7600,11 @@ msgstr "Ihre Buchung wurde bereits storniert."
|
|
7543 |
msgid "#"
|
7544 |
msgstr ""
|
7545 |
|
7546 |
-
#: app/features/profile/profile.php:61 app/libraries/main.php:
|
7547 |
msgid "Status"
|
7548 |
msgstr ""
|
7549 |
|
7550 |
-
#: app/features/profile/profile.php:64 app/libraries/main.php:
|
7551 |
msgid "Attendees"
|
7552 |
msgstr "Teilnehmer"
|
7553 |
|
@@ -7672,14 +7729,14 @@ msgstr "Suche %s"
|
|
7672 |
msgid "No search result."
|
7673 |
msgstr "Kein Suchergebnis"
|
7674 |
|
7675 |
-
#: app/features/search_bar/search_result.php:12 app/libraries/main.php:
|
7676 |
-
#: app/libraries/main.php:
|
7677 |
-
#: app/libraries/render.php:516 app/
|
7678 |
-
#: app/modules/local-time/
|
7679 |
-
#: app/modules/local-time/
|
7680 |
-
#: app/
|
7681 |
-
#: app/skins/single/default.php:
|
7682 |
-
#: app/skins/single/modern.php:219
|
7683 |
#, fuzzy
|
7684 |
#| msgid "Add Day"
|
7685 |
msgid "All Day"
|
@@ -7773,77 +7830,77 @@ msgstr "%s Preis"
|
|
7773 |
msgid "Discount"
|
7774 |
msgstr "Rabatt"
|
7775 |
|
7776 |
-
#: app/libraries/book.php:
|
7777 |
#: app/modules/booking/default.php:499
|
7778 |
msgid "Download Invoice"
|
7779 |
msgstr "Download Rechnung"
|
7780 |
|
7781 |
-
#: app/libraries/factory.php:
|
7782 |
msgid "M.E. Calendar"
|
7783 |
msgstr "M.E. Calender"
|
7784 |
|
7785 |
-
#: app/libraries/factory.php:
|
7786 |
msgctxt "plugin link"
|
7787 |
msgid "Upgrade to Pro Version"
|
7788 |
msgstr ""
|
7789 |
|
7790 |
-
#: app/libraries/factory.php:
|
7791 |
#, fuzzy
|
7792 |
#| msgid "Settings"
|
7793 |
msgctxt "plugin link"
|
7794 |
msgid "Settings"
|
7795 |
msgstr "Einstellungen"
|
7796 |
|
7797 |
-
#: app/libraries/factory.php:
|
7798 |
msgctxt "plugin link"
|
7799 |
msgid "Upgrade"
|
7800 |
msgstr ""
|
7801 |
|
7802 |
-
#: app/libraries/factory.php:
|
7803 |
msgid "day"
|
7804 |
msgstr "Tag"
|
7805 |
|
7806 |
-
#: app/libraries/factory.php:
|
7807 |
#: app/skins/available_spot/tpl.php:149 app/skins/countdown/tpl.php:131
|
7808 |
#: app/skins/countdown/tpl.php:177 app/skins/countdown/tpl.php:228
|
7809 |
msgid "days"
|
7810 |
msgstr "Tage"
|
7811 |
|
7812 |
-
#: app/libraries/factory.php:
|
7813 |
msgid "hour"
|
7814 |
msgstr "Stunde"
|
7815 |
|
7816 |
-
#: app/libraries/factory.php:
|
7817 |
#: app/skins/available_spot/tpl.php:153 app/skins/countdown/tpl.php:137
|
7818 |
#: app/skins/countdown/tpl.php:183 app/skins/countdown/tpl.php:234
|
7819 |
msgid "hours"
|
7820 |
msgstr "Stunden"
|
7821 |
|
7822 |
-
#: app/libraries/factory.php:
|
7823 |
msgid "minute"
|
7824 |
msgstr "Minute"
|
7825 |
|
7826 |
-
#: app/libraries/factory.php:
|
7827 |
#: app/skins/available_spot/tpl.php:157 app/skins/countdown/tpl.php:143
|
7828 |
#: app/skins/countdown/tpl.php:189 app/skins/countdown/tpl.php:240
|
7829 |
msgid "minutes"
|
7830 |
msgstr "Minuten"
|
7831 |
|
7832 |
-
#: app/libraries/factory.php:
|
7833 |
msgid "second"
|
7834 |
msgstr "Sekunde"
|
7835 |
|
7836 |
-
#: app/libraries/factory.php:
|
7837 |
#: app/skins/available_spot/tpl.php:161 app/skins/countdown/tpl.php:149
|
7838 |
#: app/skins/countdown/tpl.php:195 app/skins/countdown/tpl.php:246
|
7839 |
msgid "seconds"
|
7840 |
msgstr "Sekunden"
|
7841 |
|
7842 |
-
#: app/libraries/factory.php:
|
7843 |
msgid "MEC Single Sidebar"
|
7844 |
msgstr "MEC Single Sidebar"
|
7845 |
|
7846 |
-
#: app/libraries/factory.php:
|
7847 |
msgid "Custom sidebar for single and modal page of MEC."
|
7848 |
msgstr "Custom sidebar for single and modal page of MEC."
|
7849 |
|
@@ -7853,33 +7910,33 @@ msgstr ""
|
|
7853 |
"Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
|
7854 |
"Beitrag handelt."
|
7855 |
|
7856 |
-
#: app/libraries/main.php:332 app/libraries/main.php:
|
7857 |
-
#: app/libraries/main.php:
|
7858 |
msgid "Agenda View"
|
7859 |
msgstr "Agendaansicht"
|
7860 |
|
7861 |
-
#: app/libraries/main.php:333 app/libraries/main.php:
|
7862 |
-
#: app/libraries/main.php:
|
7863 |
msgid "Full Calendar"
|
7864 |
msgstr "Ganzer Kalender"
|
7865 |
|
7866 |
-
#: app/libraries/main.php:335 app/libraries/main.php:
|
7867 |
-
#: app/libraries/main.php:
|
7868 |
msgid "Calendar/Monthly View"
|
7869 |
msgstr "Kalender-/Monatsansicht"
|
7870 |
|
7871 |
-
#: app/libraries/main.php:338 app/libraries/main.php:
|
7872 |
-
#: app/libraries/main.php:
|
7873 |
msgid "Timetable View"
|
7874 |
msgstr "Stundenplan"
|
7875 |
|
7876 |
-
#: app/libraries/main.php:339 app/libraries/main.php:
|
7877 |
-
#: app/libraries/main.php:
|
7878 |
msgid "Masonry View"
|
7879 |
msgstr "Kachel Ansicht"
|
7880 |
|
7881 |
-
#: app/libraries/main.php:340 app/libraries/main.php:
|
7882 |
-
#: app/libraries/main.php:
|
7883 |
msgid "Map View"
|
7884 |
msgstr "Kartenansicht"
|
7885 |
|
@@ -7909,38 +7966,38 @@ msgstr "Slideransicht"
|
|
7909 |
msgid "Timeline View"
|
7910 |
msgstr "Stundenplan"
|
7911 |
|
7912 |
-
#: app/libraries/main.php:385 app/libraries/main.php:
|
7913 |
-
#: app/libraries/main.php:
|
7914 |
msgid "SU"
|
7915 |
msgstr "SO"
|
7916 |
|
7917 |
-
#: app/libraries/main.php:386 app/libraries/main.php:
|
7918 |
-
#: app/libraries/main.php:
|
7919 |
msgid "MO"
|
7920 |
msgstr "MO"
|
7921 |
|
7922 |
-
#: app/libraries/main.php:387 app/libraries/main.php:
|
7923 |
-
#: app/libraries/main.php:
|
7924 |
msgid "TU"
|
7925 |
msgstr "DI"
|
7926 |
|
7927 |
-
#: app/libraries/main.php:388 app/libraries/main.php:
|
7928 |
-
#: app/libraries/main.php:
|
7929 |
msgid "WE"
|
7930 |
msgstr "MI"
|
7931 |
|
7932 |
-
#: app/libraries/main.php:389 app/libraries/main.php:
|
7933 |
-
#: app/libraries/main.php:
|
7934 |
msgid "TH"
|
7935 |
msgstr "DO"
|
7936 |
|
7937 |
-
#: app/libraries/main.php:390 app/libraries/main.php:
|
7938 |
-
#: app/libraries/main.php:
|
7939 |
msgid "FR"
|
7940 |
msgstr "FR"
|
7941 |
|
7942 |
-
#: app/libraries/main.php:391 app/libraries/main.php:
|
7943 |
-
#: app/libraries/main.php:
|
7944 |
msgid "SA"
|
7945 |
msgstr "SA"
|
7946 |
|
@@ -7999,386 +8056,386 @@ msgid ""
|
|
7999 |
"events. Users can now log in to purchase tickets."
|
8000 |
msgstr ""
|
8001 |
|
8002 |
-
#: app/libraries/main.php:
|
8003 |
msgid "Events at this location"
|
8004 |
msgstr "Veranstaltungen an diesem Ort "
|
8005 |
|
8006 |
-
#: app/libraries/main.php:
|
8007 |
msgid "Event at this location"
|
8008 |
msgstr "Veranstaltung an diesem Ort "
|
8009 |
|
8010 |
-
#: app/libraries/main.php:
|
8011 |
msgid "Facebook"
|
8012 |
msgstr "Facebook"
|
8013 |
|
8014 |
-
#: app/libraries/main.php:
|
8015 |
msgid "Twitter"
|
8016 |
msgstr "Twitter"
|
8017 |
|
8018 |
-
#: app/libraries/main.php:
|
8019 |
msgid "Linkedin"
|
8020 |
msgstr "Linkedin"
|
8021 |
|
8022 |
-
#: app/libraries/main.php:
|
8023 |
msgid "VK"
|
8024 |
msgstr ""
|
8025 |
|
8026 |
-
#: app/libraries/main.php:
|
8027 |
msgid "Tumblr"
|
8028 |
msgstr ""
|
8029 |
|
8030 |
-
#: app/libraries/main.php:
|
8031 |
msgid "Pinterest"
|
8032 |
msgstr ""
|
8033 |
|
8034 |
-
#: app/libraries/main.php:
|
8035 |
msgid "Flipboard"
|
8036 |
msgstr ""
|
8037 |
|
8038 |
-
#: app/libraries/main.php:
|
8039 |
#, fuzzy
|
8040 |
#| msgid "Tickets"
|
8041 |
msgid "GetPocket"
|
8042 |
msgstr "Tickets"
|
8043 |
|
8044 |
-
#: app/libraries/main.php:
|
8045 |
msgid "Reddit"
|
8046 |
msgstr ""
|
8047 |
|
8048 |
-
#: app/libraries/main.php:
|
8049 |
msgid "WhatsApp"
|
8050 |
msgstr ""
|
8051 |
|
8052 |
-
#: app/libraries/main.php:
|
8053 |
msgid "Telegram"
|
8054 |
msgstr ""
|
8055 |
|
8056 |
-
#: app/libraries/main.php:
|
8057 |
msgid "Share on Facebook"
|
8058 |
msgstr "Teilen auf Facebook"
|
8059 |
|
8060 |
-
#: app/libraries/main.php:
|
8061 |
msgid "Tweet"
|
8062 |
msgstr "Tweet"
|
8063 |
|
8064 |
-
#: app/libraries/main.php:
|
8065 |
#, fuzzy
|
8066 |
#| msgid "Share on Facebook"
|
8067 |
msgid "Share on Tumblr"
|
8068 |
msgstr "Teilen auf Facebook"
|
8069 |
|
8070 |
-
#: app/libraries/main.php:
|
8071 |
msgid "Share on Pinterest"
|
8072 |
msgstr ""
|
8073 |
|
8074 |
-
#: app/libraries/main.php:
|
8075 |
#, fuzzy
|
8076 |
#| msgid "Share on Facebook"
|
8077 |
msgid "Share on Flipboard"
|
8078 |
msgstr "Teilen auf Facebook"
|
8079 |
|
8080 |
-
#: app/libraries/main.php:
|
8081 |
#, fuzzy
|
8082 |
#| msgid "Share on Facebook"
|
8083 |
msgid "Share on GetPocket"
|
8084 |
msgstr "Teilen auf Facebook"
|
8085 |
|
8086 |
-
#: app/libraries/main.php:
|
8087 |
#, fuzzy
|
8088 |
#| msgid "Share on Facebook"
|
8089 |
msgid "Share on Reddit"
|
8090 |
msgstr "Teilen auf Facebook"
|
8091 |
|
8092 |
-
#: app/libraries/main.php:
|
8093 |
msgid "Share on Telegram"
|
8094 |
msgstr ""
|
8095 |
|
8096 |
-
#: app/libraries/main.php:
|
8097 |
msgid "Share on WhatsApp"
|
8098 |
msgstr ""
|
8099 |
|
8100 |
-
#: app/libraries/main.php:
|
8101 |
#, fuzzy
|
8102 |
#| msgid "Shortcode"
|
8103 |
msgid "Custom Shortcode"
|
8104 |
msgstr "Shortcode"
|
8105 |
|
8106 |
-
#: app/libraries/main.php:
|
8107 |
msgid "Your booking already verified!"
|
8108 |
msgstr "Ihre Buchung wurde bereits verifiziert."
|
8109 |
|
8110 |
-
#: app/libraries/main.php:
|
8111 |
msgid "Your booking successfully verified."
|
8112 |
msgstr "Ihre Buchung wurde erfolgreich verifiziert."
|
8113 |
|
8114 |
-
#: app/libraries/main.php:
|
8115 |
msgid "Your booking cannot verify!"
|
8116 |
msgstr "Ihre Buchung kann nicht verifiziert werden!"
|
8117 |
|
8118 |
-
#: app/libraries/main.php:
|
8119 |
msgid "Your booking successfully canceled."
|
8120 |
msgstr "Ihre Buchung wurde erfolgreich storniert."
|
8121 |
|
8122 |
-
#: app/libraries/main.php:
|
8123 |
msgid "Your booking cannot be canceled."
|
8124 |
msgstr "Ihre Buchung kann nicht storniert werden."
|
8125 |
|
8126 |
-
#: app/libraries/main.php:
|
8127 |
msgid "You canceled the payment successfully."
|
8128 |
msgstr "Sie haben die Zahlung erfolgreich storniert."
|
8129 |
|
8130 |
-
#: app/libraries/main.php:
|
8131 |
msgid "You returned from payment gateway successfully."
|
8132 |
msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
|
8133 |
|
8134 |
-
#: app/libraries/main.php:
|
8135 |
msgid "Cannot find the invoice!"
|
8136 |
msgstr "Die Buchung kann nicht gefunden werden."
|
8137 |
|
8138 |
-
#: app/libraries/main.php:
|
8139 |
msgid "Invoice is invalid."
|
8140 |
msgstr "Die Buchung ist ungültig."
|
8141 |
|
8142 |
-
#: app/libraries/main.php:
|
8143 |
msgid ""
|
8144 |
"Your booking still is not confirmed. You can download it after confirmation!"
|
8145 |
msgstr ""
|
8146 |
|
8147 |
-
#: app/libraries/main.php:
|
8148 |
msgid "Booking Not Confirmed."
|
8149 |
msgstr "Die Buchung ist nicht Bestätigt."
|
8150 |
|
8151 |
-
#: app/libraries/main.php:
|
8152 |
msgid "Cannot find the booking!"
|
8153 |
msgstr "Die Buchung kann nicht gefunden werden!"
|
8154 |
|
8155 |
-
#: app/libraries/main.php:
|
8156 |
msgid "Booking is invalid."
|
8157 |
msgstr "Buchung ist ungültig."
|
8158 |
|
8159 |
-
#: app/libraries/main.php:
|
8160 |
#, php-format
|
8161 |
msgid "%s Invoice"
|
8162 |
msgstr "% s Rechnung"
|
8163 |
|
8164 |
-
#: app/libraries/main.php:
|
8165 |
#, fuzzy
|
8166 |
#| msgid "Date And Time"
|
8167 |
msgid "Date & Time"
|
8168 |
msgstr "Datum und Uhrzeit"
|
8169 |
|
8170 |
-
#: app/libraries/main.php:
|
8171 |
#, fuzzy
|
8172 |
#| msgid "Booking Price"
|
8173 |
msgid "Booking Fields"
|
8174 |
msgstr "Buchungspreis"
|
8175 |
|
8176 |
-
#: app/libraries/main.php:
|
8177 |
msgid "Billing"
|
8178 |
msgstr "Abrechnung"
|
8179 |
|
8180 |
-
#: app/libraries/main.php:
|
8181 |
#, fuzzy
|
8182 |
#| msgid "Coupon"
|
8183 |
msgid "Coupon Code"
|
8184 |
msgstr "Gutschein"
|
8185 |
|
8186 |
-
#: app/libraries/main.php:
|
8187 |
msgid "Total"
|
8188 |
msgstr "Gesamt"
|
8189 |
|
8190 |
-
#: app/libraries/main.php:
|
8191 |
msgid "Payment"
|
8192 |
msgstr "Bezahlung"
|
8193 |
|
8194 |
-
#: app/libraries/main.php:
|
8195 |
msgid "Gateway"
|
8196 |
msgstr "Gateway"
|
8197 |
|
8198 |
-
#: app/libraries/main.php:
|
8199 |
msgid "Payment Time"
|
8200 |
msgstr "Bezahlung "
|
8201 |
|
8202 |
-
#: app/libraries/main.php:
|
8203 |
msgid "Request is not valid."
|
8204 |
msgstr "Die Anfrage ist ungültig!"
|
8205 |
|
8206 |
-
#: app/libraries/main.php:
|
8207 |
msgid "iCal export stopped!"
|
8208 |
msgstr "iCal Export wurde unterbrochen!"
|
8209 |
|
8210 |
-
#: app/libraries/main.php:
|
8211 |
-
#: app/libraries/main.php:
|
8212 |
-
#: app/libraries/main.php:
|
8213 |
-
#: app/libraries/main.php:
|
8214 |
-
#: app/libraries/main.php:
|
8215 |
-
#: app/libraries/main.php:
|
8216 |
-
#: app/libraries/main.php:
|
8217 |
-
#: app/libraries/main.php:
|
8218 |
msgid "Sort"
|
8219 |
msgstr "Sortieren"
|
8220 |
|
8221 |
-
#: app/libraries/main.php:
|
8222 |
-
#: app/libraries/main.php:
|
8223 |
-
#: app/libraries/main.php:
|
8224 |
-
#: app/libraries/main.php:
|
8225 |
-
#: app/libraries/main.php:
|
8226 |
-
#: app/libraries/main.php:
|
8227 |
-
#: app/libraries/main.php:
|
8228 |
msgid "Required Field"
|
8229 |
msgstr "Pflichtfeld"
|
8230 |
|
8231 |
-
#: app/libraries/main.php:
|
8232 |
-
#: app/libraries/main.php:
|
8233 |
-
#: app/libraries/main.php:
|
8234 |
-
#: app/libraries/main.php:
|
8235 |
-
#: app/libraries/main.php:
|
8236 |
-
#: app/libraries/main.php:
|
8237 |
-
#: app/libraries/main.php:
|
8238 |
msgid "Insert a label for this field"
|
8239 |
msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
|
8240 |
|
8241 |
-
#: app/libraries/main.php:
|
8242 |
msgid "HTML and shortcode are allowed."
|
8243 |
msgstr "HTML und shortcodes sind erlaubt."
|
8244 |
|
8245 |
-
#: app/libraries/main.php:
|
8246 |
-
#: app/libraries/main.php:
|
8247 |
msgid "Option"
|
8248 |
msgstr "Option"
|
8249 |
|
8250 |
-
#: app/libraries/main.php:
|
8251 |
#, php-format
|
8252 |
msgid "Instead of %s, the page title with a link will be show."
|
8253 |
msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
|
8254 |
|
8255 |
-
#: app/libraries/main.php:
|
8256 |
msgid "Agreement Page"
|
8257 |
msgstr "Zustimmungsseite"
|
8258 |
|
8259 |
-
#: app/libraries/main.php:
|
8260 |
msgid "Checked by default"
|
8261 |
msgstr ""
|
8262 |
|
8263 |
-
#: app/libraries/main.php:
|
8264 |
msgid "Unchecked by default"
|
8265 |
msgstr ""
|
8266 |
|
8267 |
-
#: app/libraries/main.php:
|
8268 |
msgid "Insert a label for this option"
|
8269 |
msgstr "Ein neues Label für diese Option einfügen"
|
8270 |
|
8271 |
-
#: app/libraries/main.php:
|
8272 |
msgid "Free"
|
8273 |
msgstr "kostenfrei"
|
8274 |
|
8275 |
-
#: app/libraries/main.php:
|
8276 |
msgid "M.E. Calender"
|
8277 |
msgstr "M.E. Calender"
|
8278 |
|
8279 |
-
#: app/libraries/main.php:
|
8280 |
#, php-format
|
8281 |
msgid "Copy of %s"
|
8282 |
msgstr "Kopie von %s"
|
8283 |
|
8284 |
-
#: app/libraries/main.php:
|
8285 |
msgid "Booked an event."
|
8286 |
msgstr "Eine Veranstaltung wurde gebucht."
|
8287 |
|
8288 |
-
#: app/libraries/main.php:
|
8289 |
#, php-format
|
8290 |
msgid "%s booked %s event."
|
8291 |
msgstr "%s gebuchtes %s Event"
|
8292 |
|
8293 |
-
#: app/libraries/main.php:
|
8294 |
msgid "Taxonomies"
|
8295 |
msgstr "Klassifizierung "
|
8296 |
|
8297 |
-
#: app/libraries/main.php:
|
8298 |
msgid "Category Plural Label"
|
8299 |
msgstr "Kategorien"
|
8300 |
|
8301 |
-
#: app/libraries/main.php:
|
8302 |
msgid "Category Singular Label"
|
8303 |
msgstr "Kategorie"
|
8304 |
|
8305 |
-
#: app/libraries/main.php:
|
8306 |
msgid "Label Plural Label"
|
8307 |
msgstr "Labels"
|
8308 |
|
8309 |
-
#: app/libraries/main.php:
|
8310 |
msgid "Label Singular Label"
|
8311 |
msgstr "Label"
|
8312 |
|
8313 |
-
#: app/libraries/main.php:
|
8314 |
msgid "label"
|
8315 |
msgstr "label"
|
8316 |
|
8317 |
-
#: app/libraries/main.php:
|
8318 |
msgid "Location Plural Label"
|
8319 |
msgstr "Veranstaltungsorte"
|
8320 |
|
8321 |
-
#: app/libraries/main.php:
|
8322 |
msgid "Location Singular Label"
|
8323 |
msgstr "Veranstaltungsort"
|
8324 |
|
8325 |
-
#: app/libraries/main.php:
|
8326 |
msgid "Organizer Plural Label"
|
8327 |
msgstr "Veranstalter"
|
8328 |
|
8329 |
-
#: app/libraries/main.php:
|
8330 |
msgid "Organizer Singular Label"
|
8331 |
msgstr "Veranstalter"
|
8332 |
|
8333 |
-
#: app/libraries/main.php:
|
8334 |
#, fuzzy
|
8335 |
#| msgid "Label Plural Label"
|
8336 |
msgid "Speaker Plural Label"
|
8337 |
msgstr "Labels"
|
8338 |
|
8339 |
-
#: app/libraries/main.php:
|
8340 |
#, fuzzy
|
8341 |
#| msgid "Label Singular Label"
|
8342 |
msgid "Speaker Singular Label"
|
8343 |
msgstr "Label"
|
8344 |
|
8345 |
-
#: app/libraries/main.php:
|
8346 |
msgid "Sunday abbreviation"
|
8347 |
msgstr "Sonntag Abkürzung"
|
8348 |
|
8349 |
-
#: app/libraries/main.php:
|
8350 |
msgid "Monday abbreviation"
|
8351 |
msgstr "Montag Abkürzung"
|
8352 |
|
8353 |
-
#: app/libraries/main.php:
|
8354 |
msgid "Tuesday abbreviation"
|
8355 |
msgstr "Dienstag Abkürzung"
|
8356 |
|
8357 |
-
#: app/libraries/main.php:
|
8358 |
msgid "Wednesday abbreviation"
|
8359 |
msgstr "Mittwoch Abkürzung"
|
8360 |
|
8361 |
-
#: app/libraries/main.php:
|
8362 |
msgid "Thursday abbreviation"
|
8363 |
msgstr "Donnerstag Abkürzung"
|
8364 |
|
8365 |
-
#: app/libraries/main.php:
|
8366 |
msgid "Friday abbreviation"
|
8367 |
msgstr "Freitag Abkürzung"
|
8368 |
|
8369 |
-
#: app/libraries/main.php:
|
8370 |
msgid "Saturday abbreviation"
|
8371 |
msgstr "Samstag Abkürzung "
|
8372 |
|
8373 |
-
#: app/libraries/main.php:
|
8374 |
msgid "Others"
|
8375 |
msgstr "Andere"
|
8376 |
|
8377 |
-
#: app/libraries/main.php:
|
8378 |
msgid "Booking Success Message"
|
8379 |
msgstr "Buchung erfolgreich Mitteilung"
|
8380 |
|
8381 |
-
#: app/libraries/main.php:
|
8382 |
#, fuzzy
|
8383 |
#| msgid ""
|
8384 |
#| "Thanks for your booking. Your tickets booked, booking verification might "
|
@@ -8390,12 +8447,12 @@ msgstr ""
|
|
8390 |
"Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
|
8391 |
"Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
|
8392 |
|
8393 |
-
#: app/libraries/main.php:
|
8394 |
#: app/widgets/single.php:131
|
8395 |
msgid "Register Button"
|
8396 |
msgstr "Register Button"
|
8397 |
|
8398 |
-
#: app/libraries/main.php:
|
8399 |
#: app/skins/available_spot/tpl.php:209 app/skins/carousel/render.php:109
|
8400 |
#: app/skins/carousel/render.php:148 app/skins/grid/render.php:98
|
8401 |
#: app/skins/grid/render.php:153 app/skins/grid/render.php:203
|
@@ -8413,11 +8470,11 @@ msgstr "Register Button"
|
|
8413 |
msgid "REGISTER"
|
8414 |
msgstr "ANMELDEN"
|
8415 |
|
8416 |
-
#: app/libraries/main.php:
|
8417 |
msgid "View Detail Button"
|
8418 |
msgstr "Ansicht Detail Button"
|
8419 |
|
8420 |
-
#: app/libraries/main.php:
|
8421 |
#: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
|
8422 |
#: app/skins/grid/render.php:98 app/skins/grid/render.php:153
|
8423 |
#: app/skins/grid/render.php:203 app/skins/grid/render.php:223
|
@@ -8429,155 +8486,149 @@ msgstr "Ansicht Detail Button"
|
|
8429 |
msgid "View Detail"
|
8430 |
msgstr "Details "
|
8431 |
|
8432 |
-
#: app/libraries/main.php:
|
8433 |
msgid "Event Detail Button"
|
8434 |
msgstr "Event Detail Button"
|
8435 |
|
8436 |
-
#: app/libraries/main.php:
|
8437 |
#: app/skins/countdown/tpl.php:221
|
8438 |
msgid "Event Detail"
|
8439 |
msgstr "Veranstaltungsdetails"
|
8440 |
|
8441 |
-
#: app/libraries/main.php:
|
8442 |
msgid "More Info Link"
|
8443 |
msgstr "Link Mehr Informationen"
|
8444 |
|
8445 |
-
#: app/libraries/main.php:
|
8446 |
msgid "Ticket (Singular)"
|
8447 |
msgstr "Ticket"
|
8448 |
|
8449 |
-
#: app/libraries/main.php:
|
8450 |
msgid "Tickets (Plural)"
|
8451 |
msgstr "Tickets"
|
8452 |
|
8453 |
-
#: app/libraries/main.php:
|
8454 |
msgid "EventON"
|
8455 |
msgstr "EventON"
|
8456 |
|
8457 |
-
#: app/libraries/main.php:
|
8458 |
msgid "The Events Calendar"
|
8459 |
msgstr "The Events Calendar"
|
8460 |
|
8461 |
-
#: app/libraries/main.php:
|
8462 |
msgid "Events Schedule WP Plugin"
|
8463 |
msgstr "Event Zeitplan WP-Plugin"
|
8464 |
|
8465 |
-
#: app/libraries/main.php:
|
8466 |
msgid "Calendarize It"
|
8467 |
msgstr ""
|
8468 |
|
8469 |
-
#: app/libraries/main.php:
|
8470 |
#, fuzzy
|
8471 |
#| msgid "No Search Options"
|
8472 |
msgid "Event Espresso"
|
8473 |
msgstr "Keine Suchoptionen"
|
8474 |
|
8475 |
-
#: app/libraries/main.php:
|
8476 |
msgid "Events Manager (Recurring)"
|
8477 |
msgstr "Wiederholende Veranstaltung"
|
8478 |
|
8479 |
-
#: app/libraries/main.php:
|
8480 |
msgid "Events Manager (Single)"
|
8481 |
msgstr "Moderner Event Kalender"
|
8482 |
|
8483 |
-
#: app/libraries/main.php:
|
8484 |
msgid "Confirmed"
|
8485 |
msgstr "Bestätigt"
|
8486 |
|
8487 |
-
#: app/libraries/main.php:
|
8488 |
msgid "Rejected"
|
8489 |
msgstr "Abgelehnt"
|
8490 |
|
8491 |
-
#: app/libraries/main.php:
|
8492 |
msgid "Pending"
|
8493 |
msgstr "Ausstehend"
|
8494 |
|
8495 |
-
#: app/libraries/main.php:
|
8496 |
msgid "Waiting"
|
8497 |
msgstr "in Bearbeitung"
|
8498 |
|
8499 |
-
#: app/libraries/main.php:
|
8500 |
#, fuzzy
|
8501 |
#| msgid "Sunday"
|
8502 |
msgid "Sun"
|
8503 |
msgstr "Sonntag"
|
8504 |
|
8505 |
-
#: app/libraries/main.php:
|
8506 |
#, fuzzy
|
8507 |
#| msgid "Month"
|
8508 |
msgid "Mon"
|
8509 |
msgstr "Monat "
|
8510 |
|
8511 |
-
#: app/libraries/main.php:
|
8512 |
#, fuzzy
|
8513 |
#| msgid "Tel"
|
8514 |
msgid "Tue"
|
8515 |
msgstr "Tel"
|
8516 |
|
8517 |
-
#: app/libraries/main.php:
|
8518 |
msgid "Wed"
|
8519 |
msgstr ""
|
8520 |
|
8521 |
-
#: app/libraries/main.php:
|
8522 |
msgid "Thu"
|
8523 |
msgstr ""
|
8524 |
|
8525 |
-
#: app/libraries/main.php:
|
8526 |
#, fuzzy
|
8527 |
#| msgid "Friday"
|
8528 |
msgid "Fri"
|
8529 |
msgstr "Freitag"
|
8530 |
|
8531 |
-
#: app/libraries/main.php:
|
8532 |
#, fuzzy
|
8533 |
#| msgid "Start"
|
8534 |
msgid "Sat"
|
8535 |
msgstr "Start"
|
8536 |
|
8537 |
-
#: app/libraries/main.php:
|
8538 |
#: app/libraries/render.php:432
|
8539 |
msgid "Skin controller does not exist."
|
8540 |
msgstr "Skin contoller existiert nicht."
|
8541 |
|
8542 |
-
#: app/libraries/main.php:
|
8543 |
msgid "Sold Out"
|
8544 |
msgstr "Ausgebucht"
|
8545 |
|
8546 |
-
#: app/libraries/main.php:
|
8547 |
msgid "Last Few Tickets"
|
8548 |
msgstr "Nur noch wenige Tickets verfügbar."
|
8549 |
|
8550 |
-
#: app/libraries/main.php:
|
8551 |
-
#, fuzzy
|
8552 |
-
#| msgid "Hour"
|
8553 |
-
msgid "Hours"
|
8554 |
-
msgstr "Stunde"
|
8555 |
-
|
8556 |
-
#: app/libraries/main.php:6885 app/libraries/main.php:6902
|
8557 |
#, fuzzy
|
8558 |
#| msgid "minutes"
|
8559 |
msgid "Minutes"
|
8560 |
msgstr "Minuten"
|
8561 |
|
8562 |
-
#: app/libraries/main.php:
|
8563 |
msgid "AM / PM"
|
8564 |
msgstr ""
|
8565 |
|
8566 |
-
#: app/libraries/main.php:
|
8567 |
msgid "AM"
|
8568 |
msgstr "AM"
|
8569 |
|
8570 |
-
#: app/libraries/main.php:
|
8571 |
msgid "PM"
|
8572 |
msgstr "PM"
|
8573 |
|
8574 |
-
#: app/libraries/main.php:
|
8575 |
#, fuzzy
|
8576 |
#| msgid "Loading..."
|
8577 |
msgid "Ongoing..."
|
8578 |
msgstr "Laden…"
|
8579 |
|
8580 |
-
#: app/libraries/main.php:
|
8581 |
#, fuzzy
|
8582 |
#| msgid "Expired Events"
|
8583 |
msgid "Expired!"
|
@@ -8628,15 +8679,15 @@ msgstr "+ zum Google Calendar hinzufügen"
|
|
8628 |
msgid "+ iCal export"
|
8629 |
msgstr "+ zu iCal exportieren"
|
8630 |
|
8631 |
-
#: app/libraries/notifications.php:
|
8632 |
msgid "Yes"
|
8633 |
msgstr "Ja"
|
8634 |
|
8635 |
-
#: app/libraries/notifications.php:
|
8636 |
msgid "No"
|
8637 |
msgstr "Nein"
|
8638 |
|
8639 |
-
#: app/libraries/skins.php:
|
8640 |
msgid "Select"
|
8641 |
msgstr "Auswählen"
|
8642 |
|
@@ -8713,27 +8764,28 @@ msgstr ""
|
|
8713 |
"Teilnehmer Informationen für die weiteren Tickets übernehmen. (Das Ticket "
|
8714 |
"ist nicht an einen Namen gebunden)"
|
8715 |
|
8716 |
-
#: app/modules/booking/steps/tickets.php:
|
8717 |
msgid "Book Event"
|
8718 |
msgstr "Veranstaltung buchen"
|
8719 |
|
8720 |
-
#: app/modules/booking/steps/tickets.php:
|
8721 |
#, fuzzy
|
8722 |
#| msgid "No user selected!"
|
8723 |
msgid "1 Ticket selected."
|
8724 |
msgstr "Kein Nutzer ausgewählt"
|
8725 |
|
8726 |
-
#: app/modules/booking/steps/tickets.php:
|
|
|
8727 |
#, php-format
|
8728 |
msgid "Available %s: <span>%s</span>"
|
8729 |
msgstr "Verfügbar %s: <span>%s</span>"
|
8730 |
|
8731 |
-
#: app/modules/booking/steps/tickets.php:
|
8732 |
#, php-format
|
8733 |
msgid "The %s ticket sales has stopped!"
|
8734 |
msgstr ""
|
8735 |
|
8736 |
-
#: app/modules/booking/steps/tickets.php:
|
8737 |
#, php-format
|
8738 |
msgid "The %s ticket is sold out. You can try another ticket or another date."
|
8739 |
msgstr ""
|
@@ -9097,6 +9149,14 @@ msgstr "z.B. Webnus"
|
|
9097 |
msgid "http://webnus.net"
|
9098 |
msgstr "http://webnus.net"
|
9099 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9100 |
#~ msgid "Total Attendees"
|
9101 |
#~ msgstr "Alle Teilnehmer"
|
9102 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: ME Calender\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-07-09 15:43+0430\n"
|
6 |
+
"PO-Revision-Date: 2020-07-09 16:00+0430\n"
|
7 |
"Last-Translator: Jogon <koenig@kafinanz.de>\n"
|
8 |
"Language-Team: German\n"
|
9 |
"Language: de_DE\n"
|
19 |
|
20 |
#: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
|
21 |
#: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
|
22 |
+
#: app/features/mec.php:1123 app/features/mec.php:1153
|
23 |
#: app/features/mec/dashboard.php:63 app/widgets/MEC.php:33
|
24 |
msgid "Modern Events Calendar"
|
25 |
msgstr "Moderner Event Kalender "
|
30 |
msgid "Content"
|
31 |
msgstr "Inhalt"
|
32 |
|
33 |
+
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:497
|
34 |
+
#: app/features/mec.php:528 app/features/mec.php:558
|
35 |
msgid "Shortcode"
|
36 |
msgstr "Shortcode"
|
37 |
|
82 |
msgstr "Neuen Shortcode hinzufügen"
|
83 |
|
84 |
#: app/features/colors.php:50 app/features/fes/form.php:872
|
85 |
+
#: app/features/mec/settings.php:739
|
86 |
msgid "Event Color"
|
87 |
msgstr "Farbe der Veranstaltung"
|
88 |
|
92 |
msgid "Recent Colors"
|
93 |
msgstr "Farbe der Veranstaltung"
|
94 |
|
95 |
+
#: app/features/contextual.php:55 app/features/mec.php:473
|
96 |
+
#: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
|
97 |
#: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
|
98 |
#: app/libraries/main.php:596
|
99 |
msgid "Settings"
|
100 |
msgstr "Einstellungen"
|
101 |
|
102 |
#: app/features/contextual.php:62 app/features/events.php:1558
|
103 |
+
#: app/features/events.php:2371 app/features/mec/booking.php:508
|
104 |
#: app/features/mec/support.php:29 app/libraries/main.php:563
|
105 |
msgid "Booking Form"
|
106 |
msgstr "Buchungsformular"
|
127 |
"<iframe width=\"600\" height=\"300\" src=\"https://www.youtube.com/embed/"
|
128 |
"YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
|
129 |
|
130 |
+
#: app/features/contextual.php:70 app/features/mec/booking.php:700
|
131 |
#: app/features/mec/support-page.php:115 app/features/mec/support.php:36
|
132 |
#: app/libraries/main.php:564
|
133 |
msgid "Payment Gateways"
|
229 |
"height=\"420\" src=\"https://www.youtube.com/embed/dqgt1b8X8hs\" frameborder="
|
230 |
"\"0\" allowfullscreen></iframe>"
|
231 |
|
232 |
+
#: app/features/contextual.php:117 app/features/mec/settings.php:53
|
233 |
#: app/features/mec/support-page.php:97 app/libraries/main.php:532
|
234 |
msgid "General Options"
|
235 |
msgstr "Allgemeine Einstellungen"
|
236 |
|
237 |
+
#: app/features/contextual.php:139 app/features/mec/settings.php:465
|
238 |
#: app/libraries/main.php:534
|
239 |
msgid "Slugs/Permalinks"
|
240 |
msgstr "Slug/Permalinks"
|
243 |
msgid "Event Details/Single Event Page"
|
244 |
msgstr "Event Details / Einzelveranstaltungsseite"
|
245 |
|
246 |
+
#: app/features/contextual.php:166 app/features/mec/settings.php:497
|
247 |
#: app/libraries/main.php:535
|
248 |
msgid "Currency Options"
|
249 |
msgstr "Währungseinstellungen"
|
252 |
msgid "Google Maps Options"
|
253 |
msgstr "Google Maps Einstellungen"
|
254 |
|
255 |
+
#: app/features/contextual.php:244 app/features/mec/settings.php:554
|
256 |
#: app/libraries/main.php:536
|
257 |
msgid "Google Recaptcha Options"
|
258 |
msgstr "Google Recaptcha Einstellungen"
|
271 |
msgid "Next Event Module"
|
272 |
msgstr "Nächstes Veranstaltung Modul"
|
273 |
|
274 |
+
#: app/features/contextual.php:286 app/features/mec/settings.php:594
|
275 |
#: app/features/mec/support-page.php:98 app/libraries/main.php:537
|
276 |
msgid "Frontend Event Submission"
|
277 |
msgstr "Erstellung von Veranstaltungen im Frontend"
|
289 |
msgid "Booking"
|
290 |
msgstr "Buchung / Reservierung"
|
291 |
|
292 |
+
#: app/features/contextual.php:318 app/features/mec/booking.php:330
|
293 |
#: app/libraries/main.php:560
|
294 |
msgid "Coupons"
|
295 |
msgstr "Gutscheine"
|
299 |
msgid "BuddyPress Integration"
|
300 |
msgstr "Buddy Press Integration"
|
301 |
|
302 |
+
#: app/features/contextual.php:334 app/features/mec/settings.php:932
|
303 |
#: app/libraries/main.php:540
|
304 |
msgid "Mailchimp Integration"
|
305 |
msgstr "Mailchimp Integration"
|
308 |
msgid "MEC Activation"
|
309 |
msgstr "MEC Aktivierung"
|
310 |
|
311 |
+
#: app/features/dlfile.php:121 app/features/events.php:1563
|
312 |
+
#: app/features/mec/booking.php:268 app/features/mec/settings.php:811
|
313 |
+
#, fuzzy
|
314 |
+
#| msgid "Download ICS file"
|
315 |
+
msgid "Downloadable File"
|
316 |
+
msgstr "Download ICS Datei"
|
317 |
+
|
318 |
+
#: app/features/dlfile.php:125
|
319 |
+
msgid "pdf,zip,png,jpg and gif files are allowed."
|
320 |
+
msgstr ""
|
321 |
+
|
322 |
+
#: app/features/dlfile.php:127
|
323 |
+
#, fuzzy
|
324 |
+
#| msgid "Remove image"
|
325 |
+
msgid "Remove File"
|
326 |
+
msgstr "Bild entfernen"
|
327 |
+
|
328 |
+
#: app/features/dlfile.php:145
|
329 |
+
msgid "Please upload a file."
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: app/features/dlfile.php:153
|
333 |
+
#, php-format
|
334 |
+
msgid "File extension is invalid. You can upload %s files."
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: app/features/dlfile.php:159
|
338 |
+
#, php-format
|
339 |
+
msgid "File is too big. Maximum size is %s KB."
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: app/features/dlfile.php:189
|
343 |
+
#, fuzzy
|
344 |
+
#| msgid "The image is uploaded!"
|
345 |
+
msgid "File uploaded!"
|
346 |
+
msgstr "Das Bild ist hochgeladen"
|
347 |
+
|
348 |
#: app/features/events.php:167 app/features/ix/export.php:34
|
349 |
+
#: app/features/mec/dashboard.php:259 app/skins/daily_view/tpl.php:79
|
350 |
#: app/skins/monthly_view/tpl.php:70 app/skins/tile/tpl.php:80
|
351 |
#: app/skins/yearly_view/tpl.php:68
|
352 |
msgid "Events"
|
362 |
msgid "Event"
|
363 |
msgstr "Veranstaltung"
|
364 |
|
365 |
+
#: app/features/events.php:169 app/features/mec.php:459
|
366 |
msgid "Add Event"
|
367 |
msgstr "Veranstaltung hinzufügen"
|
368 |
|
369 |
+
#: app/features/events.php:170 app/features/mec/dashboard.php:140
|
370 |
msgid "Add New Event"
|
371 |
msgstr "Neue Veranstaltung hinzufügen"
|
372 |
|
393 |
msgid "No events found in Trash!"
|
394 |
msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
|
395 |
|
396 |
+
#: app/features/events.php:192 app/features/events.php:3435
|
397 |
#: app/features/mec/meta_boxes/display_options.php:1386
|
398 |
#: app/features/mec/meta_boxes/search_form.php:31
|
399 |
#: app/features/mec/meta_boxes/search_form.php:101
|
406 |
#: app/features/mec/meta_boxes/search_form.php:584
|
407 |
#: app/features/mec/meta_boxes/search_form.php:654
|
408 |
#: app/features/mec/meta_boxes/search_form.php:760
|
409 |
+
#: app/features/mec/settings.php:885 app/features/mec/single.php:323
|
410 |
+
#: app/features/search.php:68 app/libraries/main.php:5851
|
411 |
+
#: app/libraries/main.php:5899 app/libraries/skins.php:928
|
412 |
#: app/skins/single.php:854 app/skins/single/default.php:215
|
413 |
#: app/skins/single/default.php:446 app/skins/single/m1.php:195
|
414 |
#: app/skins/single/m2.php:118 app/skins/single/modern.php:137
|
415 |
msgid "Category"
|
416 |
msgstr "Kategorie"
|
417 |
|
418 |
+
#: app/features/events.php:193 app/features/events.php:3390
|
419 |
+
#: app/features/fes/form.php:822 app/features/mec.php:461
|
420 |
#: app/features/mec/meta_boxes/filter.php:69
|
421 |
+
#: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5850
|
422 |
+
#: app/libraries/main.php:5898
|
423 |
msgid "Categories"
|
424 |
msgstr "Kategorien"
|
425 |
|
512 |
msgstr "Veranstaltungsdetails"
|
513 |
|
514 |
#: app/features/events.php:346 app/features/events.php:1303
|
515 |
+
#: app/features/mec/settings.php:769 app/skins/single.php:1247
|
516 |
msgid "Hourly Schedule"
|
517 |
msgstr "Stundenplan"
|
518 |
|
524 |
msgid "Links"
|
525 |
msgstr "Links"
|
526 |
|
527 |
+
#: app/features/events.php:349 app/features/events.php:3437
|
528 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
529 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
530 |
#: app/features/mec/meta_boxes/display_options.php:1389
|
531 |
#: app/features/mec/meta_boxes/search_form.php:46
|
539 |
#: app/features/mec/meta_boxes/search_form.php:599
|
540 |
#: app/features/mec/meta_boxes/search_form.php:669
|
541 |
#: app/features/mec/meta_boxes/search_form.php:775
|
542 |
+
#: app/features/mec/settings.php:897 app/features/mec/single.php:327
|
543 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
544 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
545 |
#: app/features/organizers.php:271 app/features/popup/event.php:163
|
546 |
#: app/features/popup/event.php:172 app/features/search.php:80
|
547 |
+
#: app/libraries/main.php:5857 app/libraries/main.php:5905
|
548 |
+
#: app/libraries/skins.php:980 app/skins/single.php:1102
|
549 |
#: app/skins/single/default.php:240 app/skins/single/default.php:471
|
550 |
#: app/skins/single/m1.php:103 app/skins/single/m2.php:26
|
551 |
#: app/skins/single/modern.php:45
|
553 |
msgstr "Veranstalter"
|
554 |
|
555 |
#: app/features/events.php:350 app/features/events.php:1108
|
556 |
+
#: app/features/fes/form.php:793 app/libraries/main.php:5884
|
557 |
+
#: app/libraries/main.php:5931 app/skins/single.php:880
|
558 |
#: app/skins/single/default.php:141 app/skins/single/default.php:372
|
559 |
#: app/skins/single/m1.php:62 app/skins/single/modern.php:234
|
560 |
msgid "Cost"
|
574 |
msgid "Guest Data"
|
575 |
msgstr "Gäste Daten"
|
576 |
|
577 |
+
#: app/features/events.php:489 app/features/events.php:2357
|
578 |
+
#: app/features/events.php:3967 app/features/fes.php:233
|
579 |
#: app/features/fes/form.php:752 app/features/labels.php:178
|
580 |
#: app/features/mec/booking.php:53 app/features/organizers.php:279
|
581 |
#: app/features/popup/event.php:182 app/features/profile/profile.php:177
|
582 |
+
#: app/libraries/notifications.php:1178 app/modules/booking/steps/form.php:48
|
583 |
msgid "Name"
|
584 |
msgstr "Name"
|
585 |
|
586 |
+
#: app/features/events.php:490 app/features/events.php:2366
|
587 |
+
#: app/features/events.php:2428 app/features/events.php:2517
|
588 |
+
#: app/features/events.php:3970 app/features/fes.php:233
|
589 |
#: app/features/fes/form.php:748 app/features/login/login.php:5
|
590 |
+
#: app/features/mec/booking.php:65 app/features/mec/booking.php:546
|
591 |
+
#: app/features/mec/booking.php:642 app/features/mec/single.php:183
|
592 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
593 |
#: app/features/profile/profile.php:180 app/features/speakers.php:127
|
594 |
+
#: app/features/speakers.php:196 app/libraries/main.php:1708
|
595 |
+
#: app/libraries/main.php:1777 app/libraries/main.php:3111
|
596 |
+
#: app/libraries/notifications.php:1179 app/modules/booking/steps/form.php:57
|
597 |
#: app/modules/booking/steps/form.php:157 app/skins/single.php:1119
|
598 |
#: app/skins/single.php:1178 app/skins/single/default.php:257
|
599 |
#: app/skins/single/default.php:488 app/skins/single/m1.php:120
|
606 |
msgstr "Datum und Uhrzeit"
|
607 |
|
608 |
#: app/features/events.php:501 app/features/events.php:505
|
609 |
+
#: app/features/events.php:3438 app/features/events.php:3628
|
610 |
+
#: app/features/events.php:3670 app/features/fes/form.php:269
|
611 |
#: app/features/fes/form.php:273 app/features/ix.php:3509
|
612 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:38
|
613 |
+
#: app/features/mec.php:1306 app/features/mec/meta_boxes/display_options.php:51
|
614 |
#: app/features/mec/meta_boxes/display_options.php:279
|
615 |
#: app/features/mec/meta_boxes/display_options.php:518
|
616 |
#: app/features/mec/meta_boxes/display_options.php:624
|
630 |
msgstr "Start Datum"
|
631 |
|
632 |
#: app/features/events.php:520 app/features/events.php:524
|
633 |
+
#: app/features/events.php:3439 app/features/events.php:3628
|
634 |
+
#: app/features/events.php:3670 app/features/fes/form.php:288
|
635 |
#: app/features/fes/form.php:292 app/features/ix.php:3509
|
636 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:44
|
637 |
+
#: app/features/mec.php:1307 app/features/popup/event.php:92
|
638 |
msgid "End Date"
|
639 |
msgstr "Ende Datum"
|
640 |
|
674 |
|
675 |
#: app/features/events.php:579 app/features/events.php:718
|
676 |
#: app/features/events.php:1071 app/features/events.php:1220
|
677 |
+
#: app/features/events.php:1528 app/features/events.php:1621
|
678 |
+
#: app/features/events.php:1764 app/features/events.php:1779
|
679 |
+
#: app/features/events.php:1944 app/features/events.php:1957
|
680 |
+
#: app/features/events.php:2108 app/features/events.php:2144
|
681 |
+
#: app/features/events.php:2242 app/features/events.php:2257
|
682 |
+
#: app/features/events.php:2287 app/features/events.php:2300
|
683 |
#: app/features/fes/form.php:396 app/features/fes/form.php:704
|
684 |
#: app/features/locations.php:334 app/features/mec/booking.php:116
|
685 |
+
#: app/features/mec/booking.php:182 app/features/mec/booking.php:195
|
686 |
+
#: app/features/mec/booking.php:213 app/features/mec/booking.php:229
|
687 |
+
#: app/features/mec/booking.php:269 app/features/mec/booking.php:375
|
688 |
+
#: app/features/mec/booking.php:404 app/features/mec/booking.php:452
|
689 |
+
#: app/features/mec/booking.php:462 app/features/mec/booking.php:484
|
690 |
+
#: app/features/mec/booking.php:494 app/features/mec/dashboard.php:71
|
691 |
#: app/features/mec/meta_boxes/display_options.php:82
|
692 |
#: app/features/mec/meta_boxes/display_options.php:95
|
693 |
#: app/features/mec/meta_boxes/display_options.php:108
|
723 |
#: app/features/mec/modules.php:52 app/features/mec/modules.php:85
|
724 |
#: app/features/mec/modules.php:102 app/features/mec/modules.php:137
|
725 |
#: app/features/mec/modules.php:153 app/features/mec/modules.php:323
|
726 |
+
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:191
|
727 |
+
#: app/features/mec/notifications.php:299
|
728 |
+
#: app/features/mec/notifications.php:412
|
729 |
+
#: app/features/mec/notifications.php:527
|
730 |
+
#: app/features/mec/notifications.php:637
|
731 |
+
#: app/features/mec/notifications.php:648
|
732 |
+
#: app/features/mec/notifications.php:762
|
733 |
+
#: app/features/mec/notifications.php:845 app/features/mec/settings.php:67
|
734 |
+
#: app/features/mec/settings.php:86 app/features/mec/settings.php:133
|
735 |
+
#: app/features/mec/settings.php:168 app/features/mec/settings.php:189
|
736 |
+
#: app/features/mec/settings.php:234 app/features/mec/settings.php:269
|
737 |
+
#: app/features/mec/settings.php:346 app/features/mec/settings.php:420
|
738 |
+
#: app/features/mec/settings.php:437 app/features/mec/settings.php:454
|
739 |
+
#: app/features/mec/settings.php:473 app/features/mec/settings.php:487
|
740 |
+
#: app/features/mec/settings.php:515 app/features/mec/settings.php:606
|
741 |
+
#: app/features/mec/settings.php:824 app/features/mec/settings.php:840
|
742 |
+
#: app/features/mec/settings.php:947 app/features/mec/settings.php:960
|
743 |
+
#: app/features/mec/settings.php:976 app/features/mec/single.php:46
|
744 |
#: app/features/mec/single.php:62 app/features/mec/single.php:82
|
745 |
#: app/features/mec/single.php:99 app/features/mec/single.php:115
|
746 |
#: app/features/mec/single.php:130 app/features/mec/single.php:269
|
767 |
msgstr "Wiederholend"
|
768 |
|
769 |
#: app/features/events.php:608 app/features/fes/form.php:329
|
770 |
+
#: app/features/mec.php:1309 app/skins/default_full_calendar/tpl.php:74
|
771 |
#: app/skins/full_calendar/tpl.php:121
|
772 |
msgid "Daily"
|
773 |
msgstr "Täglich"
|
791 |
msgstr "Wöchentlich"
|
792 |
|
793 |
#: app/features/events.php:643 app/features/fes/form.php:334
|
794 |
+
#: app/features/mec.php:1310 app/skins/default_full_calendar/tpl.php:72
|
795 |
#: app/skins/full_calendar/tpl.php:119
|
796 |
msgid "Monthly"
|
797 |
msgstr "Monatlich"
|
798 |
|
799 |
#: app/features/events.php:650 app/features/fes/form.php:335
|
800 |
+
#: app/features/mec.php:1311 app/skins/default_full_calendar/tpl.php:71
|
801 |
#: app/skins/full_calendar/tpl.php:118
|
802 |
msgid "Yearly"
|
803 |
msgstr "Jährlich"
|
830 |
"Calendar."
|
831 |
msgstr "Pro Version vom Modernen Event Calendar"
|
832 |
|
833 |
+
#: app/features/events.php:698 app/features/events.php:1847
|
834 |
+
#: app/features/events.php:1875 app/features/events.php:2012
|
835 |
#: app/features/fes/form.php:359 app/features/ix/import_f_calendar.php:42
|
836 |
#: app/features/ix/import_g_calendar.php:51
|
837 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
840 |
|
841 |
#: app/features/events.php:711 app/features/events.php:1214
|
842 |
#: app/features/events.php:1334 app/features/events.php:1439
|
843 |
+
#: app/features/events.php:1831 app/features/events.php:2001
|
844 |
+
#: app/features/events.php:2081 app/features/events.php:2214
|
845 |
#: app/features/fes/form.php:389 app/features/fes/form.php:920
|
846 |
msgid "Add"
|
847 |
msgstr "Hinzufügen"
|
857 |
"the start and end dates must be commensurate with the initial date."
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: app/features/events.php:728 app/features/events.php:1851
|
861 |
+
#: app/features/events.php:1879 app/features/events.php:2016
|
862 |
#: app/features/fes/form.php:374
|
863 |
msgid "End"
|
864 |
msgstr "Ende"
|
922 |
msgid "Show only one occurrence of this event"
|
923 |
msgstr "Nächstes Auftreten von anderen Events."
|
924 |
|
925 |
+
#: app/features/events.php:1104 app/features/events.php:3628
|
926 |
+
#: app/features/events.php:3670 app/features/fes/form.php:790
|
927 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
928 |
+
#: app/features/mec/settings.php:715 app/libraries/main.php:5883
|
929 |
+
#: app/libraries/main.php:5930 app/widgets/single.php:103
|
930 |
msgid "Event Cost"
|
931 |
msgstr ""
|
932 |
"Bruttopreis des Events in Euro, 0 für kostenlos oder z.B. 39, ohne €-Zeichen"
|
941 |
msgid "Exclude certain days"
|
942 |
msgstr "Ausschluss bestimmter Tage"
|
943 |
|
944 |
+
#: app/features/events.php:1212 app/features/events.php:2429
|
945 |
+
#: app/features/events.php:2518 app/features/fes.php:233
|
946 |
+
#: app/features/mec/booking.php:547 app/features/mec/booking.php:643
|
947 |
#: app/features/mec/single.php:185 app/features/profile/profile.php:58
|
948 |
+
#: app/libraries/main.php:3198 app/modules/booking/steps/tickets.php:58
|
949 |
#: app/modules/next-event/details.php:134 app/skins/single.php:938
|
950 |
#: app/skins/single/default.php:98 app/skins/single/default.php:329
|
951 |
#: app/skins/single/m1.php:22 app/skins/single/modern.php:194
|
980 |
|
981 |
#: app/features/events.php:1319 app/features/events.php:1358
|
982 |
#: app/features/events.php:1393 app/features/events.php:1425
|
983 |
+
#: app/features/events.php:1454 app/features/events.php:2229
|
984 |
+
#: app/features/events.php:2276 app/features/events.php:3434
|
985 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
986 |
#: app/features/fes/form.php:248 app/features/ix.php:3509
|
987 |
+
#: app/features/ix.php:3550 app/features/mec/booking.php:444
|
988 |
+
#: app/features/mec/booking.php:476 app/features/mec/styling.php:130
|
989 |
msgid "Title"
|
990 |
msgstr "Titel"
|
991 |
|
992 |
#: app/features/events.php:1328 app/features/events.php:1365
|
993 |
#: app/features/events.php:1398 app/features/events.php:1433
|
994 |
+
#: app/features/events.php:1459 app/features/events.php:1861
|
995 |
+
#: app/features/events.php:1887 app/features/events.php:2022
|
996 |
+
#: app/features/events.php:2121 app/features/events.php:2157
|
997 |
+
#: app/features/events.php:2264 app/features/events.php:2306
|
998 |
+
#: app/features/mec/booking.php:387 app/features/mec/booking.php:416
|
999 |
+
#: app/features/mec/booking.php:467 app/features/mec/booking.php:499
|
1000 |
+
#: app/libraries/main.php:3033 app/libraries/main.php:3062
|
1001 |
+
#: app/libraries/main.php:3091 app/libraries/main.php:3120
|
1002 |
+
#: app/libraries/main.php:3149 app/libraries/main.php:3178
|
1003 |
+
#: app/libraries/main.php:3207 app/libraries/main.php:3236
|
1004 |
+
#: app/libraries/main.php:3265 app/libraries/main.php:3286
|
1005 |
+
#: app/libraries/main.php:3317 app/libraries/main.php:3363
|
1006 |
+
#: app/libraries/main.php:3409 app/libraries/main.php:3458
|
1007 |
+
#: app/libraries/main.php:3498
|
1008 |
msgid "Remove"
|
1009 |
msgstr "Entfernen"
|
1010 |
|
1023 |
msgstr "bis zum Beispiel 08:45 Uhr"
|
1024 |
|
1025 |
#: app/features/events.php:1362 app/features/events.php:1396
|
1026 |
+
#: app/features/events.php:1457 app/features/events.php:1752
|
1027 |
+
#: app/features/events.php:1933
|
1028 |
msgid "Description"
|
1029 |
msgstr "Beschreibung"
|
1030 |
|
1031 |
#: app/features/events.php:1368 app/features/events.php:1401
|
1032 |
#: app/features/events.php:1462 app/features/fes/form.php:916
|
1033 |
+
#: app/features/mec.php:469 app/features/mec/modules.php:51
|
1034 |
+
#: app/features/mec/settings.php:763 app/features/speakers.php:62
|
1035 |
+
#: app/libraries/main.php:568 app/libraries/main.php:5858
|
1036 |
+
#: app/libraries/main.php:5906 app/modules/speakers/details.php:18
|
1037 |
msgid "Speakers"
|
1038 |
msgstr "Sprecher"
|
1039 |
|
1042 |
msgstr "Neuer Tag"
|
1043 |
|
1044 |
#: app/features/events.php:1493 app/features/fes/form.php:767
|
1045 |
+
#: app/features/mec/settings.php:709
|
1046 |
msgid "Event Links"
|
1047 |
msgstr "Veranstaltungslinks"
|
1048 |
|
1049 |
#: app/features/events.php:1496 app/features/events.php:1502
|
1050 |
+
#: app/features/fes/form.php:769 app/libraries/main.php:5881
|
1051 |
+
#: app/libraries/main.php:5928
|
1052 |
msgid "Event Link"
|
1053 |
msgstr "Veranstaltungslink"
|
1054 |
|
1076 |
msgstr ""
|
1077 |
|
1078 |
#: app/features/events.php:1512 app/features/events.php:1525
|
1079 |
+
#: app/features/fes/form.php:774 app/libraries/main.php:5882
|
1080 |
+
#: app/libraries/main.php:5929 app/skins/single.php:964
|
1081 |
#: app/skins/single/default.php:155 app/skins/single/default.php:386
|
1082 |
#: app/skins/single/m1.php:216 app/skins/single/m2.php:140
|
1083 |
#: app/skins/single/modern.php:159 app/widgets/single.php:107
|
1107 |
"Text angezeigt werden soll: zum Beispiel: Noch mehr Informationen oder Hier "
|
1108 |
"zur Anmeldung (z.B. bei Webinaren sinnvoll) "
|
1109 |
|
1110 |
+
#: app/features/events.php:1549 app/features/mec/settings.php:777
|
1111 |
msgid "Booking Options"
|
1112 |
msgstr "Buchungsoptionen"
|
1113 |
|
1117 |
msgid "Total User Booking Limits"
|
1118 |
msgstr "Gesamt Verfügbare Plätze"
|
1119 |
|
1120 |
+
#: app/features/events.php:1551 app/features/events.php:1696
|
1121 |
+
#: app/libraries/book.php:60 app/libraries/main.php:5886
|
1122 |
+
#: app/modules/booking/steps/tickets.php:83
|
1123 |
+
#: app/modules/booking/steps/tickets.php:89
|
1124 |
msgid "Tickets"
|
1125 |
msgstr "Tickets"
|
1126 |
|
1127 |
+
#: app/features/events.php:1553 app/features/events.php:2058
|
1128 |
msgid "Fees"
|
1129 |
msgstr "Gebühren"
|
1130 |
|
1131 |
+
#: app/features/events.php:1556 app/features/events.php:2190
|
1132 |
+
#: app/features/mec/settings.php:789
|
1133 |
msgid "Ticket Variations / Options"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
+
#: app/features/events.php:1560 app/features/mec/booking.php:719
|
1137 |
#: app/features/mec/support-page.php:118
|
1138 |
#, fuzzy
|
1139 |
#| msgid "Organizer Tel"
|
1140 |
msgid "Organizer Payment"
|
1141 |
msgstr "Organisator Telefon"
|
1142 |
|
1143 |
+
#: app/features/events.php:1603 app/features/events.php:1617
|
1144 |
#, fuzzy
|
1145 |
#| msgid "Total booking limits"
|
1146 |
msgid "Total booking limit"
|
1147 |
msgstr "Gesamt Verfügbare Plätze"
|
1148 |
|
1149 |
+
#: app/features/events.php:1614 app/features/events.php:1800
|
1150 |
+
#: app/features/events.php:1971 app/modules/booking/default.php:86
|
1151 |
+
#: app/modules/booking/steps/tickets.php:83
|
1152 |
+
#: app/modules/booking/steps/tickets.php:89
|
1153 |
#: app/skins/available_spot/tpl.php:142
|
1154 |
msgid "Unlimited"
|
1155 |
msgstr "Unlimitiert"
|
1156 |
|
1157 |
+
#: app/features/events.php:1620
|
1158 |
msgid ""
|
1159 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1160 |
"limitation number."
|
1161 |
msgstr ""
|
1162 |
|
1163 |
+
#: app/features/events.php:1622
|
1164 |
#, fuzzy
|
1165 |
#| msgid "Choose your single event style."
|
1166 |
msgid "Read About A Booking System"
|
1167 |
msgstr "Wählen Sie Ihren Single Event Stil"
|
1168 |
|
1169 |
+
#: app/features/events.php:1630
|
1170 |
msgid "100"
|
1171 |
msgstr "z.B. 100"
|
1172 |
|
1173 |
+
#: app/features/events.php:1632 app/features/events.php:1646
|
1174 |
#, fuzzy
|
1175 |
#| msgid "Next Occurrence"
|
1176 |
msgid "Book All Occurrences"
|
1177 |
msgstr "Nächstes Event"
|
1178 |
|
1179 |
+
#: app/features/events.php:1643
|
1180 |
msgid "Sell all occurrences by one booking"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: app/features/events.php:1649
|
1184 |
msgid ""
|
1185 |
"If you have a series of events and you want to sell all of them at once, "
|
1186 |
"this option is for you! For example a weekly yoga course or something "
|
1187 |
"similar."
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: app/features/events.php:1659
|
1191 |
#, fuzzy
|
1192 |
#| msgid "Total booking limits"
|
1193 |
msgid "Total user booking limits"
|
1194 |
msgstr "Gesamt Verfügbare Plätze"
|
1195 |
|
1196 |
+
#: app/features/events.php:1670 app/features/events.php:2070
|
1197 |
+
#: app/features/events.php:2202 app/features/events.php:2383
|
1198 |
msgid "Inherit from global options"
|
1199 |
msgstr "Aus den globalen Einstellungen übernehmen"
|
1200 |
|
1201 |
+
#: app/features/events.php:1673
|
1202 |
msgid "12"
|
1203 |
msgstr "12"
|
1204 |
|
1205 |
+
#: app/features/events.php:1699
|
1206 |
msgid ""
|
1207 |
"You're translating an event so MEC will use the original event for tickets "
|
1208 |
"and booking. You can only translate the ticket name and description. Please "
|
1209 |
"define exact tickets that you defined in the original event here."
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: app/features/events.php:1704
|
1213 |
msgid "Add Ticket"
|
1214 |
msgstr "Ticket hinzufügen"
|
1215 |
|
1216 |
+
#: app/features/events.php:1718 app/features/events.php:1901
|
1217 |
msgid "Ticket Name"
|
1218 |
msgstr "Ticket Name"
|
1219 |
|
1220 |
+
#: app/features/events.php:1723 app/features/events.php:1905
|
1221 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1222 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1223 |
msgid "Start Time"
|
1224 |
msgstr "Uhrzeit des Beginns"
|
1225 |
|
1226 |
+
#: app/features/events.php:1736 app/features/events.php:1918
|
1227 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1228 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1229 |
msgid "End Time"
|
1230 |
msgstr "Uhrzeit Ende"
|
1231 |
|
1232 |
+
#: app/features/events.php:1757 app/features/events.php:1761
|
1233 |
+
#: app/features/events.php:1855 app/features/events.php:1882
|
1234 |
+
#: app/features/events.php:1938 app/features/events.php:1941
|
1235 |
+
#: app/features/events.php:2018 app/features/events.php:2235
|
1236 |
+
#: app/features/events.php:2239 app/features/events.php:2281
|
1237 |
+
#: app/features/events.php:2284 app/features/mec/booking.php:448
|
1238 |
+
#: app/features/mec/booking.php:451 app/features/mec/booking.php:480
|
1239 |
+
#: app/features/mec/booking.php:483
|
1240 |
msgid "Price"
|
1241 |
msgstr "Preis"
|
1242 |
|
1243 |
+
#: app/features/events.php:1762 app/features/events.php:1942
|
1244 |
#, fuzzy
|
1245 |
#| msgid "Insert 0 for free ticket. Only numbers please."
|
1246 |
msgid ""
|
1248 |
"any symbols or characters."
|
1249 |
msgstr "Bitte 0 für kostenloses Ticket eingeben. Bitte nur Zahlen eintragen"
|
1250 |
|
1251 |
+
#: app/features/events.php:1771 app/features/events.php:1776
|
1252 |
+
#: app/features/events.php:1951 app/features/events.php:1954
|
1253 |
msgid "Price Label"
|
1254 |
msgstr "Preisschild"
|
1255 |
|
1256 |
+
#: app/features/events.php:1777 app/features/events.php:1955
|
1257 |
msgid "For showing on website. e.g. $15"
|
1258 |
msgstr "Um das auf der Webseite anzuzeigen zum Beispiel 15 €"
|
1259 |
|
1260 |
+
#: app/features/events.php:1787 app/features/events.php:1965
|
1261 |
msgid "Available Tickets"
|
1262 |
msgstr "Verfügbare Tickets: %s "
|
1263 |
|
1264 |
+
#: app/features/events.php:1804 app/features/events.php:1975
|
1265 |
msgid "Minimum Ticket e.g. 3"
|
1266 |
msgstr "Ticket minimum z.B. 3"
|
1267 |
|
1268 |
+
#: app/features/events.php:1807 app/features/events.php:1978
|
1269 |
msgid "MinimumTicket"
|
1270 |
msgstr "Ticket minimum"
|
1271 |
|
1272 |
+
#: app/features/events.php:1809 app/features/events.php:1980
|
1273 |
msgid "Set a number for the minimum ticket reservation possible"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
+
#: app/features/events.php:1817 app/features/events.php:1988
|
1277 |
msgid "e.g. 0"
|
1278 |
msgstr "z.B. 0"
|
1279 |
|
1280 |
+
#: app/features/events.php:1819 app/features/events.php:1990
|
1281 |
msgid "Day"
|
1282 |
msgstr "Tag"
|
1283 |
|
1284 |
+
#: app/features/events.php:1820 app/features/events.php:1991
|
1285 |
msgid "Hour"
|
1286 |
msgstr "Stunde"
|
1287 |
|
1288 |
+
#: app/features/events.php:1822 app/features/events.php:1993
|
1289 |
#, php-format
|
1290 |
msgid "Stop selling ticket %s before event start."
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: app/features/events.php:1829 app/features/events.php:1999
|
1294 |
msgid "Price per Date"
|
1295 |
msgstr "Preis pro Datum"
|
1296 |
|
1297 |
+
#: app/features/events.php:1859 app/features/events.php:1885
|
1298 |
+
#: app/features/events.php:2020 app/features/labels.php:60
|
1299 |
#: app/features/mec/meta_boxes/display_options.php:1387
|
1300 |
#: app/features/mec/meta_boxes/search_form.php:67
|
1301 |
#: app/features/mec/meta_boxes/search_form.php:137
|
1308 |
#: app/features/mec/meta_boxes/search_form.php:620
|
1309 |
#: app/features/mec/meta_boxes/search_form.php:690
|
1310 |
#: app/features/mec/meta_boxes/search_form.php:796
|
1311 |
+
#: app/features/mec/settings.php:917 app/features/mec/single.php:341
|
1312 |
+
#: app/features/search.php:98 app/libraries/skins.php:1058
|
1313 |
msgid "Label"
|
1314 |
msgstr "Label"
|
1315 |
|
1316 |
+
#: app/features/events.php:2095 app/features/events.php:2133
|
1317 |
+
#: app/features/mec/booking.php:367 app/features/mec/booking.php:396
|
1318 |
msgid "Fee Title"
|
1319 |
msgstr "Gebühren Name"
|
1320 |
|
1321 |
+
#: app/features/events.php:2101 app/features/events.php:2105
|
1322 |
+
#: app/features/events.php:2138 app/features/events.php:2141
|
1323 |
+
#: app/features/mec/booking.php:371 app/features/mec/booking.php:374
|
1324 |
+
#: app/features/mec/booking.php:400 app/features/mec/booking.php:403
|
1325 |
msgid "Amount"
|
1326 |
msgstr "Betrag"
|
1327 |
|
1328 |
+
#: app/features/events.php:2106 app/features/events.php:2142
|
1329 |
+
#: app/features/mec/booking.php:375 app/features/mec/booking.php:404
|
1330 |
msgid ""
|
1331 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1332 |
"otherwise considered as percentage"
|
1334 |
"Gebührenbetrag, gilt als fester Betrag, wenn Sie die Art auf Betrag setzen, "
|
1335 |
"sonst als Prozentsatz"
|
1336 |
|
1337 |
+
#: app/features/events.php:2115 app/features/events.php:2151
|
1338 |
+
#: app/features/mec/booking.php:382 app/features/mec/booking.php:411
|
1339 |
msgid "Percent"
|
1340 |
msgstr "Prozent"
|
1341 |
|
1342 |
+
#: app/features/events.php:2116 app/features/events.php:2152
|
1343 |
+
#: app/features/mec/booking.php:383 app/features/mec/booking.php:412
|
1344 |
msgid "Amount (Per Ticket)"
|
1345 |
msgstr "Betrag (pro Ticket)"
|
1346 |
|
1347 |
+
#: app/features/events.php:2117 app/features/events.php:2153
|
1348 |
+
#: app/features/mec/booking.php:384 app/features/mec/booking.php:413
|
1349 |
msgid "Amount (Per Booking)"
|
1350 |
msgstr "Betrag (pro Buchung)"
|
1351 |
|
1352 |
+
#: app/features/events.php:2240 app/features/events.php:2285
|
1353 |
+
#: app/features/mec/booking.php:452 app/features/mec/booking.php:484
|
1354 |
msgid "Option Price"
|
1355 |
msgstr "Preis Optionen"
|
1356 |
|
1357 |
+
#: app/features/events.php:2250 app/features/events.php:2254
|
1358 |
+
#: app/features/events.php:2294 app/features/events.php:2297
|
1359 |
+
#: app/features/mec/booking.php:458 app/features/mec/booking.php:461
|
1360 |
+
#: app/features/mec/booking.php:490 app/features/mec/booking.php:493
|
1361 |
msgid "Maximum Per Ticket"
|
1362 |
msgstr "Maximum pro Ticket"
|
1363 |
|
1364 |
+
#: app/features/events.php:2255 app/features/events.php:2298
|
1365 |
+
#: app/features/mec/booking.php:462 app/features/mec/booking.php:494
|
1366 |
#, fuzzy
|
1367 |
#| msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1368 |
msgid "Maximum Per Ticket. Leave blank for unlimited."
|
1369 |
msgstr "Maximum pro Ticket. Leerlassen für unendlich."
|
1370 |
|
1371 |
+
#: app/features/events.php:2395 app/features/mec/booking.php:510
|
1372 |
#, fuzzy
|
1373 |
#| msgid "Attendees List"
|
1374 |
msgid "Per Attendee Fields"
|
1375 |
msgstr "Teilnehmer Liste"
|
1376 |
|
1377 |
+
#: app/features/events.php:2425 app/features/mec/booking.php:543
|
1378 |
+
#: app/libraries/main.php:3053
|
1379 |
msgid "MEC Name"
|
1380 |
msgstr "MEC Name"
|
1381 |
|
1382 |
+
#: app/features/events.php:2426 app/features/mec/booking.php:544
|
1383 |
+
#: app/libraries/main.php:3082
|
1384 |
msgid "MEC Email"
|
1385 |
msgstr "MEC Email"
|
1386 |
|
1387 |
+
#: app/features/events.php:2427 app/features/events.php:2516
|
1388 |
+
#: app/features/mec/booking.php:545 app/features/mec/booking.php:641
|
1389 |
+
#: app/features/mec/single.php:182 app/libraries/main.php:3024
|
1390 |
msgid "Text"
|
1391 |
msgstr "Text"
|
1392 |
|
1393 |
+
#: app/features/events.php:2430 app/features/events.php:2519
|
1394 |
+
#: app/features/mec/booking.php:548 app/features/mec/booking.php:644
|
1395 |
#: app/features/mec/single.php:186 app/features/organizers.php:103
|
1396 |
#: app/features/organizers.php:148 app/features/speakers.php:119
|
1397 |
#: app/features/speakers.php:192 app/features/speakers.php:271
|
1398 |
+
#: app/libraries/main.php:3227
|
1399 |
msgid "Tel"
|
1400 |
msgstr "Tel"
|
1401 |
|
1402 |
+
#: app/features/events.php:2431 app/features/mec/booking.php:549
|
1403 |
+
#: app/libraries/main.php:3169
|
1404 |
msgid "File"
|
1405 |
msgstr "Datei"
|
1406 |
|
1407 |
+
#: app/features/events.php:2432 app/features/events.php:2520
|
1408 |
+
#: app/features/mec/booking.php:550 app/features/mec/booking.php:645
|
1409 |
+
#: app/features/mec/single.php:187 app/libraries/main.php:3256
|
1410 |
msgid "Textarea"
|
1411 |
msgstr "Textbereich"
|
1412 |
|
1413 |
+
#: app/features/events.php:2433 app/features/events.php:2521
|
1414 |
+
#: app/features/mec/booking.php:551 app/features/mec/booking.php:646
|
1415 |
+
#: app/features/mec/single.php:189 app/libraries/main.php:3308
|
1416 |
msgid "Checkboxes"
|
1417 |
msgstr "Checkboxes"
|
1418 |
|
1419 |
+
#: app/features/events.php:2434 app/features/events.php:2522
|
1420 |
+
#: app/features/mec/booking.php:552 app/features/mec/booking.php:647
|
1421 |
+
#: app/features/mec/single.php:190 app/libraries/main.php:3354
|
1422 |
msgid "Radio Buttons"
|
1423 |
msgstr "Radio Buttons"
|
1424 |
|
1425 |
+
#: app/features/events.php:2435 app/features/events.php:2523
|
1426 |
+
#: app/features/mec/booking.php:553 app/features/mec/booking.php:648
|
1427 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1428 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1429 |
#: app/features/mec/meta_boxes/search_form.php:49
|
1500 |
#: app/features/mec/meta_boxes/search_form.php:792
|
1501 |
#: app/features/mec/meta_boxes/search_form.php:799
|
1502 |
#: app/features/mec/meta_boxes/search_form.php:813
|
1503 |
+
#: app/features/mec/single.php:191 app/libraries/main.php:3400
|
1504 |
msgid "Dropdown"
|
1505 |
msgstr "Dropdown"
|
1506 |
|
1507 |
+
#: app/features/events.php:2436 app/features/events.php:2524
|
1508 |
+
#: app/features/mec/booking.php:554 app/features/mec/booking.php:649
|
1509 |
+
#: app/libraries/main.php:3449
|
1510 |
msgid "Agreement"
|
1511 |
msgstr "Zustimmung"
|
1512 |
|
1513 |
+
#: app/features/events.php:2437 app/features/events.php:2525
|
1514 |
+
#: app/features/mec/booking.php:555 app/features/mec/booking.php:650
|
1515 |
+
#: app/features/mec/single.php:188 app/libraries/main.php:3285
|
1516 |
msgid "Paragraph"
|
1517 |
msgstr "Absatz"
|
1518 |
|
1519 |
+
#: app/features/events.php:2486 app/features/mec/booking.php:608
|
1520 |
#, fuzzy
|
1521 |
#| msgid "Required Field"
|
1522 |
msgid "Fixed Fields"
|
1523 |
msgstr "Pflichtfeld"
|
1524 |
|
1525 |
+
#: app/features/events.php:3336 app/features/events.php:3354
|
1526 |
+
#: app/features/events.php:3372 app/features/events.php:3390
|
1527 |
#, php-format
|
1528 |
msgid "Show all %s"
|
1529 |
msgstr "Zeige alle %s"
|
1530 |
|
1531 |
+
#: app/features/events.php:3336
|
1532 |
msgid "labels"
|
1533 |
msgstr "Labels + Eventstatus"
|
1534 |
|
1535 |
+
#: app/features/events.php:3354
|
1536 |
msgid "locations"
|
1537 |
msgstr "Orte"
|
1538 |
|
1539 |
+
#: app/features/events.php:3372
|
1540 |
msgid "organizers"
|
1541 |
msgstr "Veranstalter"
|
1542 |
|
1543 |
+
#: app/features/events.php:3406
|
1544 |
msgid "Attendees List"
|
1545 |
msgstr "Teilnehmer Liste"
|
1546 |
|
1547 |
+
#: app/features/events.php:3436 app/features/events.php:3628
|
1548 |
+
#: app/features/events.php:3670 app/features/ix.php:3509
|
1549 |
#: app/features/ix.php:3550 app/features/locations.php:58
|
1550 |
#: app/features/locations.php:261 app/features/locations.php:322
|
1551 |
#: app/features/locations.php:324 app/features/locations.php:333
|
1561 |
#: app/features/mec/meta_boxes/search_form.php:591
|
1562 |
#: app/features/mec/meta_boxes/search_form.php:661
|
1563 |
#: app/features/mec/meta_boxes/search_form.php:767
|
1564 |
+
#: app/features/mec/settings.php:891 app/features/mec/single.php:331
|
1565 |
#: app/features/popup/event.php:116 app/features/popup/event.php:125
|
1566 |
+
#: app/features/search.php:74 app/libraries/main.php:2413
|
1567 |
+
#: app/libraries/main.php:5855 app/libraries/main.php:5903
|
1568 |
+
#: app/libraries/skins.php:954 app/skins/single.php:781
|
1569 |
#: app/skins/single.php:1224 app/skins/single/default.php:191
|
1570 |
#: app/skins/single/default.php:422 app/skins/single/m1.php:172
|
1571 |
#: app/skins/single/m2.php:95 app/skins/single/modern.php:113
|
1572 |
msgid "Location"
|
1573 |
msgstr "Ort"
|
1574 |
|
1575 |
+
#: app/features/events.php:3441
|
1576 |
msgid "Repeat"
|
1577 |
msgstr "Wiederholen"
|
1578 |
|
1579 |
+
#: app/features/events.php:3442
|
1580 |
msgid "Author"
|
1581 |
msgstr "Autor"
|
1582 |
|
1583 |
+
#: app/features/events.php:3563 app/features/events.php:3564
|
1584 |
msgid "iCal Export"
|
1585 |
msgstr "ical Export"
|
1586 |
|
1587 |
+
#: app/features/events.php:3566 app/features/events.php:3567
|
1588 |
msgid "CSV Export"
|
1589 |
msgstr "CSV Export"
|
1590 |
|
1591 |
+
#: app/features/events.php:3569 app/features/events.php:3570
|
1592 |
msgid "MS Excel Export"
|
1593 |
msgstr "MS Excel Export"
|
1594 |
|
1595 |
+
#: app/features/events.php:3572 app/features/events.php:3573
|
1596 |
msgid "XML Export"
|
1597 |
msgstr "XML Export"
|
1598 |
|
1599 |
+
#: app/features/events.php:3575 app/features/events.php:3576
|
1600 |
msgid "JSON Export"
|
1601 |
msgstr "JSON Export"
|
1602 |
|
1603 |
+
#: app/features/events.php:3578 app/features/events.php:3579
|
1604 |
+
#: app/features/events.php:3761
|
1605 |
msgid "Duplicate"
|
1606 |
msgstr "Kopie"
|
1607 |
|
1608 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1609 |
#: app/features/fes.php:233 app/features/ix.php:3509 app/features/ix.php:3550
|
1610 |
#: app/features/labels.php:177 app/features/locations.php:260
|
1611 |
#: app/features/organizers.php:203 app/features/speakers.php:268
|
1612 |
msgid "ID"
|
1613 |
msgstr "ID"
|
1614 |
|
1615 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1616 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1617 |
msgid "Link"
|
1618 |
msgstr "Link"
|
1619 |
|
1620 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1621 |
#, php-format
|
1622 |
msgid "%s Tel"
|
1623 |
msgstr "%s Tel"
|
1624 |
|
1625 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1626 |
#, php-format
|
1627 |
msgid "%s Email"
|
1628 |
msgstr "%s Email"
|
1629 |
|
1630 |
+
#: app/features/events.php:3973 app/features/fes.php:233
|
1631 |
+
#: app/features/profile/profile.php:183 app/libraries/main.php:2496
|
1632 |
+
#: app/libraries/main.php:5885
|
1633 |
msgid "Ticket"
|
1634 |
msgstr "Ticket"
|
1635 |
|
1636 |
+
#: app/features/events.php:3976 app/features/profile/profile.php:186
|
1637 |
msgid "Variations"
|
1638 |
msgstr "Variationen"
|
1639 |
|
1640 |
+
#: app/features/events.php:3991 app/features/fes.php:304
|
1641 |
msgid "Unknown"
|
1642 |
msgstr "Unbekannt"
|
1643 |
|
1644 |
+
#: app/features/events.php:4017
|
1645 |
msgid ""
|
1646 |
"If you want to send an email, first select your attendees and then click in "
|
1647 |
"the button below, please."
|
1648 |
msgstr ""
|
1649 |
|
1650 |
+
#: app/features/events.php:4017 app/features/mec/report.php:50
|
1651 |
msgid "Send Email"
|
1652 |
msgstr "E-Mail senden"
|
1653 |
|
1654 |
+
#: app/features/events.php:4021
|
1655 |
msgid "No Attendees Found!"
|
1656 |
msgstr "Keine Teilnehmer gefunden!"
|
1657 |
|
1695 |
msgid "Order Time"
|
1696 |
msgstr "Uhrzeit Bestellung"
|
1697 |
|
1698 |
+
#: app/features/fes.php:233 app/libraries/main.php:2444
|
1699 |
+
#: app/libraries/main.php:2559
|
1700 |
msgid "Transaction ID"
|
1701 |
msgstr "Transaktions-ID"
|
1702 |
|
1746 |
msgid "Please fill event title field!"
|
1747 |
msgstr "Bitte füllen Sie das Event Titelfeld"
|
1748 |
|
1749 |
+
#: app/features/fes.php:1253
|
1750 |
#, fuzzy
|
1751 |
#| msgid "The event submitted. It will publish as soon as possible."
|
1752 |
msgid "Event submitted. It will publish as soon as possible."
|
1754 |
"Die Veranstaltung wurde übermittelt. Sie wird sobald wie möglich "
|
1755 |
"veröffentlicht werden."
|
1756 |
|
1757 |
+
#: app/features/fes.php:1254
|
1758 |
msgid "The event published."
|
1759 |
msgstr "Die Veranstaltung wurde veröffentlicht."
|
1760 |
|
1762 |
msgid "Go back to events list"
|
1763 |
msgstr "Zurück zur Liste der Veranstaltungen"
|
1764 |
|
1765 |
+
#: app/features/fes/form.php:256 app/features/mec/settings.php:803
|
1766 |
msgid "Excerpt"
|
1767 |
msgstr ""
|
1768 |
|
1852 |
"dieser durch einen neuen link ersetzt werden. Vollständigen Link einfügen, "
|
1853 |
"einschließlich http(s)://"
|
1854 |
|
1855 |
+
#: app/features/fes/form.php:807 app/features/mec/settings.php:721
|
1856 |
msgid "Featured Image"
|
1857 |
msgstr "Ausgewähltes Bild"
|
1858 |
|
1861 |
msgstr "Bild entfernen"
|
1862 |
|
1863 |
#: app/features/fes/form.php:848 app/features/labels.php:61
|
1864 |
+
#: app/features/labels.php:221 app/features/mec.php:462
|
1865 |
#: app/features/mec/meta_boxes/filter.php:72
|
1866 |
+
#: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:5852
|
1867 |
+
#: app/libraries/main.php:5900 app/skins/single.php:994
|
1868 |
#: app/skins/single/default.php:170 app/skins/single/default.php:401
|
1869 |
#: app/skins/single/m1.php:77 app/skins/single/modern.php:249
|
1870 |
msgid "Labels"
|
1871 |
msgstr "Labels"
|
1872 |
|
1873 |
+
#: app/features/fes/form.php:894 app/features/mec.php:460
|
1874 |
#: app/features/mec/meta_boxes/filter.php:73
|
1875 |
#: app/features/mec/meta_boxes/filter.php:151
|
1876 |
msgid "Tags"
|
2212 |
#: app/features/ix/export_g_calendar.php:72
|
2213 |
#: app/features/ix/export_g_calendar.php:151
|
2214 |
#: app/features/ix/export_g_calendar.php:166
|
2215 |
+
#: app/features/mec/notifications.php:137
|
2216 |
+
#: app/features/mec/notifications.php:237
|
2217 |
+
#: app/features/mec/notifications.php:350
|
2218 |
+
#: app/features/mec/notifications.php:693
|
2219 |
msgid "Add to Google Calendar"
|
2220 |
msgstr "Zum Google Kalender hinzufügen"
|
2221 |
|
2222 |
+
#: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:812
|
2223 |
+
#: app/features/mec/modules.php:403 app/features/mec/notifications.php:967
|
2224 |
+
#: app/features/mec/settings.php:1162 app/features/mec/single.php:388
|
2225 |
msgid "Checking ..."
|
2226 |
msgstr "Überprüfung"
|
2227 |
|
2264 |
msgstr ""
|
2265 |
|
2266 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:99
|
2267 |
+
#: app/features/mec/booking.php:333 app/features/mec/booking.php:351
|
2268 |
+
#: app/features/mec/booking.php:428
|
2269 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2270 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2271 |
#: app/features/mec/modules.php:69 app/features/mec/modules.php:211
|
2275 |
msgstr ""
|
2276 |
|
2277 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
2278 |
+
#: app/features/mec/booking.php:99 app/features/mec/booking.php:333
|
2279 |
+
#: app/features/mec/booking.php:351 app/features/mec/booking.php:428
|
2280 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2281 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2282 |
#: app/features/mec/meta_boxes/display_options.php:506
|
2305 |
msgid "Import all of your Facebook events into MEC."
|
2306 |
msgstr "Importiere alle Deine Facebook Events zum MEC"
|
2307 |
|
2308 |
+
#: app/features/ix/import_f_calendar.php:27 app/features/mec/dashboard.php:142
|
2309 |
#: app/features/mec/support-page.php:11 app/features/mec/support.php:100
|
2310 |
msgid "Documentation"
|
2311 |
msgstr "Dokumentation"
|
2489 |
|
2490 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
2491 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
2492 |
+
#: app/features/mec/notifications.php:590
|
2493 |
msgid "Important Note"
|
2494 |
msgstr "Important Note"
|
2495 |
|
2692 |
msgstr "Vorgeschlagen"
|
2693 |
|
2694 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2695 |
+
#: app/libraries/main.php:6169 app/skins/agenda/render.php:43
|
2696 |
#: app/skins/available_spot/tpl.php:58 app/skins/carousel/render.php:38
|
2697 |
#: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
|
2698 |
#: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
|
2712 |
|
2713 |
#: app/features/labels.php:180 app/features/locations.php:263
|
2714 |
#: app/features/organizers.php:206 app/features/speakers.php:272
|
2715 |
+
#: app/modules/booking/steps/tickets.php:87
|
2716 |
msgid "Count"
|
2717 |
msgstr "Zähler"
|
2718 |
|
2726 |
msgid "Event %s"
|
2727 |
msgstr "Event %s"
|
2728 |
|
2729 |
+
#: app/features/locations.php:59 app/features/mec.php:463
|
2730 |
+
#: app/features/mec/dashboard.php:273 app/features/mec/meta_boxes/filter.php:70
|
2731 |
+
#: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:5854
|
2732 |
+
#: app/libraries/main.php:5902
|
2733 |
msgid "Locations"
|
2734 |
msgstr "Orte"
|
2735 |
|
2827 |
"z.B. Karlsruhe Schlosshotel oder Frankfurt Allianz oder Dortmund "
|
2828 |
"Westfalenhalle"
|
2829 |
|
2830 |
+
#: app/features/locations.php:345 app/features/mec/settings.php:751
|
2831 |
#: app/features/popup/event.php:143 app/widgets/single.php:115
|
2832 |
msgid "Event Location"
|
2833 |
msgstr "Veranstaltungsort"
|
2866 |
msgid "Don't show map in single event page"
|
2867 |
msgstr "Karte in Einzelansicht nicht anzeigen"
|
2868 |
|
2869 |
+
#: app/features/locations.php:396 app/libraries/main.php:5888
|
2870 |
+
#: app/libraries/main.php:5933
|
2871 |
msgid "Other Locations"
|
2872 |
msgstr "Andere Orte"
|
2873 |
|
2905 |
msgid "Forgot Password?"
|
2906 |
msgstr "API Passwort"
|
2907 |
|
2908 |
+
#: app/features/mec.php:187
|
2909 |
msgid ""
|
2910 |
"Activation failed. Please check your purchase code or license type."
|
2911 |
"<br><b>Note: Your purchase code should match your licesne type.</b>"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
+
#: app/features/mec.php:187 app/features/mec/support-page.php:136
|
2915 |
msgid "Troubleshooting"
|
2916 |
msgstr "Problembehebung"
|
2917 |
|
2918 |
+
#: app/features/mec.php:287
|
2919 |
#, fuzzy
|
2920 |
#| msgid "Select All"
|
2921 |
msgid "Select Date"
|
2922 |
msgstr "Alles Auswählen"
|
2923 |
|
2924 |
+
#: app/features/mec.php:291 app/skins/masonry.php:255
|
2925 |
msgid "All"
|
2926 |
msgstr "Alle"
|
2927 |
|
2928 |
+
#: app/features/mec.php:337
|
2929 |
msgid ""
|
2930 |
"Your option is not in JSON format. Please insert correct options in this "
|
2931 |
"field and try again."
|
2932 |
msgstr ""
|
2933 |
|
2934 |
+
#: app/features/mec.php:344
|
2935 |
msgid "Your options field can not be empty!"
|
2936 |
msgstr "Ihr Optionen Feld darf nicht leer sein!"
|
2937 |
|
2938 |
+
#: app/features/mec.php:350
|
2939 |
msgid "Your options imported successfuly."
|
2940 |
msgstr "Ihre Einstellungen wurden erfolgreich importiert."
|
2941 |
|
2942 |
+
#: app/features/mec.php:443
|
2943 |
msgid "MEC - Support"
|
2944 |
msgstr "MEC - Support"
|
2945 |
|
2946 |
+
#: app/features/mec.php:443 app/features/mec/support-page.php:9
|
2947 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2948 |
msgid "Support"
|
2949 |
msgstr "Support"
|
2950 |
|
2951 |
+
#: app/features/mec.php:464 app/features/mec/dashboard.php:280
|
2952 |
#: app/features/mec/meta_boxes/filter.php:71
|
2953 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2954 |
+
#: app/libraries/main.php:5856 app/libraries/main.php:5904
|
2955 |
msgid "Organizers"
|
2956 |
msgstr "Veranstalter"
|
2957 |
|
2958 |
+
#: app/features/mec.php:472 app/features/mec.php:496
|
2959 |
+
#: app/features/mec/dashboard.php:266
|
2960 |
msgid "Shortcodes"
|
2961 |
msgstr "Shortcodes"
|
2962 |
|
2963 |
+
#: app/features/mec.php:473
|
2964 |
msgid "MEC - Settings"
|
2965 |
msgstr "MEC - Einstellungen"
|
2966 |
|
2967 |
+
#: app/features/mec.php:474
|
2968 |
msgid "MEC - Addons"
|
2969 |
msgstr "MEC - Erweiterungen"
|
2970 |
|
2971 |
+
#: app/features/mec.php:474 app/features/mec/addons.php:22
|
2972 |
msgid "Addons"
|
2973 |
msgstr "Erweiterungen"
|
2974 |
|
2975 |
+
#: app/features/mec.php:477
|
2976 |
#, fuzzy
|
2977 |
#| msgid "Support"
|
2978 |
msgid "MEC - Report"
|
2979 |
msgstr "Support"
|
2980 |
|
2981 |
+
#: app/features/mec.php:477
|
2982 |
#, fuzzy
|
2983 |
#| msgid "Export"
|
2984 |
msgid "Report"
|
2985 |
msgstr "Export"
|
2986 |
|
2987 |
+
#: app/features/mec.php:479
|
2988 |
#, fuzzy
|
2989 |
#| msgid "Support"
|
2990 |
msgid "MEC - Go Pro"
|
2991 |
msgstr "Support"
|
2992 |
|
2993 |
+
#: app/features/mec.php:479 app/features/mec.php:1239
|
2994 |
#: app/features/mec/go-pro.php:9
|
2995 |
msgid "Go Pro"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
+
#: app/features/mec.php:498
|
2999 |
msgid "Add Shortcode"
|
3000 |
msgstr "Shortcode hinzufügen"
|
3001 |
|
3002 |
+
#: app/features/mec.php:499
|
3003 |
msgid "Add New Shortcode"
|
3004 |
msgstr "Neuen Shortcode hinzufügen"
|
3005 |
|
3006 |
+
#: app/features/mec.php:500
|
3007 |
msgid "No shortcodes found!"
|
3008 |
msgstr "Keine Shortcodes gefunden!"
|
3009 |
|
3010 |
+
#: app/features/mec.php:501
|
3011 |
msgid "All Shortcodes"
|
3012 |
msgstr "Alle Shortcodes"
|
3013 |
|
3014 |
+
#: app/features/mec.php:502
|
3015 |
msgid "Edit shortcodes"
|
3016 |
msgstr "Shortcode ändern"
|
3017 |
|
3018 |
+
#: app/features/mec.php:503
|
3019 |
msgid "No shortcodes found in Trash!"
|
3020 |
msgstr "Keine Shortcodes im Papierkorb gefunden!"
|
3021 |
|
3022 |
+
#: app/features/mec.php:556
|
3023 |
msgid "Display Options"
|
3024 |
msgstr "Darstellungsoptionen"
|
3025 |
|
3026 |
+
#: app/features/mec.php:557
|
3027 |
msgid "Filter Options"
|
3028 |
msgstr "Filteroptionen"
|
3029 |
|
3030 |
+
#: app/features/mec.php:559
|
3031 |
msgid "Search Form"
|
3032 |
msgstr "Suche Formular"
|
3033 |
|
3034 |
+
#: app/features/mec.php:957
|
3035 |
msgid "Display content's images as Popup"
|
3036 |
msgstr ""
|
3037 |
|
3038 |
+
#: app/features/mec.php:971 app/features/popup/shortcode.php:473
|
3039 |
msgid "Single Event Display Method"
|
3040 |
msgstr "Single Event Anzeigemethode"
|
3041 |
|
3042 |
+
#: app/features/mec.php:976 app/features/popup/shortcode.php:477
|
3043 |
msgid "Separate Window"
|
3044 |
msgstr "Separates Fenster"
|
3045 |
|
3046 |
+
#: app/features/mec.php:977 app/features/popup/shortcode.php:481
|
3047 |
#, fuzzy
|
3048 |
#| msgid "Modal 1"
|
3049 |
msgid "Modal Popup"
|
3050 |
msgstr "Modal 1"
|
3051 |
|
3052 |
+
#: app/features/mec.php:1134 app/features/mec.php:1252
|
3053 |
msgid "Total Bookings"
|
3054 |
msgstr "Gesamte Buchungen"
|
3055 |
|
3056 |
+
#: app/features/mec.php:1153 app/features/mec/dashboard.php:63
|
3057 |
msgid "Modern Events Calendar (Lite)"
|
3058 |
msgstr "Moderner Event Kalender (Lite)"
|
3059 |
|
3060 |
+
#: app/features/mec.php:1162 app/features/mec/dashboard.php:291
|
3061 |
+
#: app/features/mec/settings.php:431
|
3062 |
msgid "Upcoming Events"
|
3063 |
msgstr "Bevorstehende Events"
|
3064 |
|
3065 |
+
#: app/features/mec.php:1225
|
3066 |
#, fuzzy
|
3067 |
#| msgid "Update %s"
|
3068 |
msgid "News & Updates"
|
3069 |
msgstr "Update %s"
|
3070 |
|
3071 |
+
#: app/features/mec.php:1238
|
3072 |
msgid "Blog"
|
3073 |
msgstr ""
|
3074 |
|
3075 |
+
#: app/features/mec.php:1238
|
3076 |
msgid "Help"
|
3077 |
msgstr ""
|
3078 |
|
3079 |
+
#: app/features/mec.php:1284
|
3080 |
msgid "This Month"
|
3081 |
msgstr "Diesen Monat"
|
3082 |
|
3083 |
+
#: app/features/mec.php:1290
|
3084 |
msgid "Last Month"
|
3085 |
msgstr "Letzten Monat"
|
3086 |
|
3087 |
+
#: app/features/mec.php:1296
|
3088 |
msgid "This Year"
|
3089 |
msgstr "Diese Jahr"
|
3090 |
|
3091 |
+
#: app/features/mec.php:1302
|
3092 |
msgid "Last Year"
|
3093 |
msgstr "Letztes Jahr"
|
3094 |
|
3095 |
+
#: app/features/mec.php:1314
|
3096 |
msgid "Bar"
|
3097 |
msgstr "Bar"
|
3098 |
|
3099 |
+
#: app/features/mec.php:1315
|
3100 |
msgid "Line"
|
3101 |
msgstr "Linie"
|
3102 |
|
3103 |
+
#: app/features/mec.php:1317
|
3104 |
msgid "Filter"
|
3105 |
msgstr "Filter"
|
3106 |
|
3107 |
+
#: app/features/mec.php:1333
|
3108 |
#, php-format
|
3109 |
msgid "Total Sells (%s)"
|
3110 |
msgstr "Alle Verkäufe (%s)"
|
3111 |
|
3112 |
+
#: app/features/mec.php:1361
|
3113 |
#, fuzzy
|
3114 |
#| msgid "Modern Events Calendar"
|
3115 |
msgid "Print Calendar"
|
3116 |
msgstr "Moderner Event Kalender "
|
3117 |
|
3118 |
+
#: app/features/mec.php:1376
|
3119 |
#, fuzzy
|
3120 |
#| msgid "Multiple Day Events"
|
3121 |
msgid "Display Events"
|
3140 |
|
3141 |
#: app/features/mec/booking.php:78 app/features/mec/messages.php:13
|
3142 |
#: app/features/mec/modules.php:23 app/features/mec/notifications.php:11
|
3143 |
+
#: app/features/mec/settings.php:34 app/features/mec/single.php:19
|
3144 |
#: app/features/mec/styling.php:35
|
3145 |
msgid "Search..."
|
3146 |
msgstr "Suche…"
|
3147 |
|
3148 |
+
#: app/features/mec/booking.php:80 app/features/mec/booking.php:656
|
3149 |
+
#: app/features/mec/booking.php:728 app/features/mec/booking.php:737
|
3150 |
+
#: app/features/mec/booking.php:747 app/features/mec/booking.php:829
|
3151 |
+
#: app/features/mec/booking.php:843 app/features/mec/messages.php:15
|
3152 |
#: app/features/mec/messages.php:51 app/features/mec/messages.php:60
|
3153 |
#: app/features/mec/messages.php:94 app/features/mec/messages.php:103
|
3154 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:368
|
3155 |
#: app/features/mec/modules.php:378 app/features/mec/modules.php:420
|
3156 |
#: app/features/mec/modules.php:434 app/features/mec/notifications.php:13
|
3157 |
+
#: app/features/mec/notifications.php:874
|
3158 |
+
#: app/features/mec/notifications.php:886
|
3159 |
+
#: app/features/mec/notifications.php:984
|
3160 |
+
#: app/features/mec/notifications.php:998 app/features/mec/settings.php:36
|
3161 |
+
#: app/features/mec/settings.php:1111 app/features/mec/settings.php:1121
|
3162 |
+
#: app/features/mec/settings.php:1179 app/features/mec/settings.php:1193
|
3163 |
#: app/features/mec/single.php:21 app/features/mec/single.php:353
|
3164 |
#: app/features/mec/single.php:363 app/features/mec/single.php:405
|
3165 |
#: app/features/mec/single.php:419 app/features/mec/styles.php:11
|
3216 |
"tickets. Leave it empty for unlimited booking."
|
3217 |
msgstr ""
|
3218 |
|
3219 |
+
#: app/features/mec/booking.php:136 app/features/mec/booking.php:144
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3220 |
#, fuzzy
|
3221 |
#| msgid "Description"
|
3222 |
msgid "IP restriction"
|
3223 |
msgstr "Beschreibung"
|
3224 |
|
3225 |
+
#: app/features/mec/booking.php:139 app/features/mec/settings.php:99
|
3226 |
msgid "Enabled"
|
3227 |
msgstr "Aktiviert"
|
3228 |
|
3229 |
+
#: app/features/mec/booking.php:140
|
3230 |
#: app/features/mec/meta_boxes/search_form.php:33
|
3231 |
#: app/features/mec/meta_boxes/search_form.php:40
|
3232 |
#: app/features/mec/meta_boxes/search_form.php:48
|
3325 |
#: app/features/mec/meta_boxes/search_form.php:805
|
3326 |
#: app/features/mec/meta_boxes/search_form.php:812
|
3327 |
#: app/features/mec/meta_boxes/search_form.php:819
|
3328 |
+
#: app/features/mec/modules.php:124 app/features/mec/settings.php:98
|
3329 |
+
#: app/features/mec/settings.php:449
|
3330 |
msgid "Disabled"
|
3331 |
msgstr "Deaktiviert"
|
3332 |
|
3333 |
+
#: app/features/mec/booking.php:145
|
3334 |
msgid ""
|
3335 |
"If you set limit for total tickets that users can book, MEC will use IP and "
|
3336 |
"email to prevent users to book high tickets. You can disable the IP "
|
3337 |
"restriction if you don't need it."
|
3338 |
msgstr ""
|
3339 |
|
3340 |
+
#: app/features/mec/booking.php:152
|
3341 |
msgid "Maximum Dates"
|
3342 |
msgstr "Maximale Anzahl von Daten"
|
3343 |
|
3344 |
+
#: app/features/mec/booking.php:154
|
3345 |
msgid "Default is 6"
|
3346 |
msgstr "Die Voreinstellung ist 6"
|
3347 |
|
3348 |
+
#: app/features/mec/booking.php:158 app/features/mec/booking.php:163
|
3349 |
#, fuzzy
|
3350 |
#| msgid "Booking Form"
|
3351 |
msgid "Show Booking Form Interval"
|
3352 |
msgstr "Buchungsformular"
|
3353 |
|
3354 |
+
#: app/features/mec/booking.php:160
|
3355 |
msgid "Minutes (e.g 5)"
|
3356 |
msgstr "Minuten (z.B. 5)"
|
3357 |
|
3358 |
+
#: app/features/mec/booking.php:164
|
3359 |
msgid ""
|
3360 |
"You can show booking form only at certain times before event start. If you "
|
3361 |
"set this option to 30 then booking form will open only 30 minutes before "
|
3362 |
"starting the event!"
|
3363 |
msgstr ""
|
3364 |
|
3365 |
+
#: app/features/mec/booking.php:171 app/features/mec/booking.php:181
|
3366 |
+
#: app/features/mec/settings.php:639 app/features/mec/settings.php:649
|
3367 |
msgid "Thank You Page"
|
3368 |
msgstr "Danke Seite"
|
3369 |
|
3370 |
+
#: app/features/mec/booking.php:182
|
3371 |
msgid ""
|
3372 |
"User redirects to this page after booking. Leave it empty if you want to "
|
3373 |
"disable it."
|
3375 |
"Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
|
3376 |
"es leer, wenn Sie es deaktivieren möchten."
|
3377 |
|
3378 |
+
#: app/features/mec/booking.php:189 app/features/mec/booking.php:194
|
3379 |
+
#: app/features/mec/settings.php:659 app/features/mec/settings.php:664
|
3380 |
msgid "Thank You Page Time Interval"
|
3381 |
msgstr "Dauer bis zur Weiterleitung auf die Danke Seite"
|
3382 |
|
3383 |
+
#: app/features/mec/booking.php:191 app/features/mec/settings.php:661
|
3384 |
msgid "2000 mean 2 seconds"
|
3385 |
msgstr "2000 bedeutet 2 Sekunden"
|
3386 |
|
3387 |
+
#: app/features/mec/booking.php:195 app/features/mec/settings.php:665
|
3388 |
msgid ""
|
3389 |
"Waiting time before redirecting to thank you page. It's in miliseconds so "
|
3390 |
"2000 means 2 seconds."
|
3391 |
msgstr ""
|
3392 |
|
3393 |
+
#: app/features/mec/booking.php:202 app/features/mec/booking.php:212
|
3394 |
#, fuzzy
|
3395 |
#| msgid "User Profile"
|
3396 |
msgid "User Role"
|
3397 |
msgstr "Benutzer Profil"
|
3398 |
|
3399 |
+
#: app/features/mec/booking.php:213
|
3400 |
msgid ""
|
3401 |
"MEC creates a user for main attendee after each booking. Default role of the "
|
3402 |
"user is subscriber but you can change it if needed."
|
3403 |
msgstr ""
|
3404 |
|
3405 |
+
#: app/features/mec/booking.php:224
|
3406 |
msgid "Enable Express Attendees Form"
|
3407 |
msgstr "Aktivieren Sie das Express-Teilnehmerformular"
|
3408 |
|
3409 |
+
#: app/features/mec/booking.php:228
|
3410 |
msgid "Attendees Form"
|
3411 |
msgstr "Teilnahmeformular"
|
3412 |
|
3413 |
+
#: app/features/mec/booking.php:229
|
3414 |
msgid ""
|
3415 |
"Apply the info from the first attendee to all purchased ticket by that user. "
|
3416 |
"Uncheck if you want every ticket to have its own attendee’s info."
|
3417 |
msgstr ""
|
3418 |
|
3419 |
+
#: app/features/mec/booking.php:242
|
3420 |
msgid "Enable Invoice"
|
3421 |
msgstr "Rechnungen aktivieren"
|
3422 |
|
3423 |
+
#: app/features/mec/booking.php:253
|
3424 |
msgid "Enable Booking for Ongoing Events"
|
3425 |
msgstr "Aktiviere Buchung für bereits laufende Events"
|
3426 |
|
3427 |
+
#: app/features/mec/booking.php:264
|
3428 |
+
msgid "Enable Downloadable File"
|
3429 |
+
msgstr ""
|
3430 |
+
|
3431 |
+
#: app/features/mec/booking.php:269
|
3432 |
+
msgid ""
|
3433 |
+
"By enabling this feature, You can upload a file for each event and bookers "
|
3434 |
+
"are able to download it after booking."
|
3435 |
+
msgstr ""
|
3436 |
+
|
3437 |
+
#: app/features/mec/booking.php:276
|
3438 |
msgid "Email verification"
|
3439 |
msgstr "Email-Verifizierung"
|
3440 |
|
3441 |
+
#: app/features/mec/booking.php:282
|
3442 |
msgid "Auto verification for free bookings"
|
3443 |
msgstr "Automatische Verifizierung für kostenlose Buchungen"
|
3444 |
|
3445 |
+
#: app/features/mec/booking.php:291
|
3446 |
msgid "Auto verification for paid bookings"
|
3447 |
msgstr "Automatische Verifizierung für kostenpflichtige Buchungen"
|
3448 |
|
3449 |
+
#: app/features/mec/booking.php:295 app/features/mec/notifications.php:244
|
3450 |
#: app/libraries/main.php:582
|
3451 |
msgid "Booking Confirmation"
|
3452 |
msgstr "Buchungsbestätigung"
|
3453 |
|
3454 |
+
#: app/features/mec/booking.php:301
|
3455 |
msgid "Auto confirmation for free bookings"
|
3456 |
msgstr "Automatische Bestätigung für kostenlose Buchungen"
|
3457 |
|
3458 |
+
#: app/features/mec/booking.php:310
|
3459 |
msgid "Auto confirmation for paid bookings"
|
3460 |
msgstr "Automatische Bestätigung für kostenpflichtige Buchungen"
|
3461 |
|
3462 |
+
#: app/features/mec/booking.php:319
|
3463 |
msgid "Send confirmation email in auto confirmation mode"
|
3464 |
msgstr ""
|
3465 |
|
3466 |
+
#: app/features/mec/booking.php:338
|
3467 |
msgid "Enable coupons module"
|
3468 |
msgstr "Gutscheinmodul aktivieren"
|
3469 |
|
3470 |
+
#: app/features/mec/booking.php:340
|
3471 |
msgid ""
|
3472 |
"After enabling and saving the settings, you should reload the page to see a "
|
3473 |
"new menu on the Dashboard > Booking"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
+
#: app/features/mec/booking.php:348 app/libraries/main.php:561
|
3477 |
msgid "Taxes / Fees"
|
3478 |
msgstr "Steuern/Gebühren"
|
3479 |
|
3480 |
+
#: app/features/mec/booking.php:356
|
3481 |
msgid "Enable taxes / fees module"
|
3482 |
msgstr "Modul für Gebühren/Steuern aktivieren"
|
3483 |
|
3484 |
+
#: app/features/mec/booking.php:361
|
3485 |
msgid "Add Fee"
|
3486 |
msgstr "Gebühr hinzufügen"
|
3487 |
|
3488 |
+
#: app/features/mec/booking.php:425 app/libraries/main.php:562
|
3489 |
msgid "Ticket Variations & Options"
|
3490 |
msgstr ""
|
3491 |
|
3492 |
+
#: app/features/mec/booking.php:433
|
3493 |
msgid "Enable ticket options module"
|
3494 |
msgstr "Ticket Optionen aktivieren"
|
3495 |
|
3496 |
+
#: app/features/mec/booking.php:438
|
3497 |
msgid "Add Variation / Option"
|
3498 |
msgstr ""
|
3499 |
|
3500 |
+
#: app/features/mec/booking.php:715
|
3501 |
msgid "Enable Organizer Payment Module"
|
3502 |
msgstr ""
|
3503 |
|
3504 |
+
#: app/features/mec/booking.php:720
|
3505 |
msgid ""
|
3506 |
"By enabling this module, organizers are able to insert their own payment "
|
3507 |
"credentials for enabled gateways per event and receive the payments directly!"
|
3508 |
msgstr ""
|
3509 |
|
3510 |
+
#: app/features/mec/booking.php:807 app/features/mec/messages.php:78
|
3511 |
+
#: app/features/mec/modules.php:398 app/features/mec/notifications.php:962
|
3512 |
+
#: app/features/mec/settings.php:1157 app/features/mec/single.php:383
|
3513 |
#: app/features/mec/styles.php:60 app/features/mec/styling.php:311
|
3514 |
msgid "Saved"
|
3515 |
msgstr "Gesichert"
|
3516 |
|
3517 |
+
#: app/features/mec/booking.php:808 app/features/mec/messages.php:79
|
3518 |
+
#: app/features/mec/modules.php:399 app/features/mec/notifications.php:963
|
3519 |
+
#: app/features/mec/settings.php:1158 app/features/mec/single.php:384
|
3520 |
#: app/features/mec/styles.php:61 app/features/mec/styling.php:312
|
3521 |
msgid "Settings Saved!"
|
3522 |
msgstr "Einstellungen gespeichert!"
|
3523 |
|
3524 |
+
#: app/features/mec/booking.php:810 app/features/mec/booking.php:832
|
3525 |
#: app/features/mec/modules.php:401 app/features/mec/modules.php:423
|
3526 |
+
#: app/features/mec/notifications.php:965
|
3527 |
+
#: app/features/mec/notifications.php:987 app/features/mec/settings.php:1160
|
3528 |
+
#: app/features/mec/settings.php:1182 app/features/mec/single.php:386
|
3529 |
+
#: app/features/mec/single.php:408 app/libraries/main.php:6168
|
3530 |
msgid "Verified"
|
3531 |
msgstr "Verifiziert"
|
3532 |
|
3533 |
+
#: app/features/mec/booking.php:834 app/features/mec/modules.php:425
|
3534 |
+
#: app/features/mec/notifications.php:989 app/features/mec/settings.php:1184
|
3535 |
#: app/features/mec/single.php:410
|
3536 |
msgid "Please Refresh Page"
|
3537 |
msgstr "Bitte Seiten Refresh vornehmen"
|
3546 |
msgid "%s - Most Powerful & Easy to Use Events Management System"
|
3547 |
msgstr ""
|
3548 |
|
3549 |
+
#: app/features/mec/dashboard.php:65 app/libraries/factory.php:204
|
3550 |
msgctxt "plugin rate"
|
3551 |
msgid "Rate the plugin ★★★★★"
|
3552 |
msgstr "Bewerte das Plugin ★★★★★"
|
3587 |
msgid "Copouns!"
|
3588 |
msgstr "Gutscheine!"
|
3589 |
|
3590 |
+
#: app/features/mec/dashboard.php:133
|
3591 |
msgid "Getting started with Modern Events Calendar"
|
3592 |
msgstr "Lege los mit dem Modernen Event Kalender "
|
3593 |
|
3594 |
+
#: app/features/mec/dashboard.php:134
|
3595 |
msgid ""
|
3596 |
"In this short video, you can learn how to make an event and put a calendar "
|
3597 |
"on your website. Please watch this 2 minutes video to the end."
|
3598 |
msgstr ""
|
3599 |
|
3600 |
+
#: app/features/mec/dashboard.php:150 app/features/mec/dashboard.php:174
|
3601 |
msgid "MEC Activate"
|
3602 |
msgstr "MEC Aktivieren"
|
3603 |
|
3604 |
+
#: app/features/mec/dashboard.php:156 app/features/mec/dashboard.php:238
|
3605 |
msgid "Activate Addons"
|
3606 |
msgstr "MEC Erweiterungen Aktivieren"
|
3607 |
|
3608 |
+
#: app/features/mec/dashboard.php:164 app/features/mec/dashboard.php:247
|
3609 |
msgid "You cannot access this section."
|
3610 |
msgstr ""
|
3611 |
|
3612 |
+
#: app/features/mec/dashboard.php:180
|
3613 |
msgid ""
|
3614 |
"In order to use all plugin features and options, please enter your purchase "
|
3615 |
"code."
|
3616 |
msgstr ""
|
3617 |
|
3618 |
+
#: app/features/mec/dashboard.php:315
|
3619 |
msgid "Popular Gateways"
|
3620 |
msgstr "Beliebte Zahlungsgateways"
|
3621 |
|
3622 |
+
#: app/features/mec/dashboard.php:373
|
3623 |
msgid "Change Log"
|
3624 |
msgstr "Änderungsprotokoll"
|
3625 |
|
3679 |
#: app/features/mec/meta_boxes/display_options.php:909
|
3680 |
#: app/features/mec/meta_boxes/display_options.php:1200
|
3681 |
#: app/features/mec/meta_boxes/display_options.php:1470
|
3682 |
+
#: app/features/mec/settings.php:295 app/features/mec/settings.php:319
|
3683 |
+
#: app/features/mec/settings.php:328 app/features/mec/settings.php:369
|
3684 |
+
#: app/features/mec/settings.php:393 app/features/mec/settings.php:402
|
3685 |
#: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
|
3686 |
#: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
|
3687 |
#: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
|
3692 |
|
3693 |
#: app/features/mec/meta_boxes/display_options.php:43
|
3694 |
#: app/features/mec/meta_boxes/display_options.php:270
|
3695 |
+
#: app/features/mec/settings.php:320 app/features/mec/settings.php:330
|
3696 |
+
#: app/features/mec/settings.php:394 app/features/mec/settings.php:404
|
3697 |
#: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
|
3698 |
msgid "Minimal"
|
3699 |
msgstr "Minimal"
|
3704 |
#: app/features/mec/meta_boxes/display_options.php:911
|
3705 |
#: app/features/mec/meta_boxes/display_options.php:1198
|
3706 |
#: app/features/mec/meta_boxes/display_options.php:1472
|
3707 |
+
#: app/features/mec/settings.php:297 app/features/mec/settings.php:310
|
3708 |
+
#: app/features/mec/settings.php:321 app/features/mec/settings.php:331
|
3709 |
+
#: app/features/mec/settings.php:371 app/features/mec/settings.php:384
|
3710 |
+
#: app/features/mec/settings.php:395 app/features/mec/settings.php:405
|
3711 |
#: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
|
3712 |
#: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
|
3713 |
#: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
|
3715 |
msgstr "Modern"
|
3716 |
|
3717 |
#: app/features/mec/meta_boxes/display_options.php:45
|
3718 |
+
#: app/features/mec/settings.php:322 app/features/mec/settings.php:396
|
3719 |
#: app/features/popup/shortcode.php:83
|
3720 |
msgid "Standard"
|
3721 |
msgstr "Standard"
|
3722 |
|
3723 |
#: app/features/mec/meta_boxes/display_options.php:46
|
3724 |
+
#: app/features/mec/settings.php:323 app/features/mec/settings.php:397
|
3725 |
#: app/features/popup/shortcode.php:88
|
3726 |
msgid "Accordion"
|
3727 |
msgstr "Accordion"
|
4080 |
#: app/features/mec/meta_boxes/display_options.php:910
|
4081 |
#: app/features/mec/meta_boxes/display_options.php:1199
|
4082 |
#: app/features/mec/meta_boxes/display_options.php:1471
|
4083 |
+
#: app/features/mec/settings.php:296 app/features/mec/settings.php:311
|
4084 |
+
#: app/features/mec/settings.php:329 app/features/mec/settings.php:370
|
4085 |
+
#: app/features/mec/settings.php:385 app/features/mec/settings.php:403
|
4086 |
#: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
|
4087 |
#: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
|
4088 |
#: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
|
4092 |
#: app/features/mec/meta_boxes/display_options.php:272
|
4093 |
#: app/features/mec/meta_boxes/display_options.php:652
|
4094 |
#: app/features/mec/meta_boxes/display_options.php:913
|
4095 |
+
#: app/features/mec/settings.php:299 app/features/mec/settings.php:332
|
4096 |
+
#: app/features/mec/settings.php:373 app/features/mec/settings.php:406
|
4097 |
#: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
|
4098 |
#: app/features/popup/shortcode.php:219
|
4099 |
msgid "Simple"
|
4107 |
#: app/features/mec/meta_boxes/display_options.php:274
|
4108 |
#: app/features/mec/meta_boxes/display_options.php:651
|
4109 |
#: app/features/mec/meta_boxes/display_options.php:912
|
4110 |
+
#: app/features/mec/settings.php:298 app/features/mec/settings.php:334
|
4111 |
+
#: app/features/mec/settings.php:372 app/features/mec/settings.php:408
|
4112 |
#: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
|
4113 |
#: app/features/popup/shortcode.php:214
|
4114 |
msgid "Novel"
|
4158 |
|
4159 |
#: app/features/mec/meta_boxes/display_options.php:638
|
4160 |
#: app/features/mec/meta_boxes/display_options.php:662
|
4161 |
+
#: app/libraries/main.php:330 app/libraries/main.php:1926
|
4162 |
+
#: app/libraries/main.php:1951
|
4163 |
msgid "List View"
|
4164 |
msgstr "Listenansicht"
|
4165 |
|
4166 |
#: app/features/mec/meta_boxes/display_options.php:639
|
4167 |
#: app/features/mec/meta_boxes/display_options.php:683
|
4168 |
+
#: app/libraries/main.php:331 app/libraries/main.php:1927
|
4169 |
+
#: app/libraries/main.php:1952
|
4170 |
msgid "Grid View"
|
4171 |
msgstr "Rasterdarstellung"
|
4172 |
|
4180 |
|
4181 |
#: app/features/mec/meta_boxes/display_options.php:641
|
4182 |
#: app/features/mec/meta_boxes/display_options.php:704
|
4183 |
+
#: app/libraries/main.php:334 app/libraries/main.php:1920
|
4184 |
+
#: app/libraries/main.php:1945
|
4185 |
msgid "Yearly View"
|
4186 |
msgstr "Jahresansicht"
|
4187 |
|
4192 |
|
4193 |
#: app/features/mec/meta_boxes/display_options.php:643
|
4194 |
#: app/features/mec/meta_boxes/display_options.php:753
|
4195 |
+
#: app/libraries/main.php:337 app/libraries/main.php:1922
|
4196 |
+
#: app/libraries/main.php:1947
|
4197 |
msgid "Weekly View"
|
4198 |
msgstr "Wochenansicht"
|
4199 |
|
4200 |
#: app/features/mec/meta_boxes/display_options.php:644
|
4201 |
#: app/features/mec/meta_boxes/display_options.php:763
|
4202 |
+
#: app/libraries/main.php:336 app/libraries/main.php:1923
|
4203 |
+
#: app/libraries/main.php:1948
|
4204 |
msgid "Daily View"
|
4205 |
msgstr "Tagesansicht"
|
4206 |
|
4624 |
msgid "Choose your desired authors for filtering the events."
|
4625 |
msgstr "Wählen Sie die gewünschten Autoren zum Filtern aus"
|
4626 |
|
4627 |
+
#: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:432
|
4628 |
msgid "Expired Events"
|
4629 |
msgstr "Abgelaufene Events"
|
4630 |
|
4699 |
#: app/features/mec/meta_boxes/search_form.php:606
|
4700 |
#: app/features/mec/meta_boxes/search_form.php:676
|
4701 |
#: app/features/mec/meta_boxes/search_form.php:782
|
4702 |
+
#: app/features/mec/settings.php:904 app/features/mec/single.php:336
|
4703 |
#: app/features/search.php:86 app/features/speakers.php:61
|
4704 |
+
#: app/features/speakers.php:269 app/libraries/main.php:5859
|
4705 |
+
#: app/libraries/main.php:5907 app/libraries/skins.php:1006
|
4706 |
#: app/modules/speakers/details.php:18
|
4707 |
msgid "Speaker"
|
4708 |
msgstr "Sprecher"
|
4718 |
#: app/features/mec/meta_boxes/search_form.php:613
|
4719 |
#: app/features/mec/meta_boxes/search_form.php:683
|
4720 |
#: app/features/mec/meta_boxes/search_form.php:789
|
4721 |
+
#: app/features/mec/settings.php:911 app/features/mec/single.php:345
|
4722 |
+
#: app/features/search.php:92 app/libraries/skins.php:1032
|
4723 |
msgid "Tag"
|
4724 |
msgstr "Schlagwort"
|
4725 |
|
4835 |
msgid "Google Map Options"
|
4836 |
msgstr "Google Maps Einstellungen"
|
4837 |
|
4838 |
+
#: app/features/mec/modules.php:85 app/features/mec/settings.php:947
|
4839 |
+
#: app/features/mec/settings.php:960
|
4840 |
msgid "Required!"
|
4841 |
msgstr "Erforderlich (Pflichtfeld)"
|
4842 |
|
5034 |
"Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
|
5035 |
"benachrichtigen."
|
5036 |
|
5037 |
+
#: app/features/mec/notifications.php:43 app/features/mec/notifications.php:147
|
5038 |
+
#: app/features/mec/notifications.php:255
|
5039 |
+
#: app/features/mec/notifications.php:368
|
5040 |
+
#: app/features/mec/notifications.php:483
|
5041 |
+
#: app/features/mec/notifications.php:593
|
5042 |
+
#: app/features/mec/notifications.php:718
|
5043 |
+
#: app/features/mec/notifications.php:801 app/features/mec/report.php:54
|
5044 |
msgid "Email Subject"
|
5045 |
msgstr "Email Betreff"
|
5046 |
|
5047 |
#: app/features/mec/notifications.php:49 app/features/mec/notifications.php:56
|
5048 |
+
#: app/features/mec/notifications.php:153
|
5049 |
+
#: app/features/mec/notifications.php:160
|
5050 |
+
#: app/features/mec/notifications.php:261
|
5051 |
+
#: app/features/mec/notifications.php:268
|
5052 |
+
#: app/features/mec/notifications.php:374
|
5053 |
+
#: app/features/mec/notifications.php:381
|
5054 |
+
#: app/features/mec/notifications.php:489
|
5055 |
+
#: app/features/mec/notifications.php:496
|
5056 |
+
#: app/features/mec/notifications.php:599
|
5057 |
+
#: app/features/mec/notifications.php:606
|
5058 |
+
#: app/features/mec/notifications.php:724
|
5059 |
+
#: app/features/mec/notifications.php:731
|
5060 |
+
#: app/features/mec/notifications.php:807
|
5061 |
+
#: app/features/mec/notifications.php:814
|
5062 |
msgid "Receiver Users"
|
5063 |
msgstr ""
|
5064 |
|
5065 |
+
#: app/features/mec/notifications.php:57 app/features/mec/notifications.php:161
|
5066 |
+
#: app/features/mec/notifications.php:269
|
5067 |
+
#: app/features/mec/notifications.php:382
|
5068 |
+
#: app/features/mec/notifications.php:497
|
5069 |
+
#: app/features/mec/notifications.php:607
|
5070 |
+
#: app/features/mec/notifications.php:732
|
5071 |
+
#: app/features/mec/notifications.php:815
|
5072 |
msgid "Select users to send a copy of email to them!"
|
5073 |
msgstr ""
|
5074 |
|
5075 |
#: app/features/mec/notifications.php:66 app/features/mec/notifications.php:73
|
5076 |
+
#: app/features/mec/notifications.php:170
|
5077 |
+
#: app/features/mec/notifications.php:177
|
5078 |
+
#: app/features/mec/notifications.php:278
|
5079 |
+
#: app/features/mec/notifications.php:285
|
5080 |
+
#: app/features/mec/notifications.php:391
|
5081 |
+
#: app/features/mec/notifications.php:398
|
5082 |
+
#: app/features/mec/notifications.php:506
|
5083 |
+
#: app/features/mec/notifications.php:513
|
5084 |
+
#: app/features/mec/notifications.php:616
|
5085 |
+
#: app/features/mec/notifications.php:623
|
5086 |
+
#: app/features/mec/notifications.php:741
|
5087 |
+
#: app/features/mec/notifications.php:748
|
5088 |
+
#: app/features/mec/notifications.php:824
|
5089 |
+
#: app/features/mec/notifications.php:831
|
5090 |
msgid "Receiver Roles"
|
5091 |
msgstr ""
|
5092 |
|
5093 |
+
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:178
|
5094 |
+
#: app/features/mec/notifications.php:286
|
5095 |
+
#: app/features/mec/notifications.php:399
|
5096 |
+
#: app/features/mec/notifications.php:514
|
5097 |
+
#: app/features/mec/notifications.php:624
|
5098 |
+
#: app/features/mec/notifications.php:749
|
5099 |
+
#: app/features/mec/notifications.php:832
|
5100 |
msgid "Select users a specific role."
|
5101 |
msgstr ""
|
5102 |
|
5103 |
#: app/features/mec/notifications.php:82 app/features/mec/notifications.php:86
|
5104 |
+
#: app/features/mec/notifications.php:186
|
5105 |
+
#: app/features/mec/notifications.php:190
|
5106 |
+
#: app/features/mec/notifications.php:294
|
5107 |
+
#: app/features/mec/notifications.php:298
|
5108 |
+
#: app/features/mec/notifications.php:407
|
5109 |
+
#: app/features/mec/notifications.php:411
|
|
|
5110 |
#: app/features/mec/notifications.php:522
|
5111 |
+
#: app/features/mec/notifications.php:526
|
5112 |
+
#: app/features/mec/notifications.php:632
|
5113 |
+
#: app/features/mec/notifications.php:636
|
5114 |
+
#: app/features/mec/notifications.php:757
|
5115 |
+
#: app/features/mec/notifications.php:761
|
5116 |
+
#: app/features/mec/notifications.php:840
|
5117 |
+
#: app/features/mec/notifications.php:844
|
5118 |
msgid "Custom Recipients"
|
5119 |
msgstr "Individuelle Empfänger"
|
5120 |
|
5121 |
+
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:191
|
5122 |
+
#: app/features/mec/notifications.php:299
|
5123 |
+
#: app/features/mec/notifications.php:412
|
5124 |
+
#: app/features/mec/notifications.php:527
|
5125 |
+
#: app/features/mec/notifications.php:637
|
5126 |
+
#: app/features/mec/notifications.php:762
|
5127 |
+
#: app/features/mec/notifications.php:845
|
5128 |
msgid "Insert comma separated emails for multiple recipients."
|
5129 |
msgstr "Geben Sie mit Komma getrennte email-Adressen ein für mehrere Empfänger"
|
5130 |
|
5131 |
+
#: app/features/mec/notifications.php:94 app/features/mec/notifications.php:423
|
5132 |
+
#: app/features/mec/notifications.php:534
|
5133 |
msgid "Send the email to event organizer"
|
5134 |
msgstr "Sendet das Email zum Event Organisator"
|
5135 |
|
5136 |
+
#: app/features/mec/notifications.php:97 app/features/mec/notifications.php:197
|
5137 |
+
#: app/features/mec/notifications.php:309
|
5138 |
+
#: app/features/mec/notifications.php:430
|
5139 |
+
#: app/features/mec/notifications.php:537
|
5140 |
+
#: app/features/mec/notifications.php:654
|
5141 |
+
#: app/features/mec/notifications.php:768
|
5142 |
+
#: app/features/mec/notifications.php:851
|
5143 |
msgid "Email Content"
|
5144 |
msgstr "Email Inhalt"
|
5145 |
|
5146 |
#: app/features/mec/notifications.php:100
|
5147 |
+
#: app/features/mec/notifications.php:200
|
5148 |
+
#: app/features/mec/notifications.php:312
|
5149 |
+
#: app/features/mec/notifications.php:433
|
5150 |
+
#: app/features/mec/notifications.php:540
|
5151 |
+
#: app/features/mec/notifications.php:657
|
5152 |
+
#: app/features/mec/notifications.php:771
|
5153 |
+
#: app/features/mec/notifications.php:854 app/features/mec/report.php:56
|
5154 |
#, fuzzy
|
5155 |
#| msgid "You can use following placeholders"
|
5156 |
msgid "You can use the following placeholders"
|
5157 |
msgstr "Sie können die folgenden Platzhalter wählen"
|
5158 |
|
5159 |
#: app/features/mec/notifications.php:102
|
5160 |
+
#: app/features/mec/notifications.php:202
|
5161 |
+
#: app/features/mec/notifications.php:314
|
5162 |
+
#: app/features/mec/notifications.php:435
|
5163 |
+
#: app/features/mec/notifications.php:542
|
5164 |
+
#: app/features/mec/notifications.php:659
|
5165 |
msgid "First name of attendee"
|
5166 |
msgstr "Vorname des Teilnehmers"
|
5167 |
|
5168 |
#: app/features/mec/notifications.php:103
|
5169 |
+
#: app/features/mec/notifications.php:203
|
5170 |
+
#: app/features/mec/notifications.php:315
|
5171 |
+
#: app/features/mec/notifications.php:436
|
5172 |
+
#: app/features/mec/notifications.php:543
|
5173 |
+
#: app/features/mec/notifications.php:660
|
5174 |
msgid "Last name of attendee"
|
5175 |
msgstr "Nachname des Teilnehmers"
|
5176 |
|
5177 |
#: app/features/mec/notifications.php:104
|
5178 |
+
#: app/features/mec/notifications.php:204
|
5179 |
+
#: app/features/mec/notifications.php:316
|
5180 |
+
#: app/features/mec/notifications.php:437
|
5181 |
+
#: app/features/mec/notifications.php:544
|
5182 |
+
#: app/features/mec/notifications.php:661
|
5183 |
msgid "Email of attendee"
|
5184 |
msgstr "Email des Teilnehmers"
|
5185 |
|
5186 |
#: app/features/mec/notifications.php:105
|
5187 |
+
#: app/features/mec/notifications.php:205
|
5188 |
+
#: app/features/mec/notifications.php:317
|
5189 |
+
#: app/features/mec/notifications.php:438
|
5190 |
+
#: app/features/mec/notifications.php:545
|
5191 |
+
#: app/features/mec/notifications.php:662
|
5192 |
msgid "Booked date of event"
|
5193 |
msgstr "Gebuchtes Datum der Veranstaltung"
|
5194 |
|
5195 |
#: app/features/mec/notifications.php:106
|
5196 |
+
#: app/features/mec/notifications.php:206
|
5197 |
+
#: app/features/mec/notifications.php:318
|
5198 |
+
#: app/features/mec/notifications.php:439
|
5199 |
+
#: app/features/mec/notifications.php:546
|
5200 |
+
#: app/features/mec/notifications.php:663
|
5201 |
msgid "Booked time of event"
|
5202 |
msgstr "Gebuchte Zeit der Veranstaltung"
|
5203 |
|
5204 |
#: app/features/mec/notifications.php:107
|
5205 |
+
#: app/features/mec/notifications.php:207
|
5206 |
+
#: app/features/mec/notifications.php:319
|
5207 |
+
#: app/features/mec/notifications.php:440
|
5208 |
+
#: app/features/mec/notifications.php:547
|
5209 |
+
#: app/features/mec/notifications.php:664
|
5210 |
msgid "Booking Price"
|
5211 |
msgstr "Buchungspreis"
|
5212 |
|
5213 |
#: app/features/mec/notifications.php:108
|
5214 |
+
#: app/features/mec/notifications.php:208
|
5215 |
+
#: app/features/mec/notifications.php:320
|
5216 |
+
#: app/features/mec/notifications.php:441
|
5217 |
+
#: app/features/mec/notifications.php:548
|
5218 |
+
#: app/features/mec/notifications.php:665
|
5219 |
#, fuzzy
|
5220 |
#| msgid "Date and time of placing booking"
|
5221 |
msgid "Date and time of booking"
|
5222 |
msgstr "Datum und Uhrzeit der Buchung"
|
5223 |
|
5224 |
#: app/features/mec/notifications.php:109
|
5225 |
+
#: app/features/mec/notifications.php:209
|
5226 |
+
#: app/features/mec/notifications.php:321
|
5227 |
+
#: app/features/mec/notifications.php:442
|
5228 |
+
#: app/features/mec/notifications.php:549
|
5229 |
+
#: app/features/mec/notifications.php:666
|
5230 |
+
#: app/features/mec/notifications.php:779
|
5231 |
+
#: app/features/mec/notifications.php:862
|
5232 |
msgid "Your website title"
|
5233 |
msgstr "Titel Ihrer Webseite"
|
5234 |
|
5235 |
#: app/features/mec/notifications.php:110
|
5236 |
+
#: app/features/mec/notifications.php:210
|
5237 |
+
#: app/features/mec/notifications.php:322
|
5238 |
+
#: app/features/mec/notifications.php:443
|
5239 |
+
#: app/features/mec/notifications.php:550
|
5240 |
+
#: app/features/mec/notifications.php:667
|
5241 |
+
#: app/features/mec/notifications.php:780
|
5242 |
+
#: app/features/mec/notifications.php:863
|
5243 |
msgid "Your website URL"
|
5244 |
msgstr "URL Ihrer Webseite"
|
5245 |
|
5246 |
#: app/features/mec/notifications.php:111
|
5247 |
+
#: app/features/mec/notifications.php:211
|
5248 |
+
#: app/features/mec/notifications.php:323
|
5249 |
+
#: app/features/mec/notifications.php:444
|
5250 |
+
#: app/features/mec/notifications.php:551
|
5251 |
+
#: app/features/mec/notifications.php:668
|
5252 |
+
#: app/features/mec/notifications.php:781
|
5253 |
+
#: app/features/mec/notifications.php:864
|
5254 |
msgid "Your website description"
|
5255 |
msgstr "Beschreibung Ihrer Webseite"
|
5256 |
|
5257 |
#: app/features/mec/notifications.php:112
|
5258 |
+
#: app/features/mec/notifications.php:212
|
5259 |
+
#: app/features/mec/notifications.php:324
|
5260 |
+
#: app/features/mec/notifications.php:445
|
5261 |
+
#: app/features/mec/notifications.php:552
|
5262 |
+
#: app/features/mec/notifications.php:669
|
5263 |
msgid "Event title"
|
5264 |
msgstr "Titel der Veranstaltung"
|
5265 |
|
5266 |
#: app/features/mec/notifications.php:113
|
5267 |
+
#: app/features/mec/notifications.php:213
|
5268 |
+
#: app/features/mec/notifications.php:325
|
5269 |
+
#: app/features/mec/notifications.php:446
|
5270 |
+
#: app/features/mec/notifications.php:553
|
5271 |
+
#: app/features/mec/notifications.php:670
|
5272 |
msgid "Event link"
|
5273 |
msgstr "Veranstaltungslink"
|
5274 |
|
5275 |
#: app/features/mec/notifications.php:114
|
5276 |
+
#: app/features/mec/notifications.php:214
|
5277 |
+
#: app/features/mec/notifications.php:326
|
5278 |
+
#: app/features/mec/notifications.php:775
|
5279 |
+
#: app/features/mec/notifications.php:858
|
5280 |
msgid "Event Start Date"
|
5281 |
msgstr "Event Start Datum "
|
5282 |
|
5283 |
#: app/features/mec/notifications.php:115
|
5284 |
+
#: app/features/mec/notifications.php:215
|
5285 |
+
#: app/features/mec/notifications.php:327
|
5286 |
+
#: app/features/mec/notifications.php:776
|
5287 |
+
#: app/features/mec/notifications.php:859
|
5288 |
msgid "Event End Date"
|
5289 |
msgstr "Event End Datum"
|
5290 |
|
5291 |
#: app/features/mec/notifications.php:116
|
5292 |
+
#: app/features/mec/notifications.php:216
|
5293 |
+
#: app/features/mec/notifications.php:328
|
5294 |
+
#: app/features/mec/notifications.php:447
|
5295 |
+
#: app/features/mec/notifications.php:554
|
5296 |
+
#: app/features/mec/notifications.php:671
|
5297 |
#, fuzzy
|
5298 |
#| msgid "Organizer name of booked event"
|
5299 |
msgid "Speaker name of booked event"
|
5300 |
msgstr "Name des Veranstalters des gebuchten Events"
|
5301 |
|
5302 |
#: app/features/mec/notifications.php:117
|
5303 |
+
#: app/features/mec/notifications.php:217
|
5304 |
+
#: app/features/mec/notifications.php:329
|
5305 |
+
#: app/features/mec/notifications.php:448
|
5306 |
+
#: app/features/mec/notifications.php:555
|
5307 |
+
#: app/features/mec/notifications.php:672
|
5308 |
+
msgid "Organizer name of booked event"
|
5309 |
msgstr "Name des Veranstalters des gebuchten Events"
|
5310 |
|
5311 |
#: app/features/mec/notifications.php:118
|
5312 |
+
#: app/features/mec/notifications.php:218
|
5313 |
+
#: app/features/mec/notifications.php:330
|
5314 |
+
#: app/features/mec/notifications.php:449
|
5315 |
+
#: app/features/mec/notifications.php:556
|
5316 |
+
#: app/features/mec/notifications.php:673
|
5317 |
msgid "Organizer tel of booked event"
|
5318 |
msgstr "Tel des Veranstalters"
|
5319 |
|
5320 |
#: app/features/mec/notifications.php:119
|
5321 |
+
#: app/features/mec/notifications.php:219
|
5322 |
+
#: app/features/mec/notifications.php:331
|
5323 |
+
#: app/features/mec/notifications.php:450
|
5324 |
+
#: app/features/mec/notifications.php:557
|
5325 |
+
#: app/features/mec/notifications.php:674
|
5326 |
msgid "Organizer email of booked event"
|
5327 |
msgstr "Email des Veranstalters des gebuchten events"
|
5328 |
|
5329 |
#: app/features/mec/notifications.php:120
|
5330 |
+
#: app/features/mec/notifications.php:220
|
5331 |
+
#: app/features/mec/notifications.php:332
|
5332 |
+
#: app/features/mec/notifications.php:451
|
5333 |
+
#: app/features/mec/notifications.php:558
|
5334 |
+
#: app/features/mec/notifications.php:675
|
5335 |
msgid "Location name of booked event"
|
5336 |
msgstr "Veranstaltungsort"
|
5337 |
|
5338 |
#: app/features/mec/notifications.php:121
|
5339 |
+
#: app/features/mec/notifications.php:221
|
5340 |
+
#: app/features/mec/notifications.php:333
|
5341 |
+
#: app/features/mec/notifications.php:452
|
5342 |
+
#: app/features/mec/notifications.php:559
|
5343 |
+
#: app/features/mec/notifications.php:676
|
5344 |
msgid "Location address of booked event"
|
5345 |
msgstr "Adresse der gebuchten Veranstaltung"
|
5346 |
|
5347 |
#: app/features/mec/notifications.php:122
|
5348 |
+
#: app/features/mec/notifications.php:222
|
5349 |
+
#: app/features/mec/notifications.php:334
|
5350 |
+
#: app/features/mec/notifications.php:453
|
5351 |
+
#: app/features/mec/notifications.php:560
|
5352 |
+
#: app/features/mec/notifications.php:677
|
5353 |
#, fuzzy
|
5354 |
#| msgid "Location name of booked event"
|
5355 |
msgid "Additional locations name of booked event"
|
5356 |
msgstr "Veranstaltungsort"
|
5357 |
|
5358 |
#: app/features/mec/notifications.php:123
|
5359 |
+
#: app/features/mec/notifications.php:223
|
5360 |
+
#: app/features/mec/notifications.php:335
|
5361 |
+
#: app/features/mec/notifications.php:454
|
5362 |
+
#: app/features/mec/notifications.php:561
|
5363 |
+
#: app/features/mec/notifications.php:678
|
5364 |
#, fuzzy
|
5365 |
#| msgid "Location address of booked event"
|
5366 |
msgid "Additional locations address of booked event"
|
5367 |
msgstr "Adresse der gebuchten Veranstaltung"
|
5368 |
|
5369 |
#: app/features/mec/notifications.php:124
|
5370 |
+
#: app/features/mec/notifications.php:224
|
5371 |
+
#: app/features/mec/notifications.php:336
|
5372 |
+
#: app/features/mec/notifications.php:455
|
5373 |
+
#: app/features/mec/notifications.php:562
|
5374 |
+
#: app/features/mec/notifications.php:679
|
5375 |
msgid "Featured image of booked event"
|
5376 |
msgstr "Vorschau Bild des gebuchten Events"
|
5377 |
|
5378 |
#: app/features/mec/notifications.php:125
|
5379 |
+
#: app/features/mec/notifications.php:225
|
5380 |
+
#: app/features/mec/notifications.php:337
|
5381 |
+
#: app/features/mec/notifications.php:456
|
5382 |
+
#: app/features/mec/notifications.php:563
|
5383 |
+
#: app/features/mec/notifications.php:680
|
5384 |
msgid "Full Attendee info such as booking form data, name, email etc."
|
5385 |
msgstr ""
|
5386 |
"Gesamte Teinehmerinformationen wie z.B. Daten aus dem Buchungsformular, "
|
5387 |
"Name, email, etc."
|
5388 |
|
5389 |
#: app/features/mec/notifications.php:126
|
5390 |
+
#: app/features/mec/notifications.php:226
|
5391 |
+
#: app/features/mec/notifications.php:338
|
5392 |
+
#: app/features/mec/notifications.php:457
|
5393 |
+
#: app/features/mec/notifications.php:564
|
5394 |
+
#: app/features/mec/notifications.php:681
|
5395 |
#, fuzzy
|
5396 |
#| msgid "Booking"
|
5397 |
msgid "Booking ID"
|
5398 |
msgstr "Buchung / Reservierung"
|
5399 |
|
5400 |
#: app/features/mec/notifications.php:127
|
5401 |
+
#: app/features/mec/notifications.php:227
|
5402 |
+
#: app/features/mec/notifications.php:339
|
5403 |
+
#: app/features/mec/notifications.php:458
|
5404 |
+
#: app/features/mec/notifications.php:565
|
5405 |
+
#: app/features/mec/notifications.php:682
|
5406 |
#, fuzzy
|
5407 |
#| msgid "Transaction ID"
|
5408 |
msgid "Transaction ID of Booking"
|
5409 |
msgstr "Transaktions-ID"
|
5410 |
|
5411 |
#: app/features/mec/notifications.php:128
|
5412 |
+
#: app/features/mec/notifications.php:341
|
5413 |
+
#: app/features/mec/notifications.php:684
|
5414 |
msgid "Invoice Link"
|
5415 |
msgstr "Rechnungslink"
|
5416 |
|
5417 |
#: app/features/mec/notifications.php:129
|
5418 |
+
#: app/features/mec/notifications.php:229
|
5419 |
+
#: app/features/mec/notifications.php:342
|
5420 |
+
#: app/features/mec/notifications.php:460
|
5421 |
+
#: app/features/mec/notifications.php:567
|
5422 |
+
#: app/features/mec/notifications.php:685
|
5423 |
#, fuzzy
|
5424 |
#| msgid "There is no attendee for booking!"
|
5425 |
msgid "Total attendees of current booking"
|
5426 |
msgstr "Es gibt keinen Teilnehmer für die Buchung!"
|
5427 |
|
5428 |
#: app/features/mec/notifications.php:130
|
5429 |
+
#: app/features/mec/notifications.php:230
|
5430 |
+
#: app/features/mec/notifications.php:343
|
5431 |
+
#: app/features/mec/notifications.php:461
|
5432 |
+
#: app/features/mec/notifications.php:568
|
5433 |
+
#: app/features/mec/notifications.php:686
|
5434 |
msgid "Amount of Booked Tickets (Total attendees of all bookings)"
|
5435 |
msgstr ""
|
5436 |
|
5437 |
#: app/features/mec/notifications.php:131
|
5438 |
+
#: app/features/mec/notifications.php:231
|
5439 |
+
#: app/features/mec/notifications.php:344
|
5440 |
+
#: app/features/mec/notifications.php:462
|
5441 |
+
#: app/features/mec/notifications.php:569
|
5442 |
+
#: app/features/mec/notifications.php:687
|
5443 |
msgid "Ticket name"
|
5444 |
msgstr "Ticket Name"
|
5445 |
|
5446 |
#: app/features/mec/notifications.php:132
|
5447 |
+
#: app/features/mec/notifications.php:232
|
5448 |
+
#: app/features/mec/notifications.php:345
|
5449 |
+
#: app/features/mec/notifications.php:463
|
5450 |
+
#: app/features/mec/notifications.php:570
|
5451 |
+
#: app/features/mec/notifications.php:688
|
5452 |
msgid "Ticket time"
|
5453 |
msgstr "Ticket Uhrzeit"
|
5454 |
|
5455 |
#: app/features/mec/notifications.php:133
|
5456 |
+
#: app/features/mec/notifications.php:233
|
5457 |
+
#: app/features/mec/notifications.php:346
|
5458 |
+
#: app/features/mec/notifications.php:464
|
5459 |
+
#: app/features/mec/notifications.php:571
|
5460 |
+
#: app/features/mec/notifications.php:689
|
5461 |
#, fuzzy
|
5462 |
#| msgid "Ticket name"
|
5463 |
msgid "Ticket name & time"
|
5464 |
msgstr "Ticket Name"
|
5465 |
|
5466 |
#: app/features/mec/notifications.php:134
|
5467 |
+
#: app/features/mec/notifications.php:234
|
5468 |
+
#: app/features/mec/notifications.php:347
|
5469 |
+
#: app/features/mec/notifications.php:465
|
5470 |
+
#: app/features/mec/notifications.php:572
|
5471 |
+
#: app/features/mec/notifications.php:690
|
5472 |
#, fuzzy
|
5473 |
#| msgid "Payment Gateways"
|
5474 |
msgid "Payment Gateway"
|
5475 |
msgstr "Zahlungs-Gateways"
|
5476 |
|
5477 |
#: app/features/mec/notifications.php:135
|
5478 |
+
#: app/features/mec/notifications.php:235
|
5479 |
+
#: app/features/mec/notifications.php:348
|
5480 |
+
#: app/features/mec/notifications.php:466
|
5481 |
+
#: app/features/mec/notifications.php:573
|
5482 |
+
#: app/features/mec/notifications.php:691
|
5483 |
+
msgid "Link to the downloadable file"
|
5484 |
+
msgstr ""
|
5485 |
+
|
5486 |
+
#: app/features/mec/notifications.php:136
|
5487 |
+
#: app/features/mec/notifications.php:236
|
5488 |
+
#: app/features/mec/notifications.php:349
|
5489 |
+
#: app/features/mec/notifications.php:692
|
5490 |
msgid "Download ICS file"
|
5491 |
msgstr "Download ICS Datei"
|
5492 |
|
5493 |
+
#: app/features/mec/notifications.php:144 app/libraries/main.php:581
|
5494 |
msgid "Booking Verification"
|
5495 |
msgstr "Verifizierung der Buchung"
|
5496 |
|
5497 |
+
#: app/features/mec/notifications.php:145
|
5498 |
msgid "It sends to attendee email for verifying their booking/email."
|
5499 |
msgstr ""
|
5500 |
"Versendet an den Teilnehmer eine Email um dessen Buchung/Mail zu "
|
5501 |
"verifizieren."
|
5502 |
|
5503 |
+
#: app/features/mec/notifications.php:228
|
5504 |
msgid "Email/Booking verification link."
|
5505 |
msgstr "Bestätigungslink für Email/Buchung"
|
5506 |
|
5507 |
+
#: app/features/mec/notifications.php:248
|
5508 |
#, fuzzy
|
5509 |
#| msgid "Enable booking notification"
|
5510 |
msgid "Enable booking confirmation"
|
5511 |
msgstr "Buchungsbenachrichtigung aktivieren"
|
5512 |
|
5513 |
+
#: app/features/mec/notifications.php:253
|
5514 |
#, fuzzy
|
5515 |
#| msgid "It sends to attendee after confirming the booking by admin."
|
5516 |
msgid "Sent to attendee after confirming the booking by admin."
|
5517 |
msgstr ""
|
5518 |
"Es wird an den Teilnehmer gesendet nach Bestätigung der Buchung vom admin."
|
5519 |
|
5520 |
+
#: app/features/mec/notifications.php:306
|
5521 |
msgid "Send One Single Email Only To First Attendee"
|
5522 |
msgstr "Nur ein E-Mail zum ersten Teilnehmer senden"
|
5523 |
|
5524 |
+
#: app/features/mec/notifications.php:340
|
5525 |
+
#: app/features/mec/notifications.php:683
|
5526 |
msgid "Booking cancellation link."
|
5527 |
msgstr "Link zur Stornierung der Buchung"
|
5528 |
|
5529 |
+
#: app/features/mec/notifications.php:358 app/libraries/main.php:583
|
5530 |
msgid "Booking Cancellation"
|
5531 |
msgstr "Buchung stornieren"
|
5532 |
|
5533 |
+
#: app/features/mec/notifications.php:362
|
5534 |
msgid "Enable cancellation notification"
|
5535 |
msgstr "Benachrichtigung bei stornierter Buchung"
|
5536 |
|
5537 |
+
#: app/features/mec/notifications.php:366
|
5538 |
#, fuzzy
|
5539 |
#| msgid "It sends to attendee after booking for notifying him/her."
|
5540 |
msgid "Sent to selected recipients after booking cancellation to notify them."
|
5542 |
"Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
|
5543 |
"benachrichtigen."
|
5544 |
|
5545 |
+
#: app/features/mec/notifications.php:419
|
5546 |
+
#: app/features/mec/notifications.php:713
|
5547 |
msgid "Send the email to admin"
|
5548 |
msgstr "Sendet die E-Mail zum Admin"
|
5549 |
|
5550 |
+
#: app/features/mec/notifications.php:427
|
5551 |
#, fuzzy
|
5552 |
#| msgid "Send the email to booking user"
|
5553 |
msgid "Send the email to the booked user"
|
5554 |
msgstr "Sendet die Email zum Buchungs "
|
5555 |
|
5556 |
+
#: app/features/mec/notifications.php:459
|
5557 |
+
#: app/features/mec/notifications.php:566
|
5558 |
msgid "Admin booking management link."
|
5559 |
msgstr "Admin-link zur Buchungsverwaltung"
|
5560 |
|
5561 |
+
#: app/features/mec/notifications.php:473 app/libraries/main.php:585
|
5562 |
msgid "Admin"
|
5563 |
msgstr "Admin"
|
5564 |
|
5565 |
+
#: app/features/mec/notifications.php:477
|
5566 |
msgid "Enable admin notification"
|
5567 |
msgstr "Buchungsbenachrichtigung aktivieren (Admin)"
|
5568 |
|
5569 |
+
#: app/features/mec/notifications.php:481
|
5570 |
#, fuzzy
|
5571 |
#| msgid "It sends to admin to notify him/her that a new booking received."
|
5572 |
msgid "Sent to admin to notify them that a new booking has been received."
|
5574 |
"Sendet eine Benachrichtigung an den Adminstrator um diesen darüber zu "
|
5575 |
"Informieren, dass eine neue Buchung eingegangen ist."
|
5576 |
|
5577 |
+
#: app/features/mec/notifications.php:580 app/libraries/main.php:584
|
5578 |
#: app/libraries/notifications.php:550
|
5579 |
msgid "Booking Reminder"
|
5580 |
msgstr "Buchungs Erinnerung"
|
5581 |
|
5582 |
+
#: app/features/mec/notifications.php:584
|
5583 |
msgid "Enable booking reminder notification"
|
5584 |
msgstr "Aktivieren Sie die Erinnerung für die Buchungserinnerung"
|
5585 |
|
5586 |
+
#: app/features/mec/notifications.php:590
|
5587 |
+
#, fuzzy, php-format
|
5588 |
+
#| msgid ""
|
5589 |
+
#| "Set a cronjob to call %s file once per day otherwise it won't send the "
|
5590 |
+
#| "reminders. Please note that you should call this file %s otherwise it may "
|
5591 |
+
#| "send the reminders multiple times."
|
5592 |
msgid ""
|
5593 |
+
"Set a cronjob to call %s file once per hour otherwise it won't send the "
|
5594 |
"reminders. Please note that you should call this file %s otherwise it may "
|
5595 |
"send the reminders multiple times."
|
5596 |
msgstr ""
|
5599 |
"Sie diese Datei% s aufrufen sollten, sonst könnten die Erinnerungen mehrmals "
|
5600 |
"gesendet werden."
|
5601 |
|
5602 |
+
#: app/features/mec/notifications.php:590
|
5603 |
+
#, fuzzy
|
5604 |
+
#| msgid "only once per day"
|
5605 |
+
msgid "only once per hour"
|
5606 |
msgstr "nur einmal pro Tag"
|
5607 |
|
5608 |
+
#: app/features/mec/notifications.php:643 app/libraries/main.php:6913
|
5609 |
+
#: app/libraries/main.php:6930
|
5610 |
+
#, fuzzy
|
5611 |
+
#| msgid "Hour"
|
5612 |
+
msgid "Hours"
|
5613 |
+
msgstr "Stunde"
|
5614 |
+
|
5615 |
+
#: app/features/mec/notifications.php:647
|
5616 |
+
msgid "Reminder hours"
|
5617 |
+
msgstr ""
|
5618 |
|
5619 |
+
#: app/features/mec/notifications.php:648
|
5620 |
+
msgid "Please, insert comma to separate reminder hours."
|
5621 |
msgstr ""
|
5622 |
|
5623 |
+
#: app/features/mec/notifications.php:702 app/features/popup/event.php:253
|
5624 |
#: app/libraries/main.php:586
|
5625 |
msgid "New Event"
|
5626 |
msgstr "Neue Veranstaltung"
|
5627 |
|
5628 |
+
#: app/features/mec/notifications.php:706
|
5629 |
msgid "Enable new event notification"
|
5630 |
msgstr "Benachrichtigung bei neuen Veranstaltungen aktivieren"
|
5631 |
|
5632 |
+
#: app/features/mec/notifications.php:716
|
5633 |
#, fuzzy
|
5634 |
#| msgid ""
|
5635 |
#| "It sends after adding a new event from frontend event submission or from "
|
5641 |
"Wird nach dem Hinzufügen einer neuen Veranstaltung aus der Frontend-"
|
5642 |
"Übermittlung oder dem Backend versandt."
|
5643 |
|
5644 |
+
#: app/features/mec/notifications.php:773
|
5645 |
+
#: app/features/mec/notifications.php:856
|
5646 |
msgid "Title of event"
|
5647 |
msgstr "Titel der Veranstaltung"
|
5648 |
|
5649 |
+
#: app/features/mec/notifications.php:774
|
5650 |
+
#: app/features/mec/notifications.php:857
|
5651 |
msgid "Link of event"
|
5652 |
msgstr "Link der Veranstaltung"
|
5653 |
|
5654 |
+
#: app/features/mec/notifications.php:777
|
5655 |
+
#: app/features/mec/notifications.php:860
|
5656 |
msgid "Status of event"
|
5657 |
msgstr "Status der Veranstaltung"
|
5658 |
|
5659 |
+
#: app/features/mec/notifications.php:778
|
5660 |
+
#: app/features/mec/notifications.php:861 app/features/mec/settings.php:819
|
5661 |
+
#: app/features/mec/settings.php:823
|
5662 |
msgid "Event Note"
|
5663 |
msgstr "Veranstaltungsnotiz"
|
5664 |
|
5665 |
+
#: app/features/mec/notifications.php:782
|
5666 |
+
#: app/features/mec/notifications.php:865
|
5667 |
msgid "Admin events management link."
|
5668 |
msgstr "Admin-link zur Veranstaltungsverwaltung"
|
5669 |
|
5670 |
+
#: app/features/mec/notifications.php:791 app/libraries/main.php:587
|
5671 |
msgid "User Event Publishing"
|
5672 |
msgstr "Nutzer Event wurde veröffentlicht."
|
5673 |
|
5674 |
+
#: app/features/mec/notifications.php:795
|
5675 |
msgid "Enable user event publishing notification"
|
5676 |
msgstr "Benachrichtigung bei neuen Nutzer Veranstaltungen aktivieren"
|
5677 |
|
5678 |
+
#: app/features/mec/notifications.php:799
|
5679 |
#, fuzzy
|
5680 |
#| msgid ""
|
5681 |
#| "It sends after adding a new event from frontend event submission or from "
|
5746 |
msgid "There was an error please try again!"
|
5747 |
msgstr "Es ist ein Fehler aufgetreten, bitte erneut Versuchen!"
|
5748 |
|
5749 |
+
#: app/features/mec/settings.php:56 app/features/mec/settings.php:66
|
5750 |
msgid "Hide Events"
|
5751 |
msgstr "Events verbergen"
|
5752 |
|
5753 |
+
#: app/features/mec/settings.php:59
|
5754 |
msgid "On Event Start"
|
5755 |
msgstr "Am Event Start"
|
5756 |
|
5757 |
+
#: app/features/mec/settings.php:60
|
5758 |
msgid "+1 Hour after start"
|
5759 |
msgstr "+1 Stunde nach dem Start"
|
5760 |
|
5761 |
+
#: app/features/mec/settings.php:61
|
5762 |
msgid "+2 Hours after start"
|
5763 |
msgstr "+2 Stunden nach dem Start"
|
5764 |
|
5765 |
+
#: app/features/mec/settings.php:62
|
5766 |
msgid "On Event End"
|
5767 |
msgstr "Am Event Ende"
|
5768 |
|
5769 |
+
#: app/features/mec/settings.php:67
|
5770 |
msgid ""
|
5771 |
"This option is for showing start/end time of events on frontend of website."
|
5772 |
msgstr ""
|
5773 |
"Diese Option ist um die Start/Endezeit von Events im Frontend der Webseite "
|
5774 |
"anzuzeigen"
|
5775 |
|
5776 |
+
#: app/features/mec/settings.php:76 app/features/mec/settings.php:85
|
5777 |
msgid "Multiple Day Events"
|
5778 |
msgstr "Mehrtagesveranstaltung"
|
5779 |
|
5780 |
+
#: app/features/mec/settings.php:79
|
5781 |
msgid "Show only first day on List/Grid/Slider skins"
|
5782 |
msgstr "Zeige nur den ersten Tag auf Listen/Raster(Grid)/Slider skins."
|
5783 |
|
5784 |
+
#: app/features/mec/settings.php:80
|
5785 |
msgid "Show only first day on all skins"
|
5786 |
msgstr "Nur den ersten Tag in allen Ansichten zeigen"
|
5787 |
|
5788 |
+
#: app/features/mec/settings.php:81
|
5789 |
msgid "Show all days"
|
5790 |
msgstr "Alle Tage anzeigen"
|
5791 |
|
5792 |
+
#: app/features/mec/settings.php:86
|
5793 |
msgid ""
|
5794 |
"For showing all days of multiple day events on frontend or only show the "
|
5795 |
"first day."
|
5797 |
"Um alle Tage anzuzeigen bei Events über mehrere Tage im Frontend oder nur "
|
5798 |
"den ersten Tag anzeigen"
|
5799 |
|
5800 |
+
#: app/features/mec/settings.php:95
|
5801 |
msgid "Remove MEC Data on Plugin Uninstall"
|
5802 |
msgstr "Entfernen von MEC Data auf dem Plugin Deinstallierer"
|
5803 |
|
5804 |
+
#: app/features/mec/settings.php:106
|
5805 |
#, fuzzy
|
5806 |
#| msgid "No Search Options"
|
5807 |
msgid "Sender Name"
|
5808 |
msgstr "Keine Suchoptionen"
|
5809 |
|
5810 |
+
#: app/features/mec/settings.php:109
|
5811 |
msgid "e.g. Webnus"
|
5812 |
msgstr "z.B. Webnus"
|
5813 |
|
5814 |
+
#: app/features/mec/settings.php:116
|
5815 |
msgid "Sender Email"
|
5816 |
msgstr "Absender (E-Mail)"
|
5817 |
|
5818 |
+
#: app/features/mec/settings.php:119
|
5819 |
msgid "e.g. info@webnus.biz"
|
5820 |
msgstr "z.B. info@webnus.biz"
|
5821 |
|
5822 |
+
#: app/features/mec/settings.php:125
|
5823 |
msgid "Exclude Date Suffix"
|
5824 |
msgstr "Ausschlussdatum Suffix"
|
5825 |
|
5826 |
+
#: app/features/mec/settings.php:128
|
5827 |
msgid "Remove suffix from calendars"
|
5828 |
msgstr "Suffix aus den Kalendern entfernen"
|
5829 |
|
5830 |
+
#: app/features/mec/settings.php:132
|
5831 |
#, fuzzy
|
5832 |
#| msgid "Remove suffix from calendars"
|
5833 |
msgid "Remove \"Th\" on calendar"
|
5834 |
msgstr "Suffix aus den Kalendern entfernen"
|
5835 |
|
5836 |
+
#: app/features/mec/settings.php:133
|
5837 |
msgid ""
|
5838 |
"Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
|
5839 |
"showing just '12' )"
|
5840 |
msgstr ""
|
5841 |
|
5842 |
+
#: app/features/mec/settings.php:140 app/features/mec/settings.php:147
|
5843 |
msgid "Schema"
|
5844 |
msgstr ""
|
5845 |
|
5846 |
+
#: app/features/mec/settings.php:143
|
5847 |
#, fuzzy
|
5848 |
#| msgid "Enable coupons module"
|
5849 |
msgid "Enable Schema Code"
|
5850 |
msgstr "Gutscheinmodul aktivieren"
|
5851 |
|
5852 |
+
#: app/features/mec/settings.php:148
|
5853 |
msgid "You can enable/disable Schema scripts"
|
5854 |
msgstr ""
|
5855 |
|
5856 |
+
#: app/features/mec/settings.php:157 app/features/mec/settings.php:167
|
5857 |
+
#: app/libraries/main.php:5863 app/libraries/main.php:5911
|
5858 |
msgid "Weekdays"
|
5859 |
msgstr "Wochentage"
|
5860 |
|
5861 |
+
#: app/features/mec/settings.php:168
|
5862 |
#, fuzzy
|
5863 |
#| msgid ""
|
5864 |
#| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
|
5871 |
"Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
|
5872 |
"Donnerstag und Freitag gesetzt."
|
5873 |
|
5874 |
+
#: app/features/mec/settings.php:178 app/features/mec/settings.php:188
|
5875 |
msgid "Weekends"
|
5876 |
msgstr "Wochenenden"
|
5877 |
|
5878 |
+
#: app/features/mec/settings.php:189
|
5879 |
#, fuzzy
|
5880 |
#| msgid ""
|
5881 |
#| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
|
5888 |
"Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
|
5889 |
"Donnerstag und Freitag gesetzt."
|
5890 |
|
5891 |
+
#: app/features/mec/settings.php:198
|
5892 |
#, fuzzy
|
5893 |
#| msgid "Date Format"
|
5894 |
msgid "Datepicker Format"
|
5895 |
msgstr "Datumsformat"
|
5896 |
|
5897 |
+
#: app/features/mec/settings.php:206
|
5898 |
msgid "(Y-m-d)"
|
5899 |
msgstr ""
|
5900 |
|
5901 |
+
#: app/features/mec/settings.php:207
|
5902 |
msgid "(d-m-Y)"
|
5903 |
msgstr ""
|
5904 |
|
5905 |
+
#: app/features/mec/settings.php:210
|
5906 |
msgid "(Y/m/d)"
|
5907 |
msgstr ""
|
5908 |
|
5909 |
+
#: app/features/mec/settings.php:211
|
5910 |
msgid "(m/d/Y)"
|
5911 |
msgstr ""
|
5912 |
|
5913 |
+
#: app/features/mec/settings.php:214
|
5914 |
msgid "(Y.m.d)"
|
5915 |
msgstr ""
|
5916 |
|
5917 |
+
#: app/features/mec/settings.php:215
|
5918 |
msgid "(d.m.Y)"
|
5919 |
msgstr ""
|
5920 |
|
5921 |
+
#: app/features/mec/settings.php:221 app/features/mec/settings.php:233
|
5922 |
msgid "Midnight Hour"
|
5923 |
msgstr "Mitternacht"
|
5924 |
|
5925 |
+
#: app/features/mec/settings.php:224
|
5926 |
msgid "12 AM"
|
5927 |
msgstr "00:00"
|
5928 |
|
5929 |
+
#: app/features/mec/settings.php:225
|
5930 |
msgid "1 AM"
|
5931 |
msgstr "01:00"
|
5932 |
|
5933 |
+
#: app/features/mec/settings.php:226
|
5934 |
msgid "2 AM"
|
5935 |
msgstr "02:00"
|
5936 |
|
5937 |
+
#: app/features/mec/settings.php:227
|
5938 |
msgid "3 AM"
|
5939 |
msgstr "03:00"
|
5940 |
|
5941 |
+
#: app/features/mec/settings.php:228
|
5942 |
msgid "4 AM"
|
5943 |
msgstr "04:00"
|
5944 |
|
5945 |
+
#: app/features/mec/settings.php:229
|
5946 |
msgid "5 AM"
|
5947 |
msgstr "05:00"
|
5948 |
|
5949 |
+
#: app/features/mec/settings.php:234
|
5950 |
msgid ""
|
5951 |
"12 AM is midnight by default but you can change it if your event ends after "
|
5952 |
"12 AM and you don't want those events considered as multiple days events!"
|
5953 |
msgstr ""
|
5954 |
|
5955 |
+
#: app/features/mec/settings.php:242
|
5956 |
#, fuzzy
|
5957 |
#| msgid "Add Shortcode"
|
5958 |
msgid "Open \"Add Event\" as Popup"
|
5959 |
msgstr "Shortcode hinzufügen"
|
5960 |
|
5961 |
+
#: app/features/mec/settings.php:245 app/features/mec/settings.php:253
|
5962 |
#, fuzzy
|
5963 |
#| msgid "Enabled"
|
5964 |
msgid "Enable"
|
5965 |
msgstr "Aktiviert"
|
5966 |
|
5967 |
+
#: app/features/mec/settings.php:250
|
5968 |
#, fuzzy
|
5969 |
#| msgid "Add Shortcode"
|
5970 |
msgid "Open \"Add Shortcode\" as Popup"
|
5971 |
msgstr "Shortcode hinzufügen"
|
5972 |
|
5973 |
+
#: app/features/mec/settings.php:260 app/libraries/main.php:533
|
5974 |
msgid "Archive Pages"
|
5975 |
msgstr ""
|
5976 |
|
5977 |
+
#: app/features/mec/settings.php:263 app/features/mec/settings.php:268
|
5978 |
msgid "Archive Page Title"
|
5979 |
msgstr "Titel der Archivseite"
|
5980 |
|
5981 |
+
#: app/features/mec/settings.php:269
|
5982 |
#, fuzzy
|
5983 |
#| msgid "Default value is Events"
|
5984 |
msgid "Default value is Events - It's title of the page"
|
5985 |
msgstr "Der Standardwert ist Ereignisse (Events)"
|
5986 |
|
5987 |
+
#: app/features/mec/settings.php:277 app/features/mec/settings.php:345
|
5988 |
msgid "Archive Page Skin"
|
5989 |
msgstr "Skin Seite Archiv"
|
5990 |
|
5991 |
+
#: app/features/mec/settings.php:285
|
5992 |
#, fuzzy
|
5993 |
#| msgid "Edit shortcodes"
|
5994 |
msgid "Put shortcode..."
|
5995 |
msgstr "Shortcode ändern"
|
5996 |
|
5997 |
+
#: app/features/mec/settings.php:288 app/features/mec/settings.php:303
|
5998 |
+
#: app/features/mec/settings.php:306 app/features/mec/settings.php:315
|
5999 |
+
#: app/features/mec/settings.php:341 app/features/mec/settings.php:362
|
6000 |
+
#: app/features/mec/settings.php:377 app/features/mec/settings.php:380
|
6001 |
+
#: app/features/mec/settings.php:389 app/features/mec/settings.php:415
|
6002 |
#, fuzzy
|
6003 |
#| msgid "The event is ongoing."
|
6004 |
msgid "There is no skins"
|
6005 |
msgstr "Die Veranstaltung ist im Gange."
|
6006 |
|
6007 |
+
#: app/features/mec/settings.php:291 app/features/mec/settings.php:365
|
6008 |
#: app/features/mec/single.php:73
|
6009 |
msgid "Modern Style"
|
6010 |
msgstr "Moderner Stil"
|
6011 |
|
6012 |
+
#: app/features/mec/settings.php:333 app/features/mec/settings.php:407
|
6013 |
msgid "colorful"
|
6014 |
msgstr "Farbenfroh"
|
6015 |
|
6016 |
+
#: app/features/mec/settings.php:338 app/features/mec/settings.php:412
|
6017 |
#, fuzzy
|
6018 |
#| msgid "Plain Style"
|
6019 |
msgid "Clean Style"
|
6020 |
msgstr "Einfacher schlichter Stil"
|
6021 |
|
6022 |
+
#: app/features/mec/settings.php:346
|
6023 |
#, fuzzy
|
6024 |
#| msgid "Default value is Calendar/Monthly View"
|
6025 |
msgid "Default value is Calendar/Monthly View, But you can change it "
|
6026 |
msgstr "Der Standardwert ist Kalender / Monatsansicht"
|
6027 |
|
6028 |
+
#: app/features/mec/settings.php:346 app/features/mec/settings.php:420
|
6029 |
msgid "See Demo"
|
6030 |
msgstr ""
|
6031 |
|
6032 |
+
#: app/features/mec/settings.php:354 app/features/mec/settings.php:419
|
6033 |
msgid "Category Page Skin"
|
6034 |
msgstr "Kategorie Seiten Skin"
|
6035 |
|
6036 |
+
#: app/features/mec/settings.php:420
|
6037 |
#, fuzzy
|
6038 |
#| msgid "Default value is Calendar/Monthly View"
|
6039 |
msgid ""
|
6041 |
"categories."
|
6042 |
msgstr "Der Standardwert ist Kalender / Monatsansicht"
|
6043 |
|
6044 |
+
#: app/features/mec/settings.php:428 app/features/mec/settings.php:436
|
6045 |
msgid "Category Events Method"
|
6046 |
msgstr ""
|
6047 |
|
6048 |
+
#: app/features/mec/settings.php:437
|
6049 |
msgid "Default value is Upcoming Events"
|
6050 |
msgstr ""
|
6051 |
|
6052 |
+
#: app/features/mec/settings.php:445 app/features/mec/settings.php:453
|
6053 |
msgid "Events Archive Status"
|
6054 |
msgstr "Events Archiv Status"
|
6055 |
|
6056 |
+
#: app/features/mec/settings.php:448
|
6057 |
msgid "Enabled (Recommended)"
|
6058 |
msgstr "Ist aktiviert (empfohlen)"
|
6059 |
|
6060 |
+
#: app/features/mec/settings.php:454
|
6061 |
msgid ""
|
6062 |
"If you disable it, then you should create a page as archive page of MEC. "
|
6063 |
"Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
|
6067 |
"erstellen. Page´s slug muss gleich sein wie \"Main Slug\" von MEC. Außerdem "
|
6068 |
"werden alle MEC-Rewrite-Regeln deaktiviert."
|
6069 |
|
6070 |
+
#: app/features/mec/settings.php:467 app/features/mec/settings.php:472
|
6071 |
msgid "Main Slug"
|
6072 |
msgstr "Main Slug"
|
6073 |
|
6074 |
+
#: app/features/mec/settings.php:473
|
6075 |
msgid ""
|
6076 |
"Default value is events. You can not have a page with this name. MEC allows "
|
6077 |
"you to create custom URLs for the permalinks and archives to enhance the "
|
6078 |
"applicability and forward-compatibility of the links."
|
6079 |
msgstr ""
|
6080 |
|
6081 |
+
#: app/features/mec/settings.php:477 app/features/mec/settings.php:491
|
6082 |
#, fuzzy
|
6083 |
#| msgid ""
|
6084 |
#| "Default value is events. Valid characters are lowercase a-z, - character "
|
6088 |
"Standardwert ist Events. Gültige Zeichen sind Kleinbuchstaben a-z, - Zeichen "
|
6089 |
"und Zahlen."
|
6090 |
|
6091 |
+
#: app/features/mec/settings.php:481 app/features/mec/settings.php:486
|
6092 |
msgid "Category Slug"
|
6093 |
msgstr "Category Slug"
|
6094 |
|
6095 |
+
#: app/features/mec/settings.php:487
|
6096 |
#, fuzzy
|
6097 |
#| msgid ""
|
6098 |
#| "It's slug of MEC categories, you can change it to events-cat or something "
|
6108 |
"für den link. Zum Beispiel example.com/events-cat oder example.com/mec-"
|
6109 |
"category"
|
6110 |
|
6111 |
+
#: app/features/mec/settings.php:499
|
6112 |
msgid "Currency"
|
6113 |
msgstr "Währung"
|
6114 |
|
6115 |
+
#: app/features/mec/settings.php:509 app/features/mec/settings.php:514
|
6116 |
msgid "Currency Sign"
|
6117 |
msgstr "Währungssymbol"
|
6118 |
|
6119 |
+
#: app/features/mec/settings.php:515
|
6120 |
msgid "Default value will be \"currency\" if you leave it empty."
|
6121 |
msgstr "Standardwert wird \"currency\" sein wenn Sie es leer lassen"
|
6122 |
|
6123 |
+
#: app/features/mec/settings.php:522
|
6124 |
msgid "Currency Position"
|
6125 |
msgstr "Position des Währungssymbols"
|
6126 |
|
6127 |
+
#: app/features/mec/settings.php:525
|
6128 |
msgid "Before $10"
|
6129 |
msgstr "Vor €10"
|
6130 |
|
6131 |
+
#: app/features/mec/settings.php:526
|
6132 |
msgid "After 10$"
|
6133 |
msgstr "Nach 10€"
|
6134 |
|
6135 |
+
#: app/features/mec/settings.php:531
|
6136 |
msgid "Thousand Separator"
|
6137 |
msgstr "Tausendertrennzeichen"
|
6138 |
|
6139 |
+
#: app/features/mec/settings.php:537
|
6140 |
msgid "Decimal Separator"
|
6141 |
msgstr "Dezimaltrennzeichen"
|
6142 |
|
6143 |
+
#: app/features/mec/settings.php:547
|
6144 |
msgid "No decimal"
|
6145 |
msgstr "Keine Dezimale"
|
6146 |
|
6147 |
+
#: app/features/mec/settings.php:558
|
6148 |
msgid "Enable Google Recaptcha"
|
6149 |
msgstr "Google Recaptcha aktivieren"
|
6150 |
|
6151 |
+
#: app/features/mec/settings.php:567
|
6152 |
msgid "Enable on booking form"
|
6153 |
msgstr "Auf dem Buchungsformular aktivieren"
|
6154 |
|
6155 |
+
#: app/features/mec/settings.php:575
|
6156 |
#, fuzzy
|
6157 |
#| msgid "Enable on \"Frontend Event Submittion\" form"
|
6158 |
msgid "Enable on \"Frontend Event Submission\" form"
|
6159 |
msgstr "Aktivieren auf dem \"Frontend Event Submittion\" Formular"
|
6160 |
|
6161 |
+
#: app/features/mec/settings.php:579
|
6162 |
msgid "Site Key"
|
6163 |
msgstr "Site Key (Seitenschlüssel)"
|
6164 |
|
6165 |
+
#: app/features/mec/settings.php:585
|
6166 |
msgid "Secret Key"
|
6167 |
msgstr "Geheimschlüssel"
|
6168 |
|
6169 |
+
#: app/features/mec/settings.php:597 app/features/mec/settings.php:605
|
6170 |
msgid "Time Format"
|
6171 |
msgstr "Zeitformat"
|
6172 |
|
6173 |
+
#: app/features/mec/settings.php:600
|
6174 |
msgid "12 hours format with AM/PM"
|
6175 |
msgstr "12-Stunden-Format mit AM/FM"
|
6176 |
|
6177 |
+
#: app/features/mec/settings.php:601
|
6178 |
msgid "24 hours format"
|
6179 |
msgstr "24-Stunden-Format"
|
6180 |
|
6181 |
+
#: app/features/mec/settings.php:606
|
6182 |
msgid "This option, affects the selection of Start/End time."
|
6183 |
msgstr ""
|
6184 |
|
6185 |
+
#: app/features/mec/settings.php:614
|
6186 |
msgid "Events List Page"
|
6187 |
msgstr "Seite Liste der Veranstaltungen"
|
6188 |
|
6189 |
+
#: app/features/mec/settings.php:623 app/features/mec/settings.php:635
|
6190 |
#, php-format
|
6191 |
msgid "Put %s shortcode into the page."
|
6192 |
msgstr "%s shortcode in die Seite einfügen"
|
6193 |
|
6194 |
+
#: app/features/mec/settings.php:626
|
6195 |
msgid "Add/Edit Events Page"
|
6196 |
msgstr "Veranstaltungsseite hinzufügen/bearbeiten"
|
6197 |
|
6198 |
+
#: app/features/mec/settings.php:650
|
6199 |
#, fuzzy
|
6200 |
#| msgid ""
|
6201 |
#| "User redirects to this page after new event submission. Leave it empty if "
|
6207 |
"Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
|
6208 |
"es leer, wenn Sie es deaktivieren möchten."
|
6209 |
|
6210 |
+
#: app/features/mec/settings.php:673 app/features/mec/settings.php:678
|
6211 |
#, fuzzy
|
6212 |
#| msgid "Amount (Per Ticket)"
|
6213 |
msgid "Maximum File Size"
|
6214 |
msgstr "Betrag (pro Ticket)"
|
6215 |
|
6216 |
+
#: app/features/mec/settings.php:675
|
6217 |
msgid "in KB"
|
6218 |
msgstr ""
|
6219 |
|
6220 |
+
#: app/features/mec/settings.php:679
|
6221 |
msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
|
6222 |
msgstr ""
|
6223 |
|
6224 |
+
#: app/features/mec/settings.php:688
|
6225 |
#, fuzzy
|
6226 |
#| msgid "Enable event submission by guest (Not logged-in) users"
|
6227 |
msgid "Enable event submission by guest (Not logged in) users"
|
6229 |
"Das Erstellen von Veranstaltungen durch Gäste (nicht angemeldete Nutzer) "
|
6230 |
"erlauben"
|
6231 |
|
6232 |
+
#: app/features/mec/settings.php:695
|
6233 |
msgid "Enable mandatory email and name for guest user"
|
6234 |
msgstr ""
|
6235 |
"Aktivieren Sie die obligatorische E-Mail und den Namen für Gastbenutzer"
|
6236 |
|
6237 |
+
#: app/features/mec/settings.php:699
|
6238 |
msgid "Frontend Event Submission Sections"
|
6239 |
msgstr "Frontend Veranstaltungen Einreichung Sektionen"
|
6240 |
|
6241 |
+
#: app/features/mec/settings.php:703
|
6242 |
#, fuzzy
|
6243 |
#| msgid "Event Details"
|
6244 |
msgid "Event Data Fields"
|
6245 |
msgstr "Veranstaltungsdetails"
|
6246 |
|
6247 |
+
#: app/features/mec/settings.php:727 app/widgets/single.php:119
|
6248 |
msgid "Event Categories"
|
6249 |
msgstr "Veranstaltungskategorien"
|
6250 |
|
6251 |
+
#: app/features/mec/settings.php:733
|
6252 |
msgid "Event Labels"
|
6253 |
msgstr "Event Labels"
|
6254 |
|
6255 |
+
#: app/features/mec/settings.php:745
|
6256 |
msgid "Event Tags"
|
6257 |
msgstr "Event Schlagworte"
|
6258 |
|
6259 |
+
#: app/features/mec/settings.php:757 app/widgets/single.php:123
|
6260 |
msgid "Event Organizer"
|
6261 |
msgstr "Veranstaltungsmanager"
|
6262 |
|
6263 |
+
#: app/features/mec/settings.php:783
|
6264 |
#, fuzzy
|
6265 |
#| msgid "Fees/Taxes Options"
|
6266 |
msgid "Fees / Taxes Options"
|
6267 |
msgstr "Gebühren/Steuer Optionen"
|
6268 |
|
6269 |
+
#: app/features/mec/settings.php:797 app/features/schema.php:64
|
6270 |
msgid "SEO Schema"
|
6271 |
msgstr ""
|
6272 |
|
6273 |
+
#: app/features/mec/settings.php:824
|
6274 |
#, php-format
|
6275 |
msgid ""
|
6276 |
"Users can put a note for editors while they're submitting the event. Also "
|
6282 |
"Eventbenachrichtigung setzen, um die Notizen der Benutzer in der E-Mail zu "
|
6283 |
"erhalten."
|
6284 |
|
6285 |
+
#: app/features/mec/settings.php:831 app/features/mec/settings.php:839
|
6286 |
#, fuzzy
|
6287 |
#| msgid "Visibility"
|
6288 |
msgid "Note visibility"
|
6289 |
msgstr "Sichtbarkeit"
|
6290 |
|
6291 |
+
#: app/features/mec/settings.php:834
|
6292 |
msgid "Always"
|
6293 |
msgstr "Immer"
|
6294 |
|
6295 |
+
#: app/features/mec/settings.php:835
|
6296 |
msgid "While event is not published"
|
6297 |
msgstr "Das Ereignis wird nicht veröffentlicht"
|
6298 |
|
6299 |
+
#: app/features/mec/settings.php:840
|
6300 |
msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
|
6301 |
msgstr ""
|
6302 |
"Die Ereignisnotiz wird im Frontend-Einreichungsformular angezeigt und das "
|
6303 |
"Ereignis im Backend bearbeitet."
|
6304 |
|
6305 |
+
#: app/features/mec/settings.php:851 app/libraries/main.php:538
|
6306 |
msgid "User Profile"
|
6307 |
msgstr "Benutzer Profil"
|
6308 |
|
6309 |
+
#: app/features/mec/settings.php:853
|
6310 |
#, php-format
|
6311 |
msgid ""
|
6312 |
"Put %s shortcode into your desired page. Then users are able to see the "
|
6313 |
"history of their bookings."
|
6314 |
msgstr ""
|
6315 |
|
6316 |
+
#: app/features/mec/settings.php:858 app/libraries/main.php:539
|
6317 |
msgid "Search Bar"
|
6318 |
msgstr "Suche"
|
6319 |
|
6320 |
+
#: app/features/mec/settings.php:860
|
6321 |
#, php-format
|
6322 |
msgid ""
|
6323 |
"Put %s shortcode into your desired page. Then users are able to search events"
|
6324 |
msgstr ""
|
6325 |
|
6326 |
+
#: app/features/mec/settings.php:864
|
6327 |
msgid "Ajax Live mode"
|
6328 |
msgstr ""
|
6329 |
|
6330 |
+
#: app/features/mec/settings.php:868
|
6331 |
msgid "Ajax mode"
|
6332 |
msgstr ""
|
6333 |
|
6334 |
+
#: app/features/mec/settings.php:869
|
6335 |
msgid ""
|
6336 |
"if you enable this option, the search button will disappear. To use this "
|
6337 |
"feature, text input field must be enabled."
|
6338 |
msgstr ""
|
6339 |
|
6340 |
+
#: app/features/mec/settings.php:877
|
6341 |
#, fuzzy
|
6342 |
#| msgid "Modern Style"
|
6343 |
msgid "Modern Type"
|
6344 |
msgstr "Moderner Stil"
|
6345 |
|
6346 |
+
#: app/features/mec/settings.php:881
|
6347 |
msgid "Search bar fields"
|
6348 |
msgstr "Such Felder"
|
6349 |
|
6350 |
+
#: app/features/mec/settings.php:923
|
6351 |
#, fuzzy
|
6352 |
#| msgid "Text Input"
|
6353 |
msgid "Text input"
|
6354 |
msgstr "Text eingeben"
|
6355 |
|
6356 |
+
#: app/features/mec/settings.php:936
|
6357 |
msgid "Enable Mailchimp Integration"
|
6358 |
msgstr "Mailchimp Integration deaktivieren"
|
6359 |
|
6360 |
+
#: app/features/mec/settings.php:941 app/features/mec/settings.php:946
|
6361 |
+
#: app/features/mec/settings.php:995 app/features/mec/settings.php:1019
|
6362 |
+
#: app/features/mec/settings.php:1043 app/features/mec/settings.php:1073
|
6363 |
msgid "API Key"
|
6364 |
msgstr "API Schlüssel"
|
6365 |
|
6366 |
+
#: app/features/mec/settings.php:954 app/features/mec/settings.php:959
|
6367 |
+
#: app/features/mec/settings.php:1001 app/features/mec/settings.php:1049
|
6368 |
+
#: app/features/mec/settings.php:1079
|
6369 |
msgid "List ID"
|
6370 |
msgstr "List ID"
|
6371 |
|
6372 |
+
#: app/features/mec/settings.php:967 app/features/mec/settings.php:975
|
6373 |
msgid "Subscription Status"
|
6374 |
msgstr "Buchungsstatus"
|
6375 |
|
6376 |
+
#: app/features/mec/settings.php:970
|
6377 |
msgid "Subscribe automatically"
|
6378 |
msgstr "automatisch Anmelden/Abonnieren"
|
6379 |
|
6380 |
+
#: app/features/mec/settings.php:971
|
6381 |
msgid "Subscribe by verification"
|
6382 |
msgstr ""
|
6383 |
"Anmelden/Abonnieren durch Bestätigung\n"
|
6384 |
" "
|
6385 |
|
6386 |
+
#: app/features/mec/settings.php:976
|
6387 |
#, fuzzy
|
6388 |
#| msgid ""
|
6389 |
#| "If you choose \"Subscribe by verification\" then an email will send to "
|
6395 |
"Wenn Sie \"Anmelden durch Verifizierung\" wählen, wird eine E-Mail an den "
|
6396 |
"Benutzer per Mailchimp zur Bestätigung gesendet."
|
6397 |
|
6398 |
+
#: app/features/mec/settings.php:986 app/libraries/main.php:541
|
6399 |
#, fuzzy
|
6400 |
#| msgid "Mailchimp Integration"
|
6401 |
msgid "Campaign Monitor Integration"
|
6402 |
msgstr "Mailchimp Integration"
|
6403 |
|
6404 |
+
#: app/features/mec/settings.php:990
|
6405 |
#, fuzzy
|
6406 |
#| msgid "Enable Mailchimp Integration"
|
6407 |
msgid "Enable Campaign Monitor Integration"
|
6408 |
msgstr "Mailchimp Integration deaktivieren"
|
6409 |
|
6410 |
+
#: app/features/mec/settings.php:1010 app/libraries/main.php:542
|
6411 |
#, fuzzy
|
6412 |
#| msgid "Mailchimp Integration"
|
6413 |
msgid "MailerLite Integration"
|
6414 |
msgstr "Mailchimp Integration"
|
6415 |
|
6416 |
+
#: app/features/mec/settings.php:1014
|
6417 |
#, fuzzy
|
6418 |
#| msgid "Enable Mailchimp Integration"
|
6419 |
msgid "Enable MailerLite Integration"
|
6420 |
msgstr "Mailchimp Integration deaktivieren"
|
6421 |
|
6422 |
+
#: app/features/mec/settings.php:1025
|
6423 |
msgid "Group ID"
|
6424 |
msgstr "Gruppen ID "
|
6425 |
|
6426 |
+
#: app/features/mec/settings.php:1034 app/libraries/main.php:543
|
6427 |
#, fuzzy
|
6428 |
#| msgid "BuddyPress Integration"
|
6429 |
msgid "Constant Contact Integration"
|
6430 |
msgstr "Buddy Press Integration"
|
6431 |
|
6432 |
+
#: app/features/mec/settings.php:1038
|
6433 |
#, fuzzy
|
6434 |
#| msgid "Enable Mailchimp Integration"
|
6435 |
msgid "Enable constantcontact Integration"
|
6436 |
msgstr "Mailchimp Integration deaktivieren"
|
6437 |
|
6438 |
+
#: app/features/mec/settings.php:1058 app/libraries/main.php:544
|
6439 |
#, fuzzy
|
6440 |
#| msgid "Mailchimp Integration"
|
6441 |
msgid "Active Campaign Integration"
|
6442 |
msgstr "Mailchimp Integration"
|
6443 |
|
6444 |
+
#: app/features/mec/settings.php:1062
|
6445 |
#, fuzzy
|
6446 |
#| msgid "Enable Mailchimp Integration"
|
6447 |
msgid "Enable Active Campaign Integration"
|
6448 |
msgstr "Mailchimp Integration deaktivieren"
|
6449 |
|
6450 |
+
#: app/features/mec/settings.php:1067
|
6451 |
msgid "API URL"
|
6452 |
msgstr ""
|
6453 |
|
6454 |
+
#: app/features/mec/settings.php:1088
|
6455 |
#, fuzzy
|
6456 |
#| msgid "Filter Options"
|
6457 |
msgid "Upload Field Options"
|
6458 |
msgstr "Filteroptionen"
|
6459 |
|
6460 |
+
#: app/features/mec/settings.php:1090
|
6461 |
msgid "Mime types"
|
6462 |
msgstr ""
|
6463 |
|
6464 |
+
#: app/features/mec/settings.php:1094
|
6465 |
msgid "Split mime types with \",\"."
|
6466 |
msgstr ""
|
6467 |
|
6468 |
+
#: app/features/mec/settings.php:1094
|
6469 |
msgid "Default: jpeg,jpg,png,pdf"
|
6470 |
msgstr ""
|
6471 |
|
6472 |
+
#: app/features/mec/settings.php:1097
|
6473 |
#, fuzzy
|
6474 |
#| msgid "Amount (Per Ticket)"
|
6475 |
msgid "Maximum file size"
|
6476 |
msgstr "Betrag (pro Ticket)"
|
6477 |
|
6478 |
+
#: app/features/mec/settings.php:1101
|
6479 |
msgid "The unit is Megabyte \"MB\""
|
6480 |
msgstr ""
|
6481 |
|
6601 |
msgid "Custom Fields"
|
6602 |
msgstr "Benutzerdefinierte Stile"
|
6603 |
|
6604 |
+
#: app/features/mec/single.php:184 app/libraries/main.php:3140
|
6605 |
msgid "URL"
|
6606 |
msgstr ""
|
6607 |
|
7401 |
msgid "eg. https://webnus.net"
|
7402 |
msgstr "http://webnus.net"
|
7403 |
|
7404 |
+
#: app/features/organizers.php:312 app/libraries/main.php:5887
|
7405 |
+
#: app/libraries/main.php:5932 app/skins/single.php:1152
|
7406 |
msgid "Other Organizers"
|
7407 |
msgstr "Andere Veranstalter"
|
7408 |
|
7480 |
|
7481 |
#: app/features/popup/event.php:262 app/features/popup/shortcode.php:546
|
7482 |
#: app/modules/booking/steps/form.php:254
|
7483 |
+
#: app/modules/booking/steps/tickets.php:124 app/skins/countdown/tpl.php:117
|
7484 |
#: app/skins/countdown/tpl.php:163 app/skins/countdown/tpl.php:210
|
7485 |
msgid "Next"
|
7486 |
msgstr "Weiter"
|
7592 |
msgid "Please %s/%s in order to see your bookings / profile."
|
7593 |
msgstr "Um neue Veranstaltungen einzugeben, bitte %s/%s"
|
7594 |
|
7595 |
+
#: app/features/profile/profile.php:20 app/libraries/main.php:2312
|
7596 |
msgid "Your booking already canceled!"
|
7597 |
msgstr "Ihre Buchung wurde bereits storniert."
|
7598 |
|
7600 |
msgid "#"
|
7601 |
msgstr ""
|
7602 |
|
7603 |
+
#: app/features/profile/profile.php:61 app/libraries/main.php:3472
|
7604 |
msgid "Status"
|
7605 |
msgstr ""
|
7606 |
|
7607 |
+
#: app/features/profile/profile.php:64 app/libraries/main.php:2480
|
7608 |
msgid "Attendees"
|
7609 |
msgstr "Teilnehmer"
|
7610 |
|
7729 |
msgid "No search result."
|
7730 |
msgstr "Kein Suchergebnis"
|
7731 |
|
7732 |
+
#: app/features/search_bar/search_result.php:12 app/libraries/main.php:5889
|
7733 |
+
#: app/libraries/main.php:5934 app/libraries/notifications.php:928
|
7734 |
+
#: app/libraries/render.php:516 app/libraries/render.php:816
|
7735 |
+
#: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:45
|
7736 |
+
#: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
|
7737 |
+
#: app/modules/next-event/details.php:145 app/skins/single.php:1044
|
7738 |
+
#: app/skins/single/default.php:123 app/skins/single/default.php:354
|
7739 |
+
#: app/skins/single/m1.php:47 app/skins/single/modern.php:219
|
7740 |
#, fuzzy
|
7741 |
#| msgid "Add Day"
|
7742 |
msgid "All Day"
|
7830 |
msgid "Discount"
|
7831 |
msgstr "Rabatt"
|
7832 |
|
7833 |
+
#: app/libraries/book.php:852 app/modules/booking/default.php:394
|
7834 |
#: app/modules/booking/default.php:499
|
7835 |
msgid "Download Invoice"
|
7836 |
msgstr "Download Rechnung"
|
7837 |
|
7838 |
+
#: app/libraries/factory.php:164
|
7839 |
msgid "M.E. Calendar"
|
7840 |
msgstr "M.E. Calender"
|
7841 |
|
7842 |
+
#: app/libraries/factory.php:203
|
7843 |
msgctxt "plugin link"
|
7844 |
msgid "Upgrade to Pro Version"
|
7845 |
msgstr ""
|
7846 |
|
7847 |
+
#: app/libraries/factory.php:221
|
7848 |
#, fuzzy
|
7849 |
#| msgid "Settings"
|
7850 |
msgctxt "plugin link"
|
7851 |
msgid "Settings"
|
7852 |
msgstr "Einstellungen"
|
7853 |
|
7854 |
+
#: app/libraries/factory.php:226
|
7855 |
msgctxt "plugin link"
|
7856 |
msgid "Upgrade"
|
7857 |
msgstr ""
|
7858 |
|
7859 |
+
#: app/libraries/factory.php:370
|
7860 |
msgid "day"
|
7861 |
msgstr "Tag"
|
7862 |
|
7863 |
+
#: app/libraries/factory.php:371 app/modules/countdown/details.php:138
|
7864 |
#: app/skins/available_spot/tpl.php:149 app/skins/countdown/tpl.php:131
|
7865 |
#: app/skins/countdown/tpl.php:177 app/skins/countdown/tpl.php:228
|
7866 |
msgid "days"
|
7867 |
msgstr "Tage"
|
7868 |
|
7869 |
+
#: app/libraries/factory.php:372
|
7870 |
msgid "hour"
|
7871 |
msgstr "Stunde"
|
7872 |
|
7873 |
+
#: app/libraries/factory.php:373 app/modules/countdown/details.php:145
|
7874 |
#: app/skins/available_spot/tpl.php:153 app/skins/countdown/tpl.php:137
|
7875 |
#: app/skins/countdown/tpl.php:183 app/skins/countdown/tpl.php:234
|
7876 |
msgid "hours"
|
7877 |
msgstr "Stunden"
|
7878 |
|
7879 |
+
#: app/libraries/factory.php:374
|
7880 |
msgid "minute"
|
7881 |
msgstr "Minute"
|
7882 |
|
7883 |
+
#: app/libraries/factory.php:375 app/modules/countdown/details.php:152
|
7884 |
#: app/skins/available_spot/tpl.php:157 app/skins/countdown/tpl.php:143
|
7885 |
#: app/skins/countdown/tpl.php:189 app/skins/countdown/tpl.php:240
|
7886 |
msgid "minutes"
|
7887 |
msgstr "Minuten"
|
7888 |
|
7889 |
+
#: app/libraries/factory.php:376
|
7890 |
msgid "second"
|
7891 |
msgstr "Sekunde"
|
7892 |
|
7893 |
+
#: app/libraries/factory.php:377 app/modules/countdown/details.php:159
|
7894 |
#: app/skins/available_spot/tpl.php:161 app/skins/countdown/tpl.php:149
|
7895 |
#: app/skins/countdown/tpl.php:195 app/skins/countdown/tpl.php:246
|
7896 |
msgid "seconds"
|
7897 |
msgstr "Sekunden"
|
7898 |
|
7899 |
+
#: app/libraries/factory.php:429
|
7900 |
msgid "MEC Single Sidebar"
|
7901 |
msgstr "MEC Single Sidebar"
|
7902 |
|
7903 |
+
#: app/libraries/factory.php:430
|
7904 |
msgid "Custom sidebar for single and modal page of MEC."
|
7905 |
msgstr "Custom sidebar for single and modal page of MEC."
|
7906 |
|
7910 |
"Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
|
7911 |
"Beitrag handelt."
|
7912 |
|
7913 |
+
#: app/libraries/main.php:332 app/libraries/main.php:1928
|
7914 |
+
#: app/libraries/main.php:1953
|
7915 |
msgid "Agenda View"
|
7916 |
msgstr "Agendaansicht"
|
7917 |
|
7918 |
+
#: app/libraries/main.php:333 app/libraries/main.php:1919
|
7919 |
+
#: app/libraries/main.php:1944
|
7920 |
msgid "Full Calendar"
|
7921 |
msgstr "Ganzer Kalender"
|
7922 |
|
7923 |
+
#: app/libraries/main.php:335 app/libraries/main.php:1921
|
7924 |
+
#: app/libraries/main.php:1946
|
7925 |
msgid "Calendar/Monthly View"
|
7926 |
msgstr "Kalender-/Monatsansicht"
|
7927 |
|
7928 |
+
#: app/libraries/main.php:338 app/libraries/main.php:1924
|
7929 |
+
#: app/libraries/main.php:1949
|
7930 |
msgid "Timetable View"
|
7931 |
msgstr "Stundenplan"
|
7932 |
|
7933 |
+
#: app/libraries/main.php:339 app/libraries/main.php:1925
|
7934 |
+
#: app/libraries/main.php:1950
|
7935 |
msgid "Masonry View"
|
7936 |
msgstr "Kachel Ansicht"
|
7937 |
|
7938 |
+
#: app/libraries/main.php:340 app/libraries/main.php:1929
|
7939 |
+
#: app/libraries/main.php:1954
|
7940 |
msgid "Map View"
|
7941 |
msgstr "Kartenansicht"
|
7942 |
|
7966 |
msgid "Timeline View"
|
7967 |
msgstr "Stundenplan"
|
7968 |
|
7969 |
+
#: app/libraries/main.php:385 app/libraries/main.php:5865
|
7970 |
+
#: app/libraries/main.php:5913
|
7971 |
msgid "SU"
|
7972 |
msgstr "SO"
|
7973 |
|
7974 |
+
#: app/libraries/main.php:386 app/libraries/main.php:5866
|
7975 |
+
#: app/libraries/main.php:5914
|
7976 |
msgid "MO"
|
7977 |
msgstr "MO"
|
7978 |
|
7979 |
+
#: app/libraries/main.php:387 app/libraries/main.php:5867
|
7980 |
+
#: app/libraries/main.php:5915
|
7981 |
msgid "TU"
|
7982 |
msgstr "DI"
|
7983 |
|
7984 |
+
#: app/libraries/main.php:388 app/libraries/main.php:5868
|
7985 |
+
#: app/libraries/main.php:5916
|
7986 |
msgid "WE"
|
7987 |
msgstr "MI"
|
7988 |
|
7989 |
+
#: app/libraries/main.php:389 app/libraries/main.php:5869
|
7990 |
+
#: app/libraries/main.php:5917
|
7991 |
msgid "TH"
|
7992 |
msgstr "DO"
|
7993 |
|
7994 |
+
#: app/libraries/main.php:390 app/libraries/main.php:5870
|
7995 |
+
#: app/libraries/main.php:5918
|
7996 |
msgid "FR"
|
7997 |
msgstr "FR"
|
7998 |
|
7999 |
+
#: app/libraries/main.php:391 app/libraries/main.php:5871
|
8000 |
+
#: app/libraries/main.php:5919
|
8001 |
msgid "SA"
|
8002 |
msgstr "SA"
|
8003 |
|
8056 |
"events. Users can now log in to purchase tickets."
|
8057 |
msgstr ""
|
8058 |
|
8059 |
+
#: app/libraries/main.php:1645
|
8060 |
msgid "Events at this location"
|
8061 |
msgstr "Veranstaltungen an diesem Ort "
|
8062 |
|
8063 |
+
#: app/libraries/main.php:1645
|
8064 |
msgid "Event at this location"
|
8065 |
msgstr "Veranstaltung an diesem Ort "
|
8066 |
|
8067 |
+
#: app/libraries/main.php:1697
|
8068 |
msgid "Facebook"
|
8069 |
msgstr "Facebook"
|
8070 |
|
8071 |
+
#: app/libraries/main.php:1698
|
8072 |
msgid "Twitter"
|
8073 |
msgstr "Twitter"
|
8074 |
|
8075 |
+
#: app/libraries/main.php:1699 app/libraries/main.php:1756
|
8076 |
msgid "Linkedin"
|
8077 |
msgstr "Linkedin"
|
8078 |
|
8079 |
+
#: app/libraries/main.php:1700 app/libraries/main.php:1792
|
8080 |
msgid "VK"
|
8081 |
msgstr ""
|
8082 |
|
8083 |
+
#: app/libraries/main.php:1701
|
8084 |
msgid "Tumblr"
|
8085 |
msgstr ""
|
8086 |
|
8087 |
+
#: app/libraries/main.php:1702
|
8088 |
msgid "Pinterest"
|
8089 |
msgstr ""
|
8090 |
|
8091 |
+
#: app/libraries/main.php:1703
|
8092 |
msgid "Flipboard"
|
8093 |
msgstr ""
|
8094 |
|
8095 |
+
#: app/libraries/main.php:1704
|
8096 |
#, fuzzy
|
8097 |
#| msgid "Tickets"
|
8098 |
msgid "GetPocket"
|
8099 |
msgstr "Tickets"
|
8100 |
|
8101 |
+
#: app/libraries/main.php:1705
|
8102 |
msgid "Reddit"
|
8103 |
msgstr ""
|
8104 |
|
8105 |
+
#: app/libraries/main.php:1706
|
8106 |
msgid "WhatsApp"
|
8107 |
msgstr ""
|
8108 |
|
8109 |
+
#: app/libraries/main.php:1707
|
8110 |
msgid "Telegram"
|
8111 |
msgstr ""
|
8112 |
|
8113 |
+
#: app/libraries/main.php:1726
|
8114 |
msgid "Share on Facebook"
|
8115 |
msgstr "Teilen auf Facebook"
|
8116 |
|
8117 |
+
#: app/libraries/main.php:1741
|
8118 |
msgid "Tweet"
|
8119 |
msgstr "Tweet"
|
8120 |
|
8121 |
+
#: app/libraries/main.php:1807
|
8122 |
#, fuzzy
|
8123 |
#| msgid "Share on Facebook"
|
8124 |
msgid "Share on Tumblr"
|
8125 |
msgstr "Teilen auf Facebook"
|
8126 |
|
8127 |
+
#: app/libraries/main.php:1823
|
8128 |
msgid "Share on Pinterest"
|
8129 |
msgstr ""
|
8130 |
|
8131 |
+
#: app/libraries/main.php:1839
|
8132 |
#, fuzzy
|
8133 |
#| msgid "Share on Facebook"
|
8134 |
msgid "Share on Flipboard"
|
8135 |
msgstr "Teilen auf Facebook"
|
8136 |
|
8137 |
+
#: app/libraries/main.php:1857
|
8138 |
#, fuzzy
|
8139 |
#| msgid "Share on Facebook"
|
8140 |
msgid "Share on GetPocket"
|
8141 |
msgstr "Teilen auf Facebook"
|
8142 |
|
8143 |
+
#: app/libraries/main.php:1873
|
8144 |
#, fuzzy
|
8145 |
#| msgid "Share on Facebook"
|
8146 |
msgid "Share on Reddit"
|
8147 |
msgstr "Teilen auf Facebook"
|
8148 |
|
8149 |
+
#: app/libraries/main.php:1889
|
8150 |
msgid "Share on Telegram"
|
8151 |
msgstr ""
|
8152 |
|
8153 |
+
#: app/libraries/main.php:1907
|
8154 |
msgid "Share on WhatsApp"
|
8155 |
msgstr ""
|
8156 |
|
8157 |
+
#: app/libraries/main.php:1930
|
8158 |
#, fuzzy
|
8159 |
#| msgid "Shortcode"
|
8160 |
msgid "Custom Shortcode"
|
8161 |
msgstr "Shortcode"
|
8162 |
|
8163 |
+
#: app/libraries/main.php:2292
|
8164 |
msgid "Your booking already verified!"
|
8165 |
msgstr "Ihre Buchung wurde bereits verifiziert."
|
8166 |
|
8167 |
+
#: app/libraries/main.php:2297
|
8168 |
msgid "Your booking successfully verified."
|
8169 |
msgstr "Ihre Buchung wurde erfolgreich verifiziert."
|
8170 |
|
8171 |
+
#: app/libraries/main.php:2298
|
8172 |
msgid "Your booking cannot verify!"
|
8173 |
msgstr "Ihre Buchung kann nicht verifiziert werden!"
|
8174 |
|
8175 |
+
#: app/libraries/main.php:2317
|
8176 |
msgid "Your booking successfully canceled."
|
8177 |
msgstr "Ihre Buchung wurde erfolgreich storniert."
|
8178 |
|
8179 |
+
#: app/libraries/main.php:2318
|
8180 |
msgid "Your booking cannot be canceled."
|
8181 |
msgstr "Ihre Buchung kann nicht storniert werden."
|
8182 |
|
8183 |
+
#: app/libraries/main.php:2322
|
8184 |
msgid "You canceled the payment successfully."
|
8185 |
msgstr "Sie haben die Zahlung erfolgreich storniert."
|
8186 |
|
8187 |
+
#: app/libraries/main.php:2326
|
8188 |
msgid "You returned from payment gateway successfully."
|
8189 |
msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
|
8190 |
|
8191 |
+
#: app/libraries/main.php:2345
|
8192 |
msgid "Cannot find the invoice!"
|
8193 |
msgstr "Die Buchung kann nicht gefunden werden."
|
8194 |
|
8195 |
+
#: app/libraries/main.php:2345
|
8196 |
msgid "Invoice is invalid."
|
8197 |
msgstr "Die Buchung ist ungültig."
|
8198 |
|
8199 |
+
#: app/libraries/main.php:2365
|
8200 |
msgid ""
|
8201 |
"Your booking still is not confirmed. You can download it after confirmation!"
|
8202 |
msgstr ""
|
8203 |
|
8204 |
+
#: app/libraries/main.php:2365
|
8205 |
msgid "Booking Not Confirmed."
|
8206 |
msgstr "Die Buchung ist nicht Bestätigt."
|
8207 |
|
8208 |
+
#: app/libraries/main.php:2371
|
8209 |
msgid "Cannot find the booking!"
|
8210 |
msgstr "Die Buchung kann nicht gefunden werden!"
|
8211 |
|
8212 |
+
#: app/libraries/main.php:2371
|
8213 |
msgid "Booking is invalid."
|
8214 |
msgstr "Buchung ist ungültig."
|
8215 |
|
8216 |
+
#: app/libraries/main.php:2404
|
8217 |
#, php-format
|
8218 |
msgid "%s Invoice"
|
8219 |
msgstr "% s Rechnung"
|
8220 |
|
8221 |
+
#: app/libraries/main.php:2437
|
8222 |
#, fuzzy
|
8223 |
#| msgid "Date And Time"
|
8224 |
msgid "Date & Time"
|
8225 |
msgstr "Datum und Uhrzeit"
|
8226 |
|
8227 |
+
#: app/libraries/main.php:2454
|
8228 |
#, fuzzy
|
8229 |
#| msgid "Booking Price"
|
8230 |
msgid "Booking Fields"
|
8231 |
msgstr "Buchungspreis"
|
8232 |
|
8233 |
+
#: app/libraries/main.php:2526
|
8234 |
msgid "Billing"
|
8235 |
msgstr "Abrechnung"
|
8236 |
|
8237 |
+
#: app/libraries/main.php:2538
|
8238 |
#, fuzzy
|
8239 |
#| msgid "Coupon"
|
8240 |
msgid "Coupon Code"
|
8241 |
msgstr "Gutschein"
|
8242 |
|
8243 |
+
#: app/libraries/main.php:2543
|
8244 |
msgid "Total"
|
8245 |
msgstr "Gesamt"
|
8246 |
|
8247 |
+
#: app/libraries/main.php:2550
|
8248 |
msgid "Payment"
|
8249 |
msgstr "Bezahlung"
|
8250 |
|
8251 |
+
#: app/libraries/main.php:2554
|
8252 |
msgid "Gateway"
|
8253 |
msgstr "Gateway"
|
8254 |
|
8255 |
+
#: app/libraries/main.php:2567
|
8256 |
msgid "Payment Time"
|
8257 |
msgstr "Bezahlung "
|
8258 |
|
8259 |
+
#: app/libraries/main.php:2677
|
8260 |
msgid "Request is not valid."
|
8261 |
msgstr "Die Anfrage ist ungültig!"
|
8262 |
|
8263 |
+
#: app/libraries/main.php:2677
|
8264 |
msgid "iCal export stopped!"
|
8265 |
msgstr "iCal Export wurde unterbrochen!"
|
8266 |
|
8267 |
+
#: app/libraries/main.php:3023 app/libraries/main.php:3052
|
8268 |
+
#: app/libraries/main.php:3081 app/libraries/main.php:3110
|
8269 |
+
#: app/libraries/main.php:3139 app/libraries/main.php:3168
|
8270 |
+
#: app/libraries/main.php:3197 app/libraries/main.php:3226
|
8271 |
+
#: app/libraries/main.php:3255 app/libraries/main.php:3284
|
8272 |
+
#: app/libraries/main.php:3307 app/libraries/main.php:3353
|
8273 |
+
#: app/libraries/main.php:3399 app/libraries/main.php:3448
|
8274 |
+
#: app/libraries/main.php:3497
|
8275 |
msgid "Sort"
|
8276 |
msgstr "Sortieren"
|
8277 |
|
8278 |
+
#: app/libraries/main.php:3030 app/libraries/main.php:3059
|
8279 |
+
#: app/libraries/main.php:3088 app/libraries/main.php:3117
|
8280 |
+
#: app/libraries/main.php:3146 app/libraries/main.php:3175
|
8281 |
+
#: app/libraries/main.php:3204 app/libraries/main.php:3233
|
8282 |
+
#: app/libraries/main.php:3262 app/libraries/main.php:3314
|
8283 |
+
#: app/libraries/main.php:3360 app/libraries/main.php:3406
|
8284 |
+
#: app/libraries/main.php:3455
|
8285 |
msgid "Required Field"
|
8286 |
msgstr "Pflichtfeld"
|
8287 |
|
8288 |
+
#: app/libraries/main.php:3036 app/libraries/main.php:3065
|
8289 |
+
#: app/libraries/main.php:3094 app/libraries/main.php:3123
|
8290 |
+
#: app/libraries/main.php:3152 app/libraries/main.php:3181
|
8291 |
+
#: app/libraries/main.php:3210 app/libraries/main.php:3239
|
8292 |
+
#: app/libraries/main.php:3268 app/libraries/main.php:3320
|
8293 |
+
#: app/libraries/main.php:3366 app/libraries/main.php:3412
|
8294 |
+
#: app/libraries/main.php:3461
|
8295 |
msgid "Insert a label for this field"
|
8296 |
msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
|
8297 |
|
8298 |
+
#: app/libraries/main.php:3290
|
8299 |
msgid "HTML and shortcode are allowed."
|
8300 |
msgstr "HTML und shortcodes sind erlaubt."
|
8301 |
|
8302 |
+
#: app/libraries/main.php:3333 app/libraries/main.php:3379
|
8303 |
+
#: app/libraries/main.php:3425
|
8304 |
msgid "Option"
|
8305 |
msgstr "Option"
|
8306 |
|
8307 |
+
#: app/libraries/main.php:3461
|
8308 |
#, php-format
|
8309 |
msgid "Instead of %s, the page title with a link will be show."
|
8310 |
msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
|
8311 |
|
8312 |
+
#: app/libraries/main.php:3463
|
8313 |
msgid "Agreement Page"
|
8314 |
msgstr "Zustimmungsseite"
|
8315 |
|
8316 |
+
#: app/libraries/main.php:3474
|
8317 |
msgid "Checked by default"
|
8318 |
msgstr ""
|
8319 |
|
8320 |
+
#: app/libraries/main.php:3475
|
8321 |
msgid "Unchecked by default"
|
8322 |
msgstr ""
|
8323 |
|
8324 |
+
#: app/libraries/main.php:3499
|
8325 |
msgid "Insert a label for this option"
|
8326 |
msgstr "Ein neues Label für diese Option einfügen"
|
8327 |
|
8328 |
+
#: app/libraries/main.php:3512
|
8329 |
msgid "Free"
|
8330 |
msgstr "kostenfrei"
|
8331 |
|
8332 |
+
#: app/libraries/main.php:4139 app/libraries/main.php:6183
|
8333 |
msgid "M.E. Calender"
|
8334 |
msgstr "M.E. Calender"
|
8335 |
|
8336 |
+
#: app/libraries/main.php:4295
|
8337 |
#, php-format
|
8338 |
msgid "Copy of %s"
|
8339 |
msgstr "Kopie von %s"
|
8340 |
|
8341 |
+
#: app/libraries/main.php:5113
|
8342 |
msgid "Booked an event."
|
8343 |
msgstr "Eine Veranstaltung wurde gebucht."
|
8344 |
|
8345 |
+
#: app/libraries/main.php:5154
|
8346 |
#, php-format
|
8347 |
msgid "%s booked %s event."
|
8348 |
msgstr "%s gebuchtes %s Event"
|
8349 |
|
8350 |
+
#: app/libraries/main.php:5848 app/libraries/main.php:5896
|
8351 |
msgid "Taxonomies"
|
8352 |
msgstr "Klassifizierung "
|
8353 |
|
8354 |
+
#: app/libraries/main.php:5850 app/libraries/main.php:5898
|
8355 |
msgid "Category Plural Label"
|
8356 |
msgstr "Kategorien"
|
8357 |
|
8358 |
+
#: app/libraries/main.php:5851 app/libraries/main.php:5899
|
8359 |
msgid "Category Singular Label"
|
8360 |
msgstr "Kategorie"
|
8361 |
|
8362 |
+
#: app/libraries/main.php:5852 app/libraries/main.php:5900
|
8363 |
msgid "Label Plural Label"
|
8364 |
msgstr "Labels"
|
8365 |
|
8366 |
+
#: app/libraries/main.php:5853 app/libraries/main.php:5901
|
8367 |
msgid "Label Singular Label"
|
8368 |
msgstr "Label"
|
8369 |
|
8370 |
+
#: app/libraries/main.php:5853 app/libraries/main.php:5901
|
8371 |
msgid "label"
|
8372 |
msgstr "label"
|
8373 |
|
8374 |
+
#: app/libraries/main.php:5854 app/libraries/main.php:5902
|
8375 |
msgid "Location Plural Label"
|
8376 |
msgstr "Veranstaltungsorte"
|
8377 |
|
8378 |
+
#: app/libraries/main.php:5855 app/libraries/main.php:5903
|
8379 |
msgid "Location Singular Label"
|
8380 |
msgstr "Veranstaltungsort"
|
8381 |
|
8382 |
+
#: app/libraries/main.php:5856 app/libraries/main.php:5904
|
8383 |
msgid "Organizer Plural Label"
|
8384 |
msgstr "Veranstalter"
|
8385 |
|
8386 |
+
#: app/libraries/main.php:5857 app/libraries/main.php:5905
|
8387 |
msgid "Organizer Singular Label"
|
8388 |
msgstr "Veranstalter"
|
8389 |
|
8390 |
+
#: app/libraries/main.php:5858 app/libraries/main.php:5906
|
8391 |
#, fuzzy
|
8392 |
#| msgid "Label Plural Label"
|
8393 |
msgid "Speaker Plural Label"
|
8394 |
msgstr "Labels"
|
8395 |
|
8396 |
+
#: app/libraries/main.php:5859 app/libraries/main.php:5907
|
8397 |
#, fuzzy
|
8398 |
#| msgid "Label Singular Label"
|
8399 |
msgid "Speaker Singular Label"
|
8400 |
msgstr "Label"
|
8401 |
|
8402 |
+
#: app/libraries/main.php:5865 app/libraries/main.php:5913
|
8403 |
msgid "Sunday abbreviation"
|
8404 |
msgstr "Sonntag Abkürzung"
|
8405 |
|
8406 |
+
#: app/libraries/main.php:5866 app/libraries/main.php:5914
|
8407 |
msgid "Monday abbreviation"
|
8408 |
msgstr "Montag Abkürzung"
|
8409 |
|
8410 |
+
#: app/libraries/main.php:5867 app/libraries/main.php:5915
|
8411 |
msgid "Tuesday abbreviation"
|
8412 |
msgstr "Dienstag Abkürzung"
|
8413 |
|
8414 |
+
#: app/libraries/main.php:5868 app/libraries/main.php:5916
|
8415 |
msgid "Wednesday abbreviation"
|
8416 |
msgstr "Mittwoch Abkürzung"
|
8417 |
|
8418 |
+
#: app/libraries/main.php:5869 app/libraries/main.php:5917
|
8419 |
msgid "Thursday abbreviation"
|
8420 |
msgstr "Donnerstag Abkürzung"
|
8421 |
|
8422 |
+
#: app/libraries/main.php:5870 app/libraries/main.php:5918
|
8423 |
msgid "Friday abbreviation"
|
8424 |
msgstr "Freitag Abkürzung"
|
8425 |
|
8426 |
+
#: app/libraries/main.php:5871 app/libraries/main.php:5919
|
8427 |
msgid "Saturday abbreviation"
|
8428 |
msgstr "Samstag Abkürzung "
|
8429 |
|
8430 |
+
#: app/libraries/main.php:5875 app/libraries/main.php:5923
|
8431 |
msgid "Others"
|
8432 |
msgstr "Andere"
|
8433 |
|
8434 |
+
#: app/libraries/main.php:5877
|
8435 |
msgid "Booking Success Message"
|
8436 |
msgstr "Buchung erfolgreich Mitteilung"
|
8437 |
|
8438 |
+
#: app/libraries/main.php:5877
|
8439 |
#, fuzzy
|
8440 |
#| msgid ""
|
8441 |
#| "Thanks for your booking. Your tickets booked, booking verification might "
|
8447 |
"Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
|
8448 |
"Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
|
8449 |
|
8450 |
+
#: app/libraries/main.php:5878 app/libraries/main.php:5925
|
8451 |
#: app/widgets/single.php:131
|
8452 |
msgid "Register Button"
|
8453 |
msgstr "Register Button"
|
8454 |
|
8455 |
+
#: app/libraries/main.php:5878 app/libraries/main.php:5925
|
8456 |
#: app/skins/available_spot/tpl.php:209 app/skins/carousel/render.php:109
|
8457 |
#: app/skins/carousel/render.php:148 app/skins/grid/render.php:98
|
8458 |
#: app/skins/grid/render.php:153 app/skins/grid/render.php:203
|
8470 |
msgid "REGISTER"
|
8471 |
msgstr "ANMELDEN"
|
8472 |
|
8473 |
+
#: app/libraries/main.php:5879 app/libraries/main.php:5926
|
8474 |
msgid "View Detail Button"
|
8475 |
msgstr "Ansicht Detail Button"
|
8476 |
|
8477 |
+
#: app/libraries/main.php:5879 app/libraries/main.php:5926
|
8478 |
#: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
|
8479 |
#: app/skins/grid/render.php:98 app/skins/grid/render.php:153
|
8480 |
#: app/skins/grid/render.php:203 app/skins/grid/render.php:223
|
8486 |
msgid "View Detail"
|
8487 |
msgstr "Details "
|
8488 |
|
8489 |
+
#: app/libraries/main.php:5880 app/libraries/main.php:5927
|
8490 |
msgid "Event Detail Button"
|
8491 |
msgstr "Event Detail Button"
|
8492 |
|
8493 |
+
#: app/libraries/main.php:5880 app/libraries/main.php:5927
|
8494 |
#: app/skins/countdown/tpl.php:221
|
8495 |
msgid "Event Detail"
|
8496 |
msgstr "Veranstaltungsdetails"
|
8497 |
|
8498 |
+
#: app/libraries/main.php:5882 app/libraries/main.php:5929
|
8499 |
msgid "More Info Link"
|
8500 |
msgstr "Link Mehr Informationen"
|
8501 |
|
8502 |
+
#: app/libraries/main.php:5885
|
8503 |
msgid "Ticket (Singular)"
|
8504 |
msgstr "Ticket"
|
8505 |
|
8506 |
+
#: app/libraries/main.php:5886
|
8507 |
msgid "Tickets (Plural)"
|
8508 |
msgstr "Tickets"
|
8509 |
|
8510 |
+
#: app/libraries/main.php:6042
|
8511 |
msgid "EventON"
|
8512 |
msgstr "EventON"
|
8513 |
|
8514 |
+
#: app/libraries/main.php:6043
|
8515 |
msgid "The Events Calendar"
|
8516 |
msgstr "The Events Calendar"
|
8517 |
|
8518 |
+
#: app/libraries/main.php:6044
|
8519 |
msgid "Events Schedule WP Plugin"
|
8520 |
msgstr "Event Zeitplan WP-Plugin"
|
8521 |
|
8522 |
+
#: app/libraries/main.php:6045
|
8523 |
msgid "Calendarize It"
|
8524 |
msgstr ""
|
8525 |
|
8526 |
+
#: app/libraries/main.php:6046
|
8527 |
#, fuzzy
|
8528 |
#| msgid "No Search Options"
|
8529 |
msgid "Event Espresso"
|
8530 |
msgstr "Keine Suchoptionen"
|
8531 |
|
8532 |
+
#: app/libraries/main.php:6047
|
8533 |
msgid "Events Manager (Recurring)"
|
8534 |
msgstr "Wiederholende Veranstaltung"
|
8535 |
|
8536 |
+
#: app/libraries/main.php:6048
|
8537 |
msgid "Events Manager (Single)"
|
8538 |
msgstr "Moderner Event Kalender"
|
8539 |
|
8540 |
+
#: app/libraries/main.php:6120 app/libraries/main.php:6140
|
8541 |
msgid "Confirmed"
|
8542 |
msgstr "Bestätigt"
|
8543 |
|
8544 |
+
#: app/libraries/main.php:6121 app/libraries/main.php:6148
|
8545 |
msgid "Rejected"
|
8546 |
msgstr "Abgelehnt"
|
8547 |
|
8548 |
+
#: app/libraries/main.php:6122 app/libraries/main.php:6144
|
8549 |
msgid "Pending"
|
8550 |
msgstr "Ausstehend"
|
8551 |
|
8552 |
+
#: app/libraries/main.php:6170
|
8553 |
msgid "Waiting"
|
8554 |
msgstr "in Bearbeitung"
|
8555 |
|
8556 |
+
#: app/libraries/main.php:6213
|
8557 |
#, fuzzy
|
8558 |
#| msgid "Sunday"
|
8559 |
msgid "Sun"
|
8560 |
msgstr "Sonntag"
|
8561 |
|
8562 |
+
#: app/libraries/main.php:6213
|
8563 |
#, fuzzy
|
8564 |
#| msgid "Month"
|
8565 |
msgid "Mon"
|
8566 |
msgstr "Monat "
|
8567 |
|
8568 |
+
#: app/libraries/main.php:6213
|
8569 |
#, fuzzy
|
8570 |
#| msgid "Tel"
|
8571 |
msgid "Tue"
|
8572 |
msgstr "Tel"
|
8573 |
|
8574 |
+
#: app/libraries/main.php:6213
|
8575 |
msgid "Wed"
|
8576 |
msgstr ""
|
8577 |
|
8578 |
+
#: app/libraries/main.php:6213
|
8579 |
msgid "Thu"
|
8580 |
msgstr ""
|
8581 |
|
8582 |
+
#: app/libraries/main.php:6213
|
8583 |
#, fuzzy
|
8584 |
#| msgid "Friday"
|
8585 |
msgid "Fri"
|
8586 |
msgstr "Freitag"
|
8587 |
|
8588 |
+
#: app/libraries/main.php:6213
|
8589 |
#, fuzzy
|
8590 |
#| msgid "Start"
|
8591 |
msgid "Sat"
|
8592 |
msgstr "Start"
|
8593 |
|
8594 |
+
#: app/libraries/main.php:6375 app/libraries/render.php:80
|
8595 |
#: app/libraries/render.php:432
|
8596 |
msgid "Skin controller does not exist."
|
8597 |
msgstr "Skin contoller existiert nicht."
|
8598 |
|
8599 |
+
#: app/libraries/main.php:6590
|
8600 |
msgid "Sold Out"
|
8601 |
msgstr "Ausgebucht"
|
8602 |
|
8603 |
+
#: app/libraries/main.php:6598
|
8604 |
msgid "Last Few Tickets"
|
8605 |
msgstr "Nur noch wenige Tickets verfügbar."
|
8606 |
|
8607 |
+
#: app/libraries/main.php:6919 app/libraries/main.php:6936
|
|
|
|
|
|
|
|
|
|
|
|
|
8608 |
#, fuzzy
|
8609 |
#| msgid "minutes"
|
8610 |
msgid "Minutes"
|
8611 |
msgstr "Minuten"
|
8612 |
|
8613 |
+
#: app/libraries/main.php:6941
|
8614 |
msgid "AM / PM"
|
8615 |
msgstr ""
|
8616 |
|
8617 |
+
#: app/libraries/main.php:6942
|
8618 |
msgid "AM"
|
8619 |
msgstr "AM"
|
8620 |
|
8621 |
+
#: app/libraries/main.php:6943
|
8622 |
msgid "PM"
|
8623 |
msgstr "PM"
|
8624 |
|
8625 |
+
#: app/libraries/main.php:6951
|
8626 |
#, fuzzy
|
8627 |
#| msgid "Loading..."
|
8628 |
msgid "Ongoing..."
|
8629 |
msgstr "Laden…"
|
8630 |
|
8631 |
+
#: app/libraries/main.php:6952
|
8632 |
#, fuzzy
|
8633 |
#| msgid "Expired Events"
|
8634 |
msgid "Expired!"
|
8679 |
msgid "+ iCal export"
|
8680 |
msgstr "+ zu iCal exportieren"
|
8681 |
|
8682 |
+
#: app/libraries/notifications.php:1196
|
8683 |
msgid "Yes"
|
8684 |
msgstr "Ja"
|
8685 |
|
8686 |
+
#: app/libraries/notifications.php:1196
|
8687 |
msgid "No"
|
8688 |
msgstr "Nein"
|
8689 |
|
8690 |
+
#: app/libraries/skins.php:1078
|
8691 |
msgid "Select"
|
8692 |
msgstr "Auswählen"
|
8693 |
|
8764 |
"Teilnehmer Informationen für die weiteren Tickets übernehmen. (Das Ticket "
|
8765 |
"ist nicht an einen Namen gebunden)"
|
8766 |
|
8767 |
+
#: app/modules/booking/steps/tickets.php:54
|
8768 |
msgid "Book Event"
|
8769 |
msgstr "Veranstaltung buchen"
|
8770 |
|
8771 |
+
#: app/modules/booking/steps/tickets.php:82
|
8772 |
#, fuzzy
|
8773 |
#| msgid "No user selected!"
|
8774 |
msgid "1 Ticket selected."
|
8775 |
msgstr "Kein Nutzer ausgewählt"
|
8776 |
|
8777 |
+
#: app/modules/booking/steps/tickets.php:83
|
8778 |
+
#: app/modules/booking/steps/tickets.php:89
|
8779 |
#, php-format
|
8780 |
msgid "Available %s: <span>%s</span>"
|
8781 |
msgstr "Verfügbar %s: <span>%s</span>"
|
8782 |
|
8783 |
+
#: app/modules/booking/steps/tickets.php:94
|
8784 |
#, php-format
|
8785 |
msgid "The %s ticket sales has stopped!"
|
8786 |
msgstr ""
|
8787 |
|
8788 |
+
#: app/modules/booking/steps/tickets.php:95
|
8789 |
#, php-format
|
8790 |
msgid "The %s ticket is sold out. You can try another ticket or another date."
|
8791 |
msgstr ""
|
9149 |
msgid "http://webnus.net"
|
9150 |
msgstr "http://webnus.net"
|
9151 |
|
9152 |
+
#, fuzzy
|
9153 |
+
#~| msgid "No user selected!"
|
9154 |
+
#~ msgid "Collapse Ticket Selection"
|
9155 |
+
#~ msgstr "Kein Nutzer ausgewählt"
|
9156 |
+
|
9157 |
+
#~ msgid "Days"
|
9158 |
+
#~ msgstr "Tage"
|
9159 |
+
|
9160 |
#~ msgid "Total Attendees"
|
9161 |
#~ msgstr "Alle Teilnehmer"
|
9162 |
|
Binary file
|
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: modern-events-calendar\n"
|
4 |
-
"POT-Creation-Date: 2020-07-
|
5 |
-
"PO-Revision-Date: 2020-07-
|
6 |
"Last-Translator: Howard <howard@realtyna.com>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: en_US\n"
|
@@ -18,7 +18,7 @@ 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/thirdparty.php:24
|
21 |
-
#: app/features/mec.php:
|
22 |
#: app/features/mec/dashboard.php:63 app/widgets/MEC.php:33
|
23 |
msgid "Modern Events Calendar"
|
24 |
msgstr ""
|
@@ -29,8 +29,8 @@ msgstr ""
|
|
29 |
msgid "Content"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:
|
33 |
-
#: app/features/mec.php:
|
34 |
msgid "Shortcode"
|
35 |
msgstr ""
|
36 |
|
@@ -71,7 +71,7 @@ msgid "Select Shortcode"
|
|
71 |
msgstr ""
|
72 |
|
73 |
#: app/features/colors.php:50 app/features/fes/form.php:872
|
74 |
-
#: app/features/mec/settings.php:
|
75 |
msgid "Event Color"
|
76 |
msgstr ""
|
77 |
|
@@ -79,15 +79,15 @@ msgstr ""
|
|
79 |
msgid "Recent Colors"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: app/features/contextual.php:55 app/features/mec.php:
|
83 |
-
#: app/features/mec/dashboard.php:
|
84 |
#: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
|
85 |
#: app/libraries/main.php:596
|
86 |
msgid "Settings"
|
87 |
msgstr ""
|
88 |
|
89 |
#: app/features/contextual.php:62 app/features/events.php:1558
|
90 |
-
#: app/features/events.php:
|
91 |
#: app/features/mec/support.php:29 app/libraries/main.php:563
|
92 |
msgid "Booking Form"
|
93 |
msgstr ""
|
@@ -101,7 +101,7 @@ msgid ""
|
|
101 |
"YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: app/features/contextual.php:70 app/features/mec/booking.php:
|
105 |
#: app/features/mec/support-page.php:115 app/features/mec/support.php:36
|
106 |
#: app/libraries/main.php:564
|
107 |
msgid "Payment Gateways"
|
@@ -178,12 +178,12 @@ msgid ""
|
|
178 |
"\"0\" allowfullscreen></iframe>"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: app/features/contextual.php:117 app/features/mec/settings.php:
|
182 |
#: app/features/mec/support-page.php:97 app/libraries/main.php:532
|
183 |
msgid "General Options"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: app/features/contextual.php:139 app/features/mec/settings.php:
|
187 |
#: app/libraries/main.php:534
|
188 |
msgid "Slugs/Permalinks"
|
189 |
msgstr ""
|
@@ -192,7 +192,7 @@ msgstr ""
|
|
192 |
msgid "Event Details/Single Event Page"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: app/features/contextual.php:166 app/features/mec/settings.php:
|
196 |
#: app/libraries/main.php:535
|
197 |
msgid "Currency Options"
|
198 |
msgstr ""
|
@@ -201,7 +201,7 @@ msgstr ""
|
|
201 |
msgid "Google Maps Options"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: app/features/contextual.php:244 app/features/mec/settings.php:
|
205 |
#: app/libraries/main.php:536
|
206 |
msgid "Google Recaptcha Options"
|
207 |
msgstr ""
|
@@ -220,7 +220,7 @@ msgstr ""
|
|
220 |
msgid "Next Event Module"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: app/features/contextual.php:286 app/features/mec/settings.php:
|
224 |
#: app/features/mec/support-page.php:98 app/libraries/main.php:537
|
225 |
msgid "Frontend Event Submission"
|
226 |
msgstr ""
|
@@ -238,7 +238,7 @@ msgstr ""
|
|
238 |
msgid "Booking"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: app/features/contextual.php:318 app/features/mec/booking.php:
|
242 |
#: app/libraries/main.php:560
|
243 |
msgid "Coupons"
|
244 |
msgstr ""
|
@@ -248,7 +248,7 @@ msgstr ""
|
|
248 |
msgid "BuddyPress Integration"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: app/features/contextual.php:334 app/features/mec/settings.php:
|
252 |
#: app/libraries/main.php:540
|
253 |
msgid "Mailchimp Integration"
|
254 |
msgstr ""
|
@@ -257,8 +257,39 @@ msgstr ""
|
|
257 |
msgid "MEC Activation"
|
258 |
msgstr ""
|
259 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
260 |
#: app/features/events.php:167 app/features/ix/export.php:34
|
261 |
-
#: app/features/mec/dashboard.php:
|
262 |
#: app/skins/monthly_view/tpl.php:70 app/skins/tile/tpl.php:80
|
263 |
#: app/skins/yearly_view/tpl.php:68
|
264 |
msgid "Events"
|
@@ -274,11 +305,11 @@ msgstr ""
|
|
274 |
msgid "Event"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: app/features/events.php:169 app/features/mec.php:
|
278 |
msgid "Add Event"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: app/features/events.php:170 app/features/mec/dashboard.php:
|
282 |
msgid "Add New Event"
|
283 |
msgstr ""
|
284 |
|
@@ -305,7 +336,7 @@ msgstr ""
|
|
305 |
msgid "No events found in Trash!"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: app/features/events.php:192 app/features/events.php:
|
309 |
#: app/features/mec/meta_boxes/display_options.php:1386
|
310 |
#: app/features/mec/meta_boxes/search_form.php:31
|
311 |
#: app/features/mec/meta_boxes/search_form.php:101
|
@@ -318,20 +349,20 @@ msgstr ""
|
|
318 |
#: app/features/mec/meta_boxes/search_form.php:584
|
319 |
#: app/features/mec/meta_boxes/search_form.php:654
|
320 |
#: app/features/mec/meta_boxes/search_form.php:760
|
321 |
-
#: app/features/mec/settings.php:
|
322 |
-
#: app/features/search.php:68 app/libraries/main.php:
|
323 |
-
#: app/libraries/main.php:
|
324 |
#: app/skins/single.php:854 app/skins/single/default.php:215
|
325 |
#: app/skins/single/default.php:446 app/skins/single/m1.php:195
|
326 |
#: app/skins/single/m2.php:118 app/skins/single/modern.php:137
|
327 |
msgid "Category"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: app/features/events.php:193 app/features/events.php:
|
331 |
-
#: app/features/fes/form.php:822 app/features/mec.php:
|
332 |
#: app/features/mec/meta_boxes/filter.php:69
|
333 |
-
#: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:
|
334 |
-
#: app/libraries/main.php:
|
335 |
msgid "Categories"
|
336 |
msgstr ""
|
337 |
|
@@ -420,7 +451,7 @@ msgid "Event Data"
|
|
420 |
msgstr ""
|
421 |
|
422 |
#: app/features/events.php:346 app/features/events.php:1303
|
423 |
-
#: app/features/mec/settings.php:
|
424 |
msgid "Hourly Schedule"
|
425 |
msgstr ""
|
426 |
|
@@ -432,8 +463,8 @@ msgstr ""
|
|
432 |
msgid "Links"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: app/features/events.php:349 app/features/events.php:
|
436 |
-
#: app/features/events.php:
|
437 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
438 |
#: app/features/mec/meta_boxes/display_options.php:1389
|
439 |
#: app/features/mec/meta_boxes/search_form.php:46
|
@@ -447,13 +478,13 @@ msgstr ""
|
|
447 |
#: app/features/mec/meta_boxes/search_form.php:599
|
448 |
#: app/features/mec/meta_boxes/search_form.php:669
|
449 |
#: app/features/mec/meta_boxes/search_form.php:775
|
450 |
-
#: app/features/mec/settings.php:
|
451 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
452 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
453 |
#: app/features/organizers.php:271 app/features/popup/event.php:163
|
454 |
#: app/features/popup/event.php:172 app/features/search.php:80
|
455 |
-
#: app/libraries/main.php:
|
456 |
-
#: app/libraries/skins.php:
|
457 |
#: app/skins/single/default.php:240 app/skins/single/default.php:471
|
458 |
#: app/skins/single/m1.php:103 app/skins/single/m2.php:26
|
459 |
#: app/skins/single/modern.php:45
|
@@ -461,8 +492,8 @@ msgid "Organizer"
|
|
461 |
msgstr ""
|
462 |
|
463 |
#: app/features/events.php:350 app/features/events.php:1108
|
464 |
-
#: app/features/fes/form.php:793 app/libraries/main.php:
|
465 |
-
#: app/libraries/main.php:
|
466 |
#: app/skins/single/default.php:141 app/skins/single/default.php:372
|
467 |
#: app/skins/single/m1.php:62 app/skins/single/modern.php:234
|
468 |
msgid "Cost"
|
@@ -480,26 +511,26 @@ msgstr ""
|
|
480 |
msgid "Guest Data"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: app/features/events.php:489 app/features/events.php:
|
484 |
-
#: app/features/events.php:
|
485 |
#: app/features/fes/form.php:752 app/features/labels.php:178
|
486 |
#: app/features/mec/booking.php:53 app/features/organizers.php:279
|
487 |
#: app/features/popup/event.php:182 app/features/profile/profile.php:177
|
488 |
-
#: app/libraries/notifications.php:
|
489 |
msgid "Name"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: app/features/events.php:490 app/features/events.php:
|
493 |
-
#: app/features/events.php:
|
494 |
-
#: app/features/events.php:
|
495 |
#: app/features/fes/form.php:748 app/features/login/login.php:5
|
496 |
-
#: app/features/mec/booking.php:65 app/features/mec/booking.php:
|
497 |
-
#: app/features/mec/booking.php:
|
498 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
499 |
#: app/features/profile/profile.php:180 app/features/speakers.php:127
|
500 |
-
#: app/features/speakers.php:196 app/libraries/main.php:
|
501 |
-
#: app/libraries/main.php:
|
502 |
-
#: app/libraries/notifications.php:
|
503 |
#: app/modules/booking/steps/form.php:157 app/skins/single.php:1119
|
504 |
#: app/skins/single.php:1178 app/skins/single/default.php:257
|
505 |
#: app/skins/single/default.php:488 app/skins/single/m1.php:120
|
@@ -512,11 +543,11 @@ msgid "Date and Time"
|
|
512 |
msgstr ""
|
513 |
|
514 |
#: app/features/events.php:501 app/features/events.php:505
|
515 |
-
#: app/features/events.php:
|
516 |
-
#: app/features/events.php:
|
517 |
#: app/features/fes/form.php:273 app/features/ix.php:3509
|
518 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:38
|
519 |
-
#: app/features/mec.php:
|
520 |
#: app/features/mec/meta_boxes/display_options.php:279
|
521 |
#: app/features/mec/meta_boxes/display_options.php:518
|
522 |
#: app/features/mec/meta_boxes/display_options.php:624
|
@@ -536,11 +567,11 @@ msgid "Start Date"
|
|
536 |
msgstr ""
|
537 |
|
538 |
#: app/features/events.php:520 app/features/events.php:524
|
539 |
-
#: app/features/events.php:
|
540 |
-
#: app/features/events.php:
|
541 |
#: app/features/fes/form.php:292 app/features/ix.php:3509
|
542 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:44
|
543 |
-
#: app/features/mec.php:
|
544 |
msgid "End Date"
|
545 |
msgstr ""
|
546 |
|
@@ -570,20 +601,20 @@ msgstr ""
|
|
570 |
|
571 |
#: app/features/events.php:579 app/features/events.php:718
|
572 |
#: app/features/events.php:1071 app/features/events.php:1220
|
573 |
-
#: app/features/events.php:1528 app/features/events.php:
|
574 |
-
#: app/features/events.php:
|
575 |
-
#: app/features/events.php:
|
576 |
-
#: app/features/events.php:
|
577 |
-
#: app/features/events.php:
|
578 |
-
#: app/features/events.php:
|
579 |
#: app/features/fes/form.php:396 app/features/fes/form.php:704
|
580 |
#: app/features/locations.php:334 app/features/mec/booking.php:116
|
581 |
-
#: app/features/mec/booking.php:
|
582 |
-
#: app/features/mec/booking.php:
|
583 |
-
#: app/features/mec/booking.php:
|
584 |
-
#: app/features/mec/booking.php:
|
585 |
-
#: app/features/mec/booking.php:
|
586 |
-
#: app/features/mec/booking.php:
|
587 |
#: app/features/mec/meta_boxes/display_options.php:82
|
588 |
#: app/features/mec/meta_boxes/display_options.php:95
|
589 |
#: app/features/mec/meta_boxes/display_options.php:108
|
@@ -619,24 +650,24 @@ msgstr ""
|
|
619 |
#: app/features/mec/modules.php:52 app/features/mec/modules.php:85
|
620 |
#: app/features/mec/modules.php:102 app/features/mec/modules.php:137
|
621 |
#: app/features/mec/modules.php:153 app/features/mec/modules.php:323
|
622 |
-
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:
|
623 |
-
#: app/features/mec/notifications.php:
|
624 |
-
#: app/features/mec/notifications.php:
|
625 |
-
#: app/features/mec/notifications.php:
|
626 |
-
#: app/features/mec/notifications.php:
|
627 |
-
#: app/features/mec/notifications.php:
|
628 |
-
#: app/features/mec/notifications.php:
|
629 |
-
#: app/features/mec/notifications.php:
|
630 |
-
#: app/features/mec/settings.php:
|
631 |
-
#: app/features/mec/settings.php:
|
632 |
-
#: app/features/mec/settings.php:
|
633 |
-
#: app/features/mec/settings.php:
|
634 |
-
#: app/features/mec/settings.php:
|
635 |
-
#: app/features/mec/settings.php:
|
636 |
-
#: app/features/mec/settings.php:
|
637 |
-
#: app/features/mec/settings.php:
|
638 |
-
#: app/features/mec/settings.php:
|
639 |
-
#: app/features/mec/settings.php:
|
640 |
#: app/features/mec/single.php:62 app/features/mec/single.php:82
|
641 |
#: app/features/mec/single.php:99 app/features/mec/single.php:115
|
642 |
#: app/features/mec/single.php:130 app/features/mec/single.php:269
|
@@ -663,7 +694,7 @@ msgid "Repeats"
|
|
663 |
msgstr ""
|
664 |
|
665 |
#: app/features/events.php:608 app/features/fes/form.php:329
|
666 |
-
#: app/features/mec.php:
|
667 |
#: app/skins/full_calendar/tpl.php:121
|
668 |
msgid "Daily"
|
669 |
msgstr ""
|
@@ -687,13 +718,13 @@ msgid "Weekly"
|
|
687 |
msgstr ""
|
688 |
|
689 |
#: app/features/events.php:643 app/features/fes/form.php:334
|
690 |
-
#: app/features/mec.php:
|
691 |
#: app/skins/full_calendar/tpl.php:119
|
692 |
msgid "Monthly"
|
693 |
msgstr ""
|
694 |
|
695 |
#: app/features/events.php:650 app/features/fes/form.php:335
|
696 |
-
#: app/features/mec.php:
|
697 |
#: app/skins/full_calendar/tpl.php:118
|
698 |
msgid "Yearly"
|
699 |
msgstr ""
|
@@ -724,8 +755,8 @@ msgid ""
|
|
724 |
"Calendar."
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: app/features/events.php:698 app/features/events.php:
|
728 |
-
#: app/features/events.php:
|
729 |
#: app/features/fes/form.php:359 app/features/ix/import_f_calendar.php:42
|
730 |
#: app/features/ix/import_g_calendar.php:51
|
731 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
@@ -734,8 +765,8 @@ msgstr ""
|
|
734 |
|
735 |
#: app/features/events.php:711 app/features/events.php:1214
|
736 |
#: app/features/events.php:1334 app/features/events.php:1439
|
737 |
-
#: app/features/events.php:
|
738 |
-
#: app/features/events.php:
|
739 |
#: app/features/fes/form.php:389 app/features/fes/form.php:920
|
740 |
msgid "Add"
|
741 |
msgstr ""
|
@@ -751,8 +782,8 @@ msgid ""
|
|
751 |
"the start and end dates must be commensurate with the initial date."
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: app/features/events.php:728 app/features/events.php:
|
755 |
-
#: app/features/events.php:
|
756 |
#: app/features/fes/form.php:374
|
757 |
msgid "End"
|
758 |
msgstr ""
|
@@ -808,11 +839,11 @@ msgstr ""
|
|
808 |
msgid "Show only one occurrence of this event"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: app/features/events.php:1104 app/features/events.php:
|
812 |
-
#: app/features/events.php:
|
813 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
814 |
-
#: app/features/mec/settings.php:
|
815 |
-
#: app/libraries/main.php:
|
816 |
msgid "Event Cost"
|
817 |
msgstr ""
|
818 |
|
@@ -824,11 +855,11 @@ msgstr ""
|
|
824 |
msgid "Exclude certain days"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: app/features/events.php:1212 app/features/events.php:
|
828 |
-
#: app/features/events.php:
|
829 |
-
#: app/features/mec/booking.php:
|
830 |
#: app/features/mec/single.php:185 app/features/profile/profile.php:58
|
831 |
-
#: app/libraries/main.php:
|
832 |
#: app/modules/next-event/details.php:134 app/skins/single.php:938
|
833 |
#: app/skins/single/default.php:98 app/skins/single/default.php:329
|
834 |
#: app/skins/single/m1.php:22 app/skins/single/modern.php:194
|
@@ -863,31 +894,31 @@ msgstr ""
|
|
863 |
|
864 |
#: app/features/events.php:1319 app/features/events.php:1358
|
865 |
#: app/features/events.php:1393 app/features/events.php:1425
|
866 |
-
#: app/features/events.php:1454 app/features/events.php:
|
867 |
-
#: app/features/events.php:
|
868 |
-
#: app/features/events.php:
|
869 |
#: app/features/fes/form.php:248 app/features/ix.php:3509
|
870 |
-
#: app/features/ix.php:3550 app/features/mec/booking.php:
|
871 |
-
#: app/features/mec/booking.php:
|
872 |
msgid "Title"
|
873 |
msgstr ""
|
874 |
|
875 |
#: app/features/events.php:1328 app/features/events.php:1365
|
876 |
#: app/features/events.php:1398 app/features/events.php:1433
|
877 |
-
#: app/features/events.php:1459 app/features/events.php:
|
878 |
-
#: app/features/events.php:
|
879 |
-
#: app/features/events.php:
|
880 |
-
#: app/features/events.php:
|
881 |
-
#: app/features/mec/booking.php:
|
882 |
-
#: app/features/mec/booking.php:
|
883 |
-
#: app/libraries/main.php:
|
884 |
-
#: app/libraries/main.php:
|
885 |
-
#: app/libraries/main.php:
|
886 |
-
#: app/libraries/main.php:
|
887 |
-
#: app/libraries/main.php:
|
888 |
-
#: app/libraries/main.php:
|
889 |
-
#: app/libraries/main.php:
|
890 |
-
#: app/libraries/main.php:
|
891 |
msgid "Remove"
|
892 |
msgstr ""
|
893 |
|
@@ -906,17 +937,17 @@ msgid "To e.g. 8:45"
|
|
906 |
msgstr ""
|
907 |
|
908 |
#: app/features/events.php:1362 app/features/events.php:1396
|
909 |
-
#: app/features/events.php:1457 app/features/events.php:
|
910 |
-
#: app/features/events.php:
|
911 |
msgid "Description"
|
912 |
msgstr ""
|
913 |
|
914 |
#: app/features/events.php:1368 app/features/events.php:1401
|
915 |
#: app/features/events.php:1462 app/features/fes/form.php:916
|
916 |
-
#: app/features/mec.php:
|
917 |
-
#: app/features/mec/settings.php:
|
918 |
-
#: app/libraries/main.php:568 app/libraries/main.php:
|
919 |
-
#: app/libraries/main.php:
|
920 |
msgid "Speakers"
|
921 |
msgstr ""
|
922 |
|
@@ -925,13 +956,13 @@ msgid "New Day"
|
|
925 |
msgstr ""
|
926 |
|
927 |
#: app/features/events.php:1493 app/features/fes/form.php:767
|
928 |
-
#: app/features/mec/settings.php:
|
929 |
msgid "Event Links"
|
930 |
msgstr ""
|
931 |
|
932 |
#: app/features/events.php:1496 app/features/events.php:1502
|
933 |
-
#: app/features/fes/form.php:769 app/libraries/main.php:
|
934 |
-
#: app/libraries/main.php:
|
935 |
msgid "Event Link"
|
936 |
msgstr ""
|
937 |
|
@@ -952,8 +983,8 @@ msgid "URL Shortener"
|
|
952 |
msgstr ""
|
953 |
|
954 |
#: app/features/events.php:1512 app/features/events.php:1525
|
955 |
-
#: app/features/fes/form.php:774 app/libraries/main.php:
|
956 |
-
#: app/libraries/main.php:
|
957 |
#: app/skins/single/default.php:155 app/skins/single/default.php:386
|
958 |
#: app/skins/single/m1.php:216 app/skins/single/m2.php:140
|
959 |
#: app/skins/single/modern.php:159 app/widgets/single.php:107
|
@@ -978,7 +1009,7 @@ msgid ""
|
|
978 |
"Insert full link including http(s)://"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: app/features/events.php:1549 app/features/mec/settings.php:
|
982 |
msgid "Booking Options"
|
983 |
msgstr ""
|
984 |
|
@@ -986,171 +1017,173 @@ msgstr ""
|
|
986 |
msgid "Total User Booking Limits"
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: app/features/events.php:1551 app/features/events.php:
|
990 |
-
#: app/libraries/book.php:60 app/libraries/main.php:
|
991 |
-
#: app/modules/booking/steps/tickets.php:
|
|
|
992 |
msgid "Tickets"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: app/features/events.php:1553 app/features/events.php:
|
996 |
msgid "Fees"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: app/features/events.php:1556 app/features/events.php:
|
1000 |
-
#: app/features/mec/settings.php:
|
1001 |
msgid "Ticket Variations / Options"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: app/features/events.php:1560 app/features/mec/booking.php:
|
1005 |
#: app/features/mec/support-page.php:118
|
1006 |
msgid "Organizer Payment"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: app/features/events.php:
|
1010 |
msgid "Total booking limit"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: app/features/events.php:
|
1014 |
-
#: app/features/events.php:
|
1015 |
-
#: app/modules/booking/steps/tickets.php:
|
|
|
1016 |
#: app/skins/available_spot/tpl.php:142
|
1017 |
msgid "Unlimited"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: app/features/events.php:
|
1021 |
msgid ""
|
1022 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1023 |
"limitation number."
|
1024 |
msgstr ""
|
1025 |
|
1026 |
-
#: app/features/events.php:
|
1027 |
msgid "Read About A Booking System"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
-
#: app/features/events.php:
|
1031 |
msgid "100"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: app/features/events.php:
|
1035 |
msgid "Book All Occurrences"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
-
#: app/features/events.php:
|
1039 |
msgid "Sell all occurrences by one booking"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
-
#: app/features/events.php:
|
1043 |
msgid ""
|
1044 |
"If you have a series of events and you want to sell all of them at once, "
|
1045 |
"this option is for you! For example a weekly yoga course or something "
|
1046 |
"similar."
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: app/features/events.php:
|
1050 |
msgid "Total user booking limits"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
-
#: app/features/events.php:
|
1054 |
-
#: app/features/events.php:
|
1055 |
msgid "Inherit from global options"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: app/features/events.php:
|
1059 |
msgid "12"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
-
#: app/features/events.php:
|
1063 |
msgid ""
|
1064 |
"You're translating an event so MEC will use the original event for tickets "
|
1065 |
"and booking. You can only translate the ticket name and description. Please "
|
1066 |
"define exact tickets that you defined in the original event here."
|
1067 |
msgstr ""
|
1068 |
|
1069 |
-
#: app/features/events.php:
|
1070 |
msgid "Add Ticket"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: app/features/events.php:
|
1074 |
msgid "Ticket Name"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: app/features/events.php:
|
1078 |
-
#: app/features/events.php:
|
1079 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1080 |
msgid "Start Time"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: app/features/events.php:
|
1084 |
-
#: app/features/events.php:
|
1085 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1086 |
msgid "End Time"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#: app/features/events.php:
|
1090 |
-
#: app/features/events.php:
|
1091 |
-
#: app/features/events.php:
|
1092 |
-
#: app/features/events.php:
|
1093 |
-
#: app/features/events.php:
|
1094 |
-
#: app/features/events.php:
|
1095 |
-
#: app/features/mec/booking.php:
|
1096 |
-
#: app/features/mec/booking.php:
|
1097 |
msgid "Price"
|
1098 |
msgstr ""
|
1099 |
|
1100 |
-
#: app/features/events.php:
|
1101 |
msgid ""
|
1102 |
"Insert 0 for free ticket. Only numbers please — Enter only the price without "
|
1103 |
"any symbols or characters."
|
1104 |
msgstr ""
|
1105 |
|
1106 |
-
#: app/features/events.php:
|
1107 |
-
#: app/features/events.php:
|
1108 |
msgid "Price Label"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: app/features/events.php:
|
1112 |
msgid "For showing on website. e.g. $15"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: app/features/events.php:
|
1116 |
msgid "Available Tickets"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
-
#: app/features/events.php:
|
1120 |
msgid "Minimum Ticket e.g. 3"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
-
#: app/features/events.php:
|
1124 |
msgid "MinimumTicket"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
-
#: app/features/events.php:
|
1128 |
msgid "Set a number for the minimum ticket reservation possible"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
-
#: app/features/events.php:
|
1132 |
msgid "e.g. 0"
|
1133 |
msgstr ""
|
1134 |
|
1135 |
-
#: app/features/events.php:
|
1136 |
msgid "Day"
|
1137 |
msgstr ""
|
1138 |
|
1139 |
-
#: app/features/events.php:
|
1140 |
msgid "Hour"
|
1141 |
msgstr ""
|
1142 |
|
1143 |
-
#: app/features/events.php:
|
1144 |
#, php-format
|
1145 |
msgid "Stop selling ticket %s before event start."
|
1146 |
msgstr ""
|
1147 |
|
1148 |
-
#: app/features/events.php:
|
1149 |
msgid "Price per Date"
|
1150 |
msgstr ""
|
1151 |
|
1152 |
-
#: app/features/events.php:
|
1153 |
-
#: app/features/events.php:
|
1154 |
#: app/features/mec/meta_boxes/display_options.php:1387
|
1155 |
#: app/features/mec/meta_boxes/search_form.php:67
|
1156 |
#: app/features/mec/meta_boxes/search_form.php:137
|
@@ -1163,116 +1196,116 @@ msgstr ""
|
|
1163 |
#: app/features/mec/meta_boxes/search_form.php:620
|
1164 |
#: app/features/mec/meta_boxes/search_form.php:690
|
1165 |
#: app/features/mec/meta_boxes/search_form.php:796
|
1166 |
-
#: app/features/mec/settings.php:
|
1167 |
-
#: app/features/search.php:98 app/libraries/skins.php:
|
1168 |
msgid "Label"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: app/features/events.php:
|
1172 |
-
#: app/features/mec/booking.php:
|
1173 |
msgid "Fee Title"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
-
#: app/features/events.php:
|
1177 |
-
#: app/features/events.php:
|
1178 |
-
#: app/features/mec/booking.php:
|
1179 |
-
#: app/features/mec/booking.php:
|
1180 |
msgid "Amount"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: app/features/events.php:
|
1184 |
-
#: app/features/mec/booking.php:
|
1185 |
msgid ""
|
1186 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1187 |
"otherwise considered as percentage"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
-
#: app/features/events.php:
|
1191 |
-
#: app/features/mec/booking.php:
|
1192 |
msgid "Percent"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: app/features/events.php:
|
1196 |
-
#: app/features/mec/booking.php:
|
1197 |
msgid "Amount (Per Ticket)"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: app/features/events.php:
|
1201 |
-
#: app/features/mec/booking.php:
|
1202 |
msgid "Amount (Per Booking)"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: app/features/events.php:
|
1206 |
-
#: app/features/mec/booking.php:
|
1207 |
msgid "Option Price"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
-
#: app/features/events.php:
|
1211 |
-
#: app/features/events.php:
|
1212 |
-
#: app/features/mec/booking.php:
|
1213 |
-
#: app/features/mec/booking.php:
|
1214 |
msgid "Maximum Per Ticket"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: app/features/events.php:
|
1218 |
-
#: app/features/mec/booking.php:
|
1219 |
msgid "Maximum Per Ticket. Leave blank for unlimited."
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: app/features/events.php:
|
1223 |
msgid "Per Attendee Fields"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
-
#: app/features/events.php:
|
1227 |
-
#: app/libraries/main.php:
|
1228 |
msgid "MEC Name"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: app/features/events.php:
|
1232 |
-
#: app/libraries/main.php:
|
1233 |
msgid "MEC Email"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: app/features/events.php:
|
1237 |
-
#: app/features/mec/booking.php:
|
1238 |
-
#: app/features/mec/single.php:182 app/libraries/main.php:
|
1239 |
msgid "Text"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: app/features/events.php:
|
1243 |
-
#: app/features/mec/booking.php:
|
1244 |
#: app/features/mec/single.php:186 app/features/organizers.php:103
|
1245 |
#: app/features/organizers.php:148 app/features/speakers.php:119
|
1246 |
#: app/features/speakers.php:192 app/features/speakers.php:271
|
1247 |
-
#: app/libraries/main.php:
|
1248 |
msgid "Tel"
|
1249 |
msgstr ""
|
1250 |
|
1251 |
-
#: app/features/events.php:
|
1252 |
-
#: app/libraries/main.php:
|
1253 |
msgid "File"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: app/features/events.php:
|
1257 |
-
#: app/features/mec/booking.php:
|
1258 |
-
#: app/features/mec/single.php:187 app/libraries/main.php:
|
1259 |
msgid "Textarea"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: app/features/events.php:
|
1263 |
-
#: app/features/mec/booking.php:
|
1264 |
-
#: app/features/mec/single.php:189 app/libraries/main.php:
|
1265 |
msgid "Checkboxes"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: app/features/events.php:
|
1269 |
-
#: app/features/mec/booking.php:
|
1270 |
-
#: app/features/mec/single.php:190 app/libraries/main.php:
|
1271 |
msgid "Radio Buttons"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: app/features/events.php:
|
1275 |
-
#: app/features/mec/booking.php:
|
1276 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1277 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1278 |
#: app/features/mec/meta_boxes/search_form.php:49
|
@@ -1349,50 +1382,50 @@ msgstr ""
|
|
1349 |
#: app/features/mec/meta_boxes/search_form.php:792
|
1350 |
#: app/features/mec/meta_boxes/search_form.php:799
|
1351 |
#: app/features/mec/meta_boxes/search_form.php:813
|
1352 |
-
#: app/features/mec/single.php:191 app/libraries/main.php:
|
1353 |
msgid "Dropdown"
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: app/features/events.php:
|
1357 |
-
#: app/features/mec/booking.php:
|
1358 |
-
#: app/libraries/main.php:
|
1359 |
msgid "Agreement"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
-
#: app/features/events.php:
|
1363 |
-
#: app/features/mec/booking.php:
|
1364 |
-
#: app/features/mec/single.php:188 app/libraries/main.php:
|
1365 |
msgid "Paragraph"
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#: app/features/events.php:
|
1369 |
msgid "Fixed Fields"
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: app/features/events.php:
|
1373 |
-
#: app/features/events.php:
|
1374 |
#, php-format
|
1375 |
msgid "Show all %s"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#: app/features/events.php:
|
1379 |
msgid "labels"
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#: app/features/events.php:
|
1383 |
msgid "locations"
|
1384 |
msgstr ""
|
1385 |
|
1386 |
-
#: app/features/events.php:
|
1387 |
msgid "organizers"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#: app/features/events.php:
|
1391 |
msgid "Attendees List"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: app/features/events.php:
|
1395 |
-
#: app/features/events.php:
|
1396 |
#: app/features/ix.php:3550 app/features/locations.php:58
|
1397 |
#: app/features/locations.php:261 app/features/locations.php:322
|
1398 |
#: app/features/locations.php:324 app/features/locations.php:333
|
@@ -1408,97 +1441,97 @@ msgstr ""
|
|
1408 |
#: app/features/mec/meta_boxes/search_form.php:591
|
1409 |
#: app/features/mec/meta_boxes/search_form.php:661
|
1410 |
#: app/features/mec/meta_boxes/search_form.php:767
|
1411 |
-
#: app/features/mec/settings.php:
|
1412 |
#: app/features/popup/event.php:116 app/features/popup/event.php:125
|
1413 |
-
#: app/features/search.php:74 app/libraries/main.php:
|
1414 |
-
#: app/libraries/main.php:
|
1415 |
-
#: app/libraries/skins.php:
|
1416 |
#: app/skins/single.php:1224 app/skins/single/default.php:191
|
1417 |
#: app/skins/single/default.php:422 app/skins/single/m1.php:172
|
1418 |
#: app/skins/single/m2.php:95 app/skins/single/modern.php:113
|
1419 |
msgid "Location"
|
1420 |
msgstr ""
|
1421 |
|
1422 |
-
#: app/features/events.php:
|
1423 |
msgid "Repeat"
|
1424 |
msgstr ""
|
1425 |
|
1426 |
-
#: app/features/events.php:
|
1427 |
msgid "Author"
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#: app/features/events.php:
|
1431 |
msgid "iCal Export"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
-
#: app/features/events.php:
|
1435 |
msgid "CSV Export"
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#: app/features/events.php:
|
1439 |
msgid "MS Excel Export"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
-
#: app/features/events.php:
|
1443 |
msgid "XML Export"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
-
#: app/features/events.php:
|
1447 |
msgid "JSON Export"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: app/features/events.php:
|
1451 |
-
#: app/features/events.php:
|
1452 |
msgid "Duplicate"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
-
#: app/features/events.php:
|
1456 |
#: app/features/fes.php:233 app/features/ix.php:3509 app/features/ix.php:3550
|
1457 |
#: app/features/labels.php:177 app/features/locations.php:260
|
1458 |
#: app/features/organizers.php:203 app/features/speakers.php:268
|
1459 |
msgid "ID"
|
1460 |
msgstr ""
|
1461 |
|
1462 |
-
#: app/features/events.php:
|
1463 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1464 |
msgid "Link"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: app/features/events.php:
|
1468 |
#, php-format
|
1469 |
msgid "%s Tel"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: app/features/events.php:
|
1473 |
#, php-format
|
1474 |
msgid "%s Email"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: app/features/events.php:
|
1478 |
-
#: app/features/profile/profile.php:183 app/libraries/main.php:
|
1479 |
-
#: app/libraries/main.php:
|
1480 |
msgid "Ticket"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
-
#: app/features/events.php:
|
1484 |
msgid "Variations"
|
1485 |
msgstr ""
|
1486 |
|
1487 |
-
#: app/features/events.php:
|
1488 |
msgid "Unknown"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: app/features/events.php:
|
1492 |
msgid ""
|
1493 |
"If you want to send an email, first select your attendees and then click in "
|
1494 |
"the button below, please."
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: app/features/events.php:
|
1498 |
msgid "Send Email"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: app/features/events.php:
|
1502 |
msgid "No Attendees Found!"
|
1503 |
msgstr ""
|
1504 |
|
@@ -1537,8 +1570,8 @@ msgstr ""
|
|
1537 |
msgid "Order Time"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: app/features/fes.php:233 app/libraries/main.php:
|
1541 |
-
#: app/libraries/main.php:
|
1542 |
msgid "Transaction ID"
|
1543 |
msgstr ""
|
1544 |
|
@@ -1584,11 +1617,11 @@ msgstr ""
|
|
1584 |
msgid "Please fill event title field!"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
-
#: app/features/fes.php:
|
1588 |
msgid "Event submitted. It will publish as soon as possible."
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: app/features/fes.php:
|
1592 |
msgid "The event published."
|
1593 |
msgstr ""
|
1594 |
|
@@ -1596,7 +1629,7 @@ msgstr ""
|
|
1596 |
msgid "Go back to events list"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
#: app/features/fes/form.php:256 app/features/mec/settings.php:
|
1600 |
msgid "Excerpt"
|
1601 |
msgstr ""
|
1602 |
|
@@ -1675,7 +1708,7 @@ msgid ""
|
|
1675 |
"link including http(s)://"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: app/features/fes/form.php:807 app/features/mec/settings.php:
|
1679 |
msgid "Featured Image"
|
1680 |
msgstr ""
|
1681 |
|
@@ -1684,16 +1717,16 @@ msgid "Remove Image"
|
|
1684 |
msgstr ""
|
1685 |
|
1686 |
#: app/features/fes/form.php:848 app/features/labels.php:61
|
1687 |
-
#: app/features/labels.php:221 app/features/mec.php:
|
1688 |
#: app/features/mec/meta_boxes/filter.php:72
|
1689 |
-
#: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:
|
1690 |
-
#: app/libraries/main.php:
|
1691 |
#: app/skins/single/default.php:170 app/skins/single/default.php:401
|
1692 |
#: app/skins/single/m1.php:77 app/skins/single/modern.php:249
|
1693 |
msgid "Labels"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: app/features/fes/form.php:894 app/features/mec.php:
|
1697 |
#: app/features/mec/meta_boxes/filter.php:73
|
1698 |
#: app/features/mec/meta_boxes/filter.php:151
|
1699 |
msgid "Tags"
|
@@ -2000,16 +2033,16 @@ msgstr ""
|
|
2000 |
#: app/features/ix/export_g_calendar.php:72
|
2001 |
#: app/features/ix/export_g_calendar.php:151
|
2002 |
#: app/features/ix/export_g_calendar.php:166
|
2003 |
-
#: app/features/mec/notifications.php:
|
2004 |
-
#: app/features/mec/notifications.php:
|
2005 |
-
#: app/features/mec/notifications.php:
|
2006 |
-
#: app/features/mec/notifications.php:
|
2007 |
msgid "Add to Google Calendar"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
-
#: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:
|
2011 |
-
#: app/features/mec/modules.php:403 app/features/mec/notifications.php:
|
2012 |
-
#: app/features/mec/settings.php:
|
2013 |
msgid "Checking ..."
|
2014 |
msgstr ""
|
2015 |
|
@@ -2052,8 +2085,8 @@ msgid "ICS Feed"
|
|
2052 |
msgstr ""
|
2053 |
|
2054 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:99
|
2055 |
-
#: app/features/mec/booking.php:
|
2056 |
-
#: app/features/mec/booking.php:
|
2057 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2058 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2059 |
#: app/features/mec/modules.php:69 app/features/mec/modules.php:211
|
@@ -2063,8 +2096,8 @@ msgid "%s is required to use this feature."
|
|
2063 |
msgstr ""
|
2064 |
|
2065 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
2066 |
-
#: app/features/mec/booking.php:99 app/features/mec/booking.php:
|
2067 |
-
#: app/features/mec/booking.php:
|
2068 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2069 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2070 |
#: app/features/mec/meta_boxes/display_options.php:506
|
@@ -2091,7 +2124,7 @@ msgstr ""
|
|
2091 |
msgid "Import all of your Facebook events into MEC."
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: app/features/ix/import_f_calendar.php:27 app/features/mec/dashboard.php:
|
2095 |
#: app/features/mec/support-page.php:11 app/features/mec/support.php:100
|
2096 |
msgid "Documentation"
|
2097 |
msgstr ""
|
@@ -2245,7 +2278,7 @@ msgstr ""
|
|
2245 |
|
2246 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
2247 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
2248 |
-
#: app/features/mec/notifications.php:
|
2249 |
msgid "Important Note"
|
2250 |
msgstr ""
|
2251 |
|
@@ -2415,7 +2448,7 @@ msgid "Featured"
|
|
2415 |
msgstr ""
|
2416 |
|
2417 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2418 |
-
#: app/libraries/main.php:
|
2419 |
#: app/skins/available_spot/tpl.php:58 app/skins/carousel/render.php:38
|
2420 |
#: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
|
2421 |
#: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
|
@@ -2435,7 +2468,7 @@ msgstr ""
|
|
2435 |
|
2436 |
#: app/features/labels.php:180 app/features/locations.php:263
|
2437 |
#: app/features/organizers.php:206 app/features/speakers.php:272
|
2438 |
-
#: app/modules/booking/steps/tickets.php:
|
2439 |
msgid "Count"
|
2440 |
msgstr ""
|
2441 |
|
@@ -2449,10 +2482,10 @@ msgstr ""
|
|
2449 |
msgid "Event %s"
|
2450 |
msgstr ""
|
2451 |
|
2452 |
-
#: app/features/locations.php:59 app/features/mec.php:
|
2453 |
-
#: app/features/mec/dashboard.php:
|
2454 |
-
#: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:
|
2455 |
-
#: app/libraries/main.php:
|
2456 |
msgid "Locations"
|
2457 |
msgstr ""
|
2458 |
|
@@ -2543,7 +2576,7 @@ msgstr ""
|
|
2543 |
msgid "eg. City Hall"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#: app/features/locations.php:345 app/features/mec/settings.php:
|
2547 |
#: app/features/popup/event.php:143 app/widgets/single.php:115
|
2548 |
msgid "Event Location"
|
2549 |
msgstr ""
|
@@ -2578,8 +2611,8 @@ msgstr ""
|
|
2578 |
msgid "Don't show map in single event page"
|
2579 |
msgstr ""
|
2580 |
|
2581 |
-
#: app/features/locations.php:396 app/libraries/main.php:
|
2582 |
-
#: app/libraries/main.php:
|
2583 |
msgid "Other Locations"
|
2584 |
msgstr ""
|
2585 |
|
@@ -2608,203 +2641,203 @@ msgstr ""
|
|
2608 |
msgid "Forgot Password?"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
-
#: app/features/mec.php:
|
2612 |
msgid ""
|
2613 |
"Activation failed. Please check your purchase code or license type."
|
2614 |
"<br><b>Note: Your purchase code should match your licesne type.</b>"
|
2615 |
msgstr ""
|
2616 |
|
2617 |
-
#: app/features/mec.php:
|
2618 |
msgid "Troubleshooting"
|
2619 |
msgstr ""
|
2620 |
|
2621 |
-
#: app/features/mec.php:
|
2622 |
msgid "Select Date"
|
2623 |
msgstr ""
|
2624 |
|
2625 |
-
#: app/features/mec.php:
|
2626 |
msgid "All"
|
2627 |
msgstr ""
|
2628 |
|
2629 |
-
#: app/features/mec.php:
|
2630 |
msgid ""
|
2631 |
"Your option is not in JSON format. Please insert correct options in this "
|
2632 |
"field and try again."
|
2633 |
msgstr ""
|
2634 |
|
2635 |
-
#: app/features/mec.php:
|
2636 |
msgid "Your options field can not be empty!"
|
2637 |
msgstr ""
|
2638 |
|
2639 |
-
#: app/features/mec.php:
|
2640 |
msgid "Your options imported successfuly."
|
2641 |
msgstr ""
|
2642 |
|
2643 |
-
#: app/features/mec.php:
|
2644 |
msgid "MEC - Support"
|
2645 |
msgstr ""
|
2646 |
|
2647 |
-
#: app/features/mec.php:
|
2648 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2649 |
msgid "Support"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
-
#: app/features/mec.php:
|
2653 |
#: app/features/mec/meta_boxes/filter.php:71
|
2654 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2655 |
-
#: app/libraries/main.php:
|
2656 |
msgid "Organizers"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
-
#: app/features/mec.php:
|
2660 |
-
#: app/features/mec/dashboard.php:
|
2661 |
msgid "Shortcodes"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: app/features/mec.php:
|
2665 |
msgid "MEC - Settings"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
-
#: app/features/mec.php:
|
2669 |
msgid "MEC - Addons"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
-
#: app/features/mec.php:
|
2673 |
msgid "Addons"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
-
#: app/features/mec.php:
|
2677 |
msgid "MEC - Report"
|
2678 |
msgstr ""
|
2679 |
|
2680 |
-
#: app/features/mec.php:
|
2681 |
msgid "Report"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
-
#: app/features/mec.php:
|
2685 |
msgid "MEC - Go Pro"
|
2686 |
msgstr ""
|
2687 |
|
2688 |
-
#: app/features/mec.php:
|
2689 |
#: app/features/mec/go-pro.php:9
|
2690 |
msgid "Go Pro"
|
2691 |
msgstr ""
|
2692 |
|
2693 |
-
#: app/features/mec.php:
|
2694 |
msgid "Add Shortcode"
|
2695 |
msgstr ""
|
2696 |
|
2697 |
-
#: app/features/mec.php:
|
2698 |
msgid "Add New Shortcode"
|
2699 |
msgstr ""
|
2700 |
|
2701 |
-
#: app/features/mec.php:
|
2702 |
msgid "No shortcodes found!"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
-
#: app/features/mec.php:
|
2706 |
msgid "All Shortcodes"
|
2707 |
msgstr ""
|
2708 |
|
2709 |
-
#: app/features/mec.php:
|
2710 |
msgid "Edit shortcodes"
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/features/mec.php:
|
2714 |
msgid "No shortcodes found in Trash!"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: app/features/mec.php:
|
2718 |
msgid "Display Options"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/features/mec.php:
|
2722 |
msgid "Filter Options"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/features/mec.php:
|
2726 |
msgid "Search Form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/features/mec.php:
|
2730 |
msgid "Display content's images as Popup"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/features/mec.php:
|
2734 |
msgid "Single Event Display Method"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/features/mec.php:
|
2738 |
msgid "Separate Window"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/features/mec.php:
|
2742 |
msgid "Modal Popup"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/features/mec.php:
|
2746 |
msgid "Total Bookings"
|
2747 |
msgstr ""
|
2748 |
|
2749 |
-
#: app/features/mec.php:
|
2750 |
msgid "Modern Events Calendar (Lite)"
|
2751 |
msgstr ""
|
2752 |
|
2753 |
-
#: app/features/mec.php:
|
2754 |
-
#: app/features/mec/settings.php:
|
2755 |
msgid "Upcoming Events"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: app/features/mec.php:
|
2759 |
msgid "News & Updates"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
-
#: app/features/mec.php:
|
2763 |
msgid "Blog"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
-
#: app/features/mec.php:
|
2767 |
msgid "Help"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
-
#: app/features/mec.php:
|
2771 |
msgid "This Month"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
-
#: app/features/mec.php:
|
2775 |
msgid "Last Month"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
-
#: app/features/mec.php:
|
2779 |
msgid "This Year"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
-
#: app/features/mec.php:
|
2783 |
msgid "Last Year"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
-
#: app/features/mec.php:
|
2787 |
msgid "Bar"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
-
#: app/features/mec.php:
|
2791 |
msgid "Line"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
-
#: app/features/mec.php:
|
2795 |
msgid "Filter"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
-
#: app/features/mec.php:
|
2799 |
#, php-format
|
2800 |
msgid "Total Sells (%s)"
|
2801 |
msgstr ""
|
2802 |
|
2803 |
-
#: app/features/mec.php:
|
2804 |
msgid "Print Calendar"
|
2805 |
msgstr ""
|
2806 |
|
2807 |
-
#: app/features/mec.php:
|
2808 |
msgid "Display Events"
|
2809 |
msgstr ""
|
2810 |
|
@@ -2827,26 +2860,26 @@ msgstr ""
|
|
2827 |
|
2828 |
#: app/features/mec/booking.php:78 app/features/mec/messages.php:13
|
2829 |
#: app/features/mec/modules.php:23 app/features/mec/notifications.php:11
|
2830 |
-
#: app/features/mec/settings.php:
|
2831 |
#: app/features/mec/styling.php:35
|
2832 |
msgid "Search..."
|
2833 |
msgstr ""
|
2834 |
|
2835 |
-
#: app/features/mec/booking.php:80 app/features/mec/booking.php:
|
2836 |
-
#: app/features/mec/booking.php:
|
2837 |
-
#: app/features/mec/booking.php:
|
2838 |
-
#: app/features/mec/booking.php:
|
2839 |
#: app/features/mec/messages.php:51 app/features/mec/messages.php:60
|
2840 |
#: app/features/mec/messages.php:94 app/features/mec/messages.php:103
|
2841 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:368
|
2842 |
#: app/features/mec/modules.php:378 app/features/mec/modules.php:420
|
2843 |
#: app/features/mec/modules.php:434 app/features/mec/notifications.php:13
|
2844 |
-
#: app/features/mec/notifications.php:
|
2845 |
-
#: app/features/mec/notifications.php:
|
2846 |
-
#: app/features/mec/notifications.php:
|
2847 |
-
#: app/features/mec/notifications.php:
|
2848 |
-
#: app/features/mec/settings.php:
|
2849 |
-
#: app/features/mec/settings.php:
|
2850 |
#: app/features/mec/single.php:21 app/features/mec/single.php:353
|
2851 |
#: app/features/mec/single.php:363 app/features/mec/single.php:405
|
2852 |
#: app/features/mec/single.php:419 app/features/mec/styles.php:11
|
@@ -2903,26 +2936,15 @@ msgid ""
|
|
2903 |
"tickets. Leave it empty for unlimited booking."
|
2904 |
msgstr ""
|
2905 |
|
2906 |
-
#: app/features/mec/booking.php:
|
2907 |
-
msgid "Collapse Ticket Selection"
|
2908 |
-
msgstr ""
|
2909 |
-
|
2910 |
-
#: app/features/mec/booking.php:145
|
2911 |
-
msgid ""
|
2912 |
-
"If you set the user limit to 1 then MEC collapse the ticket selection in "
|
2913 |
-
"booking form if your event has only 1 ticket. You can disable this feature "
|
2914 |
-
"by unchecking this checkbox."
|
2915 |
-
msgstr ""
|
2916 |
-
|
2917 |
-
#: app/features/mec/booking.php:152 app/features/mec/booking.php:160
|
2918 |
msgid "IP restriction"
|
2919 |
msgstr ""
|
2920 |
|
2921 |
-
#: app/features/mec/booking.php:
|
2922 |
msgid "Enabled"
|
2923 |
msgstr ""
|
2924 |
|
2925 |
-
#: app/features/mec/booking.php:
|
2926 |
#: app/features/mec/meta_boxes/search_form.php:33
|
2927 |
#: app/features/mec/meta_boxes/search_form.php:40
|
2928 |
#: app/features/mec/meta_boxes/search_form.php:48
|
@@ -3021,197 +3043,207 @@ msgstr ""
|
|
3021 |
#: app/features/mec/meta_boxes/search_form.php:805
|
3022 |
#: app/features/mec/meta_boxes/search_form.php:812
|
3023 |
#: app/features/mec/meta_boxes/search_form.php:819
|
3024 |
-
#: app/features/mec/modules.php:124 app/features/mec/settings.php:
|
3025 |
-
#: app/features/mec/settings.php:
|
3026 |
msgid "Disabled"
|
3027 |
msgstr ""
|
3028 |
|
3029 |
-
#: app/features/mec/booking.php:
|
3030 |
msgid ""
|
3031 |
"If you set limit for total tickets that users can book, MEC will use IP and "
|
3032 |
"email to prevent users to book high tickets. You can disable the IP "
|
3033 |
"restriction if you don't need it."
|
3034 |
msgstr ""
|
3035 |
|
3036 |
-
#: app/features/mec/booking.php:
|
3037 |
msgid "Maximum Dates"
|
3038 |
msgstr ""
|
3039 |
|
3040 |
-
#: app/features/mec/booking.php:
|
3041 |
msgid "Default is 6"
|
3042 |
msgstr ""
|
3043 |
|
3044 |
-
#: app/features/mec/booking.php:
|
3045 |
msgid "Show Booking Form Interval"
|
3046 |
msgstr ""
|
3047 |
|
3048 |
-
#: app/features/mec/booking.php:
|
3049 |
msgid "Minutes (e.g 5)"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
-
#: app/features/mec/booking.php:
|
3053 |
msgid ""
|
3054 |
"You can show booking form only at certain times before event start. If you "
|
3055 |
"set this option to 30 then booking form will open only 30 minutes before "
|
3056 |
"starting the event!"
|
3057 |
msgstr ""
|
3058 |
|
3059 |
-
#: app/features/mec/booking.php:
|
3060 |
-
#: app/features/mec/settings.php:
|
3061 |
msgid "Thank You Page"
|
3062 |
msgstr ""
|
3063 |
|
3064 |
-
#: app/features/mec/booking.php:
|
3065 |
msgid ""
|
3066 |
"User redirects to this page after booking. Leave it empty if you want to "
|
3067 |
"disable it."
|
3068 |
msgstr ""
|
3069 |
|
3070 |
-
#: app/features/mec/booking.php:
|
3071 |
-
#: app/features/mec/settings.php:
|
3072 |
msgid "Thank You Page Time Interval"
|
3073 |
msgstr ""
|
3074 |
|
3075 |
-
#: app/features/mec/booking.php:
|
3076 |
msgid "2000 mean 2 seconds"
|
3077 |
msgstr ""
|
3078 |
|
3079 |
-
#: app/features/mec/booking.php:
|
3080 |
msgid ""
|
3081 |
"Waiting time before redirecting to thank you page. It's in miliseconds so "
|
3082 |
"2000 means 2 seconds."
|
3083 |
msgstr ""
|
3084 |
|
3085 |
-
#: app/features/mec/booking.php:
|
3086 |
msgid "User Role"
|
3087 |
msgstr ""
|
3088 |
|
3089 |
-
#: app/features/mec/booking.php:
|
3090 |
msgid ""
|
3091 |
"MEC creates a user for main attendee after each booking. Default role of the "
|
3092 |
"user is subscriber but you can change it if needed."
|
3093 |
msgstr ""
|
3094 |
|
3095 |
-
#: app/features/mec/booking.php:
|
3096 |
msgid "Enable Express Attendees Form"
|
3097 |
msgstr ""
|
3098 |
|
3099 |
-
#: app/features/mec/booking.php:
|
3100 |
msgid "Attendees Form"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
-
#: app/features/mec/booking.php:
|
3104 |
msgid ""
|
3105 |
"Apply the info from the first attendee to all purchased ticket by that user. "
|
3106 |
"Uncheck if you want every ticket to have its own attendee’s info."
|
3107 |
msgstr ""
|
3108 |
|
3109 |
-
#: app/features/mec/booking.php:
|
3110 |
msgid "Enable Invoice"
|
3111 |
msgstr ""
|
3112 |
|
3113 |
-
#: app/features/mec/booking.php:
|
3114 |
msgid "Enable Booking for Ongoing Events"
|
3115 |
msgstr ""
|
3116 |
|
3117 |
-
#: app/features/mec/booking.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3118 |
msgid "Email verification"
|
3119 |
msgstr ""
|
3120 |
|
3121 |
-
#: app/features/mec/booking.php:
|
3122 |
msgid "Auto verification for free bookings"
|
3123 |
msgstr ""
|
3124 |
|
3125 |
-
#: app/features/mec/booking.php:
|
3126 |
msgid "Auto verification for paid bookings"
|
3127 |
msgstr ""
|
3128 |
|
3129 |
-
#: app/features/mec/booking.php:
|
3130 |
#: app/libraries/main.php:582
|
3131 |
msgid "Booking Confirmation"
|
3132 |
msgstr ""
|
3133 |
|
3134 |
-
#: app/features/mec/booking.php:
|
3135 |
msgid "Auto confirmation for free bookings"
|
3136 |
msgstr ""
|
3137 |
|
3138 |
-
#: app/features/mec/booking.php:
|
3139 |
msgid "Auto confirmation for paid bookings"
|
3140 |
msgstr ""
|
3141 |
|
3142 |
-
#: app/features/mec/booking.php:
|
3143 |
msgid "Send confirmation email in auto confirmation mode"
|
3144 |
msgstr ""
|
3145 |
|
3146 |
-
#: app/features/mec/booking.php:
|
3147 |
msgid "Enable coupons module"
|
3148 |
msgstr ""
|
3149 |
|
3150 |
-
#: app/features/mec/booking.php:
|
3151 |
msgid ""
|
3152 |
"After enabling and saving the settings, you should reload the page to see a "
|
3153 |
"new menu on the Dashboard > Booking"
|
3154 |
msgstr ""
|
3155 |
|
3156 |
-
#: app/features/mec/booking.php:
|
3157 |
msgid "Taxes / Fees"
|
3158 |
msgstr ""
|
3159 |
|
3160 |
-
#: app/features/mec/booking.php:
|
3161 |
msgid "Enable taxes / fees module"
|
3162 |
msgstr ""
|
3163 |
|
3164 |
-
#: app/features/mec/booking.php:
|
3165 |
msgid "Add Fee"
|
3166 |
msgstr ""
|
3167 |
|
3168 |
-
#: app/features/mec/booking.php:
|
3169 |
msgid "Ticket Variations & Options"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
-
#: app/features/mec/booking.php:
|
3173 |
msgid "Enable ticket options module"
|
3174 |
msgstr ""
|
3175 |
|
3176 |
-
#: app/features/mec/booking.php:
|
3177 |
msgid "Add Variation / Option"
|
3178 |
msgstr ""
|
3179 |
|
3180 |
-
#: app/features/mec/booking.php:
|
3181 |
msgid "Enable Organizer Payment Module"
|
3182 |
msgstr ""
|
3183 |
|
3184 |
-
#: app/features/mec/booking.php:
|
3185 |
msgid ""
|
3186 |
"By enabling this module, organizers are able to insert their own payment "
|
3187 |
"credentials for enabled gateways per event and receive the payments directly!"
|
3188 |
msgstr ""
|
3189 |
|
3190 |
-
#: app/features/mec/booking.php:
|
3191 |
-
#: app/features/mec/modules.php:398 app/features/mec/notifications.php:
|
3192 |
-
#: app/features/mec/settings.php:
|
3193 |
#: app/features/mec/styles.php:60 app/features/mec/styling.php:311
|
3194 |
msgid "Saved"
|
3195 |
msgstr ""
|
3196 |
|
3197 |
-
#: app/features/mec/booking.php:
|
3198 |
-
#: app/features/mec/modules.php:399 app/features/mec/notifications.php:
|
3199 |
-
#: app/features/mec/settings.php:
|
3200 |
#: app/features/mec/styles.php:61 app/features/mec/styling.php:312
|
3201 |
msgid "Settings Saved!"
|
3202 |
msgstr ""
|
3203 |
|
3204 |
-
#: app/features/mec/booking.php:
|
3205 |
#: app/features/mec/modules.php:401 app/features/mec/modules.php:423
|
3206 |
-
#: app/features/mec/notifications.php:
|
3207 |
-
#: app/features/mec/notifications.php:
|
3208 |
-
#: app/features/mec/settings.php:
|
3209 |
-
#: app/features/mec/single.php:408 app/libraries/main.php:
|
3210 |
msgid "Verified"
|
3211 |
msgstr ""
|
3212 |
|
3213 |
-
#: app/features/mec/booking.php:
|
3214 |
-
#: app/features/mec/notifications.php:
|
3215 |
#: app/features/mec/single.php:410
|
3216 |
msgid "Please Refresh Page"
|
3217 |
msgstr ""
|
@@ -3226,7 +3258,7 @@ msgstr ""
|
|
3226 |
msgid "%s - Most Powerful & Easy to Use Events Management System"
|
3227 |
msgstr ""
|
3228 |
|
3229 |
-
#: app/features/mec/dashboard.php:65 app/libraries/factory.php:
|
3230 |
msgctxt "plugin rate"
|
3231 |
msgid "Rate the plugin ★★★★★"
|
3232 |
msgstr ""
|
@@ -3267,39 +3299,39 @@ msgstr ""
|
|
3267 |
msgid "Copouns!"
|
3268 |
msgstr ""
|
3269 |
|
3270 |
-
#: app/features/mec/dashboard.php:
|
3271 |
msgid "Getting started with Modern Events Calendar"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
-
#: app/features/mec/dashboard.php:
|
3275 |
msgid ""
|
3276 |
"In this short video, you can learn how to make an event and put a calendar "
|
3277 |
"on your website. Please watch this 2 minutes video to the end."
|
3278 |
msgstr ""
|
3279 |
|
3280 |
-
#: app/features/mec/dashboard.php:
|
3281 |
msgid "MEC Activate"
|
3282 |
msgstr ""
|
3283 |
|
3284 |
-
#: app/features/mec/dashboard.php:
|
3285 |
msgid "Activate Addons"
|
3286 |
msgstr ""
|
3287 |
|
3288 |
-
#: app/features/mec/dashboard.php:
|
3289 |
msgid "You cannot access this section."
|
3290 |
msgstr ""
|
3291 |
|
3292 |
-
#: app/features/mec/dashboard.php:
|
3293 |
msgid ""
|
3294 |
"In order to use all plugin features and options, please enter your purchase "
|
3295 |
"code."
|
3296 |
msgstr ""
|
3297 |
|
3298 |
-
#: app/features/mec/dashboard.php:
|
3299 |
msgid "Popular Gateways"
|
3300 |
msgstr ""
|
3301 |
|
3302 |
-
#: app/features/mec/dashboard.php:
|
3303 |
msgid "Change Log"
|
3304 |
msgstr ""
|
3305 |
|
@@ -3349,9 +3381,9 @@ msgstr ""
|
|
3349 |
#: app/features/mec/meta_boxes/display_options.php:909
|
3350 |
#: app/features/mec/meta_boxes/display_options.php:1200
|
3351 |
#: app/features/mec/meta_boxes/display_options.php:1470
|
3352 |
-
#: app/features/mec/settings.php:
|
3353 |
-
#: app/features/mec/settings.php:
|
3354 |
-
#: app/features/mec/settings.php:
|
3355 |
#: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
|
3356 |
#: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
|
3357 |
#: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
|
@@ -3362,8 +3394,8 @@ msgstr ""
|
|
3362 |
|
3363 |
#: app/features/mec/meta_boxes/display_options.php:43
|
3364 |
#: app/features/mec/meta_boxes/display_options.php:270
|
3365 |
-
#: app/features/mec/settings.php:
|
3366 |
-
#: app/features/mec/settings.php:
|
3367 |
#: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
|
3368 |
msgid "Minimal"
|
3369 |
msgstr ""
|
@@ -3374,10 +3406,10 @@ msgstr ""
|
|
3374 |
#: app/features/mec/meta_boxes/display_options.php:911
|
3375 |
#: app/features/mec/meta_boxes/display_options.php:1198
|
3376 |
#: app/features/mec/meta_boxes/display_options.php:1472
|
3377 |
-
#: app/features/mec/settings.php:
|
3378 |
-
#: app/features/mec/settings.php:
|
3379 |
-
#: app/features/mec/settings.php:
|
3380 |
-
#: app/features/mec/settings.php:
|
3381 |
#: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
|
3382 |
#: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
|
3383 |
#: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
|
@@ -3385,13 +3417,13 @@ msgid "Modern"
|
|
3385 |
msgstr ""
|
3386 |
|
3387 |
#: app/features/mec/meta_boxes/display_options.php:45
|
3388 |
-
#: app/features/mec/settings.php:
|
3389 |
#: app/features/popup/shortcode.php:83
|
3390 |
msgid "Standard"
|
3391 |
msgstr ""
|
3392 |
|
3393 |
#: app/features/mec/meta_boxes/display_options.php:46
|
3394 |
-
#: app/features/mec/settings.php:
|
3395 |
#: app/features/popup/shortcode.php:88
|
3396 |
msgid "Accordion"
|
3397 |
msgstr ""
|
@@ -3733,9 +3765,9 @@ msgstr ""
|
|
3733 |
#: app/features/mec/meta_boxes/display_options.php:910
|
3734 |
#: app/features/mec/meta_boxes/display_options.php:1199
|
3735 |
#: app/features/mec/meta_boxes/display_options.php:1471
|
3736 |
-
#: app/features/mec/settings.php:
|
3737 |
-
#: app/features/mec/settings.php:
|
3738 |
-
#: app/features/mec/settings.php:
|
3739 |
#: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
|
3740 |
#: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
|
3741 |
#: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
|
@@ -3745,8 +3777,8 @@ msgstr ""
|
|
3745 |
#: app/features/mec/meta_boxes/display_options.php:272
|
3746 |
#: app/features/mec/meta_boxes/display_options.php:652
|
3747 |
#: app/features/mec/meta_boxes/display_options.php:913
|
3748 |
-
#: app/features/mec/settings.php:
|
3749 |
-
#: app/features/mec/settings.php:
|
3750 |
#: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
|
3751 |
#: app/features/popup/shortcode.php:219
|
3752 |
msgid "Simple"
|
@@ -3760,8 +3792,8 @@ msgstr ""
|
|
3760 |
#: app/features/mec/meta_boxes/display_options.php:274
|
3761 |
#: app/features/mec/meta_boxes/display_options.php:651
|
3762 |
#: app/features/mec/meta_boxes/display_options.php:912
|
3763 |
-
#: app/features/mec/settings.php:
|
3764 |
-
#: app/features/mec/settings.php:
|
3765 |
#: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
|
3766 |
#: app/features/popup/shortcode.php:214
|
3767 |
msgid "Novel"
|
@@ -3811,15 +3843,15 @@ msgstr ""
|
|
3811 |
|
3812 |
#: app/features/mec/meta_boxes/display_options.php:638
|
3813 |
#: app/features/mec/meta_boxes/display_options.php:662
|
3814 |
-
#: app/libraries/main.php:330 app/libraries/main.php:
|
3815 |
-
#: app/libraries/main.php:
|
3816 |
msgid "List View"
|
3817 |
msgstr ""
|
3818 |
|
3819 |
#: app/features/mec/meta_boxes/display_options.php:639
|
3820 |
#: app/features/mec/meta_boxes/display_options.php:683
|
3821 |
-
#: app/libraries/main.php:331 app/libraries/main.php:
|
3822 |
-
#: app/libraries/main.php:
|
3823 |
msgid "Grid View"
|
3824 |
msgstr ""
|
3825 |
|
@@ -3831,8 +3863,8 @@ msgstr ""
|
|
3831 |
|
3832 |
#: app/features/mec/meta_boxes/display_options.php:641
|
3833 |
#: app/features/mec/meta_boxes/display_options.php:704
|
3834 |
-
#: app/libraries/main.php:334 app/libraries/main.php:
|
3835 |
-
#: app/libraries/main.php:
|
3836 |
msgid "Yearly View"
|
3837 |
msgstr ""
|
3838 |
|
@@ -3843,15 +3875,15 @@ msgstr ""
|
|
3843 |
|
3844 |
#: app/features/mec/meta_boxes/display_options.php:643
|
3845 |
#: app/features/mec/meta_boxes/display_options.php:753
|
3846 |
-
#: app/libraries/main.php:337 app/libraries/main.php:
|
3847 |
-
#: app/libraries/main.php:
|
3848 |
msgid "Weekly View"
|
3849 |
msgstr ""
|
3850 |
|
3851 |
#: app/features/mec/meta_boxes/display_options.php:644
|
3852 |
#: app/features/mec/meta_boxes/display_options.php:763
|
3853 |
-
#: app/libraries/main.php:336 app/libraries/main.php:
|
3854 |
-
#: app/libraries/main.php:
|
3855 |
msgid "Daily View"
|
3856 |
msgstr ""
|
3857 |
|
@@ -4254,7 +4286,7 @@ msgstr ""
|
|
4254 |
msgid "Choose your desired authors for filtering the events."
|
4255 |
msgstr ""
|
4256 |
|
4257 |
-
#: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:
|
4258 |
msgid "Expired Events"
|
4259 |
msgstr ""
|
4260 |
|
@@ -4318,10 +4350,10 @@ msgstr ""
|
|
4318 |
#: app/features/mec/meta_boxes/search_form.php:606
|
4319 |
#: app/features/mec/meta_boxes/search_form.php:676
|
4320 |
#: app/features/mec/meta_boxes/search_form.php:782
|
4321 |
-
#: app/features/mec/settings.php:
|
4322 |
#: app/features/search.php:86 app/features/speakers.php:61
|
4323 |
-
#: app/features/speakers.php:269 app/libraries/main.php:
|
4324 |
-
#: app/libraries/main.php:
|
4325 |
#: app/modules/speakers/details.php:18
|
4326 |
msgid "Speaker"
|
4327 |
msgstr ""
|
@@ -4337,8 +4369,8 @@ msgstr ""
|
|
4337 |
#: app/features/mec/meta_boxes/search_form.php:613
|
4338 |
#: app/features/mec/meta_boxes/search_form.php:683
|
4339 |
#: app/features/mec/meta_boxes/search_form.php:789
|
4340 |
-
#: app/features/mec/settings.php:
|
4341 |
-
#: app/features/search.php:92 app/libraries/skins.php:
|
4342 |
msgid "Tag"
|
4343 |
msgstr ""
|
4344 |
|
@@ -4442,8 +4474,8 @@ msgstr ""
|
|
4442 |
msgid "Google Map Options"
|
4443 |
msgstr ""
|
4444 |
|
4445 |
-
#: app/features/mec/modules.php:85 app/features/mec/settings.php:
|
4446 |
-
#: app/features/mec/settings.php:
|
4447 |
msgid "Required!"
|
4448 |
msgstr ""
|
4449 |
|
@@ -4612,578 +4644,591 @@ msgstr ""
|
|
4612 |
msgid "Sent to attendee after booking to notify them."
|
4613 |
msgstr ""
|
4614 |
|
4615 |
-
#: app/features/mec/notifications.php:43 app/features/mec/notifications.php:
|
4616 |
-
#: app/features/mec/notifications.php:
|
4617 |
-
#: app/features/mec/notifications.php:
|
4618 |
-
#: app/features/mec/notifications.php:
|
4619 |
-
#: app/features/mec/notifications.php:
|
4620 |
-
#: app/features/mec/notifications.php:
|
4621 |
-
#: app/features/mec/notifications.php:
|
4622 |
msgid "Email Subject"
|
4623 |
msgstr ""
|
4624 |
|
4625 |
#: app/features/mec/notifications.php:49 app/features/mec/notifications.php:56
|
4626 |
-
#: app/features/mec/notifications.php:
|
4627 |
-
#: app/features/mec/notifications.php:
|
4628 |
-
#: app/features/mec/notifications.php:
|
4629 |
-
#: app/features/mec/notifications.php:
|
4630 |
-
#: app/features/mec/notifications.php:
|
4631 |
-
#: app/features/mec/notifications.php:
|
4632 |
-
#: app/features/mec/notifications.php:
|
4633 |
-
#: app/features/mec/notifications.php:
|
4634 |
-
#: app/features/mec/notifications.php:
|
4635 |
-
#: app/features/mec/notifications.php:
|
4636 |
-
#: app/features/mec/notifications.php:
|
4637 |
-
#: app/features/mec/notifications.php:
|
4638 |
-
#: app/features/mec/notifications.php:
|
4639 |
-
#: app/features/mec/notifications.php:
|
4640 |
msgid "Receiver Users"
|
4641 |
msgstr ""
|
4642 |
|
4643 |
-
#: app/features/mec/notifications.php:57 app/features/mec/notifications.php:
|
4644 |
-
#: app/features/mec/notifications.php:
|
4645 |
-
#: app/features/mec/notifications.php:
|
4646 |
-
#: app/features/mec/notifications.php:
|
4647 |
-
#: app/features/mec/notifications.php:
|
4648 |
-
#: app/features/mec/notifications.php:
|
4649 |
-
#: app/features/mec/notifications.php:
|
4650 |
msgid "Select users to send a copy of email to them!"
|
4651 |
msgstr ""
|
4652 |
|
4653 |
#: app/features/mec/notifications.php:66 app/features/mec/notifications.php:73
|
4654 |
-
#: app/features/mec/notifications.php:
|
4655 |
-
#: app/features/mec/notifications.php:
|
4656 |
-
#: app/features/mec/notifications.php:
|
4657 |
-
#: app/features/mec/notifications.php:
|
4658 |
-
#: app/features/mec/notifications.php:
|
4659 |
-
#: app/features/mec/notifications.php:
|
4660 |
-
#: app/features/mec/notifications.php:
|
4661 |
-
#: app/features/mec/notifications.php:
|
4662 |
-
#: app/features/mec/notifications.php:
|
4663 |
-
#: app/features/mec/notifications.php:
|
4664 |
-
#: app/features/mec/notifications.php:
|
4665 |
-
#: app/features/mec/notifications.php:
|
4666 |
-
#: app/features/mec/notifications.php:
|
4667 |
-
#: app/features/mec/notifications.php:
|
4668 |
msgid "Receiver Roles"
|
4669 |
msgstr ""
|
4670 |
|
4671 |
-
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:
|
4672 |
-
#: app/features/mec/notifications.php:
|
4673 |
-
#: app/features/mec/notifications.php:
|
4674 |
-
#: app/features/mec/notifications.php:
|
4675 |
-
#: app/features/mec/notifications.php:
|
4676 |
-
#: app/features/mec/notifications.php:
|
4677 |
-
#: app/features/mec/notifications.php:
|
4678 |
msgid "Select users a specific role."
|
4679 |
msgstr ""
|
4680 |
|
4681 |
#: app/features/mec/notifications.php:82 app/features/mec/notifications.php:86
|
4682 |
-
#: app/features/mec/notifications.php:
|
4683 |
-
#: app/features/mec/notifications.php:
|
4684 |
-
#: app/features/mec/notifications.php:
|
4685 |
-
#: app/features/mec/notifications.php:
|
4686 |
-
#: app/features/mec/notifications.php:
|
4687 |
-
#: app/features/mec/notifications.php:
|
4688 |
-
#: app/features/mec/notifications.php:518
|
4689 |
#: app/features/mec/notifications.php:522
|
4690 |
-
#: app/features/mec/notifications.php:
|
4691 |
-
#: app/features/mec/notifications.php:
|
4692 |
-
#: app/features/mec/notifications.php:
|
4693 |
-
#: app/features/mec/notifications.php:
|
4694 |
-
#: app/features/mec/notifications.php:
|
4695 |
-
#: app/features/mec/notifications.php:
|
4696 |
-
#: app/features/mec/notifications.php:
|
4697 |
msgid "Custom Recipients"
|
4698 |
msgstr ""
|
4699 |
|
4700 |
-
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:
|
4701 |
-
#: app/features/mec/notifications.php:
|
4702 |
-
#: app/features/mec/notifications.php:
|
4703 |
-
#: app/features/mec/notifications.php:
|
4704 |
-
#: app/features/mec/notifications.php:
|
4705 |
-
#: app/features/mec/notifications.php:
|
4706 |
-
#: app/features/mec/notifications.php:
|
4707 |
msgid "Insert comma separated emails for multiple recipients."
|
4708 |
msgstr ""
|
4709 |
|
4710 |
-
#: app/features/mec/notifications.php:94 app/features/mec/notifications.php:
|
4711 |
-
#: app/features/mec/notifications.php:
|
4712 |
msgid "Send the email to event organizer"
|
4713 |
msgstr ""
|
4714 |
|
4715 |
-
#: app/features/mec/notifications.php:97 app/features/mec/notifications.php:
|
4716 |
-
#: app/features/mec/notifications.php:
|
4717 |
-
#: app/features/mec/notifications.php:
|
4718 |
-
#: app/features/mec/notifications.php:
|
4719 |
-
#: app/features/mec/notifications.php:
|
4720 |
-
#: app/features/mec/notifications.php:
|
4721 |
-
#: app/features/mec/notifications.php:
|
4722 |
msgid "Email Content"
|
4723 |
msgstr ""
|
4724 |
|
4725 |
#: app/features/mec/notifications.php:100
|
4726 |
-
#: app/features/mec/notifications.php:
|
4727 |
-
#: app/features/mec/notifications.php:
|
4728 |
-
#: app/features/mec/notifications.php:
|
4729 |
-
#: app/features/mec/notifications.php:
|
4730 |
-
#: app/features/mec/notifications.php:
|
4731 |
-
#: app/features/mec/notifications.php:
|
4732 |
-
#: app/features/mec/notifications.php:
|
4733 |
msgid "You can use the following placeholders"
|
4734 |
msgstr ""
|
4735 |
|
4736 |
#: app/features/mec/notifications.php:102
|
4737 |
-
#: app/features/mec/notifications.php:
|
4738 |
-
#: app/features/mec/notifications.php:
|
4739 |
-
#: app/features/mec/notifications.php:
|
4740 |
-
#: app/features/mec/notifications.php:
|
4741 |
-
#: app/features/mec/notifications.php:
|
4742 |
msgid "First name of attendee"
|
4743 |
msgstr ""
|
4744 |
|
4745 |
#: app/features/mec/notifications.php:103
|
4746 |
-
#: app/features/mec/notifications.php:
|
4747 |
-
#: app/features/mec/notifications.php:
|
4748 |
-
#: app/features/mec/notifications.php:
|
4749 |
-
#: app/features/mec/notifications.php:
|
4750 |
-
#: app/features/mec/notifications.php:
|
4751 |
msgid "Last name of attendee"
|
4752 |
msgstr ""
|
4753 |
|
4754 |
#: app/features/mec/notifications.php:104
|
4755 |
-
#: app/features/mec/notifications.php:
|
4756 |
-
#: app/features/mec/notifications.php:
|
4757 |
-
#: app/features/mec/notifications.php:
|
4758 |
-
#: app/features/mec/notifications.php:
|
4759 |
-
#: app/features/mec/notifications.php:
|
4760 |
msgid "Email of attendee"
|
4761 |
msgstr ""
|
4762 |
|
4763 |
#: app/features/mec/notifications.php:105
|
4764 |
-
#: app/features/mec/notifications.php:
|
4765 |
-
#: app/features/mec/notifications.php:
|
4766 |
-
#: app/features/mec/notifications.php:
|
4767 |
-
#: app/features/mec/notifications.php:
|
4768 |
-
#: app/features/mec/notifications.php:
|
4769 |
msgid "Booked date of event"
|
4770 |
msgstr ""
|
4771 |
|
4772 |
#: app/features/mec/notifications.php:106
|
4773 |
-
#: app/features/mec/notifications.php:
|
4774 |
-
#: app/features/mec/notifications.php:
|
4775 |
-
#: app/features/mec/notifications.php:
|
4776 |
-
#: app/features/mec/notifications.php:
|
4777 |
-
#: app/features/mec/notifications.php:
|
4778 |
msgid "Booked time of event"
|
4779 |
msgstr ""
|
4780 |
|
4781 |
#: app/features/mec/notifications.php:107
|
4782 |
-
#: app/features/mec/notifications.php:
|
4783 |
-
#: app/features/mec/notifications.php:
|
4784 |
-
#: app/features/mec/notifications.php:
|
4785 |
-
#: app/features/mec/notifications.php:
|
4786 |
-
#: app/features/mec/notifications.php:
|
4787 |
msgid "Booking Price"
|
4788 |
msgstr ""
|
4789 |
|
4790 |
#: app/features/mec/notifications.php:108
|
4791 |
-
#: app/features/mec/notifications.php:
|
4792 |
-
#: app/features/mec/notifications.php:
|
4793 |
-
#: app/features/mec/notifications.php:
|
4794 |
-
#: app/features/mec/notifications.php:
|
4795 |
-
#: app/features/mec/notifications.php:
|
4796 |
msgid "Date and time of booking"
|
4797 |
msgstr ""
|
4798 |
|
4799 |
#: app/features/mec/notifications.php:109
|
4800 |
-
#: app/features/mec/notifications.php:
|
4801 |
-
#: app/features/mec/notifications.php:
|
4802 |
-
#: app/features/mec/notifications.php:
|
4803 |
-
#: app/features/mec/notifications.php:
|
4804 |
-
#: app/features/mec/notifications.php:
|
4805 |
-
#: app/features/mec/notifications.php:
|
4806 |
-
#: app/features/mec/notifications.php:
|
4807 |
msgid "Your website title"
|
4808 |
msgstr ""
|
4809 |
|
4810 |
#: app/features/mec/notifications.php:110
|
4811 |
-
#: app/features/mec/notifications.php:
|
4812 |
-
#: app/features/mec/notifications.php:
|
4813 |
-
#: app/features/mec/notifications.php:
|
4814 |
-
#: app/features/mec/notifications.php:
|
4815 |
-
#: app/features/mec/notifications.php:
|
4816 |
-
#: app/features/mec/notifications.php:
|
4817 |
-
#: app/features/mec/notifications.php:
|
4818 |
msgid "Your website URL"
|
4819 |
msgstr ""
|
4820 |
|
4821 |
#: app/features/mec/notifications.php:111
|
4822 |
-
#: app/features/mec/notifications.php:
|
4823 |
-
#: app/features/mec/notifications.php:
|
4824 |
-
#: app/features/mec/notifications.php:
|
4825 |
-
#: app/features/mec/notifications.php:
|
4826 |
-
#: app/features/mec/notifications.php:
|
4827 |
-
#: app/features/mec/notifications.php:
|
4828 |
-
#: app/features/mec/notifications.php:
|
4829 |
msgid "Your website description"
|
4830 |
msgstr ""
|
4831 |
|
4832 |
#: app/features/mec/notifications.php:112
|
4833 |
-
#: app/features/mec/notifications.php:
|
4834 |
-
#: app/features/mec/notifications.php:
|
4835 |
-
#: app/features/mec/notifications.php:
|
4836 |
-
#: app/features/mec/notifications.php:
|
4837 |
-
#: app/features/mec/notifications.php:
|
4838 |
msgid "Event title"
|
4839 |
msgstr ""
|
4840 |
|
4841 |
#: app/features/mec/notifications.php:113
|
4842 |
-
#: app/features/mec/notifications.php:
|
4843 |
-
#: app/features/mec/notifications.php:
|
4844 |
-
#: app/features/mec/notifications.php:
|
4845 |
-
#: app/features/mec/notifications.php:
|
4846 |
-
#: app/features/mec/notifications.php:
|
4847 |
msgid "Event link"
|
4848 |
msgstr ""
|
4849 |
|
4850 |
#: app/features/mec/notifications.php:114
|
4851 |
-
#: app/features/mec/notifications.php:
|
4852 |
-
#: app/features/mec/notifications.php:
|
4853 |
-
#: app/features/mec/notifications.php:
|
4854 |
-
#: app/features/mec/notifications.php:
|
4855 |
msgid "Event Start Date"
|
4856 |
msgstr ""
|
4857 |
|
4858 |
#: app/features/mec/notifications.php:115
|
4859 |
-
#: app/features/mec/notifications.php:
|
4860 |
-
#: app/features/mec/notifications.php:
|
4861 |
-
#: app/features/mec/notifications.php:
|
4862 |
-
#: app/features/mec/notifications.php:
|
4863 |
msgid "Event End Date"
|
4864 |
msgstr ""
|
4865 |
|
4866 |
#: app/features/mec/notifications.php:116
|
4867 |
-
#: app/features/mec/notifications.php:
|
4868 |
-
#: app/features/mec/notifications.php:
|
4869 |
-
#: app/features/mec/notifications.php:
|
4870 |
-
#: app/features/mec/notifications.php:
|
4871 |
-
#: app/features/mec/notifications.php:
|
4872 |
msgid "Speaker name of booked event"
|
4873 |
msgstr ""
|
4874 |
|
4875 |
#: app/features/mec/notifications.php:117
|
4876 |
-
#: app/features/mec/notifications.php:
|
4877 |
-
#: app/features/mec/notifications.php:
|
4878 |
-
#: app/features/mec/notifications.php:
|
4879 |
-
#: app/features/mec/notifications.php:
|
4880 |
-
#: app/features/mec/notifications.php:
|
4881 |
msgid "Organizer name of booked event"
|
4882 |
msgstr ""
|
4883 |
|
4884 |
#: app/features/mec/notifications.php:118
|
4885 |
-
#: app/features/mec/notifications.php:
|
4886 |
-
#: app/features/mec/notifications.php:
|
4887 |
-
#: app/features/mec/notifications.php:
|
4888 |
-
#: app/features/mec/notifications.php:
|
4889 |
-
#: app/features/mec/notifications.php:
|
4890 |
msgid "Organizer tel of booked event"
|
4891 |
msgstr ""
|
4892 |
|
4893 |
#: app/features/mec/notifications.php:119
|
4894 |
-
#: app/features/mec/notifications.php:
|
4895 |
-
#: app/features/mec/notifications.php:
|
4896 |
-
#: app/features/mec/notifications.php:
|
4897 |
-
#: app/features/mec/notifications.php:
|
4898 |
-
#: app/features/mec/notifications.php:
|
4899 |
msgid "Organizer email of booked event"
|
4900 |
msgstr ""
|
4901 |
|
4902 |
#: app/features/mec/notifications.php:120
|
4903 |
-
#: app/features/mec/notifications.php:
|
4904 |
-
#: app/features/mec/notifications.php:
|
4905 |
-
#: app/features/mec/notifications.php:
|
4906 |
-
#: app/features/mec/notifications.php:
|
4907 |
-
#: app/features/mec/notifications.php:
|
4908 |
msgid "Location name of booked event"
|
4909 |
msgstr ""
|
4910 |
|
4911 |
#: app/features/mec/notifications.php:121
|
4912 |
-
#: app/features/mec/notifications.php:
|
4913 |
-
#: app/features/mec/notifications.php:
|
4914 |
-
#: app/features/mec/notifications.php:
|
4915 |
-
#: app/features/mec/notifications.php:
|
4916 |
-
#: app/features/mec/notifications.php:
|
4917 |
msgid "Location address of booked event"
|
4918 |
msgstr ""
|
4919 |
|
4920 |
#: app/features/mec/notifications.php:122
|
4921 |
-
#: app/features/mec/notifications.php:
|
4922 |
-
#: app/features/mec/notifications.php:
|
4923 |
-
#: app/features/mec/notifications.php:
|
4924 |
-
#: app/features/mec/notifications.php:
|
4925 |
-
#: app/features/mec/notifications.php:
|
4926 |
msgid "Additional locations name of booked event"
|
4927 |
msgstr ""
|
4928 |
|
4929 |
#: app/features/mec/notifications.php:123
|
4930 |
-
#: app/features/mec/notifications.php:
|
4931 |
-
#: app/features/mec/notifications.php:
|
4932 |
-
#: app/features/mec/notifications.php:
|
4933 |
-
#: app/features/mec/notifications.php:
|
4934 |
-
#: app/features/mec/notifications.php:
|
4935 |
msgid "Additional locations address of booked event"
|
4936 |
msgstr ""
|
4937 |
|
4938 |
#: app/features/mec/notifications.php:124
|
4939 |
-
#: app/features/mec/notifications.php:
|
4940 |
-
#: app/features/mec/notifications.php:
|
4941 |
-
#: app/features/mec/notifications.php:
|
4942 |
-
#: app/features/mec/notifications.php:
|
4943 |
-
#: app/features/mec/notifications.php:
|
4944 |
msgid "Featured image of booked event"
|
4945 |
msgstr ""
|
4946 |
|
4947 |
#: app/features/mec/notifications.php:125
|
4948 |
-
#: app/features/mec/notifications.php:
|
4949 |
-
#: app/features/mec/notifications.php:
|
4950 |
-
#: app/features/mec/notifications.php:
|
4951 |
-
#: app/features/mec/notifications.php:
|
4952 |
-
#: app/features/mec/notifications.php:
|
4953 |
msgid "Full Attendee info such as booking form data, name, email etc."
|
4954 |
msgstr ""
|
4955 |
|
4956 |
#: app/features/mec/notifications.php:126
|
4957 |
-
#: app/features/mec/notifications.php:
|
4958 |
-
#: app/features/mec/notifications.php:
|
4959 |
-
#: app/features/mec/notifications.php:
|
4960 |
-
#: app/features/mec/notifications.php:
|
4961 |
-
#: app/features/mec/notifications.php:
|
4962 |
msgid "Booking ID"
|
4963 |
msgstr ""
|
4964 |
|
4965 |
#: app/features/mec/notifications.php:127
|
4966 |
-
#: app/features/mec/notifications.php:
|
4967 |
-
#: app/features/mec/notifications.php:
|
4968 |
-
#: app/features/mec/notifications.php:
|
4969 |
-
#: app/features/mec/notifications.php:
|
4970 |
-
#: app/features/mec/notifications.php:
|
4971 |
msgid "Transaction ID of Booking"
|
4972 |
msgstr ""
|
4973 |
|
4974 |
#: app/features/mec/notifications.php:128
|
4975 |
-
#: app/features/mec/notifications.php:
|
4976 |
-
#: app/features/mec/notifications.php:
|
4977 |
msgid "Invoice Link"
|
4978 |
msgstr ""
|
4979 |
|
4980 |
#: app/features/mec/notifications.php:129
|
4981 |
-
#: app/features/mec/notifications.php:
|
4982 |
-
#: app/features/mec/notifications.php:
|
4983 |
-
#: app/features/mec/notifications.php:
|
4984 |
-
#: app/features/mec/notifications.php:
|
4985 |
-
#: app/features/mec/notifications.php:
|
4986 |
msgid "Total attendees of current booking"
|
4987 |
msgstr ""
|
4988 |
|
4989 |
#: app/features/mec/notifications.php:130
|
4990 |
-
#: app/features/mec/notifications.php:
|
4991 |
-
#: app/features/mec/notifications.php:
|
4992 |
-
#: app/features/mec/notifications.php:
|
4993 |
-
#: app/features/mec/notifications.php:
|
4994 |
-
#: app/features/mec/notifications.php:
|
4995 |
msgid "Amount of Booked Tickets (Total attendees of all bookings)"
|
4996 |
msgstr ""
|
4997 |
|
4998 |
#: app/features/mec/notifications.php:131
|
4999 |
-
#: app/features/mec/notifications.php:
|
5000 |
-
#: app/features/mec/notifications.php:
|
5001 |
-
#: app/features/mec/notifications.php:
|
5002 |
-
#: app/features/mec/notifications.php:
|
5003 |
-
#: app/features/mec/notifications.php:
|
5004 |
msgid "Ticket name"
|
5005 |
msgstr ""
|
5006 |
|
5007 |
#: app/features/mec/notifications.php:132
|
5008 |
-
#: app/features/mec/notifications.php:
|
5009 |
-
#: app/features/mec/notifications.php:
|
5010 |
-
#: app/features/mec/notifications.php:
|
5011 |
-
#: app/features/mec/notifications.php:
|
5012 |
-
#: app/features/mec/notifications.php:
|
5013 |
msgid "Ticket time"
|
5014 |
msgstr ""
|
5015 |
|
5016 |
#: app/features/mec/notifications.php:133
|
5017 |
-
#: app/features/mec/notifications.php:
|
5018 |
-
#: app/features/mec/notifications.php:
|
5019 |
-
#: app/features/mec/notifications.php:
|
5020 |
-
#: app/features/mec/notifications.php:
|
5021 |
-
#: app/features/mec/notifications.php:
|
5022 |
msgid "Ticket name & time"
|
5023 |
msgstr ""
|
5024 |
|
5025 |
#: app/features/mec/notifications.php:134
|
5026 |
-
#: app/features/mec/notifications.php:
|
5027 |
-
#: app/features/mec/notifications.php:
|
5028 |
-
#: app/features/mec/notifications.php:
|
5029 |
-
#: app/features/mec/notifications.php:
|
5030 |
-
#: app/features/mec/notifications.php:
|
5031 |
msgid "Payment Gateway"
|
5032 |
msgstr ""
|
5033 |
|
5034 |
#: app/features/mec/notifications.php:135
|
5035 |
-
#: app/features/mec/notifications.php:
|
5036 |
-
#: app/features/mec/notifications.php:
|
5037 |
-
#: app/features/mec/notifications.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5038 |
msgid "Download ICS file"
|
5039 |
msgstr ""
|
5040 |
|
5041 |
-
#: app/features/mec/notifications.php:
|
5042 |
msgid "Booking Verification"
|
5043 |
msgstr ""
|
5044 |
|
5045 |
-
#: app/features/mec/notifications.php:
|
5046 |
msgid "It sends to attendee email for verifying their booking/email."
|
5047 |
msgstr ""
|
5048 |
|
5049 |
-
#: app/features/mec/notifications.php:
|
5050 |
msgid "Email/Booking verification link."
|
5051 |
msgstr ""
|
5052 |
|
5053 |
-
#: app/features/mec/notifications.php:
|
5054 |
msgid "Enable booking confirmation"
|
5055 |
msgstr ""
|
5056 |
|
5057 |
-
#: app/features/mec/notifications.php:
|
5058 |
msgid "Sent to attendee after confirming the booking by admin."
|
5059 |
msgstr ""
|
5060 |
|
5061 |
-
#: app/features/mec/notifications.php:
|
5062 |
msgid "Send One Single Email Only To First Attendee"
|
5063 |
msgstr ""
|
5064 |
|
5065 |
-
#: app/features/mec/notifications.php:
|
5066 |
-
#: app/features/mec/notifications.php:
|
5067 |
msgid "Booking cancellation link."
|
5068 |
msgstr ""
|
5069 |
|
5070 |
-
#: app/features/mec/notifications.php:
|
5071 |
msgid "Booking Cancellation"
|
5072 |
msgstr ""
|
5073 |
|
5074 |
-
#: app/features/mec/notifications.php:
|
5075 |
msgid "Enable cancellation notification"
|
5076 |
msgstr ""
|
5077 |
|
5078 |
-
#: app/features/mec/notifications.php:
|
5079 |
msgid "Sent to selected recipients after booking cancellation to notify them."
|
5080 |
msgstr ""
|
5081 |
|
5082 |
-
#: app/features/mec/notifications.php:
|
5083 |
-
#: app/features/mec/notifications.php:
|
5084 |
msgid "Send the email to admin"
|
5085 |
msgstr ""
|
5086 |
|
5087 |
-
#: app/features/mec/notifications.php:
|
5088 |
msgid "Send the email to the booked user"
|
5089 |
msgstr ""
|
5090 |
|
5091 |
-
#: app/features/mec/notifications.php:
|
5092 |
-
#: app/features/mec/notifications.php:
|
5093 |
msgid "Admin booking management link."
|
5094 |
msgstr ""
|
5095 |
|
5096 |
-
#: app/features/mec/notifications.php:
|
5097 |
msgid "Admin"
|
5098 |
msgstr ""
|
5099 |
|
5100 |
-
#: app/features/mec/notifications.php:
|
5101 |
msgid "Enable admin notification"
|
5102 |
msgstr ""
|
5103 |
|
5104 |
-
#: app/features/mec/notifications.php:
|
5105 |
msgid "Sent to admin to notify them that a new booking has been received."
|
5106 |
msgstr ""
|
5107 |
|
5108 |
-
#: app/features/mec/notifications.php:
|
5109 |
#: app/libraries/notifications.php:550
|
5110 |
msgid "Booking Reminder"
|
5111 |
msgstr ""
|
5112 |
|
5113 |
-
#: app/features/mec/notifications.php:
|
5114 |
msgid "Enable booking reminder notification"
|
5115 |
msgstr ""
|
5116 |
|
5117 |
-
#: app/features/mec/notifications.php:
|
5118 |
#, php-format
|
5119 |
msgid ""
|
5120 |
-
"Set a cronjob to call %s file once per
|
5121 |
"reminders. Please note that you should call this file %s otherwise it may "
|
5122 |
"send the reminders multiple times."
|
5123 |
msgstr ""
|
5124 |
|
5125 |
-
#: app/features/mec/notifications.php:
|
5126 |
-
msgid "only once per
|
|
|
|
|
|
|
|
|
|
|
5127 |
msgstr ""
|
5128 |
|
5129 |
-
#: app/features/mec/notifications.php:
|
5130 |
-
msgid "
|
5131 |
msgstr ""
|
5132 |
|
5133 |
-
#: app/features/mec/notifications.php:
|
5134 |
-
msgid "Please, insert comma to separate reminder
|
5135 |
msgstr ""
|
5136 |
|
5137 |
-
#: app/features/mec/notifications.php:
|
5138 |
#: app/libraries/main.php:586
|
5139 |
msgid "New Event"
|
5140 |
msgstr ""
|
5141 |
|
5142 |
-
#: app/features/mec/notifications.php:
|
5143 |
msgid "Enable new event notification"
|
5144 |
msgstr ""
|
5145 |
|
5146 |
-
#: app/features/mec/notifications.php:
|
5147 |
msgid ""
|
5148 |
"Sent after adding a new event from frontend event submission or from website "
|
5149 |
"backend."
|
5150 |
msgstr ""
|
5151 |
|
5152 |
-
#: app/features/mec/notifications.php:
|
5153 |
-
#: app/features/mec/notifications.php:
|
5154 |
msgid "Title of event"
|
5155 |
msgstr ""
|
5156 |
|
5157 |
-
#: app/features/mec/notifications.php:
|
5158 |
-
#: app/features/mec/notifications.php:
|
5159 |
msgid "Link of event"
|
5160 |
msgstr ""
|
5161 |
|
5162 |
-
#: app/features/mec/notifications.php:
|
5163 |
-
#: app/features/mec/notifications.php:
|
5164 |
msgid "Status of event"
|
5165 |
msgstr ""
|
5166 |
|
5167 |
-
#: app/features/mec/notifications.php:
|
5168 |
-
#: app/features/mec/notifications.php:
|
5169 |
-
#: app/features/mec/settings.php:
|
5170 |
msgid "Event Note"
|
5171 |
msgstr ""
|
5172 |
|
5173 |
-
#: app/features/mec/notifications.php:
|
5174 |
-
#: app/features/mec/notifications.php:
|
5175 |
msgid "Admin events management link."
|
5176 |
msgstr ""
|
5177 |
|
5178 |
-
#: app/features/mec/notifications.php:
|
5179 |
msgid "User Event Publishing"
|
5180 |
msgstr ""
|
5181 |
|
5182 |
-
#: app/features/mec/notifications.php:
|
5183 |
msgid "Enable user event publishing notification"
|
5184 |
msgstr ""
|
5185 |
|
5186 |
-
#: app/features/mec/notifications.php:
|
5187 |
msgid ""
|
5188 |
"Sent after publishing a new event from frontend event submission or from "
|
5189 |
"website backend."
|
@@ -5244,451 +5289,451 @@ msgstr ""
|
|
5244 |
msgid "There was an error please try again!"
|
5245 |
msgstr ""
|
5246 |
|
5247 |
-
#: app/features/mec/settings.php:
|
5248 |
msgid "Hide Events"
|
5249 |
msgstr ""
|
5250 |
|
5251 |
-
#: app/features/mec/settings.php:
|
5252 |
msgid "On Event Start"
|
5253 |
msgstr ""
|
5254 |
|
5255 |
-
#: app/features/mec/settings.php:
|
5256 |
msgid "+1 Hour after start"
|
5257 |
msgstr ""
|
5258 |
|
5259 |
-
#: app/features/mec/settings.php:
|
5260 |
msgid "+2 Hours after start"
|
5261 |
msgstr ""
|
5262 |
|
5263 |
-
#: app/features/mec/settings.php:
|
5264 |
msgid "On Event End"
|
5265 |
msgstr ""
|
5266 |
|
5267 |
-
#: app/features/mec/settings.php:
|
5268 |
msgid ""
|
5269 |
"This option is for showing start/end time of events on frontend of website."
|
5270 |
msgstr ""
|
5271 |
|
5272 |
-
#: app/features/mec/settings.php:
|
5273 |
msgid "Multiple Day Events"
|
5274 |
msgstr ""
|
5275 |
|
5276 |
-
#: app/features/mec/settings.php:
|
5277 |
msgid "Show only first day on List/Grid/Slider skins"
|
5278 |
msgstr ""
|
5279 |
|
5280 |
-
#: app/features/mec/settings.php:
|
5281 |
msgid "Show only first day on all skins"
|
5282 |
msgstr ""
|
5283 |
|
5284 |
-
#: app/features/mec/settings.php:
|
5285 |
msgid "Show all days"
|
5286 |
msgstr ""
|
5287 |
|
5288 |
-
#: app/features/mec/settings.php:
|
5289 |
msgid ""
|
5290 |
"For showing all days of multiple day events on frontend or only show the "
|
5291 |
"first day."
|
5292 |
msgstr ""
|
5293 |
|
5294 |
-
#: app/features/mec/settings.php:
|
5295 |
msgid "Remove MEC Data on Plugin Uninstall"
|
5296 |
msgstr ""
|
5297 |
|
5298 |
-
#: app/features/mec/settings.php:
|
5299 |
msgid "Sender Name"
|
5300 |
msgstr ""
|
5301 |
|
5302 |
-
#: app/features/mec/settings.php:
|
5303 |
msgid "e.g. Webnus"
|
5304 |
msgstr ""
|
5305 |
|
5306 |
-
#: app/features/mec/settings.php:
|
5307 |
msgid "Sender Email"
|
5308 |
msgstr ""
|
5309 |
|
5310 |
-
#: app/features/mec/settings.php:
|
5311 |
msgid "e.g. info@webnus.biz"
|
5312 |
msgstr ""
|
5313 |
|
5314 |
-
#: app/features/mec/settings.php:
|
5315 |
msgid "Exclude Date Suffix"
|
5316 |
msgstr ""
|
5317 |
|
5318 |
-
#: app/features/mec/settings.php:
|
5319 |
msgid "Remove suffix from calendars"
|
5320 |
msgstr ""
|
5321 |
|
5322 |
-
#: app/features/mec/settings.php:
|
5323 |
msgid "Remove \"Th\" on calendar"
|
5324 |
msgstr ""
|
5325 |
|
5326 |
-
#: app/features/mec/settings.php:
|
5327 |
msgid ""
|
5328 |
"Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
|
5329 |
"showing just '12' )"
|
5330 |
msgstr ""
|
5331 |
|
5332 |
-
#: app/features/mec/settings.php:
|
5333 |
msgid "Schema"
|
5334 |
msgstr ""
|
5335 |
|
5336 |
-
#: app/features/mec/settings.php:
|
5337 |
msgid "Enable Schema Code"
|
5338 |
msgstr ""
|
5339 |
|
5340 |
-
#: app/features/mec/settings.php:
|
5341 |
msgid "You can enable/disable Schema scripts"
|
5342 |
msgstr ""
|
5343 |
|
5344 |
-
#: app/features/mec/settings.php:
|
5345 |
-
#: app/libraries/main.php:
|
5346 |
msgid "Weekdays"
|
5347 |
msgstr ""
|
5348 |
|
5349 |
-
#: app/features/mec/settings.php:
|
5350 |
msgid ""
|
5351 |
"Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
|
5352 |
"and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings "
|
5353 |
"> General - bottom of the page )."
|
5354 |
msgstr ""
|
5355 |
|
5356 |
-
#: app/features/mec/settings.php:
|
5357 |
msgid "Weekends"
|
5358 |
msgstr ""
|
5359 |
|
5360 |
-
#: app/features/mec/settings.php:
|
5361 |
msgid ""
|
5362 |
"Proceed with caution. Default is set to Saturday and Sunday (you can change "
|
5363 |
"'Week Starts' on WordPress Dashboard > Settings > General - bottom of the "
|
5364 |
"page)."
|
5365 |
msgstr ""
|
5366 |
|
5367 |
-
#: app/features/mec/settings.php:
|
5368 |
msgid "Datepicker Format"
|
5369 |
msgstr ""
|
5370 |
|
5371 |
-
#: app/features/mec/settings.php:
|
5372 |
msgid "(Y-m-d)"
|
5373 |
msgstr ""
|
5374 |
|
5375 |
-
#: app/features/mec/settings.php:
|
5376 |
msgid "(d-m-Y)"
|
5377 |
msgstr ""
|
5378 |
|
5379 |
-
#: app/features/mec/settings.php:
|
5380 |
msgid "(Y/m/d)"
|
5381 |
msgstr ""
|
5382 |
|
5383 |
-
#: app/features/mec/settings.php:
|
5384 |
msgid "(m/d/Y)"
|
5385 |
msgstr ""
|
5386 |
|
5387 |
-
#: app/features/mec/settings.php:
|
5388 |
msgid "(Y.m.d)"
|
5389 |
msgstr ""
|
5390 |
|
5391 |
-
#: app/features/mec/settings.php:
|
5392 |
msgid "(d.m.Y)"
|
5393 |
msgstr ""
|
5394 |
|
5395 |
-
#: app/features/mec/settings.php:
|
5396 |
msgid "Midnight Hour"
|
5397 |
msgstr ""
|
5398 |
|
5399 |
-
#: app/features/mec/settings.php:
|
5400 |
msgid "12 AM"
|
5401 |
msgstr ""
|
5402 |
|
5403 |
-
#: app/features/mec/settings.php:
|
5404 |
msgid "1 AM"
|
5405 |
msgstr ""
|
5406 |
|
5407 |
-
#: app/features/mec/settings.php:
|
5408 |
msgid "2 AM"
|
5409 |
msgstr ""
|
5410 |
|
5411 |
-
#: app/features/mec/settings.php:
|
5412 |
msgid "3 AM"
|
5413 |
msgstr ""
|
5414 |
|
5415 |
-
#: app/features/mec/settings.php:
|
5416 |
msgid "4 AM"
|
5417 |
msgstr ""
|
5418 |
|
5419 |
-
#: app/features/mec/settings.php:
|
5420 |
msgid "5 AM"
|
5421 |
msgstr ""
|
5422 |
|
5423 |
-
#: app/features/mec/settings.php:
|
5424 |
msgid ""
|
5425 |
"12 AM is midnight by default but you can change it if your event ends after "
|
5426 |
"12 AM and you don't want those events considered as multiple days events!"
|
5427 |
msgstr ""
|
5428 |
|
5429 |
-
#: app/features/mec/settings.php:
|
5430 |
msgid "Open \"Add Event\" as Popup"
|
5431 |
msgstr ""
|
5432 |
|
5433 |
-
#: app/features/mec/settings.php:
|
5434 |
msgid "Enable"
|
5435 |
msgstr ""
|
5436 |
|
5437 |
-
#: app/features/mec/settings.php:
|
5438 |
msgid "Open \"Add Shortcode\" as Popup"
|
5439 |
msgstr ""
|
5440 |
|
5441 |
-
#: app/features/mec/settings.php:
|
5442 |
msgid "Archive Pages"
|
5443 |
msgstr ""
|
5444 |
|
5445 |
-
#: app/features/mec/settings.php:
|
5446 |
msgid "Archive Page Title"
|
5447 |
msgstr ""
|
5448 |
|
5449 |
-
#: app/features/mec/settings.php:
|
5450 |
msgid "Default value is Events - It's title of the page"
|
5451 |
msgstr ""
|
5452 |
|
5453 |
-
#: app/features/mec/settings.php:
|
5454 |
msgid "Archive Page Skin"
|
5455 |
msgstr ""
|
5456 |
|
5457 |
-
#: app/features/mec/settings.php:
|
5458 |
msgid "Put shortcode..."
|
5459 |
msgstr ""
|
5460 |
|
5461 |
-
#: app/features/mec/settings.php:
|
5462 |
-
#: app/features/mec/settings.php:
|
5463 |
-
#: app/features/mec/settings.php:
|
5464 |
-
#: app/features/mec/settings.php:
|
5465 |
-
#: app/features/mec/settings.php:
|
5466 |
msgid "There is no skins"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
-
#: app/features/mec/settings.php:
|
5470 |
#: app/features/mec/single.php:73
|
5471 |
msgid "Modern Style"
|
5472 |
msgstr ""
|
5473 |
|
5474 |
-
#: app/features/mec/settings.php:
|
5475 |
msgid "colorful"
|
5476 |
msgstr ""
|
5477 |
|
5478 |
-
#: app/features/mec/settings.php:
|
5479 |
msgid "Clean Style"
|
5480 |
msgstr ""
|
5481 |
|
5482 |
-
#: app/features/mec/settings.php:
|
5483 |
msgid "Default value is Calendar/Monthly View, But you can change it "
|
5484 |
msgstr ""
|
5485 |
|
5486 |
-
#: app/features/mec/settings.php:
|
5487 |
msgid "See Demo"
|
5488 |
msgstr ""
|
5489 |
|
5490 |
-
#: app/features/mec/settings.php:
|
5491 |
msgid "Category Page Skin"
|
5492 |
msgstr ""
|
5493 |
|
5494 |
-
#: app/features/mec/settings.php:
|
5495 |
msgid ""
|
5496 |
"Default value is List View - But you can change it to set a skin for all "
|
5497 |
"categories."
|
5498 |
msgstr ""
|
5499 |
|
5500 |
-
#: app/features/mec/settings.php:
|
5501 |
msgid "Category Events Method"
|
5502 |
msgstr ""
|
5503 |
|
5504 |
-
#: app/features/mec/settings.php:
|
5505 |
msgid "Default value is Upcoming Events"
|
5506 |
msgstr ""
|
5507 |
|
5508 |
-
#: app/features/mec/settings.php:
|
5509 |
msgid "Events Archive Status"
|
5510 |
msgstr ""
|
5511 |
|
5512 |
-
#: app/features/mec/settings.php:
|
5513 |
msgid "Enabled (Recommended)"
|
5514 |
msgstr ""
|
5515 |
|
5516 |
-
#: app/features/mec/settings.php:
|
5517 |
msgid ""
|
5518 |
"If you disable it, then you should create a page as archive page of MEC. "
|
5519 |
"Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
|
5520 |
"MEC rewrite rules."
|
5521 |
msgstr ""
|
5522 |
|
5523 |
-
#: app/features/mec/settings.php:
|
5524 |
msgid "Main Slug"
|
5525 |
msgstr ""
|
5526 |
|
5527 |
-
#: app/features/mec/settings.php:
|
5528 |
msgid ""
|
5529 |
"Default value is events. You can not have a page with this name. MEC allows "
|
5530 |
"you to create custom URLs for the permalinks and archives to enhance the "
|
5531 |
"applicability and forward-compatibility of the links."
|
5532 |
msgstr ""
|
5533 |
|
5534 |
-
#: app/features/mec/settings.php:
|
5535 |
msgid "Valid characters are lowercase a-z, - character and numbers."
|
5536 |
msgstr ""
|
5537 |
|
5538 |
-
#: app/features/mec/settings.php:
|
5539 |
msgid "Category Slug"
|
5540 |
msgstr ""
|
5541 |
|
5542 |
-
#: app/features/mec/settings.php:
|
5543 |
msgid ""
|
5544 |
"It's slug of MEC categories, you can change it to events-cat or something "
|
5545 |
"else. Default value is mec-category. You can not have a page with this name."
|
5546 |
msgstr ""
|
5547 |
|
5548 |
-
#: app/features/mec/settings.php:
|
5549 |
msgid "Currency"
|
5550 |
msgstr ""
|
5551 |
|
5552 |
-
#: app/features/mec/settings.php:
|
5553 |
msgid "Currency Sign"
|
5554 |
msgstr ""
|
5555 |
|
5556 |
-
#: app/features/mec/settings.php:
|
5557 |
msgid "Default value will be \"currency\" if you leave it empty."
|
5558 |
msgstr ""
|
5559 |
|
5560 |
-
#: app/features/mec/settings.php:
|
5561 |
msgid "Currency Position"
|
5562 |
msgstr ""
|
5563 |
|
5564 |
-
#: app/features/mec/settings.php:
|
5565 |
msgid "Before $10"
|
5566 |
msgstr ""
|
5567 |
|
5568 |
-
#: app/features/mec/settings.php:
|
5569 |
msgid "After 10$"
|
5570 |
msgstr ""
|
5571 |
|
5572 |
-
#: app/features/mec/settings.php:
|
5573 |
msgid "Thousand Separator"
|
5574 |
msgstr ""
|
5575 |
|
5576 |
-
#: app/features/mec/settings.php:
|
5577 |
msgid "Decimal Separator"
|
5578 |
msgstr ""
|
5579 |
|
5580 |
-
#: app/features/mec/settings.php:
|
5581 |
msgid "No decimal"
|
5582 |
msgstr ""
|
5583 |
|
5584 |
-
#: app/features/mec/settings.php:
|
5585 |
msgid "Enable Google Recaptcha"
|
5586 |
msgstr ""
|
5587 |
|
5588 |
-
#: app/features/mec/settings.php:
|
5589 |
msgid "Enable on booking form"
|
5590 |
msgstr ""
|
5591 |
|
5592 |
-
#: app/features/mec/settings.php:
|
5593 |
msgid "Enable on \"Frontend Event Submission\" form"
|
5594 |
msgstr ""
|
5595 |
|
5596 |
-
#: app/features/mec/settings.php:
|
5597 |
msgid "Site Key"
|
5598 |
msgstr ""
|
5599 |
|
5600 |
-
#: app/features/mec/settings.php:
|
5601 |
msgid "Secret Key"
|
5602 |
msgstr ""
|
5603 |
|
5604 |
-
#: app/features/mec/settings.php:
|
5605 |
msgid "Time Format"
|
5606 |
msgstr ""
|
5607 |
|
5608 |
-
#: app/features/mec/settings.php:
|
5609 |
msgid "12 hours format with AM/PM"
|
5610 |
msgstr ""
|
5611 |
|
5612 |
-
#: app/features/mec/settings.php:
|
5613 |
msgid "24 hours format"
|
5614 |
msgstr ""
|
5615 |
|
5616 |
-
#: app/features/mec/settings.php:
|
5617 |
msgid "This option, affects the selection of Start/End time."
|
5618 |
msgstr ""
|
5619 |
|
5620 |
-
#: app/features/mec/settings.php:
|
5621 |
msgid "Events List Page"
|
5622 |
msgstr ""
|
5623 |
|
5624 |
-
#: app/features/mec/settings.php:
|
5625 |
#, php-format
|
5626 |
msgid "Put %s shortcode into the page."
|
5627 |
msgstr ""
|
5628 |
|
5629 |
-
#: app/features/mec/settings.php:
|
5630 |
msgid "Add/Edit Events Page"
|
5631 |
msgstr ""
|
5632 |
|
5633 |
-
#: app/features/mec/settings.php:
|
5634 |
msgid ""
|
5635 |
"User is redirected to this page after a new event submission. Leave it empty "
|
5636 |
"if you want it disabled."
|
5637 |
msgstr ""
|
5638 |
|
5639 |
-
#: app/features/mec/settings.php:
|
5640 |
msgid "Maximum File Size"
|
5641 |
msgstr ""
|
5642 |
|
5643 |
-
#: app/features/mec/settings.php:
|
5644 |
msgid "in KB"
|
5645 |
msgstr ""
|
5646 |
|
5647 |
-
#: app/features/mec/settings.php:
|
5648 |
msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
|
5649 |
msgstr ""
|
5650 |
|
5651 |
-
#: app/features/mec/settings.php:
|
5652 |
msgid "Enable event submission by guest (Not logged in) users"
|
5653 |
msgstr ""
|
5654 |
|
5655 |
-
#: app/features/mec/settings.php:
|
5656 |
msgid "Enable mandatory email and name for guest user"
|
5657 |
msgstr ""
|
5658 |
|
5659 |
-
#: app/features/mec/settings.php:
|
5660 |
msgid "Frontend Event Submission Sections"
|
5661 |
msgstr ""
|
5662 |
|
5663 |
-
#: app/features/mec/settings.php:
|
5664 |
msgid "Event Data Fields"
|
5665 |
msgstr ""
|
5666 |
|
5667 |
-
#: app/features/mec/settings.php:
|
5668 |
msgid "Event Categories"
|
5669 |
msgstr ""
|
5670 |
|
5671 |
-
#: app/features/mec/settings.php:
|
5672 |
msgid "Event Labels"
|
5673 |
msgstr ""
|
5674 |
|
5675 |
-
#: app/features/mec/settings.php:
|
5676 |
msgid "Event Tags"
|
5677 |
msgstr ""
|
5678 |
|
5679 |
-
#: app/features/mec/settings.php:
|
5680 |
msgid "Event Organizer"
|
5681 |
msgstr ""
|
5682 |
|
5683 |
-
#: app/features/mec/settings.php:
|
5684 |
msgid "Fees / Taxes Options"
|
5685 |
msgstr ""
|
5686 |
|
5687 |
-
#: app/features/mec/settings.php:
|
5688 |
msgid "SEO Schema"
|
5689 |
msgstr ""
|
5690 |
|
5691 |
-
#: app/features/mec/settings.php:
|
5692 |
#, php-format
|
5693 |
msgid ""
|
5694 |
"Users can put a note for editors while they're submitting the event. Also "
|
@@ -5696,164 +5741,164 @@ msgid ""
|
|
5696 |
"users' note in email."
|
5697 |
msgstr ""
|
5698 |
|
5699 |
-
#: app/features/mec/settings.php:
|
5700 |
msgid "Note visibility"
|
5701 |
msgstr ""
|
5702 |
|
5703 |
-
#: app/features/mec/settings.php:
|
5704 |
msgid "Always"
|
5705 |
msgstr ""
|
5706 |
|
5707 |
-
#: app/features/mec/settings.php:
|
5708 |
msgid "While event is not published"
|
5709 |
msgstr ""
|
5710 |
|
5711 |
-
#: app/features/mec/settings.php:
|
5712 |
msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
|
5713 |
msgstr ""
|
5714 |
|
5715 |
-
#: app/features/mec/settings.php:
|
5716 |
msgid "User Profile"
|
5717 |
msgstr ""
|
5718 |
|
5719 |
-
#: app/features/mec/settings.php:
|
5720 |
#, php-format
|
5721 |
msgid ""
|
5722 |
"Put %s shortcode into your desired page. Then users are able to see the "
|
5723 |
"history of their bookings."
|
5724 |
msgstr ""
|
5725 |
|
5726 |
-
#: app/features/mec/settings.php:
|
5727 |
msgid "Search Bar"
|
5728 |
msgstr ""
|
5729 |
|
5730 |
-
#: app/features/mec/settings.php:
|
5731 |
#, php-format
|
5732 |
msgid ""
|
5733 |
"Put %s shortcode into your desired page. Then users are able to search events"
|
5734 |
msgstr ""
|
5735 |
|
5736 |
-
#: app/features/mec/settings.php:
|
5737 |
msgid "Ajax Live mode"
|
5738 |
msgstr ""
|
5739 |
|
5740 |
-
#: app/features/mec/settings.php:
|
5741 |
msgid "Ajax mode"
|
5742 |
msgstr ""
|
5743 |
|
5744 |
-
#: app/features/mec/settings.php:
|
5745 |
msgid ""
|
5746 |
"if you enable this option, the search button will disappear. To use this "
|
5747 |
"feature, text input field must be enabled."
|
5748 |
msgstr ""
|
5749 |
|
5750 |
-
#: app/features/mec/settings.php:
|
5751 |
msgid "Modern Type"
|
5752 |
msgstr ""
|
5753 |
|
5754 |
-
#: app/features/mec/settings.php:
|
5755 |
msgid "Search bar fields"
|
5756 |
msgstr ""
|
5757 |
|
5758 |
-
#: app/features/mec/settings.php:
|
5759 |
msgid "Text input"
|
5760 |
msgstr ""
|
5761 |
|
5762 |
-
#: app/features/mec/settings.php:
|
5763 |
msgid "Enable Mailchimp Integration"
|
5764 |
msgstr ""
|
5765 |
|
5766 |
-
#: app/features/mec/settings.php:
|
5767 |
-
#: app/features/mec/settings.php:
|
5768 |
-
#: app/features/mec/settings.php:
|
5769 |
msgid "API Key"
|
5770 |
msgstr ""
|
5771 |
|
5772 |
-
#: app/features/mec/settings.php:
|
5773 |
-
#: app/features/mec/settings.php:
|
5774 |
-
#: app/features/mec/settings.php:
|
5775 |
msgid "List ID"
|
5776 |
msgstr ""
|
5777 |
|
5778 |
-
#: app/features/mec/settings.php:
|
5779 |
msgid "Subscription Status"
|
5780 |
msgstr ""
|
5781 |
|
5782 |
-
#: app/features/mec/settings.php:
|
5783 |
msgid "Subscribe automatically"
|
5784 |
msgstr ""
|
5785 |
|
5786 |
-
#: app/features/mec/settings.php:
|
5787 |
msgid "Subscribe by verification"
|
5788 |
msgstr ""
|
5789 |
|
5790 |
-
#: app/features/mec/settings.php:
|
5791 |
msgid ""
|
5792 |
"If you choose \"Subscribe by verification\" then an email will be send to "
|
5793 |
"the user by mailchimp for subscription verification."
|
5794 |
msgstr ""
|
5795 |
|
5796 |
-
#: app/features/mec/settings.php:
|
5797 |
msgid "Campaign Monitor Integration"
|
5798 |
msgstr ""
|
5799 |
|
5800 |
-
#: app/features/mec/settings.php:
|
5801 |
msgid "Enable Campaign Monitor Integration"
|
5802 |
msgstr ""
|
5803 |
|
5804 |
-
#: app/features/mec/settings.php:
|
5805 |
msgid "MailerLite Integration"
|
5806 |
msgstr ""
|
5807 |
|
5808 |
-
#: app/features/mec/settings.php:
|
5809 |
msgid "Enable MailerLite Integration"
|
5810 |
msgstr ""
|
5811 |
|
5812 |
-
#: app/features/mec/settings.php:
|
5813 |
msgid "Group ID"
|
5814 |
msgstr ""
|
5815 |
|
5816 |
-
#: app/features/mec/settings.php:
|
5817 |
msgid "Constant Contact Integration"
|
5818 |
msgstr ""
|
5819 |
|
5820 |
-
#: app/features/mec/settings.php:
|
5821 |
msgid "Enable constantcontact Integration"
|
5822 |
msgstr ""
|
5823 |
|
5824 |
-
#: app/features/mec/settings.php:
|
5825 |
msgid "Active Campaign Integration"
|
5826 |
msgstr ""
|
5827 |
|
5828 |
-
#: app/features/mec/settings.php:
|
5829 |
msgid "Enable Active Campaign Integration"
|
5830 |
msgstr ""
|
5831 |
|
5832 |
-
#: app/features/mec/settings.php:
|
5833 |
msgid "API URL"
|
5834 |
msgstr ""
|
5835 |
|
5836 |
-
#: app/features/mec/settings.php:
|
5837 |
msgid "Upload Field Options"
|
5838 |
msgstr ""
|
5839 |
|
5840 |
-
#: app/features/mec/settings.php:
|
5841 |
msgid "Mime types"
|
5842 |
msgstr ""
|
5843 |
|
5844 |
-
#: app/features/mec/settings.php:
|
5845 |
msgid "Split mime types with \",\"."
|
5846 |
msgstr ""
|
5847 |
|
5848 |
-
#: app/features/mec/settings.php:
|
5849 |
msgid "Default: jpeg,jpg,png,pdf"
|
5850 |
msgstr ""
|
5851 |
|
5852 |
-
#: app/features/mec/settings.php:
|
5853 |
msgid "Maximum file size"
|
5854 |
msgstr ""
|
5855 |
|
5856 |
-
#: app/features/mec/settings.php:
|
5857 |
msgid "The unit is Megabyte \"MB\""
|
5858 |
msgstr ""
|
5859 |
|
@@ -5961,7 +6006,7 @@ msgstr ""
|
|
5961 |
msgid "Custom Fields"
|
5962 |
msgstr ""
|
5963 |
|
5964 |
-
#: app/features/mec/single.php:184 app/libraries/main.php:
|
5965 |
msgid "URL"
|
5966 |
msgstr ""
|
5967 |
|
@@ -6621,8 +6666,8 @@ msgstr ""
|
|
6621 |
msgid "eg. https://webnus.net"
|
6622 |
msgstr ""
|
6623 |
|
6624 |
-
#: app/features/organizers.php:312 app/libraries/main.php:
|
6625 |
-
#: app/libraries/main.php:
|
6626 |
msgid "Other Organizers"
|
6627 |
msgstr ""
|
6628 |
|
@@ -6681,7 +6726,7 @@ msgstr ""
|
|
6681 |
|
6682 |
#: app/features/popup/event.php:262 app/features/popup/shortcode.php:546
|
6683 |
#: app/modules/booking/steps/form.php:254
|
6684 |
-
#: app/modules/booking/steps/tickets.php:
|
6685 |
#: app/skins/countdown/tpl.php:163 app/skins/countdown/tpl.php:210
|
6686 |
msgid "Next"
|
6687 |
msgstr ""
|
@@ -6768,7 +6813,7 @@ msgstr ""
|
|
6768 |
msgid "Please %s/%s in order to see your bookings / profile."
|
6769 |
msgstr ""
|
6770 |
|
6771 |
-
#: app/features/profile/profile.php:20 app/libraries/main.php:
|
6772 |
msgid "Your booking already canceled!"
|
6773 |
msgstr ""
|
6774 |
|
@@ -6776,11 +6821,11 @@ msgstr ""
|
|
6776 |
msgid "#"
|
6777 |
msgstr ""
|
6778 |
|
6779 |
-
#: app/features/profile/profile.php:61 app/libraries/main.php:
|
6780 |
msgid "Status"
|
6781 |
msgstr ""
|
6782 |
|
6783 |
-
#: app/features/profile/profile.php:64 app/libraries/main.php:
|
6784 |
msgid "Attendees"
|
6785 |
msgstr ""
|
6786 |
|
@@ -6889,14 +6934,14 @@ msgstr ""
|
|
6889 |
msgid "No search result."
|
6890 |
msgstr ""
|
6891 |
|
6892 |
-
#: app/features/search_bar/search_result.php:12 app/libraries/main.php:
|
6893 |
-
#: app/libraries/main.php:
|
6894 |
-
#: app/libraries/render.php:516 app/
|
6895 |
-
#: app/modules/local-time/
|
6896 |
-
#: app/modules/local-time/
|
6897 |
-
#: app/
|
6898 |
-
#: app/skins/single/default.php:
|
6899 |
-
#: app/skins/single/modern.php:219
|
6900 |
msgid "All Day"
|
6901 |
msgstr ""
|
6902 |
|
@@ -6972,75 +7017,75 @@ msgstr ""
|
|
6972 |
msgid "Discount"
|
6973 |
msgstr ""
|
6974 |
|
6975 |
-
#: app/libraries/book.php:
|
6976 |
#: app/modules/booking/default.php:499
|
6977 |
msgid "Download Invoice"
|
6978 |
msgstr ""
|
6979 |
|
6980 |
-
#: app/libraries/factory.php:
|
6981 |
msgid "M.E. Calendar"
|
6982 |
msgstr ""
|
6983 |
|
6984 |
-
#: app/libraries/factory.php:
|
6985 |
msgctxt "plugin link"
|
6986 |
msgid "Upgrade to Pro Version"
|
6987 |
msgstr ""
|
6988 |
|
6989 |
-
#: app/libraries/factory.php:
|
6990 |
msgctxt "plugin link"
|
6991 |
msgid "Settings"
|
6992 |
msgstr ""
|
6993 |
|
6994 |
-
#: app/libraries/factory.php:
|
6995 |
msgctxt "plugin link"
|
6996 |
msgid "Upgrade"
|
6997 |
msgstr ""
|
6998 |
|
6999 |
-
#: app/libraries/factory.php:
|
7000 |
msgid "day"
|
7001 |
msgstr ""
|
7002 |
|
7003 |
-
#: app/libraries/factory.php:
|
7004 |
#: app/skins/available_spot/tpl.php:149 app/skins/countdown/tpl.php:131
|
7005 |
#: app/skins/countdown/tpl.php:177 app/skins/countdown/tpl.php:228
|
7006 |
msgid "days"
|
7007 |
msgstr ""
|
7008 |
|
7009 |
-
#: app/libraries/factory.php:
|
7010 |
msgid "hour"
|
7011 |
msgstr ""
|
7012 |
|
7013 |
-
#: app/libraries/factory.php:
|
7014 |
#: app/skins/available_spot/tpl.php:153 app/skins/countdown/tpl.php:137
|
7015 |
#: app/skins/countdown/tpl.php:183 app/skins/countdown/tpl.php:234
|
7016 |
msgid "hours"
|
7017 |
msgstr ""
|
7018 |
|
7019 |
-
#: app/libraries/factory.php:
|
7020 |
msgid "minute"
|
7021 |
msgstr ""
|
7022 |
|
7023 |
-
#: app/libraries/factory.php:
|
7024 |
#: app/skins/available_spot/tpl.php:157 app/skins/countdown/tpl.php:143
|
7025 |
#: app/skins/countdown/tpl.php:189 app/skins/countdown/tpl.php:240
|
7026 |
msgid "minutes"
|
7027 |
msgstr ""
|
7028 |
|
7029 |
-
#: app/libraries/factory.php:
|
7030 |
msgid "second"
|
7031 |
msgstr ""
|
7032 |
|
7033 |
-
#: app/libraries/factory.php:
|
7034 |
#: app/skins/available_spot/tpl.php:161 app/skins/countdown/tpl.php:149
|
7035 |
#: app/skins/countdown/tpl.php:195 app/skins/countdown/tpl.php:246
|
7036 |
msgid "seconds"
|
7037 |
msgstr ""
|
7038 |
|
7039 |
-
#: app/libraries/factory.php:
|
7040 |
msgid "MEC Single Sidebar"
|
7041 |
msgstr ""
|
7042 |
|
7043 |
-
#: app/libraries/factory.php:
|
7044 |
msgid "Custom sidebar for single and modal page of MEC."
|
7045 |
msgstr ""
|
7046 |
|
@@ -7048,33 +7093,33 @@ msgstr ""
|
|
7048 |
msgid "There is no excerpt because this is a protected post."
|
7049 |
msgstr ""
|
7050 |
|
7051 |
-
#: app/libraries/main.php:332 app/libraries/main.php:
|
7052 |
-
#: app/libraries/main.php:
|
7053 |
msgid "Agenda View"
|
7054 |
msgstr ""
|
7055 |
|
7056 |
-
#: app/libraries/main.php:333 app/libraries/main.php:
|
7057 |
-
#: app/libraries/main.php:
|
7058 |
msgid "Full Calendar"
|
7059 |
msgstr ""
|
7060 |
|
7061 |
-
#: app/libraries/main.php:335 app/libraries/main.php:
|
7062 |
-
#: app/libraries/main.php:
|
7063 |
msgid "Calendar/Monthly View"
|
7064 |
msgstr ""
|
7065 |
|
7066 |
-
#: app/libraries/main.php:338 app/libraries/main.php:
|
7067 |
-
#: app/libraries/main.php:
|
7068 |
msgid "Timetable View"
|
7069 |
msgstr ""
|
7070 |
|
7071 |
-
#: app/libraries/main.php:339 app/libraries/main.php:
|
7072 |
-
#: app/libraries/main.php:
|
7073 |
msgid "Masonry View"
|
7074 |
msgstr ""
|
7075 |
|
7076 |
-
#: app/libraries/main.php:340 app/libraries/main.php:
|
7077 |
-
#: app/libraries/main.php:
|
7078 |
msgid "Map View"
|
7079 |
msgstr ""
|
7080 |
|
@@ -7102,38 +7147,38 @@ msgstr ""
|
|
7102 |
msgid "Timeline View"
|
7103 |
msgstr ""
|
7104 |
|
7105 |
-
#: app/libraries/main.php:385 app/libraries/main.php:
|
7106 |
-
#: app/libraries/main.php:
|
7107 |
msgid "SU"
|
7108 |
msgstr ""
|
7109 |
|
7110 |
-
#: app/libraries/main.php:386 app/libraries/main.php:
|
7111 |
-
#: app/libraries/main.php:
|
7112 |
msgid "MO"
|
7113 |
msgstr ""
|
7114 |
|
7115 |
-
#: app/libraries/main.php:387 app/libraries/main.php:
|
7116 |
-
#: app/libraries/main.php:
|
7117 |
msgid "TU"
|
7118 |
msgstr ""
|
7119 |
|
7120 |
-
#: app/libraries/main.php:388 app/libraries/main.php:
|
7121 |
-
#: app/libraries/main.php:
|
7122 |
msgid "WE"
|
7123 |
msgstr ""
|
7124 |
|
7125 |
-
#: app/libraries/main.php:389 app/libraries/main.php:
|
7126 |
-
#: app/libraries/main.php:
|
7127 |
msgid "TH"
|
7128 |
msgstr ""
|
7129 |
|
7130 |
-
#: app/libraries/main.php:390 app/libraries/main.php:
|
7131 |
-
#: app/libraries/main.php:
|
7132 |
msgid "FR"
|
7133 |
msgstr ""
|
7134 |
|
7135 |
-
#: app/libraries/main.php:391 app/libraries/main.php:
|
7136 |
-
#: app/libraries/main.php:
|
7137 |
msgid "SA"
|
7138 |
msgstr ""
|
7139 |
|
@@ -7188,375 +7233,375 @@ msgid ""
|
|
7188 |
"events. Users can now log in to purchase tickets."
|
7189 |
msgstr ""
|
7190 |
|
7191 |
-
#: app/libraries/main.php:
|
7192 |
msgid "Events at this location"
|
7193 |
msgstr ""
|
7194 |
|
7195 |
-
#: app/libraries/main.php:
|
7196 |
msgid "Event at this location"
|
7197 |
msgstr ""
|
7198 |
|
7199 |
-
#: app/libraries/main.php:
|
7200 |
msgid "Facebook"
|
7201 |
msgstr ""
|
7202 |
|
7203 |
-
#: app/libraries/main.php:
|
7204 |
msgid "Twitter"
|
7205 |
msgstr ""
|
7206 |
|
7207 |
-
#: app/libraries/main.php:
|
7208 |
msgid "Linkedin"
|
7209 |
msgstr ""
|
7210 |
|
7211 |
-
#: app/libraries/main.php:
|
7212 |
msgid "VK"
|
7213 |
msgstr ""
|
7214 |
|
7215 |
-
#: app/libraries/main.php:
|
7216 |
msgid "Tumblr"
|
7217 |
msgstr ""
|
7218 |
|
7219 |
-
#: app/libraries/main.php:
|
7220 |
msgid "Pinterest"
|
7221 |
msgstr ""
|
7222 |
|
7223 |
-
#: app/libraries/main.php:
|
7224 |
msgid "Flipboard"
|
7225 |
msgstr ""
|
7226 |
|
7227 |
-
#: app/libraries/main.php:
|
7228 |
msgid "GetPocket"
|
7229 |
msgstr ""
|
7230 |
|
7231 |
-
#: app/libraries/main.php:
|
7232 |
msgid "Reddit"
|
7233 |
msgstr ""
|
7234 |
|
7235 |
-
#: app/libraries/main.php:
|
7236 |
msgid "WhatsApp"
|
7237 |
msgstr ""
|
7238 |
|
7239 |
-
#: app/libraries/main.php:
|
7240 |
msgid "Telegram"
|
7241 |
msgstr ""
|
7242 |
|
7243 |
-
#: app/libraries/main.php:
|
7244 |
msgid "Share on Facebook"
|
7245 |
msgstr ""
|
7246 |
|
7247 |
-
#: app/libraries/main.php:
|
7248 |
msgid "Tweet"
|
7249 |
msgstr ""
|
7250 |
|
7251 |
-
#: app/libraries/main.php:
|
7252 |
msgid "Share on Tumblr"
|
7253 |
msgstr ""
|
7254 |
|
7255 |
-
#: app/libraries/main.php:
|
7256 |
msgid "Share on Pinterest"
|
7257 |
msgstr ""
|
7258 |
|
7259 |
-
#: app/libraries/main.php:
|
7260 |
msgid "Share on Flipboard"
|
7261 |
msgstr ""
|
7262 |
|
7263 |
-
#: app/libraries/main.php:
|
7264 |
msgid "Share on GetPocket"
|
7265 |
msgstr ""
|
7266 |
|
7267 |
-
#: app/libraries/main.php:
|
7268 |
msgid "Share on Reddit"
|
7269 |
msgstr ""
|
7270 |
|
7271 |
-
#: app/libraries/main.php:
|
7272 |
msgid "Share on Telegram"
|
7273 |
msgstr ""
|
7274 |
|
7275 |
-
#: app/libraries/main.php:
|
7276 |
msgid "Share on WhatsApp"
|
7277 |
msgstr ""
|
7278 |
|
7279 |
-
#: app/libraries/main.php:
|
7280 |
msgid "Custom Shortcode"
|
7281 |
msgstr ""
|
7282 |
|
7283 |
-
#: app/libraries/main.php:
|
7284 |
msgid "Your booking already verified!"
|
7285 |
msgstr ""
|
7286 |
|
7287 |
-
#: app/libraries/main.php:
|
7288 |
msgid "Your booking successfully verified."
|
7289 |
msgstr ""
|
7290 |
|
7291 |
-
#: app/libraries/main.php:
|
7292 |
msgid "Your booking cannot verify!"
|
7293 |
msgstr ""
|
7294 |
|
7295 |
-
#: app/libraries/main.php:
|
7296 |
msgid "Your booking successfully canceled."
|
7297 |
msgstr ""
|
7298 |
|
7299 |
-
#: app/libraries/main.php:
|
7300 |
msgid "Your booking cannot be canceled."
|
7301 |
msgstr ""
|
7302 |
|
7303 |
-
#: app/libraries/main.php:
|
7304 |
msgid "You canceled the payment successfully."
|
7305 |
msgstr ""
|
7306 |
|
7307 |
-
#: app/libraries/main.php:
|
7308 |
msgid "You returned from payment gateway successfully."
|
7309 |
msgstr ""
|
7310 |
|
7311 |
-
#: app/libraries/main.php:
|
7312 |
msgid "Cannot find the invoice!"
|
7313 |
msgstr ""
|
7314 |
|
7315 |
-
#: app/libraries/main.php:
|
7316 |
msgid "Invoice is invalid."
|
7317 |
msgstr ""
|
7318 |
|
7319 |
-
#: app/libraries/main.php:
|
7320 |
msgid ""
|
7321 |
"Your booking still is not confirmed. You can download it after confirmation!"
|
7322 |
msgstr ""
|
7323 |
|
7324 |
-
#: app/libraries/main.php:
|
7325 |
msgid "Booking Not Confirmed."
|
7326 |
msgstr ""
|
7327 |
|
7328 |
-
#: app/libraries/main.php:
|
7329 |
msgid "Cannot find the booking!"
|
7330 |
msgstr ""
|
7331 |
|
7332 |
-
#: app/libraries/main.php:
|
7333 |
msgid "Booking is invalid."
|
7334 |
msgstr ""
|
7335 |
|
7336 |
-
#: app/libraries/main.php:
|
7337 |
#, php-format
|
7338 |
msgid "%s Invoice"
|
7339 |
msgstr ""
|
7340 |
|
7341 |
-
#: app/libraries/main.php:
|
7342 |
msgid "Date & Time"
|
7343 |
msgstr ""
|
7344 |
|
7345 |
-
#: app/libraries/main.php:
|
7346 |
msgid "Booking Fields"
|
7347 |
msgstr ""
|
7348 |
|
7349 |
-
#: app/libraries/main.php:
|
7350 |
msgid "Billing"
|
7351 |
msgstr ""
|
7352 |
|
7353 |
-
#: app/libraries/main.php:
|
7354 |
msgid "Coupon Code"
|
7355 |
msgstr ""
|
7356 |
|
7357 |
-
#: app/libraries/main.php:
|
7358 |
msgid "Total"
|
7359 |
msgstr ""
|
7360 |
|
7361 |
-
#: app/libraries/main.php:
|
7362 |
msgid "Payment"
|
7363 |
msgstr ""
|
7364 |
|
7365 |
-
#: app/libraries/main.php:
|
7366 |
msgid "Gateway"
|
7367 |
msgstr ""
|
7368 |
|
7369 |
-
#: app/libraries/main.php:
|
7370 |
msgid "Payment Time"
|
7371 |
msgstr ""
|
7372 |
|
7373 |
-
#: app/libraries/main.php:
|
7374 |
msgid "Request is not valid."
|
7375 |
msgstr ""
|
7376 |
|
7377 |
-
#: app/libraries/main.php:
|
7378 |
msgid "iCal export stopped!"
|
7379 |
msgstr ""
|
7380 |
|
7381 |
-
#: app/libraries/main.php:
|
7382 |
-
#: app/libraries/main.php:
|
7383 |
-
#: app/libraries/main.php:
|
7384 |
-
#: app/libraries/main.php:
|
7385 |
-
#: app/libraries/main.php:
|
7386 |
-
#: app/libraries/main.php:
|
7387 |
-
#: app/libraries/main.php:
|
7388 |
-
#: app/libraries/main.php:
|
7389 |
msgid "Sort"
|
7390 |
msgstr ""
|
7391 |
|
7392 |
-
#: app/libraries/main.php:
|
7393 |
-
#: app/libraries/main.php:
|
7394 |
-
#: app/libraries/main.php:
|
7395 |
-
#: app/libraries/main.php:
|
7396 |
-
#: app/libraries/main.php:
|
7397 |
-
#: app/libraries/main.php:
|
7398 |
-
#: app/libraries/main.php:
|
7399 |
msgid "Required Field"
|
7400 |
msgstr ""
|
7401 |
|
7402 |
-
#: app/libraries/main.php:
|
7403 |
-
#: app/libraries/main.php:
|
7404 |
-
#: app/libraries/main.php:
|
7405 |
-
#: app/libraries/main.php:
|
7406 |
-
#: app/libraries/main.php:
|
7407 |
-
#: app/libraries/main.php:
|
7408 |
-
#: app/libraries/main.php:
|
7409 |
msgid "Insert a label for this field"
|
7410 |
msgstr ""
|
7411 |
|
7412 |
-
#: app/libraries/main.php:
|
7413 |
msgid "HTML and shortcode are allowed."
|
7414 |
msgstr ""
|
7415 |
|
7416 |
-
#: app/libraries/main.php:
|
7417 |
-
#: app/libraries/main.php:
|
7418 |
msgid "Option"
|
7419 |
msgstr ""
|
7420 |
|
7421 |
-
#: app/libraries/main.php:
|
7422 |
#, php-format
|
7423 |
msgid "Instead of %s, the page title with a link will be show."
|
7424 |
msgstr ""
|
7425 |
|
7426 |
-
#: app/libraries/main.php:
|
7427 |
msgid "Agreement Page"
|
7428 |
msgstr ""
|
7429 |
|
7430 |
-
#: app/libraries/main.php:
|
7431 |
msgid "Checked by default"
|
7432 |
msgstr ""
|
7433 |
|
7434 |
-
#: app/libraries/main.php:
|
7435 |
msgid "Unchecked by default"
|
7436 |
msgstr ""
|
7437 |
|
7438 |
-
#: app/libraries/main.php:
|
7439 |
msgid "Insert a label for this option"
|
7440 |
msgstr ""
|
7441 |
|
7442 |
-
#: app/libraries/main.php:
|
7443 |
msgid "Free"
|
7444 |
msgstr ""
|
7445 |
|
7446 |
-
#: app/libraries/main.php:
|
7447 |
msgid "M.E. Calender"
|
7448 |
msgstr ""
|
7449 |
|
7450 |
-
#: app/libraries/main.php:
|
7451 |
#, php-format
|
7452 |
msgid "Copy of %s"
|
7453 |
msgstr ""
|
7454 |
|
7455 |
-
#: app/libraries/main.php:
|
7456 |
msgid "Booked an event."
|
7457 |
msgstr ""
|
7458 |
|
7459 |
-
#: app/libraries/main.php:
|
7460 |
#, php-format
|
7461 |
msgid "%s booked %s event."
|
7462 |
msgstr ""
|
7463 |
|
7464 |
-
#: app/libraries/main.php:
|
7465 |
msgid "Taxonomies"
|
7466 |
msgstr ""
|
7467 |
|
7468 |
-
#: app/libraries/main.php:
|
7469 |
msgid "Category Plural Label"
|
7470 |
msgstr ""
|
7471 |
|
7472 |
-
#: app/libraries/main.php:
|
7473 |
msgid "Category Singular Label"
|
7474 |
msgstr ""
|
7475 |
|
7476 |
-
#: app/libraries/main.php:
|
7477 |
msgid "Label Plural Label"
|
7478 |
msgstr ""
|
7479 |
|
7480 |
-
#: app/libraries/main.php:
|
7481 |
msgid "Label Singular Label"
|
7482 |
msgstr ""
|
7483 |
|
7484 |
-
#: app/libraries/main.php:
|
7485 |
msgid "label"
|
7486 |
msgstr ""
|
7487 |
|
7488 |
-
#: app/libraries/main.php:
|
7489 |
msgid "Location Plural Label"
|
7490 |
msgstr ""
|
7491 |
|
7492 |
-
#: app/libraries/main.php:
|
7493 |
msgid "Location Singular Label"
|
7494 |
msgstr ""
|
7495 |
|
7496 |
-
#: app/libraries/main.php:
|
7497 |
msgid "Organizer Plural Label"
|
7498 |
msgstr ""
|
7499 |
|
7500 |
-
#: app/libraries/main.php:
|
7501 |
msgid "Organizer Singular Label"
|
7502 |
msgstr ""
|
7503 |
|
7504 |
-
#: app/libraries/main.php:
|
7505 |
msgid "Speaker Plural Label"
|
7506 |
msgstr ""
|
7507 |
|
7508 |
-
#: app/libraries/main.php:
|
7509 |
msgid "Speaker Singular Label"
|
7510 |
msgstr ""
|
7511 |
|
7512 |
-
#: app/libraries/main.php:
|
7513 |
msgid "Sunday abbreviation"
|
7514 |
msgstr ""
|
7515 |
|
7516 |
-
#: app/libraries/main.php:
|
7517 |
msgid "Monday abbreviation"
|
7518 |
msgstr ""
|
7519 |
|
7520 |
-
#: app/libraries/main.php:
|
7521 |
msgid "Tuesday abbreviation"
|
7522 |
msgstr ""
|
7523 |
|
7524 |
-
#: app/libraries/main.php:
|
7525 |
msgid "Wednesday abbreviation"
|
7526 |
msgstr ""
|
7527 |
|
7528 |
-
#: app/libraries/main.php:
|
7529 |
msgid "Thursday abbreviation"
|
7530 |
msgstr ""
|
7531 |
|
7532 |
-
#: app/libraries/main.php:
|
7533 |
msgid "Friday abbreviation"
|
7534 |
msgstr ""
|
7535 |
|
7536 |
-
#: app/libraries/main.php:
|
7537 |
msgid "Saturday abbreviation"
|
7538 |
msgstr ""
|
7539 |
|
7540 |
-
#: app/libraries/main.php:
|
7541 |
msgid "Others"
|
7542 |
msgstr ""
|
7543 |
|
7544 |
-
#: app/libraries/main.php:
|
7545 |
msgid "Booking Success Message"
|
7546 |
msgstr ""
|
7547 |
|
7548 |
-
#: app/libraries/main.php:
|
7549 |
msgid ""
|
7550 |
"Thanks you for booking. Your tickets are booked, booking verification might "
|
7551 |
"be needed, please check your email."
|
7552 |
msgstr ""
|
7553 |
|
7554 |
-
#: app/libraries/main.php:
|
7555 |
#: app/widgets/single.php:131
|
7556 |
msgid "Register Button"
|
7557 |
msgstr ""
|
7558 |
|
7559 |
-
#: app/libraries/main.php:
|
7560 |
#: app/skins/available_spot/tpl.php:209 app/skins/carousel/render.php:109
|
7561 |
#: app/skins/carousel/render.php:148 app/skins/grid/render.php:98
|
7562 |
#: app/skins/grid/render.php:153 app/skins/grid/render.php:203
|
@@ -7574,11 +7619,11 @@ msgstr ""
|
|
7574 |
msgid "REGISTER"
|
7575 |
msgstr ""
|
7576 |
|
7577 |
-
#: app/libraries/main.php:
|
7578 |
msgid "View Detail Button"
|
7579 |
msgstr ""
|
7580 |
|
7581 |
-
#: app/libraries/main.php:
|
7582 |
#: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
|
7583 |
#: app/skins/grid/render.php:98 app/skins/grid/render.php:153
|
7584 |
#: app/skins/grid/render.php:203 app/skins/grid/render.php:223
|
@@ -7590,137 +7635,133 @@ msgstr ""
|
|
7590 |
msgid "View Detail"
|
7591 |
msgstr ""
|
7592 |
|
7593 |
-
#: app/libraries/main.php:
|
7594 |
msgid "Event Detail Button"
|
7595 |
msgstr ""
|
7596 |
|
7597 |
-
#: app/libraries/main.php:
|
7598 |
#: app/skins/countdown/tpl.php:221
|
7599 |
msgid "Event Detail"
|
7600 |
msgstr ""
|
7601 |
|
7602 |
-
#: app/libraries/main.php:
|
7603 |
msgid "More Info Link"
|
7604 |
msgstr ""
|
7605 |
|
7606 |
-
#: app/libraries/main.php:
|
7607 |
msgid "Ticket (Singular)"
|
7608 |
msgstr ""
|
7609 |
|
7610 |
-
#: app/libraries/main.php:
|
7611 |
msgid "Tickets (Plural)"
|
7612 |
msgstr ""
|
7613 |
|
7614 |
-
#: app/libraries/main.php:
|
7615 |
msgid "EventON"
|
7616 |
msgstr ""
|
7617 |
|
7618 |
-
#: app/libraries/main.php:
|
7619 |
msgid "The Events Calendar"
|
7620 |
msgstr ""
|
7621 |
|
7622 |
-
#: app/libraries/main.php:
|
7623 |
msgid "Events Schedule WP Plugin"
|
7624 |
msgstr ""
|
7625 |
|
7626 |
-
#: app/libraries/main.php:
|
7627 |
msgid "Calendarize It"
|
7628 |
msgstr ""
|
7629 |
|
7630 |
-
#: app/libraries/main.php:
|
7631 |
msgid "Event Espresso"
|
7632 |
msgstr ""
|
7633 |
|
7634 |
-
#: app/libraries/main.php:
|
7635 |
msgid "Events Manager (Recurring)"
|
7636 |
msgstr ""
|
7637 |
|
7638 |
-
#: app/libraries/main.php:
|
7639 |
msgid "Events Manager (Single)"
|
7640 |
msgstr ""
|
7641 |
|
7642 |
-
#: app/libraries/main.php:
|
7643 |
msgid "Confirmed"
|
7644 |
msgstr ""
|
7645 |
|
7646 |
-
#: app/libraries/main.php:
|
7647 |
msgid "Rejected"
|
7648 |
msgstr ""
|
7649 |
|
7650 |
-
#: app/libraries/main.php:
|
7651 |
msgid "Pending"
|
7652 |
msgstr ""
|
7653 |
|
7654 |
-
#: app/libraries/main.php:
|
7655 |
msgid "Waiting"
|
7656 |
msgstr ""
|
7657 |
|
7658 |
-
#: app/libraries/main.php:
|
7659 |
msgid "Sun"
|
7660 |
msgstr ""
|
7661 |
|
7662 |
-
#: app/libraries/main.php:
|
7663 |
msgid "Mon"
|
7664 |
msgstr ""
|
7665 |
|
7666 |
-
#: app/libraries/main.php:
|
7667 |
msgid "Tue"
|
7668 |
msgstr ""
|
7669 |
|
7670 |
-
#: app/libraries/main.php:
|
7671 |
msgid "Wed"
|
7672 |
msgstr ""
|
7673 |
|
7674 |
-
#: app/libraries/main.php:
|
7675 |
msgid "Thu"
|
7676 |
msgstr ""
|
7677 |
|
7678 |
-
#: app/libraries/main.php:
|
7679 |
msgid "Fri"
|
7680 |
msgstr ""
|
7681 |
|
7682 |
-
#: app/libraries/main.php:
|
7683 |
msgid "Sat"
|
7684 |
msgstr ""
|
7685 |
|
7686 |
-
#: app/libraries/main.php:
|
7687 |
#: app/libraries/render.php:432
|
7688 |
msgid "Skin controller does not exist."
|
7689 |
msgstr ""
|
7690 |
|
7691 |
-
#: app/libraries/main.php:
|
7692 |
msgid "Sold Out"
|
7693 |
msgstr ""
|
7694 |
|
7695 |
-
#: app/libraries/main.php:
|
7696 |
msgid "Last Few Tickets"
|
7697 |
msgstr ""
|
7698 |
|
7699 |
-
#: app/libraries/main.php:
|
7700 |
-
msgid "Hours"
|
7701 |
-
msgstr ""
|
7702 |
-
|
7703 |
-
#: app/libraries/main.php:6885 app/libraries/main.php:6902
|
7704 |
msgid "Minutes"
|
7705 |
msgstr ""
|
7706 |
|
7707 |
-
#: app/libraries/main.php:
|
7708 |
msgid "AM / PM"
|
7709 |
msgstr ""
|
7710 |
|
7711 |
-
#: app/libraries/main.php:
|
7712 |
msgid "AM"
|
7713 |
msgstr ""
|
7714 |
|
7715 |
-
#: app/libraries/main.php:
|
7716 |
msgid "PM"
|
7717 |
msgstr ""
|
7718 |
|
7719 |
-
#: app/libraries/main.php:
|
7720 |
msgid "Ongoing..."
|
7721 |
msgstr ""
|
7722 |
|
7723 |
-
#: app/libraries/main.php:
|
7724 |
msgid "Expired!"
|
7725 |
msgstr ""
|
7726 |
|
@@ -7769,15 +7810,15 @@ msgstr ""
|
|
7769 |
msgid "+ iCal export"
|
7770 |
msgstr ""
|
7771 |
|
7772 |
-
#: app/libraries/notifications.php:
|
7773 |
msgid "Yes"
|
7774 |
msgstr ""
|
7775 |
|
7776 |
-
#: app/libraries/notifications.php:
|
7777 |
msgid "No"
|
7778 |
msgstr ""
|
7779 |
|
7780 |
-
#: app/libraries/skins.php:
|
7781 |
msgid "Select"
|
7782 |
msgstr ""
|
7783 |
|
@@ -7845,25 +7886,26 @@ msgstr ""
|
|
7845 |
msgid "Fill other attendees information like the first form."
|
7846 |
msgstr ""
|
7847 |
|
7848 |
-
#: app/modules/booking/steps/tickets.php:
|
7849 |
msgid "Book Event"
|
7850 |
msgstr ""
|
7851 |
|
7852 |
-
#: app/modules/booking/steps/tickets.php:
|
7853 |
msgid "1 Ticket selected."
|
7854 |
msgstr ""
|
7855 |
|
7856 |
-
#: app/modules/booking/steps/tickets.php:
|
|
|
7857 |
#, php-format
|
7858 |
msgid "Available %s: <span>%s</span>"
|
7859 |
msgstr ""
|
7860 |
|
7861 |
-
#: app/modules/booking/steps/tickets.php:
|
7862 |
#, php-format
|
7863 |
msgid "The %s ticket sales has stopped!"
|
7864 |
msgstr ""
|
7865 |
|
7866 |
-
#: app/modules/booking/steps/tickets.php:
|
7867 |
#, php-format
|
7868 |
msgid "The %s ticket is sold out. You can try another ticket or another date."
|
7869 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: modern-events-calendar\n"
|
4 |
+
"POT-Creation-Date: 2020-07-09 15:43+0430\n"
|
5 |
+
"PO-Revision-Date: 2020-07-09 16:00+0430\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/thirdparty.php:24
|
21 |
+
#: app/features/mec.php:1123 app/features/mec.php:1153
|
22 |
#: app/features/mec/dashboard.php:63 app/widgets/MEC.php:33
|
23 |
msgid "Modern Events Calendar"
|
24 |
msgstr ""
|
29 |
msgid "Content"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:497
|
33 |
+
#: app/features/mec.php:528 app/features/mec.php:558
|
34 |
msgid "Shortcode"
|
35 |
msgstr ""
|
36 |
|
71 |
msgstr ""
|
72 |
|
73 |
#: app/features/colors.php:50 app/features/fes/form.php:872
|
74 |
+
#: app/features/mec/settings.php:739
|
75 |
msgid "Event Color"
|
76 |
msgstr ""
|
77 |
|
79 |
msgid "Recent Colors"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: app/features/contextual.php:55 app/features/mec.php:473
|
83 |
+
#: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
|
84 |
#: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
|
85 |
#: app/libraries/main.php:596
|
86 |
msgid "Settings"
|
87 |
msgstr ""
|
88 |
|
89 |
#: app/features/contextual.php:62 app/features/events.php:1558
|
90 |
+
#: app/features/events.php:2371 app/features/mec/booking.php:508
|
91 |
#: app/features/mec/support.php:29 app/libraries/main.php:563
|
92 |
msgid "Booking Form"
|
93 |
msgstr ""
|
101 |
"YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></iframe>"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: app/features/contextual.php:70 app/features/mec/booking.php:700
|
105 |
#: app/features/mec/support-page.php:115 app/features/mec/support.php:36
|
106 |
#: app/libraries/main.php:564
|
107 |
msgid "Payment Gateways"
|
178 |
"\"0\" allowfullscreen></iframe>"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: app/features/contextual.php:117 app/features/mec/settings.php:53
|
182 |
#: app/features/mec/support-page.php:97 app/libraries/main.php:532
|
183 |
msgid "General Options"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: app/features/contextual.php:139 app/features/mec/settings.php:465
|
187 |
#: app/libraries/main.php:534
|
188 |
msgid "Slugs/Permalinks"
|
189 |
msgstr ""
|
192 |
msgid "Event Details/Single Event Page"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: app/features/contextual.php:166 app/features/mec/settings.php:497
|
196 |
#: app/libraries/main.php:535
|
197 |
msgid "Currency Options"
|
198 |
msgstr ""
|
201 |
msgid "Google Maps Options"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: app/features/contextual.php:244 app/features/mec/settings.php:554
|
205 |
#: app/libraries/main.php:536
|
206 |
msgid "Google Recaptcha Options"
|
207 |
msgstr ""
|
220 |
msgid "Next Event Module"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: app/features/contextual.php:286 app/features/mec/settings.php:594
|
224 |
#: app/features/mec/support-page.php:98 app/libraries/main.php:537
|
225 |
msgid "Frontend Event Submission"
|
226 |
msgstr ""
|
238 |
msgid "Booking"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: app/features/contextual.php:318 app/features/mec/booking.php:330
|
242 |
#: app/libraries/main.php:560
|
243 |
msgid "Coupons"
|
244 |
msgstr ""
|
248 |
msgid "BuddyPress Integration"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: app/features/contextual.php:334 app/features/mec/settings.php:932
|
252 |
#: app/libraries/main.php:540
|
253 |
msgid "Mailchimp Integration"
|
254 |
msgstr ""
|
257 |
msgid "MEC Activation"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: app/features/dlfile.php:121 app/features/events.php:1563
|
261 |
+
#: app/features/mec/booking.php:268 app/features/mec/settings.php:811
|
262 |
+
msgid "Downloadable File"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: app/features/dlfile.php:125
|
266 |
+
msgid "pdf,zip,png,jpg and gif files are allowed."
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
#: app/features/dlfile.php:127
|
270 |
+
msgid "Remove File"
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: app/features/dlfile.php:145
|
274 |
+
msgid "Please upload a file."
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: app/features/dlfile.php:153
|
278 |
+
#, php-format
|
279 |
+
msgid "File extension is invalid. You can upload %s files."
|
280 |
+
msgstr ""
|
281 |
+
|
282 |
+
#: app/features/dlfile.php:159
|
283 |
+
#, php-format
|
284 |
+
msgid "File is too big. Maximum size is %s KB."
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: app/features/dlfile.php:189
|
288 |
+
msgid "File uploaded!"
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
#: app/features/events.php:167 app/features/ix/export.php:34
|
292 |
+
#: app/features/mec/dashboard.php:259 app/skins/daily_view/tpl.php:79
|
293 |
#: app/skins/monthly_view/tpl.php:70 app/skins/tile/tpl.php:80
|
294 |
#: app/skins/yearly_view/tpl.php:68
|
295 |
msgid "Events"
|
305 |
msgid "Event"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: app/features/events.php:169 app/features/mec.php:459
|
309 |
msgid "Add Event"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: app/features/events.php:170 app/features/mec/dashboard.php:140
|
313 |
msgid "Add New Event"
|
314 |
msgstr ""
|
315 |
|
336 |
msgid "No events found in Trash!"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: app/features/events.php:192 app/features/events.php:3435
|
340 |
#: app/features/mec/meta_boxes/display_options.php:1386
|
341 |
#: app/features/mec/meta_boxes/search_form.php:31
|
342 |
#: app/features/mec/meta_boxes/search_form.php:101
|
349 |
#: app/features/mec/meta_boxes/search_form.php:584
|
350 |
#: app/features/mec/meta_boxes/search_form.php:654
|
351 |
#: app/features/mec/meta_boxes/search_form.php:760
|
352 |
+
#: app/features/mec/settings.php:885 app/features/mec/single.php:323
|
353 |
+
#: app/features/search.php:68 app/libraries/main.php:5851
|
354 |
+
#: app/libraries/main.php:5899 app/libraries/skins.php:928
|
355 |
#: app/skins/single.php:854 app/skins/single/default.php:215
|
356 |
#: app/skins/single/default.php:446 app/skins/single/m1.php:195
|
357 |
#: app/skins/single/m2.php:118 app/skins/single/modern.php:137
|
358 |
msgid "Category"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: app/features/events.php:193 app/features/events.php:3390
|
362 |
+
#: app/features/fes/form.php:822 app/features/mec.php:461
|
363 |
#: app/features/mec/meta_boxes/filter.php:69
|
364 |
+
#: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5850
|
365 |
+
#: app/libraries/main.php:5898
|
366 |
msgid "Categories"
|
367 |
msgstr ""
|
368 |
|
451 |
msgstr ""
|
452 |
|
453 |
#: app/features/events.php:346 app/features/events.php:1303
|
454 |
+
#: app/features/mec/settings.php:769 app/skins/single.php:1247
|
455 |
msgid "Hourly Schedule"
|
456 |
msgstr ""
|
457 |
|
463 |
msgid "Links"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: app/features/events.php:349 app/features/events.php:3437
|
467 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
468 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
469 |
#: app/features/mec/meta_boxes/display_options.php:1389
|
470 |
#: app/features/mec/meta_boxes/search_form.php:46
|
478 |
#: app/features/mec/meta_boxes/search_form.php:599
|
479 |
#: app/features/mec/meta_boxes/search_form.php:669
|
480 |
#: app/features/mec/meta_boxes/search_form.php:775
|
481 |
+
#: app/features/mec/settings.php:897 app/features/mec/single.php:327
|
482 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
483 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
484 |
#: app/features/organizers.php:271 app/features/popup/event.php:163
|
485 |
#: app/features/popup/event.php:172 app/features/search.php:80
|
486 |
+
#: app/libraries/main.php:5857 app/libraries/main.php:5905
|
487 |
+
#: app/libraries/skins.php:980 app/skins/single.php:1102
|
488 |
#: app/skins/single/default.php:240 app/skins/single/default.php:471
|
489 |
#: app/skins/single/m1.php:103 app/skins/single/m2.php:26
|
490 |
#: app/skins/single/modern.php:45
|
492 |
msgstr ""
|
493 |
|
494 |
#: app/features/events.php:350 app/features/events.php:1108
|
495 |
+
#: app/features/fes/form.php:793 app/libraries/main.php:5884
|
496 |
+
#: app/libraries/main.php:5931 app/skins/single.php:880
|
497 |
#: app/skins/single/default.php:141 app/skins/single/default.php:372
|
498 |
#: app/skins/single/m1.php:62 app/skins/single/modern.php:234
|
499 |
msgid "Cost"
|
511 |
msgid "Guest Data"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: app/features/events.php:489 app/features/events.php:2357
|
515 |
+
#: app/features/events.php:3967 app/features/fes.php:233
|
516 |
#: app/features/fes/form.php:752 app/features/labels.php:178
|
517 |
#: app/features/mec/booking.php:53 app/features/organizers.php:279
|
518 |
#: app/features/popup/event.php:182 app/features/profile/profile.php:177
|
519 |
+
#: app/libraries/notifications.php:1178 app/modules/booking/steps/form.php:48
|
520 |
msgid "Name"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: app/features/events.php:490 app/features/events.php:2366
|
524 |
+
#: app/features/events.php:2428 app/features/events.php:2517
|
525 |
+
#: app/features/events.php:3970 app/features/fes.php:233
|
526 |
#: app/features/fes/form.php:748 app/features/login/login.php:5
|
527 |
+
#: app/features/mec/booking.php:65 app/features/mec/booking.php:546
|
528 |
+
#: app/features/mec/booking.php:642 app/features/mec/single.php:183
|
529 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
530 |
#: app/features/profile/profile.php:180 app/features/speakers.php:127
|
531 |
+
#: app/features/speakers.php:196 app/libraries/main.php:1708
|
532 |
+
#: app/libraries/main.php:1777 app/libraries/main.php:3111
|
533 |
+
#: app/libraries/notifications.php:1179 app/modules/booking/steps/form.php:57
|
534 |
#: app/modules/booking/steps/form.php:157 app/skins/single.php:1119
|
535 |
#: app/skins/single.php:1178 app/skins/single/default.php:257
|
536 |
#: app/skins/single/default.php:488 app/skins/single/m1.php:120
|
543 |
msgstr ""
|
544 |
|
545 |
#: app/features/events.php:501 app/features/events.php:505
|
546 |
+
#: app/features/events.php:3438 app/features/events.php:3628
|
547 |
+
#: app/features/events.php:3670 app/features/fes/form.php:269
|
548 |
#: app/features/fes/form.php:273 app/features/ix.php:3509
|
549 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:38
|
550 |
+
#: app/features/mec.php:1306 app/features/mec/meta_boxes/display_options.php:51
|
551 |
#: app/features/mec/meta_boxes/display_options.php:279
|
552 |
#: app/features/mec/meta_boxes/display_options.php:518
|
553 |
#: app/features/mec/meta_boxes/display_options.php:624
|
567 |
msgstr ""
|
568 |
|
569 |
#: app/features/events.php:520 app/features/events.php:524
|
570 |
+
#: app/features/events.php:3439 app/features/events.php:3628
|
571 |
+
#: app/features/events.php:3670 app/features/fes/form.php:288
|
572 |
#: app/features/fes/form.php:292 app/features/ix.php:3509
|
573 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:44
|
574 |
+
#: app/features/mec.php:1307 app/features/popup/event.php:92
|
575 |
msgid "End Date"
|
576 |
msgstr ""
|
577 |
|
601 |
|
602 |
#: app/features/events.php:579 app/features/events.php:718
|
603 |
#: app/features/events.php:1071 app/features/events.php:1220
|
604 |
+
#: app/features/events.php:1528 app/features/events.php:1621
|
605 |
+
#: app/features/events.php:1764 app/features/events.php:1779
|
606 |
+
#: app/features/events.php:1944 app/features/events.php:1957
|
607 |
+
#: app/features/events.php:2108 app/features/events.php:2144
|
608 |
+
#: app/features/events.php:2242 app/features/events.php:2257
|
609 |
+
#: app/features/events.php:2287 app/features/events.php:2300
|
610 |
#: app/features/fes/form.php:396 app/features/fes/form.php:704
|
611 |
#: app/features/locations.php:334 app/features/mec/booking.php:116
|
612 |
+
#: app/features/mec/booking.php:182 app/features/mec/booking.php:195
|
613 |
+
#: app/features/mec/booking.php:213 app/features/mec/booking.php:229
|
614 |
+
#: app/features/mec/booking.php:269 app/features/mec/booking.php:375
|
615 |
+
#: app/features/mec/booking.php:404 app/features/mec/booking.php:452
|
616 |
+
#: app/features/mec/booking.php:462 app/features/mec/booking.php:484
|
617 |
+
#: app/features/mec/booking.php:494 app/features/mec/dashboard.php:71
|
618 |
#: app/features/mec/meta_boxes/display_options.php:82
|
619 |
#: app/features/mec/meta_boxes/display_options.php:95
|
620 |
#: app/features/mec/meta_boxes/display_options.php:108
|
650 |
#: app/features/mec/modules.php:52 app/features/mec/modules.php:85
|
651 |
#: app/features/mec/modules.php:102 app/features/mec/modules.php:137
|
652 |
#: app/features/mec/modules.php:153 app/features/mec/modules.php:323
|
653 |
+
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:191
|
654 |
+
#: app/features/mec/notifications.php:299
|
655 |
+
#: app/features/mec/notifications.php:412
|
656 |
+
#: app/features/mec/notifications.php:527
|
657 |
+
#: app/features/mec/notifications.php:637
|
658 |
+
#: app/features/mec/notifications.php:648
|
659 |
+
#: app/features/mec/notifications.php:762
|
660 |
+
#: app/features/mec/notifications.php:845 app/features/mec/settings.php:67
|
661 |
+
#: app/features/mec/settings.php:86 app/features/mec/settings.php:133
|
662 |
+
#: app/features/mec/settings.php:168 app/features/mec/settings.php:189
|
663 |
+
#: app/features/mec/settings.php:234 app/features/mec/settings.php:269
|
664 |
+
#: app/features/mec/settings.php:346 app/features/mec/settings.php:420
|
665 |
+
#: app/features/mec/settings.php:437 app/features/mec/settings.php:454
|
666 |
+
#: app/features/mec/settings.php:473 app/features/mec/settings.php:487
|
667 |
+
#: app/features/mec/settings.php:515 app/features/mec/settings.php:606
|
668 |
+
#: app/features/mec/settings.php:824 app/features/mec/settings.php:840
|
669 |
+
#: app/features/mec/settings.php:947 app/features/mec/settings.php:960
|
670 |
+
#: app/features/mec/settings.php:976 app/features/mec/single.php:46
|
671 |
#: app/features/mec/single.php:62 app/features/mec/single.php:82
|
672 |
#: app/features/mec/single.php:99 app/features/mec/single.php:115
|
673 |
#: app/features/mec/single.php:130 app/features/mec/single.php:269
|
694 |
msgstr ""
|
695 |
|
696 |
#: app/features/events.php:608 app/features/fes/form.php:329
|
697 |
+
#: app/features/mec.php:1309 app/skins/default_full_calendar/tpl.php:74
|
698 |
#: app/skins/full_calendar/tpl.php:121
|
699 |
msgid "Daily"
|
700 |
msgstr ""
|
718 |
msgstr ""
|
719 |
|
720 |
#: app/features/events.php:643 app/features/fes/form.php:334
|
721 |
+
#: app/features/mec.php:1310 app/skins/default_full_calendar/tpl.php:72
|
722 |
#: app/skins/full_calendar/tpl.php:119
|
723 |
msgid "Monthly"
|
724 |
msgstr ""
|
725 |
|
726 |
#: app/features/events.php:650 app/features/fes/form.php:335
|
727 |
+
#: app/features/mec.php:1311 app/skins/default_full_calendar/tpl.php:71
|
728 |
#: app/skins/full_calendar/tpl.php:118
|
729 |
msgid "Yearly"
|
730 |
msgstr ""
|
755 |
"Calendar."
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: app/features/events.php:698 app/features/events.php:1847
|
759 |
+
#: app/features/events.php:1875 app/features/events.php:2012
|
760 |
#: app/features/fes/form.php:359 app/features/ix/import_f_calendar.php:42
|
761 |
#: app/features/ix/import_g_calendar.php:51
|
762 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
765 |
|
766 |
#: app/features/events.php:711 app/features/events.php:1214
|
767 |
#: app/features/events.php:1334 app/features/events.php:1439
|
768 |
+
#: app/features/events.php:1831 app/features/events.php:2001
|
769 |
+
#: app/features/events.php:2081 app/features/events.php:2214
|
770 |
#: app/features/fes/form.php:389 app/features/fes/form.php:920
|
771 |
msgid "Add"
|
772 |
msgstr ""
|
782 |
"the start and end dates must be commensurate with the initial date."
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: app/features/events.php:728 app/features/events.php:1851
|
786 |
+
#: app/features/events.php:1879 app/features/events.php:2016
|
787 |
#: app/features/fes/form.php:374
|
788 |
msgid "End"
|
789 |
msgstr ""
|
839 |
msgid "Show only one occurrence of this event"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: app/features/events.php:1104 app/features/events.php:3628
|
843 |
+
#: app/features/events.php:3670 app/features/fes/form.php:790
|
844 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
845 |
+
#: app/features/mec/settings.php:715 app/libraries/main.php:5883
|
846 |
+
#: app/libraries/main.php:5930 app/widgets/single.php:103
|
847 |
msgid "Event Cost"
|
848 |
msgstr ""
|
849 |
|
855 |
msgid "Exclude certain days"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: app/features/events.php:1212 app/features/events.php:2429
|
859 |
+
#: app/features/events.php:2518 app/features/fes.php:233
|
860 |
+
#: app/features/mec/booking.php:547 app/features/mec/booking.php:643
|
861 |
#: app/features/mec/single.php:185 app/features/profile/profile.php:58
|
862 |
+
#: app/libraries/main.php:3198 app/modules/booking/steps/tickets.php:58
|
863 |
#: app/modules/next-event/details.php:134 app/skins/single.php:938
|
864 |
#: app/skins/single/default.php:98 app/skins/single/default.php:329
|
865 |
#: app/skins/single/m1.php:22 app/skins/single/modern.php:194
|
894 |
|
895 |
#: app/features/events.php:1319 app/features/events.php:1358
|
896 |
#: app/features/events.php:1393 app/features/events.php:1425
|
897 |
+
#: app/features/events.php:1454 app/features/events.php:2229
|
898 |
+
#: app/features/events.php:2276 app/features/events.php:3434
|
899 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
900 |
#: app/features/fes/form.php:248 app/features/ix.php:3509
|
901 |
+
#: app/features/ix.php:3550 app/features/mec/booking.php:444
|
902 |
+
#: app/features/mec/booking.php:476 app/features/mec/styling.php:130
|
903 |
msgid "Title"
|
904 |
msgstr ""
|
905 |
|
906 |
#: app/features/events.php:1328 app/features/events.php:1365
|
907 |
#: app/features/events.php:1398 app/features/events.php:1433
|
908 |
+
#: app/features/events.php:1459 app/features/events.php:1861
|
909 |
+
#: app/features/events.php:1887 app/features/events.php:2022
|
910 |
+
#: app/features/events.php:2121 app/features/events.php:2157
|
911 |
+
#: app/features/events.php:2264 app/features/events.php:2306
|
912 |
+
#: app/features/mec/booking.php:387 app/features/mec/booking.php:416
|
913 |
+
#: app/features/mec/booking.php:467 app/features/mec/booking.php:499
|
914 |
+
#: app/libraries/main.php:3033 app/libraries/main.php:3062
|
915 |
+
#: app/libraries/main.php:3091 app/libraries/main.php:3120
|
916 |
+
#: app/libraries/main.php:3149 app/libraries/main.php:3178
|
917 |
+
#: app/libraries/main.php:3207 app/libraries/main.php:3236
|
918 |
+
#: app/libraries/main.php:3265 app/libraries/main.php:3286
|
919 |
+
#: app/libraries/main.php:3317 app/libraries/main.php:3363
|
920 |
+
#: app/libraries/main.php:3409 app/libraries/main.php:3458
|
921 |
+
#: app/libraries/main.php:3498
|
922 |
msgid "Remove"
|
923 |
msgstr ""
|
924 |
|
937 |
msgstr ""
|
938 |
|
939 |
#: app/features/events.php:1362 app/features/events.php:1396
|
940 |
+
#: app/features/events.php:1457 app/features/events.php:1752
|
941 |
+
#: app/features/events.php:1933
|
942 |
msgid "Description"
|
943 |
msgstr ""
|
944 |
|
945 |
#: app/features/events.php:1368 app/features/events.php:1401
|
946 |
#: app/features/events.php:1462 app/features/fes/form.php:916
|
947 |
+
#: app/features/mec.php:469 app/features/mec/modules.php:51
|
948 |
+
#: app/features/mec/settings.php:763 app/features/speakers.php:62
|
949 |
+
#: app/libraries/main.php:568 app/libraries/main.php:5858
|
950 |
+
#: app/libraries/main.php:5906 app/modules/speakers/details.php:18
|
951 |
msgid "Speakers"
|
952 |
msgstr ""
|
953 |
|
956 |
msgstr ""
|
957 |
|
958 |
#: app/features/events.php:1493 app/features/fes/form.php:767
|
959 |
+
#: app/features/mec/settings.php:709
|
960 |
msgid "Event Links"
|
961 |
msgstr ""
|
962 |
|
963 |
#: app/features/events.php:1496 app/features/events.php:1502
|
964 |
+
#: app/features/fes/form.php:769 app/libraries/main.php:5881
|
965 |
+
#: app/libraries/main.php:5928
|
966 |
msgid "Event Link"
|
967 |
msgstr ""
|
968 |
|
983 |
msgstr ""
|
984 |
|
985 |
#: app/features/events.php:1512 app/features/events.php:1525
|
986 |
+
#: app/features/fes/form.php:774 app/libraries/main.php:5882
|
987 |
+
#: app/libraries/main.php:5929 app/skins/single.php:964
|
988 |
#: app/skins/single/default.php:155 app/skins/single/default.php:386
|
989 |
#: app/skins/single/m1.php:216 app/skins/single/m2.php:140
|
990 |
#: app/skins/single/modern.php:159 app/widgets/single.php:107
|
1009 |
"Insert full link including http(s)://"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: app/features/events.php:1549 app/features/mec/settings.php:777
|
1013 |
msgid "Booking Options"
|
1014 |
msgstr ""
|
1015 |
|
1017 |
msgid "Total User Booking Limits"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: app/features/events.php:1551 app/features/events.php:1696
|
1021 |
+
#: app/libraries/book.php:60 app/libraries/main.php:5886
|
1022 |
+
#: app/modules/booking/steps/tickets.php:83
|
1023 |
+
#: app/modules/booking/steps/tickets.php:89
|
1024 |
msgid "Tickets"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: app/features/events.php:1553 app/features/events.php:2058
|
1028 |
msgid "Fees"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: app/features/events.php:1556 app/features/events.php:2190
|
1032 |
+
#: app/features/mec/settings.php:789
|
1033 |
msgid "Ticket Variations / Options"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: app/features/events.php:1560 app/features/mec/booking.php:719
|
1037 |
#: app/features/mec/support-page.php:118
|
1038 |
msgid "Organizer Payment"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: app/features/events.php:1603 app/features/events.php:1617
|
1042 |
msgid "Total booking limit"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: app/features/events.php:1614 app/features/events.php:1800
|
1046 |
+
#: app/features/events.php:1971 app/modules/booking/default.php:86
|
1047 |
+
#: app/modules/booking/steps/tickets.php:83
|
1048 |
+
#: app/modules/booking/steps/tickets.php:89
|
1049 |
#: app/skins/available_spot/tpl.php:142
|
1050 |
msgid "Unlimited"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: app/features/events.php:1620
|
1054 |
msgid ""
|
1055 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1056 |
"limitation number."
|
1057 |
msgstr ""
|
1058 |
|
1059 |
+
#: app/features/events.php:1622
|
1060 |
msgid "Read About A Booking System"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
+
#: app/features/events.php:1630
|
1064 |
msgid "100"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
+
#: app/features/events.php:1632 app/features/events.php:1646
|
1068 |
msgid "Book All Occurrences"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
+
#: app/features/events.php:1643
|
1072 |
msgid "Sell all occurrences by one booking"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
+
#: app/features/events.php:1649
|
1076 |
msgid ""
|
1077 |
"If you have a series of events and you want to sell all of them at once, "
|
1078 |
"this option is for you! For example a weekly yoga course or something "
|
1079 |
"similar."
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: app/features/events.php:1659
|
1083 |
msgid "Total user booking limits"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
+
#: app/features/events.php:1670 app/features/events.php:2070
|
1087 |
+
#: app/features/events.php:2202 app/features/events.php:2383
|
1088 |
msgid "Inherit from global options"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
+
#: app/features/events.php:1673
|
1092 |
msgid "12"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: app/features/events.php:1699
|
1096 |
msgid ""
|
1097 |
"You're translating an event so MEC will use the original event for tickets "
|
1098 |
"and booking. You can only translate the ticket name and description. Please "
|
1099 |
"define exact tickets that you defined in the original event here."
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: app/features/events.php:1704
|
1103 |
msgid "Add Ticket"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: app/features/events.php:1718 app/features/events.php:1901
|
1107 |
msgid "Ticket Name"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
+
#: app/features/events.php:1723 app/features/events.php:1905
|
1111 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1112 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1113 |
msgid "Start Time"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
+
#: app/features/events.php:1736 app/features/events.php:1918
|
1117 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1118 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1119 |
msgid "End Time"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: app/features/events.php:1757 app/features/events.php:1761
|
1123 |
+
#: app/features/events.php:1855 app/features/events.php:1882
|
1124 |
+
#: app/features/events.php:1938 app/features/events.php:1941
|
1125 |
+
#: app/features/events.php:2018 app/features/events.php:2235
|
1126 |
+
#: app/features/events.php:2239 app/features/events.php:2281
|
1127 |
+
#: app/features/events.php:2284 app/features/mec/booking.php:448
|
1128 |
+
#: app/features/mec/booking.php:451 app/features/mec/booking.php:480
|
1129 |
+
#: app/features/mec/booking.php:483
|
1130 |
msgid "Price"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
+
#: app/features/events.php:1762 app/features/events.php:1942
|
1134 |
msgid ""
|
1135 |
"Insert 0 for free ticket. Only numbers please — Enter only the price without "
|
1136 |
"any symbols or characters."
|
1137 |
msgstr ""
|
1138 |
|
1139 |
+
#: app/features/events.php:1771 app/features/events.php:1776
|
1140 |
+
#: app/features/events.php:1951 app/features/events.php:1954
|
1141 |
msgid "Price Label"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
+
#: app/features/events.php:1777 app/features/events.php:1955
|
1145 |
msgid "For showing on website. e.g. $15"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
+
#: app/features/events.php:1787 app/features/events.php:1965
|
1149 |
msgid "Available Tickets"
|
1150 |
msgstr ""
|
1151 |
|
1152 |
+
#: app/features/events.php:1804 app/features/events.php:1975
|
1153 |
msgid "Minimum Ticket e.g. 3"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
+
#: app/features/events.php:1807 app/features/events.php:1978
|
1157 |
msgid "MinimumTicket"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
+
#: app/features/events.php:1809 app/features/events.php:1980
|
1161 |
msgid "Set a number for the minimum ticket reservation possible"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
+
#: app/features/events.php:1817 app/features/events.php:1988
|
1165 |
msgid "e.g. 0"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
+
#: app/features/events.php:1819 app/features/events.php:1990
|
1169 |
msgid "Day"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: app/features/events.php:1820 app/features/events.php:1991
|
1173 |
msgid "Hour"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: app/features/events.php:1822 app/features/events.php:1993
|
1177 |
#, php-format
|
1178 |
msgid "Stop selling ticket %s before event start."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: app/features/events.php:1829 app/features/events.php:1999
|
1182 |
msgid "Price per Date"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: app/features/events.php:1859 app/features/events.php:1885
|
1186 |
+
#: app/features/events.php:2020 app/features/labels.php:60
|
1187 |
#: app/features/mec/meta_boxes/display_options.php:1387
|
1188 |
#: app/features/mec/meta_boxes/search_form.php:67
|
1189 |
#: app/features/mec/meta_boxes/search_form.php:137
|
1196 |
#: app/features/mec/meta_boxes/search_form.php:620
|
1197 |
#: app/features/mec/meta_boxes/search_form.php:690
|
1198 |
#: app/features/mec/meta_boxes/search_form.php:796
|
1199 |
+
#: app/features/mec/settings.php:917 app/features/mec/single.php:341
|
1200 |
+
#: app/features/search.php:98 app/libraries/skins.php:1058
|
1201 |
msgid "Label"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: app/features/events.php:2095 app/features/events.php:2133
|
1205 |
+
#: app/features/mec/booking.php:367 app/features/mec/booking.php:396
|
1206 |
msgid "Fee Title"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: app/features/events.php:2101 app/features/events.php:2105
|
1210 |
+
#: app/features/events.php:2138 app/features/events.php:2141
|
1211 |
+
#: app/features/mec/booking.php:371 app/features/mec/booking.php:374
|
1212 |
+
#: app/features/mec/booking.php:400 app/features/mec/booking.php:403
|
1213 |
msgid "Amount"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: app/features/events.php:2106 app/features/events.php:2142
|
1217 |
+
#: app/features/mec/booking.php:375 app/features/mec/booking.php:404
|
1218 |
msgid ""
|
1219 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1220 |
"otherwise considered as percentage"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
+
#: app/features/events.php:2115 app/features/events.php:2151
|
1224 |
+
#: app/features/mec/booking.php:382 app/features/mec/booking.php:411
|
1225 |
msgid "Percent"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: app/features/events.php:2116 app/features/events.php:2152
|
1229 |
+
#: app/features/mec/booking.php:383 app/features/mec/booking.php:412
|
1230 |
msgid "Amount (Per Ticket)"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: app/features/events.php:2117 app/features/events.php:2153
|
1234 |
+
#: app/features/mec/booking.php:384 app/features/mec/booking.php:413
|
1235 |
msgid "Amount (Per Booking)"
|
1236 |
msgstr ""
|
1237 |
|
1238 |
+
#: app/features/events.php:2240 app/features/events.php:2285
|
1239 |
+
#: app/features/mec/booking.php:452 app/features/mec/booking.php:484
|
1240 |
msgid "Option Price"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: app/features/events.php:2250 app/features/events.php:2254
|
1244 |
+
#: app/features/events.php:2294 app/features/events.php:2297
|
1245 |
+
#: app/features/mec/booking.php:458 app/features/mec/booking.php:461
|
1246 |
+
#: app/features/mec/booking.php:490 app/features/mec/booking.php:493
|
1247 |
msgid "Maximum Per Ticket"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
+
#: app/features/events.php:2255 app/features/events.php:2298
|
1251 |
+
#: app/features/mec/booking.php:462 app/features/mec/booking.php:494
|
1252 |
msgid "Maximum Per Ticket. Leave blank for unlimited."
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: app/features/events.php:2395 app/features/mec/booking.php:510
|
1256 |
msgid "Per Attendee Fields"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: app/features/events.php:2425 app/features/mec/booking.php:543
|
1260 |
+
#: app/libraries/main.php:3053
|
1261 |
msgid "MEC Name"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: app/features/events.php:2426 app/features/mec/booking.php:544
|
1265 |
+
#: app/libraries/main.php:3082
|
1266 |
msgid "MEC Email"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: app/features/events.php:2427 app/features/events.php:2516
|
1270 |
+
#: app/features/mec/booking.php:545 app/features/mec/booking.php:641
|
1271 |
+
#: app/features/mec/single.php:182 app/libraries/main.php:3024
|
1272 |
msgid "Text"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: app/features/events.php:2430 app/features/events.php:2519
|
1276 |
+
#: app/features/mec/booking.php:548 app/features/mec/booking.php:644
|
1277 |
#: app/features/mec/single.php:186 app/features/organizers.php:103
|
1278 |
#: app/features/organizers.php:148 app/features/speakers.php:119
|
1279 |
#: app/features/speakers.php:192 app/features/speakers.php:271
|
1280 |
+
#: app/libraries/main.php:3227
|
1281 |
msgid "Tel"
|
1282 |
msgstr ""
|
1283 |
|
1284 |
+
#: app/features/events.php:2431 app/features/mec/booking.php:549
|
1285 |
+
#: app/libraries/main.php:3169
|
1286 |
msgid "File"
|
1287 |
msgstr ""
|
1288 |
|
1289 |
+
#: app/features/events.php:2432 app/features/events.php:2520
|
1290 |
+
#: app/features/mec/booking.php:550 app/features/mec/booking.php:645
|
1291 |
+
#: app/features/mec/single.php:187 app/libraries/main.php:3256
|
1292 |
msgid "Textarea"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
+
#: app/features/events.php:2433 app/features/events.php:2521
|
1296 |
+
#: app/features/mec/booking.php:551 app/features/mec/booking.php:646
|
1297 |
+
#: app/features/mec/single.php:189 app/libraries/main.php:3308
|
1298 |
msgid "Checkboxes"
|
1299 |
msgstr ""
|
1300 |
|
1301 |
+
#: app/features/events.php:2434 app/features/events.php:2522
|
1302 |
+
#: app/features/mec/booking.php:552 app/features/mec/booking.php:647
|
1303 |
+
#: app/features/mec/single.php:190 app/libraries/main.php:3354
|
1304 |
msgid "Radio Buttons"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
+
#: app/features/events.php:2435 app/features/events.php:2523
|
1308 |
+
#: app/features/mec/booking.php:553 app/features/mec/booking.php:648
|
1309 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1310 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1311 |
#: app/features/mec/meta_boxes/search_form.php:49
|
1382 |
#: app/features/mec/meta_boxes/search_form.php:792
|
1383 |
#: app/features/mec/meta_boxes/search_form.php:799
|
1384 |
#: app/features/mec/meta_boxes/search_form.php:813
|
1385 |
+
#: app/features/mec/single.php:191 app/libraries/main.php:3400
|
1386 |
msgid "Dropdown"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
+
#: app/features/events.php:2436 app/features/events.php:2524
|
1390 |
+
#: app/features/mec/booking.php:554 app/features/mec/booking.php:649
|
1391 |
+
#: app/libraries/main.php:3449
|
1392 |
msgid "Agreement"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: app/features/events.php:2437 app/features/events.php:2525
|
1396 |
+
#: app/features/mec/booking.php:555 app/features/mec/booking.php:650
|
1397 |
+
#: app/features/mec/single.php:188 app/libraries/main.php:3285
|
1398 |
msgid "Paragraph"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
+
#: app/features/events.php:2486 app/features/mec/booking.php:608
|
1402 |
msgid "Fixed Fields"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
+
#: app/features/events.php:3336 app/features/events.php:3354
|
1406 |
+
#: app/features/events.php:3372 app/features/events.php:3390
|
1407 |
#, php-format
|
1408 |
msgid "Show all %s"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
+
#: app/features/events.php:3336
|
1412 |
msgid "labels"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: app/features/events.php:3354
|
1416 |
msgid "locations"
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: app/features/events.php:3372
|
1420 |
msgid "organizers"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
+
#: app/features/events.php:3406
|
1424 |
msgid "Attendees List"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: app/features/events.php:3436 app/features/events.php:3628
|
1428 |
+
#: app/features/events.php:3670 app/features/ix.php:3509
|
1429 |
#: app/features/ix.php:3550 app/features/locations.php:58
|
1430 |
#: app/features/locations.php:261 app/features/locations.php:322
|
1431 |
#: app/features/locations.php:324 app/features/locations.php:333
|
1441 |
#: app/features/mec/meta_boxes/search_form.php:591
|
1442 |
#: app/features/mec/meta_boxes/search_form.php:661
|
1443 |
#: app/features/mec/meta_boxes/search_form.php:767
|
1444 |
+
#: app/features/mec/settings.php:891 app/features/mec/single.php:331
|
1445 |
#: app/features/popup/event.php:116 app/features/popup/event.php:125
|
1446 |
+
#: app/features/search.php:74 app/libraries/main.php:2413
|
1447 |
+
#: app/libraries/main.php:5855 app/libraries/main.php:5903
|
1448 |
+
#: app/libraries/skins.php:954 app/skins/single.php:781
|
1449 |
#: app/skins/single.php:1224 app/skins/single/default.php:191
|
1450 |
#: app/skins/single/default.php:422 app/skins/single/m1.php:172
|
1451 |
#: app/skins/single/m2.php:95 app/skins/single/modern.php:113
|
1452 |
msgid "Location"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
+
#: app/features/events.php:3441
|
1456 |
msgid "Repeat"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: app/features/events.php:3442
|
1460 |
msgid "Author"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
+
#: app/features/events.php:3563 app/features/events.php:3564
|
1464 |
msgid "iCal Export"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: app/features/events.php:3566 app/features/events.php:3567
|
1468 |
msgid "CSV Export"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
+
#: app/features/events.php:3569 app/features/events.php:3570
|
1472 |
msgid "MS Excel Export"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
+
#: app/features/events.php:3572 app/features/events.php:3573
|
1476 |
msgid "XML Export"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: app/features/events.php:3575 app/features/events.php:3576
|
1480 |
msgid "JSON Export"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: app/features/events.php:3578 app/features/events.php:3579
|
1484 |
+
#: app/features/events.php:3761
|
1485 |
msgid "Duplicate"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1489 |
#: app/features/fes.php:233 app/features/ix.php:3509 app/features/ix.php:3550
|
1490 |
#: app/features/labels.php:177 app/features/locations.php:260
|
1491 |
#: app/features/organizers.php:203 app/features/speakers.php:268
|
1492 |
msgid "ID"
|
1493 |
msgstr ""
|
1494 |
|
1495 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1496 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1497 |
msgid "Link"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1501 |
#, php-format
|
1502 |
msgid "%s Tel"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1506 |
#, php-format
|
1507 |
msgid "%s Email"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
+
#: app/features/events.php:3973 app/features/fes.php:233
|
1511 |
+
#: app/features/profile/profile.php:183 app/libraries/main.php:2496
|
1512 |
+
#: app/libraries/main.php:5885
|
1513 |
msgid "Ticket"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
+
#: app/features/events.php:3976 app/features/profile/profile.php:186
|
1517 |
msgid "Variations"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
+
#: app/features/events.php:3991 app/features/fes.php:304
|
1521 |
msgid "Unknown"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: app/features/events.php:4017
|
1525 |
msgid ""
|
1526 |
"If you want to send an email, first select your attendees and then click in "
|
1527 |
"the button below, please."
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: app/features/events.php:4017 app/features/mec/report.php:50
|
1531 |
msgid "Send Email"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: app/features/events.php:4021
|
1535 |
msgid "No Attendees Found!"
|
1536 |
msgstr ""
|
1537 |
|
1570 |
msgid "Order Time"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
+
#: app/features/fes.php:233 app/libraries/main.php:2444
|
1574 |
+
#: app/libraries/main.php:2559
|
1575 |
msgid "Transaction ID"
|
1576 |
msgstr ""
|
1577 |
|
1617 |
msgid "Please fill event title field!"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
+
#: app/features/fes.php:1253
|
1621 |
msgid "Event submitted. It will publish as soon as possible."
|
1622 |
msgstr ""
|
1623 |
|
1624 |
+
#: app/features/fes.php:1254
|
1625 |
msgid "The event published."
|
1626 |
msgstr ""
|
1627 |
|
1629 |
msgid "Go back to events list"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
+
#: app/features/fes/form.php:256 app/features/mec/settings.php:803
|
1633 |
msgid "Excerpt"
|
1634 |
msgstr ""
|
1635 |
|
1708 |
"link including http(s)://"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
+
#: app/features/fes/form.php:807 app/features/mec/settings.php:721
|
1712 |
msgid "Featured Image"
|
1713 |
msgstr ""
|
1714 |
|
1717 |
msgstr ""
|
1718 |
|
1719 |
#: app/features/fes/form.php:848 app/features/labels.php:61
|
1720 |
+
#: app/features/labels.php:221 app/features/mec.php:462
|
1721 |
#: app/features/mec/meta_boxes/filter.php:72
|
1722 |
+
#: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:5852
|
1723 |
+
#: app/libraries/main.php:5900 app/skins/single.php:994
|
1724 |
#: app/skins/single/default.php:170 app/skins/single/default.php:401
|
1725 |
#: app/skins/single/m1.php:77 app/skins/single/modern.php:249
|
1726 |
msgid "Labels"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: app/features/fes/form.php:894 app/features/mec.php:460
|
1730 |
#: app/features/mec/meta_boxes/filter.php:73
|
1731 |
#: app/features/mec/meta_boxes/filter.php:151
|
1732 |
msgid "Tags"
|
2033 |
#: app/features/ix/export_g_calendar.php:72
|
2034 |
#: app/features/ix/export_g_calendar.php:151
|
2035 |
#: app/features/ix/export_g_calendar.php:166
|
2036 |
+
#: app/features/mec/notifications.php:137
|
2037 |
+
#: app/features/mec/notifications.php:237
|
2038 |
+
#: app/features/mec/notifications.php:350
|
2039 |
+
#: app/features/mec/notifications.php:693
|
2040 |
msgid "Add to Google Calendar"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
+
#: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:812
|
2044 |
+
#: app/features/mec/modules.php:403 app/features/mec/notifications.php:967
|
2045 |
+
#: app/features/mec/settings.php:1162 app/features/mec/single.php:388
|
2046 |
msgid "Checking ..."
|
2047 |
msgstr ""
|
2048 |
|
2085 |
msgstr ""
|
2086 |
|
2087 |
#: app/features/ix/import.php:46 app/features/mec/booking.php:99
|
2088 |
+
#: app/features/mec/booking.php:333 app/features/mec/booking.php:351
|
2089 |
+
#: app/features/mec/booking.php:428
|
2090 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2091 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2092 |
#: app/features/mec/modules.php:69 app/features/mec/modules.php:211
|
2096 |
msgstr ""
|
2097 |
|
2098 |
#: app/features/ix/import.php:46 app/features/ix/sync.php:22
|
2099 |
+
#: app/features/mec/booking.php:99 app/features/mec/booking.php:333
|
2100 |
+
#: app/features/mec/booking.php:351 app/features/mec/booking.php:428
|
2101 |
#: app/features/mec/meta_boxes/display_options.php:214
|
2102 |
#: app/features/mec/meta_boxes/display_options.php:466
|
2103 |
#: app/features/mec/meta_boxes/display_options.php:506
|
2124 |
msgid "Import all of your Facebook events into MEC."
|
2125 |
msgstr ""
|
2126 |
|
2127 |
+
#: app/features/ix/import_f_calendar.php:27 app/features/mec/dashboard.php:142
|
2128 |
#: app/features/mec/support-page.php:11 app/features/mec/support.php:100
|
2129 |
msgid "Documentation"
|
2130 |
msgstr ""
|
2278 |
|
2279 |
#: app/features/ix/sync.php:32 app/features/ix/sync.php:41
|
2280 |
#: app/features/ix/sync.php:52 app/features/ix/sync.php:63
|
2281 |
+
#: app/features/mec/notifications.php:590
|
2282 |
msgid "Important Note"
|
2283 |
msgstr ""
|
2284 |
|
2448 |
msgstr ""
|
2449 |
|
2450 |
#: app/features/labels.php:118 app/features/labels.php:143
|
2451 |
+
#: app/libraries/main.php:6169 app/skins/agenda/render.php:43
|
2452 |
#: app/skins/available_spot/tpl.php:58 app/skins/carousel/render.php:38
|
2453 |
#: app/skins/countdown/tpl.php:39 app/skins/cover/tpl.php:37
|
2454 |
#: app/skins/daily_view/render.php:29 app/skins/grid/render.php:64
|
2468 |
|
2469 |
#: app/features/labels.php:180 app/features/locations.php:263
|
2470 |
#: app/features/organizers.php:206 app/features/speakers.php:272
|
2471 |
+
#: app/modules/booking/steps/tickets.php:87
|
2472 |
msgid "Count"
|
2473 |
msgstr ""
|
2474 |
|
2482 |
msgid "Event %s"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
+
#: app/features/locations.php:59 app/features/mec.php:463
|
2486 |
+
#: app/features/mec/dashboard.php:273 app/features/mec/meta_boxes/filter.php:70
|
2487 |
+
#: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:5854
|
2488 |
+
#: app/libraries/main.php:5902
|
2489 |
msgid "Locations"
|
2490 |
msgstr ""
|
2491 |
|
2576 |
msgid "eg. City Hall"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: app/features/locations.php:345 app/features/mec/settings.php:751
|
2580 |
#: app/features/popup/event.php:143 app/widgets/single.php:115
|
2581 |
msgid "Event Location"
|
2582 |
msgstr ""
|
2611 |
msgid "Don't show map in single event page"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
+
#: app/features/locations.php:396 app/libraries/main.php:5888
|
2615 |
+
#: app/libraries/main.php:5933
|
2616 |
msgid "Other Locations"
|
2617 |
msgstr ""
|
2618 |
|
2641 |
msgid "Forgot Password?"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
+
#: app/features/mec.php:187
|
2645 |
msgid ""
|
2646 |
"Activation failed. Please check your purchase code or license type."
|
2647 |
"<br><b>Note: Your purchase code should match your licesne type.</b>"
|
2648 |
msgstr ""
|
2649 |
|
2650 |
+
#: app/features/mec.php:187 app/features/mec/support-page.php:136
|
2651 |
msgid "Troubleshooting"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
+
#: app/features/mec.php:287
|
2655 |
msgid "Select Date"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
+
#: app/features/mec.php:291 app/skins/masonry.php:255
|
2659 |
msgid "All"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
+
#: app/features/mec.php:337
|
2663 |
msgid ""
|
2664 |
"Your option is not in JSON format. Please insert correct options in this "
|
2665 |
"field and try again."
|
2666 |
msgstr ""
|
2667 |
|
2668 |
+
#: app/features/mec.php:344
|
2669 |
msgid "Your options field can not be empty!"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
+
#: app/features/mec.php:350
|
2673 |
msgid "Your options imported successfuly."
|
2674 |
msgstr ""
|
2675 |
|
2676 |
+
#: app/features/mec.php:443
|
2677 |
msgid "MEC - Support"
|
2678 |
msgstr ""
|
2679 |
|
2680 |
+
#: app/features/mec.php:443 app/features/mec/support-page.php:9
|
2681 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
2682 |
msgid "Support"
|
2683 |
msgstr ""
|
2684 |
|
2685 |
+
#: app/features/mec.php:464 app/features/mec/dashboard.php:280
|
2686 |
#: app/features/mec/meta_boxes/filter.php:71
|
2687 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
2688 |
+
#: app/libraries/main.php:5856 app/libraries/main.php:5904
|
2689 |
msgid "Organizers"
|
2690 |
msgstr ""
|
2691 |
|
2692 |
+
#: app/features/mec.php:472 app/features/mec.php:496
|
2693 |
+
#: app/features/mec/dashboard.php:266
|
2694 |
msgid "Shortcodes"
|
2695 |
msgstr ""
|
2696 |
|
2697 |
+
#: app/features/mec.php:473
|
2698 |
msgid "MEC - Settings"
|
2699 |
msgstr ""
|
2700 |
|
2701 |
+
#: app/features/mec.php:474
|
2702 |
msgid "MEC - Addons"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
+
#: app/features/mec.php:474 app/features/mec/addons.php:22
|
2706 |
msgid "Addons"
|
2707 |
msgstr ""
|
2708 |
|
2709 |
+
#: app/features/mec.php:477
|
2710 |
msgid "MEC - Report"
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/features/mec.php:477
|
2714 |
msgid "Report"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: app/features/mec.php:479
|
2718 |
msgid "MEC - Go Pro"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/features/mec.php:479 app/features/mec.php:1239
|
2722 |
#: app/features/mec/go-pro.php:9
|
2723 |
msgid "Go Pro"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: app/features/mec.php:498
|
2727 |
msgid "Add Shortcode"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: app/features/mec.php:499
|
2731 |
msgid "Add New Shortcode"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: app/features/mec.php:500
|
2735 |
msgid "No shortcodes found!"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: app/features/mec.php:501
|
2739 |
msgid "All Shortcodes"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: app/features/mec.php:502
|
2743 |
msgid "Edit shortcodes"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: app/features/mec.php:503
|
2747 |
msgid "No shortcodes found in Trash!"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
+
#: app/features/mec.php:556
|
2751 |
msgid "Display Options"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
+
#: app/features/mec.php:557
|
2755 |
msgid "Filter Options"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
+
#: app/features/mec.php:559
|
2759 |
msgid "Search Form"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
+
#: app/features/mec.php:957
|
2763 |
msgid "Display content's images as Popup"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
+
#: app/features/mec.php:971 app/features/popup/shortcode.php:473
|
2767 |
msgid "Single Event Display Method"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
+
#: app/features/mec.php:976 app/features/popup/shortcode.php:477
|
2771 |
msgid "Separate Window"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
+
#: app/features/mec.php:977 app/features/popup/shortcode.php:481
|
2775 |
msgid "Modal Popup"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
+
#: app/features/mec.php:1134 app/features/mec.php:1252
|
2779 |
msgid "Total Bookings"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: app/features/mec.php:1153 app/features/mec/dashboard.php:63
|
2783 |
msgid "Modern Events Calendar (Lite)"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
+
#: app/features/mec.php:1162 app/features/mec/dashboard.php:291
|
2787 |
+
#: app/features/mec/settings.php:431
|
2788 |
msgid "Upcoming Events"
|
2789 |
msgstr ""
|
2790 |
|
2791 |
+
#: app/features/mec.php:1225
|
2792 |
msgid "News & Updates"
|
2793 |
msgstr ""
|
2794 |
|
2795 |
+
#: app/features/mec.php:1238
|
2796 |
msgid "Blog"
|
2797 |
msgstr ""
|
2798 |
|
2799 |
+
#: app/features/mec.php:1238
|
2800 |
msgid "Help"
|
2801 |
msgstr ""
|
2802 |
|
2803 |
+
#: app/features/mec.php:1284
|
2804 |
msgid "This Month"
|
2805 |
msgstr ""
|
2806 |
|
2807 |
+
#: app/features/mec.php:1290
|
2808 |
msgid "Last Month"
|
2809 |
msgstr ""
|
2810 |
|
2811 |
+
#: app/features/mec.php:1296
|
2812 |
msgid "This Year"
|
2813 |
msgstr ""
|
2814 |
|
2815 |
+
#: app/features/mec.php:1302
|
2816 |
msgid "Last Year"
|
2817 |
msgstr ""
|
2818 |
|
2819 |
+
#: app/features/mec.php:1314
|
2820 |
msgid "Bar"
|
2821 |
msgstr ""
|
2822 |
|
2823 |
+
#: app/features/mec.php:1315
|
2824 |
msgid "Line"
|
2825 |
msgstr ""
|
2826 |
|
2827 |
+
#: app/features/mec.php:1317
|
2828 |
msgid "Filter"
|
2829 |
msgstr ""
|
2830 |
|
2831 |
+
#: app/features/mec.php:1333
|
2832 |
#, php-format
|
2833 |
msgid "Total Sells (%s)"
|
2834 |
msgstr ""
|
2835 |
|
2836 |
+
#: app/features/mec.php:1361
|
2837 |
msgid "Print Calendar"
|
2838 |
msgstr ""
|
2839 |
|
2840 |
+
#: app/features/mec.php:1376
|
2841 |
msgid "Display Events"
|
2842 |
msgstr ""
|
2843 |
|
2860 |
|
2861 |
#: app/features/mec/booking.php:78 app/features/mec/messages.php:13
|
2862 |
#: app/features/mec/modules.php:23 app/features/mec/notifications.php:11
|
2863 |
+
#: app/features/mec/settings.php:34 app/features/mec/single.php:19
|
2864 |
#: app/features/mec/styling.php:35
|
2865 |
msgid "Search..."
|
2866 |
msgstr ""
|
2867 |
|
2868 |
+
#: app/features/mec/booking.php:80 app/features/mec/booking.php:656
|
2869 |
+
#: app/features/mec/booking.php:728 app/features/mec/booking.php:737
|
2870 |
+
#: app/features/mec/booking.php:747 app/features/mec/booking.php:829
|
2871 |
+
#: app/features/mec/booking.php:843 app/features/mec/messages.php:15
|
2872 |
#: app/features/mec/messages.php:51 app/features/mec/messages.php:60
|
2873 |
#: app/features/mec/messages.php:94 app/features/mec/messages.php:103
|
2874 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:368
|
2875 |
#: app/features/mec/modules.php:378 app/features/mec/modules.php:420
|
2876 |
#: app/features/mec/modules.php:434 app/features/mec/notifications.php:13
|
2877 |
+
#: app/features/mec/notifications.php:874
|
2878 |
+
#: app/features/mec/notifications.php:886
|
2879 |
+
#: app/features/mec/notifications.php:984
|
2880 |
+
#: app/features/mec/notifications.php:998 app/features/mec/settings.php:36
|
2881 |
+
#: app/features/mec/settings.php:1111 app/features/mec/settings.php:1121
|
2882 |
+
#: app/features/mec/settings.php:1179 app/features/mec/settings.php:1193
|
2883 |
#: app/features/mec/single.php:21 app/features/mec/single.php:353
|
2884 |
#: app/features/mec/single.php:363 app/features/mec/single.php:405
|
2885 |
#: app/features/mec/single.php:419 app/features/mec/styles.php:11
|
2936 |
"tickets. Leave it empty for unlimited booking."
|
2937 |
msgstr ""
|
2938 |
|
2939 |
+
#: app/features/mec/booking.php:136 app/features/mec/booking.php:144
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2940 |
msgid "IP restriction"
|
2941 |
msgstr ""
|
2942 |
|
2943 |
+
#: app/features/mec/booking.php:139 app/features/mec/settings.php:99
|
2944 |
msgid "Enabled"
|
2945 |
msgstr ""
|
2946 |
|
2947 |
+
#: app/features/mec/booking.php:140
|
2948 |
#: app/features/mec/meta_boxes/search_form.php:33
|
2949 |
#: app/features/mec/meta_boxes/search_form.php:40
|
2950 |
#: app/features/mec/meta_boxes/search_form.php:48
|
3043 |
#: app/features/mec/meta_boxes/search_form.php:805
|
3044 |
#: app/features/mec/meta_boxes/search_form.php:812
|
3045 |
#: app/features/mec/meta_boxes/search_form.php:819
|
3046 |
+
#: app/features/mec/modules.php:124 app/features/mec/settings.php:98
|
3047 |
+
#: app/features/mec/settings.php:449
|
3048 |
msgid "Disabled"
|
3049 |
msgstr ""
|
3050 |
|
3051 |
+
#: app/features/mec/booking.php:145
|
3052 |
msgid ""
|
3053 |
"If you set limit for total tickets that users can book, MEC will use IP and "
|
3054 |
"email to prevent users to book high tickets. You can disable the IP "
|
3055 |
"restriction if you don't need it."
|
3056 |
msgstr ""
|
3057 |
|
3058 |
+
#: app/features/mec/booking.php:152
|
3059 |
msgid "Maximum Dates"
|
3060 |
msgstr ""
|
3061 |
|
3062 |
+
#: app/features/mec/booking.php:154
|
3063 |
msgid "Default is 6"
|
3064 |
msgstr ""
|
3065 |
|
3066 |
+
#: app/features/mec/booking.php:158 app/features/mec/booking.php:163
|
3067 |
msgid "Show Booking Form Interval"
|
3068 |
msgstr ""
|
3069 |
|
3070 |
+
#: app/features/mec/booking.php:160
|
3071 |
msgid "Minutes (e.g 5)"
|
3072 |
msgstr ""
|
3073 |
|
3074 |
+
#: app/features/mec/booking.php:164
|
3075 |
msgid ""
|
3076 |
"You can show booking form only at certain times before event start. If you "
|
3077 |
"set this option to 30 then booking form will open only 30 minutes before "
|
3078 |
"starting the event!"
|
3079 |
msgstr ""
|
3080 |
|
3081 |
+
#: app/features/mec/booking.php:171 app/features/mec/booking.php:181
|
3082 |
+
#: app/features/mec/settings.php:639 app/features/mec/settings.php:649
|
3083 |
msgid "Thank You Page"
|
3084 |
msgstr ""
|
3085 |
|
3086 |
+
#: app/features/mec/booking.php:182
|
3087 |
msgid ""
|
3088 |
"User redirects to this page after booking. Leave it empty if you want to "
|
3089 |
"disable it."
|
3090 |
msgstr ""
|
3091 |
|
3092 |
+
#: app/features/mec/booking.php:189 app/features/mec/booking.php:194
|
3093 |
+
#: app/features/mec/settings.php:659 app/features/mec/settings.php:664
|
3094 |
msgid "Thank You Page Time Interval"
|
3095 |
msgstr ""
|
3096 |
|
3097 |
+
#: app/features/mec/booking.php:191 app/features/mec/settings.php:661
|
3098 |
msgid "2000 mean 2 seconds"
|
3099 |
msgstr ""
|
3100 |
|
3101 |
+
#: app/features/mec/booking.php:195 app/features/mec/settings.php:665
|
3102 |
msgid ""
|
3103 |
"Waiting time before redirecting to thank you page. It's in miliseconds so "
|
3104 |
"2000 means 2 seconds."
|
3105 |
msgstr ""
|
3106 |
|
3107 |
+
#: app/features/mec/booking.php:202 app/features/mec/booking.php:212
|
3108 |
msgid "User Role"
|
3109 |
msgstr ""
|
3110 |
|
3111 |
+
#: app/features/mec/booking.php:213
|
3112 |
msgid ""
|
3113 |
"MEC creates a user for main attendee after each booking. Default role of the "
|
3114 |
"user is subscriber but you can change it if needed."
|
3115 |
msgstr ""
|
3116 |
|
3117 |
+
#: app/features/mec/booking.php:224
|
3118 |
msgid "Enable Express Attendees Form"
|
3119 |
msgstr ""
|
3120 |
|
3121 |
+
#: app/features/mec/booking.php:228
|
3122 |
msgid "Attendees Form"
|
3123 |
msgstr ""
|
3124 |
|
3125 |
+
#: app/features/mec/booking.php:229
|
3126 |
msgid ""
|
3127 |
"Apply the info from the first attendee to all purchased ticket by that user. "
|
3128 |
"Uncheck if you want every ticket to have its own attendee’s info."
|
3129 |
msgstr ""
|
3130 |
|
3131 |
+
#: app/features/mec/booking.php:242
|
3132 |
msgid "Enable Invoice"
|
3133 |
msgstr ""
|
3134 |
|
3135 |
+
#: app/features/mec/booking.php:253
|
3136 |
msgid "Enable Booking for Ongoing Events"
|
3137 |
msgstr ""
|
3138 |
|
3139 |
+
#: app/features/mec/booking.php:264
|
3140 |
+
msgid "Enable Downloadable File"
|
3141 |
+
msgstr ""
|
3142 |
+
|
3143 |
+
#: app/features/mec/booking.php:269
|
3144 |
+
msgid ""
|
3145 |
+
"By enabling this feature, You can upload a file for each event and bookers "
|
3146 |
+
"are able to download it after booking."
|
3147 |
+
msgstr ""
|
3148 |
+
|
3149 |
+
#: app/features/mec/booking.php:276
|
3150 |
msgid "Email verification"
|
3151 |
msgstr ""
|
3152 |
|
3153 |
+
#: app/features/mec/booking.php:282
|
3154 |
msgid "Auto verification for free bookings"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
+
#: app/features/mec/booking.php:291
|
3158 |
msgid "Auto verification for paid bookings"
|
3159 |
msgstr ""
|
3160 |
|
3161 |
+
#: app/features/mec/booking.php:295 app/features/mec/notifications.php:244
|
3162 |
#: app/libraries/main.php:582
|
3163 |
msgid "Booking Confirmation"
|
3164 |
msgstr ""
|
3165 |
|
3166 |
+
#: app/features/mec/booking.php:301
|
3167 |
msgid "Auto confirmation for free bookings"
|
3168 |
msgstr ""
|
3169 |
|
3170 |
+
#: app/features/mec/booking.php:310
|
3171 |
msgid "Auto confirmation for paid bookings"
|
3172 |
msgstr ""
|
3173 |
|
3174 |
+
#: app/features/mec/booking.php:319
|
3175 |
msgid "Send confirmation email in auto confirmation mode"
|
3176 |
msgstr ""
|
3177 |
|
3178 |
+
#: app/features/mec/booking.php:338
|
3179 |
msgid "Enable coupons module"
|
3180 |
msgstr ""
|
3181 |
|
3182 |
+
#: app/features/mec/booking.php:340
|
3183 |
msgid ""
|
3184 |
"After enabling and saving the settings, you should reload the page to see a "
|
3185 |
"new menu on the Dashboard > Booking"
|
3186 |
msgstr ""
|
3187 |
|
3188 |
+
#: app/features/mec/booking.php:348 app/libraries/main.php:561
|
3189 |
msgid "Taxes / Fees"
|
3190 |
msgstr ""
|
3191 |
|
3192 |
+
#: app/features/mec/booking.php:356
|
3193 |
msgid "Enable taxes / fees module"
|
3194 |
msgstr ""
|
3195 |
|
3196 |
+
#: app/features/mec/booking.php:361
|
3197 |
msgid "Add Fee"
|
3198 |
msgstr ""
|
3199 |
|
3200 |
+
#: app/features/mec/booking.php:425 app/libraries/main.php:562
|
3201 |
msgid "Ticket Variations & Options"
|
3202 |
msgstr ""
|
3203 |
|
3204 |
+
#: app/features/mec/booking.php:433
|
3205 |
msgid "Enable ticket options module"
|
3206 |
msgstr ""
|
3207 |
|
3208 |
+
#: app/features/mec/booking.php:438
|
3209 |
msgid "Add Variation / Option"
|
3210 |
msgstr ""
|
3211 |
|
3212 |
+
#: app/features/mec/booking.php:715
|
3213 |
msgid "Enable Organizer Payment Module"
|
3214 |
msgstr ""
|
3215 |
|
3216 |
+
#: app/features/mec/booking.php:720
|
3217 |
msgid ""
|
3218 |
"By enabling this module, organizers are able to insert their own payment "
|
3219 |
"credentials for enabled gateways per event and receive the payments directly!"
|
3220 |
msgstr ""
|
3221 |
|
3222 |
+
#: app/features/mec/booking.php:807 app/features/mec/messages.php:78
|
3223 |
+
#: app/features/mec/modules.php:398 app/features/mec/notifications.php:962
|
3224 |
+
#: app/features/mec/settings.php:1157 app/features/mec/single.php:383
|
3225 |
#: app/features/mec/styles.php:60 app/features/mec/styling.php:311
|
3226 |
msgid "Saved"
|
3227 |
msgstr ""
|
3228 |
|
3229 |
+
#: app/features/mec/booking.php:808 app/features/mec/messages.php:79
|
3230 |
+
#: app/features/mec/modules.php:399 app/features/mec/notifications.php:963
|
3231 |
+
#: app/features/mec/settings.php:1158 app/features/mec/single.php:384
|
3232 |
#: app/features/mec/styles.php:61 app/features/mec/styling.php:312
|
3233 |
msgid "Settings Saved!"
|
3234 |
msgstr ""
|
3235 |
|
3236 |
+
#: app/features/mec/booking.php:810 app/features/mec/booking.php:832
|
3237 |
#: app/features/mec/modules.php:401 app/features/mec/modules.php:423
|
3238 |
+
#: app/features/mec/notifications.php:965
|
3239 |
+
#: app/features/mec/notifications.php:987 app/features/mec/settings.php:1160
|
3240 |
+
#: app/features/mec/settings.php:1182 app/features/mec/single.php:386
|
3241 |
+
#: app/features/mec/single.php:408 app/libraries/main.php:6168
|
3242 |
msgid "Verified"
|
3243 |
msgstr ""
|
3244 |
|
3245 |
+
#: app/features/mec/booking.php:834 app/features/mec/modules.php:425
|
3246 |
+
#: app/features/mec/notifications.php:989 app/features/mec/settings.php:1184
|
3247 |
#: app/features/mec/single.php:410
|
3248 |
msgid "Please Refresh Page"
|
3249 |
msgstr ""
|
3258 |
msgid "%s - Most Powerful & Easy to Use Events Management System"
|
3259 |
msgstr ""
|
3260 |
|
3261 |
+
#: app/features/mec/dashboard.php:65 app/libraries/factory.php:204
|
3262 |
msgctxt "plugin rate"
|
3263 |
msgid "Rate the plugin ★★★★★"
|
3264 |
msgstr ""
|
3299 |
msgid "Copouns!"
|
3300 |
msgstr ""
|
3301 |
|
3302 |
+
#: app/features/mec/dashboard.php:133
|
3303 |
msgid "Getting started with Modern Events Calendar"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
+
#: app/features/mec/dashboard.php:134
|
3307 |
msgid ""
|
3308 |
"In this short video, you can learn how to make an event and put a calendar "
|
3309 |
"on your website. Please watch this 2 minutes video to the end."
|
3310 |
msgstr ""
|
3311 |
|
3312 |
+
#: app/features/mec/dashboard.php:150 app/features/mec/dashboard.php:174
|
3313 |
msgid "MEC Activate"
|
3314 |
msgstr ""
|
3315 |
|
3316 |
+
#: app/features/mec/dashboard.php:156 app/features/mec/dashboard.php:238
|
3317 |
msgid "Activate Addons"
|
3318 |
msgstr ""
|
3319 |
|
3320 |
+
#: app/features/mec/dashboard.php:164 app/features/mec/dashboard.php:247
|
3321 |
msgid "You cannot access this section."
|
3322 |
msgstr ""
|
3323 |
|
3324 |
+
#: app/features/mec/dashboard.php:180
|
3325 |
msgid ""
|
3326 |
"In order to use all plugin features and options, please enter your purchase "
|
3327 |
"code."
|
3328 |
msgstr ""
|
3329 |
|
3330 |
+
#: app/features/mec/dashboard.php:315
|
3331 |
msgid "Popular Gateways"
|
3332 |
msgstr ""
|
3333 |
|
3334 |
+
#: app/features/mec/dashboard.php:373
|
3335 |
msgid "Change Log"
|
3336 |
msgstr ""
|
3337 |
|
3381 |
#: app/features/mec/meta_boxes/display_options.php:909
|
3382 |
#: app/features/mec/meta_boxes/display_options.php:1200
|
3383 |
#: app/features/mec/meta_boxes/display_options.php:1470
|
3384 |
+
#: app/features/mec/settings.php:295 app/features/mec/settings.php:319
|
3385 |
+
#: app/features/mec/settings.php:328 app/features/mec/settings.php:369
|
3386 |
+
#: app/features/mec/settings.php:393 app/features/mec/settings.php:402
|
3387 |
#: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
|
3388 |
#: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
|
3389 |
#: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
|
3394 |
|
3395 |
#: app/features/mec/meta_boxes/display_options.php:43
|
3396 |
#: app/features/mec/meta_boxes/display_options.php:270
|
3397 |
+
#: app/features/mec/settings.php:320 app/features/mec/settings.php:330
|
3398 |
+
#: app/features/mec/settings.php:394 app/features/mec/settings.php:404
|
3399 |
#: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
|
3400 |
msgid "Minimal"
|
3401 |
msgstr ""
|
3406 |
#: app/features/mec/meta_boxes/display_options.php:911
|
3407 |
#: app/features/mec/meta_boxes/display_options.php:1198
|
3408 |
#: app/features/mec/meta_boxes/display_options.php:1472
|
3409 |
+
#: app/features/mec/settings.php:297 app/features/mec/settings.php:310
|
3410 |
+
#: app/features/mec/settings.php:321 app/features/mec/settings.php:331
|
3411 |
+
#: app/features/mec/settings.php:371 app/features/mec/settings.php:384
|
3412 |
+
#: app/features/mec/settings.php:395 app/features/mec/settings.php:405
|
3413 |
#: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
|
3414 |
#: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
|
3415 |
#: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
|
3417 |
msgstr ""
|
3418 |
|
3419 |
#: app/features/mec/meta_boxes/display_options.php:45
|
3420 |
+
#: app/features/mec/settings.php:322 app/features/mec/settings.php:396
|
3421 |
#: app/features/popup/shortcode.php:83
|
3422 |
msgid "Standard"
|
3423 |
msgstr ""
|
3424 |
|
3425 |
#: app/features/mec/meta_boxes/display_options.php:46
|
3426 |
+
#: app/features/mec/settings.php:323 app/features/mec/settings.php:397
|
3427 |
#: app/features/popup/shortcode.php:88
|
3428 |
msgid "Accordion"
|
3429 |
msgstr ""
|
3765 |
#: app/features/mec/meta_boxes/display_options.php:910
|
3766 |
#: app/features/mec/meta_boxes/display_options.php:1199
|
3767 |
#: app/features/mec/meta_boxes/display_options.php:1471
|
3768 |
+
#: app/features/mec/settings.php:296 app/features/mec/settings.php:311
|
3769 |
+
#: app/features/mec/settings.php:329 app/features/mec/settings.php:370
|
3770 |
+
#: app/features/mec/settings.php:385 app/features/mec/settings.php:403
|
3771 |
#: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
|
3772 |
#: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
|
3773 |
#: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
|
3777 |
#: app/features/mec/meta_boxes/display_options.php:272
|
3778 |
#: app/features/mec/meta_boxes/display_options.php:652
|
3779 |
#: app/features/mec/meta_boxes/display_options.php:913
|
3780 |
+
#: app/features/mec/settings.php:299 app/features/mec/settings.php:332
|
3781 |
+
#: app/features/mec/settings.php:373 app/features/mec/settings.php:406
|
3782 |
#: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
|
3783 |
#: app/features/popup/shortcode.php:219
|
3784 |
msgid "Simple"
|
3792 |
#: app/features/mec/meta_boxes/display_options.php:274
|
3793 |
#: app/features/mec/meta_boxes/display_options.php:651
|
3794 |
#: app/features/mec/meta_boxes/display_options.php:912
|
3795 |
+
#: app/features/mec/settings.php:298 app/features/mec/settings.php:334
|
3796 |
+
#: app/features/mec/settings.php:372 app/features/mec/settings.php:408
|
3797 |
#: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
|
3798 |
#: app/features/popup/shortcode.php:214
|
3799 |
msgid "Novel"
|
3843 |
|
3844 |
#: app/features/mec/meta_boxes/display_options.php:638
|
3845 |
#: app/features/mec/meta_boxes/display_options.php:662
|
3846 |
+
#: app/libraries/main.php:330 app/libraries/main.php:1926
|
3847 |
+
#: app/libraries/main.php:1951
|
3848 |
msgid "List View"
|
3849 |
msgstr ""
|
3850 |
|
3851 |
#: app/features/mec/meta_boxes/display_options.php:639
|
3852 |
#: app/features/mec/meta_boxes/display_options.php:683
|
3853 |
+
#: app/libraries/main.php:331 app/libraries/main.php:1927
|
3854 |
+
#: app/libraries/main.php:1952
|
3855 |
msgid "Grid View"
|
3856 |
msgstr ""
|
3857 |
|
3863 |
|
3864 |
#: app/features/mec/meta_boxes/display_options.php:641
|
3865 |
#: app/features/mec/meta_boxes/display_options.php:704
|
3866 |
+
#: app/libraries/main.php:334 app/libraries/main.php:1920
|
3867 |
+
#: app/libraries/main.php:1945
|
3868 |
msgid "Yearly View"
|
3869 |
msgstr ""
|
3870 |
|
3875 |
|
3876 |
#: app/features/mec/meta_boxes/display_options.php:643
|
3877 |
#: app/features/mec/meta_boxes/display_options.php:753
|
3878 |
+
#: app/libraries/main.php:337 app/libraries/main.php:1922
|
3879 |
+
#: app/libraries/main.php:1947
|
3880 |
msgid "Weekly View"
|
3881 |
msgstr ""
|
3882 |
|
3883 |
#: app/features/mec/meta_boxes/display_options.php:644
|
3884 |
#: app/features/mec/meta_boxes/display_options.php:763
|
3885 |
+
#: app/libraries/main.php:336 app/libraries/main.php:1923
|
3886 |
+
#: app/libraries/main.php:1948
|
3887 |
msgid "Daily View"
|
3888 |
msgstr ""
|
3889 |
|
4286 |
msgid "Choose your desired authors for filtering the events."
|
4287 |
msgstr ""
|
4288 |
|
4289 |
+
#: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:432
|
4290 |
msgid "Expired Events"
|
4291 |
msgstr ""
|
4292 |
|
4350 |
#: app/features/mec/meta_boxes/search_form.php:606
|
4351 |
#: app/features/mec/meta_boxes/search_form.php:676
|
4352 |
#: app/features/mec/meta_boxes/search_form.php:782
|
4353 |
+
#: app/features/mec/settings.php:904 app/features/mec/single.php:336
|
4354 |
#: app/features/search.php:86 app/features/speakers.php:61
|
4355 |
+
#: app/features/speakers.php:269 app/libraries/main.php:5859
|
4356 |
+
#: app/libraries/main.php:5907 app/libraries/skins.php:1006
|
4357 |
#: app/modules/speakers/details.php:18
|
4358 |
msgid "Speaker"
|
4359 |
msgstr ""
|
4369 |
#: app/features/mec/meta_boxes/search_form.php:613
|
4370 |
#: app/features/mec/meta_boxes/search_form.php:683
|
4371 |
#: app/features/mec/meta_boxes/search_form.php:789
|
4372 |
+
#: app/features/mec/settings.php:911 app/features/mec/single.php:345
|
4373 |
+
#: app/features/search.php:92 app/libraries/skins.php:1032
|
4374 |
msgid "Tag"
|
4375 |
msgstr ""
|
4376 |
|
4474 |
msgid "Google Map Options"
|
4475 |
msgstr ""
|
4476 |
|
4477 |
+
#: app/features/mec/modules.php:85 app/features/mec/settings.php:947
|
4478 |
+
#: app/features/mec/settings.php:960
|
4479 |
msgid "Required!"
|
4480 |
msgstr ""
|
4481 |
|
4644 |
msgid "Sent to attendee after booking to notify them."
|
4645 |
msgstr ""
|
4646 |
|
4647 |
+
#: app/features/mec/notifications.php:43 app/features/mec/notifications.php:147
|
4648 |
+
#: app/features/mec/notifications.php:255
|
4649 |
+
#: app/features/mec/notifications.php:368
|
4650 |
+
#: app/features/mec/notifications.php:483
|
4651 |
+
#: app/features/mec/notifications.php:593
|
4652 |
+
#: app/features/mec/notifications.php:718
|
4653 |
+
#: app/features/mec/notifications.php:801 app/features/mec/report.php:54
|
4654 |
msgid "Email Subject"
|
4655 |
msgstr ""
|
4656 |
|
4657 |
#: app/features/mec/notifications.php:49 app/features/mec/notifications.php:56
|
4658 |
+
#: app/features/mec/notifications.php:153
|
4659 |
+
#: app/features/mec/notifications.php:160
|
4660 |
+
#: app/features/mec/notifications.php:261
|
4661 |
+
#: app/features/mec/notifications.php:268
|
4662 |
+
#: app/features/mec/notifications.php:374
|
4663 |
+
#: app/features/mec/notifications.php:381
|
4664 |
+
#: app/features/mec/notifications.php:489
|
4665 |
+
#: app/features/mec/notifications.php:496
|
4666 |
+
#: app/features/mec/notifications.php:599
|
4667 |
+
#: app/features/mec/notifications.php:606
|
4668 |
+
#: app/features/mec/notifications.php:724
|
4669 |
+
#: app/features/mec/notifications.php:731
|
4670 |
+
#: app/features/mec/notifications.php:807
|
4671 |
+
#: app/features/mec/notifications.php:814
|
4672 |
msgid "Receiver Users"
|
4673 |
msgstr ""
|
4674 |
|
4675 |
+
#: app/features/mec/notifications.php:57 app/features/mec/notifications.php:161
|
4676 |
+
#: app/features/mec/notifications.php:269
|
4677 |
+
#: app/features/mec/notifications.php:382
|
4678 |
+
#: app/features/mec/notifications.php:497
|
4679 |
+
#: app/features/mec/notifications.php:607
|
4680 |
+
#: app/features/mec/notifications.php:732
|
4681 |
+
#: app/features/mec/notifications.php:815
|
4682 |
msgid "Select users to send a copy of email to them!"
|
4683 |
msgstr ""
|
4684 |
|
4685 |
#: app/features/mec/notifications.php:66 app/features/mec/notifications.php:73
|
4686 |
+
#: app/features/mec/notifications.php:170
|
4687 |
+
#: app/features/mec/notifications.php:177
|
4688 |
+
#: app/features/mec/notifications.php:278
|
4689 |
+
#: app/features/mec/notifications.php:285
|
4690 |
+
#: app/features/mec/notifications.php:391
|
4691 |
+
#: app/features/mec/notifications.php:398
|
4692 |
+
#: app/features/mec/notifications.php:506
|
4693 |
+
#: app/features/mec/notifications.php:513
|
4694 |
+
#: app/features/mec/notifications.php:616
|
4695 |
+
#: app/features/mec/notifications.php:623
|
4696 |
+
#: app/features/mec/notifications.php:741
|
4697 |
+
#: app/features/mec/notifications.php:748
|
4698 |
+
#: app/features/mec/notifications.php:824
|
4699 |
+
#: app/features/mec/notifications.php:831
|
4700 |
msgid "Receiver Roles"
|
4701 |
msgstr ""
|
4702 |
|
4703 |
+
#: app/features/mec/notifications.php:74 app/features/mec/notifications.php:178
|
4704 |
+
#: app/features/mec/notifications.php:286
|
4705 |
+
#: app/features/mec/notifications.php:399
|
4706 |
+
#: app/features/mec/notifications.php:514
|
4707 |
+
#: app/features/mec/notifications.php:624
|
4708 |
+
#: app/features/mec/notifications.php:749
|
4709 |
+
#: app/features/mec/notifications.php:832
|
4710 |
msgid "Select users a specific role."
|
4711 |
msgstr ""
|
4712 |
|
4713 |
#: app/features/mec/notifications.php:82 app/features/mec/notifications.php:86
|
4714 |
+
#: app/features/mec/notifications.php:186
|
4715 |
+
#: app/features/mec/notifications.php:190
|
4716 |
+
#: app/features/mec/notifications.php:294
|
4717 |
+
#: app/features/mec/notifications.php:298
|
4718 |
+
#: app/features/mec/notifications.php:407
|
4719 |
+
#: app/features/mec/notifications.php:411
|
|
|
4720 |
#: app/features/mec/notifications.php:522
|
4721 |
+
#: app/features/mec/notifications.php:526
|
4722 |
+
#: app/features/mec/notifications.php:632
|
4723 |
+
#: app/features/mec/notifications.php:636
|
4724 |
+
#: app/features/mec/notifications.php:757
|
4725 |
+
#: app/features/mec/notifications.php:761
|
4726 |
+
#: app/features/mec/notifications.php:840
|
4727 |
+
#: app/features/mec/notifications.php:844
|
4728 |
msgid "Custom Recipients"
|
4729 |
msgstr ""
|
4730 |
|
4731 |
+
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:191
|
4732 |
+
#: app/features/mec/notifications.php:299
|
4733 |
+
#: app/features/mec/notifications.php:412
|
4734 |
+
#: app/features/mec/notifications.php:527
|
4735 |
+
#: app/features/mec/notifications.php:637
|
4736 |
+
#: app/features/mec/notifications.php:762
|
4737 |
+
#: app/features/mec/notifications.php:845
|
4738 |
msgid "Insert comma separated emails for multiple recipients."
|
4739 |
msgstr ""
|
4740 |
|
4741 |
+
#: app/features/mec/notifications.php:94 app/features/mec/notifications.php:423
|
4742 |
+
#: app/features/mec/notifications.php:534
|
4743 |
msgid "Send the email to event organizer"
|
4744 |
msgstr ""
|
4745 |
|
4746 |
+
#: app/features/mec/notifications.php:97 app/features/mec/notifications.php:197
|
4747 |
+
#: app/features/mec/notifications.php:309
|
4748 |
+
#: app/features/mec/notifications.php:430
|
4749 |
+
#: app/features/mec/notifications.php:537
|
4750 |
+
#: app/features/mec/notifications.php:654
|
4751 |
+
#: app/features/mec/notifications.php:768
|
4752 |
+
#: app/features/mec/notifications.php:851
|
4753 |
msgid "Email Content"
|
4754 |
msgstr ""
|
4755 |
|
4756 |
#: app/features/mec/notifications.php:100
|
4757 |
+
#: app/features/mec/notifications.php:200
|
4758 |
+
#: app/features/mec/notifications.php:312
|
4759 |
+
#: app/features/mec/notifications.php:433
|
4760 |
+
#: app/features/mec/notifications.php:540
|
4761 |
+
#: app/features/mec/notifications.php:657
|
4762 |
+
#: app/features/mec/notifications.php:771
|
4763 |
+
#: app/features/mec/notifications.php:854 app/features/mec/report.php:56
|
4764 |
msgid "You can use the following placeholders"
|
4765 |
msgstr ""
|
4766 |
|
4767 |
#: app/features/mec/notifications.php:102
|
4768 |
+
#: app/features/mec/notifications.php:202
|
4769 |
+
#: app/features/mec/notifications.php:314
|
4770 |
+
#: app/features/mec/notifications.php:435
|
4771 |
+
#: app/features/mec/notifications.php:542
|
4772 |
+
#: app/features/mec/notifications.php:659
|
4773 |
msgid "First name of attendee"
|
4774 |
msgstr ""
|
4775 |
|
4776 |
#: app/features/mec/notifications.php:103
|
4777 |
+
#: app/features/mec/notifications.php:203
|
4778 |
+
#: app/features/mec/notifications.php:315
|
4779 |
+
#: app/features/mec/notifications.php:436
|
4780 |
+
#: app/features/mec/notifications.php:543
|
4781 |
+
#: app/features/mec/notifications.php:660
|
4782 |
msgid "Last name of attendee"
|
4783 |
msgstr ""
|
4784 |
|
4785 |
#: app/features/mec/notifications.php:104
|
4786 |
+
#: app/features/mec/notifications.php:204
|
4787 |
+
#: app/features/mec/notifications.php:316
|
4788 |
+
#: app/features/mec/notifications.php:437
|
4789 |
+
#: app/features/mec/notifications.php:544
|
4790 |
+
#: app/features/mec/notifications.php:661
|
4791 |
msgid "Email of attendee"
|
4792 |
msgstr ""
|
4793 |
|
4794 |
#: app/features/mec/notifications.php:105
|
4795 |
+
#: app/features/mec/notifications.php:205
|
4796 |
+
#: app/features/mec/notifications.php:317
|
4797 |
+
#: app/features/mec/notifications.php:438
|
4798 |
+
#: app/features/mec/notifications.php:545
|
4799 |
+
#: app/features/mec/notifications.php:662
|
4800 |
msgid "Booked date of event"
|
4801 |
msgstr ""
|
4802 |
|
4803 |
#: app/features/mec/notifications.php:106
|
4804 |
+
#: app/features/mec/notifications.php:206
|
4805 |
+
#: app/features/mec/notifications.php:318
|
4806 |
+
#: app/features/mec/notifications.php:439
|
4807 |
+
#: app/features/mec/notifications.php:546
|
4808 |
+
#: app/features/mec/notifications.php:663
|
4809 |
msgid "Booked time of event"
|
4810 |
msgstr ""
|
4811 |
|
4812 |
#: app/features/mec/notifications.php:107
|
4813 |
+
#: app/features/mec/notifications.php:207
|
4814 |
+
#: app/features/mec/notifications.php:319
|
4815 |
+
#: app/features/mec/notifications.php:440
|
4816 |
+
#: app/features/mec/notifications.php:547
|
4817 |
+
#: app/features/mec/notifications.php:664
|
4818 |
msgid "Booking Price"
|
4819 |
msgstr ""
|
4820 |
|
4821 |
#: app/features/mec/notifications.php:108
|
4822 |
+
#: app/features/mec/notifications.php:208
|
4823 |
+
#: app/features/mec/notifications.php:320
|
4824 |
+
#: app/features/mec/notifications.php:441
|
4825 |
+
#: app/features/mec/notifications.php:548
|
4826 |
+
#: app/features/mec/notifications.php:665
|
4827 |
msgid "Date and time of booking"
|
4828 |
msgstr ""
|
4829 |
|
4830 |
#: app/features/mec/notifications.php:109
|
4831 |
+
#: app/features/mec/notifications.php:209
|
4832 |
+
#: app/features/mec/notifications.php:321
|
4833 |
+
#: app/features/mec/notifications.php:442
|
4834 |
+
#: app/features/mec/notifications.php:549
|
4835 |
+
#: app/features/mec/notifications.php:666
|
4836 |
+
#: app/features/mec/notifications.php:779
|
4837 |
+
#: app/features/mec/notifications.php:862
|
4838 |
msgid "Your website title"
|
4839 |
msgstr ""
|
4840 |
|
4841 |
#: app/features/mec/notifications.php:110
|
4842 |
+
#: app/features/mec/notifications.php:210
|
4843 |
+
#: app/features/mec/notifications.php:322
|
4844 |
+
#: app/features/mec/notifications.php:443
|
4845 |
+
#: app/features/mec/notifications.php:550
|
4846 |
+
#: app/features/mec/notifications.php:667
|
4847 |
+
#: app/features/mec/notifications.php:780
|
4848 |
+
#: app/features/mec/notifications.php:863
|
4849 |
msgid "Your website URL"
|
4850 |
msgstr ""
|
4851 |
|
4852 |
#: app/features/mec/notifications.php:111
|
4853 |
+
#: app/features/mec/notifications.php:211
|
4854 |
+
#: app/features/mec/notifications.php:323
|
4855 |
+
#: app/features/mec/notifications.php:444
|
4856 |
+
#: app/features/mec/notifications.php:551
|
4857 |
+
#: app/features/mec/notifications.php:668
|
4858 |
+
#: app/features/mec/notifications.php:781
|
4859 |
+
#: app/features/mec/notifications.php:864
|
4860 |
msgid "Your website description"
|
4861 |
msgstr ""
|
4862 |
|
4863 |
#: app/features/mec/notifications.php:112
|
4864 |
+
#: app/features/mec/notifications.php:212
|
4865 |
+
#: app/features/mec/notifications.php:324
|
4866 |
+
#: app/features/mec/notifications.php:445
|
4867 |
+
#: app/features/mec/notifications.php:552
|
4868 |
+
#: app/features/mec/notifications.php:669
|
4869 |
msgid "Event title"
|
4870 |
msgstr ""
|
4871 |
|
4872 |
#: app/features/mec/notifications.php:113
|
4873 |
+
#: app/features/mec/notifications.php:213
|
4874 |
+
#: app/features/mec/notifications.php:325
|
4875 |
+
#: app/features/mec/notifications.php:446
|
4876 |
+
#: app/features/mec/notifications.php:553
|
4877 |
+
#: app/features/mec/notifications.php:670
|
4878 |
msgid "Event link"
|
4879 |
msgstr ""
|
4880 |
|
4881 |
#: app/features/mec/notifications.php:114
|
4882 |
+
#: app/features/mec/notifications.php:214
|
4883 |
+
#: app/features/mec/notifications.php:326
|
4884 |
+
#: app/features/mec/notifications.php:775
|
4885 |
+
#: app/features/mec/notifications.php:858
|
4886 |
msgid "Event Start Date"
|
4887 |
msgstr ""
|
4888 |
|
4889 |
#: app/features/mec/notifications.php:115
|
4890 |
+
#: app/features/mec/notifications.php:215
|
4891 |
+
#: app/features/mec/notifications.php:327
|
4892 |
+
#: app/features/mec/notifications.php:776
|
4893 |
+
#: app/features/mec/notifications.php:859
|
4894 |
msgid "Event End Date"
|
4895 |
msgstr ""
|
4896 |
|
4897 |
#: app/features/mec/notifications.php:116
|
4898 |
+
#: app/features/mec/notifications.php:216
|
4899 |
+
#: app/features/mec/notifications.php:328
|
4900 |
+
#: app/features/mec/notifications.php:447
|
4901 |
+
#: app/features/mec/notifications.php:554
|
4902 |
+
#: app/features/mec/notifications.php:671
|
4903 |
msgid "Speaker name of booked event"
|
4904 |
msgstr ""
|
4905 |
|
4906 |
#: app/features/mec/notifications.php:117
|
4907 |
+
#: app/features/mec/notifications.php:217
|
4908 |
+
#: app/features/mec/notifications.php:329
|
4909 |
+
#: app/features/mec/notifications.php:448
|
4910 |
+
#: app/features/mec/notifications.php:555
|
4911 |
+
#: app/features/mec/notifications.php:672
|
4912 |
msgid "Organizer name of booked event"
|
4913 |
msgstr ""
|
4914 |
|
4915 |
#: app/features/mec/notifications.php:118
|
4916 |
+
#: app/features/mec/notifications.php:218
|
4917 |
+
#: app/features/mec/notifications.php:330
|
4918 |
+
#: app/features/mec/notifications.php:449
|
4919 |
+
#: app/features/mec/notifications.php:556
|
4920 |
+
#: app/features/mec/notifications.php:673
|
4921 |
msgid "Organizer tel of booked event"
|
4922 |
msgstr ""
|
4923 |
|
4924 |
#: app/features/mec/notifications.php:119
|
4925 |
+
#: app/features/mec/notifications.php:219
|
4926 |
+
#: app/features/mec/notifications.php:331
|
4927 |
+
#: app/features/mec/notifications.php:450
|
4928 |
+
#: app/features/mec/notifications.php:557
|
4929 |
+
#: app/features/mec/notifications.php:674
|
4930 |
msgid "Organizer email of booked event"
|
4931 |
msgstr ""
|
4932 |
|
4933 |
#: app/features/mec/notifications.php:120
|
4934 |
+
#: app/features/mec/notifications.php:220
|
4935 |
+
#: app/features/mec/notifications.php:332
|
4936 |
+
#: app/features/mec/notifications.php:451
|
4937 |
+
#: app/features/mec/notifications.php:558
|
4938 |
+
#: app/features/mec/notifications.php:675
|
4939 |
msgid "Location name of booked event"
|
4940 |
msgstr ""
|
4941 |
|
4942 |
#: app/features/mec/notifications.php:121
|
4943 |
+
#: app/features/mec/notifications.php:221
|
4944 |
+
#: app/features/mec/notifications.php:333
|
4945 |
+
#: app/features/mec/notifications.php:452
|
4946 |
+
#: app/features/mec/notifications.php:559
|
4947 |
+
#: app/features/mec/notifications.php:676
|
4948 |
msgid "Location address of booked event"
|
4949 |
msgstr ""
|
4950 |
|
4951 |
#: app/features/mec/notifications.php:122
|
4952 |
+
#: app/features/mec/notifications.php:222
|
4953 |
+
#: app/features/mec/notifications.php:334
|
4954 |
+
#: app/features/mec/notifications.php:453
|
4955 |
+
#: app/features/mec/notifications.php:560
|
4956 |
+
#: app/features/mec/notifications.php:677
|
4957 |
msgid "Additional locations name of booked event"
|
4958 |
msgstr ""
|
4959 |
|
4960 |
#: app/features/mec/notifications.php:123
|
4961 |
+
#: app/features/mec/notifications.php:223
|
4962 |
+
#: app/features/mec/notifications.php:335
|
4963 |
+
#: app/features/mec/notifications.php:454
|
4964 |
+
#: app/features/mec/notifications.php:561
|
4965 |
+
#: app/features/mec/notifications.php:678
|
4966 |
msgid "Additional locations address of booked event"
|
4967 |
msgstr ""
|
4968 |
|
4969 |
#: app/features/mec/notifications.php:124
|
4970 |
+
#: app/features/mec/notifications.php:224
|
4971 |
+
#: app/features/mec/notifications.php:336
|
4972 |
+
#: app/features/mec/notifications.php:455
|
4973 |
+
#: app/features/mec/notifications.php:562
|
4974 |
+
#: app/features/mec/notifications.php:679
|
4975 |
msgid "Featured image of booked event"
|
4976 |
msgstr ""
|
4977 |
|
4978 |
#: app/features/mec/notifications.php:125
|
4979 |
+
#: app/features/mec/notifications.php:225
|
4980 |
+
#: app/features/mec/notifications.php:337
|
4981 |
+
#: app/features/mec/notifications.php:456
|
4982 |
+
#: app/features/mec/notifications.php:563
|
4983 |
+
#: app/features/mec/notifications.php:680
|
4984 |
msgid "Full Attendee info such as booking form data, name, email etc."
|
4985 |
msgstr ""
|
4986 |
|
4987 |
#: app/features/mec/notifications.php:126
|
4988 |
+
#: app/features/mec/notifications.php:226
|
4989 |
+
#: app/features/mec/notifications.php:338
|
4990 |
+
#: app/features/mec/notifications.php:457
|
4991 |
+
#: app/features/mec/notifications.php:564
|
4992 |
+
#: app/features/mec/notifications.php:681
|
4993 |
msgid "Booking ID"
|
4994 |
msgstr ""
|
4995 |
|
4996 |
#: app/features/mec/notifications.php:127
|
4997 |
+
#: app/features/mec/notifications.php:227
|
4998 |
+
#: app/features/mec/notifications.php:339
|
4999 |
+
#: app/features/mec/notifications.php:458
|
5000 |
+
#: app/features/mec/notifications.php:565
|
5001 |
+
#: app/features/mec/notifications.php:682
|
5002 |
msgid "Transaction ID of Booking"
|
5003 |
msgstr ""
|
5004 |
|
5005 |
#: app/features/mec/notifications.php:128
|
5006 |
+
#: app/features/mec/notifications.php:341
|
5007 |
+
#: app/features/mec/notifications.php:684
|
5008 |
msgid "Invoice Link"
|
5009 |
msgstr ""
|
5010 |
|
5011 |
#: app/features/mec/notifications.php:129
|
5012 |
+
#: app/features/mec/notifications.php:229
|
5013 |
+
#: app/features/mec/notifications.php:342
|
5014 |
+
#: app/features/mec/notifications.php:460
|
5015 |
+
#: app/features/mec/notifications.php:567
|
5016 |
+
#: app/features/mec/notifications.php:685
|
5017 |
msgid "Total attendees of current booking"
|
5018 |
msgstr ""
|
5019 |
|
5020 |
#: app/features/mec/notifications.php:130
|
5021 |
+
#: app/features/mec/notifications.php:230
|
5022 |
+
#: app/features/mec/notifications.php:343
|
5023 |
+
#: app/features/mec/notifications.php:461
|
5024 |
+
#: app/features/mec/notifications.php:568
|
5025 |
+
#: app/features/mec/notifications.php:686
|
5026 |
msgid "Amount of Booked Tickets (Total attendees of all bookings)"
|
5027 |
msgstr ""
|
5028 |
|
5029 |
#: app/features/mec/notifications.php:131
|
5030 |
+
#: app/features/mec/notifications.php:231
|
5031 |
+
#: app/features/mec/notifications.php:344
|
5032 |
+
#: app/features/mec/notifications.php:462
|
5033 |
+
#: app/features/mec/notifications.php:569
|
5034 |
+
#: app/features/mec/notifications.php:687
|
5035 |
msgid "Ticket name"
|
5036 |
msgstr ""
|
5037 |
|
5038 |
#: app/features/mec/notifications.php:132
|
5039 |
+
#: app/features/mec/notifications.php:232
|
5040 |
+
#: app/features/mec/notifications.php:345
|
5041 |
+
#: app/features/mec/notifications.php:463
|
5042 |
+
#: app/features/mec/notifications.php:570
|
5043 |
+
#: app/features/mec/notifications.php:688
|
5044 |
msgid "Ticket time"
|
5045 |
msgstr ""
|
5046 |
|
5047 |
#: app/features/mec/notifications.php:133
|
5048 |
+
#: app/features/mec/notifications.php:233
|
5049 |
+
#: app/features/mec/notifications.php:346
|
5050 |
+
#: app/features/mec/notifications.php:464
|
5051 |
+
#: app/features/mec/notifications.php:571
|
5052 |
+
#: app/features/mec/notifications.php:689
|
5053 |
msgid "Ticket name & time"
|
5054 |
msgstr ""
|
5055 |
|
5056 |
#: app/features/mec/notifications.php:134
|
5057 |
+
#: app/features/mec/notifications.php:234
|
5058 |
+
#: app/features/mec/notifications.php:347
|
5059 |
+
#: app/features/mec/notifications.php:465
|
5060 |
+
#: app/features/mec/notifications.php:572
|
5061 |
+
#: app/features/mec/notifications.php:690
|
5062 |
msgid "Payment Gateway"
|
5063 |
msgstr ""
|
5064 |
|
5065 |
#: app/features/mec/notifications.php:135
|
5066 |
+
#: app/features/mec/notifications.php:235
|
5067 |
+
#: app/features/mec/notifications.php:348
|
5068 |
+
#: app/features/mec/notifications.php:466
|
5069 |
+
#: app/features/mec/notifications.php:573
|
5070 |
+
#: app/features/mec/notifications.php:691
|
5071 |
+
msgid "Link to the downloadable file"
|
5072 |
+
msgstr ""
|
5073 |
+
|
5074 |
+
#: app/features/mec/notifications.php:136
|
5075 |
+
#: app/features/mec/notifications.php:236
|
5076 |
+
#: app/features/mec/notifications.php:349
|
5077 |
+
#: app/features/mec/notifications.php:692
|
5078 |
msgid "Download ICS file"
|
5079 |
msgstr ""
|
5080 |
|
5081 |
+
#: app/features/mec/notifications.php:144 app/libraries/main.php:581
|
5082 |
msgid "Booking Verification"
|
5083 |
msgstr ""
|
5084 |
|
5085 |
+
#: app/features/mec/notifications.php:145
|
5086 |
msgid "It sends to attendee email for verifying their booking/email."
|
5087 |
msgstr ""
|
5088 |
|
5089 |
+
#: app/features/mec/notifications.php:228
|
5090 |
msgid "Email/Booking verification link."
|
5091 |
msgstr ""
|
5092 |
|
5093 |
+
#: app/features/mec/notifications.php:248
|
5094 |
msgid "Enable booking confirmation"
|
5095 |
msgstr ""
|
5096 |
|
5097 |
+
#: app/features/mec/notifications.php:253
|
5098 |
msgid "Sent to attendee after confirming the booking by admin."
|
5099 |
msgstr ""
|
5100 |
|
5101 |
+
#: app/features/mec/notifications.php:306
|
5102 |
msgid "Send One Single Email Only To First Attendee"
|
5103 |
msgstr ""
|
5104 |
|
5105 |
+
#: app/features/mec/notifications.php:340
|
5106 |
+
#: app/features/mec/notifications.php:683
|
5107 |
msgid "Booking cancellation link."
|
5108 |
msgstr ""
|
5109 |
|
5110 |
+
#: app/features/mec/notifications.php:358 app/libraries/main.php:583
|
5111 |
msgid "Booking Cancellation"
|
5112 |
msgstr ""
|
5113 |
|
5114 |
+
#: app/features/mec/notifications.php:362
|
5115 |
msgid "Enable cancellation notification"
|
5116 |
msgstr ""
|
5117 |
|
5118 |
+
#: app/features/mec/notifications.php:366
|
5119 |
msgid "Sent to selected recipients after booking cancellation to notify them."
|
5120 |
msgstr ""
|
5121 |
|
5122 |
+
#: app/features/mec/notifications.php:419
|
5123 |
+
#: app/features/mec/notifications.php:713
|
5124 |
msgid "Send the email to admin"
|
5125 |
msgstr ""
|
5126 |
|
5127 |
+
#: app/features/mec/notifications.php:427
|
5128 |
msgid "Send the email to the booked user"
|
5129 |
msgstr ""
|
5130 |
|
5131 |
+
#: app/features/mec/notifications.php:459
|
5132 |
+
#: app/features/mec/notifications.php:566
|
5133 |
msgid "Admin booking management link."
|
5134 |
msgstr ""
|
5135 |
|
5136 |
+
#: app/features/mec/notifications.php:473 app/libraries/main.php:585
|
5137 |
msgid "Admin"
|
5138 |
msgstr ""
|
5139 |
|
5140 |
+
#: app/features/mec/notifications.php:477
|
5141 |
msgid "Enable admin notification"
|
5142 |
msgstr ""
|
5143 |
|
5144 |
+
#: app/features/mec/notifications.php:481
|
5145 |
msgid "Sent to admin to notify them that a new booking has been received."
|
5146 |
msgstr ""
|
5147 |
|
5148 |
+
#: app/features/mec/notifications.php:580 app/libraries/main.php:584
|
5149 |
#: app/libraries/notifications.php:550
|
5150 |
msgid "Booking Reminder"
|
5151 |
msgstr ""
|
5152 |
|
5153 |
+
#: app/features/mec/notifications.php:584
|
5154 |
msgid "Enable booking reminder notification"
|
5155 |
msgstr ""
|
5156 |
|
5157 |
+
#: app/features/mec/notifications.php:590
|
5158 |
#, php-format
|
5159 |
msgid ""
|
5160 |
+
"Set a cronjob to call %s file once per hour otherwise it won't send the "
|
5161 |
"reminders. Please note that you should call this file %s otherwise it may "
|
5162 |
"send the reminders multiple times."
|
5163 |
msgstr ""
|
5164 |
|
5165 |
+
#: app/features/mec/notifications.php:590
|
5166 |
+
msgid "only once per hour"
|
5167 |
+
msgstr ""
|
5168 |
+
|
5169 |
+
#: app/features/mec/notifications.php:643 app/libraries/main.php:6913
|
5170 |
+
#: app/libraries/main.php:6930
|
5171 |
+
msgid "Hours"
|
5172 |
msgstr ""
|
5173 |
|
5174 |
+
#: app/features/mec/notifications.php:647
|
5175 |
+
msgid "Reminder hours"
|
5176 |
msgstr ""
|
5177 |
|
5178 |
+
#: app/features/mec/notifications.php:648
|
5179 |
+
msgid "Please, insert comma to separate reminder hours."
|
5180 |
msgstr ""
|
5181 |
|
5182 |
+
#: app/features/mec/notifications.php:702 app/features/popup/event.php:253
|
5183 |
#: app/libraries/main.php:586
|
5184 |
msgid "New Event"
|
5185 |
msgstr ""
|
5186 |
|
5187 |
+
#: app/features/mec/notifications.php:706
|
5188 |
msgid "Enable new event notification"
|
5189 |
msgstr ""
|
5190 |
|
5191 |
+
#: app/features/mec/notifications.php:716
|
5192 |
msgid ""
|
5193 |
"Sent after adding a new event from frontend event submission or from website "
|
5194 |
"backend."
|
5195 |
msgstr ""
|
5196 |
|
5197 |
+
#: app/features/mec/notifications.php:773
|
5198 |
+
#: app/features/mec/notifications.php:856
|
5199 |
msgid "Title of event"
|
5200 |
msgstr ""
|
5201 |
|
5202 |
+
#: app/features/mec/notifications.php:774
|
5203 |
+
#: app/features/mec/notifications.php:857
|
5204 |
msgid "Link of event"
|
5205 |
msgstr ""
|
5206 |
|
5207 |
+
#: app/features/mec/notifications.php:777
|
5208 |
+
#: app/features/mec/notifications.php:860
|
5209 |
msgid "Status of event"
|
5210 |
msgstr ""
|
5211 |
|
5212 |
+
#: app/features/mec/notifications.php:778
|
5213 |
+
#: app/features/mec/notifications.php:861 app/features/mec/settings.php:819
|
5214 |
+
#: app/features/mec/settings.php:823
|
5215 |
msgid "Event Note"
|
5216 |
msgstr ""
|
5217 |
|
5218 |
+
#: app/features/mec/notifications.php:782
|
5219 |
+
#: app/features/mec/notifications.php:865
|
5220 |
msgid "Admin events management link."
|
5221 |
msgstr ""
|
5222 |
|
5223 |
+
#: app/features/mec/notifications.php:791 app/libraries/main.php:587
|
5224 |
msgid "User Event Publishing"
|
5225 |
msgstr ""
|
5226 |
|
5227 |
+
#: app/features/mec/notifications.php:795
|
5228 |
msgid "Enable user event publishing notification"
|
5229 |
msgstr ""
|
5230 |
|
5231 |
+
#: app/features/mec/notifications.php:799
|
5232 |
msgid ""
|
5233 |
"Sent after publishing a new event from frontend event submission or from "
|
5234 |
"website backend."
|
5289 |
msgid "There was an error please try again!"
|
5290 |
msgstr ""
|
5291 |
|
5292 |
+
#: app/features/mec/settings.php:56 app/features/mec/settings.php:66
|
5293 |
msgid "Hide Events"
|
5294 |
msgstr ""
|
5295 |
|
5296 |
+
#: app/features/mec/settings.php:59
|
5297 |
msgid "On Event Start"
|
5298 |
msgstr ""
|
5299 |
|
5300 |
+
#: app/features/mec/settings.php:60
|
5301 |
msgid "+1 Hour after start"
|
5302 |
msgstr ""
|
5303 |
|
5304 |
+
#: app/features/mec/settings.php:61
|
5305 |
msgid "+2 Hours after start"
|
5306 |
msgstr ""
|
5307 |
|
5308 |
+
#: app/features/mec/settings.php:62
|
5309 |
msgid "On Event End"
|
5310 |
msgstr ""
|
5311 |
|
5312 |
+
#: app/features/mec/settings.php:67
|
5313 |
msgid ""
|
5314 |
"This option is for showing start/end time of events on frontend of website."
|
5315 |
msgstr ""
|
5316 |
|
5317 |
+
#: app/features/mec/settings.php:76 app/features/mec/settings.php:85
|
5318 |
msgid "Multiple Day Events"
|
5319 |
msgstr ""
|
5320 |
|
5321 |
+
#: app/features/mec/settings.php:79
|
5322 |
msgid "Show only first day on List/Grid/Slider skins"
|
5323 |
msgstr ""
|
5324 |
|
5325 |
+
#: app/features/mec/settings.php:80
|
5326 |
msgid "Show only first day on all skins"
|
5327 |
msgstr ""
|
5328 |
|
5329 |
+
#: app/features/mec/settings.php:81
|
5330 |
msgid "Show all days"
|
5331 |
msgstr ""
|
5332 |
|
5333 |
+
#: app/features/mec/settings.php:86
|
5334 |
msgid ""
|
5335 |
"For showing all days of multiple day events on frontend or only show the "
|
5336 |
"first day."
|
5337 |
msgstr ""
|
5338 |
|
5339 |
+
#: app/features/mec/settings.php:95
|
5340 |
msgid "Remove MEC Data on Plugin Uninstall"
|
5341 |
msgstr ""
|
5342 |
|
5343 |
+
#: app/features/mec/settings.php:106
|
5344 |
msgid "Sender Name"
|
5345 |
msgstr ""
|
5346 |
|
5347 |
+
#: app/features/mec/settings.php:109
|
5348 |
msgid "e.g. Webnus"
|
5349 |
msgstr ""
|
5350 |
|
5351 |
+
#: app/features/mec/settings.php:116
|
5352 |
msgid "Sender Email"
|
5353 |
msgstr ""
|
5354 |
|
5355 |
+
#: app/features/mec/settings.php:119
|
5356 |
msgid "e.g. info@webnus.biz"
|
5357 |
msgstr ""
|
5358 |
|
5359 |
+
#: app/features/mec/settings.php:125
|
5360 |
msgid "Exclude Date Suffix"
|
5361 |
msgstr ""
|
5362 |
|
5363 |
+
#: app/features/mec/settings.php:128
|
5364 |
msgid "Remove suffix from calendars"
|
5365 |
msgstr ""
|
5366 |
|
5367 |
+
#: app/features/mec/settings.php:132
|
5368 |
msgid "Remove \"Th\" on calendar"
|
5369 |
msgstr ""
|
5370 |
|
5371 |
+
#: app/features/mec/settings.php:133
|
5372 |
msgid ""
|
5373 |
"Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
|
5374 |
"showing just '12' )"
|
5375 |
msgstr ""
|
5376 |
|
5377 |
+
#: app/features/mec/settings.php:140 app/features/mec/settings.php:147
|
5378 |
msgid "Schema"
|
5379 |
msgstr ""
|
5380 |
|
5381 |
+
#: app/features/mec/settings.php:143
|
5382 |
msgid "Enable Schema Code"
|
5383 |
msgstr ""
|
5384 |
|
5385 |
+
#: app/features/mec/settings.php:148
|
5386 |
msgid "You can enable/disable Schema scripts"
|
5387 |
msgstr ""
|
5388 |
|
5389 |
+
#: app/features/mec/settings.php:157 app/features/mec/settings.php:167
|
5390 |
+
#: app/libraries/main.php:5863 app/libraries/main.php:5911
|
5391 |
msgid "Weekdays"
|
5392 |
msgstr ""
|
5393 |
|
5394 |
+
#: app/features/mec/settings.php:168
|
5395 |
msgid ""
|
5396 |
"Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday "
|
5397 |
"and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings "
|
5398 |
"> General - bottom of the page )."
|
5399 |
msgstr ""
|
5400 |
|
5401 |
+
#: app/features/mec/settings.php:178 app/features/mec/settings.php:188
|
5402 |
msgid "Weekends"
|
5403 |
msgstr ""
|
5404 |
|
5405 |
+
#: app/features/mec/settings.php:189
|
5406 |
msgid ""
|
5407 |
"Proceed with caution. Default is set to Saturday and Sunday (you can change "
|
5408 |
"'Week Starts' on WordPress Dashboard > Settings > General - bottom of the "
|
5409 |
"page)."
|
5410 |
msgstr ""
|
5411 |
|
5412 |
+
#: app/features/mec/settings.php:198
|
5413 |
msgid "Datepicker Format"
|
5414 |
msgstr ""
|
5415 |
|
5416 |
+
#: app/features/mec/settings.php:206
|
5417 |
msgid "(Y-m-d)"
|
5418 |
msgstr ""
|
5419 |
|
5420 |
+
#: app/features/mec/settings.php:207
|
5421 |
msgid "(d-m-Y)"
|
5422 |
msgstr ""
|
5423 |
|
5424 |
+
#: app/features/mec/settings.php:210
|
5425 |
msgid "(Y/m/d)"
|
5426 |
msgstr ""
|
5427 |
|
5428 |
+
#: app/features/mec/settings.php:211
|
5429 |
msgid "(m/d/Y)"
|
5430 |
msgstr ""
|
5431 |
|
5432 |
+
#: app/features/mec/settings.php:214
|
5433 |
msgid "(Y.m.d)"
|
5434 |
msgstr ""
|
5435 |
|
5436 |
+
#: app/features/mec/settings.php:215
|
5437 |
msgid "(d.m.Y)"
|
5438 |
msgstr ""
|
5439 |
|
5440 |
+
#: app/features/mec/settings.php:221 app/features/mec/settings.php:233
|
5441 |
msgid "Midnight Hour"
|
5442 |
msgstr ""
|
5443 |
|
5444 |
+
#: app/features/mec/settings.php:224
|
5445 |
msgid "12 AM"
|
5446 |
msgstr ""
|
5447 |
|
5448 |
+
#: app/features/mec/settings.php:225
|
5449 |
msgid "1 AM"
|
5450 |
msgstr ""
|
5451 |
|
5452 |
+
#: app/features/mec/settings.php:226
|
5453 |
msgid "2 AM"
|
5454 |
msgstr ""
|
5455 |
|
5456 |
+
#: app/features/mec/settings.php:227
|
5457 |
msgid "3 AM"
|
5458 |
msgstr ""
|
5459 |
|
5460 |
+
#: app/features/mec/settings.php:228
|
5461 |
msgid "4 AM"
|
5462 |
msgstr ""
|
5463 |
|
5464 |
+
#: app/features/mec/settings.php:229
|
5465 |
msgid "5 AM"
|
5466 |
msgstr ""
|
5467 |
|
5468 |
+
#: app/features/mec/settings.php:234
|
5469 |
msgid ""
|
5470 |
"12 AM is midnight by default but you can change it if your event ends after "
|
5471 |
"12 AM and you don't want those events considered as multiple days events!"
|
5472 |
msgstr ""
|
5473 |
|
5474 |
+
#: app/features/mec/settings.php:242
|
5475 |
msgid "Open \"Add Event\" as Popup"
|
5476 |
msgstr ""
|
5477 |
|
5478 |
+
#: app/features/mec/settings.php:245 app/features/mec/settings.php:253
|
5479 |
msgid "Enable"
|
5480 |
msgstr ""
|
5481 |
|
5482 |
+
#: app/features/mec/settings.php:250
|
5483 |
msgid "Open \"Add Shortcode\" as Popup"
|
5484 |
msgstr ""
|
5485 |
|
5486 |
+
#: app/features/mec/settings.php:260 app/libraries/main.php:533
|
5487 |
msgid "Archive Pages"
|
5488 |
msgstr ""
|
5489 |
|
5490 |
+
#: app/features/mec/settings.php:263 app/features/mec/settings.php:268
|
5491 |
msgid "Archive Page Title"
|
5492 |
msgstr ""
|
5493 |
|
5494 |
+
#: app/features/mec/settings.php:269
|
5495 |
msgid "Default value is Events - It's title of the page"
|
5496 |
msgstr ""
|
5497 |
|
5498 |
+
#: app/features/mec/settings.php:277 app/features/mec/settings.php:345
|
5499 |
msgid "Archive Page Skin"
|
5500 |
msgstr ""
|
5501 |
|
5502 |
+
#: app/features/mec/settings.php:285
|
5503 |
msgid "Put shortcode..."
|
5504 |
msgstr ""
|
5505 |
|
5506 |
+
#: app/features/mec/settings.php:288 app/features/mec/settings.php:303
|
5507 |
+
#: app/features/mec/settings.php:306 app/features/mec/settings.php:315
|
5508 |
+
#: app/features/mec/settings.php:341 app/features/mec/settings.php:362
|
5509 |
+
#: app/features/mec/settings.php:377 app/features/mec/settings.php:380
|
5510 |
+
#: app/features/mec/settings.php:389 app/features/mec/settings.php:415
|
5511 |
msgid "There is no skins"
|
5512 |
msgstr ""
|
5513 |
|
5514 |
+
#: app/features/mec/settings.php:291 app/features/mec/settings.php:365
|
5515 |
#: app/features/mec/single.php:73
|
5516 |
msgid "Modern Style"
|
5517 |
msgstr ""
|
5518 |
|
5519 |
+
#: app/features/mec/settings.php:333 app/features/mec/settings.php:407
|
5520 |
msgid "colorful"
|
5521 |
msgstr ""
|
5522 |
|
5523 |
+
#: app/features/mec/settings.php:338 app/features/mec/settings.php:412
|
5524 |
msgid "Clean Style"
|
5525 |
msgstr ""
|
5526 |
|
5527 |
+
#: app/features/mec/settings.php:346
|
5528 |
msgid "Default value is Calendar/Monthly View, But you can change it "
|
5529 |
msgstr ""
|
5530 |
|
5531 |
+
#: app/features/mec/settings.php:346 app/features/mec/settings.php:420
|
5532 |
msgid "See Demo"
|
5533 |
msgstr ""
|
5534 |
|
5535 |
+
#: app/features/mec/settings.php:354 app/features/mec/settings.php:419
|
5536 |
msgid "Category Page Skin"
|
5537 |
msgstr ""
|
5538 |
|
5539 |
+
#: app/features/mec/settings.php:420
|
5540 |
msgid ""
|
5541 |
"Default value is List View - But you can change it to set a skin for all "
|
5542 |
"categories."
|
5543 |
msgstr ""
|
5544 |
|
5545 |
+
#: app/features/mec/settings.php:428 app/features/mec/settings.php:436
|
5546 |
msgid "Category Events Method"
|
5547 |
msgstr ""
|
5548 |
|
5549 |
+
#: app/features/mec/settings.php:437
|
5550 |
msgid "Default value is Upcoming Events"
|
5551 |
msgstr ""
|
5552 |
|
5553 |
+
#: app/features/mec/settings.php:445 app/features/mec/settings.php:453
|
5554 |
msgid "Events Archive Status"
|
5555 |
msgstr ""
|
5556 |
|
5557 |
+
#: app/features/mec/settings.php:448
|
5558 |
msgid "Enabled (Recommended)"
|
5559 |
msgstr ""
|
5560 |
|
5561 |
+
#: app/features/mec/settings.php:454
|
5562 |
msgid ""
|
5563 |
"If you disable it, then you should create a page as archive page of MEC. "
|
5564 |
"Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
|
5565 |
"MEC rewrite rules."
|
5566 |
msgstr ""
|
5567 |
|
5568 |
+
#: app/features/mec/settings.php:467 app/features/mec/settings.php:472
|
5569 |
msgid "Main Slug"
|
5570 |
msgstr ""
|
5571 |
|
5572 |
+
#: app/features/mec/settings.php:473
|
5573 |
msgid ""
|
5574 |
"Default value is events. You can not have a page with this name. MEC allows "
|
5575 |
"you to create custom URLs for the permalinks and archives to enhance the "
|
5576 |
"applicability and forward-compatibility of the links."
|
5577 |
msgstr ""
|
5578 |
|
5579 |
+
#: app/features/mec/settings.php:477 app/features/mec/settings.php:491
|
5580 |
msgid "Valid characters are lowercase a-z, - character and numbers."
|
5581 |
msgstr ""
|
5582 |
|
5583 |
+
#: app/features/mec/settings.php:481 app/features/mec/settings.php:486
|
5584 |
msgid "Category Slug"
|
5585 |
msgstr ""
|
5586 |
|
5587 |
+
#: app/features/mec/settings.php:487
|
5588 |
msgid ""
|
5589 |
"It's slug of MEC categories, you can change it to events-cat or something "
|
5590 |
"else. Default value is mec-category. You can not have a page with this name."
|
5591 |
msgstr ""
|
5592 |
|
5593 |
+
#: app/features/mec/settings.php:499
|
5594 |
msgid "Currency"
|
5595 |
msgstr ""
|
5596 |
|
5597 |
+
#: app/features/mec/settings.php:509 app/features/mec/settings.php:514
|
5598 |
msgid "Currency Sign"
|
5599 |
msgstr ""
|
5600 |
|
5601 |
+
#: app/features/mec/settings.php:515
|
5602 |
msgid "Default value will be \"currency\" if you leave it empty."
|
5603 |
msgstr ""
|
5604 |
|
5605 |
+
#: app/features/mec/settings.php:522
|
5606 |
msgid "Currency Position"
|
5607 |
msgstr ""
|
5608 |
|
5609 |
+
#: app/features/mec/settings.php:525
|
5610 |
msgid "Before $10"
|
5611 |
msgstr ""
|
5612 |
|
5613 |
+
#: app/features/mec/settings.php:526
|
5614 |
msgid "After 10$"
|
5615 |
msgstr ""
|
5616 |
|
5617 |
+
#: app/features/mec/settings.php:531
|
5618 |
msgid "Thousand Separator"
|
5619 |
msgstr ""
|
5620 |
|
5621 |
+
#: app/features/mec/settings.php:537
|
5622 |
msgid "Decimal Separator"
|
5623 |
msgstr ""
|
5624 |
|
5625 |
+
#: app/features/mec/settings.php:547
|
5626 |
msgid "No decimal"
|
5627 |
msgstr ""
|
5628 |
|
5629 |
+
#: app/features/mec/settings.php:558
|
5630 |
msgid "Enable Google Recaptcha"
|
5631 |
msgstr ""
|
5632 |
|
5633 |
+
#: app/features/mec/settings.php:567
|
5634 |
msgid "Enable on booking form"
|
5635 |
msgstr ""
|
5636 |
|
5637 |
+
#: app/features/mec/settings.php:575
|
5638 |
msgid "Enable on \"Frontend Event Submission\" form"
|
5639 |
msgstr ""
|
5640 |
|
5641 |
+
#: app/features/mec/settings.php:579
|
5642 |
msgid "Site Key"
|
5643 |
msgstr ""
|
5644 |
|
5645 |
+
#: app/features/mec/settings.php:585
|
5646 |
msgid "Secret Key"
|
5647 |
msgstr ""
|
5648 |
|
5649 |
+
#: app/features/mec/settings.php:597 app/features/mec/settings.php:605
|
5650 |
msgid "Time Format"
|
5651 |
msgstr ""
|
5652 |
|
5653 |
+
#: app/features/mec/settings.php:600
|
5654 |
msgid "12 hours format with AM/PM"
|
5655 |
msgstr ""
|
5656 |
|
5657 |
+
#: app/features/mec/settings.php:601
|
5658 |
msgid "24 hours format"
|
5659 |
msgstr ""
|
5660 |
|
5661 |
+
#: app/features/mec/settings.php:606
|
5662 |
msgid "This option, affects the selection of Start/End time."
|
5663 |
msgstr ""
|
5664 |
|
5665 |
+
#: app/features/mec/settings.php:614
|
5666 |
msgid "Events List Page"
|
5667 |
msgstr ""
|
5668 |
|
5669 |
+
#: app/features/mec/settings.php:623 app/features/mec/settings.php:635
|
5670 |
#, php-format
|
5671 |
msgid "Put %s shortcode into the page."
|
5672 |
msgstr ""
|
5673 |
|
5674 |
+
#: app/features/mec/settings.php:626
|
5675 |
msgid "Add/Edit Events Page"
|
5676 |
msgstr ""
|
5677 |
|
5678 |
+
#: app/features/mec/settings.php:650
|
5679 |
msgid ""
|
5680 |
"User is redirected to this page after a new event submission. Leave it empty "
|
5681 |
"if you want it disabled."
|
5682 |
msgstr ""
|
5683 |
|
5684 |
+
#: app/features/mec/settings.php:673 app/features/mec/settings.php:678
|
5685 |
msgid "Maximum File Size"
|
5686 |
msgstr ""
|
5687 |
|
5688 |
+
#: app/features/mec/settings.php:675
|
5689 |
msgid "in KB"
|
5690 |
msgstr ""
|
5691 |
|
5692 |
+
#: app/features/mec/settings.php:679
|
5693 |
msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
|
5694 |
msgstr ""
|
5695 |
|
5696 |
+
#: app/features/mec/settings.php:688
|
5697 |
msgid "Enable event submission by guest (Not logged in) users"
|
5698 |
msgstr ""
|
5699 |
|
5700 |
+
#: app/features/mec/settings.php:695
|
5701 |
msgid "Enable mandatory email and name for guest user"
|
5702 |
msgstr ""
|
5703 |
|
5704 |
+
#: app/features/mec/settings.php:699
|
5705 |
msgid "Frontend Event Submission Sections"
|
5706 |
msgstr ""
|
5707 |
|
5708 |
+
#: app/features/mec/settings.php:703
|
5709 |
msgid "Event Data Fields"
|
5710 |
msgstr ""
|
5711 |
|
5712 |
+
#: app/features/mec/settings.php:727 app/widgets/single.php:119
|
5713 |
msgid "Event Categories"
|
5714 |
msgstr ""
|
5715 |
|
5716 |
+
#: app/features/mec/settings.php:733
|
5717 |
msgid "Event Labels"
|
5718 |
msgstr ""
|
5719 |
|
5720 |
+
#: app/features/mec/settings.php:745
|
5721 |
msgid "Event Tags"
|
5722 |
msgstr ""
|
5723 |
|
5724 |
+
#: app/features/mec/settings.php:757 app/widgets/single.php:123
|
5725 |
msgid "Event Organizer"
|
5726 |
msgstr ""
|
5727 |
|
5728 |
+
#: app/features/mec/settings.php:783
|
5729 |
msgid "Fees / Taxes Options"
|
5730 |
msgstr ""
|
5731 |
|
5732 |
+
#: app/features/mec/settings.php:797 app/features/schema.php:64
|
5733 |
msgid "SEO Schema"
|
5734 |
msgstr ""
|
5735 |
|
5736 |
+
#: app/features/mec/settings.php:824
|
5737 |
#, php-format
|
5738 |
msgid ""
|
5739 |
"Users can put a note for editors while they're submitting the event. Also "
|
5741 |
"users' note in email."
|
5742 |
msgstr ""
|
5743 |
|
5744 |
+
#: app/features/mec/settings.php:831 app/features/mec/settings.php:839
|
5745 |
msgid "Note visibility"
|
5746 |
msgstr ""
|
5747 |
|
5748 |
+
#: app/features/mec/settings.php:834
|
5749 |
msgid "Always"
|
5750 |
msgstr ""
|
5751 |
|
5752 |
+
#: app/features/mec/settings.php:835
|
5753 |
msgid "While event is not published"
|
5754 |
msgstr ""
|
5755 |
|
5756 |
+
#: app/features/mec/settings.php:840
|
5757 |
msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
|
5758 |
msgstr ""
|
5759 |
|
5760 |
+
#: app/features/mec/settings.php:851 app/libraries/main.php:538
|
5761 |
msgid "User Profile"
|
5762 |
msgstr ""
|
5763 |
|
5764 |
+
#: app/features/mec/settings.php:853
|
5765 |
#, php-format
|
5766 |
msgid ""
|
5767 |
"Put %s shortcode into your desired page. Then users are able to see the "
|
5768 |
"history of their bookings."
|
5769 |
msgstr ""
|
5770 |
|
5771 |
+
#: app/features/mec/settings.php:858 app/libraries/main.php:539
|
5772 |
msgid "Search Bar"
|
5773 |
msgstr ""
|
5774 |
|
5775 |
+
#: app/features/mec/settings.php:860
|
5776 |
#, php-format
|
5777 |
msgid ""
|
5778 |
"Put %s shortcode into your desired page. Then users are able to search events"
|
5779 |
msgstr ""
|
5780 |
|
5781 |
+
#: app/features/mec/settings.php:864
|
5782 |
msgid "Ajax Live mode"
|
5783 |
msgstr ""
|
5784 |
|
5785 |
+
#: app/features/mec/settings.php:868
|
5786 |
msgid "Ajax mode"
|
5787 |
msgstr ""
|
5788 |
|
5789 |
+
#: app/features/mec/settings.php:869
|
5790 |
msgid ""
|
5791 |
"if you enable this option, the search button will disappear. To use this "
|
5792 |
"feature, text input field must be enabled."
|
5793 |
msgstr ""
|
5794 |
|
5795 |
+
#: app/features/mec/settings.php:877
|
5796 |
msgid "Modern Type"
|
5797 |
msgstr ""
|
5798 |
|
5799 |
+
#: app/features/mec/settings.php:881
|
5800 |
msgid "Search bar fields"
|
5801 |
msgstr ""
|
5802 |
|
5803 |
+
#: app/features/mec/settings.php:923
|
5804 |
msgid "Text input"
|
5805 |
msgstr ""
|
5806 |
|
5807 |
+
#: app/features/mec/settings.php:936
|
5808 |
msgid "Enable Mailchimp Integration"
|
5809 |
msgstr ""
|
5810 |
|
5811 |
+
#: app/features/mec/settings.php:941 app/features/mec/settings.php:946
|
5812 |
+
#: app/features/mec/settings.php:995 app/features/mec/settings.php:1019
|
5813 |
+
#: app/features/mec/settings.php:1043 app/features/mec/settings.php:1073
|
5814 |
msgid "API Key"
|
5815 |
msgstr ""
|
5816 |
|
5817 |
+
#: app/features/mec/settings.php:954 app/features/mec/settings.php:959
|
5818 |
+
#: app/features/mec/settings.php:1001 app/features/mec/settings.php:1049
|
5819 |
+
#: app/features/mec/settings.php:1079
|
5820 |
msgid "List ID"
|
5821 |
msgstr ""
|
5822 |
|
5823 |
+
#: app/features/mec/settings.php:967 app/features/mec/settings.php:975
|
5824 |
msgid "Subscription Status"
|
5825 |
msgstr ""
|
5826 |
|
5827 |
+
#: app/features/mec/settings.php:970
|
5828 |
msgid "Subscribe automatically"
|
5829 |
msgstr ""
|
5830 |
|
5831 |
+
#: app/features/mec/settings.php:971
|
5832 |
msgid "Subscribe by verification"
|
5833 |
msgstr ""
|
5834 |
|
5835 |
+
#: app/features/mec/settings.php:976
|
5836 |
msgid ""
|
5837 |
"If you choose \"Subscribe by verification\" then an email will be send to "
|
5838 |
"the user by mailchimp for subscription verification."
|
5839 |
msgstr ""
|
5840 |
|
5841 |
+
#: app/features/mec/settings.php:986 app/libraries/main.php:541
|
5842 |
msgid "Campaign Monitor Integration"
|
5843 |
msgstr ""
|
5844 |
|
5845 |
+
#: app/features/mec/settings.php:990
|
5846 |
msgid "Enable Campaign Monitor Integration"
|
5847 |
msgstr ""
|
5848 |
|
5849 |
+
#: app/features/mec/settings.php:1010 app/libraries/main.php:542
|
5850 |
msgid "MailerLite Integration"
|
5851 |
msgstr ""
|
5852 |
|
5853 |
+
#: app/features/mec/settings.php:1014
|
5854 |
msgid "Enable MailerLite Integration"
|
5855 |
msgstr ""
|
5856 |
|
5857 |
+
#: app/features/mec/settings.php:1025
|
5858 |
msgid "Group ID"
|
5859 |
msgstr ""
|
5860 |
|
5861 |
+
#: app/features/mec/settings.php:1034 app/libraries/main.php:543
|
5862 |
msgid "Constant Contact Integration"
|
5863 |
msgstr ""
|
5864 |
|
5865 |
+
#: app/features/mec/settings.php:1038
|
5866 |
msgid "Enable constantcontact Integration"
|
5867 |
msgstr ""
|
5868 |
|
5869 |
+
#: app/features/mec/settings.php:1058 app/libraries/main.php:544
|
5870 |
msgid "Active Campaign Integration"
|
5871 |
msgstr ""
|
5872 |
|
5873 |
+
#: app/features/mec/settings.php:1062
|
5874 |
msgid "Enable Active Campaign Integration"
|
5875 |
msgstr ""
|
5876 |
|
5877 |
+
#: app/features/mec/settings.php:1067
|
5878 |
msgid "API URL"
|
5879 |
msgstr ""
|
5880 |
|
5881 |
+
#: app/features/mec/settings.php:1088
|
5882 |
msgid "Upload Field Options"
|
5883 |
msgstr ""
|
5884 |
|
5885 |
+
#: app/features/mec/settings.php:1090
|
5886 |
msgid "Mime types"
|
5887 |
msgstr ""
|
5888 |
|
5889 |
+
#: app/features/mec/settings.php:1094
|
5890 |
msgid "Split mime types with \",\"."
|
5891 |
msgstr ""
|
5892 |
|
5893 |
+
#: app/features/mec/settings.php:1094
|
5894 |
msgid "Default: jpeg,jpg,png,pdf"
|
5895 |
msgstr ""
|
5896 |
|
5897 |
+
#: app/features/mec/settings.php:1097
|
5898 |
msgid "Maximum file size"
|
5899 |
msgstr ""
|
5900 |
|
5901 |
+
#: app/features/mec/settings.php:1101
|
5902 |
msgid "The unit is Megabyte \"MB\""
|
5903 |
msgstr ""
|
5904 |
|
6006 |
msgid "Custom Fields"
|
6007 |
msgstr ""
|
6008 |
|
6009 |
+
#: app/features/mec/single.php:184 app/libraries/main.php:3140
|
6010 |
msgid "URL"
|
6011 |
msgstr ""
|
6012 |
|
6666 |
msgid "eg. https://webnus.net"
|
6667 |
msgstr ""
|
6668 |
|
6669 |
+
#: app/features/organizers.php:312 app/libraries/main.php:5887
|
6670 |
+
#: app/libraries/main.php:5932 app/skins/single.php:1152
|
6671 |
msgid "Other Organizers"
|
6672 |
msgstr ""
|
6673 |
|
6726 |
|
6727 |
#: app/features/popup/event.php:262 app/features/popup/shortcode.php:546
|
6728 |
#: app/modules/booking/steps/form.php:254
|
6729 |
+
#: app/modules/booking/steps/tickets.php:124 app/skins/countdown/tpl.php:117
|
6730 |
#: app/skins/countdown/tpl.php:163 app/skins/countdown/tpl.php:210
|
6731 |
msgid "Next"
|
6732 |
msgstr ""
|
6813 |
msgid "Please %s/%s in order to see your bookings / profile."
|
6814 |
msgstr ""
|
6815 |
|
6816 |
+
#: app/features/profile/profile.php:20 app/libraries/main.php:2312
|
6817 |
msgid "Your booking already canceled!"
|
6818 |
msgstr ""
|
6819 |
|
6821 |
msgid "#"
|
6822 |
msgstr ""
|
6823 |
|
6824 |
+
#: app/features/profile/profile.php:61 app/libraries/main.php:3472
|
6825 |
msgid "Status"
|
6826 |
msgstr ""
|
6827 |
|
6828 |
+
#: app/features/profile/profile.php:64 app/libraries/main.php:2480
|
6829 |
msgid "Attendees"
|
6830 |
msgstr ""
|
6831 |
|
6934 |
msgid "No search result."
|
6935 |
msgstr ""
|
6936 |
|
6937 |
+
#: app/features/search_bar/search_result.php:12 app/libraries/main.php:5889
|
6938 |
+
#: app/libraries/main.php:5934 app/libraries/notifications.php:928
|
6939 |
+
#: app/libraries/render.php:516 app/libraries/render.php:816
|
6940 |
+
#: app/modules/local-time/details.php:48 app/modules/local-time/type1.php:45
|
6941 |
+
#: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
|
6942 |
+
#: app/modules/next-event/details.php:145 app/skins/single.php:1044
|
6943 |
+
#: app/skins/single/default.php:123 app/skins/single/default.php:354
|
6944 |
+
#: app/skins/single/m1.php:47 app/skins/single/modern.php:219
|
6945 |
msgid "All Day"
|
6946 |
msgstr ""
|
6947 |
|
7017 |
msgid "Discount"
|
7018 |
msgstr ""
|
7019 |
|
7020 |
+
#: app/libraries/book.php:852 app/modules/booking/default.php:394
|
7021 |
#: app/modules/booking/default.php:499
|
7022 |
msgid "Download Invoice"
|
7023 |
msgstr ""
|
7024 |
|
7025 |
+
#: app/libraries/factory.php:164
|
7026 |
msgid "M.E. Calendar"
|
7027 |
msgstr ""
|
7028 |
|
7029 |
+
#: app/libraries/factory.php:203
|
7030 |
msgctxt "plugin link"
|
7031 |
msgid "Upgrade to Pro Version"
|
7032 |
msgstr ""
|
7033 |
|
7034 |
+
#: app/libraries/factory.php:221
|
7035 |
msgctxt "plugin link"
|
7036 |
msgid "Settings"
|
7037 |
msgstr ""
|
7038 |
|
7039 |
+
#: app/libraries/factory.php:226
|
7040 |
msgctxt "plugin link"
|
7041 |
msgid "Upgrade"
|
7042 |
msgstr ""
|
7043 |
|
7044 |
+
#: app/libraries/factory.php:370
|
7045 |
msgid "day"
|
7046 |
msgstr ""
|
7047 |
|
7048 |
+
#: app/libraries/factory.php:371 app/modules/countdown/details.php:138
|
7049 |
#: app/skins/available_spot/tpl.php:149 app/skins/countdown/tpl.php:131
|
7050 |
#: app/skins/countdown/tpl.php:177 app/skins/countdown/tpl.php:228
|
7051 |
msgid "days"
|
7052 |
msgstr ""
|
7053 |
|
7054 |
+
#: app/libraries/factory.php:372
|
7055 |
msgid "hour"
|
7056 |
msgstr ""
|
7057 |
|
7058 |
+
#: app/libraries/factory.php:373 app/modules/countdown/details.php:145
|
7059 |
#: app/skins/available_spot/tpl.php:153 app/skins/countdown/tpl.php:137
|
7060 |
#: app/skins/countdown/tpl.php:183 app/skins/countdown/tpl.php:234
|
7061 |
msgid "hours"
|
7062 |
msgstr ""
|
7063 |
|
7064 |
+
#: app/libraries/factory.php:374
|
7065 |
msgid "minute"
|
7066 |
msgstr ""
|
7067 |
|
7068 |
+
#: app/libraries/factory.php:375 app/modules/countdown/details.php:152
|
7069 |
#: app/skins/available_spot/tpl.php:157 app/skins/countdown/tpl.php:143
|
7070 |
#: app/skins/countdown/tpl.php:189 app/skins/countdown/tpl.php:240
|
7071 |
msgid "minutes"
|
7072 |
msgstr ""
|
7073 |
|
7074 |
+
#: app/libraries/factory.php:376
|
7075 |
msgid "second"
|
7076 |
msgstr ""
|
7077 |
|
7078 |
+
#: app/libraries/factory.php:377 app/modules/countdown/details.php:159
|
7079 |
#: app/skins/available_spot/tpl.php:161 app/skins/countdown/tpl.php:149
|
7080 |
#: app/skins/countdown/tpl.php:195 app/skins/countdown/tpl.php:246
|
7081 |
msgid "seconds"
|
7082 |
msgstr ""
|
7083 |
|
7084 |
+
#: app/libraries/factory.php:429
|
7085 |
msgid "MEC Single Sidebar"
|
7086 |
msgstr ""
|
7087 |
|
7088 |
+
#: app/libraries/factory.php:430
|
7089 |
msgid "Custom sidebar for single and modal page of MEC."
|
7090 |
msgstr ""
|
7091 |
|
7093 |
msgid "There is no excerpt because this is a protected post."
|
7094 |
msgstr ""
|
7095 |
|
7096 |
+
#: app/libraries/main.php:332 app/libraries/main.php:1928
|
7097 |
+
#: app/libraries/main.php:1953
|
7098 |
msgid "Agenda View"
|
7099 |
msgstr ""
|
7100 |
|
7101 |
+
#: app/libraries/main.php:333 app/libraries/main.php:1919
|
7102 |
+
#: app/libraries/main.php:1944
|
7103 |
msgid "Full Calendar"
|
7104 |
msgstr ""
|
7105 |
|
7106 |
+
#: app/libraries/main.php:335 app/libraries/main.php:1921
|
7107 |
+
#: app/libraries/main.php:1946
|
7108 |
msgid "Calendar/Monthly View"
|
7109 |
msgstr ""
|
7110 |
|
7111 |
+
#: app/libraries/main.php:338 app/libraries/main.php:1924
|
7112 |
+
#: app/libraries/main.php:1949
|
7113 |
msgid "Timetable View"
|
7114 |
msgstr ""
|
7115 |
|
7116 |
+
#: app/libraries/main.php:339 app/libraries/main.php:1925
|
7117 |
+
#: app/libraries/main.php:1950
|
7118 |
msgid "Masonry View"
|
7119 |
msgstr ""
|
7120 |
|
7121 |
+
#: app/libraries/main.php:340 app/libraries/main.php:1929
|
7122 |
+
#: app/libraries/main.php:1954
|
7123 |
msgid "Map View"
|
7124 |
msgstr ""
|
7125 |
|
7147 |
msgid "Timeline View"
|
7148 |
msgstr ""
|
7149 |
|
7150 |
+
#: app/libraries/main.php:385 app/libraries/main.php:5865
|
7151 |
+
#: app/libraries/main.php:5913
|
7152 |
msgid "SU"
|
7153 |
msgstr ""
|
7154 |
|
7155 |
+
#: app/libraries/main.php:386 app/libraries/main.php:5866
|
7156 |
+
#: app/libraries/main.php:5914
|
7157 |
msgid "MO"
|
7158 |
msgstr ""
|
7159 |
|
7160 |
+
#: app/libraries/main.php:387 app/libraries/main.php:5867
|
7161 |
+
#: app/libraries/main.php:5915
|
7162 |
msgid "TU"
|
7163 |
msgstr ""
|
7164 |
|
7165 |
+
#: app/libraries/main.php:388 app/libraries/main.php:5868
|
7166 |
+
#: app/libraries/main.php:5916
|
7167 |
msgid "WE"
|
7168 |
msgstr ""
|
7169 |
|
7170 |
+
#: app/libraries/main.php:389 app/libraries/main.php:5869
|
7171 |
+
#: app/libraries/main.php:5917
|
7172 |
msgid "TH"
|
7173 |
msgstr ""
|
7174 |
|
7175 |
+
#: app/libraries/main.php:390 app/libraries/main.php:5870
|
7176 |
+
#: app/libraries/main.php:5918
|
7177 |
msgid "FR"
|
7178 |
msgstr ""
|
7179 |
|
7180 |
+
#: app/libraries/main.php:391 app/libraries/main.php:5871
|
7181 |
+
#: app/libraries/main.php:5919
|
7182 |
msgid "SA"
|
7183 |
msgstr ""
|
7184 |
|
7233 |
"events. Users can now log in to purchase tickets."
|
7234 |
msgstr ""
|
7235 |
|
7236 |
+
#: app/libraries/main.php:1645
|
7237 |
msgid "Events at this location"
|
7238 |
msgstr ""
|
7239 |
|
7240 |
+
#: app/libraries/main.php:1645
|
7241 |
msgid "Event at this location"
|
7242 |
msgstr ""
|
7243 |
|
7244 |
+
#: app/libraries/main.php:1697
|
7245 |
msgid "Facebook"
|
7246 |
msgstr ""
|
7247 |
|
7248 |
+
#: app/libraries/main.php:1698
|
7249 |
msgid "Twitter"
|
7250 |
msgstr ""
|
7251 |
|
7252 |
+
#: app/libraries/main.php:1699 app/libraries/main.php:1756
|
7253 |
msgid "Linkedin"
|
7254 |
msgstr ""
|
7255 |
|
7256 |
+
#: app/libraries/main.php:1700 app/libraries/main.php:1792
|
7257 |
msgid "VK"
|
7258 |
msgstr ""
|
7259 |
|
7260 |
+
#: app/libraries/main.php:1701
|
7261 |
msgid "Tumblr"
|
7262 |
msgstr ""
|
7263 |
|
7264 |
+
#: app/libraries/main.php:1702
|
7265 |
msgid "Pinterest"
|
7266 |
msgstr ""
|
7267 |
|
7268 |
+
#: app/libraries/main.php:1703
|
7269 |
msgid "Flipboard"
|
7270 |
msgstr ""
|
7271 |
|
7272 |
+
#: app/libraries/main.php:1704
|
7273 |
msgid "GetPocket"
|
7274 |
msgstr ""
|
7275 |
|
7276 |
+
#: app/libraries/main.php:1705
|
7277 |
msgid "Reddit"
|
7278 |
msgstr ""
|
7279 |
|
7280 |
+
#: app/libraries/main.php:1706
|
7281 |
msgid "WhatsApp"
|
7282 |
msgstr ""
|
7283 |
|
7284 |
+
#: app/libraries/main.php:1707
|
7285 |
msgid "Telegram"
|
7286 |
msgstr ""
|
7287 |
|
7288 |
+
#: app/libraries/main.php:1726
|
7289 |
msgid "Share on Facebook"
|
7290 |
msgstr ""
|
7291 |
|
7292 |
+
#: app/libraries/main.php:1741
|
7293 |
msgid "Tweet"
|
7294 |
msgstr ""
|
7295 |
|
7296 |
+
#: app/libraries/main.php:1807
|
7297 |
msgid "Share on Tumblr"
|
7298 |
msgstr ""
|
7299 |
|
7300 |
+
#: app/libraries/main.php:1823
|
7301 |
msgid "Share on Pinterest"
|
7302 |
msgstr ""
|
7303 |
|
7304 |
+
#: app/libraries/main.php:1839
|
7305 |
msgid "Share on Flipboard"
|
7306 |
msgstr ""
|
7307 |
|
7308 |
+
#: app/libraries/main.php:1857
|
7309 |
msgid "Share on GetPocket"
|
7310 |
msgstr ""
|
7311 |
|
7312 |
+
#: app/libraries/main.php:1873
|
7313 |
msgid "Share on Reddit"
|
7314 |
msgstr ""
|
7315 |
|
7316 |
+
#: app/libraries/main.php:1889
|
7317 |
msgid "Share on Telegram"
|
7318 |
msgstr ""
|
7319 |
|
7320 |
+
#: app/libraries/main.php:1907
|
7321 |
msgid "Share on WhatsApp"
|
7322 |
msgstr ""
|
7323 |
|
7324 |
+
#: app/libraries/main.php:1930
|
7325 |
msgid "Custom Shortcode"
|
7326 |
msgstr ""
|
7327 |
|
7328 |
+
#: app/libraries/main.php:2292
|
7329 |
msgid "Your booking already verified!"
|
7330 |
msgstr ""
|
7331 |
|
7332 |
+
#: app/libraries/main.php:2297
|
7333 |
msgid "Your booking successfully verified."
|
7334 |
msgstr ""
|
7335 |
|
7336 |
+
#: app/libraries/main.php:2298
|
7337 |
msgid "Your booking cannot verify!"
|
7338 |
msgstr ""
|
7339 |
|
7340 |
+
#: app/libraries/main.php:2317
|
7341 |
msgid "Your booking successfully canceled."
|
7342 |
msgstr ""
|
7343 |
|
7344 |
+
#: app/libraries/main.php:2318
|
7345 |
msgid "Your booking cannot be canceled."
|
7346 |
msgstr ""
|
7347 |
|
7348 |
+
#: app/libraries/main.php:2322
|
7349 |
msgid "You canceled the payment successfully."
|
7350 |
msgstr ""
|
7351 |
|
7352 |
+
#: app/libraries/main.php:2326
|
7353 |
msgid "You returned from payment gateway successfully."
|
7354 |
msgstr ""
|
7355 |
|
7356 |
+
#: app/libraries/main.php:2345
|
7357 |
msgid "Cannot find the invoice!"
|
7358 |
msgstr ""
|
7359 |
|
7360 |
+
#: app/libraries/main.php:2345
|
7361 |
msgid "Invoice is invalid."
|
7362 |
msgstr ""
|
7363 |
|
7364 |
+
#: app/libraries/main.php:2365
|
7365 |
msgid ""
|
7366 |
"Your booking still is not confirmed. You can download it after confirmation!"
|
7367 |
msgstr ""
|
7368 |
|
7369 |
+
#: app/libraries/main.php:2365
|
7370 |
msgid "Booking Not Confirmed."
|
7371 |
msgstr ""
|
7372 |
|
7373 |
+
#: app/libraries/main.php:2371
|
7374 |
msgid "Cannot find the booking!"
|
7375 |
msgstr ""
|
7376 |
|
7377 |
+
#: app/libraries/main.php:2371
|
7378 |
msgid "Booking is invalid."
|
7379 |
msgstr ""
|
7380 |
|
7381 |
+
#: app/libraries/main.php:2404
|
7382 |
#, php-format
|
7383 |
msgid "%s Invoice"
|
7384 |
msgstr ""
|
7385 |
|
7386 |
+
#: app/libraries/main.php:2437
|
7387 |
msgid "Date & Time"
|
7388 |
msgstr ""
|
7389 |
|
7390 |
+
#: app/libraries/main.php:2454
|
7391 |
msgid "Booking Fields"
|
7392 |
msgstr ""
|
7393 |
|
7394 |
+
#: app/libraries/main.php:2526
|
7395 |
msgid "Billing"
|
7396 |
msgstr ""
|
7397 |
|
7398 |
+
#: app/libraries/main.php:2538
|
7399 |
msgid "Coupon Code"
|
7400 |
msgstr ""
|
7401 |
|
7402 |
+
#: app/libraries/main.php:2543
|
7403 |
msgid "Total"
|
7404 |
msgstr ""
|
7405 |
|
7406 |
+
#: app/libraries/main.php:2550
|
7407 |
msgid "Payment"
|
7408 |
msgstr ""
|
7409 |
|
7410 |
+
#: app/libraries/main.php:2554
|
7411 |
msgid "Gateway"
|
7412 |
msgstr ""
|
7413 |
|
7414 |
+
#: app/libraries/main.php:2567
|
7415 |
msgid "Payment Time"
|
7416 |
msgstr ""
|
7417 |
|
7418 |
+
#: app/libraries/main.php:2677
|
7419 |
msgid "Request is not valid."
|
7420 |
msgstr ""
|
7421 |
|
7422 |
+
#: app/libraries/main.php:2677
|
7423 |
msgid "iCal export stopped!"
|
7424 |
msgstr ""
|
7425 |
|
7426 |
+
#: app/libraries/main.php:3023 app/libraries/main.php:3052
|
7427 |
+
#: app/libraries/main.php:3081 app/libraries/main.php:3110
|
7428 |
+
#: app/libraries/main.php:3139 app/libraries/main.php:3168
|
7429 |
+
#: app/libraries/main.php:3197 app/libraries/main.php:3226
|
7430 |
+
#: app/libraries/main.php:3255 app/libraries/main.php:3284
|
7431 |
+
#: app/libraries/main.php:3307 app/libraries/main.php:3353
|
7432 |
+
#: app/libraries/main.php:3399 app/libraries/main.php:3448
|
7433 |
+
#: app/libraries/main.php:3497
|
7434 |
msgid "Sort"
|
7435 |
msgstr ""
|
7436 |
|
7437 |
+
#: app/libraries/main.php:3030 app/libraries/main.php:3059
|
7438 |
+
#: app/libraries/main.php:3088 app/libraries/main.php:3117
|
7439 |
+
#: app/libraries/main.php:3146 app/libraries/main.php:3175
|
7440 |
+
#: app/libraries/main.php:3204 app/libraries/main.php:3233
|
7441 |
+
#: app/libraries/main.php:3262 app/libraries/main.php:3314
|
7442 |
+
#: app/libraries/main.php:3360 app/libraries/main.php:3406
|
7443 |
+
#: app/libraries/main.php:3455
|
7444 |
msgid "Required Field"
|
7445 |
msgstr ""
|
7446 |
|
7447 |
+
#: app/libraries/main.php:3036 app/libraries/main.php:3065
|
7448 |
+
#: app/libraries/main.php:3094 app/libraries/main.php:3123
|
7449 |
+
#: app/libraries/main.php:3152 app/libraries/main.php:3181
|
7450 |
+
#: app/libraries/main.php:3210 app/libraries/main.php:3239
|
7451 |
+
#: app/libraries/main.php:3268 app/libraries/main.php:3320
|
7452 |
+
#: app/libraries/main.php:3366 app/libraries/main.php:3412
|
7453 |
+
#: app/libraries/main.php:3461
|
7454 |
msgid "Insert a label for this field"
|
7455 |
msgstr ""
|
7456 |
|
7457 |
+
#: app/libraries/main.php:3290
|
7458 |
msgid "HTML and shortcode are allowed."
|
7459 |
msgstr ""
|
7460 |
|
7461 |
+
#: app/libraries/main.php:3333 app/libraries/main.php:3379
|
7462 |
+
#: app/libraries/main.php:3425
|
7463 |
msgid "Option"
|
7464 |
msgstr ""
|
7465 |
|
7466 |
+
#: app/libraries/main.php:3461
|
7467 |
#, php-format
|
7468 |
msgid "Instead of %s, the page title with a link will be show."
|
7469 |
msgstr ""
|
7470 |
|
7471 |
+
#: app/libraries/main.php:3463
|
7472 |
msgid "Agreement Page"
|
7473 |
msgstr ""
|
7474 |
|
7475 |
+
#: app/libraries/main.php:3474
|
7476 |
msgid "Checked by default"
|
7477 |
msgstr ""
|
7478 |
|
7479 |
+
#: app/libraries/main.php:3475
|
7480 |
msgid "Unchecked by default"
|
7481 |
msgstr ""
|
7482 |
|
7483 |
+
#: app/libraries/main.php:3499
|
7484 |
msgid "Insert a label for this option"
|
7485 |
msgstr ""
|
7486 |
|
7487 |
+
#: app/libraries/main.php:3512
|
7488 |
msgid "Free"
|
7489 |
msgstr ""
|
7490 |
|
7491 |
+
#: app/libraries/main.php:4139 app/libraries/main.php:6183
|
7492 |
msgid "M.E. Calender"
|
7493 |
msgstr ""
|
7494 |
|
7495 |
+
#: app/libraries/main.php:4295
|
7496 |
#, php-format
|
7497 |
msgid "Copy of %s"
|
7498 |
msgstr ""
|
7499 |
|
7500 |
+
#: app/libraries/main.php:5113
|
7501 |
msgid "Booked an event."
|
7502 |
msgstr ""
|
7503 |
|
7504 |
+
#: app/libraries/main.php:5154
|
7505 |
#, php-format
|
7506 |
msgid "%s booked %s event."
|
7507 |
msgstr ""
|
7508 |
|
7509 |
+
#: app/libraries/main.php:5848 app/libraries/main.php:5896
|
7510 |
msgid "Taxonomies"
|
7511 |
msgstr ""
|
7512 |
|
7513 |
+
#: app/libraries/main.php:5850 app/libraries/main.php:5898
|
7514 |
msgid "Category Plural Label"
|
7515 |
msgstr ""
|
7516 |
|
7517 |
+
#: app/libraries/main.php:5851 app/libraries/main.php:5899
|
7518 |
msgid "Category Singular Label"
|
7519 |
msgstr ""
|
7520 |
|
7521 |
+
#: app/libraries/main.php:5852 app/libraries/main.php:5900
|
7522 |
msgid "Label Plural Label"
|
7523 |
msgstr ""
|
7524 |
|
7525 |
+
#: app/libraries/main.php:5853 app/libraries/main.php:5901
|
7526 |
msgid "Label Singular Label"
|
7527 |
msgstr ""
|
7528 |
|
7529 |
+
#: app/libraries/main.php:5853 app/libraries/main.php:5901
|
7530 |
msgid "label"
|
7531 |
msgstr ""
|
7532 |
|
7533 |
+
#: app/libraries/main.php:5854 app/libraries/main.php:5902
|
7534 |
msgid "Location Plural Label"
|
7535 |
msgstr ""
|
7536 |
|
7537 |
+
#: app/libraries/main.php:5855 app/libraries/main.php:5903
|
7538 |
msgid "Location Singular Label"
|
7539 |
msgstr ""
|
7540 |
|
7541 |
+
#: app/libraries/main.php:5856 app/libraries/main.php:5904
|
7542 |
msgid "Organizer Plural Label"
|
7543 |
msgstr ""
|
7544 |
|
7545 |
+
#: app/libraries/main.php:5857 app/libraries/main.php:5905
|
7546 |
msgid "Organizer Singular Label"
|
7547 |
msgstr ""
|
7548 |
|
7549 |
+
#: app/libraries/main.php:5858 app/libraries/main.php:5906
|
7550 |
msgid "Speaker Plural Label"
|
7551 |
msgstr ""
|
7552 |
|
7553 |
+
#: app/libraries/main.php:5859 app/libraries/main.php:5907
|
7554 |
msgid "Speaker Singular Label"
|
7555 |
msgstr ""
|
7556 |
|
7557 |
+
#: app/libraries/main.php:5865 app/libraries/main.php:5913
|
7558 |
msgid "Sunday abbreviation"
|
7559 |
msgstr ""
|
7560 |
|
7561 |
+
#: app/libraries/main.php:5866 app/libraries/main.php:5914
|
7562 |
msgid "Monday abbreviation"
|
7563 |
msgstr ""
|
7564 |
|
7565 |
+
#: app/libraries/main.php:5867 app/libraries/main.php:5915
|
7566 |
msgid "Tuesday abbreviation"
|
7567 |
msgstr ""
|
7568 |
|
7569 |
+
#: app/libraries/main.php:5868 app/libraries/main.php:5916
|
7570 |
msgid "Wednesday abbreviation"
|
7571 |
msgstr ""
|
7572 |
|
7573 |
+
#: app/libraries/main.php:5869 app/libraries/main.php:5917
|
7574 |
msgid "Thursday abbreviation"
|
7575 |
msgstr ""
|
7576 |
|
7577 |
+
#: app/libraries/main.php:5870 app/libraries/main.php:5918
|
7578 |
msgid "Friday abbreviation"
|
7579 |
msgstr ""
|
7580 |
|
7581 |
+
#: app/libraries/main.php:5871 app/libraries/main.php:5919
|
7582 |
msgid "Saturday abbreviation"
|
7583 |
msgstr ""
|
7584 |
|
7585 |
+
#: app/libraries/main.php:5875 app/libraries/main.php:5923
|
7586 |
msgid "Others"
|
7587 |
msgstr ""
|
7588 |
|
7589 |
+
#: app/libraries/main.php:5877
|
7590 |
msgid "Booking Success Message"
|
7591 |
msgstr ""
|
7592 |
|
7593 |
+
#: app/libraries/main.php:5877
|
7594 |
msgid ""
|
7595 |
"Thanks you for booking. Your tickets are booked, booking verification might "
|
7596 |
"be needed, please check your email."
|
7597 |
msgstr ""
|
7598 |
|
7599 |
+
#: app/libraries/main.php:5878 app/libraries/main.php:5925
|
7600 |
#: app/widgets/single.php:131
|
7601 |
msgid "Register Button"
|
7602 |
msgstr ""
|
7603 |
|
7604 |
+
#: app/libraries/main.php:5878 app/libraries/main.php:5925
|
7605 |
#: app/skins/available_spot/tpl.php:209 app/skins/carousel/render.php:109
|
7606 |
#: app/skins/carousel/render.php:148 app/skins/grid/render.php:98
|
7607 |
#: app/skins/grid/render.php:153 app/skins/grid/render.php:203
|
7619 |
msgid "REGISTER"
|
7620 |
msgstr ""
|
7621 |
|
7622 |
+
#: app/libraries/main.php:5879 app/libraries/main.php:5926
|
7623 |
msgid "View Detail Button"
|
7624 |
msgstr ""
|
7625 |
|
7626 |
+
#: app/libraries/main.php:5879 app/libraries/main.php:5926
|
7627 |
#: app/skins/carousel/render.php:109 app/skins/carousel/render.php:148
|
7628 |
#: app/skins/grid/render.php:98 app/skins/grid/render.php:153
|
7629 |
#: app/skins/grid/render.php:203 app/skins/grid/render.php:223
|
7635 |
msgid "View Detail"
|
7636 |
msgstr ""
|
7637 |
|
7638 |
+
#: app/libraries/main.php:5880 app/libraries/main.php:5927
|
7639 |
msgid "Event Detail Button"
|
7640 |
msgstr ""
|
7641 |
|
7642 |
+
#: app/libraries/main.php:5880 app/libraries/main.php:5927
|
7643 |
#: app/skins/countdown/tpl.php:221
|
7644 |
msgid "Event Detail"
|
7645 |
msgstr ""
|
7646 |
|
7647 |
+
#: app/libraries/main.php:5882 app/libraries/main.php:5929
|
7648 |
msgid "More Info Link"
|
7649 |
msgstr ""
|
7650 |
|
7651 |
+
#: app/libraries/main.php:5885
|
7652 |
msgid "Ticket (Singular)"
|
7653 |
msgstr ""
|
7654 |
|
7655 |
+
#: app/libraries/main.php:5886
|
7656 |
msgid "Tickets (Plural)"
|
7657 |
msgstr ""
|
7658 |
|
7659 |
+
#: app/libraries/main.php:6042
|
7660 |
msgid "EventON"
|
7661 |
msgstr ""
|
7662 |
|
7663 |
+
#: app/libraries/main.php:6043
|
7664 |
msgid "The Events Calendar"
|
7665 |
msgstr ""
|
7666 |
|
7667 |
+
#: app/libraries/main.php:6044
|
7668 |
msgid "Events Schedule WP Plugin"
|
7669 |
msgstr ""
|
7670 |
|
7671 |
+
#: app/libraries/main.php:6045
|
7672 |
msgid "Calendarize It"
|
7673 |
msgstr ""
|
7674 |
|
7675 |
+
#: app/libraries/main.php:6046
|
7676 |
msgid "Event Espresso"
|
7677 |
msgstr ""
|
7678 |
|
7679 |
+
#: app/libraries/main.php:6047
|
7680 |
msgid "Events Manager (Recurring)"
|
7681 |
msgstr ""
|
7682 |
|
7683 |
+
#: app/libraries/main.php:6048
|
7684 |
msgid "Events Manager (Single)"
|
7685 |
msgstr ""
|
7686 |
|
7687 |
+
#: app/libraries/main.php:6120 app/libraries/main.php:6140
|
7688 |
msgid "Confirmed"
|
7689 |
msgstr ""
|
7690 |
|
7691 |
+
#: app/libraries/main.php:6121 app/libraries/main.php:6148
|
7692 |
msgid "Rejected"
|
7693 |
msgstr ""
|
7694 |
|
7695 |
+
#: app/libraries/main.php:6122 app/libraries/main.php:6144
|
7696 |
msgid "Pending"
|
7697 |
msgstr ""
|
7698 |
|
7699 |
+
#: app/libraries/main.php:6170
|
7700 |
msgid "Waiting"
|
7701 |
msgstr ""
|
7702 |
|
7703 |
+
#: app/libraries/main.php:6213
|
7704 |
msgid "Sun"
|
7705 |
msgstr ""
|
7706 |
|
7707 |
+
#: app/libraries/main.php:6213
|
7708 |
msgid "Mon"
|
7709 |
msgstr ""
|
7710 |
|
7711 |
+
#: app/libraries/main.php:6213
|
7712 |
msgid "Tue"
|
7713 |
msgstr ""
|
7714 |
|
7715 |
+
#: app/libraries/main.php:6213
|
7716 |
msgid "Wed"
|
7717 |
msgstr ""
|
7718 |
|
7719 |
+
#: app/libraries/main.php:6213
|
7720 |
msgid "Thu"
|
7721 |
msgstr ""
|
7722 |
|
7723 |
+
#: app/libraries/main.php:6213
|
7724 |
msgid "Fri"
|
7725 |
msgstr ""
|
7726 |
|
7727 |
+
#: app/libraries/main.php:6213
|
7728 |
msgid "Sat"
|
7729 |
msgstr ""
|
7730 |
|
7731 |
+
#: app/libraries/main.php:6375 app/libraries/render.php:80
|
7732 |
#: app/libraries/render.php:432
|
7733 |
msgid "Skin controller does not exist."
|
7734 |
msgstr ""
|
7735 |
|
7736 |
+
#: app/libraries/main.php:6590
|
7737 |
msgid "Sold Out"
|
7738 |
msgstr ""
|
7739 |
|
7740 |
+
#: app/libraries/main.php:6598
|
7741 |
msgid "Last Few Tickets"
|
7742 |
msgstr ""
|
7743 |
|
7744 |
+
#: app/libraries/main.php:6919 app/libraries/main.php:6936
|
|
|
|
|
|
|
|
|
7745 |
msgid "Minutes"
|
7746 |
msgstr ""
|
7747 |
|
7748 |
+
#: app/libraries/main.php:6941
|
7749 |
msgid "AM / PM"
|
7750 |
msgstr ""
|
7751 |
|
7752 |
+
#: app/libraries/main.php:6942
|
7753 |
msgid "AM"
|
7754 |
msgstr ""
|
7755 |
|
7756 |
+
#: app/libraries/main.php:6943
|
7757 |
msgid "PM"
|
7758 |
msgstr ""
|
7759 |
|
7760 |
+
#: app/libraries/main.php:6951
|
7761 |
msgid "Ongoing..."
|
7762 |
msgstr ""
|
7763 |
|
7764 |
+
#: app/libraries/main.php:6952
|
7765 |
msgid "Expired!"
|
7766 |
msgstr ""
|
7767 |
|
7810 |
msgid "+ iCal export"
|
7811 |
msgstr ""
|
7812 |
|
7813 |
+
#: app/libraries/notifications.php:1196
|
7814 |
msgid "Yes"
|
7815 |
msgstr ""
|
7816 |
|
7817 |
+
#: app/libraries/notifications.php:1196
|
7818 |
msgid "No"
|
7819 |
msgstr ""
|
7820 |
|
7821 |
+
#: app/libraries/skins.php:1078
|
7822 |
msgid "Select"
|
7823 |
msgstr ""
|
7824 |
|
7886 |
msgid "Fill other attendees information like the first form."
|
7887 |
msgstr ""
|
7888 |
|
7889 |
+
#: app/modules/booking/steps/tickets.php:54
|
7890 |
msgid "Book Event"
|
7891 |
msgstr ""
|
7892 |
|
7893 |
+
#: app/modules/booking/steps/tickets.php:82
|
7894 |
msgid "1 Ticket selected."
|
7895 |
msgstr ""
|
7896 |
|
7897 |
+
#: app/modules/booking/steps/tickets.php:83
|
7898 |
+
#: app/modules/booking/steps/tickets.php:89
|
7899 |
#, php-format
|
7900 |
msgid "Available %s: <span>%s</span>"
|
7901 |
msgstr ""
|
7902 |
|
7903 |
+
#: app/modules/booking/steps/tickets.php:94
|
7904 |
#, php-format
|
7905 |
msgid "The %s ticket sales has stopped!"
|
7906 |
msgstr ""
|
7907 |
|
7908 |
+
#: app/modules/booking/steps/tickets.php:95
|
7909 |
#, php-format
|
7910 |
msgid "The %s ticket is sold out. You can try another ticket or another date."
|
7911 |
msgstr ""
|
Binary file
|
@@ -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-07-
|
8 |
-
"PO-Revision-Date: 2020-07-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: es\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
|
18 |
#: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
|
19 |
#: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
|
20 |
-
#: app/features/mec.php:
|
21 |
#: app/features/mec/dashboard.php:63 app/widgets/MEC.php:33
|
22 |
msgid "Modern Events Calendar"
|
23 |
msgstr "Modern Events Calendar"
|
@@ -28,8 +28,8 @@ msgstr "Modern Events Calendar"
|
|
28 |
msgid "Content"
|
29 |
msgstr "Contenido"
|
30 |
|
31 |
-
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:
|
32 |
-
#: app/features/mec.php:
|
33 |
msgid "Shortcode"
|
34 |
msgstr "Shortcode"
|
35 |
|
@@ -76,7 +76,7 @@ msgid "Select Shortcode"
|
|
76 |
msgstr "Añadir nuevo Shortcode"
|
77 |
|
78 |
#: app/features/colors.php:50 app/features/fes/form.php:872
|
79 |
-
#: app/features/mec/settings.php:
|
80 |
msgid "Event Color"
|
81 |
msgstr "Color del evento"
|
82 |
|
@@ -86,15 +86,15 @@ msgstr "Color del evento"
|
|
86 |
msgid "Recent Colors"
|
87 |
msgstr "Color del evento"
|
88 |
|
89 |
-
#: app/features/contextual.php:55 app/features/mec.php:
|
90 |
-
#: app/features/mec/dashboard.php:
|
91 |
#: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
|
92 |
#: app/libraries/main.php:596
|
93 |
msgid "Settings"
|
94 |
msgstr "Ajustes"
|
95 |
|
96 |
#: app/features/contextual.php:62 app/features/events.php:1558
|
97 |
-
#: app/features/events.php:
|
98 |
#: app/features/mec/support.php:29 app/libraries/main.php:563
|
99 |
msgid "Booking Form"
|
100 |
msgstr "Formulario de Reservas"
|
@@ -122,7 +122,7 @@ msgstr ""
|
|
122 |
"www.youtube.com/embed/YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></"
|
123 |
"iframe>"
|
124 |
|
125 |
-
#: app/features/contextual.php:70 app/features/mec/booking.php:
|
126 |
#: app/features/mec/support-page.php:115 app/features/mec/support.php:36
|
127 |
#: app/libraries/main.php:564
|
128 |
msgid "Payment Gateways"
|
@@ -224,12 +224,12 @@ msgstr ""
|
|
224 |
"width=\"854\" height=\"420\" src=\"https://www.youtube.com/embed/dqgt1b8X8hs"
|
225 |
"\" frameborder=\"0\" allowfullscreen></iframe>"
|
226 |
|
227 |
-
#: app/features/contextual.php:117 app/features/mec/settings.php:
|
228 |
#: app/features/mec/support-page.php:97 app/libraries/main.php:532
|
229 |
msgid "General Options"
|
230 |
msgstr "Opciones generales"
|
231 |
|
232 |
-
#: app/features/contextual.php:139 app/features/mec/settings.php:
|
233 |
#: app/libraries/main.php:534
|
234 |
msgid "Slugs/Permalinks"
|
235 |
msgstr "Enlaces permanentes"
|
@@ -238,7 +238,7 @@ msgstr "Enlaces permanentes"
|
|
238 |
msgid "Event Details/Single Event Page"
|
239 |
msgstr "Detalles del Evento/Página de Evento Único"
|
240 |
|
241 |
-
#: app/features/contextual.php:166 app/features/mec/settings.php:
|
242 |
#: app/libraries/main.php:535
|
243 |
msgid "Currency Options"
|
244 |
msgstr "Opciones de moneda"
|
@@ -247,7 +247,7 @@ msgstr "Opciones de moneda"
|
|
247 |
msgid "Google Maps Options"
|
248 |
msgstr "Opciones de Google Maps"
|
249 |
|
250 |
-
#: app/features/contextual.php:244 app/features/mec/settings.php:
|
251 |
#: app/libraries/main.php:536
|
252 |
msgid "Google Recaptcha Options"
|
253 |
msgstr "Opciones de Google Recaptcha"
|
@@ -266,7 +266,7 @@ msgstr "Redes Sociales"
|
|
266 |
msgid "Next Event Module"
|
267 |
msgstr "Módulo de Siguiente Evento"
|
268 |
|
269 |
-
#: app/features/contextual.php:286 app/features/mec/settings.php:
|
270 |
#: app/features/mec/support-page.php:98 app/libraries/main.php:537
|
271 |
msgid "Frontend Event Submission"
|
272 |
msgstr "Presentación del evento Frontend"
|
@@ -284,7 +284,7 @@ msgstr "Días excepcionales"
|
|
284 |
msgid "Booking"
|
285 |
msgstr "Reserva"
|
286 |
|
287 |
-
#: app/features/contextual.php:318 app/features/mec/booking.php:
|
288 |
#: app/libraries/main.php:560
|
289 |
msgid "Coupons"
|
290 |
msgstr "Cupones"
|
@@ -294,7 +294,7 @@ msgstr "Cupones"
|
|
294 |
msgid "BuddyPress Integration"
|
295 |
msgstr "Integración de BuddyPress"
|
296 |
|
297 |
-
#: app/features/contextual.php:334 app/features/mec/settings.php:
|
298 |
#: app/libraries/main.php:540
|
299 |
msgid "Mailchimp Integration"
|
300 |
msgstr "Integración de MailChimp"
|
@@ -303,8 +303,47 @@ msgstr "Integración de MailChimp"
|
|
303 |
msgid "MEC Activation"
|
304 |
msgstr "Activación MEC"
|
305 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
#: app/features/events.php:167 app/features/ix/export.php:34
|
307 |
-
#: app/features/mec/dashboard.php:
|
308 |
#: app/skins/monthly_view/tpl.php:70 app/skins/tile/tpl.php:80
|
309 |
#: app/skins/yearly_view/tpl.php:68
|
310 |
msgid "Events"
|
@@ -320,11 +359,11 @@ msgstr "Eventos"
|
|
320 |
msgid "Event"
|
321 |
msgstr "Evento"
|
322 |
|
323 |
-
#: app/features/events.php:169 app/features/mec.php:
|
324 |
msgid "Add Event"
|
325 |
msgstr "Nuevo evento"
|
326 |
|
327 |
-
#: app/features/events.php:170 app/features/mec/dashboard.php:
|
328 |
msgid "Add New Event"
|
329 |
msgstr "Añadir nuevo evento"
|
330 |
|
@@ -351,7 +390,7 @@ msgstr "Ver evento"
|
|
351 |
msgid "No events found in Trash!"
|
352 |
msgstr "No hay eventos en la papelera"
|
353 |
|
354 |
-
#: app/features/events.php:192 app/features/events.php:
|
355 |
#: app/features/mec/meta_boxes/display_options.php:1386
|
356 |
#: app/features/mec/meta_boxes/search_form.php:31
|
357 |
#: app/features/mec/meta_boxes/search_form.php:101
|
@@ -364,20 +403,20 @@ msgstr "No hay eventos en la papelera"
|
|
364 |
#: app/features/mec/meta_boxes/search_form.php:584
|
365 |
#: app/features/mec/meta_boxes/search_form.php:654
|
366 |
#: app/features/mec/meta_boxes/search_form.php:760
|
367 |
-
#: app/features/mec/settings.php:
|
368 |
-
#: app/features/search.php:68 app/libraries/main.php:
|
369 |
-
#: app/libraries/main.php:
|
370 |
#: app/skins/single.php:854 app/skins/single/default.php:215
|
371 |
#: app/skins/single/default.php:446 app/skins/single/m1.php:195
|
372 |
#: app/skins/single/m2.php:118 app/skins/single/modern.php:137
|
373 |
msgid "Category"
|
374 |
msgstr "Categoría"
|
375 |
|
376 |
-
#: app/features/events.php:193 app/features/events.php:
|
377 |
-
#: app/features/fes/form.php:822 app/features/mec.php:
|
378 |
#: app/features/mec/meta_boxes/filter.php:69
|
379 |
-
#: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:
|
380 |
-
#: app/libraries/main.php:
|
381 |
msgid "Categories"
|
382 |
msgstr "Categorías"
|
383 |
|
@@ -472,7 +511,7 @@ msgid "Event Data"
|
|
472 |
msgstr "Detalle del evento"
|
473 |
|
474 |
#: app/features/events.php:346 app/features/events.php:1303
|
475 |
-
#: app/features/mec/settings.php:
|
476 |
msgid "Hourly Schedule"
|
477 |
msgstr "Programación horaria"
|
478 |
|
@@ -488,8 +527,8 @@ msgstr "Localización"
|
|
488 |
msgid "Links"
|
489 |
msgstr "Enlace"
|
490 |
|
491 |
-
#: app/features/events.php:349 app/features/events.php:
|
492 |
-
#: app/features/events.php:
|
493 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
494 |
#: app/features/mec/meta_boxes/display_options.php:1389
|
495 |
#: app/features/mec/meta_boxes/search_form.php:46
|
@@ -503,13 +542,13 @@ msgstr "Enlace"
|
|
503 |
#: app/features/mec/meta_boxes/search_form.php:599
|
504 |
#: app/features/mec/meta_boxes/search_form.php:669
|
505 |
#: app/features/mec/meta_boxes/search_form.php:775
|
506 |
-
#: app/features/mec/settings.php:
|
507 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
508 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
509 |
#: app/features/organizers.php:271 app/features/popup/event.php:163
|
510 |
#: app/features/popup/event.php:172 app/features/search.php:80
|
511 |
-
#: app/libraries/main.php:
|
512 |
-
#: app/libraries/skins.php:
|
513 |
#: app/skins/single/default.php:240 app/skins/single/default.php:471
|
514 |
#: app/skins/single/m1.php:103 app/skins/single/m2.php:26
|
515 |
#: app/skins/single/modern.php:45
|
@@ -517,8 +556,8 @@ msgid "Organizer"
|
|
517 |
msgstr "Organizador"
|
518 |
|
519 |
#: app/features/events.php:350 app/features/events.php:1108
|
520 |
-
#: app/features/fes/form.php:793 app/libraries/main.php:
|
521 |
-
#: app/libraries/main.php:
|
522 |
#: app/skins/single/default.php:141 app/skins/single/default.php:372
|
523 |
#: app/skins/single/m1.php:62 app/skins/single/modern.php:234
|
524 |
msgid "Cost"
|
@@ -538,26 +577,26 @@ msgstr "Nota para el encargado"
|
|
538 |
msgid "Guest Data"
|
539 |
msgstr "Datos del invitado"
|
540 |
|
541 |
-
#: app/features/events.php:489 app/features/events.php:
|
542 |
-
#: app/features/events.php:
|
543 |
#: app/features/fes/form.php:752 app/features/labels.php:178
|
544 |
#: app/features/mec/booking.php:53 app/features/organizers.php:279
|
545 |
#: app/features/popup/event.php:182 app/features/profile/profile.php:177
|
546 |
-
#: app/libraries/notifications.php:
|
547 |
msgid "Name"
|
548 |
msgstr "Nombre"
|
549 |
|
550 |
-
#: app/features/events.php:490 app/features/events.php:
|
551 |
-
#: app/features/events.php:
|
552 |
-
#: app/features/events.php:
|
553 |
#: app/features/fes/form.php:748 app/features/login/login.php:5
|
554 |
-
#: app/features/mec/booking.php:65 app/features/mec/booking.php:
|
555 |
-
#: app/features/mec/booking.php:
|
556 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
557 |
#: app/features/profile/profile.php:180 app/features/speakers.php:127
|
558 |
-
#: app/features/speakers.php:196 app/libraries/main.php:
|
559 |
-
#: app/libraries/main.php:
|
560 |
-
#: app/libraries/notifications.php:
|
561 |
#: app/modules/booking/steps/form.php:157 app/skins/single.php:1119
|
562 |
#: app/skins/single.php:1178 app/skins/single/default.php:257
|
563 |
#: app/skins/single/default.php:488 app/skins/single/m1.php:120
|
@@ -570,11 +609,11 @@ msgid "Date and Time"
|
|
570 |
msgstr "Día y hora"
|
571 |
|
572 |
#: app/features/events.php:501 app/features/events.php:505
|
573 |
-
#: app/features/events.php:
|
574 |
-
#: app/features/events.php:
|
575 |
#: app/features/fes/form.php:273 app/features/ix.php:3509
|
576 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:38
|
577 |
-
#: app/features/mec.php:
|
578 |
#: app/features/mec/meta_boxes/display_options.php:279
|
579 |
#: app/features/mec/meta_boxes/display_options.php:518
|
580 |
#: app/features/mec/meta_boxes/display_options.php:624
|
@@ -594,11 +633,11 @@ msgid "Start Date"
|
|
594 |
msgstr "Día de inicio"
|
595 |
|
596 |
#: app/features/events.php:520 app/features/events.php:524
|
597 |
-
#: app/features/events.php:
|
598 |
-
#: app/features/events.php:
|
599 |
#: app/features/fes/form.php:292 app/features/ix.php:3509
|
600 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:44
|
601 |
-
#: app/features/mec.php:
|
602 |
msgid "End Date"
|
603 |
msgstr "Día final"
|
604 |
|
@@ -638,20 +677,20 @@ msgstr ""
|
|
638 |
|
639 |
#: app/features/events.php:579 app/features/events.php:718
|
640 |
#: app/features/events.php:1071 app/features/events.php:1220
|
641 |
-
#: app/features/events.php:1528 app/features/events.php:
|
642 |
-
#: app/features/events.php:
|
643 |
-
#: app/features/events.php:
|
644 |
-
#: app/features/events.php:
|
645 |
-
#: app/features/events.php:
|
646 |
-
#: app/features/events.php:
|
647 |
#: app/features/fes/form.php:396 app/features/fes/form.php:704
|
648 |
#: app/features/locations.php:334 app/features/mec/booking.php:116
|
649 |
-
#: app/features/mec/booking.php:
|
650 |
-
#: app/features/mec/booking.php:
|
651 |
-
#: app/features/mec/booking.php:
|
652 |
-
#: app/features/mec/booking.php:
|
653 |
-
#: app/features/mec/booking.php:
|
654 |
-
#: app/features/mec/booking.php:
|
655 |
#: app/features/mec/meta_boxes/display_options.php:82
|
656 |
#: app/features/mec/meta_boxes/display_options.php:95
|
657 |
#: app/features/mec/meta_boxes/display_options.php:108
|
@@ -687,24 +726,24 @@ msgstr ""
|
|
687 |
#: app/features/mec/modules.php:52 app/features/mec/modules.php:85
|
688 |
#: app/features/mec/modules.php:102 app/features/mec/modules.php:137
|
689 |
#: app/features/mec/modules.php:153 app/features/mec/modules.php:323
|
690 |
-
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:
|
691 |
-
#: app/features/mec/notifications.php:
|
692 |
-
#: app/features/mec/notifications.php:
|
693 |
-
#: app/features/mec/notifications.php:
|
694 |
-
#: app/features/mec/notifications.php:
|
695 |
-
#: app/features/mec/notifications.php:
|
696 |
-
#: app/features/mec/notifications.php:
|
697 |
-
#: app/features/mec/notifications.php:
|
698 |
-
#: app/features/mec/settings.php:
|
699 |
-
#: app/features/mec/settings.php:
|
700 |
-
#: app/features/mec/settings.php:
|
701 |
-
#: app/features/mec/settings.php:
|
702 |
-
#: app/features/mec/settings.php:
|
703 |
-
#: app/features/mec/settings.php:
|
704 |
-
#: app/features/mec/settings.php:
|
705 |
-
#: app/features/mec/settings.php:
|
706 |
-
#: app/features/mec/settings.php:
|
707 |
-
#: app/features/mec/settings.php:
|
708 |
#: app/features/mec/single.php:62 app/features/mec/single.php:82
|
709 |
#: app/features/mec/single.php:99 app/features/mec/single.php:115
|
710 |
#: app/features/mec/single.php:130 app/features/mec/single.php:269
|
@@ -735,7 +774,7 @@ msgid "Repeats"
|
|
735 |
msgstr "Repeticiones"
|
736 |
|
737 |
#: app/features/events.php:608 app/features/fes/form.php:329
|
738 |
-
#: app/features/mec.php:
|
739 |
#: app/skins/full_calendar/tpl.php:121
|
740 |
msgid "Daily"
|
741 |
msgstr "Diariamente"
|
@@ -759,13 +798,13 @@ msgid "Weekly"
|
|
759 |
msgstr "Semanal"
|
760 |
|
761 |
#: app/features/events.php:643 app/features/fes/form.php:334
|
762 |
-
#: app/features/mec.php:
|
763 |
#: app/skins/full_calendar/tpl.php:119
|
764 |
msgid "Monthly"
|
765 |
msgstr "Mensual"
|
766 |
|
767 |
#: app/features/events.php:650 app/features/fes/form.php:335
|
768 |
-
#: app/features/mec.php:
|
769 |
#: app/skins/full_calendar/tpl.php:118
|
770 |
msgid "Yearly"
|
771 |
msgstr "Anual"
|
@@ -800,8 +839,8 @@ msgid ""
|
|
800 |
"Calendar."
|
801 |
msgstr "Versión Pro de Modern Events Calendar"
|
802 |
|
803 |
-
#: app/features/events.php:698 app/features/events.php:
|
804 |
-
#: app/features/events.php:
|
805 |
#: app/features/fes/form.php:359 app/features/ix/import_f_calendar.php:42
|
806 |
#: app/features/ix/import_g_calendar.php:51
|
807 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
@@ -810,8 +849,8 @@ msgstr "Inicio"
|
|
810 |
|
811 |
#: app/features/events.php:711 app/features/events.php:1214
|
812 |
#: app/features/events.php:1334 app/features/events.php:1439
|
813 |
-
#: app/features/events.php:
|
814 |
-
#: app/features/events.php:
|
815 |
#: app/features/fes/form.php:389 app/features/fes/form.php:920
|
816 |
msgid "Add"
|
817 |
msgstr "Añadir"
|
@@ -829,8 +868,8 @@ msgid ""
|
|
829 |
"the start and end dates must be commensurate with the initial date."
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: app/features/events.php:728 app/features/events.php:
|
833 |
-
#: app/features/events.php:
|
834 |
#: app/features/fes/form.php:374
|
835 |
msgid "End"
|
836 |
msgstr ""
|
@@ -902,11 +941,11 @@ msgstr ""
|
|
902 |
msgid "Show only one occurrence of this event"
|
903 |
msgstr "Próxima aparición de otros eventos"
|
904 |
|
905 |
-
#: app/features/events.php:1104 app/features/events.php:
|
906 |
-
#: app/features/events.php:
|
907 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
908 |
-
#: app/features/mec/settings.php:
|
909 |
-
#: app/libraries/main.php:
|
910 |
msgid "Event Cost"
|
911 |
msgstr "Coste del evento"
|
912 |
|
@@ -920,11 +959,11 @@ msgstr "Días excepcionales"
|
|
920 |
msgid "Exclude certain days"
|
921 |
msgstr "Excluir ciertos días"
|
922 |
|
923 |
-
#: app/features/events.php:1212 app/features/events.php:
|
924 |
-
#: app/features/events.php:
|
925 |
-
#: app/features/mec/booking.php:
|
926 |
#: app/features/mec/single.php:185 app/features/profile/profile.php:58
|
927 |
-
#: app/libraries/main.php:
|
928 |
#: app/modules/next-event/details.php:134 app/skins/single.php:938
|
929 |
#: app/skins/single/default.php:98 app/skins/single/default.php:329
|
930 |
#: app/skins/single/m1.php:22 app/skins/single/modern.php:194
|
@@ -959,31 +998,31 @@ msgstr ""
|
|
959 |
|
960 |
#: app/features/events.php:1319 app/features/events.php:1358
|
961 |
#: app/features/events.php:1393 app/features/events.php:1425
|
962 |
-
#: app/features/events.php:1454 app/features/events.php:
|
963 |
-
#: app/features/events.php:
|
964 |
-
#: app/features/events.php:
|
965 |
#: app/features/fes/form.php:248 app/features/ix.php:3509
|
966 |
-
#: app/features/ix.php:3550 app/features/mec/booking.php:
|
967 |
-
#: app/features/mec/booking.php:
|
968 |
msgid "Title"
|
969 |
msgstr "Titulo"
|
970 |
|
971 |
#: app/features/events.php:1328 app/features/events.php:1365
|
972 |
#: app/features/events.php:1398 app/features/events.php:1433
|
973 |
-
#: app/features/events.php:1459 app/features/events.php:
|
974 |
-
#: app/features/events.php:
|
975 |
-
#: app/features/events.php:
|
976 |
-
#: app/features/events.php:
|
977 |
-
#: app/features/mec/booking.php:
|
978 |
-
#: app/features/mec/booking.php:
|
979 |
-
#: app/libraries/main.php:
|
980 |
-
#: app/libraries/main.php:
|
981 |
-
#: app/libraries/main.php:
|
982 |
-
#: app/libraries/main.php:
|
983 |
-
#: app/libraries/main.php:
|
984 |
-
#: app/libraries/main.php:
|
985 |
-
#: app/libraries/main.php:
|
986 |
-
#: app/libraries/main.php:
|
987 |
msgid "Remove"
|
988 |
msgstr "Eliminar"
|
989 |
|
@@ -1002,17 +1041,17 @@ msgid "To e.g. 8:45"
|
|
1002 |
msgstr "a 8:45"
|
1003 |
|
1004 |
#: app/features/events.php:1362 app/features/events.php:1396
|
1005 |
-
#: app/features/events.php:1457 app/features/events.php:
|
1006 |
-
#: app/features/events.php:
|
1007 |
msgid "Description"
|
1008 |
msgstr "Descripción"
|
1009 |
|
1010 |
#: app/features/events.php:1368 app/features/events.php:1401
|
1011 |
#: app/features/events.php:1462 app/features/fes/form.php:916
|
1012 |
-
#: app/features/mec.php:
|
1013 |
-
#: app/features/mec/settings.php:
|
1014 |
-
#: app/libraries/main.php:568 app/libraries/main.php:
|
1015 |
-
#: app/libraries/main.php:
|
1016 |
msgid "Speakers"
|
1017 |
msgstr ""
|
1018 |
|
@@ -1023,13 +1062,13 @@ msgid "New Day"
|
|
1023 |
msgstr "Días de semana"
|
1024 |
|
1025 |
#: app/features/events.php:1493 app/features/fes/form.php:767
|
1026 |
-
#: app/features/mec/settings.php:
|
1027 |
msgid "Event Links"
|
1028 |
msgstr "Enlaces de eventos"
|
1029 |
|
1030 |
#: app/features/events.php:1496 app/features/events.php:1502
|
1031 |
-
#: app/features/fes/form.php:769 app/libraries/main.php:
|
1032 |
-
#: app/libraries/main.php:
|
1033 |
msgid "Event Link"
|
1034 |
msgstr "Enlace del evento"
|
1035 |
|
@@ -1056,8 +1095,8 @@ msgid "URL Shortener"
|
|
1056 |
msgstr ""
|
1057 |
|
1058 |
#: app/features/events.php:1512 app/features/events.php:1525
|
1059 |
-
#: app/features/fes/form.php:774 app/libraries/main.php:
|
1060 |
-
#: app/libraries/main.php:
|
1061 |
#: app/skins/single/default.php:155 app/skins/single/default.php:386
|
1062 |
#: app/skins/single/m1.php:216 app/skins/single/m2.php:140
|
1063 |
#: app/skins/single/modern.php:159 app/widgets/single.php:107
|
@@ -1084,7 +1123,7 @@ msgstr ""
|
|
1084 |
"Si lo rellenas, se mostrará en la página de detalles del evento como enlace "
|
1085 |
"opcional. Inserta todo el enlace incluyendo http(s)://"
|
1086 |
|
1087 |
-
#: app/features/events.php:1549 app/features/mec/settings.php:
|
1088 |
msgid "Booking Options"
|
1089 |
msgstr "Opciones de reserva"
|
1090 |
|
@@ -1094,88 +1133,90 @@ msgstr "Opciones de reserva"
|
|
1094 |
msgid "Total User Booking Limits"
|
1095 |
msgstr "Límite total de reservas"
|
1096 |
|
1097 |
-
#: app/features/events.php:1551 app/features/events.php:
|
1098 |
-
#: app/libraries/book.php:60 app/libraries/main.php:
|
1099 |
-
#: app/modules/booking/steps/tickets.php:
|
|
|
1100 |
msgid "Tickets"
|
1101 |
msgstr "Tickets"
|
1102 |
|
1103 |
-
#: app/features/events.php:1553 app/features/events.php:
|
1104 |
msgid "Fees"
|
1105 |
msgstr "Tasas"
|
1106 |
|
1107 |
-
#: app/features/events.php:1556 app/features/events.php:
|
1108 |
-
#: app/features/mec/settings.php:
|
1109 |
msgid "Ticket Variations / Options"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
-
#: app/features/events.php:1560 app/features/mec/booking.php:
|
1113 |
#: app/features/mec/support-page.php:118
|
1114 |
#, fuzzy
|
1115 |
#| msgid "Organizer Tel"
|
1116 |
msgid "Organizer Payment"
|
1117 |
msgstr "Teléfono del Organizador"
|
1118 |
|
1119 |
-
#: app/features/events.php:
|
1120 |
#, fuzzy
|
1121 |
#| msgid "Total booking limits"
|
1122 |
msgid "Total booking limit"
|
1123 |
msgstr "Límite total de reservas"
|
1124 |
|
1125 |
-
#: app/features/events.php:
|
1126 |
-
#: app/features/events.php:
|
1127 |
-
#: app/modules/booking/steps/tickets.php:
|
|
|
1128 |
#: app/skins/available_spot/tpl.php:142
|
1129 |
msgid "Unlimited"
|
1130 |
msgstr "Ilimitado"
|
1131 |
|
1132 |
-
#: app/features/events.php:
|
1133 |
msgid ""
|
1134 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1135 |
"limitation number."
|
1136 |
msgstr ""
|
1137 |
|
1138 |
-
#: app/features/events.php:
|
1139 |
msgid "Read About A Booking System"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
-
#: app/features/events.php:
|
1143 |
msgid "100"
|
1144 |
msgstr "100"
|
1145 |
|
1146 |
-
#: app/features/events.php:
|
1147 |
#, fuzzy
|
1148 |
#| msgid "Next Occurrence"
|
1149 |
msgid "Book All Occurrences"
|
1150 |
msgstr "Siguiente repetición"
|
1151 |
|
1152 |
-
#: app/features/events.php:
|
1153 |
msgid "Sell all occurrences by one booking"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
-
#: app/features/events.php:
|
1157 |
msgid ""
|
1158 |
"If you have a series of events and you want to sell all of them at once, "
|
1159 |
"this option is for you! For example a weekly yoga course or something "
|
1160 |
"similar."
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: app/features/events.php:
|
1164 |
#, fuzzy
|
1165 |
#| msgid "Total booking limits"
|
1166 |
msgid "Total user booking limits"
|
1167 |
msgstr "Límite total de reservas"
|
1168 |
|
1169 |
-
#: app/features/events.php:
|
1170 |
-
#: app/features/events.php:
|
1171 |
msgid "Inherit from global options"
|
1172 |
msgstr "Heredar opciones globales"
|
1173 |
|
1174 |
-
#: app/features/events.php:
|
1175 |
msgid "12"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
-
#: app/features/events.php:
|
1179 |
msgid ""
|
1180 |
"You're translating an event so MEC will use the original event for tickets "
|
1181 |
"and booking. You can only translate the ticket name and description. Please "
|
@@ -1186,40 +1227,40 @@ msgstr ""
|
|
1186 |
"entrada. Por favor define las entradas exactas que podrías definir en un "
|
1187 |
"evento original aquí."
|
1188 |
|
1189 |
-
#: app/features/events.php:
|
1190 |
#, fuzzy
|
1191 |
#| msgid "Ticket"
|
1192 |
msgid "Add Ticket"
|
1193 |
msgstr "Ticket"
|
1194 |
|
1195 |
-
#: app/features/events.php:
|
1196 |
msgid "Ticket Name"
|
1197 |
msgstr "Nombre del ticket"
|
1198 |
|
1199 |
-
#: app/features/events.php:
|
1200 |
-
#: app/features/events.php:
|
1201 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1202 |
msgid "Start Time"
|
1203 |
msgstr "Hora de Inicio"
|
1204 |
|
1205 |
-
#: app/features/events.php:
|
1206 |
-
#: app/features/events.php:
|
1207 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1208 |
msgid "End Time"
|
1209 |
msgstr "Hora de finalización"
|
1210 |
|
1211 |
-
#: app/features/events.php:
|
1212 |
-
#: app/features/events.php:
|
1213 |
-
#: app/features/events.php:
|
1214 |
-
#: app/features/events.php:
|
1215 |
-
#: app/features/events.php:
|
1216 |
-
#: app/features/events.php:
|
1217 |
-
#: app/features/mec/booking.php:
|
1218 |
-
#: app/features/mec/booking.php:
|
1219 |
msgid "Price"
|
1220 |
msgstr "Precio"
|
1221 |
|
1222 |
-
#: app/features/events.php:
|
1223 |
#, fuzzy
|
1224 |
#| msgid "Insert 0 for free ticket. Only numbers please."
|
1225 |
msgid ""
|
@@ -1227,58 +1268,58 @@ msgid ""
|
|
1227 |
"any symbols or characters."
|
1228 |
msgstr "Introduce un 0 para una entrada gratuita. Utiliza únicamente números."
|
1229 |
|
1230 |
-
#: app/features/events.php:
|
1231 |
-
#: app/features/events.php:
|
1232 |
msgid "Price Label"
|
1233 |
msgstr "Etiqueta de precio"
|
1234 |
|
1235 |
-
#: app/features/events.php:
|
1236 |
msgid "For showing on website. e.g. $15"
|
1237 |
msgstr "Para mostrar en la web. Ej. 15€"
|
1238 |
|
1239 |
-
#: app/features/events.php:
|
1240 |
msgid "Available Tickets"
|
1241 |
msgstr "Tickets disponibles"
|
1242 |
|
1243 |
-
#: app/features/events.php:
|
1244 |
msgid "Minimum Ticket e.g. 3"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: app/features/events.php:
|
1248 |
#, fuzzy
|
1249 |
#| msgid "Ticket"
|
1250 |
msgid "MinimumTicket"
|
1251 |
msgstr "Ticket"
|
1252 |
|
1253 |
-
#: app/features/events.php:
|
1254 |
msgid "Set a number for the minimum ticket reservation possible"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
-
#: app/features/events.php:
|
1258 |
msgid "e.g. 0"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/features/events.php:
|
1262 |
#, fuzzy
|
1263 |
#| msgid "Days"
|
1264 |
msgid "Day"
|
1265 |
msgstr "Días"
|
1266 |
|
1267 |
-
#: app/features/events.php:
|
1268 |
msgid "Hour"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: app/features/events.php:
|
1272 |
#, php-format
|
1273 |
msgid "Stop selling ticket %s before event start."
|
1274 |
msgstr ""
|
1275 |
|
1276 |
-
#: app/features/events.php:
|
1277 |
msgid "Price per Date"
|
1278 |
msgstr ""
|
1279 |
|
1280 |
-
#: app/features/events.php:
|
1281 |
-
#: app/features/events.php:
|
1282 |
#: app/features/mec/meta_boxes/display_options.php:1387
|
1283 |
#: app/features/mec/meta_boxes/search_form.php:67
|
1284 |
#: app/features/mec/meta_boxes/search_form.php:137
|
@@ -1291,25 +1332,25 @@ msgstr ""
|
|
1291 |
#: app/features/mec/meta_boxes/search_form.php:620
|
1292 |
#: app/features/mec/meta_boxes/search_form.php:690
|
1293 |
#: app/features/mec/meta_boxes/search_form.php:796
|
1294 |
-
#: app/features/mec/settings.php:
|
1295 |
-
#: app/features/search.php:98 app/libraries/skins.php:
|
1296 |
msgid "Label"
|
1297 |
msgstr "Etiqueta"
|
1298 |
|
1299 |
-
#: app/features/events.php:
|
1300 |
-
#: app/features/mec/booking.php:
|
1301 |
msgid "Fee Title"
|
1302 |
msgstr "Título de la cuota"
|
1303 |
|
1304 |
-
#: app/features/events.php:
|
1305 |
-
#: app/features/events.php:
|
1306 |
-
#: app/features/mec/booking.php:
|
1307 |
-
#: app/features/mec/booking.php:
|
1308 |
msgid "Amount"
|
1309 |
msgstr "Cantidad"
|
1310 |
|
1311 |
-
#: app/features/events.php:
|
1312 |
-
#: app/features/mec/booking.php:
|
1313 |
msgid ""
|
1314 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1315 |
"otherwise considered as percentage"
|
@@ -1317,98 +1358,98 @@ msgstr ""
|
|
1317 |
"Cantidad de cuota, considerada como cantidad fija si estableces el tipo de "
|
1318 |
"cantidad, si no será considerada como porcentaje"
|
1319 |
|
1320 |
-
#: app/features/events.php:
|
1321 |
-
#: app/features/mec/booking.php:
|
1322 |
msgid "Percent"
|
1323 |
msgstr "Porcentaje"
|
1324 |
|
1325 |
-
#: app/features/events.php:
|
1326 |
-
#: app/features/mec/booking.php:
|
1327 |
msgid "Amount (Per Ticket)"
|
1328 |
msgstr "Cantidad (Por ticket)"
|
1329 |
|
1330 |
-
#: app/features/events.php:
|
1331 |
-
#: app/features/mec/booking.php:
|
1332 |
msgid "Amount (Per Booking)"
|
1333 |
msgstr "Cantidad (por reservas)"
|
1334 |
|
1335 |
-
#: app/features/events.php:
|
1336 |
-
#: app/features/mec/booking.php:
|
1337 |
msgid "Option Price"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: app/features/events.php:
|
1341 |
-
#: app/features/events.php:
|
1342 |
-
#: app/features/mec/booking.php:
|
1343 |
-
#: app/features/mec/booking.php:
|
1344 |
msgid "Maximum Per Ticket"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: app/features/events.php:
|
1348 |
-
#: app/features/mec/booking.php:
|
1349 |
msgid "Maximum Per Ticket. Leave blank for unlimited."
|
1350 |
msgstr ""
|
1351 |
|
1352 |
-
#: app/features/events.php:
|
1353 |
#, fuzzy
|
1354 |
#| msgid "Attendees Limit"
|
1355 |
msgid "Per Attendee Fields"
|
1356 |
msgstr "Límite de asistentes"
|
1357 |
|
1358 |
-
#: app/features/events.php:
|
1359 |
-
#: app/libraries/main.php:
|
1360 |
#, fuzzy
|
1361 |
#| msgid "Name"
|
1362 |
msgid "MEC Name"
|
1363 |
msgstr "Nombre"
|
1364 |
|
1365 |
-
#: app/features/events.php:
|
1366 |
-
#: app/libraries/main.php:
|
1367 |
#, fuzzy
|
1368 |
#| msgid "Email"
|
1369 |
msgid "MEC Email"
|
1370 |
msgstr "Correo electrónico"
|
1371 |
|
1372 |
-
#: app/features/events.php:
|
1373 |
-
#: app/features/mec/booking.php:
|
1374 |
-
#: app/features/mec/single.php:182 app/libraries/main.php:
|
1375 |
msgid "Text"
|
1376 |
msgstr "Texto"
|
1377 |
|
1378 |
-
#: app/features/events.php:
|
1379 |
-
#: app/features/mec/booking.php:
|
1380 |
#: app/features/mec/single.php:186 app/features/organizers.php:103
|
1381 |
#: app/features/organizers.php:148 app/features/speakers.php:119
|
1382 |
#: app/features/speakers.php:192 app/features/speakers.php:271
|
1383 |
-
#: app/libraries/main.php:
|
1384 |
msgid "Tel"
|
1385 |
msgstr "Tel"
|
1386 |
|
1387 |
-
#: app/features/events.php:
|
1388 |
-
#: app/libraries/main.php:
|
1389 |
msgid "File"
|
1390 |
msgstr ""
|
1391 |
|
1392 |
-
#: app/features/events.php:
|
1393 |
-
#: app/features/mec/booking.php:
|
1394 |
-
#: app/features/mec/single.php:187 app/libraries/main.php:
|
1395 |
msgid "Textarea"
|
1396 |
msgstr "Área de texto"
|
1397 |
|
1398 |
-
#: app/features/events.php:
|
1399 |
-
#: app/features/mec/booking.php:
|
1400 |
-
#: app/features/mec/single.php:189 app/libraries/main.php:
|
1401 |
msgid "Checkboxes"
|
1402 |
msgstr "Checkboxes"
|
1403 |
|
1404 |
-
#: app/features/events.php:
|
1405 |
-
#: app/features/mec/booking.php:
|
1406 |
-
#: app/features/mec/single.php:190 app/libraries/main.php:
|
1407 |
msgid "Radio Buttons"
|
1408 |
msgstr "Botón tipo radio"
|
1409 |
|
1410 |
-
#: app/features/events.php:
|
1411 |
-
#: app/features/mec/booking.php:
|
1412 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1413 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1414 |
#: app/features/mec/meta_boxes/search_form.php:49
|
@@ -1485,54 +1526,54 @@ msgstr "Botón tipo radio"
|
|
1485 |
#: app/features/mec/meta_boxes/search_form.php:792
|
1486 |
#: app/features/mec/meta_boxes/search_form.php:799
|
1487 |
#: app/features/mec/meta_boxes/search_form.php:813
|
1488 |
-
#: app/features/mec/single.php:191 app/libraries/main.php:
|
1489 |
msgid "Dropdown"
|
1490 |
msgstr "Desplegable"
|
1491 |
|
1492 |
-
#: app/features/events.php:
|
1493 |
-
#: app/features/mec/booking.php:
|
1494 |
-
#: app/libraries/main.php:
|
1495 |
msgid "Agreement"
|
1496 |
msgstr "Acuerdo"
|
1497 |
|
1498 |
-
#: app/features/events.php:
|
1499 |
-
#: app/features/mec/booking.php:
|
1500 |
-
#: app/features/mec/single.php:188 app/libraries/main.php:
|
1501 |
msgid "Paragraph"
|
1502 |
msgstr "Párrafo"
|
1503 |
|
1504 |
-
#: app/features/events.php:
|
1505 |
#, fuzzy
|
1506 |
#| msgid "Required Field"
|
1507 |
msgid "Fixed Fields"
|
1508 |
msgstr "Campo obligatorio"
|
1509 |
|
1510 |
-
#: app/features/events.php:
|
1511 |
-
#: app/features/events.php:
|
1512 |
#, php-format
|
1513 |
msgid "Show all %s"
|
1514 |
msgstr "Mostrar todos %s"
|
1515 |
|
1516 |
-
#: app/features/events.php:
|
1517 |
msgid "labels"
|
1518 |
msgstr "etiquetas"
|
1519 |
|
1520 |
-
#: app/features/events.php:
|
1521 |
msgid "locations"
|
1522 |
msgstr "ubicaciones"
|
1523 |
|
1524 |
-
#: app/features/events.php:
|
1525 |
msgid "organizers"
|
1526 |
msgstr "organizadores"
|
1527 |
|
1528 |
-
#: app/features/events.php:
|
1529 |
#, fuzzy
|
1530 |
#| msgid "Attendees Limit"
|
1531 |
msgid "Attendees List"
|
1532 |
msgstr "Límite de asistentes"
|
1533 |
|
1534 |
-
#: app/features/events.php:
|
1535 |
-
#: app/features/events.php:
|
1536 |
#: app/features/ix.php:3550 app/features/locations.
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Plugins - Modern Events Calendar Lite - Stable (latest "
|
6 |
"release)\n"
|
7 |
+
"POT-Creation-Date: 2020-07-09 15:43+0430\n"
|
8 |
+
"PO-Revision-Date: 2020-07-09 16:00+0430\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: es\n"
|
17 |
|
18 |
#: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
|
19 |
#: app/features/ix/import.php:37 app/features/ix/thirdparty.php:24
|
20 |
+
#: app/features/mec.php:1123 app/features/mec.php:1153
|
21 |
#: app/features/mec/dashboard.php:63 app/widgets/MEC.php:33
|
22 |
msgid "Modern Events Calendar"
|
23 |
msgstr "Modern Events Calendar"
|
28 |
msgid "Content"
|
29 |
msgstr "Contenido"
|
30 |
|
31 |
+
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:497
|
32 |
+
#: app/features/mec.php:528 app/features/mec.php:558
|
33 |
msgid "Shortcode"
|
34 |
msgstr "Shortcode"
|
35 |
|
76 |
msgstr "Añadir nuevo Shortcode"
|
77 |
|
78 |
#: app/features/colors.php:50 app/features/fes/form.php:872
|
79 |
+
#: app/features/mec/settings.php:739
|
80 |
msgid "Event Color"
|
81 |
msgstr "Color del evento"
|
82 |
|
86 |
msgid "Recent Colors"
|
87 |
msgstr "Color del evento"
|
88 |
|
89 |
+
#: app/features/contextual.php:55 app/features/mec.php:473
|
90 |
+
#: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
|
91 |
#: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
|
92 |
#: app/libraries/main.php:596
|
93 |
msgid "Settings"
|
94 |
msgstr "Ajustes"
|
95 |
|
96 |
#: app/features/contextual.php:62 app/features/events.php:1558
|
97 |
+
#: app/features/events.php:2371 app/features/mec/booking.php:508
|
98 |
#: app/features/mec/support.php:29 app/libraries/main.php:563
|
99 |
msgid "Booking Form"
|
100 |
msgstr "Formulario de Reservas"
|
122 |
"www.youtube.com/embed/YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></"
|
123 |
"iframe>"
|
124 |
|
125 |
+
#: app/features/contextual.php:70 app/features/mec/booking.php:700
|
126 |
#: app/features/mec/support-page.php:115 app/features/mec/support.php:36
|
127 |
#: app/libraries/main.php:564
|
128 |
msgid "Payment Gateways"
|
224 |
"width=\"854\" height=\"420\" src=\"https://www.youtube.com/embed/dqgt1b8X8hs"
|
225 |
"\" frameborder=\"0\" allowfullscreen></iframe>"
|
226 |
|
227 |
+
#: app/features/contextual.php:117 app/features/mec/settings.php:53
|
228 |
#: app/features/mec/support-page.php:97 app/libraries/main.php:532
|
229 |
msgid "General Options"
|
230 |
msgstr "Opciones generales"
|
231 |
|
232 |
+
#: app/features/contextual.php:139 app/features/mec/settings.php:465
|
233 |
#: app/libraries/main.php:534
|
234 |
msgid "Slugs/Permalinks"
|
235 |
msgstr "Enlaces permanentes"
|
238 |
msgid "Event Details/Single Event Page"
|
239 |
msgstr "Detalles del Evento/Página de Evento Único"
|
240 |
|
241 |
+
#: app/features/contextual.php:166 app/features/mec/settings.php:497
|
242 |
#: app/libraries/main.php:535
|
243 |
msgid "Currency Options"
|
244 |
msgstr "Opciones de moneda"
|
247 |
msgid "Google Maps Options"
|
248 |
msgstr "Opciones de Google Maps"
|
249 |
|
250 |
+
#: app/features/contextual.php:244 app/features/mec/settings.php:554
|
251 |
#: app/libraries/main.php:536
|
252 |
msgid "Google Recaptcha Options"
|
253 |
msgstr "Opciones de Google Recaptcha"
|
266 |
msgid "Next Event Module"
|
267 |
msgstr "Módulo de Siguiente Evento"
|
268 |
|
269 |
+
#: app/features/contextual.php:286 app/features/mec/settings.php:594
|
270 |
#: app/features/mec/support-page.php:98 app/libraries/main.php:537
|
271 |
msgid "Frontend Event Submission"
|
272 |
msgstr "Presentación del evento Frontend"
|
284 |
msgid "Booking"
|
285 |
msgstr "Reserva"
|
286 |
|
287 |
+
#: app/features/contextual.php:318 app/features/mec/booking.php:330
|
288 |
#: app/libraries/main.php:560
|
289 |
msgid "Coupons"
|
290 |
msgstr "Cupones"
|
294 |
msgid "BuddyPress Integration"
|
295 |
msgstr "Integración de BuddyPress"
|
296 |
|
297 |
+
#: app/features/contextual.php:334 app/features/mec/settings.php:932
|
298 |
#: app/libraries/main.php:540
|
299 |
msgid "Mailchimp Integration"
|
300 |
msgstr "Integración de MailChimp"
|
303 |
msgid "MEC Activation"
|
304 |
msgstr "Activación MEC"
|
305 |
|
306 |
+
#: app/features/dlfile.php:121 app/features/events.php:1563
|
307 |
+
#: app/features/mec/booking.php:268 app/features/mec/settings.php:811
|
308 |
+
#, fuzzy
|
309 |
+
#| msgid "Download ICS file"
|
310 |
+
msgid "Downloadable File"
|
311 |
+
msgstr "Descarga el archivo ICS"
|
312 |
+
|
313 |
+
#: app/features/dlfile.php:125
|
314 |
+
msgid "pdf,zip,png,jpg and gif files are allowed."
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: app/features/dlfile.php:127
|
318 |
+
#, fuzzy
|
319 |
+
#| msgid "Remove image"
|
320 |
+
msgid "Remove File"
|
321 |
+
msgstr "Eliminar imagen"
|
322 |
+
|
323 |
+
#: app/features/dlfile.php:145
|
324 |
+
#, fuzzy
|
325 |
+
#| msgid "Please upload the feed file."
|
326 |
+
msgid "Please upload a file."
|
327 |
+
msgstr "Por favor, sube el archivo del feed."
|
328 |
+
|
329 |
+
#: app/features/dlfile.php:153
|
330 |
+
#, php-format
|
331 |
+
msgid "File extension is invalid. You can upload %s files."
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: app/features/dlfile.php:159
|
335 |
+
#, php-format
|
336 |
+
msgid "File is too big. Maximum size is %s KB."
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: app/features/dlfile.php:189
|
340 |
+
#, fuzzy
|
341 |
+
#| msgid "The image is uploaded!"
|
342 |
+
msgid "File uploaded!"
|
343 |
+
msgstr "¡La imagen está subida!"
|
344 |
+
|
345 |
#: app/features/events.php:167 app/features/ix/export.php:34
|
346 |
+
#: app/features/mec/dashboard.php:259 app/skins/daily_view/tpl.php:79
|
347 |
#: app/skins/monthly_view/tpl.php:70 app/skins/tile/tpl.php:80
|
348 |
#: app/skins/yearly_view/tpl.php:68
|
349 |
msgid "Events"
|
359 |
msgid "Event"
|
360 |
msgstr "Evento"
|
361 |
|
362 |
+
#: app/features/events.php:169 app/features/mec.php:459
|
363 |
msgid "Add Event"
|
364 |
msgstr "Nuevo evento"
|
365 |
|
366 |
+
#: app/features/events.php:170 app/features/mec/dashboard.php:140
|
367 |
msgid "Add New Event"
|
368 |
msgstr "Añadir nuevo evento"
|
369 |
|
390 |
msgid "No events found in Trash!"
|
391 |
msgstr "No hay eventos en la papelera"
|
392 |
|
393 |
+
#: app/features/events.php:192 app/features/events.php:3435
|
394 |
#: app/features/mec/meta_boxes/display_options.php:1386
|
395 |
#: app/features/mec/meta_boxes/search_form.php:31
|
396 |
#: app/features/mec/meta_boxes/search_form.php:101
|
403 |
#: app/features/mec/meta_boxes/search_form.php:584
|
404 |
#: app/features/mec/meta_boxes/search_form.php:654
|
405 |
#: app/features/mec/meta_boxes/search_form.php:760
|
406 |
+
#: app/features/mec/settings.php:885 app/features/mec/single.php:323
|
407 |
+
#: app/features/search.php:68 app/libraries/main.php:5851
|
408 |
+
#: app/libraries/main.php:5899 app/libraries/skins.php:928
|
409 |
#: app/skins/single.php:854 app/skins/single/default.php:215
|
410 |
#: app/skins/single/default.php:446 app/skins/single/m1.php:195
|
411 |
#: app/skins/single/m2.php:118 app/skins/single/modern.php:137
|
412 |
msgid "Category"
|
413 |
msgstr "Categoría"
|
414 |
|
415 |
+
#: app/features/events.php:193 app/features/events.php:3390
|
416 |
+
#: app/features/fes/form.php:822 app/features/mec.php:461
|
417 |
#: app/features/mec/meta_boxes/filter.php:69
|
418 |
+
#: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:5850
|
419 |
+
#: app/libraries/main.php:5898
|
420 |
msgid "Categories"
|
421 |
msgstr "Categorías"
|
422 |
|
511 |
msgstr "Detalle del evento"
|
512 |
|
513 |
#: app/features/events.php:346 app/features/events.php:1303
|
514 |
+
#: app/features/mec/settings.php:769 app/skins/single.php:1247
|
515 |
msgid "Hourly Schedule"
|
516 |
msgstr "Programación horaria"
|
517 |
|
527 |
msgid "Links"
|
528 |
msgstr "Enlace"
|
529 |
|
530 |
+
#: app/features/events.php:349 app/features/events.php:3437
|
531 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
532 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
533 |
#: app/features/mec/meta_boxes/display_options.php:1389
|
534 |
#: app/features/mec/meta_boxes/search_form.php:46
|
542 |
#: app/features/mec/meta_boxes/search_form.php:599
|
543 |
#: app/features/mec/meta_boxes/search_form.php:669
|
544 |
#: app/features/mec/meta_boxes/search_form.php:775
|
545 |
+
#: app/features/mec/settings.php:897 app/features/mec/single.php:327
|
546 |
#: app/features/organizers.php:58 app/features/organizers.php:204
|
547 |
#: app/features/organizers.php:260 app/features/organizers.php:262
|
548 |
#: app/features/organizers.php:271 app/features/popup/event.php:163
|
549 |
#: app/features/popup/event.php:172 app/features/search.php:80
|
550 |
+
#: app/libraries/main.php:5857 app/libraries/main.php:5905
|
551 |
+
#: app/libraries/skins.php:980 app/skins/single.php:1102
|
552 |
#: app/skins/single/default.php:240 app/skins/single/default.php:471
|
553 |
#: app/skins/single/m1.php:103 app/skins/single/m2.php:26
|
554 |
#: app/skins/single/modern.php:45
|
556 |
msgstr "Organizador"
|
557 |
|
558 |
#: app/features/events.php:350 app/features/events.php:1108
|
559 |
+
#: app/features/fes/form.php:793 app/libraries/main.php:5884
|
560 |
+
#: app/libraries/main.php:5931 app/skins/single.php:880
|
561 |
#: app/skins/single/default.php:141 app/skins/single/default.php:372
|
562 |
#: app/skins/single/m1.php:62 app/skins/single/modern.php:234
|
563 |
msgid "Cost"
|
577 |
msgid "Guest Data"
|
578 |
msgstr "Datos del invitado"
|
579 |
|
580 |
+
#: app/features/events.php:489 app/features/events.php:2357
|
581 |
+
#: app/features/events.php:3967 app/features/fes.php:233
|
582 |
#: app/features/fes/form.php:752 app/features/labels.php:178
|
583 |
#: app/features/mec/booking.php:53 app/features/organizers.php:279
|
584 |
#: app/features/popup/event.php:182 app/features/profile/profile.php:177
|
585 |
+
#: app/libraries/notifications.php:1178 app/modules/booking/steps/form.php:48
|
586 |
msgid "Name"
|
587 |
msgstr "Nombre"
|
588 |
|
589 |
+
#: app/features/events.php:490 app/features/events.php:2366
|
590 |
+
#: app/features/events.php:2428 app/features/events.php:2517
|
591 |
+
#: app/features/events.php:3970 app/features/fes.php:233
|
592 |
#: app/features/fes/form.php:748 app/features/login/login.php:5
|
593 |
+
#: app/features/mec/booking.php:65 app/features/mec/booking.php:546
|
594 |
+
#: app/features/mec/booking.php:642 app/features/mec/single.php:183
|
595 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
596 |
#: app/features/profile/profile.php:180 app/features/speakers.php:127
|
597 |
+
#: app/features/speakers.php:196 app/libraries/main.php:1708
|
598 |
+
#: app/libraries/main.php:1777 app/libraries/main.php:3111
|
599 |
+
#: app/libraries/notifications.php:1179 app/modules/booking/steps/form.php:57
|
600 |
#: app/modules/booking/steps/form.php:157 app/skins/single.php:1119
|
601 |
#: app/skins/single.php:1178 app/skins/single/default.php:257
|
602 |
#: app/skins/single/default.php:488 app/skins/single/m1.php:120
|
609 |
msgstr "Día y hora"
|
610 |
|
611 |
#: app/features/events.php:501 app/features/events.php:505
|
612 |
+
#: app/features/events.php:3438 app/features/events.php:3628
|
613 |
+
#: app/features/events.php:3670 app/features/fes/form.php:269
|
614 |
#: app/features/fes/form.php:273 app/features/ix.php:3509
|
615 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:38
|
616 |
+
#: app/features/mec.php:1306 app/features/mec/meta_boxes/display_options.php:51
|
617 |
#: app/features/mec/meta_boxes/display_options.php:279
|
618 |
#: app/features/mec/meta_boxes/display_options.php:518
|
619 |
#: app/features/mec/meta_boxes/display_options.php:624
|
633 |
msgstr "Día de inicio"
|
634 |
|
635 |
#: app/features/events.php:520 app/features/events.php:524
|
636 |
+
#: app/features/events.php:3439 app/features/events.php:3628
|
637 |
+
#: app/features/events.php:3670 app/features/fes/form.php:288
|
638 |
#: app/features/fes/form.php:292 app/features/ix.php:3509
|
639 |
#: app/features/ix.php:3550 app/features/ix/import_g_calendar.php:44
|
640 |
+
#: app/features/mec.php:1307 app/features/popup/event.php:92
|
641 |
msgid "End Date"
|
642 |
msgstr "Día final"
|
643 |
|
677 |
|
678 |
#: app/features/events.php:579 app/features/events.php:718
|
679 |
#: app/features/events.php:1071 app/features/events.php:1220
|
680 |
+
#: app/features/events.php:1528 app/features/events.php:1621
|
681 |
+
#: app/features/events.php:1764 app/features/events.php:1779
|
682 |
+
#: app/features/events.php:1944 app/features/events.php:1957
|
683 |
+
#: app/features/events.php:2108 app/features/events.php:2144
|
684 |
+
#: app/features/events.php:2242 app/features/events.php:2257
|
685 |
+
#: app/features/events.php:2287 app/features/events.php:2300
|
686 |
#: app/features/fes/form.php:396 app/features/fes/form.php:704
|
687 |
#: app/features/locations.php:334 app/features/mec/booking.php:116
|
688 |
+
#: app/features/mec/booking.php:182 app/features/mec/booking.php:195
|
689 |
+
#: app/features/mec/booking.php:213 app/features/mec/booking.php:229
|
690 |
+
#: app/features/mec/booking.php:269 app/features/mec/booking.php:375
|
691 |
+
#: app/features/mec/booking.php:404 app/features/mec/booking.php:452
|
692 |
+
#: app/features/mec/booking.php:462 app/features/mec/booking.php:484
|
693 |
+
#: app/features/mec/booking.php:494 app/features/mec/dashboard.php:71
|
694 |
#: app/features/mec/meta_boxes/display_options.php:82
|
695 |
#: app/features/mec/meta_boxes/display_options.php:95
|
696 |
#: app/features/mec/meta_boxes/display_options.php:108
|
726 |
#: app/features/mec/modules.php:52 app/features/mec/modules.php:85
|
727 |
#: app/features/mec/modules.php:102 app/features/mec/modules.php:137
|
728 |
#: app/features/mec/modules.php:153 app/features/mec/modules.php:323
|
729 |
+
#: app/features/mec/notifications.php:87 app/features/mec/notifications.php:191
|
730 |
+
#: app/features/mec/notifications.php:299
|
731 |
+
#: app/features/mec/notifications.php:412
|
732 |
+
#: app/features/mec/notifications.php:527
|
733 |
+
#: app/features/mec/notifications.php:637
|
734 |
+
#: app/features/mec/notifications.php:648
|
735 |
+
#: app/features/mec/notifications.php:762
|
736 |
+
#: app/features/mec/notifications.php:845 app/features/mec/settings.php:67
|
737 |
+
#: app/features/mec/settings.php:86 app/features/mec/settings.php:133
|
738 |
+
#: app/features/mec/settings.php:168 app/features/mec/settings.php:189
|
739 |
+
#: app/features/mec/settings.php:234 app/features/mec/settings.php:269
|
740 |
+
#: app/features/mec/settings.php:346 app/features/mec/settings.php:420
|
741 |
+
#: app/features/mec/settings.php:437 app/features/mec/settings.php:454
|
742 |
+
#: app/features/mec/settings.php:473 app/features/mec/settings.php:487
|
743 |
+
#: app/features/mec/settings.php:515 app/features/mec/settings.php:606
|
744 |
+
#: app/features/mec/settings.php:824 app/features/mec/settings.php:840
|
745 |
+
#: app/features/mec/settings.php:947 app/features/mec/settings.php:960
|
746 |
+
#: app/features/mec/settings.php:976 app/features/mec/single.php:46
|
747 |
#: app/features/mec/single.php:62 app/features/mec/single.php:82
|
748 |
#: app/features/mec/single.php:99 app/features/mec/single.php:115
|
749 |
#: app/features/mec/single.php:130 app/features/mec/single.php:269
|
774 |
msgstr "Repeticiones"
|
775 |
|
776 |
#: app/features/events.php:608 app/features/fes/form.php:329
|
777 |
+
#: app/features/mec.php:1309 app/skins/default_full_calendar/tpl.php:74
|
778 |
#: app/skins/full_calendar/tpl.php:121
|
779 |
msgid "Daily"
|
780 |
msgstr "Diariamente"
|
798 |
msgstr "Semanal"
|
799 |
|
800 |
#: app/features/events.php:643 app/features/fes/form.php:334
|
801 |
+
#: app/features/mec.php:1310 app/skins/default_full_calendar/tpl.php:72
|
802 |
#: app/skins/full_calendar/tpl.php:119
|
803 |
msgid "Monthly"
|
804 |
msgstr "Mensual"
|
805 |
|
806 |
#: app/features/events.php:650 app/features/fes/form.php:335
|
807 |
+
#: app/features/mec.php:1311 app/skins/default_full_calendar/tpl.php:71
|
808 |
#: app/skins/full_calendar/tpl.php:118
|
809 |
msgid "Yearly"
|
810 |
msgstr "Anual"
|
839 |
"Calendar."
|
840 |
msgstr "Versión Pro de Modern Events Calendar"
|
841 |
|
842 |
+
#: app/features/events.php:698 app/features/events.php:1847
|
843 |
+
#: app/features/events.php:1875 app/features/events.php:2012
|
844 |
#: app/features/fes/form.php:359 app/features/ix/import_f_calendar.php:42
|
845 |
#: app/features/ix/import_g_calendar.php:51
|
846 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
|
849 |
|
850 |
#: app/features/events.php:711 app/features/events.php:1214
|
851 |
#: app/features/events.php:1334 app/features/events.php:1439
|
852 |
+
#: app/features/events.php:1831 app/features/events.php:2001
|
853 |
+
#: app/features/events.php:2081 app/features/events.php:2214
|
854 |
#: app/features/fes/form.php:389 app/features/fes/form.php:920
|
855 |
msgid "Add"
|
856 |
msgstr "Añadir"
|
868 |
"the start and end dates must be commensurate with the initial date."
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: app/features/events.php:728 app/features/events.php:1851
|
872 |
+
#: app/features/events.php:1879 app/features/events.php:2016
|
873 |
#: app/features/fes/form.php:374
|
874 |
msgid "End"
|
875 |
msgstr ""
|
941 |
msgid "Show only one occurrence of this event"
|
942 |
msgstr "Próxima aparición de otros eventos"
|
943 |
|
944 |
+
#: app/features/events.php:1104 app/features/events.php:3628
|
945 |
+
#: app/features/events.php:3670 app/features/fes/form.php:790
|
946 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
947 |
+
#: app/features/mec/settings.php:715 app/libraries/main.php:5883
|
948 |
+
#: app/libraries/main.php:5930 app/widgets/single.php:103
|
949 |
msgid "Event Cost"
|
950 |
msgstr "Coste del evento"
|
951 |
|
959 |
msgid "Exclude certain days"
|
960 |
msgstr "Excluir ciertos días"
|
961 |
|
962 |
+
#: app/features/events.php:1212 app/features/events.php:2429
|
963 |
+
#: app/features/events.php:2518 app/features/fes.php:233
|
964 |
+
#: app/features/mec/booking.php:547 app/features/mec/booking.php:643
|
965 |
#: app/features/mec/single.php:185 app/features/profile/profile.php:58
|
966 |
+
#: app/libraries/main.php:3198 app/modules/booking/steps/tickets.php:58
|
967 |
#: app/modules/next-event/details.php:134 app/skins/single.php:938
|
968 |
#: app/skins/single/default.php:98 app/skins/single/default.php:329
|
969 |
#: app/skins/single/m1.php:22 app/skins/single/modern.php:194
|
998 |
|
999 |
#: app/features/events.php:1319 app/features/events.php:1358
|
1000 |
#: app/features/events.php:1393 app/features/events.php:1425
|
1001 |
+
#: app/features/events.php:1454 app/features/events.php:2229
|
1002 |
+
#: app/features/events.php:2276 app/features/events.php:3434
|
1003 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1004 |
#: app/features/fes/form.php:248 app/features/ix.php:3509
|
1005 |
+
#: app/features/ix.php:3550 app/features/mec/booking.php:444
|
1006 |
+
#: app/features/mec/booking.php:476 app/features/mec/styling.php:130
|
1007 |
msgid "Title"
|
1008 |
msgstr "Titulo"
|
1009 |
|
1010 |
#: app/features/events.php:1328 app/features/events.php:1365
|
1011 |
#: app/features/events.php:1398 app/features/events.php:1433
|
1012 |
+
#: app/features/events.php:1459 app/features/events.php:1861
|
1013 |
+
#: app/features/events.php:1887 app/features/events.php:2022
|
1014 |
+
#: app/features/events.php:2121 app/features/events.php:2157
|
1015 |
+
#: app/features/events.php:2264 app/features/events.php:2306
|
1016 |
+
#: app/features/mec/booking.php:387 app/features/mec/booking.php:416
|
1017 |
+
#: app/features/mec/booking.php:467 app/features/mec/booking.php:499
|
1018 |
+
#: app/libraries/main.php:3033 app/libraries/main.php:3062
|
1019 |
+
#: app/libraries/main.php:3091 app/libraries/main.php:3120
|
1020 |
+
#: app/libraries/main.php:3149 app/libraries/main.php:3178
|
1021 |
+
#: app/libraries/main.php:3207 app/libraries/main.php:3236
|
1022 |
+
#: app/libraries/main.php:3265 app/libraries/main.php:3286
|
1023 |
+
#: app/libraries/main.php:3317 app/libraries/main.php:3363
|
1024 |
+
#: app/libraries/main.php:3409 app/libraries/main.php:3458
|
1025 |
+
#: app/libraries/main.php:3498
|
1026 |
msgid "Remove"
|
1027 |
msgstr "Eliminar"
|
1028 |
|
1041 |
msgstr "a 8:45"
|
1042 |
|
1043 |
#: app/features/events.php:1362 app/features/events.php:1396
|
1044 |
+
#: app/features/events.php:1457 app/features/events.php:1752
|
1045 |
+
#: app/features/events.php:1933
|
1046 |
msgid "Description"
|
1047 |
msgstr "Descripción"
|
1048 |
|
1049 |
#: app/features/events.php:1368 app/features/events.php:1401
|
1050 |
#: app/features/events.php:1462 app/features/fes/form.php:916
|
1051 |
+
#: app/features/mec.php:469 app/features/mec/modules.php:51
|
1052 |
+
#: app/features/mec/settings.php:763 app/features/speakers.php:62
|
1053 |
+
#: app/libraries/main.php:568 app/libraries/main.php:5858
|
1054 |
+
#: app/libraries/main.php:5906 app/modules/speakers/details.php:18
|
1055 |
msgid "Speakers"
|
1056 |
msgstr ""
|
1057 |
|
1062 |
msgstr "Días de semana"
|
1063 |
|
1064 |
#: app/features/events.php:1493 app/features/fes/form.php:767
|
1065 |
+
#: app/features/mec/settings.php:709
|
1066 |
msgid "Event Links"
|
1067 |
msgstr "Enlaces de eventos"
|
1068 |
|
1069 |
#: app/features/events.php:1496 app/features/events.php:1502
|
1070 |
+
#: app/features/fes/form.php:769 app/libraries/main.php:5881
|
1071 |
+
#: app/libraries/main.php:5928
|
1072 |
msgid "Event Link"
|
1073 |
msgstr "Enlace del evento"
|
1074 |
|
1095 |
msgstr ""
|
1096 |
|
1097 |
#: app/features/events.php:1512 app/features/events.php:1525
|
1098 |
+
#: app/features/fes/form.php:774 app/libraries/main.php:5882
|
1099 |
+
#: app/libraries/main.php:5929 app/skins/single.php:964
|
1100 |
#: app/skins/single/default.php:155 app/skins/single/default.php:386
|
1101 |
#: app/skins/single/m1.php:216 app/skins/single/m2.php:140
|
1102 |
#: app/skins/single/modern.php:159 app/widgets/single.php:107
|
1123 |
"Si lo rellenas, se mostrará en la página de detalles del evento como enlace "
|
1124 |
"opcional. Inserta todo el enlace incluyendo http(s)://"
|
1125 |
|
1126 |
+
#: app/features/events.php:1549 app/features/mec/settings.php:777
|
1127 |
msgid "Booking Options"
|
1128 |
msgstr "Opciones de reserva"
|
1129 |
|
1133 |
msgid "Total User Booking Limits"
|
1134 |
msgstr "Límite total de reservas"
|
1135 |
|
1136 |
+
#: app/features/events.php:1551 app/features/events.php:1696
|
1137 |
+
#: app/libraries/book.php:60 app/libraries/main.php:5886
|
1138 |
+
#: app/modules/booking/steps/tickets.php:83
|
1139 |
+
#: app/modules/booking/steps/tickets.php:89
|
1140 |
msgid "Tickets"
|
1141 |
msgstr "Tickets"
|
1142 |
|
1143 |
+
#: app/features/events.php:1553 app/features/events.php:2058
|
1144 |
msgid "Fees"
|
1145 |
msgstr "Tasas"
|
1146 |
|
1147 |
+
#: app/features/events.php:1556 app/features/events.php:2190
|
1148 |
+
#: app/features/mec/settings.php:789
|
1149 |
msgid "Ticket Variations / Options"
|
1150 |
msgstr ""
|
1151 |
|
1152 |
+
#: app/features/events.php:1560 app/features/mec/booking.php:719
|
1153 |
#: app/features/mec/support-page.php:118
|
1154 |
#, fuzzy
|
1155 |
#| msgid "Organizer Tel"
|
1156 |
msgid "Organizer Payment"
|
1157 |
msgstr "Teléfono del Organizador"
|
1158 |
|
1159 |
+
#: app/features/events.php:1603 app/features/events.php:1617
|
1160 |
#, fuzzy
|
1161 |
#| msgid "Total booking limits"
|
1162 |
msgid "Total booking limit"
|
1163 |
msgstr "Límite total de reservas"
|
1164 |
|
1165 |
+
#: app/features/events.php:1614 app/features/events.php:1800
|
1166 |
+
#: app/features/events.php:1971 app/modules/booking/default.php:86
|
1167 |
+
#: app/modules/booking/steps/tickets.php:83
|
1168 |
+
#: app/modules/booking/steps/tickets.php:89
|
1169 |
#: app/skins/available_spot/tpl.php:142
|
1170 |
msgid "Unlimited"
|
1171 |
msgstr "Ilimitado"
|
1172 |
|
1173 |
+
#: app/features/events.php:1620
|
1174 |
msgid ""
|
1175 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1176 |
"limitation number."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: app/features/events.php:1622
|
1180 |
msgid "Read About A Booking System"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: app/features/events.php:1630
|
1184 |
msgid "100"
|
1185 |
msgstr "100"
|
1186 |
|
1187 |
+
#: app/features/events.php:1632 app/features/events.php:1646
|
1188 |
#, fuzzy
|
1189 |
#| msgid "Next Occurrence"
|
1190 |
msgid "Book All Occurrences"
|
1191 |
msgstr "Siguiente repetición"
|
1192 |
|
1193 |
+
#: app/features/events.php:1643
|
1194 |
msgid "Sell all occurrences by one booking"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: app/features/events.php:1649
|
1198 |
msgid ""
|
1199 |
"If you have a series of events and you want to sell all of them at once, "
|
1200 |
"this option is for you! For example a weekly yoga course or something "
|
1201 |
"similar."
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: app/features/events.php:1659
|
1205 |
#, fuzzy
|
1206 |
#| msgid "Total booking limits"
|
1207 |
msgid "Total user booking limits"
|
1208 |
msgstr "Límite total de reservas"
|
1209 |
|
1210 |
+
#: app/features/events.php:1670 app/features/events.php:2070
|
1211 |
+
#: app/features/events.php:2202 app/features/events.php:2383
|
1212 |
msgid "Inherit from global options"
|
1213 |
msgstr "Heredar opciones globales"
|
1214 |
|
1215 |
+
#: app/features/events.php:1673
|
1216 |
msgid "12"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
+
#: app/features/events.php:1699
|
1220 |
msgid ""
|
1221 |
"You're translating an event so MEC will use the original event for tickets "
|
1222 |
"and booking. You can only translate the ticket name and description. Please "
|
1227 |
"entrada. Por favor define las entradas exactas que podrías definir en un "
|
1228 |
"evento original aquí."
|
1229 |
|
1230 |
+
#: app/features/events.php:1704
|
1231 |
#, fuzzy
|
1232 |
#| msgid "Ticket"
|
1233 |
msgid "Add Ticket"
|
1234 |
msgstr "Ticket"
|
1235 |
|
1236 |
+
#: app/features/events.php:1718 app/features/events.php:1901
|
1237 |
msgid "Ticket Name"
|
1238 |
msgstr "Nombre del ticket"
|
1239 |
|
1240 |
+
#: app/features/events.php:1723 app/features/events.php:1905
|
1241 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1242 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1243 |
msgid "Start Time"
|
1244 |
msgstr "Hora de Inicio"
|
1245 |
|
1246 |
+
#: app/features/events.php:1736 app/features/events.php:1918
|
1247 |
+
#: app/features/events.php:3628 app/features/events.php:3670
|
1248 |
#: app/features/ix.php:3509 app/features/ix.php:3550
|
1249 |
msgid "End Time"
|
1250 |
msgstr "Hora de finalización"
|
1251 |
|
1252 |
+
#: app/features/events.php:1757 app/features/events.php:1761
|
1253 |
+
#: app/features/events.php:1855 app/features/events.php:1882
|
1254 |
+
#: app/features/events.php:1938 app/features/events.php:1941
|
1255 |
+
#: app/features/events.php:2018 app/features/events.php:2235
|
1256 |
+
#: app/features/events.php:2239 app/features/events.php:2281
|
1257 |
+
#: app/features/events.php:2284 app/features/mec/booking.php:448
|
1258 |
+
#: app/features/mec/booking.php:451 app/features/mec/booking.php:480
|
1259 |
+
#: app/features/mec/booking.php:483
|
1260 |
msgid "Price"
|
1261 |
msgstr "Precio"
|
1262 |
|
1263 |
+
#: app/features/events.php:1762 app/features/events.php:1942
|
1264 |
#, fuzzy
|
1265 |
#| msgid "Insert 0 for free ticket. Only numbers please."
|
1266 |
msgid ""
|
1268 |
"any symbols or characters."
|
1269 |
msgstr "Introduce un 0 para una entrada gratuita. Utiliza únicamente números."
|
1270 |
|
1271 |
+
#: app/features/events.php:1771 app/features/events.php:1776
|
1272 |
+
#: app/features/events.php:1951 app/features/events.php:1954
|
1273 |
msgid "Price Label"
|
1274 |
msgstr "Etiqueta de precio"
|
1275 |
|
1276 |
+
#: app/features/events.php:1777 app/features/events.php:1955
|
1277 |
msgid "For showing on website. e.g. $15"
|
1278 |
msgstr "Para mostrar en la web. Ej. 15€"
|
1279 |
|
1280 |
+
#: app/features/events.php:1787 app/features/events.php:1965
|
1281 |
msgid "Available Tickets"
|
1282 |
msgstr "Tickets disponibles"
|
1283 |
|
1284 |
+
#: app/features/events.php:1804 app/features/events.php:1975
|
1285 |
msgid "Minimum Ticket e.g. 3"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
+
#: app/features/events.php:1807 app/features/events.php:1978
|
1289 |
#, fuzzy
|
1290 |
#| msgid "Ticket"
|
1291 |
msgid "MinimumTicket"
|
1292 |
msgstr "Ticket"
|
1293 |
|
1294 |
+
#: app/features/events.php:1809 app/features/events.php:1980
|
1295 |
msgid "Set a number for the minimum ticket reservation possible"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: app/features/events.php:1817 app/features/events.php:1988
|
1299 |
msgid "e.g. 0"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: app/features/events.php:1819 app/features/events.php:1990
|
1303 |
#, fuzzy
|
1304 |
#| msgid "Days"
|
1305 |
msgid "Day"
|
1306 |
msgstr "Días"
|
1307 |
|
1308 |
+
#: app/features/events.php:1820 app/features/events.php:1991
|
1309 |
msgid "Hour"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: app/features/events.php:1822 app/features/events.php:1993
|
1313 |
#, php-format
|
1314 |
msgid "Stop selling ticket %s before event start."
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: app/features/events.php:1829 app/features/events.php:1999
|
1318 |
msgid "Price per Date"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: app/features/events.php:1859 app/features/events.php:1885
|
1322 |
+
#: app/features/events.php:2020 app/features/labels.php:60
|
1323 |
#: app/features/mec/meta_boxes/display_options.php:1387
|
1324 |
#: app/features/mec/meta_boxes/search_form.php:67
|
1325 |
#: app/features/mec/meta_boxes/search_form.php:137
|
1332 |
#: app/features/mec/meta_boxes/search_form.php:620
|
1333 |
#: app/features/mec/meta_boxes/search_form.php:690
|
1334 |
#: app/features/mec/meta_boxes/search_form.php:796
|
1335 |
+
#: app/features/mec/settings.php:917 app/features/mec/single.php:341
|
1336 |
+
#: app/features/search.php:98 app/libraries/skins.php:1058
|
1337 |
msgid "Label"
|
1338 |
msgstr "Etiqueta"
|
1339 |
|
1340 |
+
#: app/features/events.php:2095 app/features/events.php:2133
|
1341 |
+
#: app/features/mec/booking.php:367 app/features/mec/booking.php:396
|
1342 |
msgid "Fee Title"
|
1343 |
msgstr "Título de la cuota"
|
1344 |
|
1345 |
+
#: app/features/events.php:2101 app/features/events.php:2105
|
1346 |
+
#: app/features/events.php:2138 app/features/events.php:2141
|
1347 |
+
#: app/features/mec/booking.php:371 app/features/mec/booking.php:374
|
1348 |
+
#: app/features/mec/booking.php:400 app/features/mec/booking.php:403
|
1349 |
msgid "Amount"
|
1350 |
msgstr "Cantidad"
|
1351 |
|
1352 |
+
#: app/features/events.php:2106 app/features/events.php:2142
|
1353 |
+
#: app/features/mec/booking.php:375 app/features/mec/booking.php:404
|
1354 |
msgid ""
|
1355 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1356 |
"otherwise considered as percentage"
|
1358 |
"Cantidad de cuota, considerada como cantidad fija si estableces el tipo de "
|
1359 |
"cantidad, si no será considerada como porcentaje"
|
1360 |
|
1361 |
+
#: app/features/events.php:2115 app/features/events.php:2151
|
1362 |
+
#: app/features/mec/booking.php:382 app/features/mec/booking.php:411
|
1363 |
msgid "Percent"
|
1364 |
msgstr "Porcentaje"
|
1365 |
|
1366 |
+
#: app/features/events.php:2116 app/features/events.php:2152
|
1367 |
+
#: app/features/mec/booking.php:383 app/features/mec/booking.php:412
|
1368 |
msgid "Amount (Per Ticket)"
|
1369 |
msgstr "Cantidad (Por ticket)"
|
1370 |
|
1371 |
+
#: app/features/events.php:2117 app/features/events.php:2153
|
1372 |
+
#: app/features/mec/booking.php:384 app/features/mec/booking.php:413
|
1373 |
msgid "Amount (Per Booking)"
|
1374 |
msgstr "Cantidad (por reservas)"
|
1375 |
|
1376 |
+
#: app/features/events.php:2240 app/features/events.php:2285
|
1377 |
+
#: app/features/mec/booking.php:452 app/features/mec/booking.php:484
|
1378 |
msgid "Option Price"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: app/features/events.php:2250 app/features/events.php:2254
|
1382 |
+
#: app/features/events.php:2294 app/features/events.php:2297
|
1383 |
+
#: app/features/mec/booking.php:458 app/features/mec/booking.php:461
|
1384 |
+
#: app/features/mec/booking.php:490 app/features/mec/booking.php:493
|
1385 |
msgid "Maximum Per Ticket"
|
1386 |
msgstr ""
|
1387 |
|
1388 |
+
#: app/features/events.php:2255 app/features/events.php:2298
|
1389 |
+
#: app/features/mec/booking.php:462 app/features/mec/booking.php:494
|
1390 |
msgid "Maximum Per Ticket. Leave blank for unlimited."
|
1391 |
msgstr ""
|
1392 |
|
1393 |
+
#: app/features/events.php:2395 app/features/mec/booking.php:510
|
1394 |
#, fuzzy
|
1395 |
#| msgid "Attendees Limit"
|
1396 |
msgid "Per Attendee Fields"
|
1397 |
msgstr "Límite de asistentes"
|
1398 |
|
1399 |
+
#: app/features/events.php:2425 app/features/mec/booking.php:543
|
1400 |
+
#: app/libraries/main.php:3053
|
1401 |
#, fuzzy
|
1402 |
#| msgid "Name"
|
1403 |
msgid "MEC Name"
|
1404 |
msgstr "Nombre"
|
1405 |
|
1406 |
+
#: app/features/events.php:2426 app/features/mec/booking.php:544
|
1407 |
+
#: app/libraries/main.php:3082
|
1408 |
#, fuzzy
|
1409 |
#| msgid "Email"
|
1410 |
msgid "MEC Email"
|
1411 |
msgstr "Correo electrónico"
|
1412 |
|
1413 |
+
#: app/features/events.php:2427 app/features/events.php:2516
|
1414 |
+
#: app/features/mec/booking.php:545 app/features/mec/booking.php:641
|
1415 |
+
#: app/features/mec/single.php:182 app/libraries/main.php:3024
|
1416 |
msgid "Text"
|
1417 |
msgstr "Texto"
|
1418 |
|
1419 |
+
#: app/features/events.php:2430 app/features/events.php:2519
|
1420 |
+
#: app/features/mec/booking.php:548 app/features/mec/booking.php:644
|
1421 |
#: app/features/mec/single.php:186 app/features/organizers.php:103
|
1422 |
#: app/features/organizers.php:148 app/features/speakers.php:119
|
1423 |
#: app/features/speakers.php:192 app/features/speakers.php:271
|
1424 |
+
#: app/libraries/main.php:3227
|
1425 |
msgid "Tel"
|
1426 |
msgstr "Tel"
|
1427 |
|
1428 |
+
#: app/features/events.php:2431 app/features/mec/booking.php:549
|
1429 |
+
#: app/libraries/main.php:3169
|
1430 |
msgid "File"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
+
#: app/features/events.php:2432 app/features/events.php:2520
|
1434 |
+
#: app/features/mec/booking.php:550 app/features/mec/booking.php:645
|
1435 |
+
#: app/features/mec/single.php:187 app/libraries/main.php:3256
|
1436 |
msgid "Textarea"
|
1437 |
msgstr "Área de texto"
|
1438 |
|
1439 |
+
#: app/features/events.php:2433 app/features/events.php:2521
|
1440 |
+
#: app/features/mec/booking.php:551 app/features/mec/booking.php:646
|
1441 |
+
#: app/features/mec/single.php:189 app/libraries/main.php:3308
|
1442 |
msgid "Checkboxes"
|
1443 |
msgstr "Checkboxes"
|
1444 |
|
1445 |
+
#: app/features/events.php:2434 app/features/events.php:2522
|
1446 |
+
#: app/features/mec/booking.php:552 app/features/mec/booking.php:647
|
1447 |
+
#: app/features/mec/single.php:190 app/libraries/main.php:3354
|
1448 |
msgid "Radio Buttons"
|
1449 |
msgstr "Botón tipo radio"
|
1450 |
|
1451 |
+
#: app/features/events.php:2435 app/features/events.php:2523
|
1452 |
+
#: app/features/mec/booking.php:553 app/features/mec/booking.php:648
|
1453 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1454 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1455 |
#: app/features/mec/meta_boxes/search_form.php:49
|
1526 |
#: app/features/mec/meta_boxes/search_form.php:792
|
1527 |
#: app/features/mec/meta_boxes/search_form.php:799
|
1528 |
#: app/features/mec/meta_boxes/search_form.php:813
|
1529 |
+
#: app/features/mec/single.php:191 app/libraries/main.php:3400
|
1530 |
msgid "Dropdown"
|
1531 |
msgstr "Desplegable"
|
1532 |
|
1533 |
+
#: app/features/events.php:2436 app/features/events.php:2524
|
1534 |
+
#: app/features/mec/booking.php:554 app/features/mec/booking.php:649
|
1535 |
+
#: app/libraries/main.php:3449
|
1536 |
msgid "Agreement"
|
1537 |
msgstr "Acuerdo"
|
1538 |
|
1539 |
+
#: app/features/events.php:2437 app/features/events.php:2525
|
1540 |
+
#: app/features/mec/booking.php:555 app/features/mec/booking.php:650
|
1541 |
+
#: app/features/mec/single.php:188 app/libraries/main.php:3285
|
1542 |
msgid "Paragraph"
|
1543 |
msgstr "Párrafo"
|
1544 |
|
1545 |
+
#: app/features/events.php:2486 app/features/mec/booking.php:608
|
1546 |
#, fuzzy
|
1547 |
#| msgid "Required Field"
|
1548 |
msgid "Fixed Fields"
|
1549 |
msgstr "Campo obligatorio"
|
1550 |
|
1551 |
+
#: app/features/events.php:3336 app/features/events.php:3354
|
1552 |
+
#: app/features/events.php:3372 app/features/events.php:3390
|
1553 |
#, php-format
|
1554 |
msgid "Show all %s"
|
1555 |
msgstr "Mostrar todos %s"
|
1556 |
|
1557 |
+
#: app/features/events.php:3336
|
1558 |
msgid "labels"
|
1559 |
msgstr "etiquetas"
|
1560 |
|
1561 |
+
#: app/features/events.php:3354
|
1562 |
msgid "locations"
|
1563 |
msgstr "ubicaciones"
|
1564 |
|
1565 |
+
#: app/features/events.php:3372
|
1566 |
msgid "organizers"
|
1567 |
msgstr "organizadores"
|
1568 |
|
1569 |
+
#: app/features/events.php:3406
|
1570 |
#, fuzzy
|
1571 |
#| msgid "Attendees Limit"
|
1572 |
msgid "Attendees List"
|
1573 |
msgstr "Límite de asistentes"
|
1574 |
|
1575 |
+
#: app/features/events.php:3436 app/features/events.php:3628
|
1576 |
+
#: app/features/events.php:3670 app/features/ix.php:3509
|
1577 |
#: app/features/ix.php:3550 app/features/locations.
|